@charset "UTF-8";

@font-face {
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Onest-Regular.woff") format("woff"), url("/fonts/Onest-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Onest-Medium.woff") format("woff"), url("/fonts/Onest-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Onest";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Onest-SemiBold.woff") format("woff"), url("/fonts/Onest-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Onest-Bold.woff") format("woff"), url("/fonts/Onest-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Onest";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Onest-ExtraBold.woff") format("woff"), url("/fonts/Onest-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Onest";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Onest-Black.woff") format("woff"), url("/fonts/Onest-Black.woff2") format("woff2");
}

*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.005);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

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

svg {
  display: block;
  fill: currentColor;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]),
[x-cloak] {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

[x-cloak] {
  display: none !important;
}

.icon {
  letter-spacing: 0 !important;
}

.footer {
  padding: var(--py) var(--px);
  background: var(--c-gray-9);
  display: flex;
  flex-direction: column;
  gap: var(--py);
  z-index: 1;
  position: relative;
}

.fmenu {
  display: flex;
  flex-wrap: wrap;
  gap: var(--py) 40px;
  width: 100%;
  max-width: 1200px;
}

.fmenu__block {
  flex: 1;
}

.fmenu__title {
  white-space: nowrap;
  color: var(--c-gray-6);
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}

.fmenu__nav {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.fmenu__item {
  letter-spacing: 0.3px;
  font-size: 13px;
  color: var(--c-gray-4);
  white-space: nowrap;
  transition: var(--transition);
}

.fmenu__item:hover {
  color: var(--c-brand);
}

.finfo {
  font-size: 13px;
  color: var(--c-gray-6);
  line-height: 22px;
  letter-spacing: 0.3px;
}

.btn {
  --btn-text: var(--c-white);
  --btn-bg: var(--c-brand);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 40px;
  background: var(--btn-bg);
  color: var(--btn-text);
  display: inline-flex;
  transition: var(--transition);
  cursor: pointer;
  letter-spacing: 0.3px;
  text-align: center;
}

.btn:hover {
  --btn-bg: var(--c-brand-light);
}

.btn_black {
  font-weight: 400;
  --btn-bg: var(--c-gray-9);
  --btn-text: var(--c-gray-5);
}

.btn_black:hover {
  --btn-bg: var(--c-black);
  --btn-text: var(--c-gray-3);
}

.btn_gray {
  font-weight: 400;
  --btn-bg: var(--c-gray-8);
  --btn-text: var(--c-gray-5);
}

.btn_gray:hover {
  --btn-bg: var(--c-brand);
  --btn-text: var(--c-white);
}

.btn_small {
  font-size: 13px;
  letter-spacing: 0.5px;
}

.header {
  padding: 12px var(--px);
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: var(--c-gray-9);
  z-index: 100;
  position: relative;
  display: none;
}

@media (max-width: 1024px) {
  .header {
    display: flex;
  }
}

.header__logo {
  display: inline-flex;
  width: 56px;
  height: 56px;
}

.header__logo img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.header__nav {
  font-size: 24px;
  padding: 8px;
  border-radius: 10px;
  background: transparent;
  display: inline-flex;
  cursor: pointer;
  color: var(--c-gray-5);
  transition: var(--transition);
}

.header__nav:hover {
  background: var(--c-gray-8);
}

.hero {
  --per_page: 1.6;
  --gap: var(--px);
  width: 100%;
  position: relative;
  z-index: 10;
  max-height: 520px;
  display: flex;
  padding: var(--py) 0 var(--py) var(--px);
}

@media (max-width: 1440px) {
  .hero {
    --per_page: 1;
    padding: var(--py) var(--px);
  }
}

.hero:hover .arrows {
  opacity: 1;
}

.hero .arrows {
  width: calc(100% - var(--px) * 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 12;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(var(--px) * 1.5);
  opacity: 0;
  transition: var(--transition);
}

@media (max-width: 1440px) {
  .hero .arrows {
    width: calc(100% - var(--px) * 3);
  }
}

.hero__slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

@media (max-width: 1440px) {
  .hero__slide {
    width: auto;
  }
}

.hero__slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: calc(var(--py) / 2) var(--px);
  background: var(--c-brand);
  color: var(--c-white);
  border-radius: 0 20px 0 20px;
}

@media (max-width: 768px) {
  .hero__slide-content {
    border-radius: 0 0 20px 20px;
    position: relative;
  }
}

.hero__slide-image {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .hero__slide-image {
    border-radius: 20px 20px 0 0;
  }
}

.hero__slide-image>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.tables {
  --per_page: 3.3;
  --gap: var(--px);
  position: relative;
  z-index: 10;
  padding: var(--py) 0 var(--py) var(--px);
}

@media (max-width: 1440px) {
  .tables {
    --per_page: 2.5;
  }
}

@media (max-width: 1280px) {
  .tables {
    --per_page: 2.2;
  }
}

@media (max-width: 1120px) {
  .tables {
    --per_page: 1.8;
  }
}

@media (max-width: 1024px) {
  .tables {
    --per_page: 2.2;
  }
}

@media (max-width: 768px) {
  .tables {
    --per_page: 1.8;
  }
}

@media (max-width: 640px) {
  .tables {
    --per_page: 1.3;
  }
}

@media (max-width: 480px) {
  .tables {
    --per_page: 1.1;
  }
}

.tables .heading {
  padding-right: var(--px);
}

.tables__expand {
  margin-top: 16px;
}

.resultable {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  background: var(--c-black);
  padding: 20px 12px 8px 12px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.resultable:after {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--c-black) 0%, transparent 100%);
  z-index: 22;
  pointer-events: none;
}

.resultable.expanded:after {
  display: none;
}

.resultable__title {
  padding: 0 12px;
  margin-bottom: 4px;
}

.resultable__subtitle {
  padding: 0 12px;
}

.resultable__body {
  margin-top: 16px;
  position: relative;
  overflow-y: auto;
  max-height: 246px;
}

.resultable__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

.resultable__body::-webkit-scrollbar-thumb {
  background: var(--c-gray-8);
  border-radius: 6px;
}

.resultable__body::-webkit-scrollbar-track {
  background: var(--c-black);
  border-radius: 6px;
}

.resultable__body {
  scrollbar-face-color: var(--c-gray-8);
  scrollbar-track-color: var(--c-black);
}

.expanded .resultable__body {
  max-height: 100%;
}

.resultable__body .btn {
  position: absolute;
  bottom: 16px;
  z-index: 24;
  left: 50%;
  transform: translateX(-50%);
}

.resultable__body table {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.resultable__body table thead {
  background: var(--c-gray-9);
  color: var(--c-gray-5);
}

.resultable__body table thead tr th {
  padding: 4px 12px;
}

.resultable__body table thead tr th:nth-child(2) {
  /*width: 80%;*/
  padding-left: 0;
}

.resultable__body table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--c-gray-8);
}

