@import url("reset.css");
 
@font-face {
    font-family:"HelveticaNeueCyr";
    src: url(../fonts/helveticaneuecyr-light.otf) format('opentype');
}

@font-face {
    font-family:"HelveticaNeueCyrRoman";
    src: url(../fonts/HelveticaNeueCyr-Roman.otf) format('opentype');
}

@font-face {
    font-family:"HelveticaNeueCyrThin";
    src: url(../font/HelveticaNeueCyr-Thin.otf) format('opentype');
}

@font-face {
    font-family:"HelveticaNeueCyrBold";
    src: url(../fonts/HelveticaNeue-Bold.ttf);
}

#cab_content .oneLineSearch h2.noItems:before {
    content: "";
}

#cab_content .oneLineSearch h2.noItems {
    cursor: default;
}

#cab_content h2 {
    cursor: pointer;
}

#cab_content .lk_si_list .company .title {
    font-weight: 400;
    font-size: 14.8674px;
    line-height: 17px;
    color: #151515;
    width: auto;
    width: 350px;
}

#cab_content .lk_si_list .company .public_status {
    margin-left: 16px;
}

#cab_content .lk_si_list .company .edit {
    margin-right: 16px;
}

#cab_content .lk_si_list .company .view {
    margin-right: 16px;
}

#cab_content .lk_si_list .company {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
}

#cab_content .lk_si_list .company:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lk_si_list{
    border: 1px dotted #8c3e3e;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    padding: 10px 15px;
}

.lk_si_list .companies.bd-hide{
    margin-top: 16px;
}

.lk_si_list .company .approved_status img,
.lk_si_list .company .public_status img,
.lk_si_list .company .view img,
.lk_si_list .company .edit img,
.lk_si_list .company .delete img{
    float: unset;
    width: unset;
    height: unset;
    margin-left: unset;
    padding: 0px;
    border: none;
}

.lk_si_list .company .edit {
    margin-left: auto;
}

.lk_si_list .oneLineSearch{
    display: flex;
    align-items: center;
}

.lk_si_list .btn{
    margin-left: 10px;
}

.lk_si_list .inputSearch{
    margin-left: auto;
}

.lk_si_list .inputSearch form{
    display: flex;
}

.lk_si_list input{
    border: 1px solid #90525B;
    padding: 12px 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 40px;
    box-sizing: border-box;
    margin-right: 0;
    width: 200px;
}

.lk_si_list button{
    background: #90525B;
    border: 1px solid #90525B;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 40px;
    width: 40px;
    margin-left: 0;
}





#companies .company.item {
    padding: 16px 20px;
}

.company .row {
    display: flex;
    align-items: center;
}

.company .title {    
    font-weight: 400;
    font-size: 18.1713px;
    line-height: 21px;
    color: #151515;
    width: 220px;
}

.company .public_status{
    margin-left: 30px;
}

.company .public_status{
    margin-left: 30px;
}
.company .verification_status{
    margin-left: 18px;
}

.company .verification_action{
    margin-left: 25px;
}

.company .verification_action a{
    display: flex;
    align-items: center;
}

.company .verification_action a span{
    margin-left: 7px;
}

.company .verification_action,
.company .requisites_link {  
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #90525B;
}

.company .requisites_link {  
    margin-left: 10px;
}

.company .edit_action {
    margin-left: auto;
    margin-right: 10px;
}

.company .view_link {
    margin-right: 20px;
}
.company .public_action{
    margin-right: 25px;
}

.company .delete_action{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #F2F2F2;
}

.company .delete_action a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.company .delete_action a img{
    margin-top: 9px;
}

h1{
	font-size: 24px;
	color: #333;
	text-align: left;
}

#circleG{
	width:45px;
}

.circleG{
	background-color:rgb(255,255,255);
	float:left;
	height:10px;
	margin-left:4px;
	width:10px;
	animation-name:bounce_circleG;
		-o-animation-name:bounce_circleG;
		-ms-animation-name:bounce_circleG;
		-webkit-animation-name:bounce_circleG;
		-moz-animation-name:bounce_circleG;
	animation-duration:2.24s;
		-o-animation-duration:2.24s;
		-ms-animation-duration:2.24s;
		-webkit-animation-duration:2.24s;
		-moz-animation-duration:2.24s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
}

#circleG_1{
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#circleG_2{
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#circleG_3{
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

sup {
	vertical-align: super;
	font-size: 90%;
}

@keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,0,0);
	}

	100%{}
}

@-o-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,0,0);
	}

	100%{}
}

@-ms-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,0,0);
	}

	100%{}
}

@-webkit-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,0,0);
	}

	100%{}
}

@-moz-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,0,0);
	}

	100%{}
}



#redirectBlock{
	padding: 20px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 10000;
}

#mobile_menu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 20px 80px 20px 30px;
	z-index: 1501;
	background: #f7f7f7;
	border-left: 1px solid #424242;
	border-bottom: 5px solid #424242;
}
#mobile_menu .menu1 ul li {
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
}
#mobile_menu .menu1 ul {
    margin-bottom: 15px;
}
#mobile_menu .menu1 ul li.active {
    background: #9b5556;
    padding: 5px 10px;
    display: block;
}
#mobile_menu .menu1 ul li.active a {
    color: #fff;
}
#mobile_menu .menu2 ul li {
    text-align: left;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 14px;
}
#mobile_menu .menu2 ul li a {
    color: #5e5e5e;
}
#mobile_menu .menu2 ul li.active {
}
#mobile_menu .menu2 ul li.active a {
    background-color: #c6c6c6;
    display: block;
    padding: 5px 10px;
    margin-bottom: 4px;
}
#mobile_menu .menu2 ul li.active ul {
    margin-bottom: 4px;
}
#mobile_menu .menu2 ul li.active ul li {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
#mobile_menu .menu2 ul li.active ul li a{
	color: #5e5e5e;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: #f7f7f7; 
}
#mobile_menu .menu2 ul li.active ul li.active a{
	font-weight: bold; 
}
#mobile_menu .menu2 ul li.active ul li.active ul li a{
	font-weight: normal; 
}
#mobile_menu .menu2 ul li.active ul li.active ul li.active a{
	font-weight: bold; 
}

.grey_bg{
	//background-color: #f7f7f7;
	background: #f7f7f7 url(images/background_lite.png) repeat;
}

.line_one, .line_one_center, .line_one_nored {
	border-bottom: 1px solid #333;
	margin: 10px 0 19px 0;
	background: url('images/line_one_bg.png') no-repeat;
	height: 3px;
}
.line_one_center {
	max-width: 1270px; 
	margin: 0 auto 19px; 
	background: none;
}
.line_one_nored {
	background: none;
}
.line_one.no_bg {
	background: none;
	height: 0;
}
.line_one.no_pad {
	margin: 0px;
	padding: 0px;
}

.wrapper {
    max-width: 1240px;
    min-width: 300px;
    margin: 0 auto;
    padding: 15px 19px;
}

#foot_menu .wrapper {
	padding: 0;
    display: flex;
}

#foot_menu .contact-block{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    width: 220px;
    border-right: 1px solid rgba(21, 21, 21, 0.3);
}

#foot_menu .contact-block p{
    padding-bottom: 23px;
}

#foot_menu .contact-block p:last-child{
    padding-bottom: 0;
}

#foot_menu .contact-block p a{
    color: rgba(21, 21, 21, 0.9);
}

#foot_menu .menu-block {
    padding-left: 74px;
}

#foot_menu .menu-block ul li {
    font-weight: 300;
    font-size: 17px;
    padding-bottom: 23px;
}

#foot_menu .menu-block ul li:last-child {
    padding-bottom: 0;
}

#foot_menu .menu-block ul li a{
    color: rgba(21, 21, 21, 0.7);
}

#foot_menu .logo-block {
	margin-left: auto;
}

#foot_menu .logo-block img {
    padding-left: 32px;
}

.grey_bg #content .wrapper,
#content_si .wrapper,
#content #job_cat,
.job_list_main,
.lk .wrapper {
	background: rgba(255,255,255,0.79);
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 3px;
    padding-top: 19px;
  /*min-height: 900px; metka*/
    margin: 0 auto 30px;
    text-align: left;
    display: inline-block;
	width: 100%;
   
}
.lk .wrapper {
    min-height: 290px;
	background: transparent;
	box-shadow: none;
	padding: 0;
	width: 100%;
}
.lk .cat_pagination .wrapper {
	min-height: 0;
	border: none;
	widows: 90%;
}
#grsi_part #content .wrapper {
	/*min-height: 1010px; metka*/
}

.job_list_main {
	min-height: 0;
	padding: 15px; 
}
.job_list_main #index-list {
	margin-right: 290px;
}
.grey_bg #content .cat_pagination .wrapper {
	box-shadow: none;
	background: transparent;
	text-align: center;
	padding: 19px 0 15px;
}

#nc_comments_nav .wrapper {
    color: #fff;
    font-size: 10px;
}

a{
	color: #9b5556;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
  color: #ab6e6e;
}

body {
    font-family: arial;
}

#breadcrumbs + #content {
  /*padding-top: 25px;*/
  text-align:center;
}

#content ul li, ol li {
    font-size: 15px;
    color: #3c3c3c;
    line-height: 1.5;
    margin-top: 1px;
    padding-left: 5px;
}
ol li {
	line-height: 1.7; 
}

#content ul {
    list-style-image: url(images/rect_list_type.png);
    list-style-position: outside;
    margin-bottom: 15px;
    margin-left: 17px;
}

#content p + ul {
    margin-top: -5px;
}

#content #cke_f_Text p + ul {
	margin-top: 0;
}

#content ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 15px;
}

#content p + ol {
    margin-top: -5px;
    margin-left: 19px;
}

.border {
    height: 7px;
}

.red-gradient {
    background: linear-gradient(to bottom, #954a56, #a75c68 ); 
}

#main_job_offer_block, #main_job_search_block {
    height: 5px;
}

.right {
    float: right;
}

/*header*/
#mob_logo {
    position: relative;
    z-index: 1500;
    padding: 0 19px 15px;
    display: none;
}

#mob_logo img {
    padding: 10px 10% 0px 0;
    width: 100%;
}

#mob_menu_button {
    width: 50px;
    height: 50px;
    background: url(images/menuu.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 1502
}

#top_header {
	/*
    overflow: hidden;
    background: linear-gradient(to bottom, #fcfcfc, #eaeaea);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.56);
    padding: 2px 0;
    position: relative;
    z-index: 1000;
    */
    z-index: 900;
    background: url(images/d0e70b4cbb9ab8afb1bc1065a3f8487a_nav_top_bg.png) repeat-x;
    height: 40px;
    border-bottom: 1px #ffffff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.56);
    position: relative;
    font-family:"Helvetica Neue", Helvetica, "HelveticaNeueCyr";
}

#top_header nav {
    float: left;
    overflow: hidden;
}

#top_header nav ul {
    overflow: hidden;
    padding-top: 7px;
}

#top_header nav ul li {
    float: left;
    padding: 0;
    height: 26px;
    line-height: 25px;
}

#top_header nav ul li:not(:last-child):after {
    content: "";
    width: 0px;
    height: 10px;
    border-right: 1px solid #acacac;
  	margin: 7px 3px;
}

#top_header nav ul li a {
    color: #232323;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
}

#top_header nav ul li.active a {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
    display: inline-block;
    background: linear-gradient(-180deg, #bb7576 0%, #7b3536 100%); 
}
#top_header nav ul li.active a:hover { 
	background: linear-gradient(-180deg, #bb7576 0%, #7b3536 100%) !important;
}
#top_header nav ul li a:hover {
    background-image: url(images/d0e70b4cbb9ab8afb1bc1065a3f8487a_navTopHover.png);
    background-repeat: repeat-x; 
    background-origin: content-box;
    background-clip: content-box;
    line-height: 26px;
    }

#top_header nav ul li.active a:hover {
    background-image: none;
    background-repeat: inherit; 
    background-origin: inherit;
    background-clip: inherit;
    line-height: 15px;
}

#top_header nav ul li a:hover span {
    border-bottom: 1px dotted #A04747;
}

#top_header #log_reg_block {
    float: right;
    color: #bcbcbc;
    font-size: 12px;
    padding-top: 8px;
}

#reg_button {
    display: inline-block;
    background: url(images/key.png) left center no-repeat;
    color: #d03c3c;
    font-size: 13px;
    padding-left: 25px;
    margin-left: 15px;
}

#reg_button a {
    /*border-bottom: 1px dotted #d03c3c;*/
    cursor: pointer;
    color: #d03c3c;
}

#reg_button a:hover,
#log_button a:hover {
    text-decoration: none;
}

#log_button {
    color: #fefefe;
    font-size: 13px;
    padding: 5px 10px 5px 35px;
    display: inline-block;
    cursor: pointer;
    background: url(images/log_arrow.png) 7px center no-repeat, url(images/log_win.png) 12px center no-repeat, linear-gradient(to bottom, #CD6868, #A04646);
}
#log_button a {
    color: #fefefe;
}



.userLink {
    color: #fefefe;
    font-size: 14px;
    padding: 5px 10px 5px 5px;
    display: inline-block;
    cursor: pointer;
}

.userLink.active {
    background-color: #9b5556;
    padding: 5px 10px 5px 10px;
}

.userLink.active a {
    color: #ffffff;
}

.exitLink {
    color: #fefefe;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    cursor: pointer;
}

#bot_header {
    background: #f3f3f3;
    border-top: 1px solid #aaa9a9;
    border-bottom: 3px solid #595959;
}

#bot_header ul li {
    float: left;
}

#bot_header ul li a {
    display: block;
    padding: 11px 23px;
    text-decoration: none;
    font-size: 14px;
    color: #5e5e5e;
}

#bot_header ul li:nth-child(2n-1) a {
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
}

#bot_header ul li:last-child a {
    border-right: 1px solid #C6C6C6;
}

#bot_header ul li a:hover,
#bot_header ul li.active a {
    background: linear-gradient(-180deg, #bA5D5D 0%, #9A3D3D 100%);
    color: #fff; 
    transform: scaleY(1.01);
    z-index: 900;
}

#mid_header {
    padding: 25px 0;
    /*background-color: #f6f6f6;*/
    position: relative;
    z-index: 500;    
    background: #ffffff url(images/84c1e40ea0e759e3f1505eb1788ddf3c_background.png ) repeat;
    border-bottom: 1px solid #fcfcfc;
}

#logo {
    float: left;
}
#logo img {
	max-width: 330px;
}

#search {
    /*width: 50%;*/
    float: right;
    padding-top: 20px;
}

#search form input[type=image] {
    padding: 10px;
    margin-right: -3px;
}

#search form #search_settings {
    padding: 10px;
    background: url(images/Layer-19.png) center center no-repeat;
    width: 23px;
    height: 23px;
    border: none;
    background-color: #C6C6C6;
    cursor: pointer;
    display: inline-block;
}

#search_buttons {
    float: right;
}

