@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=cyrillic,latin);

/* CSS Reset */
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong, b{ font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:0;
	vertical-align:top;
}
/* End CSS Reset */



html {
	height: 100%;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	background:#eee;
	color:#4e4e4e;
	font-size:13px;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
	min-width:998px;
}

/* TYPOGRAPHY */
a{
	text-decoration:none;
	color:#0e5fc2;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:18px;
	padding:5px 0;
}
h2{
	font-size:22px;
	color:#191919;
	text-transform:uppercase;
	line-height:24px;
	font-weight:700;
}
h3{
	font-size:17px;
	color:#191919;
	text-transform:uppercase;
	line-height:20px;
	font-weight:700;
}
/* END TYPOGRAPHY */
	
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;}
.clearfix:after {
  clear: both;}

/* ----style-form---*/

::-webkit-input-placeholder {
	color:#8ba3b1;
	font-size:12px;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
}
:-moz-placeholder{
	color:#8ba3b1;
	font-size:12px;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
	opacity: 1;
}
::-moz-placeholder {
	color:#8ba3b1;
	font-size:12px;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color:#8ba3b1;
	font-size:12px;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
}
.placeholder {
	color:#8ba3b1;
	font-size:12px;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
}
*:focus::-moz-placeholder { color: transparent !important;} 
*[autofocus]::-moz-placeholder:focus { color: graytext !important;} 
*:focus:-moz-placeholder { color: transparent !important;} 
*[autofocus]:-moz-placeholder:focus { color: graytext !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;} 
*[autofocus]::-webkit-input-placeholder { color: graytext !important;}
/* ----end-style-form---*/
	
.wrapper {
	min-width: 998px;
	margin: 0 auto;
	overflow:hidden;
}

