.title_info_block .entypo-lock {
  font-size: 15px;
  color: #828282;
  float: right;
}

.isNull {
  text-align: center;
  position: relative;
  padding: 40px 0px;
  font-size: 18px;
  line-height: 21px;
  color: #828282;
}

.text-danger {
  color: #ed1c24;
  font-size: 14px;
}

input .wrong {
  border: 1px solid #ed1c24;
}

i[class*='btn_more'] {
  display: none;
}

.menu_open:after {
  height: calc(100% - 10px);
}

.more_top_menu li + li {
  margin: 25px 0px 0px 0px;
}

.more_top_menu li {
  font-size: 15px;
  line-height: 18px;
  float: none;
  margin: 0px;
  text-transform: none;
  font-weight: normal;
}

/*TODO: Ждем от Витали нормальный адаптив*/
@media (min-width: 1024px) {
  header .small_menu {
    display: inline-block;
  }
}

.authorize_block .authorize_none {
  display: block;
}

.horizontal_form .def_field.btn_field {
  float: right;
}

/*TODO: КОНЕЦ: Ждем от Витали нормальный адаптив*/

/* ---------------------- Правки верстки банера ---------------------- */

a[class*="banner"] + img {
  display: none;
}

.header_banner {
  padding: 0;
}

/* ------------------ КОНЕЦ :: Правки верстки банера ----------------- */

/* ---------------------- Попапы ---------------------- */

.form_modal {
  background-color: white;
  padding-top: 42px;
  min-width: 570px;
  /*max-width: 50%;*/
  /*min-height: 462px;*/
}

.share_modal {
  background-color: white;
  padding: 20px;
  text-align: center;
}

.form_modal .def_form .def_field {
  margin-bottom: 13px;
}

.form_modal .def_form .def_field label {
  color: #2a2b2f;
  margin-bottom: 3px;
}

.form_modal .btn {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 25px;
  float: right;
}

.form_modal .btn:before {
  left: 15px;
  margin-top: -11px;
}

.form_modal a {
  color: #ed1c24;
}

.form_modal h2, .form_modal .form-row, .form_modal p {
  padding-left: 42px;
}

.form_modal p {
  padding-bottom: 42px;
}

.form_modal label {
  color: #bfbfbf;
}

.form_modal input[type="text"], .form_modal input[type='password'], .form_modal input[type='email'] {
  border: 1px solid #cccccc;
  height: 50px;
  background-color: #f7f7f7;
  width: 93%;
  padding-left: 20px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form_modal input[type="submit"], .form_modal input[type="button"], .form_modal button {
  float: right;
  margin-right: 38px;
  /*width: 120px;*/
  margin-top: 18px;
  height: 50px;
  background-color: #484344;
  border: 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.close {
  float: right;
  font-size: 38px;
  margin-right: 25px;
  margin-top: -25px;
  color: #cccccc !important;
  font-weight: 100;
}

.close:after {
  display: inline-block;
  content: "\00d7";
}

.form_modal .close {
  float: right;
  font-size: 38px;
  margin-right: 25px;
  margin-top: -25px;
  color: #cccccc !important;
  font-weight: 100;
  background-color: #fff;
  height: auto;
  padding: 0;
  border: 0;
}

.form_modal .form-bottom {
  background-color: #f0f0f0;
  width: 100%;
  height: 100px;
  margin-top: 40px;
}

.restore-password {
  position: absolute;
  top: 225px;
  left: 275px;
  background-color: white;
  height: 260px;
  width: 270px;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.5);
  padding: 25px;
  display: none;
  letter-spacing: -0.01em;
}

.restore-password:after, .restore-password:before {
  right: 100%;
  top: 47px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.restore-password:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}

.restore-password:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #fff;
  border-width: 9px;
  margin-top: -9px;
}

.restore-password input[type='email'] {
  height: 40px;
  font-size: 14px;
  padding-left: 10px;
  width: 100%;
  margin-top: 5px;
}

