@charset "UTF-8";
.map-aside-footer .taxi {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.map-aside-footer .taxi .pre__order {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px;
}
.map-aside-footer .taxi .pre__order .btn__group {
  display: flex;
  gap: 16px;
}
.map-aside-footer .taxi .pre__order .btn__group .icon {
  box-shadow: 0px 4px 10px rgba(3, 168, 104, 0.2);
}
.map-aside-footer .taxi .pre__order .btn__group .icon svg,
.map-aside-footer .taxi .pre__order .btn__group .icon img {
  width: 24px;
  height: 24px;
}
.map-aside-footer .taxi .pre__order .btn__group .btns {
  width: 100%;
  display: flex;
}
.map-aside-footer .taxi .pre__order .btn__group .btn {
  border: none;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
  width: 100%;
}
.map-aside-footer .taxi .pre__order .btn__group .btn__success {
  background-color: #03a868;
  color: #fff;
}
.map-aside-footer .taxi .pre__order .btn__group .btn__success svg path {
  fill: #fff;
}
.map-aside-footer .taxi .content {
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.map-aside-footer .taxi__price-add {
  height: 56px;
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.map-aside-footer .taxi__price-add button {
  background-color: transparent;
  border: none;
  width: 40px;
  cursor: pointer;
}
.map-aside-footer .taxi__price-add button svg {
  width: 24px;
  height: 24px;
}
.map-aside-footer .taxi__price-add .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.map-aside-footer .taxi__price-add .price span {
  color: #03a868;
  font-size: 12px;
}
.map-aside-footer .taxi__price-add .price strong {
  font-size: 18px;
  color: #777;
}
.map-aside-footer .taxi__order-info {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}
.map-aside-footer .taxi__order-info .btn__group {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.map-aside-footer .taxi__order-info .btn__group .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
}
.map-aside-footer .taxi__order-info .btn__group .item.payment_type svg rect {
  fill: #777;
  stroke: #777;
}
.map-aside-footer .taxi__order-info .btn__group .item.active .icon svg path, .map-aside-footer .taxi__order-info .btn__group .item:hover .icon svg path {
  stroke: #03a868;
}
.map-aside-footer .taxi__order-info .btn__group .item.active .icon svg rect,
.map-aside-footer .taxi__order-info .btn__group .item.active .icon svg circle, .map-aside-footer .taxi__order-info .btn__group .item:hover .icon svg rect,
.map-aside-footer .taxi__order-info .btn__group .item:hover .icon svg circle {
  fill: #03a868;
}
.map-aside-footer .taxi__order-info .btn__group .item.active span, .map-aside-footer .taxi__order-info .btn__group .item:hover span {
  color: #03a868;
}
.map-aside-footer .taxi__order-info .btn__group .item.active.payment_type svg rect, .map-aside-footer .taxi__order-info .btn__group .item:hover.payment_type svg rect {
  stroke: #03a868;
}
.map-aside-footer .taxi__order-info .dropdown__sub .item {
  display: none;
  margin-top: 8px;
  border-top: 1px solid #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px -2px 10px inset;
}
.map-aside-footer .taxi__order-info .dropdown__sub .comment textarea {
  width: 100%;
  padding: 8px 16px;
  border: none;
  font-size: 14px;
  height: 120px;
  resize: none;
}
.map-aside-footer .taxi__order-info .dropdown__sub .payment ul li {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.map-aside-footer .taxi__order-info .dropdown__sub .payment ul li .icon {
  height: 24px;
}
.map-aside-footer .taxi__order-info .dropdown__sub .payment ul li .icon svg rect {
  fill: #777;
  stroke: #777;
}
.map-aside-footer .taxi__order-info .dropdown__sub .payment ul li span {
  font-size: 12px;
  font-weight: bold;
  color: #777;
}
.map-aside-footer .taxi__order-info .dropdown__sub .payment ul li.active {
  background-color: #f2f9ff;
}
.map-aside-footer .taxi__order-info .dropdown__sub .payment ul li.active span {
  color: #03a868;
}
.map-aside-footer .taxi__order-info .dropdown__sub .payment ul li.active .icon svg rect {
  fill: #03a868;
  stroke: #03a868;
}
.map-aside-footer .taxi__order-info .dropdown__sub .wish {
  max-height: 285px;
  overflow: auto;
}
.map-aside-footer .taxi__order-info .dropdown__sub .wish ul li {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  color: #777;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.map-aside-footer .taxi__order-info .dropdown__sub .wish ul li:hover {
  background-color: #f2f9ff;
}
.map-aside-footer .taxi__order-info .dropdown__sub .wish ul li .title p {
  font-size: 16px;
}
.map-aside-footer .taxi__order-info .dropdown__sub .wish ul li .title span {
  font-size: 12px;
}
.map-aside-footer .taxi__order-type {
  display: block;
}
.map-aside-footer .taxi__order-type ul li .item {
  display: flex;
  gap: 16px;
  padding: 0 16px;
  align-items: center;
  color: #777;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.map-aside-footer .taxi__order-type ul li .item:hover {
  background-color: #f2f9ff;
}
.map-aside-footer .taxi__order-type ul li .item .icon {
  padding: 8px;
}
.map-aside-footer .taxi__order-type ul li .item .icon svg {
  width: 32px;
  height: 32px;
}
.map-aside-footer .taxi__order-type ul li .item .icon svg path {
  fill: #777;
}
.map-aside-footer .taxi__order-type ul li .item .error__msg {
  font-size: 12px;
  color: #f95003;
  display: none;
}
.map-aside-footer .taxi__order-type ul li .item .error .error__msg {
  display: block;
}
.map-aside-footer .taxi__order-type ul li.active {
  background-color: #f2f9ff;
}
.map-aside-footer .taxi__order-type ul li.active .item {
  color: #03a868;
}
.map-aside-footer .taxi__order-type ul li.active .item .icon svg path {
  fill: #03a868;
}
.map-aside-footer .taxi__order-type ul li .dropdown__sub {
  display: none;
}
.map-aside-footer .taxi__order-class, .map-aside-footer .taxi__car-class {
  display: none;
}
.map-aside-footer .taxi__order-class ul li, .map-aside-footer .taxi__car-class ul li {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  gap: 16px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.map-aside-footer .taxi__order-class ul li:hover, .map-aside-footer .taxi__car-class ul li:hover {
  background-color: #f2f9ff;
}
.map-aside-footer .taxi__order-class ul li .icon, .map-aside-footer .taxi__car-class ul li .icon {
  width: 36px;
  height: 36px;
}
.map-aside-footer .taxi__order-class ul li .type, .map-aside-footer .taxi__car-class ul li .type {
  font-weight: bold;
  width: 100%;
}
.map-aside-footer .taxi__order-class ul li .price, .map-aside-footer .taxi__car-class ul li .price {
  font-weight: bold;
  color: #03a868;
  width: 60px;
}
.map-aside-footer .taxi__order-class ul li .arrow, .map-aside-footer .taxi__car-class ul li .arrow {
  rotate: 90deg;
}
.map-aside-footer .taxi__order-class ul li .arrow svg, .map-aside-footer .taxi__car-class ul li .arrow svg {
  width: 20px;
  height: 20px;
}
.map-aside-footer .taxi__order-class ul li .arrow svg path, .map-aside-footer .taxi__car-class ul li .arrow svg path {
  fill: #777;
}
.map-aside-footer .taxi__order-class ul li .square, .map-aside-footer .taxi__car-class ul li .square {
  height: 16px;
  width: 100%;
  max-width: 16px;
  border: 1px solid #03a868;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-aside-footer .taxi__order-class ul li.active, .map-aside-footer .taxi__car-class ul li.active {
  background-color: #f2f9ff;
  color: #03a868;
}
.map-aside-footer .taxi__order-class ul li.active .square::before, .map-aside-footer .taxi__car-class ul li.active .square::before {
  content: "✓";
  font-weight: bold;
}
.map-aside-footer .taxi__car-class ul li.active {
  display: flex;
}
.map-aside-footer .taxi__car-class ul li .price {
  color: #f95003;
}
.map-aside-footer .taxi .drivers .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  color: #777;
  border-bottom: 1px solid #f0f0f0;
}
.map-aside-footer .taxi .drivers .top .icon {
  height: 24px;
  cursor: pointer;
}
.map-aside-footer .taxi .drivers .top .icon svg path {
  fill: #777;
}
.map-aside-footer .taxi .drivers .top .back svg {
  rotate: 180deg;
}
.map-aside-footer .taxi .drivers__list .driver__item {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.map-aside-footer .taxi .drivers__list .driver__item .pfrofile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.map-aside-footer .taxi .drivers__list .driver__item .pfrofile .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.map-aside-footer .taxi .drivers__list .driver__item .info {
  display: flex;
  flex-direction: column;
  color: #777;
  justify-content: center;
  gap: 6px;
}
.map-aside-footer .taxi .drivers__list .driver__item .info p {
  color: #333;
}
.map-aside-footer .taxi .drivers__list .driver__item .info .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.map-aside-footer .taxi .drivers__list .driver__item .info .comments {
  font-size: 12px;
}
.map-aside-footer .taxi .drivers__list .driver__item .price__info {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 8px;
}
.map-aside-footer .taxi .drivers__list .driver__item .price__info .class {
  color: #03a868;
  font-size: 12px;
}
.map-aside-footer .taxi .drivers__list .driver__item .price__info .price {
  color: #f95003;
  font-weight: bold;
  text-align: right;
  font-size: 16px;
}
.map-aside-footer .taxi .drivers__list .driver__item .price__info .distance {
  text-align: right;
  font-size: 12px;
  color: #777;
  font-weight: bold;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile,
.map-aside-footer .taxi .drivers .driver__single .driver__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile .avatar,
.map-aside-footer .taxi .drivers .driver__single .driver__profile .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile .info,
.map-aside-footer .taxi .drivers .driver__single .driver__profile .info {
  display: flex;
  flex-direction: column;
  color: #777;
  justify-content: center;
  gap: 4px;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile .info p,
.map-aside-footer .taxi .drivers .driver__single .driver__profile .info p {
  color: #333;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile .info .rating,
.map-aside-footer .taxi .drivers .driver__single .driver__profile .info .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile .info .comments,
.map-aside-footer .taxi .drivers .driver__single .driver__profile .info .comments {
  font-size: 12px;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile .right,
.map-aside-footer .taxi .drivers .driver__single .driver__profile .right {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 8px;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile .right .class,
.map-aside-footer .taxi .drivers .driver__single .driver__profile .right .class {
  color: #03a868;
  font-size: 12px;
}
.map-aside-footer .taxi .drivers .driver__single .car__profile .right .price,
.map-aside-footer .taxi .drivers .driver__single .driver__profile .right .price {
  color: #f95003;
  font-weight: bold;
  text-align: right;
  font-size: 16px;
}
.map-aside-footer .taxi .drivers .driver__single .driver__profile .info span {
  font-size: 12px;
}
.map-aside-footer .taxi .drivers .driver__single .driver__profile .phone {
  background-color: #03a868;
  padding: 8px 12px;
  padding-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 10px rgba(3, 168, 104, 0.2);
}
.map-aside-footer .taxi .drivers .driver__single .driver__profile .phone:hover {
  background-color: #038f58;
}
.map-aside-footer .taxi .drivers .driver__single .driver__info .comment {
  padding: 16px;
}
.map-aside-footer .taxi .drivers .driver__single .driver__info .comment span {
  font-size: 12px;
  color: #03a868;
}
.map-aside-footer .taxi .drivers .driver__single .driver__info .comment p {
  color: #777;
  margin-top: 16px;
}
.map-aside-footer .taxi__order-phone,
.map-aside-footer .phone__number {
  display: flex;
}
.map-aside-footer .taxi__order-phone label,
.map-aside-footer .phone__number label {
  width: 100%;
}
.map-aside-footer .taxi__order-phone label::before,
.map-aside-footer .phone__number label::before {
  background: transparent;
}
.map-aside-footer .taxi__order-phone input,
.map-aside-footer .phone__number input {
  padding: 0 16px;
  width: 100%;
  height: 52px;
  border: none;
  font-size: 16px;
}
.map-aside-footer .taxi__order-phone .input__focus::before,
.map-aside-footer .phone__number .input__focus::before {
  top: 7px;
}
.map-aside-footer label.checkbox {
  position: relative;
  min-width: 38px;
  height: 22px;
  border-radius: 18px;
  padding: 0;
  margin-left: auto;
  display: flex;
}
.map-aside-footer label.checkbox.input__focus::before {
  display: none;
}
.map-aside-footer label.checkbox .slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border: 1px solid #bfbfbf;
}
.map-aside-footer label.checkbox .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #bfbfbf;
  transition: 0.4s;
  border-radius: 50%;
}
.map-aside-footer label.checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
}
.map-aside-footer label.checkbox input:checked + .slider:before {
  transform: translateX(16px);
  background-color: #03a868;
}

.taxi__orders .orders .item {
  display: flex;
  padding: 16px;
  gap: 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.taxi__orders .orders .item:hover {
  background-color: #f2f9ff;
}
.taxi__orders .orders .item .avatar {
  display: flex;
  align-items: center;
}
.taxi__orders .orders .item .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.taxi__orders .orders .item .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.taxi__orders .orders .item .info .class {
  color: #03a868;
  font-size: 12px;
}
.taxi__orders .orders .item .info .number {
  font-size: 12px;
  color: #777;
}
.taxi__orders .orders .item .no_driver {
  padding: 16px 0;
}
.taxi__orders .orders .item .no_driver p {
  color: #777;
}
.taxi__orders .orders .item .right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
}
.taxi__orders .orders .item .right .time {
  font-size: 12px;
  color: #777;
}
.taxi__orders .orders .item .right .price {
  font-weight: bold;
  color: #f95003;
}
.taxi__orders .order__show .header {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.taxi__orders .order__show .header .icon {
  rotate: 180deg;
  cursor: pointer;
}
.taxi__orders .order__show .header .info span {
  font-size: 12px;
  color: #03a868;
}
.taxi__orders .order__show .header .info p {
  color: #777;
}
.taxi__orders .order__show .header .info i {
  font-style: normal;
}
.taxi__orders .order__show .content .address .item {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.taxi__orders .order__show .content .address .item span {
  color: #03a868;
  font-size: 12px;
}
.taxi__orders .order__show .content .car,
.taxi__orders .order__show .content .driver,
.taxi__orders .order__show .content .no_driver {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
  gap: 16px;
}
.taxi__orders .order__show .content .car .avatar img,
.taxi__orders .order__show .content .driver .avatar img,
.taxi__orders .order__show .content .no_driver .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.taxi__orders .order__show .content .car .info,
.taxi__orders .order__show .content .driver .info,
.taxi__orders .order__show .content .no_driver .info {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.taxi__orders .order__show .content .car .info span,
.taxi__orders .order__show .content .driver .info span,
.taxi__orders .order__show .content .no_driver .info span {
  font-size: 12px;
  color: #777;
}
.taxi__orders .order__show .content .car .info strong,
.taxi__orders .order__show .content .driver .info strong,
.taxi__orders .order__show .content .no_driver .info strong {
  color: #03a868;
  font-size: 12px;
  font-weight: normal;
}
.taxi__orders .order__show .content .no_driver {
  padding: 24px 16px;
  color: #777;
}
.taxi__orders .order__show .content .comment {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.taxi__orders .order__show .content .comment span {
  font-size: 12px;
  color: #03a868;
}
.taxi__orders .order__show .content .comment p {
  margin-top: 8px;
  color: #777;
}
.taxi__orders .order__show .btn__group {
  padding: 16px;
  display: flex;
}
.taxi__orders .order__show .btn__group button {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background-color: #03a868;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.taxi__orders .order__show .btn__group button:hover {
  background-color: #038f58;
}

.infoWindowTaxi .driver__item {
  cursor: pointer;
}
.infoWindowTaxi .pfrofile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.infoWindowTaxi .pfrofile .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.infoWindowTaxi .info {
  display: flex;
  flex-direction: column;
  color: #777;
  justify-content: center;
  gap: 6px;
}
.infoWindowTaxi .info p {
  color: #333;
}
.infoWindowTaxi .info .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.infoWindowTaxi .info .comments {
  font-size: 12px;
}
.infoWindowTaxi .price__info {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 8px;
}
.infoWindowTaxi .price__info .class {
  color: #03a868;
  font-size: 12px;
}
.infoWindowTaxi .price__info .price {
  color: #f95003;
  font-weight: bold;
  text-align: right;
  font-size: 16px;
}
.infoWindowTaxi .price__info .distance {
  text-align: right;
  font-size: 12px;
  color: #777;
  font-weight: bold;
}

.taxi__modal {
  position: fixed;
  top: 150px;
  left: 50%;
  width: calc(100% - 32px);
  max-width: 380px;
  min-width: 320px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 5;
  display: none;
  flex-direction: column;
  align-items: center;
}
.taxi__modal .icon svg {
  width: 64px;
  height: 64px;
}
.taxi__modal .icon svg path {
  fill: #03a868;
}
.taxi__modal .text {
  margin-bottom: 16px;
  color: #777;
  text-align: center;
}
.taxi__modal .btn__group {
  display: flex;
  justify-content: center;
}
.taxi__modal .btn__group .btn {
  padding: 12px 24px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
.taxi__modal .btn__group .btn__default {
  color: #777;
  border: 1px solid #777;
}
.taxi__modal .btn__group .btn__default:hover {
  background-color: #f7f7f7;
}
.taxi__modal .score__total-error {
  color: #f95003;
  font-size: 12px;
  padding-bottom: 6px;
  font-weight: bold;
  text-align: center;
}
.taxi__modal-over {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  left: 0;
  top: 0;
}

@media only screen and (max-device-width: 584px) {
  .map-aside-footer {
    margin: 0 !important;
  }
  .map-aside-footer .taxi {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
  }
  .map-aside-footer .taxi__order-type ul li {
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .map-aside-footer .taxi .content {
    display: flex;
    flex-direction: column-reverse;
    max-height: calc(100vh - 230px);
  }
  .changer .items .thumb.car {
    left: 32px !important;
  }
}
.modal__close-order .modal__form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  padding: 16px;
  background-color: #fff;
  height: fit-content;
  border-radius: 5px;
}
.modal__close-order .modal__form-title {
  text-align: center;
  padding: 16px;
  font-weight: bold;
  color: #777;
}
.modal__close-order .modal__form-content h3 {
  text-align: center;
  padding: 16px;
  color: #f95003;
}
.modal__close-order .modal__form-content .stars {
  margin-bottom: 32px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.modal__close-order .modal__form-content .stars .error {
  margin-top: 16px;
  font-size: 12px;
  background-color: #f95003;
  padding: 6px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  width: max-content;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}
.modal__close-order .modal__form-content .stars .error::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #f95003;
  left: 50%;
  transform: translateX(-10px);
  top: 0;
  rotate: 45deg;
  border-radius: 4px;
}
.modal__close-order .modal__form-content .stars .elements {
  display: flex;
  justify-content: center;
}
.modal__close-order .modal__form-content .stars .elements li {
  padding: 0 8px;
  cursor: pointer;
}
.modal__close-order .modal__form-content .stars .elements li.selected svg path {
  fill: #03a868;
}
.modal__close-order .modal__form-content .stars .elements svg {
  width: 32px;
  height: 32px;
}
.modal__close-order .modal__form-content .stars .elements svg path {
  fill: #ccc;
}
.modal__close-order .modal__form-content .stars .elements .ratings_over svg {
  stroke: #03a868;
}
.modal__close-order .modal__form-content .stars .elements .ratings_over svg path {
  fill: #ccc !important;
}
.modal__close-order .modal__form-content .payment_sum {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 14px;
  font-weight: bold;
}
.modal__close-order .modal__form-content .rating {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  top: 140px;
  left: 100px;
}
.modal__close-order .modal__form-content .form__group {
  display: flex;
  flex-direction: column;
}
.modal__close-order .modal__form-content .form__group label {
  font-size: 12px;
  color: #777;
  font-weight: bold;
  padding-bottom: 8px;
}
.modal__close-order .modal__form-content .form__group input[type=number] {
  height: 42px;
  border-radius: 5px;
  margin: 8px 0;
  padding: 16px;
  border: 1px solid #f0f0f0;
}
.modal__close-order .modal__form-content .form__group input[type=checkbox] {
  height: 32px;
  width: 32px;
}
.modal__close-order .modal__form-content .form__group textarea {
  padding: 8px;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  height: 90px;
  resize: none;
}
.modal__close-order .modal__form-content .from__list .form__group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px;
}
.modal__close-order .modal__form-content .from__list .container {
  display: flex;
  position: relative;
  padding: 0;
  padding-left: 32px;
  margin-bottom: 12px;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  font-weight: bold;
}
.modal__close-order .modal__form-content .from__list .container i {
  font-style: normal;
}
.modal__close-order .modal__form-content .from__list .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal__close-order .modal__form-content .from__list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.modal__close-order .modal__form-content .from__list .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.modal__close-order .modal__form-content .from__list .container input:checked ~ .checkmark {
  background-color: #03a868;
}
.modal__close-order .modal__form-content .from__list .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.modal__close-order .modal__form-content .from__list .container input:checked ~ .checkmark:after {
  display: block;
}
.modal__close-order .modal__form-content .from__list .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close-order .modal__form .modal__form-btns {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.modal__close-order .modal__form .modal__form-btns .btn {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.modal__close-order .modal__form .modal__form-btns .btn__success {
  background-color: #03a868;
  color: #fff;
}
.modal__close-order .modal__form .modal__form-btns .btn__success:hover {
  background-color: #038f58;
}
.modal__close-order .modal__form .modal__form-btns .btn__danger {
  background-color: #f95003;
  color: #fff;
}
.modal__close-order .modal__form .modal__form-btns .btn__danger:hover {
  background-color: #e04803;
}
.modal__close-order .modal__form .modal__form-btns .btn__default {
  background-color: #e9e9ed;
  color: #333;
}
.modal__close-order .modal__form .modal__form-btns .btn__default:hover {
  background-color: #cdcdd6;
}

/*# sourceMappingURL=taxi.css.map */
