/* Drupal 7 Framework - Created by André Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
11.CSS Support

Font sizes: 16px base font with 24px line-height
------------------------------------------------
       font-size / line-height / margin-top
------------------------------------------------
40px = 2.5em     / 1.2         / 0.6em
32px = 2em       / 1.5         / 0.75em
24px = 1.5em     / 1           / 1em
20px = 1.25em    / 1.2         / 1.2em
16px = 1em       / 1..5        / 1.5em
14px = 0.875em   / 1.7143      / 1.7143em
13px = 0.8125em  / 1.8462      / 1.8462em
12px = 0.75em    / 2           / 2em
10px = 0.625em   / 2.4         / 2.4em

Equation for font sizing: 
  Desired px ÷ Default (or parent) px = em size
------------------------------------------------*/

/**
 * 0.RESET 
 */

@import "reset.css";

/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Noto+Serif:400,400i&subset=cyrillic');*/

/**
 * 1.GLOBAL
 */

body {
  background:#fafafa;
  color: #333;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5; 
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: Bold;
}

h1#page-title {
  font-size:22px;
  /*border-bottom: 3px solid #dbe3ef;*/
  padding-bottom:10px;
  margin-top:25px;
}
.node-type-news h1#page-title {
  font-family: 'Noto Serif', serif;
}


#header-wrap, #navigation, #block-quicktabs-fresh-and-new ul.quicktabs-tabs, .news-block-lid , .person-title , .poll .title , #footer-wrap, .green-txt,
.pager-load-more a {
  font-family: 'Noto Sans', sans-serif;
}

h1, .h1 {
  font-size: 30px;
  line-height: 1.5;
  margin: 20px 0 30px;
}

h2, .h2 {
  font-size: 20px;
  line-height: 1;
  margin-top: 1em;
}

h3, .h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 1.2em;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5em;
}

p {
  font-size: 14px;
  line-height: 1.7143;
  margin: 0 0 1.7143em 0;
}

em {
  font-style: italic;
}

a { color: #56ac68; text-decoration: none; }

a:visited { color: #004a1a; }

a:hover, a:active, li a.active  { color: #197b30; }

a:focus { outline: 0;}

a:hover, a:active { outline: 0; }

/* apply common styling after reset.css */

li ul, li ol {  margin: 0; }
ul, ol {  margin: 0 1.5em 1.5em 0;  padding-left: 1.5em; }
ul {  list-style-type: disc; }
ol {  list-style-type: decimal; }
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr {  background: #666;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4375em;  padding: 1.5em; }
table {  margin-bottom: 1.5em;  width: 100%; }
th, tr, td {  vertical-align: middle; }
th { padding-right: 1em; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

strong {
  font-weight: bold;
}

input#edit-field-date-value-value-datepicker-popup-0 {
    border: 1px solid #eaeaea;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    margin-bottom: 10px;
    line-height: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    line-height: 0;
    width: 110px;
}

.fa {color: #bebebe;}


blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  font-style: italic;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #56ac68;
  border-right: 2px solid #56ac68;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote p {
  font-size:16px;
  font-style: italic;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #56ac68;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}


/*PAGER*/

.item-list .pager {
  margin-bottom: 30px;
}

.item-list .pager li {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 10px;
  font-size: 18px;
}

.item-list .pager li:hover, .item-list .pager li:focus {
  border: 1px solid #57ad68;
}

/**
 * 2.LAYOUT
 */

#footer-wrap, #menu-wrap {
  background: #212121;
}

#footer-wrap{
  margin: 30px 0 0 0;
}

.container  {
  margin: 0 auto;
  padding: 0 20px;
  width: 1250px;
}


/*HEADER */

#top-top {
  background: #fff;
  margin: 19px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 0 5px 0;
}

#block-block-2, #block-weather-system-1, #time {
  float: left;
  margin: 0;
}
#block-block-2 {
  width: 310px;
  margin-right: 20px;
}

#block-block-2 i {
  color: #333;
  float: left;
  margin-right: 5px;
  padding-top: 2px;
}

#block-block-12 {
    padding-right:20px;
}

#time {
  font-family: "Noto Sans",sans-serif;
}

.weather-icon img{
  width: 30px;
  height: 30px;
  margin: -10px 5px 0 0;
  float: left;
}
.weather-place a {
  color: #333;
  margin-right: 5px; 
}

section {
  position: relative;
}

/**
 * 3.MAIN
 */

/* 1 column: global values*/

#main {
  display: inline;
  margin: 0;
}

#block-superfish-1 {
  margin-bottom: 0;
}

/* 3 columns */

body.two-sidebars #main {
  float: left;
  margin: 0 0 0 240px;
  padding: 0;
  width: 460px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 700px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #main {
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 935px;
}

/**
 * 4.SIDEBARS
 */

/* 3 columns: sidebar-first */

body.two-sidebars #sidebar-first {
  float: left;
  margin: 0 0 0 -700px;
  padding: 0;
  width: 220px;
}

/* 3 columns: sidebar-second */

body.two-sidebars #sidebar-second {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #sidebar-first {
  float: left;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #sidebar-second {
  float: right;
  margin: 10px 0 0 9px;
  padding: 0;
  width: 306px;
  /*margin-top: -117px;*/
}

.not-front #main section {
  background: #fff;
}

#main section .content,
.view-depb-view-page .view-content,
.view-otzivy-reclamodateley-page-1 .view-content{
  padding: 20px;
  background: #fff;
}

/*
TOP BANNER
*/

#top_banner {
  margin-top: 20px;
}

.region-top-banner .block {
  margin: 0;
}

#block-views-user-header-block-block {
  margin-top: -7px;
}

#block-views-user-header-block-block a {
  color: #333;
}

/**
 * 5.HEADER
 */

#header {
  margin: 20px 0;
  
}

#header #logo {
  float: left;
  padding-top: 8px;
  margin-right:40px;

}
#header a#logo {
  height: 54px;
}

#header #site-name-slogan {
  float: left;
  margin: 0 0 1.5em;
}

#header #site-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

#header #site-name a:hover {
  text-decoration: none;
}

#header #site-slogan {
  margin: 0;
}

.region.region-header {
    padding-top: 19px;
}

a.btn-login {
  padding: 8px 44px;
  margin-right: 10px;
  background: #212121;
  border: 1px solid #212121;
}

a.btn-registr {
  background: #55ac68;
  padding: 8px 14px;
  border: 1px solid #55ac68;
}

a.btn-registr, a.btn-login,
a.btn-registr i, a.btn-login i{
  color: #fff;
}

a.btn-registr:hover, a.btn-login:hover {
  background: #fff;
  color: #55ac68;
  border: 1px solid #000;
}

a.btn-registr:hover i, a.btn-login:hover i {
  color: #55ac68;
}

#block-search-form,
#block-views-exp-search-results-page {
  width: 355px;
  margin-top: -25px;
}

.region-header section {
  float: right;
  margin: 0;
}

#block-block-3 {
  float: left;
}

#block-blockify-blockify-page-title {
  border:0;
  margin: 0;
}

#main #block-blockify-blockify-page-title .content {
  padding: 0;
}

 #main #block-blockify-blockify-page-title h1#page-title {
  text-align: center;
  margin: 0;
  border-bottom: 0;
  padding: 20px;
}

#conten-wrap #block-blockify-blockify-page-title{
  border:0; 
  border-bottom: 2px solid #eaeaea;
}
/**
 * 6.NAVIGATION
 */

#navigation {
  clear: both;
  margin: 0;
  padding: 0;
  background: #212121;
}

#navigation ul#menu-wrap {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul#menu-wrap li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul#menu-wrap li a {
  display: block;
  padding: 0 2em 0 0;
}

#navigation ul#secondary-menu {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li a {
  display: block;
  padding: 0 2em 0 0;
}

.breadcrumb {
  clear: both;
  padding: 1.5em 0 0;
}

#skip-link {
  position: absolute;
}

/* menus and item lists */

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/* admin tabs */

.tabs-wrapper {
  border-bottom: 1px solid #333;
  margin: 0 0 1.4375em;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0 1em;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}



#conten-wrap .block, .view-depb-view-page,
.view-depb-view-page .view-content,
.view-otzivy-reclamodateley-page-1 .view-content{
 background: #fff;
 border-bottom: 2px solid #bebebe;
 border-left: 1px solid #eaeaea;
 border-right: 1px solid #eaeaea;
}

/*body.not-front.sidebar-second #main {
  margin-top: 10px;
}*/


#conten-wrap #block-views-main-news-block,
#conten-wrap #block-views-news-block,
#conten-wrap #block-block-1{
  border: none;
  background: none;
}

#conten-wrap #block-views-main-news-block .content,
#conten-wrap #block-views-main-news-block-1 .content,
#conten-wrap #block-views-news-block .content,
#conten-wrap #block-block-1 .content {
  padding: 0;
  background: none;
}

/**
 * 7.NODES
 */

.node {
  margin-bottom: 1.5em;
}


article {
  padding: 20px;
  background: #fff;
  border-bottom: 2px solid #57ad68;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-bottom: 30px;
  position: relative;
}

.not-front #main h1#page-title {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin: 0;
  padding: 20px 20px 0 20px;
  background: #fff;
}

