@charset "utf-8";
@import url("../webfonts/bpg_mrgvlovani_caps/stylesheet.css");
/* CSS Document */
#header {
	width: 1260px;
	height: 60px;
	position: fixed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF6868;
	float: none;
	top: 0px;
	z-index: 1000;
	background-color: #FFF;
	margin: 0px;
}
#top_logo {
	width: 160px;
	position: relative;
	height: 40px;
	margin: 0px;
	float: left;
	padding: 15px;
}
#nav_area {
	width: 825px;
	height: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	position: static;
	float: left;
	padding-top: 25px;
}
#lang_area {
	width: 56px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	position: static;
	float: right;
	padding-top: 23px;
	background-color: #FFF;
}
#footer{
	width: 1148px;
	position: static;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-top: 80px;
	padding-bottom: 30px;
	background-color: #F0E6EF;
	border: 1px solid #A4A0A3;
	float: left;
	padding-left: 110px;
}
#footer_left{
	width: 312px;
	position: relative;
	margin: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A4A0A3;
	border-right-color: #A4A0A3;
	font-family: "bpg mrgvlovani";
	font-size: 12px;
	font-weight: normal;
	color: #3D3A3C;
	padding: 20px;
}
#footer_right{
	width: 312px;
	position: relative;
	margin: 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4A0A3;
	font-family: "bpg mrgvlovani";
	font-size: 12px;
	font-weight: normal;
	color: #3D3A3C;
	padding: 20px;
}
#hotline_wrapper{
	width: 310px;
	position: relative;
	float: left;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #EF6868;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hotline{
	width: 288px;
	position: relative;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "bpg mrgvlovani";
	font-size: 12px;
	font-weight: normal;
	color: #3D3A3C;
	margin: 0px;
}
#footer_comment{
	width: 1020px;
	position: relative;
	margin: 0px;
	float: left;
	font-family: "bpg mrgvlovani";
	font-size: 12px;
	font-weight: normal;
	color: #3D3A3C;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* Поиск */
#search_form {
	width: 170px;
	height: 20px;
	float: left;
	position: relative;
	padding: 0px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.search_m {
	width: 100%;
	position: relative;
}
.search_m input {
	border: none;
}
.search_m .input {
	width: 98%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
	color: #202126;
	outline: none;
	font-family: "bpg mrgvlovani";
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #EF6868;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-weight: normal;
}
.search_m .input:focus {
	/* box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4); */
	color: #666;
	background-color: #F7F7F7;
}
.search_m .submit {
	position: absolute;
	top: 4px;
	right: 7px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.5;
	outline: none;
 	background-image: url(../images/go.png); 
	background-repeat: no-repeat;
	background-position: 40%;
	overflow: hidden;
}
.search_m .submit:hover {
	opacity: 0.8;
}
input[type="search"] {
	-webkit-appearance: none;
}

/* Выпадающий список на CSS3 */
select {
	width: 58px;
	margin: 0;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	/*   -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset; */
	background-color: #FFFFFF;
	color: #6D0C0C;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-weight: bold;
	font-family: "bpg mrgvlovani";
	font-size: 14px;
	font-style: normal;
	border: 2px solid #FFF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {padding-right:18px}
}

label {position:relative}
label:after {
	content: '   ';
	color: #6D0C0C;
	-webkit-transform: rotate(90deg) scale(0.7, 2);
	-moz-transform: rotate(90deg) scale(0.7, 2);
	-ms-transform: rotate(90deg) scale(0.7, 2);
	transform: rotate(90deg) scale(0.7, 2);
	right: 5px;
	top: 0px;
	/* border-bottom: 1px solid #ddd;  */
	position: absolute;
	pointer-events: none;
	font-family: "bpg mrgvlovani";
	font-size: 12px;
	font-weight: bold;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
label:before {
  content:''; 
  right:5px; top:0px;
  width:21px; height:21px;
  background:#FFFFFF;
  position:absolute;
  pointer-events:none;
  display:block;
  overflow: hidden;
}


/* main menu styles */

.nav,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.nav {
    position:relative;
}

.nav ul {
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 36px;
}

.nav li {
	float: right;
	position: relative;
}

.nav li a {
	/*	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;*/
	background-color: #FFFFFF;
	color: #202126;
	display: block;
	font-size: 14px;
	text-decoration: none;
	/*	transition: 0.5s;*/
	font-family: "bpg mrgvlovani caps";
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #FFFFFF;
	/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	margin-left: 6px;
	margin-top: -10px;
}

.nav li:hover > a {
	color: #202126;
	/*	background-color: #F9F9F9;*/
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EF6868;
	padding-bottom: 6px;
}

.nav li:hover ul.subs {
	height: auto;
	width: 205px;
	/*	-moz-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s;
	-moz-transition:1.5s;
    -o-transition:1.5s;
    -webkit-transition:1.5s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	box-shadow: 9px 7px 10px -3px rgba(0,0,0,0.6);
	margin-top: -10px;
}

.nav ul li {
/*    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    opacity:0;
    transition:0.5s;*/
    width:100%;
}

/*.nav li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}*/

.nav li:hover ul li {
    opacity:1;
/*    -moz-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s;*/
}

.nav ul li a {
	color: #202126;
	background-color: #FFFFFF;
	border-bottom-width: 1px !important;
	border-bottom-style: solid;
	border-bottom-color: #EF6868;
	padding-bottom: 3px !important;
	/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

.nav li:hover ul li a {
	height: auto;
}

.nav ul li a:hover {
    background:#F9F9F9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(-90deg,rgba(255,255,255,0.5),rgba(255,255,25,0));
}
.sub{
	font-size: 12px !important;
}


/* submenu-2*/

#centeredmenu {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#centeredmenu ul li a {
	display: block;
	color: #3B3C40;
	text-decoration: none;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 18px;
	padding-bottom: 9px;
	padding-left: 18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EF6868;
	border-bottom-color: #EF6868;
	border-left-color: #EF6868;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
	font-family: "bpg mrgvlovani caps";
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
}
#centeredmenu ul li a:hover {
	color: #fff;
	background-color: #EF6868;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}
a.subnav {
	font-family: "bpg mrgvlovani caps";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration: none;
}
