/* reset styles */
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, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

input:focus, textarea:focus, a:focus, button:focus, select:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del, s, strike {
  text-decoration: line-through; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0; }

/* fonts */
@font-face {
  font-family: 'Century Schoolbook';
  src: url("../fonts/CenturySchoolbook.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*  @font-face {
    font-family: 'Optima';
    src: url("../fonts/OptimaLTStd.otf") format("otf");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }*/
@font-face {
  font-family: 'Optima';
  src:   url('../fonts/OptimaLTPro-Roman.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
} 
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

/* structure */
html {
  height: 100%; }

.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important; }

.page-wrapper, .footer {
  width: 100%;
  margin: 0 auto; }
.no-flexbox .page-wrapper, .no-flexbox .footer {
  width: auto; }

.page-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
.lte-ie-11 .page-wrapper, .lt-ie-11 .page-wrapper {
  min-height: 0; }
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

.page-body {
  -ms-flex: 1;
  flex: 1; }
.page-body.flex-none {
  -ms-flex: none;
  flex: none; }

/*sprite svg*/
/* variables */
/* main styles */
html {
  font-size: 16px; }

body {
  font-family: 'Optima', 'Times', 'Times New Roman', sans-serif;
  font-weight: 100;
  color: #fff;
  background-color: #000;
  letter-spacing: 0;
  line-height: 1.3; }

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

a, button {
  display: inline-block;
  -webkit-transform: translateZ(0);
  text-decoration: none;
  transition: .3s; }

.image-object {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.row-0 {
  margin-left: 0;
  margin-right: 0; }
.row-0 [class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }
.row-10 [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.slick-prev:before,
.slick-next:before,
.slick-next,
.slick-prev {
  width: 30px;
  height: 30px; }

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  opacity: .4;
  transition: .3s; }

.slick-next {
  right: 25px; }

.slick-prev {
  left: 25px; }

.slick-prev, .slick-next {
  z-index: 1; }

.slick-dots li button:before {
  font-size: 10px;
  opacity: .4;
  transition: .3s; }

.slick-dots li.slick-active button:before {
  opacity: 1; }

.iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden; }
.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.menu-toggler span {
  position: relative;
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.menu-toggler span:not(:last-child) {
  margin-bottom: 8px; }

.menu-toggler span:first-child {
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.menu-toggler.active span:nth-child(2) {
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

.menu-toggler.active span:first-child {
  opacity: 1;
  -ms-transform: rotate(45deg) translate(1px, -4px);
  transform: rotate(45deg) translate(1px, -4px); }

.menu-toggler.active span:nth-child(2) {
  opacity: 0;
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2); }

.menu-toggler.active span:nth-child(3) {
  -ms-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px); }

.page-body {
  padding-top: 250px; }

.vertical-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: .3s;
  z-index: 10; }
.header .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 5%;
  transition: .3s; }
.header-menu {
  margin-left: auto; }
.header-menu.active .header-menu-inner {
  opacity: 1;
  visibility: visible; }
.header-menu.active .menu-toggler {
  position: relative;
  z-index: 1000; }
.header.scroll {
  background-color: #000;
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2); }
.header.scroll .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px; }

.header-menu,
.footer-menu {
  margin-left: auto;
  list-style-type: none; }
