@charset "UTF-8";
@import url("/templates/assets/fonts/Parimatch/include.css");
@import url("/templates/assets/fonts/Parimatch-kz/include.css");
@import url("/templates/assets/fonts/Circe/include.css");
@import url("/templates/assets/fonts/Gilroy/include.css");
@import url("/templates/assets/fonts/Gilroy-kz/include.css");
@import url("/templates/assets/fonts/DrukCyr/include.css");
@import url("/templates/assets/fonts/DrukWide/include.css");
@import url("/templates/assets/fonts/TTFirsNeue/include.css");
@import url("/templates/assets/fonts/Roboto/include.css");
/**
 * Задает отступы текущим элементам, всем кроме краних, на крайних элементах крайние отступы не зыдаються
 */
.blick {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.blick::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(263.2deg, rgba(255, 255, 255, 0.4) 8.01%, rgba(255, 255, 255, 0) 52.98%);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-animation: light 3s infinite;
  animation: light 3s infinite;
}

.shadow-brand {
  -webkit-box-shadow: 4px 4px 24px #F8FF13;
  box-shadow: 4px 4px 24px #F8FF13;
}

.gradient {
  background: -webkit-gradient(linear, left bottom, right top, from(#FCEB12), to(#FFED00));
  background: linear-gradient(to top right, #FCEB12, #FFED00);
}

.for-mob, .for-tablet, .for-mobile, .for-mob-flex, .phone {
  display: none !important;
}

.for-desk, .for-desc {
  display: inline-block;
}

.for-desk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.effects {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.effects:active {
  transform: scale(0.95);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.effects:hover {
  transform: scale(1.05);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

@-webkit-keyframes light {
  0% {
    left: -40%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
@keyframes light {
  0% {
    left: -40%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
@media only screen and (min-width: 0) and (orientation: portrait) {
  .for-mob-flex {
    display: flex !important;
  }
  .for-mob, .phone {
    display: block !important;
  }
  .for-desc, .for-desk, .for-desk-flex, .for-tablet, .desktop, .for-desktop {
    display: none !important;
  }
  .for-mobile {
    display: inline-block !important;
  }
}
.rules {
  font-family: "Gilroy", sans-serif;
  font-size: 2.03704vh;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-top: 1.5vh;
}
.rules a {
  color: #fff;
  text-decoration: underline;
  font-weight: 300;
  /*margin-right: 21vh;*/
}

.bonus__btn {
  height: auto;
  padding: 1.7vh 7.51vh 2vh;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #F8FF13;
  color: #000;
  text-shadow: none;
  border: 0.2vh solid #F8FF13;
  margin-bottom: 1vh;
  max-width: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonus__btn:hover {
  background: #000000;
  color: #F8FF13;
  border-color: #000000;
}
.bonus__btn__mob {
  display: none;
}
.bonus__btn span {
  font-family: "Parimatch", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  font-weight: 900;
  font-size: 2.3vh;
  line-height: 113.5%;
  text-align: center;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-btn {
  text-align: center;
  margin: 0vw auto;
}

@media only screen and (min-width: 0) and (orientation: portrait) {
  .bonus__btn {
    max-width: 90%;
    width: 75vw;
    margin: 0 auto;
    margin-bottom: 1.5vh;
    padding: 2.5vh 3.51vh 2.5vh;
  }
  .bonus__btn__mob {
    display: inline-block;
  }
  .bonus__btn span {
    line-height: 113%;
    font-size: 7vw;
    display: inline-block;
  }
  .rules {
    font-size: 4.5vw;
    margin-top: 2vw;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #F8FF13;
  outline: 1px solid #F8FF13;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #F8FF13;
}

::selection {
  color: #fff;
  background: #F8FF13;
}

:root {
  font-size: 16px;
  --desc-height: 1080;
  --tab-width: 768;
  --mob-width: 320;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Parimatch";
  font-style: italic;
  color: #fff;
  position: relative;
}

input,
button,
textarea {
  font-family: "Parimatch";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 2vh 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3vh;
}

.header__left {
  display: flex;
  align-items: center;
}
.header__left picture {
  display: none;
}

.header__logo-link img {
  display: block;
  width: auto;
  height: 2.2vw;
  image-rendering: -webkit-optimize-contrast;
  margin-right: 1vw;
}

.header__left picture img {
  height: 7.1vh;
  image-rendering: -webkit-optimize-contrast;
}

.header-btn {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 0;
  line-height: 1;
  cursor: pointer;
  border: 1.5vh solid #FFFF14;
  text-decoration: none;
  text-align: center;
  color: #000;
  background-color: #FFFF14;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  padding: 0 2vh 0.2vh 2vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 4vh;
  font-size: 2.2vh;
  font-weight: 300;
  border-radius: 1vw;
}
.header-btn .header__btn-txt {
  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: 100%;
  height: 100%;
}

.header__log-btn:hover {
  background-color: #fff;
  color: #000;
  border-color: transparent;
}
.header__log-btn .header__btn-txt {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2vw;
}

.header__right {
  display: flex;
  align-items: center;
}

.lang {
  font-family: "Gilroy", sans-serif;
  font-size: 1.9vh;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  margin-right: 5.4vh;
}

.lang .act {
  color: #F8FF13;
}

.lang .act span {
  color: #fff;
}

.header__reg-btn {
  border-color: #F8FF13;
  background-color: #F8FF13;
  color: #000;
  min-width: 8vw;
}
.header__reg-btn:hover {
  background-color: transparent;
  color: #F8FF13;
  border-color: #F8FF13;
}

.bonus {
  height: 72vh;
  max-width: 100%;
  text-align: center;
}
.bonus span {
  color: #F8FF13;
}

.img-box:hover .img {
  opacity: 0.9;
}

.for-mob {
  display: none !important;
}

.c-form .c-form__footer .button-reg {
  background: #F8FF13;
}

.page-team-section {
  position: relative !important;
  display: block !important;
  bottom: 0 !important;
  width: 32vw !important;
  right: 0 !important;
}

.page-team-section {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 113.5%;
  width: 50vw;
  position: absolute;
  right: 5vw;
  bottom: 20vh;
  background: rgba(23, 23, 22, 0.7);
  border: 1px solid #403C34;
  backdrop-filter: blur(25px);
  border-radius: 10px;
  padding: 1.1vw 1.5vw 2vw;
  display: flex;
  flex-wrap: wrap;
}
.page-team-section .teams-group {
  flex: 0 0 50%;
  max-width: 100%;
  width: 100%;
}
.page-team-section .team-section {
  padding: 1vw 5vw;
  margin-bottom: 1vw;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 113.5%;
  color: #FFFFFF;
}
.page-team-section .bonus {
  margin-bottom: 1vw;
}
.page-team-section .rates {
  text-align: center;
  margin-bottom: 1vw;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: normal;
}
.page-team-section .teams {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 0.3vw;
}
.page-team-section .teams .team {
  width: 7vw;
}
.page-team-section .teams .team.one {
  text-align: right;
  margin-left: auto;
}
.page-team-section .teams .team.two {
  text-align: left;
  margin-right: auto;
}
.page-team-section .teams .vs {
  flex-grow: 0;
  padding: 0 10px;
}
.page-team-section .coefficients {
  display: flex;
  justify-content: space-between;
}
.page-team-section .coefficients .coefficient {
  background: #292621;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48%;
  padding: 0.2vw 1vw;
}
.page-team-section .coefficients .coefficient:not(:last-child) {
  margin-right: 0.3vw;
}
.page-team-section .coefficients .coefficient:not(:first-child) {
  margin-left: 0.3vw;
}
.page-team-section .coefficients .coefficient .team-1, .page-team-section .coefficients .coefficient .team-2, .page-team-section .coefficients .coefficient .team-3, .page-team-section .coefficients .coefficient .team-4, .page-team-section .coefficients .coefficient .team-5, .page-team-section .coefficients .coefficient .team-6, .page-team-section .coefficients .coefficient .team-7, .page-team-section .coefficients .coefficient .team-8, .page-team-section .coefficients .coefficient .team-12, .page-team-section .coefficients .coefficient .team-34, .page-team-section .coefficients .coefficient .team-56, .page-team-section .coefficients .coefficient .team-78 {
  font-weight: 500;
  color: #F8FF13;
  font-size: 0.8vw;
  line-height: 1;
}
.page-team-section .coefficients .coefficient .team-n {
  font-weight: 300;
  font-size: 0.5vw;
  line-height: 1;
}

.page__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 42%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.page__left .text_ha .ha {
  font-size: 2.7vw;
  margin-bottom: 2.5vw;
  font-family: "Parimatch", sans-serif;
  margin-top: -1vw;
}

.kar__text .kar__text1 {
  display: flex;
  flex-direction: column;
}
.kar__text .kar__text1 .k994 {
  font-size: 2.5vw;
  margin-bottom: -3vw;
  margin-left: 4vw;
  font-family: "Parimatch", sans-serif;
}
.kar__text .kar__text1 .k995 {
  font-size: 8.8vw;
  color: #f0ff13;
  font-family: "Parimatch", sans-serif;
}

.page__left-block-kar {
  display: flex;
  justify-content: space-between;
}

.kar img {
  width: 17vw;
}

.bonus img {
  height: 100%;
  width: auto;
}

.steps img {
  width: 38vw;
}

.steps {
  margin-top: -8vw;
}

.c-fkm {
  display: none;
}

.bonus__kvop {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0vw;
  margin-top: -10vw;
}
.bonus__kvop .bobus__knop1 {
  transform: skewX(-14deg);
  background: #f0ff13;
  padding: 1vw;
  font-size: 2vw;
  text-decoration: none;
  width: 150%;
  margin: 0% 0vw 0.5vw 0vw;
  color: #000;
  display: flex;
  justify-content: center;
  font-weight: 500;
  line-height: 113.5%;
}
.bonus__kvop .bobus__knop1 .knop1 {
  transform: skewX(14deg);
}
.bonus__kvop .text__par2 {
  font-size: 0.8vw;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 300;
  line-height: 113.5%;
  text-decoration-line: underline;
}

.page__right {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 7%;
}
.page__right .kar__x3 img {
  width: 45vw;
}
.page__right .page__right-block {
  text-align: center;
  width: 32vw;
}
.page__right .team-section {
  padding: 1vw 5vw;
  margin-bottom: 1vw;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 113.5%;
  color: #FFFFFF;
  display: none;
}
.page__right .bonus {
  margin-bottom: 1vw;
}
.page__right .rates {
  text-align: center;
  margin-bottom: 1vw;
}
.page__right .teams {
  display: flex;
  align-content: space-between;
  align-items: center;
}
.page__right .teams .team {
  width: 7vw;
}
.page__right .teams .team.one {
  text-align: right;
}
.page__right .teams .team.two {
  text-align: left;
}
.page__right .teams .vs {
  flex-grow: 1;
}
.page__right .coefficients {
  display: flex;
  justify-content: space-between;
}
.page__right .coefficients .coefficient {
  background: #292621;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48%;
  padding: 0.2vw 1vw;
}
.page__right .coefficients .coefficient .team-1, .page__right .coefficients .coefficient .team-2 {
  font-weight: 500;
  color: #F8FF13;
}
.page__right .coefficients .coefficient .team-n {
  font-weight: 300;
  font-size: 0.7vw;
}
.page__right .bonus__btn {
  display: none;
}

.background {
  display: none;
  background: #171716;
  border: 1px solid #403C34;
  border-radius: 0.5vw;
}

.bonus-top {
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: -10vw;
  top: -2vw;
}

.bonus-down {
  display: inline-block;
  position: absolute;
  z-index: 0;
  right: -10vw;
  bottom: -8vw;
}

.rules {
  font-family: "Gilroy", sans-serif;
  font-size: 2.03704vh;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-top: 1.5vh;
}
.rules a {
  color: #fff;
  text-decoration: underline;
  font-weight: 300;
  /*margin-right: 21vh;*/
}

.text__pra2 {
  margin-left: -1vw;
  font-size: 1.2vw;
}

.bonus__kvop2 {
  display: none;
}

.container {
  max-width: none;
}

.c-form__group {
  display: none;
}

.nh {
  display: none;
}

@media only screen and (min-width: 0) and (orientation: portrait) {
  body {
    height: auto;
  }
  body .wrapper .footer {
    margin-top: 32vw;
  }
  .page__left {
    position: inherit;
    width: 100%;
    margin: auto;
    top: 50%;
    transform: none;
    display: flex;
    flex-direction: column;
    flex: 0 1 50%;
    justify-content: center;
    right: 0%;
    margin-top: 15vw;
  }
  .page__left .instruction {
    margin-top: 10vw;
  }
  .page__left .instruction .text__instruction {
    font-size: 12vw;
  }
  .page__left .steps {
    margin-top: 15vw;
    margin-bottom: 10vw;
  }
  .page__left .text_ha .ha {
    font-size: 7vw;
    margin-bottom: 18vw;
    font-family: "Parimatch", sans-serif;
    margin-top: -1vw;
  }
  .bonus__kvop2 {
    display: inherit;
    flex-direction: column;
    align-items: center;
    margin-left: 0vw;
    margin-top: -15vw;
    margin-bottom: 22vw;
  }
  .bonus__kvop2 .bobus__knop12 {
    transform: skewX(-14deg);
    background: #f0ff13;
    padding: 2vw;
    font-size: 8vw;
    text-decoration: none;
    width: 65%;
    margin: 0% 0vw 0vw 0vw;
    color: #000;
    display: flex;
    justify-content: center;
    font-weight: 500;
    line-height: 113.5%;
  }
  .bonus__kvop2 .bobus__knop12 .knop2 {
    transform: skewX(14deg);
  }
  .steps img {
    width: 75vw;
  }
  .steps .c-fkm {
    margin-top: -4vw;
    display: inherit;
  }
  .par1 {
    margin-left: 0vw;
    margin-top: 1vw;
  }
  .par1 .text__par1 {
    color: #fff;
    font-size: 3vw;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    line-height: 113.5%;
    text-decoration-line: underline;
  }
  .bonus__kvop {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-left: 0vw;
    margin-top: -134vw;
  }
  .bonus__kvop .bobus__knop1 {
    transform: skewX(-14deg);
    background: #f0ff13;
    padding: 4vw;
    font-size: 8vw;
    text-decoration: none;
    width: 120%;
    margin: 0% 0vw 0vw 0vw;
    color: #000;
    display: flex;
    justify-content: center;
  }
  .bonus__kvop .bobus__knop1 .knop1 {
    transform: skewX(14deg);
  }
  .bonus__kvop .text__par2 {
    font-size: 3.5vw;
    margin-top: 0vw;
    margin-left: 0vw;
  }
  .nh {
    display: none;
    margin-left: 14vw;
    margin-top: 37vw;
  }
  .nh .text__nh {
    font-size: 12vw;
  }
  .kar__text .kar__text1 {
    display: flex;
    flex-direction: column;
  }
  .kar__text .kar__text1 .k994 {
    font-size: 6.5vw;
    margin-bottom: 0vw;
    margin-left: 11vw;
    margin-right: auto;
  }
  .kar__text .kar__text1 .k995 {
    font-size: 25vw;
    color: #f0ff13;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8vw;
  }
  .page__right .kar__x3 img {
    width: 85vw;
  }
  .page__left-block-kar {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .kar img {
    width: 33vw;
  }
  .bonus {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    text-align: center;
    height: auto;
  }
  .bonus img {
    max-width: 100%;
    height: auto;
  }
  .page__right-block .bonus {
    display: none;
  }
  .page-team-section {
    display: none !important;
  }
  .page__right {
    display: flex;
    flex-direction: column;
    position: relative;
    transform: unset;
    right: inherit;
    left: inherit;
    top: 31vw;
    width: 80vw;
    margin: 0 0 0 0;
    backdrop-filter: none;
    border-radius: 15px;
    padding: 6vw;
  }
  .page__right .page__right-block {
    text-align: center;
    width: 66vw;
    margin: auto;
  }
  .page__right .rates {
    margin-bottom: 3vw;
  }
  .page__right .team-section {
    margin-bottom: 4vw;
    padding: 4vw 4vw;
    font-size: 6.2vw;
    display: none;
  }
  .page__right .teams-group {
    margin-bottom: 3vw;
  }
  .page__right .teams {
    margin-bottom: 1vw;
    align-content: center;
    flex-wrap: wrap;
  }
  .page__right .teams .vs {
    flex-grow: inherit;
    padding: 0 2vw;
  }
  .page__right .teams .team {
    width: auto;
    justify-content: center;
  }
  .page__right .teams .team.one {
    text-align: right;
    margin-left: auto;
  }
  .page__right .teams .team.two {
    text-align: left;
    margin-right: auto;
  }
  .page__right .coefficients .coefficient {
    padding: 1.2vw 1vw 0.5vw;
  }
  .page__right .coefficients .coefficient:not(:last-child) {
    margin-right: 2vw;
  }
  .page__right .coefficients .coefficient:not(:first-child) {
    margin-left: 2vw;
  }
  .page__right .coefficients .coefficient .team-1, .page__right .coefficients .coefficient .team-2, .page__right .coefficients .coefficient .team-3, .page__right .coefficients .coefficient .team-4, .page__right .coefficients .coefficient .team-5, .page__right .coefficients .coefficient .team-6, .page__right .coefficients .coefficient .team-7, .page__right .coefficients .coefficient .team-8, .page__right .coefficients .coefficient .team-12, .page__right .coefficients .coefficient .team-34, .page__right .coefficients .coefficient .team-56, .page__right .coefficients .coefficient .team-78 {
    font-weight: 500;
    color: #F8FF13;
    font-size: 4.5vw;
    line-height: 1;
  }
  .page__right .coefficients .coefficient .team-n {
    font-size: 3.7vw;
    line-height: 1;
  }
  .page__right .bonus__btn {
    display: none;
    background: #F8FF13;
    border-radius: 12px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.32px;
    font-feature-settings: "cv04" on;
    margin-bottom: 4vw;
    margin-top: 4vw;
    color: #292621;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 3vw 0 4vw;
  }
  .background {
    border-radius: 3.5vw;
  }
  .lang {
    font-size: 4.5vw;
    text-align: center;
    margin-right: unset;
    margin-right: 5.3vw;
  }
  body {
    overflow: visible;
    background-color: #000;
  }
  .wrapper {
    overflow: visible;
    background: url("../img/bg-portrait.jpg") no-repeat top center;
    background-size: 100%;
    height: auto;
  }
  .c-form__footer {
    margin-top: -52vw;
    margin-left: 20vw;
  }
  .steps .c-fk {
    display: none;
  }
  .header__container {
    padding: 0 3vw;
    align-items: center;
  }
  .header__logo-link img {
    height: 5.8vw;
    margin-right: 2vw;
  }
  .header__left picture img {
    height: calc(38 / var(--mob-width) * 100vw);
    margin-top: -1.5vw;
  }
  .icon-user img {
    height: 8vw;
  }
  .for-mob {
    display: block !important;
  }
  .for-desc {
    display: none !important;
  }
  .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4vw 0 0;
  }
  .header {
    position: relative;
    padding: 4vw 0;
  }
  .right-block__bonus img {
    height: auto;
    margin: auto;
  }
  .right-block__bonus.bonus-img img {
    width: 90vw;
  }
  .right-block__bonus.step-img img {
    width: 60vw;
  }
  .btn-text {
    font-size: 7.5vw;
  }
  .rules {
    font-size: 4.5vw;
    margin-top: 2vw;
    text-decoration: underline;
  }
  .rules a {
    margin-right: 12vw;
  }
  .icon-user {
    height: 8vw;
  }
}
@media screen and (max-height: 500px) and (max-width: 767px) and (orientation: landscape) {
  body {
    position: relative;
    overflow: visible;
  }
  .wrapper,
  .main {
    height: 100%;
  }
}
@media only screen and (max-width: 165vh) and (orientation: landscape) {
  /*
    .page__left-block {
      .left-block__bottom {
        .date_teams {
          img {
            width: 35vw;
          }
        }
      }
    }
  */
}
@media only screen and (max-width: 135vh) and (orientation: landscape) {
  .page__right-block {
    right: -19%;
  }
}
.c-btn:hover {
  -webkit-box-shadow: 0 4.81529px 4.81529px rgba(0, 0, 0, 0.25), 0 0 38.5223px #f8ff13;
  box-shadow: 0 4.81529px 4.81529px rgba(0, 0, 0, 0.25), 0 0 38.5223px #f8ff13;
  background: #F8FF13;
  border-color: #F8FF13;
}

.c-btn:hover .c-btn__text {
  color: #000;
}

.modal__form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  font-family: "PariMatch", sans-serif;
}

.modal__form.show {
  display: block;
}

.modal__content {
  width: 66.5vh;
  padding: 10vh 0;
  margin: 17vh auto 0;
  background: #000;
  position: relative;
}

.close {
  position: absolute;
  top: 2vh;
  right: 2vh;
  height: 2.87vh;
  cursor: pointer;
}

@media only screen and (orientation: portrait) {
  .header__right {
    display: none;
  }
  .modal__content {
    width: 90vw;
    margin: 25vw auto 0;
  }
  .header__right.for-mob {
    display: flex !important;
  }
  .flex-wr {
    order: 2;
  }
}

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