<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 1, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#selected-bookmakers .bookmakers div i, #compare-popup .container .body .titles &gt; p .link-remove,
#compare-popup .container .body .titles &gt; div .link-remove, #bookmakers-rating-results .results-header [data-sort]::before, #bookmakers-rating-results .container .rating-info[data-rating] .h2::before, #bookmakers-rating-results .table .table-head &gt; div.buttons .btn::before,
#bookmakers-rating-results .table .table-row &gt; div.buttons .btn::before, #bookmakers-rating-results .table .table-row &gt; div.comment::before, #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check i, #bookmakers-rating-results .table.homepage-programs .table-row .stars, #compare-popup .container .header .close::after {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  speak: none;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#selected-bookmakers .bookmakers div i, #compare-popup .container .body .titles &gt; p .link-remove,
#compare-popup .container .body .titles &gt; div .link-remove {
  cursor: pointer;
}
/* line 16, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#selected-bookmakers .bookmakers div i::after, #compare-popup .container .body .titles &gt; p .link-remove::after,
#compare-popup .container .body .titles &gt; div .link-remove::after {
  content: '\e62d';
}

/* line 20, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons &gt; div {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 25, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons &gt; div .btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2d2d2d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: center;
  margin: 6px 0 6px 6px;
}
/* line 42, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons &gt; div .btn:first-child {
  margin-left: 0;
}
/* line 45, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons &gt; div .btn:hover {
  position: relative;
  text-decoration: none;
}
/* line 49, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons &gt; div .btn:hover::after {
  background: rgba(255, 255, 255, 0.25);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 59, ../../sass/bookmakers-by-new/parts/_mixins.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons &gt; div .btn.redirect {
  background-color: #43a047;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

/* line 1, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro {
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}
/* line 5, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .binary-caution {
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #ff924a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
/* line 13, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .binary-caution span {
  display: block;
}
/* line 16, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .binary-caution .caution-sign {
  padding: 0 7px;
}
/* line 19, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .binary-caution .caution-sign:before {
  font-family: 'icomoon';
  font-size: 18px;
  content: '\e6e8';
  position: relative;
  top: 5px;
}
/* line 26, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .binary-caution .caution-text {
  padding-right: 7px;
}
/* line 32, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .rate-info p {
  color: #191919;
  line-height: 32px;
  margin: 0;
  padding: 4px 15px;
}
/* line 38, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .rate-info p:nth-child(odd) {
  background: #f8f9f9;
}
/* line 42, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description {
  color: #131313;
  padding: 15px 15px 30px;
  text-align: left;
}
/* line 47, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description::after {
  clear: left;
  content: "";
  display: block;
}
/* line 52, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description .text,
#bookmakers-intro .description .text * {
  text-align: left !important;
}
/* line 56, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description .text p {
  margin-bottom: 8px;
}
/* line 59, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description .text p:last-child {
  margin-bottom: 0;
}
/* line 63, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description .text ul {
  padding-left: 30px;
}
/* line 66, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description .text li {
  list-style: disc;
  margin-bottom: 8px;
}
/* line 70, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description .logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #c3d6f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px 20px 0;
  width: 200px;
  max-width: 200px;
}
@media all and (max-width: 730px) {
  /* line 70, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-intro .description .logo {
    float: none;
  }
}
/* line 86, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-intro .description .btns {
  display: none;
}

/* line 93, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .program-logo {
  max-width: 130px !important;
  max-height: 50px;
}
/* line 97, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .bookmakers-value {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 100, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .bookmakers-value a {
  margin-right: 15px;
  line-height: 26px;
  font-size: 13px;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 119, 238, 0.4);
          text-decoration-color: rgba(0, 119, 238, 0.4);
}
/* line 107, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .bookmakers-value i {
  font-size: 26px;
  padding-right: 5px;
  color: #bababa;
}
@media all and (max-width: 900px) {
  /* line 97, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .bookmakers-value {
    margin: 10px auto 5px;
  }
}
/* line 116, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .results-header {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 44px;
  padding: 0;
  margin: 10px 0;
}
/* line 127, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .results-header &gt; p {
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
/* line 134, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .results-header .sort-label {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  color: #555;
}
/* line 139, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .results-header [data-sort] {
  cursor: pointer;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 12px 0;
  margin: 0 10px;
}
/* line 149, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .results-header [data-sort].active {
  border-bottom-color: #07e;
  font-weight: 700;
}
/* line 154, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .results-header [data-sort]::before {
  display: none;
}
/* line 158, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .results-header [data-sort]::after {
  content: attr(data-title);
}
/* line 161, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .results-header [data-sort]:not(.active)::after {
  color: #999;
  font-size: 12px;
}
@media all and (min-width: 951px) {
  /* line 139, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .results-header [data-sort] {
    margin: 0 10px;
  }
  /* line 168, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .results-header [data-sort]::before {
    margin-right: 7px;
  }
}
@media all and (max-width: 950px) {
  /* line 139, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .results-header [data-sort] {
    margin: 0 2px 0 10px;
  }
  /* line 174, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .results-header [data-sort]::before {
    margin-right: 5px;
  }
}
@media all and (min-width: 501px) {
  /* line 179, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .results-header [data-sort]::before {
    display: inline-block;
    font-size: 17px;
    color: #999;
  }
  /* line 184, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .results-header [data-sort].active::before {
    color: #3b86c4;
  }
}
/* line 202, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
}
/* line 207, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .container .rating-info {
  background: #fff;
  padding: 15px;
  position: relative;
}
/* line 212, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .container .rating-info .h2 {
  color: #131313;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
@media all and (max-width: 500px) {
  /* line 223, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating] .h2::before {
    bottom: -45px !important;
  }
  /* line 226, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating] .h2 {
    padding-top: 15px !important;
  }
}
@media all and (max-width: 1024px) {
  /* line 232, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating] .h2 {
    position: relative;
    padding-right: 15px;
    margin-bottom: 40px !important;
    overflow: visible;
  }
  /* line 239, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating] .h2::before {
    color: #ffc62b;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: left;
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
    margin: 0;
    font-family: icomoon;
  }
  /* line 252, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="5"] .h2::before {
    content: "\e60a\e60a\e60a\e60a\e60a";
  }
  /* line 255, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="4"] .h2::before {
    content: "\e60a\e60a\e60a\e60a\e6d8";
  }
  /* line 258, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="3"] .h2::before {
    content: "\e60a\e60a\e60a\e6d8\e6d8";
  }
  /* line 261, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="2"] .h2::before {
    content: "\e60a\e60a\e6d8\e6d8\e6d8";
  }
  /* line 264, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="1"] .h2::before {
    content: "\e60a\e6d8\e6d8\e6d8\e6d8";
  }
  /* line 268, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating] .h2::after {
    color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 5px;
    right: -10px;
    font-size: 24px;
  }
}
@media all and (min-width: 1025px) {
  /* line 279, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating] .h2 {
    display: block;
  }
  /* line 282, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating] .h2::after {
    color: #ffc62b;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: left;
    position: relative;
    display: inline-block;
    top: -2px;
    margin: 0 0 0 15px;
  }
  /* line 292, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating] .h2.second-line::after {
    top: 0;
    margin: 0;
  }
  /* line 296, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="5"] .h2::after {
    content: "\e60a\e60a\e60a\e60a\e60a";
  }
  /* line 299, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="4"] .h2::after {
    content: "\e60a\e60a\e60a\e60a\e6d8";
  }
  /* line 302, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="3"] .h2::after {
    content: "\e60a\e60a\e60a\e6d8\e6d8";
  }
  /* line 305, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="2"] .h2::after {
    content: "\e60a\e60a\e6d8\e6d8\e6d8";
  }
  /* line 308, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .container .rating-info[data-rating="1"] .h2::after {
    content: "\e60a\e6d8\e6d8\e6d8\e6d8";
  }
}
/* line 313, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .container .rating-info p {
  line-height: 20px;
  color: #474747;
}
/* line 319, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table {
  margin: 0;
}
/* line 322, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head,
#bookmakers-rating-results .table .table-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 327, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div,
#bookmakers-rating-results .table .table-row &gt; div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
/* line 331, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.title,
#bookmakers-rating-results .table .table-row &gt; div.title {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  text-align: left;
}
@media all and (min-width: 951px) {
  /* line 331, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.title,
  #bookmakers-rating-results .table .table-row &gt; div.title {
    padding-left: 15px;
  }
}
@media all and (max-width: 950px) {
  /* line 331, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.title,
  #bookmakers-rating-results .table .table-row &gt; div.title {
    padding-left: 10px;
  }
}
/* line 340, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.bonus,
#bookmakers-rating-results .table .table-row &gt; div.bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 20px;
}
/* line 350, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.rating,
#bookmakers-rating-results .table .table-row &gt; div.rating {
  font-size: 15px;
  -webkit-flex-basis: 17.5%;
      -ms-flex-preferred-size: 17.5%;
          flex-basis: 17.5%;
}
/* line 355, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.lang,
#bookmakers-rating-results .table .table-row &gt; div.lang {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  display: inline-block;
  font-size: 14px;
}
/* line 360, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.lang a,
#bookmakers-rating-results .table .table-row &gt; div.lang a {
  color: #2d2d2d;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  display: inline-block;
}
/* line 366, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.lang a:hover,
#bookmakers-rating-results .table .table-row &gt; div.lang a:hover {
  cursor: pointer;
  text-decoration: underline;
  border-bottom: 1px solid transparent;
  color: #00ace8;
}
/* line 372, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.lang a:hover .icon-comments:before,
#bookmakers-rating-results .table .table-row &gt; div.lang a:hover .icon-comments:before {
  color: #00ace8;
}
/* line 378, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.lang .icon-comments:before,
#bookmakers-rating-results .table .table-row &gt; div.lang .icon-comments:before {
  color: #bababa;
}
@media all and (max-width: 750px) {
  /* line 355, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.lang,
  #bookmakers-rating-results .table .table-row &gt; div.lang {
    display: none;
  }
}
/* line 384, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.buttons,
#bookmakers-rating-results .table .table-row &gt; div.buttons {
  padding-right: 10px;
}
@media all and (min-width: 1180px) {
  /* line 384, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.buttons,
  #bookmakers-rating-results .table .table-row &gt; div.buttons {
    -webkit-flex-basis: 312px;
        -ms-flex-preferred-size: 312px;
            flex-basis: 312px;
  }
}
@media all and (min-width: 951px) and (max-width: 1179px) {
  /* line 384, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.buttons,
  #bookmakers-rating-results .table .table-row &gt; div.buttons {
    -webkit-flex-basis: 156px;
        -ms-flex-preferred-size: 156px;
            flex-basis: 156px;
  }
}
@media all and (max-width: 950px) {
  /* line 384, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.buttons,
  #bookmakers-rating-results .table .table-row &gt; div.buttons {
    -webkit-flex-basis: 104px;
        -ms-flex-preferred-size: 104px;
            flex-basis: 104px;
  }
  /* line 394, ../../sass/bookmakers-by-new/parts/_main.scss */
  .bc-selected-panel-active #bookmakers-rating-results .table .table-head &gt; div.buttons .btn, .bc-selected-panel-active
  #bookmakers-rating-results .table .table-row &gt; div.buttons .btn {
    display: none;
  }
  /* line 397, ../../sass/bookmakers-by-new/parts/_main.scss */
  .bc-selected-panel-active #bookmakers-rating-results .table .table-head &gt; div.buttons .compare-check, .bc-selected-panel-active
  #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 400, ../../sass/bookmakers-by-new/parts/_main.scss */
  .bc-selected-panel-active #bookmakers-rating-results .table .table-head &gt; div.buttons .rating-compare, .bc-selected-panel-active
  #bookmakers-rating-results .table .table-row &gt; div.buttons .rating-compare {
    display: inline;
  }
}
/* line 408, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.buttons .btn::before,
#bookmakers-rating-results .table .table-row &gt; div.buttons .btn::before {
  display: none;
  font-size: 24px;
}
@media all and (max-width: 1179px) {
  /* line 406, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.buttons .btn,
  #bookmakers-rating-results .table .table-row &gt; div.buttons .btn {
    min-width: 44px;
  }
  /* line 417, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.buttons .btn::before,
  #bookmakers-rating-results .table .table-row &gt; div.buttons .btn::before {
    display: inline-block;
  }
  /* line 421, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.buttons .btn.review::before,
  #bookmakers-rating-results .table .table-row &gt; div.buttons .btn.review::before {
    content: '\e629';
  }
  /* line 426, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.buttons .btn.redirect::before,
  #bookmakers-rating-results .table .table-row &gt; div.buttons .btn.redirect::before {
    content: '\e96e';
  }
  /* line 430, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head &gt; div.buttons .btn span,
  #bookmakers-rating-results .table .table-row &gt; div.buttons .btn span {
    display: none;
  }
}
/* line 471, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head {
  background-color: #fff;
}
/* line 474, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px 0;
}
/* line 480, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head &gt; div.buttons {
  padding-right: 10px;
  text-align: right;
}
/* line 486, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-head .rating-compare {
  -webkit-transition: .3s;
  transition: .3s;
}
@media all and (max-width: 950px) {
  /* line 486, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-head .rating-compare {
    display: none;
  }
}
/* line 493, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-compare-active #bookmakers-rating-results .table .table-head .rating-compare {
  border-bottom: 1px solid #a3bde2;
  color: #4271b5;
  cursor: pointer;
}
/* line 501, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row {
  border-bottom: 1px solid #fff;
}
/* line 504, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row:nth-child(even) {
  background-color: #f8f9f9;
}
/* line 508, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div {
  color: #2d2d2d;
  font-size: 15px;
  padding: 0;
  text-align: center;
}
/* line 515, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.title {
  font-weight: bold;
}
/* line 518, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.title a {
  max-height: 37px;
  max-width: 118px;
  width: 100%;
  display: block;
  float: left;
}
/* line 525, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.title a img {
  float: left;
  max-height: inherit;
}
/* line 538, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.comment {
  text-align: left;
}
/* line 541, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.comment::before {
  color: #bababa;
  content: '\e921';
  margin-right: 6px;
}
/* line 550, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.lang img {
  height: 20px;
  width: 30px;
}
/* line 556, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 563, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44px;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  margin: 6px -6px 6px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media all and (max-width: 950px) {
  /* line 563, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check {
    display: none;
  }
}
/* line 580, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check i {
  font-size: 24px;
  color: #0087c7;
  -webkit-transition: opacify .3s;
  transition: opacify .3s;
}
/* line 586, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check i::after {
  content: '\e94c';
}
@media all and (min-width: 951px) {
  /* line 593, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check::before, #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check::after {
    content: "";
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1000;
  }
  /* line 603, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check:hover::before, #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check:hover::after {
    opacity: 1;
  }
  /* line 608, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check::before {
    border: 8px solid transparent;
    border-right-color: #fff;
    top: 50%;
    margin-top: -8px;
    right: -3px;
    z-index: 1001;
  }
  /* line 616, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check::after {
    background: #fff;
    color: #131313;
    content: attr(data-mess);
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
    left: 100%;
    margin-left: 3px;
    min-height: 50px;
    padding: 8px;
    text-align: left;
    top: -14px;
    width: 180px;
    -webkit-box-shadow: 3px 1px 7px rgba(0, 0, 0, 0.35);
            box-shadow: 3px 1px 7px rgba(0, 0, 0, 0.35);
  }
}
@media all and (max-width: 950px) {
  /* line 635, ../../sass/bookmakers-by-new/parts/_main.scss */
  #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check::before, #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check::after {
    display: none;
  }
}
/* line 642, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-disable-checks #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check {
  border-color: transparent;
}
/* line 645, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-disable-checks #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check i {
  color: #bebebe;
}
/* line 648, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-disable-checks #bookmakers-rating-results .table .table-row &gt; div.buttons .compare-check::after {
  content: attr(data-mess-full);
}
/* line 660, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div .bonus-link {
  color: #00ace8;
  display: block;
}
/* line 663, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div .bonus-link:hover {
  text-decoration: underline;
}
/* line 667, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row &gt; div .bonus-link + .bonus-smetka {
  color: #9e9e9e;
  font-size: 13px;
  display: block;
}
/* line 682, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-disable-checks #bookmakers-rating-results .table .table-row.checked &gt; div.buttons .compare-check i {
  color: #0087c7;
}
/* line 687, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table .table-row.checked &gt; div.buttons .compare-check i::after {
  content: '\e913';
}
/* line 697, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row {
  background: #f1f2f2;
}
/* line 700, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row:nth-child(odd) {
  background: #f8f9f9;
}
/* line 703, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 707, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row .stars {
  color: #ffc62b;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-size: 22px;
  letter-spacing: 3px;
  text-align: left;
  top: -2px;
}
/* line 716, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row .stars::after {
  content: "\e60a\e60a\e60a\e60a\e60a";
}
/* line 719, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row .stars[data-rating="1"]::after {
  content: "\e60a";
}
/* line 722, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row .stars[data-rating="2"]::after {
  content: "\e60a\e60a";
}
/* line 725, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row .stars[data-rating="3"]::after {
  content: "\e60a\e60a\e60a";
}
/* line 728, ../../sass/bookmakers-by-new/parts/_main.scss */
#bookmakers-rating-results .table.homepage-programs .table-row .stars[data-rating="4"]::after {
  content: "\e60a\e60a\e60a\e60a";
}

