body {
  background-color: #000;
  font-family: 'Nunito', sans-serif;
  color: #ffffff; }

.btn-primary {
  background-color: #33adff;
  border-color: #33adff;
  transition: all 0.3s ease; }
  .btn-primary:hover {
    background-color: #2d99e5;
    border-color: #2d99e5; }
  @media all and (min-width: 1025px) {
    .btn-primary.big {
      height: 60px;
      font-size: 22px;
      font-weight: bold;
      box-sizing: border-box;
      line-height: 28px;
      padding: 15px 20px; } }

.bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 500vh;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 0; }
  .bg.active {
    opacity: 1; }

footer {
  background: #000000;
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  position: relative;
  z-index: 10;
  color: #777777; }
  footer div {
    text-align: center;
    max-width: 820px;
    padding: 100px 20px;
    margin: auto; }

.section {
  display: flex; }
  .section > div {
    width: 50%;
    flex: 0 0 50%;
    padding: 15px; }
  .section .left, .section .right {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .section h1 {
    color: #4dffc5;
    font-weight: 700;
    font-size: 36px; }
  .section h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px; }

.content {
  max-width: 1440px;
  margin: auto;
  position: relative;
  z-index: 10; }
  .content header {
    padding: 70px 0; }
    .content header .logoMobile {
      display: none; }
  .content .videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .content .videoContainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.3;
  z-index: 1; }

.tilesHeader {
  position: relative;
  overflow: hidden;
  height: 550px; }
  .tilesHeader .actors {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../img/actors-1920-png.png");
    width: 66%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  .tilesHeader .text {
    z-index: 2;
    position: relative;
    display: flex;
    padding-left: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%; }
    .tilesHeader .text h3 {
      font-size: 36px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.11;
      letter-spacing: normal;
      margin-bottom: 15px; }
    .tilesHeader .text p {
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      margin-bottom: 30px; }

.tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .tiles > div {
    height: 550px;
    position: relative; }
  .tiles .tileBg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s; }
  .tiles .tile {
    overflow: hidden; }
    .tiles .tile:hover .tileBg {
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .tiles .info {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .tiles .small {
    width: 50%; }
  .tiles .big {
    width: 100%;
    overflow: hidden; }
    .tiles .big .info {
      width: 50%; }
    .tiles .big.right .info {
      margin-left: 50%; }
    .tiles .big.right .bgImage {
      right: auto;
      left: 0;
      background-position: left bottom; }
  .tiles .bgImage {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 66%;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  .tiles .cover {
    width: 262px;
    height: 262px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; }
    .tiles .cover img {
      width: 100%;
      object-fit: contain; }
    .tiles .cover .hover {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .tiles .cover .btn-play, .tiles .cover .btn-pause {
      position: absolute;
      width: 96px;
      height: 96px;
      opacity: 0.5;
      left: 50%;
      top: 50%;
      margin-top: -48px;
      margin-left: -48px;
      z-index: 5;
      transition: opacity 0.3s ease; }
    .tiles .cover .hvr-fade {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      overflow: hidden;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color;
      opacity: 0.8; }
    .tiles .cover:hover {
      cursor: pointer; }
      .tiles .cover:hover .btn-play, .tiles .cover:hover .btn-pause {
        opacity: 1; }
      .tiles .cover:hover .hvr-fade {
        background-color: #2098D1; }
  .tiles p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    margin-bottom: 20px; }
  .tiles p.head {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.11;
    margin-bottom: 0; }

.phone {
  padding: 40px 0 30px; }
  .phone .right > div {
    max-width: 540px; }


  .-app_promo_lightpng {width:600px;}

  @media all and (max-width:600px){
    .-app_promo_lightpng {width:100% !important;}
    }

@media all and (max-width: 1280px) {
  .tilesHeader {
    height: 450px; }

  .tilesHeader .actors {
    width: 60%; }

  .tiles .bgImage {
    top: 40px;
    bottom: 0; } }
@media all and (max-width: 1024px) {
  .logo {
    width: 300px;
    display: inline-block; }
    .logo img {
      width: 100%; }

  .section h1 {
    font-size: 28px; }

  .section h2 {
    font-size: 16px;
    font-weight: 400; }

  .phone .left img {
    width: 60%; }

  .tiles .bgImage, .tiles .big.right .bgImage {
    width: 55%;
    background-position: center center; }

  .tiles p.head, .tilesHeader .text h3 {
    font-size: 28px; }

  .tilesHeader {
    height: 384px; }

  .tiles .bgImage {
    background-size: cover; } }
@media all and (max-width: 768px) {
  .logo {
    display: none; }

  .content header .logoMobile {
    width: 180px;
    display: block;
    margin: auto; }
    .content header .logoMobile img {
      width: 100%; }

  .tilesHeader .text {
    padding-right: 10px; }

  .content header {
    padding: 30px 0; }

  footer div {
    padding: 20px;
    font-size: 10px; }

  .tilesHeader .text p {
    font-size: 16px; }

  .phone .section h2 {
    font-size: 28px; } }
@media all and (max-width: 699px) {
  .section > div {
    width: 100%;
    flex: 1; }

  .mask {
    display:none;
  }

  .tilesHeader .text {
    padding: 0; }

  .tilesHeader {
    height: auto;
    padding: 30px 10px; }

  .content header {
    padding-bottom: 0; }

  header .section .left {
    background: url("../img/actors_500.jpg") center top no-repeat #160828;
    padding-bottom: 30px;
    background-size: 100%;
    padding-top: 75%; }

  .tiles .tile {
    width: 100%; }

  header .section {
    display: none; }

  .tiles > div {
    height: auto;
    padding: 30px 10px; } }


    @media all and (max-width:900px){
.textdesktop {display:none !important;}
.tiles p {display:none;}
.content .videoContainer {width:100vw;}
.section {display:block}
    }

    @media all and (min-width:901px){
.textmobile {display:none !important;}
          }



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