

/* Start:/local/templates/profile/styles/profile.css?175022862638918*/
/*----------------------------------------*/
/* VARS */
/*----------------------------------------*/
:root {
  --v24-color-black: #0D1D50;
  --v24-color-blue: #2270F2;
  --v24-border-radius-lg: 15px;
  --v24-border-radius-xl: 20px;
  --v24-box-shadow-sm: 0 5px 10px 0 rgba(13, 29, 80, 0.1);
  --v24-box-shadow-md: 0 10px 30px 0 rgba(13, 29, 80, 0.1);
}

/*----------------------------------------*/
/* TITLE */
/*----------------------------------------*/
.v24-profile-title-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42.19px;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .v24-profile-title-1 {
    margin: 0 0 40px;
  }
}
.v24-profile-title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35.16px;
  margin: 0 0 30px;
}
.v24-profile-title-3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 25.78px;
  margin: 0 0 30px;
}
.v24-profile-title-4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
  margin: 0 0 15px;
}

/*----------------------------------------*/
/* SECTION */
/*----------------------------------------*/
.v24-profile-section-1:not(:last-child) {
  margin: 0 0 50px;
}
.v24-profile-section-2:not(:last-child) {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .v24-profile-section-2:not(:last-child) {
    margin: 0 0 65px;
  }
}

/*----------------------------------------*/
/* GRID */
/*----------------------------------------*/
.v24-profile-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .v24-profile-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .v24-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 479px) {
  .v24-profile-grid {
    grid-template-columns: 1fr;
  }
}
.v24-profile-grid + .v24-profile-grid {
  margin-top: 40px;
}

/*----------------------------------------*/
/* HEADING */
/*----------------------------------------*/
.v24-profile-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 30px;
}
.v24-profile-heading__title {
  margin: 0 auto 0 0;
  width: auto;
}
.v24-profile-heading__controls {
  display: flex;
  gap: 10px;
}
.v24-profile-heading--detail {
  gap: 15px 60px;
}
.v24-profile-heading--detail .v24-profile-heading__title {
  margin-right: 0;
}
.v24-profile-heading--detail .v24-profile-heading__controls {
  flex-wrap: wrap;
  gap: 10px 20px;
}

/*----------------------------------------*/
/* SLIDER NAV */
/*----------------------------------------*/
.v24-profile-slider-nav {
  color: var(--v24-color-blue);
  display: block;
}

