/* --- Global --- */
body {
	/*min-width: 100%;*/
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	color: #4e4e4e;
}
#top {
	/*min-width: 100%;*/
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	color: #4e4e4e;
	/*margin: 0px;*/
}
h1 {
	font-size: 24pt;
	font-weight: normal;
	margin: 6px 0;
}
h2 {
	font-size: 24pt;
	font-weight: normal;
	margin: 10px 0;
               text-align:center;
}
h3 {
	font-size: 18pt;
	font-weight: bold;
	margin: 10px 0;
}
h4 {
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0;
}
h5 {
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0;
}
h6 {
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0;

}
ul {
	margin: 0 !important;
}
a {
	color: #2f2f2f;
	text-decoration: none;
}
#main {
	width: 100%;
}
#main2 {
	width: 1400px;
	margin: 0 auto;
}
#clearing {
	clear: both;
}
.clear {
    clear: both;
}

/*Back to top button */
.back_top {
	position:fixed;
	bottom: 25%;
	left: 95%;
	/*margin-left: 670px; */
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	display:block;
}
.back_top a{
	width: 75px;
	text-align:center;
	text-decoration:none;
	color:#868686;
}
.back_top a:hover {
	color:#5F5454;
}
.back_top span{
	width: 75px;
	height: 50px;
	display:block;
	/*margin-bottom:7px;*/
	background: url('/skin/images/arrow.png') no-repeat center center transparent;
}
/* send message button */
/*.modalbox {
	color: #fff;
	cursor: pointer;
	padding: 2px 20px;
	font-size: 12pt;
	border: solid 1px #d89902;
	border-radius: 5px;
	background: #ffc100; 
	background: -moz-linear-gradient(top,  #ffc100 0%, #eea800 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc100), color-stop(100%,#eea800)); 
	background: -webkit-linear-gradient(top,  #ffc100 0%,#eea800 100%); 
	background: -o-linear-gradient(top,  #ffc100 0%,#eea800 100%); 
	background: -ms-linear-gradient(top,  #ffc100 0%,#eea800 100%); 
	background: linear-gradient(to bottom,  #ffc100 0%,#eea800 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc100', endColorstr='#eea800',GradientType=0 ); 
}
.modalbox:hover {
	text-decoration: none;
}*/
/* arrow icon (span tag) */


#mc-link {
	color:#e6e6e6;
}

#mc-last {
	overflow: hidden;
}

#mc-last a {
	color: #2f2f2f;
}

/* --- header --- */
#header {
	padding-top: 30px;
  max-width: 1600px;
	margin-left: auto;
  margin-right: auto;
}

.logo {
	  float: left;
    width: 33%;
    text-align: left;
    margin: -5px 0 0 10px;
}
.logos {
   display: inline-block;
   margin: 0;
	 font-weight: bold;
}
.logosx {
   display: inline-block;
   margin: 0;
	 font-weight: bold;
	 width: 33%;
}
.logos span {
	font-size: 40pt;
	color: #ff641f;
	/*font-family: a_bosanova;*/
	margin: 0px 15px 0 15px;
	text-shadow: 1px 0px 1px #000;
}
.logo img {
	margin-left: 10px;
}
.nav_search {
	float: left;
  width: 33%;
	text-align: center;
}
.nav {
    margin-top: 20px;
}
.nav ul li {
    display: inline;
    padding: 11px 1px 11px 1px;
    /*background: linear-gradient(to bottom, #f7f7f7 30%,rgba(183, 183, 183, 0.46) 100%);*/
    border-radius: 5px;
	  border: solid 1px #ff641f;
}
.nav ul li :hover {
    color: #ff641f;
}
.nav li a {
	font-size: 14pt;
	color: #000000;
}


.search_module {
	margin: 0 45px;
	width: 84%;
	top: 22px;
}
.contacts {
	width: 33%;
	float: left;
	text-align: right;
}
.contacts_phone {
	display: inline-block;
	text-align: center;
}
.contacts .phone a {
    font-size: 20pt;
    color: #ff641f;
    font-weight: 700;
	
}
.contacts .time {
    color: #000000;
    font-size: 12pt;
}

.btn_callback {
    display: inline-block;
    background: #ff641f;
    /*width: 200px;
    height: 50px;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    float: right;
	  margin: 2px 10px 0px 20px;
}
.btn_callback a {
   /* width: 100%;*/
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
	  padding: 14px;
}
.btn_callback:hover {
    box-shadow: 0 0 10px 5px rgba(120, 68, 27, 0.8) inset;
}
.soc_fixed {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 17%;
}
.soc_fixed ul li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 10px;
}

