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

body{
	font-family: 'Raleway';
	color:#000;
	background:#fff;
}

.logo{
	width:140px;
	height:40px;
	background:url(../img/logo-2.svg) left top no-repeat;
	background-size:contain;
	flex-shrink: 0;
}

.thanks{
	background:#fafafa;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	overflow: hidden;
}
.thanks-box{
	background:#fff;
	max-width:600px;
	box-shadow:0px 38px 76px 0px rgb(11, 29, 66, 0.1);
	border-radius: 30px;
	padding:40px;
	position: relative;

}
.thanks-box h1{
	font-weight: 700;
	font-size:32px;
}
.thanks-box p{
	max-width: 90%;
}
.thanks-box .btn{
	margin-bottom: 0;
	min-width: 0px;
}
/*
.thanks-img{
	position: absolute;
	right:50px;
	top:-30px;
	width:100px;
	z-index: 1;
}
.thanks-img-2{
	position: absolute;
	right:0px;
	bottom:0px;
	width:100px;
	height:150px;
	z-index: 1;
	background:url(../img/c/train_f.png) right top no-repeat;
	background-size:100% auto;
}*/

.thanks-img-2{
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width:80px;
	height:250px;
	z-index: 1;
	background:url(../img/c/train_f.png) left center no-repeat;
	background-size:auto 100%;
	margin: auto;
	display: none;
}

.thanks-img{
	position: absolute;
	right:-40px;
	top:-100px;
	width:130px;
	z-index: 1;
	transform: rotate(-10deg);
}
.thanks-p{
	position: relative;
	z-index: 1;
}
.thanks-ps{
	margin-bottom:25px;
	font-weight: 500;
	font-size:20px;
	color:#9395A0;
	z-index: 1;
	position: relative;
}
@media (max-width: 700px){
	.thanks-img{
		display: none;
	}
	.thanks-box p{
		font-size:14px;
	}
	.thanks-ps{
		font-size:14px;
	}
	.thanks-img-2{
		display: block;
	}
}

.logo-auth{
	position: absolute;
	left:30px;
	top:30px;
}


.wrap-auth{
	position: fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow-y: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap-auth > div{
	margin:0 auto;
	max-width:400px;
	padding-bottom:100px;
	user-select: none;
	padding:20px;
	text-align: center;
	flex-shrink: 0;
	width: 100%;
}

.text-h{
	font-weight:400;
	margin-bottom:5px;
	text-align: left;
	font-size:14px;
}

.text{
	font-size:14px;
	height:56px;
	background:#fff;
	padding:15px;
	max-width:400px;
	width:100%;
	border-radius:10px;
	border: 1px solid #e9e9e9;
	outline:0;
	margin-bottom:20px;
	width:100%;
}
.text:focus{
	outline:0;
}

.btn{
	border-radius:10px;
	color:#fff;
	font-size:14px;
	display: inline-block;
	padding:12px 17px;
	cursor:pointer;
	min-width: 170px;
	margin-top:20px;
	margin-bottom:10px;
}

a{
	font-size:12px;
	margin:0 10px;
	color:#aaa;
	text-decoration: none;
}
a:hover{
	color:#aaa;
	text-decoration: underline;
}




.error{
	padding:15px;
	border-radius:10px;
	border:2px solid #ddd;
	font-size:14px;
	text-align: left;
	margin-bottom:40px;
}


.wrap{
	margin-top:40px;
}

.menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu .btn{
	min-width: 0px;
}

.wrap h1{
	font-weight: 700;
	font-size:38px;
	margin-top:150px;
	color:#A4A4AB;
	font-weight: 500;
	max-width: 860px;
}
.wrap h1 span{
	color:#000;
	font-weight: 700;
}


.wrap-plan{
	text-align: center;
	padding:100px 0 150px 0;
}
.wrap-plan h2{
	font-size:28px;
	color:#000;
	font-weight: 700;
	margin:0;
}
.wrap-plan .btn{
	font-size:16px;
	padding:15px 30px;
}

.wrap-trigs{
	margin-top:100px;
}
.wrap-trigs-2{
	margin-top:100px;
}
.wrap-trigs-ic{
	width:14px;
	height:14px;
	background:blue;
	margin-bottom:20px;
	transform: rotate(45deg);
	border-radius: 4px;
}


.wrap-tarif{
	border:1px solid #e9e9e9;
	padding:30px;
	border-radius:10px;
}

.wrap-info{
	font-size:12px;
	max-width: 900px;
}

h2{
	font-size:20px;
	color:#000;
	font-weight: 700;
}
p{
	color:#9395A0;
	font-size:20px;
	font-weight: 500;
}


.footer{
	background:#17171f;
	padding:100px 0;
	color:#fff;
	margin-top:50px;
}
.footer a{
	color:#aaa;
	margin: 0;
	font-size:14px;
	margin-top:10px;
	display: inline-block;
}
.footer-h{
	margin-bottom:10px;
	font-weight: 700;
}
.footer-i{
	color:#444;
	margin: 0;
	font-size:14px;
	margin-top:20px;
}
.footer-logo{
	margin-bottom:10px;
}


.wrap-card-img{
	text-align: center;
	border-radius: 10px;
}
.wrap-card-text{
	padding:100px;
}
.wrap-phone{
	width:282px;
	height:500px;
	position: relative;
	margin:0 auto;
}
.wrap-phone-bg{
	width:282px;
	height:500px;
	position: absolute;
	left:0;
	top:0;
	z-index:2;
	background:url(../img/iphonex.svg) center center no-repeat;
	background-size:contain;
}
.wrap-phone-img{
	width:189px;
	height:405px;
	position: absolute;
	left:46px;
	top:40px;
	z-index:1;
	background:#aaa url(../img/screen-1.png) center top no-repeat;
	background-size:cover;
}
.wrap-phone-2 .wrap-phone-img{
	background-image:url(../img/screen-2.png);
}
.wrap-phone-3 .wrap-phone-img{
	background-image:url(../img/screen-3.png);
}

.row-flex{
	display: flex;
	align-items: center;
}
.row-flex > div{
	padding:0;
}

a.btn{
	margin:0;
	text-decoration: none;
	color:#fff;
}

.line{
	max-width:655px;
	opacity: 0.7;
}

@media (max-width: 1400px){
	.line{
		max-width:570px;
	}
}
@media (max-width: 1200px){
	.line{
		max-width:475px;
	}
}
@media (max-width: 992px){
	.wrap-trigs-ic{
		margin-top:30px;
	}
	.row-flex{
		display: block;
	}
	.line{
		display: none;
	}
	.wrap-card-text{
		padding: 0;
	}
	.wrap-card-text h2{
		margin-top:50px;
	}
	.wrap-plan {
	    padding-bottom: 80px;
	}
	.wrap-tarif{
		margin-top: 20px;
	}
	.footer-h{
		margin-top: 50px;
	}
	.container{
		padding-left:20px;
		padding-right:20px;
	}
	.wrap h1 {
	    font-size: 30px;
		margin-top: 100px;
	}
	.row-flex > div {
		padding-left:10px;
		padding-right:10px;
	}
	.wrap-trigs-2{
		margin-top:0px;
	}
}
