@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300..900&display=swap');

body{
	font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Helvetica, roboto, arial;
	color:#000;
	user-select: none;
}

.wrap{
	max-width: 750px;
	padding:40px 20px;
	margin:0 auto;
}
.wrap-auth{
	min-height: 100vh;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.wrap-auth-content{
	padding:40px 0;
}

.menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	display: flex;
	align-items: center;
}
.logo-img{
	width:34px;
	height:34px;
	background:url(../img/logo.png) center center no-repeat;
	background-size:contain;
	flex-shrink: 0;
}
.logo-h{
	margin-left:6px;
	font-weight: 700;
	font-size:20px;
	font-family: 'Outfit';
}
.menu-btn{
	background:#eee;
	padding:8px 18px;
	font-size:12px;
	color:#555!important;
	text-decoration: none!important;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
}

h1{
	margin-top:40px;
	font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 40px;
    margin-bottom:20px;
}
p{
	font-size: 17px;
     line-height: 28px;
     margin: 6px 0 20px;
	font-weight: 300;
}
b{
	font-weight: 700;
}
ul{
	font-size: 17px;
     line-height: 28px;
	font-weight: 300;
}
.img{
	aspect-ratio: 1/0.5;
	margin-bottom:40px;
	background:#eee url(../img/img.jpg) center center no-repeat;
	background-size:cover;
	border-radius: 20px;
}
.steps{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:40px;
	gap:10px;
}
.step{
	width:100%;
	height:7px;
	background:#eee;
	border-radius:100px;
}
.step-a{
	background:linear-gradient(to bottom, #FF875F, #FF5169);
}



.btn{
	padding:20px;
	background:linear-gradient(to bottom, #FF875F, #FF5169);
	color:#fff;
	font-weight: 700;
	text-align: center;
	border-radius:20px;
	margin-top:40px;
	margin-bottom:100px;
	cursor: pointer;
}

.btn-glow{
	position: relative;
	overflow: hidden;
}
.btn-glow:before{
	content:'';
	position: absolute;
	top: -50px;
	bottom: -50px;
	left: -75%;
	width: 100px;
	background: rgba(255, 255, 255, 0.3);
	filter: blur(8px);
	transform: skewX(-20deg);
	animation: glowSlide 2.5s infinite;
}

@keyframes glowSlide {
	0% {
	left: -75%;
	}
	50% {
	left: 125%;
	}
	100% {
	left: 125%;
	}
}

.footer{
	text-align: center;
}
.footer-info{
	font-size: 12px;
     font-weight: 300;
     color: #999;
}
.footer-links a{
    font-size: 12px;
    font-weight: 500;
    color: #999!important;
    margin: 0 5px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 300;
    text-decoration:none;
}


.pages{
	position: relative;
	min-height: 100vh;
}
.page-load{
	background:#fff;
	opacity:0.5;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:100;
	visibility: hidden;
}
.page-load-a{
	visibility: visible;
}

.page{
	display: none;
}
.page-a{
	display: block;
	opacity: 0;
	transition: 0.6s;
	z-index:5;
}
.page-on{
	opacity: 1;
}


.form-h{
	font-size: 17px;
     line-height: 28px;
     margin: 6px 0 20px;
	font-weight: 700;
	margin-top:30px;
}

.form-btn{
	padding:20px;
	background:#fff;
	border:3px solid #ebebeb;
	color:#000;
	font-size:16px;
	font-weight: 700;
	text-align: center;
	border-radius:20px;
	margin-top:10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.form-btn div{
	width:30px;
	height:30px;
	background:#ebebeb;
	border-radius:10px;
	flex-shrink: 0;
	margin-right:10px;
}
.form-btn span{
	text-align: left;
	line-height: 1.3em;

}
.form-btn-a{
	border-color:#ff5169;
}
.form-btn-a div{
	background:linear-gradient(to bottom, #FF875F, #FF5169);
	position: relative;
}
.form-btn-a div:before{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
	background:url(../img/tick-w.svg) center center no-repeat;
	background-size:14px auto;
}


.auth-h{
	font-weight: 700;
	font-size:20px;
	margin-bottom:20px;
	text-align: center;
}
.auth-d{
	font-weight: 700;
	font-size:20px;
	margin-bottom:20px;
	text-align: center;
}
.auth-form{
	max-width:300px;
	margin:0 auto;
}
.auth-text{
	font-size:14px;
	font-weight: 400;
	height:55px;
	border:0;
	background:#fff;
	padding:10px 15px;
	max-width:300px;
	width:100%;
	border-radius:15px;
	border: 1px solid #e9e9e9;
	outline:0;
	margin-top:10px;
	outline: 0;
}
.auth-btn{
	padding:17px 30px;
	background:linear-gradient(to bottom, #FF875F, #FF5169);
	color:#fff;
	font-weight:700;
	font-size:14px;
	border-radius:15px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width:100%;
	margin-top:20px;
	border:0!important;
	outline: 0!important;
}


.auth-btns{
	margin-top:20px;
	margin-bottom:10px;
}
.auth-btns-btn{
	padding:10px 0;
	text-align: center;
	font-size:14px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:0.2s;
	color: #000;
	border:1px solid #E0E0E0;
	font-weight: 600;
	margin-top:10px;
}
.auth-btns-btn div{
	width:22px;
	height:22px;
	margin-right:10px;
}
.auth-btns-btn-tg div{
	background:url(../img/tg.svg) center center no-repeat;
	background-size:contain;
}
.auth-btns-btn-vk div{
	background:url(../img/vk.png) center center no-repeat #fff;
	background-size:contain;
}

.auth-hr{
	margin-top:25px;
	margin-bottom:5px;
}
.auth-link{
	margin-top:25px;
	font-size:12px;
	color:#777;
	font-weight: 400;
	text-align: center;
}
.auth-link-2{
	margin-top:5px;
}
.auth-link a{
	color:#FF5F67!important;
}



.auth-label{
    position: relative;
    padding-left: 24px;
    text-align: left;
    color: #777;
    line-height: 1.2em;
    font-size:12px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 400;
    padding-top:4px;
}
.auth-label input{
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.auth-label input{
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}
.auth-label input:active{
    outline: none;
    border-color: #FF5F67;
}
.auth-label input:checked {
    background-color: #FF5F67 !important;
    border-color: #FF5F67 !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0xMS40IDVMMTAgMy42bC00IDQtMi0yTDIuNiA3IDYgMTAuNHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}


.noty{
	position:fixed;
	right:20px;
	top:-30px;
	left:20px;
     opacity:0;
     transition:top 0.5s, opacity 0.5s;
     z-index:5000;
	text-align: center;
	pointer-events: none;
	user-select: none;
	z-index:500;
}
.noty div{
	box-shadow: 0 15px 18px 0 rgba(255, 103, 102, 0.2);
     background:linear-gradient(to bottom, #FF875F, #FF5169);
     color: #fff;
	border-radius:15px;
	display:inline-block;
	color:#fff;
	padding:14px 20px;
	font-size:14px;
	font-weight:300;
     cursor:arrow;
}
.noty-show{
	top:20px;
	opacity:1;
     cursor:pointer;
}




.m-lock{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:503;
	background:rgba(22,24,34,0.15);
	transition:0.5s;
	visibility:hidden;
	opacity:0;
	z-index:999999;
}
.m-lock-a{
	visibility:visible;
	opacity:1;
}
.m-lock > div{
    position:absolute;
	z-index:999999;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:96px;
	height:96px;
	margin:auto;
	color:#fff;
}
.m-lock > div > div {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    background-color:#fff;
    border: 0 solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    opacity: 0;
    animation: m-lock 1s 0s linear infinite;
}
.m-lock > div > div:nth-child(2) {
    animation-delay: .2s;
}
.m-lock > div > div:nth-child(3) {
    animation-delay: .4s;
}
@keyframes m-lock{
    0% {
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}






.modal-bg{
	position: fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(25, 23, 35, 0.1);
	z-index:4999;
	display: flex;
	padding:50px;
	align-items: center;
	justify-content: center;
	overflow: auto;
	display: none;
}
.modal{
	padding:30px 20px 40px 20px;
	background: #fff;
	border-radius: 20px;
	width:100%;
	max-width:600px;
	text-align: center;
	box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
	position: relative;
	margin: auto;
}
.modal-h{
	font-size:20px;
	font-weight: 700;
}
.modal-d{
	font-size:14px;
	font-weight: 500;
	margin-top:10px;
	color:#999;
	margin-bottom:20px;
}
.modal-close{
	position: absolute;
	right:15px;
	top:15px;
	border-radius: 100px;
	background: #eee url(../img/cross-b.svg) center center no-repeat;
	background-size:8px auto;
	z-index:10;
	width:24px;
	height:24px;
	cursor: pointer;
}
.modal-close:before{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
	background:url(../img/cross-w.svg) center center no-repeat;
	background-size:8px auto;
	z-index:2;
}
.modal-bot-qr{
	margin-top:30px;
	margin-bottom:30px;
}

.modal-small{
	max-width:450px;
}
.modal .btn{
	margin-bottom:0;
}


.hello-h{
	font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 40px;
    margin-bottom:20px;
}
.hello-p{
	font-size: 17px;
     line-height: 28px;
     margin: 6px 0 20px;
	font-weight: 300;
}
.hello-p b{
	font-weight: 700;
}
.hello-p a{
	color:#FF5F67!important;
}


.hello-h-2{
	font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 30px;
    margin-top:60px;
    text-align: center;
}
.hello-p-2{
	font-size: 16px;
     line-height: 28px;
	font-weight: 300;
     text-align: center;
     margin-bottom:10px;
}

@media screen and (max-width: 750px) {
	h1{
		margin-top:40px;
	     font-size: 26px;
	     line-height: 30px;
	     margin-bottom:20px;
	}
	.hello-h{
		line-height: 30px;
	}
	.btn-glow:before{
		animation: glowSlide 1.5s infinite;
	}
}