/* --- menu --- */
#main_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#main_menu li {
	display: inline-block;
	width: 368px;
	height: 90px;
	margin-right: 5px;
	border-radius: 5px;
}
#main_menu li.first {
	background: #ffc100; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc100 0%, #eea800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc100), color-stop(100%,#eea800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc100 0%,#eea800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc100 0%,#eea800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc100 0%,#eea800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc100 0%,#eea800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc100', endColorstr='#eea800',GradientType=0 ); /* IE6-9 */
}
#main_menu li.second {
	background: #ee6638; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee6638 0%, #ec4b14 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee6638), color-stop(100%,#ec4b14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee6638 0%,#ec4b14 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee6638 0%,#ec4b14 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee6638 0%,#ec4b14 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ee6638 0%,#ec4b14 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6638', endColorstr='#ec4b14',GradientType=0 ); /* IE6-9 */
}
#main_menu li.third {
	background: #7a3d37; /* Old browsers */
	background: -moz-linear-gradient(top,  #7a3d37 0%, #5a231d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a3d37), color-stop(100%,#5a231d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7a3d37 0%,#5a231d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7a3d37 0%,#5a231d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7a3d37 0%,#5a231d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7a3d37 0%,#5a231d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a3d37', endColorstr='#5a231d',GradientType=0 ); /* IE6-9 */
}
#main_menu li.forth {
	background: #e34e87; /* Old browsers */
	background: -moz-linear-gradient(top,  #e34e87 0%, #e8377a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e34e87), color-stop(100%,#e8377a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e34e87 0%,#e8377a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e34e87 0%,#e8377a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e34e87 0%,#e8377a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e34e87 0%,#e8377a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e34e87', endColorstr='#e8377a',GradientType=0 ); /* IE6-9 */
}
.hr {
	border: 1px solid #bfbfbf;
	margin-top: 70px;
}
.hrf {
	border: 1px solid #bfbfbf;
	margin-top: 20px;
}
/* --- content --- */
#content .call {
	background: url('/skin/images/phone.png') no-repeat scroll center right transparent;
	text-decoration: underline;
	color: #616161;
	padding: 2px 35px 2px 0;
}
/* --- footer --- */
#footer {
	 max-width: 1600px;
   /* border-top: 1px solid #bfbfbf; */
   height: 174px;
   color: #000000;
   margin: 0 auto;

}
.left_footer {
	float: left;
	width: 26%
}

.right_footer {
	float: left;
	width: 50%;
	font-size: 14pt;
  text-align: center;
}
.right_footer ul {
	padding: 19px 0 0 0;
	margin: 15px 0;
	list-style-type: none;
}
.right_footer li {
	display: inline-block;
	/*background: linear-gradient(to bottom, #f7f7f7 30%,rgba(183, 183, 183, 0.46) 100%);*/
  padding: 8px 0 8px 0;
  border-radius: 5px;
	border: solid 1px #ff641f;
	margin-bottom: 2px;
}
.right_footer li :hover {
    color: #ff641f;
}
.right_footer li a {
	color: #000;
	padding: 7px 18px;
}
.contacts2 {
        float: right;
        margin-top: 15px;
        text-align: center;
        padding: 4px 4px 0px 4px;
	      width: 23%;
}

/*
#content .informationsystem_list li#level_0{
	background: url('/skin/images/menu_marker.png') no-repeat scroll 0 4px transparent;
	padding-left: 15px;
}
#content .informationsystem_list li#level_0 ul {
	padding-left: 15px !important;
}
#content .informationsystem_list li#level_0 ul ul {
	padding-left: 30px !important;
}
#content .informationsystem_list li#level_0 li a{
	margin-left: 0; font-style: italic; 
}
#content .informationsystem_list li:not(:first-child), #content .informationsystem_list li li{
	margin-top: 13px !important;
}
#content .informationsystem_list li.sub ul, #content .informationsystem_list li.sub_last ul {
	display: none;
}
#content .informationsystem_list li.sub.current .level-2, #content .informationsystem_list li.sub_last.current .level-2 {
	display: block;
}
#content .informationsystem_list li.sub.current .level-2 ul, #content .informationsystem_list li.sub_last.current .level-2 ul {
	display: none;
}
#content .informationsystem_list .level-2 .sub.current .level-3, #content .informationsystem_list .level-2 .sub_last.current .level-3 {
	display: block;
}
#content .informationsystem_list .level-2.sub.current.active .level-3, #content .informationsystem_list .level-2.sub_last.current.active .level-3 {
	display: block;
}
#content .informationsystem_list .level-2 .sub.current.active .level-3, #content .informationsystem_list .level-2 .sub_last.current.active .level-3 {
	display: block;
}
*/
.mobile_vis { display: none;}

#raiting {
		margin-left: 5px;
    height: 16px;
    /*cursor: pointer;*/
    width: 83px;
		display: inline-block;
}
/* Блок рейтинга*/
#raiting_blank, #raiting_votes {
    height: 16px;
    position: absolute
}
#raiting_blank {
    background: url("/images/ratings.png");
    width: 83px;
}
/* Чистые" звездочки */
#raiting_votes {
    background: url("/images/ratings.png") 0 -16px
}

#raiting_info img {
    vertical-align: middle;
    margin: 0 5px;
    display: none
}

/* Правки от 18.02.2022 */
/*#header {
    height: 30px;
}*/