/*reset*/
@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end reset*/
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding-top: 110px;
}

a {
	text-decoration: none;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 100%;
	position: relative;
}

#header .container {
	padding: 0 !important;
}

/*.site-logo {
			padding-top:30px !important;
			}
		.site-contactrow {
			padding-top:20px !important;
			padding-bottom:20px !important;
			}*/

#sign_inForm {
	float: right;
	width: 520px;
}

.list_sign_inForm li {
	float: left;
	margin-right: 4px;
}

.list_sign_inForm a {
	float: left;
	font: 14px/14px Arial, Helvetica, sans-serif;
	color: #0000ee;
	border-bottom: 1px dotted #0000ee;
	margin-top: 6px;
}

.list_sign_inForm a:hover {
	border-bottom: none;
	text-decoration: none;
	line-height: 15px;
}

.list_sign_inForm input {
	float: left;
	width: 148px;
	height: 24px;
	padding: 0 5px;
	border: 1px solid #ababab;
	border-radius: 6px;

}

input.submit_sign_in {
	background: #e67716;
	width: 72px;
	height: 22px;
	border: none;
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px;
}

.new_navigation,
.new_navigation a:hover {
	float: left;
	width: 100%;
	background: -webkit-linear-gradient(630deg, #2828be, #1f1f59) !important;
	background: -o-linear-gradient(630deg, #2828be, #1f1f59) !important;
	background: -moz-linear-gradient(630deg, #2828be, #1f1f59) !important;
	background: -ms-linear-gradient(630deg, #2828be, #1f1f59) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FF2828BE, EndColorStr=#FF1F1F59, GradientType=0)" !important;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FF2828BE, EndColorStr=#FF1F1F59, GradientType=0) !important;
	border-bottom: 1px solid #000;
	margin-bottom: 30px !important;
}

.new_navigation ul,
.new_navigation ul li {
	float: left;
}

.new_navigation ul li {
	margin-left: 18px;
	border-right: none !important;
}

.new_navigation ul li.menu_separator {
	background: url(../images/menu_separator.png) no-repeat !important;
	width: 2px !important;
	height: 40px;
}

.new_navigation ul li a {
	float: left;
	font-size: 16px;
	line-height: 22px !important;
	padding-top: 12px;

}

.new_navigation a:hover {
	border-bottom: 8px solid #ee690f;
	text-decoration: none;

}

#content {
	float: left;
	width: 100%;
}

.content_bg {
	background: url(../images/content_bg.png) no-repeat 10px 164px;
	width: 100%;
	height: 620px;

}

h2 {
	float: left;
	width: 100%;
	font: bold 24px/24px Arial;
	color: #242494;
	margin-bottom: 25px !important;
	text-transform: uppercase;
	position: relative;
}

.h2_bg {
	position: absolute;
	background: #fff;
	height: 10px;
	width: 100%;
	top: 0;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.timer_bg_left {
	float: left;
	background: url(../images/timer_bg.png) no-repeat 0 0;
	width: 20px;
	height: 146px;
}

.timer_bg_right {
	float: left;
	background: url(../images/timer_bg.png) no-repeat -21px 0;
	width: 20px;
	height: 146px;
}

h2 span {
	font: 20px/20px Arial, Helvetica, sans-serif;
	color: #ea690f;
	text-transform: lowercase;
	margin-left: 16px;
}

.actionform-steps {
	float: left;
	width: 1062px;
	height: 120px;
	margin: 0 0 34px 138px;
}

.actionform-steps ul,
.actionform-steps ul li,
.actionform-steps ul li span {
	float: left;
}

.about {
	float: left;
	width: 1180px;
	height: 140px;
	position: relative;
	margin: 118px 0 52px 11px;
	background: #16085f;
}

.about_items {
	width: 1150;
	position: absolute;
	top: -94px;
	padding: 0 15px;
}

.block_item {
	float: left;
	width: 230px;
}

.item_bg {
	background: url(../images/item_bg.png) no-repeat;
	width: 170px;
	height: 170px;
	margin: 0 auto 8px auto;
}

.item_bg img {
	margin: 30px 20px;
}

.block_item p {
	width: 100%;
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

h2.with_border {
	border-bottom: 4px solid #ddd;
	position: relative;
}

.h2_image {
	position: absolute;
	background: url(../images/h2_img.png) no-repeat;
	width: 294px;
	height: 60px;
	top: -36px;
	right: 0;
}

.car {
	float: left;
	margin: 20px 20px 96px 0px;
}

.block_questions {
	float: left;
	width: 272px;
	margin: 10px 46px 30px 0;
}

.question {
	float: left;
	background: -webkit-linear-gradient(630deg, #fff, #efefef);
	background: -o-linear-gradient(630deg, #fff, #efefef);
	background: -moz-linear-gradient(630deg, #fff, #efefef);
	background: -ms-linear-gradient(630deg, #fff, #efefef);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFFFF, EndColorStr=#FFEFEFEF, GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFFFF, EndColorStr=#FFEFEFEF, GradientType=0);
	width: 255px;
	padding: 2px 10px 12px 7px;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	box-shadow: 0 1px 1px #d3d3d3;
	margin: 0 0 8px 18px;
	border-radius: 2px;

}

.question a {
	float: left;
	width: 100%;
	background: url(../images/arrow.png) no-repeat right 8px;
}

.question span {
	float: left;
	width: 100%;
	background: url(../images/arrow.png) no-repeat right 20px;
}

.question a p {
	font: 12px/21px Arial, Helvetica, sans-serif;
	color: #525252;
	width: 245px;
	line-height: 15px;
}

.question a:hover p {
	text-decoration: underline;
}

.second_block {
	margin-right: 0;
}

.call {
	float: right;
	width: 630px;
	margin-bottom: 34px;
}

h3 {
	font: 24px/24px Arial, Helvetica, sans-serif;
	color: #ea6b12;
	margin: 20px 0 10px 0;
}

.call img {
	float: left;
	margin: 15px 36px 0 0px;
}

.call p {
	float: left;
	font: bold 34px/34px Arial, Helvetica, sans-serif;
	color: #261d62;
	margin-top: 38px;
}


/*---------------begin actionform---------------------*/

h4 {
	float: left;
	font: bold 22px/22px Arial, Helvetica, sans-serif;
	color: #ea6307;
}

#zayavka-form-zayavka-form {
	float: left;
	width: 1194px;
	background: #fafafa;
	border: 3px solid #ccc;
	border-radius: 16px;

	margin-bottom: 24px;
}

ul.segment-parts {
	float: left;
	width: 1160px;
	padding: 20px;
}

.segment-part {
	float: left;
	width: 330px !important;
	height: 100% !important;
	background: transparent !important;
	border-radius: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.segment-part .segment-title {
	padding-top: 0 !important;
}

.radio {
	margin-right: 0 !important;
}

.segment-part .label {
	font-size: 14px !important;
	line-height: 24px;
	text-transform: capitalize;
}

.segment-part .wide-size {
	width: 84% !important;
}

.segment-part .middle-size {
	width: 39% !important;
}

.segment-part .small-size {
	width: 24% !important;
}

.selectbox .select {
	width: 165px !important;
}

.segment-part .grey-bg {
	width: 310px !important;
	padding-right: 0 !important;
	;
}

.submit {
	float: right;
	width: 168px !important;
	height: 43px !important;
	margin-top: 70px !important;
}

.submit-segment {
	width: 168px !important;
	float: left;
}

/*---------------------------------end actionform----------------------------------------*/

.down_menu {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

.down_menu ul {
	float: left;
	width: 100%;
}

.down_menu ul li {
	float: left;
	width: 300px;
}

.orange_left,
.orange_right {
	float: left;
	background: url(../images/arrows_menu.png) no-repeat 0 -62px;
	width: 16px;
	height: 30px;
}

.orange_right {
	background: url(../images/arrows_menu.png) no-repeat 0 -93px;
}

.down_menu ul li a {
	float: left;
	background: url(../images/down_menu_bg.png) repeat-x;
	width: 268px;
	text-align: center;
	font: 15px/30px Arial, Helvetica, sans-serif;
	color: #160860;
}

.down_list_first a,
.down_list_last a {
	width: 284px !important;
}

.down_menu ul li:hover .orange_left,
.down_menu ul li.current .orange_left {
	background: url(../images/arrows_menu.png) no-repeat 0 -31px;
}

.down_menu ul li:hover .orange_right,
.down_menu ul li.current .orange_right {
	background: url(../images/arrows_menu.png) no-repeat 0 0;
}

.down_menu ul li:hover a,
.down_menu ul li.current a {
	background: url(../images/down_menu_bg.png) repeat-x 0 -31px;
	color: #fff;
	text-decoration: none;
}

/* .site-locations .office-name {
	font-size: 12px !important;
} */

.site-testmonials {
	width: 510px !important;
	background: none !important;
}

.site-testmonials .block-title a {
	margin-left: 20px !important;
}

/*#footer {
	float:left;
	width:100% !important;
	background:url(../images/footer_bg.png) repeat-x !important;
	}
.footer-navigation, .company-partners {
	padding:20px 0 15px 0!important;
	}*/
.orangeback2 {
	/*#fafafa;*/
	background: none;
	border-radius: 15px;
}

@media (min-width: 998px) {
	body {
		padding-top: 0;
	}
}