@import url('../../plugins/magnific-popup/magnific-popup.css');

html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
a {
  transition: all 0.3s;
}

p {
  line-height: 1.75;
}

h1,
.h1 {
  color: #e10600;
  margin-bottom: 4.8rem;
  text-transform: uppercase;
}
h1 + p,
.h1 + p {
  font-size: 2rem;
  color: #4b4b4b;
  margin-bottom: 4.8rem;
  max-width: 690px;
}
h1 small,
.h1 small {
  display: block;
  color: #e10600;
  font-size: 2.4rem;
  text-transform: uppercase;
}

h2,
.h2 {
  margin-bottom: 4.8rem;
}

.wp-100 {
  width: 100%;
}
.hidden {
  display: none;
}
.link,
.link-light {
  color: #e10600;
  text-decoration: none;
  position: relative;
}
.link::after,
.link-light::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(225, 10, 23, 0.2);
  transition: top 0.3s, background-color 0.3s;
}
.link:hover::after,
.link-light:hover::after {
  top: calc(100% + 0.3rem);
  background-color: #e10a17;
}

.link-light {
  color: #ffffff;
}
.link-light::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.link-light:hover {
  color: #ffffff;
}
.link-light:hover::after {
  background-color: white;
}

.link-big {
  color: #e10600;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-decoration: none;
  padding-left: 4.1rem;
  position: relative;
}
.link-big::before, .link-big::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s;
}
.link-big::before {
  opacity: 1;
  background-image: url("../../images/front/ico-link.svg");
}
.link-big::after {
  opacity: 0;
  background-image: url("../../images/front/ico-link-hover.svg");
}
.link-big:hover {
  color: #0b1213;
}
.link-big:hover::before {
  opacity: 0;
}
.link-big:hover::after {
  opacity: 1;
}