.restore-password input[type="button"] {
  width: 100%;
  margin-right: 0;
  height: 45px;
  margin-top: 5px;
}

.restore-password .form_wrap {
  margin-top: 25px;
}

.restore-password .form-row {
  padding-left: 0px;
}

.form-bottom-error {
  background-color: #ff4344 !important;
}

.popup-error-message:before {
  content: " ";
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url("../img/error_icon.svg") no-repeat center;
}

.popup-error-message {
  display: none;
  color: #ed1c24;
  float: left;
  width: 350px;
  padding-left: 40px;
  padding-top: 25px;
}

.close_share {
  float: right;
  font-size: 38px;
  margin-right: -5px;
  margin-top: -25px;
  color: #cccccc !important;
  font-weight: 100;
  padding-bottom: 50px;
}

/* ------------------ КОНЕЦ :: Попапы ----------------- */

.entypo:hover {
  cursor: pointer;
}

.tags_main {
  position: relative;
  font-size: 12px;
  line-height: normal;
  color: #828282;
  letter-spacing: 0.025em;
  margin-top: 15px;
}

.tags_main a {
  position: relative;
  color: #828282;
}

.content_block img {
  max-width: 100%;
  padding: 20px 0;
  max-height: 600px;
  display: block;
}

.collage_block {
  max-height: 100%;
}

/* Основной поиск по сайту */
.search_main_input {
  min-width: 600px;
}

.matched {
  color: #ed1c24;
}

.searched_item {
  position: relative;
  padding: 20px 0px;
  border-top: 1px solid #ecebe7;
}

.def_input .btn_submit_ico {
  position: absolute;
  left: auto;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
  border: none;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherite;
  background-image: url("../img/icon_search_btn.png");
}

/* ------------------------- Костыли Дениса:Р  ------------------------- */

.expert_a.simple_item .simple_col_item.img_wrap {
  max-width: 33.33333333%;
  width: auto;
}

.expert_block .content_block img {
  padding: 0px;
}

.experts_consult .img_wrap {
  margin-bottom: 12px;
}

.experts_consult h4 {
  margin-bottom: 5px;
}

.experts_consult .post {
  line-height: 15px;
}

.img_wrap img {
  padding: 0;
}

.cols_with_img .content_block p {
  font-size: 13px;
  line-height: 16px;
}

#other_expert .description p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 17px;
  margin-top: 5px;
}

.expert_block .img_wrap {
  margin-bottom: 20px;
}

.small-bottom {
  margin-bottom: 10px;
}

.col_small .title_wrapper {
  background: none;
}

/* ------------------------------------------------------------------------ */

/* ---------------------- Правая колонка :: эксперты ---------------------- */

section[id="expert_right_column"] .img_wrap img {
  max-height: 80px;
  max-width: 80px;
}

section[id="expert_right_column"] .title_label a {
  color: #ffffff;
}

/* ----------------- КОНЕЦ :: Правая колонка :: эксперты ------------------ */

/* ---------------------- Правая колонка :: партнеры ---------------------- */

section[id="partners_right_column"] .img_wrap img {
  max-height: 80px;
  max-width: 80px;
}

section[id="partners_right_column"] .title_label a {
  color: #ffffff;
}

/* ----------------- КОНЕЦ :: Правая колонка :: партнеры ------------------ */

/* ------------------------------ Мероприятия ------------------------------ */

.calendar_list .calendar_item.cur_day {
  background-color: #f5f5f5;
}

.calendar_list .calendar_item.cur_day .day_count {
  color: #ed1c24;
}