#search_input {
    border-top: 2px solid #CDCDCD;
    border-left: 2px solid #CDCDCD;
    background-color: #fff;
    height: 41px;
    margin-right: 42px;
}

span#search_cat {
    font-size: 13px;
    color: #737373;
    background: url(images/Layer-17.png) right center no-repeat;
    padding: 0 17px 0 15px;
    cursor: pointer;
}

#search_input input[type=search] {
    font-size: 13px;
    /*font-style: italic;*/
    border: none;
    line-height: 41px;
    color: #b5b5b5;
    width: 260px;
    padding: 0 2px;
    padding-left: 10px;
    height: 41px;
    border: 0;
    background: transparent;
    /*background: url(images/Layer-18.png) right center no-repeat;*/
}

#search_input input[type=search]:focus {
	color: #333;
}

/*breadcrumbs*/
#breadcrumbs {
    padding: 15px 0;
    background: #f7f7f7 url(images/background_lite.png) repeat;
}

#breadcrumbs a {
    font-size: 12px;
    font-family: arial;
    font-weight: 300;
    color: #6c6c6c;
    text-decoration: none;
}

#breadcrumbs span {
    font-size: 12px;
    font-weight: 300;
    color: #919191;
}

#breadcrumbs span.bread_sep {
    padding: 0 5px;
}

/*content*/
#content, #content_si {
    overflow: hidden;
    min-height: calc(100vh - 388px);
    background: #f7f7f7 url(images/background_lite.png) repeat;
    text-align: center;
}
.tpl-block-change-form #content {
    /*min-height: calc(100vh - 45px);*/
}

#main_content {
    margin-right: 290px; 
    margin-bottom: 50px;
}

#main_content.si_news.info{
	margin-right: 0;
    margin-bottom: 50px;
}
#main_content.si_news.info .news_list {
	margin-left: 315px;
	border: 1px solid #ddd;
}
#main_content.si_news.info .arts_list {
	margin-left: 300px;
}
#main_content.si_news.info.search .news_list,
.line_one.search{
	margin-left: 0;
	margin-right: 280px;
}
#main_content.si_news.info .news_list .news_item .news_text,
#main_content.si_news.info .arts_list .news_item .news_text {
	width: auto;
}

#main_content .block .title a, #main_content .block .title span {
    font-size: 16px;
}

.block .title span.ad_job_name {
    color: #6b3b45; 
    letter-spacing: normal;
    font-size: 18px;
}

#main_content .block .title p  {
    line-height: 19px;
}

#main_content .block .title p {
    font-size: 15px;
    margin-top: 5px;
    color: #2c6f12;
    font-weight: bold;
}

#cab_content {
    margin-left: 310px; 
    padding: 23px 21px;
	min-height: 190px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #90525B;
    border-radius: 4px;
    box-shadow: 3px 3px 4px rgba(144, 82, 91, 0.25);
}
.lk #cab_content h2 {
	font-size: 19px;
	text-shadow: 1px 1px 1px f1f1f1;
}
#right_sidebar {
    float: right;
    width: 262px;
}
.main_org #right_sidebar {
	margin-top: 56px;
}
.main_org .line_one {
	max-width: 100% !important;
}
#left_sidebar {
    float: left;
    width: 270px;
    margin-bottom: 15px;
}


    /*sidebars*/
#direct {
    margin-bottom: 15px;
    border: 1px solid #DDDDDD;
    padding: 10px 10px 0 10px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
    min-height: 266px;
	overflow: hidden;
}
.banners {
    margin-bottom: 15px;
    border: 1px solid #DDDDDD;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;    
    box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}
#left_sidebar .banners {
	padding-bottom: 10px;
}
    /*main*/
#main_icons_menu {           
    text-align: center;
    border-top: 2px solid #C38385;
    background-color: #fff;
    border-bottom: 5px solid #b37375;
    margin-bottom: 7px;
    box-shadow: 1px 1px 5px #999;
    padding: 15px 0;
    min-height: 219px;
}

.li955, .li956, .li949, .li958 {
  margin-bottom: 9px;
}

.icon_menu_tem {
    display: inline-block;
    width: 13%;
    margin: 20px 3% 10px;
    border-bottom: 3px solid #F9F9F9;
    padding-bottom: 6px;
    vertical-align: top;
    height: 70px;
}

.icon_menu_tem img {
    margin-bottom: 5px;
}

.icon_menu_tem a {
    font-size: 13px;
    font-weight: 300;
    color: #484847;
    text-decoration: none;
    display: block;
}
.icon_menu_tem a:hover {
	color: #6b3b45;
}

.icon_menu_tem:hover {
    border-bottom: 3px solid #AA4D4D;
}

#main_content h2, #left_sidebar h2 {
    font-size: 19px;
    color: #111;
    margin-bottom: 6px;
    text-shadow: -1px -1px 3px #fff, 1px 1px 1px #ddd;
}
#main_content .si_item h2 {
	color: #393939;
	margin-bottom: 5px;
}
#job_cat .filtr h2 {
	margin: -1px 0 5px -5px;
	color: #333;
	text-shadow: none;
}
#job_cat .item-title {
  font-size: 19px;
  margin-bottom: 7px;
}

#index-list h2 {
    margin-left: 1px;
    margin-bottom: 9px;     
    font-size: 23px;
}

#index-list #main_job_offer_block {
  //margin-bottom: 1px;
}

#recomended, #best_org, #last_public {
    padding: 15px 3px;
    box-shadow: 2px 2px 10px rgba(100,100,100,0.2);
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}
#best_si {
    padding: 15px 3px;
    box-shadow: 2px 2px 10px rgba(100,100,100,0.2);
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}

#recomended .recomended {
    float: left;
    width: 28.3%;
    padding: 0 2.5%;
    background: url(images/recomend_bg.png) left center no-repeat;
}

#best_org .best_org {
    float: left;
    width: 25%;
    //padding: 0 0 0 2.5%;
    padding: 0;
}

#best_org .best_org .border_wrap {
    border-right: 1px solid #D7D7D7;
    padding: 0 7% 0 7%;
}

#best_si .best_si {
    float: left;
    width: 25%;
    padding: 0;
}
#best_si .best_si .border_wrap {
    border-right: 1px solid #D7D7D7;
    padding: 0 7% 0 7%;
}
#best_si .best_si h3 {
	margin-top: 7px;
	font-size: 17px;
	line-height: 1.15;
}

#best_org .best_org:last-child .border_wrap,
#best_si .best_si:last-child .border_wrap {
    border-right: none;
}

#recomended .recomended:first-child {
    background: none;
}

#recomended .recomended img{
    /*width: 100%;*/
    width: 270px;
    height: 180px;
    display: block;
}
#best_org .best_org img {
    /*width: 100%;*/
    width: 204px;
    height: 135px;
    display: block;
}

#recomended .recomended h3 a, #best_org .best_org h3 a {
    color: #ab6e6e;
    font-size: 14px;
    padding: 10px 0;
	text-decoration: none;
	display: block;
}

#recomended .recomended p, #best_org .best_org p {
    color: #5e5e5e;
    font-size: 13px;
}
    /*news*/
#new_border {
    height: 7px;
    background: linear-gradient(to bottom, #CC6A6A 0%, #B85858 50%, #CC6A6A 100%);
}
article.new_block {
    border: 1px solid #DBDBDB;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 15px 17px;
}

article.new_block h1 {
    font-size: 20px;
    color: #a06869;
    margin: 15px 0;
}

article.new_block h3 {
    margin-bottom: 15px;
}

article.new_block p {
    font-size: 15px;
    font-family: arial;
    color: #3c3c3c;
    margin-bottom: 15px;
    line-height: 20px;
}

#new_pagination {
    margin: 15px 0;
    text-align: center;
}

#new_pagination a {
    display: inline-block;
    color: #556270;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FCFCFC, #EFEFEF);
    width: 102px;
    padding: 7px 0;
    margin: 0 2px;
}
#new_pagination a:hover {
    color: #a06869;
	}

    /*contacts*/
#contact, #full_ntd, #si_view {
    border: 1px solid #E4E4E4;
    padding: 15px 19px 13px;
    background: #fff;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}
#content_si #si_view {
	margin-bottom: 30px;
}

#stars {
    padding: 0;
    text-align: right;
    float: right;
}

#stars .star {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 2px;
    background: url(images/star2_1.png) center center no-repeat;
}

#stars .star:hover {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 2px;
    background: url(images/star2.png) center center no-repeat;
}

#cont_info, #ad_info, #comment_info {
    overflow: hidden;
    padding: 15px 0;
    //padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
}
#ad_info h2 {
	margin-bottom: 9px;
}

#descript {
    padding: 11px 0 0;
}
#descript strong {
	font-weight: normal;
	color: #5b2b35;
}

#descript p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.9;
    color: #555;
    margin-bottom: 17px;
}

#cont_info h2, #ad_info h2, #cometn_info h2, #full_ntd h2 {
    font-size: 17px;
    line-height: 18px;
    color: #7b4b55;
    margin-top: 15px;
    font-weight: 400;
    text-shadow: none;
}
#si_view h2 {
	font-size: 17px;
}
#si_view a {
	color: #393939;
}
#full_ntd h2 {
	margin-top: 19px;
	color: #5b2b35;
}
#comment_info h2 { 
	font-size: 16px;
	color: #333;
}

#cont_info h2:first-of-type, #ad_info h2:first-of-type, #comment_info h2:first-of-type {
    margin-top: 5px;
}
#cont_info h2:first-of-type {
    padding-left: 5px;
}

#cont_info p, #ad_info p, #cometn_info p, #cont_info ul li, #ad_info ul li, #comment_info ul li {
    font-size: 13px;
    color: #393939;
    line-height: 18px;
    text-decoration: none;
}

#cont_info ul, #ad_info ul, #cometn_info ul {
    list-style-image: none;
}

#contact #map, #si_view #map {
    width: 235px;
    height: 210px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    /*background-color: #5e5e5e;*/
}
/*
#contact #stars .star:nth-child(1) {
    background: url(images/star1.png) center center no-repeat;
}

#contact #stars .star:nth-child(2) {
    background: url(images/star2.png) center center no-repeat;
}

#contact #stars .star:nth-child(3) {
    background: url(images/star3.png) center center no-repeat;
}

#contact #stars .star:nth-child(4) {
    background: url(images/star4.png) center center no-repeat;
}

#contact #stars .star:nth-child(5) {
    background: url(images/star5.png) center center no-repeat;
}
*/
#contact h1, #full_ntd h1 {
    font-size: 23px;
    color: #6b3b45; //9b5556;
    margin: 1px 0 23px;
}

.ad_type_plate {
    float: right; 
    display: block; 
    padding: 4px 19px; 
    margin-right: -19px; 
    max-height: 150px;
    max-width: 100px;
}

.publishment {
    padding: 15px 0 15px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

#publishments .publishment:first-child {
	padding-top: 15px;
}
#publishments .publishment:last-child {
    border-bottom: none;
}

.publishment img {
    width: 100px;
    height: 100px;
    border: 2px solid #111;
    float: left;
    margin-right: 25px;
}

#publishments .publishment h2 a {
    color: #ab6e6e;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    font-family:"HelveticaNeueCyrRoman";
}

#publishments .publishment h2 {
  margin-bottom: 0px;
}

#publishments .publishment p.date {
    font-size: 14px;
    line-height: 18px;
    color: #757171;
    margin-bottom: 0px;
}

#publishments .publishment p {
    color: #5e5e5e;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

.tabs div {
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    color: #484847;
    text-transform: uppercase;
    padding: 15px 60px;
    cursor: pointer;
    margin-right: 3px;
    font-family:"HelveticaNeueCyrThin";
}

.tabs div.active {
    background-color: #EEEEEE;
    font-family:"HelveticaNeueCyrRoman";
} 
.tabs div:hover {
    background-color: #EEEEEE;
}

    /*cabinet*/
#cab_menu {
    padding: 0 3px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #90525B;
    box-shadow: 3px 3px 4px rgba(144, 82, 91, 0.25);
    border-radius: 4px;
}

#cab_menu ul, #cat_menu ul {
    margin-bottom: 0;
    list-style-position: inside;
    margin: 0;
}

#cab_menu ul li {
    border-bottom: 1px solid #DDDDDD;
    list-style-image: none;
    text-decoration: none;
}

#cab_menu ul li:last-child {
    border-bottom: none;
}

#cab_menu ul li a {
    display: block;
    padding: 8px 25px 8px 50px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: #000000;
    background: url(images/cab_menu_a.png) 13px center no-repeat;
    text-decoration: none;
}

#cab_menu ul li.active a {
    font-weight: bold;
}

#cab_menu ul li a:hover {
    background-color: #F5F5F5; 
}

#cab_button {
	display : inline-block;
    width: 300px;
    text-align: center;
    border-radius: 2px;
}

#cab_button a {
    display: block;
    color: #fafafa;
    font-size: 18px;
    text-decoration: none;
    padding: 9px 0;
}

#cab_button a span {
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.37);
}

.cab_title {
	font-size: 23px; 
    line-height: 27px;
	margin-bottom: 7px; 
	padding-bottom: 7px; 
	color: #90525B;
}
.cab_add_link {
	font-size: 15px;
}

#companies {
    margin: 20px 0;
    border-radius: 3px;
}
.lk #companies {
    border-color: #e3e3e3;
}

#companies h2 + p.pub_status {
	margin: 0 0 5px;
}

#companies .company {
    padding: 10px 10px 12px;
    position: relative;
}

#companies .company:nth-child(2n) {
    background-color: rgba(255,255,255,0.7);
}

#companies .company h2 {
    color: #8c3e3e;
    font-size: 18px;
    margin-bottom: 7px;
    font-family:"HelveticaNeueCyrRoman";
    line-height: 1.3;'
}
#companies .company > h2:first-child { 
	padding-bottom: 7px;
	border-bottom: 1px dotted #9c5e5e;
}

#companies .company > a {
    font-size: 13px;
    font-weight: 100;
    margin-right: 5px;
    color: #212121;
    float:left;
    line-height: 20px;
}
#companies .company > a:hover {
	text-decoration: none;
	color: #9b5556;
}

#companies .company .cstars {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}

#companies .company .cstars div {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 1px;
}

#companies .company .cstars .gstar {
    background: url(images/gstar.png) center no-repeat;
}

#companies .company .cstars .rstar {
    background: url(images/star1.png) center no-repeat;
}

#companies .company .cstars .ostar {
    background: url(images/star2.png) center no-repeat;
}

#companies .company .cstars .ystar {
    background: url(images/star3.png) center no-repeat;
}

#companies .company .cstars .gystar {
    background: url(images/star4.png) center no-repeat;
}

#companies .company .cstars .grstar {
    background: url(images/star5.png) center no-repeat;
}



    /*category*/
