@import url(http://fonts.googleapis.com/css?family=Play&subset=cyrillic-ext,latin);
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);
*{
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body {
	font: 14px Play, sans-serif;/* Arial, Helvetica, sans-serif;*/
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: 400;
}
h1,h2,h3,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*----------------------------------------------------------------------*/
/* Clear Floats
/*----------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.fixed-page,.thnk{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
	/*background: url(img/bg.jpg) no-repeat center / cover #669cb6;*/
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #669cb6;
}

.content{
    -webkit-box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 777;
    top: 145px;
    left: 0;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    /*text-align: center;*/
}
.content.home,
.content.viernulvier{
    top: 100%;    
}

.scrolldown2 {
    background: url(img/arrow.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    /*bottom: -65px;*/
    cursor: pointer;
    height: 76px;
    /*left: 0;
    position: absolute;*/
    width: 76px;
    /*z-index: 995;*/
	margin: 0 auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.container {
	margin: 0 auto;
	width: 960px;
}
.place {
	margin: 20px 0 30px;
}
.place p {
	font: 24px 'Lobster', cursive;
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.45);
}
.header {
	margin: 40px 0 50px;
}
.header h3 {
	color: #042137;
	font-size: 24px;
	text-transform: uppercase;
	background: transparent url(img/kottedg.png) no-repeat center;
	padding: 8px 0;
}
h2.name {
	color: #FF9500;
	text-shadow: 3px 4px 0 rgba(0,0,0,0.36);
	font-size: 62px;
	font-weight: 600;
	text-transform: uppercase;
}
.lake {
	background: rgba(63, 109, 122, 0.7);
	width: 785px;
	margin: 0 auto;
	padding: 5px 0;
}
.lake h2,.thnkTxt h2 {
	font-size: 62px;
	font-weight: 600;
	color: #fff;
	text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.36);
	text-transform: uppercase;
}
.gold {
	background: rgba(255, 255, 255, 0.8);
}
.gold h4 {
	font-size: 24px;
	color: #000;
}
.gold,.farm {
	width: 825px;
	margin: 0 auto;
	padding: 10px 0;
}
.farm {
	background: rgba(236, 174, 82, 0.8)
}
.farm h5 {
	color: #fff;
	font-size: 24px;
}
.h_phone {
	background: rgba(48, 127, 189, 0.8);
	width: 785px;
	margin: 0 auto 48px;
	padding: 7px 0;
}
.h_phone h6 {
	color: #fff;
	background: transparent url(img/phone.png) no-repeat 20px center;
	padding: 5px 0 5px 35px;
	font-size: 40px;
	font-weight: 600;
	text-shadow: 3px 4px 0 #40617a;
}
.wrapFrom {
	background: transparent url(img/wrapFrom.png) no-repeat center;
	width: 422px;
	height: 129px;
	margin: 0 auto 50px;
	padding: 5px 3px;
}
.from {
	border: 1px solid #3073bf;
	background: transparent url(img/from.png) repeat left top;
	margin: 0 auto;
	padding: 30px 0;
	width: 415px;
}
.from h1 {
	color: #003776;
	text-transform: uppercase;
	font-size: 24px;
}
.from h1 a {
	text-decoration: none;
	color: #003776;
}
.from h1 a:hover {
	text-decoration: underline;
}

