/* line 13, ../../sass/_parts/_mixins.scss */
.inner-predictors:before, .cats-block:before, .cats:before, .cat-post-item:before, .inner-predictors:after, .cats-block:after, .cats:after, .cat-post-item:after {
  content: "";
  display: table;
}
/* line 18, ../../sass/_parts/_mixins.scss */
.inner-predictors:after, .cats-block:after, .cats:after, .cat-post-item:after {
  clear: both;
}

/* line 1, ../../sass/news-slider/style.scss */
#top-news-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
/* line 5, ../../sass/news-slider/style.scss */
#top-news-slider .slider-wrapper {
  position: relative;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 9, ../../sass/news-slider/style.scss */
#top-news-slider .slider-wrapper .swiper-slide {
  position: relative;
  height: 401px;
  background-size: cover;
  background-position: center center;
}
/* line 15, ../../sass/news-slider/style.scss */
#top-news-slider .slider-wrapper .swiper-slide .desc {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  color: white;
}
/* line 28, ../../sass/news-slider/style.scss */
#top-news-slider .slider-wrapper .paginate {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  height: 20px;
  width: auto;
}
/* line 36, ../../sass/news-slider/style.scss */
#top-news-slider .slider-wrapper .paginate > span {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  opacity: 1;
}
/* line 44, ../../sass/news-slider/style.scss */
#top-news-slider .slider-wrapper .paginate > span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: transparent;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  border-radius: 50%;
}
/* line 57, ../../sass/news-slider/style.scss */
#top-news-slider .slider-wrapper .paginate > span.swiper-pagination-bullet-active::before {
  background-color: black;
}
/* line 60, ../../sass/news-slider/style.scss */
#top-news-slider .slider-wrapper .paginate > span + span {
  margin-left: 7px;
}
/* line 67, ../../sass/news-slider/style.scss */
#top-news-slider .selector-wrapper {
  display: block !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
/* line 71, ../../sass/news-slider/style.scss */
#top-news-slider .selector-wrapper > a {
  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;
  width: 100%;
  color: black;
  font-size: 14px;
  line-height: 17px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 66px;
  padding: 10px;
  text-decoration: none;
  border-left: 4px solid transparent;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  overflow: hidden;
}
/* line 87, ../../sass/news-slider/style.scss */
#top-news-slider .selector-wrapper > a + a {
  margin-top: 1px;
}
/* line 91, ../../sass/news-slider/style.scss */
#top-news-slider .selector-wrapper > a.active {
  background-color: #f1f2f2;
  border-color: black;
  font-weight: 500;
}
@media all and (max-width: 1200px) {
  /* line 99, ../../sass/news-slider/style.scss */
  #top-news-slider .selector-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media all and (max-width: 950px) {
  /* line 105, ../../sass/news-slider/style.scss */
  #top-news-slider .slider-wrapper .swiper-slide {
    height: 300px;
  }
  /* line 108, ../../sass/news-slider/style.scss */
  #top-news-slider .slider-wrapper .paginate {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
  /* line 115, ../../sass/news-slider/style.scss */
  #top-news-slider .selector-wrapper {
    display: none !important;
  }
}

/* line 2, ../../sass/homepage-old/_parts/_main.scss */
.section-homepage-template-tpl .homepage-wrapper {
  overflow: hidden;
}
/* line 2, ../../sass/_parts/_mixins.scss */
.section-homepage-template-tpl .content.inner:before, .section-homepage-template-tpl .content.inner:after {
  content: "";
  display: table;
}
/* line 7, ../../sass/_parts/_mixins.scss */
.section-homepage-template-tpl .content.inner:after {
  clear: both;
}
/* line 8, ../../sass/homepage-old/_parts/_main.scss */
.section-homepage-template-tpl .top-container {
  margin: 0 0 10px 170px;
}
/* line 11, ../../sass/homepage-old/_parts/_main.scss */
.section-homepage-template-tpl .news-container {
  float: none;
  font-size: 0;
}
/* line 15, ../../sass/homepage-old/_parts/_main.scss */
.section-homepage-template-tpl .main-container {
  z-index: 6;
  position: relative;
  margin: 0 250px 0 0;
}
/* line 21, ../../sass/homepage-old/_parts/_main.scss */
.section-homepage-template-tpl .content-block {
  position: relative;
  overflow: hidden;
}
/* line 2, ../../sass/_parts/_mixins.scss */
.section-homepage-template-tpl .content-block:before, .section-homepage-template-tpl .content-block:after {
  content: "";
  display: table;
}
/* line 7, ../../sass/_parts/_mixins.scss */
.section-homepage-template-tpl .content-block:after {
  clear: both;
}
/* line 26, ../../sass/homepage-old/_parts/_main.scss */
.section-homepage-template-tpl .content .sidebar-right-widgets {
  display: none;
}
/* line 29, ../../sass/homepage-old/_parts/_main.scss */
.section-homepage-template-tpl .content .sidebar-right-widgets.active {
  display: block;
}

/* line 35, ../../sass/homepage-old/_parts/_main.scss */
.section-header {
  display: none;
  height: 70px;
  padding-left: 15px;
  background-color: #4271b5;
  margin-bottom: 1px;
}
/* line 42, ../../sass/homepage-old/_parts/_main.scss */
.section-header h1, .section-header .h2 {
  height: 100%;
  color: #131313;
  font-size: 16px;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  /* line 35, ../../sass/homepage-old/_parts/_main.scss */
  .section-header {
    background-color: white !important;
  }
  /* line 53, ../../sass/homepage-old/_parts/_main.scss */
  .section-header h1, .section-header .h2 {
    font-weight: bold;
  }
}

/* line 1, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast {
  max-width: 765px;
  background: #fff;
  margin-bottom: 10px;
}
/* line 6, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast label {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
/* line 13, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .image {
  display: block;
  height: 70px;
  width: 100%;
  background-repeat: no-repeat;
}
/* line 19, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .image.bg-badukov {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/forecast/addforecast-bg-badukov.jpg");
}
/* line 22, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .image.bg-byshovets {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/forecast/addforecast-bg-byshovets.jpg");
}
/* line 25, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .image.bg-chakve {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/forecast/addforecast-bg-chakve.jpg");
}
/* line 28, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .image.bg-genich {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/forecast/addforecast-bg-genich.jpg");
}
/* line 33, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .meta {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 42, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .meta .desc {
  color: #fff;
  line-height: 16px;
  float: left;
  width: 295px;
  padding: 20px 0 18px 32px;
}
/* line 50, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .meta .desc > span.one {
  font-weight: 500;
  float: left;
}
/* line 54, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .meta .desc > span.two {
  float: right;
}
/* line 60, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .meta .forecast {
  padding: 12px 18px;
  float: right;
}
/* line 64, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .meta .forecast > span.btn {
  background-color: #00ace8;
  color: #fff;
  height: 46px;
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 80, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .h2 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}
/* line 84, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .new-quick-forecast {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 89, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .new-quick-forecast .button-default-s {
  background-color: #00ace8;
}
/* line 93, ../../sass/homepage-old/_parts/_quick-forecast.scss */
.quick-forecast .error {
  color: #e56c69;
}
@media all and (max-width: 1200px) {
  /* line 98, ../../sass/homepage-old/_parts/_quick-forecast.scss */
  .quick-forecast .image {
    height: 130px;
  }
  /* line 102, ../../sass/homepage-old/_parts/_quick-forecast.scss */
  .quick-forecast .meta .desc {
    width: 274px;
  }
  /* line 105, ../../sass/homepage-old/_parts/_quick-forecast.scss */
  .quick-forecast .meta .forecast {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 117, ../../sass/homepage-old/_parts/_quick-forecast.scss */
body.logged-in #quick-forecast-trigger:checked ~ .new-quick-forecast {
  max-height: 500px;
  padding: 10px;
}
/* line 121, ../../sass/homepage-old/_parts/_quick-forecast.scss */
body.logged-in #quick-forecast-trigger:checked ~ label {
  max-height: 0;
  overflow: hidden;
}

