@keyframes rotateRound {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes openSearch {
  from {
    height: 0;
    max-width: 5px;
    padding: 0;
  }
  50% {
    padding: 14px 0 14px 0;
    height: 100%;
    max-width: 5px;
  }
  to {
    padding: 14px 60px 14px 19px;
    height: 100%;
    max-width: 100%;
  }
}
@keyframes rotateStoryRound {
  from {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
  }
}
@keyframes rotateRoundFromFade {
  from {
    transform: scale(1) rotate(45deg);
  }
  to {
    transform: scale(1) rotate(405deg);
  }
}
@keyframes roundFadeFromRight {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
@keyframes scaleWithRotateRound {
  from {
    transform: scale(0) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(90deg);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  list-style: none;
}
*:not(.story-content__text p, .footer__copyright-span, .editor_note, .tooltip, .main-header__header, .cookie__link) {
  font-family: "Montserrat", sans-serif;
}
a {
  color: black;
}
a:visited {
  color: black;
}
a:focus-visible {
  color: black;
}
.promo-banner {
  width: 100%;
  transition: 0.6s all;
  transform: translateX(-200px);
  opacity: 0;
}
.promo-banner.ready {
  transform: translateX(0);
  opacity: 1;
}
.promo-banner__line {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.promo-banner__line:first-child {
  margin-top: 0;
}
.promo-banner__link {
  width: 100%;
  margin-right: 20px;
  overflow: hidden;
}
.promo-banner__link.mobile {
  display: none;
}
@media (hover: hover) {
  .promo-banner__link:hover .promo-banner__img {
    transform: scale(1.1);
  }
}
.promo-banner__link:last-child {
  margin-right: 0;
}
.promo-banner__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
body {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.dark-red {
  background-color: #2F0601;
}
body.dark-red .header {
  background-color: #2F0601;
}
body.dark-red .header__search {
  filter: invert(1);
}
body.dark-red .header .logo__img {
  filter: invert(1);
}
body.dark-red .header .button__img {
  filter: invert(1);
}
body.dark-red .header .header-mail {
  filter: invert(1);
}
body.dark-red .header .header_logo .comma:before {
  filter: invert(1);
}
body.dark-red .main-header__button {
  filter: invert(1);
}
body.dark-red .main-header__header {
  color: white;
}
body.dark-red .arrow-slider {
  filter: invert(1);
}
body.dark-red .story-slider .story-content__data .data__title {
  color: white;
}
body.dark-red .story-slider .story-content__text p {
  color: white;
}
body.dark-red .story-slider .story-content__buttons .btn {
  color: white;
}
body.dark-red .story-slider .story-content__buttons .btn__turquoise {
  color: black;
}
@media (hover: hover) {
  body.dark-red .story-slider .story-content__buttons .btn:hover {
    background: #FF4F84;
    color: white;
    border-color: #FF4F84;
  }
}
body.dark-red .story-slider .story-content__buttons .social {
  filter: invert(100%);
}
body.dark-red .footer {
  background: #eee;
}
body.dark-red .footer_logo .logo__img {
  filter: invert(0);
}
body.dark-red .footer__navigation-link {
  filter: invert(100%);
}
body.dark-red .footer .copyright-link {
  color: #FF4F84;
}
@media (hover: hover) {
  body.dark-red .footer .copyright-link:hover {
    color: #13EFE2;
  }
  body.dark-red .footer .copyright-link:hover:after {
    background: #13EFE2;
  }
}
body.dark-red .footer__menu .menu__item .item__link {
  color: black;
}
@media (hover: hover) {
  body.dark-red .footer__menu .menu__item .item__link:hover {
    color: #13EFE2;
  }
}
body.sand {
  background-color: #F7F2E5;
}
body.sand .main .story-slider .story-content__data .data__name {
  color: #888;
}
body.sand .main .story-slider .story-content__data .time-age__container .time-logo {
  background-image: url("/build/assets/dark-time-ec4a74ac.svg");
}
body.sand .main .story-slider .story-content__data .time-age__container .cat-logo {
  background-image: url("/build/assets/dark-cat-abf195b0.svg");
}
body.sand .main .story-slider .story-content__data .time-age__container .time-age {
  color: #888;
}
body.sand .main .story-slider .story-content__data .data-btns .data__button {
  background-color: white;
}
body.sand .main .story-slider .story-content__data .data-btns .data__button.marked {
  background-color: #FF4F84;
}
@media (hover: hover) {
  body.sand .main .story-slider .story-content__data .data-btns .data__button:hover {
    background-color: #13EFE2;
  }
}
@media (hover: none) {
  body.sand .main .story-slider .story-content__data .data-btns .data__button:active {
    background-color: #13EFE2;
  }
}
body.sand .main .story-slider .story-content__data .item_content__tag-container .item_content__tag {
  background-color: white;
}
@media (hover: hover) {
  body.sand .main .story-slider .story-content__data .item_content__tag-container .item_content__tag:hover {
    background-color: #13EFE2;
  }
}
@media (hover: none) {
  body.sand .main .story-slider .story-content__data .item_content__tag-container .item_content__tag:active {
    background-color: #13EFE2;
  }
}
body.sand .main .story-slider .story-content__buttons .btn {
  border-color: #13EFE2;
}
@media (hover: hover) {
  body.sand .main .story-slider .story-content__buttons .btn:hover {
    background-color: #FF4F84;
    border-color: #FF4F84;
  }
}
@media (hover: none) {
  body.sand .main .story-slider .story-content__buttons .btn:active {
    background-color: #FF4F84;
    border-color: #FF4F84;
  }
}
body.sand .main .story-slider .story-content__buttons .btn__turquoise {
  background-color: #13EFE2;
  border-color: #13EFE2;
}
body.sand .header {
  background-color: #F7F2E5;
}
body.gray {
  background-color: #E4E4E4;
}
body.gray .main .story-slider .item_content__tag-container .item_content__tag {
  background-color: white;
}
@media (hover: hover) {
  body.gray .main .story-slider .item_content__tag-container .item_content__tag:hover {
    background-color: #13EFE2;
  }
}
body.gray .main .story-slider .story-content__data .data__name {
  color: #777;
}
body.gray .main .story-slider .story-content__data .time-age__container .time-logo {
  background-image: url("/build/assets/777-time-0e5bfbcb.svg");
}
body.gray .main .story-slider .story-content__data .time-age__container .cat-logo {
  background-image: url("/build/assets/777-cat-f4816fdc.svg");
}
body.gray .main .story-slider .story-content__data .time-age__container .time-age {
  color: #777;
}
body.gray .main .story-slider .story-content__buttons .btn {
  border-color: #13EFE2;
}
@media (hover: hover) {
  body.gray .main .story-slider .story-content__buttons .btn:hover {
    border-color: #FF4F84;
  }
}
@media (hover: none) {
  body.gray .main .story-slider .story-content__buttons .btn:active {
    border-color: #FF4F84;
  }
}
body.gray .header {
  background-color: #E4E4E4;
}
body.drop-enter {
  opacity: 0.3;
}
.wrapper {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.relative {
  position: relative;
}
.header-open {
  overflow: hidden;
}
.container {
  max-width: 1240px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}
.main {
  width: 100%;
  margin-bottom: auto;
  padding-bottom: 100px;
}
.main .collection {
  padding-bottom: 20px;
  padding-top: 70px;
}
.main .collection .genre_item {
  width: 170px;
  height: 170px;
  transition: 0.3s all;
}
@media (hover: hover) {
  .main .collection .genre_item:hover {
    transform: scale(1.1);
  }
}
.main .collection .genre_item__img {
  transition: 0.3s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .collection .genre::after {
  right: 2px;
  width: 50px;
}
.main .collection .genre .content__swiper .arrow {
  top: 50%;
  transform: translateY(-50%);
}
.main .collection .genre .content__swiper .arrow.back-slide {
  transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  .main .collection .genre .content__swiper .arrow:hover {
    transform: translateY(-50%) scale(1.2);
  }
  .main .collection .genre .content__swiper .arrow.back-slide:hover {
    transform: translateY(-50%) rotate(180deg) scale(1.2);
  }
}
.main .collection .swiper-initialized {
  touch-action: pan-y;
}
.main .collection .content {
  padding: 0 10px;
  transform: translateX(-200px);
  opacity: 0;
  transition: 0.6s all;
  margin: 20px 0;
}
.main .collection .content:last-child {
  margin-bottom: 0;
}
.main .collection .content:first-child {
  margin-top: 0;
}
.main .collection .content__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.main .collection .content__header .content_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: black;
}
.main .collection .content_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.main .collection .content_item__paragraph {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
.main .collection .content_item-container {
  display: flex;
  gap: 5px;
  align-items: center;
}
.main .collection .content_item-container__img {
  width: 100%;
  height: auto;
}
.main .collection .content_item-container__span {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #AAAAAA;
}
.main .collection .content_item__img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}
.main .collection .content.ready {
  transform: translateX(-9px);
  opacity: 1;
}
.main .collection .content_item {
  width: fit-content;
  max-width: 140px;
}
.main .collection .content_item__all {
  width: 100%;
}
.main .collection .content_item__all .content_item__img {
  background: center url("/build/assets/selectionArrow-dc2a345b.svg") #13EFE2 no-repeat;
}
.main .collection .content_item__paragraph {
  transition: 0.3s all;
  word-break: break-word;
  color: black;
}
@media (hover: hover) {
  .main .collection .content_item__paragraph:hover {
    color: #FF4F84;
  }
}
.main .collection .content_item .content_item__img {
  transition: 0.3s all;
}
@media (hover: hover) {
  .main .collection .content_item .content_item__img:hover {
    transform: scale(1.1);
  }
}
.main .collection .content__swiper {
  position: relative;
}
.main .collection .content__swiper .swiper-container {
  overflow: hidden;
  margin-left: -10px;
  padding: 0 20px 0 0;
}
.main .collection .content__swiper .arrow {
  height: 20px;
  width: 20px;
  transition: 0.3s all linear;
  position: absolute;
  z-index: 3;
  background-size: 5px 10px;
  top: 70px;
}
.main .collection .content__swiper .arrow.back-slide {
  left: -28px;
  transform: rotate(180deg);
}
.main .collection .content__swiper .arrow.next-slide {
  right: -28px;
}
@media (hover: hover) {
  .main .collection .content__swiper .arrow:hover {
    transform: scale(1.2);
  }
  .main .collection .content__swiper .arrow.back-slide:hover {
    transform: rotate(180deg) scale(1.2);
  }
}
.main.auth-form {
  min-height: 100vh;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main.auth-form .main-header {
  width: 100%;
}
.main.auth-form .form {
  margin-top: auto;
  width: 42%;
  min-width: 400px;
}
.main.auth-form .auth-social {
  margin-bottom: auto;
  margin-top: 40px;
}
.main.auth {
  padding: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 38px;
  height: 100vh;
}
.main.login {
  display: flex;
  flex-direction: column;
  gap: 38px;
  min-height: 100vh;
}
.main.login .auth-navigation {
  margin-top: auto;
}
.main.login .auth-social {
  margin-bottom: auto;
}
.main .editor_note {
  position: relative;
  font-style: normal;
  background-color: rgba(200, 200, 200, 0.3);
  padding: 0 3px;
}
.main .editor_note .tooltip {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 260px;
  height: fit-content;
  padding: 13px 14px;
  border: 1px solid #E4E4E4;
  background-color: #F6F7FA;
  transition: 0.3s opacity;
  color: black;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.main .editor_note.active .tooltip {
  display: block;
  opacity: 1;
}
@starting-style {
  .main .tooltip {
    opacity: 0;
  }
}
.main_error {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 450px;
  margin: auto auto;
  height: fit-content;
  align-items: center;
}
.main_error .error-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main_error .error__title {
  font-weight: 700;
  font-size: 55px;
  line-height: 113%;
}
.main_error .error__content {
  font-weight: 500;
  font-size: 29px;
  line-height: 130%;
}
.main_error .error__link {
  color: #FF4F84;
  transition: 0.3s all;
}
@media (hover: hover) {
  .main_error .error__link:hover {
    color: #13EFE2;
  }
}
.main_error .error-photo {
  width: 450px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main_error .error-background {
  height: 100%;
  width: 100%;
  background: center center url("/build/assets/prochitanoCat-54e0e181.png") no-repeat;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
}
.main_error .error-text {
  position: absolute;
  height: 20px;
  left: 23%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 125px;
  line-height: 20%;
  z-index: 3;
}
.main_error .comma {
  position: absolute;
  right: 14%;
  bottom: 5%;
  width: 28%;
  height: 61%;
  z-index: 2;
}
.main__h-f {
  min-height: fit-content;
  margin: auto auto;
  padding: 50px 0;
}
.main__terms {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  width: 700px;
  margin: 0 auto;
}
.main__terms p {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 20px 0;
}
.main-header.container {
  margin: 20px auto;
}
.main-header__header {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #AAAAAA;
}
.main-header__button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s all;
}
@media (hover: hover) {
  .main-header__button:hover {
    transform: scale(1.1);
  }
}
.main-header__button.setting {
  background: center center url("/build/assets/setting-8b408e1c.svg") no-repeat;
}
.main-header__button.arrow-back {
  background: center center url("/build/assets/arrowBack-b79ddb80.svg") no-repeat;
}
.main-header__button.arrow-back.disabled {
  opacity: 0.3;
}
.main-header__button.sort {
  background: center center url("/build/assets/filter-95f9bb06.svg") no-repeat;
  position: relative;
}
.main-header__button.sort:after {
  content: attr(data-value);
  color: white;
  position: absolute;
  min-width: 13px;
  min-height: 13px;
  border-radius: 50%;
  background: #FF4F84;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 10px;
  right: 0;
  top: 3px;
}
.main-header__button.sort.sort-without:after {
  display: none;
}
.main-header__button.hidden {
  cursor: auto;
}
.main-header__img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  object-fit: cover;
}
.main__about {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 100px;
}
.main__about.ready .about__section .section__bg {
  transform: scale(1);
}
.main__about.ready .about__section .dot-container {
  right: 1%;
  opacity: 1;
}
.main__about.ready .about__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.main__about .about__title__fontsize {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  transition: 0.3s linear;
  transform: translate3d(-200px, 0, 0);
  opacity: 0;
}
.main__about .about__title__fontsize.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.main__about .about__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  transition: 0.6s all linear;
  transform: translate3d(-200px, 0, 0);
  opacity: 0;
}
.main__about .about__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main__about .about__section:last-child {
  position: relative;
  width: 500px;
  height: 500px;
}
.main__about .about__section-paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  transform: translate3d(-200px, 0, 0);
  opacity: 0;
  transition: 0.3s linear;
}
.main__about .about__section-paragraph.visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.main__about .about__section .section__bg {
  width: 100%;
  height: 100%;
  background: center center url("/build/assets/about-2c918413.png") no-repeat;
  background-size: contain;
  position: relative;
  transition: 0.4s all;
  transform: scale(0);
}
.main__about .about__section .low-round {
  position: absolute;
  width: 25%;
  height: 25%;
  right: 1%;
  top: 79%;
  transition: 0.4s all;
  animation: scaleWithRotateRound 1.5s linear;
}
.main__about .about__section .low-round.rotate {
  animation: rotateRound 12s linear infinite;
}
.main__about .about__section .dot-container {
  position: absolute;
  width: 30%;
  height: 6%;
  right: -100px;
  top: 12%;
  display: flex;
  justify-content: space-between;
  transition: 0.4s all;
  opacity: 0;
}
.main__about .about__section .dot-container .dot {
  height: 100%;
  width: 20%;
}
.main__about .hidden {
  display: none;
}
.all-genre_content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  justify-content: space-evenly;
}
.all-genre_content__item {
  cursor: pointer;
  max-width: 210px;
  max-height: 210px;
  transition: 0.3s all;
}
@media (hover: hover) {
  .all-genre_content__item:hover {
    transform: scale(1.1);
  }
}
.all-genre_content__item .item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-evenly;
  padding-bottom: 20px;
  gap: 20px;
}
.author-content__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media (hover: hover) {
  .author-content__item:hover .photo {
    transform: scale(1.1);
  }
}
.author-content__img-container {
  overflow: hidden;
  width: 232px;
  height: 232px;
}
.author-content .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.author-content .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: 0.3s all;
}
.about-author_content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.about-author_content.ready .content-left {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.about-author_content.ready .text-content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: 0.6s all;
}
.about-author_content .social {
  height: 30px;
  display: flex;
  gap: 10px;
  width: 109px;
}
.about-author_content .social .social__link {
  height: 100%;
  width: 27%;
}
.about-author_content .social .social__link.vk {
  background-image: url("/build/assets/vk-2df8d97d.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-author_content .content-left {
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  transition: 0.6s all;
}
.about-author_content .text-content {
  transform: translate3d(100px, 0, 0);
  opacity: 0;
  transition: 0.6s all;
}
.about-author_content .liked:before {
  left: 10px;
  top: 10px;
}
.about-author_content .no-liked:before {
  left: 10px;
  top: 10px;
}
.about-author_content .author-photo {
  width: 450px;
  height: 450px;
  object-fit: cover;
}
.about-author_content .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.about-author_content .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-author_content .text-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.about-author_content .read__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  background: #13EFE2;
  padding: 15px 20px;
  margin-right: auto;
  cursor: pointer;
  transition: 0.3s all;
}
@media (hover: hover) {
  .about-author_content .read__btn:hover {
    background-color: #FF4F84;
    color: white;
  }
}
@media (hover: none) {
  .about-author_content .read__btn:active {
    background-color: #FF4F84;
    color: white;
  }
}
.about-author_content .read__btn__white {
  background: white;
  border: 1px solid #E4E4E4;
}
@media (hover: hover) {
  .about-author_content .read__btn__white:hover {
    background-color: #13EFE2;
  }
}
.story-slider {
  overflow: hidden;
  position: relative;
  transition: 0.6s all;
}
.story-slider .swiper-wrapper {
  margin-left: 0;
}
.story-slider .preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: inherit;
  backdrop-filter: opacity(1);
}
.story-slider .arrow-slider {
  position: absolute;
  width: 20px;
  height: 30px;
  top: 130px;
  z-index: 20;
  background-size: 5px 10px;
  background-position: center center;
}
.story-slider .arrow-slider.back-slide {
  left: 0;
}
.story-slider .arrow-slider.next-slide {
  right: 0;
}
.story-slider .arrow-slider.next-slide.swiper-button-disabled {
  opacity: 1;
}
.story-slider .swiper-wrapper {
  padding: 0;
  position: relative;
}
.story-slider .swiper-slide {
  margin-left: auto;
}
.story-slider .story-content {
  position: relative;
}
.story-slider .story-content__header {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 40px;
  margin: 0 auto 20px;
  max-width: 900px;
}
.story-slider .story-content__header .content-logo {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
}
.story-slider .story-content__data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.story-slider .story-content__data .data__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.story-slider .story-content__data .data__name {
  color: #AAAAAA;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  transition: 0.3s all;
}
@media (hover: hover) {
  .story-slider .story-content__data .data__name:hover {
    color: #FF4F84;
  }
}
@media (hover: none) {
  .story-slider .story-content__data .data__name:active {
    color: #FF4F84;
  }
}
.story-slider .story-content__data .data-btns {
  display: flex;
  gap: 20px;
  max-width: 350px;
  background-size: 20px 20px;
  position: relative;
}
.story-slider .story-content__data .data-btns .mark.marked {
  background-color: #FF4F84;
}
.story-slider .story-content__data .data-btns .data__button {
  border-radius: 5px;
  cursor: pointer;
  width: 100px;
  height: 30px;
  background-size: 20px 20px;
  background-color: #F6F7FA;
}
@media (hover: hover) {
  .story-slider .story-content__data .data-btns .data__button:hover {
    background-color: #13EFE2;
  }
}
.story-slider .story-content__text {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 25px;
  line-height: 150%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 60px;
}
.story-slider .story-content__buttons {
  display: flex;
  gap: 20px;
  margin: 20px auto 40px;
  flex-wrap: wrap;
  max-width: 900px;
}
.story-slider .story-content__buttons .btn {
  padding: 15px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  transition: 0.3s all;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
@media (hover: hover) {
  .story-slider .story-content__buttons .btn:hover {
    background-color: #FF4F84;
    color: white;
    border-color: #FF4F84;
  }
}
.story-slider .story-content__buttons .btn__turquoise {
  background-color: #13EFE2;
  border-color: #13EFE2;
}
@media (hover: hover) {
  .story-slider .story-content__buttons .btn__turquoise:hover {
    background-color: #FF4F84;
    border-color: #FF4F84;
    color: white;
  }
}
@media (hover: none) {
  .story-slider .story-content__buttons .btn__turquoise:active {
    background-color: #FF4F84;
    border-color: #FF4F84;
    color: white;
  }
}
.story-slider .story-content__buttons .social {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 20px;
}
.story-slider .story-content__buttons .social__text {
  flex-shrink: 0;
}
.story-slider .story-content__buttons .social__link {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-size: 29px;
}
.story-slider .story-content__buttons .social__link.vk {
  background-image: url("/build/assets/vk-2df8d97d.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.story-slider .item_content__tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.form-send {
  padding: 20px 0 40px;
}
.form-send .hidden {
  display: none;
}
.form-send .partner-form__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.form-send .partner-form__text .comma-picture {
  width: 24%;
  height: 58%;
  position: absolute;
  top: 44%;
  right: 15%;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: 0.6s all linear;
}
.form-send .partner-form__text .double-arrow {
  width: 13%;
  height: 10%;
  position: absolute;
  right: 34%;
  top: 51%;
  transform: translate3d(100px, 0, 0);
  opacity: 0;
  transition: 0.6s all linear;
}
.form-send .partner-form__text .background {
  width: 69%;
  top: 18%;
  right: 6%;
  height: 35%;
  position: absolute;
  background: url("/build/assets/text-4f259eac.svg") no-repeat;
  background-size: contain;
  transition: 0.6s all linear;
  transform: scale(0);
}
.form-send .partner-form__text .text-content__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  transition: 0.3s all linear;
  z-index: 10;
}
.form-send .partner-form__text .text-content__title__padding-right {
  padding-right: 50px;
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}
.form-send .partner-form__text .text-content__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}
.form-send .partner-form__text .text-content__paragraph-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding-right: 70px;
}
.form-send.ready .background {
  transform: scale(1);
}
.form-send.ready .double-arrow {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.form-send.ready .comma-picture {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.form-send.ready .text-content__title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.form-send.team-send .form .first-label {
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  transition: 0.3s linear all;
}
.form-send.team-send .form .second-label, .form-send.team-send .form .third-label, .form-send.team-send .form .fourth-label, .form-send.team-send .form .fifth-btn {
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  transition: 0.3s linear all;
}
.form-send.team-send .form .second-label.ready, .form-send.team-send .form .third-label.ready, .form-send.team-send .form .fourth-label.ready, .form-send.team-send .form .fifth-btn.ready {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.form-send.team-send.ready .form .first-label {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.policy {
  display: grid;
  gap: 25px;
  max-width: 600px;
  padding: 20px 0;
  position: relative;
  margin: 0 auto;
}
.policy p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.policy a {
  text-decoration: underline;
  color: #FF83A8;
  transition: 0.3s all;
}
@media (hover: hover) {
  .policy a:hover {
    color: #13EFE2;
  }
}
.policy li {
  position: relative;
}
.policy li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 11px;
  transform: translateY(-100%);
  width: 6px;
  height: 1px;
  background-color: black;
}
.policy .round {
  position: absolute;
  left: calc((100vw - 640px) / 2 + 99%);
  bottom: 150px;
  opacity: 0;
  animation: rotateRound infinite 12s linear;
  transition: 0.5s all linear;
}
.policy .round.visible {
  left: calc((100vw - 640px) / 2 + 70%);
  opacity: 1;
}
.share-nav {
  position: absolute;
  display: flex;
  gap: 10px;
  left: 120px;
  bottom: -60px;
  border-radius: 5px;
  background-color: #F6F7FA;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.share-nav.open {
  opacity: 1;
  pointer-events: auto;
}
.share-nav .share__btn {
  width: 30px;
  height: 30px;
  background-size: 29px;
  background-repeat: no-repeat;
  filter: invert(1);
}
.share-nav .share__btn.vkontakte {
  background-image: url("/build/assets/vk-ffc4fbbd.svg");
}
.share-nav .share__btn.telegram {
  background-image: url("/build/assets/tg-e8d44da4.svg");
}
.share-nav .share__btn.whatsapp {
  display: none;
  filter: invert(0);
  background-image: url("/build/assets/whatsapp-12e2b2e6.svg");
}
.form-container {
  display: grid;
  grid-template-columns: 1fr 550px;
  gap: 40px;
}
button {
  cursor: pointer;
}
.exit {
  background: center center url("/build/assets/exit-a463a0ef.svg") no-repeat;
  background-size: contain;
}
.scale {
  transition: 0.3s all;
}
@media (hover: hover) {
  .scale:hover {
    transform: scale(1.1);
  }
}
.logout {
  background: center center url("/build/assets/logout-5f764bc7.svg") no-repeat;
  background-size: contain;
}
.rounded-half {
  background: center center url("/build/assets/prochitano-677fc5d3.svg") no-repeat;
  background-size: contain;
}
.slider {
  display: flex;
  transform: translateX(-100vw);
  transition: 0.5s all;
}
.slider > div {
  width: 100vw;
  flex-shrink: 0;
}
.slider-author {
  display: grid;
  grid-template-columns: 100vw 100vw;
  transform: translateX(0);
}
.liked {
  position: relative;
}
.liked:before {
  z-index: 9;
  content: "";
  width: 30px;
  height: 30px;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  position: absolute;
  background: center center url("/build/assets/liked-44fc7aa4.svg") #FF4F84 no-repeat;
}
.no-liked {
  position: relative;
}
.no-liked:before {
  z-index: 10;
  content: "";
  width: 30px;
  height: 30px;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  position: absolute;
  background: center center url("/build/assets/liked-44fc7aa4.svg") black no-repeat;
  filter: invert(1);
}
.hover-pink {
  transition: 0.3s all;
}
@media (hover: hover) {
  .hover-pink:hover {
    background: #FF4F84;
  }
}
.hover-turquoise {
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-turquoise:hover {
    background-color: #13EFE2;
  }
}
.item_content__tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  cursor: pointer;
  width: fit-content;
  padding: 4px 6px;
  background: #F6F7FA;
  border: 0.6px solid #E4E4E4;
  border-radius: 4px;
  transition: 0.3s all;
}
@media (hover: hover) {
  .item_content__tag:hover {
    background: #13EFE2;
    border-color: #13EFE2;
  }
}
.time-age__container {
  display: flex;
  gap: 5px;
  align-items: center;
}
.time-age__container .time-age {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #AAAAAA;
  text-align: center;
}
.time-age__container .time-age.time {
  margin-right: 5px;
}
.time-logo {
  background: center center url("/build/assets/time-d0148797.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.form-arrow {
  background: center center url("/build/assets/form-arrow-8c00568b.svg") no-repeat;
}
.cat-logo {
  background: center center url("/build/assets/cat-9d343212.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.mark {
  background: center center url("/build/assets/bookmark-d3c02875.svg") no-repeat;
  background-size: 20px 20px;
  transition: 0.3s all;
}
.mark.marked {
  background-image: url("/build/assets/bookmark-white-ef5e29b4.svg");
}
.share {
  background: center center url("/build/assets/share-b8d93a7c.svg") no-repeat;
  background-size: contain;
  transition: 0.3s all;
}
.audio {
  background: center center url("/build/assets/audio-5c0f64a6.svg") no-repeat;
  background-size: contain;
  transition: 0.3s all;
}
.round {
  width: 446px;
  height: 446px;
  background: url("/build/assets/round-b37964e6.svg");
}
.terms__round {
  position: absolute;
  top: 40%;
  right: -223px;
}
.arrow-slider {
  background: center center url("/build/assets/arrow-5bb4058b.svg") no-repeat;
  background-size: contain;
  width: 10px;
  cursor: pointer;
  transition: 0.3s all;
}
.arrow-slider.reverse {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .arrow-slider.reverse:hover {
    transform: rotate(180deg) scale(1.1);
  }
}
@media (hover: hover) {
  .arrow-slider:hover {
    transform: scale(1.1);
  }
}
.low-round {
  background: center center url("/build/assets/lowRound-b88af7d8.svg") no-repeat;
  background-size: contain;
}
.comma {
  background: center center url("/build/assets/comma-975e574b.svg") no-repeat;
  background-size: contain;
}
.comma-pink {
  background: center center url("/build/assets/comma-pink-f6074928.svg") no-repeat;
  background-size: contain;
}
.dot {
  background: black;
  border-radius: 50%;
}
.facebook {
  background: center center url("/build/assets/facebook-cdfadce3.svg") no-repeat;
  background-size: contain;
}
.instagram {
  background: center center url("/build/assets/instagram-9e830318.svg") no-repeat;
  background-size: contain;
}
.google {
  background: center center url("/build/assets/google-d0078b6a.svg") no-repeat;
  background-size: contain;
}
.vkontakte {
  background: center center url("/build/assets/vk-2df8d97d.svg") no-repeat;
  background-size: contain;
}
.yandex {
  background: center center url("/build/assets/yandex-f37d4773.svg") no-repeat;
  background-size: contain;
  filter: invert(1);
}
.telegram {
  background: center center url("/build/assets/telegram-a5686047.svg") no-repeat;
  background-size: contain;
}
.content__btn {
  width: 5px;
  height: 10px;
  transition: 0.3s all;
  z-index: 5;
}
.arrow {
  background: center center url("/build/assets/arrow-5bb4058b.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.swiper-button-lock {
  display: block;
  opacity: 0.2;
}
.swiper-button-disabled {
  display: block;
  opacity: 0.2;
}
.mobile-swipe:before {
  content: "";
  width: 120px;
  height: 5px;
  background: none;
  position: absolute;
  border-radius: 10px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.qr-img {
  width: 100%;
  height: 170px;
  background: url("/build/assets/qr-img-76a2f841.png") no-repeat;
  background-size: cover;
}
.cookie {
  position: fixed;
  background: white;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: fit-content;
  margin: 0 auto;
  padding: 30px 20px;
  max-width: 450px;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: -1px 0px 28px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -1px 0px 28px 1px rgba(0, 0, 0, 0.09);
  box-shadow: -1px 0px 28px 1px rgba(0, 0, 0, 0.09);
}
.cookie__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  background: center right url("/build/assets/cookie-0eec9fec.svg") no-repeat;
  padding-right: 50px;
}
.cookie__link {
  color: #FF4F84;
  transition: 0.3s all;
}
.cookie__link:visited {
  color: #FF4F84;
}
.cookie__link:hover {
  color: #13EFE2;
}
.cookie__btn {
  margin-top: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  background: #13EFE2;
  text-align: center;
  padding: 15px 0;
  transition: 0.3s all;
  color: black;
}
@media (hover: hover) {
  .cookie__btn:hover {
    background: #FF4F84;
    color: white;
  }
}
@media (hover: none) {
  .cookie__btn:active {
    background: #FF4F84;
    color: white;
  }
}
.body-preloader {
  overflow: hidden;
}
.preloader {
  width: 100vw;
  height: 100vh;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  position: fixed;
  top: 80px;
  opacity: 0;
  pointer-events: none;
  transition: 0.7s all;
}
.preloader.fetch-loader {
  width: 100%;
  height: 100%;
}
.preloader.active {
  opacity: 1;
}
.preloader .round {
  animation: 12s rotateRound linear infinite;
  width: 150px;
  height: 150px;
  background-size: contain;
}
.preloader.index {
  top: 0;
}
.comma-picture {
  background: url("/build/assets/commaPicture-af62d1fa.png") no-repeat;
  background-size: contain;
}
.double-arrow {
  background: url("/build/assets/doubleArrow-a1aca285.svg") no-repeat;
  background-size: contain;
}
.swiper-wrapper {
  padding: 10px;
  margin-left: -10px;
}
.FAQ {
  background: white;
  display: grid;
  gap: 40px;
}
.FAQ > h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
}
.FAQ > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.FAQ > ul > li {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border: 1px solid #CDCDCD;
  padding: 20px 40px 20px 50px;
  transition: 1s all;
}
.FAQ > ul > li > h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  transition: 0.3s all;
  position: relative;
}
.FAQ > ul > li > h4:before {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-100%);
  background: black;
  width: 10px;
  height: 2px;
  content: "";
}
.FAQ > ul > li > h4:hover {
  color: #FF4F84;
}
.FAQ > ul > li > h4 svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.FAQ > ul > li > h4 svg path {
  transition: 0.4s all;
  transform-origin: center center 0;
}
.FAQ > ul > li > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.FAQ > ul > li > p a {
  color: #4997DE;
}
.FAQ > ul > li ul li::before {
  display: block;
  flex-shrink: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #E3E3E3;
}
.FAQ > ul > li > ul, .FAQ > ul > li ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.FAQ > ul > li > ul > li, .FAQ > ul > li ol > li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.FAQ > ul > li > ul > li span, .FAQ > ul > li ol > li span {
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  padding: 11px 17px;
  border: 1px solid rgba(205, 205, 205, 0.5);
  flex-shrink: 0;
}
.FAQ > ul > li > ul > li:first-child span, .FAQ > ul > li ol > li:first-child span {
  padding: 11px 18px;
}
.FAQ > ul .FAQ__list-active {
  border-color: white;
}
.FAQ > ul .FAQ__list-active > h4 svg path:last-child {
  transform: rotate(-90deg);
}
.input-file {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all;
  text-align: center;
}
.input-file img {
  width: 40px;
  height: 40px;
}
.input-file span {
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
}
.input-file.drop-enter {
  background: rgb(211, 211, 211);
}
.catcher {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  filter: opacity(0.3);
}
.right-blur {
  position: relative;
}
.right-blur:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 42px;
  height: 100%;
  transform: scale(1.1);
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.delete {
  background: url("/build/assets/basket-b4cf0d20.svg") no-repeat;
}
.file {
  background: url("/build/assets/file-0b7f30f9.svg") no-repeat;
}
.file-download {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-download .download-top {
  display: flex;
  justify-content: space-between;
}
.file-download .file {
  width: 40px;
  height: 40px;
}
.file-download .delete {
  width: 20px;
  height: 20px;
}
.pagination {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding-top: 25px;
}
.pagination__item {
  display: flex;
}
.pagination__item:hover .pagination__link {
  transform: scale(1.1);
}
.pagination__item:hover .pagination__link.active {
  transform: none;
}
.pagination__item:hover .pagination__link.dots {
  transform: none;
}
.pagination__link {
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  background-color: #13EFE2;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  transition: 0.3s all;
  color: #1D1D1B;
}
.pagination__link.active {
  background-color: #FF4F84;
  color: white;
}
.pagination__link.dots {
  background: none;
  pointer-events: none;
}
.more__btn {
  padding: 15px 30px;
  background: #13EFE2;
  transition: 0.3s all;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #1D1D1B;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}
.more__btn:hover {
  background: #FF4F84;
  color: white;
}
.invalid {
  background: #FF5F5F;
  color: black;
}
.auth-logo {
  margin: 0 auto;
  width: 19vw;
  height: 19vw;
  background: center center url("/build/assets/prochitanotxt-83c04bf8.svg") no-repeat;
  background-size: 66%;
  position: relative;
  min-width: 240px;
  min-height: 240px;
}
.auth-logo .low-round {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: rotateRound 12s infinite linear;
}
.auth-navigation {
  margin: 0 auto;
  display: grid;
  width: 27vw;
  min-width: 350px;
}
.auth__link {
  text-align: center;
  padding: 14px 0;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  transition: 0.3s all;
}
.auth__link:hover {
  background-color: #13EFE2;
}
.auth__link:last-child {
  margin-top: 20px;
}
.auth-social {
  margin: 0 auto;
  display: grid;
}
.auth-social .social__header {
  width: 27vw;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 20px;
  margin: 0 auto 20px;
  min-width: 350px;
}
.auth-social .social__header:before, .auth-social .social__header:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
}
.auth-social .social__navigation {
  display: flex;
  justify-content: center;
}
.auth-social .social-link {
  padding: 10px 20px;
  background: black;
  border-radius: 15px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
.auth-social .social-link:hover {
  background-color: #FF4F84;
}
.auth-social .social-link:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  filter: invert(100);
  background-repeat: no-repeat;
}
.auth-social .social-link.vkontakte:before {
  background-image: url("/build/assets/vk-2df8d97d.svg");
}
.auth-social .social-link.tg:before {
  background-image: url("/build/assets/telegram-a5686047.svg");
}
.auth-social .social-link.yandex {
  filter: none;
  background-image: none;
}
.auth-social .social-link.yandex:before {
  background-image: url("/build/assets/yandex-f37d4773.svg");
  filter: invert(0);
}
.auth-social .social-link:first-child {
  margin-left: 0;
}
.await-story {
  display: block;
  position: fixed;
  transform: translate(-50%, -50%);
  background-image: url("/build/assets/round-b37964e6.svg");
  background-size: 150px;
  animation: rotateStoryRound infinite 12s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  z-index: 2;
  left: 50%;
  top: 50%;
  min-height: 200px;
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  min-width: 200px;
  max-width: 207px;
  max-height: 207px;
  width: 16vw;
  height: 16vw;
  transition: opacity 0.6s linear;
}
.await-story.ready {
  opacity: 0;
}
.header {
  margin-top: 20px;
  background: white;
  display: flex;
  gap: 25px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #F6F7FA;
  width: 100%;
}
.header__search {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.header__search path {
  transition: 0.3s all;
}
.header__search.open path {
  stroke: #FF4F84;
}
@media (hover: hover) {
  .header__search:hover {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .header__search:active {
    transform: scale(1.1);
  }
}
.header__menu {
  list-style: none;
  margin-left: auto;
  display: flex;
}
.header__menu .menu__item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header__menu .menu__item:last-child {
  margin-right: 0;
}
.header__menu .menu__item .header-mail {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  background-image: none;
}
.header__menu .menu__item .header-mail.vkontakte:before {
  background-image: url("/build/assets/vk-2df8d97d.svg");
}
.header__menu .menu__item .header-mail.yandex {
  filter: invert(0);
}
.header__menu .menu__item .header-mail.yandex:before {
  filter: invert(1);
  background-image: url("/build/assets/yandex-f37d4773.svg");
}
.header__menu .menu__item .header-mail.telegram:before {
  background-image: url("/build/assets/telegram-a5686047.svg");
}
.header__menu .menu__item .header-mail:before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  background-image: url("/build/assets/mail-04451ef7.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.header .header_logo {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 2px;
}
.header .header_logo .comma {
  width: 16px;
  height: 35px;
  position: relative;
}
.header .header_logo .comma:before {
  content: "";
  position: absolute;
}
.header .header_logo .comma.semicolon:before {
  left: -5px;
  top: 5px;
  height: 4px;
  width: 14px;
  background: url("/build/assets/first-47c95329.svg") no-repeat;
  background-size: 14px 4px;
}
.header .header_logo .comma.amb:before {
  left: -6px;
  top: 2px;
  height: 11px;
  width: 11px;
  background: url("/build/assets/second-4440ae24.svg") no-repeat;
  background-size: 11px;
}
.header .header_logo .comma.doubleArrow:before {
  left: -6px;
  top: 5px;
  height: 8px;
  width: 11px;
  background: url("/build/assets/third-3fc74fae.svg") no-repeat;
  background-size: 11px 8px;
}
.header .header_logo .comma.tripleDot:before {
  left: -9px;
  top: 5px;
  height: 4px;
  width: 18px;
  background: url("/build/assets/fourth-1687d3c6.svg") no-repeat;
  background-size: 18px 4px;
}
.header .header_logo .comma.star:before {
  left: -6px;
  top: 2px;
  height: 12px;
  width: 12px;
  background: url("/build/assets/fifth-5c4a616d.svg") no-repeat;
  background-size: 12px;
}
.header .header_logo .comma.great:before {
  left: -5px;
  top: 4px;
  height: 10px;
  width: 10px;
  background: url("/build/assets/sixth-553feee8.svg") no-repeat;
  background-size: 10px;
}
.header .header_logo .comma.good:before {
  left: -5px;
  top: 4px;
  height: 10px;
  width: 10px;
  background: url("/build/assets/seventh-1afaab0d.svg") no-repeat;
  background-size: 10px;
}
.header .header_logo .comma.bad:before {
  left: -5px;
  top: 4px;
  height: 10px;
  width: 10px;
  background: url("/build/assets/eights-b901fc40.svg") no-repeat;
  background-size: 10px;
}
.header__button {
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 100;
    margin-top: 0;
  }
  .header.container {
    padding: 10px;
  }
}
.footer {
  background: black;
  width: 100%;
  margin-top: auto;
}
.footer__section {
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
}
.footer__bigtext {
  grid-column: 1/3;
  padding-top: 40px;
}
.footer__bigtext p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #AAAAAA;
}
.footer_logo {
  height: 100%;
}
.footer_logo .logo__img {
  width: 280px;
  height: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.footer__navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.footer__navigation-link {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s all;
}
@media (hover: hover) {
  .footer__navigation-link:hover {
    transform: scale(1.1);
  }
}
.footer__navigation-link.vkontakte {
  background-image: url("/build/assets/vk-ffc4fbbd.svg");
  height: 31px;
}
.footer__navigation-link.tg {
  background-image: url("/build/assets/tg-e8d44da4.svg");
}
.footer__navigation-link.instagram {
  background-image: url("/build/assets/inst-4ddc8cc4.svg");
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}
.footer__menu .menu__item {
  display: flex;
}
.footer__menu .menu__item .item__link {
  height: 100%;
  color: #F6F7FA;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  transition: 0.3s all;
  position: relative;
}
.footer__menu .menu__item .item__link:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #F6F7FA;
  transition: 0.3s all;
}
@media (hover: hover) {
  .footer__menu .menu__item .item__link:hover {
    color: #13EFE2;
  }
  .footer__menu .menu__item .item__link:hover:after {
    width: 100%;
    background: #13EFE2;
  }
}
@media (hover: none) {
  .footer__menu .menu__item .item__link:active {
    color: #13EFE2;
  }
  .footer__menu .menu__item .item__link:active:after {
    width: 100%;
    background: #13EFE2;
  }
}
.footer__copyright {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer__copyright-span {
  color: #AAAAAA;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: end;
  width: auto;
}
.footer__copyright-span .copyright-link {
  color: #13EFE2;
  transition: 0.3s all;
  position: relative;
}
.footer__copyright-span .copyright-link:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #13EFE2;
  transition: 0.3s all;
}
@media (hover: hover) {
  .footer__copyright-span .copyright-link:hover {
    color: white;
  }
  .footer__copyright-span .copyright-link:hover:after {
    width: 100%;
    background: white;
  }
}
@media (hover: none) {
  .footer__copyright-span .copyright-link:active {
    color: white;
  }
  .footer__copyright-span .copyright-link:active:after {
    width: 100%;
    background: white;
  }
}
@media screen and (max-width: 992px) {
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__section {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .footer__copyright-span {
    text-align: start;
  }
  .footer__menu {
    grid-template-columns: 1fr 1fr;
    order: 3;
  }
  .footer__menu .menu__item:nth-child(1) {
    order: 1;
  }
  .footer__menu .menu__item:nth-child(2) {
    order: 5;
  }
  .footer__menu .menu__item:nth-child(3) {
    order: 4;
  }
  .footer__menu .menu__item:nth-child(4) {
    order: 3;
  }
  .footer__menu .menu__item:nth-child(5) {
    order: 2;
  }
  .footer__menu .menu__item:nth-child(6) {
    order: 6;
  }
  .footer__navigation {
    order: 2;
    justify-content: center;
  }
  .footer__copyright {
    order: 4;
    justify-content: center;
  }
  .footer__copyright-span {
    width: inherit;
  }
  .footer__bigtext {
    order: 4;
    grid-column: 1/2;
  }
  .footer_logo-container {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .footer__section {
    gap: 20px;
  }
  .footer__menu {
    margin: 30px 0 10px;
  }
  .footer .container {
    padding: 40px 19px;
  }
}
.menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  justify-content: flex-end;
  transition: 0.5s all;
  pointer-events: none;
  overflow: auto;
}
.menu.active {
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.menu.active .menu-container {
  display: block;
  transform: translateX(0);
}
.menu-container {
  overflow-y: scroll;
  display: none;
  width: 550px;
  height: 100vh;
  background: white;
  transition: 0.5s transform;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu-container::-webkit-scrollbar {
  display: none;
}
.menu-header {
  padding: 20px 20px;
  border-bottom: 1px solid #F6F7FA;
  display: flex;
  justify-content: flex-end;
}
.menu-header .header__btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.menu-list {
  list-style: none;
  display: grid;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  gap: 10px;
  padding: 20px;
}
.menu-list .list__item > a {
  padding: 20px 55px 20px 20px;
  background: right 10px center url("/build/assets/grayArrow-d405bdbb.svg") no-repeat;
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s background-position, 0.3s color;
}
@media (hover: hover) {
  .menu-list .list__item > a:hover {
    background-position-x: right;
    color: #FF4F84;
  }
}
.menu-list .list__item .social-container {
  display: flex;
  gap: 10px;
}
.menu-list .list__item .social-container .social__link {
  width: 35px;
  height: 35px;
}
.menu-list .list__item .item__link {
  background: #13EFE2;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  padding: 10px 20px;
  transition: 0.3s all;
}
@media (hover: hover) {
  .menu-list .list__item .item__link:hover {
    background: #FF4F84;
    color: white;
  }
}
.menu-list .list__item .mail-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.menu-list .list__item .mail-container .mail {
  width: 40px;
  height: 40px;
  transform: translate3d(-10px, 0, 0);
  transition: 0.3s all;
  background-image: url("/build/assets/mail-04451ef7.svg");
  background-size: contain;
  background-position: center;
}
.menu-list .list__item .mail-container .mail.vkontakte {
  background-image: url("/build/assets/vk-2df8d97d.svg");
}
.menu-list .list__item .mail-container .mail.yandex {
  filter: invert(1);
  background-image: url("/build/assets/yandex-f37d4773.svg");
}
.menu-list .list__item .mail-container .mail.telegram {
  background-image: url("/build/assets/telegram-a5686047.svg");
}
@media (hover: hover) {
  .menu-list .list__item .mail-container .mail:hover {
    transform: translate3d(-10px, 0, 0) scale(1.1);
  }
}
.menu-list .list__item .btn-container {
  display: flex;
  gap: 20px;
}
.menu-list .list__item .btn-container .login__btn {
  width: 40px;
  height: 40px;
}
.menu-list .list__item.none {
  background: none;
  padding: 10px 20px;
}
.menu-list .list__item.login {
  padding: 10px 0;
}
.menu-list .list__item.login .item__link {
  max-width: 155px;
}
.menu-list .list__item.space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-list .list__item .logout {
  width: 40px;
  height: 40px;
}
.menu-list .list__item .item__span {
  color: #AAAAAA;
}
.menu-list .list__item.gray {
  background-color: #F6F7FA;
}
@media screen and (max-width: 992px) {
  .menu-container {
    width: 50vw;
  }
}
@media screen and (max-width: 576px) {
  .menu {
    top: 64px;
    height: calc(100vh - 64px);
  }
  .menu.active .menu-container {
    transform: translate3d(0, 0, 0);
  }
  .menu-header {
    display: none;
  }
  .menu-list {
    padding: 20px 10px;
  }
  .menu-container {
    width: 100vw;
    height: calc(100vh - 64px);
    padding-bottom: 125px;
    border-radius: 0 0 20px 20px;
  }
}
@starting-style {
  .menu.active {
    background: rgba(0, 0, 0, 0);
  }
  .menu.active .menu-container {
    transform: translateX(100vw);
  }
}
.search {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  height: fit-content;
  overflow: hidden;
  transition: 0.3s all;
  width: 100%;
  z-index: 2000;
  left: 0;
}
.search.active {
  display: block;
}
.search.active .search__input {
  animation-duration: 0.3s;
  animation-name: openSearch;
  animation-timing-function: ease-out;
  color: black;
}
.search__header {
  font-size: 18px;
  font-weight: 500;
  height: 32px;
}
.search__header.fail {
  display: flex;
  align-items: center;
  height: fit-content;
}
.search__header.fail:before {
  content: "";
  display: inline-block;
  width: 32px;
  flex-shrink: 0;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/build/assets/fail-47ebae51.svg");
  margin-right: 20px;
}
.search__form .search__btn {
  opacity: 1;
  transition: 0.5s all;
}
.search__btn {
  background: center center url("/build/assets/search-4576751e.svg") no-repeat;
  position: absolute;
  right: 19px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.search__btn:hover {
  transform: translateY(-50%) scale(1.1);
}
.search__input {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 14px 60px 14px 19px;
  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  background: white;
}
.search__input.result {
  border-radius: 10px 10px 0 0;
}
.search__input:focus {
  outline: none;
}
.search__label {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search__link {
  font-size: 18px;
  color: #FF4F84;
  transition: 0.3s all;
}
.search__link.mb {
  margin-bottom: 50px;
}
.search__link-span {
  font-size: 14px;
}
.search__link:visited {
  color: #FF4F84;
}
@media (hover: hover) {
  .search__link:hover {
    color: #13EFE2;
  }
}
@media (hover: none) {
  .search__link:active {
    color: #13EFE2;
  }
}
.search-result {
  border: 1px solid #AAAAAA;
  border-top: 0;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 0 0 10px 10px;
  padding: 24px 20px;
  opacity: 0;
  max-height: 70vh;
  overflow-y: scroll;
}
.search.active .search-result {
  opacity: 1;
  transition: 0.3s opacity;
}
@media screen and (max-width: 992px) {
  .search .author-content {
    grid-template-columns: repeat(2, 200px);
  }
  .search .author-content .author-content__img-container {
    width: 200px;
    height: 200px;
  }
  .search .stories__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .search {
    top: 60px;
  }
  .search .author-content {
    grid-template-columns: repeat(2, 150px);
  }
  .search .author-content .author-content__img-container {
    width: 150px;
    height: 150px;
  }
}
.banner {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 40px;
}
.banner-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 625px;
  padding: 50px 0 40px;
}
.banner-left .banner__h {
  font-weight: 700;
  font-size: 75px;
  line-height: 113%;
  transition: 0.6s all linear;
  transform: translate3d(-200px, 0, 0);
  opacity: 0;
}
.banner-left .banner__p {
  font-weight: 500;
  font-size: 35px;
  line-height: 113%;
  transition: 0.6s all linear;
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}
.banner-left .banner__p.ready {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.banner-left .banner__container {
  max-width: 335px;
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  transition: 0.6s all linear;
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}
.banner-left .banner__container.ready {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.banner-left .banner__container .banner__btn {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #13EFE2;
  cursor: pointer;
  padding: 10px 20px;
  transition: 0.3s all;
}
@media (hover: hover) {
  .banner-left .banner__container .banner__btn:hover {
    background: #FF4F84;
    color: white;
  }
}
.banner-left .banner__container .banner__span {
  font-weight: 500;
  font-size: 13px;
  line-height: 109%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.4s all linear;
  width: 460px;
  height: 460px;
}
.banner-right__background {
  background: center center url("/build/assets/banner-background-de7c3119.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s all linear;
  transform: scale(0);
}
.banner-right .low-round {
  width: 28%;
  height: 28%;
  transition: 0.9s all linear;
  transform: scale(0);
}
.banner-right .dot-container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 71%;
  top: 18%;
  width: 38%;
  height: 8%;
}
.banner-right .dot-container .dot {
  width: 20%;
  height: 100%;
  z-index: 2;
  transition: 0.4s all linear;
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}
.banner-right .dot-container .comma {
  position: absolute;
  width: 73%;
  height: 785%;
  left: 55%;
  top: -141%;
  z-index: 1;
  transition: 0.4s all linear;
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}
.banner-right .dot-container .comma.start {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.banner.ready .banner-right__background {
  transform: scale(1);
}
.banner.ready .banner-right .low-round {
  animation: 0.9s scaleWithRotateRound linear;
}
.banner.ready .banner-right .low-round.rotate {
  animation: rotateRound 12s infinite linear;
}
.banner.ready .banner-right .dot-container .dot {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.banner.ready .banner-left .banner__h {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .banner {
    grid-template-columns: 1fr 360px;
  }
  .banner-left .banner__h {
    font-size: 55px;
  }
  .banner-left .banner__p {
    font-size: 29px;
  }
  .banner-left .banner__container {
    max-width: 285px;
  }
  .banner-left .banner__container .banner__btn {
    font-size: 16px;
  }
  .banner-right {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    grid-template-columns: 439px 1fr;
  }
  .banner-right {
    width: 271px;
    height: 271px;
  }
  .banner-left {
    padding: 25px 0 20px;
  }
  .banner-left .banner__h {
    font-size: 40px;
  }
  .banner-left .banner__p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    grid-template-columns: 300px 1fr;
    margin-top: 30px;
  }
  .banner-left {
    gap: 10px;
    padding: 25px 0;
  }
  .banner .banner__container {
    margin-top: 15px;
  }
  .banner .banner__btn {
    font-size: 16px;
  }
  .banner .banner__h {
    font-size: 30px;
  }
  .banner .banner__p {
    font-size: 20px;
  }
  .banner-right {
    width: 210px;
    height: 210px;
  }
}
@media screen and (max-width: 576px) {
  .banner {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 10px;
  }
  .banner-right {
    order: 1;
    width: 100%;
    height: calc(100vw - 20px);
  }
  .banner-right .dot-container {
    right: 23%;
    top: 14%;
    width: 25%;
    height: 6%;
  }
  .banner-right .dot-container .dot {
    height: 100%;
    width: 23%;
  }
  .banner-right .dot-container .comma {
    left: 55%;
    height: 1000%;
    width: 114%;
    top: -200%;
    filter: brightness(0) invert(1);
  }
  .banner-left {
    order: 2;
    padding: 0;
    gap: 25px;
  }
  .banner__container {
    margin-top: 5px;
  }
}
.stories__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 30px 0;
}
.stories__list-massage {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  background: #F6F7FA;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 25px;
}
.stories__list-massage .need-register {
  display: flex;
  max-width: 529px;
  align-items: center;
}
.stories__list-massage .need-register:after {
  content: "";
  display: block;
  margin-left: 80px;
  flex-shrink: 0;
  width: 55px;
  height: 50px;
  background-image: url("/build/assets/massage-d1f6b0fc.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.stories__list .story__item {
  display: grid;
  grid-template-columns: 140px 1fr 30px;
  gap: 15px;
  min-height: 150px;
  padding: 10px 5px 10px 0;
}
.stories__list .item .link__logo {
  width: 140px;
  height: 140px;
}
.stories__list .item__img {
  width: 100%;
  height: 140px;
  border-radius: 70px;
  object-fit: cover;
  transition: 0.3s all;
}
@media (hover: hover) {
  .stories__list .item__img:hover {
    transform: scale(1.1);
  }
}
.stories__list .item_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.stories__list .item_content__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  transition: 0.3s all;
}
@media (hover: hover) {
  .stories__list .item_content__title:hover {
    color: #FF4F84;
  }
}
.stories__list .item_content__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: black;
  transition: 0.3s all;
  position: relative;
  width: fit-content;
}
.stories__list .item_content__name:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: black;
  transition: 0.3s all;
}
@media (hover: hover) {
  .stories__list .item_content__name:hover {
    color: #FF4F84;
  }
  .stories__list .item_content__name:hover:after {
    background: #FF4F84;
    width: 100%;
  }
}
.stories__list .item_content .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.stories__list .item_mark .mark {
  width: 30px;
  height: 30px;
  background-color: #F6F7FA;
  border-radius: 5px;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
.stories__list .item_mark .mark.marked {
  background-color: #FF4F84;
}
.stories__list .item_mark .rating_quality {
  width: 100%;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 26px;
  z-index: 2;
}
.stories__list .item_mark .rating_quality:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
  background-color: white;
}
.stories__list .item_mark .rating_quality .rating__p {
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  color: white;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translateX(1px);
  cursor: default;
  pointer-events: none;
}
.stories__list .item_mark .rating_quality .rating__p::selection {
  background: none;
  color: white;
}
.stories__list .item_mark .rating_quality.great {
  background: top 6px center url("/build/assets/great-135e4622.svg") #13EFE2 no-repeat;
  background-size: 15px;
}
.stories__list .item_mark .rating_quality.great .rating__p {
  color: black;
}
.stories__list .item_mark .rating_quality.good {
  background: top 6px center url("/build/assets/good-f50ae5bd.svg") #F6F7FA no-repeat;
  background-size: 15px;
}
.stories__list .item_mark .rating_quality.good .rating__p {
  color: black;
}
.stories__list .item_mark .rating_quality.bad {
  background: top 6px center url("/build/assets/bad-db682bf0.svg") #FBAD94 no-repeat;
  background-size: 15px;
}
.stories__list .item_mark .rating_quality.bad .rating__p {
  color: black;
}
.stories__list .item_mark .rating_quality.without {
  background: 100% 100% url("/build/assets/markBackground-693cf3ca.svg") no-repeat;
  border-bottom: none;
  padding-top: 17px;
}
.stories__list .item_mark .rating_quality.without:before {
  height: 6px;
}
.stories__list .item_mark .rating_quality.without .rating__p {
  color: black;
}
.stories__list .item_mark.is_liked .mark {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.partners {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 20px 0;
}
.partners_item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s all;
}
.partners_item.ready .partners_item__img {
  transform: scale(1);
}
.partners_item.ready .partners_item__img-container {
  pointer-events: auto;
  border-width: 1px;
}
.partners_item.ready .partners_item__title {
  transform: none;
  opacity: 1;
}
.partners_item.ready .partners_item__role {
  transform: none;
  opacity: 1;
}
.partners_item__img {
  transition: 0.3s all;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0);
}
.partners_item__img-container {
  overflow: hidden;
  width: 232px;
  height: 232px;
  padding: 20px;
  border: 0 solid #E4E4E4;
  transition: all 0.3s linear;
  pointer-events: none;
}
@media (hover: hover) {
  .partners_item__img-container:hover .partners_item__img {
    transform: scale(1.1);
  }
}
.partners_item__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
  transition: color 0.3s linear, opacity 0.4s linear, transform 0.4s linear;
  transform: translateY(10px);
  opacity: 0;
}
@media (hover: hover) {
  .partners_item__title:hover {
    color: #13EFE2;
  }
}
.partners_item__role {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #8C8C8C;
  transition: color 0.3s linear, opacity 0.4s linear, transform 0.4s linear;
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 1250px) {
  .partners {
    grid-template-columns: repeat(4, 1fr);
  }
  .partners_item__img-container {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 992px) {
  .partners {
    grid-template-columns: repeat(3, 220px);
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    grid-template-columns: repeat(2, 220px);
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 576px) {
  .partners {
    grid-template-columns: repeat(2, 150px);
  }
  .partners_item__img-container {
    width: 150px;
    height: 150px;
  }
}
.partner {
  padding: 20px 0;
}
.partner-header {
  padding: 20px 0;
  background: #F6F7FA;
  position: relative;
}
.partner-header .round {
  background-size: contain;
  position: absolute;
  bottom: -223px;
  right: -223px;
  opacity: 0;
}
.partner-header .round.start {
  animation: roundFadeFromRight 1.25s linear;
}
.partner-header .round.ready {
  opacity: 1;
  animation: rotateRoundFromFade 11s linear infinite;
}
.partner-header .container {
  display: flex;
  gap: 40px;
}
.partner-header_info {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  margin-top: 25px;
}
.partner-header_info-container {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.partner-header_info__logo {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.partner-header_info__link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  background: #13EFE2;
  transition: 0.3s all;
}
@media (hover: hover) {
  .partner-header_info__link:hover {
    background: #FF4F84;
    color: white;
  }
}
.partner-header_info__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: fit-content;
}
.partner-header_info__list:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}
.partner-header_info__list .list__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #AAAAAA;
}
.partner-header_info__list .list__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: black;
  transition: 0.3s all;
}
@media (hover: hover) {
  .partner-header_info__list .list__info:hover {
    color: #FF4F84;
  }
}
.partner-header_info__list .list__info.link {
  color: #2C79C0;
  text-decoration: underline;
}
@media (hover: hover) {
  .partner-header_info__list .list__info.link:hover {
    color: #FF4F84;
  }
}
@media (hover: hover) {
  .partner-header_info__list .list__info.address:hover {
    color: black;
  }
}
.partner-header_info__list .list__name {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
}
.partner-header_info.left {
  gap: 20px;
  max-width: 350px;
  margin-top: 0;
}
.partner-footer {
  margin-top: 25px;
}
.partner-footer__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: 970px;
  margin-right: auto;
}
.partner-footer__list:last-child {
  margin-bottom: 0;
}
.partner-footer__list .partner-header_info__list {
  margin: 0;
}
.partner-footer__list .partner-header_info__list .list__info {
  margin-top: 5px;
}
.partner-content {
  max-width: 580px;
  margin-right: auto;
}
.partner-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 5px;
}
.partner-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .partner-content {
    max-width: 410px;
  }
  .partner .round {
    width: 24vw;
    height: 24vw;
    bottom: -12vw;
    right: -12vw;
  }
  .partner-footer__list {
    max-width: 800px;
  }
}
@media screen and (max-width: 992px) {
  .partner .round {
    width: 34vw;
    height: 34vw;
    bottom: -17vw;
    right: -17vw;
  }
}
@media screen and (max-width: 768px) {
  .partner-footer__list {
    max-width: 440px;
  }
  .partner-content {
    max-width: 160px;
  }
  .partner-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .partner {
    padding: 0;
  }
  .partner .round {
    display: none;
  }
  .partner-header {
    padding: 0;
    background: white;
  }
  .partner-header .container {
    flex-direction: column;
    gap: 20px;
  }
  .partner-header_info {
    gap: 20px;
    margin-top: 0;
  }
  .partner-header_info-container {
    aspect-ratio: auto;
  }
  .partner-header_info__list .list__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
  .partner-header_info.left {
    max-width: none;
  }
  .partner-content {
    display: none;
  }
  .partner-footer__list {
    max-width: none;
    flex-direction: column-reverse;
  }
  .partner-footer__list .partner-header_info__list {
    margin-bottom: 5px;
  }
  .partner-footer__list .partner-header_info__list:first-child {
    margin-bottom: 0;
  }
}
.bookclub-header {
  background: none;
  max-width: 529px;
  margin-inline: auto;
  display: block;
  text-align: left;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}
.bookclub-description p {
  margin-bottom: 10px;
}
.welcome {
  display: grid;
  gap: 50px;
}
.welcome_logo {
  margin: 50px auto 0;
  width: 19vw;
  height: 19vw;
  background: center center url("/build/assets/prochitanotxt-83c04bf8.svg") no-repeat;
  background-size: 66%;
  position: relative;
  min-width: 240px;
  min-height: 240px;
}
.welcome_logo .low-round {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: rotateRound 12s infinite linear;
}
.welcome_content {
  text-align: center;
}
.welcome_content__header {
  font-size: 17px;
  font-weight: 600;
  line-height: 130%;
  max-width: 300px;
  margin-inline: auto;
}
.welcome_content__paragraph {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  max-width: 360px;
  margin-top: 5px;
  margin-inline: auto;
}
.welcome .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background: #13EFE2;
  transition: 0.3s all;
  max-width: 200px;
  margin-inline: auto;
  padding: 15px 60px;
  margin-bottom: 80px;
}
@media (hover: hover) {
  .welcome .btn:hover {
    background: #FF4F84;
    color: white;
  }
}
@media (hover: none) {
  .welcome .btn:active {
    background: #FF4F84;
    color: white;
  }
}
@media screen and (max-width: 576px) {
  .welcome_logo {
    margin-top: 120px;
  }
}
.filter-settings {
  display: none;
  position: fixed;
  left: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s all linear;
  z-index: 10;
  overflow-y: hidden;
}
.filter-settings.active {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.filter-settings.active .filter-form {
  margin: 0 0 0 auto;
}
.filter-settings.active .filter-form.author .container__form input[type=checkbox]:checked + .div-checkbox {
  background-color: #FF4F84;
  color: white;
}
.filter-settings.active .filter-form.author .container__form input[type=checkbox]:checked + .div-checkbox:before {
  filter: invert(0);
}
.filter-settings.active .filter-form.author .container__form input[type=checkbox]:checked + .div-checkbox:after {
  filter: brightness(0) invert(1);
}
.filter-settings.active input[type=checkbox]:checked + .div-checkbox {
  background-color: #FF4F84;
  color: white;
}
.filter-settings.active input[type=checkbox]:checked + .div-checkbox:before {
  filter: invert(100%);
}
.filter-settings.active input[type=checkbox]:checked + .div-checkbox:after {
  filter: brightness(0) invert(1);
}
.filter-settings .sort {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.filter-settings .sort input {
  display: none;
}
.filter-settings .sort input:checked + .sort__div {
  background-color: #FF4F84;
  color: white;
  cursor: unset;
}
.filter-settings .sort input:checked + .sort__div .arrow-right {
  filter: invert(1);
}
.filter-settings .sort__div {
  display: flex;
  justify-content: center;
  background-color: #F6F7FA;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  align-items: center;
  transition: 0.3s all;
}
@media (hover: hover) {
  .filter-settings .sort__div:hover {
    background-color: #13EFE2;
    color: black;
  }
}
.filter-settings .sort__div .arrow-right {
  background-image: url("/build/assets/arrowBack-b79ddb80.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 8px;
  transform: rotate(180deg);
  margin: 0 5px;
  transition: 0.3s filter;
}
.filter-settings .filter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: white;
  max-width: 550px;
  height: 100vh;
  transition: 0.3s all linear;
  transform: translateX(0);
  overflow: auto;
  padding-bottom: 80px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter-settings .filter-form::-webkit-scrollbar {
  display: none;
}
.filter-settings .filter-form__label {
  padding: 20px 20px;
  border-bottom: 1px solid #F6F7FA;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.filter-settings .filter-form__label .label__btn {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.filter-settings .filter-form.author .container__form .div-checkbox {
  padding-left: 51px;
}
.filter-settings .filter-form.author .container__form .div-checkbox:before {
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  top: calc(50% - 2px);
  background-image: url("/build/assets/liked-44fc7aa4.svg");
  filter: invert(100%);
  left: 19px;
}
.filter-settings .container__form {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filter-settings .container__form .form-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.filter-settings .container__form .form-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #F6F7FA;
  overflow: hidden;
  position: relative;
}
.filter-settings .container__form .form-list.checked {
  padding-bottom: 42px;
}
.filter-settings .container__form .form-list .list__item {
  display: flex;
  flex-direction: column;
  height: 60px;
  overflow: hidden;
  transition: 0.3s all;
}
@media (hover: hover) {
  .filter-settings .container__form .form-list .list__item:hover .item__btn {
    color: #FF4F84;
  }
  .filter-settings .container__form .form-list .list__item:hover .item__btn:after {
    transform: rotate(90deg) translateY(-10px);
  }
  .filter-settings .container__form .form-list .list__item:hover .item__btn.active:after {
    transform: rotate(-90deg) translateY(10px);
  }
}
.filter-settings .container__form .form-list .list__item .item__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: black;
  transition: 0.3s color;
}
.filter-settings .container__form .form-list .list__item .item__btn.active:after {
  transform: rotate(-90deg);
}
.filter-settings .container__form .form-list .list__item .item__btn:after {
  content: "";
  width: 20px;
  height: 20px;
  background: center center url("/build/assets/grayArrow-d405bdbb.svg") no-repeat;
  transition: 0.3s all;
  background-size: 40px 40px;
  transform: rotate(90deg);
}
.filter-settings .container__form .form-list .select__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}
.filter-settings .container__form .form-list .select__list .select__item {
  width: 100%;
}
.filter-settings .container__form .form-list .select__list .select__label {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 20px;
  cursor: pointer;
  gap: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  justify-content: space-between;
}
.filter-settings .container__form .form-list .checked__btn {
  color: #FF4F84;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  transition: 0.3s all;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
@media (hover: hover) {
  .filter-settings .container__form .form-list .checked__btn:hover {
    color: #13EFE2;
  }
}
.filter-settings .container__form .form-list .checkbox-items {
  height: 0;
  transition: 0.3s height linear;
  overflow: hidden;
}
.filter-settings .container__form .form-list .checkbox-items.active {
  padding-top: 16px;
  height: inherit;
  border-top: 1px solid #C6C6C6;
}
.filter-settings .container__form .div-checkbox {
  background: #F6F7FA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 20px 20px 44px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  transition: 0.3s all;
  position: relative;
}
.filter-settings .container__form .div-checkbox:hover {
  color: #FF4F84;
}
.filter-settings .container__form .div-checkbox:hover:after {
  transform: translateX(10px);
}
.filter-settings .container__form .div-checkbox:before {
  position: absolute;
  content: "";
  background: url("/build/assets/bookmark-d3c02875.svg") no-repeat;
  width: 30px;
  height: 30px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 30px 30px;
  cursor: pointer;
  transition: 0.3s all;
}
.filter-settings .container__form .div-checkbox:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: center center url("/build/assets/grayArrow-d405bdbb.svg") no-repeat;
  transition: 0.3s all;
  background-size: 40px 40px;
}
.filter-settings input[type=checkbox] {
  display: none;
}
.filter-settings .checkbox__div {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(29, 29, 27, 0.15);
  border-radius: 2px;
  position: relative;
}
.filter-settings .checkbox__div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: 0.3s all;
  width: 100%;
  height: 100%;
  background: center center url("/build/assets/done-5b850f29.svg") no-repeat;
  background-size: contain;
}
.filter-settings input[type=checkbox]:checked + .checkbox__div:before {
  transform: scale(1);
}
.filter-settings .checkbox {
  padding: 0 40px;
  display: flex;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #13353F;
  cursor: pointer;
}
.filter-settings .form__btn {
  margin: 60px 20px 0;
}
@media screen and (max-width: 576px) {
  .filter-settings {
    overflow: hidden;
    height: calc(100vh - 64px);
    position: fixed;
    top: 64px;
  }
  .filter-settings .filter-form {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 64px);
    padding-bottom: 125px;
  }
}
@starting-style {
  .filter-settings.active {
    background: rgba(0, 0, 0, 0);
  }
  .filter-settings.active .filter-form {
    transform: translateX(100%);
  }
}
.popup {
  position: fixed;
  left: 50%;
  top: 60px;
  z-index: 10000;
  transform: translateX(-50%);
  background: white;
  max-width: 450px;
  width: 100%;
  padding: 60px 20px 40px;
  gap: 20px;
  height: fit-content;
}
.popup.qr {
  max-width: 600px;
}
.popup[open] {
  display: grid;
}
.popup--message {
  padding: 25px 20px 30px;
}
.popup .exit {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
}
.popup .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}
.popup .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.popup.rating .rating-buttons {
  display: flex;
  justify-content: space-between;
}
.popup.rating .rating-buttons .rating__btn {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: 0.3s all linear;
}
@media (hover: hover) {
  .popup.rating .rating-buttons .rating__btn:hover {
    transform: scale(1.1);
  }
}
.popup.rating .rating-buttons .rating__btn.great {
  background: #13EFE2 center center url("/build/assets/great-135e4622.svg") no-repeat;
}
.popup.rating .rating-buttons .rating__btn.good {
  background: #F6F7FA center center url("/build/assets/good-f50ae5bd.svg") no-repeat;
}
.popup.rating .rating-buttons .rating__btn.bad {
  background: #FBAD94 center center url("/build/assets/bad-db682bf0.svg") no-repeat;
}
.popup.rating-without {
  transition: 0.3s all linear;
}
@media (hover: hover) {
  .popup.rating-without:hover {
    color: #FF4F84;
  }
}
@media (hover: none) {
  .popup.rating-without:active {
    color: #FF4F84;
  }
}
.popup.rating .title {
  text-align: center;
}
.popup .modal__list {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}
.popup .modal__list .list__item {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  padding-left: 30px;
  position: relative;
}
.popup .modal__list .list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #E4E4E4;
}
.popup .age__btn {
  width: 100%;
  padding: 15px 0;
  border: 1px solid #E4E4E4;
  transition: 0.3s all;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}
