@import url(reset.css);

.container{
	width: 100%;
	display: flex;
	flex-direction: column;
	
}
header{
	width: 100%;
	height: 700px;
	background: url(../img/Background.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
.logo-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 248px;
	margin-right: 248px;
	margin-top: 46px;
}
header h1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: flex-end;
	color: #FFFFFF;
}
.autorize-wrap{
	display: flex;
}
.LogIn{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	width: 90px;
	height: 36px;
}
.SingIn{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	width: 90px;
	height: 36px;
}
.LogIn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 36px;
	border-radius: 40px;
	text-decoration: none;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}
.SingIn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 36px;
	border-radius: 40px;
	text-decoration: none;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}
.LogIn:hover{
	cursor: pointer;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
}
.SingIn:hover{
	cursor: pointer;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
}
.center-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.center-content h1{
	margin-bottom: 28px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 52px;
	line-height: 63px;
	text-align: center;
	color: #FFFFFF;
}
.center-content h2{
	margin-bottom: 33px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #F7F3F2;
}
.button{
	cursor: pointer;
	width: 225px;
	height: 40px;
	background: #FF4E50;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.button:hover{
	box-shadow: 0px 0px 10px #FF4E50;
	transition: .5s;
}
.button a{
	text-decoration: none;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #FFFFFF;
}
.HowItWorks{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 89px;
}
.HowItWorks h1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #444444;
	margin-bottom: 35px;
}
.step-wrap{
	width: 100%;
	display: flex;
	justify-content: center;
}
.step-wrap p{
	text-decoration: none;
	width: 70px;
	height: 20px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	display: flex;
	align-items: flex-end;
	letter-spacing: 2px;
	background: #FF4E50;
	border-radius: 40px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	margin-left: 25px;
}
.step-wrap h1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
}
.step-wrap h2{
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	color: #E3E3E3;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.step1{
	width: 300px;
	height: 400px;
	background: url(../img/Step1.png) no-repeat;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	transition: .5s;
}
.step2{
	width: 300px;
	height: 400px;
	background: url(../img/Step2.png) no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	transition: .5s;
}
.step3{
	width: 300px;
	height: 400px;
	background: url(../img/Step3.png) no-repeat;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	transition: .5s;
}
.meet{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.partner{
	margin-left: 250px;
	margin-right: 250px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 36px;
}
.person{
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	width: 221px;
	height: 205px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.person h1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #444444;
}
.person h2{
	width: 221px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	
	color: #666666;
}
.avatar1{
	width: 120px;
	height: 120px;
	background: url(../img/avatar1.png);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.avatar1_icon{
	width: 32px;
	height: 32px;
	left: 88px;
	top: 88px;
	border-radius: 50%;
	background: #FF4E50;
	display: flex;
	justify-content: center;
	align-items: center;
}

.avatar2_icon{
	width: 32px;
	height: 32px;
	left: 88px;
	top: 88px;
	border-radius: 50%;
	background: #19D4CA;
	display: flex;
	justify-content: center;
	align-items: center;
}

.avatar3_icon{
	width: 32px;
	height: 32px;
	left: 88px;
	top: 88px;
	border-radius: 50%;
	background: #FFA710;
	display: flex;
	justify-content: center;
	align-items: center;
}

.avatar4_icon{
	width: 32px;
	height: 32px;
	left: 88px;
	top: 88px;
	border-radius: 50%;
	background: #667DF3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.avatar2{
	width: 120px;
	height: 120px;
	background: url(../img/avatar2.png);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.avatar3{
	width: 120px;
	height: 120px;
	background: url(../img/avatar3.png);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.avatar4{
	width: 120px;
	height: 120px;
	background: url(../img/avatar4.png);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.meet h3{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #444444;
	margin-bottom: 34px;
}
.button1{
	text-decoration: none;
	margin-bottom: 90px;
	transition: .5s;
	width: 180px;
	height: 40px;
	background: #FFFFFF;
	border: 2px solid #FF4E50;
	box-sizing: border-box;
	border-radius: 40px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: flex-end;
	color: #FF4E50;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button1:hover{
	box-shadow: 0px 0px 10px #FF4E50;
	background: #FF4E50;
	color: #FFFFFF;
	transition: .5s;
}
.ideas{
	margin-bottom: 90px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ideas h1{
	margin-bottom: 33px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #444444;
}
.ideas-wrap{
	width: 940px;
	height: 980px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sport{
	width: 300px;
	height: 310px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;	
	display: flex;
	align-items: flex-end;
	text-align: center;
	
	background: url(../img/sporthover.png);
	color: #FFFFFF;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.healath{
	width: 300px;
	height: 310px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	
	background: url(../img/healathhover.png);
	color: #FFFFFF;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.extreme{
	width: 300px;
	height: 310px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	
	background: url(../img/extremehover.png);
	color: #FFFFFF;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.games{
	width: 300px;
	height: 310px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	
	background: url(../img/gameshover.png);
	color: #FFFFFF;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.culture{
	width: 620px;
	height: 310px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	
	background: url(../img/culturehover.png);
	color: #FFFFFF;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.relax{
	width: 620px;
	height: 310px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	
	background: url(../img/relaxhover.png);
	color: #FFFFFF;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.travel{
	width: 300px;
	height: 310px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	
	background: url(../img/travelhover.png);
	color: #FFFFFF;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.interests{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.interests h1{
	margin-bottom: 43px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	color: #444444;
}
.interests h2{
	margin-bottom: 25px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 14px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #666666;
}
.inputForm{
	margin-bottom: 110px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.textForm{
	margin-right: 5px;
	padding-left: 15px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	width: 299px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.073313);
	border-radius: 3px;
}
.submitForm{
	transition: .5s;
	margin-left: 5px;
	border:none;
	width: 172.12px;
	height: 40px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: white;
	background: #FF4E50;
	border-radius: 40px;
}
.submitForm:hover{
	cursor: pointer;
	box-shadow: 0px 0px 10px #FF4E50;
	transition: .5s;
}
footer{
	padding-top: 40px;
	border-top: 2px solid #FF4E50;
	width: 100%;
	height: 270px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
footer h1{
	margin-right: 61px;
	height: 100%;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: flex-start;
	color: #FF4E50;
}
.navigation-company{
	margin-left: 61px;
	margin-right: 62px;
	display: flex;
	flex-direction: column;
}
.navigation-company div{
	display: flex;
	flex-direction: column;
}
.navigation-company h1{
	margin-bottom: 10px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: flex-end;
	color: #444444;
}
.navigation-company a{
	margin-bottom: 3px;
	text-decoration: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	color: #999999;
}
.partners-company{
	margin-left: 61px;
	margin-right: 280px;
	display: flex;
	flex-direction: column;
}
.partners-company h1{
	margin-bottom: 10px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: flex-end;
	color: #444444;
}
.partners-company a{
	margin-bottom: 3px;
	text-decoration: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	color: #999999;
}

@media only screen and (max-width: 977px){
	footer h1{
		margin-right: 40px;
	}
	.partners-company{
		margin-right: 245px;
		margin-left: 55px;
	}
}

@media only screen and (max-width: 768px){
  	.logo-wrap{
  		margin-left: 48px;
		margin-right: 48px;
  	}
  	.step-wrap{
  		justify-content: space-around;
  	}
  	.step1{
  		width: 236px;
  	}
  	.step2{
  		margin-left: 10px;
  		margin-right: 10px;
  		width: 236px;
  	}
  	.step3{
  		width: 236px;
  	}
  	.partner{
  		width: 80%;
  		flex-wrap: wrap;
  	}
  	.person{
  		margin-bottom: 35px;
  	}
  	.ideas-wrap{
  		width: 100%;
  		justify-content: space-around;
  	}
  	.sport{
  		width: 236px;
  	}
  	.healath{
  		width: 236px;
  	}
  	.extreme{
  		width: 236px;
  	}
  	.games{
  		width: 236px;
  	}
  	.culture{
  		width: 492px;
  	}
  	.relax{
  		width: 492px;
  	}
  	.travel{
  		width: 236px;
  	}
  	footer{
  		justify-content: space-around;
  	}
  	footer h1{
  		margin-left: 0;
  	}
  	.navigation-company{
  		margin-left: 0;
  		margin-right: 0;
  	}
  	.partners-company{
  		margin-left: 0;
  		margin-right: 0;
  	}
}

@media only screen and (max-width: 480px){
	.logo-wrap{
		flex-direction: column-reverse;
		margin-top: 23px;
		margin-left: 0;
		margin-right: 0;
	}
	.logo-wrap h1{
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 24px;
	}
	.HowItWorks{
		margin-bottom: 35px;
	}
	.button1{
		margin-bottom: 35px;
	}
	header{
		margin-bottom: 35px;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.center-content h1{
		font-size: 30px;
		line-height: 37px;
	}
	.center-content h2{
		font-size: 18px;
		line-height: 24px;
	}
	.autorize-wrap{
		margin-bottom: 200px;
	}
	.step-wrap{
		flex-wrap: wrap;
	}
	.step1{
  		width: 300px;
  		height: 240px;
  	}
  	.step2{
  		margin-top: 10px;
  		margin-bottom: 10px;
  		margin-left: 0px;
  		margin-right: 0px;
  		width: 300px;
  		height: 240px;
  	}
  	.step3{
  		width: 300px;
  		height: 240px;
  	}
  	.sport{
  		width: 350px;
		height: 150px;
		margin-bottom: 10px;
		border-radius: 4px;
		background-repeat: no-repeat;
		background-size: cover;
  	}
  	.healath{
  		width: 350px;
		height: 150px;
		margin-bottom: 10px;
		border-radius: 4px;
		background-repeat: no-repeat;
		background-size: cover;
  	}
  	.extreme{
  		width: 350px;
		height: 150px;
		margin-bottom: 10px;
		border-radius: 4px;
		background-repeat: no-repeat;
		background-size: cover;
  	}
  	.games{
  		width: 350px;
		height: 150px;
		margin-bottom: 10px;
		border-radius: 4px;
		background-repeat: no-repeat;
		background-size: cover;
  	}
  	.culture{
  		width: 350px;
		height: 150px;
		margin-bottom: 10px;
		border-radius: 4px;
		background-repeat: no-repeat;
		background-size: cover;
  	}
  	.relax{
  		width: 350px;
		height: 150px;
		margin-bottom: 10px;
		border-radius: 4px;
		background-repeat: no-repeat;
		background-size: cover;
  	}
  	.travel{
  		width: 350px;
		height: 150px;
		margin-bottom: 10px;
		border-radius: 4px;
		background-repeat: no-repeat;
		background-size: cover;
  	}
  	.interests h1{
  		width: 280px;
  		margin-bottom: 9px;
  	}
  	.interests h2{
  		margin-bottom: 15px;
  	}
  	.ideas{
  		margin-bottom: 35px;
  	}
  	.ideas-wrap{
  		height: auto;
  	}
  	.inputForm{
  		flex-direction: column;
  		margin-bottom: 40px;
  	}
  	.submitForm{
  		margin-top: 10px;
  		width: 280px;
  	}
  	footer{
  		padding-top: 20px;
  		padding-bottom: 20px;
  		flex-direction: column;
  		align-items: center;
  		justify-content: space-around;
  	}
  	footer h1{
		margin: 0;
		height: 20px;
  	}
  	.navigation-company{
  		flex-direction: column;
  		justify-content: center;
  		align-items: center;
  	}
  	.navigation-company a{
  		margin-left: 10px;
  	}
  	.navigation-company div{
  		width: 200px;
  		flex-direction: row;
  		flex-wrap: wrap;
  		justify-content: center;
  	}
}

@media only screen and (max-width: 320px){
	header{
		height: 540px;
	}
	.logo-wrap{
		margin-top: 23px;
	}
	.autorize-wrap{
		margin-bottom: 60px;
	}
	.HowItWorks h1{
		margin-bottom: 15px;
	}
	.sport{
		width: 300px;
		height: 120px;
	}
	.healath{
		width: 300px;
		height: 120px;
	}
	.extreme{
		width: 300px;
		height: 120px;
	}
	.games{
		width: 300px;
		height: 120px;
	}
	.culture{
		width: 300px;
		height: 120px;
	}
	.relax{
		width: 300px;
		height: 120px;
	}
	.travel{
		width: 300px;
		height: 120px;
	}
	.step1{
		width: 300px;
		height: 240px;
	}
	.step2{
		width: 300px;
		height: 240px;
	}
	.step3{
		width: 300px;
		height: 240px;
	}
}