html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}

button:focus,
button:active {
  outline: none;
}

a {
  text-decoration: none !important;
  transition: 0.2s;
}

a:focus,
a:hover,
a:active {
  text-decoration: none !important;
  outline: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: "Commissioner", sans-serif;
  color: #041B29;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  background: #291e14;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

* {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
}

svg {
  flex-shrink: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Yeseva One", serif;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 564px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 52px;
  letter-spacing: -1.04px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
  letter-spacing: -0.72px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

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

@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Yeseva One";
  src: url("../fonts/YesevaOne/YesevaOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}

button:focus,
button:active {
  outline: none;
}

a {
  text-decoration: none !important;
  transition: 0.2s;
}

a:focus,
a:hover,
a:active {
  text-decoration: none !important;
  outline: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: "Commissioner", sans-serif;
  color: #041B29;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  background: #291e14;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

* {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
}

svg {
  flex-shrink: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Yeseva One", serif;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 564px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 52px;
  letter-spacing: -1.04px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
  letter-spacing: -0.72px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

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

@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Yeseva One";
  src: url("../fonts/YesevaOne/YesevaOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}
.section__swiper {
  display: flex !important;
  gap: 20px;
}
.section__title {
  color: #fff;
}
.section__title a {
  color: inherit;
  font-family: inherit;
}
.section__title a:hover {
  color: #ccc;
}
.section__title_sm {
  font-size: 28px;
}
.bg-img {
  position: fixed;
  left: 50%;
  top: 0;
  max-width: 2560px;
  width: 100%;
  height: 100vh;
  transform: translateX(-50%);
}
@media (max-width: 564px) {
  .bg-img {
    display: none;
  }
}
.bg-img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.main_film {
  display: flex;
  min-height: 100vh;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .main_film {
    min-height: auto;
  }
}
@media (max-width: 564px) {
  .main_film {
    padding: 0 0 80px;
  }
}

.hero {
  display: flex;
  align-items: center;
  max-width: 2560px;
  width: 100%;
}
.hero__wrapper {
  position: relative;
  width: 100%;
  height: fit-content;
  z-index: 2;
}
.hero__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
.hero__container {
  position: relative;
  display: flex;
  gap: 60px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 1;
  color: #fff;
}
@media (max-width: 1200px) {
  .hero__container {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .hero__container {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .hero__container {
    gap: 60px 40px;
  }
}
@media (max-width: 768px) {
  .hero__container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 564px) {
  .hero__container {
    padding: 40px 30px;
  }
}
@media (max-width: 400px) {
  .hero__container {
    padding: 40px 20px;
  }
}
.hero__poster {
  display: flex;
  max-width: 400px;
  width: 100%;
  height: 550px;
}
@media (max-width: 1200px) {
  .hero__poster {
    max-width: 350px;
    max-height: 450px;
  }
}
@media (max-width: 1024px) {
  .hero__poster {
    border-radius: 2px;
    overflow: hidden;
  }
}
@media (max-width: 960px) {
  .hero__poster {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .hero__poster {
    max-width: none;
  }
}
@media (max-width: 370px) {
  .hero__poster {
    margin: 0 -20px;
    width: 100vw;
  }
}
.hero__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 490px;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .hero__main {
    max-width: calc(100% - 350px - 60px);
    padding: 0;
  }
}
@media (max-width: 768px) {
  .hero__main {
    max-width: none;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .hero__title {
    display: none;
  }
}
.hero__title_mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero__title_mobile {
    display: flex;
  }
}
.hero__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .hero__list {
    gap: 16px;
  }
}
@media (max-width: 960px) {
  .hero__list {
    gap: 12px;
  }
}
.hero__list-row {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 60px;
}
.hero__list-item {
  font-size: 14px;
  line-height: 1.6;
}
.hero__list-item:first-child {
  font-weight: 500;
}
@media (max-width: 564px) {
  .hero__list-item:first-child {
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  .hero__list-item:first-child {
    font-size: 12px;
  }
}
@media (max-width: 564px) {
  .hero__list-item:last-child {
    font-size: 12px;
  }
}
.hero__list-item a {
  color: #fff;
  white-space: nowrap;
}
.hero__list-item a:hover {
  color: #E69C31;
}
.hero__aside {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 100px;
  padding: 40px 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .hero__aside {
    position: relative;
    width: 100%;
    min-width: auto;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    padding: 40px 0 0;
    gap: 40px;
  }
  .hero__aside:before {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 564px) {
  .hero__aside:before {
    left: -30px;
    right: -30px;
  }
}
@media (max-width: 400px) {
  .hero__aside {
    align-items: center;
    padding: 20px 0 0;
  }
  .hero__aside:before {
    left: -20px;
    right: -20px;
  }
}
@media (max-width: 564px) {
  .hero__aside_mob-start {
    align-items: flex-start;
  }
}
.hero__award {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .hero__award {
    margin: 0;
    order: 3;
  }
}
@media (max-width: 564px) {
  .hero__award {
    height: 70px;
    width: 26px;
  }
}
.hero__award-img {
  display: flex;
  height: 100%;
}
.hero__award-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.hero__award-link {
  position: absolute;
  right: 16px;
  bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  border-radius: 50%;
  background: rgba(166, 110, 26, 0.33);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 7px 3px;
}
@media (max-width: 564px) {
  .hero__award-link {
    right: -8px;
    bottom: 0;
    align-items: flex-end;
    justify-content: flex-end;
    width: 28px;
    height: 26px;
    padding: 0 4px 1px 0;
    border-radius: 100% 1px 2px 1px;
  }
}
.hero__award-link:hover {
  background: rgba(230, 156, 49, 0.73);
  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 7px 4px;
}
.hero__aside-box, .hero__aside-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .hero__aside-box, .hero__aside-links {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .hero__aside-box, .hero__aside-links {
    font-size: 12px;
  }
}
@media (max-width: 564px) {
  .hero__aside-box {
    min-width: 100px;
  }
}
@media (max-width: 564px) {
  .hero__aside-box_mob-hide {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero__aside-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 30px;
  }
}
@media (max-width: 768px) {
  .hero__aside-links {
    display: flex;
    flex-direction: column;
  }
}
.hero__aside-title {
  margin-bottom: 2px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media (max-width: 1024px) {
  .hero__aside-title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .hero__aside-title {
    font-size: 14px;
  }
}
.hero__aside-link[href] {
  color: #fff;
}
.hero__aside-link[href]:hover {
  color: #E69C31;
}
.hero__aside-item, .hero__aside-link {
  font-weight: 300;
  letter-spacing: 0.2px;
}

.mainSwiper .swiper-button,
.soonSwiper .swiper-button {
  height: 300px;
}

.trailerSwiper .swiper-button {
  height: 250px;
}

.newsSwiper .swiper-button {
  height: 140px;
}

.recentSwiper .swiper-button {
  height: 210px;
}

.swiper-button {
  position: static !important;
  width: 40px !important;
  margin: 0 !important;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  fill: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.swiper-button:hover {
  background: rgba(0, 0, 0, 0.4);
}
.swiper-button:after {
  content: none !important;
}

.swiper .swiper-slide {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.swiper .swiper-slide__title {
  margin: auto 0;
  padding: 0 10px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  transition: 0.2s;
}
.swiper .swiper-slide__video {
  display: flex;
  height: 250px;
  border-radius: 2px;
  overflow: hidden;
}
.swiper .swiper-slide__video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-slide__img {
  width: 100%;
  height: 300px;
  border-radius: 2px;
  overflow: hidden;
}
.swiper .swiper-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-slide:hover .swiper-slide__title {
  color: #fce18b;
}

.news-swiper__slide {
  display: flex;
  flex-direction: row !important;
  gap: 20px !important;
}
.news-swiper__img {
  display: flex;
  flex-shrink: 0;
  width: 220px;
  height: 140px;
  border-radius: 2px;
  overflow: hidden;
}
.news-swiper__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-swiper__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding-right: 16px;
  color: #e0e0e0;
}
.news-swiper__desc {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
  white-space: pre-wrap;
}
.news-swiper__title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Yeseva One", serif;
}

.recent-swiper .swiper-slide__img {
  height: 210px;
}
.recent-swiper .swiper-slide__title {
  font-size: 14px;
}

.some-content {
  max-width: 1160px;
  width: 100%;
  padding: 60px 40px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
}

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