/* line 1, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.inner-predictors {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 8, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .positive-number {
  color: #43a047 !important;
}
/* line 12, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .negative-number {
  color: #d71015 !important;
}
/* line 16, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  padding-top: 34px;
}
/* line 23, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow {
  display: block;
  position: relative;
}
/* line 27, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul {
  height: 136px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  text-align: center;
}
/* line 34, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul.opened {
  height: auto;
}
/* line 39, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item {
  cursor: pointer;
  margin: 0 0 25px 0;
  text-align: center;
  padding: 0 16px;
  display: inline-block;
  position: unset;
  max-width: 85px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: top;
}
/* line 51, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip {
  display: none;
  position: absolute;
  background: white;
  z-index: 999;
  border: 1px solid #bababa;
  -webkit-box-shadow: 0 0 4px 0 #bababa;
          box-shadow: 0 0 4px 0 #bababa;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-width: 85px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -118px;
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 51, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  /* line 69, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip.visible {
    opacity: 1;
    visibility: visible;
  }
}
/* line 75, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip.visible {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 80, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip:before {
  content: '';
  bottom: 2px;
  width: 14px;
  left: 50%;
  height: 14px;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  z-index: -1;
  -webkit-box-shadow: 3px 3px 4px 0 #bababa;
          box-shadow: 3px 3px 4px 0 #bababa;
}
/* line 93, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  background: transparent;
  bottom: 1px;
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
/* line 107, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item a {
  text-decoration: none;
}
/* line 111, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item.hover-disabled a:hover .predictors-image::before {
  content: normal;
}
/* line 115, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item:hover h2 {
  color: #00ace8;
}
/* line 118, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-image-container {
  width: 96px;
  height: 95px;
  display: inline-block;
  position: relative;
}
/* line 124, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-image {
  border-radius: 50%;
  overflow: hidden;
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 95px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 137, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-image.def-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#58b4e6), to(#2789ce));
  background: linear-gradient(to bottom, #58b4e6, #2789ce);
}
/* line 140, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-image .ava-initials {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}
/* line 148, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item a .predictors-image-container {
  width: 85px;
  height: 85px;
}
/* line 152, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item a .predictors-image-container .predictors-image {
  width: 85px;
  height: 85px;
}
/* line 158, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item a .predictors-list-item-name {
  line-height: 1.3;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  font-weight: normal;
  color: #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
/* line 177, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-info {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 14px;
  color: #131313;
  float: left;
  width: 100%;
}
/* line 186, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-info p {
  line-height: 1.5;
  margin-bottom: 0;
}
/* line 191, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-info p.second {
  margin-top: 15px;
}
/* line 195, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-info .predictors-info-inner {
  padding: 0 20px 20px 20px;
}
/* line 200, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-reveal {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
  /* test 20.02.18 15:13 */
  line-height: 52px;
}
/* line 209, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-reveal .predictors-reveal-btn {
  font-size: 15px;
  color: #00ace8;
  font-weight: bold;
  background: none;
  padding: 0;
  border-bottom: 1px dashed;
  border-bottom-color: #00ace8;
  line-height: 1.2;
  vertical-align: text-bottom;
  text-decoration: none;
}
/* line 221, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.forecasters-container .predictors-reveal .predictors-reveal-btn:hover {
  color: #00ace8 !important;
  text-decoration: none;
  border-bottom-color: transparent;
}

/* line 232, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p,
.predictors-tooltip-mobile p {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 10px 0;
}
/* line 237, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p.predictors-tooltip-month,
.predictors-tooltip-mobile p.predictors-tooltip-month {
  color: #828282 !important;
}
/* line 241, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p.predictors-tooltip-profit,
.predictors-tooltip-mobile p.predictors-tooltip-profit {
  color: #43a047;
}
/* line 245, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p.predictors-tooltip-bets,
.predictors-tooltip-mobile p.predictors-tooltip-bets {
  color: #828282 !important;
}
/* line 248, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p.predictors-tooltip-bets > span,
.predictors-tooltip-mobile p.predictors-tooltip-bets > span {
  padding: 0 3px;
}
/* line 252, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p.predictors-tooltip-bets .predictors-tooltip-bets-win,
.predictors-tooltip-mobile p.predictors-tooltip-bets .predictors-tooltip-bets-win {
  color: #43a047 !important;
}
/* line 256, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p.predictors-tooltip-bets .predictors-tooltip-bets-return,
.predictors-tooltip-mobile p.predictors-tooltip-bets .predictors-tooltip-bets-return {
  color: #000 !important;
}
/* line 260, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p.predictors-tooltip-bets .predictors-tooltip-bets-loss,
.predictors-tooltip-mobile p.predictors-tooltip-bets .predictors-tooltip-bets-loss {
  color: #d71015 !important;
}
/* line 266, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p.predictors-tooltip-roi .predictors-tooltip-roi-percentage,
.predictors-tooltip-mobile p.predictors-tooltip-roi .predictors-tooltip-roi-percentage {
  color: #43a047;
}
/* line 272, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-tooltip p:last-of-type,
.predictors-tooltip-mobile p:last-of-type {
  margin: 0;
}

/* line 278, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-list {
  margin: 0;
}

/* line 282, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-not-found {
  padding: 10px 12px 0;
}

/* line 286, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-info-title,
.predictors-list-title,
.predictors-list-title-mobile {
  padding: 12px;
  color: #131313;
  background-color: white;
  margin: 0;
}

/* line 294, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-info-title {
  display: none;
}

/* line 297, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-list-title {
  padding: 16px 20px;
  border-bottom: 1px solid #f1f2f2;
}

/* line 301, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-list-title-mobile {
  display: none;
}

/* line 305, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
.predictors-mobile {
  display: none;
}

@media all and (max-width: 500px) {
  /* line 310, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-list-wrapper {
    display: none;
  }

  /* line 314, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile {
    display: block;
    background: #fff;
    padding: 16px 10px 0 10px;
    height: 260px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  /* line 323, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile.opened {
    height: auto;
  }
  /* line 327, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .wrapper {
    padding-top: 0 !important;
  }
  /* line 332, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile #forecatsers-show-all:checked ~ .forecatsers-show-all-button {
    display: none;
  }
  /* line 335, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile #forecatsers-show-all:checked ~ .forecaster[data-hidden] {
    max-height: 100px;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
  }
  /* line 342, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px 0;
  }
  /* line 348, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster:last-of-type {
    margin-bottom: 0;
  }
  /* line 352, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .predictors-tooltip-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    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;
  }
  /* line 357, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .predictors-tooltip-mobile .predictors-tooltip-mobile-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  /* line 360, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .predictors-tooltip-mobile .predictors-tooltip-mobile-left p {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: #131313;
  }
  /* line 368, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .predictors-tooltip-mobile .predictors-tooltip-mobile-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  /* line 371, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .predictors-tooltip-mobile .predictors-tooltip-mobile-right p {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: #131313;
  }
  /* line 380, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    padding-right: 10px;
  }
  /* line 386, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .link > .author-avatar {
    margin-right: 10px;
  }
  /* line 389, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .link > .author-avatar.micro {
    width: 44px;
    height: 44px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44px;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
  }
  /* line 396, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .link > .name {
    font-size: 13px;
    line-height: 16px;
    color: #131313;
    overflow: hidden;
  }
  /* line 403, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .link,
  .predictors-mobile .forecaster .percent-title {
    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;
  }
  /* line 408, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .percent-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 10px;
  }
  /* line 413, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .percent {
    font-size: 18px;
    margin-right: 20px;
  }
  /* line 417, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .percent::after {
    content: '%';
    margin-left: 4px;
  }
  /* line 422, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecaster .title {
    font-size: 12px;
  }
  /* line 426, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecatsers-show-all-button {
    position: relative;
    width: 100%;
    text-align: center;
    background: #3b86c4 !important;
  }
  /* line 427, ../../sass/homepage-old/_parts/_forecasters-slider.scss */
  .predictors-mobile .forecatsers-show-all-button:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.25);
  }
}
/* line 1, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu .bmr-menu-item, ul.bmr-left-menu .bmr-menu-header {
  background: #3b86c4;
  padding: 12px 18px 12px 12px;
  color: #fff;
  text-align: left;
  word-wrap: break-word;
}

/* line 8, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu {
  padding: 0;
  display: block;
  float: left;
  width: 160px;
  background: #3b86c4;
  color: #fff;
  margin-right: 10px;
}
/* line 17, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu .bmr-menu-item {
  display: block;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 26, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu .bmr-menu-item:hover, ul.bmr-left-menu .bmr-menu-item.active {
  background: #3272a7;
  color: #fff;
}
/* line 31, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu .bmr-menu-header {
  border-top: 1px solid #fff;
  display: block;
  padding: 12px 12px;
}
/* line 37, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu .bmr-menu-header .h2, ul.bmr-left-menu .bmr-menu-header h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
/* line 43, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu .bmr-menu-header + .bmr-menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 47, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu .without-border-bottom {
  border-bottom: none;
}
/* line 52, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu.with-arrow .bmr-menu-item {
  padding: 12px 18px 12px 12px;
}
/* line 55, ../../sass/homepage-old/_parts/_left-menu.scss */
ul.bmr-left-menu.with-arrow .bmr-menu-item.active:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  margin-top: -12px;
  right: 0;
  top: 50%;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid white;
  border-bottom: 12px solid transparent;
}

