html {
/*  background-color: #f4f8fb; */
  background-color: white;
}
body, html {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none !important;
}
a.blue {
  color: #66a5c3;
}
a.orange {
  color: #e87960;
}
a.italic {
  font-style: italic;
}
a.big-orange {
  font-family: 'PFBeauSansPro-SeBold';
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 42px;
  line-height: 44px;
  border: 1px solid transparent;
  border-bottom: 4px solid #cd634b;
  background-color: #e87960;
}
a.big-light {
  font-family: 'PFBeauSansPro-SeBold';
  text-transform: uppercase;
  color: #536676;
  padding: 0 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 42px;
  line-height: 44px;
  border: 1px solid #d6e2ec;
  border-bottom-width: 4px;
  background-color: #fff;
}
a.big-light:hover {
  border-color: #a5c0d7;
  border-bottom-color: #536676;
}
a.big-orange:hover {
  background-color: #ec8770;
}
a.big-green-2 {
  font-family: 'PFBeauSansPro-SeBold';
  display: block;
  border: none;
  border-bottom: 4px solid #85a95b;
  background-color: #9cc66a;
  font-size: 17px;
  color: #303f4c;
  text-align: center;
  text-transform: uppercase;
  height: 42px;
  line-height: 44px;
  cursor: pointer;
  width: 280px;
  margin: 0 auto;
}
a.big-green-2:hover {
  background-color: #aad17c;
  border-bottom-color: #85a95b;
}
input.big-green {
  font-family: 'PFBeauSansPro-SeBold';
  display: block;
  width: 100%;
  border: none;
  border-bottom: 4px solid #85a95b;
  background-color: #9cc66a;
  font-size: 17px;
  color: #303f4c;
  text-align: center;
  text-transform: uppercase;
  height: 42px;
  line-height: 44px;
  cursor: pointer;
}
input.big-green:hover {
  background-color: #aad17c;
  border-bottom-color: #85a95b;
}
h1.main-title {
  font-family: 'PFBeauSansPro-Book';
  font-size: 42px !important;
  line-height: 34px !important;
  color: #151515;
  width: 540px;
  margin-left: 4px !important;
  padding-top: 5px;
  margin-bottom: 20px !important;
}
h2 {
  font-family: 'PFDinTextCompPro-Regular';
  font-size: 22px;
  text-transform: uppercase;
}
h3 {
  font-family: 'PFDinTextCompPro-Regular';
  font-size: 22px;
  text-transform: uppercase;
}
h4 {
  font-family: 'PFDinTextCompPro-Regular';
  font-size: 22px;
  text-transform: uppercase;
}
#to-top {
  background: url(../to_top.png) no-repeat;
  position: fixed;
  left: 50px;
  bottom: 50%;
  cursor: pointer;
  width: 58px;
  height: 57px;
}
#to-top:hover {
  background-position: 0 -57px;
}
a#to-top {
  display: none;
}
.left-block h1 {
  font-family: 'PFBeauSansPro-Book';
  font-size: 28px;
  color: #151515;
  margin-left: 12px;
  line-height: 20px;
  margin-bottom: 16px;
}
.left-block h3.main,
.left-block h2.main {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #2c5676;
}
.left-block h3.main a,
.left-block h2.main a {
  color: #2c5676;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.advert-full {
  text-align: center;
  padding-top: 5px;
  white-space: nowrap;
}
.advert-full a img {
  margin-left: 31px;
  border-bottom: 4px solid #d6e2ec;
}
.advert-full.three {
  margin-bottom: 17px;
}
.advert-full.three a img {
  margin-left: 17px;
}
.advert-full a:first-child img {
  margin-left: 0;
}
.advert-half {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top:  20px;
}
.advert-half.two.padding {
  margin-top: 25px;
}
.advert-half.two a img {
  margin-left: 5px;
}
.advert-half a img {
  margin-left: 2px;
  border-bottom: 4px solid #d6e2ec;
}
.advert-half a:first-child img {
  margin-left: 0;
}
.advert-small {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 8px;
}
.advert-vertical-big {
  text-align: center;
  margin-bottom: 8px;
  padding-top: 5px;
}
.advert-vertical-big a img {
  border-bottom: 4px solid #222d36;
}
.advert-small.padding {
  margin-bottom: 17px;
}
.advert-small a img {
  border-bottom: 4px solid #222d36;
}
#header {
  margin-top: 20px;
  margin-bottom: 15px;
  height: 77px;
}
#header .logo {
  float: left;
  margin-left: 13px;
  border-right: 1px solid #cde2ec;
  height: 100%;
  width: 370px;
}
#header .logo h1 {
  text-indent: -9999px;
}
#header .info {
  float: left;
  padding-left: 15px;
  padding-top: 5px;
  width: 255px;
}
#header .info .city {
  color: #195273;
  margin-bottom: 10px;
  font-weight: bold;
}
#header .info .weather {
  color: #195273;
  margin-bottom: 10px;
}
#header .info .weather span.value {
  font-family: 'PFBeauSansPro-SeBold';
  color: #e87960;
  font-size: 22px;
  margin-right: 5px;
}
#header .info .traffic-jams {
  color: #195273;
}
#header .info .traffic-jams a.main {
  color: #066182;
}
#header .info .traffic-jams span.value {
  color: #333;
  margin-right: 5px;
  margin-left: 5px;
}
#header .rates {
  padding-top: 5px;
  float: left;
  width: 185px;
}
#header .rates .name {
  font-weight: bold;
  color: #195273;
  margin-bottom: 11px;
}
#header .rates .currencies div:first-child {
  margin-bottom: 7px;
}
#header .rates .usd {
  font-size: 17px;
}
#header .rates .usd .currency {
  font-family: 'PFBeauSansPro-SeBold';
  color: #9cc66a;
}
#header .rates .eur {
  font-size: 17px;
}
#header .rates .eur .currency {
  font-family: 'PFBeauSansPro-SeBold';
  color: #e87960;
}
#header .rates .value {
  font-family: 'PFBeauSansPro-Light';
}
#header .rates .diff {
  font-family: 'PFBeauSansPro-Reg';
}
#header .additional {
  float: right;
  width: 146px;
  padding-top: 0;
}
#header .additional .day-week {
  font-family: 'PFBeauSansPro-Light';
  color: #e87960;
  margin-bottom: 8px;
  font-size: 16px;
}
#header .additional .date {
  font-family: 'PFBeauSansPro-Light';
  font-size: 22px;
  margin-bottom: 10px;
}
#header .additional .date span {
  font-family: 'PFBeauSansPro-SeBold';
}
#header .additional .socials a {
  display: block;
  float: left;
  width: 26px;
  height: 25px;
  margin-left: 4px;
}
#header .additional .socials a:first-child {
  margin-left: 0;
}
#header .additional .socials a.vk {
  background: url('../social_vk.png') no-repeat;
}
#header .additional .socials a.fb {
  background: url('../social_fb.png') no-repeat;
}
#header .additional .socials a.twitter {
  background: url('../social_twitter.png') no-repeat;
}
#header .additional .socials a.youtube {
  background: url('../social_youtube.png') no-repeat;
}
#header .additional .socials a.rss {
  background: url('../social_rss.png') no-repeat;
}
#header .additional .socials a.telegram {
  background: url('../social_tg.png') no-repeat;
}
#header .additional .socials a:hover {
  background-position: 0 -25px;
}
#main-menu {
  background: url(../main_menu_bgr.png) repeat-x;
  height: 40px;
}
#main-menu .wrapper > ul {
  float: left;
}
#main-menu .wrapper > ul > li {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#main-menu .wrapper > ul > li > a {
  font-family: 'PFBeauSansPro-Book';
  letter-spacing: 0;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  display: block;
  height: 100%;
  padding: 0 4px;
}
#main-menu .wrapper > ul > li:first-child > a {
  padding-left: 0;
}
#main-menu .wrapper > ul > li a:hover {
  color: #c2dba5;
}
#main-menu .wrapper > ul > li a.active {
  color: #c2dba5;
}
#main-menu ul.submenu {
  position: absolute;
  background-color: #303f4c;
  padding: 10px 25px 12px 8px;
  left: 0;
  display: none;
  z-index: 10;
}
#main-menu .wrapper > ul > li:hover ul.submenu {
  display: block;
}
#main-menu ul.submenu li a {
  font-family: 'PFBeauSansPro-Book';
  color: #fff;
  white-space: nowrap;
  padding: 7px 0;
  display: block;
  font-size: 16px;
}
#main-menu .search {
  background: url(../search_bgr.png) repeat-x;
  float: right;
  height: 33px;
  padding-top: 7px;
  width: 222px;
}
#main-menu .search input[type="search"] {
  height: 22px;
  border: none;
  border-top: 2px solid #d6e2ec;
  width: 163px;
  padding: 0 5px;
  margin-left: 9px;
  margin-right: 7px;
  float: left;
}
#main-menu .search input[type="submit"] {
  background: url(../search_icon.png) no-repeat;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
}
#additional-menu {
  margin-top: 12px;
  margin-bottom: 13px;
}
#additional-menu > ul {
  margin-left: 0;
}
#additional-menu > ul > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 35px;
}
#additional-menu > ul > li > a {
  font-family: 'PFBeauSansPro-Book';
  font-size: 16px;
  color: #15232f;
  border-bottom: 3px solid transparent;
}
#additional-menu > ul > li > a:hover {
  border-color: #c2dba5;
}
#additional-menu > ul > li.last > a {
  font-family: 'PFBeauSansPro-Book';
  color: #e87960;
}
#additional-menu > ul > li.last > a:hover {
  border-bottom-color: #e87960;
}
#breadcrumbs {
  height: 28px;
  line-height: 28px;
  background-color: #c2dba5;
  padding-left: 13px;
  margin-bottom: 15px;
}
#breadcrumbs li {
  font-family: 'PFBeauSansPro-Light';
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#breadcrumbs li a {
  font-family: 'PFBeauSansPro-Reg';
  color: #15232f;
  text-decoration: underline;
}
#breadcrumbs li a:hover {
  text-decoration: none;
}
.left-block {
  float: left;
  width: 660px;
  padding-bottom: 20px;
}
.right-block {
  float: right;
  width: 330px;
}
.left-half-block {
  width: 340px;
  float: left;
}
.right-half-block {
  width: 320px;
  float: right;
}
.green-line {
  height: 8px;
  background-color: #c2dba5;
}
.green-line.top {
  margin-bottom: 4px;
}
.left-half-block .main-block {
  background-color: #303f4c;
  border-bottom: 4px solid #1a2834;
  margin-bottom: 35px;
}
.left-half-block .big-image {
  width: 340px;
  height: 250px;
  border: 1px solid #303f4c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.left-half-block .main-description {
  min-height: 201px;
  padding: 0 10px;
}
.left-half-block .main-description .title {
  padding-top: 10px;
  margin-bottom: 18px;
}
.left-half-block .main-description .title a {
  font-family: 'PFBeauSansPro-SeBold';
  font-size: 19px;
  line-height: 23px;
  color: #c0d8a4;
}
.left-half-block .main-description .main-preview {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 18px;
}
.left-half-block .main-description .main-preview a {
  color: #f4f4f4;
}
.left-half-block .main-description .main-preview a:hover {
  text-decoration: underline;
}
.left-half-block .main-description .main-detail-link {
  text-align: right;
  padding-bottom: 5px;
}
.simple-time-list {
  border: 1px solid #d6e2ec;
  border-bottom-width: 4px;
  border-top: none;
  background-color: #fff;
}
.simple-time-list.padding {
  margin-bottom: 17px;
}
.simple-time-list h3 {
  padding-top: 13px;
  color: #2c5676;
}
.simple-time-list li {
  padding: 9px 13px;
  border-top: 1px solid #d6e2ec;
}
.simple-time-list li.first {
  border-top: none;
}
.simple-time-list span.time {
  font-family: 'PFBeauSansPro-Book';
  color: #9ec274;
  margin-right: 5px;
}
.simple-time-list span.date {
  font-family: 'PFBeauSansPro-Reg';
  margin-right: 5px;
  color: #a4b8c9;
}
.simple-time-list a img {
  vertical-align: middle;
  margin-left: 7px;
}
.simple-time-list a:hover {
  text-decoration: underline;
}
.simple-time-list li.detail-link {
  text-align: right;
  border-top: none;
  padding-top: 6px;
}

