@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&family=Source+Serif+4:ital,opsz@0,8..60;1,8..60&display=swap";*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;-webkit-locale:auto}html body{cursor:default;overflow-x:hidden;color:#593932}html body a{text-decoration:none;color:#593932}html body ul{list-style:none}html body input,html body button,html body textarea{border:none;outline:none;background-color:transparent}html body .source-serif,html body .nunito-sans,html body .inter,html body .oswald,html body .noto{color:#593932}html body .source-serif{font-family:"Source Serif 4",serif;font-optical-sizing:auto;font-style:normal}html body .source-serif-200{font-weight:200}html body .source-serif-300{font-weight:300}html body .source-serif-400{font-weight:400}html body .source-serif-500{font-weight:500}html body .source-serif-600{font-weight:600}html body .nunito-sans{font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal}html body .nunito-sans-300{font-weight:300}html body .nunito-sans-400{font-weight:400}html body .nunito-sans-600{font-weight:600}html body .nunito-sans-700{font-weight:700}html body .inter{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0}html body .inter-300{font-weight:300}html body .inter-400{font-weight:400}html body .inter-500{font-weight:500}html body .inter-600{font-weight:600}html body .inter-700{font-weight:700}html body .oswald{font-family:Oswald,sans-serif;font-optical-sizing:auto;font-style:normal}html body .oswald-400{font-weight:400}html body .oswald-600{font-weight:600}html body .noto{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal}html body .noto-300{font-weight:300}html body .noto-400{font-weight:400}html body .noto-500{font-weight:500}html body .container{width:calc(100% - 260px);max-width:1600px;display:block;margin:0 auto;height:100%}@media screen and (max-width: 1536px){html body .container{width:90%}}html body .button{width:fit-content;padding:8px 32px;cursor:pointer;text-transform:uppercase;border:1px solid}html body .button .oswald{text-transform:uppercase;font-size:16px;line-height:24px}html body .button.has-icon{display:flex;align-items:center;gap:8px}html body .button.has-icon .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:.2s linear}html body .button.has-icon .icon svg{width:100%;height:auto}html body .button.has-icon:hover .icon{transform:translate(10px);transition:.2s linear}html body .button-primary{background-color:#136062;border-color:#136062;transition:.2s linear}html body .button-primary .oswald{color:#fff}html body .button-primary:hover{background-color:#5a9294;border-color:#5a9294;transition:.2s linear}html body .button-secondary{background-color:#171717;border-color:#171717;transition:.2s linear}html body .button-secondary .oswald{color:#fff}html body .button-secondary:hover{background-color:#404040;border-color:#404040;transition:.2s linear}html body .button-tertiary{border-color:#593932;transition:.2s linear}html body .button-tertiary .oswald{color:#593932}html body .button-tertiary:hover{border-color:#8f3b2a;transition:.2s linear}html body .hamburger-menu{display:flex;align-items:center;gap:8px}html body .hamburger-menu--bars{--gap: 7px;--height-bar: 2px;--pos-y-bar-one: 0;--pos-y-bar-three: 0;--scale-bar: 1;--rotate-bar-one: 0;--rotate-bar-three: 0;width:28px;display:flex;flex-direction:column;gap:var(--gap);cursor:pointer;position:relative}html body .hamburger-menu--bars .bar{position:relative;height:var(--height-bar);width:100%;border-radius:.5rem;background-color:#593932}html body .hamburger-menu--bars .bar--1{top:var(--pos-y-bar-one);transform:rotate(var(--rotate-bar-one));transition:top .2s .1s,transform .1s}html body .hamburger-menu--bars .bar--2{transform:scaleX(var(--scale-bar));transition:transform .15s .1s}html body .hamburger-menu--bars .bar--3{bottom:var(--pos-y-bar-three);transform:rotate(var(--rotate-bar-three));transition:bottom .2s .1s,transform .1s}html body .hamburger-menu .inter{cursor:pointer;font-size:12px;line-height:18px;text-transform:uppercase}html body .check-icon:checked+.hamburger-menu .hamburger-menu--bars>.bar--1{transition:top .2s,transform .2s .1s}html body .check-icon:checked+.hamburger-menu .hamburger-menu--bars>.bar--3{transition:bottom .2s,transform .2s .1s}html body .check-icon:checked+.hamburger-menu .hamburger-menu--bars{--pos-y-bar-one: calc(var(--gap) + var(--height-bar));--pos-y-bar-three: calc(var(--gap) + var(--height-bar));--scale-bar: 0;--rotate-bar-one: 45deg;--rotate-bar-three: -45deg}html body .check-icon:checked+.hamburger-menu .hamburger-menu--bars .bar{background-color:#593932!important}html body .checkbox-btn{display:flex;position:relative;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:3px 0}html body .checkbox-btn input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}html body .checkbox-btn label{cursor:pointer;font-size:12px;line-height:18px;width:calc(100% - 20px)}html body .checkbox-btn label a{color:#0a0a0a}html body .checkbox-btn .checkmark{position:relative;height:16px;width:16px;border:1.8px solid #E0A425;transition:.3s ease-in-out}html body .checkbox-btn .checkmark:after{content:"";position:absolute;visibility:hidden;opacity:0;left:3.5px;top:0;width:4.5px;height:8px;border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;transition:.3s ease-in-out;-webkit-transform:rotate(45deg) scale(0);-ms-transform:rotate(45deg) scale(0);transform:rotate(45deg) scale(0)}html body .checkbox-btn input:checked~.checkmark{background-color:#e0a425}html body .checkbox-btn input:checked~.checkmark:after{visibility:visible;opacity:1;-webkit-transform:rotate(45deg) scale(1);-ms-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1)}html body .swiper{width:100%}html body .swiper-wrapper{transition-timing-function:linear}html body .swiper-slide{width:100%;height:100%}html body .swiper-slide img{width:100%;height:100%;object-fit:cover}html body .swiper-navigation{position:absolute;width:100%;height:180px;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:70px 64px 0 0;background:linear-gradient(180deg,#0000 28.5%,#00000059)}@media screen and (max-width: 1180px){html body .swiper-navigation{bottom:unset;top:50%;left:0;padding:0;transform:translateY(-50%);height:fit-content;background:transparent}}html body .swiper-navigation-pagination{position:initial;transform:translate(64px)!important}@media screen and (max-width: 1180px){html body .swiper-navigation-pagination{display:none}}@media screen and (min-width: 1181px) and (max-width: 1280px){html body .swiper-navigation-pagination{transform:translate(5px)!important}}@media screen and (min-width: 1440px) and (max-width: 1536px){html body .swiper-navigation-pagination{width:295px!important}}html body .swiper-navigation-pagination .inter{color:#fff;font-size:14px;line-height:20px;width:fit-content!important;height:fit-content!important;padding:4px;transition:.2s linear}html body .swiper-navigation-pagination .swiper-pagination-bullet-active,html body .swiper-navigation-pagination .swiper-pagination-bullet{background:none!important;opacity:.8!important}html body .swiper-navigation-pagination .swiper-pagination-bullet{margin:0 10px!important}html body .swiper-navigation-pagination .swiper-pagination-bullet-active{font-size:18px;opacity:1!important;transition:.2s linear}html body .swiper-navigation-progressbar{position:relative;height:2px!important;background:#d4d4d480;width:300px!important}@media screen and (max-width: 1180px){html body .swiper-navigation-progressbar{display:none}}@media screen and (min-width: 1181px) and (max-width: 1536px){html body .swiper-navigation-progressbar{width:150px!important}}html body .swiper-navigation-progressbar .swiper-pagination-progressbar-fill{background-color:#fff}html body .swiper-navigation-buttons{display:flex;align-items:center;gap:16px}@media screen and (max-width: 1180px){html body .swiper-navigation-buttons{width:95%;justify-content:space-between;margin:0 auto}}html body .swiper-navigation-buttons_prev,html body .swiper-navigation-buttons_next{cursor:pointer;width:56px;height:56px;border-radius:50%;border:1px solid #fff;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 768px){html body .swiper-navigation-buttons_prev,html body .swiper-navigation-buttons_next{width:24px;height:24px;filter:drop-shadow(2px 2px 4px black)}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .swiper-navigation-buttons_prev,html body .swiper-navigation-buttons_next{width:44px;height:44px;filter:drop-shadow(2px 2px 4px black)}}@media screen and (min-width: 1181px) and (max-width: 1536px){html body .swiper-navigation-buttons_prev,html body .swiper-navigation-buttons_next{width:45px;height:45px}}html body .swiper-navigation-buttons_next svg{transform:rotate(180deg)}html body .swiper-button-disabled{opacity:0;transition:.2s linear}html body .page-title.centered-title{width:fit-content;display:block;margin:122px auto 98px}@media screen and (max-width: 768px){html body .page-title.centered-title{margin:97px auto 42px}}@media screen and (min-width: 1440px) and (max-width: 1536px){html body .page-title.centered-title{margin:122px auto 78px}}html body .page-title.centered-title .noto{font-size:72px;text-transform:uppercase}@media screen and (max-width: 768px){html body .page-title.centered-title .noto{font-size:24px}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .page-title.centered-title .noto{font-size:60px}}@media screen and (min-width: 1181px) and (max-width: 1280px){html body .page-title.centered-title .noto{font-size:64px}}@media screen and (min-width: 1281px) and (max-width: 1366px){html body .page-title.centered-title .noto{font-size:66px}}@media screen and (min-width: 1440px) and (max-width: 1536px){html body .page-title.centered-title .noto{font-size:68px}}html body .page-title.title-subtitle{width:760px;padding:64px 86px 64px 160px;background-color:#fff;display:flex;flex-direction:column;gap:32px;position:absolute;left:0;top:100px}@media screen and (max-width: 1180px){html body .page-title.title-subtitle{width:90%;position:initial;padding:24px;border-right:1px solid rgba(124,90,65,.2);border-bottom:1px solid rgba(124,90,65,.2);border-left:1px solid rgba(124,90,65,.2);background:#fff;gap:24px;transform:translateY(-24px)}}@media screen and (min-width: 1181px) and (max-width: 1536px){html body .page-title.title-subtitle{padding:64px 86px 64px 130px}}html body .page-title.title-subtitle .noto{font-size:68px;text-transform:uppercase;letter-spacing:4.32px}@media screen and (max-width: 768px){html body .page-title.title-subtitle .noto{font-size:20px;letter-spacing:1.2px;text-align:center}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .page-title.title-subtitle .noto{font-size:44px;letter-spacing:4px;text-align:center}}@media screen and (min-width: 1181px) and (max-width: 1280px){html body .page-title.title-subtitle .noto{font-size:58px;letter-spacing:2.32px}}@media screen and (min-width: 1281px) and (max-width: 1366px){html body .page-title.title-subtitle .noto{font-size:60px;letter-spacing:2.32px}}@media screen and (min-width: 1367px) and (max-width: 1536px){html body .page-title.title-subtitle .noto{font-size:62px;letter-spacing:2.32px}}html body .page-title.title-subtitle .nunito-sans{font-size:18px;line-height:27.2px}@media screen and (max-width: 768px){html body .page-title.title-subtitle .nunito-sans{font-size:16px;line-height:23.36px}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .page-title.title-subtitle .nunito-sans{font-size:18px;line-height:25.36px;text-align:center}}@media screen and (min-width: 1181px) and (max-width: 1536px){html body .page-title.title-subtitle .nunito-sans{font-size:18px;line-height:normal}}html body .page-section{padding-top:96px}@media screen and (max-width: 768px){html body .page-section{padding-top:32px}}html body .page-section--title.line-title{display:flex;align-items:center;gap:24px;margin:0 auto;width:100%;max-width:1920px}@media screen and (max-width: 768px){html body .page-section--title.line-title{gap:10px}}html body .page-section--title.line-title .noto{font-size:48px;line-height:normal;letter-spacing:23.04px;color:#4a5c5c;text-transform:uppercase}@media screen and (max-width: 768px){html body .page-section--title.line-title .noto{font-size:22px;letter-spacing:5.28px}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .page-section--title.line-title .noto{font-size:32px;letter-spacing:14.04px}}@media screen and (min-width: 1181px) and (max-width: 1280px){html body .page-section--title.line-title .noto{font-size:38px;letter-spacing:18.04px}}@media screen and (min-width: 1281px) and (max-width: 1366px){html body .page-section--title.line-title .noto{font-size:40px;letter-spacing:20.04px}}html body .page-section--title.line-title:before{content:"";display:block;width:140px;height:2px;background-color:#7c5a41}@media screen and (max-width: 768px){html body .page-section--title.line-title:before{width:16px}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .page-section--title.line-title:before{width:70px}}@media screen and (min-width: 1181px) and (max-width: 1366px){html body .page-section--title.line-title:before{width:100px}}html body .page-section--title.centered-title{width:fit-content;display:block;margin:0 auto}html body .page-section--title.centered-title .noto{font-size:48px;line-height:52.8px;text-transform:uppercase}@media screen and (max-width: 768px){html body .page-section--title.centered-title .noto{font-size:24px;line-height:24px}}html body .page-section-news--wrapper{padding-top:56px}@media screen and (max-width: 768px){html body .page-section-news--wrapper{padding-top:44px}}html body .page-section-news--wrapper .news-list{display:flex;gap:48px}@media screen and (max-width: 768px){html body .page-section-news--wrapper .news-list{flex-direction:column;gap:32px}}@media screen and (min-width: 769px) and (max-width: 1366px){html body .page-section-news--wrapper .news-list{flex-wrap:wrap}}html body .page-section-news--wrapper .news-card{display:flex;flex-direction:column;gap:20px;width:520px;padding-bottom:20px;border-bottom:1px solid #593932}@media screen and (max-width: 768px){html body .page-section-news--wrapper .news-card{width:100%}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .page-section-news--wrapper .news-card{width:415px}}@media screen and (min-width: 1181px) and (max-width: 1280px){html body .page-section-news--wrapper .news-card{width:350px}}@media screen and (min-width: 1281px) and (max-width: 1366px){html body .page-section-news--wrapper .news-card{width:370px;gap:10px}}html body .page-section-news--wrapper .news-card--image{width:100%;height:310px}@media screen and (max-width: 768px){html body .page-section-news--wrapper .news-card--image{height:205px}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .page-section-news--wrapper .news-card--image{height:250px}}@media screen and (min-width: 1181px) and (max-width: 1280px){html body .page-section-news--wrapper .news-card--image{height:200px}}@media screen and (min-width: 1281px) and (max-width: 1366px){html body .page-section-news--wrapper .news-card--image{height:220px}}html body .page-section-news--wrapper .news-card--image img{width:100%;height:100%;object-fit:cover}html body .page-section-news--wrapper .news-card .date .nunito-sans{font-size:20px;line-height:20px}@media screen and (max-width: 768px){html body .page-section-news--wrapper .news-card .date .nunito-sans{font-size:16px;line-height:16px}}@media screen and (min-width: 1181px) and (max-width: 1366px){html body .page-section-news--wrapper .news-card .date .nunito-sans{font-size:16px;line-height:normal}}html body .page-section-news--wrapper .news-card .title{min-height:100px;width:90%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 768px){html body .page-section-news--wrapper .news-card .title{width:100%;min-height:44px}}@media screen and (min-width: 1181px) and (max-width: 1366px){html body .page-section-news--wrapper .news-card .title{-webkit-line-clamp:2;min-height:65px}}html body .page-section-news--wrapper .news-card .title .noto{font-size:32px;text-transform:uppercase;line-height:32px}@media screen and (max-width: 768px){html body .page-section-news--wrapper .news-card .title .noto{font-size:18px;line-height:21px}}@media screen and (min-width: 1181px) and (max-width: 1366px){html body .page-section-news--wrapper .news-card .title .noto{font-size:24px;line-height:normal}}html body .page .main-amenities{display:flex;flex-wrap:wrap;align-items:center;padding:0 9px}html body .page .main-amenities--item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}html body .page .main-amenities--item .inter{font-size:12px;text-transform:uppercase;line-height:18px}@media screen and (min-width: 1440px) and (max-width: 1536px){html body .page .main-amenities--item .inter{text-align:center}}html body .page .main-amenities.main-amenities-mobile{column-gap:14px;row-gap:12px}@media screen and (min-width: 769px){html body .page .main-amenities.main-amenities-mobile{display:none}}html body .masonry-gallery--wrapper{height:auto;padding-top:60px;display:flex;flex-direction:column;gap:50px;padding-left:0!important}@media screen and (max-width: 768px){html body .masonry-gallery--wrapper{padding-top:0}}html body .banner{display:flex;flex-direction:column;align-items:center;gap:32px;padding:32px;background:#fff;text-align:center;margin-top:96px;position:relative}@media screen and (max-width: 1180px){html body .banner{margin-top:48px;padding:32px 0}}html body .banner .noto{width:65%;font-size:36px;line-height:43.2px}@media screen and (max-width: 768px){html body .banner .noto{width:90%;font-size:20px;line-height:24px}}@media screen and (min-width: 769px) and (max-width: 1180px){html body .banner .noto{width:90%;font-size:22px;line-height:26px}}html body .banner:before,html body .banner:after{content:"";position:absolute;width:106px;height:106px;border:1px solid #593932}html body .banner:before{bottom:0;left:0;border-width:0px 0px 1px 1px}html body .banner:after{top:0;right:0;border-width:1px 1px 0 0}html body .select2-selection--single{border-color:#136062!important;border-width:0 0 1px 0!important;border-radius:0!important;background-color:transparent!important;height:auto!important}html body .select2-selection__rendered{padding:0!important;font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:300;color:#593932!important;font-size:16px;line-height:25px!important}html body .select2-selection__placeholder{font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:300;color:#593932!important;opacity:.55!important;font-size:16px;line-height:25px!important}html body .select2-selection__arrow:before{content:url(http://localhost/sante-proadmin/public/build/assets/select-arrow.svg);width:20px;height:20px;display:block;transition:.2s linear}html body .select2-selection__arrow b{display:none}html body .select2-dropdown{background:#f6f2ee87;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:#136062;border-width:0 1px 1px 1px;border-radius:0;padding:2px}html body .select2-results__option{font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:300;color:#593932!important;font-size:16px;line-height:25px!important}html body .select2-results__option--highlighted{background:#593932!important;color:#f6f2ee!important}html body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{display:none}html body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before{transform:rotate(-180deg);transition:.2s linear}html body .gallery-swiper{width:100%;height:600px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1439px){html body .gallery-swiper{height:auto}}html body .gallery-swiper .swiper-wrapper{width:100%!important;height:100%!important}html body .gallery-swiper .swiper-slide{height:fit-content!important;width:auto;max-width:20.7468879668%}@media screen and (max-width: 768px){html body .gallery-swiper .swiper-slide{height:209px!important}}@media screen and (max-width: 1439px){html body .gallery-swiper .swiper-slide{max-width:unset;height:auto}}@media screen and (min-width: 1440px) and (max-width: 1535px){html body .gallery-swiper .swiper-slide{max-width:25%}}html body .gallery-swiper .swiper-slide img{height:auto!important;object-fit:initial!important}@media screen and (max-width: 768px){html body .gallery-swiper .swiper-slide img{height:100%!important;object-fit:cover!important;width:100%}}html body .gallery-swiper--navigation{gap:20px;align-items:center;width:calc(100% - 260px);max-width:1600px;margin:0 auto;display:flex;justify-content:flex-end}@media screen and (max-width: 768px){html body .gallery-swiper--navigation{margin:0;padding-right:5%;width:100%}}html body .gallery-swiper--navigation_prev,html body .gallery-swiper--navigation_next{cursor:pointer;width:35px;height:15px;display:flex;align-items:center;justify-content:center}html body .gallery-swiper--navigation_prev svg,html body .gallery-swiper--navigation_next svg{width:100%;height:auto}html body .alert.alert-danger{font-family:Nunito Sans,sans-serif;font-weight:600;color:#8d0808}.hiddenOverflow{overflow:hidden}.header{padding:16px 0;position:fixed;width:100%;left:0;top:0;z-index:19;transition:.2s linear;background:transparent}.header-wrapper{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:19}.header-logo{width:118px;height:auto;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1180px){.header-logo{width:75px}}.header-logo svg{width:100%;height:auto}.header-widgets{display:flex;align-items:center;gap:30px}.header-widgets .lang-switch{position:relative;transition:.2s linear}@media screen and (max-width: 768px){.header-widgets .lang-switch{display:none}}.header-widgets .lang-switch .inter{font-size:12px;line-height:18px;text-transform:uppercase}.header-widgets .lang-switch .icon svg path{transition:.2s linear}.header-widgets .lang-switch:hover{background-color:#f6f2ee;transition:.2s linear}.header-widgets .lang-switch:hover .lang-switch--main .icon{transform:rotate(-180deg);transition:.2s linear}.header-widgets .lang-switch:hover .lang-switch--options{opacity:1;visibility:visible;transition:.2s linear;background-color:#f6f2ee}.header-widgets .lang-switch--main{padding:2px 4px}.header-widgets .lang-switch--main .inter{display:flex;align-items:center;gap:4px;padding:2px 4px}.header-widgets .lang-switch--main .inter .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:.2s linear}.header-widgets .lang-switch--main .inter .icon svg{width:100%;height:auto}.header-widgets .lang-switch--options{position:absolute;top:100%;left:0;width:100%;padding:2px 4px;opacity:0;visibility:hidden;transform:.2s linear}.header-widgets .lang-switch--options_item a{padding:2px 4px;display:block;width:100%;height:100%;transform:.2s linear}.header-widgets .lang-switch--options_item a:hover{background-color:#ebe6e1}.header-widgets .menu-button-wrapper .inter{overflow:hidden;width:0;visibility:0;opacity:0;transition:.2s linear}.header-widgets .menu-button-wrapper.show-label .inter{width:55px;visibility:visible;opacity:1;transition:.2s linear}@media screen and (max-width: 768px){.header-widgets .menu-button-wrapper.show-label .inter{display:none}}.header .mega-menu{position:fixed;width:100%;min-height:100vh;height:100%;top:0;left:0;transform:translate(100%);opacity:0;visibility:hidden;transition:.3s linear;transition-delay:.3s;background:#fefcf9f5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:18}@media screen and (max-width: 1180px){.header .mega-menu{position:absolute;top:67px;overflow:hidden;min-height:calc(100vh - 67px)}}.header .mega-menu.menu-opened{transform:translate(0);opacity:1;visibility:visible;transition:.3s linear;transition-delay:0s}.header .mega-menu.menu-opened .mega-menu-wrapper{opacity:1;visibility:visible;transition:.3s linear;transition-delay:.3s}.header .mega-menu-wrapper{display:flex;justify-content:space-between;opacity:0;visibility:hidden;transition:.3s linear;transition-delay:0s;padding:145px 0 56px}@media screen and (max-width: 1180px){.header .mega-menu-wrapper{flex-direction:column;gap:32px;overflow-y:scroll;justify-content:flex-start;height:100%}}@media screen and (max-width: 768px){.header .mega-menu-wrapper{padding-top:15px}}@media screen and (min-width: 769px) and (max-width: 1180px){.header .mega-menu-wrapper{padding-top:45px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.header .mega-menu-wrapper{padding:115px 0 56px}}.header .mega-menu-navigation .nav-links{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 768px){.header .mega-menu-navigation .nav-links{gap:24px}}@media screen and (min-width: 769px) and (max-width: 1180px){.header .mega-menu-navigation .nav-links{gap:12px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.header .mega-menu-navigation .nav-links{gap:16px}}.header .mega-menu-navigation .nav-links--item{display:flex;align-items:center;gap:15px}.header .mega-menu-navigation .nav-links--item .source-serif{font-size:40px;line-height:40px;text-transform:uppercase}@media screen and (max-width: 768px){.header .mega-menu-navigation .nav-links--item .source-serif{font-size:20px;line-height:20px}}@media screen and (min-width: 769px) and (max-width: 1180px){.header .mega-menu-navigation .nav-links--item .source-serif{font-size:30px;line-height:30px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.header .mega-menu-navigation .nav-links--item .source-serif{font-size:32px;line-height:normal}}@media screen and (min-width: 1281px) and (max-width: 1366px){.header .mega-menu-navigation .nav-links--item .source-serif{font-size:28px;line-height:normal}}@media screen and (min-width: 1440px) and (max-width: 1536px){.header .mega-menu-navigation .nav-links--item .source-serif{font-size:34px;line-height:34px}}.header .mega-menu-navigation .nav-links--item:before{content:"";display:block;width:0px;height:1.5px;background-color:#7c5a41;transition:.23s linear}@media screen and (max-width: 768px){.header .mega-menu-navigation .nav-links--item:before{display:none}}.header .mega-menu-navigation .nav-links--item:hover:before{width:50px;transition:.23s linear}.header .mega-menu-contacts{width:455px;display:flex;flex-direction:column;gap:64px}@media screen and (max-width: 1180px){.header .mega-menu-contacts{width:100%;gap:32px}}.header .mega-menu-contacts .socials,.header .mega-menu-contacts .contacts,.header .mega-menu-contacts .newsletter{display:flex;flex-direction:column;gap:12px}.header .mega-menu-contacts .socials .inter-600,.header .mega-menu-contacts .contacts .inter-600,.header .mega-menu-contacts .newsletter .inter-600{font-size:16px;line-height:24px}.header .mega-menu-contacts .socials-list,.header .mega-menu-contacts .contacts-list,.header .mega-menu-contacts .newsletter-list{display:flex}@media screen and (max-width: 1180px){.header .mega-menu-contacts .socials{position:fixed;bottom:0;left:0;width:100%;background:#136062}}@media screen and (max-width: 1180px){.header .mega-menu-contacts .socials .inter{display:none}}.header .mega-menu-contacts .socials-list{gap:8px}@media screen and (max-width: 1180px){.header .mega-menu-contacts .socials-list{justify-content:center}}.header .mega-menu-contacts .socials-list--item{width:48px;height:48px;overflow:hidden;display:flex;align-items:center}.header .mega-menu-contacts .socials-list--item a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.header .mega-menu-contacts .socials-list--item a svg{width:100%;height:auto}@media screen and (max-width: 768px){.header .mega-menu-contacts .socials-list--item a svg path{fill:#fff}}@media screen and (max-width: 1180px){.header .mega-menu-contacts .contacts .inter{display:none}}.header .mega-menu-contacts .contacts-list{flex-direction:column;gap:12px}.header .mega-menu-contacts .contacts-list--item .inter{font-size:14px;line-height:20px;color:#0a0a0a;display:flex;align-items:center;gap:8px}@media screen and (max-width: 1180px){.header .mega-menu-contacts .contacts-list--item .inter{font-weight:700;color:#593932}}.header .mega-menu-contacts .contacts-list--item .inter .icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.header .mega-menu-contacts .contacts-list--item .inter .icon{display:none}}.header .mega-menu-contacts .contacts-list--item .inter .icon svg{width:100%;height:100%}.header .mega-menu-contacts .contacts-list--item:last-child{text-decoration:underline}@media screen and (max-width: 1180px){.header .mega-menu-contacts .newsletter{display:none}}.header .mega-menu-contacts .newsletter-form{display:flex;flex-direction:column;gap:16px}.header .mega-menu-contacts .newsletter-form--row{width:100%;display:flex;gap:24px}.header .mega-menu-contacts .newsletter-form--row input{width:100%;padding:12px;color:#0a0a0a;border-bottom:1px solid #593932}.header .mega-menu-mobile-widgets{display:flex;align-items:center;gap:24px}@media screen and (min-width: 1181px){.header .mega-menu-mobile-widgets{display:none}}.header .mega-menu-mobile-widgets .lang-switch{position:relative;transition:.2s linear}.header .mega-menu-mobile-widgets .lang-switch .inter{font-size:12px;line-height:18px;text-transform:uppercase}.header .mega-menu-mobile-widgets .lang-switch .icon svg path{transition:.2s linear}.header .mega-menu-mobile-widgets .lang-switch:hover{background-color:#f6f2ee;transition:.2s linear}.header .mega-menu-mobile-widgets .lang-switch:hover .lang-switch--main .icon{transform:rotate(-180deg);transition:.2s linear}.header .mega-menu-mobile-widgets .lang-switch:hover .lang-switch--options{opacity:1;visibility:visible;transition:.2s linear;background-color:#f6f2ee}.header .mega-menu-mobile-widgets .lang-switch--main{padding:2px 4px}.header .mega-menu-mobile-widgets .lang-switch--main .inter{display:flex;align-items:center;gap:4px;padding:2px 4px}.header .mega-menu-mobile-widgets .lang-switch--main .inter .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:.2s linear}.header .mega-menu-mobile-widgets .lang-switch--main .inter .icon svg{width:100%;height:auto}.header .mega-menu-mobile-widgets .lang-switch--options{position:absolute;top:100%;left:0;width:100%;padding:2px 4px;opacity:0;visibility:hidden;transform:.2s linear}.header .mega-menu-mobile-widgets .lang-switch--options_item a{padding:2px 4px;display:block;width:100%;height:100%;transform:.2s linear}.header .mega-menu-mobile-widgets .lang-switch--options_item a:hover{background-color:#ebe6e1}.header.white-links{background:linear-gradient(0deg,#0000 0,#2d1d1ad6)}.header.white-links .header-widgets .lang-switch .inter{color:#fff}.header.white-links .header-widgets .lang-switch .icon svg path{fill:#fff}.header.white-links .header-widgets .lang-switch:hover{background-color:#f6f2ee;transition:.2s linear}.header.white-links .header-widgets .lang-switch:hover .inter{color:#593932}.header.white-links .header-widgets .lang-switch:hover .lang-switch--main .icon{transform:rotate(-180deg);transition:.2s linear}.header.white-links .header-widgets .lang-switch:hover .lang-switch--main .icon svg path{fill:#593932}.header.white-links .header-widgets .lang-switch:hover .lang-switch--options{opacity:1;visibility:visible;transition:.2s linear;background-color:#f6f2ee}.header.white-links .header-widgets .button{border-color:#fff}.header.white-links .header-widgets .button .oswald{color:#fff}.header.white-links .header-widgets .menu-button-wrapper .hamburger-menu--bars .bar{background-color:#fff}.header.white-links .header-logo-white svg g path{fill:#fff}.header.scrolled{background:#fefcf966;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #D4C9C6}.header.scrolled .header-widgets .lang-switch .inter{color:#593932!important}.header.scrolled .header-widgets .lang-switch .icon svg path{fill:#593932!important}.header.scrolled .header-widgets .button{border-color:#593932!important}.header.scrolled .header-widgets .button .oswald{color:#593932!important}.header.scrolled .header-widgets .menu-button-wrapper .hamburger-menu--bars .bar{background-color:#593932!important}.header.scrolled .header-logo-white svg g path{fill:#593932}.header.remove-blur{background:#fefcf966;border-bottom:1px solid #D4C9C6;-webkit-backdrop-filter:none;backdrop-filter:none;transition:.2s linear}@media screen and (max-width: 1180px){.header.remove-blur{background:#fefcf9f5}}.header.remove-blur .header-widgets .lang-switch .inter{color:#593932!important}.header.remove-blur .header-widgets .lang-switch .icon svg path{fill:#593932!important}.header.remove-blur .header-widgets .button{border-color:#593932!important}.header.remove-blur .header-widgets .button .oswald{color:#593932!important}.header.remove-blur .header-logo-white svg g path{fill:#593932}.homepage-hero{height:100vh;position:relative}@media screen and (max-width: 1180px){.homepage-hero{height:80vh}}.homepage-hero--video{height:100%;width:100%;position:absolute}.homepage-hero--video .video-js,.homepage-hero--video source{height:100%;width:100%;object-fit:cover}.homepage-hero--video .vjs-tech{object-fit:cover}.homepage-hero--video .layer{background-color:#1f0b0699;position:absolute;width:100%;height:100%;top:0;left:0}.homepage-hero .container{position:relative;z-index:2}@media screen and (max-width: 1180px){.homepage-hero .container{width:100%}}.homepage-hero--wrapper{display:flex;flex-direction:column;height:100%;justify-content:flex-end;align-items:center;gap:84px;padding-bottom:130px;width:50%;margin:0 auto}@media screen and (max-width: 1180px){.homepage-hero--wrapper{gap:16px;padding-bottom:66px}}@media screen and (max-width: 1279px){.homepage-hero--wrapper{width:100%}}@media screen and (min-width: 1280px) and (max-width: 1365px){.homepage-hero--wrapper{width:70%}}@media screen and (min-width: 1366px) and (max-width: 1439px){.homepage-hero--wrapper{width:65%}}@media screen and (min-width: 1440px) and (max-width: 1536px){.homepage-hero--wrapper{width:60%}}.homepage-hero--title{display:flex;flex-direction:column;text-align:center;gap:8px;padding:8px 0;border:1px solid #fff;border-width:1px 0}.homepage-hero--title .noto{color:#fff;font-size:72px;line-height:72px;text-transform:uppercase}@media screen and (max-width: 768px){.homepage-hero--title .noto{font-size:24px;line-height:24px}}@media screen and (max-width: 1180px){.homepage-hero--title .noto{width:60%;margin:0 auto}}.homepage-hero--reservation{width:fit-content;height:66px;background:#f6f2ee}@media screen and (max-width: 1280px){.homepage-hero--reservation{width:100%;height:auto;display:none}}.homepage-hero--reservation .reservation-form{height:100%;width:100%;display:flex;align-items:center}@media screen and (max-width: 1180px){.homepage-hero--reservation .reservation-form{flex-direction:column}}.homepage-hero--reservation .reservation-form--input{width:300px;height:100%;position:relative;border-right:1px solid #593932;background:#f7f2ef}@media screen and (max-width: 1280px){.homepage-hero--reservation .reservation-form--input{height:50px;width:100%;border-right:none;border-bottom:1px solid #593932}}@media screen and (max-width: 1180px){.homepage-hero--reservation .reservation-form--input:last-of-type{border-bottom-width:0}}.homepage-hero--reservation .reservation-form--input.button{background-color:#e0a425;border:none;outline:none;padding:8px 32px;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.homepage-hero--reservation .reservation-form--input.button .nunito-sans{color:#fff}.homepage-hero--reservation .reservation-form--input input{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:22px}.homepage-hero--reservation .reservation-form--input.guests-input{display:flex;align-items:center;justify-content:center;gap:10px}.homepage-hero--reservation .reservation-form--input.guests-input .number-input{display:flex;align-items:center;justify-content:center;font-size:16px}.homepage-hero--reservation .reservation-form--input.guests-input .number-input .number-input--control{width:18px;height:18px;display:flex;align-items:center}.homepage-hero--reservation .reservation-form--input.guests-input .number-input .number-input--control svg{width:100%;height:100%}.homepage-hero--reservation .reservation-form--input.guests-input .number-input .guests-input-number{width:10px;height:100%;-moz-appearance:textfield}.homepage-hero--reservation .reservation-form--input.guests-input .number-input .guests-input-number::-webkit-outer-spin-button,.homepage-hero--reservation .reservation-form--input.guests-input .number-input .guests-input-number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.homepage-hero--reservation .reservation-form--input label#arrivalLabel,.homepage-hero--reservation .reservation-form--input label#departureLabel{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:22px;transition:.2s linear;background:#f7f2ef;color:#59393294;position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.homepage-hero--reservation .reservation-form--input label#arrivalLabel.placeholder,.homepage-hero--reservation .reservation-form--input label#departureLabel.placeholder{opacity:0;visibility:hidden}.homepage-offers{padding-bottom:96px}@media screen and (max-width: 1180px){.homepage-offers{padding-bottom:58px;padding-top:54px!important}}.homepage-offers--wrapper{padding-left:170px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1536px){.homepage-offers--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px}}.homepage-offers .offers-swiper{width:100%;height:auto}.homepage-offers .offers-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.homepage-offers .offers-swiper-navigation{margin-right:5%;gap:15px}}.homepage-offers .offers-swiper-navigation_prev,.homepage-offers .offers-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-offers .offers-swiper-navigation_prev,.homepage-offers .offers-swiper-navigation_next{width:28px}}.homepage-offers .offers-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.homepage-offers .offers-swiper-navigation_fraction .swiper-pagination-current,.homepage-offers .offers-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.homepage-offers .offers-swiper-navigation_fraction .swiper-pagination-current,.homepage-offers .offers-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.homepage-offers .offers-swiper .swiper-slide{height:576px}@media screen and (max-width: 1180px){.homepage-offers .offers-swiper .swiper-slide{height:100%;width:293px!important}}@media screen and (min-width: 1281px) and (max-width: 1440px){.homepage-offers .offers-swiper .swiper-slide{height:450px!important}}.homepage-offers .offers-swiper .swiper-slide .offer-card{height:100%;width:100%;position:relative;display:flex;justify-content:flex-start;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-offers .offers-swiper .swiper-slide .offer-card{flex-direction:column-reverse}}.homepage-offers .offers-swiper .swiper-slide .offer-card--info{width:40%;position:absolute;height:calc(100% - 62px);top:50%;right:0;transform:translateY(-50%);padding:48px;background-color:#f6f2ee;display:flex;flex-direction:column;gap:32px;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-offers .offers-swiper .swiper-slide .offer-card--info{position:initial;width:100%;transform:none;padding:32px 24px 24px}}@media screen and (min-width: 1281px) and (max-width: 1440px){.homepage-offers .offers-swiper .swiper-slide .offer-card--info{padding:32px;justify-content:center}}.homepage-offers .offers-swiper .swiper-slide .offer-card--info_title .noto{font-size:32px;line-height:normal;text-transform:uppercase}@media screen and (max-width: 1180px){.homepage-offers .offers-swiper .swiper-slide .offer-card--info_title .noto{font-size:20px}}@media screen and (min-width: 1281px) and (max-width: 1366px){.homepage-offers .offers-swiper .swiper-slide .offer-card--info_title .noto{font-size:22px;line-height:normal}}.homepage-offers .offers-swiper .swiper-slide .offer-card--info_info{display:flex;flex-direction:column;gap:15px}.homepage-offers .offers-swiper .swiper-slide .offer-card--info_info .nunito-sans{font-size:20px;line-height:29px}@media screen and (max-width: 1180px){.homepage-offers .offers-swiper .swiper-slide .offer-card--info_info .nunito-sans{font-size:14px;line-height:21px}}@media screen and (min-width: 1281px) and (max-width: 1440px){.homepage-offers .offers-swiper .swiper-slide .offer-card--info_info .nunito-sans{font-size:16px;line-height:normal}}.homepage-offers .offers-swiper .swiper-slide .offer-card--image{width:70%;height:100%}@media screen and (max-width: 1180px){.homepage-offers .offers-swiper .swiper-slide .offer-card--image{width:100%;height:196px}}.homepage-offers .offers-swiper .swiper-slide .offer-card--image img{width:100%;height:100%;object-fit:cover}.homepage-offers .offers-swiper .swiper-slide-next .offer-card{justify-content:flex-end}.homepage-offers .offers-swiper .swiper-slide-next .offer-card--info{right:unset;left:0}.homepage-spa-medical{padding-top:0!important;padding-bottom:96px;background-color:#fff}@media screen and (max-width: 768px){.homepage-spa-medical{padding-bottom:58px}}.homepage-spa-medical--list{display:flex;flex-wrap:wrap;column-gap:60px;row-gap:120px;padding-top:96px}@media screen and (max-width: 480px){.homepage-spa-medical--list{padding-top:32px;flex-direction:column;gap:58px}}.homepage-spa-medical--list .spa-medical-card{width:calc(50% - 30px);display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 480px){.homepage-spa-medical--list .spa-medical-card{width:100%}}.homepage-spa-medical--list .spa-medical-card--image{height:480px;width:100%}@media screen and (max-width: 768px){.homepage-spa-medical--list .spa-medical-card--image{height:196px}}@media screen and (min-width: 769px) and (max-width: 1180px){.homepage-spa-medical--list .spa-medical-card--image{height:300px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.homepage-spa-medical--list .spa-medical-card--image{height:350px}}.homepage-spa-medical--list .spa-medical-card--image img{width:100%;height:100%;object-fit:cover}.homepage-spa-medical--list .spa-medical-card--info{display:flex;flex-direction:column;gap:24px}.homepage-spa-medical--list .spa-medical-card--info .noto{font-size:32px;line-height:48px;letter-spacing:1.92px;text-transform:uppercase}@media screen and (max-width: 768px){.homepage-spa-medical--list .spa-medical-card--info .noto{font-size:20px;line-height:20px;letter-spacing:1.2px}}.homepage-spa-medical--list .spa-medical-card--info .nunito-sans{font-size:18px;line-height:26.28px}@media screen and (max-width: 768px){.homepage-spa-medical--list .spa-medical-card--info .nunito-sans{font-size:16px;line-height:23.36px}}.homepage-accomodation{background:#f6f2ee;padding-bottom:96px}@media screen and (max-width: 768px){.homepage-accomodation{padding-bottom:58px}}.homepage-accomodation--wrapper{padding-top:56px;padding-left:170px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1536px){.homepage-accomodation--wrapper{padding-left:5%;padding-top:38px;gap:32px}}.homepage-accomodation--wrapper-upper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1536px){.homepage-accomodation--wrapper-upper{flex-direction:column;align-items:flex-start;gap:38px}}.homepage-accomodation--wrapper-upper .filters{display:flex;align-items:center;gap:32px;width:80%;flex-wrap:wrap}.homepage-accomodation--wrapper-upper .filters-item .oswald{padding:6px 24px;border:1px solid #593932;font-size:16px;line-height:22px;text-transform:uppercase}.homepage-accomodation--wrapper-upper .filters-item.active .oswald{border-color:#e0a425;background-color:#e0a425;color:#fff}.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation{width:auto;margin:0 185px 0 0!important;display:flex;align-items:center;gap:22px}@media screen and (max-width: 1440px){.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation{margin:0 5% 0 0!important;align-self:flex-end}}.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_prev,.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_prev,.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_next{width:28px}}.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_fraction{color:#4a5c5c;font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400}.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_fraction .swiper-pagination-current,.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 1180px){.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_fraction .swiper-pagination-current,.homepage-accomodation--wrapper-upper .accomodation-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.homepage-accomodation--wrapper .accomodation-swiper .swiper-slide{width:fit-content}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .swiper-slide img{height:auto!important;object-fit:contain!important}}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card{width:640px;height:auto;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card{width:293px}}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--gallery{height:480px;width:100%}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--gallery{height:180px}}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--gallery .swiper-navigation-progressbar{width:100px!important}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--gallery .swiper-navigation-pagination{transform:translate(0)!important}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info{display:flex;flex-direction:column;gap:16px}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_title .nunito-sans{font-size:24px;line-height:36px;text-transform:uppercase;letter-spacing:1.44px}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_title .nunito-sans{font-size:18px;line-height:27px;letter-spacing:1.08px}}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_body .nunito-sans{font-size:18px;line-height:26px}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_body .nunito-sans{font-size:14px;line-height:16.8px}}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons{margin-top:8px}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list{gap:16px}}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list--item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list--item{width:84px}}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list--item .svg{height:25px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list--item .svg{height:20px}}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list--item .svg svg,.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list--item .svg img{height:100%;width:auto}.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list--item .inter{font-size:12px;line-height:18x;text-transform:uppercase}@media screen and (max-width: 768px){.homepage-accomodation--wrapper .accomodation-swiper .accomodation-card--info_icons .icons-list--item .inter{text-align:center}}.homepage-restaurants{padding-bottom:96px}@media screen and (max-width: 1180px){.homepage-restaurants{padding-bottom:58px}}.homepage-restaurants--wrapper{padding-left:170px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1536px){.homepage-restaurants--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px}}.homepage-restaurants .restaurants-swiper{width:100%;height:auto}.homepage-restaurants .restaurants-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.homepage-restaurants .restaurants-swiper-navigation{margin-right:5%;gap:15px}}.homepage-restaurants .restaurants-swiper-navigation_prev,.homepage-restaurants .restaurants-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-restaurants .restaurants-swiper-navigation_prev,.homepage-restaurants .restaurants-swiper-navigation_next{width:28px}}.homepage-restaurants .restaurants-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.homepage-restaurants .restaurants-swiper-navigation_fraction .swiper-pagination-current,.homepage-restaurants .restaurants-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.homepage-restaurants .restaurants-swiper-navigation_fraction .swiper-pagination-current,.homepage-restaurants .restaurants-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.homepage-restaurants .restaurants-swiper .swiper-slide{height:576px}@media screen and (max-width: 1180px){.homepage-restaurants .restaurants-swiper .swiper-slide{height:100%;width:293px!important}}@media screen and (min-width: 1281px) and (max-width: 1440px){.homepage-restaurants .restaurants-swiper .swiper-slide{height:450px!important}}.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card{height:100%;width:100%;position:relative;display:flex;justify-content:flex-end;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card{flex-direction:column-reverse}}.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info{width:40%;position:absolute;height:calc(100% - 62px);top:50%;left:0;transform:translateY(-50%);padding:48px;background-color:#f6f2ee;display:flex;flex-direction:column;gap:32px;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info{position:initial;width:100%;transform:none;padding:32px 24px 24px}}@media screen and (min-width: 1281px) and (max-width: 1440px){.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info{padding:32px;justify-content:center}}.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info_title .noto{font-size:32px;line-height:normal;text-transform:uppercase}@media screen and (max-width: 1180px){.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info_title .noto{font-size:20px}}@media screen and (min-width: 1281px) and (max-width: 1366px){.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info_title .noto{font-size:22px;line-height:normal}}.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info_info .nunito-sans{font-size:20px;line-height:29px}@media screen and (max-width: 1180px){.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info_info .nunito-sans{font-size:14px;line-height:21px}}@media screen and (min-width: 1281px) and (max-width: 1440px){.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--info_info .nunito-sans{font-size:16px;line-height:normal}}.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--image{width:70%;height:100%}@media screen and (max-width: 1180px){.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--image{width:100%;height:196px}}.homepage-restaurants .restaurants-swiper .swiper-slide .restaurant-card--image img{width:100%;height:100%;object-fit:cover}.homepage-restaurants .restaurants-swiper .swiper-slide-next .restaurant-card{justify-content:flex-start}.homepage-restaurants .restaurants-swiper .swiper-slide-next .restaurant-card--info{left:unset;right:0}.homepage-events{background:#f6f2ee;padding-bottom:96px}@media screen and (max-width: 768px){.homepage-events{padding-bottom:58px}}.homepage-events--wrapper{padding-top:56px;padding-left:170px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1536px){.homepage-events--wrapper{padding-left:5%;padding-top:38px;gap:32px}}.homepage-events--wrapper-upper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1536px){.homepage-events--wrapper-upper{flex-direction:column;align-items:flex-start;gap:38px}}.homepage-events--wrapper-upper .filters{display:flex;align-items:center;gap:32px;width:80%;flex-wrap:wrap}.homepage-events--wrapper-upper .filters-item .oswald{padding:6px 24px;border:1px solid #593932;font-size:16px;line-height:22px;text-transform:uppercase}.homepage-events--wrapper-upper .filters-item.active .oswald{border-color:#e0a425;background-color:#e0a425;color:#fff}.homepage-events--wrapper-upper .events-swiper-navigation{width:auto;margin:0 185px 0 0!important;display:flex;align-items:center;gap:22px}@media screen and (max-width: 1440px){.homepage-events--wrapper-upper .events-swiper-navigation{margin:0 5% 0 0!important;align-self:flex-end}}.homepage-events--wrapper-upper .events-swiper-navigation_prev,.homepage-events--wrapper-upper .events-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-events--wrapper-upper .events-swiper-navigation_prev,.homepage-events--wrapper-upper .events-swiper-navigation_next{width:28px}}.homepage-events--wrapper-upper .events-swiper-navigation_fraction{color:#4a5c5c;font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400}.homepage-events--wrapper-upper .events-swiper-navigation_fraction .swiper-pagination-current,.homepage-events--wrapper-upper .events-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 1180px){.homepage-events--wrapper-upper .events-swiper-navigation_fraction .swiper-pagination-current,.homepage-events--wrapper-upper .events-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.homepage-events--wrapper .events-swiper .swiper-slide{width:fit-content}.homepage-events--wrapper .events-swiper .event-card{width:640px;height:auto;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.homepage-events--wrapper .events-swiper .event-card{width:293px}}.homepage-events--wrapper .events-swiper .event-card--gallery{height:480px;width:100%}@media screen and (max-width: 768px){.homepage-events--wrapper .events-swiper .event-card--gallery{height:180px}}.homepage-events--wrapper .events-swiper .event-card--gallery .swiper-navigation-progressbar{width:100px!important}.homepage-events--wrapper .events-swiper .event-card--gallery .swiper-navigation-pagination{transform:translate(0)!important}.homepage-events--wrapper .events-swiper .event-card--info{display:flex;flex-direction:column;gap:16px}.homepage-events--wrapper .events-swiper .event-card--info_title .nunito-sans{font-size:24px;line-height:36px;text-transform:uppercase;letter-spacing:1.44px}@media screen and (max-width: 768px){.homepage-events--wrapper .events-swiper .event-card--info_title .nunito-sans{font-size:18px;line-height:27px;letter-spacing:1.08px}}.homepage-events--wrapper .events-swiper .event-card--info_body .nunito-sans{font-size:18px;line-height:26px}@media screen and (max-width: 768px){.homepage-events--wrapper .events-swiper .event-card--info_body .nunito-sans{font-size:14px;line-height:16.8px}}.homepage-events--wrapper .events-swiper .event-card--info_icons{margin-top:8px}.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 768px){.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list{gap:16px}}.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list--item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}@media screen and (max-width: 768px){.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list--item{width:84px}}.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list--item .svg{height:40px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list--item .svg{height:20px}}.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list--item .svg svg{height:100%;width:auto}.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list--item .inter{font-size:12px;line-height:18x;text-transform:uppercase}@media screen and (max-width: 768px){.homepage-events--wrapper .events-swiper .event-card--info_icons .icons-list--item .inter{text-align:center}}.homepage-reviews{padding-bottom:96px}@media screen and (max-width: 768px){.homepage-reviews{padding-bottom:0}}.homepage-reviews--wrapper{padding-left:120px;display:flex;flex-direction:column;gap:56px;width:95%}@media screen and (max-width: 1536px){.homepage-reviews--wrapper{padding-left:5%;width:100%}}@media screen and (min-width: 1921px){.homepage-reviews--wrapper{padding-left:170px;width:100%}}.homepage-reviews .reviews-swiper{width:100%;height:auto}.homepage-reviews .reviews-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.homepage-reviews .reviews-swiper-navigation{margin-right:5%;gap:15px}}.homepage-reviews .reviews-swiper-navigation_prev,.homepage-reviews .reviews-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.homepage-reviews .reviews-swiper-navigation_prev,.homepage-reviews .reviews-swiper-navigation_next{width:28px}}.homepage-reviews .reviews-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.homepage-reviews .reviews-swiper-navigation_fraction .swiper-pagination-current,.homepage-reviews .reviews-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.homepage-reviews .reviews-swiper-navigation_fraction .swiper-pagination-current,.homepage-reviews .reviews-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.homepage-reviews .reviews-swiper .swiper-wrapper{height:auto}.homepage-reviews .reviews-swiper .swiper-slide{width:543px;height:auto;border:1px solid #E5E5E5;background:#fff;padding:58px;box-shadow:0 20px 24px -4px #00000014,0 8px 8px -4px #00000008}@media screen and (max-width: 768px){.homepage-reviews .reviews-swiper .swiper-slide{width:293px!important;height:323px;padding:24px}}@media screen and (min-width: 769px) and (max-width: 1180px){.homepage-reviews .reviews-swiper .swiper-slide{width:100%!important}}.homepage-reviews .reviews-swiper .swiper-slide .review-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;gap:20px}.homepage-reviews .reviews-swiper .swiper-slide .review-card--info{display:flex;flex-direction:column;gap:8px}.homepage-reviews .reviews-swiper .swiper-slide .review-card--info .title{font-size:24px;letter-spacing:1.44px;text-transform:uppercase;line-height:36px}@media screen and (max-width: 768px){.homepage-reviews .reviews-swiper .swiper-slide .review-card--info .title{font-size:20px;line-height:30px;letter-spacing:1.2px}}.homepage-reviews .reviews-swiper .swiper-slide .review-card--info .body{font-size:20px;line-height:30px;width:85%}@media screen and (max-width: 768px){.homepage-reviews .reviews-swiper .swiper-slide .review-card--info .body{font-size:16px;line-height:24px}}.homepage-reviews .reviews-swiper .swiper-slide .review-card--person{display:flex;gap:18px;align-items:center}.homepage-reviews .reviews-swiper .swiper-slide .review-card--person_img{width:60px;height:60px;border-radius:50%;overflow:hidden}.homepage-reviews .reviews-swiper .swiper-slide .review-card--person_img img{width:100%;height:100%}@media screen and (max-width: 1279px){.homepage-gallery{padding-top:0}}.homepage-gallery .gallery-filters--sub{background:#fff;padding:10px 0 42px}.homepage-gallery .gallery-container{background-color:#fff}.homepage-gallery .gallery-container--wrapper{padding-top:98px}.homepage-gallery--wrapper{padding-top:56px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1279px){.homepage-gallery--wrapper{gap:32px}}@media screen and (max-width: 1536px){.homepage-gallery--wrapper{width:100%;gap:32px;margin-top:32px}}.homepage-gallery--wrapper-upper{display:flex;justify-content:space-between;align-items:center;padding-left:170px}@media screen and (max-width: 1024px){.homepage-gallery--wrapper-upper{padding-left:0;flex-direction:column;gap:24px}}@media screen and (max-width: 1536px){.homepage-gallery--wrapper-upper{padding-left:5%;gap:32px}}.homepage-gallery--wrapper .filters{display:flex;align-items:center;gap:32px;width:80%;flex-wrap:wrap}@media screen and (max-width: 1279px){.homepage-gallery--wrapper .filters{width:95%;gap:12px}}.homepage-gallery--wrapper .filters-item{display:flex}.homepage-gallery--wrapper .filters-item .oswald{padding:6px 24px;font-size:16px;line-height:22px;text-transform:uppercase}@media screen and (max-width: 1279px){.homepage-gallery--wrapper .filters-item .oswald{border:1px solid #593932}}.homepage-gallery--wrapper .filters-item.active .oswald{background-color:#e0a425;color:#fff}@media screen and (max-width: 1279px){.homepage-gallery--wrapper .filters-item.active .oswald{border-color:transparent}}.homepage-gallery--wrapper .gallery-swiper--navigation{width:auto;margin:0 130px 0 0!important}@media screen and (max-width: 1279px){.homepage-gallery--wrapper .gallery-swiper--navigation{margin:0 5% 0 auto!important;width:fit-content}}.accomodation-list{display:flex;flex-direction:column;gap:112px}@media screen and (max-width: 768px){.accomodation-list{gap:44px;padding-bottom:56px}}@media screen and (min-width: 769px) and (max-width: 1180px){.accomodation-list{gap:54px}}.accomodation-list--item .accomodation-card{width:100%;height:750px;display:flex;position:relative}@media screen and (max-width: 1180px){.accomodation-list--item .accomodation-card{height:auto;flex-direction:column}}@media screen and (min-width: 1181px) and (max-width: 1366px){.accomodation-list--item .accomodation-card{height:auto}}.accomodation-list--item .accomodation-card_swiper{width:60%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1180px){.accomodation-list--item .accomodation-card_swiper{width:100%}}@media screen and (min-width: 1440px) and (max-width: 1536px){.accomodation-list--item .accomodation-card_swiper{width:65%;gap:20px}}.accomodation-list--item .accomodation-card_swiper .swiper{height:540px}@media screen and (max-width: 480px){.accomodation-list--item .accomodation-card_swiper .swiper{height:170px}}@media screen and (min-width: 481px) and (max-width: 768px){.accomodation-list--item .accomodation-card_swiper .swiper{height:320px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.accomodation-list--item .accomodation-card_swiper .swiper{height:400px}}.accomodation-list--item .accomodation-card_info{width:calc(40% + 30px);position:absolute;height:480px;right:0;top:31px;background:#f6f2ee;padding:54px 0;display:flex;flex-direction:column;align-items:center;gap:24px;z-index:2}@media screen and (max-width: 1180px){.accomodation-list--item .accomodation-card_info{position:initial;width:100%;height:auto;padding:24px;align-items:flex-start}}@media screen and (min-width: 1181px) and (max-width: 1280px){.accomodation-list--item .accomodation-card_info{padding:24px;height:auto}}@media screen and (min-width: 1281px) and (max-width: 1366px){.accomodation-list--item .accomodation-card_info{padding:24px;justify-content:center}}@media screen and (min-width: 1440px) and (max-width: 1536px){.accomodation-list--item .accomodation-card_info{width:calc(35% + 30px);height:auto;padding:35px 0}}.accomodation-list--item .accomodation-card_info-title .noto{font-size:32px;line-height:48px;letter-spacing:1.92px;text-transform:uppercase}@media screen and (max-width: 768px){.accomodation-list--item .accomodation-card_info-title .noto{font-size:20px;line-height:30px}}@media screen and (min-width: 1440px) and (max-width: 1536px){.accomodation-list--item .accomodation-card_info-title .noto{font-size:28px;line-height:44px}}.accomodation-list--item .accomodation-card_info-body{width:calc(100% - 170px)}@media screen and (max-width: 768px){.accomodation-list--item .accomodation-card_info-body{width:100%}}@media screen and (min-width: 1181px) and (max-width: 1280px){.accomodation-list--item .accomodation-card_info-body{width:100%}}@media screen and (min-width: 1281px) and (max-width: 1366px){.accomodation-list--item .accomodation-card_info-body{width:100%}}@media screen and (min-width: 1440px) and (max-width: 1536px){.accomodation-list--item .accomodation-card_info-body{width:100%;padding:0 30px;text-align:center}}.accomodation-list--item .accomodation-card_info-body .nunito-sans{font-size:20px;line-height:29.2px}@media screen and (max-width: 768px){.accomodation-list--item .accomodation-card_info-body .nunito-sans{font-size:16px;line-height:23px}}@media screen and (min-width: 1281px) and (max-width: 1366px){.accomodation-list--item .accomodation-card_info-body .nunito-sans{font-size:16px;line-height:normal}}@media screen and (min-width: 1440px) and (max-width: 1536px){.accomodation-list--item .accomodation-card_info-body .nunito-sans{font-size:16px;line-height:25.2px}}.accomodation-list--item .accomodation-card_info .button{margin-top:24px}.accomodation-list--item .accomodation-card .main-amenities:not(.main-amenities-mobile){gap:68px}@media screen and (max-width: 768px){.accomodation-list--item .accomodation-card .main-amenities:not(.main-amenities-mobile){display:none}}.accomodation-list--item:nth-child(2n) .accomodation-card{flex-direction:row-reverse}@media screen and (max-width: 1180px){.accomodation-list--item:nth-child(2n) .accomodation-card{flex-direction:column}}.accomodation-list--item:nth-child(2n) .accomodation-card_swiper .main-amenities{justify-content:flex-end}@media screen and (max-width: 768px){.accomodation-list--item:nth-child(2n) .accomodation-card_swiper .main-amenities{justify-content:flex-start}}.accomodation-list--item:nth-child(2n) .accomodation-card_info{left:0}.accomodation_single .room-card-swiper-navigation-progressbar{width:100px!important;left:25px}.accomodation_single-header{background-color:#f6f2ee;padding-top:247px}@media screen and (max-width: 1180px){.accomodation_single-header{padding-top:0;background:#fff}}@media screen and (min-width: 1181px) and (max-width: 1366px){.accomodation_single-header{padding-top:150px}}@media screen and (max-width: 1180px){.accomodation_single-header .container{width:100%}}.accomodation_single-header--wrapper{display:flex;gap:83px;padding-bottom:45px}@media screen and (max-width: 1180px){.accomodation_single-header--wrapper{flex-direction:column;gap:0;padding-bottom:24px}}.accomodation_single-header--swiper,.accomodation_single-header--info{width:50%}@media screen and (max-width: 1180px){.accomodation_single-header--swiper{width:100%}}.accomodation_single-header--swiper .swiper{height:480px}@media screen and (max-width: 768px){.accomodation_single-header--swiper .swiper{height:250px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.accomodation_single-header--swiper .swiper{height:370px}}.accomodation_single-header--swiper .swiper-navigation{gap:32px}.accomodation_single-header--swiper .swiper-navigation-pagination{transform:none!important}.accomodation_single-header--info{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1180px){.accomodation_single-header--info{width:90%;gap:24px;padding:24px;background-color:#f6f2ee;transform:translateY(-24px);position:relative;z-index:2;margin:0 auto}}.accomodation_single-header--info_title .noto{font-size:72px;text-transform:uppercase}@media screen and (max-width: 1180px){.accomodation_single-header--info_title .noto{font-size:20px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.accomodation_single-header--info_title .noto{font-size:56px}}.accomodation_single-header--info_body .nunito-sans{font-size:20px;line-height:29.2px}@media screen and (max-width: 1180px){.accomodation_single-header--info_body .nunito-sans{font-size:16px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.accomodation_single-header--info_body .nunito-sans{font-size:16px;line-height:normal}}@media screen and (min-width: 1281px) and (max-width: 1366px){.accomodation_single-header--info_body .nunito-sans{font-size:18px;line-height:normal}}.accomodation_single-header--info .main-amenities{padding:0;row-gap:24px;column-gap:112px;margin-top:25px}@media screen and (max-width: 1180px){.accomodation_single-header--info .main-amenities{column-gap:14px;row-gap:12px}}.accomodation_single-amenities{position:relative}@media screen and (max-width: 1180px){.accomodation_single-amenities{padding-top:0!important}}.accomodation_single-amenities--wrapper{padding-top:63px}@media screen and (max-width: 1180px){.accomodation_single-amenities--wrapper{display:flex;flex-direction:column;gap:30px}}.accomodation_single-amenities--list{display:flex;padding-left:102px;align-items:flex-start}@media screen and (max-width: 1180px){.accomodation_single-amenities--list{padding-left:0;flex-direction:column;width:fit-content;gap:3px}}@media screen and (min-width: 1181px){.accomodation_single-amenities--list{width:100%;flex-wrap:wrap;margin-bottom:63px}}.accomodation_single-amenities--list_item{display:flex;align-items:center;justify-content:center;gap:12px}@media screen and (min-width: 1181px){.accomodation_single-amenities--list_item{flex:0 0 33%;justify-content:flex-start}}.accomodation_single-amenities--list_item .icon,.accomodation_single-amenities--list_item .nunito-sans{padding:10px}.accomodation_single-amenities--list_item .icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.accomodation_single-amenities--list_item .icon svg{width:100%;height:auto}.accomodation_single-amenities--list_item .nunito-sans{font-size:18px;line-height:150%;text-transform:uppercase}.accomodation_single-amenities--video{position:initial;width:100%;height:500px}@media screen and (min-width: 1181px){.accomodation_single-amenities--video{display:none}}.accomodation_single-amenities--video img,.accomodation_single-amenities--video video,.accomodation_single-amenities--video .video-js{width:100%;height:100%;object-fit:cover}.accomodation_single-amenities--book-banner{padding:32px 72px;background-color:#136062;display:flex;align-items:center;justify-content:space-between;gap:112px}@media screen and (max-width: 1180px){.accomodation_single-amenities--book-banner{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:24px;gap:32px}}.accomodation_single-amenities--book-banner .nunito-sans{width:auto;font-size:24px;color:#fff;line-height:35.04px}@media screen and (max-width: 768px){.accomodation_single-amenities--book-banner .nunito-sans{font-size:16px;line-height:23px}}.accomodation_single-amenities--book-banner .button{white-space:nowrap;border:1px solid #fff}.accomodation_single-other{padding-bottom:77px}.accomodation_single-other--wrapper{padding-left:170px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1536px){.accomodation_single-other--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px}}.accomodation_single-other .main-swiper{width:100%;height:auto}.accomodation_single-other .main-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.accomodation_single-other .main-swiper-navigation{margin-right:5%;gap:15px}}.accomodation_single-other .main-swiper-navigation_prev,.accomodation_single-other .main-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.accomodation_single-other .main-swiper-navigation_prev,.accomodation_single-other .main-swiper-navigation_next{width:28px}}.accomodation_single-other .main-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.accomodation_single-other .main-swiper-navigation_fraction .swiper-pagination-current,.accomodation_single-other .main-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.accomodation_single-other .main-swiper-navigation_fraction .swiper-pagination-current,.accomodation_single-other .main-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.accomodation_single-other .main-swiper .swiper-slide{width:640px;height:auto}@media screen and (max-width: 480px){.accomodation_single-other .main-swiper .swiper-slide{height:auto;width:293px!important}}@media screen and (min-width: 481px) and (max-width: 768px){.accomodation_single-other .main-swiper .swiper-slide{height:auto;width:350px!important}}.accomodation_single-other .main-swiper .room-card{width:100%}.accomodation_single-other .main-swiper .room-card-swiper{position:relative}@media screen and (max-width: 480px){.accomodation_single-other .main-swiper .room-card-swiper{height:193px}}.accomodation_single-other .main-swiper .room-card_image{width:100%;height:360px}@media screen and (min-width: 481px) and (max-width: 768px){.accomodation_single-other .main-swiper .room-card_image{height:250px!important}}.accomodation_single-other .main-swiper .room-card_image img{width:100%;height:100%;object-fit:cover}.accomodation_single-other .main-swiper .room-card_label{padding:21px 24px;background-color:#f6f2ee}.accomodation_single-other .main-swiper .room-card_label .noto{font-size:32px;text-transform:uppercase}@media screen and (max-width: 768px){.accomodation_single-other .main-swiper .room-card_label .noto{font-size:20px}}@media screen and (max-width: 768px){.spa-wellness .banner{margin-top:24px!important;margin-bottom:20px!important}}@media screen and (max-width: 1180px){.spa-wellness-list{background:#fff}}@media screen and (min-width: 1024px) and (max-width: 1180px){.spa-wellness-list{margin-top:56px}}.spa-wellness-list_card{padding:96px 0;height:800px}@media screen and (max-width: 1366px){.spa-wellness-list_card{height:auto;padding:28px 0}}.spa-wellness-list_card-wrapper{width:100%;height:100%;display:flex;gap:82px}@media screen and (max-width: 1180px){.spa-wellness-list_card-wrapper{flex-direction:column;position:relative}}@media screen and (max-width: 1180px){.spa-wellness-list_card-wrapper{gap:0}}.spa-wellness-list_card:nth-child(2n){background-color:#fff}.spa-wellness-list_card:nth-child(2n) .spa-wellness-list_card-wrapper{flex-direction:row-reverse}@media screen and (max-width: 1180px){.spa-wellness-list_card:nth-child(2n) .spa-wellness-list_card-wrapper{flex-direction:column}}.spa-wellness-list_card-swiper,.spa-wellness-list_card-info{height:100%}.spa-wellness-list_card-swiper{height:480px;width:50%!important}@media screen and (max-width: 1180px){.spa-wellness-list_card-swiper{width:100%!important}}@media screen and (max-width: 480px){.spa-wellness-list_card-swiper{height:228px}}@media screen and (min-width: 481px) and (max-width: 768px){.spa-wellness-list_card-swiper{height:328px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.spa-wellness-list_card-swiper{height:370px}}@media screen and (min-width: 1281px) and (max-width: 1366px){.spa-wellness-list_card-swiper{height:380px}}.spa-wellness-list_card-swiper .swiper-navigation-pagination-index{transform:translate(35px)!important}.spa-wellness-list_card-swiper .video-js{width:100%;height:100%;object-fit:cover}.spa-wellness-list_card-swiper .video-js .vjs-big-play-button{width:103px;height:103px;border:none;border-radius:50%;background:#d9d9d9b3;transition:.2s linear;margin:0!important;transform:translate(-50%,-50%)}.spa-wellness-list_card-swiper .video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:"";background:url(/img/playBtn.svg);background-repeat:no-repeat;background-size:100% 100%;width:46px;height:46px;top:50%;left:calc(50% + 6px);transform:translate(-50%,-50%)}.spa-wellness-list_card-swiper .video-js:hover .vjs-big-play-button{background:#d9d9d9b3;opacity:.7}.spa-wellness-list_card-info{width:45%!important;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1180px){.spa-wellness-list_card-info{width:100%!important;padding:20px 24px;background:#f6f2ee}}@media screen and (min-width: 1181px) and (max-width: 1280px){.spa-wellness-list_card-info{gap:16px}}@media screen and (min-width: 1367px) and (max-width: 1440px){.spa-wellness-list_card-info{gap:15px}}.spa-wellness-list_card-info--title{padding:10px}@media screen and (max-width: 1180px){.spa-wellness-list_card-info--title{padding:0}}.spa-wellness-list_card-info--title .noto{font-size:48px;line-height:52.8px;text-transform:uppercase}@media screen and (max-width: 768px){.spa-wellness-list_card-info--title .noto{font-size:20px;line-height:22px}}@media screen and (min-width: 769px) and (max-width: 1024px){.spa-wellness-list_card-info--title .noto{font-size:22px;line-height:24px}}@media screen and (min-width: 1025px) and (max-width: 1180px){.spa-wellness-list_card-info--title .noto{font-size:24px;line-height:26px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.spa-wellness-list_card-info--title .noto{font-size:36px;line-height:normal}}.spa-wellness-list_card-info--body{padding:10px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1180px){.spa-wellness-list_card-info--body{flex-direction:column-reverse}}.spa-wellness-list_card-info--body .body{font-size:20px;line-height:29.2px}@media screen and (max-width: 768px){.spa-wellness-list_card-info--body .body{font-size:16px;line-height:23px;min-height:0;height:0;overflow:hidden;transition:.2s linear;padding-bottom:14px}}@media screen and (min-width: 769px) and (max-width: 1024px){.spa-wellness-list_card-info--body .body{font-size:18px;line-height:normal}}@media screen and (min-width: 1025px) and (max-width: 1180px){.spa-wellness-list_card-info--body .body{font-size:20px;line-height:normal}}@media screen and (min-width: 1181px) and (max-width: 1366px){.spa-wellness-list_card-info--body .body{font-size:16px;line-height:normal}}@media screen and (min-width: 1367px) and (max-width: 1440px){.spa-wellness-list_card-info--body .body{font-size:18px;line-height:normal}}.spa-wellness-list_card-info--body .body.expand-container{min-height:150px;height:auto;transition:.2s linear;-webkit-mask-image:none!important;mask-image:none!important}.spa-wellness-list_card-info--body .bottom{display:flex;flex-wrap:wrap;gap:72px}@media screen and (max-width: 768px){.spa-wellness-list_card-info--body .bottom{gap:24px;justify-content:center;text-align:center}}.spa-wellness-list_card-info--body .bottom .block{display:flex;align-items:center;gap:4px}@media screen and (max-width: 768px){.spa-wellness-list_card-info--body .bottom .block{flex-direction:column}}@media screen and (min-width: 1181px) and (max-width: 1366px){.spa-wellness-list_card-info--body .bottom .block{flex-direction:column}}.spa-wellness-list_card-info--body .bottom .block-img{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.spa-wellness-list_card-info--body .bottom .block-img img{width:100%;height:auto}@media screen and (min-width: 1181px) and (max-width: 1366px){.spa-wellness-list_card-info--body .bottom .block-title{text-align:center}}.spa-wellness-list_card-info--body .bottom .block-title .nunito-sans{color:#3e5e5c;font-size:16px;line-height:24px}@media screen and (max-width: 768px){.spa-wellness-list_card-info--body .bottom .block-title .nunito-sans{font-size:14px;line-height:16px}}.spa-wellness-list_card-info .mobile-expand{height:30px;width:100%;position:absolute;bottom:12px;left:0;display:flex;align-items:center;justify-content:center;z-index:2;background-color:#f6f2ee}@media screen and (min-width: 769px){.spa-wellness-list_card-info .mobile-expand{display:none}}.spa-wellness-list_card-info .mobile-expand--icon{height:100%;width:auto;transition:.2s linear}.spa-wellness-list_card-info .mobile-expand--icon img{height:100%;width:auto}.spa-wellness-pools{background:#fff;padding-bottom:96px}@media screen and (max-width: 768px){.spa-wellness-pools{padding-bottom:55px}}.spa-wellness-pools--wrapper{width:80%;margin:0 auto;padding-top:100px}@media screen and (max-width: 1180px){.spa-wellness-pools--wrapper{width:100%;padding-top:32px}}.spa-wellness-pools--wrapper .pools-list{display:flex;flex-direction:column;gap:48px}@media screen and (max-width: 768px){.spa-wellness-pools--wrapper .pools-list{gap:20px}}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper{display:flex;flex-direction:column}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--head{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #593932}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--head .noto,.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--head .icon{cursor:pointer}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--head .noto{font-size:32px;line-height:35.2px;text-transform:uppercase}@media screen and (max-width: 768px){.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--head .noto{font-size:20px;line-height:22px}}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--head .icon{margin:10px;width:35px;height:35px;border:1px solid #D4C9C6;border-radius:50%;background:#f6f2ee;box-shadow:0 4px 12px -2px #00000014;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--head .icon{border:none;box-shadow:none;background:transparent;margin:0}}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--head .icon svg{transition:.2s linear}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--body{height:300px;min-height:0;height:0;overflow:hidden;transition:.2s linear;opacity:0;visibility:hidden}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--body .nunito-sans{font-size:18px;line-height:26.28px}@media screen and (max-width: 768px){.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper--body .nunito-sans{font-size:16px;line-height:16px}}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper.pool-opened .pool-wrapper--head .icon svg{transform:rotate(-180deg)}.spa-wellness-pools--wrapper .pools-list--item .pool-wrapper.pool-opened .pool-wrapper--body{opacity:1;visibility:visible;padding:10px;min-height:auto;height:auto;transition:.2s linear}.spa-wellness-water{padding:96px 0;background-color:#fff}@media screen and (max-width: 1180px){.spa-wellness-water{padding:32px 0}}.spa-wellness-water_card{display:flex;height:540px;align-items:center;width:100%;position:relative}@media screen and (max-width: 1279px){.spa-wellness-water_card{flex-direction:column-reverse;height:auto}}@media screen and (min-width: 1280px) and (max-width: 1536px){.spa-wellness-water_card{height:440px}}.spa-wellness-water_card-info{display:flex;flex-direction:column;gap:32px;padding:62px 38px;background:#f6f2ee;position:relative;z-index:2;width:40%}@media screen and (max-width: 1279px){.spa-wellness-water_card-info{width:100%}}@media screen and (min-width: 1280px) and (max-width: 1536px){.spa-wellness-water_card-info{width:45%}}.spa-wellness-water_card-info .noto{font-size:42px;line-height:110%;text-transform:uppercase}@media screen and (max-width: 480px){.spa-wellness-water_card-info .noto{font-size:28px}}.spa-wellness-water_card-image{width:62%;position:absolute;height:100%;top:0;right:0}@media screen and (max-width: 1279px){.spa-wellness-water_card-image{width:100%;position:initial}}@media screen and (max-width: 480px){.spa-wellness-water_card-image{height:250px}}@media screen and (min-width: 481px) and (max-width: 768px){.spa-wellness-water_card-image{height:350px}}@media screen and (min-width: 769px) and (max-width: 1024px){.spa-wellness-water_card-image{height:450px}}@media screen and (min-width: 1025px) and (max-width: 1279px){.spa-wellness-water_card-image{height:550px}}@media screen and (min-width: 1280px) and (max-width: 1536px){.spa-wellness-water_card-image{width:60%}}.spa-wellness-water_card-image img{width:100%;height:100%;object-fit:cover}.spa-wellness-water_modal{background:#fefcf966;position:fixed;width:100%;height:100%;top:0;left:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:3;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.2s linear}.spa-wellness-water_modal.open-modal{opacity:1;visibility:visible;transition:.2s linear}.spa-wellness-water_modal-wrapper{width:60%;max-height:85%;height:auto;background:#f6f2ee;border:1px solid #D4C9C6;padding:32px;display:flex;flex-direction:column;gap:32px;overflow:hidden;transform:scale(.3);transition:.2s linear;transition-delay:0s}@media screen and (max-width: 1180px){.spa-wellness-water_modal-wrapper{width:100%;max-height:100vh}}.spa-wellness-water_modal-wrapper.open-modal-container{transform:scale(1);transition:.3s linear}.spa-wellness-water_modal-wrapper .close-btn{display:flex;align-items:center;width:100%;justify-content:flex-end}.spa-wellness-water_modal-wrapper .close-btn svg{cursor:pointer;transition:.2s linear}.spa-wellness-water_modal-wrapper .close-btn svg:hover{transform:scale(1.2);transition:.2s linear}.spa-wellness-water_modal-wrapper .content{height:100%;overflow-y:scroll}.spa-wellness-water_modal-wrapper .content .nunito-sans{color:#593932}.spa-wellness-water_modal-wrapper .content .nunito-sans h2,.spa-wellness-water_modal-wrapper .content .nunito-sans h3,.spa-wellness-water_modal-wrapper .content .nunito-sans h4{font-size:24px;line-height:120%}.spa-wellness-water_modal-wrapper .content .nunito-sans p{font-size:18px;line-height:120%}.spa-wellness-water_modal-wrapper .content .nunito-sans ul{list-style:disc}.spa-wellness-promo{background-color:#f6f2ee}.spa-wellness-promo--title{padding-bottom:76px}@media screen and (max-width: 1536px){.spa-wellness-promo--title{padding-bottom:0}}.spa-wellness-promo--wrapper{display:flex;flex-direction:column;padding-left:170px;gap:15px;padding-bottom:35px}@media screen and (max-width: 1536px){.spa-wellness-promo--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px}}.spa-wellness-promo--wrapper .promo-swiper .swiper-wrapper{align-items:flex-start}.spa-wellness-promo--wrapper .promo-swiper .swiper-slide{height:550px!important;display:flex;align-items:center}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-swiper .swiper-slide{height:auto!important;width:343px!important;justify-content:center}}.spa-wellness-promo--wrapper .promo-swiper-navigation{display:flex;gap:22px;align-items:center;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-swiper-navigation{margin-right:5%;gap:15px}}.spa-wellness-promo--wrapper .promo-swiper-navigation_prev,.spa-wellness-promo--wrapper .promo-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-swiper-navigation_prev,.spa-wellness-promo--wrapper .promo-swiper-navigation_next{width:28px}}.spa-wellness-promo--wrapper .promo-swiper_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.spa-wellness-promo--wrapper .promo-swiper_fraction .swiper-pagination-current,.spa-wellness-promo--wrapper .promo-swiper_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-swiper_fraction .swiper-pagination-current,.spa-wellness-promo--wrapper .promo-swiper_fraction .swiper-pagination-total{font-size:16px}}.spa-wellness-promo--wrapper .promo-card{height:440px;position:relative;display:flex;gap:44px;background-color:#fff}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-card{height:auto;flex-direction:column-reverse;gap:0}}.spa-wellness-promo--wrapper .promo-card--label{width:fit-content;padding:0 90px;background-color:#136062;position:absolute;right:0;top:-37.5px}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-card--label{height:40px;top:0;padding:0;width:100%}}.spa-wellness-promo--wrapper .promo-card--label .noto{font-size:48px;line-height:75px;color:#fff}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-card--label .noto{font-size:28px;line-height:40px;text-align:center}}.spa-wellness-promo--wrapper .promo-card--info{background-color:#fff;width:calc(100% - 350px);padding:54px 0 24px 48px;display:flex;flex-direction:column;justify-content:center;gap:32px}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-card--info{width:100%;padding:32px 24px}}.spa-wellness-promo--wrapper .promo-card--info-body ul{list-style:disc}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-card--info-body ul{padding-left:20px}}.spa-wellness-promo--wrapper .promo-card--info .button{margin:0 auto}.spa-wellness-promo--wrapper .promo-card--img{width:350px}@media screen and (max-width: 1180px){.spa-wellness-promo--wrapper .promo-card--img{width:100%;height:343px}}.spa-wellness-contacts{background-color:#fff;padding-bottom:96px}.spa-wellness-contacts--title{padding-bottom:119px}.spa-wellness,.medical-center,.restaurants-single,.offers-promo-single,.offers-voucher,.offers-loyalclub,.kids-zone{background-color:#f6f2ee}@media screen and (max-width: 768px){.spa-wellness,.medical-center,.restaurants-single,.offers-promo-single,.offers-voucher,.offers-loyalclub,.kids-zone{background:#fff}}.spa-wellness-header,.medical-center-header,.restaurants-single-header,.offers-promo-single-header,.offers-voucher-header,.offers-loyalclub-header,.kids-zone-header{position:relative}.spa-wellness-header--wrapper,.medical-center-header--wrapper,.restaurants-single-header--wrapper,.offers-promo-single-header--wrapper,.offers-voucher-header--wrapper,.offers-loyalclub-header--wrapper,.kids-zone-header--wrapper{display:flex;justify-content:flex-end;max-width:1920px;position:relative;margin:0 auto}@media screen and (max-width: 1180px){.spa-wellness-header--wrapper,.medical-center-header--wrapper,.restaurants-single-header--wrapper,.offers-promo-single-header--wrapper,.offers-voucher-header--wrapper,.offers-loyalclub-header--wrapper,.kids-zone-header--wrapper{flex-direction:column-reverse;align-items:center}}.spa-wellness-header--image,.medical-center-header--image,.restaurants-single-header--image,.offers-promo-single-header--image,.offers-voucher-header--image,.offers-loyalclub-header--image,.kids-zone-header--image{width:70%;height:768px}@media screen and (max-width: 768px){.spa-wellness-header--image,.medical-center-header--image,.restaurants-single-header--image,.offers-promo-single-header--image,.offers-voucher-header--image,.offers-loyalclub-header--image,.kids-zone-header--image{width:100%;height:256px}}@media screen and (min-width: 769px) and (max-width: 1180px){.spa-wellness-header--image,.medical-center-header--image,.restaurants-single-header--image,.offers-promo-single-header--image,.offers-voucher-header--image,.offers-loyalclub-header--image,.kids-zone-header--image{width:100%;height:356px}}.spa-wellness-header--image img,.medical-center-header--image img,.restaurants-single-header--image img,.offers-promo-single-header--image img,.offers-voucher-header--image img,.offers-loyalclub-header--image img,.kids-zone-header--image img{width:100%;height:100%;object-fit:cover}.spa-wellness-contacts,.medical-center-contacts,.restaurants-single-contacts,.offers-promo-single-contacts,.offers-voucher-contacts,.offers-loyalclub-contacts,.kids-zone-contacts{background-color:#fff;padding-bottom:96px}@media screen and (max-width: 768px){.spa-wellness-contacts,.medical-center-contacts,.restaurants-single-contacts,.offers-promo-single-contacts,.offers-voucher-contacts,.offers-loyalclub-contacts,.kids-zone-contacts{padding-bottom:32px}}.spa-wellness-contacts--title,.medical-center-contacts--title,.restaurants-single-contacts--title,.offers-promo-single-contacts--title,.offers-voucher-contacts--title,.offers-loyalclub-contacts--title,.kids-zone-contacts--title{padding-bottom:119px}@media screen and (max-width: 768px){.spa-wellness-contacts--title,.medical-center-contacts--title,.restaurants-single-contacts--title,.offers-promo-single-contacts--title,.offers-voucher-contacts--title,.offers-loyalclub-contacts--title,.kids-zone-contacts--title{padding-bottom:44px}}.accomodation_single-other--wrapper,.kids-zone-gallery--wrapper,.medical-center-programs--wrapper,.offers-voucher-terms--wrapper,.corp-events-other-halls--wrapper,.corp-events-reviews--wrapper,.homepage-gallery--wrapper-upper{width:100%;max-width:1920px;margin:0 auto}@media screen and (max-width: 768px){.medical-center .banner{margin-top:20px!important;margin-bottom:22px!important}}@media screen and (min-width: 1024px) and (max-width: 1180px){.medical-center-list{padding-top:50px}}.medical-center-list_card{padding:96px 0;height:752px}@media screen and (max-width: 1180px){.medical-center-list_card{padding:22px 0;height:auto}}@media screen and (min-width: 1181px) and (max-width: 1366px){.medical-center-list_card{height:660px}}.medical-center-list_card-wrapper{width:100%;height:100%;display:flex;align-items:center}@media screen and (max-width: 1180px){.medical-center-list_card-wrapper{flex-direction:column}}.medical-center-list_card:nth-child(2n){background-color:#fff}.medical-center-list_card:nth-child(2n) .medical-center-list_card-wrapper{flex-direction:row-reverse}@media screen and (max-width: 1180px){.medical-center-list_card:nth-child(2n) .medical-center-list_card-wrapper{flex-direction:column}}.medical-center-list_card:nth-child(2n) .medical-center-list_card-info{background:#f6f2ee}.medical-center-list_card:nth-child(odd) .medical-center-list_card-info{background:#fff}@media screen and (max-width: 768px){.medical-center-list_card:nth-child(odd) .medical-center-list_card-info{background:#f6f2ee}}.medical-center-list_card-image,.medical-center-list_card-info{width:50%}@media screen and (max-width: 1180px){.medical-center-list_card-image,.medical-center-list_card-info{width:100%}}.medical-center-list_card-image{height:calc(100% - 64px)}@media screen and (max-width: 480px){.medical-center-list_card-image{height:192px}}@media screen and (min-width: 481px) and (max-width: 768px){.medical-center-list_card-image{height:292px}}.medical-center-list_card-image img{width:100%;height:100%;object-fit:cover}.medical-center-list_card-info{height:100%;display:flex;flex-direction:column;gap:32px;padding:32px 0}@media screen and (max-width: 768px){.medical-center-list_card-info{padding:24px 0 24px 24px}}.medical-center-list_card-info--title{padding:0 0 0 44px;flex-direction:row-reverse;width:100%!important;justify-content:space-between!important}@media screen and (max-width: 768px){.medical-center-list_card-info--title{padding:0}}@media screen and (max-width: 768px){.medical-center-list_card-info--title:before{width:39px!important}}.medical-center-list_card-info--title .noto{font-size:46px!important;line-height:52.8px;text-transform:uppercase;letter-spacing:normal!important;color:#593932!important}@media screen and (max-width: 768px){.medical-center-list_card-info--title .noto{font-size:20px!important;line-height:22px;color:#593932!important}}@media screen and (min-width: 1181px) and (max-width: 1280px){.medical-center-list_card-info--title .noto{font-size:32px!important}}@media screen and (min-width: 1281px) and (max-width: 1536px){.medical-center-list_card-info--title .noto{font-size:38px!important}}.medical-center-list_card-info--body{padding:0 44px}@media screen and (max-width: 768px){.medical-center-list_card-info--body{padding:0 24px 0 0}}.medical-center-list_card-info--body .nunito{font-size:20px;line-height:29.2px;word-wrap:break-word}@media screen and (max-width: 768px){.medical-center-list_card-info--body .nunito{font-size:16px;line-height:23px}}.medical-center-beauty-list{padding:96px 0;background-color:#fff}@media screen and (max-width: 768px){.medical-center-beauty-list{padding:34px 0 56px}}@media screen and (min-width: 769px){.medical-center-beauty-list--title{display:none}}.medical-center-beauty-list-wrapper{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.medical-center-beauty-list-wrapper{padding-top:56px;flex-direction:column;gap:44px}}@media screen and (min-width: 769px) and (max-width: 1180px){.medical-center-beauty-list-wrapper{flex-wrap:wrap;padding-top:56px;gap:45px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.medical-center-beauty-list-wrapper{padding-top:56px}}.medical-center-beauty-list_card{width:360px;display:flex;flex-direction:column}@media screen and (max-width: 768px){.medical-center-beauty-list_card{width:100%}}@media screen and (min-width: 769px) and (max-width: 1180px){.medical-center-beauty-list_card{width:45%}}@media screen and (min-width: 1181px) and (max-width: 1536px){.medical-center-beauty-list_card{width:calc(25% - 20px)}}.medical-center-beauty-list_card:nth-child(odd) .medical-center-beauty-list_card-image{height:570px}.medical-center-beauty-list_card:nth-child(2n) .medical-center-beauty-list_card-image{height:435px}.medical-center-beauty-list_card-image{width:100%}@media screen and (max-width: 768px){.medical-center-beauty-list_card-image{height:192px!important}}@media screen and (min-width: 769px) and (max-width: 1180px){.medical-center-beauty-list_card-image{height:435px!important}}.medical-center-beauty-list_card-image img{width:100%;height:100%;object-fit:cover}.medical-center-beauty-list_card-info{padding:32px 0;display:flex;flex-direction:column;justify-content:center;text-align:center;gap:40px}@media screen and (max-width: 768px){.medical-center-beauty-list_card-info{justify-content:flex-start;text-align:start;gap:20px;padding:20px 0 0}}@media screen and (min-width: 1181px) and (max-width: 1280px){.medical-center-beauty-list_card-info{gap:20px}}.medical-center-beauty-list_card-info--title .noto{font-size:32px;line-height:35.2px;text-transform:uppercase}@media screen and (max-width: 768px){.medical-center-beauty-list_card-info--title .noto{font-size:20px;line-height:22px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.medical-center-beauty-list_card-info--title .noto{font-size:28px;line-height:normal}}.medical-center-beauty-list_card-info--body .nunito-sans{font-size:18px;line-height:26.28px}@media screen and (max-width: 768px){.medical-center-beauty-list_card-info--body .nunito-sans{font-size:16px;line-height:23px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.medical-center-beauty-list_card-info--body .nunito-sans{font-size:16px;line-height:normal}}.medical-center-programs{background-color:#f6f2ee}.medical-center-programs--title{padding-bottom:76px}@media screen and (max-width: 1536px){.medical-center-programs--title{padding-bottom:0}}.medical-center-programs--wrapper{display:flex;flex-direction:column;padding-left:170px;gap:15px;padding-bottom:35px}@media screen and (max-width: 1536px){.medical-center-programs--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px}}.medical-center-programs--wrapper .programs-swiper .swiper-slide{height:550px!important;display:flex;align-items:center}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-swiper .swiper-slide{height:auto!important;width:343px!important;justify-content:center;align-items:flex-start}}.medical-center-programs--wrapper .programs-swiper-navigation{display:flex;gap:22px;align-items:center;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-swiper-navigation{margin-right:5%;gap:15px}}.medical-center-programs--wrapper .programs-swiper-navigation_prev,.medical-center-programs--wrapper .programs-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-swiper-navigation_prev,.medical-center-programs--wrapper .programs-swiper-navigation_next{width:28px}}.medical-center-programs--wrapper .programs-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.medical-center-programs--wrapper .programs-swiper-navigation_fraction .swiper-pagination-current,.medical-center-programs--wrapper .programs-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-swiper-navigation_fraction .swiper-pagination-current,.medical-center-programs--wrapper .programs-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.medical-center-programs--wrapper .programs-card{height:440px;position:relative;display:flex;gap:44px;background-color:#fff}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-card{height:auto;flex-direction:column-reverse;gap:0}}.medical-center-programs--wrapper .programs-card--label{width:fit-content;padding:0 90px;background-color:#136062;position:absolute;right:0;top:-37.5px}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-card--label{min-height:40px;top:0;padding:0;width:100%}}.medical-center-programs--wrapper .programs-card--label .noto{font-size:48px;line-height:75px;color:#fff}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-card--label .noto{font-size:28px;line-height:40px;text-align:center}}.medical-center-programs--wrapper .programs-card--info{background-color:#fff;width:calc(100% - 350px);padding:54px 0 24px 24px;display:flex;flex-direction:column;justify-content:center;gap:32px}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-card--info{width:100%;padding:32px 24px}}.medical-center-programs--wrapper .programs-card--info-body ul{list-style:disc;padding-left:24px}.medical-center-programs--wrapper .programs-card--info .button{margin:0 auto}.medical-center-programs--wrapper .programs-card--img{width:350px}@media screen and (max-width: 1180px){.medical-center-programs--wrapper .programs-card--img{width:100%;height:343px}}.restaurants{padding-bottom:130px}.restaurants-list{display:flex;flex-direction:column;gap:112px}.restaurants-list--item .restaurants-card{width:100%;height:550px;display:flex;position:relative}@media screen and (max-width: 1180px){.restaurants-list--item .restaurants-card{height:auto;flex-direction:column;align-items:center}}@media screen and (min-width: 1181px) and (max-width: 1366px){.restaurants-list--item .restaurants-card{height:auto;align-items:center}}.restaurants-list--item .restaurants-card_swiper{width:60%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1180px){.restaurants-list--item .restaurants-card_swiper{width:100%}}@media screen and (max-width: 768px){.restaurants-list--item .restaurants-card_swiper{height:192px}}@media screen and (min-width: 769px) and (max-width: 1180px){.restaurants-list--item .restaurants-card_swiper{height:450px}}@media screen and (min-width: 1440px) and (max-width: 1536px){.restaurants-list--item .restaurants-card_swiper{width:65%;gap:20px}}.restaurants-list--item .restaurants-card_swiper .swiper{height:100%}@media screen and (min-width: 1181px) and (max-width: 1366px){.restaurants-list--item .restaurants-card_swiper .swiper{height:400px}}.restaurants-list--item .restaurants-card_info{width:calc(40% + 30px);position:absolute;height:calc(100% - 60px);right:0;top:50%;transform:translateY(-50%);background:#f6f2ee;padding:40px 0;display:flex;flex-direction:column;align-items:center;gap:24px;z-index:2}@media screen and (max-width: 1180px){.restaurants-list--item .restaurants-card_info{width:90%;position:initial;height:auto;transform:translateY(-24px);padding:24px;align-items:flex-start}}@media screen and (min-width: 1181px) and (max-width: 1366px){.restaurants-list--item .restaurants-card_info{padding:24px;height:auto}}@media screen and (min-width: 1440px) and (max-width: 1536px){.restaurants-list--item .restaurants-card_info{width:calc(35% + 30px);height:auto;padding:35px}}.restaurants-list--item .restaurants-card_info-title .noto{font-size:32px;line-height:48px;letter-spacing:1.92px;text-transform:uppercase}@media screen and (min-width: 1181px) and (max-width: 1366px){.restaurants-list--item .restaurants-card_info-title .noto{font-size:28px;line-height:normal;letter-spacing:1.5px}}@media screen and (min-width: 1440px) and (max-width: 1536px){.restaurants-list--item .restaurants-card_info-title .noto{font-size:28px;line-height:44px}}.restaurants-list--item .restaurants-card_info-body{width:calc(100% - 120px)}@media screen and (max-width: 1180px){.restaurants-list--item .restaurants-card_info-body{width:100%}}@media screen and (min-width: 1181px) and (max-width: 1366px){.restaurants-list--item .restaurants-card_info-body{width:100%}}@media screen and (min-width: 1440px) and (max-width: 1536px){.restaurants-list--item .restaurants-card_info-body{width:100%}}.restaurants-list--item .restaurants-card_info-body .nunito-sans{font-size:20px;line-height:29.2px}@media screen and (min-width: 1181px) and (max-width: 1366px){.restaurants-list--item .restaurants-card_info-body .nunito-sans{font-size:16px;line-height:normal}}@media screen and (min-width: 1440px) and (max-width: 1536px){.restaurants-list--item .restaurants-card_info-body .nunito-sans{font-size:16px;line-height:25.2px}}.restaurants-list--item .restaurants-card_info .button{margin-top:24px}.restaurants-list--item:nth-child(2n) .restaurants-card{flex-direction:row-reverse}@media screen and (max-width: 1180px){.restaurants-list--item:nth-child(2n) .restaurants-card{flex-direction:column}}.restaurants-list--item:nth-child(2n) .restaurants-card_info{left:0}.restaurants-single-description{background-color:#fff;padding:96px 0}@media screen and (max-width: 768px){.restaurants-single-description{padding:0 0 32px}}@media screen and (max-width: 768px){.restaurants-single-description .container{width:100%}}.restaurants-single-description--wrapper{width:80%;display:flex;flex-direction:column;margin:0 auto;gap:24px}@media screen and (max-width: 768px){.restaurants-single-description--wrapper{width:100%}}.restaurants-single-description--wrapper .description-block{display:flex;flex-direction:column;gap:20px;font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:20px;line-height:29.2px;font-weight:400}@media screen and (max-width: 768px){.restaurants-single-description--wrapper .description-block--title{display:flex;align-items:center;gap:10px;margin:0 auto;width:100%;max-width:1920px}}.restaurants-single-description--wrapper .description-block--title .noto{font-size:40px;line-height:58.4px}@media screen and (max-width: 768px){.restaurants-single-description--wrapper .description-block--title .noto{font-size:22px;letter-spacing:5.28px;color:#4a5c5c}}@media screen and (max-width: 768px){.restaurants-single-description--wrapper .description-block--title:before{content:"";display:block;width:16px;height:2px;background:#7c5a41}}@media screen and (max-width: 768px){.restaurants-single-description--wrapper .description-block--info{width:90%;margin:0 auto}}.restaurants-single-description--wrapper .description-block--info .nunito-sans{font-size:20px;line-height:29.2px}@media screen and (max-width: 768px){.restaurants-single-description--wrapper .description-block--info .nunito-sans{font-size:16px;line-height:23px}}.restaurants-single-halls{padding:96px 0;background-color:#fff}@media screen and (max-width: 768px){.restaurants-single-halls{padding:32px 0;background-color:#f6f2ee}}.restaurants-single-halls--list{display:flex;flex-wrap:wrap;column-gap:60px;row-gap:120px;padding-top:96px}@media screen and (max-width: 768px){.restaurants-single-halls--list{flex-direction:column;padding-top:32px;gap:32px}}.restaurants-single-halls--list .halls-card{width:calc(50% - 30px);display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.restaurants-single-halls--list .halls-card{width:100%}}.restaurants-single-halls--list .halls-card--image{height:480px;width:100%}@media screen and (max-width: 768px){.restaurants-single-halls--list .halls-card--image{height:196px}}.restaurants-single-halls--list .halls-card--image img{width:100%;height:100%;object-fit:cover}.restaurants-single-halls--list .halls-card--info{display:flex;flex-direction:column;gap:24px}.restaurants-single-halls--list .halls-card--info .noto{font-size:32px;line-height:48px;letter-spacing:1.92px;text-transform:uppercase}@media screen and (max-width: 768px){.restaurants-single-halls--list .halls-card--info .noto{font-size:24px;letter-spacing:1.44px;line-height:24px}}.restaurants-single-halls--list .halls-card--info .nunito-sans{font-size:18px;line-height:26.28px}.restaurants-single-gallery{background-color:#f6f2ee;padding-bottom:96px}@media screen and (max-width: 768px){.restaurants-single-gallery{background:#fff;padding-top:58px!important}}.restaurants-single-gallery--title{padding-bottom:76px}@media screen and (max-width: 768px){.restaurants-single-gallery--title{padding-bottom:0}}.restaurants-single-gallery--wrapper{display:flex;flex-direction:column;padding-left:170px;gap:15px}@media screen and (max-width: 1536px){.restaurants-single-gallery--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px}}.restaurants-single-gallery--wrapper .r-gallery-swiper .swiper-slide{height:550px!important;display:flex;align-items:center;width:auto!important}@media screen and (max-width: 768px){.restaurants-single-gallery--wrapper .r-gallery-swiper .swiper-slide{height:209px!important;width:313px!important}}.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation{display:flex;gap:22px;align-items:center;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation{margin-right:5%;gap:15px}}.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_prev,.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_prev,.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_next{width:28px}}.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c;display:flex}.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_fraction .swiper-pagination-current,.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_fraction .swiper-pagination-current,.restaurants-single-gallery--wrapper .r-gallery-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.restaurants-single-gallery--wrapper .gallery-card{width:100%;height:540px;position:relative;display:flex;gap:44px;background-color:#fff}@media screen and (max-width: 768px){.restaurants-single-gallery--wrapper .gallery-card{height:209px!important}}@media screen and (min-width: 1181px) and (max-width: 1280px){.restaurants-single-gallery--wrapper .gallery-card{height:400px}}.restaurants-single-gallery--wrapper .gallery-card--img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 768px){.offers .page-title{margin-bottom:32px!important}}.offers-list{display:flex;flex-direction:column;gap:112px;padding-bottom:110px}@media screen and (max-width: 1180px){.offers-list{gap:20px;padding-bottom:64px}}.offers-list--item .offers-card{width:100%;height:540px;display:flex;position:relative}@media screen and (max-width: 1180px){.offers-list--item .offers-card{height:auto;flex-direction:column}}@media screen and (min-width: 1181p) and (max-width: 1366px){.offers-list--item .offers-card{height:400px}}.offers-list--item .offers-card_image{width:60%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.offers-list--item .offers-card_image{width:100%;gap:0;height:192px}}@media screen and (min-width: 769px) and (max-width: 1180px){.offers-list--item .offers-card_image{width:100%;height:500px}}@media screen and (min-width: 1440px) and (max-width: 1536px){.offers-list--item .offers-card_image{width:65%;gap:20px}}.offers-list--item .offers-card_image img{width:100%;height:100%;object-fit:cover}.offers-list--item .offers-card_info{width:calc(40% + 30px);position:absolute;height:480px;right:0;top:50%;transform:translateY(-50%);background:#f6f2ee;padding:54px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;z-index:2}@media screen and (max-width: 1180px){.offers-list--item .offers-card_info{width:90%;position:initial;transform:translateY(-24px);padding:24px;margin:0 auto;height:auto}}@media screen and (min-width: 1181px) and (max-width: 1366px){.offers-list--item .offers-card_info{padding:24px 0}}@media screen and (min-width: 1440px) and (max-width: 1536px){.offers-list--item .offers-card_info{width:calc(35% + 30px);height:auto;padding:35px 0}}.offers-list--item .offers-card_info-title .noto{font-size:32px;line-height:48px;letter-spacing:1.92px;text-transform:uppercase}@media screen and (max-width: 768px){.offers-list--item .offers-card_info-title .noto{font-size:20px;line-height:30px;letter-spacing:1.2px}}@media screen and (min-width: 1440px) and (max-width: 1536px){.offers-list--item .offers-card_info-title .noto{font-size:28px;line-height:44px}}.offers-list--item .offers-card_info-body{width:calc(100% - 100px)}@media screen and (max-width: 768px){.offers-list--item .offers-card_info-body{width:100%}}@media screen and (min-width: 1440px) and (max-width: 1536px){.offers-list--item .offers-card_info-body{width:100%;padding:0 30px;text-align:center}}.offers-list--item .offers-card_info-body .nunito-sans{font-size:20px;line-height:29.2px}@media screen and (max-width: 768px){.offers-list--item .offers-card_info-body .nunito-sans{font-size:16px;line-height:23px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.offers-list--item .offers-card_info-body .nunito-sans{font-size:16px;line-height:normal}}@media screen and (min-width: 1440px) and (max-width: 1536px){.offers-list--item .offers-card_info-body .nunito-sans{font-size:16px;line-height:25.2px}}.offers-list--item .offers-card_info .button{margin-top:24px}.offers-list--item:nth-child(2n) .offers-card{flex-direction:row-reverse}@media screen and (max-width: 1180px){.offers-list--item:nth-child(2n) .offers-card{height:auto;flex-direction:column}}.offers-list--item:nth-child(2n) .offers-card_info{left:0}@media screen and (max-width: 768px){.offers-promo{padding-bottom:44px}}@media screen and (max-width: 768px){.offers-promo .page-title{margin-bottom:32px!important}}.offers-promo_hotel{padding-top:0!important}.offers-promo_hotel-list .promo_hotel-card{padding:81px 0}@media screen and (max-width: 768px){.offers-promo_hotel-list .promo_hotel-card{padding:44px 0 20px}}.offers-promo_hotel-list .promo_hotel-card.odd .promo_hotel-card--wrapper{justify-content:flex-end}@media screen and (max-width: 1180px){.offers-promo_hotel-list .promo_hotel-card.odd .promo_hotel-card--wrapper{justify-content:flex-start}}.offers-promo_hotel-list .promo_hotel-card.odd .promo_hotel-card--image{left:0}.offers-promo_hotel-list .promo_hotel-card.odd .promo_hotel-card--info,.offers-promo_hotel-list .promo_hotel-card.even{background-color:#f6f2ee}@media screen and (max-width: 1180px){.offers-promo_hotel-list .promo_hotel-card.even{background-color:#fff}}.offers-promo_hotel-list .promo_hotel-card.even .promo_hotel-card--wrapper{justify-content:flex-start}.offers-promo_hotel-list .promo_hotel-card.even .promo_hotel-card--image{right:0}.offers-promo_hotel-list .promo_hotel-card.even .promo_hotel-card--info{background-color:#fff}@media screen and (max-width: 768px){.offers-promo_hotel-list .promo_hotel-card.even .promo_hotel-card--info{background-color:#f6f2ee}}.offers-promo_hotel-list .promo_hotel-card--wrapper{position:relative;display:flex;height:650px}@media screen and (max-width: 1180px){.offers-promo_hotel-list .promo_hotel-card--wrapper{flex-direction:column;height:auto}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-promo_hotel-list .promo_hotel-card--wrapper{height:470px}}.offers-promo_hotel-list .promo_hotel-card--image{position:absolute;width:960px;height:calc(100% - 100px);display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%)}@media screen and (max-width: 1180px){.offers-promo_hotel-list .promo_hotel-card--image{position:initial;width:100%;transform:none}}@media screen and (max-width: 768px){.offers-promo_hotel-list .promo_hotel-card--image{height:192px}}@media screen and (min-width: 769px) and (max-width: 1180px){.offers-promo_hotel-list .promo_hotel-card--image{height:500px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-promo_hotel-list .promo_hotel-card--image{width:55%}}@media screen and (min-width: 1281px) and (max-width: 1536px){.offers-promo_hotel-list .promo_hotel-card--image{width:50%}}.offers-promo_hotel-list .promo_hotel-card--image img{width:100%;height:100%;object-fit:cover}.offers-promo_hotel-list .promo_hotel-card--info{width:calc(100% - 930px);height:100%;display:flex;flex-direction:column;gap:32px;padding:58px 45px;justify-content:center;align-items:center}@media screen and (max-width: 1180px){.offers-promo_hotel-list .promo_hotel-card--info{width:90%;padding:24px;gap:24px;transform:translateY(-24px);margin:0 auto;align-items:flex-start}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-promo_hotel-list .promo_hotel-card--info{width:50%;align-items:flex-start;padding:58px 7%}}@media screen and (max-width: 768px){.offers-promo_hotel-list .promo_hotel-card--info_title{text-align:start}}.offers-promo_hotel-list .promo_hotel-card--info_body{width:540px}@media screen and (max-width: 768px){.offers-promo_hotel-list .promo_hotel-card--info_body{width:100%}}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-promo_hotel-list .promo_hotel-card--info_body{width:100%}}.offers-promo_hotel-list .promo_hotel-card--info_body ul{list-style:disc;padding-left:20px}.offers-promo_hotel-list .promo_hotel-card--info .noto{font-size:48px;text-transform:uppercase;line-height:52.8px}@media screen and (max-width: 768px){.offers-promo_hotel-list .promo_hotel-card--info .noto{font-size:20px;line-height:22px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.offers-promo_hotel-list .promo_hotel-card--info .noto{font-size:36px;line-height:normal}}.offers-promo_hotel-list .promo_hotel-card--info .nunito-sans{font-size:18px;line-height:27.2px}@media screen and (max-width: 768px){.offers-promo_hotel-list .promo_hotel-card--info .nunito-sans{font-size:16px;line-height:20.8px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.offers-promo_hotel-list .promo_hotel-card--info .nunito-sans{font-size:16px;line-height:normal}}.offers-promo_hotel-list .promo_hotel-card--info .nunito-sans strong{font-weight:600}.offers-promo_hotel-list .promo_hotel-card--info .button{margin:0 auto}@media screen and (max-width: 768px){.offers-promo_hotel-list .promo_hotel-card--info .button{margin:0}}.offers-promo_medical .line-title{padding-bottom:96px;padding-top:15px}@media screen and (max-width: 768px){.offers-promo_medical .line-title{padding:36px 0 0}}@media screen and (max-width: 768px){.offers-promo-single{background:#f6f2ee}}.offers-promo-single-header--wrapper{justify-content:flex-start}.offers-promo-single-header--wrapper .title-subtitle{left:unset!important;right:0}.offers-promo-single-header--wrapper .nunito-sans{display:flex;flex-direction:column;gap:32px}.offers-promo-single-services{background:#f6f2ee}.offers-promo-single-services .line-title{padding:96px 0}@media screen and (max-width: 768px){.offers-promo-single-services .line-title{padding:0 0 32px}}.offers-promo-single-services--wrapper{display:flex;gap:193px;padding-bottom:96px}@media screen and (max-width: 768px){.offers-promo-single-services--wrapper{flex-direction:column;gap:32px;padding-bottom:36px}}.offers-promo-single-services--wrapper .block{width:33.3333333333%;display:flex;flex-direction:column;gap:24px;font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}@media screen and (max-width: 768px){.offers-promo-single-services--wrapper .block{width:100%}}.offers-promo-single-services--wrapper .block .nunito-sans,.offers-promo-single-services--wrapper .block p{font-size:20px;line-height:24px}.offers-promo-single-services--wrapper .block ul,.offers-promo-single-services--wrapper .block .list{display:flex;flex-direction:column;gap:12px;list-style:disc;padding-left:20px}.offers-promo-single-pay-terms{background-color:#fff}@media screen and (max-width: 768px){.offers-promo-single-pay-terms{padding-top:56px!important}}.offers-promo-single-pay-terms .line-title{padding-bottom:68px}@media screen and (max-width: 768px){.offers-promo-single-pay-terms .line-title{padding-bottom:32px}}.offers-promo-single-pay-terms--wrapper{padding-bottom:96px}@media screen and (max-width: 768px){.offers-promo-single-pay-terms--wrapper{padding-bottom:0}}.offers-promo-single-pay-terms--wrapper .list,.offers-promo-single-pay-terms--wrapper ul{list-style:disc;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.offers-promo-single-pay-terms--wrapper .list,.offers-promo-single-pay-terms--wrapper ul{padding-left:20px}}.offers-promo-single-pay-terms--wrapper .list .nunito-sans,.offers-promo-single-pay-terms--wrapper .list li,.offers-promo-single-pay-terms--wrapper ul .nunito-sans,.offers-promo-single-pay-terms--wrapper ul li{font-size:20px;line-height:24px;font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}.offers-promo-single-reservation{background:#fff}@media screen and (max-width: 768px){.offers-promo-single-reservation{padding-top:56px!important;padding-bottom:24px}}@media screen and (max-width: 768px){.offers-promo-single-reservation .container{width:100%}}.offers-promo-single-reservation .line-title{padding-bottom:68px}@media screen and (max-width: 768px){.offers-promo-single-reservation .line-title{padding-bottom:32px}}.offers-promo-single-reservation--wrapper .reservation-card{height:540px;display:flex;justify-content:flex-end;position:relative}@media screen and (max-width: 768px){.offers-promo-single-reservation--wrapper .reservation-card{flex-direction:column-reverse;height:auto}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-promo-single-reservation--wrapper .reservation-card{height:400px}}.offers-promo-single-reservation--wrapper .reservation-card--info{width:calc(100% - 930px);height:320px;background-color:#f6f2ee;display:flex;align-items:center;position:absolute;z-index:2;left:0;top:50%;transform:translateY(-50%);padding:40px;gap:20px}@media screen and (max-width: 768px){.offers-promo-single-reservation--wrapper .reservation-card--info{width:100%;height:auto;position:initial;transform:none;padding:24px;align-items:flex-end}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-promo-single-reservation--wrapper .reservation-card--info{height:auto;width:50%}}.offers-promo-single-reservation--wrapper .reservation-card--info .icon{height:102px;width:auto;display:flex;align-items:center;justify-content:center;padding-right:44px;border-right:1px solid #7C5A41}@media screen and (max-width: 768px){.offers-promo-single-reservation--wrapper .reservation-card--info .icon{height:50px;padding-right:0;margin-bottom:15px;border:none}}.offers-promo-single-reservation--wrapper .reservation-card--info .icon svg{height:100%;width:auto}.offers-promo-single-reservation--wrapper .reservation-card--info .info{display:flex;flex-direction:column;gap:14px}.offers-promo-single-reservation--wrapper .reservation-card--info .info .nunito-sans-700{font-size:20px;line-height:29.2px}@media screen and (max-width: 768px){.offers-promo-single-reservation--wrapper .reservation-card--info .info .nunito-sans-700{font-size:18px;line-height:26px;padding-left:15px}}@media screen and (max-width: 768px){.offers-promo-single-reservation--wrapper .reservation-card--info .info .info-list{border-left:2px solid #7C5A41;padding-left:15px}}.offers-promo-single-reservation--wrapper .reservation-card--info .info .info-list--item{font-size:20px;line-height:30px}@media screen and (max-width: 768px){.offers-promo-single-reservation--wrapper .reservation-card--info .info .info-list--item{font-size:16px;line-height:24px}}.offers-promo-single-reservation--wrapper .reservation-card--image{width:960px;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.offers-promo-single-reservation--wrapper .reservation-card--image{width:100%;height:210px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-promo-single-reservation--wrapper .reservation-card--image{width:55%}}.offers-promo-single-reservation--wrapper .reservation-card--image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 768px){.offers-voucher{background:#f6f2ee}}.offers-voucher-steps{background-color:#f6f2ee;padding-bottom:96px}@media screen and (max-width: 768px){.offers-voucher-steps{padding-bottom:46px}}.offers-voucher-steps--wrapper{padding-top:96px}@media screen and (max-width: 768px){.offers-voucher-steps--wrapper{padding-top:44px}}.offers-voucher-steps--wrapper .list{display:flex;align-items:flex-start;justify-content:center;gap:150px}@media screen and (max-width: 768px){.offers-voucher-steps--wrapper .list{flex-direction:column;gap:56px;align-items:center}}@media screen and (min-width: 769px) and (max-width: 1180px){.offers-voucher-steps--wrapper .list{gap:10px}}.offers-voucher-steps--wrapper .list-item{width:33.3333333333%;display:flex;flex-direction:column;gap:32px;align-items:center;justify-content:center}@media screen and (max-width: 768px){.offers-voucher-steps--wrapper .list-item{width:100%}}.offers-voucher-steps--wrapper .list-item .icon{width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#136062;text-align:center}@media screen and (max-width: 768px){.offers-voucher-steps--wrapper .list-item .icon{width:92px;height:92px}}@media screen and (min-width: 769px) and (max-width: 1180px){.offers-voucher-steps--wrapper .list-item .icon{width:100px;height:100px}}.offers-voucher-steps--wrapper .list-item .icon .noto{font-size:128px;text-transform:uppercase;color:#fff}@media screen and (max-width: 768px){.offers-voucher-steps--wrapper .list-item .icon .noto{font-size:64px}}@media screen and (min-width: 769px) and (max-width: 1180px){.offers-voucher-steps--wrapper .list-item .icon .noto{font-size:50px}}.offers-voucher-steps--wrapper .list-item .body{text-align:center}.offers-voucher-steps--wrapper .list-item .body .nunito-sans{font-size:24px;line-height:35.04px}@media screen and (max-width: 768px){.offers-voucher-steps--wrapper .list-item .body .nunito-sans{font-size:16px;line-height:23px}}@media screen and (min-width: 769px) and (max-width: 1180px){.offers-voucher-steps--wrapper .list-item .body .nunito-sans{font-size:20px;line-height:normal}}.offers-voucher-purchase{background-color:#fff}@media screen and (max-width: 1180px){.offers-voucher-purchase .container{width:100%}}.offers-voucher-purchase--wrapper{padding-top:96px;padding-bottom:62px}@media screen and (max-width: 1180px){.offers-voucher-purchase--wrapper{padding-top:59px}}.offers-voucher-purchase--wrapper .voucher{display:flex;position:relative;justify-content:flex-end;min-height:645px}@media screen and (max-width: 1180px){.offers-voucher-purchase--wrapper .voucher{flex-direction:column;height:auto;gap:20px}}.offers-voucher-purchase--wrapper .voucher-image{position:absolute;left:0;top:50%;transform:translateY(-50%);width:60%;height:485px}@media screen and (max-width: 1180px){.offers-voucher-purchase--wrapper .voucher-image{position:initial;transform:none;margin:0 auto}}@media screen and (max-width: 768px){.offers-voucher-purchase--wrapper .voucher-image{width:90%;height:170px}}@media screen and (min-width: 769px) and (max-width: 1180px){.offers-voucher-purchase--wrapper .voucher-image{position:initial;width:auto;height:300px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-voucher-purchase--wrapper .voucher-image{width:55%;height:315px}}.offers-voucher-purchase--wrapper .voucher-image img{width:100%;height:100%;object-fit:cover}.offers-voucher-purchase--wrapper .voucher-form{width:755px;height:100%;background-color:#f6f2ee;display:flex;padding:55px 20px 55px 0;justify-content:flex-end;align-items:center}@media screen and (max-width: 1180px){.offers-voucher-purchase--wrapper .voucher-form{width:100%;padding:32px 16px;justify-content:flex-start}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-voucher-purchase--wrapper .voucher-form{width:50%;padding:55px 24px 55px 7px}}.offers-voucher-purchase--wrapper .voucher-form .purchase-form{width:546px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1180px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form{width:100%}}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form{width:100%}}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row{display:flex;gap:8px;align-items:flex-end;padding-top:10px;flex-wrap:wrap}@media screen and (max-width: 768px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row{align-items:flex-start;gap:32px;width:100%}}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row{justify-content:flex-end}}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row{padding-left:108px}@media screen and (max-width: 768px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row{padding-left:0}}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row{justify-content:flex-start}}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row label{width:100%;text-align:start}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row label.checkbox-btn{gap:10px}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row label.nunito-sans{font-size:16px;line-height:20px;width:calc(100% - 30px)}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row label a{color:#593932;text-decoration:underline}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row label .checkmark{border-color:#593932}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row .checkbox-btn input:checked~.checkmark{background-color:#593932}@media screen and (max-width: 768px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row .button{margin:0 auto}}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row.checkbox-row .alert{padding-left:0!important}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row label{width:100px;text-align:end;font-size:18px;line-height:25px}@media screen and (max-width: 768px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row label{font-size:14px;line-height:24px;width:50px}}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row .select2{width:calc(100% - 150px)!important}@media screen and (max-width: 1180px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row .select2{width:calc(100% - 110px)!important}}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row .select2{width:calc(100% - 140px)!important}}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row input,.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row select{width:calc(100% - 150px);font-size:16px;line-height:25px;border-bottom:1px solid #136062}@media screen and (max-width: 1180px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row input,.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row select{width:calc(100% - 110px)}}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row input,.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row select{width:calc(100% - 140px)}}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row ::placeholder{color:#593932!important;opacity:.55!important}.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row .alert{width:100%;padding-left:110px}@media screen and (max-width: 1180px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row .alert{padding-left:80px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-voucher-purchase--wrapper .voucher-form .purchase-form--row .alert{padding-left:140px}}.offers-voucher-terms{background-color:#fff}@media screen and (max-width: 1180px){.offers-voucher-terms{padding-top:0!important}}.offers-voucher-terms--wrapper{display:flex;padding:96px 0;justify-content:flex-end}@media screen and (max-width: 1180px){.offers-voucher-terms--wrapper{width:90%;padding:44px 0}}.offers-voucher-terms--wrapper .terms{display:flex;width:calc(100% - 160px);justify-content:space-between;align-items:flex-start}@media screen and (max-width: 1180px){.offers-voucher-terms--wrapper .terms{width:100%}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-voucher-terms--wrapper .terms{width:calc(95% - 20px)}}.offers-voucher-terms--wrapper .terms-content{max-width:65%}@media screen and (max-width: 1180px){.offers-voucher-terms--wrapper .terms-content{width:100%;max-width:100%}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-voucher-terms--wrapper .terms-content{max-width:50%}}.offers-voucher-terms--wrapper .terms-content .nunito-sans{font-size:20px;line-height:20px}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-voucher-terms--wrapper .terms-content .nunito-sans{font-size:18px;line-height:18px}}.offers-voucher-terms--wrapper .terms-content .nunito-sans ul{list-style:disc;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1180px){.offers-voucher-terms--wrapper .terms-content .nunito-sans ul{padding-left:25px}}.offers-voucher-terms--wrapper .terms-image{height:626px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1180px){.offers-voucher-terms--wrapper .terms-image{display:none}}@media screen and (min-width: 1181px) and (max-width: 1536px){.offers-voucher-terms--wrapper .terms-image{height:450px}}.offers-voucher-terms--wrapper .terms-image img{height:100%;width:100%;object-fit:cover}.offers-loyalclub-howitworks,.offers-loyalclub-terms{padding-bottom:96px}@media screen and (max-width: 768px){.offers-loyalclub-howitworks,.offers-loyalclub-terms{padding-bottom:32px}}.offers-loyalclub-howitworks--wrapper,.offers-loyalclub-terms--wrapper{padding-top:96px}@media screen and (max-width: 768px){.offers-loyalclub-howitworks--wrapper,.offers-loyalclub-terms--wrapper{padding-top:32px}}.offers-loyalclub-howitworks--wrapper ul,.offers-loyalclub-terms--wrapper ul{display:flex;flex-direction:column;gap:24px;list-style:disc;padding-left:20px;width:80%}.offers-loyalclub-howitworks--wrapper ul li,.offers-loyalclub-terms--wrapper ul li{font-size:20px;line-height:24px;font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}@media screen and (min-width: 1181px) and (max-width: 1280px){.offers-loyalclub-howitworks--wrapper ul li,.offers-loyalclub-terms--wrapper ul li{font-size:18px;line-height:22px}}.offers-loyalclub-howitworks{background-color:#f6f2ee}.offers-loyalclub-levels{background-color:#fff}.offers-loyalclub-levels--title .noto{letter-spacing:23.04px;color:#4a5c5c}@media screen and (max-width: 1180px){.offers-loyalclub-levels--title .noto{letter-spacing:normal}}.offers-loyalclub-levels--wrapper{padding-top:96px}.offers-loyalclub-levels--wrapper .levels-swiper{position:relative;height:auto}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-wrapper{transition-timing-function:linear}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide{width:100%;height:auto;display:flex;align-items:center;justify-content:center}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card{display:flex;flex-direction:column;width:100%}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--upper{display:flex;align-items:center;width:100%}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--upper .title{width:100%;display:flex;flex-direction:column;gap:24px;align-items:center;position:relative;z-index:3}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--upper .title .center{display:flex;width:100%;height:auto;justify-content:center;position:relative}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--upper .title .center .img{cursor:pointer;width:87px;height:87px;border-radius:50%;border:1px solid #593932;background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:.2s linear}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--upper .title .center .img img{width:80%;height:80%;border-radius:90%;opacity:.7;transition:.2s linear}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--upper .title .center:before{content:"";display:block;width:100%;height:1px;background-color:#593932;position:absolute;left:0;top:50%;transform:translateY(-50%)}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--upper .title .nunito-sans.title{font-size:20px;line-height:normal;letter-spacing:1.44px;text-transform:uppercase;transition:.2s linear}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--upper .title .nunito-sans.subtitle{font-size:18px;line-height:24px;letter-spacing:.36px;opacity:0;visibility:hidden;transition:.2s linear}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--bottom{padding-top:32px}@media screen and (min-width: 1281px){.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide .level-card--bottom{display:none}}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide-active .level-card--upper .center .img{transform:scale(1.3);transition:.2s linear}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide-active .level-card--upper .center .img img{opacity:1!important;transition:.2s linear!important}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide-active .level-card--upper .title .nunito-sans.title{transform:scale(1.5)}.offers-loyalclub-levels--wrapper .levels-swiper .swiper-slide-active .level-card--upper .title .nunito-sans.subtitle{opacity:1!important;visibility:visible!important;transition:.2s linear!important}.offers-loyalclub-levels--wrapper .levels-swiper-navigation_prev,.offers-loyalclub-levels--wrapper .levels-swiper-navigation_next{cursor:pointer;width:20px;height:20px;position:absolute;z-index:3;top:calc(50% + 1px);transform:translateY(-50%);transition:.2s linear}@media screen and (max-width: 1180px){.offers-loyalclub-levels--wrapper .levels-swiper-navigation_prev,.offers-loyalclub-levels--wrapper .levels-swiper-navigation_next{transform:none;top:0}}.offers-loyalclub-levels--wrapper .levels-swiper-navigation_prev svg,.offers-loyalclub-levels--wrapper .levels-swiper-navigation_next svg{width:100%;height:100%}.offers-loyalclub-levels--wrapper .levels-swiper-navigation_prev.swiper-button-disabled,.offers-loyalclub-levels--wrapper .levels-swiper-navigation_next.swiper-button-disabled{opacity:0;visibility:hidden}.offers-loyalclub-levels--wrapper .levels-swiper-navigation_next{right:0;margin-right:-5px}.offers-loyalclub-levels--wrapper .levels-swiper-navigation_prev{left:0;margin-left:-5px}.offers-loyalclub-levels--wrapper .levels-content{padding-top:92px;opacity:0;visibility:hidden;transition:.3s linear}.offers-loyalclub-levels--wrapper .levels-content.open-content{opacity:1;visibility:visible;transition:.3s linear}.offers-loyalclub-levels--wrapper .levels .content-wrapper{display:flex;flex-direction:column;gap:64px}.offers-loyalclub-levels--wrapper .levels .content-wrapper .title{width:fit-content;display:block;margin:0 auto}.offers-loyalclub-levels--wrapper .levels .content-wrapper .title .nunito-sans{font-size:32px;line-height:normal;letter-spacing:1.92px;text-transform:uppercase}@media screen and (max-width: 1280px){.offers-loyalclub-levels--wrapper .levels .content-wrapper .title .nunito-sans{font-size:26px;text-align:center}}.offers-loyalclub-levels--wrapper .levels .content-wrapper .list{display:flex;flex-wrap:wrap;gap:20px}@media screen and (min-width: 769px) and (max-width: 1280px){.offers-loyalclub-levels--wrapper .levels .content-wrapper .list{justify-content:space-between}}.offers-loyalclub-levels--wrapper .levels .content-wrapper .list-item{width:calc(25% - 15px);height:385px;background-color:#f6f2ee;display:flex;flex-direction:column;justify-content:space-between;padding:24px}@media screen and (max-width: 1280px){.offers-loyalclub-levels--wrapper .levels .content-wrapper .list-item{height:auto}}@media screen and (max-width: 768px){.offers-loyalclub-levels--wrapper .levels .content-wrapper .list-item{width:100%}}@media screen and (min-width: 769px) and (max-width: 1280px){.offers-loyalclub-levels--wrapper .levels .content-wrapper .list-item{width:calc(50% - 10px)}}.offers-loyalclub-levels--wrapper .levels .content-wrapper .list-item .nunito-sans{font-size:20px;line-height:32px;letter-spacing:.4px}@media screen and (max-width: 1180px){.offers-loyalclub-levels--wrapper .levels .content-wrapper .list-item .nunito-sans{font-size:18px;line-height:normal}}.offers-loyalclub-levels--wrapper .levels .content-wrapper .list-item .icon{width:100px;height:100px}.offers-loyalclub-levels--wrapper .levels .content-wrapper .list-item .icon img{width:100%;height:100%;object-fit:cover}.offers-loyalclub-terms{background-color:#fff}@media screen and (max-width: 768px){.kids-zone{background-color:#f6f2ee}}.kids-zone-header--wrapper{padding-bottom:96px}@media screen and (max-width: 768px){.kids-zone-header--wrapper{padding-bottom:8px}}.kids-zone-cards,.kids-zone-gallery,.kids-zone-news{background-color:#fff}.kids-zone-cards .cards-list{display:flex;gap:20px}@media screen and (max-width: 1180px){.kids-zone-cards .cards-list{flex-direction:column;gap:44px}}.kids-zone-cards .cards-list--item{width:520px;display:flex;flex-direction:column}@media screen and (max-width: 1180px){.kids-zone-cards .cards-list--item{width:100%}}@media screen and (min-width: 1181px) and (max-width: 1366px){.kids-zone-cards .cards-list--item{width:calc(33.3333333333% - 20px)}}.kids-zone-cards .cards-list--item .image,.kids-zone-cards .cards-list--item .content{width:100%;height:598px}@media screen and (max-width: 768px){.kids-zone-cards .cards-list--item .image,.kids-zone-cards .cards-list--item .content{height:347px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.kids-zone-cards .cards-list--item .image,.kids-zone-cards .cards-list--item .content{height:400px}}.kids-zone-cards .cards-list--item .image img{width:100%;height:100%;object-fit:cover}.kids-zone-cards .cards-list--item .content{background-color:#f6f2ee;display:flex;align-items:center;justify-content:center;padding:0 55px;flex-direction:column;gap:32px;text-align:center}@media screen and (max-width: 768px){.kids-zone-cards .cards-list--item .content{padding:24px;gap:24px;justify-content:flex-start}}@media screen and (min-width: 1181px) and (max-width: 1366px){.kids-zone-cards .cards-list--item .content{padding:24px;gap:16px}}.kids-zone-cards .cards-list--item .content-title .noto{font-size:48px;line-height:52.8px;text-transform:uppercase}@media screen and (max-width: 768px){.kids-zone-cards .cards-list--item .content-title .noto{font-size:20px;line-height:22px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.kids-zone-cards .cards-list--item .content-title .noto{font-size:22px;line-height:normal}}@media screen and (min-width: 1281px) and (max-width: 1366px){.kids-zone-cards .cards-list--item .content-title .noto{font-size:30px;line-height:normal}}.kids-zone-cards .cards-list--item .content-body .nunito-sans{font-size:20px;font-style:normal;font-weight:300;line-height:29.2px}@media screen and (max-width: 768px){.kids-zone-cards .cards-list--item .content-body .nunito-sans{font-size:16px;line-height:23px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.kids-zone-cards .cards-list--item .content-body .nunito-sans{font-size:16px;line-height:normal}}.kids-zone-cards .cards-list--item:nth-child(2n){flex-direction:column-reverse}@media screen and (max-width: 1180px){.kids-zone-cards .cards-list--item:nth-child(2n){flex-direction:column}}.gallery-filters--main{padding-bottom:24px}.gallery-filters--main .main-filters--item .oswald{padding:6px 24px;border:1px solid #593932}.gallery-filters--main .main-filters--item.active .oswald{border-color:#e0a425;background-color:#e0a425;color:#fff}.gallery-filters--sub{padding:72px 0 42px;background-color:#f6f2ee}.gallery-filters--sub .sub-filters--item.active .oswald{border-bottom:1px solid #593932}.gallery-filters .main-filters,.gallery-filters .sub-filters{display:flex;align-items:center;flex-wrap:wrap;gap:32px}.gallery-filters .main-filters .oswald,.gallery-filters .sub-filters .oswald{font-size:18px;line-height:26px;text-transform:uppercase}.gallery-container{background-color:#f6f2ee}.gallery-container--wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding-bottom:98px}@media screen and (max-width: 768px){.gallery-container--wrapper{flex-direction:column;gap:16px}}.gallery-container--wrapper .gallery-image{width:520px;height:345px}@media screen and (max-width: 768px){.gallery-container--wrapper .gallery-image{width:100%;height:auto}}.gallery-container--wrapper .gallery-image img{width:100%;height:100%;object-fit:cover}.gallery-container--wrapper .gallery-image.small-image{width:425px;height:280px}@media screen and (max-width: 768px){.gallery-container--wrapper .gallery-image.small-image{width:100%;height:auto}}.corp-events .page-title{margin-bottom:0!important}@media screen and (max-width: 768px){.corp-events .page-title{margin-bottom:32px!important}}@media screen and (max-width: 768px){.corp-events-halls{padding-top:12px!important}}.corp-events-halls .hall-card{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-end;position:relative;margin:96px 0}@media screen and (max-width: 1180px){.corp-events-halls .hall-card{margin:44px 0;flex-direction:column;justify-content:flex-start;height:auto}}@media screen and (min-width: 1181px) and (max-width: 1536px){.corp-events-halls .hall-card{height:auto}}.corp-events-halls .hall-card_swiper{width:60%;display:flex;gap:24px;position:absolute;height:555px;left:0;top:50%;transform:translateY(-50%);z-index:2}@media screen and (max-width: 1180px){.corp-events-halls .hall-card_swiper{position:initial;transform:none;width:100%}}@media screen and (max-width: 768px){.corp-events-halls .hall-card_swiper{height:171px}}@media screen and (min-width: 769px) and (max-width: 1180px){.corp-events-halls .hall-card_swiper{height:450px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.corp-events-halls .hall-card_swiper{width:50%;height:70%}}@media screen and (min-width: 1367px) and (max-width: 1536px){.corp-events-halls .hall-card_swiper{height:80%;width:50%}}.corp-events-halls .hall-card_info{width:676px;height:auto;min-height:650px;background:#f6f2ee;padding:54px 0;display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (max-width: 1180px){.corp-events-halls .hall-card_info{width:100%;padding:24px;min-height:auto}}@media screen and (min-width: 1181px) and (max-width: 1536px){.corp-events-halls .hall-card_info{width:55%}}.corp-events-halls .hall-card_info-body{width:calc(100% - 170px)}@media screen and (max-width: 1180px){.corp-events-halls .hall-card_info-body{width:100%}}.corp-events-halls .hall-card_info-body .nunito-sans{font-size:18px;line-height:27.2px}@media screen and (max-width: 768px){.corp-events-halls .hall-card_info-body .nunito-sans{font-size:16px;line-height:23px}}@media screen and (min-width: 1181px) and (max-width: 1280px){.corp-events-halls .hall-card_info-body .nunito-sans{font-size:16px;line-height:25.2px}}@media screen and (min-width: 1440px) and (max-width: 1536px){.corp-events-halls .hall-card_info-body .nunito-sans{font-size:16px;line-height:25.2px}}.corp-events-halls .hall-card_info-icons{width:calc(100% - 170px)}@media screen and (max-width: 1180px){.corp-events-halls .hall-card_info-icons{width:100%}}.corp-events-halls .hall-card_info-icons .icons-list{display:flex;column-gap:40px;row-gap:10px;flex-wrap:wrap}@media screen and (max-width: 1180px){.corp-events-halls .hall-card_info-icons .icons-list{gap:10px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.corp-events-halls .hall-card_info-icons .icons-list{gap:20px}}.corp-events-halls .hall-card_info-icons .icons-list--item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.corp-events-halls .hall-card_info-icons .icons-list--item .icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.corp-events-halls .hall-card_info-icons .icons-list--item .icon{width:30px;height:30px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.corp-events-halls .hall-card_info-icons .icons-list--item .icon{width:40px;height:40px}}.corp-events-halls .hall-card_info-icons .icons-list--item .icon img{width:auto;height:100%}.corp-events-halls .hall-card_info-icons .icons-list--item .nunito-sans{padding:10px;font-size:16px;text-transform:uppercase;line-height:27px}@media screen and (max-width: 768px){.corp-events-halls .hall-card_info-icons .icons-list--item .nunito-sans{font-size:14px;line-height:21px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.corp-events-halls .hall-card_info-icons .icons-list--item .nunito-sans{font-size:14px;padding:5px;line-height:normal}}.corp-events-halls:nth-child(odd) .hall-card{justify-content:flex-start}.corp-events-halls:nth-child(odd) .hall-card_swiper{right:0;left:unset}.corp-events-other-halls--wrapper{padding-left:170px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1536px){.corp-events-other-halls--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px;padding-bottom:26px}}.corp-events-other-halls .other-halls-swiper{width:100%;height:auto}.corp-events-other-halls .other-halls-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.corp-events-other-halls .other-halls-swiper-navigation{margin-right:5%;gap:15px}}.corp-events-other-halls .other-halls-swiper-navigation_prev,.corp-events-other-halls .other-halls-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.corp-events-other-halls .other-halls-swiper-navigation_prev,.corp-events-other-halls .other-halls-swiper-navigation_next{width:28px}}.corp-events-other-halls .other-halls-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.corp-events-other-halls .other-halls-swiper-navigation_fraction .swiper-pagination-current,.corp-events-other-halls .other-halls-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper-navigation_fraction .swiper-pagination-current,.corp-events-other-halls .other-halls-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.corp-events-other-halls .other-halls-swiper .swiper-slide{width:640px;height:auto}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .swiper-slide{width:293px}}.corp-events-other-halls .other-halls-swiper .hall-card{width:100%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card{gap:8px}}.corp-events-other-halls .other-halls-swiper .hall-card--image{width:100%;height:380px}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card--image{height:180px}}.corp-events-other-halls .other-halls-swiper .hall-card--image img{width:100%;height:100%;object-fit:cover}.corp-events-other-halls .other-halls-swiper .hall-card--info{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card--info{gap:8px}}.corp-events-other-halls .other-halls-swiper .hall-card--info .noto{font-size:32px;line-height:18px;letter-spacing:1.92px;text-transform:uppercase}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card--info .noto{font-size:18px;line-height:27px;letter-spacing:1.08px}}.corp-events-other-halls .other-halls-swiper .hall-card--info .nunito-sans{font-size:18px;line-height:26px}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card--info .nunito-sans{font-size:14px;line-height:16.8px}}.corp-events-other-halls .other-halls-swiper .hall-card--info .icons{display:flex;flex-wrap:wrap;gap:39px}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card--info .icons{gap:0}}.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item .icon{width:auto;height:64px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item .icon{height:36px;width:auto}}@media screen and (min-width: 1181px) and (max-width: 1366px){.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item .icon{height:30px}}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item .icon svg{height:100%;width:auto}}.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item .icon img{width:auto;height:100%}.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item .nunito-sans{padding:10px;font-size:18px;line-height:27px;text-transform:uppercase}@media screen and (max-width: 768px){.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item .nunito-sans{font-size:14px;line-height:21px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.corp-events-other-halls .other-halls-swiper .hall-card--info .icons-item .nunito-sans{font-size:14px;padding:5px;line-height:normal}}.corp-events-events--wrapper{padding:56px 0 0 30px}@media screen and (max-width: 768px){.corp-events-events--wrapper{padding:44px 0 0 30px}}.corp-events-events--wrapper ul{list-style:disc;columns:405px 3;-webkit-columns:405px 3;-moz-columns:405px 3}.corp-events-events--wrapper ul li{margin:12px 0;font-size:20px;line-height:36px;font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}.corp-events-amenities--wrapper{padding-top:96px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1180px){.corp-events-amenities--wrapper{padding-top:44px}}.corp-events-amenities--wrapper .list{display:flex;flex-wrap:wrap;gap:128px;width:calc(100% - 118px)}@media screen and (max-width: 768px){.corp-events-amenities--wrapper .list{width:100%;row-gap:14px;column-gap:60px;justify-content:flex-start}}@media screen and (min-width: 769px) and (max-width: 1180px){.corp-events-amenities--wrapper .list{width:100%;gap:50px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.corp-events-amenities--wrapper .list{gap:56px;width:100%}}.corp-events-amenities--wrapper .list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;width:185px}@media screen and (max-width: 768px){.corp-events-amenities--wrapper .list-item{width:140px}}.corp-events-amenities--wrapper .list-item .icon{width:100px;height:100px}@media screen and (max-width: 768px){.corp-events-amenities--wrapper .list-item .icon{width:64px;height:64px}}@media screen and (min-width: 769px) and (max-width: 1180px){.corp-events-amenities--wrapper .list-item .icon{width:84px;height:84px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.corp-events-amenities--wrapper .list-item .icon{width:50px;height:50px}}.corp-events-amenities--wrapper .list-item .icon img{width:100%;height:100%;object-fit:cover}.corp-events-amenities--wrapper .list-item .nunito-sans{padding:10px;font-size:18px;line-height:27px;text-transform:uppercase;color:#000}@media screen and (max-width: 768px){.corp-events-amenities--wrapper .list-item .nunito-sans{font-size:14px;line-height:21px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.corp-events-amenities--wrapper .list-item .nunito-sans{font-size:16px;line-height:25px}}.corp-events-services--wrapper{padding-left:170px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1536px){.corp-events-services--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px}}.corp-events-services .main-swiper{width:100%;height:auto}.corp-events-services .main-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.corp-events-services .main-swiper-navigation{margin-right:5%;gap:15px}}.corp-events-services .main-swiper-navigation_prev,.corp-events-services .main-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.corp-events-services .main-swiper-navigation_prev,.corp-events-services .main-swiper-navigation_next{width:28px}}.corp-events-services .main-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.corp-events-services .main-swiper-navigation_fraction .swiper-pagination-current,.corp-events-services .main-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.corp-events-services .main-swiper-navigation_fraction .swiper-pagination-current,.corp-events-services .main-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.corp-events-services .main-swiper .swiper-slide{height:576px}@media screen and (max-width: 1180px){.corp-events-services .main-swiper .swiper-slide{height:100%;width:fit-content}}.corp-events-services .main-swiper .swiper-slide .service-card{height:100%;width:100%;position:relative;display:flex;justify-content:flex-end;transition:.2s linear}@media screen and (max-width: 768px){.corp-events-services .main-swiper .swiper-slide .service-card{flex-direction:column-reverse;justify-content:flex-start;width:293px}}@media screen and (min-width: 769px) and (max-width: 1180px){.corp-events-services .main-swiper .swiper-slide .service-card{flex-direction:column-reverse;justify-content:flex-start;width:500px}}.corp-events-services .main-swiper .swiper-slide .service-card--info{width:40%;position:absolute;height:calc(100% - 62px);top:50%;left:0;transform:translateY(-50%);padding:48px;background-color:#f6f2ee;display:flex;flex-direction:column;gap:32px;transition:.2s linear}@media screen and (max-width: 1180px){.corp-events-services .main-swiper .swiper-slide .service-card--info{width:100%;position:initial;transform:none;height:auto;padding:32px 24px}}.corp-events-services .main-swiper .swiper-slide .service-card--info_title .noto{font-size:32px;line-height:normal;text-transform:uppercase}@media screen and (max-width: 768px){.corp-events-services .main-swiper .swiper-slide .service-card--info_title .noto{font-size:20px}}.corp-events-services .main-swiper .swiper-slide .service-card--info_info .nunito-sans{font-size:20px;line-height:29px}@media screen and (max-width: 768px){.corp-events-services .main-swiper .swiper-slide .service-card--info_info .nunito-sans{font-size:14px;line-height:20px}}.corp-events-services .main-swiper .swiper-slide .service-card--image{width:70%;height:100%}@media screen and (max-width: 768px){.corp-events-services .main-swiper .swiper-slide .service-card--image{width:100%;height:195px}}@media screen and (min-width: 769px) and (max-width: 1180px){.corp-events-services .main-swiper .swiper-slide .service-card--image{width:100%;height:300px}}.corp-events-services .main-swiper .swiper-slide .service-card--image img{width:100%;height:100%;object-fit:cover}.corp-events-services .main-swiper .swiper-slide-next .service-card{justify-content:flex-start}.corp-events-services .main-swiper .swiper-slide-next .service-card--info{left:unset;right:0}.corp-events-reviews--wrapper{padding-left:120px;display:flex;flex-direction:column;gap:56px;width:95%}@media screen and (max-width: 1536px){.corp-events-reviews--wrapper{padding-left:5%;width:100%;gap:36px;padding-top:36px}}@media screen and (min-width: 1921px){.corp-events-reviews--wrapper{padding-left:170px;width:100%}}.corp-events-reviews .reviews-swiper{width:100%;height:auto}.corp-events-reviews .reviews-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.corp-events-reviews .reviews-swiper-navigation{margin-right:5%;gap:15px}}.corp-events-reviews .reviews-swiper-navigation_prev,.corp-events-reviews .reviews-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.corp-events-reviews .reviews-swiper-navigation_prev,.corp-events-reviews .reviews-swiper-navigation_next{width:28px}}.corp-events-reviews .reviews-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.corp-events-reviews .reviews-swiper-navigation_fraction .swiper-pagination-current,.corp-events-reviews .reviews-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.corp-events-reviews .reviews-swiper-navigation_fraction .swiper-pagination-current,.corp-events-reviews .reviews-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.corp-events-reviews .reviews-swiper .swiper-slide{width:543px;height:384px;border:1px solid #E5E5E5;background:#fff;padding:58px;box-shadow:0 20px 24px -4px #00000014,0 8px 8px -4px #00000008}@media screen and (max-width: 768px){.corp-events-reviews .reviews-swiper .swiper-slide{height:323px;padding:24px}}@media screen and (min-width: 769px) and (max-width: 1180px){.corp-events-reviews .reviews-swiper .swiper-slide{width:100%!important}}.corp-events-reviews .reviews-swiper .swiper-slide .review-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;gap:20px}.corp-events-reviews .reviews-swiper .swiper-slide .review-card--info{display:flex;flex-direction:column;gap:24px;height:100%}.corp-events-reviews .reviews-swiper .swiper-slide .review-card--info .title{font-size:24px;letter-spacing:1.44px;text-transform:uppercase;line-height:36px}@media screen and (max-width: 768px){.corp-events-reviews .reviews-swiper .swiper-slide .review-card--info .title{font-size:20px;line-height:30px;letter-spacing:1.2px}}.corp-events-reviews .reviews-swiper .swiper-slide .review-card--info .body{font-size:20px;line-height:30px;width:85%;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.corp-events-reviews .reviews-swiper .swiper-slide .review-card--info .body{font-size:16px;line-height:24px}}.corp-events-reviews .reviews-swiper .swiper-slide .review-card--person{display:flex;gap:18px;align-items:center}.corp-events-reviews .reviews-swiper .swiper-slide .review-card--person_img{width:60px;height:60px;border-radius:50%;overflow:hidden}.corp-events-reviews .reviews-swiper .swiper-slide .review-card--person_img img{width:100%;height:100%}.weddings .page-title{margin-bottom:0!important}@media screen and (max-width: 768px){.weddings .page-title{margin-bottom:32px!important}}@media screen and (max-width: 768px){.weddings-halls{padding-top:12px!important}}.weddings-halls .hall-card{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-end;position:relative;margin:96px 0}@media screen and (max-width: 1180px){.weddings-halls .hall-card{margin:44px 0;flex-direction:column;justify-content:flex-start;height:auto}}@media screen and (min-width: 1181px) and (max-width: 1536px){.weddings-halls .hall-card{height:auto}}.weddings-halls .hall-card_swiper{width:60%;display:flex;gap:24px;position:absolute;height:555px;left:0;top:50%;transform:translateY(-50%);z-index:2}@media screen and (max-width: 1180px){.weddings-halls .hall-card_swiper{position:initial;transform:none;width:100%}}@media screen and (max-width: 768px){.weddings-halls .hall-card_swiper{height:171px}}@media screen and (min-width: 769px) and (max-width: 1180px){.weddings-halls .hall-card_swiper{height:450px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.weddings-halls .hall-card_swiper{width:50%;height:70%}}@media screen and (min-width: 1440px) and (max-width: 1536px){.weddings-halls .hall-card_swiper{width:50%;height:80%}}.weddings-halls .hall-card_info{width:676px;height:auto;min-height:650px;background:#f6f2ee;padding:54px 0;display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (max-width: 1180px){.weddings-halls .hall-card_info{width:100%;padding:24px;min-height:auto}}@media screen and (min-width: 1181px) and (max-width: 1536px){.weddings-halls .hall-card_info{width:55%}}.weddings-halls .hall-card_info-body{width:calc(100% - 170px)}@media screen and (max-width: 1180px){.weddings-halls .hall-card_info-body{width:100%}}.weddings-halls .hall-card_info-body .nunito-sans{font-size:18px;line-height:27.2px}@media screen and (max-width: 768px){.weddings-halls .hall-card_info-body .nunito-sans{font-size:16px;line-height:23px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.weddings-halls .hall-card_info-body .nunito-sans{font-size:16px;line-height:25.2px}}@media screen and (min-width: 1440px) and (max-width: 1536px){.weddings-halls .hall-card_info-body .nunito-sans{font-size:16px;line-height:25.2px}}.weddings-halls .hall-card_info-icons{width:calc(100% - 170px)}@media screen and (max-width: 1180px){.weddings-halls .hall-card_info-icons{width:100%}}.weddings-halls .hall-card_info-icons .icons-list{display:flex;column-gap:40px;row-gap:10px;flex-wrap:wrap}@media screen and (max-width: 1180px){.weddings-halls .hall-card_info-icons .icons-list{gap:10px}}.weddings-halls .hall-card_info-icons .icons-list--item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.weddings-halls .hall-card_info-icons .icons-list--item .icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.weddings-halls .hall-card_info-icons .icons-list--item .icon{width:30px;height:30px}}@media screen and (min-width: 1181px) and (max-width: 1440px){.weddings-halls .hall-card_info-icons .icons-list--item .icon{width:40px;height:40px}}.weddings-halls .hall-card_info-icons .icons-list--item .icon img{width:auto;height:100%}.weddings-halls .hall-card_info-icons .icons-list--item .nunito-sans{padding:10px;font-size:16px;text-transform:uppercase;line-height:27px}@media screen and (max-width: 768px){.weddings-halls .hall-card_info-icons .icons-list--item .nunito-sans{font-size:14px;line-height:21px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.weddings-halls .hall-card_info-icons .icons-list--item .nunito-sans{font-size:14px;padding:5px;line-height:normal}}.weddings-halls:nth-child(odd) .hall-card{justify-content:flex-start}.weddings-halls:nth-child(odd) .hall-card_swiper{right:0;left:unset}.weddings-amenities--wrapper{padding-top:96px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1180px){.weddings-amenities--wrapper{padding-top:44px}}.weddings-amenities--wrapper .list{display:flex;flex-wrap:wrap;gap:128px;width:calc(100% - 118px)}@media screen and (max-width: 768px){.weddings-amenities--wrapper .list{width:100%;row-gap:14px;column-gap:60px;justify-content:center}}@media screen and (min-width: 769px) and (max-width: 1180px){.weddings-amenities--wrapper .list{width:100%;gap:50px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.weddings-amenities--wrapper .list{gap:56px;width:100%}}.weddings-amenities--wrapper .list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;width:185px}@media screen and (max-width: 768px){.weddings-amenities--wrapper .list-item{width:138px}}.weddings-amenities--wrapper .list-item .icon{width:100px;height:100px}@media screen and (max-width: 768px){.weddings-amenities--wrapper .list-item .icon{width:64px;height:64px}}@media screen and (min-width: 769px) and (max-width: 1180px){.weddings-amenities--wrapper .list-item .icon{width:84px;height:84px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.weddings-amenities--wrapper .list-item .icon{width:50px;height:50px}}.weddings-amenities--wrapper .list-item .icon img{width:100%;height:100%;object-fit:cover}.weddings-amenities--wrapper .list-item .nunito-sans{padding:10px;font-size:18px;line-height:27px;text-transform:uppercase;color:#000}@media screen and (max-width: 768px){.weddings-amenities--wrapper .list-item .nunito-sans{font-size:14px;line-height:21px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.weddings-amenities--wrapper .list-item .nunito-sans{font-size:16px;line-height:25px}}.weddings-services--wrapper{padding-left:170px;display:flex;flex-direction:column;gap:56px}@media screen and (max-width: 1536px){.weddings-services--wrapper{padding-left:5%;width:100%;gap:32px;margin-top:32px}}.weddings-services .main-swiper{width:100%;height:auto}.weddings-services .main-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.weddings-services .main-swiper-navigation{margin-right:5%;gap:15px}}.weddings-services .main-swiper-navigation_prev,.weddings-services .main-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.weddings-services .main-swiper-navigation_prev,.weddings-services .main-swiper-navigation_next{width:28px}}.weddings-services .main-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.weddings-services .main-swiper-navigation_fraction .swiper-pagination-current,.weddings-services .main-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.weddings-services .main-swiper-navigation_fraction .swiper-pagination-current,.weddings-services .main-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.weddings-services .main-swiper .swiper-slide{height:576px}@media screen and (max-width: 1180px){.weddings-services .main-swiper .swiper-slide{height:100%;width:fit-content}}.weddings-services .main-swiper .swiper-slide .service-card{height:100%;width:100%;position:relative;display:flex;justify-content:flex-end;transition:.2s linear}@media screen and (max-width: 768px){.weddings-services .main-swiper .swiper-slide .service-card{flex-direction:column-reverse;justify-content:flex-start;width:293px}}@media screen and (min-width: 769px) and (max-width: 1180px){.weddings-services .main-swiper .swiper-slide .service-card{flex-direction:column-reverse;justify-content:flex-start;width:500px}}.weddings-services .main-swiper .swiper-slide .service-card--info{width:40%;position:absolute;height:calc(100% - 62px);top:50%;left:0;transform:translateY(-50%);padding:48px;background-color:#f6f2ee;display:flex;flex-direction:column;gap:32px;transition:.2s linear}@media screen and (max-width: 1180px){.weddings-services .main-swiper .swiper-slide .service-card--info{width:100%;position:initial;transform:none;height:auto;padding:32px 24px}}.weddings-services .main-swiper .swiper-slide .service-card--info_title .noto{font-size:32px;line-height:normal;text-transform:uppercase}@media screen and (max-width: 768px){.weddings-services .main-swiper .swiper-slide .service-card--info_title .noto{font-size:20px}}.weddings-services .main-swiper .swiper-slide .service-card--info_info .nunito-sans{font-size:20px;line-height:29px}@media screen and (max-width: 768px){.weddings-services .main-swiper .swiper-slide .service-card--info_info .nunito-sans{font-size:14px;line-height:20px}}.weddings-services .main-swiper .swiper-slide .service-card--image{width:70%;height:100%}@media screen and (max-width: 768px){.weddings-services .main-swiper .swiper-slide .service-card--image{width:100%;height:195px}}@media screen and (min-width: 769px) and (max-width: 1180px){.weddings-services .main-swiper .swiper-slide .service-card--image{width:100%;height:300px}}.weddings-services .main-swiper .swiper-slide .service-card--image img{width:100%;height:100%;object-fit:cover}.weddings-services .main-swiper .swiper-slide-next .service-card{justify-content:flex-start}.weddings-services .main-swiper .swiper-slide-next .service-card--info{right:0;left:unset}.weddings-reviews--wrapper{padding-left:120px;display:flex;flex-direction:column;gap:56px;width:95%}@media screen and (max-width: 1536px){.weddings-reviews--wrapper{padding-left:5%;width:100%;gap:36px;padding-top:36px}}@media screen and (min-width: 1921px){.weddings-reviews--wrapper{padding-left:170px;width:100%}}.weddings-reviews .reviews-swiper{width:100%;height:auto}.weddings-reviews .reviews-swiper-navigation{display:flex;align-items:center;gap:20px;width:fit-content;align-self:flex-end;margin-right:130px}@media screen and (max-width: 1180px){.weddings-reviews .reviews-swiper-navigation{margin-right:5%;gap:15px}}.weddings-reviews .reviews-swiper-navigation_prev,.weddings-reviews .reviews-swiper-navigation_next{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s linear}@media screen and (max-width: 1180px){.weddings-reviews .reviews-swiper-navigation_prev,.weddings-reviews .reviews-swiper-navigation_next{width:28px}}.weddings-reviews .reviews-swiper-navigation_fraction{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;color:#4a5c5c}.weddings-reviews .reviews-swiper-navigation_fraction .swiper-pagination-current,.weddings-reviews .reviews-swiper-navigation_fraction .swiper-pagination-total{font-size:22px}@media screen and (max-width: 768px){.weddings-reviews .reviews-swiper-navigation_fraction .swiper-pagination-current,.weddings-reviews .reviews-swiper-navigation_fraction .swiper-pagination-total{font-size:16px}}.weddings-reviews .reviews-swiper .swiper-slide{width:543px;height:384px;border:1px solid #E5E5E5;background:#fff;padding:58px;box-shadow:0 20px 24px -4px #00000014,0 8px 8px -4px #00000008}@media screen and (max-width: 768px){.weddings-reviews .reviews-swiper .swiper-slide{width:293px!important;height:323px;padding:24px}}@media screen and (min-width: 769px) and (max-width: 1180px){.weddings-reviews .reviews-swiper .swiper-slide{width:100%!important}}.weddings-reviews .reviews-swiper .swiper-slide .review-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;gap:20px}.weddings-reviews .reviews-swiper .swiper-slide .review-card--info{display:flex;flex-direction:column;gap:8px}.weddings-reviews .reviews-swiper .swiper-slide .review-card--info .title{font-size:24px;letter-spacing:1.44px;text-transform:uppercase;line-height:36px}@media screen and (max-width: 768px){.weddings-reviews .reviews-swiper .swiper-slide .review-card--info .title{font-size:20px;line-height:30px;letter-spacing:1.2px}}.weddings-reviews .reviews-swiper .swiper-slide .review-card--info .body{font-size:20px;line-height:30px;width:85%}@media screen and (max-width: 768px){.weddings-reviews .reviews-swiper .swiper-slide .review-card--info .body{font-size:16px;line-height:24px}}.weddings-reviews .reviews-swiper .swiper-slide .review-card--person{display:flex;gap:18px;align-items:center}.weddings-reviews .reviews-swiper .swiper-slide .review-card--person_img{width:60px;height:60px;border-radius:50%;overflow:hidden}.weddings-reviews .reviews-swiper .swiper-slide .review-card--person_img img{width:100%;height:100%}.blog-categories{padding-bottom:10px}.blog-categories .select2{width:214px!important}@media screen and (max-width: 768px){.blog-categories .select2{width:100%!important}}.blog-categories .select2.select2-container--open{background:#f6f2ee}.blog-categories .select2-selection{padding:6px 24px 6px 12px}.blog-categories .select2-selection--single{border:none!important}.blog-categories .select2-selection__rendered,.blog-categories .select2-selection__placeholder{font-family:Oswald,sans-serif!important;font-optical-sizing:auto!important;font-style:normal!important;font-size:18px!important;line-height:18px!important;text-transform:uppercase!important}.blog-categories .select2-selection__arrow{width:18px!important;height:18px!important;top:50%!important;transform:translateY(-50%)!important;left:unset!important;right:12px!important}.blog-categories .select2-selection__arrow:before{content:url(/img/select-arrow-2.svg);width:18px;height:18px;display:block;transition:.2s linear}.blog-categories .select2-selection__arrow b{display:none}.blog-list{padding-top:0!important}@media screen and (max-width: 768px){.blog-list .container{width:100%}}.blog-list--wrapper{padding-bottom:96px}.blog-list--wrapper .blog-card{display:flex;justify-content:center;height:440px;padding:24px 0;gap:64px;border:1px solid #593932;border-width:1px 0}@media screen and (max-width: 768px){.blog-list--wrapper .blog-card{width:100%;height:auto;flex-direction:column;gap:0;align-items:center;padding:36px 0 19.5px}}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-list--wrapper .blog-card{height:300px;justify-content:flex-start}}@media screen and (min-width: 1181px) and (max-width: 1440px){.blog-list--wrapper .blog-card{height:350px;justify-content:flex-start}}.blog-list--wrapper .blog-card_image{width:655px;height:100%}@media screen and (max-width: 768px){.blog-list--wrapper .blog-card_image{height:205px;width:90%}}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-list--wrapper .blog-card_image{width:40%}}@media screen and (min-width: 1181px) and (max-width: 1440px){.blog-list--wrapper .blog-card_image{width:45%}}.blog-list--wrapper .blog-card_image img{width:100%;height:100%;object-fit:cover}.blog-list--wrapper .blog-card_info{display:flex;flex-direction:column;gap:40px;width:calc(100% - 719px);padding-top:10px}@media screen and (max-width: 768px){.blog-list--wrapper .blog-card_info{width:90%;padding-top:0;transform:translateY(-16.5px);gap:12px}}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-list--wrapper .blog-card_info{gap:16px;width:50%}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-list--wrapper .blog-card_info{width:55%;gap:22px}}.blog-list--wrapper .blog-card_info-date{width:310px;background-color:#f6f2ee;padding:7px 13px;transform:translate(-105px)}@media screen and (max-width: 768px){.blog-list--wrapper .blog-card_info-date{width:90%;height:33px;padding:0 8px;display:flex;align-items:center;transform:none}}.blog-list--wrapper .blog-card_info-date .nunito-sans{font-size:20px;line-height:100%;text-transform:uppercase}@media screen and (max-width: 768px){.blog-list--wrapper .blog-card_info-date .nunito-sans{font-size:16px}}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-list--wrapper .blog-card_info-date .nunito-sans{font-size:16px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-list--wrapper .blog-card_info-date .nunito-sans{font-size:18px}}.blog-list--wrapper .blog-card_info .block{display:flex;flex-direction:column;gap:32px;width:80%}@media screen and (max-width: 768px){.blog-list--wrapper .blog-card_info .block{width:100%;gap:24px}}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-list--wrapper .blog-card_info .block{width:100%;gap:16px}}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-list--wrapper .blog-card_info-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.blog-list--wrapper .blog-card_info-title .noto{font-size:40px;line-height:120%;text-transform:uppercase}@media screen and (max-width: 768px){.blog-list--wrapper .blog-card_info-title .noto{font-size:20px}}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-list--wrapper .blog-card_info-title .noto{font-size:22px;line-height:normal}}@media screen and (min-width: 1181px) and (max-width: 1440px){.blog-list--wrapper .blog-card_info-title .noto{font-size:22px;line-height:normal}}@media screen and (min-width: 1441px) and (max-width: 1536px){.blog-list--wrapper .blog-card_info-title .noto{font-size:28px;line-height:normal}}.blog-list--wrapper .blog-card_info-body{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog-list--wrapper .blog-card_info-body .nunito-sans{font-size:20px;line-height:100%}@media screen and (max-width: 768px){.blog-list--wrapper .blog-card_info-body .nunito-sans{font-size:14px}}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-list--wrapper .blog-card_info-body .nunito-sans{font-size:16px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-list--wrapper .blog-card_info-body .nunito-sans{font-size:18px}}@media screen and (max-width: 768px){.blog-single .container{width:100%}}.blog-single .bg{position:absolute;top:0;left:0;width:100%;height:330px;background-color:#f6f2ee}@media screen and (max-width: 1180px){.blog-single .bg{display:none}}@media screen and (min-width: 1181px) and (max-width: 1366px){.blog-single .bg{height:230px}}.blog-single-wrapper{width:100%;display:flex;gap:158px;position:relative;padding:100px 0 58px}@media screen and (max-width: 1180px){.blog-single-wrapper{flex-direction:column;padding:67px 0 58px;gap:52px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-single-wrapper{gap:0;justify-content:space-between}}.blog-single-main{width:calc(100% - 688px)}@media screen and (max-width: 1180px){.blog-single-main{width:100%}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-single-main{width:70%}}.blog-single-main .main-blog{width:100%}@media screen and (max-width: 768px){.blog-single-main .main-blog{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}}.blog-single-main .main-blog--header{height:580px;position:relative;margin-bottom:180px}@media screen and (max-width: 768px){.blog-single-main .main-blog--header{height:auto;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:0}}@media screen and (min-width: 1181px) and (max-width: 1366px){.blog-single-main .main-blog--header{height:450px}}@media screen and (min-width: 1367px) and (max-width: 1536px){.blog-single-main .main-blog--header{height:550px}}.blog-single-main .main-blog--header-image{height:580px}@media screen and (max-width: 768px){.blog-single-main .main-blog--header-image{height:234px;width:100%}}@media screen and (min-width: 1181px) and (max-width: 1366px){.blog-single-main .main-blog--header-image{height:450px}}@media screen and (min-width: 1367px) and (max-width: 1536px){.blog-single-main .main-blog--header-image{height:550px}}.blog-single-main .main-blog--header-image img{width:100%;height:100%;object-fit:cover}.blog-single-main .main-blog--header-info{position:absolute;bottom:-130px;left:50%;transform:translate(-50%);padding:40px 57px;background-color:#f6f2ee;display:flex;flex-direction:column;max-width:600px;gap:30px}@media screen and (max-width: 768px){.blog-single-main .main-blog--header-info{position:initial;transform:translate(0) translateY(-24px);width:90%;padding:24px;gap:24px}}.blog-single-main .main-blog--header-info .block{display:flex;gap:32px}@media screen and (max-width: 768px){.blog-single-main .main-blog--header-info_title{width:80%}}.blog-single-main .main-blog--header-info_title .noto{font-size:40px;line-height:120%}@media screen and (max-width: 768px){.blog-single-main .main-blog--header-info_title .noto{font-size:20px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-single-main .main-blog--header-info_title .noto{font-size:36px}}.blog-single-main .main-blog--header-info_date,.blog-single-main .main-blog--header-info_category{font-size:18px;line-height:100%;text-transform:uppercase}@media screen and (max-width: 768px){.blog-single-main .main-blog--header-info_date,.blog-single-main .main-blog--header-info_category{font-size:16px}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-single-main .main-blog--header-info_date,.blog-single-main .main-blog--header-info_category{font-size:16px}}.blog-single-main .main-blog--header-info_date{border-right:2px solid #593932;padding-right:32px}.blog-single-main .main-blog--content{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.blog-single-main .main-blog--content{width:90%}}.blog-single-main .main-blog--content h2,.blog-single-main .main-blog--content strong{font-family:"Noto Serif Display",serif;font-optical-sizing:auto;font-style:normal;font-weight:400;font-size:32px;line-height:38.4px}@media screen and (max-width: 768px){.blog-single-main .main-blog--content h2,.blog-single-main .main-blog--content strong{font-size:20px;line-height:120%}}@media screen and (min-width: 1181px) and (max-width: 1366px){.blog-single-main .main-blog--content h2,.blog-single-main .main-blog--content strong{font-size:22px;line-height:120%}}.blog-single-main .main-blog--content p,.blog-single-main .main-blog--content div{font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:20px;line-height:120%}@media screen and (max-width: 768px){.blog-single-main .main-blog--content p,.blog-single-main .main-blog--content div{line-height:16px}}@media screen and (min-width: 1181px) and (max-width: 1366px){.blog-single-main .main-blog--content p,.blog-single-main .main-blog--content div{font-size:16px;line-height:normal}}.blog-single-main .main-blog .button.has-icon{margin-top:44px}@media screen and (max-width: 768px){.blog-single-main .main-blog .button.has-icon{align-self:flex-start;margin-left:5%}}.blog-single-main .main-blog .button.has-icon svg path{transition:.2s linear}.blog-single-main .main-blog .button.has-icon:hover .icon{transform:none}.blog-single-main .main-blog .button.has-icon:hover .icon svg path:nth-child(2),.blog-single-main .main-blog .button.has-icon:hover .icon svg path:last-child{transform:translateY(-1.5px);transition:.2s linear}.blog-single-other{width:520px}@media screen and (max-width: 1180px){.blog-single-other{width:100%;margin:0 auto}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-single-other{width:25%}}.blog-single-other--wrapper{display:flex;flex-direction:column;gap:40px}.blog-single-other--title{border-left:2px solid #593932;padding-left:32px}.blog-single-other--title .nunito-sans{font-size:18px;line-height:18px;text-transform:uppercase}.blog-single-other--list{display:flex;flex-direction:column;gap:58px}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-single-other--list{gap:20px;flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-single-other--list{gap:30px}}.blog-single-other--list .blog-other-card{width:100%;display:flex;flex-direction:column;border-bottom:1px solid #593932}@media screen and (min-width: 769px) and (max-width: 1180px){.blog-single-other--list .blog-other-card{width:calc(50% - 10px)}}.blog-single-other--list .blog-other-card--image{height:315px}@media screen and (max-width: 768px){.blog-single-other--list .blog-other-card--image{height:205px}}@media screen and (min-width: 769px) and (max-width: 1536px){.blog-single-other--list .blog-other-card--image{height:170px}}.blog-single-other--list .blog-other-card--image img{width:100%;height:100%;object-fit:cover}.blog-single-other--list .blog-other-card--body{padding:20px 0;display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 1181px) and (max-width: 1536px){.blog-single-other--list .blog-other-card--body{padding:15px 0;gap:15px}}.blog-single-other--list .blog-other-card--body_date .nunito-sans{font-size:20px;line-height:100%}@media screen and (max-width: 1536px){.blog-single-other--list .blog-other-card--body_date .nunito-sans{font-size:16px}}.blog-single-other--list .blog-other-card--body_title{width:80%}@media screen and (max-width: 1180px){.blog-single-other--list .blog-other-card--body_title{width:100%}}@media screen and (min-width: 769px) and (max-width: 1536px){.blog-single-other--list .blog-other-card--body_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.blog-single-other--list .blog-other-card--body_title .noto{font-size:32px;line-height:100%;text-transform:uppercase}@media screen and (max-width: 768px){.blog-single-other--list .blog-other-card--body_title .noto{font-size:18px}}@media screen and (min-width: 769px) and (max-width: 1536px){.blog-single-other--list .blog-other-card--body_title .noto{font-size:20px}}.contacts-map{height:750px}@media screen and (max-width: 1180px){.contacts-map{height:450px}}@media screen and (max-width: 1180px){.contacts-info{padding-top:56px!important}}@media screen and (max-width: 1180px){.contacts-info .container{width:100%}}.contacts-info--wrapper{margin-top:96px;display:flex;flex-direction:column}@media screen and (max-width: 1180px){.contacts-info--wrapper{margin-top:44px;padding-bottom:12px}}.contacts-info--wrapper .contacts_card{height:620px;display:flex;align-items:center;justify-content:flex-start;position:relative}@media screen and (max-width: 1180px){.contacts-info--wrapper .contacts_card{height:auto}}.contacts-info--wrapper .contacts_card-info{height:100%;width:50%;background-color:#f6f2ee;position:relative;z-index:2}@media screen and (max-width: 768px){.contacts-info--wrapper .contacts_card-info{width:100%;padding:24px 16px;display:flex;flex-direction:column;gap:24px}}@media screen and (min-width: 769px) and (max-width: 1180px){.contacts-info--wrapper .contacts_card-info{width:50%;padding:24px}}.contacts-info--wrapper .contacts_card-info--block{display:flex;align-items:center;gap:20px;padding:20px}@media screen and (max-width: 1180px){.contacts-info--wrapper .contacts_card-info--block{gap:8px;align-items:flex-end;padding:0}}.contacts-info--wrapper .contacts_card-info--block .icon{height:70px;width:auto;display:flex;align-items:center;justify-content:center;padding-right:44px;border-right:1px solid #7C5A41}@media screen and (max-width: 1180px){.contacts-info--wrapper .contacts_card-info--block .icon{height:50px;padding-right:0;border-right:none}}.contacts-info--wrapper .contacts_card-info--block .info{display:flex;flex-direction:column;gap:14px}@media screen and (max-width: 1180px){.contacts-info--wrapper .contacts_card-info--block .info{padding-left:8px}}.contacts-info--wrapper .contacts_card-info--block .info .nunito-sans-700{font-size:20px;line-height:29.2px}@media screen and (max-width: 1180px){.contacts-info--wrapper .contacts_card-info--block .info .nunito-sans-700{font-size:18px;line-height:26px;padding-left:8px}}@media screen and (max-width: 1180px){.contacts-info--wrapper .contacts_card-info--block .info .info-list{border-left:1px solid #7C5A41;padding-left:8px}}.contacts-info--wrapper .contacts_card-info--block .info .info-list--item{font-size:20px;line-height:150%}@media screen and (max-width: 1180px){.contacts-info--wrapper .contacts_card-info--block .info .info-list--item{font-size:16px}}.contacts-info--wrapper .contacts_card-image{width:55%;height:calc(100% - 80px);position:absolute;top:50%;right:0;transform:translateY(-50%)}@media screen and (max-width: 768px){.contacts-info--wrapper .contacts_card-image{display:none}}.contacts-info--wrapper .contacts_card-image img{width:100%;height:100%;object-fit:cover}.contacts-info--wrapper .socials-list{display:flex;flex-wrap:wrap;gap:64px;align-items:center;padding:24px 24px 0}@media screen and (max-width: 768px){.contacts-info--wrapper .socials-list{display:none}}.contacts-info--wrapper .socials-list--item{width:45px;height:45px}.contacts-info--wrapper .socials-list--item a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.contacts-info--wrapper .socials-list--item a svg{width:100%;height:auto}.contact-form{display:flex;flex-direction:column;gap:50px}@media screen and (max-width: 768px){.contact-form{gap:32px;position:relative}}.contact-form--label{margin-bottom:20px;font-size:24px;line-height:28px}.contact-form--row{display:flex;width:100%;gap:90px}@media screen and (max-width: 768px){.contact-form--row{flex-direction:column;gap:32px}}.contact-form--row_input{width:33.3333333333%;display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.contact-form--row_input{width:100%}}.contact-form--row_input input,.contact-form--row_input textarea{width:100%;border-bottom:1px solid #136062;padding-bottom:21px}.contact-form--row_input input .nunito-sans,.contact-form--row_input textarea .nunito-sans{font-size:18px;line-height:24px}.contact-form--row .checkbox-btn .checkmark{border-color:#593932}.contact-form--row .checkbox-btn input:checked~.checkmark{background-color:#593932}.contact-form--row.textarea-row{align-items:flex-end}@media screen and (max-width: 768px){.contact-form--row.textarea-row{gap:96px}}.contact-form--row.textarea-row .contact-form--row_input:first-child{width:calc(66.6666666667% + 90px)}@media screen and (max-width: 768px){.contact-form--row.textarea-row .contact-form--row_input:first-child{width:100%}}@media screen and (max-width: 768px){.contact-form--row:last-child{position:absolute}}@media screen and (max-width: 480px){.contact-form--row:last-child{bottom:70px}}@media screen and (min-width: 481px) and (max-width: 768px){.contact-form--row:last-child{bottom:80px}}.footer{background-color:#f6f2ee;border-top:1px solid #593932}.footer-wrapper{display:flex;flex-direction:column;padding:40px 0}@media screen and (max-width: 1180px){.footer-wrapper{padding:40px 0 0}}.footer-upper{display:flex;justify-content:space-between}@media screen and (max-width: 1180px){.footer-upper{flex-direction:column;justify-content:flex-start;gap:32px}}.footer-upper--logo{width:118px}.footer-upper--logo svg{width:100%;height:auto}.footer-upper--links{display:flex;gap:64px}@media screen and (max-width: 1180px){.footer-upper--links{flex-direction:column;gap:32px}}.footer-navigation,.footer-contacts{display:flex;flex-direction:column}.footer-navigation,.footer-contacts .contacts,.footer-contacts .socials,.footer-newsletter{display:flex;flex-direction:column;gap:12px}.footer-navigation .inter,.footer-contacts .contacts .inter,.footer-contacts .socials .inter,.footer-newsletter .inter{font-size:16px;line-height:24px}.footer-navigation-list,.footer-contacts .contacts-list,.footer-contacts .socials-list,.footer-newsletter-list{display:flex;gap:8px}.footer-navigation-list--item .nunito-sans,.footer-contacts .contacts-list--item .nunito-sans,.footer-contacts .socials-list--item .nunito-sans,.footer-newsletter-list--item .nunito-sans{font-size:16px;line-height:24px}.footer-navigation-list,.footer-contacts .contacts-list{flex-direction:column}.footer-contacts{height:auto;justify-content:space-between}@media screen and (max-width: 1180px){.footer-contacts{gap:32px}}.footer-newsletter{width:450px}@media screen and (max-width: 1180px){.footer-newsletter{display:none}}@media screen and (min-width: 1181px) and (max-width: 1366px){.footer-newsletter{width:300px}}@media screen and (min-width: 1440px) and (max-width: 1536px){.footer-newsletter{width:350px}}.footer-newsletter-form{display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 1181px) and (max-width: 1366px){.footer-newsletter-form{position:relative}}.footer-newsletter-form--row{width:100%;display:flex;gap:24px}@media screen and (min-width: 1181px) and (max-width: 1366px){.footer-newsletter-form--row{flex-direction:column;gap:80px}}.footer-newsletter-form--row input{width:100%;padding:12px;color:#0a0a0a;border-bottom:1px solid #593932}@media screen and (min-width: 1181px) and (max-width: 1366px){.footer-newsletter-form .checkbox-btn{position:absolute;top:65px}}.footer-newsletter-form .checkbox-btn input:checked~.checkmark{background-color:#593932}.footer-newsletter-form .button{background:transparent;border:1px solid #593932;white-space:nowrap}.footer-newsletter-form .button .oswald{color:#593932;transition:.2s linear}.footer-newsletter-form .button:hover{background-color:#593932c5;border-color:#593932c5}.footer-newsletter-form .button:hover .oswald{color:#f6f2ee}.footer-newsletter-form .checkbox-btn .checkmark{border:1.8px solid #593932}.footer-newsletter-form .checkbox-btn label{font-size:12px;line-height:18px}@media screen and (min-width: 1180px){.footer .reserve-btn{display:none}}.footer-bottom{padding:16px 0;border-top:1px solid #593932}.footer-bottom--wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1180px){.footer-bottom--wrapper{flex-direction:column;align-items:flex-start;gap:40px}}.footer-bottom--wrapper .inter{font-size:12px;line-height:18px}.footer-bottom--sys{display:flex;align-items:center;gap:16px}@media screen and (max-width: 1180px){.footer-bottom--sys{flex-direction:column;align-items:flex-start}}.footer-bottom--sys .sys-pages-list{display:flex;gap:16px;align-items:center}@media screen and (max-width: 1180px){.footer-bottom--sys .sys-pages-list{flex-direction:column;align-items:flex-start}}.air-datepicker-body--day-name{color:#e0a425!important}.air-datepicker-cell.-current-{color:#136062!important}.air-datepicker-cell.-selected-.-current-{background:#e0a42542!important}.air-datepicker-cell.-selected-{background:#136062!important}.popup{width:596px;height:auto;position:fixed;right:20px;bottom:118px;z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:26px 29px;background-color:#f6f2eecc;transition:.3s linear;border:1px solid rgba(74,92,92,.8)}.popup *{color:#593932;font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}@media screen and (max-width: 1179px){.popup{width:80%;height:auto;max-height:100vh;right:initial;bottom:50px;left:50%;transform:translate(-50%)}}.popup.show{opacity:1;visibility:visible;transition:.3s linear}.popup-header{display:flex;justify-content:space-between}.popup-title{display:flex;align-items:center;gap:24px;width:100%}.popup-title .logo{width:72px;height:72px;display:flex;align-items:center;justify-content:center}.popup-title .logo svg{width:100%;height:auto}.popup-title .p{width:calc(100% - 100px);font-size:20px;text-transform:uppercase;font-optical-sizing:auto;font-style:normal;font-weight:600}.popup-form{display:flex;flex-direction:column;gap:21px;margin-top:21px}.popup-form .p{font-weight:300;font-size:18px;line-height:22px}.popup-form .p span{font-family:"Noto Serif Display",serif;font-weight:500;text-transform:uppercase}.popup-form .p.small{line-height:normal;margin-top:-5px;margin-bottom:10px}.popup-form:has(>form.alert-success)>.p{display:none}.popup-form form{display:flex;flex-direction:column;gap:21px}.popup-form form .error{font-family:Roboto,sans-serif;font-size:16px;font-weight:500;color:red}.popup-form form.alert{font-family:Roboto,sans-serif;font-size:16px;font-weight:500}.popup-form form.alert.alert-success{padding:28px 22px;background-color:#6b9885;color:#fff;font-size:18px}.popup-form form .input-row{display:flex;gap:19px}.popup-form form .input-row .input-wrapper{width:100%;display:flex;flex-direction:column;height:40px}.popup-form form .input-row .input-wrapper input{width:100%;border-bottom:1px solid #136062;padding-bottom:21px}.popup-form form .input-row button{width:auto;height:40px}.popup-form form .input-row button .btn-icon{position:relative;width:100%;height:100%}.popup-form form .input-row button .btn-icon svg{position:absolute;left:8px;bottom:8px;transition:.3s linear}.popup-form form .input-row button .btn-icon:hover svg{left:calc(100% - 22px);bottom:calc(100% - 22px)}.popup-form form .checkboxes{display:flex;flex-direction:column;gap:6px}.popup-form form .checkboxes .checkbox-btn{margin-bottom:0;flex-direction:row-reverse;align-items:baseline}.popup-form form .checkboxes .checkbox-btn p{font-size:14px;line-height:normal}.popup-form form .checkboxes .checkbox-btn .checkmark{top:4px}.popup-form form .checkboxes .checkbox-btn .checkmark{border-color:#593932}.popup-form form .checkboxes .checkbox-btn input:checked~.checkmark{background-color:#593932}.popup .close-btn{cursor:pointer}.grecaptcha-badge{display:none}
