@font-face {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  src: url("../fonts/OpenSansCondensed-Bold.ttf");
}
* {
  margin: 0;
  padding: 0;
  letter-spacing: -0.5px;
}
* a {
  text-decoration: none;
  color: white;
}

body {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: Bold;
}

header {
  position: relative;
}
header .header__top-wrapper {
  width: 100%;
  background-color: #eeeeee;
  overflow: hidden;
}
header .header__top-wrapper .header__top-nav {
  height: 30px;
  width: 968px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
header .header__top-wrapper .header__top-nav .top-nav__list {
  list-style: none;
  display: flex;
}
header .header__top-wrapper .header__top-nav .top-nav__list .top-nav__list-item {
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 0.75rem;
}
header .header__top-wrapper .header__top-nav .top-nav__list .top-nav__list-item .top-nav__list-item-link {
  text-decoration: none;
  color: #6e6e6e;
}
header .header__top-wrapper .header__top-nav .top-nav__list .top-nav__list-item .active-header-link {
  color: #c60304;
}
header .header__mid-wrapper {
  width: 100%;
  background-color: #c60304;
  height: 70px;
  overflow: hidden;
}
header .header__mid-wrapper .header__mid-container {
  width: 968px;
  height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 10% 40% 15% 15%;
  align-content: center;
  align-items: center;
  font-size: 0.6875rem;
  text-align: center;
}
header .header__mid-wrapper .header__mid-container .weather-block {
  text-transform: uppercase;
}
header .header__mid-wrapper .header__mid-container .weather-block .weather__city-list .fa-caret-down {
  color: white;
}
header .header__mid-wrapper .header__mid-container .weather-block .weather__icon {
  font-size: 16px;
  color: white;
}
header .header__mid-wrapper .header__mid-container .weather-block .weather__temp {
  color: white;
}
header .header__mid-wrapper .header__mid-container .exchange-block {
  text-transform: uppercase;
}
header .header__mid-wrapper .header__mid-container .exchange-block .exchange-list .fa-caret-down {
  color: white;
}
header .header__mid-wrapper .header__mid-container .exchange-block .exchange-symbol .fa-arrow-down {
  color: white;
}
header .header__mid-wrapper .header__mid-container .exchange-block .exchange-value {
  font-size: 14px;
  color: white;
}
header .header__mid-wrapper .header__mid-container .logo-block {
  font-size: 1.75rem;
  color: white;
}
header .header__mid-wrapper .header__mid-container .search-block {
  text-transform: uppercase;
  text-align: right;
}
header .header__mid-wrapper .header__mid-container .search-block .fa-search {
  margin-left: 5px;
  color: white;
  width: 12px;
  height: 12px;
}
header .header__mid-wrapper .header__mid-container .search-block .search-block_active {
  position: absolute;
  display: none;
  box-sizing: border-box;
  padding: 5px;
  overflow: hidden;
  top: 80px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  margin-right: auto;
  background-color: #fff;
}
header .header__mid-wrapper .header__mid-container .search-block .search-block_active .search-button {
  border: 1px solid #d9d9d9;
  font-size: 12px;
  font-weight: lighter;
  text-transform: none;
  width: 20%;
  height: 100%;
  color: black;
}
header .header__mid-wrapper .header__mid-container .search-block .search-block_active #search-input {
  width: 80%;
}
header .header__mid-wrapper .header__mid-container .auth-block {
  text-transform: uppercase;
}
header .header__mid-wrapper .header__mid-container .auth-block .fa-user {
  color: white;
  margin-left: 5px;
  font-size: 13px;
}
header .header__low-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #eeeeee;
  height: 35px;
}
header .header__low-wrapper .header__low-container {
  max-width: 968px;
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
}
header .header__low-wrapper .header__low-container .low__nav {
  overflow: hidden;
  text-transform: uppercase;
  color: #6e6e6e;
  list-style: none;
  line-height: 35px;
  letter-spacing: -0.5px;
}
header .header__low-wrapper .header__low-container .low__nav .nav__item {
  display: block;
  float: left;
  padding: 0 8px;
  border-right: #fcfcfc 1px solid;
  border-left: #d1d1d1 1px solid;
}
header .header__low-wrapper .header__low-container .low__nav .nav__item .nav__link {
  text-transform: uppercase;
  color: #6e6e6e;
}
header .header__low-wrapper .header__low-container .low__nav .nav__dropdown > .nav__link {
  float: right;
  color: #6e6e6e !important;
}
header .header__sub-wrapper {
  width: 100%;
  height: 30px;
}
header .header__sub-wrapper .header__sub-container {
  max-width: 968px;
  margin: 0 auto;
  font-size: 0.6875rem;
  line-height: 30px;
  text-transform: uppercase;
}
header .header__sub-wrapper .header__sub-container .sub__all-news {
  color: #c60304;
  margin-left: 8px;
}
header .header__sub-wrapper .header__sub-container .sub__fav-news {
  color: #6e6e6e;
  margin-left: 10px;
}