/* tags */

.field-name-field-tags {
  margin: 0 0 1.5em;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/* profile */

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

.password-parent {
  width: 36em;
}

/**
 * 8.COMMENTS
 */

#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

/**
 * 9.BLOCKS
 */

.block {
  margin-bottom: 1.5em;
}



/* #block-block-42,#block-block-43 {
  display: inline-block;
}
*/

#block-views-exp-search-results-page {
  padding-right: 0px;
  padding-top:6px;
}

aside .block {
  background:#fff;
  margin-bottom: 2.5em;
}

aside .block .content {
  padding: 20px 16px;
}

h2.block-title{
  color: #333;
  padding: 15px 0;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  background: #fff;
}


/*h2.block-title:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

h2.block-title::before {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/ribbon.png") no-repeat scroll 0 0;
    left: 10px;
    width: 32px;
    height: 47px;
    top: -12px;
}

.block-pull h2.block-title::before {
  left: 0px;
}*/



h2.block-title a,
h2.block-title a:hover,
h2.block-title a:focus {
  color: #292f39;
}

aside .block h2.block-title {
  font-size:18px;
  margin-bottom: 5px;
}


#block-block-5 #mc-last {
  height: 350px;
  width:250px;
  outline-style: none;
  overflow-x: hidden;
  overflow-y: scroll;
}

#mc-last .mc-avatar {
  border-radius:18px!important;
  opacity: 0.6;
}

#mc-last .mc-avatar:hover {
  opacity: 1.0;
}


#mc-last .cc-last .mc-comment-body {
  font-style:italic!important;
  font-family: "Noto Serif", serif!important;
}

#mc-last .mc-comment-body:before {
  content: "\" ";
}

#mc-last .mc-comment-footer > a:hover {
  color: #65b32e!important;
}


.node-type-news #main .block-pull .content {
  padding-right: 5px;
}

.block-pull {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-right: 10px;
}

#block-views-pull-rec-block-2 {
  margin-right: 0;
}

.block-pull, .block-pull a {
  font-family: "Noto Sans", sans-serif;
  color: #333;
}

#main .block-pull .content{
  padding: 0px 5px 20px 15px;
}

.block-pull .view-content {
  overflow: auto;
  height: 400px;
}

.block-pull .pull-row {
  margin-bottom: 20px;
}

.pull-row .views-field-title a{
  font-weight: bold;
}
.pull-row .views-field a:hover {
  color: #56ac68;
}

#block-views-short-news-block-1 {
  position: relative;
}

.news-feed .view-content .item-list {
  margin-bottom: 30px;
  background: #fff;
  border-width: 1px 1px 2px 1px;
  border-color: #eaeaea #eaeaea #57ad68 #eaeaea;
  border-style: solid;
  padding: 20px;
}

.news-feed .view-content .item-list h3 {
  background: #fff;
  margin: 0 0 30px 0;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

a.news-btn {
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 15px;
}

.news-btn {
  color: #56ac68;
}
.news-btn:hover {
  color: #197b30;
}

#conten-wrap .short-news-block {
  border-bottom: 2px solid #57ad68;
  /*padding-bottom: 30px;*/
}

#block-views-person-block-block .view-content,
.view-do.view-display-id-block_1 .view-content,
#block-views-work-block-block .view-content,
#block-block-35 #mc-last,
.view-otchet-dep-block  .view-content{
  overflow: auto;
  height: 550px;
}


.view-person-block.view-display-id-page_1 {
  background: #fff;
  padding:20px;
}

.view-person-block.view-display-id-page_1 ul {
  list-style:none;
}

.view-person-block.view-display-id-page_1 .views-row img{
  margin-bottom:30px;
}

.view-person-block.view-display-id-page_1 .views-field-field-person-opisanie{
  font-size:12px;
}

#block-block-6 {
clear: both;
margin-top: 30px;
}

.social-add div {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

.soc-widget {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.soc-widget:nth-child(4) {
    margin-right:0;
}

/**
 * 10.FOOTER
 */

#footer {
  clear: both;
  padding: 30px;
  position: relative;
  background: #212121;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.6667em;
}

#footer-end {
  background: #000;
}

#footer-end .container{
  background: #000;
  height:30px;
}

/**
 * 11.CSS SUPPORT
 *
 * Built-in classes:
 * .clearfix                            | contain floats
 * .element-invisible                   | hide element visually
 * .element-invisible.element-focusable | allow element to be focusable when navigated to via keyboard
 * .element-hidden                      | hide visually and from screenreaders
 */
 
/* clear floats */
.clear { clear: both; }

/* display block */
.display-block { display: block; }

/**
 * MENU
 */

#block-nice-menus-1 {
  margin-bottom: 0;
  width: 80%;
  float: left;
}

ul#nice-menu-1 {
  background: #212121;
}

ul.nice-menu li,ul.nice-menu-down li.menuparent , ul.nice-menu .nolink {
  background: #212121!important;
  border:none;
  font-weight: bold; 
}
ul.nice-menu-down li.menuparent {
  margin-right:0;
}

ul.nice-menu-down .menuparent a {
  padding-right: 0px;
  margin-right: 15px;
}

ul.nice-menu li ul {
  margin-top: 24px;
  border: 0;
}

ul.nice-menu li ul li {
  padding: 0;
}

ul.nice-menu li ul li a {
  padding: 5px 0 5px 10px;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  border: 0;
}

ul.nice-menu li ul li a:hover {
  color: #55ac68;
  border: 0;
}

ul.nice-menu li.menu-path-nolink ul{
  margin-top: 8px;
}

ul.nice-menu .menu-path-nolink {
  margin-top: 16px;
}

ul.nice-menu li a:hover, ul.nice-menu .nolink:hover  {
  border-bottom:3px solid #55ac68;
}

ul.nice-menu li, ul.nice-menu .nolink {
  margin-right:20px;
}

ul.nice-menu a, ul.nice-menu .nolink {
  color: #fff;
  text-transform: uppercase;
  padding: 16px 0 11px 0;
  border-bottom:3px solid #212121;
}

#block-block-12 {
  float: right;
  margin: 0;
  font-weight: bold;
}

#block-block-12 .menu-plus {
    margin-top: 3px;
}
#block-block-12 .menu-plus, #block-block-12 .message-me {
    float: left;
}


.message-me {
    margin-top: 15px;
}
#block-block-12 .menu-plus a {
    color: #68b432;
    font-size: 28px;
    font-weight: bold;
    margin-right: 3px;
}
#block-block-12 .message-me a {
    color: #fff;
}


/*PAGER LOAD MORE*/


ul.pager.pager-load-more li{
  float: none;
  padding: 0;
}

.pager.pager-load-more {
  background: #fff;
  padding: 10px 0;
  border: 1px solid #fafafa;
}

/*.pager.pager-load-more:hover{
  border: 1px solid #55ac68;

}
*/
.pager-load-more a{
  color: #333;
  text-transform:uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 375px;
  background: #fafafa;
}

.pager-load-more a:hover{
  background: none;
  border:none;
}


/*SEARCH FORM INPUT*/
.form-item-search-block-form input,
.doska input,
#block-views-exp-search-results-page input{
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    border:1px solid #eaeaea;
}

.doska input {
    width: 305px;
}

.form-item-search-block-form input,
#block-views-exp-search-results-page input{
    width: 230px;
}

#block-search-form #edit-submit,
#edit-submit-do,
#block-views-exp-search-results-page #edit-submit-search-results {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/search-icon.png") no-repeat scroll center center;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    font-size: 0;
    margin-left: -40px;
    padding-top: 24px;
    vertical-align: top;
    width: 28px;
    cursor: pointer;
}

#edit-submit-do {
  margin-left: -50px;
  padding-top: 14px;
}

.doska #edit-title-wrapper label {
  display: none;
}

.doska .views-submit-button {
  padding: 11px 0 0 0;
}


/*SOCIAL LINKS*/


.social {
  height: 25px;
}

#block-block-10 .social a {
  margin:0 5px;
}

.social a {
    background-image: url("/sites/all/themes/bo/img/socseti.png");
    display: inline-block;
    height: 23px;
    width: 22px;
    margin: 0 10px;
}

.social a.soc-vkontakte {
    background-position: 86px 0px;
}
.social a.soc-vkontakte:hover {
    background-position: 86px -29px;
}
.social a.soc-instagram {
    background-position: 55px 0px;
}
.social a.soc-instagram:hover {
    background-position: 55px -29px;
}
.social a.soc-facebook {
    background-position: 120px 0px;
}
.social a.soc-facebook:hover {
    background-position: 120px -29px;
}
.social a.soc-twitter {
    background-position: 188px 0px;
}
.social a.soc-twitter:hover {
    background-position: 188px -29px;
}
.social a.soc-youtube {
    background-position: -34px 0px;
}
.social a.soc-youtube:hover {
    background-position: -34px -29px;
}
.social a.soc-odnokl {
    background-position: 154px 0px;
}
.social a.soc-odnokl:hover {
    background-position: 154px -29px;
}
.social a.soc-rss {
    background-position: 0px 0px;
}
.social a.soc-rss:hover {
    background-position: 0px -29px;
}

