@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
@import "comments.css";
@import "shortcodes.css";

@font-face {
  font-family: "Druk Wide Cy Web Bold";
  src: local("Druk Wide Cy Web Bold"), url("../fonts/Druk.ttf");
}

:root {
  --font-heading: "Druk Wide Cy Web Bold";
  --font-basic: "Roboto", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-basic);
}

body {
  background-color: #f2f2f2;
  color: #1a1a1a;

  text-align: left;
  margin: 0;
  color: black;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 900;
  text-transform: unset;
  font-family: var(--font-basic);
}

#breadcrumbs {
  margin-bottom: 1.5rem;
}

#breadcrumbs a {
  color: #227d38;
}

.section:where(p, ul, ol, li) {
  color: hsla(0, 0%, 100%, 0.9);
  margin-bottom: 1.5rem;
}

.section p a {
  color: #227d38;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

ul,
ol {
  padding: 0 0 0 20px;
  margin-bottom: 1.5rem;
}

.alignleft {
  float: left;
  margin: 1.5rem 1.5rem 1.5rem 0;
}

h1 {
  font-size: 32px;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  opacity: 0.9;
  cursor: pointer;
}

.btn,
button {
  cursor: pointer;
}

.icon {
  color: white;
  fill: white;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

aside .icon {
  margin-right: 1.25rem;
}

img,
svg {
  vertical-align: middle;
}

.header {
  background: #227d38;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  max-width: 100%;
}

.header-SportsMenu {
  display: none;
}

.btn-open-menu {
  display: none;
}

.header ul li {
  list-style: none;
}

.header a {
  font-family: var(--font-basic);
  font-weight: bolder;
}

.header-main {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 1rem;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 0;
}

.header-main-left {
  display: flex;
  align-items: center;
}

.header-main-right {
  display: flex;
  align-items: center;
}

.header-left-part-logo {
  width: 244px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.link-logo {
  display: flex;
  margin-right: 10px;
}

.img-logo {
  height: 40px;
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-mobile {
  display: none;
}

.platformSwitcher {
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
}

.platformSwitcher-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  color: #000;
  fill: #000;
}
.platformSwitcher-link.isActive svg {
  color: white;
  fill: white;
}
.platformSwitcher-link {
  padding: 0.625rem 1.25rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platformSwitcher-link span {
  line-height: 1.6;
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--font-basic);
}

.platformSwitcher-link:hover span {
  color: #1a1a1a;
}

.platformSwitcher-link:first-child {
  margin-left: 5px;
  border: solid white 1px;
}

.platformSwitcher-link:last-child {
  border: solid white 1px;
}

.isActive {
  background-color: #227d38;
}

.isActive .icon {
  color: #227d38;
}

.isActive span {
  color: white !important;
}

.header-menu ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.header-menu a {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.43;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.header-menu a:hover {
  color: white;
}

.header-menu .current-menu-item {
  position: relative;
}

.header-menu .current-menu-item::after {
  position: absolute;
  bottom: -22px;
  height: 1.5px;
  width: 100%;

  content: "";
}

.header-menu li {
  margin-right: 1.25rem;
}

.item-badge {
  background-color: #f54100;
  border-radius: 4px;
  color: #1a1a1a;
  font-size: 8px;
  line-height: 1;
  margin-left: 0.25rem;
  padding: 2px 4px;
  position: relative;
  top: -8px;
}

.iconLiveAnimated {
  color: white;
  height: 20px;
  position: relative;
  width: 20px;
  margin-right: 0.5rem;
}

.b-JackpotBannerDefaultLevel-content.second svg {
  color: #227d38;
  display: block;
}

.iconLiveAnimated .sb-InPlayAnimation {
  position: absolute;
  right: 0;
  top: 0;
}

.sb-InPlayAnimation-item {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  border-right: 1px solid #227d38;
  border-top: 1px solid #227d38;
  border-top-right-radius: 100%;
  opacity: 0;
  position: absolute;
}

.sb-InPlayAnimation-item:first-child {
  animation-name: live-animation-first;
  height: 3px;
  top: -3px;
  width: 3px;
}

.sb-InPlayAnimation-item:nth-child(2) {
  animation-name: live-animation-second;
  height: 6px;
  top: -6px;
  width: 6px;
}

.sb-InPlayAnimation-item:nth-child(3) {
  animation-name: live-animation-third;
  height: 9px;
  top: -9px;
  width: 9px;
}

@keyframes live-animation-first {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes live-animation-second {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes live-animation-third {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.btn-search {
  color: #1a1a1a;
  padding: 1rem 0;
  margin-right: 1.25rem;
}

.btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: black;
  line-height: 1.43;
  font-weight: 600;

  padding: 10px 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: white;
}

.btn-border {
  border: 2px solid #227d38;
}

.btn-border:hover {
  border: solid 2px transparent;
}

.header .btn:not(:last-child) {
  margin-right: 1.25rem;
}

.aside-leftSidebar {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 64px;
  width: 244px;
  z-index: 5;
  display: block;
}

.leftSidebar {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.43;
  background: #f2f2f2;
  flex-shrink: 0;
  height: 100%;
  overflow-y: auto;
  padding: 1rem 0 5rem;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  width: 244px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0;
}

.link-sidebar {
  color: #1a1a1a;
  font-weight: 400;
  text-transform: none;
  height: 40px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 44px;
  justify-content: flex-start;
  padding: 0 1.25rem;
  width: 100%;
  position: relative;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.link-sidebar svg {
  color: black;
}

.link-sidebar:hover {
  background-color: rgb(34, 125, 56);
}

.line {
  background-color: #227d38;
  height: 1px;
  margin: 1rem 0;
  width: 100%;
  border: none;
}

.line-without-top-border {
  margin-top: 0;
}

.sportsList-divider {
  margin: 0 1.25rem;
}

.sportsList {
  margin-top: -1rem;
  background: #227d38;
}

.sportsList-title {
  background-color: #227d38;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.sportsList-title span {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.33;
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: space-between;
  padding-left: 1.25rem;
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.arrow {
  position: relative;
}

.sportsList-title .arrow {
  align-items: center;
  display: flex;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
  position: relative;
  flex-grow: 1;
  justify-content: end;
  color: white;
}

.sportsList-title .icon {
  color: white;
  transform: rotate(90deg);
  width: 9px;
  height: 9px;
  margin: 0;
}

.sidebar-listSports {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.listSports-item {
  align-items: center;
  justify-content: space-around;
  display: flex;
  height: 36px;
  justify-content: start;
  position: relative;
  padding-left: 1.25rem;
  text-transform: capitalize;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.listSports-item:hover {
  background-color: rgba(34, 125, 56, 0.8);
}

.listSports-item .icon {
  margin-right: 0;
}

.listSports-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.43;
  display: inline;
  padding-left: 1.25rem;
  color: white;
  font-family: "Roboto", sans-serif;
}

.listSports-subitemsCount {
  color: white;
  font-weight: 300;
  padding-left: 0.5rem;
  font-family: "Roboto", sans-serif;
}

.listSports-item .arrow {
  align-items: center;
  display: flex;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
  position: relative;
  flex-grow: 1;
  justify-content: end;
}

.listSports-item .arrow .icon {
  height: 9px;
  position: relative;
  width: 9px;
}

.leftSidebar-link-lang {
  margin: 0.75rem 1.125rem 0;
  border: 1px solid black;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 2.5rem;
}

.leftSidebar-link-lang img {
  height: 1.25rem;
  margin-right: 10px;
  width: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.leftSidebar-link-lang span {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.43;
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  flex-grow: 1;
}

.leftSidebar-link-lang-num {
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: var(--font-heading);
  font-weight: 700;
}

.leftSidebar-link-lang .icon {
  height: 8px;
  transform-origin: center;
  transition: transform 0.3s;
  width: 8px;
  margin-right: 0;
  color: black;
}

.chatToggle {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.43;
  align-items: center;
  background: #227d38;
  bottom: 0;
  color: white;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0.75rem 0;
  position: absolute;
  width: 100%;
}

.chatToggle-label {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: var(--font-basic);
  letter-spacing: 0.01em;
  line-height: 1.43;
  align-items: center;
}

.aside-rightSidebar {
  bottom: 0;
  position: fixed;
  right: 0;
  top: 64px;
  width: 342px;
  z-index: 2;
}

.rightSidbar {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 48px;
}

.matchPreviewTabs {
  background: #227d38;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid white;
}

.matchPreviewTabs-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid white;
  height: 48px;
  font-weight: 500;
  flex-grow: 1;
  width: 50%;
}

.matchPreviewTabs-link .icon {
  color: white !important;
  height: 12px;
  margin-right: 0.25rem;
  transition: all 0.3s ease-in-out;
  width: 12px;
}

.matchPreviewTabs-link span {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.matchPreviewTabs-link:nth-of-type(2) {
  width: 32px;
  flex-grow: 0;
}

.matchPreviewTabs-link:nth-last-of-type(2) .icon {
  transform: rotate(-180deg);
  height: 16px;
  width: 16px;
}

.matchPreviewTabs-link:nth-last-of-type(2):hover .icon {
  height: 20px;
  width: 20px;
  fill: white !important;
  color: #1a1a1a !important;
}

.isActive {
  color: #1a1a1a;
  border-color: #227d38;
}

.icon.isActive {
  height: 12px;
  margin-right: 0.25rem;
  transition: all 0.3s ease-in-out;
  width: 12px;
  fill: white;
  color: #1a1a1a;
}

.matchPreview-header {
  display: flex;
  justify-content: space-between;
}

.matchPreviewToggle {
  align-items: center;
  border-radius: 0;
  border-right: 1px solid black;
  display: flex;
  justify-content: center;
  padding: 0 0.25rem;
}

.matchPreview-competitors {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  margin: 0.5rem auto;
  text-align: center;
  color: #1a1a1a;
}

.matchPreview-pin {
  align-items: center;
  border-left: 1px solid black;
  display: flex;
  padding: 0 0.25rem;
}

.matchPreview-pin .icon,
.matchPreviewToggle .icon {
  margin-right: 0;
}

.matchTable {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}

table {
  border-collapse: collapse;
}

.matchTable table {
  width: 100%;
  margin: 0;
}

.matchTable td {
  width: 14.2857142857%;
  line-height: 12px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px;
  border-right: 1px solid black;
  position: relative;
  text-align: center;
}

.matchTable tr:first-of-type {
  border-bottom: 1px solid black;
}

.tableLabel {
  position: absolute;
  top: 0;
  opacity: 0.6;
  color: #1a1a1a;
  right: 0;
  transform: translate(50%, -100%);
  padding-bottom: 3px;
}

.tableLabel:last-of-type {
  transform: translate(0%, -100%);
}

.match-text-secondary {
  color: #1a1a1a;
  font-size: 10px;
  opacity: 0.6;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: end;
  padding-left: 16px;
  padding-right: 16px;
}

.match-black-bg {
  background-color: #1e1e22;
}

.tabs__flexcontainer {
  display: flex;
}

.tabs-link {
  flex: 1 0 auto;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.tabs-icon .icon {
  fill: white;
  margin-right: 0;
}

.tabs-icon {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-link .tabs-icon {
  border-bottom: 1px solid black;
}

.tabs-link:first-of-type .tabs-icon {
  border-bottom: solid 2px white;
}

.tournament-title {
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 12px;
  border-bottom: 1px solid black;
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px 0 6px;
}

.tabs-competitors {
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
}

.without-border {
  border-bottom: transparent;
}

.tabs-competitors a {
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px;
}

.tabs-competitors a:first-of-type {
  background-color: black;
}

.resultTable {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
}

.resultTable tr:first-of-type th {
  background-color: black;
}

.resultTable table {
  width: 100%;
}

.resultTable td,
.resultTable th {
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 10px;
  border: 1px solid black;
  text-align: center;
  padding: 3px;
  font-weight: 600;
}

.resultTable tr:nth-of-type(2) td:first-of-type,
.resultTable tr:nth-of-type(3) td:first-of-type,
.resultTable tr:nth-of-type(4) td:first-of-type {
  border-left: solid 1px #19d748;
}

.resultTable tr:nth-of-type(4) {
  background-color: black;
}

.resultTable tr:nth-of-type(4) .icon {
  transform: rotate(90deg);
  color: #227d38;
  height: 8px;
  margin-right: 6px;
}

.resultTable tr:nth-of-type(3) .icon {
  transform: rotate(-90deg);
  margin-right: 6px;
  height: 8px;
}

.resultTable td:nth-of-type(2) {
  -moz-text-align-last: left;
  text-align-last: left;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 50px;
}

.matchFullStatistik-link {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  align-items: center;
  color: black;
  display: flex;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}
.matchFullStatistik-link svg {
  color: black;
}
.bonusCard {
  align-items: center;
  background-size: cover;
  display: flex;
  gap: 4px;
  justify-content: space-around;
  margin: 1px 0;
  min-height: 120px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.bonusCard-img {
  height: 100%;
  min-height: 200px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.wr-bonus {
  display: flex;
  z-index: 1;
  padding-left: 20px;
  margin-top: 15px;
}

.sb-JackpotCardLevel-iconWrapper {
  filter: drop-shadow(0 0 4px #fa0);
}

.bonusCard .wr-bonus:nth-of-type(2) .sb-JackpotCardLevel-iconWrapper {
  filter: drop-shadow(0 0 4px #227d38);
}

.bonusCard .wr-bonus:nth-of-type(3) .sb-JackpotCardLevel-iconWrapper {
  filter: drop-shadow(0 0 4px #7a5ce6);
}

.sb-JackpotCardLevel-icon {
  position: absolute;
  transform: translate(-50%, 50%);
}

.sb-JackpotLevelIcon {
  align-items: center;
  background-color: #fa0;
  bottom: 50%;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: flex;
  height: 54px;
  justify-content: center;
  width: 48px;
}

.bonusCard .wr-bonus:nth-of-type(2) .sb-JackpotLevelIcon {
  background-color: #227d38;
}

.bonusCard .wr-bonus:nth-of-type(3) .sb-JackpotLevelIcon {
  background-color: #7a5ce6;
}

.sb-JackpotCardLevel-icon {
  position: absolute;
  transform: translate(-50%, 50%);
}

.isSmall {
  height: 32px;
  width: 28px;
}

.sb-Icon {
  height: 20px;
  width: 20px;
  z-index: 33;
  color: #227d38;
}

.bonusCard .wr-bonus:nth-of-type(2) .sb-JackpotLevelIcon.isSmall .sb-Icon {
  color: #227d38;
}

.bonusCard .wr-bonus:nth-of-type(3) .sb-JackpotLevelIcon.isSmall .sb-Icon {
  color: #7a5ce6;
}

.sb-JackpotLevelIcon:before {
  background-color: #0f0f14;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  content: "";
  height: calc(100% - 4px);
  position: absolute;
  width: calc(100% - 4px);
}

.bonus-count {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #1a1a1a;
  align-items: center;
  background: linear-gradient(
    90.88deg,
    hsla(0, 0%, 100%, 0.2) -1.43%,
    hsla(0, 0%, 100%, 0) 169.3%
  );
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.125rem 0.375rem 0.125rem 1rem;
  width: 126px;
}

.bonusJackpotCard-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 22;
}

.bonusJackpotCard-content div {
  color: #1a1a1a;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.bonusJackpotCard-content p {
  color: white;
  margin-bottom: 0.125rem;
  margin-top: 0.5rem;
  font-size: 0.7rem;
}

.bonusJackpotCard-content span {
  color: #fa0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 0.125rem;
  margin-top: 0.5rem;
}

.desktopTicketTabs {
  background-color: #227d38;
  display: flex;
  flex-shrink: 0;
  height: 48px;

  align-items: center;
  position: fixed;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  width: 342px;
  justify-content: space-between;
  z-index: 33;
}

.desktopTicketTabs-link {
  text-transform: uppercase;
  color: white;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: bold;
}

.sb-DesktopTicketTabs-toggle .icon {
  margin-right: 0;
  transform: rotate(-180deg);
}

.sb-DesktopTicketTabs-toggle:hover {
  padding: 0 1rem;
}

.sb-DesktopTicketTabs-toggle:hover .icon {
  color: #1a1a1a !important;
  fill: white !important;
  height: 22px;
  width: 22px;
}

.speedDial {
  padding: 1rem;
  position: fixed;
  right: 0;
  border-radius: 1rem 0 0 1rem;
  bottom: 10%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: linear-gradient(
      270deg,
      rgba(34, 34, 43, 0.3),
      rgba(0, 179, 119, 0.3)
    ),
    #22222b;
  z-index: 3;
}

.speedDial-img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px 342px 0 244px;
  background-color: white;
}

.main-content {
  padding: 0 20px;
  position: relative;
}

.sliderBanner .swiper-slide {
  height: 350px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.page-title {
  font-size: 28px;
  font-weight: bolder;
  margin: 1.5rem 0 0.25rem;
  text-transform: uppercase;
  font-family: var(--font-heading);
}

.link-more {
  background: #227d38;
  border-color: #227d38;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  min-width: 180px;
  text-align: center;
  line-height: 1.6;
  text-transform: uppercase;
  font-family: var(--font-basic);
  padding: 10px 0;
  color: white;
}

.slide-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.75rem 3rem;
}

.slide-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  color: white;
  text-transform: uppercase;
}

.slide-description {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  max-width: 25rem;
  color: white;
}

.sb-CarouselArrow {
  align-items: center;
  background: none;

  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  padding: 0px;
  position: relative;
  width: 1.5rem;
}

.img-slide {
  position: absolute;
  top: 0;
  left: 0;
    object-fit: cover;
    z-index: -1;
    object-position: left;
    width: 100%;
    height: 600px;
}

.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next {
  right: 1rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: black;
  font-size: 12px;
  border: solid 2px black;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homePage-sliderTopEvents {
  margin: 1.25rem 0;
  margin-top: 0;
}

.sliderTopEvents .swiper-wrapper {
  display: flex;
  gap: 12px;
}

.sliderTopEvents .swiper-slide {
  width: calc(33.3333333333% - 12px);
  border-radius: 0.25rem;
  background-color: #dfdfdf;
  display: flex;
  flex-direction: column;
  height: 156px;
  padding: 0.5rem;
}

.sliderTopEvents-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}

.sliderTopEvents-sport {
  display: flex;
  align-items: center;
}

.sliderTopEvents-sport .icon {
  opacity: 0.65;
  margin-right: 0.5rem;
  height: 12px;
  width: 12px;
  fill: black;
}

.sliderTopEvents-sportName,
.sliderTopEvents-date {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.33;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  display: flex;
  height: 16px;
  color: black;
}

.sliderTopEvents-competitors {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  padding: 0 0.75rem;
}

.competitor {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.sliderTopEvents-img {
  height: 58px;
  width: 58px;
  -o-object-fit: contain;
  object-fit: contain;
}

.competitors-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.33;
  margin-top: 0.375rem;
  text-align: center;
  width: 100%;
  color: #1a1a1a;
}

.sliderTopEvents-odds {
  bottom: 0.5rem;
  display: grid;
  grid-column-gap: 4px;
  grid-template-columns: repeat(3, 1fr);
  height: 32px;
  left: 0.75rem;
  padding: 0 0.25rem;
  right: 0.75rem;
}

.sliderTopEvents-odds-wrapper {
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  background-color: #227d38;
  display: flex;
  height: 32px;
  justify-content: space-between;
  padding: 0 0.75rem;
  transition: background-color 0.3s;
}

.odd-label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  max-width: 100%;
  text-transform: uppercase;
  z-index: 1;
}

.odd-value {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.43;
  font-weight: 700;
  position: relative;
  color: white;
}

.sliderTopEvents-odds-wrapper:hover {
  background-color: #2e2e3b;
}

.subTitleContainer {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
  font-family: "Sintony", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sliderLiges {
  padding-top: 17px;
}

.sliderLiges .swiper-slide {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.43;
  align-items: center;
  background-color: #dfdfdf;
  border-radius: 2rem;
  display: flex;
  margin: 0 0.25rem;
  padding: 0.5rem;
  width: auto;
}

.link-see-all {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.43;
  color: white;
}

.link-all {
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.43;
  align-items: center;
  background-color: #227d38;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 0.75rem;
  transition: background-color 0.15s ease-in-out;
  color: white;
}

.sliderLiges .swiper-slide:hover,
.link-all:hover {
  background-color: #227d38;
}

.sliderLiges-counter {
  color: #227d38;
  margin-left: 0.5rem;
}

.sliderLiges-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
}

.match {
  margin-top: 1px;
}

.match-row {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.match-row__header {
  background-color: #f2f2f2;
  height: 36px;
  border-bottom: 1px solid #c8c6c6;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cup,
.secondary-outcome,
.outcome {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  color: #000;
  margin-left: 1rem;
  margin-right: auto;
}

.outcome:hover {
  background-color: #227d38 !important;
}

.cup .icon {
  width: 12px;
  height: 12px;
  color: #000;
  fill: black;
}

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

.market.outcomes__market {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 213px;
  justify-content: space-between;
}

.market.outcomes__market div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avialable-markets {
  min-width: 60px;
}

.row-first {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  max-width: 700px;
}

.icon-market {
  width: 100%;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-market svg {
  height: 16px;
  width: 16px;
  margin-right: 0;
  color: black;
  fill: black;
}

.match-row .match-body {
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

.match-body {
  display: flex;
  background-color: #f2f2f2;
}

.match-body .competitors {
  width: 100%;
  border-right: 1px solid rgba(255, 255, 252, 0.12);
}

.match-body .competitors__home,
.match-body .competitors__away {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.competitors .wrap {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.competitors .wrap:hover .name.comp__name {
  color: white;
}

.score {
  font-size: 0.75rem;
  padding: 0 0.5rem;
}

.score span {
  margin-left: 0.75rem;
  color: #227d38;
}

.home.competitors__home .score {
  margin-bottom: 0.5rem;
}

.total-score {
  color: #08b53c !important;
  font-weight: bolder;
}

.wrap img {
  width: 18px;
  height: 18px;
  margin-right: 0.75rem;
}

.comp__name {
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02;
  line-height: 1.33;
  font-weight: 700;
}

.match-body .outcome {
  background: #dfdfdf;
  color: black !important;
  font-weight: bolder;
  height: 2.75rem !important;
  margin: auto;
  width: 70px;
}

.match-body .outcome a {
  color: black !important;
  font-weight: 700;
  font-size: 0.875rem;
}

.avialable-markets {
  font-size: 0.875rem !important;
  font-weight: 700;
}

.match-body .outcome:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  margin-right: 1px;
}

.match-body .outcome:last-child {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  margin-left: 1px;
}

.time {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.33;
  align-items: center;
  color: #227d38;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
  width: 72px;
}

.competitors {
  display: flex;
  flex-direction: column;
}

.cup:hover {
  color: #1a1a1a;
}

.avialable-markets {
  color: black;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  display: flex;
  justify-content: center;
  align-items: center;
}

.match-body .outcomes__market:last-of-type:before {
  background-color: black;
  display: block;
  height: 38px;
  content: "";
  margin: auto 6px;
  width: 1px;
}

.match-btn {
  background: #227d38;
  color: white;
  text-align: center;
  font-size: 0.75rem;
  display: flex;
  height: 16px;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}

.show-top-markets .icon {
  height: 8px;
  margin-left: 0.5rem;
  transition: transform 0.3s;
  width: 8px;
}

.all-sports a:first-of-type .icon {
  fill: #227d38;
}

.all-sports a:first-of-type span {
  color: #1a1a1a;
}

.all-sports .icon {
  height: 30px;
  width: 30px;
  color: black;
}

.all-sports {
  border-radius: 0.25rem;
  background-color: #1a1a22;
  margin-bottom: 0.75rem;
  display: flex;
  height: 4.25rem;
  overflow: hidden;
}

.all-sports__sport:last-of-type .icon {
  fill: black;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.all-sports__sport {
  flex: 1 1;
  border-right: 1px solid #0f0f14;
  flex-direction: column;
  min-width: 110px;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-sports__sport:first-of-type {
  min-width: 180px;
}

.all-sports__sport:hover {
  background-color: #2e2e3b;
}

.item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.125rem;
  text-align: center;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.43;
  font-weight: 500;
  color: white;
}

.footer {
  margin-top: 92px;
  margin-bottom: 48px;
}

.footerPartners {
  grid-column: 1/-1;
  padding-bottom: 42px;
  padding-top: 42px;
  margin-bottom: 56px;
  position: relative;
  background: #dfdfdf;
}

.slider-footerPartners .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  transition: opacity 0.3s ease 0s;

  min-width: 40px;
}

.slider-footerPartners .swiper-slide:hover {
  opacity: 1;
}

.slider-footerPartners .swiper-slide img {
  max-height: 235px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-nav {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-right: -10px;
  flex-basis: 50%;
  flex-wrap: wrap;
}

.footer-nav ul {
  margin-top: 0.5rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.footer-menu-title {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1a1a1a;
  font-family: var(--font-heading);
}

.footer-nav a {
  color: black;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: var(--font-basic);
  font-weight: 700;
  display: flex;
}

.footer-nav a:hover {
  color: #1a1a1a;
}

.footer-menu {
  width: 100%;
  flex-basis: 33%;
}

.img-copyright {
  height: 60px;
  width: 60px;
  margin-right: 1rem;
}

.copyright p {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.33;
  color: black;
  font-family: var(--font-basic);
  margin-top: 0;
}

.copyright-block {
  display: flex;
  flex-direction: column;
  max-width: 453px;
  width: 100%;
}

.copyright {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footerInfo-copyryght {
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
  flex-wrap: wrap;
}

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

.footer-lang {
  flex-basis: 100%;
  position: relative;
  margin-top: 24px;
}

.btn-lang {
  border: 1px solid black;
  padding: 0 0.75rem;
  align-items: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px;
  min-width: 168px;
  border-radius: 4px;
}

.btn-lang span {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.43;
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1a1a1a;
  font-family: var(--font-basic);
  font-size: 0.875rem;
  display: flex;
  flex-grow: 1;
}

.img-lang {
  height: 1.25rem;
  margin-right: 10px;
  width: 1.25rem;
  border-radius: 50%;
}

.languages-list span {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.43;
  color: #1a1a1a;
  font-family: var(--font-basic);
}

.languages-list.active {
  border-radius: 4px;
}

.btn-lang .icon {
  height: 8px;
  transform-origin: center;
  transition: transform 0.3s;
  width: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.43;
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
}

.languages-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 100%;
  background-color: #f2f2f2;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  width: 168px;
  padding-bottom: 12px;
}

.languages-list a {
  padding: 12px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

.languages-list.active {
  opacity: 1;
  visibility: visible;
  z-index: 155;
}

.languages-list a:hover {
  background-color: #f2f2f2;
}

.promotion {
  box-sizing: border-box;
  position: relative;
}

.bg-promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.promotion-section {
  margin: 2rem auto;
  max-width: 1224px;
}

.promotion-section > .promotion-section {
  margin-left: 0;
  margin-right: 0;
}

.sb-JackpotBannerDefault {
  align-items: center;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sb-JackpotBannerDefault-background {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sb-JackpotBannerDefault-content {
  align-items: center;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
}

.sb-JackpotBannerDefault-name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.sb-JackpotBannerDefaultLevel {
  display: flex;
  position: relative;
}

.sb-JackpotBannerDefault-value {
  align-items: center;
  color: #fa0;
  display: flex;
  flex-wrap: wrap;
  font-size: 65px;
  font-weight: 900;
  justify-content: center;
  text-shadow: 0 0 10px rgba(255, 152, 0, 0.5);
  font-family: "Open Sans", sans-serif;
}

.sb-JackpotBannerDefault-levels {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  gap: 8px 48px;
  justify-content: center;
  margin: 0 auto;
  max-width: 720px;
}

.sb-JackpotBannerDefaultLevel:first-of-type {
  color: #fa0;
  order: 3;
}

.sb-JackpotBannerDefaultLevel-content {
  align-items: center;
  background-color: #fa0;
  border-radius: 0.25rem;
  -webkit-clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
  clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
  padding: 0.75rem 1.25rem;
  width: 230px;
}

.sb-JackpotBannerDefaultLevel-content.second {
  color: #f54100;
  background-color: #f54100;
  order: 2;
}

.sb-JackpotBannerDefaultLevel.second .sb-JackpotLevelIcon {
  color: #f54100;
  order: 2;
  background-color: #f54100 !important;
}

.sb-JackpotBannerDefaultLevel.second .sb-JackpotLevelIcon .sb-Icon {
  color: #f54100;
}

.sb-JackpotBannerDefaultLevel-content:before {
  align-items: center;
  background: linear-gradient(
      270deg,
      rgba(34, 34, 43, 0.3),
      rgba(0, 179, 119, 0.3)
    ),
    #22222b;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  content: "";
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  justify-content: center;
  position: absolute;
  text-align: center;
  width: calc(100% - 4px);
  z-index: -1;
}

.sb-JackpotBannerDefaultLevel-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  width: 100%;
}

.sb-Image {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.sb-JackpotBannerDefaultLevel-name {
  color: hsla(0, 0%, 100%, 0.45);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.sb-JackpotBannerDefaultLevel-value {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
}

.sb-JackpotBannerDefaultLevel-icon {
  position: absolute;
  transform: translate(-50%, 50%);
}

.jackpotLevelIcon {
  align-items: center;
  bottom: 50%;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: flex;
  height: 54px;
  justify-content: center;
  width: 48px;
}

.sb-JackpotLevelIcon:before {
  background-color: #222;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  content: "";
  height: calc(100% - 4px);
  position: absolute;
  width: calc(100% - 4px);
}

.sb-JackpotBannerDefault-terms {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  bottom: 0.5rem;
  color: hsla(0, 0%, 100%, 0.45);
  position: absolute;
}

.promotion-section-slides {
  display: flex;

  align-items: stretch;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.promotion-section-slide {
  flex-basis: calc(50% - 1.5rem);
  flex-grow: 1;
  min-height: 18.75rem;
  border-radius: 0.25rem;
  position: relative;
  width: 100%;
}

.promotion-section-slide-img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.promotion-section-slide-row {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  width: 100%;
  color: white;
}

.promotion-section-slide-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.14;
  font-family: var(--font-heading);
  min-height: 45px;
  color: white;
}

.promotion-section-slide-title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.14;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: var(--font-heading);
  color: white;
}

.promotion-section-slide-actions {
  display: flex;
  flex-direction: column;
}

.promotion-section-slide-body {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  color: white;
}

.promotion-section-slide-actions .btn-fill {
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion-section-slide-actions .sb-JackpotBannerDefault-terms {
  position: relative;
  margin-top: 15px;
  text-decoration: underline;
}

.promotion-section-slide-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  z-index: 2;
  position: relative;
  justify-content: space-between;
  height: 100%;
}

.promotion-section-slide-content {
  flex-grow: 1;
}

.promotion-section-code {
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 1px solid #333342;
  border-radius: 0.25rem;
  display: flex;
  overflow: hidden;
}

.promo-form {
  flex-shrink: 0;
  max-width: 360px;
  padding: 0.5rem 1.25rem 1.25rem;
  width: 100%;
}

.promo-code-img {
  width: calc(100% - 360px);
}

.codeForm-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  color: #f4d136;
  margin-bottom: 0.25rem;
  text-align: center;
}

.codeForm-subtitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
}

.codeForm-form {
  position: relative;
  display: flex;
}

.codeForm-input {
  background-color: transparent;
  border-color: #333342;
  box-shadow: none;
  color: #fff;
  height: 40px;
  padding-left: 1rem;
  flex-basis: 100%;
  border: solid 1px;
  font-size: 0.875rem;
  color: #495057;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.codeForm-submit {
  height: 32px;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 32px;
  background-color: #f54100;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.codeForm-submit .icon {
  color: #1a1a1a;
  height: 16px;
  width: 16px;
  margin-right: 0;
}

.promotion-bonusList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-right: -1.5rem;
}

.bonusList-item {
  background-position: 0;
  background-size: cover;
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
  min-height: 18.75rem;
  overflow: hidden;
  position: relative;
  width: calc(50% - 1.5rem);
}

.bonusList-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bonusList-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  position: relative;
}

.bonusList-eyebrow {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  color: #fff;
}

.bonusList-highlight {
  align-items: flex-start;
  padding-right: 4rem;
  text-align: left;
  max-width: 31.25rem;
  color: #f4d136;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 0;
  position: relative;
}

.bonusList-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

.bonusList-title {
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.14;
  font-weight: 900;
  font-family: "Sintony", sans-serif;
}

.bonusList-highlight:after {
  background: linear-gradient(
    90.88deg,
    hsla(0, 0%, 100%, 0.2) -1.43%,
    hsla(0, 0%, 100%, 0) 169.3%
  );
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  left: -3.75rem;
  transform: skew(-35deg);
  width: calc(100% + 5.75rem);
}

.bonusList-status {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
}

.bonusList-link {
  font-size: 14px;
  padding: 10px 16px;
  text-decoration: underline;
  color: white;
}

.promotion .subTitleContainer {
  margin: 2rem 0 1.5rem;
  color: #1a1a1a;
}

.btn-lg {
  font-size: 14px;
  padding: 10px 16px;
  border: solid 1px #227d38;
  background-color: #227d38;
  align-items: center;
  display: flex;
  margin: 1.5rem auto 0;
  border-radius: 0.3rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 194px;
}

.promotionFreebet {
  display: flex;
  flex-direction: column;
}

.promoBanner-freebet {
  border-radius: 0.25rem;
  display: flex;
  height: 18.75rem;
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}

.freeBet-img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.freeBet-content {
  align-items: center;
  color: #f4d136;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  max-width: 25rem;
  padding: 1.25rem;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.freeBet-title {
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.14;
  font-family: "Sintony", sans-serif;
}

.freeBet-subtitle {
  margin-top: 1rem;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.23;
}

.promoBanner-freebet .btn-fill {
  margin-top: 1rem;
  padding: 0.75rem 2.25rem;
  min-width: 124px;
}

.wrapper-mobile-sidebar {
  display: none;
}

.faq__items {
  display: flex;
  flex-direction: column;
}

.faq-item {
  cursor: pointer;
  border-bottom: 1px solid #646464;
}

.faq-item .question {
  padding: 12px;

  position: relative;
}

.faq-item .question:hover {
  background: #227d38;
}

.faq-item .question:after {
  content: "";
  background: url(../img/plus.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.faq-item .question p {
  font-family: var(--font-basic);
  font-weight: 900;
  font-size: 16px;
  color: black;
  transition: 0.3s color, 0.3s background-color;
}

.faq-item .answer {
  padding: 24px;
  color: black;
  display: none;
}

.faq-item-active .question {
  background: #227d38;
}

.faq-item-active .answer {
  display: block;
}
.match-header .row-outcomes .market.outcomes__market:last-of-type {
  padding-left: 5px;
}
@media (max-width: 1566px) {
  .sliderTopEvents .swiper-slide {
    width: calc(48% - 12px);
  }

  .homePage-sliderTopEvents {
    margin-right: -12px;
  }

  .row-outcomes .market.outcomes__market:first-of-type {
    display: none;
  }
}

@media (max-width: 1280px) {
  .aside-leftSidebar {
    display: none;
  }

  .aside-rightSidebar {
    display: none;
  }

  .main {
    padding: 64px 0 48px 0;
  }

  .header-main-left {
    display: none;
  }

  .header-main {
    justify-content: end;
  }

  .btn-open-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    margin-right: 1.25rem;
    padding: 0;
  }

  .btn-open-menu .icon {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0;
    fill: #227d38;
    color: #227d38;
  }

  .img-logo {
    display: none;
  }

  .logo-mobile {
    display: block;
    width: 140px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header-SportsMenu {
    display: flex;
    justify-content: space-between;
    height: 41px;
    padding: 0 1.25rem;
    width: 100%;
    flex-basis: 100%;
  }

  .header-left-part-logo,
  .header-main {
    height: 64px;
  }

  .header {
    display: flex;
    flex-wrap: wrap;
    height: 105px;
  }

  .promotion {
    padding-top: 10px;
  }

  .header-SportsMenu a {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    color: white;
  }

  .header-SportsMenu a .listSports-label {
    padding-left: 0;
  }

  .header-SportsMenu a .icon {
    height: 20px;
    width: 20px;
    margin-right: 0.75rem;
  }

  .main {
    padding-top: 105px;
  }

  .sliderTopEvents .swiper-slide {
    width: calc(32% - 12px);
  }

  .homePage-sliderTopEvents {
    margin-right: 0;
  }

  .footerInfo {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .footer-nav {
    flex-basis: 100%;
  }

  .footerInfo-copyryght {
    flex-basis: 100%;
  }

  .footer-menu {
    flex-basis: 100%;
  }

  .footer-menu {
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .footer-menu-title {
    position: relative;
  }

  .footer-menu-title::before {
    position: absolute;
    content: "❮";
    right: 10px;
    transform: rotate(-90deg);
    color: black;
    font-size: 9px;
  }

  .footer-menu ul {
    display: none;
  }

  .footer-menu.active ul {
    display: block;
  }

  .footerPartners {
    border-bottom: 0;
  }

  .copyright-block {
    flex-direction: column-reverse;
  }

  .copyright {
    align-items: center;
  }

  .footer-lang {
    margin-bottom: 24px;
  }

  .wrapper-mobile-sidebar.active {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100vw;
    z-index: 7777;
    display: block;
    min-height: 100vh;
    width: 100%;
  }

  .mobile-sidebar {
    height: 100vh;
    z-index: 1050;
    width: 320px;
    left: -320px;
    background-color: #f2f2f2;
    transition: transform 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    overflow-y: scroll;
    position: relative;
    z-index: 777;
  }

  .mobile-sidebar .platformSwitcher {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-mobile-sidebar.active .mobile-sidebar {
    left: 0;
  }

  .link-support {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    background-color: #227d38;
    color: white;
  }

  .link-support span {
    color: white;
    font-size: 16px;
    line-height: 24px;
  }

  .link-logo-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .menu-mobile-sidebar li {
    list-style: none;
    display: flex;
    align-items: center;
  }

  .link-logo-sidebar img {
    width: 140px;
    height: 40px;
    display: block;
  }

  .menu-mobile-sidebar .icon {
    height: 20px;
    width: 20px;
    margin-right: 20px;
  }

  .menu-mobile-sidebar {
    padding-left: 0;
  }

  .menu-mobile-sidebar li {
    margin-bottom: 1rem;
  }

  .menu-mobile-sidebar span {
    color: #1a1a1a !important;
    font-size: 16px !important;
    text-transform: capitalize;
  }

  .menu-mobile-sidebar .iconLiveAnimated {
    display: inline-block;
    margin-right: 1rem;
  }

  .divider {
    background-color: black;
    height: 1px;
    width: 100%;
    padding: 0.5px;
  }

  .wr-promo-sidebar {
    display: flex;
    flex-direction: column;
  }

  .wr-promo-sidebar a {
    margin-bottom: 1rem;
  }

  .wr-promo-sidebar .icon {
    height: 20px;
    width: 20px;
    margin-right: 20px;
    fill: black;
    color: black;
  }

  .wr-promo-sidebar span {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
  }

  .badge {
    background-color: #f54100;
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 8px !important;
    line-height: 1 !important;
    margin-left: 0.25rem !important;
    padding: 2px 4px;
    position: relative;
    top: -8px;
  }

  .mobile-sidebar-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .sliderTopEvents .swiper-slide {
    width: calc(49% - 12px);
  }

  .score {
    display: none;
  }
}

@media (max-width: 820px) {
	.sliderBanner .swiper-slide {
    height: 250px; 
	}
  .header-SportsMenu a .listSports-label {
    display: none;
  }

  .In-Play {
    display: none;
  }

  .score {
    display: flex;
  }

  .row-outcomes {
    flex-basis: 100%;
    width: 100%;
  }

  .market.outcomes__market {
    width: 100%;
    margin: 10px 0;
  }

  .match-body .outcomes__market:last-of-type:before {
    display: none;
  }

  .match-body {
    flex-wrap: wrap;
  }

  .match-body .outcome {
    width: 100%;
  }

  .promotion-section-slide-content,
  .promotion-bonusList {
    flex-wrap: wrap;
  }

  .bonusList-item {
    width: 100%;
  }

  .copyright-block {
    max-width: 100%;
    width: 100%;
  }

  .promotion-section-slides {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .page-title,
  h1 {
    font-size: 18px;
  }
  .sb-JackpotBannerDefault-levels {
    flex-direction: column;
  }

  .sliderTopEvents .swiper-slide {
    width: 100%;
  }

  .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 9px;
  }

  .header-left-part-logo {
    width: auto;
    padding-left: 20px;
  }
}

@media (max-width: 380px) {
  .part-logo {
    padding-left: 10px;
  }
  .logo-mobile {
    width: 70px;
  }
}

/*# my styling-restyling */

.row-first {
  max-width: 770px;
}
.faq-item .question p {
  padding-right: 30px;
}
.match-header .icon-market {
  display: none;
}
.match-header .outcome {
  min-width: 70px;
  width: 100%;
  margin-left: 0;
}
.match-header .score {
  display: none;
}
.header-outcomes__market {
  margin-right: 6px;
}
.match-body .outcome {
  min-width: 70px;
  width: 100%;
  flex-grow: 1;
}
.score {
  display: flex;
  overflow-x: auto;
}
.name.comp__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.competitors {
  border-right: none;
}
.row-first {
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 252, 0.12);
}
.match-header .row-first {
  border-right: none;
}
.promotion-section-slide-body {
  font-family: "Druk Wide Cy Web Bold";
  font-weight: 400;
}

.sliderTopEvents-odds {
  overflow: hidden;
}
.link-more {
  font-weight: 400;
}
.wrapper-mobile-sidebar.active .btn-active-sidebar {
  position: absolute;
  top: 20px;
  height: 30px;
  font-size: 24px;
  background: transparent;
  border: none;
}
@media (max-width: 1566px) and (min-width: 1280px) {
  .header-menu a {
    font-size: 0.675rem;
  }
  .header-outcomes__market {
    display: none !important;
  }
  .name.comp__name {
    max-width: 180px;
  }
}
@media (max-width: 1380px) {
  .header-menu a {
    font-size: 0.6rem;
  }
  .promotion-section-slide-title {
    font-size: 1.8rem;
    min-height: 65px;
  }
  .promotion-section-slide-body {
    font-size: 12px;
    min-height: 45px;
  }
  .promotion-section-slide-actions .btn {
    line-height: 1 !important;
  }
}
@media (max-width: 1280px) {
  .row-outcomes .market.outcomes__market:first-of-type {
    display: flex;
  }
  .row-outcomes .market.outcomes__market:first-of-type {
    display: flex;
  }
}
@media (max-width: 1024px) and (min-width: 820px) {
  .name.comp__name {
    max-width: 150px;
  }
}

@media (max-width: 820px) {
  .promotion-section-slide-body {
    font-size: 12px;
  }
  .promotion-section-slide-title {
    font-size: 1.4rem;
  }
  .market.outcomes__market .outcome {
    flex-grow: 1;
  }
  .avialable-markets {
    display: none;
  }
  .match-header .row-outcomes {
    display: none;
  }
}
.sb-JackpotBannerDefaultLevel.second .sb-JackpotLevelIcon {
  z-index: 88;
}
.slide-title {
  font-size: 1.25rem;
}
.slide-description {
  font-size: 16px;
}
@media (max-width: 720px) {
	.img-slide {
		height:400px;
	}
  .slide-title {
    font-size: 1.25rem;
  }
  .slide-title {
    font-size: 12px;
  }
  .slide-description {
    font-size: 12px;
  }
  .promotion-section-slides {
    flex-wrap: wrap;
  }
  .promotion-section-slide {
    width: 100%;
    flex-basis: 100% !important;
  }
  .promotion-section-slide-container {
    height: 100%;
    padding: 1.25rem;
  }
}
@media (max-width: 576px) {
	
  .row-outcomes .market.outcomes__market:first-of-type {
    display: none;
  }
  .name.comp__name {
    max-width: 100px;
  }
}
@media (min-width: 820px) {
  .row-first {
    max-width: 70%;
  }
}
@media (min-width: 1920px) {
  .row-first {
    max-width: 90%;
  }
}
.img-copyright {
  height: auto;
  width: 100%;
  margin-right: 1rem;
  max-width: 100px;
}
table {
  overflow-x: auto;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-top: 16px;
}
table td {
  background: #f2f2f2;

  padding: 10px;
  border-bottom: 1px solid white;
}
table tr {
  border-radius: 4px;
}
thead {
  border-radius: 4px;
}
thead tr {
  background: #227d38;
  color: white;
  border-radius: 4px;
}
thead th {
  padding: 10px;
}
@media (max-width: 992px) {
  iframe {
    width: 100% !important;
  }
  .entry-content .alignright,
  .entry__content .alignright,
  .entry__content .alignleft,
  .entry-content .alignleft,
  .alignleft,
  .alignright {
    float: none !important;
    margin: 1rem auto !important;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
  table {
    display: block;
  }
  td,
  thead th {
    flex-grow: 1;
    width: 100%;
    min-width: 200px;
  }
  table td {
    min-width: 200px;
  }
}
.wp-block-image .aligncenter,
.wp-block-table {
  margin-top: 16px;
  margin-bottom: 16px;
}
.alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.aligncenter {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
.aligncenter {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}
.aligncenter {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
.btn-active-sidebar svg {
  fill: #227d38;
  color: #227d38;
}
.nav-menu-mobile ul {
  list-style: none;
}
.nav-menu-mobile a {
  color: black;
  text-transform: uppercase;
}
.nav-menu-mobile a svg {
  color: black;
}
.nav-menu-mobile li {
  margin-bottom: 16px;
}
.slider-footerPartners .swiper-wrapper {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:20px;
	margin-left:20px;
}
.slider-footerPartners .swiper-slide {
	max-width:250px;
	align-items:center;
}
@media (max-width:420px){
	.img-slide {
    height: 280px;
}
}
.wp-block-image {
	margin-bottom:20px;
}