/* 19.06.2015 changes */
.control-news-list {
  border: 1px solid #d6e2ec;
  background-color: #fff;
  border-bottom: none;
  height: 49px;
}
.control-news-list li.selected {
  background-color: #fff;
  color: #000;
  cursor: default;
  opacity: 1;
}
.control-news-list li {
  width: 50%;
  display: block;
  line-height: 50px;
  float: left;
  text-align: center;
  cursor: pointer;
  background-color: #9cc66a;
  color: #000;
  opacity: .55;
}
.control-news-list li h3{
border-bottom: 3px solid #9cc66a;
display: inline-block;
line-height: normal;
/*line-height: 1.5em; если хочется как на дизайн-эскизе*/
}
.simple-time-list.tab-select-news{display:none;}
/* end 15.06.2015 changes */

.triple-block {
  float: left;
  width: 210px;
  margin-left: 15px;
  background-color: #fff;
}
.triple-block:first-child {
  margin-left: 0;
}
.triple-block .image {
  width: 210px;
  height: 180px;
}
.triple-block a.link {
  display: block;
  border: 1px solid #d6e2ec;
  border-bottom-width: 4px;
  padding: 10px 12px 15px;
}
.triple-block a.link .date {
  font-family: 'PFBeauSansPro-Reg';
  color: #81a457;
  margin-bottom: 10px;
}
.triple-block a.link .title {
  font-family: 'PFBeauSansPro-SeBold';
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 19px;
}
.triple-block:hover a.link {
  background-color: #9cc66a;
  border-color: #9cc66a;
  border-bottom-color: #8eae68;
}
.triple-block:hover a.link .date {
  color: #cde2b3;
}
.triple-block:hover a.link .title,
.triple-block:hover a.link .preview {
  color: #fff;
}
.general-detail-link {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}
.simple-date-list tr {
  height: 57px;
}
.simple-date-list tr td.date {
  font-family: 'PFBeauSansPro-Reg';
  background-color: #9cc66a;
  border-top: 1px solid #e0edf3;
  width: 130px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}
.simple-date-list tr td.date a {
  color: #fff;
}
.simple-date-list tr:last-child td.date,
.simple-date-list tr.last td.date {
  border-bottom: 4px solid #8eae68;
}
.simple-date-list tr td.link {
  vertical-align: middle;
  padding: 0 13px;
  border-top: 1px solid #d6e2ec;
  border-right: 1px solid #d6e2ec;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.simple-date-list tr td.link:hover {
  background-color: #f4f8fb;
}
.simple-date-list tr:last-child td.link,
.simple-date-list tr.last td.link {
  border-bottom: 4px solid #d6e2ec;
}
table.sections {
  background-color: #456b7e;
}
table.sections tr {
  border-top: 1px solid #4d7589;
}
table.sections tr:first-child {
  border-top: none;
}
table.sections tr td {
  width: 333px;
  border-left: 1px solid #4d7589;
}
table.sections tr td:first-child {
  border-left: none;
}
table.sections tr td h3 {
  width: 173px;
  border-bottom: 3px solid #9cc66a;
  padding-top: 13px;
  margin-left: 13px;
  line-height: 22px;
}
table.sections tr td h3 a {
  color: #fff;
}
table.sections tr td .item {
  border-top: 1px solid #4d7589;
  min-height: 75px;
  padding: 0 13px;
}
table.sections tr td .item:first-child {
  border-top: none;
}
table.sections tr td .item .date {
  font-family: 'PFBeauSansPro-Reg';
  color: #9cbac7;
  margin-bottom: 5px;
  padding-top: 8px;
}
table.sections tr td .item .date span {
  font-family: 'PFBeauSansPro-SeBold';
}
table.sections tr td .item .preview {
  margin-bottom: 5px;
}
table.sections tr td .item .preview a {
  color: #fff;
}
table.sections tr td .item .preview a:hover {
  text-decoration: underline;
}
table.sections tr td .detail-link {
  text-align: right;
  padding-bottom: 15px;
}
table.sections tr td .detail-link a {
  color: #bbdf91;
  font-style: italic;
  margin-right: 13px;
}
#footer {
  border-top: 5px solid #9cc66a;
  background-color: #303f4c;
  padding-top: 17px;
  height: 270px;
}
#footer .archive {
  float: left;
  width: 130px;
  padding-left: 20px;
  margin-right: 40px;
}
#footer .archive h4 {
  color: #d6e2ec;
  margin-bottom: 13px;
}
.selectbox .select {
  width: 73px;
  margin-bottom: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 2px solid #d6e2ec;
  height: 20px;
}
.selectbox .select .text {
  height: 17px;
  line-height: 19px;
  font-size: 12px;
}
.selectbox .dropdown {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  border-top: 2px solid #d6e2ec;
  border-bottom: 2px solid #d6e2ec;
  width: 130px;
}
.selectbox .dropdown li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.selectbox .trigger {
  border-left: none;
  width: 20px;
}
.selectbox .trigger .arrow {
  background: url(../select_arrow.png) no-repeat;
  width: 14px;
  height: 9px;
  border: none;
  top: 5px;
  right: 6px;
}
#footer .archive input[type="button"],
#footer .archive input[type="submit"] {
  font-size: 12px;
  font-weight: bold;
  color: #303f4c;
  background-color: #9cc66a;
  height: 21px;
  line-height: 18px;
  border: none;
  border-bottom: 4px solid #7c9d56;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}
