/* Common */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #404040;
  background-color: #ffffff;
}
.center_wrapper {
  max-width: 1006px;
}
/* Common.end */

/* Header */
.header {
  
}
.header_top {
  background-color: #fff;
}
.header_top-left_block {
  border-right: 1px solid #ccc;
  float: left;
}
.header_top-logo {
  display: block;
  width: 92px;
  height: 32px;
  border-right: 1px solid #ccc;
  background: url("../images/logo.png") left center no-repeat;
  float: left;
}
.header_top-login {
  display: block;
  min-width: 32px;
  line-height: 20px;
  padding: 6px 8px 2px;
  border-bottom: 4px solid transparent;
  background: url("../images/ico-login.png") center 7px no-repeat transparent;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0;
  color: #000;
  transition: border-bottom .15s ease-in-out;
  float: left;
}
.header_top-login:focus,
.header_top-login:hover {
  border-bottom-color: #000;
  text-decoration: none;
}
.header_top-right_block {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float: right;
}
.search-wrapper {
  height: 24px;
  margin: 4px 0 4px;
}
.search-input {
  display: none;
  width: 80px;
  padding: 4px 0 4px 8px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #000;
}
.search-input:focus {
  outline: none;
}
.search-button {
  display: inline-block;
  width: 32px;
  height: 24px;
  border: none;
  background: url("../fonts/ico-search.svg") center no-repeat;
  -webkit-background-size: 16px;
  background-size: 16px;
  vertical-align: middle;
}
.header_top_menu-mobile {
  display: block;
  position: relative;
  line-height: 20px;
  border: none;
  padding: 6px 8px 2px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  transition: border-bottom .15s ease-in-out;
  float: right;
}
.header_top_menu-mobile:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 1px;
  left: 0;
  top: 0;
  bottom: -4px;
  background: #ccc;
}
.header_top_menu {
  clear: both;
}
.header_top_menu-mobile--active,
.header_top_menu-mobile:focus,
.header_top_menu-mobile:hover {
  border-bottom-color: #000;
  outline: none;
  text-decoration: none;
}
.header_top_menu-list {
  list-style-type: none;
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.header_top_menu-list_item {
  display: block;
  position: relative;
  width: 50%;
  float: left;
}
.header_top_menu-list_link {
  display: block;
  line-height: 20px;
  padding: 6px 8px 2px;
  border-bottom: 4px solid transparent;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-align: left;
  transition: color .15s ease-in-out, background .15s ease-in-out;
}
.header_top_menu-list_link:focus,
.header_top_menu-list_link:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.header_top_menu-list_link--last_link:after {
  content: ' ';
  display: inline-block;
  margin-left: 4px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  vertical-align: middle;
}
.header_middle {
  background-color: #bb1919;
}
.category_name {
  display: block;
  line-height: 1.2;
  padding: 10px 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  float: left;
}
.category_name:hover,
.category_name:focus {
  text-decoration: none;
}
.category_name-invert {
  display: inline-block;
  padding: 0px 7px;
  background: #fff;
  color: #bb1919;
}
.header_bottom_menu-mobile {
  margin-top: 10px;
  padding: 8px 12px 8px 36px;
  border: 1px solid #bb4545;
  background: url("../images/ico-menu.png") 12px center no-repeat transparent;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: border-color .15s ease-in-out, background .15s ease-in-out;
  float: right;
}
.header_bottom_menu-mobile--active,
.header_bottom_menu-mobile:hover,
.header_bottom_menu-mobile:focus {
  outline: none;
  border-color: #222;
  background-color: #222;
}
.header_bottom_menu-mobile--active {
  position: relative;
}
.header_bottom_menu-mobile--active:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -10px;
  height: 14px;
  background: #222;
}
.header_bottom {
  background-color: #222;
}
.header_bottom_menu-list {
  list-style-type: none;
  display: none;
  margin: 0;
  padding: 0;
}
.header_bottom_menu-list_item {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #464646;
  float: left;
}
.header_bottom_menu-list_link {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #fff;
}
.header_bottom_menu-list_link--last_link:after {
  content: ' ';
  display: inline-block;
  margin-left: 4px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  vertical-align: middle;
}
.header_bottom_menu-list_link--active,
.header_bottom_menu-list_link:hover,
.header_bottom_menu-list_link:focus {
  position: relative;
  text-decoration: none;
}
@media all and (min-width: 360px) {
  .category_name {
    font-size: 36px;
  }
  .header_bottom_menu-mobile {
    margin-top: 12px;
  }
  .header_bottom_menu-mobile--active:after {
    bottom: -15px;
  }
}
@media all and (min-width: 520px) {
  .header_top_menu-list_item {
    width: 33.33333%;
  }
  .header_bottom_menu-list_item {
    width: 33.33333%;
  }
}
@media all and (min-width: 620px) {
  .header_top_menu-mobile {
    display: none;
  }
  .header_top_menu {
    margin-left: 126px;
    margin-right: 35px;
    clear: none;
  }
  .header_top_menu-list {
    display: block;
  }
  .header_top_menu-list_item {
    display: inline-block;
    width: auto;
    float: none;
  }
  .header_top_menu-list_item + .header_top_menu-list_item:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ccc;
  }
  .header_top_menu-list_link {
    border-bottom: 4px solid transparent;
    transition: border-bottom .15s ease-in-out;
  }
  .header_top_menu-list_link:focus,
  .header_top_menu-list_link:hover {
    border-bottom-color: #000;
    background-color: transparent;
    color: #000;
    text-decoration: none;
  }
}
@media all and (min-width: 660px) {
  .header_bottom_menu-list_item {
    width: 25%;
  }
}
@media all and (min-width: 768px) {
  .header_top-login {
    padding: 6px 8px 2px 33px;
    background-position: 8px 7px;
    font-size: 14px;
  }
  .header_top-right_block {
    border-right: none;
  }
  .search-wrapper {
    margin-left: 8px;
    background: #e4e4e4;
  }
  .search-input {
    display: inline-block;
  }
  .header_top_menu {
    margin-left: 195px;
    margin-right: 126px;
  }
}
@media all and (min-width: 820px) {
  .header_top-logo {
    height: 40px;
  }
  .header_top-login {
    padding: 10px 12px 6px 40px;
    background-position: 12px 11px;
  }
  .search-wrapper {
    margin: 8px 0 8px 8px;
  }
  .header_top_menu {
    margin-left: 182px;
  }
  .header_top_menu-list_link {
    padding: 5px;
  }
  .header_bottom {
    background-color: #a91717;
  }
  .header_bottom_menu-list_item {
    width: auto;
    border: none;
  }
  .header_bottom_menu-list_item + .header_bottom_menu-list_item:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    height: 17px;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: #bb4545;
  }
  .header_bottom_menu-list_link {
    padding: 10px 6px 6px;
    border-bottom: 4px solid transparent;
    transition: border-bottom-color .15s ease-in-out;
  }
  .header_bottom_menu-list_link--active,
  .header_bottom_menu-list_link:hover,
  .header_bottom_menu-list_link:focus {
    border-bottom-color: #fff;
    background: transparent;
    text-decoration: none;
  }
  .header_bottom_menu-list_link--active:before,
  .header_bottom_menu-list_link:hover:before,
  .header_bottom_menu-list_link:focus:before {
    display: none;
  }
  .header_bottom_menu-mobile {
    display: none;
  }
  .header_bottom_menu-list {
    display: block;
  }
}
@media all and (min-width: 910px) {
  .search-input {
    width: 163px;
  }
  .header_top_menu {
    margin-right: 200px;
  }
}
@media all and (min-width: 965px) {
  .header_bottom_menu-list_link {
    padding: 10px 10px 6px;
  }
}
/* Header.end */