.social a.soc-telegramm {
    background-position: 22px -0px;
}
.social a.soc-telegramm:hover {
    background-position: 22px -29px;
}

.telegram-news {
  clear:both;
  width: 360px;
}

.telegram-news img {
  margin: 0 10px 30px 0 ;
}

.telegram-news a {
  color: #197fe3;
}




/*MAIN NEWS*/
.view-main-news .main-news {
  width: 620px;
  background: #fff;
}

.main-news .news-title a{
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.main-news .news-title a:hover {
  color: #7c7c7c;
}

.main-news .news-lid {
  background: #fafafa;
  padding: 20px 30px;
  margin-top: 20px;
  text-align: center;
}

.main-news .news-lid a{
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #333;
}

.main-news .news-info {
  border-left:1px solid #eaeaea;
  border-right:1px solid #eaeaea;
  border-bottom:2px solid #57ad68;
  padding: 20px;
  height: 245px;
} 

/*BLOKS MAIN NEWS*/
.main-news-left, .main-news-right {
  float: left;
}

.main-news-left {
  width: 620px;
}

.main-news-right {
  width: 303px;
  margin-left: 8px;
  background: #fff;
  border:1px solid #eaeaea;
}

.view-main-news-block-1 .view-footer .view-content {
  padding: 0 20px;
}

.main-news-right .view-content {
  padding: 20px 20px 0 20px;
}

.main-news-right .item {
  border-bottom:1px solid #eaeaea; 
  margin-bottom: 10px;
}

#block-views-main-news-block{
  margin-bottom: 10px;
}
#block-views-main-news-block-1{
  height: 640px;
  margin-bottom: 10px;
}
#block-block-1 {
  margin: 0;
  clear: both;
}

/*SPISOK GLAVNIH NOVOSTEY*/

.view-main-news .news-list a{
  color: #333;
}

.view-main-news .news-list a:hover {
  color: #7c7c7c;
}

.view-main-news .news-shortdate {
  float: right;
  color: #7c7c7c;
  font-size: 12px;
}

/*LENTA NOVOSTEY*/
.view-news ul {
  padding: 0;
  list-style: none;
}
.view-news ul li {
  float: left;
  vertical-align: top;
  width: 305px;
  margin: 0 10px 10px 0;
  background: #fff;
}

.view-news .news-info {
  border-left:1px solid #eaeaea;
  border-right:1px solid #eaeaea;
  border-bottom:2px solid #eaeaea;
  padding: 20px 10px;
  height: 200px;
  position: relative;
}

.view-news .news-info:hover {
  border-bottom:2px solid #212121; 
} 

.view-news ul li:nth-child(3n) {
  margin-right: 0; 
}

.news-term {
  float: left;
}
.news-term a{
  color: #57ad68;
  font-size: 12px;
}

.news-date {
  float: right;
  color: #7c7c7c;
  font-size: 12px;
}

.view-news .news-title {
  margin-top: 10px;  
}

.view-news .news-title a{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
}

.view-news .news-lid a{
  color: #333;
  font-family: "Noto Sans", sans-serif;
}

.view-news .news-title,
.view-news .news-lid{
  margin-bottom: 10px;
}

.lenta-avtor {
  font-size:12px;
  color: #666;
}

.view-news .news-attr a {
  color: #bebebe;
}

.view-news .news-title a:hover {
  color: #7c7c7c;
}

.view-news .news-attr {
  float: right;
  font-size: 12px;
  color: #bebebe;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.view-news .news-attr a:hover, .view-news .news-attr i:hover {
  color: #55ac68;
}

/*END LENTA NOVOSTEY*/

#conten-wrap #block-block-17,
#conten-wrap #block-block-18 {
  border-bottom: 1px solid #eaeaea;
}


#block-block-18 .content, #block-block-17 .content {
  display: none;
}

#block-block-18 h2.block-title,#block-block-17 h2.block-title{
  margin: 0;
  border: 0;
}

/*NAM SOOBCHAYUT*/

.view-short-news ul,
.view-otchet-dep-block-1 ul {
  list-style: none;
  padding-left: 0;
}

.view-short-news .view-content ul li, 
.view-otchet-dep-block-1 .view-content ul li{
  display: inline-block;
  width: 435px;
  position: relative;
  margin: 0 19px 30px 0;
  vertical-align: top;
  height: 145px;
}

.view-short-news .view-content ul li:nth-child(2n),
.view-otchet-dep-block-1 .view-content ul li:nth-child(2n) {
  margin: 0 0 20px 0;
}

.view-short-news img,
.view-otchet-dep-block-1 img{
  float: left;
  margin-right: 10px;
}
.view-short-news .news-title a,
.view-otchet-dep-block-1 .news-title a {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

.view-short-news .news-title a:hover,
.view-otchet-dep-block-1 .news-title a:hover{
  color: #7c7c7c;
}

.view-short-news .news-autor {
  color: #7c7c7c;
  font-size: 12px;
}

.news-stat {
  float: left;
  position: absolute;
  bottom: -3px;
  left: 140px;
  font-size: 12px;
}

.news-stat a {
  color: #bebebe;
  margin-right: 5px
}

.view-short-news .news-date {
  position: absolute;
  font-size: 12px;
  bottom: -3px; 
  right: 0;
  color: #bebebe;
}

/*VIDEO PAGE*/

.view-videonews.view-display-id-page ul {
  padding:0;
}

.view-videonews.view-display-id-page ul li {
  list-style: none;
}

.view-videonews.view-display-id-page ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 30px 0;
  width: 260px;
}

.view-videonews.view-display-id-page ul li:nth-child(3n) {
  margin-right:0;
}


.view-videonews.view-display-id-page ul li a {
  color: #222;
}

.view-videonews.view-display-id-page ul li a:hover {
  color:#65b32e;
}


/*Carousel*/

.jcarousel-video {
  padding-bottom: 20px;
}

ul.jcarousel {
  padding-left: 15px!important;
}

.jcarousel-video .jcarousel-clip-horizontal {
  overflow: hidden;
  width: 100%;
}

.jcarousel-video .jcarousel-container-horizontal {
  margin: auto;
  padding: 0 40px;
}

.jcarousel-video .jcarousel-item-vertical {
    margin: 4px 0;
}

.jcarousel-video .jcarousel-item {
    height: 260px;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    text-align: left;
    /*width: 260px;*/
    margin-right: 21px;
}

.jcarousel-video .jcarousel-item:nth-child(3n){
  margin: 0;
}
.jcarousel-video .jcarousel-item .views-field {
  width:260px;
}

.jcarousel-video .jcarousel-navigation {
    margin: 0;
    padding: 0;
}
.jcarousel-video .jcarousel-navigation li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
}
.jcarousel-video .jcarousel-navigation li.active a {
    font-weight: bold;
    text-decoration: none;
}

.jcarousel-video .jcarousel-next-disabled, 
.jcarousel-video .jcarousel-prev-disabled {
    display: none;
}


.jcarousel-video .jcarousel-next-horizontal {
    position: absolute;
    right: 7px;
    top: 55px;
}


.jcarousel-video .jcarousel-next {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/next.png") no-repeat scroll center center;
    display: block;
    height: 75px;
    width: 25px;
}

.jcarousel-video .jcarousel-next:hover {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/next-hover.png") no-repeat scroll center center;
}

.jcarousel-video .jcarousel-prev-horizontal {
    left: 7px;
    position: absolute;
    top: 55px;
}

.jcarousel-video .jcarousel-prev {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/prev.png") no-repeat scroll center center;
    display: block;
    height: 75px;
    width: 25px;
}

.jcarousel-video .jcarousel-prev:hover {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/prev-hover.png") no-repeat scroll center center;
}

.jcarousel-video .views-field-field-video-date {
  font-size:13px;
}

.jcarousel-video .views-field-title a,
.jcarousel-video .views-field-title a:hover,
.jcarousel-video .views-field-title a:focus {
  color: #333;
}


/*
    POLL
*/

.poll .vote-form {
    text-align: center;
}


#block-poll-recent ul,
.poll .vote-form ul{
  margin-top: 8px;
  padding-left: 0px;
}

#block-poll-recent ul li,
.poll .vote-form ul li{
list-style: none;
font-size: 12px;
}

#block-poll-recent li.last,
.poll .vote-form li.last{
  color: #3b3b3b;
}

#poll-view-voting input,
.poll .vote-form input{
  color: #57ad68;
  background: none;
  padding: 7px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  border: 2px solid #57ad68;
  border-radius: 0;
  font-size: 11px;
  cursor: pointer;
}

#poll-view-voting input:hover,
.poll .vote-form input:hover{
  background: #57ad68;
  color: #fff;
}


#block-poll-recent li.first a , #block-poll-recent li.last a,
.poll .vote-form li.first a, .poll .vote-form li.last a{
  color: #7c7c7c;
}

#block-poll-recent li.first a:hover , #block-poll-recent li.last a:hover,
.poll .vote-form li.first a:hover, .poll .vote-form li.last a:hover{
  color: #57ad68;
}

#block-poll-recent li.first,
.poll .vote-form li.first{
  float: left;
}