#cat_content {
	margin: 0 280px 0 290px;
  	padding: 0px 0 15px; 
}
#content_si #cat_content {
	margin-right: 0;
}
#content_si #right_sidebar .special-block {
	background: #f3f3f3;
	margin: 0 -10px -10px;
	padding: 0 10px;
}
#content_si #right_sidebar .special-block .special-link {
	line-height: 2;
}
#content_si #right_sidebar .special-block .special-form {
	padding-top: 5px;
}
#content_si #right_sidebar a {
	color: #393939;
	line-height: 1.5;
	font-size: 15px;
}
#content_si #right_sidebar .special-block a {
	color: #555;
}
#cat_content.search_page {
	margin-left:0px;
}
#cat_content a, .new_block a {
    text-decoration: none;
}
	
#best_side_org {
    padding: 15px 25px;
    background-color: #fff;
    border-top: 5px solid #6F6F6F;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

#best_side_org .best_side_org {
    padding: 25px 15px;
    border-bottom: 1px solid #DEDEDE;
    
}

#best_side_org .best_side_org:last-child {
    border-bottom: none;
    
}

#best_side_org .best_side_org img {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

#best_side_org .best_side_org h3 a {
    color: #ab6e6e;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

#best_side_org .best_side_org p.bso_mark {
    color: #5e5e5e;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#best_side_org .best_side_org p {
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.cat_pagination {
    padding: 20px 0;
    text-align: center;
}

.cp_last {
    padding: 15px 0 10px;
}
.top_header {
    max-width: 1270px; 
    margin: 0 auto;
}

.cat_pagination a, .cat_pagination span, .cat_pagination b{
    display: inline-block;
    color: #556270;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FCFCFC, #EFEFEF);
    padding: 7px 10px;
    margin: 0 2px;
}

.cat_pagination a.tpl-state-current, .cat_pagination b{
	background: linear-gradient(to bottom, #eCeCeC, #dFdFdF);
    color: #a06869 !important;
    margin-bottom: 7px;
}

.cat_pagination span, .cat_pagination a:hover {
    color: #a06869;
    background: linear-gradient(to bottom, #eCeCeC, #dFdFdF);
}

.cat_pagination a.pn {
    width: 62px;
}

.company {
    position: relative;
    padding: 15px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

#cat_content .vacancy {
	background: #fff;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}

.company:hover {
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.company:hover p {color: #111;}

.company:hover h2 {color: #7b3536;}

#job_cat .vacancy:hover {
	background: linear-gradient(-180deg, #f9f9f9 0%, #f5f5f5 100%);
}

#cab_content .company {
	border: 1px dotted #8c3e3e;
	margin-bottom: 0;
	border-radius: 3px;
  	box-shadow: none;
	background-color: rgba(255,255,255,0.7);
	margin-bottom: 13px;
}

.company .z_p {
    color: #333;
    font-size: 15px;
}


.company .stars {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: right;
}

.company .stars .star {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 2px;
}

.company .stars .star {
    background: url(images/star2.png) center center no-repeat;
}
/*
.company .stars .star:nth-child(1) {
    background: url(images/star1.png) center center no-repeat;
}

.company .stars .star:nth-child(2) {
    background: url(images/star2.png) center center no-repeat;
}

.company .stars .star:nth-child(3) {
    background: url(images/star3.png) center center no-repeat;
}

.company .stars .star:nth-child(4) {
    background: url(images/star4.png) center center no-repeat;
}

.company .stars .star:nth-child(5) {
    background: url(images/star5.png) center center no-repeat;
}
*/
.company img {
    float: right;
    width: 150px; /*160px;*/
    height: 100px; /*120px;*/
    margin-left: 13px;
    padding: 20px 0 0 0px;
    /*border: 1px solid #e5e5e5;*/
}
.company.item img {
    float: unset;
    width: unset;
    height: unset;
    margin-left: unset;
    padding: unset;
}
.news-list .company img {
    float: right;
    width: 150px; 
    height: auto;
    margin-left: 13px;
    padding: 0px;
    border: 1px solid #e5e5e5;
}

.company h2 a,
.new_block h3 a {
    font-size: 18px;
    line-height: 18px;
    color: #ab6e6e;
    text-decoration: none;
}

.company p {
    color: #5e5e5e;
    font-size: 14px;
    margin-top: 3px;
    line-height: 1.5;
}

.company h2 + p {
    margin-top: 3px;
}

.company p.vacancy_comp {
    margin-top: 10px;
    font-style: italic;
}

#cat_menu {
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
}

#cat_menu ul {
    margin-bottom: 0;
}

#cat_menu ul li {
    list-style-image: none;
    text-decoration: none;
    line-height: 1;
}

#cat_menu ul li a {
    display: block;
    padding: 10px 5px 10px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #727272;
    text-decoration: none;
    overflow: hidden;
    line-height: 25px;
    border-bottom: 1px solid #E5E5E5;
}

#cat_menu ul li ul li a {
    padding: 10px 5px 10px 35px;
}

#cat_menu ul li a, #cat_menu ul li a.active {
    //background-color: #F7F7F7;
    text-decoration: none;
}

#cat_menu ul li a:hover {
    text-decoration: none;
    background-color: #F7F7F7;
    color: #111;
}

#cat_menu ul li a.active {
    background-color: #F7F7F7;
}

#cat_menu ul li a img {
    display: block;
    float: left;
    margin-right: 15px;
    height: 25px;
}

/*footer*/
#copyright {
    background-color: #5D5D5D;
    padding: 11px 0 10px;
}

#copyright p {
    //padding-right: 10%;
    text-align: center; 
    font-size: 13px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, HelveticaNeueCyr;
}

#foot_menu {
    border-top: 1px solid #BBBBBB;
    padding: 40px 0;
    overflow: hidden;
    background: #ffffff url(images/84c1e40ea0e759e3f1505eb1788ddf3c_background.png ) repeat;
}

#foot_menu nav ul.foot_menu {
    padding-top: 10px;
}

#foot_menu nav {
    margin: 9px 0;
}

#foot_menu nav, #foot_menu nav ul li {
    float: left;
    overflow: hidden;
}

#foot_menu nav ul li a, #foot_menu nav ul li {
    font-size: 13px;
    color: #3e3e3e;
    text-decoration: none;
    padding: 0 7px;
}

#foot_menu ul.foot_icons {
    float: right;
}

#foot_menu ul.foot_icons li {
    float: left;
    margin-left: 25px;
}

.search-field-meta {
	display: none;
}
p.nc_announce{
	text-align: right;
}
p.nc_announce a {
  color: gray;
}
p.nc_announce a.org_link:hover {
  text-decoration: underline;
}

.tpl-state-current{
	color: #a06869 !important;
}
.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
  padding: 13px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  min-height: 130px;
  border-top: 1px solid #f0f0f0;
  color: #333;
}
.tabs__content.active p {
	line-height: 1.3;
	font-size: 15px;
	text-align: justify;
}
form.account-modify-form {
	background: #fff;
	padding: 15px;
	border: 1px solid #dad9d9;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #ccc;
}

table.account-modify-form,
table.account-password-form {
	width: 100%;
	color: #333;
	/*border: 1px solid #ddd;
	background: #fff;*/
 
    background: #FFFFFF;    
    border: 1px dotted #90525B;
    border-radius: 4px;
    border-collapse: unset;
}
table.account-modify-form tr:last-child td  {
    border-bottom: none;
}
#content table.account-modify-form #f_ForumName {
	margin-bottom: 0;
}
table.account-modify-form {
	font-size: 15px;
  	margin-top: 3px;
}
table.account-modify-form td,
table.account-password-form td{
	padding: 15px;
  border-bottom: 1px dotted #ccc;
}
table.account-modify-form input,
table.account-password-form input{
	padding: 5px;
}
table.account-modify-form td input {
    margin-bottom: 0;
}
.nc-field span.nc-field-caption{
	font-size: 17px;
	display: block;
	color: #000;
	padding-bottom: 5px;
}
.nc-field select,
.nc-field input[type="text"]{
	padding: 7px;
	max-width: 1200px;
}
.nc-field table select{
	width: 80px;
}
.nc-field input[name="nc_captcha_code"] {
	margin-top: 5px;
}
.nc-field textarea{
	width: 99%;
	height: 30px;
}
.nc-field{
	margin-bottom: 20px;
	font-size: 17px;
	color: #000;
}
.nc-field p{
	color: #6c6c6c;
}
.nc-field label{
	color: #6c6c6c;
	font-size: 15px;
	vertical-align: top;
  	display: inline-block;
}
.nc-field input{
	
}

.nc-field.nc-field-type-select input[type='checkbox'],
.nc-field.nc-field-type-boolean input[type='checkbox']{
	margin-top: 10px;
}
.nc-field.nc-field-type-select select{
	margin-top: 5px;
}
.nc-field.nc-field-type-multiselect input {
	margin-top: 10px;
}
.bd-captcha {
	background: #fff7c7; 
	padding: 0 13px; 
	width: 330px;
}
.nc-hint.nc-hint-required-fields{
	font-size: 13px;
}
.nc-form input[type="submit"], .nc-form input[type="submit"]:hover {
	border: 1px solid #A04646;
    background: #CD6868;
    color: #ffffff;
    padding: 7px 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}
.nc-form input[type="submit"]:hover{
	opacity: 0.8;
}
.tpl-block-auth-form{
	margin: 0 auto 50px;
	width: 600px;
	background: #fff;
	padding: 15px 29px;
	border: 1px solid #aaa9a9;
	border-radius: 3px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.tpl-block-auth-form input{
	padding: 5px;
	margin-bottom: 20px;
}
.tpl-block-auth-form input[type="text"],
.tpl-block-auth-form input[type="password"]{
	width: 97%;
	padding: 9px;
	background: white;
	font-size: 15px;
	border-color: #a6a6a6 #d9d9d9 #d9d9d9 #a6a6a6;
	border-width: 1px;
	border-radius: 3px;
}
.tpl-block-auth-form .tpl-block-auth-form-title {
	margin: 9px 0 25px;
	color: #555;
	font-size: 39px;
	font-family: Helvetica, Arial;
	text-align: center;
	
}
.tpl-block-auth-form .tpl-error, 
.tpl-block-auth-form .tpl-state-error {
	margin-bottom: 5px;
	color: red;
}
.nc_search input{
	width: 80%;
	padding: 10px;
	font-size: 16px;
}
.nc_search button{
	padding: 6px 15px; 
	font-size: 16px;
	margin: 8px 0 20px 0;
}
.nc_search_results .nc_search_range{
	margin-bottom: 10px;
}
.nc_search_results .nc_search_list{
	margin-bottom: 10px;
}
.nc_search_results .nc_search_list li{
	text-decoration: none;
}
.wrapper.rubber{
	max-width: 1740px;
  padding: 0 30px;
  margin: 0 auto;
} 

.tooltip {
	position: relative;position: relative;
    text-decoration: underline;
    cursor: pointer;
    color: #9b5556;
	}
.tooltip em {
	display: none;
	}
.tooltip:hover em {
	font-style: normal;
	display: block;
	position: absolute;
 	background: #000;
	color: #FFF;
	padding: 3px 5px;
	bottom: 22px;
	right: 0;
	box-shadow: 0 0 5px #ccc;
 	border-radius: 5px;
	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	width: 400px;
}
.tooltip:hover em i {
	position: absolute;
	bottom: -7px;
	right: 5px;
	border-top: 7px solid #000;
	border-left: 7px solid transparent;
	display: block;
}

div.warnText{
	color:red;
	margin-bottom: 25px;
}
.RatingPlus{
    border: 1px solid green;
    color: green;
    background-color: #ffffff;
    cursor: pointer;
    width: 20px;
}
.RatingMinus{
    border: 1px solid #cc0000;
    color: #cc0000;
    background-color: #ffffff;
    cursor: pointer;
    width: 20px;
}

#cat_menu .filtr{
	padding: 15px 20px;
	background: #fff;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}
#cat_menu .filtr .item{
	padding-bottom: 9px;
	font-size: 14px;
	
}
#cat_menu .filtr .item label,
#content_si .filtr_si .item_err label {
    padding-top: 2px;
    padding-left: 3px;
    display: inline-block;
	color: #797676;
	font-size: 14px;
	line-height: 1.5;
}
#cat_menu .filtr .item label input {
	vertical-align: top;
	margin: 4px 7px 0;
}

input[type="checkbox" i]:checked {
	color: black;
}

input[type="checkbox" i]:checked + label {
	color: black;	
}

#cat_menu .filtr .item span {
	display: block;
	padding-bottom: 7px;
	font-size: 16px;
	color: #333;
}
#cat_menu .filtr_si .item span {
	padding-top: 15px;	
}
#cat_menu .filtr_si .item .chosen-container span {
	padding-top: 0px;	
}
#cat_menu .filtr .item input[type='text'],
#cat_menu .filtr .item select{
	width: 222px;
  	font-size: 14px;
	padding: 3px 1px;
}
#cat_menu .filtr .item.pay{
	font-size: 14px;
}
#cat_menu .filtr .item.pay input {
	width: 75px;
	text-align: center;
}
#cat_menu .filtr .item input[type='submit']{
	border: 1px solid #cccccc;
    background: #efefef;
    padding: 8px 0;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 13px;
}

#left_sidebar .addBtn,
#left_sidebar .subscribeBtn{
	border: 1px solid #cccccc;
	background: #efefef;
	padding: 8px 0;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: center;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}
#left_sidebar .addBtn {
	border: 1px solid #A04646;
	background: #CD6868;
	color: #fff;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}
#left_sidebar .addBtn:hover,
#left_sidebar .subscribeBtn:hover{
	text-decoration: none;
	opacity: 0.8;
}

#index-list .block {
    border: 1px solid #d0d0d0; 
    padding: 3px 0px 20px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 2px;
}


#index-list .block a {
    text-decoration: none;
}

#index-list .block .filtr {
	color: #5e5e5e;
	font-size: 12px;
	display: none;
    margin-top: 10px;
  margin-left: 15px;
}
#index-list .block .filtr input,
#index-list .block .filtr select {
	width: 100%;
	margin-bottom: 10px;
	color: #5e5e5e;
	font-size: 12px;
	padding: 2px 3px;
}
#index-list .block .filtr .item.btn input{
	width: auto;
}
#index-list .block .filtr .item.pay input{
	width: 45%;
}
#index-list .block .filtr .item.pay input:last-child{
	float: right;
}
#index-list .block .item.btn input.searchBtn,
#index-list .block .item.btn a.addBtn,
#index-list .block .item.btn a.subscribeBtn{
  border: 1px solid #cccccc;
  background:#efefef;
	padding: 8px 15px;
	margin-right: 20px;
	cursor: pointer;
}
#index-list .block .item.btn input.searchBtn:hover,
#index-list .block .item.btn a.addBtn:hover,
#index-list .block .item.btn a.subscribeBtn:hover{
  text-decoration: none;
  opacity: 0.8;
}
#index-list .block .item.btn a.addBtn{
  border: 1px solid #A04646;
  background: #CD6868;
	color: #ffffff;
}
#index-list .block .filtr .col1,
#index-list .block .filtr .col2,
#index-list .block .filtr .col3{
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	width: 30%;
}
#index-list .block .item-list {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0 6px;
  font-size: 14px;
}
#job_main_anounce {
	max-width: 1232px; 
	margin: 0 auto 17px; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding: 5px 19px 19px; 
	background: url(images/job_banner.png);
	color: #131313; 
	font-size: 15px; 
	line-height: 1.5; 
	box-shadow: 0px 1px 7px #d5d5d5; 
	text-align: justify;
	text-shadow: 1px 1px 1px #fff;
	min-height: 190px;
}
#job_main_anounce p {
	max-width: 870px;
}
#job_main_anounce strong {
	font-size: 19px; 
	display: block; 
	margin-bottom: 9px; 
	border-bottom: 1px solid #ccc; 
	line-height: 42px; 
	text-shadow: 1px 1px 1px #eee;
	font-weight: normal;
}


