*, :after, :before {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

body {
  font-size: 16px;
  font-family: 'GT Eesti', Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.main {
  width: 100%;
  height: 80px;
  min-width: 320px;
  padding: 0 30px;
  position: relative;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.main.visible {
  opacity: 1;
}

/***** Content *****/
.content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.content-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-title {
  max-width: 340px;
}

.content-title, .content-cta {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 30px 0 0;
  text-transform: uppercase;
  text-align: center;
}

.content-cta {
  margin: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-cta .arrow {
  width: 30px;
  height: 26px;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  margin: 0 0 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/***** Countdown *****/
.flipdown {
  height: 100%;
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flipdown .rotor-group-heading {
  font-size: 10px;
  bottom: -15px;
  font-weight: 600;
}

.flipdown.flipdown__theme-light .rotor-group-heading::before {
  color: #fff;
}

.flipdown .rotor {
  font-size: 46px;
  margin: 0px 3px 0px 0px;
}

.flipdown .rotor,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor:after {
  width: 34px;
}

.flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-group {
  height: 48px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-top,
.flipdown .rotor {
  line-height: 48px;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor::after {
  height: 24px;
}

.flipdown .rotor-group {
  margin-right: 15px;
}

.flipdown .rotor-group:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1180px) {
  .content-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-block, .flipdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .content-cta {
    max-width: 210px;
  }

  .content-cta .arrow {
    margin: 0 0 0 15px;
  }

  .content-title {
    margin: 0 50px 0 0;
  }

  .content-cta {
    margin: 0 0 0 50px;
  }
}

@media only screen and (max-width: 1060px) {
  .content-title, .content-cta {
    font-size: 18px;
    line-height: 22px;
  }

  .content-title {
    max-width: 255px;
  }

  .content-cta {
    max-width: 170px;
  }
}

@media only screen and (max-width: 925px) {
  .main {
    padding: 0 16px;
  }

  .content-title, .content-cta {
    font-size: 16px;
    line-height: 20px;
  }

  .content-title {
    max-width: 150px;
  }

  .content-cta {
    max-width: 160px;
  }
}

@media only screen and (max-width: 780px) {
  .content-title {
    max-width: 155px;
  }

  .content-cta {
    max-width: 110px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-cta .arrow {
    width: 24px;
    height: 12px;
    background-size: 24px;
    margin: 4px 0 0 0;
  }

  .flipdown .rotor {
    font-size: 38px;
    margin: 0px 3px 0px 0px;
  }

  .flipdown .rotor,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-group {
    height: 48px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top,
  .flipdown .rotor {
    line-height: 48px;
  }

  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor::after {
    height: 24px;
  }

  .flipdown .rotor-group {
    margin-right: 10px;
  }

  .flipdown .rotor-group:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  .content-title {
    margin: 0 20px 0 0;
  }

  .content-cta {
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 630px) {
  .content-title, .content-cta {
    font-size: 14px;
    line-height: 18px;
  }

  .content-title {
    max-width: 135px;
    margin: 0 15px 0 0;
  }

  .content-cta {
    max-width: 95px;
    margin: 0 0 0 15px;
  }

  .flipdown {
    padding: 13px 0;
  }

  .flipdown .rotor {
    font-size: 30px;
    margin: 0px 3px 0px 0px;
  }

  .flipdown .rotor,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor:after {
    width: 24px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-group {
    height: 40px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top,
  .flipdown .rotor {
    line-height: 40px;
  }

  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor::after {
    height: 20px;
  }

  .flipdown .rotor-group {
    margin-right: 10px;
  }

  .flipdown .rotor-group:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 540px) {
  .content-title, .content-cta {
    font-size: 11px;
    line-height: 13px;
  }

  .content-title {
    max-width: 110px;
  }

  .content-cta {
    max-width: 80px;
  }

  .content-cta .arrow {
    width: 20px;
    height: 10px;
    background-size: 20px;
  }

  .flipdown {
    padding: 18px 0;
  }

  .flipdown .rotor {
    font-size: 26px;
    margin: 0px 2px 0px 0px;
  }

  .flipdown .rotor-group-heading {
    font-size: 8px;
    bottom: -15px;
  }

  .flipdown .rotor,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor:after {
    width: 20px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-group {
    height: 30px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top,
  .flipdown .rotor {
    line-height: 30px;
  }

  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor::after {
    height: 15px;
  }

  .flipdown .rotor-group {
    margin-right: 6px;
  }

  .flipdown .rotor-group:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 430px) {
  .main {
    padding: 0;
  }

  .content-block {
    padding: 6px 0;
  }

  .content-title {
    margin: 0 0 7px 0;
    max-width: unset;
  }

  .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-cta {
    max-width: 75px;
  }

  .flipdown {
    padding: 0;
  }

  .flipdown .rotor-group {
    margin-right: 13px;
  }

  .flipdown .rotor-group:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 380px) {
  .content-title, .content-cta {
    font-size: 10px;
    line-height: 12px;
  }

  .content-cta {
    max-width: 70px;
  }
}

@media only screen and (max-width: 350px) {
  .content-title, .content-cta {
    font-size: 9px;
  }

  .content-cta {
    max-width: 65px;
  }
}

/*****  *****/
.hidden {
  display: none !important;
}