/* line 737, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
/* line 746, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 750, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-selected-panel-active #selected-bookmakers {
  opacity: 1;
  bottom: 0;
  z-index: 9999;
}
/* line 755, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-selected-panel-active #selected-bookmakers .btn {
  -webkit-transition: background .3s;
  transition: background .3s;
}
/* line 760, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers .label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  min-width: 1px;
  padding: 0 20px 0 10px;
  margin: 0;
  color: #191919;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-transform: none;
}
/* line 773, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers .bookmakers {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 781, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers .bookmakers div {
  padding: 2px 12px 2px 0;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
/* line 788, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers .bookmakers div i {
  margin-left: 2px;
  color: rgba(0, 0, 0, 0.15);
}
/* line 796, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers .btn-mobile {
  display: none;
}
/* line 800, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  min-width: 1px;
  padding: 0;
  margin: 0;
  background: #cdcdcd;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
/* line 813, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers .btn::before {
  content: attr(data-title);
}
/* line 816, ../../sass/bookmakers-by-new/parts/_main.scss */
#selected-bookmakers .btn::after {
  content: " (" attr(data-num-checked) ")";
}
/* line 820, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-compare-active #selected-bookmakers .btn {
  background: #3b86c4;
  cursor: pointer;
}
@media all and (min-width: 951px) {
  /* line 737, ../../sass/bookmakers-by-new/parts/_main.scss */
  #selected-bookmakers {
    background: #fff;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
  }
}
@media all and (max-width: 950px) {
  /* line 737, ../../sass/bookmakers-by-new/parts/_main.scss */
  #selected-bookmakers {
    background: transparent;
    bottom: 0;
    right: 0;
  }
  /* line 842, ../../sass/bookmakers-by-new/parts/_main.scss */
  #selected-bookmakers.mobile {
    opacity: 1;
    z-index: 1;
  }
  /* line 847, ../../sass/bookmakers-by-new/parts/_main.scss */
  #selected-bookmakers .label {
    display: none;
  }
  /* line 851, ../../sass/bookmakers-by-new/parts/_main.scss */
  #selected-bookmakers .bookmakers {
    display: none;
  }
  /* line 855, ../../sass/bookmakers-by-new/parts/_main.scss */
  #selected-bookmakers .btn-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    min-width: 1px;
    padding: 0;
    margin: 0;
    display: block;
    background: #3b86c4;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  /* line 874, ../../sass/bookmakers-by-new/parts/_main.scss */
  .bc-selected-panel-active #selected-bookmakers .btn-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    background-color: #131313;
  }
  /* line 878, ../../sass/bookmakers-by-new/parts/_main.scss */
  .bc-selected-panel-active #selected-bookmakers .btn-mobile::before {
    content: attr(data-title-mobile-cancel);
  }
  /* line 883, ../../sass/bookmakers-by-new/parts/_main.scss */
  #selected-bookmakers .btn {
    display: none;
  }
  /* line 886, ../../sass/bookmakers-by-new/parts/_main.scss */
  .bc-selected-panel-active #selected-bookmakers .btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    display: block;
  }
}