#block-poll-recent li.last,
.poll .vote-form li.last{
  float: right;
}

.block-poll input[type="radio"],
.poll .vote-form input[type="radio"]{
    display: none;
}

.block-poll input:hover,
.poll .vote-form input:hover{
  background: #67aa2d;
}

.block-poll label::before,
.poll .vote-form label:before{
    border-radius: 8px;
}
.block-poll label::before,
.poll .vote-form label:before{
    background-color: #E8E8E8;
    bottom: 1px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.8);
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
}
.block-poll label,
.poll .vote-form label{
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 25px;
    position: relative;
}

.block-poll label:hover, .block-poll label:focus,
.poll .vote-form label:hover, .poll .vote-form label:focus{
  color: #57ad68;
}


input[type="radio"]:checked + label::before {
    color: #57ad68;
    content: "\2714";
    font-size: 20px;
    line-height: 16px;
    text-align: center;
}


/*DEP AND OTZIV RECLAME*/
.dep-rec{
  display: inline-block;
  width: 455px;
  height: 505px;
  vertical-align: top;
  overflow: hidden;
}

.dep-rec, .dep-rec a {
  font-family: "Noto Sans", sans-serif;
  color: #333;
}

.dep-rec a:hover {
  color: #55ac68;
}

.dep-rec .content {
  padding: 0 20px 20px;
}

#block-views-otzivy-reclamodateley-block {
  margin-right: 15px;
}

#block-views-otzivy-reclamodateley-block .view-footer {
 position: absolute;
 bottom: 5px;
 left: 35%;
}

.scrolling {
  overflow: auto;
  height: 380px;
}

.otrec-img {
  width: 75px;
  height: 75px;
  float: left;
  margin-bottom: 23px;
}

.otrec-title, .otrec-text, .otrec-okrug{
  margin-left: 85px;
}

.otrec-okrug a {
  color: #7c7c7c;
  font-size: 12px;
}

.otrec-title a {
  font-weight: bold;
}

.dep-rec .view-footer {
  text-align: center;
}

.dep-rec .view-footer a {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.dep-rec .views-row {
  clear: both;
}

/*
MNENIA BLOCK
*/
.view-person-block,
.view-otchet-dep-block{
  font-size: 13px;
}

#block-views-person-block-block .views-field-field-person-foto,
.view-otchet-dep-block .views-field-field-news-image {
  float: left;
  height: 75px;
  margin-bottom: 20px;
}

.view-person-block .views-field-field-person-foto img,
.view-otchet-dep-block .views-field-field-news-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
/*Добавим вот такой вот код*/
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
/*конец кода с transition*/
}
.view-person-block .views-field-field-person-foto img:hover,
.view-otchet-dep-block .views-field-field-news-image img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}

.view-person-block .person-title a,
.view-otchet-dep-block .person-title a{
  color: #333;
}

.view-person-block .person-title a:hover,
.view-person-block .person-title a:focus,
.view-otchet-dep-block .person-title a:hover,
.view-otchet-dep-block .person-title a:focus{
  color: #55ac68;
}

.view-person-block .views-row,
.view-otchet-dep-block .views-row{
  clear: both;
  margin-bottom: 20px;
}

.view-person-block .person-title,
.view-otchet-dep-block .person-title {
  margin-left: 85px;
}

.view-person-block .views-field-field-person-lid {
  font-style: italic;
  color:#222;
}

.view-person-block.view-display-id-page_1 ul {
  list-style: none;
  padding:0;
}

.view-person-block.view-display-id-page_1 ul li {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  margin: 0 40px 30px 0;
}

.view-person-block.view-display-id-page_1 ul li:nth-child(3n) {
  margin-right:0;
}

.view-person-block.view-display-id-page_1 .person-title{
  font-weight: bold;
    font-size:14px;
}

.view-opinions.view-display-id-page .person-title,
.view-opinions.view-display-id-page .views-field-field-person-lid {
  margin: 0;
}

.view-opinions.view-display-id-page .views-field-field-person-lid {
  font-size:13px;
}

.view-opinions.view-display-id-page .views-field-field-person-foto {
  float: none;
  height: 170px;
}

/*FANCY LOGIN */

#fancy_login_login_box {
  width: 350px;
}


/*CHOSEN*/

.chosen-container-single .chosen-single {
  background: none;
  border-radius: 0;
  color: #333;
  height: 30px;
  border: 1px solid #eaeaea;

}

/*DEPUTATI*/

.page-deputaty-berdska h1 {
  display: none;
}

.page-deputaty-berdska #block-views-short-news-block-3 {
  margin-top: 5px;
}

.view-depb-view {
  position: relative;
}

.view-depb-view article {
  padding: 0;
  border: 0;
}

.view-depb-view .view-filters {
  position: absolute;
  right: 0;
  top: 10px;
}

.view-depb-view .views-exposed-form .views-exposed-widget {
  padding: 0 10px 0 0;
}

.view-depb-view #edit-field-depb-okrug-value-wrapper label,
.view-depb-view #edit-field-depb-okrug-value-wrapper  .views-widget {
  float: left;
  margin-left: 10px;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;

}
.view-depb-view #edit-field-depb-okrug-value-wrapper label {
  color: #57ad68;
  padding-top: 7px;
}

#edit_field_depb_okrug_value_chosen {
  width: 130px!important;
}

#edit_field_depb_okrug_value_chosen .chosen-drop {
  width: 300px;
}

.chosen-container-single .chosen-single span {
  padding-top: 3px;
}


.view-depb-view header h2{
  margin: 20px 0 20px 20px;
}

.view-depb-view header h2 a {
  color: #333;
}

.view-depb-view-page .field-depb-foto {
  width: 365px;
  height: 480px;
  margin-right: 20px;
  float: left;
}

.view-depb-view-page .field-depb-fio {
  font-weight: bold;
  font-size: 16px;
}

#block-block-13 {
  margin: 30px 0;
  padding: 0;
  border-bottom: 3px solid #57ad68;
}

#block-block-13 h2.block-title {
  margin: 0;
}

/*OTZIVI RECLAMODATELEY*/

.page-otzivy-reclamodateley .view-otzivy-reclamodateley ul{
  padding: 0;
}

.page-otzivy-reclamodateley .view-otzivy-reclamodateley ul li, .page-partners .view-pull-rec ul li.views-row {
    clear: both;
    font-style: italic;
    list-style: outside none none;
    margin-bottom: 30px;
    margin-right: 21px;
    min-height: 220px;
}
.page-otzivy-reclamodateley a.readmore-link, .page-partners a.readmore-link, .page-otzivy-reclamodateley .view-pull-rec a, .page-partners .view-pull-rec a, .node-pul-rec .field-name-body a {
    color: #005580;
}
.page-otzivy-reclamodateley a.readmore-link:hover, .page-partners a.readmore-link:hover {
    color: #529ebf;
}
.page-otzivy-reclamodateley .webform-client-form-33639 {
  background: #e6e6e6 none repeat scroll 0 0;
  text-align: center;
}
.page-otzivy-reclamodateley .webform-component--kak-nas-nayti h2 {
    clear: both;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
.page-otzivy-reclamodateley .webform-component--karta {
    margin-left: 30px;
    margin-right: 40px;
}
.page-otzivy-reclamodateley .view-otzivy-reclamodateley .views-field-title {
    font-weight: bold;
}
.page-otzivy-reclamodateley .view-otzivy-reclamodateley .views-field-title, .page-otzivy-reclamodateley .view-otzivy-reclamodateley .views-field-body {
    font-size: 15px;
}
.page-otzivy-reclamodateley .view-otzivy-reclamodateley .views-field-field-reclame-foto, .page-partners .view-pull-rec .views-field-field-pul-img {
    float: left;
    margin-right: 15px;
}
.page-otzivy-reclamodateley .view-otzivy-reclamodateley .views-row-even .views-field-field-reclame-foto, .page-partners .view-pull-rec .views-row-even .views-field-field-pul-img {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.page-partners .view-pull-rec .views-field-title {
  font-size:20px;
}



/*TABS*/

div.horizontal-tabs {
  text-align: center;
  border: 0;
}

div.horizontal-tabs .horizontal-tabs-panes {
  text-align: left;
}

.horizontal-tabs fieldset.horizontal-tabs-pane {
  padding: 0;
}

.horizontal-tabs ul.horizontal-tabs-list {
  background: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 0;
  display: inline-block;
  //display: inline;
  zoom:1;
  width: auto;
  text-transform: capitalize;
  font-family: "Noto Sans", sans-serif;
}

.horizontal-tabs ul.horizontal-tabs-list li {
  background: #fff;
  border: 0;
  display: inline;
  text-align: center;
}

.horizontal-tabs ul.horizontal-tabs-list .selected strong {
  color: #333;
}

.horizontal-tabs ul.horizontal-tabs-list li a{
  border-bottom: 3px solid #fff;
  border-right: 0;
  border-left: 0;
  color: #333;
  padding: 15px 0;
  margin: 0 10px;
}

.horizontal-tabs ul.horizontal-tabs-list li a:hover,
.horizontal-tabs ul.horizontal-tabs-list li.selected a {
  background: #fff;
  border-bottom: 3px solid #56ac68;
  color: #333;
  padding: 15px 0;
}

.horizontal-tabs ul.horizontal-tabs-list li:hover, .horizontal-tabs ul.horizontal-tabs-list li:focus {
  background: #fff;
  border:0;
}

/*TOOLTIP*/

.tooltip {
padding: 5px;
font-size: 11px;
opacity: 0.85;
filter: alpha(opacity=85);
background-repeat: no-repeat;
background-image: url(tooltip.gif);
}
.tooltip-inner {
padding: 5px 10px;
max-width: 200px;
pointer-events: none;
color: white;
text-align: center;
background-color: black;
border-radius: 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.tooltip-bottom {
background-position: top center;
}
.tooltip-top {
background-position: bottom center;
}
.tooltip-left {
background-position: right center;
}
.tooltip-right {
background-position: left center;
}

/*SECTION MAIN*/





/*END TOOLTIP*/

footer {
  margin: 40px 0;
  color:#fff;
}

footer #container {
  padding: 30px 10px;
}

footer section {
  float: left;
}


.footer-logo {
  margin: 7px 325px 30px 0;
  float:left;
}
#footer hr {
  height:2px;
}

.newscat-footer {
  margin-top: -8px;
}

ul.newscat-footer li, ul.footer-menu li {
  list-style: none;
  line-height:25px;
}

ul.newscat-footer li a{
  color:#7a7f86;
}

ul.newscat-footer li a:hover {
  color:#55ac68;
}

ul.footer-menu li a {
  text-transform:uppercase;
}

ul.newscat-footer li a.news-footer,  ul.footer-menu li a{
  color:#fff;
}

ul.newscat-footer li a.news-footer:hover,  ul.footer-menu li a:hover{
  color:#55ac68;
}

#block-block-7{
  width: 565px;
  margin-right:30px;
}

