@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.eot");
  src: url("../fonts/Roboto-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.woff") format("woff"), url("../fonts/Roboto-SemiBold.ttf") format("truetype"), url("../fonts/Roboto-SemiBold.svg#Roboto-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

a {
  color: inherit;
}

* {
  min-width: 0;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags li {
  margin-right: 4px;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tags li:last-child {
  margin-right: 0;
}

.title {
  font-size: 32px;
  font-weight: 600;
  line-height: 118.75%;
}

.title_white {
  color: #fff;
}

.action {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(40px);
}

.action svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000;
}

.header {
  position: fixed;
  z-index: 990;
  left: 8px;
  top: 8px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(40px);
  border-radius: 16px;
}

.header__body {
  position: relative;
  z-index: 3;
}

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}

.top-header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 178px;
  flex: 0 0 178px;
  position: relative;
  margin-right: 10px;
}

.top-header__logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-header__logo img {
  width: 100%;
  height: auto;
}

.top-header__action {
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header__action svg {
  fill: #939791;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu__link {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  position: relative;
}

.menu__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2C8214;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__link_active::before {
  opacity: 1;
  visibility: visible;
}

.menu__link span {
  position: relative;
  z-index: 4;
  color: #fff;
  margin-left: 8px;
}

.menu__link svg {
  position: relative;
  z-index: 4;
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  fill: #fff;
}

.menu__item:last-child .menu__link::before {
  background: #9a0606;
}

.footer {
  width: 100%;
  padding-bottom: 16px;
  margin-top: 32px;
}

.footer__top {
  padding: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(40px);
}

.footer__policy {
  font-size: 12px;
  color: #fff;
}

.footer__link {
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__text {
  font-size: 12px;
  color: #000;
  padding: 24px 16px 0;
}

.footer__text p {
  margin-bottom: 15px;
}

.footer__text p:last-child {
  margin-bottom: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 16px;
  max-height: 100%;
  background: url("../images/bg.jpg") 0 0/cover no-repeat;
}

body.lock {
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

svg {
  width: 22px;
  height: 22px;
}

[data-tab-content] {
  display: none !important;
}

[data-tab-content].active {
  display: block !important;
}

*::-moz-selection {
  color: #fff;
  background: #2C8214;
}

*::selection {
  color: #fff;
  background: #2C8214;
}

.wrapper {
  position: relative;
  height: 100%;
}

.wrapper__container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  margin: 0 auto;
  max-width: 1014px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: margin-left 0.3s ease 0s;
  transition: margin-left 0.3s ease 0s;
}

.swiper-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.swiper-container.swiper-initialized {
  opacity: 1;
  visibility: visible;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 35px;
  padding: 2px 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(40px);
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  margin-right: 8px;
  fill: #fff;
}

a.button,
button.button {
  cursor: pointer;
}

.page {
  position: relative;
  z-index: 4;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
}

.page_empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  background: #fff;
}

.stroke {
  fill: none !important;
  color: #fff;
}

.stories {
  margin-bottom: 32px;
}

.stories__title {
  margin-bottom: 16px;
}

.stories__slide {
  width: 120px !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
  text-align: center;
}

.stories__slide {
  will-change: transform !important;
}

.slide-stories {
  position: relative;
  cursor: pointer;
}

.slide-stories__title {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slide-stories__stroke {
  position: relative;
  z-index: 6;
}

.slide-stories__stroke svg {
  width: 100%;
  height: 100%;
}

.slide-stories__image {
  position: relative;
  width: 120px;
  height: 160px;
  pointer-events: none;
}

.slide-stories__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slide-stories__title {
  font-size: 12px;
  margin-top: 8px;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 8px;
  border-radius: 24px;
  position: relative;
}

.article_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px !important;
}

.article_col .article__content {
  padding: 8px;
}

.article_col .article__image {
  margin-bottom: 8px;
  margin-right: 0;
  position: relative;
  padding-bottom: 70%;
  width: 100%;
}

.article_col .article__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.article__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 158px;
  flex: 0 0 158px;
  height: 158px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}

.article__image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.article__favorite {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
}

.article__favorite_active {
  fill: #F80042;
}

.article__tags {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-left: -8px;
  margin-right: -8px;
  padding: 0 50px 0 8px;
  margin-bottom: 12px;
}

