@charset "UTF-8";
@import url(reset.css);
@font-face {
  font-family: 'Navigo-Bold';
  src: url("../fonts/Navigo Bold.eot");
  src: local("☺"), url("../fonts/Navigo Bold.woff") format("woff"), url("../fonts/Navigo Bold.ttf") format("truetype"), url("../fonts/Navigo Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Navigo-Regular';
  src: url("../fonts/Navigo Regular.eot");
  src: local("☺"), url("../fonts/Navigo Regular.woff") format("woff"), url("../fonts/Navigo Regular.ttf") format("truetype"), url("../fonts/Navigo Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Navigo-Light';
  src: url("../fonts/Navigo Light.eot");
  src: local("☺"), url("../fonts/Navigo Light.woff") format("woff"), url("../fonts/Navigo Light.ttf") format("truetype"), url("../fonts/Navigo Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Navigo-Medium';
  src: url("../fonts/Navigo Medium.eot");
  src: local("☺"), url("../fonts/Navigo Medium.woff") format("woff"), url("../fonts/Navigo Medium.ttf") format("truetype"), url("../fonts/Navigo Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

body {
  width: 100vw; }

.wraperWraper {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

#mobileHidden {
  display: inline-block; }

.ScreenBg {
  width: 100vw;
  height: 100vh;
  min-height: 826px;
  z-index: -100;
  position: absolute;
  background-color: #FD495C; }

.menubarBg {
  width: 100vw;
  height: 90px;
  position: fixed;
  z-index: 1;
  background-color: #FD495C;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.ScreenBg2 {
  width: 100vw;
  height: 100vh;
  z-index: -100;
  position: absolute;
  background-color: #F7F7FB;
  margin-top: -100vh; }

.landingWraper {
  max-width: 1440px;
  width: 100vw;
  display: block;
  position: relative;
  overflow-x: hidden; }

.firstScreen, #articles, #theGame, #specialTips, .footer {
  overflow-y: hidden; }

.footerWrap {
  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: 100vw;
  background-color: #F7F7FB;
  margin-top: 100px; }

.rubrics, .doItButton {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.aviaparkLogo {
  width: 170px;
  height: 20px;
  background-image: url(../img/aviaparkLogo.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 215px; }

.dosugLogo {
  background-image: url(../img/dosugLogo.png); }

h2, p {
  color: #271E47; }

h1 {
  font-family: 'Navigo-Bold', Helvetica, Arial, sans-serif;
  font-size: 70px;
  line-height: 85px; }

h2 {
  font-family: 'Navigo-Bold', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 55px; }

h3 {
  font-family: 'Navigo-Bold', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px; }

h4 {
  font-family: 'Navigo-Regular', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 23px; }

p {
  font-family: 'Navigo-Regular', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px; }

ul, li {
  font-family: 'Navigo-Regular', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px; }

a {
  display: inline-block;
  font-family: 'Navigo-Medium', Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-decoration: none; }
  a:hover {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    opacity: .5;
    text-decoration: none; }

.aboutSection {
  margin-top: 69px; }
  .aboutSection p {
    margin-top: 13px; }

.doItButton {
  width: 175px;
  height: 50px;
  background-color: #3AB296;
  border-radius: 28px;
  margin-top: 77px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .doItButton:hover {
    background-color: #54C9AE; }
  .doItButton:active {
    background-color: #0FAD88; }
  .doItButton .doIt {
    font-family: 'Navigo-Bold', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: white;
    text-align: center;
    width: 100%;
    line-height: 46px;
    display: block; }
    .doItButton .doIt:hover {
      text-decoration: none;
      opacity: 1; }

.aboutSection {
  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: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }
  .aboutSection h1 {
    width: 100%;
    text-align: center;
    color: #271E47; }
  .aboutSection p {
    width: 612px; }

.divider {
  display: block;
  width: 90px;
  height: 10px;
  background-color: #FD495C;
  margin-bottom: 25px; }

.articleImage,
.tipImage {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  display: inline-block; }

.withSupport {
  position: relative;
  font-family: 'Navigo-Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: white;
  margin-top: 60px; }
  .withSupport:after {
    content: '';
    display: block;
    width: 63px;
    height: 16px;
    background-image: url(../img/dosugLogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 11px;
    left: 115px; }

.nav-up {
  top: -100px; }

.menubar {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  height: 90px;
  width: 100vw;
  max-width: 1440px;
  top: 0;
  background-color: #FD495C;
  z-index: 5; }
  .menubar .rubrics {
    margin-right: 215px; }
    .menubar .rubrics a {
      color: white;
      margin-right: 40px; }
      .menubar .rubrics a:nth-of-type(3) {
        margin-right: 0; }

.firstScreen {
  width: 100vw;
  height: 100vh;
  min-height: 826px;
  background-color: #FD495C; }
  .firstScreen .lead {
    padding-top: 266px;
    padding-left: 215px;
    width: 715px; }
    .firstScreen .lead h1, .firstScreen .lead p {
      color: white; }
    .firstScreen .lead p {
      margin-top: 22px; }
  .firstScreen .firstScreenImage {
    position: absolute;
    left: 810px;
    top: 113px;
    height: 90vh;
    width: 50vw;
    background-image: url(../img/firstScreenImage.png);
    background-repeat: no-repeat;
    background-size: contain; }

#articles {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #articles .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 140px; }
    #articles .article:last-of-type {
      margin-bottom: 150px; }
      #articles .article:last-of-type .articleInfo h2 {
        width: 318px; }
    #articles .article .articleInfo h2 {
      width: 338px; }
    #articles .article .articleInfo a {
      font-family: 'Navigo-Regular', Helvetica, Arial, sans-serif;
      margin-top: 30px;
      font-size: 15px;
      line-height: 21px;
      color: #28394C; }
    #articles .article .articleImage {
      width: 370px;
      height: 370px;
      margin-left: 125px; }
    #articles .article .articleImage#first {
      background-image: url(../img/firstArticleImage.png); }
    #articles .article .articleImage#second {
      background-image: url(../img/secondArticleImage.png);
      margin-left: 0;
      margin-right: 125px; }
    #articles .article .articleImage#third {
      background-image: url(../img/thirdArticleImage.png); }

#theGame {
  width: 100vw;
  height: 100vh;
  background-color: #FD495C;
  background-image: url(../img/theGameBackground.png);
  background-size: cover;
  background-repeat: no-repeat; }
  #theGame .aboutSectionWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    #theGame .aboutSectionWrapper .aboutSection h1 {
      color: white; }
    #theGame .aboutSectionWrapper .aboutSection p {
      width: 100%;
      color: white;
      margin-top: 21px; }

#specialTips {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #specialTips .tipCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #specialTips .tipCard .tip {
      width: 671px;
      margin-top: 140px; }
      #specialTips .tipCard .tip:last-of-type {
        margin-bottom: 120px; }
      #specialTips .tipCard .tip p {
        margin-top: 21px; }
    #specialTips .tipCard .tipImage {
      width: 285px;
      height: 285px;
      margin-left: 60px; }
    #specialTips .tipCard .tipImage#first {
      background-image: url(../img/firstTipImage.png); }
    #specialTips .tipCard .tipImage#second {
      background-image: url(../img/secondTipImage.png);
      margin-left: 0;
      margin-right: 60px; }
    #specialTips .tipCard .tipImage#third {
      background-image: url(../img/thirdTipImage.png); }

