@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  scroll-padding-top: 50px;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 800;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Gotham Pro", "Arial", sans-serif;
  src: url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham Pro", "Arial", sans-serif;
  src: url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham Pro", "Arial", sans-serif;
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham Pro", "Arial", sans-serif;
  src: url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'Tahoma', 'Arial', sans-serif;
  font-style: normal;
  background-color: #ffffff;
  overflow-x: hidden;
}

body.body--freeze {
  overflow-y: hidden;
}

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

iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.container {
  margin: 0 auto;
  width: 1380px;
}

.container.container--aside {
  display: flex;
  justify-content: space-between;
}

button,
input,
textarea {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  font: inherit;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.tournament__main {
  overflow: hidden;
}

main {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.overlay.overlay--open {
  display: block;
}

.header {
  position: absolute;
  z-index: 20;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  display: block;
  background-color: #ffffff;
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.header .burger-btn {
  position: relative;
  z-index: 20;
  display: none;
  width: 32px;
  height: 32px;
  background: #F0F0F0;
  border-radius: 50%;
}

.header .burger-btn.burger-btn--open::before {
  width: 14px;
  height: 14px;
  background-image: url("/images/svg/burger-open.svg");
}

.header .burger-btn.burger-btn--open::after {
  bottom: -39px;
}

.header .burger-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/svg/burger.svg");
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.header .burger-btn::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  z-index: 10;
  display: block;
  border: 10px solid transparent;
  border-top: 5px solid #ffffff;
  transition: 0.3s;
  transform: translateX(-50%);
}

.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 205px;
  height: 60px;
  margin-left: -102px;
  margin-top: -30px;
  overflow: hidden;
}

.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .nav {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.3s;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr auto 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr auto 1fr 1fr 1fr;
  align-items: center;
}

.header .nav .left-block,
.header .nav .right-block {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

.header .nav .right-block {
  margin-right: 0;
  margin-left: 120px;
}

.header .nav.nav--open {
  top: 0;
}

.header .nav .nav__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
  margin: 7px 0 !important;
}

.nav:before {
  content: "";
  width: 276px;
  -ms-grid-column: 4;
  grid-column-start: 4;
  height: 100%;
  height: 0;
}

.header .nav .nav__link:nth-child(1),
.header .nav .nav__link:nth-child(7) {
  -ms-grid-column: 1;
  grid-column-start: 1;
}

.header .nav .nav__link:nth-child(2),
.header .nav .nav__link:nth-child(8) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}

.header .nav .nav__link:nth-child(3),
.header .nav .nav__link:nth-child(9) {
  -ms-grid-column: 3;
  grid-column-start: 3;
}

.header .nav .nav__link:nth-child(4),
.header .nav .nav__link:nth-child(10) {
  -ms-grid-column: 5;
  grid-column-start: 5;
}

.header .nav .nav__link:nth-child(5),
.header .nav .nav__link:nth-child(11) {
  -ms-grid-column: 6;
  grid-column-start: 6;
}

.header .nav .nav__link:nth-child(6),
.header .nav .nav__link:nth-child(12) {
  -ms-grid-column: 7;
  grid-column-start: 7;
}

.header .nav .nav__link:hover {
  color: #1AB248;
  text-decoration: underline;
}

.header .nav .nav__link.on {
  color: #1AB248;
}

.lang-top {
  font-size: 11px;
  margin-top: -17px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.lang-top-title {
  margin-bottom: 2px;
  font-weight: bold;
}

.lang-top-box {
  font-size: 12px;
  display: flex;
  gap: 10px;
  text-transform: uppercase;
}

.lang-top a {
  color: #000;
  text-decoration: none;
  border-right: 1px dotted #c4c4c4;
  padding-right: 10px;
}

.lang-top a:last-child {
  border-right: none;
}

.lang-top a:active,
.lang-top a:hover,
.lang-top a:focus,
.lang-top a.on {
  color: #1AB248;
  text-decoration: underline;
}

.header .loupe-button {
  position: relative;
  z-index: 20;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  background: #F0F0F0;
  border-radius: 50%;
}

.header .loupe-button::before {
  content: "";
  position: absolute;
  top: calc((100% - 13px) / 2);
  left: calc((100% - 13px) / 2);
  width: 13px;
  height: 13px;
  background-image: url("/images/svg/loupe.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header .search-form {
  position: absolute;
  right: 0;
  z-index: 0;
  width: 32px;
  height: 32px;
  background: #F0F0F0;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}

.header .search-form.search-form--open {
  z-index: 20;
  width: 500px;
}

input.gsc-input {
  background-color: transparent !important;
  padding: 2px 20px !important;
}

.header .search-form.search-form--open {}

.gsc-input-box {
  border: 0 !important;
  background-color: transparent !important;
}

.gsc-search-button {
  margin-right: 3px;
  border-radius: 20px !important;
}

.header .search-form .search-form__input {
  height: 34px;
  width: 100%;
  padding: 0 20px;
  font-weight: normal;
  font-size: 10px;
  line-height: 32px;
  color: #000000;
}

.header .search-form .search-form__input:focus::placeholder {
  color: transparent;
}

.header .search-form .search-form__input::placeholder {
  color: #A4A4A4;
}

.header .search-form .search-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #F0F0F0;
  border-radius: 50%;
}

.header .search-form .search-form__btn::before {
  content: "";
  position: absolute;
  top: calc((100% - 13px) / 2);
  left: calc((100% - 13px) / 2);
  width: 13px;
  height: 13px;
  background-image: url("/images/svg/loupe.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tournament-inner__main .top {
  padding-top: 30px;
}

.tournament-inner__main .top .top__title {
  display: block;
}

.tournament-inner__main .top .slider {
  margin-top: 30px;
}

.top {
  padding-top: 110px;
  overflow: hidden;
}

.top .container {
  position: relative;
}

.top .top__title {
  display: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #373B48;
}

.top .slider {
  position: relative;
  width: 1630px;
}

.top .slider .slider__item {
  position: relative;
  width: 800px;
  height: 320px;
  background-color: #f7f8f8;
  background-image: url("/images/top-img1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 40px;
  transition: 0.3s;
}

.top .slider .slider__item.swiper-slide-active {
  background-color: #2558b7;
  background-image: url("/images/top-img.png");
  background-position: 100% 40px;
}

.top .slider .slider__item.swiper-slide-active .fight-link::before {
  content: none;
}

.top .slider .slider__item.swiper-slide-active .date {
  color: #FFFFFF;
}

.top .slider .slider__item.swiper-slide-active .fight {
  color: #ffffff;
}

.top .slider .slider__item.swiper-slide-active .address {
  color: #ffffff;
}

.top .slider .slider__item .fight-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px 50px;
  text-decoration: none;
}

.top .slider .slider__item .fight-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 320px;
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 71.54%);
}

.top .slider .slider__item .date {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #000000;
  transition: 0.3s;
}

.top .slider .slider__item .fight {
  margin-top: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #000000;
  transition: 0.3s;
}

.top .slider .slider__item .fight span {
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  border-bottom: 2px solid #D50F0F;
  font-style: italic;
}

.top .slider .slider__item .address {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  transition: 0.3s;
}

.top .slider .slider__item .address .text {
  font-weight: 300;
  position: relative;
  font-size: 12px;
}

.top .slider .slider-arrow-next {
  position: absolute;
  bottom: 60px;
  right: 15px;
  z-index: 10;
  width: 30px;
  height: 20px;
}

.top .slider .slider-arrow-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 20px;
  background-image: url("/images/svg/top-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top .slider .slider-btn-next {
  position: absolute;
  bottom: 55px;
  left: 565px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-left: 17px;
  padding-right: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}

.top .slider .slider-btn-next::before {
  content: "";
  position: absolute;
  top: 2px;
  left: auto;
  right: -11px;
  z-index: -10;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 13px solid white;
  border-bottom: 19px solid transparent;
}

.top .slider .slider-btn-next:hover {
  background: #1AB248;
  color: #fff;
}

.top .slider .slider-btn-next:hover::before {
  border-left: 13px solid #1AB248;
}

.top .slider .pag-wrapper {
  position: absolute;
  bottom: 65px;
  left: 50px;
  z-index: 1;
  display: flex;
  align-items: start;
  height: 14px;
}

.top .slider .slider__pagination {
  display: flex;
  align-items: start;
  max-width: 200px;
  flex-wrap: wrap;
  justify-content: start;
}

.top .slider .slider__pagination .swiper-pagination-bullet {
  margin: 2px;
  width: 10px;
  height: 10px;
  border: 0.75px solid rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

.top .slider .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.75px solid #ffffff;
}

.top .slider .all-link {
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

.bookies {
  padding-top: 40px;
  background-color: #ffffff;
}

.bookies.bookmaker-ratings {
  padding-top: 95px;
}

.bookies .bookies__top {
  display: flex;
  align-items: center;
}

.bookies .bookies__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  color: #000000;
}

.bookies .bookies__text {
  margin-left: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #628FFF;
  text-decoration: none;
  display: none;
}

.bookies .bookies-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  width: 100%;
  gap: 10px;
}

.bookies.bookies-page .bookies-list {
  grid-template-columns: 1fr;
}

.bookies .bookies-list .bookies-list__item {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background: #F5F5F5;
  border-top: 1px solid #F1F1F1;
}

.bookies .bookies-list .bookies-list__item:first-child {
  border: none;
}

.bookies .bookies-list .bookies-list__item .number {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #BFBFBF;
  align-self: e;
}

.bookies .bookies-list .bookies-list__item .img-wrapper {
  width: 150px;
  height: 60px;
  margin-left: 40px;
  overflow: hidden;
}

.bookies .bookies-list .bookies-list__item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bookies .bookies-list .bookies-list__item .name {
  margin-left: 80px;
  width: 150px;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

.bookies .bookies-list .bookies-list__item .type {
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

.bookies .bookies-list .bookies-list__item .bonus {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.bookies .bookies-list .bookies-list__item .bonus .bonus__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #888888;
}

.bookies .bookies-list .bookies-list__item .bonus .bonus__value {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.bookies .bookies-list .bookies-list__item .condition {
  position: relative;
  width: 100px;
  height: 30px;
  font-weight: 700;
  font-size: 11px;
  line-height: 30px;
  color: #2F80ED;
  text-align: center;
}

.bookies .bookies-list .bookies-list__item .condition::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 30px;
  background-image: url("/images/bookies-img3.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bookies .bookies-list .bookies-list__item .button {
  width: 235px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  background: #6FCF97;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.bookies .bookies-list .bookies-list__item .button:hover {
  background: #628fff;
}

.section__top-bk {
  margin-top: 20px;
}

.rating {
  position: relative;
  padding-top: 50px;
  background-color: #ffffff;
}

.rating .rating__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #000000;
  text-align: center;
}

.rating .rating__select {
  position: absolute;
  z-index: 10;
  display: none;
  width: calc(100% - 40px);
  max-height: 50px;
  /* margin-top: 20px; */
  height: 50px;
  border-radius: 5px;
  background: #F5F5F5;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  overflow: hidden;
  transition: 0.3s;
}

.rating .rating__select.rating__select--open {
  max-height: none;
  height: auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.rating .rating__select .rating__select__top {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #888888;
  background: #F5F5F5;
}

.rating .rating__select .rating__select__top::before {
  content: "";
  position: absolute;
  top: calc((100% - 15px) / 2);
  left: 20px;
  width: 10px;
  height: 15px;
  background-image: url("/images/svg/rating-select.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.rating .rating__select .rating__select-btn {
  height: 50px;
  padding: 10px;
  width: calc(100% - 40px);
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  background: #F5F5F5;
  border-top: 1px solid rgba(98, 143, 255, 0.2);
}

.bookies.bookies-page {
  padding-top: 1px;
}

@media screen and (max-width:1200px) {
  .all-fighters-btn {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .all-fighters-list:not(.active) {
    height: 445px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .all-fighters-list:not(.active):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: #fff;
    z-index: 22;
    -moz-box-shadow: 0 3px 20px 20px rgb(255 255 255);
    -webkit-box-shadow: 0 3px 20px 20px rgb(255 255 255);
    box-shadow: 0 3px 20px 20px rgb(255 255 255);
  }

  .all-fighters-btn {
    margin-top: 30px;
    text-align: center;
  }

  .btn-blue {
    background: #1AB248;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 17px 20px;
    min-width: 270px;
  }

  .btn-blue:hover {
    background: #628fff;
  }
}

.rating .category-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.rating .category-list .category {
  position: relative;
  max-width: 25%;
  width: 100%;
  margin-right: 30px;
}

.rating .category-list .category.category--active {
  display: block;
}

@media screen and (max-width:1200px) {
  .rating .category-list .category.category--active {
    margin-top: 100px;
  }
}

.rating .category-list .category:last-of-type {
  margin-right: 0;
}

.rating .category-list .category .category__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.rating .category-list .category .category__text {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  color: #888888;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.rating .category-list .category .fighters-list {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.rating .category-list .category .fighters-list .fighters-list__item {
  margin-top: 2px;
  position: relative;
}

.rating .category-list .category .fighters-list .fighters-list__item:first-child {
  margin-top: 0;
}

.rating .category-list .category .fighters-list .fighters-list__item:first-child .fighters-list__link {
  height: 80px;
  opacity: 1;
  padding-right: 5px;
}

.rating .category-list .category .fighters-list .fighters-list__item:first-child .img-wrapper {
  width: 100px;
  height: 80px;
}

.rating .category-list .category .fighters-list .fighters-list__item:first-child .name {
  font-size: 16px;
  line-height: 20px;
}

.rating .category-list .category .fighters-list .fighters-list__item:first-child .number {
  text-align: center;
}

.rating .category-list .category .fighters-list .fighters-list__link {
  height: 47px;
  display: grid;
  grid-template-columns: 3fr 1fr 4fr 2fr;
  align-items: center;
  text-decoration: none;
  background: #f7f8f8;
  gap: 3px;
  opacity: 0.8;
}

.rating .category-list .category .fighters-list .fighters-list__link:hover {
  opacity: 1;
}

.rating .category-list .category .fighters-list .img-wrapper {
  width: 70px;
  height: 47px;
  align-self: flex-end;
  flex-shrink: 0;
  overflow: hidden;
}

.rating .category-list .category .fighters-list .img-wrapper img {
  width: 100%;
  max-width: 100px;
  height: 100%;
  object-fit: cover;
}

.rating .category-list .category .fighters-list .number {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #888888;
}

.rating .category-list .category .fighters-list .number.number--up span {
  color: #27AE60;
}

.rating .category-list .category .fighters-list .number.number--up::before {
  content: "";
  position: absolute;
  top: calc((100% - 4px) / 2);
  right: -6px;
  width: 3px;
  height: 4px;
  background-image: url("/images/svg/rating-up.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rating .category-list .category .fighters-list .number.number--down span {
  color: #EB5757;
}

.rating .category-list .category .fighters-list .number.number--down::before {
  content: "";
  position: absolute;
  top: calc((100% - 4px) / 2);
  right: -6px;
  width: 3px;
  height: 4px;
  background-image: url("/images/svg/rating-down.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rating .category-list .category .fighters-list .number span {
  position: absolute;
  top: calc((100% - 9px) / 2);
  right: -13px;
  font-weight: 700;
  font-size: 9px;
  line-height: 9px;
}

.rating .category-list .category .fighters-list .name {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 11px;
  text-transform: uppercase;
  color: #000000;
  width: 140px;
}

.rating .category-list .category .fighters-list .name .name-champ {
  position: absolute;
  bottom: -15px;
  left: 0;
  padding-left: 20px;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #F2994A;
}

.rating .category-list .category .fighters-list .name .name-champ::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 10px;
  background-image: url("/images/svg/rating-crown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.rating .category-list .category .fighters-list .name.name--champ {
  position: relative;
}

.rating .category-list .category .fighters-list .name.name--champ::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 14px;
  height: 10px;
  background-image: url("/images/svg/rating-crown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.rating .category-list .category .fighters-list .name.name--champ::after {
  content: "Чемпион";
  position: absolute;
  bottom: -15px;
  left: 20px;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #F2994A;
}

.articles {
  padding-top: 60px;
  background-color: #ffffff;
}

.articles .articles__top {
  display: flex;
  align-items: center;
}

.articles .articles__top .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #000000;
}

.articles .articles__top .link {
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #285480;
  text-shadow: 1px 1px 1px #fff;
}

.articles .articles__block {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 20px;
  overflow: hidden;
}

.articles .articles__block .article {
  display: flex;
  justify-content: space-between;
  height: 190px;
  margin-top: 10px;
}

.articles .articles__block .article__img-block {
  flex-basis: 48%;
}

.articles .articles__block .article__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles .articles__block .article__text-block {
  flex-basis: 48%;
  overflow: hidden;
}

.articles .articles__block .article__header {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

.articles .articles__block .article__text {
  position: relative;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5B5B5B;
}

.articles .articles__block.fighters__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 0;
}

.fighters__list__page a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  max-width: 120px;
  justify-content: flex-start;
}

.articles .articles__block.fighters__list .article {
  flex-direction: column;
  height: auto;
}

.articles .articles__block.fighters__list .article img {
  max-width: 230px;
  padding: 10px;
}

.footer {
  padding: 30px 0 65px;
  margin-top: 60px;
  background: #F8F9F9;
}

.footer .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "logo text about jur" "copyright text about jur";
  grid-gap: 30px;
}

.footer .logo-block {
  grid-area: logo;
}

.footer .logo-block .logo-link {
  width: 205px;
  height: 60px;
  display: block;
  overflow: hidden;
}

.footer .logo-block .logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .copyright-block {
  grid-area: copyright;
}

.footer .text-block {
  grid-area: text;
  max-width: 280px;
}

.footer .about-block {
  grid-area: about;
  display: flex;
  flex-direction: column;
}

.footer .about-block .about-block__link {
  margin-top: 10px;
}

.footer .jur-block {
  grid-area: jur;
}

.footer .jur-block .jur-block__link {
  margin-top: 10px;
}

.footer .copyright-block__text,
.footer .about-block__link,
.footer .jur-block__link {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3d4041;
  text-decoration: none;
}

.footer .text-block__text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #3d4041;
}

.footer .about-block__title,
.footer .jur-block__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #373B48;
}

.copyright-block__link {
  color: #3d4041;
  text-decoration: none;
}

.copyright-block__link:hover {
  text-decoration: underline;
  color: #1AB248;
}

.tournament__main .socials,
.tournament-inner__main .socials {
  padding-top: 40px;
}

.socials {
  padding-top: 60px;
  background-color: #ffffff;
}

.socials .socials__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
}

.socials .socials-list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.socials .socials-list .socials-list__item {
  height: 60px;
}

.post-content ul>li.socials-list__item {
  margin: 0;
}

.socials-list__item:before {
  display: none !important;
}

.socials .socials-list .socials-list__item:first-child {
  border: 0;
}

.socials .socials-list .socials-list__link {
  position: relative;
  padding-left: 70px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  text-decoration: none;
  background: #F8F9F9;
  transition: 0.3s;
}

.socials .socials-list .socials-list__link:hover {
  color: #ffffff;
}

.socials .socials-list .socials-list__link::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.socials .socials-list .socials-list__link.socials-list__link--tg:hover {
  background: #628FFF;
}

.socials .socials-list .socials-list__link.socials-list__link--tg:hover::before {
  background-image: url("/images/svg/socials-tg-white.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--tg::before {
  top: calc((100% - 19px) / 2);
  left: calc((70px - 22px) / 2);
  width: 22px;
  height: 19px;
  background-image: url("/images/svg/socials-tg.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--tw:hover {
  background: #41ABE1;
}

.socials .socials-list .socials-list__link.socials-list__link--tw:hover::before {
  background-image: url("/images/icon/socials-tw-white.png");
}

.socials .socials-list .socials-list__link.socials-list__link--tw::before {
  top: calc((100% - 19px) / 2);
  left: calc((70px - 22px) / 2);
  width: 22px;
  height: 19px;
  background-image: url("/images/icon/socials-tw.png");
}

.socials .socials-list .socials-list__link.socials-list__link--fb:hover {
  background: #4267B2;
}

.socials .socials-list .socials-list__link.socials-list__link--fb:hover::before {
  background-image: url("/images/svg/socials-fb-white.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--fb::before {
  top: calc((100% - 25px) / 2);
  left: calc((70px - 14px) / 2);
  width: 14px;
  height: 25px;
  background-image: url("/images/svg/socials-fb.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--yt:hover {
  background: #FF0000;
}

.socials .socials-list .socials-list__link.socials-list__link--yt:hover::before {
  background-image: url("/images/svg/socials-yt-white.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--yt::before {
  top: calc((100% - 22px) / 2);
  left: calc((70px - 18px) / 2);
  width: 18px;
  height: 22px;
  background-image: url("/images/svg/socials-yt.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--in:hover {
  background: #7A37AB;
}

.socials .socials-list .socials-list__link.socials-list__link--in:hover::before {
  background-image: url("/images/svg/socials-in-white.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--in::before {
  top: calc((100% - 22px) / 2);
  left: calc((70px - 22px) / 2);
  width: 22px;
  height: 22px;
  background-image: url("/images/svg/socials-in.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--vk:hover {
  background: #4A76A8;
}

.socials .socials-list .socials-list__link.socials-list__link--vk:hover::before {
  background-image: url("/images/svg/socials-vk-white.svg");
}

.socials .socials-list .socials-list__link.socials-list__link--vk::before {
  top: calc((100% - 12px) / 2);
  left: calc((70px - 22px) / 2);
  width: 22px;
  height: 12px;
  background-image: url("/images/svg/socials-vk.svg");
}

.comment {
  margin-top: 30px;
}

.comment .inner-wrapper {
  width: 735px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.comment .comment-form {
  padding: 40px 0;
  background: #F6F6F6;
}

.comment .comment-form .comment__title {
  flex-basis: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  color: #000000;
}

.comment .comment-form .input-label {
  margin-top: 40px;
  margin-left: 30px;
  width: calc(50% - 15px);
}

.comment .comment-form .input-label:first-of-type {
  margin-left: 0;
}

.comment .comment-form .textarea-label {
  margin-top: 20px;
  flex-basis: 100%;
}

.comment .comment-form .input-label,
.comment .comment-form .textarea-label {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484;
}

.comment .comment-form .input {
  height: 40px;
  padding: 0 15px;
}

.comment .comment-form .textarea {
  height: 90px;
  padding: 10px 15px;
  resize: none;
}

.comment .comment-form .input,
.comment .comment-form .textarea {
  margin-top: 5px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  cursor: default;
}

.comment .comment-form .btn {
  height: 40px;
  padding: 0 20px;
  margin-top: 40px;
  background: #628FFF;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}

.comment .comment-form .check {
  display: none;
}

.comment .comment-form .check:checked+.comment-label::after {
  display: block;
}

.comment .comment-form .comment-label {
  position: relative;
  margin-left: 60px;
  margin-top: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #696A6B;
  cursor: pointer;
}

.comment .comment-form .comment-label::before {
  content: "";
  position: absolute;
  top: calc((100% - 19px) / 2);
  left: -32px;
  width: 19px;
  height: 19px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

.comment .comment-form .comment-label::after {
  content: "";
  position: absolute;
  top: calc((100% - 17px) / 2);
  left: -31px;
  width: 17px;
  height: 17px;
  display: none;
  background: #628FFF;
  border: 1px solid #ffffff;
}

.comment .comment-list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.comment .comment-list .comment-list__item {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.comment .comment-list .comment-list__item:nth-of-type(2n) {
  padding: 30px;
  background: #F6F6F6;
  border-radius: 3px;
}

.comment .comment-list .comment-list__item:nth-of-type(2n) .img-wrapper {
  width: 30px;
  height: 30px;
}

.comment .comment-list .comment-list__item:nth-of-type(2n) .name {
  font-size: 16px;
}

.comment .comment-list .comment-list__item:nth-of-type(2n) .rating-block {
  margin-left: 60px;
}

.comment .comment-list .img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.comment .comment-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment .comment-list .text-block {
  width: 280px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
}

.comment .comment-list .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}

.comment .comment-list .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #C2C2C2;
}

.comment .comment-list .answer-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #5D9CEC;
}

.comment .comment-list .rating-block {
  display: flex;
  margin-left: 90px;
}

.comment .comment-list .rating-block .rating-up,
.comment .comment-list .rating-block .rating-down {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 11px;
  color: #D9D9D9;
}

.comment .comment-list .rating-block .rating-up::before,
.comment .comment-list .rating-block .rating-down::before {
  content: "";
  position: absolute;
  top: calc((100% - 18px) / 2);
  left: -22px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comment .comment-list .rating-block .rating-up::before {
  background-image: url("/images/svg/comment-up.svg");
}

.comment .comment-list .rating-block .rating-up.rating-up--active {
  color: #000000;
}

.comment .comment-list .rating-block .rating-up.rating-up--active::before {
  background-image: url("/images/svg/comment-up-active.svg");
}

.comment .comment-list .rating-block .rating-down {
  margin-left: 35px;
}

.comment .comment-list .rating-block .rating-down::before {
  background-image: url("/images/svg/comment-down.svg");
}

.comment .comment-list .rating-block .rating-down.rating-down--active {
  color: #C60000;
}

.comment .comment-list .rating-block .rating-down.rating-down--active::before {
  background-image: url("/images/svg/comment-down-active.svg");
}

.comment .comment-list .comment-text {
  flex-basis: 100%;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #7C7C7C;
}

.bio {
  padding-top: 30px;
  width: 100%;
}

.bio__content {
  margin: 60px 0 30px;
}

.bio .bio__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #373B48;
  margin-bottom: 20px;
}

.bio .bio__all {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
}

.bio .bio__all.bio__all--open {
  max-height: 9999px;
}

.bio .bio__all.bio__all--open::before {
  content: none;
}

.bio .bio__all::before {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 71.54%);
}

.bio .bio__text {
  margin-top: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #373B48;
}

.bio .bio__text:first-of-type {
  margin-top: 40px;
}

.bio .bio__btn {
  width: 100%;
  height: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: #D9D9D9;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}

.bio .bio__btn.bio__btn--click {
  display: none;
}

.tournament__main .container--aside .aside {
  padding-top: 110px;
}

.aside {
  margin-left: 30px;
  width: calc((100% - 90px) / 4);
  padding-top: 30px;
  flex-shrink: 0;
}

.aside .socials-block {
  padding: 40px 0;
  background: #F7F8F8;
}

.aside .socials-block .socials-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.aside .socials-block .socials-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  overflow: hidden;
}

.aside .socials-block .socials-list .socials-list__item {
  margin-left: 20px;
}

.aside .socials-block .socials-list .socials-list__item:first-child {
  margin-left: 0;
}

.aside .socials-block .socials-list .socials-list__link {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EB5757;
  overflow: hidden;
}

.aside .socials-block .socials-list .socials-list__link:hover {
  background-color: #2f80ed;
}

.aside .socials-block .socials-list .socials-list__link.socials-list__link--fb img {
  margin-top: 6px;
  margin-left: 8px;
}

.aside .socials-block .socials-list .socials-list__link img {
  object-fit: contain;
}

.aside .events-pairs {
  margin-top: 40px;
}

.aside .events-pairs .events-pairs__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  color: #000000;
}

.aside .events-pairs .events-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.aside .events-pairs .events-list .events-list__item {
  margin-top: 10px;
}

.aside .events-pairs .events-list .events-list__item:first-child {
  margin-top: 0;
}

.aside .events-pairs .events-list .events-list__link {
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  background-color: #F7F8F8;
  background-image: url("/images/top-img1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: 0.3s;
}

.aside .events-pairs .events-list .events-list__link:hover {
  background-color: #628FFF;
  background-image: url("/images/top-img.png");
  background-position-x: 110%;
}

.aside .events-pairs .events-list .events-list__link:hover .date,
.aside .events-pairs .events-list .events-list__link:hover .pair,
.aside .events-pairs .events-list .events-list__link:hover .address {
  color: #FFFFFF;
}

.aside .events-pairs .events-list .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  transition: 0.3s;
}

.aside .events-pairs .events-list .pair {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  color: #000000;
  transition: 0.3s;
  margin-bottom: 10px;
}

.aside .events-pairs .events-list .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  transition: 0.3s;
}

.aside .events-pairs .events-list .address span[itemprop="address"] {
  width: 100%;
}

.aside .events-pairs .events-list .address span[itemprop="addressLocality"] {
  display: flex;
}

.aside .events-pairs .events-list .address .bold {
  font-weight: 700;
}

.aside .events-pairs .events-list .address .text {
  margin-left: auto;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
}

.aside .events {
  padding-top: 40px;
  margin: 0;
}

.events__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  color: #000000;
}

.events-block {
  margin-top: 20px;
  padding: 30px 30px 5px;
  background-color: #F7F8F8;
  background-image: url("/images/top-img1.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.events .address {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: center;
}

.events .address .bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.events .address .text {
  font-weight: 300;
}

.events .date {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  text-align: center;
}

.events .events-list {
  margin-top: 35px;
}

.events .events-list .events-list__item:first-child .events-list__link {
  border: 0;
}

.events .events-list .events-list__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.events .events-list .fighter {
  max-width: 40%;
  padding: 0;
  margin-right: auto;
  font-weight: 900;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  background-color: transparent;
}

.events .events-list .fighter:nth-of-type(2) {
  margin-right: 0;
  text-align: right;
}

.events .events-list .img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 40px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.events .events-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aside .article {
  padding-top: 40px;
}

.aside .article .article__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  color: #000000;
}

.aside .article .article-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.aside .article .article-list .article-list__item {
  margin-top: 20px;
}

.aside .article .article-list .article-list__item:first-child {
  margin-top: 0;
}

.aside .article .article-list .article-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  text-decoration: none;
  overflow: hidden;
}

.aside .article .article-list .img-wrapper {
  width: 120px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}

.aside .article .article-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aside .article .article-list .article__header {
  margin-left: 20px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.history {
  padding-top: 30px;
}

.history .history__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #373B48;
}

.history .history-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s;
}

.history .fight-stats {
  margin-top: 25px;
}

.history .fight-stats .h3 {
  font-size: 19px;
}

.history .history-list.history-list--open {
  max-height: none;
}

.history .history-list .history-list__item {
  margin-top: 10px;
  max-height: 120px;
  display: none;
}

.history .history-list .history-list__item.history-list__item--active {
  display: block;
}

.history .history-list .history-list__item.history-list__item--open {
  max-height: none;
}

.history .history-list .history-list__item.history-list__item--open .bottom-wrapper {
  display: flex;
  background: #F5F5F5;
}

.history .history-list .history-list__item:first-child {
  margin-top: 0;
}

.history .history-list .history-list__item.history-list__item--win .img-wrapper:nth-of-type(1) {
  z-index: 10;
  opacity: 1;
}

.history .history-list .history-list__item.history-list__item--win .result--win {
  display: inline-block;
}

.history .history-list .history-list__item.history-list__item--lose .img-wrapper:nth-of-type(2) {
  z-index: 10;
  opacity: 1;
}

.history .history-list .history-list__item.history-list__item--not-confirmed .result--not-confirmed {
  display: inline-block;
}

.history .history-list .history-list__item.history-list__item--not-confirmed .img-wrapper:nth-of-type(4) {
  z-index: 10;
  opacity: 1;
}

.history .history-list .history-list__item.history-list__item--lose .result--lose {
  display: inline-block;
}

.history .history-list .top-wrapper {
  position: relative;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background-color: #ECECEC;
}

.history .history-list .history-list__item--cancelled .top-wrapper {
  padding: 10px 0;
}

.history .history-list .bottom-wrapper {
  display: flex;
  display: none;
  overflow: hidden;
}

.history .history-list .bottom-wrapper .stats-wrapper {
  width: calc(100% / 4);
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  margin-right: 30px;
  flex-shrink: 0;
}

.history .history-list .bottom-wrapper .stats-wrapper .p2 .counts-hint {
  text-align: right;
}

.history .history-list .bottom-wrapper .stats-wrapper .counts span {
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  text-align: right;
}

.history .history-list .bottom-wrapper .stats-wrapper .counts span.win {
  color: #6FCF97;
}

.history .history-list .bottom-wrapper .stats-wrapper .counts span.draw {
  color: #EB5757;
}

.history .history-list .bottom-wrapper .stats-wrapper .counts span.lose {
  color: #000000;
}

.history .history-list .bottom-wrapper .stats-wrapper .counts-hint {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #000000;
}

.history .history-list .bottom-wrapper .info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: -1px;
  margin-right: 170px;
  width: 100%;
}

.history .history-list .bottom-wrapper .info-list .info-list__item {
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.history .history-list .bottom-wrapper .info-list .top-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}

.history .history-list .bottom-wrapper .info-list .bottom-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #868A91;
}

.history .history-list .bottom-wrapper .info-list .judge {
  color: #2F80ED;
}

.history .history-list .img-block {
  display: flex;
  align-self: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
  width: calc(100% / 4);
  padding: 0 20px;
  margin-right: 30px;
}

.history .history-list .img-wrapper {
  width: 170px;
  height: 110px;
  align-self: flex-start;
  flex-shrink: 0;
  overflow: hidden;
  opacity: 0.6;
}

.history .history-list .img-wrapper:nth-of-type(2) {
  margin-right: 30px;
  margin-left: -50px;
}

.history .history-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history .history-list .img-wrapper:first-of-type img.fighter-alt {
  -webkit-mask-image: linear-gradient(to left, transparent 1%, black 30%);
  mask-image: linear-gradient(to left, transparent 1%, black 30%);
}

.history .history-list .img-wrapper:last-of-type img.fighter-alt {
  -webkit-mask-image: linear-gradient(to right, transparent 1%, black 30%);
  mask-image: linear-gradient(to right, transparent 1%, black 30%);
}

.history .history-list .info-block {
  margin-right: auto;
}

.history-list__item--win {
  border-left: 10px solid #1AB248;
}

.history-list__item--lose {
  border-left: 10px solid #eb5757;
}

.history-list__item--draw {
  border-left: 10px solid #f8a52b;
}

.history-list__item--not-confirmed {
  border-left: 10px solid #7c7c7c;
}

.history-list__item--draw .result--draw {
  color: #f8a52b;
}

.history-list__item--cancelled .img-block {
  display: none !important;
}

.history-list__item--cancelled .top-wrapper {
  padding-left: 50px !important;
}

.pair-vs-custom {
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  vertical-align: text-bottom;
}

.history-list__item--cancelled .top-wrapper {
  height: auto !important;
}

.history-list__item--cancelled {
  opacity: .4;
}

.history-list__item--cancelled {
  opacity: .4;
}

.history-list__item--cancelled span.pair {
  font-size: 18px;
  line-height: 1.2;
}

.history-list__item--cancelled .date {
  font-size: 13px !important;
  line-height: 16px !important;
}

.world-rating .world-rating-list .world-rating-list__link {
  padding: 15px;
  height: auto !important;
  align-content: center;
}

.world-rating .world-rating-list .world-rating-list__number {
  margin-right: 10px;
}

.world-rating .world-rating-list .world-rating-list__text {
  padding-right: 0;
}

.world-rating .world-rating-list .world-rating-list__number {
  width: auto !important;
}

.history-list__item--cancelled span.pair {
  font-size: 18px;
  line-height: 1.2;
}

.history-list__item--cancelled .date {
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin-top: 0 !important;
}

.history-list__item--cancelled button.history-list__item-btn {
  display: none !important;
}

.history .history-list .result {
  display: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
}

.history .history-list .result.result--win {
  color: #1AB248;
}

.history .history-list .result.result--lose {
  color: #EB5757;
}

.history .history-list .result.result--not-confirmed {
  color: #7c7c7c;
}

.history .history-list .knockout {
  position: relative;
  padding-left: 14px;
  margin-left: 5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #868A91;
}

.history .history-list .knockout::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/svg/circle.svg");
}

.history .history-list .pair {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
}

.history .history-list .history-list__item--cancelled .pair {
  font-size: 15px;
}

.history .history-list .history-list__item--cancelled .pair-vs-custom {
  font-size: 13px;
}

.history .history-list .pair a {
  color: #000;
}

.history .history-list .pair a:hover {
  text-decoration: none;
}

.history .history-list .date {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #868A91;
  text-transform: uppercase;
}

.history .history-list .round,
.history .history-list .time,
.history .history-list .method {
  width: 90px;
  margin-left: 30px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #868A91;
  text-transform: uppercase;
}

.history .history-list .round span,
.history .history-list .time span,
.history .history-list .method span {
  font-size: 16px;
  color: #000000;
}

.history .history-list .history-list__item-btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 40px;
  margin-right: 40px;
  flex-shrink: 0;
  z-index: 10;
  background: rgba(98, 143, 255, 0.6);
  border-radius: 50%;
  transition: 0.3s;
  border: 1px solid #ECECEC;
}

