html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --first-font: 'PT Sans Caption', sans-serif;
  --second-font: 'Roboto', sans-serif;
}

body {
  font-family: var(--first-font);
  color: #000000;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.top-banner-wrapper {
  display: flex;
  justify-content: space-between;
}

.logo {
  display: none;
  width: 240px;
  margin-top: 10px;
}

.top-banner {
  margin-top: 10px;
}

.mob-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}

.logo_mob {
  width: 120px;
}

.burger-openmenu {
  background-color: transparent;
  border: 1px solid #333;
  cursor: pointer;
  border-radius: 3px;
}

.burger-openmenu:hover,
.burger-openmenu:focus{
  background-color: #333;
}

.burger-openmenu img{
  width: 20px;
}

.navigation {
  background-color: #434741;
  margin-bottom: 24px;
}

.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.top-menu-item {
  position: relative;
}

.top-menu-item a {
  display: block;
  padding: 14px;
  font-size: 13px;
  color: #b7b7b7;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.top-menu-item:hover a {
  color: #ffffff;
}

.top-menu-item.active a {
  background-color: #ec7866;
  color: #ffffff;
}

.top-submenu {
  position: absolute;
  z-index: 100;
  display: none;
  background-color: #434741;
  min-width: 180px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  top: 100%;
}


.top-submenu a {
  padding: 8px 4px 8px 12px;
  font-size: 14px;
  text-transform: none;

}

.top-menu-item .top-submenu a{
  background-color: #434741;
}

.top-menu-item .top-submenu a:hover {
  background-color: #6e6e6e;
}


.main-new {
  position: relative;
  margin-bottom: 26px;
}

.main-new-img {
  width: 100%;
  /*height: 250px;*/
  /*object-fit: cover;*/
  /*object-position: center;*/
}

.main-new-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px 40px;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #b7b7b7;
}

.main-new-caption-time {
  color: #ffffff;
}

.heading-section {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 18px;
  color: #010101;
  text-transform: uppercase;
  font-weight: bold;
}

.heading-section a {
  color: #010101;
  text-decoration: none;
}

.heading-section.red-underline::after {
  content: '';
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 5px;
  background-color: #d94647;
}

.index-lastnew {
  display: flex;
  margin-bottom: 18px;
}

.hide-index-lastnew {
  display: none;
}

.hide-index-lastnew-date {
  display: none;
}

.index-lastnew-time {
  margin: 0 6px 0 0;
  padding-top: 3px;
  font-size: 13px;
  color: #d00001;
}

.index-lastnew-text {
  margin: 0;
  font-size: 13px;
}

.index-lastnew-category {
  display: inline-block;
  padding: 3px 7px;
  background-color: #f8e4e4;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.7);
}

.index-lastnew-text a{
  text-decoration: none;
  color: #000;
}

.index-lastnew-date {
  position: relative;
  z-index: 100;
  margin: 25px 0 22px;
  font-size: 13px;
  text-transform: uppercase;
  color: #d00001;
  text-align: center;
}

.index-lastnew-date span {
  background-color: white;
  padding: 0 6px;
}

.index-lastnew-date::after {
  content: '';
  position: absolute;
  z-index: -5;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: #d94647;
}

.btn-more {
  padding: 2px 5px;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  border: 1px solid #434741;
  color: #242424;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

.index-nowread {
  display: flex;
  margin-bottom: 20px;
}

.index-nowread-img-link {
  margin-right: 10px;
  flex-shrink: 0;
}

.index-nowread-img {
  width: 100px;
  height: 68px;
  object-fit: cover;
  object-position: center;
}

.index-nowread-text {
  margin: 0;
}

.index-nowread-time {
  display: block;
  margin-bottom: 6px;
  color: #d00001;
  font-size: 13px;
}

.index-nowread-text a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
}


.index-analytics {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.index-analytics li {
  width: 49%;
}

.index-analytics-img {
  margin-bottom: 10px;
  width: 100%;
  height: 125px;
  object-fit: cover;
  object-position: top;
}

.index-analytics-text {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}

.index-analytics-link {
  color: #000;
  text-decoration: none;
}

.index-biographies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}

.index-biographies-item {
  display: flex;
  align-items: center;
  flex-basis: 49%;
  margin-bottom: 12px;
}

.index-biographies-img {
  width: 62px;
  height: 62px;
  margin-right: 10px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.index-biographies-text {
  margin: 0;
  font-size: 13px;
}

.index-biographies-name {
  display: block;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}

.index-biographies-amplua {
  display: block;
  color: #707070;
  text-transform: lowercase;
}

.index-video-img {
  position: relative;
  width: 95%;
  background-color: #ededed;
}

.index-video-img img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
  border: 1px solid lightgray;
  border-radius: 3px;
}

