*,
p,
ul,
li,
hr,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background: url("../img/main-bg.png") top center no-repeat, #010e12;
}
body,
html {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
header .header-top {
  padding-top: 90px;
  padding-bottom: 40px;
}
header .header-top .in-cinema {
  display: inline-block;
}
header .header-top .in-cinema p {
  font-family: "Fira Sans Medium";
  font-size: 73px;
  line-height: 0.9;
  color: #241821;
  margin-bottom: 25px;
}
header .header-top .in-cinema p .first-string {
  font-size: 77px;
}
header .header-top .in-cinema .watch-trailer {
  display: inline-block;
  font-family: "Fira Sans Medium";
  font-size: 27px;
  line-height: 1;
  text-decoration: none;
  color: white;
  min-width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 85px 20px 50px;
  background: url("../img/look-trailer-bg.png") center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s ease;
}
header .header-top .in-cinema .watch-trailer:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.41);
}
header .header-nav .nav-container {
  background: #010e12;
  padding: 4px 30px;
  margin: 0 -30px;
}
header .header-nav .nav-container nav a {
  font-family: "Fira Sans Light";
  line-height: 1;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
  font-size: 18px;
  margin: 0 13px;
}
header .header-nav .nav-container nav a:first-child {
  margin-left: 0 !important;
}
header .header-nav .nav-container nav a:last-child {
  margin-right: 0 !important;
}
header .header-nav .nav-container nav a.active,
header .header-nav .nav-container nav a:hover {
  font-family: "Fira Sans Medium";
  color: #c6168d;
  margin: 0 11.6px;
}
header .header-nav .nav-container .loc-bonus-block a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-decoration: none;
  font-family: "Fira Sans Medium";
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
header .header-nav .nav-container .loc-bonus-block a img {
  margin-right: 3px;
}
header .header-nav .nav-container .loc-bonus-block a:hover {
  color: white;
}
header .header-nav .nav-container .loc-bonus-block a.bonus {
  margin-left: 13px;
}
header .header-nav .nav-container .loc-bonus-block a.bonus .bonus-count {
  font-family: "Fira Sans Bold";
  font-size: 18px;
  color: #c6168d;
}
header .header-banner .img-block {
  margin: 0 -30px;
}
header .header-banner .img-block img {
  width: 100%;
}
h2 {
  color: white;
  font-family: "Fira Sans Bold";
  font-size: 36px;
  line-height: 1;
  margin-bottom: 35px;
  text-transform: uppercase;
}
h2 .show-all {
  float: right;
  color: white;
  text-transform: none;
  text-decoration: none;
  font-family: "Fira Sans Book";
  font-size: 15px;
  transition: all 0.2s ease;
  padding-top: 5px;
  display: inline-block;
}
h2 .show-all:hover {
  color: #c6168d;
}
h2 .result-search {
  display: inline-block;
  margin-left: 20px;
  text-transform: none;
  font-size: 15px;
  vertical-align: middle;
}
h2 .result-search .count {
  color: #c6168d;
}
.filter-block {
  padding: 35px 0 20px;
}
.filter-block .reset-filters {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 1px solid #c6168d;
  outline: none;
  background: #c6168d;
  color: white;
  font-family: "Fira Sans Book";
  font-size: 14px;
  text-align: center;
  transition: all 0.2s ease;
}
.filter-block .reset-filters:hover {
  color: black;
  background: white;
  border-color: white;
}
.filter-block .form-control {
  background: transparent;
  color: white;
  font-family: "Fira Sans Book";
  font-size: 14px;
  margin-bottom: 20px;
  outline: none;
}
.filter-block .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #c6168d;
}
.filter-block .form-control option {
  background: black;
  outline: none;
}
.filter-block .form-control option:hover {
  background: #c6168d;
}
.filter-block .form-control::placeholder {
  color: white;
}
.bottom-hr {
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
  border: none;
  background: rgba(255, 255, 255, 0.51);
}
.info-text-hr {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Fira Sans Book";
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.film-card {
  margin-bottom: 35px;
}
.film-card .img-block {
  position: relative;
  overflow: hidden;
  border: 1px solid white;
  margin-bottom: 10px;
}
.film-card .img-block .film-label {
  position: absolute;
  left: -38px;
  top: 23px;
  display: inline-block;
  font-family: "Fira Sans Bold";
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  text-align: center;
  min-width: 140px;
  transform: rotate(-45deg);
  color: white;
  text-transform: uppercase;
  z-index: 5;
}
.film-card .img-block .film-label.novelty {
  background: #069c29;
}
.film-card .img-block .film-label.pre-indication {
  background: #c6168d;
}
.film-card .img-block .film-banner {
  width: 100%;
}
.film-card .img-block .hover-block {
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.67);
  text-align: center;
}
.film-card .img-block .hover-block .btn-play {
  display: inline-block;
  margin: 60px 0 50px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.film-card .img-block .hover-block .btn-play:hover {
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.51);
}
.film-card .img-block .hover-block .btn-more,
.film-card .img-block .hover-block .btn-timetable {
  display: inline-block;
  width: 90%;
  font-family: "Fira Sans Book";
  font-size: 13px;
  padding: 6px 2px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.film-card .img-block .hover-block .btn-more:hover,
.film-card .img-block .hover-block .btn-timetable:hover {
  color: #010e12;
  background: white;
}
.film-card .img-block .hover-block .btn-timetable {
  border: none;
  background: #004a8f;
  margin-bottom: 0;
}
.film-card .desc-block .adult-marker {
  background: #004a8f;
  color: white;
  display: inline-block;
  font-family: "Fira Sans Book";
  font-size: 17px;
  line-height: 1;
  padding: 7px 0;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid white;
  margin-bottom: 10px;
}
.film-card .desc-block .film-name {
  margin-bottom: 10px;
  font-family: "Fira Sans Book";
  line-height: 1.2;
  font-size: 20px;
  color: white;
}
.film-card .desc-block .film-genre {
  font-family: "Fira Sans Book";
  line-height: 1.2;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.51);
}
.film-card:hover .img-block .hover-block {
  opacity: 1;
}
.all-film-card {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  width: 100%;
  border: 1px solid white;
  height: 260.5px;
  text-align: center;
  text-decoration: none;
}
.all-film-card .plus {
  font-family: "Fira Sans Light";
  line-height: 67px;
  font-size: 72px;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  margin: 36px 0;
  transition: all 0.2s ease;
}
.all-film-card .text,
.all-film-card .films-count {
  font-family: "Fira Sans Book";
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
}
.all-film-card .films-count {
  margin-bottom: 0;
}
.all-film-card:hover .plus {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.51);
}
.events-container {
  margin: 0 -30px;
}
.events-container .event-card {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.events-container .event-card img {
  width: 100%;
}
.events-container .event-card .event-text {
  margin-top: 20px;
}
.events-container .event-card .event-text .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Fira Sans Bold";
  font-size: 24px;
  line-height: 1.2;
  color: white;
}
.events-container .event-card .event-text .date {
  color: rgba(255, 255, 255, 0.51);
  font-family: "Fira Sans Book";
  font-size: 18px;
  line-height: 1.1;
}
.events-container .event-card .event-desc {
  position: absolute;
  top: 35px;
  left: 30px;
  right: 30px;
  bottom: 35px;
  color: white;
  z-index: 20;
}
.events-container .event-card .event-desc h3 {
  text-transform: uppercase;
  font-family: "Fira Sans Bold";
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.events-container .event-card .event-desc .text {
  font-family: "Fira Sans Medium";
  font-size: 29px;
  line-height: 1.1;
}
.events-container .event-card .event-desc.gift-certificate h3 {
  font-size: 73px;
  line-height: 1;
  margin-bottom: 15px;
}
.events-container .event-card .event-desc.gift-certificate .text {
  line-height: 1;
}
.events-container .event-card .event-desc.popcorn h3 {
  font-size: 75px;
  line-height: 0.85;
  display: inline-block;
}
.events-container .event-card .event-desc.popcorn h3 .second-str {
  font-size: 59px;
  text-transform: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.events-container .event-card .event-desc.popcorn .text {
  display: inline-block;
  vertical-align: top;
}
.events-container .event-card .event-desc.student-day h3 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 3px;
}
.events-container .event-card .event-desc.student-day .yellow-text {
  font-family: "Fira Sans Bold";
  color: #e4af14;
  font-size: 25px;
  margin-bottom: 5px;
}
.events-container .event-card .event-desc.student-day .text {
  font-size: 25px;
  line-height: 0.9;
}
.events-container .event-card .event-desc.film-night h3 {
  font-size: 71px;
  line-height: 0.75;
  margin-bottom: 82px;
}
.events-container .event-card .event-desc.film-night h3 .second-str {
  font-family: "Fira Sans Medium";
  font-size: 53px;
  text-transform: none;
}
.events-container .event-card.small .event-desc {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: white;
  z-index: 20;
}
.events-container .event-card.small .event-desc.gift-certificate h3 {
  font-size: 45px;
}
.events-container .event-card.small .event-desc .text {
  font-size: 21px;
}
.events-container .event-card.small .event-desc.popcorn h3 {
  font-size: 58px;
  margin-bottom: 10px;
}
.events-container .event-card.small .event-desc.popcorn h3 .second-str {
  font-size: 46px;
}
.events-container .event-card.small .event-desc.student-day h3 {
  font-size: 37px;
}
.events-container .event-card.small .event-desc.student-day .yellow-text {
  font-size: 19px;
}
.events-container .event-card.small .event-desc.student-day .text {
  font-size: 17px;
}
.events-container .event-card.small .event-desc.film-night h3 {
  font-size: 46px;
  margin-bottom: 51px;
}
.events-container .event-card.small .event-desc.film-night h3 .second-str {
  font-size: 30px;
}
.events-container .event-card.small .event-text .title {
  font-size: 20px;
}
.events-container .event-card.small .event-text .date {
  font-size: 15px;
}
.loyalty-program-section {
  background: url("../img/loyalty-program-bg.png") top center no-repeat;
  background-size: 1230px auto;
  height: 288px;
}
.loyalty-program-section .text {
  color: white;
  font-family: "Fira Sans Bold";
  font-size: 145px;
  line-height: 0.4;
}
.loyalty-program-section .text .score {
  display: inline-block;
  font-family: "Fira Sans Medium";
  font-size: 37px;
  line-height: 1;
}
.loyalty-program-section .text .cashback {
  display: inline-block;
  position: relative;
  font-size: 78px;
  z-index: 5;
}
.loyalty-program-section .text .cashback:after {
  content: "";
  position: absolute;
  left: calc(100% - 19px);
  top: -13px;
  height: 55px;
  background: url(../img/loyalty-program-arrows.png) top left repeat-x;
  background-size: auto 100%;
  width: 443px;
  z-index: 1;
}
footer {
  padding-top: 55px;
  padding-bottom: 45px;
}
footer .logo-block img {
  max-width: 100%;
  margin-bottom: 185px;
}
footer .logo-block .copy {
  color: rgba(255, 255, 255, 0.51);
  font-family: "Fira Sans Light";
  font-size: 14px;
  line-height: 1.1;
}
footer .nav-element .title {
  font-family: "Fira Sans Bold";
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.51);
  padding: 18px 0 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6168d;
}
footer .nav-element .item {
  display: inline-block;
  color: white;
  text-decoration: none;
  margin-bottom: 15px;
  line-height: 1.1;
  font-family: "Fira Sans Light";
  font-size: 14px;
  transition: all 0.2s ease;
}
footer .nav-element .item:hover {
  color: #c6168d;
}
footer .soc-block {
  margin-bottom: 20px;
}
footer .soc-block a {
  display: inline-block;
}
footer .apps a {
  display: inline-block;
  margin-right: 10px;
}
footer .apps a:last-child {
  margin-right: 0;
}
.hamburger-block {
  position: relative;
}
.hamburger-block .c-hamburger {

  width: 25px;
  height: 19px;
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 999;
}
.hamburger-block .c-hamburger:focus {
  outline: none;
}
.hamburger-block .c-hamburger span {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 5px;
  background-color: #c6168d;
}
.hamburger-block .c-hamburger span::before,
.hamburger-block .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #c6168d;
  content: "";
}
.hamburger-block .c-hamburger span::before {
  top: -7px;
}
.hamburger-block .c-hamburger span::after {
  bottom: -7px;
}
.hamburger-block .c-hamburger--htx {
  background-color: transparent;
}
.hamburger-block .c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.hamburger-block .c-hamburger--htx span::before,
.hamburger-block .c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.hamburger-block .c-hamburger--htx span::before {
  transition-property: top, transform;
}
.hamburger-block .c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.hamburger-block .c-hamburger--htx.is-active {
  background-color: transparent;
}
.hamburger-block .c-hamburger--htx.is-active span {
  background: none;
}
.hamburger-block .c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #c6168d;
}
.hamburger-block .c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #c6168d;
}
.hamburger-block .c-hamburger--htx.is-active span::before,
.hamburger-block .c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.bread-crumbs {
  padding: 15px 0 35px;
}
.bread-crumbs p {
  color: white;
  font-family: "Fira Sans Bold";
  font-size: 14px;
  line-height: 1;
}
.bread-crumbs p .hr {
  display: inline-block;
  font-family: "Fira Sans Light";
  margin: 0 5px;
}
.bread-crumbs p a {
  font-family: "Fira Sans Light";
  color: white;
  text-decoration: none;
  transition: all 0.2s ease;
}
.bread-crumbs p a:hover {
  color: #c6168d;
}
.top-black-bg {
  position: relative;
}
.top-black-bg:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #010e12 80%, transparent);
  height: 400px;
  width: 1230px;
}

.event-cinema-section .cinema-schedule .movie-session-info .time:hover{
  color:#c6168d;
}

.event-cinema-section .cinema-schedule .movie-session-info.vam_grey .time:hover{
  color: #696969!important;
}
/*# sourceMappingURL=style.css.map */