@font-face {
  font-family: 'Lighthaus';
  src: url('../fonts/Lighthaus.woff2') format('woff2'),
    url('../fonts/Lighthaus.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat';
  font-size: 1.25vw;
  color: #312828;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 75vw;
  margin: 0 auto;
}

h1,
h2 {
  font-family: 'Lighthaus';
  font-size: 3.3333vw;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  text-align: center;
}

.header_pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.375vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.2083vw;
  background-color: #fff;
  box-shadow: .2083vw .2083vw .4167vw rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.logo_text {
  font-family: 'Lighthaus';
  font-size: 1.875vw;
}

.header_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2.5vw;
  font-size: .9375vw;
  color: #747474;
  text-transform: uppercase;
}

.header_pc a {
  transition: 0.3s;
}

.header_pc a:hover {
  color: #71B39E;
  transition: 0.3s;
}

.lang_switcher {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-item {
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #747474;
}

.lang-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #71B39E;
}

.current-lang {
  display: none;
}

.main_screen {
  margin-top: 5.2083vw;
  position: relative;
  height: 46.875vw;
  padding: 2.1875vw 0;
}

.main_screen_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main_screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1));
  opacity: 0.5;
}

.main_screen .container {
  height: 100%;
}

.main_screen_content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.main_screen_quote {
  font-size: 1.875vw;
  line-height: 1.4;
  color: #fff;
}

.main_screen_quote::before {
  content: '“';
  display: block;
  margin-bottom: .5208vw;
  font-size: 6.6667vw;
  line-height: 0;
}

.main_screen_author {
  font-size: 1.25vw;
  font-weight: 500;
  color: #E4E4E4;
  text-transform: uppercase;
}

.main_screen_descr {
  font-size: 1.0938vw;
  color: #E4E4E4;
  text-align: right;
}

.main_screen_author_box {
  position: relative;
}

.main_screen_logo {
  width: 16.8229vw;
  position: absolute;
  right: -3.9063vw;
  bottom: -0.5208vw;
}

.about {
  padding-top: 4.6875vw;
}

.about_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.about_item {
  display: flex;
  align-items: center;
  gap: 5.2083vw;
}

.about_item:nth-child(even) {
  flex-direction: row-reverse;
}

.about_img {
  line-height: 0;
}

.about_item:nth-child(odd) .about_img img {
  min-width: 23.9583vw;
  max-width: 23.9583vw;
  height: 31.25vw;
  object-fit: cover;
}

.about_item:nth-child(even) .about_img img {
  min-width: 31.25vw;
  max-width: 31.25vw;
  height: 23.9583vw;
  object-fit: cover;
}

.demo_reel {
  padding-top: 6.25vw;
}

ul.swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

.demo_reel_list {
  margin-top: 3.125vw;
}

li.demo_reel_item {
  width: 100%;
  height: 40vw;
}

.demo_reel_video,
.demo_reel_preview,
.demo_reel_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo_reel_name {
  position: absolute;
  bottom: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: .9375vw;
  color: #fff;
  text-transform: uppercase;
}

.demo_reel_video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  cursor: pointer;
}

.demo_reel_video_btn img {
  width: 8.6979vw;
}

.demo_reel_thumbs_list {
  margin-top: 1.25vw;
}

li.demo_reel_thumbs_item {
  line-height: 0;
  cursor: pointer;
  transition: 0.3s;
}

li.demo_reel_thumbs_item:not(.swiper-slide-thumb-active)::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.demo_reel_thumbs_preview {
  width: 100%;
  height: 7.8125vw;
  object-fit: cover;
}

