

/* Start:/local/templates/fem/css/main.css?176423379846631*/
@font-face {
  font-family: lada-pragmatica;
  font-display: swap;
  src: url("/local/templates/fem/css/../fonts/lada-pragmatica-regular/lada-pragmatica-regular.woff2") format("woff2");
  src: url("/local/templates/fem/css/../fonts/lada-pragmatica-regular/lada-pragmatica-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: lada-pragmatica;
  font-display: swap;
  src: url("/local/templates/fem/css/../fonts/lada-pragmatica-bold/lada-pragmatica-bold.woff2") format("woff2");
  src: url("/local/templates/fem/css/../fonts/lada-pragmatica-bold/lada-pragmatica-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.15;
  overflow-x: hidden;
  color: #4b5865;
  display: flex;
  font-family: lada-pragmatica, sans-serif;
  background: #2D353D;
}
body._noScrollPopup {
  overflow: hidden;
  width: 100%;
}
body._noScrollBurger {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}

p, ul {
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}

img {
  max-width: 100%;
}

.contain {
  max-width: 1315px;
  padding: 0 50px;
  margin: 0 auto;
}

.wrapper {
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-width: 100%;
}

.body_content {
  flex: 1 0 auto;
}

._pt10 {
  padding-top: 10px;
}

._pb10 {
  padding-bottom: 10px;
}

._pt15 {
  padding-top: 15px;
}

._pb15 {
  padding-bottom: 15px;
}

._pt20 {
  padding-top: 20px;
}

._pb20 {
  padding-bottom: 20px;
}

._pt30 {
  padding-top: 3em;
}

._pb30 {
  padding-bottom: 3em;
}

._pt40 {
  padding-top: 4em;
}

._pb40 {
  padding-bottom: 4em;
}

._pt50 {
  padding-top: 5em;
}

._pb50 {
  padding-bottom: 5em;
}

._pt60 {
  padding-top: 6em;
}

._pb60 {
  padding-bottom: 6em;
}

._pt70 {
  padding-top: 7em;
}

._pb70 {
  padding-bottom: 7em;
}

._pt80 {
  padding-top: 8em;
}

._pb80 {
  padding-bottom: 8em;
}

._pt90 {
  padding-top: 9em;
}

._pb90 {
  padding-bottom: 9em;
}

._pt100 {
  padding-top: 10em;
}

._pb100 {
  padding-bottom: 10em;
}

._mt5 {
  margin-top: 5px;
}

._mb5 {
  margin-bottom: 5px;
}

._mt10 {
  margin-top: 10px;
}

._mb10 {
  margin-bottom: 10px;
}

._mt15 {
  margin-top: 15px;
}

._mb15 {
  margin-bottom: 15px;
}

._mt20 {
  margin-top: 20px;
}

._mb20 {
  margin-bottom: 20px;
}

._mt25 {
  margin-top: 2.5em;
}

._mt30 {
  margin-top: 3em;
}

._mb30 {
  margin-bottom: 3em;
}

._mt40 {
  margin-top: 4em;
}

._mb40 {
  margin-bottom: 4em;
}

._mt50 {
  margin-top: 5em;
}

._mb50 {
  margin-bottom: 5em;
}

._mt60 {
  margin-top: 6em;
}

._mb60 {
  margin-bottom: 6em;
}

._mt70 {
  margin-top: 7em;
}

._mb70 {
  margin-bottom: 7em;
}

._mt80 {
  margin-top: 8em;
}

._mb80 {
  margin-bottom: 8em;
}

._mt90 {
  margin-top: 9em;
}

._mb90 {
  margin-bottom: 9em;
}

._mt100 {
  margin-top: 10em;
}

._mb100 {
  margin-bottom: 10em;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

.lazyImg {
  opacity: 0;
  transition: all 0.7s;
}

._lazyAnimation {
  transform: translate(0, 30px);
  opacity: 0;
}

._animGo {
  transition: transform 1s, opacity 1s;
  transform: translate(0, 0);
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

._bold {
  font-weight: 700;
}

._orange {
  color: #E27638;
}

#header {
  color: #fff;
  font-size: 10px;
  padding: 3em 0;
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: padding 0.25s;
}
#header .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1820px;
}
#header._lazyAnimation {
  transform: translate(0, -30px);
}
#header._animGo {
  transition: transform 1s, opacity 1s, padding 0.5s;
  transform: translate(0, 0);
}
#header._scroll {
  padding: 10px 0;
}
#header._scroll .logoMatch, #header._scroll .logoLada {
  font-size: 8px;
}

.logoMatch {
  width: 12em;
  min-width: 12em;
  height: 4.4em;
  position: relative;
  display: block;
  margin-right: 5em;
  transition: font-size 0.25s;
}
.logoMatch img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu_1 {
  width: 100%;
  position: relative;
  margin-right: 20px;
}
.menu_1:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 20px);
}
.menu_1 ul {
  list-style-type: none;
  display: flex;
}
.menu_1 li {
  margin-right: 4em;
}
.menu_1 li:last-child {
  margin-right: 0;
}
.menu_1 a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.15s;
}
.menu_1 a:hover {
  color: #cccccc;
}
.menu_1 a._active {
  color: #E27638;
}

.headerLeft {
  display: flex;
  align-items: center;
}
.headerLeft .logoLada {
  display: none;
}

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

.loginIcon {
  width: 4.5em;
  height: 4.5em;
  display: block;
  position: relative;
  margin-right: 3.5em;
}
.loginIcon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: stroke 0.15s;
  stroke: transparent;
}
.loginIcon:hover svg {
  stroke: #E27638;
}
.loginIcon:active {
  top: 3px;
}

