/*---// GLOBAL TAGS //---*/
html {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
body {
  color: #191a26;
  font-size: 1rem;
  font-size: 13px;
  font-family: "Montserrat", monospace;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #fff;
}
.site-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 1920px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  color: #191a26;
  font-weight: 400;
}
h1 {
  font-size: 3.57rem;
  font-size: 30px;
  font-weight: 600;
}
h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}
a {
  color: #191a26;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
i {
  font-style: normal;
}
p {
  line-height: 1.8;
}
ul {
}
ul > li,
ol > li {
  margin: 10px 0;
}
img {
  opacity: 1;
}
ul > li {
  list-style: disc;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyload {
  /*    display:none;*/
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border: 0px #ccc solid;
  border-top: 0;
  overflow-x: auto;
  display: block;
  position: relative;
  margin: auto;
  width: 100% !important;
}
th,
td {
  padding: 5px 10px;
}
td {
  border-bottom: 1px #ccc solid;
}
tr:first-child {
  border-left: 0;
  border-right: 0;
}
tr {
  background-color: #f0f2ff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
@font-face {
  font-family: "Sportotvet";
  src: url("https://sportotvet.ru/wp-content/themes/Sportotvet/fonts/Sportotvet.eot");
  src: url("https://sportotvet.ru/wp-content/themes/Sportotvet/fonts/Sportotvet.eot")
      format("embedded-opentype"),
    url("https://sportotvet.ru/wp-content/themes/Sportotvet/fonts/Sportotvet.ttf")
      format("truetype"),
    url("https://sportotvet.ru/wp-content/themes/Sportotvet/fonts/Sportotvet.woff")
      format("woff"),
    url("https://sportotvet.ru/wp-content/themes/Sportotvet/fonts/Sportotvet.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: 0;
  background-color: transparent;
  padding: 10px 20px;
  margin: 5px 0;
  font-weight: normal !important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  max-width: 250px;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/*---// GLOBAL CLASSES //---*/
.mobile-header {
  display: none;
}
@media screen and (max-width: 1150px) {
  .mobile-header {
    display: block;
  }
  .left-block,
  .pc-header {
    display: none !important;
  }
}
#overlay-white {
  position: absolute;
  width: 100%;
  right: 0;
  height: 100%;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.44);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.white-space-container {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
footer .white-space-container,
.pc-header .white-space-container {
  margin-bottom: 0;
}
.header-container {
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prognozy-container {
  /*    display: flex;*/
}
.left-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #191a26;
  width: 250px;
  /*    float:left;*/
  flex: none;
  position: relative;
  z-index: 1;
  display: block;
  border-left: 1px #343434 solid;
}
.right-block {
  position: relative;
  z-index: 0;
  top: 0;
  overflow: hidden;
  /*    padding-left: 250px;*/
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
}
.pagination {
  clear: both;
  text-align: center;
  width: 100%;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
.c-container {
  max-width: 100%;
  padding: 0 25px;
  /*    position: relative;*/
}
@media screen and (max-width: 500px) {
  .c-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .c-container.bk-review-block {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-container .bk-header .bk-rh-center {
    order: 1;
  }
  .c-container .bk-header .bk-rh-left {
    order: 2;
  }
  .c-container .bk-header .bk-rh-right,
  .c-container .bk-header .bk-rh-middle {
    order: 3;
  }
}
#preloader,
#preloader-prognozy,
#preloader-bukmekery,
#preloader-news,
#preloader-meta-tags,
#preloader-meta-comments,
#preloader-meta-polls,
#preloader-address,
#preloader-slider,
#preloader-menu {
  background-image: url(/wp-content/themes/Sportotvet/images/loader.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  display: none;
  margin: 0 auto;
  position: relative;
  top: 0;
}
#preloader-meta-tags,
#preloader-meta-comments,
#preloader-meta-polls,
#preloader-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.show-categories::after {
  display: none;
}
.already_voted_message {
  display: none;
}

/*---// ICONS //---*/
i.my-icon::before,
a.my-icon::before,
.my-icon a::before,
i.my-icon::after,
a.my-icon::after,
.my-icon a::after {
  font-family: "Sportotvet";
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
i.football::before,
.football a::before {
  content: "\e921";
}
i.box::before,
.box a::before {
  content: "\e903";
}
i.mma::before,
.mma a::before {
  content: "\e920";
}
i.tennis::before,
.tennis a::before {
  content: "\e919";
}
i.ntennis::before,
.ntennis a::before {
  content: "\e951";
}
i.basket::before,
.basket a::before {
  content: "\e901";
}
i.hockey::before,
.hockey a::before {
  content: "\e911";
}
i.vol::before,
.vol a::before {
  content: "\e91f";
}
i.base::before,
.base a::before {
  content: "\e94b";
}
i.darts::before,
.darts a::before {
  content: "\e952";
}
i.cyber::before,
.cyber a::before {
  content: "\e950";
}
i.biatlon::before,
.biatlon a::before {
  content: "\e948";
}
i.f1::before,
.f1 a::before {
  content: "\e944";
}
i.golf::before,
.golf a::before {
  content: "\e90d";
}
i.bike::before,
.bike a::before {
  content: "\e902";
}
i.comments-icon::before,
.comments-icon a::before {
  content: "\e915";
}
i.views-icon::before,
.views-icon a::before {
  content: "\e906";
}
i.date-icon::before,
.date-icon a::before {
  content: "\e904";
}
i.likes-icon::before,
.likes-icon a::before {
  content: "\e8dc";
}
i.time-icon::before,
.time-icon a::before {
  content: "\e905";
}
i.tags-icon::before,
.tags-icon a::before {
  content: "#";
}
i.share-icon::before,
.share-icon a::before {
  content: "\e914";
}
i.search-icon::before,
.search-icon a::before {
  content: "\e90f";
}
i.star-full::before,
.star-full a::before {
  content: "\f005";
}
i.star-empty::before,
.star-empty a::before {
  content: "\f006";
}
i.star-half::before,
.star-half a::before {
  content: "\f123";
}
i.arrow-up-icon::before,
a.arrow-up-icon::before,
.arrow-up-icon a::before,
i.arrow-up-icon::after,
a.arrow-up-icon::after,
.arrow-up-icon a::after {
  content: "\e924";
}
i.arrow-down-icon::before,
a.arrow-down-icon::before,
.arrow-down-icon a::before,
i.arrow-down-icon::after,
a.arrow-down-icon::after,
.arrow-down-icon a::after {
  content: "\e922";
}
i.sl-likes::before,
.sl-likes a::before {
  content: "\e8dc";
}
i.vkontakte::before,
.vkontakte a::before {
  content: "\e934";
}
i.facebook::before,
.facebook a::before {
  content: "\e92c";
}
i.google::before,
.google a::before {
  content: "\e92d";
}
i.ok::before,
.ok a::before {
  content: "\e94e";
}
i.telegram::before,
.telegram a::before {
  content: "\e94d";
}
i.android::before,
.android a::before,
i.bk-android::before {
  content: "\e928";
}
i.ios::before,
.ios a::before,
i.bk-ios::before {
  content: "\e929";
}
i.win::before,
.win a::before,
i.bk-win::before {
  content: "\e94f";
}
i.pc::before,
.pc a::before,
i.bk-pc::before {
  content: "\e942";
}
@media screen and (max-width: 1300px) {
  .star-full,
  .star-empty,
  .star-half {
    font-size: 18px;
  }
}
/*---// COOKIES //---*/
#cookie-law-info-bar {
  font-size: 13px;
}

/*---// TITLES //---*/
.site-title {
  font-size: 2.85rem;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.site-title > span {
  font-weight: 300;
  text-transform: uppercase;
}
.cc-title {
  color: #191a26;
  font-size: 1.71rem;
  font-size: 24px;
  font-weight: 600;
}
.cc-title a {
  font-weight: 500;
}
@media screen and (max-width: 1350px) {
  .site-title {
    font-size: 24px;
  }
  .cc-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cc-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .site-title {
    font-size: 20px;
  }
  .right-head p {
    font-size: 13px;
  }
}

/*---// HEADER //---*/
.top-header-left {
  position: relative;
  /*    padding: 0 15px;*/
}
.top-header-right {
  position: relative;
  /*    padding: 0 15px;*/
  width: 250px;
  flex: none;
}
@media screen and (max-width: 1385px) {
  .top-header-right {
    width: auto;
  }
}

/*---// IMAGES && IMAGE's CONTAINERS //---*/
.site-logo {
  margin: 0;
}
#brand {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px #8e8e8e solid;
  padding: 15px 0;
  text-align: center;
}
#brand img {
  width: 160px;
  height: auto;
}
.preload-image {
  position: absolute;
  opacity: 0.1 !important;
  z-index: 0;
  top: 0;
  left: 0;
  filter: grayscale(70%);
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(0.7);
}

/*---// NAVIGATIONS //---*/
.left-navigation {
  width: inherit;
  width: 249px;
  background: #191a26;
  z-index: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.open-sports {
  background-color: #292b3e;
  text-align: center;
  position: relative;
  height: 30px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 5px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.open-sports i::after {
  display: none;
}
.open-sports i::before {
  color: #00e676;
  position: absolute;
  height: 15px;
  width: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.open-sports:hover {
  background-color: #191a26;
}
.left-navigation ul {
  padding: 0;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
  margin-bottom: 0;
}
.left-navigation ul.opened {
  height: 659px;
}
.left-navigation ul li {
  border-bottom: 1px #343434 solid;
  list-style: none;
}
.left-navigation a {
  font-size: 1.07rem;
  font-size: 14px;
  padding: 15px 0;
  display: block;
  background-color: transparent;
  font-weight: 400;
  position: relative;
  padding-left: 60px;
  color: #ffffff;
}
@media screen and (max-width: 1650px) {
  .left-navigation a {
    padding-left: 50px;
    padding-left: 50px;
  }
}
.left-navigation a::before {
  color: #00e676;
  font-size: 1.78rem;
  font-size: 23px;
  font-weight: normal;
  position: absolute;
  top: 12px;
  left: 15px;
}
.site-navigation ul {
  padding: 0;
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.site-navigation ul li {
  margin: 0 5px;
  position: relative;
  list-style: none;
}
.site-navigation ul li:first-child {
  margin-left: 0;
}
.site-navigation ul li:first-child a {
  padding-left: 0;
}
.site-navigation ul li:last-child {
  margin-right: 0;
}
.site-navigation ul li:last-child a {
  padding-right: 0;
}
.site-navigation a {
  border-top: 3px transparent solid;
  padding: 20px 7px;
  display: block;
  font-weight: 400;
  font-size: 13px;
}
.site-navigation ul li.menu-item-has-children a::after {
  font-family: "Sportotvet";
  content: "\e922";
  font-size: 0.72rem;
  font-size: 10px;
  margin-left: 5px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.site-navigation ul li .sub-menu {
  display: none;
  visibility: hidden;
  width: 210px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  height: auto;
  border: 1px #e8e8e8 solid;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  top: 58px;
  z-index: 3;
}
@media screen and (max-width: 1700px) {
  .site-navigation ul li {
    margin: 0 3px;
  }
  .site-navigation a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1650px) {
  .left-navigation a {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1520px) {
  .site-navigation a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .left-navigation ul li {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .left-navigation a {
    padding: 8px 0;
    padding-left: 40px;
  }
  .left-navigation a::before {
    font-size: 20px;
    top: 7px;
    left: 10px;
  }
}

/*---// USER LOGIN //---*/
.spo-login-form {
  height: 59px;
  display: flex;
}
.user-enter {
  display: block;
  text-align: right;
  width: 100%;
  line-height: 59px;
}
.user-enter::before {
  font-family: "Sportotvet";
  content: "\e954";
  margin-right: 5px;
}

/*---// BOOKMAKERS's WIDGET //---*/
.bbc {
  min-height: 310px;
}
.bbc-top {
  display: none;
}
.bbc,
.bbc-top {
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.best-bookmakers-container {
  padding: 0;
}
.best-bookmakers-carousel {
  margin-top: 20px;
}
.best-bookmakers-carousel .owl-nav {
  display: none;
}
.bk-widget .best-bookmakers-container {
  padding-top: 0;
  padding-bottom: 0;
}
.bk-widget .best-bookmaker-block {
  width: 100%;
  padding: 0 10px;
  padding-bottom: 10px;
}
.bk-widget .best-bookmaker-block:first-child,
.bk-widget .best-bookmaker-block:last-child {
  padding: 0 10px;
  padding-bottom: 10px;
}
.bk-widget .bb-block {
  border: 1px #3b3c46 solid;
  border-bottom: 0;
}
.bk-widget .bbb-logo {
  padding: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
.bk-widget .bbb-logo img {
  background-color: #e6e6e6;
}
.bk-widget .bbb-rating {
  border: 0;
  background-color: transparent;
}
.bk-widget .bbb-rating,
.bk-widget .bbb-bonus {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.bk-widget .bbb-st-star::before {
  color: #ccaa4c;
  font-size: 0.85rem;
  font-size: 14px;
  margin: 0;
}
.bk-widget .bbb-bonus-main {
  color: #ffffff;
  font-size: 1rem;
  font-size: 14px;
  padding-top: 0 !important;
}
.bk-widget .bbb-rating-stars i {
  margin: 0 3px;
  font-size: inherit;
}
.bk-widget .bbb-rating-text,
.bk-widget .bbb-bonus-text {
  font-size: 0.85rem;
  font-size: 12px;
}
.bk-widget .bbb-buttons {
  clear: both;
  padding-bottom: 10px;
  background-color: #292b3e;
}
.bk-widget .bbb-buttons .btn {
  margin-right: 10px;
  padding: 6px 22px;
}
.bb-block {
  border: 1px #e0dfdf solid;
  text-align: center;
}
.bbb-h-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bbb-logo {
  padding: 10px 20px;
  height: 60px;
  width: 165px;
  margin: auto;
}
.bbb-logo img {
  margin: 0 auto;
  background-color: #e6e6e6;
  background-color: transparent;
  border-radius: 5px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.bbb-rating {
  border-top: 1px #e0dfdf solid;
  border-bottom: 1px #e0dfdf solid;
  padding: 9px 0;
  background-color: #f8fffb;
}
.bbb-rating-stars i {
  font-style: normal;
  margin: 0 4px;
}
.bbb-st-star::before {
  color: #eab318;
  font-size: 1.14rem;
  font-size: 15px;
}
.ns-bb-content .bbb-st-star::before {
  color: #00e676;
}

.bbb-rating-text {
  color: #717176;
  font-weight: 400;
  font-size: 0.85rem;
  font-size: 12px;
  margin-top: 5px;
}
.bbb-bonus {
  position: relative;
}
.bbb-bonus-main {
  color: #191a26;
  font-size: 1.14rem;
  font-size: 16px;
  padding-top: 5px;
}
.bbb-bonus-text {
  color: #717176;
  font-weight: 400;
  font-size: 0.85rem;
  font-size: 12px;
}
.bbb-buttons {
  padding: 15px 0;
}
.bbb-buttons a {
  display: inline;
}
.bbb-buttons .btn {
  padding: 6px 21px;
  margin-right: 30px;
}

.bbb-app-body .app-icon-pl {
  margin-right: 10px;
}

.bbb-app-body .app-icon-pl:before {
  font-family: "Sportotvet";
  color: #191a26;
  background-color: #00e676;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  border: 1px #00e676 solid;
  padding: 5px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.bbb-app-body .app-icon-pl:hover:before {
  background-color: #191a26;
  color: #00e676;
}

.bbb-app-body .app-pl-android:before {
  content: "\e928";
}

.bbb-app-body .app-pl-ios:before {
  content: "\e929";
}

.bbb-app-body .app-pl-win:before {
  content: "\e94f";
}

.bbb-app-body .app-pl-desktop:before {
  content: "\e942";
}

@media screen and (max-width: 1350px) {
  .bk-widget .bbb-buttons .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .bk-widget .bbb-st-star::before {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .bbc {
    /*        min-height: 640px;*/
    min-height: 500px;
    /*        display: none;*/
  }
  .bbc-top {
    /*        display: block;*/
  }
  .best-bookmakers-carousel {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    display: block !important;
    margin-top: 0;
  }
  .best-bookmaker-block {
    border: 1px #e0dfdf solid;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
  }
  .bb-block {
    border: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .bbb-logo {
    padding: 0;
  }
  .bbb-logo img {
    background-color: transparent;
  }
  .bbb-bonus,
  .bbb-logo,
  .bbb-rating,
  .bbb-buttons {
    width: 20%;
    margin: auto;
    text-align: center;
  }
  .bbb-logo {
    width: 125px;
  }
  .bbb-bonus {
    width: 115px;
    flex: none;
  }
  .bbb-buttons {
    width: 40%;
    float: right;
    margin-right: 0;
    padding: 0;
  }
  .bbb-logo a {
    display: flex;
  }
  .bbb-logo img {
    /*        max-width: 100%;*/
    width: 100%;
    border-radius: 0;
    height: 48px;
    height: auto;
    object-fit: cover;
  }
  .bbb-bonus-main strong {
    color: #505050;
    background-color: #ffe7a5;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
  }
  .bbb-bonus-main {
    font-size: 13px;
  }
  /*
    .bbb-rating .bbb-rating-stars, .bbb-bonus .bbb-bonus-main, .bbb-buttons .btn {
        position: relative;
        top: 12px;    
    }
    */
  .bbb-rating {
    border: 0;
    background-color: transparent;
    padding: 0;
  }
  .bbb-rating-text,
  .bbb-bonus-text {
    display: none;
  }
  .bbb-buttons .btn,
  .bbb-buttons .green-link {
    display: inline;
    padding: 5px 16px;
  }
  .bbb-buttons .green-link {
    background-color: #ff4545;
    color: #fff;
    border-radius: 30px;
  }
  .bbb-buttons .btn {
    margin-right: 10px;
  }
  .bbb-rating-stars i {
    font-style: normal;
    margin: 0 1px;
  }
  .bbb-st-star::before {
    color: #eab318;
    font-size: 15px;
  }
  .bbb-bonus-main {
    padding-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .bbb-buttons {
    width: 55%;
  }
  .bbb-logo {
    width: 135px;
    flex: none;
    margin-bottom: 20px;
  }
  .bbb-logo img {
    position: relative;
  }
  .bbb-rating {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: normal;
    width: 135px;
  }
  .bbb-st-star::before {
    font-size: 13px;
  }
}
@media screen and (max-width: 450px) {
  /*
    .bbb-logo, .bbb-rating {
        width: 25%;
    }
*/
  .bb-block {
    flex-wrap: wrap;
  }
  .bbb-logo {
    margin-left: 0;
  }
  .bbb-rating {
    top: 45px;
    bottom: auto;
  }
  .bbb-bonus {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 42%;
    margin-right: 15px;
  }
  .bbb-bonus-main strong {
    padding: 5px 0;
    width: 100%;
    font-size: 13px;
    display: block;
  }
  .bbb-buttons {
    width: 50%;
    margin-bottom: 10px;
    margin-top: -25px;
    margin-right: 15px;
    text-align: right;
  }
  .bbb-buttons .btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  .bbb-logo {
    width: 115px;
  }
  .bbb-rating {
    top: 45px;
    width: 115px;
  }
  .bbb-bonus {
    margin-bottom: 35px;
    margin-right: 5px;
  }
  .bbb-buttons {
    width: 55%;
    margin-right: 5px;
  }
}
/*
@media screen and (max-width:375px) {
    .bbb-buttons .btn, .bbb-buttons .green-link {
        padding: 5px 10px;
    }
    .bbb-rating-stars i {
        margin: 0 1px;
    }
}
@media screen and (max-width:340px) { 
    .bbb-bonus-main strong {
        padding: 0;
        background-color: transparent;
    }
}
*/

.best-post-block {
  padding: 0 10px;
  padding-bottom: 10px;
}

.bbb-bonus-type {
  color: #fff;
  padding: 5px 40px;
}

.bbb-bonus-type-type {
  float: left;
}

.bbb-bonus-title {
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.bbb-app-body {
  margin: 10px 0;
}

/*---// META BLOCK //---*/
.left-meta {
  position: relative;
  top: 10px;
}
.home-meta-container {
  color: #fff;
  padding: 0 15px;
  position: relative;
}
.hmc-item {
  position: relative;
  font-size: 1.07rem;
  font-size: 14px;
  padding-left: 45px;
  padding-bottom: 21px;
}
.hmc-item a {
  color: #fff;
}
.hmc-comments a::before,
.hmc-tags a::before,
.hmc-share a::before {
  color: #191a26;
  background-color: #00e676;
  width: 28px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  left: 0;
  top: -5px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px #00e676 solid;
}
.hm-tags {
  background-color: #fff;
  opacity: 0;
  width: 1px;
  height: 314px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.14);
  position: fixed;
  bottom: 0;
  left: 250px;
  padding: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hm-comments {
  background-color: #fff;
  opacity: 0;
  max-width: 1670px;
  width: 1px;
  height: 533px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.14);
  position: fixed;
  bottom: 0;
  left: 250px;
  padding: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hm-socials {
  background-color: #fff;
  opacity: 0;
  width: 1px;
  height: 200px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.14);
  position: fixed;
  bottom: 0;
  left: 250px;
  padding: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hm-socials .hm-inner {
  width: 100%;
  left: 0;
  top: 30%;
  /* bottom: 0; */
  margin: auto;
}
.hmi-container-socials {
  display: none;
}
@media screen and (max-width: 1350px) {
  .hmcb-title a {
    font-size: 13px;
  }
  .hmcb-image {
    width: 65px;
    height: 65px;
    background-size: contain;
  }
  .hmcb-name {
    font-size: 14px;
  }
  .hmcb-text {
    font-size: 12px;
  }
  .hm-tags a {
    padding: 5px 15px;
    font-size: 12px !important;
  }
}

/*---// SEARCH //---*/
#search-toggle {
  display: none;
}
.header-search {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
  /*    margin-top: 20px;*/
  /*    margin-bottom: 20px;*/
  border-top: 1px #e4e4e4 solid;
  border-bottom: 1px #e4e4e4 solid;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.site-search {
  width: 100%;
  border: 0;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
}
.site-search-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-search-icon-loader,
.site-search-result,
.site-search-close {
  display: none;
}
.site-search-icon::before {
  font-family: "Sportotvet";
  content: "\e90f";
  font-size: 17px;
  color: #191a26;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.header-search input::-moz-placeholder {
  text-align: center;
  color: #b9baba;
  font-size: 18px !important;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  font-weight: 300 !important;
}
.header-search input:-o-placeholder {
  text-align: center;
  color: #b9baba;
  font-size: 18px !important;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  font-weight: 300 !important;
}
.header-search input:-ms-input-placeholder {
  text-align: center;
  color: #b9baba;
  font-size: 18px !important;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  font-weight: 300 !important;
}
.header-search input::-webkit-input-placeholder {
  text-align: center;
  color: #b9baba;
  font-size: 18px !important;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  font-weight: 300 !important;
}
.header-search input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-search input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-search input:focus:-o-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-search input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/*---// HEADER TEXT BLOCK //---*/
.head-block {
  background-color: #191a26;
  overflow: hidden;
  padding: 15px 0;
  /*    margin: 30px 0;*/
  margin-top: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-blend-mode: luminosity;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.left-head {
  width: 40%;
  padding-left: 4%;
  /* padding-right: 10px; */
  position: relative;
  margin: auto;
}
.right-head {
  width: 60%;
  padding-right: 4%;
  position: relative;
  padding-left: 10px;
  margin: auto;
}
.right-head p {
  font-size: 1.14rem;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.right-head a {
  color: #00e676;
  border-bottom: 1px #00e676 dashed;
}
@media screen and (max-width: 650px) {
  .left-head,
  .right-head {
    width: 100%;
  }
  .site-title,
  .right-head p {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .site-title,
  .right-head p {
    text-align: left;
  }
}

/*---// CONTENT COLUMNS && TABS //---*/
.stroke-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.stroke-left {
  width: 30%;
  float: left;
}
.stroke-right {
  width: 70%;
  float: right;
  text-align: right;
}
.st-item {
  display: inline-block;
  margin-right: 5px;
}
.st-item a {
  padding: 7px 16px;
  background-color: #191a26;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  display: block;
  font-size: 12px;
}
.st-item a.current {
  background-color: #00e676;
  color: #191a26;
}
.hide-categories {
  display: none;
}
.st-item a.show-categories {
  position: relative;
  padding-right: 30px;
}
.st-item a.show-categories::before {
  color: #00e676;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 1px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
}

@media screen and (max-width: 900px) {
  .stroke-right,
  .stroke-left {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .stroke-right,
  .stroke-left {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .st-item a {
    padding: 10px 0;
    font-size: 13px;
  }
  .st-item a.show-categories {
    padding-right: 0;
  }
}

/*---// CONTENT BLOCKS WHITE //---*/
.content-block-wh {
  margin: 10px 0.5%;
}
.content-block-fourth {
  width: 24%;
}
.content-block-three {
  width: 32%;
}
.owl-carousel .content-block-fourth {
  width: 100%;
  padding-bottom: 15px;
}
.content-white-block {
  border: 1px #d4d4d4 solid;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .content-block-fourth {
    width: 32%;
  }
  .content-block-three {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .content-block-fourth {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  .content-block-three {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .content-block-fourth {
    width: 85%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 450px) {
  .content-block-fourth {
    width: 100%;
  }
}

/*---// BUTTONS //---*/
.simple-btn,
.green-link {
  color: #00e676;
  position: relative;
  border-bottom: 1px transparent solid;
}
.simple-btn::after {
  font-family: "Sportotvet";
  content: "\e912";
  margin-left: 10px;
}
.btn,
input[type="submit"] {
  background-color: #00e676;
  padding: 10px 35px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  border-radius: 30px;
  font-weight: 500;
  border: 1px transparent solid;
  color: #191a26;
}
.btn.btn-red {
  background-color: #ff4545;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .simple-btn,
  .green-link,
  .btn,
  input[type="submit"] {
    font-size: 12px;
  }
}

/*---// ADVERTISE //---*/
.advertise-banners {
  text-align: center;
  clear: both;
  margin: 10px auto;
}
.advertise-banners img {
  max-width: 100%;
}

/*---// SUBSCRIBE BLOCK //---*/
.subscribe {
  width: 100%;
  /*    height: 325px;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #191a26;
  position: relative;
  background-blend-mode: luminosity;
  overflow: hidden;
  padding: 70px 0;
}

.subscribe .container {
  background-color: transparent;
}
.subscribe .container::after {
  background-color: transparent;
}
.sub-title {
  color: #fff;
  font-size: 2.85rem;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sub-subtitle {
  color: #fff;
  font-size: 1.14rem;
  font-size: 16px;
  font-weight: 300;
}
.sub-form {
  padding-top: 30px;
  position: relative;
}
.sub-form input[type="email"] {
  padding: 12px 20px !important;
  border-radius: 30px;
  border: 1px #9c9c9e solid;
  width: 330px;
  font-size: 1.14rem;
  font-size: 14px !important;
  font-weight: 300;
  background-color: #191a26;
  color: #9c9c9c !important;
  margin: 0;
}
.sub-form button[type="submit"] {
  font-size: 1.14rem;
  font-size: 14px;
  width: 175px;
  position: relative;
  left: -40px;
  font-weight: 500;
  box-shadow: 0px 0px 7px rgba(0, 230, 118, 0.95);
}
.sub-form button[type="submit"].btn {
  padding: 12px 0;
  line-height: normal;
}
@media screen and (max-width: 1520px) {
  .sub-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .subscribe {
    height: auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .sub-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
  }
  .sub-subtitle {
    text-align: center;
  }
  .sub-form {
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .sub-form button[type="submit"] {
    display: block;
    margin: auto;
    width: 330px;
    margin-top: 10px;
    max-width: 100%;
    left: 0;
  }
  .sub-form button[type="submit"].btn {
    padding: 10px 0;
  }
}
@media screen and (max-width: 375px) {
  .sub-title {
    font-size: 18px;
  }
  .sub-subtitle {
    font-size: 14px;
  }
  .sub-form button[type="submit"],
  .sub-form input[type="email"] {
    width: 290px;
  }
}

/*---// FOOTER //---*/
.c-container.last-cc {
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  background-color: #191a26;
}
.site-footer {
  padding: 15px 0;
}
.site-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-age {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
  color: #fff;
  background-color: #292b3e;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  flex: none;
}
.footer-text {
  color: #c5c5c5;
  font-size: 12px;
  margin-left: 0;
  text-align: center;
}
.footer-navigation {
  margin-left: 0;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.footer-navigation ul {
  padding: 0;
  margin: 0;
}
.footer-navigation ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.footer-navigation ul li::before {
  content: "";
  background-color: #292b3e;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
}
.footer-navigation ul li:last-child:before {
  display: none;
}
.footer-navigation ul li:first-child {
  margin-left: 0;
}
.footer-navigation ul li a {
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px transparent solid;
  /*
    padding-bottom: 10px;
    margin-bottom: 10px;
*/
  color: #fff;
}
@media screen and (max-width: 1150px) {
  .footer-navigation {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-navigation {
    text-align: left;
    max-width: 500px;
    margin: auto;
  }
  .footer-navigation ul li {
    margin: 0;
    margin-right: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navigation {
    padding: 0 15px;
    max-width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
  .footer-navigation ul li {
    padding: 5px 10px;
    border-bottom: 1px #292b3e dashed;
    display: block;
    margin-bottom: 0;
  }
  .footer-navigation ul li::before {
    display: none;
  }
  .footer-age {
    left: 0;
  }
}
#toTop {
  width: 30px;
  height: 30px;
  border: 1px rgba(0, 230, 118, 0.42) solid;
  background-color: #00e676;
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: none;
  border-radius: 50%;
  z-index: 1;
}
#toTop::after {
  display: none;
}
#toTop::before {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  font-size: 0.85rem;
  font-size: 12px;
}
@media screen and (max-width: 425px) {
  #toTop {
    right: 20px;
  }
}
#cookie-law-info-bar {
  /*border: 0; */
  margin: 0 auto;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 50px;
  display: none;
  left: 0px;
  font-weight: 300;
}
.cli-plugin-button {
  display: inline-block;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin-left: 0px;
  text-decoration: none;
  margin-top: 5px;
}
@media screen and (max-width: 1300px) {
  .left-block,
  #lm-btn,
  .left-navigation {
    width: 199px !important;
  }
  /*
    .right-block {
        padding-left: 200px;
    }
*/
}
@media screen and (max-width: 1150px) {
  .right-block {
    padding-left: 0;
  }
  .site-logo.mobile-logo {
    max-width: 180px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 11px;
  }
  .site-logo.mobile-logo img {
    max-width: 100%;
  }
  .site-logo.mobile-logo.ml-light {
    display: none;
  }
  #menu-toggle {
    display: block;
    line-height: 59px;
    padding-right: 0;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    float: right;
  }
  #menu-toggle::before {
    content: "\e8ee";
    font-family: "Sportotvet";
    font-size: 23px;
    position: absolute;
    left: -24px;
  }
  /*---// NAVIGATION //---*/
  .mobile-menu {
    top: 0;
    width: 300px;
    height: 100%;
    position: fixed;
    left: -300px;
    display: block;
    background-color: #191a26;
    z-index: 11;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    overflow-y: scroll;
  }
  .site-navigation.main-navigation {
    display: none;
  }
  #menu-toggle {
    display: block;
  }
  .mm-site-logo {
    padding-left: 30px;
    padding-right: 15px;
    margin-top: 10px;
    max-width: 250px;
  }
  .mm-site-logo img {
    max-width: 100%;
  }
  .mobile-menu .mm-ul {
    padding-top: 10px;
  }
  .mobile-menu .mm-ul li {
    position: relative;
    list-style: none;
    border-bottom: 1px #2e3044 solid;
    padding: 5px 0;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
  }
  .mobile-menu .mm-ul li:last-child {
    border: 0;
  }
  .mobile-menu .mm-ul li::after {
    content: "\e913";
    font-family: "Sportotvet";
    color: #00e676;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .mobile-menu .mm-ul li.mobile-search-menu::before {
    content: "\e90f";
    font-family: "Sportotvet";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 180px;
  }
  .mobile-menu .mm-ul li a {
    color: #fff;
    font-size: 16px;
  }
  .mobile-menu .mm-ul li .mm-ul-li-stat {
    color: #6e6e77;
    font-size: 12px;
    padding-top: 5px;
  }
  .mobile-menu .mm-ul li .mm-ul-li-stat a {
    font-size: 12px;
    color: #b7b7b7;
  }
  .mobile-menu .login-form {
    text-align: left;
    overflow: hidden;
    background-color: #27293c;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
  }
  .menu-bonus-block {
    margin: 20px 0;
    border-top: 2px #27293c dotted;
    padding-bottom: 10px;
  }
  .mbb-area {
    background: #27293c;
    padding: 10px 0;
  }
  .mbb-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
  }
  .mbb-title::before {
    font-family: "Sportotvet";
    content: "\e90b";
    font-weight: normal;
    margin-right: 10px;
  }
  .mbb-text {
    color: #fff;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  .mbb-text a {
    font-size: 15px;
    color: #00e676;
    font-weight: 500;
  }
  .mbb-link {
    text-align: center;
  }
  .mbb-link .btn {
    display: block;
    max-width: 200px;
    padding: 5px 0;
    margin: auto;
  }
  .mobile-menu.open {
    left: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .mbb-logo img {
    max-width: 100%;
  }
  #mobile-login {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    bottom: 0;
    padding: 15px 0;
    background-color: #27293c;
    display: block;
  }
  #mobile-login::before {
    content: "\e910";
    font-family: "Sportotvet";
    margin-right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .advert-banner-block {
    height: 124px;
  }
}

/* -- Pagination -- */
.pagination-block {
  display: flex;
  margin: auto;
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}
.page-numbers {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #8798ad;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  border: 2px transparent solid;
  flex: none;
}
.page-numbers.current {
  background-color: #00e676;
  border-color: #d9eafa;
  font-weight: bold;
  color: #fff;
}
.page-numbers.dots {
}
.page-numbers .pagination__arrow {
  color: #00e676;
  font-size: 15px;
  font-family: "Sportotvet";
}
@media screen and (max-width: 450px) {
  .pagination-block {
    flex-wrap: wrap;
  }
  .page-numbers {
    font-size: 14px;
  }
}
.icon-Arrow-left:before {
  content: "\e926";
}
.icon-Arrow-right:before {
  content: "\e912";
}
