@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url("https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@keyframes animMarker {
  0% {
    transform: rotate(45deg) translate(5px, 5px);
  }
  100% {
    transform: rotate(45deg) translate(-5px, -5px);
  }
}
@keyframes animShadow {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Блок модального окна ошибки */
.error-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  transition: opacity 0.3s ease;
}
.error-modal .modal-content {
  position: relative;
  background-color: #fff;
  margin: 80% auto;
  padding: 20px;
  border-radius: 15px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
  font-family: "Inter Tight", sans-serif;
  text-align: center;
}
.error-modal .modal-content h2 {
  margin-top: 0;
  font-size: 1.3rem;
  color: #e74c3c;
}
.error-modal .modal-content p {
  margin-top: 10px;
  color: #333;
  line-height: 1.4rem;
  font-size: clamp(10px, 3.4vw, 16px);
}
.error-modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
}
.error-modal .modal-content .close:hover {
  color: #000;
}
.error-modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.order_status {
  width: 100%;
  min-height: 45%;
  bottom: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 9998;
  background: #f5f5f5;
  overflow-y: auto;
  border-radius: 25px 25px 0px 0px;
  transition: all 0.3s ease 0;
  -webkit-overflow-scrolling: touch;
}
.order_status .order_status_details {
  padding: 10px 2.5% 10px 2.5%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background-color: #005dd1;
  transition: all 0.3s ease 0s;
}
.order_status .order_status_details h3 {
  font-family: "Nunito";
  font-size: clamp(8px, 4vw, 20px);
  color: #ffffff;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 3px;
}
.order_status .order_status_details .order_status_line {
  width: 100%;
  height: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_status .order_status_details .order_status_line .stat {
  height: 100%;
  background-color: #00aeff;
  border-radius: 2px;
}
.order_status .order_status_details .order_status_line .stat1 {
  width: 45%;
}
.order_status .order_status_details .order_status_line .stat2,
.order_status .order_status_details .order_status_line .stat3,
.order_status .order_status_details .order_status_line .stat4 {
  width: 17%;
}
.order_status .order_status_details .order_status_line .on_way {
  width: 45%;
  background: #26b478;
  background: linear-gradient(85deg, rgb(38, 180, 120) 0%, rgb(80, 186, 98) 50%, rgb(173, 209, 111) 100%);
}
.order_status .order_status_details .order_status_line .arrived {
  width: 17%;
  background: #add16f;
  background: linear-gradient(85deg, rgb(173, 209, 111) 0%, rgb(187, 215, 3) 100%);
}
.order_status .order_status_details .order_status_line .in_progress {
  width: 17%;
  background: #bbd703;
  background: linear-gradient(85deg, rgb(187, 215, 3) 0%, rgb(255, 247, 0) 100%);
}
.order_status .order_status_details .order_status_line .completed {
  width: 17%;
  background: #fff700;
  background: linear-gradient(85deg, rgb(255, 247, 0) 0%, rgb(255, 166, 0) 100%);
}
.order_status .order_status_details .order_status_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.order_status .order_status_details .order_status_text p {
  font-family: "Nunito";
  font-size: clamp(6px, 3.8vw, 16px);
  color: #ffffff;
  font-weight: 500;
}
.order_status .order_status_content {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 0px 0px 0px;
  gap: 15px;
  transition: all 0.3s ease 0s;
}
.order_status .order_status_content .driver_content {
  width: 100%;
  position: relative;
  padding: 10px 0;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.3s ease 0s;
}
.order_status .order_status_content .driver_content .driver_info {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  transition: all 0.3s ease 0s;
}
.order_status .order_status_content .driver_content .driver_info .driver_photo_container {
  width: clamp(50px, 15vw, 60px);
  height: clamp(50px, 15vw, 60px);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #383838;
}
.order_status .order_status_content .driver_content .driver_info .driver_photo_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order_status .order_status_content .driver_content .driver_info .driver_name_status_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-left: 15px;
}
.order_status .order_status_content .driver_content .driver_info .driver_name_status_content .driver_name_text {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 3.5vw, 16px);
  font-weight: 600;
  color: rgba(43, 43, 43, 0.7411764706);
}
.order_status .order_status_content .driver_content .driver_info .driver_name_status_content #modal_driver_name {
  font-family: "Nunito", sans-serif;
  font-size: clamp(12px, 4.5vw, 20px);
  font-weight: 700;
  color: #141414;
}
.order_status .order_status_content .driver_content .driver_statistic {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5px;
  transition: all 0.3s ease 0s;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting, .order_status .order_status_content .driver_content .driver_statistic .driver_activity {
  width: 33%;
  display: flex;
  align-items: center;
  height: clamp(20px, 11vw, 60px);
  gap: 10px;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .ico, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .ico, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .ico {
  width: clamp(20px, 9vw, 60px);
  height: clamp(20px, 9vw, 60px);
  border-radius: 50%;
  overflow: hidden;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .full_orders_ico, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .full_orders_ico, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .full_orders_ico {
  background: #161b22 url("/media/icons/road-trip.png") center/45% no-repeat;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .raiting_ico, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .raiting_ico, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .raiting_ico {
  background: #161b22 url("/media/icons/star.png") center/45% no-repeat;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .activity_ico, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .activity_ico, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .activity_ico {
  background: #161b22 url("/media/icons/activity.png") center/45% no-repeat;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .full_orders_content, .order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .raiting_content, .order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .activity_content, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .full_orders_content, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .raiting_content, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .activity_content, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .full_orders_content, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .raiting_content, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .activity_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  align-items: flex-start;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .full_orders_content .text, .order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .raiting_content .text, .order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .activity_content .text, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .full_orders_content .text, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .raiting_content .text, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .activity_content .text, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .full_orders_content .text, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .raiting_content .text, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .activity_content .text {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 600;
  color: rgba(43, 43, 43, 0.7411764706);
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .full_orders_content .info, .order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .raiting_content .info, .order_status .order_status_content .driver_content .driver_statistic .driver_full_orders .activity_content .info, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .full_orders_content .info, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .raiting_content .info, .order_status .order_status_content .driver_content .driver_statistic .driver_raiting .activity_content .info, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .full_orders_content .info, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .raiting_content .info, .order_status .order_status_content .driver_content .driver_statistic .driver_activity .activity_content .info {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 4vw, 17px);
  font-weight: 600;
  color: #141414;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_full_orders {
  justify-content: flex-start;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_raiting {
  justify-content: center;
}
.order_status .order_status_content .driver_content .driver_statistic .driver_activity {
  justify-content: flex-end;
}
.order_status .order_status_content .driver_content #modal_order_number {
  text-align: left;
  font-family: "Nunito";
  font-size: clamp(8px, 3.5vw, 16px);
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0px;
}
.order_status .order_status_content .driver_content #modal_order_number::before {
  content: "№ ";
}
.order_status .order_status_content .driver_content .driver_photo_name {
  width: 100%;
  height: 50%;
  display: flex;
  gap: 5%;
  justify-content: flex-start;
  align-items: flex-start;
}
.order_status .order_status_content .driver_content .driver_photo_name .driver_name_status_content {
  width: 60vw;
  height: clamp(50px, 15vw, 60px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.order_status .order_status_content .driver_content .driver_photo_name .driver_name_status_content #modal_driver_name {
  font-family: "Nunito";
  font-size: clamp(6px, 4vw, 16px);
  color: #fdfdfd;
  font-weight: 700;
}
.order_status .order_status_content .driver_content .driver_photo_name .driver_name_status_content #modal_status {
  font-family: "Nunito";
  font-size: clamp(6px, 4vw, 16px);
  color: #0ddb17;
  font-weight: 700;
}
.order_status .order_status_content .driver_content .driver_car {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
}
.order_status .order_status_content .driver_content .driver_car .driver_car_content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  background: #e7e7e7;
  border-radius: 10px;
}
.order_status .order_status_content .driver_content .driver_car .driver_car_content .car_ico {
  width: 35%;
  padding: 0 0 20% 0;
  background: url("/media/icons/driver_car.png") center/cover no-repeat;
}
.order_status .order_status_content .driver_content .driver_car .driver_car_content .car_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.order_status .order_status_content .driver_content .driver_car .driver_car_content .car_info h3 {
  font-family: "Nunito";
  font-size: clamp(8px, 3.2vw, 16px);
  color: #646464;
  font-weight: 700;
}
.order_status .order_status_content .driver_content .driver_car .driver_car_content .car_info #modal_vehicle {
  white-space: nowrap;
  font-family: "Montserrat";
  font-size: clamp(6px, 3.4vw, 16px);
  color: #030303;
  font-weight: 600;
}
.order_status .order_status_content .driver_content .driver_car .driver_car_content .car_info #modal_number {
  white-space: nowrap;
  font-family: "Nunito";
  font-size: clamp(6px, 3vw, 16px);
  color: #050505;
  font-weight: 600;
  padding: 5px 7px;
  border-radius: 5px;
  border: 1px solid #080808;
}
.order_status .order_status_content .driver_content .customer_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.order_status .order_status_content .driver_content .customer_content .customer_title {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 600;
  color: rgba(43, 43, 43, 0.7411764706);
  text-align: right;
}
.order_status .order_status_content .driver_content .customer_content .customer_buttons {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.order_status .order_status_content .driver_content .customer_content .customer_buttons button {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  background-color: rgba(255, 255, 255, 0);
}
.order_status .order_status_content .driver_content .customer_content .customer_buttons button .icon {
  width: 60%;
  padding: 0 0 60% 0;
  border-radius: 50%;
}
.order_status .order_status_content .driver_content .customer_content .customer_buttons button .customer_pickup_icon {
  background: #d4d4d4 url("/media/icons/starss.png") center/45% no-repeat;
}
.order_status .order_status_content .driver_content .customer_content .customer_buttons button .customer_destination_icon {
  background: #d4d4d4 url("/media/icons/complain.png") center/45% no-repeat;
}
.order_status .order_status_content .driver_content .customer_content .customer_buttons button .customer_call_icon {
  background: #d4d4d4 url("/media/icons/telephone-call.png") center/45% no-repeat;
}
.order_status .order_status_content .driver_content .customer_content .customer_buttons button .customer_whatsapp_icon {
  background: #d4d4d4 url("/media/icons/whatsapp-1.png") center/45% no-repeat;
}
.order_status .order_status_content .driver_content .customer_content .customer_buttons button .text {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 600;
  color: rgba(20, 20, 20, 0.9098039216);
}
.order_status .order_status_content .finish_order_btn,
.order_status .order_status_content .cancell_order_btn {
  width: 70%;
  font-family: "Nunito";
  font-size: clamp(8px, 4vw, 18px);
  color: #ffffff;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 15px;
  transition: all 0.3s ease 0s;
}
.order_status .order_status_content .finish_order_btn {
  background-color: #1dac1d;
  height: clamp(25px, 13vw, 60px);
  margin-top: -15px;
  margin-bottom: 20px;
}
.order_status .order_status_content .cancell_order_btn_active {
  background-color: #be1d1d;
  display: flex;
  height: clamp(25px, 13vw, 60px);
  margin-top: -15px;
  margin-bottom: 20px;
}
.order_status .order_status_content .accordion {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  transition: all 0.3s ease 0s;
}
.order_status .order_status_content .accordion .accordion-item {
  border-bottom: 1px solid #eee;
  position: relative;
}
.order_status .order_status_content .accordion .accordion-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.order_status .order_status_content .accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em 1.2em 1.5em;
  cursor: pointer;
  background: #f5f5f5;
  transition: background 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.order_status .order_status_content .accordion .accordion-item .accordion-header:hover {
  background: #f5f5f5;
}
.order_status .order_status_content .accordion .accordion-item .accordion-header h3 {
  font-family: "Nunito";
  font-size: clamp(10px, 4vw, 20px);
  font-weight: 600;
  text-align: left;
  margin: 0;
  color: #0e0e0e;
  font-weight: 500;
}
.order_status .order_status_content .accordion .accordion-item .accordion-header .arrow {
  width: 22px;
  height: 22px;
  color: #007aff;
  transition: transform 0.3s ease;
}
.order_status .order_status_content .accordion .accordion-item .accordion-content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #f5f5f5;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}
.order_status .order_status_content .accordion .accordion-item .accordion-content .payment_buttons {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: clamp(30px, 12vw, 150px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.order_status .order_status_content .accordion .accordion-item .accordion-content .payment_buttons:focus, .order_status .order_status_content .accordion .accordion-item .accordion-content .payment_buttons:active {
  outline: none;
  box-shadow: none;
}
.order_status .order_status_content .accordion .accordion-item .accordion-content .payment_buttons:active {
  background-color: inherit;
  transform: none;
}
.order_status .order_status_content .accordion .accordion-item .accordion-content .payment_buttons.pressed {
  transform: none;
  background-color: #0e0e0e;
}
.order_status .order_status_content .accordion .accordion-item .accordion-content .payment_buttons p {
  color: #0c0c0c;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(10px, 3.6vw, 20px);
}
.order_status .order_status_content .accordion .accordion-item .accordion-content .active {
  background-color: #131313;
}
.order_status .order_status_content .accordion .accordion-item .accordion-content .active p {
  color: #fcfcfc;
}
.order_status .order_status_content .accordion .accordion-item input:checked ~ .accordion-header .arrow {
  transform: rotate(180deg);
}
.order_status .order_status_content .accordion .accordion-item input:checked ~ .accordion-content {
  max-height: clamp(60px, 30vw, 250px);
  padding: 0 0;
}
.order_status .order_status_content .accordion label:focus,
.order_status .order_status_content .accordion input:focus,
.order_status .order_status_content .accordion button:focus {
  outline: none;
  box-shadow: none;
}
.order_status .order_status_content .banks_link {
  width: 0px;
  height: 0px;
  display: flex;
  gap: 10px;
  overflow: scroll;
  scroll-snap-type: x mandatory;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-top: 10px;
  transition: width 0.3s ease 0s;
}
.order_status .order_status_content .banks_link::-webkit-scrollbar {
  width: 0;
}
.order_status .order_status_content .banks_link button {
  min-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 5;
}
.order_status .order_status_content .banks_link button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease 0s;
  z-index: 6;
}
.order_status .order_status_content .banks_link button .bank_name {
  position: relative;
  font-family: "Noto Sans";
  font-size: clamp(10px, 3vw, 16px);
  font-weight: 600;
  display: inline-block;
  z-index: 3;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
  color: #fff;
  z-index: 8;
}
.order_status .order_status_content .banks_link button .gradient {
  opacity: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.78) 0%, rgba(255, 255, 255, 0.15) 100%, rgba(255, 255, 255, 0) 13%);
  z-index: 7;
}
.order_status .order_status_content .active {
  width: 95%;
  height: clamp(20px, 20vw, 120px);
  transition: width 0.3s ease 0s;
}

