.header-content, .header-logo, .header-name, .header-images{
height:auto;float:left;text-align:center;
}
.header-content{
width:100%;
max-width:1100px;
position:relative;
margin-bottom:10px;
}

.header-logo{width:20%;}
.header-logo img{margin: 7%;}
.header-name{width:22%;}
/*.header-images{width:650px;min-width:650px;}*/
.header-images{width:55%}
.header-images img{margin-top:10px}

@font-face {
  font-family: 'grands';
  src: url('fonts/grands/grands.eot');
  src: url('fonts/grands/grands.eot?#iefix') format('embedded-opentype'), url('fonts/grands/grands.svg#Grands') format('svg'), url('fonts/grands/grands.woff') format('woff'), url('fonts/grands/grands.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a {
  color: #BC3130;
  text-decoration: none;
  -webkit-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  transition: color 0.3s 0s ease;
}
a:hover {
  color: #7f2120;
  text-decoration: underline;
}
div.widget a:hover {
  text-decoration: underline;
}
a.curent-page-cat {
  font-weight: bold;
}
h1 {
  color: #444;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-family: "EB Garamond", "Times New Roman", Times, serif;
}
h1 a {
  color: #7f2120;
}
h1 a:hover {
  color: #7f2120;
  text-decoration: none;
}
h1.category {
  margin: 0 0 15px 0;
  border-bottom: 2px solid #DDD;
}
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
}
h2.name_company{font-size: 14px;}

