/* GENEL */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  background: none;
  border: none;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
}

html {
  width: 100%;
  scroll-behavior: smooth; 
}

body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  overflow-x: hidden; 
  
  font-family: "Nunito", sans-serif;
  min-height: 100vh; 
  margin: 0; 
}

/* TOPBAR CONTAINER */
.topbar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* NAV CONTAINER */
.nav-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* BANNER CONTAINER */
.banner-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* HEADER */
.topbar {
  width: 100%;
  background: #ffffff;
  border-bottom: 0.08vw solid rgba(0, 0, 0, 0.06);
  padding: 0 5vw;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.4vw;
  padding: .85vw 0;
  gap: 2vw;
  width: 100%;
}

/* LOGO BLOĞU */
.topbar-logo {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  /* gap: 0.8vw; */
  min-width: 15vw;
  border-right: 0.08vw solid rgba(0, 0, 0, 0.08);
}

.logo-img {
  width: 6.2vw;
}

.logo-img img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
  font-family: "Onest", sans-serif;
  font-size: 0.7vw;
  line-height: 1.3;
  color: #777777;
}

/* INFO BLOKLARI */
.topbar-info {
  display: flex;
  align-items: stretch;
  gap: 2vw;
  flex: 1;
}

.info-item {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 0.6vw;
  padding-right: 2vw;
  border-right: 0.08vw solid rgba(0, 0, 0, 0.08);
}

.info-item:last-child {
  border-right: none;
  padding-right: 0;
}

.info-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.info-link:hover {
  opacity: 0.7;
}

.info-icon {
  width: .85vw;
  height: .85vw;
}

.info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 0.25vw;
}

.info-label {
  font-size: 0.75vw;
  color: #8a5858;
  line-height: 1;
  font-weight: 300;
}

.info-value {
  font-size: 0.75vw;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Onest", sans-serif;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 2.4vw;
}

.topbar-flag-block {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  font-size: 0.85vw;
  font-weight: 500;
}

.lang-flag {
  width: 1vw;
  height: auto;
}

.lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flag-text {
  white-space: nowrap;
}

.topbar-rutube {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  font-size: 0.85vw;
  font-weight: 500;
}

.rutube-label {
  white-space: nowrap;
}

.r-logo {
  width: 1vw;
  height: 1vw;
}

.r-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.callback-btn {
  font-family: "Nunito", sans-serif;
  font-size: 0.85vw;
  padding: 0.55vw 1.8vw;
  border: 0.1vw solid #FE1D25;
  color: #FE1D25;
  background: transparent;
  border-radius: 2vw;
  font-weight: 400;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}

.callback-btn:hover {
  background: #FE1D25;
  color: #ffffff;
}

/* MOBILE MENU TOGGLE */

/* NAV MENÜ */
.main-nav {
  width: 100%;
  background: #ffffff;
  padding: 0 5vw;
  position: relative;
}

/* Menü içindeki callback butonu - varsayılan olarak gizli (büyük ekranlarda) */
.main-nav .mobile-callback-btn {
  display: none;
}

/* Mobile menu toggle - varsayılan olarak gizli */
.mobile-menu-toggle {
  display: none;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0.7vw 0 0.6vw;
  display: flex;
  align-items: center;
  gap: 1.6vw;
}

.nav-link {
  font-family: "Nunito", sans-serif;
  font-size: 0.85vw;
  text-decoration: none;
  color: #151515;
  padding-bottom: 0.3vw;
  transition: 0.2s;
  font-weight: 300;
}

.nav-link:hover {
  color: #010101B2;
}

.nav-link.active {
  color: #010101B2;
}

/* BANNER SECTION */
.banner {
  width: 100%;
  background: #ffffff;
  /* padding: 4vw 0; */
  padding: 4vw 5vw 0 5vw;
}

.banner-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #FAFBFF;
  border-radius: 1.2vw;
  overflow: hidden;
}

.banner-inner {
  display: flex;
  align-items: center;
  gap: 1vw;
  width: 100%;
}

.banner-content {
  /* flex: 1; */
  max-width: 57%;
  position: relative;
  display: flex;
  flex-direction: column;
  /* gap: 5vw; */
}

.banner-content-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  /* background: #FAFBFF; */
  border-radius: 1.2vw;
  padding: 1.5vw;
  position: relative;
  z-index: 1;
}

.banner-decor {
  position: absolute;
  bottom: 2vw;
  right: -3vw;
  width: 27vw;
  display: flex;
  align-items: flex-end;
  z-index: 0;
  pointer-events: none;
}

.decor-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: normal;
}

.banner-title {
  font-family: "Onest", sans-serif;
  font-size: 2.9vw;
  font-weight: 400;
  line-height: 105%;
  color: #151515;
  margin: 0;
  letter-spacing: -0.02em;
}

.title-highlight {
  position: relative;
  display: inline-block;
  margin-right: 0.3vw;
}

.title-line {
  width: 4vw;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2vw;
  object-fit: contain;
}

.title-number {
  display: inline-block;
}

.banner-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 2vw;
  font-weight: 400;
  color: #666666;
  line-height: 105%;
  margin: 0;
}

.banner-features {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1vw;
  margin: 0;
  padding: 0;
  align-items: flex-start;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5vw;
  font-family: "Nunito", sans-serif;
  font-size: 0.85vw;
  line-height: 1.5;
  color: #151515;
  font-weight: 400;
  flex: 1;
  min-width: 0;
}

.check-icon {
  width: 1.2vw;
  height: 1.2vw;
  object-fit: contain;
  flex-shrink: 0;
}

.banner-buttons {
  display: flex;
  gap: 1.5vw;
  margin-top: 0.8vw;
}

.btn-primary {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  padding: 1.1vw 2.8vw;
  background: #FE1D25;
  color: #ffffff;
  border: none;
  border-radius: 0.4vw;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(254, 29, 37, 0.2);
}

.btn-primary:hover {
  background: #e01a22;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 29, 37, 0.3);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  padding: 1.1vw 2.8vw;
  background: transparent;
  color: #FE1D25;
  border: 0.12vw solid #FE1D25;
  border-radius: 0.4vw;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-secondary:hover {
  background: #FE1D25;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 29, 37, 0.2);
}

.btn-secondary:active {
  transform: translateY(0);
}

.banner-image {
  /* flex: 1; */
  /* max-width: 50%; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 43%;
}

.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  /* background: #ffffff; */
}

.main-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0.5vw;
}

.banner-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.8vw;
  padding: 0.8vw 1.2vw;
  /* background: rgba(255, 255, 255, 0.98); */
  border-radius: 0.4vw;
  /* backdrop-filter: blur(8px); */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.badge-left {
  bottom: 0vw;
  left: 0vw;
}

.badge-logo {
  width: 7vw;
  height: auto;
  object-fit: contain;
}



.badge-right {
  bottom: 1vw;
  right: 1vw;
  padding: 1vw;
  /* max-width: 35vw; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: .5vw .85vw;
}

.license-text {
  font-family: "Nunito", sans-serif;
  font-size: 0.75vw;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  white-space: normal;
  text-align: left;
}


/* VIDEO SECTION */
.video-section {
  width: 100%;
  background: #ffffff;
  /* padding: 4vw 0; */
  padding: 4vw 5vw 0 5vw;
}

.video-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.video-inner {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: 100%;
}

.video-left {
  /* flex: 1; */
  max-width: 45%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.video-link {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.video-link:hover {
  opacity: 0.9;
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0.5vw;
}

.video-caption {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  font-weight: 400;
  color: #666666;
  line-height: 105%;
  margin: 0;
  font-style: italic;
  text-align: center;
  padding: 0 6vw;
}

.video-content {
  /* flex: 1; */
  width: 55%;
  background: #ffffff;
  /* padding: 3vw; */
  border-radius: 0.5vw;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}

.video-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  color: #151515;
  margin: 0;
  line-height: 105%;
}

.video-title-red {
  color: #FE1D25;
}

.video-features {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.video-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2vw;
}

.video-feature-icon {
  width: 2vw;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.video-feature-text {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  flex: 1;
}

.video-feature-main {
  font-family: "Onest", sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  color: #151515;
  line-height: 105%;
}

.video-feature-sub {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
}

/* WAYBILL VEHICLES SECTION (page1.html) */
.waybill-vehicles-section {
  width: 100%;
  /* background: #000000; */
  padding: 10vw 5vw 0 5vw;
}

.waybill-vehicles-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.waybill-vehicles-header {
  text-align: center;
  margin-bottom: 0;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.waybill-vehicles-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  color: #151515;
  margin: 0;
  line-height: 1.2;
}

.waybill-vehicles-title strong {
  font-weight: 700;
}

.waybill-vehicles-title-br {
  display: block;
}

.waybill-vehicles-title-red {
  color: #FE1D25;
}

.waybill-vehicles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5vw;
  width: 100%;
}

.waybill-vehicle-card {
  background: #FAFBFF;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.waybill-vehicle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}

.waybill-vehicle-image {
  width: 100%;
  height: auto;
  padding: 0.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFBFF;
  min-height: 12vw;
}

.waybill-vehicle-img {
  width: 80%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.waybill-vehicle-content {
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  /* gap: .5vw; */
  background: #FAFBFF;
}

.waybill-vehicle-title {
  font-family: "Onest", sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  color: #151515;
  margin: 0;
  line-height: 1.3;
}

.waybill-vehicle-forms {
  display: flex;
  flex-direction: column;
  /* gap: 0.5vw; */
}

.waybill-vehicle-form {
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  font-weight: 400;
  color: #666666;
  margin: 0;
  line-height: 1.4;
}

/* PROCESS SECTION */
.process-section {
  width: 100%;
  background: #ffffff;
  padding: 4vw 5vw 0 5vw;
}

.process-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  /* padding: 0 5vw; */
}

.process-header {
  text-align: center;
  margin-bottom: 2vw;
}

.process-title {
  font-family: "Onest", sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  color: #151515;
  margin: 0 0 0.3vw 0;
  line-height: 105%;
}

.process-title-red {
  color: #C03237;
  font-weight: 400;
}

.process-title-sub {
  font-family: "Onest", sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  color: #151515;
  margin: 0 0 0.6vw 0;
  line-height: 1.2;
}

.process-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.process-steps {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
}

.process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #FAFBFF;
  border-radius: 30px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.step-image {
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  aspect-ratio: 20 / 10;
}

.step-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}

.step-content {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  padding: 1vw .5vw;
  flex: 1;
  justify-content: space-between;
}

.step-title {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  color: #151515;
  margin: 0;
  line-height: 105%;
}

.step-number {
  color: #FE1D25;
  font-weight: 700;
}

.step-description {
  font-family: "Nunito", sans-serif;
  font-size: .85vw;
  font-weight: 400;
  color: #666666;
  line-height: 105%;
  margin: 0;
  flex: 1;
}

.step-result {
  font-family: "Nunito", sans-serif;
  font-size: .85vw;
  font-weight: 400;
  font-style: italic;
  color: #151515;
  line-height: 105%;
  margin-top: auto;
  /* padding-top: 1.2vw; */
  /* border-top: 1px solid #e5e5e5; */
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
}

.step-result strong {
  color: #151515;
  font-weight: 700;
  display: block;
  margin-bottom: 0.2vw;
}

.result-text {
  font-weight: 400;
  color: #151515;
}

/* WAYBILL PROCESS SECTION (page1.html) */
.waybill-process-section {
  width: 100%;
  background: #ffffff;
  padding: 4vw 5vw 0 5vw;
}

.waybill-process-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.waybill-process-header {
  text-align: center;
  margin-bottom: 2vw;
}

.waybill-process-title {
  font-family: "Onest", sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  color: #151515;
  margin: 0 0 0.6vw 0;
  line-height: 1.2;
}

.waybill-process-title strong {
  font-weight: 700;
}

.waybill-process-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.waybill-process-steps {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
}

.waybill-process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #FAFBFF;
  border-radius: 30px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.waybill-process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.waybill-step-image {
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  aspect-ratio: 20 / 10;
}

.waybill-step-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}

.waybill-step-content {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  padding: 1vw .5vw;
  flex: 1;
  justify-content: space-between;
}

.waybill-step-title {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  color: #151515;
  margin: 0;
  line-height: 105%;
}

.waybill-step-number {
  color: #FE1D25;
  font-weight: 700;
}

.waybill-step-description {
  font-family: "Nunito", sans-serif;
  font-size: .85vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

/* MOBILE COMPLEX SECTION */
.mobile-complex-section {
  width: 100%;
  /* padding: 5vw 0; */
  position: relative;
  overflow: hidden;
  margin-top: 5vw;
  padding: 0 5vw;
}

.mobile-complex-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  /* padding: 0 5vw; */
}

.mobile-complex-header {
  text-align: center;
  margin-bottom: 2vw;
}

.mobile-complex-title {
  font-family: "Onest", sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  color: #151515;
  margin: 0 0 0.6vw 0;
  line-height: 105%;
  padding: 0 14vw;
}

.mobile-complex-title-red {
  color: #FE1D25;
  font-weight: 400;
}

.mobile-complex-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.mobile-complex-content {
  display: flex;
  flex-direction: row;
  gap: 3vw;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  background: #FAFBFF;
  border-radius: 2vw;
  overflow: hidden;
}

.mobile-complex-left {
  /* flex: 1; */
  position: relative;
  width: 49%;
}

.complex-content-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  position: relative;
  z-index: 1;
  padding: 1.5vw 0 1.5vw 1vw;
}

.complex-header {
  display: flex;
  flex-direction: column;
  /* gap: 0.5vw; */
  /* margin-bottom: 1.5vw; */
}

.complex-title {
  font-family: "Onest", sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
  color: #151515;
  margin: 0;
  line-height: 1.2;
}

.complex-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

.complex-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 2.5vw;
}


.feature-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8vw;
  position: relative;
}



.feature-text {
  font-family: "Nunito", sans-serif;
  font-size: 1.05vw;
  font-weight: 300;
  color: #666666;
  line-height: 1.5;
  flex: 1;
}

.feature-text strong {
  font-weight: 500;
  color: #010101;
}

.complex-target {
  font-family: "Onest", sans-serif;
  font-size: .95vw;
  font-weight: 700;
  color: #151515;
  margin: 0;
  line-height: 105%;
  font-style: italic;
}

.complex-buttons {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  align-items: center;
}

.btn-details {
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  color: #ffffff;
  background: #FE1D25;
  padding: 1vw 2vw;
  border-radius: 2.5vw;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-details:hover {
  background: #d0171f;
}

.btn-price {
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  color: #FE1D25;
  background: #ffffff;
  padding: 1vw 2vw;
  border: 2px solid #FE1D25;
  border-radius: 2.5vw;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-price:hover {
  background: #FE1D25;
  color: #ffffff;
}

.play-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5vw;
  height: 3.5vw;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.play-icon-link:hover {
  transform: scale(1.1);
}

.play-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.complex-decor {
  /* margin-top: 1vw; */
  position: absolute;
  width: auto;
  height: 100%;
  left: 0vw;
  top: 0;
}

.decor-line {
  width: auto;
  height: 100%;
  display: block;
}

.mobile-complex-decor {
  position: absolute;
  bottom: 0vw;
  right: -6vw;
  width: 27vw;
  display: flex;
  align-items: flex-end;
  z-index: 0;
  pointer-events: none;
}

.mobile-decor-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.mobile-complex-right {
  /* flex: 1; */
  position: relative;
  width: 48%;
  height: 100%;
  display: block;
}

.complex-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.complex-image {
  width: 100%;
  height: 100%;
  display: block;
  /* border-radius: 1vw; */
}

.complex-badge {
  position: absolute;
  width: 13vw;
  bottom: 1.5vw;
  left: 1.5vw;
  background: #ffffff;
  padding: .5vw;
  border-radius: 0.5vw;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.badge-text {
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  font-weight: 400;
  color: #151515;
  line-height: 1.4;
}

/* LEGAL SECTION */
.legal-section {
  width: 100%;
  background: #ffffff;
  /* padding: 5vw 0; */
  margin-top: 5vw;
  padding: 0 5vw;
}

.legal-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.legal-content {
  display: flex;
  flex-direction: row;
  gap: 3vw;
  align-items: center;
}

.legal-left {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: 50%;
}

.legal-title {
  font-family: "Onest", sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
  color: #151515;
  margin: 0;
  line-height: 1.3;
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3vw;
}

.legal-title-red {
  color: #FE1D25 !important;
  font-weight: 700;
  display: inline;
}

.legal-title-line {
  width: 5vw;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* gap: 1vw; */
}

.legal-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8vw;
}

.legal-bullet {
  width: 0.5vw;
  height: 0.5vw;
  background: #010101;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.4vw;
}

.legal-text {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  color: #151515;
  line-height: 1.5;
  flex: 1;
}

.legal-info {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  font-weight: 700;
  color: #010101;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

.legal-links {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  align-items: center;
}

.legal-link {
  font-family: "Onest", sans-serif;
  font-size: 0.9vw;
  font-weight: 500;
  color: #FE1D25;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #d0171f;
}

.legal-right {
  /* flex: 1; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  /* flex-shrink: 0; */
}

.legal-documents {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-doc-single {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  /* max-width: 500px; */
}

.legal-partners {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
}

.partners-list {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.partner-logo {
  height: 2.5vw;
  width: auto;
  object-fit: contain;
  /* opacity: 0.6; */
  transition: opacity 0.3s ease;
  flex: 1;
  max-width: 10%;
}

.partner-logo:hover {
  opacity: 1;
}

.legal-partners-section {
  width: 100%;
  background: #ffffff;
  padding: 0 5vw;
  margin-top: 2vw;
}

/* LEGAL SUPPORT HERO */
.legal-support-section {
  width: 100%;
  background: #ffffff;
  padding: 5vw 5vw 0 5vw;
}

.legal-support-card {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: transparent;
  border-radius: 1.6vw;
  overflow: hidden;
  justify-content: space-between;
  box-shadow: none;
  gap: 2vw;
}

.legal-support-image {
  width: 49%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 1.5vw; */
}

.legal-support-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2vw;
  display: block;
}

.legal-support-content {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
  /* padding: 3vw; */
  background: transparent;
  color: #151515;
}

.legal-support-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #151515;
}

.legal-support-title strong {
  font-weight: 700;
}

.legal-support-desc {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  color: #444444;
  line-height: 1.5;
  margin: 0;
}

.legal-support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.legal-support-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9vw;
}

.legal-support-bullet {
  width: 0.55vw;
  height: 0.55vw;
  border-radius: 50%;
  background: #fe1d25;
  flex-shrink: 0;
  margin-top: 0.45vw;
}

.legal-support-text {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #151515;
  flex: 1;
}

.legal-support-note {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  font-weight: 500;
  font-style: italic;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}

.legal-support-note strong {
  font-weight: 700;
}

.medmap-details-section {
  width: 100%;
  background: #ffffff;
  padding: 5vw;
  margin-top: 4vw;
  position: relative;
}

.medmap-details-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  /* background: #ffffff; */
  position: relative;
  z-index: 1;
}

.medmap-details-content {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
}

.medmap-details-title {
  font-family: "Onest", sans-serif;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #151515;
}

.medmap-details-title strong {
  font-weight: 700;
}

.medmap-details-desc {
  font-family: "Nunito", sans-serif;
  font-size: 1.05vw;
  font-weight: 400;
  color: #444444;
  line-height: 1.55;
  margin: 0;
}

.medmap-details-subtitle {
  font-family: "Onest", sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  color: #151515;
  margin: 1vw 0 0.2vw 0;
  line-height: 1.35;
}

.medmap-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}

.medmap-details-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8vw;
}

.medmap-details-bullet {
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 50%;
  border: 0.12vw solid #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8c8c8;
  font-size: 0.9vw;
  line-height: 1;
  flex-shrink: 0;
}

.medmap-details-text {
  font-family: "Nunito", sans-serif;
  font-size: 1.02vw;
  font-weight: 400;
  color: #151515;
  line-height: 1.5;
}

.medmap-details-note {
  font-family: "Nunito", sans-serif;
  font-size: 0.98vw;
  font-weight: 500;
  color: #444444;
  line-height: 1.6;
  margin: 0.8vw 0 0 0;
}

.medmap-details-note strong {
  font-weight: 700;
}

.medmap-details-actions {
  display: flex;
  gap: 1vw;
  margin-top: 1vw;
}

.details-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  padding: 1vw 2.4vw;
  border-radius: 0.9vw;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 0.12vw solid transparent;
  white-space: nowrap;
}

.details-btn-primary {
  background: #fe1d25;
  color: #ffffff;
  border-color: #fe1d25;
  box-shadow: 0 0.4vw 1vw rgba(254, 29, 37, 0.15);
}

.details-btn-primary:hover {
  background: #d01820;
  border-color: #d01820;
  box-shadow: 0 0.6vw 1.4vw rgba(254, 29, 37, 0.2);
}

.details-btn-outline {
  background: transparent;
  color: #fe1d25;
  border-color: #fe1d25;
}

.details-btn-outline:hover {
  background: #fe1d25;
  color: #ffffff;
  box-shadow: 0 0.6vw 1.4vw rgba(254, 29, 37, 0.2);
}

.medmap-details-image {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.medmap-details-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.6vw;
  object-fit: cover;
}

.medmap-details-decor {
  position: absolute;
  left: 34%;
  /* right: 0; */
  bottom: 5vw;
  width: 20vw;
  /* opacity: 0.25; */
  pointer-events: none;
  z-index: 0;
}

.medmap-decor-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ARTICLE HERO */
.article-section {
  width: 100%;
  padding: 5vw 5vw 5vw 5vw;
}

.article-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4vw;
}

.article-image-wrapper {
  width: 100%;
  border-radius: 1.6vw;
  overflow: hidden;
}

.article-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.article-title {
  font-family: "Onest", sans-serif;
  font-size: 2.2vw;
  font-weight: 400;
  color: #151515;
  margin: 0;
  text-align: center;
}

.article-subtitle {
  font-family: "Onest", sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  color: #151515;
  margin: 0;
  text-align: left;
  width: 100%;
}

.article-date {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #969696;
  align-self: flex-start;
}

.article-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9vw 2.4vw;
  background: #fe1d25;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  border-radius: 1vw;
  text-decoration: none;
  box-shadow: 0 0.4vw 1vw rgba(254, 29, 37, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.article-btn:hover {
  background: #d01820;
  box-shadow: 0 0.6vw 1.4vw rgba(254, 29, 37, 0.2);
  transform: translateY(-2px);
}





/* DEVICE FEATURES SECTION */
.device-features-section {
  width: 100%;
  padding: 5.5vw 5vw 0vw 5vw;
  /* background: #ffffff; */
}

.device-features-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}

.device-features-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  text-align: center;
  color: #151515;
  line-height: 1.3;
  margin: 0;
}

.device-features-title strong {
  font-weight: 700;
}

.device-title-break {
  display: inline;
}

.device-features-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  width: 100%;
  position: relative;
  padding: 1vw 0.5vw;
}

.device-features-col {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  align-items: center;
}
.device-features-left .feature-card {
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-start;
}
.device-features-left .feature-text {
  align-items: flex-end;
}
.device-features-right .feature-card {
  justify-content: flex-start;
}

.device-main-wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.device-features-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.device-main-image {
  width: 100%;
  max-width: 100%;
  border-radius: 1.2vw;
  display: block;
  position: relative;
  z-index: 1;
}

.device-features-section .feature-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 1vw;
  padding: 1.1vw 1.3vw;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 0.9vw;
  width: 100%;
}

.device-features-section .feature-card::after {
  content: "";
  position: absolute;
  /* top: 50%; */
  height: 2px;
  background: #cfcfcf;
  /* transform: translateY(-50%); */
  transition: background 0.2s ease;
  pointer-events: none;
  /* transform: rotate(
356deg); */
}

.line-left-1::after {
  width: 20vw;
  right: -18.1vw;
  transform: rotate(369deg);
  top: 62%;
}

.line-left-2::after {
  width: 23.5vw;
  right: -19.5vw;
  top: -9%;
  transform: rotate(
143deg);
}

.line-left-3::after {
  width: 19vw;
  right: -15vw;
  transform: rotate(
138deg);
  top: -8%;
}

.line-right-1::after {
  width: 11vw;
  left: -8vw;
  top: 55%;
  transform: rotate(349deg);
}

.line-right-2::after {
  width: 12.5vw;
  left: -10.5vw;
  top: 35%;
  transform: rotate(378deg);
}

.line-right-3::after {
  width: 29vw;
  left: -27vw;
  top: 16%;
  transform: rotate(377deg);
}

.device-features-section .feature-card:hover::after {
  background: #fe1d25;
}

.device-features-section .feature-icon {
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.device-features-section .feature-text h4 {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 700;
  color: #151515;
  margin: 0 0 0.35vw 0;
}

.device-features-section .feature-text p {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  font-weight: 400;
  color: #444444;
  margin: 0;
  line-height: 1.45;
}






.feature-card {
  position: relative;
  background: #FAFBFF;
  border: 1px solid #969696;
  border-radius: 2vw;
  padding: 1vw;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 0.9vw;
  width: 100%;
  z-index: 3;
}

.feature-icon {
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.feature-text h4 {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 700;
  color: #151515;
  margin: 0 0 0.35vw 0;
}

.feature-text p {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  font-weight: 400;
  color: #444444;
  margin: 0;
  line-height: 1.45;
}

.device-features-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fe1d25;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  padding: 1.1vw 2.4vw;
  border-radius: 0.9vw;
  text-decoration: none;
  box-shadow: 0 0.8vw 1.6vw rgba(254, 29, 37, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  margin-top: 8px;
}
.device-features-btn-desktop {
  display: inline-flex;
}

.device-features-btn:hover {
  background: #d01820;
  box-shadow: 0 16px 28px rgba(254, 29, 37, 0.24);
  transform: translateY(-2px);
}

.device-features-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  background: #ffffff;
  padding: 10px 4px 0;
  margin-top: 6px;
}

.device-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #fe1d25;
  color: #ffffff;
  border-radius: 50%;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 3px;
}

.device-features-note p {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  line-height: 1.5;
  color: #555555;
}



/* BUSSINES FORMAT  */

.business-format {
  width: 100%;
  margin-top: 6vw;
  padding: 0 5vw;
}

.bf-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}


.bf-header {
  text-align: center;
}