.footer {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer .joinUs {
    width: 100vw;
    height: 100vh;
    max-height: 826px;
    color: #28394C;
    background-color: #F7F7FB; }
    .footer .joinUs .aviaparkInfo {
      position: absolute;
      width: 690px;
      margin-left: 150px; }
      .footer .joinUs .aviaparkInfo .aviaparkLogo {
        -webkit-filter: invert(1);
        filter: invert(1);
        margin-top: 40px;
        margin-left: 0; }
      .footer .joinUs .aviaparkInfo h1 {
        margin-top: 105px; }
      .footer .joinUs .aviaparkInfo p {
        margin-top: 23px; }
    .footer .joinUs .aviaparkFeatures {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 287px;
      height: 293px;
      left: 942px;
      margin-top: 200px; }
      .footer .joinUs .aviaparkFeatures .aviaparkFeature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 140px;
        height: 140px; }
        .footer .joinUs .aviaparkFeatures .aviaparkFeature h2, .footer .joinUs .aviaparkFeatures .aviaparkFeature h3 {
          color: white; }
      .footer .joinUs .aviaparkFeatures .aviaparkFeature#first {
        background-color: #FD495C; }
      .footer .joinUs .aviaparkFeatures .aviaparkFeature#second {
        background-color: #FD495C; }
      .footer .joinUs .aviaparkFeatures .aviaparkFeature#third {
        background-color: #FD495C; }
      .footer .joinUs .aviaparkFeatures .aviaparkFeature#fourth {
        background-color: #FD495C; }
        .footer .joinUs .aviaparkFeatures .aviaparkFeature#fourth h2, .footer .joinUs .aviaparkFeatures .aviaparkFeature#fourth h3 {
          color: white; }

@media only screen and (max-width: 1280px) {
  .firstScreen .lead {
    padding-top: 200px; }
  .firstScreen .firstScreenImage {
    height: 639px; }

  #specialTips .tipCard .tipImage {
    height: 285px;
    width: 285px;
    margin-left: 65px; }
  #specialTips .tipCard .tipImage#second {
    margin-left: 0;
    margin-right: 75px; }

  .footer {
    margin-top: 0; }
    .footer .joinUs .aviaparkFeatures {
      right: 20px; } }
