* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  scrollbar-color: #161426 #444;
  scrollbar-width: thin
}

::-webkit-scrollbar-thumb {
  background-color: #161426
}

::-webkit-scrollbar-track {
  background-color: #444
}

::-webkit-scrollbar-button {
  display: none;
  background-color: #161426
}

::-webkit-scrollbar {
  width: 8px
}

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

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

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

body,
html {
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

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

button {
  cursor: pointer
}

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

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

a:hover {
  text-decoration: none
}

a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  background: 0 0;
  font-family: inherit
}

ul li {
  list-style: none
}

img {
  vertical-align: top;
  max-width: 100%
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Light-BETA.otf) format("opentype"), url(../fonts/Inter-Light-BETA.otf) format("opentype");
  font-weight: 500;
  font-style: normal
}


@font-face {
  font-family: Onest;
  font-display: swap;
  src: url(../fonts/Onest-Bold.woff2) format("woff2"), url(../fonts/Onest-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url(../fonts/Onest-SemiBold.woff2) format("woff2"), url(../fonts/Onest-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Stavka;
  font-display: swap;
  src: url(../fonts/Stavka-BoldItalic.woff2) format("woff2"), url(../fonts/Stavka-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic
}


html {
  scroll-behavior: smooth
}

body {
  height: 100%;
  background: #090f12;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../img/bg-desktop.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

main {
  flex: 1 1 auto
}

.container {
  width: min(100% - 1rem, 1200px);
  margin-inline: auto
}

.page {
  position: relative;
  min-height: 100%;
  display: flex
}

.page__body {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 112px 150px
}

.page__logo {
  position: relative;
  z-index: 2;
  max-width: 340px;
}

.page__content {
  height: 100%;
  max-height: 820px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 48%;
  grid-template-rows: auto auto;
  gap: 100px
}

.page__titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  height: 558px
}

.page__title {
  color: #fff;
  font-family: Stavka;
  font-weight: 700;
  line-height: 93%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 68px
}

.page__title span {
  margin-top: 4px;
  display: block;
  font-weight: 700;
  line-height: 93%;
  font-size: 97px;
}

.page__links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
  gap: 28px 30px;
  width: 520px;
  align-items: center;
}

.page__link {
  flex: 0 1 calc(33.333% - 30px);
  padding: 18px 18px 16px 24px;
  border-radius: 28px;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  background: linear-gradient(144.16deg, rgba(21, 45, 61, .4) 6.53%, #111d25 86.818%);
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-family: Onest;
  font-weight: 700;
  height: 111px;
  line-height: 45px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: calc(27px + 11 * ((100vw - 320px)/ 1600))
}

.page__link span {
  position: relative;
  flex: 0 0 34%;
  display: flex;
  justify-content: end;
  margin-left: auto
}

.page__link span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 65%;
  max-height: 40px;
  transform: translateY(-50%)
}

.page__link img {
  width: 78px;
  height: 78px;
  -o-object-fit: contain;
  object-fit: contain
}

.page__link svg {
  width: 34px;
  height: 34px
}

.page__link.page__link-1 svg {
  color: rgba(255, 106, 19, 1);
}

.page__link.page__link-1 span::before {
  background: rgba(255, 106, 19, 1);
}

.disclaimer {
  font-family: Inter;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  align-self: flex-end;
}

.registration {
  font-family: Inter;
  font-weight: 500;
  font-size: 33px;
  line-height: 127%;
  color: rgba(247, 248, 250, 1);
}

.match {
  border-radius: 22px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background: linear-gradient(97.11deg, rgba(40, 40, 40, 0.2) 6.47%, #000000 88.26%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 67px 23px 84px 23px;
  height: 558px;
  border: 1px solid rgba(255, 255, 255, 0.171)
}

.match__title {
  font-family: Inter;
  font-weight: 700;
  font-size: 50px;
  line-height: 127%;
  color: rgba(223, 182, 69, 1);
  text-align: center;
}

.match__versus {
  display: flex;
  align-items: center;
  position: relative;
  align-items: flex-start;
}

.match__versus-vs {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 108%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(223, 182, 69, 1);
  align-self: center;
}

.match__team {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.match__team-logo {
  width: 100%;
  margin-bottom: 42px;
  max-width: 165px;
  height: auto;
  aspect-ratio: 1/1
}

.match__team-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.match__team-name {
  color: #fff;
  font-family: Onest;
  font-weight: 600;
  line-height: 121.451613%;
  text-align: center;
  white-space: nowrap;
  font-size: 33px;
}

@media (max-width:1760px) {
  .page__body {
    padding: 72px 92px;
  }

  .disclaimer {
    font-size: 16px;
  }
  .page__content {
    gap: 50px
  }
}


@media (max-width:1650px) {
  .page__content {
    gap: 30px
  }

  .disclaimer {
    font-size: 16px;
  }

  .page__titles {
    height: 520px
  }

  .match {
    height: 520px
  }

  .match__team-logo {
    max-width: 125px
  }

  .page__logo {
    max-width: 300px
  }

  .page__title {
    font-size: 60px
  }

  .page__title span {
    font-size: 88px;
  }

  .page__links {
    width: 440px;
  }

  .page__link {
    gap: 12px;
    height: 98px;
    width: 440px;
  }


  .page__link img {
    width: 56px;
    height: 56px;
  }

  .page__link span {
    position: relative;
    flex: 0 0 25%;

  }

  .registration {
    font-size: 26px;
  }
}

@media (max-width:1540px) {
  .page__logo {
    max-width: 260px
  }

  .page__titles {
    height: 460px
  }

  .match {
    height: 460px
  }

  .match__versus-vs {
    font-size: 34px;
  }

  .page__title {
    font-size: 50px
  }

  .page__title span {
    font-size: 72px;
  }

  .page__links {
    width: 360px;
  }

  .page__link {
    gap: 8px;
    height: 80px;
    width: 360px;
    font-size: 28px;
    line-height: 28px;
  }

    .page__link span {
        flex: 0 0 33%;
    }

  .page__link svg {
    width: 24px;
    height: 24px;
}

  .registration {
    font-size: 23px;
  }

  .match__title {
    font-size: 36px;
  }

  .match__team-logo {
    max-width: 100px;
  }

  .match__team-name {
    font-size: 28px;
  }
}

@media (max-width:1200px) {
  .page__body {
    padding: 42px 60px;
  }

  .match__team-name {
    font-size: 18px
  }
  .disclaimer {
    font-size: 14px;
  }
  .match__versus-vs {
    font-size: 26px;
  }

  .page__title {
    font-size: 40px;
  }

  .page__title span {
    font-size: 56px;
  }

  .page__link svg {
    width: 26px;
    height: 26px;
  }

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

@media (max-width:1000px) {
  .page__body {
    padding: 40px 45px 0 30px;
  }

  .page__logo {
    margin-inline: auto;
    height: auto;
    margin-bottom: 24px
  }

  .page__logo img {
    height: auto
  }
  .disclaimer {
    align-self: center;
    text-align: center;
    position: fixed;
    bottom: 23px;
  }
  .page__content {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .page__titles {
    height: 180px;
    gap: 0
  }

  .page__title {
    padding: 0;
    text-align: center
  }

  .page__links {
    width: 100%;
  }

  .page__link {
    gap: 8px;
    height: 80px;
    width: 360px;
    font-size: 32px;
    line-height: 32px;
  }

  .match {
    padding: 40px 20px
  }

  .match__versus-vs {
    font-size: 38px;
  }
}

@media (max-width:600px) {
  body {
    background-image: url(../img/bg-mobile.jpg);
  }

  .page__body {
    padding: 49px 28px 0 20px
  }

  .match {
    padding: 20px 0;
    height: 260px;
  }
  .disclaimer {
    font-size: 13px;
    width: 80%;
  }
  .match__team-logo {
    max-width: 68px;
    margin-bottom: 14px
  }

  .match__team-name {
    font-size: 14px
  }
}

@media (max-width:500px) {
  .page__logo {
    max-width: 199px
  }

  .match__team-name {
    font-size: 14px
  }

  .match__title {
    font-size: 21px;
  }

  .match__versus-vs {
    font-size: 20px;
  }

  .page__table {
    height: 203px;
  }

  .page__titles {
    height: 132px;
  }

  .page__title {
    font-size: 30px;
  }

  .page__title span {
    font-size: 40px;
  }

  .page__links {
    gap: 16px;
  }

  .page__link {
    gap: 10px;
    height: 68px;
    width: 100%;
    font-size: 29px;
    line-height: 29px;
  }

  .page__link svg {
    width: 24px;
    height: 24px;
  }

    .page__link img {
    width: 46px;
    height: 46px;
  }

  .registration {
    font-size: 17px;
  }
}

@media (max-width:375px) {
  .page__body {
    padding: 32px 24px 0 16px
  }

  .page__logo {
    margin-bottom: 10px;
  }

  .page__logo img {
    max-width: 180px;
  }
  .disclaimer {
    bottom: 12px;
  }
  .page__titles {
    height: 110px;
  }

  .page__title {
    font-size: 26px;
  }

  .page__title span {
    font-size: 34px;
  }

  .match__team-name {
    font-size: 12px
  }

  .page__content {
    gap: 24px;
  }
}

.page__title {
  font-style: italic;
}

.page__link-2,
.page__link-3,
.page__link-4,
.page__link-5 {
  visibility: hidden;
}
