@charset "UTF-8";
:root {
  --primary-font-family: 'PT Root UI', sans-serif;
  --secondary-font-family: 'Times New Roman', serif;
  --primary-color: #232323;
  --secondary-color: #0028bb;
  --body-bg-color: #fff;
  --box-bg-color: #fff;
  --text-color: #333;
  --link-color: #333;
  --intext-link-color: #0028BB;
  --heading-color: #232323;
  --icon-color: #999;
  --font-size-base: 16px;
  --line-height-base: 1.75;
  --heading-line-height: 1.4;
  --font-size-h1: 32px;
  --font-size-h2: 24px;
  --font-size-h3: 20px;
  --font-size-h4: 18px;
  --font-size-h5: 16px;
  --font-size-h6: 14px;
  --container-width: 1200px;
  --animation-duration: 0.3s;
  --box-animation-duration: 3s;
}

@font-face {
  font-family: 'PT Root UI';
  src: url("../fonts/PT_Root_UI_Regular.eot");
  src: url("../fonts/PT_Root_UI_Regular?#iefix") format("embedded-opentype"), url("../fonts/PT_Root_UI_Regular.woff") format("woff"), url("../fonts/PT_Root_UI_Regular.ttf") format("truetype"), url("../fonts/PT_Root_UI_Regular.svg#spectralregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: url("../fonts/PT_Root_UI_Light.eot");
  src: url("../fonts/PT_Root_UI_Light?#iefix") format("embedded-opentype"), url("../fonts/PT_Root_UI_Light.woff") format("woff"), url("../fonts/PT_Root_UI_Light.ttf") format("truetype"), url("../fonts/PT_Root_UI_Light.svg#spectralregular") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: url("../fonts/PT_Root_UI_Medium.eot");
  src: url("../fonts/PT_Root_UI_Medium?#iefix") format("embedded-opentype"), url("../fonts/PT_Root_UI_Medium.woff") format("woff"), url("../fonts/PT_Root_UI_Medium.ttf") format("truetype"), url("../fonts/PT_Root_UI_Medium.svg#spectralregular") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: url("../fonts/PT_Root_UI_Bold.eot");
  src: url("../fonts/PT_Root_UI_Bold?#iefix") format("embedded-opentype"), url("../fonts/PT_Root_UI_Bold.woff") format("woff"), url("../fonts/PT_Root_UI_Bold.ttf") format("truetype"), url("../fonts/PT_Root_UI_Bold.svg#spectralregular") format("svg");
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--body-bg-color);
  overflow-x: hidden;
  zoom: 1;
}

main {
  display: block;
  flex: 1 1 10px;
  width: 100%;
}

body,
input,
button,
textarea,
select {
  font-family: var(--primary-font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--text-color);
}

body:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

p {
  margin: calc(var(--line-height-base) * var(--font-size-base)) 0;
  font-family: var(--secondary-font-family);
  font-size: 20px;
  line-height: 30px;
}

a {
  color: var(--link-color);
  text-decoration: underline;
  transition: all var(--animation-duration);
}

a:hover, .a {
  text-decoration: none;
}

.a {
  color: var(--secondary-color);
}

.post-body a{
  color: var(--intext-link-color);
}

.a:hover {
  text-decoration: underline;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: var(--heading-line-height);
  font-weight: bold;
}

h1, .h1 {
  font-size: var(--font-size-h1);
}

h2, .h2 {
  font-size: var(--font-size-h2);
  line-height: 30px;
}

h3, .h3 {
  font-size: var(--font-size-h3);
}

h4, .h4 {
  font-size: var(--font-size-h4);
}

h5, .h5 {
  font-size: var(--font-size-h5);
}