@media only screen and (max-width: 1211px) {
  h1 {
    font-size: 50px;
    line-height: 64px; }

  h2 {
    font-size: 30px;
    line-height: 40px; }

  h3 {
    font-size: 12px;
    line-height: 16px; }

  p {
    font-size: 15px;
    line-height: 24px; }

  .menubar .aviaparkLogo {
    margin-left: 150px; }
  .menubar .rubrics {
    margin-right: 150px; }

  .firstScreen {
    max-height: 800px; }
    .firstScreen .lead {
      padding-top: 230px;
      padding-left: 150px; }
      .firstScreen .lead p {
        width: 487px;
        margin-top: 15px; }
    .firstScreen .firstScreenImage {
      top: 158px;
      left: 555px;
      height: 630px;
      width: 442px; }

  #articles .aboutSection p {
    width: 455px; }
  #articles .article .articleImage {
    width: 285px;
    height: 285px;
    margin-left: 60px; }
  #articles .article .articleImage#second {
    margin-right: 125px; }

  #specialTips .aboutSection p {
    width: 554px; }
  #specialTips .tipCard .tip {
    width: 430px; }
  #specialTips .tipCard .tipImage {
    width: 205px;
    height: 205px;
    margin-left: 60px; }
  #specialTips .tipCard .tipImage#second {
    height: 205px;
    margin-right: 60px; }

  .footer .joinUs .aviaparkInfo {
    width: 534px;
    left: 0; }
  .footer .joinUs .aviaparkFeatures {
    width: 175px;
    height: 175px;
    left: 780px; }
    .footer .joinUs .aviaparkFeatures .aviaparkFeature {
      width: 85px;
      height: 85px; } }
@media only screen and (max-width: 1100px) {
  #theGame {
    display: none; } }
@media only screen and (max-width: 1010px) {
  .menubar .aviaparkLogo {
    margin-left: 110px; }
  .menubar .rubrics {
    margin-right: 110px; }
    .menubar .rubrics a {
      font-size: 15px; }

  .firstScreen {
    max-height: 100vh; }
    .firstScreen .lead {
      padding-top: 210px;
      padding-left: 110px; }
      .firstScreen .lead p {
        width: 487px;
        margin-top: 15px; }
    .firstScreen .firstScreenImage {
      top: 165px;
      left: auto;
      right: -195px;
      height: 678px;
      width: 480px; }

  #articles .article:last-of-type {
    margin-bottom: 50px; }

  #specialTips .aboutSection {
    width: 460px; }
  #specialTips .tipCard {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #specialTips .tipCard:nth-of-type(3) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #specialTips .tipCard:nth-of-type(3) .tip {
        margin-left: 230px; }
    #specialTips .tipCard .tip {
      margin-left: 120px;
      width: 543px; }
      #specialTips .tipCard .tip p {
        width: 420px; }
    #specialTips .tipCard .tipImage {
      width: 307px;
      height: 307px;
      margin-left: 335px; }
    #specialTips .tipCard .tipImage#second {
      width: 307px;
      height: 307px;
      margin-left: 0;
      margin-right: 210px; }

  .footer {
    margin-top: 0; }
    .footer h2 {
      font-size: 40px;
      line-height: 55px; }
    .footer h3 {
      font-family: 'Navigo-Medium', Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 20px; }
    .footer .joinUs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      max-height: 100%; }
      .footer .joinUs .aviaparkInfo {
        position: relative;
        left: 0;
        margin-left: 0;
        width: 290px; }
      .footer .joinUs .aviaparkFeatures {
        position: relative;
        width: 290px;
        height: 300px;
        left: 0;
        bottom: 5px;
        margin-top: 75px; }
        .footer .joinUs .aviaparkFeatures .aviaparkFeature {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 140px;
          height: 140px; } }
