html.welcome-lock,
body.welcome-lock {
  overflow: hidden;
}

.cabinet-welcome[hidden] {
  display: none !important;
}
.cabinet-welcome {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  z-index: 99999;
  overflow-y: auto;
  transition: 0.3s;
}
.cabinet-welcome__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E1633;
  opacity: 0.5;
  transition: 0.3s;
}
.cabinet-welcome__dialog {
  position: relative;
  width: 42rem;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  overflow: hidden;
  z-index: 2;
}
.cabinet-welcome__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.8327 1.16699L1.16602 12.8337' stroke='%23F5F5F6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.16732 1.16699L12.834 12.8337' stroke='%23F5F5F6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
}
.cabinet-welcome__media {
  padding: 1.2rem;
  background-color: #7C64EB;
}
.cabinet-welcome__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cabinet-welcome__content {
  padding: 2rem;
}
.cabinet-welcome__title {
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.36;
  color: #0E1633;
}
.cabinet-welcome__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #0E1633;
}
.cabinet-welcome__actions {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 2rem;
}
@media (max-width: 560px) {
  .cabinet-welcome__dialog {
    margin-top: 4rem;
  }
  .cabinet-welcome__title {
    font-size: 2rem;
  }
  .cabinet-welcome__text {
    font-size: 1.4rem;
  }
  .cabinet-welcome__actions {
    flex-direction: column;
  }
  .cabinet-welcome__actions .btn {
    width: 100%;
  }
}

.driver-popover {
  position: fixed;
  top: 0;
  right: 0;
  width: 32rem;
  max-width: 100%;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.12);
  z-index: 1000000000;
  color: #0E1633;
}
.driver-popover-close-btn {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.8327 1.16699L1.16602 12.8337' stroke='%23F5F5F6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.16732 1.16699L12.834 12.8337' stroke='%23F5F5F6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}
.driver-popover-title {
  font: 1.8rem / normal 'Roboto';
  font-weight: 600;
  line-height: 1.48;
}
.driver-popover-title[style*=block]+.driver-popover-description {
  margin-top: 1.2rem;
}
.driver-popover-description {
  font: 1.4rem / normal 'Roboto';
  line-height: 1.48;
}
.driver-popover-progress-text {
  font-weight: 600;
  font-size: 1.2rem;
  font-weight: 600;
  color: #868A98;
}
.driver-popover-navigation-btns {
  gap: 1.2rem;
}
.driver-popover-footer button {
  display: inline-flex;
  height: 4rem;
  padding: 0 2.8rem;
  text-shadow: none;
  background-color: #7C64EB;
  color: #FFFFFF;
  font-weight: 600;
  font: 1.6rem / normal 'Roboto';
  line-height: 1.48;
  border: none;
  border-radius: 0.8rem;
  transition: 0.3s;
}
.driver-popover-navigation-btns button+button {
  margin-left: 0;
}
.driver-popover-prev-btn {
  display: none !important;
}
.driver-popover-footer button:hover {
  background-color: #FF7245;
}





/*.js-tour-orders img,
.js-tour-wishlist-list img,
.js-tour-wishlist-items img,
.js-tour-orders-prices img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.js-tour-orders.is-tour-visible img,
.js-tour-wishlist-list.is-tour-visible img,
.js-tour-wishlist-items.is-tour-visible img,
.js-tour-orders-prices.is-tour-visible img {
  opacity: 1;
  visibility: visible;
}
.js-tour-orders.close,
.js-tour-wishlist-list.close,
.js-tour-wishlist-items.close,
.js-tour-orders-prices.close {
  display: none !important;
}*/
.js-tour-orders,
.js-tour-orders-prices,
.js-tour-wishlist-list,
.js-tour-wishlist-items {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.js-tour-orders.is-tour-visible,
.js-tour-orders-prices.is-tour-visible,
.js-tour-wishlist-list.is-tour-visible,
.js-tour-wishlist-items.is-tour-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.js-tour-orders.close,
.js-tour-orders-prices.close,
.js-tour-wishlist-list.close,
.js-tour-wishlist-items.close {
  display: none !important;
}