/* fonts */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.eot");
  src: url("../fonts/DINPro.woff2") format("woff2"),
    url("../fonts/DINPro.woff") format("woff"),
    url("../fonts/DINPro.ttf") format("truetype"),
    url("../fonts/DINPro.svg#DINPro") format("svg"),
    url("../fonts/DINPro.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Bold.eot");
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"),
    url("../fonts/DINPro-Bold.woff") format("woff"),
    url("../fonts/DINPro-Bold.ttf") format("truetype"),
    url("../fonts/DINPro-Bold.svg#DINPro") format("svg"),
    url("../fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DINPro-CondensedBold";
  src: url("../fonts/DINPro-CondensedBold.eot");
  src: url("../fonts/DINPro-CondensedBold.woff2") format("woff2"),
    url("../fonts/DINPro-CondensedBold.woff") format("woff"),
    url("../fonts/DINPro-CondensedBold.ttf") format("truetype"),
    url("../fonts/DINPro-CondensedBold.svg#DINPro-CondensedBold") format("svg"),
    url("../fonts/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

/* dropdown */
.dropdown-container {
  padding: 0px 0px;
  position: absolute;
  z-index: 9;
  position: absolute;
  z-index: 9;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  visibility: hidden;

  margin-top: 12px;
  right: -50% !important;
}
.dropdown-container.is-visible {
  right: 12% !important;
  opacity: 1;
  visibility: visible;
}
.dropdown-container:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;

  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
  z-index: 99;
}
.dropdown-container ul {
  margin: 0px;
  padding: 0px;
  border-radius: 10px !important;
  overflow: hidden;
  background: #ffffff !important;
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16),
  0 2px 8px 0 rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16),
  0 2px 8px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=0,
    M12=0,
    M21=0,
    M22=0,
    SizingMethod="auto expand"
  );
}
.dropdown-container-item {
  display: block;
  list-style: none;
  cursor: pointer;
}
.dropdown-container-item.icon a {
  padding-left: 35px !important;
}
.dropdown-container-item.icon a:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.dropdown-container-item.icon.icon-tr a:after {
  background: url(../images/tr-icon.png) center center no-repeat;
  background-size: 100%;
}
.dropdown-container-item.icon.icon-en a:after {
  background: url(../images/en-icon.png) center center no-repeat;
  background-size: 100%;
}
.dropdown-container-item a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
  display: block;
  line-height: 38px;
  padding: 0px 10px;
}
.dropdown-container-item:hover {
}
.dropdown-container-item:hover a {
  color: #000;
}
.dropdown-container-item:last-child {
  padding-bottom: 0px;
}
.dropdown-container.is-visible {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(
      M11=1,
      M12=0,
      M21=0,
      M22=1,
      SizingMethod="auto expand"
    );
}
/* dropdown end */
body {
  margin: 0px;
  padding: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  position: static;
  overflow-y: auto;
  font-family: "DINPro";
  background: #f9f9f9;
  width: 100%;
  overflow: hidden;
}
.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.container {
  width: 1170px;
  display: block;
  position: relative;
  margin: 0px auto;
}
.header {
  position: fixed;
  z-index: 999;
  left: 0px;
  top: 0px;
  font-family: "DINPro-CondensedBold";
  display: block;
  width: 100%;
  height: 150px;
  background: -moz-linear-gradient(
    top,
    rgba(9, 9, 27, 1) 0%,
    rgba(9, 9, 27, 0.7) 50%,
    rgba(9, 9, 27, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(9, 9, 27, 1) 0%,
    rgba(9, 9, 27, 0.7) 50%,
    rgba(9, 9, 27, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(9, 9, 27, 1) 0%,
    rgba(9, 9, 27, 0.7) 50%,
    rgba(9, 9, 27, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#09091b",
      endColorstr="#0009091b",
      GradientType=0
    );

  transition: all 0.3s;
  background-color: transparent;
}
.header.second {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100px;
}
.header-logo {
  display: block;
  position: relative;
  width: 184px;
  height: 90px;
  float: left;
  margin: 30px 0px;
  transition: all 0.3s;
}
.header.second .header-logo {
  width: 123px;
  height: 60px;
  margin: 20px 0px;
}
.header-logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.en .header-logo {
  background: url(../images/logo-en.png) center center no-repeat;
  background-size: 100%;
}
.tr .header-logo {
  background: url(../images/logo-tr.png) center center no-repeat;
  background-size: 100%;
}
.header-left-menu {
  float: left;
  display: block;
  position: relative;
  margin: 55px 0px 30px 55px;
  transition: all 0.3s;
}
.header.second .header-left-menu {
  margin: 30px 0px 29px 55px;
}
.header-main-menu:hover li {
  opacity: 0.7;
}
.header-main-menu li:hover {
  opacity: 1 !important;
}
.header-main-menu li {
  display: block;
  float: left;
  list-style: none;
  transition: all 0.3s;
}
.header-main-menu li:first-child .menu-link {
  margin-left: 0px !important;
}
.header-main-menu li:last-child {
  margin-right: 0px !important;
}
.header-main-menu .menu-link {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 15px;
  display: block;
}
.header-main-menu .menu-link-icon {
  padding-left: 30px !important;
}
.header-main-menu .icon-play {
  background: url(../images/play-white-icon.png);
}
.header-main-menu .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
}
.header-right-menu {
  float: right;
  display: block;
  position: relative;
  margin: 65px 0px;
  transition: all 0.3s;
}
.header.second .header-right-menu {
  margin: 40px 0px 39px 0px;
}
.header-social {
  display: block;
  list-style: none;
  float: left;
}
.header-social:hover li {
  opacity: 0.7;
}
.header-social li:hover {
  opacity: 1 !important;
}
.header-social li {
  display: block;
  float: left;
  margin-left: 10px;
  transition: all 0.3s;
}
.header-social li:first-child {
  margin-left: 0px;
}
.header-social .menu-link {
  display: block;
  width: 30px;
  height: 20px;
}
.header-social .menu-link.facebook {
  background: url(../images/fb-white-icon.png) no-repeat center center;
  background-size: 20px;
}
.header-social .menu-link.twitter {
  background: url(../images/tw-white-icon.png) no-repeat center center;
  background-size: 20px;
}
.header-social .menu-link.instagram {
  background: url(../images/insta-white-icon.png) no-repeat center center;
  background-size: 20px;
}
.header-social .menu-link.youtube {
  background: url(../images/yt-white-icon.png) no-repeat center center;
  background-size: 20px;
}
.header-lang {
  float: right;
  margin-left: 50px;
  position: relative;
  cursor: pointer;
  user-select: none;
  color: #fff;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 18px;
}
.header-lang:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);

  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.en .header-lang:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/en-icon.png) center center no-repeat;
  background-size: 100%;
}
.tr .header-lang:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/tr-icon.png) center center no-repeat;
  background-size: 100%;
}
.main {
}
.full-screen {
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}
.home-screen {
  position: relative;
  display: block;
  background: url(../images/stadium-bg.jpg) center center no-repeat;
  background-size: cover;
  height: calc(100vh + 30px);
}
.video-screen {
  padding: 100px 0px 164px;
  display: block;
  position: relative;
  background: #0c2547 url(../images/video-bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
}
.video-screen:before {
  width: 100%;
  display: block;
  position: absolute;
  top: -30px;
  left: 0px;
  height: 30px;
  content: "";
  background: url(../images/brush-1.png) top center repeat-x;
  z-index: 99;
}

