@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.reviews article{border-radius:var(--radius-2xl);padding:20px;height:176px;background:#f9f9fb;position:relative;-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 10px);flex:0 0 calc(33.333% - 10px);min-width:350px}.reviews article .rating{position:absolute;top:16px;right:16px;height:20px}.reviews article .rating .stars>svg{width:20px;height:20px}.reviews article>div:first-child{font-weight:500;font-size:var(--fs-base);color:var(--text-primary);margin-bottom:2px}.reviews article .date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-weight:400;font-size:var(--fs-small);color:var(--text-secondary);line-height:143%}.reviews article>p{font-weight:400;font-size:15px;line-height:147%;padding-top:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.reviews article>span:last-child{font-weight:400;font-size:15px;color:var(--link);position:absolute;bottom:12px}.stars svg{fill:#e5e5e5;stroke:#e5e5e5;color:#e5e5e5}.stars[data-rating="1"] svg:first-child{fill:var(--primary);stroke:var(--primary);color:var(--primary)}.stars[data-rating="2"] svg:nth-child(-n+2){fill:var(--primary);stroke:var(--primary);color:var(--primary)}.stars[data-rating="3"] svg:nth-child(-n+3){fill:var(--primary);stroke:var(--primary);color:var(--primary)}.stars[data-rating="4"] svg:nth-child(-n+4){fill:var(--primary);stroke:var(--primary);color:var(--primary)}.stars[data-rating="5"] svg{fill:var(--primary);stroke:var(--primary);color:var(--primary)}.smi>div{border-radius:var(--radius-3xl);padding:16px;width:190px;height:100px;background:#f9f9fb;position:relative}.catalog>div{border-radius:var(--radius-2xl);min-width:311px;-webkit-box-shadow:var(--shadowBlock);box-shadow:var(--shadowBlock);overflow:hidden}.catalog>div a{all:unset;cursor:pointer}.catalog>div picture img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover}.catalog>div>div{padding:8px 12px 12px 12px}.catalog>div>div h3{font-weight:700;font-size:var(--fs-base);line-height:125%;padding-bottom:2px}.catalog>div>div>div{font-size:var(--fs-small);line-height:143%;color:var(--text-secondary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:12px}.catalog>div>div>ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}.catalog>div>div>ul li{border-radius:var(--radius-sm);padding:0 8px;height:30px;background:var(--btn-bg-secondary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog>div>div>ul li>a{font-size:var(--fs-small)}.populare>article{width:160px;height:242px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;position:relative}.populare>article img{border-radius:var(--radius-xl);width:100%;height:192px;margin-bottom:4px;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right}.populare>article>div{font-weight:500;font-size:var(--fs-medium);line-height:122%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:6px}.populare>article>div>h3{margin-bottom:0}.populare>article>div>svg{border-radius:100px}.populare>article span:last-child{font-weight:400;font-size:var(--fs-small);line-height:143%;color:var(--text-secondary)}.advantages article{border-radius:var(--radius-3xl);padding:16px 20px 20px 20px;width:311px;height:186px;background:#f9f9fb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.advantages article img{width:56px;height:56px;margin-bottom:10px;-o-object-fit:cover;object-fit:cover}.advantages article>h3{font-weight:500;font-size:var(--fs-l);line-height:120%;white-space:nowrap;margin-bottom:6px}.advantages article span:last-child{font-size:var(--fs-base);line-height:150%;color:var(--text-secondary);white-space:normal;word-break:break-word;overflow-wrap:anywhere}.action-btns{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;left:calc(100vw - 90px);bottom:50px;z-index:1001}.action-btns.upper{bottom:155px}.action-btns>button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:46px;height:46px;border:0;outline:0;background-color:#1d2023;border-radius:var(--radius-full);opacity:.8;-webkit-box-shadow:var(--shadowBlock);box-shadow:var(--shadowBlock);color:var(--white);-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;cursor:pointer}.action-btns>button.hide{opacity:0;visibility:hidden}.action-btns>button:hover{color:#000;opacity:1}.grid.advantages,.grid.articles,.grid.cards.hotels{grid-template-columns:repeat(auto-fill,minmax(300px,-webkit-max-content));grid-template-columns:repeat(auto-fill,minmax(300px,max-content))}.grid.advantages>*,.grid.articles>*,.grid.cards.hotels>*{margin:0}.grid.smi{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5%}.grid.populare{grid-template-columns:repeat(auto-fill,minmax(301px,1fr))}.grid.populare>article{margin:0}.grid.ways{grid-template-columns:repeat(auto-fill,minmax(311px,1fr))}.grid.ways article{width:311px;height:190px}.grid.ways article:nth-child(5){margin-top:0}.grid.ways article:nth-child(6n+5){margin-top:0}.grid.ways.r-hide{height:190px}.regions>.swiper>.swiper-wrapper.cards{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 12px);flex:0 0 calc(25% - 12px);min-width:0}.regions,.reviews{margin:0;margin-right:-5px;position:static}.regions>.swiper,.reviews>.swiper{padding:0;padding-left:5px}.regions .slider-prev,.reviews .slider-prev{top:0;left:unset;right:48px}.regions .slider-next,.reviews .slider-next{top:0;right:0}.btn-more{height:48px;width:133px;padding:0 16px;font-weight:400;font-size:var(--fs-base);line-height:150%}.grid.accordions .header h3{font-weight:500;font-size:var(--fs-l);line-height:120%}.grid.accordions .on .body{margin-top:-20px}footer.footer{justify-self:flex-end;margin-top:auto;position:relative;min-height:260px;padding:0 0 32px;border-top:1px solid #e4e4e7}footer.footer a,footer.footer p{font-family:var(--third-family);font-weight:400;font-size:14px;line-height:163%;color:#71717a}footer.footer a:visited{color:#71717a}footer.footer .action{width:100%;background:#fafafa;padding:24px 0;height:104px}footer.footer .action .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer.footer .action .container>div p:first-of-type{font-weight:700;font-size:18px;line-height:178%;color:#000}footer.footer .action .container .action-btn{border-radius:2px;padding:10px 20px;height:40px;width:272px;background:#ffcb11;font-weight:600;font-size:18px;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}footer.footer .action .container .action-btn:visited{color:#000}footer.footer .action .container .action-btn:hover{background-color:var(--primary-darken)}footer.footer .company,footer.footer li{position:relative}footer.footer ul{list-style:none;margin:0;padding:0}footer.footer .title{font-family:var(--third-family);font-weight:600;font-size:14px;line-height:143%;letter-spacing:.02em;color:#18181b;display:block;margin-bottom:24px}footer.footer>div.container{padding:48px 0 48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer.footer>div.container .footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:48px;padding:0 24px}footer.footer>div.container .footer-links>div{-webkit-box-flex:1;-ms-flex:1;flex:1}footer.footer>div.container .footer-links>div.logo-block>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-weight:600;font-size:18px;color:#000;margin-bottom:12px}footer.footer>div.container .footer-links>div.links ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}footer.footer>div.container .footer-links>div.social .title{margin-bottom:16px}footer.footer>div.container .footer-links>div.social ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px}footer.footer>div.container .footer-links>div.social li{border-radius:8px;border:1px solid #e4e4e7;background-color:transparent;height:40px;width:40px}footer.footer>div.container .footer-links>div.social li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer.footer>div.container .footer-links>div.social li a:hover{background-color:rgba(0,0,0,.04);border-color:#c4c4c7}footer.footer>div.container .footer-links>div.social li a>svg{-ms-flex-negative:0;flex-shrink:0}footer.footer>div.container .footer-links>div.social>div:last-of-type{margin-top:24px}footer.footer>div.container .footer-links>div.social>div:last-of-type a{border-radius:4px;padding:0 10px;width:272px;height:40px;background:#000;font-weight:600;font-size:14px;line-height:143%;letter-spacing:.02em;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;margin-bottom:12px;cursor:pointer}footer.footer>div.container .footer-links>div.social>div:last-of-type a:hover{background-color:#686868}footer.footer .company{border-top:1px solid #e4e4e7;width:100%;height:86px}footer.footer .company .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px 24px;height:85px}footer.footer .company .container>span{font-family:var(--third-family);font-weight:400;font-size:14px;line-height:163%;color:#71717a}footer.footer .company .container>div:first-of-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}footer.footer .company .container>div:first-of-type>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-weight:400;font-size:14px;line-height:150%;color:#71717a}.modal{position:fixed;top:0;left:0;width:100dvw;height:100dvh;visibility:hidden;opacity:0;pointer-events:none;z-index:400;display:none}.modal.on{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;visibility:visible;opacity:1;pointer-events:auto}.modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(12,19,29,.6);z-index:1}.modal .modal-content{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;z-index:2;background:var(--white);width:100dvw;height:100dvh}.modal .modal-content>header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;border-bottom:1px solid #ddd;padding:1rem;-ms-flex-negative:0;flex-shrink:0}.modal .modal-content>header .modal-header__title{font-size:1.25rem;font-weight:500;line-height:2rem;text-align:center;margin:0 auto}.modal .modal-content>header .modal-close{border:none;background:0 0;cursor:pointer;position:relative}.modal .modal-content>header .modal-close:focus{outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.modal .modal-content>main{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto;min-height:300px}.modal .modal-content>footer{position:sticky;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;min-height:56px;padding:.625rem 1.25rem;width:100%;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--white);-ms-flex-negative:0;flex-shrink:0}.modal.loading main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal>header>span{text-align:left}.month>ul>li:first-child:after{bottom:-9px}.booking{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10%}.booking .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.booking .content h2{font-weight:700;font-size:30px;line-height:120%;padding-bottom:16px;margin-bottom:0}.booking .content>span{font-weight:500;font-size:var(--fs-l);line-height:120%;color:var(--text-secondary)}.booking .content>p{font-weight:400;line-height:150%}.booking .content>p,.booking .content>span{position:relative;padding-bottom:24px;margin-bottom:24px}.booking .content>p:first-of-type:after,.booking .content>span:after{content:"";position:absolute;bottom:0;left:0;width:90%;height:1px;background:rgba(98,108,119,.1)}.booking .grid.advantages.lg{-ms-grid-columns:(minmax(336px,1fr))[2];grid-template-columns:repeat(2,minmax(336px,1fr))}.booking .grid.advantages.lg article{margin:0;width:100%}.banner.any-case h2{font-weight:700;font-size:30px;line-height:120%}.r-hide{height:520px;overflow:hidden}.regions .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.regions .swiper-slide{height:auto}@media (min-width:1024px){.smi>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;padding:0;width:auto;height:72px;background:0 0}.smi>div picture img{width:100%;height:100%}.populare>article{width:301px;height:252px}.populare>article img{border-radius:var(--radius-3xl);height:190px}.populare>article>div{font-size:var(--fs-large);line-height:118%;gap:8px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.populare>article>div>svg{border-radius:100px;width:22px;height:22px}.populare>article span:last-child{font-size:var(--fs-base);line-height:150%}}@media (max-width:767px){.reviews article article{padding:16px 16px 12px 16px}.reviews article .rating{height:16px}.reviews article .rating .stars>svg{width:16px;height:16px}.reviews article>p{font-weight:400;font-size:15px;line-height:147%}}