a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
input:required {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus {
  outline: none;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:active,
a:hover {
  outline: none;
}

img {
  height: auto;
  vertical-align: middle;
}

img,
picture {
  display: inline-block;
  pointer-events: none;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background: transparent;
  border: 0;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-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;
}

button {
  background: transparent;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

hr {
  background: #000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

small,
sub,
sup {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  outline: 0;
  padding: 0;
}

legend {
  border: 0;
  color: inherit;
  display: block;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body,
html {
  overflow-x: hidden;
  overflow-y: auto;
  background: #00052e;
}

.banner {
  box-sizing: border-box;
  font-size: 16px;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  padding: 74px 0 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;

  background-image: url(../assets/img/Desktop\ English.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.banner,
.banner__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner__link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.banner img {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .banner {
    padding: 0;
  }
}

.button {
  border: 2px solid #93e126;
  border-radius: 56px;
  box-shadow:
    0 0 8px #92e20a,
    0 17px 74px 0 #011741;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
}

.button,
.button__inner {
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}

.button__inner {
  align-items: center;
  background: #93e126;
  border-radius: 48px;
  box-shadow:
    0 0 19px #92e20a,
    inset 0 2px 0 #bdff82;
  display: block;
  display: flex;
  height: 60px;
  justify-content: center;
  letter-spacing: 1.28px;
  width: 324px;
}

.button__highlite {
  border-radius: 48px;
  height: 100%;
  left: 0;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 0);
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.button__highlite:before {
  animation-delay: 0.3s;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: animationHighlight;
  animation-timing-function: linear;
  background: linear-gradient(
    90deg,
    rgba(252, 255, 255, 0),
    rgba(252, 255, 255, 0.3) 45%,
    rgba(252, 255, 255, 0.4) 50%,
    rgba(252, 255, 255, 0.3) 55%,
    rgba(252, 255, 255, 0)
  );
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-45deg);
  width: 64px;
}

.button__txt {
  color: #32373d;
  font:
    normal 30px Roboto,
    sans-serif;
  line-height: 1.1;
}

.button:hover {
  opacity: 0.9;
}

.mobile-image {
  display: none;
}

@keyframes animationHighlight {
  0%,
  to {
    left: -100%;
    opacity: 1;
  }

  97% {
    left: 120%;
    opacity: 1;
  }

  98% {
    left: 120%;
    opacity: 0;
  }

  99% {
    left: -100%;
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .button {
    border-width: 1px;
    padding: 7px;
  }

  .button__inner {
    height: 52px;
    letter-spacing: 1px;
    width: 279px;
  }

  .button__txt {
    font-size: 27px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
  .button {
    padding: 8px;
  }

  .button__inner {
    height: 61px;
    width: 327px;
  }

  .button__txt {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1366px) {
  .button {
    padding: 11px;
  }

  .button__inner {
    height: 83px;
    width: 452px;
  }

  .button__txt {
    font-size: 44px;
  }
}

@media screen and (max-width: 640px) {
  .button {
    padding: 6px;
  }

  .button__inner {
    height: 53px;
    letter-spacing: 1px;
    width: 290px;
  }

  .button__txt {
    font-size: 27px;
    line-height: 1.2;
    padding-top: 1px;
  }
}

@media screen and (max-width: 470px) {
  .button {
    padding: 4px;
  }

  .button__inner {
    height: 34px;
    letter-spacing: 1px;
    width: 187px;
  }

  .button__txt {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 2px;
  }
}

.logo {
  width: 399px;
}

@media screen and (max-width: 1024px) {
  .logo {
    width: 348px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
  .logo {
    width: 396px;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1366px) {
  .logo {
    width: 494px;
  }
}

@media screen and (max-width: 640px) {
  .logo {
    width: 358px;
  }
}

@media screen and (max-width: 470px) {
  .logo {
    width: 172px;
  }
}

@media screen and (max-width: 370px) {
  .logo {
    width: 138px;
  }
}

@media screen and (max-width: 320px) {
  .logo {
    width: 284px;

    & > img {
      width: 100%;
      max-width: 300px;
    }
  }
}

.offer {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateX(-270px);
  z-index: 10;
}

.offer,
.offer__action {
  margin-top: 64px;
}

@media screen and (max-width: 1024px) {
  .offer__action {
    margin-top: 56px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
  .offer__action {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1366px) {
  .offer__action {
    margin-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .offer__action {
    margin-top: 64px;
  }
}

@media screen and (max-width: 470px) {
  .offer__action {
    margin-top: 19px;
  }
}

.picture {
  position: absolute;
  left: 29%;
  top: -37%;
  width: 1276px;
  z-index: 0;
}

@media screen and (max-width: 1280px) {
  .picture {
    transform: translate(1075px, -768px);
  }
}

@media screen and (max-width: 1024px) {
  .picture {
    transform: translate(976px, -699px);
    width: 1144px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
  .picture {
    transform: translate(1078px, -762px);
    width: 1274px;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1366px) {
  .picture {
    transform: translate(1037px, -784px);
    width: 1395px;
  }
}

@media screen and (max-width: 640px) {
  .picture {
    transform: translate(960px, -566px);
    width: 1144px;
  }
}

@media screen and (max-width: 470px) {
  .picture {
    transform: translate(-28%, 326px);
    width: 419px;
  }
}

@media screen and (max-width: 320px) {
  .picture {
    transform: translate(-28%, 326px);
    width: 531px;
  }
}

.rules {
  column-gap: 20px;
  display: flex;
  margin: 126px 0 74px;
  position: relative;
  z-index: 999;
}

.rules__item {
  align-items: center;
  background-image: url(./img/5d06d1fc6b5693e56ec5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 15px 50px;
  text-align: center;
}

.rules__txt {
  color: #fff;
  font:
    800 34px Rubik,
    sans-serif;
  line-height: 1;
}

@media screen and (max-width: 1850px) {
  .rules {
    column-gap: 32px;
  }
}

@media screen and (max-width: 1700px) {
  .rules {
    column-gap: 80px;
  }

  .rules__txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 1700px) and (max-height: 400px) {
  .rules__txt {
    font-size: 34px;
  }
}

@media screen and (max-width: 1480px) {
  .rules {
    column-gap: 32px;
  }
}

@media screen and (max-width: 1366px) {
  .rules {
    column-gap: 20px;
    margin: 25px 0 122px;
    max-width: 1260px;
  }

  .rules__txt {
    font-size: 34px;
  }
}

@media screen and (max-width: 1280px) {
  .rules__item {
    letter-spacing: 1px;
  }

  .rules__txt {
    font-size: 22px;
  }
}

@media screen and (max-width: 1240px) {
  .rules {
    column-gap: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .rules {
    column-gap: 62px;
    margin: 106px 0 122px;
  }

  .rules__item {
    letter-spacing: 1px;
  }

  .rules__txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
  .rules {
    column-gap: 80px;
    margin: 86px 0 122px;
  }

  .rules__item {
    letter-spacing: 1.6px;
  }

  .rules__txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1366px) {
  .rules {
    column-gap: 65px;
    margin: 102px 0 122px;
  }

  .rules__txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 990px) {
  .rules {
    column-gap: 32px;
  }
}

@media screen and (max-width: 950px) and (max-height: 600px) {
  .rules {
    column-gap: 32px;
    margin: 86px 0 122px;
  }

  .rules__txt {
    font-size: 29px;
  }
}

@media screen and (max-width: 950px) and (max-height: 400px) {
  .rules {
    column-gap: 80px;
    margin: 86px 0 122px;
  }

  .rules__txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 850px) and (max-height: 600px) {
  .rules__txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 850px) and (max-height: 400px) {
  .rules {
    column-gap: 80px;
    margin: 86px 0 122px;
  }

  .rules__txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 730px) and (max-height: 600px) {
  .rules__txt {
    font-size: 23px;
  }
}

@media screen and (max-width: 730px) and (max-height: 400px) {
  .rules {
    column-gap: 80px;
    margin: 86px 0 122px;
  }

  .rules__txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 680px) and (max-height: 600px) {
  .rules__txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 680px) and (max-height: 400px) {
  .rules {
    column-gap: 32px;
    margin: 86px 0 122px;
  }

  .rules__txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .rules {
    column-gap: 77px;
    margin: 77px 0 138px;
  }

  .rules__txt {
    font-size: 30px;
  }
}

@media screen and (max-width: 560px) {
  .rules {
    column-gap: 32px;
  }
}

@media screen and (max-width: 470px) {
  .rules {
    column-gap: 0;
    flex-direction: column;
    margin: 128px 0;
    align-items: center;
    row-gap: 28px;
  }

  .rules__txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 470px) and (max-height: 400px) {
  .rules {
    margin: 208px 0 80px;
  }

  .rules__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 470px) and (max-height: 330px) {
  .rules {
    margin: 240px 0 80px;
  }

  .rules__txt {
    font-size: 22px;
  }
}

@media screen and (max-width: 320px) {
  .rules {
    column-gap: 0;
    flex-direction: column;
    margin: 214px 0 112px;
    row-gap: 19px;
  }
}

@media screen and (max-width: 320px) and (max-height: 330px) {
  .rules {
    margin: 240px 0 64px;
  }
}

.title {
  color: #fff;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-top: 70px;
  text-align: center;
  text-shadow:
    0 0 13px #00a2ff,
    0 0 8px #00a2ff;
  word-spacing: -3.2px;
}

.title__txt {
  font:
    700 53px Roboto,
    sans-serif;
  line-height: 1.48;
}

.title ._prize {
  color: #00d8ff;
}

.title ._vertical {
  display: none;
}

@media screen and (max-width: 1224px) {
  .title__txt {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .banner__content {
    background-size: 100%;
  }

  .title {
    margin-top: 64px;
  }

  .title__txt {
    font-size: 35px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
  .title {
    margin-top: 74px;
  }

  .title__txt {
    font-size: 63px;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1366px) {
  .title {
    margin-top: 61px;
  }

  .title__txt {
    font-size: 78px;
    line-height: 1.36;
  }

  .title ._vertical {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .title {
    margin-top: 64px;
  }

  .title__txt {
    font-size: 25px;
    line-height: 1.52;
  }
}

@media screen and (max-width: 470px) {
  .title {
    letter-spacing: 2.24px;
    margin-top: 21px;
  }

  .title__txt {
    font-size: 27px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 370px) {
  .title {
    letter-spacing: 1.76px;
    margin-top: 21px;
  }

  .title__txt {
    font-size: 21px;
  }
}

@media screen and (max-width: 320px) {
  .title {
    letter-spacing: 2.24px;
    margin-top: 22px;
  }

  .title__txt {
    font-size: 27px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) {
  .banner__content {
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
  }

  .banner {
    background-size: 120% 100%;
    background-position: top right;
  }

  .picture {
    left: auto;
    top: auto;
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .banner__content {
    padding: 0 16px 20px;
  }

  .picture {
    right: -80px;
  }
}

@media screen and (max-width: 540px) {
  .banner {
    padding: 16px 0 0;
  }

  .banner__content {
    justify-content: flex-start;
    padding: 0 16px 16px;
  }

  .offer,
  .offer__action {
    margin-top: 12px;
  }

  .title {
    margin-top: 12px;
  }

  .picture {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
    width: 300px;
    max-width: 300px;
    margin: 10px auto 0;
  }
  .offer {
    transform: none;
  }

  .rules {
    margin: 12px 0 0;
    padding: 0 0 12px;
    align-items: center;
  }
}

@media screen and (max-width: 414px) {
  .picture {
    width: 280px;
    max-width: 280px;
  }
}

@media screen and (max-width: 375px) {
  .picture {
    width: 260px;
    max-width: 260px;
  }
}

@media screen and (max-width: 360px) {
  .picture {
    width: 250px;
    max-width: 250px;
  }
}

@media screen and (max-width: 320px) {
  .banner {
    padding: 12px 0 0;
  }

  .banner__content {
    padding: 0 12px 12px;
  }

  .picture {
    width: 230px;
    max-width: 230px;
  }
}

@media screen and (max-width: 540px) and (max-height: 700px) {
  .logo {
    width: 130px;
  }

  .title__txt {
    font-size: 22px;
    line-height: 1.35;
  }

  .picture {
    margin-top: 6px;
  }

  .rules {
    row-gap: 10px;
  }
}

@media screen and (min-width: 1280px) {
  .banner {
    padding: 0;
    height: 100vh;
  }

  .banner__content {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    box-sizing: border-box;
    padding: 24px 48px 24px;
    display: grid;
    grid-template-columns: minmax(420px, 560px) 1fr;
    grid-template-rows: 1fr auto;
    align-items: center;
    column-gap: 32px;
    row-gap: 16px;
  }

  .offer {
    margin-top: 0;
    transform: none;
    align-items: flex-start;
    justify-self: start;
  }

  .offer__action {
    margin: 24px auto 0;
  }

  .logo {
    width: 320px;
    margin: auto;
  }

  .title {
    margin-top: 24px;
    text-align: center;
  }

  .title__txt {
    font-size: 48px;
    line-height: 1.25;
  }

  .button__inner {
    width: 300px;
    height: 54px;
  }

  .button__txt {
    font-size: 24px;
  }

  .picture {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    transform: none;
    width: min(720px, 56vw);
    max-width: 720px;
    margin: 0;
    justify-self: end;
    align-self: center;
  }

  .rules {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    column-gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .rules__txt {
    font-size: 22px;
  }
}

@media screen and (min-width: 1600px) {
  .banner__content {
    padding: 32px 64px 28px;
    grid-template-columns: minmax(480px, 660px) 1fr;
    column-gap: 40px;
  }

  .logo {
    width: 360px;
    margin: auto;
  }

  .title__txt {
    font-size: 56px;
  }

  .picture {
    width: min(820px, 52vw);
    max-width: 820px;
  }

  .rules__txt {
    font-size: 24px;
  }
}

@media screen and (max-width: 950px) {
  .banner {
    background-image: none;
  }

  .offer {
    margin: auto;
    width: 100%;
    max-width: 900px;
    transform: none;
  }

  .title,
  .offer__action {
    margin-top: 22px;
  }

  .banner .mobile-image {
    display: block;
    width: 80%;
  }

  .rules {
    margin: 0;
  }

  .rules__txt {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .rules__item {
    padding: 15px 30px;
  }
}

@media (max-width: 660px) {
  .rules__txt {
    font-size: 14px;
  }

  .banner .mobile-image {
    width: 100%;
  }

  .rules {
    margin-top: 10px;
    flex-direction: column;
    gap: 28px;
  }

  .rules__item {
    padding: 20px 0;
    width: 210px;
    height: 47px;
  }
}

@media screen and (max-width: 1025px) and (orientation: portrait) {
  .offer {
    transform: translateX(-15px);
  }
  .rules {
    margin: 10px 0 0px;
  }
  .banner {
    background-image: none;
  }
  .banner .mobile-image {
    display: block;
    width: 105%;
  }

  .banner__content {
    width: 100%;
    box-sizing: border-box;
    background-size: 100%;
    padding: 0;
  }

  .title__txt {
    line-height: 117.281%;
    letter-spacing: 0.75px;
  }

  .offer,
  .offer__action {
    margin-top: 0;
  }
}

@media screen and (max-width: 540px) and (min-width: 440px) {
  .banner .mobile-image {
    width: 79%;
  }
}

@media screen and (max-width: 1025px) and (max-height: 600px) {
  .offer {
    margin-top: 0px;
    transform: translateX(-25px);
  }

  .offer__action {
    margin-top: 15px;
  }
  .title {
    margin-top: 0px;
  }
  .title__txt {
    line-height: 1;
  }
  .rules {
    column-gap: 30px;
    margin: 15px 0 122px;
  }

  .rules__item {
    width: 305px;
    padding: 15px 0px;
  }

  .rules {
    margin-bottom: 0;
  }
  .banner {
    background-size: 140% 142%;
  }
}

@media screen and (max-width: 950px) {
  .offer {
    transform: none;
  }
}
