:root{color-scheme:light dark}@media (prefers-color-scheme:light){body{background-color:#f7e2eb}}@media (prefers-color-scheme:dark){body{background-color:#f7e2eb}}@font-face{font-family:Nunito;src:local("Nunito Regular"),local("Nunito-Regular"),url(../fonts/Nunito-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:local("Nunito Medium"),local("Nunito-Medium"),url(../fonts/Nunito-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:local("Nunito Back"),local("Nunito-Back"),url(../fonts/Nunito-Black.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}*,::after,::before{box-sizing:inherit}*{max-height:100000px;margin:0;padding:0;outline:0}html{box-sizing:border-box}body{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-tap-highlight-color:transparent;position:relative;min-width:320px;margin:0;font-family:Nunito,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:1em;color:#4e2575;direction:ltr;background:linear-gradient(180deg,#e8d2f5 0,#f7e2eb 54.19%)}img{display:block;max-width:100%;height:auto}a{cursor:pointer}.footer>a[href^=tel]{color:inherit;text-decoration:inherit;pointer-events:none}.hide-scrollbar::-webkit-scrollbar{width:0}.hide-scrollbar{scrollbar-width:none}.wrap{position:relative;display:flex;flex-direction:column;height:100vh;height:var(--vh,100vh);background-image:url(../img/bg-desk.svg);background-repeat:no-repeat;background-position:center;background-size:90%}.wrap-inner{position:relative;flex-grow:1;padding-top:25vh;padding-top:calc(var(--vh,100vh) * .25)}.content{position:relative;width:366px;margin:0 auto}.title{position:relative;font-size:34px;line-height:.95em;font-weight:900;color:#4e2575;text-align:center;text-transform:uppercase;margin-bottom:20%}.title::before{content:"";position:absolute;top:-95px;left:calc((100% - 496px)/ 2);z-index:-1;width:496px;height:245px;background:url(../img/bg-stars.svg);background-size:cover}.br{display:none}.text{color:#4e2575;font-size:18px;text-align:center;margin-bottom:10%}.form{position:relative}.btn{display:block;width:100%;margin:0 auto;padding:15px 8px;font-family:Nitino,Arial,Helvetica,sans-serif;font-size:18px;line-height:1em;font-weight:900;color:#fff;text-align:center;text-decoration:none;background-color:#4e2575;border:none;border-radius:23px;cursor:pointer;user-select:none;transition:background-color .15s}.btn:hover{background-color:#6c4a8c}.btn--disable{background-color:#a0a0a0}.btn--disable:hover{background-color:#a0a0a0}.btn--error{background-color:#a0a0a0}.btn--error:hover{background-color:#a0a0a0}.form__descr{margin-bottom:10px;font-size:13px;line-height:1em;font-weight:400;text-align:center}.footer{position:relative;width:400px;margin:0 auto;padding-bottom:5px;font-size:11px;line-height:1em;font-weight:400;text-align:justify;background-color:#f7e2eb}.footer__link{display:block;width:fit-content;margin:0 auto;padding:5px;line-height:1em;color:#4e2575;text-decoration:none}.message{position:fixed;z-index:20;left:0;top:0;width:100%;height:100%;display:none;justify-content:center;align-items:center;background:rgba(0,0,0,.8)}.info--show{display:flex}.message__content{display:flex;flex-direction:column;align-items:center;width:340px;padding:25px 15px;font-family:Arial,Helvetica,sans-serif;color:#000;background-color:#fff;border:none;border-radius:9px;will-change:transform;animation-name:fadeInDown;animation-duration:.8s;animation-delay:.4s;animation-fill-mode:both}.message__content--mod{width:300px;padding:32px 25px}.message__title{margin-bottom:16px;font-size:26px;line-height:1.15em;font-weight:700;text-align:center}.message__text{font-size:22px;line-height:1.15em;font-weight:400;text-align:center}.message__text--mod{margin-bottom:12px}.message__close{position:absolute;top:5px;right:5px;width:30px;height:30px;font-size:0;color:transparent;cursor:pointer}.message__close::before{content:"";position:absolute;top:0;left:50%;width:4px;height:100%;background-color:#000;transform:translateX(-50%) rotate(-45deg)}.message__close::after{content:"";position:absolute;top:0;left:50%;width:4px;height:100%;background-color:#000;transform:translateX(-50%) rotate(45deg)}.message__close:hover.message__close::after,.message__close:hover.message__close::before{background-color:#323232}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}@media screen and (min-width:1025px) and (max-height:700px){.wrap-inner{padding-top:18vh;padding-top:calc(var(--vh,100vh) * .18)}}@media screen and (max-width:1024px) and (max-height:1366px){.wrap{position:relative;background-image:url(../img/bg-tab-vert.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.wrap-inner{padding-top:14vh;padding-top:calc(var(--vh,100vh) * .14)}.footer{width:100%;padding:0 20px 5px}}@media screen and (orientation:landscape) and (max-width:1024px) and (max-height:1366px){.wrap{position:relative;background-image:url(../img/bg-desk.svg);background-repeat:no-repeat;background-position:center;background-size:90%}.wrap-inner{padding-top:18vh;padding-top:calc(var(--vh,100vh) * .18)}.footer{width:100%;padding:0 20px 5px}}@media screen and (max-width:500px){.wrap{background-image:url(../img/bg-mob-vert.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.wrap-inner{overflow:hidden}.content{width:366px}.title{position:relative}.title::before{content:"";position:absolute;top:-70px;left:calc((100% - 430px)/ 2);z-index:-1;width:430px;height:193px;background:url(../img/bg-stars-mob-vert.svg);background-size:cover}.footer{padding:0 7px 5px}.footer::before{content:"";position:absolute;top:-10px;left:0;width:100%;height:10px;background:linear-gradient(0deg,#f7e2eb 25%,rgba(247,226,235,0) 100%)}}@media screen and (max-width:375px){.content{width:325px}.form__descr{font-size:12px}.title{margin-bottom:10%}.text{margin-bottom:5%}}@media screen and (max-width:350px){.wrap-inner{padding-top:10vh;padding-top:calc(var(--vh,100vh) * .1)}.content{width:277px}.title{font-size:20px;margin-bottom:15px}.text{font-size:16px;margin-bottom:10px}.form__descr{margin-bottom:7px;font-size:10px}.btn{font-size:16px;padding:10px 8px}}@media screen and (orientation:landscape) and (min-width:480px) and (max-width:950px) and (max-height:500px){.wrap{background-image:url(../img/bg-mob-land-667.svg);background-repeat:no-repeat;background-position-x:right;background-position-y:-15vh;background-position-y:calc(var(--vh,100vh) * (-.15));background-size:80%}.wrap-inner{display:flex;align-items:center;padding-top:0;transition:all .2s}.content{display:block;width:450px}.title{font-size:28px;margin-bottom:5%}.text{margin-bottom:10px}.form__descr{margin-bottom:7px;font-size:11px}.footer{padding:0 7px}.footer::before{content:"";position:absolute;top:-10px;left:0;width:100%;height:10px;background:linear-gradient(0deg,#f7e2eb 25%,rgba(247,226,235,0) 100%)}.footer__text{line-height:.9}.message__content--mod{padding:20px 32px}.message__title{margin-bottom:16px;font-size:22px}}@media screen and (orientation:landscape) and (min-width:480px) and (max-width:900px) and (max-height:320px){.title{font-size:22px;margin-bottom:10px}.title::before{top:-20px;left:calc((100% - 268px)/ 2);z-index:-1;width:268px;height:131px}.footer__text{font-size:10px}.text{font-size:16px}}