.doc {
  list-style: none; }
.doc__link {
  /*display: block;*/
  font-size: 12px;
  color: white;
  text-decoration: none; }

.docs {
  list-style: none; }
  .app > .docs {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0; }
    .app > .docs .docs__doc {
      margin: 5px 20px; }
    @media (min-width: 768px) {
      .app > .docs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 768px) {
      .app > .docs .docs__doc {
        width: 181px;
        text-align: right; } }
  .navbar .docs {
    width: 100%;
    margin: 20px 0 0; }
    .navbar .docs .docs__doc {
      margin: 10px 0px; }
    @media (min-width: 768px) {
      .navbar .docs {
        display: none; } }

.col {
  width: 100%;
  padding: 15px; }
  .col_1 {
    width: 8.33333%; }
  .col_2 {
    width: 16.66667%; }
  .col_3 {
    width: 25%; }
  .col_4 {
    width: 33.33333%; }
  .col_5 {
    width: 41.66667%; }
  .col_6 {
    width: 50%; }
  .col_7 {
    width: 58.33333%; }
  .col_8 {
    width: 66.66667%; }
  .col_9 {
    width: 75%; }
  .col_10 {
    width: 83.33333%; }
  .col_11 {
    width: 91.66667%; }
  .col_12 {
    width: 100%; }
  @media (min-width: 520px) {
    .col_xs_1 {
      width: 8.33333%; }
    .col_xs_2 {
      width: 16.66667%; }
    .col_xs_3 {
      width: 25%; }
    .col_xs_4 {
      width: 33.33333%; }
    .col_xs_5 {
      width: 41.66667%; }
    .col_xs_6 {
      width: 50%; }
    .col_xs_7 {
      width: 58.33333%; }
    .col_xs_8 {
      width: 66.66667%; }
    .col_xs_9 {
      width: 75%; }
    .col_xs_10 {
      width: 83.33333%; }
    .col_xs_11 {
      width: 91.66667%; }
    .col_xs_12 {
      width: 100%; } }
  @media (min-width: 768px) {
    .col_sm_1 {
      width: 8.33333%; }
    .col_sm_2 {
      width: 16.66667%; }
    .col_sm_3 {
      width: 25%; }
    .col_sm_4 {
      width: 33.33333%; }
    .col_sm_5 {
      width: 41.66667%; }
    .col_sm_6 {
      width: 50%; }
    .col_sm_7 {
      width: 58.33333%; }
    .col_sm_8 {
      width: 66.66667%; }
    .col_sm_9 {
      width: 75%; }
    .col_sm_10 {
      width: 83.33333%; }
    .col_sm_11 {
      width: 91.66667%; }
    .col_sm_12 {
      width: 100%; } }
  @media (min-width: 992px) {
    .col_md_1 {
      width: 8.33333%; }
    .col_md_2 {
      width: 16.66667%; }
    .col_md_3 {
      width: 25%; }
    .col_md_4 {
      width: 33.33333%; }
    .col_md_5 {
      width: 41.66667%; }
    .col_md_6 {
      width: 50%; }
    .col_md_7 {
      width: 58.33333%; }
    .col_md_8 {
      width: 66.66667%; }
    .col_md_9 {
      width: 75%; }
    .col_md_10 {
      width: 83.33333%; }
    .col_md_11 {
      width: 91.66667%; }
    .col_md_12 {
      width: 100%; } }
  @media (min-width: 1280px) {
    .col_lg_1 {
      width: 8.33333%; }
    .col_lg_2 {
      width: 16.66667%; }
    .col_lg_3 {
      width: 25%; }
    .col_lg_4 {
      width: 33.33333%; }
    .col_lg_5 {
      width: 41.66667%; }
    .col_lg_6 {
      width: 50%; }
    .col_lg_7 {
      width: 58.33333%; }
    .col_lg_8 {
      width: 66.66667%; }
    .col_lg_9 {
      width: 75%; }
    .col_lg_10 {
      width: 83.33333%; }
    .col_lg_11 {
      width: 91.66667%; }
    .col_lg_12 {
      width: 100%; } }
  @media (min-width: 1366px) {
    .col_xl_1 {
      width: 8.33333%; }
    .col_xl_2 {
      width: 16.66667%; }
    .col_xl_3 {
      width: 25%; }
    .col_xl_4 {
      width: 33.33333%; }
    .col_xl_5 {
      width: 41.66667%; }
    .col_xl_6 {
      width: 50%; }
    .col_xl_7 {
      width: 58.33333%; }
    .col_xl_8 {
      width: 66.66667%; }
    .col_xl_9 {
      width: 75%; }
    .col_xl_10 {
      width: 83.33333%; }
    .col_xl_11 {
      width: 91.66667%; }
    .col_xl_12 {
      width: 100%; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.logo {
  display: block;
  text-decoration: none; }
  .logo__image {
    display: block;
    width: 100%; }

.soc {
  text-align: center; }
  .soc__title {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 14px; }
  .soc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none; }
  .soc__item {
    list-style: none; }
  .soc__item + .soc__item {
    margin-left: 5px; }
  .soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 100%;
    color: white;
    font-size: 26px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .soc__link:hover {
      color: white;
      border-color: #fe0000;
      background-color: #fe0000; }
  .soc_simple .soc__link {
    width: 30px;
    height: 30px;
    border: none;
    font-size: 30px; }
    .soc_simple .soc__link:hover {
      color: #fe0000;
      background: transparent; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 30px;
  border: 2px solid white;
  border-radius: 45px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  background-color: rgba(254, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 768px) {
    .btn:hover {
      color: white;
      border-color: #fe0000;
      background-color: #fe0000; } }
  .btn_circle {
    width: 50px;
    height: 50px;
    padding: 5px 0 0 0;
    font-size: 15px;
    border-color: white;
    color: white; }
    @media (min-width: 768px) {
      .btn_circle {
        width: 80px;
        height: 80px;
        font-size: 20px; } }

.player {
  width: 100%;
  max-width: 300px;
  max-height: 504px;
  overflow: hidden;
  margin: 45px auto 80px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.6); }
  @media (min-width: 768px) {
    .player {
      max-width: none;
      max-height: none;
      width: 650px;
      height: 380px; } }
  .player__video {
    display: block;
    width: 100%;
    height: 100%; }
  .player iframe {
    width: 100%;
    height: 53vw; }
    @media (min-width: 768px) {
      .player iframe {
        width: 650px;
        height: 380px; } }
  .player__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  .player__poster {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .player__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70px;
    height: 70px;
    padding-left: 5px;
    border: 2px solid white;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 25px; }

.burger {
  width: 30px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .burger {
      width: 50px; } }
  .burger__brick {
    width: 100%;
    height: 3px;
    background: white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 768px) {
      .burger__brick {
        height: 6px; } }
    .burger__brick + .burger__brick {
      margin-top: 4px; }
      @media (min-width: 768px) {
        .burger__brick + .burger__brick {
          margin-top: 6px; } }
    .burger__brick:last-child {
      width: 75%; }
  .burger.active .burger__brick:last-child {
    margin-left: 25%; }

.slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slogan__img {
    display: block;
    max-width: 300px;
    width: 100%; }
    @media (min-width: 768px) {
  .slogan__img {
    max-width: 700px; } }
  .slogan__title {
    margin: 15px auto 45px;
    text-align: center; }
  .slogan__subtitle {
    display: block;
    width: 100%;
    margin-top: 10px; }

.prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: center; }
  .prod__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 180px; }
  .prod__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }
  .prod__title {
    height: 100%;
    margin: 20px auto 30px; }
  .prod__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.prods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .prods__prod {
    height: 100%; }

.nav__list {
  list-style: none; }

.nav__item {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .nav__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }

.nav__link {
  display: block;
  line-height: 45px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 768px) {
    .nav__link {
      line-height: 65px;
      font-size: 18px; } }
  .nav__link:hover, .nav__link.current {
    opacity: 1; }
  .nav__link.current {
    cursor: pointer; }

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 290px;
  height: 100%;
  padding: 30px 27px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5100;
  overflow: auto;
  background: #bd7bd7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#8c2ee2), to(#c98ed2));
  background: linear-gradient(to bottom, #8c2ee2 0%, #c98ed2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c2ee2', endColorstr='#c98ed2',GradientType=0 );
  /* IE6-9 */ }
  .navbar.invisible {
    -webkit-transform: translate3d(-290px, 0, 0);
            transform: translate3d(-290px, 0, 0); }
  .navbar__nav {
    width: 100%;
    margin: 40px auto 0px; }
    @media (min-width: 768px) {
      .navbar__nav {
        margin: 70px auto 0px; } }
  .navbar__soc {
    width: 100%;
    margin-top: 35px;
    text-align: left; }
    .navbar__soc .soc__list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    @media (min-width: 992px) {
      .navbar__soc + .navbar__soc {
        display: none; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4000; }
  .header__burger {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 5100; }
    @media (min-width: 768px) {
      .header__burger {
        top: 30px; } }
    @media (min-width: 768px) {
      .header__burger {
        left: 120px; } }
  .header__logo {
    width: 180px;
    /*left: 80px;*/
    margin: 16px auto 0; }
    @media (min-width: 768px) {
      .header__logo {
        width: auto;
        max-width: 300px;
        /*right: 80px; */
        margin: 35px auto 0; } }
  .header__soc {
    display: none;
    position: absolute;
    top: 25px;
    right: 90px; }
    @media (min-width: 992px) {
      .header__soc {
        display: block; } }

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 100%;
  background: rgba(254, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .dot:hover, .dot.current {
    border-color: #fe0000;
    background: #fe0000; }
  .dot.current {
    cursor: default; }

.dots__dot + .dots__dot {
  margin-top: 10px; }

.pagination {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 4000; }
  @media (min-width: 768px) {
    .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center; }
  .main__row {
    height: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main__row:nth-child(2) {
      height: 34%; }
  .main__title {
    margin-bottom: 0; }
  .main__subtitle {
    max-width: 570px;
    margin: 20px auto 0; }
  .main__line {
    width: 1px;
    height: 100%;
    margin: 15px auto;
    background: white; }
    @media (min-width: 768px) {
      .main__line {
        margin: 25px auto; } }

* {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  color: white;
  font-family: 'Roboto';
  background: #bd7bd7;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(150deg, #8a2ce4 0%, #fee0c6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2ce4', endColorstr='#fee0c6',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

h1 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1 {
      font-size: 45px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 71px; } }

h3 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h3 {
      font-size: 34px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 51px; } }

h5 {
  font-size: 14px;
  font-weight: normal; }
  @media (min-width: 768px) {
    h5 {
      font-size: 19px; } }
  @media (min-width: 992px) {
    h5 {
      font-size: 24px; } }

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit:cover;object-position:center;'; }

.container {
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 55px; } }
  @media (min-width: 992px) {
    .container {
      padding: 0 15px; } }

.scroller {
  width: 120vw;
  height: 100%;
  overflow: auto;
  overflow-x: hidden; }
  .scroller__content {
    width: 100vw; }

.page {
  width: 100%;
  height: 100%; }
  .page__container {
    height: 100%; }

.fp {
  width: 100%;
  height: 100%; }
  .fp__page {
    width: 100%;
    height: 100%; }
    .fp__page .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding-top: 50px;
      padding-bottom: 20px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (min-width: 768px) {
        .fp__page .container {
          padding-top: 90px;
          padding-bottom: 60px; } }
  .fp__page:not(.active) .container{
    opacity: 0;
    z-index: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    pointer-events: none; }
  .fp__page.active .container{
    opacity: 1;
    z-index: 2; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background: black;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .overlay.invisible {
    opacity: 0; }

.pad {
  width: 100%;
  max-width: 300px;
  height: 0;
  padding-top: 40%;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }
  @media (min-width: 768px) {
    .pad {
      width: 100%;
      padding-top: 66%; } }
  @media (min-width: 992px) {
    .pad {
      width: 90%; } }
  @media (min-width: 992px) and (max-width: 1365px) {
    .pad {
      width: 70%; } }
  .pad__screen {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 4.7%;
    right: 4.8%; }
  .fp__page:not(.active) .pad {
    opacity: 0; }
  .fp__page.from-next .pad {
    opacity: 1;
    -webkit-transform: translate3d(0%, -100vh, 0) rotate(20deg);
            transform: translate3d(0%, -100vh, 0) rotate(20deg);
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .fp__page.from-prev .pad {
    opacity: 1;
    -webkit-transform: translate3d(0%, 100vh, 0) rotate(20deg);
            transform: translate3d(0%, 100vh, 0) rotate(20deg);
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .fp__page.to-next .pad {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0vh, 0) rotate(20deg);
            transform: translate3d(0%, 0vh, 0) rotate(20deg);
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .fp__page.to-prev .pad {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0vh, 0) rotate(20deg);
            transform: translate3d(0%, 0vh, 0) rotate(20deg);
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
.pad_real{
  width: 90%;
  max-width: none;
  background: url(../images/pad-winner.png) center center/contain no-repeat;
  padding-top: 60%;
}


.winner{
  color: black;
  text-align: center;
  padding: 25% 0 0;
}
.winner__name{
  margin: 0% auto 3%;
}
.winner__text{
  color: inherit;
  padding-bottom: 0;
}
.winner__text a{
  color: inherit;
  text-decoration: underline;
}
.winner__btn{
  margin: 5% auto 3%;
  color: white;
  border-color: red;
  background: red;
}
.winner__btn:before,
.winner__btn:after{
  color: white;
}
.winner__subtitle{
  font-weight: bold;
  color: red;
  cursor: pointer;
}
@media (max-width: 767px){
  .pad_real{
    width: 70%;
    padding-top: 45%;
  }
  .winner{
    padding: 22% 0 0;
    transform: scale(0.8);
  }
}


.back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .back_wave {
    -webkit-animation: wave 25s infinite;
            animation: wave 25s infinite; }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg) scale(1);
            transform: translate3d(0%, 0%, 0) rotate(0deg) scale(1); }
  25% {
    -webkit-transform: translate3d(2%, 0%, 0) rotate(10deg) scale(0.95);
            transform: translate3d(2%, 0%, 0) rotate(10deg) scale(0.95); }
  50% {
    -webkit-transform: translate3d(0%, 3%, 0) rotate(-5deg) scale(1);
            transform: translate3d(0%, 3%, 0) rotate(-5deg) scale(1); }
  75% {
    -webkit-transform: translate3d(-7%, 7%, 0) rotate(10deg) scale(1.1);
            transform: translate3d(-7%, 7%, 0) rotate(10deg) scale(1.1); }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg) scale(1);
            transform: translate3d(0%, 0%, 0) rotate(0deg) scale(1); } }

@keyframes wave {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg) scale(1);
            transform: translate3d(0%, 0%, 0) rotate(0deg) scale(1); }
  25% {
    -webkit-transform: translate3d(2%, 0%, 0) rotate(10deg) scale(0.95);
            transform: translate3d(2%, 0%, 0) rotate(10deg) scale(0.95); }
  50% {
    -webkit-transform: translate3d(0%, 3%, 0) rotate(-5deg) scale(1);
            transform: translate3d(0%, 3%, 0) rotate(-5deg) scale(1); }
  75% {
    -webkit-transform: translate3d(-7%, 7%, 0) rotate(10deg) scale(1.1);
            transform: translate3d(-7%, 7%, 0) rotate(10deg) scale(1.1); }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg) scale(1);
            transform: translate3d(0%, 0%, 0) rotate(0deg) scale(1); } }