.actives {
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: flex-start;
  z-index: 9998;
}

.taxi_drivers {
  z-index: 356;
  width: 50px;
  height: 50px;
  position: relative;
  margin-top: -25px;
  margin-left: -25px;
  /* Убираем отсюда любые трансформации поворота, они управляются из JS */
}
.taxi_drivers img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 357;
  /* Если капот машинки на исходной картинке смотрит НЕ вверх, 
     а например вправо, можно жестко скорректировать базовый угол здесь, 
     например: transform: rotate(90deg); */
}

.start_marker,
.start_marker_map,
.finish_marker_map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -170%);
  z-index: 5000;
}
.start_marker .content,
.start_marker_map .content,
.finish_marker_map .content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
}
.start_marker .content .img_container,
.start_marker_map .content .img_container,
.finish_marker_map .content .img_container {
  width: clamp(20px, 8vw, 100px);
  height: clamp(20px, 8vw, 100px);
  position: relative;
  background-color: #ffc60a;
  border-radius: 5px;
}
.start_marker .content .img_container img,
.start_marker_map .content .img_container img,
.finish_marker_map .content .img_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 100%;
}
.start_marker .content .start_text_content,
.start_marker_map .content .start_text_content,
.finish_marker_map .content .start_text_content {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease; /* Плавное появление */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease; /* Плавное появление */
  gap: 5px;
}
.start_marker .content .start_text_content p,
.start_marker_map .content .start_text_content p,
.finish_marker_map .content .start_text_content p {
  white-space: nowrap;
  font-family: "Nunito";
  color: rgb(31, 31, 31);
}
.start_marker .content .start_text_content .text_price,
.start_marker_map .content .start_text_content .text_price,
.finish_marker_map .content .start_text_content .text_price {
  font-size: clamp(10px, 3.3vw, 22px);
  font-weight: 600;
}
.start_marker .content .start_text_content .start_price,
.start_marker_map .content .start_text_content .start_price,
.finish_marker_map .content .start_text_content .start_price {
  font-size: clamp(10px, 3.5vw, 22px);
  font-weight: 700;
}
.start_marker .content .active,
.start_marker_map .content .active,
.finish_marker_map .content .active {
  padding: 0 5px 0px 8px;
  visibility: visible;
  width: auto; /* Или конкретное значение, например width: 100%; */
  height: auto; /* Или нужное значение */
  overflow: visible;
}
.start_marker .line,
.start_marker_map .line,
.finish_marker_map .line {
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
  width: 4px;
  height: 70%;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
}