.resultable__body table tbody tr td {
  padding: 4px 12px;
}

.resultable__body table tbody tr td:nth-child(2) {
  /*width: 80%;*/
  padding-left: 0;
}

.matches {
  display: grid;
  grid-gap: var(--px);
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}

@media (max-width: 1024px) {
  .matches {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

.match {
  background: var(--c-black);
  position: relative;
  border-radius: 20px;
  padding: 42px 16px 24px 16px;
  display: flex;
  align-items: center;
  position: relative;
  transition: var(--transition);
}

.match_full {
  padding: 42px 16px;
}

.match:hover {
  background: var(--c-gray-9);
}

.match__date,
.match__info {
  font-size: 13px;
  line-height: 24px;
  color: var(--c-gray-5);
  letter-spacing: 0.3px;
  padding: 6px 16px;
  background: var(--c-gray-9);
  display: inline-flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  transition: var(--transition);
  text-align: center;
}

.match:hover .match__date,
.match:hover .match__info {
  background: var(--c-gray-8);
}

.match__date {
  border-radius: 0 0 12px 12px;
  top: 0;
}

.match__info {
  border-radius: 12px 12px 0 0;
  bottom: 0;
}

.match__body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  width: 100%;
}

.match__team {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  min-width: 0px;
}

.match__team-logo {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.match__team-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.match__team-name {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.3px;
  flex: 1 1 auto;
}

.match__vs {
  font-size: 42px;
  color: var(--c-gray-7);
  display: inline-flex;
  padding: 0 16px;
  font-weight: 400;
  transition: var(--transition);
}

.match:hover .match__vs {
  color: var(--c-gray-5);
}

.match__count {
  font-size: 42px;
  color: var(--c-gray-3);
  display: inline-flex;
  padding: 0 16px;
  font-weight: 400;
  transition: var(--transition);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.3px;
  margin-top: 4px;
}

.match:hover .match__count {
  color: var(--c-white);
}

.gallery {
  display: grid;
  grid-gap: var(--px);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.album__image {
  box-shadow: 0px 30px 40px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
}

.album__image>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 3s ease-in-out;
}

.album:hover .album__image>img {
  transform: scale(1.1);
}

.album__name {
  margin-top: 16px;
  color: var(--c-gray-4);
}

.album:hover .album__name {
  color: var(--c-brand);
}

.nav {
  display: flex;
  flex-direction: column;
  padding: 0 var(--px) var(--px) var(--px);
  gap: 14px;
  height: 100%;
  overflow-y: auto;
}

.nav::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

.nav::-webkit-scrollbar-thumb {
  background: var(--c-gray-7);
  border-radius: 6px;
}

.nav::-webkit-scrollbar-track {
  background: var(--c-gray-9);
  border-radius: 6px;
}

.nav {
  scrollbar-face-color: var(--c-gray-7);
  scrollbar-track-color: var(--c-gray-9);
}

@media (max-width: 1024px) {
  .nav {
    padding: var(--px);
    gap: 8px;
  }
}

.nav-item {
  --icon-color: var(--c-gray-5);
  --text-color: var(--c-gray-4);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 32px;
  background: transparent;
  transition: var(--transition);
}

.nav-item.active {
  --icon-color: var(--c-white);
  --text-color: var(--c-white);
  background: var(--c-brand);
  box-shadow: 0 0 0 1px transparent inset;
}

.nav-item:hover:not(.active) {
  --icon-color: var(--c-white);
  --text-color: var(--c-white);
  background: var(--c-black);
  box-shadow: 0 0 0 1px transparent inset;
}

.nav-item .icon {
  font-size: 24px;
  color: var(--icon-color);
  transition: var(--transition);
}

.nav-item span {
  font-size: 15px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 500;
  transition: var(--transition);
}

.partners {
  padding: var(--py) 0;
  margin: var(--py) 0 0 0;
  position: relative;
  /*z-index: 10;*/
  border-top: 1px solid var(--c-gray-7);
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  gap: var(--px);
  white-space: nowrap;
  width: 100%;
}

.partners::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.partners__slider {
  display: inline-block;
  animation: scroll-left 18s linear infinite;
}

.partners__item {
  vertical-align: middle;
  display: inline-flex;
  margin-right: calc(var(--px) * 2);
  width: auto;
  max-height: 100px;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: var(--transition);
}

.partners__item:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.partners__item>img {
  display: block;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.player {
  display: grid;
  grid-gap: var(--py) var(--px);
  grid-template-columns: 320px 320px;
  margin-bottom: var(--py);
  align-items: start;
}

@media (max-width: 768px) {
  .player {
    grid-template-columns: 320px 1fr;
  }
}

@media (max-width: 640px) {
  .player {
    grid-template-columns: 180px 1fr;
  }
}

@media (max-width: 480px) {
  .player {
    grid-template-columns: 1fr;
  }
}

.player__image {
  max-width: 320px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  box-shadow: 0 5px 32px 0 rgb(0, 0, 0);
}

@media (max-width: 480px) {
  .player__image {
    max-width: 180px;
  }
}

.player__image>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.player__block {
  border-bottom: 1px solid var(--c-gray-7);
  display: flex;
  justify-content: space-between;
}

.player__block-key {
  padding: 8px 8px 8px 0;
  color: var(--c-gray-5);
}

.player__block-val {
  padding: 8px 0 8px 8px;
}

.selectize {
  position: relative;
  --s-background: var(--c-gray-9);
  --s-color: var(--c-gray-4);
  --s-border: none;
  --s-border-radius: 40px;
  --s-shadow: none;
  --s-font-size: 15px;
  --s-line-height: 24px;
  --s-padding: 11px 50px 11px 20px;
  --s-arrow-color: var(--c-gray-6);
  --s-arrow-size: 24px;
  --s-arrow-symbol: "";
  --dd-background: var(--c-gray-9);
  --dd-color: var(--c-gray-4);
  --dd-shadow: 3px 10px 20px -2px rgba(0, 0, 0, 0.3);
  --dd-font-size: 15px;
  --dd-line-height: 24px;
  --dd-padding: 11px 20px;
  --dd-border-radius: 16px;
  --dd-item-hover-background: var(--c-gray-8);
}

.selectize_outline {
  --s-border: 1px solid var(--c-gray-7);
  --s-background: transparent;
}

.selectize select {
  display: none;
}

.selectize-input {
  font-size: var(--s-font-size);
  color: var(--s-color);
  line-height: var(--s-line-height);
  padding: var(--s-padding);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  background: var(--s-background);
  border-radius: var(--s-border-radius);
  border: var(--s-border);
  display: block;
  position: relative;
  box-shadow: var(--s-shadow);
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 1000px 1000px;
}

.selectize_image .selectize-input {
  padding-left: 56px;
}

.selectize_image .selectize-input:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: inherit;
  position: absolute;
  top: 8px;
  left: 12px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px white inset;
}

.selectize-input:after {
  content: var(--s-arrow-symbol);
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top;
  font-size: var(--s-arrow-size);
  color: var(--s-arrow-color);
  margin-left: 16px;
  display: inline-flex;
  transition: var(--transition);
  position: absolute;
  top: 12px;
  right: 14px;
}

.selectize-input.active:after {
  transform: scaleY(-1);
}

.selectize-selected {
  background-color: rgba(0, 0, 0, 0.15);
}

.selectize-dropdown {
  position: absolute;
  background: var(--dd-background);
  box-shadow: var(--dd-shadow);
  color: var(--dd-color);
  top: 100%;
  width: 100%;
  max-height: 260px;
  left: 0;
  z-index: 200;
  overflow: auto;
  border-radius: var(--dd-border-radius);
}

.selectize-dropdown::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

.selectize-dropdown::-webkit-scrollbar-thumb {
  background: var(--c-gray-8);
  border-radius: 6px;
}

.selectize-dropdown::-webkit-scrollbar-track {
  background: var(--c-black);
  border-radius: 6px;
}

.selectize-dropdown {
  scrollbar-face-color: var(--c-gray-8);
  scrollbar-track-color: var(--c-black);
}

.selectize-dropdown>div {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  padding: var(--dd-padding);
  font-size: var(--dd-font-size);
  line-height: var(--dd-line-height);
  position: relative;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 1000px 1000px;
}

.selectize_image .selectize-dropdown>div {
  padding-left: 56px;
}

.selectize_image .selectize-dropdown>div:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: inherit;
  position: absolute;
  top: 6px;
  left: 12px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px white inset;
}

.selectize-dropdown>div:not(:last-child) {
  border-bottom: 1px solid var(--zinc-100);
}

.selectize-dropdown>div:hover {
  background-color: var(--dd-item-hover-background);
}

.selectize-hide {
  display: none;
}

.sidebar {
  background: var(--c-gray-9);
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2555;
  box-shadow: 10px 0 32px 0 var(--c-gray-8);
  transition: var(--transition);
}

@media (max-width: 1024px) {
  .sidebar {
    left: -400px;
    padding-top: 8px;
  }

  .sidebar.active {
    left: 0;
  }
}

.sidebar__logo {
  align-self: center;
  padding: 24px;
}

@media (max-width: 1024px) {
  .sidebar__logo {
    display: none;
  }
}

.sidebar__logo .logo {
  display: inline-flex;
}

.sidebar__logo .logo>img {
  display: block;
}

.sidebar__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
}