.back-wave,
.back-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  right: -200%;
  margin: auto; }

.back-wave {
  width: 250%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease; }

.back-icons {
  height: 100%; }
  @media (min-width: 992px) {
    .back-icons {
      width: 130%;
      height: auto; } }

.darker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #8b2ee4), color-stop(99%, rgba(139, 46, 228, 0.01)), to(rgba(139, 46, 228, 0)));
  background: linear-gradient(to bottom, #8b2ee4 10%, rgba(139, 46, 228, 0.01) 99%, rgba(139, 46, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b2ee4', endColorstr='#008b2ee4',GradientType=0 );
  /* IE6-9 */ }
  .darker_bottom {
    display: none; }
    @media (min-width: 992px) {
      .darker_bottom {
        display: block;
        top: auto;
        bottom: 0;
        height: 80px;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 132, 214, 0)), to(#c384d6));
        background: linear-gradient(to bottom, rgba(195, 132, 214, 0) 0%, #c384d6 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c384d6', endColorstr='#c384d6',GradientType=0 );
        /* IE6-9 */ } }

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  background: #bd7bd7;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(150deg, #8a2ce4 0%, #fee0c6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2ce4', endColorstr='#fee0c6',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .preloader.invisible {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); }

.overlay-loader {
  display: block;
  width: 97px;
  height: 97px; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 97px;
  height: 97px;
  -webkit-animation-name: rotateAnim;
          animation-name: rotateAnim;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.loader div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.loader div:nth-child(odd) {
  border-top: none;
  border-left: none; }

.loader div:nth-child(even) {
  border-bottom: none;
  border-right: none; }

.loader div:nth-child(2) {
  border-width: 2px;
  left: 0px;
  top: -4px;
  width: 12px;
  height: 12px; }

.loader div:nth-child(3) {
  border-width: 2px;
  left: -1px;
  top: 3px;
  width: 18px;
  height: 18px; }

.loader div:nth-child(4) {
  border-width: 3px;
  left: -1px;
  top: -4px;
  width: 23px;
  height: 23px; }

.loader div:nth-child(5) {
  border-width: 3px;
  left: -1px;
  top: 4px;
  width: 31px;
  height: 31px; }

.loader div:nth-child(6) {
  border-width: 4px;
  left: 0px;
  top: -4px;
  width: 39px;
  height: 39px; }

.loader div:nth-child(7) {
  border-width: 4px;
  left: 0px;
  top: 6px;
  width: 49px;
  height: 49px; }

@-webkit-keyframes rotateAnim {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes rotateAnim {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