.wrapper__white{
	background:#fff url(../img/main-bg.jpg) no-repeat 50% 0;
	box-shadow:rgba(0,0,0,0.1) 0 0 20px;
	min-width:998px;
	max-width:1170px;
	margin:0 -30px;
}
.inside{
	margin:0 auto;
	min-width:998px;
	max-width:1170px;
}
.horizontal{
	width:100%;
	font-size:0;
	display:table;
}
.horizontal > li{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.icon-time,
.icon-arrow,
.icon-type,
.icon-location,
.icon-phone-small,
.icon-add,
.icon-star,
.icon-question,
.icon-create,
.icon-phone-black,
.icon-user,
.icon-gerb,
.icon-list,
.icon-gerb-big,
.icon-message,
.icon-like{
	position:relative;
}
.icon-time:before,
.icon-like:before,
.icon-arrow:before,
.icon-type:before,
.icon-message:before,
.icon-gerb-big:before,
.icon-gerb:before,
.icon-list:before,
.icon-user:before,
.icon-location:before,
.icon-phone-small:before,
.icon-add:before,
.icon-star:before,
.icon-question:before,
.icon-create:before,
.icon-phone-black:before{
	display:inline-block;
	vertical-align:top;
	background:url(../img/sprite.png) no-repeat 0 0;
}
.icon-time:before,
.icon-like:before,
.icon-arrow:before,
.icon-type:before,
.icon-message:before,
.icon-gerb-big:before,
.icon-location:before,
.icon-phone-small:before,
.icon-add:before,
.icon-star:before,
.icon-question:before,
.icon-create:before,
.icon-phone-black:before,
.icon-user:before,
.icon-gerb:before,
.icon-list:before{
	content:'';
}
.icon-time:before{
	width:11px;
	height:10px;
	background-position:-183px 0;
}
.icon-like:before{
	width:15px;
	height:14px;
	background-position:-89px -36px;
}
.icon-arrow:before{
	width:24px;
	height:20px;
	background-position:-158px -19px;
}
.icon-type:before{
	width:20px;
	height:16px;
	background-position:-159px 0;
}
.icon-message:before{
	width:38px;
	height:30px;
	background-position:-116px 0;
}
.icon-gerb-big:before{
	width:28px;
	height:33px;
	background-position:-85px 0;
}
.icon-gerb:before{
	width:14px;
	height:14px;
	background-position:0 -36px;
}
.icon-list:before{
	width:12px;
	height:14px;
	background-position:-16px -36px;
}
.icon-user:before{
	width:13px;
	height:17px;
	background-position:-35px 0;
}
.icon-location:before{
	width:12px;
	height:17px;
}
.icon-phone-black:before{
	width:31px;
	height:31px;
	background-position:-51px 0;
}
.icon-create:before{
	width:24px;
	height:12px;
	background-position:0 -19px;
}
.icon-question:before{
	width:15px;
	height:14px;
	background-position:-108px -36px;
}
.icon-star:before{
	width:11px;
	height:10px;
	background-position:-126px -36px;
}
.icon-phone-small:before{
	background-position:-49px -36px;
	width:15px;
	height:14px;
}
.icon-add:before{
	background-position:-67px -36px;
	width:19px;
	height:19px;
}
.btn{
	padding:0 6px;
	height:24px;
	border:0;
	border-radius:5px;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
a.btn{
	line-height:24px;
}
a.btn:hover{
	text-decoration:none;
}
.btn.red{
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	padding:0 6px 0 0;
	background:url(../img/btn-sprite.png) no-repeat 0 -52px;
}
.btn.icon-question,
.btn.icon-list,
.btn.icon-gerb,
.btn.icon-like{
	padding-left:29px;
}
.btn.icon-question:before,
.btn.icon-gerb:before,
.btn.icon-list:before,
.btn.icon-like:before{
	position:absolute;
	left:9px;
	top:50%;
	margin-top:-7px;
}
.btn-blue{
	position:relative;
	width:115px;
	height:47px;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	background:url(../img/btn-sprite.png) no-repeat 0 0;
	padding:0 0 0 55px;
	text-transform:uppercase;
	font-weight:700;
	border:0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-align:left;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
}
.btn-blue.icon-message:before{
	position:absolute;
	left:7px;
	top:50%;
	margin-top:-15px;
}


/* Header
-----------------------------------------------------------------------------*/
.bar-top{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:999;
	height:41px;
	background: rgb(86,98,111);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NjI2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjUxNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(86,98,111,1) 0%, rgba(70,81,94,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,98,111,1)), color-stop(100%,rgba(70,81,94,1)));
	background: -webkit-linear-gradient(top,  rgba(86,98,111,1) 0%,rgba(70,81,94,1) 100%);
	background: -o-linear-gradient(top,  rgba(86,98,111,1) 0%,rgba(70,81,94,1) 100%);
	background: -ms-linear-gradient(top,  rgba(86,98,111,1) 0%,rgba(70,81,94,1) 100%);
	background: linear-gradient(to bottom,  rgba(86,98,111,1) 0%,rgba(70,81,94,1) 100%);
}
.bar-top__region{
	margin-left:-10px;
	width:15%;
}
.bar-top .icon-location:before{
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-8px;
}
.dropdown{
	position:relative;
}
.dropdown dt{
	padding:0 25px 0 32px;
	font-size:13px;
	line-height:41px;
	color:#fff;
	width:77px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor:pointer;
}
.dropdown dt:after{
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid #fff;
	width:0;
	height:0;
	position:absolute;
	right:14px;
	top:50%;
	margin-top:-2px;
	content:'';
}
.dropdown dt span{
	border-bottom:1px dashed #fff;
}
.dropdown.active dt{
	background:#55616e;
}
.dropdown dd{
	position:absolute;
	left:0;
	top:41px;
	padding:21px 0;
	background:#55616e;
	width:808px;
	display:none;
}
.dropdown dd.vis{
	display:block;
}
.dropdown .col{
	float:left;
	padding-left:32px;
	width:170px;
	font-size:12px;
	line-height:14px;
	color:#fff;
}
.dropdown li{
	padding:3px 0;
	cursor:pointer;
}
.dropdown li.active,
.dropdown li:hover{
	color:#8ba3b1;
}
.bar-top__nav{
	position:relative;
}
.bar-top__nav > a{
	padding:0 25px 0 15px;
	display:block;
	background:#eee;
	line-height:41px;
	position:relative;
	color:#333;
}
.bar-top__nav > a:after{
	content:'';
	position:absolute;
	right:11px;
	top:50%;
	margin-top:-2px;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid #000;
	height:0;
	width:0;
}
.bar-top__nav__sub{
	position:absolute;
	left:0;
	top:41px;
	background:#eee;
	width:600px;
	padding:22px 0;
	display:none;
}
.bar-top__nav__sub .col{
	float:left;
	padding-left:15px;
	width:185px;
}
.bar-top__nav__sub ul{
	line-height:14px;
	font-size:13px;
	list-style:disc;
	padding-left:20px;
	color:#55616e;
}
.bar-top__nav__sub li{
	padding:2px 0;
}
.bar-top__search{
	margin:6px 20px 0 20px;
	border:1px solid #36414d;
	border-radius:5px;
	height:27px;
	background:#46515e;
	box-shadow:inset rgba(0,0,0,0.1) 0 -3px 3px;
}
input.search-text{
	background:none;
	border:0;
	outline:none;
	line-height:17px;
	height:17px;
	padding:5px 17px;
	float:left;
	width:131px;
	color:#fff;
}
.search-btn{
	width:17px;
	height:17px;
	cursor:pointer;
	background:url(../img/sprite.png) no-repeat -15px 0;
	border:0;
	text-indent:-9999px;
	font-size:0;
	margin:5px 6px 0 0;
	float:left;
}
.bar-top__hot-line{
	line-height:41px;
	color:#c0d6e3;
	font-size:13px;
}
.bar-top__hot-line a{
	color:#fff;
	border-bottom:1px dashed #fff;
}
.bar-top__hot-line a:hover{
	text-decoration:none;
	border-bottom:1px dashed transparent;
}
.bar-top__call{
	padding:4px 10px 0;
}
.btn-call{
	border:3px solid #46515e;
	border-radius:5px;
	padding:0 6px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	line-height:26px;
	height:26px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	background: rgb(204,50,42);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2JlMmEyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2ExMTkxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzkwMGYxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzhjMGMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMDE4MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(204,50,42,1) 0%, rgba(190,42,36,1) 24%, rgba(161,25,24,1) 56%, rgba(144,15,17,1) 80%, rgba(140,12,15,1) 96%, rgba(160,24,24,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,50,42,1)), color-stop(24%,rgba(190,42,36,1)), color-stop(56%,rgba(161,25,24,1)), color-stop(80%,rgba(144,15,17,1)), color-stop(96%,rgba(140,12,15,1)), color-stop(100%,rgba(160,24,24,1)));
	background: -webkit-linear-gradient(top,  rgba(204,50,42,1) 0%,rgba(190,42,36,1) 24%,rgba(161,25,24,1) 56%,rgba(144,15,17,1) 80%,rgba(140,12,15,1) 96%,rgba(160,24,24,1) 100%);
	background: -o-linear-gradient(top,  rgba(204,50,42,1) 0%,rgba(190,42,36,1) 24%,rgba(161,25,24,1) 56%,rgba(144,15,17,1) 80%,rgba(140,12,15,1) 96%,rgba(160,24,24,1) 100%);
	background: -ms-linear-gradient(top,  rgba(204,50,42,1) 0%,rgba(190,42,36,1) 24%,rgba(161,25,24,1) 56%,rgba(144,15,17,1) 80%,rgba(140,12,15,1) 96%,rgba(160,24,24,1) 100%);
	background: linear-gradient(to bottom,  rgba(204,50,42,1) 0%,rgba(190,42,36,1) 24%,rgba(161,25,24,1) 56%,rgba(144,15,17,1) 80%,rgba(140,12,15,1) 96%,rgba(160,24,24,1) 100%);
}
.btn-call:hover{
	text-decoration:none;
}
.bar-top__authorization{
	padding-top:7px;
	line-height:26px;
	padding-right:60px;
}
.bar-top__authorization__item{
	margin-left:10px;
}
.bar-top__authorization__item:first-child{
	margin-left:0;
}
.bar-top__authorization__user span{
	color:#fff;
	border-bottom:1px dashed #fff;
}
.bar-top__authorization__user{
	position:relative;
	padding-left:23px;
}
.bar-top__authorization__user:hover{
	text-decoration:none;
}
.bar-top__authorization__logout{
	line-height:26px;
	height:26px;
	display:block;
	color:#8ba3b1;
	width:40px;
	font-size:12px;
	text-align:center;
	padding:0 10px;
	background:#46515e;
	border-radius:5px;
	text-transform:uppercase;
}
.bar-top__authorization__logout:hover{
	text-decoration:none;
}
.bar-top__authorization .icon-user:before{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;
}
.bar-top__region{
	width:14%;
}
.bar-top__nav{
	width:20%;
	max-width:160px;
}
.bar-top__search{
	margin-left:1%;
	margin-right:1%;
}
.bar-top__center{
	text-align:center;
	min-width:370px;
}
.bar-top__call{
	padding-right:1%
}
.bar-top__hot-line,
.bar-top__call{
	display:inline-block;
	vertical-align:top;
}