.bf-title {
  font-family: "Nunito", sans-serif;
  font-size: 2.3vw;            
  font-weight: 500;          
  line-height: 105%;
  color: #151515;
  margin: 0 0 0.9vw 0;
}

.bf-title span {
  color: #fe1d25;
  font-weight: 700;
}

.bf-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #777777;
  margin: 0;
}


.bf-cards {
  display: flex;
  gap: 2vw;
}


.bf-card {
  flex: 1;
  background: #FAFBFF;
  border-radius: 1.6vw;
  padding: 2vw;
  border: 0.14vw solid transparent;

  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  min-height: 30vw;

  box-shadow: 0 0.4vw 1vw rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}


.bf-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.6vw;
  padding: 0.14vw;
  background: linear-gradient(323.41deg, #1D52FE 2.34%, #FE1D25 115.38%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s ease;
}

.bf-card:hover::before {
  opacity: 1;
}

.bf-card:hover {
  background: #ffffff;
  transform: translateY(-0.4vw);
  box-shadow: 0 1vw 2.2vw rgba(0, 0, 0, 0.12);
}

.bf-card-title {
  font-family: "Onest", sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.3;
  color: #151515;
  margin: 0;
}

.bf-card-title .muted {
  color: #fe1d25;
  font-weight: 400;
}

.bf-card-title .red {
  color: #fe1d25;
  font-weight: 600;
}

.bf-intro {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #555555;
  margin: 0;
}

.bf-list {
  display: flex;
  flex-direction: column;
  gap: 0.55vw;
  padding-left: 1.2vw;
}

.bf-list li {
  list-style: none;
  position: relative;
}

.bf-list li::before {
  content: "●";
  position: absolute;
  left: -1.2vw;
  top: 0;
  font-size: 0.9vw;
  color: #151515;
}

.bf-list li span {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #333333;
  line-height: 1.4;
}

.bf-list strong {
  font-weight: 700;
}

/* PRICE BLOCK */
.bf-price {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
}

.price-main {
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  color: #7C1F22;           
}

.price-main strong {
  font-weight: 700;
}


.bf-btn {
  margin-top: 1vw;
  width: 100%;
  padding: 1vw 0;
  border-radius: 2vw;
  border: none;
  background: #fe1d25;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0.3vw 1vw rgba(254, 29, 37, 0.25);
  transition: 0.25s ease;
}

.bf-btn:hover {
  background: #d81c24;
  transform: translateY(-0.25vw);
}


/* RELIABILITY SECTION */
.reliability-section {
  width: 100%;
  margin-top: 6vw;
  background: #ffffff;
  padding: 0 5vw;
}

.reliability-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}

.reliability-content {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.rel-title {
  font-family: "Onest", sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  color: #151515; /* Proje ana rengi */
  line-height: 1.1;
  margin-bottom: 1.5vw;
}

.rel-title .red {
  color: #FE1D25; /* Proje kırmızısı */
  font-weight: 500;
}

.rel-subtitle {
  font-family: "Onest", sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  color: #151515;
  margin-bottom: 1.5vw;
  line-height: 1.3;
}


.rel-quote-block {
  display: flex;
  gap: 1.2vw; 
  margin-bottom: 2vw;
  align-items: flex-start; 
}


.rel-line-img {
  width: 0.6vw; 
  height: auto;
  object-fit: contain;
  margin-top: 0.3vw; 
}

.rel-quote-text {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #555555; 
  line-height: 1.5;
  flex: 1;
}

.rel-quote-text strong {
  color: #151515; 
  font-weight: 700;
}

.rel-list {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: 2vw;
}

.rel-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8vw;
}

.rel-num {
  flex-shrink: 0;
  width: 1.6vw;
  height: 1.6vw;
  background: #FE1D25;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 0.9vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
}

.rel-text {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #333333;
  line-height: 1.4;
}

.rel-text strong {
  font-weight: 700;
  color: #151515;
}

.rel-btn {
  align-self: flex-start;
  background-color: #FE1D25;
  color: #ffffff;
  font-family: "Nunito", sans-serif; 
  border-radius: 2.5vw; 
  padding: 1vw 2.5vw; 
  font-size: 1vw;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(254, 29, 37, 0.3); 
}

.rel-btn:hover {
  background-color: #d6161d;
  transform: translateY(-2px);
}

.reliability-image {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.rel-img {
  width: 100%;
  height: auto;
  border-radius: 2vw;
  object-fit: cover;
  display: block;
}


/* REPUTATION SECTION */
.reputation-section {
  width: 100%;
  margin-top: 6vw;
  background: #ffffff;
  /* padding-bottom: 4vw; */
  padding: 0 5vw 4vw 5vw;
}

.reputation-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rep-title {
  font-family: "Onest", sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  color: #151515;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3vw;
}

.rep-title .red {
  color: #FE1D25;
  font-weight: 500;
}

.rep-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2vw;
  margin-bottom: 3vw;
}

.rep-left {
  width: 49%;
  position: relative;
}

.rep-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2vw;
  overflow: hidden;
}

.rep-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rep-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 2vw 2.5vw;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  background: rgba(255, 255, 255, 1); 
}

.rep-text-box p {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #151515;
  line-height: 1.5;
  margin: 0;
}

.rep-text-box strong {
  font-weight: 700;
}

.rep-right {
  width: 49%;
  background: #FAFBFF; 
  border-radius: 2vw;
  padding: 3vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5vw;
}

.rep-icon-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 1vw;
}

.rep-icon-row.center-row {
  justify-content: center;
  gap: 3vw;
}

.rep-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.rep-icon-item img {
  height: 2.5vw;
  width: auto;
  object-fit: contain;
  margin-bottom: 1vw;
}

.rep-icon-item p {
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  color: #151515;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
}

.wide-item {
  max-width: 45%;
}

.rep-btn {
  background-color: #FE1D25;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  border-radius: 2.5vw;
  padding: 1vw 3vw;
  font-size: 1vw;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
  box-shadow: 0 4px 15px rgba(254, 29, 37, 0.2);
}

.rep-btn:hover {
  background-color: #d6161d;
  transform: translateY(-2px);
}

/* COMPLEX SOLUTION SECTION */
.complex-solution-section {
  width: 100%;
  margin-top: 5vw;
  background: #ffffff;
  /* margin-bottom: 4vw; */
  padding: 0 5vw;
}

.complex-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.complex-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 3vw;
}

.complex-text-col {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.complex-header-block {
  margin-bottom: 1.5vw;
}

.complex-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  color: #151515;
  line-height: 1.2;
  margin: 0;
}

.complex-subtitle-row {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-top: 0.5vw; /
}

.complex-decor-line {
  width: 6vw; 
  height: auto;
  object-fit: contain;
}

.complex-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}

.complex-list li {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #333333;
  line-height: 1.4;
  position: relative;
  padding-left: 1.2vw;
}

.complex-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #151515;
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 1.2;
}

.complex-list strong {
  font-weight: 700;
  color: #151515;
}

.complex-img-col {
  width: 45%;
  height: auto;
}

.complex-main-img {
  width: 100%;
  height: auto;
  border-radius: 2vw; 
  object-fit: cover;
  display: block;
}
.complex-vehicles {
  width: 100%;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 0 2vw;
  margin-top: 2vw; 
}

.vehicle-img {
  width: 24%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* LEADERS SECTION */
.leaders-section {
  width: 100%;
  margin-top: 5vw;
  background: #ffffff;
  /* margin-bottom: 6vw; */
  overflow: hidden;
  padding: 0 5vw;
}

.leaders-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.leaders-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  color: #151515;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3vw;
}

.leaders-title .red {
  color: #FE1D25;
}

.leaders-slider {
  width: 100%;
  margin-bottom: 3vw;
  /* padding: 0 3vw; */
}

.leader-item {
  border: 1px solid #EAEAEA;
  border-radius: 0.8vw;
  height: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  /* padding: 1.5vw; */
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}

.leader-item:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.leader-item img {
  max-width: 100%;
  max-height: 100%;
  /* width: auto !important; */
  height: auto;
  object-fit: contain;
  display: block;
}

.leaders-slider .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0 !important;
}

.leaders-slider .owl-nav button.owl-prev,
.leaders-slider .owl-nav button.owl-next {
  pointer-events: auto; 
  width: 3vw;
  height: 3vw;
  background: #7C2E31 !important; 
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  opacity: 1;
  margin: 0 !important;
}

.leaders-slider .owl-nav button.owl-prev:hover,
.leaders-slider .owl-nav button.owl-next:hover {
  background: #FE1D25 !important; 
}

.nav-arrow-svg {
  width: 1vw;
  height: 1vw;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.leaders-slider .owl-nav button.owl-prev {
 position: absolute;
 left: -1.5vw;
 /* top: 0%; */
}

.leaders-slider .owl-nav button.owl-next {
  position: absolute;
  right: -1.5vw;
}

.leaders-btn {
  display: inline-block; 
  text-decoration: none; 
  background-color: #FE1D25;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  border-radius: 2.5vw;
  padding: 1vw 3vw;
  font-size: 1vw;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
  box-shadow: 0 4px 15px rgba(254, 29, 37, 0.25);
  text-align: center;
}

.leaders-btn:hover {
  background-color: #d6161d;
  transform: translateY(-2px);
  color: #ffffff;
}

/* RESULTS SECTION */
.results-section {
  width: 100%;
  margin-top: 6vw;
  background: #ffffff;
  margin-bottom: 6vw;
  padding: 0 5vw;
}

.results-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.results-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  color: #151515;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 4vw;
}

.results-title .red {
  color: #FE1D25;
}

.results-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 3vw;
}

.results-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}

.card-category {
  font-family: "Onest", sans-serif; 
  font-size: 0.85vw;
  font-weight: 400;
  color: #555555;
  text-transform: uppercase;
  line-height: 1.4;
  min-height: 2.5vw; 
}

.card-logo-wrapper {
  height: 4vw; 
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-logo {
  max-width: 80%; 
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.card-quote {
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  font-weight: 400; 
  font-style: italic;
  color: #333333;
  line-height: 1.6;
  margin: 0;
}

/* FAQ SECTION */
.faq-section {
  width: 100%;
  margin-top: 6vw;
  background: #ffffff;
  /* margin-bottom: 6vw; */
  padding: 0 5vw;
}

.faq-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* max-width: 80vw; */
  margin: 0 auto;
}

.faq-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  color: #151515;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3vw;
}

.faq-title .red {
  color: #FE1D25;
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8vw; 
  margin-bottom: 3vw;
}

.faq-item {
  background: #FAFBFF; 
  border-radius: 0.5vw;
  overflow: hidden;
  transition: background 0.3s ease;
}

.faq-item.active {
  background: #F5F7FF; 
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw 2vw;
  cursor: pointer;
  gap: 2vw;
}

.faq-question {
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 500;
  color: #151515;
  line-height: 1.3;
  flex: 1;
}

.faq-icon {
  position: relative;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.faq-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0A0909;
  transform: translateY(-50%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.faq-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: #0A0909;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-item.active .faq-icon::before {
  background-color: #FE1D25; 
}

.faq-item.active .faq-icon::after {
  transform: translateX(-50%) rotate(90deg); 
  opacity: 0; 
}

.faq-body {
  display: none; 
  padding: 0 2vw 1.5vw 2vw;
  border-top: 1px solid transparent; 
}

.faq-body p {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #555555;
  line-height: 1.5;
  margin: 0;
}

.faq-btn {
  background-color: #FE1D25;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  border-radius: 2.5vw;
  padding: 1vw 3vw;
  font-size: 1vw;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
  box-shadow: 0 4px 15px rgba(254, 29, 37, 0.25);
}

.faq-btn:hover {
  background-color: #d6161d;
  transform: translateY(-2px);
}

/* CONTACTS SECTION */
.contacts-section {
  width: 100%;
  margin-top: 5vw;
  background: #ffffff;
  /* margin-bottom: 8vw; */
  position: relative;
  z-index: 10;
  padding: 0 5vw;
}

.contacts-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}

.contacts-left {
  width: 48%;
  position: relative;
  z-index: 20; 
}

.form-box {
  background: #F9FCFF;
  padding: 3vw;
  border-radius: 2vw;
  display: flex;
  flex-direction: column;
}

.form-title {
  font-family: "Onest", sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  color: #151515;
  text-align: center;
  margin-bottom: 0.5vw;
  line-height: 1.2;
}

.form-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #555555;
  text-align: center;
  margin-bottom: 2vw;
}

.main-form {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.form-group label {
  font-family: "Onest", sans-serif;
  font-size: 0.9vw;
  font-weight: 500;
  color: #151515;
  margin-left: 0.5vw;
}

.form-group input {
  width: 100%;
  padding: 1vw 1.5vw;
  border: 1px solid #C4C4C4;
  border-radius: 2vw;
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #151515;
  background: #ffffff;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input::placeholder {
  color: #999999;
  opacity: 1;
}

.form-group input:focus {
  border-color: #FE1D25;
}

.form-submit-btn {
  margin-top: 1vw;
  width: 100%;
  padding: 1vw;
  background: #FE1D25;
  color: #ffffff;
  border: none;
  border-radius: 2vw;
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
  box-shadow: 0 4px 12px rgba(254, 29, 37, 0.3);
}

.form-submit-btn:hover {
  background: #d6161d;
  transform: translateY(-2px);
}

.form-agreement {
  font-family: "Nunito", sans-serif;
  font-size: 0.75vw;
  color: #777777;
  line-height: 1.4;
  margin-top: 1vw;
  text-align: left;
}

.policy-link {
  color: #151515;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.policy-link:hover {
  border-bottom: 1px solid #151515;
}

.contacts-right {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  position: relative;
  z-index: 20;
}

.dept-list {
  display: flex;
  flex-direction: column;
  gap: .75vw;
}

.dept-item {
  background: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 2vw;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.dept-item:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.dept-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 2vw;
  cursor: pointer;
  background: #F9FCFF;
  transition: background 0.3s;
}

.dept-item.active .dept-header { background: #F9FCFF; } 

.dept-name {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  color: #151515;
}

.dept-arrow {
  width: 1.2vw;
  height: 1.2vw;
  color: #151515;
  transition: transform 0.3s ease;
}

.dept-item.active .dept-arrow {
  transform: rotate(180deg);
}

.dept-content {
  display: none; 
  padding: 1vw 2vw 1.5vw 2vw;
  border-top: 1px solid #EAEAEA;
  background: #ffffff;
}

.dept-content p {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

.contacts-link-btn {
  align-self: flex-start;
  padding: 1vw 2.5vw;
  border: 1px solid #FE1D25;
  color: #FE1D25;
  border-radius: 2vw;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  background: #fff;
  transition: all 0.3s ease;
  margin-top: 1vw;
  display: inline-block;
}

.contacts-link-btn:hover {
  background: #FE1D25;
  color: #ffffff;
}

.contacts-decor-img {
  position: absolute;
  bottom: -9vw;
  right: 2vw;
  width: 22vw;
  height: auto;
  z-index: -1;
  pointer-events: none;
  opacity: 0.8;
}
/* --- FOOTER SECTION --- */
.main-footer {
  width: 100%;
  background: #FAFBFF;
  padding: 4vw 0 2vw 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  padding: 4vw 5vw 2vw 5vw;
  margin-top: 5vw;
}

.footer-decor-img {
  position: absolute;
  top: -10vw;  
  left: 20%;    
  width: 50vw;   
  height: auto;
  z-index: 1;   
  pointer-events: none; 
  opacity: 0.6;  
}

.footer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2; 
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3vw;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.brand-col {
  width: 25%;
  gap: 1vw;
}

.footer-logo img {
  width: 8vw;
  height: auto;
  display: block;
}

.footer-desc {
  font-family: "Onest", sans-serif;
  font-size: 0.8vw;
  color: #555555;
  line-height: 1.4;
}

.footer-copyright-text {
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  color: #151515;
  margin-top: 3vw;
}

.links-col {
  width: 20%;
}

.footer-heading {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  color: #151515;
  margin-bottom: 1.2vw;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6vw;
}

.footer-nav li a {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #333333;
  transition: color 0.2s;
}

.footer-nav li a:hover {
  color: #FE1D25;
}

.contact-col {
  width: 25%;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
  margin-bottom: 1.5vw;
}

.footer-phone {
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 500;
  color: #151515;
}

.footer-email {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #333333;
}

.footer-rutube-big img {
  width: 2vw;
  height: 2vw;
  object-fit: contain;
  display: block;
}

.action-col {
  width: 25%;
  align-items: center;
  justify-content: flex-end;
  gap: 1vw;
  flex-direction: row;
}

.footer-rutube-small {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}

.footer-rutube-small span {
  font-family: "Nunito", sans-serif;
  font-size: 0.85vw;
  color: #151515;
}

.footer-rutube-small img {
  width: 1.2vw;
  height: 1.2vw;
}

.footer-btn {
  padding: 0.6vw 1.5vw;
  border: 1px solid #FE1D25;
  color: #FE1D25;
  border-radius: 2vw;
  background: transparent;
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.footer-btn:hover {
  background: #FE1D25;
  color: #ffffff;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  margin-bottom: 1.5vw;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 0.85vw;
  color: #151515;
}

.footer-bottom a {
  color: #151515;
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: #FE1D25;
}




.serv-title-custom {
  max-width: 95%;
  font-weight: 400 !important;
}

.serv-title-sub {
  display: block;
  font-size: 0.75em;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  color: #151515;
}

.serv-line-fix {
  width: 4vw;
  margin: 0 0.5vw 0.5vw 0.5vw;
  vertical-align: middle;
}

.serv-desc-text {
  font-size: 2vw;
  /* margin-top: 1.5vw !important; */
  /* margin-bottom: 2.5vw !important; */
  max-width: 100%;
  color: #555555 !important;
}

.serv-buttons-row {
  align-items: center;
  gap: 1.5vw;
}

.serv-btn-wrap {
  position: relative;
  display: inline-block;
}

.serv-badge {
  position: absolute;
  top: -1.5vw;
  right: -2.5vw;
 
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 0.75vw;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.5vw 1vw;
  border-radius: 0.8vw 0.8vw 0.8vw 0;
  transform: rotate(5deg);
  box-shadow: 0 0.4vw 1vw rgba(41, 128, 185, 0.3);
  z-index: 10;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(323.41deg, #1D52FE 2.34%, #FE1D25 115.38%);
}

.serv-license-box {
  position: absolute;
  bottom: 1.5vw;
  right: 1.5vw;
  background: rgba(60, 60, 60, 0.8);
  backdrop-filter: blur(5px);
  padding: 1vw 1.5vw;
  border-radius: 1vw;
  color: #ffffff;
  max-width: 22vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: left;
}

.sl-block {
  display: flex;
  flex-direction: column;
}

.sl-block span {
  font-family: "Nunito", sans-serif;
  font-size: 0.75vw;
  opacity: 0.9;
  line-height: 1.3;
  margin-bottom: 0.2vw;
}

.sl-block strong {
  font-family: "Onest", sans-serif;
  font-size: 0.85vw;
  font-weight: 700;
}


/* QUIZ SECTION */

  .quiz-section {
    width: 100%;
    background: #ffffff;
    padding: 6vw 5vw;
  }
  
  .quiz-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .quiz-form-wrapper {
    width: 100%;
    padding: 3vw;
  }
  
  /* QUIZ CONTENT WRAPPER */
  .quiz-content-wrapper {
    background: #FAFBFF;
    border-radius: 1.2vw;
    /* padding: 2vw 2.5vw; */
  }
  
  /* BAŞLIK */
  .quiz-header {
    text-align: center;
    margin-bottom: 2.5vw;
  }
  
  .quiz-main-title {
    font-family: "Nunito", sans-serif;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.3;
    color: #151515;
    margin: 0 0 1vw 0;
  }
  
  .quiz-title-highlight {
    font-weight: 700;
  }
  
  .quiz-subtitle {
    font-family: "Nunito", sans-serif;
    font-size: 1.05vw;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    margin: 0;
  }
  
  /* QUIZ MAIN WRAPPER */
  .quiz-main-wrapper {
    background: #FAFBFF;
    border-radius: 1.2vw;
    padding: 2.5vw;
  }
  
  /* PROGRESS BAR */
  .quiz-progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1vw;
    padding: 1.2vw 2vw;
    background: #F5F5F5;
    border-radius: 0.8vw;
    width: 100%;
    /* margin-bottom: 2.5vw; */
  }
  
  .progress-icon {
    width: 1.8vw;
    height: 1.8vw;
    color: #151515;
    flex-shrink: 0;
  }
  
  .progress-icon svg {
    width: 100%;
    height: 100%;
  }
  
  .progress-text {
    font-family: "Nunito", sans-serif;
    font-size: 0.95vw;
    font-weight: 400;
    line-height: 1.5;
    color: #151515;
    flex: 1;
  }
  
  .progress-text strong {
    font-weight: 700;
    text-decoration: underline;
  }
  
  .progress-counter {
    font-family: "Nunito", sans-serif;
    font-size: 1.1vw;
    font-weight: 700;
    color: #151515;
    white-space: nowrap;
  }
  
  /* QUIZ CONTENT */
  .quiz-content {
    display: flex;
    align-items: flex-start;
    gap: 2vw;
    width: 100%;
    margin-bottom: 2.5vw;
  }
  
  .quiz-left {
    flex: 1;
    min-width: 0;
  }
  
  .quiz-right {
    width: 40%;
    flex-shrink: 0;
  }
  
  /* QUIZ STEPS */
  .quiz-step {
    display: none;
  }
  
  .quiz-step.active {
    display: block;
    animation: fadeIn 0.3s ease;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .quiz-question {
    font-family: "Nunito", sans-serif;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 1.3;
    color: #151515;
    margin: 0 0 2vw 0;
  }
  
  /* QUIZ OPTIONS */
  .quiz-options {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
  }
  
  .quiz-option {
    display: flex;
    align-items: center;
    gap: 1vw;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  .quiz-option:hover .option-text {
    color: #FE1D25;
  }
  
  .quiz-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  /* Custom Radio Button */
  .option-radio {
    width: 1.4vw;
    height: 1.4vw;
    border: 0.13vw solid #CCCCCC;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
    background: #ffffff;
  }
  
  .quiz-option:hover .option-radio {
    border-color: #FE1D25;
  }
  
  .quiz-option input[type="radio"]:checked ~ .option-radio {
    border-color: #FE1D25;
    border-width: 0.25vw;
  }
  
  /* Custom Checkbox */
  .option-checkbox {
    width: 1.4vw;
    height: 1.4vw;
    border: 0.13vw solid #CCCCCC;
    border-radius: 0.25vw;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
  }
  
  .quiz-option:hover .option-checkbox {
    border-color: #FE1D25;
  }
  
  .quiz-option input[type="checkbox"]:checked ~ .option-checkbox {
    border-color: #FE1D25;
    background: #FE1D25;
  }
  
  .option-checkbox::after {
    content: '';
    position: absolute;
    display: none;
    width: 0.35vw;
    height: 0.65vw;
    border: solid #ffffff;
    border-width: 0 0.15vw 0.15vw 0;
    transform: rotate(45deg);
    top: 0.2vw;
  }
  
  .quiz-option input[type="checkbox"]:checked ~ .option-checkbox::after {
    display: block;
  }
  
  .option-text {
    font-family: "Nunito", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.4;
    color: #151515;
    flex: 1;
    transition: color 0.2s ease;
  }
  
  /* QUIZ FORM */
  .quiz-form {
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
  
  .quiz-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
  }
  
  .quiz-form-group label {
    font-family: "Nunito", sans-serif;
    font-size: 0.9vw;
    font-weight: 600;
    color: #151515;
  }
  
  .quiz-form-group input {
    font-family: "Nunito", sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    padding: 0.7vw 1.2vw;
    border: 0.1vw solid #E5E5E5;
    border-radius: 0.4vw;
    background: #ffffff;
    color: #151515;
    transition: all 0.2s ease;
    outline: none;
  }
  
  .quiz-form-group input:focus {
    border-color: #FE1D25;
  }
  
  .quiz-form-group input::placeholder {
    color: #AAAAAA;
  }
  
  /* QUIZ IMAGE */
  .quiz-image-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 1vw;
    overflow: hidden;
    background: #F5F5F5;
  }
  
  .quiz-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  
  /* NAVIGATION BUTTONS */
  .quiz-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    width: 100%;
  }
  
  .quiz-btn {
    font-family: "Nunito", sans-serif;
    font-size: 1vw;
    font-weight: 600;
    padding: 1vw 2.5vw;
    border-radius: 0.6vw;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.6vw;
    white-space: nowrap;
  }
  
  .quiz-btn svg {
    width: 1.2vw;
    height: 1.2vw;
  }
  
  .quiz-btn-back {
    background: transparent;
    color: #FE1D25;
    border: 0.1vw solid #FE1D25;
  }
  
  .quiz-btn-back:hover:not(:disabled) {
    background: #FFF5F5;
  }
  
  .quiz-btn-back:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  
  .quiz-btn-next {
    background: #FE1D25;
    color: #ffffff;
    border: 0.1vw solid #FE1D25;
  }
  
  .quiz-btn-next:hover {
    background: #E01820;
  }
  

  



  /* ========================================
   ORDER SECTION
   ======================================== */

.order-section {
  width: 100%;
  /* background: #ffffff; */
  padding: 6vw 5vw;
}

.order-waybill .order-container {
  position: relative;
}

.order-waybill .order-decor {
  position: absolute;
  left: 3%;
  top: 6%;
  width: 22vw;
  max-width: 300px;
  pointer-events: none;
  z-index: 0;
}

.order-waybill .order-decor-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.order-waybill .order-content {
  position: relative;
  z-index: 1;
}

.order-waybill .order-container {
  position: relative;
}

.order-waybill .order-decor {
  position: absolute;
  left: 33%;
  top: -2%;
  width: 22vw;
  max-width: 300px;
  pointer-events: none;
  z-index: 0;
}

.order-waybill .order-decor-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.order-waybill .order-content {
  position: relative;
  z-index: 1;
}

.order-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.order-content {
  display: flex;
  align-items: center;
  gap: 4vw;
  width: 100%;
}

.order-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.order-right {
  width: 45%;
  flex-shrink: 0;
}

/* BAŞLIK */
.order-title {
  font-family: "Nunito", sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 1.3;
  color: #151515;
  margin: 0;
}

.order-title-main {
  font-weight: 700;
}

/* LİSTE */
.order-list {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
}

/* RENTAL BENEFITS SECTION */
.agreement-section {
  width: 100%;
  padding: 5vw 5vw 0;
  position: relative;
  background: #ffffff;
}

.agreement-container {
  display: flex;
  align-items: center;
  gap: 3vw;
  position: relative;
  z-index: 3;
}

.agreement-image {
  width: 50%;
  position: relative;
  z-index: 1;
}

.agreement-photo {
  width: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  height: auto;
}

.agreement-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: relative;
  z-index: 1;
}

.agreement-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.2;
  color: #151515;
  margin: 0;
}

.agreement-title strong {
  font-weight: 800;
}

.agreement-text {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  line-height: 1.65;
  color: #1a1a1a;
  margin: 0;
}

.agreement-decor {
  position: absolute;
  right: 3%;
  top: 6%;
  width: 22vw;
  max-width: 320px;
  pointer-events: none;
  z-index: 0;
}

.agreement-decor-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.rental-benefits-section {
  width: 100%;
  padding: 5vw 5vw 0;
  background: #ffffff;
}

.rental-benefits-container {
  display: flex;
  flex-direction: column;
  gap: 2.4vw;
}

.rental-benefits-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}

.rental-benefits-title {
  font-family: "Onest", sans-serif;
  font-size: 2.4vw;
  font-weight: 400;
  color: #151515;
  margin: 0;
}

.rental-benefits-title strong {
  font-weight: 700;
}

.rental-benefits-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #666666;
  margin: 0;
}

