.authSuccess-module__wrapper__\+FMMD {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 24px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #17181a;
}
.title-module__title__kHh3l {
    padding: 0 30px;
    color: var(--black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.description-module__description__8OWGq {
    padding: 0 30px;
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.description-module__descriptionBold__5VN9h {
    font-weight: 500;
}
.content-module__content__-mzaW {
    margin-top: 24px;
    text-align: center;
}
.buttonWithLoader-module__container__pCck6 {
    position: relative;
    display: inline-flex;
    margin-top: 16px;
    width: auto;
  }
  
.buttonWithLoader-module__containerWidth__axeEm {
    width: var(--width);
}
  
.buttonWithLoader-module__button__CbHbS {
    width: auto;
}
  
.buttonWithLoader-module__buttonWidth__nMvn5 {
    width: var(--width);
}
  

@keyframes loader-module__loadingspin__biaiS {
    100% {
      transform: rotate(360deg);
    }
}

.loader-module__loader__89Wcs {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    left: calc(50% - 16px / 2);
    top: calc(50% - 16px / 2 - 1px);
    border: 2px solid #f5a623;
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader-module__loadingspin__biaiS 1s linear infinite;
}

.loader-module__loaderVisible__5HzY3 {
    display: block;
}

.socialAuth-module__socialContainer__ac9qD {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 26px 0 4px;
}

.socialAuth-module__socialItem__-R1dm {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0 8px;
    cursor: pointer;
    display: flex;
}

.socialAuth-module__socialItem__-R1dm:disabled {
    opacity: 0.6;
}
.switchFormButtons-module__btnWrapper__aqSJl {
  display: flex;
  margin-top: 24px;
}

.switchFormButtons-module__button__wTws5 {
  border-radius: var(--border-radius) var(--border-radius) 0px 0px;
  padding: 12px 16px;

  color: var(--secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.switchFormButtons-module__activeButton__iSUXH {
  background: var(--active-background);
  color: var(--black);
}

.input-module__input__96-43 {
  text-align: left;
}

.input-module__input__96-43 label div {
  color: var(--grey1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.input-module__input__96-43 label div::first-letter {
  text-transform: uppercase;
}

.input-module__input__96-43 label > div {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .input-module__input__96-43 input {
    font-size: 16px;
  }
}
.phoneInput-module__inputHeader__pgN2G {
  color: var(--grey1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
  text-align: left;
  margin-top: 4px;
}

.phoneInput-module__inputHeader__pgN2G::first-letter {
  text-transform: uppercase;
}

.phoneInput-module__inputHint__CEGV9 {
  margin-top: 4px;
  color: #919499;
  text-align: left;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.phoneInput-module__doneWrapper__-Cj6g {
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-7px, -50%);
}

.phoneInput-module__done__BU2eW path {
  stroke: #459e18;
}

.phoneInput-module__inputError__Ip0NL {
  text-align: left;
  margin-top: 4px;
  color: var(--secondary);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.phoneInput-module__inputClass__CwXsZ {
  font-size: 16px !important; /* чтобы перебить стиль из библитеки */
}
.smsCodeForm-module__actions__k\+2Qm {
    margin-top: 40px;
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smsCodeForm-module__actionItem__nnFIR {
    margin-top: 12px;
}

.smsCodeForm-module__checkCode__OaWCZ {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 24px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #17181a;
}

@keyframes smsCodeForm-module__loadingspin__jYRL8 {
    100% {
      transform: rotate(360deg);
    }
}

.smsCodeForm-module__checkCodeLoader__7OtaN {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 2px solid #f5a623;
    border-right-color: transparent;
    border-radius: 50%;
    animation: smsCodeForm-module__loadingspin__jYRL8 1s linear infinite;
}
.smsCodeInput-module__container__hC83o {
  display: flex;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
}

.smsCodeInput-module__input__ihZ\+S {
  width: 40px;
  height: 48px;

  border: 1px solid var(--grey3);
  border-radius: var(--border-radius);
  background: var(--white);

  color: var(--black);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  text-align: center;

  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.smsCodeInput-module__errorInput__npw6z {
  border-color: var(--secondary);
}

.smsCodeInput-module__input__ihZ\+S:disabled {
  opacity: var(--disabled-opacity);
}

.smsCodeInput-module__input__ihZ\+S:focus {
  border-color: var(--black);
}

.smsCodeInput-module__input__ihZ\+S::-webkit-outer-spin-button,
.smsCodeInput-module__input__ihZ\+S::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media screen and (max-width: 480px) {
  .smsCodeInput-module__input__ihZ\+S {
    font-size: 16px;
  }
}

.smsCodeInput-module__errorMessage__\+sXQR {
  margin-top: 8px;

  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.ActionItem-module__actionItem__zY0za {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;

  color: var(--secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.sendCodeAgainTimer-module__timer__wthCw {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--grey2);
}

.sendCodeAgainTimer-module__actionItem__hXZ2h {
    margin-top: 16px;
}
.sendSmsCodeAgainForm-module__container__9hWqp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sendSmsCodeAgainForm-module__actionItem__Mwpos {
    margin-top: 26px;
}

.sendSmsCodeAgainForm-module__content__h1fLc {
    margin-top: auto;
}
.passwordForm-module__actionItem__BSnhh {
    margin: 18px 0 8px;
    position: relative;
    display: inline-flex;
}

.passwordForm-module__loader__JgrhH {
    cursor: auto;
}
.passwordInput-module__input__6UMSP:-webkit-autofill {
    box-shadow: none !important;
}

.content-module__row__Va-9M {
    display: flex;
    align-items: start;
}

.content-module__row__Va-9M:not(:first-child) {
    margin-top: 8px;
}

.content-module__rowMobile__mukAQ {
    flex-direction: column;
}

.content-module__rowMobile__mukAQ .content-module__input__bZ-5i {
    width: 100%;
    margin-bottom: 5px;
}

.content-module__rowMobile__mukAQ .content-module__phoneInput__Nw\+AI {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
}

.content-module__rowMobile__mukAQ .content-module__input__bZ-5i:not(:first-child) {
    margin-left: 0 !important;
}

.content-module__input__bZ-5i {
    flex: 1;
}

.content-module__input__bZ-5i:not(:first-child) {
    margin-left: 16px;
}

.content-module__phoneInput__Nw\+AI {
    flex: 1;
    margin-left: 16px;
}

.content-module__appendAddon__6KVZQ {
    color: #0000ee;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.content-module__appendAddon__6KVZQ::after {
    display: block;
    content: '';
    background-color: #0000ee;
    height: 2px;
    width: 0%;
    left: 50%;
    position: absolute;
    transition: width 0.2s ease-in-out;
    transform: translateX(-50%);
}

.content-module__appendAddon__6KVZQ:hover::after, .content-module__appendAddon__6KVZQ:focus::after {
    width: 100%;
}
.footer-module__checkboxesWrapper__QXB-K {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.footer-module__checkboxesWrapper__QXB-K label {
  grid-gap: 8px;
  gap: 8px;
}

.footer-module__checkboxesWrapper__QXB-K a {
  color: var(--secondary);
}

.footer-module__checkboxesWrapper__QXB-K div label:not(:first-child) {
  margin-top: 8px;
}

.footer-module__buttonWithLoader__GnSzM {
  margin: 24px auto 0 !important;
  width: 290px !important;
}

.footer-module__buttonWithLoader__GnSzM button {
  margin-top: 0 !important;
}

.mailConfirmationForm-module__actionItem__Bc\+4B  {
    margin: 12px 0 8px;
}
.emailButton-module__link__s6BP5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #17181a;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    box-sizing: border-box;
}

.emailButton-module__text__uXR7O {
    margin-left: 8px;
}
.passwordCreateForm-module__passwordInput__QOsO5:not(:first-child) {
    margin-top: 12px;
}
.passwordHint-module__container__TOVVg {
    display: flex;
    align-items: center;
}

.passwordHint-module__item__l2LqD {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
}

.passwordHint-module__item__l2LqD:not(:first-child) {
    margin-left: 11px;
}

.passwordHint-module__item__l2LqD path {
    stroke: #6abf40;
}

.passwordHint-module__itemText__wSw32 {
    margin-left: 16px;
    color: #4D4D4D;
}

.passwordHint-module__itemTextActive__9n1aN {
    margin-left: 5px;
    color: #17181A;
}

.passwordHint-module__itemTextNotActive__pFvkt {
    position: relative;
}

.passwordHint-module__itemTextNotActive__pFvkt::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c2c5cc;
}
.resetPasswordForm-module__goBackLink__wkeaN {
    font-size: 16px;
    line-height: 20px;
}

.resetPasswordForm-module__passwordForm__UZgdq {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.resetPasswordForm-module__title__vUWF9 {
    white-space: pre-line; 
}

.resetPasswordForm-module__description__v1opq {
    white-space: pre-line;
    padding: 0;
}
.ResendEmailConfirmationForm-module__description__6QSV- {
    padding: 0;
}

.ResendEmailConfirmationForm-module__email__wGmrD {
    font-weight: 500;
}

.backButton-module__container__RR9An {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 8px;
  display: flex;
  width: 32px;
  height: 32px;
  color: var(--grey1);
  background-color: var(--background);
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
}

.backButton-module__container__RR9An svg {
  width: 16px;
  height: 16px;
}

.backButton-module__container__RR9An path {
  fill: currentColor;
}

.closeButton-module__container__Zp96y {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 8px;
  display: flex;
  background-color: var(--background);
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
}

.closeButton-module__container__Zp96y path {
  fill: var(--grey1);
}

.confirmPhoneForm-module__timeError__bziBp {
    color: #d0021b;
    text-align: left;
}
.fail-module__wrapperMobile__SFwzA {
    margin-top: 104px;
}

.fail-module__description__oLFM9 {
    padding: 0;
}
.emailOrPasswordConfirmationForm-module__actionItem__JfsEB {
    margin: 12px 0 8px;
}

.emailOrPasswordConfirmationForm-module__successIcon__vJ2eQ {
    display: flex;
    margin: 0 auto;
}

.emailOrPasswordConfirmationForm-module__title__bfIYk {
    margin-bottom: 10px;
    font-size: 20px;
}

.emailOrPasswordConfirmationForm-module__content__5MEiz {
    margin-top: 0;
}
.invalidTokenForm-module__buttonWithLoader__EbNSd > button {
  border: none;
  background: transparent;
  font-size: 16px;
  white-space: pre-line;
}

.invalidTokenForm-module__content__7Wq8A {
  margin-top: 0;
}

.confirmationProcessForm-module__throbber__Tr54O {
    height: 30px;
    margin-bottom: 20px;
}
.logOutForm-module__wrapper__-X8gZ  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.restorePasswordAfterLeakForm-module__description__hjKx3 {
    padding: 0;
}

.restorePasswordAfterLeakForm-module__email__wgIpY {
    font-weight: 500;
}
.ReCaptchaModal-module__captcha__A8YVK {
  z-index: 12000;
}

.authFromWishlist-module__buttonDesktop__qr4os {
    width: 181px !important;
    height: 40px !important;
}

.authFromWishlist-module__buttonMobile__zKl4F {
    width: 288px !important;
    height: 38px !important;
}

.authFromWishlist-module__containerDesktop__L88HV {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.authFromWishlist-module__containerMobile__b7apY {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    width: 100%;
    margin-bottom: 37px;
    min-height: calc(100vh - 37px - 74px);
    height: -webkit-fill-available;
}

.authFromWishlist-module__containerDesktop__L88HV svg, .authFromWishlist-module__containerMobile__b7apY svg {
    stroke: none !important;
}

.authFromWishlist-module__text__jxfVj {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #4D4D4D;
    margin-top: 8px;
    margin-bottom: 16px;
}

.authFromWishlist-module__title__73Zmv {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 52px;
}

.authFromWishlist-module__wrapper__16thJ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 292px;
}

.authFromWishlist-module__childrenContainer__\+qRCk {
    width: 100%;
    opacity: 0.3;
    -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 20%, transparent 100%);
    mask-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 20%, transparent 100%);
    pointer-events: none;
}

.authFromWishlist-module__cardWithButtonWrapper__WH2TX {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
.desktopMenu-module__categoryWrapper__O-jma {
  display: flex;
}

.desktopMenu-module__category__B7GgA {
  display: flex;
  color: var(--black);
}

.desktopMenu-module__wlCategory__HnVxt {
  color: var(--primary-header-color);
}

.desktopMenu-module__wlCategory__HnVxt svg path {
  fill: var(--primary-header-color);
}

.desktopMenu-module__category__B7GgA:hover {
  color: var(--secondary);
}

.desktopMenu-module__category__B7GgA:hover > div:first-child svg path {
  fill: var(--secondary);
}

.desktopMenu-module__fullServices__bz\+uV ul {
  right: inherit;
  right: 0;
  left: auto;
}

.HeaderCashbackComponent-module__infoWrapper__W63Am {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2px;
    gap: 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    height: 100%;
  }
  
  .HeaderCashbackComponent-module__infoWrapper__W63Am svg path {
    fill: url(#cashback_svg__a) !important;
  }
.HeaderCashback-module__category__3ZTEK {
    height: 100%;
    color: black;
    text-align: center;
}

.HeaderCashback-module__category__3ZTEK div :last-child {
    color: inherit !important;
}

.mobileMenu-module__burger__a2OR5 {
  width: 24px;
  height: 24px;

  position: absolute;
  right: 16px;
  bottom: 21px;
}

.mobileMenu-module__burger__a2OR5 path {
  fill: var(--primary-header-color);
}

.headerLogo-module__logoWrapper__J-kUq {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  display: flex;
  height: 56px;
}

.headerLogo-module__widgetLtLogo__kbAx6 {
  height: 40px;
  margin-top: 21px;
  margin-left: 21px;
}

.headerLogo-module__mobileLtLogo__sBuqa {
  margin: 0 22.15px 17px 17px;
  height: 36px;
}

.headerLogo-module__defaultLtLogo__KsNsD {
  margin: 0 20px 0 20px;
  padding-top: 24px;
}

.TouristLimitModal-module__modalPopup__9RYMe {
  padding: 24px;
  width: 360px;
  height: 354px;
  border-radius: 8px;
}

.TouristLimitModal-module__bannerPopup__P6g-m {
  z-index: 11001;
  background: rgba(0, 0, 0, 0.4);
}

.TouristLimitModal-module__titleDesktop__jl-Qg {
  color: var(--black);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.TouristLimitModal-module__descriptionDesktop__mM2H\+ {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
  margin-bottom: 16px;
}

.TouristLimitModal-module__buttonsConatiner__uvvOq {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  gap: 6px;
  width: 100%;
  align-items: center;
}

.TouristLimitModal-module__button__5ApcW {
  width: 100%;
  height: 44px;
  background-color: var(--background);
  padding: 10px 42px 12px 12px;
  border-radius: 8px;
  align-items: center;
}

.TouristLimitModal-module__buttonLink__8iWw3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
}

.TouristLimitModal-module__buttonsConatiner__uvvOq :link {
  text-decoration: none;
  color: inherit;
}

.TouristLimitModal-module__buttonLinkText__O5GnD {
  color: var(--black);
  text-align: center;

  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
}

.TouristLimitModal-module__iconWrapper__eSu8S svg {
  width: 24px;
  height: 24px;
}

.TouristLimitModal-module__mobileContainer__y\+8nC {
  padding: 8px 16px 24px !important;
}

.TouristLimitModal-module__titleMobile__z4NF0 {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.TouristLimitModal-module__descriptionMobile__K\+7vT {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 4px 0 16px;
}

.TouristLimitModal-module__buttonsConatinerMobile__q2enT {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}

.TouristLimitModal-module__buttonMobile__Je-9B {
  width: 100%;
  height: 40px;
  background-color: var(--background);
  padding: 10px 42px 12px 12px;
  border-radius: 8px;
  align-items: center;
}

.TouristLimitModal-module__buttonsConatinerMobile__q2enT :link {
  text-decoration: none;
  color: inherit;
}

.TouristLimitModal-module__buttonMobileLink__4F3zJ {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
}

.TouristLimitModal-module__buttonMobileLinkText__miFs- {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  width: 100%;
}

.headerSearchForm-module__searchTypeTabs__dpkEe {
    align-self: flex-end;
    margin-left: 30px;
}

.headerSearchForm-module__mobileSearchTypeTabs__aDGtX {
    margin-bottom: 8px;
    margin-left: 8px;
    height: 38px;
}

.headerSearchForm-module__menuWrapper__c0lAy {
    display: flex;
    align-items: end;
    height: 39px;
}

.headerSearchForm-module__mobileMenuWrapper__EHxYO {
    height: 47px;
}

.headerSearchForm-module__menu__mlV3r {
    margin-left: auto;
    z-index: 4;
    height: 38px;
}

.headerSearchWidgetPreview-module__searchWidgetPreview__5xQ3F {
  /* Посчитано исходя из отступов бургера в MobileMenu*/
  margin-right: 56px;
}

.headerSearchWidgetPreview-module__widgetWrapper__O0F-j {
  padding: 19px 66px 14px;
  background-color: var(--primary-header);

  display: flex;
  flex-direction: column;
  grid-gap: 21px;
  gap: 21px;
}

.headerSearchWidgetPreview-module__mobileWidgetWrapper__p7tPo {
  padding: 8px;
  grid-gap: 24px;
  gap: 24px;
}

.headerSearchWidgetPreview-module__wlWidgetWrapper__kNv8Q {
  background-color: var(--primary-header);
}

.headerSearchWidgetPreview-module__widgetWrapper__O0F-j .lt-search-form.expanded .search-form-wrapper {
  position: relative;
}

.headerOrder-module__headerOrder__oYav9 {
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 3px 10px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: auto;
}

.headerOrder-module__label__c-kB2 {
    font-size: 13px;
    color: #efefef;
}

.headerOrder-module__description__6gr2e {
    font-size: 10px;
    color: #efefef;
}
.header-module__header__gFVKO {
  display: flex;
  z-index: 1005;
  top: 0;
  right: 0;
  left: 0;
  min-height: 82px;
  padding: 6px 66px;
  color: #fff;
  align-items: flex-end;
  transform: translateZ(0);
  background-color: var(--primary-header);
}

.header-module__transparentHeader__VY8Js {
  background-color: transparent;
}

.header-module__wlHeader__ikdAz {
  background-color: var(--primary-header);
}

.header-module__mobileHeader__ezNmQ {
  min-height: 74px;
  padding: 4px;
}

.header-module__stickyHeader__koRW7 {
  position: -webkit-sticky;
  position: sticky;
}

.header-module__isOpenedForm__nj1f7 {
  align-items: stretch;
  flex-direction: column;
  grid-gap: 21px;
  gap: 21px;
  padding-top: 19px;
  padding-bottom: 14px;
}

.header-module__portalledHeader__2lOkf {
  position: fixed !important;
  top: 0px;
}

.header-module__menu__QyYba {
  margin-left: auto;
  color: #fff !important;
}

.header-module__menu__QyYba .messanger_svg__menu-messanger {
  fill: #fff;
}

.header-module__menuWithBlackColor__EsJma {
  color: var(--black) !important;
}

.header-module__menuWithBlackColor__EsJma .messanger_svg__menu-messanger {
  fill: #292929;
}

.header-module__menuFullHeight__Pghni {
  height: 38px;
}

.header-module__menuCollapsed__xZJXe {
  margin-bottom: 6px;
}

.header-module__widgetWrapper__pFMYZ {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  width: 100%;
  background-color: var(--primary-header);
  padding: 8px;
  position: relative;
  z-index: 1006;
}

.TopMobileAppBanner-module__logo__9YFlq {
  width: 60px;
  height: 60px;
  border: 1px solid #ebecf0;
  border-radius: 15px;
}

.TopMobileAppBanner-module__title__Vqbo7 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #17181a;
}

.TopMobileAppBanner-module__pictureBlock__XiGQM {
  margin-right: 8px;
  min-width: 60px;
}

.TopMobileAppBanner-module__buttonText__W7gYp :link {
  text-decoration: none;
  color: inherit;
}

.TopMobileAppBanner-module__textBlock__fB3Qp {
  display: flex;
  flex: auto;
  justify-content: space-between;
  align-items: center;
}

.TopMobileAppBanner-module__content__EApRm {
  margin-right: 16px;
  display: flex;
  float: left;
  min-width: 158px;
  flex-direction: column;
}

.TopMobileAppBanner-module__bannerStars__HmRLB {
  margin-top: 2px;
  display: flex;
  align-items: flex-start;
}

.TopMobileAppBanner-module__bannerStars__HmRLB p:last-child {
  margin-left: 3px;
}

.TopMobileAppBanner-module__bannerStarsDecimal__zYamr {
  display: flex;
  align-items: center;
}

.TopMobileAppBanner-module__bannerStarsDecimal__zYamr p:last-child {
  margin-left: 6px;
}

.TopMobileAppBanner-module__container__9rdss {
  display: flex;
  min-width: 370px;
  height: var(--height);
  align-items: center;
  background-color: #fff;
}

.TopMobileAppBanner-module__seopage__WDe6I {
  position: relative;
  z-index: 1004;
}

.TopMobileAppBanner-module__buttonText__W7gYp {
  margin-right: 10px;
  float: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ff611d;
}

.TopMobileAppBanner-module__closeButton__KherH {
  padding: 12px;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.BannerStars-module__data__H1grq {
  display: flex;
  align-items: center;
}

.BannerStars-module__data__H1grq p:last-child {
  margin-left: 10px;
}

.BannerStars-module__stars__8pjDG {
  margin-right: 1px !important;
}

.BannerStars-module__reviews__eBHD0 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #919499;
}

.BannerStars-module__star__jFMvc path {
  fill: #ff611d;
  stroke: #ff611d;
}

@font-face {
  font-family: 'ONYOneFont';
  src: url(https://assets.cdn.level.travel/assets/77ed69a707927da18816380197044cd2.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ONYOneFont';
  src: url(https://assets.cdn.level.travel/assets/62bd12699c6d58f92fac0fafbb757205.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url(https://assets.cdn.level.travel/assets/6964e1af272feae410b5cf66558b901c.woff2) format('woff2');
  font-style: normal;
}

:root {
  --white: #fff;
  --black: #000;
  --blue: #007aff;
  --grey1: #73716e;
  --grey2: #b3aea3;
  --grey3: #e3e1dd;
  --green: #70970e;
  --primary: #d2ff1f;
  --primary-header: #d2ff1f;
  --primary-color: #000;
  --primary-header-color: #000;
  --lightlime: #eeffc2;
  --darklime: #70970e;
  --secondary: #ff611d;
  --secondary-header: #ff611d;
  --secondary-color: #fff;
  --secondary-header-color: #fff;
  --lightorange: #ffe6dd;
  --teallight: #e6f6ef;
  --background: #f3f3f3;
  --partner-background: #f3f3f3;
  --pink: #ef51da;
  --vanta-pink: #f968d3;
  --grey-light: #c2c5cc;
  --white-light: #e6e9ee;

  --black-base-transparent: rgb(0 0 0 / 40%);

  --hover-alpha: 0.06;
  --pressed-alpha: 0.12;
  --disabled-opacity: 0.4;

  --loader-animation: spin 2s linear infinite;
  --skeleton-animation: pulse 1.5s infinite;

  --box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(106, 106, 106, 0.08);
  --border-radius: 8px;

  --font-size-extra-large: 22px;
  --font-size-large: 18px;
  --font-size-medium: 16px;
  --font-size-small: 14px;
  --font-size-extra-small: 12px;
  --font-size-mobile-large: 16px;
  --font-size-mobile-medium: 14px;
  --font-size-mobile-small: 12px;
}

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

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.25;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.25;
  }
}

--chevron-rotation: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);

/* Миксин, который стилизует состояния hover, active и disabled у элемента */
@define-mixin element-states $background: var(--background) {
  background-color: $background;

  &:disabled {
    opacity: var(--disabled-opacity);
  }

  &:active:not(:disabled) {
    background: linear-gradient(
        0deg,
        rgb(0 0 0 / var(--pressed-alpha)) 0%,
        rgb(0 0 0 / var(--pressed-alpha)) 100%
      ),
      $background;
  }

  @media (hover: hover) {
    &:hover:not(:disabled) {
      background: linear-gradient(
          0deg,
          rgb(0 0 0 / var(--hover-alpha)) 0%,
          rgb(0 0 0 / var(--hover-alpha)) 100%
        ),
        $background;
    }
  }
}

@define-mixin divider-dot {
  white-space: pre;

  &::after {
    content: ' · ';
  }
}

@define-mixin no-scrollbar {
  /* Для IE и Edge */
  -ms-overflow-style: none; /* Отключает скроллбар */

  /* Для Firefox */
  scrollbar-width: none; /* Отключает скроллбар, но оставляет возможность прокрутки */

  /* Для WebKit-браузеров */
  &::-webkit-scrollbar {
    display: none;
    appearance: none;
  }
}