.header{
	padding-top:41px;
}
.header-top{
	padding:20px 0;
}
.header-top__logo{
	width:25%;
	padding-top:6px;
}
.header-top__logo a{
	display:block;
	margin-left:30px;
}
.header-top__banner{
	text-align:center;
	width:50%;
}
.header-top__banner a{
	display:inline-block;
	vertical-align:top;
}
.header-top__hot-line__buble{
	background:url(../img/sepia-white.png) repeat 0 0;
	border-radius:5px;
	margin-right:30px;
	padding:7px 15px 10px;
}
.header-top__hot-line__buble label{
	color:#cc322a;
	font-size:15px;
	font-weight:700;
	line-height:15px;
	display:block;
	padding-bottom:4px;
}
.header-top__hot-line__list{
	padding-left:42px;
}
.header-top__hot-line__row{
	padding-top:7px;
}
.header-top__hot-line__row a{
	color:#191919;
	font-size:16px;
	font-weight:700;
	border-bottom:1px dashed #4e4e4e;
}
.header-top__hot-line__row a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
}
.header-top__hot-line__row span{
	color:#4e4e4e;
}
.header-top__hot-line .icon-phone-black:before{
	position:absolute;
	left:0;
	top:9px;
}
@media (min-width: 1230px){
	.bar-top__center{
		width:36%;
	}
}
@media (max-width: 1230px){
	.bar-top__authorization{
		padding-right:2%;
	}
}


.header-middle{
	padding:4px 0;
	background:#fff;
}
.header-middle__nav{
	line-height:35px;
	text-align:center;
	height:35px;
	background:url(../img/header-middle-nav.jpg) no-repeat 50% 0;
}
.header-middle__nav__list li{
	color:#5e9fee;
	font-size:15px;
	position:relative;
	padding:0 35px;
}
.header-middle__nav__list li:before{
	position:absolute;
	left:-3px;
	top:0;
	content:'/';
}
.header-middle__nav__list li:first-child:before{
	display:none;
}
.header-middle__nav__list a{
	color:#fff;
	font-size:15px;
	line-height:35px;
}


/* Main
-----------------------------------------------------------------------------*/
.main__row{
	padding:24px 30px 30px 0;
}
.main__col{
	float:left;
	width:50%;
}
.main__col.sidebar{
	width:25%;
}
.main__col__container{
	margin-left:30px;
}
.main__col h1{
	font-size:25px;
	line-height:24px;
	font-weight:700;
	color:#191919;
	font-weight:700;
	padding-bottom:27px;
}
.sidebar-nav{
	position:relative;
	z-index:3;
}
.sidebar-nav__list{
	background:#fff;
}
.sidebar-nav__list > li{
	margin-top:3px;
	position:relative;
}
.sidebar-nav__list > li > a{
	background:#f6f6f6;
	font-size:12px;
	color:#191919;
	line-height:33px;
	text-transform:uppercase;
	padding:0 25px 0 20px;
	display:block;
	position:relative;
}
.sidebar-nav__list > li > a:after{
	content:'';
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-4px;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:4px solid #cc322a;
	width:0;
	height:0;
}
.sidebar-nav__list > li > a:hover{
	text-decoration:none;
}
.sidebar-nav__list > li:hover > a{
	background:#cc322a;
	color:#fff;
}
.sidebar-nav__list > li:hover > a:after{
	border-left:4px solid #fff;
}
.sidebar-nav__list > li:hover ul{
	display:block;
}
.sidebar-nav__list ul{
	position:absolute;
	left:100%;
	top:0;
	background:#cc322a;
	width:225px;
	display:none;
}
.sidebar-nav__list ul a{
	color:#fff;
	font-size:13px;
	line-height:18px;
	padding:4px 5px 4px 25px;
	display:block;
}
.sidebar-nav__list ul li.active a,
.sidebar-nav__list ul a:hover{
	background:#343c45;
	text-decoration:none;
}

.news-short{
	padding-top:26px;
}
.news-short h3{
	font-size:17px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:700;
	color:#191919;
	text-transform:uppercase;
	padding:10px 0;
}
.news-short__item{
	position:relative;
	margin-top:12px;
}
.news-short__item a{
	line-height:18px;
	font-size:13px;
}
.date .news-short__item{
	padding-left:50px;
}
.news-short__date{
	width:37px;
	text-align:center;
	border-radius:5px;
	line-height:16px;
	height:16px;
	font-size:11px;
	background:#eee;
	color:#878787;
	position:absolute;
	left:0;
	top:4px;
}
.news-short__btn{
	padding-top:25px;
}
.free-consultation__form__cont{
	background:#f6f6f6;
	padding:20px 20px 10px;
}
.textarea-cont{
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
	box-shadow:inset rgba(0,0,0,0.1) 0 3px 3px;
}
textarea.textarea-text{	
	width:96%;
	min-width:96%;
	max-width:96%;
	padding:5px 2%;
	min-height:136px;
	max-height:136px;
	border:0;
	background:none;
	outline:none;
	height:136px;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4e4e4e;
	overflow-y:auto;
	vertical-align:top;
}
.free-consultation__form__bottom{
	padding:15px 190px 10px 0;
	position:relative;
}
.free-consultation__form__bottom .warning{
	font-size:11px;
	line-height:13px;
	color:#4e4e4e;
	padding-left:38px;
}
.free-consultation__form__bottom .icon-gerb-big:before{
	position:absolute;
	left:0;
	top:2px;
}
.free-consultation__form__bottom .btn-blue{
	position:absolute;
	right:0;
	top:15px;
}
.free-consultation__form__footer{
	background:#bb2324 url(../img/reb-bg.jpg) no-repeat 50% 0;
	color:#fff;
	text-align:center;
	padding:15px 20px;
	font-size:14px;
	line-height:18px;
	text-shadow:rgba(0,0,0,0.18) 0 2px 0;
	border-radius:0 0 5px 5px;
}
.free-consultation__form__footer strong{
	font-size:18px;
}

.tape-list{
	padding-top:32px;
}
.tape-list__row{
	border-bottom:2px solid #eee;
	padding:28px 0 7px;
	position:relative;
}
.tape-list__date{
	background:#eee;
	border-radius:5px 5px 0 0;
	color:#878787;
	font-size:11px;
	line-height:16px;
	padding:0 8px;
	position:absolute;
	left:0;
	bottom:0;
}
.tape-list__info{
	padding:16px 0 0;
	min-height:36px;
}
.tape-list__info__type{
	width:40%;
}
.tape-list__info__author{
	width:60%;
}
.tape-list__info__item{
	display:inline-block;
	vertical-align:top;
	line-height:18px;
}
.tape-list__info__type .icon-type{
	padding-left:30px;
}
.tape-list__info__type .icon-type:before{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
}
.tape-list__info__author .icon-arrow{
	padding-left:35px;
}
.tape-list__info__author .icon-arrow:before{
	position:absolute;
	left:0;
	top:-2px;
}