.history .history-list .history-list__item-btn.history-list__item-btn--open {
  background: rgba(134, 138, 145, 0.4);
}

.history .history-list .history-list__item-btn.history-list__item-btn--open::before {
  background-image: url("/images/svg/cross1.svg");
  transform: rotate(45deg);
}

.history .history-list .history-list__item-btn::before {
  content: "";
  position: absolute;
  top: calc((100% - 12px) / 2);
  left: calc((100% - 12px) / 2);
  width: 12px;
  height: 12px;
  background-image: url("/images/svg/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}

.history .spoiler-btn {
  width: 100%;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: #628FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.history .spoiler-btn.spoiler-btn--open.spoiler-btn--open-on {
  display: flex;
}

.history .spoiler-btn.spoiler-btn--open.spoiler-btn--open-off {
  display: none;
}

.history .spoiler-btn.spoiler-btn--close {
  display: none;
}

.history .spoiler-btn.spoiler-btn--close.spoiler-btn--close-on {
  display: flex;
}

span.non-mma {
  color: #d2ba12;
  font-size: 10px;
}

.fighter {
  padding-top: 80px;
  background: #F3F3F3;
}

.fighter .container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 570px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.fighter .fighter__title {
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 900;
  font-size: 144px;
  line-height: 138px;
  color: rgba(0, 0, 0, 0.02);
  transform: translateY(-50%);
  z-index: 0;
}

.fighter .img-wrapper {
  position: absolute;
  top: calc(100% - 523px);
  left: 100px;
  width: 440px;
  height: 523px;
  overflow: hidden;
}

.fighter .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fighter .img-wrapper img.fighter-alt {
  -webkit-mask-image: linear-gradient(to left, transparent 1%, black 30%);
  mask-image: linear-gradient(to left, transparent 1%, black 30%);
}

.fighter .info-block {
  margin-left: 590px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  gap: 10px;
}

.fighter .info-block .breadcrumbs-list {
  display: flex;
  align-items: center;
}

.fighter .info-block .breadcrumbs-list .breadcrumbs-list__item {
  position: relative;
  margin-left: 25px;
}

.fighter .info-block .breadcrumbs-list .breadcrumbs-list__item::before {
  content: "";
  position: absolute;
  top: calc((100% - 4px) / 2);
  left: -13px;
  width: 3px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/svg/fighter-arrow.svg");
}

.fighter .info-block .breadcrumbs-list .breadcrumbs-list__item:first-of-type {
  padding-left: 26px;
  margin-left: 0;
}

.fighter .info-block .breadcrumbs-list .breadcrumbs-list__item:first-of-type::before {
  content: "";
  position: absolute;
  top: calc((100% - 14px) / 2);
  left: 0;
  width: 16px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/svg/fighter-home.svg");
}

.fighter .info-block .breadcrumbs-list .breadcrumbs-list__item:last-of-type .breadcrumbs-list__link {
  color: #000000;
}

.fighter .info-block .breadcrumbs-list .breadcrumbs-list__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #2F80ED;
  text-decoration: none;
}

.fighter .info-block .name {
  position: relative;
  max-width: 512px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: #000000;
}

.fighter .info-block .name-english {
  font-weight: 900;
  font-size: 24px;
  line-height: 23px;
  color: #000000;
}

.fighter .info-block .nick-name {
  position: relative;
  align-self: flex-start;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #868A91;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nick-name__name {
  margin-right: 20px;
}

.fighter .info-block .champ {
  position: absolute;
  top: -9px;
  right: -90px;
  padding-left: 20px;
  height: 10px;
  margin-top: 17px;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #F2994A;
}

.fighter .info-block .champ::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 14px;
  height: 10px;
  background-image: url("/images/svg/rating-crown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.rating-fighter {
  color: #137e33;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px 5px;
  line-height: 1.2;
  text-decoration: none;
}

.rating-fighter-box {
  background: #fff;
  padding: 3px 7px;
  border-radius: 3px;
}

.fighter .data-list {
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 50px;
  justify-content: space-between;
  margin-left: 590px;
  width: 600px;
  align-items: center;
  gap: 20px 10px;
}

.fighter .data-list .data-list__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
}

li.data-list__item--country {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0 5px;
  flex-wrap: wrap;
  font-size: 14px;
}

li.data-list__item--country img {
  margin-right: 5px;
}

.fighter .data-list .data-list__item.data-list__item--country {
  position: relative;
  padding-left: 50px;
  font-weight: 300;
  font-size: 18px;
  line-height: 17px;
  color: #000000;
  text-transform: none;
}

.fighter .data-list .data-list__item.data-list__item--country::before {
  content: "";
  position: absolute;
  top: calc((100% - 25px) / 2);
  left: 0;
  width: 34px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/images/fighter-img1.png");
}

.fighter .data-list .data-list__item.data-list__item--counts {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.fighter .data-list .data-list__item.data-list__item--counts .counts {
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
  color: #000000;
}

.fighter .data-list .data-list__item.data-list__item--counts .counts .win {
  color: #1AB248;
}

.fighter .data-list .data-list__item.data-list__item--counts .counts .draw {
  color: #EB5757;
}

.fighter .data-list .data-list__item.data-list__item--counts .counts .lose {
  color: #000000;
}

.fighter .data-list .data-list__item.data-list__item--counts .counts-hint {
  margin-top: 3px;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #000000;
}

.fighter .data-list .data-list__item.data-list__item--weight {
  font-weight: 300;
  font-size: 18px;
  line-height: 17px;
  color: #000000;
  text-transform: none;
}

.fighter .data-list .data-list__item .value {
  font-weight: 700;
  font-size: 20px;
}

.fighter .data-list .data-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.fighter .data-list .data-list__item .new-style {
  font-weight: 700;
  text-transform: none;
}

.data-list__item--wiki a {
  color: #000;
  background: url(../images/wiki-logo.png) no-repeat left center transparent;
  padding-left: 24px;
}

.data-list__item--instagram a {
  color: #000;
  background: url(../images/icon/inst-icon.png) no-repeat left center transparent;
  background-size: 16px;
  padding-left: 24px;
}
.data-list__item--ufc a {
  color: #000;
  background: url(../images/icon/ufc-icon-48.png) no-repeat left center transparent;
  background-size: 16px;
  padding-left: 24px;
}

.data-list__item--wiki a:hover,
.data-list__item--instagram a:hover,
.data-list__item--ufc a:hover {
  text-decoration: none;
}

.fighter .fighter__link {
  display: none;
  position: absolute;
  bottom: -50px;
  /* width: calc((25% - 30px)); */
  height: auto;
  padding: 0 20px;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-color: #FFFFFF;
  transition: 0.3s;
  gap: 15px;
}

.fighter .fighter__link::before {
  content: "";
  position: absolute;
  top: calc((100% - 20px) / 2);
  width: 30px;
  height: 20px;
  background-image: url("/images/svg/top-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.fighter .fighter__link:hover {
  background-color: #628FFF;
}

.fighter .fighter__link:hover .name {
  color: #ffffff;
}

.fighter .fighter__link.fighter__link--left::before {
  left: -60px;
  transform: rotate(180deg);
}

.fighter .fighter__link.fighter__link--left .img-wrapper {
  margin-left: -20px;
  display: flex;
}

.fighter .fighter__link.fighter__link--right {
  right: 0;
  flex-direction: row-reverse;
}

.fighter .fighter__link.fighter__link--right::before {
  right: -60px;
}

.fighter .fighter__link.fighter__link--right .img-wrapper {
  margin-right: -20px;
}

.fighter .fighter__link .img-wrapper {
  position: static;
  width: 140px;
  height: 90px;
  margin: 0;
  align-self: flex-end;
  overflow: hidden;
}

.fighter .fighter__link .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fighter .fighter__link .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
  transition: 0.3s;
}

.stats {
  background-color: #ffffff;
}

.stats .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats .stats__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #373B48;
  margin-right: 30px;
}

.stats .stats__title-btn {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #2F80ED;
  width: 166px;
}

.stats .stats__title-btn .br-768 {
  display: none;
}

.stats .stats__title-btn.stats__title-btn--open::before {
  transform: scale(1, -1);
}

.stats .stats__title-btn.stats__title-btn--open::after {
  transform: scale(1, -1);
}

.stats .stats__title-btn::before {
  content: "";
  position: absolute;
  top: calc((100% - 14px) / 2);
  left: 0;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/images/svg/arrow.svg");
  transition: 0.3s;
}

.stats .stats__title-btn::after {
  content: none;
  position: absolute;
  top: calc((100% - 14px) / 2);
  right: 0;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/images/svg/arrow.svg");
  transition: 0.3s;
}

.stats .stats-all {
  max-height: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-template-areas: "position win-lose win-lose" "position stats-list stats-list";
  margin-top: 30px;
  overflow: hidden;
}

.stats .stats-all.stats-all--open {
  max-height: none;
  overflow: visible;
}

.stats .stats-list {
  display: grid;
  grid-gap: 30px;
  grid-area: stats-list;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(3, 140px);*/
  ;
}

.stats .stats-list__item {
  height: 140px;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.stats .stats-list__item .left-block {
  width: 33%;
}

.stats .stats-list__item .center-block {
  margin: 0 auto;
  overflow: hidden;
}

.stats .stats-list__item .stats-list__chart1,
.stats .stats-list__item .stats-list__chart2,
.stats .stats-list__item .stats-list__chart3,
.stats .stats-list__item .stats-list__chart4,
.stats .stats-list__item .stats-list__chart5,
.stats .stats-list__item .stats-list__chart6,
.stats .stats-list__item .stats-list__chart7,
.stats .stats-list__item .stats-list__chart8,
.stats .stats-list__item .stats-list__chart9,
.stats .stats-list__item .stats-list__chart10 {
  position: relative;
  width: 80px;
  height: 120px;
  margin-top: auto;
}

.stats .stats-list__item .stats-list__chart1::before,
.stats .stats-list__item .stats-list__chart2::before,
.stats .stats-list__item .stats-list__chart3::before,
.stats .stats-list__item .stats-list__chart4::before,
.stats .stats-list__item .stats-list__chart5::before,
.stats .stats-list__item .stats-list__chart6::before,
.stats .stats-list__item .stats-list__chart7::before,
.stats .stats-list__item .stats-list__chart8::before,
.stats .stats-list__item .stats-list__chart9::before,
.stats .stats-list__item .stats-list__chart10::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #628FFF;
}

.stats .stats-list__item .stats-list__chart1::after,
.stats .stats-list__item .stats-list__chart2::after,
.stats .stats-list__item .stats-list__chart3::after,
.stats .stats-list__item .stats-list__chart4::after,
.stats .stats-list__item .stats-list__chart5::after,
.stats .stats-list__item .stats-list__chart6::after,
.stats .stats-list__item .stats-list__chart7::after,
.stats .stats-list__item .stats-list__chart8::after,
.stats .stats-list__item .stats-list__chart9::after,
.stats .stats-list__item .stats-list__chart10::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 35px;
  height: 1px;
  background-color: #EB5757;
}

.stats .stats-list__item .stats-list__chart1 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart2 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart3 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart4 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart5 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart6 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart7 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart8 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart9 .ct-series-a .ct-bar,
.stats .stats-list__item .stats-list__chart10 .ct-series-a .ct-bar {
  stroke-width: 35px;
  stroke: #628FFF;
}

.stats .stats-list__item .stats-list__chart1 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart2 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart3 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart4 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart5 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart6 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart7 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart8 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart9 .ct-series-b .ct-bar,
.stats .stats-list__item .stats-list__chart10 .ct-series-b .ct-bar {
  stroke-width: 35px;
  stroke: #EB5757;
}

.stats .stats-list__item .right-block {
  width: 33%;
}

.stats .stats-list__item .right-block .number,
.stats .stats-list__item .right-block .text {
  text-align: right;
}

.stats .stats-list__item .number {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #000000;
}

.stats .stats-list__item .text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #868A91;
}

