body * {
  font-family: 'Montserrat', sans-serif;
}

body {
  overflow-x: hidden;
}

.color-maroon {color: #89243F;}
.color-red {color: #FF3737;}
.color-deep-blue {color: #171248;}

.sticky-header {
  height: 100px;
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  color: #171248;
  padding: 40px 0;
  top: 0;
  z-index: 2;
}

.logo {
  width: 90px;
  height: 30px;
  background: url(../images/jc-logo.svg) no-repeat 0 0;
  display: block;
  text-decoration: none;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.h-menu {
  float: right;
  margin-left: 40px;
  font-weight: 900;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #171248;
  cursor: pointer;

   /*transition: all 0.1s;*/
}

.not-touch .h-menu:hover {
  color: #171248;
  box-shadow: inset 0 -2px #171248;
}

.h-menu:active,
.h-menu.active {
  color: #FF3737;
  box-shadow: none;
}

.index-top {
  height: 80vh;
  position: relative;
}

.index-top .heading-title {
  margin-top: 11%;
}

.index-top h1:after {
  content: " ";
  padding-left: 48px;
  background: url(../images/jc-android-icon.svg) no-repeat right center;
}

h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: #171248;
}

h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 40px;
}

h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin: 20px 0 60px;
}

.scroll-icon {
  position: absolute;
  width: 22px;
  height: 36px;
  left: calc(50% - 11px);
  bottom: 60px;
  background: url(../images/jc-mouse.svg) no-repeat 0 0;

  animation: 2.8s infinite linear mouseMoving;
  animation-fill-mode: forwards;
  transition: all 0.8s ease;
}

.scroll-icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FF3737;
  left: 6px;
  top: 6px;
  border-radius: 50%;

  transform: scale(0);
  animation: 2.8s infinite linear scrollMoving;
  animation-fill-mode: forwards;
  transition: all 0.8s ease;
}

@keyframes scrollMoving {
  0% {transform: scale(0); top: 6px;}
  60% {transform: scale(0); top: 6px;}
  68% {transform: scale(1); top: 6px;}
  92% {transform: scale(1); top: 20px;}
  100% {transform: scale(0); top: 20px;}
}

@keyframes mouseMoving {
  0% {bottom: 60px;}
  60% {bottom: 60px;}
  68% {bottom: 60px;}
  92% {bottom: 58px;}
  100% {bottom: 60px;}
}


.fullwidth-bg {
  position: relative;
}

.fullwidth-bg:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 120%;
  left: -10%;
  transform: rotate(-1deg);
  top: 0;
  bottom: 0;
}

