:root {
  --font-family-Inter: "Inter", sans-serif;
  --stakers-bg: #282928;
  --accent: #009773;
  --white: #fff;
}

* {
  scroll-margin-top: 110px !important;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  to {
    left: 150%;
  }
}
@keyframes preloader-rotate {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes countdown {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 338px;
  }
}
.d-flex {
  display: flex;
}
.d-flex-ai-center {
  align-items: center;
}
.d-flex-ai-stretch {
  align-items: stretch;
}
.d-flex-ai-start {
  align-items: flex-start;
}
.d-flex-ai-end {
  align-items: flex-end;
}
.d-flex-jc-center {
  justify-content: center;
}
.d-flex-jc-between {
  justify-content: space-between;
}
.d-flex-jc-start {
  justify-content: flex-start;
}
.d-flex-jc-end {
  justify-content: flex-end;
}
.d-flex-ff-column {
  flex-flow: column;
}
.d-flex-ff-column_reveres {
  flex-flow: column;
  flex-direction: column-reverse;
}
.d-flex-ff-row-wrap {
  flex-flow: row wrap;
}
.d-flex-ff-row_reverse {
  flex-flow: row-reverse;
}
.right {
  text-align: right;
}
.center,
.content-block table th.center {
  text-align: center;
}
.content-block table th,
.left {
  text-align: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.clear-both {
  clear: both;
}
* {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  color: #222;
  box-sizing: border-box;
}
body {
  background: #f7f7fb;
}
section {
  margin: 20px 0;
}

section:first-child {
  margin-top: 0;
}

table {
  border-spacing: 0;
  border-color: transparent;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 110%;
  margin-block-start: 15px;
  margin-block-end: 0.58em;
}

h1,
.h1 {
  font-size: 25px;
}

.h2,
h2 {
  font-size: 22px;
}
.h3,
.h4,
h3,
h4 {
  font-size: 18px;
  line-height: 120%;
}
.h4,
h4 {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.02em;
}
.bonus-title span,
.caption--l > span,
.fast-registration-popup__content label.input.error span,
.h4 span,
h4 span {
  color: #dd4531;
}

ul:last-child {
  margin-bottom: 0;
}

.ul {
  list-style: circle;
  padding: revert;
  margin: revert;
}
.ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin: 10px 0;
}

.ul li:last-child {
  margin-bottom: 0;
}

.ul li::marker {
  color: #239c56;
}

.ul li a,
.ol li a {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}

.p2,
p {
  font-weight: 400;
  line-height: 145%;
}
p {
  font-size: 15px;
  margin-block-start: 0.7em;
  margin-block-end: 1em;
}
.p2 {
  font-size: 13px;
}
.p2--semibold {
  font-weight: 700;
}
.caption--l,
.p3 {
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
}

