.parallax-section {
  position: relative;
  overflow: hidden; }
  .parallax-section .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media (max-width: 768px) {
    html {
      font-size: 50%; } }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: "PT Sans", sans-serif;
  line-height: 1.7;
  color: #333;
  font-size: 1.6rem;
  background: #fff;
  min-width: 30rem; }

blockquote {
  font-size: 1.6rem; }
  blockquote.tiktok-embed {
    text-align: center;
    border-left: none; }

p {
  margin: 0 0 1.5rem; }

a,
a:focus,
a:visited,
a:hover {
  text-decoration: none; }

.center-block {
  text-align: center; }

.wpdreams_asl_results {
  width: 40vw !important; }
  .wpdreams_asl_results a {
    color: #ed184a !important; }

.kr-breadcrumbs {
  opacity: 0.8; }
  .kr-breadcrumbs a {
    color: #ed184a; }
  .kr-breadcrumbs span {
    font-size: 1.4rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
    .kr-breadcrumbs span:first-child {
      margin-left: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0%);
  transition: transform 0.3s linear;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  padding-bottom: 25px;
  background-color: #fff;
  border-bottom: 1px solid transparent; }
  .header-wrapper {
    height: 184px; }
    @media (max-width: 1200px) {
      .header-wrapper {
        height: 188px; } }
    @media (max-width: 768px) {
      .header-wrapper {
        height: 136px; } }
    .header-wrapper_vsBanner {
      height: 294px; }
      @media (max-width: 768px) {
        .header-wrapper_vsBanner {
          height: 188px; } }
  @media (max-width: 768px) {
    .header {
      padding-bottom: 18px; } }
  .header__logo {
    width: 24rem;
    margin-top: 3rem;
    display: block;
    float: left;
    max-width: 170px; }
    @media (max-width: 768px) {
      .header__logo {
        margin-top: 15px; } }
    .header__logo img {
      width: 100%;
      transition: all 0.3s linear; }
      @media (max-width: 768px) {
        .header__logo img {
          max-width: 90px; } }
  .header.scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee; }
    @media (max-width: 768px) {
      .header.scroll {
        border-bottom: 1px solid transparent; } }
    .header.scroll .header__banner img {
      max-width: none; }
    .header.scroll img {
      max-width: 130px; }
      @media (max-width: 768px) {
        .header.scroll img {
          max-width: 90px; } }
    .header.scroll .header__logo {
      margin-top: 15px; }
    .header.scroll .header__menu {
      margin-top: 30px; }
    .header.scroll .header__search {
      margin-top: 27px; }
      @media (max-width: 768px) {
        .header.scroll .header__search {
          margin-top: 24px; } }
    .header.scroll .header__social {
      margin-top: 26px; }
    .header.scroll .header__burger {
      margin-top: 15px; }
    .header.scroll .nav__list {
      margin-bottom: 0; }
  .header__menu {
    float: left;
    margin-top: 41px;
    transition: all 0.3s linear;
    margin-left: 56px; }
    @media (max-width: 992px) {
      .header__menu {
        display: none; } }
  .header__social {
    float: left;
    margin-top: 38px;
    margin-left: 24px;
    transition: all 0.3s linear; }
    @media (max-width: 1200px) {
      .header__social {
        display: none; } }
  .header__search {
    transition: all 0.3s linear;
    position: absolute;
    right: 149px;
    top: 75px; }
    @media (max-width: 992px) {
      .header__search {
        right: 99px;
        top: 53px; } }
    @media (max-width: 768px) {
      .header__search {
        margin-top: 24px;
        right: 85px;
        top: 0px; } }
  .header__search-field {
    position: absolute;
    padding-top: 0;
    top: 72px;
    right: 180px; }
    @media (max-width: 992px) {
      .header__search-field {
        top: 49px;
        right: 130px; } }
    @media (max-width: 768px) {
      .header__search-field {
        top: 18px;
        right: 114px; } }
  .header__burger {
    margin-top: 40px;
    float: right;
    transition: all 0.3s linear; }
    @media (max-width: 768px) {
      .header__burger {
        margin-top: 15px; } }
  .header_vsBanner .header__banner {
    text-align: center; }
    .header_vsBanner .header__banner img {
      max-width: 100% !important; }
  .header__podcast {
    max-width: 200px;
    position: absolute;
    right: 395px;
    bottom: -30px; }
    @media (max-width: 1200px) {
      .header__podcast {
        right: 14px;
        bottom: -45px; } }
    @media (max-width: 768px) {
      .header__podcast {
        right: 123px;
        max-width: 140px;
        bottom: -50px; } }
  .header__player {
    display: block;
    clear: both;
    padding-top: 17px; }

.header-inner {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2rem;
  margin-bottom: 4rem; }
  @media (max-width: 768px) {
    .header-inner {
      margin-bottom: 2rem; } }
  .header-inner .header__logo {
    width: 14rem;
    margin-top: 1rem; }
  .header-inner .social-links__header {
    margin-top: 2.5rem; }
  .header-inner .social-links * {
    color: #ed184a; }

.home-section {
  margin-bottom: 30px; }
  .home-section_gray {
    background-color: #eee; }
  .home-section_trailers, .home-section_boxOffice {
    padding-top: 50px;
    padding-bottom: 50px; }
  .home-section_swiper {
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 768px) {
    .home-section_news {
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .home-section {
      margin-bottom: 0; }
      .home-section.not-padding > .container {
        padding-left: 0;
        padding-right: 0; }
        .home-section.not-padding > .container > .row {
          margin-right: 0;
          margin-left: 0; }
          .home-section.not-padding > .container > .row .col-xs-12 {
            padding-left: 0;
            padding-right: 0; } }

.hero-section {
  display: none; }

.section-title {
  margin-top: 0;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 4rem; }
  .section-title__center {
    text-align: center; }

.page__title {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .page__title {
      font-size: 2.8rem; } }
.page__pagination {
  margin-bottom: 25px; }

.archive .page__title, .single-article_author .page__title {
  margin-bottom: 3rem; }

.thr-archive {
  background-color: #f0f0f0;
  padding-bottom: 7rem; }

.woocommerce ul.products li.product .button {
  display: none; }
.woocommerce ul.products li.product h2 {
  display: block;
  text-align: center;
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
  color: #939393; }
.woocommerce ul.products li.product .price {
  text-align: center; }
  .woocommerce ul.products li.product .price .amount {
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    display: inline-block; }
    .woocommerce ul.products li.product .price .amount .woocommerce-Price-currencySymbol {
      float: right;
      margin-left: 0.5rem; }
.woocommerce ul.products li.product a img {
  display: block;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 0;
  transition: all 0.2s linear; }
  .woocommerce ul.products li.product a img:hover {
    top: -4px; }

.product-category .kr-breadcrumbs {
  margin-bottom: 6rem; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 2% 2.992em 0; }

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
  width: 18%; }
  @media (max-width: 768px) {
    .woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
      width: 48%; } }

.product__title {
  margin-top: 0;
  margin-bottom: 2rem; }
  .product__title span {
    display: inline-block;
    margin-right: 2rem; }
  .product__title h1 {
    font-size: 1.6rem;
    color: #EC184B;
    display: inline-block;
    margin-top: 0; }
.product-page .kr-breadcrumbs {
  margin-bottom: 6rem; }
.product__thumbnail-static {
  max-width: 20%;
  float: left;
  margin-right: 5%;
  margin-bottom: 3rem; }
  @media (max-width: 768px) {
    .product__thumbnail-static {
      float: none;
      max-width: none; } }
.product__content {
  float: left;
  max-width: 75%; }
  @media (max-width: 768px) {
    .product__content {
      float: none;
      max-width: none; } }
.product__page__description {
  margin-bottom: 2rem; }
.product__page__price {
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 2rem; }
.product__page__buy .quantity {
  display: inline-block;
  margin-right: 3rem; }
.product__page__buy .amount {
  display: none; }
.product__page__buy .add_to_cart_inline {
  border: none !important;
  padding: 0 !important; }
.product__page__buy .added_to_cart {
  margin-left: 2rem;
  display: inline-block;
  color: #ED174B; }
.product__page__buy .button {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #ED174B;
  box-shadow: 0px 5px 22px rgba(237, 23, 75, 0.3); }
  .product__page__buy .button:hover {
    text-decoration: underline; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #ED174B;
  box-shadow: 0px 5px 22px rgba(237, 23, 75, 0.3); }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #ff174b;
  color: #fff; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 9px 13px;
  border: 1px solid #d4d4d4;
  border-radius: 5px; }

.woocommerce form .form-row {
  margin-bottom: 2rem; }

.page-checkout .post-page__text-block {
  margin-top: 3rem; }
.page-checkout #billing_country_field {
  display: none; }
.page-checkout #customer_details .col-2 {
  display: none; }
.page-checkout .woocommerce-billing-fields h3 {
  display: none; }
.page-checkout .form-row label {
  font-size: 1.8rem;
  color: #444; }
.page-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: none; }
.page-checkout .woocommerce-checkout-payment button.button {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #ED174B;
  box-shadow: 0px 5px 22px rgba(237, 23, 75, 0.3); }
  .page-checkout .woocommerce-checkout-payment button.button:hover {
    background-color: #ff174b;
    color: #fff; }

.woocommerce a.button.alt, .woocommerce button.single_add_to_cart_button.alt {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #ED174B;
  box-shadow: 0px 5px 22px rgba(237, 23, 75, 0.3); }
  .woocommerce a.button.alt:hover, .woocommerce button.single_add_to_cart_button.alt:hover {
    background-color: #ff174b;
    color: #fff; }

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  background-color: #ebe9eb;
  box-shadow: none; }

.woocommerce-checkout table.cart img {
  width: 100px;
  height: auto; }

.woocommerce table.shop_table {
  border-collapse: collapse; }
  .woocommerce table.shop_table thead {
    border-top-left-radius: 5px; }

.woocommerce-checkout #payment {
  background: rgba(237, 23, 75, 0.1); }

.quantity {
  position: relative; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.woocommerce .quantity {
  vertical-align: middle; }
  .woocommerce .quantity .qty {
    width: 65px; }
  .woocommerce .quantity input {
    height: 43px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 1.8rem;
    border: 1px solid #eee; }
    .woocommerce .quantity input:focus {
      outline: 0; }
  .woocommerce .quantity-nav {
    position: absolute;
    right: 0;
    height: 43px; }
  .woocommerce .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .woocommerce .quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
    color: #ED174B; }
  .woocommerce .quantity-down {
    color: #ED174B;
    position: absolute;
    bottom: -1px;
    height: 50%; }

.footer {
  background-color: #000304;
  padding: 8rem 0;
  margin-top: 5rem;
  color: #fff; }
  @media (max-width: 768px) {
    .footer {
      margin-top: 0; } }
  .footer__logo {
    display: block;
    max-width: 15rem;
    opacity: 0.3;
    margin-bottom: 3rem; }
  .footer__copyright {
    opacity: 0.2;
    font-size: 1.4rem;
    margin-top: 3rem; }
  .footer__menu {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem; }
    .footer__menu a {
      font-size: 1.4rem;
      color: #757a7c;
      display: block;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      transition: all 0.3s; }
      .footer__menu a:hover, .footer__menu a:focus {
        color: #ed184a;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .footer__social-links_item {
    margin-bottom: 2rem; }
    .footer__social-links_item::after {
      display: block;
      content: "";
      clear: both; }
  .footer__social-links_icon {
    float: left;
    color: #fff;
    width: 4rem;
    background-color: #1e1e1e;
    text-align: center;
    border-radius: 50%;
    padding: 0.7rem 0 0.6rem;
    transition: all 0.3s; }
    .footer__social-links_icon:hover, .footer__social-links_icon:focus {
      color: #fff;
      background-color: #ed184a; }
  .footer__social-links_info {
    float: left;
    width: calc(100% - 4rem);
    padding-left: 2rem; }
  .footer__social-links_subtitle {
    display: block;
    font-size: 12px;
    opacity: 0.4; }
  .footer__social-links_title {
    display: block;
    font-size: 1.6rem;
    line-height: 1; }

.sidebar {
  margin-top: 43px; }
  @media (max-width: 992px) {
    .sidebar {
      margin-top: 0; } }
  .sidebar .post-list__item {
    margin-bottom: 3rem; }

.nav__list {
  display: block;
  list-style-type: none; }
.nav__item {
  display: inline-block;
  margin: 0 24px;
  vertical-align: top; }
  .nav__item_state_active .nav__link {
    color: #ed184a;
    border-bottom: 2px solid #ed184a; }
.nav__link {
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 110px;
  vertical-align: top;
  transition: all 0.3s linear;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent; }
.nav_header .nav__list {
  font-size: 0; }
.nav_header .nav__item:nth-child(3) .nav__link {
  display: block;
  color: #ed184a;
  font-weight: bold; }
.nav_header .nav__item:first-child {
  margin-left: 0; }
.nav_header .nav__item:hover {
  color: #ed184a;
  border-bottom: 2px solid #ed184a; }
.nav_header .nav__link {
  padding-bottom: 0; }
.nav_pagination.nav_align_center {
  text-align: center; }

.social {
  font-size: 0; }
  .social__link {
    color: #444;
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
    font-size: 18px; }

.post-categories .masonry-grid__item:nth-child(n+5) {
  display: none; }

.post-categories .post-list__item::after {
  display: none !important; }

.swiper__nav {
  position: relative; }
  .swiper__nav.hidden {
    display: none; }
.swiper__left {
  position: absolute;
  left: -80px;
  top: -137px;
  cursor: pointer;
  transition: all 0.3s linear;
  outline: none; }
  .swiper__left:hover {
    opacity: 0.5; }
.swiper__right {
  position: absolute;
  right: -80px;
  top: -137px;
  cursor: pointer;
  transition: all 0.3s linear;
  outline: none; }
  .swiper__right:hover {
    opacity: 0.5; }
.swiper_trailers .swiper__right__left {
  top: 80px; }
.swiper_trailers .swiper__left {
  top: 80px; }
  @media (max-width: 1440px) {
    .swiper_trailers .swiper__left {
      z-index: 2;
      top: 92px;
      left: 0;
      background-color: #fff;
      padding: 5px; }
      .swiper_trailers .swiper__left img {
        max-width: 20px; } }
  @media (max-width: 1200px) {
    .swiper_trailers .swiper__left {
      top: 72px; } }
  @media (max-width: 992px) {
    .swiper_trailers .swiper__left {
      top: 84px; } }
  @media (max-width: 540px) {
    .swiper_trailers .swiper__left {
      top: 61px; } }
  @media (max-width: 440px) {
    .swiper_trailers .swiper__left {
      margin-top: 26%;
      top: 0; } }
.swiper_trailers .swiper__right {
  top: 80px; }
  @media (max-width: 1440px) {
    .swiper_trailers .swiper__right {
      z-index: 2;
      top: 92px;
      right: 0px;
      background-color: #fff;
      padding: 5px; }
      .swiper_trailers .swiper__right img {
        max-width: 20px; } }
  @media (max-width: 1200px) {
    .swiper_trailers .swiper__right {
      top: 72px; } }
  @media (max-width: 992px) {
    .swiper_trailers .swiper__right {
      top: 84px; } }
  @media (max-width: 540px) {
    .swiper_trailers .swiper__right {
      top: 61px; } }
  @media (max-width: 440px) {
    .swiper_trailers .swiper__right {
      margin-top: 26%;
      top: 0; } }

.boxOffice__frame {
  width: 100%;
  min-height: 316px; }

.post-page__thumb {
  margin-bottom: 30px; }

.ad-banner {
  text-align: center; }
  .ad-banner iframe {
    max-width: 100%; }

.padding_hor_40 {
  padding-left: 40px;
  padding-right: 40px; }

.button {
  color: #fff; }
  .button_black {
    background-color: #212121;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    transition: all 0.3s linear;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: bold; }
    .button_black:hover {
      background-color: #ED174B;
      color: #fff; }

.align_center {
  text-align: center; }

.kr-button {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 1.8rem 5rem 2rem;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  transition: all 0.3s; }
  .kr-button:hover, .kr-button:focus {
    background-color: #fff;
    color: #333; }

.pagination {
  font-size: 0; }
  .pagination > li {
    vertical-align: middle;
    display: inline-block; }
    .pagination > li > a {
      border: 1px solid transparent;
      margin-left: inherit;
      color: #959595;
      display: inline-block; }
      .pagination > li > a:hover {
        background-color: #eee;
        border: 1px solid transparent;
        color: #000; }
    .pagination > li > span {
      float: none;
      display: inline-block;
      background-color: transparent;
      border: none;
      color: #000; }
      .pagination > li > span:hover {
        background-color: transparent; }
    .pagination > li.active > a {
      border: 1px solid #000 !important;
      color: #000;
      padding: 6px 14px;
      background: transparent !important; }
      .pagination > li.active > a:hover {
        background-color: #eee;
        color: #000;
        border: none; }

.link_pagination {
  display: inline-block;
  vertical-align: middle;
  border: none;
  font-weight: bold;
  font-size: 18px;
  color: #959595; }
.link_pagination-arrow {
  border: none; }

.text_divider {
  font-weight: bold;
  font-size: 18px;
  color: #959595; }

.social-links__header {
  float: right;
  margin-top: 5rem;
  margin-right: 8rem; }
  @media (max-width: 768px) {
    .social-links__header {
      float: left; } }
.social-links a {
  font-size: 2.1rem;
  margin-left: 1rem;
  margin-right: 1rem; }
.social-links * {
  color: #ed184a; }

.blocks-style-one__backgorund {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 22rem;
  transition: all 0.3s; }
.blocks-style-one__coverlinks {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)); }
.blocks-style-one__title {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 1.5rem; }

.post-gallery {
  margin-top: 3rem;
  background-color: #333;
  text-align: center;
  position: relative; }
  .post-gallery .swiper-slide {
    width: 100%; }
  .post-gallery img {
    height: 50rem;
    width: auto; }
    @media (max-width: 1200px) {
      .post-gallery img {
        height: 30rem; } }
  .post-gallery__thumbs {
    margin-top: 1rem; }
    .post-gallery__thumbs .swiper-slide {
      width: 10rem;
      height: 10rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .post-gallery__img-block {
    height: 40rem;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat; }
  .post-gallery__link-block {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .post-gallery__next, .post-gallery__prev {
    position: absolute;
    top: 43%;
    transform: rotateY(-50%);
    color: #fff;
    font-size: 3rem;
    z-index: 5; }
  .post-gallery__next {
    right: 1.5rem; }
  .post-gallery__prev {
    left: 1.5rem; }
  .post-gallery__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.2rem;
    padding: 0.5px 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.5; }

.fancybox-caption-wrap {
  text-align: center; }

.hotline__cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh; }
  @media (max-width: 992px) {
    .hotline__cover-image {
      height: 100vh; } }
  .hotline__cover-image::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
    z-index: 1; }
.hotline__container {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-57rem);
  z-index: 2; }
  @media (max-width: 1440px) {
    .hotline__container {
      transform: none;
      left: 5rem; } }
  @media (max-width: 992px) {
    .hotline__container {
      left: 2rem; } }
.hotline__info-block {
  max-width: 50%; }
  @media (max-width: 1440px) {
    .hotline__info-block {
      max-width: 80%; } }
  .hotline__info-block * {
    color: #fff; }
  .hotline__info-block p {
    font-size: 1.8rem;
    margin: 0; }
    @media (max-width: 992px) {
      .hotline__info-block p {
        font-size: 1.4rem; } }
.hotline__title {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 3.5rem; }
  @media (max-width: 992px) {
    .hotline__title {
      font-size: 2.8rem;
      line-height: 1.4; } }
  .hotline__title a {
    transition: all 0.3s; }
    .hotline__title a:hover, .hotline__title a:focus {
      color: #ed184a; }
.hotline__readmore {
  border-color: rgba(255, 255, 255, 0.5);
  margin-top: 4rem;
  background-color: transparent; }
.hotline__button-prev, .hotline__button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  opacity: 0.5;
  transition: all 0.3s; }
  @media (max-width: 1440px) {
    .hotline__button-prev, .hotline__button-next {
      display: none; } }
  .hotline__button-prev .flaticon-next:before,
  .hotline__button-prev .flaticon-back:before, .hotline__button-next .flaticon-next:before,
  .hotline__button-next .flaticon-back:before {
    font-size: 3rem; }
  .hotline__button-prev:hover, .hotline__button-prev:focus, .hotline__button-next:hover, .hotline__button-next:focus {
    opacity: 0.8; }
.hotline__button-prev {
  left: 3rem; }
.hotline__button-next {
  right: 3rem; }

.headLine {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .headLine {
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    .headLine {
      margin-bottom: 0;
      margin-top: 0; } }
  @media (max-width: 768px) {
    .headLine__wrapper > .container {
      padding-left: 0;
      padding-right: 0; }
      .headLine__wrapper > .container > .row {
        margin-right: 0;
        margin-left: 0; }
        .headLine__wrapper > .container > .row > .col-xs-12 {
          padding-left: 0;
          padding-right: 0; } }
  .headLine__inner {
    display: flex; }
    @media (max-width: 992px) {
      .headLine__inner {
        flex-direction: column;
        position: relative; } }
  .headLine__left {
    flex: 1 1 70%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 0;
    overflow: hidden;
    background-color: #000; }
    @media (max-width: 992px) {
      .headLine__left {
        margin-right: 0;
        flex: 1 1 auto;
        height: 60vw; } }
    .headLine__left::after {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9));
      z-index: 1; }
    .headLine__left__content {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 3;
      padding: 5rem;
      padding-bottom: 3rem; }
      @media (max-width: 992px) {
        .headLine__left__content {
          position: absolute;
          bottom: 0;
          padding: 3rem; } }
      @media (max-width: 992px) {
        .headLine__left__content {
          padding: 1.5rem; } }
      .headLine__left__content p {
        font-size: 14px;
        color: #fff;
        opacity: 0.7; }
      .headLine__left__content h2 {
        font-size: 2.2rem;
        line-height: normal; }
        .headLine__left__content h2 a {
          font-weight: bold;
          color: #fff;
          transition: all 0.3s linear; }
          .headLine__left__content h2 a:hover {
            color: #ed184a; }
    .headLine__left__inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: all 0.3s linear; }
    .headLine__left__link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 4; }
    .headLine__left:hover .headLine__left_inner {
      transform: scale(1.05); }
    .headLine__left .headLine__bg-image {
      min-height: auto;
      height: auto !important; }
    .headLine__left:hover .headLine__bg-image {
      transform: translate(-50%, -50%) scale(1.04); }
  .headLine__right {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 992px) {
      .headLine__right {
        flex: 1 1 100%; } }
  .headLine__row {
    padding-top: 8px;
    padding-bottom: 8px;
    flex: 1 1 auto;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    padding-left: 8px; }
    .headLine__row:after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 992px) {
      .headLine__row {
        margin-bottom: 0; } }
    .headLine__row:first-child {
      padding-top: 0; }
      @media (max-width: 992px) {
        .headLine__row:first-child {
          padding-top: 8px; } }
    .headLine__row:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
      @media (max-width: 992px) {
        .headLine__row:last-child {
          padding-bottom: 8px; } }
    .headLine__row__inner {
      position: relative;
      transform: scale(1);
      float: left;
      width: 106px;
      height: 106px;
      transition: all 0.3s linear;
      background-position: center center;
      background-size: cover;
      overflow: hidden; }
    .headLine__row:hover .headLine__bg-image {
      transform: translate(-50%, -50%) scale(1.07); }
    .headLine__row.active {
      background-color: #ed184a; }
      .headLine__row.active .headLine__row__title {
        color: #fff; }
    .headLine__row__link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 4; }
      .headLine__row__link:hover span {
        color: #ed184a; }
      .headLine__row__link span {
        transition: all 0.3s linear;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 3;
        padding: 3rem;
        font-weight: bold;
        color: #fff; }
        @media (max-width: 768px) {
          .headLine__row__link span {
            padding: 1.5rem; } }
    .headLine__row__content {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 3;
      padding: 3rem; }
      .headLine__row__content p {
        font-size: 14px;
        color: #fff;
        opacity: 0.7; }
      .headLine__row__content h2 {
        font-size: 14px;
        line-height: normal; }
        .headLine__row__content h2 a {
          font-weight: bold;
          color: #fff; }
    .headLine__row__title {
      display: block;
      float: left;
      width: calc(100% - 106px);
      padding-left: 12px;
      padding-right: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
      @media (max-width: 992px) {
        .headLine__row__title {
          -webkit-line-clamp: none; } }
  .headLine__readmore {
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 1.1rem 4rem 1.3rem;
    display: none; }

.nav-bg {
  height: 5rem;
  width: 5rem;
  position: fixed;
  top: 4.2rem;
  right: 5.2rem;
  background-color: #444;
  z-index: 1000;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  visibility: hidden; }
  .nav-bg.active {
    visibility: visible;
    transform: scale(80); }

.burger-menu {
  background-color: #fff;
  border: 1px solid #444;
  height: 5.3rem;
  width: 5.3rem;
  position: relative;
  z-index: 2000000;
  text-align: center;
  outline: none;
  transition: all 0.35s;
  display: block; }
  .burger-menu__inner {
    border: 1px solid #333;
    top: 1.5rem; }
    .burger-menu__inner .burger-menu__icon, .burger-menu__inner .burger-menu__icon::before, .burger-menu__inner .burger-menu__icon::after {
      background-color: #333; }
  .burger-menu__icon {
    position: relative;
    margin-top: 2.6rem; }
    .burger-menu__icon, .burger-menu__icon::before, .burger-menu__icon::after {
      width: 2.5rem;
      height: 2px;
      background-color: #444;
      display: inline-block; }
    .burger-menu__icon::before, .burger-menu__icon::after {
      content: "";
      position: absolute;
      left: 0;
      transition: all 0.2s; }
    .burger-menu__icon::before {
      top: -0.8rem; }
    .burger-menu__icon::after {
      top: 0.8rem; }
  .burger-menu:focus {
    outline: none; }
  .burger-menu:hover .burger-menu__icon::before {
    top: -1rem; }
  .burger-menu:hover .burger-menu__icon::after {
    top: 1rem; }
  .burger-menu_sidebar {
    background-color: transparent;
    border-color: #fff;
    margin-top: 0; }
    .burger-menu_sidebar .burger-menu__icon {
      background-color: transparent; }
      .burger-menu_sidebar .burger-menu__icon::before {
        background-color: #fff; }
      .burger-menu_sidebar .burger-menu__icon::after {
        background-color: #fff; }
    .burger-menu_sidebar .burger-menu__icon::before {
      top: 0;
      transform: rotate(135deg); }
    .burger-menu_sidebar .burger-menu__icon::after {
      top: 0;
      transform: rotate(-135deg); }
    .burger-menu_sidebar:hover .burger-menu__icon:before {
      top: 0; }
    .burger-menu_sidebar:hover .burger-menu__icon:after {
      top: 0; }

.mobile-nav {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
  opacity: 0;
  transform: translateX(-10rem);
  transition: opacity 0.8s, transform 0.5s;
  visibility: hidden;
  animation-fill-mode: backwards;
  padding-bottom: 5rem; }
  .mobile-nav.active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1; }
  .mobile-nav__wrap {
    list-style: none;
    min-width: 70%; }
  .mobile-nav__list ul {
    margin-top: 4rem; }
    .mobile-nav__list ul > li {
      margin: 1rem 0.5rem;
      list-style: none; }
      .mobile-nav__list ul > li > a {
        display: block;
        text-align: left; }
        .mobile-nav__list ul > li > a:link, .mobile-nav__list ul > li > a:visited {
          display: block;
          font-size: 1.8rem;
          font-weight: 300;
          color: #fff;
          padding: 0.5rem 1rem;
          text-decoration: none;
          text-transform: uppercase;
          letter-spacing: 0.1rem;
          transition: all 0.4s; }
  .mobile-nav .sub-menu {
    display: block;
    position: static; }
    .mobile-nav .sub-menu a:link, .mobile-nav .sub-menu a:visited {
      display: block;
      color: #333;
      padding: 0.3rem; }

.masonry-grid {
  max-width: 100%; }
  .masonry-grid::after {
    display: block;
    content: "";
    clear: both; }
  .masonry-grid__sizer, .masonry-grid__item {
    width: 33.3%; }
    @media (max-width: 992px) {
      .masonry-grid__sizer, .masonry-grid__item {
        width: 50%; } }
    @media (max-width: 370px) {
      .masonry-grid__sizer, .masonry-grid__item {
        width: 100%; } }
  .masonry-grid__item {
    float: left;
    margin-bottom: 5rem;
    padding: 0 1.5rem; }

.ad-section__top {
  padding-bottom: 0; }

.ad-banner__img {
  display: block;
  width: 100%; }

.post__page-content a {
  color: #ed184a;
  display: inline-block;
  text-decoration: underline; }
  .post__page-content a:hover, .post__page-content a:focus {
    text-decoration: none; }
@media (max-width: 992px) {
  .post__page-content {
    margin-bottom: 15px; } }
.post__page-content figure {
  margin-bottom: 2rem;
  max-width: 100%; }
.post__page-content img {
  max-width: 100%;
  height: auto; }
.post__page-content .wp-caption-text {
  font-style: italic;
  font-size: 1.4rem;
  opacity: 0.8;
  margin-top: 0.3rem; }
.post__page-content iframe:not(.instagram-media,.wp-embedded-content) {
  width: 100%;
  height: 40rem; }
.post__data {
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  opacity: 0.9;
  display: block; }
.post__author {
  display: inline-block;
  margin-right: 5px;
  color: #ed184a; }
.post__title {
  font-size: 4.2rem;
  font-weight: bold;
  max-width: 80%; }
.post__thumbnail {
  height: 45rem;
  margin: 0 0 1rem; }
.post__thumbnail-caption {
  font-style: italic;
  opacity: 0.5; }
.post__lid {
  background-color: #f0f0f0;
  padding: 1.5rem 2rem;
  margin: 2rem 0; }
  .post__lid p {
    margin: 0; }
.post__tags-list {
  margin-top: 2rem; }
  .post__tags-list a {
    background-color: #f0f0f0;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 2rem;
    color: #333;
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    transition: all 0.3s;
    text-decoration: none; }
    .post__tags-list a:hover, .post__tags-list a:focus {
      background-color: #ed184a;
      color: #fff; }
.post-grid__item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 10px; }
  @media (max-width: 992px) {
    .post-grid__item {
      width: 50%; } }
  @media (max-width: 540px) {
    .post-grid__item {
      width: 100%; } }
.post-grid_4 .post-grid__inner {
  margin: 0 -15px; }
.post-grid_4 .post-grid__item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 70px; }
  @media (max-width: 992px) {
    .post-grid_4 .post-grid__item {
      width: 50%; } }
  @media (max-width: 540px) {
    .post-grid_4 .post-grid__item {
      width: 100%; } }
.post__tagsLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post-page__data {
  margin-bottom: 2rem; }

.post-list__item::after {
  display: block;
  content: "";
  background-color: #e5e5e5;
  margin-top: 2rem;
  width: 100%;
  height: 1px; }
.post-list__thumbnail {
  position: relative;
  margin-bottom: 2rem;
  transition: all 0.3s;
  display: block;
  position: relative; }
  .post-list__thumbnail:hover, .post-list__thumbnail:focus {
    box-shadow: 0 0.7rem 2.5rem rgba(0, 0, 0, 0.35);
    transform: translateY(-0.3rem); }
  .post-list__thumbnail img {
    width: 100%;
    height: auto; }
.post-list__category {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: bold; }
.post-list__title {
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4; }
.post-list__title_link {
  color: #333;
  transition: all 0.3s; }
  .post-list__title_link:hover, .post-list__title_link:focus {
    color: #ed184a; }
.post-list p {
  font-size: 1.4rem;
  color: #666666; }
.post-list__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.postList__item {
  margin-bottom: 3rem; }
  .postList__item:last-child {
    margin-bottom: 0; }
    .postList__item:last-child:after {
      display: none; }
  @media (max-width: 768px) {
    .postList__item {
      margin-bottom: 0; } }
  .postList__item.popup_lid .postList__lid {
    display: none; }
.postList__thumbnail {
  position: relative;
  margin-bottom: 0;
  padding-top: 375px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .postList__thumbnail:hover .postList__title {
    color: #ed184a; }
  .postList__thumbnail::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9));
    z-index: 1; }
.postList__content {
  position: absolute;
  bottom: 0;
  padding: 3rem 4rem;
  width: 100%;
  z-index: 4; }
  @media (max-width: 768px) {
    .postList__content {
      padding: 1.5rem; } }
.postList__title {
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  transition: all 0.3s linear; }
  .postList__title:hover {
    color: #ed184a; }
.postList__data {
  color: #fff;
  opacity: 0.5;
  font-size: 1.4rem;
  margin-bottom: 1rem; }
.postList__link {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.postList__tags {
  z-index: 4; }
  .postList__tags .post__tags-list {
    max-width: 100%;
    position: relative;
    z-index: 2; }
  @media (max-width: 1200px) {
    .postList__tags {
      left: 12px;
      top: 10px; } }
.postList__lid {
  color: #fff;
  font-weight: 400;
  font-size: 16px; }
.postList_last-child .postList__item:last-child {
  margin-bottom: 0; }
  .postList_last-child .postList__item:last-child .postList__thumbnail {
    margin-bottom: 0; }
.postList_rightColumn .postList__data {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 4rem; }
  @media (max-width: 768px) {
    .postList_rightColumn .postList__data {
      padding-left: 15px; } }
.postList_rightColumn .postList__tags {
  margin-left: 4rem; }
  @media (max-width: 768px) {
    .postList_rightColumn .postList__tags {
      margin-left: 15px; } }
.postList_rightColumn .postList__title {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 4rem; }
  @media (max-width: 768px) {
    .postList_rightColumn .postList__title {
      padding-left: 15px; } }
.postList_rightColumn .postList__titleText {
  padding-bottom: 1rem;
  display: inline-block; }
.postList_rightColumn .postList__content {
  padding: 0;
  padding-right: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 768px) {
    .postList_rightColumn .postList__content {
      padding-bottom: 15px;
      padding-right: 15px; } }
.postList_rightColumn .postList__link-wr {
  display: block;
  padding: 0 4rem 3rem; }
  @media (max-width: 768px) {
    .postList_rightColumn .postList__link-wr {
      padding-left: 15px; } }
.postList_rightColumn .postList__mainLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.post-bottom-section {
  margin-top: 5rem; }

.newsList__item {
  min-height: 375px;
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .newsList__item {
      min-height: 308px; } }
  @media (max-width: 992px) {
    .newsList__item {
      min-height: 264px; } }
.newsList__image {
  margin-bottom: 2rem;
  position: relative;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
.newsList__data {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
  font-weight: normal; }
.newsList__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .newsList__link:hover .newsList__icon {
    opacity: 0.7; }
    .newsList__link:hover .newsList__icon path {
      fill: #d32322; }
.newsList__icon {
  width: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear; }
  .newsList__icon path {
    transition: all 0.3s linear;
    fill: #d32322; }
.newsList_trailer .newsList__item {
  min-height: auto;
  margin-bottom: 0; }
.newsList_fixed_height .newsList__title {
  max-height: 97px;
  overflow: hidden;
  text-overflow: ellipsis; }
.newsList_last-child .newsList__item:last-child {
  margin-bottom: 0; }
.newsList_leftColumn .postList__thumbnail {
  padding-top: 0;
  background-image: none !important; }
  .newsList_leftColumn .postList__thumbnail > a {
    position: relative; }
    .newsList_leftColumn .postList__thumbnail > a > img {
      max-width: 100%; }
  .newsList_leftColumn .postList__thumbnail::after {
    display: none; }
.newsList_leftColumn .postList__content {
  position: relative;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }
.newsList_leftColumn .postList__data {
  color: #000; }
.newsList_leftColumn .postList__title {
  color: #000; }
.newsList_leftColumn .postList__item:last-child::after {
  display: none; }
.newsList_leftColumn .postList__item::after {
  display: block;
  content: "";
  background-color: #e5e5e5;
  margin-top: 2rem;
  width: 100%;
  height: 1px; }
@media (max-width: 768px) {
  .newsList_leftColumn .postList__item {
    padding: 0 12px;
    margin-bottom: 8px; } }
.newsList_leftColumn .postList__data {
  margin-bottom: 0; }
.newsList_trailers .newsList__item {
  min-height: auto; }

.banner__item {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .banner__item {
      margin-bottom: 10px;
      text-align: center; } }

.sidebar .newsList__item {
  min-height: auto;
  position: relative;
  margin-bottom: 30px; }
  .sidebar .newsList__item:after {
    display: block;
    content: "";
    background-color: #e5e5e5;
    margin-top: 2rem;
    width: 100%;
    height: 1px; }
.sidebar .newsList__image {
  display: none; }

.tags_front .post__tags-list a {
  padding: 0;
  display: inline-block;
  margin-right: 25px;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: transparent;
  margin-bottom: 12px; }

.mobile-menu__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #333;
  opacity: 0; }

.mobile-menu__open {
  display: none;
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 30px; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -300px;
  width: 300px;
  height: 100%;
  max-height: 100%;
  z-index: 10000;
  overflow-y: auto;
  background: #ed184a;
  overflow-x: hidden;
  padding-bottom: 30px;
  transition: margin 0.3s linear;
  margin-right: -300px; }
  .mobile-menu * {
    color: #333; }
  .mobile-menu__burger {
    position: absolute;
    top: 42px;
    right: 20px; }
  .mobile-menu.opened {
    margin-right: 0; }
  .mobile-menu__links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.37); }
    .mobile-menu__links li a {
      padding: 15px 1.5rem;
      text-transform: uppercase;
      color: #fff;
      display: block; }

.mobile-menu__header {
  height: 135px;
  position: relative; }

.mobile-menu__menu {
  padding: 0;
  margin: 0; }
  .mobile-menu__menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d2d2d2;
    position: relative; }
    .mobile-menu__menu li:first-child {
      border-top: 1px solid #d2d2d2; }
    .mobile-menu__menu li.current-menu-item a {
      background-color: #ed184a;
      color: #fff; }
  .mobile-menu__menu a {
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    text-align: left; }
  .mobile-menu__menu .sub-menu {
    width: 100%;
    display: none;
    position: relative; }
    .mobile-menu__menu .sub-menu li:first-child {
      border-top: none; }
    .mobile-menu__menu .sub-menu a {
      color: #fff;
      font-size: 16px; }

.mobile-menu__logo {
  width: 140px;
  display: block;
  position: absolute;
  left: 20px;
  top: 20px; }

.mobile-menu__close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  line-height: 24px; }

.mobile-menu__yelp {
  width: 75px;
  position: absolute;
  left: 13px;
  top: 65px; }

.mobile-menu__first-rated {
  position: absolute;
  left: 110px;
  top: 76px; }
  .mobile-menu__first-rated .header__first-rated__line-1,
  .mobile-menu__first-rated .header__first-rated__line-2 {
    font-size: 14px; }
  .mobile-menu__first-rated .header__first-rated__line-2 {
    margin-left: 20px; }
  .mobile-menu__first-rated .header__first-rated__green {
    color: #ed184a; }

/* ======= MEDIA QUORIES ======= */
@media (max-width: 1200px) {
  .top-nav,
  .header__yelp,
  .header__first-rated,
  .header__phone {
    display: none; }

  .header__bbb-logo {
    right: auto;
    left: 300px; }

  .mobile-menu__open {
    display: block; }

  .guaranteed-block {
    padding: 0 30px 40px; } }
.search-block {
  position: relative;
  width: 2rem; }
  .search-block__icon {
    color: #444;
    font-size: 1.8rem;
    display: none; }
    .search-block__icon_active {
      display: block; }
    .search-block__icon:hover, .search-block__icon:focus, .search-block__icon:active {
      color: #ed184a; }
  .search-block__form {
    position: absolute;
    right: 0;
    top: 30px;
    border: none;
    opacity: 0;
    z-index: -1;
    width: 180px; }
    @media (max-width: 992px) {
      .search-block__form {
        right: 43px;
        top: -3px; } }
  .search-block__input {
    width: 20rem;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #ed184a;
    color: #ed184a; }
    @media (max-width: 370px) {
      .search-block__input {
        width: 14rem; } }
    .search-block__input:focus {
      outline: none; }
  .search-block__input::-webkit-input-placeholder {
    color: #ed184a; }
  .search-block__input::-moz-placeholder {
    color: #ed184a; }
  .search-block__input:-ms-input-placeholder {
    color: #ed184a; }
  .search-block__input:-moz-placeholder {
    color: #ed184a; }
  .search-block_header {
    position: relative;
    height: auto;
    display: none;
    padding-top: 0; }
    .search-block_header div.asl_m .probox .proinput {
      padding: 3px 0 3px 36px;
      margin: 0;
      width: 683px; }
      @media (max-width: 1200px) {
        .search-block_header div.asl_m .probox .proinput {
          width: 482px; } }
      @media (max-width: 992px) {
        .search-block_header div.asl_m .probox .proinput {
          width: 344px; } }
      @media (max-width: 768px) {
        .search-block_header div.asl_m .probox .proinput {
          width: calc(100vw - 320px); } }
    .search-block_header #ajaxsearchlite1 {
      box-shadow: none; }
      .search-block_header #ajaxsearchlite1 .probox .proclose {
        margin-top: 7px;
        background-color: #ffe8ed; }
    .search-block_header #ajaxsearchlite1 .probox, .search-block_header div.asl_w .probox {
      height: auto;
      border: 1px solid #d9d9d9;
      border-radius: 6px;
      background-color: #ffe8ed; }
    .search-block_header div.asl_w .probox .promagnifier {
      margin-top: 2px;
      box-shadow: none; }

.search-block__inner.search-block__header {
  margin-top: 3rem; }
.search-block__inner .search-block__input {
  color: #ed184a;
  border-bottom: 2px solid #ed184a; }
.search-block__inner .search-block__input::-webkit-input-placeholder {
  color: #5e5e5e; }
.search-block__inner .search-block__input::-moz-placeholder {
  color: #5e5e5e; }
.search-block__inner .search-block__input:-ms-input-placeholder {
  color: #5e5e5e; }
.search-block__inner .search-block__input:-moz-placeholder {
  color: #5e5e5e; }
.search-block__inner .search-block__icon {
  color: #ed184a; }
  .search-block__inner .search-block__icon:hover, .search-block__inner .search-block__icon:focus, .search-block__inner .search-block__icon:active {
    color: #ed184a; }

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
  font-size: 14px; }

.search-block_header #ajaxsearchlite1 .probox .proclose {
  margin-top: 0;
  position: absolute;
  left: 5px;
  top: 3px; }

div.asl_m .probox .proloading {
  padding: 2px;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 24px !important;
  height: 24px !important; }

div.asl_w .probox div.asl_simple-circle {
  border-width: 3px !important; }

.play_player {
  width: 28px;
  height: 28px;
  background-image: url("../img/pause.svg");
  display: inline-block;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat; }
  .play_player.paused {
    background-image: url("../img/play.svg"); }

.text_player {
  font-size: 14px;
  color: #121212;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.text_time {
  font-size: 12px;
  color: #8D8D8D; }

.icon_burger {
  display: inline-block;
  transform-origin: center center;
  transition: all 0.3s linear; }

.burger_player {
  display: inline-block;
  font-size: 0;
  text-align: center;
  padding: 15px 15px;
  background-color: #FFCDD8;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s linear; }
  .burger_player:hover {
    background-color: #f8bac8; }
  .burger_player.expand .icon {
    transform: rotate(180deg); }

.player {
  font-size: 0;
  position: relative;
  display: inline-block; }
  .player__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #ED174B;
    background-color: #FFE8ED;
    padding: 5px 12px 5px 18px;
    height: 43px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    @media (max-width: 768px) {
      .player__title {
        display: none; } }
  .player__burger {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px; }
  .player__panel {
    background-color: #FFE8ED;
    vertical-align: middle;
    padding: 7px 9px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block; }
    .player__panel:after {
      display: block;
      content: "";
      clear: both; }
  .player__play {
    float: left;
    width: 28px; }
  .player__content {
    padding-left: 11px;
    float: left;
    width: calc(100% - 28px); }
  .player__singleName {
    display: inline-block;
    padding-right: 12px;
    vertical-align: top;
    width: 473px; }
    @media (max-width: 1200px) {
      .player__singleName {
        width: 332px; } }
    @media (max-width: 768px) {
      .player__singleName {
        width: calc(100vw - 162px); } }
  .player__singleTime {
    display: inline-block; }
  .player__progressBar {
    margin-top: 4px; }
  .player__slide {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    min-width: 320px;
    background-color: #fff;
    box-shadow: 0px 23px 68px rgba(0, 0, 0, 0.53); }
    .player__slide.scroll {
      overflow-y: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .player__slide.scroll::-webkit-scrollbar {
        display: none; }
  .player__bottom {
    padding-bottom: 10px;
    padding-right: 18px;
    padding-top: 10px;
    padding-left: 18px; }

.track {
  font-size: 16px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  cursor: pointer; }
  .track__wrapper {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0; }
  .track__name {
    font-size: 16px;
    display: block; }
  .track.active {
    background-color: #fce5ea; }

.progressBar_player {
  z-index: 10;
  height: 2px;
  background-color: #fff;
  position: relative;
  cursor: pointer; }
  .progressBar_player:before {
    position: absolute;
    width: 100%;
    bottom: -8px;
    content: "";
    display: block;
    right: 0;
    height: 42px; }

.seekBar_player {
  height: 2px;
  position: absolute;
  width: 100px;
  background-color: #ED174B;
  transition: all 0.1s linear; }
  .seekBar_player:before {
    position: absolute; }
  .seekBar_player:after {
    position: absolute;
    top: -2px;
    right: -3px;
    width: 6px;
    height: 6px;
    background-color: #ED174B;
    display: block;
    content: "";
    border-radius: 100px;
    cursor: pointer; }

.link_player {
  font-size: 16px;
  color: #ED174B;
  text-transform: uppercase;
  font-weight: 500; }
  .link_player:hover {
    color: #ED174B; }

.movie__titleBox {
  background-color: #F5F5F5;
  padding: 23px 0 33px;
  position: relative;
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    .movie__titleBox {
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0; } }
  .movie__titleBox:before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 260px;
    height: 100%;
    display: block;
    content: "";
    background-color: #F5F5F5;
    z-index: -1; }
    @media (max-width: 768px) {
      .movie__titleBox:before {
        display: none; } }
.movie__poster {
  margin-top: 50px;
  filter: drop-shadow(0px 31px 41px rgba(0, 0, 0, 0.25));
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .movie__poster {
      margin-top: 0; } }
.movie__titlePairs {
  margin-top: 26px; }
.movie__top {
  margin-bottom: 80px; }
  .movie__top:after {
    display: block;
    content: "";
    clear: both; }
  @media (max-width: 768px) {
    .movie__top {
      margin-bottom: 25px; } }
.movie__leftColumn {
  display: block;
  width: 380px;
  float: left;
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .movie__leftColumn {
      width: auto;
      float: none; } }
.movie__rightColumn {
  display: block;
  width: calc(100% - 380px);
  float: left;
  padding-left: 50px; }
  @media (max-width: 768px) {
    .movie__rightColumn {
      width: auto;
      float: none;
      padding-left: 0; } }
.movie__contentSection {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .movie__contentSection {
      padding: 25px 0; } }
.movie__materials {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .movie__materials {
      padding: 25px 0; } }
.movie__readMore {
  padding: 100px; }
  @media (max-width: 768px) {
    .movie__readMore {
      padding: 25px 0; } }

.back_gray {
  background-color: #F5F5F5; }

.h2_red {
  color: #ED174B;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 25px; }

.title_movie {
  color: #ED174B;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0; }
.title_subtitle {
  font-size: 20px;
  font-weight: normal;
  color: #121212; }
.title_18 {
  font-size: 18px; }
.title_subtitle2 {
  color: #989898;
  font-size: 16px; }
.title_bold {
  font-weight: bold; }

.pair {
  margin-bottom: 10px; }
  .pair_inline {
    display: inline-block; }
    .pair_inline:first-child {
      margin-right: 37px; }
  .pair_table:after {
    clear: both;
    display: block;
    content: ""; }
  .pair_table .pair__title {
    display: block;
    width: 120px;
    float: left;
    margin-right: 0px; }
  .pair_table .pair__value {
    width: calc(100% - 120px);
    float: left;
    padding-left: 10px; }
  .pair__title {
    color: #121212;
    display: inline-block;
    font-weight: bold;
    font-size: 16px; }
  .pair__value {
    padding-left: 10px;
    font-size: 16px;
    display: inline-block;
    color: #121212; }

.link_unreline {
  text-decoration: underline; }
.link_materials {
  font-size: 1.8rem; }
.link_pair {
  color: #121212;
  text-decoration: underline; }
.link_black {
  color: #000; }
.link_big {
  background-color: #212121;
  padding: 14px 14px;
  display: inline-block;
  transition: all 0.3s linear; }
  .link_big:hover {
    background-color: #ED174B; }
  .link_big .link__title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
  .link_big .link__image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px; }
.link_bold {
  font-weight: bold; }
.link_comment {
  padding-bottom: 5px;
  display: inline-block; }
@media (max-width: 768px) {
  .link_mobile-100 {
    display: block; } }
.link_mobile-center {
  font-size: 20px; }
  @media (max-width: 768px) {
    .link_mobile-center {
      text-align: center; } }
.link_icon-right .link__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #121212;
  margin-right: 10px;
  text-decoration: underline; }
.link_icon-right .link__icon {
  display: inline-block;
  vertical-align: middle; }
.link_icon-right .link:hover .link__title {
  text-decoration: none; }
.link .link.active {
  text-decoration: underline; }

.materials__swiper:not(.swiper-container-initialized) .swiper-wrapper {
  width: calc(100% + 30px); }
.materials__swiper:not(.swiper-container-initialized) .swiper-slide {
  width: calc(33.333333% - 30px);
  margin-right: 30px; }

.newsList_trailer .newsList__image {
  margin-bottom: 1rem; }
.newsList_trailer .newsList__title {
  margin-top: 2px;
  margin-bottom: 4px; }
.newsList_trailer .newsList__subTitle {
  font-size: 14px;
  color: #989898; }

.block_movie .block__item {
  position: relative; }
.block_movie .block__title {
  margin-bottom: 5px; }
.block_movie .block__play {
  position: absolute;
  top: 7px;
  left: 0px; }
.block_movie .block__image {
  padding-top: 0;
  margin-bottom: 2rem;
  position: relative; }
.block_movie .block__rate {
  position: absolute;
  bottom: 0;
  left: 0; }
.block_movie .block__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.readMore__swiper:not(.swiper-container-initialized) .swiper-wrapper {
  width: calc(100% + 30px); }
.readMore__swiper:not(.swiper-container-initialized) .swiper-slide {
  width: calc(25% - 30px);
  margin-right: 30px; }
  @media (max-width: 768px) {
    .readMore__swiper:not(.swiper-container-initialized) .swiper-slide {
      width: calc(50% - 30px);
      margin-right: 30px; } }

.play {
  background-color: #ED174B;
  padding: 6px 14px;
  display: inline-block; }

.img_inline {
  display: inline-block; }
.img_top {
  vertical-align: top; }

.icon_white {
  background-color: #ED174B; }

.rate {
  background-color: #ED174B;
  position: relative;
  padding: 6px 9px; }
  .rate:before {
    top: 0;
    left: 100%;
    position: absolute;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 12px solid transparent;
    border-left: 6px solid #ED174B;
    border-top: 12px solid #ED174B;
    border-right: 6px solid transparent; }
  .rate__image {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    height: 17px; }
  .rate__value {
    display: inline-block;
    vertical-align: middle; }
  .rate::after {
    bottom: 0;
    left: 100%;
    position: absolute;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 12px solid #ED174B;
    border-left: 6px solid #ED174B;
    border-top: 12px solid transparent;
    border-right: 6px solid transparent; }

.text_white {
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
.text_subtitle {
  font-size: 16px;
  color: #000; }
.text_date {
  color: #7B7B7B;
  font-size: 16px; }

.comments__item {
  margin-bottom: 20px;
  background-color: #F6F6F6; }
  .comments__item:after {
    display: block;
    content: "";
    clear: both; }
.comments__labels {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 25px; }
.comments__userpic {
  width: 66px;
  float: left;
  text-align: right;
  padding-top: 30px; }
.comments__content {
  width: calc(100% - 66px);
  float: left;
  padding: 30px 16px; }
.comments__more {
  text-align: center; }

.commnent-label {
  display: inline-block;
  position: relative;
  padding-top: 15px;
  padding-right: 23px;
  margin-right: 25px; }
  .commnent-label__title {
    display: inline-block; }
  .commnent-label__marker {
    position: absolute;
    right: 0;
    top: 0;
    display: block; }
  .commnent-label.active .commnent-label__title {
    border-bottom: 2px solid #ED174B; }

.date {
  font-size: 14px;
  color: #000;
  opacity: 0.5; }

.textarea_comment {
  border: 1px solid #DADADA;
  color: #000;
  font-size: 16px;
  padding: 22px 28px;
  min-height: 160px;
  resize: vertical;
  width: 100%; }
  .textarea_comment ::placeholder {
    color: #989898; }

.form-group_comment {
  margin-bottom: 20px; }

.button_comment {
  border: 1px solid #333;
  padding: 8px 24px;
  background: #fff;
  transition: all 0.3s linear; }
  .button_comment:hover {
    background-color: #333;
    color: #fff; }

.marker_pink {
  padding: 2px 6px;
  background-color: #ED174B;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold; }

.block_inline-block-desktop {
  display: inline-block; }
  @media (max-width: 768px) {
    .block_inline-block-desktop {
      display: block; } }
.block_margin-bottom_20 {
  margin-bottom: 20px; }
.block_margin-right_5-desktop {
  margin-right: 5px; }
  @media (max-width: 768px) {
    .block_margin-right_5-desktop {
      margin-right: 0; } }
.block_title-vs-link .block__title {
  float: left; }
.block_title-vs-link .block__link {
  float: right;
  margin-top: 28px; }

.swiper-nav {
  position: relative; }

.nav_movie .nav__left {
  position: absolute;
  top: 172px;
  left: -80px;
  cursor: pointer;
  transition: all 0.3s linear;
  outline: none; }
  @media (max-width: 1440px) {
    .nav_movie .nav__left {
      left: 0;
      z-index: 2;
      background-color: #fff;
      padding: 5px; }
      .nav_movie .nav__left img {
        max-width: 20px; } }
  @media (max-width: 1200px) {
    .nav_movie .nav__left {
      top: 137px; } }
  @media (max-width: 992px) {
    .nav_movie .nav__left {
      top: 200px; } }
.nav_movie .nav__right {
  position: absolute;
  top: 172px;
  right: -80px;
  cursor: pointer;
  transition: all 0.3s linear;
  outline: none; }
  @media (max-width: 1440px) {
    .nav_movie .nav__right {
      right: 0;
      z-index: 2;
      background-color: #fff;
      padding: 5px; }
      .nav_movie .nav__right img {
        max-width: 20px; } }
  @media (max-width: 1200px) {
    .nav_movie .nav__right {
      top: 137px; } }
  @media (max-width: 992px) {
    .nav_movie .nav__right {
      top: 200px; } }

.page_movie-catalog .page__section {
  padding-top: 50px;
  padding-bottom: 50px; }
.page__filters {
  margin-bottom: 25px; }
  .page__filters:after {
    clear: both;
    content: "";
    display: block; }
.page__filter {
  float: left;
  margin-top: 7px;
  margin-bottom: 18px; }
  @media (max-width: 768px) {
    .page__filter {
      float: none; } }
.page__select {
  float: right; }
  @media (max-width: 768px) {
    .page__select {
      float: none; } }

.filter__link {
  display: inline-block;
  vertical-align: middle; }
.filter__divider {
  display: inline-block;
  vertical-align: middle; }

.color_pink {
  color: #ED174B; }

.select-custom {
  position: relative; }
.select select {
  display: none; }
.select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 18px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent; }
  @media (max-width: 768px) {
    .select-selected:after {
      top: 19px; } }
.select-selected:after.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }
.select-items div, .select .select-selected {
  color: #ffffff;
  padding: 8px 18px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  background-color: #333333;
  border-radius: 3px; }
.select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select-items {
  position: absolute;
  background-color: #333333;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 3px;
  overflow: hidden; }
  .select-items:not(.select-hide) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select-items div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .select-items div:last-child {
      border-bottom: none; }
.select-hide {
  display: none; }
.select-items div:hover, .select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ED174B; }

/*# sourceMappingURL=template.min.css.map */
