main {
  --blue-color: #FECF05;
}

.taxi__banner {
  background: var(--blue-color);
  height: 490px;
}

.taxi__banner .container {
  position: relative;
  height: inherit;
}

.taxi__banner-content {
  position: absolute;
  top: 100px;
  left: -50px;
  background: var(--white-color);
  border-radius: 6px;
  padding: 30px;
}

.taxi__banner-title {
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em;
}

.taxi__banner-subtitle {
  display: block;
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #747474;

}

.taxi__banner-list {
  margin-top: 16px;
}

.taxi__banner-list li {
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  position: relative;
  font-weight: 300;
  line-height: 20px;
  padding-left: 20px;
  color: var(--main-color);
}

.taxi__banner-list li:not(:last-child) {
  margin-bottom: 8px;
}

.taxi__banner-list li::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 14px;
  height: 8px;
  background: url(/static/svg/taxi.svg) no-repeat center;
  background-size: contain;
}

.taxi__banner-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  background: var(--blue-color);
  border: 1px solid var(--blue-color);
  border-radius: 5px;
  width: 224px;
  height: 42px;
  margin-top: 34px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.taxi__banner-link:hover {
  color: var(--blue-color);
  background: var(--white-color);
}

.taxi__img {
  position: absolute;
  top: 130px;
  right: 20px;
  max-width: 720px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.taxi__img-mob {
  display: none;
}

.dealer .dealer__header {
  justify-content: space-between;
  margin: 20px 0;
  gap: 10px;
}

.dealer .dealer__header .dealer__main {
  min-height: auto;
}

.models .models__container .models__row .models__card .card__img .models__img img {
  max-width: 200px;
  height: 130px;
  object-fit: contain;
}

.express__container .express__img svg {
  display: block;
  max-width: 177px;
  width: 100%;
  height: 100%;
}

.taxi__menu {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.taxi__menu-item {
  position: relative;
  font-weight: 600;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.taxi__menu-item.active,
.taxi__menu-item:hover {
  color: var(--blue-color);
  transform: scale(1.2);
  border-bottom: 1px solid var(--blue-color);
}

.taxi__check {
  display: none;
}

.taxi__title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}

.dealer .dealer__header .dealer__form {
  max-width: 100%;
  padding: 20px;
  align-items: flex-start;
}

.dealer .dealer__header .dealer__form .dealer__form_text {
  margin-bottom: 20px;
}

.taxi__form-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}

.dealer .dealer__header .dealer__form label input,
.dealer .dealer__header .dealer__form button {
  margin-bottom: 0;
}

.dealer__form .checkbox__block {
  margin-top: 15px;
}

.text__bottom {
  margin-bottom: 40px;
}

.text__bottom p {
  font-family: 'ALSGorizont-MediumExpanded', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--main-color);
  text-align: justify;
  text-indent: 15px;
}

.text__bottom p span {
  font-weight: 700;
  color: var(--main-color);
}

.text__bottom p:not(:last-child) {
  margin-bottom: 20px;
}

.models .models__container .models__row .models__card .card__main .card__bottom .card__btn,
.express__container .express__left p,
.express__container .express__left span,
.express__container .express__form .express__btn {
  color: var(--main-color);
}

.card__count span {
  color: var(--main-color);
  background: var(--blue-color);
  border-radius: 4px;
  padding: 3px;
}

/* ------------------- Блок с обратным звонком ---------------  */

.callback__banner {
  background: url(/img/callback__banner.webp) no-repeat 73% 100% #00000033;
  background-size: cover;
  border-radius: 20px;
  max-width: 1600px;
  width: 100%;
  height: 310px;
  margin: 0 auto;
  margin-top: 50px;
}

.callback__container {
  max-width: 1340px;
  height: 100%;
}

.callback__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callback__form-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: var(--white-color);
}

.callback__form-text {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  color: var(--white-color);
}

.callback__form-text br {
  display: none;
}

.callback__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 10px;
  margin-top: 50px;
}

.callback__form-input {
  max-width: 320px;
  width: 100%;
  height: 52px;
  border-radius: 29px;
  padding: 0 15px;
}