.rental-benefits-tagline {
  font-family: "Nunito", sans-serif;
  font-size: 1.1vw;
  color: #151515;
  margin: 0;
  font-weight: 600;
}

.rental-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8vw;
}

.rental-card {
  background: #f9fafc;
  border-radius: 1.2vw;
  overflow: hidden;
  box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.rental-card-image {
  width: 100%;
  height: 13vw;
  overflow: hidden;
}

.rental-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rental-card-text {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #151515;
  margin: 0;
  padding: 1.2vw 1.4vw 1.6vw 1.4vw;
  line-height: 1.35;
  flex: 1;
}

.rental-benefits-footer {
  display: flex;
  flex-direction: column;
  gap: 0.6vw;
  align-items: center;
}

.rental-benefits-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fe1d25;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  padding: 1.1vw 2.6vw;
  border-radius: 1.6vw;
  text-decoration: none;
  box-shadow: 0 0.8vw 1.6vw rgba(254, 29, 37, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rental-benefits-btn:hover {
  background: #d01820;
  transform: translateY(-2px);
  box-shadow: 0 1vw 2vw rgba(254, 29, 37, 0.25);
}

.rental-benefits-note {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #666666;
  margin: 0;
}

/* FRAUD PROTECTION SECTION */
.fraud-protection-section {
  width: 100%;
  padding: 5vw 5vw 0;
  /* background: #ffffff; */
  position: relative;
  /* overflow: hidden; */
}

.fraud-decor {
  position: absolute;
  bottom: -3%;
  left: 47%;
  width: 18vw;
  max-width: 520px;
  /* opacity: 0.22; */
  pointer-events: none;
}

.fraud-decor-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.fraud-protection-container {
  display: flex;
  flex-direction: column;
  gap: 2.6vw;
}

.fraud-protection-header {
  text-align: center;
}

.fraud-protection-title {
  font-family: "Onest", sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  color: #151515;
  margin: 0;
  line-height: 1.2;
}

.fraud-protection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6vw;
  position: relative;
  z-index: 1;
}

.fraud-card {
  background: #f9fafc;
  border-radius: 1.2vw;
  /* box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.08); */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.fraud-card-image {
  width: 100%;
  height: 15vw;
  overflow: hidden;
}

.fraud-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fraud-card-content {
  padding: 1.4vw 1.6vw 1.6vw 1.6vw;
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}

.fraud-card-heading {
  font-family: "Nunito", sans-serif;
  font-size: 1.05vw;
  font-weight: 700;
  color: #151515;
  line-height: 1.35;
}

.fraud-number {
  color: #fe1d25;
  font-weight: 700;
  margin-right: 0.5vw;
}

.fraud-card-text {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}
.fraud-card-text strong {
  font-weight: 700;
  color: #151515;
}
.fraud-card-text em {
  font-style: italic;
}
.fraud-card-text em strong {
  font-style: italic;
  font-weight: 700;
}

.fraud-card-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  font-weight: 700;
  color: #151515;
  margin: 0;
}

.fraud-card-list {
  margin: 0;
  padding-left: 1.4vw;
  display: flex;
  flex-direction: column;
  gap: 0.45vw;
  list-style-type: circle;
  list-style-position: outside;
  color: #151515;
  list-style-image: none;
}

.fraud-card-list li::marker {
  color: #151515;
}

.fraud-card-list li {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  color: #333333;
  line-height: 1.45;
  list-style-type: disc;
}




.order-item {
  display: flex;
  align-items: flex-start;
  gap: 1vw;
}

.order-number {
  width: 1.8vw;
  height: 1.8vw;
  min-width: 1.8vw;
  background: #FE1D25;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Onest", sans-serif;
  font-size: 0.95vw;
  font-weight: 700;
  flex-shrink: 0;
}

.order-text {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #151515;
  margin: 0;
  padding-top: 0.2vw;
}

.remote-check-section {
  width: 100%;
  padding: 5vw 5vw 0;
  background: #ffffff;
}

.remote-check-container {
  display: flex;
  flex-direction: column;
  gap: 2.4vw;
}

.remote-check-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}

.remote-check-title {
  font-family: "Onest", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.25;
  color: #151515;
  margin: 0;
}

.remote-check-title strong {
  font-weight: 800;
}

.remote-check-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 1.05vw;
  color: #555555;
  margin: 0;
}

.remote-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4vw;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
}

.remote-card {
  background: #f8f9fc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  flex: 1 1 calc((100% - 3 * 1.4vw) / 4);
  max-width: calc((100% - 3 * 1.4vw) / 4);
  box-sizing: border-box;
  align-self: stretch;
}

.remote-card-image {
  width: 100%;
  height: 10vw;
  overflow: hidden;
}

.remote-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.remote-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.8vw;
  padding: 1.2vw 1.4vw 1.4vw 1.4vw;
  box-sizing: border-box;
}

.remote-card-title {
  font-family: "Onest", sans-serif;
  font-size: 1.05vw;
  font-weight: 700;
  line-height: 1.35;
  color: #151515;
  margin: 0;
  display: flex;
  gap: 0.4vw;
  align-items: baseline;
}

.remote-card-number {
  color: #fe1d25;
  font-weight: 800;
}

.remote-card-text {
  font-family: "Nunito", sans-serif;
  font-size: 0.97vw;
  color: #333333;
  line-height: 1.55;
  margin: 0;
}

.remote-card-list {
  margin: 0;
  padding-left: 1.2em;
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  color: #151515;
  list-style-type: disc;
  list-style-position: outside;
}

.remote-card-list li {
  font-family: "Nunito", sans-serif;
  font-size: 0.97vw;
  color: #333333;
  line-height: 1.55;
  list-style-type: disc;
}

/* GÖRSEL */
.order-image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 1.2vw;
  overflow: hidden;
  background: #F5F5F5;
}

.order-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}







/* ========================================
   COMPARISON SECTION
   ======================================== */

   .comparison-section {
    width: 100%;
    background: #ffffff;
    padding: 4vw 5vw;
  }
  
  .comparison-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* BAŞLIK ALANI */
  .comparison-header {
    text-align: center;
    margin-bottom: 3vw;
  }
  
  .comparison-title {
    font-family: "Nunito", sans-serif;
    font-size: 2.3vw;
    font-weight: 400;
    line-height: 1.3;
    color: #151515;
    margin: 0 0 0.8vw 0;
  }
  
  .comparison-highlight {
    font-weight: 700;
    color: #151515;
  }
  
  .comparison-subtitle {
    font-family: "Nunito", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    color: #666666;
    margin: 0;
  }
  
  /* TABLO WRAPPER (SCROLL İÇİN) */
  .comparison-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 2.5vw;
    -webkit-overflow-scrolling: touch;
  }
  
  .comparison-table-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  
  .comparison-table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  .comparison-table-wrapper::-webkit-scrollbar-thumb {
    background: #FE1D25;
    border-radius: 10px;
  }
  
  .comparison-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #d01820;
  }
  
  /* TABLO */
  .comparison-table {
    width: 100%;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #E0E0E0;
    border-radius: 1.2vw;
    overflow: hidden;
  }
  
  /* TH (BAŞLIK HÜCRELERİ) */
  .comparison-table thead th {
    font-family: "Onest", sans-serif;
    font-size: 1vw;
    font-weight: 700;
    color: #151515;
    padding: 1vw 1.5vw;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background: #F5F5F5;
  }
  
  .comparison-table thead th:last-child {
    border-right: none;
  }
  
  /* TD (İÇERİK HÜCRELERİ) */
  .comparison-table tbody td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background: #ffffff;
  }
  
  .comparison-table tbody td:last-child {
    border-right: none;
  }
  
  .comparison-table tbody tr:last-child td {
    border-bottom: none;
  }
  
  /* SÜTUN STİLLERİ */
  .comp-col-label {
    width: 35%;
    text-align: left;
  }
  
  .comp-col-manual {
    width: 32.5%;
  }
  
  .comp-col-remote {
    width: 32.5%;
  }
  
  /* TD İÇERİK WRAPPER */
  .td-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8vw;
    padding: 1.2vw 1.5vw;
    min-height: 100%;
  }
  
  .comp-col-label .td-content {
    align-items: flex-start;
    text-align: left;
    gap: 0;
  }
  
  /* ITEM (ICON + METIN GRUBU) */
  .comp-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5vw;
  }
  
  /* METİNLER */
  .comparison-table p {
    font-family: "Nunito", sans-serif;
    font-size: 0.9vw;
    font-weight: 400;
    line-height: 1.4;
    color: #151515;
    margin: 0;
  }
  
  .comp-col-label p {
    font-size: 0.95vw;
    color: #333333;
  }
  
  /* CHECKMARK VE CROSS */
  .comp-check {
    font-size: 1.5vw;
    color: #22C55E;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
  }
  
  .comp-cross {
    font-size: 1.5vw;
    color: #FE1D25;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
  }
  
  /* ÖZELLİKLER GRID */
  .comparison-features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
  
  .comp-feature {
    display: flex;
    align-items: flex-start;
    gap: 1vw;
  }
  
  .comp-feature-icon {
    width: 2.5vw;
    height: 2.5vw;
    min-width: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .comp-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .comp-feature-text {
    font-family: "Nunito", sans-serif;
    font-size: 0.9vw;
    font-weight: 400;
    line-height: 1.4;
    color: #151515;
    margin: 0;
    padding-top: 0.2vw;
  }
  

  
 

  /* ========================================
   RENT SECTION
   ======================================== */

.rent-section {
  width: 100%;
  background: #ffffff;
  padding: 6vw 5vw;
}

.rent-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* BAŞLIK ALANI */
.rent-header {
  text-align: center;
  margin-bottom: 3vw;
}

.rent-title {
  font-family: "Nunito", sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 1.3;
  color: #151515;
  margin: 0 0 0.8vw 0;
}

.rent-highlight {
  font-weight: 700;
  color: #151515;
}

.rent-subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  color: #666666;
  margin: 0;
}

/* KARTLAR WRAPPER */
.rent-cards {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: 100%;
  margin-bottom: 3vw;
}

/* SATIRLAR */
.rent-row {
  display: grid;
  gap: 2vw;
}

.rent-row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.rent-row-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* KART */
.rent-card {
  background: #FAFBFF;
  border-radius: 1.6vw;
  border: 0.14vw solid transparent;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.4vw 1vw rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.rent-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.6vw;
  padding: 0.14vw;
  background: linear-gradient(323.41deg, #1D52FE 2.34%, #FE1D25 115.38%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s ease;
}

.rent-card:hover::before {
  opacity: 1;
}

.rent-card:hover {
  background: #ffffff;
  transform: translateY(-0.4vw);
  box-shadow: 0 1vw 2.2vw rgba(0, 0, 0, 0.12);
}

/* KART GÖRSEL */
.rent-card-image {
  width: 100%;
  height: 12vw;
  overflow: hidden;
  border-radius: 1.6vw 1.6vw 0 0;
}

.rent-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* KART BAŞLIK */
.rent-card-title {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.3;
  color: #151515;
  margin: 0;
  padding: 1.2vw 1.6vw 1.6vw 1.2vw;
}

/* FOOTER (BUTON + ALT YAZI) */
.rent-footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}

.rent-btn {
  padding: 1.2vw 3vw;
  border-radius: 2vw;
  border: none;
  background: #fe1d25;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0.3vw 1vw rgba(254, 29, 37, 0.25);
  transition: 0.25s ease;
}

.rent-btn:hover {
  background: #d01820;
  box-shadow: 0 0.5vw 1.5vw rgba(254, 29, 37, 0.35);
  transform: translateY(-0.2vw);
}

.rent-note {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  color: #666666;
  margin: 0;
}


/* --- Remote check final layout override --- */
.remote-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4vw;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
}

.remote-card {
  flex: 0 0 calc((100% - 3 * 1.4vw) / 4);
  max-width: calc((100% - 3 * 1.4vw) / 4);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-self: stretch;
}

.remote-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* EQUIPMENT PROOF SECTION */
.equipment-proof-section {
  width: 100%;
  padding: 5vw 5vw;
  /* background: #ffffff; */
}

.equipment-proof-container {
  display: flex;
  flex-direction: column;
  gap: 2.6vw;
}

.equipment-proof-header {
  text-align: center;
}

.equipment-proof-title {
  font-family: "Onest", sans-serif;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 1.25;
  color: #151515;
  margin: 0;
}

.equipment-proof-title strong {
  font-weight: 800;
}

.equipment-proof-rows {
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
}

.equipment-proof-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1%;
  flex-wrap: wrap;
}

.row-top .equip-card {
  width: 24%;
  max-width: 24%;
}

.row-bottom {
  justify-content: center;
  display: flex;
}

.row-bottom .equip-card {
  width: 24%;
  max-width: 24%;
  align-self: stretch;
}

.equip-card {
  background: #f8f9fc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-self: stretch;
}

.equip-card-image {
  width: 100%;
  height: 10vw;
  overflow: hidden;
}

.equip-photo {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}

.equip-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
  padding: 1.2vw 1.4vw 1.4vw 1.4vw;
  flex: 1;
  box-sizing: border-box;
}

.equip-card-title {
  font-family: "Onest", sans-serif;
  font-size: 1.05vw;
  font-weight: 700;
  line-height: 1.4;
  color: #151515;
  margin: 0;
}

.equip-card-text {
  font-family: "Nunito", sans-serif;
  font-size: 0.97vw;
  line-height: 1.55;
  color: #333333;
  margin: 0;
}

.equipment-proof-footer {
  display: flex;
  justify-content: center;
}

.equip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9vw 2vw;
  border-radius: 30px;
  background: #fe1d25;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 1vw;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(254, 29, 37, 0.25);
}

.equip-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(254, 29, 37, 0.3);
}

/* AUTHENTICITY SECTION */
.authenticity-section {
  width: 100%;
  padding: 5vw 5vw;
}

.authenticity-container {
  display: flex;
  flex-direction: column;
  gap: 2.6vw;
}

.authenticity-header {
  text-align: center;
}

.authenticity-title {
  font-family: "Onest", sans-serif;
  font-size: 2.6vw;
  font-weight: 500;
  line-height: 1.3;
  color: #151515;
  margin: 0;
}

.authenticity-title strong {
  font-weight: 800;
}

.authenticity-grid {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 1%;
}

.auth-card {
  width: 24%;
  max-width: 24%;
  background: #f8f9fc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.auth-card-image {
  width: 100%;
  height: 12vw;
  overflow: hidden;
}

.auth-photo {
  width: 100%;
  height: 100%;
  display: block;
}

.auth-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
  padding: 1.2vw 1.4vw 1.4vw 1.4vw;
  flex: 1;
  box-sizing: border-box;
}

.auth-card-title {
  font-family: "Onest", sans-serif;
  font-size: 1.05vw;
  font-weight: 700;
  line-height: 1.4;
  color: #151515;
  margin: 0;
}

.auth-card-text {
  font-family: "Nunito", sans-serif;
  font-size: 0.97vw;
  line-height: 1.55;
  color: #333333;
  margin: 0;
}





/* CONTACT HERO (contacts page) */
.contact-hero-section {
  width: 100%;
  padding: 5vw 5vw 0;
}

.contact-hero-container {
  width: 100%;
}

.contact-hero-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 2.6vw;
  background: #f9fcff;
  border-radius: 24px;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
}

.contact-hero-info {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2vw;
}

.contact-hero-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: relative;
  z-index: 2;
}

.contact-hero-title {
  font-family: "Onest", sans-serif;
  font-size: 2vw;
  font-weight: 600;
  color: #151515;
  margin: 0;
  line-height: 1.25;
}

.contact-hero-desc {
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #333333;
  margin: 0;
  line-height: 1.55;
}

.contact-hero-phone-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-hero-phone {
  font-family: "Onest", sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
  color: #151515;
  text-decoration: none;
}

.contact-hero-messengers {
  display: flex;
  align-items: center;
  gap: 10px;
}

.messenger-link img {
  width: 32px;
  height: 32px;
  display: block;
}

.contact-hero-mail {
  font-family: "Onest", sans-serif;
  font-size: 1.05vw;
  color: #151515;
  text-decoration: none;
}

.contact-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0.5vw;
  flex-wrap: wrap;
}

.contact-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9vw 1.4vw;
  border-radius: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 0.95vw;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.contact-hero-btn.primary {
  background: #fe1d25;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(254, 29, 37, 0.25);
}

.contact-hero-btn.outline {
  background: transparent;
  color: #fe1d25;
  border: 1.5px solid #fe1d25;
}

.contact-hero-btn:hover {
  transform: translateY(-2px);
}

.contact-hero-decor {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0.25;
}

.contact-decor-img {
  width: 26vw;
  max-width: 320px;
}

.contact-hero-map {
  position: relative;
  height: 100%;
  display: flex;
}

.map-embed {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 22px;
  overflow: hidden;
  background: #e8eef5;
}

.map-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 22px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 22px;
  display: block;
}







/* BLOG LIST */
.blog-section {
  width: 100%;
  padding: 5vw 5vw 6vw;
}

.blog-container {
  display: flex;
  flex-direction: column;
  gap: 2.4vw;
}

.blog-header {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.blog-title {
  font-family: "Onest", sans-serif;
  font-size: 2.6vw;
  font-weight: 500;
  color: #151515;
  margin: 0;
}

.blog-tabs-scroll {
  display: flex;
  gap: 0.7vw;
  overflow-x: auto;
  padding-bottom: 0.4vw;
  scrollbar-width: none;
}

.blog-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.blog-tab {
  border: 1.2px solid #151515;
  background: #ffffff;
  color: #151515;
  border-radius: 40px;
  padding: 0.55vw 1.2vw;
  font-family: "Onest", sans-serif;
  font-size: 0.95vw;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-tab:hover,
.blog-tab.active {
  background: #151515;
  color: #ffffff;
}

.blog-tab:active {
  transform: translateY(1px);
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}

.blog-card {
  width: calc((100% - 4.5vw) / 4);
  max-width: calc((100% - 4.5vw) / 4);
  background: #f8f9fc;
  border-radius: 18px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-card-image {
  width: 100%;
  height: 10vw;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-card-body {
  padding: 1.2vw 1.4vw 1.4vw;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  flex: 1;
}

.blog-card-date {
  font-family: "Nunito", sans-serif;
  font-size: 0.85vw;
  color: #7a7a7a;
}

.blog-card-title {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 700;
  color: #151515;
  margin: 0;
}

.blog-card-desc {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  line-height: 1.5;
  color: #333333;
  margin: 0 0 0.6vw;
}

.blog-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55vw 1.2vw;
  background: #fe1d25;
  color: #ffffff;
  border-radius: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 0.95vw;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(254, 29, 37, 0.25);
}

.blog-card-meta {
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  color: #666666;
}

.blog-more-wrap {
  display: flex;
  justify-content: center;
}

.blog-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fe1d25;
  color: #ffffff;
  padding: 0.8vw 1.6vw;
  border-radius: 26px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 1vw;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(254, 29, 37, 0.25);
}





/* BLOG DETAIL */
.blog-detail-section {
  width: 100%;
  padding: 5vw 6vw 6vw;
  display: flex;
  justify-content: center;
}

.blog-detail-article {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: 100%;
}

.blog-detail-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-detail-title {
  font-family: "Onest", sans-serif;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8vw 1.6vw;
  font-family: "Nunito", sans-serif;
  font-size: 1vw;
  color: #555555;
  margin-top: 6px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-detail-body {
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
  font-family: "Nunito", sans-serif;
  font-size: 1.05vw;
  line-height: 1.75;
  color: #222222;
}

.blog-detail-body h3 {
  font-family: "Onest", sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  margin: 12px 0 0;
}

.blog-detail-body p {
  margin: 0;
}

.blog-detail-body ul,
.blog-detail-body ol {
  margin: 0;
  padding-left: 1.4vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-detail-body li {
  list-style: disc;
}

.blog-detail-image {
  margin: 2vw auto 1vw;
  width: 100%;
  border-radius: 1.1vw;
  overflow: hidden;
}

.blog-detail-image img {
  width: 50%;
  display: block;
  border-radius: 1.1vw;
}

/* RELATED ARTICLES */
.related-articles-section {
  width: 100%;
  padding: 5vw 5vw 6vw;
}

.related-articles-container {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.related-title {
  font-family: "Onest", sans-serif;
  font-size: 2.6vw;
  font-weight: 600;
  color: #151515;
  margin: 0;
}

.related-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4vw;
}

.related-card {
  width: calc((100% - 4.2vw) / 4);
  max-width: calc((100% - 4.2vw) / 4);
  background: #f8f9fc;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.related-card-image {
  width: 100%;
  height: 9vw;
  overflow: hidden;
}

.related-card-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.related-card-body {
  padding: 1vw 1.2vw 1.2vw;
  display: flex;
  flex-direction: column;
  gap: 0.6vw;
  flex: 1;
}

.related-card-date {
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  color: #7a7a7a;
}

.related-card-title {
  font-family: "Onest", sans-serif;
  font-size: 1.1vw;
  font-weight: 700;
  color: #151515;
  margin: 0;
}

.related-card-desc {
  font-family: "Nunito", sans-serif;
  font-size: 0.95vw;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}

.related-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.related-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55vw 1.2vw;
  background: #fe1d25;
  color: #ffffff;
  border-radius: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 0.95vw;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(254, 29, 37, 0.25);
}

.related-card-meta {
  font-family: "Nunito", sans-serif;
  font-size: 0.9vw;
  color: #666666;
}

.related-more-wrap {
  display: flex;
  justify-content: center;
}

.related-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fe1d25;
  color: #ffffff;
  padding: 0.85vw 1.6vw;
  border-radius: 26px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 1vw;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(254, 29, 37, 0.25);
}


/* GLOBAL POPUP FORM */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  padding: 24px;
}

.popup-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.popup-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
  width: min(520px, 90vw);
  padding: 32px;
  position: relative;
  font-family: "Nunito", sans-serif;
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.popup-title {
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #151515;
  margin: 0 0 8px;
}

.popup-subtitle {
  font-size: 15px;
  color: #4a4a4a;
  margin: 0 0 20px;
}

.popup-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.popup-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.popup-field label {
  font-size: 14px;
  color: #2c2c2c;
}

.popup-field input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  color: #151515;
  background: #f8f9fc;
}

.popup-submit {
  margin-top: 8px;
  padding: 12px 18px;
  background: #fe1d25;
  color: #ffffff;
  border-radius: 14px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(254, 29, 37, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.popup-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(254, 29, 37, 0.28);
}

.no-scroll {
  overflow: hidden;
}





@media (max-width: 1440px) {
  
  /* TOPBAR */
  .topbar {
    border-bottom: 0.096vw solid rgba(0, 0, 0, 0.06);
  }
  
  .topbar-inner {
    min-height: 5.28vw;
    padding: 1.02vw 0;
    gap: 2vw;
  }
  
  .topbar-logo {
    min-width: 18vw;
    border-right: 0.096vw solid rgba(0, 0, 0, 0.08);
  }
  
  .logo-img {
    width: 7.44vw;
  }
  
  .logo-text {
    font-size: 0.84vw;
  }
  
  .topbar-info {
    gap: 1vw;
  }
  
  .info-item {
    gap: 0.72vw;
    padding-right: 2.4vw;
    border-right: 0.096vw solid rgba(0, 0, 0, 0.08);
  }
  
  .info-icon {
    width: 1.02vw;
    height: 1.02vw;
  }
  
  .info-text {
    gap: 0.3vw;
  }
  
  .info-label,
  .info-value {
    font-size: 0.9vw;
  }
  
  .topbar-right {
    gap: 2vw;
  }
  
  .topbar-flag-block {
    font-size: 1.02vw;
  }
  
  .lang-flag {
    width: 1.2vw;
  }
  
  .topbar-rutube {
    gap: 0.6vw;
    font-size: 1.02vw;
  }
  
  .r-logo {
    width: 1.2vw;
    height: 1.2vw;
  }
  
  .callback-btn {
    font-size: 1.02vw;
    padding: 0.66vw 2.16vw;
    border: 0.12vw solid #FE1D25;
    border-radius: 2.4vw;
  }
  
  /* NAV */
  .nav-list {
    padding: 0.84vw 0 0.72vw;
    gap: 1.92vw;
  }
  
  .nav-link {
    font-size: 1.02vw;
    padding-bottom: 0.36vw;
  }
  
  /* BANNER */
  .banner-container {
    border-radius: 1.44vw;
  }
  
  .banner-inner {
    gap: 1.2vw;
    /* flex-direction: column; */
  }
  .banner-content {
    max-width: 100%;
  }
  .banner-content-inner {
    gap: 2.4vw;
    border-radius: 1.44vw;
    padding: 3vw;
  }
  .banner-image {
   
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
  .banner-decor {
    bottom: 2.4vw;
    right: -3.6vw;
    width: 32.4vw;
  }
  
  .banner-title {
    font-size: 3.48vw;
  }
  
  .title-highlight {
    margin-right: 0.36vw;
  }
  
  .title-line {
    width: 4.8vw;
    margin-right: 0.24vw;
  }
  
  .banner-subtitle {
    font-size: 2.4vw;
  }
  
  .banner-features {
    gap: 1.2vw;
  }
  
  .feature-item {
    gap: 0.6vw;
    font-size: 1.02vw;
  }
  
  .check-icon {
    width: 1.44vw;
    height: 1.44vw;
  }
  
  .banner-buttons {
    gap: 1.8vw;
    margin-top: 0.96vw;
  }
  
  .btn-primary,
  .btn-secondary {
    font-size: 1.2vw;
    padding: 1.32vw 3.36vw;
    border-radius: 0.48vw;
  }
  
  .btn-secondary {
    border: 0.144vw solid #FE1D25;
  }
  
  .main-photo {
    border-radius: 0.6vw;
  }
  
  .banner-badge {
    gap: 0.96vw;
    padding: 0.96vw 1.44vw;
    border-radius: 0.48vw;
  }
  
  .badge-logo {
    width: 8.4vw;
  }
  
  .badge-right {
    bottom: 1.2vw;
    right: 1.2vw;
    padding: 0.6vw 1.02vw;
  }
  
  .license-text {
    font-size: 0.9vw;
  }
  
  /* VIDEO SECTION */
  .video-inner {
    gap: 2.4vw;
  }
  
  .video-left {
    gap: 1.8vw;
  }
  
  .video-thumbnail {
    border-radius: 0.6vw;
  }
  
  .video-caption {
    font-size: 1.14vw;
    padding: 0 7.2vw;
  }
  
  .video-content {
    border-radius: 0.6vw;
    gap: 3vw;
  }
  
  .video-title {
    font-size: 2.88vw;
  }
  
  .video-features {
    gap: 1.2vw;
  }
  
  .video-feature-item {
    gap: 1.44vw;
  }
  
  .video-feature-icon {
    width: 2.4vw;
  }
  
  .video-feature-text {
    gap: 0.6vw;
  }
  
  .video-feature-main {
    font-size: 1.56vw;
  }
  
  .video-feature-sub {
    font-size: 1.2vw;
  }
  
  /* PROCESS SECTION */
  .process-container {
    gap: 1.2vw;
  }
  
  .process-header {
    margin-bottom: 2.4vw;
  }
  
  .process-title,
  .process-title-sub {
    font-size: 3.36vw;
  }
  
  .process-title {
    margin: 0 0 0.36vw 0;
  }
  
  .process-title-sub {
    margin: 0 0 0.72vw 0;
  }
  
  .process-subtitle {
    font-size: 1.32vw;
  }
  
  .process-steps {
    gap: 1.8vw;
  }
  
  .step-content {
    gap: 1.44vw;
    padding: 1.2vw 0.6vw;
  }
  
  .step-title {
    font-size: 1.32vw;
  }
  
  .step-description {
    font-size: 1.02vw;
  }
  
  .step-result {
    font-size: 1.02vw;
    gap: 0.36vw;
  }
  
  .step-result strong {
    margin-bottom: 0.24vw;
  }
  
  /* MOBILE COMPLEX SECTION */
  .mobile-complex-section {
    margin-top: 6vw;
  }
  
  .mobile-complex-container {
    gap: 1.8vw;
  }
  
  .mobile-complex-header {
    margin-bottom: 2.4vw;
  }
  
  .mobile-complex-title {
    font-size: 3.36vw;
    margin: 0 0 0.72vw 0;
    padding: 0 16.8vw;
  }
  
  .mobile-complex-subtitle {
    font-size: 1.32vw;
  }
  
  .mobile-complex-content {
    gap: 3.6vw;
    border-radius: 2.4vw;
  }
  
  .complex-content-inner {
    gap: 1.8vw;
    padding: 1.8vw 0 1.8vw 1.2vw;
  }
  
  .complex-title {
    font-size: 2.76vw;
  }
  
  .complex-subtitle {
    font-size: 1.32vw;
  }
  
  .complex-features {
    padding-left: 3vw;
  }
  
  .feature-item {
    gap: 0.96vw;
  }
  
  .feature-text {
    font-size: 1.26vw;
    text-align: center;
  }
  
  .complex-target {
    font-size: 1.14vw;
  }
  
  .complex-buttons {
    gap: 1.2vw;
  }
  
  .btn-details,
  .btn-price {
    font-size: 1.2vw;
    padding: 1.2vw 2.4vw;
    border-radius: 3vw;
  }
  
  .btn-price {
    border: 2.4px solid #FE1D25;
  }
  
  .play-icon-link {
    width: 4.2vw;
    height: 4.2vw;
  }
  
  .mobile-complex-decor {
    bottom: 0vw;
    right: -7.2vw;
    width: 32.4vw;
  }
  
  .complex-badge {
    width: 15.6vw;
    bottom: 1.8vw;
    left: 1.8vw;
    padding: 0.6vw;
    border-radius: 0.6vw;
  }
  
  .badge-text {
    font-size: 1.08vw;
  }
  
  /* LEGAL SECTION */
  .legal-section {
    margin-top: 6vw;
  }
  
  .legal-content {
    gap: 3.6vw;
  }
  
  .legal-left {
    gap: 2.4vw;
  }
  
  .legal-title {
    font-size: 2.76vw;
    gap: 0.36vw;
  }
  
  .legal-title-line {
    width: 6vw;
  }
  
  .legal-item {
    gap: 0.96vw;
  }
  
  .legal-bullet {
    width: 0.6vw;
    height: 0.6vw;
    margin-top: 0.48vw;
  }
  
  .legal-text {
    font-size: 1.2vw;
  }
  
  .legal-info {
    font-size: 1.14vw;
  }
  
  .legal-links {
    gap: 2.4vw;
  }
  
  .legal-link {
    font-size: 1.08vw;
  }

  .legal-partners-section {
    padding: 0 5vw;
    margin-top: 2.4vw;
  }

  .legal-partners {
    margin-top: 2.4vw;
  }
  
  .partners-list {
    gap: 1.8vw;
  }
  
  .partner-logo {
    height: 3vw;
  }
  
  .legal-support-section {
    padding: 6vw 5vw 0 5vw;
  }

  .legal-support-card {
    border-radius: 1.92vw;
    box-shadow: none;
  }

  .legal-support-image {
    padding: 0;
  }

  .legal-support-photo {
    border-radius: 1.44vw;
  }

  .legal-support-content {
    gap: 1.92vw;
    padding: 3.6vw;
  }

  .legal-support-title {
    font-size: 3.12vw;
  }

  .legal-support-item {
    gap: 1.08vw;
  }

  .legal-support-bullet {
    width: 0.66vw;
    height: 0.66vw;
    margin-top: 0.54vw;
  }

  .legal-support-desc {
    font-size: 1.3vw;
  }

  .legal-support-text {
    font-size: 1.2vw;
  }

  .medmap-details-section {
    padding: 6vw 5vw 0 5vw;
  }

  .medmap-details-container {
    gap: 2.4vw;
  }

  .medmap-details-content {
    width: 49%;
    gap: 1.4vw;
  }

  .medmap-details-title {
    font-size: 3.1vw;
  }

  .medmap-details-desc {
    font-size: 1.25vw;
  }

  .medmap-details-subtitle {
    font-size: 1.45vw;
  }

  .medmap-details-bullet {
    width: 1.6vw;
    height: 1.6vw;
    font-size: 1vw;
  }

  .medmap-details-text {
    font-size: 1.24vw;
  }

  .medmap-details-note {
    font-size: 1.2vw;
  }

  .details-btn {
    font-size: 1.15vw;
    padding: 1.1vw 2.6vw;
  }

  .medmap-details-image {
    width: 49%;
  }

  .medmap-details-decor {
    left: 18%;
    bottom: 4vw;
    width: 22vw;
  }

  .legal-support-note {
    font-size: 1.14vw;
  }

  /* BUSINESS FORMAT */
  .business-format {
    margin-top: 7.2vw;
  }
  
  .bf-container {
    gap: 2.4vw;
  }
  
  .bf-title {
    font-size: 2.76vw;
    margin: 0 0 1.08vw 0;
  }
  
  .bf-subtitle {
    font-size: 1.2vw;
  }
  
  .bf-cards {
    gap: 2.4vw;
  }
  
  .bf-card {
    border-radius: 1.92vw;
    padding: 2.4vw;
    border: 0.168vw solid transparent;
    gap: 1.44vw;
    min-height: 36vw;
  }
  
  .bf-card::before {
    border-radius: 1.92vw;
    padding: 0.168vw;
  }
  
  .bf-card:hover {
    transform: translateY(-0.48vw);
  }
  
  .bf-card-title {
    font-size: 1.68vw;
  }
  
  .bf-intro {
    font-size: 1.2vw;
  }
  
  .bf-list {
    gap: 0.66vw;
    padding-left: 1.44vw;
  }
  
  .bf-list li::before {
    left: -1.44vw;
    font-size: 1.08vw;
  }
  
  .bf-list li span {
    font-size: 1.2vw;
  }
  
  .bf-price {
    gap: 0.36vw;
  }
  
  .price-main {
    font-size: 1.2vw;
  }
  
  .bf-btn {
    margin-top: 1.2vw;
    padding: 1.2vw 0;
    border-radius: 2.4vw;
    font-size: 1vw;
  }
  
  .bf-btn:hover {
    transform: translateY(-0.3vw);
  }
  
  /* RELIABILITY SECTION */
  .reliability-section {
    margin-top: 7.2vw;
  }
  
  .reliability-container {
    gap: 4.8vw;
  }
  
  .rel-title {
    font-size: 2.76vw;
    margin-bottom: 1.8vw;
  }
  
  .rel-subtitle {
    font-size: 1.44vw;
    margin-bottom: 1.8vw;
  }
  
  .rel-quote-block {
    gap: 1.44vw;
    margin-bottom: 2.4vw;
  }
  
  .rel-line-img {
    width: 0.72vw;
    margin-top: 0.36vw;
  }
  
  .rel-quote-text {
    font-size: 1.14vw;
  }
  
  .rel-list {
    gap: 1.2vw;
    margin-bottom: 2.4vw;
  }
  
  .rel-item {
    gap: 0.96vw;
  }
  
  .rel-num {
    width: 1.92vw;
    height: 1.92vw;
    font-size: 1.08vw;
    margin-top: 0.12vw;
  }
  
  .rel-text {
    font-size: 1.2vw;
  }
  
  .rel-btn {
    border-radius: 3vw;
    padding: 1.2vw 3vw;
    font-size: 1.2vw;
  }
  
  .rel-img {
    border-radius: 2.4vw;
  }
  
  /* REPUTATION SECTION */
  .reputation-section {
    margin-top: 7.2vw;
  }
  
  .rep-title {
    font-size: 3vw;
    margin-bottom: 3.6vw;
  }
  
  .rep-content {
    gap: 2.4vw;
    margin-bottom: 3.6vw;
  }
  
  .rep-img-wrapper {
    border-radius: 2.4vw;
  }
  
  .rep-text-box {
    padding: 2.4vw 3vw;
    gap: 1.8vw;
  }
  
  .rep-text-box p {
    font-size: 1.14vw;
  }
  
  .rep-right {
    border-radius: 2.4vw;
    padding: 3.6vw 2.4vw;
    gap: 3vw;
  }
  
  .rep-icon-row {
    gap: 1.2vw;
  }
  
  .rep-icon-row.center-row {
    gap: 3.6vw;
  }
  
  .rep-icon-item img {
    height: 3vw;
    margin-bottom: 1.2vw;
  }
  
  .rep-icon-item p {
    font-size: 1.08vw;
  }
  
  .rep-btn {
    border-radius: 3vw;
    padding: 1.2vw 3.6vw;
    font-size: 1.2vw;
  }
  
  /* COMPLEX SOLUTION SECTION */
  .complex-solution-section {
    margin-top: 6vw;
  }
  
  .complex-container {
    gap: 3.6vw;
  }
  
  .complex-top {
    gap: 3.6vw;
  }
  
  .complex-header-block {
    margin-bottom: 1.8vw;
  }
  
  .complex-title {
    font-size: 2.88vw;
  }
  
  .complex-subtitle-row {
    gap: 1.2vw;
    margin-top: 0.6vw;
  }
  
  .complex-decor-line {
    width: 7.2vw;
  }
  
  .complex-list {
    gap: 0.96vw;
  }
  
  .complex-list li {
    font-size: 1.14vw;
    padding-left: 1.44vw;
  }
  
  .complex-list li::before {
    font-size: 1.44vw;
  }
  
  .complex-main-img {
    border-radius: 2.4vw;
  }
  
  .complex-vehicles {
    /* padding: 0 2.4vw; */
    margin-top: 2.4vw;
  }
  
  /* LEADERS SECTION */
  .leaders-section {
    margin-top: 6vw;
  }
  
  .leaders-title {
    font-size: 2.88vw;
    margin-bottom: 3.6vw;
  }
  
  .leaders-slider {
    margin-bottom: 3.6vw;
    /* padding: 0 3.6vw; */
  }
  
  .leader-item {
    border-radius: 0.96vw;
  }
  
  .leaders-slider .owl-nav button.owl-prev,
  .leaders-slider .owl-nav button.owl-next {
    width: 3.6vw;
    height: 3.6vw;
  }
  
  .nav-arrow-svg {
    width: 1.2vw;
    height: 1.2vw;
  }
  
  .leaders-slider .owl-nav button.owl-prev {
    left: 1.2vw;
  }
  
  .leaders-slider .owl-nav button.owl-next {
    right: 1.2vw;
  }
  
  .leaders-btn {
    border-radius: 3vw;
    padding: 1.2vw 3.6vw;
    font-size: 1.2vw;
  }
  
  /* RESULTS SECTION */
  .results-section {
    margin-top: 7.2vw;
    margin-bottom: 7.2vw;
  }
  
  .results-title {
    font-size: 2.88vw;
    margin-bottom: 4.8vw;
  }
  
  .results-grid {
    gap: 3.6vw;
  }
  
  .results-card {
    gap: 1.8vw;
  }
  
  .card-category {
    font-size: 1.02vw;
    min-height: 3vw;
  }
  
  .card-logo-wrapper {
    height: 4.8vw;
  }
  
  .card-quote {
    font-size: 1.08vw;
  }
  
  /* FAQ SECTION */
  .faq-section {
    margin-top: 7.2vw;
  }
  
  .faq-title {
    font-size: 2.88vw;
    margin-bottom: 3.6vw;
  }
  
  .faq-list {
    gap: 0.96vw;
    margin-bottom: 3.6vw;
  }
  
  .faq-item {
    border-radius: 0.6vw;
  }
  
  .faq-header {
    padding: 1.8vw 2.4vw;
    gap: 2.4vw;
  }
  
  .faq-question {
    font-size: 1.2vw;
  }
  
  .faq-body {
    padding: 0 2.4vw 1.8vw 2.4vw;
  }
  
  .faq-body p {
    font-size: 1.14vw;
  }
  
  .faq-btn {
    border-radius: 3vw;
    padding: 1.2vw 3.6vw;
    font-size: 1.2vw;
  }
  
  /* CONTACTS SECTION */
  .contacts-section {
    margin-top: 6vw;
  }
  
  .contacts-container {
    gap: 4.8vw;
  }
  
  .form-box {
    padding: 3.6vw;
    border-radius: 2.4vw;
  }
  
  .form-title {
    font-size: 2.16vw;
    margin-bottom: 0.6vw;
  }
  
  .form-subtitle {
    font-size: 1.14vw;
    margin-bottom: 2.4vw;
  }
  
  .main-form {
    gap: 1.44vw;
  }
  
  .form-group {
    gap: 0.6vw;
  }
  
  .form-group label {
    font-size: 1.08vw;
    margin-left: 0.6vw;
  }
  
  .form-group input {
    padding: 1.2vw 1.8vw;
    border-radius: 2.4vw;
    font-size: 1.2vw;
  }
  
  .form-submit-btn {
    margin-top: 1.2vw;
    padding: 1.2vw;
    border-radius: 2.4vw;
    font-size: 1.32vw;
  }
  
  .form-agreement {
    font-size: 0.9vw;
    margin-top: 1.2vw;
  }
  
  .dept-list {
    gap: 0.9vw;
  }
  
  .dept-item {
    border-radius: 2.4vw;
  }
  
  .dept-header {
    padding: 1.2vw 2.4vw;
  }
  
  .dept-name {
    font-size: 1.32vw;
  }
  
  .dept-arrow {
    width: 1.44vw;
    height: 1.44vw;
  }
  
  .dept-content {
    padding: 1.2vw 2.4vw 1.8vw 2.4vw;
  }
  
  .dept-content p {
    font-size: 1.2vw;
  }
  
  .contacts-link-btn {
    padding: 1.2vw 3vw;
    border-radius: 2.4vw;
    font-size: 1.2vw;
    margin-top: 1.2vw;
  }
  
  .contacts-decor-img {
    bottom: -10.8vw;
    right: 2.4vw;
    width: 26.4vw;
  }
  
  /* FOOTER */
  .main-footer {
    margin-top: 6vw;
  }
  
  .footer-decor-img {
    top: -12vw;
    width: 60vw;
  }
  
  .footer-top {
    margin-bottom: 3.6vw;
  }
  
  .brand-col {
    gap: 1.2vw;
    width: 20%;
  }
  
  .footer-logo img {
    width: 9.6vw;
  }
  
  .footer-desc {
    font-size: 0.96vw;
  }
  
  .footer-copyright-text {
    font-size: 1.08vw;
    margin-top: 3.6vw;
  }
  
  .footer-heading {
    font-size: 1.32vw;
    margin-bottom: 1.44vw;
  }
  
  .footer-nav {
    gap: 0.72vw;
  }
  
  .footer-nav li a {
    font-size: 1.14vw;
  }
  
  .contact-details {
    gap: 0.48vw;
    margin-bottom: 1.8vw;
  }
  
  .footer-phone,
  .footer-email {
    font-size: 1.2vw;
  }
  
  .footer-rutube-big img {
    width: 2.4vw;
    height: 2.4vw;
  }
  
  .action-col {
    gap: 1.2vw;
    width: 30%;
  }
  
  .footer-rutube-small {
    gap: 0.6vw;
  }
  
  .footer-rutube-small span {
    font-size: 1.02vw;
  }
  
  .footer-rutube-small img {
    width: 1.44vw;
    height: 1.44vw;
  }
  
  .footer-btn {
    padding: 0.72vw 1.8vw;
    border-radius: 2.4vw;
    font-size: 1.08vw;
  }
  
  .footer-divider {
    margin-bottom: 1.8vw;
  }
  
  .footer-bottom {
    font-size: 1.02vw;
  }




  .serv-line-fix {
    width: 4.8vw;
    margin: 0 0.6vw 0.6vw 0.6vw;
  }

  .serv-badge {
    font-size: 0.9vw;
    padding: 0.6vw 1.2vw;
    top: -1.8vw;
    right: -3vw;
  }

  .serv-license-box {
    max-width: 26.4vw;
    padding: 1.2vw 1.8vw;
  }

  .sl-block span {
    font-size: 0.9vw;
  }

  .sl-block strong {
    font-size: 1.02vw;
  }




  .article-section {
    padding: 5vw 5vw 6vw 5vw;
  }
  .article-container {
    gap: 1.5vw;
  }
  .article-image-wrapper {
    border-radius: 1.92vw;
  }
  .article-title {
    font-size: 2.5vw;
  }
  .article-subtitle {
    font-size: 1.6vw;
  }
  .article-date {
    font-size: 1.1vw;
  }
  .article-btn {
    font-size: 1.15vw;
    padding: 1vw 2.6vw;
    border-radius: 1.2vw;
  }

  .device-features-section {
    padding: 6vw 4.5vw 0 3.5vw;
  }
  .device-features-title {
    font-size: 2.7vw;
  }
  .device-features-desktop {
    gap: 2.5vw;
  }
  .device-features-col {
    gap: 1.4vw;
  }
  .device-main-image {
    border-radius: 1.4vw;
  }
  .device-features-section .feature-card {
    border-radius: 1.2vw;
    padding: 1.2vw 1.4vw;
    gap: 1vw;
    flex-direction: column;
    align-items: center;
  }
  .device-features-section .feature-icon {
    width: 5.4vw;
    height: 5.4vw;
  }
  .device-features-section .feature-text h4 {
    font-size: 1.25vw;
  }
  .device-features-section .feature-text p {
    font-size: 1.05vw;
  }
  .device-features-left .feature-card {
    text-align: center;
    align-items: center;
  }
  .device-features-left .feature-text {
    align-items: flex-start;
  }
  .device-features-btn {
    font-size: 1.1vw;
    padding: 1.1vw 2.6vw;
    border-radius: 1vw;
  }



.line-left-1::after {
  width: 31vw;
  right: -21.1vw;
  transform: rotate(386deg);
  top: 57%;
}

.line-left-2::after {
  width: 26.5vw;
  right: -17.5vw;
  top: -11%;
  transform: rotate(
156deg);
}

.line-left-3::after {
  width: 30vw;
  right: -18vw;
  transform: rotate(
138deg);
  top: -34%;
}

.line-right-1::after {
  width: 22vw;
  left: -11vw;
  top: 56%;
  transform: rotate(
327deg);
}

.line-right-2::after {
  width: 21.5vw;
  left: -11.5vw;
  top: 17%;
  transform: rotate(365deg);
}

.line-right-3::after {
  width: 37vw;
  left: -27vw;
  top: -5%;
  transform: rotate(374deg);
}





  .device-features-note p {
    font-size: 1.05vw;
  }

    .quiz-section {
      padding: 4.8vw 5vw;
    }
  
    .quiz-content-wrapper {
      border-radius: 1.44vw;
      /* padding: 2.4vw 3vw; */
    }
  
    .quiz-header {
      margin-bottom: 3vw;
    }
  
    .quiz-main-title {
      font-size: 3vw;
      margin-bottom: 1.2vw;
    }
  
    .quiz-subtitle {
      font-size: 1.26vw;
    }
  
    .quiz-progress-bar {
      gap: 1.2vw;
      padding: 1.44vw 2.4vw;
      border-radius: 0.96vw;
      margin-bottom: 3vw;
    }
  
    .progress-icon {
      width: 2.16vw;
      height: 2.16vw;
    }
  
    .progress-text {
      font-size: 1.14vw;
    }
  
    .progress-counter {
      font-size: 1.32vw;
    }
  
    .quiz-content {
      gap: 2.4vw;
      margin-bottom: 3vw;
    }
  
    .quiz-question {
      font-size: 2.16vw;
      margin-bottom: 2.4vw;
    }
  
    .quiz-options {
      gap: 1.44vw;
    }
  
    .quiz-option {
      gap: 1.2vw;
    }
  
    .option-radio,
    .option-checkbox {
      width: 1.68vw;
      height: 1.68vw;
      border-width: 0.156vw;
    }
  
    .quiz-option input[type="radio"]:checked ~ .option-radio {
      border-width: 0.3vw;
    }
  
    .option-checkbox::after {
      width: 0.42vw;
      height: 0.78vw;
      border-width: 0 0.18vw 0.18vw 0;
      top: 0.24vw;
    }
  
    .option-text {
      font-size: 1.2vw;
    }
  
    .quiz-form {
      gap: 1.2vw;
    }
  
    .quiz-form-group {
      gap: 0.6vw;
    }
  
    .quiz-form-group label {
      font-size: 1.08vw;
    }
  
    .quiz-form-group input {
      font-size: 1.44vw;
      padding: 1.08vw 1.44vw;
      border-width: 0.12vw;
      border-radius: 0.48vw;
    }
  
    .quiz-image-wrapper {
      border-radius: 1.2vw;
    }
  
    .quiz-navigation {
      gap: 2.4vw;
    }
  
    .quiz-btn {
      font-size: 1.2vw;
      padding: 1.2vw 3vw;
      border-radius: 0.72vw;
      gap: 0.72vw;
      border-width: 0.12vw;
    }
  
    .quiz-btn svg {
      width: 1.44vw;
      height: 1.44vw;
    }
 
  .agreement-section {
    padding: 5vw 5vw;
  }
  .agreement-container {
    gap: 28px;
  }
  .agreement-title {
    font-size: 30px;
  }
  .agreement-text {
    font-size: 16px;
  }
  .agreement-photo {
    border-radius: 22px;
  }
  .agreement-decor {
    right: 4%;
    top: 8%;
    width: 260px;
  }

  .remote-check-section {
    padding: 40px 40px 0;
  }
  .remote-check-container {
    gap: 26px;
  }
  .remote-check-title {
    font-size: 30px;
  }
  .remote-check-subtitle {
    font-size: 16px;
  }
  .remote-check-grid {
    gap: 1.4vw;
  }
  .remote-card {
    border-radius: 18px;
  }
  .remote-card-image {
    height: 230px;
  }
  .remote-card-body {
    gap: 12px;
    padding: 16px 18px 18px 18px;
  }
  .remote-card-title {
    font-size: 17px;
    gap: 8px;
  }
  .remote-card-text,
  .remote-card-list li {
    font-size: 15px;
  }

  .rental-benefits-section {
    padding: 40px 40px 0;
  }
  .rental-benefits-container {
    gap: 30px;
  }
  .rental-benefits-title {
    font-size: 28px;
  }
  .rental-benefits-subtitle,
  .rental-benefits-tagline {
    font-size: 16px;
  }
  .rental-benefits-grid {
    gap: 22px;
  }
  .rental-card {
    border-radius: 18px;
  }
  .rental-card-image {
    height: 250px;
  }
  .rental-card-text {
    font-size: 16px;
    padding: 16px 18px 18px 18px;
  }
  .rental-benefits-btn {
    font-size: 15px;
    padding: 14px 24px;
    border-radius: 22px;
  }
  .rental-benefits-note {
    font-size: 14px;
  }

  .fraud-protection-section {
    padding: 40px 40px;
  }
  .fraud-protection-container {
    gap: 28px;
  }
  .fraud-protection-title {
    font-size: 28px;
  }
  .fraud-protection-grid {
    gap: 22px;
  }
  .fraud-card {
    border-radius: 18px;
  }
  .fraud-card-image {
    height: 260px;
  }
  .fraud-card-content {
    padding: 18px 18px 20px 18px;
    gap: 10px;
  }
  .fraud-card-heading {
    font-size: 17px;
  }
  .fraud-card-text,
  .fraud-card-subtitle,
  .fraud-card-list li {
    font-size: 15px;
  }
  .fraud-decor {
    width: 25vw;
    left: 44%;
    bottom: 1%;
  }

  .order-section {
    padding: 4.8vw 5vw;
  }

  .order-waybill .order-decor {
    left: 2%;
    top: 8%;
    width: 28vw;
  }

  .order-content {
    gap: 4.8vw;
  }

  .order-left {
    gap: 2.4vw;
  }

  .order-title {
    font-size: 2.76vw;
  }

  .order-list {
    gap: 1.44vw;
  }

  .order-item {
    gap: 1.2vw;
  }

  .order-number {
    width: 2.16vw;
    height: 2.16vw;
    min-width: 2.16vw;
    font-size: 1.14vw;
  }

  .order-text {
    font-size: 1.2vw;
    padding-top: 0.24vw;
  }

  .order-image-wrapper {
    border-radius: 1.44vw;
  }

    .comparison-section {
      padding: 4.8vw 5vw;
    }
  
    .comparison-header {
      margin-bottom: 3.6vw;
    }
  
    .comparison-title {
      font-size: 2.76vw;
      margin-bottom: 0.96vw;
    }
  
    .comparison-subtitle {
      font-size: 1.2vw;
    }
  
    .comparison-table-wrapper {
      margin-bottom: 3vw;
    }
  
    .comparison-table {
      border-radius: 1.44vw;
    }
  
    .comparison-table thead th {
      font-size: 1.2vw;
      padding: 1.2vw 1.8vw;
    }
  
    .td-content {
      gap: 0.96vw;
      padding: 1.44vw 1.8vw;
    }
  
    .comp-item {
      gap: 0.6vw;
    }
  
    .comparison-table p {
      font-size: 1.08vw;
    }
  
    .comp-col-label p {
      font-size: 1.14vw;
    }
  
    .comp-check,
    .comp-cross {
      font-size: 1.8vw;
    }
  
    .comparison-features {
      gap: 2.4vw;
    }
  
    .comp-feature {
      gap: 1.2vw;
    }
  
    .comp-feature-icon {
      width: 3vw;
      height: 3vw;
      min-width: 3vw;
    }
  
    .comp-feature-text {
      font-size: 1.08vw;
      padding-top: 0.24vw;
    }
 
  .rent-section {
    padding: 4.8vw 5vw;
  }

  .rent-header {
    margin-bottom: 3.6vw;
  }

  .rent-title {
    font-size: 2.76vw;
    margin-bottom: 0.96vw;
  }

  .rent-subtitle {
    font-size: 1.2vw;
  }

  .rent-cards {
    gap: 2.4vw;
    margin-bottom: 3.6vw;
  }

  .rent-row {
    gap: 2.4vw;
  }

  .rent-card {
    border-radius: 1.92vw;
  }

  .rent-card::before {
    border-radius: 1.92vw;
  }

  .rent-card:hover {
    transform: translateY(-0.48vw);
    box-shadow: 0 1.2vw 2.64vw rgba(0, 0, 0, 0.12);
  }

  .rent-card-image {
    height: 14.4vw;
    border-radius: 1.92vw 1.92vw 0 0;
  }

  .rent-card-title {
    font-size: 1.32vw;
    padding: 1.8vw 2.4vw 2.4vw 2.4vw;
  }

  .rent-footer {
    gap: 1.2vw;
  }

  .rent-btn {
    padding: 1.44vw 3.6vw;
    border-radius: 2.4vw;
    font-size: 1.32vw;
    box-shadow: 0 0.36vw 1.2vw rgba(254, 29, 37, 0.25);
  }

  .rent-btn:hover {
    box-shadow: 0 0.6vw 1.8vw rgba(254, 29, 37, 0.35);
    transform: translateY(-0.24vw);
  }

  .rent-note {
    font-size: 1.2vw;
  }

  .remote-check-section {
    padding: 6vw 5vw 0 5vw;
  }
  .remote-check-container {
    gap: 26px;
  }
  .remote-check-title {
    font-size: 30px;
  }
  .remote-check-subtitle {
    font-size: 16px;
  }
  .remote-check-grid {
    gap: 20px;
  }
  .remote-card {
    border-radius: 18px;
  }
  .remote-card-image {
    height: 16vw;
  }
  .remote-card-body {
    gap: 12px;
    padding: 16px 18px 18px 18px;
  }
  .remote-card-title {
    font-size: 17px;
    gap: 8px;
  }
  .remote-card-text,
  .remote-card-list li {
    font-size: 15px;
  }

  .equipment-proof-section {
    padding: 5vw 5vw;
  }
  .equipment-proof-container {
    gap: 30px;
  }
  .equipment-proof-title {
    font-size: 30px;
  }
  .equipment-proof-rows {
    gap: 20px;
  }
  .equipment-proof-row {
    gap: 2%;
  }
  .row-top .equip-card {
    width: 32%;
    max-width: 100%;
    margin-bottom: 2%;
  }
  .row-bottom .equip-card {
    width: 48%;
    max-width: 48%;
    margin-bottom: 2%;
  }
  .equip-card {
    border-radius: 18px;
  }
  .equip-card-image {
    height: 15vw;
  }
  .equip-card-body {
    gap: 12px;
    padding: 16px 18px 18px 18px;
  }
  .equip-card-title {
    font-size: 17px;
  }
  .equip-card-text {
    font-size: 15px;
  }
  .equip-btn {
    padding: 14px 26px;
    font-size: 16px;
    border-radius: 28px;
  }
  .authenticity-section {
    padding: 5vw 5vw;
  }
  .authenticity-container {
    gap: 30px;
  }
  .authenticity-title {
    font-size: 30px;
  }
  .authenticity-grid {
    gap: 2%;
  }
  .auth-card {
    width: 32%;
    max-width: 32%;
    border-radius: 18px;
    margin-bottom: 2%;
  }
  .auth-card-image {
    height: 15vw;
  }
  .auth-card-body {
    gap: 12px;
    padding: 16px 18px 18px 18px;
  }
  .auth-card-title {
    font-size: 17px;
  }
  .auth-card-text {
    font-size: 15px;
  }

  .contact-hero-card {
    gap: 24px;
  }
  .contact-hero-info {
    padding: 32px;
  }
  .contact-hero-title {
    font-size: 30px;
  }
  .contact-hero-desc {
    font-size: 16px;
  }
  .contact-hero-phone {
    font-size: 26px;
  }
  .contact-hero-mail {
    font-size: 18px;
  }
  .contact-hero-btn {
    padding: 14px 20px;
    font-size: 15px;
  }
  .contact-decor-img {
    width: 280px;
  }

  .blog-section {
    padding: 60px 5vw 70px;
  }
  .blog-title {
    font-size: 30px;
  }
  .blog-tabs-scroll {
    gap: 12px;
  }
  .blog-header {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
  .blog-tab {
    font-size: 15px;
    padding: 10px 18px;
  }
  .blog-grid {
    gap: 20px;
  }
  .blog-card {
    width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
  .blog-card-image {
    height: 220px;
  }
  .blog-card-body {
    padding: 16px 18px 18px;
    gap: 10px;
  }
  .blog-card-date {
    font-size: 14px;
  }
  .blog-card-title {
    font-size: 18px;
  }
  .blog-card-desc {
    font-size: 15px;
  }
  .blog-card-link {
    font-size: 15px;
    padding: 10px 18px;
  }
  .blog-card-meta {
    font-size: 14px;
  }
  .blog-more-btn {
    font-size: 16px;
    padding: 14px 22px;
  }

  .blog-detail-section {
    padding: 60px 5vw 70px;
  }
  .blog-detail-title {
    font-size: 30px;
  }
  .blog-detail-body h3 {
    font-size: 20px;
  }
  .blog-detail-meta {
    font-size: 14px;
  }
  .blog-detail-body {
    font-size: 16px;
    gap: 16px;
  }
  .related-articles-section {
    padding: 60px 5vw 70px;
  }
  .related-articles-container {
    gap: 32px;
  }
  .related-title {
    font-size: 30px;
  }
  .related-grid {
    gap: 20px;
  }
  .related-card {
    width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
  .related-card-image {
    height: 200px;
  }
  .related-card-body {
    padding: 16px 18px 18px;
    gap: 10px;
  }
  .related-card-date {
    font-size: 14px;
  }
  .related-card-title {
    font-size: 18px;
  }
  .related-card-desc {
    font-size: 15px;
  }
  .related-card-btn {
    font-size: 15px;
    padding: 10px 18px;
  }
  .related-card-meta {
    font-size: 14px;
  }
  .related-more-btn {
    font-size: 16px;
    padding: 14px 22px;
  }
}


@media (max-width: 1040px) {
  .article-section {
    padding: 7vw 3vw 7vw 3vw;
  }
  .article-image-wrapper {
    border-radius: 2.3vw;
  }
  .article-title {
    font-size: 30px;
  }
  .article-subtitle {
    font-size: 2.3vw;
    text-align: left;
  }
  .article-date {
    font-size: 12px;
    align-self: flex-start;
  }
  .article-btn {
    font-size: 2vw;
    padding: 1.5vw 3.1vw;
    border-radius: 1.4vw;
  }

  .device-features-section {
    padding: 6vw 4.5vw 3.5vw;
  }
  .device-features-title {
    font-size: 2.7vw;
  }
  .device-features-desktop {
    gap: 2.5vw;
  }
  .device-features-col {
    width: 25%;
    gap: 1.4vw;
  }
  .device-main-wrap {
    width: 50%;
  }
  .device-features-section .feature-card {
    border-radius: 1.2vw;
    padding: 1.2vw 1.4vw;
    gap: 1vw;
    flex-direction: column;
    align-items: center;
  }
  .device-features-section .feature-icon {
    width: 5.4vw;
    height: 5.4vw;
  }
  .device-features-section .feature-text h4 {
    font-size: 1.25vw;
  }
  .device-features-section .feature-text p {
    font-size: 1.05vw;
  }
  .device-features-left .feature-card {
    text-align: center;
    align-items: center;
  }
  .device-features-left .feature-text {
    align-items: flex-start;
  }
  .device-features-btn {
    font-size: 1.1vw;
    padding: 1.1vw 2.6vw;
    border-radius: 1vw;
  }


.line-left-1::after {
  width: 32vw;
  right: -20.1vw;
  transform: rotate(388deg);
  top: 61%;
}

.line-left-2::after {
  width: 26.5vw;
  right: -16.5vw;
  top: -9%;
  transform: rotate(
159deg);
}

.line-left-3::after {
  width: 30vw;
  right: -18vw;
  transform: rotate(
141deg);
  top: -34%;
}

.line-right-1::after {
  width: 22vw;
  left: -11vw;
  top: 61%;
  transform: rotate(
325deg);
}

.line-right-2::after {
  width: 21.5vw;
  left: -11.5vw;
  top: 17%;
  transform: rotate(361deg);
}

.line-right-3::after {
  width: 37vw;
  left: -27vw;
  top: -5%;
  transform: rotate(376deg);
}
  .device-features-note p {
    font-size: 1.15vw;
  }
  

  .device-features-section {
    /* padding: 50px 4vw 0 50px; */
  }
  .device-features-title {
    font-size: 28px;
  }
  .device-title-break {
    display: none;
  }
  .feature-card {
    border-radius: 16px;
    padding: 14px 16px;
    max-width: 320px;
  }
  .feature-icon {
    width: 62px;
    height: 62px;
  }
  .feature-text h4 {
    font-size: 17px;
  }
  .feature-text p {
    font-size: 15px;
  }
  .device-main-wrap {
    flex: 1;
  }
  .device-features-desktop {
    gap: 22px;
  }
  .device-features-btn {
    font-size: 15px;
    border-radius: 12px;
    padding: 14px 30px;
  }

  .waybill-vehicles-section {
    padding: 8vw 4vw 0 4vw;
  }
  
  .waybill-vehicles-header {
    max-width: 100%;
  }
  
  .waybill-vehicles-title {
    font-size: 2.2vw;
  }
  
  .waybill-vehicles-title-br {
    display: none;
  }
  
  .waybill-vehicle-title {
    font-size: 1.1vw;
  }
  
  .waybill-vehicle-form {
    font-size: 0.95vw;
  }
  
  .waybill-process-section {
    padding: 4vw 4vw 0 4vw;
  }
  
  .waybill-process-title {
    font-size: 2.5vw;
  }
  
  .waybill-process-subtitle {
    font-size: 1vw;
  }
  
  .waybill-step-title {
    font-size: 1vw;
  }
  
  .waybill-step-description {
    font-size: 0.9vw;
  }

  .topbar {
    padding: 0 3vw;
    border-bottom: 0.1152vw solid rgba(0, 0, 0, 0.06);
  }
  
  .main-nav {
    padding: 0 3vw;
  }
  
  .banner {
    padding: 4vw 3vw 0 3vw;
  }
  
  .video-section {
    padding: 9vw 3vw 0 3vw;
  }
  
  .process-section {
    padding: 4vw 3vw 0 3vw;
  }
  
  .waybill-process-section {
    padding: 4vw 3vw 0 3vw;
  }
  
  .waybill-process-title {
    font-size: 28px;
  }
  
  .waybill-process-subtitle {
    font-size: 16px;
  }
  
  .waybill-step-title {
    font-size: 16px;
  }
  
  .waybill-step-description {
    font-size: 14px;
  }
  
  .mobile-complex-section {
    padding: 0 3vw;
  }
  
  .legal-section {
    padding: 0 3vw;
  }

  .legal-partners-section {
    padding: 0 3vw;
    margin-top: 3vw;
  }
  
  .business-format {
    padding: 0 3vw;
  }
  
  .reliability-section {
    padding: 0 3vw;
  }
  
  .reputation-section {
    padding: 0 3vw 4vw 3vw;
  }
  
  .complex-solution-section {
    padding: 0 3vw;
  }
  
  .leaders-section {
    padding: 0 3vw;
  }
  
  .results-section {
    padding: 0 3vw;
  }
  
  .faq-section {
    padding: 0 3vw;
  }
  
  .contacts-section {
    padding: 0 3vw;
  }
  
  .waybill-vehicles-section {
    padding: 8vw 3vw 0 3vw;
  }
  
  .waybill-vehicles-header {
    max-width: 100%;
  }
  
  .waybill-vehicles-title {
    font-size: 28px;
  }
  
  .waybill-vehicles-title-br {
    display: none;
  }
  
  .waybill-vehicle-title {
    font-size: 16px;
  }
  
  .waybill-vehicle-form {
    font-size: 14px;
  }
  
  .main-footer {
    padding: 60px 20px 30px 20px;
  }
  
  /* TOPBAR */
  .topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  
  .topbar-inner {
    min-height: 60px;
    padding: 10px 0;
    gap: 15px;
  }
  
  .topbar-logo {
    min-width: 120px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  .logo-img {
    width: 80px;
  }
  
  .logo-text {
    font-size: 10px;
  }
  
  .topbar-info {
    gap: 10px;
  }
  
  .info-item {
    gap: 5px;
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  .info-icon {
    width: 14px;
    height: 14px;
  }
  
  .info-text {
    gap: 3px;
  }
  
  .info-label,
  .info-value {
    font-size: 12px;
  }
  
  .topbar-right {
    gap: 15px;
    flex-direction: column;
  }
  
  .topbar-flag-block {
    font-size: 14px;
  }
  
  .lang-flag {
    width: 16px;
  }
  
  .topbar-rutube {
    display: none;
  }
  
  .r-logo {
    width: 16px;
    height: 16px;
  }
  
  .callback-btn {
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #FE1D25;
    border-radius: 20px;
  }
  
  /* NAV */
  .nav-list {
    padding: 10px 0 8px;
    gap: 15px;
  }
  
  .nav-link {
    font-size: 14px;
    padding-bottom: 5px;
  }
  
  /* BANNER */
  .banner-container {
    border-radius: 20px;
  }
  
  .banner-inner {
    gap: 20px;
  }
  
  .banner-content-inner {
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
  }
  
  .banner-decor {
    bottom: 20px;
    right: -30px;
    width: 300px;
  }
  
  .banner-title {
    font-size: 30px;
  }
  
  .title-highlight {
    margin-right: 5px;
  }
  
  .title-line {
    width: 50px;
    margin-right: 3px;
  }
  
  .banner-subtitle {
    font-size: 20px;
  }
  
  .banner-features {
    gap: 15px;
    flex-direction: column;
  }
  
  .feature-item {
    gap: 8px;
    font-size: 14px;
  }
   .feature-item span br{
     display:none;
   }
  .check-icon {
    width: 20px;
    height: 20px;
  }
  
  .banner-buttons {
    gap: 15px;
    margin-top: 15px;
  }
  
  .btn-primary,
  .btn-secondary {
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 20px;
  }
  
  .btn-secondary {
    border: 2px solid #FE1D25;
  }
  
  .main-photo {
    border-radius: 30px;
  }
  
  .banner-badge {
    gap: 10px;
    padding: 10px 15px;
    border-radius: 10px;
  }
  
  .badge-logo {
    width: 121px;
  }
  
  .badge-right {
    bottom: 10px;
    right: 41px;
    padding: 10px 15px;
  }
  
  .license-text {
    font-size: 16px;
  }
  
  /* VIDEO SECTION */
  .video-inner {
    gap: 2.88vw;
  }
  
  .video-left {
    gap: 2.16vw;
  }
  
  .video-thumbnail {
    border-radius: 0.72vw;
  }
  
  .video-caption {
    font-size: 1.368vw;
    padding: 0 8.64vw;
  }
  
  .video-content {
    border-radius: 0.72vw;
    gap: 3.6vw;
  }
  
  .video-title {
    font-size: 3.456vw;
  }
  
  .video-features {
    gap: 1.44vw;
  }
  
  .video-feature-item {
    gap: 1.728vw;
  }
  
  .video-feature-icon {
    width: 2.88vw;
  }
  
  .video-feature-text {
    gap: 0.72vw;
  }
  
  .video-feature-main {
    font-size: 1.872vw;
  }
  
  .video-feature-sub {
    font-size: 1.44vw;
  }
  
  /* PROCESS SECTION */
  .process-container {
    gap: 1.44vw;
  }
  
  .process-header {
    margin-bottom: 2.88vw;
  }
  
  .process-title,
  .process-title-sub {
    font-size: 4.032vw;
  }
  
  .process-title {
    margin: 0 0 0.432vw 0;
  }
  
  .process-title-sub {
    margin: 0 0 0.864vw 0;
  }
  
  .process-subtitle {
    font-size: 1.584vw;
  }
  
  .process-steps {
    gap: 2.16vw;
    flex-wrap: wrap;
  }
  
  .process-step {
    flex: 0 0 calc(50% - 1.08vw);
    max-width: calc(50% - 1.08vw);
  }
  
  .step-content {
    gap: 1.728vw;
    padding: 1.44vw 0.72vw;
  }
  
  .step-title {
    font-size: 1.584vw;
  }
  
  .step-description {
    font-size: 1.224vw;
  }
  
  .step-result {
    font-size: 1.224vw;
    gap: 0.432vw;
  }
  
  .step-result strong {
    margin-bottom: 0.288vw;
  }
  
  /* MOBILE COMPLEX SECTION */
  .mobile-complex-section {
    margin-top: 7.2vw;
  }
  
  .mobile-complex-container {
    gap: 2.16vw;
  }
  
  .mobile-complex-header {
    margin-bottom: 2.88vw;
  }
  
  .mobile-complex-title {
    font-size: 4.032vw;
    margin: 0 0 0.864vw 0;
    padding: 0 20.16vw;
  }
  
  .mobile-complex-subtitle {
    font-size: 1.584vw;
  }
  
  .mobile-complex-content {
    gap: 4.32vw;
    border-radius: 2.88vw;
  }
  
  .complex-content-inner {
    gap: 2.16vw;
    padding: 2.16vw 0 2.16vw 1.44vw;
  }
  
  .complex-title {
    font-size: 3.312vw;
  }
  
  .complex-subtitle {
    font-size: 1.584vw;
  }
  
  .complex-features {
    padding-left: 3.6vw;
  }
  
  .feature-item {
    gap: 1.152vw;
  }
  
  .feature-text {
    font-size: 1.512vw;
  }
  
  .complex-target {
    font-size: 1.368vw;
  }
  
  .complex-buttons {
    gap: 1.44vw;
  }
  
  .btn-details,
  .btn-price {
    font-size: 1.44vw;
    padding: 1.44vw 2.88vw;
    border-radius: 3.6vw;
  }
  
  .btn-price {
    border: 2.88px solid #FE1D25;
  }
  
  .play-icon-link {
    width: 5.04vw;
    height: 5.04vw;
  }
  
  .mobile-complex-decor {
    bottom: 0vw;
    right: -8.64vw;
    width: 38.88vw;
  }
  
  .complex-badge {
    width: 18.72vw;
    bottom: 2.16vw;
    left: 2.16vw;
    padding: 0.72vw;
    border-radius: 0.72vw;
  }
  
  .badge-text {
    font-size: 1.296vw;
  }
  
  /* LEGAL SECTION */
  .legal-section {
    margin-top: 7.2vw;
  }
  
  .legal-content {
    gap: 4.32vw;
  }
  
  .legal-left {
    gap: 2.88vw;
  }
  
  .legal-title {
    font-size: 3.312vw;
    gap: 0.432vw;
  }
  
  .legal-title-line {
    width: 7.2vw;
  }
  
  .legal-item {
    gap: 1.152vw;
  }
  
  .legal-bullet {
    width: 0.72vw;
    height: 0.72vw;
    margin-top: 0.576vw;
  }
  
  .legal-text {
    font-size: 1.44vw;
  }
  
  .legal-info {
    font-size: 1.368vw;
  }
  
  .legal-links {
    gap: 2.88vw;
  }
  
  .legal-link {
    font-size: 1.296vw;
  }
  
  .legal-partners {
    margin-top: 2.88vw;
  }
  
  .partners-list {
    gap: 2.16vw;
  }
  
  .partner-logo {
    height: 3.6vw;
  }

  .legal-support-section {
    padding: 0 3vw;
    margin-top: 8vw;
  }

  .legal-support-card {
    flex-direction: column-reverse;
    border-radius: 2.3vw;
    box-shadow: none;
  }

  .legal-support-image,
  .legal-support-content {
    width: 100%;
  }

  .legal-support-image {
    padding: 0;
  }

  .legal-support-photo {
    border-radius: 2vw;
  }

  .legal-support-content {
    gap: 2vw;
    padding: 3vw;
  }

  .legal-support-title {
    font-size: 3.3vw;
  }

  .legal-support-desc {
    font-size: 1.6vw;
  }

  .legal-support-item {
    gap: 1.3vw;
  }

  .legal-support-bullet {
    width: 0.8vw;
    height: 0.8vw;
    margin-top: 0.6vw;
  }

  .legal-support-text {
    font-size: 1.44vw;
  }

  .legal-support-note {
    font-size: 1.36vw;
  }

  .medmap-details-section {
    padding: 0 3vw;
    margin-top: 8vw;
  }

  .medmap-details-container {
    flex-direction: column;
    gap: 3vw;
  }

  .medmap-details-content,
  .medmap-details-image {
    width: 100%;
  }

  .medmap-details-title {
    font-size: 3.4vw;
  }

  .medmap-details-desc {
    font-size: 1.7vw;
  }

  .medmap-details-subtitle {
    font-size: 1.8vw;
  }

  .medmap-details-bullet {
    width: 2vw;
    height: 2vw;
    font-size: 1.2vw;
  }

  .medmap-details-text {
    font-size: 1.6vw;
  }

  .medmap-details-note {
    font-size: 1.5vw;
  }

  .details-btn {
    font-size: 1.4vw;
    padding: 1.2vw 2.8vw;
    border-radius: 1.2vw;
  }

  .medmap-details-decor {
    left: auto;
    bottom: auto;
    width: 32vw;
    right: 0;
    top: 6%;
  }
  
  /* BUSINESS FORMAT */
  .business-format {
    margin-top: 8.64vw;
  }
  
  .bf-container {
    gap: 2.88vw;
  }
  
  .bf-title {
    font-size: 3.312vw;
    margin: 0 0 1.296vw 0;
  }
  
  .bf-subtitle {
    font-size: 1.44vw;
  }
  
  .bf-cards {
    gap: 2.88vw;
  }
  
  .bf-card {
    border-radius: 2.304vw;
    padding: 2.88vw;
    border: 0.2016vw solid transparent;
    gap: 1.728vw;
    min-height: 43.2vw;
  }
  
  .bf-card::before {
    border-radius: 2.304vw;
    padding: 0.2016vw;
  }
  
  .bf-card:hover {
    transform: translateY(-0.576vw);
  }
  
  .bf-card-title {
    font-size: 2.016vw;
  }
  
  .bf-intro {
    font-size: 1.44vw;
  }
  
  .bf-list {
    gap: 0.792vw;
    padding-left: 1.728vw;
  }
  
  .bf-list li::before {
    left: -1.728vw;
    font-size: 1.296vw;
  }
  
  .bf-list li span {
    font-size: 1.44vw;
  }
  
  .bf-price {
    gap: 0.432vw;
  }
  
  .price-main {
    font-size: 1.44vw;
  }
  
  .bf-btn {
    margin-top: 1.44vw;
    padding: 1.44vw 0;
    border-radius: 2.88vw;
    font-size: 1.44vw;
  }
  
  .bf-btn:hover {
    transform: translateY(-0.36vw);
  }
  
  /* RELIABILITY SECTION */
  .reliability-section {
    margin-top: 8.64vw;
  }
  
  .reliability-container {
    gap: 5.76vw;
  }
  
  .rel-title {
    font-size: 3.312vw;
    margin-bottom: 2.16vw;
  }
  
  .rel-subtitle {
    font-size: 1.728vw;
    margin-bottom: 2.16vw;
  }
  
  .rel-quote-block {
    gap: 1.728vw;
    margin-bottom: 2.88vw;
  }
  
  .rel-line-img {
    width: 0.864vw;
    margin-top: 0.432vw;
  }
  
  .rel-quote-text {
    font-size: 1.368vw;
  }
  
  .rel-list {
    gap: 1.44vw;
    margin-bottom: 2.88vw;
  }
  
  .rel-item {
    gap: 1.152vw;
  }
  
  .rel-num {
    width: 2.304vw;
    height: 2.304vw;
    font-size: 1.296vw;
    margin-top: 0.144vw;
  }
  
  .rel-text {
    font-size: 1.44vw;
  }
  
  .rel-btn {
    border-radius: 3.6vw;
    padding: 1.44vw 3.6vw;
    font-size: 1.44vw;
  }
  
  .rel-img {
    border-radius: 2.88vw;
  }
  
  /* REPUTATION SECTION */
  .reputation-section {
    margin-top: 8.64vw;
  }
  
  .rep-title {
    font-size: 3.6vw;
    margin-bottom: 4.32vw;
  }
  
  .rep-content {
    gap: 2.88vw;
    margin-bottom: 4.32vw;
  }
  
  .rep-img-wrapper {
    border-radius: 2.88vw;
  }
  
  .rep-text-box {
    padding: 2.88vw 3.6vw;
    gap: 2.16vw;
  }
  
  .rep-text-box p {
    font-size: 1.368vw;
  }
  
  .rep-right {
    border-radius: 2.88vw;
    padding: 4.32vw 2.88vw;
    gap: 3.6vw;
  }
  
  .rep-icon-row {
    gap: 1.44vw;
  }
  
  .rep-icon-row.center-row {
    gap: 4.32vw;
  }
  
  .rep-icon-item img {
    height: 3.6vw;
    margin-bottom: 1.44vw;
  }
  
  .rep-icon-item p {
    font-size: 1.296vw;
  }
  
  .rep-btn {
    border-radius: 3.6vw;
    padding: 1.44vw 4.32vw;
    font-size: 1.44vw;
  }
  
  /* COMPLEX SOLUTION SECTION */
  .complex-solution-section {
    margin-top: 7.2vw;
  }
  
  .complex-container {
    gap: 4.32vw;
  }
  
  .complex-top {
    gap: 4.32vw;
  }
  
  .complex-header-block {
    margin-bottom: 2.16vw;
  }
  
  .complex-title {
    font-size: 3.456vw;
  }
  
  .complex-subtitle-row {
    gap: 1.44vw;
    margin-top: 0.72vw;
  }
  
  .complex-decor-line {
    width: 8.64vw;
  }
  
  .complex-list {
    gap: 1.152vw;
  }
  
  .complex-list li {
    font-size: 1.368vw;
    padding-left: 1.728vw;
  }
  
  .complex-list li::before {
    font-size: 1.728vw;
  }
  
  .complex-main-img {
    border-radius: 2.88vw;
  }
  
  .complex-vehicles {
    padding: 0 2.88vw;
    margin-top: 2.88vw;
  }
  
  /* LEADERS SECTION */
  .leaders-section {
    margin-top: 7.2vw;
  }
  
  .leaders-title {
    font-size: 3.456vw;
    margin-bottom: 4.32vw;
  }
  
  .leaders-slider {
    margin-bottom: 4.32vw;
    /* padding: 0 4.32vw; */
  }
  
  .leader-item {
    border-radius: 1.152vw;
  }
  
  .leaders-slider .owl-nav button.owl-prev,
  .leaders-slider .owl-nav button.owl-next {
    width: 4.32vw;
    height: 4.32vw;
  }
  
  .nav-arrow-svg {
    width: 1.44vw;
    height: 1.44vw;
  }
  
  .leaders-slider .owl-nav button.owl-prev {
    left: -2vw;
  }
  
  .leaders-slider .owl-nav button.owl-next {
    right: -2vw;
  }
  
  .leaders-btn {
    border-radius: 3.6vw;
    padding: 1.44vw 4.32vw;
    font-size: 1.44vw;
  }
  
  /* RESULTS SECTION */
  .results-section {
    margin-top: 8.64vw;
    margin-bottom: 8.64vw;
  }
  
  .results-title {
    font-size: 3.456vw;
    margin-bottom: 5.76vw;
  }
  
  .results-grid {
    gap: 4.32vw;
  }
  
  .results-card {
    gap: 2.16vw;
  }
  
  .card-category {
    font-size: 1.224vw;
    min-height: 3.6vw;
  }
  
  .card-logo-wrapper {
    height: 5.76vw;
  }
  
  .card-quote {
    font-size: 1.296vw;
  }
  
  /* FAQ SECTION */
  .faq-section {
    margin-top: 8.64vw;
  }
  
  .faq-title {
    font-size: 3.456vw;
    margin-bottom: 4.32vw;
  }
  
  .faq-list {
    gap: 1.152vw;
    margin-bottom: 4.32vw;
  }
  
  .faq-item {
    border-radius: 0.72vw;
  }
  
  .faq-header {
    padding: 2.16vw 2.88vw;
    gap: 2.88vw;
  }
  
  .faq-question {
    font-size: 1.44vw;
  }
  
  .faq-body {
    padding: 0 2.88vw 2.16vw 2.88vw;
  }
  
  .faq-body p {
    font-size: 1.368vw;
  }
  
  .faq-btn {
    border-radius: 3.6vw;
    padding: 1.44vw 4.32vw;
    font-size: 1.44vw;
  }
  
  /* CONTACTS SECTION */
  .contacts-section {
    margin-top: 7.2vw;
  }
  
  .contacts-container {
    gap: 5.76vw;
  }
  
  .form-box {
    padding: 4.32vw;
    border-radius: 2.88vw;
  }
  
  .form-title {
    font-size: 2.592vw;
    margin-bottom: 0.72vw;
  }
  
  .form-subtitle {
    font-size: 1.368vw;
    margin-bottom: 2.88vw;
  }
  
  .main-form {
    gap: 1.728vw;
  }
  
  .form-group {
    gap: 0.72vw;
  }
  
  .form-group label {
    font-size: 1.296vw;
    margin-left: 0.72vw;
  }
  
  .form-group input {
    padding: 1.44vw 2.16vw;
    border-radius: 2.88vw;
    font-size: 1.44vw;
  }
  
  .form-submit-btn {
    margin-top: 1.44vw;
    padding: 1.44vw;
    border-radius: 2.88vw;
    font-size: 1.584vw;
  }
  
  .form-agreement {
    font-size: 1.08vw;
    margin-top: 1.44vw;
  }
  
  .dept-list {
    gap: 1.08vw;
  }
  
  .dept-item {
    border-radius: 2.88vw;
  }
  
  .dept-header {
    padding: 1.44vw 2.88vw;
  }
  
  .dept-name {
    font-size: 1.584vw;
  }
  
  .dept-arrow {
    width: 1.728vw;
    height: 1.728vw;
  }
  
  .dept-content {
    padding: 1.44vw 2.88vw 2.16vw 2.88vw;
  }
  
  .dept-content p {
    font-size: 1.44vw;
  }
  
  .contacts-link-btn {
    padding: 1.44vw 3.6vw;
    border-radius: 2.88vw;
    font-size: 1.44vw;
    margin-top: 1.44vw;
  }
  
  .contacts-decor-img {
    bottom: -12.96vw;
    right: 2.88vw;
    width: 31.68vw;
  }
  
  /* FOOTER */
  .main-footer {
    margin-top: 7.2vw;
  }
  
  .footer-decor-img {
    top: -14.4vw;
    width: 72vw;
  }
  
  .footer-top {
    margin-bottom: 4.32vw;
  }
  
  .brand-col {
    gap: 1.44vw;
    width: 20%;
  }
  
  .footer-logo img {
    width: 11.52vw;
  }
  
  .footer-desc {
    font-size: 1.152vw;
  }
  
  .footer-copyright-text {
    font-size: 1.296vw;
    margin-top: 4.32vw;
  }
  
  .footer-heading {
    font-size: 1.584vw;
    margin-bottom: 1.728vw;
  }
  
  .footer-nav {
    gap: 0.864vw;
  }
  
  .footer-nav li a {
    font-size: 1.368vw;
  }
  
  .contact-details {
    gap: 0.576vw;
    margin-bottom: 2.16vw;
  }
  
  .footer-phone,
  .footer-email {
    font-size: 1.44vw;
  }
  
  .footer-rutube-big img {
    width: 2.88vw;
    height: 2.88vw;
  }
  
  .action-col {
    gap: 1.44vw;
    width: 30%;
  }
  
  .footer-rutube-small {
    gap: 0.72vw;
  }
  
  .footer-rutube-small span {
    font-size: 1.224vw;
  }
  
  .footer-rutube-small img {
    width: 1.728vw;
    height: 1.728vw;
  }
  
  .footer-btn {
    padding: 0.864vw 2.16vw;
    border-radius: 2.88vw;
    font-size: 1.296vw;
  }
  
  .footer-divider {
    margin-bottom: 2.16vw;
  }
  
  .footer-bottom {
    font-size: 1.224vw;
  }



  .serv-title-custom {
    max-width: 100%;
    font-size: 30px;
  }

  .serv-desc-text {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .serv-line-fix {
    width: 50px;
    margin: 0 5px 5px 5px;
  }

  .serv-badge {
    font-size: 11px;
    padding: 6px 12px;
    top: -20px;
    right: -10px;
    border-radius: 10px;
  }

  .serv-license-box {
    max-width: 250px;
    padding: 15px;
    bottom: 15px;
    right: 15px;
    border-radius: 10px;
  }

  .sl-block span {
    font-size: 10px;
  }

  .sl-block strong {
    font-size: 11px;
  }



    .quiz-section {
      padding: 4vw 3vw 0 3vw;
    }
  
    .quiz-content-wrapper {
      border-radius: 1.728vw;
      /* padding: 2.88vw 3.6vw; */
    }
  
    .quiz-header {
      margin-bottom: 3.6vw;
    }
  
    .quiz-main-title {
      font-size: 3.6vw;
      margin-bottom: 1.44vw;
    }
  
    .quiz-subtitle {
      font-size: 1.512vw;
    }
  
    .quiz-progress-bar {
      gap: 1.44vw;
      padding: 1.728vw 2.88vw;
      border-radius: 1.152vw;
      margin-bottom: 3.6vw;
    }
  
    .progress-icon {
      width: 2.592vw;
      height: 2.592vw;
    }
  
    .progress-text {
      font-size: 1.368vw;
    }
  
    .progress-counter {
      font-size: 1.584vw;
    }
  
    .quiz-content {
      gap: 2.88vw;
      margin-bottom: 3.6vw;
    }
  
    .quiz-question {
      font-size: 2.592vw;
      margin-bottom: 2.88vw;
    }
  
    .quiz-options {
      gap: 1.728vw;
    }
  
    .quiz-option {
      gap: 1.44vw;
    }
  
    .option-radio,
    .option-checkbox {
      width: 2.016vw;
      height: 2.016vw;
      border-width: 0.1872vw;
    }
  
    .quiz-option input[type="radio"]:checked ~ .option-radio {
      border-width: 0.36vw;
    }
  
    .option-checkbox::after {
      width: 0.504vw;
      height: 0.936vw;
      border-width: 0 0.216vw 0.216vw 0;
      top: 0.288vw;
    }
  
    .option-text {
      font-size: 1.44vw;
    }
  
    .quiz-form {
      gap: 1.44vw;
    }
  
    .quiz-form-group {
      gap: 0.72vw;
    }
  
    .quiz-form-group label {
      font-size: 1.296vw;
    }
  
    .quiz-form-group input {
      font-size: 1.728vw;
      padding: 1.296vw 1.728vw;
      border-width: 0.144vw;
      border-radius: 0.576vw;
    }
  
    .quiz-image-wrapper {
      border-radius: 1.44vw;
    }
  
    .quiz-navigation {
      gap: 2.88vw;
    }
  
    .quiz-btn {
      font-size: 1.44vw;
      padding: 1.44vw 3.6vw;
      border-radius: 0.864vw;
      gap: 0.864vw;
      border-width: 0.144vw;
    }
  
    .quiz-btn svg {
      width: 1.728vw;
      height: 1.728vw;
    }
  
  .agreement-section {
    padding: 36px 32px 0;
  }
  .agreement-container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
  .agreement-image,
  .agreement-content {
    width: 100%;
    gap: 20px;
  }
  .agreement-title {
    font-size: 26px;
  }
  .agreement-text {
    font-size: 15px;
  }
  .agreement-photo {
    border-radius: 20px;
  }
  .agreement-decor {
    right: 2%;
    top: -17%;
    width: 48vw;
    max-width: 360px;
  }

  .remote-check-section {
    padding: 36px 32px 0;
  }
  .remote-check-title {
    font-size: 26px;
  }
  .remote-check-subtitle {
    font-size: 15px;
  }
  .remote-check-grid {
    gap: 18px;
  }
  .remote-card-image {
    height: 220px;
  }
  .remote-card-body {
    padding: 15px 16px 16px 16px;
    gap: 12px;
  }
  .remote-card-title {
    font-size: 16px;
  }
  .remote-card-text,
  .remote-card-list li {
    font-size: 14px;
  }
  .remote-card-list {
    padding-left: 1.4em;
  }

  .rental-benefits-section {
    padding: 36px 32px 0;
  }
  .rental-benefits-title {
    font-size: 26px;
  }
  .rental-benefits-subtitle,
  .rental-benefits-tagline {
    font-size: 15px;
  }
  .rental-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .rental-card-image {
    height: 220px;
  }
  .rental-card-text {
    font-size: 15px;
    padding: 15px 16px 16px 16px;
  }
  .rental-benefits-btn {
    font-size: 15px;
    padding: 13px 22px;
  }

  .fraud-protection-section {
    padding: 36px 32px;
  }
  .fraud-protection-title {
    font-size: 26px;
  }
  .fraud-protection-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .fraud-card-image {
    height: 220px;
  }
  .fraud-card-content {
    padding: 16px 16px 18px 16px;
  }
  .fraud-card-heading {
    font-size: 16px;
  }
  .fraud-card-text,
  .fraud-card-subtitle,
  .fraud-card-list li {
    font-size: 14px;
  }
  .fraud-decor {
    width: 28vw;
    left: 45%;
    bottom: -2%;
  }

  .order-section {
    padding: 4vw 3vw 0 3vw;
  }

  .order-waybill .order-decor {
    left: 3%;
    top: 10%;
    width: 32vw;
  }

  .order-content {
    gap: 5.76vw;
  }

  .order-left {
    gap: 2.88vw;
  }

  .order-title {
    font-size: 3.312vw;
  }

  .order-list {
    gap: 1.728vw;
  }

  .order-item {
    gap: 1.44vw;
  }

  .order-number {
    width: 2.592vw;
    height: 2.592vw;
    min-width: 2.592vw;
    font-size: 1.368vw;
  }

  .order-text {
    font-size: 1.44vw;
    padding-top: 0.288vw;
  }

  .order-image-wrapper {
    border-radius: 1.728vw;
  }

    .comparison-section {
      padding: 4vw 3vw 0 3vw;
    }
  
    .title-break {
      display: none;
    }
  
    .comparison-header {
      margin-bottom: 4.32vw;
    }
  
    .comparison-title {
      font-size: 3.312vw;
      margin-bottom: 1.152vw;
    }
  
    .comparison-subtitle {
      font-size: 1.44vw;
    }
  
    .comparison-table-wrapper {
      margin-bottom: 3.6vw;
    }
  
    .comparison-table {
      border-radius: 1.728vw;
    }
  
    .comparison-table thead th {
      font-size: 1.44vw;
      padding: 1.44vw 2.16vw;
    }
  
    .td-content {
      gap: 1.152vw;
      padding: 1.728vw 2.16vw;
    }
  
    .comp-item {
      gap: 0.72vw;
    }
  
    .comparison-table p {
      font-size: 1.296vw;
    }
  
    .comp-col-label p {
      font-size: 1.368vw;
    }
  
    .comp-check,
    .comp-cross {
      font-size: 2.16vw;
    }
  
    .comparison-features {
      gap: 2.88vw;
    }
  
    .comp-feature {
      gap: 1.44vw;
    }
  
    .comp-feature-icon {
      width: 3.6vw;
      height: 3.6vw;
      min-width: 3.6vw;
    }
  
    .comp-feature-text {
      font-size: 1.296vw;
      padding-top: 0.288vw;
    }

  .rent-section {
    padding: 4vw 3vw 0 3vw;
  }

  .rent-header {
    margin-bottom: 4.32vw;
  }

  .rent-title {
    font-size: 3.312vw;
    margin-bottom: 1.152vw;
  }

  .rent-title br {
    display: none;
  }

  .rent-subtitle {
    font-size: 1.44vw;
  }

  .rent-cards {
    gap: 2.88vw;
    margin-bottom: 4.32vw;
  }

  .rent-row {
    gap: 2.88vw;
  }

  .rent-row-3,
  .rent-row-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .rent-card {
    border-radius: 2.304vw;
  }

  .rent-card::before {
    border-radius: 2.304vw;
  }

  .rent-card:hover {
    transform: translateY(-0.576vw);
    box-shadow: 0 1.44vw 3.168vw rgba(0, 0, 0, 0.12);
  }

  .rent-card-image {
    height: 17.28vw;
    border-radius: 2.304vw 2.304vw 0 0;
  }

  .rent-card-title {
    font-size: 1.584vw;
    padding: 1.8vw 2.3vw 2.3vw 2.3vw;
  }

  .rent-footer {
    gap: 1.44vw;
  }

  .rent-btn {
    padding: 1.728vw 4.32vw;
    border-radius: 2.88vw;
    font-size: 1.584vw;
    box-shadow: 0 0.432vw 1.44vw rgba(254, 29, 37, 0.25);
  }

  .rent-btn:hover {
    box-shadow: 0 0.72vw 2.16vw rgba(254, 29, 37, 0.35);
    transform: translateY(-0.288vw);
  }

  .rent-note {
    font-size: 1.44vw;
  }

  .remote-check-section {
    padding: 6vw 3vw;
  }
  .remote-check-title {
    font-size: 26px;
  }
  .remote-check-subtitle {
    font-size: 15px;
  }
  .remote-check-grid {
    gap: 18px;
  }
  .remote-card-image {
    height: 220px;
  }
  .remote-card-body {
    padding: 15px 16px 16px 16px;
    gap: 12px;
  }
  .remote-card-title {
    font-size: 16px;
  }
  .remote-card-text,
  .remote-card-list li {
    font-size: 14px;
  }
  .remote-card-list {
    padding-left: 1.4em;
  }
  .remote-card {
    flex: 1 1 calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
    align-self: stretch;
  }

  .equipment-proof-section {
    padding: 6vw 3vw;
  }
  .equipment-proof-title {
    font-size: 26px;
  }
  .equipment-proof-rows {
    gap: 2%;
  }
  .equipment-proof-row {
    gap: 4%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row-top .equip-card {
    width: 48%;
    max-width: 48%;
  }

  
  .row-bottom .equip-card {
    width: 48%;
    max-width: 48%;
    margin-bottom: 4%;
  }
  .equip-card-image {
    height: 220px;
  }
  .equip-card-body {
    gap: 12px;
    padding: 15px 16px 16px 16px;
  }
  .equip-card-title {
    font-size: 16px;
  }
  .equip-card-text {
    font-size: 14px;
  }
  .equip-btn {
    padding: 13px 24px;
    font-size: 15px;
  }
  .authenticity-section {
    padding: 6vw 3vw;
  }
  .authenticity-title {
    font-size: 26px;
  }
  .authenticity-grid {
    gap: 4%;
  }
  .auth-card {
    width: 48%;
    max-width: 48%;
    margin-bottom: 4%;
  }
  .auth-card-image {
    height: 220px;
  }
  .auth-card-body {
    gap: 12px;
    padding: 15px 16px 16px 16px;
  }
  .auth-card-title {
    font-size: 16px;
  }
  .auth-card-text {
    font-size: 14px;
  }

  .remote-check-grid {
    gap: 18px;
  }
  .remote-card {
    flex: 0 0 calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }

  .contact-hero-section {
    padding: 60px 3vw 0;
  }
  .contact-hero-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-hero-info {
    padding: 28px;
  }
  .contact-hero-title {
    font-size: 26px;
  }
  .contact-hero-desc {
    font-size: 15px;
  }
  .contact-hero-phone {
    font-size: 24px;
  }
  .contact-hero-mail {
    font-size: 16px;
  }
  .contact-hero-btn {
    font-size: 14px;
  }
  .contact-decor-img {
    width: 240px;
  }
  .map-embed {
    min-height: 320px;
  }

  .blog-section {
    padding: 50px 3vw 60px;
  }
  .blog-grid {
    gap: 18px;
  }
  .blog-card {
    width: calc((100% - 36px) / 3);
    max-width: calc((100% - 36px) / 3);
  }
  .blog-card-image {
    height: 200px;
  }
  .blog-card-body {
    padding: 15px 16px 16px;
  }
  .blog-card-link {
    font-size: 14px;
    padding: 10px 16px;
  }
  .blog-more-btn {
    font-size: 15px;
  }

  .blog-detail-section {
    padding: 50px 4vw 60px;
  }
  .blog-detail-title {
    font-size: 26px;
  }
  .blog-detail-body h3 {
    font-size: 18px;
  }
  .blog-detail-meta {
    font-size: 14px;
  }
  .blog-detail-body {
    font-size: 15px;
    gap: 14px;
  }
  .blog-detail-body ul,
  .blog-detail-body ol {
    padding-left: 20px;
  }
  .blog-detail-image,
  .blog-detail-image img {
    border-radius: 16px;
  }
  .related-articles-section {
    padding: 50px 4vw 60px;
  }
  .related-articles-container {
    gap: 28px;
  }
  .related-title {
    font-size: 26px;
  }
  .related-grid {
    gap: 18px;
  }
  .related-card {
    width: calc((100% - 36px) / 3);
    max-width: calc((100% - 36px) / 3);
  }
  .related-card-image {
    height: 180px;
  }
  .related-card-body {
    padding: 15px 16px 16px;
  }
  .related-card-btn {
    font-size: 14px;
  }
  .related-more-btn {
    font-size: 15px;
  }
}





@media (max-width: 768px) {
  .topbar {
    padding: 0 3vw;
    position: relative;
    z-index: 1000;
  }
  
  .topbar-container {
    position: relative;
  }
  
  .topbar .callback-btn {
    display: none !important;
  }
  
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  
  .main-nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 100vh;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .main-nav .nav-container {
    padding: 20px;
  }
  
  .main-nav .nav-list {
    flex-direction: column;
    padding: 0;
    gap: 0;
    display: none;
  }
  
  .main-nav.active .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .main-nav .nav-link {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  
  .main-nav .nav-link:last-child {
    border-bottom: none;
  }
  
  /* Menü içindeki callback butonu - menünün altında, sağ tarafta */
  .main-nav {
    display: flex;
    flex-direction: column;
  }
  
  .main-nav .mobile-callback-btn {
    display: none;
    justify-content: center;
    align-self: center;
    margin: 20px auto;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #FE1D25;
    border-radius: 25px;
    background: transparent;
    color: #FE1D25;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .main-nav.active .mobile-callback-btn {
    display: block;
  }
  
  .main-nav .mobile-callback-btn:hover {
    background: #FE1D25;
    color: #ffffff;
  }
  
  /* Hamburger butonu topbar'da görünür */
  .mobile-menu-toggle {
    display: flex;
    width: 30px;
    height: 30px;
    background: #7C2E31;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }
  
  .mobile-menu-toggle:hover {
    background: #FE1D25;
  }
  
  .mobile-menu-toggle .menu-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 15px;
    height: 14px;
    position: relative;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
  }
  
  .mobile-menu-toggle .menu-line {
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
  }
  
  .mobile-menu-toggle.active .menu-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .mobile-menu-toggle.active .menu-line:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  
  .mobile-menu-toggle.active .menu-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  
  /* Menü açıldığında topbar'ın altında görünsün - JavaScript ile dinamik ayarlanacak */
  
  body.menu-open {
    overflow: hidden;
  }
  
  .banner {
    padding: 50px 3vw 0 3vw;
  }
  
  .video-section {
    padding: 60px 3vw 0 3vw;
  }
  
  .waybill-vehicles-section {
    padding: 60px 20px;
  }
  
  .waybill-vehicles-container {
    gap: 30px;
  }
  
  .waybill-vehicles-header {
    max-width: 100%;
  }
  
  .waybill-vehicles-title {
    font-size: 24px;
  }
  
  .waybill-vehicles-title-br {
    display: none;
  }
  
  .waybill-vehicles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .waybill-vehicle-image {
    padding: 15px;
    min-height: 150px;
  }
  
  .waybill-vehicle-content {
    padding: 20px;
    gap: 15px;
  }
  
  .waybill-vehicle-title {
    font-size: 18px;
  }
  
  .waybill-vehicle-form {
    font-size: 14px;
  }
  
  .process-section {
    padding: 70px 20px 0 20px;
  }
  
  .mobile-complex-section {
    padding: 0 3vw;
  }
  
  .legal-section {
    padding: 0 3vw;
  }
  
  .business-format {
    padding: 0 3vw;
  }
  
  .reliability-section {
    padding: 0 3vw;
  }
  
  .reputation-section {
    padding: 0 3vw 4vw 3vw;
  }
  
  .complex-solution-section {
    padding: 0 3vw;
  }
  
  .leaders-section {
    padding: 0 3vw;
  }
  
  .results-section {
    padding: 0 3vw;
  }
  
  .faq-section {
    padding: 0 3vw;
  }
  
  .contacts-section {
    padding: 0 3vw;
  }
  
  .main-footer {
    padding: 4vw 3vw 2vw 3vw;
  }
  
  /* BANNER - Alta geç */
  .banner-inner {
    flex-direction: column;
    gap: 2vw;
  }
  
  .banner-content {
    max-width: 100%;
    width: 100%;
  }
  
  .banner-image {
    width: 100%;
  }
  
  /* VIDEO SECTION - Alta geç */
  .video-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  
  .video-left {
    max-width: 100%;
    width: 100%;
  }
  
  .video-content {
    width: 100%;
  }
  
  /* PROCESS STEPS - Tek sütun */
  .process-steps {
    flex-direction: column;
    gap: 20px;
  }
  
  .process-step {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  
  .waybill-process-section {
    padding: 70px 20px 0 20px;
  }
  
  .waybill-process-container {
    gap: 20px;
  }
  
  .waybill-process-header {
    margin-bottom: 20px;
  }
  
  .waybill-process-title {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  
  .waybill-process-subtitle {
    font-size: 14px;
  }
  
  .waybill-process-steps {
    flex-direction: column;
    gap: 20px;
  }
  
  .waybill-process-step {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  
  .waybill-step-content {
    gap: 15px;
    padding: 10px 10px 20px 10px;
  }
  
  .waybill-step-title {
    font-size: 18px;
  }
  
  .waybill-step-description {
    font-size: 14px;
  }
  
  /* MOBILE COMPLEX - Alta geç */
  .mobile-complex-content {
    flex-direction: column;
  }
  
  .mobile-complex-left {
    width: 100%;
  }
  
  .mobile-complex-right {
    width: 100%;
  }
  
  /* LEGAL SECTION - Alta geç */
  .legal-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .legal-left {
    width: 100%;
  }
  
  .legal-right {
    width: 100%;
  }
  
  /* BUSINESS FORMAT CARDS - Alta geç */
  .bf-cards {
    flex-direction: column;
  }
  
  .bf-card {
    width: 100%;
  }
  
  /* RELIABILITY SECTION - Alta geç */
  .reliability-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .reliability-content {
    width: 100%;
  }
  
  .reliability-image {
    width: 100%;
  }
  
  /* REPUTATION SECTION - Alta geç */
  .rep-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .rep-left {
    width: 100%;
  }
  
  .rep-right {
    width: 100%;
  }
  
  /* COMPLEX SOLUTION - Alta geç */
  .complex-top {
    flex-direction: column;
    gap: 30px;
  }
  
  .complex-text-col {
    width: 100%;
  }
  
  .complex-img-col {
    width: 100%;
  }
  
  /* RESULTS GRID - Alta geç */
  .results-grid {
    flex-direction: column;
    gap: 30px;
  }
  
  .results-card {
    width: 100%;
  }
  
  /* CONTACTS SECTION - Alta geç */
  .contacts-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .contacts-left {
    width: 100%;
  }
  
  .contacts-right {
    width: 100%;
  }
  
  /* FOOTER - Görüntüdeki gibi düzenle */
  .footer-top {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
  }
  
  .brand-col {
    width: calc(50% - 15px);
    order: 1;
  }
  
  .action-col {
    width: calc(50% - 15px);
    order: 2;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
  }
  
  .links-col {
    width: calc(50% - 15px);
    order: 3;
  }
  
  .contact-col {
    width: calc(50% - 15px);
    order: 4;
  }
  
  /* Brand-col'dan copyright'ı gizle */
  .brand-col .footer-copyright-text {
    display: none;
  }
  
  /* Action-col'u düzenle */
  .footer-rutube-small {
    display: none;
  }
  
  .footer-btn {
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
  }
  
  /* Footer logo ve desc düzenle */
  .footer-logo img {
    width: 100px;
  }
  
  .footer-desc {
    font-size: 12px;
    margin-top: 10px;
  }
  
  /* VW değerlerini px'e çevir */
  .topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    /* display: none; */
  }
  
  .topbar-inner {
    min-height: 60px;
    padding: 12px 0;
    gap: 15px;
  }
  
  .topbar-logo {
    min-width: 120px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 20px;
  }
  
  .logo-img {
    width: 120px;
  }
  
  .logo-text {
    font-size: 10px;
  }
  
  .topbar-info {
    gap: 10px;
  }
  
  .info-item {
    gap: 8px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
   .info-clock {
   display: none !important;
  }
  
  .info-icon {
    width: 20px;
    height: 20px;
  }
  
  .info-text {
    gap: 3px;
  }
  
  .info-label,
  .info-value {
    font-size: 12px;
    display: none;
  }
  
  .topbar-right {
    gap: 10px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .mobile-menu-toggle {
    display: flex !important;
  }
  
  .topbar-flag-block {
    font-size: 12px;
  }
  
  .lang-flag {
    width: 20px;
    flex-shrink: 0;
  }
  
  .topbar-rutube {
    display: none;
  }
  
  .r-logo {
    width: 16px;
    height: 16px;
  }
  
  .callback-btn {
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #FE1D25;
    border-radius: 20px;
  }
  
  .nav-list {
    padding: 10px 0 8px;
    gap: 15px;
  }
  
  .nav-link {
    font-size: 14px;
    padding-bottom: 5px;
  }
  
  .banner-container {
    border-radius: 20px;
  }
  
  .banner-content-inner {
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
  }
  
  .banner-decor {
    bottom: 20px;
    right: -30px;
    width: 300px;
  }
  
  .banner-title {
    font-size: 30px;
  }
  
  .title-highlight {
    margin-right: 5px;
  }
  
  .title-line {
    width: 50px;
    margin-right: 3px;
  }
  
  .banner-subtitle {
    font-size: 16px;
  }
  
  .banner-features {
    gap: 15px;
  }
  
  .feature-item {
    gap: 8px;
    font-size: 14px;
  }
  
  .check-icon {
    width: 20px;
    height: 20px;
  }
  
  .banner-buttons {
    gap: 15px;
    margin-top: 15px;
    flex-direction: column;
  }
  
  .btn-primary,
  .btn-secondary {
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 20px;
    width: 300px;
  }
  
  .btn-secondary {
    border: 2px solid #FE1D25;
  }
  
  .main-photo {
    border-radius: 0 0 30px 30px;
  }
  
  .banner-badge {
    gap: 10px;
    padding: 10px 15px;
    border-radius: 10px;
  }
  
  .badge-logo {
    width: 129px;
  }
  
  .badge-right {
    bottom: 10px;
    right: 10px;
    padding: 10px 20px;
  }
  
  .license-text {
    font-size: 14px;
  }
  
  .video-thumbnail {
    border-radius: 0 0 30px 30px;
  }
  
  .video-caption {
    font-size: 14px;
    padding: 0 20px;
  }
  
  .video-content {
    border-radius: 0;
    gap: 30px;
  }
  
  .video-title {
    font-size: 30px;
  }
  
  .video-features {
    gap: 20px;
  }
  
  .video-feature-item {
    gap: 15px;
  }
  
  .video-feature-icon {
    width: 26px;
  }
  
  .video-feature-text {
    gap: 5px;
  }
  
  .video-feature-main {
    font-size: 16px;
  }
  
  .video-feature-sub {
    font-size: 14px;
  }
  
  .process-container {
    gap: 20px;
  }
  
  .process-header {
    margin-bottom: 20px;
  }
  
  .process-title,
  .process-title-sub {
    font-size: 30px;
  }
  
  .process-title {
    margin: 0;
  }
  
  .process-title-sub {
    margin: 0 0 10px 0;
  }
  
  .process-subtitle {
    font-size: 14px;
  }
  
  .step-content {
    gap: 15px;
    padding: 10px 10px 20px 10px;
  }
  
  .step-title {
    font-size: 16px;
  }
  
  .step-description {
    font-size: 14px;
  }
  
  .step-result {
    font-size: 14px;
    gap: 5px;
  }
  
  .step-result strong {
    margin-bottom: 5px;
  }
  
  .mobile-complex-section {
    margin-top: 60px;
  }
  
  .mobile-complex-container {
    gap: 20px;
  }
  
  .mobile-complex-header {
    margin-bottom: 30px;
  }
  
  .mobile-complex-title {
    font-size: 30px;
    margin: 0 0 10px 0;
    padding: 0 20px;
  }
  
  .mobile-complex-subtitle {
    font-size: 16px;
  }
  
  .mobile-complex-content {
    gap: 30px;
    border-radius: 20px;
  }
  
  .complex-content-inner {
    gap: 20px;
    padding: 20px 0 20px 15px;
  }
  
  .complex-title {
    font-size: 28px;
  }
  
  .complex-subtitle {
    font-size: 16px;
  }
  
  .complex-features {
    padding-left: 30px;
  }
  .complex-decor {
    position: absolute;
    width: auto;
    height: 100%;
    left: -10px;
    top: 0;
}
  .feature-item {
    gap: 10px;
  }
  
  .feature-text {
    font-size: 16px;
  }
  
  .complex-target {
    font-size: 14px;
  }
  
  .complex-buttons {
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .btn-details,
  .btn-price {
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 30px;
  }
  
  .btn-price {
    border: 2px solid #FE1D25;
  }
  
  .play-icon-link {
    width: 50px;
    height: 50px;
  }
  
  .mobile-complex-decor {
    bottom: 0;
    right: -70px;
    width: 300px;
  }
  
  .complex-badge {
    width: 200px;
    bottom: 20px;
    left: 20px;
    padding: 8px;
    border-radius: 8px;
  }
  
  .badge-text {
    font-size: 14px;
  }
  
  .legal-section {
    margin-top: 60px;
  }
  
  .legal-content {
    gap: 30px;
  }
  
  .legal-left {
    gap: 25px;
  }
  
  .legal-title {
    font-size: 28px;
    gap: 5px;
  }
  
  .legal-title-line {
    width: 60px;
  }
  
  .legal-item {
    gap: 10px;
  }
  
  .legal-bullet {
    width: 6px;
    height: 6px;
    margin-top: 5px;
  }
  
  .legal-text {
    font-size: 16px;
  }
  
  .legal-info {
    font-size: 14px;
  }
  
  .legal-links {
    gap: 25px;
  }
  
  .legal-link {
    font-size: 14px;
  }
  
  .legal-partners {
    margin-top: 25px;
  }
  
  .partners-list {
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .partner-logo {
    height: auto;
    max-width: 30%;
  }

  .legal-partners-section {
    padding: 50px 20px 0 20px;
    margin-top: 40px;
  }

  .legal-support-section {
    padding: 50px 20px 0 20px;
    margin-top: 70px;
  }

  .legal-support-card {
    /* flex-direction: column; */
    border-radius: 18px;
    box-shadow: none;
  }

  .legal-support-image,
  .legal-support-content {
    width: 100%;
  }

  .legal-support-image {
    padding: 0;
  }

  .legal-support-photo {
    border-radius: 14px;
  }

  .legal-support-content {
    padding: 24px;
    gap: 16px;
  }

  .legal-support-title {
    font-size: 24px;
  }

  .legal-support-desc {
    font-size: 16px;
  }

  .legal-support-item {
    gap: 12px;
  }

  .legal-support-bullet {
    width: 10px;
    height: 10px;
    margin-top: 6px;
  }

  .legal-support-text {
    font-size: 14px;
  }

  .legal-support-note {
    font-size: 13px;
  }

  .medmap-details-section {
    padding: 40px 15px 0 15px;
    margin-top: 60px;
  }

  .medmap-details-container {
    flex-direction: column;
    gap: 39px;
  }

  .medmap-details-content,
  .medmap-details-image {
    width: 100%;
  }

  .medmap-details-title {
    font-size: 22px;
  }

  .medmap-details-desc {
    font-size: 15px;
    line-height: 1.45;
  }

  .medmap-details-subtitle {
    font-size: 16px;
  }

  .medmap-details-list {
    gap: 12px;
  }

  .medmap-details-bullet {
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-width: 1px;
  }

  .medmap-details-text {
    font-size: 14px;
    line-height: 1.45;
  }

  .medmap-details-note {
    font-size: 13px;
  }

  .details-btn {
    font-size: 14px;
    padding: 14px 24px;
    border-radius: 14px;
    width: 100%;
    text-align: center;
  }

  .medmap-details-actions {
    flex-direction: column;
    gap: 12px;
  }

  .medmap-details-decor {
    left: auto;
    bottom: auto;
    width: 220px;
    /* border: 5px solid red; */
    top: 10%;
    right: 75px;
  }
  
  .business-format {
    margin-top: 50px;
  }
  
  .bf-container {
    gap: 30px;
  }
  
  .bf-title {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  
  .bf-subtitle {
    font-size: 16px;
  }
  
  .bf-cards {
    gap: 30px;
  }
  
  .bf-card {
    border-radius: 20px;
    padding: 25px;
    border: 2px solid transparent;
    gap: 15px;
    min-height: auto;
  }
  
  .bf-card::before {
    border-radius: 20px;
    padding: 2px;
  }
  
  .bf-card:hover {
    transform: translateY(-5px);
  }
  
  .bf-card-title {
    font-size: 20px;
  }
  
  .bf-intro {
    font-size: 16px;
  }
  
  .bf-list {
    gap: 8px;
    padding-left: 15px;
  }
  
  .bf-list li::before {
    left: -15px;
    font-size: 14px;
  }
  
  .bf-list li span {
    font-size: 16px;
  }
  
  .bf-price {
    gap: 5px;
  }
  
  .price-main {
    font-size: 16px;
  }
  
  .bf-btn {
    margin-top: 15px;
    padding: 15px 0;
    border-radius: 25px;
    font-size: 16px;
  }
  
  .bf-btn:hover {
    transform: translateY(-3px);
  }
  
  .reliability-section {
    margin-top: 70px;
  }
  
  .reliability-container {
    gap: 40px;
  }
  
  .rel-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .rel-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .rel-quote-block {
    gap: 15px;
    margin-bottom: 25px;
  }
  
  .rel-line-img {
    width: 8px;
    margin-top: 4px;
  }
  
  .rel-quote-text {
    font-size: 14px;
  }
  
  .rel-list {
    gap: 15px;
    margin-bottom: 25px;
  }
  
  .rel-item {
    gap: 10px;
  }
  
  .rel-num {
    width: 24px;
    height: 24px;
    font-size: 14px;
    margin-top: 2px;
  }
  
  .rel-text {
    font-size: 16px;
  }
  
  .rel-btn {
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 16px;
  }
  
  .rel-img {
    border-radius: 25px;
  }
  
  .reputation-section {
    margin-top: 70px;
  }
  
  .rep-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  
  .rep-content {
    gap: 25px;
    margin-bottom: 40px;
  }
  
  .rep-img-wrapper {
    border-radius: 25px;
  }
  
  .rep-text-box {
    padding: 25px 30px;
    gap: 20px;
  }
  
  .rep-text-box p {
    font-size: 14px;
  }
  
  .rep-right {
    border-radius: 25px;
    padding: 40px 25px;
    gap: 30px;
  }
  
  .rep-icon-row {
    gap: 15px;
  }
  
  .rep-icon-row.center-row {
    gap: 40px;
  }
  
  .rep-icon-item img {
    height: 30px;
    margin-bottom: 15px;
  }
  
  .rep-icon-item p {
    font-size: 14px;
  }
  
  .rep-btn {
    border-radius: 30px;
    padding: 15px 40px;
    font-size: 16px;
  }
  
  .complex-solution-section {
    margin-top: 60px;
  }
  
  .complex-container {
    gap: 40px;
  }
  
  .complex-top {
    gap: 40px;
  }
  
  .complex-header-block {
    margin-bottom: 20px;
  }
  
  .complex-title {
    font-size: 30px;
  }
  
  .complex-subtitle-row {
    gap: 15px;
    margin-top: 8px;
  }
  
  .complex-decor-line {
    width: 80px;
  }
  
  .complex-list {
    gap: 12px;
  }
  
  .complex-list li {
    font-size: 14px;
    padding-left: 15px;
  }
  
  .complex-list li::before {
    font-size: 18px;
  }
  
  .complex-main-img {
    border-radius: 25px;
  }
  
  .complex-vehicles {
    /* padding: 0 25px; */
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .vehicle-img {
    width: 47%;
  }
  
  .leaders-section {
    margin-top: 60px;
  }
  
  .leaders-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  
  .leaders-slider {
    margin-bottom: 40px;
    padding: 0;
  }
  
  .leader-item {
    border-radius: 12px;
  }
  
  .leaders-slider .owl-nav button.owl-prev,
  .leaders-slider .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
  
  .nav-arrow-svg {
    width: 14px;
    height: 14px;
  }
  
  .leaders-slider .owl-nav button.owl-prev {
    left: 0px;
  }
  
  .leaders-slider .owl-nav button.owl-next {
    right: 0px;
  }
  
  .leaders-btn {
    border-radius: 30px;
    padding: 15px 40px;
    font-size: 16px;
  }
  
  .results-section {
    margin-top: 70px;
    margin-bottom: -0;
  }
  
  .results-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  
  .results-grid {
    gap: 40px;
  }
  
  .results-card {
    gap: 20px;
  }
  
  .card-category {
    font-size: 12px;
    min-height: 30px;
  }
  
  .card-logo-wrapper {
    height: 50px;
  }
  
  .card-quote {
    font-size: 14px;
  }
  
  .faq-section {
    margin-top: 70px;
  }
  
  .faq-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  
  .faq-list {
    gap: 12px;
    margin-bottom: 40px;
  }
  
  .faq-item {
    border-radius: 8px;
  }
  
  .faq-header {
    padding: 15px 25px;
    gap: 20px;
  }
  
  .faq-question {
    font-size: 16px;
  }
  
  .faq-body {
    padding: 0 25px 20px 25px;
  }
  
  .faq-body p {
    font-size: 14px;
  }
  
  .faq-btn {
    border-radius: 30px;
    padding: 15px 40px;
    font-size: 16px;
  }
  
  .contacts-section {
    margin-top: 60px;
  }
  
  .contacts-container {
    gap: 50px;
  }
  
  .form-box {
    padding: 40px;
    border-radius: 25px;
  }
  
  .form-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .form-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
  }
  
  .main-form {
    gap: 15px;
  }
  
  .form-group {
    gap: 8px;
  }
  
  .form-group label {
    font-size: 14px;
    margin-left: 8px;
  }
  
  .form-group input {
    padding: 15px 20px;
    border-radius: 25px;
    font-size: 16px;
  }
  
  .form-submit-btn {
    margin-top: 15px;
    padding: 15px;
    border-radius: 25px;
    font-size: 18px;
  }
  
  .form-agreement {
    font-size: 12px;
    margin-top: 15px;
  }
  
  .dept-list {
    gap: 10px;
  }
  
  .dept-item {
    border-radius: 25px;
  }
  
  .dept-header {
    padding: 15px 25px;
  }
  
  .dept-name {
    font-size: 16px;
  }
  
  .dept-arrow {
    width: 16px;
    height: 16px;
  }
  
  .dept-content {
    padding: 15px 25px 20px 25px;
  }
  
  .dept-content p {
    font-size: 16px;
  }
  
  .contacts-link-btn {
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 15px;
  }
  
  .contacts-decor-img {
    bottom: -100px;
    right: 25px;
    width: 250px;
  }
  
  .main-footer {
    margin-top: 60px;
  }
  
  .footer-decor-img {
    top: -120px;
    width: 600px;
  }
  
  .footer-top {
    margin-bottom: 40px;
  }
  
  .brand-col {
    gap: 15px;
  }
  
  .footer-logo img {
    width: 100px;
  }
  
  .footer-desc {
    font-size: 12px;
  }
  
  .footer-copyright-text {
    font-size: 14px;
    margin-top: 40px;
  }
  
  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .footer-nav {
    gap: 8px;
  }
  
  .footer-nav li a {
    font-size: 14px;
  }
  
  .contact-details {
    gap: 5px;
    margin-bottom: 20px;
  }
  
  .footer-phone,
  .footer-email {
    font-size: 16px;
  }
  
  .footer-rutube-big img {
    width: 28px;
    height: 28px;
  }
  
  .action-col {
    gap: 15px;
  }
  
  .footer-rutube-small {
    gap: 8px;
  }
  
  .footer-rutube-small span {
    font-size: 14px;
  }
  
  .footer-rutube-small img {
    width: 16px;
    height: 16px;
  }
  
  .footer-btn {
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
  }
  
  .footer-divider {
    margin-bottom: 20px;
  }
  
  .footer-bottom {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
  }
  
  .fb-left {
    order: 1;
    width: 100%;
  }
  
  .fb-left::before {
    content: "© 2025 ООО \"Medmap\"";
  }
  
  .fb-left {
    font-size: 0;
    line-height: 0;
  }
  
  .fb-left::before {
    font-size: 14px;
    line-height: 1.4;
    display: block;
  }
  
  .fb-center {
    order: 2;
    width: 100%;
    text-align: left;
  }
  
  .fb-right {
    order: 3;
    width: 100%;
    text-align: left;
    margin-top: -10px;
  }
  
  .fb-right a {
    display: block;
  }
  
  .fb-center a {
    display: block;
    margin-bottom: 5px;
  }
  
  .footer-bottom::after {
    content: "© Все права защищены";
    display: block;
    width: 100%;
    margin-top: 10px;
    order: 4;
  }
  
  .footer-divider {
    margin-bottom: 20px;
  }


  .serv-title-custom {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .serv-title-sub {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .serv-desc-text {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .serv-buttons-row {
    flex-direction: column;
    align-items: stretch;
    width: fit-content;
    gap: 50px;
  }

  .serv-btn-wrap {
    width: 100%;
  }

  .serv-btn-wrap .btn-secondary {
    width: 300px;
  }

  .serv-badge {
    top: -25px;
    right: -34px;
    transform: rotate(
13deg);
    width: auto;
    display: inline-block;
  }

  .serv-license-box {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    background: #333;
    margin-top: -5px;
    border-radius: 0 0 20px 20px;
    padding: 20px;
  }

  .sl-block span {
    font-size: 12px;
  }

  .sl-block strong {
    font-size: 14px;
  }



  .device-features-section {
    padding: 6vw 4.5vw 3.5vw;
  }
  .device-features-title {
    font-size: 2.7vw;
    line-height: 1.3;
  }
  .device-features-desktop {
    flex-direction: column;
    gap: 2vw;
    align-items: stretch;
  }
  .device-features-left { order: 1; width: 100%; }
  .device-features-right { order: 2; width: 100%; }
  .device-main-wrap { order: 3; width: 100%; margin-top: 10px; }
  .device-features-col,
  .device-main-wrap {
    width: 100%;
    align-items: stretch;
    gap: 40px;
  }
  .device-features-section .feature-card {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    gap: 40px;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: none;
  }
  .feature-card{
    position:relative;
    z-index:1;
  }
  .device-features-section .feature-icon {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
  }
  .device-features-section .feature-text h4 {
    font-size: 17px;
  }
  .device-features-section .feature-text p {
    font-size: 14px;
  }
  .device-main-image {
    border-radius: 14px;
  }
  .device-features-btn {
    font-size: 15px;
    padding: 13px 24px;
    border-radius: 12px;
  }
  .device-features-section .feature-text {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    flex: 1 1 0;
    min-width: 0;
  }
  .device-features-section .feature-card::after {
    display: block;
    width: 37px;
    height: 1.5px;
    background: #cfcfcf;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .device-features-note p {
    font-size: 14px;
  }

    .quiz-section {
      padding: 30px 20px;
    }
  
    .quiz-content-wrapper {
      border-radius: 15px;
      /* padding: 20px; */
    }
  
    .quiz-header {
      margin-bottom: 25px;
    }
  
    .quiz-main-title {
      font-size: 28px;
      margin-bottom: 12px;
    }
  
    .quiz-subtitle {
      font-size: 15px;
    }
  
    .quiz-progress-bar {
      padding: 15px 20px;
      border-radius: 10px;
      margin-bottom: 30px;
      gap: 15px;
    }
  
    .progress-icon {
      width: 24px;
      height: 24px;
    }
  
    .progress-text {
      font-size: 14px;
    }
  
    .progress-counter {
      font-size: 16px;
      flex-shrink: 0;
    }
  
    .quiz-content {
      flex-direction: column;
      gap: 30px;
      margin-bottom: 25px;
    }
  
    .quiz-right {
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
    }
  .quiz-left {
    flex: 1;
    min-width: 100%;
}
    .quiz-question {
      font-size: 24px;
      margin-bottom: 20px;
    }
  
    .quiz-options {
      gap: 15px;
    }
  
    .quiz-option {
      gap: 12px;
    }
  
    .option-radio,
    .option-checkbox {
      width: 20px;
      height: 20px;
      border-width: 2px;
    }
  
    .quiz-option input[type="radio"]:checked ~ .option-radio {
      border-width: 4px;
    }
  
    .option-checkbox::after {
      width: 5px;
      height: 10px;
      border-width: 0 2px 2px 0;
      top: 2px;
    }
  
    .option-text {
      font-size: 16px;
    }
  
    .quiz-form {
      gap: 18px;
    }
  
    .quiz-form-group {
      gap: 8px;
    }
  
    .quiz-form-group label {
      font-size: 14px;
    }
  
    .quiz-form-group input {
      font-size: 15px;
      padding: 12px 15px;
      border-width: 1.5px;
      border-radius: 6px;
    }
  
    .quiz-image-wrapper {
      border-radius: 12px;
      display: none;
    }
  
    .quiz-navigation {
      gap: 15px;
    }
  
    .quiz-btn {
      font-size: 16px;
      padding: 12px 24px;
      border-radius: 8px;
      gap: 8px;
      border-width: 1.5px;
    }
  
    .quiz-btn svg {
      width: 18px;
      height: 18px;
    }
 
  .agreement-section {
    padding: 32px 20px;
  }
  .agreement-container {
    /* flex-direction: column; */
    align-items: center;
    gap: 22px;
  }
  .agreement-image,
  .agreement-content {
    width: 100%;
  }
  .agreement-title {
    font-size: 22px;
  }
  .agreement-text {
    font-size: 14px;
  }
  .agreement-photo {
    border-radius: 18px;
  }
  .agreement-decor {
    left: 43%;
    right: auto;
    top: -20%;
    width: 60%;
    max-width: 380px;
  }

  .remote-check-section {
    padding: 32px 18px 0;
  }
  .remote-check-container {
    gap: 22px;
  }
  .remote-check-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .remote-check-subtitle {
    font-size: 14px;
  }
  .remote-check-grid {
    gap: 16px;
  }
  .remote-card {
    border-radius: 16px;
    width: 100%;
  }
  .remote-card-image {
    height: 220px;
  }
  .remote-card-body {
    padding: 14px 14px 16px 14px;
    gap: 10px;
  }
  .remote-card-title {
    font-size: 15px;
  }
  .remote-card-text,
  .remote-card-list li {
    font-size: 13px;
  }

  .rental-benefits-section {
    padding: 32px 18px 0;
  }
  .rental-benefits-container {
    gap: 24px;
  }
  .rental-benefits-title {
    font-size: 24px;
  }
  .rental-benefits-subtitle,
  .rental-benefits-tagline {
    font-size: 14px;
  }
  .rental-benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rental-card {
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
  }
  .rental-card-image {
    height: 220px;
  }
  .rental-card-text {
    font-size: 14px;
    padding: 14px 16px 16px 16px;
  }
  .rental-benefits-btn {
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 22px;
  }
  .rental-benefits-note {
    font-size: 13px;
  }

  .fraud-protection-section {
    padding: 32px 18px;
  }
  .fraud-protection-container {
    gap: 22px;
  }
  .fraud-protection-title {
    font-size: 22px;
  }
  .fraud-title-break {
    display: none;
  }
  .fraud-protection-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .fraud-card {
    border-radius: 16px;
  }
  .fraud-card-image {
    height: 220px;
  }
  .fraud-card-content {
    padding: 14px 16px 16px 16px;
    gap: 10px;
  }
  .fraud-card-heading {
    font-size: 16px;
  }
  .fraud-card-text,
  .fraud-card-subtitle,
  .fraud-card-list li {
    font-size: 14px;
  }
  .fraud-decor {
    width: 29vw;
    left: 45%;
    bottom: -4%;
  }

  .order-section {
    padding: 50px 20px;
  }

  .order-waybill .order-decor {
    left: 5%;
    top: 12%;
    width: 46vw;
  }

  .order-content {
    flex-direction: column;
    gap: 40px;
  }

  .order-left {
    gap: 25px;
  }

  .order-right {
    width: 100%;
    /* max-width: 500px; */
    margin: 0 auto;
  }

  .order-title {
    font-size: 26px;
  }

  .order-list {
    gap: 18px;
  }

  .order-item {
    gap: 15px;
  }

  .order-number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 14px;
  }

  .order-text {
    font-size: 15px;
    padding-top: 3px;
  }

  .order-image-wrapper {
    border-radius: 15px;
  }

    .comparison-section {
      padding: 50px 20px;
    }
  
    .comparison-header {
      margin-bottom: 35px;
    }
  
    .comparison-title {
      font-size: 24px;
      margin-bottom: 10px;
    }
  
    .comparison-subtitle {
      font-size: 14px;
    }
  
    .comparison-table-wrapper {
      margin-bottom: 35px;
    }
  
    /* TABLE SABİT KALIR - SCROLL */
    .comparison-table {
      min-width: 700px;
      border-radius: 12px;
    }
  
    .comparison-table thead th {
      font-size: 13px;
      padding: 12px 18px;
    }
  
    .td-content {
      gap: 10px;
      padding: 15px 18px;
    }
  
    .comp-item {
      gap: 8px;
    }
  
    .comparison-table p {
      font-size: 12px;
    }
  
    .comp-col-label p {
      font-size: 13px;
    }
  
    .comp-check,
    .comp-cross {
      font-size: 18px;
    }
  
    .comparison-features {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  
    .comp-feature {
      gap: 12px;
    }
  
    .comp-feature-icon {
      width: 30px;
      height: 30px;
      min-width: 30px;
    }
  
    .comp-feature-text {
      font-size: 13px;
      padding-top: 2px;
    }
 
  .rent-section {
    padding: 50px 20px;
  }

  .rent-header {
    margin-bottom: 35px;
  }

  .rent-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .rent-subtitle {
    font-size: 15px;
  }

  .rent-cards {
    gap: 20px;
    margin-bottom: 35px;
  }

  .rent-row {
    gap: 20px;
  }

  .rent-row-3,
  .rent-row-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .rent-card {
    border-radius: 15px;
  }

  .rent-card::before {
    border-radius: 15px;
  }

  .rent-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  }

  .rent-card-image {
    height: 150px;
    border-radius: 15px 15px 0 0;
  }

  .rent-card-title {
    font-size: 14px;
    padding: 14px 16px 16px 16px;
  }

  .rent-footer {
    gap: 15px;
  }

  .rent-btn {
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(254, 29, 37, 0.25);
  }

  .rent-btn:hover {
    box-shadow: 0 6px 18px rgba(254, 29, 37, 0.35);
    transform: translateY(-2px);
  }

  .rent-note {
    font-size: 13px;
  }

  .remote-check-section {
    padding: 50px 3vw;
  }
  .remote-check-container {
    gap: 22px;
  }
  .remote-check-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .remote-check-subtitle {
    font-size: 14px;
  }
  .remote-check-grid {
    gap: 16px;
  }
  .remote-card {
    border-radius: 16px;
    flex: 1 1 100%;
    max-width: 100%;
    align-self: stretch;
  }
  .remote-card-image {
    height: 220px;
  }
  .remote-card-body {
    padding: 14px 14px 16px 14px;
    gap: 10px;
  }
  .remote-card-title {
    font-size: 16px;
  }
  .remote-card-text,
  .remote-card-list li {
    font-size: 14px;
  }
  .remote-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .equipment-proof-section {
    padding: 70px 3vw;
  }
  .equipment-proof-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .equipment-proof-rows {
    gap: 16px;
  }
 .row-top .equip-card,
  .row-bottom .equip-card {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
  .equipment-proof-row {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .equip-card {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 16px;
  }
  .equip-card-image {
    height: 220px;
  }
  .equip-card-body {
    gap: 10px;
    padding: 14px 14px 16px 14px;
  }
  .equip-card-title {
    font-size: 15px;
  }
  .equip-card-text {
    font-size: 13px;
  }
  .equip-btn {
    padding: 13px 20px;
    font-size: 14px;
  }
  .authenticity-section {
    padding: 70px 3vw;
  }
  .authenticity-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .authenticity-grid {
    gap: 16px;
  }
  .auth-card {
    width: 100%;
    max-width: 100%;
  }
  .auth-card-image {
    height: 220px;
  }
  .auth-card-body {
    gap: 10px;
    padding: 14px 14px 16px 14px;
  }
  .auth-card-title {
    font-size: 15px;
  }
  .auth-card-text {
    font-size: 13px;
  }

  .remote-check-grid {
    gap: 16px;
  }
  .remote-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-hero-section {
    padding: 60px 3vw 0;
  }
  .contact-hero-card {
    gap: 18px;
  }
  .contact-hero-info {
    padding: 20px;
  }
  .contact-hero-text {
    gap: 12px;
  }
  .contact-hero-title {
    font-size: 22px;
  }
  .contact-hero-desc {
    font-size: 14px;
  }
  .contact-hero-phone {
    font-size: 22px;
  }
  .contact-hero-mail {
    font-size: 15px;
  }
  .contact-hero-btn {
    font-size: 13px;
    padding: 12px 16px;
  }
  .contact-decor-img {
    width: 200px;
  }

  .blog-section {
    padding: 50px 14px 60px;
  }
  .blog-title {
    font-size: 24px;
  }
  .blog-tabs-scroll {
    gap: 10px;
  }
   .blog-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
  .blog-tab {
    font-size: 13px;
    padding: 10px 14px;
  }
  .blog-grid {
    gap: 16px;
  }
  .blog-card {
    width: 48%;
    max-width: 48%;
  }
  .blog-card-image {
    height: 200px;
  }
  .blog-card-body {
    gap: 10px;
  }
  .blog-card-link {
    font-size: 13px;
    padding: 9px 14px;
  }
  .blog-more-btn {
    width: 100%;
    justify-content: center;
  }

  .blog-detail-section {
    padding: 40px 14px 50px;
  }
  .blog-detail-title {
    font-size: 22px;
  }
  .blog-detail-body h3 {
    font-size: 17px;
  }
  .blog-detail-meta {
    font-size: 13px;
  }
  .blog-detail-body {
    font-size: 14px;
    gap: 12px;
  }
  .blog-detail-body ul,
  .blog-detail-body ol {
    padding-left: 18px;
  }
  .blog-detail-image,
  .blog-detail-image img {
    border-radius: 16px;
    width: 100%;
  }
  .related-articles-section {
    padding: 40px 14px 50px;
  }
  .related-articles-container {
    gap: 24px;
  }
  .related-title {
    font-size: 22px;
  }
  .related-grid {
    gap: 16px;
  }
  .related-card {
    width: 100%;
    max-width: 100%;
  }
  .related-card-image {
    height: 200px;
  }
  .related-card-body {
    gap: 10px;
  }
  .related-card-btn {
    font-size: 13px;
    padding: 10px 21px;
  }
  .related-more-btn {
    width: 100%;
    justify-content: center;
  }

  .popup-card {
    width: 100%;
    padding: 26px 22px;
    border-radius: 16px;
  }
  .popup-title {
    font-size: 20px;
  }
  .popup-subtitle {
    font-size: 14px;
  }
  .popup-field input {
    font-size: 14px;
  }
  .popup-submit {
    width: 100%;
  }
}




@media (max-width: 480px) {
  /* Topbar'daki callback butonu gizle */
  .topbar .callback-btn {
    display: none !important;
  }
  
  .btn-details, .btn-price {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
  }

  /* WAYBILL VEHICLES SECTION - Mobile */
  .waybill-vehicles-section {
    padding: 40px 3vw;
  }
  
  .waybill-vehicles-container {
    gap: 25px;
  }
  
  .waybill-vehicles-header {
    max-width: 100%;
  }
  
  .waybill-vehicles-title {
    font-size: 20px;
  }
  
  .waybill-vehicles-title-br {
    display: none;
  }
  
  .waybill-vehicles-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .waybill-vehicle-image {
    padding: 12px;
    min-height: 120px;
  }
  
  .waybill-vehicle-content {
    padding: 15px;
    gap: 10px;
  }
  
  .waybill-vehicle-title {
    font-size: 16px;
  }
  
  .waybill-vehicle-form {
    font-size: 13px;
  }

  .waybill-process-section {
    padding: 40px 15px 0 15px;
  }
  
  .waybill-process-container {
    gap: 20px;
  }
  
  .waybill-process-header {
    margin-bottom: 20px;
  }
  
  .waybill-process-title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  
  .waybill-process-subtitle {
    font-size: 14px;
  }
  
  .waybill-process-steps {
    flex-direction: column;
    gap: 15px;
  }
  
  .waybill-process-step {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  
  .waybill-step-content {
    gap: 12px;
    padding: 15px;
  }
  
  .waybill-step-title {
    font-size: 16px;
  }
  
  .waybill-step-description {
    font-size: 13px;
  }

.footer-top {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.footer-heading {
  font-size: 13px;
  margin-bottom: 15px;
}


.footer-btn {
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
}

.footer-bottom {
  font-size: 14px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  justify-content: center;
}

.fb-left::before {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  text-align: center;
}



.fb-center a {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}


.fb-right {
  order: 3;
  width: 100%;
  text-align: center;
  margin-top: -10px;
}

.footer-bottom::after {
  content: "© Все права защищены";
  display: block;
  width: 100%;
  margin-top: 10px;
  order: 4;
  text-align: center;
}


.form-box {
  padding: 10px;
  border-radius: 25px;
}

.form-group input {
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 15px;
}


.faq-header {
  padding: 15px 20px;
  gap: 20px;
}

.decor-line {
  width: 30px;
  height: 100%;
  display: block;
}


.rep-right {
  border-radius: 25px;
  padding: 30px 15px;
  gap: 30px;
}




.footer-decor-img {
  top: auto;
  width: 387px;
  right: -100px;
  bottom: 0;
  left: auto;
}


.badge-right {
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
}

.license-text {
  font-size: 10px;
}



.badge-logo {
  width: 100px;
}

.banner-content-inner {
  gap: 20px;
  border-radius: 20px;
  padding: 15px;
}

.complex-content-inner {
  gap: 20px;
  padding: 20px 15px;
}

.complex-subtitle {
  font-size: 14px;
}


.feature-text {
  font-size: 14px;
}


.bf-card {
  border-radius: 20px;
  padding: 15px;
  border: 2px solid transparent;
  gap: 15px;
  min-height: auto;
}


.bf-list li span {
  font-size: 14px;
}

.rel-text {
  font-size: 14px;
}


.rep-text-box {
  padding: 20px 15px;
  gap: 20px;
}

.main-nav .nav-container {
  position: relative;
}

.main-nav .mobile-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: #7C2E31;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  transition: all 0.3s ease;
  margin: 20px auto 0;
  flex-shrink: 0;
}

.main-nav .mobile-menu-toggle:hover {
  background: #FE1D25;
}

.main-nav .mobile-menu-toggle .menu-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 18px;
  height: 14px;
  position: relative;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}

.main-nav .mobile-menu-toggle .menu-line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
}

.main-nav .mobile-menu-toggle.active .menu-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.main-nav .mobile-menu-toggle.active .menu-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.main-nav .mobile-menu-toggle.active .menu-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

body.menu-open {
  overflow: hidden;
}


.flag-text {
  white-space: wrap;
}


.logo-img {
  width: 100px;
}
.topbar-flag-block {
  font-size: 10px;
  gap: 5px;
}

.topbar-logo {
  min-width: 150px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-right: 20px;
}

.info-mail {
  display: none;
}

.btn-primary, .btn-secondary {
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 20px;
  width: 200px;
}

.serv-btn-wrap .btn-secondary {
  width: 200px;
}

.serv-badge {
  font-size: 8px;
  padding: 8px 15px;
  top: -25px;
  right: -15px;
  border-radius: 10px;
}


.vehicle-img {
  width: 100%;
}




 
    .quiz-section {
      padding: 50px 3vw;
    }
  
    .quiz-content-wrapper {
      border-radius: 15px;
      /* padding: 15px; */
    }
  
    .quiz-header {
      margin-bottom: 20px;
    }
  
    .quiz-main-title {
      font-size: 22px;
      margin-bottom: 10px;
      line-height: 1.25;
    }
  
    .quiz-subtitle {
      font-size: 13px;
      line-height: 1.4;
    }
  
    .quiz-progress-bar {
      padding: 12px 15px;
      border-radius: 20px 20px 0 0;
      margin-bottom: 20px;
      gap: 10px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
    }
  
    .progress-icon {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }
  
    .progress-text {
      font-size: 11px;
      flex: 1;
      line-height: 1.3;
      /* white-space: nowrap; */
    }
  
    .progress-counter {
      font-size: 14px;
      flex-shrink: 0;
      margin-left: auto;
    }
  
    .quiz-content {
      gap: 0;
      margin-bottom: 20px;
    }
  
    .quiz-right {
      display: none;
    }
  
    .quiz-question {
      font-size: 18px;
      margin-bottom: 15px;
    }
  
    .quiz-options {
      gap: 10px;
    }
  
    .quiz-option {
      gap: 10px;
    }
  
    .option-radio,
    .option-checkbox {
      width: 18px;
      height: 18px;
      border-width: 1.5px;
    }
  
    .quiz-option input[type="radio"]:checked ~ .option-radio {
      border-width: 3px;
    }
  
    .option-checkbox::after {
      width: 4px;
      height: 8px;
      border-width: 0 1.5px 1.5px 0;
      top: 1.5px;
    }
  
    .option-text {
      font-size: 14px;
      line-height: 1.3;
    }
  
    .quiz-form {
      gap: 15px;
    }
  
    .quiz-form-group {
      gap: 6px;
    }
  
    .quiz-form-group label {
      font-size: 13px;
    }
  
    .quiz-form-group input {
      font-size: 14px;
      padding: 11px 13px;
      border-width: 1.5px;
      border-radius: 6px;
      width: 100%;
    }
  
    .quiz-image-wrapper {
      border-radius: 10px;
    }
  
    .quiz-navigation {
      flex-direction: row;
      gap: 10px;
    }
  
    .quiz-btn {
      font-size: 14px;
      padding: 10px 20px;
      border-radius: 25px;
      gap: 6px;
      border-width: 1.5px;
      flex: 1;
      justify-content: center;
    }
  
    .quiz-btn svg {
      width: 16px;
      height: 16px;
    }
  
    .quiz-btn-back {
      order: 1;
    }
  
    .quiz-btn-next {
      order: 2;
    }

  .agreement-section {
    padding: 50px 3vw;
  }
  .agreement-container {
    /* flex-direction: column; */
    align-items: center;
    gap: 18px;
  }
  .agreement-title {
    font-size: 20px;
    line-height: 1.25;
  }
  .agreement-text {
    font-size: 13px;
  }
  .agreement-photo {
    border-radius: 16px;
  }
  .agreement-decor {
    left: 49%;
    right: auto;
    top: -10%;
    width: 52%;
    max-width: 420px;
  }

  .remote-check-section {
    padding: 28px 14px 0;
  }
  .remote-check-title {
    font-size: 20px;
  }
  .remote-check-subtitle {
    font-size: 13px;
  }
  .remote-card-image {
    height: 200px;
  }
  .remote-card-body {
    gap: 10px;
    padding: 13px 13px 15px 13px;
  }
  .remote-card-title {
    font-size: 14px;
    gap: 6px;
  }
  .remote-card-text,
  .remote-card-list li {
    font-size: 12.5px;
  }

  .rental-benefits-section {
    padding: 28px 14px 0;
  }
  .rental-benefits-title {
    font-size: 20px;
  }
  .rental-benefits-subtitle,
  .rental-benefits-tagline {
    font-size: 13px;
  }
  .rental-card-image {
    height: 200px;
  }
  .rental-card-text {
    font-size: 13px;
    padding: 12px 14px 14px 14px;
  }
  .rental-benefits-btn {
    font-size: 13px;
    padding: 12px 18px;
    border-radius: 20px;
  }
  .rental-benefits-note {
    font-size: 12px;
  }

  .order-section {
    padding: 40px 15px;
  }

  .order-waybill .order-decor {
    left: 8%;
    top: 14%;
    width: 55vw;
  }

  .order-content {
    gap: 30px;
  }

  .order-left {
    gap: 20px;
  }

  .order-right {
    max-width: 100%;
  }

  .order-title {
    font-size: 20px;
    line-height: 1.3;
  }

  .order-list {
    gap: 15px;
  }

  .order-item {
    gap: 12px;
  }

  .order-number {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 12px;
  }

  .order-text {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 2px;
  }

  .order-image-wrapper {
    border-radius: 12px;
  }

    .comparison-section {
      padding: 40px 15px;
    }
  
    .comparison-header {
      margin-bottom: 25px;
    }
  
    .comparison-title {
      font-size: 20px;
      line-height: 1.3;
      margin-bottom: 8px;
    }
  
    .comparison-subtitle {
      font-size: 13px;
    }
  
    .comparison-table-wrapper {
      margin-bottom: 30px;
    }
  
    /* TABLE SABİT KALIR - SCROLL */
    .comparison-table {
      min-width: 650px;
      border-radius: 10px;
    }
  
    .comparison-table thead th {
      font-size: 12px;
      padding: 10px 15px;
    }
  
    .td-content {
      gap: 8px;
      padding: 12px 15px;
    }
  
    .comp-item {
      gap: 6px;
    }
  
    .comparison-table p {
      font-size: 11px;
      line-height: 1.3;
    }
  
    .comp-col-label p {
      font-size: 12px;
    }
  
    .comp-check,
    .comp-cross {
      font-size: 16px;
    }
  
    .comparison-features {
      grid-template-columns: 1fr;
      gap: 15px;
    }
  
    .comp-feature {
      gap: 10px;
    }
  
    .comp-feature-icon {
      width: 32px;
      height: 32px;
      min-width: 26px;
    }
  
    .comp-feature-text {
      font-size: 16px;
      line-height: 1.4;
      padding-top: 1px;
    }
 
  .rent-section {
    padding: 40px 15px;
  }

  .rent-header {
    margin-bottom: 25px;
  }

  .rent-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .rent-subtitle {
    font-size: 13px;
  }

  .rent-cards {
    gap: 15px;
    margin-bottom: 30px;
  }

  .rent-row {
    gap: 15px;
  }

  .rent-row-3,
  .rent-row-4 {
    grid-template-columns: 1fr;
  }

  .rent-card {
    border-radius: 12px;
  }

  .rent-card::before {
    border-radius: 12px;
  }

  .rent-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .rent-card-image {
    height: 180px;
    border-radius: 12px 12px 0 0;
  }

  .rent-card-title {
    font-size: 13px;
    line-height: 1.4;
    padding: 12px 14px 14px 14px;
  }

  .legal-partners-section {
    padding: 40px 15px 0 15px;
    margin-top: 30px;
  }

  .legal-support-section {
    padding: 40px 15px 0 15px;
    margin-top: 60px;
  }

  .legal-support-card {
    border-radius: 16px;
    box-shadow: none;
  }

  .legal-support-image {
    padding: 0;
  }

  .legal-support-photo {
    border-radius: 12px;
  }

  .legal-support-content {
    padding: 20px;
    gap: 14px;
  }

  .legal-support-title {
    font-size: 20px;
    line-height: 1.3;
  }

  .legal-support-item {
    gap: 10px;
  }

  .legal-support-desc {
    font-size: 15px;
  }

  .legal-support-bullet {
    width: 8px;
    height: 8px;
    margin-top: 5px;
  }

  .legal-support-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .legal-support-note {
    font-size: 12px;
  }

  .rent-footer {
    gap: 12px;
  }

  .rent-btn {
    padding: 14px 25px;
    border-radius: 25px;
    font-size: 13px;
    width: 100%;
    box-shadow: 0 3px 10px rgba(254, 29, 37, 0.25);
  }

  .rent-btn:hover {
    box-shadow: 0 5px 15px rgba(254, 29, 37, 0.35);
    transform: translateY(-2px);
  }

  .rent-note {
    font-size: 12px;
  }

  .remote-check-section {
    padding: 50px 3vw;
  }
  .remote-check-title {
    font-size: 20px;
  }
  .remote-check-subtitle {
    font-size: 13px;
  }
  .remote-card-image {
    height: 200px;
  }
  .remote-card-body {
    gap: 10px;
    padding: 13px 13px 15px 13px;
  }
  .remote-card-title {
    font-size: 14px;
    gap: 6px;
  }
  .remote-card-text,
  .remote-card-list li {
    font-size: 12.5px;
  }
  .remote-card {
    flex: 1 1 100%;
  }

  .equipment-proof-section {
    padding: 50px 14px 0;
  }
  .equipment-proof-title {
    font-size: 20px;
  }
  .equipment-proof-row {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
  .equip-card-image {
    height: 200px;
  }
  .equip-card-body {
    gap: 10px;
    padding: 13px 13px 15px 13px;
  }
  .equip-card-title {
    font-size: 14px;
  }
  .equip-card-text {
    font-size: 12.5px;
  }
  .equip-btn {
    padding: 12px 18px;
    font-size: 13px;
    border-radius: 24px;
  }
  .authenticity-section {
    padding: 50px 3vw;
  }
  .authenticity-title {
    font-size: 20px;
  }
  .authenticity-grid {
    gap: 16px;
  }
  .auth-card {
    width: 100%;
    max-width: 100%;
  }
  .auth-card-image {
    height: 200px;
  }
  .auth-card-body {
    gap: 10px;
    padding: 13px 13px 15px 13px;
  }
  .auth-card-title {
    font-size: 14px;
  }
  .auth-card-text {
    font-size: 12.5px;
  }

  .contact-hero-card {
    gap: 30px;
  }
  .contact-hero-info {
    padding: 16px;
  }
  .contact-hero-title {
    font-size: 20px;
  }
  .contact-hero-desc {
    font-size: 13px;
  }
  .contact-hero-phone {
    font-size: 20px;
  }
  .contact-hero-mail {
    font-size: 14px;
    /* padding: 10px 20px; */
  }
  .contact-hero-actions {
    gap: 20px;
  }
  .contact-hero-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 15px 14px;
  }
  .map-embed {
    min-height: 260px;
  }
  .remote-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-title {
    font-size: 22px;
  }
  .blog-tab {
    font-size: 12px;
    padding: 8px 12px;
  }
  .blog-card-image {
    height: 180px;
  }
  .blog-card-date {
    font-size: 12.5px;
  }
  .blog-card-title {
    font-size: 16px;
  }
  .blog-card-desc {
    font-size: 13px;
  }
  .blog-card {
    width: 100%;
    max-width: 100%;
  }
  .blog-card-link {
    font-size: 12.5px;
    padding: 9px 12px;
  }
  .blog-card-meta {
    font-size: 12.5px;
  }

  .blog-detail-section {
    padding: 32px 12px 44px;
  }
  .blog-detail-title {
    font-size: 20px;
  }
  .blog-detail-body h3 {
    font-size: 16px;
  }
  .blog-detail-meta {
    font-size: 12.5px;
  }
  .blog-detail-body {
    font-size: 14px;
  }
  .blog-detail-body ul,
  .blog-detail-body ol {
    padding-left: 16px;
  }
  .related-articles-section {
    padding: 32px 12px 40px;
  }
  .related-articles-container {
    gap: 30px;
  }
  .related-title {
    font-size: 20px;
  }
  .related-grid {
    gap: 30px;
  }
  .related-card-image {
    height: 180px;
  }
  .related-card-date {
    font-size: 12.5px;
  }
  .related-card-title {
    font-size: 16px;
  }
  .related-card-desc {
    font-size: 13px;
  }
  .related-card-btn {
    font-size: 16.5px;
  }
  .related-card-meta {
    font-size: 12.5px;
  }

  .popup-overlay {
    padding: 14px;
  }
  .popup-card {
    padding: 22px 18px;
  }
  .popup-title {
    font-size: 18px;
  }

  .article-section {
    padding: 0 15px 50px 15px;
  }
  .article-container {
    gap: 16px;
  }
  .article-image-wrapper {
    border-radius: 16px;
  }
  .article-title {
    font-size: 24px;
  }
  .article-subtitle {
    font-size: 20px;
    text-align: left;
  }
  .article-date {
    font-size: 15px;
    align-self: flex-start;
  }
  .article-btn {
    font-size: 15px;
    padding: 13px 24px;
    border-radius: 12px;
  }

  .device-features-section {
    padding: 38px 14px 30px;
  }
  .device-features-title {
    font-size: 20px;
  }
  .device-features-col, .device-main-wrap {
    width: 100%;
    align-items: stretch;
    gap: 40px;
}
  .device-features-section .feature-card {
    /* padding: 14px 16px; */
    gap: 40px;
    border-radius: 12px;
    flex-direction: column;
  }
  .device-features-section .feature-icon {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
  }
  .device-features-section .feature-text h4 {
    font-size: 16px;
  }
  .device-features-section .feature-text p {
    font-size: 13px;
  }
  .device-features-btn {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 12px;
  }
.device-features-section .feature-card::after {
    display: block;
    width: 2px;
    height: 50px;
    background: #cfcfcf;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translateY(-50%);
    z-index: -1;
}
  .device-features-note p {
    font-size: 13px;
  }
  
}