.bg-red:before {background: linear-gradient(180deg, #E83339 0%, #FE3737 100%);}
.bg-deep-blue:before {background: #171248;}
.bg-dark-blue:before {background: #120E3A;}
.bg-pink:before {background: #FFD7D7; top: -20px;}

.bg-white .container,
.bg-red .container,
.bg-deep-blue .container,
.bg-dark-blue .container {
  min-height: 600px;
  padding: 80px 15px;
  color: #fff;
}

.bg-red .container {
  min-height: 500px;
}

.bg-pink .container {
  min-height: 400px;
  padding-top: 80px;
}

.bg-white .container {
  color: #171248;
}

.app-poster {
  width: 576px;
  height: 440px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.app-poster:before {
  content: "";
  position: absolute;
  width: 576px;
  height: 440px;
  top: 0;
  background: no-repeat center center;
  background-size: contain;
}

.app-poster.teamy:before {background-image: url(../images/poster-teamy.png); left: 0;}
.app-poster.talker:before {background-image: url(../images/poster-talker.png); right: 0;}
.app-poster.streamhub:before {background-image: url(../images/poster-streamhub.png); left: 0;}
.app-poster.rmw:before {background-image: url(../images/poster-rmw.png); right: 0;}
.app-poster.jam:before {background-image: url(../images/poster-jam.png); left: 0;}

.app-poster.devs {
  position: absolute;
  left: 58.333333%;
  bottom: 0;
  top: 80px;
  height: auto;
}

.app-poster.devs:before {
  width: 100%;
  height: 100%;
  background: url(../images/jc-poster-1.svg) no-repeat left 80px bottom 280px, url(../images/jc-poster-2.svg) no-repeat 237px bottom;
}

.apps-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.apps-link span {
  cursor: pointer;
   /*transition: all 0.1s;*/
}

.not-touch .apps-link span:hover {
  box-shadow: 0 2px #fff;
}

.apps-link.color-maroon {
  margin-top: 75px;
}

.app-description {
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
}

.app-description.regular {
  font-weight: normal;
  margin: 20px 0 12px;
}

.app-button {
  display: block;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 900;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 18px;
  cursor: pointer;
  margin: 20px 0;
  min-width: 180px;
  max-width: 200px;

   /*transition: all 0.1s;*/
}

.not-touch .app-button:hover {
  color: #171248;
  background: #fff;
}

.bg-white .app-button {
  color: #208CF9;
  border: 2px solid #208CF9;
}

.not-touch .bg-white .app-button:hover {
  color: #FFFFFF;
  background: #208CF9;
}

.app-info {
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF3737;
  white-space: nowrap;
}

.app-info span {
  display: inline-block;
  margin-right: 15px;
}

.app-info span:last-child {
  margin: 0;
}

.link-more {
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 12px;
  display: inline-block;
  position: relative;
  color: #FF3737;
  cursor: pointer;

   /*transition: all 0.1s;*/
}

.not-touch .link-more:hover {
  box-shadow: inset 0 -2px #FF3737;
}

.link-more:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 24px;
  top: 0;
  right: -20px;
  background: url(../images/jc-arrow-down-red.svg) no-repeat center center;
  transition: transform 0.1s;
}

.link-more.color-deep-blue {color: #171248;}
.not-touch .link-more.color-deep-blue:hover {box-shadow: inset 0 -2px #171248;}
.link-more.color-deep-blue:after {background-image: url(../images/jc-arrow-down-blue.svg);}

.link-more.expanded:after {
  transform: rotate(-180deg);
}

.collapsed {
  display: none;
}

.auto-height .container {
  min-height: auto;
}

.footer {
  margin-top: 160px;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #8B88A3;
  opacity: 0.5;
}

.footer .logo {
  background-image: url(../images/jc-logo-gray.svg);
  position: relative;
  margin: 60px auto 0;
}

.app-description a {color: #FF3737;  /*transition: all 0.1s;*/}
.not-touch .app-description a:hover {box-shadow: 0 2px #FF3737;}

.footer-link {
  font-weight: 900;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B9B8C8;
}

.footer-link:hover {
  color: #171248;
}

.page-privacy .app-description b {
  display: block;
  margin-top: 12px;
}

.page-privacy .footer {
  margin-top: 0;
}

.page-privacy table {
  min-width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}

.page-privacy table td {
  font-size: 13px;
  line-height: 24px;
  padding: 12px 16px;
  width: 16%;
  vertical-align: top;
}

.page-privacy thead td {
  background: rgba(185, 184, 200, 0.3);
  font-weight: bold;
  color: #8B88A3;
}

.page-privacy tbody td {
  background: rgba(185, 184, 200, 0.1);
  color: #171248;
}

.page-privacy td.break-long {
  word-break: break-all;
  width: 18%;
}

/*============================= DEVICES ===============================*/

/*mobile*/

@media (max-width: 767px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sticky-header {
    height: 56px;
    padding: 16px 0;
  }

  .sticky-header .container {
    padding: 36px 0 0 !important;
    background: #fff;
  }

  .sticky-header .logo {
    top: 0;
    left: 30px;
  }

  .h-send-email,
  .h-show-menu {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 30px;
    background: url(../images/jc-menu.svg) no-repeat 0 0;
    transition: all 0.1s;
  }

  .h-send-email {
    right: 74px;
    background-image: url(../images/jc-email.svg);
  }

  .menu-visible .h-show-menu {
    background-image: url(../images/jc-close-menu.svg);
  }

  .sticky-header .menu-wrapper {
    left: -105%;
    position: fixed;
    background: #fff;
    width: 100%;
    height: calc(100vh - 56px);
    min-height: 300px;
    top: 56px;
    padding: 0 30px;
    transition: left .2s ease-in-out;
  }

  .menu-visible .menu-wrapper {
    left: 0;
  }

  .menu-wrapper .h-menu {
    float: none;
    display: block;
    margin: 0 0 32px;
  }

  .h-menu:first-child {
    margin-top: 28vh;
  }

  h1 {
    font-size: 24px;
    line-height: 36px;
  }

  h2 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }

  h3 {
    margin: 20px 0 40px;
    padding-top: 92px;
    background: no-repeat 0 0;
  }

  .title-teamy {background-image: url(../images/jc-logo-teamy.svg);}
  .title-talker {background-image: url(../images/jc-logo-talker.svg);}
  .title-streamhub {background-image: url(../images/jc-logo-streamhub.svg);}
  .title-rmw {background-image: url(../images/jc-logo-rmw.svg);}
  .title-jam {background-image: url(../images/jc-logo-jam.svg);}

  .scroll-icon {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    background: url(../images/jc-scroll-icon-30.svg) no-repeat 0 0;
    animation: none;
  }

  .scroll-icon:before {
    animation: none;
    display: none;
  }

  .index-top h1:after {
    content: " ";
    padding-left: 40px;
    background-image: url(../images/jc-android-icon-xs.svg);
  }

  .fullwidth-bg:before {
    transform: rotate(-3deg);
  }

  .app-poster {
    display: none;
  }

  .index-top .heading-title {
    margin-top: 0;
  }

  .page-privacy .table-holder {
    overflow: auto;
  }
}


/* tablet */

@media (max-width: 992px) and (min-width: 768px) {
  .scroll-icon {
    width: 48px;
    height: 48px;
    left: calc(50% - 24px);
    background: url(../images/jc-scroll-icon-48.svg) no-repeat 0 0;
    animation: none;
  }

  .scroll-icon:before {
    animation: none;
    display: none;
  }

  .app-poster.devs {
    left: 63%;
  }

  .app-poster.devs:before {
    background: url(../images/jc-poster-1.svg) no-repeat left -35px bottom 280px, url(../images/jc-poster-2.svg) no-repeat 122px bottom;
  }

  .section-about .col-sm-6 {
    margin-top: 100px;
  }

  .fullwidth-bg:before {
    transform: rotate(-2deg);
  }

  .page-privacy .table-holder {
    overflow: auto;
  }

}


/* tablet landscape */

@media (max-width: 1199px) and (min-width: 993px) {
  .index-top .heading-title {
    margin-top: 5%;
  }

}


/* fullHD+ */

@media (min-width: 1921px) {
  .h1 {
    font-size: 52px;
    line-height: 70px;
  }

}