blockquote {
  color: #8D1616;
  border-left-color: #8D1616;
}
div.page_only li {
  margin-top: 3px;
  margin-bottom: 4px;
}
div.page_only {
border-bottom: none;
margin-bottom: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background: #eee url("../images/backgrounds/pattern_017.png");
  background-attachment: fixed;
}
div.all {
  margin: 30px auto;
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.7);
  box-shadow: 0 0 30px rgba(0,0,0,0.7);
}
div.content {
  width: 75%;
  float: left;
}
div.content div.content-wrap {
  margin: 30px -1px 20px 30px;
  padding: 0 10px 0 0;
  border-right: #ddd 1px solid;
}
#mob {display:none;}
div.sidebar1 {
  width: 25%;
  float: left;
}
div.sidebar1 div.sidebar1-wrap {
  margin: 30px 30px 0 0;
  padding: 0 0 0 15px;
  border-left: #ddd 1px solid;
}
div.footer {
  background: #444;
}
div.footer div.footer-wrap {
  padding: 20px 30px;
  color: #aaa;
  height:45px
}
div.footer div.footer-wrap a {color: #aaa;}

.footer-wrap-content{float:left;width:75%;}
.logo24{float:right;width:120px}
.logo24 table{border-collapse: collapse !important;}
.logo24 table th, .logo24 table td{border: none;padding:0;margin:0}

body.no-sidebar div.content {
  width: 100%;
  float: none;
}
body.no-sidebar div.content div.content-wrap {
  margin: 30px;
  border-right: none;
}
div.MainMenu {
  height: 45px;
  background-color: #C65453;
/*  margin: 0 30px;*/
  margin: 0 2.7%;
}
div.MainMenu ul.menu > li {
  height: 45px;
  line-height: 45px;
}
div.MainMenu ul.menu > li > a {
  font-weight: bold;
  font-size: 13px;
  padding: 0 15px;
  -webkit-transition: background-color 0.3s 0s ease-out;
  -moz-transition: background-color 0.3s 0s ease-out;
  -ms-transition: background-color 0.3s 0s ease-out;
  -o-transition: background-color 0.3s 0s ease-out;
  transition: background-color 0.3s 0s ease-out;
  text-transform: uppercase;
  color: #fff;
}
div.MainMenu ul.menu > li.selected > a,
div.MainMenu ul.menu > li > a:hover {
  background-color: rgba(10,10,10,0.2);
  color: #fff;
}
div.MainMenu ul.menu li.group > a span {
  background: url("../images/bullets/menu-down-light.png") no-repeat right center;
  padding-right: 20px;
}
div.MainMenu ul.menu li.group > a span:hover {
  background: url("../images/bullets/menu-down-light.png") no-repeat right center;
}
div.MainMenu ul.menu li.group ul {
  background-color: #333;
}
div.MainMenu ul.menu li.group ul li.group > a span {
  background: url("../images/bullets/menu-down-right.png") no-repeat right center;
}
div.MainMenu ul.menu li.group ul li > a {
  font-size: 14px;
  color: #ccc;
  border-top: #333 1px solid;
}
div.MainMenu ul.menu li.group ul li > a:hover {
  background-color: #555;
}
div.MainMenu ul.menu li.group ul li.divider {
  background-color: #444;
}
div.MainMenu2 {
  height: 35px;
  margin-left: 15px;
}
div.MainMenu2 ul.menu > li {
  height: 35px;
  line-height: 35px;
}
div.MainMenu2 ul.menu > li > a{
  font-weight: bold;
  font-size: 13px;
  padding: 0 15px;
  color: #aaa;
}
div.MainMenu2 ul.menu > li.selected > a,
div.MainMenu2 ul.menu > li > a:hover{
  background-color: transparent;
  color: #fff;
}
div.MainMenu2 ul.menu li.group > a span {
  background: url("../images/bullets/menu-down-gray.png") no-repeat right center;
  padding-right: 20px;
}
div.MainMenu2 ul.menu li.group > a span:hover {
  background: url("../images/bullets/menu-down-light.png") no-repeat right center;
}
div.MainMenu2 ul.menu li.group ul li.group > a span {
  background: url("../images/bullets/menu-down-right.png") no-repeat right center;
}
div.MainMenu2 ul.menu li.group ul li > a {
  font-size: 12px;
}
.lang{font-size:13px;float:right;color:#aaa;margin-right:100px;cursor:pointer;line-height: 35px;}
.lang:hover{background-color: transparent;color: #fff;}

.wrap-mmenu{width:100%;height:50px;background-color:#285384;display: none;}
#r-navigation-menu {
  position: absolute;
  width: 270px;
  background: #444444;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none;
  font-size: 17px;
}
#r-navigation-menu .r-nav-body {
  width: 210px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 30px;
  overflow: auto;
  background: #444444;
  -webkit-box-shadow: inset 1px 0px 4px 0px rgba(41,41,41,1);
  -moz-box-shadow: inset 1px 0px 4px 0px rgba(41,41,41,1);
  box-shadow: inset 1px 0px 4px 0px rgba(41,41,41,1);
  text-align: left;
}
#button-menu {
  width: 30px;
  height: 24px;
  cursor: pointer;
  float: right;
  margin: 13px;  
}
#button-menu.is-active .menu-hamburger:before,
#button-menu.is-active .menu-hamburger:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#button-menu.is-active .menu-hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-hamburger {
  position: relative;
  width: 30px;
  height: 4px;
  margin: 10px 0;
  background: #fff;
  border-radius: 0px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before, .menu-hamburger:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 0px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
  top: -8px;
  left: 0;
  width: 30px;
}
.menu-hamburger:after {
  top: 8px;
  width: 30px;
  left: 0;
}
#button-menu.is-active .menu-hamburger{background: none;}