.logoLada {
  width: 24.6em;
  min-width: 24.6em;
  height: 4.8em;
  position: relative;
  display: block;
  transition: font-size 0.25s;
  font-size: 0.8em;
}
.logoLada img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.logoLada._bg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3em 3em rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 100%;
  filter: blur(10px);
}

.button_1 {
  display: inline-block;
  padding: 0.7em 1.5em;
  cursor: pointer;
  border: none;
  background-color: #E27638;
  font-size: 2.5em;
  color: #fff !important;
  transition: background 0.15s, color 0.15s, border 0.15s, transform 1s, opacity 1s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-family: lada-pragmatica, sans-serif;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .button_1:hover {
    background-color: rgb(196.9052631579, 90.0421052632, 28.6947368421);
  }
}
.button_1._blue {
  background-color: #11203A;
}
@media (hover: hover) {
  .button_1._blue:hover {
    background-color: rgb(26.86, 50.56, 91.64);
  }
}
.button_1._white {
  background-color: #fff;
  color: #4b5865 !important;
}
@media (hover: hover) {
  .button_1._white:hover {
    background-color: #cccccc;
  }
}
.button_1:active {
  top: 3px;
}
.button_1 span {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.button_1._mw300 {
  max-width: 300px;
  width: 100%;
}
.button_1._t2 {
  background: none;
  border: 1px solid #fff;
}
@media (hover: hover) {
  .button_1._t2:hover {
    border-color: #E27638;
    color: #E27638 !important;
  }
}
.button_1._long {
  padding-left: 0.8em;
  padding-right: 0.8em;
}

.inputWrap_1 {
  text-align: left;
  width: 100%;
}
.inputWrap_1 .help-block {
  font-size: 12px;
  margin-top: 5px;
}
.inputWrap_1 .help-block-error {
  color: red;
}

.input_1 {
  border: 1px solid rgba(137, 137, 137, 0.6);
  font-size: 14px;
  font-family: lada-pragmatica, sans-serif;
  color: #000;
  border-radius: 0;
  padding: 15px 10px;
  transition: border 0.15s, box-shadow 0.15s;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.input_1:focus {
  box-shadow: 0 0 10px 3px #e27638;
}

textarea.input_1 {
  resize: none;
  height: 138px;
}

.inputError {
  font-size: 14px;
  margin-top: 5px;
}

._section {
  font-size: 10px;
}

._img100 {
  position: relative;
}
._img100 img {
  position: absolute;
  left: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sectionMain {
  background-color: #0D0D12;
  position: relative;
  z-index: 0;
  padding: 20em 0 20em;
  color: #fff;
}
.sectionMain .contain {
  position: relative;
}
.sectionMain .backgroundImg img {
  -o-object-position: center 70%;
     object-position: center 70%;
  transition: opacity 0.7s;
}

.mainHockey {
  position: absolute;
  width: 150em;
  height: 57em;
  top: 50%;
  left: 15%;
  transform: translate(0, -30%);
  z-index: 0;
}
.mainHockey._lazyAnimation {
  transform: translate(30px, -30%);
}
.mainHockey._animGo {
  transform: translate(0px, -30%);
}

.backgroundImg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.backgroundImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mainItem {
  max-width: 350px;
  position: relative;
  z-index: 1;
}
.mainItem .button_1 {
  margin-top: 3em;
}

.mainRings {
  position: absolute;
  width: 80em;
  min-width: 80em;
  top: 0;
  left: 0;
  transform: translate(-5%, -13%);
  z-index: -1;
}

.mainRings_2 {
  position: absolute;
  width: 80em;
  top: 0;
  left: 65%;
  z-index: -1;
}

.mainTextImg {
  width: 31em;
  height: 7em;
}
.mainTextImg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3em 3em rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 100%;
  filter: blur(10px);
}
.mainTextImg ._mti1 {
  position: absolute;
  top: 0;
  width: 69%;
}
.mainTextImg ._mti2 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mainTextImg img {
  position: absolute;
  left: 0;
}

.mainLadaKhl {
  width: 26em;
  height: 5.7em;
  margin-top: 20px;
}

.mainText {
  font-size: 2.5em;
  margin-top: 1.5em;
  position: relative;
}
.mainText span {
  white-space: nowrap;
}
.mainText::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3em 3em rgba(34, 55, 80, 0.5);
  border-radius: 50%;
  width: 100%;
  filter: blur(10px);
  z-index: -1;
}

.sectionChance {
  padding: 7em 0;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.sectionChance .backgroundImg img {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.doubleLogos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.doubleLogos .logoMatch {
  font-size: 15px;
}

.crossLogos {
  width: 5em;
  min-width: 4em;
  height: 5em;
  stroke: #C29E57;
  margin: 0 3em;
  stroke-width: 0.6px;
}

.threePucks {
  display: flex;
  justify-content: space-between;
  margin-top: 7em;
}

.puckItem {
  width: 30%;
  padding-bottom: 25%;
}

.chanceText {
  font-size: 2.9em;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5em;
}

.sectionSupremePrize {
  padding: 8em 0;
  position: relative;
}
.sectionSupremePrize .backgroundImg img {
  -o-object-position: center 80%;
     object-position: center 80%;
}

.supremePrizeDouble {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.supremePrizeImg {
  width: 50%;
  position: relative;
  padding-bottom: 24%;
}

.supremePrizeItem {
  width: 40%;
  color: #fff;
}
.supremePrizeItem .button_1 {
  margin-top: 3em;
}

.supremePrizeItem__name {
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 700;
}

.supremePrizeItem__text {
  margin-top: 30px;
}

._fz16 {
  font-size: 16px;
}

._fz20 {
  font-size: 20px;
}

._fz24 {
  font-size: 2.4em;
}

._fz30 {
  font-size: 3em;
}

._fz32 {
  font-size: 3.2em;
}
.qrTable__row._fz32{
  font-size: 2.7em;
}

.supremePrizeImg__light {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.supremePrizeImg__light:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 60%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
  transform: translate(-40%, -10%) rotate(25deg);
  border: 1px solid red;
  filter: blur(30px);
}

.sectionParticipate {
  padding: 8em 0;
  position: relative;
  z-index: 0;
  text-align: center;
  background-color: #fff;
}
.sectionParticipate::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

._whiteShadowText {
  text-shadow: 0 0 23px white;
}

.title_1 {
  font-size: 6em;
  font-weight: 700;
  text-transform: uppercase;
}
.title_1._fz45 {
  font-size: 4.5em;
}

.codesWrapItems {
  margin-top: 5em;
  justify-content: space-between;
  display: flex;
}
.codesWrapItems .codesItem {
  width: 24%;
}

.codesItem__img {
  width: 100%;
  width: 23em;
  height: 23em;
  margin-left: auto;
  margin-right: auto;
}

.codesItem__text {
  font-weight: 700;
  margin-top: 20px;
  font-size: 20px;
}

.codesBottomText {
  font-size: 3em;
  margin-top: 2em;
}

.winnersTeam {
  margin-top: 7em;
}

.sliderPrizes {
  margin-top: 7em;
  position: relative;
}
.sliderPrizes .swiper-wrapper {
  display: flex;
}
.sliderPrizes .navigation_1 {
  display: none;
}

.navElem {
  width: 30px;
  height: 20px;
  display: block;
  top: 65%;
  left: 0;
  position: absolute;
  z-index: 1;
  transition: opacity 0.15s;
}
.navElem._prev img {
  transform: scale(-1, 1);
}
.navElem._next {
  right: 0;
  left: auto;
}
.navElem.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.sliderPagination {
  margin-top: 20px;
  display: none;
  justify-content: center;
}
.sliderPagination span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 1;
}
.sliderPagination span:last-child {
  margin-right: 0;
}
.sliderPagination .swiper-pagination-bullet-active {
  background-color: #E27638;
}

.winnersLider .title_1 {
  margin-top: 1.2em;
}
.winnersLider ._fz30 {
  margin-top: 10px;
}

.winnersTeam__img {
  width: 50em;
  height: 32em;
  margin-right: auto;
  margin-left: auto;
}
.winnersTeam__img::before {
  content: "";
  width: 80%;
  padding-bottom: 80%;
  top: 50%;
  left: 50%;
  background-color: #A5ACB4;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.winnerItem__img {
  width: 70%;
  padding-bottom: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.winnerItem__img::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background-color: #A5ACB4;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.winnerItem__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 78%;
  max-height: 78%;
  transform: translate(-50%, -53%);
}

.winnerItem__title {
  font-size: 3.3em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1em;
}

.winnerItem__text {
  font-size: 2.5em;
  margin-top: 1em;
}

.winnersBottom {
  margin-top: 5em;
}
.winnersBottom p {
  text-align: left;
}
.winnersBottom .button_1 {
  margin-top: 30px;
}
.winnersBottom .button_1 span {
  text-transform: none;
  font-size: 1.1em;
}

#footer {
  font-size: 10px;
  flex: 0 0 auto;
  background-color: #4D5964;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 5em 0;
}
#footer .contain {
  position: relative;
}

.footerText {
  text-align: center;
  color: #fff;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.footerText p {
  font-size: 14px;
  margin-top: 20px;
}
.footerText p:first-child {
  margin-top: 0;
}

.plus16 {
  width: 4em;
  height: 4em;
  position: absolute;
  top: 0;
  right: 0;
}

.burgerButton {
  cursor: pointer;
  width: 30px;
  position: relative;
  display: none;
}
.burgerButton span {
  width: 100%;
  height: 4px;
  background: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}
.burgerButton:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  top: 0;
  position: relative;
}
.burgerButton:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  position: relative;
  bottom: 0;
}
.burgerButton.active:before {
  transform: rotate(45deg);
  transform-origin: 5px 3px;
}
.burgerButton.active:after {
  transform: rotate(-45deg);
  transform-origin: 4px 1px;
}
.burgerButton.active span {
  opacity: 0;
}