#main_content .item-list .title span.job_city {
	vertical-align: middle; 
	font-size: 13px;
}
.item-list .title img.job_city_img {
	margin: 0 5px 0 2px; 

}
#main_content .item-list:hover span.ad_job_name {
	color: #7b3536;
}
#main_content .item-list:hover div.row, #main_content .item-list:hover .title span.job_city {
	color: #111;
}

#index-list .block div.item-list > div {
  padding-left: 15px;
  padding-right: 15px;
}
#index-list .block .item.btn {
  padding: 30px 0 10px 15px;
  font-size: 12px;
}
#index-list .block a.search-btn {
    margin-top: 20px;
    display: inline-block;
    margin-left: 15px;
}
#index-list .block a.search-btn {
  border-bottom: 1px dashed;
}
#index-list .block a.search-btn:hover {
	text-decoration: none;
  border-bottom-color: #fff; 
}
#index-list .block .filtr .item.btn {
  padding: 0;
}
#index-list .block .item-list .row{
	margin-bottom: 5px;
	color: #5e5e5e;
	letter-spacing: 0.4px;
}
#index-list .block .item-list .row .title {
	color: #333;
}
#index-list .block .item-list .row.ann{
/*	font-size: 13px; */
	letter-spacing: normal; 
  line-height: 19px;
}

.vac .date{
	color: #5e5e5e;
	font-size: 12px;
	margin: -9px 0 0 5px;
}
.vac #ad_info ul li, .vac #cont_info ul li {
	font-size: 16px;
	padding-bottom: 13px;
  position: relative;
  //color: #9b5556;
}

.vac #ad_info ul {
  margin-left: 0;
}

.vac #ad_info ul li span, .vac #cont_info ul li span {
	position: absolute;
	left: 150px;
	color: #9b5556;
}

.vac #cont_info ul {
  margin: 15px 3px 0;
  padding: 0;
}

.vac #ad_info p {
    font-size: 15px;
    border: 1px solid #dddddd;
    background-color: #fdfdf9;
    padding: 12px;
    line-height: 1.5; 
    border-radius: 2px;
}
#full_ntd p.use_field {
  background-color: #fcfcfc;
  line-height: 19px;
	font-size: 15px;
	padding: 7px 13px;
	margin-bottom: 5px;
	color: #393939;
	text-align: justify;
}

.company.vacancy img {
    width: 135px;
    height: 90px;
}

.lk_ver_status:hover {
    text-decoration: underline;
}
.sub-sub-block{
	background: #eeeeee;
	border-bottom: 1px solid #aaa9a9;
	padding-left: 30px;
}
.sub-sub-block .sub-sub{
	display: inline-block;
	color: rgba(51,51,51,0.6);
  font-size: 13px;
  padding: 12px 18px 10px;
	border-bottom: 2px solid #eeeeee;
}
.sub-sub-block .active.sub-sub,
.sub-sub-block .active.sub-sub:hover{
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #333;
}
.sub-sub-block .sub-sub:hover{
	border-bottom: 2px solid rgba(33,33,33,0.3);
}
.sub-sub-block .sub-sub a{
	color: rgba(51,51,51,0.6);
}
.sub-sub-block .sub-sub:hover a{
	color: rgba(51,51,51,0.8);
	text-decoration: none;
}
/*
#raiting {position:relative; height:16px; cursor:pointer; width:83px; display:inline;} 
#raiting_blank, #raiting_votes, #raiting_hover {height:16px; position:absolute; display:inline; margin-top: -3px; margin-left: 5px;}
#raiting_blank {background:url(images/ratings.png); width:83px; }
#raiting_votes {background:url(images/ratings.png) 0 -16px} 
#raiting_hover {background:url(images/ratings.png) 0 -32px; display:none}  
#raiting_info {margin-left:100px}
*/

#raiting {position:relative; height:16px; cursor:pointer; width:84px; float:left; overflow: hidden;} 
#raiting_blank, #raiting_votes, #raiting_hover {height:16px; position:absolute}
#raiting_blank { background:url(images/ratings.png); width:84px; } 
#raiting_votes {background:url(images/ratings.png) 0 -16px}
#raiting_hover {background:url(images/ratings.png) 0 -32px; display:none} 
#raiting_info {margin-left:100px}

.company h3 {display: inline;}

.search-block{
	margin-bottom: 30px;
}
.search-block .search-form{
}
.search-block .search-form button{
	font-size: 16px;
  padding: 10px;
}
.search-block .search-form input[name='search_query']{
	font-size: 16px;
  padding: 10px;
  width: 600px;
}

#index-list .news.block{
    border-bottom: none;
    padding: 0;
}
#index-list .news.block .item-list{

}
#index-list .news.block .item-list .pic{
	width: 100px;
	display: inline-block;
}
#index-list .news.block .item-list .pic img{
	width: 100px;
}
#index-list .news.block .item-list .text{
	display: inline-block;
	vertical-align: top;
}
#index-list .news.block .item-list .text .title{
	font-size: 17px;
	margin-bottom: 10px;
}
#index-list .news.block .item-list .text .short{
	color: #5e5e5e;
	margin-bottom: 15px;
}
#index-list .news.block .item-list .text .date{
	color: #5e5e5e;
}
#index-list .news.block .item-list .text .date a{
	color: #5e5e5e;
}
#index-list .news.block .item-list .text .date a.org_link:hover{
	text-decoration: underline;
}

#last-comment-list {
	
}
#last-comment-list .item{
	margin-top: 20px;
}
#last-comment-list .item .user{
	margin-bottom: 5px;
}
#last-comment-list .item .comment{
	margin-bottom: 5px;
}
#last-comment-list .item .newsName{
	margin-bottom: 5px;
}

.nc_user_list{
	border-top: 1px solid #ccc;	
	border-right: 1px solid #ccc;	
}
.nc_user_list th{
	border-bottom: 1px solid #ccc;	
	/*border-left: 1px solid #ccc;	*/
	padding: 10px;
}
.nc_user_list td{
	border-bottom: 1px solid #ccc;	
	/*border-left: 1px solid #ccc;*/
	padding: 10px;	
}
.nc_user_list tr:last-child td {
    border-bottom: none;
}

.nc-field input[name='f_Date_day']{
	width: 30px !important;
}
.nc-field input[name='f_Date_month']{
	width: 30px !important;
}
.nc-field input[name='f_Date_year']{
	width: 50px !important;
}

.comment_block .view_comment.usercompany{
	background-color:#dfdfdf;
	border-radius: 3px;
    padding: 5px 20px 5px 20px;
    margin: 20px 0;
}
.comment_block .view_comment.usercompany .line_end,
.comment_block .view_comment.usercompany .comment_text,
.comment_block .view_comment.usercompany .comment_edit,
.comment_block .view_comment.usercompany .reply_link{
	display: none;
}
.comment_block .view_comment.usercompany .comment_edit{
	margin-bottom: 10px;
}
.comment_block .view_comment .open_close,
.comment_block .view_comment .autor_reply{
	float: left;
	display: none;
}
.comment_block .view_comment.usercompany .open_close,
.comment_block .view_comment.usercompany .autor_reply{
	display: block;
}.comment_block .view_comment.usercompany .comment_autor span{
	line-height: 28px;
}
.comment_block .view_comment .open_close{
	width: 28px;
	height: 28px;
	background: url(images/icon_open_close.png ) center left no-repeat;
	cursor: pointer;
}
.comment_block .view_comment .open_close.open{
	background-position: center right;
}
.comment_block .view_comment .autor_reply{
	padding-left: 20px; 
	background: url(images/icon_reply_autor.png ) center left no-repeat;
	color: #0f9f20;
	font-size: 14px;
	line-height: 28px;
	margin-left: 30px;
}

.uc{
	display: none;
}
.usercompany .uc{
	display: inline-block;
}
.search-field-meta{
	display: none;
}
.hidden-block,
.special-form{
	display: none;
}

table.lk_subscribe_list {
	background: #fff;
    border: 1px dotted #90525B;
    border-radius: 4px;
    border-collapse: unset;
}

table.lk_subscribe_list th, table.lk_subscribe_list td {
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
}

table.lk_subscribe_list th {
  background-color: #f7f7f7;
}

.prolong{
	border-bottom: 1px dashed;
}
.prolong:hover{
	border-bottom: 1px solid;
	text-decoration: none;
}
.prolong-form{
	display: none;
	float: left;
	padding-left: 10px;
}

/*
Новости
*/
.si_news_index{
	padding-top: 50px;
}
.catalog_org a:hover {
	text-decoration: none;
	opacity: 0.9;
}
.si_news_index h3,
.catalog_org h3,
#content_si h3 {
	font-size: 23px;
	color: #333;
	margin-bottom: 10px;
	font-family:"arial";
	max-width: 900px;
	text-align: left;
}
.top_header h1 {
	text-align: left;
}
#content_si .tabs__content.active h3 {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: -1px;
	color: #7b4b55;
}
#content_si .tabs__content.active td {
	line-height: 1.3;
	font-size: 15px;
}

.si_news_index .news_list .news_item,
.si_news_index .arts_list .news_item {
	position: relative;
	background-color: #ffffff;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    overflow: hidden;
    width: 465px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 280px;
}
.news_list a:hover,
.arts_list a:hover {
  text-decoration: none;
}

.si_news_index #Ya_sync_0 > yatag {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	background: #f7f7f7 !important;
}

.si_news_index .news_list .news_item:nth-child(2n),
.si_news_index .arts_list .news_item:nth-child(2n){
	float: right;
}
.si_news_index .news_list .news_item a:hover,
.si_news_index .arts_list .news_item a:hover {
	text-decoration: none;
}
.si_news_index .news_list .news_item .news_image{
	width: 190px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
  margin-bottom: 9px;
	overflow: hidden;
	height: 130px; //250
}
.si_news_index .news_list .news_item .news_image img{
	max-height: 130px;
	width: 100%;
}
.si_news_index .news_list .news_item .news_text,
.si_news_index .arts_list .news_item .news_text {
	display: inline-block;
	width: 210px;
	vertical-align: top;
	overflow: hidden;
	height: 135px;      //230
}
.si_news_index .news_list .news_item .news_text.no_image, 
.si_news_index .arts_list .news_item .news_text.no_image {
	width: 100%;
	height: auto;
}
.si_news_index .news_list .news_item .news_text .date, 
.si_news_index .arts_list .news_item .news_text .date {
	font-size: 13px;
	color: #9b5652;
	margin-bottom: 3px;
	font-weight: bold;
}
.si_news_index .news_list .news_item .news_text .date {
	margin: -2px 0 1px;
}
#main_content .si_news_index .news_list .news_item .news_text h2,
#main_content .si_news_index .ars_list .news_item .news_text h2,
.si_news_index .news_list .news_item .news_text h2 a,
.si_news_index .arts_list .news_item .news_text h2 a{
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	font-family:"HelveticaNeueCyrBold";
}
.si_news_index .news_list .news_item .news_text p,
.si_news_index .news_list .news_item .news_text p a,
.si_news_index .news_list .news_item .news_announce {
	font-size: 15px;
	line-height: 18px;
	color: #333;           
}
.head_news_announce {
	max-height: 110px; 
	overflow: hidden;
	text-align: justify;
	padding-top: 5px;
}
.si_news_index .left .line_one,
.si_news_index .right .line_one{
	margin-bottom: 19px;
}
.si_news_index .news_comment_list{
	position: relative;
	background-color: #ffffff;
    padding: 20px 20px 15px 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    margin-bottom: 50px;
    overflow: hidden;
}
.si_news_index .view_comment .comment_autor span{
	color: #555;
	font-size: 13px;
}
.si_news_index .view_comment .comment_autor span span{
	color: #000000;
}
.si_news_index .view_comment .comment_text,
.si_news_index .view_comment .comment_text a {
	font-size: 15px;
	color: #3c3c3c;
	margin: 7px 0 10px;
	font-family: "arial"; HelveticaNeueCyrBold";
	color: #000;
}
.si_news_index .view_comment .comment_text a:hover {
	text-decoration: none;
	color: #9B5556;
}
.si_news_index .view_comment .comment_news_name{
	font-size: 13px;
  color: #333;
}
.si_news_index .view_comment .comment_news_name b{
	font-family:"HelveticaNeueCyrBold";
}
.si_news_index .view_comment .line_end{
	margin: 15px auto 15px auto;
	border-color: #cecece;
	width: 490px;
}
.si_news_index .left{
	width: 465px;
}
.si_news_index .right{
	width: 465px;
	margin-left: 15px;
}
.si_news_index .tags_block{
	position: relative;
	background-color: #ffffff;
    padding: 15px 30px 30px 30px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 50px;
}
.si_news_index .tags_block a{
    display: block;
	color: #222222;
}
.si_news_index .tags_block a span{
	width: 45px;
    display: inline-block;
    text-align: center;
	color: #9b5652;
	vertical-align: middle;
}
.si_news_index .news_best_block{
	position: relative;
	background-color: #ffffff;
    padding: 25px 30px 20px 30px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 50px;
}
.si_news_index .news_best_block .news_item{
}
.si_news_index .news_best_block .news_item .date{
	font-size: 13px;
	color: #9b5652;
	margin-bottom: 9px;
}
#main_content .si_news_index .news_best_block .news_item h2 {
	font-size: 15px;
	color: #393939;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: arial;
}
.si_news_index .news_best_block .news_item h2 a {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	font-family: arial;
}
.si_news_index .news_best_block .news_item .line_end{
	margin: 20px auto 7px auto;
	width: 115px;
}

.si_news{
	
	position: relative;
}
.si_news .news_list .news_item,
.si_news .news_full {
	position: relative;
	background-color: #ffffff;
    padding: 15px 19px 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #eee;
}
.si_news .news_list .news_item:hover {
	background: #f7f7f7;
}
.si_news .news_list .news_item:hover h2 a {
	color: #7b3536 !important;
}
.si_news .arts_list .news_item,
.si_news .arts_full {
	position: relative;
	background-color: #ffffff;
    padding: 13px 19px 11px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 13px;
}
.si_news .news_full{
    padding-bottom: 15px;
}
.si_news .news_full #raiting {
	margin-top: 9px;
}
.si_news .news_list .news_item .news_rating,
.si_news .arts_list .news_item .news_rating,
.si_news .news_full .news_rating{
	position: absolute;
	top: 10px;
	right: 20px;
}
.news_full .news_head_img {
	max-width: 310px;
	max-height: 190px;
}

