﻿body {
	padding:0;
	margin:0;
	font-family: SegoeUI, Arial, sans-serif;
}

.wrapper {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}		

.header {
	width:100%;
	background-color:#ebebeb;
	padding:50px 0;
}

.header__logo {
	display:inline-block;
	width:400px;
	height:77px;
	margin-right:30px;
	transform:translateY(-10px);				
}

.header__logo::before {
	display:inline-block;
	vertical-align:middle;
	content:'';
	width:400px;
	height:77px;
	background-image:url('../img/logo.svg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.header__phone {
	display:inline-block;
	width:300px;
	vertical-align:middle;
	font-family:SegoeUIBold,sans-serif;
	font-size:30px;
	color:#4c68ab;				
}

.header__phone_big {
	font-size:35px;
}

.header__offer {
	display:block;
	margin-top:20px;
	margin-bottom:-13px;
	font-family:SegoeUIBold,sans-serif;
	font-size:45px;
	text-align:center;
	color:#4c68ab;
}

.first-screen {
	width:100%;
	background-color:#ebebeb;
	padding:0 0 50px;
	box-shadow:0 2px 3px #999;
}

.first-screen .wrapper {
	box-shadow:1px 1px 2px #333;
	position:relative;
}

.first-screen__banner {
	display:inline-block;
	vertical-align:top;
	width:60%;
	height:500px;
	background-image:url('../img/success.png');
	background-size:cover;
	background-position:right center;
	background-repeat:no-repeat;
	text-align:center;
	position:relative;				
}

.first-screen__banner::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:100%;
}

.first-screen__banner-text {
	display:inline-block;
	vertical-align:middle;
	width:90%;
	max-width:400px;
	color:#fff;
	font-family:SegoeUIBold,sans-serif;
	text-shadow:1px 1px 2px #333;
	font-size:35px;
}

.first-screen__banner::after {
	content:'';
	display:inline-block;
	width:80px;
	height:80px;
	border-radius:50%;
	background-color:#fff;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-40px;
	margin-right:-40px;
	box-shadow:1px 1px 2px #333;
	background-image:url('../img/strela.png');
	background-size:35%;
	background-position:center center;
	background-repeat:no-repeat;
}

.first-screen__form-block {
	display:inline-block;
	vertical-align:top;
	width:40%;
	height:500px;
	background-color:#dddddd;
	text-align:center;	
	/*position:relative;	*/			
}

.first-screen__form-block::before {
	content:'';
	display:inline-block;
	width:0;
	height:100%;
	vertical-align:middle;
}

.first-screen__form-block::after {
	content:'';
	display:inline-block;
	width:75px;
	height:75px;
	position:absolute;
	right:0;
	top:0;
	margin-top:-4px;
	margin-right:-6px;
	background-image:url('../img/corner.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.first-screen__form {
	display:inline-block;
	vertical-align:middle;
	width:70%;	
	text-align:center;
}

.first-screen__form-title {
	display:block;
	padding:20px 0;
	text-align:center;
	font-size:33px;
	color:#111;
	font-family:SegoeUIBold,sans-serif;
}

.first-screen__form-input {
	display:block;
	width:100%;
	border:0;
	border-bottom:1px solid #c1c1c1;
	color:#333;
	background:transparent;
	text-align:center;
	margin-top:15px;
	font-size:21px;
	font-family:SegoeUIBold,sans-serif;
	text-transform:uppercase;
	outline:none;
}

.first-screen__form-input::-webkit-input-placeholder {
	text-align:center;
	color:#333;
	text-overflow:ellipsis;
	font-size:21px;
	text-transform:uppercase;
}

.first-screen__form-input::-moz-placeholder {
	text-align:center;
	color:#333;
	text-overflow:ellipsis;
	font-size:21px;
	text-transform:uppercase;
}

.first-screen__form-input:-moz-placeholder {
	text-align:center;
	color:#333;
	text-overflow:ellipsis;
	font-size:21px;
	text-transform:uppercase;
}

.first-screen__form-input:-ms-input-placeholder {
	text-align:center;
	color:#333;
	text-overflow:ellipsis;
	font-size:21px;
	text-transform:uppercase;
}

.first-screen__form-submit {
	font-size:20px;
	background:transparent;
	border:2px solid #111;
	padding:10px 0;
	text-transform:uppercase;
	color:#111;
	display:block;
	margin-top:15px;
	width:100%;
	font-family:SegoeUIBold,sans-serif;
}

.first-screen__form-submit:hover {
	background-color:#ccc;
	cursor:pointer;
}

.benefits {
	width:100%;
	overflow:hidden;
	padding-top:40px;
}

.benefits__list {
	list-style-type: none;				
}

.benefits__list-item {
	font-size:30px;
	color:#2c313e;
	line-height:40px;
	font-family:SegoeUISemiBold,sans-serif;;
	position:relative;
	margin-left:80px;
	margin-bottom:30px;				
}

.benefits__list-item::before {
	content:'';
	display:inline-block;
	position:absolute;
	left:-60px;
	top:0;				
	width:40px;
	height:40px;
	background-image:url('../img/check.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;				
}

.nav {
	width:100%;
	margin-top:30px;				
}

.nav__button {
	margin:20px 30px;
	padding:10px 20px;
	color:#fff;
	background-color:#2c313e;
	display:inline-block;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

.nav__button_left-margin {
	margin-left:60px;
}

.vacancies {				
	margin-top:40px;	
	background-color:#f6f6f6;
}
			
.vacancies__title {
	font-size:29px;
	color:#2c313e;
	font-family:SegoeUIBold,sans-serif;
	padding:25px 0;
	margin-left:60px;
}

.vacancies__text {
	font-size:25px;
	color:#2c313e;
	font-family:SegoeUISemiBold,sans-serif;;
	line-height:50px;
	padding-bottom:30px;
	margin-left:60px;
}

.vacancies__text_underline {
	text-decoration:underline;
}

.vacancies__text_ruble {
	font-family:Arial, sans-serif;
}

.education {
	width:100%;
	margin-top:65px;
}
			
.education__title {
	font-size:35px;
	text-transform:uppercase;
	font-family:SegoeUIBold,sans-serif;
	text-align:center;
	margin:35px 0;
	color:#2c313e;
}

.education__text {
	font-size:25px;
	color:#2c313e;
	line-height:50px;
	margin-left:60px;
}

.education__text p {
	padding-top:10px;				
}

.education__text_bold {
	font-family:SegoeUIBold,sans-serif;
	padding-top:35px !important;				
}

.education__list {
	list-style-type:none;
	margin-left:60px;
	padding-left:0;
	margin-bottom:20px;		
	margin-top:30px;
}

.education__list-item {
	position:relative;
	margin-bottom:45px;
}

.education__list-item::before {
	content:'';
	display:inline-block;
	position:absolute;
	left:-60px;
	top:4px;				
	width:40px;
	height:40px;
	background-image:url('../img/check.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.education__credo {
	float:left;
	margin-right:37px;
}

.gallery {
	width:100%;
	background-color:#333;				
}

.gallery__wrapper::after {
	content:'';
	display:table;
	clear:both;
}

.gallery__item {
	display:inline-block;
	width:25%;
	height:400px;
	float:left;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.info {				
	padding-top:40px;					
}
			
.info__title {
	font-size:29px;
	color:#2c313e;
	font-family:SegoeUIBold,sans-serif;
	padding:25px 0;
	margin-left:60px;
}

.info__text {
	font-size:25px;
	color:#2c313e;
	font-family:SegoeUISemiBold,sans-serif;;
	line-height:50px;
	padding-bottom:30px;
	margin-left:60px;
}

.last-form {
	width:100%;
	margin:40px 0;				
}

.last-form .wrapper {
	text-align:center;
}

.last-form__description {
	font-size:25px;	
	color:#555;	
	font-family:SegoeUISemiBold,sans-serif;;
	line-height:50px;
	padding:0 50px 30px;	
	margin-top:-25px;
}

.last-form__form {
	display:inline-block;
	vertical-align:middle;					
	max-width:420px;
	text-align:center;
	background-color:#dddddd;
	box-shadow:0 1px 2px #333;
	padding:40px 60px;
}

.last-form__form-title {
	display:block;
	padding:20px 0;
	text-align:center;
	font-size:35px;
	color:#111;
	font-family:SegoeUIBold,sans-serif;
}

.last-form__form-input {
	display:block;
	width:100%;
	border:0;
	border-bottom:1px solid #c1c1c1;
	color:#333;
	background:transparent;
	text-align:center;
	margin-top:25px;
	margin-bottom:10px;
	font-size:21px;
	font-family:SegoeUIBold,sans-serif;
	text-transform:uppercase;
	outline:none;
}

.last-form__form-input::-webkit-input-placeholder {
	text-align:center;
	color:#333;
	text-overflow:ellipsis;
	font-size:21px;
	text-transform:uppercase;
}

.last-form__form-input::-moz-placeholder {
	text-align:center;
	color:#333;
	text-overflow:ellipsis;
	font-size:21px;
	text-transform:uppercase;
}

.last-form__form-input:-moz-placeholder {
	text-align:center;
	color:#333;
	text-overflow:ellipsis;
	font-size:21px;
	text-transform:uppercase;
}

.last-form__form-input:-ms-input-placeholder {
	text-align:center;
	color:#333;
	text-overflow:ellipsis;
	font-size:21px;
	text-transform:uppercase;
}

.last-form__form-submit {
	font-size:20px;
	background:transparent;
	border:2px solid #111;
	padding:10px 0;
	text-transform:uppercase;
	color:#111;
	display:block;
	margin-top:15px;
	width:100%;
	font-family:SegoeUIBold,sans-serif;
}

.last-form__form-submit:hover {
	background-color:#ccc;
	cursor:pointer;
}

.footer {
	width:100%;
	background-color:#ebebeb;
	padding:40px 0;
	margin-top:65px;
}

.footer__logo {
	display:inline-block;
	width:400px;
	height:77px;
	margin-right:30px;
	vertical-align:middle			
}

.footer__logo::before {
	display:inline-block;
	vertical-align:middle;
	content:'';
	width:300px;
	height:59px;
	background-image:url('../img/logo.svg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.policy {
	text-align: center;
	font-family: SegoeUI, Arial, sans-serif;
	color: #2c313e;
}
.policy__link {
    color: #2c313e;
}

.footer__phone {
	display:inline-block;
	width:300px;
	vertical-align:middle;
	font-family:SegoeUIBold,sans-serif;
	font-size:30px;
	color:#2b3346;				
}

.announcement {
	background-color: #ebebeb;
	padding: 1em 2em;
}
.announcement__title {
	margin: 0;
}
.announcement p {
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 0;
}

@media screen and (max-width: 1230px) {
	.first-screen__form-block::after {
		display:none;
	}
}

@media screen and (max-width: 700px) {

	.adaptive {
		display:block;
		width:100%;
		text-align:center;
	}
	
	.header__logo::before {
		display:inline-block;
		content:'';
		width:300px;
		height:59px;
	}
	
	.header__offer {
		font-size:25px;
	}
	
	.first-screen {
		padding-bottom:0;
	}
	
	.first-screen__banner::after, .first-screen__form-block::after {
		display:none;
	}
	
	.first-screen__banner {
		height:300px;
	}
	
	.first-screen__form-block {
		height:400px;
	}
	
	.benefits__list {
		padding:0;
	}
	
	.benefits__list-item {
		font-size:25px;
	}
	
	.nav {
		text-align:center;
		margin-left:0;
	}
	
	.nav__button {
		font-size:25px;
		padding:10px 0;
		display:inline-block;
		width:80%;
		text-align:center;
	}
	
	.nav__button_left-margin {
		margin-left:30px;
	}
	
	.vacancies__title {
		font-size:27px;
		padding:15px 0;
		margin-left:30px;
	}
	
	.vacancies__text {
		font-size:23px;
		line-height:35px;
		padding-bottom:20px;
		margin-left:30px;
	}
	
	.education__text {
		margin-left:30px;
		font-size:23px;
		line-height:40px;
	}
	
	.gallery__item {
		width:50%;
	}
	
	.info__title {
		font-size:27px;
		padding:25px 0;
		margin-left:30px;
	}
	
	.info__text {
		font-size:23px;
		line-height:35px;
		padding-bottom:20px;
		margin-left:30px;
	}
	
	.last-form__description {
		padding:0 10px 30px;
		font-size:18px;
	}
	
	.last-form__form-title {
		font-size:25px;
	}
	
}

@media screen and (max-width: 400px) {

	.gallery__item {
		width:100%;
	}

}