@charset "UTF-8";body header,body footer{display:none}main{background:#f9f5f1}.auth{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;min-height:var(--screenHeight);padding:80px 0}.auth__login{display:block;width:calc(100% - 60px);max-width:600px;padding:80px 0;background:#fff;box-shadow:0 11px 32px rgba(37,37,37,.08)}.auth__login__close{position:absolute;top:30px;right:30px;display:block;width:20px;height:20px;transition:opacity .4s ease-in-out;z-index:10;overflow:hidden}.auth__login__close::before,.auth__login__close::after{content:'';position:absolute;top:calc(50% - 1px);left:-25%;display:block;width:150%;height:2px;background:var(--titleColor);transform-origin:center}.auth__login__close::before{transform:rotate(45deg)}.auth__login__close::after{transform:rotate(-45deg)}.auth__login__title{display:block;width:calc(100% - 60px);max-width:460px;margin:0 auto 30px auto;font-size:40px;line-height:1.2;color:var(--titleColor);font-family:'PTSerif';letter-spacing:.025em;text-align:center}.auth__login__title::after{content:'';position:relative;display:block;width:50px;height:1px;margin:20px auto 0 auto;background:var(--mainColor)}.auth__login__form{display:block;width:calc(100% - 60px);max-width:460px;margin:0 auto}.auth__login__form__bt{max-width:160px;margin:30px auto 0 auto}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.auth__login{width:calc(100% - 40px)}.auth__login__close{top:20px;right:20px}.auth__login__title{font-size:32px}.auth__login__title::after{width:40px}.auth__login__form__bt{max-width:none;margin:10px auto 0 auto}}@media (any-hover:hover){.auth__login__close:hover{opacity:.7}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){}