@import "reset.css";
@font-face {
  font-family: Clear Sans;
  src: url(fonts/ClearSans-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Clear Sans;
  src: url(fonts/ClearSans-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Clear Sans;
  src: url(fonts/ClearSans-Italic.ttf);
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Permian Sans;
  src: url(fonts/PermianSansTypeface-Bold.otf);
  font-weight: bold;
}
html, body {
		margin: 0 auto;
		padding: 0;
		height: 100%;
		max-width: 1200px;
		font-family: Clear Sans, sans-serif;
		color: #000;
		/*background: #9FD7F2;*/
		background-image: url(../images/down-bg.png);
		background-repeat: repeat;
}
.wrapper {
	-webkitbox-shadow: 2px 4px 16px 0.00px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 2px 4px 16px 0.00px rgba(0, 0, 0, 0.44);
	box-shadow: 2px 4px 16px 0.00px rgba(0, 0, 0, 0.44);
}
.block1 {
	background-image: url(../images/block1-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #A6D9F4; 
}
header {
	background-color: rgba(255, 255, 255, 0.53);
	height: 93px;
	width: 100%;
}
h1 {
	font-family: Permian Sans;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	line-height: 93px;
}
.social {
	position:fixed;
	top:0;
	right:0;
	overflow:hidden;
	width:200px;
	z-index:10;
}

.block1 h2 {
	color: #fefefd;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	/*margin-top: 41px;*/
	padding-top:70px;
}
.block1 p {
	color: #fefefd;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-top: 28px;
}
.items-container {
	width: 1020px;
	height: 2167px;
	margin: 0 auto;
	margin-top: 50px;
}

.item-counter {
	background-image: url('../images/report.png');
	position:absolute;
	width:  81px;
	height: 98px;
	top:	-19px;
	right: 10px;
	z-index:1;
	line-height: 3.5;
	font-size:26px;
	font-weight:700;
}

.item {
	float: left;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	width: 320px;
	height: 400px;
	margin: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.75);
}
.item h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 3px 0;
}
.item .subway {
	background-repeat: no-repeat;
	background-position: -7px -5px;
	color: #9c0000;
	font-size: 14px;
	font-weight: 400;
	padding-left: 24px;
}
.item .destination {
	color: #626262;
	font-size: 13px;
	font-weight: 400;
}
.item p {
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	padding: 1px;
	border-top: 1px solid #BABABA;
	height: 30px;
	overflow: hidden;
}

.item .phone {
	padding: 1px;
	margin-top: 5px;
	border: 0;
	border-bottom: 1px solid #BABABA;
	font-style: normal;
}
.item1 p {
	color: #000;
}
.item .btn {
	background-color: #FFF121;
	height: 45px;
	width: 176px;
	margin: 10px auto;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.item .btn a {
	font-size: 26px;
	font-weight: 700;
	line-height: 45px;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.item .additional-info {
	color: #626262;
	font-size: 12px;
	font-weight: 400;
}
.inner-container {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.inner-container h3 {
	margin-top: 110px;
}
.inner-container h3,
.inner-container .subway,
.inner-container .destination,
.inner-container p,
.inner-container .additional-info {
	color: #fff;
}
.block2 {
	background-image: url(../images/block2-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 2412px;
	position: relative;
	background-color: #A6D9F4;
}
form {
	background-color: #fff;
	width: 420px;
	height: 440px;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: 4px 7px 12px 0.00px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 7px 12px 0.00px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 7px 12px 0.00px rgba(0, 0, 0, 0.2);
	position: relative;
}
form .form-header {
	background-color: #FDEF41;
	height: 56px;
	width: 100%;
	margin-bottom: 20px;
}
form .form-header h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 56px;
}
form span {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-bottom: 28px;
}
form input,
form select,
form textarea {
	background-color: #E7F7FF;
	display: block;
	margin: 0 auto;
	width: 344px;
	height: 48px;
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(88,101,107,1);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(88,101,107,1);
	box-shadow: inset 0px 0px 2px 1px rgba(88,101,107,1);
	border: none;
	margin-bottom: 20px;
	text-indent: 10px;
}
form textarea {
	height: 96px;
}
#contact-name {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: 5px -42px;
	text-indent: 45px;
}
#contact-email {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: 5px -103px;
	text-indent: 45px;
}
#contact-phone {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: 5px -162px;
	text-indent: 45px;
}
form .btn {
	width: 211px;
	height: 56px;
	background: #3a84c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a84c8 0%, #6098d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a84c8), color-stop(100%,#6098d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a84c8 0%,#6098d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a84c8 0%,#6098d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a84c8 0%,#6098d0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a84c8 0%,#6098d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a84c8', endColorstr='#6098d0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(143,179,193,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(143,179,193,1);
	box-shadow: inset 0px 0px 0px 1px rgba(143,179,193,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00639C;
	margin: 0 auto;
	margin-top: 11px;
}
form .btn a {
	text-decoration: none;
	color: #fff;
	line-height: 56px;
	font-size: 20px;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	display: block;
	width: 100%;
	height: 100%;
}
.form-next {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 900px;
	top: 0;
	z-index: 999;
}
.form-next p {
	text-align: left;
	margin: 0 0 25px 38px;
}
.form-next .label {
	text-align: left;
	margin-left: 38px;
	margin-bottom: 10px;
}
.form-next .container {
	width: 100%;
	height: 80px;
}
.form-next .container .label {
	float: left;
	line-height: 60px;
}
.form-next .container input {
	float: right;
	width: 140px;
	margin: 10px 38px 0 0;
}
.form-complete {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	border: 2px solid #DD262C;
}
.form-complete h3 {
	line-height: 440px;
}
.additional-block {
	width: 100%;
	height: 535px;
	margin-top: 180px;
	position: relative;
}
.line {
	background-color: rgba(255, 255, 255, 0.5);
	height: 3px;
	width: 286px;
	position: absolute;
	top: 15px;
}
.line-left {
	left: 80px;
}
.line-right {
	right: 80px;
}
.additional-block h2,
.reviews-block h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}
.reviews-block {
	position: relative;
}
.reviews {
	margin: 0 auto;
	margin-top: 45px;
	width: 536px;
	height: 633px;
}
footer {
	background-color: rgba(255, 255, 255, 0.53);
	position: absolute;
	height: 110px;
	width: 100%;
	bottom: 0;
}
footer .credits {
	float: left;
	font-size: 14px;
	margin: 30px 25px;
}
footer .banner {
	position: absolute;
	width: 138px;
	height: 37px;
	left: 25px;
	bottom: 10px;
	text-align: center;
}
footer .banner span {
	line-height: 37px;
	font-size: 24px;
}
footer .top15 {
	background-color: #fff;
	position: absolute;
	width: 221px;
	height: 53px;
	top: 17px;
	right: 25px;
}
footer .top15 span {
	display: block;
	margin: 12px 0 0 5px;
	font-size: 14px;
}
.error {
	background-color:#f00;
}

.help-block {
	display:none;
}

#aboutus-popup .popup-content {
	text-align:left;
}

#aboutus-popup h1 {
	color:#000;
}

#aboutus-popup p {
	padding:10px;
}

#aboutus-button {
	cursor: pointer;
	text-decoration:underline;
}

