@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
/* Reserved Class End*/

/* Grid */

.container {padding-left: 10px;padding-right: 10px;}
.row {margin-left: -10px;margin-right: -10px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px;padding-right: 10px;
}

/* Grid END */

/* Style Default*/
/*a, a:hover,button, button:hover, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}*/
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
button {border: 0;padding: 0;cursor: pointer;}
* {outline: none;}
/* Style Default End */

body {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.no-scroll {
  position: fixed;
  top: 0;left: 0;right: 0;bottom: 0;
}

.bg-gray {
  background: #F7F7F7;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.btn {
  font-weight: 500;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  display: inline-block;
  min-width: 100px;height: 40px;
  border: 2px solid transparent;
}

.btn_green {
  color: #fff;
  background: #1F9B30;
}

.btn_green:hover {
  background: #138525;
}

.btn_tr {
  color: #000;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}

.btn_tr:hover {
  border-color: rgb(1, 97, 218);
}

.btn_blue {
  color: #fff;
  background: #0161da;
}

.btn_blue:hover {
  background: rgba(0, 88, 192, 1);
}

.text-crop {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/* ------------ *Header ------------- */

.header {
  background: #fff;
  padding-top: 22px;
}

.logo img {
  display: block;
  max-width: 300px;
}

/* Panel */

.panel {
  padding: 0 30px;
}

.panel a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel__bonus {
  font-weight: 600;
  margin-right: 50px;
}

.panel__bonus:hover {
  color: rgb(1, 97, 218);
}

.panel__forecast {
  font-weight: 500;
}

.panel__forecast:hover {
  color: rgb(31, 155, 48);
}

.panel__icon {
  margin-right: 10px;
  width: 16px;height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.panel__icon svg {
  display: block;
  width: 100%;height: 100%;
}

.panel__bonus svg {
  fill: #0261d9;
}

.panel__forecast svg {
  fill: #616161;
}

/* Login */

.login .btn {
  font-size: 14px;
}

.login a:not(:last-child) {
  margin-right: 20px;
}

.login a:first-child:hover {
  color: #fff;
  background: rgb(1, 97, 218);
}

.login a:last-child {
  min-width: 170px;
}

.cabinet .btn {
  padding: 0 5px;
  min-width: 40px;height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cabinet .btn svg {
  fill: #fff;
  width: 20px;height: 20px;
}

/* Nav */

.nav {
  padding: 18px 0;
  margin-top: 22px;
  background: #F7F7F7;
}

.nav_bg {
  background: #1A1E2D;
}

.nav .container {
  position: relative;
}

.navbar-toggle {
  cursor: pointer;
  background: none;
  border-radius: 50%;
  width: 24px;height: 24px;
  border: 1px solid #797979;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navbar-toggle span {
  display: block;
  margin: 0 auto;
  position: relative;
  background: #797979;
  width: 12px;height: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 3px;
}

.navbar-toggle.active span:first-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:last-child {
  top: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav__list {
  width: 100%;
  padding: 0 15px;
}

.nav__item:not(:last-child) {
  margin-right: 30px;
}

.nav__link {
  display: block;
  color: #333333;
  font-weight: 500;
}

.nav__link:hover,
.nav-drop__link:hover,
.nav-drop__levels__link:hover,
.navbar__title:hover {
  color: rgb(1, 97, 218) !important;
}

/* Nav drop */

.nav-drop,
.nav-drop__levels {
  width: 260px;
  padding: 20px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
}

.nav-drop {
  z-index: 5;
  display: none;
  top: 48px;left: 15px;
}

.nav-drop__item:not(:last-child) {
  margin-bottom: 15px;
}

.nav-drop__link,
.nav-drop__levels__link {
  color: #333333;
  font-weight: 500;
}

.nav-drop__level .nav-drop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-drop__arrow {
  width: 10px;height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-drop__arrow svg {
  display: block;
  width: 100%;height: 100%;
}

.nav-drop__levels {
  opacity: 0;
  overflow-y: auto;
  top: -999em;left: 100%;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.nav-drop__levels__link {
  font-size: 14px;
  font-weight: normal;
}

.nav-drop__level.active .nav-drop__link {
  color: rgb(1, 97, 218);
}

.nav-drop__level.active .nav-drop__arrow svg {
  fill: rgb(1, 97, 218);
}

.nav-drop__level.active .nav-drop__levels {
  opacity: 1;
  top: 0;bottom: 0;
}

.nav_bg .navbar-toggle {
  border-color: #fff;
}

.nav_bg .navbar-toggle span {
  background: #fff;
}

.nav_bg .nav__item>.nav__link {
  color: #fff;
}

/* Search */

.search {
  position: relative;
}

.search__field,
.search__field input {
  display: block;
}

.search__field input {
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  background: none;
  padding-right: 20px;
  width: 85px;height: 30px;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.search__field input::-webkit-input-placeholder {color: rgba(85, 85, 85, 0.5);}
.search__field input::-moz-placeholder          {color: rgba(85, 85, 85, 0.5);}
.search__field input:-moz-placeholder           {color: rgba(85, 85, 85, 0.5);}
.search__field input:-ms-input-placeholder      {color: rgba(85, 85, 85, 0.5);}

.search__field.open input {
  width: 180px;
  border-color: #555555;
}

.search__btn {
  background: none;
  top: 50%;right: 0;
  position: absolute;
  width: 16px;height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search__btn svg {
  fill: #1e1e1e;
  display: block;
  width: 100%;height: 100%;
}

.search__btn:hover {
  opacity: .7;
}

.nav_bg .search__field input {
  color: #fff;
}

.nav_bg .search__btn svg {
  fill: #DDDDDD;
}

.nav_bg .search__field input::-webkit-input-placeholder {color: #DDDDDD;}
.nav_bg .search__field input::-moz-placeholder          {color: #DDDDDD;}
.nav_bg .search__field input:-moz-placeholder           {color: #DDDDDD;}
.nav_bg .search__field input:-ms-input-placeholder      {color: #DDDDDD;}

/* ------------- *Intro ------------- */

.intro {
  position: relative;
  padding: 42px 20px 59px 0;
}

.intro__img {
  position: absolute;
  top: 0;right: 0;bottom: 0;
  width: 1120px;min-height: 440px;
  background: url(../img/bg/intro.png) 100% 0/cover no-repeat;
}

.intro__sl {
  z-index: 1;
  margin-bottom: 0 !important;
}

.intro__item {
  color: #fff;
}

.intro__info__icon {
  width: 20px;height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.intro__info__txt {
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  padding: 0 17px 0 10px;
  text-transform: uppercase;
}

.intro__info__class {
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #1F9B30;
}

.intro__comand {
  margin-top: 35px;
}

.intro__comand p:not(:last-child) {
  margin-bottom: 5px;
}

.intro__comand a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.intro__comand__img {
  width: 48px;height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.intro__comand__img img {
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.intro__comand__name {
  font-size: 30px;
  font-weight: 600;
  margin-left: 15px;
  text-transform: uppercase;
}

.intro__ratio {
  margin-top: 28px;
}

.intro__ratio__item {
  margin-bottom: 8px;
}

.intro__ratio__item:not(:last-child) {
  margin-right: 16px;
}

.intro__ratio__link {
  color: #fff;
  display: block;
  font-size: 14px;
  min-width: 80px;
  padding: 0 10px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.intro__ratio__link:hover {
  border-color: rgb(1, 97, 218);
}

.intro__txt {
  margin-top: 25px;
  font-weight: 300;
  max-width: 564px;width: 100%;
}

.intro__btns {
  margin-top: 26px;
}

.intro__btns .btn_blue {
  min-width: 180px;
  margin-right: 20px;
}

.intro__btns .btn_tr {
  color: #fff;
  min-width: 150px;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.intro__btns .btn_tr:hover {
  border-color: rgb(1, 97, 218);
}

/* Sl controls */

.intro__sl .slick-dots {
  bottom: -40px;
  text-align: left;
}

.intro__sl .slick-dots li {
  margin: 0 2px;
  width: calc(10% - 4px);height: auto;
}

.intro__sl .slick-dots li button {
  padding: 0;
  width: 100%;height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.intro__sl .slick-dots li button:before {
  content: none;
}

.intro__sl .slick-dots li.slick-active button {
  background: #0161DA;
}

.intro__sl .slick-dots li button:hover {
  background: rgb(1, 97, 218);
}

/* ---------- *Top Matches ------------- */

.top-matches {
  padding-top: 30px;
}

/* Title */

.title__h2,
.title__h3 {
  font-weight: 600;
}

.title__h2 {
  font-size: 26px;
}

.title__h3 {
  font-size: 20px;
}

.more {
  padding-left: 20px;
}

.mr-72 {
  margin-right: 75px;
}

.more a {
  color: rgba(51, 51, 51, 0.5);
}

.more a:hover {
  color: rgb(1, 97, 218);
}

/* Top Matches */

.top-matches__sl {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.top-matches__item {
  padding: 0 10px;
}

.top-matches__box {
  padding: 25px 0 19px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
}

.top-matches__head,
.top-matches___ratio {
  padding: 0 15px;
}

.top-matches__comand {
  text-align: center;
  width: 79px;
}

.top-matches__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-matches__img a,
.top-matches__img img {
  display: block;
}

.top-matches__img a {
  margin: 0 auto;
  width: 40px;height: 40px;
}

.top-matches__img img {
  width: 100%;height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-matches__img a:hover {
  opacity: 0.9;
}

.top-matches__name {
  margin-top: 10px;
}

.top-matches__name a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.top-matches__name a:hover {
  color: rgb(31, 155, 48);
}

.top-matches__center {
  width: 90px;
  padding: 0 10px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-matches__time {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.top-matches__date {
  font-size: 12px;
  margin-top: 3px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.6);
}

.top-matches__icon {
  display: block;
  margin: 11px auto 0;
  width: 16px;height: 16px;
}

.top-matches___ratio {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.top-matches___ratio__item:not(:last-child) {
  margin-right: 10px;
}

.top-matches___ratio__link {
  color: #000;
  padding: 0 6px;
  display: block;
  font-size: 14px;
  min-width: 75px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  border: 1px solid #E6E6E6;
}

.top-matches___ratio__link:hover {
  border-color: rgb(1, 97, 218);
}

/* Sl controls */

.arrow-sl .slick-arrow {
  z-index: 1;
  width: 18px;height: 12px;
}

.arrow-sl .slick-arrow svg {
  fill: #8d8d8d;
  display: block;
  width: 100%;height: 100%;
}

.arrow-sl .slick-arrow.slick-disabled {
  opacity: .5 !important;
}

.arrow-sl .slick-arrow:hover {
  opacity: .9;
}

.slick-arrow:before {
  content: none;
}

.arrow-sl .slick-prev,
.arrow-sl .slick-next {
  top: -51px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.arrow-sl .slick-prev {
  right: 53px;left: auto;
}

.arrow-sl .slick-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrow-sl .slick-next {
  right: 15px;
}

.top-matches .more-link {
  margin-top: 20px;
}

/* --------- *Top forecasts ---------- */

.top-forecasts {
  padding-top: 26px;
}

.top-forecasts__list {
  margin-top: 29px;
}

.top-forecasts__item {
  background: #fff;
  border-radius: 4px;
  padding: 20px 20px 14px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-forecasts__item:not(:last-child) {
  margin-bottom: 20px;
}

.top-forecasts__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-forecasts__icon {
  width: 32px;height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-forecasts__txt {
  color: #333333;
  margin-left: 14px;
  min-width: 120px;max-width: 120px;
}

.top-forecasts__date {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.top-forecasts__time {
  font-weight: 600;
}

.top-forecasts__comand {
  width: 100%;
  padding: 0 15px;
}

.top-forecasts__comand p:not(:last-child) {
  margin-bottom: 6px;
}

.top-forecasts__comand a {
  color: #000;
}

.top-forecasts__comand a:hover {
  color: rgb(31, 155, 48);
}

.top-forecasts__img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-forecasts__img img {
  margin: 0 auto;
  width: 100%;height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-forecasts__name {
  font-weight: 600;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.top-forecasts__type {
  min-width: 190px;max-width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-forecasts__type a,
.top-forecasts__num {
  font-size: 14px;
  font-weight: 500;
}

.top-forecasts__type a {
  color: #027DB4;
}

.top-forecasts__type a:hover {
  text-decoration: underline;
}

.top-forecasts__num {
  color: #1F9B30;
  padding: 0 15px;
  text-align: center;
  max-width: 100px;width: 100%;
}

.top-forecasts__link a {
  display: block;
  border-radius: 6px;
  width: 45px;height: 45px;
  background: url(../img/icons/i-arrrow-link.png) center/24px no-repeat #0161DA;
}

.top-forecasts__link a:hover {
  background: url(../img/icons/i-arrrow-link.png) center/24px no-repeat rgba(0, 88, 192, 1);
}

/* ----------- *Forecasts ------------- */

.forecasts {
  padding-top: 31px;
}

.forecasts__btns,
.shape {
  padding-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecasts__btns__item,
.shape__item {
  color: #1A1E2D;
  padding: 0 7px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  min-width: 120px;height: 40px;
  background: rgba(127, 127, 127, 0.15);
}

.forecasts__btns__item:hover,
.forecasts__btns__item.active,
.shape__item.active,
.shape__item:hover {
  color: #fff;
  background: #1F9B30;
}

.forecasts__btns__item.active {
  font-weight: 500;
}

.forecasts__btns__item:first-child,
.shape__item:first-child {
  border-radius: 5px 0 0 5px;
}

.forecasts__btns__item:last-child,
.shape__item:last-child {
  border-radius: 0 5px 5px 0;
}

.forecasts__btns__item:not(:last-child),
.shape__item {
  margin-right: 1px;
}

.forecasts__box {
  margin-top: 31px;
}

.forecasts__head {
  position: relative;
}

.forecasts__type {
  z-index: 1;
  top: 0;left: 0;
  position: absolute;
  padding-right: 65px;
  background: -webkit-gradient(linear, left top, right top, color-stop(93%, #f7f7f7), to(rgba(247, 247, 247, 0)));
  background: -o-linear-gradient(left, #f7f7f7 93%, rgba(247, 247, 247, 0));
  background: linear-gradient(to right, #f7f7f7 93%, rgba(247, 247, 247, 0));
}

.forecasts__type__item:not(:last-child) {
  margin-right: 15px;
}

.forecasts__type__link {
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid rgba(51, 51, 51, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.forecasts__type__icon svg {
  fill: #121212;
  display: block;
  width: 24px;height: 24px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.forecasts__type__name {
  opacity: 0;
  color: #000;
  left: -100em;
  display: none;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.forecasts__type__link:hover {
  border-color: #0161DA;
}

.forecasts__type__link.active {
  background: #fff;
  border-color: #0161DA;
}

.forecasts__type__link.active .forecasts__type__icon svg {
  fill: #0061de;
}

.forecasts__type__link.active .forecasts__type__name {
  opacity: 1;
  width: auto;
  display: block;
  margin-left: 8px;
  position: static;
}

.forecasts__day {
  margin-left: 20px;
}

.tabs-name {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.tabs-name__item {
  cursor: pointer;
  font-weight: 500;
  position: relative;
  padding: 0 5px 16px;
}

.tabs-name__item:not(:last-child) {
  margin-right: 15px;
}

.tabs-name__item:after {
  opacity: 0;
  height: 4px;
  background: #0161DA;
  left: 0;right: 0;bottom: 0;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.tabs-name__item:hover {
  color: rgb(1, 97, 218);
}

.tabs-name__item.active {
  font-weight: 600;
}

.tabs-name__item.active:after {
  opacity: 1;
}

.forecasts__body {
  margin-top: 33px;
}

.forecasts__item,
.covers__item {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
}

.forecasts__top {
  font-size: 14px;
  font-weight: 500;
  padding: 27px 20px 18px;
}

.forecasts__league__icon {
  margin-right: 8px;
  width: 16px;height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecasts__league a {
  color: #027DB4;
}

.forecasts__league a:hover {
  color: rgb(31, 155, 48);
}

.forecasts__info {
  padding: 0 20px 30px;
}

.forecasts__comand {
  max-width: 321px;width: 100%;
}

.forecasts__left .forecasts__comand__name {
  text-align: right;
  margin-right: 20px;
}

.forecasts__right .forecasts__comand__name {
  margin-left: 20px;
}

.forecasts__comand__name a {
  color: #000;
  font-weight: 600;
}

.forecasts__comand__name a:hover {
  color: rgb(31, 155, 48);
}

.forecasts__comand__img {
  width: 45px;height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecasts__comand__img a,
.forecasts__comand__img img {
  display: block;
}

.forecasts__comand__img img {
  width: 100%;height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.forecasts__comand__img a:hover {
  opacity: .9;
}

.forecasts__center {
  padding: 0 15px;
  max-width: 150px;
}

.forecasts__center a {
  color: #000;
}

.forecasts__time {
  font-size: 20px;
  font-weight: bold;
}

.forecasts__start {
  font-size: 12px;
  margin-top: 2px;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.6);
}

.forecasts__bids {
  padding: 15px 20px;
  background: #F7F7F7;
}

.forecasts__bids__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecasts__bids__item:nth-child(1) {
  width: 180px;
}

.forecasts__bids__item:not(:last-child) {
  margin-right: 15px;
}

.forecasts__bids__title {
  color: #333333;
  font-weight: 800;
}

.forecasts__bids__odds {
  color: #0161DA;
  font-size: 18px;
  font-weight: 800;
}

.forecasts__bids__more {
  width: 140px;
}

.forecasts__bids__bookmaker {
  padding: 0 5px;
  width: 70px;min-width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid rgba(51, 51, 51, 0.15);
  border-right: 0;
}

.forecasts__bids__bookmaker img {
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.forecasts__bids__bookmaker:hover {
  border-color: rgb(1, 97, 218);
}

.forecasts__bids__rate {
  width: 170px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.forecasts__txt {
  color: #555555;
  font-size: 14px;
  padding: 25px 20px 0;
}

.forecasts__panel {
  margin-top: 15px;
  padding: 15px 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.forecaster__img {
  overflow: hidden;
  border-radius: 50%;
  width: 40px;height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecaster__img a,
.forecaster__img img {
  display: block;
}

.forecaster__img img {
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.forecaster__info {
  margin-left: 12px;
}

.forecaster__name a {
  color: #333333;
  font-weight: 500;
}

.forecaster__name a:hover {
  color: rgb(1, 97, 218);
}

.forecaster__desc__item {
  font-size: 12px;
  font-weight: 500;
}

.green {
  color: #1F9B30;
}

.red {
  color: #FF0006;
}

.gray {
  color: #AAAAAA;
}

.forecaster__desc__item+.forecaster__desc__item:before {
  content: "/";
  color: #AAAAAA;
  padding-right: 5px;
  display: inline-block;
}

.forecasts__ratio,
.forecasts__comment,
.forecasts__like {
  padding-left: 15px;
}

.forecasts__ratio__icon {
  margin-right: 10px;
  width: 25px;height: 20px;
  background: url(../img/icons/i-ratio.png) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecasts__ratio__info,
.forecasts__comment__info {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.forecasts__ratio__info .red {
  color: #D9001B;
}

.forecasts__comment__icon {
  margin-right: 10px;
  width: 20px;height: 20px;
  background: url(../img/icons/i-comment.png) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecasts__comment__info span {
  color: #C8CED1;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.forecasts__comment a:hover .forecasts__comment__info,
.forecasts__comment a:hover .forecasts__comment__info span {
  color: rgb(31, 155, 48);
}

.forecasts__like__icon {
  margin-right: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecasts__like__icon svg {
  fill: #c8ced1;
  display: block;
  width: 20px;height: 18px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.forecasts__like__icon:hover svg {
  fill: #1f9b30;
}

.forecasts__like__num {
  line-height: 1;
  color: #C8CED1;
  font-size: 14px;
  font-weight: 500;
}

.more-link {
  margin-top: 20px;
}

.more-link a {
  display: block;
  padding: 0 10px;
  line-height: 50px;
  width: 100%;height: auto;
}

.more-link a:hover {
  color: rgb(31, 155, 48);
  border-color: rgb(31, 155, 48);
}

/* --------- *Bookmakers ---------- */

.bookmakers {
  padding-top: 32px;
}

.bookmakers__list,
.kappers__list,
.user .box,
.data__box,
.direction__box {
  padding: 0 20px;
  background: #fff;
  margin-top: 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
}

.bookmakers__item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bookmakers__item:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.bookmakers__num {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 500;
}

.bookmakers__img {
  overflow: hidden;
  margin-left: 15px;
  border-radius: 4px;
  width: 85px;height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bookmakers__img a,
.bookmakers__img img {
  display: block;
}

.bookmakers__img img {
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bookmakers__sum,
.bookmakers__ratio {
  padding-left: 15px;
}

.bookmakers__sum {
  max-width: 220px;width: 100%;
}

.bookmakers__sum a {
  color: #000;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}

.bookmakers__sum a:hover {
  text-decoration: underline;
}

.bookmakers__sum__icon {
  margin-right: 10px;
  width: 16px;height: 18px;
  background: url(../img/icons/i-bookmakers-bonus.png) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bookmakers__sum span:nth-child(2) {
  padding-top: 2px;
}

.system-rub {
  margin-left: 3px;
  font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;
}

.bookmakers__ratio__item:not(:last-child) {
  margin-right: 10px;
}

.bookmakers__ratio__item svg {
  fill: #dbe3e7;
  display: block;
  width: 16px;height: 16px;
}

.bookmakers__ratio__item.active svg {
  fill: #1f9b30;
}

.bookmakers__ratio__num {
  font-size: 18px;
  font-weight: 600;
  margin-left: 30px;
}

.bookmakers__btns {
  padding-left: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bookmakers__btns .btn:first-child {
  min-width: 90px;
}

.bookmakers__btns .btn:last-child {
  min-width: 120px;
  margin-left: 12px;
}

/* ------- *Aside top forecasters -------- */

.top-forecasters,
.top-bookmakers,
.aside-matches,
.five-predictive,
.player-selection,
.kappers-top,
.kappers-comments,
.kappers-new,
.categories,
.ranking-place,
.week {
  background: #fff;
  padding: 27px 15px 20px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
}

.aside-icon {
  margin-right: 10px;
  width: 16px;height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-forecasters__icon {
  background: url(../img/icons/i-top-forecasters.png) center/contain no-repeat;
}

.top-forecasters .tabs-name {
  padding-top: 24px;
}

.top-forecasters__day:not(:last-child) {
  margin-right: 8px;
}

.top-forecasters__day {
  font-size: 14px;
  padding-left: 0;padding-right: 0;
}

.top-forecasters__day.active {
  font-weight: 500;
}

.top-forecasters__box {
  margin-top: 21px;
}

.top-forecasters__item,
.top-bookmakers__item,
.aside-matches__info__item,
.kappers-top__item,
.kappers-new__item,
.categories__item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.top-forecasters__item {
  padding: 10px 0;
}

.top-forecasters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-forecasters__item .forecaster__item {
  max-width: 130px;
}

.top-forecasters__item .forecaster__img {
  width: 32px;height: 32px;
}

.top-forecasters__item .forecaster__info {
  margin-left: 10px;
}

.top-forecasters__item .forecaster__name a {
  font-size: 14px;
}

.top-forecasters__item .forecaster__name {
  max-width: 105px;
}

.forecaster__sum {
  color: #1F9B30;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  max-width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.link-all {
  margin-top: 19px;
}

.link-all a {
  color: #333333;
  font-weight: 500;
}

.link-all a:hover {
  color: rgb(1, 97, 218);
}

/* ----- *Aside top bookmakers ------ */

.top-bookmakers,
.aside-matches,
.five-predictive,
.player-selection,
.kappers-comments,
.kappers-new,
.week {
  margin-top: 20px;
}

.top-bookmakers__icon {
  background: url(../img/icons/i-check.png) center/contain no-repeat;
}

.top-bookmakers__list,
.five-predictive__list,
.player-selection__list,
.kappers-top__list,
.kappers-comments__list,
.kappers-new__list,
.categories__list {
  margin-top: 10px;
}

.top-bookmakers__item,
.categories__item {
  padding: 14px 0;
}

.top-bookmakers__head a {
  display: block;
  position: relative;
}

.top-bookmakers__img {
  display: block;
  border-radius: 4px;
  width: 100%;height: 40px;
}

.top-bookmakers__sum {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 50%;right: 9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-bookmakers__sum span {
  top: 2px;
  position: relative;
}

.top-bookmakers__bonus {
  margin-right: 10px;
  width: 16px;height: 18px;
  background: url(../img/icons/i-bonus-white.png) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-bookmakers__btns {
  margin-top: 14px;
}

.top-bookmakers__btns .btn {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10px;
  border-width: 1px;
  width: 110px;height: 30px;
}

/* --------- *Aside matches ---------- */

.aside-matches .forecasts__league {
  margin-top: 18px;
}

.aside-matches .forecasts__league a {
  top: 0;
  font-size: 14px;
}

.aside-matches .top-matches__head {
  padding: 0;
  margin-top: 25px;
}

.aside-matches .top-matches__comand {
  width: 90px;
}

.aside-matches .top-matches__comand:first-child {
  text-align: left;
}

.aside-matches .top-matches__comand:last-child {
  text-align: right;
}

.aside-matches .top-matches__comand:first-child .top-matches__img,
.aside-matches .top-matches__comand:first-child .top-matches__img a {
  margin-left: 0;
}

.aside-matches .top-matches__comand:last-child .top-matches__img,
.aside-matches .top-matches__comand:last-child .top-matches__img a {
  margin-right: 0;
}

.aside-matches .top-matches__img a {
  width: 50px;height: 50px;
}

.aside-matches .top-matches__name a:hover {
  color: rgb(2, 125, 180);
}

.aside-matches .top-matches__center {
  width: 80px;
  padding: 0 5px;
}

.aside-matches .top-matches___ratio {
  border: 0;
  padding: 0;
  margin-top: 20px;
}

.aside-matches .top-matches___ratio__link {
  min-width: 70px;
  padding: 6px 4px;
  line-height: 18px;
  border-color: #084CE8;
}

.aside-matches .top-matches___ratio__link:hover {
  color: #fff;
  background: #084CE8;
}

.aside-matches__info {
  margin-top: 10px;
}

.aside-matches__info__item,
.five-predictive__item,
.player-selection__item {
  padding: 14px 0;
}

.aside-matches__info__item,
.five-predictive__item {
  font-weight: 500;
}

.aside-matches__info__item span {
  display: inline-block;
}

.aside-matches__info__name {
  width: 58%;
}

.aside-matches__info__name a {
  color: #000;
}

.aside-matches__info__name a:hover {
  color: rgb(31, 155, 48);
}

.aside-matches__info__ratio {
  width: 22%;
  color: #1F9B30;
  padding: 0 5px;
  font-size: 14px;
  text-align: center;
}

.aside-matches__info__coef {
  width: 16%;
  text-align: right;
}

.aside-matches__info__coef a {
  color: #027DB4;
  font-size: 14px;
}

.aside-matches__info__coef a:hover {
  text-decoration: underline;
}

.aside-matches__rate {
  margin-top: 21px;
}

.aside-matches__rate .btn {
  width: 100%;
}

/* -------- *Five predictive --------- */

.five-predictive,
.player-selection {
  padding-bottom: 0;
}

.five-predictive__icon {
  background: url(../img/icons/i-star.png) center/contain no-repeat;
}

.five-predictive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.five-predictive__item:not(:last-child),
.player-selection__item:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.five-predictive__link {
  color: #000;
  display: block;
  max-width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.five-predictive__link:hover {
  color: rgb(31, 155, 48);
}

.five-predictive__num {
  width: 100%;
  color: #1F9B30;
  font-size: 14px;
  text-align: right;
  padding-left: 10px;
}

/* ------- *Player selection -------- */

.player-selection__icon {
  background: url(../img/icons/i-player.png) center/contain no-repeat;
}

.player-selection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.player-selection__item .top-forecasts__comand {
  padding: 0;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.player-selection__item .top-forecasts__img {
  width: 16px;height: 16px;
}

.player-selection__item .top-forecasts__comand p:not(:last-child) {
  margin-bottom: 9px;
}

.player-selection__item .top-forecasts__name {
  font-size: 14px;
  max-width: 120px;
  font-weight: 500;
}

.player-selection__info p {
  text-align: right;
}

.player-selection__info p:not(:last-child) {
  margin-bottom: 5px;
}

.player-selection__info .btn {
  height: 24px;
  padding: 0 3px;
  line-height: 22px;
  border-radius: 3px;
}

.player-selection__info p:first-child .btn {
  font-size: 12px;
  min-width: 70px;max-width: 90px;
}

.player-selection__info p:last-child .btn {
  color: #1F9B30;
  font-size: 14px;
  border-width: 1px;
  min-width: 50px;max-width: 65px;
}

/* ------------- *Press -------------- */

.press {
  padding-top: 31px;
}

.press .row {
  margin-top: 25px;
}

.press__sl .col-3 {
  height: auto;
}

.press__sl.arrow-sl .slick-prev,
.press__sl.arrow-sl .slick-next {
  top: -46px;
}

.press__item,
.bonuses__item,
.articles__item {
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
}

.press__img,
.bonuses__img {
  display: block;
  position: relative;
  border-radius: 4px;
  width: 100%;height: 200px;
}

.press__type,
.bonuses__day {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  position: absolute;
  background: #0161DA;
  top: 16px;left: 18px;
} 

.press__info {
  padding: 19px 15px 30px;
}

.press__info__type a {
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 300;
}

.press__info__type a:hover {
  color: rgb(31, 155, 48);
}

.press__info__txt {
  margin-top: 11px;
}

.press__info__title {
  color: #000;
  font-weight: 600;
}

.press__info__txt {
  color: #7F7F7F;
  font-size: 14px;
  margin-top: 15px;
}

.press__info__title:hover {
  color: rgb(1, 97, 218);
}

/* ----------- *Sentence ------------- */

.sentence {
  padding-top: 45px;
}

.sentence .box,
.match__box,
.debriefing {
  background: #fff;
  border-radius: 4px;
  padding: 31px 25px 25px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.0588235294117647);
}

.sentence__txt {
  color: #333333;
  font-size: 14px;
  margin-top: 19px;
}

.sentence__txt p:not(:last-child) {
  margin-bottom: 15px;
}

.sentence__txt p strong {
  font-weight: 600;
}

.sentence__more {
  margin-top: 32px;
  position: relative;
}

.sentence__more span {
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  position: relative;
  display: inline-block;
}

.sentence__more a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.sentence__more a:hover {
  color: rgb(1, 97, 218);
}

.sentence__more:after {
  height: 1px;
  margin-top: 1px;
  top: 50%;left: 0;right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(51, 51, 51, 0.15);
}

.sentence__more__txt {
  display: none;
}

/* ------------ *Footer ------------- */

.mt-77 {
  margin-top: 77px;
}

.footer {
  color: #fff;
  background: #1A1E2D;
  padding: 42px 0 35px;
}

.footer__group {
  margin-left: -15px;margin-right: -15px;
}

.footer__group [class*='col'] {
  padding: 0 15px;
}

.footer__best {
  margin-top: 46px;
}

.footer__best a {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer__best a:hover {
  color: rgb(31, 155, 48);
}

.footer__adult {
  margin-top: 42px;
}

.footer__adult__icon {
  margin-right: 11px;
  width: 30px;height: 27px;
  background: url(../img/icons/i-adult.png) center/contain no-repeat;
}

.footer__adult span {
  opacity: .6;
  font-size: 14px;
  font-weight: 300;
}

.footer__title {
  display: block;
  font-weight: 600;
  padding: 13px 0 20px;
}

.footer__list__item:not(:last-child) {
  margin-bottom: 20px;
}

.footer__list__link {
  color: #fff;
  font-size: 14px;
}

.footer__list__link:hover {
  text-decoration: underline;
}

.social__item:not(:last-child) {
  margin-bottom: 10px;
}

.social__link {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  font-weight: normal;
  border: 1px solid rgba(121, 121, 121, 0.3);
  min-width: 150px;max-width: 150px;height: 36px;
}

.footer__bot {
  font-size: 14px;
  margin-top: 45px;
  padding-top: 49px;
  border-top: 1px solid rgba(121, 121, 121, 0.3);
}

.copyright {
  font-weight: 500;
  padding-right: 30px;
  max-width: 305px;width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__txt {
  opacity: .6;
  width: 100%;
  font-weight: 300;
}

.footer__txt p:not(:last-child) {
  margin-bottom: 20px;
}

/* ---------- *Breadcrumb ----------- */

.breadcrumb {
  padding-top: 22px;
}

.breadcrumb__item+.breadcrumb__item {
  padding-left: 7px;
}

.breadcrumb__item+.breadcrumb__item::before {
  content: "/";
  color: #555555;
  padding-right: 2px;
  display: inline-block;
}

.breadcrumb__item {
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

.breadcrumb__item a {
  color: #555555;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

.breadcrumb__item.active {
  color: #AAAAAA;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

/* =================================== */
/*          Page: Prognozy:            */
/* =================================== */

.forecasts__item_express {
  border: 1px solid #0161DA;
}

.forecasts__info__express__icon {
  margin-right: 18px;
  width: 45px;height: 45px;
  background: url(../img/icons/i-express.png) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.forecasts__info__express__icon:hover {
  opacity: .9;
}

.forecasts__info__express__name {
  color: #000;
  font-weight: 600;
}

.forecasts__info__express__name:hover {
  color: rgb(31, 155, 48);
}

.forecasts__item_paid {
  border: 1px solid #1F9B30;
}

.more-link_bg a {
  border: 0;
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.06);
}

.more-link_bg a:hover {
  color: #fff;
  background: #1f9b30;
}

/* =================================== */
/*        Page: Top forecasts:         */
/* =================================== */

.top-forecasts__live {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  background: #FF0002;
  width: 60px;height: 22px;
}

.top-forecasts__live:before {
  content: " ";
  background: #fff;
  margin-right: 5px;
  border-radius: 50%;
  width: 4px;height: 4px;
}

/* =================================== */
/*            Page: Redak:             */
/* =================================== */

.title_w100 {
  width: 100%;
}

.head_modification .forecasts__btns__item {
  padding: 0 11px;
  min-width: auto;
}

.shape__item {
  position: relative;
  min-width: auto;width: 40px;height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shape__line {
  display: block;
  margin: 0 auto;
  background: #000;
  width: 14px;height: 2px;
}

.shape__item_big .shape__line {
  width: 20px;
}

.shape__item_big .shape__line:last-child {
  height: 3px;
  top: 16px;left: 10px;
  position: absolute;
  background: #e5e5e5;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.shape__line+.shape__line {
  margin-top: 3px;
}

.shape__item:hover .shape__line,
.shape__item.active .shape__line {
  background: #fff;
}

.shape__item_big:hover .shape__line:last-child,
.shape__item_big.active .shape__line:last-child {
  background: #1F9B30;
}

.top-forecasts__item_premium {
  position: relative;
  border: 1px solid #1F9B30;
}

.top-forecasts__coef,
.top-forecasts__premium {
  padding-left: 15px;
  min-width: 145px;max-width: 145px;
}

.top-forecasts__coef {
  text-align: right;
}

.top-forecasts__coef__txt {
  color: #000;
  font-size: 14px;
}

.top-forecasts__coef .forecasts__bids__item {
  margin-top: 6px;
}

.top-forecasts__coef .btn {
  padding: 0 5px;
  line-height: 18px;
  min-width: auto;width: 50px;height: 22px;
}

.redak .forecasts__bids__rate {
  font-size: 14px;
}

.top-forecasts__premium__coef {
  display: inline-block;
}

.top-forecasts__premium__coef a {
  padding: 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 3px;
  min-width: 70px;max-width: 80px;height: 32px;
}

.top-forecasts__premium__title a {
  padding: 0 3px;
  font-size: 14px;
  overflow: hidden;
  line-height: 22px;
  position: absolute;
  border-radius: 4px 0 3px 0;
  top: 29px;right: -30px;bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  min-width: auto;width: 90px;height: 30px;
}

/* =================================== */
/*         Page: Redak covers:         */
/* =================================== */

.covers .forecasts__tab.row .col-12:not(:last-child) {
  margin-bottom: 20px;
}

.covers__item {
  height: 100%;
  padding: 15px 0;
  margin-bottom: 0;
}

.covers__head__item {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.covers__head,
.covers__comand,
.covers__info {
  margin: 0 15px;
}

.covers__head,
.covers__comand {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.covers__head {
  padding-bottom: 10px;
}

.covers__head p {
  width: 50%;
  margin-left: -5px;margin-right: -5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.covers__head p:last-child {
  text-align: right;
}

.covers__head__item {
  padding: 0 5px;
}

.covers__head__item span {
  color: #7F7F7F;
  font-size: 12px;
}

.covers__head__item:hover,
.covers__head__item:hover span {
  color: rgb(31, 155, 48);
}

.covers__comand {
  padding: 16px 0;
}

.covers__comand .forecasts__right .forecasts__comand__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.covers__comand .forecasts__left .covers__percent {
  margin-left: 11px;
}

.covers__comand .forecasts__right .covers__percent {
  margin-right: 11px;
}

.covers__percent {
  font-size: 18px;
  font-weight: bold;
}

.covers__percent span {
  color: #7F7F7F;
  font-size: 12px;
  font-weight: 400;
}

.covers__comand .forecasts__center {
  padding: 0 10px;
  max-width: 110px;width: 100%;
}

.covers__comand .forecasts__time {
  font-size: 16px;
}

.covers__info {
  padding-top: 13px;
}

.covers__info__item:not(:last-child) {
  padding-right: 10px;
}

.covers__info__item a {
  color: #000;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}

.covers__info__item strong {
  font-weight: 600;
}

.covers__info__item a:hover {
  text-decoration: underline;
}

.covers__info__btn {
  display: none;
}

.covers__links {
  margin-top: 13px;
  padding: 11px 20px;
  background: #F7F7F7;
}

.covers__links__item {
  color: #027DB4;
  font-size: 14px;
  font-weight: 500;
}

.covers__links__item:hover {
  text-decoration: underline;
}

.covers__links .btn {
  padding: 0 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 100px;height: 24px;
}

.covers__list {
  padding: 11px 15px 0;
  margin-left: -5px;margin-right: -5px;
}

.covers__list__item {
  width: 49%;
  padding: 0 5px;
}

.covers__list__li {
  font-size: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.covers__list__li:not(:last-child) {
  margin-bottom: 9px;
}

.covers__list__li strong {
  width: 25%;
  font-weight: 600;
}

.covers__list__li span:nth-child(2) {
  width: 30%;
}

.covers__list__li span:nth-child(3) {
  width: 45%;
  font-weight: 500;
}

.covers .more-link {
  margin-top: 0;
}

/* =================================== */
/*           Page: Kappers:            */
/* =================================== */

.kappers {
  padding-top: 18px;
}

.kappers__nav__box {
  margin-top: 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kappers__nav:after {
  padding-left: 50px;
  pointer-events: none;
  top: 0;right: 0;bottom: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(8%, rgba(247, 247, 247, 0.9)), to(rgba(247, 247, 247, 0)));
  background: -o-linear-gradient(right, rgba(247, 247, 247, 0.9) 8%, rgba(247, 247, 247, 0));
  background: linear-gradient(to left, rgba(247, 247, 247, 0.9) 8%, rgba(247, 247, 247, 0));
}

.kappers__nav {
  margin-left: 46px;
  width: calc(100% - 138px);
}

.kappers__nav_stic {
  width: 100%;
  margin-left: 0;
  padding-right: 25px;
}

.kappers__nav.kappers__nav_stic:after {
  content: none;
}

.kappers__nav_stic .kappers__nav__item {
  margin-bottom: 6px;
}

.kappers__nav__item {
  padding: 0 3px;
}

.kappers__nav__link {
  height: 40px;
  color: #1A1E2D;
  display: block;
  padding: 0 8px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: rgba(127, 127, 127, 0.15);
}

.kappers__nav__link:hover,
.kappers__nav__link.active {
  color: #fff;
  background: #1F9B30;
}

.kappers__nav__link.active {
  font-weight: 500;
}

.kappers__nav__box .slick-arrow {
  z-index: 1;
}

.kappers__nav__box .slick-prev {
  left: -46px;
  border-radius: 5px 0 0 5px;
}

.kappers__nav__box .slick-next {
  right: -46px;
}

.kappers__nav__arrow,
.kappers__nav__box .slick-arrow {
  width: 40px;height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.15);
}

.kappers__nav__arrow {
  border-radius: 0 5px 5px 0;
}

.kappers__nav__arrow:hover,
.kappers__nav__box .slick-arrow:hover {
  background: #1F9B30;
}

.kappers__nav__arrow svg,
.kappers__nav__box .slick-arrow svg {
  fill: #2d2d2d;
  width: 16px;height: 16px;
}

.kappers__nav__arrow_show svg {
  position: relative;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.kappers__tab {
  width: 100%;
  display: block;
  margin-top: 35px;
  overflow-x: auto;
  position: relative;
  padding-bottom: 1px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.kappers__tab .tabs-name__item:after {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.kappers__tab .tabs-name__item {
  white-space: nowrap;
}

.kappers__list {
  margin-top: 0;
}

.kappers__user,
.kappers__svg,
.kappers .bookmakers__btns {
  padding-left: 15px;
}

.kappers__user {
  width: 35%;
}

.kappers__user__img {
  overflow: hidden;
  border-radius: 50%;
  width: 40px;height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.kappers__user__img a,
.kappers__user__img img {
  display: block;
}

.kappers__user__img img {
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kappers__user__name {
  width: 60%;
  margin-left: 15px;
}

.kappers__user__name a {
  color: #000;
  font-weight: 600;
}

.kappers__user__name a:hover {
  color: rgb(31, 155, 48);
}

.kappers__svg {
  width: 11%;
}

.kappers__svg a {
  top: 0px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.kappers__svg svg {
  fill: #555555;
  width: 24px;height: 24px;
}

.kappers__svg a:hover svg {
  fill: rgb(31, 155, 48);
}

.kappers__svg span {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}

.kappers .bookmakers__ratio {
  width: 32%;
}

.kappers .bookmakers__btns .btn:last-child {
  margin-left: 0;
}

.kappers .bookmakers__btns .btn {
  min-width: 100px;
}

.kappers .bookmakers__btns span:last-child {
  display: none;
}

.kappers .bookmakers__btns img {
  margin: 8px auto;
  max-width: 20px;
}

/* ---------- *Kappers top ----------- */

.kappers-top__icon {
  background: url(../img/icons/i-kappers.png) center/contain no-repeat;
}

.link-all_hover_green a:hover {
  color: rgb(31, 155, 48);
}

.kappers-top__item,
.kappers-comments__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kappers-top__item {
  padding: 10px 0;
}

.kappers-top__list .kappers__user,
.kappers-comments__list .kappers__user {
  width: 75%;
  padding-left: 0;
}

.kappers-top__list .kappers__user__img {
  width: 32px;height: 32px;
}

.kappers-top__list .kappers__user__name,
.kappers-comments__list .kappers__user__name {
  width: 70%;
  margin-left: 13px;
}

.kappers-top__list .kappers__user__name a,
.kappers-comments__list .kappers__user__name a {
  font-weight: 500;
}

.kappers-top__rating__star {
  width: 16px;height: 16px;
  background: url(../img/icons/i-star-yellow.png) center/contain no-repeat;
}

.kappers-top__rating__txt {
  font-weight: 600;
  margin-left: 6px;
}

/* ------- *Kappers comments -------- */

.kappers-comments__icon {
  background: url(../img/icons/i-comments.png) center/contain no-repeat;
}

.kappers-comments__item {
  padding: 10px 0;
}

.kappers-comments__date {
  color: #AAAAAA;
  font-size: 12px;
  margin-top: 1px;
}

.kappers-comments__body {
  padding: 15px;
  margin-top: 18px;
  border-radius: 4px;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

.kappers-comments__body:hover {
  border-color: rgb(31, 155, 48);
}

.kappers-comments__txt {
  color: #555555;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.kappers-comments__user {
  font-size: 14px;
  font-weight: 500;
  margin-top: 14px;
}

.kappers-comments__user a {
  color: #0161DA;
}

.kappers-comments__user a:hover {
  text-decoration: underline;
}

/* ---------- *Kappers new ----------- */

.kappers-new__icon {
  background: url(../img/icons/i-new.png) center/contain no-repeat;
}

.kappers-new__item {
  padding: 12px 0;
}

.kappers-new__list .kappers__user {
  width: 100%;
  padding-left: 0;
}

.kappers-new__list .kappers__user__img {
  width: 32px;height: 32px;
}

.kappers-new__list .kappers__user__name {
  width: 80%;
  margin-left: 13px;
}

.kappers-new__list .kappers-comments__date {
  margin-top: 0;
  font-size: 14px;
}

.kappers-new__txt {
  margin-top: 14px;
}

.kappers-new__txt a {
  color: #000;
  font-size: 14px;
}

.kappers-new__txt a:hover {
  color: rgb(31, 155, 48);
}

/* =================================== */
/*            Page: Rating:            */
/* =================================== */

.rating {
  padding-top: 17px;
}

.rating .forecasts__box {
  margin-top: 17px;
}

.rating__btns {
  padding-left: 0;
}

.rating__btns .forecasts__btns__item {
  width: 20%;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rating__icon {
  top: -1px;
  margin-right: 5px;
  position: relative;
  width: 16px;height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rating__icon svg {
  fill: #464646;
  display: block;
  width: 100%;height: 100%;
}

.rating__btns .forecasts__btns__item.active .rating__icon svg,
.rating__btns .forecasts__btns__item:hover .rating__icon svg {
  fill: #fff;
}

.rating__tab {
  margin-top: 23px;
}

.rating__tab .tabs-name__item:not(:last-child) {
  margin-right: 28px;
}

.rating .forecasts__body {
  margin-top: 24px;
}

/* ------------ *Bonuses ------------- */

.bonuses {
  padding-top: 28px;
}

.bonuses__sl {
  margin-top: 25px;
}

.bonuses__red {
  background: #FF0006;
}

.bonuses__txt {
  padding: 20px 15px;
}

.bonuses__title {
  color: #000;
  font-weight: 600;
}

.bonuses__title:hover,
.articles__type:hover {
  color: rgb(31, 155, 48);
}

.bonuses__text {
  color: #7F7F7F;
  font-size: 14px;
  margin-top: 9px;
}

.bonuses__sl.arrow-sl .slick-prev,
.bonuses__sl.arrow-sl .slick-next {
  top: -47px;
}

/* ----------- *Articles ------------- */

.articles {
  padding-top: 30px;
}

.articles__sl {
  margin-top: 18px;
}

.articles__type {
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 11px;
}

.articles__sl.arrow-sl .slick-prev,
.articles__sl.arrow-sl .slick-next {
  top: -38px;
}

/* =================================== */
/*             Page: Match:            */
/* =================================== */

.match__title {
  margin-top: 19px;
}

.match__box {
  padding: 25px 0;
  margin-top: 17px;
}

.match__info,
.match__desc,
.match__forecast,
.match__bids,
.match__factor {
  padding-left: 20px;padding-right: 20px;
}

.match__head {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.match__head .forecasts__league a {
  color: #000;
}

.match__head .forecasts__league a:hover {
  color: rgb(31, 155, 48);
}

.match__head .col-3 {
  position: static;
}

.match__head .forecasts__date {
  width: 160px;
  margin: 0 auto;
  position: absolute;
  pointer-events: none;
  top: 50%;left: 0;right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.match__logo a,
.match__logo img {
  display: block;
}

.match__logo a {
  width: 96px;height: 19px;
}

.match__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;height: 100%;
}

.match__body {
  margin-top: 25px;
}

.match__body .forecasts__comand {
  text-align: center;
}

.match__body .forecasts__comand__img {
  margin: 0 auto;
  width: 100px;height: 100px;
}

.match__body .forecasts__comand__name {
  margin-top: 3px;
}

.match__comand__list {
  margin-top: 10px;
}

.match__comand__item {
  border-radius: 4px;
  background: #7F7F7F;
  width: 15px;height: 15px;
}

.match__comand__item:not(:last-child) {
  margin-right: 5px;
}

.match__comand__item.green {
  background: #1C8E2F;
}

.match__comand__item.red {
  background: #FF0006;
}

.match__body .forecasts__center {
  padding: 0;
  max-width: 100%;
}

.match__body .forecasts__time {
  font-size: 14px;
  font-weight: 400;
}

.match__body .forecasts__time span {
  display: block;
  font-size: 30px;
}

.match__rate {
  margin-top: 31px;
}

.match__rate .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.match__rate .btn {
  overflow: hidden;
}

.match__rate__btn {
  font-size: 14px;
  font-weight: 500;
  min-width: 110px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.match__rate__bookmaker {
  width: 100px;
  padding: 0 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid rgba(51, 51, 51, 0.15);
  border-left: 0;
}

.match__rate__bookmaker img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;height: 100%;
}

.match__info .more-link {
  margin-top: 29px;
}

.match__info .more-link a {
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  border-radius: 4px;
}

.match__info .more-link a:hover {
  color: #fff;
}

.match__desc,
.match__factor {
  margin-top: 31px;
  padding-top: 26px;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.match__desc h3 {
  margin-bottom: 26px;
}

.match__desc h3 {
  font-weight: 500;
}

.match__desc__txt {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 36px;
}

.match__desc__txt p:not(:last-child) {
  margin-bottom: 15px;
}

.match__forecast {
  margin-top: 36px;
}

.match__forecast__box {
  padding: 19px 23px 25px;
  background: rgba(215, 215, 215, 0.35);
}

.match__forecast__main {
  font-size: 20px;
  font-weight: 800;
}

.match__forecast__main span {
  color: #0161DA;
}

.match__forecast__bonus {
  color: #333333;
}

.match__forecast__bonus__icon {
  top: -2px;
  margin-right: 9px;
  position: relative;
  width: 24px;height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.match__forecast__bonus__icon svg {
  fill: #1970dc;
  display: block;
  width: 100%;height: 100%;
}

.match__forecast__bonus__sum {
  margin-left: 5px;
}

.match__forecast__bonus__sum,
.match__forecast__bonus .system-rub {
  font-weight: bold;
}

.match__forecast__bonus .system-rub {
  top: -1px;
  line-height: 1;
  position: relative;
}

.match__forecast__body {
  margin-top: 15px;
  position: relative;
}

.match__forecast__btn {
  background: #fff;
  font-weight: 400;
  text-align: left;
  line-height: 43px;
  width: 100%;height: auto;
}

.match__forecast__btn span {
  color: #0161DA;
  font-weight: 600;
}

.match__forecast__btn:hover {
  color: #fff;
  background: rgb(31, 155, 48);
  border-color: rgb(31, 155, 48);
}

.match__forecast__btn:hover span {
  color: #fff;
}

.match__forecast__bookmakers {
  position: absolute;
  top: 50%;right: 11px;
  width: 106px;height: 46px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.match__forecast__bookmakers img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;height: 100%;
}

.match__bids {
  margin-top: 33px;
}

.match__bids__head__btn {
  width: 34%;
  color: #1A1E2D;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #D7D7D7;
}

.match__bids__head__btn:first-child {
  border-radius: 5px 0 0 5px;
}

.match__bids__head__btn:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.match__bids__head__btn:last-child {
  border-radius: 0 5px 5px 0;
}

.match__bids__head__btn:hover,
.match__bids__head__btn.active {
  color: #fff;
  background: #1F9B30;
}

.match__bids__head__btn.active {
  font-weight: 500;
}

.match__bids__body {
  margin-top: 29px;
}

.match__bids__titles__item {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.match__bids__titles__item:not(:last-child) {
  padding-right: 10px;
}

.match__bids__col__1 {
  width: 67%;
}

.match__bids__col__2 {
  width: 13%;
}

.match__bids__col__3 {
  width: 7%;
}

.match__bids__col__4 {
  width: 13%;
  text-align: right;
}

.match__bids__item {
  margin-top: 20px;
}

.match__bids__item__head  .match__bids__titles__item {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.match__bids__titles__item.green {
  color: #1F9B30;
}

.match__bids__item .progress {
  margin-top: 6px;
} 

.progress {
  padding: 5px 4px;
  position: relative;
  border-radius: 6px;
  background: #F2F2F2;
}

.progress__box {
  height: 10px;
  position: relative;
}

.progress__bar {
  border-radius: 6px;
  position: absolute;
  background: #0161DA;
  top: 0;left: 0;right: 0;bottom: 0;
}

.match__factor__title {
  font-weight: 500;
}

.match__factor__calc {
  padding-left: 15px;
}

.match__factor__form {
  margin-left: 10px;
}

.match__factor__form label,
.match__factor__form input {
  display: block;
}

.match__factor__form input {
  color: #000;
  width: 150px;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 300;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #D7D7D7;
  font-family: 'Montserrat', sans-serif;
}

.match__factor__form input::-webkit-input-placeholder {color: #AAAAAA;}
.match__factor__form input::-moz-placeholder          {color: #AAAAAA;}
.match__factor__form input:-moz-placeholder           {color: #AAAAAA;}
.match__factor__form input:-ms-input-placeholder      {color: #AAAAAA;}

.match__factor__box {
  margin-top: 19px;
}

.match__factor__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.match__factor__table__name {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.match__factor__cell {
  text-align: center;
  width: 16.6666666667%;
}

.match__factor__table__row .match__factor__cell:first-child {
  text-align: left;
}

.match__factor__table__item {
  margin-top: 10px;
}

.match__factor__table__bkm span {
  display: block;
  width: 105px;height: 45px;
}

.match__factor__table__bkm img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;height: 100%;
}

.match__factor__table__btn .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  border: 1px solid #E6E6E6;
  min-width: auto;width: 112px;height: auto;
}

.match__factor__table__btn .btn:hover {
  border-color: rgb(31, 155, 48);
}

.debriefing {
  padding: 20px;
  margin-top: 20px;
}

.debriefing h4,
.debriefing__forecast {
  font-size: 20px;
  font-weight: 500;
}

.debriefing__forecast {
  color: #0161DA;
  padding-left: 15px;
}

.debriefing__box {
  margin-top: 21px;
  padding-top: 21px;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.debriefing__percent {
  width: 70px;
  font-size: 18px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.debriefing__percent.blue {
  color: #0161DA;
}

.debriefing .progress {
  width: 100%;
}

.progress__bar_red {
  left: auto;right: 0;
  background: #FF0006;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #F2F2F2;
}

.debriefing__group {
  margin-top: 20px;
}

.debriefing__group .btn {
  height: auto;
  line-height: 30px;
  border-width: 1px;
  border-radius: 3px;
}

.debriefing__btn_blue {
  border-color: #0161DA;
}

.debriefing__btn_blue:hover {
  background: #0161DA;
  border-color: #0161DA;
}

.debriefing__btn_red {
  border-color: #FF0006;
}

.debriefing__btn_red:hover {
  background: #FF0006;
  border-color: #FF0006
}

.debriefing__btn_blue:hover,
.debriefing__btn_red:hover {
  color: #fff;
}

.match__kappers {
  padding-top: 35px;
}

.match__kappers .forecasts__btns__item {
  min-width: 130px;
}

.match__kappers__box {
  margin-top: 26px;
}

.match__kappers__odds {
  width: 45%;
}

/* =================================== */
/*           Page: Match Pay:          */
/* =================================== */

.match__desc_hide {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.match__desc_hide:after {
  top: 0;left: 0;right: 0;bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

/* =================================== */
/*             Page: News:             */
/* =================================== */

.news {
  padding-top: 18px;
}

.news__head {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.news__tab {
  border: 0;
}

.news__redak {
  padding-left: 15px;
}

.news__redak a {
  color: #FF0006;
  font-weight: 500;
}

.news__redak a:hover {
  text-decoration: underline;
}

.news__group .col-md-4 {
  margin-bottom: 20px;
}

.news .forecasts__tab .more-link {
  margin-top: 0;
}

.categories__arrow {
  display: none;
  width: 16px;height: 16px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.categories__arrow svg {
  fill: #000;
  display: block;
  width: 100%;height: 100%;
}

.categories .title.active .categories__arrow {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.categories__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.categories__item a {
  color: #000;
  font-weight: 500;
}

.categories__item a:hover {
  text-decoration: underline;
}

.categories__item a.active {
  font-weight: 600;
}

.categories__name {
  width: 100%;
}

.categories__num {
  color: #7F7F7F;
  font-size: 14px;
  padding-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* =================================== */
/*             Page: User:             */
/* =================================== */

/* ----------- *User ------------- */

.user {
  padding-top: 18px;
}

.user .box {
  padding: 20px;
  margin-top: 0;
}

.user__img {
  overflow: hidden;
  border-radius: 4px;
  width: 120px;height: 120px;
}

.user__img img {
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user__image .match__comand__list {
  margin-top: 20px;
}

.user__image .match__comand__item:not(:last-child) {
  margin-right: 8px;
}

.user__box {
  margin-left: 20px;
}

.user__status a {
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 4px;
  background: #FF0006;
  display: inline-block;
}
.user__status a:hover {
  background: #df0c10;
}

.user__name {
  font-size: 26px;
  font-weight: 600;
  margin-top: 13px;
}

.user__infa {
  font-size: 14px;
  margin-top: 15px;
}

.user__city a {
  color: #000;
  font-weight: 500;
}

.user__city a:hover {
  text-decoration: underline;
}

.user__online {
  font-weight: 300;
  margin-left: 15px;
}

.user__online:before {
  content: " ";
  margin-right: 5px;
  border-radius: 50%;
  width: 7px;height: 7px;
}

.user__online_yes:before {
  background: #1F9B30;
}

.user__online_no:before {
  background: #ababab;
}

.user__subscribe_mob {
  display: none;
}

.user__subscribe {
  margin-top: 22px;
}

.user__subscribe .btn {
  font-size: 14px;
  line-height: 42px;
  border-radius: 4px;
  min-width: 190px;height: auto;
}

.user__subscribe .btn span {
  opacity: .5; 
}

.user__share a {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user__share a:hover {
  text-decoration: underline;
}

.user__share a:after {
  content: " ";
  margin-left: 7px;
  width: 16px;height: 16px;
  background: url(../img/icons/i-share.png) center/contain no-repeat;
}

.user__info {
  margin-top: 15px;
  margin-left: -15px;margin-right: -15px;
}

.user__info.row [class*='col'] {
  padding: 0 15px;
}

.user__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user__info__icon {
  width: 32px;height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

i.i-profit {
  background: url(../img/icons/i-profit.png) center/contain no-repeat;
}

i.i-winnings {
  background: url(../img/icons/i-winnings.png) center/contain no-repeat;
}

i.i-pass {
  background: url(../img/icons/i-pass.png) center/contain no-repeat;
}

i.i-roi {
  background: url(../img/icons/i-roi.png) center/contain no-repeat;  
}

.user__info__box {
  margin-left: 12px;
}

.user__info__box span {
  font-size: 18px;
  font-weight: 600;
}

.user__info__box p {
  color: #333333;
  font-size: 14px;
  margin-top: 1px;
  font-weight: 300;
}

.user__price {
  margin-top: 23px;
}

.user__price__item {
  padding: 15px 12px;
  border: 1px solid rgba(51, 51, 51, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user__price__item:hover {
  border-color: rgb(1, 97, 218);
}

.user__price__info {
  width: 120px;
  padding-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user__price__head {
  font-size: 14px;
  font-weight: 500;
}

.user__price__num {
  font-size: 16px;
  font-weight: 600;
}

.user__price__num .system-rub {
  margin-left: 0;
  font-weight: bold;
}

.user__price__bot {
  color: #333333;
  font-size: 14px;
  margin-top: 4px;
}

.user__price__btn .btn {
  display: block;
  line-height: 1;
  min-width: 50px;height: 40px;
  background: url(../img/icons/i-basket.png) center no-repeat #0161da;
}

.user__price__btn .btn:hover {
  background: url(../img/icons/i-basket.png) center no-repeat rgba(0, 88, 192, 1);
}

/* ------------ *Data ------------- */

.data {
  padding-top: 72px;
}

.data__tab .forecasts__day__item:not(:last-child) {
  margin-right: 20px;
}

.data__head__gray {
  color: #AAAAAA;  
}

.data__head__mob {
  display: none;
}

.data__row {
  margin-top: 26px;
}

.data__box {
  margin-top: 0;
  padding: 31px 20px;
}

.statistics__title {
  font-weight: 600;
  padding-right: 60px;
}

.statistics__title span {
  color: #0161DA;
}

.statistics__sl.row {
  margin-top: 20px;
  margin-left: -3px;margin-right: -4px;
}

.statistics__sl.row .col-auto {
  padding: 0 3px;
}

.statistics__item {
  color: #000;
  padding: 10px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #D7D7D7;
}

.statistics__sl .slick-current .statistics__item {
  border-color: #0161DA;
}

.statistics__item:hover {
  color: #fff;
  background: rgba(31, 155, 48, 1);
  border-color: rgba(31, 155, 48, 1)!important;
}

.statistics__item:hover span {
  color: #fff;
}

.statistics__num,
.statistics__arrow {
  color: #1F9B30;
  font-weight: 600;
}

.statistics__sl.arrow-sl .slick-prev,
.statistics__sl.arrow-sl .slick-next {
  top: -35px;
}

.statistics__sl.arrow-sl .slick-prev {
  right: 35px;
}

.statistics__sl.arrow-sl .slick-next {
  right: 0;
}

.data__info {
  padding: 20px 0;
  margin-top: 26px;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.data__info__box span:not(:last-child) {
  margin-right: 25px;
}

.data__info__bids span {
  color: #AAAAAA;
}

.data__info__md {
  font-weight: 500;
}

.data__info__plus {
  color: #1C8E2F;
}

.data__info__minus {
  color: #FF0006;
}

.data__info__equally {
  color: #7F7F7F;
}

.information {
  margin-top: 25px;
}

.information__name {
  font-size: 24px;
  font-weight: 600;
}

.information__name_green {
  color: #1F9B30;
}

.information__name_gray {
  color: #7F7F7F;
}

.information__txt {
  color: #333333;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}

.schedule {
  margin-top: 18px;
}

.sport {
  margin-top: 24px;
}

.sport__title {
  font-weight: 500;
}

.sport__box,
.direction__box {
  width: 100%;
  display: block;
  margin-top: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sport__list,
.direction__list {
  width: 100%;
}

.sport__list li:not(:first-child):nth-child(2n+1) {
  background: rgba(242, 242, 242, 0.3);
}

.sport__row {
  padding: 0 14px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sport_head {
  margin-bottom: 19px;
}

.sport_body {
  height: 54px;
  font-weight: 500;
}

.sport__cell:not(:first-child) {
  padding-left: 10px;
}

.sport__cell {
  font-size: 14px;
}

.sport_head .sport__cell {
  color: #333333;
  font-weight: 300;
}

.sport_body .sport__cell {
  color: #000;
}

.sport__cell_1 {
  width: 25%;
}

.sport__cell_2 {
  width: 18%;
}

.sport__cell_4,
.sport__cell_6 {
  width: 15%;
}

.sport__cell_3 {
  width: 12%;
}

.sport__cell_5 {
  width: 9%;
}

.sport__cell_6 {
  text-align: right;
}

.sport__cell.green {
  color: #1F9B30;
}

.sport__cell.red {
  color: #FF0006;
}

.sport__cell.gray {
  color: #7F7F7F;
}

.sport__type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sport__icon {
  width: 16px;height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.i-football {
  background: url(../img/icons/i-ball-dark.png) center/contain no-repeat;
}

.i-basketball {
  background: url(../img/icons/i-basketball.png) center/contain no-repeat;
}

.i-hockey {
  background: url(../img/icons/i-hockey.png) center/contain no-repeat;
}

.i-tennis {
  background: url(../img/icons/i-tennis.png) center/contain no-repeat;
}

.i-volleyball {
  background: url(../img/icons/i-volleyball.png) center/contain no-repeat;
}

.sport__name {
  color: #000;
  font-size: 16px;
  margin-left: 28px;
}

.sport__type a:hover .sport__name {
  color: rgb(31, 155, 48);
}

.direction {
  margin-top: 30px;
}

.direction .title__h2 {
  font-size: 20px;
}

.direction .forecasts__btns__item {
  min-width: 130px;
}

.direction__box {
  padding: 30px;
  margin-top: 22px;
}

.direction__box .sport_head {
  margin-bottom: 6px;
}

.direction__box .sport__row {
  padding: 0;
}

.direction__list li {
  height: auto;
}

.direction__list li:not(:first-child) {
  padding: 14px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.10);
}

.direction__list .sport__cell_1 {
  width: 40%;
}

.direction__list .sport__cell_2,
.direction__list .sport__cell_3,
.direction__list .sport__cell_4 {
  width: 20%;
  text-align: right;
}

.direction__list a {
  color: #000;
  font-size: 16px;
}

.direction__list a:hover {
  color: rgb(31, 155, 48);
}

/* --------- *Ranking place ---------- */

.title__static {
  font-weight: 500;
}

.ranking-place__row {
  margin-top: 15px;
}

.ranking-place__item {
  text-align: center;
}

.ranking-place__head {
  font-size: 18px;
  font-weight: 600;
}

.ranking-place__head span.red {
  color: #FF0006;
}

.ranking-place__head span.green {
  color: #1C8E2F;
}

.ranking-place__txt {
  color: #333333;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 300;
}

.ranking-place__btns,
.week .ranking-place__list {
  padding-left: 0;
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.ranking-place__btns .forecasts__btns__item {
  min-width: 115px;
}

.ranking-place__list {
  margin-top: 7px;
}

.ranking-place__list__item {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ranking-place__list__name {
  width: 150px;
}

.ranking-place__list__num {
  width: 90px;
  font-weight: 600;
  text-align: right;
}

.ranking-place__list__num.green {
  color: #1C8E2F;
}

.title__static_mt {
  margin-top: 18px;
}

.ranking-place__bk {
  margin-top: 8px;
}

.ranking-place__bk__item {
  display: block;
  margin-bottom: 5px;
}

.ranking-place__bk__item img {
  display: block;
}

.ranking-place__bk__btn {
  margin-top: 10px;
}

.ranking-place__bk__btn .btn {
  width: 100%;
  font-size: 14px;
}

/* ------------- *Week ------------- */

.week .ranking-place__list {
  padding-top: 0;
}

.week .ranking-place__list__item {
  border-bottom: 0;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.tabs-name__item:after,
.sentence__more:after,
.kappers__nav:after,
.match__desc_hide:after {
  content: " ";
  position: absolute;
}

.like_icon {
  width: 24px;
  height: 24px;
}