/* Footer */
.footer {
  color: #fff;
}
.footer_top {
  padding: 1px 0;
  background: #2f2f2f;
}
.footer_top-heading {
  font-size: 22px;
}
.footer_top_menu {}
.footer_top_menu-list {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
.footer_top_menu-list_item {}
.footer_top_menu-list_link {
  display: block;
  position: relative;
  padding: .6em 1em .6em 34px;
  font-weight: bold;
  color: #fff;
}
.footer_top_menu-list_link:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 6px;
}
.footer_top_menu-list_link--mobile:before {background: url("../images/ico-phone.png");}
.footer_top_menu-list_link--pc:before     {background: url("../images/ico-pc.png");}
.footer_top_menu-list_link--news:before   {background: url("../images/ico-news.png");}
.footer_top_menu-list_link--letter:before {background: url("../images/ico-letter.png");}
.footer_bottom {
  padding: 1px 0;
  border-top: 1px solid #949494;
  background: #4c4c4c;
}
.footer_bottom-heading {
  font-weight: bold;
  font-size: 22px;
}
.footer_bottom_menu {
  border-bottom: 1px solid #949494;
}
.footer_bottom_menu-list {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
.footer_bottom_menu-list_item {
  width: 50%;
  border-right: 1px solid #fff;
  float: left;
}
.footer_bottom_menu-list_item:nth-child(2n+2) {
  border-right: none;
}
.footer_bottom_menu-list_link {
  display: block;
  padding: .6em 1em;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.footer_bottom-links {
  margin-top: 20px;
  font-size: 13px;
}
.footer_bottom-links_link {
  display: inline-block;
  padding: .2em .1em;
  margin-right: 10px;
  color: #fff;
}
.footer_bottom-copyright {
  font-size: 13px;
}
@media all and (min-width: 520px) {
  .footer_top_menu-list_item {
    width: 50%;
    float: left;
  }
  .footer_bottom_menu-list_item {
    width: 33.33333%;
  }
  .footer_bottom_menu-list_item:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  .footer_bottom_menu-list_item:nth-child(3n) {
    border-right: none;
  }
}
@media all and (min-width: 768px) {
  .footer_bottom_menu-list_item {
    width: 25%;
  }
  .footer_bottom_menu-list_item:nth-child(3n) {
    border-right: 1px solid #fff;
  }
  .footer_bottom_menu-list_item:nth-child(4n) {
    border-right: none;
  }
}
@media all and (min-width: 910px) {
  .footer_top_menu-list_item {
    width: 25%;
  }
  .footer_bottom_menu-list_item {
    width: 16.66666%;
  }
  .footer_bottom_menu-list_item:nth-child(4n) {
    border-right: 1px solid #fff;
  }
  .footer_bottom_menu-list_item:nth-child(6n) {
    border-right: none;
  }
}
/* Footer.end */

/* Sidebar */
.sidebar {
  display: none;
  width: 30%;
  float: right;
}
.sidebar_widget {
  padding: 12px 24px;
  background-color: #eee;
  margin-top: 24px;
}
.sidebar_widget:first-child {
  margin-top: 0;
}
.sidebar_widget-heading {
  margin: 0 0 14px;
  font-size: 24px;
}
.top_stories-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top_stories-list_item {
  margin: 0 0 10px;
}
.top_stories-list_link {
  display: block;
  color: #404040;
}
.top_stories-list_link p {
  margin: 0;
}
.sidebar-img {
  display: block;
  margin: 15px auto;
}
.most_popular-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.most_popular-list_item {}
.most_popular-list_item + .most_popular-list_item {
  border-top: 1px solid #dbdbdb;
}
.most_popular-list_link {
  display: block;
  position: relative;
  padding: 10px 30px 10px 0;
  color: #404040;
  transition: color .15s ease-in-out;
}
.most_popular-list_link:hover {
  text-decoration: none;
  color: #1167a8;
}
.most_popular-list_number {
  position: absolute;
  line-height: 28px;
  right: 15px;
  top: 50%;
  margin: -14px;
  font-weight: bold;
  font-size: 28px;
  color: #bb1919;
}
@media all and (min-width: 768px) {
  .sidebar {
    display: block;
  }
}
/* Sidebar.end */

/* Content */
.main_wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}
.content_wrapper {
  
}
.content {
  text-align: justify;
}
.content > p:first-child {
  margin-top: 0;
}
.content > p:last-child {
  margin-bottom: 0;
}
.heading {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.date_panel {
  padding-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
}
.date_panel-left_block {
  float: left;
}
.date_panel-right_block {
  float: right;
}
.date_panel .date {
  margin-top: 10px;
}
.date_panel .share_btn {
  margin-bottom: 0;
}
.share_btn {
  padding: 6px 8px 4px;
  background: transparent;
  font-size: 14px;
  color: #0b8a0b;
  transition: color .15s ease-in-out, background .15s ease-in-out;
}
.share_btn:hover {
  background: #0b8a0b;
  color: #fff;
}
.share_btn-icon {
  fill: currentColor;
  height: 17px;
  width: 17px;
}
.share_btn-text {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: -3px;
}
.content_img {
  display: block;
  margin: 25px auto;
}
.content_img:first-child {
  margin-top: 0;
}
.content_img:last-child {
  margin-bottom: 0;
}
.question-answer {
  margin: 35px 0;
  font-weight: bold;
}
.question {
  font-style: italic;
}
.question:before {
  content: '\2014';
}
.answer:before {
  content: '\2014';
}
.order_widget {
  margin: 15px 0;
  text-align: center;
}
.order_widget-img {
  display: inline-block;
}
.date {
  padding-left: 20px;
  padding-top: 2px;
  background: url("../images/clocks.png") 3px center no-repeat;
  font-size: 13px;
  color: #5a5a5a;
}
.share_block {
  padding: 10px 0;
}
.share_block-heading {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 24px;
}
.share_block-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share_block-list_item {
  display: inline-block;
  margin-right: 4px;
}
.share_block-list_link {
  display: block;
  width: 52px;
  height: 32px;
}
.share_block-list_link--email     {background: url("../images/share-email.png") center no-repeat #615f5d;}
.share_block-list_link--facebook  {background: url("../images/share-facebook.png") center no-repeat #3b5998;}
.share_block-list_link--twitter   {background: url("../images/share-twitter.png") center no-repeat #47c7fa;}
.share_block-list_link--pinterest {background: url("../images/share-pinterest.png") center no-repeat #bc071c;}
.share_block-list_link--linkedin  {background: url("../images/share-linkedin.png") center no-repeat #0077b5;}
.promo_widget {
  display: none; /* попросили сверстать, потом попросили убрать */
  padding: 15px 0 0;
  margin: 0 -10px;
}
.promo_block {
  padding: 10px;
}
.promo_block-category {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 16px;
  background: url("../images/arrow-red.png") right center no-repeat;
  font-size: 22px;
  color: #222;
  transition: color .15s ease-in-out;
}
.promo_block-category:hover {
  color: #1167a8;
  text-decoration: none;
}
.promo_block-image_wrapper {
  height: 190px;
  overflow: hidden;
}
.promo_block-image {
  display: block;
  width: 100%;
  height: auto;
}
.promo_block-title {
  height: 55px;
  margin: 0;
  font-weight: bold;
  color: #404040;
  overflow: hidden;
}
@media all and (min-width: 500px) {
  .content_img-left {
    max-width: 50%;
    margin: 0 15px 10px 0;
    float: left;
  }
  .content_img-right {
    max-width: 50%;
    margin: 0 0 10px 15px;
    float: right;
  }
  .content_img-left:first-child + p {
    margin-top: 0;
  }
  .content_img-right:first-child + p {
    margin-top: 0;
  }
  .content_img.content_img-inner {
    margin-top: 10px;
  }
  .promo_block {
    width: 50%;
    float: left;
  }
}
@media all and (min-width: 768px) {
  .content_wrapper {
    width: 70%;
    padding-right: 30px;
    float: left;
  }
}
/* Content.end */

/* Breaking News popup */
.breaking_popup {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #222;
  background: #4c4c4c;
}
.breaking_popup-header {
  background: #222;
}
.breaking_popup-inner_wrapper {
  position: relative;
}
.breaking_popup-header_text {
  display: inline-block;
  margin: 0;
  padding: 7px 10px 5px;
  background: #bb1919;
  font-size: 36px;
  color: #fff;
}
.breaking_popup-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 17px;
  border: none;
  background: url("../images/ico-close.png") center no-repeat transparent;
  cursor: pointer;
}
.breaking_popup-text {
  margin: 0;
  padding: 50px 0;
  font-size: 20px;
}
.breaking_popup-link {
  color: #fff;
}
/* Breaking News popup.end */


@media screen and (max-width: 924px) {
  .header_bottom_menu-list_link {
    padding: 10px 5px 6px;
  }
}

@media screen and (max-width: 900px) {
  .header_bottom_menu-list_link {
    padding: 2px;
  }
}


@media screen and (max-width: 793px) {
  .header_top_menu-list {
    display: none;
  }
  .main_wrapper {
    padding-top: 0;
  }
  .footer {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  .header_bottom_menu-list_link {
    padding: 3px!important;
  }
}

@media screen and (max-width: 852px) {
  .header_bottom_menu-list {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header_bottom_menu-mobile {
    display: none;
  }
  .content {
    text-align: left;
  }
}

center > img {
  max-width: 210px;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

center > a {
  font-size: 28px;
}