.caption--l {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.02em;
}
.caption--m,
.caption--s {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
.caption--s {
  font-size: 11px;
  line-height: 120%;
}

.page__wrapper {
  margin: 120px auto 0;
}

.page__wrapper iframe {
  height: 100vh;
}

.page__content {
  display: flex;
  gap: 16px;
}

.content {
  max-width: 1068px;
  width: 100%;
}

.page__content--no-sidebar .content {
  max-width: 100%;
}

.wrapper {
  padding: 0 15px;
  max-width: 1440px;
  margin: 0 auto;
}

.bonus-title,
.caption--xs {
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
}
.bonus-title {
  font-size: 18px;
  line-height: 120%;
}
.btn,
.header ul li a {
  font-size: 14px;
  border-radius: 4px;
}
.btn {
  background: #009773;
  display: block;
  color: #fff;
  border: 1px solid #009773;
  padding: 14px 20px;
  max-width: 180px;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.btn:hover {
  background: #008a69;
  color: #fff;
  border-color: #008a69;
}
.btn:active {
  background: #008263;
  color: #fff;
  border-color: #008263;
}
.btn--small {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
}
.btn--border {
  background: 0 0;
  color: #009773;
  border-color: #009773;
}
.btn--grey {
  background: #fff;
  border-color: #d9dee2;
  color: #222;
}
.btn--grey:hover {
  background: #009773;
  border-color: #009773;
  color: #fff;
}
.btn--blue {
  background: #1584e3;
  border-color: #1584e3;
}
.btn--blue:hover {
  background: #3993ff;
  border-color: #3993ff;
}
.gray-bg {
  background: #f4f6f6;
}
.dark-bg {
  background: #222;
}
.dark-bg * {
  color: #fff;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
}
.circle,
.circle--true {
  background: #009773;
}
.circle--false {
  background: #dd4531;
}
.circle svg {
  width: 12px;
  height: 9px;
  fill: #fff;
  stroke: #fff;
}
.page-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 188px 1132px;
  grid-template-columns: 188px 1132px;
  grid-gap: 20px;
  max-width: 1340px;
  margin: 20px auto 0;
}
.page-wrapper.frame-page .header {
  /* position: fixed;
  left: 20px; */
  height: calc(100vh - 20px);
}

.shadow {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(17, 40, 57, 0.03);
  border-radius: 6px;
  /* overflow: hidden; */
}
.shadow--large {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}
.shadow--noverflow {
  overflow: initial;
}
.grid-columns .content > div:first-child,
.grid-columns .content > section:first-child {
  margin-top: 0 !important;
}
.grid-columns .content > div:last-child,
.grid-columns .content > section:last-child {
  margin-bottom: 0 !important;
}
.tab-item {
  background: 0 0;
  border: 0;
  cursor: pointer;
}
.custom-select select,
.tab-wrap {
  display: none;
}
.aside-nav ul li a,
.tab-wrap--active {
  display: block;
}
.top-win {
  padding: 16px 16px 18px;
}
.top-win .h4,
.top-win h4 {
  margin: 0 0 12px;
}
.top-win .tabs {
  border-bottom: 1px solid #e6eaee;
}
.top-win .tab-item {
  padding: 0 0 3px;
  border-bottom: 4px solid #fff;
  margin-right: 17px;
}
.top-win .tab-item--active {
  border-color: #009773;
}
.top-win__wrapper {
  height: 180px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-win__wrapper::-webkit-scrollbar {
  display: none;
}
.top-win__wrapper table {
  border-spacing: 0 17px;
  width: 100%;
  margin-bottom: -17px;
}
.top-win__wrapper table tbody tr td .logo {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background: #fff;
  padding: 0 2px;
}
.top-win__wrapper table tbody tr td .title p {
  margin: 0;
}
.top-win__wrapper table tbody tr td .win {
  text-align: right;
}
.top-win__wrapper table tbody tr td .win p {
  color: #009773;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
}
.top-win__wrapper table tbody tr td span {
  color: #737c88;
  font-size: 12px;
}

.critics-list .critics {
  border-radius: 8px;
  max-width: 266px;
  margin-top: 0;
  margin-right: 20px;
}
.critics-list .critics:nth-child(n + 3) {
  margin-right: 0;
}
.critics {
  flex-shrink: 0;
  padding: 10px 14px;
}
.critics--free-bets {
  height: auto;
}
.critics .h4,
.critics h4,
.critics p,
.critics__top .avatar .h4,
.critics__top .avatar h4,
.critics__top .avatar p {
  margin: 0;
}
.critics__top .avatar {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.critics__top .avatar svg {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
}
.critics__top .avatar img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.critics__top .info p.p2 {
  font-size: 12px;
}

.critics__content {
  margin-top: 8px;
}

.critics__content p.p2 {
  font-size: 14px;
}

.critics__bottom {
  margin-top: 15px;
}
.critics__bottom .info p {
  margin: 2px 0;
  color: #7a7a7a;
  font-size: 12px;
}
.critics__bottom .info p b {
  color: #222;
  font-weight: 600;
}
.critics--writen {
  overflow: visible;
  padding: 24px 14px 10px;
  height: auto;
}
.critics--writen .writen {
  position: absolute;
  top: -4px;
  left: -10px;
  width: 107px;
}
.bonuses,
.critics--writen,
.fast-registration-popup__content label.input {
  position: relative;
}
.bonuses__added {
  position: absolute;
  top: -10px;
  left: -10px;
  max-height: 27px;
  z-index: 2;
}
.bonus {
  position: relative;
  margin: 12px 0;
  overflow: visible;
  padding: 12px;
  box-shadow: 2px 2px 0px 0px #0097738f;
  transition: 0.3s;
  background: #fff;
  gap: 8px;
}
section.shadow.best-betting .bonus {
  border: 1px solid #eaeaea;
}
.bonus:hover {
  cursor: pointer;
  box-shadow: 3px 3px 0px 0px #009773e3;
}
.bonus .trusted-icon {
  max-height: 28px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.bonus__date {
  margin-right: 20px;
  text-transform: capitalize;
}
.bonus__date p {
  font-size: 24px;
  font-weight: 700;
  margin: 4px 0 0;
  line-height: 100%;
}
.bonus:first-child,
.bonus__bottom ul li:first-child,
.sidebar aside:first-child {
  margin-top: 0;
}
.bonus:last-child,
.sidebar aside:last-child {
  margin-bottom: 0;
}
.bonus .h4,
.bonus h4,
.bonus p {
  margin: 0;
}
.bonus__logo {
  background: #fff;
  margin: 0 20px 0 0;
  width: 129px;
  height: 69px;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
}
.bonus__logo img {
  max-width: 69px;
}
.bonus__logo--small {
  width: 61px;
  height: 61px;
}
.bonus__logo--extra-small {
  width: 53px;
  height: 53px;
}
.bonus__logo img,
.content-block__table table {
  width: 100%;
}
.bonus__logo.large {
  overflow: hidden;
}
.bonus__logo.large img {
  max-width: 80%;
}
.bonus__content {
  padding-right: 12px;
}
.bonus__content .h3,
.bonus__content h3 {
  margin: 0 0 2px;
}
.bonus__content .info {
  margin-top: 5px;
}
.bonus__content p:not(.h3),
.content-block .bonus p.sub-title {
  font-size: 15px;
}
.bonus__content .info .caption--l b {
  font-size: 12px;
  font-weight: 700;
}
.bonus__content .info a {
  border-bottom: 1px solid #222;
}
.bonus__bottom ul {
  margin-top: 16px;
  column-count: 2;
}
.bonus__bottom ul li {
  position: relative;
  margin: 4px 0;
  padding-left: 16px;
}
.bonus__bottom ul li::before {
  position: absolute;
  left: 0;
  top: 3px;
  margin: auto;
  content: "+";
  font-weight: 700;
  color: #009773;
  font-size: 22px;
  width: 11px;
  height: 11px;
  line-height: 0.3;
}
.bonus__bottom ul li.cons::before {
  content: "-";
  color: #dd4531;
  left: 3px;
}
.bonus--rare {
  border: 3px solid #1584e3;
}
.bonus--rare .bonus__content {
  margin-top: 20px;
}
.bonus--rare:hover {
  outline: 0;
  border-color: #3993ff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}
.bonus--rare .trusted-icon {
  top: 10px;
  left: -13px;
}
.bonus--rare .btn {
  background: #1584e3;
  border-color: #1584e3;
}
.bonus--row {
  padding: 14px 20px 14px 16px;
}
.bonus--row .bonus__logo {
  margin: 0 16px 0 0;
}
.bonus--row .h3,
.bonus--row h3 {
  margin: 0 0 4px;
}
.bonus--row .info {
  width: 215px;
}
.bonus--row .btn {
  margin-left: auto;
  padding: 12px 20px;
}
.bonus__label {
  position: absolute;
  top: -6px;
  right: -6px;
}
.bonus__label--exclusive {
  background: url(../img/exclusive-label.png) 0 0 / cover;
  width: 97px;
  height: 26px;
}
.bonus--exclusive {
  padding: 16px 12px;
  max-width: 330px;
  margin: 0 18px 0 0;
}
.bonus--exclusive:last-child {
  margin: 0;
}
.bonus--exclusive .bonus__top {
  border-bottom: none;
  padding-bottom: 0;
}
.bonus--exclusive .bonus__top .bonus__logo {
  width: 72px;
  height: 32px;
  border-radius: 3px;
  margin: 0 12px 0 0;
  overflow: hidden;
}
.bonus--exclusive .bonus__content {
  width: 100%;
  padding: 0;
  margin: 10px 0 5px;
}
.bonus--exclusive .bonus__bottom {
  gap: 6px;
}
.bonus--exclusive .bonus__bottom .info {
  margin-top: 0;
}
.bonus--exclusive .bonus__bottom .info .caption--xs {
  color: #737c88;
}
.bonus--exclusive .bonus__bottom .btn {
  padding: 10px 6px;
}
.bonus--rating,
.placeholder {
  position: relative;
  padding: 8px 14px 8px 16px;
}
.bonus--rating > a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bonus--rating:hover,
.bonus--rating > a:hover .bonus--rating {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}
.bonus--rating .bonus__logo {
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
}
.bonus--rating .bonus__content {
  width: 100%;
  margin: 0;
  padding: 0;
}
.bonus--rating .bonus__content .bonus__top {
  border-bottom: none;
  padding-bottom: 0;
}

.bonus--rating .bonus__content .bonus__top span:last-child {
  text-align: right;
}

.placeholder {
  padding: 20px 35px 20px 24px;
  margin: 16px 0;
  overflow: hidden;
}
.placeholder .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 3s infinite linear;
}
.placeholder__logo {
  background: #f4f6f6;
  margin: 0 20px 0 0;
  width: 69px;
  height: 69px;
  border-radius: 6px;
  flex-shrink: 0;
}
.placeholder .row {
  background: #f4f6f6;
  border-radius: 4px;
  height: 19px;
  width: 100px;
}
.placeholder .info {
  margin-top: 8px;
}
.aside-tips__item .top .logo,
.rating span {
  margin-right: 6px;
}
.rating span svg {
  width: 16px;
  height: 16px;
}
.rating .h4,
.rating h4 {
  margin: 0;
}
.rating--white p {
  color: #fff;
}
.info {
  margin-top: 5px;
}
.info__column {
  padding: 0 6px;
}
.info__column:first-child {
  padding-left: 0;
}
.info__column .caption--l {
  display: block;
  color: #737c88;
}
.form__row label p,
.info__column .caption--m {
  margin: 0 0 4px;
}
.aside-tips__item p,
.info__column .bonus-title {
  margin: 0;
}
.aside-nav {
  padding: 6px;
  flex-shrink: 0;
}
.aside-nav--noscroll {
  position: relative;
  top: initial;
}
.aside-nav__banner {
  border-radius: 4px;
  width: auto;
  height: 195px;
  margin: 0 0 8px;
}
.aside-nav .h4,
.aside-nav h4 {
  padding: 0 10px;
}
.aside-nav .bg-icon {
  background-size: 100% 100%;
}
.aside-nav ul {
}
.aside-nav ul li {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  border-right: 2px solid transparent;
  transition: 0.3s;
}
.aside-nav ul li::before {
}
.aside-nav ul li.active,
.aside-nav ul li:hover {
  background: rgba(0, 176, 115, 0.05);
  border-radius: 4px;
  border-right: 2px solid #009773;
}
.aside-rating {
  padding: 0 16px;
  height: 265px;
  flex-shrink: 0;
}
.aside-rating .h4,
.aside-rating h4 {
  margin: 16px 0 5px;
}
.aside-rating .scroll-wrap {
  margin: 0 -16px;
  height: calc(100% - 50px);
}
.aside-rating .scroll-wrap .rating span svg {
  width: 13px;
  height: 13px;
}
.aside-rating .scroll-wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.aside-rating .scroll-wrap::-webkit-scrollbar-button {
  background: 0 0;
}
.aside-rating .scroll-wrap::-webkit-scrollbar-track {
  background: #d9dee2;
}
.aside-rating .scroll-wrap::-webkit-scrollbar-track-piece {
  background: #fff;
}
.aside-rating .scroll-wrap::-webkit-scrollbar-thumb {
  background: #d9dee2;
  height: 60px;
  border-radius: 100px;
}
.aside-rating .scroll-wrap::-webkit-scrollbar-corner {
  background: #d9dee2;
}
.aside-rating .scroll-wrap::-webkit-resizer {
  background: #d9dee2;
}
.aside-tips {
  padding: 16px;
  margin: 20px 0;
}
.aside-tips .h4,
.aside-tips h4 {
  margin: 0 0 7px;
}
.aside-tips > a {
  display: block;
  margin-top: 9px;
  color: #009773;
}
.aside-tips > a:hover {
  color: #008a69;
}
.aside-tips__item {
  padding: 10px 0;
  border-bottom: 1px solid #edf0f2;
}
.aside-tips__item:last-child {
  border-bottom: none;
}
.aside-tips__item a:hover,
.aside-tips__item a:hover p {
  color: #009773;
}
.aside-tips__item .top {
  margin-bottom: 5px;
}
.aside-tips__item .top .logo img,
.hint svg {
  width: 20px;
}
.aside-tips__item .bottom span {
  background: #3c5b89;
  color: #fff;
  border-radius: 3px;
  padding: 0 2px 1px;
  margin: 0 6px;
}
.aside-tips__item .bottom .percent {
  background: #b4ddf3;
  padding: 0 2px;
  color: #0d57ae;
  border-radius: 3px;
  margin: 0 8px 0 0;
}
.aside-bonuses .bonus {
  margin: 0 0 20px;
}
.hint {
  background: #f4f6f6;
  border-radius: 6px;
  padding: 16px;
}
.hint svg {
  height: 20px;
  flex-shrink: 0;
  margin-right: 16px;
}
.hint__content .h4,
.hint__content h4 {
  margin: 0;
}
.faq__item {
  padding: 20px 0;
  border-bottom: 1px solid #e6eaee;
}
.faq__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.faq__item .faq__content p {
  display: none;
  margin: 12px 0 0;
}
.faq__item.active svg {
  transform: rotate(0);
}
.faq__item.active p {
  display: block;
}
.faq__top {
  cursor: pointer;
}
.faq__top .h3,
.faq__top h3 {
  margin: 0;
}
.faq__top svg {
  transition: 0.3s ease all;
  transform: rotate(180deg);
  width: 20px;
  height: 10px;
  stroke: #222;
}

.contact-content {
  max-width: 824px;
  flex-shrink: 0;
  margin-right: 38px;
}
.contact-content .h3,
.contact-content h3 {
  margin: 0 0 8px;
}
.form {
  margin: 24px 0 40px;
}

.form__row {
  width: 100%;
  gap: 25px;
  margin: 0 0 20px;
}
.form__row label {
  position: relative;
  width: 50%;
}
.form__row label input,
.form__row label textarea {
  border: 1px solid #d9dee2;
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
}
.form__row label input:focus,
.form__row label textarea:focus {
  border-color: #009773;
  outline: 1px solid #009773;
}
.form__row label input.error,
.form__row label textarea.error {
  border-color: #dd4531;
  outline: 1px solid #dd4531;
}
.form__row label textarea {
  resize: none;
}
.form__row .btn {
  padding: 12px 50px;
  cursor: pointer;
}
.form .msg {
  margin: 0 0 0 20px;
  display: none;
  font-size: 18px;
}
.form .msg--success {
  display: block;
  color: #009773;
}
.form .msg--error {
  display: block;
  color: #dd4531;
}
.banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  min-height: 270px;
  padding: 20px 24px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .h2,
.banner h2 {
  color: #fff;
  margin-bottom: 25px;
}
.banner--league {
  background-position: center;
  background-size: cover;
}
.banner--best-betting {
  padding: 0;
}
.frame iframe {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; */

  height: 100vh;
}
.single-bonus {
  padding: 57px 20px 20px;
}
.single-bonus__loader {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  animation: preloader-rotate 2s infinite linear;
}
.single-bonus__logo {
  width: 100px;
  height: 100px;
  border-radius: 9px;
  margin: 33px auto 20px;
}
.single-bonus h2 {
  margin: 20px 0 12px;
}
.single-bonus .h3,
.single-bonus h4 {
  color: #737c88;
  margin: 12px 0;
  text-transform: uppercase;
}
.not-found .h2,
.not-found h2,
.not-found p,
.single-bonus p {
  margin: 12px 0;
}
.single-bonus__recomended {
  grid-template-columns: 1fr 1fr 1fr !important;
  padding: 20px;
  margin-top: 40px;
}
.not-found {
  margin: 200px auto 160px;
}
.not-found__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 77px;
  color: #009773;
  margin: 0;
}
.not-found .btn {
  margin: auto;
  max-width: 136px;
}
.exchange-container__content {
  position: relative;
  padding-left: 34px;
}
.exchange-container__content .h2 span,
.exchange-container__content h2 span {
  color: #009773;
  position: relative;
}
.exchange-container__border {
  background: #009773;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 8px;
}
.exchange-container__list {
  padding: 20px;
  border: 1px solid rgba(34, 34, 34, 0.03);
  border-radius: 8px;
}
.exchange-container__pros-n-cons .h3,
.exchange-container__pros-n-cons h3 {
  margin-block-start: 0.5em;
}
.exchange-container__pros-n-cons .pros-n-cons__wrap {
  width: 50%;
  flex-shrink: 0;
  margin: 0 0 0 30px;
}
.exchange-container__pros-n-cons .pros-n-cons__wrap > div {
  width: 100%;
  margin: 0 0 16px;
}
.exclusive-bonuses {
  margin: 20px 0;
}
.exclusive-bonuses__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.exclusive-bonuses__item {
  position: relative;
  padding: 10px;
  overflow: visible;
}
.battle__bookmaker .title .btn span,
.exclusive-bonuses__item .h4,
.exclusive-bonuses__item h4 {
  color: #fff;
}
.exclusive-bonuses__item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.exclusive-bonuses__logo {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 7px;
  width: 53px;
  height: 53px;
  flex-shrink: 0;
  margin-right: 12px;
}
.exclusive-bonuses__icon {
  background: url(../img/exclusive-label.png) no-repeat 0 0 / cover;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 95px;
  height: 27px;
}
.advantages__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.advantages__item .bg-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  margin-right: 12px;
}
.advantages__item .h3,
.advantages__item .h4,
.advantages__item h3,
.advantages__item h4,
.best-offers-n-reviews__content .h3,
.best-offers-n-reviews__content h3 {
  margin: 0 0 4px;
}
.advantages__item p,
.licenses__item p {
  margin: 0;
}
.licenses__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  margin: 20px 0;
}
.licenses__item {
  border: 1px solid #e6eaee;
  border-radius: 8px;
  padding: 4px 14px 16px;
  text-align: center;
}
.best-offers-n-reviews__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 30px;
  margin: 20px 0;
  padding: 16px;
}
.best-offers-n-reviews__logo {
  background: #fff;
  margin: 0 13px 0 0;
  width: 121px;
  height: 61px;
  border-radius: 6px;
  flex-shrink: 0;
  overflow: hidden;
}
.best-offers-n-reviews__content p {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
}
.best-offers-n-reviews__content .btn {
  padding: 8px 29px;
}
.best-offers-n-reviews__aside .h4,
.best-offers-n-reviews__aside h4 {
  margin: 0;
}
.best-offers-n-reviews__aside .review-info {
  margin-top: 4px;
  padding: 0;
  width: 100%;
  justify-content: space-between;
}
.best-offers-n-reviews__aside .review-info__item {
  width: auto;
  border: 0;
  margin-right: 8px;
}
.best-offers-n-reviews__aside .review-info__item .left .p2 {
  font-size: 11px;
  line-height: 13.2px;
  color: #737c88;
  font-weight: 600;
}
.best-offers-n-reviews__aside .review-info__item .bg-icon {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
.best-offers-n-reviews__aside .review-info__item:last-child {
  margin-right: 0;
}
.best-offers-n-reviews__aside .review-info__item p.value {
  font-size: 15px;
  margin-top: 2px;
}
.best-offers-n-reviews__aside .best-offers-n-reviews__top {
  border: 1px solid #eaeaea;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 12px;
}
.best-offers-n-reviews__aside .welcome-bonuses__item {
  border: 1px solid #eaeaea;
  border-radius: 0 0 6px 6px;
  padding: 12px;
  max-width: 390px;
}
.best-offers-n-reviews__aside .welcome-bonuses__item .p2 {
  margin: 0;
}
.best-offers-n-reviews__aside .welcome-bonuses__item .p3 {
  color: #737c88;
}
.best-offers-n-reviews__pros-n-cons ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
.best-offers-n-reviews__pros-n-cons ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 27px;
  line-height: 50%;
}
.best-offers-n-reviews__pros-n-cons ul.pros li::before {
  content: "+";
  color: #009773;
}
.best-offers-n-reviews__pros-n-cons ul.cons li::before {
  content: "-";
  color: #dd4531;
}
.battle {
  padding-bottom: 20px;
}
.battle__content {
  background: url(../img/battle-bg.png) no-repeat right/contain #009773;
  min-height: 250px;
  padding: 20px 0 110px;
}
.battle__content .h2,
.battle__content h2,
.battle__content p {
  margin: 0 0 12px;
  color: #fff;
  text-align: center;
}
.battle__content p {
  max-width: 640px;
  margin: auto;
}
.battle__wrap {
  margin: -100px 20px 0;
  padding: 20px;
}
.battle__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6eaee;
  margin-bottom: 20px;
}
.battle__bookmaker .title .h4,
.battle__bookmaker .title h4 {
  margin: 0 0 4px;
}
.battle__bookmaker .title .btn {
  padding: 10px 16px;
}
.battle__logo {
  background: #fff;
  width: 59px;
  height: 59px;
  border-radius: 6px;
  flex-shrink: 0;
  margin: 0 14px;
}
.battle__vs {
  text-align: center;
  margin: 0 46px;
}
.battle__vs p {
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  margin: 0 0 2px;
}
.battle__vs span {
  color: #737c88;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.battle__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin: 18px 0;
}
.battle__row .h4,
.battle__row h4,
.battle__row p,
.fast-registration-popup__content label.checkbox p {
  margin: 0;
}
.battle__row .line {
  background: #f4f6f6;
  position: relative;
  margin-top: 8px;
  width: 100%;
  height: 5px;
  border-radius: 2px;
}
.battle__left .line span {
  background: #1584e3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.battle__right .rating span {
  margin-right: 0;
  margin-left: 6px;
}
.battle__right .line span {
  background: #dd4531;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}
.bg-icon {
  background-size: contain;
  background-repeat: no-repeat;
}
.exit-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 300;
  background: rgba(33, 33, 33, 0.3);
  display: none;
  transition: 0.5s ease all;
}
.exit-popup.visible {
  display: flex;
}
.exit-popup__wrapper {
  background: #f4f6f6;
  position: relative;
  max-width: 1124px;
  padding: 16px;
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 50px;
}
.exit-popup__wrapper .bonus__logo--extra-small {
  width: 45px;
  height: 45px;
}
.exit-popup__content p {
  margin: 0 0 12px;
}
.exit-popup__banner {
  background: url(../img/exit-popup.png) no-repeat 0 0 / contain;
  height: 407px;
}
.close {
  background: #e7edf1;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%239da4a8'/%3E%3C/svg%3E");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  outline: 0;
  border: 0;
  font-size: 18px;
  line-height: 0.1;
}

