@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400%3b500%3b600%3b700%3b800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@700&display=swap);*{margin:0;padding:0}*,:after,:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}:active,:focus{outline:0}a:active,a:focus{outline:0}aside,footer,header,nav{display:block}body{min-height:100vh;min-width:100%;max-width:100vw;overflow-x:hidden}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;border:none;background:0 0}button::-moz-focus-inner{padding:0;border:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}:root{--app-height:100%}body{font-family:Montserrat,sans-serif;font-weight:400}body._lock{overflow:hidden}.wrapper{display:flex;flex-direction:column;min-height:100vh;max-width:100vw;height:100%;position:relative;overflow:hidden}.container{max-width:1250px;margin:0 auto;padding:0 15px}.rating{display:flex;align-items:flex-end;font-size:30px;line-height:1;letter-spacing:5px}.rating__body{position:relative}.rating__body:before{content:"☆☆☆☆☆";display:block;color:#4262b1;position:relative;z-index:1}.rating__active{position:absolute;width:0%;height:100%;top:0;left:0;overflow:hidden}.rating__active:before{content:"★★★★★";position:absolute;top:0;left:0;width:100%;height:100%;color:#e3fb73;overflow:hidden}.rating__items{display:flex;position:absolute;width:100%;height:100%;top:0;left:0}.rating__item{flex:0 0 20%;height:100%;opacity:0}.rating__value{display:none;font-size:50%;line-height:1;padding:0 0 0 10px}.header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:10}.header__body{display:flex;align-items:flex-end;height:135px;padding:0 0 15px}.header__menu{flex:1 1 auto}.logo__link{display:flex;align-items:center}.logo__link img{width:95px;height:81px;margin-right:5px}.logo__link span{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2rem;color:#4262b1;max-width:180px;line-height:1}.menu__body{height:100%;transition:all .2s linear}.menu__list{height:100%;display:flex;align-items:center;justify-content:space-around}.menu__item{height:45px;display:flex;align-items:center}.menu__link{font-weight:600;color:#4262b1;position:relative}.menu__link:after{content:"";position:absolute;top:130%;left:50%;transform:translate(-50%,0);width:0;height:2px;background:#4262b1;transition:all .2s linear}.menu__link:hover::after{width:100%}.menu__icon{position:relative;color:#4262b1;height:40px;width:40px;margin:0 15px;display:none;cursor:pointer}.menu__icon::after,.menu__icon::before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;transition:all .2s linear}.menu__icon::before{content:"";width:40px;height:40px;-webkit-mask:url(../img/icons/icons.svg#menu) 0 0/cover no-repeat;mask:url(../img/icons/icons.svg#menu) 0 0/cover no-repeat;background:#4262b1}.menu__icon::after{content:"";width:35px;height:35px;-webkit-mask:url(../img/icons/icons.svg#close) 0 0/cover no-repeat;mask:url(../img/icons/icons.svg#close) 0 0/cover no-repeat;background:#4262b1;opacity:0;transform:translate(-50%,-50%) scale(0)}.menu__icon._active::after{transform:translate(-50%,-50%) scale(1);opacity:1}.menu__icon._active::before{transform:translate(-50%,-50%) scale(2);opacity:0}.options__items{display:flex;justify-content:flex-end;margin-bottom:10px}.options__socials{display:flex;align-items:flex-end;margin-right:25px}.options__social{width:24px;height:24px;display:flex;transition:all .2s linear}.options__social:hover{transform:translate(0,-5px)}.options__social:not(:last-child){margin-right:15px}.options__social svg{width:100%;height:100%;fill:#4262b1}.options__phones{display:flex;flex-direction:column;align-items:center}.options__phone{font-weight:600;font-size:.875rem;line-height:17px;color:#4262b1;position:relative}.options__phone:after{content:"";position:absolute;top:110%;left:50%;transform:translate(-50%,0);width:0;height:2px;background:#4262b1;transition:all .2s linear}.options__phone:hover::after{width:100%}.options__phone:not(:last-child){margin-bottom:10px}.options__btn{font-weight:600;color:#262626;background:#e3fb73;border-radius:20px;display:flex;align-items:center;justify-content:center;width:295px;height:45px;transition:all .2s linear}.options__btn:hover{box-shadow:inset 0 0 15px rgba(66,98,177,.5)}.main{position:relative;padding-top:135px;height:var(--app-height);max-height:930px}.main__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.main__bg img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main__container{height:100%}.main__body{max-width:1065px;margin:0 auto;padding:40px 0 60px;display:flex;flex-direction:column;align-items:center;height:100%}.main__intro{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:1.125rem;color:#fff;margin-bottom:40px;align-self:flex-start;max-width:320px}.main__intro span{color:#e3fb73}.main__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:3.5rem;letter-spacing:.05em;color:#fff;margin-bottom:15px;position:relative;text-align:center;text-transform:uppercase}.main__title::after{content:"";position:absolute;top:-45px;right:-55px;width:75px;height:75px;background:url(../img/decor.svg) 0 0/contain no-repeat}.main__title span{color:#e3fb73}.main__subtitle{font-weight:600;font-size:1.25rem;text-transform:uppercase;color:#fff;margin-bottom:30px}.main__btn{font-weight:600;font-size:1.5rem;color:#262626;background:#e3fb73;border-radius:38px;width:295px;height:70px;display:flex;align-items:center;justify-content:center;transition:all .2s linear}.main__btn:hover{box-shadow:inset 0 0 15px rgba(66,98,177,.9)}.main__outro{font-weight:700;font-size:2rem;text-transform:uppercase;color:#fff;flex:1 1 auto;display:flex;align-items:flex-end}.plus{position:relative}.no-webp .plus::before{background:url(../img/plus/abstract.png) 0 0/contain no-repeat}.plus::before{content:"";position:absolute;top:-117px;right:-75px;width:288px;height:288px}.no-webp .plus::after{background:url(../img/plus/seashell.png) 0 0/contain no-repeat}.plus::after{content:"";position:absolute;bottom:-25px;left:0;width:130px;height:170px}.plus__body{padding:55px 0;position:relative}.plus__slider{overflow:hidden;display:flex;position:relative;width:calc(100% - 150px);margin:0 auto}.plus__wrapper{display:flex}.plus__slide{display:flex;flex-direction:column;align-items:center;height:100%}.plus__image{width:300px;height:300px;padding:15px 15px 7px 7px;-webkit-mask:url(../img/plus/path.svg) 0 0/contain no-repeat;mask:url(../img/plus/path.svg) 0 0/contain no-repeat;background:#e3fb73;margin-bottom:10px}.plus__photo{width:100%;height:100%;-webkit-mask:url(../img/plus/path.svg) 0 0/contain no-repeat;mask:url(../img/plus/path.svg) 0 0/contain no-repeat;position:relative}.plus__photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.plus__title{font-family:"Balsamiq Sans",cursive;font-weight:900;font-size:1.25rem;color:#262626;margin-bottom:15px;max-width:280px;text-align:center;min-height:55px;display:flex;align-items:flex-end;line-height:1.4}.plus__desc{color:#262626;text-align:center;max-width:280px;line-height:1.4}.plus__navigation{position:absolute;top:50%;left:0;width:100%;transform:translate(0,-50%);display:flex;align-items:center;justify-content:space-between}.plus__next,.plus__prev{width:64px;height:64px;background:#e3fb73;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s linear}.plus__next:hover,.plus__prev:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.plus__next svg,.plus__prev svg{width:30%;height:30%;fill:#4262b1}.plus__next{transform:rotate(180deg)}.hotel{background:#d5e6eb;padding:40px 0 80px;position:relative;margin-top:70px}.hotel::before{content:"";position:absolute;bottom:99%;left:0;right:0;height:70px;-webkit-mask:url(../img/hotel/decor_top.svg) 0 0/cover no-repeat;mask:url(../img/hotel/decor_top.svg) 0 0/cover no-repeat;background:#d5e6eb;pointer-events:none}.hotel::after{content:"";position:absolute;top:-125px;left:0;width:250px;height:250px;background:url(../img/hotel/decor_arrow.svg) 0 0/contain no-repeat}.hotel__container{position:relative}.no-webp .hotel__container::after{background:url(../img/hotel/umbrella.png) 0 0/contain no-repeat}.hotel__container::after{content:"";position:absolute;top:-80px;right:-45px;width:202px;height:202px}.hotel__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#4262b1;text-align:center;margin-bottom:70px;text-transform:uppercase}.hotel__body{display:flex}.hotel__photos{flex:1 1 55%}.hotel__info{flex:1 1 45%}.photos-hotel{display:flex;justify-content:center;align-items:center;position:relative}.photos-hotel__frame{width:450px;height:360px;position:relative}.photos-hotel__frame-wrapper{width:100%;height:100%;padding:30px 18px 70px;background:#fff;box-shadow:0 0 12px rgba(0,0,0,.1);position:relative;z-index:3}.photos-hotel__frame::before{content:"";position:absolute;top:50%;left:50%;width:96%;height:97%;background:#fff;box-shadow:0 0 12px rgba(0,0,0,.1);transform:translate(-50%,-50%) rotate(-8deg);z-index:2}.photos-hotel__frame::after{content:"";position:absolute;top:50%;left:50%;width:109%;height:106%;background:#fff;box-shadow:0 0 12px rgba(0,0,0,.1);transform:translate(-50%,-50%) rotate(-4deg);z-index:1}.photos-hotel__slider{width:100%;height:100%;overflow:hidden}.photos-hotel__slide{width:100%;height:100%;position:relative}.photos-hotel__slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photos-hotel__navigation{position:absolute;top:50%;left:0;width:100%;transform:translate(0,-50%);display:flex;align-items:center;justify-content:space-between}.photos-hotel__next,.photos-hotel__prev{width:64px;height:64px;background:#e3fb73;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s linear}.photos-hotel__next:hover,.photos-hotel__prev:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.photos-hotel__next svg,.photos-hotel__prev svg{width:30%;height:30%;fill:#4262b1}.photos-hotel__next{transform:rotate(180deg)}.info-hotel__body{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.info-hotel__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:1.5rem;color:#262626;margin-bottom:10px;text-align:center}.info-hotel__rating{margin-bottom:15px}.info-hotel__country{font-weight:700;font-size:1.25rem;text-transform:uppercase;color:#4262b1;margin-bottom:25px}.info-hotel__square{color:#786f6f;margin-bottom:10px}.info-hotel__square span{font-weight:500;color:#262626}.info-hotel__year{color:#786f6f;margin-bottom:30px}.info-hotel__year span{font-weight:500;color:#262626}.info-hotel__btn{font-weight:600;color:#262626;background:#e3fb73;border-radius:20px;display:flex;align-items:center;justify-content:center;width:215px;height:45px;transition:all .2s linear}.info-hotel__btn:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.sport{padding:50px 0 110px;background:#5972d2;position:relative}.no-webp .sport::before{background:url(../img/sport/ping-pong.png) 0 0/contain no-repeat}.sport::before{content:"";position:absolute;top:95px;left:0;width:160px;height:160px}.no-webp .sport::after{background:url(../img/sport/football.png) 0 0/contain no-repeat}.sport::after{content:"";position:absolute;bottom:90px;right:20px;width:104px;height:104px}.sport__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#fff;margin-bottom:40px;text-align:center;text-transform:uppercase}.sport__slider{max-width:567px;margin:0 auto;height:100%;overflow:hidden;position:relative}.sport__slide{display:flex;flex-direction:column}.sport__image{position:relative;max-height:330px;height:100%;border-radius:20px;overflow:hidden;margin-bottom:30px}.sport__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sport__desc{color:#000;text-align:center}.sport__navigation{position:absolute;top:150px;left:50%;width:95%;transform:translate(-50%,0);display:flex;align-items:center;justify-content:space-between;z-index:1}.sport__next,.sport__prev{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s linear}.sport__next:hover,.sport__prev:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.sport__next svg,.sport__prev svg{width:40%;height:40%;fill:#4262b1}.sport__next{transform:rotate(180deg)}.tabs{max-width:1120px;margin:0 auto;position:relative;background:#fff;border-radius:16px;padding:24px;display:flex}.tabs__header{display:flex;flex-direction:column;margin-right:24px;flex:1 1 40%}.tabs__item{height:48px;font-size:1.25rem;color:#262626;border-radius:8px;display:flex;align-items:center;cursor:pointer;padding:0 24px;transition:all .2s linear}.tabs__item:not(:last-child){margin-bottom:5px}.tabs__item._active{font-weight:700;color:#4262b1;background:#e3fb73}.tabs__body{flex:1 1 60%;position:relative;background:#fff;transition:all .3s linear;width:100%}.tabs__block{position:absolute;opacity:0;transition:all .3s linear;width:100%;height:100%}.tabs__block._active{opacity:1;position:relative}.tabs__content{height:100%}.rooms{padding:55px 0;background:#fff;position:relative}.no-webp .rooms::before{background:url(../img/rooms/flip-flops.png) 0 0/contain no-repeat}.rooms::before{content:"";position:absolute;top:65px;left:0;width:130px;height:130px}.no-webp .rooms::after{background:url(../img/rooms/starfish.png) 0 0/contain no-repeat}.rooms::after{content:"";position:absolute;bottom:-20px;right:-32px;width:170px;height:170px}.rooms__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#262626;margin-bottom:40px;text-align:center;text-transform:uppercase}.rooms__body{display:flex;position:relative}.no-webp .rooms__body::after{background:url(../img/rooms/Arrow.png) 0 0/contain no-repeat}.rooms__body::after{content:"";position:absolute;top:0;right:0;width:170px;height:300px}.rooms__photos{flex:1 1 60%;display:flex;align-items:center;justify-content:center}.rooms__slider{max-width:597px;width:100%;margin:0 auto 30px;height:398px;overflow:hidden;border-radius:20px;position:relative}.rooms__slide{width:100%;height:100%;position:relative}.rooms__slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rooms__navigation{position:absolute;top:50%;left:50%;width:95%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:space-between;z-index:1}.rooms__next,.rooms__prev{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s linear}.rooms__next:hover,.rooms__prev:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.rooms__next svg,.rooms__prev svg{width:40%;height:40%;fill:#4262b1}.rooms__next{transform:rotate(180deg)}.rooms__info{flex:1 1 40%;display:flex;flex-direction:column;justify-content:center;padding-left:20px}.rooms__subtitle{font-weight:700;font-size:1.5rem;color:#4262b1;margin-bottom:15px}.rooms__list{margin-bottom:25px}.rooms__item{padding-left:16px;position:relative}.rooms__item:not(:last-child){margin-bottom:10px}.rooms__item::before{content:"";position:absolute;top:50%;left:0;transform:translate(0,-50%);width:8px;height:8px;background:#e3fb73;border-radius:50%}.rooms__btn{font-weight:600;color:#262626;background:#e3fb73;border-radius:20px;width:215px;height:45px;display:flex;align-items:center;justify-content:center;transition:all .2s linear}.rooms__btn:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.programm{padding:40px 0;background:#d5e6eb;position:relative;margin:20px 0}.programm::before{content:"";position:absolute;top:-59px;left:0;width:100%;height:60px;background:url(../img/program/decor_top.svg) 0 0/cover no-repeat}.programm::after{content:"";position:absolute;bottom:-59px;left:0;width:100%;height:60px;background:url(../img/program/decor_bottom.svg) 0 0/cover no-repeat}.programm__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#262626;text-align:center;margin-bottom:25px;text-transform:uppercase;font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120)}.programm__subtitle{font-weight:600;font-size:1.5rem;text-align:center;color:#4262b1;margin-bottom:15px;line-height:1.5}.programm__subtitle span{background:#e3fb73;font-weight:700;color:#262626}.programm__desc{font-weight:500;font-size:1.25rem;text-align:center;color:#262626;margin-bottom:10px}.programm__body{display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto}.programm__list{margin-bottom:35px;position:relative}.programm__list::before{content:"";position:absolute;top:-10px;left:8px;bottom:-12px;width:340px;background:url(../img/program/Arrow.svg) 0 0/contain no-repeat}.programm__item{padding-left:40px;position:relative;white-space:nowrap}.programm__item:first-child,.programm__item:last-child{transform:translate(70px,0)}.programm__item:nth-child(2),.programm__item:nth-last-child(2){transform:translate(35px,0)}.programm__item:nth-child(3),.programm__item:nth-last-child(3){transform:translate(14px,0)}.programm__item:nth-child(4),.programm__item:nth-last-child(4){transform:translate(4px,0)}.programm__item:not(:last-child){margin-bottom:20px}.programm__item::before{content:"";position:absolute;top:50%;left:0;transform:translate(0,-50%);width:16px;height:16px;background:#fff;border-radius:50%}.programm__item::after{content:"";position:absolute;top:50%;left:3px;transform:translate(0,-50%);width:10px;height:10px;background:#e3fb73;border-radius:50%}.programm__btn{font-weight:600;color:#262626;background:#e3fb73;border-radius:20px;width:250px;height:45px;display:flex;justify-content:center;align-items:center;transform:translate(230px,0);transition:all .2s linear}.programm__btn:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.programm__image{width:556px;height:525px;-webkit-mask:url(../img/program/decor.svg) 0 0/contain no-repeat;mask:url(../img/program/decor.svg) 0 0/contain no-repeat;background:#e3fb73;transform:translate(20px,0)}.programm__photo{width:100%;height:100%;-webkit-mask:url(../img/program/decor.svg) 0 0/contain no-repeat;mask:url(../img/program/decor.svg) 0 0/contain no-repeat;position:relative;transform:translate(-20px,0)}.programm__photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.food{display:flex;justify-content:space-between;padding:55px 0}.food__left{position:relative}.no-webp .food__left::after{background:url(../img/food/decor_left.png) 0 0/contain no-repeat}.food__left::after{content:"";position:absolute;bottom:0;left:0;width:286px;height:286px}.food__left .food__image{width:320px;height:426px;-webkit-mask:url(../img/food/decor_left.svg) 0 0/contain no-repeat;mask:url(../img/food/decor_left.svg) 0 0/contain no-repeat}.food__left .food__photo{-webkit-mask:url(../img/food/decor_left.svg) 0 0/contain no-repeat;mask:url(../img/food/decor_left.svg) 0 0/contain no-repeat;transform:translate(-13px,-13px)}.food__image{background:#e3fb73}.food__photo{position:relative;width:100%;height:100%}.food__photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.food__middle{max-width:830px;display:flex;flex-direction:column;align-items:center;flex:1 1 auto}.food__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#262626;margin-bottom:25px;text-align:center;text-transform:uppercase}.food__subtitle{font-weight:600;font-size:1.5rem;text-align:center;color:#212121;margin-bottom:15px}.food__menu{font-weight:600;font-size:1.5rem;text-align:center;color:#4262b1;margin-bottom:10px}.food__kitchen{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:1.5rem;color:#262626;margin-bottom:50px;background:#e3fb73;display:inline-block;text-align:center}.food__body{display:flex;justify-content:space-between;width:100%}.food__block:first-child .food__image{width:290px;height:400px;padding:48px 0 14px 25px;-webkit-mask:url(../img/food/decor_right.svg) 0 0/contain no-repeat;mask:url(../img/food/decor_right.svg) 0 0/contain no-repeat}.food__block:first-child .food__photo{-webkit-mask:url(../img/food/decor_right.svg) 0 0/contain no-repeat;mask:url(../img/food/decor_right.svg) 0 0/contain no-repeat}.food__block:nth-child(2) .food__image{width:320px;height:426px;-webkit-mask:url(../img/food/decor_left.svg) 0 0/contain no-repeat;mask:url(../img/food/decor_left.svg) 0 0/contain no-repeat}.food__block:nth-child(2) .food__photo{-webkit-mask:url(../img/food/decor_left.svg) 0 0/contain no-repeat;mask:url(../img/food/decor_left.svg) 0 0/contain no-repeat;transform:translate(-13px,-13px)}.food__block:not(:last-child){margin-right:10px}.food__list{margin-bottom:45px}.food__item{color:#262626}.food__item:not(:last-child){margin-bottom:15px}.food__item:first-child{font-weight:700;font-size:1.25rem;line-height:24px;color:#4262b1}.food__prices{padding:20px 40px;border:3px dashed rgba(89,114,210,.5);border-radius:16px;display:flex;font-weight:600;font-size:.875rem;color:#262626;line-height:1.8;margin:0 10px}.food__prices span{color:#4262b1}.food__closed{margin-right:40px;text-align:center}.food__opened{text-align:center}.food__right{align-self:flex-end;transform:translate(20px,0);position:relative}.no-webp .food__right::after{background:url(../img/food/decor_right.png) 0 0/contain no-repeat}.food__right::after{content:"";position:absolute;bottom:70%;left:20px;width:286px;height:286px}.food__right .food__image{width:290px;height:400px;padding:48px 0 14px 25px;-webkit-mask:url(../img/food/decor_right.svg) 0 0/contain no-repeat;mask:url(../img/food/decor_right.svg) 0 0/contain no-repeat}.food__right .food__photo{-webkit-mask:url(../img/food/decor_right.svg) 0 0/contain no-repeat;mask:url(../img/food/decor_right.svg) 0 0/contain no-repeat}.price{position:relative}.price__bg{position:absolute;top:20px;left:0;right:0;bottom:20px;display:flex;z-index:-1}.price__left{flex:1 1 50%;position:relative}.price__left::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(38,38,38,.5)}.price__left img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.price__right{flex:1 1 50%;position:relative}.price__right::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(38,38,38,.5)}.price__right img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.price__body{display:flex;align-items:center;justify-content:space-between}.price__transfer{font-weight:500;font-size:1.5rem;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.4;flex:0 0 33.333%}.price__transfer span{color:#e3fb73;position:relative}.price__transfer span::before{content:"";position:absolute;top:-5px;left:-118px;width:40px;height:40px;background:url(../img/decor.svg) 0 0/contain no-repeat;transform:rotate(180deg)}.price__total{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#262626;min-width:340px;width:340px;height:340px;border-radius:50%;background:#e3fb73;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 15px}.price__total span{font-weight:700;font-size:2rem;color:#4262b1;margin-top:25px}.price__road{font-weight:500;font-size:1.5rem;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.4;padding:0 20px;position:relative;flex:0 0 33.333%}.price__road::before{content:"";position:absolute;top:-20px;right:-15px;width:40px;height:40px;background:url(../img/decor.svg) 0 0/contain no-repeat}.price__road span{color:#e3fb73}.calendar{padding:55px 0}.calendar__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#262626;text-align:center;margin-bottom:25px;text-transform:uppercase}.calendar__subtitle{font-weight:600;font-size:1.5rem;text-align:center;color:#4262b1;margin-bottom:15px}.calendar__desc{font-size:1.25rem;text-align:center;color:#262626;margin-bottom:40px}.calendar__wrapper{overflow-x:auto;margin-bottom:15px;scrollbar-width:thin;scrollbar-color:#5f5f5f #fff}.calendar__wrapper::-webkit-scrollbar{width:1px;height:100%}.calendar__wrapper::-webkit-scrollbar-thumb{background:#5f5f5f}.calendar__table{margin-bottom:15px;max-height:440px;overflow:hidden;position:relative;min-width:1220px}.calendar__table::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#fff 0,rgba(255,255,255,0) 100%);pointer-events:none}.calendar__table.active{max-height:unset}.calendar__table.active::after{display:none}.calendar__item{display:grid;grid-template-columns:180px 170px 240px 270px 250px;justify-content:space-between;align-items:center;font-weight:500;color:#000;height:60px;padding:0 15px}.calendar__item:nth-child(odd){background:rgba(217,217,217,.3)}.calendar__item:first-child{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:1.25rem;color:#000;height:65px;background:#e3fb73;border-radius:16px 16px 0 0}.calendar__date{margin-right:10px}.calendar__duration{margin-right:10px}.calendar__kid{margin-right:10px}.calendar__adult{margin-right:10px}.calendar__btn{font-weight:600;color:#262626;background:#e3fb73;border-radius:20px;width:220px;height:45px;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:all .2s linear}.calendar__btn:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.transfer{padding:55px 0;background:#d5e6eb;position:relative;margin:70px 0}.transfer::before{content:"";position:absolute;bottom:100%;left:0;width:100%;height:70px;background:url(../img/transfer/decor_top.svg) 0 0/cover no-repeat;z-index:1}.transfer::after{content:"";position:absolute;top:100%;left:0;width:100%;height:70px;background:url(../img/transfer/decor_bottom.svg) 0 0/cover no-repeat;z-index:1}.transfer__wrapper{position:relative}.transfer__wrapper::before{content:"";position:absolute;top:10px;left:0;bottom:-130px;width:120px;background:url(../img/transfer/decor_left.svg) 0 0/contain no-repeat;z-index:2}.transfer__wrapper::after{content:"";position:absolute;top:0;right:0;height:460px;width:350px;background:url(../img/transfer/decor_right.svg) 0 0/contain no-repeat;z-index:2}.transfer__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#262626;margin-bottom:25px;text-align:center;text-transform:uppercase}.transfer__subtitle{font-weight:600;font-size:1.5rem;text-align:center;color:#4262b1;margin-bottom:15px}.transfer__desc{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:1.5rem;text-transform:uppercase;color:#262626;margin-bottom:35px;background:#e3fb73;margin:0 auto 30px;width:-moz-fit-content;width:fit-content;text-align:center}.transfer__body{display:flex;max-width:1120px;margin:0 auto}.transfer__map{flex:1 1 50%;z-index:2}.transfer__map img{max-width:100%;max-height:100%}.transfer__info{flex:1 1 50%;padding:30px;display:flex;flex-direction:column;justify-content:center}.transfer__note{font-weight:600;font-size:.875rem;line-height:20px;color:#262626;padding:20px 40px;border:3px dashed #a9beda;border-right:none;border-radius:16px 0 0 16px;position:absolute;bottom:0;right:0;min-width:30%}.transfer__note span{color:#5972d2}.info-transfer__title{font-weight:700;font-size:1.5rem;color:#4262b1;margin-bottom:15px}.info-transfer__list{margin-bottom:40px}.info-transfer__item{color:#262626;padding-left:15px;position:relative}.info-transfer__item:not(:last-child){margin-bottom:12px}.info-transfer__item::before{content:"";position:absolute;top:50%;left:0;transform:translate(0,-50%);width:8px;height:8px;background:#ed5e15;border-radius:50%}.info-transfer__desc{color:#262626;max-width:460px;line-height:1.6}.reviews{padding:40px 0 55px;position:relative}.no-webp .reviews::before{background:url(../img/reviews/decor_bottom.png) 0 0/contain no-repeat}.reviews::before{content:"";width:286px;height:286px;bottom:0;left:0;position:absolute}.no-webp .reviews::after{background:url(../img/reviews/decor_top.png) 0 0/contain no-repeat}.reviews::after{content:"";width:286px;height:286px;top:0;right:0;position:absolute}.reviews__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#262626;margin-bottom:40px;text-align:center;position:relative;z-index:1;text-transform:uppercase}.reviews__body{position:relative;padding-bottom:70px}.reviews__slider{width:calc(100% - 128px);margin:0 auto;overflow:hidden}.reviews__slide{padding:0 15px;min-height:100%}.reviews__slide.swiper-slide{height:unset}.reviews__item{background:#efeeea;border-radius:16px;padding:30px;display:flex;flex-direction:column;align-items:center;height:100%}.reviews__image{width:160px;height:160px;border:8px solid #4262b1;border-radius:50%;overflow:hidden;position:relative;margin-bottom:35px}.reviews__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reviews__text{color:#262626;margin-bottom:25px;line-height:1.5;flex:1 1 auto}.reviews__name{font-weight:600;font-size:1.5rem;text-align:center;color:#262626;margin-bottom:5px}.reviews__status{text-align:center;color:#4262b1}.reviews__navigation{position:absolute;top:50%;left:0;width:100%;transform:translate(0,-50%);display:flex;align-items:center;justify-content:space-between}.reviews__next,.reviews__prev{width:64px;height:64px;background:#e3fb73;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s linear}.reviews__next:hover,.reviews__prev:hover{box-shadow:inset 0 0 10px rgba(66,98,177,.5)}.reviews__next svg,.reviews__prev svg{width:30%;height:30%;fill:#4262b1}.reviews__next{transform:rotate(180deg)}.details{position:relative}.details__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.details__bg::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.15)}.details__bg img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.details__body{display:flex;align-items:center;justify-content:space-between;padding:55px 80px}.details__info{max-width:420px}.details__title{font-weight:700;font-size:2rem;color:#e3fb73;margin-bottom:15px}.details__text{font-weight:600;color:#fff}.details__form{width:310px}.details__form input{background:rgba(255,255,255,.7);border-radius:20px;width:100%;height:60px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;text-align:center;border:none}.details__btn{font-weight:600;color:#262626;background:#e3fb73;border-radius:20px;width:100%;height:60px;display:flex;align-items:center;justify-content:center;transition:all .2s linear}.details__btn:hover{box-shadow:inset 0 0 15px rgba(66,98,177,.7)}.faq{padding:55px 0;position:relative}.no-webp .faq::before{background:url(../img/faq/decor_left.png) 0 0/contain no-repeat}.faq::before{content:"";position:absolute;top:400px;left:0;width:135px;height:135px}.no-webp .faq::after{background:url(../img/faq/decor_right.png) 0 0/contain no-repeat}.faq::after{content:"";position:absolute;top:0;right:-130px;width:290px;height:290px}.faq__title{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2.5rem;letter-spacing:.05em;color:#4262b1;margin-bottom:70px;text-transform:uppercase}.faq__body{display:flex;padding:0 75px}.faq__image{flex:1 1 40%;width:327px;height:377px;-webkit-mask:url(../img/faq/decor.svg) 0 0/contain no-repeat;mask:url(../img/faq/decor.svg) 0 0/contain no-repeat;background:#e3fb73;margin-top:70px}.faq__photo{width:100%;height:100%;-webkit-mask:url(../img/faq/decor.svg) 0 0/contain no-repeat;mask:url(../img/faq/decor.svg) 0 0/contain no-repeat;position:relative;transform:translate(-10px,0)}.faq__photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.faq__questions{flex:1 1 60%;position:relative;z-index:1;margin-left:10px}.faq__question{font-weight:600;font-size:1.5rem;color:#262626;position:relative;margin-bottom:20px;transition:all .3s linear;cursor:pointer;padding-right:20px}.faq__question::after{content:"";position:absolute;top:50%;right:0;transform:translate(0,-50%) rotate(-90deg);width:20px;height:20px;-webkit-mask:url(../img/icons/icons.svg#arrow) 0 0/contain no-repeat;mask:url(../img/icons/icons.svg#arrow) 0 0/contain no-repeat;background:#4262b1;transition:all .3s linear}.faq__question._active{color:#4262b1}.faq__question._active::after{transform:translate(0,-50%) rotate(-270deg)}.faq__answer{color:#262626;line-height:1.5;margin-bottom:20px}.faq__answer p:not(:last-child){margin-bottom:20px}.footer{padding:60px 0 130px;background:#4262b1;position:relative;margin-top:60px}.footer::before{content:"";position:absolute;bottom:99%;left:0;width:100%;height:60px;background:url(../img/footer/decor_top.svg) 0 0/cover no-repeat}.footer__body{display:flex;align-items:center;justify-content:space-between}.logo-footer__link{display:flex;align-items:center}.logo-footer__link svg{width:95px;height:81px;margin-right:5px}.logo-footer__link span{font-family:"Balsamiq Sans",cursive;font-weight:700;font-size:2rem;color:#fff;max-width:150px;line-height:1}.phones-footer{display:flex;flex-direction:column}.phones-footer__phone{font-weight:600;font-size:1.5rem;color:#fff;position:relative}.phones-footer__phone::after{content:"";position:absolute;top:120%;left:50%;transform:translate(-50%,0);width:0;height:2px;background:#fff;transition:all .2s linear}.phones-footer__phone:hover::after{width:100%}.phones-footer__phone:not(:last-child){margin-bottom:15px}.socials-footer{display:flex;align-items:center}.socials-footer__social{width:48px;height:48px;transition:all .2s linear}.socials-footer__social:hover{transform:translate(0,-5px)}.socials-footer__social:not(:last-child){margin-right:30px}.socials-footer__social svg{width:100%;height:100%}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}@media (max-width:1440px){.logo__link img{width:calc(56px + 39 * (100vw - 320px)/ 1120);height:calc(48px + 33 * (100vw - 320px)/ 1120)}.logo__link span{font-size:calc(1.5rem + 8 * (100vw - 20rem)/ 1120)}.options__btn{font-size:calc(.75rem + 4 * (100vw - 20rem)/ 1120);height:calc(30px + 15 * (100vw - 320px)/ 1120);width:calc(220px + 75 * (100vw - 320px)/ 1120)}.main__body{padding-top:calc(15px + 25 * (100vw - 320px)/ 1120);padding-bottom:calc(20px + 40 * (100vw - 320px)/ 1120)}.main__intro{font-size:calc(.75rem + 6 * (100vw - 20rem)/ 1120);max-width:calc(220px + 100 * (100vw - 320px)/ 1120)}.main__title{font-size:calc(1rem + 40 * (100vw - 20rem)/ 1120)}.main__title::after{width:calc(30px + 45 * (100vw - 320px)/ 1120);height:calc(30px + 45 * (100vw - 320px)/ 1120);top:calc(-20px + -25 * (100vw - 320px)/ 1120);right:calc(-25px + -30 * (100vw - 320px)/ 1120)}.main__subtitle{font-size:calc(.75rem + 8 * (100vw - 20rem)/ 1120)}.main__btn{font-size:calc(.875rem + 10 * (100vw - 20rem)/ 1120);width:calc(220px + 75 * (100vw - 320px)/ 1120);height:calc(35px + 35 * (100vw - 320px)/ 1120)}.main__outro{font-size:calc(1rem + 16 * (100vw - 20rem)/ 1120)}.plus::before{width:calc(150px + 138 * (100vw - 320px)/ 1120);height:calc(150px + 138 * (100vw - 320px)/ 1120);top:calc(-50px + -67 * (100vw - 320px)/ 1120);right:calc(-35px + -40 * (100vw - 320px)/ 1120)}.plus::after{width:calc(50px + 80 * (100vw - 320px)/ 1120);height:calc(70px + 100 * (100vw - 320px)/ 1120);bottom:calc(0px + -25 * (100vw - 320px)/ 1120)}.plus__body{padding:calc(30px + 25 * (100vw - 320px)/ 1120) 0}.plus__slider{width:calc(100% - (84px + 66 * (100vw - 320px)/ 1120))}.plus__image{width:calc(190px + 110 * (100vw - 768px)/ 672);height:calc(190px + 110 * (100vw - 768px)/ 672);padding-top:calc(7px + 8 * (100vw - 768px)/ 672);padding-right:calc(7px + 8 * (100vw - 768px)/ 672);padding-bottom:calc(3px + 4 * (100vw - 768px)/ 672);padding-left:calc(3px + 4 * (100vw - 768px)/ 672)}.plus__title{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1120)}.plus__desc{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120)}.plus__next,.plus__prev{width:calc(32px + 32 * (100vw - 320px)/ 1120);height:calc(32px + 32 * (100vw - 320px)/ 1120)}.hotel{padding-top:calc(30px + 10 * (100vw - 320px)/ 1120);padding-bottom:calc(30px + 50 * (100vw - 320px)/ 1120);margin-top:calc(20px + 50 * (100vw - 320px)/ 1120)}.hotel::before{height:calc(20px + 50 * (100vw - 320px)/ 1120)}.hotel::after{width:calc(150px + 100 * (100vw - 320px)/ 1120);height:calc(150px + 100 * (100vw - 320px)/ 1120)}.hotel__container::after{width:calc(82px + 120 * (100vw - 320px)/ 1120);height:calc(82px + 120 * (100vw - 320px)/ 1120);top:calc(-45px + -35 * (100vw - 320px)/ 1120);right:calc(5px + -50 * (100vw - 320px)/ 1120)}.hotel__title{font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120);margin-bottom:calc(30px + 40 * (100vw - 320px)/ 1120)}.photos-hotel__frame{width:calc(370px + 80 * (100vw - 993px)/ 447);height:calc(325px + 35 * (100vw - 993px)/ 447)}.photos-hotel__next,.photos-hotel__prev{width:calc(32px + 32 * (100vw - 320px)/ 1120);height:calc(32px + 32 * (100vw - 320px)/ 1120)}.info-hotel__title{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.info-hotel__country{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1120)}.info-hotel__btn{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120);height:calc(35px + 10 * (100vw - 320px)/ 1120)}.sport{padding-top:calc(30px + 20 * (100vw - 320px)/ 1120);padding-bottom:calc(30px + 80 * (100vw - 320px)/ 1120)}.sport::before{width:calc(80px + 80 * (100vw - 320px)/ 1120);height:calc(80px + 80 * (100vw - 320px)/ 1120);top:calc(60px + 35 * (100vw - 320px)/ 1120)}.sport::after{width:calc(44px + 60 * (100vw - 320px)/ 1120);height:calc(44px + 60 * (100vw - 320px)/ 1120)}.sport__title{font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120)}.sport__next,.sport__prev{width:calc(24px + 8 * (100vw - 320px)/ 1120);height:calc(24px + 8 * (100vw - 320px)/ 1120)}.tabs__item{font-size:calc(.875rem + 6 * (100vw - 20rem)/ 1120)}.rooms{padding:calc(30px + 25 * (100vw - 320px)/ 1120) 0 55px}.rooms::before{width:calc(80px + 50 * (100vw - 320px)/ 1120);height:calc(80px + 50 * (100vw - 320px)/ 1120);top:calc(15px + 50 * (100vw - 320px)/ 1120)}.rooms::after{width:calc(70px + 100 * (100vw - 320px)/ 1120);height:calc(70px + 100 * (100vw - 320px)/ 1120)}.rooms__title{font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120)}.rooms__body::after{width:calc(85px + 85 * (100vw - 320px)/ 1120);height:calc(220px + 80 * (100vw - 320px)/ 1120)}.rooms__slider{max-width:calc(400px + 197 * (100vw - 768px)/ 672);height:calc(275px + 123 * (100vw - 768px)/ 672)}.rooms__next,.rooms__prev{width:calc(24px + 8 * (100vw - 320px)/ 1120);height:calc(24px + 8 * (100vw - 320px)/ 1120)}.rooms__subtitle{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.rooms__btn{height:calc(35px + 10 * (100vw - 320px)/ 1120);font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120)}.programm::before{height:calc(19px + 41 * (100vw - 320px)/ 1120);top:calc(-18px + -41 * (100vw - 320px)/ 1120)}.programm::after{height:calc(19px + 41 * (100vw - 320px)/ 1120);bottom:calc(-18px + -41 * (100vw - 320px)/ 1120)}.programm__subtitle{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.programm__desc{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1120)}.programm__btn{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120);height:calc(35px + 10 * (100vw - 320px)/ 1120)}.food{padding:calc(30px + 25 * (100vw - 320px)/ 1120) 0}.food__left::after{width:calc(100px + 186 * (100vw - 320px)/ 1120);height:calc(100px + 186 * (100vw - 320px)/ 1120)}.food__left .food__image{width:calc(185px + 135 * (100vw - 320px)/ 1120);height:calc(270px + 156 * (100vw - 320px)/ 1120)}.food__title{font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120);margin-bottom:calc(20px + 5 * (100vw - 320px)/ 1120)}.food__subtitle{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.food__menu{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.food__kitchen{font-size:calc(1rem + 8 * (100vw - 20rem)/ 1120)}.food__list{margin-bottom:calc(30px + 15 * (100vw - 320px)/ 1120)}.food__item{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120)}.food__item:not(:last-child){margin-bottom:calc(10px + 5 * (100vw - 320px)/ 1120)}.food__item:first-child{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1120)}.food__prices{padding:calc(10px + 10 * (100vw - 320px)/ 1120) calc(10px + 30 * (100vw - 320px)/ 1120)}.food__closed{margin-right:calc(10px + 30 * (100vw - 320px)/ 1120)}.food__right::after{width:calc(100px + 186 * (100vw - 320px)/ 1120);height:calc(100px + 186 * (100vw - 320px)/ 1120)}.food__right .food__image{width:calc(185px + 105 * (100vw - 320px)/ 1120);height:calc(255px + 145 * (100vw - 320px)/ 1120);padding-top:calc(10px + 38 * (100vw - 320px)/ 1120);padding-left:calc(5px + 20 * (100vw - 320px)/ 1120);padding-right:calc(3px + 11 * (100vw - 320px)/ 1120)}.price__transfer{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.price__total{width:calc(190px + 150 * (100vw - 320px)/ 1120);min-width:calc(190px + 150 * (100vw - 320px)/ 1120);height:calc(190px + 150 * (100vw - 320px)/ 1120);font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120)}.price__total span{font-size:calc(1.25rem + 12 * (100vw - 20rem)/ 1120);margin-top:calc(10px + 15 * (100vw - 320px)/ 1120)}.price__road{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.calendar{padding:calc(30px + 25 * (100vw - 320px)/ 1120) 0}.calendar__title{font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120);margin-bottom:calc(15px + 10 * (100vw - 320px)/ 1120)}.calendar__subtitle{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.calendar__desc{font-size:calc(16px + 4 * (100vw - 320px)/ 1120)}.calendar__table{max-height:calc(280px + 160 * (100vw - 320px)/ 1120);min-width:calc(770px + 450 * (100vw - 320px)/ 1120)}.calendar__item{height:calc(40px + 20 * (100vw - 320px)/ 1120);font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120);grid-template-columns:calc(120px + 60 * (100vw - 320px)/ 1120) calc(120px + 50 * (100vw - 320px)/ 1120) calc(160px + 80 * (100vw - 320px)/ 1120) calc(180px + 90 * (100vw - 320px)/ 1120) calc(170px + 80 * (100vw - 320px)/ 1120)}.calendar__item:first-child{font-size:calc(.875rem + 6 * (100vw - 20rem)/ 1120);height:calc(45px + 20 * (100vw - 320px)/ 1120)}.calendar__btn{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120);height:calc(35px + 10 * (100vw - 320px)/ 1120)}.transfer{padding:calc(30px + 25 * (100vw - 320px)/ 1120) 0;margin:calc(17px + 53 * (100vw - 320px)/ 1120) 0}.transfer::before{height:calc(17px + 53 * (100vw - 320px)/ 1120)}.transfer::after{height:calc(17px + 53 * (100vw - 320px)/ 1120)}.transfer__wrapper::before{width:calc(40px + 80 * (100vw - 320px)/ 1120);top:calc(580px + -570 * (100vw - 320px)/ 1120)}.transfer__wrapper::after{height:calc(200px + 260 * (100vw - 320px)/ 1120);width:calc(200px + 150 * (100vw - 320px)/ 1120)}.transfer__title{font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120);margin-bottom:calc(15px + 10 * (100vw - 320px)/ 1120)}.transfer__subtitle{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.transfer__desc{font-size:calc(1rem + 8 * (100vw - 20rem)/ 1120)}.info-transfer__title{font-size:calc(1rem + 8 * (100vw - 20rem)/ 1120)}.reviews{padding-top:calc(30px + 10 * (100vw - 320px)/ 1120);padding-bottom:calc(30px + 25 * (100vw - 320px)/ 1120)}.reviews::before{width:calc(150px + 136 * (100vw - 320px)/ 1120);height:calc(150px + 136 * (100vw - 320px)/ 1120)}.reviews::after{width:calc(150px + 136 * (100vw - 320px)/ 1120);height:calc(150px + 136 * (100vw - 320px)/ 1120)}.reviews__title{font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120);margin-bottom:calc(20px + 20 * (100vw - 320px)/ 1120)}.reviews__body{padding-bottom:calc(30px + 40 * (100vw - 320px)/ 1120)}.reviews__image{width:calc(100px + 60 * (100vw - 320px)/ 1120);height:calc(100px + 60 * (100vw - 320px)/ 1120);border:calc(3px + 5 * (100vw - 320px)/ 1120) solid #4262b1;margin-bottom:calc(20px + 15 * (100vw - 320px)/ 1120)}.reviews__text{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120);margin-bottom:calc(15px + 10 * (100vw - 320px)/ 1120)}.reviews__name{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 1120)}.reviews__status{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120)}.reviews__next,.reviews__prev{width:calc(32px + 32 * (100vw - 320px)/ 1120);height:calc(32px + 32 * (100vw - 320px)/ 1120)}.details__body{padding:calc(30px + 25 * (100vw - 320px)/ 1120) calc(20px + 60 * (100vw - 320px)/ 1120)}.details__title{font-size:calc(1.125rem + 14 * (100vw - 20rem)/ 1120)}.details__text{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120)}.details__form input{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120);height:calc(40px + 20 * (100vw - 320px)/ 1120)}.details__btn{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120);height:calc(40px + 20 * (100vw - 320px)/ 1120)}.faq{padding:calc(30px + 25 * (100vw - 320px)/ 1120) 0}.faq::before{width:calc(60px + 75 * (100vw - 320px)/ 1120);height:calc(60px + 75 * (100vw - 320px)/ 1120)}.faq::after{width:calc(100px + 190 * (100vw - 320px)/ 1120);height:calc(100px + 190 * (100vw - 320px)/ 1120);right:calc(-50px + -80 * (100vw - 320px)/ 1120)}.faq__title{font-size:calc(1.5rem + 16 * (100vw - 20rem)/ 1120)}.faq__body{padding:0 calc(5px + 70 * (100vw - 320px)/ 1120)}.faq__question{font-size:calc(1rem + 8 * (100vw - 20rem)/ 1120)}.faq__answer{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1120)}.footer{padding-top:calc(30px + 30 * (100vw - 320px)/ 1120);padding-bottom:calc(50px + 80 * (100vw - 320px)/ 1120);margin-top:calc(18px + 42 * (100vw - 320px)/ 1120)}.footer::before{height:calc(18px + 42 * (100vw - 320px)/ 1120)}.logo-footer__link svg{width:calc(56px + 39 * (100vw - 320px)/ 1120);height:calc(48px + 33 * (100vw - 320px)/ 1120)}.logo-footer__link span{font-size:calc(1.5rem + 8 * (100vw - 20rem)/ 1120)}.phones-footer__phone{font-size:calc(1rem + 8 * (100vw - 20rem)/ 1120)}.socials-footer__social{width:calc(24px + 24 * (100vw - 320px)/ 1120);height:calc(24px + 24 * (100vw - 320px)/ 1120)}}@media (max-width:993px){.sport::after{bottom:unset;top:30%;right:0}.sport__image{height:calc(190px + 140 * (100vw - 320px)/ 673)}.tabs{flex-direction:column;background:0 0;padding:0}.tabs__header{flex-direction:row;flex-wrap:wrap;justify-content:center;margin-right:0}.tabs__item{height:unset;padding:8px 16px;color:#fff;border:1px solid #fff;border-radius:16px;margin-bottom:15px}.tabs__item:not(:last-child){margin-right:15px;margin-bottom:15px}.tabs__item._active{background:#fff}.tabs__body{background:0 0}.food__block{display:flex;justify-content:space-between}}@media (max-width:992px){.logo{flex:1 1 auto}.menu__body{position:absolute;right:0;top:0;width:50%;height:var(--app-height);padding-top:135px;background:#fff;transform:translate(100%,0);opacity:0}.menu__body._active{transform:translate(0,0);opacity:1}.menu__list{flex-direction:column;justify-content:flex-start;height:unset;margin-bottom:20px}.menu__icon{display:block}.hotel__photos{flex:1 1 65%}.hotel__info{flex:1 1 35%}.photos-hotel__frame{width:calc(340px + 110 * (100vw - 768px)/ 225);height:calc(315px + 45 * (100vw - 768px)/ 225)}.sport__navigation{top:calc(85px + 65 * (100vw - 320px)/ 673)}.programm__list::before{display:none}.programm__item{white-space:normal}.programm__item:first-child,.programm__item:last-child{transform:translate(0,0)}.programm__item:nth-child(2),.programm__item:nth-last-child(2){transform:translate(0,0)}.programm__item:nth-child(3),.programm__item:nth-last-child(3){transform:translate(0,0)}.programm__item:nth-child(4),.programm__item:nth-last-child(4){transform:translate(0,0)}.food__left::after{bottom:unset;top:560px}.food__middle{max-width:unset}.food__body{flex-direction:column}.food__block:first-child{padding-left:calc(10px + 140 * (100vw - 320px)/ 1120)}.food__block:first-child .food__image{width:140px;height:205px;padding:10px 0 10px 5px;transform:translate(20px,0)}.food__block:nth-child(2) .food__image{width:165px;height:230px;margin-right:10px}.food__block:nth-child(2) .food__photo{transform:translate(-5px,-5px)}.food__modile{padding-right:calc(10px + 140 * (100vw - 320px)/ 1120)}.food__prices{margin-top:20px}.food__right{align-self:unset}.food__right::after{left:unset;right:0;bottom:unset;top:0}.transfer__wrapper::after{right:-50px;top:100px}.transfer__note{bottom:-30px}}@media (max-width:768px){.header__body{align-items:center;padding:0;height:80px}.menu__body{width:60%}.options__items{margin-bottom:0}.options__socials{width:100%;justify-content:center}.options__btn{margin:0 auto 20px}.main{padding-top:80px;max-height:calc(400px + 100 * (100vw - 320px)/ 448)}.plus__image{width:calc(170px + 130 * (100vw - 480px)/ 513);height:calc(170px + 130 * (100vw - 480px)/ 513);padding-top:calc(7px + 8 * (100vw - 480px)/ 513);padding-right:calc(7px + 8 * (100vw - 480px)/ 513);padding-bottom:calc(3px + 4 * (100vw - 480px)/ 513);padding-left:calc(3px + 4 * (100vw - 480px)/ 513)}.hotel::after{top:unset;bottom:30px;left:calc(-60px + 60 * (100vw - 320px)/ 448)}.hotel__body{flex-direction:column}.hotel__photos{flex:unset;margin-bottom:40px}.hotel__info{flex:unset}.photos-hotel__frame{width:calc(200px + 250 * (100vw - 320px)/ 448);height:calc(180px + 180 * (100vw - 320px)/ 448)}.photos-hotel__frame-wrapper{padding-top:calc(10px + 20 * (100vw - 320px)/ 448);padding-bottom:calc(30px + 40 * (100vw - 320px)/ 448);padding-left:calc(5px + 13 * (100vw - 320px)/ 448);padding-right:calc(5px + 13 * (100vw - 320px)/ 448)}.sport__desc{color:#fff}.rooms__body{flex-direction:column}.rooms__body::after{top:unset;bottom:50px;right:-20px}.rooms__slider{max-width:597px;height:calc(220px + 178 * (100vw - 320px)/ 448)}.rooms__btn{align-self:center;width:270px}.programm__desc{margin-bottom:20px;font-weight:700}.programm__body{flex-direction:column;align-items:flex-start}.programm__details{width:100%}.programm__btn{transform:translate(0,0);width:295px;margin:0 auto}.programm__image{margin:0 auto 20px;width:calc(340px + 216 * (100vw - 320px)/ 448);height:calc(260px + 265 * (100vw - 320px)/ 448)}.price{padding:20px 0}.price__bg{top:0;bottom:0;flex-direction:column}.price__body{flex-direction:column}.price__transfer span::before{display:none}.price__total{margin:20px 0}.price__road::before{display:none}.transfer__wrapper{display:flex;flex-direction:column}.transfer__body{flex-direction:column}.transfer__map{flex:unset;margin:0 auto;order:2;margin-bottom:20px}.transfer__info{order:1;flex:unset;padding:0 30px}.transfer__note{position:relative;bottom:unset;align-self:flex-end;width:-moz-fit-content;width:fit-content}.info-transfer__list{margin-bottom:20px}.info-transfer__desc{max-width:unset;margin-bottom:20px}.details__body{flex-direction:column}.details__title{text-align:center}.details__text{text-align:center;margin-bottom:20px}.faq::before{top:unset;bottom:0}.faq__title{margin-bottom:30px;text-align:center}.faq__body{flex-direction:column}.faq__image{flex:unset;margin-top:0;width:220px;height:270px;margin:0 auto}.faq__questions{margin:0}.footer__body{flex-wrap:wrap}.footer__socials{flex:1 1 100%}.socials-footer{justify-content:center;margin-top:30px}}@media (max-width:480px){.menu__body{width:100%}.options__phones{display:none}.plus__image{width:calc(200px + 100 * (100vw - 320px)/ 160);height:calc(200px + 100 * (100vw - 320px)/ 160);padding-top:calc(7px + 8 * (100vw - 320px)/ 160);padding-right:calc(7px + 8 * (100vw - 320px)/ 160);padding-bottom:calc(3px + 4 * (100vw - 320px)/ 160);padding-left:calc(3px + 4 * (100vw - 320px)/ 160);order:3;margin-bottom:0}.plus__title{order:1;font-size:1.25rem}.plus__desc{max-width:unset;order:2;margin-bottom:15px;font-size:1rem}.plus__navigation{top:unset;transform:translate(0,0);bottom:calc(115px + 55 * (100vw - 320px)/ 160)}.tabs__header{justify-content:flex-start}.calendar__btn{width:270px}.transfer__info{padding:0}.reviews__slider{width:calc(100% - 80px)}.reviews__slide{padding:0}.reviews__item{padding:30px 10px}.details__form{max-width:310px;width:100%}.footer__body{flex-direction:column}.logo-footer{margin-bottom:30px}.phones-footer{align-items:center}}.webp .plus::before{background:url(../img/plus/abstract.webp) 0 0/contain no-repeat}.webp .plus::after{background:url(../img/plus/seashell.webp) 0 0/contain no-repeat}.webp .hotel__container::after{background:url(../img/hotel/umbrella.webp) 0 0/contain no-repeat}.webp .sport::before{background:url(../img/sport/ping-pong.webp) 0 0/contain no-repeat}.webp .sport::after{background:url(../img/sport/football.webp) 0 0/contain no-repeat}.webp .rooms::before{background:url(../img/rooms/flip-flops.webp) 0 0/contain no-repeat}.webp .rooms::after{background:url(../img/rooms/starfish.webp) 0 0/contain no-repeat}.webp .rooms__body::after{background:url(../img/rooms/Arrow.webp) 0 0/contain no-repeat}.webp .food__left::after{background:url(../img/food/decor_left.webp) 0 0/contain no-repeat}.webp .food__right::after{background:url(../img/food/decor_right.webp) 0 0/contain no-repeat}.webp .reviews::before{background:url(../img/reviews/decor_bottom.webp) 0 0/contain no-repeat}.webp .reviews::after{background:url(../img/reviews/decor_top.webp) 0 0/contain no-repeat}.webp .faq::before{background:url(../img/faq/decor_left.webp) 0 0/contain no-repeat}.webp .faq::after{background:url(../img/faq/decor_right.webp) 0 0/contain no-repeat}