.header-menu li,
.footer-menu li {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.05rem;
  font-weight: normal;
  color: #999; }
.header-menu li:not(:last-child):after,
.footer-menu li:not(:last-child):after {
  content: "\2013";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }
.header-menu li.active a,
.footer-menu li.active a {
  color: #fff; }
.header-menu a,
.footer-menu a {
  color: #999; }
.header-menu a:hover,
.footer-menu a:hover {
  color: #fff; }

/* home page */
.video-bg {
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 1; }

/* event-film page */
.section-title {
  font-family: "Optima", Times, 'Times New Roman', serif;
  font-size: 2.15rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 75px; }

  .wo {
    font-family: "Optima", Times, 'Times New Roman', sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
     }

.gallery-item {
  position: relative;
  display: block;
  height: 100%; }
.gallery-item img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }
.gallery-item-title {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: .5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s; }
.gallery-item-title:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 30px;
  background: url(../images/icons/icon-video.png);
  width: 41px;
  height: 27px; }
.gallery-item:hover .gallery-item-title {
  opacity: 1;
  visibility: visible; }

.gallery-list [class*="col"] {
  margin-bottom: 20px; }

.gallery-list .col-lg-12 {
  max-height: 600px; }

/* footer */
.footer {
  background-color: #000;
  margin-top: 75px; }
.footer .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 15%; }
.footer-item {
  margin: 0 10px; }
.footer-social a {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: 0;
  transition: .1s; }
.footer-social a:not(:last-child) {
  margin-right: 5px; }
.footer-social a:hover {
  top: -3px; }
.footer-menu a {
  text-transform: none; }

/* we-are page start */
.about-us {
  width: 100%;
  text-align: center; }
.about-us .section-title {
  text-transform: none;
  line-height: 2; }

/* contact page */
.contact {
  width: 100%; }
.contact-item {
  font-family: "Optima", Times, sans-serif;
  font-size: 1.375rem;
  margin-bottom: 30px;
   }
.contact-item a {
  color: #fff; }
.contact-item a:hover {
  color: #999; }
.contact .text-center {
  margin-top: 10%; }
.contact .text-center .contact-item {
  display: inline-block;
  text-align: left; }

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

/*studio page*/
.icon-decorate{
  margin-bottom: 2rem;
}
.descr-images { margin-top: 2rem; margin-bottom: 2rem;}
.d-flex-col{ display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; 
  flex: 1 1 0;
  }
.half-container{  flex: 1;  overflow: auto;}
.half-container img{ height: 100%;    object-fit: cover; }
.half-container + .half-container{ margin-top: 20px; }
.descr-images img{ width: 100%; object-fit: cover; height: 100%;    display: block;}
.descr-bottom{ margin: auto 0 2rem; }
.descr ul{ padding-left: 15px; }
.descr h2{ margin-bottom: 0.5rem; font-size: 24px; text-transform: uppercase; }
.descr p+h2,.descr  ul+h2{ margin-top: 3rem; }

.row-30 {  margin-left: -30px;  margin-right: -30px; }
.row-30 [class*="col-"] {    padding-left: 30px;    padding-right: 30px; }
.row-10 {  margin-left: -10px;  margin-right: -10px; }
.row-10 [class*="col-"] {    padding-left: 10px;    padding-right: 10px; }
body.fixed{overflow: hidden; }

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1800px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto; } 
  .descr{ font-size: 24px; }
  
  .descr h2{ font-size: 28px; }
}

@media (min-width: 992px) {
  .menu-toggler {
    display: none; } }

@media (max-width: 1599px) {
  .page-body {
    padding-top: 200px; }
  .header .container-fluid {
    padding: 40px 50px; }
  .footer .container-fluid {
    padding: 40px 10%; }
  .gallery-list .col-lg-12 {
    max-height: 500px; }
  .contact-item {
    font-size: 1.2rem; }
  .section-title {
    font-size: 2rem; } 
  .descr{ font-size: 20px; }
   
}

@media (max-width: 1399px) {
  html {
    font-size: 15px; }
  .header-logo img{
    height: 30px; }
    .footer-logo img {
      height: 20px; }
  .contact-item {
    font-size: 1.1rem; } 
  .descr{ font-size: 18px; }
}

@media (max-width: 1199px) {
  html {
    font-size: 14px; }
  .container-xl {
    padding-left: 50px;
    padding-right: 50px; }
  .header .container-fluid,
  .footer .container-fluid {
    padding: 30px; }
  .about-us .section-title {
    text-align: center; }
  .gallery-list .col-lg-12 {
    max-height: 450px; }
  .section-title {
    font-size: 1.8rem; } 
  .descr{ font-size: 16px; }
  }

@media (max-width: 991px) {
  .header-logo img,
  .footer-logo img {
    height: 25px; }
  .footer-menu li:not(:last-child):after {
    margin-left: 5px;
    margin-right: 5px; }
  .footer-social a {
    width: 26px;
    height: 26px; }
  .footer .container-fluid {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-item:not(:last-child) {
    margin-bottom: 15px; }
  .header-menu-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: opacity .3s, visibility .3s; }
  .header-menu.active .header-menu-inner {
    opacity: 1;
    visibility: visible; }
  .header-menu.active .menu-toggler {
    position: relative;
    z-index: 1000; }
  .header-menu a {
    font-size: 1.25rem;
    letter-spacing: 5px;
    padding: 15px; }
  .header-menu li:not(:last-child):after {
    content: none; }
  .section-title {
    font-size: 1.7rem; }
  .about-us .section-title br {
    display: none; }
    /* .video-bg{
      min-height: 0;
      width: 100%;
    } */
    
  .row-30 {  margin-left: -15px;  margin-right: -15px; }
  .row-30 [class*="col-"] {    padding-left: 15px;    padding-right: 15px; }
  .row-10 {  margin-left: -10px;  margin-right: -10px; }
  .row-10 [class*="col-"] {    padding-left: 10px;    padding-right: 10px; }
  .descr-bottom{ margin-top: 2rem; }
   }

@media (max-width: 767px) {
  html {
    font-size: 13px; }
  .page-body {
    padding-top: 150px; }
  .header-logo img {
    height: 30px; } }
    .footer-logo img {
      height: 20px; } 

@media (max-width: 575px) {
  .page-body {
    padding-top: 125px; }
  .section-title {
    margin-bottom: 30px; }
  .section-title br {
    display: none; }
  .footer {
    margin-top: 50px; }
  .footer-menu {
    width: 100%;
    margin-left: 0;
    text-align: center; }
  .fancybox-slide {
    padding: 20px; }
  .contact-item {
    display: inline-block; }
  .contact [class*="col"] {
    text-align: center; } 
     .full-container{ margin-bottom: 20px; }
    .descr-images img{ max-height: 510px; }
    .header .logo img{ max-height: 24px; }
  }

@media (max-width: 480px) {
  html {
    font-size: 12px; }
  .container-xl {
    padding-left: 15px;
    padding-right: 15px; }
  .footer-menu a {
    padding: 3px 0; }
  .section-title {
    font-size: 1.5rem; }
  .footer-item {
    width: 100%;
    text-align: center; } }

    /* @media screen and (orientation: portrait) {
      .video-bg {
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); } } */
/*# sourceMappingURL=style.css.map */
