/** NULL **/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, 
code,del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var,dl, dt, dd, ul, li, form, label,table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {
	line-height: 1;
	color: black;
	background: white;}
ol{list-style: decimal;} 
ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";} 
ol{
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/** MY **/
.row-fluid .span2{padding: 0!important;border: none!important;}
#back-side{
	float: right;
	width: 224px;
}

/**************** FORMS *****************/

.form-actions{ 
	background:none; 
	border-top:none; 
	padding-top:0; 
	margin-top:0; 
	padding-bottom:0; 
	margin-bottom:10px; 
}
.feed img, .form-horizontal img{border: none!important;}
.feed, .form-horizontal{ 
	width:690px; 
	margin-top:20px;
}
.captchaimg{
	float:left; 
	margin-bottom:5px; 
	margin-right:10px;
	width:90px; 
	min-width:70px; 
	height:30px;
}
.captcha{width:396px;}

.type-form{
	max-width:700px;
    margin-top:15px;
}
.form-line{
	clear:both;
  	margin-bottom: 20px;
}
.form-field-name{
	float:left;
  	width:160px;
  	line-height:30px;
  	text-align:right;
}
.form-text-input{
	margin-left:180px;
  	overflow:hidden;
  	
}
.form-text-input input, .form-text-input textarea{
	display:block;
  	width:100%;
  	-moz-box-sizing: border-box; /*Firefox 1+*/
	-webkit-box-sizing: border-box; /*Safari 3+, Chrome 1+*/
	box-sizing: border-box; /*Opera 7+, IE8+*/
  	margin:0;
}
.form-text-input input{
	height:30px;
}
.form-text-input textarea{
	height:80px;
}
.form-captcha-input{
	margin-left:110px;
}
.captchaimg{float:left;width:90px; height:30px; padding:0!important; border:0!important;}
.form-submit-line{
	overflow:hidden;
  	margin-left:180px;
}
.type-button{
  	border:1px solid #111111;
  	font-size:14px;
	line-height:18px;
  	height:18px;
  	display:inline-block;
  	padding:3px 14px;
  	text-decoration:none;
  	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
  	color:white;
  	-moz-box-sizing: content-box; /*Firefox 1+*/
	-webkit-box-sizing: content-box; /*Safari 3+, Chrome 1+*/
	box-sizing: content-box; /*Opera 7+, IE8+*/
 	background: #424242; /* Old browsers */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    */background: -moz-linear-gradient(top, #555555 0%, #282828 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#282828)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #424242 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #424242 0%,#282828 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #424242 0%,#282828 100%); /* IE10+ */
    background: linear-gradient(to bottom, #424242 0%,#282828 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-8 */
}
.type-button:hover{
	background:#222222;
}
.type-button.disabled{
	background:#D0D0D0;
    border-color:#CCCCCC;
}

/**************** PHOTOALBUM *****************/

#content .photoalbom{
	padding:0; 
	overflow:hidden; 
	width:105%; 
	margin-bottom:-16px; 
	margin-top:20px;
}
#content .photoalbom li{list-style-type:none; }
#content .photoalbom a{ 
	display:block;  
	float:left; 
	list-style-type:none; 
	margin-right:21px; 
	margin-bottom:16px;
}
#content .photoalbom img{ }
.newsblock{
	margin-bottom:20px; 
	overflow:hidden;
}
.newphoto-w{margin-right:10px;}
.newphoto-w .photoalbom{margin-top:20px;}
.newphoto{
	padding-top:0px; 
	overflow:hidden; 
	float:left; 
	margin-right:15px;
}