#footer .archive input[type="submit"]:focus,
#footer .archive input[type="submit"]:hover {
  background-color: #aad17c;
}
#footer .central-block {
  float: left;
}
#footer .footer-menu {
  margin-bottom: 10px;
  position:relative;
}
#footer .footer-menu ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 13px;
}
#footer .footer-menu ul li a {
  font-family: 'PFBeauSansPro-SeBold';
  font-size: 15px;
  color: #fff;
}
#footer .footer-menu ul li a.active,
#footer .footer-menu ul li a:hover {
  color: #9cc66a;
}
#footer .mistakes {
  font-size: 12px;
  color: #d6e2ec;
  margin-bottom: 14px;
}
#footer .mistakes img {
  margin-right: 12px;
}
#footer .mistakes span {
  color: #9cc66a;
}
#footer .info {
  border-top: 1px solid #667b8d;
  width: 790px;
  padding-top: 8px;
}
#footer .info .counters {
  float: left;
  width: 104px;
}
#footer .info .counters .counter {
  margin-bottom: 5px;
}
#footer .info .about {
  float: left;
  width: 600px;
  color: #d6e2ec;
}
#footer .info .about .title {
  font-size: 12px;
  font-weight: bold;
  color: #d6e2ec;
  margin-bottom: 5px;
}
#footer .info .about .title a {
  color: #a0cce1;
}
#footer .info .restrictions {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.small-slider {
  position: relative;
  border-bottom: 3px solid #66a5c3;
  background-color: #a0cce1;
  height: 200px;
}
.small-slider .item {
  padding-top: 40px;
  width: 330px;
  text-align: center;
  float: left;
  display: block;
}
.small-slider .item .person {
  float: left;
  width: 145px;
}
.small-slider .item .person img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-color: #fff;
}
.small-slider .item .person .name {
  color: #303f4c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.small-slider .item .person .post {
  font-size: 12px;
  color: #303f4c;
}
.small-slider .item .fio {
  color: #303f4c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
.small-slider .item .preview {
  color: #445c67;
  float: left;
  width: 170px;
  text-align: left;
}
.small-slider h2 {
  position: absolute;
  top: 15px;
  left: 13px;
}
.small-slider h2 a {
  color: #303f4c;
}
.small-slider a.detail-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #475a6a;
}
.small-slider .paginator {
  position: absolute;
  top: 15px;
  right: 15px;
}
.small-slider .paginator a {
  background: url(../bullets_blue.png) no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 11px;
  height: 11px;
  margin-left: 7px;
}
.small-slider .paginator a.selected {
  background-position: 0 -11px;
}
.small-slider .paginator a span {
  display: none;
}
.dark-blue {
  background-color: #303f4c;
  padding-bottom: 13px;
}
.detail-list {
  margin-bottom: 18px;
}
.detail-list.padding {
  margin-top: 17px;
}
.detail-list.green {
  background-color: #9cc66a;
}
.detail-list h3 a,
.detail-list h3 {
  color: #c2dba5;
  padding: 18px 13px 15px;
}
.detail-list.green h3 {
  padding-bottom: 12px;
}
.detail-list.green h3 a {
  color: #303f4c;
}
.detail-list h3.border {
  border-bottom: 1px solid #566878;
}
.detail-list.green h3.border {
  border-color: #c2dba5;
}
.detail-list ul li {
  padding: 10px 12px 10px 10px;
  border-bottom: 1px solid #566878;
}
.detail-list.green ul li {
  border-color: #c2dba5;
}
.detail-list ul li img {
  float: left;
  margin-right: 10px;
}
.detail-list ul li .date {
  font-family: 'PFBeauSansPro-Reg';
  color: #5e768a;
  margin-bottom: 4px;
}
.detail-list.green ul li .date {
  color: #dbeec4;
}
.detail-list ul li .date span {
  font-family: 'PFBeauSansPro-SeBold';
  color: #c2dba5;
  margin-right: 5px;
}
.detail-list.green ul li .date span {
  color: #303f4c;
}
.detail-list ul li a {
  color: #d9eaf2;
}
.detail-list.green ul li a {
  color: #303f4c;
}
.detail-list ul li a:hover {
  text-decoration: underline;
}
.detail-list .more-link {
  text-align: right;
  background-color: #d6e2ec;
  padding: 8px 20px;
  border-bottom: 4px solid #aabdcd;
}
.detail-list .more-link a {
  color: #303f4c;
}
.socials-widgets {
  margin-bottom: 53px;
}
.socials-widgets h3 {
  padding: 0 13px 20px;
  color: #c1ddeb;
  margin-top: 33px;
}
.socials-widgets .content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
}
.socials-widgets .content .tab {
  font-family: 'PFDinTextCompPro-Regular';
  height: 19px;
  line-height: 21px;
  font-size: 18px;
  text-align: center;
  width: 103px;
  float: left;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin-bottom: 8px;
}
.socials-widgets .content .tab.vk {
  border-top: 5px solid #4076b3;
  background-color: #4076b3;
  border-bottom: 5px solid #36679f;
}
.socials-widgets .content .tab.vk.active {
  color: #4076b3;
}
.socials-widgets .content .tab.fb {
  border-top: 5px solid #4262a3;
  background-color: #4262a3;
  border-bottom: 5px solid #39538b;
}
.socials-widgets .content .tab.fb.active {
  color: #4262a3;
}
.socials-widgets .content .tab.twitter {
  border-top: 5px solid #5bccfa;
  background-color: #5bccfa;
  border-bottom: 5px solid #3ab7eb;
}
.socials-widgets .content .tab.twitter.active {
  color: #5bccfa;
}
.socials-widgets .content .tab.active {
  background-color: #fff;
  border-bottom-color: #fff;
  line-height: 26px;
}
.socials-widgets .content .containers {
  padding: 8px;
  background-color: #fff;
  border-bottom: 3px solid #b7c5d6;
}
.socials-widgets .content .containers .container {
  display: none;
  min-height: 325px;
}
.socials-widgets .content .containers .container:first-child {
  display: block;
}
.medium-slider {
  position: relative;
  height: 393px;
  width: 310px;
  margin-top: 25px;
  margin-left: 10px;
}
.medium-slider .item {
  position: relative;
  display: block;
  width: 310px;
  height: 393px;
  float: left;
}
.medium-slider .item img {
  position: absolute;
  top: 0;
  left: 0;
}
.medium-slider .item .title {
  font-family: 'PFBeauSansPro-SeBold';
  position: absolute;
  border-left: 13px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  bottom: 65px;
  left: 15px;
  width: 180px;
}
.medium-slider .item .date {
  position: absolute;
  font-family: 'PFBeauSansPro-Reg';
  font-size: 14px;
  color: #798fa1;
  left: 15px;
  bottom: 40px;
}
.medium-slider h3 {
  position: absolute;
  top: 15px;
  left: 13px;
}
.medium-slider h3 a {
  color: #fff;
}
.medium-slider a.detail-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #9cc66a;
}
.medium-slider .paginator {
  position: absolute;
  top: 15px;
  right: 15px;
}
.medium-slider .paginator a {
  background: url(../bullets_light.png) no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 11px;
  height: 11px;
  margin-left: 7px;
}
.medium-slider .paginator a.selected {
  background-position: 0 -11px;
}
.medium-slider .paginator a span {
  display: none;
}
.important-block {
  position: relative;
  background-color: #303f4c;
  overflow: hidden;
}
.important-block:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 4px;
  left: 0;
  background: url(../black_opacity_bgr.png) repeat-x;
}
.important-block .image {
  float: left;
}
.important-block .image img {
  padding: 13px 13px 13px;
}
.important-block .info {
  padding: 13px 13px 0;
}
.important-block .info .title {
  margin-bottom: 5px;
}
.important-block .info .title a {
  font-family: 'PFBeauSansPro-Book';
  font-size: 17px;
  line-height: 20px;
  color: #c0d8a4;
}
.important-block .info .date {
  font-family: 'PFBeauSansPro-Reg';
  color: #879eb1;
}
.important-block .info .date span {
  font-family: 'PFBeauSansPro-SeBold';
  margin-right: 5px;
}
.important-block .info .preview {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}
.important-block .info .preview a {
  color: #d6e2ec;
}
.important-block .info .preview a:hover {
  text-decoration: underline;
}
.important-block .info .detail {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: right;
}
.important-block.with-date .big-date {
  display: block;
  text-decoration: none;
  float: left;
  width: 97px;
  background-color: #9cc66a;
  margin-right: 10px;
  padding: 13px 0 8px;
  text-align: center;
  color: #fff;
}
.important-block.with-date .big-date .day {
  font-family: 'PFBeauSansPro-Book';
  font-size: 24px;
  margin-bottom: 5px;
}
.important-block.with-date .big-date .month {
  font-family: 'PFBeauSansPro-Reg';
  font-size: 16px;
}
.important-list {
  background-color: #fff;
}
.important-list li {
  border: 1px solid #d6e2ec;
  border-top: none;
  padding: 20px 15px 10px 13px;
}
.important-list li:first-child {
  border-top: 1px solid #d6e2ec;
}
.important-list li .image {
  width: 110px;
  float: left;
  margin-right: 10px;
}
.important-list li .info .title {
  margin-bottom: 6px;
}
.important-list li .info .title a {
  font-family: 'PFBeauSansPro-Book';
  font-size: 16px;
  line-height: 19px;
  color: #151515;
}
.important-list li .info .title a:hover {
  text-decoration: underline;
}
.important-list li .info .date {
  font-family: 'PFBeauSansPro-Reg';
  font-size: 13px;
  color: #5e768a;
  margin-bottom: 5px;
}
.important-list li .info .date span {
  font-family: 'PFBeauSansPro-Book';
  color: #9cc66a;
  margin-right: 5px;
}
.important-list li .info .preview a {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 18px;
}
.important-list li .info .preview a:hover {
  text-decoration: underline;
}
.important-list li .info .detail {
  text-align: right;
}
.important-list.with-date li .info .title a {
  text-transform: uppercase;
}
.important-list.with-date li .info .title a span {
  font-family: 'PFBeauSansPro-SeBold';
}
.important-list.with-date li a.big-date {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 110px;
  height: 50px;
  padding-top: 13px;
  margin-bottom: 20px;
  float: left;
  margin-right: 10px;
  background-color: #9cc66a;
  margin-left: -14px;
  color: #fff;
}
.important-list.with-date li .big-date .day {
  font-family: 'PFBeauSansPro-Book';
  font-size: 24px;
  margin-bottom: 8px;
}
.important-list.with-date li .big-date .month {
  font-family: 'PFBeauSansPro-Reg';
  font-size: 16px;
}
.pagination-important-list-wrapper {
  border: 1px solid #d6e2ec;
  border-bottom-width: 4px;
  border-top: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  margin-bottom: 17px;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pagination ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 4px;
}
.pagination ul li span,
.pagination ul li a {
  font-family: 'PFBeauSansPro-Book';
  font-size: 14px;
  border-bottom: 2px solid #d6e2ec;
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-width: 18px;
  text-align: center;
  line-height: 19px;
}
.pagination ul li.active a {
  border-bottom: 5px solid #9cc66a;
}
.pagination ul li.arrow a {
  width: 11px;
  height: 18px;
  border-bottom: none;
}
.pagination ul li.arrow.prev a {
  background: url(../pag_prev.png) no-repeat;
  margin-right: -7px;
}
.pagination ul li.arrow.next a {
  background: url(../pag_next.png) no-repeat;
  margin-left: 2px;
}
.pagination ul li.arrow:hover a {
  background-position: 0 -18px;
}
.detail-list ul.light {
  background-color: #d6e2ec;
}
.detail-list ul.light li {
  border-bottom-color: #e6eff6;
}
.detail-list ul.light li .date {
  color: #89a1b5;
}
.detail-list ul.light li .date span {
  color: #303f4c;
}
.detail-list ul.light li a {
  color: #151515;
}
.messages-block {
  width: 310px;
  margin: 0 auto;
}
.messages-block h3 {
  color: #c2dba5;
  padding: 18px 1px 15px;
}
.messages-block h3 a {
  color: #c2dba5;
}
.messages-block a.message-block {
  position: relative;
  background-color: #d6e2ec;
  display: block;
  padding: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.messages-block a.message-block:after {
  background: url(../message_bottom_o.png) no-repeat;
  content: '';
  position: absolute;
  width: 36px;
  height: 12px;
  bottom: -12px;
  left: 12px;
}
.messages-block a.message-block:hover:after {
  background: url(../message_bottom.png) no-repeat;
  content: '';
  position: absolute;
  width: 36px;
  height: 12px;
  bottom: -12px;
  left: 12px;
}
.messages-block a.message-block:hover {
  background-color: #eaf1f7;
}
.messages-block .detail-link {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 20px;
}
.messages-block .detail-link a {
  color: #c2dba5;
}
.block-calendar {
  width: 274px;
  padding: 12px 16px;
  margin: 0 auto 35px;
}
.block-calendar.padding {
  padding-top: 20px;
}
.block-calendar h3 {
  font-family: 'PFDinTextCompPro-Regular';
  margin-bottom: 15px;
  font-size: 22px;
  color: #c2dba5;
}
.block-calendar .calendar {
  font-family: 'PFBeauSansPro-SeBold';
  font-size: 18px;
  position: relative;
}
.block-calendar .calendar .prev {
  float: left;
}
.block-calendar .calendar .next {
  float: right;
}
.block-calendar .calendar #month {
  background-color: #4b6174;
  color: #fff;
  width: 194px;
  float: left;
  margin-left: 4px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
}
.block-calendar .calendar #monthdays {
  border-collapse: collapse;
  width: 278px;
  margin-top: 4px;
  margin-left: -1px;
}
.block-calendar .calendar #monthdays td a {
  display: block;
  border: 1px solid #4a5e6f;
  width: 34px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  text-decoration: none;
  color: #8aa3b9;
  margin-bottom: 3px;
  margin-right: 1px;
  margin-left: 1px;
}
.block-calendar .calendar #monthdays td a.sel {
  color: #c2dba5;
}
.block-calendar .calendar #monthdays td a:hover {
  background-color: #364756;
}
.simple-right-list {
  border-top: 1px solid #4f6374;
  padding-top: 25px;
  margin-bottom: 10px;
}
.simple-right-list h3 {
  font-family: 'PFDinTextCompPro-Regular';
  margin-bottom: 15px;
  font-size: 22px;
  color: #c2dba5;
  padding-left: 13px;
}
.simple-right-list ul li {
  border-bottom: 1px solid #4f6374;
  padding: 10px 18px;
}
.simple-right-list ul li:first-child {
  border-top: 1px solid #4f6374;
}
.simple-right-list ul li a {
  color: #fff;
}
.simple-right-list ul li a:hover {
  text-decoration: underline;
}
.simple-right-list ul li .date {
  font-family: 'PFBeauSansPro-Reg';
  color: #a4b8c9;
  margin-right: 5px;
}
.simple-right-list ul li .date .time {
  font-family: 'PFBeauSansPro-Book';
  color: #9cc66a;
  margin-right: 5px;
}
.simple-right-list.green {
  margin-bottom: 20px;
}
.simple-right-list.green h3 {
  color: #79d394;
}
.simple-right-list.green li {
  padding: 0;
}
.simple-right-list.green .date {
  color: #d9efe3;
}
.simple-right-list.green .date .time {
  color: #303f4c;
}
.simple-right-list.green .preview {
  margin-top: 2px;
  color: #151515;
}
.simple-right-list.green li {
  border-top: 1px solid #64d99d;
  border-bottom: none;
}
.simple-right-list.green li:first-child {
  border-top: none;
}
.simple-right-list.green li a {
  display: block;
  padding: 18px 14px;
  background-color: #5ac079;
}
.simple-right-list.green li a:hover {
  background-color: #46ac65;
  text-decoration: none;
}
.simple-right-list.green .image {
  float: left;
  width: 120px;
  text-align: center;
  background-color: #5ac079;
  min-height: 110px;
  line-height: 100px;
}
.simple-right-list.green .image a {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-right-list.green .image a:hover {
  background-color: #5ac079;
}
.simple-right-list.green .info {
  float: right;
  width: 210px;
  background-color: #4fb66e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px;
}
.simple-right-list.green .info a {
  background-color: #4fb66e;
  padding: 0;
}
.simple-right-list.green .info a:hover {
  background-color: #4fb66e;
  text-decoration: underline;
}
.simple-right-list.green.full-green ul li {
  background-color: #4fb66e;
}
.block-detail-view {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #d6e2ec;
  border-bottom-width: 4px;
  margin-bottom: 11px;
  min-height: 400px;
  font-size: 14px;
  line-height: 19px;
}
.block-detail-view em {
	font-style: italic;
}
.block-detail-view .header {
  margin-bottom: 20px;
}
.block-detail-view .header h1 {
  font-family: 'PFBeauSansPro-Book';
  font-size: 32px;
  line-height: 36px;
  color: #151515;
  width: 540px;
  margin-left: 0;
}
.block-detail-view .header .date {
  font-family: 'PFBeauSansPro-Light';
  font-size: 18px;
  color: #a4b8c9;
  float: left;
}
.block-detail-view .header .date span {
  font-family: 'PFBeauSansPro-Book';
  color: #9cc66a;
}
.block-detail-view .header .print {
  float: right;
}
.block-detail-view .header .print a {
  font-size: 14px;
  color: #8ea6c0;
  margin-left: 5px;
}
.block-detail-view .main-image {
  width: 660px;
  margin-left: -16px;
  border-bottom: 3px solid #d6e2ec;
  margin-bottom: 15px;
}

.wrapp-social {position: relative;}
.wrapp-social:hover .wrapp-social-buttons{display: block;}
.wrapp-social-buttons {
	display: none;
	background: Transparent;
	position: absolute;
	top: 10px; right: 10px;
	text-align: right;
}

.social-list-buttons{
	display: none;
	text-align: left;
	background: #fff;
	padding: 10px 10px 5px;
	position: relative;
	margin-top: 10px; 
}
.social-list-buttons:before{
	content: '';
	display: block;
	width: 11px; height: 5px;
	background: url('/i/social_bak_mark.png') 0 0 no-repeat;
	position: absolute;
	top: -5px; right: 40px;
}
.social-list-buttons li{padding-bottom: 5px;}
.social-list-buttons li a{text-decoration: underline;}
.share-buttons{
	display: inline-block;
	line-height: 25px;
	color: #8ea6c0;
	padding: 0 10px;
	background: #fff;
	cursor: pointer;
}
.social-ico-facebook,
.social-ico-vk,
.social-ico-twiter{
	display: inline-block;
	width: 32px; height: 33px;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url('/i/social_icon.png');
	background-repeat: no-repeat;
}
.social-ico-facebook{background-position: 0 0;}
.social-ico-vk{background-position: 0 -38px;}
.social-ico-twiter{background-position: 0 -76px;}


.block-detail-view p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 19px;
}
.block-detail-view blockquote {
  position: relative;
  background: url(../blockquote.png) 0 15px no-repeat;
  border-top: 1px solid #d6e2ec;
  border-bottom: 1px solid #d6e2ec;
  color: #6190b8;
  font-size: 18px;
  line-height: 23px;
  font-style: italic;
  padding: 12px 40px 14px;
  margin: 20px 0;
}
.block-detail-view blockquote:after {
  background: url(../blockquote_down.png) no-repeat;
  width: 21px;
  height: 19px;
  position: absolute;
  content: '';
  bottom: 17px;
  right: 10px;
}
.big-carousel {
  position: relative;
  width: 625px;
  min-height: 100px;
  margin-bottom: 23px;
}
.big-carousel.full-width {
  width: 658px;
  margin-left: -15px;
  border-bottom: 3px solid #d6e2ec;
}
.big-carousel .big-slider .item {
  float: left;
}
.big-carousel .counter {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 138px;
  height: 32px;
}
.big-carousel .counter .arrow {
  float: left;
  width: 36px;
  height: 32px;
  cursor: pointer;
}
.big-carousel.full-width .counter .arrow {
  border-bottom: 3px solid #81ac4d;
}
.big-carousel .counter .arrow.prev {
  background: url(../car_prev.png) no-repeat;
}
.big-carousel .counter .arrow.next {
  background: url(../car_next.png) no-repeat;
}
.big-carousel .counter .position {
  font-family: 'PFBeauSansPro-Light';
  float: left;
  background-color: #4b6174;
  width: 66px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.big-carousel.full-width .counter .position {
  border-bottom: 3px solid #303f4c;
  line-height: 35px;
}
.big-carousel .counter .position span {
  font-family: 'PFBeauSansPro-SeBold';
}
.block-detail-view .video {
  margin-top: 20px;
  margin-bottom: 30px;
}
.block-detail-view .poll {
  background: #e9f1f6;
  border: 1px solid #d0dde9;
  color: #222;
  padding: 18px 20px 32px 18px;
  margin: 20px -16px 17px -16px;
}
.block-detail-view .poll h3 {
  margin-bottom: 20px;
}
.block-detail-view .poll h3 img {
  vertical-align: top;
  margin-right: 10px;
}
.block-detail-view .poll .title {
  font-family: 'PFBeauSansPro-Book';
  font-size: 17px;
  margin-bottom: 15px;
}
.block-detail-view .poll ol {
  margin-left: 18px;
}
.block-detail-view .poll li {
  list-style: decimal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.block-detail-view .poll .question {
  font-family: 'PFBeauSansPro-Book';
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 7px;
}
.block-detail-view .poll .answers {
  font-size: 14px;
  font-weight: normal;
}
.block-detail-view .poll .change-results {
  font-family: 'PFBeauSansPro-SeBold';
  display: inline-block;
  margin-top: 15px;
  zoom: 1;
  *display: inline;
  border: none;
  border-bottom: 4px solid #85a95b;
  background-color: #9cc66a;
  font-size: 17px;
  color: #303f4c;
  text-align: center;
  text-transform: uppercase;
  height: 39px;
  line-height: 41px;
  cursor: pointer;
  padding: 0 15px
}
.block-detail-view .poll .change-results:hover {
  background-color: #aad17c;
  border-bottom-color: #85a95b;
}

.block-detail-view .poll .answers .votes {
  float: right;
  line-height: 13px;
  margin-top: 6px;
  text-align: left;
  width: 100px;
}
.block-detail-view .poll .answers .scale {
  position: relative;
  float: left;
  border: 1px solid #aac5e3;
  width: 500px;
  height: 26px;
  line-height: 26px;
  color: #333;
  margin-bottom: 9px;
}
.block-detail-view .poll .answers span {
  margin-left: 10px;
  position: relative;
}
.block-detail-view .poll .answers .res {
  float: right;
  position: relative;
  color: #333;
  margin-right: 10px;
}
.block-detail-view .poll .answers label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 7px;
  cursor: pointer;
}
.block-detail-view .poll .icheckbox_flat-green,
.block-detail-view .poll .iradio_flat-green {
  margin-right: 5px;
}
.block-detail-view .poll.poll-questions .actions {
  margin-top: 25px;
}
.block-detail-view .poll.poll-questions input[type="submit"] {
  font-family: 'PFBeauSansPro-Book';
  width: 180px;
  float: left;
}
.block-detail-view .poll.poll-questions .show-results {
  font-family: 'PFBeauSansPro-Book';
  display: block;
  float: left;
  width: 260px;
  border: none;
  border: 1px solid #d6e2ec;
  border-bottom-width: 4px;
  background-color: #f4f8fb;
  font-size: 17px;
  color: #303f4c;
  text-align: center;
  text-transform: uppercase;
  height: 37px;
  line-height: 41px;
  cursor: pointer;
  margin-left: 11px;
}
.block-detail-view .poll.poll-questions .show-results:hover {
  background-color: #f8fcff;
}
.block-detail-view .poll.poll-questions .delim {
  padding: 0 10px;
  color: #778fa9;
}
.block-detail-view .poll .answers .scale .line {
  position: absolute;
  height: 28px;
  top: -1px;
  left: -1px;
  background-color: #c2dba5;
}
.block-detail-view .tags {
  color: #66a5c3;
  font-size: 14px;
  margin-bottom: 20px;
}
.block-detail-view .tags span {
  font-family: 'PFBeauSansPro-SeBold';
  font-size: 15px;
  color: #151515;
}
.block-detail-view .source {
  font-family: 'PFBeauSansPro-Reg';
  font-size: 15px;
  color: #303f4c;
  text-align: right;
  margin-bottom: 20px;
}
.block-detail-view .title-error {
  font-family: 'PFBeauSansPro-SeBold';
  text-transform: uppercase;
  color: #495d6e;
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px;
}
.block-detail-view .title-warning {
  font-family: 'PFBeauSansPro-Reg';
  color: #495d6e;
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px;
}
.block-detail-view .title-warning span {
  font-family: 'PFBeauSansPro-SeBold';
}
.block-detail-view .error-404 {
  text-align: center;
  margin-bottom: 15px;
}
.block-detail-view .hint-error {
  font-family: 'PFBeauSansPro-Book';
  font-size: 20px;
  color: #495d6e;
  margin-bottom: 20px;
  text-align: center;
}
.block-detail-view .button-error {
  text-align: center;
  padding-bottom: 70px;
}
.block-detail-view p a {
  color: #8ebdd3;
  text-decoration: underline;
}
.block-detail-view p a:hover {
  color: #6398c9;
  text-decoration: none;
}
.block-detail-view .big-date {
  margin-right: 13px;
  float: left;
  background-color: #9cc66a;
  color: #fff;
  padding-top: 33px;
  padding-bottom: 33px;
  text-align: center;
  width: 120px;
}
.block-detail-view .big-date .day {
  font-family: 'PFBeauSansPro-SeBold';
  margin-bottom: 15px;
  font-size: 36px;
}
.block-detail-view .big-date .month {
  font-family: 'PFBeauSansPro-Reg';
  font-size: 22px;
}
.block-detail-view.with-date h1 {
  width: 620px;
}
.block-detail-view.with-date h1 span {
  font-family: 'PFBeauSansPro-Light';
}
.block-detail-view .filter-menu {
  min-height: 30px;
  line-height: 35px;
}
.block-detail-view .filter-menu a {
  font-family: 'PFBeauSansPro-Book';
  font-size: 16px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
  border-bottom: 2px solid #d6e2ec;
  line-height: 22px;
}
.block-detail-view .filter-menu a:hover {
  border-bottom: 4px solid #9cc66a;
}
/*.block-detail-view .filter-menu a:first-child {*/
  /*margin-right: 0;*/
/*}*/
.block-detail-view .show-date {
  font-family: 'PFBeauSansPro-Reg';
  font-size: 20px;
  color: #a4b8c9;
  margin-bottom: 14px;
  margin-top: 15px;
}
.block-detail-view .show-date span {
  font-family: 'PFBeauSansPro-Book';
  color: #9cc66a;
}
.block-detail-view .line-bottom {
  width: 300px;
  height: 1px;
  background-color: #d6e2ec;
  margin: 13px 0 18px;
}
.block-detail-view .important-message {
  font-family: 'PFBeauSansPro-Book';
  color: #e87960;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 10px;
}
.block-detail-view .hint-message p {
  font-family: 'PFBeauSansPro-Reg';
  color: #4b6174;
  font-size: 16px;
  line-height: 24px;
}
.block-socials {
  margin-bottom: 18px;
}
.block-socials a.fb,
.block-socials a.tweet,
.block-socials a.vk {
  font-family: Arial, Verdana, sans-serif;
  float: left;
  display: block;
  margin-right: 5px;
}
.block-socials a img {
  margin-right: 5px;
  vertical-align: middle;
}
.block-socials a.fb {
  background: url(../fb_share.png) no-repeat;
  width: 83px;
  height: 33px;
}
.block-socials a.fb:hover {
  background-position: 0 -33px;
}
.block-socials a.tweet {
  background: url(../tweet.png) no-repeat;
  width: 84px;
  height: 33px;
}
.block-socials a.tweet:hover {
  background-position: 0 -33px;
}
.block-socials a.vk {
  background: url(../vk_share.png) no-repeat;
  width: 125px;
  height: 33px;
}
.block-socials a.vk:hover {
  background-position: 0 -33px;
}
.block-socials .facebook-like {
  float: left;
  padding: 0 5px;
  background-color: #b9c4ea;
  padding-top: 6px;
  height: 27px;
}
.block-socials .vk-like {
  float: left;
  padding: 0 3px;
  background-color: #b9d6ea;
  padding-top: 4px;
  height: 29px;
  margin-right: 5px;
}
.block-socials .comments {
  background: #f4f8fb url('/i/comments.png') right top no-repeat;
  float: left;
  margin-left: 5px;
  height: 31px;
  line-height: 31px;
  text-align: left;
  border: 1px solid #dce8f0;
  color: #7f7f7f;
}
.block-socials .comments a img { margin-right: 0; }
.block-socials .print {
  float: right;
  margin-top: 6px;
}
.block-socials .print a {
  font-family: 'PFBeauSansPro-Light';
  color: #8ea6c0;
  text-transform: none;
  margin-left: 5px;
}
.main-search {
  border-top: 1px solid #d6e2ec;
  background-color: #afd483;
  height: 42px;
  padding-top: 10px;
}
.main-search input[type="text"] {
  height: 28px;
  border: none;
  border-top: 3px solid #e3edd8;
  width: 585px;
  padding: 0 10px;
  margin-left: 12px;
  margin-right: 7px;
  font-size: 15px;
  float: left;
}
.main-search input[type="submit"] {
  background: url(../search_icon.png) no-repeat;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  margin-top: 2px;
}
.main-search-select-filter {
  background-color: #a1c972;
  padding-left: 12px;
  padding-top: 10px;
  height: 32px;
  border-bottom: 4px solid #93b866;
}
.main-search-select-filter .selectbox {
  margin-right: 12px;
}
.main-search-select-filter .selectbox .select {
  border-top-color: #e3edd8;
  background: #fff !important;
  box-shadow: none;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.main-search-select-filter .selectbox .dropdown {
  top: 22px !important;
  width: 128px !important;
}
.search-results {
  background-color: #fff;
  border: 1px solid #d6e2ec;
  border-top: none;
  border-bottom: none;
}
.search-results .result-hint {
  margin: 0 14px;
  padding: 14px 0;
  color: #6a8092;
  border-bottom: 1px solid #d6e2ec;
  font-size: 14px;
}
.search-results .result-hint span {
  color: #303f4c;
  font-weight: bold;
}
.search-results ul li {
  border-bottom: 1px solid #d6e2ec;
  padding: 13px 20px;
}
.search-results ul li .position {
  font-family: 'PFBeauSansPro-SeBold';
  font-size: 18px;
  color: #9cc66a;
  width: 35px;
  float: left;
  line-height: 20px;
}
.search-results ul li .info {
  width: 580px;
  float: right;
}
.search-results ul li .info .title {
  margin-bottom: 7px;
  margin-left: -5px;
}
.search-results ul li .info .title a {
  font-family: 'PFBeauSansPro-Book';
  color: #151515;
  font-size: 18px;
  line-height: 19px;
  margin-left: 5px;
}
.search-results ul li .info .title a:hover {
  text-decoration: underline;
}
.search-results ul li .info .date {
  font-family: 'PFBeauSansPro-Reg';
  color: #5e768a;
  margin-bottom: 7px;
}
.search-results ul li .info .date span {
  font-family: 'PFBeauSansPro-Book';
  color: #9cc66a;
  margin-right: 5px;
}
.search-results ul li .info .preview {
  font-size: 14px;
  line-height: 18px;
}
.search-results ul li .info .preview a:hover {
  text-decoration: underline;
}
h1.with-icon {
  float: left;
  margin-top: 25px;
}
.title-icon {
  float: right;
  width: 260px;
  height: 65px;
  border: 1px solid #dde6ed;
  margin-bottom: 17px;
}
.blocks-list {
  margin-bottom: 10px;
}
.blocks-list .block {
  width: 320px;
  float: left;
}
.blocks-list .block.first {
  margin-right: 20px;
}
.blocks-list .block .block-image {
  height: 270px;
  line-height: 240px;
  text-align: center;
  background-color: #5ac079;
}
.blocks-list .block .block-content {
  padding: 13px 10px 5px;
  min-height: 95px;
  border: 1px solid #d6e2ec;
  border-bottom-width: 4px;
  margin-bottom: 20px;
}
.blocks-list .block .block-content .date {
  font-family: 'PFBeauSansPro-Reg';
  color: #5ac079;
  margin-bottom: 13px;
}
.blocks-list .block .block-content .preview a {
  font-family: 'PFBeauSansPro-Book';
  font-size: 16px;
  line-height: 20px;
}
.blocks-list .block .block-content .preview a:hover {
  text-decoration: underline;
}
.strange-header .left-col {
  float: left;
  background-color: #5ac079;
  width: 320px;
  height: 270px;
  line-height: 240px;
  text-align: center;
}
.strange-header .right-col {
  position: relative;
  float: right;
  background-color: #4fb66e;
  padding: 50px 90px 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 340px;
  height: 270px;
}
.strange-header .right-col .delim-line {
  margin: 13px 0 15px;
  background-color: #8fd7a5;
  height: 1px;
}
.strange-header .right-col .date {
  font-family: 'PFBeauSansPro-Reg';
  color: #9fdfb3;
  margin-bottom: 8px;
}
.strange-header .right-col .title {
  font-family: 'PFBeauSansPro-Book';
  color: #fff;
  font-size: 21px;
  line-height: 26px;
}
.strange-header .right-col .print {
  position: absolute;
  bottom: 16px;
}
.strange-header .right-col .print img {
  margin-right: 5px;
}
.strange-header .right-col .print a {
  font-family: PFBeauSansPro-Light;
  font-size: 14px;
  color: #326c44;
}
.print-alone {
  text-align: right;
  margin-bottom: 20px;
  margin-top: -10px;
}
.print-alone img {
  margin-right: 5px;
}
.print-alone a {
  font-size: 14px;
  color: #8ea6c0;
}
.date-view-header {
  height: 136px;
  padding-left: 15px;
  margin-top: -16px;
}
.date-view-header .date {
  float: left;
  width: 160px;
  height: 100%;
  background-color: #9cc66a;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}
.block-detail-view .date-view-header .date .day {
  font-family: 'PFBeauSansPro-SeBold';
  margin-top: 40px;
  font-size: 52px;
  margin-bottom: 30px;
}
.block-detail-view .date-view-header .date .month {
  font-family: 'PFBeauSansPro-Reg';
  font-size: 28px;
}
.block-detail-view .date-view-header .info h1 {
  margin-top: 30px;
  font-size: 36px;
  margin-bottom: 25px;
}
.block-detail-view .circle-delim {
  background: url(../cirtcle_delim.png) top center no-repeat;
  width: 658px;
  height: 13px;
  margin: 20px 0 20px -15px;
  position: relative;
}
.block-detail-view .list-block h3 {
  font-family: 'PFBeauSansPro-Book';
  font-size: 28px;
  border-bottom: 5px solid #c2dba5;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 28px;
  margin-bottom: 25px;
  margin-left: 5px;
  text-transform: none;
}
.block-detail-view .list-block .list-with-image ul li {
  border-top: 1px solid #d6e2ec;
  padding: 18px 18px;
  width: 624px;
  margin-left: -15px;
}
.block-detail-view .list-block .list-with-image ul li:first-child {
  border-top: none;
}
.block-detail-view .list-block .list-with-image li .image {
  float: left;
  width: 154px;
  height: 154px;
}
.block-detail-view .list-block .list-with-image li .image img {
  -webkit-border-radius: 77px;
  -moz-border-radius: 77px;
  border-radius: 77px;
}
.block-detail-view .list-block .list-with-image li .info {
  float: right;
  width: 420px;
}
.block-detail-view .list-block .list-with-image li .info .title {
  font-family: 'PFBeauSansPro-SeBold';
  font-size: 19px;
  margin-top: 7px;
  margin-bottom: 18px;
}
.block-detail-view .list-block .list-with-image li .info .title a:hover {
  text-decoration: underline;
}
.block-detail-view .list-block .list-with-image li .info .line {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
}
.block-detail-view .list-block .list-with-image li .info .detail {
  text-align: right;
}
.block-detail-view .list-block .list-i {
  margin-bottom: 25px;
}
.block-detail-view .list-block .list-i .main-title {
  font-family: 'PFDinTextCompPro-Regular';
  text-transform: uppercase;
  font-size: 22px;
  margin-left: 5px;
  margin-bottom: 15px;
}
.block-detail-view .list-block .list-i .main-title a {
  color: #2c5676;
}
.block-detail-view .list-block .list-i .item a.date {
  font-family: 'PFBeauSansPro-Reg';
  background: url(../green_arrow.png) no-repeat;
  width: 134px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  color: #fff;
  margin-left: -16px;
  font-size: 14px;
  float: left;
}
.block-detail-view .list-block .list-i .item .info {
  width: 500px;
  float: right;
  margin-top: 6px;
}
.block-detail-view .list-block .list-i .item .info .title {
  font-family: 'PFBeauSansPro-Book';
  font-size: 17px;
}
.block-detail-view .list-block .list-i .item .info .title a:hover {
  text-decoration: underline;
}
.block-detail-view .list-block .list-i .item .info .separator {
  width: 160px;
  height: 1px;
  background-color: #d6e2ec;
  margin: 8px 0;
}
.block-detail-view .list-block .list-i .item .info .line {
  font-size: 14px;
  margin-bottom: 5px;
}
.block-detail-view .list-block .list-i .item .info .block {
  margin-bottom: 30px;
}
.block-detail-view .list-block p {
  margin-left: 5px;
}
.very-simple-list {
  padding-top: 25px;
  margin-bottom: 18px;
}
.very-simple-list h3 {
  font-family: 'PFDinTextCompPro-Regular';
  margin-bottom: 15px;
  font-size: 22px;
  color: #c2dba5;
  padding-left: 13px;
}
.very-simple-list li {
  border-bottom: 1px solid #4f6374;
  padding: 16px;
}
.very-simple-list li:first-child {
  border-top: 1px solid #4f6374;
}
.very-simple-list li .title {
  margin-bottom: 8px;
}
.very-simple-list li .title a {
  font-family: 'PFBeauSansPro-Book';
  color: #9cc66a;
  font-size: 18px;
}
.very-simple-list li .prices {
  color: #fff;
}
.very-simple-list li .prices a {
  float: right;
  color: #a4b8c9;
  font-size: 12px;
}
.block-detail-view h1.single {
  margin: 10px 0 25px 10px;
}
.block-detail-view .single-date {
  font-family: 'PFBeauSansPro-Light';
  font-size: 18px;
  color: #a4b8c9;
  margin-bottom: 22px;
}
.block-detail-view .single-date span {
  font-family: 'PFBeauSansPro-Book';
  color: #9cc66a;
  margin-left: 8px;
}
.block-detail-view .description-items {
  font-size: 14px;
}
.block-detail-view .description-items .item {
  margin-bottom: 4px;
}
.block-detail-view .detail-information {
  text-align: right;
  margin-top: -10px;
}
.block-detail-view .blue-line {
  height: 1px;
  background-color: #d6e2ec;
  margin: 18px 0;
}
.big-image-list {
  padding-top: 25px;
  margin-bottom: 18px;
}
.big-image-list h3 {
  font-family: 'PFDinTextCompPro-Regular';
  margin-bottom: 15px;
  font-size: 22px;
  color: #c2dba5;
  padding-left: 13px;
}
.big-image-list li {
  border-bottom: 1px solid #4f6374;
  padding: 19px 18px;
}
.big-image-list li:first-child {
  border-top: 1px solid #4f6374;
}
.big-image-list li .block {
  background-color: #4b6174;
  border: 1px solid #4b6174;
  border-bottom-width: 3px;
  border-bottom-color: #222d36;
  padding-bottom: 7px;
}
.big-image-list li .block .image {
  height: 159px;
  margin-bottom: 12px;
}
.big-image-list li .block .description {
  padding: 0 10px;
}
.big-image-list li .block .title {
  margin-bottom: 7px;
}
.big-image-list li .block .title a {
  font-family: 'PFBeauSansPro-Book';
  color: #c2dba5;
  font-size: 17px;
}
.big-image-list li .block .title a:hover {
  text-decoration: underline;
}
.big-image-list li .block .hint {
  color: #abbbc8;
  font-size: 12px;
}
.narrow-blocks-list {
  margin-bottom: 8px;
}
.narrow-blocks-list .item {
  position: relative;
  width: 212px;
  padding: 13px 0 62px;
  background-color: #dfeaf4;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.narrow-blocks-list .item.third {
  margin-right: 0;
}
.narrow-blocks-list .item img {
  -webkit-border-radius: 93px;
  -moz-border-radius: 93px;
  border-radius: 93px;
}
.narrow-blocks-list .item .info {
  width: 150px;
  margin: 0 auto;
}
.narrow-blocks-list .item .title {
  margin-top: 13px;
  margin-bottom: 10px;
}
.narrow-blocks-list .item .title a {
  font-family: 'PFBeauSansPro-Book';
  color: #303f4c;
  font-size: 22px;
  line-height: 24px;
}
.narrow-blocks-list .item .hint {
  color: #70889d;
  font-size: 14px;
  line-height: 16px;
}
.narrow-blocks-list .item a.more-button {
  position: absolute;
  font-family: 'PFBeauSansPro-Book';
  background: url(../big_arrow.png) 188px 13px no-repeat;
  display: block;
  background-color: #4a6780;
  width: 212px;
  font-size: 16px;
  color: #d7eaf3;
  text-align: center;
  height: 40px;
  line-height: 44px;
  border-bottom: 3px solid #3a556d;
  left: 0;
  bottom: 0;
}
.narrow-blocks-list .item a.more-button:hover {
  background-color: #415d75;
}
.detail-info-block {
  height: 220px;
  border-bottom: 3px solid #b2c5d4;
  background-color: #d6e2ec;
}
.detail-info-block .image {
  width: 220px;
  float: left;
  text-align: center;
}
.detail-info-block .image img {
  -webkit-border-radius: 93px;
  -moz-border-radius: 93px;
  border-radius: 93px;
  margin-top: 15px;
}
.detail-info-block .info {
  float: left;
  width: 410px;
  padding-right: 18px;
}
.detail-info-block .info h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}
.detail-info-block .info .description {
  color: #698c9c;
}
.detail-info-block .info .light-line {
  background-color: #e7f0f7;
  width: 225px;
  height: 1px;
  margin: 10px 0;
}
.detail-info-block .info .site {
  margin-bottom: 13px;
}
.detail-info-block .info .site a {
  color: #303f4c;
}
.detail-info-block .info .socials-title {
  float: left;
}
.detail-info-block .info .socials-list {
  float: right;
  width: 270px;
}
.detail-info-block .info .socials-list li {
  margin-bottom: 2px;
}
.detail-info-block .info .socials-list a {
  color: #7da1b2;
}
.detail-info-block .info .socials-list a span {
  text-decoration: underline;
  color: #303f4c;
}
.detail-info-block .info .socials-list a span:hover {
  text-decoration: none;
}
.detail-info-block .info .socials-list .show-popup-near {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: underline;
  color: #303f4c;
  cursor: pointer;
}
.detail-info-block .info .socials-list .show-popup-near:hover {
  text-decoration: none;
}
.detail-info-block .info .socials-list .popup-near {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 17px;
  border: 1px solid #b2c5d4;
  border-bottom-width: 4px;
  cursor: auto;
  width: 230px;
  left: -50px;
}
.detail-info-block .info .socials-list .popup-near .close {
  background: url(../close_hint.png) no-repeat;
  position: absolute;
  display: block;
  right: 6px;
  top: 6px;
  width: 10px;
  height: 9px;
  cursor: pointer;
}
.detail-info-block .info .socials-list .popup-near a {
  font-size: 14px;
  color: #303f4c;
}
.block-detail-view h3.title-new {
  font-family: 'PFBeauSansPro-Book';
  font-size: 26px;
  margin: 20px 0 15px;
}
.block-detail-view .expanded-description {
  height: 155px;
  overflow: hidden;
}
.block-detail-view .expand-description {
  margin-top: 15px;
  text-align: center;
}
.block-detail-view .expand-description span {
  background: url(../block_to_expand.png) 0 2px no-repeat;
  font-family: 'PFBeauSansPro-Book';
  font-size: 15px;
  color: #303f4c;
  padding-left: 20px;
}
.block-detail-view .expand-description span.to-hide {
  background: url(../block_to_hide.png) 0 2px no-repeat;
}
.block-detail-view .expand-description span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.block-detail-view .full-line {
  background-color: #d6e2ec;
  width: 660px;
  height: 1px;
  margin: 13px 0 20px -26px;
}
.block-detail-view .slider-list {
  position: relative;
  margin-bottom: 23px;
}
.block-detail-view .slider-list .item {
  width: 110px;
  height: 86px;
  border: 2px solid #d6e2ec;
  float: left;
  margin: 0 4px;
}
.block-detail-view .slider-list .arrow {
  position: absolute;
  width: 10px;
  height: 16px;
  top: 36px;
}
.block-detail-view .slider-list .arrow.prev {
  background: url(../slide_prev.png) no-repeat;
  left: -15px;
}
.block-detail-view .slider-list .arrow.next {
  background: url(../slide_next.png) no-repeat;
  right: -15px;
}
.block-detail-view .another-line {
  background-color: #d6e2ec;
  height: 1px;
  margin: 23px 0 14px;
}
.simple-right-list.blue {
  margin-bottom: 15px;
}
.simple-right-list.blue h3 {
  color: #bfd7eb;
}
.simple-right-list.blue li {
  background-color: #a0cce1;
  border-bottom-color: #8abbd3;
}
.simple-right-list.blue .date {
  color: #5e768a;
}
.simple-right-list.blue .date span.time {
  color: #fff;
}
.simple-right-list.blue li a {
  color: #303f4c;
}
.detail-info-block.blue {
  position: relative;
  background-color: #a0cce1;
  border-bottom-color: #7fb5cf;
}
.detail-info-block.blue .info .description {
  color: #4a6780;
}
.detail-info-block.blue .info .light-line {
  background-color: #c0dfee;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 6px;
}
.detail-info-block.blue .info .date {
  color: #578aa3;
  margin-bottom: 4px;
}
.detail-info-block.blue .info .main-title {
  font-family: 'PFBeauSansPro-Book';
  margin-bottom: 6px;
  margin-left: 0;
  margin-top: 20px;
  color: #151515;
  font-size: 24px;
  line-height: 20px;
}
.detail-info-block.blue .info .title {
  font-family: 'PFBeauSansPro-Book';
  font-size: 16px;
  line-height: 20px;
}
.detail-info-block.blue .info .text {
  margin-top: 4px;
  color: #3d5763;
}
.detail-info-block.blue .info .text a:hover {
  text-decoration: underline;
}
.detail-info-block.blue .info a.detail-button {
  position: absolute;
  font-family: 'PFBeauSansPro-Book';
  background: url(../big_arrow.png) 95% 13px no-repeat;
  display: block;
  background-color: #41576a;
  font-size: 16px;
  padding: 0 40px 0 18px;
  color: #d7eaf3;
  text-align: center;
  height: 40px;
  line-height: 44px;
  border-bottom: 3px solid #3a556d;
  right: 0;
  bottom: -3px;
}
.detail-info-block.blue .info a.detail-button:hover {
  background-color: #4a6780;
}
.block-detail-view .block-another-list {
  margin-left: -26px;
  width: 660px;
}
.block-detail-view .block-another-list .item {
  border-bottom: 1px solid #d6e2ec;
  padding: 23px 0;
  position: relative;
}
.block-detail-view .block-another-list .image {
  width: 165px;
  float: left;
  text-align: center;
}
.block-detail-view .block-another-list .image img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #d6e2ec;
}
.block-detail-view .block-another-list .info {
  float: left;
  width: 475px;
  padding-right: 15px;
}
.block-detail-view .block-another-list .info .title {
  margin-bottom: 5px;
}
.block-detail-view .block-another-list .info .title a {
  font-family: 'PFBeauSansPro-Book';
  font-size: 20px;
}
.block-detail-view .block-another-list .info .title a:hover {
  text-decoration: underline;
}
.block-detail-view .block-another-list .info .hint {
  color: #7799a9;
}
.block-detail-view .block-another-list .info .s-line {
  width: 135px;
  height: 1px;
  margin: 7px 0 9px;
  background-color: #d6e2ec;
}
.block-detail-view .block-another-list .info .text {
  font-family: 'PFBeauSansPro-Book';
  font-size: 16px;
}
.block-detail-view .block-another-list .info .bottom {
  position: absolute;
  bottom: 23px;
}
.block-detail-view .block-another-list .info .bottom {
  color: #7799a9;
}
.block-detail-view .block-another-list .info .bottom span.date {
  font-family: 'PFBeauSansPro-Reg';
  margin-right: 10px;
}
.block-detail-view .block-another-list .info .bottom a {
  font-family: 'PFBeauSansPro-Reg';
  color: #e87960;
  margin-left: 10px;
}
.persons-list {
  margin-bottom: 15px;
  padding-top: 25px;
}
.persons-list h3 {
  font-family: 'PFDinTextCompPro-Regular';
  margin-bottom: 15px;
  font-size: 22px;
  color: #bfd7eb;
  padding-left: 13px;
}
.persons-list h3 a {
  color: #bfd7eb;
}
.persons-list li {
  background-color: #d6e2ec;
  border-bottom: 1px solid #e2edf6;
  padding: 14px 0;
}
.persons-list li .image {
  float: left;
  width: 150px;
  text-align: center;
}
.persons-list li .image img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-color: #fff;
}
.persons-list li .info {
  float: left;
  width: 150px;
  padding-right: 29px;
}
.persons-list li .info .title {
  font-family: 'PFBeauSansPro-Book';
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 7px;
  margin-top: 5px;
}
.persons-list li .info .post {
  color: #558196;
}
.persons-list li .info .post a {
  color: #558196;
}
.persons-list .more-persons {
  background-color: #d6e2ec;
  text-align: right;
  padding: 10px 22px;
  border-bottom: 4px solid #aabdcd;
}
.persons-list .more-persons a {
  color: #303f4c;
  font-size: 12px;
}