@media (hover: hover) {
  .popup .age__btn:hover {
    background: #13EFE2;
    border-color: #13EFE2;
  }
}
.popup .warning .title {
  color: #F98600;
  background: left center no-repeat url("/build/assets/warning-c08e393d.svg");
  padding: 10px 0 10px 40px;
}
.popup .mailing {
  padding: 60px 50px;
}
.popup__massage {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  align-items: center;
}
.popup__massage--accept {
  color: #3EB75E;
}
.popup__massage--accept::before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url("/build/assets/form-accept-5fbcdc3c.svg");
}
.popup__massage--warning {
  color: #FF5F5F;
  background-color: inherit;
}
.popup__massage--warning::before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url("/build/assets/form-error-cae7b4de.svg");
}
.popup .modal_massage_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.popup .modal_massage_text .modal-mail {
  color: #FF4F84;
  transition: 0.3s all;
}
@media (hover: hover) {
  .popup .modal_massage_text .modal-mail:hover {
    color: #13EFE2;
  }
}
.popup .modal_massage_text a {
  color: #FF4F84;
  text-decoration: underline;
  transition: 0.3s all;
}
@media (hover: hover) {
  .popup .modal_massage_text a:hover {
    color: #13EFE2;
  }
}
/*
    &.active {
        display: flex;
        background-color: rgba(0, 0, 0, 0.3);        
    }
*/
/*
.modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);

    z-index: 101;
    transition: .3s all;


}
*/
/*

@media screen and (max-width: 576px) {
        .popup {
            position: fixed;
            width: 100vw;
            height: fit-content;
            left: 0;
            top: auto;
            bottom: 0;
            transform: translate(0, 100%);
            max-width: none;
            border-radius: 20px 20px 0 0;
            transition: .3s all;
            display: flex;
            flex-direction: column;
            opacity: 0;

            &.open {
                display: flex;
                opacity: 1;
                transform: translate(0, 0);
            }


            &.mobile-swipe {
                &:before {
                    top: 10px;
                    background-color: $thirdGray;
                }
            }

            .exit {
                display: none;
            }
        }


}
        */