h6, .h6 {
  font-size: var(--font-size-h6);
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.main {
  padding: 50px 0 40px;
}

.small-text {
  display: inherit;
  font-size: calc(var(--font-size-base) - 2px);
  line-height: 1.43;
}

p .small-text {
  font-size: 18px;
}

.editorial-name {
  margin-top: 0;
}

.last-no-margin > div:last-child {
  margin-bottom: 0;
}

.of-onum {
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
}

.secondary-link {
  text-decoration: none;
  color: var(--secondary-color);
}

.secondary-link:hover {
  text-decoration: underline;
}

.header,
.header__box {
  display: block;
  width: 100%;
  height: 60px;
}

.header__box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header__box, .header__container {
  background: var(--primary-color);
}

.header__container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  height: 60px;
}

.header__logo {
  display: block;
  margin: 19px 0;
  width: 72px;
  position: relative;
}

.header__logo img, .header__logo svg {
  display: block;
  width: 72px;
  height: 25px;
  opacity: .8;
  transition: opacity var(--animation-duration);
}

.header__logo svg {
  fill: #fff;
}

.header__logo[data-home-logo] svg {
  opacity: 0;
}

a.header__logo:hover img, a.header__logo:hover svg {
  opacity: 1;
}

.header__logo_home svg {
  display: none;
  position: absolute;
  fill: #000;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.header__logo_home svg.active {
  display: block;
}

.header__menu ul, .header__menu li {
  display: block;
  margin: 0;
  padding: 0;
}

.header__menu ul li, .header__menu li li {
  list-style: none;
}

.header__menu ul li a, .header__menu li li a {
  display: block;
  line-height: 20px;
  padding: 20px;
  font-size: calc(var(--font-size-base) - 4px);
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  opacity: .6;
  letter-spacing: .7px;
}

.header__menu ul li a.active, .header__menu ul li a:hover, .header__menu li li a.active, .header__menu li li a:hover {
  opacity: 1;
}

.header__menu-mobile-bg {
  display: none;
}

.header__menu-separator {
  display: block;
  padding: 15px 17px;
}

.header__menu-separator::before {
  content: '';
  display: block;
  opacity: .3;
}

.header__search-btn {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  padding: 5px;
  margin: 15px 0;
}

.header__search-btn:hover svg {
  opacity: 1;
}

.header__search-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: .6;
}

.header__search-btn svg, .header__search {
  transition: all var(--animation-duration);
}

.header__search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  background: var(--primary-color);
  z-index: -1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header__search.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header__search-form {
  display: block;
  position: relative;
}

.header__search-input {
  width: 100%;
  height: 30px;
  margin: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  border-radius: 0;
  color: #fff;
  transition: all var(--animation-duration);
}

.header__search-input:focus {
  border-bottom-color: #fff;
}

.header__search-button {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  position: absolute;
  top: 15px;
  right: 0;
  border: none;
  border-radius: 0;
  transition: all var(--animation-duration);
}

.header__search-button:hover {
  color: #fff;
}

.social-link {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  padding: 5px 5px;
  margin: 15px 0 15px 0;
}

.social-link:hover svg {
  opacity: 1;
}

.social-link svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: .6;
  transition: all var(--animation-duration);
}

.footer {
  display: block;
  width: 100%;
  background: var(--primary-color);
  padding: 50px 0 60px;
  font-size: 12px;
  line-height: 20px;
}

.footer, .footer a {
  color: rgba(255, 255, 255, 0.6);
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer__copyright {
  margin-bottom: 10px;
}

.footer__contact {
  display: block;
}

.footer__contact + .footer__contact {
  margin-top: 4px;
}

.footer__partners {
  margin-top: 8px;
}

.footer__partners img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-bottom: 10px;
}

.footer__partners img + img, .footer__partners a + a {
  margin-left: 30px;
}

.footer__partner-fmp {
  width: 105px;
}

.footer__partner-t {
  width: 32px;
}

.footer__partner-fmb {
  width: 123px;
}

.home {
  margin-top: -16px;
}

.home__logo {
  margin-bottom: 23px;
}

.home__logo img, .home__logo svg {
  display: block;
}

