.account-menu__item__link:hover,
a.account-breadcrumbs__item:hover {
  color: var(--accent-light);
}
.account__title,
.prediction-banner__title,
.prediction-carousel__title,
.prediction-item__title {
  font-family: Organetto, sans-serif;
}
:root {
  --accent: #8500ed;
  --accent-light: #b57bff;
  --gray: #383b40;
  --gray-light: #ededed;
  --white: #ffffff;
  --dark: #1b1d20;
  --modal: #16181b;
  --description-background: #1b1e21;
  --table-button: #282b30;
  --input: #1f2124;
  --input-shadow: #f7f7f7;
  --error: red;
  --success: green;
}
.scroll-hidden {
  overflow: hidden;
}
.coefficient-hide,
.games__table thead .data-index,
.hidden-desktop,
.sidebar__toggle {
  display: none !important;
}
.prediction-customer__socials,
.prediction-header,
.prediction-table {
  position: relative;
}
.prediction-header__list {
  position: absolute;
  padding: 5px 0;
  background-color: var(--dark);
  left: 24px;
  display: none;
}
.prediction-header__item {
  list-style-type: none;
  padding: 0;
}
.prediction-header__item:before {
  display: none;
}
.prediction-header__link {
  text-decoration: none;
  color: var(--white);
  width: 100%;
  display: block;
  padding: 5px 25px;
  white-space: nowrap;
}
.prediction-header__link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.prediction-header:hover .prediction-header__list {
  display: block;
}
.account-breadcrumbs {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--white);
  padding: Min(Max(10px, 2vw), 15px) 0;
  margin: 0 !important;
}
.account-breadcrumbs__item {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--white);
  border-right: 1px solid var(--white);
  padding: 0 8px;
}
.account-breadcrumbs__item:first-child {
  padding-left: 0;
}
.account-breadcrumbs__item:last-child {
  border: 0;
  opacity: 0.6;
}
.account__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 24px;
  gap: 12px;
  text-align: left;
}
.account__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  color: var(--white);
  margin: 0;
}
.account__button,
.prediction-modal__button {
  margin: 0;
}
.account__button_gray {
  background: var(--gray);
}
.account__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.account__pagination ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.account__pagination ul li {
  padding: 0;
}
.account__pagination ul li a,
.account__pagination ul li span {
  background: var(--gray);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
}
.account__pagination ul li.active span,
.account__pagination ul li:hover a {
  background-color: var(--accent);
}
.account__pagination ul li.first,
.account__pagination ul li.last,
.account__pagination ul li:before,
.prediction-field__checkbox,
.prediction-field__file {
  display: none;
}
.account__pagination ul li.next a,
.account__pagination ul li.prev a {
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.account__pagination ul li.next a:before,
.account__pagination ul li.prev a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg);
}
.account__pagination ul li.next a:before {
  transform: rotate(-135deg);
  right: 3px;
  left: 0;
}
.prediction-customer__button_reg {
	padding: 8px 15px;
	margin: 0 !important;
	width: 100%;
	min-width: auto;
	text-transform: none;
}
.prediction-customer__button_reg + .prediction-customer__button_reg {
	margin-top: 8px !important;
}
.prediction-customer__button_reg:hover {
	transform: none;
	background: rgba(0, 0, 0, 0.3);
}
.account-menu {
  margin: 0 0 24px;
}
.account-menu__item {
  margin: 10px 0;
}
.account-menu__item__link {
  color: var(--white);
}
.prediction-authors,
.predictions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 12px;
}
.prediction-item {
  background: var(--dark);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.prediction-item_transparent {
  background: 0 0;
}
.prediction-item__wrapper {
  display: block;
  height: 228px;
  background-color: rgba(64, 64, 64, 0.3);
  position: relative;
  overflow: hidden;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.prediction-item__wrapper_min {
  height: 120px;
}
.prediction-item__icon img,
.prediction-item__image {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.prediction-item__wrapper_shadow:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
      0deg,
      rgba(17, 19, 22, 0.6),
      rgba(17, 19, 22, 0.6)
    ),
    linear-gradient(180deg, rgba(27, 29, 32, 0.7) 0, rgba(27, 29, 32, 0) 100%);
}
.prediction-item__image {
  min-height: auto !important;
  max-height: none !important;
  min-width: auto !important;
  max-width: none !important;
}
.prediction-item__image_radius {
  border-radius: 4px;
}
.prediction-item__info {
  padding: 24px 16px 16px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: left;
}
.prediction-item__info_min {
  padding: 24px 0 0;
}
.prediction-item__top {
  display: flex;
  flex-direction: column;
}
.prediction-item__status {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  background-color: var(--gray);
  color: var(--white);
  border-radius: 4px;
  padding: 2px 4px;
  display: inline-block;
  align-self: flex-start;
}
.prediction-item__status_active {
  background-color: var(--accent);
}
.prediction-item__customer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 16px 4px 4px;
  background: var(--gray);
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  margin-bottom: 24px;
  align-self: flex-start;
  cursor: pointer;
}
.prediction-item__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.prediction-banner__info,
.prediction-item__author {
  flex: 1 1 0;
}
.prediction-item__date {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 8px;
}
.prediction-item__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  display: block;
  white-space: normal;
}
.prediction-item__description,
.prediction-item__title_min {
  font-size: 14px;
  line-height: 19px;
}
.prediction-item__description {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 24px;
}
.prediction-item__button {
  border: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  height: 38px;
  line-height: 38px;
  transition: 0.3s linear;
}
.prediction-field__checkbox:checked + .prediction-field__switch,
.prediction-item__button:hover,
.prediction-item__edit,
.prediction-select__item:hover {
  background-color: var(--accent);
}
.prediction-item__button_accent {
  background-color: var(--accent);
  align-self: flex-start;
  min-width: 148px;
}
.prediction-item__edit {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prediction-add__label {
  display: block;
  margin: 0 0 20px;
  position: relative;
}
.prediction-field__name {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  display: block;
}
.prediction-field__name_dextral {
  padding-left: 40px;
}
.prediction-field__input,
.prediction-field__textarea,
.promocode__input {
  background: var(--input);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  height: 30px;
  padding: 0 15px;
  color: var(--input-shadow);
  width: 100%;
}
.prediction-field__textarea {
  padding: 5px 15px;
  height: 100px;
  resize: none;
}
.prediction-field__image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin-top: 10px;
  border-radius: 4px;
}
.prediction-field__dropbox {
  background-color: var(--gray);
  padding: 12px 20px;
  text-align: center;
  border: 2px dotted transparent;
  border-radius: 4px;
}
.prediction-field__dropbox_active {
  border: 2px dotted var(--accent);
}
.prediction-field__switch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background-color: var(--gray);
  border-radius: 4px;
}
.prediction-field__switch:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: auto;
  width: 15px;
  height: 9px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
  opacity: 0;
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.ck.ck-toolbar {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.prediction-field__checkbox:checked + .prediction-field__switch:before {
  opacity: 1;
}
.prediction-field__required {
  color: var(--error);
}
.prediction-add__error,
.prediction-add__success,
.prediction-field__error {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
  background-color: var(--error);
  padding: 5px 10px;
  display: none;
  border-radius: 4px;
  margin: 10px 0;
}
.prediction-add__success {
  background-color: var(--success);
}
.prediction-select__list {
  background: var(--input);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding: 15px;
  color: var(--input-shadow);
  width: 100%;
  list-style-type: none;
  display: none;
}
.prediction-select__list li:before {
  display: none;
}
.prediction-select__item {
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}
.prediction-select__error {
  padding: 5px;
}
.prediction-banner {
  padding: 115px 8px 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  position: relative;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prediction-banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(17, 19, 22, 0.7) 0,
    var(--input) 100%
  );
}
.prediction-banner__top {
  flex: 1 1 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 12px;
}
.prediction-banner__title {
  font-weight: 800;
  font-size: Min(Max(24px, 3vw), 32px);
  line-height: Min(Max(32px, 3vw), 43px);
  color: var(--white);
}
.prediction-banner__date {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: flex-end;
  position: absolute;
  top: 8px;
  right: 8px;
}
.prediction-banner__edit:hover svg path {
  fill-opacity: 1;
}
.prediction-banner__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.prediction-banner__customer {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 6px 16px 6px 6px;
  border-radius: 50px;
  align-self: flex-start;
  cursor: pointer;
}
.prediction-banner__customer:hover {
  background: #4a4f56;
}
.prediction-banner__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.prediction-banner__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prediction-banner__team img,
.prediction-carousel__team img,
.prediction-match__icon img {
  object-fit: contain;
  object-position: center;
}
.prediction-banner__author {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.25);
}
.prediction-banner__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: var(--white);
}
.prediction-page__description {
  background: var(--description-background);
  border-radius: 4px;
  padding: Min(Max(16px, 3vw), 24px);
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
}
.prediction-page__description h2,
.prediction-page__description h3,
.prediction-page__description h4,
.prediction-page__description h5,
.prediction-page__description h6 {
  font-weight: 900;
  color: var(--white);
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  margin-bottom: 20px;
}
.prediction-page__description h2 {
  font-size: Min(Max(28px, 3vw), 36px);
  line-height: Min(Max(35px, 3vw), 43px);
}
.prediction-page__description h3 {
  font-size: 24px;
  line-height: 33px;
}
.prediction-page__description h4 {
  font-size: 22px;
  line-height: 30px;
}
.prediction-page__description h5 {
  font-size: 20px;
  line-height: 28px;
}
.prediction-page__description h6 {
  font-size: 18px;
  line-height: 26px;
}
.prediction-page__description a {
  color: var(--accent-light);
  text-decoration: underline;
}
.prediction-page__description p {
  margin: 0 0 20px;
}
.prediction-page__row {
  display: flex;
  justify-content: center;
}
.prediction-carousel .owl-stage {
  display: flex;
}
.prediction-carousel .owl-dots {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  gap: 8px;
}
.prediction-carousel .owl-dot {
  flex-grow: 1;
}
.prediction-carousel.owl-theme .owl-dots .owl-dot span {
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0;
  width: 100%;
  position: relative;
}
.prediction-carousel.owl-theme .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--white);
  border-radius: 4px;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-name: progress;
  animation-name: progress;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 10;
}
.prediction-carousel.owl-theme .owl-dot.full-background {
  background: var(--white);
  transition: none;
}
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 101%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 101%;
  }
}
.prediction-carousel {
  min-height: 458px;
  display: block !important;
}
.prediction-carousel__item {
  padding: 16px 16px 34px;
  min-height: 458px;
  position: relative;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 4px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.prediction-carousel.owl-loaded .prediction-carousel__item {
  display: flex;
}
.prediction-carousel__item:before {
  content: '';
  background: linear-gradient(
    180deg,
    rgba(27, 29, 32, 0.5) 0,
    rgba(27, 29, 32, 0.5) 0.01%,
    var(--dark) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.prediction-modal-customer__description:before,
.prediction-modal:before {
  width: 16px;
  height: 16px;
  top: -8px;
  content: '';
  transform: rotate(45deg);
  margin: auto;
}
.prediction-carousel__info {
  width: 100%;
  position: relative;
  gap: 24px;
}
.prediction-carousel__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
.prediction-carousel__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
}
.prediction-carousel__button {
  position: relative;
  width: 100%;
}
.prediction-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.prediction-table__button {
  font-family: 'Noto Sans', sans-serif;
  background: var(--table-button);
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  width: 100%;
  height: 42px;
}
.prediction-modal,
.prediction-modal-customer {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  z-index: 1000;
}
.prediction-modal-customer__name,
.prediction-modal__title {
  font-weight: 800;
  color: var(--white);
  font-family: Organetto, sans-serif;
}
.prediction-table__button_desktop {
  display: none;
  margin-left: 12px;
}
.prediction-table__button:hover {
  background: var(--accent);
}
.prediction-modal,
.prediction-modal:before {
  background: var(--modal);
  left: 0;
  right: 0;
  position: absolute;
}
.prediction-table__mobile {
  width: 100%;
  margin-top: 10px;
}
.prediction-modal {
  padding: 24px;
  transform: translate(0, calc(50% + 42px));
}
.prediction-modal__row {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 16px;
}
.prediction-modal__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.prediction-modal__title {
  font-size: Min(Max(16px, 3vw), 24px);
  line-height: Min(Max(24px, 3vw), 32px);
}
.prediction-modal__no-result {
  text-align: left;
  margin-top: 24px;
}
.prediction-modal-customer {
  position: absolute;
  left: 0;
  right: 0;
  transform: translate(0, calc(50% + 32px));
  max-width: 280px;
  min-width: 280px;
  overflow: hidden;
}
.prediction-modal-customer__top {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px;
  background: rgba(66, 66, 59, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.prediction-modal-customer__image {
  width: 90px;
  height: 90px;
  max-height: none !important;
  min-width: auto !important;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.prediction-modal-customer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prediction-modal-customer__name {
  font-size: 16px;
  line-height: 22px;
}
.prediction-customer__rating,
.prediction-modal-customer__rating {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: var(--gray-light);
  display: flex;
  align-items: center;
  gap: 8px;
}
.prediction-modal-customer__description {
  padding: 16px;
  position: relative;
  background: var(--dark);
}
.prediction-modal-customer__description:before {
  background: var(--dark);
  position: absolute;
  left: 63px;
}
.prediction-modal-customer__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: var(--gray-light);
  margin: 0 0 8px;
  white-space: normal;
}
.prediction-modal-customer__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(237, 237, 237, 0.7);
  margin: 0 0 24px;
  white-space: normal;
}
.prediction-customer__button,
.prediction-modal-customer__button {
  border: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  transition: 0.3s linear;
}
.prediction-modal-customer__button:hover {
  background-color: var(--accent);
}
.prediction-customer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px !important;
}
.prediction-customer__min {
  gap: 0;
  margin: 0 !important;
}
.prediction-customer__top {
  position: relative;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.prediction-customer__top:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(27, 30, 33, 0.5) 0, #111316 100%);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.prediction-customer__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.prediction-customer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 0;
  position: relative;
}
.prediction-customer__info_center {
  align-items: center;
}
.prediction-customer__reg .prediction-customer__info_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.prediction-customer__name {
  font-family: Organetto, sans-serif;
  font-weight: 800;
  font-size: Min(Max(20px, 3vw), 32px);
  line-height: Min(Max(27px, 3vw), 43px);
  color: var(--white);
  text-align: center;
	cursor: default;
}
.prediction-customer__name_min {
  font-size: 20px;
  line-height: 27px;
  min-height: 54px;
}
.prediction-customer__reg .prediction-customer__name_min {
	word-break: keep-all;
}
.prediction-customer__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--description-background);
  border-radius: 4px;
  padding: 24px;
  position: relative;
  flex: 1 1 0;
}
.prediction-banner__teams,
.prediction-carousel__teams {
  right: 0;
  left: 0;
  gap: 40px;
  display: flex;
  text-align: center;
}
.prediction-customer__description:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  width: 24px;
  height: 24px;
  background: var(--description-background);
  transform: rotate(45deg);
  margin: auto;
}
.prediction-customer__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: var(--white);
  margin: 0;
}
.prediction-customer__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(237, 237, 237, 0.8);
  margin: 0;
}
.prediction-customer__button:hover {
  background-color: var(--accent);
}
.prediction-carousel__teams {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 130px;
  margin: auto;
}
.prediction-carousel__team {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prediction-carousel__team_left {
  align-self: flex-end;
}
.prediction-carousel__team_right {
  align-self: flex-start;
}
.prediction-banner__teams {
  position: absolute;
  top: 40px;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.prediction-banner__team {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prediction-match,
.promocode {
  display: flex;
  align-items: center;
}
.match-info__date {
  font-size: 20px;
  color: var(--white);
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
}
.match-info__icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto;
}
.prediction-carousel__teams .match-info__icon {
  width: 50px;
  height: 50px;
}
.prediction-match {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
}
.prediction-match__icon {
  width: 60px;
  height: 60px;
}
.prediction-match__icon_left {
  align-self: flex-end;
}
.prediction-match__icon_right {
  align-self: flex-start;
}
.prediction-match__icon_center {
  width: 40px;
  height: 40px;
  margin: auto;
}
.prediction-match__info {
  margin-bottom: 35px;
}
.prediction-match__date {
  font-size: 25px;
  color: var(--white);
  font-weight: 700;
}
.socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.socials_effect {
  position: relative;
  margin-bottom: 50px !important;
}
.socials_big {
  gap: 16px;
}
.socials__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.promocode__button,
.promocode__title,
.sidebar__link,
.socials__title_white {
  color: var(--white);
}
.socials__container {
  display: flex;
  gap: 8px;
}
.socials__container_center {
  justify-content: center;
}
.socials__image {
  max-width: 38px;
  max-height: 38px;
}
.socials__image_big {
  max-width: 90px;
}
.socials__item_hover:hover {
  transform: translate(0, -3px);
}
.promocode {
  justify-content: center;
  padding: 100px 0;
}
.promocode__title {
  font-family: Organetto, sans-serif;
  font-weight: 800;
  font-size: Min(Max(18px, 3vw), 34px);
  line-height: Min(Max(24px, 3vw), 46px);
  text-align: center;
  margin: 0 0 16px;
}
.promocode__input {
  width: 200px;
  margin: auto;
  display: block;
}
.promocode__group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.promocode__button {
  width: 120px;
  height: 38px;
  background: #ff4200;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.promocode__button_gray {
  background: #383b40;
}
.promocode__button:hover {
  background: var(--accent);
}
.mobile-scroll-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #111316;
  z-index: 100000;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.mobile-scroll-menu__button {
  text-align: center;
  color: var(--white);
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 4px 0;
  min-width: 70px;
}
.mobile-scroll-menu__button_hide,
body.account-forgotten .mobile-scroll-menu,
body.account-login .mobile-scroll-menu,
body.account-register .mobile-scroll-menu,
body.account-reset .mobile-scroll-menu {
  display: none;
}
.coefficient-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.coefficient-block__top {
  background-color: #ececec;
  color: var(--dark);
  min-height: 20px !important;
  line-height: 20px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.coefficient-block__bottom {
  background-color: var(--accent);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.coefficient-block__bottom input[type='radio']::before {
  top: -33px;
  left: 0;
  width: 100%;
  height: 48px;
  border-radius: 4px;
}
.coefficient-block__bottom input:checked + label {
  background-color: #ff4200 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.match-categories {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: space-between;
}
.match-categories__links {
  padding: 7px Min(Max(7px, 2vw), 15px);
  color: var(--white);
  text-decoration: none;
  background-color: var(--gray);
  border-radius: 4px;
  font-size: Min(Max(10px, 2vw), 16px);
  width: 100%;
}
.match-categories__links:hover,
.match-categories__links_active {
  background-color: var(--accent);
}
.ck.ck-button:not(.ck-disabled):hover,
.ck.ck-dropdown__panel,
.ck.ck-labeled-field-view
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label,
.ck.ck-link-actions,
.ck.ck-list,
.ck.ck-toolbar,
a.ck.ck-button:not(.ck-disabled):hover {
  background: var(--gray) !important;
}
.sidebar__link:hover {
  text-decoration: underline;
}
.ck.ck-editor__main > .ck-editor__editable {
  background-color: var(--input) !important;
}
.ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset_all {
  color: var(--input-shadow) !important;
}
.ck.ck-input.ck-input-text {
  color: var(--gray) !important;
}
.ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background: var(--table-button) !important;
}
.ck.ck-content a,
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
  color: var(--white) !important;
  text-decoration: underline !important;
}
.games__table tr {
  flex-flow: row wrap;
}
.games__table td:first-child {
  flex: 1 1 0;
  justify-content: center !important;
}
.games__table .data-date {
  margin: 0 !important;
  min-width: 110px !important;
}
.games__table td:nth-child(2) {
  width: 100% !important;
  max-width: none !important;
  margin-top: 10px;
  flex: none !important;
}
.games__table thead tr {
  flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .sidebar1 .sidebar__toggle {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 116px;
    left: 334px;
    width: 40px;
    height: 40px;
    background: #8500ed;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 1300px) {
  .mobile-scroll-menu__button_hide {
    display: flex;
  }
  .sidebar.active .sidebar__toggle {
    display: block !important;
  }
  .sidebar2 .sidebar__toggle {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    right: 334px;
  }
}
@media screen and (max-width: 1112px) {
  .prediction-header {
    display: none;
  }
  .hidden-desktop {
    display: block !important;
  }
}
@media screen and (max-width: 850px) {
  .sidebar .sidebar__toggle {
    display: none !important;
  }	
}
@media screen and (min-width: 375px) {
  .match-categories__links {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 576px) {
  .match-categories__links {
    width: auto;
  }
  .match-categories {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .account__row {
    flex-direction: row;
    align-items: center;
  }
  .account__pagination ul li.next a,
  .account__pagination ul li.prev a {
    width: 64px;
  }
  .account__pagination ul li.prev {
    margin-right: 20px;
  }
  .account__pagination ul li.next {
    margin-left: 20px;
  }
  .prediction-banner {
    padding: 24px;
    min-height: 460px;
  }
  .prediction-banner:before {
    background: linear-gradient(
      180deg,
      rgba(17, 19, 22, 0.6) 40.22%,
      var(--input) 100%
    );
  }
  .prediction-banner__top {
    flex-direction: row;
    position: relative;
  }
  .prediction-banner__title,
  .prediction-carousel__info {
    flex: 1 1 0;
  }
  .prediction-banner__date {
    align-self: flex-start;
    position: relative;
    top: auto;
    right: auto;
  }
  .prediction-carousel {
    min-height: 300px;
  }
  .prediction-carousel__item {
    min-height: 300px;
    justify-content: space-between;
    padding: 24px 24px 50px;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .prediction-carousel .owl-dots {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  .prediction-carousel__button {
    width: auto;
  }
  .prediction-modal__row {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .prediction-modal:before {
    left: 80px;
    right: auto;
  }
  .games__table thead tr,
  .prediction-customer__top {
    flex-direction: row;
  }
  .prediction-customer__top_min {
    flex-direction: column;
  }
	.prediction-customer__reg .prediction-customer__top_min{
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.prediction-customer__top:before {
    background: linear-gradient(
      180deg,
      rgba(27, 30, 33, 0.5) 0,
      var(--description-background) 100%
    );
  }
  .prediction-customer__top_min:before {
    background: rgba(27, 29, 32, 0.7);
  }
  .prediction-customer__name {
    text-align: left;
  }
  .prediction-customer__name_min {
    text-align: center;
  }
  .prediction-customer__description:before {
    left: 62px;
    right: auto;
  }
  .prediction-customer__description_center:before {
    left: 0;
    right: 0;
  }
  .prediction-banner__teams {
    top: 90px;
    width: 40%;
    height: 200px;
    gap: 20px;
    justify-content: space-between;
  }
  .prediction-banner__team {
    width: 100px;
    height: 100px;
  }
  .prediction-banner__team_left {
    align-self: flex-end;
  }
  .prediction-banner__team_right {
    align-self: flex-start;
  }
  .prediction-banner__match-info {
    margin-bottom: 55px;
  }
  .match-info__date {
    font-size: 40px;
  }
  .match-info__icon {
    width: 50px;
    height: 50px;
  }
  .prediction-carousel__teams {
    width: 100%;
    height: 190px;
  }
  .prediction-carousel__team {
    width: 100px;
    height: 100px;
  }
  .prediction-table__button {
    width: 145px;
  }
  .socials_effect {
    margin-bottom: 100px !important;
  }
  .socials__title {
    text-align: right;
  }
  .socials__title_center {
    text-align: center;
  }
  .promocode__container {
    width: 382px;
    background: #000;
    border: 2px solid var(--error);
    border-radius: 4px;
    padding: 50px 35px;
  }
  .socials__image_big {
    max-width: 110px;
  }
  .games__table td:nth-child(2) {
    width: 170px !important;
  }
  .games__table td:first-child {
    justify-content: flex-start !important;
  }
  .games__table thead .data-index {
    display: flex !important;
  }
  .coefficient-block__top {
    display: none;
  }
  .coefficient-block__bottom input[type='radio']::before {
    top: -12px;
    height: 24px;
  }
  .coefficient-block__bottom {
    background-color: transparent;
  }
  .coefficient-block__bottom input:checked + label {
    background-color: var(--accent) !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .coefficient-hide {
    display: block !important;
  }
}
@media screen and (min-width: 1440px) {
  .mobile-scroll-menu {
    display: none;
  }
}
@media screen and (min-width: 1550px) {
  .games__table td:nth-child(2) {
    width: 250px !important;
  }
}
@media screen and (min-width: 1700px) {
  .prediction-table__mobile {
    display: none !important;
  }
  .prediction-table__button_desktop {
    display: flex;
  }
}