/* firstBlock */
.firstBlock {
	height: 1061px;
	background: rgba(255,255,255,1) url(img/kremlin.jpg) no-repeat center center;
	color: #414141;
}
.wrapFirst {
	height: 690px;
	background: rgba(0,0,0,0) url(img/stroke.png) repeat-x bottom left;
}
.attention {
	width: 170px;
	height: 170px;
	margin: 195px 0 0;
	background: transparent url(img/sprite.png) no-repeat left top;
}
.attention.animated {
	visibility: hidden;
}
.description {
	width: 770px;
	margin: 10px 5px 0 0;
}
.firstBlock p {
	font-size: 15px;
	/*line-height: 36px;*/
	margin: 0 0 11px;
}
.firstBlock h3 {
	font-size: 15px;
	font-weight: 600;
}
.icons {
	min-height: 70px;
	margin: 40px 0 50px;
	overflow: hidden;
}
.road {
	background-position:  -173px center;
}
.gas {
	background-position:  -342px center;
}
.electricity {
	background-position:  -510px center;
}
.earth {
	background-position:  -678px center;
}
.road,.gas,.electricity,.earth {
	float: left;
	width: 167px;
	height: 167px;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
	position: relative;
	visibility: hidden;
}
.greyRed,.redBlue,.blueGreen {
	float: left;
	/*width: 101px;*/
	width: 97px;
	height: 167px;
	background-image: url(img/sprite_stroke.png);
	background-repeat: no-repeat;
	visibility: hidden;
	-webkit-backface-visibility: visible !important;
}
.greyRed {
	background-position: 0 center;
}
.redBlue {
	background-position: -101px center;
}
.blueGreen {
	background-position: -202px center;
}
.iconsButton {
	float: left;
	width: 167px;
	border-radius: 10px;
	margin: 0 97px 0 0;
	text-align: center;
	color: #232323;
	font-size: 17px;
	padding: 14px 3px;
	visibility: hidden;
}
.grey {
	border: 1px solid #bdbec2;
}
.red {
	border: 1px solid #ff3b30;
}
.blue {
	border: 1px solid #007aff;
}
.green {
	border: 1px solid #4cd964;
}
.iconsButton.last {
	margin-right: 0;
}
/* secondBlock */
.secondBlock {
	background-color: #d9e8e4;
	height: 777px;
	overflow: hidden;
}
.start {
	height: 278px;
	background: transparent url(img/stroke.png) repeat-x left bottom;
	width: 300px;
	margin: 0 auto 65px;
	color: #414141;
	padding: 95px 0 0;
	text-align: center;
}
.start p {
	margin: 0 0 10px;
	font-size: 18px;
}
.start p.date {
	font-weight: 600;
	font-size: 36px;
}
.quantity {
	margin: 95px auto 125px;
	text-align: center;
}
.quantity h2 {
	color: #ff9500;
	font-size: 47px;
	font-weight: 600;
	text-shadow: 3px 4px 0 #8b9492;
	border-bottom: 1px solid #575d5b;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.quantity p {
	font-size: 21px;
	color: #414141;
}
.quantity p.fromPrice {
	margin: 0 0 30px;
}
.quantity p.scheme {
	font-size: 18px;
}
.quantity p.scheme a {
	display: block;
	border: 2px solid #ff9500;
	border-radius: 10px;
	padding: 10px 0;
	background: transparent url(img/rarrB.png) no-repeat 245px 18px;
	color: #232323;
	text-decoration: none;
}
.inStock {
	text-align: center;
}
.inStock p {
	font-size: 22px;
	margin: 0 0 10px;
	color: #414141;
}
.inStock p.digit {
	display: block;
	background: transparent url(img/digit.png) no-repeat left top;
	height: 100px;
	width: 248px;
	margin: 0 auto 25px;
	font-size: 60px;
	letter-spacing: 45px;
	padding: 10px 0 0 29px;
}
/* callMe */
.callMe {
	background: #efb300 url(img/orng.png) repeat left top;
	height: 180px;
	overflow: hidden;
	padding: 40px 0 55px;
}
.callMe .container h3 {
	text-align: center;
	margin-bottom: 10px;
}
.callMe form,.callMe fieldset {
	border: none;
}
.callMe i {
	display: block;
	background: transparent url(img/rarr.png) no-repeat left center;
	height: 65px;
	width: 25px;
	float: left;
	margin: 0 30px 0 0;
}
.callMe input {
	background-color: #fff;
	display: block;
	float: left;
	height: 65px;
	width: 232px;
	margin: 0 30px 0 0;
	border: 1px solid #cdd8e0;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
input[type='text'].inactive, textarea.inactive, select.inactive, option.inactive {
	    color: #999;
	    font-style: italic;
	}
.callMe input.call {
	background: #1283ff url(img/call.png) no-repeat 5px center;
	width: 323px;
	border: none;
	margin: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 40px;
	text-transform: uppercase;
	padding-left: 40px;
}
.callMe input:hover.call {
	background-color: #3893f7;
	color: #e4e4e4;
}

/* docs */
.docs {
	background: #f1f6fa url(img/docs.png) repeat left top;
	height: 530px;
	padding: 50px 0 0;
	color: #656e74;
}
.docs p {
	background: transparent url(img/doc_str.png) no-repeat left center;
	font-size: 22px;
	margin: 0 0 60px;
	text-align: center;
}
.docs ul {
	overflow: hidden;
}
.docs li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 40px 70px 0;
	text-align: center;
	width: 460px;
	font-size: 22px;
	background-color: #fff;
	border: 1px solid #cdd8e0;
	border-radius: 10px;
	padding: 48px 0;
}
.docs li.alt {
	margin-right: 0;
}
.docs li a {
	color: #656e74;
	text-decoration: none;
}
.docs li a:hover {
	text-decoration: underline;
}

/* map */
.map {
	background: #ffffe8;
	height: 450px;
	overflow: hidden;
}

/* way */
.way {
	background: #3e444d;
	height: 420px;
	padding: 65px 0 0;
	color: #fff;
	text-align: center;
}
.way p {
	font-size: 18px;
	margin: 0 0 10px;
}
.way p a {
	color: #ebebeb;
	text-decoration: underline;
}
.way p a:hover {
	text-decoration: none;
}
h6.phone {
	display: block;
	border-top: 1px solid #32363e;
	width: 685px;
	background: transparent url(img/phone.png) no-repeat 10px 25px;
	font-size: 35px;
	margin: 20px auto 25px;
	padding: 35px 0 7px 25px;
	text-shadow: 3px 4px 0 #282b31;
	font-weight: 600;
}
p.address {
	font-size: 24px;
}
/* signIn */
.signIn {
	background: #1c81ff url(img/blue.png) repeat left top;
	height: 480px;
	padding: 35px 0 0;
}
.sign {
	height: 413px;
	margin: 0 auto;
	width: 740px;
	border: 5px solid #fff;
	border-radius: 10px;
}
.sign p {
	color: #e3e3e3;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin: 50px 0 70px;
	text-transform: uppercase;
}
.sign ul {
	overflow: hidden;
}
.sign li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 0 70px 85px;
}
.sign input {
	display: block;
	background-color: #fff;
	height: 68px;
	width: 238px;
	border: none;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.sign input.send {
	background-color: #f0b600;
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
}
.sign input.send:hover {
	background-color: #e0a800;
}
	
/*e0a800*/
/* footer */
.footer {
	background: #3e444d;
	padding: 7px 0;
	overflow: hidden;
	font-family: 'Play', sans-serif;
}
.footer a {
	color: #959799;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.visible {
    visibility: visible !important;
}
.thnkTxt {
	background: rgba(63, 109, 122, 0.7);
	width: 785px;
	margin: 100px auto 0;
	padding: 5px 0;
}
	
/* makeCall */
a.makeCall {
	background: transparent url(img/toCall.gif) no-repeat 0;
	display: block;
	cursor: pointer;
	text-indent: -99999px;
	position: fixed;
	right: 0;
	top: 25%;
	width: 50px;
	height: 300px;
	z-index: 99999;
}