* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html {
  scrollbar-width: none;
}

body {
  font-family: Manrope;
  color: rgb(66, 66, 66);
}

input {
  font-family: Manrope;
  color: rgb(66, 66, 66);
}

a {
    color: inherit;
    text-decoration: none;
}

.iframeBody {
  /*padding: 16px 40px 60px 60px;*/
  padding: 0px 40px 60px 60px;
  scrollbar-width: none;
}

@media(max-width: 1024px) {
  .iframeBody {
    padding: 24px 20px;
  }
}

.iframeBody::-webkit-scrollbar {
  display: none;
}



.btn {
  color: rgb(255, 255, 255);
  border-radius: 6px;
  background: rgb(27, 91, 163);
}



@media(max-width: 1550px) {
    table {
    max-width: 100%!important;
    min-width: 100%!important;
    width: 100%!important;
    table-layout: fixed;
}

table * {
    max-width: 100%!important;
    table-layout: fixed;
}

table th {
    width: initial!important;
}
}




* {
  scrollbar-width: thin;
}




.datepicker {
  position: absolute;
  width: 410px;
  padding: 15px;
  user-select: none;
  z-index: 1000;
  display: none;
  background: rgb(248, 250, 254);
  box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid rgb(223, 228, 239);
  border-radius: 12px;
}

body.iframeBody:has(.floating-dropdown) .datepicker {
    /*display: none!important;*/
}

.datepicker-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
}

.nav-arrow {
  cursor: pointer;
  border-radius: 80px;
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.05);
  background: rgb(255, 255, 255);
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
  padding: 4px 8px;
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.05);
  background: rgb(255, 255, 255);
  border-radius: 6px;
  color: rgb(20, 20, 20);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: calc((1em / 100) * 1 * -1);
  text-align: center;
  display: flex;
  gap: 4px;
  height: 44px;
  padding: 10px 12px;
  background-color: #ffffff;
  border-radius: 6px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 6px;
  max-height: 248px;
  overflow-y: auto;
  display: none;
  z-index: 1001;
  width: 137px;
  /*height: 248px;*/
  padding: 12px 4px 12px 12px;
  border: 1px solid rgba(223, 228, 239, 1);
}

.dropdown-menu__inner::-webkit-scrollbar {
  width: 3px;
  border-radius: 8px;
}

.dropdown-menu__inner::-webkit-scrollbar-track {
  background: #4242420d;
  border-radius: 8px;
}

.dropdown-menu__inner::-webkit-scrollbar-thumb {
  background: rgb(66 66 66 / 20%);
  border-radius: 8px;
}

.dropdown-menu__inner div {
  padding: 9px 0;
  cursor: pointer;
}

.dropdown-menu__inner div:hover {
  color: #1b5ba3;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
  gap: 4px;
  height: 44px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: #424242;
  text-transform: uppercase;
}

.dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 4px;
}

.date {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 6px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #424242;
}

.date:hover {
  background-color: #eee;
}

.other-month {
  opacity: .5;
}

.disabled-date {
  background: transparent;
  color: #001754;
  opacity: .15;
}

.other-month:not(.disabled-date) {
  outline: 1px solid gray;
}

.selected {
  background-color: #1b5ba3;
  color: white;
}

.select-options {
  display: none;
  overflow: auto;
  height: 100%;
  max-height: 350px;
  scrollbar-width: thin;
  /*padding-right: 11px;*/
}

.select-options span{
  font-size: 11px;
}

.floating-dropdown {
  border-radius: 6px;
  background: rgb(255, 255, 255);
  /*width: 290px;*/
  max-width: 100%;
  /*height: 221px;*/
  /*padding: 12px 7px 12px 20px;*/
  box-shadow: 0px 1px 1px 0px rgba(0, 14, 51, 0.05);
  border: 1px solid rgba(223, 228, 239, 1);
  margin-top: 5px;
}

.select-options div {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  padding: 9px 20px;
}

.select-options::-webkit-scrollbar {
  width: 3px;
  border-radius: 8px;
}

.select-options::-webkit-scrollbar-track {
  background: #4242420d;
  border-radius: 8px;
}

.select-options::-webkit-scrollbar-thumb {
  background: rgb(27 91 163 / 20%);
}