.lawyer-best{
	background:#55616e url(../img/wreath-bg.png) no-repeat 50% 0;
	border:3px solid #46515e;
	padding:14px 14px 14px;
	color:#fff;
}
.lawyer-best h3{
	color:#fff;
}
.lawyer-best__row{
	padding-left:88px;
	position:relative;
	min-height:76px;
	margin-top:13px;
}
.lawyer-best__photo{
	width:76px;
	position:absolute;
	left:0;
	top:0;
}
.lawyer-best__photo img{
	border:3px solid #6b7682;
	border-radius:5px;
}
.lawyer-best__name{
	line-height:18px;
	padding-top:7px;
	min-height:36px;
}
.lawyer-best__city{
	color:#c0d6e3;
	line-height:18px;
	padding-top:6px;
}
.block-gray{
	background:#f6f6f6;
	padding:10px;
	margin-top:30px;
}
.block-gray h3{
	padding:3px 0 11px 10px;
}
.block-gray h3 .count{
	font-size:13px;
	font-weight:400;
	text-transform:none;
}
.block-gray__scroll{
	padding-bottom:10px;
}
.lawyer-list__row{
	background:#fff;
	border-radius:5px;
	margin-top:10px;
	padding:5px 5px 5px 90px;
	position:relative;
	min-height:70px;
}
.lawyer-list__row:first-child{
	margin-top:0;
}
.lawyer-list__photo{
	position:absolute;
	left:5px;
	top:5px;
}
.lawyer-list__photo img{
	border-radius:5px;
}
.lawyer-list__text{
	line-height:18px;
}
.lawyer-list__text__name{
	padding:6px 0;
	min-height:36px;
}
.block-gray__btn{
	padding-top:10px;
}
.block-gray__btn .btn{
	padding-right:15px;
}
.comments-list__top{
	line-height:18px;
	padding:11px 5px 5px;
}
.comments-list__cloud{
	background:#fff;
	border-radius:5px;
	padding:10px 15px 9px;
	line-height:18px;
}
.comments-list__cloud .date{
	padding-left:15px;
	position:relative;
	color:#878787;
	font-size:11px;
	line-height:18px;
	margin-top:5px;
}
.comments-list__cloud .date.icon-time:before{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
}
.scroll-pane
{
	width: 100%;
	height: 260px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 260px;
}
.comments-short .horizontal-only{
	max-height:444px;
}
.comments-short .scroll-pane{
	height:444px;
}
.jspVerticalBar{
	width:5px;
	background:#d7d7d7;
	border-radius:3px;
}
.jspTrack{
	width:5px;
	background:none;
}
.jspDrag{
	background:#55616e;
	border-radius:3px;
}