.block-detail-view .left-inner-block {
  float: left;
  position: relative;
  padding-top: 20px;
  width: 220px;
  height: 360px;
  background-color: #dfeaf4;
  text-align: center;
  margin-left: -15px;
  margin-right: 17px;
}
.block-detail-view .left-inner-block img {
  -webkit-border-radius: 93px;
  -moz-border-radius: 93px;
  border-radius: 93px;
}
.block-detail-view .left-inner-block .title {
  font-family: 'PFBeauSansPro-Book';
  margin: 17px auto 7px;
  width: 185px;
  font-size: 22px;
  line-height: 26px;
  color: #303f4c;
}
.block-detail-view .left-inner-block .hint {
  color: #70889d;
  font-size: 14px;
  line-height: 18px;
  width: 190px;
  margin: 0 auto;
}
.block-detail-view .left-inner-block .more {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 17px;
}
.right-poll {
  width: 310px;
  margin: 0 auto 25px;
}
.right-poll h3 {
  color: #c2dba5;
  padding: 18px 1px 15px;
}
.right-poll .title {
  font-family: 'PFBeauSansPro-SeBold';
  color: #d6e2ec;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
}
.right-poll .line {
  margin-bottom: 10px;
}
.right-poll .line label {
  cursor: pointer;
  font-size: 14px;
  color: #d6e2ec;
  margin-left: 5px;
  vertical-align: middle;
}
.right-poll a.show-result {
  color: #bcc6cf;
  font-size: 12px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 8px;
}
.right-poll .results .line {
  background-color: #c2dba5;
  position: relative;
  height: 28px;
  margin-top: 9px;
  line-height: 28px;
}
.right-poll .results .answer {
  position: relative;
  z-index: 1;
  float: left;
  padding-left: 10px;
  font-size: 14px;
  color: #303f4c;
}
.right-poll .results .result {
  font-family: 'PFBeauSansPro-SeBold';
  padding-right: 10px;
  font-size: 16px;
  color: #303f4c;
  float: right;
  position: relative;
  z-index: 1;
}
.right-poll .results .scale {
  position: absolute;
  height: 100%;
  background-color: #9cc66a;
}

.block-detail-view table {
  width: 100%;
}
.block-detail-view table td {
  height: 20px;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  border: 1px solid #e6eaed;
  padding: 8px 20px;
}
.block-detail-view table td.title {
  background-color: #d9e3ed;
  -ms-text-align-last: right;
  text-align-last: right;
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 12px;
}

span.bold {
  font-weight: bold;
}

.fbanner {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.widget_iframe iframe{width: 625px !important;}

#footer .footer-menu .mobile-link{
position: absolute;
top: 0;
right: 0;
font-size: 16px;
color: #96a8b8;
}
#footer .footer-menu .mobile-link:before{
content: '';
display: inline-block;
vertical-align: bottom;
width: 10px;
height: 17px;
margin-right: 7px;
background: url('/i/smart.png');
}

.sape {padding:10px;}