* {
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	
	font-size: 16px;
}
body {
	width: 100%;
}
h2 {
	font-weight: 400;
	font-size: 42px;
	margin-bottom: 30px;
}
h3 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 30px;
}
a {
	text-decoration: none;
	color:#242424;
}
p {
	margin-bottom: 15px;
}
strong {font-weight: 500;}

.wrapper {
	max-width: 1200px;
	margin:0 auto;
	padding: 0 10px;
	
}


header > .header {

	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.top_logo {
	
}
.top_nav {
	margin-right: auto;
	margin-left:50px; 
}
.top_nav a {
	padding: 10px 20px;
}

.top_soc {
	max-width: 150px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.top_soc a {
	transition: all 0.2s;
}
.top_soc a:hover {
	transform: rotate(-15deg);
}

.top_contacts {
	display: flex;
	flex-flow: column;
	margin-left: 2%;
}
.top_contacts .phone {
	font-size: 20px;
}
.top_contacts .email {
	color: #626262;
}

.main_bg {
	height: calc(100vh - 100px);
	width: 100%;
	background: linear-gradient(
    to bottom,
    rgba(255,255,255, 0),
    rgba(255,255,255, 0.3)
  ),url(../img/bg.png) /* W3C */;
	background-size: cover;
	background-position:  center top;
	background-attachment: fixed;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    overflow: hidden;
    color:#223452;
}
.main_text {
	background: rgba(255,255,255, 0.7);
	padding: 15px 0;
	width: 100%;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

h1 { font-size: 50px; 
font-weight: 500; }
.subheader {
	font-size: 24px;
}
.infoblock {
	width: 100%;

}

.utp_block {
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
	margin:0 auto;
	flex-flow: row wrap;
	max-width: 1200px;

}
.utp_item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 15px;
	font-size: 18px;
	transition: all 0.2s;
}
.utp_item:hover > img {
	transform: rotate(15deg);
	transform: scale(0.95)

}
.utp_item:hover {
	box-shadow: 0px 0px 50px rgba(0,0,0,.1);
	border-radius: 20px;
	background: #e4f2ff;
}
.utp_item img {
    margin: 0 auto;
    margin-bottom: 30px;
    transition: all 0.2s;
    max-width: 120px;
}
.full_wrapper {
	background: #def0ff;
}
.hello_block {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	max-width: 1200px;

}
.hello_block .left {
	max-width: 700px;
}
.hello_block img {
	
	max-width: 300px;
}

.bg2 {
background: linear-gradient( to bottom, #def0ff, rgba(255,255,255, 0.9) ),url(../img/bg2.png) /* W3C */;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
.bg3 {
background: linear-gradient( to bottom, rgba(255,255,255, 0.8), rgba(255,255,255, 1) ),url(../img/bg2.png) /* W3C */;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
.partners_block {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	margin:0 auto;
	max-width: 1200px;
}
.partners_block img {
	max-width: 300px;
	transform: scale(0.85);
	transition: all 0.2s;
	border: 1px solid #eee;

}
.partners_block .first{
	margin-left: auto;
}

.partners_block img:hover {
	transform: scale(0.9);
	box-shadow: 0px 0px 50px rgba(0,0,0,.1);

}

.contacts_block	{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
	margin-top: 100px;
}

.contacts_block .right {
	max-width: 560px;
}
.contacts_block .left {
	max-width: 560px;
	border: 1px solid #eee;
	padding: 20px;
	    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.contacts_block form {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 50px;
}
.contacts_block .left {
	margin-top: 40px;
}
.contacts_block form input {
	padding: 10px;
	margin-bottom: 20px;
	border:1px solid #eee;
	width: 100%;
	max-width: 350px;
}
.contacts_block form button {
	padding: 15px 10px;
	width: 100%;
	color: #eee;
	font-weight: 500;
	max-width: 250px;
	border: 1px solid;
	background: #34558B;
}

footer {
	background:#1E3151;
	color: #D9D9D9;
	padding: 20px 0;
}
footer a {
	color:#eee;
}
.footer_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.form_header {
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: 500;
}
#part1, #part2 {
	max-width: 80%;
}
.popUp_img {
	display: flex;
	flex-flow: row wrap;
	margin-top: 50px;
	justify-content: center;
	align-items: center;
}
.popUp_img img{
	max-width: 60%;
}

@media (max-width: 600px) {
	.top_nav {
		display: none;
	}
	.top_soc {
		display: none;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
		width: 100%;
		text-align: center;
	}
	.hello_block {
		margin-top: 40px;
		margin-bottom: 40px;
		justify-content: center;
	}
	.hello_block img {
		max-width: 200px;
		margin-top: 20px;
	}
	.partners_block {
		justify-content: center;
	}
	.partners_block h2 {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.partners_block div {
		display: flex;
		flex-flow: column;
	}
	
	.contacts_block {
		flex-direction: column-reverse;
		margin-top: 40px;
		margin-bottom: 40px;

	}
	.contacts_block .left {
		padding: 50px 20px;
	}
	.contacts_block form {
		margin-bottom: 0;

	}
	.contacts_block form input {
		width: 90%;
	}
	.footer_wrap div {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#part1,#part2 {
	max-width: 95%;
}
	.popUp_img img{
		max-width: 100%;
		height: auto;
	}
}