.home__logo svg {
  width: 205px;
  height: 71px;
  fill: var(--heading-color);
}

.home__logo span {
  display: block;
  font-family: var(--secondary-font-family);
  font-style: italic;
  padding-left: 7px;
}

.home__sidebar .secondary-link, .more {
  font-weight: bold;
}

.more {
  text-decoration: none;
  color: var(--secondary-color);
}

.more:hover {
  text-decoration: underline;
}

.home__sidebar-columns {
  padding-bottom: 0 !important;
}

.home__sidebar-columns .home__sidebar {
  padding-top: 0;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.slider-box {
  position: relative;
  width: 100%;
}

.slider-box::before, .slider-box::after {
  content: '';
  display: block;
  width: 16px;
  height: 100%;
  background: var(--body-bg-color);
  position: absolute;
  top: 0;
  z-index: 2;
}

.slider-box::before {
  left: -1px;
}

.slider-box::after {
  right: -1px;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
  outline: none !important;
}

.slider-prev::before,
.slider-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all var(--animation-duration) ease;
  background: var(--primary-color);
}

.slider-prev:hover::before,
.slider-next:hover::before {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.slider-prev svg,
.slider-next svg {
  display: block;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  fill: #fff;
}

.slider-prev {
  left: 1px;
}

.slider-next {
  right: 1px;
}

.slider-next svg {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.news-list, .news-list li {
  display: block;
  margin: 0;
  padding: 0;
}

.news-list li {
  list-style: none;
  margin-bottom: 20px;
  line-height: 20px;
}

.news-list li a {
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.news-list li a:hover {
  text-decoration: underline;
}

.news-list li .news-list__author {
  display: inline-block;
  font-size: calc(var(--font-size-base) - 2px);
  -webkit-font-feature-settings: "smcp";
  font-feature-settings: "smcp";
  color: var(--secondary-color);
  font-weight: normal;
}

.news-list__meta {
  display: inline-block;
}

.news-list__date,
.news-text__date,
.news-list__author {
  line-height: 20px;
  display: inline-block;
  margin-left: 3px;
}

.news-list__date::before,
.news-text__date::before,
.news-list__author::before {
  content: '·';
  display: inline-block;
  margin-right: 5px;
}

.news-list__date,
.news-text__date {
  font-family: var(--secondary-font-family);
  font-style: italic;
  font-size: 14px;
}

.cover {
  display: block;
  text-decoration: none;
}

.cover:hover .box-hover::before {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.cover__title {
  display: block;
  margin-bottom: 10px;
}

.cover__image,
.cover__all {
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  margin-bottom: 5px;
  z-index: 2;
}

.cover__image,
.cover__all, .cover__image-box {
  display: block;
  position: relative;
}

.cover__image {
  background: var(--box-bg-color) no-repeat top center;
  background-size: contain;
  border: 1px solid #eceeef;
}

.cover__all {
  margin-top: 39px;
  background: var(--primary-color);
}

.cover__all::before {
  content: '';
  width: 8px;
  height: 100%;
  top: 0;
  right: 8px;
  border-right: 2px solid #888989;
  border-left: 2px solid #888989;
}

.cover__all::before, .cover__all::after {
  display: block;
  position: absolute;
}

.cover__all::after {
  content: 'Все номера';
  color: #fff;
  padding-top: 25%;
  font-family: var(--secondary-font-family);
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  height: 15%;
  top: 13px;
  left: 13px;
  background: url("../img/logo-white.png") no-repeat top center;
  background-size: contain;
}

.cover__all-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 2;
}

.cover__all-link-bottom {
  display: block;
  position: absolute;
  left: 13px;
  bottom: 13px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.cover__all-link-bottom:hover {
  text-decoration: underline;
}

.cover__all-link-bottom svg {
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: currentColor;
}

.box {
  background: var(--box-bg-color);
  padding: 20px;
}

.box-margin-min,
.box-margin-medium,
.box-margin-max {
  margin-bottom: 20px;
}

.box-margin-home-bottom {
  margin-bottom: -50px;
}

.box-hover {
  position: relative;
  z-index: 2;
}

.box-hover::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  transition: all 1s ease-out;
  z-index: -1;
}

.box-hover:hover::before {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.box-title {
  width: 100%;
  border-bottom: 2px solid var(--secondary-color);
}

.box-title span {
  display: inline-block;
  font-size: var(--font-size-base);
  color: var(--secondary-color);
  font-weight: bold;
  letter-spacing: .4px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 5px 20px;
  position: relative;
}

.box-title span::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
}

.box-title span.padding-min {
  padding: 5px 0 5px 15px;
}

.box-title_center {
  text-align: center;
}

.card {
  width: 100%;
  position: relative;
}

.card::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--box-bg-color);
}

.card > * {
  position: relative;
  z-index: 1;
}

.card:hover .card-img__bg {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.card-img {
  display: block;
  width: 100%;
  height: 380px;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.card-img:hover .card-img__bg {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.card-img:hover .card-img__bottom::before {
  height: calc(100% + 80px);
}

.card-img_min {
  height: 240px;
}

.card-img__bg {
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  transition: all var(--box-animation-duration) ease-out;
  z-index: 1;
}

.card-img__bg, .card-img__meta, .card-img__meta-red, .card-img__meta-blue {
  display: block;
  position: absolute;
  left: 0;
}

.card-img__meta {
  top: 20px;
  background: rgba(255, 255, 255, 0.5);
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: calc(var(--font-size-base) - 2px);
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: .4px;
  color: var(--text-color);
}

.card-img__meta-red {
  top: 20px;
  background: rgba(232, 73, 116, 0.5);
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: calc(var(--font-size-base) - 2px);
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: .4px;
  color: white;
}

.card-img__meta-blue {
  top: 20px;
  background: rgba(30, 55, 147, 0.5);
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: calc(var(--font-size-base) - 2px);
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: .4px;
  color: white;
}

.card-img__bottom {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  z-index: 3;
  padding: 16px 20px 24px;
}

.card-img__bottom, .card-img__bottom::before {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.card-img__bottom::before {
  content: '';
  display: block;
  height: calc(100% + 20px);
  z-index: -1;
  background: linear-gradient(to bottom, rgba(17, 23, 36, 0), #111724);
  background: -ms-linear-gradient(to bottom, rgba(17, 23, 36, 0), #111724);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=rgba(17, 23, 36, 0), endColorstr=#111724;
  background: -moz-linear-gradient(to bottom, rgba(17, 23, 36, 0), #111724);
  opacity: 1;
  transition: all .5s;
}

.card-img__left {
  flex: 1 1 270px;
}

.card-img__date {
  font-family: var(--secondary-font-family);
  font-size: calc(var(--font-size-base) - 2px);
  font-style: italic;
  margin-bottom: 4px;
}

.card-img__title {
  font-size: var(--font-size-h2);
  line-height: 30px;
  font-weight: bold;
}

.card-img_min-title .card-img__title {
  font-size: var(--font-size-h5);
  line-height: 20px;
}

.card-img_big-title .card-img__title {
  font-family: var(--secondary-font-family);
  font-size: 36px;
  line-height: 45px;
  font-weight: normal;
}

.card-img__comments-box {
  text-align: right;
  margin-bottom: 1px;
}

.card-img__views,
.card-img__comments {
  font-size: calc(var(--font-size-base) - 2px);
  background: no-repeat left 6px;
  padding-left: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.card-img__views svg,
.card-img__comments svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  fill: #fff;
  opacity: .8;
}

.card-img__views {
  margin-left: 20px;
}

.card-img__comments svg {
  top: 6px;
}

.card-img__author {
  display: inline-block;
  font-size: calc(var(--font-size-base) - 2px);
  font-weight: normal;
  letter-spacing: .7px;
  -webkit-font-feature-settings: "smcp";
  font-feature-settings: "smcp";
}

.card-img__author::before {
  content: '·';
  display: inline-block;
  margin-right: 5px;
}

.card-text {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 24px 20px 17px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eceeef;
  border-top: none;
}

.card-text__title {
  display: block;
  font-size: var(--font-size-h2);
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 12px;
  text-decoration: none;
}

.card-text__title:hover {
  opacity: .6;
}

.card-text__text-box {
  flex: 1 1 10px;
}

.card-text__text {
  font-family: var(--secondary-font-family);
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-text__text_fix {
  height: calc(30px * 3);
}

.card-text__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.card-text__meta .card-img__views svg,
.card-text__meta .card-img__comments svg {
  fill: #999;
  opacity: 1;
}

.card-text__left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 10px;
  margin-right: 10px;
}

.card-text__date {
  font-family: var(--secondary-font-family);
  font-style: italic;
  margin-right: 7px;
}

.card-text__date, .card-text__author {
  font-size: calc(var(--font-size-base) - 2px);
  display: inline-block;
}

.card-text__author {
  -webkit-font-feature-settings: "smcp";
  font-feature-settings: "smcp";
  color: var(--secondary-color);
  text-decoration: none;
}

.card-text__author:hover {
  text-decoration: underline;
}

.card-text__author::before {
  content: '·';
  display: inline-block;
  margin-right: 5px;
}

.card-text__tags {
  font-size: calc(var(--font-size-base) - 2px);
  color: var(--secondary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-text__tags::before {
  content: '# ';
}

.card-text__tags a {
  text-decoration: none;
  color: var(--secondary-color);
}

.card-text__tags a:hover {
  text-decoration: underline;
}

.page img {
  max-width: 100%;
}

.page__title {
  font-family: var(--secondary-font-family);
  font-size: 36px;
  line-height: 45px;
  font-weight: normal;
  margin: 0 0 26px;
}

.page__sidebar,
.page__archive {
  padding-top: 10px;
}

.archive__section {
  border-bottom: 2px solid #fff;
  padding-bottom: 30px;
}

.archive__section:last-child {
  margin-bottom: 0;
}

.archive__section ul {
  display: block;
}

.archive__section ul li {
  display: block;
  margin: 0;
  list-style: none;
  line-height: 20px;
}

.archive__section ul li a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .7px;
  text-decoration: none;
  text-transform: uppercase;
}

.archive__section ul li a:hover {
  text-decoration: underline;
}

.archive__section .active {
  font-weight: 900;
}

.archive__title {
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .7px;
}

.archive__col-1 {
  margin: 0;
  padding: 0;
}

.archive__col-1 li {
  padding: 0;
  text-align: center;
}

.archive__col-2 {
  -webkit-column-count: 2;
  column-count: 2;
  width: 100%;
  max-width: 144px;
  margin: 0 auto;
  padding: 6px 0 0;
}

.archive__col-2 li {
  padding: 0 10px;
}

.news__item {
  display: flex;
  margin-bottom: 40px;
}

.news__item:hover .news__img span {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.news__right {
  flex: 1 1 10px;
}

.news__title {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}

.news__title:hover {
  opacity: .6;
}

.news__text {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px;
}

.news__text, .news__date {
  font-family: var(--secondary-font-family);
}

.news__date {
  font-size: calc(var(--font-size-base) - 2px);
  font-style: italic;
}

.news__date + .news__date {
  margin-left: 3px;
}

.news__date + .news__date::before {
  font-family: var(--primary-font-family);
  font-style: normal;
  font-size: 10px;
  content: '· ';
}

.score__item {
  width: 100%;
  display: flex;
  border: 1px solid #eceeef;
}

.score__item:hover .box-hover::before {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.score__img {
  width: 32%;
  height: 100%;
  border-right: 1px solid #eceeef;
}

.score__img img {
  display: block;
  width: 100%;
  height: auto;
}

.score__right {
  flex: 1 1 10px;
  padding: 20px 30px;
}

.score__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 33px;
}

.score-one-img img {
  width: 100%;
}

.score-items {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.post-meta {
  margin-top: -10px;
  margin-bottom: 0;
}

.post-poster img {
  display: block;
  width: 100%;
  margin-bottom: 7px;
}

.post-poster span {
  font-size: 12px;
  line-height: 20px;
  opacity: .6;
  margin: 0;
  max-width: 90%;
}

.post-quote {
  padding-left: 12%;
  position: relative;
  margin: 30px 0;
}

.post-quote::before {
  content: '«';
  font-family: var(--secondary-font-family);
  font-style: italic;
  font-size: 56px;
  line-height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--secondary-color);
}

.post-quote_line .post-quote__text {
  font-style: normal;
}

.post-quote_line::before {
  content: '';
  width: 8.5%;
  height: 2px;
  background: #fff;
  top: 18px;
}

.post-quote__text {
  font-family: var(--secondary-font-family);
  font-style: italic;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.post-quote__author {
  font-weight: bold;
}

.post-news {
  border-top: 2px solid #eceeef;
  border-bottom: 2px solid #eceeef;
  padding: 26px 0;
  margin: 40px 0;
}

.post-news li:last-child {
  margin-bottom: 0;
}

.post-news .news-list li a {
  font-size: 24px;
  line-height: 30px;
}

.post-comments {
  border-top: 2px solid #eceeef;
  border-bottom: 2px solid #eceeef;
  padding: 30px 0;
  margin-bottom: 20px;
}

.post-comments__title {
  font-weight: bold;
}

.post-prev-next {
  display: flex;
  justify-content: space-between;
}

.post-prev-next__item {
  width: 230px;
  line-height: 20px;
}

.post-prev-next__item:first-child {
  margin-right: 15px;
}

.post-prev-next__title {
  font-family: var(--secondary-font-family);
  font-size: calc(var(--font-size-base) - 2px);
  font-style: italic;
  margin-bottom: 10px;
}

.post-prev-next__link {
  display: inline;
  font-weight: bold;
  text-decoration: none;
}

.post-prev-next__link:hover {
  text-decoration: underline;
}

.post-bottom {
  padding-top: 80px;
}

.post-author {
  font-size: var(--font-size-base);
  font-weight: bold;
  text-transform: uppercase;
}

.post-body {
  padding-left: 8%;
  margin-bottom: 60px;
}

.search {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.search__input {
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  border-bottom: 2px solid var(--primary-color);
  background: transparent;
  font-size: 32px;
  font-weight: bold;
}

.search__input::-webkit-input-placeholder {
  color: var(--text-color);
}

.search__input:-ms-input-placeholder {
  color: var(--text-color);
}

.search__input::-moz-placeholder, .search__input:-moz-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.search__btn {
  display: block;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

.search__btn, .search__btn svg {
  width: 20px;
  height: 20px;
}

.search__btn svg {
  fill: var(--text-color);
  transition: all var(--animation-duration);
}

.search__btn:hover svg {
  opacity: .6;
}

.pagination {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #fff;
  margin-top: 50px;
  padding-top: 24px;
}

.pagination a {
  text-decoration: none;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination .current {
  font-weight: bold;
}

.pagination__link {
  font-family: var(--secondary-font-family);
  font-style: italic;
  letter-spacing: 0;
}

span.pagination__link {
  opacity: 0.5;
}

.pagination__pages {
  display: block;
  margin: 0;
  padding: 0;
}

.pagination__pages li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination__pages li + li {
  margin-left: 10px;
}

.not-found {
  background: url("../img/404.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}

.not-found h1 {
  margin: 0 0 13px;
}

.not-found p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .header__logo_home svg {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .header__menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    transition: all var(--animation-duration);
    visibility: hidden;
    z-index: 99;
  }
  .header__menu.active {
    visibility: visible;
  }
  .header__menu.active .header__menu-mobile-bg {
    opacity: 1;
  }
  .header__menu.active ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header__menu ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    overflow-y: auto;
    background: var(--primary-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all var(--animation-duration);
    z-index: 2;
  }
  .header__menu ul li a, .header__menu li li a {
    padding: 10px 15px;
  }
  
  .header__menu ul li a:first-child {
    color: #fff;
}


  
  .header__menu-mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity var(--animation-duration);
  }
  .header__menu-separator {
    padding: 10px 15px;
  }
  .header__menu-separator::before {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .header__right .social-link {
    display: none;
  }
  .header__mobile-menu-toggle {
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px 0;
    position: relative;
  }
  .header__mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #bcbcbc;
    transition: all var(--animation-duration);
    -webkit-transform-origin: 2px 1px;
    transform-origin: 2px 1px;
    position: absolute;
    left: 0;
  }
  .header__mobile-menu-toggle span:nth-child(1) {
    top: 5px;
  }
  .header__mobile-menu-toggle span:nth-child(2) {
    top: 14px;
  }
  .header__mobile-menu-toggle span:nth-child(3) {
    bottom: 5px;
  }
  .header__mobile-menu-toggle:hover span {
    background-color: #fff;
  }
  .header__mobile-menu-toggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header__mobile-menu-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-mobile-menu-active {
    overflow: hidden;
  }
  .footer__contact:first-child {
    margin-top: 10px;
  }
  .footer__right {
    display: flex;
    justify-content: center;
  }
  .footer__right .social-link {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .header__menu ul li, .header__menu li li {
    float: left;
    margin: 0;
  }
  .header__menu-separator::before {
    height: 30px;
    border-left: 1px solid #fff;
  }
  .header__mobile-menu-toggle {
    display: none;
  }
  .footer__right {
    float: right;
    margin-top: -20px;
  }
  .card_big {
    display: flex;
    justify-content: space-between;
  }
  .card_big .card-img {
    width: calc(50% - 15px);
  }
  .card_big .card__text-box {
    width: calc(50% + 5px);
  }
  .card_min .card-img {
    height: 240px;
  }
  .card_min .card-text__title {
    max-height: calc(33px * 2);
    overflow: hidden;
  }
  .card_min .card-text__header {
    height: 168px;
  }
  .score-one-right {
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__menu ul li a, .header__menu li li a {
    padding: 20px 10px;
  }
  .header__menu-separator {
    padding: 15px 5px;
  }
  .header__search-btn {
    margin-right: 10px;
  }
  .social-link {
    width: 20px;
    padding: 5px 0;
  }
}

@media (min-width: 992px) {
  .header__search-btn {
    margin-right: 20px;
  }
  .pagination {
    width: calc(100% - 30px);
  }
}

@media (min-width: 767px) {
  .home__sidebar {
    margin-top: 0px;
    padding-left: 10px;
  }
  .page__archive {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page__news-list {
    padding-left: 20px;
  }
  .page__content-full {
    padding-right: 40px;
  }
}

@media (min-width: 601px) {
  .box-margin-medium {
    margin-bottom: 30px;
  }
  .box-margin-max {
    margin-bottom: 60px;
  }
}

.news__img {
  width: calc(33.33% - 15px);
  height: 0;
  margin-right: 30px;
  padding-bottom: calc(33.33% - 15px);
  position: relative;
  overflow: hidden;
}

.news__img span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  transition: all var(--box-animation-duration);
}

@media (min-width: 481px) {

}

@media (max-width: 480px) {
  .score__item {
    flex-wrap: wrap;
  }
  .score__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination__link {
    display: block;
  }
  .pagination__link, .pagination__pages {
    width: 100%;
    text-align: center;
  }
  .pagination__pages {
    margin: 20px 0;
  }
  .pagination__pages li {
    display: inline-block;
  }
}

@media (min-width: 681px) {
  .pagination__pages li {
    display: block;
    float: left;
  }
}
