@charset "UTF-8";
@font-face {
  font-family: roboto;
  font-display: swap;
  src: url("./fonts/roboto-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  font-display: swap;
  src: url("./fonts/roboto-700.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  font-display: swap;
  src: url("./fonts/roboto-500.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

:focus, :active {
  outline: none;
}

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

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

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

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
    button:active, button:focus {
        outline: none!important;
    }

    button::-moz-focus-inner {
        border: 0!important;
    }

a {
  text-decoration: none;
  display: inline-flex;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

.account-link {
    line-height: 1.1;
    text-transform: initial;
}
account-sing {
    line-height: 1.1;
    text-transform: initial;
}
.account-logout {
    line-height: 1.1;
    text-transform: initial;
}
.container-lk {
    max-width: 1320px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container-lk {
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .container-lk {
    max-width: 960px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .container-lk {
    max-width: 760px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .container-lk {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}


html {
  scroll-behavior: smooth;
}
.dashboard{
    position:relative;
}
.modal-dashboard {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    padding: 0 5px;
}
.modal-dashboard-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}
.modal-dashboard-content {
    margin-top:20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
}
.modal-dashboard-content-title{
    font-size:30px;
    color:red;
    font-weight:700;
}
.modal-dashboard-content-text{
    font-size:20px;
    font-weight:500;
}
.modal-dashboard-close {
    cursor: pointer;
    float: right;
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    background: #00468e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    margin-left: auto;
}
.modal-dashboard-close:hover{
    opacity:0.7;
}
.dashboard__wrapper {
    display: grid;
    grid-template-columns: 215px 1fr;
    width: 100%;
    padding-top: 40px;
}
.dashboard__sidebar {
  width: 100%;
}
.dashboard__sidebar-header {
    padding: 0 13px;
    display: flex;
    align-items: center;
    gap: 0 15px;
    justify-content: center;
    border-bottom: 1px solid #2125291A;
    padding-bottom:30px;
}
.dashboard__sidebar-item--active a {
  background: rgba(0, 70, 142, 0.1490196078);
  color: #00468E;
}
.dashboard__sidebar-title {
  font-size: 22px;
  color: #212529;
  font-weight: 500;
  line-height: 30px;
}
.dashboard__sidebar-subtitle {
  font-size: 16px;
  color: #00468E;
  font-weight: 400;
  margin-top: 10px;
}
.dashboard__sidebar-body {
  margin-top: 30px;
}
.dashboard__sidebar-link {
  border-radius: 8px;
  padding: 13px;
  font-size: 16px;
  line-height: 30px;
  color: #212529;
  font-weight: 400;
  width: 100%;
  text-align: left;
}
.dashboard__sidebar-avatar{
    display:none;
}
.dashboard__content {
  max-width: 825px;
  width: 100%;
  margin-left: auto;
}
.dashboard__content-body {
  padding: 20px;
  margin-top: 40px;
}
.dashboard__content-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  color: #212529;
  padding-left: 20px;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}
.content-section--bonuses.active {
    display: grid;
    grid-template-columns: 1fr 350px;
}
.filter-button-group {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.filter-button {
  padding: 10px 15px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  background: none;
  color: #212529;
  cursor: pointer;
}
.filter-button.active {
  background: #01356A;
  color: #ffffff;
}
.filter-button.active > span {
  color: #ffffff;
}
.filter-button > span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #212529;
}

.filter-button:hover {
  background-color: #0062C7;
  color: #ffffff;
}
.filter-button:hover > span {
  color: #ffffff;
}

.trip-table {
  display: flex;
  flex-direction: column;
  overflow:auto;
  position:relative
}

.table-row {
  display: grid;
  grid-template-columns: 70px 100px 200px 100px 100px 80px 50px;
  gap: 10px;
  border-bottom: 1px solid rgba(33, 37, 41, 0.1019607843);
  align-items: center;
}

.table-cell {
  padding: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #212529;
}
.table-cell > button {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #212529;
}
.table-cell:nth-child(1) {
  color: #7B7B7B;
}
.table-cell:nth-child(3) {
  font-weight: 600;
}
.table-cell:nth-child(5) {
  font-weight: 600;
}

.detail-button:hover {
  color: #00468E;
}

.get-button-file {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-button-file > svg {
  width: 16px;
  height: 22px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 0 5px;
}

.pagination-numbers {
  display: flex;
  gap: 0 5px;
}

.pagination-button,
.pagination-number {
  border-radius: 50%;
  background: #f7f7f7;
  color: #2c595d;
  font-size: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.pagination-number.active {
  background-color: #00468E;
  color: #fff;
}

.pagination-button:hover,
.pagination-number:hover {
  border: 1px solid #0062C7;
}
.scroll-button {
    color: #FFFFFF;
    position: relative;
    border-radius: 50%;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    width: 25px;
    background: #01356A;
    height: 25px;
    display: none;
    justify-content: center;
    align-items: center;
}
    .scroll-button > span {
        position: absolute;
        top: 37%;
        transform: translateY(-50%);
    }
.wrapper-scroll{
    display:none;
}
@media (max-width: 992px) {
    .dashboard__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dashboard__sidebar-body {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(33, 37, 41, 0.1019607843);
  }
  .dashboard__sidebar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .dashboard__content {
    margin-top: 20px;
    margin-left: 0;
  }
  .dashboard__content-body {
    margin-top: 0px;
    padding: 20px 0;
  }
   
    .dashboard__content-title.bonuses{
        text-align:center;
    }
    .filter-button-group {
        overflow: auto;
        width: 100%;
        padding: 10px 5px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
  .filter-button-group::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .filter-button {
    width: 100%;
    box-shadow: 0px 0px 0px 1px #01356a;
  }
  .table-row {
    grid-template-columns: 70px 100px 200px 100px 100px 80px 50px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .table-row::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (max-width: 768px) {
  .dashboard__sidebar-body {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 0px;
    padding-top: 0px;
  }
  .dashboard__sidebar-list {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-around;
    padding: 10px 0 20px 0;
  }
  .dashboard__sidebar-item {
    flex: inherit;
    text-align: center;
  }
  .dashboard__sidebar-item > a {
    padding: 20px 0px 0px 0px;
    font-size: 11px;
    line-height: 11px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .dashboard__sidebar-item:nth-child(1) > a {
    position: relative;
    background: none;
  }
  .dashboard__sidebar-item:nth-child(1) > a::before {
    content: " "; 
    background-image: url("../img/routes.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px; 
    height: 24px; 
    margin-bottom: 5px; 
    position: absolute;
    top: -10px;
  }
  .dashboard__sidebar-item:nth-child(2) > a {
    position: relative;
    background: none;
  }
  .dashboard__sidebar-item:nth-child(2) > a::before {
    content: " "; 
    background-image: url("../img/account.svg"); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; 
    margin-bottom: 5px; 
    position: absolute;
    top: -7px;
  }
    /*.dashboard__sidebar-item:nth-child(3) > button {
    position: relative;
    background: none;
    margin-top: 10px;
  }
  .dashboard__sidebar-item:nth-child(3) > button::before {
    content: " ";
    background-image: url("../../images/passagers.svg"); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; 
    margin-bottom: 5px; 
    position: absolute;
    top: -15px;
  }*/
  .dashboard__sidebar-item:nth-child(3) > a {
    position: relative;
    background: none;
  }
  .dashboard__sidebar-item:nth-child(3) > a::before {
    content: " "; 
    background-image: url("../img/bonuses.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px; 
    height: 24px;
    margin-bottom: 5px; 
    position: absolute;
    top: -7px;
  }
     .dashboard__sidebar-item:nth-child(4) > a {
    position: relative;
    background: none;
    margin-top: 10px;
  }
  .dashboard__sidebar-item:nth-child(4) > a::before {
    content: " "; 
    background-image: url("../img/passagers.svg"); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px; 
    height: 24px; 
    margin-bottom: 5px; 
    position: absolute;
    top: -15px;
  }
     
  .dashboard__sidebar-item:nth-child(5) > a {
    position: relative;
    background: none;
    margin-top: 10px;
  }
  .dashboard__sidebar-item:nth-child(5) > a::before {
    content: ""; 
    background-image: url("../img/rules.svg"); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px; 
    height: 24px;
    margin-bottom: 5px; 
    position: absolute;
    top: -15px;
  }
  .dashboard__sidebar-link {
    padding: 0;
  }
  .pagination {
    margin-bottom: 60px;
  }
  .table-row {
    grid-template-columns: 55px 100px 200px 100px 90px 50px;
  }
  .table-cell {
    font-size: 14px;
  }
  .table-cell:nth-child(5) {
    display: none;
  }
    .content-section--bonuses.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px 0;
    }
    .user-active-bonuses.active {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 650px) {
  .table-row {
    grid-template-columns: 70px 200px 75px 75px 50px;
  }
  .table-cell {
    font-size: 14px;
  }
  .table-cell:nth-child(2) {
    display: none;
  }
  .table-cell:nth-child(5) {
    display: none;
  }
}
@media (max-width: 576px) {
  .dashboard__content-title {
    font-size: 22px;
  }
  .table-cell {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
    .scroll-button{
        display:flex;
    }
    .wrapper-scroll{
        display:block;
        height:25px;
    }
}
@media (max-width: 480px) {
  .filter-button {
    padding: 10px 1px;
  }
  .table-row {
        grid-template-columns: 60px 190px 75px 75px 50px;
  }
}
.user-profile-form__wrapper {
  display: flex;
  justify-content: space-between;
}
.user-profile-form__content {
  display: flex;
  flex-direction: column;
  gap: 0px 0;
}
.user-profile-form__content > label {
  font-size: 14px;
  color: #7B7B7B;
  margin-bottom:0px;
}
.user-profile-form__content > input {
  font-size: 16px;
  line-height:22px;
  background: rgba(0, 70, 142, 0.031372549);
  border-radius: 8px;
  box-shadow: 0px 0px 2px #00468e;
  max-width: 350px;
  padding: 10px;
}
.user-profile-form__content > input[readonly] {
  padding: 10px 0;
  color: #212529;
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #00468e;
}
.user-profile-form__body {
  flex: 1;
  margin-right: 10px;
}
.user-profile-form__btn-group{
    display:flex;
    gap:0 15px;

}
.user-profile-form__btn {
    display: flex;
    justify-content: center;
    max-width: 255px;
    font-size: 16px;
    color: #00468E;
    font-weight: 500;
    line-height: 22px;
    border-radius: 8px;
    background: rgba(0, 70, 142, 0.1019607843);
    padding: 12px 0;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.new-password-fields {
  display: none;
  flex-direction: column;
  gap: 0px 0;
}
.new-password-fields.active {
  display: flex;
}
.new-password-fields > label {
  font-size: 14px;
  color: #7B7B7B;
}
.new-password-fields > input {
  font-size: 16px;
  color: #00468E;
  background: rgba(0, 70, 142, 0.031372549);
  border-radius: 8px;
  box-shadow: 0px 0px 2px #00468e;
  max-width: 350px;
  padding: 10px;
}
.new-password-fields > input[readonly] {
  color: #212529;
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #00468e;
}
.new-password-fields > .password-container-profile > .toggle-password-profile {
 
}

#user-profile-password {
    gap: 0px 0;
}
#user-profile-password.hidden {
  display: none;
}

#confirm-password {
  margin-top: 15px;
}

#gender-display {
  font-size: 16px;
}

#birth-date {
  padding: 9px 0px 9px 10px;
  cursor: pointer;
}
#birth-date[readonly] {
  padding: 9px 0;
}

#gender-checkboxes {
  gap: 0 10px;
  align-items: center;
}
#gender-checkboxes > label {
  display: flex;
  align-items: center;
}
#gender-checkboxes > input {
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
#gender-checkboxes > input + label::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-right: 5px;
  background-color: rgba(0, 70, 142, 0.1019607843);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}
#gender-checkboxes > input:checked + label::before {
  content: "•";
  width: 18px;
  height: 18px;
  font-size: 34px;
  justify-content: center;
  align-items: center;
  color: #01356A;
}

.password-container-profile {
  position: relative;
  width: fit-content;
}
.password-container-profile > input {
  font-size: 16px;
  background: rgba(0, 70, 142, 0.031372549);
  border-radius: 8px;
  box-shadow: 0px 0px 2px #00468e;
  max-width: 350px;
  padding: 9px 10px;
}
.password-container-profile > input[readonly] {
  padding: 10px 0;
  color: #212529;
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #00468e;
}

.toggle-password-profile {
  position: absolute;
  right: 10px;
  top: 25%;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.toggle-password-profile:nth-child(1) {
  margin-top: 15px;
}
.toggle-password-profile > .password__view {
  display: none;
}
.toggle-password-profile.open > .password__view {
  display: block;
}
.toggle-password-profile.open > .password__hidden {
  display: none;
}

@media (max-width: 768px) {
  .user-profile-form__btn {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .user-profile-form__wrapper {
    flex-direction: column;
  }
  .user-profile-form__content {
    gap: 0px 5px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 90px 200px;
    align-items: center;
    justify-content: space-between;
  }
  .new-password-fields {
    grid-template-columns: 90px 200px;
    align-items: center;
    justify-content: space-between;
    gap: 0px 5px;
  }
  .new-password-fields.active {
    display: grid;
  }
}
.ticket-item {
  margin: 0 auto;
}
.ticket-item__wrapper {
  position: relative;
  padding: 0px 15px;
  margin: 0 auto;
}


.ticket-info {
  padding-top: 60px;
}
.ticket-info__wrapper {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 5%;
  max-width: 750px;
  margin: 40px auto 0;
}
.ticket-info__wrapper > span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
}
.ticket-info__wrapper > span:nth-child(1) {
  margin-top: 0;
}
.ticket-info__wrapper > span:nth-child(2) {
  margin-top: 0;
}
.ticket-info__wrapper > span:nth-child(4) {
  color: #00468E;
}
.ticket-info__wrapper > span:nth-child(odd) {
  color: #7B7B7B;
}
.ticket-info__address {
  display: flex;
  flex-direction: column;
}
.ticket-info__title {
  font-size: 24px;
  color: #212529;
  font-weight: 500;
  
}

.btn-container {
  display: flex;
  gap: 0 20px;
  align-items: center;
  max-width: 600px;
  margin: 30px auto 0px;
}

.button {
  padding: 10px 10px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}

.button:hover {
   background-color: #0056b3;
   color: white;
}

@media (max-width: 500px) {
  .ticket-item__wrapper {
    max-width: 95%;
  }
  .ticket-info__wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .ticket-info__wrapper > span {
    font-size: 12px;
  }
    .ticket-info {
        padding-top: 0px;
    }
}
.user-bonuses {
  display: none;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
}
.user-bonuses.active {
  display: flex;
}
.user-bonuses__card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  text-align: left;
  padding: 20px 15px;
  background: #00468E;
}
.user-bonuses__card-title {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 600;
    text-transform: inherit;
}
.user-bonuses__card-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 15px;
}
.user-bonuses__card-info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 30px;
}
.user-bonuses__card-info-img {
  max-width: 127px;
}
.user-bonuses__card-info-text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: 400;
}
.user-bonuses__sale {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-bonuses__sale-text {
  font-size: 16px;
  color: #212529;
  line-height: 22px;
  font-weight: 400;
}
.user-bonuses__sale-percent {
  font-size: 16px;
  color: #00468E;
  line-height: 22px;
  font-weight: 600;
}

.user-bonuses-tickets {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 34px 34px 34px 34px 34px 34px 80px;
  gap: 0 5px;
}
.user-bonuses-tickets__item {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #E0E1E2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-bonuses-tickets__item:last-child {
  width: 80px;
}
.user-bonuses-tickets__item.active {
  background-color: #09FA46;
  background-image: url("../img/check-ticket.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.user-bonuses-tickets__item.finaled {
  background-color: #09FA46;
  color: #FFFFFF;
}

.user-active-bonuses {
  display: none;
}
.user-active-bonuses.active {
  display: block;
}
.user-active-bonuses__title {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  line-height: 22px;
}
.user-active-bonuses__btn {
  max-width: 255px;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #00468E;
  border-radius: 8px;
  font-size: 16px;
  color: #00468E;
  line-height: 22px;
  font-weight: 500;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-lk label {
  font-size: 14px;
  line-height: 22px;
  color: #212529;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.form-lk input {
  width: 100%;
  margin-top: 10px;
  padding: 6px 20px;
  border: 1px solid #00468E;
  border-radius: 5px;
}

.form-lk-btn {
  border-radius: 5px;
  width: 100%;
  margin-top: 30px;
  padding: 12px 0;
  background: #00468E;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  transition: all 0.5s ease;
}
.form-lk-btn:hover {
  transition: all 0.5s ease;
  background: #0062C7;
}
.form-lk-btn:active {
  transition: all 0.5s ease;
  background: #01356A;
}
.form-lk-btn:focus {
  transition: all 0.5s ease;
  background: #01356A;
}

.form-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 8%;
  transition: all 0.2s ease;
}
.form-close > svg:hover {
  transition: all 0.2s ease;
  width: 26px;
  height: 26px;
}
.form-close > svg:hover > path {
  fill: #01356A;
}

.popup-wrapper {
    display:none;
  position: fixed; 
  top: 0; 
  left: 0; 
  right: 0;
  bottom: 0; 
  background: rgba(0, 0, 0, 0.5); 
  overflow-y: auto;
  padding: 20px 0;
}

.form-autorization {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 0;
  display: none;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  position: relative;
}
.form-autorization.active {
  display: flex;
}
.form-autorization__wrapper {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.form-autorization__wrapper.active {
  display: block;
}
.form-autorization__title {
    font-size: 24px;
    color: #212529;
    font-weight: 500;
    text-align: center;
    text-transform: inherit;
}
.form-autorization__role {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 5px;
}
.form-autorization__role > span {
  font-size: 24px;
  color: #212529;
  font-weight: 500;
  margin: 0 5px;
}
.form-autorization__form {
  display: none;
  margin-top: 20px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.form-autorization__form.active {
  display: flex;
}
.form-autorization__form > label:nth-child(3) {
  margin-top: 15px;
}
.form-autorization__email-wrapper {
     width: 100%;
}
.form-autorization__email-wrapper > input {
  margin-top: 10px;
}
.form-autorization__phone-wrapper {
  width: 100%;
}
.form-autorization__phone-wrapper > input {
  margin-top: 10px;
}
.form-autorization__phone-wrapper > label {
        margin-bottom: 0px;
}
.form-autorization__restore {
  color: rgba(33, 37, 41, 0.5019607843);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  background: none;
  transition: all 0.5s ease;
}
.form-autorization__restore:hover {
  transition: all 0.5s ease;
  color: rgb(33, 37, 41);
}

.btn-user {
  font-size: 24px;
  color: #212529;
  font-weight: 500;
  background: none;
  transition: all 0.5s ease;
}
.btn-user:hover {
  transition: all 0.5s ease;
}
.btn-user.active {
  color: #00468E;
}

.password-wrapper {
  position: relative;
  width: 100%;
}
.password-wrapper > input {
  width: 100%;
  margin-top: 10px;
  padding: 6px 20px;
  border: 1px solid #00468E;
  border-radius: 5px;
  margin-top: 5px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 20%;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.toggle-password > .password__view {
  display: none;
}
.toggle-password.open > .password__view {
  display: block;
}
.toggle-password.open > .password__hidden {
  display: none;
}

.form-autorization-footer {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.form-autorization-footer__btn {
  font-size: 14px;
  line-height: 22px;
  color: #212529;
  background: none;
  transition: all 0.5s ease;
}
.form-autorization-footer__btn:hover {
  transition: all 0.5s ease;
  color: rgba(33, 37, 41, 0.5019607843);
}
.form-autorization-footer.change-block {
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
}

.form-recovery {
    padding-top:30px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.form-recovery.active {
  display: block;
}
.form-recovery__form {
  margin-top: 15px;
}
.form-recovery__phone-wrapper {
    margin-top: 20px;
}
.form-recovery__phone-wrapper > label {
    margin-bottom:0px;
}
.form-recovery__subtitle {
  font-size: 14px;
  line-height: 22px;
  color: #212529;
  text-align: center;
  margin-bottom: 15px;
}

.form-recovery-verification {
  margin-top: 15px;
  display: block;
}


.sms-code-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 5px;
}

.sms-code {
  width: 45px;
  height: 60px;
  border: 1px solid #00468E;
  border-radius: 5%;
  text-align: center;
  font-size: 24px;
  padding: 0px !important;
  margin-top: 0px !important;
}

.sms-code:focus {
  outline: none;
  border-color: #01356A;
}

.set-password {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.set-password__form label:nth-child(3) {
  margin-top: 10px;
}
.set-password.active {
  display: block;
}
.set-password__form {
  margin-top: 15px;
}
.set-password__wrapper{
    margin-top:15px;
    width:100%;
}
.set-password__wrapper > label{
    margin-bottom:0px;
}
.set-password__wrapper > input{
    margin-top:5px;
}
.set-password__wrapper > label:nth-child(3){
    margin-top:15px;
}
#back-main{
    position:relative;
    padding-left:10px;
}
    #back-main:after {
        content: '«';
        display:block;
        width:20px;
        height:20px;
        position:absolute;
        left:0;
    }
/*Форма регистрации*/
.form-register {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    padding: 36px 0;
    display: none;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    position: relative;
}
.form-register.active {
  display: flex;
}
.form-register label {
  margin-top: 15px;
}
.form-register label::after {
  content: "*";
  color: red;
  margin-left: 2px;
}
.form-register__wrapper {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.form-register__wrapper > label {
    margin-bottom:0px;
}
.form-register__wrapper > input {
    margin-top:15px;
}
.form-register__wrapper.active {
  display: block;
}
.form-register__title {
  text-transform:inherit;
  font-size: 24px;
  color: #212529;
  font-weight: 500;
  text-align: center;
}
.form-register__subtitle {
  margin-top: 35px;
  color: #212529;
  font-size: 16px;
  text-align: center;
  letter-spacing: -2%;
}
.form-register__role {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 5px;
}
.form-register__role > span {
  font-size: 24px;
  color: #212529;
  font-weight: 500;
  margin: 0 5px;
}
.form-register__form {
  display: none;
  margin-top: 25px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.form-register__form.active {
  display: flex;
}
.form-register__form > label:nth-child(3) {
  margin-top: 15px;
}
.form-register__email-wrapper {
  width: 100%;
}
.form-register__email-wrapper > input {
  margin-top: 10px;
}
.form-register__phone-wrapper {
  width: 100%;
}
.form-register__phone-wrapper > input {
  margin-top: 10px;
}
.form-register__hint {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #212529;
  position: relative;
}
.form-register__hint::after {
  content: "*";
  color: red;
  position: absolute;
  left: 0;
}
.form-register__footer {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.form-register__footer > p {
  font-size: 14px;
  line-height: 22px;
  color: #212529;
}

.approval-block {
  display: flex;
}
.approval-block > input {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #00468E;
  cursor: pointer;
}
.approval-block > label {
  margin-left: 10px;
  margin-top:10px;
  font-size: 14px;
  line-height: 18px;
}
.approval-block > label::after {
  content: "";
}
.approval-block > label > a {
  color: #00468E;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 470px) {
  .form-register__wrapper {
    max-width: 280px;
  }
  .user-bonuses-tickets__item:last-child {
    width: 60px;
  }
}
.account-passenger-item {
    display: grid;
    grid-template-columns: 30px 1fr 20px 20px;
    align-items: center;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 20px;
    max-width: 340px;
    width: 100%;
    color: #212529;
    gap: 0 5px;
}

.account-passenger-item__number {
    font-size: 14px;
    line-height: 22px;
}

.account-passenger-item__name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.account-passenger-item__btn {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.account-passenger-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 5px;
    padding: 0 5px;
    height: 100%;
}

.account-passenger-item__detail {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    z-index: 1000;
    border-radius: 5px;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
}

.account-passenger-item__massege {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 12px;
}

.account-passenger-item__text {
    font-size: 20px;
    line-height: 24px;
}

.account-passenger-item__btn-delete {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0062C7;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s ease-in-out;
    max-width: 215px;
    gap: 0 5px;
    width: 100%;
    height: 48px;
    border: 1px solid #005ee4;
    border-radius: 6px;
}

.account-passenger-item__btn-delete:hover {
        color: #FFFFFF;
        background: #999898;
}

.account-passenger-item__btn-delete:first-child {
        color: #FFFFFF;
        background: #0062C7;
}

.account-passenger-item__btn-delete:first-child:hover {
   color: #FFFFFF;
   background: #01356A;
}




.account-passenger-item__loading {
    max-width: 280px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-passenger-item__container {
    display: flex;
    width: 100%;
    gap: 10px;
}

.account-passenger {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.account-passenger--empty {
    align-items: flex-start;
    min-height:300px;
}

.account-passenger__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    position: relative;
    max-height: 300px;
    overflow: auto;
    margin-top: 25px;
}

.account-passenger__btn {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0062C7;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s ease-in-out;
    max-width: 215px;
    gap: 0 5px;
    width: 100%;
    height: 48px;
    border: 1px solid #005ee4;
    border-radius: 6px;
}

 .account-passenger__btn:hover {
   background-color: #FFFFFF;
 }

.account-passenger__adding {
    width: 100%;
    position: absolute;
}

@media (max-width: 576px) {

    .account-passenger--empty {
        align-items: center;
    }

    .account-passenger__list {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
    }
}

.account-passenger-info {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.account-passenger-info__item {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.account-passenger-info__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.account-passenger-info__wrapper > h2 {
    font-size: 24px;
    text-transform: inherit;
}

.account-passenger-info__content {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    margin-top: 10px;
}

.account-passenger-info__content--date {
    position: relative;
}

.account-passenger-info__content > span {
    font-size: 14px;
    color: #7B7B7B;
    word-wrap: break-word;
}

.account-passenger-info__content > p {
    font-size: 16px;
    background: #00468e08;
    border-radius: 8px;
    max-width: 350px;
    padding: 10px;
    min-height: 44px;
}



.account-passenger-info__body {
    flex: 1;
    margin-top: 15px;
}

.account-passenger-info__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    font-size: 16px;
    background: #00468e08;
    border-radius: 8px;
    color: #00468E;
    font-weight: 700;
}



@media (max-width: 768px) {

    .passenger-profile-form__btn {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .passenger-profile-form__calendar {
        max-width: 350px;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .passenger-profile-form {
        padding-top: 35px;
    }

    .passenger-profile-form__wrapper {
        flex-direction: column;
    }

    .passenger-profile-form__content {
        gap: 0px 5px;
        margin-top: 10px;
        display: grid;
        grid-template-columns: 90px 200px;
        align-items: center;
        justify-content: space-between;
    }

    .passenger-profile-form__calendar {
        right: 0;
        top: 40px;
    }
}