#block-block-7 p{
  font-size:12px;
}

#block-block-8 {
  margin-right: 0px;
}

#block-block-9 {
  width: 180px;
}

#block-block-10 {
  height:360px;
  width: 280px;
  margin-left: 20px;
}

#block-block-10 ul.footer-menu {
  margin: 0 0 5px 0;
  padding: 0;
}

#block-block-10 .social{
/*  position:absolute;
  top:130px;
  left: -8px; */
  margin: 10px 0;
}


#block-block-10 .ext {
    margin-top:10px;
}


#block-block-10 .ext a{
    color: #5bb563;
}

/*NEWS*/

.node-type-news .field-news-type a{
   color:#57ad68;
}

.node-type-news .field-avtor {
  clear: both;
  margin: 20px 0;
  color:#7c7c7c;
}

.node-type-news .field-news-type, .node-type-news .field-date, .node-stat {
  float: left;
  font-size: 12px;
}

.node-type-news .field-news-type {
  margin-right: 15px;
  margin-bottom: 15px;
}

.node-type-news .field-news-image,
.node-person .field-person-foto {
  width: 420px;
  height: 255px;
  float: left;
  margin: 0 15px 95px 0;
}

.node-person .field-person-foto {
  margin-bottom:30px;
}

.node-type-news .field-date {
  color: #7c7c7c;
}

.node-stat {
  position: absolute;
  right: 20px;
  top: 20px;
}

.node-stat, .node-stat a {
  color: #bebebe;
  font-size: 12px;
}

.node-type-news .field-lid, .group-quoting {
  background: url("/sites/all/themes/bo/img/lid.png");
  text-align: center;
  float: left;
  position: relative;
  width: 455px;
  height: 174px;
}

.node-type-news .field-lid .field-item,
.group-quoting .quot-items{
  width: 290px;
  height: 100px;
  position: absolute;
  top: 32%;
  left: 18%;
  font-size: 16px;
}

.group-quoting .field-person-fio {
  font-weight:bold;
}

.group-quoting .field-person-opisanie {
  font-style:italic;
}

.node-type-news .body {
  clear: both;
}

span.caption p {
  text-align: center;
  color: #7c7c7c;
  margin-top: -5px;
  height: 50px;
  padding-top: 25px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.group-news-info {
  margin-bottom:20px;
}

.node-type-news .field-news-type a:hover {
  color:#7c7c7c;
}

.node-type-news .field-news-date{
  float:left;
  color:#b2b2b2;
  font-size:12px;
}

.field-video-date {
  color:#b2b2b2;
  font-size:12px;
  margin-bottom: 5px;
}

.node-type-news .field-news-main-image {
  float: left;
  margin: 0 30px 20px 0;
}

.node-type-news .field-news-main-image p {
  color:#777;
  font-size:13px;
  font-family: "Noto Sans", sans-serif;
}

.node-type-news .field-news-lid{
  margin-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size:18px;
}

.view-similarterms .views-row {
  clear: both;
  line-height: 30px;
}

.context-date {
  font-size: 12px;
  color: #bebebe;
  margin-right: 10px;
}

.context-date, .context-title {
  float: left;
} 

.context-date {
  width: 15%;
}

.context-title {
  width: 83%;
}

.context-title a {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 15px;
  color: #333;
}

#main #block-views-similarterms-block {
  padding-bottom: 20px;
  border-bottom: 2px solid #56ac68;
}

#main #block-views-news-block-1 {
  background: none;
  border: 0;
}

#main #block-views-news-block-1 .content {
  padding: 0;
}

#main #block-views-news-block-1 h2.block-title{
  background: #fff;
  border-bottom: 2px solid #56ac68;
}
.field-news-gallery {
  border-bottom: 3px solid #dbe3ef;
  margin-bottom: 30px;  
}

.field-news-gallery .field-label {
  float: none;
  clear: both;
  font-weight: bold;
  font-size:20px;
  margin-bottom: 30px;  
  border-bottom: 3px solid #dbe3ef;
  font-family: "Noto Sans", sans-serif;
  padding-bottom:5px;
}

.field-news-gallery .field-item ,
.field-event-place-gall .field-item,
.field-pul-gall .field-item{
  display: inline-block;
  margin: 0 20px 30px 0;
}

.field-news-gallery .field-item:nth-child(6n),
.field-event-place-gall .field-item:nth-child(6n),
.field-pul-gall .field-item:nth-child(6n) {
  margin: 0 0 20px 0;
}

.node-pul-rec .field-pul-img {
  text-align:center;
  margin-bottom: 30px;
}

.ya-share-label, .ya-share2 {
  float:left;
  color:#b2b2b2;
  font-family: "Noto Sans", sans-serif;
}

.orphus {
  float: right;
}

.orphus a {
  color: #bebebe;
}

.ya-share-label {
  margin-right:10px;
  margin-bottom:50px;
}

.ya-share2__badge {
  border-radius: 12px!important;
}

#main footer {
  clear:both;
  margin-bottom: 30px;
}

#main .body p {
  font-size:15px;
  line-height:20px;
  margin-bottom:15px;
}

#main .body a {
  color: #197fe3;
}

#main .body table, .page-realty table{
  border: 1px solid #EAEAEA;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
#main .body table td, #main .body table th, 
.page-realty table td, .page-realty table th{
  border: 1px solid #EAEAEA;
  padding: 4px 3px;
}

#main .body table tr:nth-child(even),
.page-realty table tr:nth-child(even) {
  background: #FAFAFA;
}
#main .body table thead,
.page-realty table thead {
  background: #E0E0E0;
  border-bottom: 2px solid #333333;
}
#main .body table thead th,
.page-realty table thead th {
  font-size: 16px;
  font-weight: bold;
  border-left: 2px solid #EAEAEA;
}
#main .body table thead th:first-child,
.page-realty table thead th:first-child {
  border-left: none;
}


/*WORK*/
#main #block-views-work-block-work-main {
  border: 0;
  background: none;  
}

#main #block-views-work-block-work-main .content, #block-views-work-block-work-main .view-work {
    padding: 0;
    background: none;
}

.view-work.doska li {
  position: relative;
}

.view-work.doska .org-name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #7c7c7c;
}

.view-work.doska .body-vis {
  color: #333;
}

.body-vis {
  margin: 10px 0;
}

.click-do {
    cursor: pointer;
}

.click-do h4 {
  padding-bottom: 3px;
  margin-bottom: 7px;
  border-bottom: 1px solid #eaeaea;
}

.work-select {
    padding-top: 3px;
}

#block-block-32 {
  margin-bottom:20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbe3ef;
  text-transform: uppercase;
}

#block-block-32 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid  #dbe3ef;
  background: #fff;
  background-image: none;
}

#block-block-32 .work-choice {
  position: relative;
  display: block;
  width: 137px;
  height: 27px;
  line-height: 2;
  background: #fff;
  overflow: hidden;
}

#block-block-32 select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #222;
  cursor: pointer;
}
#block-block-32 select::-ms-expand {
  display: none;
}

#block-block-32 .work-choice::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #dbe3ef;
  pointer-events: none;
  color:#fff;
}

#block-block-32 .work-choice:hover::after {
  color: #65b32e;
}
#block-block-32 .work-choice::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.work-select, .work-choice {
  float:left;
}
.work-select {
  font-family: "Noto Sans", sans-serif;
  font-weight:bold;
  text-tranform:uppercase;
  margin-right: 5px;
}