.view-list{
	min-width:998px;
	max-width:1230px;
}
.view-list__body{
	padding-right:30px;
}
.view-list.gray{
	background:#f6f6f6;
}
.view-list__head{
	padding:27px 0;
	margin-right:30px;
	position:relative;
}
.view-list__head__right{
	position:absolute;
	right:0;
	width:25%;
	top:35px;
}
.view-list__head__right a{
	border-bottom:1px dashed #0e5fc2;
	margin-left:30px;
}
.view-list__head__right a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
}
.view-list__head h2{
	text-transform:uppercase;
	font-size:21px;
	line-height:22px;
	text-align:center;
	width:50%;
	margin:0 auto;
	color:#191919;
	font-weight:700;
}
.view-list__item{
	width:25%;
	padding:10px 0;
}
.leader__box{
	margin-left:30px;
	border-radius:5px;
	background:#fff;
	padding:8px 10px 8px 20px;
	min-height:100px;
	font-size:13px;
	line-height:18px;
	color:#878787;
	position:relative;
}
.yellow.leader__box:before{
	position:absolute;
	right:0;
	top:0;
	width:17px;
	height:20px;
	content:'1';
	background:url(../img/sprite.png) no-repeat 0 -164px;
	color:#b6c1ce;
	font-size:10px;
	line-height:15px;
	text-align:right;
	padding-right:3px;
}
.leader__box__phones{
	position:relative;
	padding-left:20px;
	margin-top:6px;
}
.leader__box__phones a{
	color:#4e4e4e;
}
.yellow .leader__box__phones a{
	color:#6e5b00;
}
.leader__box .icon-phone-small:before{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-7px;
}
.leader__box__title{
	padding:8px 0 6px;
}
.leader__box.yellow{
	background:#ffe25a url(../img/wreath-yellow-bg.png) no-repeat 50% 0;
	color:#9b882d;
}
.yellow .leader__box__title a{
	color:#191919;
}
.view-list__settings{
	width:100%;
}
.view-list__settings__item{
	width:50%;
	padding:17px 0 31px;
}
.view-list__settings__item a{
	font-size:16px;
}
.view-list__settings__item a:hover{
	text-decoration:none;
}
.view-list__settings__item a span{
	border-bottom:1px dashed #0e5fc2;
}
.view-list__settings__item a:hover span{
	border-bottom:1px dashed transparent;
}
.view-list__settings__box{
	margin-left:30px;
}
.view-list__settings__item:first-child .view-list__settings__box{
	text-align:right;
}
.view-list__settings__item .icon-add{
	padding-left:26px;
}
.view-list__settings__item .icon-add:before{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
}
.yellow .icon-phone-small:before{
	background-position:-31px -36px;
}
@media (max-width: 1230px){
	.view-list__head h2{
		font-size:19px;
	}
	.view-list__head__right{
		top:33px;
	}
}
.lawyer__list .view-list__item{
	padding:16px 0 17px;
	height:99px;
}
.lawyer__box{
	margin-left:30px;
	border:1px solid #eee;
	background:#fff;
	border-radius:5px;
	padding:14px 10px 13px 19px;
	position:relative;
}
.lawyer__box:hover{
	z-index:20;
}
.lawyer__box.yellow{
	border-bottom:2px solid #ffe25a;
	padding-bottom:12px;
	border-radius:5px 5px 0 0;
}
.lawyer__box__top{
	position:relative;
	min-height:70px;
	font-size:13px;
}
.lawyer__box a{
	color:#0e5fc2;
}
.lawyer__box__avatar{
	position:absolute;
	left:0;
	top:0;
}
.lawyer__box__avatar img{
	border-radius:5px;
}
.lawyer__box__text{
	padding-left:85px;
	font-size:13px;
	line-height:18px;
	color:#4e4e4e;
	padding-top:4px;
}
.lawyer__box__text .city{
	padding-top:6px;
}
.lawyer__box__bottom{
	font-size:12px;
	line-height:18px;
	position:relative;
	margin-top:6px;
	display:none;
}
.lawyer__box__info{
	text-align:right;
}
.lawyer__box__info a{
	text-decoration:underline;
}
.lawyer__box__info a:hover{
	text-decoration:none;
}
.lawyer__box__btn{
	padding:10px 10px 0 0;
}
.lawyer__box__info{
	padding-right:10px;
}
.lawyer__box__rating{
	position:absolute;
	left:0;
	top:0;
	line-height:18px;
	padding-left:16px;
}
.lawyer__box__rating.icon-star:before{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-6px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer{
	background: rgb(86,98,111);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NjI2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjUxNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(86,98,111,1) 0%, rgba(70,81,94,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,98,111,1)), color-stop(100%,rgba(70,81,94,1)));
	background: -webkit-linear-gradient(top,  rgba(86,98,111,1) 0%,rgba(70,81,94,1) 100%);
	background: -o-linear-gradient(top,  rgba(86,98,111,1) 0%,rgba(70,81,94,1) 100%);
	background: -ms-linear-gradient(top,  rgba(86,98,111,1) 0%,rgba(70,81,94,1) 100%);
	background: linear-gradient(to bottom,  rgba(86,98,111,1) 0%,rgba(70,81,94,1) 100%);
}
.footer-top__left{
	width:25%;
}
.footer-top__logo{
	padding:30px 0 25px;
}
.footer-top__container{
	padding-left:30px;
}
.footer-top__social{
	padding-bottom:29px;
}
.footer-top__social label{
	display:block;
	color:#8ba3b1;
	font-size:13px;
	line-height:20px;
	padding:8px 0;
}
.footer-top__social__item a{
	display:block;
	width:32px;
	height:32px;	
}
.footer-top__social__item{
	margin-left:10px;
}
.footer-top__social__item:first-child{
	margin-left:0;
}
.vk,
.fb,
.tw,
.gl{
	display:block;
	width:32px;
	height:32px;
	background:url(../img/sprite.png) no-repeat 0 -58px;
}
.fb{
	background-position:-35px -58px;
}
.tw{
	background-position:-70px -58px;
}
.gl{
	background-position:-105px -58px;
}
.footer-top__nav{
	width:50%;
	padding-top:16px;
}
.footer-top__nav p{
	color:#8ba3b1;
	font-size:16px;
	line-height:18px;
	padding:12px 0;
}
.footer-top__nav__col{
	float:left;
	width:50%;
}
.footer-top__nav li{
	padding:2px 0;
}
.footer-top__nav a{
	color:#c0d6e3;
	font-size:13px;
	line-height:14px;
}
.footer-top__right{
	width:25%;
	padding-top:16px;
}
.footer-top__pay{
	padding-bottom:50px;
}
.footer-top__pay label{
	display:block;
	color:#8ba3b1;
	font-size:16px;
	line-height:18px;
	padding:12px 0;
}
.footer-top__pay__item{
	margin-left:10px;
}
.footer-top__pay__item:first-child{
	margin-left:0;
}
.visa,
.master,
.webmoney,
.yandex{
	background:url(../img/sprite.png) no-repeat 0 -93px;
	width:46px;
	height:32px;
	display:block;
}
.visa:hover{
	background-position:0 -128px;
}
.master{
	background-position:-49px -93px;
}
.master:hover{
	background-position:-49px -128px;
}
.webmoney{
	background-position:-98px -93px;
}
.webmoney:hover{
	background-position:-98px -128px;
}
.yandex{
	background-position:-147px -93px;
}
.yandex:hover{
	background-position:-147px -128px;
}
.footer-top__create{
	position:relative;
	margin-right:30px;
}
.footer-top__create a{
	color:#8ba3b1;
	font-size:12px;
	line-height:31px;
	padding-right:29px;
	display:inline-block;
	vertical-align:top;
}
.footer-top__create .icon-create:before{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-6px;
}
.footer-top__counter{
	position:absolute;
	right:0;
	top:0;
}

.footer-bottom{
	border-top:1px solid #46515e;
	padding:17px 0;
	color:#8ba3b1;
	line-height:21px;
	margin:0 30px;
	font-size:12px;
}


/*New CSS*/
.horizontal{
	width:100%;
	font-size:0;
	display:table;
}
.horizontal > li{
	display:inline-block;
	vertical-align:top;
}


.read-more__list{
	margin-left:-5px;
	width:103%;
	padding-top:11px;
}
.read-more__list > li{
	padding:5px 1%;
	width:31%;
}
.read-more__list a{
	color:#191919;
	font-size:15px;
	line-height:16px;
}
.read-more__list .photo,
.read-more__list .title{
	display:block;
}
.read-more__list .title{
	padding-top:14px;
}
.read-more__list img{
	border-radius:5px;
}
.read-more__list a:hover{
	color:#0a4fb6;
	text-decoration:none;
}

.our-comments{
	padding-bottom:45px;
}
.our-comments p{
	font-size:13px;
	line-height:16px;
}
.our-comments__item{
	padding-top:13px;
}
.our-comments__item.small{
	padding-top:4px;
}
.our-comments__box{
	border-radius:5px;
	background:#f6f6f6;
	padding:13px 13px 13px 148px;
	position:relative;
	min-height:53px;
}
.our-comments__box__left{
	position:absolute;
	left:13px;
	top:13px;
	width:108px;
	padding-left:40px;
}
.our-comments__box__right{
	padding-left:20px;
	min-height:53px;
	border-left:1px solid #e0e0e0;
	padding-bottom:20px;
}
.our-comments__box .answer{
	color:#616161;
	font-size:12px;
	line-height:16px;
	padding-left:20px;
	display:inline-block;
	vertical-align:top;
	text-decoration:underline;
	position:absolute;
	right:13px;
	bottom:13px;
}
.our-comments__box .answer:before{
	content:'';
	position:absolute;
	left:0;
	top:2px;
	background:url(../img/sprite.png) no-repeat -24px -165px;
	width:15px;
	height:11px;
}
.our-comments__box .answer:hover{
	color:#0a4fb6;
}
.our-comments__box .answer:hover:before{
	background-position:-24px -179px;
}
.our-comments__box .name{
	color:#616161;
	font-weight:700;
	font-size:12px;
	line-height:16px;
	margin-top:8px;
}
.our-comments__box .date{
	font-size:10px;
	line-height:16px;
	color:#616161;
}
.our-comments__box .ava{
	position:absolute;
	left:0;
	top:0;
}
.our-comments__box .ava img{
	border:1px solid #9b9b9b;
	border-radius:32px;
}
.our-comments__item.small {
	padding-left:78px;
}
.small .our-comments__box__right{
	border-left:0;
}