/** NEWS **/
.new-date {display: block; font-size: 12px; margin-bottom: 6px;}
.new-date span { background: url("new-date.png") no-repeat scroll left top transparent; display: inline-block; padding-left: 20px;}
.newsblock{margin-bottom:20px; overflow:hidden;}
.newsblock h2 a{display: block;margin-bottom: 8px;}
.new-more{margin-top: 10px;}
.newphoto-w{margin-right:10px;}
.newphoto-w .photoalbom{margin-top:20px;}
.newphoto{padding-top:0px; overflow:hidden; float:left; margin-right:15px;}
.new-img-full{float:left; margin-right:15px;margin-bottom:15px;}

/**************** MODAL *****************/

.pan3 {
	float: left; 
	width: 174px;
}
.pan3 input{width: 160px;}
.modal .captchaRecall {width: 237px!important;}
.pan9 {
	float: right; 
	width: 336px;
}
.pan9 textarea {width: 336px;}
.captchalab{width:181px!important;}


/**************** SEARCH *****************/

#search {overflow:hidden;}
#search #search-text{
	height:22px; 
	width:188px; 
	border:1px solid #434242; 
	color:#999;
    background:white; 
	border-right:none; 
    border-radius:0px; 
	-moz-border-radius:0px; 
	-webkit-border-radius:0px;
	box-shadow:none;
	padding:0;
	padding-left:5px;
	margin:0;
	float:left;
}
#search-img{
	border:1px solid #434242; height:22px; width:22px;
	border-left:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:none;
	padding:0;
	margin-bottom:0;
	float:left;
}
/**********FOR SHOPS**********/
#tov-full{
	margin-top:25px; 
	overflow:hidden; 
	min-height:300px;
}
#tov-full-left{
	float:left; 
	width:290px; 
	margin-right:5px;
}
#tov-full-right a{ 
	overflow:hidden; 
	float:right; 
}
#tov-full-right img{ 
	padding:20px; 
	border:1px solid #d6d6d6;
}
#tov-full-right{ 
	overflow:hidden; 
	float:right; 
	width:370px;
}
#tov_full_name{ 
	text-transform:uppercase; 
	font-size:16px; 
	display:block; 
	margin-bottom:15px;
}
#tov-full-price{ 
	float:left; 
	font-size:20px; 
	color:#B82500; 
	margin-right:8px; 
	margin-bottom:5px;
	font-size:14px; 
	line-height:26px; 
	margin-right:15px;
}
#tov-full-price span{font-size:18px; }
#tov-full .full{ 
	float:left; 
	clear:left; 
	padding:3px 35px; 
	margin-left:10px;
}
#anons{ 
	padding-bottom:15px; 
	margin-bottom:20px; 
	border-bottom:1px solid #d6d6d6; 
	overflow:hidden; 
}
.cata-bot{
	float:left; 
	width:386px;
}
.cata-bot .tovbuy{
	float:left;
	margin-left:15px;
	margin-top:1px;
}
.fItem-right{
	float:right; 
	width:258px;
}
.fullimg{ 
	display:block; 
	overflow:hidden; 
	margin-bottom:10px;  
	border:1px solid #DDDDDD;
}
#content .fullimg img{
	display:block; 
	border:none;
}
#content .fullItem .photoalbom{
	margin-right:0px; 
	margin-top:0px;
}
#content .fullItem .photoalbom img{
	width:110px!important;
	border:1px solid #DDDDDD;
}
#content .fullItem .photoalbom a{
	margin-right:10px;
	margin-bottom:10px;
	margin-top:0;
}
.input-append{
	margin:0!important;
}
.fullimg:hover{}
#korz-table td{ vertical-align:middle; }
.arr-item-t, .arr-item-b { 
	cursor:pointer; 
	height:12px; 
	left:5px; 
	position:absolute; 
	width:15px; 
}
.arr-item-t { 
	background: url("arrow.png") no-repeat scroll -15px 0 transparent; 
	top:1px; 
}
a:hover .arr-item-t { 
	background: url("arrow.png") no-repeat scroll 0 0 transparent; 
}
.arr-item-b { 
	background: url("arrow.png") no-repeat scroll -15px -12px transparent; 
	bottom: 1px;
}
a:hover .arr-item-b { background: url("arrow.png") no-repeat scroll 0 -12px transparent; }
#zakazio{ display:none; }
/********** FOR SHOPS **********/