.logo_restoran {
  position: absolute;
  left: -34px;
  top: 75px;
  /* right: auto; */
  /* bottom: 0px; */
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  width: 17px;
  height: 92px;
  background: url("../img/logo_restoran.png") no-repeat center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.events_list .simple_item.event_owner {
  border-color: #f7f7f7;
}

.events_list .simple_item.event_owner .bg_wrap {
  background: #f7f7f7;
}

.events_list .simple_item.event_owner .date {
  color: #484344;
}

.registration_block .cover_bg {
  position: relative;
}

.registration_block .cover_bg .basic_param_block {
  top: 27px;
  position: absolute;
  right: 45px;
}

.registration_block .cover_bg .basic_param_block .value_param {
  line-height: 25px;
  font-weight: 400;
}

.partners_block .btn-become-partner {
  text-align: center;
  margin-top: 20px;
}

.horizontal_form form[name="eventRegistrationForm"] .def_field {
  width: 33.3%;
}

/* ------------------------------ Мероприятия ------------------------------ */

/* ---------------------- Эксперт :: другие эксперты ---------------------- */

section[id="other_expert"] .col_item .col_item_content h3 {
  height: auto;
}

section[id="other_expert"] .col_item .col_item_content .text_above_title {
  line-height: 1.3em;
}

section[id="other_expert"] .col_item .col_item_content img {
  padding: 0;
}

/* ----------------- КОНЕЦ :: Эксперт :: другие эксперты ------------------ */

.show_to_map:hover {
  cursor: pointer;
}

.partners_list_root .partners_slider_container {
  top: 30px;
}

div.annotation > p {
  padding-bottom: 15px;
  font-style: italic;
  font-weight: bold;
}

div.annotation > img {
  padding-top: 6px;
}

header .logo_wrap .logo {
  background-image: url("../img/restoranoved-logo.jpg");
}

.shared_col li:first-child {
  font-size: 15px;
  line-height: 26px;
  cursor: auto;
}

.shared_col li:first-child:hover {
  cursor: auto;
}

/* ----------------------------------- Ресторанный рейтинг ----------------------------------*/
.simple_col_item.block.rating span {
  display: inline-block;
}

.cols_3_list .expert_item {
  width: 33.3%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cols_3_list .expert_item {
    display: block;
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .slide .description .style_h2 a {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff !important;
  }
}

/* ----------------------------------- Эксперты -------------------------------------------- */
.expert_block .cols_50_2 .col:first-child {
  max-width: 50%;
  width: auto;
}

/* -------------------------------- Компании ----------------------------------------------- */
.company_list .tags_new {
  margin-bottom: 10px;
}

.company_list .simple_item .simple_col_item.img_wrap {
  width: 150px;
}

.company_list .simple_item .simple_col_item.content_wrap {
  width: calc(100% - 150px);
}

@media (max-width: 640px) {
  .simple_item .simple_col_item.img_wrap, .simple_item .simple_col_item.content_wrap {
    width: 100% !important;
    float: none;
  }
}

.company_list .param_price_block .count.basic_param_block .value_param {
  font-size: 27px;
  display: inline-block;
  margin-right: 7px;
}

.company_list .param_price_block .count.basic_param_block .title_param {
  display: inline-block;
}

/* -------------------------------------- Тэги --------------------------------------------- */
.tags a:before {
  content: '';
}

/* --------------------------------------- Рейтинг ресторанов -------------------------------*/
.restaurants_list h3 {
  margin-bottom: 5px;
}

/* Фиксы по кнопкам подписки */
.subscribe_type .subscribe_type_content .text {
  height: 100px !important;
}

.subscribe_type .subscribe_type_content {
  margin-bottom: 20px !important;
}

/* Иконка вк */
.shared_col .entypo-vkontakte:before {
  display: block;
  content: ' ';
  background-image: url("../img/vk_cirk.svg");
  background-size: 21px 26px;
  height: 26px;
  width: 21px;
}

/* ------------------------------- Поиск --------------------------------------------------- */
.search_panel .def_field .def_input input,
.search_panel .def_field .def_input textarea,
.search_panel .def_field .def_input select,
.search_panel .def_field .def_input input[type="submit"] {
  max-width: 300px;
}

/* ----------------------------------- Товары ----------------------------------*/

.search_panel .search_panel_group_with_label .def_field label + .def_input select,
.search_panel .search_panel_group_with_label .def_field label + .def_input input {
  max-width: 250px;
}

.catalog_item .content_cover a {
  text-decoration: none;
}

/* ---------------------------------- Стр подписок ---------------------------------*/
.subscribe_steps_container .subscribe_type .subscribe_type_content {
  background-color: rgba(0, 0, 0, .6);
}

.subscribe_type .subscribe_type_content .title {
  position: relative;
  left: -25px;
  color: #fff;
  width: calc(100% + 50px);
}

.subscribe_type .subscribe_type_content .text p {
  color: #F3F3F3;
}

.subscribe_type .subscribe_type_content .basic_param_block .value_param {
  color: #fff;
}

.subscribe_type .subscribe_type_content .basic_param_block .title_param {
  color: #F3F3F3;
}

.content_cover a {
  text-decoration: underline;
}

.content_cover a:hover {
  text-decoration: none;
}

.process_text span {
  margin-left: 5px;
  white-space: normal;
  padding-right: 15px;
  width: 90%;
}

#add_member {
  padding: 14px;
}

.news-block .cols_3_list {
  margin-bottom: 0;
}

.journal_archive {
  margin-bottom: 0;
}

.scroll-btn {
  display: none;
  position: fixed;
  bottom: 42px;
  left: 40px;
  width: 40px;
  height: 40px;
}

.scroll-btn span {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .more_search_link {
    position: relative !important;
  }
}

@media screen and (min-width: 767px) {
  .scroll-btn {
    display: block;
  }
}

.cols_3_list h3 {
  min-height: 50px;
}

.col_item_content .description {
  word-wrap: break-word;
  min-height: 85px;
}

.article_rubrics {
  font-size: 14px;
  margin-top: 10px;
}

.article_rubrics .article_rubrics__item {
  text-transform: lowercase;
}

.article_rubrics a:hover {
  color: #ed1c24;
}

.publicated_in_magazine {
  font-size: 14px;
  margin-top: 20px;
  /*text-align: right;*/
  color: #828282;
}

.slide .description {
  width: calc(45% - 25px);
}

header .search_header .input_field input {
  height: inherit;
}

.owl-dots .owl-dot {
  border-color: #ccc;
  background-color: #ccc;
}

@media screen and (max-width: 1130px) {
  .shared_col {
    display: none !important;
  }
}

@media screen and (max-width: 1290px) and (min-width: 1120px) {

  .title_label_small {
    font-size: 10px !important;;
  }

}

.image_annotation {
  float: left;
  clear: left;
  font-weight: bold;
  color: #828282;
  margin-top: -15px;
  max-width: 50%;
}

.title_label_small {
  /*background-color: #ed1c24;
  padding: 2px 0px 2px 20px;
  margin-right: 30px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;*/
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  font-style: italic;
  color: #828282;
  text-transform: uppercase;
}

#favorites_slider .title_label_small {
  font-size: 14px;
  text-transform: none;
}