.news-info{
	padding-bottom:24px;
}
.news-info__list > li{
	font-size:12px;
	line-height:22px;
	color:#191919;
}
.news-info__list > li + li{
	margin-left:14px;
}
.news-info__list > li > a{
	color:#191919;
}
.news-info__list i{
	margin:2px 3px 0 0;
}
.news-content h1{
	font-size:25px;
	line-height:24px;
	font-weight:700;
	color:#191919;
	font-weight:700;
	padding-bottom:27px;
}
.news-content p{
	font-size:17px;
	line-height:23px;
	margin-top:13px;
}
.news-content p.right{
	text-align:right;
}
.news-content p a{
	color:#55616e;
	text-decoration:underline;
}
.news-content p a:hover{
	text-decoration:none;
}
.content-map__row{
	padding-bottom:40px;
}
.content-map__row .hide{
	display:none;
}
.content-map__item a{
	color:#0e5dc2;
	font-size:13px;
	line-height:16px;
	text-decoration:none;
}
.content-map__item{
	border-bottom:2px solid #e7e5e6;
	padding:15px 0;
}
.responsive{
	width:100%;
	height:auto;
}
.article-views{
	background:#eee;
	border-radius:3px;
	line-height:22px;
	color:#a8a8a8;
	font-size:14px;
	padding-left:27px;
	position:relative;
	padding-right:5px;
}
.article-views:before{
	background:url(../img/sprite.png) no-repeat -43px -164px;
	width:24px;
	height:22px;
	content:'';
	position:absolute;
	left:0;
	top:0;
}
.add-comment{
	border:1px solid #719eb8;
	background:#fff;
	height:20px;
	line-height:20px;
	padding:0 10px;
	display:block;
	border-radius:3px;
	color:#719eb8;
	vertical-align:top;
}
.add-comment:hover{
	text-decoration:none;
}
.add-comment span{
	font-weight:700;
	font-size:17px;
	line-height:20px;
}
.add-comment.pull-left{
	margin-right:6px;
}
.content-social{
	padding:23px 0;
}
.social-list > li + li{
	padding-left:4px;
}
.square-tw,
.square-fb,
.square-od,
.square-vk{
	width:24px;
	height:22px;
	font-size:0;
	text-indent:-9999px;
	display:block;
	background:url(../img/sprite.png) no-repeat 0 -193px;
}
.square-fb{
	background-position:-28px -193px;
}
.square-od{
	background-position:-56px -193px;
}
.square-vk{
	background-position:-84px -193px;
}
.author-box{
	padding:21px 0;
	border-bottom:1px solid #e8e8e8;
}
.author-box p{
	font-size:14px;
	line-height:15px;
	font-style:italic;
	color:#a9a9a9;
}
.author-box .pull-right{
	margin-top:3px;
}
.author-box__info{
	padding-left:40px;
	position:relative;
	height:32px;
}
.author-box__info .ava{
	position:absolute;
	left:0;
	top:0;
}
.author-box__info .ava img{
	border-radius:32px;
}
.author-box__info .name{
	font-size:13px;
	line-height:16px;
	color:#55616e;
}
.author-box__info .label{
	font-size:12px;
	line-height:15px;
	color:#a9a9a9;
}
.content-map__row i{
	margin-right:5px;
}
.content-map__more{
	text-align:right;
	padding:23px 0 0;
}
.content-map__more a{
	text-decoration:none;
	border-bottom:1px dashed #0f5fc2;
	color:#0f5fc2;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	line-height:16px;
	padding:0;
}
.content-map__more a:hover{
	border-bottom:1px solid transparent;
}
.whith-date{
	padding-left:48px;
	position:relative;
	min-height:16px;
}
.whith-date .date{
	border-radius:3px;
	padding:0 5px;
	line-height:16px;
	background:#eee;
	font-size:12px;
	color:#878787;
	position:absolute;
	left:0;
	top:15px;
}
.free-consultation-big{
	float:left;
	width:75%;
	padding-bottom:30px;
}
.free-consultation-big__box{
	padding-left:30px;
}
.free-consultation-big h1{
	text-transform:uppercase;
	font-size:25px;
	line-height:24px;
	font-weight:700;
	color:#191919;
	padding-bottom:8px;
}
.free-consultation-big p{
	margin-top:2px;
}
.fcb-form{
	width:50%;
	float:right;
	margin-left:20px;
}
.fcb-form__title{
	color:#fff;
	font-size:25px;
	line-height:48px;
	height:48px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	border-radius:5px 5px 0 0;
	background:#c21819;
}
.fcb-form__body{
	background:#f6f6f6;
	padding:9px 17px;
	border-radius:0 0 5px 5px;
}
.fcb-form__row{
	padding:9px 0;
}
.fcb-form textarea{
	border:1px solid #b8b8b8;
	border-radius:5px;
	box-shadow:inset rgba(0,0,0,0.5) 0 0 5px;
	width:100%;
	min-width:100%;
	max-width:100%;
	padding:5px;
	height:122px;
	min-height:122px;
	max-height:122px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.fcb-form__btn{
	text-align:center;
}

.profile-nav__list > li{
	margin-bottom:3px;
	background:#f6f6f6;
	position:relative;
}
.profile-nav__list > li > a{
	display:block;
	line-height:33px;
	padding:0 0 0 61px;
	position:relative;
	color:#1f1f1f;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	position:relative;
}
.profile-nav__list  > li:hover > a,
.profile-nav__list > li.active > a{
	background:#af352e;
	color:#fff;
}
.profile-nav__list > li:hover > a:after,
.profile-nav__list > li.active > a:after{
	position:absolute;
	right:-3px;
	top:50%;
	margin-top:-3px;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	border-left:3px solid #af352e;
	width:0;
	height:0;
	content:'';
}
.profile-nav__list > li:hover ul{
	display:block;
}
.profile-nav__list ul{
	position:absolute;
	left:100%;
	top:0;
	width:255px;
	background:#b0362f;
	padding:4px 0;
	display:none;
}
.profile-nav__list ul a{
	display:block;
	padding:5px 25px;
	line-height:15px;
	color:#fff;
	font-size:13px;
}
.profile-nav__list ul a:hover{
	background:#3a3f47;
	text-decoration:none;
}

.profile-nav i{
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-11px;
}

.main__col.big{
	width:75%;
}
.profile-box{
	border:1px solid #ededed;
	border-radius:5px;
}
.profile-box__body{
	padding:20px 28px;
}
.profile-box__title{
	padding:0 28px;
	border-bottom:3px solid #f7e165;
}
.breadcrumbs a{
	color:#191919;
	font-size:12px;
}
.breadcrumbs li{
	font-size:12px;
	line-height:34px;
	color:#191919;
	text-transform:uppercase;
}
.breadcrumbs li:after{
	content:'/';
	margin:0 15px;
}
.upload-photo{
	position:relative;
}
.upload-photo__img{
	width:229px;
	height:177px;
}
.upload-photo__img img{
	border-radius:5px;
}
.upload-photo__controls{
	position:absolute;
	left:240px;
	bottom:0;
}
.upload-photo__controls__list > li{
	padding-top:5px;
}
.upload-photo__controls .btn{
	min-width:89px;
}
.add-words{
	position:relative;
}
.add-words .btn-add{
	position:absolute;
	right:7px;
	top:50%;
	margin-top:-10px;
}
.user-info .add-words input.input-text{
	padding-right:100px;
}
.user-info__footer{
	padding:13px 0;
}
.user-info__footer ul{
	text-align:right;
}
.user-info__footer li{
	padding-left:6px;
}
.btn-blue-border{
	border:1px solid #91a2af;
	border-radius:3px;
	background:#fff;
	height:19px;
	line-height:19px;
	text-align:center;
	padding:0 10px;
	color:#91a2af;
	font-size:13px;
	font-weight:400;
	display:inline-block;
	vertical-align:top;
}
.btn-blue-border:hover{
	text-decoration:none;
}

.btn-add{
	display:inline-block;
	vertical-align:top;
	border-radius:3px;
	background:#d5d5d5;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:21px;
	height:21px;
	padding:0 30px 0 10px;
	position:relative;
}
.btn-add:hover{
	text-decoration:none;
}
.btn-add:after{
	position:absolute;
	right:0;
	top:0;
	width:21px;
	height:21px;
	background:#c2c2c2;
	border-radius:0 3px 3px 0;
	content:'+';
	font-size:18px;
	font-weight:700;
	display:block;
	text-align:center;
}


.icon-refresh:before,
.icon-delete:before,
.icon-upload:before,
.icon-add:before{
	width:16px;
	height:17px;
	display:inline-block;
	vertical-align:top;
	margin:4px 9px 0;
	content:'';
	background:url(../img/sprite.png) no-repeat -105px -164px;
}
.icon-add:before{
	background-position:-160px -164px;
}
.icon-delete:before{
	background-position:-124px -164px;
}
.icon-upload:before{
	background-position:-143px -164px;
}
.btn.icon-refresh{
	padding-right:15px;
}


.icon-print,
.icon-date,
.icon-themes,
.icon-consultation,
.icon-documents,
.icon-legislation,
.icon-red-general,
.icon-red-orders,
.icon-red-news,
.icon-red-articles,
.icon-red-documents,
.icon-red-legislation,
.icon-red-users,
.icon-red-companies{
	display:inline-block;
	vertical-align:top;
	font-size:0;
	text-indent:-9999px;
	background:url(../img/sprite.png) no-repeat 0 0;
}
.icon-red-general,
.icon-red-orders,
.icon-red-news,
.icon-red-articles,
.icon-red-documents,
.icon-red-legislation,
.icon-red-users,
.icon-red-companies{
	width:22px;
	height:22px;
}
.icon-red-general{
	background-position:0 -241px;
}
.icon-red-orders{
	background-position:-25px -241px;
}
.icon-red-news{
	background-position:-50px -241px;
}
.icon-red-articles{
	background-position:-75px -241px;
}
.icon-red-documents{
	background-position:-100px -241px;
}
.icon-red-legislation{
	background-position:-125px -241px;
}
.icon-red-users{
	background-position:-150px -241px;
}
.icon-red-companies{
	background-position:-175px -241px;
}

.active .icon-red-general,
a:hover .icon-red-general{
	background-position:0 -266px;
}
.active .icon-red-orders,
a:hover .icon-red-orders{
	background-position:-25px -266px;
}
.active .icon-red-news,
a:hover .icon-red-news{
	background-position:-50px -266px;
}
.active .icon-red-articles,
a:hover .icon-red-articles{
	background-position:-75px -266px;
}
.active .icon-red-documents,
a:hover .icon-red-documents{
	background-position:-100px -266px;
}
.active .icon-red-legislation,
a:hover .icon-red-legislation{
	background-position:-125px -266px;
}
.active  .icon-red-users,
a:hover .icon-red-users{
	background-position:-150px -266px;
}
.active .icon-red-companies,
a:hover .icon-red-companies{
	background-position:-175px -266px;
}
.user-info{
	padding:33px 0;
}
.user-info input.input-text{
	background:#fafafa;
	width:100%;
	height:33px;
	line-height:23px;
	padding:5px 10px;
	color:#4e4e4e;
	font-size:13px;
	border:0;
	box-shadow:inset rgba(0,0,0,0.07) 0 1px 3px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.user-info textarea{
	background:#fafafa;
	width:100%;
	height:82px;
	min-height:82px;
	max-height:82px;
	line-height:1;
	padding:5px 10px;
	color:#4e4e4e;
	font-size:13px;
	border:0;
	box-shadow:inset rgba(0,0,0,0.07) 0 1px 3px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	overflow-y:auto;
}
.user-info textarea{
	height:212px;
	min-height:212px;
	max-height:212px;
}
.user-info__table{
	width:100%;
}
.user-info__table th{
	text-align:left;
	font-weight:700;
	border-top:3px solid #fff;
	vertical-align:top;
	width:230px;
}
.user-info__table span{
	display:block;
	padding:5px 20px;
	background:#f6f6f6;
	line-height:23px;
}
.user-info__table td{
	border-top:3px solid #fff;
	border-left:10px solid #fff;
	vertical-align:top;
}
.user-text{
	width:80%;
}
.user-text__title{
	font-weight:700;
	padding:15px 0;
}
.user-text__cloud{
	box-shadow:rgba(0,0,0,0.1) 0 0 15px;
	border-radius:5px;
	padding:10px 20px;
	border:1px solid #eee;
}
.user-text__cloud p{
	font-size:12px;
	line-height:18px;
	color:#4e4e4e;
}
.user-text__more{
	text-align:right;
	padding:5px 0;
}
.user-text__more a{
	color:#385fbe;
	font-size:16px;
	line-height:20px;
	border-bottom:1px dashed #385fbe;
}
.user-text__more a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
}
.profile-box__footer ul > li + li{
	padding-left:16px;
}
.profile-box__footer .btn{
	min-width:89px;
	text-align:left;
}
.profile-box__footer .right{
	text-align:right;
}
.dropdown-select{
	padding-bottom:30px;
}
.styled .jq-selectbox__select{
	border:1px solid #eee;
	background:#fff;
	box-shadow:none;
	height:23px;
	line-height:23px;
	border-radius:5px;
	padding-left:20px;
}
.styled.focused .jq-selectbox__select{
	border:1px solid #eee;
}
.styled .jq-selectbox__trigger{
	border-radius:5px;
	border-left:0;
	background:#eee;
	width:25px;
}
.styled .jq-selectbox__trigger-arrow{
	border:0;
	width:9px;
	height:7px;
	top:50%;
	margin-top:-3px;
	right:7px;
	opacity:1;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUNDQ0U1MTkxMDJGMTFFNTkzREJCNTVBQTNDMjI5ODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUNDQ0U1MUExMDJGMTFFNTkzREJCNTVBQTNDMjI5ODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5Q0NDRTUxNzEwMkYxMUU1OTNEQkI1NUFBM0MyMjk4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5Q0NDRTUxODEwMkYxMUU1OTNEQkI1NUFBM0MyMjk4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PstwdzIAAACTSURBVHjaYvT19eVnYGCwB+IDQPyJAQFEgNgciPczAYkMIN4IxAuBmAuqgAeIlwPxFiCOACm6DcT/gTgAiPuBmBOIpwCxCxB/B+IHIEXrgLgAqjANiE8AcTwQ/wXiXCDexwQ1fhIQt0DZelC6EYjnghgsSA6tA2I+IE6FSjbDJECKGKFWgUAJEK8A4rNImlkAAgwAeMkaKVpjuMkAAAAASUVORK5CYII=');
}
.styled .jq-selectbox__select-text{
	color:#4e4e4e;
	font-size:12px;
}
.styled .jq-selectbox__select-text.placeholder{
	font-style:italic;
}
.styled .jq-selectbox__dropdown{
	top:28px;
	border:1px solid #eee;
	border-radius:5px;
	padding:7px 0;
}
.styled .jq-selectbox__dropdown > li{
	padding:5px 20px;
	line-height:16px;
	color:#4e4e4e;
	font-size:12px;
}
.styled .jq-selectbox__dropdown li:hover{
	background:#eee;
	color:#4e4e4e;
}
.user-info__table th.right{
	text-align:right;
	vertical-align:bottom;
}
.check-label{
	font-size:13px;
	line-height:22px;
	font-weight:400;
	color:#3f3f3f;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
.styled.jq-checkbox{
	background: url(../img/sprite.png) no-repeat -100px -218px;
	width:22px;
	height:22px;
	border:0;
	box-shadow:none;
	border-radius:0;
}
.styled.jq-checkbox.checked .jq-checkbox__div{
	background:url(../img/sprite.png) no-repeat -129px -223px;
	width:14px;
	height:11px;
	margin:5px 0 0 4px;
	border-radius:0;
	box-shadow:none;
}





.icon-consultation,
.icon-themes,
.icon-documents,
.icon-legislation{
	width:22px;
	height:20px;
}
.icon-themes{
	background-position:0 -218px;
}
.icon-consultation{
	background-position:-25px -218px;
}
.icon-documents{
	background-position:-50px -218px;
}
.icon-legislation{
	background-position:-75px -218px;
}
.icon-print,
.icon-date{
	width:15px;
	height:15px;
}
.icon-date{
	background-position:-69px -164px;
}
.icon-print{
	background-position:-87px -164px;
}


.news-catalog__title {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 24px;
	font-weight: 700;
  color: #191919;
	padding-bottom: 10px;
}
.news-catalog__list > li {
	padding: 10px 0;
	overflow: hidden;
}
.news-catalog__list .media {
	position: relative;
	padding-left: 115px;
	min-height: 75px;
}
.news-catalog__list .media .img {
	float: none;
	position: absolute;
	left: 0;
	top: 10px;
}
.news-catalog__list .img {
	float: left;
	margin: 0 15px 5px 0;
}
.news-catalog time {
	font-size: 12px;
	display: block;
}
.news-catalog h2 {
	font-size: 15px;
	line-height: 15px;
	text-transform: none;
	padding: 5px 0;
	margin: 0;
}
.pager {
	padding-top: 20px;
}
.pager__page-list {
	line-height: 21px;
	padding-top: 10px;
}
.pager__page-list li {
	margin-right: 5px;
}
.pager__page-list a {
	color: #8ba3b1;
}
.pager__page-list a:hover {
	color: #5C8094;
}
.pager__page-list a,
.pager__page-list span {
	display: block;
	padding: 0 5px;
}
.pager__page-list .active span {
	background: #55616e;
	color: #c0d6e3;
}
.pager__nav a,
.pager__nav li {
	font-size: 24px;
}
.pager__nav a {
	color: #8ba3b1;
}
.pager__nav > li + li {
	margin-left: 15px;
}
.consultation-list {
	margin-left: -10px;
}
.consultation-list > li {
	padding: 10px;
	width: 33.333333%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.consultation-list > li > a {
	font-size: 16px;
	line-height: 15px;
	font-weight: 700;
}


/**********************/
.block-input{
	margin-bottom:15px;
}
.block-input label{
	min-width: 75px;
	display: inline-block;
}

.block-input input{
	width:213px;
}

.block-input .code input{
	width:40px;
	text-align: center;
}

.block-input .phone{
	text-align: center;
	width:130px;
}

.block-input input.textarea-cont{
	padding:5px;
	font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #4e4e4e;
}


.block-input .code input::-webkit-input-placeholder {
   text-align: center;
}

.block-input .code input:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

.block-input .code input::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

.block-input .code input:-ms-input-placeholder {  
   text-align: center; 

}

.block-input .phone::-webkit-input-placeholder {
   text-align: center;
}

.block-input .phone:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

.block-input .phone::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

.block-input .phone:-ms-input-placeholder {  
   text-align: center; 
}