@media (max-width: 1024px) {
  /* line 81, ../../sass/homepage-old/_parts/_left-menu.scss */
  .bmr-left-menu {
    width: 27.2% !important;
  }
  /* line 84, ../../sass/homepage-old/_parts/_left-menu.scss */
  .bmr-left-menu .bmr-menu-item {
    padding: 20px 15px;
    font-size: 16px;
  }
  /* line 88, ../../sass/homepage-old/_parts/_left-menu.scss */
  .bmr-left-menu .bmr-menu-header {
    padding: 20px 15px;
  }
  /* line 89, ../../sass/homepage-old/_parts/_left-menu.scss */
  .bmr-left-menu .bmr-menu-header .h2, .bmr-left-menu .bmr-menu-header h2 {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  /* line 98, ../../sass/homepage-old/_parts/_left-menu.scss */
  ul.bmr-left-menu {
    width: 29% !important;
    margin-right: 5px;
  }
  /* line 102, ../../sass/homepage-old/_parts/_left-menu.scss */
  ul.bmr-left-menu .bmr-menu-item {
    padding: 20px 15px;
    font-size: 15px;
  }
  /* line 106, ../../sass/homepage-old/_parts/_left-menu.scss */
  ul.bmr-left-menu .bmr-menu-header {
    padding: 20px 15px;
  }
  /* line 107, ../../sass/homepage-old/_parts/_left-menu.scss */
  ul.bmr-left-menu .bmr-menu-header .h2, ul.bmr-left-menu .bmr-menu-header h2 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  /* line 115, ../../sass/homepage-old/_parts/_left-menu.scss */
  .bmr-left-menu {
    display: none !important;
    width: 0 !important;
  }
}
/* line 2, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item .h2, .cat-post-item a {
  font-weight: normal;
}

/* line 7, ../../sass/homepage-old/_parts/_categories.scss */
.cats-block {
  position: relative;
}
/* line 11, ../../sass/homepage-old/_parts/_categories.scss */
.cats-block .text-fade {
  position: relative;
  overflow: hidden;
}
/* line 15, ../../sass/homepage-old/_parts/_categories.scss */
.cats-block .text-fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 14px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(241, 242, 242, 0)), to(#f1f2f2));
  background: linear-gradient(to right, rgba(241, 242, 242, 0), #f1f2f2 100%);
  pointer-events: none;
}

/* line 29, ../../sass/homepage-old/_parts/_categories.scss */
.cats-wrapper {
  overflow: hidden;
}

/* line 32, ../../sass/homepage-old/_parts/_categories.scss */
.cats {
  margin: 0 -5px;
}

/* line 36, ../../sass/homepage-old/_parts/_categories.scss */
.cat-container {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

/* line 41, ../../sass/homepage-old/_parts/_categories.scss */
.cat-container-inner {
  padding: 0 5px;
}
/* line 44, ../../sass/homepage-old/_parts/_categories.scss */
.cat-container-inner a {
  color: #fff;
}

/* line 49, ../../sass/homepage-old/_parts/_categories.scss */
.cat-container-inner a.cat-itemlink {
  text-decoration: none;
  font-size: 14px;
  color: #2d2d2d;
}

/* line 54, ../../sass/homepage-old/_parts/_categories.scss */
.cat-container-inner a:visited.cat-itemlink {
  color: #2d2d2d;
  text-decoration: none;
}

/* line 59, ../../sass/homepage-old/_parts/_categories.scss */
.cat-container-inner a.cat-itemlink .h4 {
  font-weight: normal;
}

/* line 64, ../../sass/homepage-old/_parts/_categories.scss */
.cat-header {
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 76, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item {
  height: 250px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
}
/* line 83, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item .cat-post-meta {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 10;
}
/* line 89, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item .post-meta-item {
  color: #fff;
}
/* line 92, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item .post-meta-item .icon-new {
  color: inherit;
}
/* line 97, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item .cat-post-title {
  padding: 0 10px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
/* line 106, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item:hover .h2 {
  text-decoration: underline;
}
/* line 111, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item .h2 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
/* line 119, ../../sass/homepage-old/_parts/_categories.scss */
.cat-featured-post-item .image-gradient {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(53%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 53%);
  background-size: contain;
}

/* line 132, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item {
  margin-top: 7px;
  padding: 0 7px;
}
/* line 137, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item .cat-post-img {
  float: left;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: 50% 50%;
}
/* line 145, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item .cat-post-title {
  overflow: hidden;
  padding: 0 7px;
  height: 28px;
}
/* line 150, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item .cat-post-title .h4 {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
}
/* line 157, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item .cat-post-meta {
  overflow: hidden;
  padding: 3px 0 0 7px;
}
/* line 161, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item .post-meta-item {
  line-height: 1.5;
  color: #131313;
}
/* line 165, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item .post-meta-item .icon-new {
  color: #bababa;
}
/* line 170, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item a {
  font-size: 14px;
  color: #2d2d2d;
  text-decoration: none;
}
/* line 176, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item a:visited {
  color: #2d2d2d;
  text-decoration: none;
}
/* line 180, ../../sass/homepage-old/_parts/_categories.scss */
.cat-post-item a:hover, .cat-post-item a:active {
  color: #00ace8;
  text-decoration: underline;
}

@media (max-width: 64em) {
  /* line 195, ../../sass/homepage-old/_parts/_categories.scss */
  .cats-block .fade:after {
    height: 16px;
  }

  /* line 198, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-container {
    width: 100%;
    margin-bottom: 18px;
  }

  /* line 202, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-header {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    padding: 0 15px;
  }

  /* line 208, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-featured-post-item {
    height: 330px;
  }
  /* line 211, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-featured-post-item .cat-post-meta {
    left: 15px;
  }
  /* line 214, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-featured-post-item .cat-post-title {
    padding: 0 15px 40px;
  }

  /* line 218, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item {
    margin-top: 10px;
    padding: 0 10px;
  }
  /* line 222, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-img {
    width: 65px;
    height: 65px;
  }
  /* line 226, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-meta {
    padding: 14px 0 0 10px;
  }
  /* line 229, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-title {
    padding: 0 10px;
    height: 32px;
  }
  /* line 233, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .fade:after {
    height: 16px;
  }
  /* line 236, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item a {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  /* line 244, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-title .h4 {
    line-height: 15px;
  }
}
@media all and (max-width: 720px) {
  /* line 253, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-title .h4 {
    line-height: 16px;
  }
}
@media all and (max-width: 500px) {
  /* line 262, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-title .h4 {
    line-height: 17px;
  }
}
@media (max-width: 59.375em) {
  /* line 269, ../../sass/homepage-old/_parts/_categories.scss */
  .cats-block .fade:after {
    height: 28px;
  }

  /* line 272, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-container {
    margin-bottom: 23px;
  }

  /* line 275, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-header {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }

  /* line 280, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-featured-post-item {
    height: 325px;
  }
  /* line 283, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-featured-post-item .cat-post-title {
    padding: 0 15px 40px;
  }
  /* line 286, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-featured-post-item .h2 {
    font-size: 18px;
    font-weight: bold;
  }

  /* line 291, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item {
    margin-top: 12px;
    padding: 0 15px;
  }
  /* line 295, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-img {
    width: 65px;
    height: 65px;
  }
  /* line 299, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-meta {
    padding: 5px 0 0 10px;
  }
  /* line 302, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .cat-post-title {
    padding: 0 10px;
    height: 32px;
  }
  /* line 306, ../../sass/homepage-old/_parts/_categories.scss */
  .cat-post-item .fade:after {
    height: 16px;
  }
}
/* line 1, ../../sass/homepage-old/_parts/_editors-choice.scss */
.homepage-editors-choice-block {
  margin-bottom: 8px;
}

/* line 1, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header {
  position: relative;
  margin-bottom: 10px;
  margin-left: 170px;
  background-color: white;
  border-bottom: 1px solid #f1f2f2;
}
/* line 8, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header h1 {
  padding: 10px 15px;
}
/* line 11, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header .breadcrumbs {
  padding: 0 15px 15px;
}
/* line 14, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header.kapper-tribuna {
  overflow: hidden;
}
/* line 17, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header.kapper-tribuna > * {
  position: relative;
  z-index: 200;
}
/* line 21, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header.kapper-tribuna > .kapper-tribuna-bg {
  position: absolute;
  right: 3px;
  top: -17px;
  z-index: 199;
}
/* line 27, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header.kapper-tribuna > .kapper-tribuna-bg img {
  position: relative;
  z-index: 100;
}
/* line 31, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header.kapper-tribuna > .kapper-tribuna-bg .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, #ffffff), to(rgba(255, 255, 255, 0.35)));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.35) 100%);
  z-index: 105;
}
@media all and (max-width: 500px) {
  /* line 41, ../../sass/homepage-old/_parts/_header.scss */
  .content-middle.header.kapper-tribuna > .kapper-tribuna-bg {
    top: -50px;
    right: -180px;
  }
  /* line 45, ../../sass/homepage-old/_parts/_header.scss */
  .content-middle.header.kapper-tribuna > .kapper-tribuna-bg img {
    width: 600px;
  }
  /* line 48, ../../sass/homepage-old/_parts/_header.scss */
  .content-middle.header.kapper-tribuna > .kapper-tribuna-bg .gradient {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(45%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0.05)), color-stop(80%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.4)));
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 45%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.4) 100%);
  }
}
/* line 55, ../../sass/homepage-old/_parts/_header.scss */
.content-middle.header + .good-bookmakers {
  margin-top: -10px;
}