/* line 894, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-popup-active &gt; .body {
  height: 100%;
  position: fixed;
  width: 100%;
}
/* line 899, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-popup-active &gt; .body .wrapper {
  position: relative;
}

/* line 906, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 919, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 501px) {
  /* line 906, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup {
    padding: 10px;
  }
}
@media all and (max-width: 500px) {
  /* line 906, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup {
    padding: 0;
  }
}
/* line 933, ../../sass/bookmakers-by-new/parts/_main.scss */
.bc-popup-active #compare-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 937, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container {
  background-color: #fff;
  color: #131313;
  display: block;
  max-width: 800px;
}
@media all and (min-width: 951px) {
  /* line 937, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container {
    width: 800px;
    padding: 0 25px;
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 937, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media all and (max-width: 500px) {
  /* line 937, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container {
    width: 100%;
    padding: 0 10px;
  }
}
/* line 956, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .header {
  padding: 0;
  display: block;
  position: relative;
}
/* line 961, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .header .h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 15px 0;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #131313;
  background: transparent;
}
/* line 973, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .header .close {
  color: #131313;
  background: transparent;
  cursor: pointer;
  margin: 0;
  position: absolute;
  right: 0;
  top: 16px;
}
/* line 981, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .header .close::after {
  content: "\e62d";
  font-size: 24px;
}
/* line 989, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body {
  display: block;
  padding: 15px 0;
  position: relative;
}
/* line 994, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .charts {
  border: 0 none;
  text-align: center;
  position: relative;
}
@media all and (min-width: 951px) {
  /* line 994, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .charts {
    width: 100%;
    margin: 15px auto;
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 994, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .charts {
    width: 480px;
    margin: 15px auto;
  }
}
@media all and (max-width: 500px) {
  /* line 994, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .charts {
    width: 100%;
    margin: 15px -10px;
  }
}
/* line 1014, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .charts #compareRadarChart {
  width: 100%;
  display: inline-block;
}
/* line 1018, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .charts #compareRadarChart &gt; canvas {
  display: inline-block;
}
/* line 1024, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
/* line 1030, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p,
#compare-popup .container .body .titles &gt; div {
  text-align: left;
  height: 74px;
  color: #131313;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
@media all and (min-width: 951px) {
  /* line 1030, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .titles &gt; p,
  #compare-popup .container .body .titles &gt; div {
    min-width: 25%;
    padding: 0 11px 0 32px;
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 1030, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .titles &gt; p,
  #compare-popup .container .body .titles &gt; div {
    min-width: 33.3333%;
    padding: 0 9px 0 28px;
  }
}
@media all and (max-width: 500px) {
  /* line 1030, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .titles &gt; p,
  #compare-popup .container .body .titles &gt; div {
    min-width: 50%;
    padding: 0 7px 0 24px;
  }
}
/* line 1054, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p &gt; p,
#compare-popup .container .body .titles &gt; div &gt; p {
  margin-bottom: 2px;
}
/* line 1058, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-name,
#compare-popup .container .body .titles &gt; div .link-name {
  font-weight: bold;
  color: #131313;
  text-decoration: none;
  position: relative;
}
/* line 1064, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-name:hover,
#compare-popup .container .body .titles &gt; div .link-name:hover {
  text-decoration: none;
}
/* line 1067, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-name::before,
#compare-popup .container .body .titles &gt; div .link-name::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 951px) {
  /* line 1079, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .titles &gt; p .link-name::before,
  #compare-popup .container .body .titles &gt; div .link-name::before {
    left: -32px;
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 1084, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .titles &gt; p .link-name::before,
  #compare-popup .container .body .titles &gt; div .link-name::before {
    left: -28px;
  }
}
@media all and (max-width: 500px) {
  /* line 1089, ../../sass/bookmakers-by-new/parts/_main.scss */
  #compare-popup .container .body .titles &gt; p .link-name::before,
  #compare-popup .container .body .titles &gt; div .link-name::before {
    left: -24px;
  }
}
/* line 1095, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-review,
#compare-popup .container .body .titles &gt; div .link-review {
  font-size: 13px;
  color: #131313;
  text-decoration: underline;
}
/* line 1100, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-review:hover,
#compare-popup .container .body .titles &gt; div .link-review:hover {
  text-decoration: none;
}
/* line 1105, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-redirect,
#compare-popup .container .body .titles &gt; div .link-redirect {
  color: #43a047;
  font-size: 13px;
  text-decoration: underline;
}
/* line 1110, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-redirect:hover,
#compare-popup .container .body .titles &gt; div .link-redirect:hover {
  text-decoration: none;
}
/* line 1113, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-redirect[href="#"],
#compare-popup .container .body .titles &gt; div .link-redirect[href="#"] {
  display: none;
}
/* line 1118, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles &gt; p .link-remove,
#compare-popup .container .body .titles &gt; div .link-remove {
  color: rgba(0, 0, 0, 0.15);
}
/* line 1129, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles :nth-child(1) &gt; p .link-name::before,
#compare-popup .container .body .titles :nth-child(1) &gt; div .link-name::before {
  background-color: #3b86c4;
}
/* line 1140, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles :nth-child(2) &gt; p .link-name::before,
#compare-popup .container .body .titles :nth-child(2) &gt; div .link-name::before {
  background-color: #ff6e40;
}
/* line 1151, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles :nth-child(3) &gt; p .link-name::before,
#compare-popup .container .body .titles :nth-child(3) &gt; div .link-name::before {
  background-color: #afb42b;
}
/* line 1162, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles :nth-child(4) &gt; p .link-name::before,
#compare-popup .container .body .titles :nth-child(4) &gt; div .link-name::before {
  background-color: #8868c0;
}
/* line 1173, ../../sass/bookmakers-by-new/parts/_main.scss */
#compare-popup .container .body .titles :nth-child(5) &gt; p .link-name::before,
#compare-popup .container .body .titles :nth-child(5) &gt; div .link-name::before {
  background-color: #4e342e;
}

