#tc_top_header {
  background-color: rgba(230, 230, 230, 0.6);
}

#tc_bottom_header {
  background-color: rgba(87, 87, 87, 0.8);
}

.relise_list_item {
  background: #ffffff;
  border: 2px solid #e4e4e4;
  padding: 10px;
}
.relise_list_item .field {
  /*      margin: 0; */
}
.relise_list_item .ft_caption {
  margin: 0;
}
.relise_list_item .ft_caption a {
  font-family: Oswald;
  font-size: 24px;
  line-height: 24px;
  color: #212f43;
}

.relise_list_item .ft_caption a:hover,
.relise_list_item .ft_caption a:focus {
  color: #ff166b;
  text-decoration: none;
}
.relise_list_item .field.ft_string {
  color: #07314c;
  font-family: Andika;
  font-size: 15px;
  font-weight: 400;
}
.relise_list_item .field.ft_string.f_russian {
  font-family: Oswald;
  font-size: 18px;
  line-height: 18px;
  color: #212f43;
}
.relise_list_item .field .title_left {
  color: #07314c;
  font-weight: 700;
}
.relise_list_item .f_R_Status .value > div:nth-child(2) {
  display: none;
}
.relise_list_item .f_R_Status {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.relise_list_item .fields {
  overflow: hidden;
}
.relise__info {
  position: absolute;
  right: 180px;
  bottom: 10px;
}
.relise__user_info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.relise__date,
.relise__time,
.relise__user a {
  color: #000;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: 400;
}
.relise__user a {
  text-decoration: underline;
  color: #ff0c6d;
}
.relise_list_item .photo {
  position: relative;
  padding-bottom: 20px;
}
.relise_list_item .photo__img {
  position: relative;
}
.relise__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.63);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.relise__hover a {
  margin: auto;
}
.relise__hover img {
  opacity: 0.66;
}
.relise__hover img:hover {
  opacity: 1;
}
.relise_list_item .photo__img:hover .relise__hover {
  opacity: 1;
}
.relise__hits span,
.relise__comments a {
  line-height: 1;
  color: #283444;
  font-family: MyriadProCond;
  font-size: 18px;
  font-weight: 400;
}
.relise__hits img {
  margin-bottom: 9px;
  margin-right: 10px;
}
.relise__comments img {
  margin-bottom: 5px;
  margin-right: 10px;
}
.relise__comments {
  margin-left: 10px;
}
.comment__top {
  display: flex;
  margin-bottom: 10px;
}
.comment__top_left {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  justify-content: space-between;
}
.comment__date {
  color: #3b4449;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.author__name {
  line-height: 30px;
  background: #4d5aa5;
  color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
a.author__name:hover,
a.author__name:focus {
  color: #fff;
  text-decoration: none;
  background: #69f;
}
.comment__subject,
.comment__title {
  color: #4d5aa5;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.comment__subject:hover,
.comment__subject:focus {
  color: #ff0065;
  text-decoration: none;
}
.comment__title {
  max-height: 64px;
  overflow: hidden;
  margin-bottom: 10px;
}
.comment__text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  color: #3b4449;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.comment__item {
  margin-bottom: 19px;
}
.new__comments {
  margin-bottom: 26px;
}
#body #widget_pos_left-top .menu li.flexMenu-viewMore ul.flexMenu-popup,
.tabs-menu ul li.flexMenu-viewMore ul.flexMenu-popup {
  width: 260px;
}

.login_layout {
  min-height: 345px;
}
.relise_search_list .title em {
  background: yellow;
  font-style: normal;
  padding: 0 2px;
}
.new_grid_relise .relise_list_item {
  border-color: transparent;
}
.new_grid_relise .relise_list_item:hover {
  border-color: #e4e4e4;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.43);
}
.ngr_photo_head {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82);
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 5px 7px;
}
.new_grid_relise .photo {
  padding: 0;
  margin: 0;
  float: none;
}
.new_grid_relise .photo .is_bookmarks_btn {
  color: #444;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}
.new_grid_relise .photo .is_bookmarks_btn img {
  width: auto;
  display: inline-block;
}
.ngr_photo_footer {
  position: absolute;
  z-index: 2;
  position: absolute;
  z-index: 2;
  bottom: -8px;
  right: -15px;
}
.ngr_title {
  min-height: 50px;
  font-size: 13px;
  font-weight: bold;
}
.ngr_hide_block {
  position: absolute;
  bottom: -70px;
  left: -2px;
  right: -2px;
  z-index: 3;
  background: #fff;
  border: 2px solid #e4e4e4;
  border-top: none;
  padding: 0 10px 10px;
  font-size: 12px;
  display: none;
}
.new_grid_relise .relise_list_item:hover .ngr_hide_block {
  display: block;
  box-shadow: 3px 7px 3px rgba(0, 0, 0, 0.43);
}
.new_grid_relise .ngr_hide_block .info_bar {
  margin: 5px -5px -12px;
}