.index-video-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 111;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url('../img/play-video.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-60%,-50%);
}

/*--------------------*/

.rating-bookmakers-list {
  margin: 0 0 20px 0;
  padding: 0 4px;
  list-style: none;
  box-shadow: 0 0px 2px rgba(32, 33, 36, 0.28);
  border: 1px solid #2eb87500;  
  border-radius: 8px;
}

.rating-bookmakers-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.rating-bookmakers-item:not(:last-child){
  border-bottom: 1px solid lightgrey;
}

.rating-bookmakers-num {
  margin-right: 3px;
  font-weight: bold;
  font-size: 14px;
}

.rating-bookmakers-img {
  margin-right: 5px;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.rating-bookmakers-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  border: 2px solid #0e7040;
  width: 34px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

.rating-bookmakers-rating span {
/* display: none; */
}

.rating-bookmakers-star {
  width: 20px;
  margin-right: 3px;
}

.rating-bookmakers-bonus {
  width: 41px;
  font-weight: bold;
  font-size: 12px;
}

.rating-bookmakers-readmore {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  height: 34px;
  width: 60px;
  background-color: #0e7040;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
}

.rating-bookmakers-readmore img {
  width: 10px;
}

.rating-bookmakers-website {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 34px;
  background-color: #ec7866;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
}

/*-----------------------*/

.prognoz_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prognoz_block-komanda1,
.prognoz_block-komanda2 {
  flex-basis: 24%;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: bold;
  text-align: center;
}

.prognoz_block-prognoz {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  box-shadow: 0 0px 2px rgba(32, 33, 36, 0.28);
  border: 1px solid #2eb87500;
  border-radius: 8px;
}

.prognoz_block-name {
  padding-bottom: 12px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid lightgrey;
}

.prognoz_block-koef {
  color: red;
}

.prognoz-bookmakers-list {
  margin: 10px 0;
  padding: 0 4px;
  list-style: none;
}

.prognoz-bookmakers-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
}

.prognoz-bookmakers-item:not(:last-child){
  /*border-bottom: 1px solid lightgrey;*/
}

.prognoz-bookmakers-img {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.prognoz-bookmakers-website {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  background-color: #0e7040;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
}

/*-----------------------*/

.strategy-bookmakers-list {
  margin: 10px 0;
  padding: 0 4px;
  list-style: none;
}

.strategy-bookmakers-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 18px 0;
}

.strategy-bookmakers-item:not(:last-child){
  border-bottom: 1px solid lightgrey;
}