/* line 1189, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro-points {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 1px;
  background-color: transparent;
}
@media all and (max-width: 500px) {
  /* line 1199, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro-points[data-intro-step="0"]:nth-of-type(3) {
    left: -1000px !important;
  }
  /* line 1200, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro-points[data-intro-step="0"]:nth-of-type(4) {
    left: 20% !important;
    top: 19% !important;
  }
}

/* line 1204, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 1213, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro &gt; * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 1218, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-svg {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1224, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-svg g path {
  fill: rgba(0, 0, 0, 0.7);
}
/* line 1231, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 350px;
  display: block;
  text-align: center;
  padding: 40px 0 100px 0;
  margin: 0;
}
/* line 1244, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-arrows svg {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 1251, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-arrows svg path {
  fill: white;
}
/* line 1257, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-bullets {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 1263, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-bullets a {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  margin: 15px 5px;
}
/* line 1272, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-bullets a:hover {
  background-color: #eee;
}
/* line 1275, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-bullets a.active {
  background-color: #fff;
}
/* line 1283, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-texts div {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: none;
}
@media all and (max-width: 950px) {
  /* line 1283, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro .intro-tooltip .intro-texts div {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
}
/* line 1296, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-texts div.active {
  display: block;
}
/* line 1304, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-buttons a {
  cursor: pointer;
  width: 100px;
  text-align: center;
  display: none;
}
/* line 1310, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-buttons a.active {
  display: block;
}
/* line 1315, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-buttons .next {
  margin: 0;
  color: #fff;
  border: 4px solid #fff;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  text-decoration: none;
  text-transform: UPPERCASE;
  line-height: 2.5;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 84, ../../sass/bookmakers-by-new/parts/_mixins.scss */