@media only screen and (max-width: 700px) {
  #mobileHidden {
    display: none; }

  .withSupport {
    position: relative;
    font-size: 9px;
    margin-top: 100px; }
    .withSupport:after {
      height: 14px;
      left: 75px; }

  .doItButton {
    width: 120px;
    height: 35px;
    margin-top: 55px; }
    .doItButton .doIt {
      font-size: 14px;
      line-height: 33px;
      font-family: 'Navigo-Medium', Helvetica, Arial, sans-serif; }

  .divider {
    width: 50px;
    height: 8px; }

  .menubar {
    height: 100px;
    -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; }
    .menubar .aviaparkLogo {
      width: 160px;
      margin-left: 0; }
    .menubar .rubrics {
      margin-right: 0;
      margin-top: 20px; }

  .firstScreen .lead {
    padding-top: 140px;
    padding-left: 12vw;
    width: 225px; }
    .firstScreen .lead h1 {
      font-size: 30px;
      line-height: 37px; }
    .firstScreen .lead p {
      width: auto; }
  .firstScreen .firstScreenImage {
    width: 370px;
    height: 435px; }

  .aboutSection {
    width: 250px; }

  #articles .article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px; }
    #articles .article .articleInfo {
      width: 250px;
      margin: 0; }
      #articles .article .articleInfo h2 {
        width: inherit; }
    #articles .article .articleImage,
    #articles .article .articleImage#second {
      width: 185px;
      height: 185px;
      margin: 0 0 50px 0; }
    #articles .article:nth-of-type(3) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }

  #theGame .aboutSectionWrapper .aboutSection {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #theGame .aboutSectionWrapper .aboutSection p {
      width: 250px; }

  #specialTips .aboutSection {
    width: 250px; }
  #specialTips .tipCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    #specialTips .tipCard:nth-of-type(3) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #specialTips .tipCard .tip {
      margin: 0;
      margin-top: 50px;
      width: 250px;
      overflow: hidden; }
      #specialTips .tipCard .tip:last-of-type {
        margin: 0;
        margin-top: 100px; }
      #specialTips .tipCard .tip h2, #specialTips .tipCard .tip p {
        width: 250px; }
    #specialTips .tipCard:nth-of-type(3) .tip {
      margin: 0;
      margin-top: 100px; }
    #specialTips .tipCard .tipImage,
    #specialTips .tipCard .tipImage#second {
      width: 185px;
      height: 185px;
      margin: 50px 0 0 0; }

  .footerWrap {
    margin-top: 100px; }

  .footer {
    margin-top: 0; }
    .footer h2 {
      font-size: 20px !important;
      line-height: 30px !important; }
    .footer h3 {
      font-size: 13px !important;
      line-height: 17px !important; }
    .footer .joinUs {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .footer .joinUs .aviaparkInfo {
        width: 290px;
        margin-left: 50px; }
      .footer .joinUs .aviaparkFeatures {
        width: 175px;
        height: 180px;
        left: 20px;
        bottom: 0;
        position: relative;
        margin-bottom: 40px;
        margin-top: 40px; }
        .footer .joinUs .aviaparkFeatures .aviaparkFeature {
          width: 85px;
          height: 85px; }

  h1 {
    font-size: 30px;
    line-height: 37px; }

  h2 {
    font-size: 20px;
    line-height: 30px; }

  h3 {
    font-size: 13px;
    line-height: 17px; }

  p, a {
    font-size: 13px;
    line-height: 18px; } }
.articleHeader {
  width: 100vw;
  height: 550px;
  background-color: #FD495C; }
  .articleHeader .articleIntro {
    padding-top: 245px;
    padding-left: 215px; }
    .articleHeader .articleIntro .divider {
      background-color: #3AB296; }
    .articleHeader .articleIntro h1 {
      color: white; }
    .articleHeader .articleIntro .withSupport {
      top: -20px; }

#articles.preview .article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  #articles.preview .article:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #articles.preview .article:last-of-type .articleInfo h2 {
      width: 318px; }

.articleWraper {
  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: 100vw;
  margin-bottom: 131px;
  overflow-x: hidden; }
  .articleWraper .articleContent {
    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;
    width: 1060px; }
    .articleWraper .articleContent h1 {
      width: 920px; }
    .articleWraper .articleContent h2, .articleWraper .articleContent p {
      width: 680px; }
    .articleWraper .articleContent h4 {
      width: 230px; }
    .articleWraper .articleContent .introduction {
      margin-top: 90px; }
    .articleWraper .articleContent .thesis {
      margin-top: 95px;
      margin-bottom: 100px; }
      .articleWraper .articleContent .thesis p {
        margin-top: 30px; }
      .articleWraper .articleContent .thesis #greet {
        text-align: center; }
    .articleWraper .articleContent #dateSchedule {
      width: 15vw; }
    .articleWraper .articleContent .schedule {
      margin-bottom: 100px;
      width: auto;
      padding: 20px;
      border-color: #FD495C;
      border-width: 1px;
      border-style: solid;
      position: static; }
    .articleWraper .articleContent #firstSchedule .shows {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .articleWraper .articleContent #firstSchedule .shows .show3 {
        width: 20%; }
    .articleWraper .articleContent #firstSchedule #header {
      width: 100%;
      text-align: center;
      font-size: 16px; }
    .articleWraper .articleContent #secondSchedule .headings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .articleWraper .articleContent #secondSchedule .data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px; }
      .articleWraper .articleContent #secondSchedule .data div {
        width: 230px; }
    .articleWraper .articleContent .photo {
      width: 1155px;
      height: 580px;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #f6f6f6; }
    .articleWraper .articleContent .photoContainer {
      width: 1155px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .articleWraper .articleContent .photoContainer#four {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 920px; }
      .articleWraper .articleContent .photoContainer#four .photo {
        width: 520px;
        height: 375px; }
    .articleWraper .articleContent .photoContainer#two {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 375px; }
      .articleWraper .articleContent .photoContainer#two .photo {
        width: 520px;
        height: 375px; }