.add-vacancy {
    float: right;
    margin-top: -58px;
}

.add-vacancy a {
  font-family: "Noto Sans", sans-serif;
  color:#67aa2d;
  font-size:12px;
}


.view-work .view-header table,
.page-work table {
    margin-bottom: 20px;
    width: 100%;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background: #fff;
}


tbody {
    border-top: 1px solid #ccc;
}

.view-work .view-header table a,
.page-work table a {
  color: #3b3b3b;
}

.view-work .view-header table a:hover,
.view-work .view-header table a:focus,
.page-work table a:hover,
.page-work table a:focus{
  color: #65b32e;
}

.view-work table th, .view-work table td,
.page-work table th, .page-work table td{
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}


.page-work table th, .page-work table td{
    border-bottom: 1px solid #dbe3ef;
}


.view-work table.views-table th, .view-work table.views-table td{
    border: 1px solid #dbe3ef;
}

.view-work table.green th, .view-work table.green td{
    border: 1px solid #65b32e;

}


#block-views-work-block-1 h2.block-title {
  color:#292f39;
  font-size:20px;
}

.view-work {
  font-family: "Noto Sans", sans-serif;
}

.view-id-work h4 {
  margin-bottom: 2px;
  margin-top: 0px;
  font-size:16px;
  font-family: "Noto Serif", serif;
  color: #333;
}

.fl-left {
  float:left;
}
.fl-right, .btn-btm, .btn-up {
  float:right;
}

.btn-btm, .btn-up {
  margin-top: -45px;
  cursor: pointer;
}

.view-display-id-page_3 .btn-btm {
  margin-top: -20px;
}

.grafik, .cont {
  font-size:13px;
  color:#333;
  margin: 15px 0;
  clear:both;
  padding-bottom:5px;
  border-bottom: 1px solid #dbe3ef;
  margin-top:20px;
}
.zanyatost, .cont {
  font-family: "Noto Serif", serif;
  color:#222;
  font-weight:bold;
}

.wrk-bld, .od-name {
  font-weight:bold;
}

.body-vis {
  clear:both;
  color:#777;
  font-size:13px;
}
.org-name-vis {
    color: #222;
    margin-bottom: 5px;
}

.salary {
  font-weight:bold;
  font-size:20px;
  color: #67aa2d;
}

.created-time{
  color:#b2b2b2;
  font-size:12px;
}


.full-od {
  display: none;
  clear:both;
}


.od-cont .cont, .od-cont .od-name, .od-cont .od-phone, .od-cont .od-email {
    margin-bottom: 5px;
}

.od-cont .cont {
    margin: 10px -5px 10px;
    padding-left: 5px;
}

.od-cont {
    padding: 5px 0;
}

.views-field-field-vacancy-salary, .views-field-field-resume-salary {
    font-size: 15px;
    font-weight: bolder;
    width: 16%;
}



/*DO and Work*/

.doska .view-content ul {
  list-style: none;
  padding: 0;
}

.doska .view-content li {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  border-bottom: 2px solid #bebebe;
  padding: 20px;
 /*  min-height: 90px; */
}

.doska .view-content li.node-sticky {
  border: 2px solid #57ad68;
}

.doska .view-content li h4 {
  margin: 0;
}

.doska .view-content .views-field-field-house-photo {
  width: 95px;
}

.doska .view-content .views-field-body {
  width: 700px;
}

.doska .view-content .views-field {
  float: left;
}

.doska .view-content .views-field-created {
  float: right;
}

.doska i, .node-organization i {
  color: #57ad68;
  width: 20px;
}

.contact {
  background: #fafafa;
  padding: 11px;
  width: 165px;
  margin-right: 20px;
}

.cont-field {
  padding: 10px;
  border: 1px solid #eaeaea;
  width: 300px;
}

.node-organization .cont-field {
 width: 350px; 
}

.cont-field, .contact {
  float: left;
}

.od-cont .od-name,
.od-cont .od-phone,
.od-cont .od-email {
  clear: both;
}

.doska table {
  margin: 20px 0;
}

.doska table tbody {
  border: 0;
}

.doska table a {
  color: #333;
}


.page-do h1#page-title {
  text-align: center;
  border-bottom: 0;
}

/*.doska */.add-obv {
  text-align: center;
  background: #fff; 
  margin: 0 0 30px 0;
  padding: 40px 0 30px 0;
  border-width: 1px 1px 2px;
  border-color: #eaeaea #eaeaea #57ad68;
  border-style: solid;
}

/*.doska .view-header*/ .add-obv a.btn-add
 {
  padding: 10px 30px;
  margin: 0 10px;
  color: #fff;
  background: #56ac68;
}

/*.doska .view-header*/ .add-obv a.btn-add i {
  color: #fff;
  margin-bottom: 5px;
}

.view-do.view-display-id-s_vip_bo .views-row {
    background: #fff3b5;
    display: inline-block;
    height: 240px;
    margin-bottom: 25px;
    margin-right: 9px;
    padding: 8px;
    vertical-align: top;
    width: 443px;
    border: 1px solid #eaeaea;
    border-bottom: 2px solid #212121;
}

.view-do.view-display-id-s_vip_bo .views-row:nth-child(2n){
  margin-right: 0;
}

.view-do.view-display-id-s_vip_bo {
    margin-top: 20px;
}
.view-do.view-display-id-s_vip_bo .views-field-field-house-photo {
    float: left;
}
.view-do.view-display-id-s_vip_bo .views-field-title {
    background: #e8e8e7 none repeat scroll 0 0;
    padding: 5px 3px;
}

.prem-phone {
    font-weight: bold;
}
.prem-body, .prem-phone {
    margin-left: 153px;
}
.prem-img {
    float: left;
}

h4.prem-title {
  margin: 0 0 5px 0;
  text-align: center;
}
.prem-title a {
  color: #333;
}

.full-od-categ{

}

.full-od-btn{
  padding: 10px 30px;
  text-align:center;
  cursor: pointer;
  color: #fff;
  background: #56ac68;
}


ul.cat-do {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.cat-do li {
  display: inline-block;
  background: #fff;
  vertical-align: top;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-bottom: 2px solid #c2c2c2;
  width: 263px;
  height: 110px;
  margin: 0 10px 10px 0;
}

ul.cat-do li:nth-child(3n){
  margin: 0 0 10px 0;
}

ul.cat-do li a {
  color: #333;
}

ul.cat-do li h4 {
  margin: 0;
}

ul.cat-do li h4 a{
  color: #333;
  font-size: 18px;
  text-align: center;
}

.premium-add {
  clear: both;
  margin-bottom: 30px;
}

.premium-add .premium-link {
  float: right;
}

.premium-add a, .premium-add i {
  color: #333;
}


.item-list .pager li a {
  color: #333;
}

.doska .view-filters {
  background: #fff;
  border-width: 0 1px 2px 1px;
  border-color: #eaeaea #eaeaea #57ad68 #eaeaea;
  border-style: solid;
  margin-bottom: 30px;
  text-align: center;
}

.doska .views-exposed-widgets {
  margin-bottom: 0;
}

.doska .views-exposed-form {
  width: 400px;
  margin: 0 auto 20px;
  padding: 7px 20px 7px 70px;
  background: #fafafa;
}

.doska .view-header h2.block-title {
  margin: 30px 0 0 0;
  border-width: 1px 1px 0 1px;
  border-color: #eaeaea;
  border-style: solid;
}


.view-do-block-1 .views-row,
.view-work-block .views-row {
  background: #fafafa;
  margin-bottom: 10px;
  padding: 10px;
}

.view-do-block-1 .views-row.sticky-do,
.view-work-block .views-row.stycky-do {
  border: 1px solid #57ad68;
} 

.view-do-block-1 a,
.view-work-block a{
  color: #333;
}

.view-do-block-1 .view-footer {
  text-align: center;
  padding-top: 10px;
}

.view-do-block-1 .view-footer a {
  font-size: 11px;
  font-weight: bold;
}

/*TAXI*/

.taxi {
  margin-bottom: 20px;
  height: 75px;
  clear: both;
}

.taxi img {
  float: left;  
}

.taxi-name, .taxi-zakaz {
  margin-left: 95px;
  font-weight: bold;
}

.taxi-name {
  color: #333;
  padding-top: 15px;
}

.taxi-zakaz {
  color: #56ac68;
  font-size: 11px;
}

/*TABS*/

.tabs-wrapper {
  border: none;
  margin: 0 0 20px;
  font-family: "Noto Sans", sans-serif;
}

.tabs-wrapper ul.primary {
  border-bottom: 1px solid #dbe3ef;
}

.tabs-wrapper ul.primary li a:hover, .tabs-wrapper ul.primary li a.active {
  color: #333;
  background: none;
  border-bottom: 3px solid #6fb83b;
  font-weight:bold;
}

.tabs-wrapper ul.primary li a {
  color: #333;
  margin-right: 10px;
  padding: 15px;
  border-bottom: 3px solid #fff;
  background: none;
}


.form-submit {
  color: #fff;
  background: #00ab3b;
  padding: 8px;
  border: 1px solid #00ab3b;
  border-radius: 0;
  margin-right: 5px;
  cursor: pointer;
}


.galleryformatter .gallery-thumbs .arrow {
  bottom: 7px;
  box-sizing: 
}


.galleryformatter .gallery-thumbs .arrow.back {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/prev.png") no-repeat scroll center center;
    display: block;
    height: 75px;
    width: 25px;
}

.galleryformatter .gallery-thumbs .arrow.back:hover {
     background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/prev-hover.png") no-repeat scroll center center;
}

.galleryformatter .gallery-thumbs .arrow.forward {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/next.png") no-repeat scroll center center;
    display: block;
    height: 75px;
    width: 25px;
}

.galleryformatter .gallery-thumbs .arrow.forward:hover {
     background: rgba(0, 0, 0, 0) url("/sites/all/themes/bo/img/next-hover.png") no-repeat scroll center center;
}


.group-contact{
  margin-top: 30px;
}

.field-house-photo {
  margin: 30px 0;
}

.group-contact i {
  color: #57ad68;
  margin-right: 5px;
}

.group-contact .field-label-inline {
  margin-bottom: 20px;
}

.group-contact .field-label {
  width: 200px;
}

.group-contact a {
  color: #333;
}

.group-contact legend {
    font-weight: bold;
}

/*CATALOG*/

.cat-contact {
  float: left;
  margin-bottom: 30px;
}

.cat-contact .contact,.cat-contact .cont-field {
  margin-bottom: 10px;
}

.cat-geo {
  float: right;
}

.cat-geo #geofield-ymap-1 {
  width: 300px;
  height: 250px;
}

