@font-face {
	font-family: 'Minion';
	src: url('/fonts/MinionProRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Minion';
	src: url('/fonts/MinionProMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Minion';
	src: url('/fonts/MinionProSemibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Minion';
	src: url('/fonts/MinionProBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
*, *:after, *:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body, html
{
	min-height:100%;
	height:100%;
	position:relative;
	background:#fff;
	font-family: Arial;
	font-size:16px;
	line-height:24px;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin:0;
	padding:0;
}
a {
	color:#1a8b41;
}
a:hover {
	color:#64b243;
}
.clear, .clearfix {
	clear:both;
}
.page {
	min-height:100%;
	height:100%;
	position:relative;
	left:0px;
	padding-left:300px;
}
.page-left {
	background-color: #2e302f;
	min-height:100%;
	width: 300px!important;
    height: 100%!important;
    position: fixed!important;
    top: 0;
	left:0px;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0, 0.25);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, 0.25);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0, 0.25);
	z-index:99;
}
.page-left .logo {
	padding:10px 17px 10px 20px;
}
#horizontal-multilevel-menu {
	padding:0;
	margin:0;
	overflow:hidden;
}
#horizontal-multilevel-menu li {
	list-style:none;
	padding:0;
	margin:0;
}
#horizontal-multilevel-menu li a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#horizontal-multilevel-menu li:last-child a {
    border-bottom: 0px none;
}
#horizontal-multilevel-menu li a {
	text-decoration: none;
    font-size: 18px;
	line-height: 47px;
	height: 45px;
    padding: 0px 25px 0 35px;
	text-transform: uppercase;
	display: block;
    color: #ffffff;
    position: relative;
	font-family: 'Minion', serif;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	background-color: #2e302f;
    transition: color 0.3s ease;
}
#horizontal-multilevel-menu li a:hover {
    color: #ccc;
}
.page-left .contact {
	padding:45px 0px 0px 45px;
	color:#777;
	font-size:15px;
}
.page-left .contact strong {
	color:#ccc;
	font-size:28px;
	margin-bottom:7px;
	display:block;
	font-family:'Open Sans';
	font-family: 'Minion', serif;
	font-weight:normal;
}
.page-left .social {
	padding:10px 25px 0px 35px;
	text-align:center;
}
.page-left .social li {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/bitrix/templates/s2/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.page-left .social li:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url(/bitrix/templates/s2/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(0);
}
.page-left .counter {
	padding:10px 25px 0px 35px;
	text-align:center;
}
.page-left .studio {
	padding:20px 25px 0px 35px;
	text-align:center;
	color:#777;
	font-size:14px;
}
.page-left .studio a {
	display: block;
	color:#777;
}
.banner {
    height: 400px;
    position: relative;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.banner {
    background-image: url(/images/banner-big.jpg);
    background-position: 50% 60%;
}
.banner-bottom {
    background: transparent url(/images/header.png) repeat-x left bottom;
    height: 25px;
    position: absolute;
    left: 0;
	bottom: -1px;
    z-index: 2;
    width: 100%;
}
.page-right {
	min-height:100%;
	height:100%;
	display:block;
	position:relative;
	width:100%;
}
.page-right .page-content h1, .page-right .page-content h2 {
	font-size:35px;
	line-height:40px;
	font-family: 'Minion';
	font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    color: #212121;
    letter-spacing: -1px;
	position:relative;
	margin-bottom:50px;
	margin-top:35px;
}
.page-right .page-content h2 {
	font-size:30px;
	line-height:35px;
	margin-top:35px;
}
.page-right .page-content h1:before, .page-right .page-content h2:before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: auto;
    top: auto;
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #1a8b41;
}
.gismeteo {
	width:300px;
	float:right;
	margin:0 0 25px 45px;
}
.page-content {
	padding:0px 90px;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}
.page-content .price {
	width:100%;
	border-collapse:collapse;
	margin-bottom:25px;
	margin-top:15px;
}
.page-content .price thead td {
    padding: 10px 15px 9px;
	color:#999;
	text-align:left;
}
.page-content .price tbody tr td {
	background-color: #fff;
    padding: 10px 15px 9px;
	color:#333;
	text-align:left;
}
.page-content .price tbody tr.grey td {
	background-color: #f7f7f7;
}
.page-content .price tbody tr:hover td {
	background-color: #f0f0f0;
}
.page-content p, .page-content li {
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
}
.page-content ul, .page-content ol {
	padding-left:20px;
	margin-bottom:15px;
}
.map-block {
	height:450px;
	position:relative;	
}
.map-top {
    background: transparent url(/images/footer.png) repeat-x left bottom;
    height: 21px;
    position: absolute;
    left: 0;
	top: -1px;
    z-index: 999999;
    width: 100%;
}
.map-bottom {
    background: transparent url(/images/header.png) repeat-x left bottom;
    height: 21px;
    position: absolute;
    left: 0;
	bottom: -1px;
    z-index: 999999;
    width: 100%;
}
#map {
	width:100%;
	height:450px;
}
.ymaps-2-1-48-map-copyrights-promo, .ymaps-2-1-48-copyrights-pane {
	display:none;
}
/* SuperBox */
div.superbox {
    padding: 0 0 5% 14%;
}
.superbox-list {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12.5%;
}
.superbox-list img {
    vertical-align: bottom;
	border:0px none;
}
.superbox-img {
	max-width:100%;
	width:100%;
	cursor:pointer;
}
.superbox-show {
	text-align:center;
	position:relative;
	background:#333;
	box-shadow:inset 0 1px 5px #111;
	-webkit-box-shadow:inset 0 1px 5px #111;
	-moz-box-shadow:inset 0 1px 5px #111;
	width:100%;
    float:left;
	padding:25px;
	display:none;
}
.superbox-current-img {
	max-width:100%;
	box-shadow:0 1px 4px #222;
	border:1px solid #222;
}
.superbox-img:hover {
	opacity:0.8;
}
.superbox-float {
	float:left;
}
.superbox-close {
	opacity:0.7;
	cursor:pointer;
	position:absolute;
	top:25px;
	right:25px;
	background:url(/images/close.gif) no-repeat center center;
	width:35px;
	height:35px;
}
.superbox-close:hover {
	opacity:1;
}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 25px 0;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
@media only screen and (min-width: 320px) {
	.superbox-list {
		width:50%;
	}
	#horizontal-multilevel-menu li a {
		line-height: 42px;
		height: 40px;
	}
	.page-left .contact {
		padding: 20px 0px 0px 45px;
	}
	.page-content {
		padding:0px 20px;
	}
	.banner {
		height: 300px;
	}
}
@media only screen and (min-width: 486px) {
	.superbox-list {
		width:25%;
	}
	#horizontal-multilevel-menu li a {
		line-height: 42px;
		height: 40px;
	}
	.page-left .contact {
		padding: 20px 0px 0px 45px;
	}
	.page-content {
		padding:0px 20px;
	}
	.banner {
		height: 300px;
	}
}
@media only screen and (min-width: 768px) {
	.superbox-list {
		width:16.66666667%;
		width:20%;
	}
	#horizontal-multilevel-menu li a {
		line-height: 42px;
		height: 40px;
	}
	.page-left .contact {
		padding: 20px 0px 0px 45px;
	}
	.page-content {
		padding:0px 30px;
	}
	.banner {
		height: 300px;
	}
}
@media only screen and (min-width: 1025px) {
	.superbox-list {
		width:12.5%;
		width:16.66666667%;
		width:20%;
	}
	.page-left .contact {
		padding: 30px 0px 0px 45px;
	}
	.page-content {
		padding:0px 60px;
	}
	#horizontal-multilevel-menu li a {
		line-height: 42px;
		height: 40px;
	}
	.banner {
		height: 350px;
	}
}
@media only screen and (min-width: 1281px) {
	.superbox-list {
		width:25%;
		width:16.66666667%;
	}
	.page-content {
		padding:0px 60px;
	}
	.banner {
		height: 350px;
	}
}
html {
    scroll-behavior: smooth;
}

[id^="p"] {
    scroll-margin-top: 20px;
    display: block;
    position: relative;
    top: -20px;
    visibility: visible;
    height: 0;
    overflow: hidden;
}

.page-content {
    position: relative;
    z-index: 1;
}

.page-right {
    position: relative;
    z-index: 1;
}
