/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Light.eot@') format('embedded-opentype'),
	url('Roboto-Light.woff') format('woff'),
	url('Roboto-Light.ttf')  format('truetype'),
	url('Roboto-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

/* ==========================================================================
   PAGE
   ========================================================================== */
.page {
	margin-top: 34px;
	margin-bottom: 100px;
}

.page .tit {
	margin-bottom: 21px;
}

.tit {
	color: #fff;
	font-family: Raleway;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
}

.tit span {
	background: #1971b1;
	position: relative;
	padding-left: 78px;
	padding-right: 40px;
	padding-top: 22px;
	padding-bottom: 21px;
	display: inline-block;
}

.tit_circuit span:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 39px;
	background: url(circuit.png);
	left: 15px;
	top: 16px;
}

.tit_file span:before {
	content: '';
	position: absolute;
	width: 36px;
	height: 46px;
	background: url(file.png) no-repeat;
	left: 18px;
	top: 14px;
}

.tit_project span:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	background: url(settings.png) no-repeat;
	left: 14px;
	top: 13px;
}

.tit_lock span:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 46px;
	background: url(lock.png) no-repeat;
	left: 21px;
	top: 12px;
}

.page__description {
	color: #2a4c62;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	max-width: 763px;
	margin-bottom: 59px;
}

.page__description span {
	background: #1971b1;
	color: #fff;
	padding: 0 7px;
}

.page__list {
	color: #333;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.page__list li + li {
	margin-top: 15px;
}

.page__list li {
	position: relative;
	padding-left: 46px;
}

.page__list li:before {
	content: '';
	position: absolute;
	width: 33px;
	height: 20px;
	left: 0;
	top: -3px;
	background: url(li.png) no-repeat;
}

.page__schema {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #999;
	margin-bottom: 59px;
}

.page__schema p + p {
	margin-top: 4px;
}

.page__schema span {
	color: #333;
}

.page__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.page__table table {
	width: 100%;
	color: #2a4c62;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
}

.page__table th {
	font-weight: 400;
	background: #d8e1e8;
	text-align: left;
	padding-right: 6px;
	padding-top: 12px;
	padding-bottom: 11px;
}

.page__table th:first-child {
	padding-left: 6px;
}

.page__table table {
	width: 100%;
	color: #2a4c62;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
}

.page__table {

}

.page__table td {
	padding-right: 34px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.page__table td:first-child {
	width: 100px;
	padding-left: 6px;
	font-weight: 700;
}

.page__table td:first-child + td {
	width: 200px;
}

.page__table td:first-child + td + td + td {
	width: 140px;
}

.page__table tr:nth-child(odd) td {
	background: #f7f9fa;
}

.page__table a {
	color: #2a4c62;
}

.page__table a:hover {
	text-decoration: none;
}

.link-photo {
	padding-left: 35px;
	margin-bottom: 10px;
	position: relative;
}

.link-photo:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 19px;
	background: url(photo.png) no-repeat;
	left: 0;
	top: -2px;
}

.link-bin {
	padding-left: 35px;
	position: relative;
}

.link-bin:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 23px;
	background: url(bin.png) no-repeat;
	left: 0;
	top: -4px;
}

.page__title {
	color: #122a3a;
	font-family: Raleway;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 48px;
}

.page__text {
	color: #292f33;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.page__text p + p {
	margin-top: 6px;
}

.page__text img {
	display: block;
	max-width: 100%;
	height: auto;
}

.page__form {
	max-width: 570px;
}

.page__button {
	margin-top: 25px;
}

.page .input {
	margin-bottom: 13px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
}

.submit-page {
	display: inline-block;
	color: #fff;
	font-family: Raleway;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	height: 36px;
	background: #282c37;
	border: 1px solid #4174a0;
	padding: 0 12px;
}

.submit-page:hover {
	background: #3a4050;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1199px) {

}

@media only screen and (max-width : 991px) {

}

@media only screen and (max-width : 768px) {
	.page {
		margin-bottom: 50px;
	}

	.page__description {
		margin-bottom: 40px;
	}

	.page__schema {
		margin-bottom: 40px;
	}

	.page__table table {
		display: block;
	}

	.page__table tbody {
		display: block;
	}

	.page__table tr {
		display: block;
	}

	.page__table tr + tr {
		border-top: 2px solid #d8e1e8;
		margin-top: 20px;
		padding-top: 20px;
	}

	.page__table td {
		display: block;
		padding: 0 !important;
		background: none !important;
	}

	.page__table td + td {
		margin-top: 15px;
	}

	.page__table tr:first-child {
		display: none;
	}

	.page__table tr:first-child + tr {
		border: none;
		margin-top: 0;
		padding-top: 0;
	}

	.page__title {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width : 480px) {
	.page__form .col-xs-6 {
		width: 100%;
	}
}

@media only screen and (max-width : 320px) {

}