.story-settings {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s all linear;
  z-index: 30;
  justify-content: flex-end;
}
.story-settings.active {
  display: flex;
}
.story-settings.active .settings__menu {
  transform: translateX(0);
}
.story-settings .settings__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: white;
  width: 380px;
  height: 100vh;
  transition: 0.3s all;
  transform: translateX(0);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.story-settings .settings__menu .menu__list {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px;
}
.story-settings .settings__menu .menu__list .list__article {
  display: flex;
  gap: 20px;
}
.story-settings .settings__menu .menu__list .list__article .article__input {
  display: none;
}
.story-settings .settings__menu .menu__list .list__article .article__input:checked + .input__value__bg {
  border-color: #13EFE2;
}
.story-settings .settings__menu .menu__list .list__article .article__input:checked + .input__value__fs {
  border-color: #13EFE2;
}
.story-settings .settings__menu .menu__list .list__article .input__value__bg {
  height: 26px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 3px solid #F6F7FA;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all;
}
.story-settings .settings__menu .menu__list .list__article .input__value__bg.black {
  background: #2F0601;
  border-color: #2F0601;
  color: white;
}
.story-settings .settings__menu .menu__list .list__article .input__value__bg.sand {
  background: #F7F2E5;
  border-color: #F7F2E5;
}
.story-settings .settings__menu .menu__list .list__article .input__value__bg.gray {
  background: #F6F7FA;
  border-color: #F6F7FA;
}
.story-settings .settings__menu .menu__list .list__article .input__value__bg:hover {
  transform: scale(1.1);
}
.story-settings .settings__menu .menu__list .list__article .input__value__fs {
  height: 26px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F7FA;
  border: 3px solid #F6F7FA;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all;
}
.story-settings .settings__menu .menu__list .list__article .input__value__fs.inter {
  font-family: "Inter", sans-serif;
}
.story-settings .settings__menu .menu__list .list__article .input__value__fs.lora {
  font-family: "Lora", serif;
}
.story-settings .settings__menu .menu__list .list__article .input__value__fs:hover {
  transform: scale(1.1);
}
.story-settings .settings__menu .menu__list .list__article .button__fs {
  width: 155px;
  height: 26px;
  border-radius: 5px;
  transition: 0.3s all;
  background: #F6F7FA;
  border: 3px solid #F6F7FA;
}
.story-settings .settings__menu .menu__list .list__article .button__fs:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 576px) {
  .story-settings.active {
    background: rgba(0, 0, 0, 0);
    pointer-events: auto;
  }
  .story-settings .settings__menu {
    width: 100vw;
    padding: 35px 30px 20px;
    transform: translateY(100%);
    height: fit-content;
    position: fixed;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    pointer-events: auto;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  }
  .story-settings .settings__menu::before {
    background-color: #E4E4E4;
    top: 10px;
  }
  .story-settings .settings__menu .menu__list {
    padding: 0;
  }
  .story-settings .settings__menu .menu__list .list__article {
    justify-content: flex-start;
  }
}
@starting-style {
  .story-settings.active {
    transform: translateX(100%);
  }
}
.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form input[disabled],
.form textarea[disabled],
.form button[disabled] {
  color: #AAAAAA;
  background: #F6F7FA;
}
.form.reset {
  margin: auto 0;
  transform: translateY(-50%);
}
.form.reset .reset__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
}
.form.reset .reset__text .text__link {
  color: #FF4F84;
  transition: 0.3s all;
}
@media (hover: hover) {
  .form.reset .reset__text .text__link:hover {
    color: #13EFE2;
  }
}
.form .pass-forget {
  font-family: "Inter", serif;
  text-decoration-line: underline;
  font-style: normal;
  font-weight: 400;
  color: #8C8C8C;
  font-size: 16px;
  line-height: 19px;
  transition: 0.3s all;
  margin: 0 auto;
}
@media (hover: hover) {
  .form .pass-forget:hover {
    transform: scale(1.1);
  }
}
.form__checkbox-wrapper {
  position: relative;
}
.form__checkbox-wrapper::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  width: 20px;
  height: 20px;
  background: center center url("/build/assets/done-5b850f29.svg") no-repeat;
  background-size: contain;
}
.form__checkbox-wrapper:has(.form__checkbox:checked)::after {
  opacity: 1;
}
.form__checkbox {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid rgba(29, 29, 27, 0.15);
  flex-shrink: 0;
  transition: 0.3s all linear;
  border-radius: 2px;
  position: relative;
}
.form-label {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.3s all;
  position: relative;
  /*
      &__input-checkbox {
          display: none;

          &:checked + .form-label__checkbox .done {
              transform: scale(1);
          }
      }
  */
}
@media (hover: hover) {
  .form-label:hover {
    color: #FF4F84;
  }
}
.form-label.disabled {
  color: #AAAAAA;
  background: #F6F7FA;
}
.form-label.droppable {
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  border: 1px dashed #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s all;
}
.form-label.droppable.warning .input-file {
  filter: invert(100%);
}
.form-label.droppable.disabled {
  color: #AAAAAA;
  background: #F6F7FA;
}
.form-label.droppable .drop {
  width: 40px;
  height: 40px;
  background-color: black;
  -webkit-mask: url("/build/assets/form-dragAndDrop-ca68cb8d.svg") no-repeat center;
  mask: url("/build/assets/form-dragAndDrop-ca68cb8d.svg") no-repeat center;
}
.form-label.droppable.disabled .drop {
  background-color: #AAAAAA;
}
.form-label.checkbox {
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
@media (hover: hover) {
  .form-label.checkbox:hover .form-label__checkbox {
    transform: scale(1.1);
  }
}
.form-label.checkbox .checkbox-link {
  color: #FF4F84;
  text-decoration: underline;
  transition: 0.3s all;
}
@media (hover: hover) {
  .form-label.checkbox .checkbox-link:hover {
    color: #FF83A8;
  }
}
.form-label.checkbox__border-none {
  border: none;
  padding: 0;
  gap: 20px;
}
.form-label.checkbox.warning {
  background: #FF5F5F;
}
.form-label.checkbox.warning span {
  color: white;
}
.form-label.checkbox.warning .form-label__checkbox {
  border-color: white;
}
.form-label.checkbox.warning .checkbox-link {
  color: white;
}
.form-label__input {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  padding: 10px;
  border: 1px solid #E4E4E4;
  transition: 0.3s all;
}
.form-label__input[type=password] {
  padding-right: 50px;
}
.form-label__input.warning {
  color: white;
}
.form-label__input:focus {
  outline: none;
  border: 1px solid #AAAAAA;
}
.form-label__textarea {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  border: 1px solid #E4E4E4;
  transition: 0.3s;
  height: 120px;
  resize: none;
  padding: 10px;
  overflow: auto;
}
.form-label__textarea:focus {
  outline: none;
  border: 1px solid #AAAAAA;
}
.form-label__textarea.warning {
  color: white;
}
.form-label__checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(29, 29, 27, 0.15);
  flex-shrink: 0;
  transition: 0.3s all linear;
  border-radius: 2px;
  position: relative;
}
.form-label__checkbox::after {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: 0.3s all;
  width: 100%;
  height: 100%;
  background: center center url("/build/assets/done-5b850f29.svg") no-repeat;
  background-size: contain;
}
.form-label__input-file {
  display: none;
}
.form-label__btn {
  top: 64%;
  position: absolute;
  right: 20px;
  width: 28px;
  height: 10px;
  background-image: url("/build/assets/watchPass-0c103c08.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-label__btn.watch {
  background-image: url("/build/assets/closePass-ff84c301.svg");
}
.form .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding-right: 60px;
}
.form__btn {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13EFE2;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  transition: 0.3s all;
  cursor: pointer;
}
@media (hover: hover) {
  .form__btn:hover {
    background-color: #FF4F84;
    color: white;
  }
}
@media (hover: none) {
  .form__btn:active {
    background-color: #FF4F84;
    color: white;
  }
}
.warning-massage {
  display: flex;
  background: none;
  color: #FF5F5F;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  position: relative;
}
.warning-massage.inactive {
  display: none;
}
.warning-massage:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background: url("/build/assets/warning-e8860007.svg") no-repeat;
  background-size: 22px;
}
.author-form {
  padding: 40px 0 60px;
  margin-right: auto;
}
.author-form .form-label {
  transform: translate3d(-200px, 0, 0);
  opacity: 0;
}
.author-form .form-label.ready {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.author-form .fifth-span {
  transform: translate3d(-200px, 0, 0);
  opacity: 0;
  transition: 0.3s all linear;
}
.author-form .fifth-span.ready {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.author-form .seventh-btn {
  transition: 0.3s all;
  opacity: 0;
  transform: translate3d(-200px, 0, 0);
}
.author-form .seventh-btn.ready {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.author-form__text {
  position: relative;
}
.author-form__text .text-content__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  transform: translate3d(200px, 0, 0);
  opacity: 0;
  transition: 0.3s all linear;
}
.author-form__text .text-content__title.ready.first, .author-form__text .text-content__title.ready.second {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.author-form__text .text-content__title.second {
  margin-top: 50px;
}
.author-form__text .text-content__paragraph-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 130%;
  transform: translate3d(200px, 0, 0);
  opacity: 0;
  transition: 0.3s all linear;
}
.author-form__text .text-content__paragraph-title.ready {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.author-form__text .text-content__subscribe {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-top: 30px;
  max-width: 342px;
}
.author-form__text .text-content__subscribe.mt-0 {
  margin-top: 0;
}
.author-form__text .text-content__subscribe .subscribe__link {
  color: #FF83A8;
  text-decoration: underline;
  transition: 0.3s all;
}
@media (hover: hover) {
  .author-form__text .text-content__subscribe .subscribe__link:hover {
    color: #13EFE2;
  }
}
@media (hover: none) {
  .author-form__text .text-content__subscribe .subscribe__link:active {
    color: #13EFE2;
  }
}
.author-form__text .form-arrow {
  height: 31%;
  background-position-x: right;
  background-size: contain;
  width: 38%;
  transition: 0.6s all;
  transform: scale(0);
}
.author-form__text .round {
  position: absolute;
  right: -28%;
  top: 45%;
  animation: roundFadeFromRight linear 1.5s;
}
.author-form__text .round.ready {
  animation: rotateRoundFromFade 12s infinite linear;
}
.author-form .file-items {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.author-form.ready .form-arrow {
  transform: scale(1);
}
.partner-form .form-label {
  transform: translate3d(-200px, 0, 0);
  opacity: 0;
}
.partner-form .form-label.ready {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.partner-form .form__btn {
  transform: translate3d(-200px, 0, 0);
  opacity: 0;
}
.partner-form .form__btn.ready {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.partner-form .text-content__title {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
}
.partner-form .text-content__subtitle {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
  transition: 0.3s all linear;
}
.partner-form .text-content__subtitle.ready {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.partner-form .text-content__paragraph-title {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
  transition: 0.3s all linear;
}
.partner-form .text-content__paragraph-title.ready {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.partner-form .bonus-block {
  display: flex;
  justify-content: space-between;
}
.partner-form .bonus-block .bonus {
  background: #FF4F84;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 39px 15px 36px;
  max-width: 145px;
  border-radius: 20px;
  max-height: 136px;
  transition: 0.3s all linear;
  transform: scale(0);
}
@media (hover: hover) {
  .partner-form .bonus-block .bonus:hover {
    transform: scale(1.1);
  }
}
.partner-form .bonus-block .bonus__img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.partner-form .bonus-block .bonus__title {
  font-weight: 900;
  font-size: 16px;
  line-height: 104%;
  text-align: center;
}
.partner-form .bonus-block .rounded-half {
  width: 380px;
  height: 317px;
  background-size: cover;
  transition: 0.7s all linear;
  transform-origin: left center;
  transform: translate3d(-45px, -35px, 0) rotate(-90deg) scale(0);
}
.partner-form.ready .first-label {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.partner-form.ready .bonus-block .bonus {
  transform: scale(1);
}
@media (hover: hover) {
  .partner-form.ready .bonus-block .bonus:hover {
    transform: scale(1.1);
  }
}
.partner-form.ready .bonus-block .rounded-half {
  transform: translate3d(-45px, -35px, 0) rotate(0) scale(1);
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 940px;
  }
  .main_error {
    grid-template-columns: 1fr 350px;
    gap: 25px;
  }
  .main_error .error-photo {
    width: 350px;
    height: 350px;
  }
  .main__about {
    grid-template-columns: 1fr 404px;
  }
  .main__about .about__section:last-child {
    width: 404px;
    height: 404px;
  }
  .author-content {
    grid-template-columns: repeat(4, 1fr);
  }
  .author-content .author-content__img-container {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 750px;
  }
  .main_error {
    grid-template-columns: 1fr 300px;
  }
  .main_error .error-photo {
    width: 300px;
    height: 300px;
  }
  .main_error .error__title {
    max-width: 370px;
  }
  .main_error .error-text {
    font-size: 85px;
  }
  .main .policy .round {
    display: none;
  }
  .main__about {
    grid-template-columns: 1fr 300px;
  }
  .main__about .about__section:last-child {
    width: 300px;
    height: 300px;
  }
  .main .form-send .partner-form__text .bonus-block .rounded-half {
    width: 210px;
    height: 212px;
    transform: translate3d(-25px, 25px, 0);
  }
  .main .author-form__text .round {
    width: 300px;
    height: 300px;
    background-size: contain;
    animation-duration: 1.5s;
  }
  .author-content {
    grid-template-columns: repeat(3, 220px);
  }
}
@media screen and (max-width: 853px) {
  .main .about-author_content {
    grid-template-columns: 320px 1fr;
  }
  .main .about-author_content .author-photo {
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 550px;
  }
  .FAQ h3 {
    font-size: 32px;
  }
  .FAQ ul {
    display: grid;
  }
  .FAQ ul li {
    display: grid;
  }
  .FAQ ul li h4 {
    font-size: 18px;
  }
  .preloader .round {
    width: 150px;
    height: 150px;
  }
  .main {
    padding-bottom: 50px;
  }
  .main_error {
    grid-template-columns: none;
    justify-items: center;
  }
  .main_error .error__title {
    font-size: 32px;
    max-width: none;
  }
  .main_error .error-content {
    gap: 0;
  }
  .main_error .error__content {
    margin-top: 25px;
    font-size: 20px;
  }
  .main .genre {
    margin-top: 40px;
  }
  .main .content:first-child {
    margin-top: 30px;
  }
  .main .story-slider .arrow-slider {
    top: 85px;
  }
  .main .story-slider .story-content__header {
    grid-template-columns: 200px 1fr;
    margin: 0 20px 20px;
  }
  .main .story-slider .story-content__header .content-logo {
    width: 200px;
    height: 200px;
    margin: auto 0;
  }
  .main .story-slider .story-content__buttons .social {
    padding-left: 0;
    margin-left: 0;
  }
  .main .about-author_content {
    grid-template-columns: 200px 1fr;
  }
  .main .about-author_content .author-photo {
    width: 200px;
    height: 200px;
  }
  .main__about {
    grid-template-columns: none;
    row-gap: 25px;
  }
  .main__about .about__title {
    font-size: 16px;
    font-weight: 400;
  }
  .main__about .about__title__fontsize {
    font-weight: 400;
  }
  .main__about .about__title span {
    display: none;
  }
  .main__about .about__title .hidden {
    display: inline;
  }
  .main__about .about__section:last-child {
    margin: 0 auto;
  }
  .main__about span {
    font-weight: 700;
  }
  .main .form-send {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    gap: 20px;
  }
  .main .form-send .rounded-half {
    display: none;
  }
  .main .form-send .partner-form__text {
    gap: 0;
  }
  .main .form-send .partner-form__text span {
    display: none;
  }
  .main .form-send .partner-form__text .hidden {
    display: inline;
    font-weight: 700;
  }
  .main .form-send .partner-form__text .text-content__title {
    font-size: 16px;
    font-weight: 400;
  }
  .main .form-send .partner-form__text .text-content__subtitle {
    font-size: 16px;
    font-weight: 400;
  }
  .main .form-send .partner-form__text .text-content__paragraph-title {
    margin: 25px 0 20px;
    font-size: 16px;
    font-weight: 400;
  }
  .main .form-send .partner-form__text .bonus-block .bonus {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  .main .form-send .partner-form__text .bonus-block .bonus span {
    display: inline;
  }
  .main .form-send .partner-form__text .background {
    display: none;
  }
  .main .form-send .partner-form__text .form__text-bg {
    display: none;
  }
  .main .form-send .partner-form__text .comma-picture {
    display: none;
  }
  .main .form-send .partner-form__text .double-arrow {
    display: none;
  }
  .main .author-form {
    grid-template-columns: auto;
    padding-top: 0;
    gap: 20px;
  }
  .main .author-form .author-form__text {
    order: 1;
    display: inline-block;
  }
  .main .author-form .author-form__text .text-content__title {
    margin: 0;
    display: inline;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
  .main .author-form .author-form__text .text-content__paragraph-title {
    display: inline;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
  .main .author-form .author-form__text .text-content__subscribe {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-top: 10px;
  }
  .main .author-form .author-form__text .text-content__subscribe.mt-0 {
    margin-top: 0;
  }
  .main .author-form .form {
    order: 2;
  }
  .main .author-form .form-arrow {
    display: none;
  }
  .main .author-form .round {
    display: none;
  }
  .author-content {
    grid-template-columns: repeat(2, 220px);
  }
  .stories__list {
    grid-template-columns: none;
  }
  .stories__list .story__item {
    grid-template-columns: 100px 1fr 30px;
  }
  .stories__list .item .link__logo {
    width: 100%;
    height: 100px;
  }
  .stories__list .item__img {
    height: 100px;
    border-radius: 50px;
  }
  .stories__list .item_content .tag-container {
    flex-direction: row;
  }
  .header__menu .menu__item .header-mail {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .FAQ ul li {
    padding-inline: 25px 10px;
  }
  .FAQ ul li ol li {
    display: inline;
  }
  .promo-banner__line {
    flex-direction: column;
    margin-right: 0;
  }
  .promo-banner__link {
    margin-top: 20px;
    margin-right: 0;
    display: none;
  }
  .promo-banner__link.mobile {
    display: block;
  }
  .promo-banner__link:first-child {
    margin-top: 0;
  }
  button {
    color: black;
  }
  .main-header__header {
    text-align: center;
  }
  .main .stories__list-massage .need-register:after {
    margin-left: 20px;
    justify-content: space-between;
  }
  .cookie {
    bottom: 0;
    padding: 20px;
  }
  body.sand .main .story-slider .story-content__data .data-btns .data__button.marked:hover {
    background-color: #FF4F84;
  }
  body.sand .main .story-slider .story-content__data .data-btns .data__button:hover {
    background-color: white;
  }
  .container {
    max-width: none;
    width: 100%;
    padding: 0 10px;
  }
  .preloader .round {
    width: 150px;
    height: 150px;
  }
  /*
      .mobile-swipe {
          background: $thirdGray;
      }
  */
  .main {
    margin-top: 86px;
  }
  .main .collection .content.ready {
    transform: translateX(0);
    padding: 0;
  }
  .main .collection .content.ready .arrow {
    display: none;
  }
  .main .collection .content.ready .swiper-container {
    margin-left: 0;
  }
  .main .collection .content.ready .swiper-container .swiper-wrapper {
    padding: 10px 0;
  }
  .main_error .error-photo {
    width: 60vw;
    height: 60vw;
  }
  .main_error .error__text {
    font-size: 73px;
    left: 27%;
  }
  .main.auth .auth-logo {
    width: 65vw;
    height: 65vw;
  }
  .main.auth .auth-navigation {
    width: 100%;
    padding: 0 10px;
    min-width: inherit;
  }
  .main.auth .auth-social {
    width: 100%;
  }
  .main.auth .auth-social .social__header {
    width: 100%;
    padding: 0 10px;
    gap: 10px;
    min-width: inherit;
  }
  .main.auth-form .main-header {
    width: 100%;
  }
  .main.auth-form .form {
    width: 100%;
    min-width: inherit;
  }
  .main.auth-form .auth-social {
    margin-bottom: auto;
    margin-top: 40px;
  }
  .main .all-genre_content {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .all-genre_content__item:nth-child(even) {
    margin-left: auto;
  }
  .main .social__navigation {
    flex-direction: column;
    align-items: center;
  }
  .main .social__navigation .social-link {
    padding: 15px 20px;
    justify-content: center;
    width: 100%;
  }
  .main .social__navigation .social-link:not(:first-child) {
    margin: 20px 0 0;
  }
  .main .editor_note {
    /*
        position: relative;
    */
  }
  .main .editor_note .tooltip {
    touch-action: none;
  }
  .main.container {
    padding: 0 10px 50px;
  }
  .main .story-slider .share__btn.whatsapp {
    display: block;
  }
  .main .story-slider .story-content__data {
    order: 4;
    align-items: center;
    width: 100%;
  }
  .main .story-slider .story-content__data .data-btns {
    width: 100%;
    justify-content: center;
    grid-template-columns: repeat(3, 90px);
  }
  .main .story-slider .story-content__data .data-btns .data__button.marked:hover {
    background-color: #FF4F84;
  }
  .main .story-slider .story-content__data .data-btns .data__button:hover {
    background-color: #F6F7FA;
  }
  .main .story-slider .time-age__container {
    margin: 0 auto;
  }
  .main .story-slider .story-content__buttons {
    flex-direction: column;
  }
  .main .story-slider .story-content__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 20px;
  }
  .main .story-slider .story-content__header .item_content__tag-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -20px;
    min-width: 100%;
  }
  .main .story-slider .story-content__header .content-logo {
    width: 70vw;
    height: 70vw;
    margin: 0;
  }
  .main .story-slider .arrow-slider {
    top: 35vw;
    margin-top: -5px;
  }
  .main .about-author_content {
    grid-template-columns: none;
    gap: 20px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .main .about-author_content .tag-container {
    margin: 0;
  }
  .main .about-author_content .content-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main .about-author_content .author-photo {
    width: 100%;
    max-height: none;
    height: calc(100vw - 40px);
  }
  .main .about-author_content .read__btn {
    width: 100%;
    text-align: center;
  }
  .main .main__about {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .main .genre_item {
    max-width: 140px;
    max-height: 140px;
  }
  .main .policy {
    padding: 0 0 20px 0;
  }
  .main .policy li {
    padding-left: 10px;
  }
  .main .policy li:before {
    left: 0;
  }
  .main__about .about__section:last-child {
    width: calc(100vw - 20px);
    height: calc(100vw - 20px);
  }
  .author-content {
    grid-template-columns: repeat(2, 150px);
  }
  .author-content .author-content__img-container {
    width: 150px;
    height: 150px;
  }
  .author-content .author-content__img-container .photo {
    width: 150px;
    height: 150px;
  }
  .pagination {
    gap: 10px;
  }
  .pagination__link {
    padding: 4px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .main_error .error-text {
    font-size: 71px;
    left: 20%;
  }
}
@media screen and (max-width: 400px) {
  .main_error .error-text {
    font-size: 58px;
    left: 19%;
  }
}
@media screen and (min-width: 769px) {
  .main .story-slider .story-content__header {
    gap: 60px;
  }
}