/* compiled by scssphp v0.7.6 on Sun, 26 Sep 2021 09:17:41 +0000 (0.3101s) */

/* line 41, ./visual/css/main.scss */
* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 47, ./visual/css/main.scss */
html {
  width: 100%;
  height: 100%;
  font-size: 1vh;
}
/* line 52, ./visual/css/main.scss */
body {
  width: 100%;
  height: 100%;
  font-family: 'Gotham';
  color: #fff;
  background: #fff;
}
/* line 59, ./visual/css/main.scss */
h1, .h1 {
  line-height: 10.8462rem ;
  font-size: 11.5385rem ;
  font-weight: 600;
}
/* line 65, ./visual/css/main.scss */
h2, .h2 {
  line-height: 7.5385rem ;
  font-size: 8.1538rem ;
  font-weight: 600;
}
/* line 71, ./visual/css/main.scss */
h4, .h4 {
  line-height: 3.8462rem ;
  font-size: 4.1538rem ;
  font-weight: 600;
}
/* line 77, ./visual/css/main.scss */
h5, .h5 {
  line-height: 2.5385rem ;
  font-size: 2.1538rem ;
  font-weight: 400;
}
/* line 83, ./visual/css/main.scss */
h6, .h6 {
  line-height: 1.6923rem ;
  font-size: 1.3846rem ;
  font-weight: 500;
}
/* line 89, ./visual/css/main.scss */
p, .p {
  line-height: 2.3846rem ;
  font-size: 1.6923rem ;
  font-weight: 400;
}
/* line 94, ./visual/css/main.scss */
p.big, .p.big {
  line-height: 2.3846rem ;
  font-size: 2rem ;
}
/* line 99, ./visual/css/main.scss */
a {
  color: #fff;
  text-decoration: none;
}
/* line 103, ./visual/css/main.scss */
.text_uppercase {
  text-transform: uppercase;
}
/* line 106, ./visual/css/main.scss */
.text_stroke {
  /*body:not().ie &{*/
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  /*}*/
}
/* line 111, ./visual/css/main.scss */
body.ie .text_stroke {
  color: #fff;
}
/* line 116, ./visual/css/main.scss */
.fw_normal {
  font-weight: 400;
}
/* line 119, ./visual/css/main.scss */
.fw_medium {
  font-weight: 500;
}
/* line 122, ./visual/css/main.scss */
.fw_bold {
  font-weight: 600;
}
/* line 126, ./visual/css/main.scss */
.sublink {
  padding: 0 0;
  border-bottom: 0.3846rem solid #fff;
}
/* line 129, ./visual/css/main.scss */
.sublink_left {
  padding: 0 0 0 0;
}
/* line 134, ./visual/css/main.scss */
.close {
  display: block;
  width: 3.8462rem ;
  height: 3.8462rem ;
  transition: all 0.4s ease;
}
/* line 139, ./visual/css/main.scss */
.close:before, .close:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.3846rem ;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
/* line 153, ./visual/css/main.scss */
.close:before {
  transform: rotate(45deg);
}
/* line 156, ./visual/css/main.scss */
.close:after {
  transform: rotate(-45deg);
}
/* line 159, ./visual/css/main.scss */
.close:hover {
  transform: rotate(180deg);
}
/* line 164, ./visual/css/main.scss */
.container {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 920px) {
  .container {
    max-width: 820px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1000px;
  }
}
/* line 180, ./visual/css/main.scss */
.page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}
/* line 187, ./visual/css/main.scss */
.page.hidden {
  opacity: 0;
}
/* line 190, ./visual/css/main.scss */
.page_popup {
  background: blue;
}
/* line 192, ./visual/css/main.scss */
.page_popup.hidden {
  opacity: 1;
  transform: translate3d(0, 100vh, 0);
}
/* line 197, ./visual/css/main.scss */
.hidden .page_popup {
  opacity: 1;
  transform: translate3d(0, 100vh, 0);
}
/* line 204, ./visual/css/main.scss */
/* line 205, ./visual/css/main.scss */
.skewed-title__image {
  display: block;
  width: 100%;
}
/* line 208, ./visual/css/main.scss */
.skewed-title__image_back {
  position: absolute;
  top: 1.1538rem ;
  left: 0;
}
/* line 217, ./visual/css/main.scss */
.sorry {
  font-weight: 400;
  color: #000;
  position: absolute;
  bottom: 4.6154rem ;
  right: 4.6154rem ;
}
/* line 226, ./visual/css/main.scss */
.to-auth {
  display: flex;
}
/* line 228, ./visual/css/main.scss */
.to-auth__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26.9231rem ;
  text-align: center;
}
/* line 234, ./visual/css/main.scss */
.to-auth__col + .to-auth__col {
  margin-left: 5.3846rem ;
}
/* line 238, ./visual/css/main.scss */
.to-auth__btn {
  width: 100%;
  margin-bottom: 2.3077rem ;
}
/* line 245, ./visual/css/main.scss */
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e13b;
  z-index: 99999;
  transition: all 0.8s ease 0.8s;
}
/* line 252, ./visual/css/main.scss */
.preloader.hidden {
  opacity: 0;
}
/* line 258, ./visual/css/main.scss */
.inverse {
  color: #000;
}
/* line 260, ./visual/css/main.scss */
.inverse a {
  color: #000;
}
/* line 263, ./visual/css/main.scss */
.inverse .text_stroke, .inverse.text_stroke {
  /*body:not().ie &{*/
  color: transparent;
  -webkit-text-stroke-color: #000;
  text-stroke-color: #000;
  /*}*/
}
/* line 270, ./visual/css/main.scss */
body.ie .inverse .text_stroke, body.ie .inverse.text_stroke {
  color: #000;
}
/* line 274, ./visual/css/main.scss */
.inverse .sublink, .inverse.sublink {
  border-color: #000;
}
/* line 281, ./visual/css/main.scss */
.checkbox {
  display: flex;
  cursor: pointer;
  margin-top: 4.6154rem ;
}
/* line 285, ./visual/css/main.scss */
.checkbox__icon {
  width: 1.9231rem ;
  height: 1.9231rem ;
  border: 0.3846rem solid white;
}
/* line 290, ./visual/css/main.scss */
.checkbox__mark {
  width: 1.9231rem ;
  height: 2.6923rem ;
  border-right: 0.3846rem solid #4fff4f;
  border-bottom: 0.3846rem solid #4fff4f;
  position: absolute;
  bottom: 20%;
  right: 50%;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  opacity: 0;
}
/* line 302, ./visual/css/main.scss */
.checkbox__label {
  margin-left: 1.5385rem ;
}
/* line 305, ./visual/css/main.scss */
.checkbox.checked .checkbox__mark {
  opacity: 1;
}
/* line 310, ./visual/css/main.scss */
.mute {
  width: 4.6154rem ;
  position: absolute;
  top: 4.6154rem ;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 317, ./visual/css/main.scss */
.mute__icon {
  display: block;
  width: 100%;
}
/* line 320, ./visual/css/main.scss */
.mute__icon_unmute {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 327, ./visual/css/main.scss */
.mute.muted .mute__icon_mute {
  opacity: 0;
}
/* line 330, ./visual/css/main.scss */
.mute.muted .mute__icon_unmute {
  opacity: 1;
}
/* line 1, ./visual/css/components/logo.scss */
.logo {
  display: block;
  text-decoration: none;
  transition: all 0.4s ease;
}
/* line 5, ./visual/css/components/logo.scss */
.logo__image {
  display: block;
  width: 100%;
}
/* line 12, ./visual/css/components/logo.scss */
.logo_main {
  width: 10.7692rem ;
  position: absolute;
  top: 4.6154rem ;
  right: 4.6154rem ;
}
/* line 18, ./visual/css/components/logo.scss */
.logo.hidden {
  opacity: 0;
}
@media (orientation: portrait) {
  /* line 22, ./visual/css/components/logo.scss */
  .logo_main {
    top: 3rem;
    right: 3rem;
  }
}
/* line 1, ./visual/css/components/btn.scss */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0.7692rem 3.8462rem ;
  border: 0.3846rem solid #fff;
  border-radius: 3.8462rem ;
  font-size: 2rem ;
  line-height: 2.3846rem ;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: all 0.4s ease;
}
/* line 18, ./visual/css/components/btn.scss */
@media (min-width: 768px) {
  .btn:hover {
    color: blue;
    background-color: #fff;
  }
}
/* line 25, ./visual/css/components/btn.scss */
.btn_circle {
  width: 9.2308rem ;
  height: 9.2308rem ;
  line-height: 9.2308rem ;
  border-radius: 100%;
  padding: 0;
  color: blue;
  background: #fff;
}
/* line 33, ./visual/css/components/btn.scss */
.btn_circle:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
}
/* line 38, ./visual/css/components/btn.scss */
.btn_blue {
  border-color: blue;
  color: blue;
}
/* line 41, ./visual/css/components/btn.scss */
.btn_blue:hover {
  border-color: blue;
  color: white;
  background: blue;
}
/* line 46, ./visual/css/components/btn.scss */
.btn_blue.disabled, .btn_blue.disabled:hover {
  border-color: transparent;
  color: blue;
  background: transparent;
  cursor: default;
}
/* line 1, ./visual/css/components/soc.scss */
.soc {
  text-align: center;
}
/* line 4, ./visual/css/components/soc.scss */
.soc__title {
  margin-bottom: 0.3846rem ;
}
/* line 7, ./visual/css/components/soc.scss */
.soc__list {
  display: flex;
  justify-content: center;
  list-style: none;
}
/* line 12, ./visual/css/components/soc.scss */
/* line 13, ./visual/css/components/soc.scss */
.soc__item + .soc__item {
  margin-left: 2.3077rem ;
}
/* line 17, ./visual/css/components/soc.scss */
.soc__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.0769rem ;
  height: 3.0769rem ;
  border-radius: 100%;
  color: #fff;
  font-size: 3.0769rem ;
  text-decoration: none;
  transition: all 0.4s ease;
}
/* line 28, ./visual/css/components/soc.scss */
.soc__link:hover {
  opacity: 0.6;
}
/* line 33, ./visual/css/components/soc.scss */
/* line 34, ./visual/css/components/soc.scss */
.soc_inverse .soc__link {
  color: #000;
}
/* line 38, ./visual/css/components/soc.scss */
.soc_main {
  position: absolute;
  bottom: 3.8462rem ;
  left: 4.6154rem ;
}
/* line 44, ./visual/css/components/soc.scss */
/* line 45, ./visual/css/components/soc.scss */
.soc_big .soc__link {
  width: 4.6154rem ;
  height: 4.6154rem ;
  border: 0.3846rem solid #fff;
}
/* line 49, ./visual/css/components/soc.scss */
.soc_big .soc__link:hover {
  color: blue;
  opacity: 1;
  background: #fff;
}
/* line 1, ./visual/css/components/burger.scss */
.burger {
  width: 2.3077rem ;
  position: absolute;
  top: 6.1538rem ;
  left: 4.6154rem ;
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 768px) {
  .burger {
    width: 3.8462rem ;
  }
}
/* line 11, ./visual/css/components/burger.scss */
.burger__brick {
  width: 100%;
  height: 0.3846rem ;
  background: #fff;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .burger__brick {
    height: 0.3846rem ;
  }
}
/* line 19, ./visual/css/components/burger.scss */
.burger__brick + .burger__brick {
  margin-top: 0.3846rem ;
}
@media (min-width: 768px) {
  .burger__brick + .burger__brick {
    margin-top: 0.7692rem ;
  }
}
/* line 27, ./visual/css/components/burger.scss */
.burger_primary .burger__brick {
  background: #007c23;
}
/* line 30, ./visual/css/components/burger.scss */
.burger_inverse .burger__brick {
  background: #000;
}
/* line 1, ./visual/css/components/nav.scss */
.nav {
  position: absolute;
  top: 6.1538rem ;
  left: 4.6154rem ;
  z-index: 100;
}
/* line 10, ./visual/css/components/nav.scss */
/* line 11, ./visual/css/components/nav.scss */
.nav__item + .nav__item {
  margin-top: 0.5385rem ;
}
/* line 15, ./visual/css/components/nav.scss */
.nav__link {
  display: block;
  font-size: 2.7692rem ;
  line-height: 3.2308rem ;
  text-decoration: none;
  transition: all 0.4s ease;
}
/* line 23, ./visual/css/components/nav.scss */
.nav__link:hover, .nav__link.active {
  opacity: 1;
}
/* line 27, ./visual/css/components/nav.scss */
.nav__link.active {
  cursor: default;
}
/* line 32, ./visual/css/components/nav.scss */
/* line 33, ./visual/css/components/nav.scss */
.nav_primary .nav__link {
  color: #007c23;
  opacity: 1;
}
/* line 37, ./visual/css/components/nav.scss */
.nav_primary .nav__link:hover, .nav_primary .nav__link.active {
  color: white;
}
/* line 43, ./visual/css/components/nav.scss */
/* line 44, ./visual/css/components/nav.scss */
.nav_inverse .nav__link {
  color: #bcbec0;
  opacity: 1;
}
/* line 47, ./visual/css/components/nav.scss */
.nav_inverse .nav__link:hover, .nav_inverse .nav__link.active {
  color: white;
}
/* line 53, ./visual/css/components/nav.scss */
/* line 54, ./visual/css/components/nav.scss */
.nav_black .nav__link {
  color: #007c23;
  opacity: 1;
}
/* line 57, ./visual/css/components/nav.scss */
.nav_black .nav__link:hover, .nav_black .nav__link.active {
  color: black;
}
@media (orientation: portrait) {
  .nav {
    top: 4rem;
    left: 3rem;
  }
}
/* line 1, ./visual/css/components/form.scss */
/* line 2, ./visual/css/components/form.scss */
.input__field {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 0.3846rem solid #fff;
  padding: 0.6154rem 0;
  line-height: 5.0769rem ;
  font-size: 4.2308rem ;
  font-weight: bold;
  color: #7f8794;
  background: transparent;
}
/* line 14, ./visual/css/components/form.scss */
.input__label {
  margin-top: 1.3077rem ;
}
/* line 19, ./visual/css/components/form.scss */
.form {
  display: block;
  width: 45.3846rem ;
}
/* line 22, ./visual/css/components/form.scss */
/* line 23, ./visual/css/components/form.scss */
.form .input + .input {
  margin-top: 3.8462rem ;
}
/* line 25, ./visual/css/components/form.scss */
.form .input + .input_near {
  margin-top: 1.5385rem ;
}
/* line 30, ./visual/css/components/form.scss */
.form__footer {
  margin-top: 4.6154rem ;
}
/* line 33, ./visual/css/components/form.scss */
.form__bottom {
  margin-top: 7.6923rem ;
}
/* line 36, ./visual/css/components/form.scss */
.form__row {
  display: flex;
}
/* line 38, ./visual/css/components/form.scss */
.form__row + .form__row {
  margin-top: 1.5385rem ;
}
/* line 42, ./visual/css/components/form.scss */
.form__col {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
/* line 46, ./visual/css/components/form.scss */
.form__col + .form__col {
  justify-content: flex-end;
}
/* line 53, ./visual/css/components/form.scss */
::-webkit-input-placeholder {
  color: rgba(127, 135, 148, 0.75);
}
/* line 56, ./visual/css/components/form.scss */
:-ms-input-placeholder {
  color: rgba(127, 135, 148, 0.75);
}
/* line 59, ./visual/css/components/form.scss */
::-ms-input-placeholder {
  color: rgba(127, 135, 148, 0.75);
}
/* line 62, ./visual/css/components/form.scss */
::placeholder {
  color: rgba(127, 135, 148, 0.75);
}
/* line 1, ./visual/css/components/aside-nav.scss */
.aside-nav {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  bottom: 13.0769rem ;
  left: 4.6154rem ;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}
/* line 9, ./visual/css/components/aside-nav.scss */
.aside-nav__link {
  display: block;
  transition: all 0.4s ease;
  white-space: nowrap;
}
/* line 13, ./visual/css/components/aside-nav.scss */
.aside-nav__link + .aside-nav__link {
  margin-right: 4.6154rem ;
}
/* line 16, ./visual/css/components/aside-nav.scss */
.aside-nav__link:hover, .aside-nav__link.active {
  color: #000;
}
/* line 20, ./visual/css/components/aside-nav.scss */
.inverse .aside-nav__link {
  color: #000;
}
/* line 22, ./visual/css/components/aside-nav.scss */
.inverse .aside-nav__link:hover, .inverse .aside-nav__link.active {
  color: #fff;
}
/* line 27, ./visual/css/components/aside-nav.scss */
.aside-nav__link.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
/* line 31, ./visual/css/components/aside-nav.scss */
.aside-nav__link.disabled:hover {
  color: #000;
}
@media (orientation: portrait) {
  /* line 39, ./visual/css/components/aside-nav.scss */
  .aside-nav {
    left: 3.5rem;
  }
}
/* line 1, ./visual/css/components/steps.scss */
.step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease;
}
/* line 8, ./visual/css/components/steps.scss */
.step__index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.9231rem ;
  height: 3.9231rem ;
  border: 0.3846rem solid #fff;
  border-radius: 100%;
}
/* line 18, ./visual/css/components/steps.scss */
.step__text {
  margin-top: 0.7692rem ;
}
/* line 23, ./visual/css/components/steps.scss */
.steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 28, ./visual/css/components/steps.scss */
/* line 29, ./visual/css/components/steps.scss */
.steps__step + .steps__step {
  margin-top: 3.0769rem ;
}
/* line 33, ./visual/css/components/steps.scss */
/* line 35, ./visual/css/components/steps.scss */
.steps.hidden .step, .hidden .steps .step {
  opacity: 0;
  transform: translate3d(1.5385rem 0, 0);
}
/* line 38, ./visual/css/components/steps.scss */
.steps.hidden .step:nth-child(even), .hidden .steps .step:nth-child(even) {
  transform: translate3d(-1.5385rem 0, 0);
}
/* line 1, ./visual/css/components/red-button.scss */
.red-button {
  display: flex;
  align-items: center;
}
/* line 5, ./visual/css/components/red-button.scss */
.red-button__text {
  font-weight: normal;
  transition: all 0.4s ease;
}
/* line 9, ./visual/css/components/red-button.scss */
.red-button__button {
  width: 15.3846rem ;
  padding: 0.7692rem 0 0.9231rem ;
  border: 0.3846rem solid #4fff4f;
  border-radius: 3.8462rem ;
  margin: 0 3.0769rem ;
  top: 0;
  text-align: center;
  transition: all 0.4s ease;
  will-change: top, transform;
}
/* line 19, ./visual/css/components/red-button.scss */
.red-button__button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: -1.1538rem ;
  left: -0.3846rem ;
  right: -0.3846rem ;
  border-bottom: 0.3846rem solid #4fff4f;
  border-left: 0.3846rem solid #4fff4f;
  border-right: 0.3846rem solid #4fff4f;
  border-radius: 0 0 2.3077rem 2.3077rem ;
  transition: all 0.4s ease;
}
/* line 34, ./visual/css/components/red-button.scss */
.red-button__mask {
  width: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}