.fast-registration-popup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 290px;
  width: 100%;
  padding: 0 16px 23px;
  overflow: visible;
}
.fast-registration-popup.visible {
  display: flex;
}
.fast-registration-popup__content {
  position: relative;
  padding-top: 50px;
}
.fast-registration-popup__content::before {
  background: #f4f6f6;
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  width: 86px;
  height: 86px;
  margin: auto;
  border-radius: 50%;
}
.fast-registration-popup__content .top-icon {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
}
.fast-registration-popup__content .h2 {
  margin: 0 0 12px;
}
.fast-registration-popup__content .close {
  top: 17px;
  right: -6px;
  z-index: 1;
}
.fast-registration-popup__content .btn {
  margin: 24px 0 13px;
  max-width: 100%;
  width: 100%;
}
.fast-registration-popup__content label {
  display: block;
  margin: 8px 0;
}
.fast-registration-popup__content label.input input {
  border: 1px solid #d9dee2;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 13px;
  color: #737c88;
  width: 100%;
}
.fast-registration-popup__content label.input span {
  background: #fff;
  position: absolute;
  top: -7px;
  left: 11px;
  color: #737c88;
  padding: 0 4px;
  font-size: 12px;
}
.fast-registration-popup__content label.checkbox.error span,
.fast-registration-popup__content label.input.error input {
  border-color: #dd4531;
}
.fast-registration-popup__content label.checkbox {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-gap: 10px;
  cursor: pointer;
}
.fast-registration-popup__content label.checkbox input {
  visibility: hidden;
  position: absolute;
}
.fast-registration-popup__content label.checkbox input:checked ~ span,
.filter__rating input[type="checkbox"]:checked ~ .rating-control,
.filter__rating input[type="radio"]:checked ~ .rating-control {
  background: #009773;
  border-color: #009773;
}
.fast-registration-popup__content label.checkbox span {
  width: 16px;
  height: 16px;
  border: 1px solid #d9dee2;
  border-radius: 4px;
}
.fast-registration-popup__content label.checkbox span svg {
  width: 12px;
  height: 10px;
  fill: #fff;
}
.text-wrap a {
  color: #009773;
  font-weight: 700;
}
.text-wrap a:hover {
  color: #008a69;
}
.text-wrap ul li {
  position: relative;
  padding: 5px 0 5px 20px;
  font-size: 15px;
  line-height: 145%;
}
.text-wrap ul li::before {
  background: #009773;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.tablepress tbody tr td br {
  display: none;
}

.tablepress:not(.two-col) thead tr th {
  background: #222;
  color: #fff;
  text-align: left;
  padding: 7px 7px 7px 0;
}

.tablepress:not(.two-col) thead tr th br {
  display: none;
}

