body {
  background: #f3f3f2;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #222529;
  font-weight: 400;
}
.container,
.container-article {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}
.tg-banner {
  position: relative;
  padding: 0 15px;
  background: rgba(51, 143, 236, 0.8);
  color: #fff;
  display: flex;
  border-radius: 10px !important;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
}
.tg-banner .tg-icon {
  font-size: 30px;
  margin-right: 20px;
}
.tg-content {
  position: absolute;
  top: 0;
  left: 60px;
  width: calc(100% - 60px);
  height: 100%;
  animation: tg-banner 5s linear infinite;
}
.tg-content span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
@keyframes tg-banner {
  0% {
    top: 0px;
  }
  10% {
    top: -50px;
  }
  45% {
    top: -50px;
  }
  55% {
    top: 0px;
  }
}
.btn {
  padding: 5px;
  background: #e04545;
  color: #fff;
}
.cuc {
  position: relative;
  width: 100%;
  height: 400px;
}
.v-efire {
  animation: live-2 2s linear infinite;
}
.bg {
  background: #fff;
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.04), 0 4px 32px rgba(18, 17, 36, 0.08);
}
.index-img_dark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.rek {
  max-height: 250px;
}
.rek-mob {
  display: none;
}
.min-rek {
  max-height: 250px;
}
.rek-t {
  margin-top: 30px;
}
.rek-b {
  margin-bottom: 30px;
}
.navigation-page a {
  display: block;
  text-align: center;
  color: #222529;
  background: #eaeaea;
}
.navigation-page .active {
  background: #df4f4f;
  color: #fff;
  font-weight: 500;
}
.navigation-page .navigation-wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.navigation-page .navigation-wrap a {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-weight: 500;
  border-radius: 5px;
}
.navigation-page .navigation-items {
  margin-top: 20px;
}
.navigation-page .navigation-items ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.navigation-page .navigation-items ul li {
  flex-grow: 1;
  overflow: hidden;
  border-radius: 5px;
}
.navigation-page .navigation-items ul li a {
  padding: 8px 10px;
  transition: 0.3s;
}
.navigation-page .navigation-items ul li a:hover {
  background: rgba(219, 55, 55, 0.6);
  color: #fff;
}
.title-page {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin: 0 0 15px 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
  background: #eaeaea;
}
.title-page h1 {
  font-weight: 500;
  font-size: 24px;
}
.title-page h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
.title-page p {
  margin: 10px 0;
  color: #8f8f8f;
  font-weight: 400;
}
.code-wrapp {
  margin-top: 50px;
}
@keyframes live {
  0% {
    background: rgba(219, 55, 55, 0.5);
  }
  50% {
    background: #db3737;
  }
  100% {
    background: rgba(219, 55, 55, 0.5);
  }
}
@keyframes live-2 {
  50% {
    background: red;
  }
}
nav.default-menu {
  padding: 0 50px;
}
nav.default-menu li i {
  margin-right: 5px;
}
nav.default-menu ul {
  display: flex;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 500;
}
nav.default-menu ul li {
  margin-left: 5px;
}
nav.default-menu ul li a {
  padding: 6px;
  font-size: 16px;
  background: #dadada;
  border-radius: 3px;
  transition: 0.3s;
  white-space: nowrap;
  color: #222529;
  letter-spacing: -0.5px;
}
nav.default-menu ul li a:hover {
  background: rgba(219, 55, 55, 0.6);
  color: #fff;
}
nav.default-menu ul li .active {
  background: #e04545;
  color: #fff;
}
nav.default-menu ul li:first-child {
  margin-left: 0;
}
nav.default-menu ul .live-link a {
  color: #fff;
  animation: live 2s linear infinite;
}
.show {
  visibility: visible !important;
  opacity: 1 !important;
}
header {
  border-bottom: 1px solid #dbdbdb;
  box-shadow: 0 0 5px #ccc;
  padding: 0 15px;
}
header .heading {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .heading .logo {
  width: 200px;
}
header .heading .logo img {
  width: 100%;
}
header .heading .icons {
  display: flex;
  align-items: center;
}
header .heading .icons .fa-telegram-plane {
  color: #3390ec;
  font-size: 25px;
}
header .heading .icons i {
  font-size: 21px;
  margin-left: 20px !important;
  cursor: pointer;
}
header .heading .icons i:first-child {
  margin-left: 0;
}
header .heading a {
  color: #222529;
}
.fix-header {
  position: fixed !important;
  width: 100%;
  background: rgba(243, 243, 242, 0.98);
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s;
  transform: translateY(-100%);
}
.fix-header .heading {
  padding: 10px 0 !important;
}
.fix-header .gift {
  display: none;
}
.fix-header_show .gift {
  display: block !important;
}
.date {
  min-width: 38px;
  text-align: center;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.date .month,
.date .number,
.date .year {
  padding: 3px;
}
.date .month {
  background: #e04545;
  color: #fff;
  font-size: 14px;
}
.date .number {
  background: #e9e9e9;
  font-size: 17px;
}
.date .year {
  background: #ddd;
  font-size: 12px;
}
.rating-cards {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
.rating-cards .rating-accordion {
  overflow: hidden;
  transition: 0.3s;
}
.rating-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rating-cards .flag,
.rating-cards .fighter-flag {
  width: 25px;
}
.rating-cards .rating-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}
.rating-cards .rating-card .rating-card_info,
.rating-cards .rating-card .rating-card_content {
  padding: 15px !important;
}
.rating-cards .rating-card .rating-card_header {
  overflow: hidden;
  position: relative;
  background: #eaeaea;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.rating-cards .rating-card .rating-card_header .ribbon {
  position: absolute;
  width: 100px;
  padding: 1px;
  background: rgba(223, 79, 79, 0.8);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  top: 18px;
  right: -25px;
  transform: rotate(45deg);
}
.rating-cards .rating-card .rating-card_header .rating-card_header_title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
}
.rating-cards .rating-card .rating-card_header .rating-card_header_title i {
  display: none;
  position: relative;
  top: -4px;
  transform: rotate(0deg);
  margin-left: 5px;
}
.rating-cards .rating-card .rating-card_header .rating-card_header_title i.active {
  top: 3px;
  transform: rotate(180deg);
}
.rating-cards .rating-card .rating-card_header span {
  font-size: 15px;
}
.rating-cards .rating-card .rating-card_info,
.rating-cards .rating-card .rating-card_info_right {
  display: flex;
}
.rating-cards .rating-card .rating-card_info {
  padding: 10px 0;
}
.rating-cards .rating-card .rating-card_info .rating-card_info_left {
  width: 100px;
  height: 70px;
  background: #eaeaea;
  padding: 5px;
  border-radius: 10px;
}
.rating-cards .rating-card .rating-card_info .rating-card_info_right {
  margin-left: 10px;
  width: 100%;
  justify-content: space-between;
}
.rating-cards .rating-card .rating-card_info .rating-card_info_right .rating-card_info_right_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rating-cards .rating-card .rating-card_info .rating-card_info_right .rating-card_info_right_content span {
  color: rgba(0, 0, 0, 0.4);
}
.rating-cards .rating-card .rating-card_info .rating-card_info_right .flag {
  align-self: center;
}
.rating-cards .rating-card .rating-card_content .fighters-wrapp {
  counter-reset: num;
}
.rating-cards .rating-card .rating-card_content .fighter {
  position: relative;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.rating-cards .rating-card .rating-card_content .fighter .fighter-name {
  position: relative;
  margin-left: 30px;
}
.rating-cards .rating-card .rating-card_content .fighter .fighter-name::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: -30px;
  color: rgba(0, 0, 0, 0.4);
}
.rating-cards .rating-card .rating-card_content .fighter .fighter-r {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.rating-cards .rating-card .rating-card_content .fighter .r-up::before,
.rating-cards .rating-card .rating-card_content .fighter .r-down::before {
  content: '';
  position: absolute;
  left: -12px;
}
.rating-cards .rating-card .rating-card_content .fighter .r-down::before {
  border: 4px solid transparent;
  border-top: 5px solid red;
  top: 8px;
}
.rating-cards .rating-card .rating-card_content .fighter .r-up::before {
  border: 4px solid transparent;
  border-bottom: 5px solid green;
  top: 4px;
}
.rating-cards .rating-card .rating-card_content .fighter:last-child {
  border-bottom: none;
}
.schedule-info {
  justify-self: flex-start;
  margin-left: 15px;
  margin-right: 10px;
}
.schedule-info a strong {
  transition: 0.3s;
  font-weight: 600;
}
.schedule-info a:hover > strong {
  color: #df4f4f;
}
.schedule-info strong {
  font-weight: 600;
  color: #222529;
}
.schedule-info .vs {
  color: #8f8f8f;
  font-weight: 400;
}
.category {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  z-index: 9;
}
@keyframes index_live {
  0% {
    box-shadow: 0 0 0px #ff0000;
  }
  50% {
    box-shadow: 0 0 8px 3px #ff0000;
  }
  100% {
    box-shadow: 0 0 0px #ff0000;
  }
}
main .main-article {
  margin-top: 50px;
  position: relative;
}
main .main-article .tg-banner {
  margin-top: 30px;
  border-radius: 5px;
}
main .main-article .category {
  top: 20px;
  left: 20px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 5px;
}
main .main-article .index-article {
  max-height: 500px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
main .main-article .index-article .index-bg {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.08) 5.79%, rgba(0, 0, 0, 0.1) 10.88%, rgba(0, 0, 0, 0.2) 15.63%, rgba(0, 0, 0, 0.3) 20.37%, rgba(0, 0, 0, 0.4) 25.46%, rgba(0, 0, 0, 0.5) 31.25%, rgba(0, 0, 0, 0.6) 38.08%, rgba(0, 0, 0, 0.7) 46.3%, rgba(0, 0, 0, 0.8) 56.25%, rgba(0, 0, 0, 0.9) 68.29%, #000000 82.75%, #000000);
}
main .main-article .index-article .main-article_img img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: top;
  transition: 0.3s;
}
main .main-article .index-article .main-article_content {
  z-index: 3;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 40px;
  color: #fff;
}
main .main-article .index-article .main-article_content h2,
main .main-article .index-article .main-article_content h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
main .main-article .index-article .main-article_content h2 a,
main .main-article .index-article .main-article_content h1 a {
  color: #fff;
}
main .main-article .index-article {
  position: relative;
}
main .main-article .index-article .a-ct::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
main .main-article .index-article .main-article_content .main-article_info {
  display: flex;
}
main .main-article .index-article .main-article_content .main-article_info .views {
  margin-left: 15px;
}
main .main-article:hover > article a img {
  transform: scale(1.02);
}
.admin-form_login {
  display: flex;
  flex-direction: column;
  width: 600px;
  min-width: 300px;
  margin: 30px auto;
}
.admin-form_login input,
.admin-form_login button {
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
}
.admin-form_login input {
  border: 1px solid #ccc;
}
.admin-form_login input:first-child {
  margin-top: 0;
}
.admin-form_login button {
  background: #e04545;
  color: #fff;
}
.share {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.share .si {
  padding: 7px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.share .si:hover {
  background: rgba(223, 79, 79, 0.8);
  color: #fff;
}
.share .si:first-child {
  margin-left: 0;
}
.article-content {
  padding-bottom: 15px;
}
.article-content .list {
  margin-top: 20px;
  margin-left: 20px;
  list-style: disc;
  font-weight: 400;
}
.article-content img {
  width: 100%;
  border-radius: 15px;
}
.article-content h2,
.article-content h3,
.article-content h4 {
  margin-top: 25px;
}
.article-content p,
.article-content blockquote {
  margin-top: 20px;
  line-height: 20px;
}
.article-content p {
  font-weight: 400;
}
.article-content blockquote {
  border-left: 3px solid #e04545;
  padding-left: 15px;
  margin-left: 20px;
  font-style: italic;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.article-content .play {
  margin-top: 30px;
  width: 100%;
  height: 350px;
  background: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.article-content .play i {
  color: #fff;
  font-size: 40px;
}
.article-content .keywords-wrapp {
  margin-top: 20px;
  padding: 5px;
}
.article-content .keywords-wrapp .title-keywords {
  font-size: 20px;
  margin: 15px 0;
}
.article-content .keywords-wrapp .keywords a,
.article-content .keywords-wrapp .keywords span {
  display: inline-block;
  padding: 5px 10px;
  background: #dadada;
  color: #332a29 !important;
  font-size: 15px;
  transition: 0.3s;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 5px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.article-content .keywords-wrapp .keywords a:hover,
.article-content .keywords-wrapp .keywords span:hover {
  background: rgba(224, 69, 69, 0.7);
  color: #fff !important;
}
.empty-news {
  text-align: center;
}
.news-rating {
  margin-top: 30px;
  padding: 15px;
  display: flex;
  background: #e6e6e6;
  font-size: 20px;
  border-bottom: 1px solid #ececec;
  border-radius: 8px 8px 0 0;
}
.news-rating .like,
.news-rating .dislike {
  cursor: pointer;
}
.news-rating .like:hover > i,
.news-rating .dislike:hover > i {
  color: #444;
}
.news-rating i {
  color: #b2b2b2;
}
.news-rating .like {
  margin-right: 20px;
}
.news-rating span {
  font-size: 25px;
  font-weight: bold;
  margin-left: 5px;
  color: #444;
}
.comments {
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.comments .a-comment {
  margin-bottom: 30px;
}
.comments .a-comment .a-comment_header {
  display: flex;
  justify-content: space-between;
}
.comments .a-comment .a-comment_header .a-comment_name {
  font-size: 18px;
  font-weight: 500;
  color: #4FB7BA;
}
.comments .a-comment .a-comment_header .a-comment_name i {
  margin-right: 5px;
}
.comments .a-comment .a-comment_header i {
  cursor: pointer;
}
.comments .main-comment {
  margin-top: 30px;
}
.comments .main-comment:first-child {
  margin-top: 0;
}
.comments .comments-center {
  position: relative;
  padding: 25px 8px;
}
.comments .comments-center .user-name_wrapp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.comments .comments-center .user-name_wrapp .user-name_content {
  max-width: 400px;
  width: 400px;
  display: flex;
  flex-direction: column;
}
.comments .comments-center .user-name_wrapp .user-name_content input {
  border: 1px solid #4FB7BA;
}
.comments .comments-center .user-name_wrapp .user-name_content button {
  background: #4FB7BA;
  color: #fff;
  margin-top: 10px;
}
.comments .comments-center .user-name_wrapp .user-name_content input,
.comments .comments-center .user-name_wrapp .user-name_content button {
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
}
.comments .center-show {
  height: 400px;
  overflow: hidden;
}
.comments .comments-bottom {
  padding: 25px 15px;
}
.comments .comments-bottom form {
  display: flex;
}
.comments .comments-bottom form .input-text {
  outline: none;
  width: 100%;
  padding: 10px;
  background: #e6e6e6;
  border-radius: 10px;
  font-size: 16px;
  resize: none;
  min-height: 37px;
  height: 37px;
}
.comments .comments-bottom form .input-text:empty::before {
  content: attr(placeholder);
}
.comments .comments-bottom form .input-text::-webkit-scrollbar {
  display: none;
}
.comments .comments-bottom .textarea-wrapp {
  position: relative;
  width: 100%;
}
.comments .comments-bottom .textarea-wrapp .input-text {
  width: 100%;
}
.comments .comments-bottom .textarea-wrapp button {
  position: absolute;
  background: #808080;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 50%;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comments .comments-title,
.comments .comments_count_btn {
  color: #bababa;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}
.comments .comments-title {
  font-size: 16px;
}
.comments .comments-icon,
.comments .comments-close {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 20px;
}
.comments .comments-icon:hover,
.comments .comments-close:hover {
  background: #e9e9e9;
  cursor: pointer;
}
.comments .comments-bottom {
  border-top: 1px solid #ececec;
}
.comments .comments-icon {
  border-right: 1px solid #ececec;
  display: flex;
  align-items: center;
}
.comments .comments-icon i {
  margin-right: 3px;
}
.comments .comments-icon span {
  margin-top: -1px;
  font-size: 18px;
}
.comments .comments-close {
  border-left: 1px solid #ececec;
}
.comments .comments-top {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
}
.comments .comments-top .comments-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}
.comments .comment .comment-top {
  min-width: 200px;
}
.comments .comment .comment-wrapp {
  display: flex;
}
.comments .comment .user-icon {
  position: relative;
  margin-right: 7px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e04545;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  z-index: 1;
}
.comments .comment .comment-answer__wrapp .user-icon::after {
  content: '';
  position: absolute;
  display: block;
  height: 112px;
  width: 1px;
  background: #e6e6e6;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.comments .comment .comment-answer__wrapp:last-child .user-icon::after {
  display: none;
}
.comments .comment .comment-content {
  background: #f3f3f3;
  padding: 7px 10px 10px 10px;
  border-radius: 8px;
  font-size: 17px;
}
.comments .comment .comment-content .user-name {
  font-weight: bold;
  color: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments .comment .comment-content .user-name a {
  font-size: 14px;
  cursor: pointer;
  display: none;
  color: #4FB7BA;
}
.comments .comment .comment-content .comment-text {
  margin-top: 8px;
}
.comments .comment .comment-content:hover > .user-name a {
  display: block;
}
.comments .comment .comment-bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
  color: #bababa;
  justify-content: space-between;
}
.comments .comment .comment-bottom .answer {
  cursor: pointer;
}
.comments .comment .comment-bottom .rating-wrapp {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.comments .comment .comment-bottom .rating-wrapp .rating {
  margin-right: 8px;
}
.comments .comment .comment-bottom .estimate {
  display: flex;
  height: 20px;
  width: 60px;
  border: 1px solid #bababa;
  border-radius: 50px;
  margin-bottom: -2px;
  overflow: hidden;
}
.comments .comment .comment-bottom .estimate .estimate-item {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  line-height: 15px;
  transition: 0.3s;
  cursor: pointer;
}
.comments .comment .comment-bottom .estimate .estimate-item:last-child {
  border-left: 1px solid #bababa;
}
.comments .comment .comment-bottom .estimate .estimate-item:hover {
  background: #bababa;
  color: #fff;
}
.comments .comment .comment-answer__wrapp {
  margin-top: 30px;
  padding-left: 45px;
}
.comments .comment .comment-answer__wrapp .user-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  font-size: 10px;
}
.answer-line {
  position: relative;
}
.answer-line::before {
  content: '';
  position: absolute;
  display: block;
  height: calc(100% + 30px);
  width: 30px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-bottom-left-radius: 20px;
  left: 18px;
  top: 15px;
  z-index: 0;
}
.article-play {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  cursor: pointer;
}
.article-play i {
  font-size: 40px;
  color: #fff;
}
.more {
  display: block;
  width: 200px;
  margin: 0 auto 30px auto;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #e04545;
  color: #e04545;
  border-radius: 8px;
  transition: 0.3s;
}
.more:hover {
  background: #e04545;
  color: #fff;
}
section.main-section {
  display: flex;
  margin-top: 30px;
}
section.main-section .fighter-wrapp .ft {
  margin-bottom: 30px;
  background: #fff;
}
section.main-section .fighter-wrapp .ft:last-child {
  margin-bottom: 0;
}
section.main-section .fighter-wrapp .fighter {
  padding: 20px;
  border-radius: 8px;
}
section.main-section .fighter-wrapp .fighter-desc {
  margin-top: 30px;
}
section.main-section .fighter-wrapp .fighter .fighter-content {
  display: flex;
  gap: 30px;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content {
  display: flex;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter-img {
  width: 180px;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter-img img {
  width: 100%;
  border-radius: 15px;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter_left-info {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter_left-info h1 {
  font-size: 23px;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter_left-info span {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter-details {
  margin-top: 10px;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter-details .fighter-details_item {
  display: flex;
  margin-bottom: 5px;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter-details .fighter-details_item img {
  width: 28px;
  border-radius: 3px;
  margin-right: 10px;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter-details .fighter-details_item span {
  color: #333;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter-statistics {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
section.main-section .fighter-wrapp .fighter .fighter_left-content .fighter-statistics span {
  width: 32px;
  height: 32px;
  background: #f1f3f4;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border-top: 5px solid green;
}
section.main-section .fighter-wrapp .fighter .fighter_right-content {
  padding-left: 30px;
  border-left: 1px solid #e4e4e4;
}
section.main-section .fighter-wrapp .fighter .fighter_right-content ul li {
  font-size: 16px;
  display: flex;
  margin-bottom: 8px;
}
section.main-section .fighter-wrapp .fighter .fighter_right-content ul li span {
  display: block;
}
section.main-section .fighter-wrapp .fighter .fighter_right-content ul li span:first-child {
  color: #666;
  width: 120px;
}
section.main-section .fighter-wrapp .fighter .fighter_right-content ul li span:last-child {
  color: #333;
  font-weight: 500;
}
section.main-section .fighter-wrapp .fighter .fighter_right-content ul li:last-child {
  margin-bottom: 0;
}
section.main-section .fighters-cards {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
section.main-section .fighters-cards .fighters-card {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #eaeaea;
  border-radius: 8px;
}
section.main-section .fighters-cards .fighters-card .fighters-card_flag {
  width: 35px;
  margin-right: 15px;
}
section.main-section .fighters-cards .fighters-card .fighters-card_name .name {
  font-weight: 500;
  margin-bottom: -2px;
}
section.main-section .fighters-cards .fighters-card .fighters-card_name span {
  font-size: 14px;
}
section.main-section .fighters-cards .fighters-card .fighters-card_statistics {
  margin-left: auto;
}
section.main-section .fighters-cards .fighters-card:nth-child(2n) {
  background: #fff;
}
section.main-section .articles {
  width: 70%;
}
section.main-section .articles .article-mh {
  max-height: 220px;
}
section.main-section .articles .article-mh img {
  height: 220px;
  width: 100%;
  display: block;
  object-fit: cover;
}
.page-slider {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.page-slider a {
  display: block;
  font-size: 18px;
  color: #e04545;
}
.page-slider a i {
  color: #ccc;
  transition: 0.3s;
}
.page-slider a span {
  color: #222529;
  font-weight: 400;
  transition: 0.3s;
}
.page-slider a:hover i,
.page-slider a:hover span {
  color: #e04545;
}
.page-slider .prev-page,
.page-slider .next-page {
  width: 400px;
}
.page-slider .prev-page i {
  margin-right: 8px;
}
.page-slider .prev-page a:hover i {
  transform: translateX(-5px);
}
.page-slider .next-page {
  text-align: right;
}
.page-slider .next-page i {
  margin-left: 8px;
}
.page-slider .next-page a:hover i {
  transform: translateX(5px);
}
.recommendations {
  margin-top: 50px;
}
.recommendations h3 {
  margin-bottom: 30px;
  font-size: 23px;
  border-left: 3px solid #e04545;
  padding-left: 15px;
}
.recommendations .feed {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
.recommendations .feed .article-mh {
  max-height: 150px !important;
}
.recommendations .feed .article-title {
  font-size: 14px !important;
}
.recommendations .feed .article-details {
  font-size: 12px !important;
}
section.main-section .feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 15px;
  margin-bottom: 30px;
}
section.main-section .feed article {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  transition: 0.3s;
}
section.main-section .feed article img {
  width: 100%;
  transition: 0.3s;
}
section.main-section .feed article .article-media {
  position: relative;
  overflow: hidden;
}
section.main-section .feed article .article-media .video-play,
section.main-section .feed article .article-media .category {
  position: absolute;
}
section.main-section .feed article .article-media .category {
  top: 12px;
  left: 12px;
  padding: 2px 5px;
  font-size: 16px;
}
section.main-section .feed article .article-media .video-play {
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
section.main-section .feed article .article-title {
  margin: 10px 0;
  font-size: 16px;
}
section.main-section .feed article .article-title a {
  color: #222529;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
}
section.main-section .feed article .article-details {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 400;
}
section.main-section .feed article .article-details .article-info {
  display: flex;
}
section.main-section .feed article .article-details .article-info .i-comments {
  margin-left: 15px;
}
section.main-section .feed article:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
section.main-section .feed article:hover img {
  transform: scale(1.04);
}
section.main-section aside {
  width: 30%;
  margin-left: 30px;
  letter-spacing: -0.8px;
}
section.main-section aside h3 {
  font-size: 20px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
section.main-section aside .article-h3 {
  text-align: center;
  margin-bottom: 5px;
}
section.main-section aside article {
  height: 230px;
  position: relative;
  border-radius: 30px 0;
  overflow: hidden;
  margin-bottom: 20px;
}
section.main-section aside article h4 {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
section.main-section aside article .tags,
section.main-section aside article a,
section.main-section aside article .article-title {
  position: absolute;
}
section.main-section aside article .tags,
section.main-section aside article .article-title {
  z-index: 3;
}
section.main-section aside article .tags {
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}
section.main-section aside article a,
section.main-section aside article a img {
  width: 100%;
  height: 100%;
}
section.main-section aside article a {
  top: 0;
  left: 0;
}
section.main-section aside article a img {
  object-fit: cover;
  border-bottom-right-radius: 35px;
  transition: 0.3s;
}
section.main-section aside article .article-title {
  bottom: 0;
  padding: 15px 30px;
  border-radius: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.main-section aside article .article-title a {
  display: contents;
  color: #222;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 600;
}
section.main-section aside article .article-title a:hover {
  color: #df4f4f;
}
section.main-section aside article:last-child {
  margin-bottom: 0;
}
section.main-section aside article:hover img {
  transform: scale(1.03) rotate(1deg);
}
section.main-section aside .aside-wrapper {
  border-radius: 8px;
  margin-bottom: 50px;
}
section.main-section aside .aside-wrapper .article-h3 {
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 12px;
  border-left: 3px solid #e04545;
  text-align: left !important;
}
section.main-section aside .aside-wrapper .article-img_bg {
  display: block;
  position: relative;
}
section.main-section aside .aside-wrapper .article-img_bg::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 2;
}
section.main-section aside .aside-wrapper .aside-header,
section.main-section aside .aside-wrapper .aside-content,
section.main-section aside .aside-wrapper .aside-footer a {
  padding: 15px;
}
section.main-section aside .aside-wrapper .aside-header {
  text-align: center;
  border-bottom: 1px solid #ececec;
}
section.main-section aside .aside-wrapper .aside-footer a {
  border-top: 1px solid #ececec;
  display: block;
  text-align: center;
  color: #222529;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}
section.main-section aside .aside-wrapper .aside-footer a:hover {
  background: #ebebeb;
}
section.main-section aside .aside-wrapper:last-child {
  margin-bottom: 0;
  position: sticky;
  top: 100px;
}
section.main-section aside .schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
section.main-section aside .schedule-item .schedule-img {
  max-width: 100px;
  margin-left: auto;
}
section.main-section aside .schedule-item .schedule-img img {
  width: 100%;
}
section.main-section aside .schedule-item:last-child {
  margin-bottom: 0;
}
.news .articles .feed {
  margin-top: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.tournaments-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.tournaments-wrapper .tournament {
  width: 50%;
}
.tournaments-wrapper .tournament h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
}
.tournaments-wrapper .tournament .cards .card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.tournaments-wrapper .tournament .cards .card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.tournaments-wrapper .tournament .cards .card:last-child {
  margin-bottom: 0;
}
.tournaments-wrapper .tournament .cards .card-top {
  padding: 15px;
}
.tournaments-wrapper .tournament .cards .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tournaments-wrapper .tournament .cards .card-top .schedule-info {
  font-size: 18px;
  margin-left: 20px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.tournaments-wrapper .tournament .cards .card-top .schedule-info strong {
  font-weight: 600;
}
.tournaments-wrapper .tournament .cards .card-top .schedule-info .vs {
  font-weight: 400;
}
.tournaments-wrapper .tournament .cards .card-top .tournament-img_block {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.tournaments-wrapper .tournament .cards .card-top .tournament-img_block span {
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
}
.tournaments-wrapper .tournament .cards .card-top .tournament-img_block .fighter {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.tournaments-wrapper .tournament .cards .card-top .tournament-img_block .fighter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.tournaments-wrapper .tournament .cards .card-bottom {
  display: flex;
  text-align: center;
  border-top: 1px solid #ececec;
}
.tournaments-wrapper .tournament .cards .card-bottom a {
  display: block;
  width: 50%;
  padding: 10px;
  color: #222529;
}
.tournaments-wrapper .tournament .cards .card-bottom a:last-child {
  border-left: 1px solid #ececec;
}
.tournaments-wrapper .past {
  margin-left: 40px;
  filter: grayscale(1);
}
.active-tab {
  background: #fff !important;
}
.art .main-article {
  margin-top: 0;
}
.search-form {
  display: flex;
  justify-content: space-between;
}
.search-form input,
.search-form button {
  padding: 12px;
  font-size: 18px;
}
.search-form input {
  width: 70%;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
}
.search-form button {
  width: 30%;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 5px 5px 0;
  background: #eaeaea;
}
.live-wrapp_article {
  position: relative;
}
.telegram {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  visibility: hidden;
  opacity: 0;
}
.telegram .telegram-content,
.telegram .telegram-content a {
  color: #fff;
}
.telegram .telegram-content {
  padding: 80px 60px;
  background: rgba(51, 143, 236, 0.8);
  border-radius: 5px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.telegram .telegram-content h3 {
  font-size: 22px;
}
.telegram .telegram-content a {
  margin-top: 25px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px dashed #fff;
  border-radius: 5px;
}
.tg-show {
  visibility: visible !important;
  opacity: 1 !important;
}
.fx {
  position: fixed !important;
}
.main-live {
  max-width: 1150px;
  margin: 0 auto;
}
.live-wrapp .live,
.live-wrapp .tg-banner {
  border: 1px solid #ccc;
}
.live-wrapp .live {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.live-wrapp .tg-banner {
  margin-top: 10px;
}
.live-wrapp .live-btn {
  margin-top: 20px;
}
.live-wrapp .live-btn .btn-wrapp {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
}
.live-wrapp .live-btn .btn-wrapp button {
  width: 100%;
  padding: 10px;
  background: #dadada;
  border: 1px solid #cfcfcf;
  margin-left: 5px;
  border-radius: 5px 5px 0 0;
  font-size: 17px;
}
.live-wrapp .live-btn .btn-wrapp button:first-child {
  margin-left: 0;
}
.live-wrapp .live-btn .btn-wrapp .active {
  background: #fff;
}
.live-wrapp .live-players {
  display: flex;
}
.live-wrapp .live-players .play-wrapp {
  position: relative;
  width: 100%;
  cursor: pointer;
  min-height: 120px;
  margin-right: 10px;
}
.live-wrapp .live-players .play-wrapp .live-block,
.live-wrapp .live-players .play-wrapp .play-btn {
  position: absolute;
  color: #fff;
  z-index: 2;
}
.live-wrapp .live-players .play-wrapp .live-block {
  background: #ff0000;
  font-size: 7px;
  padding: 2px 4px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}
.live-wrapp .live-players .play-wrapp .play-btn {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
.live-wrapp .live-players .play-wrapp .live-block {
  bottom: 5px;
  right: 5px;
  text-transform: uppercase;
}
.live-wrapp .live-players .play-wrapp .m-live {
  position: absolute;
  border: 20px solid transparent;
  border-bottom: 20px solid red;
  left: -24px;
  top: -21px;
  transform: rotate(310deg);
}
.live-wrapp .live-players .play-wrapp:last-child {
  margin-right: 0;
}
.live-wrapp .live-players .play-wrapp_main .player .bg {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)) !important;
}
.live-wrapp .live-players .player {
  position: relative;
  width: 100%;
  min-height: 120px;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.live-wrapp .live-players .player .player-info {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 10px;
  bottom: 10px;
  z-index: 9;
}
.live-wrapp .live-players .player .player-info b {
  font-size: 15px;
}
.live-wrapp .live-players .player .player-info span {
  font-size: 13px;
  color: #ddd;
}
.live-wrapp .live-players .player .bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-article_nav2 nav.default-menu {
  border-bottom: 1px solid #dadada;
  margin-top: 30px !important;
}
.nav2 nav.default-menu {
  margin-top: 50px;
  border-top: 1px solid #dadada;
  padding: 0 !important;
  justify-content: center !important;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
}
.nav2 nav.default-menu ul {
  display: flex;
}
.nav2 nav.default-menu ul li {
  margin-left: 0;
}
.nav2 nav.default-menu ul li a {
  display: block;
  padding: 10px;
  background: none;
  border-radius: 0px;
  color: #222529;
  border-bottom: 1px solid transparent;
}
.nav2 nav.default-menu ul li a:hover {
  background: none;
  color: #222529;
  border-bottom: 1px solid #000;
}
.nav2 nav.default-menu ul li .active {
  background: none;
  color: #222529;
  border-bottom: 1px solid #000;
}
.x-banner a {
  display: none;
}
.x-banner a:first-child {
  display: block;
}
.x-banner img {
  width: 100%;
}
footer .footer-wrapp {
  padding: 30px 0;
  border-top: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrapp .footer-nav {
  display: flex;
}
footer .footer-wrapp .social-network h4,
footer .footer-wrapp .site-nav h4 {
  font-size: 20px;
}
footer .footer-wrapp .social-network nav,
footer .footer-wrapp .site-nav nav {
  margin-top: 25px;
}
footer .footer-wrapp .social-network nav ul li,
footer .footer-wrapp .site-nav nav ul li {
  margin-bottom: 10px;
}
footer .footer-wrapp .social-network nav ul li a,
footer .footer-wrapp .site-nav nav ul li a {
  font-size: 18px;
  color: #222529;
  transition: 0.3s;
}
footer .footer-wrapp .social-network nav ul li a i,
footer .footer-wrapp .site-nav nav ul li a i {
  margin-right: 7px;
}
footer .footer-wrapp .social-network nav ul li:nth-child(1):hover > a,
footer .footer-wrapp .site-nav nav ul li:nth-child(1):hover > a {
  color: #34a8e5;
}
footer .footer-wrapp .social-network nav ul li:nth-child(2):hover > a,
footer .footer-wrapp .site-nav nav ul li:nth-child(2):hover > a {
  color: #ff0100;
}
footer .footer-wrapp .social-network nav ul li:nth-child(3):hover > a,
footer .footer-wrapp .site-nav nav ul li:nth-child(3):hover > a {
  color: #2687f5;
}
footer .footer-wrapp .social-network nav ul li:nth-child(4):hover > a,
footer .footer-wrapp .site-nav nav ul li:nth-child(4):hover > a {
  color: #e71c4f;
}
footer .footer-wrapp .social-network nav ul li:last-child,
footer .footer-wrapp .site-nav nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-wrapp .site-nav {
  margin-left: 50px;
}
footer .footer-wrapp .site-nav nav ul li:nth-child(n):hover > a {
  color: #e04545 !important;
}
footer .footer-wrapp .site-info {
  max-width: 600px;
  font-weight: 400;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
footer .footer-wrapp .site-info p {
  margin-bottom: 15px;
}
footer .footer-wrapp .site-info p:last-child {
  margin-bottom: 0;
}
footer .footer-wrapp .footer-logo {
  width: 140px;
}
footer .footer-wrapp .footer-logo img {
  width: 100%;
  opacity: 0.2;
}
footer .footer-info_wrapp {
  border-top: 1px solid #dadada;
  padding: 30px 0;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
footer .footer-info_wrapp a {
  color: #e04545;
  text-decoration: underline;
}
section.main-section .main-wrapp {
  width: 70%;
}
@media screen and (max-width: 1449px) {
  header .heading .icons .gift .gift-wrapp {
    left: -70px;
  }
}
@media screen and (max-width: 1159px) {
  .rek-mob {
    display: block;
  }
  .footer-logo {
    display: none;
  }
  footer .footer-wrapp .social-network nav ul {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-wrapp .social-network nav ul li a span {
    display: none;
  }
  footer .footer-wrapp {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrapp .site-info {
    margin: 30px 0;
  }
  section.main-section {
    flex-direction: column;
  }
  section.main-section .articles,
  section.main-section aside {
    width: 100%;
  }
  section.main-section aside {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .tournaments-wrapper {
    flex-direction: column;
  }
  .tournaments-wrapper .past {
    margin-left: 0;
  }
  .tournaments-wrapper .tournament {
    width: 100%;
  }
}
@media screen and (max-width: 915px) {
  .fix-header header .heading {
    padding: 15px 0;
  }
  .fix-header nav.default-menu ul li a {
    padding: 4px;
    font-size: 13px;
  }
  header .heading {
    justify-content: center;
  }
  header .heading .logo {
    margin-right: auto;
  }
  header .heading nav {
    width: 100% !important;
    order: 3;
    margin-top: 20px;
    padding: 0 !important;
  }
  header .heading nav ul {
    flex-wrap: wrap;
  }
  header .heading nav ul li {
    flex-basis: 30%;
    flex-grow: 1;
    margin: 2px !important;
    text-align: center;
  }
  header .heading nav ul li a {
    display: block;
  }
  header .heading .icons {
    order: 2;
    margin-left: auto;
  }
  .fix-header .icons,
  .fix-header .logo {
    display: none !important;
  }
  .fix-header nav {
    margin-top: 0 !important;
  }
  section.main-section .feed {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 799px) {
  .tg-banner .tg-icon {
    font-size: 35px;
  }
  .telegram .telegram-content {
    padding: 20px;
  }
  .tm {
    margin-top: 10px;
  }
  .article-content {
    font-size: 14px;
  }
  main .main-article {
    margin-top: 30px;
  }
  .tournaments-wrapper .past {
    margin-top: 30px;
  }
  .container-article {
    padding: 0;
  }
  .container-article .main-article .index-article {
    border-radius: 0px !important;
  }
  .live-wrapp .live-players .play-wrapp:last-child {
    display: none;
  }
  .live-wrapp .live-players .play-wrapp {
    margin-right: 0;
    margin-left: 10px;
  }
  .live-wrapp .live-players .play-wrapp:first-child {
    margin-left: 0;
  }
  .live-wrapp .live-btn .btn-wrapp button {
    padding: 4px;
    font-size: 15px;
  }
  .live-wrapp .live {
    height: 280px;
  }
  .title-page h1 {
    font-size: 20px;
    font-weight: 500;
  }
  .title-page h2 {
    font-size: 16px;
  }
  main .main-article .index-article .main-article_content h2,
  main .main-article .index-article .main-article_content h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  main .main-article .index-article .main-article_content {
    padding: 20px;
  }
  .schedule-info .vs,
  .tournaments-wrapper .tournament .cards .card-top .tournament-img_block span {
    font-size: 15px;
  }
  .title-page p {
    font-size: 14px;
    font-weight: 400;
  }
  .schedule-info strong {
    font-size: 16px;
  }
  .tournaments-wrapper .tournament .cards .card-top .tournament-img_block .fighter {
    width: 55px;
    height: 55px;
  }
  footer .footer-wrapp .site-info {
    font-size: 13px;
  }
  footer .footer-wrapp .social-network nav ul li a,
  footer .footer-wrapp .site-nav nav ul li a {
    font-size: 25px;
  }
  .container-article .main-article .index-article {
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
  }
}
@media screen and (max-width: 666px) {
  .page-slider {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-slider a {
    font-size: 16px;
  }
  .page-slider a i {
    color: rgba(219, 55, 55, 0.6);
  }
  .page-slider .next-page {
    margin-top: 15px;
    text-align: center;
  }
  .page-slider .prev-page,
  .page-slider .next-page {
    width: auto;
  }
  .rating-cards .rating-card .rating-card_header .rating-card_header_title i {
    display: inline-block;
  }
  .rating-cards .rating-accordion {
    height: 0;
  }
}
@media screen and (max-width: 599px) {
  .x-banner a:first-child {
    display: none;
  }
  .x-banner a:last-child {
    display: block;
  }
  .telegram .telegram-content a {
    margin-top: 15px;
  }
  .tg-banner {
    padding: 2px 15px;
  }
  .tg-banner .tg-icon {
    font-size: 20px;
  }
  .tg-banner .tg-icon {
    margin-right: 15px;
  }
  .navigation-page .navigation-wrap a {
    font-size: 14px;
    padding: 8px 10px;
  }
  .navigation-page .navigation-items ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .navigation-page .navigation-wrap {
    gap: 8px;
  }
  header .heading .icons .gift .gift-wrapp {
    width: 180px;
    left: -35px;
  }
  .navigation-page {
    flex-direction: column;
  }
  .navigation-page .navigation-page_item:nth-child(1) {
    z-index: 101;
  }
  .navigation-page .navigation-page_item:nth-child(2) {
    z-index: 100;
  }
  .tournaments-wrapper .tournament h4 {
    font-size: 20px;
  }
  .live-wrapp .live-players .play-wrapp:nth-child(3) {
    display: none;
  }
  main .main-article .index-article .main-article_content h2,
  main .main-article .index-article .main-article_content h1 {
    font-size: 14px;
  }
  main .main-article .index-article .main-article_content h1,
  main .main-article .index-article .main-article_content h2 {
    font-size: 18px;
    font-weight: 400;
  }
  main .main-article .index-article .main-article_content .main-article_info {
    font-size: 12px;
  }
  main .main-article .index-article .main-article_content {
    padding: 10px;
  }
  section.main-section .feed article .article-title {
    font-size: 17px;
  }
  .share a {
    padding: 4px;
    font-size: 17px;
  }
}
@media screen and (max-width: 449px) {
  footer .footer-info_wrapp {
    font-size: 14px;
  }
}
@media screen and (max-width: 399px) {
  .navigation-page .navigation-wrap a {
    font-size: 12px;
    padding: 6px 10px;
  }
  .navigation-page .navigation-items ul li a {
    font-size: 12px;
    padding: 4px 10px;
  }
  .navigation-page .navigation-wrap {
    gap: 5px;
  }
  header .heading .logo {
    width: 180px;
  }
}