.heading .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.heading-right {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.heading-right .filter-select {
  margin-left: 2.4rem;
}

@media (max-width: 1259px) {
  h1,
.h1 {
    font-size: 3.8rem;
    margin-bottom: 4rem;
  }
  h1 + p,
.h1 + p {
    margin-bottom: 4rem;
  }

  h2,
.h2 {
    margin-bottom: 4rem;
  }

  h3,
.h3 {
    font-size: 2.3rem;
  }

  .heading-left h1,
.heading-left .h1 {
    margin-bottom: 2rem;
  }
  .heading-right {
    margin-bottom: 3rem;
  }
  .heading-right .filter-select {
    margin-left: 0;
    margin-right: 2.4rem;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
    margin-bottom: 3.5rem;
  }
  h1 + p {
    margin-bottom: 3.5rem;
  }

  h2,
.h2 {
    margin-bottom: 3.5rem;
  }

  h3,
.h3 {
    font-size: 2.2rem;
  }

  .heading-right {
    margin-bottom: 3rem;
  }
  .heading-right .filter-select {
    margin-right: 1.6rem;
  }
  .heading-right .filter-select-big {
    width: 260px;
  }
  .heading-right .filter-select-big .select2 {
    min-width: 260px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  h1 + p {
    margin-bottom: 3rem;
  }

  h2,
.h2 {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }

  .heading-right {
    margin-bottom: 2.5rem;
  }
  .heading-right .filter-select {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
  h1 + p {
    margin-bottom: 2.5rem;
  }

  .heading-right {
    margin-bottom: 1.5rem;
  }
}
.subpage-txt h2 {
  margin-bottom: 2.4rem;
}
.subpage-txt p {
  margin-bottom: 4.8rem;
  max-width: 690px;
  line-height: 2;
}
.subpage-txt img {
  display: inline-block;
  margin-bottom: 4.8rem;
}

@media (max-width: 1259px) {
  .subpage-txt p {
    margin-bottom: 4rem;
  }
  .subpage-txt img {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .subpage-txt p {
    margin-bottom: 3rem;
  }
  .subpage-txt img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .subpage-txt p {
    margin-bottom: 2.5rem;
  }
  .subpage-txt img {
    margin-bottom: 2.5rem;
  }
}
.tag {
  padding: 4px 6px 5px 8px;
  font-size: 1.2rem;
  text-transform: uppercase;
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
  z-index: 2;
}
.tag-primary {
  background-color: #e10600;
  color: #ffffff;
}

.ul-stars ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul-stars ul li {
  padding-left: 4.4rem;
  position: relative;
  margin-bottom: 1.9rem;
}
.ul-stars ul li::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.8rem;
  background: url("../../images/front/star.svg") no-repeat center;
  background-size: 100% auto;
  left: 0;
  top: 2px;
}

button:focus {
  outline: none;
}

.btn-more, .btn-less {
  padding: 1.6rem 3.2rem;
  color: #0b1213;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #0b1213;
}
.btn-more span , .btn-less span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}
.btn-more span::before, .btn-more span::after, .btn-less span::before, .btn-less span::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  background: url("../../images/front/arrow-down.svg") no-repeat top center;
  left: 0;
  transition: opacity 0.3s;
}
.btn-less span::before, .btn-less span::after {
  background: url("../../images/front/arrow-up.svg") no-repeat top center;
}
.btn-more span::before, btn-less span::before {
  opacity: 1;
}
.btn-more span::after, .btn-less span::after {
  background: url("../../images/front/arrow-down-hover.svg") no-repeat top center;
  opacity: 0;
}
.btn-less span::after {
  background: url("../../images/front/arrow-up-hover.svg") no-repeat top center;
}
.btn-more:hover, .btn-less:hover {
  border-color: #e10600;
  background-color: #e10600;
  color: #ffffff;
}
.btn-more:hover span::before, .btn-less:hover span::before {
  opacity: 0;
}
.btn-more:hover span::after, .btn-less:hover span::after {
  opacity: 1;
}
.btn-newsletter {
  padding: 1.6rem 3.2rem;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.btn-newsletter:hover {
  background-color: #ffffff;
  color: #9a999a;
}
.btn-newsletter span {
  position: relative;
  padding-left: 5rem;
}
.btn-newsletter span::before, .btn-newsletter span::after {
  content: "";
  position: absolute;
  width: 3.4rem;
  height: 2rem;
  background: url("../../images/front/msg-ico.svg") no-repeat top center;
  background-size: 100% auto;
  left: 0;
  top: -3px;
  transition: opacity 0.3s;
}
.btn-newsletter span::before {
  opacity: 1;
}
.btn-newsletter span::after {
  opacity: 0;
  background: url("../../images/front/msg-ico-hover.svg") no-repeat top center;
}
.btn-newsletter:hover span::before {
  opacity: 0;
}
.btn-newsletter:hover span::after {
  opacity: 1;
}

/* Search Box */
.search-box {
  border: 1px solid #0b1213;
  display: flex;
  position: relative;
}
.search-box:focus-within {
  border-color: #e10600;
}
.search-box:focus-within::before {
  background: url("../../images/front/lupa2-hover.svg") no-repeat top center;
  background-size: 100% auto;
}
.search-box:focus-within .btn-search {
  border-color: #e10600;
  color: #e10600;
}
.search-box::before {
  content: "";
  position: absolute;
  background: url("../../images/front/lupa2.svg") no-repeat top center;
  background-size: 100% auto;
  width: 3.2rem;
  height: 3.2rem;
  left: 2.4rem;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.search-box:hover {
  border-color: #e10600;
}
.search-box .form-control {
  color: #4b4b4b;
  font-size: 2.4rem;
  font-weight: 400;
  height: 8rem;
  position: relative;
  padding-left: 10rem;
}
.search-box .form-control:focus {
  box-shadow: none;
}

.btn-search {
  border-left: 1px solid #0b1213;
  background: #fff;
  color: #0b1213;
  font-size: 2rem;
  padding: 3rem 4rem;
  text-transform: uppercase;
}
.btn-search:hover {
  background-color: #e10600;
  color: #ffffff !important;
  border-color: #e10600 !important;
}

.btn-download {
  background-color: #e10600;
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 1.1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.btn-download span {
  padding-left: 2.3rem;
  position: relative;
  text-decoration: none;
}
.btn-download span::before {
  content: "";
  position: absolute;
  background: url("../../images/front/ico-download.svg") no-repeat center;
  background-size: 100% auto;
  width: 1.5rem;
  height: 1.8rem;
  left: 0;
  top: -0.3rem;
}
.btn-download:hover {
  background-color: #0b1213;
}
.btn-download:hover span {
  color: #ffffff;
}

.btn-dark-ico {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  padding: 1.6rem;
  padding-left: 8.1rem;
  background-color: #0b1213;
  text-decoration: none;
  display: flex;
  min-width: 282px;
}
.btn-dark-ico:hover {
  background-color: #e10600;
  color: #ffffff;
}
.btn-dark-ico::before {
  content: "";
  position: absolute;
  left: 3.4rem;
  transition: opacity 0.3s;
}
.btn-dark-ico.cam::before {
  background: url("../../images/front/ico-cam.svg") no-repeat center;
  background-size: 100% auto;
  width: 2.3rem;
  height: 1.8rem;
}
.btn-dark-ico.dvd::before {
  background: url("../../images/front/ico-dvd2.svg") no-repeat center;
  background-size: 100% auto;
  width: 2.5rem;
  height: 2.5rem;
  top: 1rem;
}
.btn-dark-ico.play::before {
  background: url("../../images/front/ico-play2.svg") no-repeat center;
  background-size: 100% auto;
  width: 1.9rem;
  height: 2.5rem;
  top: 1.1rem;
}
.btn-dark-ico.voucher::before {
  background: url("../../images/front/ico-voucher.svg") no-repeat center;
  background-size: 100% auto;
  width: 2.3rem;
  height: 1.8rem;
  top: 1rem;
}

.btn-light {
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  padding: 1.9rem 4rem;
}
.btn-light:hover {
  background-color: #ffffff;
  color: #0b1213;
  border-color: #ffffff;
}

.search-form {
  margin-bottom: 0;
}
.search-form form {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .search-box::before {
    display: none;
  }

  .search-box .form-control {
    padding-left: 2.4rem;
  }

  .search-box .form-control {
    height: 7rem;
  }

  .btn-search {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .btn-search {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* END Search Box */
/* Select2 */
.filter-select {
  width: max-content;
}
.filter-select-big {
  width: max-content;
}
.filter-select-big .select2 {
  min-width: 360px;
}

.select2 {
  margin-bottom: 0;
  width: auto !important;
  min-width: 180px;
}
.select2 * {
  outline: unset !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: auto;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:hover {
  border-color: #cbcbcb;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #cbcbcb;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0b1213;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 5px 16px;
  padding-right: 50px;
  text-transform: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  width: 9px;
  height: 12px;
  background: url("../../images/front/arrows.svg") no-repeat center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  border-radius: 0;
  border: none;
  min-width: 272px;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.select2-dropdown:focus-within {
  border-color: #cbcbcb;
}

.select2-results {
  padding-right: 1.2rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #0b1213;
  background-color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  color: #9a999a;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ffffff;
  color: #9a999a;
}

.select2-results__option {
  padding: 5px 16px;
  font-weight: 500;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #fafafa;
  height: 8px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #cbcbcb;
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 270px;
}

@media (max-width: 575px) {
  .filter-select {
    margin-bottom: 0.5rem;
  }
}
/* END Select2 */
.header {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding-bottom: 20px;
}

.navbar-brand > img {
  width: 100%;
}

.nav-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.nav-link {
  color: #0b1213;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
}
.nav-link:hover {
  color: rgba(11, 18, 19, 0.5);
}

.language {
  margin-left: 20px;
  margin-right: 20px;
}
.language .btn {
  color: #0b1213;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  padding-right: 20px;
  display: block;
}
.language .btn::after {
  content: "";
  border: none;
  background: url("../../images/front/arr-down.svg") no-repeat center;
  background-size: 100% auto;
  width: 12px;
  height: 20px;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.language:hover .btn {
  color: rgba(11, 18, 19, 0.5);
}
.language.show .btn::after {
  transform: rotate(270deg);
}
.language .dropdown-menu {
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  border: none;
  top: calc(100% + 10px);
  min-width: 160px;
  padding: 4px;
}
.language .dropdown-menu::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 6px;
  bottom: 100%;
  left: 4px;
  background: url("../../images/front/arr-white.svg") no-repeat center;
}
.language .dropdown-item {
  padding: 0.7rem 1.5rem;
}
.language .dropdown-item:hover {
  background-color: #fafafa;
}

.header-search {
  margin-left: 20px;
}
.header-search path {
  transition: fill 0.3s;
}
.header-search:hover path {
  fill: rgba(11, 18, 19, 0.5);
}
.header-light .header-search:hover path {
  fill: rgba(255, 255, 255, 0.5);
}

/* Hamburger */
.navbar-toggler {
  position: relative;
  color: #fff;
  padding: 0.15rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #e10600;
  border: 1px solid transparent;
  border-radius: 0;
  width: 46px;
  height: 34px;
}

.navbar-toggler:not(.collapsed) {
  padding: 0.46rem 0.75rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 6.5px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 6.5px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 6.5px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* END Hamburger */
/* Header Light */
.header-float {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .header-light .nav-link {
    color: #ffffff;
  }
  .header-light .nav-link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
.header-light .language {
  color: #ffffff;
}
.header-light .language .btn {
  color: #ffffff;
}
.header-light .language .btn::after {
  background: url("../../images/front/arr-down-hover.svg") no-repeat center;
  background-size: 100% auto;
}
.header-light .language:hover .btn {
  color: rgba(255, 255, 255, 0.5);
}

/* END Header Light */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 1259px) {
  .navbar-brand {
    flex: 0 0 180px;
  }

  .nav-link {
    font-size: 1.6rem;
  }

  .nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .language {
    margin-left: 15px;
    margin-right: 15px;
  }

  .language .btn {
    font-size: 1.6rem;
  }

  .language .dropdown-item {
    font-size: 1.6rem;
  }

  .header-search {
    width: 20px;
    margin-left: 5px;
  }

  .navbar-toggler {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .navbar {
    justify-content: flex-start;
  }

  .navbar-brand {
    order: 1;
  }

  .nav-link {
    font-size: 2rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .language {
    order: 2;
    margin-left: auto;
  }
  .language .btn {
    font-size: 2rem;
  }

  .header-search {
    order: 3;
  }

  .navbar-toggler {
    order: 4;
  }

  .navbar-collapse {
    position: absolute;
    top: calc(100% + 10px);
    order: 5;
    text-align: right;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    right: 0;
    left: auto;
    min-width: 220px;
    flex-basis: unset;
    flex-grow: unset;
    z-index: 9;
  }
  .navbar-collapse::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 6px;
    bottom: 100%;
    right: 4px;
    background: url("../../images/front/arr-white.svg") no-repeat center;
  }

  .navbar-nav {
    padding: 10px;
  }

  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .navbar-toggler {
    padding: 0.15rem 0.9rem;
  }

  .language .dropdown-menu {
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .navbar-brand {
    flex: 0 0 160px;
    padding-bottom: 15px;
  }
}
/* Cinema Filter */
.cinema-filter {
  margin-bottom: 1.6rem;
}
.cinema-filter-inner {
  display: flex;
  justify-content: space-between;
}
.cinema-filter-right.school-material {
  margin-top: 6px;
}
.cinema-filter-left ul, .cinema-filter-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.cinema-filter-left ul li.active a, .cinema-filter-right ul li.active a {
  color: #e10600;
  text-decoration: none;
}
.cinema-filter-left ul a, .cinema-filter-right ul a {
  color: #0b1213;
}
.cinema-filter-left ul a:hover, .cinema-filter-right ul a:hover {
  color: #e10600;
  text-decoration: none;
}
.cinema-filter-left {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
.cinema-filter-left ul li {
  margin-right: 4rem;
}
.cinema-filter-right ul li {
  margin-left: 4rem;
}
.cinema-filter-right ul li a {
  color: #4b4b4b;
  text-decoration: none;
  font-size: 1.6rem;
}
.cinema-filter-right ul li a.active {
  color: #e10600;
}

@media (max-width: 1259px) {
  .cinema-filter-left ul li {
    margin-right: 2rem;
  }

  .cinema-filter-right ul li {
    margin-left: 2rem;
  }

  .cinema-filter-left ul li a {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .cinema-filter-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cinema-filter-left,
.cinema-filter-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cinema-filter-left {
    margin-bottom: 2rem;
  }

  .cinema-filter-right ul li {
    margin-right: 2rem;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .cinema-filter-left ul,
.cinema-filter-right ul {
    flex-wrap: wrap;
  }

  .cinema-filter-left ul li {
    margin-bottom: 1rem;
  }

  .cinema-filter-left {
    margin-bottom: 1rem;
  }
}
/* END Cinema Filter */
/* Cinema Item */
.cinema-item {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
  overflow: hidden;
  max-width: 384px;
}
.cinema-item-col {
  margin-bottom: 24px;
  cursor: pointer;
}
.cinema-item-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cinema-item-icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cinema-item-icons li {
  margin-right: 1.6rem;
}
.cinema-item-icons li path {
  fill: #fff;
  transition: fill 0.3s;
}
.cinema-item-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s;
}
.cinema-item-name {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 2.6rem;
  text-decoration: none;
}
.cinema-item-txt-hover {
  opacity: 0;
  height: 0;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 2rem;
  overflow: hidden;
}
.cinema-item-img {
  position: relative;
}
.cinema-item-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.7;
}
.cinema-item-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.cinema-item-regie {
  line-height: 1.75;
  color: #0b1213;
}
.cinema-item-regie a {
  text-decoration: none;
}
.cinema-item-date {
  color: #9a999a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
}
.cinema-item:hover {
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.16);
}
.cinema-item:hover .cinema-item-txt {
  height: 30%;
}
.cinema-item:hover .cinema-item-txt-hover {
  opacity: 1;
  height: auto;
}
.cinema-item:hover .cinema-item-name {
  color: #e10600;
}
.cinema-item:hover .cinema-item-name:hover {
  color: #0b1213;
}
.cinema-item:hover .cinema-item-img:after {
  opacity: 1;
}
.cinema-item:hover .cinema-item-icons li path {
  fill: #0b1213;
}
.cinema-item:hover .cinema-item-icons li:hover path {
  fill: #e10600;
}

@media (max-width: 1259px) {
  .cinema-list-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .cinema-item-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }

  .cinema-item-name {
    font-size: 1.8rem;
  }
}
/* END Cinema Item */
/* Social Line */
.social-line {
  background-color: #e10600;
}
.social-line h3 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.social-line-inner {
  display: flex;
  justify-content: space-between;
}
.social-line-icons {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-ico {
  display: inline-flex;
  margin-left: 8rem;
}
.social-ico-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 999px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.social-ico:hover .social-ico-inner {
  transform: translateY(-8px);
}

@media (max-width: 1259px) {
  .social-ico-inner {
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media (max-width: 991px) {
  .social-ico {
    margin-left: 5rem;
  }
}
@media (max-width: 767px) {
  .social-ico-inner img.fb {
    width: 1rem;
  }
  .social-ico-inner img.insta {
    width: 2rem;
  }
  .social-ico-inner img.twitter {
    width: 2rem;
  }
  .social-ico-inner img.yt {
    width: 2rem;
  }
}
@media (max-width: 575px) {
  .social-line h3 {
    margin-bottom: 2.5rem;
  }

  .social-line-inner {
    flex-direction: column;
    justify-content: flex-start;
  }

  .social-ico {
    margin-left: 0;
    margin-right: 3rem;
  }
}
/* END Social Line */
/* News */
.news-item {
  margin-bottom: 4rem;
}
.news-item-img {
  display: block;
  background-color: #d0d0d0;
  transition: all 0.3s;
  max-width: 588px;
  position: relative;
}
.news-item-img:hover {
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-0.6rem);
}
.news-item-img:hover::after {
  width: 10.4rem;
  height: 10.4rem;
}
.news-item-txt {
  max-width: 462px;
}
.news-item-txt-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.news-item > :last-child .news-item-txt {
  padding-left: 2.4rem;
}

.news-list-btn {
  padding-top: 0.8rem;
}

.news-date {
  color: #9a999a;
  margin-bottom: 1.2rem;
}
.news-name {
  color: #e10600;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
}
.news-name h3 {
  color: #e10600;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  transition: color 0.3s;
  margin-bottom: 1.6rem;
}
.news-name:hover h3 {
  color: #0b1213;
}

.video-play {
  position: absolute;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 9999px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.9rem;
}
.video-play img {
  position: relative;
  z-index: 2;
}
.video-play::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  top: 0.8rem;
  bottom: 0.8rem;
  background: #e10600;
  border-radius: 9999px;
  transition: all 0.3s;
}
.video-play:hover::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .news-item-img-col {
    margin-bottom: 3rem;
    order: 1;
  }

  .news-item-txt-col {
    order: 2;
  }

  .news-item > :last-child .news-item-txt {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .news-item-img-col {
    margin-bottom: 2rem;
    order: 1;
  }

  .news-item-txt-col {
    order: 2;
  }

  .news-item > :last-child .news-item-txt {
    padding-left: 0;
  }

  .video-play img {
    width: 2.5rem;
  }
}
/* END News */
/* Pagination */
.pagination {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.page-prev {
  transform: rotate(180deg);
}

.page-item {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.page-item.prev {
  padding-right: 2rem;
}
.page-item.next {
  padding-left: 2rem;
}
.page-item.points .page-link {
  border: 1px solid transparent;
}
.page-item.points .page-link:hover {
  border-color: #e10600;
}

.page-link {
  padding: 0;
  width: 4rem;
  height: 4rem;
  border: 1px solid #0b1213;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.6rem;
  color: #0b1213;
  background: transparent;
}
.page-link:hover {
  border: 1px solid #e10600;
  background: #fff;
}
.page-link:hover path {
  fill: #e10600;
}

@media (max-width: 359px) {
  .page-link {
    width: 3.5rem;
    height: 3.5rem;
  }
}
/* END Pagination */
/* Search results */
@media (min-width: 1260px) {
  .search-others h2 {
    margin-bottom: 4.4rem;
  }
}
.search-others-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-others-content li {
  margin-bottom: 2rem;
}

/* END Search results */
/* Big Image */
.big-image {
  position: relative;
  width: 100%;
}
.big-image img {
  width: 100%;
}
.big-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

/* END Big Image */
/* Quote */
.quote {
  background-color: #fafafa;
  padding: 3.2rem 4rem;
  margin-bottom: 4.8rem;
}
.quote p {
  color: #9a999a;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.8;
  max-width: 690px;
  margin-bottom: 0;
}

.member-quote .quote {
  margin-bottom: 3.9rem;
}

@media (max-width: 991px) {
  .quote {
    padding: 2.5rem 3rem;
  }

  .member-quote .quote {
    margin-bottom: 3rem;
  }
  .member-quote-col:last-of-type .member-quote {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .member-quote {
    margin-bottom: 4rem;
  }
  .member-quote .quote {
    margin-bottom: 2rem;
  }
}
/* END Quote */
/* Member Item */
.member-item {
  display: flex;
}
.member-item-col {
  margin-bottom: 24px;
}
.member-item-avatar {
  display: block;
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 999px;
  overflow: hidden;
  background: #f0f0f0 url("../../images/front/user.svg") no-repeat center;
}
.member-item-name {
  display: block;
  color: #0b1213;
  font-weight: 700;
  text-decoration: none;
}
.member-item-txt {
  margin-left: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.member-item-job {
  color: #9a999a;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 2;
}

@media (max-width: 575px) {
  .member-item-txt {
    margin-left: 1.8rem;
  }
}
/* END Member Item */
/* Main Adress */
.main-adress h2 {
  margin-bottom: 3rem;
}
.main-adress ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4rem;
}
.main-adress ul li {
  line-height: 1.75;
  margin-bottom: 0.7rem;
}

/* END Main Adress */
/* Contact Item */
.contact-item h4 {
  color: #4b4b4b;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.28rem;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.contact-item-content {
  color: #4b4b4b;
  font-size: 2.4rem;
  line-height: 1.17;
  text-decoration: none;
}
.contact-item-content[href^="mailto:"] {
  color: #e10600;
  text-decoration: underline;
}
.contact-item-content[href^="mailto:"]:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .main-adress ul {
    margin-bottom: 3rem;
  }

  .contact-item h4 {
    margin-bottom: 1rem;
  }

  .contact-item-col {
    margin-bottom: 2rem;
  }
}
/* END Contact Item */
/* Business Card */
.business-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.business-card-avatar {
  display: block;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 2.4rem;
  background: #f0f0f0 url("../../images/front/user-big.svg") no-repeat center;
}
.business-card-name {
  color: #e10600;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
.business-card-name:hover {
  text-decoration: underline;
}
.business-card-job {
  color: #9a999a;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 2;
  margin-bottom: 1.6rem;
}
.business-card-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
.business-card-contact li a {
  text-decoration: none;
}
.business-card-contact li a[href^="mailto:"] {
  text-decoration: underline;
}
.business-card-contact li a[href^="mailto:"]:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  .business-card-col:last-of-type .business-card {
    margin-bottom: 2rem;
  }
  .business-card-avatar {
    margin-bottom: 2rem;
  }
}
/* END Business Card */
/* Filter ABC */
.filter-abc-list {
  background-color: #fafafa;
  margin: 0;
  padding: 1.2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.filter-abc-list li a {
  display: inline-block;
  color: #0b1213;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.2rem 1.5rem;
}
.filter-abc-list li a.active, .filter-abc-list li a:hover {
  color: #e10600;
}

@media (max-width: 575px) {
  .filter-abc-list {
    padding: 1rem;
  }
}
/* END Filter ABC */
/* School Item */
.school-item {
  display: block;
  background-color: #fafafa;
  transition: box-shadow 0.3s;
}
.school-item-col {
  margin-bottom: 24px;
  display: flex;
}
.school-item-img {
  height: 391px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  background: url(../../images/front/ico-download-big-grey.svg) no-repeat center;
}
.school-item-img img {
  width: 100%;
  height: auto;
}
.school-item-txt {
  padding: 2.4rem;
  padding-top: 2.2rem;
}
.school-item-name {
  display: block;
  color: #0b1213;
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.school-item:hover {
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.16);
}

@media (max-width: 575px) {
  .school-items-btn.pt-1 {
    padding-top: 0 !important;
  }
  .school-item-img {
    height: auto;
    min-height: 267px;
  }
}
/* END School Item */
/* Main Title */
.main-title {
  position: relative;
}
@media (min-width: 1705px) {
  .main-title {
    height: 900px;
    overflow: hidden;
  }
}
.main-title-img {
  position: relative;
}
.main-title-img img {
  width: 100%;
}
.main-title-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0b1213;
  opacity: 0.4;
}
.main-title-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7.9rem;
  color: #ffffff;
}
.main-title-txt-inner {
  max-width: 496px;
}
.main-title-txt h1,
.main-title-txt .h1 {
  color: #ffffff;
  font-size: 4.8rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.main-title .film-name {
 margin-bottom: 2.1rem;
}
.main-title h1 {
  margin-bottom: 0 !important;
  line-height: 1.1 !important;
}
.main-title .film-name .original-name {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 0 !important;
}
.main-title-txt p {
  max-width: 462px;
  line-height: 1.75;
  margin-bottom: 2.6rem;
}
.main-title-genre {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.56;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}
.main-title-icons {
  color: #ffffff;
}
.main-title-ico {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 4.8rem;
  position: relative;
  margin-right: 2.4rem;
}
.main-title-ico::before, .main-title-ico::after {
  content: "";
  position: absolute;
  left: 0;
  transition: opacity 0.3s;
}
.main-title-ico::before {
  opacity: 1;
}
.main-title-ico::after {
  opacity: 0;
}
.main-title-ico:hover {
  color: rgba(255, 255, 255, 0.5);
}
.main-title-ico:hover::before {
  opacity: 0;
}
.main-title-ico:hover::after {
  opacity: 1;
}
.main-title-ico.cam::before, .main-title-ico.cam::after {
  width: 3.1rem;
  height: 1.8rem;
  top: 2px;
}
.main-title-ico.cam::before {
  background: url("../../images/front/ico-cam.svg") no-repeat center;
  background-size: 100% auto;
}
.main-title-ico.cam::after {
  background: url("../../images/front/ico-cam-hover.svg") no-repeat center;
  background-size: 100% auto;
}
.main-title-ico.dvd {
  padding-left: 4.1rem;
}
.main-title-ico.dvd::before, .main-title-ico.dvd::after {
  width: 2.5rem;
  height: 2.5rem;
  top: -2px;
}
.main-title-ico.dvd::before {
  background: url("../../images/front/ico-dvd2.svg") no-repeat center;
  background-size: 100% auto;
}
.main-title-ico.dvd::after {
  background: url("../../images/front/ico-dvd2-hover.svg") no-repeat center;
  background-size: 100% auto;
}
.main-title-ico.voucher {
  padding-left: 4.1rem;
}
.main-title-ico.voucher::before, .main-title-ico.voucher::after {
  width: 2.5rem;
  height: 2.5rem;
  top: -2px;
}
.main-title-ico.voucher::before {
  background: url("../../images/front/ico-voucher.svg") no-repeat center;
  background-size: 100% auto;
}
.main-title-ico.voucher::after {
  background: url("../../images/front/ico-voucher-hover.svg") no-repeat center;
  background-size: 100% auto;
}
.main-title-ico.play {
  padding-left: 3.5rem;
}
.main-title-ico.play::before, .main-title-ico.play::after {
  width: 1.9rem;
  height: 2.5rem;
  top: -2px;
}
.main-title-ico.play::before {
  background: url("../../images/front/ico-play2.svg") no-repeat center;
  background-size: 100% auto;
}
.main-title-ico.play::after {
  background: url("../../images/front/ico-play2-hover.svg") no-repeat center;
  background-size: 100% auto;
}

@media (max-width: 1499px) {
  .main-title-txt h1,
.main-title-txt .h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1259px) {
  .main-title-txt {
    bottom: 4rem;
  }
  .main-title-txt h1,
.main-title-txt .h1 {
    font-size: 3.8rem;
  }
  .main-title-txt p {
    max-width: 520px;
  }
  .main-title-txt-inner {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .main-title-txt {
    bottom: 3rem;
  }
  .main-title-txt h1,
.main-title-txt .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .main-title {
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .main-title-img img {
    height: 100%;
    width: auto;
    max-width: unset;
    display: block;
    margin: auto;
  }
  .main-title-txt {
    bottom: 1rem;
  }
  .main-title-txt h1,
.main-title-txt .h1 {
    font-size: 3rem;
  }

  .main-title-icons {
    display: flex;
    flex-direction: column;
  }

  .main-title-ico {
    margin-bottom: 1.6rem;
  }
}
/* END Main Title */
/* Sub Links */
.sub-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
}
.sub-links ul li {
  padding-left: 2rem;
  padding-right: 2rem;
}
.sub-links ul li a {
  color: #0b1213;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.sub-links ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: #0b1213;
  transition: all 0.3s;
}
.sub-links ul li a:hover, .sub-links ul li a.active {
  color: #e10600;
}
.sub-links ul li a:hover::after, .sub-links ul li a.active::after {
  left: 50%;
  right: 50%;
  opacity: 0;
}

@media (max-width: 1259px) {
  .sub-links {
    margin-bottom: -1.2rem;
  }

  .sub-links ul {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .sub-links ul li {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .sub-links ul li a {
    font-size: 1.7rem;
  }
}
/* END Sub Links */
/* Synopsis */
.synopsis-txt .h1,
.synopsis-txt h1 {
  margin-bottom: 2.5rem;
}
.synopsis-txt .h1 + p,
.synopsis-txt h1 + p {
  margin-bottom: 2.4rem;
  line-height: 1.8;
}
.synopsis-txt p {
  line-height: 2;
}
.synopsis-txt-inner {
  position: relative;
}
.synopsis-txt-inner.less {
  max-height: 69rem;
  overflow: hidden;
}
.synopsis-txt-inner.less::after {
  position: absolute;
  content: "";
  height: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.synopsis-txt .btn {
  display: inline-block;
  margin-top: 1.6rem;
}

.synopsis-right {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.synopsis-right-img {
  margin-bottom: 2.4rem;
}
.synopsis-right-cat {
  margin-bottom: 0.8rem;
  width: 100%;
}
.synopsis-right-logos {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.synopsis-right-logos a {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.2rem;
  height: 5.4rem;
}

@media (max-width: 1259px) {
  .synopsis-right {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .synopsis-right {
    padding: 0;
  }

  .synopsis-txt-inner.less {
    max-height: 63rem;
  }
}
@media (max-width: 767px) {
  .synopsis-right {
    padding-top: 3rem;
    align-items: flex-start;
  }

  .synopsis-txt-inner.less {
    max-height: 63rem;
  }
}
/* END Synopsis */
/* Trailer */
.trailer-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1700px) {
  .trailer-video {
    height: 700px;
  }
}

@media (max-width: 575px) {
  .trailer-video {
    height: 250px;
  }
  /*.trailer-video > img {
    height: 100%;
    width: auto;
    max-width: unset;*/
  }
}
/* END Trailer */
/* Director Info */
.director-info {
  display: flex;
  justify-content: space-between;
}
.director-info .h2 {
  margin-bottom: 0.8rem;
}
.director-info p {
  color: #4b4b4b;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
  max-width: 486px;
}
.regie .synopsis-txt .director-info p {
  max-width: 486px;
}
.director-info p a {
  color: #4b4b4b;
  text-decoration: underline;
}
.director-info p a:hover {
  color: #4b4b4b;
  text-decoration: none;
}

.director-job {
  color: #9a999a;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 2.4rem;
}

@media (max-width: 575px) {
  .director-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .director-info-left {
    order: 2;
  }
  .director-info-right {
    order: 1;
  }
}
/* END Director Info */
/* Regie */
.regie .synopsis-txt p {
  max-width: 690px;
  margin-bottom: 2.4rem;
}
.regie .synopsis-txt .h3 {
  margin-bottom: 2.4rem;
}
.regie .synopsis-right {
  padding: 4.6rem;
}

/* END Regie */
/* CV Timeline */
.cv-timeline {
  padding: 0;
  list-style: none;
  margin: 0;
}
.cv-timeline li {
  line-height: 2;
}

/* END CV Timeline */
/* Photogalery */
.photo-item {
  display: flex;
}
.photo-item-col {
  margin-bottom: 24px;
}
.photo-item:hover {
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
  .photogallery .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .photo-item-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }

  .regie .synopsis-right {
    padding: 0;
    padding-top: 4rem;
    align-items: flex-start;
  }
}
/* END Photogalery */
/* Film Info */
.filminfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}

/* END Film Info */
/* Cast&Crew */
.cast-crew .h2 {
  margin-bottom: 3.2rem;
}

/* END Cast&Crew */
/* Download Item */
.download-item {
  padding: 3.2rem;
  background-color: #fafafa;
  position: relative;
}
.download-item-col {
  margin-bottom: 24px;
}
.download-item-name {
  color: #e10600;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 23px;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.download-item-name::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 18px;
  background: url("../../images/front/ico-download2.svg") no-repeat center;
}
.download-item-name:hover {
  text-decoration: none;
}
.download-item-img {
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  background: url("../../images/front/ico-download-big-grey.svg") no-repeat center;
}
.download-item-img-inner {
  position: relative;
}
.download-item-img-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.3s;
}
.download-item-img-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../images/front/ico-download-big.svg") no-repeat center;
  opacity: 0;
  transition: opacity 0.3s;
}
.download-item-img:hover .download-item-img-inner::before {
  opacity: 0.4;
}
.download-item-img:hover .download-item-img-inner::after {
  opacity: 1;
}
.download-item-size {
  color: #4b4b4b;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.download-item p {
  color: #9a999a;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 575px) {
  .download-item-img {
    height: auto;
    min-height: 150px;
  }
}
/* END Download Item */
/* Festivals */
.festivals .synopsis-right {
  padding: 4.7rem;
}
@media (min-width: 1260px) {
  .festivals .h1 {
    margin-bottom: 4.8rem;
  }
}
.festivals .h2 {
  margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
  .festivals .synopsis-right {
    align-items: flex-start;
    padding: 0;
    padding-top: 4rem;
  }
}
/* END Festivals */
/* Press Review */
.press-review {
  margin-bottom: 2.4rem;
}
.press-review p {
  color: #0b1213;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}

.press-author {
  color: #9a999a;
}

/* END Press Review */
/* Provider Item */
.provider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.provider-item:hover {
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.16);
}

/* END Provider Item */
/* Search Whisper */
.search-whisper {
  padding: 2.4rem 10rem;
  padding-bottom: 4rem;
  border-top: 1px solid #ffffff;
  text-align: left;
  color: #ffffff;
}
.search-whisper h5 {
  color: #9a999a;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.28rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.search-whisper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
.search-whisper ul li {
  margin-bottom: 7px;
}
.search-whisper ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
}
.search-whisper ul li a:hover {
  text-decoration: underline;
}
.search-whisper .link-light {
  display: inline-block;
  margin-top: 1.6rem;
}

@media (max-width: 575px) {
  .search-whisper {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
/* END Search Whisper */
/* Btn scroll up */
.btn-scrollup {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  padding: 0;
  position: fixed;
  bottom: 3.2rem;
  right: 3.2rem;
  z-index: 1;
}
.btn-scrollup:hover {
  box-shadow: none;
}

@media (max-width: 767px) {
  .btn-scrollup {
    bottom: 1.6rem;
    right: 1.6rem;
    width: 50px;
    height: 50px;
  }
  .btn-scrollup img {
    max-width: 2rem;
  }
}
/* END Btn scroll up */
@media (max-width: 1259px) {
  .pt-3 {
    padding-top: 3.7rem !important;
  }

  .pb-3 {
    padding-bottom: 3.7rem !important;
  }

  .mt-3 {
    margin-top: 3.7rem !important;
  }

  .mb-3 {
    margin-bottom: 3.7rem !important;
  }

  .mt-4 {
    margin-top: 4rem !important;
  }

  .mb-4 {
    margin-bottom: 4rem !important;
  }

  .pt-4 {
    padding-top: 4rem !important;
  }

  .pb-4 {
    padding-bottom: 4rem !important;
  }

  .mt-5 {
    margin-top: 5.5rem !important;
  }

  .mb-5 {
    margin-bottom: 5.5rem !important;
  }

  .pb-5 {
    padding-bottom: 5.5rem !important;
  }

  .pt-5 {
    padding-top: 5.5rem !important;
  }

  .mt-6 {
    margin-top: 7rem !important;
  }

  .mb-6 {
    margin-bottom: 7rem !important;
  }

  .pt-6 {
    padding-top: 7rem !important;
  }

  .pb-6 {
    padding-bottom: 7rem !important;
  }

  .heading.pt-4 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 991px) {
  .heading.pt-4 {
    padding-top: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .mt-6 {
    margin-top: 5.5rem !important;
  }

  .mb-6 {
    margin-bottom: 5.5rem !important;
  }

  .pt-6 {
    padding-top: 5.5rem !important;
  }

  .pb-6 {
    padding-bottom: 5.5rem !important;
  }

  .mt-5 {
    margin-top: 4.5rem !important;
  }

  .mb-5 {
    margin-bottom: 4.5rem !important;
  }

  .pt-5 {
    padding-top: 4.5rem !important;
  }

  .pb-5 {
    padding-bottom: 4.5rem !important;
  }

  .mt-4 {
    margin-top: 3rem !important;
  }

  .mb-4 {
    margin-bottom: 3rem !important;
  }

  .pt-4 {
    padding-top: 3rem !important;
  }

  .pb-4 {
    padding-bottom: 3rem !important;
  }

  .mt-3 {
    margin-top: 2.7rem !important;
  }

  .mb-3 {
    margin-bottom: 2.7rem !important;
  }

  .pt-3 {
    padding-top: 2.7rem !important;
  }

  .pb-3 {
    padding-bottom: 2.7rem !important;
  }
}
@media (max-width: 575px) {
  .mt-6 {
    margin-top: 4.5rem !important;
  }

  .mb-6 {
    margin-bottom: 4.5rem !important;
  }

  .pt-6 {
    padding-top: 4.5rem !important;
  }

  .pb-6 {
    padding-bottom: 4.5rem !important;
  }

  .mt-5 {
    margin-top: 3.5rem !important;
  }

  .mb-5 {
    margin-bottom: 3.5rem !important;
  }

  .pb-5 {
    padding-bottom: 3.5rem !important;
  }

  .pt-5 {
    padding-top: 3.5rem !important;
  }

  .mt-4 {
    margin-top: 2.5rem !important;
  }

  .mb-4 {
    margin-bottom: 2.5rem !important;
  }

  .pt-4 {
    padding-top: 2.5rem !important;
  }

  .pb-4 {
    padding-bottom: 2.5rem !important;
  }

  .mt-3 {
    margin-top: 2.2rem !important;
  }

  .mb-3 {
    margin-bottom: 2.2rem !important;
  }

  .pt-3 {
    padding-top: 2.2rem !important;
  }

  .pb-3 {
    padding-bottom: 2.2rem !important;
  }

  .mt-1 {
    margin-top: 1.6rem !important;
  }

  .mb-1 {
    margin-bottom: 1.6rem !important;
  }

  .pt-1 {
    padding-top: 1.6rem !important;
  }

  .pb-1 {
    padding-bottom: 1.6rem !important;
  }
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  width: 792px;
  flex-shrink: 0;
  height: auto;
}
.swiper-pagination {
  height: 4px;
  position: static;
  margin-top: 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 4rem;
  height: 2px;
  background-color: #ebebeb;
  border-radius: 0;
  opacity: 1;
  margin-left: 4px;
  margin-right: 4px;
  transition: all 0.3s;
}
.swiper-pagination-bullet:hover {
  height: 4px;
}
.swiper-pagination-bullet:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.swiper-pagination-bullet-active {
  background-color: #e10600;
  height: 4px;
}
.swiper-pagination-bullet-active:hover {
  background-color: #e10600;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #ffffff;
  opacity: 0.5;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .swiper-slide {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .swiper-slide {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .swiper-slide {
    width: 250px;
  }
}
#hp-carousel .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0b1213;
  opacity: 0.4;
}
.carousel-item {
  height: 100vh;
  min-height: 500px;
  max-height: 900px;
}
@media (min-width: 1700px) {
  .carousel-item {
    max-height: 950px;
  }
}
@media (max-width: 575px) {
  #hp-carousel .carousel-control-prev {
    display: none !important;
  }
  #hp-carousel .carousel-control-next {
    display: none !important;
  }
}
.carousel-img {
  width: 100%;
  height: auto;
}
.carousel-caption {
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.carousel-caption .h1 {
  color: #ffffff;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  max-width: 63rem;
  margin-bottom: 4rem;
}
.carousel-info {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.carousel-indicators {
  height: 24px;
  margin-bottom: 3rem;
}
.carousel-indicators li {
  height: 2px;
  border-bottom: 8px solid transparent;
  width: 4rem;
  background-color: #ffffff;
  opacity: 1;
  margin-left: 4px;
  margin-right: 4px;
  transition: height 0.3s;
}
.carousel-indicators li.active {
  height: 4px;
  border-bottom: 10px solid transparent;
  background-color: #e10600;
}
.carousel-control-prev img {
  transform: rotate(180deg);
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-arrows {
  opacity: 0;
}

.carousel:hover .carousel-arrows {
  opacity: 1;
  transition: opacity 0.3s;
}

@media (max-width: 1499px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 1259px) {
  .carousel-caption .h1 {
    font-size: 4.8rem;
    margin-bottom: 3.4rem;
  }

  .carousel-info {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .carousel-item {
    height: auto;
  }
}
@media (max-width: 991px) {
  .carousel-caption .h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
    max-width: 53rem;
  }

  .carousel-info {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .carousel-img {
    height: 100%;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .carousel-item {
    height: 470px;
  }

  .carousel-caption .h1 {
    font-size: 3.8rem;
    margin-bottom: 2rem;
    max-width: 50rem;
  }
}
@media (max-width: 575px) {
  .carousel-caption {
    padding-top: 2rem;
  }

  .carousel-item {
    height: 420px;
  }
}
@media (min-width: 992px) and (max-height: 649px) {
  .carousel-caption {
    padding-top: 4rem;
  }
  .carousel-caption .h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
    max-width: 53rem;
  }

  .carousel-info {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1260px) and (max-height: 649px) {
  .carousel-caption {
    padding-top: 4rem;
  }
  .carousel-caption .h1 {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }

  .carousel-info {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
.footer {
  background-color: #9a999a;
}
.footer-navbar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.footer-navbar-nav {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.footer-navbar-nav li {
  margin-left: 4rem;
}
.footer-navbar-nav li a {
  color: #ebebeb;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-navbar-nav li a:hover {
  text-decoration: underline;
}
.footer-adress {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ebebeb;
  line-height: 1.75;
  padding-bottom: 4rem;
}
.footer-contact {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 2.4rem;
  color: #ebebeb;
  margin-bottom: 2.4rem;
}
.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4rem;
}
.footer-contact h4 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.28rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: #ebebeb;
}
.footer-contact a {
  text-decoration: none;
  color: #ebebeb;
}
.footer-contact a:hover {
  text-decoration: underline;
}
.footer-contact a[href^="mailto:"] {
  text-decoration: underline;
}
.footer-contact a[href^="mailto:"]:hover {
  text-decoration: none;
}
.footer .btn-newsletter {
  display: inline-flex;
  margin-bottom: 4rem;
}
.footer-brands {
  display: flex;
  flex-wrap: wrap;
}
.footer-brand {
  display: inline-flex;
  margin-right: 5.6rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  color: #ebebeb;
  padding-top: 6.4rem;
}
.footer-bottom a {
  color: #cbcbcb;
  text-decoration: none;
  display: inline-block;
  margin-left: 39px;
}
.footer-bottom a:hover {
  color: #ebebeb;
}

.newsletter {
  text-align: right;
  max-width: 355px;
}
.newsletter-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.newsletter p {
  color: #ebebeb;
}

@media (max-width: 1259px) {
  .footer-navbar {
    padding-bottom: 3.5rem;
  }
  .footer-navbar-nav li {
    margin-left: 3rem;
  }
  .footer-navbar-nav li a {
    font-size: 1.6rem;
  }
  .footer-adress {
    line-height: 1.75;
    padding-bottom: 3.5rem;
  }
  .footer-contact {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .footer-contacts {
    padding-bottom: 3.5rem;
  }
  .footer-contact h4 {
    font-size: 1.4rem;
    letter-spacing: 0.28rem;
    margin-bottom: 1.2rem;
  }
  .footer .btn-newsletter {
    margin-bottom: 3.5rem;
  }
  .footer-brand {
    margin-right: 5.6rem;
  }
  .footer-bottom {
    padding-top: 6.4rem;
  }
  .footer-bottom a {
    margin-left: 39px;
  }
}
@media (max-width: 991px) {
  .footer-brand {
    margin-right: 1rem;
    width: 17rem;
  }

  .footer-navbar-nav li {
    margin-left: 2rem;
  }

  .footer-navbar-nav li a {
    font-size: 1.4rem;
  }

  .newsletter {
    text-align: left;
    margin-bottom: 2rem;
  }
  .newsletter-col {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    font-size: 2.2rem;
  }

  .footer-navbar {
    flex-wrap: wrap;
  }

  .footer-brand {
    width: 20rem;
    margin-bottom: 2.5rem;
  }

  .footer-navbar-nav {
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .footer-navbar-nav li {
    margin-left: 0;
    margin-right: 2rem;
  }
  .footer-navbar-nav li a {
    font-size: 1.6rem;
  }

  .footer-bottom {
    padding-top: 3.5rem;
  }

  .footer-navbar {
    padding-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .footer-navbar-nav li {
    margin-bottom: 1rem;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom a {
    margin-left: 0;
  }

  .footer-copyright {
    width: 100%;
    margin-bottom: 0.7rem;
  }

  .footer-contacts {
    padding-bottom: 1.5rem;
  }
}
.modal-dialog {
  max-width: 716px;
  margin-top: 5%;
}
.modal-content {
  background-color: #fafafa;
  padding: 4rem;
  text-align: center;
}
.modal-body {
  padding: 0 2.4rem;
}
.modal-footer {
  border: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.modal .btn-more {
  padding: 1.6rem 3.2rem;
  border: 1px solid #0b1213;
  opacity: 1;
}
.modal .btn-more:hover {
  border-color: #e10600;
  opacity: 1;
}
.modal .close:not(:disabled):not(.disabled):hover,
.modal .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

.modal-backdrop {
  background-color: #0b1213;
}
.modal-backdrop.show {
  opacity: 0.95;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .modal-content {
    padding: 2rem;
  }

  .providers {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .provider-item {
    height: 12rem;
  }

  .provider-item-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 399px) {
  .provider-item {
    height: 11rem;
  }
}
/* Pop-up search */
.popup-search .modal-dialog {
  max-width: 1200px;
}
.popup-search .modal-content {
  border: 1px solid #ffffff;
  background-color: #0b1213;
  color: #ffffff;
  padding: 0;
}
.popup-search .modal-body {
  padding: 0;
}
.popup-search .search-box {
  border: none;
}
.popup-search .search-box::before {
  display: none;
}
.popup-search .search-box .form-control {
  background-color: #0b1213;
  color: #ffffff;
}
.popup-search .search-box .form-control::placeholder {
  color: #4b4b4b;
}
.popup-search .search-box .btn {
  background-color: #0b1213;
  border-color: #ffffff;
  color: #ffffff;
}
.popup-search .search-box .btn:hover {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #0b1213 !important;
}

/* END Pop-up search */
.blue-theme .main-title-ico.cam::after {
  background: url("../../images/front/ico-cam-hover3.svg") no-repeat center;
  background-size: 100% auto;
}
.blue-theme .main-title-ico.dvd::after {
  background: url("../../images/front/ico-dvd2-hover3.svg") no-repeat center;
  background-size: 100% auto;
}
.blue-theme .main-title-ico.play::after {
  background: url("../../images/front/ico-play2-hover3.svg") no-repeat center;
  background-size: 100% auto;
}
.blue-theme .main-title-ico.voucher::after {
  background: url("../../images/front/ico-voucher-hover3.svg") no-repeat center;
  background-size: 100% auto;
}
.blue-theme .sub-links ul li a:hover,
.blue-theme .sub-links ul li a.active {
  color: #00249c;
}
.blue-theme h1,
.blue-theme .h1 {
  color: #00249c;
}
.blue-theme .main-title-txt h1,
.blue-theme .main-title-txt .h1 {
  color: #ffffff;
}
.blue-theme .video-play::before {
  background-color: #00249c;
}
.blue-theme .swiper-pagination-bullet-active {
  background-color: #00249c;
}
.blue-theme .news-name h3 {
  color: #00249c;
}
.blue-theme .link {
  color: #00249c;
}
.blue-theme .link::after {
  background-color: rgba(0, 36, 156, 0.2);
}
.blue-theme .link:hover::after {
  background-color: #00249c;
}
.blue-theme .social-line {
  background-color: #00249c;
}
.blue-theme .btn-more:hover, .blue-theme .btn-less:hover {
  background-color: #00249c;
  border-color: #00249c;
}
.blue-theme .navbar-toggler {
  background-color: #00249c;
}


.arrow-up-page {
  float: right;
  color: #e10600;
  line-height: 3;
  font-size: 2rem;
}

.blue-theme .arrow-up-page {
  color: #00249c;
}

.films-perex-v2 { display: none; }
.films-perex-v2-btn { color: #ffffff; }
.blue-theme .films-perex-v2-btn:hover {
  color: #00249c;
}

/*# sourceMappingURL=style.css.map */
