/*Шрифты*/
/*@font-face {*/
/*  font-family: Linearicons;*/
/*  src: url(../fonts/Linearicons.ttf);*/
/*}*/
/*@font-face {*/
/*  font-family: "Avenir Next";*/
/*  src: url(../fonts/avenirnextcyr-regular.ttf);*/
/*}*/
@font-face {
  font-family: "Inter";
  src: url(../fonts/inter_static/Inter_18pt-Thin.ttf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/inter_static/Inter_18pt-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/inter_static/Inter_18pt-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/inter_static/Inter_18pt-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/inter_static/Inter_18pt-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/inter_static/Inter_18pt-Bold.ttf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Play';
  src: url('/public/layout/fonts/Play-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Play';
  src: url('/public/layout/fonts/Play-Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-family: "Inter", sans-serif;
  -webkit-appearance: none;
}
html {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
html,
body {
  height: 100%;
  min-width: 300px;
}
body {
  background-color: white;
  box-sizing: border-box;
}
.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page .contents .content {
  position: relative;
  width: 100%;
  background-color: #eff0f2;
}
.footer {
  position: relative;
  max-width: 100%;
  min-width: 300px;
}
/* ----------- */
/* кнопки */
.gray {
  background: #cdcdcd;
}
.orange span {
  border-radius: 8px;
  color: white !important;
  background: #007AFF;
}
.button {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 1px;
  cursor: pointer;
  text-decoration: none !important;
}
.button:disabled span {
  background: #75aae4;
  cursor: default;
}
.button span {
  padding: 8px 18px 8px 18px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(40, 40, 40);
  text-decoration: none !important;
}
.form .button span {
  background: #01B4FF;
  padding: 0;
  border-radius: 16px;
  line-height: 47px;
  text-align: center;
}
.form .button {
  width: 100%;
  margin: 0;
}
/* ---- */
/* окна */
.windows {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999999999;
  display: none;
  overflow-y: auto;
}
.windows .window_close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.windows .window {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 320px;
  margin: 0 auto !important;
  top: 10% !important;
}
.windows .window .close {
  position: absolute;
  width: 10px;
  height: 10px;
  background-size: contain;
  top: -26px;
  right: -26px;
  padding: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 99999;
}
.safari .windows .window .close {
  background-image: url(../images/style/close_btn.svg);
}
.other .windows .window .close {
  background-image: url(../images/style/close_btn.svg);
}
.windows .window h1 {
  font-size: 20px;
  color: rgb(40, 40, 40);
  font-weight: normal;
  margin: 10px 10px;
  padding: 20px 0 0 0;
}
.window .inftext,
.window .infos,
.window .log,
.window .subs,
.window .prew,
.window .slk,
.window .gms,
.window .lgu {
  display: none;
}
.inftext,
.inftext .infot,
.info,
.info .infos,
.login,
.login .log,
.fav,
.games,
.games .gms,
.fav .subs,
.noprew,
.noprew .prew,
.user_k,
.user_k .slk,
.logout,
.logout .lgu {
  display: block;
}
.inftext .infot p {
  width: 280px;
  line-height: 30px;
  padding: 30px 10px;
  color: rgb(80, 80, 80);
}
.user_k {
  background: none !important;
}
.user_k .window {
  background: #fff;
}
.noprew .text {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid rgb(201, 201, 201);
  border-bottom: 1px solid rgb(201, 201, 201);
}
.noprew .text p {
  margin: 0 10px;
  color: rgb(80, 80, 80);
}
.noprew .info {
  position: relative;
  margin: 20px auto;
  padding: 20px 0 0 0;
}
.noprew .info p {
  color: rgb(80, 80, 80);
}
.slk {
  position: relative;
  width: 290px;
  margin: 0 auto 30px auto;
}
.slk .sel_k p a {
  text-decoration: none;
  color: rgb(80, 80, 80);
  line-height: 40px;
}
.slk .sel_k p .active {
  font-weight: bold;
}
.log {
  position: relative;
  width: 294px;
  margin: 10px auto 0 auto;
  z-index: 1;
}
.log .tab {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 0;
  text-align: center;
  margin: 10px 0 0 0;
}
.log .tab .elem {
  display: inline-block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  /* background: #efefef; */
  padding: 0 15px;
  box-sizing: border-box;
  background: #f9fdff;
}
.log .tab .elem:first-child {
  margin: 0;
  border-radius: 26px 0 0 0;
}
.log .tab .elem:last-child {
  margin: 0;
  border-radius: 0 26px 0 0;
}
.log .tab .active {
  background: #01B4FF;
}
.log .tab .elem.active span {
  font-weight: 700;
  color: #fff;
}
.log .tab .elem span {
  font-size: 15px;
  color: rgb(95, 95, 95);
}
.log .tab_header,
.log .tab_footer,
.log .form {
  position: relative;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.log .form i {
  text-align: center;
  display: block;
  margin: -5px 0 0 0;
  padding: 0 0 10px 0;
}
.log .forms {
  display: none;
}
.log .forms_a {
  display: block;
}
.log .tab_footer {
  padding: 15px 0 0 0;
}
.log .tab_footer img {
  display: inline;
  width: 18px;
  margin-bottom: -4px;
}
.log .form form {
  text-align: left;
  margin: 0 2px;
}
.log .tab_header p,
.log .tab_footer p,
.log .form i {
  color: rgb(28 28 28);
  font-size: 12px;
  font-style: normal;
  margin: 0 2px;
}
.log .tab_header p {
  font-size: 13px;
}
.log .tab_footer p {
  margin-top: 7px;
}
.log .tab_footer p a {
  color: #01B4FF;
}
.log .form p {
  color: rgb(40, 40, 40);
  font-size: 13px;
  font-style: normal;
  margin: 0 10px;
}
.log .form .btn {
  position: relative;
  margin: -5px auto -20px auto;
  text-align: center;
}
.log .form h1 {
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0;
}
.log .form form input, .phone_number_sign_up, .form-control {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 16px;
  margin: 5px auto;
  font-size: 15px;
  border-radius: 16px;
  border: 1px solid #ccc;
}
.log .form .loginbtn {
  width: 100px;
  text-decoration: none;
  color: rgb(40, 40, 40);
  height: 30px;
  padding: 7px 10px 5px 10px;
  background: #fda103;
}
.games .gms {
  width: 290px;
}
.out_menu {
  display: flex;
  position: fixed;
  top: 70px;
  right: 0;
  flex-direction: column;
  border-radius: 28px;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
  padding: 28px;
  background-color: white;
  z-index: 10000000000;
}

.out_menu_row {
}

.out_menu_row :hover {
  background-color: #b9b9b9;
}

.out_menu_row span {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  border-radius: 12px;
  background-color: transparent;
  overflow: hidden;
}

.unsubscribe_confirm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000090;
  z-index: 9999999999;
}

.unsubscribe_block {
  position: absolute;
  padding: 30px 20px;
  background: #fff;
  width: 250px;
  border-radius: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.unsubscribe_block p {
  text-align: center;
}

.unsubscribe_block__buttons {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.unsubscribe_block__buttons .unsubscribe_yes {
  padding: 12px 20px;
  border-radius: 16px;
  width: 49%;
}

.unsubscribe_block__buttons .unsubscribe_no {
  background: #01B4FF;
  color: #fff;
  width: 49%;
  padding: 12px 20px;
  border-radius: 16px;
}
/* ------------ */
/* Основной код */
.hidden {
  display: none;
}
.visible {
  display: block;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.popup-overlay.active {
  display: flex;
  opacity: 1;
}
.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: white;
  padding: 30px 50px;
  border-radius: 28px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.popup-overlay.active .popup-content {
  transform: scale(1);
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #007AFF;
  transition: color 0.3s;
}
.close-btn:hover {
  color: #333;
}
.popup-content p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  /* width: 70%; */
  text-align: center;
}
.popup-content svg {
  width: 50px;
  height: 50px;
  animation: spinning 1s infinite linear;
}
@keyframes spinning {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.confirm-or-cancel {
  display: flex;
  gap: 10px;
}
.confirm-or-cancel button{
  background: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}
.unsubscribe.confirm-or-cancel button:last-child{
  background: #007AFF;
  color: #fff;
}
.subscribe.confirm-or-cancel button:first-child{
  background: #007AFF;
  color: #fff;
}
.menu_top {
  position: fixed;
  width: 100%;
  padding: 10px 20px 15px;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_menu {
  position: relative;
  width: 100%;
  font-size: 0;
  z-index: 2;
  text-align: left;
  background: #fff;
  padding-left: 10px;
  padding-bottom: 15px;
}
.menu_top .menu_1 .elem span {
  font-family: "Play", sans-serif;
  color: #0C0C0C;
  font-size: 16px;
}
.menu_top .menu_1 .elem a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 4px;
  width: 120px;
  align-items: center;
}
.menu_top .menu_1 .elem.active_menu1 span {
  color: #01B4FF;
  font-weight: 700;
}
@media all and (max-width: 550px) {
  .main_menu {
    z-index: 1;
  }
}
.menu_1 {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  z-index: 20;
}
.menu_1.marginr_auto{
  margin: 0;
  margin-right: auto;
}
.main_menu .menu_1 {
  text-align: left;
}
.main_menu .menu_1 .elem {
  display: inline-block;
  margin: 5px 0;
  vertical-align: top;
  text-align: center;
  padding: 5px 10px;
  border-radius: 7px;
}
.main_menu .menu_1 .elem a {
  text-decoration: none;
  padding: 0 0;
}
.main_menu .menu_1 .elem a span {
  color: #515559;
  text-transform: uppercase;
}
.main_menu .menu_1 .elem:hover a span {
  color: #01B4FF;
}
.main_menu .menu_1 .active_menu1 {
  border-radius: 7px;
  background: #01B4FF;
}
.main_menu .menu_1 .active_menu1 a span,
.main_menu .menu_1 .active_menu1:hover a span {
  color: white;
}
/*slider_param*/
.slider {
  max-width: 900px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e5ebee;
}
.slider img {
  display: block;
  /*width: 100%;*/
  border-radius: 24px;
}
.slider p {
  display: none !important;
}
.slider p span {
  margin: 0 10px;
}
.slider a {
  color: rgb(40, 40, 40);
  text-decoration: none;
}
.slider_btn {
  position: absolute;
  width: 20px;
  background-repeat: no-repeat;
  z-index: 109;
}
.slider_btn_left {
  left: 0;
  background-position: center center;
}
.safari .slider_btn_left {
  /*background-image: url(../images/style/slider_btn_l.svg);*/
}
.other .slider_btn_left {
  /*background-image: url(../images/style/slider_btn_l.svg);*/
}
.safari .slider_btn_left:hover {
  /*background-image: url(../images/style/slider_btn_l_h.svg);*/
}
.other .slider_btn_left:hover {
  /*background-image: url(../images/style/slider_btn_l_h.svg);*/
}
.slider_btn_right {
  right: 0;
  background-position: center center;
}
.safari .slider_btn_right {
  /*background-image: url(../images/style/slider_btn_r.svg);*/
}
.other .slider_btn_right {
  /*background-image: url(../images/style/slider_btn_r.svg);*/
}
.safari .slider_btn_right:hover {
  /*background-image: url(../images/style/slider_btn_r_h.svg);*/
}
.other .slider_btn_right:hover {
  /*background-image: url(../images/style/slider_btn_r_h.svg);*/
}
.slider_btn {
  height: 300px;
  top: 35px;
}
.rsBullets {
  display: none;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -25px;
  text-align: center;
}
.rsBullets .rsBullet {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: rgb(190, 190, 190);
  cursor: pointer;
}
.rsBullets .rsNavSelected {
  background-color: rgb(100, 100, 100);
}
.serial_part_ch {
  position: relative;
  width: 100%;
  margin: 0;
  height: 40px;
  margin: 10px 0;
  font-size: 0;
}
.serial_part_ch .elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  height: 40px;
}
.serial_part_ch .elem span {
  line-height: 40px;
  color: #7a7184;
  cursor: pointer;
}
.serial_part_ch .active span {
  color: #01B4FF;
  border-bottom: transparent;
}
.serial_part {
  display: none;
}
.serial_part p {
  font-size: 13px;
  margin: 10px;
}
.serial_part p span {
  color: #7a7184;
}
.serial_part a {
  color: #049ae8;
}
.serial_enabled {
  display: block;
}
.change_sezon {
  position: relative;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  border-top: 1px solid #d9d9d9;
}
.change_sezon .elem {
  position: relative;
  margin: 0 20px;
  display: inline-block;
  vertical-align: top;
  height: 40px;
}
.change_sezon .elem span {
  color: rgb(119, 119, 119);
  border-bottom: 1px solid rgb(119, 119, 119);
  cursor: pointer;
}
.change_sezon .active_sezon span {
  color: rgb(40, 40, 40);
  border-bottom: transparent;
}
.main {
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 0 0 36px 36px;
}
.main .main_name {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 0;
  z-index: 0;
}
.main .main_name p,
.main .main_name a {
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  /*margin: 0 13px;*/
  text-decoration: none;
}
.main .main_name p span {
  color: #111114;
}
.main .main_name a span {
  color: #111114;
  font-weight: 400;
}
.main .main_name p .bio {
  cursor: pointer;
}
.main_fragment {
  text-align: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgb(201, 201, 201);
}
.main_fragment a {
  text-decoration: none;
}
.main_fragment a span {
  font-size: 15px;
  color: #515559;
  text-decoration: underline;
}
.main_menu {
  position: relative;
}
.main .main_list .elem_name a {
  text-decoration: none;
}
/* .bordered {
  margin: 20px 0 0 0;
  padding: 10px 0 0 0 !important;
  border-top: 1px solid #e5eaed;
} */
.main_info {
  min-height: 714px;
  border-radius: 36px;
}
.slsl {
  display: none;
}
.listing .image {
  float: left;
  padding: 10px 20px;
  margin: 20px 20px 20px -20px;
  text-align: center;
  background-color: rgb(250, 250, 250);
  -webkit-box-shadow: rgb(80, 80, 80) 0 0 10px 0;
  -moz-box-shadow: rgb(80, 80, 80) 0 0 10px 0;
  box-shadow: rgb(80, 80, 80) 0 0 10px 0;
}
.listing .image img {
  display: inline-block;
  height: 330px;
}
.listing h2 {
  font-size: 24px;
  margin: 20px;
  font-weight: normal;
  color: rgb(40, 40, 40);
}
.listing p {
  font-size: 17px;
  margin: 20px 30px;
  color: rgb(40, 40, 40);
}
.ph_select select {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 160px;
  padding: 0 0 0 9px;
  margin: 10px 3px 0 3px;
  background-color: rgb(250, 250, 250);
  border: 1px solid RGB(231, 227, 227);
}
.main_info .main_about {
  position: relative;
  width: 96%;
  /*margin: 2px 13px;*/
}
.main_info .main_about .game-bookmark {
  position: absolute;
  right: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.main_info .main_about .game-bookmark img {
  width: 18px;
  height: 24px;
  object-fit: cover;
}
.main_info .main_about .game-bookmark img:last-child {
  display: none;
}
.main_info .main_about .game-bookmark.active img:first-child {
  display: none;
}
.main_info .main_about .game-bookmark.active img:last-child {
  display: block;
}
.about_game {
  padding: 10px 0 !important;
}
.human select {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 160px;
  padding: 0 0 0 9px;
  margin: -10px 3px 0 3px;
  border: 1px solid RGB(231, 227, 227);
}
.human select:first-child {
  margin: -10px 0 0 9px;
}
.human input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 28px;
  margin: -10px 3px 0 3px;
  padding: 0 9px 0 9px;
  background-color: rgb(250, 250, 250);
  border: 1px solid RGB(231, 227, 227);
}
.main_info .main_about .image {
  float: left;
  height: 130px;
  margin: 0 10px;
  overflow: hidden;
}
.main_info .main_about .image img {
  display: block;
  height: 100%;
}
.main_info .bios {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_info .unactive_bio {
  height: 48px;
  overflow: hidden;
}
.main_about .more,
.main_info .unactive_bio:after {
  content: " Подробнее...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 40px;
  background: rgba(240, 240, 240, 0);
  background: linear-gradient(
          to right,
          rgba(240, 240, 240, 0) 0%,
          rgba(240, 240, 240, 1) 20%,
          rgba(240, 240, 240, 1) 100%
  );
  color: #777777;
  font-size: 13px;
  line-height: 20px;
}
.main_about .more a {
  color: #777777;
  text-decoration: none;
}
.main_info .active_bio {
  height: auto;
  min-height: 80px;
  overflow: auto;
}
.main_info .main_about p {
  color: rgb(40, 40, 40);
  font-size: 14px;
  margin: 0 2px 4px;
}
.main_info .main_about p b {
  font-size: 15px;
  margin-bottom: 5px;
}
.main_info .main_about p a {
  text-decoration: none;
  cursor: pointer;
  color: #007AFF;
  font-weight: 300;
}
.main_about .buttons .button {
  margin: 10px 0;
  background: none;
}
.button a,
.buttons a {
  text-decoration: none !important;
}
.main_info .main_about p a:hover {
  color: #007AFF;
}
.main_info .main_about ul {
  margin: 0 20px;
  list-style-type: none;
}
.main_info .prewfull .info .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin: -64px 0 0 -64px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.safari .main_info .prewfull .info .btn {
  background-image: url(../images/style/film.svg);
}
.other .main_info .prewfull .info .btn {
  background-image: url(../images/style/film.svg);
}
.safari .main_info .prewfull .info:hover .btn {
  background-image: url(../images/style/film_hover.svg);
}
.other .main_info .prewfull .info:hover .btn {
  background-image: url(../images/style/film_hover.svg);
}
.main_info .sezon_change {
  position: relative;
  width: 100%;
  z-index: 1;
}
.main_info .sezon_change * {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_info .sezon_change .sezons {
  position: relative;
  width: 98%;
  margin: 10px 1%;
  text-align: center;
  font-size: 0;
}
.main_info .sezon_change .sezons .elem {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgb(190, 190, 190);
  height: 30px;
  line-height: 30px;
  margin: 0 -1px 0 0;
  padding: 0 5px;
  cursor: pointer;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #dfdfdd 100%);
}
.main_info .sezon_change .sezons .active_sezon {
  background: #fede03;
  background: linear-gradient(to bottom, #fede03 0%, #ffa403 100%);
  box-shadow: inset 0 3px 5px #b37647;
}
.main_info .sezon_change .sezons .elem a span {
  color: rgb(40, 40, 40);
}
.main .main_list .elem .poster {
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.main .main_list .elem .poster .content {
  position: absolute;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: -10px;
  padding: 0;
  background-color: transparent;
  border: none;
  display: none;
}
.main .main_list a {
  text-decoration: none;
  display: block;
  position: relative;
}
.new_sbs i {
  color: rgb(101, 101, 101);
  font-size: 11px;
}
.new_sbs .select_genre {
  position: relative;
  width: 90%;
  height: 30px;
  margin: 20px auto 0 auto;
  overflow: hidden;
  background-color: white;
}
.new_sbs .select_genre .elem {
  position: relative;
  display: block;
  width: 90%;
  height: 30px;
  margin: 0 auto;
  text-align: left;
}
.new_sbs .select_genre .elem:first-child {
  cursor: pointer;
}
.new_sbs .select_genre .elem:first-child:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 30px;
  top: 0;
  right: 0;
  background-image: url(../images/style/bottom_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.new_sbs .select_genre .elem span {
  line-height: 30px;
  text-align: left;
  font-size: 13px;
}
.new_sbs .phone {
  position: relative;
  width: 90%;
  margin: 20px auto 5px auto;
  background-color: white;
}
.new_sbs .phone input {
  position: relative;
  display: block;
  width: 90%;
  height: 30px;
  margin: 0 auto;
  font-size: 13px;
  text-align: left;
}
.new_sbs .text {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin: 5px auto -25px auto;
}
.new_sbs .text p {
  color: rgb(101, 101, 101);
  font-size: 11px;
}
.sends .select_genre,
.sends .phone,
.sends .btn,
.sends .text {
  display: none;
}
.sends .text:first-child {
  position: relative;
  display: block;
  margin: 30px auto 0 auto;
}
.sends .text:first-child p {
  font-size: 13px;
  margin: 0 10px;
}
.new_sbs .text .iii {
  display: none;
}
.audio_info {
  display: none;
}
.audio_active {
  display: block;
}
.footer {
  padding: 9px 0;
  margin: -20px auto 0 auto;
  background: #fff;
  box-shadow: 10px 0px 12px 0px rgba(0, 0, 0, 0.04);
}
.footer .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .container {
  max-width: 1440px;
  margin:0 auto;
  padding:0 15px;
}
.footer a {
  color: #0C0C0C;
  text-decoration: none;
}
.copyright, .copyright_desktop {
  font-size: 10px;
  padding: 0px 12px 8px;
  z-index: 2;
  position: relative;
  margin-bottom: 8px;
}
.copyright {
  text-align: center;
}
.links2 {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 5px 0;
  line-height: 30px;
  border-top: 1px solid rgb(201, 201, 201);
}
.links2 .prew2 {
  position: absolute;
  width: 50%;
  height: 30px;
  left: 0;
  text-align: left;
}
.links2 .next2 {
  position: absolute;
  width: 60%;
  height: 30px;
  right: 0;
  text-align: right;
}
.links2 .prew2 a,
.links2 .next2 a,
.links2 .next2 .btn,
.links2 .next2 label {
  margin: 0 5px;
  color: rgb(74, 41, 16);
  background-color: transparent;
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
}
.links2 .next2 .input {
  width: 40px;
  height: 18px;
  border: 1px solid rgba(74, 41, 16, 0.5);
  color: rgb(74, 41, 16);
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}
.reader p {
  margin: 10px;
}
.normal a {
  margin: 0 !important;
  background-image: none !important;
}
.normal a:after {
  background-image: none !important;
}
.themes {
  text-align: center;
}
.calendar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: rgba(250, 250, 250, 1);
  width: 210px;
  margin: 20px;
  padding: 3px;
  -webkit-box-shadow: 0 0 2px rgb(200, 198, 195);
  -moz-box-shadow: 0 0 2px rgb(200, 198, 195);
  box-shadow: 0 0 2px rgb(200, 198, 195);
  overflow: hidden;
}
.calendar .month .m {
  display: none;
}
.calendar .days,
.calendar .weeks,
.calendar .month {
  position: relative;
  width: 100%;
  font-size: 0;
}
.calendar .elem {
  display: inline-block;
  vertical-align: top;
  margin: 1px;
  text-align: center;
  background-color: white;
  border: 1px solid #fdaf31;
  width: 26px;
  height: 26px;
  cursor: default;
}
.calendar .nones,
.calendar .weeks .elem,
.calendar .month .elem {
  border: 1px solid rgb(200, 198, 195);
  cursor: default;
}
.calendar .month .elem:first-child,
.calendar .month .elem:last-child {
  border: 1px solid #fdaf31;
  width: 26px;
  cursor: pointer;
}
.calendar .month .elem {
  width: 146px;
}
.calendar .month .elem span,
.calendar .weeks .elem span {
  font-size: 15px;
  line-height: 26px;
  color: rgb(40, 40, 40);
}
.calendar .days .elem span {
  font-size: 15px;
  line-height: 26px;
  color: rgb(40, 40, 40);
}
.calendar .days .elem {
  cursor: pointer;
}
.calendar .days .datas:hover,
.calendar .month .datas:first-child:hover,
.calendar .month .datas:last-child:hover,
.calendar .month .elem:first-child:hover,
.calendar .month .elem:last-child:hover {
  background: #fda103;
}
.calendar .days .elem:hover span,
.calendar .month .elem:first-child:hover span,
.calendar .month .elem:last-child:hover span {
  color: white;
}
.calendar .days .selected span {
  font-weight: bold;
}
.calendar .days .now {
  background: #fda103;
  background: linear-gradient(45deg, #fda103 0%, #fde103 100%);
}
.calendar .days .now span {
  color: white;
}
.elemsday {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 2px rgb(200, 198, 195);
  -moz-box-shadow: 0 0 2px rgb(200, 198, 195);
  box-shadow: 0 0 2px rgb(200, 198, 195);
  background: rgba(250, 250, 250, 1);
  margin: 20px 5px 0 5px;
  text-align: left;
}
.elemsday img {
  display: block;
  height: 206px;
  padding: 5px;
}
.elemsday a {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* -----аудиокнига----- */
.player {
  position: relative;
  width: 96%;
  margin: 40px auto 10px auto;
  background-color: white;
  overflow: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border: 1px solid #c7d2da;
}
.player * {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.player .btn {
  cursor: pointer;
  padding: 2px 2px 2px 2px;
}
.player .btn .bg {
  margin: -1px 0 0 0;
  border-radius: 40px;
  border: 1px solid #00b956;
}
.player .btn .bg span {
  color: rgb(40, 40, 40);
  text-shadow: rgb(255, 244, 170) 1px 1px 0;
}
.player .controls {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #c7d2da;
  padding: 20px 0;
}
.player .controls .elem {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
}
.player .controls .elem:first-child {
  margin: 5px 2px 5px 0;
  height: 30px;
}
.player .controls .elem:last-child {
  margin: 5px 0 5px 2px;
  height: 30px;
}
.player .controls .elem .bg {
  position: relative;
  overflow: hidden;
  height: 38px;
}
.player .controls .elem:first-child .bg {
  height: 28px;
}
.player .controls .elem:last-child .bg {
  height: 28px;
}
.player .controls .elem .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.safari .player .controls .prew .image {
  background-image: url(../images/style/player_prew.svg);
}
.other .player .controls .prew .image {
  background-image: url(../images/style/player_prew.svg);
}
.safari .player .controls .play .image {
  background-image: url(../images/style/player_play.svg);
}
.other .player .controls .play .image {
  background-image: url(../images/style/player_play.svg);
}
.safari .player .controls .pause .image {
  background-image: url(../images/style/player_pause.svg);
}
.other .player .controls .pause .image {
  background-image: url(../images/style/player_pause.svg);
}
.safari .player .controls .stop .image {
  background-image: url(../images/style/player_stop.svg);
}
.other .player .controls .stop .image {
  background-image: url(../images/style/player_stop.svg);
}
.safari .player .controls .next .image {
  background-image: url(../images/style/player_next.svg);
}
.other .player .controls .next .image {
  background-image: url(../images/style/player_next.svg);
}
.player .controls .prew {
  display: none;
}
.player .controls .next {
  display: none;
}
.player .controls .btna {
  display: inline-block;
}
.player .range {
  position: relative;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #c7d2da;
  text-align: center;
  line-height: 30px;
}
.player .range input {
  position: relative;
  display: block;
  top: 13px;
  left: 5%;
}
.player .range input[type="range"]::-ms-fill-lower,
.player .range input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.player .range input[type="range"]::-ms-track {
  border-radius: 8px;
  height: 2px;
  border: 1px solid transparent;
  background: rgb(250, 250, 250);
}
.player .range input[type="range"]::-moz-range-track {
  width: 90%;
  height: 2px;
  border: 0 solid RGB(239, 238, 237);
  background: rgb(250, 250, 250);
  -moz-border-radius: 4px;
}
.player .range input[type="range"] {
  -webkit-appearance: none;
  width: 90%;
  height: 2px;
  border: 0 solid #c7d2da;
  background: rgb(250, 250, 250);
  -webkit-border-radius: 4px;
}
input[type="range"]::-ms-thumb {
  background: #00ad00;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  box-shadow: 0 0 2px rgb(100, 100, 100);
  cursor: pointer;
}
.player .range input[type="range"]::-moz-range-thumb {
  background: #00ad00;
  width: 16px;
  height: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: 0 0 2px rgb(100, 100, 100);
  cursor: pointer;
}
.player .range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #00ad00;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 16px;
  -webkit-box-shadow: 0 0 1px rgb(100, 100, 100);
  cursor: pointer;
}
.player .list {
  position: relative;
  width: 90%;
  margin: 10px auto;
  background: rgb(250, 250, 250);
  border: 1px solid #c7d2da;
  display: none;
  overflow: hidden;
}
.player .plistactive {
  display: block;
}
.player .list .elem_list {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #c7d2da;
  cursor: pointer;
}
.player .list .elem_list:last-child {
  border-bottom: 1px solid transparent;
}
.player .list .list_active,
.player .list .list_active:hover,
.player .list .elem_list:hover {
  background-color: #c7d2da;
}
.player .list .elem_list span {
  line-height: 30px;
  margin: 0 0 0 10px;
  color: rgb(119, 119, 119);
}
.player .list .list_active span {
  color: rgb(40, 40, 40);
}
.player .list .list_active span marquee {
  position: absolute;
  width: 100%;
  top: 0;
}
.player .list .played:after {
  content: "♫";
  float: right;
  line-height: 30px;
  margin: 0 10px 0 0;
  color: #00b956;
  text-shadow: -1px 1px 2px rgb(0, 0, 0);
}
.player .plistcontrol {
  position: relative;
  margin: -1px 0 0 0;
  border-top: 1px solid rgb(201, 201, 201);
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.player .plistcontrol p {
  line-height: 20px;
  color: rgb(201, 201, 201);
}
.player .plistcontrol p:first-child,
.player .plistcontrolactive p:last-child {
  display: none;
}
.player .plistcontrol p:last-child,
.player .plistcontrolactive p:first-child {
  display: block;
}
/* ---------- */
.err_t {
  margin-top: 10px !important;
  font-style: normal !important;
  font-size: 15px !important;
  color: red !important;
}
.id_film {
  display: none;
}
.hid {
  display: none;
}
/* ---------- */
/* Полный вид */
body {
  background-color: white;
  /* background-image: url(../images/style/bg_green.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; */
}

.game_info {
  display: flex;
  flex-direction: column;
}
.game_info_row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-bottom: 12px;
}
.game_info_item {
  display: flex;
  flex-direction: column;
  min-width: 100px;
}
.item_value {
  color: gray;
  font-size: 16px;
}
.item_value svg {
  width: 30px;
  height: 30px;
  fill: gray;
}

.code_up {
  display:none;
}

.code_auth_up {
  display:none;
}

.forms .timer {
  font-size: 14px;
  text-align: center;
  margin: 15px 0px;
}

.forms .timer a {
  cursor: pointer;
  text-decoration: underline;
}

.forms .timer a:hover {
  text-decoration: underline;
}

/* ######### СТРАНИЦА ПОДПИСКИ ########### */

.subscribe-page {
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #0b72c3;
  background-size: cover;
  background-position: center;
  color: #191919;
}

.subscribe-page .subs-modal-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: rgba(0, 0, 0, 0.4); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.subscribe-page .subs_page-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10%;
  box-sizing: border-box;
}

.subscribe-page .subs_page-header img {
  height: 14px;
}

.subscribe-page .subs-modal-container h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  color: #191919;
}

.subscribe-page .subs-modal-container .forms_subscribe, .subscribe-page .rules_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFFC4;
  box-shadow: 0px 10px 25px 0px #D4D4D414;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px !important;
  padding: 25px 20px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}

.subscribe-page .rules_container {
  display: none;
}

.subscribe-page .subs-modal-container .tab_footer, .subscribe-page .subs-modal-container .tab_header {
  position: relative;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}

.subscribe-page .subs-modal-container .tab_footer p, .subscribe-page .subs-modal-container .tab_header p {
  font-size: 15px;
  line-height: 20px;
  color: #191919;
}

.subscribe-page .subs-modal-container .tab_footer span, .subscribe-page .subs-modal-container .tab_header span {
  color: #191919;
}


.subscribe-page .subs-modal-container .tab_footer p b , .subscribe-page .subs-modal-container .tab_header p b {
  color: #191919;
}

.subscribe-page .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

.subscribe-page .forms_subscribe input {
  height: 48px;
  border: 1px solid transparent;
  border-radius: 10px !important;
  outline: none;
}

.subscribe-page .forms_subscribe .green_button {
  background: #52B3F9;
  border-radius: 10px !important;
  padding: 8px 16px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.1s ease;
}

.subscribe-page .forms_subscribe .btn {
  position: relative;
  height: 48px;
  line-height: 48px !important;
  padding: 0;
  margin: -5px auto -20px auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  border: 0 !important;
}

.subscribe-page .forms_subscribe .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.subscribe-page .text-white {
  color: #FFFFFF !important;
}

.subscribe-page .forms_subscribe .code_auth_up {
  display: none;
}

.subscribe-page .forms_subscribe .timer {
  text-align: center;
  margin: 15px 0px;
}

.subscribe-page .forms_subscribe .timer a {
  cursor: pointer;
  text-decoration: underline;
  color: #191919 !important;
}

.subscribe-page .forms_subscribe .timer a:hover {
  text-decoration: underline !important;
  color: #191919 !important;
}

.subscribe-page .forms_subscribe #resend_code1, .subscribe-page .forms_subscribe #resend_code2 {
  text-align: center;
  cursor: pointer;
}

.subscribe-page .forms_subscribe .tab_footer p {
  font-size: 12px;
  text-align: justify;
  line-height: 14px;
}

.subscribe-page .forms_subscribe .tab_footer a {
  text-decoration: underline !important;
  cursor: pointer;
  color: #191919 !important;
}

.subscribe-page .forms_subscribe .tab_footer p:not(:last-child) {
  margin-bottom: 8px;
}

.subscribe-page .forms_subscribe .tab_footer img {
  width: 18px;
  filter: brightness(2);
  margin-bottom: -3px;
}

.subscribe-page .err_t {
  margin: 10px 0;
  font-style: normal !important;
  font-size: 16px !important;
  color: #d10000 !important;
}

.subscribe-page .success_t {
  margin: 10px 0;
  font-style: normal !important;
  font-size: 16px !important;
  color: #00721c !important;
  font-weight: 600;
}

.subscribe-page h5.subrule_title {
  font-size: 19px;
  padding: 0 20px;
  margin: 3px 0 20px;
  text-align: center;
}

.subscribe-page .main_about {
  max-height: 70vh;
  overflow: overlay;
}

.subscribe-page .main_about::-webkit-scrollbar {
  width: 4px;
  height: 16px;
}

.subscribe-page .main_about::-webkit-scrollbar-track {
  background: transparent;
}

.subscribe-page .main_about::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
  border-radius: 10px !important;
}


.subscribe-page .main_about p {
  text-align: left;
  margin: 0 0 10px;
  font-size: 14px;
  color: #191919;
}

.subscribe-page .close_cross {
  position: absolute;
  left: 17px;
  top: 27px;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  z-index: 20;
}

.subscribe-page .with-phone-show {
  display: none;
}


@media only screen and (max-width: 990px) {
  .subscribe-page .subs_page-header img {
    margin: auto;
  }
}

@media only screen and (min-width: 451px) {
  .subscribe-page {
    background-image: url(../images/style/background_subs.jpg);
  }
}

@media only screen and (max-width: 450px) {
  .subscribe-page {
    background-image: url(../images/style/background_subs_mob.jpg); 
  }
}

/* #################### */


@media only screen and (min-width: 550px) {
  /* ---- */
  /* окна */
  .main_menu {
    background-color: #fff !important;
  }
  .windows .info {
    border-top: 1px solid rgb(201, 201, 201);
    padding: 20px 0 0 0;
  }
  .fav .window {
    width: 450px;
  }
  .info .window {
    width: 500px;
  }
  .login .window,
  .logout .window {
    width: 370px;
  }
  .noprew .window {
    width: 370px;
  }
  .info .window .full_info .hidden_i {
    position: relative;
    width: 100%;
    margin: 10px 0;
    text-align: left;
  }
  .info .window .full_info p {
    color: rgb(40, 40, 40);
    margin: 0 15px;
  }
  .info .window .full_info a {
    color: rgb(100, 100, 100);
  }
  .info .window .full_info a:hover {
    color: #ed7703;
  }
  .info .window .full_info .desk {
    margin: 10px;
    width: 480px;
    height: 64px;
    overflow: hidden;
    background: rgb(233, 229, 222);
    -webkit-box-shadow: rgb(200, 198, 195) 0 2px 6px 0 inset;
    -moz-box-shadow: rgb(200, 198, 195) 0 2px 6px 0 inset;
    box-shadow: rgb(200, 198, 195) 0 2px 6px 0 inset;
  }
  .info .window .full_info .desk:after {
    content: "  ...";
    position: absolute;
    right: 5px;
    bottom: 0;
    padding: 0 10px 0 40px;
    background: rgb(233, 229, 222);
    background: linear-gradient(
            to right,
            rgba(240, 240, 240, 0) 0%,
            rgb(233, 229, 222) 20%,
            rgb(233, 229, 222) 100%
    );
    color: #777777;
    font-size: 13px;
    line-height: 20px;
  }
  .info .window .full_info .desk p {
    padding: 10px;
  }
  .info .window .buttons {
    margin: 0 0 9px 0;
  }
  .fav .window .subs {
    margin: 0 0 20px 0;
  }
  .page .contents {
  }
  .menu_main.unactive_menu_main {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
  }
  .menu_top .menu_main .lang a span:last-child {
    display: none;
  }
  .menu_top .menu_main .logout,
  .menu_top .menu_main .login {
    /* float: right; */
    cursor: pointer;
  }
  .menu_top .menu_main .logout .elem,
  .menu_top .menu_main .login .elem {
  }
  .menu_top .menu_main .logout .elem {
    margin-right: -10px;
  }
  .menu_top .menu_main .logout .elem a,
  .menu_top .menu_main .login .elem a {
    text-decoration: none;
    color: rgb(40, 40, 40);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .menu_top .menu_main .logout .elem a span:first-child {
    display: none;
  }
  .menu_top .menu_main .logout .elem .user {
    position: relative;
    width: 100%;
    height: 0;
    background-color: rgb(236, 233, 228);
    margin: -1px 0 0 0;
    overflow: hidden;
  }
  .menu_top .menu_main .logout .elem .active {
    height: auto;
  }
  .menu_top .menu_main .logout .elem .user a {
    color: rgb(40, 40, 40);
    line-height: 40px;
    margin: 0;
    padding: 0;
  }
  .menu_top .menu_main .logout .elem .user a span {
    display: inline-block;
    background: none;
    margin: 0 10px;
    padding: 0;
  }
  .slider {
    position: relative;
    margin: 10px auto 0 auto;
    max-height: 245px;
    border-radius: 24px;
    overflow: hidden;
    border: 7px solid #fff;
    box-sizing: border-box;
    width: 98%;
  }
  .serial_part p {
    margin: 20px 50px;
  }
  .serial_part_ch .elem span {
    font-size: 24px;
  }
  /* .menu_top .menu_main .lang {
    position: absolute;
    width: 70px;
    height: 40px;
    right: 140px;
  } */
  .menu_top .menu_main .lang .elem {
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }
  .menu_top .menu_main .lang .elem a {
    text-decoration: none;
    line-height: 40px;
    color: black;
    font-size: 13px;
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
    position: relative;
    top: 7px;
    right: 3px;
  }
  .menu_top .menu_main .lang .elem a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu_top .menu_main .lang .active span {
    color: #fff;
    background: #01B4FF;
    border-radius: 50%;
    /* padding: 6px; */
  }
  .menu_top .search.dsk-none {
    display: none;
  }
  .menu_top .search .search_inp {
    padding-right: 20px;
    background: transparent;
    width: 100%;
    z-index: 0;
    font-size: 16px;
    color: rgb(40, 40, 40);
  }
  .menu_top .search .search_btn {
    position: absolute;
    height: 18px;
    width: 18px;
    left: 11px;
    top: 13px;
    z-index: 1;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .search_form {
    height: 40px;
  }
  .safari .menu_top .search .search_btn {
    background-image: url(../images/style/search.svg);
    background-size: 18px;
  }
  .other .menu_top .search .search_btn {
    background-image: url(../images/style/search.svg);
  }
  .main_menu .elem:first-child {
    float: left;
    width: 150px;
    height: 30px;
    margin: -1px 20px 5px -10px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute !important;
    top: -39px;
    left: 0;
  }
  .main_menu .elem:first-child img {
    display: block;
    width: 100%;
  }
  .main_menu .elem:first-child a {
    display: block;
    height: 100%;
    width: 100%;
    color: #b6ce2f;
    font-size: 20px;
  }
  .main_menu .menu_1 .elem a {
    line-height: 30px;
  }
  .main_menu .menu_1 .elem a span {
    font-size: 13px;
  }
  .main_menu .menu_1 .elem {
    height: 30px;
  }
  .main_menu .selector {
    position: relative;
    text-align: left;
  }
  .main_menu .selector .elem {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
  }
  .main_menu .selector .elem:first-child {
    float: none;
    display: none;
  }
  .main_menu .selector .elem a {
    text-decoration: none;
  }
  .main_menu .selector .elem a span {
    font-size: 13px;
    color: #515559;
  }
  .main_menu .selector .unactive a span {
    color: rgb(219, 219, 219);
    border-bottom: 1px solid transparent;
    cursor: default;
  }
  .main_menu .selector .active_selector a span {
    color: #fff;
  }
  .elem_t {
    /*height: 80px;*/
    padding-top: 10px;
  }
  .main .main_list {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 0;
  }
  .main .main_list .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 22%;
    min-width: 190px;
    margin: 13px;
    font-size: 13px;
    border-radius: 16px;
    background:#fff;
  }
  .main .main_list .elem img {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }
  .main .main_list .elem span {
    display: none;
  }
  .main .main_list .elem h2 {
    color: #515559;
    margin: 2px 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
  .main .main_list .elem h3 {
    color: #777777;
    margin: 2px 20px;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    text-align: left;
  }
  .main .main_list .elem h1 {
    display: none;
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 5px auto 0 auto;
  }
  .main_info .prewfull:before {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    bottom: -9px;
    left: -9px;
    background-image: url(../images/style/corenr_l.svg);
  }
  .main_info .prewfull:after {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    bottom: -9px;
    right: -9px;
    background-image: url(../images/style/corenr_r.svg);
  }
  .main_info .prewfull .poster {
    position: relative;
    width: 32%;
    left: -9px;
    text-align: center;
    background-color: #e5eaed;
  }
  .main_info .prewfull .poster img {
    display: inline-block;
    margin: 5%;
    max-width: 90%;
  }
  .main_info .prewfull .poster .elem_name {
    display: none;
  }
  .main_info .prewfull .info {
    position: absolute;
    top: 0;
    right: -9px;
    width: 67%;
    height: 100%;
    background-color: #e5eaed;
  }
  .main_info .prewfull .image {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    overflow: hidden;
    text-align: center;
    background-color: rgba(40, 40, 40, 0.8);
  }
  .main_info .prewfull .image img {
    display: inline-block;
    height: 100%;
  }
  .main_info .prewfull .imageposter img {
    position: relative;
    margin: 0 auto 0 auto;
    display: inline-block;
    height: 100%;
    opacity: 0.2;
    /*
      top: 50%;
      left: 50%;
      width: 200%;
      height: auto;
      margin: -100% 0 0 -100%;
      */
  }
  .main_fragment {
    display: none;
  }
  .main_info .main_about {
    padding: 28px 0 5px 0;
  }
  .main_info .about_game {
    padding: 10px 0;
  }
  .main_info .prewfull .info .action,
  .main_info .prewfull .info .name {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .main_info .prewfull .info .action {
    position: absolute;
    top: 0;
    left: -50px;
    opacity: 0;
  }
  .main_info .prewfull .info .name {
    position: absolute;
    bottom: 0;
    right: -50px;
    opacity: 0;
  }
  .main_info .prewfull .info .action p,
  .main_info .prewfull .info .name p {
    color: rgb(255, 255, 255);
    line-height: 25px;
    font-size: 23px;
    margin: 25px 0;
  }
  .main_info .prewfull .info {
    overflow: hidden;
  }
  .main_info .prewfull .info:hover .action {
    left: 50px;
    opacity: 1;
  }
  .main_info .prewfull .info:hover .name {
    right: 50px;
    opacity: 1;
  }
  .main_info .sezon_change {
    margin: -20px 0 0 0;
  }
  .main_info .sezon_change .sezons {
    margin: 20px auto 10px auto;
  }
  .main_info .sezon_change .sezons .elem span {
    font-size: 15px;
  }
  .main .book {
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .main .book .foto {
    position: relative;
    width: 30%;
    margin: 0 0 0 -9px;
    padding: 10px 0;
    background-color: rgb(250, 250, 250);
    -webkit-box-shadow: 1px 0 3px rgb(150, 150, 150);
    -moz-box-shadow: 1px 0 3px rgb(150, 150, 150);
    box-shadow: 1px 0 3px rgb(150, 150, 150);
  }
  .main .book .foto:after {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/style/corenr_l_w.svg);
    bottom: -9px;
    left: 0;
  }
  .main .book .foto img {
    display: block;
    width: 92%;
    margin: 0 4%;
  }
  .main .book .text {
    position: absolute;
    width: 65%;
    top: 10px;
    right: 2%;
    padding: 5px 0;
    background: rgba(250, 250, 250, 1);
    -webkit-box-shadow: 0 0 2px rgb(200, 198, 195);
    -moz-box-shadow: 0 0 2px rgb(200, 198, 195);
    box-shadow: 0 0 2px rgb(200, 198, 195);
  }
  .main .book .text_fotos {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0;
    background: rgba(250, 250, 250, 1);
    -webkit-box-shadow: 0 0 2px rgb(200, 198, 195);
    -moz-box-shadow: 0 0 2px rgb(200, 198, 195);
    box-shadow: 0 0 2px rgb(200, 198, 195);
  }
  .main .book .text_fotos span {
    color: rgb(119, 119, 119);
  }
  .main .human {
    width: 100%;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 16px;
  }
  .main .human .foto {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    /*padding: 10px;*/
  }
  .main .human .foto img {
    display: block;
    width: 92%;
    /*margin: 0 4%;*/
    border-radius: 16px;
    aspect-ratio: 1 / 1;
  }
  .main .human .text {
    /* position: relative; */
    display: inline-block;
    width: 75%;
    padding: 10px;
  }
  .main .human .text_fotos {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0;
    background: rgba(250, 250, 250, 1);
    box-shadow: 0 0 2px rgb(200, 198, 195);
  }
  .main .human .text_fotos span {
    color: rgb(119, 119, 119);
  }
  .favedlinks {
    position: relative;
    display: none;
    width: 100%;
    background-color: white;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 5px rgb(200, 198, 195);
    -moz-box-shadow: 0 5px 5px rgb(200, 198, 195);
    box-shadow: 0 5px 5px rgb(200, 198, 195);
  }
  .favact {
    display: block;
  }
  .favelink {
    cursor: pointer;
  }
  .favedlinks .elems {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .favedlinks .elems .elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgb(201, 201, 201);
    margin: 10px 2%;
    width: 20%;
    overflow: hidden;
  }
  .favedlinks .elems .elem a {
    text-decoration: none;
  }
  .favedlinks .elems .elem img {
    display: inline-block;
    height: 230px;
    padding: 10px;
  }
  .favedlinks .elems .elem p {
    color: rgb(101, 101, 101);
    text-align: center;
    font-size: 13px;
    margin: 10px;
  }
  .footer .moby {
    display: none;
  }
  .footer .full {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0;
    font-size: 0;
    text-align: center;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #f3f6fa 100%);
  }
  .footer .full .elem {
    display: inline-block;
    margin: 10px;
    font-size: 16px;
  }
  .footer .full .elem a {
    text-decoration: none;
  }
  .footer .full .fixing .elem a span {
    font-family: "Play", sans-serif;
    color: #515559;
    text-transform: uppercase !important;
    font-size: 13px !important;
  }
  .footer .full .elem a:hover span {
    color: #01B4FF;
  }
}
@media only screen and (max-width: 900px) {
  .main {
    border: none !important;
  }
}
/* ------------- */
/* Мобильный вид */
.fixing {
  position: relative;
  width: 100%;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background-color: #fff;
  padding-top: 70px;
}
.other .menu_top .unactive_search .search_open {
  background-image: url(../images/style/search.svg);
}
.menu_top .unactive_search .search_open {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index:99;
}

.active_search {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 850px;
  margin: 0 6px 0 0;
  align-items: center;
}
.search_form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  /* border: 1px solid #dadde1; */
  border-radius: 6px;
  padding: 2px 10px;
}
.unactive_search .search_form {
  display: none;
}
.block_mobile {
  display: none;
}
.ageBadge {
  color: #ffb372 !important;
  font-size: 12px;
  border: 1px solid #ffb372;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 8px;
}

#page404 {
  background-color: #F9FDFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-title {
  font-size: 120px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.error-title svg {
  width: 120px;
  height: 120px;
  animation: rotate 3s linear infinite;
}
.error-text {
  font-size: 18px;
  margin: 20px 0;
  color: #444;
}

.btn-main {
  display: inline-block;
  padding: 12px 24px;
  background: #007AFF;
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 8px;
  transition: 0.3s;
  width: fit-content;
}
.btn-main:hover {
  background: #007acc;
}
.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main {
  padding: 15px 28px;
}
.border_block {
  position: fixed;
  height: 28px;
  width: 28px;
  top: 70px;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.gray-bg {
  background-color: #eff0f2;
}
@media only screen and (max-width: 549px) {
  .popup-content { 
    width: 90vw;
    box-sizing: border-box;
  }
  .border_block {
    top: 122px;
  }
  .fixing {
    padding-top: 55px;
  }
  .error-404 {
    text-align: center;
  }
  .block_mobile {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 0 10px 0 25px;
    margin-bottom: 10px;
  }
  /* .menu_1 {
    display: none;
  } */
  .block_mobile .elem span {
    font-size: 16px;
    color: #0C0C0C;
    text-decoration: none;
  }
  .noprew .window {
    width: 295px;
  }
  .noprew .info {
    border-top: 1px solid rgb(201, 201, 201);
  }
  .fav .window .subs {
    margin: 0 0 20px 0;
  }
  .fav .window h1 {
    padding: 20px;
  }
  .fav .window {
    width: 294px;
  }
  .login .window {
    width: 308px;
  }
  .logout .window {
    width: 294px;
  }
  .page .contents {
  }
  .footer {
    height: auto;
    margin: -60px auto 0 auto;
  }
  .menu_top .menu_main .lang a span:first-child {
    display: none;
  }
  .page .menu_top .menu_main .lang .active a {
    background: transparent;
    color: #01B4FF;
    font-weight: bold;
    box-shadow: none;
  }
  .page .menu_top .menu_main .login .elem a span {
    background-image: none;
    color: rgb(40, 40, 40);
  }
  .menu_top .menu_main .logout a,
  .menu_top .menu_main .login a {
    color: #01B4FF;
  }
  .menu_top .menu_main .logout a span:last-child {
    display: none;
  }
  .menu_top .menu_main .logout a span {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    color: rgb(40,40,40) !important;
  }
  body > div.page > div > div > div.menu_top > div.menu_main.active_menu_main > div.logout > .elem > .user > .elem {
    display: none;
  }
  .menu_top .unactive_search .search_inp,
  .menu_top .unactive_search .search_btn {
    display: none;
  }
  .safari .menu_top .unactive_search .search_open {
    background-image: url(../images/icons/Cross.png);
  }
  .menu_top .active_search .search_open {
    position: absolute;
    right: 6px;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* right: -35px;
    top: 0; */
    cursor: pointer;
    z-index: 20;
  }
  .safari .active_search .search_open {
    background-image: url(../images/icons/Cross.png);
  }
  .other .active_search .search_open {
    background-image: url(../images/icons/Cross.png);
    font-family: linearicons;
  }
  /* .other .active_search .search_open:before {
    margin-top: 5px;
    display: block;
    margin-left: 5px;
    content: "";
    background-image: url(../images/icons/arrow_left.svg);
  } */
  .menu_top .active_search {
    width: 100%;
  }
  .menu_top .active_search .search_inp {
    padding-right: 20px;
    width: 100%;
    z-index: 0;
    font-size: 13px;
    color: rgb(40, 40, 40);
    height: 32px;
  }
  .menu_top .active_search .search_btn {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 3px;
    left: 3px;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
  }
  .safari .menu_top .active_search .search_btn {
    background-image: url(../images/style/search.svg);
  }
  .other .menu_top .active_search .search_btn {
    background-image: url(../images/style/search.svg);
  }
  .menu_top .logo {
    z-index: 0;
  }
  .menu_top .logo img {
    display: block;
    width: 120px;
  }
  .menu_top .logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
  }
  .main_menu .menu_1 .elem a {
    line-height: 30px;
  }
  .main_menu .menu_1 .elem a span {
    font-size: 11px;
  }
  .main_menu .menu_1 .elem {
    height: 30px;
  }
  .main_menu .elem:first-child {
    display: none;
  }
  .main_menu .selector {
    position: relative;
    border: 0.5px solid #6700a6;
    border-radius: 8px;
    width: calc(100% - 30px);
    padding-left: 10px;
    margin-top: 10px;
  }
  .main_menu .unactive_selectors {
    height: 30px;
    overflow: hidden;
  }
  .main_menu .selector_btn {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    right: 5px;
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
  }
  .safari .main_menu .unactive_selectors .selector_btn {
    background-image: url(../images/style/bottom_b.svg);
  }
  .other .main_menu .unactive_selectors .selector_btn {
    background-image: url(../images/style/bottom_b.svg);
  }
  .safari .main_menu .active_selectors .selector_btn {
    background-image: url(../images/style/top_b.svg);
  }
  .other .main_menu .active_selectors .selector_btn {
    background-image: url(../images/style/top_b.svg);
  }
  .main_menu .active_selectors {
    height: auto;
    overflow: visible;
  }
  .main_menu .active_selectors:after {
    display: none;
  }
  .main_menu .selector .elem {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: none !important;
    cursor: pointer;
  }
  .main_menu .selector .elem:last-child {
    border-bottom: none;
  }
  .main_menu .selector .elem a {
    text-decoration: none;
    display: block;
    height: 30px;
    width: 100%;
  }
  .main_menu .selector .elem a span {
    font-size: 13px;
    color: #515559;
    margin-right: 5px;
  }
  .main_menu .selector .unactive a span {
    color: rgb(219, 219, 219);
  }
  .main_menu .selector .name a span {
    font-weight: bold;
  }
  .main_menu .selector .active_selector {
    display: none;
  }
  .slider {
    border: 7px solid #fff !important;
    box-sizing: border-box;
    margin: 10px 10px 0;
    border-radius: 24px;
    overflow: hidden;
  }
  .slider p {
    display: block !important;
    background-color: rgba(236, 233, 228, 0.6);
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 0;
  }
  .rsBullets {
    display: none !important;
  }
  .serial_part_ch .elem span {
    font-size: 20px;
  }
  .main {
    margin: -1px 10px 5px;
    padding: 10px 18px;
    width: calc(100% - 20px);
  }
  .main_info .main_about {
    padding: 2px 0 10px 0;
  }
  .main_info .main_about form {
    text-align: center;
  }
  .human select:first-child {
    margin: 10px 3px 20px 3px;
  }
  /* .main .main_name {
    padding: 5px;
  } */
  .main .main_name p,
  .main .main_name a {
    font-size: 16px;
    /*text-align: center;*/
    text-decoration: none;
  }
  .main .view_ch {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 65px;
    height: 25px;
    margin: -13px 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .safari .main .str {
    background-image: url(../images/style/stringed.svg);
  }
  .other .main .str {
    background-image: url(../images/style/stringed.svg);
  }
  .main_list.dotted {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 0 15%;
  }
  .main .dotted .elem {
    display: inline-block !important;
    vertical-align: top !important;
    position: relative !important;
    width: 40% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    font-size: 13px !important;
    border-radius: 16px;
    /*min-height: 240px;*/
    margin-bottom: 12px;

  }
  .main .dotted .elem img {
    display: inline-block;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    margin: 0 0 5px;
    border-radius: 16px;
    aspect-ratio: 1 / 1;
  }
  .main .stringed .short {
    display: block !important;
    position: relative !important;
    width: 98% !important;
    margin: 10px 1% !important;
    font-size: 13px !important;
    border-top: 1px solid #d9d9d9;
  }
  .main .stringed .short img {
    display: block;
    position: relative;
    max-width: 110px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    margin: 0;
  }
  .main .stringed .short .elem_t2 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
  }
  .main .dotted .elem span {
    color: #515559;
    margin: 2px 10px;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
    display: block;
  }
  .main .dotted .elem h2 {
    color: #515559;
    margin: 2px 10px;
    font-size: 13px;
    line-height: 17px;
  }
  .main .dotted .elem h1 {
    display: none;
  }
  .main .dotted .elem h3 {
    color: rgb(101, 101, 101);
    margin: 0 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    cursor: default;
  }
  .main .stringed {
    text-align: center;
    padding: 0 0 5px 0;
  }
  .main .stringed .elem {
    position: relative;
    width: 96%;
    margin: 0 2%;
    font-size: 13px;
  }
  .main .stringed .normal {
    text-align: left;
    overflow: hidden;
    border-top: 1px solid #ede9e3;
  }
  .main .stringed .normal:last-child {
    border-bottom: 1px solid #ede9e3;
  }
  .main .stringed .normal .poster,
  .main .stringed .normal .elem_t {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .main .stringed .normal .poster {
    width: 18%;
    text-align: center;
  }
  .main .stringed .normal .elem_t {
    width: 78%;
  }
  .main .stringed .normal .poster img:first-child {
    display: inline-block;
  }
  .main .stringed .normal .poster img {
    margin: 5px 0 0 0;
    width: 98%;
    z-index: 0;
  }
  .main .stringed .elem span {
    color: #515559;
    margin: 2px 0;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
  }
  .main .stringed .elem h1 {
    display: none;
  }
  .main .stringed .elem h2 {
    color: #515559;
    margin: 2px 10px;
    padding: 10px 0 10px 5px;
    font-size: 17px;
    line-height: 17px;
    display: table-cell;
    vertical-align: middle;
  }
  .main .stringed .short h2 {
    display: inline-block;
    margin-left: 25px;
    margin-top: 10px;
  }
  .main .stringed .elem h3 {
    color: rgb(101, 101, 101);
    bottom: 0;
    left: 5px;
    margin: 20px 0 0 5px;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    cursor: default;
  }
  /*
      .main .stringed .elem .elem_t{
          position: absolute;
          width: 100%;
          height: 111px;
          left: 0;
          top: 0;
          text-align: left;
          display: inline-table;
      }
      .main .stringed .short .elem_t{
          height: 100%;
      }
  */
  .main .stringed .short h3 {
    left: 120px;
  }
  .main .stringed .elem .content {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 51px !important;
    height: 51px !important;
    float: none !important;
    top: 50px;
    display: none;
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 10px 0;
    background-color: rgb(230, 230, 230);
  }
  .main_info .prewfull .poster {
    display: none;
  }
  .main_info .prewfull .info .action,
  .main_info .prewfull .info .name {
    display: none;
  }
  .main_info .prewfull .info {
    position: relative;
    width: 90%;
    margin: 0 5%;
  }
  .main_info .prewfull .info img {
    display: inline-block;
    width: 100%;
    margin: 5px auto 2px auto;
  }
  .main_info .sezon_change .sezons .elem span {
    font-size: 13px;
  }
  .main .human,
  .main .book {
    overflow: auto;
  }
  .main .human .foto,
  .main .book .foto {
    float: left;
    width: 30%;
    margin: 10px;
  }
  .main .human .foto img,
  .main .book .foto img {
    display: block;
    width: 100%;
    border-radius: 16px;
  }
  .favedlinks {
    display: none;
  }
  .favelink {
    display: none;
  }
  .footer .moby {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0;
    text-align: center;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #f3f6fa 100%);
  }
  .footer .moby p {
    font-size: 11px;
    line-height: 15px;
    margin: 10px 0;
    color: rgb(40, 40, 40);
    padding: 10px;
  }
  .footer .full {
    display: none;
  }
  /* .new_sbs .select_genre,
  .new_sbs .phone,
  .new_sbs i,
  .new_sbs .btn,
  .new_sbs .text p {
    display: none;
  } */
  .new_sbs .text .iii {
    display: block !important;
    line-height: 40px;
  }
}
.n-lang {
  text-align: left;
}
.n-lang a {
  text-decoration: none;
}
.n-lang span {
  color: rgb(155, 155, 155);
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.n-lang li {
  display: inline-block;
  margin: 0 10px;
  /* margin-top: -5px; */
  border-radius: 50%;
  width: 25px !important;
  height: 25px !important;
  font-size: 12px !important;
  position: relative;
}
@media all and (max-width: 550px) {
  .n-lang li {
    margin: 0 5px;
    margin-top: -5px;
  }
  .n-lang li span {
    font-size: 12px;
  }
}
.n-lang .active {
  background: #01B4FF;
}
.n-lang .active span {
  color: #01B4FF;
  color: #fff;
}
.n-pop {
  display: none;
  z-index: 999999999;
  padding: 30px;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 420px;
  max-height: 95%;
  margin: auto;
  border-radius: 36px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}
.n-pop ul {
  list-style: none;
}
.n-pop li {
  list-style: none;
}
.n-pop .main_name {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}
.n-pop__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.n-pop__close:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #4e4e4e;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.n-pop__close:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #4e4e4e;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.n-links a:hover {
  text-decoration: none;
}
.login .window {
  top: 50px !important;
  margin-left: auto !important;
  border-radius: 24px;
  box-shadow: 10px 0px 12px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.window {
  margin-top: 0 !important;
}
.prewfull .info {
  height: 250px;
  overflow: hidden;
}
@media all and (max-width: 549px) {
  .n-pop {
    max-width: 90%;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .info #content1 {
    height: 100%;
  }
  .info .imageposter {
    height: 100%;
  }
  .info .imageposter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.n-play {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.n-play span {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.n-play span:after {
  display: block;
  content: "";
}
.n-player-close {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 9999999;
}
.n-player-close:after,
.n-player-close:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  background: #fff;
}
.n-player-close:before {
  transform: rotate(-45deg);
}
.n-pop-film-wrap #playerElement {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.n-pop-film-wrap .main_info .prewfull .info {
  margin: 0;
  width: 100%;
}
.n-pop-film-wrap .main_info .prewfull {
  margin: 0;
}
.n-wrap-player {
  width: 100%;
  height: 100%;
}
.n-pop-film {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.n-pop-film-wrap {
  height: 100%;
}
.n-pop-film-wrap .prewfull {
  height: 100%;
  background-color: transparent;
}
.n-pop-film-wrap .info {
  height: 100%;
}
.n-pop-film-wrap .other {
  height: 100%;
}
.n-pop-film-wrap .main_info {
  height: 100%;
}
.n-pop-film-wrap .n-wrap-player {
  height: 100%;
}
.n-pop-film-wrap #content1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 200px;
}
.n-main-body {
  background: url("../images/style/bg_green_login.jpg");
}
.n-container {
  max-width: 650px;
  margin: auto;
  margin-top: 80px;
}
@media all and (max-width: 768px) {
  .n-container {
    margin-top: 40px;
  }
}
.n-main-body .contents {
  padding-bottom: 0;
}
.n-main-menu {
  position: relative;
}
.n-main-menu img {
  display: block;
  width: 100%;
}
.n-main-body .page {
  position: relative;
}
.n-main-body .contents {
  padding-bottom: 100px;
}
.n-main-body .page .contents .content {
  position: static;
}
.n-main-body .footer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.n-logo {
  position: absolute;
  left: 0;
  top: 5px;
  display: flex;
}
.unactive_search .search_inp {
  display: none;
}
@media all and (max-width: 549px) {
  .n-logo {
    display: none;
  }
}
.n-logo img {
  width: 150px;
}
.n-logo span {
  color: #57068c;
  padding-left: 10px;
  padding-top: 10px;
  display: block;
}
.n-mobile {
  display: none;
  transform: scale(0.75);
}
@media all and (max-width: 768px) {
  .n-desc {
    display: none;
  }
  .n-mobile {
    display: block;
  }

  .footer .d-flex {
    flex-direction: column;
  }

  .footer .elem {
    font-size: 12px;
  }
}
.n-mobile-pic {
  margin: auto;
  max-width: 320px;
}
.n-mobile-pic--mod {
  margin-top: 20px;
  max-width: 160px;
}
.n-desc-list,
.n-mobile-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  list-style: none;
}
.n-desc-list li {
  position: absolute;
  width: 260px;
  height: 180px;
}
.n-mobile-list li {
  position: absolute;
  width: 120px;
  height: 120px;
}
.n-desc-list li a,
.n-mobile-list li a {
  position: absolute;
  top: 0;
  left: -16px;
  right: -47px;
  bottom: -37px;
  margin: auto;
  z-index: 3;
  cursor: pointer;
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.n-desc-list li a:hover + div {
  -webkit-transform-origin: 50% 50%;
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: 10;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.n-pic__x2 img {
  display: block;
  width: 100%;
}
.n-pic__x2 {
  position: absolute;
}
.n-desc-list li:nth-child(1) {
  top: 0;
  left: 0;
}
.n-desc-list li:nth-child(1) .n-pic__x1 {
  top: 70px;
  position: relative;
}
.n-desc-list li:nth-child(1) .n-pic__x2 {
  top: 23px;
  left: 114px;
  width: 200px;
}
.n-desc-list li:nth-child(2) {
  top: 0;
  left: 460px;
}
.n-desc-list li:nth-child(2) .n-pic__x1 {
  position: relative;
  top: 49px;
  left: 16px;
}
.n-desc-list li:nth-child(2) .n-pic__x2 {
  top: 141px;
  left: 22px;
  width: 145px;
}
.n-desc-list li:nth-child(3) .n-pic__x1 {
  top: 77px;
  left: 197px;
  position: relative;
}
.n-desc-list li:nth-child(3) .n-pic__x2 {
  top: 109px;
  left: 140px;
  width: 75px;
}
.n-desc-list li:nth-child(3) {
  top: 235px;
  left: 360px;
}
.n-desc-list li:nth-child(4) {
  top: 235px;
  left: 0;
}
.n-desc-list li:nth-child(4) .n-pic__x1 {
  top: 77px;
  left: -126px;
  position: relative;
}
.n-desc-list li:nth-child(4) .n-pic__x2 {
  top: 69px;
  left: 88px;
  width: 129px;
}
.n-desc-list li:nth-child(5) {
  top: 432px;
  left: 0;
}
.n-desc-list li:nth-child(5) .n-pic__x1 {
  top: 90px;
  left: 87px;
  position: relative;
}
.n-desc-list li:nth-child(5) .n-pic__x2 {
  top: 150px;
  left: 88px;
  width: 105px;
}
.n-mobile-list li:nth-child(1) {
  top: 0;
  left: 0;
}
.n-mobile-list li:nth-child(1) .n-pic__x1 {
  top: 70px;
  position: relative;
}
.n-mobile-list li:nth-child(1) .n-pic__x2 {
  top: 51px;
  left: 42px;
  width: 100px;
}
.n-mobile-list li:nth-child(2) {
  top: 0;
  right: 0;
}
.n-mobile-list li:nth-child(2) .n-pic__x1 {
  top: 44px;
  position: relative;
  left: 54px;
}
.n-mobile-list li:nth-child(2) .n-pic__x1 img:last-child {
  bottom: -20px;
  left: -10px;
}
.n-mobile-list li:nth-child(2) .n-pic__x2 {
  top: 97px;
  left: 42px;
  width: 81px;
}
.n-mobile-list li:nth-child(3) {
  top: 235px;
  right: 0;
}
.n-mobile-list li:nth-child(3) .n-pic__x1 {
  top: 67px;
  position: relative;
  left: -78px;
}
.n-mobile-list li:nth-child(3) .n-pic__x2 {
  top: -22px;
  left: 42px;
  width: 41px;
}
.n-mobile-list li:nth-child(4) {
  top: 235px;
  left: 0;
}
.n-mobile-list li:nth-child(4) a {
  top: -71px;
  left: -53px;
  right: -1px;
  bottom: 48px;
}
.n-mobile-list li:nth-child(4) .n-pic__x1 {
  top: -14px;
  position: relative;
  left: -64px;
}
.n-mobile-list li:nth-child(4) .n-pic__x1 img:last-child {
  top: -10px;
}
.n-mobile-list li:nth-child(4) .n-pic__x2 {
  top: -39px;
  left: 27px;
  width: 70px;
}
.n-mobile-list li:nth-child(5) {
  top: 382px;
  left: 0;
  width: 180px;
}
.n-mobile-list li:nth-child(5) .n-pic__x1 {
  top: -34px;
  position: relative;
  left: -10px;
}
.n-mobile-list li:nth-child(5) .n-pic__x1 img:last-child {
  bottom: -10px;
  right: -10px;
}
.n-mobile-list li:nth-child(5) .n-pic__x2 {
  top: 0;
  left: 0;
  width: 70px;
}
.n-pic__x1 img {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.n-desc-list li:nth-child(1) .n-pic__x1 img:last-child {
  bottom: 30px;
  left: 30px;
}
.n-desc-list li:nth-child(2) .n-pic__x1 img:last-child {
  top: 10px;
}
.tac {
  text-align: center;
}
.n-icon {
  font-family: Linearicons;
}
.n-mobile-cont {
  display: inline-block;
  position: relative;
}
.search {
  position: relative;
}
.unactive_selectors .fixing {
  width: 75%;
}
.n-window-top {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.n-window-top h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%;
}
.log {
  margin: 0;
  padding: 0;
  width: 100%;
}
.log .tab {
  margin: 0;
}
.auth-blur__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffa3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.auth-blur__block .message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: green;
  font-size: 16px;
  padding: 0px 20px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.auth-blur__block svg {
  width: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  animation: loader-rotation 1s infinite ease-in-out;
}
@keyframes loader-rotation {
  0% {
    /*rotate: 0deg;*/
    transform: rotate(0deg);
  }
  100% {
    /*rotate: 360deg;*/
    transform: rotate(360deg);
  }
}
.code_up {
  display: none;
}
@media all and (max-width: 550px) {
  .log .tab {
    width: 100%;
  }
}
.log .button {
  margin-top: 30px;
}
.n-lang {
  display: flex;
  padding: 10px 0;
  /* margin-right: 40px; */
}
.n-window-wrap {
  width: calc(100% - 34px);
  margin: auto;
  padding-bottom: 25px;
}
.selectors_sub {
  padding-left: 40px;
}
.selectors_sub .active_selector {
  border-radius: 5px;
  background: #01B4FF;
}
.selectors_sub .active_selector span {
  color: #fff !important;
}
@media all and (max-width: 550px) {
  .selectors_sub {
    padding-left: 0;
  }
}
.menu_1 .elem.logo img {
  width: 128px;
  height: 28px;
}
.menu_1 .elem.logo .dark-logo {
  display: none;
}
.main_menu .menu_1 .elem {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.main_menu .menu_1 .elem:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.main_menu .menu_1 .elem:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
          center,
          ellipse,
          rgba(0, 0, 0, 0.35) 0%,
          rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
          ellipse at center,
          rgba(0, 0, 0, 0.35) 0%,
          rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.main_menu .menu_1 .elem:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.main_menu > .fixing:first-child {
  z-index: 10;
}
@media all and (max-width: 550px) {
  .main_menu > .fixing:first-child {
    z-index: 0;
  }
}
#cboxLoadedContent {
  background: rgb(245, 244, 244);
  z-index: 9997;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/images/bgmodal.png");
}
#modal-content {
  margin-top: auto;
  z-index: 9997;
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.cta {
  z-index: 9999;
}
#cboxOverlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9988;
  background-color: rgba(0, 0, 0, 0.6);
}
#cboxClose {
  visibility: hidden;
}
#cboxClose::after {
  font-family: Linearicons;
  color: #8d8d8d;
  visibility: visible;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 1px;
  right: 1px;
  content: "\e92a";
  font-size: 38px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 2px;
  z-index: 9999;
  font-weight: 300;
}
.modal-content {
  margin-top: auto;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.modal-content-wrapper {
  margin: 20px auto;
  width: 80%;
}
.modal__sale__top {
  font-size: 17px;
  margin-top: 50px;
  font-weight: normal;
  color: #731982;
}
.modal__sale__about {
  font-style: italic;
  font-size: 12px;
  color: #731982;
}
.menu_top .menu_main .lang .active a,
.main_menu .menu_1 .active_menu1,
.footer .full .active_menu1,
.selectors_sub .active_selector,
.main_menu .selector .active_selector {
  background: #01B4FF;
  border-radius: 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 0 solid transparent;
}
.menu_top .menu_main .logout .elem a span,
.menu_top .menu_main .login .elem a span {
  /*background-image: url(../images/style/login-logout.svg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  /*color: transparent;*/
  display: inline-block;
  /*width: 37px;*/
  /*height: 20px;*/
}
.menu_top .back_arrow {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/arrow_left.svg);
  background-size: cover;
}
.menu_top .menu_btn .img {
  width: 28px;
  height: 28px;
  background-image: url(../images/icons/menu-burger.svg);
  background-size: cover;
}
.main_menu .fixing .menu_1 .elem:not(:first-child) {
  /* border: 1px solid #4de285; */
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  /* border-radius: 5px; */
  margin-right: 5px;
  padding: 2px 10px;
}
.main_menu .selector .elem {
  margin-right: 5px;
  /* border: 0.5px solid #6700a6; */
  border-radius: 8px;
}
.main_menu .selector .active_selector {
  border: 0 solid transparent;
}
.footer .full .fixing .elem {
  border: 1px solid #01B4FF;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  margin-right: 5px;
  padding: 7px 10px;
}
.footer .full .fixing .elem.active_menu1 a span {
  color: #fff;
}
.footer .full .fixing ~ .elem a span {
  font-family: "Play", sans-serif;
  color: #515559;
  text-transform: uppercase !important;
  font-size: 13px !important;
}
.main .main_list .elem .poster .content1-container {
  background: #fff;
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.main .main_list .elem .poster .content1-container .content {
  position: absolute;
  width: 36px;
  left: 7px;
  margin: 0;
  bottom: 8px;
  padding: 0;
  background-color: transparent;
  border: none;
}
#rules p {
  font-size: 13px;
}
#rules p b {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
#rules .main_name p {
  font-size: 18px;
  font-weight: bold;
}
/*.menu_1 .elem.logo {*/
/*  margin-left: 10px;*/
/*}*/
@media only screen and (min-width: 1366px) {
  .menu_main.unactive_menu_main {
    width: 120px;
  }
  .menu_1 .dropdown {
    width: 100%;
    padding-left: 20px;
  }
  .menu_1 .dropbtn {
    display: none;
  }
  .menu_1 .dropdown-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin-left: 15px;
  }
  .menu_top .menu_1 .elem.active_menu1 span {
    color: #01B4FF;
  }
}
.lang {
}

.menu_top .menu_main .lang .active span {
  padding: 5px;
  font-size: 13px;
  color: #fff;
}
.pagination{display:flex;max-width: 29%;margin: 25px auto;}
nav.pagination-row .page-link{
  padding: 0.4rem 0.45rem;
  font-size:15px
}


li.page-item {margin: 0 15px;}
nav.pagination-row {
  width: 100%;
}

nav.pagination-row .page-link {
  color: #01b4ff;
}

nav.pagination-row .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #01B4FF;
  border-color: #01B4FF;
}

.menu_main .menu_items {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.categories {
  display: none;
}

.desktop_menu {
  display: none;
}

.menu_items_separated {
  display: none;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}

.links {
  margin: 15px 0;
}

.links .elem {
  position: relative;
  padding: 8px 12px;
  border-radius: 12px;
}

.links .elem:hover {
  background-color: #eff0f2;
  cursor: pointer;
}

.links .elem span {
  font-size: 14px;
}

.similar-games {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
  justify-content: space-between;
  padding: 20px 0;
}

.similar-game {
  width: 100%;
  max-width: 200px;
  min-width: 100px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.similar-game a {
  text-decoration: none;
}

.similar-game__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-sizing: border-box;
}

.similar-game__info {
  padding: 10px;
}

.similar-game__title {
  font-size: 13px;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  margin: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.similar-game__title:hover {
  color: #007bff;
}

.info_game_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tags_menu_mobile {
  display: none;
}
.tags_menu_desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 10px;
  max-width: 230px;
}

.game-tag {
  display: inline-block;
  padding: 8px 12px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
  text-align: center;
}

.game-tag.active {
  background-color: #1da1f2;
  color: #fff;
}

.game-screenshots {
  position: relative;
  overflow-x: auto;
  display: flex;
  gap: 13px;
  padding-bottom: 10px;
  flex-direction: row;
}

.search_error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15%;
}

.search_error img {
  width: 40px;
}

.search_error p {
  font-size: 20px;
  font-weight: 300;
}


@media only screen and (max-width: 1365px) {
  .menu_1 .dropbtn {
    background-color: #01B4FF;
    border-radius: 24px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    border: none;
  }
  .menu_1 .dropdown {
    position: relative;
    display: inline-block;
  }
  .menu_1 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 19999999;
    border-radius: 24px;
    margin-top: 2px;
  }
  .menu_1 .dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .menu_1 .dropdown-content div:hover,
  .menu_1 .dropdown:hover .dropbtn {
    cursor: pointer;
  }
  .menu_1 .dropdown:hover .dropdown-content {
    display: block;
  }
}
@media only screen and (max-width: 549px) {
  .out_menu {
    top: 122px;
  }
  .similar-games {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  /* .menu_items_separated {
    display: none;
  } */
  /* .menu_top {
    display: flex;
    flex-direction: column;
  } */
  .menu_1 .dropdown {
    position: relative;
    margin: 0 auto 10px;
  }
  .lang {
    display: flex;
    text-align: center;
  }
}

@media only screen and (max-width: 1269px) {
  .desktop-hidden {
    display: none;
  }
  .tags_menu_mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .menu_top .search {
    height: 30px;
    z-index: 1;
  }
  .menu_top .unactive_search {
    margin-left: auto;
    width: 30px;
    /* margin: 5px 5px; */
  }
  .menu_top .menu_main .elem {
    position: relative;
    padding: 12px;
    border-radius: 8px;

    &:hover {
      background-color: #eff0f2;
      cursor: pointer;
    }
  }
  .menu_top .menu_main .elem.active {
    background-color: #eff0f2;
  }
  .menu_top .menu_main .elem.active a svg {
    fill: #01B4FF;
  }
  .menu_top .menu_main .elem a span {
    margin: 0 8px;
  }
  .links {
    margin: 8px 20px 0;
  }
  .menu_top .menu_main .links .elem {
    padding: 8px 12px;
  }
  .menu_top .menu_main .links .elem a span {
    margin: 0;
    font-size: 12px;
  }
  .menu_top .menu_main .elem a svg {
    width: 20px;
  }
  .menu_top .menu_main .elem:after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 9px;
    margin: 16px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /*.safari .menu_top .menu_main .elem:after {*/
  /*  background-image: url(../images/style/right_b.svg);*/
  /*}*/
  /*.other .menu_top .menu_main .elem:after {*/
  /*  background-image: url(../images/style/right_b.svg);*/
  /*}*/
  .menu_top .menu_main .lang .elem:after {
    display: none;
  }
  .menu_top .menu_main .elem a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: rgb(40, 40, 40);
    font-size: 14px;
  }
  .menu_btn {
    /* position: absolute; */
    /*width: 40px;*/
    /*height: 40px;*/
    /* top: 6px;
    left: 4px;
    background-repeat: no-repeat;
    background-position: center center; */
    cursor: pointer;
    z-index: 100;
    /*background-image: url(../images/style/menu.svg);*/
  }
  .menu_top .menu_act {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #00132750;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .menu_top .menu_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
    z-index: 101;
    transition: all 0.3s linear;
    opacity: 0;
  }
  .active_menu_main::-webkit-scrollbar {
    display: none;
  }
  .menu_top .active_menu_main {
    left: 0;
    top: 55px;
    overflow: hidden;
    width: 100vw;
    overflow-y: scroll;
    max-height: 80vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
    opacity: 1;
  }
  .menu_main .menu_items {
    display: none;
  }
  .categories {
    display: block;
    margin: 8px 20px 0;
  }
  .menu_main_mobile {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
  }
  .menu_top .menu_btn {
    /* position: absolute;
    left: -48px; */
    width: 28px;
    height: 28px;
    /* top: 20px;
    background-repeat: no-repeat;
    background-position: center center; */
    cursor: pointer;
  }
}

/* @media only screen and (max-width: 549px){
  .menu_top .menu_btn {
    top: 20px;
  }
} */

@media only screen and (min-width: 1270px) {
  .mobile-hidden {
    display: none;
  }

  .search_form {
    background: #F5F5F5A8;
    border: none;
  }

  .menu_top {
    padding: 20px 40px;
  }

  .menu_1 {
    margin-left: 0;
  }
  
  .menu_1 .elem.logo{
    display: block;
  }

  .menu_top .back_arrow {
      display: none;
  }

  /* Для Chrome, Safari и Opera */
  .block-class::-webkit-scrollbar {
    display: none;
  }

  .slider_left_arrow_container, .slider_right_arrow_container {
    display: flex;
    justify-content: center;
    position: absolute;
    background: #fff;
    width: calc(20% - 12px);
    height: 100%;
    padding: 0 8px;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
  }

  .slider_left_arrow_container {
    left: 0;
  }

  .slider_right_arrow_container {
    right: 0;
  }

  .other .menu_top .menu_btn {
    display: none;
  }
  .menu_items_separated {
    display: none;
  }

  .menu_top .menu_main .links {
    display: none;
  }

  .desktop_menu::-webkit-scrollbar {
    display: none;
  }

  .desktop_menu {
    display: flex;
    position: fixed;
    flex-direction: column;
    top: 90px;
    left: 28px;
    z-index: 99;
    max-width: 230px;
    max-height: 90%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .category_item {
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;

  }

  .category_item svg {
    width: 20px;
  }

  .categories_desktop {
    display: flex;
    flex-direction: column;
  }

  .categories_desktop .elem {
    padding: 12px;
    border-radius: 8px;

    &:hover {
      background-color: #eff0f2;
      color: #636363;
    }
  }

  .categories_desktop .elem.active {
    background-color: #eff0f2;
  }

  .categories_desktop .elem.active svg {
    fill: #01B4FF;
  }

  .menu_act {
    display: none;
  }

  .copyright {
    display: none;
  }

  .hr_header {
    display: none;
  }
}
.err_s.err_auth {
  padding-top: 5px;
}
#resend_code1 {
  font-size: 14px;
  padding: 0 0 15px;
  text-align: center;
  display: none;
  cursor: pointer;
  text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000000;
  }
  .menu_top {
    background-color: #000000;
  }
  .menu_1 .elem.logo .light-logo {
    display: none;
  }
  .menu_1 .elem.logo .dark-logo {
    display: block;
  }
  .search_form {
    background: #1C1C1E;
  }
  .menu_top .search .search_inp {
    color: #FFFFFF;
    background: transparent;
  }
  .menu_top .active_search .search_btn {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
  .other .active_search .search_open {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
  .menu_top .back_arrow, .menu_top .unactive_search .search_open, .menu_top .menu_btn .img {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
  .menu_top .menu_main {
    background-color: #000000;
  }
  .menu_top .menu_main .elem a span {
    color: #FFFFFF;
  }
  .menu_top .menu_main .elem a svg {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
  .menu_top .menu_main .elem:hover {
    background-color: #1c1c1e;
  }
  .copyright {
    color: #fff;
  }
  .links .elem:hover {
    background-color: #1c1c1e;
  }
  .fixing {
    background-color: #000000;
  }
  .main .main_name p, .main .main_name a {
    color: #ffffff;
  }
  .main .main_name p span {
    color: #FFFFFF;
  }
  .main .main_name a span {
    color: #FFFFFF;
  }
  .similar-game__title {
    color: #FFFFFF;
  }
  .main_info .main_about p {
    color: #FFFFFF;
    font-weight: 300;
  }
  .game_info_item {
    color: #ffffff;
  }
  .category_item {
    color: #FFFFFF;
  }
  .categories_desktop .elem:hover {
    background-color: #1c1c1e;
  }
  .categories_desktop .elem.active {
    background-color: #1c1c1e;
  }
  .category_item svg {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
  .game-tag {
    background-color: #1C1C1E;
    color: #FFFFFF;
  }
  .search_error img {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
  .search_error p {
    color: #ffffff;
  }
  .popup-overlay {
    background-color: #FFFFFF26;
  }
  .popup-content {
    background-color: #0c0a0a;
  }
  .popup-content p {
    color: #ffffff;
  }
  .confirm-or-cancel button {
    background: transparent;
    color: #ffffff;
  }
}