/*
.title_label_small a {
    color: white;
}
.title_label_small a:hover {
    color: white;
}
*/
/* Центрируем точки перелистывания слайдов на главной в избранном */
#favorites_slider .owl-dots {
  left: 33%;
  right: 33%;
}

.journal_cover {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.journal_cover:hover {
  background-color: #ed1c24;
  opacity: 0.8;
  cursor: pointer;
}

.col_item_content h4 a {
  font-size: 16px;
  line-height: 18px;
}

.rest_business {
  height: 55px;
}

a:hover {
  color: #ed1c24;
}

.select_field .def_input:before {
  z-index: 1;
}

.naviagtion_top.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}

.zagl {
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: -60px;
  z-index: -10;
}

.zagl.fixed {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .zagl {
    display: none !important;
  }
}

@media (min-width: 1023px) {
  .zagl {
    display: block;
  }
}

.tags a {
  margin-right: 0px;
}

.text_above_title {
  line-height: 20px;
}

.content_block p {
  color: #505050;
}

.style_h2 {
  font-size: 30px;
  line-height: 30px;
}

.fancybox-inner {
  height: auto !important;
}

.newstyle .col_item {
  float: none;
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-bottom: 50px;
}

.newstyle .col_item .title_label_small {
  margin-bottom: 8px;
}