/* line 43, ./visual/css/components/red-button.scss */
.red-button__fill {
  width: 14.6154rem ;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 49, ./visual/css/components/red-button.scss */
.red-button__fill:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0.5385rem solid #4fff4f;
  border-radius: 3.8462rem ;
  background: #4fff4f;
  transition: all 0.4s linear;
}
/* line 63, ./visual/css/components/red-button.scss */
/* line 64, ./visual/css/components/red-button.scss */
.red-button.filled .red-button__mask {
  width: 100%;
}
/* line 68, ./visual/css/components/red-button.scss */
/* line 69, ./visual/css/components/red-button.scss */
.red-button.pressing .red-button__button {
  transform: translateY(0.9231rem );
}
/* line 71, ./visual/css/components/red-button.scss */
.red-button.pressing .red-button__button:before {
  top: 80%;
  transform: translateY(-0.9231rem );
}
/* line 77, ./visual/css/components/red-button.scss */
/* line 78, ./visual/css/components/red-button.scss */
.red-button.pressed .red-button__button {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
/* line 81, ./visual/css/components/red-button.scss */
.red-button.pressed .red-button__button:before {
  opacity: 0;
}
/* line 85, ./visual/css/components/red-button.scss */
.red-button.pressed .red-button__mask {
  width: 100%;
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.8s ease;
}
/* line 91, ./visual/css/components/red-button.scss */
/* line 92, ./visual/css/components/red-button.scss */
.red-button.pressed .red-button__fill:before {
  border-color: #fff;
}
/* line 96, ./visual/css/components/red-button.scss */
.red-button.pressed .red-button__text {
  opacity: 0;
  transform: scale(0);
}
@media (orientation: portrait) {
  /* line 104, ./visual/css/components/red-button.scss */
  /* line 105, ./visual/css/components/red-button.scss */
  .red-button span {
    opacity: 0;
    user-select: none;
  }
}
/* line 1, ./visual/css/components/stat.scss */
.invite {
  text-align: center;
}
/* line 3, ./visual/css/components/stat.scss */
.invite__input {
  display: block;
  width: 10px;
  position: absolute;
  opacity: 0;
}
/* line 9, ./visual/css/components/stat.scss */
.invite__btn {
  max-width: 31rem;
  margin: auto;
}
/* line 15, ./visual/css/components/stat.scss */
.stat {
  text-align: center;
}
/* line 17, ./visual/css/components/stat.scss */
.stat__title {
  margin-bottom: 1.3846rem ;
}
/* line 20, ./visual/css/components/stat.scss */
.stat__footer {
  margin-top: 5.3846rem ;
}
/* line 25, ./visual/css/components/stat.scss */
.stats {
  display: flex;
  justify-content: center;
  width: 50%;
}
/* line 29, ./visual/css/components/stat.scss */
.stats__stat {
  min-width: 20%;
  margin: 0 3rem;
}
@media (orientation: portrait) {
  /* line 40, ./visual/css/components/stat.scss */
  .stats {
    width: 100%;
  }
}
/* line 1, ./visual/css/components/player.scss */
/* line 2, ./visual/css/components/player.scss */
.player__videos {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
/* line 7, ./visual/css/components/player.scss */
.player__video {
  display: block;
  height: 100%;
  margin: auto;
}
/* line 1, ./visual/css/components/game.scss */
.game {
  overflow: hidden;
}
/* line 3, ./visual/css/components/game.scss */
.game__footer {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 3.0769rem ;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 12, ./visual/css/components/game.scss */
.game__phase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 18, ./visual/css/components/game.scss */
.game__sublink {
  display: block;
}
/* line 24, ./visual/css/components/game.scss */
.game .to-auth {
  margin-top: 5.3846rem ;
}
/* line 27, ./visual/css/components/game.scss */
.game .close {
  position: absolute;
  top: 3.8462rem ;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 35, ./visual/css/components/game.scss */
/* line 38, ./visual/css/components/game.scss */
.game-intro__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.3846rem ;
}
/* line 43, ./visual/css/components/game.scss */
.game-intro__icon-img {
  display: block;
}
/* line 45, ./visual/css/components/game.scss */
.game-intro__icon-img:nth-child(1) {
  height: 6rem;
  animation: introIcon1 4s infinite;
}
@keyframes introIcon1 {
  /* line 49, ./visual/css/components/game.scss */
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  /* line 52, ./visual/css/components/game.scss */
  30% {
    transform: translate3d(-2rem, 0, 0) rotate(-10deg);
  }
  /* line 55, ./visual/css/components/game.scss */
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
/* line 60, ./visual/css/components/game.scss */
.game-intro__icon-img:nth-child(2) {
  height: 1.1rem;
  margin: 0 1rem;
}
/* line 64, ./visual/css/components/game.scss */
.game-intro__icon-img:nth-child(3) {
  height: 5rem;
  animation: introIcon2 4s infinite;
}
@keyframes introIcon2 {
  /* line 68, ./visual/css/components/game.scss */
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  /* line 71, ./visual/css/components/game.scss */
  30% {
    transform: translate3d(2rem, 0, 0) rotate(10deg);
  }
  /* line 74, ./visual/css/components/game.scss */
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
/* line 81, ./visual/css/components/game.scss */
.game-intro__steps {
  width: 35.3846rem ;
}
/* line 84, ./visual/css/components/game.scss */
.game-intro .red-button {
  margin-top: 12.3077rem ;
}
/* line 87, ./visual/css/components/game.scss */
.game-intro__slogan {
  display: block;
  width: 66.9231rem ;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  transition: all 0.4s ease;
}
/* line 97, ./visual/css/components/game.scss */
.game-intro__slogan.hidden {
  opacity: 0;
  transform: scale(0.8);
}
/* line 102, ./visual/css/components/game.scss */
.game-intro__back {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  object-fit: cover;
  object-position: center;
}
/* line 111, ./visual/css/components/game.scss */
.game-intro__back.hidden {
  opacity: 0;
  /*transition-delay: $duration;*/
  transition-duration: 0.8s;
}
/* line 116, ./visual/css/components/game.scss */
.game-intro__back_1 {
  background-image: url(/visual/images/intro-1.jpg);
}
/* line 119, ./visual/css/components/game.scss */
.game-intro__back_2 {
  background-image: url(/visual/images/intro-2.jpg);
}
/* line 122, ./visual/css/components/game.scss */
.game-intro__back_3 {
  background-image: url(/visual/images/intro-3.jpg);
}
/* line 125, ./visual/css/components/game.scss */
.game-intro__back_4 {
  background-image: url(/visual/images/intro-4.jpg);
}
/* line 128, ./visual/css/components/game.scss */
.game-intro__back_5 {
  background-image: url(/visual/images/intro-5.jpg);
}
/* line 131, ./visual/css/components/game.scss */
.game-intro__back_6 {
  background-image: url(/visual/images/intro-6.jpg);
}
/* line 135, ./visual/css/components/game.scss */
/* line 137, ./visual/css/components/game.scss */
.game-intro.hidden .game-intro__slogan, .hidden .game-intro .game-intro__slogan {
  opacity: 0;
  transform: scale(0.8);
}
/* line 142, ./visual/css/components/game.scss */
.game-intro.hidden {
  transition-delay: 0.4s;
}
/* line 148, ./visual/css/components/game.scss */
/* line 150, ./visual/css/components/game.scss */
.game-finish *.hidden {
  opacity: 0;
}
/* line 153, ./visual/css/components/game.scss */
.game-finish .game-finish__title {
  display: block;
  width: 52.3077rem ;
}
/* line 157, ./visual/css/components/game.scss */
.game-finish .game-finish__icon {
  display: block;
  width: 13.0769rem ;
  margin: -1.5385rem auto 9.2308rem ;
}
/* line 162, ./visual/css/components/game.scss */
.game-finish .red-button {
  margin-top: 7.6923rem ;
}
/* line 165, ./visual/css/components/game.scss */
.game-finish__decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 171, ./visual/css/components/game.scss */
.game-finish__decor-img {
  display: block;
  width: 100%;
}
/* line 175, ./visual/css/components/game.scss */
.game-finish__decor_1 {
  width: 41.5385rem ;
  top: 5rem;
  left: -110rem;
}
/* line 180, ./visual/css/components/game.scss */
.game-finish__decor_2 {
  width: 32.3077rem ;
  top: 71rem;
  left: -110rem;
}
/* line 185, ./visual/css/components/game.scss */
.game-finish__decor_3 {
  width: 21.1538rem ;
  left: 90rem;
  top: 7rem;
}
/* line 190, ./visual/css/components/game.scss */
.game-finish__decor_4 {
  width: 33.0769rem ;
  left: 90rem;
  top: 35rem;
}
/* line 196, ./visual/css/components/game.scss */
.game-finish__decor_lemon-1 {
  width: 26.3077rem ;
  top: 16rem;
  left: -115rem;
}
/* line 201, ./visual/css/components/game.scss */
.game-finish__decor_lemon-2 {
  width: 15.6154rem ;
  top: 10rem;
  left: -63rem;
}
/* line 206, ./visual/css/components/game.scss */
.game-finish__decor_lemon-3 {
  width: 19.0769rem ;
  left: -130rem;
  top: 59rem;
}
/* line 211, ./visual/css/components/game.scss */
.game-finish__decor_lemon-4 {
  width: 25.6154rem ;
  left: -94rem;
  top: 76rem;
}
/* line 216, ./visual/css/components/game.scss */
.game-finish__decor_lemon-5 {
  width: 20.9231rem ;
  top: 14rem;
  left: 94rem;
}
/* line 221, ./visual/css/components/game.scss */
.game-finish__decor_lemon-6 {
  width: 14.6923rem ;
  top: 36rem;
  left: 139rem;
}
/* line 226, ./visual/css/components/game.scss */
.game-finish__decor_lemon-7 {
  width: 26.9231rem ;
  left: 90rem;
  top: 47rem;
}
/* line 231, ./visual/css/components/game.scss */
.game-finish__decor_lemon-8 {
  width: 9.7692rem ;
  left: 90rem;
  top: 82rem;
}
/* line 240, ./visual/css/components/game.scss */
/* line 242, ./visual/css/components/game.scss */
.game-more .game-more__title {
  display: block;
  width: 52.3077rem ;
}
/* line 246, ./visual/css/components/game.scss */
.game-more .game-more__icon {
  display: block;
  width: 13.0769rem ;
  margin: -1.5385rem auto 9.2308rem ;
}
/* line 256, ./visual/css/components/game.scss */
/* line 258, ./visual/css/components/game.scss */
.game-login .game-login__title {
  display: block;
  width: 28.4615rem ;
  margin-bottom: 5.3846rem ;
}
/* line 265, ./visual/css/components/game.scss */
/* line 267, ./visual/css/components/game.scss */
.game-email .game-email__title {
  width: 37.6923rem ;
  margin-bottom: 5.3846rem ;
}
/* line 272, ./visual/css/components/game.scss */
/* line 274, ./visual/css/components/game.scss */
.game-remind .game-remind__title {
  width: 37.6923rem ;
  margin-bottom: 5.3846rem ;
}
/* line 280, ./visual/css/components/game.scss */
.game-question {
  background: black;
}
/* line 283, ./visual/css/components/game.scss */
.game-question .game-question__videos {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 300vw;
  margin-left: -100vw;
}
/* line 290, ./visual/css/components/game.scss */
.game-question .game-question__video {
  display: block;
  flex-shrink: 0;
  height: 100%;
  width: 87vh;
  margin: auto -1px;
  object-fit: cover;
  object-position: center;
}
/* line 298, ./visual/css/components/game.scss */
.game-question .game-question__video.hidden {
  opacity: 0;
}
/* line 302, ./visual/css/components/game.scss */
.game-question .game-question__bar {
  height: 0.7692rem ;
  position: absolute;
  top: 0;
  left: 0;
  background: #4fff4f;
}
/* line 309, ./visual/css/components/game.scss */
.game-question .preloader {
  z-index: auto;
  background: black;
}
/* line 315, ./visual/css/components/game.scss */
.game-loader {
  background: black;
}
/* line 318, ./visual/css/components/game.scss */
.game-loader:not(.loading) {
  filter: grayscale(1);
}
/* line 321, ./visual/css/components/game.scss */
.game-loader .game-intro__back {
  opacity: 0.55;
}
/* line 323, ./visual/css/components/game.scss */
.game-loader .game-intro__back.hidden {
  opacity: 0;
}
/* line 331, ./visual/css/components/game.scss */
.game-question__video_loader {
  position: absolute;
  width: 1px;
  height: 1px;
}
/* line 336, ./visual/css/components/game.scss */
.game-question__bar {
  height: 0.7692rem ;
  position: absolute;
  top: 0;
  left: 0;
  background: #4fff4f;
}
@media (orientation: landscape) {
  /* line 343, ./visual/css/components/game.scss */
  .game-question__bar_primary {
    display: none;
  }
}
/* line 349, ./visual/css/components/game.scss */
.answer {
  text-transform: uppercase;
  cursor: pointer;
}
/* line 352, ./visual/css/components/game.scss */
.answer__splash {
  display: block;
  width: 22.3077rem ;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  opacity: 0;
}
/* line 363, ./visual/css/components/game.scss */
/* line 364, ./visual/css/components/game.scss */
.question:not(.answered) .answer:not(.selected):hover .answer__splash.default {
  opacity: 1;
}
/* line 368, ./visual/css/components/game.scss */
.question.answered .answer {
  cursor: default;
}
/* line 371, ./visual/css/components/game.scss */
/* line 372, ./visual/css/components/game.scss */
.question.right .answer.selected .answer__splash.right {
  opacity: 1;
}
/* line 376, ./visual/css/components/game.scss */
/* line 377, ./visual/css/components/game.scss */
.question.wrong .answer.selected .answer__splash.wrong {
  opacity: 1;
}
/* line 382, ./visual/css/components/game.scss */
/* line 383, ./visual/css/components/game.scss */
.question__answers {
  display: flex;
  justify-content: space-between;
  width: 43.0769rem ;
  margin-top: 4.6154rem ;
}
/* line 389, ./visual/css/components/game.scss */
.question__text {
  display: block;
  max-width: 46.1538rem ;
  margin: 0 auto;
}
/* line 394, ./visual/css/components/game.scss */
.question.hidden {
  opacity: 0;
  pointer-events: none;
}
/* line 400, ./visual/css/components/game.scss */
.q-res {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* line 404, ./visual/css/components/game.scss */
.q-res__info {
  display: flex;
  align-items: flex-end;
}
/* line 408, ./visual/css/components/game.scss */
.q-res__name {
  margin-left: 3.0769rem ;
}
/* line 411, ./visual/css/components/game.scss */
.q-res__count {
  font-size: 4.2308rem ;
  line-height: 5.0769rem ;
  font-weight: bold;
}
/* line 416, ./visual/css/components/game.scss */
/* line 417, ./visual/css/components/game.scss */
.q-res:not(.my) .q-res__count {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
/* line 424, ./visual/css/components/game.scss */
.q-res_big {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.3077rem ;
}
/* line 433, ./visual/css/components/game.scss */
.q-res_big .q-res__count {
  font-size: 11.9231rem ;
  line-height: 12.7692rem ;
}
/* line 440, ./visual/css/components/game.scss */
.q-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.3077rem ;
}
/* line 448, ./visual/css/components/game.scss */
.q-table .q-res + .q-res {
  margin-top: 1.1538rem ;
}
@media (orientation: portrait) {
  /* line 457, ./visual/css/components/game.scss */
  /* line 458, ./visual/css/components/game.scss */
  .game__sublink {
    bottom: 10rem;
  }
  /* line 461, ./visual/css/components/game.scss */
  /* line 462, ./visual/css/components/game.scss */
  .game-finish__decor {
    display: none;
  }
  /* line 467, ./visual/css/components/game.scss */
  .q-table {
    display: none;
    top: auto;
    bottom: 12rem;
    left: 5rem;
  }
  /* line 474, ./visual/css/components/game.scss */
  .q-res_big {
    align-items: flex-start;
    right: auto;
    top: auto;
    bottom: 12rem;
    left: 5rem;
  }
  /* line 484, ./visual/css/components/game.scss */
  .question {
    z-index: 1;
  }
  /* line 487, ./visual/css/components/game.scss */
  .answer__splash.default {
    display: none !important;
  }
}
/* line 1, ./visual/css/components/score.scss */
.score {
  display: flex;
}
/* line 3, ./visual/css/components/score.scss */
/* line 4, ./visual/css/components/score.scss */
.score__col_place {
  width: 15%;
}
/* line 7, ./visual/css/components/score.scss */
.score__col_count {
  display: flex;
  width: 25%;
}
/* line 11, ./visual/css/components/score.scss */
.score__col_name {
  flex-grow: 1;
}
/* line 14, ./visual/css/components/score.scss */
.score__col_time {
  width: 20%;
  text-align: right;
}
/* line 19, ./visual/css/components/score.scss */
/* line 20, ./visual/css/components/score.scss */
.score__count-caption {
  margin-left: 3.0769rem ;
}
/* line 25, ./visual/css/components/score.scss */
.score-add {
  display: flex;
  align-items: center;
  height: 8.8462rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 12rem;
  margin: auto;
  cursor: pointer;
}
/* line 35, ./visual/css/components/score.scss */
.score-add__button {
  width: 8.8462rem ;
  height: 8.8462rem ;
  border: 0.3846rem solid #fff;
  border-radius: 100%;
  transition: all 0.4s ease;
}
/* line 41, ./visual/css/components/score.scss */
.score-add__button:before, .score-add__button:after {
  content: '';
  display: block;
  width: 60%;
  height: 0.3846rem ;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
}
/* line 55, ./visual/css/components/score.scss */
.score-add__button:after {
  transform: rotate(90deg);
}
/* line 59, ./visual/css/components/score.scss */
.score-add__caption {
  margin-left: 2.3077rem ;
}
/* line 62, ./visual/css/components/score.scss */
.score-add:hover .score-add__button {
  background: #fff;
}
/* line 68, ./visual/css/components/score.scss */
.score-length {
  display: flex;
  align-items: center;
}
/* line 71, ./visual/css/components/score.scss */
.score-length__count {
  display: block;
}
/* line 74, ./visual/css/components/score.scss */
.score-length__line {
  display: block;
  width: 5.3846rem ;
  height: 0.3846rem ;
  margin: 0 1.5385rem ;
  background: black;
}
/* line 81, ./visual/css/components/score.scss */
.score-length__length {
  display: block;
  color: white;
}
/* line 85, ./visual/css/components/score.scss */
.score-length__arrow {
  display: block;
  width: 0.9231rem ;
  height: 0.9231rem ;
  border-top: 0.3846rem solid black;
  border-right: 0.3846rem solid black;
  transform: rotate(45deg);
  margin-left: 1.5385rem ;
  cursor: pointer;
}
/* line 94, ./visual/css/components/score.scss */
.score-length__arrow:first-child {
  transform: rotate(225deg);
  margin-left: 0;
  margin-right: 1.5385rem ;
}
/* line 99, ./visual/css/components/score.scss */
.score-length__arrow:hover {
  border-color: white;
}
/* line 102, ./visual/css/components/score.scss */
.score-length__arrow.hidden {
  display: block;
  visibility: hidden;
}
/* line 109, ./visual/css/components/score.scss */
.page-score__header {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 3.0769rem ;
  left: 0;
  width: 100%;
}
/* line 119, ./visual/css/components/score.scss */
.score-stage {
  display: flex;
  align-items: flex-start;
}
/* line 122, ./visual/css/components/score.scss */
.score-stage__index {
  transition: all 0.3s ease;
}
/* line 125, ./visual/css/components/score.scss */
.score-stage__caption {
  margin: -0.1538rem 0 0 0.3846rem ;
  transition: all 0.3s ease;
}
/* line 129, ./visual/css/components/score.scss */
.score-stage.hoverable {
  cursor: pointer;
}
/* line 131, ./visual/css/components/score.scss */
.score-stage.hoverable:hover .score-stage__index, .score-stage.hoverable:hover .score-stage__caption {
  color: white;
  -webkit-text-stroke-color: white;
  text-stroke-color: white;
}
/* line 140, ./visual/css/components/score.scss */
.score-stages {
  display: flex;
  align-items: center;
}
/* line 143, ./visual/css/components/score.scss */
.score-stages__divider {
  display: block;
  width: 5.3846rem ;
  height: 0.3846rem ;
  margin: 0 1.5385rem ;
  background: black;
}
/* line 152, ./visual/css/components/score.scss */
.scores-winners-title {
  position: absolute;
  top: 9.5rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media (orientation: portrait) {
  /* line 162, ./visual/css/components/score.scss */
  /* line 163, ./visual/css/components/score.scss */
  /* line 164, ./visual/css/components/score.scss */
  .score__col_count {
    display: flex;
    align-items: flex-end;
    width: auto;
    position: absolute;
    bottom: -5rem;
  }
  /* line 171, ./visual/css/components/score.scss */
  .score__col_name {
    flex-grow: 1;
    margin: 0 2rem;
  }
  /* line 177, ./visual/css/components/score.scss */
  .table .score-add {
    display: none !important;
  }
  /* line 180, ./visual/css/components/score.scss */
  .score-add {
    top: 12rem;
    bottom: auto;
    right: auto;
    left: 28rem;
  }
  /* line 186, ./visual/css/components/score.scss */
  .scores-winners-title {
    top: 22rem;
  }
}
/* line 1, ./visual/css/components/table.scss */
/* line 3, ./visual/css/components/table.scss */
.table__wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 8, ./visual/css/components/table.scss */
.table__scroller {
  width: 125%;
  height: 100%;
  overflow: auto;
}
/* line 13, ./visual/css/components/table.scss */
.table__content {
  width: 80%;
  min-height: 100%;
}
/* line 17, ./visual/css/components/table.scss */
.table__item {
  padding: 4.2308rem 6.1538rem ;
  border-bottom: 1px solid #fff;
  transition: all 0.1333s ease;
}
/* line 21, ./visual/css/components/table.scss */
.table__item.below {
  opacity: 0.3;
}
/* line 24, ./visual/css/components/table.scss */
.table__item.selected {
  background: #000;
}
/* line 27, ./visual/css/components/table.scss */
.table__item.user-score {
  background: white;
}
/* line 32, ./visual/css/components/table.scss */
/* line 33, ./visual/css/components/table.scss */
.inverse .table .table__item {
  border-bottom-color: #000;
}
/* line 35, ./visual/css/components/table.scss */
.inverse .table .table__item.selected {
  background: #fff;
}
@media (orientation: portrait) {
  /* line 43, ./visual/css/components/table.scss */
  /* line 44, ./visual/css/components/table.scss */
  .table__item {
    padding: 3rem 2rem 6rem;
  }
}
/* line 1, ./visual/css/components/prize.scss */
.prize {
  transition: all 0.8s ease;
}
/* line 4, ./visual/css/components/prize.scss */
.prize__wrapper {
  width: 37%;
  position: absolute;
  top: 19.2308rem ;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: grey;
  transform: scale(1);
  transform-origin: 50% 100%;
  transition: all 0.4s ease 0s;
}
/* line 17, ./visual/css/components/prize.scss */
.prize__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1) !important;
  transition: all 0.4s ease 0.2s;
}
/* line 26, ./visual/css/components/prize.scss */
.prize__image-img {
  display: block;
  width: 100%;
  position: relative !important;
}
/* line 35, ./visual/css/components/prize.scss */
.prize__place {
  position: absolute;
  top: 7.6923rem ;
  right: 55%;
  white-space: nowrap;
  transform: translateX(0) !important;
  transition: all 0.4s ease 0.4s;
}
/* line 43, ./visual/css/components/prize.scss */
.prize__title {
  position: absolute;
  top: 37%;
  left: 60%;
  white-space: nowrap;
  transform: translateX(0) !important;
  transition: all 0.4s ease 0.4s;
}
/* line 51, ./visual/css/components/prize.scss */
.prize__text {
  position: absolute;
  top: 24%;
  left: 105%;
  white-space: nowrap;
  transform: translateX(0) !important;
  transition: all 0.4s ease 0.4s;
}
/* line 60, ./visual/css/components/prize.scss */
.prize_1 {
  background: #f36c96;
}
/* line 63, ./visual/css/components/prize.scss */
.prize_1 .prize__wrapper {
  background: #0b2b9a;
}
/* line 66, ./visual/css/components/prize.scss */
.prize_1 .prize__text {
  top: 68%;
}
/* line 69, ./visual/css/components/prize.scss */
.prize_1 .prize__image {
  width: 170%;
  height: auto;
  top: -24%;
  left: -54%;
}
/* line 75, ./visual/css/components/prize.scss */
.prize_1 .prize__image:nth-child(1) {
  width: 40rem;
  top: -9rem;
  left: 38rem;
}
/* line 80, ./visual/css/components/prize.scss */
.prize_1 .prize__image:nth-child(2) {
  width: 46rem;
  top: 36rem;
  left: -10rem;
}
/* line 85, ./visual/css/components/prize.scss */
.prize_2 {
  background: #fbcf36;
}
/* line 88, ./visual/css/components/prize.scss */
.prize_2 .prize__wrapper {
  background: #199438;
}
/* line 91, ./visual/css/components/prize.scss */
.prize_2 .prize__image {
  width: 180%;
  height: auto;
  top: -13%;
  left: -54%;
}
/* line 97, ./visual/css/components/prize.scss */
.prize_2 .prize__place {
  right: 70%;
}
/* line 100, ./visual/css/components/prize.scss */
.prize_2 .prize__image:nth-child(1) {
  width: 50rem;
  top: 33rem;
  left: -20rem;
}
/* line 105, ./visual/css/components/prize.scss */
.prize_2 .prize__image:nth-child(2) {
  width: 20rem;
  top: -17rem;
  left: 22rem;
}
/* line 110, ./visual/css/components/prize.scss */
.prize_2 .prize__image:nth-child(3) {
  width: 50rem;
  top: 41rem;
  left: 40rem;
}
/* line 116, ./visual/css/components/prize.scss */
.prize.hidden {
  opacity: 0.9;
}
/* line 118, ./visual/css/components/prize.scss */
.prize.hidden .prize__place {
  transform: translateX(3.8462rem ) !important;
  opacity: 0;
  transition-delay: 0s;
}
/* line 123, ./visual/css/components/prize.scss */
.prize.hidden .prize__title, .prize.hidden .prize__text {
  transform: translateX(-3.8462rem ) !important;
  opacity: 0;
  transition-delay: 0s;
}
/* line 129, ./visual/css/components/prize.scss */
.prize.hidden .prize__image {
  opacity: 0;
  transform: scale(0) !important;
  transition-delay: 0.2s;
}
/* line 134, ./visual/css/components/prize.scss */
.prize.hidden .prize__wrapper {
  opacity: 0;
  transform: scale(0);
  transition-delay: 0.4s;
}
/* line 142, ./visual/css/components/prize.scss */
/* line 143, ./visual/css/components/prize.scss */
.par__span {
  display: block;
}
/* line 148, ./visual/css/components/prize.scss */
.prize-switch {
  position: absolute;
  bottom: 10rem ;
  cursor: pointer;
  transition: all 0.4s ease;
}
/* line 153, ./visual/css/components/prize.scss */
.prize-switch_left {
  left: 29.2308rem ;
}
/* line 156, ./visual/css/components/prize.scss */
.prize-switch_right {
  right: 29.2308rem ;
}
/* line 159, ./visual/css/components/prize.scss */
.prize-switch:not(.active) {
  transform: scale(0.6);
}
/* line 161, ./visual/css/components/prize.scss */
.prize-switch:not(.active):hover {
  transform: scale(0.7);
}
/* line 165, ./visual/css/components/prize.scss */
.prize-switch.active {
  cursor: default;
}
@media (orientation: portrait) {
  /* line 172, ./visual/css/components/prize.scss */
  /* line 173, ./visual/css/components/prize.scss */
  .prize__wrapper {
    width: 70%;
    top: 30rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 180, ./visual/css/components/prize.scss */
  .prize__place {
    top: 5rem;
    right: auto;
    left: 5rem;
  }
  /* line 185, ./visual/css/components/prize.scss */
  .prize__title {
    top: auto;
    left: 5rem;
    bottom: 19rem;
    font-size: 5rem;
    line-height: 6rem;
  }
  /* line 192, ./visual/css/components/prize.scss */
  .prize__text {
    top: 24%;
    top: auto !important;
    bottom: 11rem;
    left: 5rem;
  }
  /* line 198, ./visual/css/components/prize.scss */
  .prize_1 .prize__image {
    width: 48rem;
    height: auto;
    top: 22rem;
    left: -3rem;
  }
  /* line 204, ./visual/css/components/prize.scss */
  .prize_1 .prize__image:nth-child(1) {
    width: 30rem;
    top: 19rem;
    left: 32rem;
  }
  /* line 209, ./visual/css/components/prize.scss */
  .prize_1 .prize__image:nth-child(2) {
    width: 38rem;
    top: 30rem;
    left: -6rem;
  }
  /* line 214, ./visual/css/components/prize.scss */
  .prize_2 .prize__image {
    width: 46rem;
    height: auto;
    top: 29rem;
    left: 3rem;
  }
  /* line 220, ./visual/css/components/prize.scss */
  .prize_2 .prize__image:nth-child(1) {
    width: 30rem;
    top: 33rem;
    left: -10rem;
  }
  /* line 225, ./visual/css/components/prize.scss */
  .prize_2 .prize__image:nth-child(2) {
    width: 12rem;
    top: 3rem;
    left: 40rem;
  }
  /* line 230, ./visual/css/components/prize.scss */
  .prize_2 .prize__image:nth-child(3) {
    width: 30rem;
    top: 37rem;
    left: 23rem;
  }
  /* line 236, ./visual/css/components/prize.scss */
  .prize-switch {
    font-size: 5rem;
  }
  /* line 239, ./visual/css/components/prize.scss */
  .prize-switch_left {
    left: 4rem;
  }
  /* line 242, ./visual/css/components/prize.scss */
  .prize-switch_right {
    right: 3rem;
  }
  /* line 245, ./visual/css/components/prize.scss */
  .prize-switch:not(.active) {
    transform: scale(0.8);
  }
}
/* line 1, ./visual/css/components/product.scss */
.product {
  width: 16.9231rem ;
  transition: all 0.4s ease;
}
/* line 5, ./visual/css/components/product.scss */
.product .close {
  display: none;
}
/* line 8, ./visual/css/components/product.scss */
.product__image {
  display: block;
  width: 16.9231rem ;
  transition: all 0.4s ease;
}
/* line 13, ./visual/css/components/product.scss */
.product__header {
  display: flex;
}
/* line 19, ./visual/css/components/product.scss */
.product__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 29.2308rem ;
  flex-shrink: 0;
  height: 100%;
  position: absolute;
  left: 90%;
  overflow: hidden;
  transition: all 0.4s ease;
}
/* line 32, ./visual/css/components/product.scss */
.product__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 29.2308rem ;
  padding: 0 3.8462rem ;
}
/* line 39, ./visual/css/components/product.scss */
.product__name {
  text-align: center;
}
/* line 42, ./visual/css/components/product.scss */
.product__title {
  display: block;
  width: 100%;
  min-height: 1px;
  transition: all 0.4s ease;
}
/* line 48, ./visual/css/components/product.scss */
.product__description {
  max-width: 100%;
  margin-top: 3.8462rem ;
  color: #fff;
  transition: all 0.4s ease 0.4s;
}
/* line 54, ./visual/css/components/product.scss */
.product__button {
  display: block;
  border: 0.3846rem solid #fff;
  padding: 1.5385rem ;
  border-radius: 3.4615rem ;
  margin-top: 4.6154rem ;
  transition: all 0.4s ease 0.6s;
}
/* line 61, ./visual/css/components/product.scss */
.product__button:before {
  content: '';
  display: block;
  width: 4.2308rem ;
  height: 0.3846rem ;
  background: #fff;
}
/* line 68, ./visual/css/components/product.scss */
.product__button:after {
  content: '';
  display: block;
  width: 1.3077rem ;
  height: 1.3077rem ;
  border-top: 0.3846rem solid #fff;
  border-right: 0.3846rem solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5rem;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
/* line 84, ./visual/css/components/product.scss */
.product__decor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 90, ./visual/css/components/product.scss */
.product__decor-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/* line 98, ./visual/css/components/product.scss */
.product__decors {
  width: 70.7692rem ;
  height: 70.7692rem ;
  position: absolute;
  top: -110rem;
  bottom: -100rem;
  left: -85rem;
  right: -100rem;
  margin: auto;
  transition: all 0.4s ease;
  pointer-events: none;
}
/* line 109, ./visual/css/components/product.scss */
.product_cola .product__decors {
  top: -100rem;
}
/* line 118, ./visual/css/components/product.scss */
.product_mojito .product__decors {
  width: 70.7692rem ;
  height: 70.7692rem ;
  top: -110rem;
  bottom: -100rem;
  left: -85rem;
  right: -100rem;
}
/* line 126, ./visual/css/components/product.scss */
.product_pina .product__decors {
  top: -100rem;
  left: -83rem;
}
/* line 130, ./visual/css/components/product.scss */
.product_sex .product__decors {
  top: -100rem;
  left: -128rem;
}
/* line 134, ./visual/css/components/product.scss */
.product_jack .product__decors {
  top: -100rem;
  left: -123rem;
}
/* line 139, ./visual/css/components/product.scss */
.product__substrate {
  width: 36rem;
  height: 100%;
  position: fixed;
  top: 0;
  margin: auto auto auto 7rem;
  transition: all 0.4s ease;
}
/* line 146, ./visual/css/components/product.scss */
.product_cola .product__substrate {
  background: url(/visual/images/product-cola-substrate.png) center / cover no-repeat;
}
/* line 149, ./visual/css/components/product.scss */
.product_lime .product__substrate {
  background: url(/visual/images/product-lime-substrate.png) center / cover no-repeat;
}
/* line 152, ./visual/css/components/product.scss */
.product_orange .product__substrate {
  background: url(/visual/images/product-orange-substrate.png) center / cover no-repeat;
}
/* line 155, ./visual/css/components/product.scss */
.product_mojito .product__substrate {
  background: url(/visual/images/product-mojito-substrate.png) center / cover no-repeat;
}
/* line 158, ./visual/css/components/product.scss */
.product_pina .product__substrate {
  background: url(/visual/images/product-pina-substrate.png) center / cover no-repeat;
}
/* line 161, ./visual/css/components/product.scss */
.product_sex .product__substrate {
  background: url(/visual/images/product-sex-substrate.png) center / cover no-repeat;
}
/* line 164, ./visual/css/components/product.scss */
.product_jack .product__substrate {
  background: url(/visual/images/product-jack-substrate.png) center / cover no-repeat;
}
/* line 169, ./visual/css/components/product.scss */
/* line 170, ./visual/css/components/product.scss */
.product.reverse .product__header {
  flex-direction: row-reverse;
}
/* line 173, ./visual/css/components/product.scss */
.product.reverse .product__substrate {
  margin: auto auto auto -27rem;
}
/* line 175, ./visual/css/components/product.scss */
.product_jack .product.reverse .product__substrate {
  margin: auto auto auto -33rem;
}
/* line 179, ./visual/css/components/product.scss */
.product.reverse .product__details {
  left: auto;
  right: 90%;
}
/* line 184, ./visual/css/components/product.scss */
.product.collapsed {
  cursor: pointer;
}
/* line 186, ./visual/css/components/product.scss */
.product.collapsed .product__details {
  width: 0;
}
/* line 189, ./visual/css/components/product.scss */
.product.collapsed .product__image {
  transform: scale(0.85);
}
/* line 192, ./visual/css/components/product.scss */
.product.collapsed .product__title {
  opacity: 0;
  transform: scale(0);
}
/* line 196, ./visual/css/components/product.scss */
.product.collapsed .product__description {
  opacity: 0;
  transform: translate3d(0 -1.1538rem 0);
  transition-delay: 0s;
}
/* line 201, ./visual/css/components/product.scss */
.product.collapsed .product__substrate {
  height: 0;
}
/* line 204, ./visual/css/components/product.scss */
.product.collapsed .product__button {
  opacity: 0;
  transform: translate3d(0 -1.1538rem 0);
  transition-delay: 0s;
}
/* line 209, ./visual/css/components/product.scss */
.product.collapsed .product__decors {
  opacity: 0;
  transform: scale(0);
}
/* line 213, ./visual/css/components/product.scss */
/* line 214, ./visual/css/components/product.scss */
.product.collapsed:hover .product__image {
  transform: scale(0.87);
}
/* line 219, ./visual/css/components/product.scss */
.product:not(.collapsed) {
  z-index: 10;
}
/* line 221, ./visual/css/components/product.scss */
.product:not(.collapsed) .product__name {
  opacity: 0;
}
/* line 226, ./visual/css/components/product.scss */
/* line 227, ./visual/css/components/product.scss */
.product_cola .product__title {
  width: 75%;
}
/* line 233, ./visual/css/components/product.scss */
.products {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 237, ./visual/css/components/product.scss */
/* line 238, ./visual/css/components/product.scss */
.products .product + .product {
  margin-left: 3.0769rem ;
  margin-right: 0;
}
/* line 242, ./visual/css/components/product.scss */
.products .product:not(.collapsed) {
  margin-right: 23.0769rem ;
}
/* line 245, ./visual/css/components/product.scss */
.products .product:not(.collapsed).reverse {
  margin-left: 27.6923rem ;
  margin-right: 0;
}
@media (orientation: portrait) {
  /* line 254, ./visual/css/components/product.scss */
  /* line 255, ./visual/css/components/product.scss */
  .product__header {
    transition: all 0.4s ease;
  }
  /* line 258, ./visual/css/components/product.scss */
  .product:not(.collapsed) .product__header {
    transform: translate3d(20rem, 0rem, 0rem);
  }
  /* line 261, ./visual/css/components/product.scss */
  .product_jack:not(.collapsed) .product__header {
    transform: translate3d(0rem, 0rem, 0rem);
  }
  /* line 264, ./visual/css/components/product.scss */
  .product_sex:not(.collapsed) .product__header {
    transform: translate3d(10rem, 0rem, 0rem);
  }
  /* line 267, ./visual/css/components/product.scss */
  .product__substrate {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
  }
  /* line 273, ./visual/css/components/product.scss */
  .product__substrate .close {
    display: block;
    position: absolute;
    top: 5rem;
    right: 5rem;
  }
  /* line 281, ./visual/css/components/product.scss */
  .products {
    margin-top: 23rem;
    padding: 0 10rem;
  }
}
/* line 1, ./visual/css/pages/home.scss */
.page-home {
  text-align: center;
  overflow: hidden;
  background: #e7e13b;
}
/* line 6, ./visual/css/pages/home.scss */
.page-home__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62.3077rem ;
  height: 100%;
  margin: auto;
}
/* line 15, ./visual/css/pages/home.scss */
.page-home__title {
  width: 100%;
  margin-bottom: 5.3846rem ;
}
/* line 19, ./visual/css/pages/home.scss */
.page-home__lead {
  cursor: pointer;
  padding: 1.5385rem 5.7692rem ;
  background: url(/visual/images/main-lead-splash.svg) center / contain no-repeat;
}
/* line 27, ./visual/css/pages/home.scss */
.page-home__girl {
  position: absolute;
  width: 54rem;
  top: 8rem;
  left: -6rem;
  right: 0;
  margin: auto;
}
/* line 34, ./visual/css/pages/home.scss */
.page-home__girl-img {
  display: block;
  width: 100%;
}
/* line 39, ./visual/css/pages/home.scss */
.page-home__bottle {
  position: absolute;
  width: 54rem;
  top: 8rem;
  left: -6rem;
  right: 0;
  margin: auto;
}
/* line 46, ./visual/css/pages/home.scss */
.page-home__bottle_1 {
  width: 35rem;
  top: 32rem;
  left: 102rem;
}
/* line 51, ./visual/css/pages/home.scss */
.page-home__bottle_2 {
  width: 23rem;
  top: 26rem;
  left: -90rem;
}
/* line 56, ./visual/css/pages/home.scss */
.page-home__bottle-img {
  display: block;
  width: 100%;
}
/* line 62, ./visual/css/pages/home.scss */
.page-home__splash {
  position: absolute;
  width: 54rem;
  top: 8rem;
  left: -6rem;
  right: 0;
  margin: auto;
}
/* line 69, ./visual/css/pages/home.scss */
.page-home__splash_1 {
  width: 79rem;
  top: 3rem;
  left: -4rem;
}
/* line 74, ./visual/css/pages/home.scss */
.page-home__splash_2 {
  width: 45rem;
  top: 22rem;
  left: 134rem;
}
/* line 79, ./visual/css/pages/home.scss */
.page-home__splash_3 {
  width: 35rem;
  top: 68rem;
  left: 93rem;
}
/* line 84, ./visual/css/pages/home.scss */
.page-home__splash_4 {
  width: 35rem;
  top: 30rem;
  left: -97rem;
}
/* line 89, ./visual/css/pages/home.scss */
.page-home__splash-img {
  display: block;
  width: 100%;
}
@media (orientation: landscape) {
  /* line 98, ./visual/css/pages/home.scss */
  .product__details {
    justify-content: flex-start;
  }
  /* line 101, ./visual/css/pages/home.scss */
  .product__wrapper {
    position: static;
    margin: 8rem 0 0 0;
  }
  /* line 105, ./visual/css/pages/home.scss */
  .product__button {
    position: absolute;
    bottom: 10rem;
  }
  /* line 109, ./visual/css/pages/home.scss */
  .product_sex .product__wrapper {
    margin: 0rem 0 0 0;
  }
}
@media (orientation: portrait) {
  /* line 117, ./visual/css/pages/home.scss */
  .page-home__girl {
    width: 54rem;
    height: 85rem;
    top: 9rem;
    bottom: 0;
    left: -6rem;
    right: 0;
    margin: auto;
  }
  /* line 126, ./visual/css/pages/home.scss */
  .page-home__splash_1 {
    width: 130rem;
    top: -4rem;
    left: 22rem;
  }
  /* line 131, ./visual/css/pages/home.scss */
  .page-home__splash_2 {
    width: 45rem;
    top: 72rem;
    left: -76rem;
  }
  /* line 136, ./visual/css/pages/home.scss */
  .page-home__splash_3 {
    width: 35rem;
    top: 28rem;
    left: -57rem;
  }
  /* line 141, ./visual/css/pages/home.scss */
  .page-home__splash_4 {
    width: 35rem;
    top: auto;
    bottom: 10rem;
    left: -67rem;
  }
  /* line 147, ./visual/css/pages/home.scss */
  .page-home__bottle_1 {
    width: 20rem;
    top: auto;
    bottom: 13rem;
    left: 42rem;
  }
  /* line 153, ./visual/css/pages/home.scss */
  .page-home__bottle_2 {
    width: 15rem;
    top: auto;
    bottom: 11rem;
    left: -50rem;
  }
}
/* line 1, ./visual/css/pages/game.scss */
.page-game {
  background: blue;
}
/* line 1, ./visual/css/pages/prizes.scss */
.page-prizes {
  overflow: hidden;
}
/* line 3, ./visual/css/pages/prizes.scss */
.page-prizes__disclaimer {
  position: absolute;
  bottom: 3rem;
  width: 25rem;
  left: 105%;
  line-height: 1.8846rem;
  font-size: 1.3923rem;
  color: black;
}
/* line 1, ./visual/css/pages/score.scss */
.page-score {
  background: #e7e13b;
}
/* line 3, ./visual/css/pages/score.scss */
.page-score .table {
  position: absolute;
  top: 15.3846rem ;
  bottom: 7.6923rem ;
  left: 30.7692rem ;
  right: 4.6154rem ;
  margin: auto;
}
/* line 11, ./visual/css/pages/score.scss */
.page-score .table__content {
  width: 65%;
}
@media (orientation: portrait) {
  /* line 19, ./visual/css/pages/score.scss */
  /* line 20, ./visual/css/pages/score.scss */
  .page-score .table {
    top: 30rem;
    bottom: 10rem;
    left: 10rem;
    right: 3rem;
  }
  /* line 25, ./visual/css/pages/score.scss */
  .page-score .table__content {
    width: 80%;
  }
}
/* line 1, ./visual/css/pages/prod.scss */
.page-prod {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 9.2308rem ;
  overflow: hidden;
  color: #000;
  background: #fff;
}
/* line 10, ./visual/css/pages/prod.scss */
.page-prod__lead {
  width: 35%;
  margin: 0 auto 5.3846rem ;
  text-align: center;
  transform: scale(1.05);
  transition: all 0.4s ease;
}
/* line 16, ./visual/css/pages/prod.scss */
.page-prod__lead.hidden {
  opacity: 0;
  transform: scale(0.8);
}
@media (orientation: portrait) {
  /* line 24, ./visual/css/pages/prod.scss */
  .page-prod {
    align-items: flex-start;
  }
  /* line 25, ./visual/css/pages/prod.scss */
  .page-prod:not(.front) {
    overflow-x: auto;
  }
  /* line 28, ./visual/css/pages/prod.scss */
  .page-prod.front {
    z-index: 1000;
  }
  /* line 32, ./visual/css/pages/prod.scss */
  .page-prod__lead {
    position: fixed;
    top: 5rem;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 2.8rem;
  }
}
/* line 360, ./visual/css/main.scss */
.scroll-down {
  width: 3.8462rem ;
  position: fixed;
  bottom: 2.3077rem ;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
/* line 368, ./visual/css/main.scss */
.scroll-down__icon {
  display: block;
  width: 3.8462rem ;
  height: 6.1538rem ;
  border: 0.3846rem solid white;
  border-radius: 3.8462rem ;
  margin: auto;
}
/* line 375, ./visual/css/main.scss */
.scroll-down__icon:before {
  content: '';
  display: block;
  width: 0.3846rem ;
  height: 1.1538rem ;
  border-radius: 0.3846rem ;
  background: white;
  position: absolute;
  top: 1.1538rem ;
  left: 0;
  right: 0;
  margin: auto;
  animation: scrollDown 5s infinite;
}
@keyframes scrollDown {
  /* line 389, ./visual/css/main.scss */
  0% {
    top: 1.1538rem ;
  }
  /* line 392, ./visual/css/main.scss */
  35% {
    top: 2.6923rem ;
  }
  /* line 395, ./visual/css/main.scss */
  45% {
    top: 2.6923rem ;
  }
  /* line 398, ./visual/css/main.scss */
  90% {
    top: 1.1538rem ;
  }
  /* line 401, ./visual/css/main.scss */
  100% {
    top: 1.1538rem ;
  }
}
/* line 407, ./visual/css/main.scss */
.scroll-down__arrow {
  width: 2.3077rem ;
  height: 2.3077rem ;
  margin: auto;
  margin-top: 0.7692rem ;
  border-bottom: 0.3846rem solid white;
  border-right: 0.3846rem solid white;
  transform: rotate(45deg);
}
/* line 419, ./visual/css/main.scss */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
/* line 426, ./visual/css/main.scss */
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
/* line 430, ./visual/css/main.scss */
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #017224;
}
/* line 441, ./visual/css/main.scss */
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
/* line 445, ./visual/css/main.scss */
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
/* line 449, ./visual/css/main.scss */
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
/* line 453, ./visual/css/main.scss */
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
/* line 457, ./visual/css/main.scss */
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
/* line 461, ./visual/css/main.scss */
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
/* line 465, ./visual/css/main.scss */
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
/* line 469, ./visual/css/main.scss */
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
/* line 473, ./visual/css/main.scss */
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
/* line 477, ./visual/css/main.scss */
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
/* line 481, ./visual/css/main.scss */
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
/* line 485, ./visual/css/main.scss */
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  /* line 490, ./visual/css/main.scss */
  0% {
    opacity: 1;
  }
  /* line 493, ./visual/css/main.scss */
  100% {
    opacity: 0;
  }
}
/* line 499, ./visual/css/main.scss */
.user-btn {
  display: flex;
  color: black;
  position: fixed;
  top: 5rem;
  right: 30rem;
  align-items: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
/* line 508, ./visual/css/main.scss */
.user-btn__icon {
  transition: all 0.4s ease;
  font-size: 1.3rem;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.3rem;
  border-radius: 100%;
  margin-right: 1rem;
  text-align: center;
  background: white;
}
/* line 519, ./visual/css/main.scss */
.user-btn__label {
  transition: all 0.4s ease;
}
/* line 531, ./visual/css/main.scss */
.user-btn.inverse .user-btn__icon {
  color: white;
  background: black;
}
/* line 543, ./visual/css/main.scss */
.invite-popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 46.1538rem ;
  padding: 3.0769rem 3.0769rem 4.6154rem ;
  position: absolute;
  bottom: 100%;
  left: -100vw;
  right: -100vw;
  margin: 0 auto;
  background: white;
  text-align: left;
  box-shadow: 0 0 3.0769rem rgba(0, 0, 0, 0.7);
  transform: translateY(-7rem);
}
/* line 558, ./visual/css/main.scss */
.invite-popup:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 21rem;
  border-top: 6rem solid white;
  border-left: 2.5rem solid transparent;
}
/* line 567, ./visual/css/main.scss */
.invite-popup__title {
  color: blue;
  line-height: 2.4615rem ;
  font-size: 2rem ;
  font-weight: 500;
  margin: 0 0 0.7692rem ;
}
/* line 574, ./visual/css/main.scss */
.invite-popup__text {
  color: blue;
  line-height: 1.6923rem ;
}
/* line 578, ./visual/css/main.scss */
.invite-popup__input {
  display: block;
  border: none;
  width: 100%;
  color: blue;
  line-height: 1.6923rem ;
  font-size: 1.6154rem ;
  outline: none !important;
}
/* line 587, ./visual/css/main.scss */
.invite-popup__btn {
  margin: 2.3077rem 0;
}
/* line 590, ./visual/css/main.scss */
.invite-popup__close {
  position: absolute;
  top: 1.1538rem !important;
  right: 1.1538rem !important;
  left: auto !important;
  cursor: pointer;
  transform: scale(0.9);
}
/* line 597, ./visual/css/main.scss */
.invite-popup__close:before, .invite-popup__close:after {
  background: blue;
}
/* line 604, ./visual/css/main.scss */
.scrollbar {
  width: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 609, ./visual/css/main.scss */
.scrollbar__brick {
  position: absolute;
  width: 100%;
  background: black;
}
@media (orientation: portrait) {
  /* line 619, ./visual/css/main.scss */
  html {
    font-size: 1.3vw;
  }
  /* line 622, ./visual/css/main.scss */
  h1, .h1 {
    line-height: 7rem;
    font-size: 8rem;
  }
  /* line 627, ./visual/css/main.scss */
  h6, .h6 {
    line-height: 3rem;
    font-size: 2rem;
  }
  /* line 632, ./visual/css/main.scss */
  p, .p {
    line-height: 4rem;
    font-size: 2.4rem;
  }
  /* line 637, ./visual/css/main.scss */
  p.big, .p.big {
    line-height: 3rem;
    font-size: 2.5rem;
  }
  /* line 642, ./visual/css/main.scss */
  .close {
    width: 5.5rem;
    height: 5.5rem;
  }
  /* line 646, ./visual/css/main.scss */
  /* line 647, ./visual/css/main.scss */
  .scroll-down__icon {
    border-radius: 0.9231rem ;
  }
  /* line 649, ./visual/css/main.scss */
  .scroll-down__icon:before {
    width: 1.0769rem ;
    height: 1.0769rem ;
    border-radius: 100%;
  }
  /* line 656, ./visual/css/main.scss */
  .user-btn {
    top: 22rem;
    right: 3rem;
  }
  /* line 661, ./visual/css/main.scss */
  .invite-popup {
    left: -100rem;
    right: -80rem;
  }
  /* line 664, ./visual/css/main.scss */
  .invite-popup:before {
    top: 100%;
    left: 30rem;
    border-top: 6rem solid white;
    border-left: 2.5rem solid transparent;
  }
  /* line 670, ./visual/css/main.scss */
  .invite-popup__title {
    line-height: 3.0769rem ;
    font-size: 2.6154rem ;
  }
  /* line 674, ./visual/css/main.scss */
  .invite-popup__text {
    line-height: 2.4615rem ;
  }
  /* line 677, ./visual/css/main.scss */
  .invite-popup__input {
    font-size: 2.4615rem ;
    line-height: 2.9231rem ;
  }
}
