html {
  font-size: 62.5%;
}

body {
  color: var(--base-dark);
}

a {
  color: var(--base-dark);
}
a:hover {
  text-decoration: none;
  color: inherit;
}

h1,
.h1,
h2, 
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: var(--base-dark);
}

.bg-primary {
  background: var(--base-primary) !important;
}
.bg-dark3 {
  background: var(--base-dark3) !important;
}
.bg-dark4 {
  background: var(--base-dark4) !important;
}

.progress {
  background: var(--base-light);
}
.progress-bar {
  background: var(--base-primary);
}
.progress.dark .progress-bar {
  background: var(--base-dark);
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
  h2,
  .h2 {
    font-size: 3.2rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.4rem;
  }
  h2,
  .h2 {
    font-size: 1.8rem;
  }
  h3,
  .h3 {
    font-size: 1.6rem;
  }
  body {
    font-size: 1.6rem;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.small-headline {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--base-primary);
}

.perex p {
  font-size: 2.4rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .perex p {
    font-size: 1.6rem;
  }
}
.mw-83 {
  max-width: 83rem;
}

.label-value-item {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.label-value-item span:nth-child(1) {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.label-value-item span:nth-child(2) {
  font-size: 3.2rem;
  font-weight: 600;
}

.visibility-hidden {
  visibility: hidden;
}

.wp-100 {
  width: 100%;
}

/* tooltip */
.tooltip .tooltip-inner {
  max-width: fit-content;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.4rem;
}
.tag-list .tag {
  margin: 0.4rem;
}

.tag {
  background: var(--base-tag-bg);
  border: 1px solid var(--base-tag-border);
  padding: 0.5rem 1.2rem;
  color: var(--base-primary);
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}
button:focus {
  outline: none;
}

.btn {
  line-height: 1;
  padding: 1.3rem 2.3rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.btn-big {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.btn-primary {
  background: var(--base-secondary);
  transition: all 0.3s;
  color: var(--base-secondary-text);
}
.btn-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--base-secondary);
  color: var(--base-secondary-text);
}
.btn-transparent {
  border: 1px solid var(--Components-Box-games-Team-switch-tabs-Box-games-team-switch-tab-semitransparent-base-outline, rgba(255, 255, 255, 0.2));
  background: transparent;
  text-align: center;
  color: #ffffff;
}
.btn-transparent:hover, .btn-transparent.active {
  background: #ffffff;
  color: var(--base-primary);
}
.btn-transparent-primary {
  border: 1px solid var(--base-primary);
  color: var(--base-primary);
  background: transparent;
}
.btn-transparent-primary:hover {
  background: var(--base-primary);
  color: var(--base-btn-text);
}
.btn-play {
  width: 8rem;
  height: 8rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
.btn-play:after {
  width: 8rem;
  height: 8rem;
  left: 0;
  top: 0;
  position: absolute;
  background: #ffffff;
  content: "";
  display: block;
  border-radius: 50%;
  transition: all 0.3s;
}
.btn-play .icon {
  width: 2.4rem;
  margin-left: 0.6rem;
  z-index: 1;
  position: relative;
  fill: var(--base-primary);
}
.btn-play:hover:after {
  width: 9rem;
  height: 9rem;
  top: -0.5rem;
  left: -0.5rem;
}
.btn-sklub {
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 3.2rem;
  display: inline-flex;
  align-items: center;
  height: 4rem;
  padding: 0 1.6rem;
  background: #bdf749;
  color: var(--base-dark);
}
.btn-sklub span {
  margin-right: 1.6rem;
  color: var(--base-dark);
}
.btn-sklub:hover {
  background: #bdf749;
}
.btn-transparent-dark {
  background: #ffffff;
  border: 1px solid var(--base-light);
  color: var(--base-dark);
}
.btn-transparent-dark:hover, .btn-transparent-dark.active {
  background: var(--base-dark);
  color: #ffffff;
  border-color: var(--base-dark);
}

.dropdown-toggle {
  padding: 0 1.6rem;
  font-size: 1.4rem;
  color: var(--base-dark);
  font-weight: 400;
  border: 1px solid var(--base-light);
  height: 4rem;
  min-width: 13.6rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.dropdown-toggle span:nth-child(1) {
  margin-right: 0.8rem;
}
.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle.show {
  border-color: var(--base-light);
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-toggle .icon {
  border: none;
  margin-left: auto;
  content: "";
  display: inline-block;
  width: 8px;
  fill: var(--base-dark);
}
.dropdown-menu {
  background: #ffffff;
  border: 1px solid var(--base-light);
  min-width: 13.6rem;
  font-size: 1.4rem;
  padding: 0;
}
.dropdown-item {
  color: var(--base-dark);
  min-height: 4rem;
  display: flex;
  align-items: center;
}
.dropdown-item:hover {
  background: var(--base-light);
  color: var(--base-dark);
}

.custom-select-wrap {
  position: relative;
}
.custom-select-wrap select {
  position: absolute;
}

.select2-container {
  width: 22rem !important;
}
.select2-container .select2-selection__rendered {
  padding: 0 !important;
  color: var(--base-dark);
}
.select2-container .select2-selection {
  padding: 0 1.6rem;
  font-size: 1.4rem;
  color: var(--base-dark);
  font-weight: 400;
  border: 1px solid var(--base-light);
  height: 4rem;
  min-width: 13.6rem;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding-right: 3rem;
}
.select2-container .select2-dropdown {
  border: none;
}
.select2-container .select2-selection__arrow {
  height: 100% !important;
  width: 4rem !important;
  background: url("./../../../../images/front/skin_1/arrow_down_dark.svg") no-repeat center;
}
.select2-container .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-results {
  background: #ffffff;
  border: 1px solid var(--base-light);
  min-width: 13.6rem;
  font-size: 1.4rem;
  padding: 0;
}
.select2-container .select2-results .select2-results__option {
  color: var(--base-dark);
  min-height: 4rem;
  display: flex;
  align-items: center;
  padding: 0.4rem 1.6rem;
  border: none;
}
.select2-container .select2-results .select2-results__option:hover {
  background: var(--base-light);
  color: var(--base-dark);
}
.select2-container .select2-results .select2-results__option--selected {
  background: var(--base-light);
  color: var(--base-dark);
}
.select2-container .select2-results .select2-results__option--highlighted {
  background: var(--base-light);
  color: var(--base-dark);
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
  }
  .btn-big {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .btn-play {
    width: 5.6rem;
    height: 5.6rem;
  }
  .btn-play:after {
    width: 5.6rem;
    height: 5.6rem;
  }
  .btn-play .icon {
    width: 1.6rem;
  }
  .btn-play:hover:after {
    width: 6.6rem;
    height: 6.6rem;
  }
}
.input-count-wrap {
  width: 12rem;
  height: 4.8rem;
  position: relative;
  border: 1px solid var(--base-light);
}
.input-count-wrap .input-count {
  width: 100%;
  border: none;
  padding: 0;
  height: 100%;
  text-align: center;
}
.input-count-wrap .input-count :focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.input-count-wrap .input-count-btn {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  line-height: 1;
}
.input-count-wrap .input-count-btn-plus {
  left: unset;
  right: 1.6rem;
}

/* form */
.input-count-btn {
  cursor: pointer;
}

.input-count {
  -moz-appearance: textfield;
}

.input-count::-webkit-outer-spin-button,
.input-count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-group {
  margin-bottom: 1.6rem;
}
.form-group label {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.form-control {
  border: 1px solid var(--base-light);
  height: 4.8rem;
  padding: 0.4rem 1.6rem;
  box-shadow: none !important;
  outline: none !important;
  background: transparent;
}
.form-control:disabled {
  background: var(--base-light);
  border-color: transparent !important;
}
.form-control:hover {
  border-color: var(--base-dark2);
}
.form-control:focus, .form-control:active {
  border-color: var(--base-dark);
}

textarea.form-control {
  height: 14.4rem;
}

.form-error .form-control {
  border-color: #dc3545;
}
.form-error .form-text {
  color: #dc3545;
}

.check-styled, .radio-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  margin-bottom: 1.6rem;
}
.check-styled input[type=checkbox], .check-styled input[type=radio], .radio-styled input[type=checkbox], .radio-styled input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] ~ .check-icon, .check-styled input[type=radio] ~ .check-icon, .radio-styled input[type=checkbox] ~ .check-icon, .radio-styled input[type=radio] ~ .check-icon {
  display: none;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  justify-content: center;
  align-items: center;
}
.check-styled input[type=checkbox] ~ .check-icon .icon, .check-styled input[type=radio] ~ .check-icon .icon, .radio-styled input[type=checkbox] ~ .check-icon .icon, .radio-styled input[type=radio] ~ .check-icon .icon {
  fill: var(--base-primary);
}
.check-styled input[type=checkbox] ~ label, .check-styled input[type=radio] ~ label, .radio-styled input[type=checkbox] ~ label, .radio-styled input[type=radio] ~ label {
  display: flex;
  width: 100%;
  margin: 0;
  min-height: 2.4rem;
  margin: 0;
  vertical-align: middle;
  padding-left: 4rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.6rem;
  position: relative;
  color: var(--base-dark);
  transition: all 0.3s;
  align-items: center;
}
@media (max-width: 767px) {
  .check-styled input[type=checkbox] ~ label, .check-styled input[type=radio] ~ label, .radio-styled input[type=checkbox] ~ label, .radio-styled input[type=radio] ~ label {
    font-size: 1.4rem;
  }
}
.check-styled input[type=checkbox] ~ label p, .check-styled input[type=radio] ~ label p, .radio-styled input[type=checkbox] ~ label p, .radio-styled input[type=radio] ~ label p {
  margin-bottom: 0;
}
.check-styled input[type=checkbox] ~ label a, .check-styled input[type=radio] ~ label a, .radio-styled input[type=checkbox] ~ label a, .radio-styled input[type=radio] ~ label a {
  color: inherit;
  text-decoration: underline;
}
.check-styled input[type=checkbox] ~ label:hover:before, .check-styled input[type=radio] ~ label:hover:before, .radio-styled input[type=checkbox] ~ label:hover:before, .radio-styled input[type=radio] ~ label:hover:before {
  border-color: var(--base-dark);
}
.check-styled input[type=checkbox] ~ label:before, .check-styled input[type=radio] ~ label:before, .radio-styled input[type=checkbox] ~ label:before, .radio-styled input[type=radio] ~ label:before {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0px;
  border: 1px solid var(--base-light);
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  display: block;
}
.check-styled input[type=checkbox]:checked ~ .check-icon, .check-styled input[type=radio]:checked ~ .check-icon, .radio-styled input[type=checkbox]:checked ~ .check-icon, .radio-styled input[type=radio]:checked ~ .check-icon {
  display: flex;
}
.check-styled input[type=checkbox]:checked ~ label:before, .check-styled input[type=radio]:checked ~ label:before, .radio-styled input[type=checkbox]:checked ~ label:before, .radio-styled input[type=radio]:checked ~ label:before {
  background: transparent;
  border-color: var(--base-primary);
}
.check-styled input[type=checkbox]:checked ~ label:after, .check-styled input[type=radio]:checked ~ label:after, .radio-styled input[type=checkbox]:checked ~ label:after, .radio-styled input[type=radio]:checked ~ label:after {
  opacity: 1;
}

.radio-styled input[type=radio] + label:before {
  border-radius: 50%;
}
.radio-styled input[type=radio] + label:after {
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.6rem;
  margin-left: 0.6rem;
  background: var(--base-primary);
  opacity: 0;
}

/* filter select */
.filter-select-overlay {
  display: flex;
}

.filter-select-width {
  width: 100%;
}

.filter-select-width.selected {
  width: calc(100% - 3rem);
}

.filter-select.selected {
  float: left;
}

.filter-select-overlay .filter-btn-clear {
  width: 3rem;
  border: 1px solid var(--base-light);
  border-left: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-select-overlay .filter-btn-clear svg {
  fill: var(--base-dark);
}

.mode-dark .filter-select-overlay .filter-btn-clear {
  border-color: var(--base-dark4);
}

.mode-dark .filter-select-overlay .filter-btn-clear svg {
  fill: #ffffff;
}

@media (max-width: 767px) {
  .filter-btn-clear {
    padding: 1.04rem 0;
  }
}
.header-top {
  display: flex;
  align-items: center;
  background: var(--base-dark);
  font-size: 1.4rem;
}
.header-top a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s;
}
.header-top a:hover, .header-top a.active {
  color: #ffffff;
}
.header-top-inner {
  display: flex;
  align-items: center;
}
.header-top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  display: flex;
}
.header-top-menu li {
  margin: 1.2rem;
}
.header-top-menu li:first-child {
  margin-left: 0;
}
.header-top-menu li:last-child {
  margin-right: 0;
}
.header-top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-top-lang {
  margin-right: 4rem;
}
.header-top-lang a {
  margin-right: 2.4rem;
}
.header-top-lang a:last-child {
  margin-right: 0;
}
.header-top-social {
  display: flex;
  margin-right: 4rem;
}
.header-top-social a {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 1.6rem;
}
.header-top-social a:last-child {
  margin-right: 0;
}
.header-top-social a:hover {
  opacity: 0.6;
}
.header-top-social a .icon {
  fill: #ffffff;
}
.header-top .dropdown-toggle {
  padding: 0 1.6rem;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 400;
  border: none;
  border-left: 1px solid var(--base-dark4);
  border-right: 1px solid var(--base-dark4);
  height: 4rem;
  min-width: 13.6rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.header-top .dropdown-toggle .icon {
  fill: #ffffff;
}
.header-top .dropdown-menu {
  background: var(--base-dark);
  min-width: 13.6rem;
  font-size: 1.4rem;
  padding: 0;
}
.header-top .dropdown-item {
  color: #ffffff;
  min-height: 4rem;
  display: flex;
  align-items: center;
}
.header-top .dropdown-item:hover {
  background: none;
  color: rgba(255, 255, 255, 0.6);
}

.header-main-inner {
  display: flex;
  align-items: center;
}
.header-main-right {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.header-main-logo {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}
.header-main-logo-img {
  padding: 0.8rem;
  display: flex;
  width: 12rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header-main-logo-img img {
  max-width: 100%;
}
.header-main-logo-text {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 3.2rem;
}
.header-main-logo-text span {
  font-size: 1.4rem;
}
.header-main-logo-text span.big {
  font-size: 3.2rem;
  font-weight: 600;
}
.header-main-partners {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  padding: 0.8rem;
  flex-grow: 2;
  justify-content: flex-end;
}
.header-main-partners a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 16rem;
  margin: 0.8rem;
  flex: 1;
  height: 6rem;
}
.header-main-partners a img {
  max-width: 100%;
  max-height: 100%;
}
.header-main-match {
  display: flex;
  flex-shrink: 0;
}
.header-main-match .match-item {
  padding: 1rem 2.4rem;
  border-left: 1px solid var(--base-light);
  border-right: 1px solid var(--base-light);
  margin-left: -1px;
}
.header-main-match .match-item-title {
  font-size: 1.2rem;
}
.header-main-match .match-item-subtitle {
  font-size: 1.2rem;
}
.header-main-match .match-item-team {
  display: flex;
  flex-direction: column;
}
.header-main-match .match-item-team-img {
  height: 3.6rem;
  width: 3.6rem;
  padding: 0.2rem;
}
.header-main-match .match-item-team-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--base-dark);
}
.header-main-match .match-item-score {
  font-size: 2.4rem;
}
.header-main-match .match-item-info {
  font-size: 1.2rem;
}

.header-menu {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: var(--base-secondary);
  display: flex;
  align-items: center;
  z-index: 100;
  position: relative;
}
.header-menu-inner {
  display: flex;
  align-items: center;
}
.header-menu a {
  color: var(--base-secondary-text);
  text-decoration: none;
}
.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 7.2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.header-menu ul li {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}
.header-menu ul li:hover > a {
  background: rgba(255, 255, 255, 0.2);
}
.header-menu ul li a {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  transition: all 0.3s;
  position: relative;
}
.header-menu ul li a .icon {
  fill: var(--base-secondary-text);
}
.header-menu ul li a.active, .header-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header-menu ul li:hover > ul {
  display: flex !important;
}
.header-menu ul li.has-subnav {
  position: relative;
}
.header-menu ul li.has-subnav > a {
  position: relative;
  padding-right: 5.2rem;
}
.header-menu ul li.has-subnav > a .icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  fill: var(--base-secondary-text);
  right: 2rem;
  top: calc(50% - 0.6rem);
}
.header-menu ul li.has-subnav ul {
  position: absolute;
  min-width: 25rem;
  top: 100%;
  left: 0;
  background: var(--base-secondary);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), var(--base-secondary);
  display: none;
  flex-direction: column;
  padding: 1.6rem 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.header-menu ul li.has-subnav ul li {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0 1.6rem;
}
.header-menu ul li.has-subnav ul li a {
  display: flex;
  width: 100%;
  padding: 0.8rem 1.6rem;
  padding-right: 2.4rem;
}
.header-menu ul li.has-subnav ul li.has-subnav > a .icon {
  top: 1.2rem;
  height: 1.6rem;
  width: 1.6rem;
  right: 1rem;
}
.header-menu ul li.has-subnav ul li.has-subnav ul {
  left: 100%;
  top: 0;
}
.header-menu-cart {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 2rem;
  padding-right: 3.6rem;
  height: 7.2rem;
  margin-left: auto;
}
.header-menu-cart .icon {
  fill: var(--base-secondary-text);
}
.header-menu-cart:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header-menu-cart-text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-left: 0.8rem;
}
.header-menu-cart-num {
  position: absolute;
  right: 1.8rem;
  top: 2.2rem;
  padding: 0px 5px;
  background: var(--base-secondary-text);
  border-radius: 8px;
  color: var(--base-secondary);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  height: 13px;
}

@media (max-width: 1463px) {
  .header-menu ul li a {
    font-size: 1.4rem;
    padding: 0 1.2rem;
  }
  .header-main-logo-img {
    width: 10rem;
  }
  .header-main-logo-text {
    padding: 0.8rem 2.4rem;
  }
  .header-main-logo-text span {
    font-size: 1.2rem;
  }
  .header-main-logo-text span.big {
    font-size: 2.4rem;
  }
  .header-main-partners a {
    max-width: 14rem;
    max-height: 8rem;
    padding: 0.4rem;
  }
}
@media (max-width: 1263px) {
  .header-menu ul li a {
    font-size: 1.2rem;
    padding: 0 1.2rem;
  }
  .header-main-logo-img {
    width: 10rem;
  }
  .header-main-logo-text {
    padding: 0.8rem 1.2rem;
  }
  .header-main-logo-text span {
    font-size: 1.2rem;
  }
  .header-main-logo-text span.big {
    font-size: 2.8rem;
  }
  .header-main-partners a {
    max-width: 10rem;
    max-height: 6rem;
    padding: 0.4rem;
  }
}
@media (max-width: 1199px) {
  .header-top {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .header-main {
    height: 10rem;
    display: flex;
    align-items: center;
  }
  .header-main-right {
    display: none;
  }
  .header-main-logo {
    display: flex;
    align-items: center;
  }
  .header-main-logo-img {
    height: 6.7rem;
    width: 6.7rem;
    padding: 0.8rem;
  }
  .header-main-logo-img img {
    max-height: 100%;
  }
  .header-main-logo-text {
    padding-left: 0.8rem;
  }
  .header-main-logo-text span {
    font-size: 1rem;
    line-height: 1.3;
  }
  .header-main-logo-text span.big {
    display: block;
    font-size: 1.6rem;
  }
  .header-main.scroll {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 5.6rem;
    z-index: 1000;
  }
  .header-main.scroll .header-main-logo-img {
    width: 4rem;
    height: 4rem;
  }
  .header-main.scroll .header-main-logo-text span {
    display: none;
  }
  .header-main.scroll .header-main-logo-text span.big {
    display: block;
  }
  .header-main.scroll .header-menu-toggle {
    top: 0.8rem;
  }
  body.scroll {
    padding-top: 5.6rem;
  }
}
.header-menu-toggle {
  position: absolute;
  top: 2.4rem;
  right: 1.6rem;
  display: none;
}

.header-menu-toggle {
  width: 4rem;
  height: 4rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: var(--base-primary);
  border: none;
}

.header-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 2.4rem;
  background: var(--base-btn-text);
  border-radius: 0px;
  opacity: 1;
  left: 0.8rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header-menu-toggle span:nth-child(1) {
  top: 12px;
}

.header-menu-toggle span:nth-child(2) {
  top: 19px;
}

.header-menu-toggle span:nth-child(3) {
  top: 26px;
}

.header-menu-toggle.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header-menu-toggle.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mobile-menu {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: var(--base-primary);
  z-index: 2000;
  overflow-y: auto;
  display: none;
  transform: translateX(-100%);
  transition: all 0.3s;
  color: var(--base-btn-text);
  padding: 2.4rem 1.6rem;
}
.mobile-menu a {
  color: var(--base-btn-text);
}
.mobile-menu.opening {
  display: block;
}
.mobile-menu.open {
  transform: translateX(0%);
}
.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: end;
}
.mobile-menu-lang {
  font-size: 1.4rem;
}
.mobile-menu-lang a {
  color: var(--base-btn-text);
  text-decoration: none;
  margin-left: 1.6rem;
}
.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.mobile-menu-close .icon {
  fill: var(--base-btn-text);
}
.mobile-menu-cart {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 2rem;
  height: 4rem;
  width: 100%;
  margin-left: auto;
  text-decoration: none;
  border: 1px solid var(--base-btn-text);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.mobile-menu-cart .icon {
  fill: var(--base-btn-text);
}
.mobile-menu-cart:hover {
  background: rgba(var(--base-btn-text), 0.2);
}
.mobile-menu-cart-text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-left: 0.8rem;
}
.mobile-menu-cart-num {
  transform: translateY(-0.4rem);
  margin-left: 0.4rem;
  position: relative;
  padding: 0px 4px;
  background: var(--base-btn-text);
  border-radius: 8px;
  color: var(--base-primary);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  height: 12px;
}
.mobile-menu-menu a {
  text-decoration: none;
}
.mobile-menu-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 1.6rem;
}
.mobile-menu-menu > ul > li {
  margin-right: 0;
  margin-bottom: 1.6rem;
}
.mobile-menu-menu > ul > li > a {
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s;
  color: var(--base-btn-text);
  display: flex;
  width: 100%;
  position: relative;
}
.mobile-menu-menu > ul > li > a:hover {
  opacity: 0.8;
}
.mobile-menu-menu > ul > li > a .icon {
  position: absolute;
  right: 0;
  top: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--base-btn-text);
  transition: all 0.3s;
}
.mobile-menu-menu > ul > li.active > a .icon {
  transform: rotate(180deg);
}
.mobile-menu-menu > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.8rem;
  margin-left: 1.6rem;
  display: none;
}
.mobile-menu-menu > ul > li ul li {
  margin: 0;
  padding: 0;
}
.mobile-menu-menu > ul > li ul li a {
  font-size: 1.4rem;
  color: var(--base-btn-text);
  opacity: 0.8;
  transition: all 0.3s;
}
.mobile-menu-menu > ul > li ul li a:hover {
  color: var(--base-btn-text);
  opacity: 1;
}
.mobile-menu-menu > ul > li ul li.has-subnav {
  position: relative;
  margin-bottom: 1rem;
}
.mobile-menu-menu > ul > li ul li.has-subnav .icon {
  position: absolute;
  right: 0;
  top: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--base-btn-text);
  transition: all 0.3s;
}
.mobile-menu-menu > ul > li ul li.has-subnav.active > a .icon {
  transform: rotate(180deg);
}
.mobile-menu-links {
  display: flex;
  flex-direction: column;
  padding: 0 1.6rem;
  margin-top: 1.6rem;
}
.mobile-menu-links a {
  font-size: 1.4rem;
  color: var(--base-btn-text);
  text-decoration: none;
  margin-bottom: 1.6rem;
  opacity: 0.8;
}
.mobile-menu-links a:hover {
  opacity: 1;
}
.mobile-menu-social {
  display: flex;
  margin-bottom: 3.2rem;
  padding: 0 1.6rem;
}
.mobile-menu-social a {
  text-decoration: none;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
}
.mobile-menu-social a .icon {
  fill: var(--base-btn-text);
}
.mobile-menu-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 1.6rem;
  padding-bottom: 0;
}
.mobile-menu-contact:after {
  top: 0;
  height: 1px;
  position: absolute;
  content: "";
  display: block;
  background: var(--base-btn-text);
  opacity: 0.2;
  left: 0;
  right: 0;
}
.mobile-menu-contact-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.mobile-menu-contact-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.mobile-menu-contact-item-list {
  display: flex;
  flex-direction: column;
}
.mobile-menu-contact-item span {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-menu-contact-item a {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
.mobile-menu-contact-item-email a {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .header-menu-toggle {
    display: block;
  }
}
.hp-top-classic {
  background: var(--base-primary);
}

@media (max-width: 991px) {
  .hp-top-classic {
    background: transparent !important;
  }
  .hp-top-classic .match-list-top h3 {
    color: var(--base-dark);
  }
  .hp-top-classic .match-item {
    border: 1px solid var(--base-light);
  }
  .hp-top-classic .btn-transparent {
    border-color: var(--base-light);
    color: var(--base-dark);
  }
}
.match-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  text-decoration: none;
}
.match-item-title {
  font-size: 1.4rem;
  color: var(--base-dark);
  font-weight: 500;
}
.match-item-subtitle {
  font-size: 1.4rem;
  color: var(--base-primary);
}
.match-item-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  align-items: center;
}
.match-item-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 5rem);
}
.match-item-team-img {
  height: 7.2rem;
  width: 7.2rem;
  padding: 0.8rem;
  display: flex;
  justify-content: center;
}
.match-item-team-img img {
  max-height: 100%;
  max-width: 100%;
}
.match-item-team-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--base-dark);
  line-height: 1.25;
}
.match-item-score {
  font-size: 3.2rem;
  color: var(--base-primary);
  font-weight: 600;
  width: 10rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.match-item-score .small, .match-item-score small {
  font-size: 1.4rem;
}
.match-item-info {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: var(--base-dark2);
}

.match-list-top {
  display: flex;
}
.match-list-top h3 {
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 2.4rem;
}
.match-list-top-btns .btn {
  font-size: 1.4rem;
  padding: 1rem 2.3rem;
  margin-right: 0.8rem;
}
.match-list-row .match-item {
  background: #ffffff;
  width: calc(25% - 2.4rem);
  padding: 2.4rem;
}
.match-list-row .match-item-main {
  width: 100%;
}

@media (min-width: 991px) {
  .match-list-row {
    display: flex;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .match-list-row .match-item {
    margin: 0 1.2rem;
  }
}
@media (max-width: 1263px) {
  .match-item-title {
    font-size: 1.2rem;
  }
  .match-item-subtitle {
    font-size: 1.2rem;
  }
  .match-item-team {
    width: calc(50% - 4.1rem);
  }
  .match-item-team-name {
    font-size: 1rem;
  }
  .match-item-team-img {
    width: 6.4rem;
    height: 6.4rem;
  }
  .match-item-score {
    width: 8.2rem;
  }
  .match-item-info {
    font-size: 1.2rem;
  }
}
@media (max-width: 1129px) {
  .match-list-row .match-item {
    width: calc(50% - 2.4rem);
  }
}
@media (max-width: 991px) {
  .match-list-top {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .match-list-row .match-item {
    width: calc(100% - 2.4rem);
  }
}
.two-col-match {
  display: flex;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  flex-wrap: wrap;
}
.two-col-match .match-item {
  border: 1px solid var(--base-light);
  width: calc(50% - 2.4rem);
  margin: 1.2rem;
  padding: 2.4rem;
}
.two-col-match .match-item-main {
  width: 100%;
  padding: 0 2.4rem;
}

@media (max-width: 767px) {
  .two-col-match .match-item {
    width: 100%;
    margin: 0;
    margin-bottom: 1.2rem;
  }
}
.round-match-box {
  border: 1px solid var(--base-light);
  padding: 2.4rem 3.2rem;
}
.round-match-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--base-light);
  text-align: center;
  padding: 1.6rem;
  padding-top: 0.8rem;
}
.round-match-item:last-child {
  border-bottom: none;
}
.round-match-item .match-item-info {
  margin-top: 0;
}
.round-match-item .match-item-main {
  margin-top: 1.6rem;
}
.round-match-item .match-item-score {
  font-size: 1.6rem;
  width: 8rem;
  min-width: 0;
}
.round-match-item .match-item-team {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(50% - 4rem);
}
.round-match-item .match-item-team-img {
  width: 3.2rem;
  padding: 0;
  height: 3.2rem;
}
.round-match-item .match-item-team-img img {
  max-width: 100%;
}
.round-match-item .match-item-team-name {
  padding: 0 1.6rem;
  width: calc(100% - 3.2rem);
}

@media (max-width: 1463px) {
  .round-match-box {
    padding: 1.6rem;
  }
  .round-match-item .match-item-team-name {
    padding-left: 0;
  }
  .round-match-item .match-item-score ~ .match-item-team .match-item-team-name {
    padding-left: 1.6rem;
    padding-right: 0;
  }
}
@media (max-width: 1263px) {
  .round-match-item {
    padding: 0.8rem;
  }
  .round-match-item .match-item-main {
    margin-top: 0.8rem;
  }
  .round-match-item .match-item-team-name {
    padding-left: 0;
    padding-right: 0.8rem;
  }
  .round-match-item .match-item-score ~ .match-item-team .match-item-team-name {
    padding-left: 0.8rem;
    padding-right: 0;
  }
}
.match-item-detail {
  padding: 2.4rem;
  border: 1px solid var(--base-light);
}
.match-item-detail .match-item-team {
  width: calc(50% - 10.5rem);
  padding: 0 4rem;
}
.match-item-detail .match-item-team-img {
  height: 9.6rem;
  width: 9.6rem;
}
.match-item-detail .match-item-score {
  width: 21rem;
}
.match-item-detail .match-item-score-main {
  font-size: 4.8rem;
}
.match-item-detail .match-item-score-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.match-item-detail .match-item-score-list span {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0.4rem;
  color: var(--base-dark);
}

.card-img-slider {
  display: flex;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.card-img-col {
  width: 50%;
  padding: 0 1.2rem;
}
.card-img-item {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.card-img-item:hover .card-img-item-img img {
  transform: scale(1.1);
}
.card-img-item:hover:after {
  background: linear-gradient(24deg, rgba(0, 0, 0, 0.9) 19.35%, rgba(0, 0, 0, 0) 75.57%);
}
.card-img-item.small {
  margin-bottom: 2.4rem;
}
.card-img-item.small:last-child {
  margin-bottom: 0;
}
.card-img-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
  background: linear-gradient(24deg, rgba(0, 0, 0, 0.8) 19.35%, rgba(0, 0, 0, 0) 75.57%);
}
.card-img-item-img {
  width: 100%;
  display: flex;
}
.card-img-item-img img {
  width: 100%;
  transition: all 0.3s;
}
.card-img-item-text {
  position: absolute;
  bottom: 0;
  left: 3.2rem;
  bottom: 3.2rem;
  right: 3.2rem;
  z-index: 1;
}
.card-img-item-text-name {
  font-size: 3.2rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
.card-img-item-text-time {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--base-primary);
}

@media (max-width: 991px) {
  .card-img-col {
    width: 90%;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .card-img-col {
    padding: 0 0.4rem;
  }
  .card-img-item-text {
    left: 1.6rem;
    bottom: 1.6rem;
  }
  .card-img-item-text-name {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .card-img-item-text-time {
    font-size: 1.2rem;
  }
}
.news-item {
  display: flex;
  flex-direction: column;
}
.news-item-col {
  margin-bottom: 3.2rem;
}
.news-item-img {
  margin-bottom: 2.4rem;
  position: relative;
}
.news-item-img img {
  width: 100%;
}
.news-item-photo {
  left: 0.8rem;
  bottom: 0.8rem;
  position: absolute;
  height: 4rem;
  padding: 0px 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.news-item-photo .icon {
  fill: #ffffff;
}
.news-item-photo span {
  color: #ffffff;
  margin-left: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-item-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-item-date {
  font-size: 1.4rem;
  color: var(--base-primary);
  text-transform: uppercase;
  font-weight: 600;
}
.news-item-name {
  font-size: 2.4rem;
  color: var(--base-dark);
  transition: all 0.3s;
  margin-bottom: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.33;
}
.news-item-name:hover {
  color: var(--base-primary);
}
.news-item p {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.33;
}
.news-item.simple .news-item-name {
  font-size: 1.8rem;
  padding-right: 2.4rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .news-item-col {
    margin-bottom: 1.6rem;
  }
  .news-item-img {
    margin-bottom: 1.6rem;
  }
  .news-item-date {
    font-size: 1.2rem;
  }
  .news-item-name {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .news-item p {
    font-size: 1.4rem;
  }
  .news-item.simple .news-item-name {
    font-size: 1.4rem;
    padding-right: 1.6rem;
  }
}
.news-detail-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-detail-top .small-headline {
  margin-right: 1.6rem;
}

.dark-section {
  padding: 3.2rem;
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4 {
  color: #ffffff;
}
.dark-section .news-item-col {
  margin-bottom: 0;
}
.dark-section .news-item-name {
  color: #ffffff;
}
.dark-section .news-item-name:hover {
  color: var(--base-primary);
}

@media (max-width: 767px) {
  .dark-section {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 1.6rem;
  }
}
.product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.product-item-col {
  margin-bottom: 3.2rem;
}
.product-item-img {
  width: 100%;
  padding: 2.4rem;
  border: 1px solid var(--base-light);
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item-img img {
  max-width: 100%;
}
.product-item-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1.33;
  color: var(--base-dark);
  text-decoration: none;
}
.product-item-name:hover {
  color: var(--base-primary);
}
.product-item-price {
  color: var(--base-primary);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .product-item-img {
    margin-bottom: 1.6rem;
  }
  .product-item-name {
    font-size: 1.4rem;
  }
  .product-item-price {
    font-size: 1.6rem;
  }
}
.blog-item {
  padding-right: 3.2rem;
}
.blog-item-date {
  font-size: 1.4rem;
  color: var(--base-primary);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.blog-item-name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 1.6rem;
  color: var(--base-dark);
  text-decoration: none;
  display: flex;
  transition: all 0.3s;
}
.blog-item-name:hover {
  color: var(--base-primary);
}
.blog-item p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.33;
}

@media (max-width: 767px) {
  .blog-item-date {
    font-size: 1.2rem;
  }
  .blog-item-name {
    font-size: 1.4rem;
  }
  .blog-item p {
    font-size: 1.4rem;
  }
}
.table-box {
  border: 1px solid var(--base-light);
  padding: 2.4rem 3.2rem;
  margin-bottom: 2.4rem;
}
.table-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.table-box-top h3 {
  margin-bottom: 0;
}
.table-box table {
  margin-bottom: 2.4rem;
  width: 100%;
}
.table-box table tr.active td {
  color: var(--base-primary) !important;
  font-weight: 600;
}
.table-box table tr th {
  padding: 0.8rem;
}
.table-box table tr th:first-child {
  padding-left: 1.6rem;
}
.table-box table tr th:last-child {
  padding-right: 1.6rem;
}
.table-box table tr td {
  height: 4.8rem;
  font-size: 1.6rem;
  padding: 0.8rem;
  border-bottom: 1px solid var(--base-light);
}
.table-box table tr td a {
  text-decoration: none;
  color: inherit;
}
.table-box table tr td:first-child {
  padding-left: 1.6rem;
}
.table-box table tr td:last-child {
  padding-right: 1.6rem;
}
.table-box table tr td.td-light {
  color: var(--base-dark2);
}
.table-box table tr td.td-strong {
  font-weight: 600;
}
.table-box table tr td.td-num {
  width: 4.8rem;
}
.table-box table tr td.td-circle-img {
  width: 5.6rem;
}
.table-box table tr td.td-circle-img .circle-img {
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  border-radius: 50%;
}
.table-box table tr td.td-circle-img .circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-box table tr td.td-circle-img .circle-img.no-img {
  background: var(--base-primary);
  color: var(--base-btn-text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.table-box table tr td.td-img .circle-img {
  height: 3.6rem;
  width: 3.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.table-box table tr td.td-img .circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-box table tr td.td-img .circle-img.no-img {
  background: var(--base-primary);
  color: var(--base-btn-text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.table-box table tr td:last-child {
  text-align: right;
}
.table-box table tr td.td-player-info .td-player-info-inner {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.table-box table tr td.td-player-info .td-player-info-date {
  font-size: 1.4rem;
  color: var(--base-primary);
  font-weight: 400;
}
.table-box table tr td.td-player-info .td-player-info-name {
  font-size: 1.6rem;
  font-weight: 400;
}
.table-box table tr td.td-player-info .td-player-info-pos {
  font-size: 1.4rem;
  color: var(--base-dark2);
}
.table-box table tr:last-child td {
  border-bottom: none;
}

@media (min-width: 992px) and (max-width: 1263px) {
  .table-box-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .table-box-top h3 {
    margin-bottom: 1.6rem;
  }
  .table-box-top .dropdown {
    width: 100%;
  }
  .table-box-top .dropdown-toggle {
    width: 100%;
  }
  .table-box table tr td {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .table-box {
    padding: 1.6rem;
  }
  .table-box table tr td {
    font-size: 1.2rem;
    padding: 0.4rem;
    line-height: 1.3;
    height: 4rem;
  }
  .table-box table tr td.td-num {
    width: 3.2rem;
  }
  .table-box table tr td.td-bigger {
    font-size: 1.4rem;
  }
  .table-box table tr td:first-child {
    padding-left: 0.8rem;
  }
  .table-box table tr td:last-child {
    padding-right: 0.8rem;
  }
  .table-box table tr td.td-circle-img .circle-img {
    width: 4rem;
    height: 4rem;
  }
}
.vote-box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.vote-box a {
  text-decoration: none;
}
.vote-box-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.vote-box-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}
.vote-box-item-title {
  font-size: 1.6rem;
  line-height: 2;
}
.vote-box-item-main {
  display: flex;
  align-items: center;
}
.vote-box-item-main-value {
  width: 6.8rem;
  text-align: right;
  font-weight: 600;
}
.vote-box-item-main .progress {
  width: calc(100% - 6.8rem);
}
.vote-box-bottom {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.vote-box-bottom-light {
  font-size: 1.6rem;
  color: var(--base-dark2);
}
.vote-box-bottom-strong {
  font-size: 1.6rem;
  font-weight: 600;
}
.vote-box-list {
  display: flex;
  flex-direction: column;
}
.vote-box-list .vote-box {
  padding: 2.8rem 3.2rem;
  border: 1px solid var(--base-light);
  margin-bottom: 4rem;
}
.vote-box-list .vote-box-title {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .vote-box-title {
    font-size: 1.4rem;
  }
  .vote-box-item-title {
    font-size: 1.4rem;
  }
  .vote-box-item-main .progress {
    width: calc(100% - 5.8rem);
  }
  .vote-box-item-main-value {
    font-size: 1.2rem;
    width: 5.8rem;
  }
  .vote-box-bottom {
    font-size: 1.4rem;
  }
  .vote-box-bottom-light {
    font-size: 1.4rem;
  }
  .vote-box-bottom-strong {
    font-size: 1.4rem;
  }
  .vote-box-list .vote-box {
    padding: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .vote-box-list .vote-box-title {
    font-size: 1.4rem;
  }
}
.social-box {
  display: flex;
  flex-direction: column;
}
.social-box-item {
  background: var(--base-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4rem;
  height: 4.8rem;
  color: var(--base-dark);
  text-decoration: none;
  margin-bottom: 0.8rem;
  transition: all 0.3s;
}
.social-box-item:last-child {
  margin-bottom: 0;
}
.social-box-item span {
  font-size: 1.8rem;
  font-weight: 600;
}
.social-box-item .icon {
  fill: var(--base-dark);
}
.social-box-item svg path {
  transition: all 0.3s;
}
.social-box-item:hover {
  background: var(--base-primary);
  color: var(--base-btn-text);
}
.social-box-item:hover .icon {
  fill: var(--base-btn-text);
}
.social-box-item:hover svg path {
  fill: var(--base-btn-text);
}

@media (max-width: 767px) {
  .social-box-item span {
    font-size: 1.4rem;
  }
}
.vote-list-select {
  display: flex;
  margin-bottom: 3.2rem;
  align-items: center;
}
.vote-list-select span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 2.4rem;
}

/* events */
.table-box table tr td.td-event-info .td-event-info-inner {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.table-box table tr td.td-event-info .td-event-info-date {
  font-size: 1.4rem;
  color: var(--base-primary);
  font-weight: 400;
}

.table-box table tr td.td-event-info .td-event-info-name {
  font-size: 1.6rem;
  font-weight: 400;
}

.table-box table tr td.td-event-info:last-child {
  text-align: left;
}

.info-box {
  background: var(--base-primary);
  color: var(--base-btn-text);
  padding: 2.4rem;
  transition: all 0.3s;
  margin-bottom: 2.4rem;
}
.info-box:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--base-primary);
}
.info-box:hover .btn-arrow {
  padding-right: 3.2rem;
}
.info-box-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}
.info-box .btn-arrow {
  color: var(--base-btn-text);
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 2.4rem;
  transition: all 0.3s;
  text-decoration: none;
  background: url("./../../../../images/front/skin_1/btn-arrow.svg") no-repeat right center;
}
.info-box .btn-arrow:hover {
  padding-right: 3.2rem;
}

@media (max-width: 767px) {
  .info-box-title {
    font-size: 1.6rem;
  }
  .info-box .btn-arrow {
    font-size: 1.4rem;
  }
}
.partners-section {
  border-top: 1px solid var(--base-light);
  padding-top: 4.8rem;
}

.partners-list-item {
  display: flex;
  padding: 2.4rem 0;
  border-top: 1px solid var(--base-light);
  flex-wrap: wrap;
}
.partners-list-item-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 33.33%;
  padding-right: 2.4rem;
}
.partners-list-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  width: calc(66.66% + 2.4rem);
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.partners-list-row.full {
  width: calc(100% + 2.4rem);
}
.partners-list-row.full .partners-list-row-item {
  width: calc(20% - 2.4rem);
}
.partners-list-row-item {
  width: calc(25% - 2.4rem);
  margin: 1.2rem;
  height: 12rem;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.partners-list-row-item img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  .partners-list-item {
    flex-direction: column;
  }
  .partners-list-item-title {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
  .partners-list-row {
    width: 100%;
  }
  .partners-list-row.full {
    width: 100%;
  }
  .partners-list-row.full .partners-list-row-item {
    width: calc(33% - 1.6rem);
  }
  .partners-list-row-item {
    height: 5.6rem;
    width: calc(33% - 1.6rem);
    margin: 0.8rem;
    padding: 0.8rem;
  }
}
.page-partner-item {
  display: flex;
  flex-direction: column;
}
.page-partner-item-col {
  margin-bottom: 3.2rem;
}
.page-partner-item-img {
  width: 22rem;
  height: 12rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
}
.page-partner-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.page-partner-item h3 {
  margin-bottom: 1.6rem;
}
.page-partner-item p {
  margin-bottom: 0;
  font-size: 1.6rem;
  max-width: 43rem;
}

@media (max-width: 767px) {
  .page-partner-item-img {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    height: 8rem;
  }
}
.footer {
  background: var(--base-dark3);
  padding: 4.8rem 0;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer-top {
  display: flex;
}
.footer-top-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-top-menu > ul > li {
  margin-right: 4.8rem;
  margin-bottom: 2.4rem;
}
.footer-top-menu > ul > li > a {
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 0.3s;
}
.footer-top-menu > ul > li > a:hover {
  color: var(--base-dark2);
}
.footer-top-menu > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.6rem;
}
.footer-top-menu > ul > li ul li {
  margin: 0;
  padding: 0;
}
.footer-top-menu > ul > li ul li a {
  font-size: 1.6rem;
  color: var(--base-dark2);
  transition: all 0.3s;
}
.footer-top-menu > ul > li ul li a:hover {
  color: #ffffff;
}
.footer-top-social {
  margin-left: auto;
  display: flex;
  margin-top: 0.8rem;
}
.footer-top-social a {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 1.6rem;
}
.footer-top-social a .icon {
  fill: #ffffff;
}
.footer-mid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8rem;
  margin-bottom: 4.8rem;
}
.footer-mid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-mid ul li {
  margin: 0;
  padding: 0;
  margin-right: 3.2rem;
}
.footer-mid ul li:last-child {
  margin-right: 0;
}
.footer-mid ul li a {
  color: var(--base-dark2);
  transition: all 0.3s;
  font-size: 1.6rem;
}
.footer-mid ul li a:hover, .footer-mid ul li a.active {
  color: #ffffff;
}
.footer-contact {
  border-top: 1px solid var(--base-dark4);
  margin-top: 4.8rem;
  padding-top: 4rem;
  margin-bottom: 4.8rem;
}
.footer-contact-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}
.footer-contact-item {
  margin-right: 4.8rem;
  display: flex;
  flex-direction: column;
}
.footer-contact-item-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-contact-item:last-child {
  margin-right: 0;
}
.footer-contact-item span {
  color: var(--base-dark2);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-contact-item a {
  font-size: 2.4rem;
  font-weight: 600;
  color: #ffffff;
}
.footer-contact-item-email a {
  color: var(--base-primary);
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid var(--base-dark4);
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
}
.footer-bottom-col {
  width: 33.33%;
}
.footer-bottom-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom-col ul li {
  margin-right: 3.2rem;
}
.footer-bottom-col ul li:last-child {
  margin-right: 0;
}
.footer-bottom-col {
  width: 33.33%;
}
.footer-bottom-col-sklub {
  text-align: right;
}
.footer-bottom-col-sklub > span {
  margin-right: 1.6rem;
}

@media (max-width: 991px) {
  .footer {
    padding: 4rem 0;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top-menu {
    display: flex;
    flex-direction: column;
  }
  .footer-top-menu > ul {
    display: flex;
    flex-direction: column;
    padding: 0 1.6rem;
  }
  .footer-top-menu > ul > li {
    margin-right: 0;
    margin-bottom: 1.6rem;
    position: relative;
  }
  .footer-top-menu > ul > li.has-subnav {
    cursor: pointer;
  }
  .footer-top-menu > ul > li.has-subnav:after {
    width: 2.4rem;
    height: 2.4rem;
    background: url("./../../../../images/front/skin_1/arrow_down.svg") no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    transition: all 0.3s;
  }
  .footer-top-menu > ul > li.has-subnav.active:after {
    transform: rotate(180deg);
  }
  .footer-top-menu > ul > li a {
    font-size: 1.4rem;
  }
  .footer-top-menu > ul > li > ul {
    display: none;
    margin-top: 1.6rem;
    margin-left: 0.8rem;
  }
  .footer-top-social {
    margin-left: 0;
  }
  .footer-mid {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    padding-left: 1.6rem;
    flex-direction: column;
    display: flex;
  }
  .footer-mid ul {
    flex-direction: column;
  }
  .footer-mid ul li {
    margin-right: 0;
  }
  .footer-mid-lang {
    flex-direction: row !important;
    margin-top: 2.4rem !important;
  }
  .footer-mid-lang li {
    margin-right: 1.6rem !important;
  }
  .footer-contact {
    margin-top: 2.4rem;
    margin-bottom: 0rem;
    padding: 2.4rem 1.6rem;
  }
  .footer-contact-title {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
  .footer-contact-item {
    margin-bottom: 1.6rem;
  }
  .footer-contact-item:last-child {
    margin-bottom: 0;
  }
  .footer-contact-item span {
    font-size: 1rem;
  }
  .footer-contact-item a {
    font-size: 1.8rem;
  }
  .footer-bottom {
    padding-top: 2.4rem;
    flex-direction: column;
    font-size: 1.4rem;
  }
  .footer-bottom-col {
    width: 100%;
  }
  .footer-bottom-col-menu {
    order: 1;
  }
  .footer-bottom-col-menu ul {
    flex-direction: column;
  }
  .footer-bottom-col-menu ul li {
    margin-bottom: 0.8rem;
  }
  .footer-bottom-col-sklub {
    order: 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .footer-bottom-col-sklub > span {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1.6rem;
  }
  .footer-bottom-col-sklub .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .footer-bottom-col-copy {
    order: 3;
    text-align: center;
  }
}
.mode-dark {
  background: var(--base-dark);
  color: #ffffff;
}
.mode-dark p a {
  color: #ffffff;
}
.mode-dark .hp-top-classic {
  background: var(--base-dark);
}
.mode-dark .partners-section {
  background: #ffffff;
  color: var(--base-dark);
}
.mode-dark .partners-section h1, .mode-dark .partners-section .h1, .mode-dark .partners-section h2, .mode-dark .partners-section .h2, .mode-dark .partners-section h3, .mode-dark .partners-section .h3, .mode-dark .partners-section h4, .mode-dark .partners-section .h4, .mode-dark .partners-section h5, .mode-dark .partners-section .h5 {
  color: var(--base-dark);
}
.mode-dark .header-main-partners a {
  background: #ffffff;
}
.mode-dark .header-main-match .match-item {
  border-color: var(--base-dark4);
}
.mode-dark .header-top {
  background: var(--base-dark3);
}
.mode-dark .header-top a {
  color: var(--base-primary);
  opacity: 0.6;
}
.mode-dark .header-top a:hover, .mode-dark .header-top a.active {
  opacity: 1;
}
.mode-dark .header-top-social a {
  opacity: 1;
}
.mode-dark .header-top-social a:hover {
  opacity: 0.6;
}
.mode-dark .header-top-social a .icon {
  fill: var(--base-primary);
}
.mode-dark .header-top .dropdown-toggle {
  color: var(--base-primary);
}
.mode-dark .header-top .dropdown-toggle .icon {
  fill: var(--base-primary);
}
.mode-dark .dropdown-toggle {
  color: #ffffff;
  border-color: var(--base-dark4);
}
.mode-dark .dropdown-toggle .icon {
  fill: #ffffff;
}
.mode-dark .dropdown-menu {
  background: var(--base-dark);
  border-color: transparent;
}
.mode-dark .dropdown-item {
  color: #ffffff;
}
.mode-dark .dropdown-item:hover {
  background: none;
  color: rgba(255, 255, 255, 0.6);
}
.mode-dark .table-box {
  border-color: var(--base-dark4);
}
.mode-dark .table-box h3 {
  color: #ffffff;
}
.mode-dark .table-box table tr td {
  border-color: var(--base-dark4);
}
.mode-dark .table-box table tr .td-player-info .td-player-info-name {
  color: #ffffff;
}
.mode-dark .btn-transparent:hover, .mode-dark .btn-transparent.active {
  background: var(--base-primary);
  border-color: var(--base-primary);
  color: var(--base-btn-text);
}
.mode-dark .match-list-row .match-item {
  background: var(--base-dark3);
  color: #ffffff;
}
.mode-dark .match-list-row .match-item-title {
  color: #ffffff;
}
.mode-dark .match-list-row .match-item-team-name {
  color: #ffffff;
}
.mode-dark h1,
.mode-dark .h1,
.mode-dark h2,
.mode-dark .h2,
.mode-dark h3,
.mode-dark .h3,
.mode-dark h4,
.mode-dark .h4,
.mode-dark h5,
.mode-dark .h5 {
  color: #ffffff;
}
.mode-dark .news-item-name {
  color: #ffffff;
}
.mode-dark .news-item-name:hover {
  color: var(--base-primary);
}
.mode-dark .product-item-img {
  background-color: #ffffff;
}
.mode-dark .product-item-name {
  color: #ffffff;
}
.mode-dark .product-item-name:hover {
  color: var(--base-primary);
}
.mode-dark .blog-item-name {
  color: #ffffff;
}
.mode-dark .blog-item-name:hover {
  color: var(--base-primary);
}
.mode-dark .social-box-item {
  background: var(--base-dark4);
  color: #ffffff;
}
.mode-dark .social-box-item .icon {
  fill: #ffffff;
}
.mode-dark .social-box-item:hover {
  color: var(--base-btn-text);
  background: var(--base-primary);
}
.mode-dark .social-box-item:hover .icon {
  fill: var(--base-btn-text);
}
.mode-dark .footer-top-social a .icon {
  fill: var(--base-primary);
}
.mode-dark .header-main.scroll {
  background: var(--base-dark);
}
.mode-dark .text-table {
  border-color: var(--base-dark4);
}
.mode-dark .text-table table {
  color: #ffffff;
}
.mode-dark .text-table table a {
  color: #ffffff;
}
.mode-dark .text-table table tbody td {
  border-color: var(--base-dark4);
}
.mode-dark .text-section a {
  color: #ffffff;
}
.mode-dark .breadcrumb-item.active {
  color: #ffffff;
}
.mode-dark .quote-item {
  border-color: var(--base-dark4);
}
.mode-dark .vote-box {
  border-color: var(--base-dark4);
}
.mode-dark .vote-box-item-title {
  color: #ffffff;
}
.mode-dark .vote-box-item-title a {
  color: #ffffff;
}
.mode-dark .progress {
  background: var(--base-dark4);
}
.mode-dark .page-partner-item-img {
  background: #ffffff;
}
.mode-dark .contact-user-item {
  border-color: var(--base-dark4);
}
.mode-dark .stat-table .table-box table {
  color: #ffffff;
}
.mode-dark .select2-container .select2-selection__rendered {
  color: #ffffff;
}
.mode-dark .select2-container .select2-selection {
  color: #ffffff;
  border: 1px solid var(--base-dark4);
  background: var(--base-dark);
}
.mode-dark .select2-container .select2-selection__arrow {
  background: url("./../../../../images/front/skin_1/arrow_down.svg") no-repeat center;
}
.mode-dark .select2-container .select2-results {
  background: var(--base-dark);
  border: 1px solid transparent;
}
.mode-dark .select2-container .select2-results .select2-results__option {
  color: #ffffff;
}
.mode-dark .select2-container .select2-results .select2-results__option:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.mode-dark .select2-container .select2-results .select2-results__option--selected {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.mode-dark .select2-container .select2-results .select2-results__option--highlighted {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.mode-dark .product-detail-top-img-full {
  background: #ffffff;
}
.mode-dark .product-detail-top-img-item a {
  background: #ffffff;
}
.mode-dark .input-count-wrap {
  border-color: var(--base-dark4);
}
.mode-dark .input-count-wrap .input-count {
  background: var(--base-dark);
  color: #ffffff;
}
.mode-dark .input-count-wrap .input-count-btn .icon {
  fill: #ffffff;
}
.mode-dark .form-control {
  border-color: var(--base-dark4);
  color: #ffffff;
}
.mode-dark .form-control:disabled {
  background: var(--base-dark3);
}
.mode-dark .form-control:hover {
  border-color: var(--base-dark2);
}
.mode-dark .form-control:focus, .mode-dark .form-control:active {
  border-color: var(--base-dark2);
  background: transparent;
}
.mode-dark .check-styled input[type=checkbox] ~ .check-icon .icon, .mode-dark .check-styled input[type=radio] ~ .check-icon .icon, .mode-dark .radio-styled input[type=checkbox] ~ .check-icon .icon, .mode-dark .radio-styled input[type=radio] ~ .check-icon .icon {
  fill: var(--base-primary);
}
.mode-dark .check-styled input[type=checkbox] ~ label, .mode-dark .check-styled input[type=radio] ~ label, .mode-dark .radio-styled input[type=checkbox] ~ label, .mode-dark .radio-styled input[type=radio] ~ label {
  color: #ffffff;
}
.mode-dark .check-styled input[type=checkbox] ~ label:before, .mode-dark .check-styled input[type=radio] ~ label:before, .mode-dark .radio-styled input[type=checkbox] ~ label:before, .mode-dark .radio-styled input[type=radio] ~ label:before {
  border-color: var(--base-dark4);
}
.mode-dark .check-styled input[type=checkbox]:checked ~ label:before, .mode-dark .check-styled input[type=radio]:checked ~ label:before, .mode-dark .radio-styled input[type=checkbox]:checked ~ label:before, .mode-dark .radio-styled input[type=radio]:checked ~ label:before {
  background: transparent;
  border-color: var(--base-primary);
}
.mode-dark .check-styled input[type=checkbox]:checked ~ label:after, .mode-dark .check-styled input[type=radio]:checked ~ label:after, .mode-dark .radio-styled input[type=checkbox]:checked ~ label:after, .mode-dark .radio-styled input[type=radio]:checked ~ label:after {
  opacity: 1;
}
.mode-dark .cart-product-box {
  border-color: var(--base-dark4);
}
.mode-dark .cart-table tr td {
  border-bottom-color: var(--base-dark4);
}
t .mode-dark .cart-table tr .cart-item-img {
  border-color: var(--base-dark4);
}
.mode-dark .light-border-box {
  border-color: var(--base-dark4);
}
.mode-dark .cart-thanks-title-icon .icon {
  fill: #ffffff;
}
.mode-dark .two-col-match .match-item {
  border-color: var(--base-dark3);
  background: var(--base-dark3);
}
.mode-dark .two-col-match .match-item-title {
  color: #ffffff;
}
.mode-dark .two-col-match .match-item-team-name {
  color: #ffffff;
}
.mode-dark .line-match-item {
  border-color: var(--base-dark3);
  background: var(--base-dark3);
}
.mode-dark .line-match-item .match-item-team-name {
  color: #ffffff;
}
.mode-dark .btn-transparent-dark {
  background: transparent;
  border-color: var(--base-dark4);
  color: #ffffff;
}
.mode-dark .btn-transparent-dark:hover, .mode-dark .btn-transparent-dark.active {
  background: var(--base-primary);
  color: var(--base-btn-text);
  border-color: transparent;
}
.mode-dark .round-match-box {
  border-color: var(--base-dark4);
}
.mode-dark .round-match-item {
  border-color: var(--base-dark4);
}
.mode-dark .round-match-item .match-item-team-name {
  color: #ffffff;
}
.mode-dark .match-item-detail {
  border-color: var(--base-dark4);
}
.mode-dark .md-box-top {
  background: var(--base-dark3);
}
.mode-dark .md-box-item-score-box {
  border-color: var(--base-dark4);
}
.mode-dark .md-player-item {
  border-bottom-color: var(--base-dark4);
}
.mode-dark .progress.dark .progress-bar {
  background: var(--base-light);
}
.mode-dark .detail-info-table table tbody tr td {
  border-bottom-color: var(--base-dark4);
}
.mode-dark .club-stats-box table thead tr th {
  color: #ffffff;
}
.mode-dark .club-stats-box {
  border-color: var(--base-dark4);
}
.mode-dark .match-item-team-name {
  color: #ffffff;
}
.mode-dark .match-item-detail .match-item-score-list span {
  color: #ffffff;
}
.mode-dark .tag {
  border-color: var(--base-dark4);
  background: var(--base-dark3);
}
.mode-dark .team-player-detail-photo.t-shirt {
  background: var(--base-dark3);
}
.mode-dark .team-player-item-img.t-shirt {
  border-color: var(--base-dark4);
}
.mode-dark .team-player-item-name {
  color: inherit;
}
.mode-dark .md-player-item-info {
  color: inherit;
}

.swiper-pagination-bullet-active {
  background: var(--base-primary);
}

@media (min-width: 992px) {
  .mobile-swiper-row {
    width: unset !important;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .mobile-swiper-row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 991px) {
  .mobile-swiper {
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
  }
  .mobile-swiper .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
  }
  .mobile-swiper .swiper-pagination-bullet {
    width: 3.2rem;
    height: 0.4rem;
    border-radius: 0;
    margin: 0;
    display: block;
  }
  .mobile-swiper .product-item-col {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mobile-swiper .product-item-col {
    width: 90%;
  }
  .mobile-swiper .blog-item-col {
    width: 95%;
  }
  .mobile-swiper .news-item-col {
    width: 90%;
  }
  .mobile-swiper .match-item {
    width: 90%;
    flex-shrink: 0;
  }
}
.breadcrumb {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
}
.breadcrumb a {
  color: var(--base-dark2);
  text-decoration: none;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item.active {
  color: var(--base-dark);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  margin-left: 1.6rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url("./../../../../images/front/skin_1/breadcrumb.svg") no-repeat center;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 0;
  margin-right: 1.6rem;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-item {
  margin: 0.4rem;
}
.page-item-dots .page-link {
  width: auto;
  color: var(--base-primary);
}
.page-item-prev {
  margin-right: auto;
}
.page-item-next {
  margin-left: auto;
}
.page-item-prev .page-link, .page-item-next .page-link {
  width: auto;
}
.page-link {
  width: 5.6rem;
  height: 5.6rem;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--base-primary);
  color: var(--base-primary);
  font-size: 1.6rem;
}
.page-link.active, .page-link:hover {
  background: var(--base-primary);
  border-color: var(--base-primary);
  color: var(--base-btn-text);
}

@media (max-width: 767px) {
  .page-link {
    width: 2.8rem;
    height: 2.8rem;
    padding: 0 0.6rem;
    font-size: 1rem;
  }
}
.text-section p {
  margin-bottom: 3.2rem;
}
.text-section a {
  color: var(--base-dark);
}
.text-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4rem;
}
.text-section ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 5.6rem;
  margin-bottom: 0.8rem;
}
.text-section ul li:after {
  content: "";
  height: 1px;
  width: 3.2rem;
  left: 0;
  top: 1.6rem;
  background: var(--base-dark);
  display: block;
  position: absolute;
}
.text-section ul li ul {
  margin-top: 1.6rem;
}
.text-section ul li ul li {
  padding-left: 4.8rem;
  color: var(--base-dark2);
}
.text-section ul li ul li:after {
  width: 2.4rem;
  background: var(--base-dark2);
}

.full-img-section img {
  width: 100%;
}

.full-video-img {
  position: relative;
}
.full-video-img > img {
  width: 100%;
}
.full-video-img .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.img-txt-row {
  align-items: center;
  margin-bottom: 4rem;
}
.img-txt-text-content {
  max-width: 34.3rem;
}
.img-txt-text-content p {
  margin-bottom: 0;
}
.img-txt-image img {
  width: 100%;
}

@media (max-width: 991px) {
  .img-txt-row {
    margin-bottom: 0;
  }
  .img-txt-text {
    margin-bottom: 2.4rem;
  }
  .img-txt-text-content {
    max-width: 100%;
  }
  .img-txt-image {
    margin-bottom: 2.4rem;
  }
}
.grid-outer {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  margin-bottom: -2.4rem;
}

.grid-sizer,
.grid-item {
  width: 25%;
  padding: 1.2rem;
  padding-top: 0;
  padding-bottom: 2.4rem;
}
.grid-sizer img,
.grid-item img {
  width: 100%;
  border-radius: 0rem;
}

@media (max-width: 767px) {
  .grid-outer {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-bottom: -1.6rem;
  }
  .grid-item, .grid-sizer {
    width: 50%;
    padding: 0.8rem;
    padding-bottom: 1.6rem;
  }
}
.text-table {
  border: 1px solid var(--base-light);
  padding: 2.4rem 3.2rem;
}
.text-table table {
  width: 100%;
  font-size: 1.6rem;
  color: var(--base-dark);
}
.text-table table a {
  color: var(--base-dark);
}
.text-table table thead th {
  font-weight: 600;
  height: 4.8rem;
  padding: 0.8rem 1.6rem;
  border: none;
}
.text-table table tbody td {
  height: 4.8rem;
  padding: 0.8rem 1.6rem;
  border-bottom: 1px solid var(--base-light);
}
.text-table table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 767px) {
  .text-table {
    padding: 1.6rem;
  }
  .text-table table {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.quote-item {
  display: flex;
  border-top: 1px solid var(--base-light);
  border-bottom: 1px solid var(--base-light);
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  margin-bottom: 3.2rem;
}
.quote-item-icon {
  font-size: 12.8rem;
  font-weight: 600;
  line-height: 1;
  width: 6.6rem;
  height: 7rem;
  flex-shrink: 0;
}
.quote-item-text {
  padding-left: 5.6rem;
}
.quote-item-text p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .quote-item {
    margin-bottom: 2.4rem;
  }
  .quote-item-icon {
    font-size: 8rem;
    width: 5rem;
    height: 5rem;
  }
  .quote-item-text {
    padding-left: 1.6rem;
  }
}
.contact-line-box {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
}
.contact-line-box table tbody td p {
  margin-bottom: 0;
}
.contact-line-box table tbody td:last-child {
  text-align: right;
}
.contact-user-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--base-light);
  padding: 2.4rem;
}
.contact-user-item-img {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.contact-user-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-user-item-name {
  font-size: 1.8rem;
  font-weight: 600;
}
.contact-user-item-pos {
  font-size: 1.4rem;
  color: var(--base-dark2);
  margin-bottom: 2.4rem;
}
.contact-user-item p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.contact-user-item p a {
  text-decoration: none;
}
.contact-user-item p a:hover {
  text-decoration: underline;
}

.social-box-section .social-box {
  flex-direction: row;
  flex-wrap: wrap;
}
.social-box-section .social-box-item {
  width: 100%;
}

.stat-list-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.stat-list-filter .dropdown {
  margin-right: 2.4rem;
  margin-bottom: 2.4rem;
}
.stat-list-filter .custom-select-wrap {
  margin-bottom: 2.4rem;
  margin-right: 2.4rem;
}

@media (max-width: 767px) {
  .stat-list-filter .dropdown {
    width: 100%;
    margin-right: 0;
  }
  .stat-list-filter .dropdown-toggle {
    width: 100%;
  }
  .stat-list-filter .custom-select-wrap {
    width: 100%;
    margin-right: 0;
  }
  .stat-list-filter .custom-select-wrap .select2-container {
    width: 100% !important;
  }
}
.stat-table .table-box table {
  margin-bottom: 0;
  color: var(--base-dark);
}
.stat-table .table-box table thead th {
  border: none;
  padding: 0.8rem;
}

/* stats */
.stat-list-filter {
  margin-bottom: 2.4rem;
}

.stat-list-filter > span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 2.4rem;
}

.stat-list-filter > .dropdown {
  margin-bottom: 0;
}

.stat-table table .td-counter {
  width: 0;
}

.stat-table table .td-img {
  width: 0;
}

.stat-table table .td-img img {
  max-height: 32px;
}

.stat-table table .td-fit, .club-stats-box table .td-fit {
  width: 40px;
}

.product-detail-top {
  margin-bottom: 3.2rem;
}
.product-detail-top h1 {
  margin-bottom: 4rem;
}
.product-detail-top-img-full {
  width: 100%;
  border: 1px solid var(--base-light);
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.2rem;
}
.product-detail-top-img-full img {
  max-width: 100%;
}
.product-detail-top-img-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.product-detail-top-img-item {
  width: 25%;
  padding: 1.2rem;
}
.product-detail-top-img-item a {
  padding: 0.8rem;
  border: 1px solid var(--base-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-top-img-item a img {
  max-width: 100%;
}
.product-detail-top-content {
  padding-left: 1.6rem;
}
.product-detail-avail {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.product-detail-avail span {
  font-size: 1.4rem;
}
.product-detail-avail span.value {
  font-size: 1.8rem;
  font-weight: 600;
}
.product-detail-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.product-detail-price span {
  font-size: 1.4rem;
}
.product-detail-price span.value {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--base-primary);
}
.product-detail-variant {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.product-detail-variant > span {
  font-size: 1.4rem;
}
.product-detail-variant .select2-container {
  width: 100% !important;
}
.product-detail-buy-row {
  display: flex;
}
.product-detail-buy-row .product-detail-count {
  margin-right: 0.8rem;
}
.product-detail-buy-row .btn {
  flex-grow: 1;
}
.product-detail-content {
  max-width: 83rem;
}
.product-detail-content p {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .product-detail-top-content {
    padding-left: 0;
  }
}
.cart-product-box {
  padding: 2.4rem 3.2rem;
  border: 1px solid var(--base-light);
}
.cart-table {
  width: 100%;
}
.cart-table tr td {
  height: 10.4rem;
  border-bottom: 1px solid var(--base-light);
  padding: 0.8rem;
}
.cart-table tr .cart-item-img {
  border: 1px solid var(--base-light);
  width: 7.2rem;
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}
.cart-table tr .cart-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.cart-table tr .cart-item-img-td {
  padding-left: 1.6rem;
}
.cart-table tr .cart-item-text {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
}
.cart-table tr .cart-item-name {
  font-weight: 600;
  text-decoration: none;
}
.cart-table tr .cart-item-variant {
  font-weight: 400;
}
.cart-table tr .cart-item-avail {
  font-size: 1.6rem;
  color: var(--base-dark2);
}
.cart-table tr .cart-item-ks-price {
  font-size: 1.6rem;
  color: var(--base-dark2);
}
.cart-table tr .cart-item-price {
  font-size: 1.6rem;
  font-weight: 600;
}
.cart-table tr .cart-item-del {
  padding: 0.8rem;
}
.cart-table tr .cart-item-del-td {
  width: 4.8rem;
}

.voucher-box {
  margin-top: 2.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2.4rem;
}
.voucher-box span {
  font-size: 1.6rem;
  margin-right: 2.4rem;
}
.voucher-box-input {
  display: flex;
}
.voucher-box-input .form-control {
  width: 22rem;
  margin-right: 0.8rem;
}

.cart-box-price {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.cart-box-price-title {
  font-size: 1.6rem;
}
.cart-box-price-value {
  width: 15rem;
  font-weight: 600;
  font-size: 1.6rem;
}
.cart-box-price-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cart-box-price-item.big .cart-box-price-value {
  color: var(--base-primary);
  font-size: 2.4rem;
}

.cart-form-box h2, .cart-form-box .h2 {
  margin-bottom: 3.2rem;
}
.cart-form-box-small {
  max-width: 46.4rem;
}
.cart-form-box-bigger {
  max-width: 70.8rem;
}

.light-border-box {
  border: 1px solid var(--base-light);
  padding: 1.6rem;
  margin-bottom: 1.6rem;
}
.light-border-box .check-styled, .light-border-box .radio-styled {
  margin-bottom: 0;
}

@media (max-width: 1463px) {
  .cart-table tr td {
    font-size: 1.4rem;
  }
  .cart-table tr .cart-item-img {
    width: 5.6rem;
    height: 5.6rem;
    padding: 0.4rem;
  }
  .cart-table tr .cart-item-img-td {
    padding-left: 0.8rem;
  }
  .cart-table tr .cart-item-price {
    font-size: 1.4rem;
  }
  .cart-table tr .cart-item-avail {
    font-size: 1.4rem;
  }
  .cart-table tr .cart-item-ks-price {
    font-size: 1.4rem;
  }
  .cart-table tr .cart-item-count-td .input-count-wrap {
    width: 8rem;
  }
  .cart-table tr .cart-item-count-td .input-count-btn {
    width: 1.6rem;
    left: 1rem;
  }
  .cart-table tr .cart-item-count-td .input-count-btn-plus {
    left: unset;
    right: 1rem;
  }
}
@media (max-width: 1199px) {
  .cart-product-box {
    padding: 0;
    border: none;
  }
  .cart-table {
    display: flex;
    flex-direction: column;
    border: none;
  }
  .cart-table tbody {
    display: flex;
    flex-direction: column;
  }
  .cart-table tr {
    display: flex;
    padding: 0.8rem;
    flex-wrap: wrap;
    border: 1px solid var(--base-light);
    margin-top: -1px;
    position: relative;
  }
  .cart-table tr td {
    height: auto;
    border: none;
    box-sizing: border-box;
  }
  .cart-table tr .cart-item-img {
    width: 100%;
    height: 100%;
  }
  .cart-table tr .cart-item-img-td {
    width: 5.6rem;
    height: 5.6rem;
    padding: 0;
  }
  .cart-table tr .cart-item-text-td {
    width: calc(100% - 5.6rem);
    padding-left: 1.6rem;
  }
  .cart-table tr .cart-item-del-td {
    position: absolute;
    padding: 0;
    top: 0.4rem;
    right: 0.4rem;
    width: 3.2rem;
  }
  .cart-table tr .cart-item-avail-td {
    width: 50%;
    padding-bottom: 0;
    padding-left: 0;
  }
  .cart-table tr .cart-item-ks-price-td {
    width: 50%;
    text-align: right;
    padding-bottom: 0;
  }
  .cart-table tr .cart-item-count-td {
    width: 50%;
    padding-left: 0;
  }
  .cart-table tr .cart-item-price-td {
    width: 50%;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .cart-box-price-title {
    font-size: 1.4rem;
  }
  .cart-box-price-value {
    width: 12rem;
  }
  .cart-box-price-item.big .cart-box-price-value {
    font-size: 2rem;
  }
  .voucher-box {
    flex-direction: column;
  }
  .voucher-box-form {
    width: 100%;
  }
  .voucher-box-input {
    width: 100%;
  }
  .voucher-box-input .form-control {
    width: unset;
    flex-grow: 1;
  }
}
.cart-thanks-title {
  display: flex;
  align-items: center;
}
.cart-thanks-title h2 {
  margin-bottom: 0;
}
.cart-thanks-title-icon {
  margin-right: 2.4rem;
}
.cart-thanks-title-icon .icon {
  fill: var(--base-dark);
}

.filter-line {
  display: flex;
  flex-wrap: wrap;
}

.select-filter {
  display: flex;
  align-items: center;
}
.select-filter > span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 2.4rem;
}
.select-filter .dropdown-toggle {
  min-width: 22rem;
}

.btn-filter {
  display: flex;
  align-items: center;
}
.btn-filter span {
  margin-right: 1.6rem;
  font-weight: 600;
  font-size: 1.6rem;
}
.btn-filter-list {
  display: flex;
  flex-wrap: wrap;
}
.btn-filter-list .btn {
  margin: 0.4rem;
  padding: 0.9rem 2.4rem;
  font-size: 1.4rem;
  min-height: 4rem;
  display: inline-flex;
  align-items: center;
}

.radio-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: -2.4rem;
}
.radio-filter .radio-styled {
  width: auto;
  display: inline-flex;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  margin-right: 2.4rem;
}
.radio-filter .radio-styled input[type=radio] ~ label {
  font-size: 1.4rem;
}

@media (max-width: 1463px) {
  .btn-filter-list .btn {
    padding: 0.6rem 1.2rem;
  }
  .radio-filter .radio-styled input[type=radio] ~ label {
    padding-left: 3.2rem;
  }
}
@media (max-width: 1263px) {
  .filter-line {
    flex-direction: column;
  }
  .btn-filter-list .btn {
    padding: 0.6rem 1.2rem;
  }
  .radio-filter {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.line-match-list {
  display: flex;
  flex-direction: column;
}
.line-match-item {
  display: flex;
  border: 1px solid var(--base-light);
  padding: 1.6rem 2.4rem;
  margin-bottom: 1.6rem;
  color: inherit;
  text-decoration: none;
}
.line-match-item:last-child {
  margin-bottom: 0;
}
.line-match-item-title {
  font-size: 1.4rem;
  font-weight: 500;
}
.line-match-item-subtitle {
  font-size: 1.4rem;
  color: var(--base-primary);
}
.line-match-item-info-col {
  width: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.line-match-item-text-col {
  width: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--base-dark2);
  font-size: 1.4rem;
  text-align: center;
}
.line-match-item-team-list-col {
  width: calc(100% - 25rem - 25rem);
  display: flex;
  justify-content: space-between;
}
.line-match-item-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 4.1rem);
  padding: 0 1.2rem;
  text-align: center;
  line-height: 1.25;
}
.line-match-item-score {
  font-size: 3.2rem;
  color: var(--base-primary);
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.2rem;
  flex-direction: column;
}
.line-match-item-score small {
  font-size: 1.4rem;
}

@media (max-width: 1463px) {
  .line-match-item {
    padding: 1.6rem;
  }
}
@media (max-width: 1263px) {
  .line-match-item-info-col, .line-match-item-text-col {
    width: 20rem;
  }
  .line-match-item-team-list-col {
    width: calc(100% - 20rem - 20rem);
  }
}
@media (max-width: 1129px) {
  .line-match-item-info-col, .line-match-item-text-col {
    width: 15rem;
  }
  .line-match-item-text-col {
    font-size: 1.2rem;
  }
  .line-match-item-team-list-col {
    width: calc(100% - 15rem - 15rem);
  }
}
@media (max-width: 767px) {
  .line-match-item {
    flex-direction: column;
  }
  .line-match-item-info-col, .line-match-item-text-col {
    width: 100%;
  }
  .line-match-item-text-col {
    font-size: 1.2rem;
  }
  .line-match-item-team-list-col {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.md-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.md-box-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 3.2rem;
  align-items: center;
  background: #F8F8F8;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 1.6rem;
  margin-bottom: 2.4rem;
}
.md-box-list {
  display: flex;
  flex-direction: column;
}
.md-box-item {
  display: flex;
  min-height: 3.2rem;
  align-items: center;
  padding: 0.8rem 0.8rem;
}
.md-box-item-num {
  font-size: 1.6rem;
  margin: 0 0.8rem;
  min-width: 4.8rem;
}
.md-box-item-info {
  display: flex;
  align-items: center;
}
.md-box-item-score-box {
  border: 1px solid var(--base-light);
  padding: 0.3rem 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0.8rem;
  display: inline-flex;
}
.md-box-item-score-box.red {
  color: #FB3838;
}
.md-box-item-player-text {
  font-size: 1.4rem;
  margin: 0 0.8rem;
  display: flex;
  align-items: center;
}
.md-box-item-player-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0.8rem;
  display: flex;
  align-items: center;
}
.md-box-item-player-icon {
  margin: 0 0.8rem;
  display: flex;
  align-items: center;
}
.md-box-item.right {
  margin-left: auto;
}
.md-box-item.right .md-box-item-num {
  text-align: right;
}
.md-box-item-player-icon-list {
  display: flex;
}

.md-player-list {
  display: flex;
  flex-direction: column;
}
.md-player-item {
  display: flex;
  width: 100%;
  padding: 1.2rem 0.8rem;
  border-bottom: 1px solid var(--base-light);
}
.md-player-item:last-child {
  border-bottom: none;
}
.md-player-item-left {
  display: flex;
  width: 50%;
  padding-right: 1.2rem;
}
.md-player-item-num {
  width: 3.2rem;
  margin: 0 0.8rem;
  font-size: 1.6rem;
  padding-top: 0.6rem;
  flex-shrink: 0;
}
.md-player-item-info {
  display: flex;
  flex-direction: column;
}
.md-player-item-info-top {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.md-player-item-info-top:last-child {
  margin-bottom: 0;
}
.md-player-item-info .md-box-item-player-icon {
  width: 1.2rem;
}
.md-player-item-info .md-box-item-player-icon img {
  max-width: 100%;
}
.md-player-item-info .md-box-item-player-icon + .md-box-item-player-icon {
  margin-left: 0;
}
.md-player-item-img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0.8rem;
  flex-shrink: 0;
}
.md-player-item-img .circle-img {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
}
.md-player-item-img .circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.md-player-item-img .circle-img.no-img {
  background: var(--base-primary);
  color: var(--base-btn-text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.md-player-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.md-player-item-player-name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
.md-player-item-player-name span {
  display: block;
  font-weight: 400;
}
.md-player-item-score {
  display: flex;
  flex-wrap: wrap;
}
.md-player-item-score .md-box-item-score-box {
  font-size: 1.2rem;
  margin: 0.2rem;
  padding: 0.4rem 0;
}
.md-player-item-score .md-box-item-score-box span {
  margin: 0 0.4rem;
}
.md-player-item-score .md-box-item-score-box span:first-child {
  font-weight: 400;
}
.md-player-item-info-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
.md-player-item-info-text-ico {
  display: flex;
  align-items: center;
  margin-right: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
}
.md-player-item-info-text-ico img {
  max-width: 100%;
  max-height: 100%;
}
.md-player-item-right {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  text-align: right;
  padding-left: 1.2rem;
}
.md-player-item-right .md-player-item-info-top {
  justify-content: flex-end;
}
.md-player-item-right .md-player-item-score {
  justify-content: flex-end;
}
.md-player-item-right .md-player-item-info-text {
  justify-content: flex-end;
}

.detail-info-table table {
  width: 100%;
}
.detail-info-table table tbody tr td {
  height: 4.8rem;
  padding: 0.8rem 1.6rem;
  border-bottom: 1px solid var(--base-light);
  font-size: 1.6rem;
}
.detail-info-table table tbody tr td:last-child {
  text-align: right;
}

.match-detail-stats {
  display: flex;
  flex-direction: column;
}
.match-detail-stats-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.match-detail-stats-line-top {
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  min-height: 3.2rem;
  align-items: center;
}
.match-detail-stats-line-top-left {
  width: 10rem;
}
.match-detail-stats-line-top-title {
  width: calc(100% - 10rem - 10rem);
  text-align: center;
}
.match-detail-stats-line-top-right {
  width: 10rem;
  text-align: right;
}
.match-detail-stats-line-main {
  display: flex;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.match-detail-stats-line-main-left, .match-detail-stats-line-main-right {
  width: 50%;
  padding: 0 0.4rem;
}
.match-detail-stats-line-main-left {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .md-box-top {
    margin-bottom: 1.2rem;
  }
  .match-item-detail .match-item-team {
    width: calc(50% - 7.5rem);
    padding: 0 1.2rem;
  }
  .match-item-detail .match-item-team-img {
    width: 4.8rem;
    height: 4.8rem;
  }
  .match-item-detail .match-item-score {
    width: 15rem;
  }
  .match-item-detail .match-item-score-main {
    font-size: 2.4rem;
  }
  .match-item-detail .match-item-score-list span {
    font-size: 1.2rem;
  }
  .md-box-top {
    font-size: 1.2rem;
  }
  .md-box-item {
    padding: 0.4rem;
  }
  .md-box-item-num {
    min-width: 3.2rem;
    font-size: 1.2rem;
  }
  .md-box-item-score-box {
    font-size: 1.2rem;
    padding: 0rem 0.4rem;
    margin: 0 0.4rem;
  }
  .md-box-item-player-name {
    font-size: 1.2rem;
    margin: 0 0.4rem;
  }
  .md-box-item-player-text {
    margin: 0 0.4rem;
    font-size: 1.2rem;
  }
  .md-box-item-player-icon {
    margin: 0 0.4rem;
    width: 1.2rem;
  }
  .md-box-item-player-icon img {
    max-width: 100%;
  }
  .md-player-item {
    padding: 0.8rem 0.4rem;
  }
  .md-player-item-num {
    margin: 0 0.4rem;
    padding-top: 0;
    font-size: 1.2rem;
    width: 2.4rem;
  }
  .md-player-item-img {
    margin: 0 0.4rem;
    width: 3.2rem;
    height: 3.2rem;
    order: 1;
  }
  .md-player-item-img .circle-img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .md-player-item-player-name {
    order: 2;
  }
  .md-player-item-score .md-box-item-score-box {
    font-size: 1rem;
    padding: 0.2rem 0;
  }
  .md-player-item-info-text {
    font-size: 1.2rem;
  }
  .md-player-item-info-text-ico {
    width: 1rem;
    height: 1rem;
  }
  .md-player-item .md-box-item-player-icon-list {
    margin-top: 0.4rem;
    order: 3;
  }
  .match-detail-stats-line-top {
    font-size: 1.4rem;
  }
  .detail-info-table table tbody tr td {
    font-size: 1.4rem;
    height: 4rem;
  }
}
@media (max-width: 575px) {
  .md-player-item-info-top {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .md-player-item-info-top .md-box-item-player-icon {
    order: 3;
  }
  .md-player-item-player-name {
    font-size: 1.2rem;
    order: 2;
    margin-top: 0.8rem;
  }
  .md-player-item-right .md-player-item-info-top {
    align-items: flex-end;
  }
}
.md-box-item-player-icon img {
  max-height: 24px;
}

.md-player-item-right {
  margin-left: auto;
}

.tab-content {
  margin-top: 3.2rem;
}

.nav-tabs {
  border: none;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.nav-tabs .btn {
  margin: 0.4rem;
}

@media (max-width: 767px) {
  .nav-tabs .btn {
    padding: 1rem 1.6rem;
  }
}
.team-player-list-row {
  margin-bottom: 0.8rem;
}
.team-player-item {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.team-player-item-col {
  display: flex;
}
.team-player-item-img {
  width: 100%;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.team-player-item-img img {
  width: 100%;
}
.team-player-item-img.t-shirt {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  position: relative;
  border: 1px solid var(--base-light);
}
.team-player-item-img.t-shirt .icon {
  fill: var(--base-primary);
  width: 100%;
}
.team-player-item-img.t-shirt .t-shirt-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-btn-text);
  font-size: 6.4rem;
  font-weight: 600;
  color: transparent;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
@media (max-width: 1463px) {
  .team-player-item-img.t-shirt .t-shirt-number {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .team-player-item-img.t-shirt {
    padding: 1rem;
  }
}
.team-player-item-num {
  font-size: 3.2rem;
  color: var(--base-primary);
  font-weight: 600;
  line-height: 1;
  margin-top: auto;
}
.team-player-item-num + .team-player-item-name {
  margin-top: 0;
}
.team-player-item-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-flex;
  line-height: 1.25;
  margin-top: auto;
}
.team-player-item-name:hover {
  color: var(--base-primary);
}
.team-player-item-pos {
  font-size: 1.4rem;
  color: var(--base-dark2);
}

@media (max-width: 767px) {
  .team-player-item-img {
    margin-bottom: 0.8rem;
  }
  .team-player-item-num {
    font-size: 2rem;
  }
  .team-player-item-name {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
}
.team-player-detail-top {
  position: relative;
}
.team-player-detail-bg {
  width: 100%;
  position: relative;
  height: 48rem;
  background: var(--base-primary);
}
.team-player-detail-bg.no-img:after {
  display: none;
}
.team-player-detail-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-player-detail-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(24deg, rgba(0, 0, 0, 0.8) 19.35%, rgba(0, 0, 0, 0) 75.57%);
}
.team-player-detail-content {
  position: absolute;
  left: 4rem;
  bottom: 0rem;
  display: flex;
  align-items: flex-end;
}
.team-player-detail-photo {
  box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.15);
  margin-right: 4rem;
  width: 30.4rem;
  margin-bottom: -4rem;
}
.team-player-detail-photo img {
  width: 100%;
}
.team-player-detail-photo.t-shirt {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  position: relative;
}
.team-player-detail-photo.t-shirt .icon {
  fill: var(--base-primary);
}
.team-player-detail-photo.t-shirt .t-shirt-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-btn-text);
  font-size: 6.4rem;
  font-weight: 600;
  color: transparent;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
@media (max-width: 1463px) {
  .team-player-detail-photo.t-shirt .t-shirt-number {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .team-player-detail-photo.t-shirt {
    padding: 1rem;
  }
  .team-player-detail-photo.t-shirt .t-shirt-number {
    font-size: 2.4rem;
  }
}
.team-player-detail-text {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.2rem;
}
.team-player-detail-num {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-btn-text);
  font-size: 6.4rem;
  font-weight: 600;
  color: transparent;
  line-height: 1.25;
}
.team-player-detail-name {
  display: flex;
  flex-direction: column;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  color: var(--base-btn-text);
}
.team-player-detail-pos {
  font-size: 1.8rem;
  color: var(--base-btn-text);
}

.team-player-top-info {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  max-width: 58.4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.team-player-top-info-col {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}
.team-player-top-info-col span:nth-child(1) {
  font-size: 1.4rem;
}
.team-player-top-info-col span:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 600;
}

.club-stats-box {
  padding: 2.4rem 3.2rem;
  border: 1px solid var(--base-light);
}
.club-stats-box .table-box {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.club-stats-box table thead tr th {
  font-size: 1.6rem;
  color: var(--base-dark);
  font-weight: 600;
  border: none;
}
.club-stats-box table tbody tr td a {
  font-weight: 600;
  text-decoration: underline;
}
.club-stats-box-bottom {
  font-size: 1.4rem;
  color: var(--base-dark2);
}
.club-stats-box-bottom-col {
  margin-bottom: 0.8rem;
}

@media (max-width: 1463px) {
  .team-player-detail-bg {
    height: 40rem;
  }
  .team-player-detail-photo {
    width: 25rem;
  }
  .team-player-detail-num {
    font-size: 4.8rem;
  }
  .team-player-detail-name {
    font-size: 4rem;
  }
  .team-player-detail-pos {
    font-size: 1.4rem;
  }
  .team-player-top-info {
    max-width: 50rem;
  }
}
@media (max-width: 1263px) {
  .team-player-detail-bg {
    height: 35rem;
  }
  .team-player-detail-photo {
    width: 25rem;
  }
  .team-player-detail-num {
    font-size: 4.8rem;
  }
  .team-player-detail-name {
    font-size: 4rem;
  }
  .team-player-detail-pos {
    font-size: 1.4rem;
  }
  .team-player-top-info {
    max-width: 100%;
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .team-player-detail-bg {
    height: 30rem;
  }
  .team-player-detail-text {
    padding-bottom: 0;
  }
  .team-player-detail-content {
    bottom: 2rem;
    left: 2rem;
  }
  .team-player-detail-photo {
    margin-right: 2rem;
    width: 15rem;
  }
  .team-player-detail-num {
    font-size: 3.2rem;
  }
  .team-player-detail-name {
    font-size: 2.4rem;
  }
  .team-player-detail-pos {
    font-size: 1.2rem;
  }
  .club-stats-box {
    border: none;
    padding: 0;
  }
  .club-stats-box table thead tr th {
    font-size: 1.2rem;
  }
  .club-stats-box-bottom {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .team-player-detail-bg {
    height: 25rem;
  }
  .team-player-detail-photo {
    width: 10rem;
    margin-bottom: 0;
  }
  .team-player-detail-num {
    font-size: 2rem;
  }
  .team-player-detail-name {
    font-size: 1.8rem;
  }
  .team-player-detail-pos {
    font-size: 1.2rem;
  }
  .team-player-top-info {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .team-player-top-info-col {
    width: 100%;
    margin-bottom: 0.8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.hp-top-zenit .btn-transparent {
  background: #ffffff;
  border: 1px solid var(--base-light);
  color: var(--base-dark);
}
.hp-top-zenit .btn-transparent:hover, .hp-top-zenit .btn-transparent.active {
  background: var(--base-dark);
  color: #ffffff;
  border-color: var(--base-dark);
}
.hp-top-zenit .match-list-top h3 {
  color: var(--base-dark);
}

.header-zenit {
  border-bottom: 1px solid var(--base-light);
  width: 100%;
}
.header-zenit .header-menu-toggle {
  top: 1.4rem;
}
.header-zenit-logo {
  width: 32rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--base-light);
}
.header-zenit-logo .header-main-logo-img {
  flex-shrink: 0;
  width: 9.6rem;
}
.header-zenit-logo .header-main-logo-text {
  padding: 0.8rem 1.6rem;
  line-height: 1.25;
}
.header-zenit-logo .header-main-logo-text span.big {
  font-size: 2rem;
}
.header-zenit-right {
  width: calc(100% - 32rem);
  padding-left: 2.4rem;
}
.header-zenit-inner {
  display: flex;
  align-items: stretch;
}
.header-zenit .header-top {
  background: transparent;
  color: var(--base-dark2);
}
.header-zenit .header-top a {
  color: var(--base-dark2);
}
.header-zenit .header-top a.active {
  color: var(--base-dark);
}
.header-zenit .header-top-inner {
  width: 100%;
}
.header-zenit .header-top-social {
  margin-right: 2.4rem;
}
.header-zenit .header-top-social a .icon {
  fill: var(--base-dark);
}
.header-zenit .header-menu {
  box-shadow: none;
  background: none;
}
.header-zenit .header-menu-inner {
  width: 100%;
}
.header-zenit .header-menu-inner > ul {
  min-height: 6.4rem;
}
.header-zenit .header-menu-inner > ul > li.has-subnav > a .icon {
  fill: var(--base-dark);
  top: 2.6rem;
}
.header-zenit .header-menu-inner > ul > li > a {
  color: var(--base-dark);
}
.header-zenit .header-menu-inner > ul > li > a .icon {
  fill: var(--base-dark);
}
.header-zenit .header-menu-inner > ul > li > a:after {
  width: 0;
  height: 2px;
  background: var(--base-primary);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.header-zenit .header-menu-inner > ul > li > a.active:after, .header-zenit .header-menu-inner > ul > li > a:hover:after {
  width: 100%;
}
.header-zenit .header-menu-cart {
  color: var(--base-dark);
  height: 6.4rem;
}
.header-zenit .header-menu-cart-num {
  background: var(--base-primary);
  color: var(--base-btn-text);
}
.header-zenit .header-menu-cart .icon {
  fill: var(--base-dark);
}
.header-zenit .header-menu-cart a {
  color: var(--base-dark);
}

@media (max-width: 1799px) {
  .header-zenit-logo {
    width: 28rem;
    padding: 0 1.6rem;
  }
  .header-zenit-logo .header-main-logo-text span {
    font-size: 1.2rem;
  }
  .header-zenit-logo .header-main-logo-text span.big {
    font-size: 1.6rem;
  }
  .header-zenit .header-menu-inner > ul > li > a {
    font-size: 1.6rem;
    padding: 0 1.6rem;
  }
  .header-zenit .header-menu ul li.has-subnav > a {
    padding-right: 4.8rem;
  }
  .header-zenit-right {
    width: calc(100% - 28rem);
  }
}
@media (max-width: 1599px) {
  .header-zenit-logo {
    width: 22rem;
    padding: 0 0.8rem;
  }
  .header-zenit-logo .header-main-logo-img {
    width: 6.4rem;
  }
  .header-zenit-logo .header-main-logo-text span {
    font-size: 1.2rem;
  }
  .header-zenit-logo .header-main-logo-text span.big {
    font-size: 1.6rem;
  }
  .header-zenit .header-menu-inner > ul > li > a {
    font-size: 1.4rem;
    padding: 0 1.6rem;
  }
  .header-zenit .header-menu ul li.has-subnav > a {
    padding-right: 4rem;
  }
  .header-zenit-right {
    width: calc(100% - 22rem);
    padding-left: 1.6rem;
  }
}
@media (max-width: 1399px) {
  .header-zenit-logo {
    width: 18rem;
    padding: 0 0.8rem;
  }
  .header-zenit-logo .header-main-logo-img {
    width: 5.6rem;
  }
  .header-zenit-logo .header-main-logo-text {
    padding-left: 0.8rem;
  }
  .header-zenit-logo .header-main-logo-text span {
    font-size: 1rem;
  }
  .header-zenit-logo .header-main-logo-text span.big {
    font-size: 1.2rem;
  }
  .header-zenit .header-menu-inner > ul > li > a {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
  .header-zenit .header-menu ul li.has-subnav > a {
    padding-right: 3.8rem;
  }
  .header-zenit-right {
    width: calc(100% - 22rem);
    padding-left: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .header-zenit {
    border: none;
  }
  .header-zenit-logo {
    border: none;
  }
}
.mode-dark .header-zenit {
  border-color: var(--base-dark4);
}
.mode-dark .header-zenit .header-top a .icon {
  fill: #ffffff;
}
.mode-dark .header-zenit .header-top a.active {
  color: #ffffff;
}
.mode-dark .header-zenit-logo {
  border-color: var(--base-dark4);
}
.mode-dark .header-zenit .header-menu-inner > ul > li > a {
  color: #ffffff;
}
.mode-dark .header-zenit .header-menu-inner > ul > li > a.active, .mode-dark .header-zenit .header-menu-inner > ul > li > a:hover {
  background: transparent;
}
.mode-dark .header-zenit .header-menu-inner > ul > li.has-subnav > a .icon {
  fill: #ffffff;
}
.mode-dark .header-zenit .header-menu-inner > ul > li > a .icon {
  fill: #ffffff;
}
.mode-dark .header-zenit .header-menu-cart {
  color: #ffffff;
}
.mode-dark .header-zenit .header-menu-cart > a {
  color: #ffffff;
}
.mode-dark .header-zenit .header-menu-cart .icon {
  fill: #ffffff;
}
.mode-dark .hp-top-zenit .match-list-top h3 {
  color: #ffffff;
}
.mode-dark .hp-top-zenit .btn-transparent {
  background: transparent;
  border-color: var(--base-dark4);
  color: #ffffff;
}
.mode-dark .hp-top-zenit .btn-transparent:hover, .mode-dark .hp-top-zenit .btn-transparent.active {
  background: var(--base-primary);
  color: var(--base-btn-text);
  border-color: transparent;
}

.carousel-indicators {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}
.carousel-indicators .carousel-indicator-item {
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  flex: 1 1 0px;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-indent: 0;
  opacity: 1;
  display: flex;
  flex-direction: column;
  text-indent: 0;
  color: #ffffff;
  text-align: left;
  padding: 1.6rem;
  height: 13.6rem;
  justify-content: center;
  position: relative;
}
.carousel-indicators .carousel-indicator-item.active:after {
  height: 0.4rem;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  background: var(--base-primary);
}
.carousel-indicators .carousel-indicator-item-date {
  color: var(--base-primary);
  font-size: 1.4rem;
  font-weight: 600;
}
.carousel-indicators .carousel-indicator-item-name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25;
}
.carousel-item-img {
  position: relative;
  width: 100%;
}
.carousel-item-img img {
  width: 100%;
  height: auto;
}
.carousel-item-img:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(24deg, rgba(0, 0, 0, 0.8) 19.35%, rgba(0, 0, 0, 0) 75.57%);
  position: absolute;
}
.carousel-caption {
  position: absolute;
  bottom: 18.4rem;
  left: 4rem;
  max-width: 100%;
  width: 78.4rem;
  text-align: left;
  color: #ffffff;
}
.carousel-caption p {
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .carousel-indicators .carousel-indicator-item-name {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .carousel-indicators {
    bottom: 0rem;
    z-index: 100;
  }
  .carousel-indicators .carousel-indicator-item {
    border: none;
    background: var(--base-dark2);
    height: 0.4rem;
    padding: 0;
    margin: 0.2rem;
  }
  .carousel-indicators .carousel-indicator-item-name {
    display: none;
  }
  .carousel-indicators .carousel-indicator-item-date {
    display: none;
  }
  .carousel-item-img {
    height: 25rem;
  }
  .carousel-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .carousel-caption {
    padding: 1.6rem;
    left: 0;
    bottom: 0;
  }
}
/* alertify */
.alertify {
  border-radius: 0;
  border: none;
}

.alertify-cover {
  background-color: #000;
  opacity: 0.5 !important;
  -ms-filter: alpha(Opacity=50) !important;
  filter: alpha(opacity=50) !important;
}

.alertify-logs {
  width: 100%;
  top: auto;
  bottom: 0;
  right: 0;
}

.alertify-log {
  text-align: center;
  right: 0;
  opacity: 1;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.alertify-log-show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.alertify-log-hide {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

@media (max-width: 767px) {
  .alertify-logs {
    top: 0;
    bottom: auto;
  }
  .alertify-log {
    margin-top: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .alertify-log-show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .alertify-log-hide {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .alertify-log {
    line-height: 22px;
    padding: 10px 15px;
  }
}
/* end alertify */
/* cookies */
.video-container {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 1.5em 0;
}

.video-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #eeeeee;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookieconsent-hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */
