body {
  font-family: 'Gotham Pro';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
  overflow-x: hidden;
}

html, body {
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #e61b1a;
  text-decoration: none;
}

.page-logo {
  margin-bottom: 20px;
  display: block;
}

.page-logo img {
  width: 200px;
  height: auto;
  max-width: 100%;
}

.thanks-page {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}

.page-thanks .btn {
  font-size: 20px;
  margin-top: 15px;
  width: auto;
  max-width: 300px;
}

.logo {
  text-align: left;
}

.page-desc {
  max-width: 810px;
  font-size: 23px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-title {
  font-size: 55px;
  margin-bottom: 15px;
  line-height: 1.2;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 9.9px 0;
  height: 6px;
  background: transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background-image: transparent;
  border-radius: 25px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 3.4px solid #ffb739;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background-image: transparent;
}

.form div.wpcf7-response-output.wpcf7-display-none {
  padding: 0;
  margin: 0;
}

.form div.wpcf7-response-output {
  display: block;
  margin: 0;
  margin-top: 15px;
  border: 0;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #75c154;
  color: #fff;
  padding: 15px;
  margin-top: 15px;
}

.form div.wpcf7-validation-errors,
.form div.wpcf7-acceptance-missing {
  background: #fff6c8;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border-radius: 6px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 3.4px solid #ffb739;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #e5e5e5;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
  background: #e5e5e5;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 3.4px solid #ffb739;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #e5e5e5;
}

input[type=range]:focus::-ms-fill-upper {
  background: #e5e5e5;
}

.header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 10px;
  background: #ffdf39;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn:hover {
  background: #ffd810;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 223, 57, 0.3);
}

.btn--dark {
  background: #333;
  color: #fff;
}

.btn--dark:hover {
  background: #444;
}

.logo img {
  height: 35px;
  width: 125px;
  max-width: 100%;
  object-fit: contain;
}

.header {
  font-size: 18px;
  padding: 15px 0;
  box-shadow: 0 0 32px rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.nav__location {
  color: #e61b1a;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav__li {
  margin: 0 15px;
}

.form__badge {
  height: 130px;
  width: 130px;
  background: #ffdf39;
  color: #000;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -65px;
  top: -46px;
  transform: rotate(20deg);
  transition: all .3s;
  font-size: 16px;
  display: block;
  z-index: 2;
}

.form__badge:hover {
  transform: rotate(0) scale(1.1);
  color: #000;
}

.form__badge b {
  display: block;
  font-size: 25px;
  color: #000;
  margin-top: 20px;
}

.form__badge span {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding: 0 10px;
}

.form__badge svg {
  fill: #000;
  height: 18px;
  width: 18px;
  margin-top: -4px;
}

.form {
  position: relative;
  box-sizing: border-box;
}

.logo {
  display: flex;
  align-items: center;
}

.logo__desc {
  font-size: 16px;
  color: #8a8a8a;
  border-left: 1px solid #eee;
  max-width: 150px;
  margin-left: 15px;
  padding-left: 15px;
  line-height: 21px;
  margin-bottom: 0;
}

.intro {
  background: url(../images/header-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.home-intro {
  background-image: url(../images/klg1.jpg);
}

.banner__bonus {
  font-size: 50px;
  font-weight: 500;
  color: #ffdf39;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner__bonus svg {
  fill: #ffdf39;
  height: 35px;
  width: 35px;
  flex-shrink: 0;
}

.form {
  background: #fff;
  border-radius: 10px;
  padding: 45px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.form__desc {
  opacity: .8;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.form__input {
  border: 0;
  width: 100%;
  padding: 15px;
  outline: none;
  font-size: 19px;
  background: transparent;
}

.form__field {
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  margin-bottom: 15px;
  overflow: hidden;
}

.form__icon {
  width: 55px;
  height: 55px;
  text-align: center;
  flex-shrink: 0;
  line-height: 55px;
  font-weight: 500;
  color: #c5c5c5;
  border-right: 2px solid #efefef;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox__text {
  font-size: 18px;
  position: relative;
  padding-left: 50px;
  margin: 0;
  cursor: pointer;
  line-height: 1.4;
}

.checkbox__text:before {
  content: '';
  height: 40px;
  width: 40px;
  border: 2px solid #000;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox__text.checked:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 5px;
  height: 22px;
  width: 22px;
  background: url(../fonts/check.svg) no-repeat;
  background-size: contain;
}

.checkbox__input {
  display: none;
}

.calc__price svg {
  vertical-align: middle;
  margin-top: -6px;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.dropdown-menu.show {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  max-width: 90vw;
}

.dropdown-item {
  width: 25%;
  padding: 8px 15px;
}

.form__btn {
  width: 100%;
  font-size: 1em;
  padding: 15px;
}

.form__check {
  margin-top: 10px;
  margin-bottom: 20px;
}

.order__form .btn {
  background: #333;
  color: #fff;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.form__icon.user-icon:after {
  content: '';
  height: 25px;
  width: 25px;
  background: url(../fonts/user.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.owl-carousel .owl-item img.feature__icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  object-fit: contain;
}

section {
  padding: 80px 0;
  position: relative;
}

.section-title {
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
}

.feature__title {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.banners {
  margin-top: 80px;
}

.btn--border {
  background: transparent;
  border: 2px solid #ffdf39;
  color: #ffdf39;
}

.banner__btn {
  color: #fff;
}

.banner-1 {
  background-image: url(../images/banner-1.jpg);
}

.banner-2 {
  background-image: url(../images/banner-2.jpg);
}

.banner {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 35px;
  height: 415px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
}

.banner > * {
  position: relative;
  z-index: 1;
}

.banner__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
  max-width: 150px;
}

.banner__desc {
  max-width: 300px;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Уменьшенные отступы для раздела "Как стать курьером" */
.steps {
  background: #f9f9f9;
  text-align: center;
  padding: 60px 0; /* Уменьшено с 80px до 60px */
}

.step__icon {
    height: 90px;
    width: 90px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step__icon-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Удаляем старые стили для номеров шагов */
.step__num,
.step__deco {
    display: none;
}

.step__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.step__text {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  padding: 0 10px;
}

/* Обновленные стили для раздела "Удобное приложение" */
.app-section {
    padding: 80px 0;
    background: #fff;
}

.app-desc {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.app-slider {
    position: relative;
    margin: 0 auto 40px;
    max-width: 800px;
    padding: 0 20px;
}

.app-slider__container {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    position: relative;
}

.app-slider__track {
    display: block;
    position: relative;
}

.app-slider__slide {
    display: none;
    width: 100%;
}

.app-slider__slide.active,
.app-slider__slide:first-child {
    display: block;
}

.app-slider__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    max-height: 500px;
    min-height: 300px;
    background-color: #f5f5f5;
}

/* Кнопки поверх изображения */
.app-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 0.85;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.app-slider__btn:hover {
    background: rgba(255, 255, 255, 0.95);
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.app-slider__btn--prev {
    left: 20px;
}

.app-slider__btn--next {
    right: 20px;
}

.app-slider__btn svg {
    stroke: #333;
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
}

/* Точки навигации */
.app-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}

.app-dots__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e5e5;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.app-dots__dot.active {
    background: #ffdf39;
    transform: scale(1.3);
}

.app-dots__dot:hover {
    background: #ffdf39;
}

/* Особенности приложения */
.app-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.app-feature {
    text-align: center;
    padding: 0 15px;
}

.app-feature__icon {
    width: 65px;
    height: 65px;
    background: #ffdf39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.app-feature__icon svg {
    fill: #000;
    width: 28px;
    height: 28px;
}

.app-feature__title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.app-feature__desc {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.app-btn {
    display: block;
    margin: 0 auto;
    font-size: 19px;
    padding: 14px 36px;
    background: #333;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.app-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.calc__header {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 35px;
  border-radius: 5px 5px 0 0;
}

.calc__title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
}

.calc__desc {
  margin: 0;
  font-size: 18px;
  opacity: 0.9;
}

.calc {
  max-width: 920px;
  margin: 0 auto;
  box-shadow: 0 0 32px rgba(0,0,0,.08);
  border-radius: 5px;
  overflow: hidden;
}

.calc__form {
  padding: 50px;
}

.calc__subtitle {
  font-size: 21px;
  margin-bottom: 10px;
  display: block;
}

.form__badge i {
  font-style: normal;
  display: none;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  font-size: 18px;
  color: #aaa;
}

.calc__range:first-child {
  margin-bottom: 35px;
}

.calc__price {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 15px;
  display: block;
}

.calc__disclaimer {
  font-size: 15px;
  color: #aaa;
  line-height: 1.5;
  margin-bottom: 20px;
}

.calc__info {
  padding-left: 30px;
}

.calc__info .btn {
  font-size: 1em;
  margin-top: 10px;
}

/* Убираем стрелки в разделе отзывов */
.reviews-carousel .owl-nav {
    display: none !important;
}

.reviews {
  padding: 10px 0;
  background: #f9f9f9;
}

.review-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 32px rgba(0,0,0,.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.review-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-card__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
}

.review-card__name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}

.review-card__city {
  font-size: 16px;
  color: #8a8a8a;
}

.review-card__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

.review-card__rating {
  font-size: 20px;
  color: #ffb739;
}

.review-card__star {
  margin-right: 3px;
}

.reviews-carousel .owl-stage {
  display: flex;
  padding: 10px 0;
}

.reviews-carousel .owl-item {
  display: flex;
  height: auto;
}

.cities__list {
  max-width: 920px;
  margin: 0 auto;
  box-shadow: 0 0 32px rgba(0,0,0,.1);
  list-style: none;
  padding: 35px 50px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  max-height: 500px;
  overflow-y: auto;
}

.cities__list::-webkit-scrollbar {
  width: 8px;
}

.cities__list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.cities__list::-webkit-scrollbar-thumb {
  background: #ffdf39;
  border-radius: 4px;
}

.cities__list::-webkit-scrollbar-thumb:hover {
  background: #ffd810;
}

.cities__list li {
  width: 25%;
  margin: 6px 0;
}

.cities__list li a {
  display: block;
  padding: 5px 0;
}

.cities .container {
  background: url(../images/map.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 150px;
  background-repeat: no-repeat;
}

.cities {
  padding: 0;
}

.order {
  background: url(../images/form-bg.jpg);
  background-size: cover;
  background-position: center;
}

.order__info {
  color: #fff;
  max-width: 500px;
}

.order__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.order__desc {
  font-size: 24px;
  max-width: 400px;
  margin-top: 25px;
  line-height: 1.5;
}

.form__header {
  padding: 25px 15px;
  background: #ffdf39;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.form__header .form__title {
  margin: 0;
  color: #000;
}

.order__form {
  padding: 0;
}

.form__body {
  padding: 40px;
}

.card,
.card-header,
.qa-item {
  padding: 0;
  border: 0;
  background: transparent;
}

.qa-item {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  border-top: 5px solid #f4f4f4;
  border-bottom: 5px solid #f4f4f4;
  padding: 25px;
  margin-bottom: -5px;
  position: relative;
  padding-right: 100px;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.qa-item:after {
  content: '-';
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: transform .2s;
}

.qa-item:before {
  content: '';
  height: 50px;
  width: 50px;
  background: #333;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: transform .2s;
}

.qa-item:hover:before,
.qa-item:hover:after {
  transform: translateY(-50%) scale(1.1);
}

.qa-item.collapsed:hover:after {
  color: #fff;
}

.qa-item.collapsed:hover:before {
  background: #333;
}

.qa-item.collapsed:before {
  background: #ffdf39;
}

.qa-item.collapsed:after {
  content: '+';
  color: #000000;
  right: 42px;
}

.card-body {
  font-size: 18px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 0 0 5px 5px;
  line-height: 1.6;
}

.footer {
  background: #0c0c0c;
  color: #fff;
  padding: 15px 0;
}

.footer__warn {
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.8;
}

.footer__links {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__link {
  color: #fff;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.footer__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffdf39;
  padding-left: 10px;
}

.footer__logo .logo__desc {
  font-size: 16px;
  border-color: rgba(255,255,255,.2);
  color: #fff;
  max-width: 100%;
  line-height: 36px;
}

.hidden-input {
  display: none;
}

.steps .owl-theme .owl-dots .owl-dot span {
  background: rgba(0,0,0,.2);
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #333;
}

/* Гарантируем, что Owl Carousel не влияет на кастомный слайдер */
.owl-carousel .app-slider__slide {
    display: none !important;
}

.owl-carousel .app-slider__slide.active {
    display: block !important;
}

/* Адаптивные стили */
@media (min-width: 1320px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}

@media (max-width: 1320px) {
  .form__badge {
    height: 120px;
    width: 120px;
    right: -60px;
  }

  .form__badge b {
    font-size: 22px;
  }
  
  .form__badge svg {
    width: 15px;
    height: 15px;
  }
  
  body {
    font-size: 16px;
  }
  
  .header {
    font-size: 16px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .form__title {
    font-size: 28px;
  }

  .form {
    padding: 35px;
    max-width: 400px;
  }

  .form__input,
  .checkbox__text {
    font-size: 16px;
  }

  .form__icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  
  .form__icon img {
    height: 20px;
    width: 20px;
  }

  .logo img {
    height: 29px;
    width: 112px;
  }
  
  .logo {
    align-items: center;
  }

  .banner__desc {
    max-width: 250px;
  }

  .banner__title {
    font-size: 34px;
  }

  .banner {
    height: 365px;
  }
  
  .order__form {
    padding: 0;
  }

  .order__title {
    font-size: 40px;
  }
  
  .order__desc {
    font-size: 20px;
  }

  .qa-item {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav__location {
    display: none;
  }

  .banner {
    padding: 35px;
  }
  
  .nav__li {
    margin: 0 12px;
  }
  
  .dropdown-menu.show {
    width: 700px;
  }
  
  .dropdown-item {
    width: 33.333%;
  }
}

@media (max-width: 992px) {
  .nav {
    display: none;
  }

  section {
    padding: 35px 0;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 35px;
  }

  .intro {
    padding: 35px 0;
    min-height: 500px;
  }

  .banners {
    margin-top: 25px;
  }

  .banner {
    margin-top: 25px;
    height: 350px;
  }
  
  /* Адаптив для раздела "Как стать курьером" */
  .steps {
    padding: 40px 0; /* Уменьшаем отступы на планшетах */
  }
  
  .app-slider {
        max-width: 700px;
        padding: 0 15px;
    }
    
    .app-slider__container {
        border-radius: 14px;
    }
    
    .app-slider__image {
        border-radius: 14px;
        max-height: 450px;
    }
    
    .app-slider__btn {
        width: 40px;
        height: 40px;
    }
    
    .app-slider__btn--prev {
        left: 15px;
    }
    
    .app-slider__btn--next {
        right: 15px;
    }
    
    .app-slider__btn svg {
        width: 18px;
        height: 18px;
    }
    
    .app-features {
        max-width: 700px;
    }

  .calc__title {
    font-size: 28px;
  }
  
  .calc__desc {
    font-size: 16px;
  }
  
  .calc__subtitle {
    font-size: 16px;
  }
  
  .calc__disclaimer {
    font-size: 13px;
    margin-bottom: 0;
  }

  .calc__price {
    margin-bottom: 0;
    font-size: 36px;
  }

  .calc__form {
    padding: 35px;
  }

  .cities .container {
    background-size: cover;
  }
  
  .cities__list {
    padding: 35px;
    max-height: 400px;
  }

  .order__title {
    font-size: 32px;
  }

  .form__body {
    padding: 30px;
  }

  .form__input, .checkbox__text {
    font-size: 15px;
  }

  .order__desc {
    font-size: 18px;
  }

  .qa-item {
    padding: 15px;
    padding-left: 0;
    padding-right: 60px;
    line-height: 24px;
    font-size: 18px;
  }

  .qa-item:before {
    right: 0;
    width: 40px;
    height: 40px;
  }

  .qa-item:after {
    right: 15px;
  }

  .qa-item.collapsed:after {
    right: 13px;
  }

  .footer__logo .logo__desc {
    line-height: 24px;
  }
  
  .feature__title {
    font-size: 26px;
  }
  
  .dropdown-menu.show {
    width: 500px;
  }
  
  .dropdown-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  
   .app-section {
        padding: 60px 0;
    }
    
    .app-slider {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .app-slider__container {
        border-radius: 12px;
    }
    
    .app-slider__image {
        border-radius: 12px;
        max-height: 400px;
    }
    
    .app-slider__btn {
        width: 38px;
        height: 38px;
        opacity: 0.8;
    }
    
    .app-slider__btn--prev {
        left: 12px;
    }
    
    .app-slider__btn--next {
        right: 12px;
    }
    
    .app-slider__btn svg {
        width: 16px;
        height: 16px;
    }
    
    .app-features {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 500px;
    }
    
    .app-feature {
        padding: 0 10px;
    }
    
    .app-desc {
        font-size: 18px;
        padding: 0 15px;
        margin-bottom: 40px;
    }
    
    .app-dots {
        margin-bottom: 40px;
    }
  
  .calc__info {
    padding: 0;
    margin-top: 25px;
    text-align: center;
  }

  .review-card {
    padding: 20px;
  }
  
  .review-card__avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
  }
  
  .review-card__name {
    font-size: 18px;
  }
  
  .review-card__text {
    font-size: 15px;
  }

  .cities__list li {
    width: 50%;
  }

  .page-logo img {
    width: 120px;
  }

  .page-title {
    font-size: 35px;
  }
  
  .page-desc {
    font-size: 18px;
    padding: 0 15px;
  }

  .page-thanks .btn {
    font-size: 18px;
  }
  
  .footer__link {
    width: 100%;
    text-align: left;
  }
  
  .footer__links {
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 5px;
  }
  
  .banner {
    height: 300px;
    padding: 25px;
  }
  
  .form__badge {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 0 auto 20px;
  }
  
  .dropdown-menu.show {
    width: 300px;
  }
  
  .dropdown-item {
    width: 100%;
  }
  
  /* Адаптив для раздела "Как стать курьером" на мобильных */
  .steps {
    padding: 30px 0; /* Еще меньше отступы на мобильных */
  }
  
  .step__icon {
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
  }
  
  .step__title {
    font-size: 18px;
  }
  
  .step__text {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .form__badge {
    position: static;
    transform: none;
    width: 100%;
    border-radius: 5px;
    height: auto;
    padding: 15px;
    background: #333;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .form__badge:hover {
    color: #fff;
    transform: none;
  }
  
  .form__badge span {
    margin: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  
  .form__badge b {
    color: #ffdf39;
    font-size: 26px;
    margin-top: 0;
  }

  .form__badge svg {
    fill: #ffdf39;
    width: 20px;
    height: 20px;
  }

  .intro .form {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    margin: 0 auto;
  }

  .form__title {
    order: 1;
    text-align: center;
  }
  
  .form__desc {
    order: 2;
    text-align: center;
  }
  
  .form__badge {
    order: 3;
  }
  
  .form .wpcf7 {
    order: 4;
  }
  
  .logo img {
    height: 24px;
    width: 95px;
  }

  .logo__desc {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    border: 0;
    font-size: 12px;
    margin-top: 5px;
  }

  .logo {
    flex-wrap: wrap;
    max-width: 150px;
  }
  
  .header .btn {
    padding: 10px 15px;
    font-size: 15px;
  }
  
  .header__info {
    justify-content: space-between;
    gap: 10px;
  }

  .feature {
    text-align: center;
  }
  
  .banner {
    height: 280px;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .banner__title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .banner__desc {
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 15px;
  }
  
  .banner__bonus {
    font-size: 35px;
  }
  
  .banner__bonus svg {
    width: 26px;
    height: 26px;
  }
  
  .app-section {
        padding: 50px 0;
    }
    
    .app-slider {
        padding: 0 10px;
    }
    
    .app-slider__container {
        border-radius: 10px;
    }
    
    .app-slider__image {
        border-radius: 10px;
        max-height: 350px;
        min-height: 250px;
    }
    
    .app-slider__btn {
        width: 34px;
        height: 34px;
        opacity: 0.75;
    }
    
    .app-slider__btn--prev {
        left: 10px;
    }
    
    .app-slider__btn--next {
        right: 10px;
    }
    
    .app-slider__btn svg {
        width: 14px;
        height: 14px;
    }
    
    .app-btn {
        width: 100%;
        max-width: 280px;
        font-size: 18px;
        padding: 12px 30px;
    }
    
    .app-feature__icon {
        width: 60px;
        height: 60px;
    }
    
    .app-feature__icon svg {
        width: 24px;
        height: 24px;
    }
    
    .app-feature__title {
        font-size: 19px;
    }
    
    .app-feature__desc {
        font-size: 14px;
    }

  .calc__header {
    padding: 20px 15px;
  }

  .calc__range:first-child {
    margin-bottom: 15px;
  }

  .calc__form {
    padding: 30px 20px;
  }

  .calc__subtitle {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .calc__price {
    font-size: 36px;
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 25px;
  } 

  .calc__title {
    font-size: 24px;
  }
  
  .calc__desc {
    font-size: 15px;
  }
  
  .cities__list {
    padding: 25px 20px;
    max-height: 350px;
  }
  
  .cities__list li {
    width: 100%;
    text-align: center;
  }
  
  .header {
    padding: 10px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  body {
    padding-top: 68px;
  }
  
  .intro {
    background-position: center;
  }
  
  .intro .form {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px 20px;
    color: #000;
    position: relative;
    z-index: 2;
    max-width: 100%;
  }

  .form__title {
    font-size: 27px;
  }

  .form__icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .intro .form__field {
    border: 2px solid #e5e5e5;
    background: #fff;
  }

  .form__input {
    background: transparent;
  }

  .intro .checkbox__text:before {
    border-color: #000;
  }

  .intro .checkbox__text:after {
    background-image: url(../fonts/check.svg);
  }

  .order__title {
    font-size: 27px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .order__desc {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
  }
  
  .order .form__title {
    font-size: 21px;
  }
  
  .form__header {
    padding: 15px;
  }

  .order {
    background-position: center;
  }

  .form__body {
    padding: 25px 20px;
  }
  
  .footer__logo {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer__warn {
    font-size: 10px;
    text-align: center;
  }

  .footer__logo .logo__desc {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
  }
  
  .card-body {
    font-size: 15px;
    padding: 15px;
  }

  .qa-item:hover:before, .qa-item:hover:after {
    transform: translateY(-50%);
  }

  .cities .container {
    padding-bottom: 25px;
  }

  .form__badge i {
    display: inline;
  }

  .modal-body .form {
    padding: 0;
  }

  .banner__btn {
    display: none;
  }
  
  .steps-carousel .owl-stage,
  .features-carousel .owl-stage,
  .reviews-carousel .owl-stage {
    display: flex !important;
  }
  
  .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
  }
  
  /* Для мобильных устройств - отключаем автопрокрутку при касании */
  .app-slider__btn {
      touch-action: manipulation;
  }
  
  /* Адаптив для раздела "Как стать курьером" на очень маленьких экранах */
  .steps {
    padding: 20px 0; /* Минимальные отступы */
  }
}

@media (max-width: 400px) {
  .form__title {
    font-size: 24px;
  }
  
  .form__desc {
    font-size: 14px;
  }
  
  .btn {
    padding: 10px 15px;
    font-size: 16px;
  }
  
  .section-title {
    font-size: 22px;
  }
  
  .banner__title {
    font-size: 24px;
  }
  
  .banner__desc {
    font-size: 14px;
  }
  
  .order__title {
    font-size: 24px;
  }
  
  .order__desc {
    font-size: 14px;
  }
  
   .app-slider__image {
        max-height: 300px;
        min-height: 200px;
    }
    
    .app-slider__btn {
        width: 30px;
        height: 30px;
    }
    
    .app-slider__btn svg {
        width: 12px;
        height: 12px;
    }
    
    .app-slider__btn--prev {
        left: 8px;
    }
    
    .app-slider__btn--next {
        right: 8px;
    }
  .calc__title {
    font-size: 20px;
  }
  
  .calc__price {
    font-size: 30px;
  }
  
  .header .btn {
    font-size: 14px;
    padding: 8px 12px;
  }
}