@import url(https://fonts.googleapis.com/css2?family=Rubik&display=swap);
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot);
  src: url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix)
      format("embedded-opentype"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff)
      format("woff"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf)
      format("truetype"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot);
  src: url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff)
      format("woff"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf)
      format("truetype"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot);
  src: url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix)
      format("embedded-opentype"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff)
      format("woff"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf)
      format("truetype"),
    url(/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome)
      format("svg");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  font-family: Rubik, sans-serif;
  -webkit-appearance: none;
  border-radius: 0 !important;
}
.btn {
  border: 0 !important;
}
body,
html {
  height: 100%;
  min-width: 300px;
}
body {
  background-color: #fcf9fe;
}
a {
  color: #555 !important;
}
a:hover {
  color: #000 !important;
}
.royalSlider {
  position: relative;
  width: 100%;
  max-width: 920px;
  min-width: 300px;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page .contents .content {
  position: relative;
  width: 100%;
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  min-height: 100px;
  margin: 0;
  font-size: 0;
  text-align: center;
  background: #fff;
  padding: 29px 0 16px;
  box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.07);
}
.footer .elem {
  display: inline-block;
  margin: 0 8px 30px;
  font-size: 16px;
}
.footer .elem a {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 16px !important;
  border: 1px solid #58657e;
  line-height: 1;
}
.footer .elem a span {
  color: #58657e;
  text-transform: uppercase;
  font-size: 18px;
}
.footer .elem a:hover {
  color: #fff;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    #998b8a 0,
    rgba(124, 116, 115, 0.99) 31.77%,
    #a49897 60.94%,
    #988d8c 68.75%,
    #7d7271 88.02%
  );
}
.footer .elem a:hover span {
  color: #fff;
}
.footer .elem .link_rules {
  border: none;
}
.gray {
  background: #cdcdcd;
}
.orange {
  background: #00a2f3;
  border-radius: 16px !important;
  text-decoration: none !important;
}
.orange:hover {
  background: #58657e;
}
.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background: #58657e;
  outline: none;  
}
.gray span {
  border: 1px solid #dcdcdc;
  background: #fff;
}
.button {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 1px;
  cursor: pointer;
  text-decoration: none;
}
.button span {
  padding: 8px 18px 5px 18px;
  display: block;
  font-size: 16px;
  color: #fff;
}
.windows {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  text-align: center;
  z-index: 999;
  display: none;
  overflow-y: auto;
}
.windows .window_close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.windows .window {
  position: absolute;
  left: 50%;
}
.windows .window .close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  right: 10px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 99999;
}
.safari .windows .window .close {
  background-image: url(/img/style/close_btn.svg);
}
.other .windows .window .close {
  margin-top: -40px;
  margin-right: -40px;
}
.windows .window h1 {
  font-size: 20px;
  color: #515559;
  font-weight: 400;
  margin: 10px 10px;
  padding: 20px 0 0 0;
}
.window .infos,
.window .inftext,
.window .lgu,
.window .log,
.window .prew,
.window .slk,
.window .subs {
  display: none;
}
.fav,
.fav .subs,
.info,
.info .infos,
.inftext,
.inftext .infot,
.login,
.login .log,
.logout,
.logout .lgu,
.noprew,
.noprew .prew,
.user_k,
.user_k .slk {
  display: block;
}
.inftext .infot p {
  width: 280px;
  line-height: 30px;
  padding: 30px 10px;
  color: #505050;
}
.noprew .text {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.noprew .text p {
  margin: 0 10px;
  color: #505050;
}
.noprew .info {
  position: relative;
  margin: 20px auto;
  padding: 20px 0 0 0;
}
.noprew .info p {
  color: #505050;
}
.slk {
  position: relative;
  width: 290px;
  margin: 0 auto 30px auto;
}
.slk .sel_k p a {
  text-decoration: none;
  color: #505050;
  line-height: 40px;
}
.slk .sel_k p .active {
  font-weight: 700;
}
.window .form-group input {
  height: 50px;
  border: 1px solid #58657e;
  border-radius: 16px !important;
}
.log {
  position: relative;
  width: 435px;
  margin: 0;
  border: 2px solid #00a2f3;
  border-radius: 36px !important;
  z-index: 1;
  background-color: #fff;
}
.log .tab {
  position: relative;
  width: 100%;
  height: 30px;
  font-size: 0;
  text-align: center;
  margin: -15px 0 0 0;
}
.log .tab .elem {
  display: inline-block;
  border: 1px solid #e5eaed;
  width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}
.log .nav-tabs {
  border: none;
}
.log .nav-item.nav-link {
  width: 50%;
  background: #00a2f3;
  color: #fff !important;
  height: 60px;
  line-height: 60px !important;
  padding: 0;
  margin: 0;
}
.log .nav-item.nav-link.active {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #1a2232 !important;
  background: #fff;
}
.log .nav-item.nav-link:first-child {
  border-radius: 36px 0 0 0 !important;
}
.log .nav-item.nav-link:last-child {
  border-radius: 0 36px 0 0 !important;
}
.log .tab .elem:first-child {
  margin: 0 -1px 0 0;
}
.log .tab .elem:last-child {
  margin: 0;
}
.log .tab .active {
  background: #71bf44;
}
.log .tab .elem span {
  font-size: 15px;
}
.log .tab .active span {
  color: #fff;
}
.log .form,
.log .tab_footer,
.log .tab_header {
  position: relative;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.window .forms {
  padding: 0 24px;
}
.log .form i {
  text-align: center;
  display: block;
  margin: -5px 0 0 0;
  padding: 0 0 10px 0;
}
.log .tab_footer {
  padding: 15px 0 0 0;
}
.log .form i,
.log .tab_footer p,
.log .tab_header p {
  color: #656565;
  font-size: 11px;
  font-style: italic;
  margin: 0 10px;
}
.log .form p {
  color: #515559;
  font-size: 13px;
  font-style: normal;
  margin: 0 10px;
}
.window .forms .btn {
  position: relative;
  height: 50px;
  line-height: 50px !important;
  padding: 0;
  margin: -5px auto -20px auto;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  background: linear-gradient(
    90deg,
    #998b8a 0,
    rgba(124, 116, 115, 0.99) 31.77%,
    #a49897 60.94%,
    #988d8c 68.75%,
    #7d7271 88.02%
  );
  display: block;
  margin-bottom: 10px;
}
.window .forms .btn:hover {
  font-weight: 600;
}
.log .form h1 {
  font-weight: 400;
  font-size: 15px;
  margin: 5px 0;
}
.log .form .loginbtn {
  width: 100px;
  text-decoration: none;
  color: #515559;
  height: 30px;
  padding: 7px 10px 5px 10px;
  background: #fda103;
  background: -moz-linear-gradient(left, #fda103 0, #fde103 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fda103),
    color-stop(100%, #fde103)
  );
  background: -webkit-linear-gradient(left, #fda103 0, #fde103 100%);
  background: -o-linear-gradient(left, #fda103 0, #fde103 100%);
  background: -ms-linear-gradient(left, #fda103 0, #fde103 100%);
  background: linear-gradient(to right, #fda103 0, #fde103 100%);
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.menu_top {
  position: relative;
  width: 100%;
  height: 122px;
  margin: 0;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}
.menu_container {
  width: 100%;
  padding: 0 15px;
}
.menu_top_container {
  height: 122px;
}
.menu_top .input-group input {
  background: #fff;
  border: 2px solid #58657e;
  border-radius: 16px !important;
  max-width: 643px;
}
.menu_top .input-group-append .btn {
  background: 0 0;
  position: absolute;
  right: 0;
  padding: 0 15px;
  color: #58657e;
  z-index: 100;
}
.menu_top .input-group-append .btn:hover {
  color: #00a2f3;
}
.main_slider {
  filter: drop-shadow(0 16px 4px rgba(0, 0, 0, 0.25));
  border-radius: 16px !important;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50% !important;
  background: #00a2f3;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #58657e;
}
.main_menu {
  position: relative;
  width: 100%;
  font-size: 0;
  z-index: 1;
  text-align: left;
}
.main_menu .menu_1 .elem {
  display: inline-block;
  text-align: center;
}
.main_menu .menu_1 .elem:not(:last-child) {
  margin: 5px 12px 0 0;
}
.main_menu .menu_1 .elem a {
  text-decoration: none;
}
.main_menu .menu_1 .elem a span {
  color: #515559;
  padding: 8px 16px;
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #58657e;
  border-radius: 16px !important;
}
.main_menu .menu_1 .elem:hover a span {
  color: #fff;
  background: linear-gradient(
    90deg,
    #998b8a 0,
    rgba(124, 116, 115, 0.99) 31.77%,
    #a49897 60.94%,
    #988d8c 68.75%,
    #7d7271 88.02%
  );
  font-weight: 600;
}
.card-img-top {
  border-radius: 8px !important;
}
.main_menu .menu_1 .active_menu1 a span,
.main_menu .menu_1 .active_menu1:hover a span {
  color: #fff;
  background: linear-gradient(
    90deg,
    #998b8a 0,
    rgba(124, 116, 115, 0.99) 31.77%,
    #a49897 60.94%,
    #988d8c 68.75%,
    #7d7271 88.02%
  );
  font-weight: 600;
}
.slider {
  background-color: #fff;
}
.slider img {
  display: block;
  width: 100%;
}
.slider p {
  display: none !important;
}
.slider p span {
  margin: 0 10px;
}
.slider a {
  color: #515559;
  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(/img/style/slider_btn_l.svg);
}
.other .slider_btn_left {
  background-image: url(/img/style/slider_btn_l.png);
}
.safari .slider_btn_left:hover {
  background-image: url(/img/style/slider_btn_l_h.svg);
}
.other .slider_btn_left:hover {
  background-image: url(/img/style/slider_btn_l_h.png);
}
.slider_btn_right {
  right: 0;
  background-position: center center;
}
.safari .slider_btn_right {
  background-image: url(/img/style/slider_btn_r.svg);
}
.other .slider_btn_right {
  background-image: url(/img/style/slider_btn_r.png);
}
.safari .slider_btn_right:hover {
  background-image: url(/img/style/slider_btn_r_h.svg);
}
.other .slider_btn_right:hover {
  background-image: url(/img/style/slider_btn_r_h.png);
}
.slider_btn {
  height: 300px;
  top: 35px;
}
.rsBullets {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
  text-align: center;
}
.rsBullets {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
  text-align: center;
}
.rsBullets .rsBullet {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: rgba(190, 190, 190, 0.5);
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.rsBullets .rsNavSelected {
  background-color: rgba(0, 0, 0, 0.5);
}
.main {
  position: relative;
  width: 100%;
  background-color: transparent;
}
.main .main_name {
  position: relative;
  width: 100%;
  min-height: 24px;
  padding: 10px 0 0 0;
  z-index: 0;
}
.main .main_name a,
.main .main_name span {
  text-align: left;
  text-decoration: none;
}
.main .main_name a span,
.main .main_name span {
  color: #414141;
  font-size: 1.1rem;
  font-weight: 400;
}
.main .main_name .bio {
  cursor: pointer;
}
.main .main_name a span {
  border-bottom: 1px solid #515559;
}
.main_fragment {
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #515559;
}
.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;
  border-top: 1px solid #e5eaed;
}
.main_info {
  padding: 1px 0;
  margin: 20px auto !important;
}
.main_info_author {
  font-size: 24px;
  line-height: 28px;
}
.main_info_author > div > div {
  margin: 15px 0;
}
.all_link {
  position: absolute;
  background: #fff;
  border: 2px solid #58657e;
  text-transform: lowercase;
  font-size: 20px;
  line-height: 24px;
  color: #58657e !important;
  top: 50%;
  left: 95%;
  right: auto;
  padding: 8px 16px;
  border-radius: 16px !important;
  z-index: 20;
}
.all_link:hover {
  color: #fff !important;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    #998b8a 0,
    rgba(124, 116, 115, 0.99) 31.77%,
    #a49897 60.94%,
    #988d8c 68.75%,
    #7d7271 88.02%
  );
  text-decoration: none;
}
.bios {
  padding: 10px 0 !important;
  margin: 0 auto !important;
  background: #f9fbfc;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 70%, #f9fbfc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, #fff),
    color-stop(100%, #f9fbfc)
  );
  background: -webkit-linear-gradient(top, #fff 70%, #f9fbfc 100%);
  background: -o-linear-gradient(top, #fff 70%, #f9fbfc 100%);
  background: -ms-linear-gradient(top, #fff 70%, #f9fbfc 100%);
  background: linear-gradient(to bottom, #fff 70%, #f9fbfc 100%);
  border: 1px solid #e5eaed;
}
.slsl {
  display: none;
}
.main_about .genres a {
  font-size: 16px;
}
.main_about .genres span {
  margin: 5px 10px 0 0;
  display: inline-flex;
  background: #fff;
  padding: 8px 16px;
  border: 1px solid #58657e;
  border-radius: 16px !important;
  line-height: 1;
}
.main_info .main_about p a:hover {
  color: #5b20a0;
}
.main_info .main_about ul {
  margin: 0 20px;
  list-style-type: none;
}
.main_about .img-fluid {
  border-radius: 16px !important;
}
.main_about .author_link {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
  color: #181a1e !important;
}
.main_about h5.title {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 14px;
}
.main_about h5.subtitle {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 16px;
}
.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;
}
.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 #e5eaed;
  height: 30px;
  line-height: 30px;
  margin: 0 -1px 0 0;
  padding: 0 5px;
  cursor: pointer;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #dfdfdd 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(100%, #dfdfdd)
  );
  background: -webkit-linear-gradient(top, #fff 0, #dfdfdd 100%);
  background: -o-linear-gradient(top, #fff 0, #dfdfdd 100%);
  background: -ms-linear-gradient(top, #fff 0, #dfdfdd 100%);
  background: linear-gradient(to bottom, #fff 0, #dfdfdd 100%);
}
.main_info .sezon_change .sezons .active_sezon {
  background: #fede03;
  background: -moz-linear-gradient(top, #fede03 0, #ffa403 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fede03),
    color-stop(100%, #ffa403)
  );
  background: -webkit-linear-gradient(top, #fede03 0, #ffa403 100%);
  background: -o-linear-gradient(top, #fede03 0, #ffa403 100%);
  background: -ms-linear-gradient(top, #fede03 0, #ffa403 100%);
  background: linear-gradient(to bottom, #fede03 0, #ffa403 100%);
}
.main_info .sezon_change .sezons .elem:last-child {
  margin: 0;
}
.main_info .sezon_change .sezons .elem a span {
  color: #515559;
}
.audio_info {
  display: none;
}
.audio_active {
  display: block;
}
.links2 {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 5px 0;
  line-height: 30px;
  border-top: 1px solid #e5eaed;
}
.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 .next2 .btn,
.links2 .next2 a,
.links2 .next2 label,
.links2 .prew2 a {
  margin: 0 5px;
  color: #4a2910;
  background-color: transparent;
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
}
.links2 .next2 .input {
  width: 40px;
  height: 18px;
  border: 1px solid #e5eaed;
  color: #4a2910;
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}
.reader p {
  margin: 10px;
}
.new_sbs i {
  color: #656565;
  font-size: 11px;
}
.new_sbs .select_genre {
  position: relative;
  width: 90%;
  height: 30px;
  margin: 20px auto 0 auto;
  overflow: hidden;
  background-color: #fff;
}
.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(/img/style/bottom_b.png);
  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 .text {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin: 5px auto -15px auto;
}
.new_sbs .text p {
  color: #656565;
  font-size: 11px;
}
.sends .btn,
.sends .phone,
.sends .select_genre,
.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;
}
.player {
  position: relative;
  width: 96%;
  margin: 40px auto 10px auto;
  background-color: #fff;
  overflow: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border: 1px solid #e5eaed;
}
.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;
  background: green;
}
.player .btn .bg {
  margin: -1px 0 0 0;
  border: 1px solid #e5eaed;
  background: #00ad00;
}
.player .btn .bg span {
  color: #515559;
  text-shadow: #fff4aa 1px 1px 0;
}
.player .btn:active .bg,
.player .controls .elem_active .bg {
  background: #00d800;
}
.player .controls {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e5eaed;
  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(/img/style/player_prew.svg);
}
.other .player .controls .prew .image {
  background-image: url(/img/style/player_prew.png);
}
.safari .player .controls .play .image {
  background-image: url(/img/style/player_play.svg);
}
.other .player .controls .play .image {
  background-image: url(/img/style/player_play.png);
}
.safari .player .controls .pause .image {
  background-image: url(/img/style/player_pause.svg);
}
.other .player .controls .pause .image {
  background-image: url(/img/style/player_pause.png);
}
.safari .player .controls .stop .image {
  background-image: url(/img/style/player_stop.svg);
}
.other .player .controls .stop .image {
  background-image: url(/img/style/player_stop.png);
}
.safari .player .controls .next .image {
  background-image: url(/img/style/player_next.svg);
}
.other .player .controls .next .image {
  background-image: url(/img/style/player_next.png);
}
.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 #e5eaed;
  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: 0 0;
}
.player .range input[type="range"]::-ms-track {
  border-radius: 8px;
  height: 2px;
  border: 1px solid transparent;
  background: #fafafa;
}
.player .range input[type="range"]::-moz-range-track {
  width: 90%;
  height: 2px;
  border: 0 solid #e5eaed;
  background: #fafafa;
  -moz-border-radius: 4px;
}
.player .range input[type="range"] {
  -webkit-appearance: none;
  width: 90%;
  height: 2px;
  border: 0 solid #e5eaed;
  background: #fafafa;
  -webkit-border-radius: 4px;
}
input[type="range"]::-ms-thumb {
  background: #00ad00;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  box-shadow: 0 0 2px #646464;
  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 #646464;
  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 #646464;
  cursor: pointer;
}
.player .list {
  position: relative;
  width: 90%;
  margin: 10px auto;
  background: #fafafa;
  border: 1px solid #e5eaed;
  display: none;
  overflow: hidden;
}
.player .plistactive {
  display: block;
}
.player .list .elem_list {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e5eaed;
  cursor: pointer;
}
.player .list .elem_list:last-child {
  border-bottom: 1px solid transparent;
}
.player .list .elem_list:hover,
.player .list .list_active,
.player .list .list_active:hover {
  background-color: #c7d2da;
}
.player .list .elem_list span {
  line-height: 30px;
  margin: 0 0 0 10px;
  color: #777;
}
.player .list .list_active span {
  color: #515559;
}
.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: #ffb000;
  text-shadow: -1px 1px 2px #000;
}
.player .plistcontrol {
  position: relative;
  margin: -1px 0 0 0;
  border-top: 1px solid #e5eaed;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.player .plistcontrol p {
  line-height: 20px;
  color: #c9c9c9;
}
.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 {
  font-style: normal !important;
  font-size: 14px !important;
  color: brown !important;
}
.hid {
  display: none;
}
.id_film {
  display: none;
}
.search_form {
  width: 100%;
  max-width: 643px;
}
.article-info .text img {
  border-radius: 16px !important;
}
.main_about .grid-item,
.main_list .grid-item {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px !important;
  margin-bottom: 30px;
}
.grid-item,
.grid-sizer {
  width: 201px;
}
.gutter-sizer {
  width: 50px;
}
.main_about .grid-item .poster,
.main_list .grid-item .poster,
.swiper-slide.width-165 a {
  display: block;
  height: 259px;
  overflow: hidden;
}
.main_menu .selector .active_selector a span {
  color: #fff !important;
  background: linear-gradient(
    90deg,
    #998b8a 0,
    rgba(124, 116, 115, 0.99) 31.77%,
    #a49897 60.94%,
    #988d8c 68.75%,
    #7d7271 88.02%
  );
  border-radius: 16px !important;
  font-weight: 600;
  height: 35px;
  display: block;
  padding-right: 0;
  padding: 0 15px;
}
@media only screen and (min-width: 767px) {
  .windows .info {
    border-top: 1px solid #e5eaed;
    padding: 20px 0 0 0;
  }
  .fav .window {
    width: 450px;
  }
  .info .window {
    width: 500px;
  }
  .login .window {
    width: auto;
  }
  .logout .window {
    width: 350px;
  }
  .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 {
    margin: 0 15px;
  }
  .info .window .full_info a {
    color: #646464;
    font-family: Arial;
  }
  .info .window .full_info a:hover {
    color: #ed7703;
  }
  .info .window .full_info .desk {
    margin: 10px;
    width: 480px;
    height: 64px;
    overflow: hidden;
    background: #e9e5de;
  }
  .info .window .full_info .desk:after {
    content: "  ...";
    position: absolute;
    right: 5px;
    bottom: 0;
    padding: 0 10px 0 40px;
    background: #e9e5de;
    background: -moz-linear-gradient(
      left,
      rgba(240, 240, 240, 0) 0,
      #e9e5de 20%,
      #e9e5de 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(240, 240, 240, 0)),
      color-stop(20%, #e9e5de),
      color-stop(100%, #e9e5de)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(240, 240, 240, 0) 0,
      #e9e5de 20%,
      #e9e5de 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(240, 240, 240, 0) 0,
      #e9e5de 20%,
      #e9e5de 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(240, 240, 240, 0) 0,
      #e9e5de 20%,
      #e9e5de 100%
    );
    background: linear-gradient(
      to right,
      rgba(240, 240, 240, 0) 0,
      #e9e5de 20%,
      #e9e5de 100%
    );
    color: #777;
    font-size: 13px;
    line-height: 20px;
  }
  .info .window .full_info .desk p {
    padding: 10px;
    font-family: Arial;
  }
  .info .window .buttons {
    margin: 0 0 9px 0;
  }
  .fav .window .subs {
    margin: 0 0 20px 0;
  }
  .page .contents {
    padding-bottom: 100px;
  }
  .fixing {
    position: relative;
    width: 98%;
    min-width: 300px;
    max-width: 920px;
    margin: 0 auto;
  }
  .menu_top .menu_main {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .menu_act,
  .menu_btn,
  .menu_top .menu_main .lang a span:last-child,
  .menu_top .menu_main .links {
    display: none;
  }
  .menu_top .menu_main .login,
  .menu_top .menu_main .logout {
    cursor: pointer;
  }
  .menu_top .menu_main .login .elem,
  .menu_top .menu_main .logout .elem {
    height: 40px;
    line-height: 40px;
  }
  .menu_top .menu_main .login .elem a,
  .menu_top .menu_main .logout .elem a {
    text-decoration: none;
  }
  .menu_top .menu_main .login .elem a span,
  .menu_top .menu_main .logout .elem a span {
    padding: 5px 10px 5px 10px;
  }
  .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: #f2f2f5;
    margin: -1px 0 0 0;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
  }
  .menu_top .menu_main .logout .elem .active {
    height: auto;
  }
  .menu_top .menu_main .logout .elem .user a {
    line-height: 40px;
    margin: 0;
    padding: 0;
  }
  .menu_top .menu_main .logout .elem .user a span {
    display: inline-block;
    background: 0 0;
    margin: 0 10px;
    padding: 0;
  }
  .menu_top .menu_main .lang {
    margin: 0 0 0 10px;
  }
  .menu_top .menu_main .lang .elem {
    display: inline-block;
    margin: 0 0 10px 0;
    height: 40px;
    width: 20px;
    cursor: pointer;
    text-align: right;
  }
  .menu_top .menu_main .lang .elem a {
    text-decoration: none;
    line-height: 40px;
    font-size: 13px;
    color: #515559;
  }
  .menu_top .menu_main .lang .active a {
    text-decoration: none;
    line-height: 40px;
    font-size: 13px;
    color: #00a2f3 !important;
  }
  .menu_top .search {
    position: absolute;
    width: 290px;
    height: 30px;
    top: 5px;
    left: 10px;
  }
  .menu_top .search .search_inp {
    position: absolute;
    width: 100%;
    height: 30px;
    background: #fff;
    z-index: 0;
    font-size: 13px;
    padding: 0 10px;
  }
  .menu_top .search .search_btn {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 3px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    right: -10px;
    z-index: 1;
  }
  .safari .menu_top .search .search_btn {
    background-image: url(/img/style/search.svg);
    background-size: 18px;
  }
  .other .menu_top .search .search_btn {
    background-image: url(/img/style/search.png);
  }
  .menu_top .logo {
    display: none;
  }
  .main_menu .elem:first-child img {
    display: block;
    width: 100%;
    margin: 0;
  }
  .main_menu .menu_1 .elem a {
    line-height: 38px;
  }
  .main_menu .menu_1 .elem a span {
    font-size: 15px;
  }
  .main_menu .menu_1 .elem {
    height: 40px;
  }
  .main_menu .selector {
    position: relative;
    text-align: left;
  }
  .main_menu .selector .elem {
    display: inline-block;
    height: 37px;
    line-height: 35px;
    margin: 5px 0;
    text-align: left;
    padding: 0 15px;
    cursor: pointer;
  }
  .main_menu .selector .elem a {
    text-decoration: none;
  }
  .main_menu .selector .elem a span {
    font-size: 16px;
    color: #515559;
  }
  .main_menu .selector .unactive a span {
    color: #dbdbdb;
    cursor: default;
  }
  .slider {
    position: relative;
    margin: 10px auto -1px auto;
    border: 1px solid #e5eaed;
  }
  .main {
    margin: 0 0 20px -1px;
  }
  .main .main_list {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 0;
    text-align: center;
  }
  .main .main_list .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 22%;
    min-width: 190px;
    margin: 0 5px;
    font-size: 13px;
  }
  .main .main_list .faved {
    background-color: #fff;
  }
  .main .main_list .elem .poster {
    position: relative;
    width: 96%;
    margin: 10px 2%;
    text-align: center;
  }
  .main .main_list .elem .poster img {
    display: inline-block;
    max-width: 95%;
    z-index: 0;
  }
  .main .main_list .elem span {
    color: #777;
    margin: 2px 20px;
    font-size: 15px;
    line-height: 20px;
    cursor: default;
    display: block;
  }
  .main .main_list .elem h2 {
    margin: 2px 20px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #515559;
  }
  .main .main_list .elem h3 {
    color: #777;
    margin: 2px 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  .main .main_list .elem h1 {
    display: none;
  }
  .main .main_list .elem .elem_hidden {
    display: none;
  }
  .main_info .prewfull .info {
    overflow: hidden;
  }
  .main .main_list .elem .elem_btn,
  .main_info .prewfull .poster .tofav {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 2;
  }
  .main .main_list .elem .toinfo {
    display: none;
    top: 0;
    left: 0;
  }
  .main .main_list .elem .tofav,
  .main_info .prewfull .poster .tofav {
    bottom: 0;
    right: 0;
    display: none;
  }
  .main .main_list .elem .elem_btn .image,
  .main_info .prewfull .poster .tofav .icon {
    position: absolute;
    width: 30px;
    height: 57px;
    background: #c9c9c9;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0, #bababa 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #dbdbdb),
      color-stop(100%, #bababa)
    );
    background: -webkit-linear-gradient(top, #dbdbdb 0, #bababa 100%);
    background: -o-linear-gradient(top, #dbdbdb 0, #bababa 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0, #bababa 100%);
    background: linear-gradient(to bottom, #dbdbdb 0, #bababa 100%);
    cursor: pointer;
  }
  .main .main_list .elem .toinfo .image {
    top: -19px;
    left: -6px;
  }
  .main .main_list .elem .toinfo .image:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 1px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .safari .main .main_list .elem .toinfo .image:after {
    background-image: url(/img/style/info.svg);
  }
  .other .main .main_list .elem .toinfo .image:after {
    background-image: url(/img/style/info.png);
  }
  .main .main_list .elem .tofav .image,
  .main_info .prewfull .poster .tofav .icon {
    top: 3px;
    left: 17px;
  }
  .main .main_list .elem .tofav .image:after,
  .main_info .prewfull .poster .tofav .icon:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .safari .main .main_list .elem .tofav .image:after,
  .safari .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(/img/style/fav.svg);
  }
  .other .main .main_list .elem .tofav .image:after,
  .other .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(/img/style/fav.png);
  }
  .safari .main .main_list .elem:hover .tofav .image:after,
  .safari .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(/img/style/unfav.svg);
  }
  .other .main .main_list .elem:hover .tofav .image:after,
  .other .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(/img/style/unfav.png);
  }
  .main .main_list .faved .elem_btn .image,
  .main_info .prewfull .faved .tofav .icon {
    background-color: #f8cd3e;
    background: #f7cc3d;
  }
  .safari .main .main_list .faved .tofav .image:after,
  .safari .main_info .prewfull .faved .tofav .icon:after {
    background-image: url(/img/style/unfav.svg);
  }
  .other .main .main_list .faved .tofav .image:after,
  .other .main_info .prewfull .faved .tofav .icon:after {
    background-image: url(/img/style/unfav.png);
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 20px auto;
  }
  .main_info .prewfull .poster {
    position: relative;
    width: 32%;
    left: -9px;
    text-align: center;
    background-color: #282828;
  }
  .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: #282828;
  }
  .main_info .prewfull .image {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    overflow: hidden;
    text-align: center;
  }
  .main_info .prewfull .image img {
    display: inline-block;
    height: 100%;
  }
  .main_info .prewfull .imageposter img {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.2;
    width: 200%;
    height: auto;
    margin: -100% 0 0 -100%;
  }
  .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: #fff;
    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: transparent;
    width: 100%;
    margin: 0;
    border: none;
  }
  .main .book .foto {
    position: relative;
    width: 30%;
    margin: 0 0 0 -9px;
    padding: 10px 0;
    background-color: #e5eaed;
  }
  .main .book .foto:after {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(/img/style/corenr_l_w.png);
    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: #fff;
    background: -moz-linear-gradient(top, #fff 70%, #f9fbfc 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, #fff),
      color-stop(100%, #f9fbfc)
    );
    background: -webkit-linear-gradient(top, #fff 70%, #f9fbfc 100%);
    background: -o-linear-gradient(top, #fff 70%, #f9fbfc 100%);
    background: -ms-linear-gradient(top, #fff 70%, #f9fbfc 100%);
    background: linear-gradient(to bottom, #fff 70%, #f9fbfc 100%);
    border: 1px solid #e5eaed;
  }
  .main .book .text_fotos {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0;
    background: #fafafa;
  }
  .main .book .text_fotos span {
    color: #777;
  }
  .main .human {
    background-color: #fff;
    width: 100%;
    margin: 0;
    border: none;
  }
  .main .human .foto {
    position: relative;
    width: 20%;
    margin: 0 0 0 -9px;
    padding: 10px 0;
    background-color: #e5eaed;
  }
  .main .human .foto:after {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(/img/style/corenr_l_w.png);
    bottom: -9px;
    left: 0;
  }
  .main .human .foto img {
    display: block;
    width: 92%;
    margin: 0 4%;
  }
  .main .human .text {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fff 50%, #e5ebee 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(50%, #fff),
      color-stop(100%, #e5ebee)
    );
    background: -webkit-linear-gradient(top, #fff 0, #fff 50%, #e5ebee 100%);
    background: -o-linear-gradient(top, #fff 0, #fff 50%, #e5ebee 100%);
    background: -ms-linear-gradient(top, #fff 0, #fff 50%, #e5ebee 100%);
    background: linear-gradient(to bottom, #fff 0, #fff 50%, #e5ebee 100%);
    border: 1px solid #e5eaed;
  }
  .main .human .text_fotos {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0;
    background: #fafafa;
  }
  .main .human .text_fotos span {
    color: #777;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer .elem a {
    padding: 4px 8px;
  }
  .menu_top .logo img {
    height: 30px;
    margin-right: 5px;
  }
  .grid {
    width: 100% !important;
  }
  .grid-item,
  .grid-sizer {
    width: 25%;
  }
  .gutter-sizer {
    width: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .noprew .window {
    width: 295px;
  }
  .menu_top {
    height: 86px;
  }
  .grid-item,
  .grid-sizer {
    width: 44%;
  }
  .gutter-sizer {
    width: 6%;
  }
  .main_about .grid-item .poster,
  .main_list .grid-item .poster,
  .swiper-slide.width-165 a {
    height: 200px;
  }
  .swiper-slide.width-165 .mt-1 {
    width: 77% !important;
    left: 0 !important;
  }
  .swiper-slide.width-165 {
    margin-right: 1px !important;
  }
  .main_menu .selector .active_selector a span {
    height: 30px;
  }
  #menu {
    z-index: 100;
  }
  .menu_top .logo_mobile img {
    max-width: 147px;
  }
  .menu_container {
    padding: 30px 15px;
  }
  .noprew .info {
    border-top: 1px solid #e5eaed;
  }
  .fav .window .subs {
    margin: 0 0 20px 0;
  }
  .fav .window h1 {
    padding: 20px;
  }
  .fav .window {
    width: 294px;
  }
  .logout .window {
    width: 294px;
    padding: 0 0 30px 0;
  }
  .page .contents {
    padding-bottom: 55px;
  }
  .menu_top .menu_act {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(40, 40, 40, 0.6);
  }
  .menu_top .menu_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: -40px;
    background-color: #f2f2f5;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .safari .menu_top .menu_btn {
    background-image: url(/img/style/menu.svg);
  }
  .other .menu_top .menu_btn {
    background-image: url(/img/style/menu.png);
  }
  .menu_top .menu_main {
    position: absolute;
    width: 220px;
    margin: 0 0;
    background-color: #f2f2f5;
    z-index: 1;
    z-index: 101;
    -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;
  }
  .menu_top .unactive_menu_main {
    left: -220px;
  }
  .menu_top .active_menu_main {
    left: 0;
  }
  .menu_top .menu_main .lang a span:first-child {
    display: none;
  }
  .menu_top .menu_main .lang .active a span {
    color: #5b20a0 !important;
  }
  .menu_top .menu_main .elem {
    position: relative;
    width: 220px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5eaed;
  }
  .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;
  }
  .active_menu_main .lang .elem:last-child:after {
    display: none;
  }
  .safari .menu_top .menu_main .elem:after {
    background-image: url(/img/style/right_b.svg);
  }
  .other .menu_top .menu_main .elem:after {
    background-image: url(/img/style/right_b.png);
  }
  .menu_top .menu_main .elem a {
    display: block;
    text-decoration: none;
  }
  .menu_top .menu_main .login a,
  .menu_top .menu_main .logout a {
    color: #2b9a22 !important;
  }
  .menu_top .menu_main .logout a span:last-child {
    display: none;
  }
  .menu_top .menu_main .elem a {
    margin: 0 20px;
    color: #515559;
  }
  .menu_top .search {
    position: absolute;
    right: 0;
    height: 30px;
    z-index: 1;
  }
  .menu_top .unactive_search {
    width: 30px;
    margin: 5px 5px;
  }
  .menu_top .unactive_search .search_btn,
  .menu_top .unactive_search .search_inp {
    display: none;
  }
  .menu_top .unactive_search .search_open {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .safari .menu_top .unactive_search .search_open {
    background-image: url(/img/style/search.svg);
  }
  .other .menu_top .unactive_search .search_open {
    background-image: url(/img/style/search.png);
  }
  .menu_top .active_search .search_open {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    right: -35px;
    top: 0;
    cursor: pointer;
  }
  .safari .active_search .search_open {
    background-image: url(/img/style/right.svg);
  }
  .other .active_search .search_open {
    background-image: url(/img/style/right.png);
  }
  .menu_top .active_search {
    width: auto;
    left: 40px;
    right: 40px;
    top: 5px;
  }
  .menu_top .active_search .search_inp {
    position: absolute;
    width: 100%;
    height: 30px;
    background: #fff;
    z-index: 0;
    text-align: center;
    font-size: 13px;
  }
  .menu_top .active_search .search_btn {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 3px;
    right: 3px;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .safari .menu_top .active_search .search_btn {
    background-image: url(/img/style/search.svg);
  }
  .other .menu_top .active_search .search_btn {
    background-image: url(/img/style/search.png);
  }
  .menu_top .logo {
    position: absolute;
    width: 132px;
    height: 30px;
    top: 5px;
    left: 50%;
    text-align: center;
    margin: 0 0 0 -66px;
    z-index: 0;
  }
  .menu_top .logo img {
    display: block;
    width: 100%;
    margin: 0;
  }
  .menu_top .logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    line-height: 30px;
  }
  .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 .selector {
    position: relative;
    width: 100%;
  }
  .main_menu .unactive_selectors.author {
    padding: 15px 0 10px 0 !important;
  }
  .menu_1 {
    text-align: center;
    border-bottom: 1px solid #e5eaed;
  }
  .main_menu .selector_btn {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
  }
  .safari .main_menu .unactive_selectors .selector_btn {
    background-image: url(/img/style/bottom_b.svg);
  }
  .other .main_menu .unactive_selectors .selector_btn {
    background-image: url(/img/style/bottom_b.png);
  }
  .safari .main_menu .active_selectors .selector_btn {
    background-image: url(/img/style/top_b.svg);
  }
  .other .main_menu .active_selectors .selector_btn {
    background-image: url(/img/style/top_b.png);
  }
  .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;
    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: 0 20px;
  }
  .main_menu .selector .unactive a span {
    color: #dbdbdb;
  }
  .main_menu .selector .name a span {
    font-weight: 700;
  }
  .slider {
    margin: 5px auto -5px auto;
  }
  .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;
  }
  .main .main_name {
    padding: 10px 0;
  }
  .main .main_name a span {
    border-bottom: 1px solid #515559;
  }
  .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;
  }
  .main .dot {
    text-align: center;
  }
  .safari .main .dot {
    background-image: url(/img/style/dotted.svg);
  }
  .other .main .dot {
    background-image: url(/img/style/dotted.png);
  }
  .safari .main .str {
    background-image: url(/img/style/stringed.svg);
  }
  .other .main .str {
    background-image: url(/img/style/stringed.png);
  }
  .main .dotted {
    text-align: center;
    font-size: 0;
    padding: 0 0 20px 0;
    animation: fadeInAnimation ease 4.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  .main .dotted .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40%;
    margin: 10px 2%;
    font-size: 13px;
  }
  .main .dotted .faved {
    background-color: #fff;
  }
  .main .dotted .elem .poster {
    position: relative;
    width: 96%;
    margin: 10px 2%;
    text-align: center;
  }
  .main .dotted .elem .poster img {
    display: inline-block;
    max-width: 90%;
    z-index: 0;
  }
  .main .dotted .elem_name {
    text-align: left;
    min-height: 95px;
  }
  .main .dotted .elem span {
    color: #515559;
    margin: 2px 10px;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
  }
  .main .dotted .elem h2 {
    margin: 2px 10px;
    color: #515559;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
  }
  .main .dotted .elem h1 {
    display: none;
  }
  .main .dotted .elem h3 {
    color: #656565;
    margin: 0 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    cursor: default;
  }
  .main .dotted .elem .elem_hidden,
  .main .dotted .elem .toinfo {
    display: none;
  }
  .main .dotted .elem .elem_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 2;
    bottom: 0;
    z-index: 0;
    right: 0;
  }
  .main .main_list .elem .elem_btn .image {
    position: absolute;
    width: 30px;
    height: 57px;
    top: 3px;
    left: 17px;
    background: #c9c9c9;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0, #bababa 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #dbdbdb),
      color-stop(100%, #bababa)
    );
    background: -webkit-linear-gradient(top, #dbdbdb 0, #bababa 100%);
    background: -o-linear-gradient(top, #dbdbdb 0, #bababa 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0, #bababa 100%);
    background: linear-gradient(to bottom, #dbdbdb 0, #bababa 100%);
    cursor: pointer;
  }
  .main .main_list .elem .tofav .image:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .safari .main .main_list .elem .tofav .image:after {
    background-image: url(/img/style/fav.svg);
  }
  .other .main .main_list .elem .tofav .image:after {
    background-image: url(/img/style/fav.png);
  }
  .safari .main .main_list .elem:hover .tofav .image:after {
    background-image: url(/img/style/unfav.svg);
  }
  .other .main .main_list .elem:hover .tofav .image:after {
    background-image: url(/img/style/unfav.png);
  }
  .main .main_list .faved .elem_btn .image {
    background-color: #f8cd3e;
    background: #f7cc3d;
    background: -moz-linear-gradient(top, #f7cc3d 0, #ed9735 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #f7cc3d),
      color-stop(100%, #ed9735)
    );
    background: -webkit-linear-gradient(top, #f7cc3d 0, #ed9735 100%);
    background: -o-linear-gradient(top, #f7cc3d 0, #ed9735 100%);
    background: -ms-linear-gradient(top, #f7cc3d 0, #ed9735 100%);
    background: linear-gradient(to bottom, #f7cc3d 0, #ed9735 100%);
  }
  .safari .main .main_list .faved .tofav .image:after {
    background-image: url(/img/style/unfav.svg);
  }
  .other .main .main_list .faved .tofav .image:after {
    background-image: url(/img/style/unfav.png);
  }
  .main .stringed {
    text-align: left;
    padding: 0 0 5px 0;
  }
  .main .stringed .elem {
    position: relative;
    width: 96%;
    margin: 10px 2%;
    padding-bottom: 10px;
    height: 110px;
    font-size: 13px;
    overflow: hidden;
  }
  .main .stringed .elem_name a {
    position: absolute;
    height: 100%;
  }
  .main .stringed .faved:first-child {
    border-top: 1px solid #e5eaed;
    padding-top: 10px;
  }
  .main .stringed .faved {
    border-bottom: 1px solid #e5eaed;
  }
  .main .stringed .elem .poster {
    float: left;
    height: 110px;
  }
  .main .stringed .elem .poster img {
    display: block;
    height: 110px;
    z-index: 0;
  }
  .main .stringed .elem_name {
    text-align: left;
    float: left;
  }
  .main .stringed .elem span {
    color: #505050;
    margin: 2px 10px;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
  }
  .main .stringed .elem h1 {
    margin: 2px 10px;
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    font-weight: 400;
    color: #515559;
  }
  .main .stringed .elem h2 {
    margin: 2px 10px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: #515559;
  }
  .main .stringed .elem h3 {
    color: #656565;
    position: absolute;
    bottom: 0;
    margin: 0 10px 10px 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    cursor: default;
  }
  .main .stringed .faved:first-child h3 {
    margin-bottom: 20px;
  }
  .main .stringed .elem .elem_hidden {
    display: none;
  }
  .main .stringed .elem .elem_btn {
    display: none;
  }
  .main_info {
    margin: 0 0 20px 0;
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 10px 0;
    background-color: #282828;
  }
  .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 .book,
  .main .human {
    overflow: auto;
  }
  .main .book .foto,
  .main .human .foto {
    float: left;
    width: 30%;
    margin: 5px 15px 5px 5px;
  }
  .main .book .foto img,
  .main .human .foto img {
    display: block;
    width: 100%;
  }
  .new_sbs .select_genre,
  .new_sbs .text p,
  .new_sbs i {
    display: none;
  }
  .new_sbs .text .iii {
    display: block !important;
    line-height: 40px;
  }
  .article-info .text img {
    display: none;
  }
}
.green_button {
  background-color: #00a2f3;
  padding: 8px 16px;
  border-radius: 16px !important;
  text-transform: uppercase;
}
.green_button:hover {
  background-color: #58657e;
}
.bg-grey {
  background: 0 0;
  color: #fff;
  border-radius: 5px;
}
.grid-item {
  margin-bottom: 20px;
}
.swiper-container-horizontal > .swiper-scrollbar {
  height: 1px !important;
}
.swiper-container {
  white-space: nowrap;
}
.swiper-container.book {
  padding-left: 3px;
  padding-top: 3px;
}
.swiper-container.main_book {
  overflow: visible;
}
.swiper-container.genre_lvl_1 .swiper-slide,
.swiper-container.genre_lvl_2 .swiper-slide {
  width: auto !important;
  margin: 0 30px 0 0;
  padding: 0;
}
.swiper-container.genre_lvl_1 .swiper-slide span,
.swiper-container.genre_lvl_2 .swiper-slide span {
  border: 1px solid #58657e;
  border-radius: 16px !important;
  background: #fff;
  height: 35px;
  padding: 0 15px;
  display: block;
}
.author .swiper-container.genre_lvl_1 .swiper-slide {
  border: none !important;
}
.swiper-slide .truncate-string {
  /* width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  padding: 0 10%;
  text-align: CENTER;
}
.swiper-button-next.small:after,
.swiper-button-prev.small:after {
  font-size: 12px;
}
.swiper-button-next.medium:after,
.swiper-button-prev.medium:after {
  font-size: 20px;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  box-shadow: 0 0 5px 0 #737373;
  background: #ffffff6e;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.mm-navbar,
.mm-panel {
  background: #f2f2f5;
}
.mm-navbar {
  min-height: 50px;
}
.mm-slideout {
  box-shadow: 0 0 10px 0 #d0d0d0;
}
.main_menu .selector.author {
  font-size: 18px;
  color: #58657e;
}
.main_menu .selector.author a {
  background: #fff;
  border: 1px solid #58657e;
  border-radius: 16px !important;
  padding: 8px 16px;
  line-height: 1;
}
.main_menu .selector.author a:hover {
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    #998b8a 0,
    rgba(124, 116, 115, 0.99) 31.77%,
    #a49897 60.94%,
    #988d8c 68.75%,
    #7d7271 88.02%
  );
}
.open-btn {
  background: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  bottom: 20px;
  border: 2px solid #00a2f3;
  border-radius: 16px !important;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease-out 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.swiper-slide.width-165 {
  max-width: 201px;
  margin-right: 30px !important;
  /* background: #fff; */
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  /* border-radius: 8px !important; */
  /* margin-bottom: 5px; */
  background: url(/img/style/template.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
/* .main_about .grid-item .elem_name,
.main_list .grid-item .elem_name,
.swiper-slide.width-165 .mt-1 {
  padding: 0 8px 8px;
  height: 71px;
} */
.swiper-slide.width-165 .mt-1 {
  position: absolute;
  top: 25%;
  width: 100%;
  left: 0;
}
.main_about .grid-item .poster img,
.main_list .grid-item .poster img,
.swiper-slide.width-165 img {
  /* display: none; */
  width: 100%;
  min-height: 100%;
  border-radius: 8px !important;
}
.swiper-slide.width-165:hover {
  background: url(/img/style/template2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.swiper-slide.width-165:hover .open-btn {
  background: #00a2f3;
  color: #fff;
}
.doc-type {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70% !important;
}
.small-grey-text {
  font-size: 9px;
  line-height: 9px;
  color: #58657e;
  margin: 10px;
}
.mm-page.mm-slideout {
  min-height: 100vh;
}
.main_menu:empty {
  display: none;
}
.card {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px !important;
}
.card-body.compilation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: #0000005e;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 8px !important;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  background: 0 0;
  outline: 0;
  color: #00a2f3;
}
.h5,
h5 {
  font-weight: 600;
  margin-top: 40px;
}
h5.rule_title {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 44px;
}
.card-body.compilation:hover {
  background: #00000075;
}
img.book_shadow {
  box-shadow: 0 0 2px 1px #dadada;
}
.blockquote {
  font-size: 1rem;
}
.main .main_about .elem_name,
.main .main_list .elem_name {
  text-align: left;
  min-height: 70px;
  padding: 8px;
}
.main .main_about .elem_name .font-weight-bolder {
  max-height: 42px;
  overflow: hidden;
}
.swiper-slide .font-weight-bolder {
  padding: 0 10%;
  text-align: CENTER;
}
.hide {
  display: none !important;
}
.checker-pop {
  background-color: #fff;
  border-radius: 0 0 50px 50px !important;
  height: 450px;
  max-width: 800px;
  position: absolute;
  width: 100%;
  z-index: 99999999;
  top: -1000%;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.75);
  left: 50%;
  transform: translateX(-50%);
}
.checker-pop.active {
  top: 0;
}
.checker-pop .pop-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
}
.checker-pop .pop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.checker-pop .pop-close:after,
.checker-pop .pop-close:before {
  position: absolute;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #7d7d7d;
}
.checker-pop .pop-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checker-pop .pop-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checker-pop .pop-content .pop-body > div,
.checker-pop .pop-header h2 {
  color: #000;
  text-align: center;
}
.checker-pop .pop-header h2.error {
  color: #da0e17;
}
.checker-pop .pop-header h2.success {
  color: #50ac25;
}
.pop-content {
  padding-top: 5em;
}
#resent_btn {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.check-codes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 2em 1em 0 1em;
}
.check-codes div {
  align-items: center;
  background: #00a5ec;
  border-radius: 50% !important;
  color: #fff;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  font-size: 36px;
  height: 95px;
  justify-content: center;
  width: 95px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.resent-btn {
  border: 3px solid #76b62a;
  border-radius: 666px !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 100;
  padding: 10px 100px;
}
.resent-btn span {
  color: #76b62a;
}

.indo_doc_back {
  height: 350px;
  background: url('/img/style/template.svg') no-repeat top center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indo_doc_back img {
  position: relative;
  width: 60% !important;
  box-shadow: none;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .swiper-slide.width-165 {
    margin-right: -20px !important;
  }
  .doc-type {
    position: absolute;
    top: 0;
    left: 9%;
    width: 60% !important;
  }
  .open-btn {
    left: 35px;
    transform: translate(0, 0);
  }
  .indo_doc_back { 
    width: 200px;
    height: 250px;
    margin: 20px auto 0;
    background: url('/img/style/template.svg') no-repeat top center/contain;
  }
}