.strategy-bookmakers-img {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.strategy-bookmakers-bonus {
  margin: 0;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.strategy-bookmakers-website {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  width: 230px;
  background-color: #0e7040;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}

/*-----------------------*/

.obzorbk_block_btn {
  display: block;
  margin: 0 auto 10px;
  max-width: 250px;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  background-color: #0e7040;
  padding: 14px 40px;
}

.obzorbk_block_btn:hover {
  background-color: #0e7010;
}

/*-----------------------*/

.greybox-lastnews {
  background-color: #f4f4f4;
}

.greybox-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.greybox-category {
  flex-basis: 30%;
  padding: 32px 0 28px;
}

.greybox-news-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.greybox-news-list li {
  display: flex;
  align-items: flex-start;
}

.greybox-news-list li:not(:last-child) {
  margin-bottom: 22px;
}

.greybox-news-img-link {
  margin-right: 10px;
  flex-shrink: 0;
}
.greybox-news-img {
  width: 100px;
  height: 62px;
  object-fit: cover;
  object-position: center;
}

.greybox-news-text {
  font-size: 13px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
}

.heading-section-h1 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 18px;
  color: #010101;
  text-transform: uppercase;
  font-weight: bold;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination li a:hover, .pagination li a:focus {
  color: #fff;
  background-color: #4c779e;
  border-color: #4c779e;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination li a {
  color: #999;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.new-time {
  margin: 0 0 10px;
  font-size: 13px;
  color: #d00001;
}

.heading-new {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 24px;
  color: #010101;
  font-weight: bold;
}

.new-main-img {
  width: 100%;
  height: auto;
}

.h2-description {
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.new-author {
  font-size: 12px;
  color: #8a8a8a;
}

.new-tags {
  font-size: 12px;
  color: #8a8a8a;
}

.new-tags a {
  color: #000;
  text-decoration: none;
}

.new-tags a:hover {
  text-decoration: underline;
}

.comments-heading-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comments-heading-name {
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}

.comments-heading-name::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 23px;
  height: 17px;
  background-image: url('../img/comments-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.leave-comment-form {
  display: flex;
  align-items: flex-start;
}

.leave-comment-img {
  margin-right: 10px;
}

.leave-comment-name {
  border: 1px solid lightgray;
  height: 25px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}

.leave-comment-name::placeholder,
.leave-comment-text::placeholder  {
  font-size: 13px;
}

.leave-comment-text {
  border: 1px solid lightgray;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}

.user-comment {
  display: flex;
  align-items: flex-start;
}

.user-comment-img {
  margin-right: 10px;
}

.user-comment-name {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}

.user-comment-text {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 17px;
  color: #7c7c7c;
}

.same-news-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.same-news-item {
  display: flex;
  flex-basis: 30%;
  margin-bottom: 20px;
}

.same-news-item:not(:nth-child(3n)){
  margin-right: 4.9%;
}

.same-news-img-link {
  margin-right: 10px;
  flex-shrink: 0;
}

.same-news-img {
  width: 100px;
  height: 68px;
  object-fit: cover;
  object-position: center;
}

.same-news-text {
  margin: 0;
}

.same-news-time {
  display: block;
  margin-bottom: 6px;
  color: #d00001;
  font-size: 13px;
}

.same-news-text a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
}

.videostreams-side-list-wrapper {
  overflow-y: auto;
  max-height: 380px;
}

.videostreams-side-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.videostreams-side-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.videostreams-side-img {
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}

.videostreams-side-img img {
  width: 150px;
  height: 90px;
  object-fit: contain;
  object-position: center;
  border: 1px solid lightgray;
  background-color: #ededed;
}

.videostreams-side-img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 45px;
  height: 45px;
  background-image: url('../img/play-video.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%,-50%);
}

.videostreams-side-time {
  margin: 0 0 8px;
  font-size: 13px;
  color: #d00001;
}

.videostreams-side-name {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
  text-decoration: none;
}

.videostreams-side-comments {
  margin: 0;
  font-size: 13px;
  color: #666666;
}

.videostreams-side-comments::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 23px;
  height: 17px;
  background-image: url('../img/comments-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.videostreams-archive-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.videostreams-archive-item {
  flex-basis: 19%;
  margin-bottom: 30px;
}

.videostreams-archive-img {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.videostreams-archive-img img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
  background-color: #ededed;
  border: 1px solid lightgrey;
}

.videostreams-archive-img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 45px;
  height: 45px;
  background-image: url('../img/play-video.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%,-50%);
}

.videostreams-archive-time {
  margin: 0 0 8px;
  font-size: 13px;
  color: #d00001;
}

.videostreams-archive-name {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
  text-decoration: none;
}

.videostreams-archive-comments {
  margin: 0;
  font-size: 13px;
  color: #666666;
}

.videostreams-archive-comments::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 23px;
  height: 17px;
  background-image: url('../img/comments-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.hide-videostream-other {
  display: none;
}

.comments-hide {
  display: none;
}

.pagination > li > a, .pagination > li > span {
  padding: 7px;
  border: none;
}

.pagination > li.active > a {
  background-color: lightgrey;
  font-weight: bold;
}

.height20 {
    height:40px;
}

.height40 {
  height:40px;
}

.centered {
  text-align: center;
}

.reklama_img_ssilka {
    display: inline-block;
}

.reklama_img_ssilka img {
    margin: 0 auto;
}

.footer {
  background-color: #434741;
}

.footer-navigation {
  background-color: #2f322d;
  margin-bottom: 30px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-item:not(:last-child) {
  margin-right: 20px;
}

.footer-menu-item a {
  position: relative;
  display: block;
  padding: 14px 0;
  font-size: 13px;
  color: #b7b7b7;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-menu-item:hover a {
  color: #ffffff;
}

.footer-menu-item.active a {
  /* background-color: #ec7866; */
  color: #ffffff;
}

.footer-menu-item.active a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ec7866;
}

.footer-submenu-wrapper {
  display: flex;
}

.footer-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-submenu:first-child {
  margin-right: 40px;
}

.footer-submenu-item {
  margin-bottom: 12px;
}

.footer-submenu-item a {
  margin-bottom: 12px;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

.footer-text {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #b7b7b7;
}

.footer-copy {
  margin: 0;
  padding-bottom: 20px;
  font-size: 13px;
  color: white;
}

.footer-copy span {
  color: #b7b7b7;
}