@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
.auth-wrapper {
  max-width: 550px;
  width: 90%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  padding: clamp(120px, 35vw, 200px) 0;
}

.form-lost-password,
.form-change-password,
.form-login,
.form-register {
  padding: 20px 15px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}
.form-lost-password h3,
.form-change-password h3,
.form-login h3,
.form-register h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.form-lost-password .form-group,
.form-change-password .form-group,
.form-login .form-group,
.form-register .form-group {
  margin-bottom: 15px;
}
.form-lost-password .form-group input,
.form-change-password .form-group input,
.form-login .form-group input,
.form-register .form-group input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}
.form-lost-password button,
.form-change-password button,
.form-login button,
.form-register button {
  width: 100%;
}
.form-lost-password .form-message,
.form-change-password .form-message,
.form-login .form-message,
.form-register .form-message {
  font-size: 14px;
  color: red;
  text-align: center;
  margin-top: 5px;
}

.forecast__link::before {
  display: none;
}

.forecast__link {
  text-transform: uppercase;
}

.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100001;
  display: none;
}

.preloader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #44ae79;
  -webkit-animation: pulse 0.4s infinite alternate;
          animation: pulse 0.4s infinite alternate;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #44ae79;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: #e14b29;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #44ae79;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: #e14b29;
  }
}
.forecast__checkbox-field.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.forecast__body--readonly {
  opacity: 0.85;
}

.forecast__body--readonly input,
.forecast__body--readonly select,
.forecast__body--readonly textarea {
  cursor: not-allowed;
}

.forecast__row--top-scorer {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.forecast__row--top-scorer > div {
  width: 100%;
}
@media (max-width: 767px) {
  .forecast__row--top-scorer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.forecast__tables-top-scorer {
  overflow: inherit !important;
  width: 100%;
}
.forecast__tables-top-scorer .forecast__inner {
  min-width: 0%;
  width: 100%;
}
.forecast__tables-top-scorer .nice-select .list {
  max-height: 200px;
  overflow-y: auto;
}

.forecast--teams .forecast__tables:not(.forecast__table--world) .forecast__row--teams .forecast__checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.forecast--teams .forecast__table--world .forecast__titles span {
  min-width: 125px;
}
.forecast--teams .forecast__table--world .forecast__team {
  width: 150px;
}
.forecast--teams .forecast__table--world .forecast__inputs {
  gap: 60px;
}
.forecast--teams .forecast__table--world .forecast__row--teams .forecast__inputs {
  max-width: 900px;
}

.forecast__body--readonly .forecast__tables {
  pointer-events: none;
}

.betting-rating__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
      grid-template-areas: "header" "main" "footer";
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1f2937;
  background: #fff;
}
body .header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}
body .main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  margin-top: 91px;
}
@media (max-width: 1024px) {
  body .main {
    margin-top: 70px;
  }
}
body .footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration-color: transparent;
}

