/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'Oranienbaum';
	src:url('../fonts/Oranienbaum.ttf');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}
body {
	background-image: url("/images/1.png");
}
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Oranienbaum', Calibri, Arial, sans-serif;
    color: black;
}


@media screen and (max-width: 1000px) and (orientation: landscape) {
	body {
	    font-family: 'Oranienbaum', Calibri, Arial, sans-serif;
	    color: black;
	    min-height: 400px;
	}
}


a {
	color: #f0f0f0;
	text-decoration: underline;
}

a:hover {
	color: #f0f0f0;
	text-decoration: none;
}

@media screen and (min-width: 1000px) {
	h1 {
		font-size: 3em;
	}
}

@media screen and (max-width: 1000px) {
	h1 {
		font-size: 2em;
	}
}


li {
	float: left;
}
@media screen and (min-width: 1000px) {
header {
	/*background: linear-gradient(#222, #444);*/
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0) 100%);
	color: white;
	/*height: 150;*/
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	min-width: 950px;
	/*box-shadow: 0px 0px 0px 1px rgb(50, 50, 50);*/
	/*border-top: white dashed 1px;*/
}
}
@media screen and (max-width: 1000px) {
	header {
		/*background: linear-gradient(#222, #444);*/
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.0) 100%);
		color: black;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
		height: 400px;
		z-index: -1;
	}	
}


.main,
.container > header {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
	/*z-index: 1;*/
}

header {
	z-index: 1;
}

@media screen and (max-width: 100px) {
	.main {
		display: none;
	}
}

.container > header {
	padding: 1em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

@media screen and (min-width: 1000px) {
		nav {
		padding-left: 14px;
		margin-left: auto;
		margin-right: auto;
		width: 900px;
	}
}

@media screen and (max-width: 1000px) {
		nav {
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1000px) {
	nav > a {
		display: block;
		float: left;
		padding-left: 15px;
		padding-top: 63px;
		/*display: block;
		float:left;*/
		color: white;
		font-size: 1.2em;
	}
}

@media screen and (max-width: 1000px) {
	nav > a {
		display: block;
		float: left;
		padding-left: 0px;
		padding-top: 10px;
		width: 100%;
		/*display: block;
		float:left;*/
		color: white;
		font-weight: 500;
		font-size: 1.2em;
	}
}


nav > a.logo {
	padding-top: 15px;
}

.first {

}

@media screen and (max-width: 1000px) {
	.logo > img {
		width: 150px;
		height: auto;
	}
}
/*
.container > header nav {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}
*/
.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}
/*
.container > header nav a:hover:before {
	color: #fff;
}*/

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}


footer {
	/*background: linear-gradient(#222, #444);*/
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.8) 100%);
	color: white;
	/*height: 150;*/
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	/*box-shadow: 0px 0px 0px 1px rgb(50, 50, 50);*/
	/*border-top: white dashed 1px;*/
}


@media screen and (min-width: 1000px) {
	.news {
		/*display: block;*/
		font-size: 110%;
		margin-top: 250px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 180px;
		padding-left: 0px;
		/*height: 200px; /* высота нашего блока */
		width: 90% ; /* ширина нашего блока */
		/*background: #fff; /* цвет фона, белый */
		
		
		/*border: 1px solid #C1C1C1; /* размер и цвет границы блока */
		/*overflow-x: scroll; /* прокрутка по горизонтали */
		/*overflow-y: scroll; /* прокрутка по вертикали */
	}
}

@media screen and (max-width: 1000px) {
	.news {
		/*display: block;*/

		margin-top: 400px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 180px;
		/*height: 200px; /* высота нашего блока */
		width: 90% ; /* ширина нашего блока */
		/*background: #fff; /* цвет фона, белый */
		/*border: 1px solid #C1C1C1; /* размер и цвет границы блока */
		/*overflow-x: scroll; /* прокрутка по горизонтали */
		/*overflow-y: scroll; /* прокрутка по вертикали */
	}
}

@media screen and (min-width: 1000px) {
	.contact {
		/*display: block;*/
		margin-top: 250px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 180px;
		padding-left: 0px;
		/*height: 200px; /* высота нашего блока */
		width: 100% ; /* ширина нашего блока */
		/*background: #fff; /* цвет фона, белый */
		/*border: 1px solid #C1C1C1; /* размер и цвет границы блока */
		/*overflow-x: scroll; /* прокрутка по горизонтали */
		/*overflow-y: scroll; /* прокрутка по вертикали */
	}
}

@media screen and (max-width: 1000px) {
	.contact {
		/*display: block;*/
	
		margin-top: 400px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 180px;
		/*height: 200px; /* высота нашего блока */
		width: 100% ; /* ширина нашего блока */
		/*background: #fff; /* цвет фона, белый */
		/*border: 1px solid #C1C1C1; /* размер и цвет границы блока */
		/*overflow-x: scroll; /* прокрутка по горизонтали */
		/*overflow-y: scroll; /* прокрутка по вертикали */
	}
}

@media screen and (min-width: 1000px) {
	.about {
		/*display: block;*/
	
		margin-top: 250px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 180px;
		padding-left: 0px;
		/*height: 200px; /* высота нашего блока */
		width: 100% ; /* ширина нашего блока */
		/*background: #fff; /* цвет фона, белый */
		/*border: 1px solid #C1C1C1; /* размер и цвет границы блока */
		/*overflow-x: scroll; /* прокрутка по горизонтали */
		/*overflow-y: scroll; /* прокрутка по вертикали */
	}
}

@media screen and (max-width: 1000px) {
	.about {
		/*display: block;*/
	
		margin-top: 400px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 180px;
		/*height: 200px; /* высота нашего блока */
		width: 100% ; /* ширина нашего блока */
		/*background: #fff; /* цвет фона, белый */
		/*border: 1px solid #C1C1C1; /* размер и цвет границы блока */
		/*overflow-x: scroll; /* прокрутка по горизонтали */
		/*overflow-y: scroll; /* прокрутка по вертикали */
	}
}

.about span {
	display: block;
	font-size: 120%;
	padding-left: 5%;
	padding-right: 5%;
	
}

.page {
	display: block;
	position: fixed;
	float: left;
}

a.docs {
	color: black;
	line-height: 1.5em;
}

/*
@media screen and (max-width: 1000px) {
	.plans {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 1000px) {
	.plans {
		width: 45%;
		height: auto;
	}
}
*/

.plans {
	width: 100%;
	height: auto;
	/*z-index: 1000;*/
}



@media screen and (max-width: 1000px) {
	.sber64 {
		width: 100%;
		height: auto;
		/*z-index: 1000;*/
	}
}

@media screen and (min-width: 1000px) {
	.sber64 {
		width: 50%;
		height: auto;
		/*z-index: 1000;*/
	}
}


@media screen and (max-width: 1000px) {
	.singleplan {
		width: 95%;
	}
}

@media screen and (min-width: 1000px) {
	.singleplan {
		max-height: 700px;
		width: auto;
	}
}


@media screen and (max-width: 1000px) {
	.photo {
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 1000px) {
	.photo {
		width: 40%;
		display: inline;
	}
}

.map {
	position: relative;
	text-align: center;
}

.map img {
	width: 100%;
}

svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.part {
	opacity: 0;
}

.part:hover {
	transition: opacity .2s ease;
	opacity: .5;
	cursor: pointer;
}

@media screen and (min-width: 1000px) {
.description {
	display: none;
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	width: 420px;
	height: 100px;
	box-shadow: 0 0 32px 10px #ccc;
	bottom: calc(50% - 50px);
	background-color: white;
	opacity: 1;
	left: calc(50% - 210px);
	font-size: 1em;
	}	
}

@media screen and (max-width: 1000px) {
	.description {
		display: none;
		position: absolute;
		padding: 20px;
		box-sizing: border-box;
		width: 220px;
		height: 130px;
		box-shadow: 0 0 32px 10px #ccc;
		bottom: calc(50%);
		background-color: white;
		opacity: 1;
		left: calc(50% - 110px);
		font-size: 1em;
		visibility: hidden;
	}
}
/*.description img {
	width: 1%;
	height: 1%;
	margin-bottom: 20px;
}*/

.mappart {
	opacity: 0;
}

.mappart:hover {
	transition: opacity .2s ease;
	opacity: .5;
	cursor: pointer;
}


@media screen and (min-width: 1000px) {
.mapdescription {
	display: none;
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	width: 420px;
	box-shadow: 0 0 32px 10px #ccc;
	bottom: calc(30% - 50px);
	background-color: white;
	opacity: 1;
	left: calc(50% - 210px);
	font-size: 1em;
	}	
}

@media screen and (max-width: 1000px) {
	.mapdescription {
		/*display: none;*/
		padding: 15px;
		box-sizing: border-box;
		width: 90%;
		height: 70px;
		box-shadow: 0 0 32px 10px #ccc;
		bottom: calc(50%);
		background-color: white;
		opacity: 1;
		left: calc(50% - 110px);
		font-size: 1em;
	}
}

h2 a {
	color: black;
}

h2 a:hover {
	color: black;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	.gallery {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.mobile_gallery {
		display: none;
	}
	.gallery {
		background: url("/images/loading.png") no-repeat center center;
	}
}

@media screen and (max-width: 1000px) {
	.mobile_gallery {
		/*display: block;*/
		margin-top: 400px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 180px;
		/*height: 200px; /* высота нашего блока */
		width: 90% ; /* ширина нашего блока */
		/*background: #fff; /* цвет фона, белый */
		/*border: 1px solid #C1C1C1; /* размер и цвет границы блока */
		/*overflow-x: scroll; /* прокрутка по горизонтали */
		/*overflow-y: scroll; /* прокрутка по вертикали */
	}
}

@media screen and (min-width: 1000px) {
	.right_icon {
		background: url("/images/h1-icon.png") no-repeat;
		background-position: right center;
		width: 70px;
		display: inline-block;
	}
	
	.left_icon {
		background: url("/images/h1-icon-left.png") no-repeat;
		background-position: left center;
		width: 70px;
		display: inline-block;
	}
}

@media screen and (max-width: 1000px) {
	.right_icon {
		background: url("/images/h1-icon.png") no-repeat;
		background-position: right center;
		background-size: 50%;
		width: 40px;
		display: inline-block;
	}
	
	.left_icon {
		background: url("/images/h1-icon-left.png") no-repeat;
		background-position: left center;
		background-size: 50%;
		width: 40px;
		display: inline-block;
	}
}