.newstyle .col_item .title_label_small a {
  background: #ed1c24;
  color: #fff;
  padding: 6px;
  font-size: 10px;
  margin-bottom: 15px;
}

.newstyle .col_item .title_label_small a:hover {
  color: #ed1c24;
  border: 1px solid #ed1c24;
  background: #fff;
}

@media (max-width: 767px) {
  .newstyle .col_item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 639px) {
  .newstyle .col_item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

.title-container {
  padding-top: 30px;
  padding-right: 0;
  text-align: right;
}

.item-title-container {
  background: white;
  padding: 10px 15px;
  margin-bottom: 10px;
  height: 75px;
  /*height:20%;*/
  box-sizing: border-box;
  text-align: left;
  /*width:330px;*/
  width: 37%;
  /*margin-left:580px;*/
  margin-left: 63%;
  cursor: pointer;
  position: relative;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-title-container:hover, .item-title-container.active {
  background: #ef2028;
  padding: 10px 15px;
  /*width:100%;*/
}

.item-title-container:hover a, .item-title-container.active a {
  color: #ffffff;
}

.item-title-container:after {
  position: absolute;
  left: -65px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37.25px 65px 37.25px 0;
  border-color: transparent #ef2028 transparent transparent;

}

.item-title-container:hover:after, .item-title-container.active:after {
  opacity: 1;
}

.vvodka-container {
  width: 80%;
}

.text-container .title_label_small {
  margin-bottom: 15px;
}

.text-container .title_label_small a {
  background: #ed1c24;
  color: #fff;
  padding: 6px;
  font-size: 10px;
  margin-bottom: 15px;
}

.text-container .title_label_small a:hover {
  color: #ed1c24;
  border: 1px solid #ed1c24;
  background: #fff;
}

.slider-top {
  background: rgb(230, 230, 230);
}

.images-container {
  float: left;
  /*width:550px;*/
  width: 61%;
  /*position: relative;*/
  margin: 30px 0;
  margin-right: 30px;
}

.images-container .image-inner img {
  max-width: 100%;
  width: 100%;
}

.image-inner {
  position: relative;
}

.text-container {
  position: absolute;
  bottom: 3px;
  color: white;
  padding: 20px;
  background: rgba(0, 0, 0, .5)
}

.clearfix {
  float: none;
  clear: both;
}

@media (max-width: 767px) {
  .images-container {
    display: none;
  }

  .item-title-container {
    background: white;
    padding: 10px 15px;
    margin-bottom: 10px;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    /*margin-left:580px;*/
    margin-left: 0%;
    cursor: pointer;
    position: relative;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .item-title-container:hover, .item-title-container.active {
    background: white;
  }

  .item-title-container:hover a, .item-title-container.active a {
    color: #ef2028;
  }

  .item-title-container:after {
    content: '';
  }

  .item-title-container:hover:after, .item-title-container.active:after {
    opacity: 0;
  }

  .slider-top {
    padding-bottom: 40px;
  }
}

.place {
  background: #254BC7 url(/banners/bg-place.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;

  margin: 0 -15px;
  position: relative;
  z-index: 100;
  text-decoration: underline;
  text-transform: none;
  font-weight: 400;

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.place img {
  display: none;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.place:hover {
  padding: 60px 15px;
}

.place:hover img {
  display: inline;
  height: auto;
}

.place:hover span {
  display: none;
}

.col_item .image-inner {
  margin-bottom: 10px;
}

.col_item .image-inner img {
  padding: 0;
}

.col_item .text-container {
  bottom: 0;
  padding: 15px;
}

.col_item .text-container a {
  color: #ffffff;
}

.col_item .text-container a:hover {
  color: #ef2028;
}

.col_item .text-container .vvodka-container {
  width: 100%;
}

.ya-share2 {
  display: inline-block;
  vertical-align: top;
}

.counter {
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #828282;
  vertical-align: top;
  margin-left: 20px;
}

.counter i {
  font-style: normal;
}

.new-article h1 {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 5px;
}

.new-article .expert_item .expert_content {
  width: 250px;
}

.new-article .expert_item .expert_content .about {
  display: block;
  font-size: 13px;
}

.new-article .new-annotation {
  font-style: italic;
}

.new-article .first-image-cont {
  max-width: 50%;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.new-article .first-image-cont img {
  padding-bottom: 0;
  padding-top: 0;
}

.clearfix {
  float: none;
  clear: both;
}

.list_experts .widget-container {
  text-align: right;
}

.list_experts {
  margin: 20px 0px 20px;
}

.new-article .company .expert_img {
  background-size: contain;
}

.new-article h2 {
  font-size: 30px;
  line-height: 30px;
}

.new-article .bg_gray_block em {
  font-size: 17px;
  line-height: 18px;
}

.new-article .bg_gray_block {
  margin-bottom: 30px;
  font-size: 17px;
}

.new-article .maintext img {
  max-width: 100%;
  padding: 0px;
  max-height: initial;
  margin-bottom: 0px;

}

.new-article .image-cont {
  position: relative;
  margin-bottom: 20px;
}

.new-article .maintext .fotorama__caption__wrap {
  width: 100%;
}

.new-article .maintext .fotorama__caption {;
}

.new-article .maintext .bg_gray_block img {
  max-height: 75px;
  max-width: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 20px;
}

.root_header_banner {
  margin: 5px 0;
  margin-bottom: -10px;
}

.content_block ul li, .content_block ol li {
  color: #505050;
}

.content_block ul, .content_block ol {
  margin-left: 18px;
}

.article-banner {
  max-width: 100%;
}

.simple_list_container .simple_item .article-banner {
  margin-top: 40px;
  /*margin-bottom: -40px;*/
  margin-bottom: -42px;
}

.first_part_vr {
  float: left;
}

.second_part_vr {
  overflow: hidden;
}

.new-article .fotorama__caption__wrap {
  background: #f7f7f7;
  width: 100%;
  font-style: italic;
}

.new-article .fotorama__caption {
  position: initial;

}

.new-article .gallery_container .fotorama__caption {
  position: absolute;
}

/* правки модального окна подписок */
.top_menu > ul {
  display: flex;
}

.top_menu li a {
  display:flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* правки модального окна подписок */
.form_modal {
  min-width: 0;
}
.form_modal p {
  padding: 0 42px 42px 42px;
}

.form_modal .form-row {
  padding: 0 42px;
}

.form_modal input[type="text"],
.form_modal input[type='password'],
.form_modal input[type='email'] {
  width: 100%;
}

.form_modal .form-bottom button {
  margin-right: 42px;
}

@media (max-width: 640px) {
  .form_modal h2 {
    padding-left: 20px;
  }

  .form_modal p {
    padding: 0 20px 20px 20px;
  }

  .form_modal .form-row {
    padding: 0 20px;
  }

  .form_modal input[type="text"],
  .form_modal input[type='password'],
  .form_modal input[type='email'] {
    margin-top: 10px;
  }

  .form_modal .form-bottom {
    margin-top: 20px;
    padding: 20px;
  }

  .form_modal .form-bottom button,
  .form_modal .form-bottom input[type="button"] {
    width: 100%;
    margin: 0;
    float: none;
  }
}

.fancybox-lock .fancybox-overlay {
  overflow-y: auto;
}

.magazine-menu li {
    margin-left:3%;
    list-style:none;
    float:left;
    line-height: 18px;
}

.magazine-menu li:first-child {
    border-left: 1px solid #828282;
    padding-left: 3%;
}

.magazine-menu a {
        color: #828282;
}

@media(max-width:424px) {
    .magazine-menu li {
        font-size:11px;
    }
}

.activica-articles .simple_item {
    border-top:none;
}

.activica-newspapers .simple_col_item h1 {
        font-size: 35px;
        line-height: 32px;
        margin-bottom:0px;
}

.activica-articles .img_wrap img {
    max-width:none;
    width:100%;
}

.activica-newspapers .simple_item .simple_col_item.img_wrap .btn {
    display:inline-block;
    width:75%;
}
.activica-newspapers .simple_item .simple_col_item.img_wrap .button_float_container {
  text-align:center;
}

.activica-newspaper-img img {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.activica-newspaper-after-title {
        font-size: 28px;
    line-height: 32px;
    margin-bottom:2%;
}

.activica-newspapers.simple_list_with_date_container .simple_item .simple_col_item.content_wrap {
    width:68%;
}

.simple_item .simple_col_item.content_wrap .activica-newspaper-text {
    color:#090909;
}

.activica-newspaper-text-title {
font-size: 28px;
    font-weight: 600;
    margin-bottom: 2%;
    color: #484344;
}

.activica-newspaper-text-title-before {
    text-transform: uppercase;
    color: #828282;
    padding-left: 1%;
        margin-bottom: 1%;
}

@media (max-width: 640px) {
    .activica-newspapers .simple_item .simple_col_item.img_wrap {
        max-height:none;
    }
}

.articles-banner {
    height:auto;
}

.articles-banner img {
    padding-top:0px;
    width: 100%;
}

.activica-banner-main {
    margin-top:4%;
}

/* сокращение текста у экспертов в 10 строк */
.expert_text_block > .button_block {
  text-align: center;
  margin-top: 15px;
}

.expert_text {
  height: auto;
}

.expert_text_block.is-short .expert_text {
  height: 210px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.expert_text_block.is-short .expert_text:after {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  height: 25px;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.icon-people {
  background: url("../img/svg/people.svg") no-repeat center;
}

.icon-fb {
  background: url("../img/svg/fb.svg") no-repeat center;
}

.icon-google {
  background: url("../img/svg/google.svg") no-repeat center;
}

.icon-information {
  background: url("../img/svg/information.svg") no-repeat center;
}

.icon-instagram {
  background: url("../img/svg/instagram.svg") no-repeat center;
}

.icon-mail {
  background: url("../img/svg/mail.svg") no-repeat center;
}

.icon-ok {
  background: url("../img/svg/odnoklassniki.svg") no-repeat center;
}

.icon-twitter {
  background: url("../img/svg/twitter.svg") no-repeat center;
}

.icon-vk {
  background: url("../img/svg/vk.svg") no-repeat center;
}

.icon-youtobe {
  background: url("../img/svg/youtobe.svg") no-repeat center;
}

.icon-settings {
  background: url("../img/svg/settings.svg") no-repeat center;
}

.expert_block .contacts,
.expert_block .social,
.expert_block .companies {
  font-style: italic;
}

.expert_block .companies a {
    color: #505050;
    text-decoration: underline;
}

.expert_block [class^="icon-"] {
  display: inline-block;
  position: relative;
  height: 21px;
  width: 21px;
  vertical-align: bottom;
}

.expert_block .icon-information,
.expert_block .icon-people,
.expert_block .icon-settings {
  margin-right: 4px;
}

/*.expert_block .icon-settings {
  margin-right: 6px;
  width: 19px;
}*/

.col_small .list_cols_wrapper .cols_with_img .col .content_block {
  margin-left: 100px;
  width: calc(100% - 100px);
}


/** на странице теги у эксперта  от 12.07.2018 **/
ul.expert-list-tags {
  margin: 0 0 10px;
}

.title_page + ul.expert-list-tags {
  margin-top: -20px;
}

ul.expert-list-tags > li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}

ul.expert-list-tags > li .tag {
  display: block;
  padding: 4px 10px;
  background-color: #f2f2f2;
  color: #888888;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}