.tablepress:not(.two-col) thead tr th > * {
  color: inherit;
}
.tablepress:not(.two-col) thead tr th:first-child {
  text-align: left;
  padding-left: 12px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tablepress:not(.two-col) thead tr th:last-child {
  padding-right: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: left;
}
.tablepress:not(.two-col) tbody tr td {
  text-align: left;
  padding: 7px;
}

.tablepress:not(.two-col) tbody tr td:not(:last-child) {
  padding-right: 10px !important;
}

.tablepress:not(.two-col) tbody tr td:first-child {
  text-align: left;
  padding: 7px;
}

.tablepress {
  width: 100%;
}

.tablepress tbody tr td {
  font-size: 14px;
  vertical-align: top;
}

.tablepress tbody tr td a {
  text-decoration: underline;
}

.custom-select {
  position: relative;
}
.custom-select .select-selected {
  margin-top: 12px;
}
.custom-select .select-selected::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #222 transparent transparent;
}
.custom-select .select-selected.select-arrow-active,
.custom-select .select-selected:hover {
  border-color: #009773;
}
.custom-select .select-selected.select-arrow-active::after,
.custom-select .select-selected:hover::after {
  border-color: #009773 transparent transparent;
}
.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #009773;
  top: 7px;
}
.custom-select .select-items,
.custom-select .select-selected {
  background: #fff;
  color: #222;
  border: 1px solid #d9dee2;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select .select-selected {
  padding: 8px 12px;
}
.custom-select .select-items {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0;
}
.custom-select .select-items div {
  padding: 6px 12px;
}
.custom-select .select-items div:hover {
  background: #f4f6f6;
}
.custom-select .select-hide {
  display: none;
}
.calc-form {
  padding: 18px 20px 25px;
  width: 400px;
  float: right;
  margin-left: 40px;
  margin-bottom: 28px;
  border: 1px solid #edf0f2;
}
.calc-form__title {
  padding-bottom: 18px;
  border-bottom: 1px solid #e6eaee;
}
.calc-form .row-input > .index p,
.calc-form__title .h2,
.league--single .more-bonuses p {
  margin: 0;
}
.calc-form__title .btn {
  padding: 10px 20px;
  cursor: pointer;
}
.calc-form__group {
  margin-top: 32px;
}
.calc-form__group:first-child {
  margin-top: 18px;
}
.calc-form__header {
  margin-top: 12px;
}
.calc-form__header > * {
  margin-right: 12px;
  height: 38px;
}
.calc-form__header > :last-child {
  margin-right: 0;
}
.calc-form__header > .outcome {
  width: 106px;
}
.calc-form .row-input {
  margin-bottom: 12px;
}
.calc-form .row-input > * {
  margin-right: 12px;
  height: 38px;
}
.calc-form .row-input > .index {
  background: #f4f6f6;
  border: 1px solid #e6eaee;
  border-radius: 3px;
}
.calc-form .row-input .select-selected {
  margin: 0;
  width: 106px;
}
.calc-form .row-input input {
  width: 100%;
  height: 100%;
  border: 1px solid #d9dee2;
  border-radius: 4px;
  font-size: 15px;
  padding: 0 8px;
}
.calc-form .index {
  width: 38px;
  text-align: center;
}
.calc-form .odds,
.calc-form .stake {
  width: 90px;
  height: 38px;
}
.calc-form .total {
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.calc-form .total__col .title {
  background: #009773;
  margin: 0;
  padding: 6px 0;
  color: #fff;
  text-align: center;
}
.calc-form .total__col .value {
  margin: 7px auto 13px;
  border-right: 1px solid #e6eaee;
}
.calc-form .total__col .value input {
  border-color: transparent;
  width: 100%;
  height: 100%;
  margin: 0;
}
.calc-form .total__col:first-child .title {
  border-radius: 3px 0 0 0;
}
.calc-form .total__col:last-child .title {
  border-radius: 0 3px 0 0;
}
.calc-form .total__col:last-child .value {
  border-right: none;
}
.leagues__wrapper {
  margin-top: 32px;
}
.leagues__header {
  padding: 16px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.leagues__header .bg-icon {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  flex-shrink: 0;
}
.leagues__header * {
  color: #fff;
  margin: 0;
}
.leagues__list {
  position: relative;
  width: 100%;
  max-width: 880px;
}
.leagues__list .league-item {
  border: 1px solid #e6eaee;
  border-radius: 4px;
  max-width: 190px;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  padding: 0 0 16px;
}
.leagues__list .league-item__head {
  position: relative;
  width: 100%;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  flex-shrink: 0;
}
.leagues__list .league-item__head .bg-icon {
  position: absolute;
  left: 16px;
  bottom: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.leagues__list .league-item__content {
  padding: 16px 16px 0;
}
.leagues__list .league-item__content p:not([class]) {
  font: inherit;
}
.leagues__list .league-item .btn {
  background: #fff;
  border-color: #e6eaee;
  color: #222;
  padding: 8px 20px;
  max-width: 158px;
  width: 100%;
  margin: 0 auto;
}
.leagues__list .league-item .btn:hover {
  background: #009773;
  color: #fff;
}
.leagues__list .button-next,
.leagues__list .button-prev {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.leagues__list .button-next svg,
.leagues__list .button-prev svg {
  width: 12px;
  height: 12px;
  stroke: #222;
}
.leagues__list .button-next.swiper-button-lock,
.leagues__list .button-prev.swiper-button-lock {
  display: none;
}
.leagues__list .button-next.swiper-button-disabled,
.leagues__list .button-prev.swiper-button-disabled {
  opacity: 0.9;
  cursor: not-allowed;
}
.leagues__list .button-prev {
  left: 20px;
}
.breadcrumbs a svg,
.leagues__list .button-prev svg {
  transform: rotate(-90deg);
}

.breadcrumbs * {
  font-size: 14px;
}

.breadcrumbs a:not(:first-child) svg {
  display: none;
}

.leagues__list .button-next {
  right: 20px;
}
.leagues__list .button-next svg {
  transform: rotate(90deg);
}
.breadcrumbs a {
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}

.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(10deg);
  width: 1px;
  height: 70%;
  background-color: #838788;
}

.breadcrumbs a:last-child:after {
  display: none;
}

.breadcrumbs a svg {
  width: 10px;
  height: 10px;
  stroke: #222;
  margin-right: 9px;
}
.breadcrumbs > span {
  color: #737c88;
  margin-right: 8px;
}
.breadcrumbs--league {
  margin-bottom: 20px;
}

.league-nav {
  margin-top: 20px;
}

.league--single section {
  padding: 1px 20px 20px;
  margin-top: 20px;
  margin-top: 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.league--single .sidebar aside.critics {
  display: none;
}

#bonuses,
.league--single .gray-bg {
  border-radius: 6px;
}
.league--single .more-bonuses {
  margin-top: 24px;
}
.league--single .more-bonuses a {
  margin-right: 16px;
}
.league-nav {
  padding: 12px 20px 12px 12px;
}
.league-nav__content {
  background: #f4f6f6;
  padding: 20px;
  border-radius: 4px;
}
.league-nav__content p:last-child {
  margin-bottom: 0;
}
.league-nav__list {
  width: 100%;
  max-width: 360px;
  flex-shrink: 0;
  margin-left: 20px;
}
.league-nav__item {
  margin: 14px 0;
}
.league-nav__item .bg-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
}
.league-nav__item .content {
  border-bottom: 1px solid #e6eaee;
  padding-bottom: 10px;
  width: 100%;
}
.league-nav__item .content p,
.player__info p,
.teams__item p {
  margin: 0;
}
.league-nav__item .content p.h3 {
  margin-bottom: 4px;
}
.league-nav__item .content p.h3 svg {
  opacity: 0;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  stroke: #009773;
  transform: rotate(90deg);
}
.league-nav__item:hover p.h3 {
  color: #009773;
}
.league-nav__item:hover p.h3 svg {
  opacity: 1;
}
.league-nav__item:last-child {
  margin-bottom: 0;
}
.league-nav__item:last-child .content {
  border-bottom: none;
  padding-bottom: 0;
}
.teams__list {
  position: relative;
}
.teams__list::after {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
}
.teams__item {
  width: 20%;
  padding: 20px 0;
  border-bottom: 1px solid #e6eaee;
}
.teams__item .bg-icon {
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.players__list {
  background: #f4f6f6;
  padding: 20px;
  border-radius: 12px;
}
.player {
  background: #fff;
  padding: 8px;
  margin: 12px 0;
  border-radius: 8px;
}
.player:first-child,
.review-content section:first-child {
  margin-top: 0;
}
.player:last-child {
  margin-bottom: 0;
}
.player__info {
  background: #f4f6f6;
  max-width: 120px;
  flex-shrink: 0;
  width: 100%;
  border-radius: 6px;
  margin-right: 16px;
  padding: 6px 8px 13px;
}
.player__info p.h4 {
  margin: 8px 0;
}
.player__info p.p2 {
  color: #737c88;
}
.player__info p.p2 b {
  font-size: 14px;
}
.share {
  margin-bottom: 0 !important;
}
.share__list {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.share .btn {
  max-width: none;
}
.share .btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 6px;
  transform: translate(0, 2px);
}
.share .btn.facebook {
  background: #4769e2;
  border-color: #4769e2;
}
.share .btn.whatsapp {
  background: #25ba89;
  border-color: #25ba89;
}
.share .btn.twitter {
  background: #3993ff;
  border-color: #3993ff;
}
.league-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.league-nav__next,
.league-nav__prev {
  padding: 1px 20px 20px;
}
.league-nav__next .btn,
.league-nav__prev .btn {
  background: #fff;
  border-color: #e6eaee;
  color: #222;
  max-width: 110px;
  padding: 7px 0;
}
.league-nav__next .btn svg,
.league-nav__prev .btn svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  stroke: #222;
  transition: 0.3s ease all;
}
.league-nav__next .btn:hover,
.league-nav__prev .btn:hover {
  background: #009773;
  border-color: #009773;
  color: #fff;
}
.league-nav__next .btn:hover svg,
.league-nav__prev .btn:hover svg {
  stroke: #fff;
}
.league-nav__prev svg {
  margin-right: 6px;
  transform: translate(0, 2px) rotate(-90deg);
}
.league-nav__next .btn {
  margin-left: auto;
}
.league-nav__next svg {
  margin-left: 6px;
  transform: translate(0, 2px) rotate(90deg);
}
.banner,
.banner__now .bottom .progress-wrap__top p {
  margin: 0;
}
.banner__now {
  width: 100%;
  max-width: 570px;
  overflow: hidden;
  margin-right: 20px;
  cursor: pointer;
}
.banner__now .top {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 249px;
  padding: 16px;
  height: 100%;
}
.banner__now .bottom {
  margin-top: 14px;
}
.banner__now .bottom .progress-wrap {
  flex-shrink: 0;
  margin-left: 12px;
}
.banner__now .bottom .progress-wrap svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  fill: #222;
}
.banner__now .bottom .progress-wrap .count-down {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  line-height: 1;
}
.banner__now .bottom .progress-wrap__top {
  margin-bottom: 9px;
}
.banner__now .bottom .progress-wrap__bottom {
  background: #e2e8ed;
  height: 8px;
  border-radius: 2px;
}
.banner__now .bottom .progress-wrap__bottom span {
  background: #009773;
  display: block;
  height: 100%;
  border-radius: 2px;
}
.banner__now .btn {
  position: relative;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  width: 130px;
}
.banner__now .btn svg {
  position: absolute;
  top: -3px;
  left: -3px;
  right: 0;
  bottom: 0;
  width: 135px;
  height: 45px;
}
.banner__now .btn svg rect {
  stroke-dasharray: 338px;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: #fff;
  fill: none;
}
.banner__next {
  flex-shrink: 0;
  width: 290px;
}
.banner__next .bonus-soon {
  margin: 0 0 16px;
}
.banner__next .bonus-soon:last-child {
  margin-bottom: 0;
}
.banner__next .bonus-soon__top {
  background: #fff;
  padding: 16px 16px 0;
}
.banner__next .bonus-soon__top .h4,
.banner__next .bonus-soon__top h4 {
  margin: 0;
}
.banner__next .bonus-soon:first-child .bonus-soon__content {
  margin: 16px 0 20px;
}
.banner__next .bonus-soon__content {
  padding: 0 16px;
  margin: 16px 0;
}
.banner__next .bonus-soon__content .logo {
  background: #fff;
  margin-right: 12px;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  padding: 0 2px;
  flex-shrink: 0;
}
.banner__next .bonus-soon__content .h4,
.banner__next .bonus-soon__content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.banner__next .bonus-soon__content .p2 {
  margin: 0;
  line-height: 18.85px;
}
.banner__next .bonus-soon__content .count-down {
  background: #f4f6f6;
  font-size: 14px;
  padding: 5px 7px;
  border-radius: 4px;
  min-width: 54px;
  flex-shrink: 0;
  letter-spacing: -0.02em;
  margin-left: 12px;
}
.banner__next .bonus-soon__bottom {
  background: #f4f6f6;
  position: relative;
  padding: 10px 0 14px;
}
.banner__next .bonus-soon__bottom .h4,
.banner__next .bonus-soon__bottom h4 {
  margin: 0;
}
.banner__next .bonus-soon__bottom svg {
  width: 15px;
  height: 15px;
  fill: #009773;
  margin-right: 8px;
}
.banner__next .bonus-soon__progress-line {
  background: #009773;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
}
.banner__bg {
  background: rgba(255, 255, 255, 0.47);
  position: absolute;
  top: 9px;
  left: 9px;
  bottom: 9px;
  max-width: 315px;
  width: 100%;
  border-radius: 6px;
  backdrop-filter: blur(17px);
}
.banner__bonus {
  background: #f7e112;
  position: relative;
  border-radius: 4px;
  padding: 18px 14px;
  max-width: 300px;
  height: 100%;
  z-index: 2;
}
.banner__bonus .logo {
  background: #fff;
  padding: 5px 10px 2px;
  border-radius: 6px;
  max-width: 76px;
  max-height: 30px;
}
.banner__bonus .title {
  margin: 14px 0 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}
.banner__bonus .title b {
  font-weight: 700;
  color: #dd4531;
}
.banner__bonus .info {
  margin-top: 8px;
  margin-right: 18px;
}
.banner__bonus .info > * {
  display: block;
}
.banner__bonus .info__title {
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
}

.banner__bonus .info__value {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.navigation {
  flex-direction: column;
  padding: 20px 16px;
}
.navigation h2 {
  margin-top: 0;
}

.navigation .h1,
.navigation h1 {
  margin-top: 0;
}
.navigation__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.navigation__content h1,
.navigation__content h2 {
  grid-area: 1 / 1 / 2 / 3;
}

.navigation__content p {
  margin: 0 0 12px;
  grid-area: 2 / 1 / 3 / 2;
}

.navigation__content .navigation__items {
  grid-area: 2 / 2 / 3 / 3;
}

.navigation--bbs .navigation__content {
  max-width: 37%;
}
.navigation--bbs .navigation__item {
  width: 230px;
}

.navigation--front-page .navigation__content .h2,
.navigation--front-page .navigation__content h2 {
  margin: 0 0 12px;
}
.navigation--front-page .navigation__item {
  width: 230px;
}
.navigation--betting-sites .navigation__content {
  max-width: 100%;
}
.filter__rating label:hover .rating-control,
.filter__type label:hover .border,
.navigation a:hover {
  border-color: #009773;
}
.navigation__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  grid-gap: 14px !important;
  width: 100%;
}
.navigation__items--three-col,
.navigation__items--two-row {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 16px;
}
.navigation__items--three-col .navigation__item:last-child {
  grid-area: 1/3/3/4;
}
.navigation__items--two-row .navigation__item:first-child {
  width: 100%;
}
.navigation__items--betting-sites {
  display: flex;
  flex-shrink: 0;
}
.navigation__items--betting-sites > .navigation__item {
  flex-direction: column;
  height: 100%;
}

.navigation__items--betting-sites > .navigation__item,
.navigation__items--betting-sites > .navigation__item:first-child {
  width: 100%;
  grid-area: initial;
  padding: 14px 10px 13px;
  margin: 0 0 14px;
}
.navigation__items--betting-sites > .navigation__item:first-child:last-child,
.navigation__items--betting-sites > .navigation__item:last-child {
  margin-bottom: 0;
}
.navigation__items--betting-sites > .navigation__item img,
.navigation__items--betting-sites > .navigation__item:first-child img {
  width: 48px;
  height: 48px;
  margin: 0 0 16px 0;
}
.navigation__items img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 14px 0 0;
}
.navigation__item {
  border: 1px solid #e6eaee;
  border-radius: 6px;
  padding: 10px 14px;
  transition: 0.3s ease border-color;
  width: 243px;
}
.navigation__item.critics {
  margin: 0;
  width: 260px;
}
.navigation__item img {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.navigation__item .h4,
.navigation__item h4,
.navigation__item p {
  margin: 0;
}
.navigation__item:first-child {
  padding: 20px 14px 10px;
  grid-area: 1/1/3/2;
  text-align: center;
  width: 100%;
}
.navigation__item:first-child img {
  width: 48px;
  height: 48px;
  margin: 0 0 16px;
}
.filter {
  margin-top: 0;
}
.filter__top {
  padding: 0 20px 24px;
  margin-bottom: 20px;
}
.filter__bottom {
  padding: 16px 20px;
}
.filter__item {
  margin-right: 10px;
}
.filter__item:last-child,
.filter__type label:last-child {
  margin-right: 0;
}
.filter__rating {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px 24px;
}
.filter__rating label {
  cursor: pointer;
}
.filter__rating .rating-control {
  border: 1px solid #d9dee2;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.filter__rating .rating-control svg {
  display: none;
  width: 12px;
  height: 10px;
  fill: #fff;
}
.filter__rating input,
.filter__tabs label input,
.filter__type label input {
  position: absolute;
  visibility: hidden;
}
.filter__rating svg {
  width: 17px;
  height: 16px;
}
.filter__rating input[type="checkbox"]:checked ~ .rating-control svg,
.filter__rating input[type="radio"]:checked ~ .rating-control svg {
  display: block;
}
.filter__type {
  position: relative;
}
.filter__type input[type="checkbox"]:checked + .border,
.filter__type input[type="radio"]:checked + .border {
  border-color: #009773;
}
.filter__type label {
  min-width: 112px;
  width: 100%;
  margin-right: 5px;
  cursor: pointer;
}
.filter__type label .border {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  border: 1px solid #d9dee2;
  border-radius: 4px;
}
.filter__type label svg {
  width: 26px;
  height: 26px;
}
.filter__type label p {
  margin: 2px 0 0;
}
.filter__tabs input:checked + .label .h4,
.filter__tabs input:checked + .label h4,
.filter__tabs input:checked + .label p {
  color: #009773;
}
.filter__tabs input:checked + .label::before {
  background: #009773;
}
.filter__tabs label {
  width: 100%;
  margin: 0 16px;
  border-right: 1px solid #e6eaee;
}
/*.content-block table tr td a.caption--l,*/
/*.content-block__table table tbody tr td > a,*/
/*.filter__tabs label:hover .h4,*/
/*.filter__tabs label:hover h4,*/
/*.filter__tabs label:hover p,*/
/*.review-nav ul li a:hover,*/
/*.review-nav ul li.active a {*/
/*  color: #009773;*/
/*}*/
.filter__tabs label:hover .label::before {
  background: #009773;
}
.filter__tabs label .label {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.filter__tabs label .label::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 4px;
  width: calc(100% - 20px);
}
.filter__tabs label:first-child,
.tips__table .event-predictions__avatars span:first-child,
.tips__table .markets button:first-child,
.tips__tabs .tab-item:first-child {
  margin-left: 0;
}
.filter__tabs label:last-child {
  margin-right: 0;
  border-right: none;
}
.filter__tabs label .h4,
.filter__tabs label h4,
.filter__tabs label p {
  margin: 0;
}
.tips__tabs .tab-item {
  background: #edf0f2;
  border-radius: 30px;
  padding: 6px 12px;
  margin: 0 4px;
}
.review-nav ul li:last-child,
.tips__table .markets button:last-child,
.tips__tabs .tab-item:last-child {
  margin-right: 0;
}
.tips__tabs .tab-item--active {
  background: #009773;
  color: #fff;
}
.tips__wrapper {
  margin-top: 16px;
}
.tips__table .date {
  width: 40px;
  margin-right: 13px;
  text-align: center;
}
.tips__table .date p.p3 {
  margin: 4px 0 0;
}
.tips__table .participants__row:last-child {
  margin: 4px 0 0;
}
.tips__table .participants__row img {
  width: 18px;
  margin-right: 13px;
}
.tips__table .participants__row p.p2,
.tips__table .reference .caption--l {
  margin: 0;
}
.tips__table .reference {
  margin-left: auto;
  margin-right: 32px;
}
.tips__table .reference img {
  width: 13px;
  flex-shrink: 0;
  margin-right: 4px;
}
.tips__table .reference p.p2 {
  margin: 4px 0 0;
}
.tips__table .markets {
  margin-right: 50px;
  width: 150px;
}
.tips__table .markets button {
  font-size: 12px;
  background: #fff;
  width: 46px;
  height: 42px;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  margin: 0 3px;
  cursor: pointer;
}
.tips__table .markets button svg {
  display: none;
  width: 13px;
  height: 13px;
  margin: 4px auto 0;
}
.tips__table .markets button .caption--l {
  display: block;
}
.tips__table .markets button.active {
  background: rgba(0, 151, 115, 0.1215686275);
  border-color: #e6eaee;
  color: #009773;
}
.tips__table .markets button.active svg {
  fill: #009773;
  display: block;
}
.tips__table .event-predictions {
  width: 130px;
  max-height: 30px;
}
.tips__table .event-predictions__avatars span {
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  overflow: hidden;
  width: 25px;
  height: 25px;
}
.tips__table .event-predictions__count {
  background: #edf0f2;
  border: 2px solid #fff;
  border-radius: 70px;
  padding: 3px 8px;
  margin-left: -10px;
}
.tips__row {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #e6eaee;
}
.tips__row:last-child {
  border-bottom: none;
}
.blog__item > a,
.tips__row > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tips__btn {
  background: #f4f6f6;
  margin-top: 12px;
  border-radius: 6px;
  padding: 4px;
  max-width: 320px;
}
.tips__btn .btn {
  flex-shrink: 0;
  width: 148px;
  margin-right: 16px;
}
.content-block {
  padding: 1px 16px 20px;
}

.content-block[id="calculator"] {
  overflow: hidden;
}

.content-block > p:last-child,
.review-content section:last-child,
.review__item:last-child {
  margin-bottom: 0;
}
.content-block__table:not(.top-10-table) {
  width: 45%;
}
.content-block__text {
  width: 55%;
}
.content-block__text > img {
  margin-top: 20px;
}
.content-block__table:not(.top-10-table) {
  margin-right: 30px;
}
.content-block__table:not(.top-10-table) table tbody tr:nth-child(odd) td {
  background: #f4f6f6;
}
.content-block__table:not(.top-10-table) table tbody tr:nth-child(odd) td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.content-block__table:not(.top-10-table) table tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.content-block__table:not(.top-10-table) table tbody tr td > * {
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
}
.content-block__table:not(.top-10-table) table tbody tr td:first-child > * {
  padding-left: 4px;
}
.content-block__table:not(.top-10-table) table tbody tr td:last-child > * {
  padding-right: 16px;
  padding-left: 10px;
}
.content-block table:not(.top-10--table) {
  min-width: 300px;
  width: 100%;
}
.content-block table.two-col:not(.top-10--table) {
  width: auto;
}
.content-block table:not(.top-10--table) tr:nth-child(odd) td {
  background: #f4f6f6;
}
.content-block table:not(.top-10--table) tr td.p2 {
  margin: 0;
  padding: 7px 0;
}
.content-block table:not(.top-10--table) tr td:first-child,
.content-block table.head:not(.top-10--table) thead tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 12px;
}
.content-block table:not(.top-10--table) tr td:last-child,
.content-block table.head:not(.top-10--table) thead tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-right: 12px;
}
.content-block table:not(.top-10--table) tr td.center {
  text-align: center;
}
.content-block table.head:not(.top-10--table) {
  width: 100%;
}
.content-block table.head:not(.top-10--table) thead tr th {
  background: #222;
  padding: 5px 0 8px;
}
.content-block table.head:not(.top-10--table) thead tr th > * {
  color: #fff;
}
.content-block table.head:not(.top-10--table) tbody tr td {
  padding: 6px 0 5px;
}
.content-block table.head:not(.top-10--table) tbody tr td:first-child {
  padding-left: 12px;
}
.content-block table.head:not(.top-10--table) tbody tr td:last-child {
  padding-right: 12px;
}
.content-block table.head:not(.top-10--table) tbody tr td .logo {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  margin-right: 16px;
}
.content-block table.head:not(.top-10--table) tbody tr td .btn {
  padding: 10px 14px;
  margin-left: auto;
  font-size: 13px;
  /* max-width: 108px; */
  width: auto;
}