.sidebar__nav:after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, var(--c-gray-9) 0%, transparent 100%);
}

.sidebar__footer {
  color: var(--c-gray-6);
  font-size: 13px;
  line-height: 22px;
  padding: 20px 30px;
}

@media (max-width: 1024px) {
  .sidebar__footer {
    padding: 16px;
  }
}

.social {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.soc {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: var(--transition);
}

.soc:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.soc img {
  width: 26px;
  height: 26px;
}

.slider {
  --slide_width: calc((100% / var(--per_page)) - (((var(--per_page) - 1) * var(--gap)) / var(--per_page)));
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: repeat(var(--items), var(--slide_width));
  transition: var(--transition);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.slider::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

.slider>* {
  scroll-snap-align: start;
}

.table {
  width: 100%;
  max-width: 1280px;
  overflow-x: auto;
  padding-bottom: 16px;
}

.table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

.table::-webkit-scrollbar-thumb {
  background: var(--c-black);
  border-radius: 8px;
}

.table::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

.table {
  scrollbar-face-color: var(--c-black);
  scrollbar-track-color: transparent;
}

.table_chess table tr td:empty {
  background: var(--c-black);
}

.table__image {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.table__image>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  overflow: hidden;
}

.table table thead tr th {
  line-height: 24px;
  padding: 12px 24px;
  color: var(--c-gray-6);
  white-space: nowrap;
}

.table table thead tr th:not(:nth-child(2)):not(:first-child) {
  text-align: center;
}

.table table tbody {
  overflow: hidden;
  position: relative;
}

.table table tbody tr {
  position: relative;
}

.table table tbody tr:hover td {
  background: var(--c-black);
}

.table table tbody tr td {
  background: var(--c-gray-9);
  line-height: 24px;
  padding: 12px 24px;
  transition: var(--transition);
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.table table tbody tr td.full {
  width: 100%;
}

.table table tbody tr td.right {
  text-align: right;
}

.table table tbody tr td a {
  display: inline-block;
  text-align: left;
}

.table table tbody tr td:first-child {
  border-radius: 40px 0 0 40px;
}

.table table tbody tr td:last-child {
  border-radius: 0 40px 40px 0;
}

.table table tbody tr td:not(:nth-child(2)):not(:first-child) {
  text-align: center;
}

.dots {
  display: flex;
  align-items: center;
  gap: var(--px);
}

.dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: var(--c-gray-6);
}

.dots .dot_green {
  background: var(--c-green);
}

.dots .dot_red {
  background: var(--c-red);
}

.tabs {
  max-width: 1200px;
  width: auto;
  background: var(--c-black);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  margin-top: var(--py);
}

@media (max-width: 1280px) {
  .tabs {
    width: 100%;
  }
}

/*.tabs:after {
  content: "";
  background: linear-gradient(to left, var(--c-black) 0%, transparent 100%);
  height: 100%;
  width: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 40px 40px 0;
}*/

.tabs__controls {
  padding: 4px;
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.tabs__controls::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

.tabs__controls::-webkit-scrollbar-thumb {
  background: var(--c-gray-7);
  border-radius: 4px;
}

.tabs__controls::-webkit-scrollbar-track {
  background: var(--c-black);
  border-radius: 4px;
}

.tabs__controls {
  scrollbar-face-color: var(--c-gray-7);
  scrollbar-track-color: var(--c-black);
}

.tabs__link {
  --link_bg: transparent;
  --link_color: var(--c-gray-5);
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 26px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 40px;
  background: var(--link_bg);
  color: var(--link_color);
  display: inline-flex;
  transition: var(--transition);
  cursor: pointer;
}

.tabs__link:hover {
  --link_bg: var(--c-gray-9);
  --link_color: var(--c-gray-3);
}

.tabs__link.active {
  --link_bg: var(--c-brand);
  --link_color: var(--c-white);
}

.teams {
  --per_page: 6;
  --gap: var(--px);
}

@media (max-width: 1280px) {
  .teams {
    --per_page: 5;
  }
}

@media (max-width: 1120px) {
  .teams {
    --per_page: 4;
  }
}

@media (max-width: 1024px) {
  .teams {
    --per_page: 5;
  }
}

@media (max-width: 768px) {
  .teams {
    --per_page: 4;
  }
}

@media (max-width: 640px) {
  .teams {
    --per_page: 3;
  }
}

@media (max-width: 480px) {
  .teams {
    --per_page: 2;
  }
}

.teams__grid {
  display: grid;
  grid-gap: 40px var(--px);
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin-top: var(--py);
}

@media (max-width: 640px) {
  .teams__grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

.team {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--c-gray-5);
  text-align: center;
  transition: var(--transition);
}

.team:hover {
  color: var(--c-brand);
}

.team__image {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1;
}

.teams__grid .team__image {
  max-width: 90px;
}

@media (max-width: 768px) {
  .team__image {
    max-width: 90px;
  }
}

.team__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.team__name {
  margin-top: 16px;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 62px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
}

@media (max-width: 1024px) {

  h1,
  .h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {

  h1,
  .h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 480px) {

  h1,
  .h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 800;
}

@media (max-width: 1024px) {

  h2,
  .h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {

  h2,
  .h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

@media (max-width: 1024px) {

  h3,
  .h3 {
    font-size: 20px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {

  h3,
  .h3 {
    font-size: 17px;
    line-height: 26px;
  }
}

.text {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.text_mono {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.3px;
}

.text_small {
  font-size: 13px;
  line-height: 22px;
}

.text_bold {
  font-weight: 700;
}

.text_semibold {
  font-weight: 600;
}

.text_medium {
  font-weight: 500;
}

.text_gray {
  color: var(--c-gray-5);
}

.text_darkgray {
  color: var(--c-gray-6);
}

.text_white {
  color: var(--c-white);
}

.text_left {
  text-align: left;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-1000 {
  max-width: 1000px;
}

.prose h1+p,
.prose h1+.prose h1,
.prose .h1+p,
.prose h1+.prose .h1,
.prose h2+p,
.prose h1+.prose h2,
.prose .h2+p,
.prose h1+.prose .h2,
.prose h3+p,
.prose h1+.prose h3,
.prose .h3+p,
.prose h1+.prose .h3,
.prose h4+p,
.prose h1+.prose h4,
.prose .h4+p,
.prose h1+.prose .h4,
.prose .h1+.prose h1,
.prose .h1+.prose .h1,
.prose .h1+.prose h2,
.prose .h1+.prose .h2,
.prose .h1+.prose h3,
.prose .h1+.prose .h3,
.prose .h1+.prose h4,
.prose .h1+.prose .h4,
.prose h2+.prose h1,
.prose h2+.prose .h1,
.prose h2+.prose h2,
.prose h2+.prose .h2,
.prose h2+.prose h3,
.prose h2+.prose .h3,
.prose h2+.prose h4,
.prose h2+.prose .h4,
.prose .h2+.prose h1,
.prose .h2+.prose .h1,
.prose .h2+.prose h2,
.prose .h2+.prose .h2,
.prose .h2+.prose h3,
.prose .h2+.prose .h3,
.prose .h2+.prose h4,
.prose .h2+.prose .h4,
.prose h3+.prose h1,
.prose h3+.prose .h1,
.prose h3+.prose h2,
.prose h3+.prose .h2,
.prose h3+.prose h3,
.prose h3+.prose .h3,
.prose h3+.prose h4,
.prose h3+.prose .h4,
.prose .h3+.prose h1,
.prose .h3+.prose .h1,
.prose .h3+.prose h2,
.prose .h3+.prose .h2,
.prose .h3+.prose h3,
.prose .h3+.prose .h3,
.prose .h3+.prose h4,
.prose .h3+.prose .h4,
.prose h4+.prose h1,
.prose h4+.prose .h1,
.prose h4+.prose h2,
.prose h4+.prose .h2,
.prose h4+.prose h3,
.prose h4+.prose .h3,
.prose h4+.prose h4,
.prose h4+.prose .h4,
.prose .h4+.prose h1,
.prose .h4+.prose .h1,
.prose .h4+.prose h2,
.prose .h4+.prose .h2,
.prose .h4+.prose h3,
.prose .h4+.prose .h3,
.prose .h4+.prose h4,
.prose .h4+.prose .h4 {
  margin-top: 16px;
}

.vacancy {
  max-width: 800px;
  background: var(--c-black);
  border-radius: 20px;
  padding: 24px;
}

.vacancy__block {
  margin-top: 12px;
}

.vacancy__grid {
  display: grid;
  grid-gap: var(--px);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

html {
  font-family: var(--font);
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--c-white);
  min-width: 375px;
  min-height: 100vh;
}

body {
  background: var(--c-gray-8);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--c-black);
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: var(--c-gray-8);
  border-radius: 10px;
}

body {
  scrollbar-face-color: var(--c-black);
  scrollbar-track-color: var(--c-gray-8);
}

body.noscroll {
  overflow: hidden;
}

.main {
  flex-grow: 1;
  min-width: 0px;
  position: relative;
  padding-left: 280px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .main {
    padding-left: 0;
  }
}

.main:after {
  content: "";
  width: var(--px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, var(--c-gray-8) 0%, transparent 100%);
  z-index: 22;
  pointer-events: none;
  opacity: 0.5;
}

.wrapper {
  padding: var(--py) var(--px);
  position: relative;
  z-index: 10;
}

.wrapper_narrow {
  max-width: 1280px;
}

.bg {
  height: 460px;
  width: auto;
  display: inline-flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
}

.bg .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(35, 35, 40, 0) 50%, var(--c-gray-8) 100%), linear-gradient(90deg, var(--c-gray-8) 0%, rgba(35, 35, 40, 0) 70%);
  z-index: 1;
}

.bg>img {
  filter: grayscale(100%);
  opacity: 0.05;
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}

.heading {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.heading .actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 420px) {
  .heading .actions {
    flex-direction: column;
    width: 100%;
  }
}

.heading .actions .selectize {
  width: 200px;
}

@media (max-width: 420px) {
  .heading .actions .selectize {
    width: 100%;
  }
}

.arrows {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 24;
}

.arrow {
  font-size: 24px;
  color: var(--c-gray-5);
  background: var(--c-black);
  display: inline-flex;
  z-index: 24;
  padding: 4px;
  border-radius: 24px;
  cursor: pointer;
  transition: var(--transition);
}

.arrow:hover {
  background: var(--c-brand);
  color: var(--c-white);
}

.arrow_prev .icon {
  transform: scaleX(-1);
}

.datediv {
  color: var(--c-gray-5);
  margin: var(--py) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.datediv:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--c-gray-7);
  position: absolute;
  top: 50%;
  z-index: 0;
}

.datediv__content {
  display: inline-flex;
  align-items: center;
  background: var(--c-gray-8);
  padding: 6px 24px;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}

.datediv .icon {
  font-size: 24px;
  color: var(--c-gray-5);
  margin-right: 12px;
}

.datediv+.matches:not(:last-child) {
  margin-bottom: calc(var(--py) * 2);
}

.divider {
  margin: var(--py) 0;
  border-bottom: 1px solid var(--c-gray-7);
  width: 100%;
  height: 1px;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--py);
  gap: 16px;
}

.filter .selectize {
  width: 220px;
}

@media (max-width: 480px) {
  .filter .selectize {
    width: 100%;
  }
}

.result__grid {
  display: grid;
  grid-gap: var(--px);
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .result__grid {
    grid-template-columns: 1fr;
  }
}

.result__icon {
  font-size: 18px;
  color: var(--c-gray-4);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.result__icon_gray {
  color: var(--c-gray-5);
}

.result__icon .icon+.icon {
  margin-left: 8px;
}

.result__cards {
  display: flex;
  gap: 8px;
}

.result__card {
  width: 18px;
  height: 24px;
  border-radius: 3px;
  display: inline-flex;
}

.result__card_yellow {
  background: var(--c-yellow);
}

.result__card_red {
  background: var(--c-red);
}

.result__team-name {
  display: none;
}

@media (max-width: 768px) {
  .result__team-name {
    display: flex;
  }
}

@font-face {
  font-family: "icons";
  font-display: block;
  src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff");
}

.icon {
  line-height: 1;
}

.icon:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top;
}

.icon-whistle:before {
  content: "\f101";
}

.icon-video:before {
  content: "\f102";
}

.icon-user:before {
  content: "\f103";
}

.icon-team:before {
  content: "\f104";
}

.icon-rating:before {
  content: "\f105";
}

.icon-next:before {
  content: "\f106";
}

.icon-mic:before {
  content: "\f107";
}

.icon-menu:before {
  content: "\f108";
}

.icon-info:before {
  content: "\f109";
}

.icon-football:before {
  content: "\f10a";
}

.icon-doc:before {
  content: "\f10b";
}

.icon-deny:before {
  content: "\f10c";
}

.icon-cup:before {
  content: "\f10d";
}

.icon-chevron:before {
  content: "\f10e";
}

.icon-check:before {
  content: "\f10f";
}

.icon-chat:before {
  content: "\f110";
}

.icon-camera:before {
  content: "\f111";
}

.icon-calendar:before {
  content: "\f112";
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0
}

.glightbox-container.inactive {
  display: none
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden
}

.glightbox-container .gslider {
  transition: transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999
}

.glightbox-container .gslide-inner-content {
  width: 100%
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important
}

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto
}

.gslide:not(.current) {
  pointer-events: none
}

.gslide-image {
  align-items: center
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%
}

.gslide-image img.zoomable {
  position: relative
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, .34);
  display: none
}

.gslide-video.playing::before {
  display: none
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%
}

.gslide-media {
  display: flex;
  width: auto
}

.zoomed .gslide-media {
  box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column
}

.gslide-description {
  position: relative;
  flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%
}

.gslide-description p {
  margin-bottom: 12px
}

.gslide-description p:last-child {
  margin-bottom: 0
}

.zoomed .gslide-description {
  display: none
}

.glightbox-button-hidden {
  display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
  transition: opacity .3s linear;
  padding-bottom: 50px
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4
}

.gdesc-open .gslide-media {
  transition: opacity .5s ease;
  opacity: .4
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px
}

.gdesc-closed .gslide-media {
  transition: opacity .5s ease;
  opacity: 1
}

.greset {
  transition: all .3s ease
}

.gabsolute {
  position: absolute
}

.grelative {
  position: relative
}

.glightbox-desc {
  display: none !important
}

.glightbox-open {
  overflow: hidden
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity
}

.glightbox-mobile .goverlay {
  background: #000
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff
}

.gbtn.focused {
  outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
  opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important
}

.glightbox-clean .gslide-description {
  background: #fff
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em
}

.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em
}

.glightbox-clean .gslide-video {
  background: #000
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, .75);
  border-radius: 4px
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto
}

.glightbox-clean .gclose:hover {
  opacity: 1
}

.gfadeIn {
  animation: gfadeIn .5s ease
}

.gfadeOut {
  animation: gfadeOut .5s ease
}

.gslideOutLeft {
  animation: gslideOutLeft .3s ease
}

.gslideInLeft {
  animation: gslideInLeft .3s ease
}

.gslideOutRight {
  animation: gslideOutRight .3s ease
}

.gslideInRight {
  animation: gslideInRight .3s ease
}

.gzoomIn {
  animation: gzoomIn .5s ease
}

.gzoomOut {
  animation: gzoomOut .5s ease
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0)
  }

  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 1
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@media (min-width:769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%
  }

  .gslide-image img.zoomable {
    cursor: zoom-in
  }

  .zoomed .gslide-image img.zoomable {
    cursor: grab
  }

  .gslide-inline {
    max-height: 95vh
  }

  .gslide-external {
    max-height: 100vh
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px
  }

  .glightbox-open {
    height: auto
  }

  .goverlay {
    background: rgba(0, 0, 0, .92)
  }

  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
  }

  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto
  }

  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, .32)
  }

  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, .7)
  }

  .glightbox-clean .gprev {
    top: 45%
  }

  .glightbox-clean .gnext {
    top: 45%
  }
}

@media (min-width:992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px
  }
}

@media screen and (max-height:420px) {
  .goverlay {
    background: #000
  }
}