/********** TABLES **********/

table{ border-collapse:collapse; vertical-align:middle; margin-top:10px;}
th,strong{ font-weight:bold; }
table td,table th{ padding:5px 10px; border:1px solid #DDDDDD}
table tr:nth-child(odd){background-color: #F9F9F9;}
table th{
	padding:5px 10px;
	text-align:middle;
	background: #ededed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ededed 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ededed 0%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
}
.table, .table th, .table td{border-collapse: collapse; border-color:#DDDDDD;}

/*BORDER_RADIUS OFF .feed, .form-horizontal, .modal, .btn, input, textarea{border-radius:0!important; -moz-border-radius:0!important; -khtml-border-radius:0!important;}
*/

/********** BREADCRUMBS **********/

#content .breadcrumb{ 
	list-style: none outside none; 
	margin: 0; 
	background:none; 
	padding:0; 
	height:auto;
	
}
#content .breadcrumb li{ 
	background:none;
	margin-bottom:20px; 
	padding-left: 0;
}
.breadcrumb a{ text-decoration:underline;}
.breadcrumb a:hover,.breadcrumb{ color:black; }
.breadcrumb .divider{ color:black; }


/********** VOPROS OTVET **********/

.vopros-block{ margin-bottom:30px; }
.autor{ 
	margin-bottom:15px; 
	overflow:hidden; 
}
.autorname{ 
	margin-left:106px; 
}
.question-date { 
	background:url('fordate.png'); 
	color:white; 
	float:left; 
	width:90px; 
	height:25px; 
	text-align:center; 
	line-height:25px; 
	font-size:12px;
}
.vopros-title { 
	border-top: 1px solid #D6D6D6; 
	padding-top: 15px; 
}
.answer { 
	background: none repeat scroll 0 0 whiteSmoke; 
	padding: 10px 15px; 
	margin-top:10px;
}


/********** PAGINATION **********/

.pagination ul  li  a, .pagination ul  li  span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 30px;
    padding: 0 12px;
    text-decoration: none;
}
.pagination ul, .pagination ul li{
	padding:0!important;
}

#h-logo, #f-logo, #h-left, #f-left {
    float:left;
}
#h-middle, #f-middle{
    float:left;
}
#h-right, #f-right{
    float:right
}
#mbs a{
    text-decoration:underline;
}
#mbs a:hover{
    text-decoration:none;
}
/** MY **/

.clear{ clear:both;}
.cvetNotBySHCG{color:#EB5205}

/**************** CONTENT *****************/

h1,.new-zag{ 
	line-height:normal; 
	margin-bottom:15px; 
	font-size:16px; 
	text-transform:uppercase;
	background: url('h1-bg.png') left bottom repeat-x;
	padding-bottom: 9px;
	display: block;
}
h2,.h1news{ 
	line-height:normal; 
	margin-top:15px; 
	font-size:15px; 
	margin-bottom:15px; 
	color: #000;
}
h3{ 
	line-height:normal; 
	margin-top:10px; 
	font-size:13px; 
	font-weight: bold;
	color: #6fbef2;
}
.newsblock h2{ 
	margin-top:0; 
	font-size:14px; 
	margin-bottom:0;
}
.modal h3{ 
	font-size:13px; 
	text-transform:uppercase;
}
.btn{text-decoration:none!important;}
#content{
	overflow:hidden;
	width: 695px;
	float: left;
}
#content p{ 
	margin-top:15px; 
	line-height:16px;
}
#content ul{ 
	list-style-type:none;
	margin-top:15px;
	padding-left:6px; 
}
#content ul ul{ 
	list-style-type:circle; 
	margin-top:0;
}
#content ul li{
	margin-top:5px;
	line-height:16px;
	padding-left:10px; 
	background:url('ul-mrkr.png') 0 7px no-repeat;
}
#content ol{}
#content ol li{ 
	margin-top:5px;
	line-height:16px;
}
#content img{ 
	padding:4px;
	background: #FFF; 
	display:block; 
	border:1px solid #D3D3D3;
}