.article__tags::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}

.article__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: inline-block;
  line-height: 116.6666666667%;
}

.article__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 118.75%;
}

.article__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article__button {
  cursor: auto;
}

.tag {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 8px;
  background: #F2F2F2;
  border-radius: 16px;
  min-height: 22px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tag span {
  -webkit-transition: all 0.3s aese 0s;
  transition: all 0.3s aese 0s;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.tag svg {
  -webkit-transition: all 0.3s aese 0s;
  transition: all 0.3s aese 0s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  margin-right: 4px;
}

.articles-feed__title {
  margin-bottom: 16px;
}

.articles-feed__items {
  margin-bottom: 16px;
}

.articles-feed__items:last-child {
  margin-bottom: 0;
}

.articles-feed__item {
  margin-bottom: 8px;
}

.articles-feed__item:last-child {
  margin-bottom: 0;
}

.articles-feed__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.articles-block {
  margin-bottom: 32px;
}

.articles-block__slider {
  overflow: hidden;
}

.articles-block__slide {
  height: auto !important;
}

.articles-block__slide .article {
  height: 100%;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.top__more,
.top__toggler {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.themes-block__slide {
  height: auto !important;
}

.themes-block__slide .theme {
  height: 100%;
}

.themes-block__slide .theme__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.themes-block__slide .theme__action {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.theme {
  border-radius: 24px;
  overflow: hidden;
}

.theme_b {
  margin-bottom: 32px;
}

.theme__body {
  padding: 32px;
  height: 100%;
}

.theme__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.theme__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 4;
}

.theme__image img {
  position: absolute;
  top: 0;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 3;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.theme__title {
  position: relative;
  z-index: 5;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.theme__action {
  position: relative;
  z-index: 5;
  min-height: 40px;
  font-size: 16px;
}

.theme__action_active {
  background: transparent;
  border: 1px solid #fff;
}

.theme__action svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.slide-editions__body {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(40px);
  border-radius: 24px;
  padding: 8px;
}

.slide-editions__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  padding: 32px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.slide-editions__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.slide-editions__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  backdrop-filter: 40px;
}

.slide-editions__background img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.slide-editions__image {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-editions__image {
  width: 140px;
  height: 188px;
  overflow: hidden;
  border-radius: 8px;
}

.slide-editions__image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-editions__title {
  position: relative;
  z-index: 5;
  line-height: 120%;
}

.slide-editions__title {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slide-editions__item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-editions__item:last-child {
  margin-bottom: 0;
}

.slide-editions__item {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-slide-editions {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(40px);
  border-radius: 8px;
  padding: 8px;
  min-height: 40px;
  width: 100%;
  margin-right: 10px;
}

.item-slide-editions__title {
  color: #fff;
}

.item-slide-editions__button {
  min-height: 22px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
}

.block {
  margin-bottom: 32px;
}

.block:last-child {
  margin: 0;
}

.base-magazine__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 8px 16px;
  background: #fff;
  border-radius: 16px;
}

.base-magazine__image {
  position: relative;
  padding-bottom: 134%;
  border-radius: 8px;
  overflow: hidden;
}

.base-magazine__image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.base-magazine__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.base-magazine__favorite {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 5;
}

.base-magazine__subscription {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 5;
}

.base-magazine__subscription_active svg {
  fill: #FF6F00;
}

.base-magazine__title {
  text-align: center;
  margin-top: 16px;
}

.base-magazine__title a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.magazines-block__slide {
  width: 200px !important;
  height: auto !important;
}

.magazines-block_feed .swiper-container {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.magazines-block_feed .swiper-wrapper {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 824px;
  margin: 0 -4px;
}

.magazines-block_feed .swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 4px;
  margin-bottom: 8px;
}

.modal {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(40px);
  pointer-events: none;
}

.modal.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story__body {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.story__slider {
  height: 100%;
  width: 100%;
}

.story__slide {
  height: auto;
}

.slide-story {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-story__wrapper {
  overflow: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  height: 100%;
  aspect-ratio: 9/16;
  min-height: 300px;
  min-width: 300px;
  max-width: 100%;
}

.slide-story__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-story__image img {
  min-width: 300px;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  max-width: 100%;
}

.slide-story__top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  position: relative;
  z-index: 3;
  background: rgba(55, 255, 0, 0.5);
  backdrop-filter: blur(40px);
}

.slide-story__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-story__content {
  position: relative;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  margin-top: 20px;
  border-radius: 16px;
}

.slide-story__title {
  max-width: 400px;
  margin: 0 auto 8px;
  font-size: 24px;
  padding: 16px 32px;
  background: #fff;
  backdrop-filter: blur(40px);
  border-radius: 16px;
  font-size: 32px;
  font-weight: 600;
}

.slide-story__text {
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(40px);
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 24px;
}

.top-story {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.top-story__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 64px;
  margin-right: 12px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.top-story__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}

.top-story__title {
  font-size: 24px;
  font-weight: 600;
}

.story__close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story__close svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.story__bottom {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story__button {
  background: #37FF00;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 217px;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 32px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.story__button-next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-button-el {
  width: 56px;
  height: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  backdrop-filter: blur(40px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-button-el.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

.slider-button-el.swiper-button-disabled svg {
  fill: #fff !important;
}

.slider-button-el svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.themes-page__column {
  margin-bottom: 16px;
}

.themes-page .theme {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.themes-page .theme .theme__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.themes-page .theme .theme__action {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search {
  margin-bottom: 32px;
}

.search__input {
  position: relative;
}

.search__input svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: calc(50% - 35px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search__input input {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  min-height: 50px;
  width: 100%;
  display: block;
  padding: 0 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search__input input::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-left: -15px;
}

.search__input input::-moz-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-left: -15px;
}

.search__input input:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-left: -15px;
}

.search__input input::-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-left: -15px;
}

.search__input input::placeholder {
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-left: -15px;
}

.search__input input:focus::-webkit-input-placeholder {
  display: none;
  font-size: 0;
}

.search__input input:focus::-moz-placeholder {
  display: none;
  font-size: 0;
}

.search__input input:focus:-ms-input-placeholder {
  display: none;
  font-size: 0;
}

.search__input input:focus::-ms-input-placeholder {
  display: none;
  font-size: 0;
}

.search__input input:focus::placeholder {
  display: none;
  font-size: 0;
}

.search__input input:focus + svg {
  display: none;
}

.search__input input:focus {
  border-color: #2c8214;
  background: rgba(0, 0, 0, 0.12);
}

.history__date {
  margin-bottom: 16px;
}

.history__item {
  margin-bottom: 8px;
}

.history__items {
  margin-bottom: 32px;
}

.history__items:last-child {
  margin-bottom: 0;
}

.empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 350px;
}

.empty-block__title {
  margin-bottom: 16px;
}

.empty-block__text {
  margin-bottom: 32px;
  font-size: 16px;
}

.empty-block__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding: 16px 24px;
  background: #37FF00;
  border-radius: 12px;
  font-size: 24px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.empty-block__link {
  min-height: 40px;
}

.empty-block__link svg {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.base-edition-block {
  height: 362px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  padding: 32px;
  margin-bottom: 32px;
}

.base-edition-block__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(40px);
  z-index: 3;
}

.base-edition-block__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.base-edition-block__content {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.base-edition-block__image {
  margin-bottom: 16px;
}

.base-edition-block__image img {
  pointer-events: none;
  width: 140px;
  height: 188px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}

.base-edition-block__title {
  margin-bottom: 16px;
  text-align: center;
}

.base-edition-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.base-edition-block__button {
  text-align: left;
  margin-right: 8px;
  min-height: 40px;
}

.base-edition-block__button svg {
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
}

.base-edition-block__button:last-child {
  margin-right: 0;
}

.base-magazine-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.base-magazine-block__column {
  padding: 0 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-bottom: 16px;
}

.base-magazine-tags {
  padding: 16px 16px 12px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 32px;
}

.base-magazine-tags .tags {
  margin: 0 -2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.base-magazine-tags .tags li {
  margin: 0 0 4px 0 !important;
  padding: 0 2px;
}

.base-magazine-tags .tag {
  background: #f2f2f2;
  min-height: 35px;
  border-radius: 40px;
  padding: 2px 16px;
}

.base-magazine-tags .tag_active {
  color: #fff;
  background: #000 !important;
}

@media (min-width: 480.98px) {
  .base-magazine-block__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
}

@media (min-width: 600.98px) {
  .slide-story__wrapper {
    height: 100%;
    padding: 15px 30px;
  }

  .slide-story__image img {
    height: 100%;
    aspect-ratio: 9/16;
  }

  .slide-story__content {
    margin-bottom: 100px;
  }

  .slide-story__text {
    margin: 0 -30px;
  }
}

@media (min-width: 767.98px) {
  .page {
    margin-top: 16px;
  }

  .article__content {
    padding: 8px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-editions__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
  }

  .slide-editions__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-right: 8px;
    height: 344px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
  }

  .slide-editions__image {
    margin-bottom: 16px;
  }

  .slide-editions__items {
    height: 344px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .slide-editions__items {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-left: 8px;
  }

  .themes-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  .themes-page__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 8px;
  }

  .base-magazine-block__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

@media (min-width: 991.98px) {
  .header {
    border-radius: 32px;
    left: 16px;
  }

  .header {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    overflow: hidden;
    border-radius: 24px;
    height: calc(100% - 32px);
    padding: 16px;
    -webkit-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 250px;
  }

  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
  }

  .header__top {
    margin-bottom: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .top-header {
    height: 32px;
  }

  .top-header__burger {
    display: none;
  }

  .menu__list {
    height: 100%;
  }

  .menu__link::before {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% + 16px);
    left: 50%;
  }

  .menu__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu__item {
    margin-bottom: 4px;
  }

  .menu__item:last-child {
    margin-bottom: 0;
  }

  .header.collapsed {
    width: 72px;
    border-radius: 12px;
  }

  .header.collapsed .menu__link span {
    display: none;
  }

  .header.collapsed .top-header__action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header.collapsed .top-header__action svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .header.collapsed .top-header__logo {
    display: none;
  }

  .header.collapsed .header__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header.collapsing .top-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header.collapsing .top-header__logo {
    display: none;
  }

  .header.collapsing .menu__link span {
    display: none;
  }

  .base-slider {
    overflow: hidden;
    padding-right: calc((100vw - 970px) / 2);
    margin-right: calc((100vw - 970px) / -2);
  }
}

@media (min-width: 1070.98px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1280px) {
  .slide-editions__main {
    padding: 32px 16px;
  }

  .slide-editions__title {
    font-size: 24px;
  }
}

@media (max-width: 1070.98px) {
  .footer__policy {
    margin-bottom: 16px;
  }
}

@media (max-width: 991.98px) {
  .header.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .header {
    width: calc(100% - 16px);
    height: 48px;
  }

  .header::before {
    border-radius: 16px;
  }

  .header.active::before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .top-header {
    padding: 0 16px;
  }

  .top-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }

  .top-header__action {
    display: none;
  }

  .top-header__burger {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
  }

  .top-header__burger svg {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    fill: #959697;
    width: 24px;
    height: 24px;
  }

  .top-header__burger.active svg {
    fill: #2C8214;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu {
    position: fixed;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(40px);
    padding: 16px 8px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    top: 51px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    top: 47px;
  }

  .menu__item:last-child {
    margin-top: 24px;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .page {
    margin-top: 80px;
  }

  .article {
    padding: 16px;
  }

  .articles-block {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .articles-block__slider {
    margin-right: -8px;
  }

  .theme__body {
    padding: 16px;
  }
}

@media (max-width: 767.98px) {
  .title {
    font-size: 24px;
  }

  .title_big {
    font-size: 32px;
  }

  .stories__slide {
    width: 100px !important;
  }

  .slide-stories__image {
    width: 100px;
    height: 134px;
  }

  .article__title {
    font-size: 20px;
  }

  .article__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1;
    max-height: 2em;
    overflow: hidden;
  }

  .slide-editions__main {
    padding: 16px;
    margin-bottom: 16px;
    min-height: 166px;
  }

  .slide-editions__image {
    height: 134px;
    width: 100px;
  }

  .slide-editions__title {
    text-align: left;
    font-size: 16px;
    margin-left: 16px;
  }

  .slide-editions__item {
    display: none;
  }

  .slide-editions__item:nth-child(4) {
    margin-bottom: 0;
  }

  .slide-editions__item_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .magazines-block_feed .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }

  .slide-story__wrapper {
    padding: 15px;
  }

  .story__button {
    margin: 0 24px;
  }

  .empty-block {
    margin: 0 -8px;
    padding: 30px 8px;
  }

  .empty-block__text {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .base-magazine-block {
    margin: 0 -4px;
  }

  .base-magazine-block__column {
    padding: 0 4px;
  }
}

@media (max-width: 600.98px) {
  .slide-story {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-story__wrapper {
    width: 100%;
    height: calc(100% - 190px);
    padding: 0 15px 90px;
  }

  .slide-story__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 190px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    aspect-ratio: 9/16;
  }

  .slide-story__image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 600.98px) or (max-height: 300.98px) {
  .slide-story__title {
    padding: 16px;
  }

  .slide-story__text {
    padding: 16px;
  }
}

@media (max-width: 500.98px) {
  .magazines-block_feed .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (max-width: 480.98px) {
  .article_base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px !important;
  }

  .article_base .article__content {
    padding: 8px;
  }

  .article_base .article__image {
    margin-bottom: 8px;
    margin-right: 0;
    position: relative;
    padding-bottom: 70%;
    width: 100%;
  }

  .article_base .article__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 410.98px) {
  .base-edition-block {
    padding: 32px 12px;
  }

  .base-edition-block__button {
    font-size: 13px;
  }

  .base-edition-block__button svg {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
  }
}

@media (max-width: 400.98px) {
  .story__close {
    width: 50px;
    height: 50px;
  }

  .story__close svg {
    width: 20px;
    height: 20px;
  }

  .story__button {
    min-width: 160px;
    font-size: 18px;
  }

  .slider-button-el svg {
    width: 20px;
    height: 20px;
  }

  .slider-button-el {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}

@media (max-width: 375.98px) {
  .item-slide-editions__title {
    font-size: 14px;
  }
}

@media (min-width: 991.98px) and (max-width: 1550.98px) {
  .container {
    margin-left: 268px;
  }
}

@media (min-width: 991.98px) and (max-width: 1518.98px) {
  body.collapsed .container {
    margin-left: 96px;
  }
}

@media (min-width: 600.98px) and (max-width: 767.98px) {
  .slide-story__text {
    margin: 0 -15px;
  }
}

@media (any-hover: hover) {
  .action:hover {
    background: #2C8214;
  }

  .action:hover svg {
    color: #fff;
    fill: #fff;
  }

  .top-header__action:hover svg {
    fill: #2C8214;
  }

  .menu__link:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .footer__link:hover {
    text-decoration: underline;
  }

  a.button:hover,
  button.button:hover {
    background: #2c8214;
  }

  a.button:hover svg,
  button.button:hover svg {
    fill: #fff;
  }

  .slide-stories:hover .slide-stories__image img {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .slide-stories:hover .slide-stories__title {
    color: #2c8214;
  }

  .article__link:hover + img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .article__tags:hover::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0.05);
  }

  .article__tags:hover::-webkit-scrollbar-thumb {
    background: rgba(200, 255, 255, 0.35);
    border-radius: 10px;
  }

  .article__tags:hover {
    scrollbar-width: thin;
  }

  .article__title:hover {
    color: #2c8214;
  }

  a.tag:hover {
    background: #2c8214;
    color: #fff;
  }

  a.tag:hover span {
    color: #fff;
  }

  a.tag:hover svg {
    color: #fff;
  }

  .top__more:hover,
  .top__toggler:hover {
    color: #2C8214;
  }

  .theme a.theme__title:hover {
    color: #37FF00;
  }

  .theme__action_active:hover {
    border-color: #2c8214;
  }

  .slide-editions__link:hover + img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .slide-editions__title:hover {
    color: #37FF00;
  }

  .slide-editions__item:hover {
    background: #2c8214;
  }

  .base-magazine__link:hover + img {
    -webkit-transform: scale(1.05) translate(-50%, -50%);
    transform: scale(1.05) translate(-50%, -50%);
  }

  .base-magazine__title a:hover {
    color: #2C8214;
  }

  .story__close:hover {
    background: #2c8214;
  }

  .story__button:hover {
    color: #fff;
    background: #2c8214;
  }

  .slider-button-el:hover {
    background: #000;
  }

  .slider-button-el:hover svg {
    fill: #37FF00;
  }

  .empty-block__button:hover {
    color: #fff;
    background: #2c8214;
  }

  .empty-block__button_red:hover {
    background: #9a0606;
  }
}