.stats .win-lose-block {
  display: flex;
  padding: 30px 0;
  grid-area: win-lose;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.stats .win-lose-block .win-block {
  width: 50%;
  flex-shrink: 0;
}

.stats .win-lose-block .win-block .inner-wrapper {
  height: 100%;
  width: 260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.stats .win-lose-block .win-block .win-block__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.stats .win-lose-block .win-block .wins-chart {
  width: 260px;
  height: 150px;
  margin-top: auto;
}

.stats .win-lose-block .win-block .wins-chart .ct-series-a .ct-bar {
  stroke-width: 35px;
  stroke: #1AB248;
}

.stats .win-lose-block .win-block .wins-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.stats .win-lose-block .win-block .wins-list .wins-list__item {
  position: relative;
}

.stats .win-lose-block .win-block .wins-list .wins-list__item::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 26px;
  height: 1px;
  background-color: #1AB248;
  transform: translateX(-50%);
}

.stats .win-lose-block .win-block .wins-list .wins-list__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.stats .win-lose-block .win-block .wins-list .wins-list__text--down {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.stats .win-lose-block .lose-block {
  flex-shrink: 0;
  width: 50%;
}

.stats .win-lose-block .lose-block .inner-wrapper {
  height: 100%;
  width: 260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.stats .win-lose-block .lose-block .lose-block__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.stats .win-lose-block .lose-block .lose-chart {
  width: 260px;
  height: 150px;
  margin-top: auto;
}

.stats .win-lose-block .lose-block .lose-chart .ct-series-a .ct-bar {
  stroke-width: 35px;
  stroke: #EB5757;
}

.stats .win-lose-block .lose-block .lose-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.stats .win-lose-block .lose-block .lose-list .lose-list__item {
  position: relative;
}

.stats .win-lose-block .lose-block .lose-list .lose-list__item::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 26px;
  height: 1px;
  background-color: #EB5757;
  transform: translateX(-50%);
}

.stats .win-lose-block .lose-block .lose-list .lose-list__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.stats .win-lose-block .lose-block .lose-list .lose-list__text--down {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.stats .position-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  grid-area: position;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.stats .promotion-stats {
  margin-bottom: 50px;
  max-height: 170px;
  overflow-y: auto;
  padding-right: 15px;
  width: 100%;
}

@media (max-width: 768px) {
  .stats .promotion-stats {
    max-height: 100%;
    overflow-y: auto;
    padding-right: 0;
  }
}

.stats .promotion-stats table {
  width: 100%;
  margin: 15px 0;
}

.stats .promotion-stats th {
  border-bottom: 1px solid #628FFF;
  font-weight: bold;
  padding: 5px 0;
}

.stats .promotion-stats td {
  padding: 3px 0;
  border-bottom: 1px solid #f9f9f9;
  font-size: 14px;
}

.stats .promotion-stats td:nth-of-type(2) {
  text-align: center;
}

.stats .position-block .punch-block {
  flex-shrink: 0;
}

.stats .position-block .punch-block .inner-wrapper {
  height: 100%;
  width: 260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.stats .position-block .punch-block .punch-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.stats .position-block .punch-block .punch-chart {
  width: 260px;
  height: 150px;
  margin-top: auto;
}

.stats .position-block .punch-block .punch-chart .ct-series-a .ct-bar {
  stroke-width: 35px;
  stroke: #628FFF;
}

.stats .position-block .punch-block .punch-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.stats .position-block .punch-block .punch-list .punch-list__item {
  position: relative;
}

.stats .position-block .punch-block .punch-list .punch-list__item::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 26px;
  height: 1px;
  background-color: #628FFF;
  transform: translateX(-50%);
}

.stats .position-block .punch-block .punch-list .punch-list__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.stats .position-block .punch-block .punch-list .punch-list__text--down {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.stats .position-block .center-block {
  flex-shrink: 0;
  margin-top: 90px;
}

.stats .position-block .center-block .inner-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 280px;
  margin: 0 auto;
}

.stats .position-block .center-block .inner-wrapper::before {
  content: "";
  position: absolute;
  bottom: -135px;
  right: 126px;
  width: 147px;
  height: 374px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/images/wins-img.png");
}

.stats .position-block .center-block .target-block {
  display: flex;
  flex-wrap: wrap;
  width: 70px;
  margin-top: 65px;
}

.stats .position-block .center-block .target-block:nth-of-type(1) {
  margin-top: 0;
}

.stats .position-block .center-block .target {
  position: relative;
  flex-basis: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.stats .position-block .center-block .target::before {
  content: "";
  position: absolute;
  top: calc((100% - 10px) / 2);
  left: -120px;
  width: 10px;
  height: 10px;
  background-image: url("/images/svg/point.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.stats .position-block .center-block .target::after {
  content: "";
  position: absolute;
  top: calc((100% - 2px) / 2);
  left: -100px;
  height: 2px;
  width: 90px;
  display: block;
  background-color: rgba(235, 87, 87, 0.2);
}

.stats .position-block .center-block .quantity {
  flex-basis: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.stats .position-block .center-block .percent {
  flex-basis: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #628FFF;
}

.other-fights {
  padding-top: 30px;
  background-color: #ffffff;
}

.other-fights .other-fights__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #373B48;
}

.other-fights .other-fights-list {
  display: block;
  flex-direction: column;
  width: 100%;
  max-height: 580px;
  margin-top: 30px;
  overflow: hidden;
  gap: 15px;
}

.other-fights .other-fights-list.other-fights-list--open {
  display: flex;
  max-height: none;
}

.other-fights .other-fights-list .other-fights-list__item {
  margin-top: 10px;
}

.other-fights .other-fights-list .other-fights-list__item:first-child {
  margin-top: 0;
}

.other-fights .other-fights-list .img-wrapper img {
  object-fit: contain;
}

.other-fights .other-fights-list .name {}

.other-fights .other-fights-list .name:nth-of-type(2) {
  margin-right: 0;
  text-align: right;
}

.other-fights .other-fights-list .center-block .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  text-align: center;
}

.other-fights .other-fights-list .center-block .address .bold {
  font-weight: 700;
}

.other-fights .other-fights-list .center-block .address .text {
  font-weight: 400;
}

.other-fights .other-fights-list .center-block .img-wrapper {
  width: 30px;
  height: 59px;
  align-self: center;
}

.other-fights .other-fights-list .center-block .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.other-fights .other-fights-list .center-block .date {
  font-weight: 700;
  font-size: 12px;
  line-height: 11px;
  color: #000000;
}

.other-fights .spoiler-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: #628FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.other-fights .spoiler-btn.spoiler-btn--open {
  display: block;
}

.other-fights .spoiler-btn.spoiler-btn--open.spoiler-btn--open-off {
  display: none;
}

.other-fights .spoiler-btn.spoiler-btn--close {
  display: none;
}

.other-fights .spoiler-btn.spoiler-btn--close.spoiler-btn--close-on {
  display: block;
}

.events {
  margin-top: 110px;
  width: 100%;
  max-width: 1024px;
}

.events .tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.events .tabs .tabs__input {
  display: none;
}

.events .tabs .tabs__input:checked+label {
  color: #ffffff;
  background-color: #2F80ED;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.events .tabs .tabs__input:checked+label::before {
  border-top: 4px solid #2F80ED;
}

.events .tabs .tabs__input#tab1:checked~#content1,
.events .tabs .tabs__input#tab2:checked~#content2,
.events .tabs .tabs__input#tab3:checked~#content3 {
  display: flex;
}

.events .tabs .tabs__label {
  position: relative;
  width: calc((100% - 60px) / 3);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
}

.events .tabs .tabs__label::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  border: 14px solid transparent;
  border-top: 4px solid transparent;
  transform: translateX(-50%);
  transition: 0.3s;
}

.events .tabs .tabs__label:last-of-type {
  margin-right: 0;
}

.events .tabs .tabs__label.tabs__label--2 {
  width: calc((100% - 30px) / 2);
}

.events .tabs .tabs__label.tabs__label--1 {
  width: 100%;
  margin-right: 0;
}

.events .tabs .tabs__label:hover {
  color: #ffffff;
  background-color: #2F80ED;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.events .tabs .other-fights-list {
  display: none;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.events .tabs .other-fights-list.other-fights-list--delete {
  display: none;
}

.other-fights-list .other-fights-list__item {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  grid-auto-flow: column;
}

.other-fights-list .other-fights-list__item a {
  text-decoration: none;
  background: #F7F8F8;
  height: 100%;
  align-self: center;
  font-size: 10px;
  line-height: 1.2;
  color: #000;
}

.other-fights-list .other-fights-list__item a:hover,
.other-fights-list .other-fights-list__fighter:last-of-type.fighter--win:hover,
.other-fights-list .other-fights-list__fighter:last-of-type.fighter--lose:hover,
.other-fights-list .other-fights-list__fighter:last-of-type.fighter--draw:hover,
.other-fights-list .other-fights-list__fighter:last-of-type.fighter--nc:hover {
  background: #E5F4FA;
}

.other-fights-list .other-fights-list__fighter.fighter--win {
  background: rgb(214, 247, 228);
  background: -moz-linear-gradient(270deg, rgba(214, 247, 228, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(214, 247, 228, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: linear-gradient(270deg, rgba(214, 247, 228, 1) 0%, rgba(243, 243, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6f7e4", endColorstr="#f3f3f3", GradientType=1);
}

.other-fights-list .other-fights-list__fighter:last-of-type.fighter--win {
  background: rgb(214, 247, 228);
  background: -moz-linear-gradient(90deg, rgba(214, 247, 228, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(214, 247, 228, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: linear-gradient(90deg, rgba(214, 247, 228, 1) 0%, rgba(243, 243, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6f7e4", endColorstr="#f3f3f3", GradientType=1);
}

.other-fights-list .other-fights-list__fighter.fighter--lose {
  background: rgb(251, 221, 221);
  background: -moz-linear-gradient(270deg, rgba(251, 221, 221, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(251, 221, 221, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: linear-gradient(270deg, rgba(251, 221, 221, 1) 0%, rgba(243, 243, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbdddd", endColorstr="#f3f3f3", GradientType=1);
}

.other-fights-list .other-fights-list__fighter:last-of-type.fighter--lose {
  background: rgb(251, 221, 221);
  background: -moz-linear-gradient(90deg, rgba(251, 221, 221, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(251, 221, 221, 1) 0%, rgba(243, 243, 243, 1) 100%);
  background: linear-gradient(90deg, rgba(251, 221, 221, 1) 0%, rgba(243, 243, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbdddd", endColorstr="#f3f3f3", GradientType=1);
}

.other-fights-list .other-fights-list__item .fighter--draw {
  background: #ffebcc;
}

.other-fights-list .other-fights-list__item .fighter--nc {
  background: #dcdcdc;
}

.other-fights-list .img-wrapper img {
  width: 100%;
  max-width: 200px;
  height: 100%;
  object-fit: contain;
  z-index: 10;
}

.other-fights-list .other-fights-list__fighter .fighter-alt {
  z-index: 1;
}

.other-fights-list .other-fights-list__fighter:first-of-type .fighter-alt {
  -webkit-mask-image: linear-gradient(to left, transparent 1%, black 30%);
  mask-image: linear-gradient(to left, transparent 1%, black 30%);
}

.other-fights-list .other-fights-list__fighter:last-of-type .fighter-alt {
  -webkit-mask-image: linear-gradient(to right, transparent 1%, black 30%);
  mask-image: linear-gradient(to right, transparent 1%, black 30%);
}

.other-fights-list .center-block img {
  filter: saturate(1);
}

.other-fights-list .name {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  word-break: break-word;
}

.other-fights-list .name:nth-of-type(2) {}

.fighter__box {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.fighter__box .record {
  font-weight: bold;
  font-size: 12px;
}

.fighter__box .record span:first-of-type {
  color: #1AB248;
}

.fighter__box .record span:nth-of-type(2) {
  color: #EB5757;
}

.fighter__word {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  max-width: max-content;
  align-self: flex-end;
  color: #fff;
  padding: 1px 3px;
  font-weight: 300;
  font-family: 'Tahoma', 'Arial', sans-serif;
}

.other-fights-list__box--2 .fighter__word {
  align-self: flex-start;
}

.fighter--win .fighter__word {
  background-color: #1AB248;
}

.fighter--lose .fighter__word {
  background-color: #D50F0F;
}

.fighter--nc .fighter__word {
  background-color: #0073C2;
}

.fighter--draw .fighter__word {
  background-color: #e57c20;
}

.other-fights-list .center-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 0 10px 5px;
  background-size: 26px auto;
  background-repeat: no-repeat;
  gap: 5px;
  height: 100%;
  justify-content: center;
  font-weight: bold;
}

.other-fights-list .center-block .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  text-align: center;
}

.events .tabs .other-fights-list .center-block .address .bold {
  font-weight: 700;
}

.events .tabs .other-fights-list .center-block .address .text {
  font-weight: 400;
}

.events .tabs .other-fights-list .center-block .img-wrapper {
  width: 30px;
  height: 59px;
  align-self: center;
}

.events .tabs .other-fights-list .center-block .img-wrapper img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  ;
}

.other-fights-list .center-block .weight {
  color: #5B5B5B;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 1px #fff;
  order: 2;
}

.other-fights-list .center-block .weight span {
  display: block;
  line-height: 1;
}

.other-fights-list .center-block .date {
  font-weight: 700;
  font-size: 12px;
  line-height: 11px;
  color: #000000;
}

.tournament-top {
  padding-top: 80px;
  background: #F7F8F8;
}

.tournament-top .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 570px;
}

.tournament-top .img-wrapper {
  width: 440px;
  height: 523px;
  align-self: flex-end;
  flex-shrink: 0;
  margin-left: 30px;
  overflow: hidden;
  z-index: 7;
}

.tournament-top .img-wrapper.img-wrapper--second-fighter {
  margin: 0;
  margin-right: 30px;
}

.tournament-top .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tournament-top .img-wrapper img.fighter-alt {
  -webkit-mask-image: linear-gradient(to left, transparent 1%, black 30%);
  mask-image: linear-gradient(to left, transparent 1%, black 30%);
}

.tournament-top .img-wrapper.img-wrapper--second-fighter img.fighter-alt {
  -webkit-mask-image: linear-gradient(to right, transparent 1%, black 30%);
  mask-image: linear-gradient(to right, transparent 1%, black 30%);
}

.tournament-top .name {
  display: none;
  align-self: flex-start;
  margin-top: 105px;
  margin-left: -20px;
  /* width: 50%; */
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  color: #254564;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}

.tournament-top .name:nth-of-type(2) {
  align-self: flex-end;
  margin: 0;
  margin-bottom: 100px;
  margin-right: -20px;
  text-align: right;
}

.tournament__main .tournament-top .name span {
  position: relative;
}

.tournament__main .tournament-top .name:nth-of-type(2) span {}

.tournament__main .tournament-top .name span:before {
  position: absolute;
  content: "";
  background-color: #FFDA44;
}

.tournament-top .center-block {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 146px;
  height: 287px;
  transform: translate(-50%, -50%);
}

.tournament-top .center-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 244px;
  height: 483px;
  background-image: url("/images/events-vs1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.tournament__main .tournament-top .center-block {
  z-index: 0;
}

.tournament-top .tournament-date {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 10px;
  background-color: #FFFFFF;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 9;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

z {}

.tournament-date {}

.tournament-top .fa__event {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.tournament-top .fa__event img {
  width: 18px;
  height: 18px;
}

.tournament-top .tournament-date .place {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

.tournament-top .tournament-date .date {
  position: relative;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
}

.tournament-top .tournament-date .date img {}

.tournament-top .tournament-date .time {
  position: relative;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
}

.tournament-top .tournament-date .time img {}

.tournament-top .tournament-date .weight {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  display: none;
}

.tournament-top .tournament-date .address {
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}

.tournament-top .tournament-date .address img {}

.compare {
  padding-top: 80px;
  overflow: hidden;
}

.compare .compare-top {
  position: relative;
  display: flex;
}

.compare-top:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 40%;
  background-image: url(/images/events-vs1.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 244px;
  height: 350px;
  transform: translate(-50%, -50%);
  background-size: contain;
  z-index: 9;
}

.compare-top:after {
  position: absolute;
  content: "gidstats.com";
  left: 50%;
  top: 80%;
  background-color: #eff0f1;
  background-clip: text;
  color: transparent;
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3);
}

.compare-top.compare-top-result:before {
  display: none;
}

.compare-top.compare-top-result:after {
  background-color: inherit;
}

.compare .compare-top .center-block {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 9;
}

.compare .compare-top .center-block .center-block__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

.center-block__link {
  color: #000000;
  text-decoration: none;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  background: #fff;
  padding: 10px;
  margin: -20px;
}

.center-block__link:hover {
  text-decoration: underline;
}

.center-block__name {
  overflow: hidden;
}

.center-block__name:before,
.center-block__name:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: #1AB248;
  border: solid #fff;
  border-width: 0 10px;
}

a.canceled-fight .center-block__name:before,
a.canceled-fight .center-block__name:after {
  background: #EB5757;
}

.center-block__name:before {
  margin-left: -100%;
}

.center-block__name:after {
  margin-right: -100%;
}

.compare .compare-top .fighter {
  position: relative;
  padding: 0;
  width: 50%;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
}

.compare .compare-top .fighter .img-wrapper {
  position: static;
  width: 440px;
  height: 523px;
  align-self: flex-end;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 20px;
}

.compare .compare-top .fighter .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.compare .compare-top .fighter.fighter1 .img-wrapper img.fighter-alt {
  -webkit-mask-image: linear-gradient(to left, transparent 5%, black 30%);
  mask-image: linear-gradient(to left, transparent 5%, black 30%);
}

.compare .compare-top .fighter.fighter2 .img-wrapper img.fighter-alt {
  -webkit-mask-image: linear-gradient(to right, transparent 5%, black 30%);
  mask-image: linear-gradient(to right, transparent 5%, black 30%);
}

.compare .compare-top .fighter .info-block {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 322.5px;
  margin-right: 15px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  justify-content: center;
}

.compare .compare-top .fighter .info-block .name {
  min-height: 102px;
  font-weight: 900;
  font-size: 31px;
  line-height: 1;
  color: #254564;
  text-decoration: none;
  text-shadow: 1px 1px 1px #ffffff;
  word-break: break-all;
}

.compare .compare-top .fighter .info-block .name span {
  position: relative;
  z-index: 9;
}

.compare .compare-top .fighter .info-block .nick-name {
  margin: 0;
  margin-top: 20px;
  min-height: 18px;
  flex-shrink: 0;
}

.compare .compare-top .fighter .info-block .nick-name span {
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  color: #868A91;
}

.compare .events__fighter-status {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  padding: 0;
  width: max-content;
  font-family: 'Tahoma', 'Arial', sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: start;
}

.compare .fighter2 .events__fighter-status {
  text-align: right;
}

.events__fighter-status-box {
  display: flex;
  flex-direction: row;
  gap: 0 2px;
  color: #254564;
  text-shadow: 1px 1px 1px #ffffff;
}

.fighter2 .events__fighter-status-box {
  color: #740707;
}

.compare .compare-top .fighter .info-block .data-list {
  margin: 0;
  margin-left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 10px;
  margin-bottom: 0;
  height: auto;
  color: #285480;
}

.compare .compare-top .fighter .data-list__item {
  margin: 0;
  width: 100%;
  height: 55px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #254564;
  text-transform: uppercase;
  display: block;
  text-shadow: 1px 1px 1px #ffffff;
}

.compare .compare-top .fighter .info-block .name:hover {
  text-decoration: underline;
  opacity: .8;
}

.compare .compare-top .fighter .info-block .data-list .data-list__item span {
  font-weight: 700;
  font-size: 20px;
}

.compare .compare-top .fighter .info-block .data-list {}

.compare .compare-top .fighter.fighter1 {
  justify-content: flex-end;
  align-items: center;
  background-color: #f7f8f8;
  border-right: 1px solid #fff;
}

.compare .compare-top .fighter.fighter2 {
  justify-content: flex-start;
  align-items: center;
  background-color: #f7f8f8;
}

.compare .compare-top .fighter.fighter1.fighter-more--win {
  background-color: rgb(214, 247, 228);
  background-image: url(/files/images/fighter-circle-win.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right 30px top 70px;
  background-blend-mode: screen;
}

.compare .compare-top .fighter.fighter1.fighter-more--lose {
  background-color: rgb(251, 221, 221);
  background-image: url(/files/images/fighter-circle-lose.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: right 30px top 80px;
  background-blend-mode: screen;
}

.compare .compare-top .fighter.fighter2.fighter-more--win {
  background-color: rgb(214, 247, 228);
  background-image: url(/files/images/fighter-circle-win.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: left 30px top 70px;
}

.compare .compare-top .fighter.fighter2.fighter-more--lose {
  background-color: rgb(251, 221, 221);
  background-image: url(/files/images/fighter-circle-lose.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left 30px top 80px;
}

.compare .compare-top .fighter.fighter1.fighter--draw,
.compare .compare-top .fighter.fighter2.fighter--draw {
  background: #ffebcc;
}

.compare .compare-top .fighter.fighter1.fighter--nc,
.compare .compare-top .fighter.fighter2.fighter--nc {
  background: #dcdcdc;
}

.compare .compare-top .fighter.fighter2 .info-block {
  margin-left: 15px;
  margin-right: 0;
}

.compare .compare-top .fighter.fighter2 .name,
.compare .compare-top .fighter.fighter2 .nick-name {
  text-align: right;
}

.compare .compare-top .fighter.fighter2.fighter-more--default .name {
  color: #740707;
}

.compare .compare-top .fighter.fighter2 .data-list__item {
  text-align: right;
}

.compare .compare-top .fighter.fighter2.fighter-more--default .data-list__item {
  color: #740707;
}

.compare .compare-top .fighter.fighter2 .data-list__item:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.compare .compare-top .fighter.fighter-more--win .name,
.compare .compare-top .fighter.fighter-more--win .data-list__item {
  color: #05682f;
}

.compare .compare-top .fighter.fighter-more--lose .name,
.compare .compare-top .fighter.fighter-more--lose .data-list__item {
  color: #8b0404;
}

.compare .compare-top .fighter.fighter-more--nc {
  background: rgba(98, 143, 255, 0.2);
}

.compare .compare-top .fighter.fighter1.fighter-more--nc {
  background-image: url(/files/images/fighter-circle-nc.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right -50px top 70px;
}

.compare .compare-top .fighter.fighter2.fighter-more--nc {
  background-image: url(/files/images/fighter-circle-nc.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: left -50px top 70px;
}

.compare .compare-top .fighter.fighter1.fighter-more--draw {
  background-image: url(/files/images/fighter-circle-draw.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right -50px top 70px;
  background-color: #ffebcc;
}

.compare .compare-top .fighter.fighter2.fighter-more--draw {
  background-image: url(/files/images/fighter-circle-draw.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: left -50px top 70px;
  background-color: #ffebcc;
}

.compare .compare-top .fighter.fighter2 .stats-btn {
  background: #EB5757;
}

.compare .compare-top .fighter.fighter2 .stats-btn.stats-btn--active::before {
  border-top: 4px solid #EB5757;
}

.compare .compare-top .fighter .stats-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: calc(100% - 40px);
  padding: 0 20px;
  background: #628FFF;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 11px;
  color: #FFFFFF;
  transform: translateX(-50%);
}

.compare .compare-top .fighter .stats-btn.stats-btn--active::before {
  content: "";
  border-top: 4px solid #628FFF;
}

.compare .compare-top .fighter .stats-btn::before {
  content: none;
  position: absolute;
  left: 50%;
  bottom: -18px;
  display: block;
  border: 14px solid transparent;
  border-top: 4px solid transparent;
  transform: translateX(-50%);
  transition: 0.3s;
}

.compare .container {
  position: relative;
  z-index: 10;
}

.compare .container .fighter-stats {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.compare .container .fighter-stats .name {
  position: relative;
  display: none;
  padding: 15px 40px 0;
  margin-bottom: 15px;
  max-height: 30px;
  font-weight: 900;
  font-size: 16px;
  line-height: 15px;
  color: #000000;
  text-align: center;
}

.compare .container .fighter-stats .name span {
  position: absolute;
  top: -100px;
  left: 0;
}

.compare .container .fighter-stats .fighter-stats__block {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
}

.compare .container .fighter-stats .fighter-stats__block:nth-of-type(2) {
  justify-content: flex-end;
}

.compare .container .fighter-stats .left {
  height: 100px;
  width: 100%;
  margin-right: 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.compare .container .fighter-stats .left .win-list {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.compare .container .fighter-stats .left .win-list .win-list__item {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #000000;
  text-align: center;
}

.compare .container .fighter-stats .left .win-list .win-list__item:first-child {
  color: #1AB248;
}

.compare .container .fighter-stats .left .win-list .win-list__item:nth-of-type(2) {
  color: #EB5757;
}

.compare .container .fighter-stats .left .win-list .win-list__item span {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  color: #868A91;
}

.compare .container .fighter-stats .right {
  height: 100px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.stats-list__title {
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 7px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
}

.stats-list_fighter {
  position: relative;
}

.stats-list_fighter:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: -12px;
  margin-top: -4px;
  background-color: #1AB248;
}

.stats-list_fighter--right {}

.stats-list_fighter--right:before {
  left: inherit;
  right: -12px;
  background-color: #EB5757;
}

.stats-list_vs {
  color: #868A91;
}

.compare .container .fighter-stats .right .stats-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 0;
  height: 100%;
}

.compare .container .fighter-stats .right .stats-list .stats-list__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.compare .container .fighter-stats .right .stats-list .stats-list__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #868A91;
  text-align: center;
}

.compare .container .fighter-stats .right .inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.compare .container .fighter-stats .right .stats-list__number {
  position: relative;
  width: 16px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
}

.compare .container .fighter-stats .right .stats-list__number::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -1px;
  width: 100%;
  height: 1px;
}

.compare .container .fighter-stats .right .stats-list__number.stats-list__number--win {
  margin-left: 0;
  color: #27AE60;
}

.compare .container .fighter-stats .right .stats-list__number.stats-list__number--win::before {
  background-color: #6FCF97;
}

.compare .container .fighter-stats .right .stats-list__number.stats-list__number--lose {
  color: #EB5757;
}

.compare .container .fighter-stats .right .stats-list__number.stats-list__number--lose::before {
  background-color: #EB5757;
}

.compare .container .fighter-stats .right .stats-list .stats-list__item.stats-list__item--sub .stats-list__number:nth-child(1)::before {
  left: -7px;
}

.compare .container .fighter-stats .right .stats-list .stats-list__item.stats-list__item--sub .stats-list__number:nth-child(2)::before {
  left: -7px;
}

.compare .odds .odds-block .odds-link:hover {
  background: #2f80ed;
}

.compare .odds .odds-block .odds-link:hover {
  background: #5dbe85;
}

.compare .odds .odds-block .odds-btn:hover {
  background: #2673da;
}

.compare .container .fighter-stats .right .stats-list__chart1,
.compare .container .fighter-stats .right .stats-list__chart2,
.compare .container .fighter-stats .right .stats-list__chart3,
.compare .container .fighter-stats .right .stats-list__chart4,
.compare .container .fighter-stats .right .stats-list__chart5,
.compare .container .fighter-stats .right .stats-list__chart6,
.compare .container .fighter-stats .right .stats-list__chart7,
.compare .container .fighter-stats .right .stats-list__chart8,
.compare .container .fighter-stats .right .stats-list__chart9,
.compare .container .fighter-stats .right .stats-list__chart10 {
  width: 44px;
  height: 30px;
  margin-top: auto;
}

.compare .container .fighter-stats .right .stats-list__chart1 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart2 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart3 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart4 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart5 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart6 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart7 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart8 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart9 .ct-series-a .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart10 .ct-series-a .ct-bar {
  stroke-width: 17px;
  stroke: #1AB248;
}

.compare .container .fighter-stats .right .stats-list__chart1 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart2 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart3 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart4 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart5 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart6 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart7 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart8 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart9 .ct-series-b .ct-bar,
.compare .container .fighter-stats .right .stats-list__chart10 .ct-series-b .ct-bar {
  stroke-width: 17px;
  stroke: #EB5757;
}

.compare .wins {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.compare .wins .wins-fighter {
  height: 300px;
  padding: 30px 0;
  flex-shrink: 0;
  width: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  background: #f8f9f9;
  overflow: hidden;
  align-items: start;
}

.compare .wins .wins-fighter.wins-fighter--1.wins-fighter--active {
  display: flex;
}

.compare .wins .wins-fighter.wins-fighter--1 .percent {
  color: #628FFF;
}

.compare .wins .wins-fighter.wins-fighter--1 .ct-series-a .ct-bar {
  stroke: #628FFF;
}

.compare .wins .wins-fighter.wins-fighter--2.wins-fighter--active {
  display: flex;
}

.compare .wins .wins-fighter.wins-fighter--2 .percent {
  color: #628FFF;
}

.compare .wins .wins-fighter.wins-fighter--2 .ct-series-a .ct-bar {
  stroke: #628FFF;
}

.compare .wins .wins-fighter .left-block {
  flex-shrink: 0;
  width: 50%;
}

.compare .wins .wins-fighter .left-block .inner-wrapper {
  height: 100%;
  width: 260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.compare .wins .wins-fighter .left-block .left-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.compare .wins .wins-fighter .left-block .win-chart--fighter1 {
  width: 260px;
  height: 150px;
  margin-top: auto;
}

.compare .wins .wins-fighter .left-block .win-chart--fighter1 .ct-series-a .ct-bar {
  stroke-width: 35px;
}

.compare .wins .wins-fighter .left-block .win-chart--fighter2 {
  width: 260px;
  height: 150px;
  margin-top: auto;
}

.compare .wins .wins-fighter .left-block .win-chart--fighter2 .ct-series-a .ct-bar {
  stroke-width: 35px;
}

.compare .wins .wins-fighter .left-block .wins-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 10px 0 0 0;
}

.compare .wins .wins-fighter .left-block .wins-list .wins-list__item {
  position: relative;
}

.compare .wins .wins-fighter .left-block .wins-list .wins-list__item::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 28px;
  height: 1px;
  background-color: #628FFF;
  transform: translateX(-50%);
}

.compare .wins .wins-fighter .left-block .wins-list .wins-list__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.compare .wins .wins-fighter .left-block .wins-list .wins-list__text--down {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.compare .wins .wins-fighter .lose-block {
  flex-shrink: 0;
  width: 50%;
}

.compare .wins .wins-fighter .lose-block .inner-wrapper {
  height: 100%;
  width: 260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.compare .wins .wins-fighter .lose-block .lose-block__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.compare .wins .wins-fighter .lose-block .lose-chart {
  width: 260px;
  height: 150px;
  margin-top: auto;
}

.compare .wins .wins-fighter .lose-block .lose-chart .ct-series-a .ct-bar {
  stroke-width: 35px;
  stroke: #EB5757;
}

.compare .wins .wins-fighter .lose-block .lose-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.compare .wins .wins-fighter .lose-block .lose-list .lose-list__item {
  position: relative;
}

.compare .wins .wins-fighter .lose-block .lose-list .lose-list__item::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 46%;
  right: 0;
  margin: auto;
  width: 34px;
  height: 1px;
  background-color: #EB5757;
  transform: translateX(-50%);
}

.compare .wins .wins-fighter .lose-block .lose-list .lose-list__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.compare .wins .wins-fighter .lose-block .lose-list .lose-list__text--down {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.compare .wins .btn-block {
  width: calc(100% - 40px);
  margin: 0 20px;
  height: 40px;
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.compare .wins .wins-fighter .left-block .wins-list .wins-list__item::before {
  width: 35px;
  left: 42%;
}

.compare .wins .wins-fighter .left-block .wins-list .wins-list__item::before {
  width: 35px;
  left: 44%;
}

.compare .wins .wins-fighter .left-block .wins-list .wins-list__item:nth-child(2)::before {
  left: 33%;
}

.compare .wins .wins-fighter .lose-block .lose-list .lose-list__item:nth-child(2)::before {
  left: 28%;
}

.compare .wins .wins-fighter--2 .lose-block .lose-list .lose-list__item:nth-child(2)::before {
  left: 51%;
}

.compare .wins .wins-fighter .lose-block .lose-list .lose-list__item:nth-child(3)::before {
  left: 24%;
}

.compare .wins .wins-fighter.wins-fighter--2 .lose-block .lose-list .lose-list__item:nth-child(3)::before {
  left: 58%;
}

.compare .wins .wins-fighter.wins-fighter--2 .left-block .wins-list .wins-list__item:nth-child(2)::before {
  left: 38%;
}

.compare .wins .wins-fighter.wins-fighter--2 .left-block .wins-list .wins-list__item:nth-child(3)::before {
  left: 51%;
}

.compare .wins .wins-fighter .left-block .wins-list .wins-list__item:nth-child(2)::before {
  left: 33%;
}

.compare .wins .btn-block .fighter-link {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #628FFF;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

.compare .wins .btn-block .up-link {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: #ECECEC;
  border-radius: 2px;
}

.compare .wins .btn-block .up-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 12px;
  background-image: url("/images/svg/top-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.compare .main-forecast {
  position: relative;
  margin: 30px auto 0;
  width: 100%;
  height: auto;
  padding: 30px 30px 20px;
  background: #F5F5F5;
}

.compare .main-forecast .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1380px;
  height: 430px;
  padding: 40px 30px;
  background: #F5F5F5;
}

.compare .main-forecast .main-forecast__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #373B48;
}

.compare .main-forecast .fighters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.compare .main-forecast .fighters .name {
  margin-right: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  position: relative;
}

.compare .main-forecast .fighters .name.name--1 {
  padding-left: 17px;
}

.compare .main-forecast .fighters .name.name--1:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 5px);
  background-color: #628fff;
  width: 10px;
  height: 10px;
}

.compare .main-forecast .fighters .name.name--2 {
  margin-left: 20px;
  margin-right: 0;
  padding-right: 17px;
}

.compare .main-forecast .fighters .name.name--2:after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 5px);
  background-color: #eb5757;
  width: 10px;
  height: 10px;
}

.compare .main-forecast .fighters .forecast {
  margin-right: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}

.compare .main-forecast .fighters .forecast.forecast--2 {
  margin-right: 0;
}

.compare .main-forecast .fighters .forecast.forecast--win {
  color: #6FCF97;
}

.compare .main-forecast .fighters .forecast.forecast--lose {
  color: #EB5757;
}

.compare .main-forecast .main-chart {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

.compare .main-forecast .main-chart .f1,
.compare .main-forecast .main-chart .f2 {
  position: absolute;
  top: 0;
  height: 40px;
  display: block;
}

.compare .main-forecast .main-chart .f1 .percent,
.compare .main-forecast .main-chart .f2 .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
}

.compare .main-forecast .main-chart .f1 {
  left: 0;
  background-color: #628FFF;
}

.compare .main-forecast .main-chart .f2 {
  right: 0;
  background-color: #EB5757;
}

.compare .main-forecast .main-forecast__text {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #373B48;
}

.compare .main-forecast .list-block {
  display: flex;
  justify-content: space-between;
}

.compare .main-forecast .list-block-chart1,
.compare .main-forecast .list-block-chart2 {
  position: absolute;
  bottom: 30px;
}

.compare .main-forecast .list-block-chart1 .ct-series-a .ct-bar,
.compare .main-forecast .list-block-chart2 .ct-series-a .ct-bar {
  stroke-width: 20px;
  stroke: #628FFF;
}

.compare .main-forecast .list-block-chart1 {
  left: 30px;
}

.compare .main-forecast .list-block-chart2 {
  right: 30px;
  transform: scale(-1, 1);
}

.compare .main-forecast .main-forecast-list {
  display: flex;
  flex-direction: column;
}

.compare .main-forecast .main-forecast-list.main-forecast-list--f2 {
  align-items: flex-end;
}

.compare .main-forecast .main-forecast-list .main-forecast-list__item {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}

.compare .main-forecast-tg {
  text-align: right;
  margin: 20px 0 0;
  font-weight: 300;
}

.compare .main-forecast-tg a {
  color: #2f80ed;
}

.compare .main-forecast .main-forecast-list .main-forecast-list__item:first-child {
  margin-top: 0;
}

.compare .plus-minus {
  padding-top: 30px;
  display: none;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
}

.compare .plus-minus .container {
  display: flex;
  justify-content: space-between;
}

.compare .plus-minus .plus-minus__fighter1,
.compare .plus-minus .plus-minus__fighter2 {
  width: calc(50% - 15px);
  flex-shrink: 0;
}

.compare .plus-minus .plus-minus__fighter1.plus-minus--active,
.compare .plus-minus .plus-minus__fighter2.plus-minus--active {
  display: block;
}

.compare .plus-minus .plus-minus__title {
  font-size: 20px;
  line-height: 1.2;
  color: #373B48;
  margin: 20px 0;
}

.compare .plus-minus .plus-minus__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #373B48;
}

.compare .odds {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  height: 160px;
  padding: 30px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

/*.compare .odds::before {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
  width: 170px;
  height: 250px;
  background-image: url("/images/fighter-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.compare .odds::after {
  content: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -10;
  width: 170px;
  height: 250px;
  background-image: url("/images/fighter-img2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}*/
.compare .odds .odds__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.compare .odds .odds-block {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.compare .odds .odds-block .odds-p1,
.compare .odds .odds-block .odds-p2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
}

.odds-block img {
  width: 150px;
  height: auto;
}

.compare .odds .odds-block .odds-p1 img {
  -webkit-mask-image: linear-gradient(to left, transparent 5%, black 30%);
  mask-image: linear-gradient(to left, transparent 5%, black 30%);
}

.compare .odds .odds-block .odds-p2 img {
  -webkit-mask-image: linear-gradient(to right, transparent 5%, black 30%);
  mask-image: linear-gradient(to right, transparent 5%, black 30%);
}

.compare .odds .odds-block .odds-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 50px;
  background: #1AB248;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  color: #FFFFFF;
  text-decoration: none;
}

.compare .odds .odds-block .odds-btn {
  position: relative;
  width: 266px;
  height: 50px;
  background: #2F80ED;
  border-radius: 5px;
}

.compare .odds .odds-block .odds-btn span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #FFFFFF;
  text-align: left;
}

.compare .odds .odds-block .odds-btn span::before {
  content: "";
  position: absolute;
  top: calc((100% - 16px) / 2);
  left: 0;
  width: 14px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/svg/odds.svg");
}

.next-fight {
  padding-top: 30px;
  padding-bottom: 30px;
}

.next-fight .next-fight__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #373B48;
  text-align: center;
}

.next-fight .next-fight__wrapper {
  width: 100%;
  padding: 30px 0 0;
  margin-top: 40px;
  height: 300px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.next-fight .fight-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}

.next-fight .fight-name a {
  color: #000;
}

.next-fight .fight-name a:hover {
  color: #1AB248;
  text-decoration: none;
}

.next-fight .address {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #868A91;
}

.next-fight .fighter-block-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  height: 100%;
}

.next-fight .fighter-block {
  position: relative;
  width: 50%;
  padding-left: calc((50% + 60px) / 3);
  padding-right: 40px;
}

.next-fight .fighter-block.fighter-block--left {
  padding-right: calc((50% + 60px) / 3);
  padding-left: 40px;
}

.next-fight .fighter-block.fighter-block--left .img-wrapper {
  right: -40px;
  z-index: 10;
}

.next-fight .fighter-block.fighter-block--left .name {
  text-align: right;
}

.next-fight .fighter-block.fighter-block--right .img-wrapper {
  left: -40px;
}

.next-fight .name {
  display: block;
  height: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.next-fight .name:hover {
  text-decoration: underline;
}

.next-fight .fighter-list {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  flex-wrap: wrap;
}

.next-fight .fighter-list .fighter-list__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.next-fight .fighter-list .fighter-list__text span {
  font-weight: 700;
  font-size: 24px;
}

.next-fight .img-wrapper {
  position: absolute;
  bottom: -5px;
  width: 240px;
  height: 160px;
  overflow: hidden;
}

.next-fight .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.next-fight .fighter-block--left .img-wrapper img.fighter-alt {
  -webkit-mask-image: linear-gradient(to left, transparent 1%, black 30%);
  mask-image: linear-gradient(to left, transparent 1%, black 30%);
}

.next-fight .fighter-block--right .img-wrapper img.fighter-alt {
  -webkit-mask-image: linear-gradient(to right, transparent 1%, black 30%);
  mask-image: linear-gradient(to right, transparent 1%, black 30%);
}

.world-rating {
  padding-top: 30px;
  display: none;
}

.world-rating .world-rating__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  color: #373B48;
}

.world-rating .world-rating-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 30px;
}

.world-rating .world-rating-list .world-rating-list__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  display: flex;
}

.world-rating .world-rating-list .world-rating-list__item:hover {
  background: #628FFF;
  box-shadow: none;
}

.world-rating .world-rating-list .world-rating-list__item:hover .world-rating-list__number,
.world-rating .world-rating-list .world-rating-list__item:hover .world-rating-list__text {
  color: #ffffff;
}

.world-rating .world-rating-list .world-rating-list__link {
  height: 70px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.world-rating .world-rating-list .world-rating-list__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  transition: 0.3s;
}

.world-rating .world-rating-list .world-rating-list__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  transition: 0.3s;
}

.odds-popup {
  position: fixed;
  top: calc((100% - 630px) / 2);
  left: calc((100% - 1380px) / 2);
  z-index: 100;
  width: 1380px;
  height: 630px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
}

.odds-popup.odds-popup--open {
  visibility: visible;
  opacity: 1;
}

.odds-popup .close-btn {
  position: absolute;
  top: -40px;
  right: 30px;
  padding-right: 25px;
}

.odds-popup .close-btn span {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}

.odds-popup .close-btn::before {
  content: "";
  position: absolute;
  top: -0.5px;
  right: -4.5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  background-image: url(/images/svg/cross2.svg);
  margin: auto;
  background-size: 10px;
  border: 1.5px solid #EB5757;
  border-radius: 50%;
}

/*.odds-popup .close-btn::after {
  content: "";
  position: absolute;
  top: -0.5px;
  right: -4.5px;
  width: 20px;
  height: 20px;
  display: block;
  border: 1.5px solid #EB5757;
  border-radius: 50%;
}*/
.odds-popup .fight {
  position: relative;
  z-index: 10;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #ECECEC;
  overflow: hidden;
}

.odds-popup .fight::before {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 126px;
  background-image: url("/images/shadow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.odds-popup .fight .img-wrapper {
  position: absolute;
  bottom: 0;
  width: 240px;
  height: 140px;
  align-self: flex-end;
  overflow: hidden;
}

.odds-popup .fight .img-wrapper.p1-img {
  left: -50px;
}

.odds-popup .fight .img-wrapper.p2-img {
  right: -50px;
}

.odds-popup .fight .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.odds-popup .fight .name {
  width: 50%;
  margin-right: 105px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  text-align: right;
}

.odds-popup .fight .name:nth-of-type(2) {
  margin-right: 0;
  margin-left: 105px;
  text-align: left;
}

.odds-popup .fight .p1-odds,
.odds-popup .fight .p2-odds {
  display: none;
}

.odds-popup .fight .center-block {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  max-width: 150px;
  transform: translateX(-50%);
}

.odds-popup .fight .center-block .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  text-align: center;
}

.odds-popup .fight .center-block .address .bold {
  font-weight: 700;
}

.odds-popup .fight .center-block .address .text {
  font-weight: 300;
  display: none;
}

.odds-popup .fight .center-block .img-wrapper {
  position: static;
  width: 40px;
  height: 78px;
  align-self: center;
  margin-top: 5px;
  overflow: hidden;
}

.odds-popup .fight .center-block .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.odds-popup .fight .center-block .weight {
  margin: 10px 0;
  font-weight: 700;
  font-size: 12px;
  color: #868A91;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.odds-popup .fight .center-block .date {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}

.odds-popup .odds-wrapper {
  display: flex;
  width: 100%;
  height: 330px;
  margin-top: 30px;
}

.odds-popup .odds-wrapper .fighters {
  display: flex;
  flex-direction: column;
}

.odds-popup .odds-wrapper .p1,
.odds-popup .odds-wrapper .p2 {
  width: 100px;
  height: 38px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: #F6F6F6;
}

.odds-popup .odds-wrapper .p1 {
  border-bottom: 2px solid #628FFF;
}

.odds-popup .odds-wrapper .p2 {
  margin-top: 30px;
  border-bottom: 2px solid #EB5757;
}

.odds-popup .odds-chart {
  height: 360px;
  margin-left: 30px;
  width: 100%;
}

.odds-popup .odds-chart.ct-series-a--close .ct-series-a {
  display: none;
}

.odds-popup .odds-chart.ct-series-b--close .ct-series-b {
  display: none;
}

.odds-popup .odds-chart .ct-series-a .ct-line {
  stroke: #628FFF;
  stroke-width: 3px;
  fill: none;
}

.odds-popup .odds-chart .ct-series-a .ct-point {
  stroke: #628FFF;
  stroke-width: 6px;
}

.odds-popup .odds-chart .ct-series-b .ct-line {
  stroke: #EB5757;
  stroke-width: 3px;
  fill: none;
}

.odds-popup .odds-chart .ct-series-b .ct-point {
  stroke: #EB5757;
  stroke-width: 6px;
}

.odds-popup .date-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 165px;
  margin-top: 6px;
}

.odds-popup .date-list .date-list__item {
  color: rgba(0, 0, 0, 0.4);
  font-size: .75rem;
  line-height: 1;
}

.odds-back-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.odds-back-layer.odds-back-layer--open {
  visibility: visible;
  opacity: 1;
}

.events__footer {
  margin-top: 15px;
  text-align: center;
}

.events__footer-link {
  color: #000;
  border-bottom: 1px dashed #c1c1c1;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.events__footer-link:hover {
  border-color: transparent;
  color: #2f80ed;
}

.tournament__main-top {
  padding-top: 115px;
}

.tournament__main-top+.articles {
  padding-top: 0;
}

.arr-words {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #628FFF;
  text-decoration: none;
}

.arr-words:hover {
  color: #000;
}

.tournament__main-top h1 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2;
  margin: 34px 0 0;
}

.taxon {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #628FFF;
  text-decoration: none;
  margin-bottom: 10px;
}

.taxon a {
  color: #2F80ED;
}

.taxon a:hover {
  text-decoration: none;
}

.pages {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.pages a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #628FFF;
  padding: 10px;
  text-decoration: underline;
}

.pages a:hover {
  text-decoration: none;
}

.pages {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.pages a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #628FFF;
  padding: 10px;
  text-decoration: underline;
}

.pages a:hover {
  text-decoration: none;
}

.articles .events-section__list-item .events-block {
  display: block;
  height: auto;
  padding: 30px 0;
  text-decoration: none;
  margin-top: 0;
}

.articles .events-section__list-item .events-block:hover {
  opacity: .8;
}

.content-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-containers__left {
  width: 250px;
}

.content-containers__right {
  width: calc(100% - 300px);
}

.header-filter {
  margin-bottom: 25px;
}

.header-filter__link {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2558B7;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #c1c1c1;
}

.header-filter__link:last-child {
  margin-right: 0;
  border: 0;
  padding-right: 0;
}

.header-filter__link:hover {
  text-decoration: underline;
}

.body-filter__item {
  margin-bottom: 15px;
}

.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.checkbox label {
  font-size: 14px;
  line-height: 1.2;
  padding: 5px;
  padding-left: 30px;
  display: block;
  font-weight: 500;
  color: #000;
}

.checkbox__item:checked+label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #628fff;
  border-radius: 2px;
}

.checkbox label:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #628fff;
  border-radius: 2px;
}

.body-filter__checkbox {
  display: block;
  margin-bottom: 10px;
}

.list-filter__item {
  width: calc(100% / 4);
}

.list-filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
}


/* Попап мобильник на время */
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 400px;
  background-color: #1a1a23;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
}

.popup-close-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1002;
  color: #fff;
  background: #1db248;
  display: flex;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 0 0 0;
}

.popup-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.popup-title {
  font-size: 18px;
}

.popup-link {
  background-color: #c30100;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 20px;
  max-width: 280px;
  width: 100%;
  animation: pulse 2s infinite;
  border-radius: 4px;
}

.popup-link img {
  width: 24px;
  height: 24px;
}

.popup-fighter {
  position: absolute;
  top: -128px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.popup-fighter img {
  width: 156px;
  height: 146px;
}

/* Media */

@media (max-width: 1000px) {
  .content-containers__left {
    width: 100%;
    margin-bottom: 30px;
  }

  .body-filter__checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .content-containers__right {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .tournament-top .name {
    display: block;
  }
}

@media (max-width: 765px) {
  .list-filter__item {
    width: calc(100% / 3);
  }
}

@media (max-width: 600px) {
  .list-filter__item {
    width: calc(100% / 2);
  }

  blockquote {
    position: relative !Important;
    padding: 20px !Important;
  }

  .tournament__main-top h1 {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 1410px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .header .search-form {
    right: 20px;
  }

  .bookies .bookies-list .bookies-list__item .number {}

  .bookies .bookies-list .bookies-list__item .img-wrapper {
    margin-left: 0;
  }

  .comment .comment-form {
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .fighter .fighter__link::before {
    content: none;
  }

  .fighter .fighter__link.fighter__link--right {
    right: 20px;
  }

  .tournament-top .tournament-date {
    left: 20px;
    width: calc(100% - 40px);
  }

  .tournament-top .tournament-date .date span {
    display: block;
    font-size: 20px;
    font-style: normal;
  }

  .compare .container .fighter-stats {
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  .compare .main-forecast {
    margin: 0;
    margin-top: 30px;
    padding: 40px 30px 30px;
  }

  .compare .main-forecast .wrapper {
    width: calc(100% - 40px);
    margin: 0;
    padding: 40px 30px 30px;
    margin-left: 20px;
  }

  .odds-popup {
    left: calc((100% - 900px) / 2);
    width: 900px;
  }

  .odds-popup .fight .name {
    width: 25%;
    margin-right: 75px;
    min-height: 48px;
  }

  .odds-popup .fight .name:nth-of-type(2) {
    margin-left: 75px;
  }
}

@media (max-width: 1330px) {

  .header .nav .left-block,
  .header .nav .right-block {
    width: 50%;
    justify-content: space-around;
    margin: 0;
  }

  .header .nav {
    padding-right: 10px;
  }

  .header .loupe-button {
    margin-left: auto;
  }

  .tournament-top .container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 58.85%, rgba(0, 0, 0, 0.31) 73.96%, rgba(0, 0, 0, 0.62) 100%);
  }

  .tournament-top .img-wrapper {
    position: absolute;
    bottom: 0;
    margin-left: 0;
  }

  .tournament-top .img-wrapper.img-wrapper--first-fighter {
    left: 0;
  }

  .tournament-top .img-wrapper.img-wrapper--second-fighter {
    right: 0;
    margin-right: 0;
  }

  .tournament-top .name {
    z-index: 9;
    padding: 10px;
    align-self: flex-end;
    margin-bottom: 115px;
    margin-top: 0;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px 1px #000;
    min-width: 140px;
    text-align: center;
  }

  .compare .compare-top .fighter .info-block {
    width: 45%;
  }

  .compare .odds .odds-block .odds-link {
    width: 150px;
  }
}

@media (max-width: 1200px) {

  .header .nav .left-block,
  .header .nav .right-block {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header .nav .right-block {
    margin: 0;
    margin-top: 20px;
  }

  .header .nav {
    flex-wrap: wrap;
  }

  .header .nav .nav__link {
    margin-left: 30px;
  }

  .bookies .bookies-list .bookies-list__item .name {
    display: none;
  }

  .bookies .bookies-list .bookies-list__item .type {
    display: none;
  }

  .rating .rating__select {
    display: block;
    width: 100%;
  }

  .rating .category-list {
    margin-top: 0;
  }

  .rating .category-list .category {
    display: none;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .rating .category-list .category .fighters-list .fighters-list__link {
    padding-left: 30%;
  }

  .bio .bio__all {
    max-height: 1200px;
  }

  .bio .bio__all::before {
    content: "";
  }

  .bio .bio__btn {
    display: block;
  }

  .aside {
    width: calc((100% - 30px) / 2);
  }

  .events .events-block {
    padding: 30px 20px 5px;
  }

  .history .history-list .bottom-wrapper .stats-wrapper {
    width: calc(100% / 3);
  }

  .history .history-list .bottom-wrapper .info-list {
    margin-right: 40px;
  }

  .history .history-list .img-block {
    width: calc(100% / 3);
  }

  .history .history-list .info-block {
    margin-right: 0;
    width: calc((100% - 60px) / 3);
  }

  .history .history-list .round,
  .history .history-list .time,
  .history .history-list .method {
    margin-left: 0;
    width: 70px;
  }

  .history .history-list .round {
    margin-left: auto;
  }

  .history .history-list .history-list__item-btn {
    margin-left: 0;
  }

  .fighter .fighter__title {
    font-size: 118px;
    line-height: 110px;
  }

  .fighter .img-wrapper {
    left: -75px;
  }

  .fighter .info-block {
    margin-left: 40%;
  }

  .fighter .info-block .name {
    flex-basis: 100%;
  }

  .fighter .data-list {
    width: 60%;
    margin-left: 40%;
  }

  .fighter .fighter__link {
    width: calc((33% - 30px));
  }

  .stats .stats-all {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "win-lose win-lose" "position stats-list";
  }

  .stats .stats-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 140px);
  }

  .stats .win-lose-block .win-block .inner-wrapper {
    width: 280px;
  }

  .stats .win-lose-block .win-block .wins-chart {
    width: 205px;
    margin: auto auto 0;
  }

  .stats .win-lose-block .win-block .wins-list {
    margin: 10px auto 0;
    width: 218px;
  }

  .stats .win-lose-block .lose-block .inner-wrapper {
    width: 280px;
  }

  .stats .win-lose-block .lose-block .lose-chart {
    width: 205px;
    margin: auto auto 0;
  }

  .stats .win-lose-block .lose-block .lose-list {
    margin: 10px auto 0;
    width: 218px;
  }

  .stats .position-block .punch-block {
    margin-top: 100px;
  }

  .stats .position-block .punch-block .inner-wrapper {
    width: 280px;
  }

  .stats .position-block .punch-block .punch-chart {
    width: 205px;
    margin: auto auto 0;
  }

  .stats .position-block .punch-block .punch-list {
    margin: 10px auto 0;
    width: 218px;
  }

  .other-fights .other-fights-list {
    position: static;
    margin-top: 20px;
    display: block;
    max-height: 640px;
  }

  .other-fights .other-fights-list .other-fights-list__link {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .other-fights .other-fights-list .name {}

  .other-fights .other-fights-list .center-block {}

  .other-fights .other-fights-list .center-block .date {
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
  }

  .events .tabs {
    flex-direction: column;
  }

  .events .tabs .tabs__label {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    color: #ffffff;
    background-color: #2F80ED;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  .events .tabs .tabs__label::before {
    border-top: 4px solid #2F80ED;
  }

  .events .tabs .tabs__label:nth-of-type(1) {
    margin-top: 0;
    order: 1;
  }

  .events .tabs .tabs__label:nth-of-type(2) {
    order: 2;
  }

  .events .tabs .tabs__label:nth-of-type(3) {
    order: 3;
  }

  .events .tabs .tabs__label.tabs__label--2 {
    width: 100%;
  }

  .events .tabs .other-fights-list {
    position: static;
    margin-top: 0;
    display: block !important;
  }

  .other-fights-list .other-fights-list__item {
    margin-bottom: 10px;
  }

  .events .tabs .other-fights-list:nth-of-type(1) {
    order: 1;
  }

  .events .tabs .other-fights-list:nth-of-type(2) {
    order: 2;
    gap: 15px;
    display: flex;
  }

  .events .tabs .other-fights-list:nth-of-type(3) {
    order: 3;
  }

  .events .tabs .other-fights-list .other-fights-list__link {
    justify-content: space-around;
    align-items: flex-start;
  }

  .other-fights-list .name {
    font-size: 15px;
    line-height: 1.2;
  }

  .events .tabs .other-fights-list .center-block .date {
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
  }

  .compare .compare-top .fighter {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .compare .compare-top .fighter .img-wrapper {
    align-self: flex-start;
    margin-left: -50px;
  }

  .compare .compare-top .fighter .info-block {
    height: auto;
    margin: 0 20px;
    padding: 0 15px 0 20px;
    width: 100%;
    justify-content: center;
  }

  .compare .compare-top .fighter .info-block .name {
    font-size: 30px;
    line-height: 1;
  }

  .compare .compare-top .fighter .info-block .nick-name {
    margin-top: 10px;
  }

  .compare .compare-top .fighter .info-block .data-list {
    margin-right: 0;
    margin-top: 10px;
    grid-gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .compare .compare-top .fighter.fighter2 {
    flex-direction: column;
  }

  .compare .compare-top .fighter.fighter2 .img-wrapper {
    margin-left: 0;
    margin-right: -50px;
    align-self: flex-end;
  }

  .compare .compare-top .fighter.fighter2 .info-block {
    margin: 0;
    padding: 0 20px 0 15px;
    align-items: flex-end;
  }

  .compare .compare-top .fighter.fighter2 .data-list {
    margin-left: auto;
  }

  .compare .compare-top .fighter.fighter2 .data-list__item {
    text-align: right;
  }

  .compare .container .fighter-stats {
    top: -65px;
  }

  .compare .container .fighter-stats .fighter-stats__block {
    flex-direction: column;
  }

  .compare .container .fighter-stats .left {
    margin-right: 0;
  }

  .compare .container .fighter-stats .right {
    margin-top: 30px;
  }

  .compare .wins {
    padding-top: 130px;
  }

  .compare .wins .wins-fighter {
    flex-direction: column;
    height: 550px;
  }

  .compare .wins .wins-fighter .left-block {
    width: 100%;
  }

  .compare .wins .wins-fighter .left-block .inner-wrapper {
    width: 280px;
  }

  .compare .wins .wins-fighter .left-block .win-chart--fighter1 {
    margin: 0 auto;
    width: 205px;
  }

  .compare .wins .wins-fighter .left-block .win-chart--fighter2 {
    margin: 0 auto;
    width: 205px;
  }

  .compare .wins .wins-fighter .left-block .wins-list {
    margin: 10px auto 0;
    width: 218px;
  }

  .compare .wins .wins-fighter .lose-block {
    width: 100%;
  }

  .compare .wins .wins-fighter .lose-block .inner-wrapper {
    width: 280px;
  }

  .compare .wins .wins-fighter .lose-block .lose-chart {
    width: 205px;
    margin: auto auto 0;
  }

  .compare .wins .wins-fighter .lose-block .lose-list {
    margin: 10px auto 0;
    width: 218px;
  }

  .compare .odds {
    height: auto;
  }

  .compare .odds .odds-block {
    margin-top: 30px;
    justify-content: space-between;
  }

  .compare .odds .odds-block .odds-p1,
  .compare .odds .odds-block .odds-p2 {
    width: 50%;
    margin-bottom: 30px;
  }

  .compare .odds .odds-block .odds-p2 {
    text-align: right;
    width: auto;
  }

  .compare .odds .odds-block .odds-link {
    order: 1;
    width: calc((100% - 60px) / 3);
  }

  .compare .odds .odds-block .odds-btn {
    order: 1;
    width: calc((100% - 60px) / 3);
  }

  .world-rating .world-rating-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .header .nav .nav__link {
    padding: 10px 0;
  }

  .top {
    padding-top: 100px;
  }

  .top .slider {
    width: 100%;
  }

  .top .slider .slider__item {
    width: 100%;
  }

  .top .slider .slider-arrow-next {
    display: none;
  }

  .top .slider .slider-btn-next {
    left: calc(100% - 208px - 20px);
    bottom: 20px;
  }

  .top .slider .pag-wrapper {
    bottom: 32px;
  }

  .top .slider .slider__pagination {
    display: none;
  }

  .top .slider .all-link {
    margin-left: 0;
  }

  .bookies .bookies-list {
    border-radius: 5px;
  }

  .bookies .bookies-list .bookies-list__item {
    flex-wrap: wrap;
    padding: 10px;
    height: auto;
    justify-content: center;
    gap: 0 30px;
  }

  .bookies .bookies-list .bookies-list__item .img-wrapper {}

  .bookies .bookies-list .bookies-list__item .bonus {
    align-items: flex-start;
    margin-left: 0;
  }

  .bookies .bookies-list .bookies-list__item .button {
    margin-left: auto;
    flex-basis: 100%;
    margin-top: 10px;
    height: 40px;
  }

  .rating {
    padding-top: 30px;
  }

  .rating .rating__title {
    font-size: 24px;
    line-height: 23px;
  }

  .articles .articles__top .title {
    font-size: 24px;
    line-height: 23px;
  }

  .articles .articles__block {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .footer .container {
    grid-template-areas: "logo      logo      text      text" "logo      logo      text      text" "about     about     jur       jur" "copyright copyright copyright copyright";
  }

  .socials .socials-list .socials-list__link {
    padding-left: 60px;
  }

  .socials .socials-list .socials-list__link.socials-list__link--tg::before {
    left: calc((60px - 22px) / 2);
  }

  .socials .socials-list .socials-list__link.socials-list__link--fb::before {
    left: calc((60px - 14px) / 2);
  }

  .socials .socials-list .socials-list__link.socials-list__link--yt::before {
    left: calc((60px - 18px) / 2);
  }

  .socials .socials-list .socials-list__link.socials-list__link--in::before {
    left: calc((60px - 22px) / 2);
  }

  .socials .socials-list .socials-list__link.socials-list__link--vk::before {
    left: calc((60px - 22px) / 2);
  }

  .comment .inner-wrapper {
    width: 100%;
  }

  .comment .comment-form .inner-wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .comment .comment-list {
    margin-top: 0;
  }

  .tournament__main .container--aside .aside {
    padding-top: 160px;
  }

  .history .history-list .history-list__item {
    max-height: 290px;
  }

  .history .history-list .history-list__item {
    /* margin-top: 20px; */
  }

  .history .history-list .top-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    height: max-content;
    padding: 20px;
  }

  .history .history-list .result {
    font-size: 13px;
  }

  .history .history-list .date {
    margin: 10px 0;
    font-size: 13px;
  }

  .history .history-list .bottom-wrapper .info-list {
    margin-right: 20px;
  }

  .history .history-list .img-wrapper {
    width: 150px;
    height: 90px;
  }

  .history .history-list .img-block {
    flex-basis: 100%;
    justify-content: center;
    order: 1;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .history .history-list .img-wrapper:nth-of-type(2) {
    margin-right: 0;
    margin-left: -30px;
  }

  .history .history-list .info-block {
    flex-basis: 100%;
  }

  .history .history-list .round,
  .history .history-list .time,
  .history .history-list .method {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .history .history-list .round span,
  .history .history-list .time span,
  .history .history-list .method span {
    font-size: 13px;
  }

  .history .history-list .round {
    margin-left: 0;
  }

  .history .history-list .history-list__item-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .fighter .container {
    padding-top: 30px;
    min-height: 540px;
  }

  .fighter .fighter__title {
    display: none;
  }

  .fighter .img-wrapper {
    left: -90px;
  }

  .fighter .info-block {
    margin-left: 45%;
  }

  .fighter .data-list {
    margin-bottom: 0;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 45%;
    width: 55%;
  }

  .fighter .data-list .data-list__item.data-list__item--new-style {
    /*    grid-column-start: 1;
    grid-column-end: 3;*/
  }

  .fighter .fighter__link {
    display: none;
  }

  .stats .win-lose-block .win-block {
    width: 50%;
  }

  .stats .win-lose-block .win-block .inner-wrapper {
    height: 160px;
  }

  .stats .win-lose-block .win-block .wins-chart {
    height: 90px;
  }

  .stats .win-lose-block .lose-block {
    width: 50%;
  }

  .stats .win-lose-block .lose-block .inner-wrapper {
    height: 160px;
  }

  .stats .win-lose-block .lose-block .lose-chart {
    height: 90px;
  }

  .stats .position-block .punch-block {
    margin-top: 120px;
  }

  .stats .position-block .punch-block .inner-wrapper {
    height: 160px;
  }

  .stats .position-block .punch-block .punch-chart {
    height: 90px;
  }

  .stats .position-block .center-block {
    order: 1;
  }

  .events {
    margin-top: 160px;
  }

  .tournament-top .img-wrapper.img-wrapper--first-fighter {
    margin-left: -100px;
  }

  .tournament-top .img-wrapper.img-wrapper--second-fighter {
    margin-right: -100px;
  }

  .tournament-top .name {
    margin-bottom: 55px;
  }

  .tournament-top .name:nth-of-type(2) {
    margin-bottom: 55px;
  }

  .tournament-top .tournament-date {
    bottom: -140px;
    flex-direction: column;
    height: 180px;
    padding: 20px;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .tournament-top .tournament-date .date {}

  .compare .wins .wins-fighter .left-block .inner-wrapper {
    height: 160px;
  }

  .compare .wins .wins-fighter .left-block .win-chart--fighter1 {
    height: 90px;
  }

  .compare .wins .wins-fighter .left-block .win-chart--fighter2 {
    height: 90px;
  }

  .compare .wins .wins-fighter .lose-block .inner-wrapper {
    height: max-content;
  }

  .compare .wins .wins-fighter .lose-block .lose-chart {
    height: 90px;
  }

  .compare .main-forecast {
    padding: 30px;
    height: 450px;
  }

  .compare .main-forecast .wrapper {
    padding: 30px;
    height: 450px;
  }

  .compare .main-forecast .main-forecast__title {
    font-size: 20px;
  }

  .compare .main-forecast .fighters {
    flex-wrap: wrap;
  }

  .compare .main-forecast .fighters .name {
    width: 50%;
    margin-right: 0;
    order: 1;
    max-width: 30%;
  }

  .compare .main-forecast .fighters .name.name--2 {
    text-align: right;
    margin-left: 0;
  }

  .compare .main-forecast .fighters .forecast {
    width: 50%;
  }

  .compare .main-forecast .fighters .forecast.forecast--2 {
    text-align: right;
  }

  .compare .main-forecast .main-forecast__text {
    font-size: 14px;
  }

  .compare .main-forecast .list-block-chart1,
  .compare .main-forecast .list-block-chart2 {
    bottom: 5px;
  }

  .compare .main-forecast .main-forecast-list {
    margin-top: 5px;
  }

  .compare .odds .odds-block .odds-link {
    width: 100%;
  }

  .compare .odds .odds-block .odds-link:nth-of-type(2) {
    display: none;
  }

  .compare .odds .odds-block .odds-btn {
    width: 100%;
    margin-top: 30px;
  }

  .next-fight .fighter-list .fighter-list__item {
    width: 50%;
  }

  .world-rating .world-rating-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .odds-popup {
    left: calc((100% - 740px) / 2);
    width: 740px;
  }

  .odds-popup .fight .name {
    width: 30%;
    margin-right: 50px;
  }

  .odds-popup .fight .name:nth-of-type(2) {
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .socials {
    padding-top: 30px;
  }

  .socials .socials-list {
    flex-direction: column;
  }

  .socials .socials-list .socials-list__item {
    width: 100%;
    border: 0;
    list-style: none;
  }

  .stats .title-wrapper {
    height: 50px;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 10px 20px 0;
    justify-content: space-between;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1), inset 0px 6px 5px rgba(0, 0, 0, 0.1);
  }

  .stats .stats__title {
    font-size: 22px;
  }

  .stats .stats__title-btn .br-768 {
    display: block;
  }

  .stats .stats__title-btn {
    padding-right: 20px;
    font-size: 10px;
    line-height: 10px;
    color: #868A91;
    text-align: right;
  }

  .stats .stats__title-btn::before {
    content: none;
  }

  .stats .stats__title-btn::after {
    content: "";
  }

  .stats .stats-all {
    margin-top: 10px;
  }

  .stats .stats-all {
    grid-gap: 10px;
  }

  .stats .stats-list {
    grid-gap: 10px;
    grid-template-rows: repeat(1, 90px);
  }

  .stats .stats-list__item {
    padding: 20px 20px 0;
    height: 90px;
  }

  .stats .stats-list__item .stats-list__chart1::before,
  .stats .stats-list__item .stats-list__chart2::before,
  .stats .stats-list__item .stats-list__chart3::before,
  .stats .stats-list__item .stats-list__chart4::before,
  .stats .stats-list__item .stats-list__chart5::before,
  .stats .stats-list__item .stats-list__chart6::before,
  .stats .stats-list__item .stats-list__chart7::before,
  .stats .stats-list__item .stats-list__chart8::before,
  .stats .stats-list__item .stats-list__chart9::before,
  .stats .stats-list__item .stats-list__chart10::before {
    width: 22px;
  }

  .stats .stats-list__item .stats-list__chart1::after,
  .stats .stats-list__item .stats-list__chart2::after,
  .stats .stats-list__item .stats-list__chart3::after,
  .stats .stats-list__item .stats-list__chart4::after,
  .stats .stats-list__item .stats-list__chart5::after,
  .stats .stats-list__item .stats-list__chart6::after,
  .stats .stats-list__item .stats-list__chart7::after,
  .stats .stats-list__item .stats-list__chart8::after,
  .stats .stats-list__item .stats-list__chart9::after,
  .stats .stats-list__item .stats-list__chart10::after {
    width: 22px;
  }

  .stats .stats-list__item .stats-list__chart1,
  .stats .stats-list__item .stats-list__chart2,
  .stats .stats-list__item .stats-list__chart3,
  .stats .stats-list__item .stats-list__chart4,
  .stats .stats-list__item .stats-list__chart5,
  .stats .stats-list__item .stats-list__chart6,
  .stats .stats-list__item .stats-list__chart7,
  .stats .stats-list__item .stats-list__chart8,
  .stats .stats-list__item .stats-list__chart9,
  .stats .stats-list__item .stats-list__chart10 {
    width: 50px;
    height: 80px;
  }

  .stats .stats-list__item .stats-list__chart1 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart2 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart3 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart4 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart5 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart6 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart7 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart8 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart9 .ct-series-a .ct-bar,
  .stats .stats-list__item .stats-list__chart10 .ct-series-a .ct-bar {
    stroke-width: 22px;
  }

  .stats .stats-list__item .stats-list__chart1 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart2 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart3 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart4 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart5 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart6 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart7 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart8 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart9 .ct-series-b .ct-bar,
  .stats .stats-list__item .stats-list__chart10 .ct-series-b .ct-bar {
    stroke-width: 22px;
  }

  .stats .stats-list__item .number {
    font-size: 18px;
    line-height: 17px;
  }

  .stats .stats-list__item .text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 10px;
  }

  .stats .win-lose-block {
    padding: 20px 0;
  }

  .stats .position-block {
    padding: 20px;
  }

  .stats .promotion-stats {
    margin-bottom: 10px;
  }

  .stats .position-block .punch-block {
    margin-top: 0;
  }

  .stats .position-block .center-block {
    margin-top: 30px;
  }

  .compare .main-forecast {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 20px;
    padding-top: 30px;
    height: auto;
  }

  .compare .main-forecast {
    margin-top: 20px;
  }

  .compare .main-forecast .list-block-chart1,
  .compare .main-forecast .list-block-chart2 {
    left: 20px;
  }

  .compare .main-forecast .list-block-chart1 {
    left: 20px;
  }

  .compare .main-forecast .list-block-chart2 {
    right: 20px;
  }

  .compare .main-forecast .main-forecast-list {
    margin-top: 26px;
  }

  .compare .odds-container {
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .compare .odds {
    margin-top: 20px;
  }

  .compare .odds::before {
    content: "";
  }

  .compare .odds::after {
    content: "";
  }

  .compare .odds {
    height: auto;
    padding: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .compare .odds .odds-block {
    margin-top: 10px;
  }

  .compare .odds .odds-block .odds-p1,
  .compare .odds .odds-block .odds-p2 {
    margin-bottom: 100px;
    padding: 0 30px;
    position: relative;
    width: auto;
  }

  .compare .odds .odds-block .odds-p1 img,
  .compare .odds .odds-block .odds-p2 img {
    position: absolute;
    width: 150px;
    height: auto;
    top: 40px;
    z-index: -90;
  }

  .compare .odds .odds-block .odds-p1 img {
    left: 0;
  }

  .compare .odds .odds-block .odds-p2 img {
    right: 0;
  }

  .compare .odds .odds-block .odds-link {
    margin: 0 30px;
  }

  .compare .odds .odds-block .odds-btn {
    margin: 20px 30px 0;
  }

  .next-fight {
    padding-top: 0;
    padding-bottom: 0;
  }

  .next-fight .next-fight__title {
    font-size: 24px;
    line-height: 50px;
  }

  .next-fight .next-fight__wrapper {
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-top: 0;
    padding: 20px 20px 0;
    height: 440px;
  }

  .next-fight .fighter-block-wrapper {
    margin-top: 20px;
  }

  .next-fight .fighter-block {
    padding-left: 0;
    padding-right: 0;
  }

  .next-fight .fighter-block.fighter-block--left {
    padding-left: 0;
    padding-right: 0;
  }

  .next-fight .fighter-block.fighter-block--left .name {
    text-align: left;
  }

  .next-fight .fighter-block.fighter-block--right .fighter-list {
    margin-right: 0;
    margin-left: 35px;
  }

  .next-fight .name {
    width: 98%;
    text-align: right;
    font-size: 14px;
    line-height: 13px;
  }

  .next-fight .fighter-list {
    margin-top: 0;
    margin-right: 35px;
  }

  .next-fight .fighter-list .fighter-list__text {
    margin-top: 10px;
    line-height: 20px;
  }

  .next-fight .fighter-list .fighter-list__text span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .odds-popup .close-btn::after {
    top: -4.5px;
  }

  .tournament-inner__main .top {
    padding-top: 40px;
  }

  .tournament-inner__main .top .top__title {
    display: none;
  }

  .tournament-inner__main .top .slider {
    margin-top: 0;
  }

  .top .slider .slider__item .fight-link {
    padding: 20px;
  }

  .top .slider .pag-wrapper {
    left: 10px;
  }

  .tournament-inner__main .socials {}

  .history .history-list .bottom-wrapper {
    flex-direction: column;
    padding: 20px 20px 0;
  }

  .history .history-list .bottom-wrapper .stats-wrapper {
    padding: 0;
    width: 100%;
  }

  .history .history-list .bottom-wrapper .info-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .fighter .container {
    padding-top: 10px;
    padding-bottom: 0;
    min-height: auto;
  }

  .fighter .img-wrapper {
    left: 0;
    top: 60px;
    width: 134px;
    height: 160px;
  }

  .fighter .info-block {
    margin-left: 125px;
    margin-bottom: 50px;
    min-height: 150px;
    gap: 5px;
  }

  .fighter .info-block .breadcrumbs-list {
    margin-left: -122px;
    margin-bottom: 10px;
  }

  .fighter .info-block .name {
    width: auto;
    font-size: 21px;
    line-height: 1;
  }

  .fighter .info-block .name-english {
    font-size: 12px;
    line-height: 11px;
  }

  .fighter .info-block .nick-name {
    font-size: 12px;
    gap: 5px;
    line-height: 1;
  }

  .fighter .info-block .champ {
    top: 5px;
    right: 0;
    left: 0;
  }

  .fighter .data-list {
    width: calc(100% + 40px);
    margin-top: 0;
    margin-left: -20px;
    padding: 20px;
    background-color: #ffffff;
    align-items: flex-start;
  }

  .fighter .data-list .data-list__item.data-list__item--country {
    order: -1;
  }

  .fighter .data-list .data-list__item.data-list__item--counts {
    position: absolute;
    top: 170px;
    left: 145px;
    order: 1;
  }

  .fighter .data-list .data-list__item.data-list__item--weight {
    order: -1;
  }

  .stats .stats-all {
    grid-template-columns: 1fr;
    grid-template-areas: "win-lose" "stats-list" "position";
  }

  .other-fights {}

  .tournament-top .container {
    height: 320px;
  }

  .tournament-top .img-wrapper {
    width: 250px;
    height: 300px;
  }

  .tournament-top .center-block {
    width: 100px;
    height: 199px;
  }

  .tournament-top .center-block::before {
    width: 138px;
    height: 271px;
  }

  .compare .compare-top .fighter .img-wrapper {
    margin-left: 0;
    height: 255px;
    width: 100%;
  }

  .compare .compare-top .fighter .info-block .name {
    margin-top: auto;
    max-width: 40%;
    min-height: 45px;
    font-size: 19px;
    line-height: 1;
  }

  .compare .compare-top .fighter .info-block .nick-name {
    min-height: 12px;
  }

  .compare .compare-top .fighter .info-block .nick-name span {
    font-size: 12px;
    line-height: 11px;
    color: #868A91;
  }

  .compare .compare-top .fighter .info-block .data-list {
    position: static;
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    background-color: inherit;
  }

  .compare .compare-top .fighter .info-block .data-list .data-list__item {
    height: 45px;
    font-size: 12px;
    line-height: 1;
  }

  span.metric {
    display: inherit;
  }

  .compare .compare-top .fighter.fighter2 .img-wrapper {
    margin-right: 0;
  }

  .compare .compare-top .fighter .stats-btn {
    display: flex;
  }

  .compare .container .inner-stats-wrapper {
    z-index: 10;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }

  .compare .container .fighter-stats {
    top: -20px;
  }

  .compare .container .fighter-stats .name {
    display: block;
  }

  .compare .container .fighter-stats .fighter-stats__block {
    display: none;
    width: 100%;
  }

  .compare .container .fighter-stats .fighter-stats__block.fighter-stats__block--active {
    display: block;
  }

  .compare .container .fighter-stats .left {
    height: 170px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .compare .container .fighter-stats .left .win-list {
    padding: 30px 10px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(98, 143, 255, 0.2);
  }

  .compare .container .fighter-stats .right {
    margin-top: 0;
    height: 120px;
    padding-bottom: 10px;
    box-shadow: none;
  }

  .stats-list__title {
    top: -5px;
  }

  .compare .container .fighter-stats .right .stats-list {
    margin: 0 20px;
    padding: 20px 10px 10px;
    border-bottom: 1px solid rgba(98, 143, 255, 0.2);
  }

  .compare .wins {
    padding-top: 175px;
    margin-bottom: 10px;
  }

  .compare .wins .wins-fighter {
    width: 100%;
    padding: 0 0 20px;
    background: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .compare .wins .wins-fighter.wins-fighter--1 {
    display: none;
  }

  .compare .wins .wins-fighter.wins-fighter--2 {
    display: none;
  }

  .compare .wins .btn-block {
    display: flex;
  }

  .compare .main-forecast .wrapper {
    margin-left: 0;
    width: 100%;
    padding: 20px;
    padding-top: 50px;
    height: auto;
  }

  .compare .plus-minus .plus-minus__fighter1,
  .compare .plus-minus .plus-minus__fighter2 {
    display: none;
    width: 100%;
  }

  .next-fight .fighter-block.fighter-block--right .name {
    margin-left: auto;
  }

  .odds-popup {
    left: calc((100% - 320px) / 2);
    width: 320px;
    padding: 0;
  }

  .odds-popup .close-btn {
    top: 15px;
    right: 15px;
    z-index: 20;
    padding-right: 0;
  }

  .odds-popup .close-btn span {
    display: none;
  }

  .odds-popup .close-btn::before {
    top: 0;
    background-image: url("/images/svg/cross3.svg");
    background-position: 5.5px 4.5px;
  }

  .odds-popup .fight::before {
    content: "";
  }

  .odds-popup .fight {
    height: 230px;
    align-items: flex-start;
  }

  .odds-popup .fight .name {
    width: 35%;
    margin-right: 0;
    min-height: 26px;
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 13px;
  }

  .odds-popup .fight .name:nth-of-type(2) {
    margin-left: auto;
    text-align: right;
  }

  .odds-popup .fight .center-block {
    justify-content: space-between;
  }

  .odds-popup .fight .center-block .img-wrapper {
    margin-top: auto;
  }

  .odds-popup .fight .center-block .weight {
    margin-top: 0;
    color: #FFFFFF;
  }

  .odds-popup .fight .center-block .date {
    color: #FFFFFF;
  }

  .odds-popup .odds-wrapper {
    margin-top: 0;
    flex-direction: column;
    height: 400px;
  }

  .odds-popup .odds-wrapper .fighters {
    flex-direction: row;
  }

  .odds-popup .odds-wrapper .p1,
  .odds-popup .odds-wrapper .p2 {
    width: 50%;
  }

  .odds-popup .odds-wrapper .p2 {
    margin-top: 0;
  }

  .odds-popup .odds-chart {
    margin-left: 0;
  }

  .odds-popup .date-list {
    margin-left: 33px;
    margin-top: -30px;
    margin-right: 2px;
  }
}

@media (max-width: 600px) {
  .compare .compare-top .fighter {
    padding-top: 30px;
  }

  .container.container--aside {
    flex-direction: column;
  }

  .header .burger-btn.burger-btn--remove {
    display: none;
  }

  .header .logo.logo--remove {
    display: none;
  }

  .header .nav .right-block {
    margin-top: 0;
  }

  .header .nav .nav__link {
    flex-basis: 100%;
    padding: 10px 0;
    margin-left: 0;
  }

  .header .search-form.search-form--open {
    width: calc(100% - 40px);
    height: 42px;
  }

  .top .slider .slider__item {
    background-position: bottom right;
    background-size: 70%;
  }

  .top .slider .slider__item.swiper-slide-active {
    background-position: bottom center;
    background-size: 100%;
  }

  .top .slider .slider__item .fight {
    margin-top: 30px;
    font-size: 30px;
    line-height: 29px;
  }

  .top .slider .slider__item .address {
    margin-top: 30px;
  }

  .top .slider .slider-btn-next {
    left: calc(100% - 155px);
    font-size: 10px;
    line-height: 10px;
  }

  .top .slider .slider-btn-next {
    padding-left: 10px;
  }

  .top .slider .all-link {
    bottom: 40px;
    font-size: 10px;
    line-height: 10px;
  }

  .bookies {
    padding-top: 30px;
  }

  .bookies .bookies__text {
    margin-left: 20px;
  }

  .bookies .bookies-list {
    margin-top: 30px;
  }

  .rating .category-list .category .fighters-list .fighters-list__link {
    padding-left: 0;
  }

  .articles {
    padding-top: 30px;
  }

  .articles .articles__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .articles .articles__top .link {
    margin-left: 0;
    margin-top: 10px;
  }

  .articles .articles__block .article {
    flex-wrap: wrap;
    height: 320px;
    margin-top: 0;
  }

  .articles .articles__block .article__img-block {
    flex-basis: 100%;
    height: 160px;
  }

  .articles .articles__block .article__text-block {
    flex-basis: 100%;
    margin-top: 10px;
    height: 160px;
  }

  .articles .articles__block.fighters__list .article {
    flex-wrap: nowrap;
  }

  .articles .articles__block.fighters__list .article__text-block {
    height: auto;
  }

  .articles .articles__block .article__header {
    margin-left: 0;
    margin-top: 10px;
  }

  .articles .articles__block .article__text {
    margin-top: 10px;
    max-height: 95px;
    line-height: 167%;
    overflow: hidden;
  }

  .footer {
    padding: 20px 0 50px;
    margin-top: 30px;
  }

  .footer .container {
    grid-template-areas: "logo logo     logo logo " "text text   text text" "about about about about" "jur       jur jur       jur" "copyright copyright copyright copyright";
  }

  .footer .logo-block {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer .text-block {
    max-width: inherit;
  }

  .comment .comment-form {
    padding: 20px 0;
  }

  .comment .comment-form .comment__title {
    text-align: center;
    line-height: 23px;
  }

  .comment .comment-form .input-label {
    margin-top: 20px;
    flex-basis: 100%;
    margin-left: 0;
  }

  .comment .comment-form .input-label:first-of-type {
    margin-top: 30px;
  }

  .comment .comment-form .btn {
    flex-basis: 100%;
    margin-top: 30px;
    order: 1;
  }

  .comment .comment-form .comment-label {
    margin-left: 30px;
    margin-top: 30px;
    height: auto;
    line-height: 13px;
  }

  .comment .comment-list .comment-list__item {
    margin-top: 20px;
  }

  .comment .comment-list .comment-list__item:nth-of-type(2n) {
    padding: 30px 20px;
  }

  .comment .comment-list .comment-list__item:nth-of-type(2n) .text-block {
    margin-left: 15px;
  }

  .comment .comment-list .comment-list__item:nth-of-type(2n) .date {
    margin: 0;
  }

  .comment .comment-list .comment-list__item:nth-of-type(2n) .rating-block {
    margin-left: 0;
  }

  .comment .comment-list .text-block {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .comment .comment-list .date {
    margin-top: 5px;
    font-size: 12px;
  }

  .comment .comment-list .answer-btn {
    flex-basis: 100%;
    order: 1;
    margin-top: 10px;
    text-align: left;
  }

  .comment .comment-list .rating-block {
    margin-left: 0;
  }

  .bio .bio__all {
    max-height: 360px;
    margin-top: 0;
    padding: 15px 20px;
  }

  .bio .bio__btn {
    margin-top: 10px;
  }

  .container--aside .aside {
    padding-top: 30px;
  }

  .tournament__main .container--aside .aside {
    padding-top: 30px;
  }

  .aside {
    width: 100%;
    margin-left: 0;
  }

  .aside .events-pairs {
    margin-top: 30px;
  }

  .aside .events {
    padding-top: 30px;
  }

  .aside .article {
    padding-top: 30px;
  }

  .aside .article .article-list .article-list__item {
    margin-top: 15px;
  }

  .aside .article .article-list .img-wrapper {
    width: 90px;
  }

  .history {
    padding-top: 20px;
  }

  .history .history-list {
    margin-top: 20px;
  }

  .history .history-list .bottom-wrapper .info-list {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .history .history-list .bottom-wrapper .info-list .info-list__item {
    padding: 0;
    padding-bottom: 10px;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .history .history-list .bottom-wrapper .info-list .top-text {
    font-size: 12px;
    line-height: 1.2;
  }

  .history .history-list .bottom-wrapper .info-list .bottom-text {
    font-size: 12px;
    line-height: 1.2;
  }

  .history .history-list .pair {
    font-size: 16px;
  }

  .pair-vs-custom {
    font-size: 12px;
    line-height: 16px;
    vertical-align: text-bottom;
  }

  .history .history-list__item--cancelled .top-wrapper {
    padding: 10px 20px !important;
  }

  .history .spoiler-btn {
    margin-top: 20px;
  }

  .stats .win-lose-block {
    flex-direction: column;
  }

  .stats .win-lose-block .win-block {
    width: 100%;
  }

  .stats .win-lose-block .lose-block {
    width: 100%;
    margin-top: 30px;
  }

  .tournament-top .name {
    font-size: 18px;
    line-height: 1;
    z-index: 9;
    font-weight: 400;
  }

  .compare .compare-top .fighter .info-block .data-list {
    grid-template-columns: 1fr;
  }

  .compare .wins .wins-fighter .left-block {
    margin-top: 10px;
  }

  .compare .wins .wins-fighter .lose-block {
    margin-top: 30px;
  }

  .compare .main-forecast {
    padding-top: 10px;
  }

  .compare .main-forecast .fighters .name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 17px;
    min-width: 160px;
  }

  .compare .main-forecast .fighters .forecast {
    font-size: 14px;
  }

  .compare .main-forecast .main-forecast-list {
    margin-top: 36px;
  }

  .compare .main-forecast .main-forecast-list .main-forecast-list__item {
    font-size: 12px;
  }

  .compare .plus-minus {
    padding-top: 0;
  }

  .compare .plus-minus .plus-minus__text {
    margin-top: 4px;
  }

  .next-fight .fighter-block.fighter-block--right .fighter-list {
    margin-left: 20px;
  }

  .next-fight .fighter-list {
    margin-right: 20px;
  }

  .world-rating {
    padding-top: 20px;
  }

  .world-rating .world-rating-list {
    margin-top: 20px;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }

  .tournament-top .tournament-date .address {}

  blockquote {
    padding: 20px;
    background-color: #fcfcfc;
    position: relative;
  }

  blockquote:before {
    opacity: 0.1;
    bottom: auto;
    top: 20px;
    height: 70px;
  }

  .tournament__main .container--aside-events .aside {
    padding-top: 30px !important;
  }
}

@media (max-width: 374px) {
  .next-fight .fighter-list .fighter-list__text {
    font-size: 10px;
  }

  .rating .category-list .category .fighters-list .fighters-list__item:first-child .img-wrapper {
    width: 80px;
  }

  .rating .category-list .category .fighters-list .name {
    max-width: 80px;
  }
}

/*# sourceMappingURL=maps/main.css.map */
/*# добавленные стили */
.events-section__list-item {
  margin-top: 0;
  margin-right: 20px;
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
}

.events-section__list-item.ended a {
  background-image: url(/images/finish.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: soft-light;
}

.events-section__list-item.home-events {
  margin: 0 20px 30px 0;
}

.events_home {
  color: #000;
  font-size: 18px;
}

.events_home:hover {
  color: #628FFF;
  text-decoration: none;
}

.padding-section {
  padding-top: 50px;
}

.title-section {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}

.events-section__list {
  display: flex;
  flex-wrap: wrap;
}

.events-section__list-item .events-list {
  flex-direction: column;
}

.events-section__list-item .bold,
.events-section__list-item .address {
  display: block;
  margin-bottom: 10px;
}

.events-section__list-item .events-block {
  height: calc(100% - 35px);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: block;
  margin: 0;
  padding: 0 15px;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.slick-arrow {
  left: -20px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  text-indent: -9999px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 22;
  -moz-box-shadow: 0 3px 16px 11px rgb(255 255 255);
  -webkit-box-shadow: 0 3px 16px 11px rgb(255 255 255);
  box-shadow: 0 3px 16px 11px rgb(255 255 255);
}

.slick-arrow svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.slick-prevArrow svg {
  -moz-transform: rotate(-180deg);
  /* FF3.5+ */
  -webkit-transform: rotate(-180deg);
  /*Saf3.1+, Chrome*/
  -o-transform: rotate(-180deg);
  /* Opera 10.5 */
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  transform: rotate(-180deg);
  left: -3px;
}

.slick-nextArrow.slick-arrow {
  left: auto;
  right: -20px;
}

.product-item__img {
  position: relative;
  padding-bottom: 100%;
}

.product-item__img-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.list-products__item {
  width: calc((100%) /4);
}

.product-item__link {
  color: #000;
  border-bottom: 1px dashed #c1c1c1;
  text-decoration: none;
  font-weight: 700;
}

.product-item__title {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}

.list-products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.product-item__link:hover {
  border-color: transparent;
  color: #628fff;
}

.product-item__link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.product-item {
  padding: 15px 10px;
  position: relative;
}

.list-products.slick-slider {
  padding: 0 25px;
}

.post-content {
  font-size: 16px;
  line-height: 24px;
}

.post-content li {
  list-style: none;
}

.post-content li:last-child {
  margin-bottom: 0;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 35px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 34px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  background: #f5f5f8;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.wp-caption img {
  display: block;
}

.wp-caption .wp-caption-text {
  padding: 5px 0;
  font-size: 14px;
}

.wp-caption.aligncenter {
  text-align: center;
}

.wp-caption.aligncenter img {
  margin: auto;
}

.post table {
  border-collapse: collapse;
}

.post-content ul,
.post-content ol,
.post-content blockquote,
.post-content p,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  margin: 34px 0;
}

.post-content h1 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2;
}

.post-content h2 {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
}

.post-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

.post-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.2;
}

.post-content th {
  font-weight: 500;
  color: #740707;
  background: #F7F8F8;
  padding: 10px;
  text-align: left;
  border-bottom: 2px solid #1AB248;
  font-size: 16px;
}

.post-content td {
  padding: 10px;
  border: 1px solid #f0f2f8;
  border-top: 0;
  font-size: 14px;
}

.table-fighters-bio th:first-of-type,
.table-fighters-bio td:first-of-type {
  max-width: 150px;
}

.table-fighters-bio span.metric {
  display: inherit;
}

.post-content ol {
  padding-left: 0;
}

.post-content img {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

blockquote {
  border-radius: 4px;
  padding: 24px 50px;
  padding-left: 140px;
  position: relative;
  display: flex;
  font-style: italic;
}

.post-content blockquote p {
  margin: 6px 0;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 0px;
  bottom: 0;
  width: 80px;
  background: url(/images/bq.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

blockquote * {
  z-index: 2;
  position: relative;
}

.post-content ol {
  counter-reset: counter;
}

.post-content ol>li:before {
  display: inline-block;
  vertical-align: top;
  counter-increment: counter;
  content: counter(counter)".";
  margin-right: 15px;
  color: #1AB248;
  font-weight: 700;
  margin-left: -25px;
}

.post-content ol>li ol>li:before {
  counter-increment: counter;
  content: counter(counter)"." counter(counter)".";
}

.post-content ol>li ol>li ol>li:before {
  counter-increment: counter;
  content: counter(counter)"." counter(counter)"." counter(counter)".";
}

.post-content ol>li,
.post-content ul>li {
  margin-left: 35px;
  margin-bottom: 15px;
}

.post-content ul>li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: -30px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(/images/ul.png) no-repeat center center;
  margin-top: 1px;
  background-size: 20px;
}

.tableContainer {
  overflow-y: hidden;
}

.tableContainer table {
  width: 100%;
  max-width: 550px;
}

/*.adaptivevideowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}*/

/*.adaptivevideowrapper iframe, .adaptivevideowrapper embed, .adaptivevideowrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.name .first-word {
  display: block;
}

@media screen and (min-width:1025px) {
  .events-section__list-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width:1025px) and (min-width:725px) {
  .events-section__list-item {
    width: calc((100% - 40px) / 3);
  }

  .events-section__list-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width:725px) and (min-width:525px) {
  .events-section__list-item {
    width: calc((100% - 20px) / 2);
  }

  .events-section__list-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width:525px) {
  .events-section__list-item {
    width: 100%;
    margin-right: 0;
  }

  .slick-slide {
    padding: 0 5px;
  }

  .events-section__list-item .events-list .fighter {
    font-size: 10px;
    line-height: 13px;
  }

  .events-section__list-item .events__title {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
  }

  .list-products .slick-arrow {
    left: 0;
  }

  .list-products .slick-nextArrow.slick-arrow {
    right: 0;
    left: auto;
  }

  .product-item__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.events-page {
  padding-top: 35px;
}

section.rating.rating-page {
  padding-top: 20px;
}

.rating-page .category-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  ;
}

.rating-page .category-list .category {
  max-width: 100%;
  width: calc((100%/ 3) - 20px);
  margin: 10px;
  margin-bottom: 30px;
}

.rating .delta-new {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/images/delta-new.png);
  background-size: 30px 29px;
  width: 30px;
  height: 29px;
  text-indent: -9999px;
}

.rating .delta-plus {
  position: relative;
  color: #1AB248;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.rating .delta-plus::before {
  position: absolute;
  content: "";
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  border-bottom: 8px solid #1AB248;
  width: 0;
  height: 0;
  margin: 4px 0 0 -10px;
}

.rating .delta-minus {
  position: relative;
  color: #DB0F10;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.rating .delta-minus::before {
  position: absolute;
  content: "";
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  border-top: 8px solid #DB0F10;
  width: 0;
  height: 0;
  margin: 4px 0 0 -10px;
}

.events .tabs .other-fights-list .other-fights-list__link:hover {
  background-color: #E5F4FA;
}

@media screen and (max-width:1200px) {
  .tournament__main .container--aside .aside {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }

  .container.container--aside {
    flex-direction: column;
  }

  .tournament__main-bottom .container .container {
    padding: 0;
  }

  .rating .rating__select {}

  .rating-page .category-list .category {
    width: 100%;
  }
}

.header .nav .nav__link {
  font-size: 12px;
}

@media screen and (max-width:1045px) {
  .header .nav {
    -ms-grid-columns: 1fr 1fr 1fr 150px 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 190px 1fr 1fr 1fr;
  }

  .header .nav .nav__link {
    padding: 0;
    margin: 3px 0 !important;
  }

  .nav:before {
    width: 150px;
  }
}

@media screen and (max-width:845px) {
  .header .burger-btn {
    display: block;
  }

  .header .nav {
    position: absolute;
    left: 0;
    top: -500px;
    z-index: 0;
    margin-top: 80px;
    width: 100%;
    padding: 20px;
    background: #232323;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  }

  .header .nav .nav__link {
    margin-left: 0;
    color: #FFFFFF;
  }

  .header .nav .nav__link.nav__link--break {
    margin-left: 0;
  }

  .nav:before {
    display: none;
  }

  .header .nav {
    display: flex;
  }

  .header .nav .nav__link {
    width: 25%;
    font-size: 14px;
    margin: 0 !important;
    text-align: left;
  }

  .header .nav {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }

  .lang-top {
    align-items: center;
    color: #fff;
    flex-direction: row;
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
    gap: 10px;
  }

  .lang-top-title {
    font-weight: normal;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  .lang-top-box {
    font-size: 14px;
  }

  .lang-top a {
    color: #fff;
  }

  .lang-top a:first-of-type {
    padding-left: 10px;
  }

  .compare .compare-top .fighter .info-block .name {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    display: block;
  }

  .center-block__link {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 10px;
  }

  .center-block_item {
    font-size: 12px;
  }

  .compare .compare-top .center-block .center-block__text {
    font-size: 16px;
  }
}

.footer .about-block .about-block__link:hover,
.footer .jur-block .jur-block__link:hover {
  text-decoration: underline;
  color: #1AB248;
}

.hide-before-element:before {
  display: none;
}

.hide-after-element:after {
  display: none;
}

.tournament__main .container--aside .aside {
  padding-top: 30px;
}

.tournament__main .container--aside-events .aside {
  padding-top: 110px;
}

.tournament__main .container--aside h1 {
  margin-top: 0;
}

.inner-wrapper__footer {
  font-size: 14px;
  color: #5B5B5B;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  min-height: 16px;
}

.compare .wins .wins-fighter {
  height: auto;
}

.inner-wrapper__footer span {
  color: #6fcf97;
}

.compare .wins .wins-fighter .wins-list {
  margin-bottom: auto;
}

.history-list__item--draw .result--draw {
  display: block !important;
}

.tournament-top+.container--aside aside.aside {
  padding-top: 110px;
}

@media screen and (max-width:1200px) {
  .inner-wrapper__footer {
    margin-bottom: 20px !important;
  }

  .compare .wins .wins-fighter .left-block .inner-wrapper {
    height: auto !important;
  }

  .tournament-top+.container--aside aside.aside {
    padding-top: 40px;
  }
}

foreignObject {
  font-size: 12px;
}

h2.stats__title {
  position: relative;
}

.who-tool {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  top: 0;
  right: -15px;
  cursor: pointer;
  line-height: 1.2;
}

.who-tool-icon {
  background-image: url(/images/question-circle-regular.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.who-tool-icon:hover {
  background-image: url(/images/question-circle-solid.png);
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  width: max-content;
  max-width: 200px;
  left: 0;
  right: 0;
  top: 0;
  background: #F5E8BC;
  color: #3C4043;
  padding: 0.5em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: 1s;
  display: flex;
  border: 1px dotted #ECC849;
  font-size: 14px;
  z-index: 10;
}

[data-tooltip]:hover::after {
  opacity: 1;
  top: 2em;
}

@media (max-width: 680px) {
  .who-tool-icon {
    display: none;
  }

  .center-block__clock span {}

  .center-block__clock span font {}
}

.p2 p.counts {
  text-align: right;
}

.post-content .tumb-articles {
  margin: 0 15px 15px 0;
  float: left;
}

.post-content ul {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}

.post-content ul.canceled-fight>li {
  line-height: 20px;
  margin-bottom: 5px;
}

.post-content ul.canceled-fight>li:before {
  background: url(/images/times-solid.png) no-repeat center center;
  margin-top: 0;
}

.fighter_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.fighter_list a {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px 5px 0;
  color: #2F2F2F;
  text-decoration: none;
}

.fighter_list a img {
  width: 100%;
}

.plus-minus__text ul {
  display: block;
  overflow: hidden;
  position: relative;
}

.plus-minus__text ul>li {
  margin-left: 35px;
  margin-bottom: 15px;
}

.plus-minus__text ul>li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url(/images/plus-circle-solid.png) no-repeat center center;
  border-radius: 45px;
  line-height: 30px;
  margin: 5px 10px 0 -30px;
}

.plus-minus__text--minus ul>li:before {
  background: url(/images/minus-circle-solid.png) no-repeat center center;
}

.plus-minus__fighter-name {
  font-size: 22px;
  line-height: 1.2;
  margin: 20px 0;
  border-bottom: 2px solid #628FFF;
  display: inline-block;
  font-weight: bold;
}

.plus-minus__fighter2 .plus-minus__fighter-name {
  border-bottom: 2px solid #EB5757;
}

@media (max-width: 600px) {
  .plus-minus__text ul>li {
    font-size: 16px;
    line-height: 24px;
  }

  .plus-minus__text ul>li:before {
    margin-top: 2px;
  }

  .up-link-plus-minus {
    position: relative;
    width: 40px;
    height: 40px;
    background: #ECECEC;
    border-radius: 2px;
    display: flex;
    margin: 0 auto;
  }

  .up-link-plus-minus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 12px;
    background-image: url(/images/svg/top-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .post-content .tumb-articles {
    float: none;
    display: block;
    margin: 15px auto 0;
    width: 100%;
    max-width: inherit;
  }
}

.other-fights-list .weight span,
.odds-popup .weight span {
  display: block;
  text-align: center;
}

.tournament-date .weight span,
.data-list .data-list__item--weight span {
  display: none;
}

.feedback_form {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-wrap: nowrap;
}

.feedback_form input {
  min-width: 150px;
  border: 1px solid #c4c4c4;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 16px;
  margin: 5px 0 10px;
  cursor: auto;
}

.feedback_form input[type="submit"] {}

.feedback_form textarea {
  padding: 5px;
  line-height: 20px;
  font-size: 16px;
  border: 1px solid #c4c4c4;
  min-width: 280px;
  min-height: 150px;
  width: 100%;
  max-width: 500px;
  margin: 5px 0 0;
}

.feedback_form input[type="submit"] {
  cursor: pointer;
  background: #628FFF;
  color: #fff;
  border: 1px solid #1d55e0;
}

.g-recaptcha {
  margin: 15px 0;
}

.form-fighter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 5px 0 0;
}

.form-fighter div {
  width: 10px;
  height: 10px;
  border-radius: 45px;
  background: #6FCF97;
  margin: 2px;
}

.form-fighter div:last-of-type {
  margin-right: 0;
}

.form-fighter div.form-lose {
  background: #EB5757;
}

.form-fighter div.form-draw {
  background: #7C7C7C;
}

.first_name {
  display: block;
}

.latest_post .articles__block {
  grid-template-columns: repeat(3, 1fr);
}

.latest_post .article__img-block {
  align-self: start;
}

.latest_post .article__img-block img {
  object-fit: contain;
}

@media (max-width: 900px) {
  .latest_post .articles__block {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {

  .articles.latest_post .articles__block .article,
  .articles.latest_post .articles__block .article__text-block {
    height: auto;
  }
}

.history_fight_desc span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.history_fight_desc {
  padding: 15px 15px 15px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #868A91;
}

.rating .category-list .category .fighters-list {
  margin-top: 20px;
}

.rating .rating__select {
  position: initial;
}

@media screen and (max-width: 1200px) {
  .rating .category-list .category.category--active {
    margin-top: 25px;
  }
}

.plus-minus__text--plus ul~br,
.plus-minus__text--minus ul~br {
  display: none;
}

h3.title--plus,
h3.title--minus {
  font-size: 24px;
  color: #373B48;
}

.post-content .plus-minus__text ul>li:before {
  margin: 2px 10px 0 -30px;
}

.center-block_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.center-block_item {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
}

.center-block_item:before {
  position: absolute;
  content: "";
}

.center-block__dot {
  margin: 5px 5px 0;
}

.center-block__time span {
  font-size: 12px;
}

.center-block__link .center-block__canceled,
.center-block__link.canceled-fight .center-block__time,
.center-block__link.canceled-fight .center-block__weight,
.center-block__link.canceled-fight .center-block__dot:nth-of-type(2) {
  display: none;
}

.center-block__link.canceled-fight .center-block__canceled {
  display: block;
}

.center-block__link.canceled-fight .center-block__date {
  text-decoration: line-through;
}

.other-fights-list__box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-align: right;
  position: relative;
  padding-right: 20px;
  height: 100%;
}

.other-fights-list__box--2 {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}

.other-fights-list__box img.other-fights-list__flag {
  width: 30px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.other-fights-list__box--2 img.other-fights-list__flag {
  right: 0;
  left: auto;
}

.center-block__clock {
  position: relative;
  color: #5B5B5B;
  order: 1;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .other-fights-list__box .name {}

  .other-fights-list__box:nth-of-type(3) .name {
    margin-left: 0;
    text-align: right;
    margin-right: -50px !important;
  }
}

@media screen and (max-width: 880px) {
  .other-fights-list__box {
    flex-direction: row;
    height: 100%;
  }

  .other-fights-list__box .name,
  .other-fights-list__box:nth-of-type(3) .name {}

  .other-fights-list__box:nth-of-type(1) .name {
    font-size: 12px;
  }

  .stiky__block {
    display: block;
  }

  .other-fights-list .img-wrapper img {
    max-width: 100px;
    height: auto;
  }

  .other-fights-list__box img.fighter-img {
    max-width: 150px;
    align-self: end;
  }
}

@media screen and (min-width: 681px) {
  .other-fights-list .img-wrapper img.event-vs-hidden {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .other-fights-list .other-fights-list__item {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 2fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
    overflow: hidden;
    height: 120px;
    gap: 1px 2px;
  }

  .other-fights-list .other-fights-list__item a:nth-of-type(1) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .other-fights-list .other-fights-list__item a:nth-of-type(2) {
    order: -1;
    grid-area: 1 / 1 / 2 / 3;
    height: auto;
    background: -webkit-linear-gradient(90deg, rgba(247, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .other-fights-list .other-fights-list__item a:nth-of-type(3) {
    grid-area: 2 / 2 / 3 / 3;
  }

  .other-fights .other-fights-list .center-block .img-wrapper,
  .other-fights-list .center-block .img-wrapper {
    position: absolute;
  }

  .other-fights-list .other-fights-list__link {
    padding: 7px 0 0;
  }

  .fighter__box {
    padding: 7px 0;
    z-index: 999;
    text-shadow: 0px 0px 5px #f1f1f1;
  }

  .other-fights-list .center-block {
    border: none;
    text-decoration: underline;
    font-weight: bold;
  }

  .event-vs {
    display: none;
  }

  .events__odds--before {
    display: block;
  }

  .events_prediction {
    padding: 10px 0;
  }

  .other-fights-list__box {
    position: relative;
    justify-content: flex-end;
  }

  .other-fights-list__box--2 {
    justify-content: start;
  }

  .other-fights-list__box img.fighter-img {
    position: absolute;
    bottom: 0;
    left: -26px;
    max-width: 110px;
  }

  .other-fights-list__box--2 img.fighter-img {
    left: auto;
    right: -26px;
  }

  .fighter__word {
    font-size: 10px;
  }

  .fighter__box .record {
    font-size: 10px;
  }

  .other-fights-list .center-block .weight span {
    display: initial;
    padding-left: 3px;
  }

  .other-fights-list .img-wrapper img.event-vs-hidden {
    width: 18px;
    position: absolute;
    right: -9px;
    filter: inherit;
  }
}

@media screen and (max-width: 480px) {
  .center-block .img-wrapper {
    margin-bottom: -20px;
    order: 0;
  }

  .center-block .weight {
    order: 2;
  }

  .center-block__clock {
    order: 1;
    margin: 0 0 -5px;
  }

  .center-block__clock:before {
    left: 50%;
    margin-left: -6px;
    top: -16px;
  }

  .other-fights-list__box img.fighter-img[src*="nophoto"] {
    filter: invert(0.7);
  }

  .other-fights-list__box img.other-fights-list__flag {
    width: 24px;
  }
}

@media screen and (max-width: 375px) {
  .other-fights-list .name {
    font-size: 12px;
    line-height: 1.2;
  }

  .other-fights-list__box img.fighter-img {}

  .other-fights-list__box {
    padding-right: 15px;
  }

  .other-fights-list__box--2 {
    padding-left: 15px;
    padding-right: 0;
  }

  .other-fights-list .img-wrapper img.event-vs-hidden {
    width: 16px;
  }

  .other-fights-list__box img.fighter-img {
    position: absolute;
    bottom: 0;
    left: -20px;
    max-width: 90px;
  }

  .other-fights-list__box--2 img.fighter-img {
    left: auto;
    right: -20px;
  }
}

.canceled-fight a,
.canceled-fight a:visited {
  color: #0958c1;
}

.stiky__block {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 10px;
  opacity: 0.5;
  z-index: 1000;
}

.stiky__block-icon {
  -webkit-tap-highlight-color: transparent;
  display: block;
}

.stiky__block-icon img {
  width: 48px;
  height: 48px;
}

.events__odds--before {
  display: none;
}

.events__odds.events__odds--after {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px 5px;
  padding-bottom: 40px;
}

.events__rek--bottom {
  display: block;
  margin: 0 auto 30px;
}

.events__odds a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  background: #1AB248;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0;
  text-align: center;
  padding: 14px;
  font-family: 'Tahoma', 'Arial', sans-serif;
}

a.events__donate {
  background: #fd8821;
}

a.events__telegram {
  display: block;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

.events__odds--tg a {
  background: #fb701f;
}

.events__odds a:hover {
  background: #2F80ED;
}

.aside .rek-block {
  margin: 0 auto 15px;
  text-align: center;
}

.events_prediction {
  margin: 30px auto;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.2;
  max-width: 1024px;
  font-family: 'Tahoma', 'Arial', sans-serif;
}

.events_prediction h2,
.events_prediction h3 {
  margin: 25px 0 15px;
  line-height: 1.2;
}

.events_prediction p {
  margin: 10px 5px;
}

.events_prediction a {
  color: #2F80ED;
}

.events_prediction hr {
  box-sizing: border-box;
  border: none;
  border-top: 2px dashed #6FCF97;
  margin: 20px 0;
}

.events_prediction ul {
  margin: 20px 0 30px 20px;
}

.events_prediction ul li {
  list-style: disc;
  margin: 10px 0;
}

span.metric {
  display: block;
  font-size: 12px !important;
  font-weight: normal !important;
  margin-top: -5px;
  text-transform: lowercase;
}

.events__text {
  /*box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);*/
  font-family: 'Tahoma', 'Arial', sans-serif;
}

.events__text h2 {
  font-size: 20px;
  line-height: 1.2;
  margin: 30px 0 20px;
}

.events__text h3 {
  font-size: 17px;
  line-height: 1.2;
  margin: 20px 0 10px;
}

.events__text p {
  margin: 10px 0;
}

.events__text a {
  color: #2F80ED;
}

.events__text ul,
.events__text ol {
  margin: 10px 10px 20px;
}

.events__text ul li {
  list-style: disc;
  margin: 5px 0 5px 15px;
}

.events__text-before {
  margin: 0 0 40px;
  padding: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.events__text-after {
  position: relative;
  margin: 30px 0 0;
  padding: 20px 0;
}

.events__text-after::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 10px;
  background-color: #DB0F10;
  top: 0;
  left: 0;
}

.events__tg--after {}

.events__tg--after a {
  color: #0000EF;
}

.events__tg--after a:hover {
  text-decoration: none;
}

table.events__price {
  margin: 25px 0 15px;
  border: 1px solid #dcdcdc;
}

table.events__price tr {}

table.events__price th {
  padding: 5px 10px;
  background-color: #F7F8F8;
}

table.events__price td {
  padding: 5px 10px;
  border-bottom: 1px solid #F7F8F8;
  text-align: center;
}

table.events__price td:first-of-type {
  text-align: left;
}

table.events__price tr:last-of-type td {
  border-bottom: none;
}

.events-page #frm_filter {
  margin: 0 0 20px;
}

select[name='promotion'] {
  font-size: 16px;
  padding: 5px;
}

.events__canceled_fights {
  margin: 30px 0;
}

.events__canceled_fights ul {
  margin: 10px 0 10px 25px;
}

.events__canceled_fights ul li {
  position: relative;
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.2;
}

.events__canceled_fights ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -16px;
  width: 12px;
  height: 12px;
  background: url(/images/times-solid.png) no-repeat center center;
}

.events__canceled_fights ul li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}

.events__canceled_fights ul li a:hover {
  text-decoration: underline;
}

.events__canceled_fights ul li span {
  font-style: italic;
}

@media (min-width: 768px) {
  .events__odds.events__odds--fight {
    display: block;
    margin-top: 25px;
  }

  .events__odds a.imgMobile {
    display: none;
  }

  .events__odds a.imgPC {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  span.metric {
    display: inline;
    margin-left: 5px;
  }

  .events__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .events__text-before {
    margin: 0 0 15px;
  }

  .events__text-after {
    margin: 20px 0;
    padding: 10px 0;
  }

  .events__text ul li {
    margin: 5px 0 5px 10px;
  }

  .events__canceled_fights ul {
    margin: 10px 0 10px 20px;
  }

  .events__odds a.imgMobile {
    display: block;
    width: 100%;
    text-align: center;
  }

  .events__odds a.imgPC {
    display: none;
  }

  #cookieNotice {
    justify-content: space-around;
  }
}

.post-content details {
  margin-top: -20px;
}

.post-content summary {
  color: #1144c1;
  cursor: pointer;
}

.post-content a {
  color: #2F80ED;
}

.left-block.label--ufc,
.right-block.label--ufc,
.punch-block.label--ufc,
.center-block.label--ufc {
  position: relative;
}

.left-block.label--ufc::before,
.right-block.label--ufc::before,
.punch-block.label--ufc::before {
  content: "UFC";
  position: absolute;
  top: -12px;
  font-size: 10px;
  font-weight: bold;
  color: #868A91;
}

.left-block.label--ufc::before {
  left: 0;
}

.right-block.label--ufc::before,
.punch-block.label--ufc::before {
  right: 0;
}

.a-notice {
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}

#cookieNotice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#cookieNotice .img-notice {
  width: 48px;
  height: 48px;
}


/* Вероятности */
.chart {
  margin: 25px 0;
  width: 100%;
  max-width: 600px;
  position: relative;
  font-size: 14px;
  height: 30px;
  display: block;
}

.chart:first-of-type {
  margin-top: 50px;
}

.chart::before,
.chart-round-2::before,
.chart-round-3::before,
.chart-tb-15::before,
.chart-tb-25::before,
.chart-ff::before {
  position: absolute;
  top: -18px;
}

.chart-round-2::before {
  content: "Раунд 2 начнется - Да";
}

.chart-round-3::before {
  content: "Раунд 3 начнется - Да";
}

.chart-tb-15::before {
  content: "ТБ 1.5";
}

.chart-tb-25::before {
  content: "ТБ 2.5";
}

.chart-ff::before {
  content: "Полный бой - Да";
}

.chart div {
  position: relative;
  height: 100%;
}

.chart div::before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  color: #fff;
}

.value-0 div,
.value-10 div,
.value-20 div,
.value-30 div,
.value-40 div,
.value-50 div {
  background: #EB5757;
}

.value-60 div,
.value-70 div {
  background: #fbbd11;
}

.value-80 div,
.value-90 div,
.value-100 div {
  background: #6FCF97;
}

.value-0 div {
  width: 8%;
}

.value-0 div::before {
  content: "0%";
}

.value-10 div {
  width: 15%;
}

.value-10 div::before {
  content: "10%";
}

.value-20 div {
  width: 20%;
}

.value-20 div::before {
  content: "20%";
}

.value-30 div {
  width: 30%;
}

.value-30 div::before {
  content: "30%";
}

.value-40 div {
  width: 40%;
}

.value-40 div::before {
  content: "40%";
}

.value-50 div {
  width: 50%;
}

.value-50 div::before {
  content: "50%";
}

.value-60 div {
  width: 60%;
}

.value-60 div::before {
  content: "60%";
}

.value-70 div {
  width: 70%;
}

.value-70 div::before {
  content: "70%";
}

.value-80 div {
  width: 80%;
}

.value-80 div::before {
  content: "80%";
}

.value-90 div {
  width: 90%;
}

.value-90 div::before {
  content: "90%";
}

.value-100 div {
  width: 100%;
}

.value-100 div::before {
  content: "100%";
}

.events__rek {
  width: 100%;
  max-width: 1024px;
  text-align: center;
  margin: 5px auto;
}

.delta-interim {
  position: relative;
  font-size: 7px;
  line-height: 10px;
  text-transform: uppercase;
  color: #f2994a;
  margin-top: 8px;
}

.delta-interim:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -12px;
  width: 14px;
  height: 10px;
  background-image: url(/images/svg/rating-crown.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.fixed-odds {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(135deg, rgba(41, 42, 45, 0.7) 0%, rgba(41, 42, 45, 0.9) 50%, rgba(41, 42, 45, 1) 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  padding: 5px;
  text-align: center;
  z-index: 999;
  border-top: 1px solid #FFDA44;
}

.fixed-odds a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: 0 0 2px #000;
  font-family: 'Tahoma', 'Arial', sans-serif;
}

.fixed-odds span {
  border-bottom: 1px dashed #fff;
  padding-bottom: 2px;
}

.fixed-odds span font {
  font-weight: 300;
  font-size: 14px;
}

.fixed-odds span.closebtn {
  border: none;
  position: absolute;
  bottom: 44px;
  right: 20px;
  color: #fff;
  background-color: #1AB248;
  padding: 3px 5px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*# end добавленные стили */

.events__text details {
  margin: 25px 0;
}

.events__text summary h2 {
  display: inline;
  margin-left: 10px;
}

.events__text summary {
  cursor: pointer;
}

.events__text summary::marker {
  color: #2F80ED;
}

.events__odds {
  margin-bottom: 20px;
}

/* Главная Будущие События */

.home__actual {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.home__box {
  width: 100%;
}

.home__events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 30px 0;
}

.home__events h3 {}

.events__padding {
  padding: 10px 20px;
  height: 100%;
}

.events__link {
  display: flex;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  overflow-x: hidden;
}

.events__table {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 5px;
}

.events__date {
  background: #64748B;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 80px;
  border-right: 1px solid #dcdcdc;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  white-space: nowrap;
}

.events__date span {
  font-size: 10px;
  font-weight: 300;
}

.events__logo {
  width: 100px;
  display: flex;
  align-items: center;
  height: 100%;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}

a.events__link[href*="ufc"] .events__logo {
  background-image: url(/files/images/logo/logo-ufc-sm.png);
  background-color: #D30B0B;
}

a.events__link[href*="road_to"] .events__logo {
  background-image: url(/files/images/logo/logo-rtu-sm.png);
  background-color: #080808;
}

a.events__link[href*="uae_warriors"] .events__logo {
  background-image: url(/files/images/logo/logo-uae-warriors-sm.png);
  background-color: #EAC01E;
}

a.events__link[href*="pfl"] .events__logo {
  background-image: url(/files/images/logo/logo-pfl-sm.png);
  background-color: #27357C;
}

a.events__link[href*="lfa"] .events__logo {
  background-image: url(/files/images/logo/logo-lfa-sm.png);
  background-color: #343959;
}

a.events__link[href*="aca"] .events__logo {
  background-image: url(/files/images/logo/logo-aca-sm.png);
  background-color: #000;
}

a.events__link[href*="oktagon"] .events__logo {
  background-image: url(/files/images/logo/logo-oktagon-sm.png);
  background-color: #231f20;
}

a.events__link[href*="fury_fc"] .events__logo,
a.events__link[href*="fury_challenger"] .events__logo {
  background-image: url(/files/images/logo/logo-fury_fc-sm.png);
  background-color: #000;
}

a.events__link[href*="cage_warriors"] .events__logo {
  background-image: url(/files/images/logo/logo-cage-warriors-sm.png);
  background-color: #000;
}

a.events__link[href*="xmma"] .events__logo {
  background-image: url(/files/images/logo/logo-xmma-sm.png);
  background-color: #000;
}

a.events__link[href*="titan_fc"] .events__logo {
  background-image: url(/files/images/logo/logo-titan_fc-sm.png);
  background-color: #000;
}

a.events__link[href*="bellator"] .events__logo {
  background-image: url(/files/images/logo/logo-bellator-sm.png);
  background-color: #191919;
}

a.events__link[href*="cffc"] .events__logo {
  background-image: url(/files/images/logo/logo-cffc-sm.png);
  background-color: #000;
}

a.events__link[href*="ksw"] .events__logo {
  background-image: url(/files/images/logo/logo-ksw-sm.png);
  background-color: #000;
}

a.events__link[href*="eagle_fc"] .events__logo,
a.events__link[href*="efc_"] .events__logo,
a.events__link[href*="efc-"] .events__logo {
  background-image: url(/files/images/logo/logo-efc-sm.png);
  background-color: #191919;
}

a.events__link[href*="amc_fight_nights"] .events__logo,
a.events__link[href*="betcity_fight_nights"] .events__logo {
  background-image: url(/files/images/logo/logo-amc-sm.png);
  background-color: #ED1B26;
}

a.events__link[href*="invicta_fc"] .events__logo {
  background-image: url(/files/images/logo/logo-invicta-sm.png);
  background-color: #011605;
}

a.events__link[href*="brave_cf"] .events__logo {
  background-image: url(/files/images/logo/logo-bravefc-sm.png);
  background-color: #000;
}

a.events__link[href*="ikon_fc"] .events__logo {
  background-image: url(/files/images/logo/logo-ikon-sm.png);
  background-color: #000;
}

a.events__link[href*="contender_series"] .events__logo {
  background-image: url(/files/images/logo/logo-dwcs-sm.png);
  background-color: #121212;
}

a.events__link[href*="rizin"] .events__logo {
  background-image: url(/files/images/logo/logo-rizin-sm.png);
  background-color: #000;
}

a.events__link[href*="ares_"] .events__logo {
  background-image: url(/files/images/logo/logo-ares-sm.png);
  background-color: #1A1A1A;
}

a.events__link[href*="octagon"] .events__logo {
  background-image: url(/files/images/logo/logo-olmma-sm.png);
  background-color: #000;
}

a.events__link[href*="mma_series"] .events__logo,
a.events__link[href*="mma_global_series"] .events__logo {
  background-image: url(/files/images/logo/logo-mma-series-sm.png);
  background-color: #000;
}

a.events__link[href*="nfc"] .events__logo {
  background-image: url(/files/images/logo/logo-nfc-sm.png);
  background-color: #000;
}

a.events__link[href*="jungle_fight"] .events__logo {
  background-image: url(/files/images/logo/logo-jf-sm.png);
  background-color: #000;
}

a.events__link[href*="naiza_"] .events__logo {
  background-image: url(/files/images/logo/logo-naiza-sm.png);
  background-color: #000;
}

a.events__link[href*="open_fighting"] .events__logo {
  background-image: url(/files/images/logo/logo-ofc-sm.png);
  background-color: #000;
}

a.events__link[href*="uwc_"] .events__logo {
  background-image: url(/files/images/logo/logo-uwc-sm.png);
  background-color: #8dc64a;
}

a.events__link[href*="lux_fight_league"] .events__logo {
  background-image: url(/files/images/logo/logo-lux-sm.png);
  background-color: #1a1a1a;
}

a.events__link[href*="combate_global"] .events__logo {
  background-image: url(/files/images/logo/logo-cc-sm.png);
  background-color: #081228;
}

a.events__link[href*="cage_titans"] .events__logo {
  background-image: url(/files/images/logo/logo-ctfc-sm.png);
  background-color: #f4fee1;
}

a.events__link[href*="fame"] .events__logo {
  background-image: url(/files/images/logo/logo-fame-sm.jpg);
  background-color: #000;
}

a.events__link[href*="samourai"] .events__logo {
  background-image: url(/files/images/logo/logo-smma-sm.png);
  background-color: #000;
}

a.events__link[href*="shooto"] .events__logo {
  background-image: url(/files/images/logo/logo-sb-sm.png);
  background-color: #fff;
}

a.events__link[href*="eternal"] .events__logo {
  background-image: url(/files/images/logo/logo-emma-sm.png);
  background-color: #000;
}

a.events__link[href*="jck"] .events__logo {
  background-image: url(/files/images/logo/logo-jck-sm.png);
  background-color: #222;
}

a.events__link[href*="hardcore"] .events__logo {
  background-image: url(/files/images/logo/logo-hfc-mma-sm.png);
  background-color: #121215;
}

a.events__link[href*="alash"] .events__logo {
  background-image: url(/files/images/logo/logo-alash-sm.png);
  background-color: #000;
}

a.events__link[href*="nashe_delo"] .events__logo {
  background-image: url(/files/images/logo/logo-ndf-sm.png);
  background-color: #000;
}

a.events__link[href*="gfl"] .events__logo {
  background-image: url(/files/images/logo/logo-gfl-sm.png);
  background-color: #1A1A1A;
}

.events__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: rgb(241, 241, 241);
  background: -moz-linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(254, 254, 254, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(254, 254, 254, 1) 100%);
  background: linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(254, 254, 254, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#fefefe", GradientType=1);
}

.events__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.events__home-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
}

.events__place {
  font-size: 12px;
  color: #333;
}

.events__bouts {
  display: flex;
  flex-direction: row;
  gap: 10px 50px;
  align-items: center;
}

.events__bout {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dcdcdc;
  padding-right: 30px;
}

.events__bout:before {
  position: absolute;
  content: "vs";
  left: -20px;
  top: 7px;
  font-size: 12px;
  color: #868A91;
}

li.events__bout:first-of-type {
  border-left: 1px solid #dcdcdc;
  padding-left: 40px;
}

.events__bout:first-of-type:before {
  left: 20px;
}

.events__fighter {}

.events__fighter--one {}

.events__fighter--two {}

.events__bouts-other {
  display: none;
}

.events__link:hover .events__date {
  background: #1AB248;
}

.events__link:hover .events__body {
  background: #e7e7e7;
}

.events__link:hover .events__logo {
  filter: grayscale(1);
}

.events__page .events__date {
  font-size: 11px;
}

.events__page .events__link.ended:hover .events__date {
  background: #64748B;
}

.events__page .events__link.ended .events__date {
  background: #EB5757;
}

.post-content ul>li.donate {
  position: relative;
  word-break: break-all;
}

.post-content ul>li.donate:before {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: left center;
  position: absolute;
  margin: 0;
  left: -24px;
  top: 4px;
}

.post-content ul>li.donate span {
  display: block;
}

.post-content ul>li.donate--btc:before {
  background-image: url(/files/images/logo/logo-btc.png);
}

.post-content ul>li.donate--usdt:before {
  background-image: url(/files/images/logo/logo-usdt.png);
}

.post-content ul>li.donate--eth:before {
  background-image: url(/files/images/logo/logo-eth.png);
}

.post-content ul>li.donate--vk:before {
  background-image: url(/files/images/logo/logo-vk.png);
}

.post-content ul>li.donate--mc:before {
  background-image: url(/files/images/logo/logo-mastercard.png);
}

.post-content ul>li.donate--da:before {
  background-image: url(/files/images/logo/logo-da.png);
}

.home__bookies-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home__bookies-list__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  background-color: #f7f8f8;
  padding: 10px;
}

.home__bookies-list__box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-around;
}

.home__bookies-list__box:first-of-type {}

.bookies-list__number {
  color: #BFBFBF;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.bookies-list__img {
  display: flex;
}

.bookies-list__img img {
  width: 75px;
  height: 30px;
}

.bookies-list__bonus__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.bookies-list__condition {
  position: relative;
  font-size: 12px;
  color: #2F80ED;
  background-image: url("/images/bookies-img3.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px 10px 5px 5px;
  background-position: center;
}

.bookies-list__condition:before {
  /* background-image: url("/images/bookies-img3.png"); */
  left: 0;
  right: 0;
  width: 100px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bookies-list__button {
  text-decoration: none;
  color: #fff;
  background-color: #1AB248;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.bookies-list__button:hover {
  background-color: #64748B;
}

.bookies-page .home__bookies-list {
  grid-template-columns: 1fr;
  max-width: 500px;
}

.bookies__vn ul {
  margin: 0;
}

.bookies__vn ul li {
  margin: 0;
  list-style: none;
}

.bookies__vn .bookies-list__button {
  color: #fff;
}

.bookies__vn .bookies__title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: bold;
}

.bookies__vn.bookies__vn--before .home__bookies-list__item {
  padding: 5px;
  grid-template-columns: 1fr 2fr;
}

.post-content.latest__news p {
  margin: 15px 0;
}

.post-content.latest__news ul li {
  list-style: disc;
}

.post-content.latest__news ul>li:before {
  display: none;
}

.latest__news__home {
  background-color: rgb(123 201 247 / 10%);
  max-width: 100% !important;
}

a.link.home__news-link {
  display: flex;
  justify-content: flex-end;
  color: #285480;
  text-shadow: 1px 1px 1px #fff;
  margin-top: 30px;
}

.latest__news {
  width: 100%;
  padding: 60px 0;
  max-width: 1380px;
  margin: 20px auto 0;
}

.latest__news__block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 30px;
}

.latest__news__link {
  max-width: 240px;
  text-decoration: none;
  color: #285480;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.latest__news__link:hover {
  text-decoration: underline;
}

.latest__news__link:hover img {
  filter: opacity(0.7);
}

.latest__news__img-block {
  position: relative;
}

.latest__news__img {
  position: relative;
}

.latest__news__img:after {
  content: '';
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 119, 199, 0.9);
}

.latest__news__date {
  position: absolute;
  left: 0;
  bottom: 4px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  color: #fff;
  background: rgba(26, 178, 72, 0.8);
  padding: 5px 10px;
}

.latest__news__date img {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.latest__news__text-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.latest__news__title {
  font-weight: 700;
}

.latest__news__text {
  font-size: 12px;
}

.news__more__head {}

.news__more__head img {
  max-width: 250px;
}

.news__more__info {
  display: flex;
  gap: 20px;
  font-size: 12px;
  line-height: 16px;
}

.news__time {
  position: relative;
  padding-left: 20px;
}

.news__time:before {
  position: absolute;
  content: "";
  background-image: url(/files/images/news-clock.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
}

.news__author {
  position: relative;
  padding-left: 20px;
}

.news__author:before {
  position: absolute;
  content: "";
  background-image: url(/files/images/news-pencil.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
}

.news__more__body {
  line-height: 1.4;
  font-family: 'Tahoma', 'Arial', sans-serif;
}

.news__more__body p img {
  width: 100% !important;
  max-width: fit-content !important;
  height: initial !important;
}

.news__more__tags {
  margin: 35px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.news__more__tags a {
  font-size: 13px;
  line-height: 16px;
  padding-left: 20px;
  position: relative;
  color: #000;
  text-decoration: none;
}

.news__more__tags a:before {
  position: absolute;
  content: "";
  background-image: url(/files/images/news-tag.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
}

.news__more__tags a:hover {
  color: #2a54bd;
}

.fighter__news {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  margin: 30px 0;
}

.fighter__news a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  height: 100%;
}

.fighter__news a div:first-of-type {
  background: #628FFF;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  display: flex;
  width: 80px;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  height: 100%;
}

.fighter__news a div:nth-of-type(2) {
  display: flex;
}

.articles .articles__block.latest__news {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
}

.post-content.textblock.latest__news {
  padding-top: 0;
}

.news__all .latest__news__block {
  margin-top: 0;
  max-width: 240px;
}

.latest__news__other {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.latest__news__other h3 {}

.latest__news__other-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.latest__news__other-box a {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 10px;
  font-size: 14px;
  max-width: 240px;
  line-height: 1.2;
  position: relative;
}

.latest__news__other-box img {}

.latest__news__other-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  text-shadow: 1px 1px 1px #000;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.words-back {
  margin-top: 30px;
  display: block;
}

.description-section__box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  gap: 20px;
  align-items: flex-start;
}

.description-section__box div:first-of-type {
  width: 100%;
}

.description-section__box div:last-of-type {}

.description-section__box p {
  margin: 15px 0;
}

.description-section__box p:first-of-type {
  margin-top: 0;
}

.navigation {
  margin: 60px 0 30px;
}

.home__nav {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 2px;
  align-items: flex-start;
}

.home__nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #3d4041;
  text-decoration: none;
  font-size: 13px;
  width: 100px;
  text-align: center;
  background-color: #f7f8f8;
  padding: 20px 10px;
  width: calc(100%/8 - 2px);
  border-bottom: 3px solid #f7f8f8;
}

.home__nav a:hover {
  border-bottom: 3px solid #1AB248;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #E5F4FA;
}

.home__nav a>div {
  z-index: 3;
}

.home__nav a>div span {
  display: block;
}

.home__nav a img {
  width: 30px;
}

.promotion-info {
  padding-bottom: 20px;
}

.promotion-link {
  justify-content: flex-start;
  align-items: inherit;
  font-family: 'Tahoma', 'Arial', sans-serif;
  gap: 2px;
}

.promotion-link a {
  width: calc(100%/8 - 2px);
  padding: 10px;
  line-height: 1;
  gap: 5px 10px;
}

a.promotion-logo {
  padding: 0;
  justify-content: center;
}

a.promotion-logo img {
  width: 100%;
  max-width: 100px;
  padding-top: 3px;
  height: 30px;
  object-fit: cover;
}

a.promotion-logo--ufc,
a.promotion-logo--ufc:hover {
  background-color: #D30B0B;
  border-bottom-color: #D30B0B;
}

a.promotion-logo--bellator,
a.promotion-logo--bellator:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--pfl,
a.promotion-logo--pfl:hover {
  background-color: #27357C;
  border-bottom-color: #27357C;
}

a.promotion-logo--cw,
a.promotion-logo--cw:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--aca,
a.promotion-logo--aca:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--ksw,
a.promotion-logo--ksw:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--oktagon,
a.promotion-logo--oktagon:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--fury,
a.promotion-logo--fury:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--lfa,
a.promotion-logo--lfa:hover {
  background-color: #1B1924;
  border-bottom-color: #1B1924;
}

a.promotion-logo--dwcs,
a.promotion-logo--dwcs:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--cffc,
a.promotion-logo--cffc:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--efc,
a.promotion-logo--efc:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--invicta,
a.promotion-logo--invicta:hover {
  background-color: #011605;
  border-bottom-color: #011605;
}

a.promotion-logo--xmma,
a.promotion-logo--xmma:hover {
  background-color: #041e3f;
  border-bottom-color: #041e3f;
}

a.promotion-logo--uae,
a.promotion-logo--uae:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--ofc,
a.promotion-logo--ofc:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--rizin,
a.promotion-logo--rizin:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--nfc,
a.promotion-logo--nfc:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--ares,
a.promotion-logo--ares:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--naiza,
a.promotion-logo--naiza:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--amc,
a.promotion-logo--amc:hover {
  background-color: #ed1a26;
  border-bottom-color: #ed1a26;
}

a.promotion-logo--ctfc,
a.promotion-logo--ctfc:hover {
  background-color: #f4ffe1;
  border-bottom-color: #f4ffe1;
}

a.promotion-logo--uwc,
a.promotion-logo--uwc:hover {
  background-color: #8dc64a;
  border-bottom-color: #8dc64a;
}

a.promotion-logo--mma-series,
a.promotion-logo--mma-series:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--olmma,
a.promotion-logo--olmma:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--bravefc,
a.promotion-logo--bravefc:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--lux,
a.promotion-logo--lux:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--jf,
a.promotion-logo--jf:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--fame,
a.promotion-logo--fame:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--cg,
a.promotion-logo--cg:hover {
  background-color: #000;
  border-bottom-color: #000;
}

a.promotion-logo--hfc,
a.promotion-logo--hfc:hover {
  background-color: #121215;
  border-bottom-color: #121215;
}

a.promotion-logo--gfl,
a.promotion-logo--gfl:hover {
  background-color: #1A1A1A;
  border-bottom-color: #1A1A1A;
}

a.promotion-logo--shooto,
a.promotion-logo--shooto:hover {
  background-color: #fff;
  border-bottom-color: #fff;
}

a.promotion-logo--mma-series img,
a.promotion-logo--amc img {
  height: 50px;
}

a.promotion-logo--bellator img,
a.promotion-logo--cw img,
a.promotion-logo--oktagon img,
a.promotion-logo--pfl img,
a.promotion-logo--dwcs img,
a.promotion-logo--cffc img,
a.promotion-logo--efc img,
a.promotion-logo--invicta img,
a.promotion-logo--nfc img,
a.promotion-logo--ares img,
a.promotion-logo--ctfc img,
a.promotion-logo--uwc img,
a.promotion-logo--olmma img,
a.promotion-logo--ofc img,
a.promotion-logo--jf img,
a.promotion-logo--shooto img,
a.promotion-logo--lux img,
a.promotion-logo--gfl img {
  height: 80px;
}

a.promotion-logo--xmma img,
a.promotion-logo--uae img {
  height: 80px;
  width: 80px;
}

.header__bar {
  margin-right: 20px;
  z-index: 20;
  background-color: #F0F0F0;
  background-image: url(/images/fa-fa-home.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.header__bar:hover {
  background-image: url(/images/fa-fa-home-gr.png);
}

.compare .compare-top .fighter .info-block .name span:before {
  position: absolute;
  content: "";
  background-color: #FFDA44;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* Home Champ */

.home__champ {
  padding-top: 50px;
  padding-bottom: 20px;
  background-attachment: fixed;
}

.champ__container {
  margin: 0 auto;
}

.champ__container-bellator {
  max-width: 1200px;
}

.champ__ufc {
  background-color: #292A2D;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='96.99' height='84' viewBox='0 0 34.64101615137755 30' patternUnits='userSpaceOnUse' patternTransform='rotate(136)'%3E%3Crect width='100%25' height='100%25' fill='%232d3748'/%3E%3Cpath d='M-20-20h200v200h-200M25.98 30L25.98 30L25.98 30L25.98 30L25.98 30L25.98 30zM8.66 30L8.66 30L8.66 30L8.66 30L8.66 30L8.66 30zM0 15L0 15L0 15L0 15L0 15L0 15zM8.66 0L8.66 0L8.66 0L8.66 0L8.66 0L8.66 0zM25.98 0L25.98 0L25.98 0L25.98 0L25.98 0L25.98 0zM34.64 15L34.64 15L34.64 15L34.64 15L34.64 15L34.64 15zM17.32 15L17.32 15L17.32 15L17.32 15L17.32 15L17.32 15z' fill='%234a5568'/%3E%3Cpath d='M-20-20h200v200h-200M30.21 25.25L21.98 20.5L13.75 25.25L13.75 34.75L21.98 39.5L30.21 34.75zM12.89 25.25L4.66 20.5L-3.57 25.25L-3.57 34.75L4.66 39.5L12.89 34.75zM4.23 10.25L-4 5.5L-12.23 10.25L-12.23 19.75L-4 24.5L4.23 19.75zM12.89-4.75L4.66-9.5L-3.57-4.75L-3.57 4.75L4.66 9.5L12.89 4.75zM30.21-4.75L21.98-9.5L13.75-4.75L13.75 4.75L21.98 9.5L30.21 4.75zM38.87 10.25L30.64 5.5L22.41 10.25L22.41 19.75L30.64 24.5L38.87 19.75zM47.53 25.25L39.3 20.5L31.07 25.25L31.07 34.75L39.3 39.5L47.53 34.75zM21.55 40.25L13.32 35.5L5.09 40.25L5.09 49.75L13.32 54.5L21.55 49.75zM-4.43 25.25L-12.66 20.5L-20.89 25.25L-20.89 34.75L-12.66 39.5L-4.43 34.75zM-4.43-4.75L-12.66-9.5L-20.89-4.75L-20.89 4.75L-12.66 9.5L-4.43 4.75zM21.55-19.75L13.32-24.5L5.09-19.75L5.09-10.25L13.32-5.5L21.55-10.25zM47.53-4.75L39.3-9.5L31.07-4.75L31.07 4.75L39.3 9.5L47.53 4.75zM38.87 40.25L30.64 35.5L22.41 40.25L22.41 49.75L30.64 54.5L38.87 49.75zM4.23 40.25L-4 35.5L-12.23 40.25L-12.23 49.75L-4 54.5L4.23 49.75zM-13.09 10.25L-21.32 5.5L-29.55 10.25L-29.55 19.75L-21.32 24.5L-13.09 19.75zM4.23-19.75L-4-24.5L-12.23-19.75L-12.23-10.25L-4-5.5L4.23-10.25zM38.87-19.75L30.64-24.5L22.41-19.75L22.41-10.25L30.64-5.5L38.87-10.25zM56.19 10.25L47.96 5.5L39.73 10.25L39.73 19.75L47.96 24.5L56.19 19.75zM21.55 10.25L13.32 5.5L5.09 10.25L5.09 19.75L13.32 24.5L21.55 19.75z' fill='%231a202c'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E "); */
  background-blend-mode: darken;
  background-attachment: fixed;
  border-top: 1px solid #FFDA44;
  border-bottom: 1px solid #FFDA44;
}

.champ__bellator {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='96.99' height='84' viewBox='0 0 34.64101615137755 30' patternUnits='userSpaceOnUse' patternTransform='rotate(136)'%3E%3Crect width='100%25' height='100%25' fill='%232d3748'/%3E%3Cpath d='M-20-20h200v200h-200M25.98 30L25.98 30L25.98 30L25.98 30L25.98 30L25.98 30zM8.66 30L8.66 30L8.66 30L8.66 30L8.66 30L8.66 30zM0 15L0 15L0 15L0 15L0 15L0 15zM8.66 0L8.66 0L8.66 0L8.66 0L8.66 0L8.66 0zM25.98 0L25.98 0L25.98 0L25.98 0L25.98 0L25.98 0zM34.64 15L34.64 15L34.64 15L34.64 15L34.64 15L34.64 15zM17.32 15L17.32 15L17.32 15L17.32 15L17.32 15L17.32 15z' fill='%234a5568'/%3E%3Cpath d='M-20-20h200v200h-200M30.21 25.25L21.98 20.5L13.75 25.25L13.75 34.75L21.98 39.5L30.21 34.75zM12.89 25.25L4.66 20.5L-3.57 25.25L-3.57 34.75L4.66 39.5L12.89 34.75zM4.23 10.25L-4 5.5L-12.23 10.25L-12.23 19.75L-4 24.5L4.23 19.75zM12.89-4.75L4.66-9.5L-3.57-4.75L-3.57 4.75L4.66 9.5L12.89 4.75zM30.21-4.75L21.98-9.5L13.75-4.75L13.75 4.75L21.98 9.5L30.21 4.75zM38.87 10.25L30.64 5.5L22.41 10.25L22.41 19.75L30.64 24.5L38.87 19.75zM47.53 25.25L39.3 20.5L31.07 25.25L31.07 34.75L39.3 39.5L47.53 34.75zM21.55 40.25L13.32 35.5L5.09 40.25L5.09 49.75L13.32 54.5L21.55 49.75zM-4.43 25.25L-12.66 20.5L-20.89 25.25L-20.89 34.75L-12.66 39.5L-4.43 34.75zM-4.43-4.75L-12.66-9.5L-20.89-4.75L-20.89 4.75L-12.66 9.5L-4.43 4.75zM21.55-19.75L13.32-24.5L5.09-19.75L5.09-10.25L13.32-5.5L21.55-10.25zM47.53-4.75L39.3-9.5L31.07-4.75L31.07 4.75L39.3 9.5L47.53 4.75zM38.87 40.25L30.64 35.5L22.41 40.25L22.41 49.75L30.64 54.5L38.87 49.75zM4.23 40.25L-4 35.5L-12.23 40.25L-12.23 49.75L-4 54.5L4.23 49.75zM-13.09 10.25L-21.32 5.5L-29.55 10.25L-29.55 19.75L-21.32 24.5L-13.09 19.75zM4.23-19.75L-4-24.5L-12.23-19.75L-12.23-10.25L-4-5.5L4.23-10.25zM38.87-19.75L30.64-24.5L22.41-19.75L22.41-10.25L30.64-5.5L38.87-10.25zM56.19 10.25L47.96 5.5L39.73 10.25L39.73 19.75L47.96 24.5L56.19 19.75zM21.55 10.25L13.32 5.5L5.09 10.25L5.09 19.75L13.32 24.5L21.55 19.75z' fill='%231a202c'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
  background-color: #292A2D;
  background-blend-mode: darken;
  border-bottom: 1px solid #FFDA44;
}

.home__champ h2 {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}

.home__champ p {
  text-align: center;
  padding: 10px;
  color: #EBEDED;
}

.home__champ p a {

  color: #1AB248;
}

.champ__ufc h2 {
  color: #ffe184;
  text-shadow: 0 2px 3px #000;
}

.champ__bellator h2 {
  color: #EBEDED;
}

.champ__ufc p {
  color: #ffe184;
}

.champ__ufc p a {
  color: #1AB248;
}

.champ__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0 50px;
  max-width: 1024px;
  margin: 0 auto;
}

.champ__items li {
  display: flex;
}

.champ__items a {
  width: 160px;
  clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  text-decoration: none;
  font-size: 13px;
  position: relative;
}

.champ__items-ufc a {
  color: #4D331F;
  background: rgb(250, 243, 187);
  background: -moz-linear-gradient(135deg, rgba(250, 243, 187, 1) 49%, rgba(154, 127, 48, 1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(250, 243, 187, 1) 49%, rgba(154, 127, 48, 1) 100%);
  background: linear-gradient(135deg, rgba(250, 243, 187, 1) 49%, rgba(154, 127, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf3bb", endColorstr="#9a7f30", GradientType=1);
}

.champ__items-bellator a {
  color: #4D331F;
  background: linear-gradient(135deg, #bcc6cc, #eee, #bcc6cc);
}

.champ__items-ufc a:after,
.champ__items-bellator a:after {
  content: '';
  top: 0;
  transform: translateX(100%) rotate(30deg);
  width: 300%;
  height: 300%;
  position: absolute;
  z-index: 1;
  animation: shine 25s infinite ease-in;
  background:
    linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(128, 186, 232, 0) 99%,
      rgba(128, 186, 232, 0) 100%);
}

.champ__items a:hover {}

.champ__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #fff;
  background-color: #faf3bb;
  background-image: url(/files/images/cage-2.jpg);
  background-blend-mode: difference;
}

.champ__bellator .champ__header {
  background-color: #bcc6cc;
  background-blend-mode: color-dodge;
}

.champ__header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.champ__crone {
  width: 16px;
  height: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 3px 3px;
  box-sizing: content-box;
}

.champ_flag {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 3px;
}

.champ__devision-sm {
  font-size: 11px;
  font-weight: 700;
}

.champ__foto {
  width: 100px;
  height: 65px;
}

.champ__content {
  padding: 3px 8px 4px;
}

.champ__name {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.champ__devision {
  text-align: center;
  font-size: 10px;
  text-transform: lowercase;
  font-style: italic;
}

.champ__content-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 10px;
  padding: 10px 0;
  gap: 5px;
  width: 100%;
}

.champ__info {}

.champ__info:first-of-type {
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 5px;
}

.champ__info-box {}

.champ__info-box span {
  font-weight: 700;
  font-size: 12px;
}

.champ__footer {
  text-align: center;
  font-size: 9px;
}

.champ__footer span {
  display: none;
}

.home__youtube {
  padding-top: 60px;
}

.home__youtube h2 {
  padding-bottom: 30px;
}

.youtube__source {}

.web__source {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
}

.web__source a {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  width: 100px;
  text-align: center;
  line-height: 1;
  gap: 5px;
}

.web__source img {
  border-radius: 45px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 3px;
}

.post-content h2 {
  font-size: 20px;
  line-height: 1.2;
}

.bio {
  padding-top: 0;
}

.taxon {
  margin-bottom: 5px;
  font-size: 12px;
}

.mob__link {
  display: none;
  margin: 15px auto;
  text-align: center;
}

.submit-vote {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

.submit-vote:hover {
  background-color: #0056b3;
}

/* END Voting fighters */

.top__ufc {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}

.top__ufc div {
  width: 100%;
  text-align: center;
  padding: 20px 5px;
  background-color: #F7F8F8;
  background-image: url("/images/top-img1.png");
  font-size: 20px;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.top__ufc a {
  text-decoration: none;
  border-bottom: 2px dashed;
  color: #1AB248;
}

.poster__fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  max-width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.poster__fixed__closebtn {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d40c0b;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  padding: 5px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  cursor: pointer;
}

.poster__fixed__bgline {
  background: rgb(0 0 0 / 80%);
  height: 36px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: -1;
  border: 1px solid #f5f52e;
  max-width: 400px;
  transform: skewX(-10deg);
}

.poster__fixed__link {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #fff;
  text-decoration: none;
  font-family: 'Tahoma', 'Arial', sans-serif;
  min-width: 360px;
}

.poster__fixed__fighter {
  width: 120px;
  height: auto;
  margin-bottom: -50px;
}

.poster__fixed__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-bottom: 5px;
}

.poster__fixed__event {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  background: #d40c0b;
  line-height: 1;
  padding: 5px 10px;
  gap: 5px;
  transform: skewX(-10deg);
  border: 1px solid #fff;
}

.poster__fixed__event div {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.poster__fixed__freebet {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  color: #ffff31;
}

.poster__fixed__freebet span {
  color: #fff;
}

.poster__fixed__bottomline {
  width: 100%;
  max-width: 3900px;
  height: 1px;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  background: #f5f52e;
}

#posterFixed--tg {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  max-width: 320px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.poster__fixed__link--tg {
  background: rgb(0 0 0 / 70%);
  border: 1px solid #f5f52e;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-family: 'Tahoma', 'Arial', sans-serif;
  padding: 5px 15px;
}

.poster__fixed__link--tg img {
  width: 24px;
  height: 24px;
}

.poster__fixed__text--tg {}

.poster__fixed__text--tg span {
  color: #f5f52e;
}

.events__text table {
  border: 1px solid #F7F8F8;
  padding: 5px;
}

.events__text table tr {}

.events__text table tr:nth-of-type(odd) {
  background: #f8f9f9;
}

.events__text table th {
  padding: 10px;
  color: #740707;
  background: #F7F8F8;
  border-bottom: 2px solid #1AB248;
}

.events__text table td {
  padding: 10px;
  text-align: center;
}

.events__text table td:first-of-type {
  font-weight: bold;
  text-align: left;
}

.bnr__event__before--pc {
  display: block;
  margin-bottom: 30px;
}

.bnr__event__before--mob {
  display: none;
}

.events__text a.image {
  background: #f8f9f9;
  display: flex;
  flex-direction: column;
  width: max-content;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #3d4041;
  font-weight: bold;
  gap: 10px;
}

.top__fixed--tg {
  display: none;
}

.rating__date {
  font-size: 15px;
  color: #c4c4c4;
  display: block;
}

#posterFixed {
  display: none;
}

.bottom__fixed__panel {
  display: none;
}

/* Media */

@media (min-width: 1381px) {
  .latest__news__home .latest__news__block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 10px;
    align-items: flex-start;
  }

  .latest__news__home .latest__news__link:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 3;
    max-width: 500px;
  }

  .latest__news__home .latest__news__link:nth-of-type(2) {
    grid-area: 1 / 3 / 2 / 4;
  }

  .latest__news__home .latest__news__link:nth-of-type(3) {
    grid-area: 1 / 4 / 2 / 5;
  }

  .latest__news__home .latest__news__link:nth-of-type(4) {
    grid-area: 1 / 5 / 2 / 6;
  }

  .latest__news__home .latest__news__link:nth-of-type(5) {
    grid-area: 2 / 3 / 3 / 4;
  }

  .latest__news__home .latest__news__link:nth-of-type(6) {
    grid-area: 2 / 4 / 3 / 5;
  }

  .latest__news__home .latest__news__link:nth-of-type(7) {
    grid-area: 2 / 5 / 3 / 6;
  }

  .latest__news__home .latest__news__link:nth-of-type(8) {
    grid-area: 3 / 1 / 4 / 2;
  }

  .latest__news__home .latest__news__link:nth-of-type(9) {
    grid-area: 3 / 2 / 4 / 3;
  }

  .latest__news__home .latest__news__link:nth-of-type(10) {
    grid-area: 3 / 3 / 4 / 4;
  }

  .latest__news__home .latest__news__link:nth-of-type(11) {
    grid-area: 3 / 4 / 4 / 5;
  }

  .latest__news__home .latest__news__link:nth-of-type(12) {
    grid-area: 3 / 5 / 4 / 6;
  }

  .latest__news__home .latest__news__link:nth-of-type(2),
  .latest__news__home .latest__news__link:nth-of-type(3),
  .latest__news__home .latest__news__link:nth-of-type(4),
  .latest__news__home .latest__news__link:nth-of-type(5),
  .latest__news__home .latest__news__link:nth-of-type(6),
  .latest__news__home .latest__news__link:nth-of-type(7) {
    gap: 5px;
  }

  .latest__news__home .latest__news__link:nth-of-type(2) .latest__news__text,
  .latest__news__home .latest__news__link:nth-of-type(3) .latest__news__text,
  .latest__news__home .latest__news__link:nth-of-type(4) .latest__news__text,
  .latest__news__home .latest__news__link:nth-of-type(5) .latest__news__text,
  .latest__news__home .latest__news__link:nth-of-type(6) .latest__news__text,
  .latest__news__home .latest__news__link:nth-of-type(7) .latest__news__text {
    display: none;
  }

  .latest__news__home .latest__news__link:nth-of-type(1) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(2) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(3) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(4) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(5) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(6) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(7) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(8) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(9) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(10) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(11) .latest__news__date,
  .latest__news__home .latest__news__link:nth-of-type(12) .latest__news__date {
    background: rgba(26, 178, 72, 0.8);
    top: 0;
    bottom: inherit;
  }

  .latest__news__home .latest__news__link:nth-of-type(1) .latest__news__title {
    font-size: 22px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 40px, transparent);
    color: #fff;
    padding: 50px 15px 15px;
    font-weight: 400;
    text-shadow: 1px 1px 2px #555;
    width: 100%;
    min-height: 100px;
  }

  .latest__news__home .latest__news__link:nth-of-type(1) .latest__news__text {
    display: none;
  }

  .latest__news__home .latest__news__link:nth-of-type(2) .latest__news__title,
  .latest__news__home .latest__news__link:nth-of-type(3) .latest__news__title,
  .latest__news__home .latest__news__link:nth-of-type(4) .latest__news__title,
  .latest__news__home .latest__news__link:nth-of-type(5) .latest__news__title,
  .latest__news__home .latest__news__link:nth-of-type(6) .latest__news__title,
  .latest__news__home .latest__news__link:nth-of-type(7) .latest__news__title {
    font-size: 15px;
    text-shadow: 1px 1px 1px #fff;
  }

  .latest__news__home .latest__news__link:nth-of-type(2) .latest__news__img img,
  .latest__news__home .latest__news__link:nth-of-type(3) .latest__news__img img,
  .latest__news__home .latest__news__link:nth-of-type(4) .latest__news__img img,
  .latest__news__home .latest__news__link:nth-of-type(5) .latest__news__img img,
  .latest__news__home .latest__news__link:nth-of-type(6) .latest__news__img img,
  .latest__news__home .latest__news__link:nth-of-type(7) .latest__news__img img {
    max-height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}



@media (max-width: 1330px) {
  .header__bar {
    margin-right: auto;
  }

  .tournament-top .name:nth-of-type(2) {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 1280px) {
  .home__events {}

  .events__padding {
    padding: 10px;
  }

  .events__date {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .compare .compare-top .fighter .info-block {
    position: relative;
  }

  .compare .events__fighter-status {
    position: absolute;
    top: -15px;
  }

  .compare .fighter2 .events__fighter-status {
    right: 0;
  }

  .fighter .img-wrapper img.fighter-alt {
    /*height: calc(100% + 20px) !important;*/
  }
}

@media (max-width: 1200px) {
  .compare-top:before {
    top: 150px;
  }

  .compare .compare-top .fighter {
    background-image: none;
  }

  .compare .compare-top .fighter.fighter2 .data-list__item:last-child {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}

@media (max-width: 1140px) {
  .bookies-list__bonus__box {
    flex-direction: column;
    gap: 0;
  }
}

@media (min-width: 1025px) {
  .bookies__home {
  
  }
}

@media (max-width: 1024px) {
  .events__bouts-other {
    display: none;
  }

  .navigation {
    margin-top: 30px;
  }

  .bookies__home {
    
  }

  .home__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
  }

  .home__nav a {
    width: 100%;
  }

  .home__nav a>div {}

  .home__nav a>div span {}

  .home__nav a img {}
}

@media (max-width: 980px) {
  .events__padding {
    padding: 10px 5px;
  }

  .events__date span {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: -0.5px;
  }

  .events__logo {
    width: 60px;
    background-size: 40px;
  }
}

@media (max-width: 900px) {
  .tournament-top .fa__event {}

  .tournament-top .fa__event img {}

  .tournament-top .tournament-date .date {
    font-size: 20px;
    margin-top: 10px;
  }

  .tournament-top .tournament-date .date img {}

  .tournament-top .tournament-date .time {
    font-size: 16px;
    gap: 3px;
  }

  .tournament-top .tournament-date .time img {}

  .tournament-top .tournament-date .address {
    font-size: 13px;
    gap: 1px;
    font-weight: 300;
    margin-top: 5px;
  }

  .tournament-top .tournament-date .address img {}
}

@media (max-width: 845px) {
  .header__bar {
    display: none;
  }
}

@media (max-width: 834px) {
  .home__events {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .events__body {
    background: #f5f5f5;
  }

  .events__bouts-other {
    display: block;
  }

  .events__padding {
    padding: 10px;
  }

  .center-block_item {
    font-size: 12px;
    line-height: 1;
  }

  .bookies-list__img img {
    width: 75px;
    height: 30px;
  }

  .bookies-list__condition {
    font-size: 10px;
  }

  .bookies-list__bonus {
    font-size: 14px;
  }

  .bookies-list__button {
    padding: 7px;
  }

  .compare .compare-top .fighter .info-block .name span:before {
    height: 5px;
  }

  .rating-fighter {
    font-size: 10px;
    margin-top: 8px;
  }

  .events__odds.events__odds--after {
    flex-direction: column;
  }

  .events__odds a {
    max-width: inherit;
  }
}

@media (max-width: 768px) {

  .compare .odds .odds-block .odds-p1 img,
  .compare .odds .odds-block .odds-p2 img {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 740px) {
  .home__bookies-list {
    grid-template-columns: 1fr;
  }

  .bookies-list__bonus__box {
    flex-direction: row;
    gap: 10px;
  }

  .compare .events__fighter-status {
    font-size: 11px;
    margin: 0;
  }

  .compare .compare-top .fighter .info-block .data-list .data-list__item span {
    font-size: 16px;
  }

  .events .tabs .other-fights-list .other-fights-list__link {}

  .tournament-top .tournament-date .place {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 10px 10px 10px;
    font-size: 26px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .home__actual {
    display: flex;
    flex-direction: column;
  }

  .post-content ul>li.donate {
    margin-left: 20px;
  }

  .post-content ul>li.donate span {
    font-size: 12px;
  }

  .compare .compare-top .fighter .info-block .data-list .data-list__item span {
    font-size: 14px;
  }

  .bio {
    padding-top: 0;
  }

  .news__more__info {
    margin-top: 15px;
    justify-content: flex-start;
    font-size: 12px;
  }

  .description-section__box {
    grid-template-columns: 1fr;
  }

  .socials .socials-list {
    grid-template-columns: 1fr 1fr;
  }

  .compare-top:before {
    height: 250px;
    top: 150px;
  }

  .compare-top:after {
    top: 300px;
    font-size: 20px;
  }

  .mob__link {
    display: block;
  }

  .bnr__event__before--pc {
    margin-bottom: 10px;
  }
}

@media (max-width: 540px) {
  .home__events {
    gap: 3px;
  }

  .events__bouts-other {
    display: none;
  }

  .events__home-title {
    font-size: 15px;
  }

  .events__place {
    font-weight: 300;
    font-size: 10px;
  }

  .events__table {
    gap: 3px;
  }

  .events__padding {
    padding: 7px 5px;
  }

  .events__logo {
    width: 40px;
    background-size: 25px;
  }

  .events__info {
    gap: 0;
  }

  .events .tabs .tabs__label {
    height: 50px;
    margin-bottom: 15px;
  }

  .bookies-list__bonus__box {
    flex-direction: column;
    gap: 0;
  }

  .fighter .info-block .breadcrumbs-list .breadcrumbs-list__link {
    font-size: 12px;
  }

  .fighter .info-block .breadcrumbs-list .breadcrumbs-list__item:first-of-type::before {
    height: 12px;
  }

  li.data-list__item--country {
    font-size: 14px;
  }

  .fighter .data-list .data-list__item {
    margin-top: 0;
  }

  .fighter .data-list .data-list__item .value {
    font-size: 17px;
  }

  .history .container {
    padding: 0 10px;
  }

  .history .history-list .history-list__item--cancelled .pair {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
  }

  .history .history-list .history-list__item--cancelled p.date {
    margin: 0;
    font-weight: normal;
  }

  .post-content.latest__news ul li {
    margin-left: 18px;
  }

  .post-content.latest__news ul .socials-list__item {
    margin-left: 0;
  }

  .post-content.latest__news h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .post-content.latest__news h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .bio .bio__title {
    font-size: 20px;
    line-height: 1.2;
    margin: 15px 0;
  }

  .fighter__news a {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .fighter__news a div:first-of-type {
    font-size: 10px;
    width: 60px;
    padding: 2px;
  }

  .bio__all p {
    margin: 15px 0;
  }

  .bio__all p:first-of-type {
    margin-top: 0;
  }

  .latest__news__link {
    max-width: inherit;
  }

  .latest__news__img img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
    object-position: top;
  }

  .latest__news__other {
    justify-content: center;
  }

  .rating .category-list .category .fighters-list .fighters-list__item:first-child .fighters-list__link {
    justify-content: flex-start;
  }

  .rating .category-list .category .fighters-list .fighters-list__item:first-child .delta-plus {
    margin-left: 20px;
  }

  .news__all .latest__news__block {
    max-width: inherit;
  }

  .padding-section.events-section-ended {
    padding-top: 20px;
  }

  .latest_post.latest__news {
    padding: 0 20px;
  }

  .latest_post.latest__news__home {
    padding: 30px 15px;
  }

  .home__nav {
    gap: 2px;
  }

  .home__nav a {
    font-size: 11px;
    padding: 10px 5px 5px;
  }

  .home__nav a.promotion-logo {
    padding: 0;
  }

  .home__nav a>div {}

  .home__nav a>div span {}

  .home__nav a img {
    width: 20px;
  }

  a.promotion-logo img {
    width: inherit;
    max-width: 80px;
    height: 30px;
    object-fit: cover;
  }

  a.promotion-logo--pfl img,
  a.promotion-logo--cw img,
  a.promotion-logo--oktagon img,
  a.promotion-logo--uae img {
    max-width: 50px;
    height: 50px;
  }

  a.promotion-logo--efc img,
  a.promotion-logo--cffc img {
    max-width: 80px;
    height: 50px;
  }

  a.promotion-logo--bellator img,
  a.promotion-logo--invicta img,
  a.promotion-logo--dwcs img,
  a.promotion-logo--xmma img,
  a.promotion-logo--jf img {
    max-width: 60px;
    height: 60px;
  }

  section.padding-section.events-section {
    padding-top: 20px;
  }

  .socials .socials-list .socials-list__link {
    padding-left: 50px;
  }

  .socials .socials-list .socials-list__link.socials-list__link--tg::before {
    left: calc((50px - 22px) / 2);
  }

  .socials .socials-list .socials-list__link.socials-list__link--tw::before {
    left: calc((50px - 22px) / 2);
  }

  .socials .socials-list .socials-list__link.socials-list__link--vk::before {
    left: calc((50px - 22px) / 2);
  }

  .socials .socials-list .socials-list__link.socials-list__link--fb::before {
    left: calc((50px - 14px) / 2);
  }

  .compare .compare-top .fighter .info-block .name {
    font-size: 18px;
  }

  .events__fighter-status {}

  .compare .events__fighter-status {
    min-height: 26px;
  }

  .events__fighter-status-box {
    display: flex;
    flex-direction: column;
  }

  .compare .compare-top .fighter.fighter1.fighter-more--win {
    background-position: right 15px top 70px;
  }

  .compare .compare-top .fighter.fighter1.fighter-more--lose {
    background-position: right 15px top 80px;
  }

  .compare .compare-top .fighter.fighter2.fighter-more--lose {
    background-position: left 15px top 80px;
  }

  .compare .compare-top .fighter.fighter2.fighter-more--win {
    background-position: left 15px top 70px;
  }

  .champ__container {
    padding: 0 10px;
  }

  .champ__items {
    gap: 5px;
  }

  .home__champ h2 {
    font-size: 26px;
  }

  .home__champ p {
    padding: 0;
  }

  .events__odds.events__odds--after {
    padding-bottom: 0;
    gap: 5px 30px;
  }

  .events__odds a {
    padding: 10px 14px;
    font-size: 14px;
  }

  a.evets__telegram {
    display: block;
    background-color: #29A0DC;
  }

  .voting_fighter .voting_name span {
    display: block;
  }

  .vote_result .voting_fighter img {
    display: none;
  }

  .top__ufc div {
    font-size: 15px;
  }

  .events__text table {
    padding: 2px;
  }

  .events__text table th {
    padding: 5px;
  }

  .events__text table td {
    padding: 5px;
  }

  .container {
    padding: 0 10px;
  }

  .bnr__event__before--pc {
    display: none;
  }

  .bnr__event__before--mob {
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }

  .top__fixed--tg {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
  }

  .top__fixed--tg a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
  }

  .poster__fixed__fighter {
    width: 110px;
  }
}

@media (max-width: 480px) {
  .poster__fixed--ru {
    /* display: none !important; */
  }

  .bottom__fixed__panel {
    display: none;
    justify-content: space-between;
    gap: 0.5px;
    position: fixed;
    bottom: 1px;
    width: 100%;
    z-index: 999;
  }
  .bottom__fixed__panel__wrap--left,
  .bottom__fixed__panel__wrap--right {
    background: #25272c;
    flex: 1;
  }
  .bottom__fixed__panel__wrap {
    background-color: #25272c;
    padding: 8px 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-evenly;
    flex: 0 1 390px;
    align-items: center;
    gap: 10px;
    max-width: 390px;
    margin: 0 auto;
  }

  .bottom__fixed__panel__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #989898;
    text-decoration: none;
    font-size: 10px;
  }

  .bottom__fixed__panel__link span {}

  .bottom__fixed__panel__link svg {
    width: 20px;
    height: 20px;
    fill: #989898;
  }

  .bottom__fixed__panel__link--home {
    flex-direction: column;
    align-items: center;
  }

  .bottom__fixed__panel__link--home svg {}

  .bottom__fixed__panel__link--home span {
    font-weight: normal;
    font-size: 10px;
  }

  .bottom__fixed__panel__link--home-txt {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .bottom__fixed__panel__link__bars {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 2px;
    height: 20px;
  }

  .bottom__fixed__panel__link__bars__item {
    border: 1px solid #1db248;
    width: 6px;
    height: 7px;
  }

  .bottom__fixed__panel__link__bars__item--one {}

  .bottom__fixed__panel__link__bars__item--two {
    height: 10px;
  }

  .bottom__fixed__panel__link__bars__item--tree {
    height: 13px;
  }

  .bottom__fixed__panel__link--freebet {}

  .bottom__fixed__panel__link--freebet svg {
    animation: rotateAnimation 3s linear infinite;
  }

  .bottom__fixed__panel__link--freebet span {}

  .bottom__fixed__panel__link--chat {}

  .bottom__fixed__panel__link--chat svg {}

  .bottom__fixed__panel__link--chat span {}

  .bottom__fixed__panel__link--fight {}

  .bottom__fixed__panel__link--fight svg {
    width: 34px;
    height: 15px;
    margin-top: 6px;
  }

  .bottom__fixed__panel__link--fight span {}

  .bottom__fixed__panel__link--channel {
    position: relative;
  }

  .bottom__fixed__panel__link--channel:before {
    position: absolute;
    content: "";
    right: 16px;
    top: -4px;
    width: 8px;
    height: 8px;
    background-color: #ff635c;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  .bottom__fixed__panel__link--channel svg {}

  .bottom__fixed__panel__link--channel span {}
}

@media (max-width: 390px) {
  .bottom__fixed__panel {
    bottom: 0;
    gap: 0;
  }

  .bottom__fixed__panel__wrap {
    border-radius: 0;
  }
}

@media (max-width: 375px) {
  .home__bookies-list__box {
    gap: 7px;
  }

  .home__bookies-list__box:first-of-type {}

  .bookies-list__button {
    font-size: 13px;
  }

  .bookies-list__bonus {
    font-size: 13px;
  }

  .home__nav {
    grid-template-columns: 1fr 1fr;
  }

  .home__nav a {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding-left: 15px;
  }

  a.promotion-logo {
    justify-content: center;
    padding: 0;
  }

  .compare .compare-top .fighter .info-block .name {
    font-size: 17px;
  }

  .compare .compare-top .fighter .info-block .name span:before {
    height: 7px;
    bottom: -2px;
  }
}

@media (max-width: 345px) {
  .home__bookies-list__box:first-of-type {}

  .bookies-list__number {
    font-size: 16px;
  }

  .bookies-list__button {
    padding: 7px 5px;
  }

  .bookies-list__bonus {
    font-size: 12px;
    letter-spacing: -1px;
  }

  .bookies-list__condition {
    font-size: 8px;
  }
}

/* Animation */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }

  80% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }

  100% {
    transform: translateX(100%) translateY(100%) rotate(30deg);
  }
}

@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}