.message {
  margin: 0 0 10px 0;
  padding: 15px 10px 15px 70px;
  min-height: 32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #E9E9E9;
  color: #505050;
  font-weight: bold;
}
.message.ok {
  background: #58B158 url("../images/icons/ok.png") no-repeat 15px center;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
}
.message.ok.small {
  background-image: url("../images/icons/small/ok.png");
}
.message.note {
  background: #44AAC8 url("../images/icons/note.png") no-repeat 15px center;
  color: #111;
}
.message.note.small {
  background-image: url("../images/icons/small/note.png");
}
.message.alert {
  background: #F89406 url("../images/icons/alert.png") no-repeat 15px center;
  color: #fff;
}
.message.alert.small {
  background-image: url("../images/icons/small/alert.png");
}
.message.idea {
  background: #FAF6AC url("../images/icons/idea.png") no-repeat 15px center;
  color: #111;
}
.message.idea.small {
  background-image: url("../images/icons/small/idea.png");
}
.message.error {
  background: #D64B45 url("../images/icons/error.png") no-repeat 15px center;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
}
.message.error.small {
  background-image: url("../images/icons/small/error.png");
}
.message.about {
  background: #EAEAEA url("../images/icons/about.png") no-repeat 15px center;
  color: #111;
}
.message.about.small {
  background-image: url("../images/icons/small/about.png");
}
.message.mail {
  background: #EAEAEA url("../images/icons/mail.png") no-repeat 15px center;
  color: #111;
}
.message.mail.small {
  background-image: url("../images/icons/small/mail.png");
}
.message.home {
  background: #EAEAEA url("../images/icons/home.png") no-repeat 15px center;
  color: #111;
}
.message.home.small {
  background-image: url("../images/icons/small/home.png");
}
.message.question {
  background: #EAEAEA url("../images/icons/question.png") no-repeat 15px center;
  color: #111;
}
.message.question.small {
  background-image: url("../images/icons/small/question.png");
}
.message.noicon {
  background-image: none;
  padding: 10px;
  min-height: 0;
}
.message.small {
  min-height: 20px;
  padding: 7px 10px 7px 50px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
span.label {
  background-color: #999;
  color: #fff;
  display: inline-block;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
}
span.label.default {background-color: #999;color: #fff;}
span.label.success {background-color: #468847;color: #fff;}
span.label.warning {background-color: #F89406;color: #fff;}
span.label.important {background-color: #B94A48;color: #fff;}
span.label.info {background-color: #3A87AD;color: #fff;}
span.label.inverse {background-color: #333;color: #fff;}
p.label{font-weight:bold}
.dropdown-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
}
.dropdown-menu ul {
  min-width: 100px;
  list-style: none;
  background: #FFF;
  border: solid 1px #DDD;
  border: solid 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}
.dropdown-menu.has-tip {
  margin-top: 8px;
}
.dropdown-menu.has-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0,0,0,0.2);
  display: inline-block;
}
.dropdown-menu.has-tip.anchor-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.has-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}
.dropdown-menu.has-tip.anchor-right:after {
  left: auto;
  right: 10px;
}
.dropdown-menu.has-scroll ul {
  max-height: 358px;
  overflow: auto;
}
.dropdown-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.dropdown-menu li > a,
.dropdown-menu label {
  display: block;
  color: #555;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu label:hover {
  background-color: #08C;
  color: #FFF;
  cursor: pointer;
}
.dropdown-menu .divider {
  height: 1px;
  background: #E5E5E5;
  margin: 5px 1px;
  overflow: hidden;
}
div.columns {
  margin-right: -30px;
}
div.columns div.column-content {
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 20px;
}
div.box {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
div.box div.row {
  display: table-row;
}
div.box div.row div.cell {
  display: table-cell;
  vertical-align: middle;
}
div.box div.row div.cell.details {vertical-align: unset;}
div.onerow .col {
  float: left;
  margin-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.onerow .col:first-of-type {
  margin-left: 0;
}
div.onerow .w1-1 { width: 100%;}
div.onerow .w1-2 { width: 48.5%;}
div.onerow .w1-3 { width: 31.333333333333%;}
div.onerow .w2-3 { width: 65.66666667%;}
div.onerow .w1-4 { width: 22.75%;}
div.onerow .w2-4 { width: 48.5%;}
div.onerow .w3-4 { width: 74.25%;}
div.onerow .w1-5 { width: 17.6%;}
div.onerow .w2-5 { width: 38.2%;}
div.onerow .w3-5 { width: 58.8%;}
div.onerow .w4-5 { width: 79.4%;}
div.page_other_pages_header,
div.page_comments_count,
div.leave_a_comment {
  background-color: #ddd;
  padding: 5px 10px;
  margin: 10px 0;
}
div.sitemap ul {list-style-type: none;}
div.sitemap ul ul { list-style-type: circle;}
body.body-home span.cut {  display: none;}

div.searching {position: relative;width: 100%;height: 100%;}
.loader {display: none;position: absolute; top: 70px;left: 40px;}

div.widget {
  font-size: .9em;
  margin-bottom: 30px;
  border:solid 1px #CCC;
  border-radius:5px
}
div.widget div.widget_header,
div.widget h2.box {
  color: #BC3130;
  font-size: 18px;
  margin: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
div.widget a { color: #7f2120;}
div.widget a:hover { color: #BC3130;}
/*
div.widget.search_form_notices_widget, div.widget.work_info_widget {
  border:solid 1px #CCC;
  border-radius:5px
}
*/
div.widget.search_form_notices_widget{
  padding:0px 25px;
}

div.logo-ns-descr-icons div.wrap {
  margin: 30px;
}
div.logo-ns-descr-icons div.r1 {
  float: left;
  width: 80px;
}
div.logo-ns-descr-icons div.r1 img {
  margin: 10px 0 0 20px;
}
div.logo-ns-descr-icons div.r2 {
  float: left;
  width: auto;
}
div.logo-ns-descr-icons div.r2 div.name_site, .header-name {
  margin: 20px 0 0 25px;
  font-size: 44px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
}
div.logo-ns-descr-icons div.r2 div.name_site a, .header-name a {
  text-decoration: none;
  color: #333;
}
 .header-name {font-size:40px}
 
div.logo-ns-descr-icons div.r2, .description_site {
  font-style: italic;
  font-size: 10px;
  margin: 0 0 10px 25px;
  text-shadow:none;
  font-family:arial;
}

div.logo-ns-descr-icons div.r3 {
  float: right;
  width: auto;
}
div.logo-ns-descr-icons div.r3 div.social {
  margin: 0;
  text-align: right;
}
div.logo-ns-descr-icons div.r3 div.social a {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  background-repeat: no-repeat;
}
div.logo-ns-descr-icons div.r3 div.social a:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
div.logo-ns-descr-icons div.r3 div.social a.rss {
  background-image: url("../images/social/rss.png");
}
div.logo-ns-descr-icons div.r3 div.social a.twitter {
  background-image: url("../images/social/twitter.png");
}
div.logo-ns-descr-icons div.r3 div.social a.facebook {
  background-image: url("../images/social/facebook.png");
}
div.logo-ns-descr-icons div.r3 div.social a.gplus {
  background-image: url("../images/social/gplus.png");
}
div.logo-ns-descr-icons div.r3 div.social a.github {
  background-image: url("../images/social/github.png");
}
div.logo-ns-descr-icons div.r3 div.social a.skype {
  background-image: url("../images/social/skype.png");
}
div.logo-ns-descr-icons div.r3 div.social a.vkontakte {
  background-image: url("../images/social/vkontakte.png");
}
div.logo-ns-descr-icons div.r3 div.social a.behance {
  background-image: url("../images/social/behance.png");
}
div.logo-ns-descr-icons div.r3 div.social a.blogger {
  background-image: url("../images/social/blogger.png");
}
div.logo-ns-descr-icons div.r3 div.social a.dropbox {
  background-image: url("../images/social/dropbox.png");
}
div.logo-ns-descr-icons div.r3 div.social a.evernote {
  background-image: url("../images/social/evernote.png");
}
div.logo-ns-descr-icons div.r3 div.social a.last_fm {
  background-image: url("../images/social/last_fm.png");
}
div.logo-ns-descr-icons div.r3 div.social a.linked_in {
  background-image: url("../images/social/linked_in.png");
}
div.logo-ns-descr-icons div.r3 div.social a.mail {
  background-image: url("../images/social/mail.png");
}
div.logo-ns-descr-icons div.r3 div.social a.odnoklassniki {
  background-image: url("../images/social/odnoklassniki.png");
}
div.logo-ns-descr-icons div.r3 div.social a.vimeo {
  background-image: url("../images/social/vimeo.png");
}
div.logo-ns-descr-icons div.r3 div.social a.yahoo {
  background-image: url("../images/social/yahoo.png");
}
div.logo-ns-descr-icons div.r3 div.social a.youtube {
  background-image: url("../images/social/youtube.png");
}
div.logo-ns-descr-icons div.r3 div.social {
  padding: 15px 10px 0 0;
}
div.menu-login {
  background-color: #444;
}
div.menu-login div.r1 {
  float: left;
}
div.menu-login div.r2 {
  float: right;
  padding: 7px 30px 0 0;
}
div.menu-login div.r2 form {
  padding: 10px 15px 0 15px;
  width: 200px;
}
div.menu-login div.r2 form input {
  width: 195px;
}
div.menu-login div.r2 form span.registration {
  display: inline-block;
  float: right;
}
div.menu-login div.r2 a.dropdown {
  text-decoration: none;
  border-bottom: 1px #aaa dashed;
  outline: none;
  color: #aaa;
}
div.menu-login div.r2 a.dropdown:hover {
  color: #fff;
  border-bottom: 1px #fff dashed;
}
div.menu-login div.r2 .dropdown-menu li > a:hover,
div.menu-login div.r2 .dropdown-menu label:hover {
  background-color: #BC3130;
  color: #FFF;
}
div.ns-descr-icons div.wrap {
  margin: 40px 30px 20px 30px;
}
div.ns-descr-icons div.r1 {
  float: left;
  width: 1040px;
  background: url("../images/smila.png") right no-repeat;
}
div.name_site, .header-name {
  margin: 5px 0 0 5px;
  font-size: 1.5em;
  font-family: "EB Garamond", "Times New Roman", Times, serif;
  font-weight: bold;
  text-shadow: 1px 1px 3px #888;
  filter: dropshadow(color=#888888, offx=, offy=);
  text-transform: uppercase;
  line-height: 1em;
}
.header-name {margin:0;padding-top:20px}

div.ns-descr-icons div.r1 div.name_site a, .header-name a {
  text-decoration: none;
  color: #333;
}

div.ns-descr-icons div.r1 {
  font-size: 13px;
  color: #444;
  margin: 5px 0 10px 5px;
}
div.ns-descr-icons div.r2 {
  float: right;
  width: auto;
}
div.ns-descr-icons div.r2 div.social {
  padding: 30px 0px 0 0;
}
div.ns-descr-icons div.r2 div.social a {
  padding: 5px;
  margin: 0 0 3px 3px;
  text-decoration: none;
  color: white;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #ccc;
  font-family: grands;
}
div.ns-descr-icons div.r2 div.social a:before {
  content: "\e00b";
}
div.ns-descr-icons div.r2 div.social a:hover {
  background-color: #888;
}
div.ns-descr-icons div.r2 div.social a.rss:before {
  content: "\e00c";
}
div.ns-descr-icons div.r2 div.social a.rss:hover {
  background-color: #F09836;
}
div.ns-descr-icons div.r2 div.social a.twitter:before {
  content: "\e005";
}
div.ns-descr-icons div.r2 div.social a.twitter:hover {
  background-color: #2CAAE1;
}
div.ns-descr-icons div.r2 div.social a.facebook:before {
  content: "\e021";
}
div.ns-descr-icons div.r2 div.social a.facebook:hover {
  background-color: #3B5998;
}
div.ns-descr-icons div.r2 div.social a.gplus:before {
  content: "\e01b";
}
div.ns-descr-icons div.r2 div.social a.gplus:hover {
  background-color: #D84937;
}
div.ns-descr-icons div.r2 div.social a.github:before {
  content: "\e01d";
}
div.ns-descr-icons div.r2 div.social a.github:hover {
  background-color: #444;
}
div.ns-descr-icons div.r2 div.social a.skype:before {
  content: "\e00a";
}
div.ns-descr-icons div.r2 div.social a.skype:hover {
  background-color: #00C6FF;
}
div.ns-descr-icons div.r2 div.social a.vkontakte:before {
  content: "\e002";
}
div.ns-descr-icons div.r2 div.social a.vkontakte:hover {
  background-color: #496C93;
}
div.ns-descr-icons div.r2 div.social a.blogger:before {
  content: "\e025";
}
div.ns-descr-icons div.r2 div.social a.blogger:hover {
  background-color: #FA9D3C;
}
div.ns-descr-icons div.r2 div.social a.dropbox:before {
  content: "\e024";
}
div.ns-descr-icons div.r2 div.social a.dropbox:hover {
  background-color: #008EDA;
}
div.ns-descr-icons div.r2 div.social a.evernote:before {
  content: "\e022";
}
div.ns-descr-icons div.r2 div.social a.evernote:hover {
  background-color: #83B546;
}
div.ns-descr-icons div.r2 div.social a.last_fm:before {
  content: "\e017";
}
div.ns-descr-icons div.r2 div.social a.last_fm:hover {
  background-color: #C80604;
}
div.ns-descr-icons div.r2 div.social a.linked_in:before {
  content: "\e015";
}
div.ns-descr-icons div.r2 div.social a.linked_in:hover {
  background-color: #0E5D86;
}
div.ns-descr-icons div.r2 div.social a.mail:before {
  content: "\e023";
}
div.ns-descr-icons div.r2 div.social a.mail:hover {
  background-color: #999;
}
div.ns-descr-icons div.r2 div.social a.odnoklassniki:before {
  content: "\e014";
}
div.ns-descr-icons div.r2 div.social a.odnoklassniki:hover {
  background-color: #E77B19;
}
div.ns-descr-icons div.r2 div.social a.vimeo:before {
  content: "\e004";
}
div.ns-descr-icons div.r2 div.social a.vimeo:hover {
  background-color: #1AB7EA;
}
div.pagination {color: #777;margin: 20px 0;}
div.pagination a {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #D4D4D4 1px solid;
  background-color: #777;
}
div.pagination a:hover {
  border: #888 1px solid;
  color: #fff;
  background-color: #888;
}
div.pagination span {
  display: none;
}
div.pagination strong {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #eee;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #C65453;
}
div.tabs ul.tabs-nav {
  margin-left: 10px;
}
div.tabs ul.tabs-nav li.elem {
  margin: 0 2px 0 0;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
  background-color: #aaa;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#5e5e5e),to(#aaa));
  background-image: -moz-linear-gradient(top,#5e5e5e,#aaa);
  background-image: -ms-linear-gradient(top,#5e5e5e,#aaa);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5e5e5e),color-stop(100%,#aaa));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#aaa);
  background-image: -o-linear-gradient(top,#5e5e5e,#aaa);
  background-image: linear-gradient(top,#5e5e5e,#aaa);
  box-shadow: inset 0 -2px 5px #5e5e5e;
  -moz-box-shadow: inset 0 -2px 5px #5e5e5e;
  -webkit-box-shadow: inset 0 -2px 5px #5e5e5e;
}
div.tabs ul.tabs-nav li.elem:hover {
  background-color: #adadad;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#b2b2b2),to(#adadad));
  background-image: -moz-linear-gradient(top,#b2b2b2,#adadad);
  background-image: -ms-linear-gradient(top,#b2b2b2,#adadad);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b2b2b2),color-stop(100%,#adadad));
  background-image: -webkit-linear-gradient(top,#b2b2b2,#adadad);
  background-image: -o-linear-gradient(top,#b2b2b2,#adadad);
  background-image: linear-gradient(top,#b2b2b2,#adadad);
}
div.tabs ul.tabs-nav li.tabs-current {
  color: gray;
  background-color: #F2F2F2;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#efefef),to(#F2F2F2));
  background-image: -moz-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -ms-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#F2F2F2));
  background-image: -webkit-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -o-linear-gradient(top,#efefef,#F2F2F2);
  background-image: linear-gradient(top,#efefef,#F2F2F2);
  box-shadow: inset 0 3px 3px #a6a6a6;
  -moz-box-shadow: inset 0 3px 3px #a6a6a6;
  -webkit-box-shadow: inset 0 3px 3px #a6a6a6;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
div.tabs ul.tabs-nav li.tabs-current:hover {
  color: #343434;
  background-color: #F2F2F2;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#eaeaea),to(#F2F2F2));
  background-image: -moz-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -ms-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#F2F2F2));
  background-image: -webkit-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -o-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: linear-gradient(top,#eaeaea,#F2F2F2);
}
div.tabs div.tabs-box {
  background: #F2F2F2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-box-shadow: 0 0 3px #a6a6a6;
  -webkit-box-shadow: 0 0 3px #a6a6a6;
  -moz-box-shadow: 0 0 3px #a6a6a6;
  box-shadow: 0 0 3px #a6a6a6;
}
h3.home-last-page {
  font-size: 26px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}
p.home-last-page-info {
  margin: 15px 0 5px 0;
  color: #777;
  font-size: 12px;
}
div.home-last-page {
  margin: 0 0 20px 0;
}
div.home-2col-1cat {
  margin-bottom: 20px;
}
div.home-2col-1cat div.home-title-col {
  background-color: #9F4444;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  margin: 0 0 10px 0;
}
div.home-2col-1cat div.home-title-col img {
  vertical-align: top;
  margin: 10px 10px 0 10px;
}
div.home-2col-1cat div.home-title-col a {
  color: #fff;
}
.home-title-col h1 {font-size:16px;line-height:34px;color:#FFF;font-family:Arial,Helvetica,Verdana,sans-serif;}
div.home-2col-1cat h4 {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 7px 0;
  color: #BC3130;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.home-2col-1cat p.info {
  margin: 15px 0 5px 0;
  color: #777;
  font-size: 12px;
}
div.home-1col-cats-left div.home-title-col {
  background: #9F4444 url("../images/category/other.png") no-repeat 7px center;
  padding: 0 0 0 30px;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #fff;
}
div.home-1col-cats-left div.cell-img {
  width: 25%;
}
div.home-1col-cats-left div.cell-content {
  padding-left: 15px;
}
div.home-1col-cats-left div.box {
  margin: 10px 0 15px 0;
}
div.home-1col-cats-left p.info {
  margin: 3px 0 5px 0;
  color: #777;
  font-size: 12px;
}
div.home-1col-cats-left h4 {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 7px 0;
}
.top_category_disable{color:blue;background-color:#888;}

.header_site{width:1040px;height:200px;background: #EEE;}
.header_notices{width:165px;height:30px;}
.header_desc_notices{width:240px;height:30px;}
.header_price_notices{width:60px;}
.header_date_notices{width:60px;}

.id-notice, .price-notice{vertical-align:middle !important;text-align:center;}
.border-notice{font-size:12px;border:1px solid #DDD;height:120px;}
.id-notice{width:20px;color:#3E4D9E;line-height:20px;}
.img-notice{width:150px !important;text-align:center;padding:0;margin:0;}
.desc-notice{width:240px;padding-left:5px;}
.price-notice{width:60px;height:120px;}
.date-notice{width:60px !important;text-align:center;padding:0;margin:0;}

/* home page */
#panorama, #map-smela, #split{height: auto;margin-bottom:10px; float:left;}
#panorama, #map-smela{width:49%;background-color:#555;}
#panorama img{margin:0;}
#split{width:2%;}

/* page notice*/
.address-string-list{font-weight:bold;font-size:12px;color:#247FE8;}
.address_object, .price_object{font-weight:bold;font-size:16px;margin-bottom:20px;}
.address_object{width:100%;color:#525DF9;float:left;}
.address_object h1{font-size:1.5em;color:inherit;}

.action{color:#444;padding-right:10px;}
/*.price_object{width:180px;color:red;float:right;}*/
.price_object{color:red;float:right;}
.price_object span{color:green;font-size:14px;}
.notice{font-weight:bold;font-size:16px;}
.label-notice-info{display:inline-block;width:100%;font-weight:bold;}
#contract-number{font-size:14px !important;}

div.gallery img {margin:2px;padding:2px;}
.cornerz{float:left;margin-bottom:3px;width:157px;}
.clear{clear:both;}
#smila{position:absolute;top:95px;left:850px;width:300px;height:140px;}
#smila img{height:140px;width:300px;}
.address-string{font-weight:bold;font-size:13px;}
.price-string{font-weight:bold;font-size:14px;color:#3E4D9E;}
#fio{font-size:16px;color:blue;font-weight:bold;line-height:20px;}
.agent-info {line-height:10px;}
.agent-data{margin-left:10px;}
.agent-info img{margin:10px 0px;}
.urgency{color:red;font-size:16px;font-weight:bold;text-align:center;}
div.list-in-page{background-color:#EEE;}
.in-page ul{margin-left:40px; font-family:Arial,Helvetica,Verdana,sans-serif;}
.offer{
  background-color:#F4EEDE;margin:3px 5px;
  padding: 10px;
  text-align: center;
  background: red;
  color: white;
  font-size: 18px;
}
  
.offer a.agent-data {
  color: yellow;
  font-size: 22px;
  text-decoration: underline;
}  
.offer a.agent-data:hover {
  color: yellow;
}

select.f_search{width:150px;}

/* slider */
div.image-nivo-slider {
margin: 0 auto;
}
.nivoSlider, .nivo-main-image, .nivoSlider a.nivo-imageLink  {width:100%;}
.nivoSlider {
position:relative;
height:auto;
overflow: hidden;
}
.nivoSlider img {
position:absolute;
top:0;
left:0;
max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important; 
}
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0;
left:0;
height:100%;
border:0;
padding:0;
margin:0;
z-index:6;
display:none;
background:white; 
filter:alpha(opacity=0); 
opacity:0;
}
.nivo-slice {
display:block;
position:absolute;
z-index:5;
height:100%;
top:0;
}
.nivo-box {
display:block;
position:absolute;
z-index:5;
overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-directionNav a {
position:absolute;
top:45%;
z-index:9;
cursor:pointer;
padding: 10px; 
background: #444; 
color: white; 
text-decoration: none; 
opacity: 0.7;
}
.nivo-prevNav {
left:0px;
border-radius: 0 5px 5px 0;
}
.nivo-nextNav {
right:0px;
border-radius: 5px 0 0 5px;
}
.nivo-controlNav {
text-align:center;
padding: 15px 0;
}
.nivo-controlNav a {cursor:pointer;}
.nivo-controlNav a.active {
font-weight:bold;
}
/*****/
.bg-yellow{margin-right:10px}
.pseudo-link{cursor:pointer;color:#247FE8}
.pseudo-link:hover{cursor:pointer;text-decoration:underline;}
.sep{height:20px}

p.fempty{height:5px;}
p.form-search select, span.form-search, button.form-search{width:100% !important;padding: 5px;}
.price_label {width: 50%;font-weight: bold;}
input.input-price {text-align: right;padding: 5px;margin: 5%;width: 70px !important;}
/*#about-an{background: url("../images/about-umans.png") no-repeat;}*/

@media only screen and (max-width:1000px) {
  #kurs-com-ua-informer-main-ukraine-222x130-blue-container {display:none;}
}
@media only screen and (max-width:900px) {
  .description_site {display:none;}
  div.content {width:98%;}
  .sidebar.sidebar1 {width:100%;}
  #com {display:none;}
  #mob {display:block;}
  div.content div.content-wrap{border:none;}
}
@media (max-width: 767px) {
  div.ns-descr-icons div.r1 {float: none;}
  div.ns-descr-icons div.r2 {float: none;}
  div.ns-descr-icons div.r2 div.social {padding: 0;}
  div.all {
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -o-box-shadow: none 0 3px #888;
    -webkit-box-shadow: none 0 3px #888;
    -moz-box-shadow: none 0 3px #888;
    box-shadow: none 0 3px #888;
    margin: 0;
  }
  div.all-wrap {width: 100%;}
  div.content {width: 100%;float: none;}
  div.content div.content-wrap {margin: 20px;padding: 0;border: none;}
  div.sidebar1 {width: 100%;float: none;}
  div.sidebar1 div.sidebar1-wrap {
    margin: 0;
    padding: 20px;
    background: #f0f0f0;
    border: none;
  }
  div.onerow .col {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  img {max-width: 100%;height: auto;}
  div.MainMenu {height: auto;margin: 0;}
  div.MainMenu li {display: inline-block;margin: 0;float: none;}
  div.MainMenu li a {text-align: left !important;}
  .MainMenu .wrap {display:none;}
  .MainMenu .wrap-mmenu {display:block;}
  #content-body.nav-open + #r-navigation-menu {display: block;z-index: 3;}
  #content-body.nav-open {
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }
  .mm-listview>li>a, .mm-listview>li>span {color:#FFF !important;text-transform:uppercase;} 
  /*#r-navigation-menu ul li.group ul li {list-style-type:none;} */
  #r-navigation-menu ul li {list-style-type:none;} 
  #r-navigation-menu ul li.group ul li > a {color:#FFF !important;margin-left:30px;padding:5px 0;display:block;} 
  
}

@media only screen and (max-width:784px) {
  .header-images{display:none;}
  .header-logo, .header-name {width:50%;}
  .footer-wrap-content{width:70%;}
}
@media only screen and (max-width:425px) {
  div.content div.content-wrap{margin:10px;}
  .header-logo {display:none;}
  .header-name {width:100%;}
  .cell.id-notice.border-notice{display:none !important;}
  div.box div.row div.cell.details {display: table-row;}
  .logo24 {width: 88px;}
  div.footer div.footer-wrap{padding: 20px 4px 30px 5px;}
}
@media only screen and (max-width:425px) {
  div.MainMenu2 ul.menu > li > a {padding: 0 8px;}
}