.si_news .news_list .news_item .news_image,
.si_news .arts_list .news_item .news_image {
	width: 160px;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.si_news .news_list .news_item .news_image {
	float: right;
	margin-top: 29px;
	padding-right: 0;
}
.si_news .news_list .news_item .news_image img{
	width: 100%;
	max-height: 130px;
}
.si_news .news_list .news_item .news_text,
.si_news .arts_list .news_item .news_text {
	display: inline-block;
	vertical-align: top;
	width: 79%;
}
.si_news .news_list .news_item .news_text .date,
.si_news .news_full .date,
.si_news .arts_list .news_item .news_text .date,
.si_news .arts_full .date {
	font-size: 13px;
	color: #9b5652;
	margin-bottom: 10px;
	font-weight: bold;
}
.si_news .news_list .news_item .news_text h2,
.si_news .news_list .news_item .news_text h2 a,
#main_content.si_news .news_list .news_item .news_text h2,
#main_content.si_news .news_list .news_item .news_text h2 a,
#main_content.si_news .arts_list .news_item .news_text h2,
#main_content.si_news .arts_list .news_item .news_text h2 a,
h2.org_art_title {
	font-size: 15px;
	color: #3f3f3f;
	margin-bottom: 7px;
	font-weight: bold;
	font-family: "arial";
	line-height: 1.3;
}

#main_content.si_news .arts_list .news_item .news_text h2,
#main_content.si_news .arts_list .news_item .news_text h2 a {
	margin-bottom: 3px;
	font-family:"arial";
	font-weight: bold;
  font-size: 15px;
  text-shadow: none;
}
#main_content.si_news .arts_list .news_item .news_text h2 a:hover {
	color: #7B3536;
}
.si_news .news_full h1,
.org_art_full h1.art_title {
	font-size: 19px;
	line-height: 27px;
	color: #333;
	margin-bottom: 19px;
	font-weight: bold;
	font-family: arial;
  padding-bottom: 10px;
  border-bottom: 2px solid #974e4f;
  	text-align: left;
}
.si_news .news_list .news_item .news_text p,
.si_news .news_full,
.si_news .news_list .news_item .news_text p a {
	font-size: 15px;
	font-family: arial;
	color: #3c3c3c;
	line-height: 19px;
	text-align: justify;
}
.si_news .arts_list .news_item .news_text p,
.si_news .arts_list .news_item .news_text p a {
	font-size: 13px;
	font-family:"arial";
	color: gray;
	line-height: 17px;
	margin-left: 1px;
	text-align: justify;
}
.arts_list .news_text .doc_name {
	color: #505050;
	line-height: 1.5;
}
.arts_list .news_text a:hover .doc_name {
	color: #9b5556;
}
.arts_list .news_item:hover {
	background: #fbf9f9;
}
.si_news .arts_list .news_item:last-child,
.si_news .arts_list .news_item:last-child {
	padding-bottom: 20px;
}
.si_news .arts_list .news_item:first-child,
.si_news .arts_list .news_item:first-child {
	border-top: 1px solid #eee;
}
.si_news.info .news_full,
.si_news.info .tabs,
.si_news.info .line_one,
.si_news.info .tabsContent{
	margin-left: 315px;
}
.si_news.info .news_full
{
	border: 1px solid #ccc;
	border-radius: 3px;
}
.si_news p.small{
	font-size: 13px;
	padding-bottom: 10px;
}
#content .si_news .news_full p{
	margin-bottom: 10px;
	line-height: 1.5;
}
#content .si_news .news_full table {
	margin-bottom: 10px;
}
#content .si_news .news_full table p {
	margin-bottom: 0px;
	padding: 3px;
}
#content .si_news .news_full table td, #content .si_news .news_full thead th {
	border-color: #777;
	    display: table-cell;

	padding: 3px 5px;
}

#content .si_news .news_full ul li{
    font-size: 15px;
    
}
.si_news .news_similar a {
	display: block;
	padding: 15px 25px 15px 10px;
	border-bottom: 1px dashed #ccc;
	color: #333;      
	background:url(images/circle.png) 99% center no-repeat ; 
}
.si_news .news_similar a:last-child {
	border-bottom: none;
}
.si_news .news_similar a:hover{
	color: #6b3b45; 
}

#right_sidebar .news_poll{
	background-color: #fff;
	padding: 18px 18px 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
#right_sidebar .news_poll .news_poll_header{
	border-bottom: 1px solid #222222;
    font-size: 19px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    background: url(images/line-bg-header.png) bottom left no-repeat;
	line-height: 1.3;
}
#right_sidebar .news_poll .news_poll_text{
    margin-bottom: 15px;
}

#right_sidebar .news_poll .answer_block{
    padding-bottom: 10px;
}

#right_sidebar .news_poll .question_submit{
    width: 100%;
    border: 0;
    background-color: #9b5652;
    color: #ffffff;
	font-family:"HelveticaNeueCyr";
    font-weight: bold;
    padding: 8px;
    font-size: 15px;
    cursor: pointer;
    
    text-transform: uppercase;
}

#right_sidebar .news_poll a {
    display: block;
    text-align: center;
}

#right_sidebar .news_poll .answer_block input{
    position: absolute;
    margin: 3px 0;
}

#right_sidebar .news_poll .answer_block label{
    padding-left: 25px;
    display: block;
    line-height: 18px;
}

#right_sidebar .news_poll .line_poll{
    margin-bottom: 15px;
    margin-top: 13px;
    border-bottom: 2px solid #9b5652;
}
.visits_view img, .visits_view span {
	vertical-align: middle;
	color: #777;
}

.catalog_org .line_one.no_bg.top{
	width: 100%;
}

/*
Комментарии, табы и прочее 
*/
.comment_block a.close,
.comment_block a.open,
.subscr {
	margin: 20px 15px 0 25px;
	display: block;
}
.comment_block .reply_block textarea{
	width: 100%;
	height: 135px;
	border-radius: 2px;
	border-color: #eaeaea;
	background-color: #f7f7f7;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
    resize: none;
}
.si_news .tabs div,
.catalog_org .tabs div {
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    color: #444444;
    text-transform: uppercase;
    padding: 10px 15px;
    border-top: none;
    border-bottom: 2px solid #f7f7f7;
    cursor: pointer;
    margin-right: 3px;
    font-family: "HelveticaNeueCyrThin";
}
.tabs div.active{
    background-color: #fff;
    border-bottom: 2px solid #9b5652;
    color: #333;
	font-family:"HelveticaNeueCyrRoman";
	box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
}
.tabs div:hover {
    background-color: #f7f7f7;
    border-bottom: 2px solid #9b5652;
}
.comment_block{
	position: relative;
	background-color: #ffffff;
    padding: 0;
    margin: 5px -13px 0px;
    overflow: hidden;
}
.comment_block #error div{
	color: red !important;
	padding: 25px 25px 0 25px ;
	}
.comment_block .reply_block {
	max-width: 95%;
	margin: 0 auto;
}
.comment_block .reply_block span{
	display: block;
	
}
.comment_block .reply_block span input{
	padding: 8px 5px;
	margin-bottom: 10px;
	width: 300px;
	border: none;
	border-radius: 2px;
	border-color: #eaeaea;
	background-color: #f7f7f7;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	
}
.comment_block .reply_block textarea{
	width: 100%;
	height: 135px;
	border-radius: 2px;
	border-color: #eaeaea;
	background-color: #f7f7f7;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
    resize: none;
}
.comment_block .reply_block .line_one{
	margin-top: 75px;
	width: 100%;
}
.comment_block .reply_block button{
	display: block;
    float: right;
    background-color: #666666;
    border: none;
    color: #ffffff;
    padding: 9px 30px;
    font-size: 18px;
    margin: 10px 0 0 10px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 2px;
}
.comment_block .reply_block button:hover {
    background-color: #777;
    cursor: pointer;
}
.comment_block .view_comment{
	margin: 20px 25px 20px 25px;
}
.comment_block .view_comment .comment_autor span{
	color: #9b5652;
	font-size: 15px;
}
.comment_block .view_comment .comment_autor span span{
	color: #111;
}
.comment_block .view_comment .comment_text {
	margin: 18px 0 35px 0;
	font-size: 15px;
	color: #3c3c3c;
	text-align: justify;
	line-height: 1.15;
}
.comment_block .view_comment .comment_edit{
	text-align: right;
	font-size: 15px;
}
.comment_block .view_comment .comment_edit a{
	color: #111;
	text-decoration: none;
	margin-left: 20px;
}
.comment_block .view_comment .comment_edit a:hover {
	text-decoration: underline;
}
.comment_block .view_comment .line_end{
	border-color: #777;
	width: 420px;
	margin-top: 25px;
  margin-bottom: 25px;
}
.line_end{
	width: 240px;
	border-bottom: 2px solid #974e4f;
	margin: 25px auto 55px auto;  
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
/*
Каталог компаний si_news
*/
.catalog_org .catalog_org_menu,
.si_news .catalog_org_menu,
#content_si .catalog_org_menu {
	padding: 0px 15px;
	background-color: #ffffff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	margin-bottom: 40px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}
.catalog_org #content .catalog_org_menu ul,
#content .si_news .catalog_org_menu ul,
#content_si .catalog_org_menu ul {
	list-style-image: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.catalog_org #content .catalog_org_menu ul li,
#content .si_news .catalog_org_menu ul li,
#content_si .catalog_org_menu ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	font-size: 17px;
    font-family: "HelveticaNeueCyr";
}
.catalog_org #content .catalog_org_menu ul li.active a,
#content .si_news .catalog_org_menu ul li.active a,
#content_si .catalog_org_menu ul li.active a {
	border-bottom: 2px solid #a74b4b;
}
#content .si_news .catalog_org_menu ul li.active,
#content_si .catalog_org_menu ul li.active {
	padding-top: 10px;
}
#content .si_news .catalog_org_menu ul li.active a,
#content_si .catalog_org_menu ul li.active a {
	line-height: 29px;
}
#content .si_news .catalog_org_menu ul li.active ul li a,
#content_si .catalog_org_menu ul li.active ul li a {
	line-height: 29px;
}
.catalog_org #content .catalog_org_menu ul li:last-child,
#content .si_news .catalog_org_menu ul li:last-child,
#content_si .catalog_org_menu ul li:last-child {
	border: none;
}
.catalog_org .catalog_org_menu ul li a,
.si_news .catalog_org_menu ul li a,
#content_si .catalog_org_menu ul li a {
	padding: 3px 0 5px;
	color: #111;
}
.catalog_org .catalog_org_menu ul li a:hover,
.si_news .catalog_org_menu ul li a:hover,
#content_si .catalog_org_menu ul li a:hover {
	text-decoration: none;
	color: #a74b4b;
}
.catalog_org #content .catalog_org_menu ul ul,
#content .si_news .catalog_org_menu ul ul,
#content_si .catalog_org_menu ul ul {
	margin-top: 9px;
	margin-left: 9px;
}
.catalog_org #content .catalog_org_menu ul li.active li,
#content .si_news .catalog_org_menu ul li.active li,
#content_si .catalog_org_menu ul li.active li {
	padding: 0;
	border-bottom: none;
}
#content .si_news .catalog_org_menu ul li.active li.active,
#content_si .catalog_org_menu ul li.active li.active {
	margin-bottom: 5px;
}
.catalog_org #content .catalog_org_menu ul li.active li:last-child,
#content .si_news .catalog_org_menu ul li.active li:last-child,
#content_si .catalog_org_menu ul li.active li:last-child {
	padding-bottom: 0;
}
.catalog_org #content .catalog_org_menu ul li.active li a,
#content .si_news .catalog_org_menu ul li.active li a,
#content_si .catalog_org_menu ul li.active li a {
	border-bottom: none;
	font-size: 15px;
}
.catalog_org #content .catalog_org_menu ul li.active li,
#content_si .catalog_org_menu ul li.active li {
	padding: 7px 0 3px;
}
#content_si .catalog_org_menu ul li.active ul li.active ul li a {
	border-bottom: none;
}
.catalog_org #content .catalog_org_menu ul li.active li.active a,
#content .si_news .catalog_org_menu ul li.active li.active a,
#content_si .catalog_org_menu ul li.active li.active a {
	border-bottom: 1px solid #a74b4b;
	font-size: 15px;
}
#content_si .catalog_org_menu ul li.active ul li.active ul li a.active {
	border-bottom: 1px solid #a06869;
	font-size: 15px;	
}
.catalog_org #content .catalog_org_menu .filtr .header_filtr {
	border-bottom: 1px solid #222222;
	font-size: 19px;
	padding: 15px 0 15px 0;
	margin-bottom: 15px;
	background: url(images/line-bg-header.png) bottom left no-repeat; 
}

.catalog_org #content .catalog_org_menu .filtr .item{
	padding-bottom: 5px;
	font-family: "HelveticaNeueCyr";
	font-size: 15px;
	vertical-align: baseline;
}
.catalog_org #content .catalog_org_menu .filtr .button{
	margin: 35px 0;
}
.catalog_org #content .catalog_org_menu .filtr .button input{
	width: 100%;
	border: 2px solid #a74b4b;
	background-color: #a74b4b;
	background-image: url(images/icon-search.png);
    background-repeat: no-repeat;
    background-position: 170px center;
	color: #ffffff;
	font-size: 21px;
	padding: 8px 0;
	border-radius: 3px;
}
.catalog_org #content .catalog_org_menu .filtr .button input:hover {
	cursor: pointer;
	background-color: #b75b5b;
}
.catalog_org .org_item,
#content_si .si_item {
	border-bottom: 1px solid #999999;
	position: relative;
	background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    padding: 13px 15px 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}
#content_si .si_item:hover {
	box-shadow: 1px 1px 5px rgba(33,0,0,0.3);
}
#content_si .si_item p {
	line-height: 1.15; 
}

.catalog_org .org_item .comp_description {
	line-height: 1.3em;
    margin-top: 5px;
}

.catalog_org .org_item .org_image,
#content_si .si_item img {
	width: 130px;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