@media only screen and (max-width: 1100px) {
  .articleHeader {
    height: 460px; }
    .articleHeader .articleIntro {
      padding-top: 215px;
      padding-left: 150px; }
      .articleHeader .articleIntro .withSupport {
        top: -20px; }

  .articleWraper .articleContent #firstSchedule {
    width: 75vw;
    padding: 5px; }
    .articleWraper .articleContent #firstSchedule .shows {
      margin-left: 30px;
      padding-bottom: 10px;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: center; }
      .articleWraper .articleContent #firstSchedule .shows .show1, .articleWraper .articleContent #firstSchedule .shows .show2, .articleWraper .articleContent #firstSchedule .shows .show3 {
        width: 250px; }
  .articleWraper .articleContent #dateSchedule {
    width: 18vw; }
  .articleWraper .articleContent #secondSchedule {
    width: 75vw;
    padding: 5px; }
    .articleWraper .articleContent #secondSchedule .data {
      margin-left: 30px;
      padding-bottom: 10px;
      width: 95vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }

  .articleWraper {
    margin-bottom: 60px; }
    .articleWraper .articleContent {
      width: 820px;
      margin-bottom: 20px; }
      .articleWraper .articleContent h2, .articleWraper .articleContent p {
        width: 620px; }
      .articleWraper .articleContent .introduction {
        margin-top: 70px; }
      .articleWraper .articleContent .thesis {
        margin-top: 90px; }
      .articleWraper .articleContent .photo {
        width: 820px;
        height: 410px; }
      .articleWraper .articleContent .photoContainer {
        width: 1155px; }
      .articleWraper .articleContent .photoContainer#four {
        height: 610px;
        width: 810px; }
        .articleWraper .articleContent .photoContainer#four .photo {
          width: 392px;
          height: 280px; }
      .articleWraper .articleContent .photoContainer#two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 270px;
        width: 810px; }
        .articleWraper .articleContent .photoContainer#two .photo {
          width: 392px;
          height: 270px; } }
@media only screen and (max-width: 790px) {
  .articleHeader {
    height: 460px; }
    .articleHeader .articleIntro {
      padding-top: 190px;
      padding-left: 110px; }
      .articleHeader .articleIntro .withSupport {
        top: 400px; }

  #articles.preview .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #articles.preview .article:last-of-type {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #articles.preview .article:last-of-type .articleInfo h2 {
        width: 250px; }

  .articleWraper {
    margin-bottom: 60px; }
    .articleWraper .articleContent {
      width: 650px; }
      .articleWraper .articleContent h2, .articleWraper .articleContent p {
        width: 490px; }
      .articleWraper .articleContent .introduction {
        margin-top: 70px; }
      .articleWraper .articleContent .thesis {
        margin-top: 90px; }
      .articleWraper .articleContent .photo {
        width: 620px;
        height: 330px; }
      .articleWraper .articleContent .photoContainer {
        width: 650px; }
      .articleWraper .articleContent .photoContainer#four {
        height: 460px;
        width: 620px; }
        .articleWraper .articleContent .photoContainer#four .photo {
          width: 306px;
          height: 220px; }
      .articleWraper .articleContent .photoContainer#two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 220px;
        width: 620px; }
        .articleWraper .articleContent .photoContainer#two .photo {
          width: 306px;
          height: 220px; } }
@media only screen and (max-width: 600px) {
  .articleHeader {
    height: 460px; }
    .articleHeader .articleIntro {
      padding-top: 150px;
      padding-left: 50px; }
      .articleHeader .articleIntro .withSupport {
        top: 0; }

  .articleWraper {
    margin-bottom: 60px; }
    .articleWraper .articleContent {
      width: 250px; }
      .articleWraper .articleContent h2, .articleWraper .articleContent p {
        width: 250px; }
      .articleWraper .articleContent p {
        margin-top: 5px; }
      .articleWraper .articleContent .introduction {
        margin-top: 60px; }
      .articleWraper .articleContent .thesis {
        margin-top: 50px;
        margin-bottom: 50px; }
      .articleWraper .articleContent #dateSchedule {
        width: 50vw; }
      .articleWraper .articleContent .photo {
        width: 160%;
        height: 210px; }
      .articleWraper .articleContent .photoContainer {
        width: 160%; }
      .articleWraper .articleContent .photoContainer#four {
        height: 290px;
        width: 160%; }
        .articleWraper .articleContent .photoContainer#four .photo {
          width: 48%;
          height: 129px; }
      .articleWraper .articleContent .photoContainer#two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 129px;
        width: 160%; }
        .articleWraper .articleContent .photoContainer#two .photo {
          width: 48%;
          height: 129px; }

  #articles.preview .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #articles.preview .article:last-of-type {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
#originReversed figure {
  margin-left: 0;
  margin-right: 125px; }

@media only screen and (max-width: 1200px) {
  #originReversed figure {
    margin-left: 0;
    margin-right: 60px; } }
@media only screen and (max-width: 1200px) {
  #originReversed figure {
    margin-left: 0;
    margin-right: 60px; } }