.callback__form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 52px;
  background: var(--blue-color);
  border-radius: 29px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--main-color);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.callback__form-btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
}

@media (max-width: 1600px) {
  .callback__banner {
    border-radius: 0;
  }
}

@media (max-width: 1023px) {
  .callback__form-title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .callback__banner {
    background-blend-mode: multiply;
    margin-top: 30px;
  }
}

@media (max-width: 579px) {
  .callback__banner {
    height: 420px;
  }

  .callback__form {
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
  }

  .callback__form-title {
    font-size: 18px;
    line-height: 22px;
  }

  .callback__form-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }

  .callback__form-text br {
    display: block;
  }

  .callback__form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .callback__form-btn {
    margin-top: 10px;
  }
}

/* --------------- @media ------------- */

@media screen and (max-width: 1440px) {
  .taxi__banner-content {
    left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .taxi__banner {
    height: 380px;
  }

  .taxi__banner-content {
    top: 50px;
  }

  .taxi__img {
    top: 120px;
    right: 10px;
    max-width: 550px;
  }
}

@media screen and (max-width: 1023px) {
  .taxi__banner {
    height: 300px;
  }

  .taxi__banner-content {
    top: 35px;
    left: 10px;
    padding: 15px 10px;
  }

  .taxi__banner-link {
    margin-top: 16px;
  }

  .taxi__img {
    top: 110px;
    max-width: 470px;
  }
}

@media screen and (max-width: 930px) {
  .taxi__img {
    display: none;
  }

  .taxi__img-mob {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 10px;
    max-width: 330px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .taxi__banner {
    height: 270px;
  }

  .taxi__banner-content {
    top: initial;
    bottom: 20px;
    left: 0;
    padding: 20px 15px;
    border-radius: 0 8px 8px 0;
    z-index: 1;
  }

  .taxi__banner-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--main-color);
  }

  .taxi__banner-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    max-width: 230px;
  }

  .taxi__banner-list {
    margin-top: 7px;
  }

  .taxi__banner-list li {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .taxi__banner-list li:not(:last-child) {
    margin-bottom: 0;
  }

  .taxi__banner-link {
    margin-top: 15px;
    width: 100%;
    height: 44px;
  }

  .taxi__form-block {
    flex-direction: column;
    gap: 15px;
  }

  .taxi__img-mob {
    max-width: 360px;
  }
}

@media screen and (max-width: 640px) {
  .taxi__img-mob {
    transform: rotateY(180deg);
  }
}

@media screen and (max-width: 570px) {
  .text__bottom p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .text__bottom p:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  .header__title {
    font-size: 23px;
  }
}

@media screen and (max-width: 480px) {
  .taxi__banner {
    height: 400px;
  }

  .taxi__banner-content {
    border-radius: 10px;
    box-shadow: 0px -4.86px 2.21px 0px #8F99BF05, 0px -7.17px 5.32px 0px #8F99BF07, 0px -3.81px 10.02px 0px #8F99BF09, 0px 12.76px 17.87px 0px #8F99BF0B, 0px 51px 33.42px 0px #8F99BF0D, 0px 100px 80px 0px #8F99BF12;
    left: 10px;
    right: 10px;
    bottom: 18px;
  }

  .taxi__img-mob {
    bottom: initial;
    top: 10px;
    transform: rotateY(0deg);
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .header__title {
    max-width: 300px;
  }
}

@media screen and (max-width: 420px) {
  .dealer .dealer__header .dealer__main .dealer__text {
    padding-bottom: 5px;
  }

  .express__container .express__form .express__img__small {
    width: auto;
    height: auto;
  }

  .express__container .express__form .express__img__small svg {
    display: block;
    width: 48px;
    height: 100%;
  }

  .taxi__menu-item {
    font-weight: 500;
    font-size: 14px;
    padding: 0 5px;
    margin: 0;
    letter-spacing: -0.7px;
  }
}

@media screen and (max-width: 375px) {
  .taxi__banner-content {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 359px) {
  .taxi__banner {
    height: 390px;
  }

  .taxi__banner-content {
    bottom: 15px;
  }
}