/*
 * Predictions
 */
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
}
.block-title:hover {
  text-decoration: none;
}
.form-input {
  width: 380px;
  height: 36px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  border-radius: 4px;
  color: var(--bmb-black-dynamic);
  padding: 9px 14px;
  outline-color: var(--bmb-gray-elements-dynamic);
}
.single-line-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Need add in html style -webkit-box-orient: vertical;
 */
:root {
  --bmb-green-dynamic: #06B958;
  --background-blue-dynamic: #E5F0F0;
  --bmb-white-dynamic: #ffffff;
  --bmb-black-dynamic: #000000;
  --bmb-orange-dynamic: #FF7A00;
  --bmb-green-hover-dynamic: #058A42;
  --bmb-orange-hover-dynamic: #D76801;
  --bmb-red-dynamic: #FF3434;
  --bmb-red-hover-dynamic: #C82929;
  --bmb-yellow-dynamic: #FFB617;
  --bmb-yellow-hover-dynamic: #D39717;
  --bmb-light-green-dynamic: #85D269;
  --bmb-light-green-hover-dynamic: #68A452;
  --bmb-gray-elements-dynamic: #DBDADA;
  --bmb-gray-dark-elements-dynamic: #C4C4C4;
  --bmb-gray-neutral-dynamic: #A4A4A4;
  --bmb-gray-EAEAEA: #EAEAEA;
  --bmb-gray-ranks-dynamic: #F4F4F4;
  --bmb-gray-text-dynamic: #737373;
  --bmb-grey-hover-dynamic: #F9F9F9;
  --color-telegram-dynamic: #2AAAEC;
  --color-facebook-dynamic: #0766FF;
  --color-vk-dynamic: #0277FF;
  --color-zen-dynamic: #000000;
  --bmb-gold-dynamic: #FFBA57;
  --bmb-silver-dynamic: #9E9E9E;
  --bmb-bronze-dynamic: #CE7430;
}
/*Color palette*/
/*Icons*/
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
}
.block-title:hover {
  text-decoration: none;
}
.prediction-page-container {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.predictions-menu-container {
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  padding-left: 0px;
}
.predictions-menu-container .predictions-menu-item--prev,
.predictions-menu-container .predictions-menu-item--next {
  display: block;
  position: absolute;
  top: -4px;
  cursor: pointer;
  width: 31px;
  height: 28px;
  left: 0px;
  background: linear-gradient(90deg, var(--bmb-white-dynamic) 72.73%, rgba(255, 255, 255, 0) 100%);
}
.predictions-menu-container .predictions-menu-item--prev:before,
.predictions-menu-container .predictions-menu-item--next:before {
  content: '';
  width: 17px;
  height: 17px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  rotate: 135deg;
  position: absolute;
  top: 6px;
  left: 4px;
}
.predictions-menu-container .predictions-menu-item--prev.active:before,
.predictions-menu-container .predictions-menu-item--next.active:before {
  border-color: var(--bmb-black-dynamic);
}
.predictions-menu-container .predictions-menu-item--next {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 28px;
  background: linear-gradient(270deg, var(--bmb-white-dynamic) 72.73%, rgba(255, 255, 255, 0) 100%);
  left: auto;
  right: 0;
}
.predictions-menu-container .predictions-menu-item--next:before {
  rotate: -45deg;
  left: auto;
  right: 4px;
}
.predictions-menu-container .predictions-menu-item {
  height: 28px;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 6px 10px;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  margin-right: 4px;
  cursor: pointer;
}
.predictions-menu-container .predictions-menu-item.active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
}
.predicts-rating-prize {
  min-width: 10px;
  min-height: 10px;
}
.seasonEnds {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  color: var(--bmb-gray-text-dynamic);
}
.predictions-header-guest {
  background: var(--bmb-white-dynamic);
  display: flex;
  padding: 20px 24px;
  box-sizing: border-box;
  width: 100%;
  min-height: 102px;
  align-items: center;
  box-shadow: 0px 0px 12px 1px color-mix(in srgb, var(--bmb-black-dynamic) 14%, transparent);
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 24px;
  position: relative;
}
.predictions-header-guest::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
}
.predictions-header-guest .predictions-header-guest--img {
  background: url('/img/predictions/header-prize.svg') no-repeat center center;
  background-size: 100% auto;
  width: 54px;
  height: 54px;
  margin-right: 24px;
  flex-shrink: 0;
}
.predictions-header-guest .predictions-header-guest--text {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--bmb-black-dynamic);
  flex-shrink: 1;
  width: 100%;
}
.predictions-header-guest .predictions-header-guest--text p {
  margin: 0 0 10px 0;
  font-weight: 700;
}
.predictions-header-guest .predictions-header-guest--btn {
  margin-left: 24px;
  flex-shrink: 0;
}
.predictions-header-guest .predictions-header-guest--btn a.login_button {
  display: block;
  width: 174px;
  height: 36px;
  background: var(--bmb-green-dynamic);
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  color: var(--bmb-white-dynamic);
}
.predictions-header-guest .predictions-header-guest--btn a.login_button:hover {
  text-decoration: none;
}
.tab-pane#rules {
  padding: 20px 0;
}
@media (max-width: 999px) {
  .seasonEnds {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #999999;
    margin: 0;
  }
  .predictions-header-guest {
    background: #F1F1F1;
    display: flex;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    min-height: 102px;
    align-items: center;
    position: relative;
    padding-bottom: 54px;
  }
  .predictions-header-guest .predictions-header-guest--img {
    background: url('/img/predictions/header-prize.svg') no-repeat center center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .predictions-header-guest .predictions-header-guest--text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
  }
  .predictions-header-guest .predictions-header-guest--btn {
    padding-left: 74px;
    position: absolute;
    bottom: 12px;
    width: 100%;
    right: 12px;
    box-sizing: border-box;
  }
  .predictions-header-guest .predictions-header-guest--btn a.login_button {
    width: 100%;
    height: 26px;
    background: #74AB3F;
    border: 1px solid #C7C7C7;
    border-radius: 2px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: var(--bmb-white-dynamic);
  }
}
@media (max-width: 429px) {
  .prediction-page-container {
    padding: 0 8px;
  }
}
.predictions-header-user {
  min-height: 84px;
  background: var(--bmb-white-dynamic);
  display: flex;
  padding: 25px 30px 29px 30px;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  box-shadow: 0px 0px 12px 1px color-mix(in srgb, var(--bmb-black-dynamic) 14%, transparent);
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 24px;
  position: relative;
}
.predictions-header-user::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
}
.predictions-header-user .predictions-header-user-row {
  display: flex;
  width: 100%;
  align-items: center;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--img {
  width: 42px;
  height: 42px;
  border: 1px solid var(--bmb-white-dynamic);
  border-radius: 50%;
  margin-right: 24px;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--img img {
  border-radius: 50%;
  width: 100%;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--img.with-fonbet {
  position: relative;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--img.with-fonbet:after {
  content: "";
  background: url('/img/predictions/fonbet.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -7px;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--title {
  font-family: 'TT Commons Classic';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--balance {
  width: 100%;
  position: relative;
  padding-left: 27px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--balance::before {
  content: '';
  background: url('/img/predictions/bolar.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--rating {
  width: 100%;
  position: relative;
  padding-left: 27px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--rating::before {
  content: '';
  background: url('/img/predictions/star.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.predictions-header-user .predictions-header-user--info {
  background: url('/img/predictions/info.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 36px;
  right: 30px;
  cursor: pointer;
}
.predictions-header-user-fonbet {
  display: flex;
  height: 70px;
  padding: 17px 22px;
  background: #F1F1F1;
  box-sizing: border-box;
  margin-top: 10px;
  align-items: center;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--img {
  background: url('/img/predictions/fonbet.svg') no-repeat center center;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 16px;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--text {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--text .predictions-header-user-fonbet--text-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-bottom: 4px;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--text .predictions-header-user-fonbet--text-description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--button {
  width: 174px;
  height: 36px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #EB0018;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  padding: 10px 0;
  box-sizing: border-box;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--button.not-connected {
  background: #EB0018;
  cursor: pointer;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--button.on-check {
  background: #999999;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--button.approved {
  background: #74AB3F;
}
@media (max-width: 1000px) {
  .predictions-header-user {
    padding: 12px;
    flex-wrap: wrap;
    min-height: 86px;
    margin-top: 30px;
  }
  .predictions-header-user .predictions-header-user-row:first-of-type {
    margin-bottom: 18px;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--title {
    font-size: 18px;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--balance {
    font-size: 14px;
    line-height: 16px;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--balance::before {
    width: 14px;
    height: 14px;
    top: 0;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--rating {
    font-size: 14px;
    line-height: 16px;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--rating::before {
    width: 14px;
    height: 14px;
    top: 0;
  }
  .predictions-header-user .predictions-header-user--info {
    width: 14px;
    height: 14px;
    top: 12px;
    right: 12px;
  }
  .predictions-header-user-fonbet {
    display: flex;
    height: auto;
    padding: 14px 14px 47px 14px;
    background: #F1F1F1;
    box-sizing: border-box;
    margin-top: 10px;
    align-items: start;
    position: relative;
  }
  .predictions-header-user-fonbet .predictions-header-user-fonbet--img {
    margin-right: 14px;
  }
  .predictions-header-user-fonbet .predictions-header-user-fonbet--text .predictions-header-user-fonbet--text-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .predictions-header-user-fonbet .predictions-header-user-fonbet--text .predictions-header-user-fonbet--text-description {
    font-size: 10px;
    line-height: 11px;
  }
  .predictions-header-user-fonbet .predictions-header-user-fonbet--button {
    position: absolute;
    width: 247px;
    height: 26px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
    bottom: 10px;
    right: 12px;
  }
}
.predictions-header-fonbet {
  background: #F1F1F1;
  display: flex;
  padding: 17px 22px;
  box-sizing: border-box;
  width: 100%;
  min-height: 70px;
  align-items: center;
  margin: 10px 0;
}
.predictions-header-fonbet .predictions-header-fonbet--img {
  background: url('/img/predictions/fonbet.svg') no-repeat center center;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
.predictions-header-fonbet .predictions-header-fonbet--text {
  width: 100%;
  flex-shrink: 1;
}
.predictions-header-fonbet .predictions-header-fonbet--text .predictions-header-fonbet--text-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-fonbet .predictions-header-fonbet--text .predictions-header-fonbet--text-description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-fonbet .predictions-header-fonbet--btn {
  margin-left: 24px;
  flex-shrink: 0;
}
.predictions-header-fonbet .predictions-header-fonbet--btn button {
  width: 174px;
  height: 36px;
  background: #EB0018;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
}
.predictions-header-fonbet-bonus {
  background: #F1F1F1;
  display: flex;
  padding: 11px 22px;
  box-sizing: border-box;
  width: 50%;
  min-height: 60px;
  align-items: center;
  margin-bottom: 10px;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-bottom: 3px;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-amount {
  position: relative;
  padding-left: 27px;
  box-sizing: border-box;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-amount::before {
  content: '';
  background: url('/img/predictions/bolar.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn {
  margin-left: 24px;
  flex-shrink: 0;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn button {
  width: 120px;
  height: 37px;
  background: #999999;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn button.active {
  background: #74AB3F;
}
@media (max-width: 1024px) {
  .predictions-header-fonbet {
    background: #F1F1F1;
    display: flex;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    min-height: 122px;
    align-items: center;
    position: relative;
    padding-bottom: 74px;
    margin-bottom: 6px 0;
  }
  .predictions-header-fonbet .predictions-header-fonbet--img {
    width: 36px;
    height: 36px;
    margin-right: 14px;
    flex-shrink: 0;
  }
  .predictions-header-fonbet .predictions-header-fonbet--text {
    width: 100%;
    flex-shrink: 1;
  }
  .predictions-header-fonbet .predictions-header-fonbet--text .predictions-header-fonbet--text-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
    margin-bottom: 4px;
  }
  .predictions-header-fonbet .predictions-header-fonbet--text .predictions-header-fonbet--text-description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
  }
  .predictions-header-fonbet .predictions-header-fonbet--btn {
    padding-left: 74px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    right: 12px;
    box-sizing: border-box;
  }
  .predictions-header-fonbet .predictions-header-fonbet--btn button {
    width: 100%;
    height: 26px;
    padding: 5px 0;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: var(--bmb-white-dynamic);
  }
  .predictions-header-fonbet-bonus {
    padding: 12px;
    width: 100%;
    min-height: 66px;
    margin-bottom: 10px;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
    margin-bottom: 8px;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-amount {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-amount::before {
    content: '';
    background: url('/img/predictions/bolar.svg') no-repeat center center;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn {
    margin-left: 24px;
    flex-shrink: 0;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn button {
    width: 124px;
    height: 26px;
    padding: 8px 0;
    font-size: 10px;
    line-height: 10px;
    color: var(--bmb-white-dynamic);
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn button.active {
    background: #74AB3F;
  }
}
#ratings #predictions-rating-season-selectpicker-container {
  margin-bottom: 4px;
  margin-top: 20px;
}
#ratings .rating-list--tour-list-container.tab-block {
  padding: 0;
}
#ratings .rating-list--tour-list {
  display: flex;
  justify-content: start;
  padding-left: 6px;
  overflow: hidden;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  flex-wrap: nowrap;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--prev,
#ratings .rating-list--tour-list .rating-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 12px;
  height: 26px;
  background: transparent;
  left: 0px;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--prev:before,
#ratings .rating-list--tour-list .rating-list--tour-list-item--next:before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  rotate: 135deg;
  position: absolute;
  top: 9px;
  left: 4px;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--prev.active:before,
#ratings .rating-list--tour-list .rating-list--tour-list-item--next.active:before {
  border-color: var(--bmb-black-dynamic);
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 12px;
  height: 26px;
  background: var(--bmb-gray-ranks-dynamic);
  left: auto;
  right: 0;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--next:before {
  rotate: -45deg;
  left: -1px;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item {
  width: 141px;
  height: 25px;
  padding: 5px 0;
  box-sizing: border-box;
  background: var(--bmb-gray-ranks-dynamic);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  margin-right: 0;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item.active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
#ratings .rating-list-table-container {
  display: none;
  padding: 0 0 16px 0;
}
#ratings .rating-list-table-container.active {
  display: block;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr {
  grid-template-columns: 104px minmax(279px, 279fr) 200px;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td {
  height: auto;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td.rating-user a,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td.rating-user a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td .logo,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td .logo {
  width: 33px;
  height: 33px;
  position: relative;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td .logo.rating-list-ava-with-prize::before,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td .logo.rating-list-ava-with-prize::before {
  content: '';
  background: url('/img/predictions/prize.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 3px;
  right: -6px;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td .logo.rating-list-ava-with-fonbet::after,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td .logo.rating-list-ava-with-fonbet::after {
  content: "";
  background: url('/img/predictions/fonbet-small.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 22px;
  right: -6px;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr {
  height: 45px;
}
@media (max-width: 999px) {
  #ratings .rating-list--tour-list-container.tab-block {
    padding: 0 14px;
  }
  #ratings .rating-list-table-container {
    display: none;
    padding: 0px;
    margin-top: 22px;
  }
  #ratings .rating-list-table-container.active {
    display: block;
  }
  #ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr,
  #ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr {
    grid-template-columns: 75px minmax(179px, 179fr) 200px;
  }
}
@media (max-width: 743px) {
  #ratings .rating-list--tour-list-container.tab-block {
    padding: 0 14px;
  }
  #ratings .rating-list-table-container {
    display: none;
    padding: 0px;
    margin-top: 22px;
  }
  #ratings .rating-list-table-container.active {
    display: block;
  }
  #ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr,
  #ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr {
    grid-template-columns: 35px minmax(179px, 179fr) 50px;
  }
}
@media (max-width: 429px) {
  #ratings .rating-list--tour-list-container.tab-block {
    padding: 0;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper {
    padding: 0 8px;
    gap: 0;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-btn.carousel-v2-btn-first {
    margin-right: 10px;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-btn.carousel-v2-btn-last {
    margin-left: 10px;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-container {
    margin-right: 4px;
    margin-left: 4px;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-container .carousel-v2-track .rating-list--tour-list-item.tab-block-list-item.carousel-v2-card {
    width: 120px;
  }
}
#matches {
  font-family: 'Roboto';
}
#matches .match-list-table-container {
  display: none;
  margin-top: 25px;
}
#matches .match-list-table-container.active {
  display: block;
}
#matches .match-list-table-container .auto-predict-container {
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 21px 16px;
}
#matches .match-list-table-container .auto-predict-container .autopredict {
  font-family: 'Roboto';
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: var(--bmb-green-dynamic);
  text-decoration: none;
  cursor: pointer;
  width: 256px;
  height: 36px;
  margin-right: 50px;
}
#matches .match-list-table-container .auto-predict-container .autopredict:hover {
  background: var(--bmb-green-hover-dynamic);
}
#matches .match-list--tour-list-container.tab-block {
  padding: 0;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list {
  display: flex;
  justify-content: start;
  padding-left: 6px;
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 32px;
  flex-wrap: nowrap;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--prev,
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 22px;
  height: 38px;
  background: transparent;
  left: 0px;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--prev:before,
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next:before {
  content: '';
  width: 11px;
  height: 11px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  rotate: 135deg;
  position: absolute;
  top: 13px;
  left: 9px;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--prev.active:before,
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next.active:before {
  border-color: var(--bmb-black-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  background: var(--bmb-gray-ranks-dynamic);
  left: auto;
  right: 0;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next:before {
  rotate: -45deg;
  left: 2px;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item {
  position: relative;
  width: 142px;
  height: 36px;
  padding: 5px 0;
  box-sizing: border-box;
  background: var(--bmb-gray-ranks-dynamic);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-right: 0;
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  margin-bottom: 0;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--status {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.finished {
  background: var(--bmb-gray-neutral-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.finished .match-list--tour-list-item--title {
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.finished .match-list--tour-list-item--status {
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.active .match-list--tour-list-item--title {
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.active .match-list--tour-list-item--status {
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.load .match-list--tour-list-item--title {
  color: transparent;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.load .match-list--tour-list-item--status {
  color: transparent;
}
#matches .match-day-row--header {
  display: flex;
  height: auto;
  margin-left: 16px;
  margin-right: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-day-row--header .match-day-row-match-info {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid var(--bmb-black-dynamic);
  height: 25px;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--match {
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--amount {
  width: 159px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 22px;
  text-align: left;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--amount span {
  width: 48px;
  height: 15px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--amount span.delete {
  width: 45px;
  height: 15px;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events {
  width: 305px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events span {
  width: 48px;
  height: 15px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events span.delete {
  width: 45px;
  height: 15px;
}
#matches .match-day-row {
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
  flex-direction: column;
}
#matches .match-day-row:nth-of-type(2n+1) {
  background-color: var(--bmb-white-dynamic);
}
#matches .match-day-row:nth-of-type(odd) {
  background-color: var(--bmb-gray-ranks-dynamic);
}
#matches .match-day-row .match-day-row-match-info {
  display: flex;
  width: 100%;
  align-items: center;
  height: 50px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 14px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2 {
  width: 100%;
  flex-shrink: 1;
  max-height: 32px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1.win,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2.win {
  font-weight: 700;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1-logo,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  background: var(--bmb-gray-elements-dynamic);
  border: 1px solid var(--bmb-gray-neutral-dynamic);
  border-radius: 50%;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1-logo .match-day-row-match-info--match-team-logo,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo .match-day-row-match-info--match-team-logo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2 {
  text-align: left;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo {
  margin-left: 0;
  margin-right: 10px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score {
  width: 60px;
  margin-right: 17px;
  margin-left: 17px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score .match-day-row-match-info--match-score--status {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-bottom: 4px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score .match-day-row-match-info--match-score--score {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score.running {
  color: var(--bmb-green-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score.running .match-day-row-match-info--match-score--status,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score.running .match-day-row-match-info--match-score--score {
  color: var(--bmb-green-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount {
  width: 159px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 0px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  text-align: left;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row {
  padding-left: 48px;
  position: relative;
  display: flex;
  align-items: center;
  height: 19px;
  margin-bottom: 2px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row .sum {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row::before {
  content: '';
  background: url('/img/predictions/bolar.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0px;
  left: 22px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.total {
  order: 1;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.total::before {
  background: url('/img/predictions/bolar-green.svg') no-repeat center center;
  background-size: 100% auto;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.main {
  order: 0;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.played::before {
  background: url('/img/predictions/bet_played.svg') no-repeat center center;
  background-size: 100% auto;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.no-played::before {
  background: url('/img/predictions/bet_no_played.svg') no-repeat center center;
  background-size: 100% auto;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .title {
  display: none;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount span.delete {
  display: none;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title {
  display: none;
  width: 305px;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: start;
  align-items: center;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title span {
  width: 48px;
  height: 36px;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 10px 0 9px 0;
  box-sizing: border-box;
  color: var(--bmb-gray-neutral-dynamic);
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 4px;
  flex-shrink: 0;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events {
  width: 305px;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: start;
  display: flex;
  align-items: center;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events div.status {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--bmb-black-dynamic);
  width: 157px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span {
  width: 48px;
  height: 36px;
  background: #FFEFCF;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 10px 0 9px 0;
  box-sizing: border-box;
  color: var(--bmb-black-dynamic);
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 4px;
  flex-shrink: 0;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.chosen {
  background: var(--bmb-yellow-dynamic);
  font-weight: 700;
  color: var(--bmb-white-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.total {
  background: #D2F1C7;
  color: var(--bmb-black-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.total.chosen {
  background: var(--bmb-light-green-dynamic);
  font-weight: 700;
  color: var(--bmb-white-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.disabled {
  background: var(--bmb-gray-elements-dynamic);
  color: var(--bmb-gray-text-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.disabled.chosen {
  background: var(--bmb-yellow-dynamic);
  font-weight: 700;
  color: var(--bmb-white-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.delete {
  width: 45px;
  height: 36px;
  margin-right: 0;
  background-color: transparent;
  background: url('/img/predictions/delete.svg') no-repeat center center;
  background-size: 100% auto;
  background-size: 16px;
}
#matches .match-day-row .match-day-row-events-info {
  display: flex;
  justify-content: end;
  height: 50px;
  align-items: center;
  display: none;
}
#matches .match-day-row .match-day-row-events-info .label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-right: 12px;
}
#matches .match-day-row .match-day-row-events-info .input {
  margin-right: 47px;
}
#matches .match-day-row .match-day-row-events-info .input input {
  width: 90px;
  height: 36px;
  background: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 4px;
  padding-left: 10px;
}
#matches .match-day-row .match-day-row-events-info .input input:focus-visible {
  border: 1px solid var(--bmb-gray-elements-dynamic);
  outline: none;
}
#matches .match-day-row .match-day-row-events-info .button {
  font-family: 'Roboto';
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: var(--bmb-green-dynamic);
  text-decoration: none;
  cursor: pointer;
  width: 256px;
  height: 36px;
  margin-right: 50px;
}
#matches .match-day-row .match-day-row-events-info .button:hover {
  background: var(--bmb-green-hover-dynamic);
}
#matches .match-list-info-panel {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  text-align: center;
  height: 32px;
  padding: 8px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #F1F1F1;
  background: #DE4040;
}
#matches .match-list-info-panel.done {
  background-color: #74AB3F;
}
@media (max-width: 1279px) {
  #matches .match-list-table-container {
    display: none;
  }
  #matches .match-list-table-container.active {
    display: block;
  }
  #matches .match-list-table-container .auto-predict-container {
    width: auto;
    display: flex;
    justify-content: right;
    padding: 18px 0;
    box-sizing: border-box;
    margin-left: 14px;
    margin-right: 14px;
  }
  #matches .match-list-table-container .auto-predict-container .autopredict {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 256px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-list-table-container .auto-predict-container .autopredict:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-list--tour-list {
    display: flex;
    justify-content: start;
    padding-left: 18px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev,
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    rotate: 135deg;
    position: absolute;
    top: 9px;
    left: 4px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev.active:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next.active:before {
    border-color: var(--bmb-black-dynamic);
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: auto;
    right: 0;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    rotate: -45deg;
    left: -1px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item {
    width: 93px;
    height: 26px;
    padding: 3px 0;
    margin-right: 5px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--title {
    font-size: 10px;
    line-height: 10px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--status {
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  #matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--amount {
    width: 96px;
  }
  #matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events {
    width: 305px;
  }
  #matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events span.delete {
    display: none;
  }
  #matches .match-day-row {
    margin-left: 14px;
    margin-right: 14px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match {
    margin-left: 0px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1,
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2 {
    max-height: 32px;
    font-size: 14px;
    line-height: 17px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score {
    margin-right: 14px;
    margin-left: 14px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount {
    width: 96px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events {
    width: 305px;
    flex-shrink: 0;
    flex-grow: 0;
    justify-content: start;
    display: flex;
    align-items: center;
  }
  #matches .match-day-row .match-day-row-events-info .button {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 256px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-events-info .button:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-list-info-panel {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    text-align: center;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #F1F1F1;
    background: #DE4040;
  }
  #matches .match-list-info-panel.done {
    background-color: #74AB3F;
  }
}
@media (max-width: 999px) {
  #matches .match-list-table-container {
    display: none;
  }
  #matches .match-list-table-container.active {
    display: block;
  }
  #matches .match-list-table-container .auto-predict-container {
    width: auto;
    display: flex;
    justify-content: center;
    padding: 18px 0;
    box-sizing: border-box;
  }
  #matches .match-list-table-container .auto-predict-container .autopredict {
    width: 100%;
    margin-right: 0;
  }
  #matches .match-list--tour-list {
    display: flex;
    justify-content: start;
    padding-left: 18px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev,
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    rotate: 135deg;
    position: absolute;
    top: 9px;
    left: 4px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev.active:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next.active:before {
    border-color: var(--bmb-black-dynamic);
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: auto;
    right: 0;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    rotate: -45deg;
    left: -1px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item {
    width: 93px;
    height: 26px;
    padding: 3px 0;
    margin-right: 5px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--title {
    font-size: 10px;
    line-height: 10px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--status {
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  #matches .match-day-row--header {
    display: none;
  }
  #matches .match-day-row {
    display: flex;
    margin-left: 14px;
    margin-right: 14px;
    flex-direction: column;
  }
  #matches .match-day-row .match-day-row-match-info {
    height: auto;
    flex-direction: column;
    padding-top: 16px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match {
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1,
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2 {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    flex-shrink: 1;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1-logo,
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo {
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1-logo img,
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo img {
    width: 100%;
    border-radius: 50%;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo {
    margin-left: 0;
    margin-right: 8px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score {
    margin-right: 5px;
    margin-left: 5px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 20px;
    margin-bottom: 21px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .sum {
    font-size: 12px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .title {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    display: block;
    font-weight: 400;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount::before {
    width: 19px;
    height: 19px;
    top: 0;
    left: 98px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .label {
    display: flex;
    width: 63px;
    justify-content: start;
    margin-right: 14px;
    white-space: break-spaces;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .input {
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .button {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 163px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .button:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events {
    width: 100%;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span {
    width: 48px;
    height: 26px;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 0 6px 0;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.delete {
    display: flex;
    margin-right: -45px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title span {
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-events-info .button {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 163px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-events-info .button:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-list-info-panel {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    text-align: center;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #F1F1F1;
    background: #DE4040;
  }
  #matches .match-list-info-panel.done {
    background-color: #74AB3F;
  }
}
@media (max-width: 429px) {
  #matches .match-list--tour-list-container.tab-block {
    padding: 0;
  }
  #matches .match-list--tour-list-container.tab-block .match-list--tour-list.tab-block-list.carousel-v2-wrapper {
    padding: 0 8px;
  }
  #matches .match-list--tour-list-container.tab-block .match-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-container .carousel-v2-track .match-list--tour-list-item.tab-block-list-item.carousel-v2-card {
    width: 108px;
  }
  #matches .match-list-table-container {
    display: none;
  }
  #matches .match-list-table-container.active {
    display: block;
  }
  #matches .match-list-table-container .auto-predict-container {
    margin-right: 8px;
    margin-left: 8px;
  }
  #matches .match-list-table-container .auto-predict-container .autopredict {
    width: 100%;
    margin-right: 0;
  }
  #matches .match-list--tour-list {
    display: flex;
    justify-content: start;
    padding-left: 18px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev,
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    rotate: 135deg;
    position: absolute;
    top: 9px;
    left: 4px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev.active:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next.active:before {
    border-color: var(--bmb-black-dynamic);
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: auto;
    right: 0;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    rotate: -45deg;
    left: -1px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item {
    width: 93px;
    height: 26px;
    padding: 3px 0;
    margin-right: 5px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--title {
    font-size: 10px;
    line-height: 10px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--status {
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  #matches .match-day-row--header {
    display: none;
  }
  #matches .match-day-row {
    margin-left: 8px;
    margin-right: 8px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events {
    width: 100%;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span {
    margin-right: 6px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.delete {
    display: none;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row {
    order: 1;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info {
    order: 1;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .label {
    display: none;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .input {
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .button {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 163px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .button:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount span.delete {
    order: 2;
    padding: 10px 0 9px 0;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    flex-shrink: 0;
    width: 45px;
    height: 36px;
    margin-right: 0;
    background-color: transparent;
    background: url('/img/predictions/delete.svg') no-repeat center center;
    background-size: 100% auto;
    background-size: 16px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title span {
    margin-right: 6px;
  }
  #matches .match-list-info-panel {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    text-align: center;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #F1F1F1;
    background: #DE4040;
  }
  #matches .match-list-info-panel.done {
    background-color: #74AB3F;
  }
}
#prizes .prize-list--tour-list {
  display: flex;
  justify-content: start;
  padding-left: 18px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
  margin-left: 16px;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--prev,
#prizes .prize-list--tour-list .prize-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 12px;
  height: 26px;
  background: #F1F1F1;
  left: 0px;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--prev:before,
#prizes .prize-list--tour-list .prize-list--tour-list-item--next:before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  rotate: 135deg;
  position: absolute;
  top: 9px;
  left: 4px;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--prev.active:before,
#prizes .prize-list--tour-list .prize-list--tour-list-item--next.active:before {
  border-color: var(--bmb-black-dynamic);
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 12px;
  height: 26px;
  background: #F1F1F1;
  left: auto;
  right: 0;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--next:before {
  rotate: -45deg;
  left: -1px;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item {
  width: 141px;
  height: 25px;
  padding: 5px 0;
  box-sizing: border-box;
  background: #F1F1F1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-right: 6px;
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  display: block;
  flex-shrink: 0;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item.active {
  background: #74AB3F;
  color: var(--bmb-white-dynamic);
}
#prizes .prize-list-container {
  display: none;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  padding: 16px;
  flex-wrap: wrap;
}
#prizes .prize-list-container.active {
  display: flex;
}
#prizes .prize-list-container .prize-list-item {
  width: 32%;
  padding: 27px 10px 10px 10px;
  box-sizing: border-box;
  background: #F1F1F1;
  text-align: center;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
#prizes .prize-list-container .prize-list-item:nth-of-type(3) {
  margin-right: 0;
}
#prizes .prize-list-container .prize-list-item:nth-child(4n) {
  flex-basis: 100%;
}
#prizes .prize-list-container .prize-list-item .prize-list-item--img {
  width: 108px;
  height: 108px;
}
#prizes .prize-list-container .prize-list-item .prize-list-item--img img {
  width: 100%;
  height: 100%;
}
#prizes .prize-list-container .prize-list-item .prize-list-item--place {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bmb-black-dynamic);
  margin-top: 15px;
  margin-bottom: 10px;
}
#prizes .prize-list-container .prize-list-item .prize-list-item--text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
@media (max-width: 1024px) {
  #prizes .prize-list--tour-list {
    display: flex;
    justify-content: start;
    padding-left: 12px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 22px;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item {
    width: 93px;
    height: 26px;
    font-size: 10px;
    line-height: 10px;
    padding: 8px 0;
    flex-shrink: 0;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--prev,
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: 0px;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--prev:before,
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    rotate: 135deg;
    position: absolute;
    top: 9px;
    left: 4px;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--prev.active:before,
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next.active:before {
    border-color: var(--bmb-black-dynamic);
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: auto;
    right: 0;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next:before {
    rotate: -45deg;
    left: -1px;
  }
  #prizes .prize-list-container {
    padding: 0;
  }
  #prizes .prize-list-container .prize-list-item {
    width: 49%;
    margin-bottom: 10px;
  }
  #prizes .prize-list-container .prize-list-item:nth-child(4n) {
    flex-basis: auto;
  }
}
.predictions-header-user-fonbet-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(241, 241, 241, 0.63);
  backdrop-filter: blur(2px);
  display: none;
  z-index: 10;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 645px;
  height: 418px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 0px 7px color-mix(in srgb, var(--bmb-black-dynamic) 30%, transparent);
  padding: 30px 50px;
  box-sizing: border-box;
  margin-left: -323px;
  margin-top: -209px;
  z-index: 10;
  display: flex;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges {
  position: relative;
  margin-right: 43px;
  width: 190px;
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge1 {
  position: absolute;
  background: url('/img/predictions/prize1.png') no-repeat center center;
  background-size: 100% auto;
  width: 143px;
  height: 143px;
  left: 1px;
  top: 41px;
  z-index: 3;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge2 {
  position: absolute;
  background: url('/img/predictions/prize2.png') no-repeat center center;
  background-size: 100% auto;
  width: 120px;
  height: 120px;
  top: 127px;
  left: 71px;
  z-index: 2;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge3 {
  position: absolute;
  background: url('/img/predictions/prize3.png') no-repeat center center;
  background-size: 100% auto;
  width: 108px;
  height: 108px;
  top: 200px;
  left: 25px;
  z-index: 1;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--close-btn {
  position: absolute;
  background: url('/img/predictions/popup_close_btn.png') no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 30px;
  z-index: 10;
  cursor: pointer;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container {
  display: flex;
  flex-direction: column;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--title-image {
  background: url('/img/predictions/title_fonbet_eng_red.png') no-repeat center center;
  background-size: 100% auto;
  width: 108px;
  height: 20px;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-top: 21px;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--label-btn-sign-up {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-sign-up {
  display: block;
  margin-top: 12px;
  width: 100%;
  height: 36px;
  background: #D61B26;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  padding: 10px 0px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  cursor: pointer;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--label-input {
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--input {
  margin-top: 16px;
  width: 100%;
  height: 36px;
  background: #F2F2F2;
  border-radius: 2px !important;
  padding: 10px 21px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #757575;
  border: none;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--input:focus {
  outline: none;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--input.error {
  border: 2px solid #D61B26;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container {
  margin-top: 12px;
  display: flex;
  align-items: start;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container input[type="checkbox"].predictions-header-user-fonbet-popup--checkbox {
  width: 12px;
  height: 12px;
  background: #F2F2F2;
  border-radius: 2px !important;
  border: none;
  margin-right: 9px;
  margin-top: 0;
  outline: 0;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container .predictions-header-user-fonbet-popup--checkbox-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container .predictions-header-user-fonbet-popup--checkbox-text a {
  text-decoration: underline;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container .predictions-header-user-fonbet-popup--checkbox-text.with-error {
  color: red;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container .predictions-header-user-fonbet-popup--checkbox-text.with-error a {
  color: red;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-connect {
  margin-top: 16px;
  width: 100%;
  height: 36px;
  background: #999999;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  cursor: pointer;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-connect.active {
  background-color: #D61B26;
}
@media (max-width: 1024px) {
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup {
    margin-top: -225px;
    width: 323px;
    height: 470px;
    padding: 24px 20px;
    box-sizing: border-box;
    margin-left: -162px;
    flex-direction: column;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges {
    position: relative;
    margin-right: 43px;
    width: 100%;
    height: 97px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge1 {
    position: absolute;
    background: url('/img/predictions/prize1.png') no-repeat center center;
    background-size: 100% auto;
    width: 97px;
    height: 97px;
    left: 55px;
    top: 0px;
    z-index: 3;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge2 {
    position: absolute;
    background: url('/img/predictions/prize2.png') no-repeat center center;
    background-size: 100% auto;
    width: 78px;
    height: 78px;
    top: 13px;
    left: 104px;
    z-index: 2;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge3 {
    position: absolute;
    background: url('/img/predictions/prize3.png') no-repeat center center;
    background-size: 100% auto;
    width: 75px;
    height: 75px;
    top: 22px;
    left: 141px;
    z-index: 1;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--close-btn {
    right: 20px;
    top: 18px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container {
    margin-top: 28px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--label-btn-sign-up {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-sign-up {
    margin-top: 8px;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 12px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--label-input {
    margin-top: 13px;
    font-size: 14px;
    line-height: 16px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--input {
    margin-top: 6px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container {
    margin-top: 12px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-connect {
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
  }
}
.prediction-factoid-title {
  font-family: 'TT Commons Classic';
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}
.prediction-factoid-list {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  padding: 0 20px 35px 20px;
}
.prediction-factoid-list .prediction-factoid-list--item {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: var(--bmb-white-dynamic);
  padding: 19px 27px;
  margin-bottom: 8px;
  width: 100%;
  box-shadow: 0px 0px 4px 1px color-mix(in srgb, var(--bmb-black-dynamic) 14%, transparent);
}
.prediction-factoid-list .prediction-factoid-list--item .prediction-factoid-list--item-percentage {
  color: var(--bmb-green-dynamic);
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 96%;
  width: 125px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.prediction-factoid-list .prediction-factoid-list--item .prediction-factoid-list--item-text {
  color: var(--bmb-black-dynamic);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  width: 100%;
  text-align: left;
}
@media (max-width: 999px) {
  .prediction-factoid-title {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 14px;
  }
  .prediction-factoid-list {
    padding: 0 14px;
  }
  .prediction-factoid-list .prediction-factoid-list--item {
    height: 48px;
    padding: 10px 12px 12px 12px;
    margin-bottom: 8px;
    width: 100%;
  }
  .prediction-factoid-list .prediction-factoid-list--item .prediction-factoid-list--item-percentage {
    font-size: 24px;
    width: 77px;
  }
  .prediction-factoid-list .prediction-factoid-list--item .prediction-factoid-list--item-text {
    font-size: 12px;
  }
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events .predictions-do-bet-loader {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 256px;
  margin-right: 50px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events .predictions-do-bet-loader.single {
  width: 45px;
  height: 36px;
  margin-right: 0;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events .predictions-do-bet-loader.single span {
  width: 12px;
  height: 12px;
  background-color: var(--bmb-orange-dynamic);
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.predictions-do-bet-loader {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 256px;
  margin-right: 50px;
}
.predictions-do-bet-loader.single {
  width: 45px;
  height: 36px;
  margin-right: 0;
}
.predictions-do-bet-loader span {
  width: 12px;
  height: 12px;
  background-color: var(--bmb-orange-dynamic);
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}
.predictions-do-bet-loader span:nth-child(2) {
  animation-delay: 0.1s;
}
.predictions-do-bet-loader span:nth-child(3) {
  animation-delay: 0.2s;
}
.predictions-do-bet-loader span:nth-child(4) {
  animation-delay: 0.3s;
}
.predictions-do-bet-loader span:nth-child(5) {
  animation-delay: 0.4s;
}
.predictions-tab-loader {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.predictions-tab-loader span {
  width: 12px;
  height: 12px;
  background-color: var(--bmb-white-dynamic);
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}
.predictions-tab-loader span:nth-child(2) {
  animation-delay: 0.1s;
}
.predictions-tab-loader span:nth-child(3) {
  animation-delay: 0.2s;
}
.predictions-tab-loader span:nth-child(4) {
  animation-delay: 0.3s;
}
.predictions-tab-loader span:nth-child(5) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
@media (max-width: 999px) {
  .predictions-do-bet-loader {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 163px;
    margin-right: 10px;
  }
}
/*
 * Comments
 */
.media-heading {
  display: flex;
}
.media-heading a {
  margin-right: 5px;
}
.info-col a {
  margin-right: 5px;
}
.comment-header-team-icon {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.profile-header-team-icon {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.profile-header-team-icon.mobile {
  width: 18px;
  height: 18px;
}
@media (max-width: 1024px) {
  .mdl-tabs__tab-bar-comment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    align-items: flex-start;
    height: 48px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .mdl-tabs__tab-bar-comment a:active,
  .mdl-tabs__tab-bar-comment a:focus {
    text-decoration: none !important;
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment {
    color: #4caf50;
    padding: 0 12px;
    text-transform: none;
    margin: 0;
    border: none;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-upgraded,
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-active {
    color: color-mix(in srgb, var(--bmb-black-dynamic) 87%, transparent);
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-upgraded:after,
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-active:after {
    display: block;
    content: " ";
    bottom: 0;
    position: absolute;
    animation: none;
    width: 16px;
    height: 12px;
    background-color: transparent;
    background-image: url(/themes/mobileMDL/public/images/triangle.png);
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -6px;
    z-index: 1;
  }
}
.comment-hint {
  display: none;
  position: absolute;
  width: 245px;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  color: #83B652;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--bmb-white-dynamic);
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
}
.comment-hint .triangle {
  width: 45px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: -24px;
  left: 0px;
  border: none;
}
.comment-hint .triangle:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--bmb-white-dynamic);
  transform: rotate(45deg);
  top: 11px;
  left: 10px;
  box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
}
.comment-hint .text {
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 2;
  cursor: pointer;
  color: #83B652;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.comment-hint .close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent;
  background-image: url(/img/icons/comments/hint/close.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  opacity: 1;
  top: 8px;
  right: 4px;
}
@media (max-width: 1024px) {
  .comment-hint {
    width: 174px;
    height: 30px;
    z-index: 2;
    box-sizing: border-box;
  }
  .comment-hint .triangle {
    width: 38px;
    height: 21px;
    top: -21px;
  }
  .comment-hint .triangle:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--bmb-white-dynamic);
    transform: rotate(45deg);
    top: 11px;
    left: 9px;
    box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
  }
  .comment-hint .text {
    position: absolute;
    left: 14px;
    top: 9px;
    font-size: 10px;
  }
  .comment-hint .close {
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    background-color: transparent;
    background-image: url(/img/icons/comments/hint/close.png);
    background-repeat: no-repeat;
    background-size: 11px;
    opacity: 1;
    top: 0px;
    right: 0px;
  }
}
@keyframes highlinting {
  from {
    background: #ECFFF5;
  }
  to {
    background: transparent;
  }
}
.comment-wrapper {
  padding: 0;
}
.comment-wrapper.is-highlight {
  border-radius: 4px;
  background: transparent;
  padding: 10px 12px;
  animation: highlinting 100s linear 0s;
}
.comments-wrapper .empty-comments,
.comments-wrapper .loading-indicator {
  padding-top: 14px;
  border-top: 1px solid #EDEDED;
  box-sizing: content-box;
  align-content: center;
  height: 86px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--bmb-gray-text-dynamic);
}
.comments-wrapper .empty-comments .loading-spinner,
.comments-wrapper .loading-indicator .loading-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid var(--bmb-white-dynamic);
  border-top-color: var(--bmb-orange-dynamic);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin-bottom: 8px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.comment__top {
  display: flex;
  align-items: start;
}
.comment__top-right {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
}
.comment__top-right .comment__top-right-inner {
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  width: 100%;
}
.comment__top-right .comment__top-right-inner:hover {
  text-decoration: none;
}
.comment__top-right-inner {
  display: flex;
  align-items: center;
}
.comment__avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #D9D9D9;
  cursor: pointer;
}
.comment__avatar span {
  text-transform: uppercase;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  line-height: 16px;
}
.comment__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.comment__avatar--reply {
  width: 35px;
}
.comment__avatar.is-reported {
  position: relative;
}
.comment__avatar.is-reported::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  background-image: url("/img/icons/comments/user-icon-reported.svg");
  border-radius: 100%;
  background-size: contain;
}
.comment__avatar.is-banned {
  position: relative;
}
.comment__avatar.is-banned::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  background-image: url("/img/icons/comments/user-icon-banned.svg");
  border-radius: 100%;
  background-size: contain;
}
.user-team-img {
  width: 19px;
  margin-left: 8px;
}
.rating {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
}
.comment__author {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  flex-shrink: 0;
}
.comment__date {
  color: #B6B6B6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment__date .reply-user-name {
  display: inline-block;
  color: #B6B6B6;
  cursor: pointer;
}
.comment__date .reply-user-name:hover {
  text-decoration: none;
  color: #B6B6B6;
}
.comment__content {
  margin: 20px 0 0 0;
}
.comment__content--reply {
  margin: 10px 0 0 0;
}
.comment__text {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  word-break: break-word;
}
.comment__text.comment__text--not-showing {
  color: var(--bmb-gray-text-dynamic);
}
.comment__text a {
  color: #7CAF55;
}
.comment__like {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.comment__like--show-on-mobile {
  display: none;
}
.comment__like-counter {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 20px;
}
.comment__like-btn {
  width: 40px;
  height: 36px;
  background: url('/img/icons/comments/like.svg') no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.comment__like-btn--liked {
  background: url('/img/icons/comments/like-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__like-btn.disabled {
  background: url('/img/icons/comments/like-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
.comment__tools .comment-tool-btn,
.comment__tools .comment-tool-btn-wrap {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.comment__tools .comment-tool-btn:last-of-type,
.comment__tools .comment-tool-btn-wrap:last-of-type {
  margin-right: 0;
}
.comment__tools .comment__edit-btn {
  background: url('/img/icons/comments/edit.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__edit-btn--active {
  background: url('/img/icons/comments/edit-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__edit-btn.disabled {
  background: url('/img/icons/comments/edit-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__complaint-btn {
  background: url('/img/icons/comments/flag.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__complaint-btn--active {
  background: url('/img/icons/comments/flag-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__pin-btn {
  background: url('/img/icons/comments/pin.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__pin-btn--active {
  background: url('/img/icons/comments/pin-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__ban-btn {
  background: url('/img/icons/comments/ban.svg') no-repeat center center;
  background-size: 100% auto;
  position: relative;
}
.comment__tools .comment__ban-btn--active {
  background: url('/img/icons/comments/ban-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn {
  position: relative;
  background: url('/img/icons/comments/cancel.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn--active {
  background: url('/img/icons/comments/cancel-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn.disabled {
  background: url('/img/icons/comments/cancel-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment-reply-wrapper {
  display: flex;
}
.comment-reply-wrapper .comment-reply.comment-reply--focus {
  display: flex;
  position: relative;
  padding-right: 0px;
  box-sizing: border-box;
  flex-direction: column;
}
.comment-reply-wrapper .comment-reply.comment-reply--focus .comment-reply__actions.comment-reply__actions--focus {
  justify-content: left;
}
.comment__bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.comment__bottom .reply-container {
  width: 100%;
  display: flex;
}
.comment__bottom .reply-container .comment-reply.comment-reply--focus {
  display: flex;
  position: relative;
  padding-right: 0px;
  box-sizing: border-box;
  flex-direction: column;
}
.comment__bottom .reply-container .comment-reply.comment-reply--focus .comment-reply__actions.comment-reply__actions--focus {
  justify-content: left;
}
.comment__bottom .reply-container .comment__reply {
  width: 130px;
}
.comment__reply {
  border-radius: 4px;
  background: #F0F0F0;
  height: 36px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.comment__reply:hover {
  background: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
}
.comment__reply.disabled {
  background: var(--bmb-gray-ranks-dynamic);
  color: var(--bmb-gray-elements-dynamic);
}
.comment__reply-show-more-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment__reply-show-more {
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0654F;
  margin-right: 30px;
}
.comment__reply-show-more-btn {
  margin: 0 8px 2px 0;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background: url('/img/arrow-bottom-orange.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__reply-show-more-btn--down {
  background: url('/img/arrow-top-orange.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__reply-show-more-text--show-on-mobile {
  display: none;
}
.comment__answer-to {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 14px;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 20px;
  cursor: pointer;
}
.comment__answer-to-icon {
  background: url('/img/answer-to.svg') no-repeat center center;
  background-size: 100% auto;
  width: 18px;
  height: 14px;
  margin-right: 8px;
}
.comment__more {
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
.comment__more-icon {
  width: 25px;
  height: 7px;
  background: url('/img/more_icon-grey.png') no-repeat center center;
  background-size: 100% auto;
}
.comment__edit {
  width: 14px;
  height: 14px;
  background: url('/img/pencil-grey.png') no-repeat center center;
  background-size: 100% auto;
  margin-right: 20px;
}
.comment__edit--show-on-mobile {
  display: none;
}
@media (max-width: 880px) {
  .comment__avatar {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }
  .comment__avatar span {
    text-transform: uppercase;
    color: var(--bmb-white-dynamic);
    font-size: 16px;
    line-height: 16px;
  }
  .user-team-img {
    width: 22px;
    margin-left: 8px;
  }
  .rating {
    font-size: 16px;
  }
  .comment__author {
    font-size: 16px;
    max-width: 200px;
  }
  .comment-replies--admin .comment__author {
    max-width: 80px;
  }
  .comment__date {
    color: #B6B6B6;
    font-size: 16px;
  }
  .comment__content {
    margin: 16px 0 0 0;
  }
  .comment__content--reply {
    margin: 32px 14px 0 0;
  }
  .comment__text {
    font-size: 15px;
  }
  .comment__tools {
    display: flex;
    align-items: center;
  }
  .comment__tools .comment-tool-btn {
    margin-right: 12px;
  }
  .comment__tools .comment-tool-btn.comment__complaint-btn {
    margin-right: 0;
  }
  .comment__bottom {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  .comment__answer-to {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 14px;
    color: var(--bmb-gray-text-dynamic);
    margin-right: 20px;
    cursor: pointer;
  }
  .comment__answer-to-icon {
    background: url('/img/answer-to.svg') no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 500px) {
  .comment__author {
    font-size: 16px;
    max-width: 130px;
  }
}
@media (max-width: 440px) {
  .comment__avatar {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  .comment__avatar span {
    text-transform: uppercase;
    color: var(--bmb-white-dynamic);
    font-size: 10px;
    line-height: 10px;
  }
  .user-team-img {
    width: 22px;
    margin-left: 8px;
  }
  .rating {
    font-size: 14px;
  }
  .comment__author {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
  }
  .comment__date {
    color: #B6B6B6;
    font-size: 14px;
  }
  .comment__content {
    margin: 14px 0 0 0;
  }
  .comment__content--reply {
    margin: 14px 0 0 0;
  }
  .comment__text {
    font-size: 14px;
  }
  .comment__tools {
    display: flex;
    align-items: center;
  }
  .comment__tools .comment-tool-btn {
    margin-right: 12px;
    width: 16px;
    height: 16px;
  }
  .comment__tools .comment-tool-btn.comment__complaint-btn {
    margin-right: 0;
  }
  .comment__bottom {
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  .comment__answer-to {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 14px;
    color: var(--bmb-gray-text-dynamic);
    margin-right: 20px;
    cursor: pointer;
  }
  .comment__answer-to-icon {
    background: url('/img/answer-to.svg') no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 366px) {
  .comment__author {
    max-width: 100px;
  }
  .comment-replies--admin .comment__author {
    max-width: 44px;
  }
}
@media (max-width: 353px) {
  .comment__author {
    max-width: 100px;
  }
}
.comment-actions {
  background: var(--bmb-white-dynamic);
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px;
  position: absolute;
  left: -5px;
  top: 15px;
  z-index: 2;
}
.comment-actions:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
.comment-actions__item {
  padding: 0 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  display: flex;
  align-items: center;
  height: 34px;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.comment-actions__inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
}
.comment-answer {
  margin-top: 30px;
}
.comment-answer__top {
  margin: 0;
  border-left: 1px solid #D9D9D9;
  padding-left: 40px;
}
.comment-answer__top .comment-answer__inner {
  margin-top: 29px;
}
.comment-answer__top .comment-answer__inner:first-of-type {
  margin-top: 0;
}
.comment-answer__bottom {
  margin: 30px 0 0 40px;
}
.comment-answer__next {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment-answer__next-text {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
}
@media (max-width: 880px) {
  .comment-answer {
    margin-top: 32px;
  }
  .comment-answer__top {
    margin: 0;
    padding-left: 14px;
  }
  .comment-answer__top .comment-answer__inner {
    margin-top: 26px;
  }
  .comment-answer__top .comment-answer__inner:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 440px) {
  .comment-answer {
    margin-top: 26px;
  }
  .comment-answer__top {
    margin: 0;
    padding-left: 18px;
  }
}
.emoji-picker-container {
  position: absolute;
  right: 0;
  z-index: 1;
}
.comment-emoji {
  background: var(--bmb-white-dynamic);
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px;
  position: absolute;
  left: -10px;
  top: 18px;
  z-index: 2;
  width: 367px;
  height: 309px;
  display: none;
}
.comment-emoji:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
#popper-container {
  background: var(--bmb-white-dynamic) !important;
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent) !important;
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px !important;
  left: -10px !important;
  top: -10px !important;
  z-index: 2 !important;
  width: 328px;
  height: 323px;
}
#popper-container:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
#popper-inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  width: 89%;
  padding: 21px 18px;
}
.comment-emoji__image {
  position: absolute;
  background: url('./blocks/comments/img/emoji.svg') no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.comment-emoji__inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  width: 90%;
  padding: 21px 18px;
}
.comment-emoji__title {
  color: var(--bmb-gray-text-dynamic);
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 430px) {
  emoji-picker {
    width: 280px;
  }
}
.comment-replies {
  width: 100%;
  padding: 4px 20px 20px 20px;
  font-family: "Roboto", sans-serif;
  background-color: var(--bmb-white-dynamic);
  box-sizing: border-box;
  position: relative;
  margin-top: 14px;
}
.comment-replies__title {
  padding: 10px 0;
  color: var(--bmb-black-dynamic);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24.96px */
}
.comment-replies__title .count {
  color: var(--bmb-gray-neutral-dynamic);
}
.comments-prediction .comment-replies__title {
  color: var(--bmb-black-dynamic);
  font-size: 20px;
}
.comment-replies__tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.comment-replies__tabs .tabs.tabs--comments {
  display: flex;
  width: 100%;
  gap: 12px;
}
.comment-replies__tabs .tabs.tabs--comments .tabs__item {
  height: 30px;
  flex-shrink: 0;
  border-radius: 4px;
  background: transparent;
  padding: 8.5px 6px;
  cursor: pointer;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  box-sizing: border-box;
}
.comment-replies__tabs .tabs.tabs--comments .tabs__item.tabs__item--active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.comment-replies__list__hidden {
  display: none;
}
.comment-replies__list .comment-replies__item {
  padding-top: 29px;
  border-top: 1px solid #EDEDED;
  padding-bottom: 30px;
}
.loader {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
}
.loader span {
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/comments/loader.svg");
  background-size: contain;
  animation: loader 1s linear infinite;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.comment-replies__show-more-btn,
.comment-show-main-block {
  cursor: pointer;
  color: var(--bmb-green-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  margin: 10px 0 0 0;
  background: transparent;
  border: none;
  width: 100%;
}
@media (max-width: 739px) {
  .comment-replies {
    padding: 4px 14px 14px 14px;
    width: 100%;
    background-color: var(--bmb-white-dynamic);
  }
  .comment-replies__title {
    padding: 14px 0 13px 0;
    font-size: 22px;
    line-height: 96%;
  }
  .comment-replies__tabs {
    margin-top: 14px;
  }
  .comment-replies__tabs .tabs.tabs--comments .tabs__item {
    height: 20px;
    border-radius: 4px;
    padding: 4px 6px;
    margin-right: 8px;
    font-size: 12px;
  }
  .comment-replies__list .comment-replies__item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media (max-width: 430px) {
  .comment-replies {
    padding: 4px 8px 8px 8px;
  }
  .comment-replies__tabs {
    margin-top: 20px;
  }
  .comment-replies__tabs .tabs.tabs--comments .tabs__item {
    height: 18px;
    border-radius: 4px;
    padding: 3px 5px 3px 7px;
    margin-right: 2px;
    font-size: 12px;
  }
  .comment-replies__list .comment-replies__item {
    padding-top: 26px;
    padding-bottom: 16px;
  }
  .comment-replies__show-more-btn,
  .comment-show-main-block {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  #prediction-tabs .comment-replies {
    padding: 0;
    width: 100%;
  }
}
.input-container {
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.input-container .input-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: #D9D9D9;
  border-radius: 50%;
  margin-right: 16px;
}
.input-container .input-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comment-reply {
  margin-left: 0px;
  width: 100%;
}
.comment-reply .text-container {
  position: relative;
}
.comment-reply .text-container .emoji-toggle-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.comment-reply__text,
.comment-reply__text-ban {
  width: 100%;
  flex-shrink: 1;
  min-height: 52px;
  border-radius: 4px !important;
  border: 1px solid #D9D9D9;
  background: var(--bmb-white-dynamic);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  resize: none;
  outline: none;
}
.comment-reply__text::-moz-placeholder, .comment-reply__text-ban::-moz-placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}
.comment-reply__text::placeholder,
.comment-reply__text-ban::placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}
.comment-reply__text-ban {
  color: var(--bmb-gray-neutral-dynamic);
  display: block;
}
.comment-reply__text-ban a {
  color: var(--bmb-green-dynamic);
}
textarea.comment-reply__text,
.comment-reply__text-ban {
  padding: 16px 52px 16px 16px;
  font-size: 16px;
  line-height: 120%;
}
.comment-reply__placeholder {
  color: var(--bmb-gray-neutral-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  padding: 19px 17px 12px 17px;
}
.comment-reply__actions {
  display: flex;
  justify-content: right;
  margin-top: 20px;
  gap: 10px;
}
.comment-reply__actions--focus {
  display: flex;
  align-items: center;
}
.comment-reply__actions--hidden {
  display: none;
}
.comment-reply__actions .error {
  width: 100%;
  color: var(--bmb-red-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
}
.comment-reply__send,
.comment-reply__cancel {
  width: 130px;
  height: 36px;
  flex-shrink: 0;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  padding: 9px 24px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.comment-reply__send.comment-reply__send--disabled,
.comment-reply__cancel.comment-reply__send--disabled {
  color: var(--bmb-white-dynamic);
  background: #D9D9D9;
  cursor: not-allowed;
}
@media (max-width: 880px) {
  .input-container {
    margin-top: 18px;
    margin-bottom: 24px;
  }
  .input-container .input-avatar {
    display: none;
  }
  .comment-reply {
    margin-left: 0px;
    width: 100%;
  }
  .comment-reply__text,
  .comment-reply__text-ban {
    min-height: 63px;
  }
  .comment-reply__placeholder {
    font-size: 14px;
    padding: 10px 8px 0 8px;
  }
  .comment-reply__actions {
    display: flex;
    justify-content: start;
  }
  .comment-reply__actions--focus {
    display: flex;
    align-items: center;
  }
  .comment-reply__actions--hidden {
    display: none;
  }
  .comment-reply__send {
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
    padding: 11px 24px;
  }
  textarea.comment-reply__text,
  .comment-reply__text-ban {
    padding: 10px 8px 0 8px;
    font-size: 14px;
  }
}
@media (max-width: 739px) {
  .comment-reply .text-container textarea.comment-reply__text::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
  }
  .comment-reply .text-container textarea.comment-reply__text::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
  }
  .comment-reply .text-container .emoji-toggle-btn {
    right: 10px;
    top: unset;
    bottom: 10px;
  }
}
@media (max-width: 440px) {
  .input-container {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .comment-reply__text,
  .comment-reply__text-ban {
    min-height: 63px;
  }
  .comment-reply__placeholder {
    font-size: 12px;
    padding: 6px 6px 0 6px;
  }
  .comment-reply__actions {
    display: flex;
  }
  textarea.comment-reply__text,
  .comment-reply__text-ban {
    padding: 10px 8px 10px 8px;
    font-size: 12px;
  }
}
.comment-reply-wrapper {
  margin: 0;
}
.comment-reply-wrapper input {
  padding: 12px 16px 13px 19px;
  width: 100%;
  box-sizing: border-box;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  border-radius: 4px !important;
  border: 1px solid #EDEDED;
  background: var(--bmb-white-dynamic);
  outline: none;
}
.comment-reply-wrapper--reply {
  margin: 10px 0 0 0;
}
.comment-reply-wrapper .comment-reply__actions {
  justify-content: flex-start;
}
.comment-modal {
  border-radius: 6px;
  background: var(--bmb-white-dynamic);
  width: 798px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  box-shadow: 0px 1px 4px color-mix(in srgb, var(--bmb-black-dynamic) 25%, transparent);
}
.comment-modal.is-error {
  background: #E64959;
}
.comment-modal.is-error .comment-modal__button {
  background: url('/img/icons/comments/close-white.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment-modal.is-error .comment-modal__body {
  color: var(--bmb-white-dynamic);
}
.comment-modal.is-error .comment-modal__body a {
  color: var(--bmb-white-dynamic);
  text-decoration: underline;
}
.comment-modal__body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 11px 44px 11px 14px;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
}
.comment-modal__body span {
  font-weight: 600;
}
.comment-modal__button {
  background: url('/img/icons/comments/close-black.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.comment-model-error-fade-enter-active,
.comment-model-error-fade-leave-active {
  transition: opacity 0.5s;
}
.comment-model-error-fade-enter,
.comment-model-error-fade-leave-to {
  opacity: 0;
}
@media (max-width: 880px) {
  .comment-modal {
    width: 386px;
  }
  .comment-modal__body {
    padding: 11px 35px 11px 16px;
    font-size: 14px;
    line-height: 16px;
    /* 112.5% */
  }
  .comment-modal__button {
    width: 12px;
    height: 12px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 440px) {
  .comment-modal {
    width: 279px;
  }
  .comment-modal__body {
    padding: 12px 29px 12px 16px;
  }
  .comment-modal__button {
    width: 10px;
    height: 10px;
    top: 8px;
    right: 8px;
  }
}
.comment-modal-confirm {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Roboto", sans-serif;
  width: 352px;
  flex-shrink: 0;
  z-index: 3;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 0px 10px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  padding: 12px;
  box-sizing: border-box;
}
.comment-modal-confirm .comment-modal-confirm__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__text {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  justify-content: center;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button {
  width: 130px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin-right: 10px;
  box-sizing: border-box;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button:last-of-type {
  margin-right: 0;
}
@media (max-width: 440px) {
  .comment-modal-confirm {
    width: 279px;
    padding: 16px 12px;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons {
    margin-top: 12px;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button {
    width: 119.328px;
    padding: 10px;
    font-size: 14px;
    margin-right: 7px;
    box-sizing: border-box;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button:last-of-type {
    margin-right: 0;
  }
}
.comment-modal-ban {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Roboto", sans-serif;
  width: 414px;
  height: 224px;
  flex-shrink: 0;
  z-index: 3;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 0px 10px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  padding: 7px 12px;
  box-sizing: border-box;
  overflow-y: hidden;
}
.comment-modal-ban .comment-modal-ban__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  height: 210px;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
  width: 100%;
  height: 26px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item .day {
  color: var(--bmb-green-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item:hover {
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  background: var(--bmb-orange-dynamic);
  font-weight: 700;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item:hover .day {
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar {
  width: 4px;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-track {
  background: transparent;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 4px;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
@media (max-width: 880px) {
  .comment-modal-ban {
    width: 363px;
    padding: 7px 11px;
  }
  .comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
    padding: 6px 6px;
  }
}
@media (max-width: 440px) {
  .comment-modal-ban {
    width: 279px;
    padding: 7px 6px;
  }
  .comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
    padding: 6px 7px;
  }
}
.comment-answer-transform-enter-active,
.comment-answer-transform-leave-active {
  transition: all 0.3s;
}
.comment-answer-transform-enter,
.comment-answer-transform-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}
.comment-input-fade-enter-active,
.comment-input-fade-leave-active {
  transition: opacity 0.5s;
}
.comment-input-fade-enter,
.comment-input-fade-leave-to {
  opacity: 0;
}