.all {
  width: 100vw;
  height: 100vh;
  background-color: #fd495c;
  font-family: 'Navigo-Medium';
  font-weight: normal;
  font-style: normal;
  color: white !important; }
  .all #canvas1, .all #canvas2, .all #canvas3, .all #canvas4 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #fd495c;
    overflow: hidden; }
  .all .start_bg {
    width: 100vw;
    height: 100vh;
    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; }
    .all .start_bg .start_all {
      background-color: #3ab296;
      width: 260px;
      height: 50px;
      border-radius: 28px;
      font-size: 17px;
      line-height: 27px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      .all .start_bg .start_all p {
        margin-top: 10px; }
      .all .start_bg .start_all:hover {
        opacity: .9 !important; }
  .all p {
    color: white !important; }
  .all .startBgNext, .all .startBgNext2, .all .startBgNext3, .all .startBgNext4 {
    width: 100vw;
    height: 100vh;
    background-color: #fd495c;
    position: absolute;
    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;
    display: none;
    z-index: 200; }
    .all .startBgNext .presentWin, .all .startBgNext2 .presentWin, .all .startBgNext3 .presentWin, .all .startBgNext4 .presentWin {
      width: 244px;
      height: 96px;
      background-image: url(../img/game/present5.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .all .startBgNext #ogo, .all .startBgNext2 #ogo, .all .startBgNext3 #ogo, .all .startBgNext4 #ogo {
      margin-top: 26px;
      font-size: 50px;
      display: block; }
    .all .startBgNext #score, .all .startBgNext2 #score, .all .startBgNext3 #score, .all .startBgNext4 #score {
      font-size: 35px;
      display: block;
      margin-top: 20px; }
    .all .startBgNext .start, .all .startBgNext2 .start, .all .startBgNext3 .start, .all .startBgNext4 .start {
      background-color: #3ab296;
      width: 260px;
      height: 50px;
      border-radius: 28px;
      font-size: 17px;
      line-height: 27px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      margin-top: 80px; }
      .all .startBgNext .start p, .all .startBgNext2 .start p, .all .startBgNext3 .start p, .all .startBgNext4 .start p {
        margin-top: 10px; }
      .all .startBgNext .start:hover, .all .startBgNext2 .start:hover, .all .startBgNext3 .start:hover, .all .startBgNext4 .start:hover {
        opacity: .9 !important; }
    .all .startBgNext .aviaparkLogo, .all .startBgNext2 .aviaparkLogo, .all .startBgNext3 .aviaparkLogo, .all .startBgNext4 .aviaparkLogo {
      margin-left: -80px;
      position: absolute;
      top: 50px; }
  .all .topDescriptionsWrapper {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .all #canvas1 {
    background-image: url(../img/game/fon_podarki.png);
    background-size: cover; }
    .all #canvas1 #around {
      width: 83.3vw;
      height: 32.6vh;
      margin-top: 60.4vh;
      margin-left: 8.3vw;
      position: absolute; }
    .all #canvas1 .topDescriptions {
      width: 1120px;
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      z-index: 200;
      font-size: 30px;
      color: white; }
      .all #canvas1 .topDescriptions #description {
        font-size: 30px;
        line-height: 43px;
        text-align: center; }
      .all #canvas1 .topDescriptions .captions {
        width: 95px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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; }
        .all #canvas1 .topDescriptions .captions .caption {
          font-size: 10px;
          line-height: 15px;
          font-family: 'Navigo-Bold'; }
      .all #canvas1 .topDescriptions #timer, .all #canvas1 .topDescriptions #count {
        font-size: 50px;
        line-height: 30px;
        font-family: 'Navigo-Bold';
        src: url("../fonts/Navigo Bold.eot");
        src: local("☺"), url("../fonts/Navigo Bold.woff") format("woff"), url("../fonts/Navigo Bold.ttf") format("truetype"), url("../fonts/Navigo Bold.svg") format("svg");
        font-weight: normal;
        font-style: normal; }
    .all #canvas1 #count, .all #canvas1 #description, .all #canvas1 #timer {
      margin-top: 3vh; }
    .all #canvas1 .tree {
      width: 333px;
      height: 525px;
      position: absolute;
      background-image: url(../img/game/elka.png);
      background-size: cover;
      margin-top: 15.7vh;
      margin-left: 27.7vw; }
    .all #canvas1 .present {
      background-size: cover;
      z-index: 100;
      position: absolute;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
@-webkit-keyframes find {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  99% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    width: 30px;
    height: 20px; }
  100% {
    display: none; } }