.burgerMenu {
  position: fixed;
  z-index: 31;
  background-color: #fff;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  height: 100%;
  min-height: 100vh;
  transform: translate3d(100%, 0, 0);
  max-width: 400px;
  padding: 70px 50px 50px;
}
.burgerMenu._addTransition {
  transition: transform 0.5s;
}
.burgerMenu._show {
  transform: translate3d(0, 0, 0);
}

.burgerBg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: opacity 0.5s, visibility 0.5s;
}
.burgerBg._active {
  opacity: 1;
  visibility: visible;
}

.closeIcon {
  stroke: #4b5865;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  stroke-width: 1px;
}

.burgerUl {
  list-style-type: none;
}
.burgerUl li {
  margin-bottom: 20px;
}
.burgerUl a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.sectionPage {
  padding: 15em 0 10em;
  position: relative;
  z-index: 0;
  color: #fff;
}
.sectionPage .backgroundImg {
  position: fixed;
}

.title_2 {
  font-size: 4.8em;
  font-weight: 700;
  color: #fff;
}

.loginBlock {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.loginBlock._shadowBg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  filter: blur(30px);
  opacity: 0.2;
  transform: translate(-10%, 0);
  border-radius: 50%;
}
.loginBlock .subtitle {
  margin-top: 30px;
}
.loginBlock .form_1 {
  margin-top: 4em;
}

