@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

body {
  font-family: "Gilroy", sans-serif;
  color: #3E4C45;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

img map {
  max-width: 100%;
  display: block;
}

header {
  position: fixed; 
  left: 0;
  right: 0;
  top: 15px;
  margin: 0 auto;
  z-index: 10;
  background: transparent;
}

header .box {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  padding: 14px 24px;
  align-items: center;
  position: relative;
}

header .burger {
  display: none;
}

header .logo {
  width: 120px;
}

header .logo a {
  width: 100%;
  display: block;
}

header .logo a img {
  width: 100%;
}

header .menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  gap: 41px;
  margin: 0;
}

header .menu ul li a {
  color: #061627;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  text-decoration: none;
}

header .menu ul li a:hover {
  color: #2993FF;
}

header .button a {
  border-radius: 24px;
  border: 1px solid #2993FF;
  display: flex;
  padding: 2px 40px;
  justify-content: center;
  align-items: center;
  color: #2993FF;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  text-decoration: none;
}

header .button a:hover {
  background: #2993FF;
  color: #fff;
}

header .button .login {
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #D9D9D9;
  overflow: hidden;
  border: none;
  padding: 0;
}

header .button .login img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

header .button .login:hover {
  background: #D9D9D9;
}

header .login-popup {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  position: absolute;
  right: 0;
  top: 84px;
  width: 352px;
  padding: 26px 17px;
  display: none;
}