#content_si .si_item img {
  float: left;
  padding: 3px 13px 3px 3px;
  
}
.catalog_org .search_page .org_item .org_image {
	padding: 0 20px 0 0;
}
.catalog_org .org_item .org_image img{
	box-shadow: 3px 5px 10px rgba(110,110,110,0.2);
	width: 130px;
}
.catalog_org .org_item .org_text{
	display: inline-block;
    width: 483px;
    vertical-align: top;
}
.catalog_org .org_item .org_text .org_rating {    
	/*position: absolute;
    top: 11px;
    right: 10px;*/
}
.catalog_org .org_item .org_text h2,
.catalog_org .org_item .org_text h2 a {    
	font-size: 19px;
    color: #9b5556;
    margin-bottom: 10px;
}
.catalog_org .org_item .org_text p,
.catalog_org .org_item .org_text p a {    
	font-size: 15px;
    color: #222222;
}
.catalog_org .org_item .org_text .more {    
	background-color: #ffffff;
	border: 1px solid #959595;
	border-radius: 20px;
	padding: 5px 15px 7px 15px;
	color: #959595;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.catalog_org .org_item .org_text .more:hover {
	color: #a74b4b;
	background-color: #f9f9f9;
}
.catalog_org .new_block {
	width: 955px;
}

.catalog_org .org_item .org_text .more span{    

}
.catalog_org .org_item .org_text .more:hover span{    

}
.catalog_org .org_full{    
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	max-width: 955px;
	padding-bottom: 25px;
	margin-bottom: 70px;
	margin-right: 275px;
	background: #f9f9fa;
}
.catalog_org .org_full .org_description{    
	background-color: #ffffff;
	padding: 15px 15px 25px;
	border: 1px solid #d9d9d9;
}
.catalog_org .org_full .org_description h1{    
	font-size: 25px;
	color: #973b3b;#6b3b45;
	border-bottom: 3px solid #973b3b; #6b3b45;
	padding-bottom: 9px;
	margin-bottom: 19px;
}
.catalog_org .org_full .org_description .org_text{    
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.catalog_org #content .org_full .org_description .org_text p{
	margin-bottom: 10px;
}
.catalog_org #content .org_full .org_description .org_text ul{
	margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 10px;
    list-style-type: disc;
    list-style-image: none;
}
.catalog_org #content .org_full .org_description .org_text ul li{
    font-size: 15px;
    margin-bottom: 5px;
    
}

.catalog_org .org_full .org_description .org_image{  
	padding: 0 0 15px 15px;
	width: 200px;
	float: right; 
}
.catalog_org .org_full .org_description .org_image img{  
	width: 200px;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
}
.catalog_org .org_full .org_more_description{    
	padding: 25px 15px 0 15px;
}
.catalog_org .org_full .org_more_description .colum1 { 
	display: inline-block;  
	width: 295px;
	vertical-align: top;
	font-size: 17px;
	color: #a74b4b;
	line-height: 23px;
}
.catalog_org .org_full .org_more_description .colum2 {
	display: inline-block;   
	width: 620px;
	vertical-align: top;
	color: #222222;
	line-height: 23px;
}
.catalog_org #content .org_full .org_more_description .colum2 ul{ 
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
.catalog_org #content .org_full .org_more_description .colum2 ul li{ 
	font-size: 15px;
	color: #333;
	padding-left: 0;
}
.catalog_org .tabs,
.catalog_org .tabsContent { 
	max-width: 955px;
}
.catalog_org .line_one {
	max-width: 100%;
}
.catalog_org .tabsContent{ 
	margin-bottom: 50px;
}

#nc_commentsForm {
  margin-top: 10px;
}

.catalog_org .vacancy_org_item {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #999999;
	color: #333;
	position: relative;
}
.catalog_org .vacancy_org_item:first-of-type {
	padding-top: 15px;
}
.catalog_org .vacancy_org_item:hover{
}
.catalog_org .vacancy_org_item .vacancy_org_header,
.catalog_org .vacancy_org_item .vacancy_org_header a{
	font-size: 17px;
	color: #9b5556;	
}
.catalog_org .vacancy_org_item .vacancy_org_date{
	font-size: 12px;
	line-height: 19px;
}
.catalog_org .vacancy_org_item .vacancy_org_text,
.catalog_org .vacancy_org_item .vacancy_org_text a{
	margin-top: 5px;
	color: #333;
	font-size: 14px;
	line-height:17px;	
}
.catalog_org .si_news.org_news{
	width: 955px;
}
.catalog_org .best_org {
	margin-bottom: 35px;
}
.catalog_org .best_org .best_org_item,
#content_si .best_org .best_org_item {
	display: inline-block;
	margin-left: 16px;
	width: 194px;
	vertical-align: top;
	background-color: #ffffff;
	padding: 7px 13px 9px;
	box-shadow: 2px 2px 10px rgba(100,100,100,0.2);
	border: 1px solid #eee;
	position: relative;
	height: 300px;
	
}
.catalog_org .best_org .best_org_item:first-child,
#content_si .best_org .best_org_item:first-child {
	margin-left: 0px;
}
.catalog_org .best_org .best_org_item img,
#content_si .best_org .best_org_item img {
	width: 100%;
}
.catalog_org .best_org .best_org_item .header,
.catalog_org .best_org .best_org_item .header a, 
#content_si .best_org .best_org_item .header, 
#content_si .best_org .best_org_item .header a {
	font-size: 18px;
	padding: 5px 0 9px;
	padding-left: 1px;
}
.catalog_org .best_org .best_org_item .header,
#content_si .best_org .best_org_item .header {
	border-bottom: 1px solid #aaa;
}
.catalog_org .best_org .best_org_item p,
.catalog_org .best_org .best_org_item p a,
#content_si .best_org .best_org_item p a, 
#content_si .best_org .best_org_item p {
	font-size: 15px;
	line-height: 20px;
	color: #333;
	padding-left: 1px;
}
.catalog_org .best_org .best_org_item p,
#content_si .best_org .best_org_item p {
	padding-top: 9px;
	font-family: arial;
}

.best_org_item .k_logo,
#content_si .k_logo {
	display: block; 
	line-height: 55px; 
	position: absolute; 
	bottom: 9px;
}
.catalog_org .best_org_item .k_logo img,
#content_si .best_org_item .k_logo img {
	width: 30%; 
	margin-top: 5px; 
	max-height: 50px; 
	border-radius: 2px;
	vertical-align: middle;
}

.catalog_org .last_public,
#content_si .last_public {
	background-color: #ffffff;
	padding: 10px 15px 20px;
	box-shadow: 2px 2px 10px rgba(100,100,100,0.2);
	margin-bottom: 30px;
	border: 1px solid #eee;
}
.catalog_org .last_public .colum,
#content_si .last_public .colum {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	box-sizing: border-box;
}
.catalog_org #content .last_public .colum ul,
#content_si .last_public .colum ul {
    border-right: 1px solid #999999;
    padding-right: 15px;
}
.catalog_org #content .last_public .colum:last-child ul,
#content_si .last_public .colum:last-child ul {
    border-right: none;
    padding-right: 0;
    padding-left: 15px;
}
.catalog_org .last_public .colum .header,
.catalog_org .last_public .colum .header a,
#content_si .last_public .colum .header,
#content_si .last_public .colum .header a {
    font-size: 21px;
	font-family: "HelveticaNeueCyr";
	color: #222222;
	margin-bottom: 23px;
	margin-top: 5px;
}
.catalog_org #content .last_public .colum ul,
#content_si .last_public .colum ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0 15px 0 0;
}
.catalog_org #content .last_public .colum ul li,
#content_si .last_public .colum ul li {
	margin-bottom: 20px;
}
.catalog_org #content .last_public .colum ul li span,
#content_si .last_public .colum ul li span {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	color: #9b5556;
}
.catalog_org #content .last_public .colum ul li span .date { display: inline; }
.catalog_org #content .last_public .colum ul li span a,
#content_si .last_public .colum ul li span a {
	font-size: 13px;
	    color: #9b5556;
}
.catalog_org #content .last_public .colum ul li a,
#content_si .last_public .colum ul li a {
	font-size: 17px;
	font-family: arial;
	color: #222222;
}
.catalog_org .catalog_org_menu .filtr .best_org_item{
	border-bottom: 2px solid #d8d8d8;
	margin-bottom: 25px;
}
.catalog_org .catalog_org_menu .filtr img{
	width: 100%;
	margin-bottom: 5px;
}
.catalog_org .catalog_org_menu .filtr .best_org_header{
	padding: 10px;
	margin-bottom: 5px;
	font-size: 19px;
	font-family: "HelveticaNeueCyrThin";
	font-weight: bold;
	background-color: #f7f7f7;
}
.catalog_org .catalog_org_menu .filtr p{
	font-size: 15px;
	color: #222222;
	padding: 0 5px 25px;
	line-height: 20px;
}
.catalog_org .catalog_org_menu .filtr p a{
	color: #222222;
}
.catalog_org .org_partners .org_partner,
#content_si .org_partners .org_partner {
	width: 33.7%;
	box-sizing: border-box;
	padding-left: 1%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}
.catalog_org .org_partners .org_partner:first-child,
#content_si .org_partners .org_partner:first-child {
	padding-left: 0;
	width: 31%;
}
.catalog_org .org_partners .org_partner img,
#content_si .org_partners .org_partner img {
	width: 93%;
    height: 139px;
    margin: 9px 3% 0;
}
.catalog_org .org_partners .org_partner .wrap,
#content_si .org_partners .org_partner .wrap {
	background-color: #ffffff;
	padding-bottom: 25px;
	box-shadow: 2px 2px 10px rgba(100,100,100,0.2);
	border: 1px solid #eee;
	overflow: hidden;
}
.catalog_org .org_partners .org_partner .partner_header,
#content_si .org_partners .org_partner .partner_header {
	font-size: 21px;
	padding: 15px 0 13px;
	margin: 0 15px;
	border-bottom: 1px solid #aaa;
}
.catalog_org .org_partners .org_partner p,
#content_si .org_partners .org_partner p {
	font-size: 15px;
	font-family: arial;
    line-height: 20px;
	margin: 0 15px;
	padding-top: 13px;
}
.catalog_org .org_partners .org_partner p a,
#content_si .org_partners .org_partner p a {
	color: #222222;
}

.catalog_org .line_one.no_bg.top{
	width: 100%;
}

.news_bottom_gray {
  padding-top: 10px;
  font-style: italic;
}
.news_bottom_gray, .news_bottom_gray a {
  color: gray;
  font-size: 11px;
}
#main_icons_menu.info{
	text-align: left;
}
#main_icons_menu.info .col_block{
	/*column-count: 2;*/
    margin: 20px 30px 40px 30px;
}
#main_icons_menu.info .col_block .colNew{
	display: inline-block;
	width: 48%;
	vertical-align: top;
	font-family: arial;
}
#main_icons_menu.info .col_block ul{
	list-style: none;
}
#main_icons_menu.info .col_block ul li{
	font-size: 17px;
    font-weight: bold;
    line-height: 29px;
}
#main_icons_menu.info .col_block ul li a{
	color: #333;
}
#main_icons_menu.info .col_block ul li ul{
	margin-bottom: 0;
	font-family: arial;
}
#main_icons_menu.info .col_block ul li ul li{
    font-weight: normal;
    line-height: 1.6em;
}
#main_icons_menu.info .col_block ul li ul li a{
    text-decoration: none;
    font-size: 15px;
}
#main_icons_menu.info .col_block ul li a:hover {
    color: #9b5556;
}
#premoderation{
	margin: 25px;
}

.nc_text {
	background: #fff;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}

#content #f_ForumName {
	margin-bottom: 15px;
}
#content #nc_moderate_form #f_ForumName 
{
	margin: 0;
}

#cab_content #companies .nc_pagination {
	padding: 9px 13px;
}
#cab_content #companies .nc_pagination .tpl-state-current {
	color: #999 !important;
}

.tpl-block-auth-form-actions button {
	background: linear-gradient(to bottom, #cf6969 0%,#a34949 100%);
	color: white;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	padding: 10px 30px; 
	margin: 6px 10px 7px;
}
.tpl-block-auth-form-actions button:hover {
	cursor: pointer;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3) inset;
	text-decoration: none;
}

.f_log_but {
	background: linear-gradient(to bottom, #a2afb4 0%,#768084 100%); 
	color: white; 
	font-size: 13px; 
	border: 1px solid rgba(0,0,0,0.1); 
	padding: 5px 13px; 
	border-radius: 3px;
}
.f_log_but:hover {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3) inset;
	text-decoration: none;
}


.cs-buttons1 {
    float: right;
  
}

@media screen and (max-width: 1270px) {
.si_news_index .news_list .news_item .news_image {
  display: none;
}  
.si_news_index .news_list .news_item {
  width: 100%;
  height: auto;
}
.si_news_index .news_list .news_item .news_text {
  width: 100%;
  height: auto;
}
.si_news_index .left, .si_news_index .right {
  width: 100%;
}

.catalog_org .org_item .org_image {
	display: none;

}
.catalog_org .org_item .org_text {
		width: 100%;
}
.catalog_org .org_item .org_text .org_rating {
	right: 10px !important;
}

}

.tpl-link-password-recovery {
	font-size: 13px;
	margin-right: 10px;
}
.tpl-block-auth-form-actions {
	text-align: center;
}
#nc_captcha_refresh_button0{
	display: inline;
    height: 30px;
    vertical-align: top;
}
.tpl-block-message.tpl-state-error.no-confirmed{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.3;
}

.act_title {
	color:#7b4b55; 
	font-weight: bold; 
	margin-bottom: 13px;
	font-size: 19px;
}

.newsRSSpage{
	    position: absolute;
    right: -280px;
    top: -50px;
}
.cs-underline {
    text-decoration: underline;
}
.grsi_detail {
    margin: 5px 0.5%;
    width:99%;
}
.grsi_detail td {
    padding:10px 20px 10px 0;
    border-bottom:1px solid #ccc;
	line-height: 1.3;
}
.cs-button {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    padding: 5px 13px;
    display: inline-block;
    background-color: #9b5556;
    margin: 23px 0 10px;
    border-radius: 3px;
}
.cs-button:hover { color:#fff;}
.cs-mleft0 {margin-left:0px !important;}
.cs-pbottom7 {padding-bottom:7px;} 
.cs-button-link {
    color: #9b5556;
    background-color: transparent;
    margin-top: 10px;
    font-size: 14px;
    border: none;
    cursor:pointer;
}
.grsi_link_disable {
	color: gray;
	font-style: italic;
}

.reg-num a {
	color: #6b3b45;
	font-weight: bold;
}

#content_si .filtr_si .item select {
	width: 35%;
}
#content_si .filtr_si .item input[type='text'] {
	width: 60%;
}
#content_si .filtr_si .item_err input[type='text'] {
	padding: 3px 1px;
	width: 58px;
}
#content_si .filtr_si .item_err select {
	padding: 3px 1px;
	width: 35%;
}

#adminForm textarea#f_Information, 
#adminForm textarea#f_Announcement {
	height: 90px;
}

.si_spec_title {
	margin: -10px -10px 10px;
	padding: 10px;
	background: #f3f3f3;
}

#katalog-organizatsiy {
	margin-top: -19px;
}
.poll-thank {
    padding: 15px;
    background-color: #d9efe8;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Arial;    
}
.cs-news-list {
    margin-left: 0px !important;
    padding: 0 15px 0 0;
}
.cs-news-list li {
    list-style: none;
    margin: 1px 0 20px 0;
    padding-left: 5px;
    
}

