@-ms-viewport {
	min-height:700px;
	min-width:1180px;
}
@-o-viewport {
	min-height:700px;
	min-width:1180px;
}
@viewport {
	min-height:700px;
	min-width:1180px;
}

html {
	background:#000;
}
.page_container {
	width:1180px;
	position:relative;
	margin:0 auto;
}
body {
	min-width:1180px;
}
#html {
	min-width:1180px;
}
.btn,
a.btn:link, 
a.btn:visited {
	font-family: 'Open Sans', sans-serif;
	color:#abadff;
	text-align:center;
	font-size:18px;
	background:url(images/btn.png);
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	padding:0 20px;
	height:32px;
	line-height:32px;
	border-radius:9px;
	border:0;
}
.btn:hover,
a.btn:hover,
.btn:active,
a.btn:active {
	text-decoration:none;
	color:#fff;
}
.clearfix {
	clear:both;
}
.setka {
	background:url(images/setka.png);
}
#page_bcg {
	background-size:cover;
	background-attachment:fixed;
	transition:all .5s ease;
}
#header-container {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(images/header_bcg.png) no-repeat center 96px;
	z-index:100;
	min-width:1180px;
}
#header {
	height:218px;
}
#logo {
	position:absolute;
	top:0;
	left:210px;
}
#header_address {
	position:absolute;
	left:342px;
	top:10px;
}
.header_address {
	color:#cacaca;
	font-size:24px;
	font-weight:300;
	font-style:italic;
}
#top_menu {
	position:absolute;
	left:443px;
	top:96px;
	width:100%;
}
#footer-container {
	background:url(images/footer_bcg.png) repeat-x top;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:1000;
	min-width:1180px;
}
#footer {
	height:100px;
}
#development {
	position:absolute;
	right:0;
	bottom:18px;
}
.socials ul {
	margin:0;
	padding:0;
}
.socials ul li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style-type:none;
}
.socials ul li a {
	display:block;
	width:21px;
	height:21px;
	background:url(images/socials.png) no-repeat;
	transition:all .4s ease;
}
.socials ul li.vk a { background-position:0 0; }
.socials ul li.vk a:hover { background-position: 0 -21px; }
.socials ul li.fb a { background-position:-21px 0; }
.socials ul li.fb a:hover { background-position: -21px -21px; }
.socials ul li.tw a { background-position:-42px 0; }
.socials ul li.tw a:hover { background-position: -42px -21px; }
.socials ul li.ok a { background-position: -63px 0; }
.socials ul li.ok a:hover { background-position: -63px -21px; }

#header_socials {
	position:absolute;
	left:0;
	top:120px;
}
#footer_socials {
	position:absolute;
	right:0;
	top:14px;
}
#header_title {
	position:absolute;
	top:0px;
	right:22px;
}
#footer-partners {
	padding-top:10px;
	text-align:center;
}
#footer-partners .title {
	text-transform:uppercase;
	color:#87a015;
	font-size:20px;
	font-weight:300;
	margin-bottom:5px;
}
#footer-partners a:link,
#footer-partners a:visited { 
	opacity:.7; 
	transition:all .4s ease;
}
#footer-partners a:hover,
#footer-partners a:active { opacity:1; }
#footer-partners img {
	height:54px;
}




.page-wrapper {
	min-height:100px;
	background:rgba(255,255,255,.91);
	position:relative;
	margin:0 2px 15px 2px;
	padding:10px 17px;
}
.index_page {
	color:#fff;
}
.index_page h1 {
	color:#fff;
}

.alert {
	padding:15px;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}
.alert.alert-danger {
	border:1px solid #F00;
	background-color:rgba(255,0,0,.3);
}
.alert.alert-success {
	border:1px solid #0BCC00;
	background-color:#E6FFE8;
	background-color:rgba(0,255,0,.3);
}


#page-wrapper {
	background:url(images/wrapper-bcg.jpg);
	border-bottom:5px solid #515457;
	border-radius:10px;
	box-shadow:5px 2px 14px #000;
	padding:10px;
	margin-bottom:20px;
}
#left-block {
	float:left;
	width:230px;
	margin-right:10px;
}
#page-wrapper #page-content-wrapper {
	overflow:hidden;
}
#page-wrapper #page-content {
	background:#fff;
	padding:10px;
	border-radius:10px;
	box-shadow:inset 2px 2px 3px rgba(0,0,0,.6);
	min-height:300px;
}



#body {
	padding:205px 0 100px 0;
	width:1010px;
	margin: 0 auto 0 auto;
}
#body_content {
	overflow:auto;
	padding:5px 33px;
}



#slide_dummy {
	position:absolute;
	right:0;
	top:0;
	display:none;
	transition:all .4s linear;
	background:rgba(0,0,0,.2);
	width:0;
}
#slide_contacts {
	position:absolute;
	right:0;
	top:0;
	display:none;
	transition:all .5s linear;
	/*background:url(images/soty.jpg) #5e5e5e;*/
	background:rgba(0,0,0,.7);
	width:0;
	border-left:3px solid #87a015;
}
#slide_contacts .bx-yandex-view-layout {
	border:3px solid #87a015;
}
#slide_dummy.active,
#slide_contacts.active {
	display:block;
}
#slide_content {
	color:#fff;
	padding:20px;
	display:none;
	position:relative;
}
#slide_contacts.active #slide_content a.close {
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	border:1px solid #fff;
	border-radius:30px;
	width:20px;
	height:20px;
	background:url(images/close.png) no-repeat center center;
	opacity:.5;
	transition:all .3s linear;
	padding:10px;
}
#slide_contacts #slide_content a.close:hover {
	transform:rotate(90deg);
	opacity:1;
}