header .login-popup .ava {
  width: 62px;
  height: 62px;
  background: #D9D9D9;
  border-radius: 100px;
  position: relative;
  margin: 0 auto 19px auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

header .login-popup .ava img {

  object-fit: cover;
}

header .login-popup .ava a {
  width: 17.04px;
  height: 17.04px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 50px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

header .login-popup .ava a:hover {
  background: #D9D9D9;
}

header .login-popup form {
  margin-bottom: 13px;
  width: 100%;
}

header .login-popup input {
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.078px;
  display: block;
  width: 100%;
  outline: 0;
  padding: 14px 23px;
  margin-bottom: 12px;
}

header .login-popup input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

header .login-popup input:disabled {
  background: #F5F5F5;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}

header .login-popup a {
  color: #808080;
  padding: 0px 0px;
  border: 0px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  text-decoration: none;
  margin: 0 0 12px 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

header .login-popup a path {
  transition: all 0.5s;
}

header .login-popup a:hover {
  color: #2993FF !important;
  background: #fff;
}

header .login-popup a:hover path {
  fill: #2993FF;
}

header .login-popup a.remove {
  color: #FF2929;
  margin: 0 0 0 7px;
}

header .login-popup a.remove:hover {
  color: #2993FF;
}

header .login-popup a.remove:hover path {
  fill: #2993FF;
}

header .popup-fade-settings,
.popup-fade-settings {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  position: absolute;
  right: 0;
  top: 84px;
  width: 352px;
  padding: 26px 17px;
  display: none;
  z-index: 99999;
}

header .popup-fade-settings .ava,
.popup-fade-settings .ava {
  width: 62px;
  height: 62px;
  background: #D9D9D9;
  border-radius: 100px;
  position: relative;
  margin: 0 auto 19px auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

header .popup-fade-settings .ava img,
.popup-fade-settings .ava img {
  width: 62px;
  height: 62px;
  object-fit: cover;
}

header .popup-fade-settings .ava a,
.popup-fade-settings .ava a {
  width: 17.04px;
  height: 17.04px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 50px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

header .popup-fade-settings .ava a:hover,
.popup-fade-settings .ava a:hover {
  background: #D9D9D9;
}

header .popup-fade-settings form,
.popup-fade-settings form {
  margin-bottom: 13px;
  width: 100%;
}

header .popup-fade-settings input,
.popup-fade-settings input {
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.078px;
  display: block;
  width: 100%;
  outline: 0;
  padding: 14px 23px;
  margin-bottom: 12px;
}

header .popup-fade-settings input::placeholder,
.popup-fade-settings input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

header .popup-fade-settings a,
.popup-fade-settings a {
  color: #808080;
  padding: 0px 0px;
  border: 0px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  text-decoration: none;
  margin: 0 0 12px 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

header .popup-fade-settings a path,
header .popup-fade-settings a circle,
.popup-fade-settings a path,
.popup-fade-settings a circle {
  transition: all 0.5s;
}

header .popup-fade-settings a:hover,
.popup-fade-settings a:hover {
  color: #2993FF !important;
  background: #fff;
}

header .popup-fade-settings a:hover path,
.popup-fade-settings a:hover path {
  fill: #2993FF;
}

header .popup-fade-settings a.remove,
.popup-fade-settings a.remove {
  color: #FF2929;
  margin: 0 0 0 7px;
}

header .popup-fade-settings a.remove:not(.popup-open-remove),
.popup-fade-settings a.remove:not(.popup-open-remove) {
  color: #808080;
}

header .popup-fade-settings a.remove:hover,
.popup-fade-settings a.remove:hover {
  color: #2993FF;
}

header .popup-fade-settings a.remove:hover path,
.popup-fade-settings a.remove:hover path {
  fill: #2993FF;
}

header .popup-fade-settings a.remove:hover circle,
header .popup-fade-settings a.remove:hover path,
.popup-fade-settings a.remove:hover circle,
.popup-fade-settings a.remove:hover path {
  stroke: #2993FF;
  transition: all 0.5s;
}

header .popup-fade-settings a.remove:hover circle[fill],
.popup-fade-settings a.remove:hover circle[fill] {
  fill: #2993FF;
}

header .popup-fade-settings a.back-to-settings,
.popup-fade-settings a.back-to-settings {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
}

header .popup-fade-settings a.back-to-settings span,
.popup-fade-settings a.back-to-settings span {
  color: #808080;
}

header .popup-fade-settings a.back-to-settings:hover,
.popup-fade-settings a.back-to-settings:hover {
  color: #2993FF !important;
  background: transparent;
}

header .popup-fade-settings a.back-to-settings:hover span,
.popup-fade-settings a.back-to-settings:hover span {
  color: #2993FF !important;
}

header .popup-fade-settings a.back-to-settings:hover path,
.popup-fade-settings a.back-to-settings:hover path {
  stroke: #2993FF;
  fill: none;
}
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order svg path {
  stroke: #2993FF !important;
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.sec-1 {
  width: 100%;
  height: 100vh;
  padding: 90px 0 25px 0;
  position: relative;
  z-index: 1;
}

.sec-1 .wrapper {
  height: 95%;
}

/* Оболочка под скролл: padding визуально отступает полосу от края карточки; overflow обрезает по рамке */
.sec-1 .scroll-wrapper {
  height: 100%;
  min-height: 0;
}

.sec-1 .panel {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  max-width: 453px;
  max-height: 836px;
  height: 100%;
  padding: 15px 0 0 0;
  position: relative;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sec-1 .panel::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Десктоп: scroll-wrapper — узкий отступ справа под скроллбар; без верх/низ padding (был зазор в DevTools), ≥841px */
@media (min-width: 841px) {
  .sec-1 {
    overflow: hidden;
  }

  .sec-1 .scroll-wrapper {
    padding: 0 2px 0 0;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    max-width: 453px;
    max-height: 836px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  }

  .sec-1 .panel {
    height: 100%;
    max-width: none;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    /* Не меняем геометрию формы: сохраняем исходные внутренние отступы панели */
    padding: 15px 0 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: auto;
  }

  .sec-1 .panel::-webkit-scrollbar {
    width: 4px;
    height: 0;
  }

  .sec-1 .panel::-webkit-scrollbar-track {
    background: transparent;
  }

  .sec-1 .panel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
    transition: background 0.3s ease;
  }

  .sec-1 .panel:hover::-webkit-scrollbar-thumb {
    background: rgba(41, 147, 255, 0.16) !important;
  }

  .sec-1 .panel::-webkit-scrollbar-thumb:hover {
    background: rgba(41, 147, 255, 0.26) !important;
  }

  .sec-1 .panel:hover {
    scrollbar-color: rgba(41, 147, 255, 0.16) transparent;
  }
}

.sec-1 .panel .line-up {
  display: none;
}

.sec-1 .panel .num {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 24px 9px 24px;
  gap: 16px;
  counter-increment: item;
  opacity: 1;
  position: relative;
  border-bottom: 1px solid #F6F6F4;
  margin-bottom: 12px;
}

.sec-1 .panel .num.selected {
  opacity: 0.6;
}

.sec-1 .panel .num.drop {
  cursor: move;
  background: url("../images/drop.svg") 94.5% 15% no-repeat;
}

.sec-1 .panel .num.hide {
  display: none;
}

.sec-1 .panel .num:not(.hide):last-child {
  border: none;
  margin: 0;
}

.sec-1 .panel .num.active {
  border-bottom: 1px solid #F6F6F4;
  margin-bottom: 12px;
}

.sec-1 .panel .num.active .plus {
  opacity: 0;
  visibility: hidden;
}

.sec-1 .panel .num input {
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border: none;
  outline: 0;
  order: 2;
  width: 70%;
}

.sec-1 .panel .num input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.sec-1 .panel .num:first-child {
  border-bottom: 1px solid #F6F6F4;
  margin-bottom: 12px;
}

.sec-1 .panel .num span.number {
  border: 1px solid #2993FF;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  transition: all 0.5s;
}



.sec-1 .panel .num span.number:after {
  content: counter(item);
  width: 24px;
  height: 24px;
  color: #2993FF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.011px;
  text-transform: uppercase;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-1 .panel .num input:focus+span.number,
.sec-1 .panel .num input:not(:placeholder-shown)+span.number {
  background: #2993FF;
}

.sec-1 .panel .num input:focus+span.number:after,
.sec-1 .panel .num input:not(:placeholder-shown)+span.number:after {
  color: #fff;
}

.sec-1 .panel .adres {
  position: relative;
  list-style: none;
  counter-reset: item;
  margin: 0;
}

.sec-1 .panel .plus {
width: 20px;
    height: 20px;
    border: none;
    background: none;
    cursor: pointer;
    margin: 0 0 0 auto;
    position: absolute;
    right: 24px;
    bottom: 10px;
    background: #fff;
    box-shadow: none;
    padding: 0px;
    text-align: left;
}

.sec-1 .panel .line {
  background: #F5F5F5;
  width: 100%;
  height: 4px;
  margin: 4px 0 0 0;
}

.sec-1 .panel #tabs {
  margin: 16px 0;
}

.sec-1 .panel #tabs .tabs-nav {
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: center;
  border-radius: 39px;
  background: #EEEEEF;
  width: 89%;
  margin: 0 auto 17px auto;
  padding: 2px;
}

.sec-1 .panel #tabs .tabs-nav li {
  width: 50%;
}

.sec-1 .panel #tabs .tabs-nav li a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.078px;
  text-decoration: none;
  padding: 12px 0;
  transition: all 0.5s;
  border: 0.5px solid transparent;
  background: transparent;
  box-shadow: 0 3px 8px 0 transparent, 0 3px 1px 0 transparent;
}

.sec-1 .panel #tabs .tabs-nav li a.active {
  border-radius: 26px;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  background: #FFF;
  box-shadow: 0 3px 8px 0 rgba(255, 255, 255, 0.12), 0 3px 1px 0 rgba(255, 255, 255, 0.04);
  color: #000;
}

.sec-1 .panel #tabs .tabs-items {
  border-bottom: 4px solid #F5F5F5;
  min-height: 238px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item {
  padding: 16px 24px;
  border-top: 4px solid #F5F5F5;
}

.sec-1 .panel #tabs .tabs-items .tabs-item:last-child {
  border-top: none;
  padding: 0 0 16px 0;
}

.sec-1 .panel #tabs .tabs-items .tabs-item:last-child .box {
  padding: 0 24px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .box {
  justify-content: flex-start;
  gap: 11px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item {
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  position: relative;
  transition: all 0.5s;
  width: 31.4%;
  padding: 9px 10px 9px 10px;
  cursor: pointer;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item .img {
  width: 68px;
  margin-bottom: 8px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item .img img {
  width: 100%;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item .name {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s;
  text-align: left;
  margin-bottom: 6px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item .price {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s;
  text-align: left;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item .info {
  position: absolute;
  top: 9px;
  right: 9px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item.active {
  border: 1px solid #2993FF;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item.active .name {
  color: #000000;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .item.active .price {
  color: #2993FF;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time,
.sec-1 .panel #tabs .tabs-items .tabs-item .date {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0 24px 12px 24px;
  border-bottom: 1px solid #F6F6F4;
  padding: 0 0 11px 0;
  position: relative;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .input-group,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .input-group {
  width: 270px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .input-group-append,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .input-group-append {
  display: none;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container {
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  left: 2px;
  width: 352px;
  padding: 7px 0 0 0;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .closer,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .closer {
  display: none;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .modal-header,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .modal-header {
  border: none;
  padding-bottom: 19px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .modal-title,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .modal-title {
  color: #000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: 100%;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .ui-datebox-flipcenter,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .ui-datebox-flipcenter {
  margin: -34px auto 0 auto;
  border-radius: 12px;
  background: #EAF2FE;
  border: none;
  box-shadow: none;
  z-index: -1;
  height: 26px;
  position: relative;
  width: 250px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .ui-datebox-controls,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .ui-datebox-controls {
  margin-top: 21px;
  margin-bottom: 17px;
  width: 100%;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .ui-datebox-controls a,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .ui-datebox-controls a {
  border-radius: 320px;
  background: #2993FF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(250px);
  border: none;
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0 auto;
  width: 87%;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .ui-datebox-controls a:hover,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .ui-datebox-controls a:hover {
  background: #003f81;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .btn-block,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .btn-block {
  border: none;
  color: #B4B8BB;
  font-size: 10px;
  margin-bottom: -8px !important;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .btn-block.btn-outline-info,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .btn-block.btn-outline-info {
  color: #2993FF;
  font-size: 16px;
  font-weight: 600;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .btn-block:hover,
.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .btn-block:active,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .btn-block:hover,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .btn-block:active {
  background: none;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .btn-outline-info+.btn-block,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .btn-outline-info+.btn-block {
  font-size: 14px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container li:nth-child(24),
.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container li:nth-child(30),
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container li:nth-child(24),
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container li:nth-child(30) {
  font-size: 14px;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .ui-datebox-flipcontent,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .ui-datebox-flipcontent {
  display: flex;
  justify-content: center;
  margin: 0;
  height: 146px;
  overflow: hidden;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time .ui-datebox-container .ui-datebox-flipcontent .ui-overlay-shadow,
.sec-1 .panel #tabs .tabs-items .tabs-item .date .ui-datebox-container .ui-datebox-flipcontent .ui-overlay-shadow {
  display: block;
  height: 146px;
  width: 24%;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time input,
.sec-1 .panel #tabs .tabs-items .tabs-item .date input {
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border: none;
  outline: 0;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .time input::placeholder,
.sec-1 .panel #tabs .tabs-items .tabs-item .date input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.sec-1 .panel #tabs .tabs-items .tabs-item .date {
  margin-bottom: 16px;
  border: none;
  padding: 0;
}

.sec-1 .panel #tabs .tabs-items .tabs-item .line {
  margin-bottom: 16px;
}

.sec-1 .panel .rabot {
  border-bottom: 4px solid #F5F5F5;
  padding: 0 24px 16px 24px;
  margin-bottom: 16px;
}

.sec-1 .panel .rabot a {
  color: #2993FF;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0 0 11px auto;
  transition: all 0.5s;
}

.sec-1 .panel .rabot a:hover {
  color: #000;
}

.sec-1 .panel .rabot input.rabot-range,
.sec-1 .panel .rabot input.range2.rabot-range {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  height: 28px;
  border-radius: 50px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background: transparent;
}

.sec-1 .panel .rabot input.rabot-range::-webkit-slider-runnable-track,
.sec-1 .panel .rabot input.range2.rabot-range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, #EEF6FF 0%, #C9E6FF 40%, #2993FF 100%);
  box-shadow: inset 0 1px 2px rgba(41, 147, 255, 0.12);
}

.sec-1 .panel .rabot input.rabot-range::-moz-range-track,
.sec-1 .panel .rabot input.range2.rabot-range::-moz-range-track {
  -moz-appearance: none;
  height: 8px;
  background: linear-gradient(90deg, #EEF6FF 0%, #C9E6FF 40%, #2993FF 100%);
  border-radius: 999px;
  border: none;
  box-shadow: inset 0 1px 2px rgba(41, 147, 255, 0.12);
}

.sec-1 .panel .rabot input.rabot-range::-webkit-slider-thumb,
.sec-1 .panel .rabot input.range2.rabot-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #2993FF;
  margin-top: -7px;
  box-shadow: 0 2px 8px rgba(41, 147, 255, 0.35), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

.sec-1 .panel .rabot input.rabot-range::-moz-range-thumb,
.sec-1 .panel .rabot input.range2.rabot-range::-moz-range-thumb {
  -moz-appearance: none;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #2993FF;
  box-shadow: 0 2px 8px rgba(41, 147, 255, 0.35), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

.sec-1 .panel .rabot input.rabot-range:focus,
.sec-1 .panel .rabot input.range2.rabot-range:focus {
  outline: none;
}

.sec-1 .panel .rabot input.rabot-range:focus-visible::-webkit-slider-thumb,
.sec-1 .panel .rabot input.range2.rabot-range:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 2px 8px rgba(41, 147, 255, 0.45), 0 0 0 3px rgba(41, 147, 255, 0.25);
}

.sec-1 .panel .rabot input.rabot-range:focus-visible::-moz-range-thumb,
.sec-1 .panel .rabot input.range2.rabot-range:focus-visible::-moz-range-thumb {
  box-shadow: 0 2px 8px rgba(41, 147, 255, 0.45), 0 0 0 3px rgba(41, 147, 255, 0.25);
}

.sec-1 .panel .rabot p {
  color: #898C90;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.sec-1 .panel .chek {
  padding: 0 24px;
}

.sec-1 .panel .chek .item {
  border-bottom: 1px solid #F6F6F4;
  padding-bottom: 3px;
  margin-bottom: 12px;
}

.sec-1 .panel .chek .item input {
  display: none;
}

.sec-1 .panel .chek .item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  color: #898C90;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.sec-1 .panel .chek .item label path {
  transition: all 0.5s;
}

.sec-1 .panel .chek .item label:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 2px;
  width: 46px;
  height: 24px;
  border-radius: 13px;
  background: #D2D7E0;
  transition: all 0.5s;
}

.sec-1 .panel .chek .item label:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 26px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #FFF;
  transition: all 0.5s;
}

.sec-1 .panel .chek .item input:checked+label {
  color: #000000;
}

.sec-1 .panel .chek .item input:checked+label path {
  fill: #000;
}

.sec-1 .panel .chek .item input:checked+label:before {
  background: #2993FF;
}

.sec-1 .panel .chek .item input:checked+label:after {
  right: 4px;
}

.sec-1 .panel .bot {
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  padding: 16px 24px;
  border-radius: 0 0 24px 24px;
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 0;
}

.sec-1 .panel .bot .btn {
  background: #2993FF;
  width: 100%;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border-radius: 50px;
  transition: all 0.5s;
  border: 1px solid transparent;
  cursor: pointer;
}

.sec-1 .panel .bot .btn:hover {
  border: 1px solid #2993FF;
  background: #fff;
  color: #2993FF;
}

.sec-1 .panel .bot .price {
  margin-bottom: 17px;
}

.sec-1 .panel .bot .price .btn-white {
  background: #fff;
  width: 100%;
  height: 50px;
  color: #2993FF;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border-radius: 50px;
  transition: all 0.5s;
  border: 1px solid #2993FF;
  cursor: pointer;
}

.sec-1 .panel .bot .price .btn-white:hover {
  background: #2993FF;
  color: #fff;
}

.sec-1 .panel .bot .price .collapse {
  position: relative;
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  overflow: hidden;
}

.sec-1 .panel .bot .price input {
  border: none;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.078px;
  outline: 0;
  padding: 14px 23px 16px 23px;
  width: 85%;
}

.sec-1 .panel .bot .price input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.sec-1 .panel .bot .price .clear {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 0;
  background: #fff;
  cursor: pointer;
}
.popup-iframe,
.popup-fade,
.popup-fade-login,
.popup-fade-yes,
.popup-fade-remove,
.popup-fade-logout,
.popup-fade-poezdki,
.popup-fade-otziv,
.popup-fade-rem {
  display: none;
  position: fixed;
  z-index: 999999;
}

/* Блокируем прокрутку страницы при открытом попапе поездок */
body.popup-poezdki-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}
.popup-iframe:before,
.popup-fade:before,
.popup-fade-login:before,
.popup-fade-yes:before,
.popup-fade-remove:before,
.popup-fade-logout:before,
.popup-fade-poezdki:before,
.popup-fade-otziv:before,
.popup-fade-rem:before {
  content: "";
  background: rgba(0, 0, 0, 0.56);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.9;
}
.popup-iframe .popup,
.popup-fade .popup,
.popup-fade-login .popup,
.popup-fade-yes .popup,
.popup-fade-remove .popup,
.popup-fade-logout .popup,
.popup-fade-poezdki .popup,
.popup-fade-otziv .popup,
.popup-fade-rem .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 352px;
  width: 100%;
  height: fit-content;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  border-radius: 16px;
  background: #FFF;
  padding: 24px;
  z-index: 999;
  opacity: 1;
}

/* Блокируем прокрутку страницы при открытом попапе поездок */
body.popup-poezdki-open {
  overflow: hidden;
  touch-action: none;
}


.popup-iframe .popup iframe{width: 100%; height: 100%}
.popup-iframe .popup {
    max-width: 670px;
    height: 500px;
}

.popup-iframe .popup .popup-close,
.popup-fade .popup .popup-close,
.popup-fade-login .popup .popup-close,
.popup-fade-yes .popup .popup-close,
.popup-fade-remove .popup .popup-close,
.popup-fade-logout .popup .popup-close,
.popup-fade-poezdki .popup .popup-close,
.popup-fade-otziv .popup .popup-close,
.popup-fade-rem .popup .popup-close {
  position: absolute;
  top: 26px;
  right: 24px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.popup-iframe .popup .popup-close svg,
.popup-fade .popup .popup-close svg,
.popup-fade-login .popup .popup-close svg,
.popup-fade-yes .popup .popup-close svg,
.popup-fade-remove .popup .popup-close svg,
.popup-fade-logout .popup .popup-close svg,
.popup-fade-poezdki .popup .popup-close svg,
.popup-fade-otziv .popup .popup-close svg,
.popup-fade-rem .popup .popup-close svg {
  transition: all 0.5s;
  transform: rotate(0);
}
.popup-iframe .popup .popup-close:hover,
.popup-fade .popup .popup-close:hover,
.popup-fade-login .popup .popup-close:hover,
.popup-fade-yes .popup .popup-close:hover,
.popup-fade-remove .popup .popup-close:hover,
.popup-fade-logout .popup .popup-close:hover,
.popup-fade-poezdki .popup .popup-close:hover,
.popup-fade-otziv .popup .popup-close:hover,
.popup-fade-rem .popup .popup-close:hover {
  transform: rotate(360deg);
}
.popup-iframe .popup .title,
.popup-fade .popup .title,
.popup-fade-login .popup .title,
.popup-fade-yes .popup .title,
.popup-fade-remove .popup .title,
.popup-fade-logout .popup .title,
.popup-fade-poezdki .popup .title,
.popup-fade-otziv .popup .title,
.popup-fade-rem .popup .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 12px;
  text-align: left;
}
.popup-iframe .popup .img,
.popup-fade .popup .img,
.popup-fade-login .popup .img,
.popup-fade-yes .popup .img,
.popup-fade-remove .popup .img,
.popup-fade-poezdki .popup .img,
.popup-fade-otziv .popup .img,
.popup-fade-rem .popup .img {
  width: 100%;
  margin-bottom: 12px;
}
.popup-iframe .popup .img img,
.popup-fade .popup .img img,
.popup-fade-login .popup .img img,
.popup-fade-yes .popup .img img,
.popup-fade-remove .popup .img img,
.popup-fade-poezdki .popup .img img,
.popup-fade-otziv .popup .img img,
.popup-fade-rem .popup .img img {
  width: 100%;
}

.popup-iframe .popup .text,
.popup-fade .popup .text,
.popup-fade-login .popup .text,
.popup-fade-yes .popup .text,
.popup-fade-remove .popup .text,
.popup-fade-logout .popup .text,
.popup-fade-poezdki .popup .text,
.popup-fade-otziv .popup .text,
.popup-fade-rem .popup .text {
  color: #3E4C45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 12px;
}
.popup-iframe .popup .har,
.popup-fade .popup .har,
.popup-fade-login .popup .har,
.popup-fade-yes .popup .har,
.popup-fade-remove .popup .har,
.popup-fade-poezdki .popup .har,
.popup-fade-otziv .popup .har,
.popup-fade-rem .popup .har {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.popup-iframe .popup .har .item,
.popup-fade .popup .har .item,
.popup-fade-login .popup .har .item,
.popup-fade-yes .popup .har .item,
.popup-fade-remove .popup .har .item,
.popup-fade-poezdki .popup .har .item,
.popup-fade-otziv .popup .har .item,
.popup-fade-rem .popup .har .item {
  color: #3E4C45;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.popup-fade-login .popup .title {
  text-align: center;
}

.popup-fade-login .popup .text {
  text-align: center;
  max-width: 220px;
  margin: 0 auto 23px auto;
}

.popup-fade-login .popup input {
  border-radius: 12px;
  border: 1px solid #D8D8D8;
  background: #FFF !important;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 92%;
  height: 50px;
  padding: 0 19px;
  margin: 0 auto 23px auto;
  display: block;
  outline: 0;
}

.popup-fade-login .popup input::placeholder {
  color: #CBCBCB;
}

.popup-fade-login .popup .was-validated input:invalid {
  border: 1px solid #E43838;
}

.popup-fade-login .popup .invalid-feedback {
  color: #E43838;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: -18px 0 12px 0;
}

.popup-fade-login .popup .btn {
  background: #2993FF;
  width: 100%;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border-radius: 50px;
  transition: all 0.5s;
  border: 1px solid transparent;
  cursor: pointer;
}

.popup-fade-login .popup .btn:hover {
  border: 1px solid #2993FF;
  background: #fff;
  color: #2993FF;
}

.popup-fade-yes .popup .title {
  text-align: center;
}

.popup-fade-yes .popup .text {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 24px auto;
}

.popup-fade-yes .popup .info {
  color: #88928D;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.popup-fade-yes .popup .box {
  width: 92%;
  margin: 0 auto 24px auto;
}

.popup-fade-yes .popup .box input {
  border-radius: 12px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  outline: 0;
  text-align: center;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 55px;
  height: 48px;
  -moz-appearance: textfield;
}

.popup-fade-yes .popup .box input::-webkit-outer-spin-button,
.popup-fade-yes .popup .box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popup-fade-yes .popup .box input:hover,
.popup-fade-yes .popup .box input:focus {
  -moz-appearance: number-input;
}

.popup-fade-yes .popup .btn {
  background: #2993FF;
  width: 100%;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border-radius: 50px;
  transition: all 0.5s;
  border: 1px solid transparent;
  cursor: pointer;
}

.popup-fade-yes .popup .btn:hover {
  border: 1px solid #2993FF;
  background: #fff;
  color: #2993FF;
}

.popup-fade-remove .popup {
  padding: 24px 14px;
}

.popup-fade-remove .popup .title {
  text-align: center;
  margin-bottom: 24px;
}

.popup-fade-remove .popup .text {
  text-align: center !important;
  margin-bottom: 12px;
}

.popup-fade-remove .popup .vopr {
  text-align: center;
  margin-bottom: 24px;
}

.popup-fade-remove .popup .box .btn {
  border-radius: 360px;
  border: 1px solid #2993FF;
  background: #2993FF;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 46%;
  position: initial;
  padding: 10px 0;
}

.popup-fade-remove .popup .box .btn:hover {
  border: 1px solid #2993FF;
  background: #fff;
  color: #2993FF;
  transform: rotate(0deg);
}

.popup-fade-remove .popup .box .btn-red {
  border-radius: 360px;
  border: 1px solid #FF2929;
  color: #FF2929;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 46%;
  padding: 10px 0;
  text-decoration: none;
}

.popup-fade-remove .popup .box .btn-red:hover {
  color: #fff;
  background: #FF2929;
}

.popup-fade-logout .popup {
  padding: 24px 14px;
}

.popup-fade-logout .popup .title {
  text-align: center;
  margin-bottom: 24px;
}

.popup-fade-logout .popup .text {
  text-align: center !important;
  margin-bottom: 12px;
}

.popup-fade-logout .popup .vopr {
  text-align: center;
  margin-bottom: 24px;
}

.popup-fade-logout .popup .box .btn {
  border-radius: 360px;
  border: 1px solid #2993FF;
  background: #2993FF;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 46%;
  position: initial;
  padding: 10px 0;
}

.popup-fade-logout .popup .box .btn:hover {
  border: 1px solid #2993FF;
  background: #fff;
  color: #2993FF;
  transform: rotate(0deg);
}

.popup-fade-logout .popup .box .btn-red {
  border-radius: 360px;
  border: 1px solid #FF2929;
  color: #FF2929;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 46%;
  padding: 10px 0;
  text-decoration: none;
}

.popup-fade-logout .popup .box .btn-red:hover {
  color: #fff;
  background: #FF2929;
}

.popup-fade-poezdki.right .popup {
  max-width: 710px;
}

.popup-fade-poezdki .popup {
  left: auto;
  bottom: auto;
  height: auto;
  max-height: 100vh;
  border-radius: 24px 0 0 24px;
  background: #EFEFEF;
  max-width: 0;
  transition: all 0.5s;
  padding: 28px 37px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.popup-fade-poezdki .popup .title {
  color: #061627;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.popup-fade-poezdki .popup .popup-close {
  top: 27px;
  right: 37px;
}

.popup-fade-poezdki .popup #tabs-1 {
  height: 97%;
  overflow: hidden;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-nav {
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: center;
  border-radius: 24px;
  background: #EEEEEF;
  width: 100%;
  margin: 0 auto 7px auto;
  padding: 2px;
  border: 1px solid #D9D9D9;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-nav li {
  width: 50%;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-nav li a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.078px;
  text-decoration: none;
  padding: 12px 0;
  transition: all 0.5s;
  border: 0.5px solid transparent;
  background: transparent;
  box-shadow: 0 3px 8px 0 transparent, 0 3px 1px 0 transparent;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-nav li a.active {
  border-radius: 26px;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  background: #FFF;
  box-shadow: 0 3px 8px 0 rgba(255, 255, 255, 0.12), 0 3px 1px 0 rgba(255, 255, 255, 0.04);
  color: #000;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items {
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  height: calc(100% - 50px);
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item {
  margin-bottom: 9px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.popup-open-ocenka {
  cursor: pointer;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info {
  border-radius: 12px;
  background: #FFF;
  padding: 17px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box {
  justify-content: flex-start;
  gap: 33px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .date {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  gap: 8px;
  display: flex;
  justify-content: flex-start;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .date span {
  color: #8D8D8D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .driver {
  color: #2993FF;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  transition: all 0.5s;
  text-decoration: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .driver:hover {
  color: #000;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .more {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  transition: color 0.3s ease;
  margin: 0 0 0 auto;
  padding: 0 32px 0 0;
  display: inline-block;
  text-decoration: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url("../images/arrow1.svg") 50% 50% no-repeat;
  transition: transform 0.3s ease, background 0.3s ease;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .more:hover {
  color: #2993FF;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .more:hover:after {
  background: url("../images/arrow2.svg") 50% 50% no-repeat;
}

/* Стрелка вверх у открытой карточки (класс openlist ставится на .box) */
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .box.openlist .more {
  color: #2993FF;
}
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .box.openlist .more:after {
  background: url("../images/arrow2.svg") 50% 50% no-repeat;
  transform: rotate(180deg);
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .remove {
  color: #FF4343;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  background: url("../images/remove.svg") 0 0 no-repeat;
  transition: all 0.5s;
  text-decoration: none;
  padding: 2px 0 2px 40px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .remove:hover {
  color: #2993FF;
  background: url("../images/remove1.svg") 0 0 no-repeat;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress {
  margin: 15px 0 16px 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress ol {
  position: relative;
  list-style: none;
  counter-reset: item;
  margin: 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress ol li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  counter-increment: item;
  gap: 16px;
  margin-bottom: 9px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress ol li:before {
  border: 1px solid #2993FF;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  content: counter(item);
  width: 24px;
  height: 24px;
  color: #2993FF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.011px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress ol li:first-child:before {
  color: #fff;
  background: #2993FF;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .mobile {
  display: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .no {
  color: #FF2929;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .yes {
  color: #2AC527;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .rate-request {
  color: #2993FF;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info-banner {
  border-radius: 16px;
  background: linear-gradient(103deg, #88C3FF 4.34%, #2993FF 98.67%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 7px 0 0 0;
  padding: 14px 30px 14px 0;
  gap: 20px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info-banner .img {
  width: 48.703px;
  height: 51.923px;
  margin: 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info-banner div {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: 60%;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info {
  margin-top: 10px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info {
  margin-bottom: 9px;
  padding: 24px 22px;
  border-radius: 22px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .link-otziv {
  text-decoration: none;
  display: block;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .link-otziv .box:last-child {
  gap: 16px;
  margin-bottom: 18px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box {
  gap: 16px;
  margin-bottom: 18px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box:first-child {
  align-items: center;
  margin: 0 0 18px 2px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box:last-child {
  justify-content: space-between;
  gap: 0;
  margin: 0;
  align-items: center;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .ava {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  overflow: hidden;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .name {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .otziv {
  color: #808080;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.5s;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .otziv:hover {
  color: #000;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .ocenka {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: url("../images/star.svg") 100% 50% no-repeat;
  transition: all 0.5s;
  padding: 0 21px 0 0;
  margin: 0 0 0 -9px;
  text-decoration: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .ocenka:hover {
  color: #2993FF;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .mest {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: url("../images/mest.svg") 2px 50% no-repeat;
  padding: 0 0 0 24px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .bagaj {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: url("../images/bagaj.svg") 0 50% no-repeat;
  padding: 0 0 0 22px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .avto {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: url("../images/avto.svg") 2px 50% no-repeat;
  padding: 0 0 0 23px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .marka {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: url("../images/marka.svg") 0 50% no-repeat;
  padding: 0 0 0 29px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .local {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: url("../images/local.svg") 0 50% no-repeat;
  padding: 0 0 0 29px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 58.5%;
    margin: 0;
    grid-gap: 5px 8px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .img a {
  width: 31.6%;
  height: 110px;
  overflow: hidden;
  border-radius: 5px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right {
  width: 33%;
  padding: 0 3px 0 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right .text {
  color: #808080;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 12px 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right .price {
  color: #2993FF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 12px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right .btn {
  border-radius: 360px;
  border: 1px solid #2993FF;
  color: #2993FF;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 100%;
  padding: 10px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right .btn:hover {
  background: #2993FF;
  color: #fff;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box form {
  width: 100%;
  margin: 13px 0 0 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group:nth-last-child(2) {
  margin-bottom: 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group:nth-last-child(2) input {
  width: 48%;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group input {
  border-radius: 15.568px;
  border: 1.297px solid #EBEBEB;
  background: #FFF;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 16.865px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.352px;
  letter-spacing: -0.101px;
  width: 31.5%;
  outline: none;
  padding: 18px 15px;
  -moz-appearance: textfield;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group input::-webkit-outer-spin-button,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group .dates {
  width: 31.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1.297px solid #EBEBEB;
  border-radius: 15.568px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group .dates input {
  border: none;
  width: 50%;
  text-align: center;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group .dates span {
  color: #000;
  text-align: center;
  font-size: 16.865px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.352px;
  letter-spacing: -0.101px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group .btn {
  border-radius: 360px;
  border: 1px solid #2993FF;
  color: #2993FF;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 23.352px;
  font-style: normal;
  font-weight: 500;
  line-height: 36.325px;
  transition: all 0.5s;
  width: 48%;
  padding: 10px;
  cursor: pointer;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .group .btn:hover {
  background: #2993FF;
  color: #fff;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .text {
  color: #000;
  text-align: right;
  font-size: 16.865px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.352px;
  letter-spacing: -0.101px;
  margin: 18px 0 0 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .bot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .bot .btn {
  border-radius: 360px;
  border: 1px solid #2993FF;
  background: #2993FF;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 48.5%;
  padding: 10px;
  cursor: pointer;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .bot .btn:hover {
  background: #fff;
  color: #2993FF;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .bot .btn-red {
  border-radius: 360px;
  border: 1px solid #FF2929;
  color: #FF2929;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 48.5%;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .bot .btn-red:hover {
  background: #FF2929;
  color: #fff;
}

/* Loader styles for driver search */
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .search-loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 20px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .search-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #2993FF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .search-text {
  color: #808080;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info {
  margin: -10px 0 0 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .box .img {
  width: 100%;
  padding: 0 5px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .box .img a {
  width: 18.8%;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv {
  margin-bottom: 18px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .zag {
  display: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .box .ava {
  display: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .box .name {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .box .star {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: url("../images/star.svg") 100% 50% no-repeat;
  transition: all 0.5s;
  padding: 0 21px 0 0;
  margin: 0 0 0 9px;
  text-decoration: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 99%;
  margin-bottom: 23px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .text:last-child {
  margin: 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order {
  color: #2993FF;
  font-size: 14px;
  font-weight: 500;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order span {
  color: #2993FF;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order:hover {
  color: #2993FF !important;
  background: transparent;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order:hover span {
  color: #808080 !important;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order:hover path {
  stroke: #2993FF;
  fill: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  text-decoration: none;
  line-height: 1;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev svg,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev span,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  margin-top: 5px;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev span,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next span {
  color: #808080;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev:hover,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next:hover {
  color: #2993FF !important;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev:hover span,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next:hover span {
  color: #2993FF !important;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev:hover path,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next:hover path {
  stroke: #2993FF;
  fill: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev.disabled,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-prev.disabled span,
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .pagination-arrows .link-next.disabled span {
  margin-top: 5px;
}
.popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order {
  color: #2993FF !important;
}
.popup-fade-otziv .popup {
  padding: 24px 18px;
}

.popup-fade-otziv .popup .title {
  text-align: center;
}

.popup-fade-otziv .popup .rating-area {
  overflow: hidden;
  width: 217px;
  margin: 29px auto 16px auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.popup-fade-otziv .popup .rating-area:not(:checked)>input {
  display: none;
}

.popup-fade-otziv .popup .rating-area:not(:checked)>label {
  width: 25px;
  height: 26px;
  padding: 0;
  cursor: pointer;
}

.popup-fade-otziv .popup .rating-area:not(:checked)>label:before {
  content: "";
  background: url("../images/star2.svg") 0 0 no-repeat;
  width: 25px;
  height: 26px;
  display: block;
  transition: all 0.5s;
}

.popup-fade-otziv .popup .rating-area>input:checked~label:before {
  background: url("../images/star1.svg") 0 0 no-repeat;
}

.popup-fade-otziv .popup .rating-area:not(:checked)>label:hover:before,
.popup-fade-otziv .popup .rating-area:not(:checked)>label:hover~label:before {
  background: url("../images/star1.svg") 0 0 no-repeat;
}

.popup-fade-otziv .popup .rating-area>input:checked+label:hover:before,
.popup-fade-otziv .popup .rating-area>input:checked+label:hover~label:before,
.popup-fade-otziv .popup .rating-area>input:checked~label:hover:before,
.popup-fade-otziv .popup .rating-area>input:checked~label:hover~label:before,
.popup-fade-otziv .popup .rating-area>label:hover~input:checked~label:before {
  background: url("../images/star1.svg") 0 0 no-repeat;
}

.popup-fade-otziv .popup .rating-area>label:active {
  position: relative;
}

/* Стили для отображения рейтинга в статусе заказа */
.order-rating-stars-display {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2px;
  align-items: center;
}

.order-rating-stars-display .star-filled,
.order-rating-stars-display .star-empty {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.order-rating-stars-display .star-filled {
  background-image: url("../images/star1.svg");
}

.order-rating-stars-display .star-empty {
  background-image: url("../images/star2.svg");
}

.popup-fade-otziv .popup textarea {
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 15px 24px;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.078px;
  width: 100%;
  height: 120px;
  display: block;
  outline: 0;
  resize: none;
  margin-bottom: 24px;
}

.popup-fade-otziv .popup textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.popup-fade-otziv .popup .btn {
  border-radius: 320px;
  background: #2993FF;
  border: 1px solid #2993FF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(250px);
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 100%;
  padding: 10px;
}

.popup-fade-otziv .popup .btn:hover {
  background: #fff;
  color: #2993FF;
}

.popup-fade-rem .popup {
  padding: 24px 14px;
}

.popup-fade-rem .popup .title {
  text-align: center;
  margin-bottom: 12px;
}

.popup-fade-rem .popup .text {
  text-align: center;
  margin-bottom: 17px;
}

.popup-fade-rem .popup .vopr {
  color: #333;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 25px;
}

.popup-fade-rem .popup .box .btn {
  border-radius: 360px;
  border: 1px solid #2993FF;
  background: #2993FF;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 46%;
  position: initial;
  padding: 10px 0;
}

.popup-fade-rem .popup .box .btn:hover {
  border: 1px solid #2993FF;
  background: #fff;
  color: #2993FF;
  transform: rotate(0deg);
}

.popup-fade-rem .popup .box .btn-red {
  border-radius: 360px;
  border: 1px solid #FF2929;
  color: #FF2929;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
  width: 46%;
  padding: 10px 0;
  text-decoration: none;
}

.popup-fade-rem .popup .box .btn-red:hover {
  color: #fff;
  background: #FF2929;
}

.closeText {
  border-radius: 320px !important;
  background: #2993FF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(250px);
  color: #fff !important;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px !important;
  transition: all 0.5s;
  margin: 31px auto 14px auto !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 90% !important;
}

.closeText:before {
  content: "Готово";
  color: #fff !important;
}

.closeText:hover {
  background: #003f81 !important;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget {
  background: #fff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 20px rgba(88, 93, 105, 0.05), 0 0 20px rgba(88, 93, 105, 0.1) !important;
  position: absolute !important;
  top: -95px !important;
  left: 30px !important;
  z-index: 9999 !important;
  max-width: 346px !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  color: #000000 !important;
}

/* Позволяем календарю выходить за границы контейнера */
.date {
  overflow: visible !important;
}

.sec-1 .panel .date {
  overflow: visible !important;
}

.bootstrap-datetimepicker-widget table td span {
  width: 100px;
  color: #000000;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #fff !important;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: none;
}

/* Цвет цифр в календаре времени */
.bootstrap-datetimepicker-widget table td span {
  color: #000000 !important;
}

.bootstrap-datetimepicker-widget table td span:not(.active) {
  color: #000000;
}

.bootstrap-datetimepicker-widget table td span.active {
  color: #2993FF !important;
}

/* Цвет галочек (стрелок навигации) в календаре времени */
.bootstrap-datetimepicker-widget table td span:hover {
  background: none;
  color: #2993FF !important;
}

.bootstrap-datetimepicker-widget table td span .glyphicon {
  color: #2993FF !important;
}

.bootstrap-datetimepicker-widget table td span .glyphicon:before {
  color: #2993FF !important;
}

/* Цвет цифр времени (часы и минуты) */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  color: #000000 !important;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-condensed {
  border-collapse: collapse;
  padding: 0;
}

.bootstrap-datetimepicker-widget table {
  padding: 0;
}

.table-condensed thead tr:first-child {
  background: #2993FF;
}

.table-condensed thead tr th {
  border-radius: 0;
  height: 53px;
}

.table-condensed thead tr .dow {
  color: #000;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.table-condensed thead tr .prev .glyphicon {
  background: url("../images/arrow.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.table-condensed thead tr .prev:hover {
  background: transparent !important;
}

.table-condensed thead tr .next .glyphicon {
  background: url("../images/arrow.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  transform: scale(-1, 1); 
  margin: 0 auto;
}

.table-condensed thead tr .prev .glyphicon:before,
.table-condensed thead tr .next .glyphicon:before{
  display: none;
}

.table-condensed thead tr .next:hover {
  background: transparent !important;
}

.table-condensed thead tr .picker-switch {
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*pointer-events: none;
  cursor: default;*/
  text-transform: capitalize;
}

.table-condensed thead tr .picker-switch:hover {
  background: transparent !important;
}

.table-condensed tbody .day {
  color: #000;
  padding: 0px;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  height: auto !important;
  width: auto !important;
  transition: all 0.5s;
  border-radius: 50px;
}

.table-condensed tbody .day span {
  height: 36px !important;
  width: 36px !important;
  margin: 0 auto 3px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border-radius: 50px;
  transition: all 0.5s;
}

.table-condensed tbody .day.old,
.table-condensed tbody .day.new {
  opacity: 0;
}

.table-condensed tbody .day.new {
  display: none;
}

.table-condensed tbody .day.today:before {
  display: none;
}

.table-condensed tbody .day:hover {
  background: transparent !important;
}

.table-condensed tbody .day:hover span {
  background: #eeeeee;
}

.table-condensed tbody .day.active {
  background: transparent;
  border-radius: 50px;
  text-shadow: none !important;
}

.table-condensed tbody .day.active span {
  background: #2993FF;
  color: #ffffff !important;
}


.table-condensed tbody .day.active:before {
  display: none;
}

.u-AhunterSuggestions {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  padding: 6px 24px;
}

.u-AhunterSuggestions .u-AhunterSuggestion {
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #F6F6F4;
}

.u-AhunterSuggestions .u-AhunterSuggestion strong {
  color: #2993FF;
  font-weight: 400;
}

.u-AhunterSuggestions .u-AhunterEmptySuggestion {
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.u-AhunterSuggestions .u-AhunterSelectedSuggestion {
  background: #E7E7E7;
}

.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-controls__control_toolbar:last-child,
.ymaps-2-1-79-zoom__scale,
.ymaps-2-1-79-controls__toolbar_right {
  display: none;
}

.ymaps-2-1-79-controls__control_toolbar .ymaps-2-1-79-float-button {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  position: absolute;
  right: 0;
  top: 75px;
}

.ymaps-2-1-79-controls__control_toolbar .ymaps-2-1-79-float-button-icon_icon_geolocation {
  background: url("../images/location.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  display: block;
  text-align: center;
  position: initial;
}

.ymaps-2-1-79-controls-pane {
  right: 25px !important;
  top: 40.5vh !important;
  left: auto !important;
}

.ymaps-2-1-79-controls__control {
  inset: initial !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}

.ymaps-2-1-79-zoom {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
  width: 48px !important;
  height: 72px !important;
  display: flex !important;
  padding: 0 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  gap: 8px;
}

.ymaps-2-1-79-zoom .ymaps-2-1-79-zoom__plus {
  width: 20px;
  height: 20px;
  box-shadow: none;
  padding: 0;
  border: none;
  position: initial !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ymaps-2-1-79-zoom .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
  background: url("../images/plus1.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  text-align: center;
  display: block;
  position: inherit;
}

.ymaps-2-1-79-zoom .ymaps-2-1-79-zoom__minus {
  width: 20px;
  height: 20px;
  box-shadow: none;
  padding: 0;
  border: none;
  position: initial !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ymaps-2-1-79-zoom .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
  background: url("../images/minus.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  text-align: center;
  display: block;
  position: inherit;
}

.mbsc-scroller-bar-cont.mbsc-ltr {
  display: none;
}

.mbsc-scroller-wheel-item>div {
  display: none;
}

.mbsc-popup-overlay {
  display: none;
}

.mbsc-popup-arrow-wrapper {
  display: none;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body {
  box-shadow: none;
}

.mbsc-ios.mbsc-popup-round .mbsc-popup {
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  width: 352px;
  margin: -40px 0 0 65px;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-popup-buttons {
  order: 1;
  padding: 0 23px 20px 23px;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-popup-buttons .mbsc-popup-button-close {
  display: none;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-popup-buttons .mbsc-popup-button-primary {
  border-radius: 320px;
  background: #2993FF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(250px);
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  width: 100%;
  height: 50px;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-popup-buttons .mbsc-popup-button-primary:hover {
  background: #003f81;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-popup-header {
  position: initial;
  color: #000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 23px 0 0 0;
  letter-spacing: 0.6px;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-scroller-wheel-cont-3d {
  background: none;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-scroller-wheel-line {
  border-radius: 12px;
  background: #EAF2FE;
  height: 26px;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-scroller-wheel-group {
  z-index: 1;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-scroller-wheel-item {
  color: #B4B8BB;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-scroller-wheel-item.mbsc-selected {
  color: #2993FF;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.mbsc-ios.mbsc-popup-round .mbsc-ios.mbsc-scroller-wheel-item:hover {
  background: none;
}

.mbsc-ios.mbsc-popup-round .mbsc-scroller-wheel {
  height: 180px !important;
}

.panel-top {
  display: none;
}

.panel-container-vertical {
  max-width: 453px;
}

.fancybox-image {
  border-radius: 25px;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.7);
  --fancybox-zIndex: 99999;
  justify-content: center;
  z-index: 999999;
}

.fancybox__nav {
  display: none;
}

.fancybox__toolbar {
  display: block;
}

.fancybox__toolbar .f-button,
.fancybox__toolbar .is-left {
  display: none;
}

.fancybox__toolbar .f-button:last-child,
.fancybox__toolbar .is-left:last-child {
  display: block;
  background: none;
}

.fancybox__carousel {
  flex: none;
}

.f-thumbs__track {
  padding: 30px 0 0 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  width: 139.355px;
  height: 139.355px;
  border-radius: 8.057px;
  opacity: 0.4;
  background: #D9D9D9;
  overflow: hidden;
  margin: 0 24px 0 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide.is-nav-selected {
  opacity: 1;
}

.f-thumbs.is-horizontal .f-thumbs__slide .f-thumbs__slide__button {
  width: 100%;
}

.f-thumbs.is-horizontal .f-thumbs__slide .f-thumbs__slide__button:after {
  display: none;
}

.login-for,
.mobile-form {
  display: none;
}

@media (max-width: 840px) {
  body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.56);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 100;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order {
    top: 14px !important;
    right: 12px !important;
    color: #2993FF !important;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order span {
    color: #2993FF !important;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order svg path {
    stroke: #2993FF !important;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order:hover {
    color: #808080 !important;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order:hover span {
    color: #808080 !important;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .back-to-order:hover svg path {
    stroke: #808080 !important;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .ocenka {
    display: none !important;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .otziv {
    display: none !important;
  }

  /* Прижать имя к аватарке */
  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box:first-child {
    gap: 8px;
    margin: 0 0 10px 0;
    align-items: center;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .name {
    text-align: left;
    margin: 0;
    line-height: 22px;
  }

  body.bg:before {
    opacity: 1;
    visibility: visible;
  }

  header {
    position: fixed;
    top: 0;
    background: transparent;
  }

  header .box {
    border-radius: 0;
    padding: 7px 8px;
    position: initial;
  }

  header .logo {
    margin: 0 auto;
  }

  header .burger {
    display: block;
    background: none;
    border: none;
    padding: 0;
  }

  header .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    width: 100%;
    padding: 20px 0;
  }

  header .menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  header .button a {
    padding: 2px 20px;
    font-size: 14px;
  }

  header .login-popup {
    display: none !important;
  }
  /* Hide map provider logos on mobile and disable clicks */
  .mmrgl-ctrl-bottom-right {
    display: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
    z-index: -9999 !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
  }
  .login-for {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }

  .login-for .login-popup {
    display: block !important;
    height: 100%;
    background: #fff;
    width: 100%;
    padding: 10px 30px;
  }

  .login-for .login-popup .ava {
    width: 62px;
    height: 62px;
    background: #D9D9D9;
    border-radius: 100px;
    position: relative;
    margin: 0 auto 19px auto;
  }

  .login-for .login-popup .ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
  }



  .login-for .login-popup .ava a {
    width: 17.04px;
    height: 17.04px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    border-radius: 50px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  .login-for .login-popup .ava a:hover {
    background: #D9D9D9;
  }

  .login-for .login-popup form {
    margin-bottom: 10px;
    width: 100%;
  }

  .login-for .login-popup input {
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    color: #000;
    font-family: "Gilroy", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.078px;
    display: block;
    width: 100%;
    outline: 0;
    padding: 14px 23px;
    margin-bottom: 12px;
  }

  .login-for .login-popup input::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  .login-for .login-popup a {
    color: #808080;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    transition: all 0.5s;
    text-decoration: none;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .login-for .login-popup a path {
    transition: all 0.5s;
  }

  .login-for .login-popup a:hover {
    color: #2993FF;
  }

  .login-for .login-popup a:hover path {
    fill: #2993FF;
  }

  .login-for .login-popup a.remove {
    color: #FF2929;
    margin: 0 0 0 1px;
  }

  .login-for .login-popup a.remove:hover {
    color: #2993FF;
  }

  .login-for .login-popup a.remove:hover path {
    fill: #2993FF;
  }

  .popup-fade-settings {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
    background: #FFF !important;
    border-radius: 0 !important;
    padding: 26px 17px !important;
  }

  .login-for .panel-sop {
    height: 60px;
    min-height: 60px;
  }

  .wrapper {
    padding: 0;
  }

  /* На всю ширину вьюпорта: убираем «мятные» полосы по бокам (padding/margin родителя .container / .row) */
  .wrapper.api_start {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    /* 100vw + вертикальный скроллбар дают горизонтальный overflow; обрезаем содержимое по ширине экрана */
    overflow-x: hidden;
  }

  #map {
    height: 90vh;
  }

  .sec-1 {
    padding: 0;
    transition: all 0.5s;
    background: transparent;
    height: 90vh;
    display: none;
  }

  .sec-1.active .panel {
    overflow: auto;
    height: 80vh;
  }

  .sec-1.active .scroll-wrapper {
    height: 80vh;
    overflow: hidden;
  }

  .sec-1.active .panel:after {
    display: none;
  }

  .sec-1.active .panel .bot {
    position: fixed;
    bottom: 0;
  }

  .sec-1 .wrapper {
    height: 100%;
  }

  .sec-1 .scroll-wrapper {
    padding: 0;
    overflow: visible;
    border-radius: 0;
  }

  .sec-1 .panel {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    height: 100%;
    transition: all 0.5s;
    min-height: 200px;
    box-shadow: none;
    /* .bot position:fixed — не в потоке; без отступа список .chek и тарифы перекрываются ползунком и «Найти» */
    padding-bottom: calc(168px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
  }

  .sec-1 .panel:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }

  .sec-1 .panel .line {
    background: #F5F5F5 !important;
  }

  .sec-1 .panel #tabs {
    margin: 9px 0 0 0;
  }

  .sec-1 .panel #tabs .tabs-nav {
    width: 96%;
    margin: 0 auto 9px auto;
  }

  .sec-1 .panel #tabs .tabs-items {
    min-height: auto;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item {
    padding: 4px 5px 4px 9px;
  }

  /* Сетка 3×N: неполный ряд слева; align-items:start — без растягивания по высоте ряда (ломались рамки/картинки) */
  .sec-1 .panel #tabs .tabs-items .tabs-item .box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    justify-content: start;
    align-items: start;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item .item {
    width: 100%;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item .item .img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item .time {
    margin: 24px 24px 0 17px;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item .date {
    margin: 12px 0 10px 16px;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item .line {
    margin-bottom: 4px;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item:last-child .box {
    padding: 0 6px 0 9px;
    margin-bottom: 0;
  }

  .sec-1 .panel .rabot {
    padding: 17px 12px 15px 12px;
    margin-bottom: 8px;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .sec-1 .panel .rabot p {
    font-size: 9px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    line-height: 1.2;
  }

  /* Ползунок: thumb выступает за track; не даём раздувать ширину */
  .sec-1 .panel .rabot input.rabot-range,
  .sec-1 .panel .rabot input.range2.rabot-range {
    max-width: 100%;
    box-sizing: border-box;
  }

  .sec-1 .panel .chek {
    padding: 0 24px 10px 24px;
  }

  .sec-1 .panel .chek .item {
    padding-bottom: 0;
    margin-bottom: 3px;
  }

  .sec-1 .panel .bot {
    position: fixed;
    padding: 10px 16px;
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100vw;
    box-sizing: border-box;
    z-index: 1000;
    transition: all 0.5s;
  }

  .sec-1 .panel .bot .btn {
    height: 38px;
    font-size: 18px;
    line-height: 18px;
  }

  .sec-1 .panel .bot .searchRouteBtn {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .sec-1 .panel .bot .price {
    margin-bottom: 10px;
  }

  .sec-1 .panel .bot .price .btn-white {
    height: 32px;
    font-size: 12px;
    line-height: 18px;
  }

  .sec-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.56);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    pointer-events: none;
  }

  .sec-1.bg:before {
    opacity: 1;
    visibility: visible;
  }
  .sec-1.bg .panel .bot {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .panel-container-vertical {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    max-width: 100%;
  }

  .panel-container-vertical .sec-1 {
    display: block;
    height: 100%;
  }

  .panel-container-vertical.active .sec-1 .panel {
    overflow: auto;
    height: 80vh;
  }

  .panel-container-vertical.active .sec-1 .scroll-wrapper {
    height: 80vh;
    overflow: hidden;
  }

  .panel-container-vertical.active .sec-1 .panel:after {
    display: none;
  }

  .panel-container-vertical.active .sec-1 .panel .bot {
    position: fixed;
    bottom: 0;
  }

  .panel-container-vertical.active .panel-top,
  .panel-container-vertical.active .panel-sop {
    height: 48px !important;
    background: rgb(209 208 208 / 0%);
    z-index: 1;
  }

  .panel-top,
  .panel-sop {
    flex: 0 0 auto;
    /* only manually resize */
    padding: 10px;
    height: 48px;
    width: 100%;
    white-space: nowrap;
    background: transparent;
    color: white;
    min-height: 100px;
    max-height: 80vh;
    transition: all 0.5s;
    margin-bottom: -20px;
    display: block;
  }

  .panel-top.active,
  .panel-sop.active {
    background: rgba(0, 0, 0, 0.56);
    z-index: 1;
  }

  .splitter-horizontal {
    flex: 0 0 auto;
    height: 20px;
    width: 100%;
    background: url("../images/hsizegrip.png") center center no-repeat #fff;
    cursor: row-resize;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 10px 10px 0 0;
  }

  .popup-fade .popup,
  .popup-fade-login .popup,
  .popup-fade-yes .popup {
    max-width: 254px;
    padding: 18px;
  }

  .popup-fade .popup .popup-close,
  .popup-fade-login .popup .popup-close,
  .popup-fade-yes .popup .popup-close {
    top: 20px;
    right: 17px;
  }

  .popup-fade .popup .popup-close svg,
  .popup-fade-login .popup .popup-close svg,
  .popup-fade-yes .popup .popup-close svg {
    width: 18px;
    height: 18px;
  }

  .popup-fade .popup .title,
  .popup-fade-login .popup .title,
  .popup-fade-yes .popup .title {
    font-size: 17.347px;
    font-weight: 600;
    line-height: 120%;
    color: #333;
  }

  .popup-fade .popup .img,
  .popup-fade-login .popup .img,
  .popup-fade-yes .popup .img {
    margin-bottom: 7px;
  }

  .popup-fade .popup .text,
  .popup-fade-login .popup .text,
  .popup-fade-yes .popup .text {
    font-size: 10.119px;
    line-height: 17.347px;
    margin-bottom: 9px;
  }

  .popup-fade .popup .har,
  .popup-fade-login .popup .har,
  .popup-fade-yes .popup .har {
    gap: 18px;
  }

  .popup-fade .popup .har .item,
  .popup-fade-login .popup .har .item,
  .popup-fade-yes .popup .har .item {
    font-size: 10.119px;
    line-height: 17.347px;
    gap: 7px;
  }

  .popup-fade .popup .har .item svg,
  .popup-fade-login .popup .har .item svg,
  .popup-fade-yes .popup .har .item svg {
    width: 17.347px;
    height: 17.347px;
  }

  .popup-fade-login .popup,
  .popup-fade-yes .popup {
    max-width: 343px;
    padding: 24px;
  }

  .popup-fade-login .popup .popup-close,
  .popup-fade-yes .popup .popup-close {
    top: 25px;
    right: 1px;
  }

  .popup-fade-login .popup .popup-close svg,
  .popup-fade-yes .popup .popup-close svg {
    width: 25px;
    height: 25px;
  }

  .popup-fade-login .popup .title,
  .popup-fade-yes .popup .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
  }

  .popup-fade-login .popup .text,
  .popup-fade-yes .popup .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px;
  }

  .bootstrap-datetimepicker-widget {
        position: fixed !important;
        top: 50% !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        transform: translateY(-50%) !important;
        width: calc(100% - 50px) !important;
        max-width: 346px !important;
        height: auto !important;
        max-height: 430px !important;
        z-index: 9999 !important;
  }

  .mbsc-ios.mbsc-popup-round .mbsc-popup {
    margin: auto !important;
    inset: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 318px;
  }

  .mbsc-popup-overlay {
    display: block;
  }

  .u-AhunterSuggestions {
    border-radius: 0;
    background: #FFF;
    box-shadow: none;
    width: 100% !important;
    left: 0 !important;
    margin-top: 10px !important;
  }

  .popup-fade-poezdki {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 0;
    transition: all 0.5s;
    opacity: 1 !important;
  }

  .popup-fade-poezdki:before {
    display: none;
  }

  .popup-fade-poezdki .panel-container-vertical {
    height: 100vh;
  }

  .popup-fade-poezdki .panel-container-vertical .panel-popup {
    flex: 0 0 auto;
    padding: 10px;
    height: 100px;
    width: 100%;
    white-space: nowrap;
    background: transparent;
    color: white;
    min-height: 60px;
    max-height: 80vh;
    transition: all 0.5s;
    margin-bottom: -20px;
    display: block;
  }

  .popup-fade-poezdki .panel-container-vertical .splitter-horizontal {
    background: url("../images/hsizegrip.png") center center no-repeat #EFEFEF;
  }

  .popup-fade-poezdki.right {
    height: 100vh;
    width: 100%;
  }

  .popup-fade-poezdki .popup {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0 10px 14px 10px;
    position: relative;
  }

  .popup-fade-poezdki .popup .popup-close {
    top: 0;
    right: 27px;
  }

  .popup-fade-poezdki .popup .title {
    margin-bottom: 8px;
    padding: 0 0 0 18px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item {
    margin-bottom: 11px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info {
    border-radius: 22px;
    padding: 24px 8px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box {
    gap: 12px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .date {
    padding: 4px 0 4px 31px;
    display: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .date:nth-child(1) {
    background: url("../images/date.svg") 0 0 no-repeat;
    display: flex;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .box .date:nth-child(2) {
    background: url("../images/time.svg") 0 0 no-repeat;
    display: flex;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress {
    border-top: 1px solid #F6F6F4;
    border-bottom: 1px solid #F6F6F4;
    margin: 6px 0 9px 0;
    padding: 8px 0 7px 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress ol li {
    margin-bottom: 16px;
    border: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress ol li:before {
    flex-shrink: 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress ol li:last-child {
    margin-bottom: 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .adress ol li a {
    border: none;
    text-decoration: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .mobile {
    display: block;
    border-bottom: 1px solid #F6F6F4;
    padding: 0 0 7px 0;
    margin-bottom: 13px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .mobile .box {
    gap: 8px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .mobile .box .date {
    padding: 0;
    display: flex;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .mobile .box .date:last-child {
    width: 100%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .mobile .box .date:nth-child(1) {
    background: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info .mobile .box .date:nth-child(2) {
    background: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info {
    padding: 18px 16px;
    background: rgb(250, 252, 255);
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .link-otziv .box:last-child {
    margin: -36px 0 23px auto;
    width: 77%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .link-otziv+.box:nth-child(2) {
    margin: 0;
    width: 100%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box {
    align-items: flex-start;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box:first-child {
    align-items: flex-start;
    margin: 0 0 18px 0;
    justify-content: space-between;
    gap: 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box:nth-child(2) {
    margin: -36px 0 23px auto;
    width: 77%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box:last-child {
    align-items: flex-start;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .ava {
    width: 50px;
    height: 50px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .name {
    margin: 2px 0 0 0;
    margin-right: auto;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .otziv {
    margin: 2px 0 0 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .ocenka {
    margin: 2px 0 0 5px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .mest,
  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .bagaj,
  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .avto,
  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .local {
    display: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .img {
    width: 50.5%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .img a {
    display: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .img a:first-child {
    display: block;
    width: 100%;
    height: 133px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right {
    width: 48%;
    padding: 0;
    margin: 0 -6px 0 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right .text {
    margin: 0 0 10px 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right .price {
    margin-bottom: 16px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right .btn {
    font-size: 0;
    padding: 10px 10px 4px 10px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info .info .box .right .btn:before {
    font-size: 18px;
    content: "Заказать";
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info {
    background: #fff;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .box:nth-child(2) {
    margin: -41px 0 23px auto;
    width: 76%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .mest {
    display: block;
    margin: 4px 0 0 -32px;
    padding: 0 0 0 27px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .bagaj {
    display: block;
    margin: 3px 0 0 7px;
    padding: 0 0 0 24px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .avto {
    display: block;
    margin: 5px 0 0 auto;
    padding: 0 0 0 20px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .marka {
    order: -1;
    width: 100%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .mobile .box {
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .mobile .box .date {
    flex-wrap: wrap;
    width: 26%;
    justify-content: center;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .mobile .box .date span {
    display: block;
    width: 100%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .mobile .box .date i {
    background: url("../images/star.svg") 100% 50% no-repeat;
    width: 14px;
    height: 14px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .img {
    width: 100%;
    padding: 0;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 0 !important;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .img a:first-child,
  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .img a:nth-child(2),
  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .img a:nth-child(3) {
    display: block;
    box-shadow: none;
    width: 33%;
    height: 105px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv {
    margin-bottom: 18px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .zag {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin: 21px 0 11px 0;
    display: block;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .box {
    margin: 0;
    width: 100%;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .box .ava {
    width: 45px;
    height: 45px;
    display: block;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .driver-info.otzivi .info .info-oziv .text {
    width: 100%;
    margin: 10px 0 !important;
    border-bottom: 1px solid #F1F4F8;
    padding: 0 0 10px 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item .info-banner div {
    width: 70%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .info .box {
    justify-content: space-between;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .info .box form {
    display: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .info .mobile {
    border-top: 1px solid #F6F6F4;
    border-bottom: none;
    padding: 8px 0 4px 0;
    margin: 8px 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .info .mobile .box {
    justify-content: space-between;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .info .mobile .box .date {
    width: auto;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .info .adress {
    margin: 6px 0 19px 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .mobile-form {
    display: block;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .mobile-form form {
    width: 100%;
    margin: 9px 0 0 0;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .mobile-form .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .mobile-form .group input {
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    color: #000;
    font-family: "Gilroy", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.101px;
    width: 100%;
    outline: none;
    padding: 13px 15px;
    -moz-appearance: textfield;
    margin-bottom: 9px;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .mobile-form .group:nth-last-child(2) input {
    width: 47%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .mobile-form .group:nth-last-child(2) input:first-child {
    width: 100%;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .mobile-form .group .btn {
    border-radius: 360px;
    border: 1px solid #2993FF;
    background: #fff;
    color: #2993FF;
    text-align: center;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    transition: all 0.5s;
    width: 100%;
    padding: 10px;
    cursor: pointer;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item .item.oplata-vodil .mobile-form .text {
    color: #000;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.078px;
    margin: 0 auto 9px auto;
    width: 255px;
  }

  .fancybox__toolbar {
    display: block;
  }

  .fancybox__toolbar .f-button,
  .fancybox__toolbar .is-left {
    display: none;
  }

  .fancybox__toolbar .f-button:last-child,
  .fancybox__toolbar .is-left:last-child {
    display: block;
    background: none;
  }

  .fancybox__slide {
    width: 94%;
  }

  .f-thumbs.is-horizontal .f-thumbs__slide {
    width: 69px;
    height: 69px;
    margin: 0 14px 0 0;
  }

  .is-compact .fancybox__footer {
    position: initial;
    background: none;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .popup-fade-poezdki .popup #tabs-1 .tabs-items .tabs-item {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .popup-fade-poezdki .trips-loader {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-fade-poezdki .trips-loader .loader-text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=style.css.map */
.after_map {
  position: absolute;
  top: 10%;
  left: 50%
}

.swal2-html-container {
	font-size: 1.5em !important;
}

.swal2-confirm {
  background-color: #2993FF;
  width: 50px !important;
  height: 30px !important;
  font-size: 15px !important;
}

/* Увеличенная ширина кнопки "Включить" для окна запроса разрешения на уведомления */
.push-notification-confirm-button {
  min-width: 140px !important;
  width: auto !important;
}

.clear_btn {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0 0 0 auto;
  position: absolute;
  right: 54px;
  bottom: 10px;
  background: #fff;
}

.suggestions-suggestions {
  margin-top: 25px !important;
  margin-left: 50px !important;
  border: none !important;
  width: 300px;
  border-radius: 12px;
}

.sug_item_type,
.sug_item_addr {
  color: silver;
}
.DelAccaunt {margin-top: 10px !important;font-size: 11px !important;display: inline !important;}
.avatarImg {border-radius: 100px;}
header  .login-popup {
    z-index: 99999;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(88, 93, 105, 0.1), 0 12px 20px 0 rgba(88, 93, 105, 0.05);
    position: absolute;
 right: 0;
    top: 84px;
    width: 352px;
    padding: 26px 17px;
    display: none;
}


 

.login_div {display: flex;justify-content: center;align-items: center;}
.login {
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #d9d9d9;
    overflow: hidden;
    border: none;
    padding: 0;
}

.login>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profilePhoneErr {
    color: red;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
}

.login img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.login:hover {
    background: #d9d9d9;
}



.login-popup .ava {
    width: 62px;
    height: 62px;
    background: #D9D9D9;
    border-radius: 100px;
    position: relative;
    margin: 0 auto 19px auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.login-popup .ava img {
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.login-popup .ava a:hover {
    background: #D9D9D9;
}

.login-popup form {
    margin-bottom: 13px;
    width: 100%;
}

.login-popup input {
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    color: #000;
    font-family: "Gilroy", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.078px;
    display: block;
    width: 100%;
    outline: 0;
    padding: 14px 23px;
    margin-bottom: 12px;
}

.login-popup input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.login-popup input:disabled {
    background: #F5F5F5;
    color: #999;
    cursor: not-allowed;
    opacity: 0.7;
}
.login-popup a {
    color: #808080;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    transition: all 0.5s;
    text-decoration: none;
    margin: 0 0 12px 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.login-popup a path {
    transition: all 0.5s;
}

.login-popup a:hover {
    color: #2993FF;
}

.login-popup a:hover path {
    fill: #2993FF;
}

.login-popup a.remove {
    color: #FF2929;
    margin: 0 0 0 7px;
}

.login-popup a.remove:hover {
    color: #2993FF;
}

.login-popup a.remove:hover path {
    fill: #2993FF;
}
.formSendCodeError {text-align: center;font-size: 12px;margin-bottom: 10px;color: #E43838;}


.loading-indicator {
    display: none !important;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 auto 12px auto;
}

.user_form_taxi .loading-indicator.show {
    display: block !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

  .link-otziv   svg{
    width: 27px;
    height: 16px;
    position: relative;
    top: 3px;
    fill: antiquewhite;
  }

  .link-otziv.link-next  svg{
   
  }

  .link-otziv.link-prev svg{
  
    transform: rotate(180deg);
  }


 .box.openlist .driver, 
 .box .box_hidden.remove{display: none}
 .box.openlist .box_hidden.remove   {display: block}
.fancybox__slide.has-image>.fancybox__content {
      max-width: 960px;
    max-height: 460px;
}

.mmrgl-ctrl-logo-main {
    width: 8px !important;
    height: 8px !important;
    opacity: 0.5 !important;
}

.mmrgl-ctrl-logo-osm {
    width: 48px !important;
    height: 10px !important;
    opacity: 0.5 !important;
}

/* popup_poezdki должен перекрывать окно профиля */
.popup-fade-poezdki,
.popup-fade-poezdki:before,
.popup-fade-poezdki .popup {
    z-index: 100000;
}

/* popup-fade-rem всегда выше всех окон */
.popup-fade-rem,
.popup-fade-rem:before,
.popup-fade-rem .popup {
    z-index: 200000;
}

/* Предоплата: разный текст для десктопа и мобилы */
.prepayment-desktop { display: block; }
.prepayment-mobile { display: none; }

/* Окончательная цена: разный текст для десктопа и мобилы */
.final-price-desktop { display: block; }
.final-price-mobile { display: none; }

@media (max-width: 767px) {
  .prepayment-desktop { display: none; }
  .prepayment-mobile { display: block; }
  .final-price-desktop { display: none; }
  .final-price-mobile { display: block; }
}

/* Email prompt after order creation */
.email-prompt-modal {
  text-align: left;
}

.email-prompt-container {
  z-index: 999999 !important;
}

.email-prompt-container.swal2-container {
  z-index: 999999 !important;
}
.swal2-container {z-index: 999999 !important;;}

.email-prompt-modal .swal2-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #001A34;
  margin-bottom: 12px;
}

.email-prompt-modal .swal2-popup {
  padding: 24px 24px 20px 24px;
  border-radius: 14px;
}

.email-prompt-modal__body {
  width: 100%;
}

.email-prompt-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #D5D9DD;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Gilroy", sans-serif;
  color: #001A34;
}

.email-prompt-input:focus {
  border-color: #2993FF;
  box-shadow: 0 0 0 3px rgba(41, 147, 255, 0.15);
}

.email-prompt-error {
  margin-top: 8px;
  color: #E53935;
  font-size: 13px;
  line-height: 1.3;
}

.email-prompt-confirm {
  background-color: #2993FF;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 95px !important;
  height: 35px !important;
}

.email-prompt-confirm:hover {
  background-color: #1f7ad1;
}

.email-prompt-cancel {
  background: transparent;
  color: #2993FF;
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

.email-prompt-modal .swal2-actions {
  gap: 8px;
}
/* Очень узкий экран: только плотнее отступы; ширина карточек — из сетки max-width:840px (grid, width:100% у .item) */
@media (max-width: 320px) {
  .sec-1 .panel #tabs .tabs-items .tabs-item {
    padding: 4px;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item .box {
    gap: 2px;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item .item {
    box-sizing: border-box;
    padding: 8px 6px;
  }

  .sec-1 .panel #tabs .tabs-items .tabs-item:last-child .box {
    padding: 0 4px;
  }
}
.faq-section {
  margin: 40px auto 50px;
}

.faq-section > h2 {
  color: #1d2240;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 28px !important;
  position: relative;
}

.faq-section > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 4px;
  margin: 14px auto 0;
  background: #2da2e5;
}

.faq-section .panel-default {
  border: 0;
  border-radius: 14px;
  margin-bottom: 12px;
  background: #f1f2f6;
  box-shadow: none;
  overflow: hidden;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f1f2f6;
  border-radius: 14px;
  border-color: #ddd;
}

.faq-section .panel-heading {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 14px;
  transition: background-color 0.2s ease;
}

.faq-section .panel-title a {
  display: block;
  color: #22263f;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  padding: 14px 18px;
}

.faq-section .panel-title a:hover,
.faq-section .panel-title a:focus {
  color: #2993ff;
  text-decoration: none;
}

.faq-section .panel-heading.active {
  background: #2993ff;
}

.faq-section .panel-heading.active .panel-title a {
  color: #ffffff;
}

.faq-section .panel-body {
  padding: 18px 20px;
  background: #ffffff;
  border-top: 1px solid #e5e8ef;
  line-height: 1.6;
}

.sr-only,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.panel-body ol,
.panel-body ul {
  padding-left: 20px;
  margin: 10px 0;
}

/* Routes section styles (moved from routes-common.css) */
.routes-section {
  padding: 36px 0 24px;
  background: #fff;
  --primary: #2993FF;
}

.routes-title {
  margin: 0 0 28px;
  text-align: center;
  color: #1d2240;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  position: relative;
}

.routes-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 4px;
  margin: 14px auto 0;
  background: #2da2e5;
}

.routes-section .routes-loader {
  text-align: center;
  font-size: 14px;
  margin: 10px 0 15px;
  color: #7E858E;
}

.routes-toggle-wrap {
  text-align: center;
  margin-top: 20px;
}

.routes-toggle-btn {
  display: none;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #2da2e5;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
}

.routes-toggle-btn:hover,
.routes-toggle-btn:focus {
  background: transparent;
  color: #000000;
  text-decoration: none !important;
  outline: none;
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 12px;
}

.route-pill {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #22263f;
  background: #f1f2f6;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.route-pill:hover,
.route-pill:focus {
  background: var(--primary);
  color: #ffffff;
  text-decoration: none !important;
  outline: none;
}

.where-working-section {
  margin: 30px auto 40px;
}

.where-working-section .where-working-grid {
  margin-top: 8px;
}

.where-working-section .where-working-link {
  display: inline-block;
}

/* mod_sttm routes: same visual style as popular routes + price */
.sttm-popular-routes {
  margin: 30px 0;
  --primary: #2993FF;
}

.sttm-popular-routes .sttm-routes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sttm-popular-routes .sttm-route-item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sttm-popular-routes .sttm-route-pill {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 12px;
  padding: 12px 16px;
}

.sttm-popular-routes .sttm-route-city {
  display: block;
  font-size: 16px;
}

.sttm-popular-routes .sttm-route-price {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1d2240;
  white-space: nowrap;
}

.sttm-popular-routes .sttm-route-pill:hover,
.sttm-popular-routes .sttm-route-pill:focus {
  background: #2993FF;
  color: #ffffff;
}

.sttm-popular-routes .sttm-route-pill:hover .sttm-route-price,
.sttm-popular-routes .sttm-route-pill:focus .sttm-route-price {
  color: #ffffff;
}

.mod-articlescategory.where-working-section .route-pill:hover,
.mod-articlescategory.where-working-section .route-pill:focus {
  background: #f1f2f6;
  color: #22263f;
}

/* Mobile app promo full-width block */
.mobile-app-section {
  width: 100%;
  background: linear-gradient(90deg, #dff1ff 0%, #eef8ff 100%);
  padding: 42px 0;
  margin: 25px 0 10px;
}

.mobile-app-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mobile-app-left {
  flex: 1 1 auto;
}

.mobile-app-title {
  margin: 0 0 10px;
  color: #1d2240;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
}

.mobile-app-subtitle {
  margin: 0 0 26px;
  color: #26324a;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
}

.mobile-app-stores {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.1px;
}

.store-badge.store-badge-logo {
  min-width: 168px;
  width: 168px;
  height: 50px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.store-badge.store-badge-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.store-badge.store-badge-logo:hover,
.store-badge.store-badge-logo:focus {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.store-badge:hover,
.store-badge:focus {
  background: #2993ff;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.mobile-app-right {
  flex: 0 0 310px;
}

.mobile-app-qr-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(26, 69, 125, 0.08);
  text-align: center;
}

.mobile-app-qr-text {
  margin: 0 0 10px;
  color: #2a3550;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.mobile-app-qr-img {
  width: 176px;
  height: 176px;
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 1200px) {
  .routes-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mobile-app-title {
    font-size: 44px;
  }

  .mobile-app-subtitle {
    font-size: 28px;
  }

  .mobile-app-qr-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .routes-title {
    font-size: 30px;
  }

  .routes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-pill {
    font-size: 13px;
  }

  .routes-toggle-btn {
    font-size: 20px;
  }

  .sttm-popular-routes .sttm-routes-grid {
    grid-template-columns: 1fr;
  }

  .mobile-app-section {
    padding: 28px 0;
    margin: 20px 0 10px;
  }

  .mobile-app-container {
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-app-title {
    font-size: 34px;
    text-align: center;
  }

  .mobile-app-subtitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 18px;
  }

  .mobile-app-stores {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .store-badge {
    min-width: 190px;
    height: 34px;
    font-size: 13px;
  }

  .store-badge.store-badge-logo {
    min-width: 200px;
    width: 200px;
    height: 58px;
    border-radius: 8px;
  }

  .store-badge.store-badge-logo img {
    object-fit: cover;
  }

  .mobile-app-right {
    flex-basis: auto;
  }

  .mobile-app-qr-card {
    padding: 14px 14px 16px;
  }

  .mobile-app-qr-text {
    font-size: 16px;
  }

  .mobile-app-qr-img {
    width: 150px;
    height: 150px;
  }
}

/* Reviews block (template.css: фикс. height у .reviews и .otz-blok) */
.row.reviews {
  margin: 40px 0 50px;
  height: auto !important;
  min-height: 0;
  overflow: visible;
}

.row.reviews .otz h2 {
  color: #1d2240 !important;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 28px;
  position: relative;
}

.row.reviews .otz h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 4px;
  margin: 14px auto 0;
  background: #2da2e5;
}

.row.reviews #myCarousel {
  margin-bottom: 16px;
}

.row.reviews #myCarousel .carousel-inner {
  padding: 0 44px;
}

.row.reviews .otz-blok {
  background: #f1f2f6;
  border-radius: 14px;
  padding: 16px 16px 14px;
  min-height: 225px;
  height: auto;
  color: #22263f;
  line-height: 1.5;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  box-sizing: border-box;
  overflow: visible;
}

.row.reviews .otz-author {
  margin-top: auto;
  padding-top: 12px;
  font-weight: 600;
  color: #1d2240;
  flex-shrink: 0;
}

.row.reviews .otz-author img {
  width: 95px !important;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
  margin-left: 6px;
}

.row.reviews #myCarousel .carousel-control {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  text-shadow: none;
  opacity: 1;
  color: #2993ff;
}

.row.reviews #myCarousel .left.carousel-control {
  left: 0;
}

.row.reviews #myCarousel .right.carousel-control {
  right: 0;
}

.row.reviews #myCarousel .carousel-control .glyphicon {
  top: 0;
  font-size: 28px;
}

.row.reviews #myCarousel .carousel-control:hover,
.row.reviews #myCarousel .carousel-control:focus {
  background: transparent;
  color: #000000;
}

.row.reviews .otz a[href="/reviews"] {
  color: #2da2e5;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.row.reviews .otz a[href="/reviews"]:hover,
.row.reviews .otz a[href="/reviews"]:focus {
  color: #000000;
  text-decoration: none;
}

@media (max-width: 991px) {
  .row.reviews #myCarousel .carousel-inner {
    padding: 0 34px;
  }

  .row.reviews #myCarousel .left.carousel-control {
    left: 0;
  }

  .row.reviews #myCarousel .right.carousel-control {
    right: 0;
  }
}

@media (max-width: 768px) {
  .row.reviews #myCarousel .carousel-inner {
    padding: 0;
  }

  .row.reviews .otz h2 {
    font-size: 30px;
  }

  .row.reviews .otz-blok {
    min-height: 0;
    height: auto;
    margin-bottom: 12px;
  }

  .row.reviews .otz-author {
    margin-top: 12px;
    padding-top: 0;
  }

  .row.reviews #myCarousel .left.carousel-control,
  .row.reviews #myCarousel .right.carousel-control {
    left: 8px;
    right: auto;
    top: auto;
    bottom: -52px;
    transform: none;
  }

  .row.reviews #myCarousel .right.carousel-control {
    left: 58px;
  }
}

/* TRATATUR app download: smart button + honeypot (маршруты) */
.tratatur-app-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
}

.mobile-app-stores--single {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 320px;
  margin: 0 auto;
}

.mobile-app-section--mobile-store .mobile-app-stores {
  justify-content: center;
}

button.tratatur-app-store-smart {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  border-radius: 10px;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

button.tratatur-app-store-smart:focus {
  outline: 2px solid #2993ff;
  outline-offset: 2px;
}

button.tratatur-app-store-smart--block {
  width: 100%;
  max-width: 280px;
}

button.tratatur-app-store-smart--block img {
  width: 100%;
  height: auto;
  display: block;
}

button.tratatur-app-store-smart--busy {
  opacity: 0.88;
  transform: scale(0.98);
}

/* Попап «Скачай приложение» (глобально) */
#appPopup.tratatur-app-popup {
  position: relative;
  flex-direction: column;
  align-items: stretch;
  width: calc(100% - 32px);
  max-width: 420px;
  padding: 28px 24px 24px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(29, 34, 64, 0.18);
  font-family: Gilroy, Arial, sans-serif;
  pointer-events: auto;
  overflow: visible;
}

.tratatur-app-popup-logo {
  display: block;
  margin: 0 auto 16px;
  height: auto;
  max-width: 146px;
}

.tratatur-app-popup-heading {
  margin: 0 0 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #1d2240;
  line-height: 1.2;
}

.tratatur-app-popup-sub {
  margin: 0 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
  color: #55607a;
}

.tratatur-app-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 50;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.95);
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  color: #8892a8;
  cursor: pointer;
  border-radius: 10px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  box-shadow: 0 0 0 1px rgba(29, 34, 64, 0.06);
}

.tratatur-app-popup-close:hover,
.tratatur-app-popup-close:focus {
  color: #1d2240;
  outline: none;
}

.tratatur-app-popup-body--desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.tratatur-app-popup-qr-wrap {
  text-align: center;
}

.tratatur-app-popup-qr-hint {
  margin: 0 0 10px;
  font-size: 15px;
  color: #2a3550;
  font-weight: 500;
  line-height: 1.3;
}

.tratatur-app-popup-qr {
  width: 176px;
  height: 176px;
  max-width: 100%;
  display: inline-block;
}

.tratatur-app-popup-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.tratatur-app-popup-body--mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0 16px;
}

.tratatur-app-popup-main-btn {
  box-sizing: border-box;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.tratatur-app-popup-main-btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 480px) {
  #appPopup.tratatur-app-popup {
    padding: 36px 20px 22px;
    width: calc(100% - 40px);
  }

  .tratatur-app-popup-heading {
    font-size: 20px;
  }

  .tratatur-app-popup-body--mobile {
    padding: 0 12px 4px;
  }

  .tratatur-app-popup-main-btn {
    max-width: 220px;
  }
}

/* Поездки в попапе (перенесено с начала файла — после @charset) */
.popup-fade-poezdki .trips-loader {
  display: none;
  text-align: center;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-fade-poezdki .trips-loader .loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #2993FF;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

.popup-fade-poezdki .trips-loader .loader-text {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 23px;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}

.popup-fade-poezdki .trips-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  min-height: 300px;
}

.popup-fade-poezdki .trips-empty img {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}

.popup-fade-poezdki .trips-empty p {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

/* Непрозрачный фон карточек классов (mod_stttaxi_map без .scroll-wrapper просвечивал карту; подстраховка к каскаду Bootstrap) */
.sec-1 .panel #tabs .tabs-items .tabs-item .item {
  background-color: #fff;
}