button {
  color: inherit;
  font-family: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

mark {
  color: #1e9e5a;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 120%;
}

h1,
.h1 {
  font-size: 40px;
  letter-spacing: -0.03em;
}

h2,
.h2,
h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5,
h6,
.h6 {
  font-size: 16px;
}

.container {
  max-width: 1202px;
  margin: 0 auto;
  padding: 0 16px;
}

.scroll-lock {
  overflow: hidden;
}

.burger {
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/svg/burger.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.languages {
  font-size: 16px;
}
.languages .nice-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: unset;
  height: auto;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: inherit;
  border: 0;
  border-radius: 0;
  font-size: inherit;
}
.languages .nice-select::after {
  width: 20px;
  height: 20px;
  border: none;
  margin: 0;
  right: 0;
  -webkit-transform-origin: unset;
          transform-origin: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/svg/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.languages .nice-select.open::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.languages .nice-select .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #727479;
}
.languages .nice-select .list {
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.languages .nice-select .option {
  min-width: 60px;
  padding: 5px;
  text-align: center;
}

.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #1e9e5a;
  border-radius: 12px;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.button--profile::before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/profile.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overlay:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.back-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #b2b2b2;
  text-decoration-color: transparent;
}
.back-button:hover {
  color: #1e9e5a;
  text-decoration-color: initial;
}
.back-button::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/green-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pagination {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pagination--full {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.pagination__button {
  width: 100%;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #16489f;
  background: #dbe4f2;
  border-radius: 12px;
  border: 0;
}
.pagination__button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.pagination__button::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/blue-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination__button--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pagination__button--next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pagination__button--prev.pagination__button--disabled::before, .pagination__button--next.pagination__button--disabled::before {
  background-image: url(../images/svg/grey-arrow.svg) !important;
}
.pagination__button--load-more::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/load-more.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination__button--disabled {
  pointer-events: none;
  color: #b2b2b2;
  background: #e0e0e0;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background-color: #e9e9e9;
  background-image: url(../images/svg/long-arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-to-top:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.scroll-to-top:not(.active) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 1024px) {
  .scroll-to-top {
    width: 48px;
    height: 48px;
  }
}

.status {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-align: center;
  border-radius: 99999997952px;
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  color: #f59e0b;
  color: #1f2937;
  background: #707781;
  white-space: nowrap;
}
.status::before {
  content: "";
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.status--in-progress {
  color: #f59e0b;
  background: #fff0d7;
}
.status--in-progress::before {
  background-image: url(../images/svg/in-progress.svg);
}
.status--done {
  color: #1e9e5a;
  background: #d7f1e6;
}
.status--done::before {
  background-image: url(../images/svg/done.svg);
}

.tournament {
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  background: #fff;
  border-radius: 10px;
}
.tournament__counter {
  font-size: 13px;
  color: red;
  white-space: nowrap;
  width: 190px;
  margin-top: 0px;
  line-height: 150%;
}
.tournament__info {
  min-width: 270px;
  max-width: 270px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tournament__img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.tournament__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tournament__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.tournament__actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tournament__button {
  min-height: 40px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  border-radius: 8px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: #dbe4f2;
}
.tournament__button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.tournament__button::before {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.tournament__button--watch::before {
  background-image: url(../images/svg/watch.svg);
}
.tournament__button--edit::before {
  background-image: url(../images/svg/edit.svg);
}
.tournament__button--make-contribution {
  padding-left: 16px;
  padding-right: 16px;
  background: #16489f;
}
.tournament__button--make-contribution::before {
  background-image: url(../images/svg/contribution.svg);
}
@media (max-width: 575px) {
  .tournament__info {
    min-width: auto;
    max-width: 100%;
  }
}

.typical-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  position: relative;
}
.typical-field__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.typical-field__input {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  color: #1f2937;
  background: #ececec;
  border-radius: 12px;
  outline: none;
  border: none;
}
.typical-field__input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.typical-field__input::-moz-placeholder {
  color: #b2b2b2;
}
.typical-field__input:-ms-input-placeholder {
  color: #b2b2b2;
}
.typical-field__input::-ms-input-placeholder {
  color: #b2b2b2;
}
.typical-field__input::placeholder {
  color: #b2b2b2;
}
.typical-field__input[disabled] {
  opacity: 0.5;
}
.typical-field__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #b2b2b2;
}
.typical-field--half-w {
  width: calc(50% - 12px);
}
@media (max-width: 640px) {
  .typical-field--half-w {
    width: 100%;
  }
}
.typical-field--edit .typical-field__input {
  padding-right: 48px;
}
.typical-field--edit::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 47px;
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/edit-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.typical-field--edit.disabled::after {
  opacity: 0.5;
}

.typical-password {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.typical-password__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.typical-password__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  border-radius: 8px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  background: #16489f;
}
.typical-password__button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.typical-password__button::before {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/edit-light-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.typical-password__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #b2b2b2;
}

.typical-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.typical-file__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.typical-file__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.typical-file__preview {
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.typical-file__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typical-file__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.typical-file__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  border-radius: 8px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  background: #16489f;
  cursor: pointer;
}
.typical-file__button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.typical-file__button::before {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/edit-light-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.typical-file__input {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.typical-file__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #b2b2b2;
}
.typical-file .hidden {
  display: none;
}
.typical-file__error {
  color: #fb2e27;
}
@media (max-width: 425px) {
  .typical-file {
    width: 100%;
  }
  .typical-file__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .typical-file__label, .typical-file__button {
    width: 100%;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 17px 0;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.header .logo {
  min-width: 250px;
  height: 50px;
}
.header .logo img {
  height: 100%;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.header__center {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.header .menu a {
  padding: 16px;
  text-decoration-color: transparent;
}
.header .menu a:hover {
  color: #1e9e5a;
  text-decoration-color: initial;
}
@media (min-width: 1025px) {
  .header__close-button,
  .header .burger {
    display: none;
  }
  .header__nav .menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .logo {
    min-width: unset;
    height: 35px;
  }
  .header__center {
    display: none;
  }
  .header__nav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    max-width: 280px;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav:not(.active) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .menu {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 28px;
  }
  .header .menu a {
    padding: 0;
  }
  .header__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__right .button {
    width: 100%;
  }
  .header__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 24px;
    width: 24px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: url(../images/svg/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
  }
}

.footer {
  padding: 24px 0;
  color: #fff;
  background: #1f2937;
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px 12px;
}
.footer__copyright {
  color: #b2b2b2;
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .menu-item:nth-child(1)::after {
  content: "•";
  color: #1e9e5a;
}
.footer__separator {
  color: #1e9e5a;
}
.footer a {
  text-decoration-color: transparent;
  color: #1e9e5a;
}
.footer a:hover {
  text-decoration-color: initial;
}
@media (max-width: 1024px) {
  .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__developed-by {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 640px) {
  .footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .menu-item::after {
    display: none;
  }
}

.forecast {
  padding: 16px 0 80px;
}
.forecast.forecast--place .forecast__team {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.forecast .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.forecast__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.forecast__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.forecast__nav {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.forecast__nav .forecast__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  white-space: nowrap;
}
.forecast__link {
  width: 100%;
  padding: 18px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 2px solid #e0e0e0;
}
.forecast__link::before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(1) brightness(2);
          filter: grayscale(1) brightness(2);
}
.forecast__link:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.forecast__link--stage::before {
  background-image: url(../images/svg/stage.svg);
}
.forecast__link--place::before {
  background-image: url(../images/svg/place.svg);
}
.forecast__link--teams::before {
  background-image: url(../images/svg/teams.svg);
}
.forecast__link--score::before {
  background-image: url(../images/svg/score.svg);
}
.forecast__link--best::before {
  background-image: url(../images/svg/best.svg);
}
.forecast__link--current {
  color: #16489f;
  border-color: #16489f;
}
.forecast__link--current::before {
  -webkit-filter: unset;
          filter: unset;
}
.forecast__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.forecast__sentinel {
  visibility: hidden;
}
.forecast__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.forecast__tables .forecast__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.forecast__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.forecast__top {
  margin-top: -24px;
  padding: 8px 0;
  position: sticky;
  top: 91px;
  z-index: 9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}
@media (min-width: 1025px) {
  .forecast__top.sticky .forecast__titles {
    position: relative;
  }
  .forecast__top.sticky .forecast__titles::before {
    content: "";
    position: absolute;
    width: calc(100dvw - var(--scrollbar-width));
    height: 100%;
    bottom: -8px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(31, 41, 55, 0.05);
            box-shadow: 0 8px 16px 0 rgba(31, 41, 55, 0.05);
  }
}
.forecast__titles {
  padding: 6px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707781;
  background: #e4f6ee;
  border-radius: 8px;
  font-weight: 500;
}
.forecast__titles span {
  line-height: 143%;
}
.forecast__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.forecast__table-title {
  margin: 0 auto;
  text-align: center;
}
.forecast__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.forecast__row {
  padding: 16px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: #f7f7f7;
  border-radius: 10px;
  white-space: nowrap;
}
.forecast__row:nth-child(even) {
  background: #fff;
  border: 1px solid #f7f7f7;
}
.forecast__row--stage {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.forecast__row--stage .forecast__date {
  min-width: 180px;
}
.forecast__row--place {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.forecast__row--place .forecast__inputs {
  max-width: 240px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.forecast__row--teams {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.forecast__row--teams .forecast__inputs {
  max-width: 882px;
  width: 100%;
  gap: 80px;
}
.forecast__row--teams .forecast__checkbox-field {
  min-width: 80px;
}
.forecast__row--score {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.forecast__row--score .forecast__date {
  min-width: 260px;
}
.forecast__row--score .forecast__inputs {
  max-width: 240px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1024px) {
  .forecast__row--score .forecast__date {
    min-width: 160px;
  }
}
.forecast__row--top-scorer .forecast__input {
  min-width: 240px;
}
.forecast__value {
  font-weight: 500;
}
.forecast__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #707781;
}
.forecast__teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.forecast__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  width: 200px;
  word-break: break-all;
  white-space: normal;
}
@media (max-width: 575px) {
  .forecast__team {
    width: 150px;
  }
}
.forecast__team:first-child {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.forecast__flag {
  width: 24px;
  min-width: 24px;
  height: 14px;
}
.forecast__versus {
  height: 36px;
  width: 36px;
  min-width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #b2b2b2;
  background: #e9e9e9;
  border-radius: 50%;
}
.forecast__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.forecast__input {
  width: 80px;
  height: 40px;
  padding: 0 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 8px;
  color: #1f2937;
}
.forecast__input:focus {
  outline: 1px solid #1e9e5a;
}
.forecast__input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.forecast__input::-moz-placeholder {
  color: #b2b2b2;
}
.forecast__input:-ms-input-placeholder {
  color: #b2b2b2;
}
.forecast__input::-ms-input-placeholder {
  color: #b2b2b2;
}
.forecast__input::placeholder {
  color: #b2b2b2;
}
.forecast__input::-webkit-outer-spin-button, .forecast__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forecast__input[type=number] {
  -moz-appearance: textfield;
}
.forecast__checkbox {
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.forecast__separator {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
}
.forecast__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.forecast--stage .forecast__titles {
  gap: 50px;
}
.forecast--stage .forecast__titles span {
  min-width: 181px;
}
.forecast--stage .forecast__titles span:nth-child(2) {
  margin: 0 auto;
  text-align: center;
}
.forecast--place .forecast__titles {
  gap: 10px;
}
.forecast--place .forecast__titles span {
  min-width: 115px;
}
.forecast--place .forecast__titles span:nth-child(1) {
  min-width: 241px;
}
.forecast--place .forecast__titles span:nth-child(2) {
  margin: 0 auto;
  text-align: center;
}
.forecast--teams .forecast__titles {
  gap: 16px;
}
.forecast--teams .forecast__titles span {
  min-width: 142px;
}
.forecast--teams .forecast__titles span:nth-child(1) {
  min-width: 152px;
  margin-right: auto;
}
.forecast--teams .forecast__titles span:last-child {
  min-width: 92px;
}
.forecast--score .forecast__titles {
  gap: 16px;
}
.forecast--score .forecast__titles span {
  min-width: 112.5px;
}
.forecast--score .forecast__titles span:nth-child(1) {
  min-width: 260px;
}
.forecast--score .forecast__titles span:nth-child(2) {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .forecast--score .forecast__titles span:nth-child(1) {
    min-width: 160px;
  }
}
@media (max-width: 1202px) {
  .forecast__top {
    position: static;
  }
  .forecast__nav, .forecast__tables {
    max-width: calc(100dvw - 32px);
    overflow: auto;
  }
  .forecast__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1170px;
  }
  .forecast__nav {
    margin-bottom: 0;
  }
  .forecast__top {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .forecast__inner {
    min-width: 1024px;
  }
}
@media (max-width: 640px) {
  .forecast__inner {
    min-width: 640px;
  }
}
@media (max-width: 480px) {
  .forecast__inner {
    min-width: unset;
  }
}

.participant-forecast {
  padding: 16px 0 80px;
}
.participant-forecast .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.participant-forecast__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.participant-forecast__header .back-button {
  margin-bottom: -8px;
}
.participant-forecast__topbar {
  padding: 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  background: #f7f7f7;
  border-radius: 12px;
}
.participant-forecast__summary-score {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  background: #fb2e27;
  border-radius: 12px;
}
.participant-forecast__summary-score b,
.participant-forecast__summary-score strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.03em;
}
.participant-forecast__summary-score b::after,
.participant-forecast__summary-score strong::after {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/contribution.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.participant-forecast__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.participant-forecast__avatar {
  min-width: 64px;
  width: 64px;
  height: 64px;
  padding: 4px;
  border-radius: 50%;
  background-image: url(../images/svg/avatar-ring.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.participant-forecast__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.participant-forecast__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.participant-forecast__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #1f2937;
}
.participant-forecast__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #b2b2b2;
}
.participant-forecast__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 64px;
}
.participant-forecast__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.participant-forecast__block--stage-1-v1 .participant-forecast__titles {
  gap: 34px;
}
.participant-forecast__block--stage-1-v1 .participant-forecast__titles > span:nth-child(1) {
  min-width: 152px;
}
.participant-forecast__block--stage-1-v1 .participant-forecast__titles > span:nth-child(2) {
  min-width: 433px;
}
.participant-forecast__block--stage-1-v1 .participant-forecast__titles-group {
  max-width: 493px;
}
.participant-forecast__block--stage-1-v1 .participant-forecast__date {
  min-width: 160px;
}
.participant-forecast__block--stage-1-v1 .participant-forecast__teams {
  min-width: 440px;
}
.participant-forecast__block--stage-1-v2 .participant-forecast__titles {
  gap: 34px;
}
.participant-forecast__block--stage-1-v2 .participant-forecast__titles > span:nth-child(1) {
  min-width: 152px;
}
.participant-forecast__block--stage-1-v2 .participant-forecast__titles-group {
  max-width: 740px;
}
.participant-forecast__block--stage-1-v2 .participant-forecast__team {
  min-width: 140px;
}
.participant-forecast__block--playoff .participant-forecast__titles {
  gap: 38px;
}
.participant-forecast__block--playoff .participant-forecast__titles > span:nth-child(1) {
  min-width: 152px;
}
.participant-forecast__block--playoff .participant-forecast__titles > span:nth-child(2) {
  min-width: 308px;
}
.participant-forecast__block--playoff .participant-forecast__titles-group {
  max-width: 612px;
}
.participant-forecast__block--playoff .participant-forecast__date {
  min-width: 160px;
}
.participant-forecast__block--playoff .participant-forecast__value {
  min-width: 316px;
}
@media (max-width: 1024px) {
  .participant-forecast__block--playoff .participant-forecast__titles > span:nth-child(1), .participant-forecast__block--playoff .participant-forecast__titles > span:nth-child(2) {
    min-width: 152px;
  }
  .participant-forecast__block--playoff .participant-forecast__value {
    min-width: 152px;
  }
}
.participant-forecast__block--all-chapters .participant-forecast__titles {
  gap: 24px;
}
.participant-forecast__block--all-chapters .participant-forecast__titles > span:nth-child(1) {
  min-width: 152px;
}
.participant-forecast__block--all-chapters .participant-forecast__titles-group {
  max-width: 370px;
}
.participant-forecast__block--all-chapters .participant-forecast__team {
  min-width: 140px;
}
.participant-forecast__block--winner {
  margin-top: -40px;
}
.participant-forecast__block--winner .participant-forecast__titles {
  gap: 24px;
}
.participant-forecast__block--winner .participant-forecast__titles > span:nth-child(1) {
  min-width: 152px;
}
.participant-forecast__block--winner .participant-forecast__titles-group {
  max-width: 370px;
}
.participant-forecast__block--winner .participant-forecast__team {
  min-width: 140px;
}
.participant-forecast__block--top-scorer .participant-forecast__titles-group {
  max-width: 612px;
  width: 100%;
}
.participant-forecast__block--top-scorer .participant-forecast__titles-group span:last-child {
  max-width: 123px;
}
.participant-forecast__block--top-scorer .participant-forecast__score:nth-child(1), .participant-forecast__block--top-scorer .participant-forecast__score:nth-child(2) {
  min-width: 246px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1024px) {
  .participant-forecast__block--top-scorer .participant-forecast__inner {
    min-width: calc(100% - 32px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .participant-forecast__block--top-scorer .participant-forecast__titles-group {
    margin-left: 0;
  }
  .participant-forecast__block--top-scorer .participant-forecast__scores {
    margin-left: -24px;
  }
  .participant-forecast__block--top-scorer .participant-forecast__score:nth-child(1) {
    border: navajowhite;
  }
}
.participant-forecast__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.participant-forecast__sentinel {
  visibility: hidden;
}
.participant-forecast__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.participant-forecast__tables-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.participant-forecast__tables .participant-forecast__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.participant-forecast__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.participant-forecast__top {
  margin-top: -24px;
  padding: 8px 0;
  position: sticky;
  top: 91px;
  z-index: 9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}
@media (min-width: 1025px) {
  .participant-forecast__top.sticky .participant-forecast__titles {
    position: relative;
  }
  .participant-forecast__top.sticky .participant-forecast__titles::before {
    content: "";
    position: absolute;
    width: calc(100dvw - var(--scrollbar-width));
    height: 100%;
    bottom: -8px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(31, 41, 55, 0.05);
            box-shadow: 0 8px 16px 0 rgba(31, 41, 55, 0.05);
  }
}
.participant-forecast__titles {
  padding: 16px 0 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707781;
  background: #e4f6ee;
  border-radius: 8px;
  font-weight: 500;
}
.participant-forecast__titles span {
  line-height: 143%;
}
.participant-forecast__titles-group {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.participant-forecast__titles-group span {
  width: 100%;
  min-width: 123px;
}
.participant-forecast__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.participant-forecast__table-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: 200px;
}
.participant-forecast__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.participant-forecast__row {
  padding: 16px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  background: #f7f7f7;
  border-radius: 10px;
  white-space: nowrap;
}
.participant-forecast__row:nth-child(even) {
  background: #fff;
  border: 1px solid #f7f7f7;
}
.participant-forecast__row:nth-child(even) .participant-forecast__score {
  border-color: #f7f7f7;
}
.participant-forecast__value {
  font-weight: 500;
}
.participant-forecast__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #707781;
}
.participant-forecast__teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.participant-forecast__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.participant-forecast__flag {
  width: 24px;
  min-width: 24px;
  height: 14px;
}
.participant-forecast__versus {
  height: 36px;
  width: 36px;
  min-width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #b2b2b2;
  background: #e9e9e9;
  border-radius: 50%;
}
.participant-forecast__scores {
  min-height: 64px;
  height: 64px;
  margin: -16px -24px -16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.participant-forecast__score {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 124px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  border-left: 1px solid #e9e9e9;
}
.participant-forecast__score--blue-text {
  color: #16489f;
}
.participant-forecast__score--green-bg {
  background: #e4f6ee;
}
.participant-forecast__score--red-text {
  color: #fb2e27;
}
.participant-forecast__teams {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  min-width: none;
}
.participant-forecast__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  white-space: wrap;
  width: 150px;
}
.participant-forecast__semicolon {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
}
@media (max-width: 1202px) {
  .participant-forecast__top {
    position: static;
  }
  .participant-forecast__tables {
    max-width: calc(100dvw - 32px);
    overflow: auto;
  }
  .participant-forecast__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1170px;
  }
  .participant-forecast__top {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .participant-forecast__inner {
    min-width: 1024px;
  }
  .participant-forecast__tables-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .participant-forecast__topbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .participant-forecast__inner {
    min-width: 640px;
  }
}
@media (max-width: 480px) {
  .participant-forecast__inner {
    min-width: unset;
  }
}

.betting-rating {
  padding: 16px 0 80px;
}
.betting-rating .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.betting-rating__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.betting-rating__header .back-button {
  margin-bottom: -8px;
}
.betting-rating__topbar {
  padding: 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  background: #f7f7f7;
  border-radius: 12px;
}
.betting-rating__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 64px;
}
.betting-rating__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.betting-rating__sentinel {
  visibility: hidden;
}
.betting-rating__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.betting-rating__tables-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.betting-rating__tables .betting-rating__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.betting-rating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.betting-rating__top {
  margin-top: -24px;
  padding: 8px 0;
  position: sticky;
  top: 91px;
  z-index: 9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}
@media (min-width: 1025px) {
  .betting-rating__top.sticky .betting-rating__titles {
    position: relative;
  }
  .betting-rating__top.sticky .betting-rating__titles::before {
    content: "";
    position: absolute;
    width: calc(100dvw - var(--scrollbar-width));
    height: 100%;
    bottom: -8px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(31, 41, 55, 0.05);
            box-shadow: 0 8px 16px 0 rgba(31, 41, 55, 0.05);
  }
}
.betting-rating__titles {
  padding: 16px 0 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707781;
  background: #e4f6ee;
  border-radius: 8px;
  font-weight: 500;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 40px 275px 40px 75px 40px 80px 40px 230px 40px 230px;
  grid-template-columns: 50px 275px 75px 80px repeat(2, 230px);
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
.betting-rating__titles span {
  line-height: 143%;
}
.betting-rating__titles-group {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betting-rating__titles-group span {
  width: 100%;
  min-width: 123px;
}
.betting-rating__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.betting-rating__table-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: 200px;
}
.betting-rating__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.betting-rating__row {
  padding: 16px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.betting-rating__row--first-place .betting-rating__rating, .betting-rating__row--second-place .betting-rating__rating, .betting-rating__row--third-place .betting-rating__rating {
  position: relative;
}
.betting-rating__row--first-place .betting-rating__rating::before, .betting-rating__row--second-place .betting-rating__rating::before, .betting-rating__row--third-place .betting-rating__rating::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
}
.betting-rating__row--first-place .betting-rating__position, .betting-rating__row--second-place .betting-rating__position, .betting-rating__row--third-place .betting-rating__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.betting-rating__row--first-place .betting-rating__position::before, .betting-rating__row--second-place .betting-rating__position::before, .betting-rating__row--third-place .betting-rating__position::before {
  content: "";
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/svg/trophy.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.betting-rating__row--first-place .betting-rating__score, .betting-rating__row--second-place .betting-rating__score, .betting-rating__row--third-place .betting-rating__score {
  border-color: #e9e9e9;
}
.betting-rating__row--first-place {
  background: #fef9c3;
}
.betting-rating__row--first-place .betting-rating__rating::before {
  background-image: url(../images/svg/wreath-gold.svg);
}
.betting-rating__row--second-place {
  background: #f7f7f7;
}
.betting-rating__row--second-place .betting-rating__rating::before {
  background-image: url(../images/svg/wreath-silver.svg);
}
.betting-rating__row--third-place {
  background: #fff7ed;
}
.betting-rating__row--third-place .betting-rating__rating::before {
  background-image: url(../images/svg/wreath-bronze.svg);
}
.betting-rating__info {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.betting-rating__info .betting-rating__col {
  max-width: 256px;
  min-width: 256px;
  padding: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.betting-rating__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #707781;
}
.betting-rating__teams {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.betting-rating__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
.betting-rating__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.betting-rating__flag {
  width: 20px;
  min-width: 20px;
  height: 12px;
}
.betting-rating__rating {
  margin-right: 32px;
  min-width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
}
.betting-rating__participant {
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.betting-rating__participant .betting-rating__col {
  gap: 4px;
}
.betting-rating__avatar {
  min-width: 48px;
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 50%;
  background-image: url(../images/svg/avatar-ring.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.betting-rating__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.betting-rating__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #1f2937;
}
.betting-rating__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #b2b2b2;
}
.betting-rating__scores {
  min-height: 80px;
  height: 80px;
  margin: -16px -24px -16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.betting-rating__score {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 128px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  border-left: 1px solid #f7f7f7;
}
.betting-rating__score--blue-text {
  color: #16489f;
}
.betting-rating__score--green-bg {
  background: #e4f6ee;
}
.betting-rating__score--green-bg + .betting-rating__score--green-bg {
  border-left: 1px solid #e9e9e9;
}
.betting-rating__score--red-text {
  color: #fb2e27;
}
.betting-rating__score--sm-text {
  font-size: 16px;
  font-weight: 500;
}
.betting-rating__score--comforting-beer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.betting-rating__score--comforting-beer::before {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/beer.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.betting-rating__semicolon {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
}
.betting-rating--ongoing .betting-rating__name {
  text-decoration: none;
}
.betting-rating--ongoing .betting-rating__titles span:nth-child(3), .betting-rating--ongoing .betting-rating__titles span:nth-child(4) {
  text-align: center;
}
.betting-rating--finish .betting-rating__name {
  text-decoration: none;
}
.betting-rating--finish .betting-rating__titles span:nth-child(1) {
  min-width: 106px;
}
.betting-rating--finish .betting-rating__titles span:nth-child(2) {
  min-width: 301px;
}
.betting-rating--finish .betting-rating__titles span:nth-child(3) {
  margin-left: auto;
}
.betting-rating--finish .betting-rating__titles span:nth-child(3), .betting-rating--finish .betting-rating__titles span:nth-child(4) {
  min-width: 185px;
  text-align: center;
}
.betting-rating--finish .betting-rating__score {
  min-width: 185px;
}
@media (max-width: 1202px) {
  .betting-rating__top {
    position: static;
  }
  .betting-rating__tables {
    max-width: calc(100dvw - 32px);
    overflow: auto;
  }
  .betting-rating__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1170px;
  }
  .betting-rating__top {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .betting-rating__inner {
    min-width: 1024px;
  }
  .betting-rating__tables-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .betting-rating__topbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .betting-rating__inner {
    min-width: 640px;
  }
}
@media (max-width: 480px) {
  .betting-rating__inner {
    min-width: unset;
  }
}

.profile {
  padding: 16px 0 72px;
}
.profile .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.profile__body {
  min-height: calc(100dvh - 219px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.profile__sidebar {
  max-width: 270px;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #f7f7f7;
  border-radius: 12px;
}
.profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.profile__avatar {
  min-width: 48px;
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 50%;
  background-image: url(../images/svg/avatar-ring.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.profile__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.profile__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.profile__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
}
.profile__position {
  padding-left: 20px;
  line-height: 143%;
  color: #707781;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
}
.profile__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.profile__main {
  width: 100%;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  background: #f7f7f7;
}
.profile__top {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.profile__title {
  padding-left: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left center;
}
.profile__tournaments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.profile__inner {
  min-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.profile__titles {
  padding: 7px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #b2b2b2;
}
.profile__titles span {
  min-width: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile__titles span:nth-child(1) {
  min-width: 295px;
}
.profile__titles span:nth-child(3) {
  max-width: 277px;
  width: 100%;
  margin-left: auto;
}
.profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.profile .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.profile .menu-item-current .menu-icon {
  -webkit-filter: none;
          filter: none;
}
.profile .menu-item-current .menu-link {
  border-right: 2px solid #1e9e5a;
}
.profile .menu-item:last-child .menu-link {
  border-bottom: 1px solid #e9e9e9;
}
.profile .menu-link {
  width: 100%;
  padding: 16px 8px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1f2937;
  text-decoration-color: transparent;
  border-top: 1px solid #e9e9e9;
}
.profile .menu-link:hover {
  text-decoration-color: initial;
}
.profile .menu-icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(1) brightness(1);
          filter: grayscale(1) brightness(1);
}
.profile__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.profile__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
.profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.profile__actions {
  padding: 24px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-top: 1px solid #e9e9e9;
}
.profile__delete-account {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fb2e27;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.profile__delete-account:hover {
  text-decoration-color: initial;
}
.profile__delete-account::before {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/trash.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.profile__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #b2b2b2;
}
.profile__exit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #16489f;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.profile__exit:hover {
  text-decoration-color: initial;
}
.profile__exit::before {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/svg/exit.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.profile--settings .profile__main {
  row-gap: 24px;
}
.profile__tournaments .tournament__actions-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .profile__tournaments .profile__inner {
    min-width: 0px;
    width: 100%;
  }
  .profile__tournaments .profile__titles {
    display: none;
  }
  .profile__tournaments .tournament {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .profile__tournaments .tournament__actions {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 440px) {
  .profile__tournaments .tournament__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1202px) {
  .profile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__sidebar {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .profile__body {
    min-height: calc(100dvh - 198px);
  }
  .profile__sidebar, .profile__main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .profile__titles span:nth-child(1) {
    min-width: 205px;
  }
}
@media (max-width: 834px) {
  .profile__tournaments {
    max-width: calc(100dvw - 64px);
    overflow: auto;
  }
}
@media (max-width: 425px) {
  .profile__actions {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  .profile__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile__actions .profile__col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */