@charset "UTF-8";@font-face{font-family:"Roboto";src:local("Roboto Thin"),local("Roboto-Thin"),url("/font/Robotothin.woff2") format("woff2"),url("/font/Robotothin.woff") format("woff"),url("/font/Robotothin.ttf") format("truetype");font-weight:100;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url("/font/Robotothinitalic.woff2") format("woff2"),url("/font/Robotothinitalic.woff") format("woff"),url("/font/Robotothinitalic.ttf") format("truetype");font-weight:100;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto Light"),local("Roboto-Light"),url("/font/Robotolight.woff2") format("woff2"),url("/font/Robotolight.woff") format("woff"),url("/font/Robotolight.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url("/font/Robotolightitalic.woff2") format("woff2"),url("/font/Robotolightitalic.woff") format("woff"),url("/font/Robotolightitalic.ttf") format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto"),local("Roboto-Regular"),url("/font/Roboto.woff2") format("woff2"),url("/font/Roboto.woff") format("woff"),url("/font/Roboto.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Italic"),local("Roboto-Italic"),url("/font/Robotoitalic.woff2") format("woff2"),url("/font/Robotoitalic.woff") format("woff"),url("/font/Robotoitalic.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto Medium"),local("Roboto-Medium"),url("/font/Robotomedium.woff2") format("woff2"),url("/font/Robotomedium.woff") format("woff"),url("/font/Robotomedium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url("/font/Robotomediumitalic.woff2") format("woff2"),url("/font/Robotomediumitalic.woff") format("woff"),url("/font/Robotomediumitalic.ttf") format("truetype");font-weight:500;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto Bold"),local("Roboto-Bold"),url("/font/Robotobold.woff2") format("woff2"),url("/font/Robotobold.woff") format("woff"),url("/font/Robotobold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url("/font/Robotobolditalic.woff2") format("woff2"),url("/font/Robotobolditalic.woff") format("woff"),url("/font/Robotobolditalic.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto Black"),local("Roboto-Black"),url("/font/Robotoblack.woff2") format("woff2"),url("/font/Robotoblack.woff") format("woff"),url("/font/Robotoblack.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Black Italic"),local("Roboto-BlackItalic"),url("/font/Robotoblackitalic.woff2") format("woff2"),url("/font/Robotoblackitalic.woff") format("woff"),url("/font/Robotoblackitalic.ttf") format("truetype");font-weight:900;font-style:italic}.fancy-inputs{float:left;width:100%;height:42px;margin:50px 0 0 0;position:relative;clear:both}.fancy-inputs input{float:left;width:100%;height:40px;padding:0 10px;border:0;border-bottom:2px solid #cecece;background-color:transparent;font-size:22px;position:relative;z-index:99;color:#333}.fancy-inputs input:focus{outline:0}.fancy-inputs input:focus+span:before{width:50%}.fancy-inputs input:focus+span:after{width:50%}.fancy-inputs input:focus+span span{cursor:initial;position:absolute;top:-35px;font-size:.99em;color:#797979}.fancy-inputs input.write{outline:0}.fancy-inputs input.write+span:before{width:50%}.fancy-inputs input.write+span:after{width:50%}.fancy-inputs input.write+span span{cursor:initial;position:absolute;top:-35px;font-size:.99em;color:#797979}.fancy-inputs span{width:100%;height:40px;line-height:40px;position:absolute;left:0;cursor:text}.fancy-inputs span:before{content:"";width:0;height:2px;background-color:#797979;position:absolute;bottom:0;left:0;z-index:99;transition:.3s}.fancy-inputs span:after{content:"";width:0;height:2px;background-color:#797979;position:absolute;bottom:0;right:0;z-index:99;transition:.3s}.fancy-inputs span span{position:absolute;top:0;z-index:1;font-size:22px;text-indent:10px;transition:.3s}.btn-full-block{float:left;width:100%;height:50px;border:0;line-height:50px;margin:0 0 10px 0;border-radius:20px;font-size:22px;text-decoration:none;text-align:center;transition:.3s;cursor:pointer}.btn-full-block.accept{background-color:#39c117;color:#fff}.btn-full-block.accept:hover{background-color:#42d81c}body>.message-box{display:flex;position:fixed;width:340px;top:16px;right:-200px;background:#fff;text-align:center;border-radius:5px;padding:16px;font-weight:500;font-size:1.1rem;opacity:0;z-index:99999;transition:all .2s linear}body>.message-box.error{color:#ff5d5d;border:1px solid #ff5d5d;box-shadow:0 0 8px 0 #ff5d5d}body>.message-box.successful{color:#019d27;border:1px solid #019d27;box-shadow:0 0 8px 0 #019d27}body>.message-box.done{color:#dab024;border:1px solid #dab024;box-shadow:0 0 8px 0 #dab024}body>.message-box.open{right:16px;opacity:1}body>.message-box img{height:30px}body>.message-box>div{display:flex;align-items:center}body>.message-box>div:last-child{text-align:left;margin-left:12px}body>.message-box>div:first-child{width:40px}@media screen and (max-width:750px) and (orientation:portrait){body>.message-box{width:calc(100vw - 16px)}body>.message-box.open{right:8px}}*{outline:0;padding:0;margin:0;box-sizing:border-box;font-family:"Roboto",sans-serif}html{font-size:16px}body{background:#f9f3f3;color:#383838}input{outline:0;border:0;background:#0000;font-family:"Roboto",sans-serif}button{border:0;font-size:1rem;font-family:"Roboto",sans-serif}a{text-decoration:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#333}.authorization-window{display:flex;width:100vw;height:100vh}.authorization-window .authorization-image{flex:1;position:relative;overflow:hidden}.authorization-window .authorization-image img{height:100%;width:100%;object-fit:cover;filter:grayscale(60%)}.authorization-window .authorization-form{width:640px}.authorization-window .authorization-form form{max-width:400px;margin:200px auto;padding:0 16px}.authorization-window .authorization-form form h1{margin:50px 0 0 0;font-size:26px;padding:0 16px;text-align:center;font-weight:bold}.authorization-window .authorization-form form .authorization-inputs{float:left;width:100%;margin:0 0 50px 0}@media(max-width:1180px){.authorization-window .authorization-image{display:none}.authorization-window .authorization-form{width:100%}}