@keyframes find {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  99% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    width: 30px;
    height: 20px; }
  100% {
    display: none; } }
    .all #canvas1 .p1 {
      margin-top: -100px;
      background-image: url(../img/game/present1.png); }
    .all #canvas1 .p2 {
      background-image: url(../img/game/present2.png); }
    .all #canvas1 .p3 {
      background-image: url(../img/game/present3.png); }
    .all #canvas1 .p4 {
      background-image: url(../img/game/present4.png); }
    .all #canvas1 .p5 {
      margin-top: 50px;
      background-image: url(../img/game/present5.png); }
    .all #canvas1 .p6 {
      background-image: url(../img/game/present6.png); }
    .all #canvas1 .p7 {
      margin-top: 100px;
      background-image: url(../img/game/present7.png); }
    .all #canvas1 .p8 {
      margin-top: 180px;
      background-image: url(../img/game/present8.png); }
    .all #canvas1 .present:hover {
      cursor: pointer; }
  .all #canvas2 {
    background-image: url(../img/game/snow.png);
    background-size: cover; }
    .all #canvas2 .topDescriptions2 {
      width: 1120px;
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      z-index: 200;
      font-size: 30px;
      color: white; }
      .all #canvas2 .topDescriptions2 #description {
        font-size: 30px;
        line-height: 43px;
        text-align: center; }
      .all #canvas2 .topDescriptions2 .captions {
        width: 95px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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; }
        .all #canvas2 .topDescriptions2 .captions .caption {
          font-size: 10px;
          line-height: 15px;
          font-family: 'Navigo-Bold'; }
      .all #canvas2 .topDescriptions2 #timer2, .all #canvas2 .topDescriptions2 #count2 {
        font-size: 50px;
        line-height: 30px;
        font-family: 'Navigo-Bold';
        src: url("../fonts/Navigo Bold.eot");
        src: local("☺"), url("../fonts/Navigo Bold.woff") format("woff"), url("../fonts/Navigo Bold.ttf") format("truetype"), url("../fonts/Navigo Bold.svg") format("svg");
        font-weight: normal;
        font-style: normal; }
      .all #canvas2 .topDescriptions2 #count2, .all #canvas2 .topDescriptions2 #description2, .all #canvas2 .topDescriptions2 #timer2 {
        margin-top: 3vh; }
    .all #canvas2 .trees {
      width: 100vw;
      height: 100vh;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .all #canvas2 .tree {
      position: absolute;
      width: 95px;
      height: 152px;
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
      .all #canvas2 .tree:hover {
        width: 110px;
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg); }
@-webkit-keyframes brr {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes brr {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
    .all #canvas2 #tree1 {
      margin-left: 22.9vw;
      margin-top: 20vh;
      background-image: url(../img/game/tree1.png); }
    .all #canvas2 #tree2 {
      margin-left: 58.9vw;
      margin-top: 9vh;
      background-image: url(../img/game/tree4.png); }
    .all #canvas2 #tree3 {
      margin-left: 41.8vw;
      margin-top: 25.3vh;
      background-image: url(../img/game/tree2.png); }
    .all #canvas2 #tree4 {
      margin-left: 7.9vw;
      margin-top: 37.3vh;
      background-image: url(../img/game/tree3.png); }
    .all #canvas2 #tree5 {
      margin-left: 27.8vw;
      margin-top: 46.3vh;
      background-image: url(../img/game/tree4.png); }
    .all #canvas2 #tree6 {
      margin-left: 54.9vw;
      margin-top: 54.5vh;
      background-image: url(../img/game/tree5.png); }
    .all #canvas2 #tree7 {
      margin-left: 71.3vw;
      margin-top: 76.9vh;
      background-image: url(../img/game/tree6.png); }
    .all #canvas2 #tree8 {
      margin-left: 84.1vw;
      margin-top: 47.5vh;
      background-image: url(../img/game/tree7.png); }
    .all #canvas2 #tree9 {
      margin-left: 16.1vw;
      margin-top: 75.9vh;
      background-image: url(../img/game/tree2.png); }
    .all #canvas2 #tree10 {
      margin-left: 45.9vw;
      margin-top: 74.4vh;
      background-image: url(../img/game/tree4.png); }
    .all #canvas2 #tree11 {
      margin-left: 65.5vw;
      margin-top: 39.6vh;
      background-image: url(../img/game/tree5.png); }
    .all #canvas2 .startBgNext2 .treeWin {
      background-image: url(../img/game/elka.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 200px;
      height: 344px; }
    .all #canvas2 .startBgNext2 #greet {
      margin-top: 26px;
      font-size: 50px;
      display: block; }
    .all #canvas2 .startBgNext2 #score2 {
      font-size: 35px;
      line-height: 40px;
      display: block;
      margin-top: 20px;
      text-align: center; }
    .all #canvas2 .startBgNext2 .start {
      background-color: #3ab296;
      width: 260px;
      height: 50px;
      border-radius: 28px;
      font-size: 17px;
      line-height: 27px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      margin-top: 42px; }
      .all #canvas2 .startBgNext2 .start p {
        margin-top: 10px; }
      .all #canvas2 .startBgNext2 .start:hover {
        opacity: .9 !important; }
  .all #canvas3 {
    background-image: url(../img/game/fon-run.png);
    background-size: cover; }
    .all #canvas3 #avatar {
      position: absolute;
      width: 22.2vw;
      height: 38.6vh;
      margin-top: 60.4vh;
      margin-left: 0px;
      background-image: url(../img/game/man.gif);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 100; }
    .all #canvas3 .man {
      width: 10.4vw;
      height: 36.2vh;
      position: absolute;
      margin-top: 400px;
      background-image: url(../img/game/girl.gif);
      background-size: contain;
      background-repeat: no-repeat; }
    .all #canvas3 .win {
      font-size: 30px;
      color: black;
      margin-top: -10vh;
      position: absolute; }
    .all #canvas3 .topDescriptions3 {
      width: 1120px;
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      z-index: 200;
      font-size: 30px;
      color: white;
      width: 800px; }
      .all #canvas3 .topDescriptions3 #description {
        font-size: 30px;
        line-height: 43px;
        text-align: center; }
      .all #canvas3 .topDescriptions3 .captions {
        width: 95px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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; }
        .all #canvas3 .topDescriptions3 .captions .caption {
          font-size: 10px;
          line-height: 15px;
          font-family: 'Navigo-Bold'; }
      .all #canvas3 .topDescriptions3 #description3 {
        font-size: 30px; }
      .all #canvas3 .topDescriptions3 #count3, .all #canvas3 .topDescriptions3 #description3, .all #canvas3 .topDescriptions3 #timer3 {
        margin-top: 3vh; }
      .all #canvas3 .topDescriptions3 #timer3 {
        font-family: 'Navigo-Bold';
        font-size: 50px; }
    .all #canvas3 .startBgNext3 .win {
      font-size: 50px;
      color: white; }
    .all #canvas3 .startBgNext3 .start {
      background-color: #3ab296;
      width: 260px;
      height: 50px;
      border-radius: 28px;
      font-size: 17px;
      line-height: 27px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      margin-top: 42px; }
      .all #canvas3 .startBgNext3 .start p {
        margin-top: 10px; }
      .all #canvas3 .startBgNext3 .start:hover {
        opacity: .9 !important; }
  .all #canvas4 {
    background-image: url(../img/game/stoyka.png);
    background-size: cover; }
    .all #canvas4 .drinks {
      width: 50vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute; }
      .all #canvas4 .drinks .drink {
        position: absolute;
        width: 9.37vw;
        height: 32vh;
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat; }
      .all #canvas4 .drinks #d1 {
        background-image: url(../img/game/drink1.png);
        margin-left: 6.9vw;
        margin-top: 42vh; }
      .all #canvas4 .drinks #d2 {
        background-image: url(../img/game/drink2.png);
        margin-left: 25vw;
        margin-top: 46vh; }
      .all #canvas4 .drinks #d3 {
        background-image: url(../img/game/drink3.png);
        margin-left: 52vw;
        margin-top: 40vh; }
      .all #canvas4 .drinks #d4 {
        background-image: url(../img/game/drink4.png);
        margin-left: 71.8vw;
        margin-top: 42vh; }
      .all #canvas4 .drinks #d5 {
        background-image: url(../img/game/drink2.png);
        margin-left: 56.1vw;
        margin-top: 71.7vh; }
      .all #canvas4 .drinks .latte {
        width: 11.1vw;
        height: 42.3vh;
        background-image: url(../img/game/latte.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 277px;
        margin-top: 66px;
        cursor: pointer;
        position: absolute;
        -webkit-animation-duration: .5s;
        animation-duration: .5s; }