.content-wrapper {
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.content-wrapper .content-container {
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.content-wrapper .content-container .special-news {
  height: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
}
.content-wrapper .content-container .special-news .special-news__container {
  float: left;
  width: 80%;
  line-height: 30px;
  font-size: 0.875rem;
}
.content-wrapper .content-container .special-news .special-news__container .special-news__title {
  color: #6e6e6e;
}
.content-wrapper .content-container .special-news .special-news__container .special-news__link {
  color: #c60304;
}
.content-wrapper .content-container .special-news .special-news__dropdown {
  float: right;
  width: 20%;
  line-height: 30px;
  font-size: 0.6875rem;
  text-align: right;
}
.content-wrapper .content-container .special-news .special-news__dropdown .special-news__dropdown-link {
  color: #6e6e6e;
}
.content-wrapper .content-container .main-news {
  overflow: hidden;
  margin-top: 20px;
}
.content-wrapper .content-container .main-news .main-news__container {
  width: 610px;
  float: left;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .header__title {
  font-size: 2rem;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .header__title .text-link {
  color: #c60304 !important;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .header__date {
  font-size: 0.75rem;
  margin: 10px 0;
  color: #6e6e6e;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info {
  height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #d9d9d9;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .fb-social-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 40px;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .fb-social-container .fa-facebook-square {
  width: 22px;
  height: 22px;
  color: #6e6e6e;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .fb-social-container .fb-counter-container {
  position: absolute;
  width: 20px;
  height: 19px;
  top: 2px;
  left: 25px;
  background-color: #e2e2e2;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .fb-social-container .fb-counter-container .fb-counter {
  position: absolute;
  left: 7px;
  top: 4px;
  font-size: 0.6875rem;
  color: #6e6e6e;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .fb-social-container .fb-counter-container:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -4px;
  border-style: solid;
  border-color: transparent #e2e2e2 transparent transparent;
  border-width: 4px 5px 4px 0;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .twttr-social-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 40px;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .twttr-social-container .fa-twitter-square {
  width: 22px;
  height: 22px;
  color: #6e6e6e;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .twttr-social-container .twttr-counter-container {
  position: absolute;
  width: 20px;
  height: 19px;
  top: 2px;
  left: 25px;
  background-color: #e2e2e2;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .twttr-social-container .twttr-counter-container .twttr-counter {
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 0.6875rem;
  color: #6e6e6e;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .twttr-social-container .twttr-counter-container:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -4px;
  border-style: solid;
  border-color: transparent #e2e2e2 transparent transparent;
  border-width: 4px 5px 4px 0;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .translate-to-ua {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #c60304;
  font-size: 0.8125rem;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .views-counter {
  display: inline-block;
  vertical-align: middle;
  color: #6e6e6e;
  float: right;
  margin-left: 15px;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .views-counter .fa-eye {
  width: 15px;
  height: 14px;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .views-counter .view-counter {
  font-size: 0.6875rem;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .comments-counter {
  display: inline-block;
  vertical-align: middle;
  color: #6e6e6e;
  float: right;
  margin-left: 15px;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .comments-counter .fa-comment-alt {
  width: 15px;
  height: 14px;
}
.content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info .comments-counter .comm-counter {
  font-size: 0.6875rem;
}
.content-wrapper .content-container .main-news .main-news__container .img-block .main-photo {
  margin: 20px 0;
  width: 610px;
  height: 385px;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .news-subtitle {
  font-size: 1.3125rem;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .news-text {
  font-size: 0.9375rem;
  line-height: 18px;
  font-weight: 300;
  padding: 10px 0;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .text-link {
  color: #c60304;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .news-photo {
  width: 610px;
  height: 450px;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .news-how-to {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 18px;
  font-weight: 300;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .news-how-to .how-to-list {
  list-style: none;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .news-how-to .how-to-list .list-item {
  padding: 5px 0;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .news-how-to .submit-button {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  border: 1px solid black;
  color: black;
  font-weight: 600;
  margin: 5px 0;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .tags-container {
  height: 60px;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .tags-container .tags-block {
  display: flex;
  font-size: 0.6875rem;
  text-transform: uppercase;
  margin: 10px 0;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .tags-container .tags-block .tags-link {
  margin-left: 5px;
  color: #6e6e6e !important;
}
.content-wrapper .content-container .main-news .main-news__container .news-block .tags-container .error-text {
  width: 100%;
  font-size: 0.6875rem;
  color: #6e6e6e !important;
  margin: 10px 0;
}
.content-wrapper .content-container .main-news .main-news__container .some-news__wrapper {
  width: 100%;
  height: 20px;
  border-bottom: 3px solid #c60304;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.content-wrapper .content-container .main-news .main-news__container .some-news__wrapper .some-news-link {
  color: #c60304 !important;
}
.content-wrapper .content-container .aside-news__wrapper {
  width: 300px;
  float: right;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__header-container {
  margin-top: 30px;
  width: 100%;
  height: 25px;
  border-bottom: 3px solid #c60304;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__header-container .aside-header-link {
  text-transform: uppercase;
  color: #c60304;
  font-size: 0.875rem;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__sub-header {
  display: flex;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__sub-header .sub-header-link {
  margin: 10px 15px 10px 0;
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: #6e6e6e;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  font-size: 0.8125rem;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .ranked-news {
  line-height: 15px;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .ranked-news .news-img {
  float: left;
  width: 140px;
  height: 90px;
  margin-right: 10px;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .ranked-news .news-link {
  color: black;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .not-ranked-news {
  font-weight: normal;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .not-ranked-news .news-article {
  margin-top: 30px;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .not-ranked-news .news-article p {
  margin-top: 10px;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .not-ranked-news .news-article p .article-link {
  color: black;
}
.content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .not-ranked-news .news-article p .fa-comment-alt, .content-wrapper .content-container .aside-news__wrapper .city-news__container .city-news__content-container .not-ranked-news .news-article p span {
  font-size: 0.625rem;
  color: #6e6e6e;
}
.content-wrapper .content-container .aside-news__wrapper .plot__container {
  margin-top: 20px;
}
.content-wrapper .content-container .aside-news__wrapper .plot__container .plot-header {
  width: 100%;
  height: 25px;
  border-bottom: 3px solid #c60304;
}
.content-wrapper .content-container .aside-news__wrapper .plot__container .plot-header .plot-header-link {
  text-transform: uppercase;
  color: #c60304;
  font-size: 0.875rem;
}
.content-wrapper .content-container .aside-news__wrapper .plot__container .plot-items {
  margin-top: 10px;
  height: 50px;
  border-bottom: 1px solid #d9d9d9;
}
.content-wrapper .content-container .aside-news__wrapper .plot__container .plot-items .plot-item__img {
  height: 43px;
  width: 67px;
  float: left;
  display: inline-block;
}
.content-wrapper .content-container .aside-news__wrapper .plot__container .plot-items .plot-item__container {
  display: inline-block;
  float: right;
  height: 43px;
  width: 225px;
}
.content-wrapper .content-container .aside-news__wrapper .plot__container .plot-items .plot-item__container .plot-item__text {
  font-weight: normal;
  font-size: 0.8125rem;
  float: right;
  color: black;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container {
  margin-top: 20px;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__header {
  width: 100%;
  height: 25px;
  border-bottom: 3px solid #c60304;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__header .header-link {
  text-transform: uppercase;
  color: #c60304;
  font-size: 0.875rem;
  float: left;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__header .right-arrow__container {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #6e6e6e;
  float: right;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__header .right-arrow__container .right-arrow {
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  top: 5px;
  left: 3px;
  transform: rotate(-45deg);
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__header .left-arrow__container {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #6e6e6e;
  float: right;
  position: relative;
  cursor: pointer;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__header .left-arrow__container .left-arrow {
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  top: 5px;
  left: 2px;
  transform: rotate(135deg);
  margin-left: 5px;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__header .header-count {
  float: right;
  margin-right: 5px;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__header .header-count .count-item {
  font-size: 0.6875rem;
  color: #6e6e6e;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item {
  margin-top: 12px;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item .choice__item-img {
  height: 155px;
  width: 300px;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item .item-title .item-title__link {
  margin-top: 5px;
  color: #6e6e6e;
  font-size: 0.8125rem;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item .item-title .item-title__link .item-icons .fa-youtube, .content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item .item-title .item-title__link .item-icons .fa-camera {
  font-size: 0.8125rem;
  fill: #6e6e6e;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item .item-title .item-title__link .author-post {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  background: #f60;
  color: #fff;
  padding: 2px 4px;
  margin-right: 4px;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-family: "Sans-Condense_Bold", Arial, sans-serif;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item .item-info {
  margin-top: 5px;
  font-size: 0.6875rem;
  font-weight: normal;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item .item-info .info-link {
  font-size: 0.6875rem;
  color: #c60304;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice__item .item-info .info-link-date {
  color: #6e6e6e;
}
.content-wrapper .content-container .aside-news__wrapper .choice__container .choice-item-border {
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.content-wrapper .content-container .aside-news__wrapper .social-links__container {
  margin-top: 25px;
}
.content-wrapper .content-container .aside-news__wrapper .social-links__container .social-links__header {
  width: 100%;
  height: 25px;
  border-bottom: 3px solid #c60304;
}
.content-wrapper .content-container .aside-news__wrapper .social-links__container .social-links__header .header-link {
  text-transform: uppercase;
  color: #c60304;
  font-size: 0.875rem;
  font-size: 0.75rem;
}
.content-wrapper .content-container .aside-news__wrapper .social-links__container .social-links__sub-header .sub-header-links {
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: #6e6e6e;
}
.content-wrapper .content-container .aside-news__wrapper .social-links__container .social-links__API-block {
  margin-top: 25px;
  height: 50px;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  line-height: 50px;
  text-align: center;
}
.content-wrapper .content-container .aside-news__wrapper .social-links__container .social-links__API-block .api-links {
  color: #6e6e6e;
  line-height: 16px;
  text-align: center;
}
.content-wrapper .content-container .comments {
  overflow: hidden;
}
.content-wrapper .content-container .comments .comments__separator {
  margin-top: 25px;
  height: 25px;
  font-size: 0.875rem;
  width: 610px;
  text-transform: uppercase;
  color: #c60304;
  border-bottom: 3px solid #c60304;
}
.content-wrapper .content-container .comments .comments-container {
  margin-top: 20px;
  width: 610px;
}
.content-wrapper .content-container .comments .comments-container .comment-item {
  margin-top: 5px;
  overflow: hidden;
}
.content-wrapper .content-container .comments .comments-container .comment-item .comment-id__container {
  width: 20%;
  float: left;
  text-align: center;
}
.content-wrapper .content-container .comments .comments-container .comment-item .comment-id__container .user-photo {
  width: 75px;
  height: 75px;
  border-radius: 10%;
}
.content-wrapper .content-container .comments .comments-container .comment-item .comment-content .user-name {
  font-size: 0.875rem;
  color: black;
}
.content-wrapper .content-container .comments .comments-container .comment-item .comment-content .comment-text {
  width: 80%;
  float: right;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-top: 5px;
  text-align: justify;
}
.content-wrapper .content-container .comments .comments-container .comment-item .comment-content .comment-text .comment-link {
  color: #c60304;
}
.content-wrapper .content-container .comments .comments-container .comment-item .comment-content .comment-date {
  width: 80%;
  float: right;
  text-align: left;
  margin-top: 5px;
  font-size: 0.625rem;
  font-weight: lighter;
  color: #6e6e6e;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body header .header__top-wrapper .header__top-nav {
    width: 90%;
  }
  body header .header__mid-wrapper {
    font-size: 70%;
  }
  body header .header__mid-wrapper .header__mid-container {
    width: 90%;
  }
  body header .header__low-wrapper .header__low-container {
    font-size: 60%;
    width: 90%;
  }
  body header .header__low-wrapper .header__low-container .low__nav {
    display: flex;
  }
  body header .header__low-wrapper .header__low-container .nav__dropdown > .nav__link {
    padding: 0 10px;
  }
  body header .header__sub-wrapper .header__sub-container {
    width: 90%;
  }
  body .content-wrapper .content-container {
    width: 90% !important;
  }
  body .content-wrapper .content-container .special-news {
    width: 90%;
  }
  body .content-wrapper .content-container .main-news .main-news__container {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  body .content-wrapper .content-container .main-news .main-news__container .img-block .main-photo {
    width: 100%;
    height: 75%;
  }
  body .content-wrapper .content-container .main-news .main-news__container .news-block .news-photo {
    width: 710px;
    height: 510px;
  }
  body .content-wrapper .content-container .main-news .aside-news__wrapper {
    display: none;
  }
  body .content-wrapper .content-container .comments .comments__separator {
    width: 100%;
  }
  body .content-wrapper .content-container .comments .comments-container {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  body header .header__top-wrapper {
    display: none;
  }
  body header .header__mid-wrapper .header__mid-container {
    width: 90%;
    line-height: 70px;
    display: block;
    margin: 0 auto;
  }
  body header .header__mid-wrapper .header__mid-container .weather-block {
    display: none;
  }
  body header .header__mid-wrapper .header__mid-container .exchange-block {
    display: none;
  }
  body header .header__mid-wrapper .header__mid-container .search-block {
    display: none;
  }
  body header .header__mid-wrapper .header__mid-container .auth-block {
    display: none;
  }
  body header .header__low-wrapper {
    display: none;
  }
  body header .header__sub-wrapper {
    display: none;
  }
  body .content-wrapper .content-container .special-news {
    display: none;
  }
  body .content-wrapper .content-container .main-news .main-news__container {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  body .content-wrapper .content-container .main-news .main-news__container .main-news__header .header__title {
    font-size: 1.25rem;
  }
  body .content-wrapper .content-container .main-news .main-news__container .main-news__header .header__date {
    font-size: 0.75rem;
  }
  body .content-wrapper .content-container .main-news .main-news__container .main-news__header .main-news__view-info {
    display: none;
  }
  body .content-wrapper .content-container .main-news .main-news__container .img-block .main-photo {
    width: 100%;
    height: 75%;
  }
  body .content-wrapper .content-container .main-news .main-news__container .news-block {
    text-align: justify;
  }
  body .content-wrapper .content-container .main-news .main-news__container .news-block .news-photo {
    width: 100%;
    height: 50%;
  }
  body .content-wrapper .content-container .aside-news__wrapper {
    display: none;
  }
  body .content-wrapper .content-container .comments {
    margin-top: 15px;
  }
  body .content-wrapper .content-container .comments .comments__separator {
    width: 90%;
    margin: 0 auto;
  }
  body .content-wrapper .content-container .comments .comments-container {
    width: 90%;
    margin: 0 auto;
  }
  body .content-wrapper .content-container .comments .comments-container .comment-item {
    margin: 25px 0;
  }
  body .content-wrapper .content-container .comments .comments-container .comment-item .comment-id__container {
    width: 100px !important;
    height: 75px;
  }
  body .content-wrapper .content-container .comments .comments-container .comment-item .comment-id__container .user-photo {
    width: 75px;
    height: 75px;
  }
  body .content-wrapper .content-container .comments .comments-container .comment-item .comment-content .user-name {
    margin-left: 85px;
  }
  body .content-wrapper .content-container .comments .comments-container .comment-item .comment-content .comment-text {
    width: 100%;
    float: none;
  }
  body .content-wrapper .content-container .comments .comments-container .comment-item .comment-content .comment-date {
    width: 100%;
    float: none;
  }
}

/*# sourceMappingURL=style.css.map */
