@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700,700i&subset=cyrillic");
/* ======================================= */
/* ========== CKE-редактор =============== */
/* ======================================= */
.inline-edit-status-block {
  z-index: 1000;
  opacity: .6;
}
.cke_reset_all textarea {
  white-space: normal !important;
}
body.cke_editable.cke_editable_themed {
  background: #fff;
  color: black;
}
/* ======================================= */
.inline-edit-status-block {
  z-index: 1000;
  opacity: .6;
}
/* ======================================= */
body, html {
  font-family: "Fira Sans", Arial, sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 15px;
  line-height: 1.3;
  /*letter-spacing: .02em;*/ 
}
h1, h2, h3 {
  font-family: "Fira Sans", Arial, sans-serif;
}
h1 {
  /*color: #0069ab;*/
  color: #083e61;
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
h2 {
  color: #083e61;
  font-size: 29px;
  font-weight: normal;
  margin: 0;
}
h2.line {
  margin-bottom: 20px;
}
h2.line a {color: #083e61;}
h2.line a:hover {color: #d50009;}
h2.line a.to-all {
  font-size: 14px;
  /* padding-top: 10px; */
  display: inline-block;
  color: #888;
}
h2.line a.to-all:hover {
  color: #d50009;
}
h3 {
  color: #0069ab;
  font-size: 18px;
  padding-bottom: 20px;
}
p {
  margin: 0 0 8px;
}
a {
  color: #026aac;
}
a:hover {
  color: #d50009;
  text-decoration: none;
}
a:focus {
  color: #d50009;
  text-decoration: none;
}
s {
  position: relative;
}
s > a {
  position: absolute;
  top: -50px;
}
.error {
  color: red;
}
.b-flex {
  display: flex;
}
.main-color {
  color: #0069ab;
}
.breadcrumb {
  padding: 0px 0px 0px;
  margin-bottom: 15px;
  list-style: none;
  background-color: inherit;
  font-size: 11px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
  content: ">";
}
.breadcrumb > .active {
  color: #000;
  display: contents;
}
.m-container {
  padding: 0;
}
.b-content {
  position: relative;
}
.rigth-column {
  margin-top: 10px;
}
.footer-push {
  margin: 0;
  padding: 0;
}
.b-footer {
  position: relative;
  background: #333;
  padding: 0;
  /* margin: 0 !important;*/
  /*margin-top: 20px;*/
  margin: 20px 0 0 0 !important;
}
.b-footer .floor1 {
  font-size: 13px;
  line-height: 1.3;
  color: #eee;
}
.b-footer .footer-logo {
  background: url(/site/themes/lapuzzle/images/BD_logo.svg) 0 0 no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
  float: left;
  margin-right: 8px;
  /* margin-top: 3px; */ 
}
.b-footer .name {
  margin-top: 9px;
  padding: 0 3px;
  color: #e0e9f0;
  font-size: 13px;
  font-weight: 700;
  border-left: 1px solid #84a7c0;
  height: 42px;
  padding-left: 9px;
  line-height: 14px;
}
.b-footer .b-text-1 {
  position: absolute;
  left: 268px;
  top: 8px;
  color: #e0e9f0;
  font-size: 10px;
  width: 155px;
  line-height: 12px;
}
.b-footer .b-text-2 {
  position: absolute;
  left: 428px;
  top: 8px;
  color: #e0e9f0;
  font-size: 10px;
  width: 400px;
  line-height: 12px;
}
.b-footer .b-counters {
  position: absolute;
  top: 11px;
  right: 0;
  width: 128px;
}
ul.level-1.footer-menu {
  padding-left: 20px;
  line-height: 1.5;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
ul.level-1.footer-menu li.first {
  display: none;
}
ul.level-1.footer-menu a {
  color: #fff;
}
#blockBottomPhone {
  font-size: 16px;
  font-weight: bold;
}
#blockCopyright {
  text-align: right;
}
#blockCopyright img {
  vertical-align: middle;
  margin-right: 4px;
}
.footer-text-1 {
  text-align: right;
}
.footer-text-2-counter {
  text-align: right;
}
.footer-text-2 {
  display: inline-block;
}
.top-line {
  height: 31px;
  background: #0069ab;
}
.top-line .container {
  /* padding: 0 20px; */
  /* width: 960px; */
  /* height: 161px; */ 
}
.top-line .phone {
  font-size: 13px;
  color: #fff;
  line-height: 31px;
}
.top-line .phone * {
  display: inline-block;
}
/* Баннер в шапке */
.b-head-banner {
  background-color: #474747;
  /*background: -moz-linear-gradient(top,  rgba(71,71,71,1) 0%, rgba(71,71,71,0.99) 1%, rgba(71,71,71,0.2) 100%);
  background: -webkit-linear-gradient(top,  rgba(71,71,71,1) 0%,rgba(71,71,71,0.99) 1%,rgba(71,71,71,0.2) 100%);
  background: linear-gradient(to bottom,  rgba(71,71,71,1) 0%,rgba(71,71,71,0.99) 1%,rgba(71,71,71,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#33474747',GradientType=0 );*/ 
}
.b-head-banner .container {
  text-align: center;
}
.b-head-banner .container .a-head-banner {
  margin: 5px 0 10px;
  display: block;
}
.b-head .b-top-line-menu {
  display: inline-block;
  /* margin-right: 60px; */ 
}
/* ===== Контакты в шапке ================================ */
.b-head-contacts {
  font-weight: bold;
  float: right;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  line-height: 1.1;
  font-size: 16px;
  text-align: right;
  margin: 25px 15px 0 0;
}
.b-head-contacts p {
  padding-bottom: 4px;
  margin-bottom: 0;
}
.b-head-contacts a {
  color: #fff;
}
.b-head-contacts a:hover {
  color: #fff;
}
/* ===== Блок второго меню и поисковой формы ============== */
.b-head-menu2-search {
  /* position: absolute; */
  /* bottom: 0; */
  text-align: right;
  margin-top: 50px;
}
/* ===== Оформление поисковой формы ===================== */
.b-head a.dt-search {
  display: block;
  position: absolute;
  top: 57px;
  left: 433px;
  color: #3a9de0;
  font-size: 35px;
  opacity: .7;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.39);
  transition: all .3s;
}
.b-head a.dt-search:hover {
  opacity: 1;
}
.b-head .b-search-dt {
  display: inline-block;
  /*    float: right;*/
  background: #fff;
  width: 200px;
  height: 25px;
  /* border-radius: 3px; */
  padding: 2px 2px 2px 6px;
  /* margin-top: 3px; */
  margin-left: 10px;
  border-bottom: 1px solid #999;
}
#ya-site-form0 .ya-site-form__search-input {
  padding: 1px !important;
}
input.ya-site-form__submit.ya-site-form__submit_type_image {
  background: url(/site/themes/lapuzzle/images/find_btn.svg) no-repeat !important;
  opacity: 0.5;
}
input.ya-site-form__submit.ya-site-form__submit_type_image:hover {
  opacity: 1;
}
#ya-site-form0 .ya-site-form__submit_type_image {
  width: 19px;
  height: 15px;
  outline: none;
  cursor: pointer;
  border: 0;
}



.m-container > .b-head {
  margin: 0;
  background: url(/site/themes/lapuzzle/images/header-bg1.jpg) top center repeat-x #333;
  box-shadow: inset 0 -5px 30px rgba(0, 0, 0, 0.5);
  /*margin-bottom: 30px;*/
  position: relative;
}
.b-head .phone {
  color: #7b9bb1;
  padding-top: 7px;
  padding-right: 4px;
  font-size: 13px;
  /* line-height: 31px; */ 
}
.b-head .b-for-artur-head {
  /* position: relative; */
  float: right;
  /* top: 20px; */
  /* right: -13px; */
  width: 160px;
  margin-top: 5px;
}
.b-for-artur-menu {
  padding: 15px 11px 4px;
  margin: 0 18px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.4);
}
.b-search-mobile {
  margin: 20px 10px 0;
  padding: 8px 12px;
  background-color: #FFF;
  border-radius: 34px;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.4);
}
.modal-body #ya-site-form1 .ya-site-form__form * {
  font-size: 16px !important;
}
.m-container > .b-head .container {
  /* background: url(/site/public/elfinder/img/Header_RSPP_01.png) no-repeat 400px bottom; */
  /* padding: 0 28px; */
  /* width: 960px; */ 
}
.m-container > .b-head .container,
.m-container > .b-head .container .min-head {
  /* min-height: 134px; */ 
}
.m-container > .b-head .logo {
  background: url(/site/themes/lapuzzle/images/logo.png) 0 0 no-repeat;
  width: 250px;
  height: 60px;
  display: inline-block;
  /* float: left; */
  margin-left: 35px;
  margin-top: 27px;
}
.m-container > .b-head .name {
  display: block;
  padding-top: 2px;
  margin-left: 85px;
  /* margin-bottom: 10px; */ 
}
.m-container > .b-head .name a {
  text-decoration: none;
  color: #0069ab;
}
.m-container > .b-head .name .nm {
  font-size: 38px;
  line-height: .95;
  font-weight: 600;
}
.m-container > .b-head .name .sm {
  font-size: 14px;
  font-weight: 700;
  color: #F48001;
  line-height: 1.1;
  display: inline-block;
  margin-top: 2px;
  text-align: center;
}
.b-top-line-menu a {
  line-height: 31px;
  /* color: #fff; */
  display: inline-block;
  padding: 0 1px;
  text-decoration: none;
}
/* =============================================== */
/* ===== Основное меню =========================== */
/* =============================================== */
.m-container > .b-head-menu {
  background: #eee;
  margin-bottom: 30px;
}
.b-menu ul.level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #000;
  /*margin-left: 100px;*/
  /*float: left;*/
  /*height: 43px;*/
  /*background: -moz-linear-gradient(top, rgba(112, 148, 170, 0.4) 0%, rgba(255, 255, 255, 0) 100%);*/
  /*background: -webkit-linear-gradient(top, rgba(112, 148, 170, 0.4) 0%, rgba(255, 255, 255, 0) 100%);*/
  /*background: linear-gradient(to bottom, rgba(112, 148, 170, 0.4) 0%, rgba(255, 255, 255, 0) 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#667094aa', endColorstr='#00ffffff',GradientType=0 );*/
}
.b-menu ul.level-1 > li {
  display: block;
  margin: 0 0 0 0;
  /*float: left;*/
  /*height: 43px;*/
  /*padding: 0 12px 0 12px;*/
}
.b-menu ul.level-1 > li > a {
  display: block;
  float: left;
  color: #000;
  padding: 11px 18px 9px;
  margin: 4px 3px;
  white-space: nowrap;
  border-radius: 50px;
  transition: all .2s;
  /*background-color: #e7e7e7;*/
}
.b-menu ul.level-1 > li.act > a,
.b-menu ul.level-1 > li.act:hover > a,
.b-menu ul.level-1 > li:hover > a {
  /*background: #3c7bd0;*/
  /*background: #164483;*/
  background: #083e61;
}
.b-menu ul.level-1 > li.act:hover > a,
.b-menu ul.level-1 > li:hover > a {color: #fff;}
.b-menu ul.level-1 > li.act > a {
  color: #fff;
  }
.b-menu ul.level-1 > li.first {
  /*border-left:none;*/ 
}
.b-menu ul.level-1 > li.dropdown {
  position: relative;
}
.b-menu ul.level-1 > li.dropdown > a > span:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  margin-right: -10px;
  font-size: 80%;
}
.b-menu ul.level-1 > li > ul {
  display: none;
  position: absolute;
  top: 40px;
  margin: 0 auto;
  text-align: left;
  background: #d50009;
  padding: 20px;
  z-index: 10;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.b-menu ul.level-1 > li:hover > ul {
  display: block;
}
.b-menu ul.level-1 > li > ul li {
  border: none;
  display: list-item;
  float: none;
  text-align: left;
  list-style-type: none;
  background: none;
  padding-left: 0;
}
.b-menu ul.level-1 > li > ul > li > a {
  display: block;
  padding: 4px 0;
  margin-bottom: 1px;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  border-top: none;
}
.b-menu ul.level-1 > li > ul > li > a:hover {
  color: #000;
  text-decoration: none;
}
.b-menu ul.level-1 > li:last-child > ul {
  right: 0;
}
.b-menu ul.level-1 > li.num4 > ul,
.b-menu ul.level-1 > li.num5 > ul,
.b-menu ul.level-1 > li.num6 > ul,
.b-menu ul.level-1 > li.num7 > ul {
  /* right: 0; */ 
}
/* ======================================================== */
/* ===== Дополнительное меню ============================== */
/* ======================================================== */
.b-menu-2 {
  display: inline-block;
  padding-top: 3px;
  line-height: 1.4;
}
.b-menu-2 ul.level-1 {
  list-style: none;
  padding-left: 0;
}
.b-menu-2 ul.level-1 > li {
  display: inline-block;
  float: left;
  text-align: center;
  border-right: 1px solid #aaa;
  font-size: 13px;
  position: relative;
  background-color: #fff;
}
.b-menu-2 ul.level-1 > li > a {
  text-decoration: none;
  display: block;
  padding: 2px 10px;
}
.b-menu-2 ul.level-1 > li:hover > a {
  background-color: #d50009;
  color: #fff;
}
.b-menu-2 ul.level-1 > li.act > a {
  background-color: #0069ab;
  color: #fff;
}
.b-menu-2 ul.level-1 > li.act:hover > a {
  background-color: #d50009;
  color: #fff;
}
.b-menu-2 ul.level-1 > li.dropdown {
  position: relative;
}
.b-menu-2 ul.level-1 > li.dropdown > a > span:after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
  margin-right: -5px;
  font-size: 80%;
}
.b-menu-2 ul.level-1 > li > ul {
  display: none;
  position: absolute;
  top: 22px;
  margin: 0 auto;
  list-style: none;
  text-align: left;
  background: #d50009;
  padding: 4px 30px 6px 10px;
  z-index: 10;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.b-menu-2 ul.level-1 > li:hover > ul {
  display: block;
}
.b-menu-2 ul.level-1 > li > ul li {
  border: none;
  display: list-item;
  float: none;
  text-align: left;
  /* list-style-type: none; */
  background: none;
  padding-left: 0;
}
.b-menu-2 ul.level-1 > li > ul > li > a {
  display: block;
  padding: 2px 0;
  margin-bottom: 1px;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  border-top: none;
}
.b-menu-2 ul.level-1 > li > ul > li > a:hover {
  color: #000;
  text-decoration: none;
}
/* ======================================================== */
/* ===== Дополнительное меню в подвале ==================== */
/* ======================================================== */
.b-menu-3 {
  display: inline-block;
  padding-top: 3px;
}
.b-menu-3 ul.level-1 {
  list-style: none;
  padding-left: 0;
}
.b-menu-3 ul.level-1 > li {
  display: inline-block;
  float: left;
  text-align: center;
  border-right: 1px solid #aaa;
  font-size: 13px;
  position: relative;
  /* background-color: #fff;*/ 
}
.b-menu-3 ul.level-1 > li > a {
  text-decoration: none;
  display: block;
  padding: 2px 10px;
  color: #fff;
}
.b-menu-3 ul.level-1 > li:hover > a {
  background-color: #8e0006;
  color: #fff;
}
.b-menu-3 ul.level-1 > li.act > a {
  background-color: #004672;
  color: #fff;
}
.b-menu-3 ul.level-1 > li.act:hover > a {
  background-color: #8e0006;
  color: #fff;
}
.b-menu-3 ul.level-1 > li > ul {
  display: none;
}
/* ======================================================== */
.b-body {
  /*background: url("/site/themes/lapuzzle/images/bg_main.jpg") top repeat-x;*/
  /*background: url(/site/themes/lapuzzle/images/bg_main.jpg) 0px -1px repeat-x;*/
  min-height: 300px;
}
.b-body-in {
  margin: 0 auto;
  /* width: 960px; */
  /* background: url(/site/themes/lapuzzle/images/bg-body-in.jpg) top repeat-x; */
  background: #fff;
  min-height: 300px;
}
/* ====================================== */
/* ========== Блоки на главной ========== */
/* ====================================== */
.b-on-main {
  /*box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);*/
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  /*border: 1px solid #c7d8e4;*/ 
}
.b-event-plan {
  /*height: 291px;*/
  height: 322px;
}
.b-books {
  background-color: #ddd;
  height: 425px;
  /* background-color: #999; */
  /* height: 400px; */ 
}
.b-books-cover {
  display: table;
  height: 100%;
  width: 100%;
}
.b-books-cover-in {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body.main .b-books-cover-in a {
  width: 270px;
}
.b-books-cover-in a {
  display: block;
  width: 240px;
  margin: auto;
  transition: all .5s;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.b-books-cover-in a:hover {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.b-meetings {
  height: 344px;
  overflow: hidden;
}
.b-TV {
  /* height: 393px; */
  /* background: #222222; */
  /* overflow: hidden;*/ 
}
.b-main-SMI {
  /*height: 349px;*/
  height: 462px;
}
.b-main-SMI a.title {
  font-size: 12px;
  line-height: 1.3;
  display: block;
}
.b-main-SMI .date {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-bottom: 2px;
}
.b-main-FV-news {
  /*height: 349px;*/
  border: none;
}
.b-main-setka-2 {
  position: relative;
  height: 180px;
}
.b-main-setka-2 .b1 {
  position: absolute;
  left: 16px;
  top: 0;
  width: 675px;
  height: 170px;
  border: 1px solid #c7d8e4;
}
.b-main-setka-2 .b2 {
  position: absolute;
  left: 430px;
  top: 0;
  width: 260px;
  height: 170px;
  border: 1px solid #c7d8e4;
  overflow: hidden;
}
.b-main-setka-2 .b3 {
  position: absolute;
  right: 16px;
  top: 0;
  width: 240px;
  height: 170px;
  border: 1px solid #c7d8e4;
}
.b-main-setka {
  position: relative;
  height: 1671px;
}
.b-main-setka .b-1, .b-main-setka .b-2, .b-main-setka .b-3, .b-main-setka .b-4, .b-main-setka .b-5, .b-main-setka .b-6, .b-main-setka .b-8, .b-main-setka .b-9, .b-main-setka .b-10, .b-main-setka .b-banner, .b-main-setka .b-18, .b-main-setka .b-19, .b-main-setka .b-20 {
  position: absolute;
  background: #fff;
  border: 1px solid #c7d8e4;
  font-size: 12px;
}
.b-main-setka .b-banner {
  top: 20px;
  left: 50px;
  width: 600px;
  height: 90px;
  border: none;
  background: none;
}
.b-main-setka .b-1 {
  width: 400px;
  height: 1419px;
  top: 128px;
  left: 16px;
}
.b-main-setka .b-2 {
  width: 260px;
  height: 349px;
  top: 1198px;
  left: 430px;
}
.b-main-setka .b-3 {
  width: 250px;
  height: 200px;
  top: 544px;
  right: 16px;
}
.b-main-setka .b-4 {
  width: 260px;
  height: 292px;
  top: 128px;
  left: 430px;
  overflow: hidden;
}
.b-main-setka .b-5 {
  width: 314px;
  height: 90px;
  top: 1565px;
  left: 16px;
}
.b-main-setka .b-6 {
  width: 600px;
  height: 90px;
  top: 1565px;
  left: 344px;
  border: none;
}
.b-main-setka .b-7 {
  position: absolute;
  width: 240px;
  height: 773px;
  top: 1199px;
  right: 16px;
  border: none;
}
.b-main-setka .b-8 {
  position: absolute;
  width: 240px;
  height: 154px;
  top: 436px;
  right: 16px;
}
.b-main-setka .b-9 {
  position: absolute;
  width: 240px;
  height: 178px;
  top: 602px;
  right: 16px;
}
.b-main-setka .b-10 {
  position: absolute;
  width: 260px;
  height: 344px;
  top: 436px;
  left: 430px;
  overflow: hidden;
}
.b-main-setka .b-18 {
  position: absolute;
  width: 516px;
  height: 393px;
  top: 793px;
  left: 430px;
  background: #222222;
}
.b-main-setka .b-19 {
  position: absolute;
  width: 240px;
  height: 91px;
  top: 20px;
  left: 704px;
  background: #ffffff;
}
.b-main-setka .b-20 {
  position: absolute;
  width: 240px;
  height: 291px;
  top: 129px;
  left: 704px;
  background: #ffffff;
}
/* Уход в белый ------------------------- */
.towhite {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/* ====================================== */
/* ========= Новости на главной ========= */
/* ====================================== */
.b-item-news .b-foto {
  display: block;
  margin-bottom: 11px;
}
.b-item-news-cont {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #e0e0e0; */ 
}
.b-item-news .b-news-text-block {
  height: 160px;
  overflow: hidden;
  position: relative;
}
.b-item-news.n1 .b-news-text-block {
  height: 120px;
}
.b-item-news-cont .b-news-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.b-item-news.n1 .b-news-title {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.b-item-news-cont .b-news-title a {
  color: #0069ab;
}
.b-item-news-cont .b-news-title a:hover {
  text-decoration: none;
  color: #d50009;
}
.b-item-news-cont .b-news-description {
  /* font-size: 12px;*/
  line-height: 1.25;
  overflow: hidden;
}
.b-item-news-cont > .b-foto > img {
  width: 100%;
  /* max-width: 370px;*/ 
}
.b-item-news-cont > .b-foto.small > img {
  width: 220px;
  max-width: 440px;
  /* transition: all .5s; */
  /* margin-bottom: 10px; */ 
}
.b-item-news-cont > .b-foto.small > img:hover {
  /* transform: scale(1.05); */ 
}
.b-item-news .b-item-news-cont > .b-foto.small > img {
  float: left;
  margin-right: 15px;
}
/* ============ На мобильнике =========== */
@media (max-width: 650px) {
  .b-item-news-cont > .b-foto.small > img {
    width: 60%;
    max-width: 440px;
    margin-bottom: 10px;
}
  .b-item-news .b-item-news-cont > .b-foto.small > img {
    float: none;
    margin-right: auto;
}
  .b-item-news .b-news-text-block {
    height: auto !important;
} 
}
/* ========================================================== */
/* ========= Портфолио - Наши работы (Журнал) =============== */
/* ========================================================== */
.b-books-item {
  text-align: center;
  margin-bottom: 20px;
}
.b-books-item .img.cover {
  width: 100%;
  /*height: 240px;*/
  min-height: 180px;
  background-color: #eee;
  display: table;
  margin-bottom: 10px;
  border-radius: 10px;
}
.b-books-item.flash-book .img.cover {
  background: url(/site/themes/lapuzzle/images/adobe_flash_icon.svg) top -3px right -4px no-repeat #eee;
  background-size: 24px;
}
.b-books-item .img.cover > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 180px;
}
.b-books-item .img.cover > a > .coverimage {
  display: inline-block;
  position: relative;
  height: auto;
  /*width: 60%;*/
  width: auto;
  transition: all .5s;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.b-books-item .img.cover > a:hover > .coverimage {
  transform: scale(1.05) rotate(-3deg);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.b-books-item .img.cover > a > .coverimage > img {
  height: auto;
  width: auto;
  max-height: 160px;
  max-width: 140px;
}
.b-list-books-carousel .item .item-in .img.cover .coverimage .corner,
.b-books-item .img.cover > a > .coverimage .corner {
  background-image: url("/site/themes/lapuzzle/images/flip_corner_0.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.b-list-books-carousel .item:hover .item-in .img.cover .coverimage .corner,
.b-books-item .img.cover:hover > a > .coverimage .corner {
  background-image: url("/site/themes/lapuzzle/images/flip_corner.gif");
}
.b-books-item .date {
  text-align: center;
  font-size: 12px;
  color: #888;
  font-weight: 700;
  margin-bottom: 2px;
}
.b-books-item a.title {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  text-decoration: none;
  display: block;
  word-break: break-word;
}
ul.year-list {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
ul.year-list > li > a {
  display: inline-block;
  float: left;
  padding: 4px 15px;
  margin: 0 10px 10px 0;
  background-color: #eeeeee;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
ul.year-list > li > a.active {
  background-color: #0069ab;
  color: #fff;
}
ul.year-list > li > a:hover {
  background-color: #d50009;
  color: #fff;
}
/* Левое меню */
.books-menu .level-1.menu {
  padding: 0;
  list-style: none;
  font-size: 19px;
}
.books-menu .level-1.menu > li {
  margin-bottom: 12px;
}
.books-menu .level-1.menu > li.act > a {
  color: #d50009;
}
.show-book {
  margin-bottom: 10px;
  font-size: 1.15em;
  font-weight: bolder;
}
.b-article.books .b-article-img {
  margin-right: 30px;
}
.b-article.books .book-info {
  color: #666;
  margin-bottom: 10px;
}
.books-menu .b-msg {
  display: inline-block;
  font-size: 55%;
  color: #777;
  font-weight: bold;
  margin-left: 4px;
  vertical-align: super;
}
/* ==================================================================================================== */
/* ==================================================================================================== */
/* ==================================================================================================== */
/* =========================== */
/* ===== Список статей ======= */
/* =========================== */
.b-item-news-in {
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  /* height: 131px;*/
  /* overflow: hidden;*/
  /* position: relative; */ 
}
.b-item-news-in:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.b-item-news-in .body {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.b-item-news-in .img {
  float: left;
  width: 135px;
  /* height: 120px; */
  /*text-align: left;*/
  margin-top: 3px;
  /*margin-bottom: 15px;*/
  margin-bottom: 5px;
  text-align: center;
  padding-right: 15px;
}
.b-item-news-in .img.experts {
  width: 100px;
}
.b-item-news-in .img > a > img {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
.b-item-news-in.poll {
  height: auto;
}
.b-item-news-in .date {
  font-size: 12px;
  /* color: #222222; */
  color: #888;
  font-weight: 700;
  /* background-color: #eaeaea; */
  /* display: inline-block; */
  /* float: left; */
  /* padding-right: 10px; */ 
}
.b-item-news-in a.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.15;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  margin-top: 2px;
  color: #083e61;
}
.b-item-news-in a.title:hover {
  color: #d50009;
}
.b-item-news-in .descr {
  color: #222222;
  font-size: 12px;
  line-height: 13px;
}
.content h1 {
  padding-bottom: 5px;
  margin: 0 0 15px 0;
}
.content h1.title {
  font-size: 32px;
  /*color: #0069ab;*/
  color: #083e61;
  border: none;
  /*font-weight: 700;*/
  padding-bottom: 7px;
  margin-bottom: 20px;
  line-height: 1.1;
  border-bottom: 2px solid;
}
.content h2 {
  /* font-size: 20px; */
  /* line-height: 1.2; */
  /* color: #000; */
  /* color: #0069ab; */
  /* padding-bottom: 5px; */
  /* padding-top: 5px; */
  padding-top: 15px;
  margin: 0 0 15px 0;
  /* font-weight: bold; */ 
}
.content h2:first-child {
  padding-top: 0;
}
/* ====================================*/
/* ======== фото в статьях ============*/
/* ====================================*/
.b-article-img {
  float: left;
  margin: 5px 15px 5px 0;
  /* border: 1px solid #bcbdc1; */
  text-align: center;
  padding: 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
/* ====================================*/
/* ======== МЕРОПРИЯТИЯ ===============*/
/* ====================================*/
.b-event-list.events .b-item {
  /* float: left; */
  /* width: 325px; */
  /* width: 50%; */
  /* width: 33.3%; */
  /* padding-right: 20px; */
  /*height: 160px;*/
  height: 195px;
  overflow: hidden;
  position: relative;
  /*margin-bottom: 20px;*/
  margin-bottom: 10px;
  /* border-bottom: 1px solid #e0e0e0; */
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  line-height: 1.3em;
}
.b-event-list.events .b-item.actual {
  /* border-left: 2px solid $acс_color; */
  /* border-left: 2px dotted $acс_color; */
  border-left: 2px dashed #d50009;
}
.b-event-list.events .b-item .b-item-text {
  padding: 0 10px;
}
.b-event-list.events .b-item .b-item-time {
  margin: 10px 8px 2px 10px;
}
.b-event-list.events .b-item a.title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #0069ab;
  text-decoration: none;
  display: block;
}
.b-event-list.events .date .day {
  padding-top: 6px;
  display: block;
  font-size: 24px;
  line-height: 20px;
}
.b-event-list.events .descr {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.2;
  color: #222222;
}
/* ====================================*/
/* ======= Список мероприятий =========*/
/* ====================================*/
ul.event-status-menu {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
ul.event-status-menu > li {
  display: inline-block;
}
ul.event-status-menu > li > a {
  display: block;
  padding: 5px 15px;
  margin: 0 7px 10px 0;
  font-weight: 700;
  background-color: #eee;
  color: #026aac;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
ul.event-status-menu > li.act > a {
  background-color: #d50009;
  color: #fff;
}
ul.event-status-menu > li:hover > a {
  background-color: #0069ab;
  color: #fff;
}
.b-event-list.events .b-item .ed-date {
  background-color: #0069ab;
}
.b-event-list.events .b-item .ed-time {
  background-color: #d50009;
}
.b-event-list.events .b-item .arrow-2 {
  color: #d50009;
}
.b-event-list.events .b-item .dash-2 {
  background-color: #d50009;
  padding-left: 5px;
}
.b-event-list.events {
  margin-top: 8px;
  margin-bottom: -5px;
}
/* ====================================*/
/* ======= Мероприятие ================*/
/* ====================================*/
.b-article.b-event h1.title {
  margin-top: 5px;
  font-size: 24px;
  line-height: 1.1;
}
.b-article.b-event .ed-date {
  font-weight: bold;
  color: #fff;
  background-color: #145f92;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: -4px;
}
.b-article.b-event .ed-date .m {
  text-transform: lowercase;
}
.b-article.b-event .ed-time {
  font-weight: bold;
  color: #fff;
  background-color: #e93226;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: -4px;
}
.b-article.b-event .arrow-2 {
  font-size: 80%;
  color: #e93226;
  margin-right: -4px;
  padding: 3px;
}
.b-article.b-event .dash-2 {
  font-weight: bold;
  color: #fff;
  background-color: #e93226;
  padding: 2px 0;
  padding-left: 5px;
  display: inline-block;
  margin: 0 -4px 4px;
}
.b-article.b-event .DT-end {
  white-space: nowrap;
}
/* ------------ График программ обучения  -------------- */
a.pull-right.btn {
  font-size: 18px;
  display: inline-block;
  position: relative;
  bottom: 9px;
}
.b-event-list .b-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(/site/themes/lapuzzle/images/to_white.png) 0 0 repeat-x;
  height: 56px;
  width: 100%;
}
.b-event-list .b-item .date {
  color: #fff;
  font-size: 11px;
  line-height: 13px;
}
.b-event-list .b-item:first-child .date {
  background-color: #1b6193;
}
.b-event-list .b-item .date .d {
  padding-top: 3px;
  display: block;
  font-size: 20px;
  padding: 9px 0 7px;
  margin-bottom: 2px;
  background: #ea2f24;
}
/*Изменеия  2018-02-18*/
.schedule .a-archive {
  color: #777;
}
.b-event-list .b-item .ed-date {
  font-weight: bold;
  color: #fff;
  background-color: #e93226;
  padding: 2px 3px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: -4px;
}
.b-event-list .b-item .ed-date .m {
  text-transform: lowercase;
}
.b-event-list .b-item .ed-time {
  font-weight: bold;
  color: #fff;
  background-color: #145f92;
  padding: 2px 3px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: -4px;
}
.b-event-list .b-item .arrow-2 {
  font-size: 80%;
  color: #145f92;
  margin-right: -4px;
  padding: 3px;
}
.b-event-list .b-item .dash-2 {
  font-weight: bold;
  color: #fff;
  background-color: #145f92;
  padding: 2px 0;
  padding-left: 5px;
  display: inline-block;
  margin: 0 -4px 4px;
}
.b-event-list .b-item .DT-end {
  white-space: nowrap;
}
/* ------------ Программы обучения  -------------- */
.c-show-event .b-publication-block-event .b-item h1 {
  /* margin-left: 73px; */
  color: #1b6193;
}
/* Изменения  2018-02-18 */
.b-article.b-event .reg-form {
  padding: 10px 20px 20px;
  background-color: #eee;
  margin-top: 30px;
  border-top: 2px solid #a9a9a9;
  border-bottom: 2px solid #a9a9a9;
}
.b-article.b-event .reg-form h3 {
  margin: -28px 0px 15px;
  padding: 8px 10px;
  background-color: #0069ab;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: max-content;
  width: -moz-max-content;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.b-article.b-event .reg-form .form-bt-group {
  text-align: right;
  position: relative;
}
.b-article.b-event .reg-form .form-bt-group:before {
  content: '* - поля, обязательные для заполнения';
  display: inline-block;
  left: 0;
  top: 2px;
  position: absolute;
  /*font-style: italic;*/
  text-align: left;
  padding-right: 100px;
  font-size: 13px;
  line-height: 1.2;
}
.c-show-event .b-publication-block-event .b-item .ed-date {
  font-weight: bold;
  color: #fff;
  background-color: #e93226;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: -4px;
}
.c-show-event .b-publication-block-event .b-item .ed-date .m {
  text-transform: lowercase;
}
.c-show-event .b-publication-block-event .b-item .ed-time {
  font-weight: bold;
  color: #fff;
  background-color: #145f92;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: -4px;
}
.c-show-event .b-publication-block-event .b-item .arrow-2 {
  font-size: 80%;
  color: #145f92;
  margin-right: -4px;
  padding: 3px;
}
.c-show-event .b-publication-block-event .b-item .dash-2 {
  font-weight: bold;
  color: #fff;
  background-color: #145f92;
  padding: 2px 0;
  padding-left: 5px;
  display: inline-block;
  margin: 0 -4px 4px;
}
.c-show-event .b-publication-block-event .b-item .DT-end {
  white-space: nowrap;
}
.b-question table.result {
  width: 100%;
}
.b-question table.result td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.table td {
  padding: 3px 4px;
  border-color: #ccc;
}
.b-poll-main {
  position: relative;
  height: 143px;
  overflow: hidden;
}
.b-poll-main .title {
  font-size: 12px;
  color: #1b6193;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
/* ============ КАРТА САЙТА ============== */
.b-site-map {
  max-width: 800px;
}
.b-site-map > ul {
  margin: 0;
  padding: 0;
}
.b-site-map li > a {
  border-radius: 4px;
}
.b-site-map > ul > li {
  list-style: none;
  padding: 0;
  margin: 0 0 6px 0;
}
.b-site-map > ul > li > a {
  display: block;
  border: 1px solid #a9c4d7;
  font-weight: bold;
  /*max-width: 650px;*/
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.7em;
  color: black;
  padding: 2px 10px;
  background: #dde7ee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.b-site-map > ul > li > a:hover {
  background: #cbdbe7;
}
.b-site-map > ul > li > ul {
  margin-left: 16px;
  margin-top: 8px;
}
.b-site-map > ul > li > ul {
  margin-left: 0 !important;
  margin-bottom: 8px;
}
.b-site-map > ul > li > ul > li {
  list-style: none;
  padding: 0;
  margin: 0 0 6px 0;
}
.b-site-map > ul > li > ul > li > a {
  display: block;
  border: 1px solid #cccccc;
  /*max-width: 650px;*/
  background: #f1f1f1;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.3em;
  padding: 5px 10px;
}
.b-site-map > ul > li > ul > li a:hover {
  background: #dcdcdc !important;
}
.b-site-map > ul > li > ul > li > ul {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.b-site-map > ul > li > ul > li > ul > li {
  list-style: none;
  padding: 0;
  margin: 0 0 6px 0;
}
.b-site-map > ul > li > ul > li > ul > li > a {
  display: block;
  border: 1px solid #cccccc;
  /*max-width: 650px;*/
  background: #ffffff;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.3em;
  padding: 5px 10px;
}
.b-site-map > ul > li > ul > li > ul > li a:hover {
  background: #f1f1f1 !important;
}
.content .table th, .content .table td {
  font-size: 13px;
  line-height: 15px;
}
.content .table th {
  background-color: #E3ECF3;
}
.content .table p {
  margin: 0;
  padding: 0;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #96B6CD;
}
.table-bordered {
  border: 1px solid #96B6CD;
}
.b-file {
  display: block;
}
.b-file {
  clear: both;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  text-decoration: none !important;
  border-bottom: 1px solid #e0e0e0;
}
.b-file:hover {
  background: #f1f1f1;
}
.b-file .img {
  display: table-cell;
  vertical-align: top;
}
.b-file .inf {
  display: table-cell;
  vertical-align: top;
}
.doc-small .b-file .inf {
  line-height: 15px;
  font-size: 12px;
}
.f-icon {
  width: 42px;
  margin-right: 6px;
}
.doc-small .f-icon {
  width: 27px;
  margin-left: 3px;
}
.m-t-20 {
  margin-top: 20px;
}
.f-note {
  display: block;
  font-size: 12px;
  color: #ababab;
}
.doc-small .f-note {
  font-size: 9px;
}
.f-name {
  display: inline;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.doc-small {
  margin-bottom: 20px;
}
.doc-small .f-name {
  font-size: 12px;
  line-height: 12px;
}
.doc-small .date {
  display: none;
}
/* ======================================== */
/* ======== АККОРДЕОНЫ ACORDION =========== */
/* ======================================== */
h4.panel-title a {
  font-size: 18px;
  color: #0069ab;
  padding-right: 20px;
  display: block;
  /*background: url("/site/themes/lapuzzle/images/bg_accord.gif") right -25px no-repeat;*/
  background: url("/site/themes/lapuzzle/images/bg_accord_close.gif") right 4px no-repeat;
  font-weight: bold;
}
h4.panel-title a:hover {
  /*background: url("/site/themes/lapuzzle/images/bg_accord.gif") right -25px no-repeat;*/ 
}
h4.panel-title a.collapsed {
  /*background: url("/site/themes/lapuzzle/images/bg_accord.gif") right 4px no-repeat;*/
  background: url("/site/themes/lapuzzle/images/bg_accord_open.gif") right 4px no-repeat;
}
h4.panel-title a.collapsed:hover {
  /*background: url("/site/themes/lapuzzle/images/bg_accord.gif") right 4px no-repeat;*/ 
}
h4.panel-title a:hover {
  text-decoration: none;
}
/* ==================================== */
/* ========== Фотогалерея ============= */
/* ==================================== */
a.highslide,
a.colorbox.cboxElement {
  cursor: url(/site/themes/lapuzzle/images/zoomin.png), pointer;
}
div#cboxOverlay {
  cursor: url(/site/themes/lapuzzle/images/close.png), pointer !important;
}
.left-menu {
  background: #eee;
  /* border: 1px solid #8eb0c9; */
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.left-menu > ul {
  margin: 0;
  padding: 0;
}
.left-menu li {
  list-style: none;
  border-bottom: 1px solid #bbb;
  padding: 10px 0px;
  text-align: left;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.left-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.left-menu li a:hover {
  text-decoration: none;
}
.left-menu li .date {
  font-size: 12px;
  font-weight: 700;
  color: #999;
}
.left-menu .year-block {
  margin: 0;
  padding: 0;
}
.left-menu .year-block li {
  float: left;
  padding: 6px 14px 4px;
  margin: 0 5px 5px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background: #ffffff;
  border-bottom: none;
  color: #0069ab;
  /* box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); */
   box-shadow: inset 1px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.left-menu .year-block li:hover {
  background: #ddd;
}
.left-menu .year-block li.active {
  background: #0069ab;
  color: #fff;
}
h2.sm {
  font-size: 24px;
  line-height: 1.1;
  /* color: #000000; */
  padding: 0;
  margin-bottom: 15px;
  font-weight: 600;
}
h2 .date {
  color: #999;
  font-size: 20px;
}
/* ----------- Галерея Flex --------------- */
.b-gallery-item-list.uk-grid {
  margin-left: -15px;
}
.b-gallery-item-list.uk-grid > div {
  margin-bottom: 15px;
  padding-left: 15px;
}
.b-gallery-item {
  /* margin: 0 15px 15px 0; */
  /* float: left; */
  /*box-shadow: 0 0 10px #444;*/
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 10px;
}
.b-gallery-item img {
  transition: all .5s;
}
.b-gallery-item img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* ----------- Блок галереи --------------- */
.b-gallery-item-list.gallery-block.uk-grid {
  margin-left: -10px;
}
.b-gallery-item-list.gallery-block.uk-grid > div {
  margin-bottom: 10px;
  padding-left: 10px;
}
/* ==================================== */
.under-title {
  margin-bottom: 20px;
  height: 24px;
}
.under-title .date {
  color: #fff;
  background-color: #90908f;
  font-weight: 700;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 2px;
}
.article-print {
  float: right;
  margin-left: 10px;
}
.change-fonts {
  float: right;
  margin-left: 10px;
}
.article-print i,
.change-fonts i {
  display: block;
  width: 23px;
  height: 23px;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #909090;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-right: 4px;
}
.article-print i:hover,
.change-fonts i:hover {
  background-color: #0069ab;
}
.change-fonts i span {
  font-size: 10px;
  display: inline-block;
  top: -1px;
  position: relative;
}
.b-answer label {
  font-weight: normal;
}
.b-answer {
  margin-bottom: 15px;
}
.b-event .b-list-news {
  height: 257px;
  overflow: hidden;
  position: relative;
}
/* ====== Заголовки рубрик ======== */
.t-head {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  background: #0069ab;
  /* height: 30px; */
  line-height: 1.2;
  padding: 4px 10px;
  text-decoration: none;
  transition: all .2s;
}
.t-head:focus,
.t-head:hover {
  text-decoration: none;
  color: #fff;
  background: #d50009;
}
.b-crsl-bot {
  position: relative;
  /* border-top: 1px solid #cccccc; */
  /* margin: 0 auto; */
  /* background: #eaeaea; */ 
}
.b-crsl-bot .b-head2 * {
  color: #0069ab;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  display: block;
  margin-bottom: 12px;
  /* text-transform: uppercase; */
  border-bottom: 2px solid;
  padding-bottom: 4px;
}
.b-crsl-bot .slick-carousel.slick-slider {
  padding: 0;
}
.b-search {
  position: absolute;
  background: #fff;
  opacity: 0.25;
  width: 156px;
  height: 25px;
  right: 18px;
  top: -23px;
  border-radius: 3px;
  padding: 1px 4px;
}
.b-search:hover, .b-search:focus, .b-search:active {
  opacity: 1;
}
.b-share {
  margin-bottom: 0;
  margin-top: 17px;
  padding-right: 10px;
  text-align: right;
  display: inline-block;
  float: right;
}
/* Сервис "Если вы заметили ошибку" */
.found-error {
  font-size: 12px;
  color: #333333;
  float: left;
  padding-top: 2px;
  /* margin-bottom: 12px; */ 
}
.found-error .select {
  display: inline-block;
  background: #338fff;
  color: #fff;
  padding: 2px 4px;
}
.found-error .ctrl-enter {
  border: 1px solid #999999;
  padding: 2px 3px;
}
/* ----- Список участников ------ */
.b-search-members ul.b-filter {
  padding: 0;
  list-style: none;
}
.b-search-members ul.b-filter > li > input {
  padding: 4px 10px;
  border-radius: 4px;
  /* width: 550px; */
  width: 100%;
}
.b-list-members {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
  padding-top: 10px;
}
.b-list-members .b-item {
  /*border-bottom: 1px solid #ddd;*/
  margin-bottom: 10px;
  /* min-height: 55px; */
  /*height: 91px;*/
  /*overflow: hidden;*/ 
}
.b-list-members .b-item .b-ender {
  border-bottom: 1px solid #ddd;
}
.b-list-members .b-item .b-logo {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  width: 130px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.b-list-members .b-item .member-name {
  margin-left: 141px;
  font-size: 14px;
  /*font-weight: bold;*/
  line-height: 1.2em;
}
/* ======================================== */
/* ======== Стили «Три окошка» ============ */
/* ======================================== */
.b-tree-window-title {
  color: #1a6093;
  border-bottom: 2px solid #90908f;
  margin-bottom: 8px;
  font-size: 20px;
  padding-bottom: 0;
  font-weight: 600;
}
.b-tree-window {
  margin-bottom: 30px;
}
.b-tree-window .block {
  display: block;
  float: left;
  /*width: 210px;*/
  width: 32%;
  height: 80px;
  background: #1b6193;
  margin-right: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.b-tree-window .block:after {
  content: "";
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+88 */
  background: -moz-linear-gradient(left, rgba(41, 167, 248, 0) 0%, #1b6193 88%, #1b6193 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(27, 97, 147, 0) 0%, #1b6193 88%, #1b6193 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(27, 97, 147, 0) 0%, #1b6193 88%, #1b6193 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */ 
}
.b-tree-window .block:hover .b-txt {
  margin-left: 0;
}
.b-tree-window .block:nth-child(3n) {
  margin-right: 0;
}
.b-tree-window img {
  position: absolute;
}
.b-tree-window .title {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  height: auto;
}
.b-tree-window .b-txt {
  background: rgba(27, 97, 147, 0.73);
  padding-top: 8px;
  line-height: 1.05;
  display: block;
  margin-left: 80px;
  padding-left: 10px;
  /*width: 200px;*/
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 80px;
  transition: all 0.2s ease-in-out;
}
.b-tree-window .content {
  padding-top: 4px;
  font-size: 11px;
  line-height: 12px;
  color: #eaeaea;
  display: block;
}
.b-tree-window .to-black {
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100,1+100 */
  background: -moz-linear-gradient(top, rgba(27, 97, 147, 0) 0%, #1b6193 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(27, 97, 147, 0) 0%, #1b6193 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(27, 97, 147, 0) 0%, #1b6193 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ 
}
.b-tree-window .collapsed {
  display: none;
}
.b-tree-window .collapsed.opened {
  display: block;
}
.b-tree-window .bt-toggle:hover {
  color: #333333;
}
.b-tree-window .bt-toggle {
  cursor: pointer;
  font-size: 13px;
  color: #949494;
  line-height: 16px;
}
/* ===================================================================== */
/* ======== Список публикаций на главной с картинками ================== */
/* ===================================================================== */
.b-main-list-news .b-with-img .b-item-news {
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 8px;
  height: 96px;
  /*overflow: hidden;*/
  background-color: white;
  /*box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);*/
}
.b-main-list-news .b-with-img .b-item-news .body {
  line-height: 1.2;
}
.b-main-list-news .b-with-img .b-item-news .body.with-img {
  margin-left: 105px;
}
.b-main-list-news .b-with-img .b-item-news .to-white {
  /*margin-left: 100px;*/
  left: 105px;
  right: 0;
  width: auto;
}
.b-main-list-news .b-with-img .b-item-news .date {
  color: #888;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
}
.b-main-list-news .b-with-img .b-item-news .title {
  /*font-weight: 600;*/
  font-size: 18px;
  line-height: 1.1;
  color: #083e61;
}
.b-main-list-news .b-with-img .b-item-news .title:hover {color: #d50009;}

.b-main-list-news .b-with-img .b-item-news .img {
  float: left;
  display: block;
  width: 96px;
  height: 96px;
  line-height: 84px;
  text-align: center;
  background-color: #3c7bd080;
  /* overflow: hidden; */
  padding: 5px;
  margin: -8px;
  border-radius: 80px;
}
.b-main-list-news .b-with-img .b-item-news .img img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all .3s;
}
.b-main-list-news .b-with-img .b-item-news .img:hover img {
  transform: scale(1.15);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
/* ===================================================================== */
/* ======== Список публикаций на вторых с картинками и без ============ */
/* ===================================================================== */
.b-list-news {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.b-list-news .b-with-img .b-item-news,
.b-list-news .b-not-img .b-item-news {
  margin-bottom: 6px;
  margin-top: 3px;
}
.b-list-experts .b-item-experts .body,
.b-list-news .b-with-img .b-item-news .body,
.b-list-news .b-not-img .b-item-news .body {
  line-height: 1.2;
}
.b-list-news .b-with-img .b-item-news .body.with-img {
  margin-left: 95px;
}
.b-list-experts .b-item-experts .date,
.b-list-news .b-with-img .b-item-news .date,
.b-list-news .b-not-img .b-item-news .date {
  color: #888;
  font-size: 12px;
  font-weight: 700;
}
.b-list-experts .b-item-experts .title,
.b-list-news .b-with-img .b-item-news .title,
.b-list-news .b-not-img .b-item-news .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1;
}
.b-list-news .b-with-img .b-item-news a.img {
  float: left;
  display: block;
  /* margin-right: 10px; */
  margin-bottom: 5px;
  padding: 4px 6px;
  background-color: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  width: 85px;
  text-align: center;
}
/* ======= Уход в белый ============*/
.b-list-news.with-img .towhite {
  bottom: 24px;
}
/* =======================================*/
/* ======== Эксперты на главной ==========*/
/* =======================================*/
.b-list-experts {
  margin-top: 10px;
  margin-bottom: -20px;
}
.b-list-experts .b-item-experts {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 5px 15px 5px 0;
  border: 1px solid #0069ab;
  border-left: none;
  border-top: none;
  height: 160px;
  overflow: hidden;
}
.b-list-experts .b-item-experts a.img {
  float: left;
  display: block;
  /* margin-right: 10px; */
  margin-bottom: 5px;
  background-color: white;
  /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25); */
  width: 105px;
  text-align: center;
}
.b-list-experts .b-item-experts a.img > img {
  width: 100%;
  height: auto;
}
.b-list-experts .b-item-experts .body {
  height: 150px;
  position: relative;
  overflow: hidden;
}
.b-list-experts .b-item-experts .body.with-img {
  margin-left: 120px;
}
.b-list-experts .b-item-experts .title {
  font-size: 17px;
  display: block;
  margin-top: 4px;
}
/* ============ Ссылка на все публикации =========== */
.t-head .main-all-pubs {
  float: right;
  font-weight: 400;
  font-size: 12px;
  padding-top: 3px;
  opacity: .7;
}
.b-all-main {
  display: block;
  background-color: #eee;
  text-align: center;
}
.b-list-news.with-img .b-all-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-all-main a {
  /* font-size: 14px; */
  /* font-style: italic; */
  /* background: url(/site/themes/lapuzzle/images/str_right.jpg) right center no-repeat; */
  display: inline-block;
  padding: 4px 10px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  background-color: #999;
}
.b-all-main a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0069ab;
}
/* ====================================== */
/* ================================ */
/* ========== Меню услуг ========== */
/* ================================ */
ul.addMenu li a {
  /*color: #026aac;*/
  color: #083e61;
}
@media (max-width: 650px) {
  ul.addMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 20px;
    line-height: 1.8;
  }
  ul.addMenu li .b-msg {
    display: none;
  }
  ul.addMenu li .b-msg {
    /* display: none; */
    z-index: 1;
    left: auto;
    right: 0;
    width: 80%;
  }
  ul.addMenu li:hover {
    background: none;
    color: inherit;
    box-shadow: none;
  }
  .widgetCreatingProcess {
    /*min-height: 240px;*/
  }
  ul.addMenu li a {
    /*color: #026aac;*/
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: default;
  }
}
@media (min-width: 650px) {
  .widgetCreatingProcess {
    position: relative;
    min-height: 280px;
  }
  .creatingProcess-rightBg {
    margin-left: 202px;
    padding-top: 16px;
  }
  ul.addMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 220px;
    /*width: 194px;*/
    padding-top: 42px;
  }
  ul.addMenu li {
    /*cursor: pointer;*/
    line-height: 23px;
    padding-bottom: 0;
    padding-left: 8px;
    margin-bottom: 4px;
    _behavior: url("css/ie6hover.htc");
  }
  /*ul.addMenu li:hover,*/
  /*ul.addMenu li.hover {*/
  ul.addMenu li:hover {
    /*background: url("/skins/tv/images/addmenuitem-bg.png") no-repeat 0 0;*/
    border-radius: 4px 0 0 4px;
    /*transition: all .3s;*/
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: all .2s;
  }
  ul.addMenu li:nth-child(1):hover,
  ul.addMenu li:nth-child(1) .b-msg {
    background-color: #34527f;
  }
  ul.addMenu li:nth-child(2):hover,
  ul.addMenu li:nth-child(2) .b-msg {
    background-color: #6d3b5d;
  }
  ul.addMenu li:nth-child(3):hover,
  ul.addMenu li:nth-child(3) .b-msg {
    background-color: #865655;
  }
  ul.addMenu li:nth-child(4):hover,
  ul.addMenu li:nth-child(4) .b-msg {
    background-color: #458a77;
  }
  ul.addMenu li:nth-child(5):hover,
  ul.addMenu li:nth-child(5) .b-msg {
    background-color: #825945;
  }
  ul.addMenu li:nth-child(6):hover,
  ul.addMenu li:nth-child(6) .b-msg {
    background-color: #507786;
  }
  ul.addMenu li:nth-child(7):hover,
  ul.addMenu li:nth-child(7) .b-msg {
    background-color: #5f5c98;
  }
  ul.addMenu li a {
    /*color: #026aac;*/
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: default;
  }
  ul.addMenu li:hover a:after {
    content: "\f061";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 5px;
    margin-right: -10px;
    font-size: 80%;
  }
  ul.addMenu li:hover a,
  ul.addMenu li.hover a {
    color: #fff;
    border-bottom: none;
    cursor: default;
  }
  ul.addMenu li .b-msg {
    position: absolute;
    top: 0;
    left: 220px;
    color: #fff;
    visibility: hidden;
    transition: all .2s;
    padding: 15px 10px 2px 15px;
    width: 245px;
    min-height: 280px;
    zoom: 1;
    line-height: 1;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  ul.addMenu li:hover .b-msg,
  ul.addMenu li.hover .b-msg {
    visibility: visible;
    /*opacity: 1;*/
  }
  ul.addMenu li .b-msg p {
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    line-height: 1.3;
  }
}

/* ====================================== */
/* -------- Насильственная ширина ----------- */
@media (min-width: 992px) {
  .w300 {
    width: 330px;
}
  .w640 {
    width: 670px;
} 
}
/* ------ Отступы ------ */
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
/* ------ Текст по центру ------ */
.t-a-c, .tac {
  text-align: center;
}
/* ------ Блок по центру ------ */
.b-a-c, .bac {
  margin-left: auto;
  margin-right: auto;
}
/* ------ Скрыть блок ------ */
.d-n, .dn {
  display: none !important;
}
/* ------ Не выводить на печать ------ */
@media print {
  .NoPrint, .no-print {
    display: none !important;
} 
}
/* ===================================== */
/* ===== Цвет текста, фона, границ ===== */
/* ===================================== */
.txt-clr0 {
  color: #000000;
}
.txt-clr1 {
  color: #2db3c4;
}
.txt-clr2 {
  color: #ffbd4f;
}
.txt-clr3 {
  color: #f1878a;
}
.txt-clr4 {
  color: #93d6a7;
}
.txt-clr5 {
  color: #4690d8;
}
.txt-clr6 {
  color: #c4c734;
}
.txt-clr7 {
  color: #f33939;
}
.txt-clr8 {
  color: #097b67;
}
.txt-clr9 {
  color: #d6ad35;
}
.txt-clr10 {
  color: #ffffff;
}
.bg-clr0 {
  background-color: #000000;
}
.bg-clr1 {
  background-color: #2db3c4;
}
.bg-clr2 {
  background-color: #ffbd4f;
}
.bg-clr3 {
  background-color: #f1878a;
}
.bg-clr4 {
  background-color: #93d6a7;
}
.bg-clr5 {
  background-color: #4690d8;
}
.bg-clr6 {
  background-color: #c4c734;
}
.bg-clr7 {
  background-color: #f33939;
}
.bg-clr8 {
  background-color: #097b67;
}
.bg-clr9 {
  background-color: #d6ad35;
}
.bg-clr10 {
  background-color: #ffffff;
}
.brd-clr0 {
  border-color: #000000;
}
.brd-clr1 {
  border-color: #2db3c4;
}
.brd-clr2 {
  border-color: #ffbd4f;
}
.brd-clr3 {
  border-color: #f1878a;
}
.brd-clr4 {
  border-color: #93d6a7;
}
.brd-clr5 {
  border-color: #4690d8;
}
.brd-clr6 {
  border-color: #c4c734;
}
.brd-clr7 {
  border-color: #f33939;
}
.brd-clr8 {
  border-color: #097b67;
}
.brd-clr9 {
  border-color: #d6ad35;
}
.brd-clr10 {
  border-color: #ffffff;
}
/* ---------------------------------------------- */
/* ================================== */
/* ===== Коррекция стилей UIKit ===== */
/* ================================== */
.uk-button {
  font: inherit;
  color: inherit;
  padding: 4px 12px;
  background: inherit;
  line-height: 30px;
}
.uk-button:hover, .uk-button:focus {
  background-color: inherit;
  color: inherit;
}
.uk-button:hover {
  opacity: .8;
}
.uk-panel-box > .uk-panel-teaser {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.uk-panel-teaser {
  margin-bottom: 10px;
}
.uk-panel.uk-panel-box p {
  line-height: 1.3em;
}
/* ---------------------------------------------- */
/* ======================================= */
/* ========== Правки в бутстрап ========== */
/* ======================================= */
.container {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  /*    padding-left: 15px;*/
  /*    padding-right: 15px;*/ 
}
.row {
  /*    margin-left: -7.5px;*/
  /*    margin-right: -7.5px;*/ 
}
.carousel-control {
  cursor: pointer;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  top: 47% !important;
}
/* ------ Правки пагинатора ------------ */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #0069ab;
  border-color: #0069ab;
}
.pagination > li > a, .pagination > li > span {
  color: #0069ab;
}
/* ------ Правки для вторых страниц ------------ */
.container.second .row {
  /*    margin-left: -10px;*/
  /*    margin-right: -10px;*/ 
}
.container.second .col-xs-*,
.container.second .col-sm-*,
.container.second .col-md-*,
.container.second .col-lg-* {
  /*    padding-left: 10px;*/
  /*    padding-right: 10px;*/ 
}
/* ------ Правки в бутстрап для мобильного меню ------------ */
.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 6px;
  /*background-color: #d9d8d8;*/
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    /* display: none; */ 
} 
}
/* --------------------------------------- */
/* Кнопка вверх */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 10000;
  background: url("/site/public/elfinder/img/icon_top.png") no-repeat;
}
.scrollup:focus {
  opacity: 0.3;
}
.scrollup:hover {
  opacity: 0.5;
}
/* -------------------------------------------------------------- */
/* ----------- Адаптивность ------------------------------------- */
/* -------------------------------------------------------------- */
/* Адаптивное видео  */
.videoWrapper {
  position: relative;
  padding-top: 4%;
  padding-bottom: 51.5%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .page_content {
    margin-left: 0px;
    margin-right: 0px;
} 
}
/* ================================================ */
/* ======= Прятки для разной ширины экрана ======== */
/* ================================================ */
@media (max-width: 1200px) {
  .no-large {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .no-middle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .no-tablet {
    display: none !important;
  }
}
@media (max-width: 650px) {
  .no-mobile {
    display: none !important;
  }
}
/*-----------*/
@media (min-width: 650px) {
  .on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .on-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .on-middle {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .on-large {
    display: none !important;
  }
}

/* ------------------------------------------------ */
/* ======== СРЕДНИЙ ЭКРАН =============================================== */
/* Мобильное меню */
.mobile-menu-button {
  display: none;
}
.mobile-menu ul.level-1.menu.m-level-1 {
  padding-bottom: 0;
}
.mobile-menu ul.level-1.menu.m-level-2 {
  padding-top: 0;
}
/* Мобильный поиск */
.bt-mobile-search {
  display: none;
}
.mobile_search {
  display: none;
}
/* ======== ПЛАНШЕТ =========================================================== */
@media (max-width: 992px) {
  .m-container > .b-head {
    background: url(/site/themes/lapuzzle/images/header-bg1.jpg) top left -460px repeat-x;
}
  /* ------ Авто-высота на планшете ------ */
  .h-a-t {
    height: auto !important;
}
  div#informer_pok {
    display: none;
}
  /* Информер-полоска */
  body {
    padding-top: 0 !important;
}
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
  .header .container {
    /* Шапка */
    border-top: none;
    height: auto;
    padding: 0;
}
  .header .top-menu {
    display: none;
}
  /* Основное меню */
  .header .logo {
    display: none;
}
  /* Логотип */
  .content-bl .nav_menu, .second_page .nav_menu {
    /* Оформление хлебных крошек */
    /* padding-top: 15px; */
    /* border-top: 2px solid #cdcdcd; */
    /* line-height: 1.5; */ 
}
  /* Подвал */
  .b-footer {
    height: auto;
}
  .footer-push {
    height: 70px;
}
  .m-container {
    margin-bottom: -70px;
}
  .b-footer-social {
    right: 20px !important;
}
  .footer-text-1 {
    text-align: left;
}
  #blockCopyright {
    text-align: left;
    margin-bottom: 10px;
}
  .footer-text-2-counter {
    text-align: left;
}
  .footer-text-2 {
    display: block;
    margin-bottom: 15px;
}
  /* Лобное место */
  .b-inform {
    display: block;
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    border-right: none;
    position: relative;
}
  .b_anonce_main .podpis {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    /* right: 10px; */
    width: auto;
    font-size: 13px;
    line-height: 15px;
    height: auto;
    /* overflow: hidden; */
    padding: 0 10px 20px;
}
  .showcase {
    border-bottom: 1px solid #f9f9f9;
}
  a.a-setka-info.for-tablet {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
  .b_anonce_main .img {
    height: 320px;
}
  .b_anonce_main .podpis .towhite {
    display: none;
}
  /* Мобильный поиск */
  .mobile_search {
    display: block;
}
  .bt-mobile-search {
    display: block;
    background: url(/site/Img/ico_search.svg) center no-repeat #fff;
    background-size: 26px;
    position: absolute;
    right: 0;
    /* z-index: 1; */
    width: 53px;
    top: 36px;
    bottom: 4px;
    border: 1px solid #f1f1f1;
}
  /* Мобильное меню */
  .mobile-menu-button {
    display: block;
}
  /* Кнопка мобильного меню */
  button.navbar-toggle.open1 {
    position: absolute;
    background: #0069ab;
    border-radius: 10px;
    right: 10px;
    /* z-index: 1; */
    width: 50px;
    top: 20px;
    bottom: 20px;
    margin: 0;
    box-shadow: 2px 2px 8px #000;
}
  button.navbar-toggle.close1 {
    -index: 1;
    background: #ea3224;
    color: #fff;
    padding: 4px 20px;
    font-size: 16px;
    /* margin-right: 5px; */
    /* float: none; */
    margin: 10px 18px 18px;
    /* display: none; */
    border-radius: 20px;
}
  /* Мобильная шапка и меню */
  .m-container > .b-head {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}
  .menu .num1 {
    white-space: normal;
}
  .mobile-header .email, .mobile-header .phone {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding: 0 20px 10px;
}
  .mobile-header .phone {
    padding-bottom: 20px;
}
  .mobile-header .email a,
  .mobile-header .phone a {
    color: #4591D2;
    text-decoration: none;
}
  .mobile-header .horline {
    height: 0;
    border-bottom: 1px solid #f38020;
    margin: 0 20px 15px;
}
  .mobile-header {
    position: relative;
    background: #000000;
    border-bottom: 1px solid #f38020;
    height: 75px;
    z-index: 5;
    box-shadow: 0 0 12px #363636;
    /* position: fixed; */
    /* top: 0px; */
    /* width: 100%; */ 
}
  body {
    /* padding-top: 80px !important; */ 
}
  .mobile-header .logo {
    background: url(/site/themes/lapuzzle/images/logo.png) 0 0 no-repeat;
    width: 190px;
    top: 14px;
    left: 15px;
    height: 58px;
    display: inline-block;
    position: absolute;
}
  .mobile-menu {
    /* position: absolute; */
    /* top: 0; */
    /* right: -2px; */
    /* margin-top: 0; */
    /* z-index: 100; */
    /* padding: 10px 15px; */
    /* line-height: 1.6em; */
    /* box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.39), inset -3px 3px 7px rgba(0, 0, 0, 0.39); */
    /* border-bottom: 5px solid #ea3124; */
    /* width: 90%; */
    background: #efefef;
    font-weight: bold;
    border-top: 3px solid #bbbbbb;
    /* border-bottom: 3px solid #004b85;*/
    overflow: hidden;
    /* padding: 0 10px;*/ 
}
  .mobile-menu > ul {
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
    list-style: none;
    font-size: 20px;
    display: block;
    position: relative;
}
  .mobile-menu > ul:after {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ 
}
  .mobile-menu > ul > li > ul {
    padding-left: 30px;
    font-size: 90%;
    font-weight: normal;
    padding-top: 8px;
}
  .mobile-menu > ul > li {
    padding-bottom: 12px;
}
  .mobile-menu > ul > li > a {
    color: #000;
    text-decoration: none;
}
  .mobile-menu > ul > li > ul > li {
    padding-bottom: 5px;
}
  .mobile-menu > ul > li > ul > li > ul {
    display: none;
}
  /* Статьи */
  .article-content .b-img {
    float: none !important;
}
  .shop .b-product-list {
    /* margin-right: 0; */ 
}
  .shop .b-discount a img {
    width: 100%;
}
  .b-main-news {
    height: auto;
    padding-bottom: 20px;
}
  .b-item-news-cont {
    height: auto;
}
  .b-item-news .b-foto {
    background-color: #eee;
}
  .b-item-news-cont > .b-foto > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
}
/* ======== МОБИЛЬНИК =========================================== */
@media (max-width: 768px) {
  /* ------ Авто-высота на мобильнике ------ */
  .h-a-m {
    height: auto !important;
}
  body {
    /* padding-left: 10px; */
    /* padding-right: 10px; */ 
}
  .container {
    /* padding-left: 10px; */
    /* padding-right: 10px; */ 
}
  .footer .b-logo .logo {
    background: url(/site/Img/sv/ARBR_Label-1.svg) 10px 3px no-repeat;
}
  .b-main-SMI .pub-block.tp_ {
    margin-right: 0;
}
  /* СМИ о финансах */
  /* Картинки на страницах, ширина 100% */
  .events .page_content img {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
  /* Подписи к картинкам с FV */
  .b-img-caption .b-desc {
    position: relative;
    background: #eee;
    margin-bottom: auto;
}
  .second_page .page_content div.image img {
    width: auto !important;
}
  .b-share {
    margin-bottom: 20px;
}
  /* IFRAME на страницах, ширина 100% */
  .second_page .page_content iframe {
    width: 100% !important;
    /* height: auto !important; */ 
} 
}
/* -------- Экран уже 650px ----------- */
@media (max-width: 650px) {
  /* Заметили ошибку? */
  .b-body * {
    word-wrap: break-word;
  }
  .found-error {
    display: none;
  }
  .b-article canvas, .b-article img, .b-article svg {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .m-container > .b-head .name {
    padding-top: 2px;
    margin-bottom: 0;
    margin-right: 45px;
  }
  .m-container > .b-head .name .nm {
    font-size: 28px;
    line-height: .9;
    font-weight: 700;
  }
  .m-container > .b-head .name .sm {
    font-size: 13px;
    display: block;
    text-align: left;
  }
  /* Три материала */
  .b-tree-window .block {
    width: 100% !important;
  }
}
/* -------- Экран уже 520px ----------- */
@media (max-width: 520px) {
  /* Совсем узкий экран */
  .footer .b-logo .logo {
    background: none;
}
  .footer .container .b-text-1 {
    display: inline-block;
}
  /* Заглавная картинка статьи */
  .second_page .page_content div.image img {
    width: 100% !important;
}
  /* Картинки в списке статей */
  .bank_news_list .item .img-firstnews {
    margin-left: 10px;
    width: 90px;
}
  .b-main-SMI .pub-block.tp_ .b-item {
    width: auto;
    height: auto;
    margin-right: 0;
}
  /* НАСИЛЬНОЕ уплотнение картинок фотогалереи */
  /* Картинка в статьях */
  .b-article .b-img {
    float: none !important;
    margin-right: 0 !important;
}
  .b-article .b-img img {
    width: 100%;
} 
}
/* ------------- Коррекция адаптивности Bootstrap ---------------- */
@media (min-width: 768px) {
  /* .container {width: 620px;
} */
  .navbar-toggle {
    display: block;
} 
}
@media (min-width: 992px) {
  .container {
    /* width: 940px; */ 
}
  .navbar-toggle {
    display: none;
} 
}
@media (min-width: 1200px) {
  .container {
    /* width: 1260px; */ 
} 
}
/* Блоки редактируемые из админки */
.ret-block {
  display: inline;
}
/* ===================================================== */
/* ======== Материалы с FINVERSIA ====================== */
/* ===================================================== */
.second_page .b-author-source ul.b-pub-tag {
  margin-top: 20px;
}
.second_page .b-author-source ul.b-pub-tag li {
  padding: 0px 0 8px 0px;
  background: none;
}
.second_page .b-author-source ul.b-pub-tag li:nth-child(1):before {
  content: 'Автор(ы): ';
  color: #5784ab;
}
/*.second_page .b-author-source ul.b-pub-tag li:nth-child(2):before*/
.second_page .b-author-source ul.b-pub-tag li:last-child:before {
  content: 'Источник: ';
  color: #5784ab;
}
.b-clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.page_content h2 {
  color: #005aaa;
}
/* --------- Фото ------------------ */
.b-img-caption img {
  vertical-align: middle;
}
.b-img-caption {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px auto;
  margin-bottom: 15px;
  max-width: 600px;
  text-align: center;
  font-size: .8em;
}
.b-img-caption.pull-left {
  margin-right: 20px;
  margin-bottom: 5px;
}
.b-img-caption.pull-right {
  margin-left: 20px;
  margin-bottom: 5px;
}
.b-img-caption .b-desc {
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.86);
  color: #000;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -100px;
  transition: all 0.3s ease-in-out;
}
.b-img-caption:hover .b-desc {
  display: block;
  margin-bottom: 0px;
}
/* --------- Фото в две колонки ------------------ */
.b-2col {
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .b-2col {
    float: left;
    width: 100%;
} 
}
.photoWrapper {
  position: relative;
  margin: 10px 20px 10px 0;
}
.photoWrapper img {
  width: 100% !important;
  height: inherit !important;
}
/* --------- Видео ------------------ */
.videoWrapper1col {
  position: relative;
  padding-top: 25px;
  padding-bottom: 51.5%;
  height: 0px;
  margin: 5px 10px;
}
.videoWrapper1col iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* --------- Таблицы ------------------ */
.tbl-stripped {
  border-collapse: collapse;
  border: 0;
}
.tbl-stripped th {
  font-size: 13px;
  background: #cbddec;
  padding: 7px 5px 7px 10px;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-image: initial;
}
.tbl-stripped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background: #ececec;
}
.tbl-stripped > tbody > tr > td {
  font-size: 13px;
  background: #d7d7d7;
  padding: 7px 5px 7px 10px;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-image: initial;
}
/* --------- Врубы ------------------ */
.special-block-right {
  border-left: 6px solid #004b85;
  float: right;
  width: 260px;
  padding: 10px 12px 12px 12px;
  margin: 0px 0px 5px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #363636;
  font-style: italic;
  background-color: #d3e4f3;
}
.special-block-left {
  border-left: 6px solid #004b85;
  float: left;
  width: 260px;
  padding: 10px 12px 12px 12px;
  margin: 0px 20px 5px 0px;
  font-size: 16px;
  line-height: 19px;
  color: #363636;
  font-style: italic;
  background-color: #d3e4f3;
}
.PubSpravka {
  border: 1px dotted #004b85;
  padding: 10px 16px 4px;
  margin: 15px 0px 15px 20px;
  border-radius: 4px;
  background-color: #d3e4f3;
  width: 90%;
}
.btn-all-videos {
  background: #474747;
  border-radius: 3px;
  color: #fff;
  /* height: 27px; */
  line-height: 27px;
  border: none;
  font-size: 13px;
  box-shadow: none;
  padding: 3px 15px 2px 0px;
  margin: 6px 0px 12px;
  font-weight: bold;
  display: inline-block;
}
.btn-all-videos:hover {
  background: #696969;
  color: #fff;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.btn-all-videos:before {
  content: "";
  background: url(/site/Img/btn-all-videos-1.png) 0 0 no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 10px;
  margin-right: 17px;
}
.bank_news_list.SMI .item .img-firstnews {
  float: left;
  margin-right: 20px;
}
.second_page .page_content .title {
  margin-bottom: 20px;
  padding: 10px 15px;
  /* background: #005baa; */
  /* color: #fff; */
  /* border-top: 2px solid #ccc; */
  /* border-bottom: 2px solid #cccccc; */
  border-left: 2px solid #ccc;
  background: #eee;
}
/* ========== Маркер и Лид в админке и в журнале ========== */
.cke_editable span.marker {
  font-weight: bold;
  color: red;
}
.cke_editable span.lead {
  color: #006ab4;
}
@media (min-width: 768px) {
  .lead {
    font-size: inherit;
} 
}
.lead {
  margin-bottom: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* ======================================== */
/* ======== Стили для 2-х страниц ========= */
/* ======================================== */
.articleA {
  padding-left: 25px;
}
/* ======================================== */
/* ======== Стили для ЛИСТАЛОК ========= */
/* ======================================== */
object#flashContent {
  min-height: 640px;
  margin-bottom: 40px;
}
/* ======================================== */
/* ========== Праздничные шапки =========== */
/* ======================================== */
body.newyear .m-container > .b-head {
  background: url(/site/public/elfinder/img/holidays/header-bg1_newyear.jpg) center top;
}
@media (max-width: 991px) {
  body.newyear .m-container > .b-head {
    background: url(/site/public/elfinder/img/holidays/header-bg1_newyear.jpg) top left -460px repeat-x;
} 
}
@media (min-width: 992px) {
  body.newyear {
    position: relative;
} 
}
@media (min-width: 1200px) {
  body.newyear:before {
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    width: 131px;
    height: 251px;
    background: url(/site/public/elfinder/img/holidays/corner_newyear.png) top left no-repeat;
    z-index: 2000;
} 
}
/* =============================================== */
/* ========== RSS от Казанских историй =========== */
/* =============================================== */
.his-kaz-list {
  column-count: 2;
  column-width: 300px;
}
.his-kaz-item {
  display: inline-block;
  margin-bottom: 10px;
}
.his-kaz-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3px;
}
.his-kaz-title a {color: #083e61;}
.his-kaz-title a:hover {color: #d50009;}

.his-kaz-descr {
  /* display: none; */
  font-size: 15px;
  color: #555;
  margin-bottom: 8px;
}
/* нужно будет забоать из pub.css */
/* ======================================== */
/*# sourceMappingURL=main.css.map */