.demo_reel_thumbs_video_btn {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.demo_reel_thumbs_video_btn img {
  width: 1.7188vw;
}

.swiper_pagination {
  margin-top: .7292vw;
  height: .1563vw;
  background-color: #D9D9D9;
}

div.swiper-scrollbar-drag {
  top: -1px;
  height: .2604vw;
  background-color: #71B39E;
  border-radius: 0;
}

.swiper_arrows {
  margin-top: 1.1979vw;
  display: flex;
  gap: 2.5vw;
}

.swiper_arrows>div::after {
  content: '';
  display: block;
  width: 3.3333vw;
  height: 3.3333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.swiper_prev::after {
  background-image: url(..//img/swiper_prev.svg);
}

.swiper_next::after {
  background-image: url(..//img/swiper_next.svg);
}

.swiper_prev.swiper-button-disabled::after {
  background-image: url(..//img/swiper_prev_disable.svg);
}

.swiper_next.swiper-button-disabled::after {
  background-image: url(..//img/swiper_next_disable.svg);
}

.demo_reel .swiper_arrows {
  justify-content: center;
}

.cv {
  margin-top: 4.6875vw;
  scroll-margin-top: 4.6875vw;
  padding: 4.6875vw 0;
  position: relative;
}

.cv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.3229vw;
  object-fit: cover;
}

.cv::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1));
}

.cv .container {
  position: relative;
  z-index: 5;
}

.cv h2 {
  color: #fff;
}

.cv_box {
  margin-top: 4.6875vw;
  display: flex;
  gap: 3.125vw;
}

.cv_box>div {
  width: calc(33.33333% - 2.09vw);
}

.cv_col h3 {
  margin: 0 0 1.25vw;
  color: #fff;
  font-size: 1.6667vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Lighthaus';
}

.cv_col_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
  font-size: .9375vw;
  line-height: 1;
  color: #CDB19D;
}

.cv_col_list span {
  color: #fff;
  font-weight: 700;
}

.cv_films_item span {
  text-transform: uppercase;
}

.cv_col_box {
  display: flex;
  flex-direction: column;
  gap: 2.2917vw;
}

a.cv_btn {
  display: block;
  width: fit-content;
  margin: 4.6875vw auto 0;
  padding: .8333vw 3.3333vw;
  background-color: #71B39E;
  border: 1px solid #71B39E;
  font-size: 1.6667vw;
  font-family: 'Lighthaus';
  text-transform: uppercase;
  transition: 0.3s;
}

a.cv_btn:hover {
  background-color: transparent;
  color: #71B39E;
  transition: 0.3s;
}

.gallery {
  margin-top: 6.7708vw;
}

.gallery_list {
  margin-top: 3.75vw;
}

.gallery_list a {
  display: block;
  line-height: 0;
  height: 100%;
}

.gallery_list img {
  height: 100%;
  object-fit: contain;
}

.gallery_list li {
  height: 33.8542vw;
  padding-top: var(--pt-pc);
  padding-right: var(--pr-pc);
  padding-bottom: var(--pb-pc);
  padding-left: var(--pl-pc);
  width: auto;
}

.gallery .swiper_arrows {
  justify-content: flex-end;
  margin-right: 4.6875vw;
}

a.gallery_btn {
  display: block;
  margin: 1.4063vw auto 0;
  font-family: 'Lighthaus';
  font-size: 1.6667vw;
  color: #71B39E;
  text-transform: uppercase;
  width: fit-content;
}

.screenshots {
  padding-top: 9.375vw;
}

.screenshots_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0417vw;
}

.screenshot {
  position: relative;
  height: 25vw;
}

.screenshot a {
  display: block;
  line-height: 0;
  height: 100%;
}

.screenshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screenshot_name_box {
  position: absolute;
  bottom: 1.5625vw;
  left: 0;
  padding: .5208vw 2.6042vw .5208vw .5208vw;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  font-size: .9375vw;
  line-height: 1;
  text-transform: uppercase;
}

.screenshot_name {
  font-weight: 700;
  color: #fff;
}

.screenshot_year {
  color: #CDB19D;
}

.screenshot:nth-child(4n+1) {
  width: calc(60% - .53vw);
}

.screenshot:nth-child(4n+2) {
  width: calc(40% - .53vw);
}

.screenshot:nth-child(4n+3) {
  width: calc(40% - .53vw);
}

.screenshot:nth-child(4n+4) {
  width: calc(60% - .53vw);
}

.main_footer {
  padding: 4.6875vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.125vw;
}

.socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.25vw;
}

.social a {
  font-family: 'Lighthaus';
  font-size: 1.0417vw;
  width: 10.4167vw;
  height: 3.125vw;
  border: 1px solid #71B39E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.social a:hover {
  background-color: #71B39E;
  color: #fff;
  transition: 0.3s;
}

.main_footer a {
  transition: 0.3s;
}

.main_footer a:hover {
  color: #71B39E;
  transition: 0.3s;
}

.photos_page {
  margin-top: 7.7083vw;
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5vw;
}