@-webkit-keyframes trailer {
  0% {
    box-shadow: 0px 0px 100px 0px #00f3ff,
      inset 0px 5px 0px 5px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0px 0px 300px 0px #00f3ff,
      inset 0px 5px 0px 5px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0px 0px 100px 0px #00f3ff,
      inset 0px 5px 0px 5px rgba(255, 255, 255, 0.1);
  }
}
@keyframes trailer {
  0% {
    box-shadow: 0px 0px 100px 0px #00f3ff,
      inset 0px 5px 0px 5px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0px 0px 300px 0px #00f3ff,
      inset 0px 5px 0px 5px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0px 0px 100px 0px #00f3ff,
      inset 0px 5px 0px 5px rgba(255, 255, 255, 0.1);
  }
}

.trailer {
  display: block;
  position: relative;
  width: 570px;
  height: 321px;
  background: url(../images/trailer-bg.jpg) no-repeat center center;
  background-size: cover;
  border: 3px solid #0c2446;
  border-radius: 30px;
  margin: 0px auto;
  /* Mask: */
  box-shadow: 0px 0px 100px 0px #00f3ff,
    inset 0px 5px 0px 5px rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  margin-top: 50px;

  -webkit-animation-name: trailer; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */

  animation-name: trailer;
  animation-duration: 2s;
  animation-timing-function: ease;

  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;

  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 0;
}
.trailer:hover {
  transform: scale(1.02);
}
.screen-title {
  font-size: 50px;
  font-family: "DINPro-CondensedBold";
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 99;
  text-shadow: 2px 2px 2px #191c2e;
}
.screen-title.white {
  color: #fff;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.play-button {
  display: block;
  position: absolute;
  width: 130px;
  height: 150px;
  background: url(../images/play-icon.png) no-repeat center center;
  background-size: 100%;
  left: calc(50% - 65px);
  top: calc(50% - 72px);
  transform: scale(1);

  -webkit-animation-name: scale; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */

  animation-name: scale;
  animation-duration: 2s;
  animation-timing-function: ease;

  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;
}
.app-screen {
  width: 100%;
  height: 488px;
  display: block;
  position: relative;
  background: #181c2e url(../images/app-bg.jpg) center center no-repeat;
  background-size: cover;
}
.app-screen:before {
  width: 100%;
  display: block;
  position: absolute;
  top: -30px;
  left: 0px;
  height: 30px;
  content: "";
  background: url(../images/brush-2.png) top center repeat-x;
  z-index: 99;
}
.app-screen .container {
  height: 100%;
}
.store {
  display: block;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
}
.store-buttons {
  margin-top: 30px;
}
.store-buttons a {
  margin-right: 10px;
}
.store-buttons img {
  height: 60px;
}
.app-icon {
  display: block;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translate(0, -50%);
  /* Rectangle 41: */
  /* Sketch doesnt export pattern fills at this point */
  box-shadow: 0px 0px 100px 0px #000000;
  border-radius: 60px;
  overflow: hidden;
  padding: 0px;
  line-height: 0px;
  font-size: 0px;
}
.app-icon img {
  width: 270px;
}
.faq-screen {
  width: 100%;
  display: block;
  position: relative;
  background: #f9f9f9;
  padding: 70px 0px 70px 0px;
}
.faq-screen .container {
  width: 770px;
}
.faq-screen:before {
  width: 100%;
  display: block;
  position: absolute;
  top: -30px;
  left: 0px;
  height: 30px;
  content: "";
  background: url(../images/brush-3.png) top center repeat-x;
  z-index: 99;
}
.faq-screen .screen-title {
  margin-bottom: 30px;
  text-align: center;
}
.collapsible {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.collapsible--special > li {
  display: block;
  position: relative;
  width: 100%;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  margin-top: 20px;
  padding: 0px 5px;
}
.collapsible--special .collapsible-header {
  padding: 20px;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.collapsible--special .collapsible-header .special-title {
  font-size: 0.9375em;
  color: #959b9e;
  font-weight: 700;
  font-family: "DINPro";
}
.collapsible--special .collapsible-header .special-title--gray {
  color: #959b9e !important;
}
.collapsible--special .collapsible-header .special-price {
  color: #222222;
  font-weight: 700;
  font-family: "DINPro";
}
.collapsible--special .collapsible-header:after {
  content: "\E5CF";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0px;
  font-size: 24px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  z-index: 9;
  color: #959b9e;
}
.collapsible--special .collapsible-header.active:after {
  content: "\E5CE" !important;
  color: #222222 !important;
}
.collapsible--special .collapsible-header.active .special-title {
  color: #222222;
}
.collapsible--special .collapsible-body {
  padding-bottom: 20px;
  display: none;
}
.collapsible--special .collapsible-content {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.collapsible--default .collapsible-header {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-family: "DINPro";
  color: #222222;
  padding: 20px;
  font-weight: 700;
  margin-bottom: 10px;

  /* BG: */
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding-right: 55px;
}
.collapsible--default .collapsible-header .count {
  color: #959b9e;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.collapsible--default .collapsible-header:after {
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/down-arrow-black.png) no-repeat center center;
  background-size: 100%;
  width: 15px;
  height: 10px;
}
.collapsible--default .collapsible-header.active:after {
  background: url(../images/up-arrow-black.png) no-repeat center center;
  background-size: 100%;
}
.collapsible--default .collapsible-body {
  display: none;
  padding: 20px;
}
.collapsible-body {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  margin-top: -10px;
}

.footer {
  width: 100%;
  display: block;
  position: relative;
}
.footer .container {
  border-top: 2px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 70px;
}
.footer-logo {
  display: block;
  width: 80px;
  height: 64px;
  float: left;
  background: url(../images/masomo-logo.png) no-repeat center center;
  background-size: 100%;
}
.footer-copyright {
  display: block;
  float: left;
  margin-top: 7px;
  font-family: "DINPro";
  font-size: 16px;
  color: #999999;
  margin-left: 20px;
}
.footer-copyright a {
  color: #999999;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.footer-copyright a:hover {
  color: #000;
}
.footer-social {
  display: block;
  list-style: none;
  float: right;
  margin-top: 17px;
}
.footer-social li {
  display: block;
  float: left;
  margin-left: 20px;
}
.footer-social li:first-child {
  margin-left: 0px;
}
.footer-social .menu-link {
  display: block;
  width: 30px;
  height: 30px;
}
.footer-social .menu-link.facebook {
  background: url(../images/fb-grey-icon.png) no-repeat center center;
  background-size: 100%;
}
.footer-social .menu-link.twitter {
  background: url(../images/tw-grey-icon.png) no-repeat center center;
  background-size: 100%;
}
.footer-social .menu-link.instagram {
  background: url(../images/insta-grey-icon.png) no-repeat center center;
  background-size: 100%;
}
.footer-social .menu-link.youtube {
  background: url(../images/yt-grey-icon.png) no-repeat center center;
  background-size: 100%;
}

.home-screen .container {
  height: 100%;
}
.home-screen .store {
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  top: auto !important;
  bottom: 100px;
  z-index: 99;
}
.home-screen .screen-title {
  text-align: center;
  font-size: 30px !important;
}
.home-screen .store-buttons {
  margin-top: 10px !important;
}

@-webkit-keyframes ball {
  0% {
    margin-left: 350px;
    margin-top: -150px;
    /*transform: scale(0);*/
    transform: rotate(20deg) scale(0);
  }
  100% {
    margin-left: -150px;
    margin-top: -300px;
    transform: rotate(0deg) scale(1);
    /*transform: scale(1);*/
  }
}
@keyframes ball {
  0% {
    margin-left: 350px;
    margin-top: -150px;
    /*transform: scale(0);*/
    transform: rotate(20deg) scale(0);
  }
  100% {
    margin-left: -150px;
    margin-top: -300px;
    transform: rotate(0deg) scale(1);
    /*transform: scale(1);*/
  }
}

.ball {
  position: absolute;
  display: block;
  width: 470px;
  height: 330px;
  background-size: 100%;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -300px;
  transform: rotate(0) scale(0);
}

.ball-animation {
  -webkit-animation-name: ball; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */

  animation-name: ball;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.7s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.7s;
}

.head-left {
  position: absolute;
  display: block;
  width: 43.5%;
  left: -12%;
  bottom: 8%;
  /*transform: translate(0, -50%);*/

  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari */
  transform: scale(1);
}

.head-left-animation {
  -webkit-animation-name: headLeft; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s; /* Safari 4.0 - 8.0 */
  animation-name: headLeft;
  animation-duration: 1.2s;
  animation-timing-function: ease;
}

.head-left img,
.head-right img,
.ball img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes headLeft {
  0% {
    bottom: -208%;
    left: -72%;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
  }
  100% {
    bottom: 8%;
    left: -12%;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
  }
}
@keyframes headLeft {
  0% {
    bottom: -208%;
    left: -72%;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
  }
  100% {
    bottom: 8%;
    left: -12%;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
  }
}

@-webkit-keyframes headRight {
  0% {
    bottom: -208%;
    right: -72%;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
  }
  100% {
    bottom: 12%;
    right: -15%;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
  }
}
@keyframes headRight {
  0% {
    bottom: -208%;
    right: -72%;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
  }
  100% {
    bottom: 12%;
    right: -15%;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
  }
}

@-webkit-keyframes vibration {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes vibration {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes vibration-left {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes vibration-left {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes vibration-right {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes vibration-right {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.vibration {
  display: block;
  position: relative;
  -webkit-animation-name: vibration; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2.5s; /* Safari 4.0 - 8.0 */

  animation-name: vibration;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;

  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;

  -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
  animation-delay: 1.2s;
  transform: translate(0px, 0px);
}

.vibration-left {
  display: block;
  position: relative;
  -webkit-animation-name: vibration-left; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2.5s; /* Safari 4.0 - 8.0 */

  animation-name: vibration-left;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;

  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;

  -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
  animation-delay: 1.2s;
  transform: translate(0px, 0px);
}

.vibration-right {
  display: block;
  position: relative;
  -webkit-animation-name: vibration-right; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2.5s; /* Safari 4.0 - 8.0 */

  animation-name: vibration-right;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;

  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;

  -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
  animation-delay: 1.2s;
  transform: translate(0px, 0px);
}

.head-right {
  position: absolute;
  display: block;
  width: 40%;
  right: -15%;
  bottom: 12%;
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari */
  transform: scale(1);
}
.head-right-animation {
  -webkit-animation-name: headRight; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s; /* Safari 4.0 - 8.0 */
  animation-name: headRight;
  animation-duration: 1.2s;
  animation-timing-function: ease;
}
.tribune {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 274px;
  background: url(../images/tribune.png) repeat-x bottom center;
}

@media screen and (min-width: 1700px) {
  .video-screen {
    background: #0c2547 url(../images/video-bg.jpg) top center no-repeat;
    background-size: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: 99999999;
  left: 0;
  top: 0;
}
.modal .modal__content {
  width: 1000px;
  height: 563px;
}
.modal__title {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 1.625em;
}
.modal__description {
  font-size: 0.875em;
  line-height: 22px;
  color: #222;
}
.modal__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  max-height: 100%;
  display: block;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal__close {
  display: block;
  color: #222;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  line-height: 0;
  background: url(../images/close-icon.png) no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 44px;
  z-index: 999999;
}

.h_iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.loading-area {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/loading-bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: 9999999999999999;
}
.loading-animate {
  position: absolute;
  z-index: 999999999999999999;
  width: 240px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/loading.gif) no-repeat center center;
  background-size: 100%;
  color: #fff;
  font-family: "DINPro-CondensedBold";
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #325607;
  text-align: center;
  vertical-align: middle;
  padding: 3px 0px;
}
.loading .site {
  visibility: hidden;
}

@media (min-width: 769px) and (max-width: 1170px) {
  .header-logo {
    width: 147.5px;
    height: 72px;
    margin: 36px 0px;
  }
  .header-social {
    display: none;
  }
  .header-lang {
    margin-left: 20px;
  }
  .container {
    width: 100%;
    padding: 0px 30px;
  }
  .ball {
    width: 376px;
    height: 264px;
    margin-left: -120px;
    margin-top: -240px;
  }

  @-webkit-keyframes ball {
    0% {
      margin-left: 280px;
      margin-top: -120px;
      /*transform: scale(0);*/
      transform: rotate(20deg) scale(0);
    }
    100% {
      margin-left: -120px;
      margin-top: -240px;
      transform: rotate(0deg) scale(1);
      /*transform: scale(1);*/
    }
  }
  @keyframes ball {
    0% {
      margin-left: 280px;
      margin-top: -120px;
      /*transform: scale(0);*/
      transform: rotate(20deg) scale(0);
    }
    100% {
      margin-left: -120px;
      margin-top: -240px;
      transform: rotate(0deg) scale(1);
      /*transform: scale(1);*/
    }
  }

  .head-left {
    width: 33.5%;
    left: -4%;
    bottom: 18%;
  }

  .head-right {
    width: 33.5%;
    right: -7%;
    bottom: 18%;
  }

  @-webkit-keyframes headLeft {
    0% {
      left: -72%;
      bottom: -208%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      left: -4%;
      bottom: 18%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }
  @keyframes headLeft {
    0% {
      left: -72%;
      bottom: -208%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      left: -4%;
      bottom: 18%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }

  @-webkit-keyframes headRight {
    0% {
      right: -72%;
      bottom: -208%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      right: -7%;
      bottom: 18%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }
  @keyframes headRight {
    0% {
      right: -72%;
      bottom: -208%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      right: -7%;
      bottom: 18%;
    }
  }
}

.visible-mobile {
  display: none;
}
@media (min-width: 415px) and (max-width: 768px) {
  .modal .modal__content {
    width: 90%;
    height: 90%;
  }
  .footer .container {
    padding-bottom: 20px;
  }
  .faq-screen {
    padding: 35px 0px;
  }
  .screen-title {
    font-size: 40px;
  }
  .home-screen .screen-title {
    text-align: center;
    font-size: 24px !important;
  }
  .store-buttons {
    margin-top: 10px;
  }
  .store-buttons img {
    height: 40px;
  }
  .app-icon  {
    border-radius: 50px;
  }
  .app-icon img {
    width: 200px;
  }
  .header.second .header-logo {
    width: 123px;
    height: 60px;
    margin: 0px 0px;
  }
  .header.second .header-right-menu {
    margin: 0px 0px 0px 0px;
  }
  .tribune {
    background-size: 180%;
  }
  .header-drawer {
    display: block;
    width: 18px;
    height: 12px;
    background: url(../images/drawer-icon.png) center center;
    background-size: 100%;
    position: absolute;
    top: 45px;
    left: 30px;
  }
  .header-logo {
    width: 147.5px;
    height: 72px;
    margin: 0px;
    float: none;
    position: absolute;
    left: 30px;
    top: 20px;
  }
  .header-social {
    display: none;
  }
  .header-left-menu {
    display: block;
    margin: 31px 0px 31px 168px;
  }
  .header.second .header-left-menu {
    margin: 31px 0px 31px 148px;
  }
  .header-right-menu {
    float: none;
    position: absolute;
    margin: 0px;
    right: 30px;
    top: 40px;
  }
  .header-lang {
    float: none;
    margin-left: 0px;
  }
  .container {
    width: 100% !important;
    padding: 0px 30px;
  }

  @-webkit-keyframes ball {
    0% {
      margin-left: 150px;
      margin-top: -50px;
      /*transform: scale(0);*/
      transform: rotate(20deg) scale(0);
    }
    100% {
      margin-left: -150px;
      margin-top: -300px;
      transform: rotate(0deg) scale(1);
      /*transform: scale(1);*/
    }
  }
  @keyframes ball {
    0% {
      margin-left: 150px;
      margin-top: -50px;
      /*transform: scale(0);*/
      transform: rotate(20deg) scale(0);
    }
    100% {
      margin-left: -150px;
      margin-top: -300px;
      transform: rotate(0deg) scale(1);
      /*transform: scale(1);*/
    }
  }

  .ball {
    width: 50%;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -300px;
  }

  .head-left {
    width: 53.5%;
    left: -10%;
    bottom: 17%;
    /*transform: translate(0, -50%);*/
  }

  .head-right {
    width: 50%;
    right: -13%;
    bottom: 21%;
  }

  @-webkit-keyframes headLeft {
    0% {
      bottom: -108%;
      left: -72%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      left: -10%;
      bottom: 17%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }
  @keyframes headLeft {
    0% {
      bottom: -108%;
      left: -72%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      left: -10%;
      bottom: 17%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }

  @-webkit-keyframes headRight {
    0% {
      bottom: -108%;
      right: -72%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      right: -13%;
      bottom: 21%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }
  @keyframes headRight {
    0% {
      bottom: -108%;
      right: -72%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      right: -13%;
      bottom: 21%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }
}

@media screen and (max-width: 414px) {
  .header.second .header-logo {
    margin: 0px !important;
  }
  .modal .modal__content {
    width: 100%;
    height: 100%;
  }
  .modal__close {
    right: 10px;
    top: 10px;
  }
  .footer .container {
    padding-bottom: 20px;
  }
  .faq-screen {
    padding: 35px 0px;
  }
  .screen-title {
    font-size: 40px;
  }
  .home-screen {
    overflow: hidden;
    background: url(../images/stadium-bg.jpg) 47.5% 50% no-repeat;
  }
  .home-screen .screen-title {
    text-align: center;
    font-size: 24px !important;
  }
  .home-screen .store {
    width: 100%;
    position: relative;
    left: 0% !important;
    transform: translate(0, 0) !important;
    bottom: 200px;
  }
  .home-screen .store-buttons {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
  }
  .store-buttons {
    margin-top: 10px;
  }
  .store-buttons img {
    height: 40px;
  }
  .app-icon  {
    border-radius: 50px;
  }
  .app-icon img {
    width: 200px;
  }

  .header.second .header-right-menu {
    margin: 0px 0px 0px 0px;
  }
  .tribune {
    background-size: 1000px;
  }
  .header-logo {
    width: 147.5px;
    height: 72px;
    margin: 0px;
    float: none;
    position: absolute;
    left: 30px;
    top: 20px;
  }
  .header-social {
    display: none;
  }
  .header-left-menu {
    display: none;
  }
  .header-right-menu {
    float: none;
    position: absolute;
    margin: 0px;
    right: 30px;
    top: 40px;
  }
  .header-lang {
    float: none;
    margin-left: 0px;
  }
  .container {
    width: 100% !important;
    padding: 0px 30px;
  }

  @-webkit-keyframes ball {
    0% {
      margin-left: 70px;
      margin-top: -30px;
      /*transform: scale(0);*/
      transform: rotate(20deg) scale(0);
    }
    100% {
      margin-left: -55px !important;
      margin-top: -210px !important;
      transform: rotate(0deg) scale(1);
      /*transform: scale(1);*/
    }
  }
  @keyframes ball {
    0% {
      margin-left: 70px;
      margin-top: -30px;
      /*transform: scale(0);*/
      transform: rotate(20deg) scale(0);
    }
    100% {
      margin-left: -55px !important;
      margin-top: -210px !important;
      transform: rotate(0deg) scale(1);
      /*transform: scale(1);*/
    }
  }

  .ball {
    width: 60%;
    min-width: 200px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -55px !important;
    margin-top: -210px !important;
  }

  .head-left {
    width: 58%;
    left: -14%;
    bottom: 29%;
    /*transform: translate(0, -50%);*/
  }

  .head-right {
    width: 53%;
    right: -20%;
    bottom: 33%;
  }

  @-webkit-keyframes headLeft {
    0% {
      bottom: -108%;
      left: -72%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      left: -14%;
      bottom: 29%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }
  @keyframes headLeft {
    0% {
      bottom: -108%;
      left: -72%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      left: -14%;
      bottom: 29%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }

  @-webkit-keyframes headRight {
    0% {
      bottom: -108%;
      right: -72%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      right: -20%;
      bottom: 33%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }
  @keyframes headRight {
    0% {
      bottom: -108%;
      right: -72%;
      -ms-transform: scale(0); /* IE 9 */
      -webkit-transform: scale(0); /* Safari */
      transform: scale(0);
    }
    100% {
      right: -20%;
      bottom: 33%;
      -ms-transform: scale(1); /* IE 9 */
      -webkit-transform: scale(1); /* Safari */
      transform: scale(1);
    }
  }

  .video-screen {
    padding: 50px 0px 114px;
  }

  .trailer {
    display: block;
    position: relative;
    width: auto;
    border: 3px solid #0c2446;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    
    -webkit-animation-name: '';
    animation-name: '';
    box-shadow: 0px 0px 50px 0px #00f3ff, inset 0px 5px 0px 5px rgba(255, 255, 255, 0.1);
  }

  .play-button {
    width: 100px;
    height: 114px;
    left: calc(50% - 50px);
    top: calc(50% - 57px);
  }

  .app-screen {
    height: auto;
    padding: 50px 0px;
  }

  .app-icon {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0, 0);
    box-shadow: none;
    border-radius: 0px;
    overflow: visible;
    margin: 0px auto;
    width: 128px;
    height: 128px;
    box-shadow: 0px 0px 100px 0px #000000;
    border-radius: 30px;
    overflow: hidden;
  }
  .app-icon img {
    width: 128px;
  }

  .app-screen .store {
    left: 0px;
    top: 0px;
    transform: translate(0, 0);
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .visible-phone {
    display: block !important;
  }
  .support-button {
    font-size: 18px;
    font-family: "DINPro-CondensedBold";
    width: 100%;
    padding: 16px;
    border: 2px solid rgba(8,8,26, 0.3);
    border-radius: 5px;
    text-align: center;
    margin-top: 35px;
    color: #000;
    text-decoration: none;
  }
  .support-button img {
    width: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .footer-social {
    float:none;
    clear:both;
    margin-top:0px;
    padding-top:20px;
  }
  .store-buttons a:last-child {
    margin-right: 0px;
  }
}

.visible-phone {
  display: none;
}
