/* reset */
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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0 none;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img { border:0 none; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style-image: none; list-style-position: outside; list-style-type: none; }
q:before, q:after, blockquote:before, blockquote:after { content:""; }

/* css begin */
html, body { height:100%; }
body {
	font-family: 'Calibri';
	font-size: 12px;
	color: #333;
	background: url(../images/body-bg.jpg) no-repeat 50% 0;
	width: 100%;
	min-width: 1000px;
}

#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/* header */
.header { overflow: hidden; padding: 30px 0 25px 0; }
	.logo {float: left;}
	.logo a {text-decoration: none; color: #fff; font-size: 15px;}
	.logo p {padding-top: 5px;}
	.phone {float: right;}
		.phone p {font-size: 30px; color: #fff; background: url(../images/phone-icon.png) no-repeat; padding-left: 40px;}
		.phone span {font-size: 18px; color: #a2ccef; display: block;}
		.phone a {font-size: 20px; color: #fff; text-decoration: none; border-bottom: 2px dashed #fff;}
		.phone a:hover {border: none;}

/* content */
.content { overflow: hidden; padding: 0 0 25px 5px; }
	.info {float: left; color: #012042; font-weight: bold; padding-left: 300px;}
		.info h1 {font-size: 48px;}
			.info h1 span {font-size: 63px !important; line-height: 90%; display: inline-block; padding-bottom: 10px;}
		.info h2 {font-size: 28px;}
			.info h2 span, .map span {color: #ea5918;}
		.time {font-size: 48px; color: #ea5918;}
		.map {font-size: 30px; font-style: italic;}

	.form-box {float: right; width: 240px; padding: 15px 25px 20px 25px; background: #7fbef4; border-radius: 5px; box-shadow: 3px 3px 10px #bbbdc3;}
		.form-box h2 {text-align: center; font-size: 21px; color: #040404; font-family: 'cuprumregular'; padding-bottom: 10px;}
		.form-box span {color: #fff; font-size: 40px;}
			.form-box input[type="text"] {width: 240px; text-align: center; height: 35px; border-radius: 5px; border: none; box-shadow: inset 2px 2px 5px #d1d1d1; font-family: 'Calibri'; font-size: 14px; margin-top: 10px; color: #000;}
			.form-box p {font-family: 'cuprumregular'; padding: 5px 0 5px 22px; background: url(../images/lock.png) no-repeat 0 50%; color: #fff; font-size: 14px; margin: 15px 0;}
			.form-box input[type="submit"] {width: 238px; height: 68px; line-height: 100%; border-radius: 5px; cursor: pointer; color: #fff; font-family: 'cuprumregular'; border-top: 1px solid #ffae85; border-left: 1px solid #f17f4b; border-bottom: 1px solid #9a350a; border-right: 1px solid #c14d18; background: url(../images/submit.png) repeat-x; font-size: 36px; box-shadow: 3px 3px 10px #5a86ac;}

.item-left {float: left; width: 275px; height: 313px; background: #7fbef4; border-radius: 5px; border: 2px solid #fff;}
	.item-left .block {float: left; text-align: center; width: 125px; margin: 20px 0 0 10px;}
		.item-left .block p {text-align: center; font-size: 14px; color: #fff; padding: 5px 0;}
		.item-left .block span, .item-box .block span {font-family: 'cuprumregular'; color: #014282;}
		.c1 {height: 160px;}

.item-box {overflow: hidden; padding-left: 8px;}
	.item-block {height: 150px; border: 2px solid #489ce3; border-radius: 5px; margin-bottom: 7px;}
		.item-box .block {float: left; width: 125px; text-align: center; margin: 7px 0 0 15px;}
			.item-box .block p {text-align: center; font-size: 14px; color: #489ce3; padding: 7px 0 2px 0;}
			.cl {color: #fc6e29 !important;}
			.bord {border: 2px solid #fc6e29 !important;}
				.bord .block {margin-top: 15px;}

.video-box {display:inline-block; vertical-align: top; margin: 40px 0 0 5px;}

/* footer */
#footer {
	position: relative;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 15px;
}

.sub-info {float: left; padding-left: 340px;}
	.sub-info span {font-size: 18px; color: #01437f; display: inline-block; margin-right: 35px;}
	.sub-info a {font-size: 15px; color: #FC6E29; text-decoration: none; border-bottom: 2px dashed #FC6E29;}
		.sub-info a:hover {border: none;}
	.sub-info p {color: #016cad; font-family: 'cuprumregular'; padding-top: 8px;}

.working {float: right;}

.footer_blank {	clear: both; height: 25px; }
input:focus {outline: none;}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup { 
    width: 340px;
    margin: auto;
    background-color: #fff;
    display: block;
    left: 0; right: 0;
    opacity: 0;
    padding: 15px 15px 25px 15px;
    position: fixed;
    font-size: 14px;
    top: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 5px;
/* Устанавливаем эффект перехода появления окна */ 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
/* Устанавливаем позицию появления окна */ 
.overlay:target+.popup {
    top: 20%;
    opacity: 1;
    visibility: visible;
}

.popup h2 { font-size: 20px; text-align: center; margin-bottom: 13px;}
.popup input[type="text"] { width: 245px; display: block; padding-left: 10px; margin: 0px auto 13px; height: 40px; border-radius: 5px; border: none; color: #000; font-size: 15px; box-shadow: inset 2px 2px 5px 1px #d1d1d1;}
.popup textarea {display: none; border: 1px solid #8EB6EF; font-family: 'Tahoma'; resize: none; box-shadow: 0px 0px 10px 4px rgba(195,220,255,.55); outline:none; width: 245px; border-radius: 5px; font-size: 17px; padding-left: 10px; margin: 0px auto 13px; height: 80px;}
.popup p {text-align: center; color: #5D8AD8;}
  .popup p span {border-bottom: 1px dashed #5D8AD8; cursor: pointer;}
.popup input[type="submit"]{
    font-size: 20px; border: none; font-family: 'cuprumregular'; color: #fff; display: block; margin: 0 auto; border-radius: 5px; width: 151px; height: 46px; background: url(../images/submit.png) repeat-x; cursor: pointer;
    margin-top: 25px;
  }

input[type="submit"]:hover {background-position: 0 50%;}
input[type="submit"]:active {background-position: 0 100%;}

  .popup .close {position: absolute; top: -35px; right: -35px;}

a.policy {
text-decoration: none !important;
border-bottom: 1px dashed #2f354e;
color: #2b4c74;
}
a.policy:visited {
color: #2b4c74;
}