@charset "UTF-8";.app-logo{line-height:1}.app-logo.router-link-exact-active{pointer-events:none}.app-logo__image{vertical-align:middle;max-width:100%}.app-burger-button{position:relative;width:48px;height:48px;padding:0;margin-right:8px;border:0;background-color:transparent;border-radius:50%;transition:background .1s,box-shadow .05s;color:inherit;cursor:pointer}.app-burger-button:hover{background:#00000008}.app-burger-button:active{box-shadow:inset 0 0 0 1px #00000014}.app-burger-button:after,.app-burger-button:before{position:absolute;content:"";height:2px;background-color:currentColor;left:15px;border-radius:10px;transition:transform .2s,width .2s}.app-burger-button:before{width:20px;top:20px}.app-burger-button:after{width:14px;bottom:20px}.app-burger-button.is-active:before{width:19px;top:22.5px;transform:rotate(45deg)}.app-burger-button.is-active:after{width:19px;bottom:23px;transform:rotate(-45deg)}@media screen and (min-width:1200px){.app-burger-button{margin-right:16px}}.app-profile{display:flex;align-items:center;justify-content:flex-end;margin-left:auto}.app-profile__call{margin-left:12px}@media screen and (min-width:992px){.app-profile__call{display:none!important}}.app-profile__button{display:inline-flex;align-items:center;border:0;background-color:transparent;color:inherit;padding:4px 0 4px 10px;cursor:pointer;transition:color .07s}@media screen and (min-width:992px){.app-profile__button{padding:8px 18px}}.app-profile__button--search{background:none!important}@media screen and (min-width:576px){.app-profile__button--search{display:none!important}}@media screen and (max-width:575px){.app-profile__button--favorites{display:none!important}}.app-profile__button.router-link-active,.app-profile__button:active,.app-profile__button:hover,.app-profile__button[aria-expanded=true]{color:#ff661a}.app-profile__button--column{flex-direction:column;justify-content:center;padding:10px;width:48px;height:48px;text-align:center}@media screen and (max-width:359px){.app-profile__button--column{width:44px;height:44px;padding:8px}}@media screen and (min-width:576px){.app-profile__button--column{padding:0 10px;width:auto}}@media screen and (min-width:1200px){.app-profile__button--column{height:70px}}@media screen and (min-width:1600px){.app-profile__button--column{padding:0 18px}}.app-profile__button svg.icon{fill:#0a0a0d}.is-dark .app-profile__button svg.icon{fill:#fff}@media screen and (max-width:1599px){.app-profile__button{font-size:14px}}.app-profile__button-icon{vertical-align:text-bottom}.app-profile__button-text{margin-left:12px;margin-right:4px}.app-profile__button--column .app-profile__button-text{margin:6px 0 0}@media screen and (max-width:575px){.app-profile__button-text{display:none}}.app-profile__avatar{margin:0 0 0 -8px}.app-profile__icon{margin-left:35px}.app-profile__down{margin-left:4px;transition:transform .15s ease}[aria-expanded=true] .app-profile__down{transform:rotate(-180deg) translateY(-2px)}.app-profile__auth.is-desktop{margin-right:12px}@media screen and (max-width:575px){.app-profile__auth.is-desktop{display:none!important}}@media screen and (min-width:576px){.app-profile__auth.is-mobile{display:none!important}}.app-profile__dropdown-list{padding:4px}.app-profile__dropdown-list .as-list__item.is-rounded{border-radius:12px}.app-profile__dropdown-item-logout{display:flex;align-items:center}.app-profile__logout-spinner{margin-left:16px}.app-header{position:relative;z-index:9;min-height:72px}@media screen and (max-width:991px){.app-header__wrap{padding-left:4px}.app-header__wrap.is-fixed{position:fixed;top:0;left:0;width:100%;background-color:#fff;animation-name:headerTranslateY;animation-fill-mode:forwards;animation-duration:.2s;box-shadow:0 6px 32px -4px #24223f0f;z-index:9}}.app-header__alert{background:#fff1f1;padding:8px 12px;line-height:24px;text-align:center}.app-header__alert.is-error{background:#fff1f1;color:var(--color-text);box-shadow:0 1px #00000012}.app-header__alert.is-warning{background:#fef6e9;color:var(--color-text)}.app-header__alert:first-child{padding-top:max(var(--safe-area-inset-top),8px)}.app-header__alert-icon{margin-right:4px}.app-header__alert-link{position:relative;color:var(--color-text);transition:color .2s}.app-header__alert-link:after{position:absolute;content:"";left:0;bottom:0;width:100%;height:1px;background-color:currentColor}.app-header__alert-link:hover{cursor:pointer}.app-header__main{position:relative;display:grid;align-items:center;grid-template-columns:1fr 1fr}@media screen and (max-width:991px){.app-header__main{padding-top:12px;padding-bottom:12px}.app-header__main:first-child{padding-top:max(var(--safe-area-inset-top),12px)}}@media screen and (min-width:992px){.app-header__main{min-height:80px}}@media screen and (min-width:1200px){.app-header__main{min-height:96px;grid-template-columns:minmax(var(--aside-menu-width),max-content) 1fr}}.app-header__left{display:flex;align-items:center;padding-left:4px;padding-left:max(var(--safe-area-inset-left),4px)}@media screen and (min-width:992px){.app-header__left{padding-left:8px}}@media screen and (min-width:1600px){.app-header__left{padding-left:20px}}.app-header__container{display:flex;flex-wrap:nowrap;align-items:center;-moz-column-gap:16px;column-gap:16px}@media screen and (max-width:359px){.app-header__container{padding-left:8px}}.app-header__search{display:none}@media screen and (min-width:1200px){.app-header__search{display:block;flex-basis:0;flex-grow:1;max-width:880px}}.app-header.is-dark{color:var(--color-white);background:transparent}.app-header.is-dark .app-profile__button-icon{fill:var(--color-white)}.app-header.is-dark .app-header__top-links a{color:var(--color-white)}.app-header.is-dark .app-header__top-links a:hover{color:var(--color-accent-500)}.app-header.is-dark .app-header__main{background-color:transparent}.app-header.is-dark .as-badge__body{box-shadow:none}.app-header.is-higher{min-height:136px}@keyframes headerTranslateY{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:none}}.app-currency-switcher{display:flex;align-items:center;margin-bottom:16px}.app-currency-switcher__item{display:flex;align-items:center;gap:4px;cursor:pointer;transition:color .2s}.app-currency-switcher__item:hover{color:var(--color-accent-500)}.app-currency-switcher__append,.app-currency-switcher__prepend{pointer-events:none}@media screen and (min-width:576px){.app-currency-switcher__dropdown-title{display:none}}.app-currency-switcher .as-dropdown__title+.as-dropdown__body{padding-top:var(--dropdown-body-padding)}.app-currency-switcher__dropdown-body{--modal-padding-left-sm:10px;--modal-padding-right-sm:10px;--dropdown-body-padding:4px}.app-currency-switcher__dropdown-item:last-child{margin-bottom:0}.app-sidemenu{color:#0a0a0d;font-size:16px;line-height:1.5;letter-spacing:-.18px;margin:0;padding:4px 8px 32px;padding-left:max(var(--safe-area-inset-left),8px)}@media screen and (max-width:991px){.app-sidemenu{height:100%!important}}.app-sidemenu__socials-list{display:flex;flex-wrap:wrap;margin-bottom:4px}.app-sidemenu__auth-button{padding:0 32px}.app-sidemenu__body{height:-moz-max-content;height:max-content}.app-sidemenu__menu .as-list__item{padding:12px 16px!important}.app-sidemenu__menu img{vertical-align:text-bottom}.app-sidemenu__about-menu .as-list__item{padding:8px 16px!important}.app-sidemenu__divider.as-divider{margin:24px 16px}.app-sidemenu__container{padding:0 16px}.app-sidemenu__subtitle{font-size:16px;color:#9596a5;margin-bottom:16px}.app-sidemenu__auth-section{color:#4f4f5e}.app-sidemenu__auth-section .as-button{min-width:100px}.app-sidemenu__phone{display:block;width:-moz-fit-content;width:fit-content;margin-top:16px;color:#000;font-weight:400;font-size:20px;line-height:1.4}.app-sidemenu__phone-caption{color:#4f4f5e;font-size:13px}.app-sidemenu__schedule{margin-top:16px;color:#707685;font-size:12px}.app-sidemenu__append-links{display:flex;align-items:center;list-style:none;padding:0;flex-wrap:wrap;margin:0 0 24px;-moz-column-gap:16px;column-gap:16px;row-gap:8px}.app-sidemenu__append-links-item{position:relative;color:#0a0a0d;font-size:13px}.app-sidemenu__append-links-item a{color:#0a0a0d}.app-sidemenu__append-links-item a:hover{color:#0a0a0d;border-bottom:1px solid rgba(10,10,13,.4)}@media screen and (min-width:1600px){.app-sidemenu__append-links-item:not(:first-child):before{content:"";position:absolute;left:-8px;top:50%;width:1px;height:1px;border-radius:1px;background:#000}}.app-sidemenu__payments{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-left:-4px!important;margin-right:-4px!important}.app-sidemenu__payments>.as-col{padding:0 4px}.app-sidemenu__payments-item{flex-basis:0;flex-grow:1}.app-sidemenu__copy{margin-top:24px;color:#4f4f5e;font-size:13px}.app-sidemenu .socials-buttons{gap:10px;margin-bottom:12px}.app-sidemenu .social-button{width:59px;height:48px;flex-basis:0;flex-grow:1;background-color:var(--shade-100);border-radius:var(--controls-border-radius);transition:background-color .2s,color .2s}.app-sidemenu .social-button:hover{background-color:#e4e9eb}.app-sidemenu .social-button:last-child{margin-right:0}:root{--aside-menu-width:260px}@media screen and (min-width:1600px){:root{--aside-menu-width:320px}}.app-aside{display:none}.app-aside__content{display:flex;flex-direction:column;height:100%;background-color:#fcfcfd;box-shadow:1px 0 #f6f6f9;overflow:hidden}.app-aside__menu{flex-grow:1;overflow:auto}.app-aside__menu::-webkit-scrollbar{-webkit-appearance:none;background:#fcfcfd;width:4px;height:7px}.app-aside__menu::-webkit-scrollbar-thumb{border-radius:12px;height:3px;background-color:#f3f5f6}.app-aside__drawer .as-drawer__container{overflow:unset}.app-aside__header{display:flex;align-items:center;padding:24px 0 24px 4px;padding-left:max(var(--safe-area-inset-left),4px);z-index:3;transition:box-shadow .2s}.app-aside__header:first-child{padding-top:max(var(--safe-area-inset-top),24px)}.app-aside__header.with-shadow{box-shadow:0 3px 22px 5px #0000000d,0 1px #00000005}@media screen and (max-width:991px){.app-aside__header{position:sticky;top:0;z-index:50;background-color:#fff}}@media screen and (min-width:992px){.app-aside__header{padding-left:24px}}@media screen and (min-width:1200px){.app-aside__header{padding-left:32px}.app-aside--full{flex:0 0 var(--aside-menu-width);max-width:var(--aside-menu-width);position:sticky;left:0;top:0;bottom:0;margin-top:-96px;display:block;width:100%;max-height:100vh;z-index:520}}.app-aside--mini{flex:0 0 125px;max-width:125px}@media screen and (min-width:1300px){.app-aside--mini{display:block}}@media screen and (min-width:1600px){.app-aside--mini{margin-left:-125px;transform:translate(125px)}}.slide-aside-enter-active,.slide-aside-leave-active{transition:transform .3s}.slide-aside-enter,.slide-aside-leave-to{transform:translate(-100%)}.app-content{flex-basis:0;flex-grow:1;max-width:100%}@media screen and (min-width:1200px){.app-aside--full+.app-content{max-width:calc(100% - var(--aside-menu-width))}}.app-main{display:flex}.app-join-banner{padding:12px 16px;line-height:1.3;border:1px solid var(--color-border);box-shadow:0 6px 12px -4px #0a0a0d0a;border-radius:16px}.app-join-banner__title{color:var(--color-text);font-weight:600}.app-join-banner__text{margin-top:4px;font-size:14px;color:var(--color-text-secondary)}.app-join-banner__link{display:inline-flex;align-items:center;gap:8px;margin-top:12px;font-size:14px;font-weight:600;color:var(--color-accent-500)}.app-footer{padding:32px 0;border-top:1px solid #f0f1f2;padding-bottom:max(var(--safe-area-inset-bottom),92px)}@media screen and (min-width:576px){.app-footer{padding-top:40px;padding-bottom:32px}}@media screen and (min-width:992px){.app-footer__header{display:flex;justify-content:space-between;align-items:center}}.app-footer__service{display:flex;align-items:center;flex-wrap:wrap;gap:16px}@media screen and (min-width:992px){.app-footer__logo .app-logo__image{width:auto;height:64px}}.app-footer__join-banner{display:none}@media screen and (min-width:992px){.app-footer__join-banner{display:block}}.app-footer__service-text{font-size:14px;line-height:1.3;color:var(--color-gray-400)}.app-footer__row{margin-top:24px}@media screen and (min-width:575px)and (max-width:992px){.app-footer__row{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"advantages advantages" "links socials" "links contacts";-moz-column-gap:12px;column-gap:12px}}@media screen and (min-width:992px){.app-footer__row{display:grid;grid-template-columns:repeat(3,max-content);grid-template-rows:repeat(2,max-content);grid-template-areas:"advantages links socials" "advantages links contacts";margin-top:32px;gap:24px;justify-content:space-between}}@media screen and (min-width:1400px){.app-footer__row{grid-template-columns:minmax(max-content,1fr) 1fr max-content max-content}}@media screen and (min-width:1600px){.app-footer__row{grid-template-columns:repeat(4,minmax(140px,max-content))}}.app-footer__col:not(:first-child){margin-top:24px}@media screen and (min-width:992px){.app-footer__col:not(:first-child){margin-top:0}}.app-footer__col--links{grid-area:links}.app-footer__col--socials{grid-area:socials}.app-footer__col--сontacts{grid-area:contacts}@media screen and (min-width:576px){.app-footer__col--join{display:none}}.app-footer__socials{margin-top:16px;gap:8px}.app-footer__widgets{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}@media screen and (min-width:576px){.app-footer__widgets{display:block}.app-footer__widget:not(:first-child){margin-top:8px}}.app-footer__advantages{list-style:none;margin:0;padding:0;grid-area:advantages}@media screen and (min-width:575px)and (max-width:992px){.app-footer__advantages{-moz-columns:2;column-count:2}}.app-footer__advantages-item{display:flex;-moz-column-break-inside:avoid;break-inside:avoid-column;position:relative;z-index:1}.app-footer__advantages-item:not(:last-child){margin-bottom:16px}@media screen and (min-width:992px){.app-footer__advantages-item:not(:last-child){margin-bottom:24px}}.app-footer__advantages-icon{margin-right:14px}.app-footer__advantages-title{margin-bottom:2px;font-weight:600}.app-footer__advantages-text{font-size:14px;color:#4f4f5e;line-height:20px;letter-spacing:-.09px}.app-footer__advantages-text img{vertical-align:middle}.app-footer__sub-heading{line-height:1.3;font-weight:600;margin-bottom:16px}.app-footer__links{list-style:none;padding:0;margin:0;line-height:1.4}@media screen and (min-width:1600px){.app-footer__links{-moz-column-count:2;-moz-column-width:180px;columns:180px 2}}.app-footer__links-item:not(:first-of-type){margin-top:12px}.app-footer__schedule{margin-top:12px;font-size:14px;color:var(--shade-500)}.app-footer__append{padding-top:24px;padding-bottom:24px;margin:24px 0;border-top:1px solid #f0f1f2;border-bottom:1px solid #f0f1f2;font-size:12px}@media screen and (min-width:992px){.app-footer__append{margin:40px 0 32px}.app-footer__append-container{display:flex;align-items:center}}.app-footer__payments{display:flex;align-items:center;margin-top:24px}@media screen and (min-width:992px){.app-footer__payments{margin-top:0;margin-left:auto;padding-left:24px}}.app-footer__payments img:not(:last-child){margin-right:16px;max-height:20px}.app-footer__append-text{margin-top:12px;color:#9596a5}.app-footer__append-links-item{display:inline-block;margin-right:12px}@media screen and (max-width:575px){.app-footer__append-links-item:first-child{display:block;margin-bottom:8px}}.app-footer__destination-title{line-height:1.2;font-size:18px;font-weight:600;margin-bottom:16px}.app-footer__destination-title:first-child{margin-top:0}@media screen and (min-width:992px){.app-footer__destination-title{font-size:20px}}.app-footer__continents{list-style:none;padding:0;margin:0;-moz-columns:2;column-count:2;gap:16px}@media screen and (min-width:575px)and (max-width:992px){.app-footer__continents{max-width:66.6666666667%}}@media screen and (min-width:992px){.app-footer__continents{-moz-columns:unset;columns:unset}}.app-footer__countries{-moz-columns:2;column-count:2;gap:16px}@media screen and (min-width:575px)and (max-width:992px){.app-footer__countries{-moz-columns:3;column-count:3}}@media screen and (min-width:991px)and (max-width:1200px){.app-footer__countries{-moz-columns:4;column-count:4}}@media screen and (min-width:1200px)and (max-width:1600px){.app-footer__countries{-moz-columns:5;column-count:5}}@media screen and (min-width:1600px){.app-footer__countries{-moz-columns:6;column-count:6}}.app-footer__countries-item{margin-bottom:12px}.app-footer .as-truncate-text__button.unstyled-button{text-align:center;color:var(--color-text)}.app-footer .as-truncate-text__button.unstyled-button:hover{color:var(--color-accent-500)}.scroll-top-button{width:var(--button-size-xl);height:var(--button-size-xl);display:none;opacity:0;outline:none;box-shadow:0 12px 40px #02103914;border:1px solid var(--color-border);transform:translateY(12px);border-radius:50%;background-color:#fff;transition:all .2s ease-in-out}@media screen and (max-width:1199px){.scroll-top-button{position:relative!important;left:0!important;top:0!important}}@media screen and (min-width:1200px){.scroll-top-button{position:fixed;bottom:auto;display:flex;align-items:center;justify-content:center}}.scroll-top-button.is-shifted{left:calc(var(--aside-menu-width) + 12px)}.scroll-top-button.is-show{transform:none;opacity:1;pointer-events:all;cursor:pointer}.scroll-top-button.is-show:hover{background-color:#e4f4ff;border-color:#e4f4ff}.scroll-top-button__icon{position:relative;width:14px;height:24px}.scroll-top-button__icon:after,.scroll-top-button__icon:before{position:absolute;content:"";width:9px;height:2px;top:50%;margin-top:-2px;background-color:#0a0a0d;border-radius:30px;transition:transform .2s}.scroll-top-button__icon:before{transform:rotate(-45deg);left:0}.scroll-top-button__icon:after{transform:rotate(45deg);right:0}.scroll-top-button__icon.is-inverse:before{transform:rotate(45deg)}.scroll-top-button__icon.is-inverse:after{transform:rotate(-45deg)}@media screen and (max-width:575px){.scroll-top-button{display:none!important}}.support-dropdown-body{--dropdown-body-padding:32px}@media screen and (min-width:992px){.support-dropdown-body{width:480px}}.support-dropdown-body__image{vertical-align:top}.support-dropdown-body__caption{margin-top:24px;font-size:18px;font-weight:600;line-height:1.2}.support-dropdown-body__schedule{margin-top:4px}.support-dropdown-body__contacts{margin-top:16px}.support-dropdown-body__contacts a{color:var(--color-accent-500)}.support-dropdown-body__messengers{margin-top:16px;display:flex;gap:8px;--button-border-radius:24px}.support-bubble__icon{width:24px;height:24px}.support-bubble__dropdown{--dropdown-border-radius:24px}.cookie-alert-sheet{position:absolute;right:0;bottom:0;pointer-events:all;padding:8px 24px 8px 12px;border-radius:var(--button-border-radius);background-color:#fff;box-shadow:var(--dropdown-shadow);color:var(--color-text-secondary)}@media screen and (min-width:576px){.cookie-alert-sheet{max-width:360px;display:flex;align-items:center;gap:16px;padding:8px 12px;top:-20px;bottom:auto;transform:translateY(-100%)}}.cookie-alert-sheet__text{font-size:14px;line-height:1.35}.cookie-alert-sheet__button{margin-top:8px;min-width:60px}@media screen and (min-width:576px){.cookie-alert-sheet__button{flex-shrink:0;margin-top:0;min-width:auto}}