body{
	font:13px Arial; 
	color:#444;
}
a{
	color:#212121; 
	text-decoration:underline}
a:hover{text-decoration:none}
/*End System***/
.wrapper{
	width:960px;
	margin:0 auto;
}
/*Header***/
#header-c{
	width:100%;
	background-color:#2E2E2E;
	/* background-image:url(header-bg.jpg); */
	/* background-image:url(new_bg_gray2.jpg); */
    background-image:url(new_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
    position:relative;
}
#header-c:before{
    position:absolute;
    content:'';
    display:block;
    top:0;
    bottom:0;    
    left:0;
    right:0;
    z-index:1;
    background:rgba(0,0,0,0.5);
}
#header{
	padding:34px 0 51px;
	overflow:hidden;
	width: 960px;
    position:relative;
    z-index:2;
}
#header-logo{
	display:block;
	float:left;
    text-decoration:none;
    height:73px;
	margin-top: 7px;
}
#header-logo span{
    display:inline-block;
    vertical-align:top;
    height:73px;
    width:250px;
    font-size:15px;
    text-transform:uppercase;
    line-height:25px;
    margin-left:15px;
    padding:12px 0;
    box-sizing:border-box;
    /* font-weight:bold; */
    /* color: #364ba1; */
    color: #FFF;
}
#header-logo>img{
    height:73px;
}
#hdr-right{
	float:right;
	overflow:hidden;
}
#call{
	display:block;
	background:#6fbef2;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	text-align:center;
    width:100%;
	float:right;
	padding:7px 21px;
	margin-bottom:6px;
    box-sizing:border-box;
	/*margin-right: 2px;*/
}
.phone{
	display:block;
	font-size:17px;
	color:#FFF;
	padding-left: 27px;
	background: url('hdr-phone-new.png') left top no-repeat;
	margin-bottom: 18px;
	line-height: 20px;
	/*margin-right: -4px;*/
}
/*Horizontal Menu*/
#hmenu-c{
	width: 100%;
	background: #3a3939 url('hmenu-top-bg.png') left top repeat-x; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a3939 0%, #353434 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3939), color-stop(100%,#353434)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a3939 0%,#353434 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a3939 0%,#353434 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a3939 0%,#353434 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a3939 0%,#353434 100%); /* W3C */
}
#two-stripes{
	width: 100%;
	height: 2px;
	background: url('hmenu-top-bg.png') left top repeat-x;
}
/*HorMenu***/
#horMenu{
	width:959px;
	overflow:hidden;
	margin-top: -1px;
	background: url('hmenu-dvdr.png') left top no-repeat;
}
#horMenu ul{
	width:105%;
	margin-left: 1px;
}
#horMenu ul li{
	float:left;
	text-transform:uppercase;
	background: url('hmenu-dvdr.png') right top no-repeat;
	padding-right: 1px;
	margin-left: -1px;
}
#horMenu ul li:first-child{
	margin-left: 0;
}
#horMenu ul li:first-child a, #horMenu ul li:first-child span{

}
#horMenu ul li a, #horMenu ul li span{
	display:block;
	padding:15px 40px;	
	text-decoration:none;
	color: #FFF;
	margin-top: 1px;
}
#horMenu ul li a:hover, #horMenu ul li span, #horMenu ul li .on{
	text-decoration:none;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 3px 3px 4px rgba(0,0,0,0.35);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 3px 3px 4px rgba(0,0,0,0.35);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 3px 3px 4px rgba(0,0,0,0.35);
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #222222 0%, #1e1e1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#1e1e1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#1e1e1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#1e1e1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#1e1e1e 100%); /* W3C */
}
/*Middle-part*/
#mpart-c{
	width: 100%;
	background: #F2F2F2;
	padding: 30px 0 27px;
	
}
#slider-blk{
	overflow: hidden;
	width: 960px;
	margin-bottom: 26px;
}
/*VertMenu**/
#vertMenu{
    width:225px;
    float: left;
}
#vertMenu ul{
}
#vertMenu ul li{
    margin-top:1px;
}
#vertMenu ul li:first-child{
    margin-top:0px;

}
#vertMenu ul li a, #vertMenu ul li span{ 
    line-height:17px;
    padding:0 57px 0 20px;
	display:table-cell;
	text-decoration:none;
    background: #FFF url('vmenu-tick-new2.png') 184px 21px no-repeat;
    text-transform: uppercase;
    height: 61px;
    width: 225px;
    vertical-align: middle;
    font-size:12px;
}
#vertMenu ul li:hover{

}
#vertMenu ul li:hover a, #vertMenu ul li span, #vertMenu ul li .on{
	color: #6fbef2;
}
/*Slider***/
#slider-w{
    width:695px;
    height:230px;
    position:relative;
    z-index:7;
	overflow:hidden;
	float: right;
	padding: 8px;
	border:1px solid #D3D3D3;
	background: #FFF;
}
#slider{
    z-index:6;
    width:695px!important;
    height:230px!important;
}
.slide{
	display:block;
    width:695px!important;
    height:230px!important;
}
#pager{
    position:absolute;
    bottom:17px;
    left:17px;
    z-index:8;
}
#pager a{
    display:block;
    width:11px;
    height:10px;
    background: url('s-off.png') center center no-repeat;
    float:left;
    margin-left:10px;
}
#pager a:first-child{
	margin-left:0;
}
#pager .activeSlide{
    background-image:url('s-on2.png');
}
/*Middle Block*/
#middle-block{
	width: 100%;
	overflow: hidden;
}
/* News***/
#news{
	width:224px;
}
#news-c{
	margin-top: -4px;
}
#news-hdr{
	margin-bottom:20px;
}
.news-itself-hdr{
	margin-bottom:10px;
}
.news-itself-hdr a{
	display:block;
}
.new-date{
	background:url('new-date1.png') left top no-repeat;
	padding-left:20px;
	color:#6fbef2;
	display:inline-block;
    height:15px;
    margin-bottom:5px;
}
.news-itself-txt .new-date{
	display: block;
}
.news-itself{
	margin-top:17px;
	overflow:hidden;
}
.news-itself p{
	margin-top:5px;
	line-height:15px;
}
.news-itself-txt img{
	float:left;
	margin-right:15px;
}
#news-c .news-itself:first-child{
	margin-top:none;
}
#all-news{
	float:right;
}
/*footer*/
#footer-c{
	background: #2E2E2E;
	width: 100%;
}
#footer{
	overflow: hidden;
	width: 960px;
	padding: 20px 0;
}
#footer-logo{
	display: block;
	float: left;
    text-decoration:none;
    color:#FFF;
}
#footer-logo img{
    height:36px;
}
#footer-logo span{
    display:inline-block;
    margin-left:10px;
    font-size:11px;
    line-height:14px;
    width:200px;
    height:36px; 
    vertical-align:top; 
    text-transform:uppercase;   
    box-sizing:border-box;  
    padding: 4px 0;
}

#sozd{
	margin:9px 0 0 185px;
	float: left;
	color: #FFF;
}
#sozd a{
	color: #FFF;
}
#footer-phones{
	float: right;
	color: #FFF;
	font-size: 14px;
	margin-top: 10px;
}
#content.main-content{
	float:none;
	width:100%;
	padding-bottom:20px;
}
#mpart-c{
	min-height:calc(100vh - 340px);
}