.cs-news-list li a {
    font-size: 17px;
    color: #3c3c3c;
    line-height: 1.5;
}
.cs-news-list li span {
    font-size: 13px;
    color: #9b5556;
    display: block;
    margin-bottom: 5px;    
}
.check-content {
    margin: 5px 0;
}

.cs-buttons1 {
    float: right;
    margin-right: 15px;

}

@media screen and (max-width: 576px) {
    .cs-buttons1 {
        float: none;
        margin: 25px 0 0 0;
    }
}

.round-btn {
    border: 1px solid #bfa1a1;
    padding: 10px 20px;
    border-radius: 4px;
	background: #fff;
    text-decoration: none !important;
    margin-top: 10px;
    transition: all 0.4s ease;
    display: inline-block;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
}
.round-btn:hover {
    background-color: #9b5652;
    color: #fff;
    border-color: #9b5652;
}




.lk-text_1 {
    font-size: 20px;
    line-height: 26px;
}



.nc-field{
    margin-bottom: 10px;
}
#adminForm.si .nc-field .nc-field-caption,
#adminForm.si .nc-field h2,
#adminForm.si .nc-field.bd-slider div:first-child{ 
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
#adminForm.si .nc-field textarea {
    height: auto;
}
#adminForm.si .nc-field .big-margin {
    margin-bottom: 30px;
}
#adminForm.si .item-block {
    background-color: #f8f8f8;
    padding: 20px 30px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#adminForm.si .nc-field label {
	margin-top: 2px;
}
#adminForm.si .sub-field-caption{
	font-size: 14px;
}
#adminForm.si .bd-n-item1{
	margin-right: 10px;
}

#cat_content.si #raiting{
	display: inline-block;
	float: right;
}

.special-block input{
	width: 99%;
	margin-bottom: 10px;
}
.special-block select{
	width: 100%;
	margin-bottom: 10px;
}
.special-block label{
	text-align: left;
	font-size: 14px;
	margin-bottom: 3px;
	display: block;
}
.special-block input[type="submit"]{
	width: 100%;
}
ul.hideli{
	display: none;
}
.cs-back-list_btn {
    margin: 20px 0;
    text-align: right;
    padding: 10px;
    background-color: #e1e1e1;
    
} 
.cs-back-list_btn a {
    color: #fff;
    background-color: #9b5556;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.4s ease;
    font-size: 14px;
    
}
.cs-back-list_btn a:hover {
    background-color: #bb7d7e;
}
.lk-add-news-button {
    color: #fff !important;
    background-color: #9b5556 !important;
    padding: 15px !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: background-color 0.4s ease;
    font-size: 14px !important;
}
.lk-add-news-button:hover {
    background-color: #bb7d7e !important;
}
.lk-user-message {
    background-color: pink;
    padding: 0 40px 15px 40px;
    margin: 20px 0;
    font-size: 16px;
    display: none;
}
.bd_chars{
	font-size: 19px;	
	margin-bottom: 2px;
    color: #7b4b55;
}

#cab_content h2{
	cursor: pointer;
}
#cab_content .companies.bd-hide{
	display: none;
}

.oneLineSearch h2{
	display: inline-block;
}

.oneLineSearch h2:before{
	content: "\25BC";
	color: #5e5e5e;
	padding-right: 10px;
    font-size: 0.5em;
    vertical-align: 3px;
    color: #9b5556; #777;
}
.oneLineSearch h2.bdOpen:before{
	content: "\25B2";
    color: #8c3e3e;
}
.oneLineSearch .inputSearch{
	display: inline-block;
	float: right;
	padding-left: 20px;
}
.oneLineSearch .inputSearch.bdView{
	opacity: 1;
}
.oneLineSearch .inputSearch{
	opacity: 0;
}
.oneLineSearch a.clearFilter{
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
}
#content ul.ul-si{
		display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: 0;
    list-style: none;
}

#poll_body {
	background: #fff; 
	border: 1px solid #ccc; 
	padding: 13px 15px 0; 
	box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff; 
	border-radius: 3px;
}
#poll_body .cs-button {
	padding: 7px 19px 9px;
}
#poll_body input[type="submit" i] {
	background: #9b5556;
	color: white;
	padding: 9px 19px 9px;
	border-radius: 3px;
	font-size: 13px;
}

#poll_choices td {
	line-height: 1.35;
	padding: 9px 5px; 
}
select:disabled {
    background-color: #ccc;
}

.tabs.si div {
	font-size: 14px;
	font-family: inherit;
	padding: 0px 20px 5px 0px;
	text-transform: none;
}
.tabs.si div:hover {
    border-bottom: none;
    background-color: inherit;
}
.tabs.si div.active {
    background-color: inherit;
    border-bottom: none;
    color: #000;
    font-weight: bold;
    font-family: inherit;
    box-shadow: none;
}
.tabs.si {
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.tabsContent.si .tabs__content.active {
    display: block;
    padding: 0;
    background: none;
    box-shadow: none;
    min-height: auto;
    border-top: none;
    color: inherit;
}
#content ul.si-list {
    list-style-image: none;
    list-style-position: inside;
    margin-bottom: 0px;
    margin-left: 0px;
}
.panelSi{
	padding: 15px 0 15px 5px;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #9b5556;
}

.panelSi .jq-checkbox {
    border: 1px solid #9b5556;
}
.panelSi .chosen-container-single .chosen-default{
    line-height: 34px;
    height: 34px;
}

#massAction1_chosen,
#massAction2_chosen,
#massAction3_chosen,
#massAction4_chosen{
	margin-left: 15px;
}
#extendTime1_chosen,
#extendTime2_chosen,
#extendTime3_chosen,
#extendTime4_chosen{
	margin-left: 10px;
	display: none;
}

#companies.si_page{
	margin-top: 0;
}
#companies.si_page .sub_title{
	padding-bottom: 6px;
}
.btn_pl{
	margin-left: 10px;
}
.btn_pr{
	margin-right: 10px;
}

#content ul.showli {
	margin-top: 13px;
}
#content ul.showli li {
	line-height: 1.7;
	list-style-type: none;
	list-style-image: none;
	background: url(images/rect_list_type.png) no-repeat 0px 13px;
	padding-left: 15px;
}


#content ul.showli li a {
	color: #555; 
	font-size: 19px; 
}





.cs-course-table {
    text-align: left;
    width: 100%;
}
.cs-course-table tr:first-child td {
	background: #90525B;
	color: white;
}

    .cs-course-table tr:nth-child(even) td {
        background-color: #f9f9f9;
    }
.cs-course-table tr:first-child td {
    font-weight: 600;
}
.cs-course-table td {
    font-size: 14px;
    padding: 10px;
    background-color: #fff;
    /*border-bottom: 1px solid #dce6e1;*/
    line-height: 18px;
    vertical-align: middle;
    color: #333;
}
.cs-course-table.msi-block td {
    padding: 0px;
    padding-left: 10px;
}

.cs-course-table td a {
    color: #333;
}

.cs-course-table-filter {
    display: flex;
    display: -webkit-flex;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 0 15px 10px 15px;    
    text-align: left;
    justify-content: space-between;
    flex-wrap: wrap;
}


.cs-course-filter_item {
    margin: 15px 0;
    min-width: 210px;
}
.cs-course-filter_item label {
    display: block;
    font-size: 17px;
    margin: 10px 0 10px;
    
}
.cs-course-filter_item select {
    height: 32px;
    border: 1px solid #ccc;
    min-width: 180px;
    width: 100%;
}

.cs-course-filter_item input {
    height: 31px;
    border: 1px solid #ccc;
    padding: 0px !important;
    text-indent: 5px;
    width: 45px;
}

.cs-course-filter_item .item {
    clear: both;
    margin-top: 8px; 
    font-size: 14px;
    text-align: left;
}
.cs-course-filter_item .item span {
    margin-top: 4px;
    display: inline-block;
}
.cs-course-filter_btn {
    border: 1px solid #70323B !important; 
    border-radius: 3px;
    background-color: white; //#90525B !important;
    padding: 10px 35px;
    color: #70323B;
    font-size: 16px;
    margin: 37px 0 20px;
    cursor: pointer;
}
.cs-course-filter_btn:hover {
	color: white;
	background-color: #90525B;
	border-color: #c0828B !important;
}

.cs-course-filter_item a {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    color: #555;
    padding-bottom: 2px;
}

#order_but a {
	display: block; 
	border: 1px solid #9b5556; 
	padding: 1px 5px; 
	border-radius: 3px;
}
#order_but a:hover {
	border: 1px solid #9b5556;
	color: white;
	background-color: #90525B;
	border-color: #c0828B !important;
}

.cs-user-message {
    font-size: 14px;
    background-color: #adc5e4;
    text-align: center;
    padding: 5px 10px;
    margin-top: 10px;
    display: none;
}
.cs-course-company {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #ccc;
}

.cs-course-company-scroll {
    max-height: 1000px;
    overflow-y: auto;
}
.cs-course-compan_text {
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    background-color: #f5f5f5; //d1ecd9;
    margin-top: 15px;
}

.cs-course-group-row {
    font-weight: 600;
    background-color: #eeebeb !important;
}
.cs-course-company-item {
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    padding: 5px;
}

.cs-width100 {
    width: 100% !important;
}
.cs-course-company-item span {
    vertical-align: sub;
}
#org_filter, #builder_filter, .lbl_fltr_head {
    border-bottom: 1px dotted #222;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 3px;
}
#org_filter_items, .lbl_fltr_items {
    
    display: none;
}


.cs-lk-course-item img {
    height: auto;
    width: auto;
    padding: 0px;
}


.cs-course-del {
    padding: 20px 0 50px 0;
    background-color: #fff;
}
.cs-course-del div {
    color: #818181;
    margin: 15px 0 25px 0;
}
.cs-course-banner {
    text-align: center;
    margin-top: 10px;
}
.cs-course-banner img {
    max-width: 100%;
}

.cs-law-status {
    float: right;
    margin-top: 5px;
    border-radius: 10px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    color: #818181;
}


.cs-course-order-form {
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    padding: 25px;
}
.cs-course-flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cs-course-flex input {
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
    text-indent: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
}
input:focus-visible, textarea:focus-visible {
    outline-color: #bA5D5D;
    outline-style: solid;
    outline-width: 1px;
}

.cs-course-flex textarea {
    width: 100%;
    border-radius: 4px;
    height: 40px;
    text-indent: 10px;
    font-size: 14px;
    font-family: arial;
    padding-top: 10px;
    height: 200px;
    resize: none;
    border: 1px solid #ccc;
}

.cs-course-flex-column {
    width: 48%;
}
.cs-course-button-content {
    display: flex;
    justify-content: space-between;
}
.cs-course-button_send {
    padding: 10px 20px;
    transition: background-color 0.4s ease;
    background-color: #9A3D3D;
    color: #fff;
    cursor: pointer;
    border: none;
    font-family: arial;
    font-size: 16px;
}
.cs-course-button_send:hover {
    background-color: #539ec6;
}
.cs-course-button_cancel {
    padding: 10px 20px;
    transition: background-color 0.4s ease;
    background-color: #999;
    color: #fff;
    cursor: pointer;
    border: none;
    font-family: arial;
    font-size: 16px;
}
.cs-course-button_cancel:hover {
    background-color: #7bac7b;
}
.cs-course-user-message {
    text-align: center;
    color: #222;
    font-size: 16px;
    padding: 15px 0;
    background-color: #caeaca;
    margin-bottom: 15px;
    display: none;
}
.cs-course-order-form-info {
    margin: 10px 0 19px;
    color: #555;
    line-height: 1.7em;
    font-size: 15px;

}
.cs-course-button-content .cs-course-flex-column:last-child {
    text-align: right;
}
.cs-repair-type-select {
    max-width: 340px;
}
.cs-service-order-link {
    display: block;
    border: 1px solid #9b5556;
    padding: 1px 5px;
    border-radius: 3px;
}

.cs-course-order-form-info p {
    margin-bottom: 10px;
}
.cs-course-cancel-btn {
    background-color: #7bb38b;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.cs-course-cancel-btn:hover {
    color: #fff;
    text-decoration: none;
}
.cs-selector {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 15px 35px 15px 15px;
}
.cs-selector_item {
    margin-bottom: 10px;
}
.cs-selector_container {
    margin: 10px 0 0 15px;
    
}
.account-modify-form input[name="f_DateStart_month"], .account-modify-form input[name="f_DateStop_month"] {
    max-width: 55px;
}
.account-modify-form input[name="f_DateStart_year"], .account-modify-form input[name="f_DateStop_year"] {
    max-width: 73px;
}
.account-modify-form input[disabled=""] {

    background-color: #f2f2f2 !important;

}
.cs-service-desc {
    width: 100% !important;
    height: 250px !important;
    resize: none;
}

.cs-repair-certificate {
    width: 240px;
}