.dropdown-menu__inner > :hover {
  background-color: rgb(248, 250, 254);
  /*color: #1b5ba3;*/
}

.select-options > :hover {
  /*color: rgb(27, 91, 163);*/
  background-color: rgb(248, 250, 254);
}

.select-options > .hover {
  /*color: rgb(27, 91, 163);*/
  background-color: rgb(248, 250, 254);
}

#prev-month {
  margin-right: auto;
  background-image: url(/img/new/left.svg);
}

#next-month {
  margin-left: auto;
  background-image: url(/img/new/right.svg);
}

.dropdown-toggle:after {
  content: '';
  display: block;
  background: url(/img/new/date-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 24px;
}

[data-id="month-dropdown"] .dropdown-toggle {
  padding: 10px 12px;
  border: 2px solid #1b5ba3;
}

[data-id="month-dropdown"] .dropdown-toggle:after {
  transform: scaleY(-1);
}

.dropdown-menu__inner {
  height: 100%;
  overflow: auto;
  padding: 0 6px 0 0;
  display: flex;
  flex-direction: column;
  /*gap: 6px;*/
}

[data-id="year-dropdown"] .dropdown-menu {
  width: 91px;
}

.bold{
  font-weight: 1000 !important;
}

@media(max-width: 1024px) {
  .datepicker {
    width: 290px;
    max-width: 100%;
    /* left: 50%!important; */
    /* transform: translateX(-50%); */
    padding: 12px 10px 14px;
  }

  .nav-arrow {
    width: 24px;
    height: 24px;
    min-width: 30px;
    width: 30px;
    height: 30px;
  }

  .dropdown-toggle {
    height: 33px;
    padding: 7px 12px;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
  }

  .dropdown-toggle:after {
    height: 19px;
    background-size: cover;
  }

  .datepicker-header {
    margin-bottom: 0;
  }

  .days {
    font-size: 15px;
    margin-bottom: 0;
    gap: 10px;
  }

  .dates {
    gap: 4px 10px;
  }

  .date {
    height: 26px;
  }
}





.lk__light-toggle {
  width: 69px;
  height: 36px;
  border: 1px solid rgb(27, 91, 163);
  border-radius: 50px;
  background: rgb(248, 250, 254);
  position: relative;
}

.lk__light-toggle span {
  width: 31px;
  height: 31px;
  background: rgb(27, 91, 163);
  display: flex;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  background-image: url(/img/new/sun.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  transition: all .5s;
}

.lk__light-toggle.active span {
  background-image: url(/img/new/moon.svg);
  left: auto;
  right: 3px;
}

.lk__sidebar .lk__light-switch {
  display: none;
}

@media(max-width: 1024px) {
  .lk__light-toggle {
    width: 53px;
    height: 27px;
  }

  .lk__light-toggle span {
    width: 23.14px;
    height: 22.62px;
    background-size: 14.18px;
  }
}





.pc-show {
  /*display: flex!important;*/
  display: flex;
}

.mb-show {
  /*display: none!important;*/
  display: none;
}

@media(max-width: 1024px) {
  .pc-show {
    display: none!important;
  }

  .mb-show {
    display: flex!important;
  }
}











.modal {
  display: none;
}

.modal.active {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 30%);
  left: 0;
  top: 0;
  justify-content: space-around;
  overflow: auto;
  padding: 30px 0;
  z-index: 3;
}

.modal-top {
  background: rgba(27, 91, 163, 1);
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.modal-title {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
}

.modal-close {
  width: 34px;
  height: 34px;
  min-width: 34px;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 100%;
  background-image: url(/img/new/cross-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-close:hover {
  background-color: rgba(66, 66, 66, 1);
  background-image: url(/img/new/cross-black-white.svg);
}

.modal-wrap {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
}



.passenger-modal__wrap {
  width: 605px;
  max-width: calc(100% - 20px);
  height: fit-content;
  margin: auto;
}

.passenger-modal__top {
  padding: 22px 40px;
}

.passenger-modal__content {
  padding: 22px 40px 38px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.passenger-modal__inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.passenger-modal__input {
  display: flex;
  gap: 19px;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  line-height: 11px;
  align-items: center;
}

.passenger-modal__input-wrap {
  width: 357px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}

.passenger-modal__input-wrap input[type="text"] {
  height: 42px;
  border: 1px solid rgba(223, 228, 239, 1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  padding: 0px 11px;
  width: 100%;
}

.passenger-modal__input-radio {
  font-size: 15px;
  font-weight: 400;
  line-height: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.passenger-modal__input-radio:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid rgba(223, 228, 239, 1);
  border-radius: 60px;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
}

.passenger-modal__input-radio:has(:checked):before {
  border: 6px solid rgba(27, 91, 163, 1);
  background: rgba(255, 255, 255, 1);
}

.passenger-modal__input-radio input[type="radio"] {
  display: none;
}

.passenger-modal__input-date {
  width: 100%;
  position: relative;
}

.passenger-modal__input-date:after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid rgb(223, 228, 239);
  border-radius: 50px;
  background: rgb(248, 250, 254);
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/img/new/down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  transition: all .5s;
  box-sizing: border-box;
}

.passenger-modal__input-date:hover:after {
  background: rgb(27, 91, 163);
  border: 1px solid rgb(27, 91, 163);
  background-image: url(/img/new/down-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.passenger-modal__line {
  width: 100%;
  border-bottom: 1px solid rgba(223, 228, 239, 1);
}

.passenger-modal__bonus {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.passenger-modal__bonus-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bonus-top__title {
  font-size: 21px;
  font-weight: 600;
  line-height: 15px;
}

.bonus-top__addbtn {
  height: 40px;
  border: 1px solid rgba(27, 91, 163, 1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(27, 91, 163, 1);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
}

.bonus-top__addbtn:before {
  background-image: url(/img/new/return-route.svg);
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bonus-top__addbtn:hover {
  background: rgba(27, 91, 163, 1);
  color: #FFF;
}

.bonus-top__addbtn:hover:before {
  background-image: url(/img/new/return-route-white.svg);
}

.passenger-modal__bonus-inputs {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.bonus-input {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 15px;
  font-weight: 400;
  line-height: 11px;
  width: calc((100% - 20px - 15px - 22px)/3 - 3.4%);
}

.bonus-input input[type="text"] {
  height: 42px;
  border: 1px solid rgba(223, 228, 239, 1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
}

.bonus-input__close {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 100%;
  background-color: rgba(27, 91, 163, 1);
  margin-bottom: 12px;
  margin-left: 5px;
  background-image: url(/img/new/cross-black-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14.12px;
}

.bonus-input__close:hover {
  background-color: rgba(66, 66, 66, 1);
}

.bonus-input.big {
  flex-grow: 1;
}

.passenger-modal__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.passenger-modal__btn {
  padding: 0px 20px;
  height: 46px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.passenger-modal__btn-add {
}

.passenger-modal__btn-cancel {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(27, 91, 163, 1);
  color: rgba(27, 91, 163, 1);
}

.passenger-modal__btn-cancel:hover {
  background: rgba(27, 91, 163, 1);
  color: #FFF;
}


.chat-toggle {
    display: flex;
    position: fixed;
    width: 139px;
    height: 36px;
    right: 0;
    border-radius: 7px 7px 0px 0px;
    background: rgba(27, 91, 163, 1);
    right: 0;
    bottom: 147px;
    transform: rotate(-90deg) translateY(52px);
    color: rgba(255, 255, 255, 1);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.chat-toggle:before {
    content: '';
    display: block;
    background-image: url(/img/new/chat-toggle.svg);
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.chat-modal__wrap {
    position: fixed;
    right: 56px;
    bottom: 60px;
    width: 437px;
    height: 788px;
    border-radius: 8px;
    box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.07);
    background-image: url(/img/new/chat-bg.png);
    max-height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
}

.chat-modal__top {
    padding: 14px 23px;
}

.chat-modal__top:before {
    content: '';
    display: block;
    background-image: url(/img/new/chat-toggle.svg);
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.chat-modal__title {
    font-size: 20px;
    line-height: 14px;
}

.chat-modal__close {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background-size: 19.76px;
}

.chat-modal__content {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.chat-modal__chat {
    margin: 8px 6px 0 16px;
    height: auto;
    overflow: auto;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.chat-modal__chat::-webkit-scrollbar {
  width: 5px;
  border-radius: 8px;
}

.chat-modal__chat::-webkit-scrollbar-track {
  background: rgb(66 66 66 / 6%);
  border-radius: 8px;
}

.chat-modal__chat::-webkit-scrollbar-thumb {
  background: rgb(27 91 163 / 20%);
  border-radius: 8px;
}

.chat-modal__date-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-modal__date {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 24px;
    border-radius: 100px;
    background: rgba(235, 242, 255, 1);
    font-size: 14px;
    font-weight: 400;
}

.chat-modal__message {
    width: 263px;
    border: 1px solid rgba(223, 228, 239, 1);
    border-radius: 8px;
    background: rgba(248, 250, 254, 1);
    margin: 0 36px 0 auto;
    display: flex;
    flex-direction: column;
    padding: 14px;
    gap: 10px;
    position: relative;
}

.chat-modal__message-name {
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
    display: flex;
    justify-content: space-between;
}
.chat-modal__ordernumber{
  color: rgba(27, 91, 163, 1);
  font-size: 0.9em;
}

.chat-modal__ordertype{
  font-size: 0.9em;
}

.chat-modal__message-text {
    color: rgba(102, 102, 102, 1);
    font-size: 12px;
    font-weight: 400;
}

.chat-modal__message-time {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    line-height: 9px;
    right: 0;
    width: 36px;
    transform: translateX(100%);
    text-align: right;
}

.chat-modal__message.other {
    border: 1px solid rgba(197, 250, 207, 1);
    background: rgba(222, 255, 228, 1);
    width: -webkit-fill-available;
}

.chat-modal__form {
    border-top: 1px solid rgba(223, 228, 239, 1);
    padding: 17px 0 0;
    margin: 17px 23px 28px;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.chat-modal__form-message {
    border: 1px solid rgba(223, 228, 239, 1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.44);
    padding: 15px 11px;
    height: 130px;
    width: 100%;
}

.chat-modal__form-send {
    width: 212px;
    height: 46px;
    border: none;
    font-size: 15px;
    font-weight: 400;
}



.download-modal__wrap, .complex-modal__wrap {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 605px;
}

.download-modal__content {
    padding: 26px 28px 33px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.complex-modal__content {
    padding: 0px 28px 33px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.download-modal__row {
    display: flex;
    flex-direction: column;
    max-height: 535px;
    overflow-y: auto;
    gap: 22px;
    scrollbar-width: thin;
}

.complex-modal__row {
    display: flex;
    flex-direction: column;
    max-height: 535px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.download-modal__item, .complex-modal__item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.download-modal__item:last-child, .complex-modal__item:last-child {
    padding-bottom:5px;
}

.download-modal__item_left, .complex-modal__item_left{
  display: flex;
  column-gap: 12px;
}

.download-modal__item + .download-modal__item + .download-modal__item {
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
    padding-top: 22px;
}

.complex-modal__item + .complex-modal__item + .complex-modal__item {
  border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.complex-modal__item {
  padding: 15px 0 15px;
  cursor: pointer;
}

.complex-modal__item:hover {
  background-color: rgb(248, 250, 254);
}

.complex-modal__data{
  display: flex;
  align-items: center;
  gap: 3px;
}

.complex-modal__title{
  padding-left: 10px;
}

.download-modal__checkbox {}

.download-modal__checkbox:before {
  content: '';
  display: block;
  border: 1px solid rgb(223, 228, 239);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  width: 20px;
  height: 20px;
  min-width: 20px;
  box-sizing: border-box;
}

.download-modal__checkbox:has(:checked):before {
  border: 1px solid rgb(27, 91, 163);
  background: rgb(27, 91, 163);
  background-image: url(/img/new/check-small-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.download-modal__checkbox input[type="checkbox"] {
    display: none;
}

.download-modal__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
}

.complex-modal__meta {
    display: flex;
    align-items: center;
    gap: 12px 14px;
}

.complex-modal__number, .complex-modal__date{
  font-size: 16px;
  font-weight: bold;
  color: rgba(27, 91, 163, 1);
}

.download-modal__name {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 12px;*/
}

.download-modal__type,
.download-modal__date {
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    color: #999999;
}

.download-modal__type b,
.download-modal__date b {
    font-weight: 600;
    color: rgb(66, 66, 66);
}

.download-modal__item-buttons, .complex-modal__item-buttons {
    display: flex;
    gap: 12px;
    padding-right: 10px;
}

.download-modal__item-btn, .complex-modal__item-btn {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.download-modal__item-btn-delete {
    background-image: url(/img/new/trash-blue.svg);
}

.complex-modal__item-btn-select {
    background-image: url(/img/new/trash-blue.svg);
}

.download-modal__item-btn-delete {}

.download-modal__item-btn-download {
    background-image: url(/img/new/download-blue.svg);
}

.download-modal__buttons, .complex-modal__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.download-modal__btn, .complex-modal__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 23px;
    border: 1px solid rgba(27, 91, 163, 1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    height: 46px;
    color: rgba(27, 91, 163, 1);
    font-size: 16px;
    font-weight: 400;
}

.download-modal__btn:hover, .complex-modal__btn:hover {
    color: #FFF;
    background: rgba(27, 91, 163, 1);
}



.delete-file__wrap {
    border-radius: 20px;
    background: rgba(248, 250, 254, 1);
    width: 330px;
    margin: auto;
    position: relative;
    padding: 35px 23px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.warning__wrap, .confirm__wrap, .text-edit__wrap {
    border-radius: 20px;
    background: rgba(248, 250, 254, 1);
    /*width: 330px;*/
    margin: auto;
    position: relative;
    padding: 35px 23px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.delete-file__wrap:before {
    content: '';
    display: block;
    background-image: url(/img/new/delete-file-not.svg);
    width: 29px;
    height: 29px;
    min-width: 29px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*.warning__wrap:before, .confirm__wrap:before {*/
/*    content: '';*/
/*    display: block;*/
/*    background-image: url(/img/new/delete-file-not.svg);*/
/*    width: 29px;*/
/*    height: 29px;*/
/*    min-width: 29px;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 10px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*}*/

.delete-file__title {
    font-size: 21px;
    font-weight: 600;
    line-height: 15px;
}

.warning__title, .confirm__title, .text-edit__title {
    font-size: 21px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 15px;
}

.delete-file__text {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.delete-file__buttons {
    display: flex;
    gap: 10px;
}

.warning__buttons, .confirm__buttons, .text-edit__buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 10px;
}

.delete-file__btn {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 23px;
    height: 46px;
    border-radius: 6px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warning__btn, .confirm__btn, .text-edit__btn {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 23px;
    height: 46px;
    border-radius: 6px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-file__btn-ok {
    background: rgba(27, 91, 163, 1);
    color: rgba(255, 255, 255, 1);
}

.warning__btn-ok, .confirm__btn-ok, .text-edit__btn-ok {
    background: rgba(27, 91, 163, 1);
    color: rgba(255, 255, 255, 1);
}

.delete-file__btn-cancel {
    color: rgba(27, 91, 163, 1);
    background: transparent;
    border: 1px solid rgba(27, 91, 163, 1);
}

.confirm__btn-cancel, .text-edit__btn-cancel {
    color: rgba(27, 91, 163, 1);
    background: transparent;
    border: 1px solid rgba(27, 91, 163, 1);
}

.delete-file__btn:hover {
    background: rgba(27, 91, 163, 1);
    color: rgba(255, 255, 255, 1);
}

.warning__btn:hover, .confirm__btn:hover, .text-edit__btn:hover {
    background: rgba(27, 91, 163, 1);
    color: rgba(255, 255, 255, 1);
}

.text-edit__text{
  height: auto;
  padding: 5px;
}

.addpassenger-modal__wrap {
    width: 605px;
    margin: auto;
}

.addpassenger-modal__content {
    padding: 26px 28px 37px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.addpassenger-modal__passengers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.addpassenger-modal__passenger {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
}

.addpassenger-modal__passenger + .addpassenger-modal__passenger + .addpassenger-modal__passenger {
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.addpassenger-modal__passenger input[type="checkbox"] {
    display: none;
}

.addpassenger-modal__passenger:before {
  content: '';
  display: block;
  border: 1px solid rgb(223, 228, 239);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  width: 20px;
  height: 20px;
  min-width: 20px;
  box-sizing: border-box;
}

.addpassenger-modal__passenger:has(:checked):before {
  border: 1px solid rgb(27, 91, 163);
  background: rgb(27, 91, 163);
  background-image: url(/img/new/check-small-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.addpassenger-modal__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.addpassenger-modal__btn {
    width: auto;
    height: 46px;
    border: 1px solid rgba(27, 91, 163, 1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    padding: 0px 23px;
    color: rgba(27, 91, 163, 1);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addpassenger-modal__btn-addselected {
    background: rgba(241, 246, 255, 1);
}

.addpassenger-modal__btn:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(27, 91, 163, 1);
}




.addinfo-modal__wrap {
    width: 605px;
    margin: auto;
}

.addinfo-modal__content {
    padding: 22px 28px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.addinfo-modal__inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.addinfo-modal__input {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    line-height: 11px;
}

.addinfo-modal__input input[type="text"] {
    width: calc(100% - 143px);
    border: 1px solid rgba(223, 228, 239, 1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    height: 42px;
    padding: 0px 11px;
}

.addinfo-modal__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.addinfo-modal__btn {
    padding: 0px 23px;
    height: 46px;
    width: auto;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(27, 91, 163, 1);
    border: 1px solid rgba(27, 91, 163, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.addinfo-modal__btn:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(27, 91, 163, 1);
}

.addinfo-modal__btn-cancel {
    color: rgba(27, 91, 163, 1);
    background: rgba(255, 255, 255, 1);
}




.confirmdata-modal__wrap {
    width: 1105px;
    margin: auto;
    max-width: calc(100% - 20px);
}

.confirmdata-modal__content {
    padding: 28px 28px 39px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.confirmdata-modal__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.confirmdata-modal__block-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
}

.confirmdata-modal__table {
    overflow: auto;
}

.confirmdata-modal__table::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  border-radius: 8px;
}

.confirmdata-modal__table::-webkit-scrollbar-track {
  background: #4242420d;
  border-radius: 8px;
}

.confirmdata-modal__table::-webkit-scrollbar-thumb {
  background: rgb(66 66 66 / 20%);
  border-radius: 8px;
}

.confirmdata-modal__table table {
    width: 1049px;
    border-collapse: separate;
    border-spacing: 0;
}

.confirmdata-modal__table table thead {}

.confirmdata-modal__table table thead tr {}

.confirmdata-modal__table table th {
    background: rgb(248, 250, 254);
    border: 1px solid rgb(223, 228, 239);
    border-width: 1px 0 1px 1px;
    height: 44px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.confirmdata-modal__table table tbody {}

.confirmdata-modal__table table tbody tr {

}

.confirmdata-modal__table table td {
    border: 1px solid rgb(223, 228, 239);
    background: rgb(255, 255, 255);
    border-width: 0 0 1px 1px;
    height: 42px;
    overflow: hidden;
    padding: 0 16px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-weight: 500;
}

.confirmdata-modal__table table th:first-child {
    border-radius: 8px 0px 0px 0px;
}

.confirmdata-modal__table table th:last-child {
    border-width: 1px;
    border-radius: 0px 8px 0px 0px;
}

.confirmdata-modal__table table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 8px;
}

.confirmdata-modal__table table tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
}

.confirmdata-modal__table table td:last-child {
    border-width: 0 1px 1px;
}

th.confirmdata-modal__table-route {
    width: 430px;
}

th.confirmdata-modal__table-flight {
    width: 161px;
}

th.confirmdata-modal__table-date {
    width: 120px;
}

th.confirmdata-modal__table-time-from {
    width: 180px;
}

th.confirmdata-modal__table-time-to {
    width: 158px;
}

.confirmdata-modal__flight {
    width: 1049px;
    border: 1px solid rgba(223, 228, 239, 1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    padding: 14px 20px;
}

.confirmdata-modal__flight__price {
    color: rgba(27, 91, 163, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 17px;
    margin-right: 33px;
    width: 100px;
}

.confirmdata-modal__change {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 190px;
    margin-right: 60px;
}

.confirmdata-modal__change span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(27, 91, 163, 1);
    font-size: 18px;
    font-weight: 600;
    line-height: 13px;
    position: relative;
}

.confirmdata-modal__change span:after {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.confirmdata-modal__change span.refund-no:after {
  background-image: url(/img/new/refund-no.svg);
  width: 46.28px;
  height: 15.73px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.confirmdata-modal__change span.refund-ok:after {
  background-image: url(/img/new/refund-change.png);
}

.confirmdata-modal__change span.refund-fee:after {
  background-image: url(/img/new/refund-fee.svg);
}

.confirmdata-modal__change span.refund-no:after {
  background-image: url(/img/new/refund-no.svg);
}

.confirmdata-modal__seats {
    width: 627px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 19px;
    border: 1px solid rgba(223, 228, 239, 1);
    border-radius: 8px;
}

.confirmdata-modal__seats p {
    position: relative;
    padding-left: 37px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    min-height: 27px;
    width: -webkit-fill-available;
}

.confirmdata-modal__seats p:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    min-width: 27px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.confirmdata-modal__seats p span {
    font-weight: 600;
    color: rgba(27, 91, 163, 1);
}

.confirmdata-modal__seats p.low:before {
    background-image: url(/img/new/variant-seats-low.svg);
}

.confirmdata-modal__seats p.big:before {
    background-image: url(/img/new/variant-seats-big.svg);
}

.confirmdata-modal__table {
}

.confirmdata-modal__passengers {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.confirmdata-modal__passenger {
    width: 1049px;
    min-height: 95px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 13px;
    border-radius: 8px;
    background: rgba(235, 242, 255, 1);
    padding: 14px 22px;
}

.confirmdata-modal__passenger__data {
    width: 434px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.confirmdata-modal__passenger__name {
    color: rgba(27, 91, 163, 1);
    font-size: 15px;
    font-weight: 600;
    line-height: 11px;
}

.confirmdata-modal__passenger__data-item {
    color: rgba(102, 102, 102, 1);
    font-size: 13px;
    font-weight: 500;
    line-height: 9px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.confirmdata-modal__passenger__data-item:before {
      content: '';
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.confirmdata-modal__passenger__pasport:before {
    background-image: url(/img/new/passenger-pasport.svg);
}

.confirmdata-modal__passenger__contacts:before {
    background-image: url(/img/new/passenger-contacts.svg);
}

.confirmdata-modal__passenger__bonus {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.confirmdata-modal__passenger__bonus-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 9px;
    color: rgba(102, 102, 102, 1);
}

.confirmdata-modal__passenger__bonus-title b {
    font-weight: 600;
    color: rgb(66, 66, 66);
}

.confirmdata-modal__passenger__bonus-wrap {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(223, 228, 239, 1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    padding: 11px 13px;
    gap: 9px;
    width: fit-content;
}

.confirmdata-modal__passenger__bonus-item {
    font-size: 13px;
    font-weight: 400;
    line-height: 9px;
}

.confirmdata-modal__passenger__bonus-item b {
    font-weight: 500;
}

.confirmdata-modal__checkboxes {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.confirmdata-modal__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
}

.confirmdata-modal__checkbox input[type="checkbox"] {
    display: none;
}

.confirmdata-modal__checkbox:before {
  content: '';
  display: block;
  border: 1px solid rgb(223, 228, 239);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  width: 20px;
  height: 20px;
  min-width: 20px;
  box-sizing: border-box;
}

.confirmdata-modal__checkbox:has(:checked):before {
  border: 1px solid rgb(27, 91, 163);
  background: rgb(27, 91, 163);
  background-image: url(/img/new/check-small-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.confirmdata-modal__separate {
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.confirmdata-modal__submit {
    border: none;
    width: 169px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.scaling:hover{
  scale: 1.3;
}

.downloaded{
outline-offset: 3px;
    outline: 1px solid gray;
    border-radius: 4px;
}

#warning{
  z-index: 4;
}

@media(max-width: 1024px) {
  .modal.active {
    padding: 0;
  }

  .passenger-modal__wrap {
    max-width: 100%;
    border-radius: 0;
  }

  .modal-top {
    padding: 10px 20px;
  }

  .modal-title {
    font-size: 23px;
    font-weight: 600;
  }

  .passenger-modal__content {
    padding: 20px 20px 23px;
  }

  .passenger-modal__inputs {
    gap: 16px;
  }

  .passenger-modal__input-wrap {
    width: 100%;
}

  .passenger-modal__input {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .passenger-modal__bonus-top {
    flex-direction: column;
    gap: 16px;
    align-items: baseline;
  }

  .passenger-modal__bonus-inputs {
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
  }

  .bonus-input {
    width: 100%;
  }

  .bonus-input__close {
    display: none;
  }

  .passenger-modal__btn {
    width: 100%;
  }
}