.intro .intro-tooltip .intro-buttons .next:hover {
  opacity: .9;
}
/* line 1319, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-buttons .finish {
  margin: 0;
  color: #fff;
  border: 4px solid #fff;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  text-decoration: none;
  text-transform: UPPERCASE;
  line-height: 2.5;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 84, ../../sass/bookmakers-by-new/parts/_mixins.scss */
.intro .intro-tooltip .intro-buttons .finish:hover {
  opacity: .9;
}
/* line 1323, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-buttons .skip {
  margin: 0;
  color: #fff;
  border: 0 none;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 1338, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip .intro-buttons .skip:hover {
  text-decoration: none;
}
/* line 1346, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro .intro-tooltip.last .buttons .finish {
  display: block;
}
/* line 1353, ../../sass/bookmakers-by-new/parts/_main.scss */
.intro.active {
  display: block;
}
@media all and (min-width: 951px) {
  /* line 1361, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step0 .intro-tooltip .intro-arrows svg.step0 {
    display: block;
    width: 350px;
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 1361, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step0 .intro-tooltip .intro-arrows svg.step0 {
    display: none;
  }
}
@media all and (max-width: 500px) {
  /* line 1361, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step0 .intro-tooltip .intro-arrows svg.step0 {
    display: none;
  }
}
@media all and (min-width: 951px) {
  /* line 1358, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step0 .intro-tooltip {
    margin-top: 20px;
  }
}
@media all and (max-width: 500px) {
  /* line 1358, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step0 .intro-tooltip {
    margin-top: 60px;
  }
}
@media all and (min-width: 951px) {
  /* line 1379, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step1 .intro-tooltip .intro-arrows svg.step1 {
    display: block;
    width: 160px;
    left: -31%;
    top: 77%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 1379, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step1 .intro-tooltip .intro-arrows svg.step1 {
    display: block;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    left: -25%;
    width: 145px;
    top: 47%;
  }
}
@media all and (max-width: 500px) {
  /* line 1379, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step1 .intro-tooltip .intro-arrows svg.step1 {
    display: block;
    width: 100px;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
    left: 4%;
    top: 66%;
  }
}
@media all and (max-width: 500px) {
  /* line 1376, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step1 .intro-tooltip {
    margin-top: -60px;
  }
}
@media all and (min-width: 951px) {
  /* line 1411, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step2 .intro-tooltip .intro-arrows svg.step2 {
    display: block;
    width: 120px;
    left: 74%;
    top: -46%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 1411, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step2 .intro-tooltip .intro-arrows svg.step2 {
    display: block;
    width: 100px;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
    top: -38%;
    left: 73%;
  }
}
@media all and (max-width: 500px) {
  /* line 1411, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step2 .intro-tooltip .intro-arrows svg.step2 {
    display: block;
    width: 90px;
    top: -34%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    left: 75%;
  }
}
@media all and (min-width: 951px) {
  /* line 1408, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step2 .intro-tooltip {
    margin-top: 40px;
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 1408, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step2 .intro-tooltip {
    margin-top: 100px;
  }
}
@media all and (max-width: 500px) {
  /* line 1408, ../../sass/bookmakers-by-new/parts/_main.scss */
  .intro.step2 .intro-tooltip {
    margin-top: 140px;
  }
}