.cs-laws-info-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.cs-laws-column {
    text-align: center;
    width: 31%;
    background-color: #f1f1f1;
    padding: 15px 0;
    margin-bottom: 10px;
}
.cs-laws-column label {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.cs-laws-column_files {
    text-align: center;
}
.cs-laws-column_files img {
    height: 31px;
}

.cs-laws-column_files a {
    margin: 0 2px;
}

.cs-visits_view {
    text-align: center;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .cs-course-table tr:first-child {
        display: none;
    }
    .cs-course-table td {
        display: block;
    }
    .cs-course-table td div {
        min-height: auto;
    }
    .cs-course-button-content {
        flex-direction: column;
    }
    .cs-course-button-content .cs-course-flex-column {
        width: 100%;
        text-align: center !important;
        margin-bottom: 15px;
    }
    .cs-course-table td {
        text-align: center;
    }
}
@media screen and (max-width: 576px) {
    
    .cs-course-table-filter {
        padding-bottom: 15px;  
    }
    .cs-course-filter_item, .cs-course-filter_item select {
        width: 100%;
        text-align: center;
        margin: 0px;
    }
    .cs-course-filter_item .item {
        margin: 8px auto 0;
        width: 240px;
    }
    .cs-laws-info-container {
        flex-direction: column;
    }
    .cs-laws-column {
        width: 100%;
    }
}


.cs-favorite {
    height: 25px;
    float: right;
    width: 25px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    margin-bottom: -25px;
    cursor: pointer;
    position: relative;
}


.cs-favorite_add {
    background-image: url(/images/favorite_1.jpg);
}

.cs-favorite_remove {
    background-image: url(/images/favorite_2.jpg);
}
.cs-doc-link {
    color: #954a56 !important;
    float: right;
    border-bottom: 1px solid #954a56;
    font-size: 18px !important;
}

.cs-doc-link-mobile {
    color: #954a56 !important;
    float: right;
    border-bottom: 1px solid #954a56;
    font-size: 14px !important;    
    display: none;
}
.phone-container {
    display: flex;
    display: -webkit-flex;
}
.phone-container .bdv:last-child {
    margin-left: 15px;
}
@media screen and (max-width: 576px) {
    .phone-container {
        flex-direction: column;
    }
    .phone-container .bdv:last-child {
        margin-left: 0px;
        
    }
    .phone-container .bdv:last-child input {
        width: 100% !important;
    }
}

.tabs_accounts {
    padding-bottom: 13px;
}
.tabs_accounts div {
    font-size: 14px;
    font-family: inherit;
    padding: 0px 20px 5px 0px;
    text-transform: none;
    display: inline-block;
    font-weight: 100;
    color: #484847;
    cursor: pointer;
    margin-right: 3px;
    padding: 9px 20px;
    border: 1px solid;
    border-radius: 3px;
    
}
.tabs_accounts div:hover {
	background: #eee;
}
.tabs_accounts div.active {
    background: #bA5D5D;
    border-color: #cA6D6D; #bA5D5D;
}
.tabs_accounts div.active a {
	color: #fff; #9b5556;
}

.tabs_accounts div a {
		color: #555;
		text-decoration: none;
	}

.frame_block{
    padding: 26px 20px;
    background: #FFFFFF;
    border: 1px dotted #90525B;
    border-radius: 4px;
    margin-bottom: 20px;
}
.frame_block h2{
    font-style: normal;
    font-weight: 400;
    font-size: 18.1713px;
    line-height: 21px;
    color: #151515;
    padding-bottom: 22px;
}
.frame_block h2 span{
    color: #90525B;
}
.frame_block p{
    font-style: normal;
    font-weight: 400;
    font-size: 14.8674px;
    line-height: 24px;
    color: #151515;
}
.frame_block .options{
    border: 1px solid rgba(21, 21, 21, 0.35);
    border-radius: 4px;
    padding: 8px 10px 0 10px;
}
.frame_block .options .option{
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    width: 24%;
    border-left: 1px solid #151515;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    white-space: nowrap;
    width: 33%;
}
.frame_block .options .option:nth-child(1),
.frame_block .options .option:nth-child(5n){
    border-left: none;
    padding-left: 0px;
}
.frame_block .options .option span{
    font-weight: bold;
    color: #90525B;
}

.frame_block .options .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
}
.frame_block .table{}
.frame_block .table .colum.active{}
.frame_block .table .colum{
    display: inline-block;
    width: 19%;
    text-align: center;
    border-right: 1px solid rgba(144, 82, 91, 0.75);
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.frame_block .table .colum:nth-child(5n){
    border-right: none;
}
.frame_block .table .colum .option{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #151515;
    border-bottom: 1px solid rgba(21, 21, 21, 0.15);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
    height: 48px;
    overflow: hidden;
    box-sizing: border-box;
}
.frame_block .table .colum:nth-child(1){
    padding-left: 10px;
    padding-right: 10px; 
}
.frame_block .table .colum:nth-child(1) .option{
    font-weight: 300;
    font-size: 12px;
    border-bottom: none;
    color: #151515;
}
.frame_block .table .colum .option:nth-child(1){
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #90525B;
    padding-bottom: 15px;
    border-bottom: none;
    height: 60px;
}
.frame_block .table .colum .option:nth-child(2){
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: rgba(21, 21, 21, 0.5);
    padding-bottom: 15px;
    border-bottom: none;
}
.frame_block .table .colum:nth-child(1) .option:nth-child(3){
    padding-top: 5px;
}
.frame_block .table .colum:nth-child(1) .option:nth-child(4){
    padding-top: 5px;
}
.frame_block .table .colum:nth-child(1) .option:nth-child(5){
    padding-top: 5px;
}
.frame_block .table .colum:nth-child(1) .option:nth-child(6){
    padding-top: 5px;
}
.frame_block .table .colum:nth-child(1) .option:nth-child(7){
    padding-top: 5px;
}
.frame_block .table .colum:nth-child(1) .option:nth-child(10){ 
    color: #A04646;
}
.frame_block .table .colum .option:nth-child(9){ 
    border-bottom: none;
}
.frame_block .table .colum .option:last-child{
    border-bottom: none;
}
.frame_block .table .colum .option .editTariff.active{
    background: rgba(144, 82, 91, 0.05);
    border: 1px solid rgba(144, 82, 91, 0.05);
    color: rgba(144, 82, 91, 0.5);
    cursor: unset;
}
.frame_block .table .colum .option .editTariff{
    border: 1px solid rgba(144, 82, 91, 0.5);
    border-radius: 4px;
    color: #A04646;
    padding: 7px 0px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
}
.frame_block .table .colum .option .editTariff:hover{
    text-decoration: none;
    background: rgba(144, 82, 91, 0.05);
}

.frame_block .frame_block{
    background: rgba(144, 82, 91, 0.03);
}
.frame_block .row{ 
    padding-bottom: 15px;
} 
.frame_block .row .col:nth-child(1),
.bottom_block .row .col:nth-child(1){ 
    display: inline-block;
    width: 49%;
}
.frame_block .row .col:nth-child(2),
.bottom_block .row .col:nth-child(2){ 
    text-align: right;
    display: inline-block;
    width: 49%;
}
.frame_block .title{ 
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #90525B;
}
.frame_block .date{ 
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #151515;
}
.frame_block .file a:nth-child(1){ 
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline;
    color: #151515;
    padding-left: 20px;
}
.frame_block .file a:nth-child(2){ 
    font-weight: 400;
    font-size: 14px;
    color: #151515;
}
.frame_block .file::before {
    content: "";
    background: url(../i/icon_file.png);    
    height: 20px;
    width: 14px;
    display: inline-block;
    position: absolute;
}
.frame_block .number{ 
    font-weight: 300;
    font-size: 14px;
    color: #90525B;
}
.btn{
    border: 1px solid rgba(144, 82, 91, 0.5);
    border-radius: 4px;
    color: #A04646;
    padding: 12px 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px; 
    text-decoration: none;
    background-color: #fff;
} 

.btn:hover {
    background: rgba(144, 82, 91, 0.05);
    text-decoration: none !important;
} 
.btn-full{
    background-color: #90525B;
    color: #fff;
} 
.btn-full:hover{
    background-color: #90525B;
    opacity: 0.8;
} 
.frame_block h3{
    font-weight: 400;
    font-size: 18px;
    color: #151515;
    padding-bottom: 30px;
}
#modalAddContract h3{
    font-size: 23px;
    line-height: 27px;
    color: #90525B;
    margin-bottom: 40px;
}
#modalAddContract .upload{
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(21, 21, 21, 0.25);
    border-radius: 4px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #151515;
    padding: 15px 20px;
    margin-bottom: 30px;
    text-decoration: none;
}
#modalAddContract .upload::before{
    content: "";
    background: url(../i/icon_upload.png);    
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
}
#modalAddContract .upload span{
    padding-left: 30px;
}
#modalAddContract .download{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #90525B;
    display: block;
}
#modalAddContract .download::before{
    content: "";
    background: url(../i/icon_download.png);    
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
}
#modalAddContract .download span{
    padding-left: 34px;
}

.ipsType_pageTitle {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: rgb(0,0,0);
}
.ipsType_large{
    line-height: 28px;
    font-size: 16px;
    color: rgb(144, 144, 144);
}
hr.ipsHr {
    margin: 20px 0;
    height: 0;
    padding: 0;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: rgba(0,0,0,0.05);
}
#content ul.ipsForm, #content ol.ipsForm {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ipsFieldRow:not( .ipsFieldRow_checkbox ) .ipsFieldRow_label, 
.ipsFieldRow:not( .ipsFieldRow_checkbox ) .ipsFieldRow_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    padding-top: 5px;
}
.ipsFieldRow_required {
    font-size: 10px;
    text-transform: uppercase;
    color: #c02222;
    font-weight: normal;
    margin-left: 10px;
}
.tpl-block-auth-form .ipsFieldRow_content textarea, 
.tpl-block-auth-form .ipsFieldRow_content input[type="text"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="password"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="datetime"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="datetime-local"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="date"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="month"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="time"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="week"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="number"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="email"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="url"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="search"], 
.tpl-block-auth-form .ipsFieldRow_content input[type="tel"] {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #a6a6a6 #d9d9d9 #d9d9d9 #a6a6a6;
    border-radius: 3px;
    width: 100%;
    max-width: 470px;
    padding: 7px;
}
.ipsFieldRow_checkbox .ipsFieldRow_content {
    margin-left: 24px;
}
.ipsFieldRow_checkbox .ipsFieldRow_content .ipsFieldRow_label {
    font-size: 14px;
    vertical-align: middle;
    border-color: rgba(88, 88, 88);
}
.ipsFieldRow_desc {
    font-size: 12px;
    color: #777777;
    margin-top: 3px;
    display: inline-block;
}
.ipsButton {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: 0.1s all linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    max-width: 100% !important;
    background: #cf6969;
    background: -moz-linear-gradient(top, #cf6969 0%, #a34949 100%);
    background: -webkit-linear-gradient(top, #cf6969 0%,#a34949 100%);
    background: linear-gradient(to bottom, #cf6969 0%,#a34949 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf6969', endColorstr='#a34949',GradientType=0 );
    color: #fff;
    margin: 13px 0;
    cursor: pointer;
}
.ipsButton.backLink {
    width: 45%;
    padding: 10px 0;
    margin: 10px 0 0px 0;
	background: linear-gradient(to bottom, #a2afb4 0%,#768084 100%); 
    text-decoration: none;
}
.ipsButton.backLink:hover {
    color: #fff;
}
.ipsType_small {
    font-size: 11px;
    text-align: right;
    color: rgb(107, 59, 69);
}
.tpl-block-auth-form {
    width: 500px;
    padding: 20px;;
}
.ipsMessage_error {
    background: #C53030;
    border-radius: 4px;
    position: relative;
    margin-bottom: 12px;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: inset rgb(255 255 255 / 10%) 0px 1px 0px;
    padding: 16px 16px 16px 48px;
    font-size: 13.0px;
    line-height: 18px;
    width: 492px;
    margin: 12px auto;
}
.ipsMessage:before {
    left: 16px;
}
.ipsMessage_error:before {
    content: '\f06a';
}
.ipsMessage:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    font-size: 20px;
    line-height: 1;
}
.row-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fancybox-close-link{
    font-size: 14px;
    margin-left: 15px;
}

div.jq-checkbox ~ label {
    line-height: 22px;
}

.tabsContent.si .search-select ~ .chosen-container{
    width: 780px!important;
} 

#bot_header ul{
    display: flex;
}

#bot_header ul li:nth-child(2) a{
    
    border-right: 1px solid #6a3b45;
}

#bot_header ul li:nth-child(3){
    margin-left: auto;
}

.my-documents.company .row {
    align-items: start;
}

.my-documents .title{
    width: 99%;
}

.my-documents .title span {
    font-size: 14px;
    line-height: 17px;
    color: #555;
}

.my-documents a:hover {
    text-decoration: none;
}

.my-documents .follow{
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-image: url("/images/follow.png");
    background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}

.my-documents .follow.on{
    background-image: url("/images/follow_on.png");
}

.my-documents .title span.replaced-note{
    border: 1px solid #555;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 10px;
    margin-left: 15px;
    vertical-align: middle;
}

.caption-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.caption-block h2 {
	margin-top: 3px;
}

.caption-block .count-piublic-block{
    text-align: right;
    font-size: 14px;
    line-height: 1.5;
}
 
.tags-block{
    display: flex;
}
 
.tags-block a.btn {
    padding: 5px 20px;
    border: none;
}
 
.tags-block a.btn:hover {
    color: #fff;
}

.tags-block .tag-item{
    display: inline-block;
    border: 1px solid rgb(224, 224, 224);;
    padding: 4px 5px 2px 5px;
    border-radius: 4px;
    margin-bottom: 10px;

    background-color: rgb(224, 224, 224);
    color: rgb(46, 46, 46);
}

.tags-block form{
}

.tags-block .multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 4px 20px;
    width: 300px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #8c3e3e;
    border-radius: 4px;
    box-shadow: none;
    cursor: default;
}
.tags-block .multi-select-button:after {
    position: absolute;
    right: 10px;
    top: 9px;
}

.tags-block .tag-item:hover {
    background: #707070;
}

.tags-block .tag-item:hover a {
    color: #fff;
}

.tags-block .tag-item a{
    color: rgb(46, 46, 46);
}

.tags-block .tag-item.active{
    background-color: #8c3e3e;
}

.tags-block .tag-item.active a{
    color: #fff;
}

.tags-block .tag-item a:hover{
    text-decoration: none;
}

.tags-block .tag-add{
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
}

.tags-block.tags-block-add .tag-add{
    margin-left: 0;
}

.tags-block .tag-add input {
    border: 1px solid #8c3e3e;
    padding: 4px 5px 3px 5px;
    border-radius: 4px;
}

.tag-block-item {
    margin-top: 20px;
}

.tag-block-item .tag-list-item {
    /*display: inline-block;
    padding-right: 10px;
    color: #999;
    font-weight: 400;*/

    font-size: 13px;
    display: inline-block;
    border: 1px solid rgb(224, 224, 224);;
    padding: 4px 5px 4px 5px;
    border-radius: 4px;
    margin-bottom: 10px;

    background-color: rgb(224, 224, 224);
    color: rgb(46, 46, 46);
    margin-right: 10px;
}

.tag-block-item .tag-list-item:hover {

}

.tag-block-item .tag-list-add {
    display: inline-block;
}

.subdivisions-block {
    text-align: center;
}

.subdivisions-block .subdivisions-block-item {
    display: inline-block;
    width: 24%;
    margin-bottom: 0;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 13px;

    padding: 10px 15px;
    box-sizing: border-box;
}

.subdivisions-block .subdivisions-block-item {
    
}

.subdivisions-block .subdivisions-block-item a {
    padding: 19px 0 17px;
    display: block;
    border: 1px dotted #6a3b45; 
    border-radius: 3px;
    background-color: rgba(255,255,255,0.7);
}
.subdivisions-block .subdivisions-block-item a:hover {
    background: #eee;
    text-decoration: none;
}

.subdivisions-block .subdivisions-block-item a i {
        height: 50px;
        background-size: contain;
        display: block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;  
        margin-bottom: 11px;
        color: #6a3b45;
}

.subdivisions-block .subdivisions-block-item a span {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #6a3b45;
}

.btn-add-tag{
    padding: 5px 20px;
    border: none;
}

.btn-add-tag:hover{
    color: #fff;
}

[name='addTag']{ 
    display: none;
}

.multi-select.proizvod{
  margin-top: 10px;
}
.d_proizvod{
 margin-bottom: 20px;
}
.nc_slug_remont_sredstv_izmereniy .item-full h1{
  margin-bottom: 20px;
}
.nc_slug_remont_sredstv_izmereniy .item-full div.sub_elem{
  padding: 10px 0;
}