.photos_gallery {
  list-style: none;
  padding: 0;
  margin: 2.5vw 0 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.5vw;
}

.photos_gallery_item {
  padding-top: var(--pt-pc);
  padding-right: var(--pr-pc);
  padding-bottom: var(--pb-pc);
  padding-left: var(--pl-pc);
  line-height: 0;
  height: 31.25vw;
}

.photos_gallery_item a {
  display: block;
  line-height: 0;
  height: 100%;
}

.photos_gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_mob {
  display: none;
}

.about_text p:first-child {
  margin-top: 0;
}

.about_text p:last-child {
  margin-bottom: 0;
}

.show_more {
  display: none;
}

.logo_footer {
  width: 10.9375vw;
}

.mobile_menu_popup {
  display: none;
}

.photos_year_label {
  display: block;
  font-size: 1.6667vw;
}


@media (max-width: 768px) {
  body {
    font-size: 4.1026vw;
  }

  h1,
  h2 {
    font-size: 10.2564vw;
  }

  .container {
    max-width: 91.7949vw;
  }

  .header_pc {
    display: none;
  }

  .header_mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: .5128vw .5128vw 1.5385vw rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 999;
  }

  .header_mob_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25.641vw;
  }

  .logo_box {
    display: flex;
    align-items: center;
    gap: 5.1282vw;
  }

  .logo_mob {
    line-height: 0;
  }

  .logo_mob img {
    width: 16.1538vw;
  }

  .logo_text {
    font-size: 6.1538vw;
    line-height: 1.2;
    width: 41vw;
  }

  .burger {
    min-width: 8.9744vw;
    height: 6.6667vw;
    background-image: url(..//img/burger.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .main_screen {
    margin-top: 25.641vw;
    height: calc(100vh - 38.4615vw);
    padding: 8.4615vw 0;
  }

  .main_screen_content {
    flex-direction: column;
    justify-content: flex-end;
    gap: 5.1282vw;
  }

  .main_screen_quote {
    font-size: 4.8718vw;
  }

  .main_screen_quote br {
    display: none;
  }

  .main_screen_author {
    font-size: 3.5897vw;
  }

  .main_screen_descr {
    font-size: 3.5897vw;
  }

  .main_screen_quote::before {
    font-size: 32.8205vw;
    margin-bottom: 0;
  }

  .main_screen_logo {
    display: none;
  }

  .about {
    padding-top: 12.3077vw;
  }

  .about_list {
    gap: 6.1538vw;
  }

  .about_item {
    flex-direction: column;
    gap: 7.6923vw;
  }

  .about_item:nth-child(even) {
    flex-direction: column;
  }

  .about_item:nth-child(odd) .about_img img {
    min-width: 78.4615vw;
    max-width: 78.4615vw;
    height: auto;
  }

  .about_item:nth-child(even) .about_img img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .demo_reel {
    padding-top: 12.3077vw;
    scroll-margin-top: 25.641vw;
  }

  .demo_reel_list {
    margin-top: 6.1538vw;
  }

  .demo_reel .container {
    max-width: 100%;
  }

  li.demo_reel_item {
    height: 53.3333vw;
  }

  .demo_reel_name {
    font-size: 3.5897vw;
    bottom: 2.0513vw;
  }

  .demo_reel_video_btn img {
    width: 16.4103vw;
  }

  .demo_reel_thumbs_list {
    margin-top: 6.1538vw;
  }

  .demo_reel_thumbs_preview {
    height: 23.0769vw;
  }

  .demo_reel_thumbs_video_btn img {
    width: 5.1282vw;
  }

  .swiper_pagination {
    margin-top: 3.8462vw;
    height: .7692vw;
  }

  div.swiper-scrollbar-drag {
    height: 1.2821vw;
  }

  .swiper_arrows>div::after {
    width: 10.2564vw;
    height: 10.2564vw;
  }

  .swiper_arrows {
    margin-top: 6.1538vw;
    gap: 12.3077vw;
  }

  .cv {
    margin-top: 9.2308vw;
    scroll-margin-top: 25.641vw;
    padding: 12.3077vw 0;
  }

  .cv_box {
    margin-top: 12.3077vw;
    flex-direction: column;
    gap: 6.1538vw;
  }

  .cv_box>div {
    width: 100%;
  }

  .cv_col h3 {
    font-size: 8.2051vw;
    margin-bottom: 6.1538vw;
  }

  .cv_col_list {
    font-size: 3.8462vw;
    gap: 3.8462vw;
  }

  .cv_col_box {
    gap: 6.1538vw;
  }

  a.cv_btn {
    margin-top: 12.3077vw;
    font-size: 6.1538vw;
    padding: 4.1026vw 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .cv_bg {
    height: calc(100% - 30.2564vw);
    object-position: 65% 50%;
  }

  .gallery {
    margin-top: 12.3077vw;
  }

  .gallery_list {
    margin-top: 6.1538vw;
    left: 0;
  }

  .gallery_list li {
    height: 142.8205vw;
    padding: 0;
  }

  .gallery .swiper_arrows {
    justify-content: center;
    margin-right: 0;
  }

  a.gallery_btn {
    margin-top: 6.1538vw;
    font-size: 4.1026vw;
  }

  .screenshots {
    padding-top: 25.641vw;
    scroll-margin-top: 25.641vw;
  }

  .screenshots .container {
    max-width: 100%;
  }

  .screenshots_list {
    gap: 5.1282vw;
  }

  .screenshot {
    height: auto;
  }

  .screenshot:nth-child(4n+1),
  .screenshot:nth-child(4n+4) {
    width: 100%;
  }

  .screenshot:nth-child(4n+2),
  .screenshot:nth-child(4n+3) {
    width: 100%;
    padding: 0 20.5128vw;
  }

  .screenshot_name_box {
    bottom: 0;
    padding: 1.2821vw 12.8205vw 1.2821vw 4.1026vw;
    font-size: 3.5897vw;
    line-height: 1.2;
  }

  .screenshot:nth-child(4n+2) .screenshot_name_box,
  .screenshot:nth-child(4n+3) .screenshot_name_box {
    left: 20.5128vw;
  }

  .show_more {
    display: block;
    margin: 6.1538vw auto 0;
    width: 8.7179vw;
    height: 7.4359vw;
    background-image: url(..//img/show_more.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .main_footer {
    padding: 23.0769vw 0;
  }

  .logo_footer {
    width: 41.0256vw;
  }

  .main_footer {
    gap: 12.3077vw;
  }

  .socials {
    flex-wrap: wrap;
    gap: 4.6154vw;
    padding: 0 4.1026vw;
  }

  .social {
    width: calc(50% - 2.31vw);
  }

  .social a {
    font-size: 4.1026vw;
    width: 100%;
    height: 15.3846vw;
  }

  .mobile_menu_popup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6.1538vw;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999;
    overflow-y: auto;
    transition: 0.4s;
  }

  .mobile_menu_popup.active {
    right: 0;
    transition: 0.4s;
  }

  .no_scroll {
    overflow: hidden;
  }

  .mobile_menu_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.1282vw 4.1026vw;
    border-bottom: 1px solid #CDB19D;
  }

  .mobile_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.3077vw;
    font-size: 6.1538vw;
    text-transform: uppercase;
    color: #747474;
    line-height: 1;
  }

  .mobile_menu_close {
    width: 6.9231vw;
    height: 6.9231vw;
    background-image: url(..//img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .mobile_menu_header .logo_text {
    color: #fff;
  }

  .mobile_menu_popup .lang_switcher {
    display: flex;
    justify-content: center;
    padding: 5.1282vw 0 8.4615vw;
    border-top: 1px solid #CDB19D;
    border-bottom: 1px solid #CDB19D;
  }

  .lang-item {
    width: auto;
    height: auto;
  }

  .lang-item a {
    color: #fff;
    font-size: 6.1538vw;
    padding: 0 2.5641vw 1.2821vw;
  }

  .mobile_menu_popup .cv_btn {
    margin: 0 auto 12.3077vw;
    width: calc(100% - 8.2051vw);
  }

  .photos_page {
    margin-top: 31.7949vw;
    gap: 6.1538vw;
  }

  .photos_gallery {
    margin-top: 6.1538vw;
    gap: 4.6154vw;
  }

  .photos_gallery_item {
    width: 100% !important;
    height: auto;
    padding-top: var(--pt-mob);
    padding-right: var(--pr-mob);
    padding-bottom: var(--pb-mob);
    padding-left: var(--pl-mob);
  }

  .photos_year_label {
    font-size: 4.1026vw;
  }
}