/* line 1445, ../../sass/bookmakers-by-new/parts/_main.scss */
.content-middle .description-below,
.content-middle .help_page_text {
  background: #fff;
  padding: 15px 15px 30px;
  margin: -10px 0 0 0;
}
/* line 1451, ../../sass/bookmakers-by-new/parts/_main.scss */
.content-middle .description-below ul li:before,
.content-middle .help_page_text ul li:before {
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #131313;
  border-radius: 50%;
  position: relative;
  top: -1.5px;
}
/* line 1464, ../../sass/bookmakers-by-new/parts/_main.scss */
.content-middle .description-below ol li,
.content-middle .help_page_text ol li {
  counter-increment: item;
}
/* line 1468, ../../sass/bookmakers-by-new/parts/_main.scss */
.content-middle .description-below ol li:before,
.content-middle .help_page_text ol li:before {
  font-weight: bold;
  margin-right: 10px;
  content: counter(item) ".";
  color: #131313;
}

@media all and (max-width: 1024px) {
  /* line 2, ../../sass/bookmakers-by-new/parts/_media.scss */
  #bookmakers-intro .description .logo {
    width: 100%;
  }
}
/* line 2, ../../sass/bookmakers-by-new/parts/_stamp.scss */
#bookmakers-intro .stamp {
  z-index: 990;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  background-size: cover;
  margin: 10px 15px 0 auto;
}
/* line 11, ../../sass/bookmakers-by-new/parts/_stamp.scss */
#bookmakers-intro .stamp.recommend {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/stamp-recommend.png");
}
/* line 15, ../../sass/bookmakers-by-new/parts/_stamp.scss */
#bookmakers-intro .stamp.verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/stamp-checked-ru.png");
}
/* line 18, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="uk"] #bookmakers-intro .stamp.verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/stamp-checked-ua.png");
}
/* line 22, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="hy"] #bookmakers-intro .stamp.verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/stamp-checked-arm.png");
}
/* line 26, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="en-US"] #bookmakers-intro .stamp.verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/stamp-checked-eng.png");
}
/* line 30, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="es-ES"] #bookmakers-intro .stamp.verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/stamp-checked-es.png");
}
/* line 35, ../../sass/bookmakers-by-new/parts/_stamp.scss */
#bookmakers-intro .stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-ru-black.png");
}
/* line 38, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="uk"] #bookmakers-intro .stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-ua-white.png");
}
/* line 43, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="hy"] #bookmakers-intro .stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-am-white.png");
}
/* line 47, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="ro-ro"] #bookmakers-intro .stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-ro-white.png");
}
/* line 51, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="bg-bg"] #bookmakers-intro .stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-bg-white.png");
}
/* line 55, ../../sass/bookmakers-by-new/parts/_stamp.scss */
html[lang="it-IT"] #bookmakers-intro .stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-it-black.png");
}
</pre></body></html>