@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: courier new, monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
a,
a:active,
a:focus,
button,
button:active,
button:focus,
input {
  outline: none;
}
a {
  text-decoration: none;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
p {
  margin: 0;
}
.green-button {
  border-radius: 25px;
  border: none;
  display: inline-block;
  outline: none;
  padding: 14px 50px;
  background: linear-gradient(90deg, #c9ca49 11.58%, #959a30 88.42%);
  color: #fff;
  font: 600 16px/22px Open Sans, sans-serif;
  vertical-align: top;
}
.green-button:hover {
  -webkit-filter: drop-shadow(0 10px 20px rgba(149, 154, 48, 0.4));
  filter: drop-shadow(0 10px 20px rgba(149, 154, 48, 0.4));
}
.green-button.is-disabled,
.green-button:disabled {
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(201, 202, 73, 0.6) 11.58%,
    rgba(149, 154, 48, 0.6) 88.42%
  );
}
.green-outline-button {
  border-radius: 25px;
  border: 1px solid #959a30;
  display: inline-block;
  outline: none;
  padding: 12px 24px;
  background-color: #fff;
  color: #959a30;
  font: 600 16px/24px Open Sans, sans-serif;
  vertical-align: top;
  cursor: pointer;
}
.green-outline-button:hover {
  box-shadow: 0 10px 20px rgba(149, 154, 48, 0.2);
}
.game-step {
  margin: 50px auto 0;
  max-width: 380px;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 640px) {
  .game-step {
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
.game-step__row {
  margin-top: 16px;
}
.game-step__row_type_required:before {
  color: red;
  content: "* \A0";
}
.game-step__row_type_info {
  display: flex;
}
.game-step__row_type_info:before {
  flex-shrink: 0;
  height: 18px;
  margin-right: 12px;
  width: 16px;
  background-image: url(assets/img/icons/form-info-icon.svg);
  background-repeat: no-repeat;
  background-position: 0 100%;
  content: "";
}
.game-step__row:first-child {
  margin-top: 0;
}
.game-step__label {
  display: flex;
  margin-bottom: 6px;
  color: #000;
}
.game-step__label.is-required:after {
  color: red;
  content: "*";
}
.game-step__button {
  margin-top: 16px;
  width: 100%;
}
.game-step-files {
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  .game-step-files {
    margin: 12px 0;
  }
}
.game-step-files__heading {
  display: flex;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.game-step-files__heading:after {
  color: red;
  content: "*";
}
@media screen and (max-width: 640px) {
  .game-step-files__heading {
    font-size: 13px;
    line-height: 18px;
  }
}
.game-step-files__info {
  margin: 8px 0;
  color: #696767;
  font-size: 14px;
  line-height: 17px;
}
.game-step-files__info strong {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .game-step-files__info {
    margin: 6px 0 12px;
    font-size: 13px;
    line-height: 18px;
  }
}
.game-step-files__row {
  margin-top: 12px;
  counter-increment: row;
}
.game-step-files__row:first-of-type {
  margin-top: 0;
}
.game-step-files__label {
  display: flex;
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.game-step-files__label:after {
  font-weight: 400;
  content: "\A0"counter(row);
}
@media screen and (max-width: 640px) {
  .game-step-files__label {
    font-size: 13px;
    line-height: 18px;
  }
}
.user-data.edit-profile .field-name {
  margin-top: 4px;
  line-height: 1.4;
}
.user-data .field-name {
  line-height: 1.4;
}
.user-data .field-value {
  top: 4px;
  line-height: 1.4;
}
.user-data .children-info {
  margin: 43px 0 23px;
}
@media screen and (max-width: 992px) {
  .user-data .children-info {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .user-data .children-info {
    margin-top: 90px;
  }
}
.field-file {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 14px;
  color: #f66201;
  line-height: 1.4;
  text-decoration: underline;
}
.field-file:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .field-file {
    top: 0;
    display: block;
    margin-top: 2px;
    margin-left: 0;
  }
}
.children-info {
  position: relative;
}
.children-info-message {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 5px;
  padding-left: 331px;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .children-info-message {
    padding-left: 0;
  }
}
.test {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}
.g-header_i {
  padding-top: 0;
}
.g-header_i .container {
  padding-top: 18px;
}
.g-header_i .container,
.g-main .container {
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sl-main img {
    min-height: 160px;
  }
  .slider-gallery .pic {
    min-height: 0 !important;
  }
}
.sl-main.sl-main-type-auto img {
  min-height: auto;
}
.sl-main.sl-main-type-auto picture {
  display: block;
}
.new-year-dwarf {
  position: absolute;
  z-index: 10;
}
.new-year-dwarf_slide_first {
  right: 100px;
  bottom: 30px;
  height: 330px !important;
}
.new-year-dwarf_slide_second {
  right: 160px;
  top: 365px;
  height: 140px !important;
}
.new-year-dwarf_slide_ninth {
  bottom: 115px;
  left: 275px;
  height: 315px !important;
}
@media screen and (max-width: 1280px) {
  .new-year-dwarf_slide_first {
    right: 18px;
  }
  .new-year-dwarf_slide_second {
    right: 88px;
  }
  .new-year-dwarf_slide_ninth {
    left: 200px;
  }
}
@media screen and (max-width: 640px) {
  .new-year-dwarf_slide_first {
    right: 6px;
    bottom: 20px;
    height: 150px !important;
  }
  .new-year-dwarf_slide_second {
    right: 32px;
    top: 195px;
    height: 85px !important;
  }
  .new-year-dwarf_slide_ninth {
    bottom: 65px;
    left: 95px;
    height: 160px !important;
  }
}
@media screen and (max-width: 390px) {
  .new-year-dwarf_slide_second {
    top: 180px;
  }
}
@media screen and (max-width: 320px) {
  .new-year-dwarf_slide_second {
    top: 130px;
    right: 24px;
  }
  .new-year-dwarf_slide_ninth {
    bottom: 55px;
    left: 80px;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
.test-discount {
  width: 75%;
  margin-top: 40px;
  margin-left: 25%;
}
.upload-file {
  display: none;
  margin: 0 -16px 30px;
}
@media screen and (max-width: 640px) {
  .upload-file {
    margin: 0 0 30px;
  }
}
.upload-file__holder {
  align-items: center;
  border-radius: 34px;
  display: flex;
  max-width: 523px;
  padding: 14px 20px;
  background-color: #fcfdea;
}
@media screen and (max-width: 640px) {
  .upload-file__holder {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.upload-file__label {
  align-items: center;
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .upload-file__label {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.upload-file__inner {
  overflow: hidden;
  padding: 0 16px;
  color: #a1a291;
  font-size: 14px;
  line-height: 18px;
}
.upload-file__inner input[type="file"] {
  display: none;
}
@media screen and (max-width: 640px) {
  .upload-file__inner {
    width: 100%;
    padding: 12px 0;
  }
}
.upload-file__formats {
  display: block;
}
.upload-file__caption {
  display: block;
  overflow: hidden;
  color: #202020;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-file__caption span {
  color: #a1a291;
}
.upload-file__button {
  flex-shrink: 0;
}
.user-data .upload-file__button.btn {
  font-style: italic;
  font-size: 14px;
  padding: 11px 10px;
}
.user-data .upload-file__button.btn .arr {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 7px;
  margin: -2px 8px 0 2px;
  width: 7px;
  vertical-align: middle;
}
.approbation {
  border-radius: 100px;
  height: 108px;
  padding: 0 30px;
  background-color: #f0eeec;
}
.approbation,
.approbation__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.approbation__icon {
  border-radius: 50%;
  flex-shrink: 0;
  height: 50px;
  margin-right: 24px;
  width: 50px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .approbation__icon {
    margin-right: 12px;
  }
}
.approbation__message {
  font-size: 18px;
  font-family: OpenSansExtraBoldItalic, Helvetica, Arial, sans-serif;
  line-height: 22px;
}
.approbation__message span {
  display: block;
}
@media screen and (max-width: 640px) {
  .approbation__message {
    font-size: 15px;
    line-height: 18px;
  }
}
.approbation-desktop {
  margin-top: 25px;
}
.approbation-mobile {
  display: none;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .approbation-desktop {
    display: none;
  }
  .approbation-mobile {
    display: block;
  }
}
.custom-header {
  padding: 13px 0 7px;
  justify-content: space-between;
}
.custom-header,
.custom-header__banner,
.header-banner {
  display: flex;
  align-items: center;
}
.header-banner {
  transition: color 0.2s;
  color: #202020;
  font: normal 17px/21px OpenSansExtraBoldItalic, Helvetica, Arial, sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
}
.header-banner_has_background {
  padding: 10px 20px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 992px) {
  .header-banner {
    width: calc((100% - 16px) / 2);
    font-size: 12px;
    line-height: 13px;
  }
  .header-banner_has_background {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 640px) {
  .header-banner {
    width: calc((100% - 16px) / 2);
    font-size: 10px;
    line-height: 12px;
  }
  .header-banner_has_background {
    padding: 5px 8px;
  }
}
.header-banner:not(:first-of-type) {
  margin-left: 16px;
}
.header-banner:hover {
  color: #e56b2c;
  text-decoration: none;
}
.header-banner__picture {
  flex-shrink: 0;
  height: auto;
  max-width: 96px;
  margin-right: 16px;
}
@media screen and (max-width: 992px) {
  .header-banner__picture {
    width: 64px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 640px) {
  .header-banner__picture {
    width: 50px;
  }
}
.header-banner__slogan {
  max-width: 140px;
}
.header-mobile-banner {
  display: flex;
  align-items: center;
  padding: 12px 0 24px;
}
.promotional-codes {
  margin-top: 24px;
  padding: 60px 90px;
  background-color: #f66201;
  font: 700 italic 30px/34px Arial;
}
@media screen and (max-width: 1280px) {
  .promotional-codes {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 992px) {
  .promotional-codes {
    padding: 50px 30px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .promotional-codes {
    padding: 30px 15px;
    background-color: transparent;
  }
}
.promotional-codes__title {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .promotional-codes__title {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .promotional-codes__title {
    color: #000;
    font-size: 27px;
    line-height: 31px;
  }
}
.promotional-codes__list {
  display: flex;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .promotional-codes__list {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 992px) {
  .promotional-codes__list {
    display: inline-block;
    margin-top: 15px;
    max-width: 455px;
    width: 100%;
    vertical-align: top;
  }
}
@media screen and (max-width: 640px) {
  .promotional-codes__list {
    box-shadow: none;
    margin-top: 36px;
    padding: 0;
  }
}
.promotional-codes__item {
  border-right: 1px solid #dadada;
  margin: 15px 0;
  padding: 3px 40px;
  color: #f66201;
}
.promotional-codes__item:last-of-type,
.promotional-codes__item:nth-of-type(3n + 3) {
  border-right: none;
}
@media screen and (max-width: 1280px) {
  .promotional-codes__item {
    padding: 3px 30px;
  }
}
@media screen and (max-width: 992px) {
  .promotional-codes__item {
    border-right: 0;
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .promotional-codes__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.game-description {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  color: #000;
  font: normal 14px/22px Open Sans, sans-serif;
}
.game-description_type_before {
  margin-bottom: 36px;
}
.game-description_type_after {
  margin-top: 36px;
}
@media screen and (max-width: 992px) {
  .game-description_type_before {
    margin-bottom: 24px;
  }
  .game-description_type_after {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .game-description {
    flex-wrap: wrap;
  }
}
.game-description__holder {
  flex-grow: 1;
}
.game-description__holder p:not(:first-of-type) {
  margin-top: 14px;
}
.game-description__download {
  border-radius: 8px;
  flex-shrink: 0;
  margin-left: 30px;
  padding: 25px 40px;
  background: hsla(0, 0%, 89.8%, 0.3);
}
@media screen and (max-width: 992px) {
  .game-description__download {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .game-description__download {
    width: 100%;
    margin-top: 14px;
    margin-left: 0;
    text-align: center;
  }
}
.game-description__link {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  color: #e56b2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: underline;
  vertical-align: top;
}
.game-description__link:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  height: 24px;
  width: 24px;
  background: url(assets/img/icons/download-icon.png);
  content: "";
}
.game-description__link:hover {
  text-decoration: none;
}
.game-info {
  position: relative;
  border-radius: 8px;
  padding: 32px 60px 48px;
  background-color: #f4f5dd;
  font: normal 12px/16px Open Sans, sans-serif;
}
@media screen and (max-width: 1280px) {
  .game-info {
    padding: 32px 36px;
  }
}
@media screen and (max-width: 992px) {
  .game-info {
    padding: 32px 60px;
  }
}
@media screen and (max-width: 640px) {
  .game-info {
    padding: 32px 16px;
  }
}
.game-info__title {
  display: block;
  margin-bottom: 32px;
  color: #b5b93c;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}
@media screen and (max-width: 992px) {
  .game-info__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .game-info__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.game-info__holder {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .game-info__holder {
    flex-wrap: wrap;
  }
}
.game-info__list {
  position: relative;
  width: 50%;
}
.game-info__list:first-of-type {
  padding-right: 50px;
}
.game-info__list:last-of-type {
  padding-left: 50px;
}
@media screen and (max-width: 1280px) {
  .game-info__list:first-of-type {
    padding-right: 36px;
  }
  .game-info__list:last-of-type {
    padding-left: 36px;
  }
}
@media screen and (max-width: 992px) {
  .game-info__list {
    margin: auto;
    width: 390px;
  }
  .game-info__list:first-of-type {
    padding-right: 0;
  }
  .game-info__list:last-of-type {
    margin-top: 14px;
    padding-left: 0;
  }
}
.game-info__row {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.game-info__row:first-of-type {
  margin-top: 0;
}
.game-info__label {
  flex-shrink: 0;
  width: 72px;
  color: #9d9d9d;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.game-info__checkbox {
  margin-top: 1px;
  margin-left: 72px;
}
.game-info__error {
  position: absolute;
  top: 100%;
  left: 122px;
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 1280px) {
  .game-info__error {
    left: 108px;
  }
}
@media screen and (max-width: 992px) {
  .game-info__error {
    position: static;
    margin-left: 72px;
  }
}
.game-info__footer {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .game-info__footer {
    margin-top: 24px;
  }
}
.game-info__caption {
  display: block;
  margin-bottom: 14px;
}
.field-box {
  transition: border-color 0.2s;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #dddecf;
  outline: none;
  padding: 4px 12px;
  width: 100%;
  color: #000;
  font: 600 15px/20px Open Sans, sans-serif;
  background: #fff;
}
.field-box::-moz-placeholder {
  color: #dddecf;
  opacity: 1;
}
.field-box::-webkit-input-placeholder {
  opacity: 1;
  color: #dddecf;
}
.field-box:-ms-input-placeholder {
  opacity: 1;
  color: #dddecf;
}
.field-box:hover {
  border-color: #a7b8c1;
}
.field-box.is-incorrect {
  border-color: red;
}
.checkbox-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkbox-box__field {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.checkbox-box__label {
  position: relative;
  display: block;
  padding: 4px 0 4px 42px;
  color: #000;
  font: normal 14px/20px Open Sans, sans-serif;
}
.checkbox-box__label:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dddecf;
  height: 28px;
  width: 28px;
  content: "";
}
.checkbox-box__label:after {
  transition: opacity 0.2s;
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 5;
  height: 14px;
  opacity: 0;
  width: 19px;
  background: url(assets/img/icons/checkbox-icon.png) no-repeat;
  content: "";
}
.checkbox-box__field:checked ~ .checkbox-box__label:after {
  opacity: 1;
}
.game-message {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  background-color: #f4f5dd;
}
.game-message__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.game-message__icon {
  border-radius: 50%;
  border: 1px solid #959a30;
  display: block;
  height: 112px;
  margin: auto;
  width: 112px;
  background: url(assets/img/icons/message-icon.png) 50% 50% no-repeat;
}
.game-message__title {
  display: block;
  margin-top: 32px;
  color: #000;
  font: 800 30px/40px Open Sans, sans-serif;
}
@media screen and (max-width: 640px) {
  .game-message__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.game-message__button {
  margin-top: 24px;
}
.file-uploader {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
}
.file-uploader__input {
  position: absolute;
  opacity: 0;
}
.file-uploader__label {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  color: #f66201;
  cursor: pointer;
}
.promo-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.promo-banner__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.promo-banner__box {
  position: relative;
}
.promo-banner__close {
  transition: opacity 0.3s;
  position: absolute;
  left: 100%;
  bottom: 100%;
  height: 14px;
  margin-left: 10px;
  margin-bottom: 10px;
  opacity: 0.8;
  width: 14px;
  background: url(assets/img/icons/promo-banner-close-icon.svg) no-repeat;
  cursor: pointer;
}
.promo-banner__close:hover {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .promo-banner__close {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.promo-banner__link {
  display: block;
  max-width: 600px;
  width: 100%;
}
.promo-banner__link img {
  max-width: 100%;
}
.cabinet-dialog {
  position: absolute;
  top: 36px;
  right: calc((100vw - 1180px) / 2);
  z-index: -1;
  opacity: 0;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
}
.cabinet-dialog.is-state-opened {
  transition: opacity 0.3s;
  z-index: 5000;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .cabinet-dialog {
    right: calc((100vw - 940px) / 2);
  }
}
@media screen and (max-width: 992px) {
  .cabinet-dialog {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    overflow: auto;
    width: 100%;
    visibility: hidden;
  }
  .cabinet-dialog.is-state-opened {
    visibility: visible;
  }
}
@media screen and (max-width: 640px) {
  .cabinet-dialog {
    display: block;
    overflow: hidden;
  }
}
.cabinet-dialog__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.cabinet-dialog__holder {
  position: relative;
  z-index: 5;
  border: 4px solid #f66201;
  padding: 36px 60px 40px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .cabinet-dialog__holder {
    border: none;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
  }
}
.cabinet-dialog__close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 14px;
  width: 14px;
  background: url(assets/img/icons/login-dialog-close-icon.svg);
  cursor: pointer;
}
.cabinet-dialog__box {
  width: 286px;
}
@media screen and (max-width: 640px) {
  .cabinet-dialog__box {
    width: 100%;
  }
}
.cabinet-dialog__navigation {
  display: flex;
}
.cabinet-dialog__tab {
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 30px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.cabinet-dialog__tab:hover {
  color: #f66201;
}
.cabinet-dialog__tab.is-state-current {
  border-color: #f66201;
  background-color: #f7f8f3;
  color: #f66201;
}
@media screen and (max-width: 640px) {
  .cabinet-dialog__tab {
    width: 50%;
    justify-content: center;
  }
}
.cabinet-dialog__form {
  margin-top: 24px;
}
.cabinet-dialog__field {
  margin-top: 10px;
}
.cabinet-dialog__events {
  display: flex;
  justify-content: space-between;
  margin: 18px 0 24px;
}
.cabinet-dialog__link {
  color: #f66201;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}
.cabinet-dialog__link:hover {
  text-decoration: none;
}
.checkbox-field {
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.checkbox-field__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox-field__label {
  position: relative;
  display: block;
  padding-left: 26px;
  color: #000;
}
.checkbox-field__label:before {
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 2px;
  border: 1px solid #b7b8af;
  height: 16px;
  width: 16px;
  background-color: #f7f8f3;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}
.checkbox-field__input.is-state-incorrect ~ .checkbox-field__label:before {
  border-color: red;
}
.checkbox-field__input:checked ~ .checkbox-field__label:before {
  background-image: url(assets/img/icons/checkbox-icon.svg);
}
.cabinet-dialog .checkbox-field__label {
  font-style: italic;
}
.checkbox-field__label a {
  color: #f07c00;
  text-decoration: underline;
}
.checkbox-field__label a:hover {
  text-decoration: none;
}
.checkbox-field__label:hover:before {
  border-color: #c6cb1f;
}
.main-slider {
  margin: 50px 0;
}
@media screen and (max-width: 1280px) {
  .main-slider {
    margin: 24px 0 36px;
  }
}
.main-slider__header {
  display: flex;
  margin-bottom: 20px;
}
.main-slider__heading {
  color: #000;
  font-family: OpenSansExtraBoldItalic, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.main-slider__holder {
  position: relative;
}
@media screen and (max-width: 640px) {
  .main-slider__holder {
    margin: 0 -10px;
  }
}
.main-slider__navigation {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 17px 14px;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.main-slider__navigation .owl-next,
.main-slider__navigation .owl-prev {
  transition: opacity 0.3s;
  height: 32px;
  opacity: 1;
  width: 26px;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.main-slider__navigation .owl-next:hover,
.main-slider__navigation .owl-prev:hover {
  opacity: 0.6;
}
.main-slider__navigation .owl-prev {
  margin-right: 3px;
  background-image: url(assets/img/icons/slider-arrow-prev.png);
}
.main-slider__navigation .owl-next {
  margin-left: 3px;
  background-image: url(assets/img/icons/slider-arrow-next.png);
}
@media screen and (max-width: 640px) {
  .main-slider__navigation {
    position: static;
    justify-content: space-between;
    padding: 9px 14px;
  }
}
.main-slider__pagination {
  display: flex;
}
.main-slider__pagination button.owl-dot {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 0;
  height: 20px;
  width: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
}
.main-slider__pagination button.owl-dot span {
  transition: opacity 0.15s;
  height: 10px;
  opacity: 0;
  width: 10px;
  background: linear-gradient(180deg, #e16414, #db3200);
}
.main-slider__pagination button.owl-dot:hover {
  background-color: #fff;
}
.main-slider__pagination button.owl-dot.active span,
.main-slider__pagination button.owl-dot:hover span {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .main-slider__pagination {
    display: none;
  }
}
.discount-offers {
  position: relative;
  height: 600px;
  margin-bottom: 16px;
  overflow: hidden;
}
.discount-offers .owl-carousel .owl-item img {
  margin: auto;
  max-width: 100%;
  width: auto;
}
.discount-offers .owl-next,
.discount-offers .owl-prev {
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 88px;
}
.discount-offers .owl-next:before,
.discount-offers .owl-prev:before {
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 640px) {
  .discount-offers .owl-next,
  .discount-offers .owl-prev {
    width: 40px;
  }
  .discount-offers .owl-next:before,
  .discount-offers .owl-prev:before {
    height: 25px;
    width: 25px;
  }
}
.discount-offers .owl-prev {
  left: 0;
}
.discount-offers .owl-prev:before {
  background-image: url(assets/img/icons/carousel-arrow-left.svg);
}
.discount-offers .owl-prev:hover:before {
  background-image: url(assets/img/icons/carousel-arrow-left-hover.svg);
}
.discount-offers .owl-next {
  right: 0;
}
.discount-offers .owl-next:before {
  background-image: url(assets/img/icons/carousel-arrow-right.svg);
}
.discount-offers .owl-next:hover:before {
  background-image: url(assets/img/icons/carousel-arrow-right-hover.svg);
}
.discount-offers.is-state-visible {
  height: auto;
}
.discount-offers__pagination {
  margin-top: 5px;
}
.discount-offers__name {
  color: #656d78;
  font-size: 12px;
  line-height: 1.66667;
  font-family: Roboto-Italic, Helvetica, Arial, sans-serif;
}
.discount-offers .owl-dots {
  display: none;
}
.carousel-loader {
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 1;
  width: 100%;
  background-color: #fff;
}
.carousel-loader.is-state-hidden {
  z-index: -1;
  opacity: 0;
}
.carousel-loader__holder {
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-loader__item {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: #e56b2c;
}
.carousel-loader__item#a {
  -webkit-animation: a 1s ease-in-out infinite;
  animation: a 1s ease-in-out infinite;
  top: -40px;
  left: -40px;
}
.carousel-loader__item#b {
  -webkit-animation: b 1s ease-in-out infinite;
  animation: b 1s ease-in-out infinite;
  top: -40px;
  left: 0;
}
.carousel-loader__item#c {
  -webkit-animation: c 1s ease-in-out infinite;
  animation: c 1s ease-in-out infinite;
  top: -40px;
  left: 40px;
}
.carousel-loader__item#d {
  -webkit-animation: d 1s ease-in-out infinite;
  animation: d 1s ease-in-out infinite;
  top: 0;
  left: -40px;
}
.carousel-loader__item#e {
  -webkit-animation: e 1s ease-in-out infinite;
  animation: e 1s ease-in-out infinite;
  top: 0;
  left: 0;
}
.carousel-loader__item#f {
  -webkit-animation: f 1s ease-in-out infinite;
  animation: f 1s ease-in-out infinite;
  top: 0;
  left: 40px;
}
.carousel-loader__item#g {
  -webkit-animation: g 1s ease-in-out infinite;
  animation: g 1s ease-in-out infinite;
  top: 40px;
  left: -40px;
}
.carousel-loader__item#h {
  -webkit-animation: h 1s ease-in-out infinite;
  animation: h 1s ease-in-out infinite;
  top: 40px;
  left: 0;
}
.carousel-loader__item#i {
  -webkit-animation: i 1s ease-in-out infinite;
  animation: i 1s ease-in-out infinite;
  top: 40px;
  left: 40px;
}
@-webkit-keyframes a {
  50% {
    top: 0;
    left: -40px;
  }
  to {
    top: 0;
    left: -40px;
  }
}
@keyframes a {
  50% {
    top: 0;
    left: -40px;
  }
  to {
    top: 0;
    left: -40px;
  }
}
@-webkit-keyframes b {
  50% {
    top: -40px;
    left: -40px;
  }
  to {
    top: -40px;
    left: -40px;
  }
}
@keyframes b {
  50% {
    top: -40px;
    left: -40px;
  }
  to {
    top: -40px;
    left: -40px;
  }
}
@-webkit-keyframes c {
  50% {
    top: -40px;
    left: 0;
  }
  to {
    top: -40px;
    left: 0;
  }
}
@keyframes c {
  50% {
    top: -40px;
    left: 0;
  }
  to {
    top: -40px;
    left: 0;
  }
}
@-webkit-keyframes d {
  50% {
    top: 40px;
    left: -40px;
  }
  to {
    top: 40px;
    left: -40px;
  }
}
@keyframes d {
  50% {
    top: 40px;
    left: -40px;
  }
  to {
    top: 40px;
    left: -40px;
  }
}
@-webkit-keyframes f {
  50% {
    top: -40px;
    left: 40px;
  }
  to {
    top: -40px;
    left: 40px;
  }
}
@keyframes f {
  50% {
    top: -40px;
    left: 40px;
  }
  to {
    top: -40px;
    left: 40px;
  }
}
@-webkit-keyframes g {
  50% {
    top: 40px;
    left: 0;
  }
  to {
    top: 40px;
    left: 0;
  }
}
@keyframes g {
  50% {
    top: 40px;
    left: 0;
  }
  to {
    top: 40px;
    left: 0;
  }
}
@-webkit-keyframes h {
  50% {
    top: 40px;
    left: 40px;
  }
  to {
    top: 40px;
    left: 40px;
  }
}
@keyframes h {
  50% {
    top: 40px;
    left: 40px;
  }
  to {
    top: 40px;
    left: 40px;
  }
}
@-webkit-keyframes i {
  50% {
    top: 0;
    left: 40px;
  }
  to {
    top: 0;
    left: 40px;
  }
}
@keyframes i {
  50% {
    top: 0;
    left: 40px;
  }
  to {
    top: 0;
    left: 40px;
  }
}
.offers__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.offers__heading {
  color: #000;
  font-family: OpenSansExtraBoldItalic, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.offers__navigation {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.offers__counter {
  margin: 0 12px;
  color: #202020;
  font: 700 16px/22px Open Sans, sans-serif;
  letter-spacing: 0.05em;
}
.offers__holder,
.offers__link {
  position: relative;
}
.offers__holder {
  height: 270px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .offers__holder {
    height: 310px;
  }
}
.offers__holder.is-state-visible {
  height: auto;
}
.offers__caption {
  transition: color 0.3s;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  background-color: #fff;
  color: #202020;
  font: 700 20px/28px Open Sans, sans-serif;
}
.offers__caption:after {
  flex-shrink: 0;
  height: 16px;
  margin-left: 16px;
  width: 22px;
  background: url(assets/img/icons/offers-caption-arrow.svg) no-repeat;
  content: "";
}
.offers__link:hover .offers__caption {
  color: #f07c00;
}
@media screen and (max-width: 640px) {
  .offers__caption {
    left: 10px;
    padding: 23px 32px;
    font-size: 16px;
    line-height: 22px;
  }
  .offers__caption:after {
    margin-left: 10px;
  }
}
.offers .owl-next,
.offers .owl-prev {
  height: 25px;
  width: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.offers .owl-prev {
  background-image: url(assets/img/icons/offers-arrow-prev.svg);
}
.offers .owl-prev:hover {
  background-image: url(assets/img/icons/offers-arrow-prev-hover.svg);
}
.offers .owl-next {
  background-image: url(assets/img/icons/offers-arrow-next.svg);
}
.offers .owl-next:hover {
  background-image: url(assets/img/icons/offers-arrow-next-hover.svg);
}
.offers .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.offers .owl-dot {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  margin: 0 4px;
}
.offers .owl-dot span {
  transition: background-color 0.3s;
  display: block;
  border: 2px solid #f07c00;
  background-color: transparent;
  height: 8px;
  width: 8px;
}
.offers .owl-dot.active span {
  background-color: #f07c00;
}
.cookies-manager {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #f5f6f7;
  font-family: Open Sans, sans-serif;
}
@media screen and (max-width: 640px) {
  .cookies-manager {
    padding: 20px 10px 30px;
  }
}
.cookies-manager__holder {
  display: flex;
  align-items: center;
  height: 140px;
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .cookies-manager__holder {
    height: 150px;
  }
}
@media screen and (max-width: 640px) {
  .cookies-manager__holder {
    flex-wrap: wrap;
    height: auto;
    padding: 0;
  }
}
.cookies-manager__box {
  flex-grow: 1;
  max-width: 830px;
  overflow: hidden;
  padding-right: 50px;
  color: #474646;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1280px) {
  .cookies-manager__box br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .cookies-manager__box {
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .cookies-manager__box {
    padding-right: 0;
    font-size: 13px;
    line-height: 22px;
  }
}
.cookies-manager__trigger {
  color: #ed6a0b;
  cursor: pointer;
  font-weight: 600;
}
.cookies-manager__events {
  display: flex;
  flex-shrink: 0;
  margin: 0 -10px;
}
@media screen and (max-width: 992px) {
  .cookies-manager__events {
    flex-wrap: wrap;
    margin: 0;
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  .cookies-manager__events {
    margin-top: 20px;
    width: 100%;
  }
}
.cookies-manager__link {
  margin: 0 10px;
  width: 160px;
}
@media screen and (max-width: 992px) {
  .cookies-manager__link {
    margin: 10px 0 0;
    width: 100%;
  }
  .cookies-manager__link:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .cookies-manager__link {
    margin-top: 16px;
  }
}
.cookies-dialog {
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  height: 100%;
  opacity: 0;
  padding: 75px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #000;
  font: normal 16px/24px Open Sans, sans-serif;
}
.cookies-dialog.is-state-visible {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .cookies-dialog {
    padding: 25px 0;
  }
}
@media screen and (max-width: 992px) {
  .cookies-dialog {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .cookies-dialog {
    font-size: 13px;
    line-height: 20px;
  }
}
.cookies-dialog__holder {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  max-width: 768px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .cookies-dialog__holder {
    max-width: 100%;
  }
}
.cookies-dialog__header {
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  height: 50px;
  padding: 0 20px 0 30px;
}
@media screen and (max-width: 640px) {
  .cookies-dialog__header {
    padding-left: 10px;
  }
}
.cookies-dialog__close {
  height: 14px;
  width: 14px;
  background: url(assets/img/icons/dialog-close-icon.svg) no-repeat;
  cursor: pointer;
}
.cookies-dialog__inner {
  flex-grow: 1;
  overflow: hidden;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .cookies-dialog__inner {
    padding: 15px 0;
  }
}
.cookies-dialog__content {
  position: relative;
  padding: 0 60px 30px;
  height: 100%;
}
.cookies-dialog__content.ps .ps__rail-y:hover {
  background-color: transparent;
}
.cookies-dialog__content .ps__rail-y {
  width: 16px;
}
.cookies-dialog__content .ps__thumb-y {
  right: 10px;
}
@media screen and (max-width: 640px) {
  .cookies-dialog__content {
    padding: 0 30px 15px 10px;
  }
  .cookies-dialog__content .ps__rail-y {
    width: 14px;
  }
  .cookies-dialog__content .ps__thumb-y {
    width: 4px;
  }
}
.cookies-dialog__heading,
.cookies-dialog__title {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cookies-dialog__heading,
  .cookies-dialog__title {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
}
.cookies-dialog__heading {
  text-transform: uppercase;
}
.cookies-dialog__box {
  margin-top: 30px;
}
.cookies-dialog__box p {
  margin-top: 8px;
}
.cookies-dialog__box:first-of-type,
.cookies-dialog__box p:first-of-type {
  margin-top: 0;
}
.cookies-dialog__toggle {
  position: relative;
}
.cookies-dialog__input {
  position: absolute;
  opacity: 0;
}
.cookies-dialog__label {
  position: relative;
  display: block;
  padding-left: 76px;
}
.cookies-dialog__label:before {
  transition: background-color 0.3s;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 12px;
  height: 24px;
  width: 46px;
  background-color: #c6c6c6;
  content: "";
}
.cookies-dialog__label:after {
  transition: left 0.3s;
  position: absolute;
  top: 5px;
  left: 2px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  height: 20px;
  width: 20px;
  background-color: #fff;
  content: "";
}
.cookies-dialog__input:checked ~ .cookies-dialog__label:before {
  background-color: #c6cb1f;
}
.cookies-dialog__input:checked ~ .cookies-dialog__label:after {
  left: 24px;
}
.cookies-dialog__input:checked:disabled ~ .cookies-dialog__label {
  pointer-events: none;
  color: #858585;
}
.cookies-dialog__input:checked:disabled ~ .cookies-dialog__label:before {
  background-color: #eef0bc;
}
.cookies-dialog__input:checked:disabled ~ .cookies-dialog__label:after {
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  .cookies-dialog__label {
    padding-left: 66px;
  }
}
.cookies-dialog__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 90px;
  background-color: #f7f8f3;
}
.cookies-dialog__button {
  width: 286px;
}
.button {
  transition: background-color 0.3s;
  border-radius: 2px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  outline: none;
  padding: 0;
  background-color: #c6cb1f;
  color: #000;
  cursor: pointer;
  font: 700 13px/18px Open Sans, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.button_size_large {
  height: 50px;
}
.button:hover {
  background-color: #dadf29;
}
.button:disabled {
  border-color: #c6c6c6;
  background-color: #c6c6c6;
  color: #000;
  pointer-events: none;
}
.button_type_outline {
  border: 2px solid #c6cb1f;
  background-color: transparent;
}
.button_type_outline:hover {
  background-color: #c6cb1f;
}
.button_outline_orange {
  border: 2px solid #ed6e22;
  background-color: #ed6e22;
  color: #fff;
}
.button_outline_orange:hover {
  background-color: transparent;
  color: #ed6e22;
}
@media screen and (max-width: 640px) {
  .button_size_large {
    height: 40px;
  }
}
.form-agreement {
  position: relative;
  max-width: 600px;
  width: 100%;
}
.form-agreement__input {
  position: absolute;
  opacity: 0;
}
.form-agreement__label {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #202020;
  font-size: 15px;
  line-height: 21px;
}
.form-agreement__label a {
  color: #ed6a0b;
  font-weight: 700;
}
.form-agreement__label:before {
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 2px;
  border: 1px solid #dddecd;
  height: 16px;
  width: 16px;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}
.form-agreement__input:checked ~ .form-agreement__label:before {
  border-color: #a7c207;
  background-image: url(assets/img/icons/form-checkbox-icon.svg);
}
.form-agreement__input.is-state-incorrect ~ .form-agreement__label:before {
  border-color: red;
}
.form-field {
  position: relative;
}
.form-field:before {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 100%;
  background-color: #fff;
  content: "";
}
.form-field_mode_promo:before {
  background-color: #f7f8f3;
  height: 50px;
}
.form-field_type_area:before {
  height: 100px;
}
.form-field__input {
  transition: border-color 0.3s;
  position: relative;
  z-index: 5;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #dddecd;
  border: none;
  height: 36px;
  padding: 8px 10px;
  width: 100%;
  background-color: transparent;
  color: #000;
  font: normal 15px/20px Open Sans, sans-serif;
}
.form-field__input_type_area {
  height: 100px;
  outline: none;
  resize: none;
}
.form-field_type_password .form-field__input {
  padding-right: 58px;
}
.form-field_mode_promo .form-field__input {
  height: 50px;
  padding: 16px 20px 14px;
}
.form-field__input.is-state-hover,
.form-field__input:hover {
  box-shadow: inset 0 0 0 1px #c6cb1f;
}
.form-field__input.is-state-incorrect {
  box-shadow: inset 0 0 0 1px red;
}
.form-field__label {
  transition: top 0.2s;
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-flex;
  padding: 0 10px;
  width: 100%;
  color: #696767;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.form-field_mode_promo .form-field__label {
  top: 15px;
  padding: 0 20px;
}
.form-field__input.is-state-completed ~ .form-field__label,
.form-field__input:focus ~ .form-field__label {
  display: none;
}
.form-field_mode_promo
  .form-field__input.is-state-completed
  ~ .form-field__label,
.form-field_mode_promo .form-field__input:focus ~ .form-field__label {
  display: block;
  top: 2px;
  font-size: 10px;
  line-height: 14px;
}
.form-field__error {
  display: none;
  margin: 2px 0 -3px;
  color: red;
  font-size: 13px;
  line-height: 18px;
}
.form-field__input.is-state-incorrect ~ .form-field__error {
  display: block;
}
.form-field__trigger {
  position: absolute;
  top: 7px;
  right: 9px;
  z-index: 10;
  height: 36px;
  width: 36px;
  background: url(assets/img/icons/password-trigger-lock.svg) 50% no-repeat;
  pointer-events: none;
}
.form-field__trigger:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(assets/img/icons/password-trigger-linear.svg) 50% no-repeat;
  content: "";
}
.form-field_size_cabinet .form-field__trigger,
.form-field_size_small .form-field__trigger {
  top: 0;
}
.form-field__input.is-state-completed ~ .form-field__trigger {
  pointer-events: visible;
  cursor: pointer;
}
.form-field__trigger:hover {
  background-image: url(assets/img/icons/password-trigger-lock-color.svg);
}
.form-field__trigger:hover:before {
  background-image: url(assets/img/icons/password-trigger-linear-color.svg);
}
.form-field__trigger.is-state-visible:before {
  content: normal;
}
.form-box {
  padding: 32px 20px;
  background-color: #f7f8e6;
}
.form-box__row {
  display: flex;
  align-items: flex-start;
  margin: 16px -10px 0;
}
.form-box__row_type_file {
  flex-wrap: wrap;
}
.form-box__row:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .form-box__row {
    margin: 16px 0 0;
    flex-wrap: wrap;
  }
}
.form-box__cell {
  padding: 0 10px;
}
.form-box__cell_type_label,
.form-box__cell_type_message {
  display: flex;
  align-items: center;
  min-height: 34px;
}
.form-box__cell_type_label {
  width: 33.33333%;
}
.form-box__cell_type_value {
  width: 50%;
}
.form-box__cell_type_message {
  width: 16.66667%;
}
.form-box__cell_type_agreement {
  width: 83.33333%;
}
.form-box__cell_type_footer {
  display: flex;
  align-items: center;
  margin-left: 33.33333%;
  width: 66.66667%;
}
@media screen and (max-width: 640px) {
  .form-box__cell {
    padding: 0;
    width: 100%;
  }
  .form-box__cell_type_label,
  .form-box__cell_type_message {
    min-height: 0;
  }
  .form-box__cell_type_label {
    padding-bottom: 8px;
  }
  .form-box__cell_type_footer {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.form-box__label {
  display: inline-flex;
  margin-bottom: 0;
  color: #595959;
  font-size: 15px;
  line-height: 1;
}
.form-box__label:after {
  color: #d1424f;
  margin-left: 2px;
  content: "*";
}
.form-box__label.is-type-optional:after {
  content: normal;
}
.form-box__field,
.form-box__select,
.form-box__textarea {
  transition: border-color 0.3s;
  border-radius: 4px;
  border: 1px solid #dddecd;
  display: block;
  outline: none;
  padding: 6px 11px;
  width: 100%;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.form-box__field:hover,
.form-box__select:hover,
.form-box__textarea:hover {
  border-color: #a3b8c2;
}
.form-box__field:focus,
.form-box__select:focus,
.form-box__textarea:focus {
  border-color: #929b01;
}
.form-box__field.is-state-incorrect,
.form-box__select.is-state-incorrect,
.form-box__textarea.is-state-incorrect {
  border-color: #d1424f;
}
.form-box__field.is-state-incorrect:focus,
.form-box__select.is-state-incorrect:focus,
.form-box__textarea.is-state-incorrect:focus {
  border-color: #a3b8c2;
}
.form-box__field::-webkit-input-placeholder,
.form-box__textarea::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}
.form-box__field::-ms-input-placeholder,
.form-box__textarea::-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}
.form-box__field::placeholder,
.form-box__textarea::placeholder {
  color: #adadad;
  opacity: 1;
}
.form-box__field,
.form-box__select {
  height: 34px;
}
.form-box__field_type_date {
  width: 200px;
}
.form-box__textarea {
  height: 114px;
  min-height: 34px;
  resize: vertical;
}
@media screen and (max-width: 640px) {
  .form-box__textarea {
    height: 94px;
  }
}
.form-box__message {
  display: none;
  color: #d1424f;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
}
@media screen and (max-width: 640px) {
  .form-box__message {
    margin-top: 8px;
  }
}
.form-box__info,
.form-box__title {
  padding: 0 10px;
  width: 100%;
  color: #202020;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 640px) {
  .form-box__info,
  .form-box__title {
    padding: 0 0 12px;
  }
}
.form-box__button {
  padding: 8px 21px;
}
.form-box__note {
  display: inline-flex;
  margin-left: 20px;
  color: #a6a6a6;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
.form-box__note:before {
  color: #d1424f;
  margin-right: 6px;
  content: "*";
}
@media screen and (max-width: 640px) {
  .form-box__note {
    margin-top: 12px;
    margin-left: 0;
    width: 100%;
  }
}
.form-box-message {
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  opacity: 0;
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 20px;
}
.form-box-message.is-state-opened {
  z-index: 1500;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .form-box-message {
    padding: 0 10px;
  }
}
.form-box-message__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.form-box-message__holder {
  position: relative;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin: 30px 0;
  padding: 15px 30px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .form-box-message__holder {
    margin: 10px 0;
  }
}
.form-box-message__close {
  transition: opacity 0.3s;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 14px;
  opacity: 0.5;
  width: 14px;
  background: url(assets/img/icons/message-close-icon.svg) no-repeat;
  cursor: pointer;
}
.form-box-message__close:hover {
  opacity: 1;
}
.form-box-message__title {
  display: block;
  margin-top: 15px;
  color: #8ec157;
  font: normal 25px/30px OpenSansExtraBoldItalic, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .form-box-message__title {
    font-size: 23px;
    line-height: 28px;
  }
}
.form-box-message__info {
  margin-top: 10px;
}
.form-box-select,
.form-box-select__heading {
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 20px;
}
.form-box-select__heading {
  transition: border-color 0.3s;
  border-radius: 4px;
  border: 1px solid #dddecd;
  display: block;
  outline: none;
  padding: 6px 30px 6px 11px;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
}
.form-box-select__heading:after {
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  margin: -5px 0 0 -4px;
  border-right: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
  width: 6px;
  height: 6px;
  content: "";
}
.form-box-select__heading:hover {
  border-color: #a3b8c2;
}
.form-box-select__heading.is-state-opened {
  border-radius: 4px 4px 0 0;
  border-color: #f66201 #f66201 #fff;
}
.form-box-select__heading.is-state-opened:after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  margin: 0;
}
.form-box-select__input.is-state-incorrect ~ .form-box-select__heading {
  border-color: #d1424f;
}
.form-box-select__input.is-state-incorrect
  ~ .form-box-select__heading.is-state-opened {
  border-color: #f66201;
}
.form-box-select__holder {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  max-height: 0;
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.form-box-select__holder.is-state-opened {
  transition: max-height 0.3s linear;
  max-height: 280px;
}
.form-box-select__list {
  border-radius: 0 0 4px 4px;
  border: 1px solid #f66201;
  border-top: 0 solid #f66201;
  overflow: auto;
  max-height: 280px;
}
.form-box-select__item {
  transition: background-color 0.3s, color 0.3s;
  display: block;
  padding: 4px 11px;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}
.form-box-select__item:hover {
  background-color: #f66201;
  color: #fff;
}
.form-box-select__item.is-state-selected {
  background-color: rgba(246, 98, 1, 0.1);
}
.form-button {
  transition: background-color 0.3s;
  border-radius: 2px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  outline: none;
  padding: 0;
  width: 100%;
  background-color: #c6cb1f;
  color: #000;
  cursor: pointer;
  font: 700 13px/18px Open Sans, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.form-button:hover {
  background-color: #dadf29;
}
.form-button:disabled {
  background-color: #c6c6c6;
}
.form-file-upload {
  border-radius: 2px;
  border: 2px dashed #c3bfbf;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .form-file-upload {
    padding: 20px 10px;
  }
}
.form-file-upload.is-state-completed .form-file-upload__box {
  display: none;
}
.form-file-upload__preview {
  display: none;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.form-file-upload.is-state-completed .form-file-upload__preview {
  display: block;
}
.form-file-upload__title {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .form-file-upload__title {
    font-size: 13px;
    line-height: 20px;
  }
}
.form-file-upload__delete {
  transition: border-bottom-color 0.3s;
  position: relative;
  border-bottom: 1px dashed red;
  display: inline-flex;
  margin-left: 20px;
  color: red;
  cursor: pointer;
}
.form-file-upload__delete:before {
  position: absolute;
  top: 6px;
  left: -20px;
  height: 16px;
  width: 16px;
  background: url(assets/img/icons/delete-file-icon.svg) 50% no-repeat;
  content: "";
}
.form-file-upload__delete:hover {
  border-bottom-color: transparent;
}
.form-file-upload__name {
  display: block;
  margin-top: 12px;
}
.form-file-upload__button {
  margin: 12px 20px 0;
}
@media screen and (max-width: 640px) {
  .form-file-upload__button {
    margin: 20px 0 0;
  }
}
.form-file-upload input[type="file"] {
  display: none;
}
.header-social-section {
  display: flex;
  justify-content: center;
}
.header-social-section__link {
  margin: 0 5px;
}
.header-social-section__link circle,
.header-social-section__link path {
  transition: all 0.3s;
}
.header-social-section__link:hover circle {
  stroke: #f66201;
}
.header-social-section__link:hover path {
  fill: #f66201;
}
.header-social-section__link:first-of-type {
  margin-left: 0;
}
.header-social-section__link:last-of-type {
  margin-right: 0;
}
.weekend-game-info {
  font-family: Open Sans, sans-serif;
}
.weekend-game-info__picture {
  max-width: 100%;
}
.weekend-game-info__row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
.weekend-game-info__row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .weekend-game-info__row {
    align-items: flex-start;
    gap: 30px;
    margin-top: 40px;
  }
  .weekend-game-info__row:nth-of-type(2) {
    align-items: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-info__row {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
  }
  .weekend-game-info__row:nth-of-type(2n) {
    flex-direction: row;
  }
}
.weekend-game-info__box {
  width: calc(50% - 20px);
}
.weekend-game-info__box_type_info {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.weekend-game-info__row:nth-of-type(2) .weekend-game-info__box_type_info {
  padding-left: 24px;
}
@media screen and (max-width: 992px) {
  .weekend-game-info__box_type_picture {
    width: 230px;
  }
  .weekend-game-info__box_type_info {
    width: calc(100% - 250px);
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-info__box_type_info,
  .weekend-game-info__box_type_picture {
    width: 100%;
  }
  .weekend-game-info__row:nth-of-type(2) .weekend-game-info__box_type_info {
    padding-left: 0;
  }
}
.weekend-game-info__heading {
  display: block;
  margin-bottom: 30px;
  color: #ed6e22;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}
.weekend-game-info__heading_view_mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .weekend-game-info__heading {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-info__heading {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .weekend-game-info__heading_view_mobile {
    display: block;
  }
  .weekend-game-info__heading_view_desktop {
    display: none;
  }
}
.weekend-game-info__description p {
  margin-top: 8px;
}
.weekend-game-info__link {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .weekend-game-info__link {
    margin-top: 16px;
    font-size: 9px;
  }
}
.weekend-game-info-prize {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .weekend-game-info-prize {
    gap: 16px;
  }
}
@media screen and (max-width: 992px) {
  .weekend-game-info-prize__picture {
    width: 82px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-info-prize__picture {
    width: 50px;
  }
}
.weekend-game-info-prize__heading {
  display: block;
  margin-bottom: 30px;
  color: #ed6e22;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 992px) {
  .weekend-game-info-prize__heading {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-info-prize__heading {
    display: none;
  }
}
.weekend-game-info-prize__message {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .weekend-game-info-prize__message {
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-info-prize__message {
    margin: 13px 0;
    font-size: 14px;
    line-height: 17px;
  }
}
.weekend-game-info-prize__info {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .weekend-game-info-prize__info {
    margin-top: 30px;
    margin-left: -78px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-info-prize__info {
    margin-top: 40px;
    margin-left: -66px;
  }
}
.weekend-game-info-prize__title {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .weekend-game-info-prize__title {
    margin-left: 24px;
  }
}
.weekend-game-form {
  margin-top: 60px;
  padding: 60px 0 90px;
  background-color: #f7f9f9;
  font-family: Open Sans, sans-serif;
}
@media screen and (max-width: 992px) {
  .weekend-game-form {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-form {
    margin: 30px -10px 0;
    padding: 30px 10px 60px;
  }
}
.weekend-game-form__heading {
  display: block;
  margin-bottom: 40px;
  color: #ed6e22;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .weekend-game-form__heading {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-form__heading {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
  }
}
.weekend-game-success {
  display: none;
  text-align: center;
}
.weekend-game-success:before {
  display: block;
  height: 50px;
  margin: 0 auto 32px;
  width: 50px;
  background-image: url(assets/img/icons/success-form-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 640px) {
  .weekend-game-success:before {
    height: 40px;
    width: 40px;
    margin-bottom: 16px;
  }
}
.weekend-game-success__heading {
  display: block;
  color: #ed6e22;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}
@media screen and (max-width: 640px) {
  .weekend-game-success__heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.weekend-game-success__message {
  margin-top: 42px;
  color: #474646;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  .weekend-game-success__message {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
.weekend-game-info-list {
  padding: 0;
  list-style: none;
  margin: 0 0 0 -24px;
}
.weekend-game-info-list li {
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
}
.weekend-game-info-list li:before {
  position: absolute;
  top: 11px;
  left: 0;
  height: 9px;
  width: 13px;
  background: url(assets/img/icons/list-item-icon.svg) no-repeat;
  content: "";
}
.weekend-game-info-list li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .weekend-game-info-list {
    font-size: 14px;
    line-height: 22px;
  }
  .weekend-game-info-list li:before {
    top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .weekend-game-info-list {
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .weekend-game-info-list li {
    padding-left: 18px;
  }
  .weekend-game-info-list li:before {
    top: 6px;
    height: 7px;
    width: 9px;
    background-image: url(assets/img/icons/list-item-icon-mobile.svg);
  }
}
.weekend-game-winner {
  border-radius: 4px;
  border: 1px dashed #c6c6c6;
  margin-top: 24px;
  padding: 20px 20px 20px 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 640px) {
  .weekend-game-winner {
    margin: 24px -10px 0;
  }
}
.weekend-game-winner__heading {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}
.weekend-game-winner__heading:before {
  position: absolute;
  left: -26px;
  top: 6px;
  height: 26px;
  width: 16px;
  background: url(assets/img/icons/weekend-game-winner-icon.svg) no-repeat;
  content: "";
}
.weekend-game-winner__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.weekend-game-winner__list li {
  position: relative;
  margin-top: 8px;
}
.weekend-game-winner__list li:before {
  position: absolute;
  top: 7px;
  left: -12px;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #f07c00;
  content: "";
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(node_modules/owl.carousel/dist/assets/owl.video.play.png)
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  height: 15px;
  bottom: 0;
}
.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}
.ps__rail-y {
  width: 15px;
  right: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}
.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}
.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}