.content-block table.head:not(.top-10--table) tbody tr td * {
  font-size: 15px;
}

.content-block table.head:not(.top-10--table) tbody tr:nth-child(odd) td,
.demographic table tr:nth-child(odd) td {
  background: 0 0;
}
.content-block table.head:not(.top-10--table) tbody tr:nth-child(even) td {
  background: #f4f6f6;
}
.review__item {
  background: #f4f6f6;
  border: 1px solid rgba(34, 34, 34, 0.03);
  border-radius: 8px;
  margin: 16px 0;
  padding: 24px 20px 28px;
}
.review__item .h3,
.review__item h3,
.welcome-bonuses__item .h4,
.welcome-bonuses__item h4 {
  margin: 0;
}
.review__item p {
  margin: 12px 0 0;
}
.review__item span {
  background: #222;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.8;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
}
.review__item img {
  width: 80px;
  margin-left: 40px;
}
.welcome-bonuses__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.welcome-bonuses__item {
  padding: 16px;
  border: 1px solid #e6eaee;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.welcome-bonuses__logo {
  background: #fff;
  width: 80px;
  height: 40px;
  margin-right: 12px;
  border-radius: 3px;
  flex-shrink: 0;
  overflow: hidden;
}
.welcome-bonuses__bottom {
}
.welcome-bonuses__bottom info,
.welcome-bonuses__bottom .info {
  margin-top: 0;
  gap: 12px;
}
.welcome-bonuses__bottom .info__column {
  border-radius: 4px;
  border: 1px solid rgba(51, 110, 192, 0.1);
  background: rgb(0 151 115 / 2%);
  padding: 4px 4px;
  min-width: 72px;
  text-align: center;
}
.welcome-bonuses__bottom .info__column p {
  margin: 0;
  color: #222;
}
.welcome-bonuses__bottom .info__column .caption--xs {
  font-size: 11px;
  line-height: 13.2px;
  color: #737c88;
  font-weight: 600;
}
.welcome-bonuses__bottom .info__column .caption--l {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.welcome-bonuses__bottom .btn {
  padding: 11px 20px;
}
.pros-n-cons__wrap > div {
  border-radius: 6px;
  padding: 20px;
  width: 50%;
}
.pros-n-cons__wrap > div .h3,
.pros-n-cons__wrap > div h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
.pros-n-cons__wrap > div li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
}
.pros-n-cons__wrap > div li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.pros-n-cons__wrap > div.pros {
  background: rgba(0, 151, 115, 0.1215686275);
  border: 1px solid rgba(34, 34, 34, 0.05);
  margin-right: 16px;
}
.pros-n-cons__wrap > div.pros li::before {
  background: url(../img/check.svg) no-repeat center center/15px 8px #009773;
}
.pros-n-cons__wrap > div.pros--nobg {
  background: 0 0;
  border-color: #edf0f2;
}
.pros-n-cons__wrap > div.cons {
  background: rgba(221, 69, 49, 0.12);
  border: 1px solid rgba(34, 34, 34, 0.05);
}
.pros-n-cons__wrap > div.cons li::before {
  background: url(../img/false.svg) no-repeat center center/10px 10px #dd4531;
}
.pros-n-cons__wrap > div.cons--nobg {
  background: 0 0;
  border-color: #edf0f2;
}
.events > p {
  margin: 12px 0;
}
.events__list > div {
  border-bottom: 1px solid #e6eaee;
  padding: 12px 0 11px;
}
.events__list > div:last-child {
  border-bottom: none;
}
.events__date {
  width: 59px;
  margin-right: 16px;
  text-align: center;
}
.events__date .h3,
.events__date h3,
.events__date p,
.events__text p {
  margin: 0;
}
.blog__item .image img,
.events__date span {
  display: block;
}
.events__date .status {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  padding: 3px 4px;
  margin-bottom: 7px;
}
.events__logo {
  background: #fff;
  width: 59px;
  height: 59px;
  margin-right: 12px;
  border-radius: 7px;
  flex-shrink: 0;
}
.events__text .bonus-title {
  margin-bottom: 4px;
}
.events__btn {
  margin-left: auto;
}
.events__btn .btn {
  font-weight: 700;
  font-size: 16px;
  padding: 11px 16px;
}
.events .running .status {
  background: #ef4f39;
}
.events .soon .status {
  background: #3993ff;
}
.events .soon .btn {
  opacity: 0.4;
  pointer-events: none;
}
.events .disabled .h3,
.events .disabled h3,
.events .disabled p,
.events .disabled span {
  color: #737c88;
}
.how-to__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.how-to__item .h4,
.how-to__item h4 {
  margin: 16px 0 8px;
  font-size: 16px;
}
.how-to__item p {
  font-size: 14px;
  margin: 0;
}
.how-to .bg-icon {
  display: block;
  width: 100%;
  height: 217px;
  background-size: cover;
}
.how-rate__item {
  padding: 16px 0;
  border-bottom: 1px solid #e6eaee;
}
.how-rate__item:first-child {
  border-top: 1px solid #e6eaee;
}
.how-rate__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.how-rate__item .h4,
.how-rate__item h4,
.how-rate__item p,
.top-section__bottom > p {
  margin: 0;
}
.how-rate__item > ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  margin: 20px 0 0;
}
.how-rate__item > ul li {
  position: relative;
  padding: 0 20px 0 10px;
}
.how-rate__item > ul li::before {
  background: #009773;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.how-rate__top {
  margin-bottom: 4px;
}
.tops-wrap {
  padding: 1px 20px 12px;
  margin-bottom: 20px;
}
.top-section {
  background: #e2f3eb;
  border-radius: 0 0 6px 6px;
  padding: 16px;
  margin: 0 -20px -12px;
  border: 1px solid #ccddd5;
}
.top-section--blue {
  background: #f0f3fc;
  border: 1px solid #ccd4ed;
}
.top-section--blue .top-3__item {
  background: #04122e;
}
.top-section--blue .top-3__item .btn {
  background: #3c7af2;
  border-color: #3c7af2;
}
.top-section--blue .bonus:hover,
.top-section--blue .top-3__item:hover .top-3__logo {
  border-color: #3c7af2;
}
.top-section--blue .top-3__item:first-child p a,
.top-section--blue .top-3__item:first-child p b {
  color: #3c7af2;
}
.top-section--blue .top-3__item:first-child svg {
  fill: #3c7af2;
}
.top-section--red {
  background: linear-gradient(0deg, #f5eaea, #f5eaea);
  border: 1px solid #e5cece;
}
.top-section--red .top-3__item {
  background: #201111;
}
.top-section--red .top-3__item .btn {
  background: #e24949;
  border-color: #e24949;
}
.top-section--red .bonus:hover,
.top-section--red .top-3__item:hover .top-3__logo {
  border-color: #e24949;
}
.top-section--red .top-3__item:first-child p a,
.top-section--red .top-3__item:first-child p b {
  color: #e24949;
}
.top-section--red .top-3__item:first-child svg {
  fill: #e24949;
}
.top-section--orange {
  background: #f6ebe2;
  border: 1px solid #f7dcc5;
}
.top-section--orange .top-3__item {
  background: #180a00;
}
.top-section--orange .top-3__item .btn {
  background: #f37920;
  border-color: #f37920;
}
.top-section--orange .bonus:hover,
.top-section--orange .top-3__item:hover .top-3__logo {
  border-color: #f37920;
}
.top-section--orange .top-3__item:first-child p a,
.top-section--orange .top-3__item:first-child p b {
  color: #f37920;
}
.top-section--orange .top-3__item:first-child svg {
  fill: #f37920;
}
.top-section--light_green {
  background: #ebf1e2;
  border: 1px solid #c4d5ab;
}
.top-section--light_green .top-3__item {
  background: #282828;
}
.top-section--light_green .top-3__item .btn {
  background: #6fc701;
  border-color: #6fc701;
}
.top-section--light_green .bonus:hover,
.top-section--light_green .top-3__item:hover .top-3__logo {
  border-color: #6fc701;
}
.top-section--light_green .top-3__item:first-child p a,
.top-section--light_green .top-3__item:first-child p b {
  color: #6fc701;
}
.top-section--light_green .top-3__item:first-child svg {
  fill: #6fc701;
}
.top-section--light_blue {
  background: #e5f2f9;
}
.top-section--light_blue .top-3__item {
  background: #002433;
}
.top-section--light_blue .top-3__item .btn {
  background: #1cadec;
  border-color: #1cadec;
}
.top-section--light_blue .bonus:hover,
.top-section--light_blue .top-3__item:hover .top-3__logo {
  border-color: #1cadec;
}
.top-section--light_blue .top-3__item:first-child p a,
.top-section--light_blue .top-3__item:first-child p b {
  color: #1cadec;
}
.top-section--light_blue .top-3__item:first-child svg {
  fill: #1cadec;
}
.top-section > .h3,
.top-section > h3 {
  margin-bottom: 8px;
  text-align: center;
}
.top-section__bottom {
  margin-top: 8px;
  padding: 0 8px;
}
.top-3 {
  background: #fff;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  overflow: hidden;
}
.top-3__item {
  background: #282828;
  position: relative;
  width: 25%;
  padding: 20px;
  cursor: pointer;
}
.top-3__item::after {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  opacity: 0.08;
}
.top-3__item:hover .top-3__logo {
  border-color: #009773;
}
.top-3__item:first-child {
  background: #fff !important;
  cursor: default;
}
.top-3__item:first-child::after {
  content: none;
}
.top-3__item:first-child svg {
  fill: #009773;
  width: 39px;
  height: 39px;
  margin-bottom: 20px;
}
.top-3__item:first-child .h3,
.top-3__item:first-child h3,
.top-3__item:first-child p {
  color: #222;
  height: auto;
}
.top-3__item:first-child .h3 a,
.top-3__item:first-child .h3 b,
.top-3__item:first-child h3 a,
.top-3__item:first-child h3 b,
.top-3__item:first-child p a,
.top-3__item:first-child p b {
  color: #009773;
  font-weight: 700;
  cursor: pointer;
}
.top-3__item .h3,
.top-3__item .h3 > span,
.top-3__item h3,
.top-3__item h3 > span {
  margin: 0;
  color: #ffeb42;
}
.top-3__item p {
  color: #cfcfcf;
  margin: 6px 0 12px;
}

.top-3__item:not(:first-child) {
  gap: 10px;
}

.top-3__item p.p2 {
  font-size: 14px;
}

.top-3__item .t-cs {
  margin-top: 16px;
  color: #a0a0a0;
  font-size: 11px;
}
.top-3__item .t-cs svg {
  stroke: #a0a0a0;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  margin-top: 1px;
  transform: rotate(180deg);
}
.top-3__item .btn {
  min-width: 148px;
  padding: 12px 20px;
}
.top-3__logo {
  position: relative;
  width: 148px;
  height: 74px;
  border-radius: 8px;
  border: 2px solid #6d6d6d;
  margin-bottom: 20px;
  overflow: hidden;
}
.top-3__logo img {
  max-width: 80%;
}
.top-3__logo::before {
  background: 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #111;
  border-radius: 6px;
}
.navigation-freebets {
  padding: 20px;
}
.last-added__new .date-container p,
.navigation-freebets .h1,
.navigation-freebets h1,
.navigation-freebets__item h4 {
  margin: 0;
}
.navigation-freebets__item {
  border: 1px solid #e6eaee;
  border-radius: 6px;
  margin: 10px 0;
  padding: 13px 10px;
}
.navigation-freebets__item:hover {
  border-color: #009773;
}
.navigation-freebets__item img {
  width: 32px;
  height: 32px;
  margin-right: 17px;
  flex-shrink: 0;
}
.navigation-freebets__item .h4,
.navigation-freebets__item p {
  margin: 0;
}
.navigation-freebets__left > .navigation-freebets__item {
  margin: 10px 12px 0 0;
  width: 100%;
}
.navigation-freebets__left > .navigation-freebets__item:first-child {
  width: calc(60% - 12px);
  max-height: none;
}
.navigation-freebets__left > .navigation-freebets__item:first-child img {
  width: 48px;
  height: 48px;
}
.navigation-freebets__left > .navigation-freebets__item:first-child .h4,
.navigation-freebets__left > .navigation-freebets__item:first-child h4 {
  margin-bottom: 8px;
}
.navigation-freebets__left > .navigation-freebets__item:first-child .p2 {
  font-size: 15px;
}
.navigation-freebets__left > .navigation-freebets__item:nth-child(2) {
  width: calc(40% - 12px);
  max-height: none;
}
.navigation-freebets__left > .navigation-freebets__item:nth-child(2) img {
  width: 48px;
  height: 48px;
  margin-right: 0;
  margin-bottom: 20px;
}
.navigation-freebets__left > .navigation-freebets__item:nth-child(3) {
  width: calc(40% - 12px);
}
.navigation-freebets__left > .navigation-freebets__item:nth-child(4) {
  width: calc(60% - 12px);
}
.navigation-freebets__right {
  max-width: 238px;
  width: 100%;
}

.last-added .bonus {
  width: 100%;
  margin: 0;
  padding: 10px 12px 12px 20px;
}
.last-added .bonus:hover {
  outline: 0;
  box-shadow: none;
  border-color: transparent;
}
.last-added .bonus__logo {
  margin: 0 16px 0 0;
}
.last-added .bonus__top,
.review-payments table {
  width: 100%;
}
.last-added .bonus__bottom ul {
  margin: 12px 0 20px;
}
.last-added .date-container {
  background: rgba(0, 151, 115, 0.12);
  border: 1px solid rgba(34, 34, 34, 0.05);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.last-added__new {
  padding: 8px;
  border: 2px solid transparent;
}
.last-added__new:hover {
  border-color: #009773;
}
.last-added__new .date-container {
  padding: 16px 16px 12px;
  max-width: 175px;
  width: 100%;
  flex-shrink: 0;
}
.last-added__new .date-container p.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.last-added__new .date-container .date .seconds {
  background: #009773;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px 10px 13px;
  margin: 11px auto 0;
  width: 100px;
}
.last-added__new .date-container .date .seconds::after,
.last-added__new .date-container .date .seconds::before {
  content: "";
  width: 23px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.last-added__new .date-container .date .seconds::before {
  background: url(../img/new-added-left.png) no-repeat 0 0 / contain;
  left: -25px;
}
.last-added__new .date-container .date .seconds::after {
  background: url(../img/new-added-right.png) no-repeat 0 0 / contain;
  right: -27px;
}
.last-added__new .date-container .date .seconds p {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
}
.last-added__new .date-container .date .seconds span {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #fff;
}
.last-added__new .date-container .date .dotted {
  font-size: 28px;
  font-weight: 700;
  margin: 0 6px;
  line-height: 100%;
}
.last-added__new .date-container .date .hours,
.last-added__new .date-container .date .minuts {
  position: relative;
  padding: 7px 15px 0 7px;
}
.last-added__new .date-container .date .hours span,
.last-added__new .date-container .date .minuts span {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
}
.last-added__new .date-container .date .hours p,
.last-added__new .date-container .date .minuts p {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 16px;
}
.last-added__new .info__column:first-child {
  padding-left: 0;
}
.demographic table tr td:last-child,
.last-added__new .info__column:last-child {
  padding-right: 0;
}
.last-added__new .info .caption--l {
  display: block;
  margin-bottom: 5px;
}
.last-added__new .btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 125%;
  max-width: none;
}
.last-added__prev {
  margin-top: 12px;
  padding: 8px 20px 8px 8px;
  border: 2px solid transparent;
}
.last-added__prev:hover {
  border-color: #009773;
}
.last-added__prev .date-container {
  max-width: 145px;
  width: 100%;
  margin-right: 12px;
}
.last-added__prev .date-container span {
  color: #222;
}
.last-added__prev .date-container p {
  color: #009773;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin: 4px 0 0;
}
.last-added__prev .bonus {
  padding: 0;
}
.last-added__prev .bonus__top {
  border-bottom: none;
  padding-bottom: 0;
  padding-right: 20px;
}
.last-added__prev .btn {
  margin-left: auto;
}
.blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
#worldmap,
.blog__item {
  position: relative;
}
.blog__item .image {
  position: relative;
  overflow: hidden;
}
.blog__item .image .bg-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 151, 115, 0.8), rgba(0, 151, 115, 0.8));
  transform: translateY(100%);
  transition: 0.3s ease all;
}
.blog__item .image .bg-hover svg {
  fill: #fff;
  width: 54px;
  height: 31px;
}
.blog__item .content {
  padding: 14px 16px 62px;
}
.blog__item .content .h4,
.blog__item .content h4 {
  margin: 0;
}
.blog__item .content .author {
  margin: 7px 0 5px;
}
.blog__item .content .author img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 5px;
}
.blog__item .content .author .p2 {
  color: #737c88;
  margin: 0;
}
.blog__item .content > .p2 {
  margin-bottom: 35px;
}
.blog__item .btn {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  margin: auto;
  max-width: none;
}
.blog__item:hover .btn {
  background: #009773;
  border-color: #009773;
  color: #fff;
}
.blog__item:hover .bg-hover {
  transform: translateY(0);
}
.review-banner {
  width: 100%;
  min-height: 278px;
  padding: 24px 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.review-banner__content {
  max-width: 440px;
}
.review-banner__content .h2,
.review-banner__content h2 {
  margin-top: 8px;
  color: #fff;
  line-height: 135%;
}
.review-banner__content .btn {
  margin-right: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  max-width: 187px;
}
.review-banner__logo {
  width: 176px;
}
.review-banner .rating {
  margin-top: -10px;
}
.review-banner .rating svg {
  width: 20px;
  height: 20px;
}
#worldmap .worldmap__label p,
.review-banner .info,
.review-info__item p,
.sport-list__item .content .info p {
  margin: 0;
}
.review-banner .info p,
.review-banner .info span {
  margin-top: 4px;
  color: #fff;
}
.review-banner .accepted {
  margin-top: 16px;
}
.review-banner .accepted .bg-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 6px;
}
.review-banner .accepted span {
  color: #fff;
}
.review-info,
.review-nav ul li {
  padding: 16px 0;
}
.review-info__item {
  position: relative;
  width: 25%;
  text-align: center;
  border-right: 1px solid #edf0f2;
}
.review-info__item:last-child {
  border-right: none;
}
.review-info__item p.value {
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  margin: 2px 0 0;
}
.review-info__item .bg-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  flex-shrink: 0;
}
.review-content {
  position: relative;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.review-content section {
  margin: 50px 0;
}
.review-nav {
  background: #fff;
  position: sticky;
  top: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom: 1px solid #e6eaee;
  z-index: 2;
  width: 100%;
  overflow-x: auto;
}
.review-nav ul {
  padding: 0 20px;
}
.review-nav ul li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 125%;
  white-space: nowrap;
}
.review-nav ul li.active {
  border-bottom: 4px solid #009773;
}
.worldmap,
.worldmap:hover {
  fill: #f4f6f6;
  stroke: #737c88;
  stroke-width: 0.15px;
}
.worldmap--active,
.worldmap--selected {
  cursor: pointer;
  fill: #009773;
  stroke: #fff;
}
.worldmap--selected {
  fill: #008a69;
}
#worldmap .worldmap__label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 205px;
  padding: 10px 12px;
}
#worldmap .worldmap__label .top {
  margin-bottom: 6px;
}
#worldmap .worldmap__label img {
  width: 23px;
  margin-right: 6px;
  border-radius: 50%;
}
.demographic {
  max-width: 343px;
  width: 100%;
  flex-shrink: 0;
  margin: 10px 0 0 40px;
  padding: 16px;
}
.demographic > span {
  margin: 8px 0 0;
  color: #737c88;
}
.demographic table tr th .caption--m {
  margin: 0 0 6px;
}
.demographic table tr td {
  padding: 6px 0 7px;
}
.demographic table tr td .bg-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
}
.demographic table tr td:first-child,
.sport-list__item .content .info__column:first-child {
  padding-left: 0;
}
.demographic table tr td p {
  padding: 0;
  margin: 0;
}
.mobile-container .h1,
.mobile-container h1 {
  margin-bottom: 10px;
}
.mobile-list {
  max-width: 492px;
  width: 100%;
  flex-shrink: 0;
  margin-left: 70px;
}
.mobile-list__item {
  width: 100%;
  max-width: 112px;
  flex-shrink: 0;
}
.mobile-list__item .image {
  background: #f4f6f6;
  position: relative;
  width: 108px;
  height: 108px;
  border-radius: 50%;
}
.mobile-list__item .image .circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-list__item .image .circle svg {
  stroke: #fff;
  width: 13px;
  height: 13px;
}
.mobile-list__item .image .circle--true {
  background: #009773;
}
.mobile-list__item .image .circle--false {
  background: #dd4531;
}
.mobile-list__item .image svg {
  width: 60px;
  height: 60px;
}
.mobile-list__item .image .h4,
.mobile-list__item .image h4 {
  margin: 12px 0 0;
}
.streaming {
  border-radius: 30px;
  padding: 10px 15px 25px;
  margin: 9px 0 20px;
}
.streaming ul {
  max-width: 660px;
  margin: auto;
}
.streaming ul li {
  width: 33.3%;
}
.streaming ul li .circle {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.streaming ul li .circle svg {
  width: 18px;
  height: 18px;
}
.related-bonuses {
  border-radius: 6px;
}
.related-bonuses .show-all {
  margin-top: 24px;
}
.related-bonuses .show-all .btn,
.sport-list__item .image {
  margin-right: 16px;
}
.sport-list {
  max-width: 400px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  margin: 45px 0 28px 41px;
}
.sport-list__item {
  padding: 16px;
}
.sport-list__item .image svg {
  width: 32px;
  height: 32px;
}
.sport-list__item .content .h4,
.sport-list__item .content h4 {
  margin: 0 0 8px;
}
.sport-list__item .content .info__column {
  padding: 0 7px;
}
.sport-list__item .content .info__column:last-child {
  padding-right: 0;
}
.reviewer .reviewer-block__author {
  background: url(../img/reviewer-opinion.png) no-repeat 0 0 / cover;
  position: relative;
  width: 274px;
  min-height: 176px;
  flex-shrink: 0;
  padding: 25px 0 32px 20px;
  margin-right: 56px;
}
.reviewer .reviewer-block__author .h2,
.reviewer .reviewer-block__author h2 {
  color: #fff;
  margin: 0;
}
.reviewer .reviewer-block__author p {
  color: #fff;
  margin: 5px 0 0;
}
.reviewer .reviewer-block__author .info {
  max-width: 170px;
}
.reviewer .reviewer-block__author .avatar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  margin: auto;
  height: 120px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.reviewer .reviewer-block__author .avatar img {
  height: 100%;
}
.reviewer .reviewer-block__comment {
  position: relative;
  padding: 0 30px 0 43px;
}
.reviewer .reviewer-block__comment svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 30px;
}
.reviewer .reviewer-block__comment p {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 145%;
  margin: 0;
}
.review-payments table th {
  padding: 9px 0;
}
.review-payments table .logo {
  max-width: 100px;
  padding: 16px 0;
}
.review-payments table .logo img {
  max-width: 85px;
}
.review-support__item {
  width: 100%;
}
.review-support__item .image {
  background: #3993ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 16px;
}
.review-support__item .image svg {
  width: 24px;
  height: 24px;
}
.review-support__item .content {
  border-bottom: 1px solid #e6eaee;
  width: 100%;
  height: 64px;
}
.review-support__item .content .h4,
.review-support__item .content h4 {
  margin: 0 0 2px;
}
.review-support__item .content p {
  margin: 0;
}
.review-support__item .content a,
.review-support__item .content span {
  font-weight: 700;
  font-size: 15px;
  line-height: 125%;
  color: #1584e3;
}
.review-support__item .content a:hover,
.review-support__item .content span:hover {
  color: #3993ff;
}
.review-support__item:last-child .content {
  border-bottom: none;
}
.review-faq .h2,
.review-faq h2 {
  margin-bottom: 12px;
}
.review-faq .h4,
.review-faq h4 {
  margin: 24px 0 4px;
}
.review-faq p {
  margin: 4px 0 24px;
}
.verdict .btn {
  max-width: 245px;
}
@media only screen and (min-width: 360px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-flex-xs {
    display: flex !important;
  }
  .d-flex-xs-ai-center {
    align-items: center;
  }
  .d-flex-xs-ai-stretch {
    align-items: stretch;
  }
  .d-flex-xs-ai-start {
    align-items: flex-start;
  }
  .d-flex-xs-ai-end {
    align-items: flex-end;
  }
  .d-flex-xs-jc-center {
    justify-content: center;
  }
  .d-flex-xs-jc-between {
    justify-content: space-between;
  }
  .d-flex-xs-jc-start {
    justify-content: flex-start;
  }
  .d-flex-xs-jc-end {
    justify-content: flex-end;
  }
  .d-flex-xs-ff-column {
    flex-flow: column;
  }
  .d-flex-xs-ff-row {
    flex-flow: row;
  }
  .d-flex-xs-ff-row-wrap {
    flex-flow: row wrap;
  }
  .d-flex-xs-ff-row_reverse {
    flex-flow: row-reverse;
  }
  .float-xs-left {
    float: left;
  }
  .float-xs-right {
    float: right;
  }
  .float-xs-none {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-flex-md {
    display: flex !important;
  }
  .d-flex-md-ai-center {
    align-items: center;
  }
  .d-flex-md-ai-stretch {
    align-items: stretch;
  }
  .d-flex-md-ai-start {
    align-items: flex-start;
  }
  .d-flex-md-ai-end {
    align-items: flex-end;
  }
  .d-flex-md-jc-center {
    justify-content: center;
  }
  .d-flex-md-jc-between {
    justify-content: space-between;
  }
  .d-flex-md-jc-start {
    justify-content: flex-start;
  }
  .d-flex-md-jc-end {
    justify-content: flex-end;
  }
  .d-flex-md-ff-column {
    flex-flow: column;
  }
  .d-flex-md-ff-row {
    flex-flow: row;
  }
  .d-flex-md-ff-row-wrap {
    flex-flow: row wrap;
  }
  .pd-md-20 {
    padding: 20px;
  }
  .float-md-left {
    float: left;
  }
  .float-md-right {
    float: right;
  }
  .float-md-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .grid-columns {
    display: grid;
    grid-gap: 20px;
  }
  .grid-columns--right {
    grid-template-columns: 832px 280px;
  }
  .grid-columns--left {
    grid-template-columns: 280px 832px;
  }
  .grid-columns--between {
    grid-template-columns: 280px auto 280px;
  }
}
@media only screen and (min-width: 1366px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-flex-xl {
    display: flex !important;
  }
  .d-flex-xl-ai-center {
    align-items: center;
  }
  .d-flex-xl-ai-stretch {
    align-items: stretch;
  }
  .d-flex-xl-ai-start {
    align-items: flex-start;
  }
  .d-flex-xl-ai-end {
    align-items: flex-end;
  }
  .d-flex-xl-jc-center {
    justify-content: center;
  }
  .d-flex-xl-jc-between {
    justify-content: space-between;
  }
  .d-flex-xl-jc-start {
    justify-content: flex-start;
  }
  .d-flex-xl-jc-end {
    justify-content: flex-end;
  }
  .d-flex-xl-ff-column {
    flex-flow: column;
  }
  .d-flex-xl-ff-row {
    flex-flow: row;
  }
  .d-flex-xl-ff-row-wrap {
    flex-flow: row wrap;
  }
  .pd-xl-20 {
    padding: 20px;
  }
  .float-xl-left {
    float: left;
  }
  .float-xl-right {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
  .filter__type label {
    max-width: 118px;
    margin-right: 5px;
  }
  .filter__type label .border {
    padding: 6px 15px;
  }
  .navigation-freebets__item {
    max-height: 66px;
    padding: 13px 15px;
  }

  .last-added__new .date-container {
    max-width: 235px;
  }
  .last-added__prev .date-container {
    max-width: 196px;
  }
}
@media (min-width: 1440px) {
  .filter__item {
    margin-right: 50px;
  }
  .filter__type label {
    max-width: 106px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1660px) {
  .filter__type label {
    margin-right: 15px;
    max-width: 105px;
  }
}
ol {
  padding-left: 40px;
}

ol + .tabel-overflow {
  margin-top: 15px;
}

ol li {
  font-size: 15px;
  line-height: 145%;
}

ol li * {
  margin: 0;
}

.numbered-list__item {
  position: relative;
  margin: 16px 0;
}

.numbered-list__item--shadow:not(:last-child):before {
  content: "";
  position: absolute;
  left: 13px;
  top: 25px;
  height: calc(100% + 20px);
  width: 1px;
  background: #e6eaee;
}

.numbered-list__item--shadow .numbered-list__item-key {
  margin: 8px 8px 0 0;
}

.numbered-list__item-key {
  background: #009773;
  position: relative;
  z-index: 1;
  border: 2px solid #fff;
  -webkit-box-shadow:
    0px 0px 1px rgba(0, 0, 0, 0.08),
    0px 2px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    0px 0px 1px rgba(0, 0, 0, 0.08),
    0px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -3px 8px 0 0;
  padding: 0 7px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.numbered-list__item--shadow .numbered-list__item-inner {
  padding: 12px;
  -webkit-box-shadow:
    0px 0px 1px rgba(0, 0, 0, 0.08),
    0px 2px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    0px 0px 1px rgba(0, 0, 0, 0.08),
    0px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 100%;
}

.numbered-list__item-inner h1,
.numbered-list__item-inner h2,
.numbered-list__item-inner h3,
.numbered-list__item-inner h4,
.numbered-list__item-inner h5,
.numbered-list__item-inner h6 {
  margin-top: 0;
}

.numbered-list__item--shadow .numbered-list__item-inner p:last-child {
  margin-bottom: 0;
}

.payment-methods table.head thead tr th:nth-child(2) {
  padding-left: 40px;
}

.payment-methods table.head tbody tr td:nth-child(2) {
  padding: 6px 20px 6px 40px;
}

.top-10 {
  gap: 20px;
}

.top-10__banner {
  display: flex;
  max-height: 300px;
  margin: 16px 0 20px 0;
  text-align: center;
}
.top-10__banner img {
  width: 100%;
  height: auto;
}
.top-10 .table {
  position: relative;
  gap: 20px;
  max-width: 100%;
  width: 100%;
  flex-shrink: 0;
  z-index: 3;
}
.top-10 .table h2 {
  margin-top: 0;
}

.top-10 .table thead tr th {
  background-color: #009773;
  padding-bottom: 0;
}
.top-10 .table thead tr th:first-child {
  border-radius: 4px 0 0 0;
  padding-left: 16px;
}
.top-10 .table thead tr th:last-child {
  border-radius: 0 4px 0 0;
}
.top-10 .table thead tr th p.h4,
.top-10 .table thead tr th .h4.p2,
.top-10 .table thead tr th .h4.p3,
.top-10 .table thead tr th .h4.p4,
.top-10 .table thead tr th .h4.p5 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: left;
}
.top-10 .table.default tr th {
  background-color: #009773;
}
.top-10 .table.default tr td .h5 {
  color: #009773;
}
.top-10 .table.default tr td:first-child::before {
  background-color: #009773;
}
.top-10 .table.light-blue tr th {
  background-color: #5278dc;
}
.top-10 .table.light-blue tr td .h5 {
  color: #5278dc;
}
.top-10 .table.light-blue tr td:first-child::before {
  background-color: #5278dc;
}
.top-10 .table.red tr th {
  background-color: #db0400;
}
.top-10 .table.red tr td .h5 {
  color: #db0400;
}
.top-10 .table.red tr td:first-child::before {
  background-color: #db0400;
}
.top-10 .table.blue tr th {
  background-color: #2a61cb;
}
.top-10 .table.blue tr td .h5 {
  color: #2a61cb;
}
.top-10 .table.blue tr td:first-child::before {
  background-color: #2a61cb;
}

.top-10 .table {
  position: relative;
  z-index: 3;
}
.top-10 .table thead tr th {
  padding-bottom: 0;
}
.top-10 .table thead tr th:first-child {
  border-radius: 4px 0 0 0;
  padding-left: 16px;
}
.top-10 .table thead tr th:last-child {
  border-radius: 0 4px 0 0;
}
.top-10 .table thead tr th p.h4,
.top-10 .table thead tr th .h4.p2,
.top-10 .table thead tr th .h4.p3,
.top-10 .table thead tr th .h4.p4,
.top-10 .table thead tr th .h4.p5 {
  color: #fff;
  text-transform: unset;
  padding: 7px 5px;
  text-align: left;
  margin: 0;
}
.top-10 .table.default tr th {
  background-color: #009773;
}
.top-10 .table.default tr td .p2 {
  font-size: 15px;
}
.top-10 .table.default tr td .h5 {
  font-weight: 600;
  color: #009773;
}
.top-10 .table.default tr td:first-child::before {
  background-color: #009773;
}
.top-10 .table.light-blue tr th {
  background-color: #5278dc;
}
.top-10 .table.light-blue tr td .h5 {
  color: #5278dc;
}
.top-10 .table.light-blue tr td:first-child::before {
  background-color: #5278dc;
}
.top-10 .table.red tr th {
  background-color: #db0400;
}
.top-10 .table.red tr td .h5 {
  color: #db0400;
}
.top-10 .table.red tr td:first-child::before {
  background-color: #db0400;
}
.top-10 .table.blue tr th {
  background-color: #2a61cb;
}
.top-10 .table.blue tr td .h5 {
  color: #2a61cb;
}
.top-10 .table.blue tr td:first-child::before {
  background-color: #2a61cb;
}

.top-10 .table--right {
  margin: 0 0 0 40px;
  float: right;
  max-width: 300px;
  width: 100%;
}
.top-10 .table--right thead tr th:first-child {
  padding-left: 0;
}
.top-10 .table--right tbody tr td:first-child {
  padding-left: 10px;
}
.top-10 .table--right tbody tr td a {
  text-align: center;
}
.top-10 .table--right tbody tr td img {
  max-width: 85px;
}

.top-10 table tbody tr {
  background: #ffffff;
  -webkit-box-shadow:
    0px 2px 4px rgba(0, 0, 0, 0.08),
    0px 0px 3px rgba(0, 0, 0, 0.08);
  box-shadow:
    0px 2px 4px rgba(0, 0, 0, 0.08),
    0px 0px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.top-10 table tbody tr td {
  margin: 0;
}
.top-10 table tbody tr td > * {
  padding: 8px 5px;
  margin: 0;
}
.top-10 table tbody tr td:first-child {
  position: relative;
  padding-left: 20px;
}
.top-10 table tbody tr td:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #009773;
}
.top-10 table tbody tr td img {
  max-width: 85px;
  margin: 0 -5px;
}
.top-10 table tbody tr td a {
  display: block;
  padding: 0 5px;
}
.top-10 table tbody tr td a.logo img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
.top-10 table tbody tr td p,
.top-10 table tbody tr td .p2,
.top-10 table tbody tr td .p3,
.top-10 table tbody tr td .p4,
.top-10 table tbody tr td .p5 {
  color: #31353b;
}
.top-10 table tbody tr td .h5 {
  color: #31353b;
}
.top-10 table tbody tr td .btn {
  max-width: 108px;
  font-size: 13px;
  padding: 9px 12px;
}

.top-10 table {
  width: 100%;
  border-spacing: 0 4px;
}

.top-10 .content-block__text {
  text-align: left;
  width: 100%;
}

.top-10 table td a:hover {
  text-decoration: underline;
}

.bonus__right,
.bonus__tabs {
  display: flex;
  align-items: center;
}
.bonus__right {
  gap: 20px;
}
.bonus__tabs {
  gap: 12px;
}
.bonus__tab {
  border-radius: 4px;
  border: 1px solid rgba(51, 110, 192, 0.1);
  background: rgb(0 151 115 / 2%);
  padding: 4px 4px;
  min-width: 72px;
  text-align: center;
}
.bonus__tab .label {
  font-size: 11px;
  line-height: 13.2px;
  color: #737c88;
}
.bonus__tab .value {
  font-size: 16px;
  line-height: 20px;
}
.bonus__tab .value b {
  font-weight: bold;
}
.bonus .btn {
  transition: 0.3s background-color;
}

.banner .bonus--exclusive {
  box-shadow: none;
}

.banner .bonus--exclusive .bonus__content {
  margin-bottom: 20px;
}
.content-block table.head.bonuses--table tbody tr td .logo {
  width: 76px;
  height: 38px;
  overflow: hidden;
}
.last-added .bonus {
  box-shadow: none;
}
.last-added .last-added__new .bonus__right {
  justify-content: space-between;
}
.best-offers-n-reviews__text-top {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-block table.head.bonuses--table tbody tr td .p2 {
  margin: 0;
}

.grid-columns.grid-columns--right .shadow.banner {
  display: flex;
  align-items: center;
}

.about-block .critics-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.about-block .critics-list .critics {
  max-width: 100%;
  flex-shrink: 1;
}

.contacts-block .critics {
  flex-shrink: 1;
}

.error-page {
  margin: 0 auto;
  padding: 14px 15px 40px;
  max-width: 1440px;
}
.error-page__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 10px;
  text-align: center;
  max-width: 515px;
  margin: 0 auto;
}
.error-page__subtitle {
  font-weight: 700;
  font-size: 70px;
  line-height: normal;
  color: #009773;
  margin: 0;
}
.error-page__title {
  font-weight: 700;
  font-size: 20px !important;
  text-transform: uppercase;
  margin-top: 5px;
}
.error-page__desc {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}
.error-page__btn {
  display: inline-block;
  margin: 0 auto 0;
  min-width: 206px;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 3px;
  background: #009773;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 52px;
  transition: all 0.2s;
  appearance: none;
}
.error-page__btn:hover {
  background: #40886b;
}
