body{
	background: #f9f9f9;
}

#content{
	font-family: 'Open sans', sans-serif;
	width: 940px;
	margin: 0 auto;
}

h1{
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

h2{
	margin: 0;
	font-size: 20px;
	text-align: center;
}

h3{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

h1.main{
	text-align: center;
}

p{
	font-size: 20px;
	padding: 0;
	margin: 0;
}

#content input{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 45px;
	width: 100%;
	padding: 5px 15px;
	border: none;
	outline: none;
	border-radius: 5px;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 35px;
}

#content input::placeholder{
	color: #ccc;
	text-align: center;
}

.h1-border{
	padding: 40px 0px;
	text-align: center;
	color: #c70601;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	overflow: hidden;
	border-top: 5px solid #f57929;
	border-bottom: 5px solid #f57929;
}

.h1-line{
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	color: #c70601;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	overflow: hidden;
}

.h1-line:before,
.h1-line:after{
	content: "";
	position: absolute;
	top: 17px;
	width: 500px;
	height: 5px;
	background: #f57929;
}

.h1-line:before {
	margin-left: -530px;
}

.h1-line:after {
	margin-left: 30px;
}

.h1-line.second{
	color: #f57929;
}

.h1-line.second:before,
.h1-line.second:after{
	background: #1b5366;
}

.button{
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 45px;
	width: 100%;
	padding: 5px 15px;
	border: none;
	border-radius: 5px;
	background: #ccc;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.button,
.button:visited,
.button:hover,
.button:active,
.button:link{
	color: #fff;
}

.button.orange_button{
	background: #FF9400;
}

.button.orange_button:hover{
	background: #F58F01;
}

.button.orange_button:active{
	background: #EA8800;
}


.button.blue_button{
	background: #0093EE;
}

.button.blue_button:hover{
	background: #018BE1;
}

.button.blue_button:active{
	background: #007AC6;
}

.button.gray_button{
	background: #ccc;
	cursor: default;
}


.gray_block{
	background: transparent;
}

.white_block{
	background: #fff;
	padding: 40px 60px;
	margin: 37px 0;
	border: 1px solid #F2F5F7;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(246,246,246,1);
	-moz-box-shadow: 0px 0px 5px -1px rgba(246,246,246,1);
	box-shadow: 0px 0px 5px -1px rgba(246,246,246,1);
	border-radius: 5px;
}

.white_block.first{
	margin-top: 0;
}


.inner-block{
	margin-top: 37px;
}

.blue{
	color: #1b5366;
}

.orange{
	color: #f57929;
}

.rounded-list-numbers{
	margin: 0;
	counter-reset: list 0;
}

.rounded-list-numbers li{
	position: relative;
	margin: 0;
	padding-left: 66px;
	min-height: 50px;
	list-style-type: none;
}

.rounded-list-numbers li:before{
	counter-increment: list;
	content: counter(list);

	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	width: 46px;
	height: 46px;
	color: #f57929;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	border: 2px solid #f57929;
	border-radius: 46px;
}


.service-application{
	width: 780px;
	height: 215px;
	margin: 0 auto;
	padding: 55px 80px;
	background: #f57929;
	color: #fff;
	border-radius: 5px;
}


.service-application form{
	margin-top: 30px;
}

.service-application .row_three_inputs > div{
	width: 245px;
}

#content .service-application form .invalid,
#content .service-application-message .invalid{
	position: relative;
}

#content .service-application form .invalid:after,
#content .service-application-message .invalid:after{
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	background: url(/i/invalid_input.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	position: absolute;
	right: 8px;
	top: 14px;
}


.service-application-message{
	width: 820px;
	height: 215px;
}

.service-application-message{
	display: none;
	width: 820px;
	margin: 0 auto;
	background: #f57929;
	color: #fff;
	border-radius: 5px;
	padding: 80px 60px 50px 60px;
	text-align: center;
	overflow: hidden;
}


.service-application-message > div{
	overflow: hidden;
}


.service-application-message .green_checkmark{
	display: block;
	position: relative;
	margin: 60px auto 0 auto;
	width: 80px;
	height: 69px;
	background: url(/i/home_page_3/check_ico.png);
}

.service-application-message .green_checkmark:before,
.service-application-message .green_checkmark:after{
	content: "";
	position: absolute;
	top: 17px;
	width: 500px;
	height: 5px;
	background: #fff;
}

.service-application-message .green_checkmark:before{
	margin-left: -580px;
}

.service-application-message .green_checkmark:after{
	margin-left: 80px;
}



.service-application-captcha{
	padding-top: 30px;
}

.service-application-captcha h1{
	margin-bottom: 5px;
}

.service-application-captcha img.captcha-image{
	width: 300px;
	height: 60px;
}

.service-application-captcha .input_block{
	margin: 0 auto;
	width: 300px;
}

.service-application-captcha input{
	margin: 0;
	text-align: center;
}

.service-application-captcha .captcha_refresh,
.service-application-captcha .captcha_refresh:visited,
.service-application-captcha .captcha_refresh:hover{
	color: #fff;
	font-size: 11px;
}

.service-application-captcha .green_checkmark{
	margin-top: 0;
}



.for_tooltip {
	display: none;
}

.for_tooltip {
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 1px solid #B2CADB;
	border-radius: 4px;
	background: #fff;
	margin-left: -10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(224,224,224,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(224,224,224,1);
	box-shadow: 0px 0px 7px 0px rgba(224,224,224,1);
}

.for_tooltip div.arrow {
	display: none;
/*
	color: #fff;
	font-size: 25px;
	position: absolute;
	margin-left: 10px;
	margin-top: -20px;
	z-index: 1;
*/
}

.for_tooltip div.content {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 10px;
	position: relative;
	z-index: 2;
	max-width: 300px;
}

.for_tooltip:before{
	content: ' ';
	border-color: #B2CADB transparent transparent;
	border-style: solid;
	border-width: 12px;
	position: absolute;
	bottom: -24px;
	left: 18px;
}
.for_tooltip:after{
	content: ' ';
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 10px;
	position: absolute;
	bottom: -20px;
	left: 20px;
}


.gallery{
	margin-top: 65px;
	width: 100%;
	overflow: hidden;
}

.gallery .scroll-item{
	width: 10000px;
	-webkit-transition: 1.5s ease-out;
	-moz-transition: 1.5s ease-out;
	-o-transition: 1.5s ease-out;
	transition: 1.5s ease-out;
}

.gallery .gallery-item{
	display: inline-block;
	width: 260px;
	height: 160px;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.gallery .gallery-item img{
	display: inline-block;
}

.gallery-controls{
	margin-top: 17px;
	justify-content: center;
	align-content: stretch;
}

.gallery-control{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #1b5366;
}

.gallery-control.active{
	background: #f57929;
}