.form_1 .inputWrap_1 {
  margin-bottom: 25px;
}
.form_1 .bottomForm {
  margin-top: 5em;
}

.bottomForm .ref_1 {
  margin-top: 2em;
}

.ref_1 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  transition: border 0.15s;
  color: #fff;
}
@media (hover: hover) {
  .ref_1:hover {
    border-color: transparent;
  }
}

.ref_2 {
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border 0.15s;
  color: #fff;
  font-weight: 700;
}
@media (hover: hover) {
  .ref_2:hover {
    border-color: #fff;
  }
}

.checkbox_1 {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox_1 .text {
  font-size: 16px;
  text-align: left;
  order: 2;
}
.checkbox_1 .text a {
  text-decoration: underline;
}

.checkboxInput {
  position: relative;
  line-height: 0.8;
  margin-right: 10px;
  z-index: 0;
  order: 1;
}
.checkboxInput:active {
  top: 3px;
}
.checkboxInput label {
  width: 26px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  background: #fff;
  border: 3px solid #C3CBCD;
}
.checkboxInput input:checked + svg {
  opacity: 1;
}
.checkboxInput svg {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity 0.15s;
  transform: translate(-50%, -50%);
  z-index: 1;
  fill: #E27638;
  pointer-events: none;
}

.doubleCheckbox {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

.formAlert {
  font-size: 18px;
  text-align: left;
  color: #E27638;
}

.formCode {
  margin-top: 3em;
}
.formCode .inputWrap_1 {
  margin-top: 25px;
}

.bgBlock {
  position: relative;
  color: #4b5865;
  padding: 5em 5em 9em;
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.bgBlock::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
.bgBlock._dark {
  color: #fff;
}
.bgBlock._dark::before {
  background-color: rgba(17, 29, 54, 0.6);
}
.bgBlock._dark .title_2 {
  color: #fff;
}
.bgBlock .title_2 {
  color: #4b5865;
  margin-bottom: 1em;
}

.bgBlock__inner {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.emailEL {
  color: #93A3AB;
  font-size: 2.4em;
  margin-bottom: 2em;
}

.ballsEl {
  font-size: 2.4em;
  color: #E27638;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.textArea p {
  margin-bottom: 20px;
}

.threeButtons {
  display: flex;
  justify-content: center;
}
.threeButtons._t2 .button_1 {
  white-space: nowrap;
}
.threeButtons._t2 .button_1:first-child, .threeButtons._t2 .button_1:last-child {
  min-width: 12em;
}
.threeButtons .button_1 {
  margin-right: 30px;
}
.threeButtons .button_1:last-child {
  margin-right: 0;
}

.bottomButton {
  margin-top: 4em;
}
.bottomButton .ref_2 {
  margin-top: 2em;
}

.qrTable._border {
  border-top: 1px solid #DBE0E3;
  border-bottom: 1px solid #DBE0E3;
}

.qrTableTitle {
  color: #E27638;
}

.qrTable__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DBE0E3;
  padding: 15px 0;
  text-align: left;
}
.qrTable__row:last-child {
  border: none;
}

.qrTable__left {
  margin-right: 1em;
}

.qrTable__rigth {
  color: #E27638;
}

.faqItem__answer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: none;
  text-transform: none;
  padding: 20px 0 0 0;
}
.faqItem__answer p {
  font-size: 16px;
  font-weight: 400;
}
.faqItem__answer .faqItem {
  margin-bottom: 15px;
}
.faqItem__answer .faqItem:last-child {
  margin-bottom: 0;
}
.faqItem__answer .button_1 {
  margin-top: 40px;
  font-size: 14px;
}

.faqItem {
  text-align: left;
  border-radius: 10px;
  position: relative;
  padding: 30px 0;
}
.faqItem::before {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #F6F6F6 0, #CFCFCF 50%, #F6F6F6 100%);
}
.faqItem:first-child {
  padding-top: 0;
}
.faqItem:last-child::before {
  display: none;
}

.faqItem__question {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
}
@media (hover: hover) {
  .faqItem__question:hover .faqItem__question_name {
    color: #E27638;
  }
  .faqItem__question:hover .faqItem__question_icon {
    border-color: #E27638;
  }
}
.faqItem__question._active .faqItem__question_icon img {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faqItem__question_name {
  display: flex;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.15s;
}
.faqItem__question_name span {
  display: block;
  position: relative;
  margin-right: 15px;
}

.faqBottom {
  margin-top: 4em;
}
.faqBottom p {
  margin-bottom: 2em;
}

.feedbackBlock {
  margin-top: 5em;
}

.inputFile_1 input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.inputFile_1__delete {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  stroke: #E27638;
  z-index: 2;
  transition: stroke 0.15s;
  cursor: pointer;
  display: none;
  border: 1px solid #E27638;
  border-radius: 50%;
  background-color: #fff;
  transition: background 0.15s;
}
.inputFile_1__delete._show {
  display: block;
}
.inputFile_1__delete svg {
  stroke: #E27638;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
}
@media (hover: hover) {
  .inputFile_1__delete:hover {
    background-color: rgb(252.1, 241.3, 235.1);
  }
}

.inputFile_1__upload {
  position: relative;
  background: none;
  padding: 2em 2em 2em;
  min-height: 133px;
  display: flex;
  align-items: center;
  transition: border 0.25s;
  background-color: #fff;
}
.inputFile_1__upload::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  border: 1px dashed #4b5865;
  display: block;
  position: absolute;
}
.inputFile_1__upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.inputFile_1__upload input._scroll {
  width: calc(100% - 20px);
}

.inputFile_1__info {
  text-align: center;
  width: 100%;
}
.inputFile_1__info._hide {
  display: none;
}

.inputFile_1__info_text {
  color: #4b5865;
  font-size: 14px;
}

.inputFile_1__info_alert {
  font-size: 14px;
  color: #5E5E5E;
  margin-top: 10px;
}

.inputFile_1__fileMin {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  padding: 10px 20px 10px 20px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  color: #fff;
  max-height: 80%;
  font-size: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.inputFile_1__fileMin img {
  width: 100%;
  height: 100%;
}
.inputFile_1__fileMin._show {
  display: block;
}
.inputFile_1__fileMin span {
  display: block;
}
.inputFile_1__fileMin img {
  max-height: 80%;
  margin-top: 10px;
}
.inputFile_1__fileMin._upload {
  width: calc(100% - 20px);
  height: 100%;
}

.fileMin {
  width: 100px;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  margin: 5px;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}

.fileMin__img {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.fileMin__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  max-height: 100%;
}

.fileMin__info {
  padding: 0 5px;
}

.fileMin__name {
  font-size: 12px;
  word-break: break-all;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.fileMin__size {
  font-size: 12px;
  margin-top: 5px;
}

.fileMin__remove {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #eee;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transform: translate(50%, -50%);
  cursor: pointer;
  z-index: 1;
  transition: background 0.15s;
}
.fileMin__remove svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  fill: #E27638;
  stroke: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (hover: hover) {
  .fileMin__remove:hover {
    background-color: #ccc;
  }
}
.fileMin__remove._delete {
  background-color: red;
}
.fileMin__remove._delete + .fileMin__img {
  opacity: 0.5;
}

.loadFile .button_1 {
  border-radius: 0;
  width: 100%;
  background-color: #838996;
}
.loadFile .button_1 span {
  font-weight: 400;
  font-size: 16px;
}

.winnerItem {
  margin-bottom: 5em;
}
.winnerItem._wi2 .winnerItem__img img {
  max-width: 73%;
  max-height: 73%;
}

.winnerItem__name {
  font-size: 5em;
  font-weight: 700;
}

.winnerItem__prize {
  color: #E27638;
  font-size: 4em;
  font-weight: 700;
}

.winnerItem__list {
  margin-top: 20px;
}
.winnerItem__list ul {
  list-style-type: none;
}
.winnerItem__list li {
  margin-bottom: 15px;
}
.winnerItem__list li:last-child {
  margin-bottom: 0;
}
.winnerItem__list p {
  font-size: 20px;
  font-weight: 700;
  word-break: break-all;
}

.ratingTableWrap {
  margin-top: 5em;
  overflow-x: auto;
}

.ratingTable {
  text-align: center;
  min-width: 400px;
}
.ratingTable p {
  font-size: 2.4em;
}

.ratingTable__head .ratingTable__tr {
  padding: 15px 0;
}
.ratingTable__head p {
  font-weight: 700;
}

.ratingTable__tr {
  display: flex;
}
.ratingTable__tr._my {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.ratingTable__tr._my p {
  color: #E27638;
}
.ratingTable__tr._bottom {
  margin-top: 5em;
}

.ratingTable__td {
  width: 33.33%;
}

.ratingTable__wrapList {
  padding-top: 20px;
}
.ratingTable__wrapList .ratingTable__td {
  margin-bottom: 15px;
}

._stylingScroll .scrollbar-track {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
._stylingScroll .scrollbar-thumb {
  background: #E27638;
}

.form_2 .inputWrap_1 {
  margin-bottom: 20px;
}
.form_2 .button_1 {
  margin-top: 1.3em;
}

.tabsBlock {
  transition: min-height 0.5s;
  position: relative;
}

.tab_item {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s, visibility 0.25s;
  position: absolute;
  width: 100%;
}

._show1 {
  visibility: visible !important;
  position: static;
}

._show2 {
  opacity: 1 !important;
  z-index: 2;
}

.quizAnswer {
  display: block;
  padding: 1.2em 1em;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.15s, opacity 0.3s;
  position: relative;
  border: none;
  color: #fff !important;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  font-family: lada-pragmatica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 3px;
  z-index: 0;
  background: none;
}
.quizAnswer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4D5964;
  border-radius: 3px;
  z-index: -1;
}
@media (hover: hover) {
  .quizAnswer:hover {
    background-color: #5D6A74;
  }
}
.quizAnswer:active {
  top: 3px;
}
.quizAnswer span {
  font-size: 20px;
  text-transform: uppercase;
}
.quizAnswer._disable {
  opacity: 0.6;
  pointer-events: none;
}
.quizAnswer._disable::before {
  background-color: #11203A;
}
.quizAnswer._active {
  opacity: 1;
}
.quizAnswer._active::before {
  background-color: #4D5964;
}
.quizAnswer._true::before {
  background-color: #1F9C75;
  animation: flashing 2s ease-in-out 1 forwards;
}
.quizAnswer._false::before {
  background-color: #E31639;
  animation: flashing 2s ease-in-out 1 forwards;
}

@keyframes flashing {
  0% {
    opacity: 0.5;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.quizAnswerList {
  margin-top: 25px;
}
.quizAnswerList .quizAnswer {
  margin-bottom: 20px;
}

.quizResult {
  margin-top: 2em;
}

.quizQuestionButton {
  transition: transform 0.5s, height 0.5s, padding 0.5s, opacity 1s;
  transform: scale(0);
  height: 0;
  pointer-events: none;
  transform-origin: center;
  padding-top: 0;
  opacity: 0;
}
.quizQuestionButton._show {
  transform: scale(1);
  height: 10em;
  pointer-events: auto;
  padding-top: 3em;
  opacity: 1;
}

.wheelItemWrap {
  margin: 7em auto 0;
  width: 60em;
  height: 60em;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
}

.wheelItem {
  position: relative;
  border: 1px solid #000;
  list-style: none;
  overflow: hidden;
  border-radius: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  position: absolute;
  transition: transform 3s;
}
.wheelItem svg {
  width: 100%;
  height: 100%;
}
.wheelItem path {
  fill: #fff;
}
.wheelItem path:nth-child(even) {
  fill: #E27638;
}
.wheelItem path._active {
  animation: flashing_2 2s ease-in-out 1 forwards;
}

@keyframes flashing_2 {
  0% {
    fill: rgba(227, 21, 57, 0.5);
  }
  10% {
    fill: #E31539;
  }
  20% {
    fill: rgba(227, 21, 57, 0.5);
  }
  30% {
    fill: #E31539;
  }
  40% {
    fill: rgba(227, 21, 57, 0.5);
  }
  50% {
    fill: #E31539;
  }
  100% {
    fill: #E31539;
  }
}
.wheelCursor {
  height: 9.7em;
  width: 6em;
  display: block;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
}

.wheelMarker {
  width: 2px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  transform: translate(-50%, 0);
  z-index: 1;
}

.wheelButton {
  width: 12.7em;
  height: 12.7em;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.wheelButton::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4b5865;
  z-index: -1;
  transition: background 0.15s;
}
.wheelButton:active {
  top: calc(50% + 3px);
}
.wheelButton span {
  font-size: 1.6em;
}
@media (hover: hover) {
  .wheelButton:hover:before {
    background-color: rgb(60, 70.4, 80.8);
  }
}
.wheelButton._disabled {
  pointer-events: none;
}
.wheelButton._disabled span {
  opacity: 0.3;
}

.wheelTexts p {
  font-size: 2em;
  font-weight: 700;
  color: #000;
  position: absolute;
  white-space: nowrap;
}
.wheelTexts ._wt1 {
  top: 8%;
  left: 38%;
  transform: rotate(-13deg);
}
.wheelTexts ._wt2 {
  top: 19%;
  left: 13%;
  transform: rotate(-45deg);
}
.wheelTexts ._wt3 {
  top: 38%;
  left: 8%;
  transform: rotate(-78deg);
}
.wheelTexts ._wt4 {
  top: 59%;
  left: 3%;
  transform: rotate(-105deg);
}
.wheelTexts ._wt5 {
  top: 78%;
  left: 19%;
  transform: rotate(45deg);
}
.wheelTexts ._wt5 {
  top: 78%;
  left: 19%;
  transform: rotate(45deg);
}
.wheelTexts ._wt6 {
  top: 89%;
  left: 33%;
  transform: rotate(195deg);
}
.wheelTexts ._wt7 {
  top: 89%;
  left: 59%;
  transform: rotate(-10deg);
}
.wheelTexts ._wt8 {
  top: 77%;
  left: 73%;
  transform: rotate(136deg);
}
.wheelTexts ._wt9 {
  top: 59%;
  left: 90%;
  transform: rotate(102deg);
}
.wheelTexts ._wt10 {
  top: 37%;
  left: 83%;
  transform: rotate(77deg);
}
.wheelTexts ._wt11 {
  top: 18%;
  left: 79%;
  transform: rotate(42deg);
}
.wheelTexts ._wt12 {
  top: 8%;
  left: 52%;
  transform: rotate(13deg);
}

.push {
  height: 1000px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1600px) {
  ._section {
    font-size: 9px;
  }
  .wheelButton span {
    font-size: 2em;
  }
}
@media only screen and (max-width: 1500px) {
  #header .contain {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1400px) {
  #header .contain {
    max-width: 1300px;
  }
  .logoLada {
    font-size: 8px !important;
  }
  .logoMatch {
    font-size: 8px !important;
  }
  .title_1 {
    font-size: 5.5em;
  }
}
@media only screen and (max-width: 1315px) {
  #header {
    padding: 2em 0;
  }
  .contain {
    max-width: 1200px;
  }
  .logoLada {
    font-size: 7px !important;
  }
  .logoMatch {
    font-size: 7px !important;
  }
  .menu_1 li {
    margin-right: 20px;
  }
  .plus16 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  ._section {
    font-size: 8px;
  }
  .contain {
    max-width: 992px;
  }
  .logoLada {
    font-size: 5px !important;
  }
  .logoMatch {
    font-size: 6.5px !important;
    margin-right: 20px;
  }
  .menu_1 ul {
    padding-bottom: 10px;
  }
  .menu_1 li {
    margin-right: 15px;
  }
  .menu_1 a {
    font-size: 13px;
  }
  .loginIcon {
    margin-right: 20px;
    width: 3.5em;
    height: 3.5em;
  }
  .menu_1:before {
    top: 100%;
  }
  .sectionMain {
    padding: 17em 0;
  }
  .supremePrizeItem__name {
    font-size: 3.5em;
  }
  .title_1 {
    font-size: 5em;
  }
  .winnerItem__title {
    font-size: 3em;
  }
  ._fz32 {
    font-size: 3em;
  }
  .title_2 {
    font-size: 4.3em;
  }
  .threeButtons .button_1 {
    margin-right: 20px;
  }
  .button_1 span {
    font-size: 20px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .contain {
    max-width: 768px;
  }
  #header {
    padding: 10px 0;
  }
  .menu_1 {
    display: none;
  }
  .burgerButton {
    display: block;
    margin-left: 20px;
  }
  .headerLeft .logoLada {
    display: block;
  }
  .headerRight .logoLada {
    display: none;
  }
  .loginIcon {
    margin-right: 0;
  }
  .button_1 span {
    font-size: 18px;
  }
  .supremePrizeDouble {
    flex-wrap: wrap;
  }
  .supremePrizeItem {
    width: 100%;
    text-align: center;
  }
  .supremePrizeImg {
    width: 60em;
    padding-bottom: 29em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8em;
    order: 1;
  }
  .codesBottomText {
    font-size: 2.5em;
  }
  .codesItem__text {
    font-size: 18px;
  }
  .codesItem__img {
    font-size: 6px;
  }
  .winnerItem__title {
    font-size: 2.5em;
  }
  .formAlert {
    font-size: 16px;
  }
  .sectionPage {
    padding-top: 11em;
  }
  ._fz30 {
    font-size: 2.6em;
  }
  ._fz32 {
    font-size: 2.8em;
  }
  .title_2 {
    font-size: 3.8em;
  }
  .threeButtons {
    flex-wrap: wrap;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .threeButtons .button_1 {
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
  }
  .bottomButton .button_1 {
    max-width: 300px;
    width: 100%;
  }
  .winnerItem__name {
    font-size: 4em;
  }
  .winnerItem__prize {
    font-size: 3em;
  }
  .mainItem {
    max-width: 100%;
    text-align: center;
  }
  .mainItem .button_1 {
    max-width: 200px;
    width: 100%;
    margin-top: 2em;
  }
  .ringsImg {
    display: none;
  }
  .sectionMain {
    padding-bottom: 0;
  }
  .mainHockey {
    position: relative;
    left: 50%;
    transform: translate(-45%, 0);
    margin-top: 5em;
    margin-bottom: -10em;
  }
  .mainHockey._lazyAnimation {
    transform: translate(0px, 0%);
  }
  .mainHockey._animGo {
    transform: translate(-45%, 0%);
  }
  .mainTextImg {
    margin-left: auto;
    margin-right: auto;
  }
  .mainLadaKhl {
    margin-left: auto;
    margin-right: auto;
  }
  .mainTextImg ._mti1 {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sectionMain {
    padding-top: 12em;
  }
  .quizAnswer span {
    font-size: 18px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .contain {
    max-width: 650px;
  }
  #header._scroll {
    padding: 5px 0;
  }
  #header .logoLada {
    font-size: 4px !important;
  }
  #header .logoMatch {
    font-size: 5.5px !important;
  }
  ._section {
    font-size: 7px;
  }
  .sectionMain {
    padding: 15em 0 0;
  }
  .threePucks {
    flex-wrap: wrap;
    justify-content: center;
  }
  .threePucks .puckItem {
    width: 48%;
    padding-bottom: 35%;
  }
  ._fz20 {
    font-size: 18px;
  }
  ._fz24 {
    font-size: 18px;
  }
  ._fz30 {
    font-size: 2.3em;
  }
  ._fz32 {
    font-size: 2.5em;
  }
  .winnerItem__text {
    font-size: 16px;
  }
  .title_1 {
    font-size: 4.5em;
  }
  .codesWrapItems {
    flex-wrap: wrap;
  }
  .codesWrapItems .codesItem {
    width: 48%;
  }
  .codesWrapItems .codesItem:first-child, .codesWrapItems .codesItem:nth-child(2) {
    margin-bottom: 30px;
  }
  .codesItem__text {
    font-size: 16px;
  }
  .winnerItem__img {
    width: 90%;
    padding-bottom: 90%;
  }
  .winnerItem__text {
    margin-top: 10px;
  }
  .checkbox_1 .text {
    font-size: 14px;
  }
  .doubleCheckbox {
    flex-direction: column;
    padding-right: 0;
  }
  .doubleCheckbox .checkbox_1 {
    margin-top: 20px;
  }
  .doubleCheckbox .checkbox_1:first-child {
    margin-top: 0;
  }
  .faqItem__question_name {
    font-size: 18px;
  }
  .sectionChance .contain {
    display: flex;
    flex-direction: column;
  }
  .sectionChance .threePucks {
    order: 3;
  }
  .sectionChance .chanceText {
    order: 2;
    font-weight: 400;
  }
  .sectionParticipate {
    color: #fff;
  }
  .sectionParticipate::before {
    display: block;
  }
  .sectionParticipate ._whiteShadowText {
    text-shadow: none;
  }
  .sliderPagination {
    display: flex;
  }
  .sliderPrizes {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .sliderPrizes .navigation_1 {
    display: block;
  }
  .swiper-slide {
    padding-top: 5em;
  }
  .swiper-slide:first-child {
    order: 2;
    padding-top: 0;
  }
  .swiper-slide:nth-child(2) {
    order: 1;
  }
  .swiper-slide:nth-child(3) {
    order: 3;
  }
  .swiper-slide:nth-child(4) {
    order: 4;
  }
  .winnersTeam__img {
    font-size: 0.85em;
  }
  .winnersTeam__img::before {
    background-color: #fff;
  }
  .winnerItem__title br {
    display: none;
  }
  .winnerItem__img {
    width: 60%;
    padding-bottom: 60%;
  }
  .winnerItem__img::before {
    background-color: #fff;
  }
  .winnersLider .title_1 {
    font-size: 3.5em;
    margin-top: 1.8em;
  }
  .winnerItem {
    margin-bottom: 0;
  }
  .quizAnswer span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .contain {
    max-width: 550px;
  }
  .button_1 span {
    font-size: 16px;
  }
  .title_2 {
    font-size: 3.5em;
  }
  .mainHockey {
    font-size: 6px;
  }
  .sectionPage {
    padding-top: 9em;
  }
  .ballsEl {
    margin: 0 0 20px;
  }
  .emailEL {
    margin-bottom: 20px;
  }
  .wheelItemWrap {
    font-size: 6px;
  }
}
@media only screen and (max-width: 550px) {
  .contain {
    max-width: 480px;
  }
  #header .logoLada {
    font-size: 4px !important;
  }
  #header .logoMatch {
    font-size: 5px !important;
  }
  .loginIcon {
    width: 30px;
    height: 30px;
  }
  .supremePrizeImg {
    width: 100%;
    padding-bottom: 50%;
  }
  .supremePrizeItem__name {
    font-size: 2.8em;
  }
  .winnersTeam__img {
    font-size: 6px;
  }
  ._fz20 {
    font-size: 16px;
  }
  ._fz32 {
    font-size: 18px;
  }
  .formAlert {
    font-size: 14px;
  }
  .title_2 {
    font-size: 4em;
  }
  .loginBlock .subtitle {
    margin-top: 20px;
  }
  .bgBlock::before {
    width: calc(100% + 20px);
    left: -10px;
  }
  .bgBlock {
    padding: 30px 10px 50px;
  }
  .title_2 {
    font-size: 3.5em;
  }
  .qrTable__row {
    flex-wrap: wrap;
  }
  .qrTable__left {
    width: 100%;
    margin-right: 0;
  }
  .qrTable__rigth {
    margin-top: 5px;
  }
  .faqItem {
    padding: 20px 0;
  }
  .faqItem__question_name {
    font-size: 17px;
  }
  .faqItem__answer p {
    font-size: 14px;
  }
  .codesItem__img {
    font-size: 5px;
  }
  .codesItem__text {
    font-size: 14px;
  }
  .codesBottomText {
    font-size: 16px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .contain {
    padding: 0 30px;
  }
  .sectionMain {
    padding: 12em 0 0;
  }
  .chanceText {
    font-size: 2.5em;
  }
  .title_1 {
    font-size: 4em;
  }
  .title_2 {
    font-size: 3.2em;
  }
  .mainHockey {
    font-size: 5px;
  }
}
@media only screen and (max-width: 450px) {
  .threePucks {
    flex-wrap: wrap;
    justify-content: center;
  }
  .threePucks .puckItem {
    width: 250px;
    padding-bottom: 200px;
  }
  ._fz16 {
    font-size: 14px;
  }
  ._fz24 {
    font-size: 16px;
  }
  .button_1 {
    padding: 0.7em 1em;
  }
  .button_1 span {
    font-size: 14px;
  }
  .threeButtons._mt50 {
    margin-top: 20px;
  }
  .threePucks {
    justify-content: flex-start;
    flex-direction: column;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .threePucks .puckItem {
    width: 25em;
    padding-bottom: 20em;
    font-size: 6px;
  }
  .threePucks .puckItem:nth-child(2) {
    align-self: flex-end;
    margin-bottom: -3em;
  }
  .doubleLogos {
    font-size: 0.5em;
  }
  .codesItem__img {
    font-size: 4px;
  }
  .sliderPrizes .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .sliderPrizes .swiper-slide-visible {
    opacity: 1;
  }
  .quizAnswer span {
    font-size: 14px;
  }
  .wheelItemWrap {
    font-size: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .winnersTeam__img {
    font-size: 5.4px;
  }
  .input_1 {
    padding: 10px 10px;
  }
  .mainHockey {
    font-size: 4.4px;
  }
  .mainText {
    font-size: 16px;
  }
  .supremePrizeItem__name {
    font-size: 2.5em;
  }
  .wheelItemWrap {
    font-size: 4.5px;
  }
}
@media only screen and (max-width: 350px) {
  #header .logoLada {
    font-size: 3.5px !important;
  }
  #header .logoMatch {
    font-size: 4.5px !important;
  }
  ._fz32 {
    font-size: 16px;
  }
  .title_2 {
    font-size: 3em;
  }
  .mainHockey {
    font-size: 4.1px;
  }
  .wheelItemWrap {
    font-size: 4px;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {
  .sliderPrizes .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate3d(0, 0, 0) !important;
  }
  .sliderPrizes .swiper-slide {
    width: 33.33% !important;
  }
  .sliderPrizes .swiper-slide:first-child {
    width: 100% !important;
    margin-bottom: 5em;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */



.popupBlock {
  font-size: 10px;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  transition: opacity 0.25s;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 20px 15px;
  overflow: auto;
  text-align: center;
}

.popupBlock:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.popupItem {
  vertical-align: middle;
  margin-left: -5px;
  background-color: #eee;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  padding: 35px 5em;
  width: 100%;
  transform: translate3d(0, -200px, 0);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
}

.popupItem._show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.popupItem._t1 {
  max-width: 800px;
}


.popupItem._t2 {
  max-width: 700px;
}

.popupItem._t3 {
  max-width: 600px;
}

.popupItem .closeIcon {
  top: -40px;
  right: 5px;
}

.popupItem .closeIcon:active {
  top: -37px;
}

/* End */
/* /local/templates/fem/css/main.css?176423379846631 */