.cat-body {
  clear: both;
}

.field-org-logo{
  float: left;
}

.org-header .node-stat {
  position: inherit;
  margin-left: 20px;
}

.field-org-rate, .org-header .node-stat {
  float: right;
}

.field-name-field-main-catalog,
.field-name-field-org-flat-adr {
  display: none;
}

.cat-addr, .cat-phone, .cat-email, .cat-site, .cat-rubrics{
  margin-bottom: 10px;
  clear: both;
}


#block-block-16 a{
  margin: 4px;
  width: 135px;
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding: 8px 16px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}


/*CATALOG*/

.catalog-org {
  background: #fff;
  border-width: 0 1px 2px 1px;
  border-style: solid;
  border-color: #eaeaea #eaeaea #57ad68 #eaeaea;
  padding: 20px;
  position: relative;
}


.catalog-org .attachment {
  float: left;
}

.catalog-org .view-catalog-org-attachment-1,
.catalog-org .view-catalog-org-attachment-2,
.catalog-org .view-catalog-org-attachment-3
 {
  background: #fff;
  padding: 15px 0 15px 15px;
  margin-right: 20px;
  border: 1px solid #eaeaea;
}

.catalog-org .view-catalog-org-attachment-1 .view-content,
.catalog-org .view-catalog-org-attachment-2 .view-content,
.catalog-org .view-catalog-org-attachment-3 .view-content {
  width: 270px;
  height: 700px;
  overflow: auto;
}

.catalog-org .view-content {
  float: left;
}

.view-catalog-org div.geofield-ymap {
  width: 570px;
  height: 736px;
}

.view-catalog-org-attachment-1 ul,
.view-catalog-org-attachment-2 ul,
.view-catalog-org-attachment-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.view-catalog-org-attachment-1 i,
.view-catalog-org-attachment-2 i,
.view-catalog-org-attachment-3 i{
  color: #57ad68;
  margin-right: 5px;
}

.view-catalog-org-attachment-1 a,
.view-catalog-org-attachment-2 a,
.view-catalog-org-attachment-3 a {
  color: #333;
}

.view-catalog-org-attachment-1 li.views-row,
.view-catalog-org-attachment-2 li.views-row,
.view-catalog-org-attachment-3 li.views-row {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}

.view-catalog-org-attachment-1 .cat-title,
.view-catalog-org-attachment-2 .cat-title,
.view-catalog-org-attachment-3 .cat-title{
  font-weight: bold;
  margin-bottom: 5px;
}

.view-catalog-org ::-webkit-input-placeholder {color:#333; font-size:11px; font-weight: bold;opacity:1;}
.view-catalog-org ::-moz-placeholder          {color:#333; font-size:11px; font-weight: bold;opacity:1;}/* Firefox 19+ */
.view-catalog-org :-moz-placeholder           {color:#333; font-size:11px; font-weight: bold;opacity:1;}/* Firefox 18- */
.view-catalog-org :-ms-input-placeholder      {color:#333; font-size:11px; font-weight: bold;opacity:1;}


.view-catalog-org input#edit-title,.view-catalog-org select, .view-work select {
  border: 1px solid #eaeaea;
  padding: 10px;
  width: 200px;
}

.view-catalog-org select, .view-work select{color:#333; font-size:11px; font-weight: bold;}

.view-catalog-org .views-widget-sort-by label,.view-catalog-org .views-widget-sort-by select {
  float: left;
} 

.view-catalog-org .views-widget-sort-by label {
  padding-top: 10px;
  margin-right: 10px;
}

.view-catalog-org .views-exposed-widget.views-submit-button {
  clear: both;
  margin-left: 40%;
  padding-bottom: 20px;
}

.view-catalog-org .views-exposed-widget input.form-submit {
  background: #56ac68;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 20px;
}

.view-catalog-org .views-reset-button {
  float: right;
}

.view-catalog-org .views-reset-button input.form-submit {
  background: #fff;
  border: 1px solid #eaeaea;
  color: #d5d5d5;
  font-size: 16px;
  margin-top: 15px;
}

.view-catalog-org .views-reset-button input.form-submit:hover {
  background: #eaeaea;
}

.org-add {
  position: absolute;
  top: -47px;
  right: 20px;
  z-index: 1000;
}

.org-add a, .org-add a i {
  color: #83bf8e;
  font-weight: bold;
  font-size: 11px;
}

#block-block-19 {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
}

#block-block-19 ul.cat-do li {
  width: 248px;
  height: 455px;
  font-size: 12px;
}

#main #block-block-19 .content {
  padding-top: 0;
}

#main #block-block-19 h2.block-title {
  margin:0;
}

#search-block-form .form-item-sort-by {
  display: none;
}

#block-block-19  a {
  background: none;
}


/*WORK*/

#block-block-22 ul.cat-do li , #block-block-23 ul.cat-do li,
.view-work ul.cat-do li {
  background: #fafafa;
  width: 148px;
  height: 55px;
  padding: 10px 10px;
  text-align: center;
}


#block-block-22 ul.cat-do li h4 a, #block-block-23 ul.cat-do li h4 a,
.view-work ul.cat-do li h4 a{
  font-size: 14px;
}

#block-block-22 ul.cat-do li:nth-child(3n),
#block-block-23 ul.cat-do li:nth-child(3n),
.view-work ul.cat-do li:nth-child(3n) {
  margin: 0 10px 10px 0;
}

#block-block-22 ul.cat-do li:nth-child(5n),
#block-block-23 ul.cat-do li:nth-child(5n),
.view-work ul.cat-do li:nth-child(5n){
  margin:0 0 10px 0;
}

#block-block-22 .add-obv, #block-block-23 .add-obv,
.view-work .add-obv {
  border: 0;
  background: #fafafa;
}

.view-work {
  background: #fff;
}

.select-work {
  position: absolute;
  right: 20px;
  top: 20px;
}

.select-work label, .select-work select {
  float: left;
}
.select-work label {
  padding-top: 7px;
  margin-right: 5px; 
}
.page-work .tabs-wrapper {
  background: #fff;
  margin: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #eaeaea;
}

.view-centr-zanyatosty .views-row {
  border: 1px solid #eaeaea;
  width: 407px;
  height: 60px;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
}
#conten-wrap #block-views-centr-zanyatosty-block {
  border-bottom: 2px solid #57ad68;
}

.view-centr-zanyatosty .views-row.views-row-odd{
  margin-right: 30px;
}

.view-centr-zanyatosty .views-field-title a {
  color: #333;
  font-weight: bold;
}

.view-centr-zanyatosty .views-field-field-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #bebebe;
  font-size: 12px;
}


.view-news-by-date .views-row {
  font-size:12px;
  clear:both;
  margin-bottom:15px;
}

.view-news-by-date .views-row a {
  color: #333;
}


/*

*******NEDVIG********

*/

.view-all-an-block ul li {
  list-style:none;
  display: inline-block;
  vertical-align: top;
}

.view-realty-page table a {
  color:#333;
}

.page-realty .tabs-wrapper ul.primary,
.page-realty td.active {
  background:#fff;
}

.page-realty td, .page-realty th{
  text-align:center;
}
 .page-realty th a {
  color:#333;
  font-weight:bold;
}

.page-realty .tabs-wrapper ul.primary li a {
  padding:15px 7px;
}

/*.node-arenda */.galleryformatter-greenarrows .gallery-thumbs .back {
  left: 0px;
}

/*.node-arenda */.galleryformatter-greenarrows .gallery-thumbs .forward {
  right: 0px;
}

/*.node-arenda .gallery-thumbs*/ 
.galleryformatter-greenarrows .gallery-thumbs{
  padding: 0;
}