.search-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 356;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 132, 255, 0.3);
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: pulse 1.5s infinite;
  display: block;
}
.search-wave::before, .search-wave::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 132, 255, 0.3);
  border: 1px solid #ffffff;
  animation: pulse 1.5s infinite;
}
.search-wave::before {
  animation-delay: 0.5s;
}
.search-wave::after {
  animation-delay: 1s;
}

.taxi_container {
  max-width: 768px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 51;
}
.taxi_container .maps {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 52;
}
.taxi_container .maps .marker {
  width: clamp(35px, 8vw, 100px);
  height: clamp(35px, 8vw, 100px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 355;
}
.taxi_container .maps .marker .marker_animate::after {
  animation: animMarker 0.4s ease-in-out infinite alternate;
}
.taxi_container .maps .marker .location_marker {
  width: 100%;
  height: 100%;
  display: block;
  margin: 20px auto;
  box-sizing: border-box;
  position: relative;
  top: -150%;
  left: 0%;
  transition: all 0.3s ease 0s;
}
.taxi_container .maps .marker .location_marker::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50% 50% 0;
  border: 12px solid red;
  transform: rotate(45deg) translate(0, 0);
  box-sizing: border-box;
}
.taxi_container .maps .marker .location_marker::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 150%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.842);
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.taxi_container .destination {
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 30%;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease 0s;
  z-index: 53;
  border-radius: 30px 30px 0 0;
  display: none;
}
.taxi_container .destination .back_btn2 {
  width: clamp(50px, 11vw, 100px);
  height: clamp(50px, 11vw, 100px);
  position: absolute;
  right: 85%;
  top: 0%;
  border-radius: 50%;
  transform: translateY(-120%);
  background-color: #fff;
}
.taxi_container .destination .back_btn2 img {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(-180deg);
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 100%;
}
.taxi_container .destination .destination_container {
  position: absolute;
  bottom: 0%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 0 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 15px 4% 25px 4%;
}
.taxi_container .destination .destination_container h2 {
  font-family: "Raleway";
  font-size: clamp(10px, 4.8vw, 22px);
  font-weight: 700;
  color: rgb(12, 12, 12);
  padding: 15px 0px;
}
.taxi_container .destination .destination_container .line {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #a1a1a1;
}
.taxi_container .destination .destination_container .text_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0px;
  gap: 0px;
}
.taxi_container .destination .destination_container .text_container .img_container {
  width: clamp(20px, 7.5vw, 100px);
  height: clamp(20px, 7.5vw, 100px);
  position: relative;
}
.taxi_container .destination .destination_container .text_container .img_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxi_container .destination .destination_container .text_container .img_container .right_arrow {
  width: 40%;
}
.taxi_container .destination .destination_container .text_container .destination_text {
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 600;
  color: rgb(31, 31, 31);
  margin-left: 10px;
}
.taxi_container .destination .destination_container .ok_destination {
  width: 100%;
  margin: 0 auto;
  height: clamp(50px, 11vw, 120px);
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 700;
  color: rgb(31, 31, 31);
  background-color: #41c527;
  border-radius: 15px;
}
.taxi_container .order_taxi {
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease 0s;
  z-index: 53;
  display: flex;
}
.taxi_container .order_taxi .slider_btn {
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 12%;
  height: 5px;
  background-color: #aaaaaa;
  border-radius: 8px;
  z-index: 6;
}
.taxi_container .order_taxi .my_location_btn {
  width: clamp(50px, 11vw, 100px);
  height: clamp(50px, 11vw, 100px);
  position: absolute;
  left: 85%;
  top: 0%;
  border-radius: 50%;
  transform: translateY(-120%);
}
.taxi_container .order_taxi .my_location_btn img {
  position: absolute;
  top: 55%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 90%;
}
.taxi_container .order_taxi .end_point {
  position: absolute;
  bottom: 0%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 0 0;
  display: flex;
  gap: 25px;
  flex-direction: column;
  padding: 15px 0 25px 0;
}
.taxi_container .order_taxi .end_point .location_points {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  gap: 12px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.taxi_container .order_taxi .end_point .location_points .line {
  width: 92%;
  margin: 0 auto;
  border-top: 1px solid #a1a1a1;
}
.taxi_container .order_taxi .end_point .location_points .point_a,
.taxi_container .order_taxi .end_point .location_points .point_b {
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.taxi_container .order_taxi .end_point .location_points .point_a .icon,
.taxi_container .order_taxi .end_point .location_points .point_b .icon {
  width: clamp(20px, 7.5vw, 100px);
  height: clamp(20px, 7.5vw, 100px);
  position: relative;
}
.taxi_container .order_taxi .end_point .location_points .point_a .icon img,
.taxi_container .order_taxi .end_point .location_points .point_b .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxi_container .order_taxi .end_point .location_points .point_a .search_location1_animation,
.taxi_container .order_taxi .end_point .location_points .point_b .search_location1_animation {
  display: none;
  width: 78%;
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 600;
  color: rgb(31, 31, 31);
  padding: 5px 10px;
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  animation: pulseText 1.2s ease-in-out infinite;
}
.taxi_container .order_taxi .end_point .location_points .point_a .search_location1_animation::after,
.taxi_container .order_taxi .end_point .location_points .point_b .search_location1_animation::after {
  content: "";
  animation: dots 1.2s steps(3, end) infinite;
}
@keyframes pulseText {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
.taxi_container .order_taxi .end_point .location_points .point_a .search_location1,
.taxi_container .order_taxi .end_point .location_points .point_b .search_location1 {
  display: block;
}
.taxi_container .order_taxi .end_point .location_points .point_a input,
.taxi_container .order_taxi .end_point .location_points .point_b input {
  width: 78%;
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 600;
  color: rgb(31, 31, 31);
  padding: 5px 10px;
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
}
.taxi_container .order_taxi .end_point .location_points .point_a .map_1,
.taxi_container .order_taxi .end_point .location_points .point_a .map_2,
.taxi_container .order_taxi .end_point .location_points .point_b .map_1,
.taxi_container .order_taxi .end_point .location_points .point_b .map_2 {
  font-family: "Arial";
  font-size: clamp(10px, 3.2vw, 22px);
  font-weight: 400;
  color: rgb(65, 65, 65);
  background: rgba(0, 0, 0, 0);
}
.taxi_container .order_taxi .end_point .geolocation_a {
  width: 92%;
  margin: 0 auto;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  background-color: #dbdbdb;
  border-radius: 15px;
}
.taxi_container .order_taxi .end_point .geolocation_a .text {
  font-family: "Raleway";
  font-size: clamp(10px, 3.8vw, 22px);
  font-weight: 500;
  color: rgb(12, 12, 12);
}
.taxi_container .order_taxi .end_point .geolocation_a .icon {
  width: clamp(10px, 4.5vw, 50px);
  height: clamp(10px, 4%, 50px);
  position: absolute;
  top: 50%;
  left: 88%;
  transform: translate(0%, -50%);
  border-radius: 50%;
}
.taxi_container .order_taxi .end_point .geolocation_a .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxi_container .order_taxi .end_point .logo_container {
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 15px;
  margin-top: -10px;
}
.taxi_container .order_taxi .end_point .logo_container .logo_img {
  width: clamp(50px, 11vw, 100px);
  height: clamp(50px, 11vw, 100px);
  position: relative;
}
.taxi_container .order_taxi .end_point .logo_container .logo_img img {
  position: absolute;
  top: 55%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxi_container .order_taxi .end_point .logo_container .logo_text {
  font-family: "Nunito";
  font-size: clamp(10px, 6vw, 22px);
  font-weight: 700;
  color: rgb(31, 31, 31);
}
.taxi_container .order_taxi .end_point .end_point_btn {
  width: 92%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  background-color: #dbdbdb;
  border-radius: 15px;
}
.taxi_container .order_taxi .end_point .end_point_btn .text {
  font-family: "Raleway";
  font-size: clamp(10px, 3.8vw, 22px);
  font-weight: 600;
  color: rgb(12, 12, 12);
}
.taxi_container .order_taxi .end_point .end_point_btn .icon {
  width: clamp(10px, 3.5vw, 50px);
  height: clamp(10px, 3.5vw, 50px);
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(0%, -50%);
  border-radius: 50%;
}
.taxi_container .order_taxi .end_point .end_point_btn .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxi_container .order_taxi .end_point .old_point {
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
}
.taxi_container .order_taxi .end_point .old_point .point_one,
.taxi_container .order_taxi .end_point .old_point .street-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.taxi_container .order_taxi .end_point .old_point .point_one .location_icon,
.taxi_container .order_taxi .end_point .old_point .street-item .location_icon {
  width: clamp(20px, 10vw, 80px);
  height: clamp(20px, 10vw, 80px);
  position: relative;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
}
.taxi_container .order_taxi .end_point .old_point .point_one .location_icon img,
.taxi_container .order_taxi .end_point .old_point .street-item .location_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 80%;
}
.taxi_container .order_taxi .end_point .old_point .point_one .text,
.taxi_container .order_taxi .end_point .old_point .street-item .text {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.taxi_container .order_taxi .end_point .old_point .point_one .text h3,
.taxi_container .order_taxi .end_point .old_point .street-item .text h3 {
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 700;
  color: rgb(31, 31, 31);
}
.taxi_container .order_taxi .end_point .old_point .point_one .text p,
.taxi_container .order_taxi .end_point .old_point .street-item .text p {
  font-family: "Arial";
  font-size: clamp(10px, 3.5vw, 22px);
  font-weight: 400;
  color: rgb(65, 65, 65);
}
.taxi_container .order_taxi .end_point .old_point .point_one .time_to_point,
.taxi_container .order_taxi .end_point .old_point .street-item .time_to_point {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Arial";
  font-size: clamp(10px, 3.2vw, 22px);
  font-weight: 400;
  color: rgb(65, 65, 65);
}
.taxi_container .order_taxi .end_point .old_point .street-item .location_icon img {
  width: 60%;
}
.taxi_container .taxi_go {
  position: fixed;
  bottom: 0%;
  width: 100%;
  min-height: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 15px 0 15px 0;
  transition: all 0.3s ease 0s;
  z-index: 53;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  display: none;
}
.taxi_container .taxi_go .back_btn {
  width: clamp(50px, 11vw, 100px);
  height: clamp(50px, 11vw, 100px);
  position: absolute;
  right: 85%;
  top: 0%;
  border-radius: 50%;
  transform: translateY(-120%);
  background-color: #fff;
}
.taxi_container .taxi_go .back_btn img {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(-180deg);
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 100%;
}
.taxi_container .taxi_go .point_go {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.taxi_container .taxi_go .point_go .line {
  width: 92%;
  margin: 0 auto;
  border-top: 1px solid #a1a1a1;
}
.taxi_container .taxi_go .point_go .point_a_go,
.taxi_container .taxi_go .point_go .point_b_go {
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.taxi_container .taxi_go .point_go .point_a_go .icon,
.taxi_container .taxi_go .point_go .point_b_go .icon {
  width: clamp(20px, 7.5vw, 100px);
  height: clamp(20px, 7.5vw, 100px);
  position: relative;
}
.taxi_container .taxi_go .point_go .point_a_go .icon img,
.taxi_container .taxi_go .point_go .point_b_go .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxi_container .taxi_go .point_go .point_a_go input,
.taxi_container .taxi_go .point_go .point_b_go input {
  width: 88%;
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 600;
  color: rgb(31, 31, 31);
  padding: 5px 10px;
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
}
.taxi_container .taxi_go .point_go .point_a_go .map_1,
.taxi_container .taxi_go .point_go .point_a_go .map_2,
.taxi_container .taxi_go .point_go .point_b_go .map_1,
.taxi_container .taxi_go .point_go .point_b_go .map_2 {
  font-family: "Arial";
  font-size: clamp(10px, 3.2vw, 22px);
  font-weight: 400;
  color: rgb(65, 65, 65);
  background: rgba(0, 0, 0, 0);
}
.taxi_container .search_taxi_driver {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}
.taxi_container .search_taxi_driver .text {
  text-wrap: nowrap;
  font-family: sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.taxi_container .search_taxi_driver .dots {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.taxi_container .search_taxi_driver .dots span {
  width: 12px;
  height: 12px;
  background: #fcbf49;
  border-radius: 50%;
  animation: blink 1.4s infinite both;
}
.taxi_container .search_taxi_driver .dots span:nth-child(1) {
  animation-delay: 0s;
}
.taxi_container .search_taxi_driver .dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.taxi_container .search_taxi_driver .dots span:nth-child(3) {
  animation-delay: 0.4s;
}
.taxi_container .search_taxi_driver .wave {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #fcbf49, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0px;
  animation: slide 2s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 0.2;
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.taxi_container .taxi_setup {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 6;
}
.taxi_container .taxi_setup .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  margin: 0 auto;
  gap: 15px;
  position: relative;
}
.taxi_container .taxi_setup .buttons button {
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 600;
  color: rgb(31, 31, 31);
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4196078431);
  transition: all 0.3s ease 0s;
}
.taxi_container .taxi_setup .buttons .active {
  background-color: #242424;
  color: #fff;
}
.taxi_container .taxi_setup .buttons .distance,
.taxi_container .taxi_setup .buttons .duration {
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 600;
  color: rgb(31, 31, 31);
}
.taxi_container .taxi_setup .buttons .duration::after {
  content: " мин";
}
.taxi_container .taxi_setup .buttons .distance::after {
  content: " км";
}
.taxi_container .taxi_setup .taxi_category_setup {
  width: 100%;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery {
  height: clamp(60px, 30vw, 250px);
  display: flex;
  gap: 12px;
  overflow: scroll;
  scroll-snap-type: x mandatory;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-top: 20px;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery::-webkit-scrollbar {
  display: none;
  width: 0;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .taxi_category,
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .delivery_category {
  min-width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  opacity: 60%;
  transition: all 0.3s ease 0s;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .taxi_category .img-container,
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .delivery_category .img-container {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 5;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .taxi_category .img-container img,
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .delivery_category .img-container img {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease 0s;
  z-index: 6;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .taxi_category .img-container .category_name,
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .delivery_category .img-container .category_name {
  font-family: "Nunito";
  font-size: clamp(10px, 3.9vw, 22px);
  font-weight: 600;
  color: rgb(31, 31, 31);
  position: relative;
  display: inline-block;
  z-index: 3;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #0a0a0a;
  z-index: 8;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .taxi_category .img-container .price,
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .delivery_category .img-container .price {
  font-family: "Nunito";
  font-size: clamp(10px, 4.1vw, 22px);
  font-weight: 700;
  color: rgb(31, 31, 31);
  position: relative;
  display: block;
  z-index: 3;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #080808;
  z-index: 8;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .active {
  opacity: 100%;
  border: 1px solid #474747;
  border-radius: 10px;
}
.taxi_container .taxi_setup .taxi_category_setup .taxi_category_setup_gallery .delivery_category {
  display: none;
}
.taxi_container .order_taxi_go {
  background-color: #ffdd00;
  font-family: "Nunito";
  font-size: clamp(10px, 4.1vw, 22px);
  font-weight: 700;
  color: rgb(31, 31, 31);
  width: 60%;
  height: clamp(15px, 13vw, 50px);
  border-radius: 20px;
}
.taxi_container .order_taxi_cancel {
  background-color: #b82c2c;
  font-family: "Nunito";
  font-size: clamp(10px, 4.1vw, 22px);
  font-weight: 700;
  color: rgb(253, 253, 253);
  width: 60%;
  height: clamp(15px, 13vw, 50px);
  border-radius: 20px;
}

/* Контейнер модального окна (задний фон) */
.cancel-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: flex-end; /* Окно прижато к низу экрана как в Яндекс/Uber */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cancel-modal.active {
  opacity: 1;
  visibility: visible;
}

/* Контент модалки (выезжающая шторка) */
.cancel-modal-content {
  width: 100%;
  background-color: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 20px 24px 34px 24px; /* Отступ снизу больше для удобства на iPhone */
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.1, 0.76, 0.55, 0.94);
  max-height: 85vh;
  overflow-y: auto;
}

.cancel-modal.active .cancel-modal-content {
  transform: translateY(0);
}

/* Полоска сверху модалки (эффект шторки) */
.modal-drag-handle {
  width: 40px;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  margin: 0 auto 15px auto;
}

.cancel-modal-header h3 {
  font-family: "Nunito";
  font-size: clamp(10px, 4.5vw, 22px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-align: center;
}

.cancel-modal-header p {
  font-family: "Nunito";
  font-size: clamp(10px, 3.5vw, 14px);
  font-weight: 700;
  color: #757575;
  margin-bottom: 24px;
  text-align: center;
}

/* Стилизация списка причин */
.cancel-reasons-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.reason-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  position: relative;
}

.reason-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.reason-text {
  color: #333333;
  font-family: "Nunito";
  font-size: clamp(10px, 3.8vw, 16px);
  font-weight: 500;
}

/* Кастомные радио-чекбоксы */
.reason-checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.reason-item input[type=radio]:checked ~ .reason-checkmark {
  border-color: #ff3b30; /* Цвет отмены (красный) */
  background-color: #ff3b30;
}

.reason-item input[type=radio]:checked ~ .reason-checkmark::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* Текстовое поле для своей причины */
.custom-reason-input {
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-family: "Nunito";
  font-size: clamp(10px, 3.8vw, 14px);
  resize: none;
  outline: none;
  transition: border-color 0.2s ease;
}

.custom-reason-input:focus {
  border-color: #ff3b30;
}

.hidden {
  display: none !important;
}

/* Кнопки действий */
.cancel-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-confirm-cancel {
  width: 100%;
  background-color: #ff3b30;
  color: #ffffff;
  border: none;
  padding: 16px;
  border-radius: 14px;
  font-family: "Nunito";
  font-size: clamp(10px, 4vw, 18px);
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-confirm-cancel:hover {
  background-color: #e03128;
}

.btn-back-to-order {
  width: 100%;
  background-color: #f5f5f5;
  color: #424242;
  border: none;
  padding: 16px;
  border-radius: 14px;
  font-family: "Nunito";
  font-size: clamp(10px, 4vw, 18px);
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-back-to-order:hover {
  background-color: #eeeeee;
}/*# sourceMappingURL=taxi_del.css.map */