@keyframes time-action{0%{opacity:1}45%{opacity:1}50%{opacity:0}55%{opacity:1}to{opacity:1}}.news-item{display:block}@media(hover:hover){.news-item:hover .news-item__arrow>div{transform:translate(0)}.news-item:hover .news-item__arrow>div>div{opacity:1;transform:scale(1)}}.news-item__image{position:relative;height:22rem}.news-item__image>img{display:block;width:100%;height:100%;object-fit:cover}@media(min-width:1101px){.news-item__image>img{border-radius:3rem}}@media(max-width:1100px){.news-item__image>img{border-radius:2rem}}.news-item__image>.tag{position:absolute}@media(min-width:1101px){.news-item__image>.tag{top:1.6rem;left:1.6rem}}@media(max-width:1100px){.news-item__image>.tag{top:1.2rem;left:1.2rem}}.news-item__age{display:flex;column-gap:.8rem;position:absolute}@media(min-width:1101px){.news-item__age{top:1.6rem;left:1.6rem}}@media(max-width:1100px){.news-item__age{top:1.2rem;left:1.2rem}}.news-item__age>*{flex:none}.news-item__timer{position:absolute;background-color:#fffc;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:1.4rem;padding:.6rem 0 1rem 1.2rem}@media(min-width:1101px){.news-item__timer{top:1.6rem;left:1.6rem;width:12rem}}@media(max-width:1100px){.news-item__timer{top:1.2rem;left:1.2rem;width:11.2rem}}.news-item__timer-label{display:block}@media(min-width:1101px){.news-item__timer-label{font-weight:400;font-size:.8rem;line-height:1.275}}@media(max-width:1100px){.news-item__timer-label{font-weight:400;font-size:.8rem;line-height:1.275}}.news-item__timer-time{margin-top:.1rem;display:grid;grid-template-columns:repeat(3,max-content);column-gap:.4rem;color:var(--color-red-radiant)}@media(min-width:1101px){.news-item__timer-time>div>div{font-weight:700;font-size:1.8rem;line-height:1.222}}@media(max-width:1100px){.news-item__timer-time>div>div{font-size:1.6rem;line-height:1.17;font-weight:600}}.news-item__timer-time>div>div span{animation:time-action 5s infinite linear}.news-item__timer-time>div>span{display:block}@media(min-width:1101px){.news-item__timer-time>div>span{margin-top:-.1rem;font-weight:400;font-size:.8rem;line-height:1.275}}@media(max-width:1100px){.news-item__timer-time>div>span{font-weight:400;font-size:.8rem;line-height:1.275}}@media(min-width:1101px){.news-item__arrow{position:absolute;top:22rem;margin-top:-7.2rem;right:0;overflow:hidden;padding:2rem 0 0 2rem}.news-item__arrow>div{position:relative;padding:.8rem 1.2rem;background-color:var(--color-white);border-radius:3rem 0 0;transform:translate(100%,100%);transition-property:transform;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.news-item__arrow>div:before,.news-item__arrow>div:after{position:absolute;display:block;content:"";width:4rem;height:4rem;border-radius:50%;pointer-events:none;box-shadow:2rem 2rem 0 var(--color-white)}.news-item__arrow>div:before{right:0;bottom:100%}.news-item__arrow>div:after{right:100%;bottom:0}.news-item__arrow>div>div{width:3.6rem;height:3.6rem;border-radius:50%;background-color:var(--color-red-soft);color:var(--color-white);display:flex;justify-content:center;align-items:center;opacity:0;transform:scale(.25);transition-property:opacity,transform;transition-duration:.75s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.news-item__arrow>div>div svg{flex:none;display:block;transform:rotate(-45deg)}}@media(max-width:1100px){.news-item__arrow{display:none}}.news-item__title{position:relative;z-index:1}@media(min-width:1101px){.news-item__title{margin-top:1rem;font-weight:500;font-size:1.8rem;line-height:1.222}}@media(max-width:1100px){.news-item__title{margin-top:.8rem}}.news-item__text{margin-top:.8rem;color:var(--color-grey-medium);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width:1101px){.news-item__text{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.news-item__text{font-weight:400;font-size:1.2rem;line-height:1.275}}.news-item__aside{margin-top:1.6rem;display:flex;flex-wrap:wrap}@media(min-width:1101px){.news-item__aside{column-gap:1.2rem;row-gap:.8rem;font-weight:600;font-size:1.2rem;line-height:2;text-transform:uppercase;letter-spacing:.1rem}}@media(max-width:1100px){.news-item__aside{column-gap:.8rem;row-gap:.4rem;font-size:1rem;font-weight:600;line-height:1.275;text-transform:uppercase;letter-spacing:.1rem}}.news-item__aside span{flex:none;display:block;color:var(--color-aqua-1);background-color:var(--color-aqua-6);border-radius:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media(min-width:1101px){.news-item__aside span{padding:0 1rem}}@media(max-width:1100px){.news-item__aside span{padding:.4rem 1rem}}@media(min-width:1101px){.faq{margin-left:auto;margin-right:auto}}.faq__list{display:grid;grid-template-columns:100%;row-gap:.8rem}.faq__item{background-color:var(--color-sand-cards);border-radius:2rem;overflow:hidden}.faq__item-heading{display:flex;align-items:center}@media(min-width:1101px){.faq__item-heading{column-gap:4rem;padding:3.2rem 2.2rem 3.2rem 3.2rem}}@media(max-width:1100px){.faq__item-heading{column-gap:1.6rem;padding:2.4rem 1.6rem}}@media(hover:hover){.faq__item-heading{cursor:pointer}.faq__item-heading:hover .faq__item-action svg{transform:rotate(0) translateZ(0)}}.faq__item-title{flex:1;max-width:59rem}@media(min-width:1101px){.faq__item-title{font-weight:400;font-size:2.4rem;line-height:1.2}}@media(max-width:1100px){.faq__item-title{font-weight:500;font-size:1.8rem;line-height:1.275}}.faq__item-action{margin-left:auto;pointer-events:none;flex:none;border-radius:50%;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-sand-medium);color:var(--color-main-black);transition-property:background-color,color;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.faq__item-action svg{flex:none;transform:rotate(-45deg) translateZ(0);transition-property:transform;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.faq__item-content{max-height:0;overflow:hidden;transition-property:margin-top;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1);margin-top:0;color:var(--color-grey-dark)}@media(min-width:1101px){.faq__item-content>div{padding:0 0 3.2rem 3.2rem;width:62.2rem}}@media(max-width:1100px){.faq__item-content>div{padding:0 1.6rem 3.2rem;font-weight:400;font-size:1.2rem;line-height:1.275}}.faq__item-content p{margin-bottom:2.4rem}.faq__item-content p:last-child{margin-bottom:0}.faq__item-content strong+ul{margin-top:1.6rem}.faq__item-content ul{display:grid;grid-template-columns:100%;list-style:none;margin-bottom:2.4rem}@media(min-width:1101px){.faq__item-content ul{row-gap:1.6rem}}@media(max-width:1100px){.faq__item-content ul{row-gap:.8rem}}.faq__item-content ul:last-child{margin-bottom:0}.faq__item-content ul li{display:block;position:relative}@media(min-width:1101px){.faq__item-content ul li{padding-left:2.1rem}}@media(max-width:1100px){.faq__item-content ul li{padding-left:1.7rem}}.faq__item-content ul li:before{position:absolute;display:block;content:"";border-radius:50%;background-color:var(--color-red-soft)}@media(min-width:1101px){.faq__item-content ul li:before{width:.5rem;height:.5rem;left:.4rem;top:.6rem}}@media(max-width:1100px){.faq__item-content ul li:before{width:.3rem;height:.3rem;left:.5rem;top:.5rem}}.faq__item-button{margin-top:2.4rem}@media(max-width:1100px){.faq__item-button .button{width:100%}}.faq__item.-show .faq__item-action{background-color:var(--color-red-soft);color:var(--color-white)}.faq__item.-show .faq__item-action svg{transform:rotate(90deg)}@media(min-width:1101px){.faq__item.-show .faq__item-content{margin-top:-1.6rem}}@media(min-width:1101px){.faq__more{margin-top:3.2rem;text-align:center}}@media(max-width:1100px){.faq__more{margin-top:2.4rem}.faq__more .button{width:100%}}@media(min-width:1101px){.contacts{display:flex}}@media(max-width:1100px){.contacts{position:relative;display:grid;grid-template-columns:100%;row-gap:2.4rem}}.contacts__description{display:grid;grid-template-columns:100%}@media(min-width:1101px){.contacts__description{align-self:center;flex:1;row-gap:3.2rem}}@media(max-width:1100px){.contacts__description{row-gap:2.4rem;text-align:center;font-weight:400;font-size:1.2rem;line-height:1.275}}.contacts__description ul:not([data-contacts-tabs]){list-style:none;display:grid;grid-template-columns:100%;color:var(--color-grey-medium)}@media(min-width:1101px){.contacts__description ul:not([data-contacts-tabs]){row-gap:3.2rem}}@media(max-width:1100px){.contacts__description ul:not([data-contacts-tabs]){row-gap:1.6rem}}.contacts__description ul:not([data-contacts-tabs]) li{display:block}@media(max-width:1100px){.contacts__description>.contacts__action{display:none}}@media(min-width:1101px){.contacts__title{font-family:Multiround Pro,sans-serif;font-weight:400;font-size:3.6rem;line-height:1.111}}@media(max-width:1100px){.contacts__title{font-family:Multiround Pro,sans-serif;font-weight:400;font-size:2rem;line-height:1.2}}.contacts__tabs{max-width:38.4rem;display:grid;grid-template-columns:100%}@media(min-width:1101px){.contacts__tabs{row-gap:3.2rem;margin-top:-.8rem}}@media(max-width:1100px){.contacts__tabs{row-gap:2.4rem}}@media(min-width:1101px){.contacts__tabs-title{display:flex}}.contacts__tabs-title ul{background-color:var(--color-sand-background);display:flex;border-radius:3rem;padding:.4rem;list-style:none;overflow:hidden;position:relative}@media(min-width:1101px){.contacts__tabs-title ul{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.contacts__tabs-title ul{font-weight:400;font-size:1.2rem;line-height:1.275}}.contacts__tabs-title ul:before{position:absolute;display:block;content:"";top:.4rem;bottom:.4rem;left:var(--left-news);width:var(--width-news);box-shadow:0 .2rem 1rem #0000001a;border-radius:3rem;background-color:var(--color-white);transition-property:left,width;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.contacts__tabs-title ul li{flex:none;border-radius:3rem;padding:0 3rem;display:flex;align-items:center;position:relative;color:transparent;white-space:nowrap;transition-property:background-color,box-shadow;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(min-width:1101px){.contacts__tabs-title ul li{height:3.4rem}}@media(max-width:1100px){.contacts__tabs-title ul li{height:3rem}}.contacts__tabs-title ul li:before{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media(min-width:1101px){.contacts__tabs-title ul li:before{font-weight:200;font-size:1.4rem;line-height:1.275}}@media(max-width:1100px){.contacts__tabs-title ul li:before{font-weight:300;font-size:1.2rem;line-height:1.275}}@media(hover:hover){.contacts__tabs-title ul li{cursor:pointer}}.contacts__tabs-title ul li.-active:before{font-weight:400}@media(max-width:1100px){.contacts__tabs-title ul li{flex-grow:1}}.contacts__tabs-title ul li:before{content:attr(data-contacts-tab);color:var(--color-main-black)}@media(hover:hover){.contacts__tabs-title ul li:not(.-active):hover{background-color:var(--color-sand-medium)}}.contacts__tabs-content{color:var(--color-grey-medium);display:flex;overflow:hidden}@media(max-width:1100px){.contacts__tabs-content{text-align:left}}.contacts__tabs-content>div{visibility:hidden;opacity:0;width:100%;flex:none;position:relative;transition-property:opacity,visibility;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.contacts__tabs-content>div+div{margin-left:-100%}.contacts__tabs-content>div.-active{visibility:visible;opacity:1;z-index:1}.contacts__map{position:relative}@media(min-width:1101px){.contacts__map{height:42.8rem;width:85.6rem}}@media(max-width:1100px){.contacts__map{width:100%;height:28.8rem}}.contacts__map #map{height:100%;overflow:hidden}@media(min-width:1101px){.contacts__map #map{border-radius:3rem}}@media(max-width:1100px){.contacts__map #map{border-radius:2rem}}@media(min-width:1101px){.contacts__tag{position:absolute;z-index:5;display:flex;align-items:center;height:5rem;border-radius:2.5rem;background-color:#e1e1af24;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);padding:0 1.8rem 0 .4rem;column-gap:1.2rem}.contacts__tag.-top{top:-2.5rem;right:8.3rem}.contacts__tag.-bottom{bottom:-2.5rem;left:8.7rem}.contacts__tag>div{width:4.2rem;height:4.2rem;flex:none;border-radius:50%;background-color:var(--color-sand-light);display:flex;align-items:center;justify-content:center;color:var(--color-red-radiant)}.contacts__tag>div>svg{flex:none}.contacts__tag>span{flex:none}}@media(max-width:1100px){.contacts__tag{display:none}}@media(min-width:1101px){.contacts>.contacts__action{display:none}}@media(max-width:1100px){.contacts>.contacts__action .button{width:100%}}.metro-placemark{width:30px;height:30px;transform:translate(-50%,-50%);position:relative}.metro-placemark>img{display:block;width:100%;height:100%}.metro-placemark>span{position:absolute;white-space:nowrap;top:50%;left:34px;transform:translateY(-50%);line-height:1;color:var(--color-main-black)}@media(min-width:1101px){.metro-placemark>span{font-size:16px}}@media(max-width:1100px){.metro-placemark>span{font-size:14px}}.guests{overflow:hidden;margin-bottom:-1.6rem;padding-bottom:1.6rem}@media(min-width:1101px){.guests__slider{margin-top:2.4rem}}@media(max-width:1100px){.guests__slider{margin-top:1.6rem}}@media(min-width:1101px){.guests__slider .swiper{margin-left:calc(var(--container-gap) * -1 - 5.5rem);width:155rem;height:33.2rem}.guests__slider .swiper-button-prev,.guests__slider .swiper-button-next{top:14.4rem}.guests__slider .swiper-button-prev{left:calc(var(--container-gap) + 5.5rem)}.guests__slider .swiper-button-next{right:calc(var(--container-gap) + 5.5rem)}}@media(min-width:701px)and (max-width:1100px){.guests__slider .swiper{height:31rem}}@media(max-width:1100px){.guests__slider .swiper{margin:0 -16.5rem}.guests__slider .swiper-button-prev,.guests__slider .swiper-button-next{display:none}}@media(max-width:700px){.guests__slider .swiper{height:24rem}}.guests__slider .swiper-wrapper{transition-timing-function:linear}.guests__slider .swiper-slide{opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.35s;transition-delay:0s;transition-timing-function:linear}@media(min-width:1101px){.guests__slider .swiper-slide{padding:0 1.3rem}}@media(max-width:1100px){.guests__slider .swiper-slide{padding:0 .4rem}}@media(min-width:1101px){.guests__slider .swiper-slide .guests__item{margin-left:27.6rem}}@media(min-width:701px)and (max-width:1100px){.guests__slider .swiper-slide .guests__item{margin-left:22.2rem}}@media(max-width:700px){.guests__slider .swiper-slide .guests__item{margin-left:16.8rem}}.guests__slider .swiper-slide-visible{opacity:1;visibility:visible}@media(min-width:1101px){.guests__slider .swiper-slide-visible .guests__item{margin-left:18.4rem}}@media(min-width:1101px){.guests__slider .swiper-slide-prev .guests__item{margin-left:9.2rem}}@media(min-width:701px)and (max-width:1100px){.guests__slider .swiper-slide-prev .guests__item{margin-left:11.1rem}}@media(max-width:700px){.guests__slider .swiper-slide-prev .guests__item{margin-left:8.4rem}}.guests__slider .swiper-slide-active .guests__item{margin-left:0;margin-top:0;width:100%}@media(min-width:1101px){.guests__slider .swiper-slide-active .guests__item{padding:1.8rem 1rem;max-height:33.2rem}}@media(min-width:701px)and (max-width:1100px){.guests__slider .swiper-slide-active .guests__item{max-height:31rem}}@media(max-width:700px){.guests__slider .swiper-slide-active .guests__item{padding:.9rem 1rem;max-height:24rem}}@media(min-width:1101px){.guests__slider .swiper-slide-active .guests__item-video{width:24.4rem}}@media(min-width:701px)and (max-width:1100px){.guests__slider .swiper-slide-active .guests__item-video{width:24rem}}@media(max-width:700px){.guests__slider .swiper-slide-active .guests__item-video{width:17.6rem}}@media(min-width:1101px){.guests__slider .swiper-slide-active .guests__item-text{margin-top:.8rem;max-height:2.2rem}}@media(max-width:1100px){.guests__slider .swiper-slide-active .guests__item-text{margin-top:.6rem;max-height:1.5rem}}@media(min-width:1101px){.guests__slider .swiper-slide-active .guests__item-name{max-height:2.4rem}}@media(max-width:1100px){.guests__slider .swiper-slide-active .guests__item-name{max-height:1.5rem;margin-top:.6rem}}.guests__slider .swiper-slide-next .guests__item{margin-left:0}@media(min-width:1101px){.guests__slider .swiper-slide-next+.swiper-slide .guests__item{margin-left:-9.2rem}}@media(min-width:701px)and (max-width:1100px){.guests__slider .swiper-slide-next+.swiper-slide .guests__item{margin-left:-11.1rem}}@media(max-width:700px){.guests__slider .swiper-slide-next+.swiper-slide .guests__item{margin-left:-8.4rem}}@media(min-width:1101px){.guests__slider .swiper-slide-next+.swiper-slide+.swiper-slide .guests__item{margin-left:-18.4rem}}.guests__slider .swiper.-sound .guests__item>button svg:first-child{opacity:0}.guests__slider .swiper.-sound .guests__item>button svg:last-child{opacity:1}.guests__item{position:relative;text-align:center;background-color:var(--color-sand-cards);display:flex;flex-direction:column;align-items:center;transition-property:margin-left,margin-top,width,max-height,padding;transition-duration:.35s;transition-delay:0s;transition-timing-function:linear}@media(min-width:1101px){.guests__item{height:33.2rem;width:19.2rem;max-height:19.2rem;border-radius:3rem;padding:1rem;margin-top:7rem}}@media(min-width:701px)and (max-width:1100px){.guests__item{width:16rem;max-height:16rem;padding:1.2rem;height:31rem}}@media(max-width:1100px){.guests__item{border-radius:2rem;margin-top:6.3rem}}@media(max-width:700px){.guests__item{height:24rem;width:11.4rem;max-height:11.4rem;padding:.6rem}}.guests__item>*{flex:none}.guests__item-video{position:relative;width:100%;border-radius:50%;overflow:hidden;aspect-ratio:1/1;transition-property:width;transition-duration:.35s;transition-delay:0s;transition-timing-function:linear}.guests__item-video video{height:100%;width:100%;display:block;object-fit:cover}.guests__item-video img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;transition-property:opacity;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.guests__item-video svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);pointer-events:none;z-index:1}@media(min-width:1101px){.guests__item-video svg{width:22.8rem;height:22.8rem}}@media(min-width:701px)and (max-width:1100px){.guests__item-video svg{width:22.8rem;height:22.8rem}}@media(max-width:700px){.guests__item-video svg{width:16.6rem;height:16.6rem}}.guests__item-video svg circle{stroke-dasharray:696;stroke-dashoffset:696;transition-property:stroke-dashoffset;transition-duration:.25s;transition-delay:0s;transition-timing-function:linear}.guests__item-video.-play img{opacity:0}.guests__item-video.-play svg circle{stroke-dashoffset:calc((1 - var(--video-duration)) * 696)}.guests__item-video.-play~button{opacity:1;visibility:visible}.guests__item-text,.guests__item-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-height:0;transition-property:max-height,margin-top;width:100%;transition-duration:.35s;transition-delay:0s;transition-timing-function:linear}.guests__item-text{margin-top:0}@media(min-width:1101px){.guests__item-text{font-weight:500;font-size:1.8rem;line-height:1.222;line-height:2.2rem}}@media(max-width:1100px){.guests__item-text{font-weight:400;font-size:1.2rem;line-height:1.275;line-height:1.5rem}}.guests__item-name{margin-top:0;color:var(--color-aqua-1)}@media(min-width:1101px){.guests__item-name{font-weight:600;font-size:1.2rem;line-height:2;text-transform:uppercase;letter-spacing:.1rem;line-height:2.4rem}}@media(max-width:1100px){.guests__item-name{font-size:1.2rem;line-height:1.275;font-weight:600;letter-spacing:.1rem;text-transform:uppercase;line-height:1.5rem}}.guests__item>button{position:absolute;padding:0;border-radius:0;border:none;background:none;color:var(--color-red-radiant);opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.35s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(min-width:1101px){.guests__item>button{top:1rem;right:1rem;width:4.5rem;height:4.5rem}}@media(max-width:1100px){.guests__item>button{top:.6rem;right:.6rem;width:3.2rem;height:3.2rem}}.guests__item>button svg{display:block;pointer-events:none;transition-property:opacity;max-width:100%;max-height:100%;position:absolute;top:0;left:0;width:100%;height:100%;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.guests__item>button svg:last-child{opacity:0}.guests__more{text-align:center}@media(min-width:1101px){.guests__more{margin-top:3.2rem}}@media(max-width:1100px){.guests__more{margin-top:2.4rem}}.prices{background-color:var(--color-sand-background);overflow:hidden}@media(min-width:1101px){.prices{border-radius:3rem;padding:7.7rem 0}}@media(max-width:1100px){.prices{border-radius:2rem;padding:2.4rem 0 1.6rem}}.prices__heading{margin:0 0 1.6rem}@media(min-width:1101px){.prices__heading{text-align:left}}@media(min-width:1101px){.prices__heading span:last-child{display:none}}@media(max-width:1100px){.prices__heading span:first-child{display:none}}@media(min-width:1101px){.prices__filters{display:flex;align-items:center;justify-content:space-between}.prices__filters>*{flex:none}}@media(min-width:1101px){.prices__filters-trigger{display:none}}@media(max-width:1100px){.prices__filters-trigger{display:flex;align-items:center;width:100%;background:var(--color-white);height:3.8rem;border-radius:2rem;padding:0 3rem;column-gap:.4rem;border:none;justify-content:center;margin-bottom:1.6rem}.prices__filters-trigger>*{flex:none}.prices__filters-trigger span{font-weight:400;font-size:1.2rem;line-height:1.275;display:block;max-width:calc(100% - 2.2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prices__filters-trigger svg{max-width:1.8rem;max-height:1.8rem;color:var(--color-sand-extra-dark)}}@media(min-width:1101px){.prices__filters-types ul{display:flex;list-style:none;column-gap:.8rem}}@media(min-width:1101px)and (min-width:1101px){.prices__filters-types ul{font-weight:200;font-size:1.4rem;line-height:1.275}}@media(min-width:1101px)and (max-width:1100px){.prices__filters-types ul{font-weight:300;font-size:1.2rem;line-height:1.275}}@media(min-width:1101px){.prices__filters-types ul li{flex:none;border-radius:2rem;border-width:1px;border-style:solid;line-height:0;display:flex;align-items:center;transition-property:background-color,border-color;-webkit-tap-highlight-color:transparent;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}}@media(min-width:1101px)and (min-width:1101px){.prices__filters-types ul li{padding:.8rem 2rem}}@media(min-width:1101px)and (max-width:1100px){.prices__filters-types ul li{padding:.6rem 2rem}}@media(min-width:1101px)and (hover:hover){.prices__filters-types ul li{cursor:pointer}}@media(min-width:1101px){.prices__filters-types ul li.-active{pointer-events:none}}@media(min-width:1101px)and (min-width:1101px){.prices__filters-types ul li.-active{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(min-width:1101px)and (max-width:1100px){.prices__filters-types ul li.-active{font-weight:400;font-size:1.2rem;line-height:1.275}}@media(min-width:1101px){.prices__filters-types ul li{border-color:var(--color-sand-dark)}.prices__filters-types ul li svg{display:none}}@media(min-width:1101px)and (hover:hover){.prices__filters-types ul li:hover{border-color:var(--color-sand-medium)}}@media(min-width:1101px){.prices__filters-types ul li.-active{background-color:var(--color-sand-medium);border-color:var(--color-sand-medium)}}@media(max-width:1100px){.prices__filters-types [data-filter-list]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:999;visibility:hidden;opacity:0;transition-property:opacity,visibility;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.prices__filters-types [data-filter-list] ul{display:block;list-style:none;position:absolute;bottom:0;left:0;width:100%;border-radius:2rem 2rem 0 0;background-color:var(--color-white);padding:2.4rem 1rem;transform:translateY(100%);transition-property:transform;transition-duration:.25s;transition-delay:.25s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.prices__filters-types [data-filter-list] ul:before{position:absolute;display:block;content:"";width:3rem;height:.3rem;border-radius:.2rem;left:50%;margin-left:-1.5rem;top:.6rem;background-color:#b9babd;opacity:.5;pointer-events:none}.prices__filters-types [data-filter-list] ul li{height:3.6rem;display:flex;align-items:center;padding:0 2.4rem;column-gap:.8rem;font-size:1.4rem;font-weight:400;line-height:1.275;color:var(--color-grey-dark)}.prices__filters-types [data-filter-list] ul li span{flex:1;pointer-events:none}.prices__filters-types [data-filter-list] ul li svg{flex:none;color:var(--color-red-soft);display:block;stroke-width:2;opacity:0;pointer-events:none;fill:none}.prices__filters-types [data-filter-list] ul li.-active{font-size:1.4rem;font-weight:500;line-height:1.275;color:var(--color-main-black)}.prices__filters-types [data-filter-list] ul li.-active svg{opacity:1}.prices__filters-types.-show [data-filter-list]{opacity:1;visibility:visible}.prices__filters-types.-show [data-filter-list] ul{transform:translateY(0)}}.prices__filters-days{background-color:var(--color-sand-medium);display:flex;border-radius:3rem;padding:.4rem;list-style:none;overflow:hidden;position:relative}@media(min-width:1101px){.prices__filters-days{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.prices__filters-days{font-weight:400;font-size:1.2rem;line-height:1.275}}.prices__filters-days:before{position:absolute;display:block;content:"";top:.4rem;bottom:.4rem;left:var(--left-news);width:var(--width-news);box-shadow:0 .2rem 1rem #0000001a;border-radius:3rem;background-color:var(--color-white);transition-property:left,width;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.prices__filters-days li{flex:none;border-radius:3rem;padding:0 3rem;display:flex;align-items:center;position:relative;color:transparent;white-space:nowrap;transition-property:background-color,box-shadow;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(min-width:1101px){.prices__filters-days li{height:3.4rem}}@media(max-width:1100px){.prices__filters-days li{height:3rem}}.prices__filters-days li:before{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media(min-width:1101px){.prices__filters-days li:before{font-weight:200;font-size:1.4rem;line-height:1.275}}@media(max-width:1100px){.prices__filters-days li:before{font-weight:300;font-size:1.2rem;line-height:1.275}}@media(hover:hover){.prices__filters-days li{cursor:pointer}}.prices__filters-days li.-active:before{font-weight:400}.prices__filters-days.-hide{visibility:hidden;pointer-events:none}@media(max-width:1100px){.prices__filters-days{width:100%}}@media(max-width:1100px){.prices__filters-days li{width:50%}}.prices__filters-days li:before{content:attr(data-prices-day);color:var(--color-main-black)}@media(hover:hover){.prices__filters-days li:hover{background-color:var(--color-sand-dark)}}.prices__filters-days li.-active{background-color:var(--color-white)}@media(min-width:1101px){.prices__slider{margin-top:3.2rem}}@media(max-width:1100px){.prices__slider{margin-top:1.6rem}}.prices .swiper{overflow:visible;transition-property:opacity,visibility;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(min-width:1101px){.prices .swiper{width:calc(100% + 3.2rem);margin-left:-3.2rem}}@media(max-width:1100px){.prices .swiper{width:calc(100% + 1.6rem);margin-left:-1.6rem;padding-bottom:5.4rem}}@media(min-width:1101px){.prices .swiper-slide{padding-left:3.2rem}}@media(max-width:1100px){.prices .swiper-slide{padding-left:1.6rem}}@media(min-width:1101px){.prices .swiper-pagination{display:none}}@media(max-width:1100px){.prices .swiper-pagination{position:absolute;bottom:.8rem;left:calc(50% + .8rem);transform:translate(-50%);color:var(--color-red-radiant);font-size:1.8rem;font-weight:400;line-height:1.2}}@media(min-width:1101px){.prices .swiper-button-prev,.prices .swiper-button-next{display:none}}@media(max-width:1100px){.prices .swiper-button-prev,.prices .swiper-button-next{bottom:0;border:none;border-radius:0;width:3.8rem;height:3.8rem;color:var(--color-grey-medium)}}@media(max-width:1100px){.prices .swiper-button-prev{left:1.6rem}}@media(max-width:1100px){.prices .swiper-button-next{right:0}}.prices .swiper.-hide{opacity:0;visibility:hidden}.prices__item-content{background-color:var(--color-white);display:flex;flex-direction:column}@media(min-width:1101px){.prices__item-content{padding:1.4rem 1.4rem 3.2rem;border-radius:3rem}}@media(max-width:1100px){.prices__item-content{padding:1.4rem 1.4rem 4.2rem;border-radius:2rem}}.prices__item-content>*{flex:none}.prices__item-content.-full{position:relative}@media(min-width:1101px){.prices__item-content.-full{padding-top:4.8rem}}@media(max-width:1100px){.prices__item-content.-full{padding-top:6rem;padding-bottom:2.4rem}}.prices__item-highlight{position:absolute;display:flex;align-items:center;padding:0 2.4rem 0 2.2rem;border-radius:2rem;top:1.4rem;right:1.4rem;color:var(--color-red-radiant);background-color:var(--color-sand-cards);column-gap:.6rem}@media(min-width:1101px){.prices__item-highlight{height:3.4rem;font-weight:600;font-size:1.2rem;line-height:2;text-transform:uppercase;letter-spacing:.1rem}}@media(max-width:1100px){.prices__item-highlight{height:3rem;font-size:1.2rem;line-height:1.275;font-weight:600;letter-spacing:.1rem;text-transform:uppercase}}.prices__item-tag{align-self:flex-end;display:flex;align-items:center;padding:0 2.4rem;border-radius:2rem;background-color:var(--color-aqua-6);color:var(--color-aqua-1)}@media(min-width:1101px){.prices__item-tag{height:3.4rem;font-weight:600;font-size:1.2rem;line-height:2;text-transform:uppercase;letter-spacing:.1rem}}@media(max-width:1100px){.prices__item-tag{height:3rem;font-size:1.2rem;line-height:1.275;font-weight:600;letter-spacing:.1rem;text-transform:uppercase}}.prices__item-headnote{margin-bottom:.4rem}@media(min-width:1101px){.prices__item-headnote{font-weight:600;font-size:1.2rem;line-height:2;text-transform:uppercase;letter-spacing:.1rem;padding:0 2.4rem}}@media(max-width:1100px){.prices__item-headnote{font-size:1.2rem;line-height:1.275;font-weight:400;letter-spacing:.1rem;text-transform:uppercase}}@media(min-width:1101px){.prices__item-title{font-weight:400;font-size:3rem;line-height:1.2;padding:0 2.4rem}}@media(max-width:1100px){.prices__item-title{font-weight:400;font-size:2.2rem;line-height:1.275}}.prices__item-list{margin-top:3.2rem;display:grid;grid-template-columns:100%}@media(min-width:1101px){.prices__item-list{padding:0 2.4rem;row-gap:2.4rem}}@media(max-width:1100px){.prices__item-list{row-gap:1.6rem}}.prices__item-row{display:grid;align-items:center}@media(min-width:1101px){.prices__item-row{grid-template-columns:1fr 9.8rem 7.8rem}}@media(max-width:1100px){.prices__item-row{grid-template-columns:1fr 8.6rem 5.4rem}}.prices__item-row>div{display:flex;column-gap:.8rem;align-items:flex-end}.prices__item-row>div>*{flex:none}@media(max-width:1100px){.prices__item-row>div{font-weight:400;font-size:1.2rem;line-height:1.275}}.prices__item-row>div:nth-child(2),.prices__item-row>div:nth-child(3){text-align:right}.prices__item-row>div [data-tippy]{color:var(--color-grey-medium);transition-property:color;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(hover:hover){.prices__item-row>div [data-tippy]:hover{color:var(--color-grey-dark)}}.prices__item-row>div>span{color:var(--color-grey-medium)}@media(min-width:1101px){.prices__item-row>div>span{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.prices__item-row>div>span{font-weight:400;font-size:1.2rem;line-height:1.275}}@media(min-width:1101px){.prices__item-row>div>strong{font-weight:700;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.prices__item-row>div>strong{font-weight:700;font-size:1.2rem;line-height:1.275}}.prices__item-checks{display:grid;grid-template-columns:100%}@media(min-width:1101px){.prices__item-checks{margin-top:2.4rem;padding:0 2.4rem;row-gap:1.6rem}}@media(max-width:1100px){.prices__item-checks{margin-top:1.6rem;row-gap:.8rem}}.prices__item-checks-row{position:relative;display:grid;grid-template-columns:1fr max-content;column-gap:1.6rem}@media(min-width:1101px){.prices__item-checks-row{padding-left:2.2rem}}@media(max-width:1100px){.prices__item-checks-row{padding-left:2rem}}.prices__item-checks-row>svg{display:block;position:absolute;left:-.2rem;top:0;color:var(--color-red-soft)}@media(max-width:1100px){.prices__item-checks-row>svg{max-width:1.6rem;max-height:1.6rem}}.prices__item-checks-row>div{display:flex;align-items:flex-start;column-gap:.8rem}@media(max-width:1100px){.prices__item-checks-row>div{font-weight:400;font-size:1.2rem;line-height:1.275}}.prices__item-checks-row>div [data-tippy]{color:var(--color-grey-medium)}@media(min-width:1101px){.prices__item-checks-row>div [data-tippy]{margin-top:-.2rem;margin-bottom:-.2rem}.prices__item-checks-row>div [data-tippy] svg{min-width:2.4rem;min-height:2.4rem}}@media(max-width:1100px){.prices__item-checks-row>div [data-tippy]{margin-top:-.1rem;margin-bottom:-.5rem}}.prices__item-checks-row>span{color:var(--color-grey-medium)}@media(min-width:1101px){.prices__item-checks-row>span{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.prices__item-checks-row>span{font-weight:400;font-size:1.2rem;line-height:1.275}}.prices__item-price{display:flex;align-items:flex-end;justify-content:space-between}@media(min-width:1101px){.prices__item-price{margin-top:2.4rem;padding:0 2.4rem}}@media(max-width:1100px){.prices__item-price{margin-top:1.6rem}}.prices__item-price>*{flex:none}.prices__item-price-label{color:var(--color-red-radiant)}@media(min-width:1101px){.prices__item-price-label{font-weight:600;font-size:1.2rem;line-height:2;text-transform:uppercase;letter-spacing:.1rem}}@media(max-width:1100px){.prices__item-price-label{font-size:1.2rem;line-height:1.275;font-weight:600;letter-spacing:.1rem;text-transform:uppercase}}.prices__item-price-value{text-align:right}.prices__item-price-value>span{color:var(--color-red-light);display:block;text-decoration:line-through}@media(min-width:1101px){.prices__item-price-value>span{font-weight:500;font-size:2rem;line-height:1.222}}@media(max-width:1100px){.prices__item-price-value>span{font-size:1.8rem;font-weight:400;line-height:1.2}}.prices__item-price-value>div{color:var(--color-red-radiant)}@media(min-width:1101px){.prices__item-price-value>div{font-weight:400;font-size:3rem;line-height:1.2}}@media(max-width:1100px){.prices__item-price-value>div{font-weight:400;font-size:2.2rem;line-height:1.275;margin-bottom:-.2rem}}.prices__item-actions{background-color:var(--color-white);display:flex;flex-direction:column;align-items:center}@media(min-width:1101px){.prices__item-actions{padding:1.2rem 1.2rem 1.6rem;border-radius:3rem;row-gap:1.6rem}}@media(max-width:1100px){.prices__item-actions{padding:1.2rem;border-radius:2rem;row-gap:1.2rem}}.prices__item-actions>*{flex:none}.prices__item-actions .button{width:100%}@media(min-width:1101px){.price-modal__title{font-family:Multiround Pro,sans-serif;font-weight:400;font-size:3.6rem;line-height:1.111}}@media(max-width:1100px){.price-modal__title{font-family:Multiround Pro,sans-serif;font-weight:400;font-size:2rem;line-height:1.2}}.price-modal__params{margin-top:2.4rem}.price-modal__params ul{display:flex;align-items:center;flex-wrap:wrap}@media(min-width:1101px){.price-modal__params ul{column-gap:4rem;row-gap:1.6rem}}@media(max-width:1100px){.price-modal__params ul{column-gap:2.4rem;row-gap:1.2rem}}.price-modal__params ul li{display:flex;align-items:center}@media(min-width:1101px){.price-modal__params ul li{column-gap:.8rem}}@media(max-width:1100px){.price-modal__params ul li{column-gap:.4rem}}.price-modal__params ul li>*{flex:none}.price-modal__params ul li div{color:var(--color-red-soft)}.price-modal__params ul li div svg{display:block}@media(max-width:1100px){.price-modal__params ul li div svg{max-width:2rem;max-height:2rem}}.price-modal__params ul li span{color:var(--color-grey-dark)}@media(min-width:1101px){.price-modal__params ul li span{font-weight:700;font-size:1.6rem;line-height:1.2}}@media(max-width:1100px){.price-modal__params ul li span{font-weight:400;font-size:1.2rem;line-height:1.275}}.price-modal__text{margin-top:2.4rem;color:var(--color-aqua-1)}@media(min-width:1101px){.price-modal__text{font-weight:700;font-size:1.6rem;line-height:1.2}}@media(max-width:1100px){.price-modal__text{font-weight:700;font-size:1.2rem;line-height:1.275}}@media(min-width:1101px){.price-modal__list{margin-top:4rem}}@media(max-width:1100px){.price-modal__list{margin-top:2.4rem}}.price-modal__list ul{display:grid;grid-template-columns:100%}@media(min-width:1101px){.price-modal__list ul{row-gap:2.6rem}}@media(max-width:1100px){.price-modal__list ul{row-gap:1.6rem;font-weight:400;font-size:1.2rem;line-height:1.275}}.price-modal__list ul li{display:grid;align-items:center}@media(min-width:1101px){.price-modal__list ul li{grid-template-columns:1fr 11.2rem 7.6rem;column-gap:1.6rem}}@media(max-width:1100px){.price-modal__list ul li{grid-template-columns:1fr 7.8rem 6.6rem;column-gap:.8rem}}.price-modal__list ul li>div{display:flex;column-gap:.8rem;align-items:flex-end}.price-modal__list ul li>div>*{flex:none}.price-modal__list ul li>div [data-tippy]{color:var(--color-grey-medium);transition-property:color;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(hover:hover){.price-modal__list ul li>div [data-tippy]:hover{color:var(--color-grey-dark)}}.price-modal__list ul li>div span{color:var(--color-grey-medium)}.price-modal__info{background-color:var(--color-aqua-7);color:var(--color-grey-medium)}@media(min-width:1101px){.price-modal__info{margin-top:4rem;border-radius:3rem;padding:2.4rem 1.6rem}}@media(max-width:1100px){.price-modal__info{margin-top:2.4rem;border-radius:2rem;padding:2.4rem .8rem;font-weight:400;font-size:1.2rem;line-height:1.275}}.price-modal__info p{margin-bottom:1.6rem}.price-modal__info p:last-child{margin-bottom:0}.price-modal__info ul{margin-bottom:1.6rem;list-style:none;display:grid;grid-template-columns:100%;row-gap:1rem}.price-modal__info ul:last-child{margin-bottom:0}.price-modal__info ul li{display:block;position:relative}@media(min-width:1101px){.price-modal__info ul li{padding-left:2.4rem}}@media(max-width:1100px){.price-modal__info ul li{padding-left:1.7rem}}.price-modal__info ul li:before{position:absolute;display:block;content:"";border-radius:50%}@media(min-width:1101px){.price-modal__info ul li:before{width:.4rem;height:.4rem;background-color:currentColor;left:1rem;top:.6rem}}@media(max-width:1100px){.price-modal__info ul li:before{width:.3rem;height:.3rem;background-color:var(--color-red-soft);left:.5rem;top:.5rem}}.price-modal__action{margin-top:2.4rem}.price-modal__action .button{width:100%}.section-inner-hero{background-color:var(--color-sand-background)}@media(min-width:1101px){.section-inner-hero{margin-bottom:4rem}}@media(max-width:1100px){.section-inner-hero{padding-bottom:1.6rem}}@media(min-width:1101px){.section-inner-hero h1{margin-top:5.6rem}}@media(max-width:1100px){.section-inner-hero h1{margin-top:4rem;font-family:Multiround Pro,sans-serif;font-weight:400;font-size:2.4rem;line-height:1.166;text-align:center}}.section-inner-hero .section-paddings{padding:0}@media(min-width:1101px){.section-inner-hero .section-paddings{margin-top:2.4rem}}@media(max-width:1100px){.section-inner-hero .section-paddings{margin-top:1.6rem}}.section-inner-hero .section-paddings .prices{padding:0;border-radius:0}.price-spa{display:grid;grid-template-columns:100%}@media(min-width:1101px){.price-spa{row-gap:3.2rem;margin-top:2.4rem}}@media(max-width:1100px){.price-spa{row-gap:2.4rem;margin-top:1.6rem}}@media(max-width:1100px){.price-spa__filters{margin-left:calc(var(--container-gap) * -1);margin-right:calc(var(--container-gap) * -1);display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.price-spa__filters::-webkit-scrollbar{display:none;width:0;height:0}.price-spa__filters:before,.price-spa__filters:after{content:"";height:1px;flex:none;width:var(--container-gap)}}.price-spa__filters ul{display:flex;list-style:none;column-gap:.8rem}@media(min-width:1101px){.price-spa__filters ul{font-weight:200;font-size:1.4rem;line-height:1.275}}@media(max-width:1100px){.price-spa__filters ul{font-weight:300;font-size:1.2rem;line-height:1.275}}.price-spa__filters ul li{flex:none;border-radius:2rem;border-width:1px;border-style:solid;line-height:0;display:flex;align-items:center;transition-property:background-color,border-color;-webkit-tap-highlight-color:transparent;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(min-width:1101px){.price-spa__filters ul li{padding:.8rem 2rem}}@media(max-width:1100px){.price-spa__filters ul li{padding:.6rem 2rem}}@media(hover:hover){.price-spa__filters ul li{cursor:pointer}}.price-spa__filters ul li.-active{pointer-events:none}@media(min-width:1101px){.price-spa__filters ul li.-active{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.price-spa__filters ul li.-active{font-weight:400;font-size:1.2rem;line-height:1.275}}@media(min-width:1101px){.price-spa__filters ul{justify-content:center}}@media(max-width:1100px){.price-spa__filters ul{flex:none}}.price-spa__filters ul li{border-color:var(--color-aqua-5)}@media(hover:hover){.price-spa__filters ul li:hover{border-color:var(--color-aqua-3)}}.price-spa__filters ul li.-active{background-color:var(--color-aqua-5)}.price-spa__list{transition-property:opacity,visibility;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1);display:grid;justify-content:center;row-gap:.8rem}@media(min-width:1101px){.price-spa__list{grid-template-columns:107.6rem}}@media(max-width:1100px){.price-spa__list{grid-template-columns:100%}}.price-spa__item{align-items:center;background-color:var(--color-aqua-7);border-radius:2rem}@media(min-width:1101px){.price-spa__item{padding:1.6rem 2.2rem;column-gap:3.7rem;grid-template-columns:27.7rem 13.2rem 10.2rem max-content 1fr}}@media(max-width:1100px){.price-spa__item{padding:2.4rem 1.6rem;column-gap:3.2rem;row-gap:2.4rem;flex-wrap:wrap}.price-spa__item>*{flex:none}}@media(max-width:1100px){.price-spa__item-title{width:100%;font-size:1.4rem;font-weight:500;line-height:1.275;margin-bottom:-2rem}}.price-spa__item-time,.price-spa__item-price{display:flex;align-items:center;color:var(--color-grey-dark)}@media(min-width:1101px){.price-spa__item-time,.price-spa__item-price{column-gap:1.3rem;font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.price-spa__item-time,.price-spa__item-price{column-gap:.8rem;font-weight:400;font-size:1.2rem;line-height:1.275}}.price-spa__item-time>*,.price-spa__item-price>*{flex:none}.price-spa__item-time svg,.price-spa__item-price svg{max-width:2rem;max-height:2rem;color:var(--color-red-radiant)}@media(max-width:1100px){.price-spa__item-more{width:calc(100% - 14.8rem)}}.price-spa__item-action{text-align:right}@media(max-width:1100px){.price-spa__item-action{width:11.6rem}}.price-spa__item-action a{display:inline-flex;align-items:center;background-color:var(--color-aqua-5);height:3.6rem;border-radius:1.8rem;overflow:hidden;width:3.6rem;transition-property:width,padding-right;transition-duration:.35s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(min-width:1101px){.price-spa__item-action a{justify-content:flex-end;column-gap:.4rem;padding-right:.8rem}}@media(max-width:1100px){.price-spa__item-action a{width:100%;justify-content:center}}@media(hover:hover){.price-spa__item-action a:hover{width:16.6rem;padding-right:2.4rem}.price-spa__item-action a:hover span{opacity:1}.price-spa__item-action a:hover svg{transform:rotate(0) translateZ(0)}}.price-spa__item-action a>*{flex:none;pointer-events:none}.price-spa__item-action a span{display:block;transition-property:opacity;transition-duration:.35s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(min-width:1101px){.price-spa__item-action a span{font-size:1.4rem;opacity:0}}@media(max-width:1100px){.price-spa__item-action a span{font-weight:400;font-size:1.2rem;line-height:1.275}}.price-spa__item-action a svg{transform:rotate(-45deg) translateZ(0);transition-property:transform;transition-duration:.35s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(max-width:1100px){.price-spa__item-action a svg{display:none}}.price-spa__item.-hide{display:none;opacity:0}.price-spa__item:not(.-hide){animation:fade-in .5s var(--transition-timing-function) forwards}@media(min-width:1101px){.price-spa__item:not(.-hide){display:grid}}@media(max-width:1100px){.price-spa__item:not(.-hide){display:flex}}.price-spa__more{text-align:center;transition-property:opacity,visibility;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(max-width:1100px){.price-spa__more .button{width:100%}}.price-spa.-hide .price-spa__list,.price-spa.-hide .price-spa__more{opacity:0;visibility:hidden}.offers{margin-top:2.4rem;margin-bottom:-1.6rem;padding-bottom:1.6rem}.offers__slider{margin-left:calc(var(--container-gap) * -1);margin-right:calc(var(--container-gap) * -1);padding-left:var(--container-gap);padding-right:var(--container-gap);overflow:hidden}.offers__slider .swiper{overflow:visible;transition-property:opacity,visibility;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}@media(min-width:1101px){.offers__slider .swiper{margin-left:-3rem;width:calc(100% + 3rem)}.offers__slider .swiper-button-prev,.offers__slider .swiper-button-next{top:8.8rem}.offers__slider .swiper-button-prev{left:-2.8rem}.offers__slider .swiper-button-next{right:-5.8rem}}@media(max-width:1100px){.offers__slider .swiper{margin-left:-1.6rem;width:calc(100% + 1.6rem)}.offers__slider .swiper-button-prev,.offers__slider .swiper-button-next{display:none}}@media(min-width:1101px){.offers__slider .swiper-slide{padding-left:3rem;opacity:0;transition-property:opacity;transition-duration:.35s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}}@media(max-width:1100px){.offers__slider .swiper-slide{padding-left:1.6rem;width:27.2rem}}.offers__slider .swiper-slide-visible{opacity:1}.offers__slider .swiper.-hide{opacity:0;visibility:hidden}.offers__more{margin-top:3.2rem}@media(min-width:1101px){.offers__more{text-align:center}}@media(max-width:1100px){.offers__more .button{width:100%}}.faq{max-width:85.6rem}
