
html {
  scroll-behavior: smooth;
}

body {
  /* background: #292f4a; */
  background: #1b1f31;
  font-size: 14px;
  font-family: 'Raleway', sans-serif !important;
  color: white;
  line-height: 14px;
  font-weight: 500;
}

@font-face {
  font-family: 'iconsfont';
  src: url('/assets/font/iconsfont.eot?78977112');
  src: url('/assets/font/iconsfont.eot?78977112#iefix') format('embedded-opentype'),
       url('/assets/font/iconsfont.woff2?78977112') format('woff2'),
       url('/assets/font/iconsfont.woff?78977112') format('woff'),
       url('/assets/font/iconsfont.ttf?78977112') format('truetype'),
       url('/assets/font/iconsfont.svg?78977112#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?78977112#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconsfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .icon-s::before { content: '\e800';color:#FF9C00; }
.icon-se::before { content: '\e801';color:#FF9C00; }
.icon-sh::before { content: '\f123';color:#FF9C00; }
.icon-bookmark::before { content: '\e802';color:#FF9C00; }
.icon-bookmark-e::before { content: '\f097';color:#FF9C00; } */
.icon-angle-right::before { content: '\f105'; }
.icon-user-o::before { content: '\f2c0'; }

.icon-bookmark:before { content: '\e807';color:#FF9C00; } /* '' */
.icon-bookmark-e:before { content: '\e803';color:#FF9C00; } /* '' */
.icon-se:before { content: '\e804';color:#FF9C00; } /* '' */
.icon-sh:before { content: '\e805';color:#FF9C00; } /* '' */
.icon-s:before { content: '\e806';color:#FF9C00; } /* '' */


*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.nomobilelc{
  display: block;
}
a {
  color: white;
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

section {
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  margin-top: 140px;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 36px;
  line-height: 36px;
  padding: 15px 0;
}

h3 {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 0;
}

.container-0 h2 {
  padding: 30px 30px 0px 30px;
}

a:hover {
  text-decoration: none;
}

input:focus, a:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #868686;
  font-size: 12px;
}

::-moz-placeholder {
  color: #868686;
  font-size: 12px;
}

:-ms-input-placeholder {
  color: #868686;
  font-size: 12px;
}

::-ms-input-placeholder {
  color: #868686;
  font-size: 12px;
}
.profileicon{
  display: none;
}
::placeholder {
  color: #868686;
  font-size: 12px;
}
.profileicon-login a{
  display: inline-flex;
align-items: center;
gap: 16px;
}
.profileicon-login a img{
  border: solid 1.5px #f33;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  padding: 2px;
}

#film-list-1, #film-list-2, #promo-1, #main-slider, #category {
  margin-bottom: 50px;
}

#film {
  margin-bottom: 30px;
}
#film iframe{
  width: 100%;
  min-height: 500px;
}
#breadcrumbs {
  margin-top: 30px;
  margin-bottom: 27px;
}
#bgimg {
  background-image: url(/img/404.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

#section-404 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-404 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

button, a, input {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border: 0;
  font-family: 'Raleway', sans-serif !important;
}
.fix-bottom-menu{
  display: none;
}
header .container {
  padding: 30px;
}

.container {
  width: 100%;
  /* max-width: 1230px; */
  padding: 0 30px;
  margin: 0 auto;
}

.container-0 {
  padding: 0 0px;
}

.container-1 {
  width: 100%;
  max-width: 1141px;
  padding: 0;
  margin: 0 auto;
}
.filters-wrapper .container-1 .filters__tabs__btn {
    padding: 45px 3vw;
}
.catalogcategory{
  display: none;
}
.padding10 {
  padding: 0 10%;
}

.margin10 {
  margin: 0 10%;
}
.font12r{
  font-size: 12px;
}
.font12b {
  font-size: 12px;
  font-weight: bold;
}

.font36b {
  font-size: 36px;
      font-weight: bold;
}

.content {
  overflow: hidden;
}

/* Header */
.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.showmob {
  display: none;
}

.showdesktop {
  display: block;
}

.navbar, .navbar-brand {
  padding: 0;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-link {
  font-size: 14px;
}

.navbar-collapse {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
footer .col-5 {
      justify-content: space-between;
}
.col-5 .col {
  width: 20%;

}
footer .col-5 .col.bigcol{
    width: 40%;
}
footer .col-5 .col.col10p{
    width: 10%;
}
.bigcol .footer-nav{
  display: flex;
      gap: 20px;
          margin-top: 9px;
}
footer .col-5 .col {
  width: 20%;
  min-width: 250px;
}
.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-2 .col {
  width: 50%;
}

/* footer */
.footer-nav li {
  padding: 13px 0;
}

.footer-nav a {
  color: #ffffff80;
  font-weight: 500;
}

.footer-head {
  padding: 8px 0 12px 0;
  font-weight: bold;
  font-size: 16px;
}

.footer-logo {
  min-width: 220px;
}

.footer-copyright {
  color: #ffffff33;
padding: 10% 20% 10% 20%;
  font-size: 10px;
  font-weight: 500;
}

/* breadcrumb */
.breadcrumbs__arrow {
  padding: 0 5px 0 3px;
}

.breadcrumbs__item a, .breadcrumbs__arrow {
  color: #ffffff4d;
  font-weight: 600;
}

.breadcrumb li.active {
  color: white;
  font-weight: 600;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

details::marker {
  display: none;
}

::-webkit-details-marker {
  display: none;
}

.dropdown-menu {
  width: 53px;
  min-width: 0;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: white;
  text-shadow: 0 0 .9px white, 0 0 .9px white, 0 0 .9px white;
}

.navbar-expand-xl .navbar-nav .nav-link.active {
  color: white;
  text-shadow: 0 0 .9px white, 0 0 .9px white, 0 0 .9px white;
}

.mr-right .nav-link {
  color: #ffffff4d;
}

.lang .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.dropdown-item:hover {
  background: #707070;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: #434343;
  border: 0;
}

.nav-item {
  margin-right: 30px;
  font-weight: 500;
}

.nav-item:last-child {
  margin-right: 0;
}

.iconloop {
  display: inline-block;
  background: #292f4a;
  padding: 10.5px 11.5px;
  border-radius: 5px;
}

.iconloop img {
  width: 18px;
}

.button {
  width: 250px;
  height: 50px;
  background: #FF7E00;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #FF7E00;
}

.button:hover {
  background: transparent;
  color: white;
}

.button_300 {
  width: 300px;
  height: 55px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

/* Film Card */
.filmlist .filmlist-wrapper .swiper-slide:first-child {
  margin-left: 30px;
}

.f-card-img .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  /* width: 166px;
height: 263px; */
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  margin: 10px 0 10px 0;
}
.category-grid .f-card-img .image {
  width: 166px;
  height: 263px;
}
.f-card-img .img-hover {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.f-card-img:hover .image {
  opacity: 0.5;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.f-card-img:hover .img-hover {
  opacity: 1;
}

.f-card-img .play-img {
  width: 25px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  margin-bottom: 16px;
  margin-top: 60%;
}

.f-card-text a {
  font-weight: bold;
  line-height: 16px;
}

.f-card-subtext {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff33;
    padding: 7px 0;
      line-height: 14px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #2cb5e4;
  cursor: pointer;
  padding: 16px 23px;
  border-radius: 5px;
}

.blue-btn {
  font-size: 12px;
  font-weight: 800;
  max-width: 186px;
  padding: 20px;
  border-radius: 5px;
  background-color: #2cb5e4;
  color: white;
  cursor: pointer;
}

#topBtn:hover {
  background-color: #292f4a;
}

#topBtn img {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-filter: invert(1);
          filter: invert(1);
}

#topBtn:hover img {
  -webkit-filter: unset;
          filter: unset;
}

/* Promotion */
.promolist {
  padding-bottom: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #2b324e;
  opacity: unset;
  background: #1b1f31;
}

.swiper-pagination-bullet-active {
  background: #2b324e;
}

.img-hover object {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

/* returnfilm */
.film-return .img-hover {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.film-return .f-card-img:hover .image {
  opacity: 0.5;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.film-return .f-card-img:hover .img-hover {
  opacity: 1;
}

.film-return .f-card-text {
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-weight: bold;
}

.film-return .filmlist-wrapper .swiper-slide:first-child {
  margin-left: 30px;
}

/* main-slider */
.m-slider-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 10px 0;
}

.swiper-slider-prev, .swiper-slider-next {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 9;
  cursor: pointer;
}

.swiper-slider-prev {
  left: 17%;
}

.swiper-slider-next {
  right: 17%;
}

.main-slider .swiper-slide-prev, .main-slider .swiper-slide-next {
  pointer-events: none;
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}

/* Film page */
.film-bigposter {
  margin-bottom: -11.5%;
  position: relative;
}

.film-bigposter .film-bigposter {
  border-radius: 10px;
}

.poster {
  max-width: 166px;
  border-radius: 10px;
}

.film-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, #1b1f31));
  background: -o-linear-gradient(top, transparent, #1b1f31 55%);
  background: linear-gradient(to bottom, transparent, #1b1f31 55%);
  background: -o-linear-gradient(to bottom, transparent, #1b1f31 55%);
  background: -ms-linear-gradient(to bottom, transparent, #1b1f31 55%);
  position: relative;
}

.f-h-content {
  margin-left: 30px;
}

.btn-watch {
  padding: 22px 59px;
  background-color: #2cb5e4;
  border-radius: 10px;
  font-weight: 800;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-watch img {
  width: 20px;
  margin-right: 9px;
  height: 15px;
}

.btn-smalltr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* padding: 3px 5px 3px 3px; */
  padding: 6px 10px 6px 10px;
  border-radius: 5px;
    line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: #1b1f31 !important;
  font-weight: 500;
}

.btn-smalltr::before {
  content: '';
  margin-right: 7px;
  background-image: url(/img//svg/watch.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  width: 20px;
  height: 17px;
  background-position: center;
}

.btn-fav {
  padding: 20px 55px;
  background-color: transparent;
  font-weight: 700;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color:white;
      cursor: pointer;
}

.btn-fav::before {
  margin-right: 9px;
  font-size: 20px;
      /* transform: scaleY(1.2);
      -webkit-transform: scaleY(1.2);
      -ms-transform: scaleY(1.2); */
}
/* удалить */
.btn-fav img {
  height: 20px;
  margin-right: 9px;
}
.favorit-rate {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 3px 0px 3px;
  border-radius: 5px;
  line-height: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #1b1f31 !important;
  z-index: 2;
  cursor: pointer;
      padding: 0 10px;
}

.favorit-rate::before {
  font-size: 14px;
  /* transform: scaleY(1.2);
  -webkit-transform: scaleY(1.2);
  -ms-transform: scaleY(1.2); */
}

.favor {
  height: 16px;
}

.offav {
  opacity: 0;
  -webkit-transition: none;
-o-transition: none;
transition: none;
}

.f-card-img:hover .offav {
  opacity: 1;
}

.f-h-buttons {
  margin: 10px 0 40px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.rate-text {
  font-weight: 700;
  font-size: 12px;
}

#nav-row .col-5 .col {
  text-align: center;
}

.nav-row {
  background: #292f4a;
  padding: 20px 0;
  border-radius: 5px;
}

#nav-row {
    margin: 70px 0 40px 0;
}

.nav-row a {
  font-size: 12px;
  font-weight: 800;
}

.description-table .row-2 {
  padding: 15px 0;
}

.description-table .param-detail {
  color: white;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.description-table .param-name {
  color: #ffffff4d;
  width: 50%;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.f-d-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-d-col .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-d-col.right .param-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
              line-height: 30px;
}

.f-d-col.right .param-detail {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 30px;
}

.film-description a:hover {
  text-decoration: underline;
}

.description-text {
  margin-top: 50px;
}

.description-text p {
  line-height: 22px;
}

.film-title2 {
  font-size: 36px;
padding: 20px 0 35px 0;
}

.img-actor img {
  border-radius: 50%;
  max-width: 110px;
  max-height: 110px;
}

.actor-name {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  line-height: 16px;
}

#actor-list-1 {
    margin: 50px 0 80px 0;
}

#actor-list-1 .film-title2 {
  padding-bottom: 30px;
}

.shortbtn {
  display: none;
}
#actor-list-1.nomobslider .actor-list .actor-card a.img-actor{
  display: flex;
flex-direction: column;
align-items: center;

}
#actor-list-1.nomobslider .actor-list .swiper-wrapper{
margin-top: 15px;
}
#actor-list-1m {
  display: none;
}

.bigposter {
  border-radius: 10px;
}

/* filter */
.filter {
  background: #292f4a;
  border-radius: 5px;
  margin: 40px 0;
}

.filter a {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-subtitle {
  color: #ffffff80;
  font-weight: 500;
  font-size: 16px;
}

/* category */
.topsort {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* gap: 30px; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
}

.category-grid .film-card {
  width: calc((1141px - 151px)/6);
  position: relative;
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 15px;
}

.category-grid .f-card-text a {
  font-size: 14px;
  line-height: 20px;
}

.category-grid .f-card-text .f-card-subtext {
  line-height: 14px;
  font-size: 10px;
}

.prbanner {
  width: 100% !important;
  text-align: center !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.filmenu {
  width: 16px;
  margin-right: 14px;
  float: left;
  padding: 11px 0px;
}

.film-similar .f-card-img {
  display: block;
  position: relative;
}

/* actor */
.filter a.col::after, .filter a.col2::after {
  content: '';
  background-image: url(/img/svg/arrowright.svg);
  background-repeat: no-repeat;
  width: 6px;
  background-size: contain;
  height: 11px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  margin-left: 14px;
}

.poster-actor {
  max-width: 270px;
  border-radius: 10px;
}

#actor-head {
  margin: 50px 0;
}

.nohead .close-btn.active,.nohead .titlefiltermob{
display: none;
}

.actor-head .a-h-content {
  margin-left: 128px;
}
.a-h-content .description-table .param-name{
      line-height: 14px;
}
.actor-head .btn-fav {
  padding: 0;
}

.actor-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.actor-head .subtitle {
  font-size: 14px;
}

#actor-list .s-subtitle {
  color: #ffffff4c;
  font-size: 14px;
}

.col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col3 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: center;
}

.col3 .search-footer, .col3 form.search-footer input[type=text] {
  background: #343c5e;
  margin-top: 0;
}

.actor-head .description-table {
  border-top: 2px solid #292f4a;
  padding-top: 20px;
}

.actor-head .f-d-col.right .param-detail {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  line-height: 14px;
}

.actor-head .f-h-buttons {
  margin: 40px 0 40px 0;
}

#actor-list #category-sort {
  margin-bottom: 15px;
  margin-top: 15px;
}

#actor-list {
  margin-bottom: 50px;
}

.lh23 {
  line-height: 23px;
}

/* First */
.first {
  padding: 219px 0 217px;
  background: url('../img/bg-1.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.first:after {
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.47);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.offer {
  position: relative;
  z-index: 1;
}

.offer__subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 5px;
}

.offer__title {
  font-weight: 900;
  font-size: 74px;
  line-height: 90px;
  /* identical to box height */
  letter-spacing: 0.05em;
}

.offer__text {
  font-size: 28px;
  line-height: 34px;
  margin: 51px 0 83px;
}

/* Team */
.team {
  padding: 141px 0 100px;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.team__side_1 {
  width: 492px;
}

.caption {
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
}

.team__caption_1 {
  width: 519px;
}

.team__side_2 {
  width: 554px;
}

.team__block_1 {
  margin-bottom: 149px;
}

.team__subtitle {
  margin-bottom: 17px;
}

.team__subtitle_2 {
  margin-top: 63px;
}

.team__subtitle_3 {
  margin-top: 75px;
  width: 377px;
}

.subtitle {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}

.team__side_3 {
  width: 519px;
}

.team__block_2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 223px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-list__item {
  background: #3E3E3E;
  width: 31%;
  padding: 40px 27px 48px 33px;
  margin-bottom: 40px;
}

.img-hover .text {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: 500;
}

.img-hover .text object {
  margin-top: 25%;
}

.team-list__text {
  margin-top: 38px;
}

.features-list {
  list-style: disc;
  margin-left: 20px;
}

/* Presentation */
.presentation__title {
  margin-bottom: 41px;
}

.video {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url('../img/video-1.jpg');
  background-size: cover;
  position: relative;
}

.play {
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.video:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.field-group form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-button-next, .swiper-button-prev {
  top: 35px;
  z-index: 9;
  background: #292f4a;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.arrowbtn {
  height: 20px;
}

#main-slider .arrowbtn {
  height: 24px;
}

.ar-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev {
  right: 60px;
  left: unset;
}

.filmlist .swiper-button-prev {
  right: 90px;
  left: unset;
}

.swiper-button-next {
  right: 0px;
}

.filmlist .swiper-button-next {
  right: 30px;
  left: unset;
}

.filmlist .filmlist-wrapper {
  margin-top: 20px;
}

.film-return .filmlist-wrapper {
  margin-top: 20px;
}

.film-return .swiper-button-prev {
  right: 90px;
  left: unset;
}

.film-return .swiper-button-next {
  right: 30px;
  left: unset;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.film-return .f-card-img .play-img {
  margin-top: calc(50% + 5px);
}

.film-return .f-card-img .image {
  margin: 0;
}

.trailer-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -100%);
}

.trailer-img img {
  width: 51px;
}

.progress-line {
  width: 100%;
  background-color: #292f4a;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bar-line {
  height: 4px;
  background-color: #2cb5e4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.filmlist .f-card-img {
  position: relative;
  display: block;
}

.category-grid .f-card-img {
  position: relative;
  display: block;
}

.thumbstar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background: #1b1f31;
}

/* ФОРМЫ */
.search-footer {
  max-width: 260px;
  padding: 12px 10px 11px 20px;
  border-radius: 5px;
  background: #292f4a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 8px;
}

form.search-footer input[type=text] {
  float: left;
  width: 92%;
  background: #292f4a;
  font-size: 14px;
  font-weight: 500;
  color: white;
  font-family: 'Raleway';
}

form.search-footer button {
  line-height: 0;
  background: transparent;
}

form.search-footer button:hover {
  opacity: .5;
  cursor: pointer;
}

form.search-footer::after {
  content: "";
  clear: both;
  display: table;
}

.search-btn {
  width: 18px;
}

.footer-icon img {
  height: 17px;
}
footer .footer-social {
  padding: 10px 0;
  margin-top: 9px;
}
.footer-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 25px;
}

/* Плеер фильмы */
.film-tab {
  overflow: hidden;
  /* border-bottom: 2px solid #232840; */
  background-color: transparent;
}
.tabbtn{
  float: left;
border-bottom: 2px solid #232840;
width: 640px;
    margin-bottom: 20px;
}
.film-tab button {
  background-color: inherit;
  outline: none;
  cursor: pointer;
  padding: 18px 55px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 12px;
  font-weight: 800;
}

.film-tab button:hover {
  background-color: #232840;
}

.film-tab button.active {
  background-color: #232840;
}

/* Стиль содержимого вкладки */
.film-tabcontent {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px;
}

.film-download {
  border: 1px solid #384166;
  border-radius: 10px;
  padding: 20px 0px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.dwn-poster {
  max-width: 70px;
  border-radius: 5px;
}

.dwn-title p {
  max-width: 70%;
  line-height: 22px;
  font-weight: 500;
}

.dwn-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dwn-title {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.dwn-btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: center;
  border-left: 2px solid #384166;
  min-height: 100px;
  padding: 3% 0;
}

.dwn-btn img {
  width: 38px;
  height: 35px;
}

.btn-claim {
  border-radius: 10px;
  background-color: #ff9c00!important;
  padding: 14px 23px!important;
  font-size: 12px!important;
  font-weight: 800!important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 16px;
  float: right;
  margin: 3px 0;
  color:white!important;
}

.btn-claim img {
  width: 20px;
  height: 16px;
  margin-right: 9px;
}

.film-rate {
  border: none;
  border-radius: 10px;
  padding: 0px 0px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rating span {
  float: right;
  position: relative;
  margin-left: 4px;
}

.rating span:last-child {
  margin-left: 0px;
}

.rating span input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.rating span:hover~span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked~span label {
  -webkit-clip-path: url('#star2');
          clip-path: url('#star2');
}

.d14 {
  height: 20px;
  width: 20px;
  display: block;
  -webkit-clip-path: url('#star');
          clip-path: url('#star');
  background-color: #FF9C00;
}

.torate .d14, .torate span {
  cursor: pointer;
}

.d14.half {
  -webkit-clip-path: url('#star3');
          clip-path: url('#star3');
}

.cardrate {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px;
  border-radius: 5px;
  min-width: 46px;
  line-height: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background-color: #1b1f31 !important;
  justify-content: center;
}
.cardrate::before{
  font-size: 16px;
margin-right: 4px;
/* -webkit-transform: scale(1.0095,.875);
-ms-transform: scale(1.0095,.875);
    transform: scale(1.0095,.875); */
}
/* .cardrate::before {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  background-color: #ff9c00;
  margin-right: 2px;
  -webkit-transform: scale(75%);
      -ms-transform: scale(75%);
          transform: scale(75%);
} */

.rating.norate span {
  pointer-events: none;
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.social-share img {
  height: 26px;
  width: 26px;
}

.rate-star{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
.social-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
#review .container-1 {
  padding-top: 50px;
  border-top: 1px solid #384166;
}

/* поиск форма хедер */
.search-header input[type=text] {
  width: 41px;
  height: 41px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #292f4a;
  background-image: url(/img/svg/fsearch.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  font-weight: 500;
  color: transparent;
  font-family: 'Raleway';
  padding: 10px;
  float: right;
}

.search-header input[type=text]:focus {
  width: 400px;
  color: white;
  background-position: 95% 50%;
}


/* Личный кабинет */
.private-head {
  background-color: #232840;
  border-radius: 5px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-h-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 160px;
}

.p-h-content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 0 40px;
}

.stat-element {
  -webkit-box-flex:4;
      -ms-flex: 4;
          flex: 4;
}

.privat-meta {
  color: #f33;
}

.poster-private {
  border: solid 3px #f33;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  padding: 5px;
}

.icon-detail {
  color: #ffffff4c;
  line-height: 18px;
}

.icon-text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0px;
}

.icon-img {
  margin-bottom: 9px;
}

.p-h-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 0px;
}

.borders {
  position: relative;
}

.borders::before {
  content: '';
  height: 61px;
  width: 1px;
  background-color: #384166;
  position: absolute;
  left: 0px;
  top: calc(50% - 30.5px);
}

.borders::after {
  content: '';
  height: 61px;
  width: 1px;
  background-color: #384166;
  position: absolute;
  right: 0px;
  top: calc(50% - 30.5px);
}

ul.private-menu {
  background-color: transparent;
  border-bottom: 2px solid #232840;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.private-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  padding:10px 30px;
  font-size: 12px;
  font-weight: 800;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul.private-menu li.mobexit{
  display: none;
}

ul.private-menu li.active {
  background-color: #232840;
}
/* ul.private-menu li.label-new-p{
  padding: 10px 50px 10px 30px;
} */
ul.private-menu li.label-new-p a {
  position: relative;
}

ul.private-menu li.label-new-p a::after {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #ff9c00;
  position: absolute;
  right: -20px;
  bottom: calc(50% - 6px);
  border-radius: 50%;
}
.longmark .link-bookmark2{
  height: 98px;
display: flex;
align-items: center;
}
.bookmarks-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.bs-left {
  max-width: 167px;
  width: 167px;
}

.bookmark-list {
  margin-bottom: 2px;
  box-shadow:inset 0 0 0 1px #232840;
  font-weight: bold;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.bookmark-list.active {
  background-color: #2cb5e4;
  box-shadow: none;
}

.bookmark-list .opt-btn {
  /* padding: 11px; */
  background-color: #232840;
  cursor: pointer;
  line-height: 1;
  width: 40px;
  height: 40px;
}

.bookmark-list.active .opt-btn {
  background-color: #2fc5f7;
}
.bookmark-list .point-3{
    padding-left: 2px;
    background-color: #232840;
    padding-right: 2px;
    background-image: url(/img/svg/3dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4px auto;
    width: 8px;
    height: 40px;
}
.bookmark-list.active .point-3{
  background-color: #2fc5f7;
  background-image: url(/img/svg/3white.svg);
}
/* .bookmark-list::before {
  content: '';
  padding-left: 2px;
  background-color: #232840;
  padding-right: 2px;
  background-image: url(/img/svg/3dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4px auto;
  width: 8px;
  height: 100%;
  position: absolute;
}

.bookmark-list.active::before {
  content: '';
  padding-left: 2px;
  background-color: #2fc5f7;
  padding-right: 2px;
  background-image: url(/img/svg/3white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4px auto;
  width: 8px;
  height: 40px;
} */

.bookmark-menu li a {
  width: 100%;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 13px 0;
}

.bookmarks-section ul.panel {
  background: #1b1f31;
  width: 100%;
  padding-bottom: 20px;
  display: none;
}
.bookmarks-section ul.active{
  display: block;
}

.bookmarks-section ul.panel li {
  padding: 11px 0;
  border-top: 1px solid #232840;
}
.bookmarks-section ul.panel li.delete-mark {
  border-bottom: 1px solid #232840;
}
.bookmarks-section ul.panel li a {
  margin-left: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookmarks-section ul.panel li a img {
  margin-right: 10px;
}
.nomoblc2{
  display: none;
}
#bookmarks-section h3 {
  padding: 0 0 30px 0;
}
.bookmark-list ul li button{
  margin-left: 0px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: white;
background: transparent;
font-weight: bold;
gap: 8px;
cursor: pointer;
font-size: 12px;
}
.bs-right {
  max-width: 946px;
}

.bookmarks-section .category-grid .film-card {
  width: calc((1141px - 316px)/5);
  position: relative;
}

.bookmarks-section .film-title2 {
  padding: 0 0 35px 0;
}

#private-menu {
  margin-bottom: 70px;
  margin-top: 37px;
}


.profile-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-template-columns: repeat(2,1fr);
      position: relative;
}
.container-1 .profile-section h3{
  padding: 15px 0 0 0;
}
#film-return-section .container-1 h3{
  padding:  15px 0 30px 0;
}
.profile-section::after{
  content: '';
  width: 100%;
  display:block;
  height: 1px;
  background-color: #222840;
  bottom: 104px;
  position: absolute;
  left: 0px;
}

.ps-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pc-checkboxes{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pc-checkbox-tl{
  margin-right: 30px;
  color: #7c7e84;
}

.pc-checkbox{
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.pc-checkbox:last-child{
  margin-right: 0px;
}
.pc-checkbox span{
  margin-right: 7px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #343c5e;
  border-radius: 16px;
  transition: all 0.5s linear;
}
.pc-checkbox input{
  display: none;
}

.pc-checkbox.active span{
  background: #2cb5e4;
  border: 4px solid #343c5e;
  display: inline-block;
}

.pc-avatar{
  display: flex;
  align-items: center;
}
.pc-avatar-img{
  width: 95px;
  height: 95px;
  border-radius: 95px;
}
.pc-avatar-change{
  display: flex;
  align-items: center;
}
.pc-avatar-change a{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-left: 30px;
}
.pc-avatar-change a img{
  min-height: 16px;
  min-width: 16p;
  max-width: 25px;
  max-height: 20px;
  margin-right: 10px;
}
.nav-item.profileicon-login.nomoblc{
  position: relative;
  cursor: pointer;
}
.nav-item.profileicon-login.nomoblc a.nav-link{
  pointer-events: none;

}
.lcpop-menu{
  display: none;
}
.lcpop-menu.open-ready{
  display: block;
  position: absolute;
  right: 0;
    top: 60px;
        width: 210px;
        z-index: 9;
}
.lcpop-menu.open-ready ul{
  background-color: #232840;
border-radius: 5px;
padding: 20px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
gap: 20px;
}
form.profile-section input {
  max-width: 459px;
  padding: 15px 19px;
  background-color: #343c5e;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
form.profile-section input::placeholder{
  font-size: 14px;
}
.adv-btn {
  font-size: 12px;
  border-radius: 5px;
  background-color: #2cb5e4;
  color: white;
  cursor: pointer;
  height: 37px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.profile-submit {
  font-size: 12px;
  font-weight: 800;
  max-width: 186px;
  margin-top: 100px;
  padding: 20px;
  border-radius: 5px;
  background-color: #2cb5e4;
  color: white;
  cursor: pointer;
}
.filmlist .f-card-img.lastbg{
background-color: #292f4a;
height: 263px;
border-radius: 10px;
margin: 10px 0 10px 0;
font-size: 14px;
font-weight: 800;
display: inline-flex;
width: 100%;
justify-content: center;
align-items: center;
}
.actor-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -45px;
}

.actor-section .actor-card {
  width: calc((1141px - 180px)/7);
  position: relative;
  margin-left: 33px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 35px;
}
.actor-section .actor-card.act-new::before {
  content: 'Новинка';
  color: white;
  background-color: #ff9c00;
  position: absolute;
  font-size: 10px;
  padding: 5px 7px;
  border-radius: 12px;

}
#actor-section h3 {
  padding: 0 0 50px 0;
}
.container-1 h3{
  padding: 15px 0 20px 0;
}

#film-return-section .film-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-template-columns: repeat(3,1fr);
      grid-gap: 30px;
}

#film-return-section .film-return .film-card {
  position: relative;
  width: width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.history-section .category-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
}

.history-section .category-grid .film-card {
  width: calc((1141px - 151px)/6);
  position: relative;
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 15px;
}
.filter-section{
  margin-top: 10px;
}
.filter-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-section ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  border-radius: 20px;
  border: solid 1px #384166;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
}

.filter-section ul li img {
  max-width: 11px;
}

.filter-section ul li .close {
  margin-left: 10px;
  line-height: 9px;
  cursor: pointer;
}

.filter-section ul li.label-new-tag a::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #ff9c00;
  position: absolute;
  left: -20px;
  bottom: calc(50% - 5px);
  border-radius: 50%;
}

.filter-section ul li.label-new-tag a {
  position: relative;
}

.filter-section ul li.label-new-tag {
  padding: 6px 16px 6px 36px;
}

.search2 .col-5 .col {
  width: 18%;
  text-align: center;
  display: block;
  height: auto;
  padding: 40px 0px;
}

#textpage p {
  line-height: 22px;
  padding-bottom: 15px;
}

#help-section .help-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

form.help-section input {
  max-width: 459px;
  padding: 17px 19px;
  background-color: #343c5e;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff4c;
}

.help-submit {
  font-size: 12px;
  font-weight: 800;
  max-width: 186px;
  padding: 20px;
  border-radius: 5px;
  background-color: #2cb5e4;
  color: white;
  cursor: pointer;
}

form.help-section select {
  max-width: 459px;
  padding: 17px 19px;
  background-color: #343c5e;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff4c;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  background-image: url(/img/svg/downarrow.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 12px;
}

form.help-section select.change {
  background-image: url(/img/svg/uparrow.svg);
}

form.help-section textarea {
  max-width: 459px;
  height: 200px;
  padding: 17px 19px;
  background-color: #343c5e;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff4c;
  border: 0;
}

.simplespan {
  padding: 20px 0 40px 0;
  position: relative;
  display: block;
  line-height: 22px;
}

.section-404 .simplespan {
  max-width: 350px;
  text-align: center;
  padding: 20px 0 20px 0;
}

/* Relevant film table */
.film-relevant {
  margin-bottom: 80px;
}

.relevant-title {
  font-size: 16px;
  padding: 21px 19px;
  background: #292f4a;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.relevant-table {
  background: #232840;
  font-weight: 500;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
flex-direction: column-reverse;
}

.relevant-table .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
padding: 4px 0px 4px 4px;
  border-bottom: 1px solid #384166;
  margin-left: 16px;
  margin-right: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.relevant-table li {
  counter-increment: step-counter;
}

.relevant-table li::before {
  content: counter(step-counter);
  margin-right: 15px;
  line-height: 13px;
}

.relevant-table li:first-child {
  border-bottom: none;
}

.r-f-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.r-f-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.relevant-watch {
  background-image: url(/img/svg/onwatch.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  width: 36px;
  height: 21px;
  background-position: center;
}

.relevant-nowatch {
  background-image: url(/img/svg/offwatch.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  width: 36px;
  height: 21px;
  background-position: center;
  opacity: .3;
}

.relevant-year {
  text-align: right;
}
.relevant-table .r-f-1 i::before{
  color: #ffffff;
font-size: 16px;
margin-right: 7px;
margin-left: 3px;
}
.star-rate {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px;
  border-radius: 5px;
  min-width: 52px;
  line-height: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}

/* .star-rate::before {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  -webkit-clip-path: url(#star);
          clip-path: url(#star);
  background-color: #ffffff;
  margin-right: 4px;
  -webkit-transform: scale(80%);
      -ms-transform: scale(80%);
          transform: scale(80%);
} */

/* series film table */
.film-series {
  margin-bottom: 40px;
}

.series-title {
  font-size: 16px;
  padding: 21px 19px;
  background: #292f4a;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.series-table {
  background: #232840;
  font-weight: 500;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.series-table .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px 11px 14px;
  border-bottom: 1px solid #384166;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.series-table li {
  counter-increment: step-counter;
}

.series-table li:last-child {
  border-bottom: none;
}

.s-f-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.s-f-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.s-f-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.s-f-05 {
  -webkit-box-flex: .5;
      -ms-flex: .5;
          flex: .5;
}

.s-f-15 {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.series-watch {
  background-image: url(/img/svg/onwatch.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  width: 36px;
  height: 21px;
  background-position: center;
}

.series-nowatch {
  background-image: url(/img/svg/offwatch.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  width: 36px;
  height: 21px;
  background-position: center;
  opacity: .3;
}

.series-year {
  text-align: right;
}

.series-name {
  font-weight: bold;
}

.series-mark {
  background-image: url(/img/svg/mark.svg);
  background-repeat: no-repeat;
  height: 15px;
  background-position: right center;
  -webkit-transform: scale(70%);
      -ms-transform: scale(70%);
          transform: scale(70%);
}

.series-nomark {
  float: right;
  background: transparent;
  width: unset;
  height: unset;
}

#maxol li:nth-of-type(1n+5) {
  display: none;
}

.morebtn {
  padding: 22px 59px;
  background-color: #292f4a;
  border-radius: 10px;
  font-weight: 800;
  font-size: 12px;
  color: white;
  cursor: pointer;
}

#maxol li.showfilm:nth-of-type(1n+5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-c {
  text-align: center;
  margin-top: 40px;
}

.nomobtdesct {
  display: none;
}


.sn {
  background-color: #f66;
}

.sf {
  background-color: #0c6;
}

.sh {
  background-color: #ff9c00;
}

ul.sortlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.sortlist li.active {
  background-color: #31b5e5;
}

ul.sortlist li {
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 20px;
  font-size: 12px;
  color: white;
  cursor: pointer;
  margin-right: 10px;
}
ul.sortlist li:last-child{
  margin-right: 0px;
}

.filtervalue {
  display: none;
}

.mobexit {
  display: none;
}

.exitbtn {
  position: relative;
  font-weight: 800;
      display: inline-flex;
}

.exitbtn::after {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  background-image: url(/img/svg/exit.svg);
  background-repeat: no-repeat;
  content: '';
  display: block;
  background-position: center;
  background-size: contain;
}

.lctitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
}

.nomobsoc {
  display: none;
}
#achieve-section h3{
      padding-bottom: 60px;
}
.achieve-rate{
  display: flex;
  gap:40px;
      margin-bottom: 78px;
}
.ar-img img{
      max-width: 150px;
}
.ar-wrap{
  display: flex;
  flex-direction: column;
  gap:40px;
  width: 100%;
}
.ar-line{
  display: flex;
}
.ar-title{
  color:#ff3333;
  font-size: 36px;
  font-weight: bold;
      line-height: 27px;
      padding-bottom: 10px;
}

.ar-line{
  background-color: #232840;
      border-radius: 12px;
}
.arl{
    background: linear-gradient(to right, #ff3333 100%, transparent 0);
   height: 7px;
    border-right: 7px dotted #fff;
    width: 20%;

}
.ar-line .arl:last-child{
  background: linear-gradient(to right, #ff3333 70%, transparent 0);
      border: 0;
}
.ar-line .arl:first-child{
  border-bottom-left-radius: 12px;
border-top-left-radius: 12px;
}
.ar-subtext{
   color: #fff;
   font-size: 12px;
font-weight: 500;
padding-top: 10px;
}

.achieve-items{
  display: flex;
  flex-wrap: wrap;
  gap: 13%;
  justify-content: space-around;
}
.achieve-item{
  display: flex;
  flex-direction: column;
      align-items: center;
          margin-bottom: 60px;
}
.achieve-item span{
    max-width: 102px;
        text-align: center;
            margin-top: 20px;
            font-size: 14px;
font-weight: bold;
    line-height: 16px;
}
.achieve-item img{
max-width: 84px;
	width: 100%;
    margin: 0 9px;
    filter: grayscale(1);
opacity: .3;
  }
  .achieve-item img.activeach{
      filter: unset;
  opacity: unset;
    }

@media ( max-width: 920px ) {


}

@media ( max-width: 600px ) {


}






#category #category-sort {
  margin-bottom: 10px;
}

/* Rating Star */
ul#stars {
  -moz-user-select:none;
  -webkit-user-select:none;
}
ul#stars > li.star {
  display:inline-block;
cursor: pointer;
}
ul#stars > li.star.hover > i:before {
  content: '\e806';
}
ul#stars > li.star.selected > i:before {
  content: '\e806';
}
.norate li{
  pointer-events: none;
}
.star i:before{
  font-size: 20px;
  /* -webkit-transform: scale(1.0095,.875);
-ms-transform: scale(1.0095,.875);
transform: scale(1.0095,.875); */
}


.fix-header{
  display: none;
}


/* комментарии */

.comments-ul {
    margin: 0;
    padding: 0;
    display: block;
}

.comments-ul > .comments-ul {
    padding-left: 40px;
}

.comment {
 background-color: #292f4a;
    padding: 20px 20px 30px 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
     border-radius: 10px;
}
.commentply{
  background-color: #292f4a;
  padding: 20px 45px 40px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.comment-username {
    color: #fff;
    font-size: 16px;
font-weight: bold;
    display: flex;
flex-direction: column;
gap: 6px;
position: relative;
}
span.comment-status-red{
  color:#ff3333;
  font-size: 12px;
  font-weight: 500;
margin-left: 10px;
position: absolute;
    left: 100%;
    width: 100%;
}
span.comment-status-gray{
  color:#5e6588;
  font-size: 12px;
  font-weight: 500;
margin-left: 10px;
position: absolute;
    left: 100%;
    width: 100%;
        min-width: 250px;
}
span.comment-status-blue{
  color: #2cb5e4;
  font-size: 12px;
  font-weight: 500;
margin-left: 10px;
position: absolute;
    left: 100%;
    width: 100%;
        min-width: 250px;
}
span.comment-status-green{
  color:   #33ff66;
  font-size: 12px;
  font-weight: 500;
margin-left: 10px;
position: absolute;
    left: 100%;
    width: 100%;
    min-width: 250px;
}

.comment-username span.comment-date{
  color: #ffffff4c;
  font-size: 12px;
 font-weight: 500;
}
.comment-footer {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.comment-head{
  display: flex;
    align-items: center;
        position: relative;
        padding-bottom: 15px;
}
.comment-img{
  border-radius: 2px;
  background-color: #384166;
  position: absolute;
right: 0;
    padding: 9px 8px 8px 8px;
}
.comment-img img{
  width: 15px;
  height: 12px;
}
.comment-avatar img{
  border: solid 2px #f33;
border-radius: 50%;
height: 70px;
width: 70px;
padding: 2px;
margin-right: 20px
}
.cf-ul {
  width: 100%;
  display: inline-flex;
}
.cf-ul li{
  flex: 1;
}
.cf-ul li:last-child{
  flex: 3;
text-align: right;
}



.comment-reply {
    padding: 5px;
    margin: 0;
    float: left;
}

.comment-content {
    padding: 30px 0;
        border-bottom: 1px solid #384166;
            border-top: 1px solid #384166;
            font-size: 14px;
 font-weight: 500;
 line-height: 22px;
}
.vote-counter,.hide-replies,.cf-reply{
  font-size: 12px;
font-weight: bold;
    cursor: pointer;
}
.vote-counter{
  display: inline-flex;
align-items: center;
    cursor: pointer;

}
.cf-ul li .cf-reply{
  display: inline-flex;
align-items: center;
}
.cf-reply::before{
  content: '';
  background-image: url(/img/svg/arrowright.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  background-size: contain;
  -webkit-transform: rotate(
270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(
270deg);
  margin-right: 10px;
  position: relative;
display: block;
}
.cf-reply.active-com::before{
  -webkit-transform: rotate(
90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(
90deg);
}
.cf-ul li .vote-counter::before{
  content: '';
  background-image: url(/img/svg/iconreply.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.hide-replies::before{
  content: '';
  background-image: url(/img/svg/likeit.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 19px;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.hide-replies{
  display: inline-flex;
align-items: center;
}
i.material-icons:last-child {
    margin-right: 1em;
}

i.material-icons:hover {
    color: #fff;
}

.reply-div {
    display: none;
    margin-bottom: 16px;
}

.reply-div textarea {
    width: 100%;
    height: 5em;
    resize: vertical;
    margin: 0;
    padding: 0;
}
textarea.textarearypl{
padding: 15px 19px;
background-color: #343c5e;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
color: #fff;
    border: 0;
        height: 130px;
            max-width: 100%;
}
textarea.textarearypl::placeholder{
  font-size: 14px;
  font-weight: 800;
}
.reply-div textarea.textarearypl{
      height: 80px;
}
.promo-sidebar img{
  margin-bottom: 20px;
}
.col-r-2{
  display: flex;
      gap: 40px;
}
.clr1{
max-width: 800px;
}
.clr2{
    max-width: 300px;
}

.subply-text{
  font-size: 12px;
font-weight: 500;
line-height: 40px;
  color: #ffffff4c;
      margin: 10px 0;
}

.ply-btn{
  margin-bottom: 15px;
margin-top: 20px;
}
.ply-btn ul{
  display: flex;
    gap: 10px;
}
.ply-btn ul li{
  padding: 7px 9px;
background-color: #343c5e;
border-radius: 4px;
font-size: 14px;
color: #ffffff4c;
cursor: pointer;
}
.ply-btn-b{
  font-weight: 800;
}
.ply-btn-i{
  font-weight: 500;
 font-style: italic;
}
.ply-btn-u{
  font-weight: 500;
    text-decoration: underline;
}
.ply-btn-s{
      text-decoration: line-through;
}
.ply-btn-spoiler{
  text-transform: uppercase;
    font-weight: bold;
}
.ply-form{
  display: flex;
    flex-direction: column;
}
.ply-submit{
  font-size: 12px;
font-weight: 800;
max-width: 156px;
padding: 16px;
border-radius: 5px;
background-color: #2cb5e4;
color: white;
cursor: pointer;
}
@media (min-width: 1141px) {
  .bs-left, .bs-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lc-top{
        margin-top: 50px;
  }
  .bigposter {
    width: 1141px;
  height: 577px;
  }
}

.filmlist .filmlist-wrapper .swiper-slide{
  width: 166px;
}