@-webkit-keyframes latte {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  35% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  55% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  75% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 16.6vw;
    height: 63.4vh; } }
@keyframes latte {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  35% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  55% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  75% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 16.6vw;
    height: 63.4vh; } }
    .all #canvas4 .topDescriptions4 {
      width: 1120px;
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      z-index: 200;
      font-size: 30px;
      color: white; }
      .all #canvas4 .topDescriptions4 #description {
        font-size: 30px;
        line-height: 43px;
        text-align: center; }
      .all #canvas4 .topDescriptions4 .captions {
        width: 95px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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; }
        .all #canvas4 .topDescriptions4 .captions .caption {
          font-size: 10px;
          line-height: 15px;
          font-family: 'Navigo-Bold'; }
      .all #canvas4 .topDescriptions4 #timer4, .all #canvas4 .topDescriptions4 #count4 {
        font-size: 50px;
        line-height: 30px;
        font-family: 'Navigo-Bold'; }
      .all #canvas4 .topDescriptions4 #description4 {
        font-size: 30px; }
      .all #canvas4 .topDescriptions4 #count4, .all #canvas4 .topDescriptions4 #description4, .all #canvas4 .topDescriptions4 #timer4 {
        margin-top: 3vh;
        line-height: 43px; }
      .all #canvas4 .topDescriptions4 #description4 {
        text-align: center; }
    .all #canvas4 .super {
      font-size: 50px;
      line-height: 71px; }
    .all #canvas4 #score4 {
      font-size: 35px;
      line-height: 40px;
      margin-top: 10px; }
  .all .result {
    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;
    width: 100vw;
    height: 100vh;
    z-index: 200; }
    .all .result h1 {
      font-size: 50px;
      line-height: 71px; }
    .all .result p {
      font-size: 35px;
      line-height: 40px;
      text-align: center;
      margin-top: 20px; }
    .all .result .start {
      background-color: #3ab296;
      width: 260px;
      height: 50px;
      border-radius: 28px;
      font-size: 17px;
      line-height: 27px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      margin-top: 90px; }
      .all .result .start p {
        margin-top: 10px; }
      .all .result .start:hover {
        opacity: .9 !important; }
      .all .result .start p {
        font-size: 17px !important;
        margin-top: 0px;
        color: white; }
    .all .result .aviaparkLogo {
      margin-left: -80px;
      position: absolute;
      top: 50px; }

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