/* line 1, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header {
  background-color: #3b86c4;
  padding: 15px;
  line-height: 0px;
}
/* line 6, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header > .sort-label {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
/* line 11, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header > ul {
  display: inline-block;
  line-height: 0;
}
/* line 15, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header .sort-label {
  font-style: italic;
  color: #fff;
}
/* line 19, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header ul li {
  color: #c4c4c4;
  display: inline-block;
  padding: 0 10px;
}
/* line 24, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header ul li.active {
  color: #fff;
}
/* line 27, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header ul li.active .sort-label {
  border-color: transparent;
  color: #fff;
  cursor: default;
}
/* line 33, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header ul li .sort-label {
  border-bottom: 1px dashed #fff;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
/* line 38, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header ul li .sort-label:hover {
  border-color: transparent;
}
/* line 42, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header ul li [class*='icon-'] {
  font-size: 17px;
  float: left;
  margin-right: 7px;
}
/* line 48, ../../sass/homepage-old/_parts/_good_bookmakers.scss */
#results-header span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}

/* line 1, ../../sass/homepage-old/_parts/_links-block.scss */
.links-block {
  background: #00ace8;
  margin-bottom: 10px !important;
}
/* line 5, ../../sass/homepage-old/_parts/_links-block.scss */
.links-block .header {
  border-bottom: 1px solid #80d6f4;
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  font-weight: 500;
  margin: 0 18px;
}
/* line 13, ../../sass/homepage-old/_parts/_links-block.scss */
.links-block .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: 0 !important;
  min-height: 120px;
}
/* line 19, ../../sass/homepage-old/_parts/_links-block.scss */
.links-block .content a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -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: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px 45px 0;
  position: relative;
  text-align: center;
  width: 0;
}
/* line 34, ../../sass/homepage-old/_parts/_links-block.scss */
.links-block .content a:nth-child(n+2)::after {
  background: #80d6f4;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}
/* line 44, ../../sass/homepage-old/_parts/_links-block.scss */
.links-block .content a:hover {
  text-decoration: none;
}
/* line 48, ../../sass/homepage-old/_parts/_links-block.scss */
.links-block .content .icon {
  color: #fff;
  font-size: 35px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 57, ../../sass/homepage-old/_parts/_links-block.scss */
.main-container .links-block .content .icon-sport {
  font-size: 55px !important;
  top: 10px;
}
@media all and (max-width: 1024px) {
  /* line 1, ../../sass/homepage-old/_parts/_links-block.scss */
  .links-block {
    margin-bottom: 10px;
  }
  /* line 64, ../../sass/homepage-old/_parts/_links-block.scss */
  .main-container .links-block .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  /* line 68, ../../sass/homepage-old/_parts/_links-block.scss */
  .main-container .links-block .content a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60px;
        -ms-flex: 1 0 60px;
            flex: 1 0 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  /* line 77, ../../sass/homepage-old/_parts/_links-block.scss */
  .main-container .links-block .content a:nth-last-child(n+2) {
    border-bottom: 1px solid #80d6f4;
  }
  /* line 80, ../../sass/homepage-old/_parts/_links-block.scss */
  .main-container .links-block .content a::after {
    display: none;
  }
  /* line 84, ../../sass/homepage-old/_parts/_links-block.scss */
  .main-container .links-block .content .icon {
    font-size: 35px;
    margin: 0 20px 0 0;
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
  /* line 99, ../../sass/homepage-old/_parts/_links-block.scss */
  .main-container .links-block .content .icon-sport {
    font-size: 50px !important;
  }
  /* line 103, ../../sass/homepage-old/_parts/_links-block.scss */
  .links-block .content a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 950px) {
  /* line 64, ../../sass/homepage-old/_parts/_links-block.scss */
  .links-block .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  /* line 68, ../../sass/homepage-old/_parts/_links-block.scss */
  .links-block .content a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60px;
        -ms-flex: 1 0 60px;
            flex: 1 0 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  /* line 77, ../../sass/homepage-old/_parts/_links-block.scss */
  .links-block .content a:nth-last-child(n+2) {
    border-bottom: 1px solid #80d6f4;
  }
  /* line 80, ../../sass/homepage-old/_parts/_links-block.scss */
  .links-block .content a::after {
    display: none;
  }
  /* line 84, ../../sass/homepage-old/_parts/_links-block.scss */
  .links-block .content .icon {
    font-size: 35px;
    margin: 0 20px 0 0;
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
}

/* line 1, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-player {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
/* line 11, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-player .close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
/* line 20, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-player .if {
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 27, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers,
.right-widgets-for-video {
  min-height: 518px;
  height: 518px;
}

/* line 33, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.right-widgets-for-video {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 240px;
  width: 240px;
  background: #ffffff url("/wp-content/themes/base/assets/img/promo/banner_help_to_brawards.jpg?v=06021320") no-repeat center center;
  background-size: cover;
}
/* line 42, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.right-widgets-for-video a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 48, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.right-widgets-for-video #video {
  position: relative;
  min-height: 100%;
  height: 100%;
}
/* line 53, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.right-widgets-for-video #video .center {
  position: absolute;
  display: block;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
/* line 60, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.right-widgets-for-video #video .center .top-video-play {
  background: url("/wp-content/themes/base/assets/img/icon_play_youtube.png?v=06021320") no-repeat 50% 50%;
  position: relative;
  width: 74px;
  height: 52px;
  text-align: center;
  cursor: pointer;
}

/* line 72, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers {
  margin-right: 250px !important;
  margin-bottom: 10px !important;
  background: white;
}
/* line 79, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers.not-top-video {
  min-height: 0;
  height: auto;
  margin-right: 0px !important;
}
/* line 85, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .button-default {
  background: none;
  font-size: 13px;
  color: #00ace8;
  text-decoration: underline;
  padding: 0px;
}
/* line 92, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .button-default:hover {
  color: #00ace8 !important;
  text-decoration: none;
}
/* line 97, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .button-default:active {
  background: none;
  color: #00ace8 !important;
  text-decoration: none;
}
/* line 104, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .header {
  color: #131313;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  margin: 0 0 0 18px;
  padding-right: 20px;
  float: left;
  border-bottom: #f1f2f2 solid 1px;
}
@media all and (min-width: 951px) and (max-width: 1149px) {
  /* line 116, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .header {
    display: block;
    float: none;
    border-bottom: #f1f2f2 solid 1px;
    margin-right: 18px;
  }
}
@media all and (max-width: 860px) {
  /* line 125, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .header {
    display: block;
    float: none;
    border-bottom: #f1f2f2 solid 1px;
    margin-right: 18px;
  }
}
@media all and (max-width: 680px) {
  /* line 134, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .header {
    display: block;
    float: none;
    border-bottom: #f1f2f2 solid 1px;
    margin-right: 18px;
  }
}
/* line 142, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .titles {
  max-height: 50px;
}
/* line 146, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .tabs-selector {
  padding: 0 18px;
  height: 51px;
  overflow-y: hidden;
  position: relative;
}
/* line 152, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .tabs-selector .tabs-panel-wrap {
  z-index: auto;
  line-height: 1;
  height: 76px;
  margin: 0 0 -20px 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  width: 100%;
  max-height: none;
}
/* line 163, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .tabs-selector .tabs-panel-wrap .tabs-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 51px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: relative;
  border-bottom: #f1f2f2 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 181, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers a {
  text-decoration: none;
}
/* line 186, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bonus-link:hover {
  text-decoration: underline;
}
/* line 190, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bonus-link + .bonus-smetka {
  color: #9e9e9e;
  font-size: 13px;
  display: block;
}
/* line 198, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .wrap {
  margin: 0 18px;
  max-height: 50px;
  border-bottom: #f1f2f2 solid 1px;
  overflow: hidden;
}
/* line 205, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .top-content {
  white-space: nowrap;
}
/* line 208, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .top-content > a {
  display: inline-block;
  position: relative;
  width: auto;
  margin-right: 20px;
  padding: 0;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9e9e9e;
  border-bottom: 4px solid transparent;
}
/* line 221, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .top-content > a::after {
  content: attr(data-desktop-title);
}
/* line 226, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .top-content > a.active {
  color: #000000;
  border-bottom: 4px solid #3b86c4;
  font-weight: normal;
}
/* line 233, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers {
  padding: 1px 0 0 0;
}
/* line 236, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm {
  background: white;
  display: none;
  overflow: hidden;
}
/* line 241, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .table {
  margin: 0 18px;
}
/* line 245, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .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;
  padding: 0;
  background: #fff;
  border-bottom: #f1f2f2 solid 1px;
  color: #2d2d2d;
  font-size: 13px;
  line-height: 1;
  height: 60px;
  max-height: 60px;
}
/* line 258, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .title {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  overflow: hidden;
}
/* line 262, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .title a {
  font-weight: bold;
  max-width: 100%;
  color: #2d2d2d;
}
/* line 268, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .title img {
  max-width: 130px !important;
  max-height: 40px;
}
/* line 274, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .rating {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}
/* line 280, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .bonus {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  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;
}
/* line 285, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .bonus > .exclusive {
  position: relative;
  top: -1px;
  margin: 2px auto 0 auto;
  width: 56px;
  height: 18px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #d71015;
  color: white;
  display: block;
}
/* line 301, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .bonus::before {
  content: attr(data-desktop-title);
}
/* line 305, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .bonus,
.top-bookmakers .bookmakers .bm .rating,
.top-bookmakers .bookmakers .bm .lang {
  text-align: center;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
/* line 313, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .lang a {
  color: #2d2d2d;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  display: inline-block;
}
/* line 319, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .lang a:hover {
  cursor: pointer;
  text-decoration: underline;
  border-bottom: 1px solid transparent;
  color: #00ace8;
}
/* line 325, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .lang a:hover .icon-comments:before {
  color: #00ace8;
}
/* line 331, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .lang .icon-comments:before {
  color: #bababa;
}
/* line 337, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .bonus .bonus-tablet {
  display: none;
}
/* line 339, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .bonus .bonus-tablet .rouble {
  content: 'c';
}
/* line 344, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .bonus .bonus-desktop .rouble {
  content: 'c';
}
@media all and (max-width: 950px) {
  /* line 350, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .bonus .bonus-desktop {
    display: none;
  }
  /* line 354, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .bonus .bonus-tablet {
    display: block;
  }
}
/* line 360, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 225px;
      -ms-flex: 1 0 225px;
          flex: 1 0 225px;
}
@media all and (max-width: 1179px) {
  /* line 360, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .buttons {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 150px;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
  }
}
@media all and (max-width: 1015px) {
  /* line 360, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .buttons {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100px;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px;
  }
}
/* line 372, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .btn {
  display: inline-block;
  font-size: 15px;
  line-height: 44px;
  font-weight: bold;
  height: 44px;
  color: white;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}
/* line 385, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .btn + .btn {
  margin-left: 10px;
}
/* line 389, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .review {
  background-color: #2d2d2d;
}
/* line 393, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .review:hover {
  background-color: #535353;
}
/* line 398, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .redirect {
  background-color: #43a047;
  text-transform: none;
}
/* line 403, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .redirect:hover {
  background-color: #6dc271;
}
/* line 407, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .btn::after {
  content: attr(data-desktop-title);
  white-space: nowrap;
}
/* line 412, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .btn::before {
  position: relative;
  font: 20px 'icomoon';
  top: 13px;
  display: none;
}
/* line 419, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .btn.review::before {
  content: '\e629';
}
/* line 423, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .bm .buttons .btn.redirect::before {
  content: '\e96e';
}
@media all and (min-width: 951px) and (max-width: 1179px) {
  /* line 428, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .buttons .btn::after {
    content: '';
  }
  /* line 432, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .buttons .btn::before {
    display: block;
  }
}
@media all and (max-width: 950px) {
  /* line 440, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  /* line 443, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .title a {
    max-width: 100px;
  }
  /* line 447, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .title img {
    max-width: 100px !important;
    max-height: 40px;
  }
  /* line 453, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .bonus {
    -webkit-box-flex: 60%;
    -webkit-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
  }
  /* line 457, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .rating {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
  /* line 461, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .bonus::before {
    content: attr(data-tablet-title);
  }
  /* line 465, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  /* line 469, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles {
    position: relative;
    overflow-x: hidden;
    margin: 0 10px;
  }
  /* line 475, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles.swiper-start .wrap {
    margin-left: 0;
  }
  /* line 479, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles.swiper-start > .arrow-prev {
    opacity: 0;
    visibility: hidden;
  }
  /* line 486, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles.swiper-end .wrap {
    margin-right: 0;
  }
  /* line 490, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles.swiper-end > .arrow-next {
    opacity: 0;
    visibility: hidden;
  }
  /* line 496, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles .wrap {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-transition: margin 100ms;
    transition: margin 100ms;
  }
  /* line 503, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles > i {
    position: absolute;
    font: 20px/34px 'icomoon';
    color: #b7b7b7;
    background-color: white;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    height: 38px;
    cursor: pointer;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 998;
  }
  /* line 518, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles > .arrow-prev {
    left: 0;
  }
  /* line 522, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .titles > .arrow-next {
    right: 0;
  }
  /* line 527, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .top-content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    display: block;
    white-space: nowrap;
  }
  /* line 533, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .look-all {
    padding: 10px;
  }
  /* line 536, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .look-all a {
    width: 100%;
  }
}
@media all and (max-width: 860px) {
  /* line 543, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .table-row {
    padding: 0;
    height: 57px;
  }
  /* line 548, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .title {
    padding-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
  }
  /* line 553, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  /* line 556, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .buttons .btn::after {
    content: '';
  }
  /* line 560, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .buttons .btn::before {
    display: block;
  }
}
@media all and (max-width: 580px) {
  /* line 567, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .title {
    padding-right: 10px;
  }
  /* line 570, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .title img {
    max-width: 100% !important;
  }
  /* line 574, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .bonus {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media all and (max-width: 620px) {
  /* line 580, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .lang {
    display: none;
  }
}
@media all and (max-width: 340px) {
  /* line 586, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .title {
    padding-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93px;
        -ms-flex: 0 0 93px;
            flex: 0 0 93px;
  }
  /* line 590, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .bookmakers .bm .bonus > .exclusive {
    width: 50px;
  }
}
/* line 597, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .look-all {
  text-align: center;
  padding: 7px 0 10px 0;
}
/* line 601, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .bookmakers .look-all:hover {
  text-decoration: none;
}
/* line 607, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers.top-video {
  position: relative;
  min-height: 0;
  height: auto;
}
/* line 612, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .best-partner-home {
  min-height: unset !important;
  height: 100% !important;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: -10px;
  position: absolute;
  top: 0;
  min-width: 240px;
  width: 240px;
}
/* line 622, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .best-partner-home.vbet {
  background: #ffffff url("/wp-content/themes/bmr/assets-v2/img/partners/vbet-best-book-240.gif?v=05111930") no-repeat center center;
}
/* line 625, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .best-partner-home.pinupbet {
  background: #ffffff url("/wp-content/themes/bmr/assets-v2/img/partners/pinupbet-best-book-240.png?v=18111500") no-repeat center center;
  background-size: cover;
}
/* line 629, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .best-partner-home.bwin {
  background: #ffffff url("/wp-content/themes/bmr/assets-v2/img/partners/bwin-best-book-240.jpg?v=20111600") no-repeat center center;
  background-size: cover;
}
/* line 633, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .best-partner-home.marathon {
  background: #ffffff url("/wp-content/themes/bmr/assets-v2/img/partners/marathon-best-book-240.png?v=15100120") no-repeat center center;
  background-size: cover;
  background-position-y: top;
}
/* line 638, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .best-partner-home.betmatch {
  background: #ffffff url("/wp-content/themes/bmr/assets-v2/img/partners/betmatch-best-book-511.gif?v=03061510") no-repeat center center;
  background-size: cover;
}
/* line 643, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
.top-bookmakers .best-partner-home a {
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 950px) {
  /* line 612, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers .best-partner-home {
    display: none;
  }
}

@media all and (max-width: 1149px) {
  /* line 657, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers,
  .right-widgets-for-video {
    min-height: 507px;
    height: 507px;
  }
}
@media all and (max-width: 950px) {
  /* line 665, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers,
  .right-widgets-for-video {
    min-height: 0;
    height: auto;
  }

  /* line 671, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers {
    margin: 0 0 10px 30% !important;
  }

  /* line 675, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .right-widgets-for-video {
    height: 296px;
    min-width: 0;
    width: auto;
    position: static;
    margin: 0 0 10px 30%;
    background-image: url("/wp-content/themes/base/assets/img/promo/banner_help_to_mob_brawards.jpg?v=06021320");
  }
}
@media all and (max-width: 500px) {
  /* line 685, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers,
  .right-widgets-for-video {
    margin: 0 0 10px 0 !important;
  }

  /* line 690, ../../sass/homepage-old/_parts/_top-bookmakers.scss */
  .top-bookmakers {
    min-height: 0;
    height: auto;
  }
}
/* line 1, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-heading-icon {
  font-size: 26px;
  color: #00b8d4;
  padding-right: 7px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

/* line 8, ../../sass/homepage-old/_parts/_sections.scss */
.more-block-container {
  border-top: 1px solid #f1f2f2;
  margin-top: -1px;
}

/* line 12, ../../sass/homepage-old/_parts/_sections.scss */
.use-default-ui ul.wiki-category-list li:before {
  display: none;
}

/* line 15, ../../sass/homepage-old/_parts/_sections.scss */
.use-default-ui ul.wiki-category-list {
  margin-left: 0;
  padding-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 0;
}

/* line 21, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-category-list li {
  padding-bottom: 10px;
  padding-left: 35px;
}
/* line 25, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-category-list li .wiki-list-icon {
  margin-left: -35px;
}

/* line 29, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-category-list li a {
  color: #131313;
  margin-left: 5px;
}

/* line 34, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-category-list li a:hover {
  color: #00ace8;
  text-decoration: underline;
}

/* line 39, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-list-icon {
  font-size: 20px;
  padding-right: 5px;
  color: #BEBEBE;
  vertical-align: middle;
}

/* line 46, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-category-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 51, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-category-block {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 233px;
}

/* line 66, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-column {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 240px;
      -ms-flex: 1 0 240px;
          flex: 1 0 240px;
}
/* line 71, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-column .wiki-category-block {
  border: 0;
}

/* line 76, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-category-block h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  min-height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 84, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-category-block h3 a {
  color: #131313;
}

/* line 88, ../../sass/homepage-old/_parts/_sections.scss */
.wiki-list-more {
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: underline;
}

/* line 94, ../../sass/homepage-old/_parts/_sections.scss */
.more-block-container {
  text-align: center;
}

/* line 97, ../../sass/homepage-old/_parts/_sections.scss */
.more-block-link {
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 10px 15px 10px;
  color: #131313;
  display: inline-block;
  font-weight: bold;
}

/* line 105, ../../sass/homepage-old/_parts/_sections.scss */
.more-block-link:hover {
  text-decoration: underline;
}

/* line 1, ../../sass/homepage-old/_parts/_help-page.scss */
.help_page_text {
  margin-top: -10px;
}

/* line 5, ../../sass/homepage-old/_parts/_help-page.scss */
.component-other-content-link {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
}
/* line 9, ../../sass/homepage-old/_parts/_help-page.scss */
.component-other-content-link a {
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

/* line 18, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .component-other-content-link {
  padding-bottom: 11px;
}
/* line 21, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap {
  margin-bottom: 10px;
  background: #fff;
}
/* line 25, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap .article-wrap:last-of-type article {
  border-bottom: none;
}
/* line 29, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap .new-question {
  background-color: #fff4d1;
}
/* line 32, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article {
  padding: 0 5px 10px 5px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}
/* line 39, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left {
  float: left;
  max-width: 85%;
}
/* line 42, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left .question-details {
  float: left;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 48, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left .question-details .avatar {
  float: left;
  border-radius: 10px;
  margin: 0 8px 1px 0;
  display: table-cell;
  vertical-align: middle;
}
/* line 54, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left .question-details .avatar img {
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/* line 61, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left .question-details .author-name,
.component-questions .content-wrap article .article-left .question-details .catgory {
  padding-top: 2px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  margin-right: 10px;
  white-space: nowrap;
  color: #00ace8;
}
/* line 70, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left .question-details .author-name .fa-tags,
.component-questions .content-wrap article .article-left .question-details .catgory .fa-tags {
  color: #aaa;
}
/* line 74, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left .question-details .date-time {
  display: inline-block;
  margin-top: -3px;
  color: #aaa;
  font-size: 13px;
  white-space: nowrap;
}
/* line 82, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left .h3 {
  font-weight: bold;
  max-width: 600px;
  font-size: 16px;
}
/* line 86, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-left .h3 a {
  color: #000;
}
/* line 91, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-right {
  float: right;
}
/* line 93, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-right .date-time-mobile {
  display: none;
}
/* line 96, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-right .comment-count {
  font-size: 15px;
  text-align: right;
  padding: 15px 0;
}
/* line 101, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-right .comment-count .icon-bubbles {
  color: #aaa;
}
/* line 105, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-right .answer {
  padding: 1px;
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  right: 5px;
}
/* line 111, ../../sass/homepage-old/_parts/_help-page.scss */
.component-questions .content-wrap article .article-right .answer .question-close {
  color: #42a143;
}

/* line 121, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq section {
  border-top: 1px solid #eee;
}
/* line 124, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq section:last-of-type {
  border-bottom: 1px solid #eee;
}
/* line 127, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-container {
  padding: 15px;
  padding-top: 0;
  background-color: #fff;
}
/* line 132, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-header {
  padding: 10px 0;
}
/* line 135, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-heading {
  font-weight: bold;
}
/* line 138, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-header .h3 {
  font-weight: bold;
  color: #000;
  margin: 0;
  display: table;
  line-height: 27px;
  font-size: 16px;
}
/* line 146, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-header .h3 [class*=" icon-"] {
  display: table-cell;
  font-size: 20px;
  line-height: 27px;
  padding-right: 10px;
  vertical-align: middle;
  color: #299ab3;
}
/* line 155, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-question {
  cursor: pointer;
  font-weight: bold;
}
/* line 160, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-icon {
  background-color: #299ab3;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
}
/* line 175, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-icon.opened {
  background-color: #2d2d2d;
}
/* line 178, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-question-col {
  display: table-cell;
}
/* line 181, ../../sass/homepage-old/_parts/_help-page.scss */
.component-faq .faq-answer {
  display: none;
}
@media all and (max-width: 500px) {
  /* line 186, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-faq .faq-heading {
    padding-left: 15px;
  }
}

@media (max-width: 1023px) {
  /* line 193, ../../sass/homepage-old/_parts/_help-page.scss */
  .help_page_text {
    margin-top: 0;
  }

  /* line 197, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions .posts-manage-menu {
    margin-bottom: 0;
  }
  /* line 201, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions .content-wrap article {
    padding-bottom: 5px;
  }
  /* line 203, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions .content-wrap article .article-left {
    float: none;
    max-width: 100%;
  }
  /* line 207, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions .content-wrap article .article-right {
    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;
    float: none;
  }
  /* line 211, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions .content-wrap article .article-right .comment-count {
    display: inline-block;
    float: left;
    padding-bottom: 0;
  }
  /* line 216, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions .content-wrap article .article-right .answer {
    position: static;
    padding: 15px;
    padding-bottom: 0;
    float: left;
  }
}
@media (max-width: 735px) {
  /* line 232, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions article .article-left .question-details {
    line-height: 1.5 !important;
  }
  /* line 234, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions article .article-left .question-details .avatar {
    margin-top: 3px;
  }
  /* line 239, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions article .comment-count,
  .component-questions article .answer {
    padding-top: 5px !important;
  }
  /* line 243, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions article .date-time {
    display: none !important;
  }
  /* line 247, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions article .article-left .question-details {
    border-collapse: separate;
    border-spacing: 5px 0;
  }
  /* line 250, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions article .article-left .question-details .avatar {
    vertical-align: middle;
    float: none;
    width: 20px;
  }
  /* line 258, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions article .article-right .date-time-mobile {
    display: inline-block !important;
    color: #aaa;
    font-size: 13px;
    float: left;
    padding-top: 5px;
    margin-right: 15px;
  }
  /* line 266, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-questions article .article-right .comment-count,
  .component-questions article .article-right .answer {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 414px) {
  /* line 278, ../../sass/homepage-old/_parts/_help-page.scss */
  .component-faq .faq-answer {
    margin-left: -40px;
  }
}
/* line 1, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px 0;
}
/* line 5, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .bg-blue {
  background: #00ace8;
}
/* line 8, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .info {
  padding: 16px 16px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
/* line 13, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .info .info-wrap {
  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;
  margin: 0 0 5px 0;
}
/* line 18, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .info .left {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 90px;
}
/* line 24, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .info .right {
  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;
}
/* line 29, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .info .work-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 33, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .info .number-phone {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
/* line 39, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .info .work-time {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
/* line 44, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .info .icon-phone_icon, .homepage-callcenter-wrapper .info .icon-whatsapp_icon {
  font-size: 40px;
  color: #fff;
  margin: 0 10px 0 0;
}
/* line 50, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .text {
  font-size: 16px;
  color: #fff;
  margin: 0 0 15px 0;
}
/* line 55, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .center {
  margin: 0 8px;
}
/* line 58, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .align-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
/* line 62, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .btn-wrap {
  width: 100%;
}
/* line 64, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .btn-wrap .btn-url {
  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;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  height: 100%;
  line-height: 26px;
  padding: 0 10px;
  text-align: center;
}
/* line 74, ../../sass/homepage-old/_parts/_call-center.scss */
.homepage-callcenter-wrapper .btn-wrap .btn-url:hover {
  background: #038bba;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  /* line 83, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 85, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .info {
    width: 100%;
    margin: 0 0 8px 0;
  }
  /* line 89, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .align-items {
    width: 100%;
  }
  /* line 92, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .btn-wrap {
    height: 150px;
    width: 50%;
  }
  /* line 95, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .btn-wrap .btn-url {
    font-size: 18px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  /* line 100, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .center {
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 360px) {
  /* line 108, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .info {
    padding: 16px 10px;
  }
  /* line 110, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .info .left {
    width: 75px;
  }
  /* line 113, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .info .icon-phone_icon, .homepage-callcenter-wrapper .info .icon-whatsapp_icon {
    font-size: 30px;
    margin: 0 7px 0 0;
  }
  /* line 117, ../../sass/homepage-old/_parts/_call-center.scss */
  .homepage-callcenter-wrapper .info .number-phone {
    font-size: 18px;
  }
}
/* line 1, ../../sass/homepage-old/_parts/_html-block.scss */
.html-block {
  background: #ffffff;
  padding: 20px 18px 10px 18px;
}
/* line 4, ../../sass/homepage-old/_parts/_html-block.scss */
.html-block .predictors-list-title {
  padding: 0 20px 16px 0;
  margin: 0 0 20px 0;
}

/***************
*  Media
****************/
@media (max-width: 1024px) {
  /* line 18, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .content-middle {
    margin: 0 0 0 21%;
  }
  /* line 21, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .not-fp.content-flexed .content-middle:not(.main-container) {
    margin: 0 10px 0 27.2%;
  }
  /* line 25, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .sidebar-right-widgets ~ .content-middle {
    margin-right: 26.5%;
  }
  /* line 28, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .main-container {
    margin: 0 26.5% 0 0;
  }
  /* line 31, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .sidebar-right-widgets {
    width: 25.5%;
  }
  /* line 34, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .content .sidebar-left-menu {
    width: 20%;
  }
  /* line 38, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl {
    height: 420px !important;
  }
  /* line 41, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsThumbs {
    display: block;
    width: 240px !important;
  }
  /* line 45, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsThumbs .rsThumb {
    width: 100% !important;
  }
  /* line 49, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsNav.rsBullets {
    left: 10px;
    text-align: center;
    width: auto;
  }
  /* line 54, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsBullet {
    width: 16px;
    height: 16px;
  }
  /* line 58, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsBullet:last-of-type {
    margin-right: 0;
  }
  /* line 61, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsBullet span {
    width: 16px;
    height: 16px;
  }
  /* line 65, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsBullet.rsNavSelected span:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
  }
  /* line 72, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsOverflow {
    padding: 0 240px 0 0;
    height: 420px !important;
    width: 100% !important;
  }
  /* line 79, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .forecasters-carousel {
    /* overflow: hidden; */
  }
  /* line 82, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item {
    height: auto;
    padding: 25px 0 18px;
  }
  /* line 86, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item:hover:before, .section-homepage-template-tpl .predictors-list-item:hover:after {
    content: none;
  }
  /* line 91, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-info-inner {
    font-size: 15px;
  }
  /* line 94, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-image-container {
    position: relative;
  }
  /* line 97, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-name {
    font-size: 15px;
    margin-top: 10px;
    word-wrap: break-word;
  }
  /* line 102, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay {
    display: block;
    z-index: 999;
    padding: 0;
  }
  /* line 107, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay .overlay-text {
    display: none;
  }
  /* line 110, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay .perc {
    background: #4271b5;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 3px solid #fff;
    margin: -9px 0 0 -9px;
    font-size: 14px;
  }
  /* line 120, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl ul.bmr-left-menu .bmr-menu-header h2 {
    font-size: 15px;
  }
}
@media (max-width: 1020px) {
  /* line 126, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .content .sidebar-left-menu {
    display: none;
  }
  /* line 129, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .not-fp.content-flexed .content-middle:not(.main-container) {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 950px) {
  /* line 140, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl {
    height: 290px !important;
  }
  /* line 144, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .excerpt.title {
    display: block;
  }
  /* line 147, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .excerpt.lead {
    display: none;
  }
  /* line 151, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsThumbs {
    display: none;
  }
  /* line 154, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsOverflow {
    padding-right: 0;
  }
  /* line 157, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsBullets {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* line 161, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .rsOverflow {
    height: 290px !important;
  }
  /* line 165, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .leftmenu-icon {
    display: none;
  }
  /* line 174, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .content.inner {
    max-width: 100%;
  }
  /* line 183, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .content-middle {
    margin: 0 0 0 30%;
  }
  /* line 187, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .main-container {
    margin: 0;
  }
  /* line 190, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-info {
    display: none;
  }
  /* line 193, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-info-inner {
    font-size: 16px;
  }
  /* line 196, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .inner-predictors {
    margin-top: 0;
  }
  /* line 199, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item {
    height: auto;
    padding: 20px 0 40px;
  }
  /* line 203, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item .predictors-image, .section-homepage-template-tpl .predictors-list-item .predictors-image-container {
    width: 104px;
    height: 104px;
  }
  /* line 208, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item:hover:before, .section-homepage-template-tpl .predictors-list-item:hover:after {
    content: none;
  }
  /* line 214, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-name {
    /* margin-top: 10px; */
  }
  /* line 217, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay {
    display: block;
    z-index: 999;
    padding: 0;
  }
  /* line 222, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay .overlay-text {
    display: none;
  }
  /* line 225, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay .perc {
    width: 42px;
    height: 42px;
    line-height: 36px;
    border: 3px solid #fff;
    font-size: 14px;
  }
  /* line 233, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-overflow {
    margin: 0 60px;
  }
  /* line 236, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl ul.bmr-left-menu .bmr-menu-header h2 {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  /* line 243, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .content .sidebar-right-widgets.active {
    display: none;
  }
  /* line 247, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .not-fp.content-flexed .content-middle:not(.main-container) {
    margin: 0;
  }
}
@media (max-width: 500px) {
  /* line 258, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .leftmenu-icon {
    display: inline-block;
  }
  /* line 261, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .content-middle {
    margin: 0;
  }
  /* line 264, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-title {
    display: none;
  }
  /* line 267, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-title-mobile {
    display: block;
  }
  /* line 272, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .title {
    font-size: 15px;
  }
  /* line 275, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .topNewsTpl .caption {
    padding: 0;
  }
  /* line 279, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .cat-header {
    height: 45px;
    line-height: 45px;
  }
  /* line 283, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .cat-featured-post-item {
    height: 274px;
  }
  /* line 288, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .cat-post-item .cat-post-img {
    width: 54px;
    height: 54px;
  }
  /* line 292, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .cat-post-item a {
    font-size: 15px;
    line-height: 18px;
  }
  /* line 296, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .cat-post-item .cat-post-title {
    height: 36px;
  }
  /* line 300, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .cats-block .text-fade:after {
    height: 18px;
  }
  /* line 304, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .ec-posts-wrapper {
    padding: 25px 8px 10px;
  }
  /* line 307, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .ec-post-item {
    width: 50%;
    padding: 0 15px;
  }
  /* line 311, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .ec-post-item .fade:after {
    height: 16px;
  }
  /* line 315, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .ec-post-img {
    height: 276px;
  }
  /* line 318, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .ec-post-title {
    font-size: 16px;
    height: 48px;
  }
  /* line 323, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item {
    padding: 20px 0 14px;
  }
  /* line 326, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item .predictors-image, .section-homepage-template-tpl .predictors-list-item .predictors-image-container {
    width: 104px;
    height: 104px;
  }
  /* line 332, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-name {
    /* font-size: 16px; */
  }
  /* line 336, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay .perc {
    width: 42px;
    height: 42px;
    line-height: 40px;
    border: 3px solid #fff;
    font-size: 13px;
  }
  /* line 346, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .owl-nav .owl-prev i, .section-homepage-template-tpl .owl-nav .owl-next i {
    line-height: 181px;
  }
}
@media (min-width: 1025px) and (max-width: 1195px) {
  /* line 358, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .forecasters-carousel {
    /* overflow: hidden; */
  }
  /* line 361, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item {
    height: auto;
    padding: 25px 0 18px;
  }
  /* line 365, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item:hover:before, .section-homepage-template-tpl .predictors-list-item:hover:after {
    content: none;
  }
  /* line 370, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-image-container {
    position: relative;
  }
  /* line 373, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-name {
    /*
    font-size: 17px;
    margin-top: 10px;
    word-wrap: break-word;
    */
  }
  /* line 380, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay {
    display: block;
    z-index: 999;
    padding: 0;
  }
  /* line 385, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay .overlay-text {
    display: none;
  }
  /* line 388, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .predictors-list-item-overlay .perc {
    background: #4271b5;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 3px solid #fff;
    margin: -9px 0 0 -9px;
    font-size: 14px;
  }
  /* line 400, ../../sass/homepage-old/_parts/_media.scss */
  .section-homepage-template-tpl .owl-nav .owl-prev i, .section-homepage-template-tpl .owl-nav .owl-next i {
    line-height: 145px;
  }
}