/*----------------------------------------*/
/* LAYOUT */
/*----------------------------------------*/
.v24-profile-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: 300px minmax(0, 1fr);
  margin: 50px 0 100px;
}
@media screen and (max-width: 1023px) {
  .v24-profile-layout {
    grid-template-columns: minmax(0, 1fr);
    margin: 30px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .v24-profile-layout__sidebar .popup__wrp {
    background: none;
    opacity: 1;
    overflow: unset;
    padding: 0;
    pointer-events: auto;
    position: static;
  }
}
@media screen and (max-width: 1023px) {
  .v24-profile-layout__sidebar .popup__wrp:not(:target) .v24-profile-sidebar {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

/*----------------------------------------*/
/* SIDEBAR */
/*----------------------------------------*/
.v24-profile-sidebar {
  background: #FFF;
  border-radius: var(--v24-border-radius-xl);
  box-shadow: var(--v24-box-shadow-md);
  display: flex;
  flex-direction: column;
  padding: 40px 25px 15px;
}
@media screen and (max-width: 1023px) {
  .v24-profile-sidebar {
    border-radius: 0 var(--v24-border-radius-xl) var(--v24-border-radius-xl) 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 20px 20px 15px;
    position: fixed;
    top: 0;
    transition: opacity 0.3s, transform 0.3s;
    width: 320px;
    z-index: 900;
  }
}
.v24-profile-sidebar__close {
  display: none;
  margin: 0 0 0 auto;
  width: 24px;
}
@media screen and (max-width: 1023px) {
  .v24-profile-sidebar__close {
    display: block;
  }
}
.v24-profile-sidebar__user {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0 0 55px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .v24-profile-sidebar__user {
    margin: 0 0 30px;
  }
}
.v24-profile-sidebar__user-image {
  background: url('/local/templates/profile/styles/../img/profile/v24-profile-sidebar-user.svg') 50% 50% / 100% 100% no-repeat;
  border-radius: 50%;
  height: 60px;
  margin: 0 0 15px;
  width: 60px;
}
.v24-profile-sidebar__user-image img {
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.v24-profile-sidebar__user-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
}
.v24-profile-sidebar__user-mail {
  font-size: 13px;

  line-height: 20.15px;
}
.v24-profile-sidebar__menu {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v24-profile-sidebar__menu-link {
  align-items: center;
  border-radius: var(--v24-border-radius-lg);
  color: var(--v24-color-black);
  display: flex;
  font-size: 16px;

  line-height: 18.75px;
  letter-spacing: 0.05em;
  gap: 8px;
  padding: 20px;
}
.v24-profile-sidebar__menu-link svg {
  flex-shrink: 0;
}
.v24-profile-sidebar__menu-link:not(.is-active) {
  padding-right: 0;
}
.v24-profile-sidebar__menu-link.is-active {
  background: var(--v24-color-blue);
  color: #FFF;
}
.v24-profile-sidebar__menu-link.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.v24-profile-sidebar__menu-item--exit {
  margin: 45px 0 0;
}
.v24-profile-sidebar__menu-item--exit .v24-profile-sidebar__menu-link {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .v24-profile-sidebar__menu-item--exit {
    margin: auto 0 0;
  }
}

/*----------------------------------------*/
/* SIDEBAR TOGGLE */
/*----------------------------------------*/
.v24-profile-sidebar-toggle {
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .v24-profile-sidebar-toggle {
    display: none !important;
  }
}

/*----------------------------------------*/
/* WELCOME */
/*----------------------------------------*/
.v24-profile-welcome {
  background: #FFF;
  border-radius: var(--v24-border-radius-xl);
  box-shadow: var(--v24-box-shadow-md);
  align-items: center;
  display: flex;
  gap: 20px;
  padding: 20px 50px;
}
@media screen and (max-width: 1279px) {
  .v24-profile-welcome {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .v24-profile-welcome {
    flex-direction: column;
  }
}
.v24-profile-welcome__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-right: auto;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .v24-profile-welcome__text {
    max-width: 100%;
    width: 100%;
  }
}
.v24-profile-welcome__title {
  margin: 0 0 10px;
}
@media screen and (min-width: 1366px) {
  .v24-profile-welcome__image {
    margin: 0 20px;
  }
}

/*----------------------------------------*/
/* STATISTICS */
/*----------------------------------------*/
.v24-profile-statistics {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media screen and (max-width: 1023px) {
  .v24-profile-statistics {
    gap: 20px;
  }
}
.v24-profile-statistics__item {
  align-items: center;
  background: #FFF;
  border-radius: var(--v24-border-radius-lg);
  box-shadow: var(--v24-box-shadow-md);
  display: flex;
  padding: 20px 25px;
}
@media screen and (max-width: 1023px) {
  .v24-profile-statistics__item {
    padding: 20px;
  }
}
.v24-profile-statistics__image {
  flex-shrink: 0;
  margin-right: 20px;
}
.v24-profile-statistics__title {
  margin: 0;
}
.v24-profile-statistics__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
  margin: 0;
  opacity: 0.5;
}

/*----------------------------------------*/
/* DIRECTIONS */
/*----------------------------------------*/
.v24-profile-directions .splide {
  margin: -5px -10px -15px;
  overflow: hidden;
  padding: 5px 10px 15px;
}
.v24-profile-directions .splide__track {
  overflow: unset;
}

/*----------------------------------------*/
/* DIRECTION */
/*----------------------------------------*/
.v24-profile-direction {
  background: #FFF;
  border-radius: var(--v24-border-radius-lg);
  box-shadow: var(--v24-box-shadow-sm);
  display: block;
}
.v24-profile-direction__image {
  aspect-ratio: 217 / 167;
  border-radius: var(--v24-border-radius-lg) var(--v24-border-radius-lg) 0 0;
  object-fit: cover;
  width: 100%;
}
.v24-profile-direction__text {
  color: var(--v24-color-black);
  padding: 20px 25px 30px;
}
@media screen and (max-width: 1023px) {
  .v24-profile-direction__text {
    padding: 20px;
  }
}
.v24-profile-direction__title {
  margin: 0 0 5px;
}
.v24-profile-direction__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v24-profile-direction__list-item {
  align-items: center;
  display: flex;
  gap: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.7px;
}
.v24-profile-direction__list-title {
  margin-right: auto;
  width: 120px;
}

/*----------------------------------------*/
/* DATA INPUT */
/*----------------------------------------*/
@media screen and (min-width: 768px) {
  .v24-profile-data-input {
    grid-column: span 3;
  }
}

/*----------------------------------------*/
/* DATA BUTTONS */
/*----------------------------------------*/
@media screen and (max-width: 479px) {
  .v24-profile-data-buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.v24-profile-data-buttons__item {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .v24-profile-data-buttons__item {
    grid-column: span 3;
  }
}

/*----------------------------------------*/
/* PASSPORT */
/*----------------------------------------*/
.v24-profile-passport {
  background: #FFF;
  border-radius: var(--v24-border-radius-lg);
  box-shadow: var(--v24-box-shadow-md);
  font-size: 14px;
  font-weight: 300;
  line-height: 21.7px;
  padding: 25px 30px;
}
@media screen and (min-width: 1280px) {
  .v24-profile-passport--1 {
    grid-column: span 4;
  }
  .v24-profile-passport--2 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .v24-profile-passport--1,
  .v24-profile-passport--2 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .v24-profile-passport--1 {
    grid-column: span 5;
  }
  .v24-profile-passport--2 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .v24-profile-passport--1,
  .v24-profile-passport--2 {
    grid-column: span 2;
  }
}
.v24-profile-passport__error {
  color: #F00;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.5px;
  text-transform: uppercase;
}
.v24-profile-passport__entries {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.v24-profile-passport__entries .v24-profile-passport__entry:last-child {
  margin: 0 0 15px;
}
.v24-profile-passport__entry:not(:last-child) {
  margin: 0 0 15px;
}
.v24-profile-passport__entry p {
  margin: 0 0 6px;
}
.v24-profile-passport__entry p:last-child {
  margin: 0;
}
.v24-profile-passport__entry-title {
  color: #697F96;
  font-size: 12px;
  font-weight: 300;
  line-height: 18.6px;
  margin: 0 0 4px;
}

/*----------------------------------------*/
/* ADD DOCUMENT */
/*----------------------------------------*/
.v24-profile-add-doc {
  align-items: center;
  border: 2px dashed #EEE;
  border-radius: var(--v24-border-radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 20px;
  text-align: center;
  transition: border-color 0.3s, color 0.3s;
}
@media screen and (min-width: 1280px) {
  .v24-profile-add-doc {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .v24-profile-add-doc {
    grid-column: span 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .v24-profile-add-doc {
    grid-column: span 4;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .v24-profile-add-doc {
    aspect-ratio: unset;
    grid-column: span 2;
    padding: 20px;
  }
}
.v24-profile-add-doc:hover {
  border: 2px solid #2270F2;
}
.v24-profile-add-doc__image {
  margin: 0 auto 20px;
}
.v24-profile-add-doc__title {
  margin: 0 0 10px;
}
.v24-profile-add-doc__brief {
  color: #697F96;
  font-size: 12px;

  line-height: 18.6px;
}

/*----------------------------------------*/
/* LINK */
/*----------------------------------------*/
.v24-profile-link {
  color: #2270F2;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24.8px;
  text-decoration: underline;
}

/*----------------------------------------*/
/* PASSPORT POPUP */
/*----------------------------------------*/
.popup__wrp .v24-profile-passport-popup.popup {
  background: #FFF;
  max-width: 746px;
  padding: 100px 60px;
}
.popup__wrp .v24-profile-passport-popup--large.popup {
  max-width: 1076px;
}
@media screen and (max-width: 767px) {
  .popup__wrp .v24-profile-passport-popup.popup {
    padding: 24px 20px;
  }
}
.v24-profile-passport-popup__grid {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 1024px) {
  .v24-profile-passport-popup--large .v24-profile-passport-popup__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .v24-profile-passport-popup__grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .v24-profile-passport-popup .v24-profile-passport-popup__input--full {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .v24-profile-passport-popup--large .v24-profile-passport-popup__input--full {
    grid-column: span 3;
  }
}
.v24-profile-passport-popup__buttons {
  display: flex;
  gap: 10px 30px;
  margin: 25px 0 0;
}
@media screen and (max-width: 479px) {
  .v24-profile-passport-popup__buttons {
    flex-direction: column-reverse;
    margin: 30px 0 0;
  }
}
.v24-profile-passport-popup__buttons-item {
  height: 60px;
  width: 190px;
}
@media screen and (max-width: 479px) {
  .v24-profile-passport-popup__buttons-item {
    width: 100%;
  }
}

/*----------------------------------------*/
/* HISTORY EMPTY */
/*----------------------------------------*/
.v24-profile-history-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 50px auto 0;
  max-width: 474px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .v24-profile-history-empty {
    margin: 30px auto 0;
  }
}
.v24-profile-history-empty__image {
  margin: 0 auto 40px;
}
@media screen and (max-width: 479px) {
  .v24-profile-history-empty__image {
    margin-bottom: 30px;
  }
}
.v24-profile-history-empty__title {
  font-size: 24px;

  line-height: 28.13px;
  margin: 0 0 15px;
}
.v24-profile-history-empty__brief {
  font-size: 16px;
  font-weight: 300;
  line-height: 18.75px;
  margin: 0 0 40px;
}
@media screen and (max-width: 479px) {
  .v24-profile-history-empty__brief {
    margin: 0 0 30px;
  }
}
.v24-profile-history-empty__button {
  height: 52px;
  width: 190px;
}

/*----------------------------------------*/
/* HISTORY ITEM */
/*----------------------------------------*/
.v24-profile-history-item {
  background: #FFF;
  border-radius: var(--v24-border-radius-lg);
  box-shadow: var(--v24-box-shadow-md);
  color: #0D1D50;
  display: flex;
  gap: 35px;
  margin: 0 0 30px;
  padding: 30px;
}
@media screen and (max-width: 1279px) {
  .v24-profile-history-item {
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 639px) {
  .v24-profile-history-item {
    flex-wrap: wrap;
  }
}
.v24-profile-history-item:hover {
  color: #0D1D50;
}
.v24-profile-history-item:last-child {
  margin: 0;
}
.v24-profile-history-item__image {
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
  width: 155px;
}
@media screen and (max-width: 479px) {
  .v24-profile-history-item__image {
    width: 80px;
  }
}
.v24-profile-history-item__main {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 190px;
}
@media screen and (max-width: 639px) {
  .v24-profile-history-item__main {
    width: calc(100% - 175px);
  }
}
@media screen and (max-width: 479px) {
  .v24-profile-history-item__main {
    width: calc(100% - 100px);
  }
}
.v24-profile-history-item__country {
  color: #697F96;
  font-size: 14px;

  line-height: 16.41px;
  margin: 0 0 10px;
}
.v24-profile-history-item__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.v24-profile-history-item__date {
  color: #697F96;
  font-size: 13px;
  font-weight: 300;
  line-height: 15.23px;
  margin: 0 0 20px;
}
.v24-profile-history-item__stats {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}
.v24-profile-history-item__stat {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  gap: 10px;
  line-height: 14.06px;
}
.v24-profile-history-item__stat-image {
  flex-shrink: 0;
}
.v24-profile-history-item__side {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 20px;
  width: 160px;
}
@media screen and (max-width: 639px) {
  .v24-profile-history-item__side {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}
.v24-profile-history-item__status {
  margin: 0 0 auto;
}
@media screen and (max-width: 639px) {
  .v24-profile-history-item__status {
    width: 155px;
  }
}
.v24-profile-history-item__status-id {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  margin: 0 0 5px;
}
.v24-profile-history-item__price {
  margin: 0 0 auto;
}
@media screen and (max-width: 639px) {
  .v24-profile-history-item__price {
    margin-right: auto;
  }
}
.v24-profile-history-item__price-caption {
  font-size: 10px;
  font-weight: 300;
  line-height: 12.19px;
  margin: 0 0 5px;
}
.v24-profile-history-item__price-value {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  letter-spacing: 0.02em;
}
.v24-profile-history-item__payment-status {
  font-size: 11px;
  font-weight: 500;
  line-height: 12.89px;
  margin: 0 0 5px;
}
.v24-profile-history-item__payment-status--error {
  color: #F00;
}
.v24-profile-history-item__payment-amount {
  font-size: 11px;

  line-height: 12.89px;
}
.v24-profile-history-item--detail {
  background: none;
  box-shadow: none;
  gap: 30px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .v24-profile-history-item--detail {
    gap: 20px;
  }
}
.v24-profile-history-item--detail .v24-profile-history-item__image {
  width: 300px;
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .v24-profile-history-item--detail .v24-profile-history-item__image {
    width: 240px;
  }
}
.v24-profile-history-item--detail .v24-profile-history-item__main {
  min-height: 170px;
}
@media screen and (max-width: 767px) {
  .v24-profile-history-item--detail .v24-profile-history-item__main {
    min-height: unset;
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 639px) {
  .v24-profile-history-item--detail .v24-profile-history-item__main {
    width: 100%;
  }
}

/*----------------------------------------*/
/* BACK */
/*----------------------------------------*/
.v24-profile-back {
  align-items: center;
  display: inline-flex;
  font-size: 16px;

  gap: 10px;
  line-height: 19.64px;
  margin: 50px 0;
}
@media screen and (max-width: 1023px) {
  .v24-profile-back {
    margin: 30px 0;
  }
}
.v24-profile-back__image {
  opacity: 0.5;
  flex-shrink: 0;
}

/*----------------------------------------*/
/* ENTRY LAYOUT */
/*----------------------------------------*/
.v24-profile-entry-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  margin: 0 0 100px;
}
@media screen and (max-width: 1279px) {
  .v24-profile-entry-layout {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .v24-profile-entry-layout {
    margin: 0 0 60px;
  }
}
.v24-profile-entry-layout__main {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .v24-profile-entry-layout__main {
    margin: 0 0 65px;
  }
}
.v24-profile-entry-layout__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .v24-profile-entry-layout__side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .v24-profile-entry-layout__side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.v24-profile-entry-layout__side-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.v24-profile-entry-layout__side-item {
  flex-grow: 1;
}

/*----------------------------------------*/
/* PAYMENT DETAIL */
/*----------------------------------------*/
.v24-profile-payment-detail {
  background: #FFF;
  border-radius: var(--v24-border-radius-xl);
  box-shadow: var(--v24-box-shadow-md);
  padding: 20px;
}
.v24-profile-payment-detail__table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.v24-profile-payment-detail__table tr:not(:last-child) th,
.v24-profile-payment-detail__table tr:not(:last-child) td {
  padding-bottom: 10px;
}
.v24-profile-payment-detail__table th {
  font-weight: normal;
  text-align: left;
}
.v24-profile-payment-detail__table td {
  font-weight: 300;
  text-align: right;
  white-space: nowrap;
}
.v24-profile-payment-detail__table-total th,
.v24-profile-payment-detail__table-total td {
  border-bottom: 1px dashed #D9DFE4;
}
.v24-profile-payment-detail__table-total td {
  font-size: 20px;
  font-weight: 600;
}
.v24-profile-payment-detail__table-total + tr th,
.v24-profile-payment-detail__table-total + tr td {
  padding-top: 20px;
}
.v24-profile-payment-detail__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.06px;
  margin: 20px 0 0;
}

/*----------------------------------------*/
/* BONUSES */
/*----------------------------------------*/
.v24-profile-bonuses {
  align-items: center;
  background: #2270F2;
  border-radius: var(--v24-border-radius-lg);
  color: #FFF;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  gap: 20px;
  padding: 20px;
}
.v24-profile-bonuses__image {
  flex-shrink: 0;
  margin-left: auto;
}

/*----------------------------------------*/
/* MANAGER */
/*----------------------------------------*/
.v24-profile-manager {
  align-items: center;
  background: #FFF;
  border-radius: var(--v24-border-radius-lg);
  box-shadow: var(--v24-box-shadow-md);
  display: flex;
  gap: 30px;
  padding: 40px 20px;
}
@media screen and (max-width: 479px) {
  .v24-profile-manager {
    padding: 20px;
  }
}
.v24-profile-manager__image {
  align-items: center;
  background: #F5F5F5;
  border-radius: 50%;
  box-shadow: 2px 2px 4px 0px rgba(105, 127, 150, 0.25);
  display: flex;
  flex-shrink: 0;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.v24-profile-manager__text {
  flex-grow: 1;
}
.v24-profile-manager__name {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 5px;
}
.v24-profile-manager__post {
  font-size: 10px;
  font-weight: 300;
  line-height: 11.72px;
  margin: 0 0 10px;
}
.v24-profile-manager__phone {
  color: #697F96;
  font-size: 14px;

  line-height: 16.41px;
}
.v24-profile-manager__phone:hover {
  color: #697F96;
}

/*----------------------------------------*/
/* DOCUMENTS */
/*----------------------------------------*/
.v24-profile-documents {
  background: #FFF;
  border-radius: var(--v24-border-radius-lg);
  box-shadow: var(--v24-box-shadow-md);
  padding: 20px;
}
.v24-profile-documents__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*----------------------------------------*/
/* ORDER STATUS */
/*----------------------------------------*/
.v24-profile-order-status {
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  height: 25px;
  min-width: 136px;
  padding: 0 16px;
  text-align: center;
}
.v24-profile-order-status--1 {
  background: #2270F2;
}
.v24-profile-order-status--2 {
  background: #FF5F20;
}

/*----------------------------------------*/
/* ORDER DETAILS */
/*----------------------------------------*/
.v24-profile-order-details {
  display: flex;
  gap: 30px;
  max-width: 630px;
}
@media screen and (max-width: 767px) {
  .v24-profile-order-details {
    display: block;
  }
}
.v24-profile-order-details__column {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .v24-profile-order-details__column {
    max-width: 360px;
  }
}
.v24-profile-order-details__column--1 .v24-profile-order-details__cell--2 {
  width: 190px;
}
.v24-profile-order-details__column--2 .v24-profile-order-details__cell--2 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .v24-profile-order-details__column--2 .v24-profile-order-details__cell--2 {
    width: 190px;
  }
}
.v24-profile-order-details__row {
  align-items: flex-start;
  display: flex;
}
.v24-profile-order-details__cell {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.41px;
  min-height: 36px;
  padding: 0 10px;
}
.v24-profile-order-details__cell--1 {
  color: #697F96;
  font-weight: 300;
  flex-grow: 1;
  padding-left: 0;
}
.v24-profile-order-details__cell--2 {
  border-bottom: 1px solid #D9DFE4;
  flex-shrink: 0;
}

/*----------------------------------------*/
/* TOURISTS */
/*----------------------------------------*/
.v24-profile-tourists {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .v24-profile-tourists,
  .v24-profile-tourists tbody,
  .v24-profile-tourists tr {
    display: block;
  }
}
.v24-profile-tourists th {
  background: #D7DFE7;
  font-size: 11px;
  font-weight: 300;
  line-height: 13.5px;
  text-align: center;
  padding: 15px 20px;
}
@media screen and (max-width: 639px) {
  .v24-profile-tourists th {
    display: none;
  }
}
.v24-profile-tourists td {
  border-bottom: 1px solid #D9DFE4;
  font-size: 12px;
  line-height: 14.73px;
  text-align: center;
  padding: 25px 20px;
}
@media screen and (max-width: 639px) {
  .v24-profile-tourists td {
    align-items: center;
    display: flex;
    padding: 10px 0;
    text-align: right;
  }
}
.v24-profile-tourists__note {
  color: #697F96;
  display: block;
  font-weight: 200;
}
.v24-profile-tourists__caption {
  color: #697F96;
  display: none;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .v24-profile-tourists__caption {
    display: block;
  }
}

/*----------------------------------------*/
/* FLIGHT */
/*----------------------------------------*/
.v24-profile-flight {
  border: 1px solid #D9DFE4;
  border-radius: var(--v24-border-radius-xl);
  margin: 0 0 20px;
  max-width: 740px;
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .v24-profile-flight {
    padding: 20px;
  }
}
.v24-profile-flight:last-child {
  margin: 0;
}
.v24-profile-flight__item {
  border-bottom: 1px solid #D9DFE4;
  display: flex;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .v24-profile-flight__item {
    flex-wrap: wrap;
  }
}
.v24-profile-flight__item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.v24-profile-flight__image {
  align-self: flex-start;
  flex-shrink: 0;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .v24-profile-flight__image {
    margin-right: 20px;
  }
}
.v24-profile-flight__stop {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .v24-profile-flight__stop {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .v24-profile-flight__stop--1 {
    width: calc(100% - 52px);
  }
  .v24-profile-flight__stop--2 {
    padding: 0 0 0 52px;
  }
}
.v24-profile-flight__stop-time {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  margin: 0 0 15px;
}
.v24-profile-flight__stop-info {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.06px;
  margin: 2px 0 0;
}
.v24-profile-flight__transfer {
  color: #697F96;
  font-size: 10px;
  line-height: 11.72px;
  text-align: center;
}
.v24-profile-flight__race {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .v24-profile-flight__race {
    margin: 20px 0 0;
    padding: 0 0 0 52px;
    width: 100%;
  }
}
.v24-profile-flight__race-airline {
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0 18px;
  padding-left: 25px;
  position: relative;
}
.v24-profile-flight__race-airline::before {
  background: #2270F2;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.v24-profile-flight__race-id {
  font-size: 13px;
  line-height: 15.23px;
  margin: 0 0 2px;
}
.v24-profile-flight__race-type {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}
.v24-profile-flight__scheme-1 {
  flex-grow: 1;
  margin: 20px 0;
  padding: 0 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .v24-profile-flight__scheme-1 {
    padding: 0 0 0 52px;
    width: 100%;
  }
}
.v24-profile-flight__scheme-1-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
}
.v24-profile-flight__scheme-1-list::before {
  background: #D9DFE4;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.v24-profile-flight__scheme-1-item {
  background: #F7F7F7;
  border: 1px solid #D9DFE4;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: 15.23px;
  padding: 1px 4px;
  position: relative;
  z-index: 2;
}
.v24-profile-flight__scheme-2 {
  flex-grow: 1;
  padding: 0 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .v24-profile-flight__scheme-2 {
    margin: 20px 0;
    padding: 0 0 0 52px;
  }
  .v24-profile-flight__scheme-2 .v24-profile-flight__transfer {
    text-align: left;
  }
}
.v24-profile-flight__scheme-2-race {
  border-bottom: 1px dashed #D9DFE4;
  font-size: 13px;
  line-height: 15.23px;
  margin: 0 0 13px;
  padding: 5px 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .v24-profile-flight__scheme-2-race {
    padding: 0 0 10px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .v24-profile-flight--solo .v24-profile-flight__stop--2 {
    width: 125px;
  }
}

/*----------------------------------------*/
/* SERVICE */
/*----------------------------------------*/
.v24-profile-service {
  align-items: center;
  border-bottom: 1px solid #D9DFE4;
  display: flex;
  gap: 0 50px;
  max-width: 740px;
  padding: 15px 25px;
}
@media screen and (max-width: 767px) {
  .v24-profile-service {
    gap: 0 20px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 479px) {
  .v24-profile-service {
    padding: 15px 0;
  }
}
.v24-profile-service__image {
  flex-shrink: 0;
}
.v24-profile-service__text {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  gap: 10px 50px;
}
@media screen and (max-width: 639px) {
  .v24-profile-service__text {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.v24-profile-service__description {
  margin: 0 auto 0 0;
}
.v24-profile-service__title {
  margin: 0 0 10px;
}
.v24-profile-service__brief {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.06px;
  margin: 0;
}
.v24-profile-service__count {
  font-size: 12px;
  line-height: 14.06px;
}

/*----------------------------------------*/
/* BONUS CARD */
/*----------------------------------------*/
.v24-profile-bonus-card {
  background: #FFF;
  border-radius: var(--v24-border-radius-lg);
  box-shadow: var(--v24-box-shadow-md);
  grid-column: span 4;
  padding: 30px 40px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .v24-profile-bonus-card {
    grid-column: span 9;
    width: 410px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .v24-profile-bonus-card {
    grid-column: span 2;
    width: 410px;
  }
}
@media screen and (max-width: 479px) {
  .v24-profile-bonus-card {
    grid-column: auto;
    padding: 20px;
    width: 100%;
  }
}
.v24-profile-bonus-card__num {
  font-size: 11px;
  line-height: 12.89px;
  margin: 0 0 5px;
}
.v24-profile-bonus-card__logo {
  margin: 0 0 55px;
}
@media screen and (max-width: 479px) {
  .v24-profile-bonus-card__logo {
    margin: 0 0 30px;
  }
}
.v24-profile-bonus-card__points {
  font-size: 20px;
  font-weight: 300;
  line-height: 23.44px;
  margin: 0 0 10px;
}
.v24-profile-bonus-card__points-amount {
  font-size: 36px;
  font-weight: 800;
  line-height: 42.19px;
}
.v24-profile-bonus-card__stats {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.41px;
}

/*----------------------------------------*/
/* BONUS INFO */
/*----------------------------------------*/
.v24-profile-bonus-info {
  align-self: center;
  grid-column: span 5;
  max-width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .v24-profile-bonus-info {
    grid-column: span 9;
    width: 480px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .v24-profile-bonus-info {
    grid-column: span 2;
    width: 480px;
  }
}
@media screen and (max-width: 479px) {
  .v24-profile-bonus-info {
    grid-column: auto;
    width: 100%;
  }
}
.v24-profile-bonus-info__brief {
  font-size: 14px;
  line-height: 16.41px;
  margin: 0 0 15px;
}
.v24-profile-bonus-info__link {
  color: #2270F2;
  display: inline-block;
  font-size: 12px;
  line-height: 16.8px;
  margin: 0 0 50px;
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  .v24-profile-bonus-info__link {
    margin: 0 0 40px;
  }
}
.v24-profile-bonus-info__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .v24-profile-bonus-info__stats {
    display: flex;
  }
}
.v24-profile-bonus-info__stats-item {
  align-items: flex-start;
  border-right: 1px solid #D9DFE4;
  display: flex;
  margin-right: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1365px) {
  .v24-profile-bonus-info__stats-item {
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .v24-profile-bonus-info__stats-item {
    border-bottom: 1px solid #D9DFE4;
    border-right: 0;
    margin: 0 0 25px;
    padding: 0 0 25px;
  }
}
.v24-profile-bonus-info__stats-item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.v24-profile-bonus-info__stats-image {
  flex-shrink: 0;
  margin-right: 10px;
}
.v24-profile-bonus-info__stats-text {
  flex-grow: 1;
}
.v24-profile-bonus-info__stats-title {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
}
.v24-profile-bonus-info__stats-points {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.13px;
}
.v24-profile-bonus-info__stats-note {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.06px;
  margin: 2px 0 0;
}

/*----------------------------------------*/
/* BONUS HISTORY */
/*----------------------------------------*/
.v24-profile-bonus-history {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .v24-profile-bonus-history,
  .v24-profile-bonus-history tbody,
  .v24-profile-bonus-history tr,
  .v24-profile-bonus-history td {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .v24-profile-bonus-history tr {
    border-bottom: 1px solid #D9DFE4;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .v24-profile-bonus-history tr:first-child {
    display: none;
  }
}
.v24-profile-bonus-history th {
  background: #D7DFE7;
  font-size: 11px;
  font-weight: 300;
  line-height: 13.5px;
  padding: 15px;
  text-align: left;
}
.v24-profile-bonus-history td {
  border-bottom: 1px solid #D9DFE4;
  font-size: 14px;
  line-height: 17.18px;
  padding: 25px 15px;
}
@media screen and (max-width: 639px) {
  .v24-profile-bonus-history td {
    border: 0;
    padding: 5px 0;
    width: 100%;
  }
}
td.v24-profile-bonus-history__action,
th.v24-profile-bonus-history__action {
  text-align: center;
}
@media screen and (max-width: 639px) {
  td.v24-profile-bonus-history__action {
    text-align: left;
  }
}
.v24-profile-bonus-history__action {
  width: 100px;
}
.v24-profile-bonus-history__date {
  width: 120px;
}
.v24-profile-bonus-history__amount {
  width: 120px;
}
.v24-profile-bonus-history__amount--add {
  color: #008115;
}
.v24-profile-bonus-history__amount--remove {
  color: #F00;
}
td.v24-profile-bonus-history__amount {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.64px;
}

/*----------------------------------------*/
/* PAGINATION */
/*----------------------------------------*/
.v24-profile-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .v24-profile-pagination {
    margin: 30px 0 0;
  }
}
.v24-profile-pagination__load {
  margin-right: auto;
  width: 190px;
}
.v24-profile-pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v24-profile-pagination__list-link {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  opacity: 0.7;
}
.v24-profile-pagination__list-link.is-active {
  color: #0D1D50;
  font-weight: 500;
  opacity: 1;
}
.v24-profile-pagination__list-nav {
  align-items: center;
  display: flex;
  height: 19px;
}
/*----------------------------------------*/
/* BONUS */
/*----------------------------------------*/
.bonus-row-hidden {
  display: none;
}

/*----------------------------------------*/
/* LOGOUT HEADER */
/*----------------------------------------*/

.profile-wrapper {
    position: relative;
    display: inline-block;
}

.logout-form {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    z-index: 100;
}

.logout-form.active {
    display: block;
}

.logout-button {
    padding: 5px 10px;
    background-color: #2270F2;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}

.logout-button:hover {
    background-color: #d32f2f;
}



/* End */
/* /local/templates/profile/styles/profile.css?175022862638918 */