.node-arenda .ds-above-left,
.node-homes .ds-above-left,
.node-comm-nedvig .ds-above-left,
.node-kottedg .ds-above-left,
.node-newhous .ds-above-left{
  width: 53%;
  background: #fafafa;
}

.node-arenda .ds-above-right,
.node-homes .ds-above-right,
.node-comm-nedvig .ds-above-right,
.node-kottedg .ds-above-right,
.node-newhous .ds-above-right{
  width: 45%;
  padding-left: 18px;
  background: #fafafa;
  padding-bottom: 37px;
}

.node-arenda .geofield-ymap,
.node-homes .geofield-ymap,
.node-comm-nedvig .geofield-ymap,
.node-kottedg .geofield-ymap,
.node-newhous .geofield-ymap {
  height: 410px;
}

.node-arenda .field-house-photo,
.node-homes .field-house-photo,
.node-comm-nedvig .field-house-photo,
.node-kottedg .field-house-photo,
.node-newhous .field-house-photo {
  margin-top: 0;
}

.node-arenda .ds-header,
.node-homes .ds-header, 
.node-comm-nedvig .ds-header,
.node-kottedg .ds-header,
.node-newhous .ds-header {
  margin-bottom: 30px;
}

.node-arenda,
.node-homes,
.node-comm-nedvig,
.node-kottedg,
.node-newhous {
  background: #fff;
}

.node-comm-nedvig .ds-header,
.node-kottedg .ds-header,
.node-newhous .ds-header{
  background: #fff;
  padding: 5px 20px;
}

.ds-middle, .ds-below-left,
.ds-below-right,.ds-footer {
  padding: 20px;
}


.ds-below-left,
.ds-below-right {
  width: 45%;
}


.field-house-orient{
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}

.field-house-orient:before {
  content: "\f06e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #57ad68;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 0;
}


.field-kottedg-type{
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}

.field-kottedg-type:before {
  content: "\f03a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #57ad68;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 0;
}


.field-homes-adress{
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}

.field-homes-adress:before {
  content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #57ad68;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 0;
}

.field-homes-adress .field-label,
.field-homes-adress .field-items,
.field-arenda-cena .field-label,
.field-arenda-cena .field-items,
.field-arenda-srok .field-label,
.field-arenda-srok .field-items,
.field-house-price .field-label,
.field-house-price .field-items,
.field-kottedg-type .field-label,
.field-kottedg-type .field-items,
.field-house-orient .field-label,
.field-house-orient .field-items {
    padding: 10px;
    background: #fafafa;
}

.ds-below-left .field-label-inline,
.ds-below-right .field-label-inline,
.node-garage .ds-above-right .field-label-inline,
.node-dachi .ds-above-right .field-label-inline{
  margin-bottom: 20px;
}

.ds-below-left .field-label,
.ds-below-right .field-label {
  padding: 6px 10px;
  background: #fafafa;
  width: 150px;
  margin-right: 30px;
}

.node-homes .ds-below-right .field-label {
  width: 200px;
}

.node-garage .ds-above-right .field-label,
.node-dachi .ds-above-right .field-label,
.node-ground .ds-above-right .field-label {
  padding: 6px 10px;
  background: #fafafa;
  width: 130px;
  margin-right: 20px; 
  font-size: 12px;
}

.ds-below-left .field-items,
.ds-below-right .field-items {
  padding: 4px 8px;
  border: 1px solid #eaeaea;
  width: 100px;
}

.node-homes .ds-below-right .field-items {
  width: 100px;
}

.node-garage .ds-above-right .field-items,
.node-dachi .ds-above-right .field-items,
.node-ground .ds-above-right .field-items{
  padding: 4px 8px;
  border: 1px solid #eaeaea;
  width: 170px;
}

.field-arenda-cena,
.field-arenda-srok,
.field-house-price{
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.field-arenda-cena:before,
.field-house-price:before{
  content: "\f158";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #57ad68;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 6px;
    left: 0;
}

.field-arenda-srok:before{
content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #57ad68;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 6px;
    left: 0;
}

.field-house-contacts {
  border: 1px solid #eaeaea;
  padding: 20px;
}


.field-coll-name, .field-coll-phone,
.field-coll-email{
  padding-left: 25px;
  position: relative;
}

.field-coll-name:before{
content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #57ad68;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 0;
}
.field-coll-phone:before{
content: "\f098";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #57ad68;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 0;
}
.field-coll-email:before{
content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #57ad68;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 0;
}

.field-coll-name .field-label,
.field-coll-phone .field-label,
.field-coll-email .field-label {
  padding: 6px 10px;
  background: #fafafa;
  width: 150px;
  margin-right: 30px;
}

.field-coll-name .field-items,
.field-coll-phone .field-items,
.field-coll-email .field-items {
    padding: 4px 8px;
    border: 1px solid #eaeaea;
    width: 250px;
}

.node-garage,
.node-dachi,
.node-ground {
  background: #fff;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #eaeaea;
  padding: 20px;
}
.node-garage .ds-above-left,
.node-dachi .ds-above-left,
.node-ground .ds-above-left{
  width: 56%;
}

.node-garage .ds-above-right,
.node-dachi .ds-above-right,
.node-ground .ds-above-right{
  width: 41%;
  padding-left: 20px;
  margin: 30px 0;
}

.node-garage .ds-middle,
.node-dachi .ds-middle,
.node-dachi .ds-below-left,
.node-dachi .ds-below-right
{
  display: none;
}

.node-garage .ds-footer,
.node-dachi .ds-footer,
.node-ground .ds-footer{
  padding: 0;
}

.node-garage .body,
.node-ground .body,
.node-dachi .body{
  margin-bottom: 20px;
}


/** SHOP **/
.view-commerce-cart-form .views-field-edit-quantity,
.view-commerce-cart-form .commerce-line-item-actions #edit-submit {
  display: none;
}

.page-partners .view-pull-rec {
  background: #fff;
  margin-top: 20px;
  padding-top: 20px;
}

.page-partners .view-pull-rec ul li.views-row {
  border-bottom: 1px solid #ccc;
}


.view-pull-rec .views-field-field-pul-gall ul {
  list-style: none;
  padding:0;
}

.view-pull-rec .views-field-field-pul-gall ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

table.wide-table {
  display: block;
  overflow-x: auto;
  white-space: normal;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
}

table.wide-table p {
  white-space: wrap!important;
  font-size: 12px!important;
  line-height: 1.5!important;
}

.page-node-40381 aside,
.page-node-40397 aside{
  display: none;
}

.page-node-40381 #main,
.page-node-40397 #main {
  width: 1245px!important;
}

/** INSTABERDSK **/

.field-insta-code .field-item {
    width: 285px;
    display: inline-block;
    vertical-align: top;
    position:relative;
    margin-right: 17px;
}

.field-insta-code .field-item:nth-child(3n) {
  margin-right:0px;
}

.field-insta-code .field-item iframe {
  width: 285px!important;
}

.view-top-instagram article h2 {
  padding:0 0 30px 60px;
}

.view-top-instagram article h2:before {
  background: url("/sites/default/files/insta/insta-logo.png");
  content: "";
  position: absolute; 
  left: 19px;
  top: 25px;
  width: 50px;
  height: 50px;
}

.node-type-insta-berdsk h1:before {
  background: url("/sites/default/files/insta/insta-logo.png");
  content: "";
  position: absolute; 
  left: 19px;
  top: 12px;
  width: 50px;
  height: 50px;
}

.view-top-instagram .view-header p {
  font-size: 15px;
}

/** SPECIAL MENU **/
#main #block-block-58 .content {
  padding:15px 10px;
  font-size:13px;
}

#special ul {
  padding: 0;
  margin:0;
}
#special ul li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}

#special ul li:last-child{
  margin-right: 0;
}

#special ul li a {
  color: #5f5f5f;
  padding-bottom: 15px;
}

#special ul li a:hover,
#special ul li a:focus {
  color: #000;
  border-bottom: 3px solid #212121;
}

#special ul li img{
  margin: 0 5px -5px 0;
}

#block-block-31 {
  margin-bottom: 0.5em;
}

.news-reclame {
    position: absolute;
    right: 20px;
    top: 60px;
    font-size: 13px;
    color: #7c7c7c;
}
#main #block-block-61, #main #block-block-26{
    background: none;
    border: none;
}
#main #block-block-61 .content,
#main #block-block-26 .content{
    padding: 0;
    background: none;
    text-align: center;
}

#edit-save-view-amp, #edit-save-view-amp-warnfix {
    display: none;
}

aside .block.bg-none .content {
    padding:0;
}

#conten-wrap #block-block-57 iframe {
    width: 935px!important;
}

#conten-wrap #block-block-57, #main #block-block-57 .content{
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}

#block-block-42 ins {
    display: inline-block;
    margin: 0 25px;
}

#revive-0-5 iframe {
    border: 1px solid #ccc!important;
}

#block-block-74 .content, #block-block-74,
#block-block-75 .content, #block-block-75 {
    padding:0!important;
    border: none!important;
    background: none!important;
}

.news-body-ads {
    display: flex;
}

.news-body-ads .body-google:nth-child(2) {
    margin: 0 17px;
}


#block-article-dobav {
    clear:both;
}