/* [project]/src/components/header/header.module.css [client] (css) */
.header-module__6rtY2W__header {
  -webkit-padding-end: 5px;
  -moz-padding-end: 5px;
  justify-content: center;
  align-items: center;
  width: 1210px;
  height: 57px;
  margin: 0 auto 5px;
  display: flex;
}

@keyframes header-module__6rtY2W__falling {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-module__6rtY2W__fallingAnimation {
  animation: .3s ease-out forwards header-module__6rtY2W__falling;
}

.header-module__6rtY2W__header .header-module__6rtY2W__sectionFirst {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login {
  font-size: 14px;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login {
  color: #fff;
  cursor: pointer;
  background: #3b3f47;
  justify-content: center;
  align-items: center;
  height: 57px;
  margin: 0;
  padding: 0 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-module__6rtY2W__oddsMenu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex !important;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login > div {
  display: flex;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo span {
  white-space: nowrap;
  flex-grow: 0;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu {
  left: auto;
  right: 0;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background-image: linear-gradient(#202020 0, #2b2b2b);
  border: 1px solid #363941;
  flex-direction: column;
  flex-grow: 1;
  min-width: 155px;
  transition: all .5s, visibility 0s linear .5s;
  display: flex;
  position: absolute;
  top: 58px;
  left: 0;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu .header-module__6rtY2W__support {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu > div {
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #191919;
  width: 100%;
  text-decoration: none;
}

.header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu .header-module__6rtY2W__support .header-module__6rtY2W__supportTelegram, .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu .header-module__6rtY2W__support .header-module__6rtY2W__supportWhatsapp, .header-module__6rtY2W__supportTelegram {
  width: 30px !important;
  height: 30px !important;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu .header-module__6rtY2W__secondRightItem a:hover {
  color: #36ef28;
}

.header-module__6rtY2W__supportTelegram, .header-module__6rtY2W__supportWhatsapp {
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 20px !important;
  height: 20px !important;
}

.header-module__6rtY2W__supportTelegram {
  background-image: url("/images/telegram.png");
  background-size: contain;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu .header-module__6rtY2W__secondRightItem a, .header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu .header-module__6rtY2W__secondRightItem > div {
  color: #fff;
  font: 14px / 16px;
  white-space: nowrap;
  padding: 7px 14px;
  display: block;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__balance {
  font-size: 14px;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__login .header-module__6rtY2W__userMenu.header-module__6rtY2W__show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__balance {
  color: #aaa8a8;
  cursor: pointer;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  display: flex;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__balance b {
  color: #57f6b8;
  min-width: 37px;
  padding: 0 0 0 7px;
  display: inline-block;
}

.header-module__6rtY2W__sectionSecond {
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  height: 57px;
  margin: 0 auto;
  display: flex;
}

.header-module__6rtY2W__sectionSecondRight {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-module__6rtY2W__sectionSecondRight .header-module__6rtY2W__selectHeaderElement {
  border-left: 1px solid #363941;
}

.header-module__6rtY2W__sectionSecondRight > div {
  color: #fff;
  cursor: pointer;
  border-right: 1px solid #363941;
  height: 57px;
  line-height: 57px;
  text-decoration: none;
  display: block;
}

.header-module__6rtY2W__selectHeaderElement {
  border-left: 1px solid #181a1c;
  align-items: center;
  display: flex;
  position: relative;
}

.header-module__6rtY2W__selectHeaderDropdownItem {
  -webkit-padding-end: 23px;
  -moz-padding-end: 23px;
  -webkit-padding-start: 14px;
  -moz-padding-start: 14px;
  cursor: pointer;
  align-items: center;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.header-module__6rtY2W__selectHeaderDropdownBtn.header-module__6rtY2W__lang {
  background: none;
  border: none;
}

.header-module__6rtY2W__selectHeaderDropdownBtn.header-module__6rtY2W__lang img {
  width: 24px;
}

.header-module__6rtY2W__selectHeaderDropdownBtn.header-module__6rtY2W__lang.header-module__6rtY2W__selected {
  cursor: not-allowed;
  opacity: .2;
  background: none;
  text-decoration: underline;
}

.header-module__6rtY2W__selectHeaderDropdownWrap {
  justify-content: center;
  min-width: 90px;
  height: 100%;
  display: flex;
}

.header-module__6rtY2W__selectHeaderDropdownItem {
  -webkit-padding-end: 23px;
  -moz-padding-end: 23px;
  -webkit-padding-start: 14px;
  -moz-padding-start: 14px;
  cursor: pointer;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-module__6rtY2W__show {
  opacity: 1 !important;
  visibility: visible !important;
  transition-delay: 0s !important;
}

.header-module__6rtY2W__selectHeaderDropdownInner {
  text-align: center;
  opacity: 0;
  white-space: nowrap;
  z-index: 50;
  background-color: #21242a;
  border: 1px solid #363941;
  max-height: 932px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100% !important;
  font-size: 1rem !important;
  top: 57px !important;
}

.header-module__6rtY2W__selectHeaderDropdownPlaceholder {
  -webkit-padding-start: 8px;
  -moz-padding-start: 8px;
  color: #bbb;
  font-size: 14px;
}

.header-module__6rtY2W__selectHeaderDropdownArrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  left: 9px;
}

.header-module__6rtY2W__selectHeaderDropdownBtn {
  color: #cfcfcf;
  cursor: pointer;
  border-bottom: 1px solid #191919;
  align-items: center;
  height: 27px;
  padding: 0 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-module__6rtY2W__selectHeaderDropdownBtn:hover {
  color: #36ef28;
  background-color: #6a6b70;
}

.header-module__6rtY2W__header .header-module__6rtY2W__headerMenu {
  display: -moz-flex;
  background: none;
  flex-basis: 50%;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  transition: transform .3s;
  display: flex;
}

.header-module__6rtY2W__headerMenu.header-module__6rtY2W__hidden {
  transform: translateY(-100%);
}

.header-module__6rtY2W__header .header-module__6rtY2W__headerMenu ul.header-module__6rtY2W__nav {
  background-color: inherit;
  display: -moz-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__headerMenu ul.header-module__6rtY2W__nav li {
  border-left: 1px solid #363941;
  border-right: none;
}

.header-module__6rtY2W__header .header-module__6rtY2W__headerMenu ul.header-module__6rtY2W__nav li {
  background-color: inherit;
  text-transform: uppercase;
  border-right: 1px solid #363941;
  height: 100%;
  list-style: none;
  position: relative;
}

.header-module__6rtY2W__header .header-module__6rtY2W__headerMenu ul.header-module__6rtY2W__nav li a.header-module__6rtY2W__navItem {
  box-sizing: border-box;
  border: 1px solid #6a6b70;
  width: 90px;
  height: 50px;
  margin-top: 3px;
}

.header-module__6rtY2W__header .header-module__6rtY2W__headerMenu ul.header-module__6rtY2W__nav li a.header-module__6rtY2W__navItem:hover {
  border: 2px solid #e7694b;
}

.header-module__6rtY2W__header .header-module__6rtY2W__headerMenu ul.header-module__6rtY2W__nav li a {
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  display: -moz-flex;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 100%;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.header-module__6rtY2W__header a {
  color: #888;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.header-module__6rtY2W__header a svg:hover {
  color: #e7694b;
}

.header-module__6rtY2W__header .header-module__6rtY2W__headerMenu ul.header-module__6rtY2W__nav li a span {
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.header-module__6rtY2W__header .header-module__6rtY2W__headerMenu ul.header-module__6rtY2W__nav li a img.header-module__6rtY2W__navItemMenu {
  width: 100%;
}

.header-module__6rtY2W__header .header-module__6rtY2W__sectionSecondLeft {
  color: #fff;
  align-items: center;
  height: 57px;
  display: flex;
}

.header-module__6rtY2W__header .header-module__6rtY2W__sendmessages {
  border-left: 1px solid #363941;
  border-right: 1px solid #363941;
  height: 100%;
  padding: 0 10px;
  font: 27px / 30px TTProstoSans;
  position: relative;
  text-decoration: none !important;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__sendmessages {
  border-left: 1px solid #363941;
  border-right: none;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__sectionSecondLeft .header-module__6rtY2W__secondLeftItem.header-module__6rtY2W__clock {
  border-left: 1px solid #363941;
  border-right: none;
  font-size: 14px;
}

.header-module__6rtY2W__header .header-module__6rtY2W__sectionSecondLeft .header-module__6rtY2W__secondLeftItem.header-module__6rtY2W__clock {
  color: #fff;
  border-right: 1px solid #363941;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__sectionSecondLeft .header-module__6rtY2W__userInfo {
  border-left: none;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__userInfo {
  border-left: 1px solid #363941;
  border-right: none;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo {
  border-right: 1px solid #363941;
  align-items: center;
  height: 57px;
  margin: 0 auto;
  display: flex;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__userInfoButton {
  -webkit-margin-start: 5px;
  -moz-margin-start: 5px;
  color: #e7694b;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-module__6rtY2W__he .header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__userInfoButton svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo b {
  -webkit-margin-start: 5px;
  -moz-margin-start: 5px;
  -webkit-margin-end: 10px;
  -moz-margin-end: 10px;
  unicode-bidi: plaintext;
  flex-grow: 1;
  font-weight: 400;
}

.header-module__6rtY2W__header .header-module__6rtY2W__userInfo .header-module__6rtY2W__userInfoButton b {
  font-weight: 400;
}

.header-module__6rtY2W__mobileHeader {
  color: #fff;
  width: 100%;
  font-size: 13px;
}

.header-module__6rtY2W__headerMain {
  -webkit-padding-end: 7px;
  -moz-padding-end: 7px;
  z-index: 100;
  background-color: #2b2e36;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: fixed;
  top: 0;
}

.header-module__6rtY2W__headerEnd, .header-module__6rtY2W__headerStart {
  align-items: center;
  display: flex;
}

.header-module__6rtY2W__headerStart {
  justify-content: flex-start;
}

.header-module__6rtY2W__headerEnd, .header-module__6rtY2W__headerStart {
  width: 50%;
  height: 100%;
}

.header-module__6rtY2W__headerButtonWrapper {
  align-items: center;
  max-width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.header-module__6rtY2W__headerButtonUser {
  z-index: 101;
  background: #e7694b;
  border-left: 7px solid #2b2e36;
  justify-content: space-evenly;
  max-width: 100%;
  padding: 0 .75em;
  display: flex;
}

.header-module__6rtY2W__headerButton {
  align-items: center;
  height: 40px;
  display: flex;
}

.header-module__6rtY2W__headerButtonName {
  -webkit-padding-start: .75em;
  -moz-padding-start: .75em;
  line-height: 1;
}

.header-module__6rtY2W__headerButtonIcon, .header-module__6rtY2W__headerButtonName {
  align-items: center;
  height: 100%;
  display: flex;
}

.header-module__6rtY2W__headerEnd {
  justify-content: flex-end;
}

.header-module__6rtY2W__headerFieldBalance {
  background-image: url("/images/black-gradient_90.jpg");
  background-size: cover;
  border: 1px solid #862d19;
  height: 40px;
  padding: 0 .75em;
}

.header-module__6rtY2W__headerField, .header-module__6rtY2W__headerFieldIcon {
  align-items: center;
  display: flex;
}

.header-module__6rtY2W__headerFieldIcon {
  color: #ffffff80;
}

.header-module__6rtY2W__headerFieldName {
  -webkit-padding-start: .5em;
  -moz-padding-start: .5em;
  color: #fff;
  align-items: center;
  height: 100%;
  font-weight: 700;
  display: flex;
}

.header-module__6rtY2W__headerButtonLogout.header-module__6rtY2W__show {
  -webkit-transform: translateX(calc(100% - 1px));
  transform: translateX(calc(100% - 1px));
}

.header-module__6rtY2W__headerButtonLogout {
  z-index: 100;
  background: #2b2e36;
  border: 3px solid #e7694b;
  padding: 0 .5em;
  transition: -webkit-transform .3s, transform .3s, max-width .5s;
  position: absolute;
  top: 0;
  right: 0;
}

.header-module__6rtY2W__mobileHeader .header-module__6rtY2W__headerMenu {
  z-index: 10;
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  transition: transform .3s;
  position: fixed;
  top: 50px;
}

.header-module__6rtY2W__headerMenuContent {
  color: #fffc;
  background-color: #31353e;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #6a6b70;
  border-right: 1px solid #6a6b70;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  font-family: TTProstoSansBold;
  display: flex;
  overflow-x: auto;
}

.header-module__6rtY2W__headerMenuNavigation {
  color: #fffc;
  background-color: #31353e;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 59px;
  font-family: TTProstoSansBold;
  display: flex;
  overflow-x: auto;
}

.header-module__6rtY2W__headerMenuNavigation + .header-module__6rtY2W__headerMenuNavigation {
  border-top: 1px solid #ffffff1a;
}

.header-module__6rtY2W__headerMenuSubmenu {
  color: #fffc;
  background-color: #31353e;
  justify-content: center;
  align-items: center;
  width: 16.6667%;
  height: 59px;
  font-family: TTProstoSansBold;
  transition: color .3s, background-color .3s;
  display: flex;
}

.header-module__6rtY2W__headerMenuItemNew {
  background-image: url("/images/black-gradient_90.jpg");
  background-size: cover;
  border-left: 1px solid #6a6b70;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 16.6667%;
  height: 100%;
  padding: 4px 0;
  display: flex;
}

.header-module__6rtY2W__tetrisMenuItem {
  user-select: none;
  flex-direction: column;
  display: flex;
  position: relative;
}

.header-module__6rtY2W__headerMenuSubmenu.header-module__6rtY2W__show > svg {
  transform: rotate(90deg);
}

.header-module__6rtY2W__headerMenuSubmenu > svg {
  transition: transform .3s;
}

.header-module__6rtY2W__headerMenuSubmenu.header-module__6rtY2W__show {
  color: #31353e;
  background-color: #ffffff80;
}

.header-module__6rtY2W__headerSubmenu {
  opacity: 0;
  z-index: 150;
  background-color: #24252c;
  border-right: 1px solid #ffffff1a;
  transition: opacity .3s, transform .3s;
  position: absolute;
  top: 60px;
  left: 0;
  transform: translateX(-100%);
}

.header-module__6rtY2W__headerSubmenu.header-module__6rtY2W__show {
  opacity: 1;
  transform: translateX(0);
}

.header-module__6rtY2W__headerSubmenuItem {
  color: #fffc;
  border-bottom: 1px solid #ffffff1a;
  align-items: center;
  height: 50px;
  padding-inline-end: 15px;
  display: flex;
}

.header-module__6rtY2W__headerSubmenuItemIcon {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
}

.header-module__6rtY2W__headerSubmenuItemLabel {
  flex-grow: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-module__6rtY2W__headerMenuItemNewIcon {
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-size: 30px;
  display: flex;
}

.header-module__6rtY2W__headerMenuItemNewLabel {
  color: #ffffff80;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.header-module__6rtY2W__tetrisMenuLayer {
  cursor: pointer;
  z-index: 700;
  background-color: #0000;
  position: absolute;
  inset: 0;
}

.header-module__6rtY2W__tetrisMenuArea {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-module__6rtY2W__tetrisMenuElement {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  display: flex;
}


/* [project]/src/components/dialog/dialog.module.css [client] (css) */
.dialog-module__ULEwbG__dialogModal {
  opacity: 1;
  background: #30373d;
  border: 3px solid #6a6b70;
  width: 644px;
  max-height: 95vh;
  -webkit-animation: .3s linear dialog-module__ULEwbG__dialog_modal_falling;
  animation: .3s linear dialog-module__ULEwbG__dialog_modal_falling;
  position: fixed;
  left: calc(50% - 322px);
  overflow: auto;
  -webkit-transform: translateY(calc(50vh - 50%));
  transform: translateY(calc(50vh - 50%));
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitle {
  background-color: #1a1c22;
  align-items: center;
  width: 100%;
  height: 77px;
  padding: 0 22px;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitleStart {
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitleLabel {
  -webkit-padding-start: 20px;
  -moz-padding-start: 20px;
  text-transform: capitalize;
  font-size: 20px;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitleIcon, .dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitleLabel {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitleEnd {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitleClose {
  cursor: pointer;
  align-items: center;
  height: 18px;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitleCloseLabel {
  color: #6a6b70;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 15px;
  transition: color .3s;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageTitleCloseIcon {
  background-color: #6a6b70;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.dialog-module__ULEwbG__messageTitleCloseIcon:hover {
  background-color: #b92020;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageContent, .dialog-module__ULEwbG__dialogModal p {
  background: none;
  font-size: 16px;
  line-height: 1.4;
}

.dialog-module__ULEwbG__modalItem {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  display: flex;
}

.dialog-module__ULEwbG__modalItemLabel {
  -webkit-margin-end: 20px;
  -moz-margin-end: 20px;
  color: #dedbdb;
  border-bottom: 1px solid #53575d;
  flex-shrink: 1;
  width: calc(50% - 20px);
  padding: 18px 0 13px;
  font-size: 16px;
}

.dialog-module__ULEwbG__modalItemValue {
  flex-grow: 1;
  width: 50%;
  padding: 13px 0;
  font-size: 14px;
}

.dialog-module__ULEwbG__modalItemLabel, .dialog-module__ULEwbG__modalItemValue {
  align-items: center;
  height: 100%;
  display: flex;
}

.dialog-module__ULEwbG__modalItemValue .dialog-module__ULEwbG__selectContainer {
  background: inherit;
  margin: 0;
}

.dialog-module__ULEwbG__selectContainer {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: box-shadow;
  background: #1f1f1f;
  border: none;
  border-radius: 0;
  flex-direction: column;
  width: 230px;
  min-width: 120px;
  height: 35px;
  margin: 0 5px;
  padding: 0;
  font-size: 15px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.dialog-module__ULEwbG__selectChosen {
  -webkit-padding-start: 12px;
  -moz-padding-start: 12px;
  background: none;
  background-clip: initial;
  box-shadow: none;
  color: #737373;
  cursor: pointer;
  white-space: nowrap;
  border: 3px solid #3c3e43;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  line-height: 29px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.dialog-module__ULEwbG__modalItemValue .dialog-module__ULEwbG__selectChosen {
  border-color: #4f555a;
}

.dialog-module__ULEwbG__selectChosen span {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  display: block;
  overflow: hidden;
}

.dialog-module__ULEwbG__selectChosenTitle {
  -webkit-padding-end: 3px;
  -moz-padding-end: 3px;
  height: 100%;
}

.dialog-module__ULEwbG__selectChosen span.dialog-module__ULEwbG__icon {
  will-change: transform;
  background: #3c3e43;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 29px;
  transition: all .4s;
  display: flex;
}

.dialog-module__ULEwbG__modalItemValue .dialog-module__ULEwbG__selectChosen .dialog-module__ULEwbG__icon {
  background: #4f555a;
}

.dialog-module__ULEwbG__modalItemValue .dialog-module__ULEwbG__selectChosen .dialog-module__ULEwbG__icon svg {
  fill: #fff;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageFooter {
  border-top: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: 100px;
  margin: 0 20px;
  padding: 25px 10px;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageFooterButtons {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageFooterButton.dialog-module__ULEwbG__cancelBtn {
  background-color: #686868;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageFooterButton {
  text-transform: capitalize;
  min-width: 183px;
  max-width: calc(50% - 12px);
  height: 49px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .3s;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageFooterButton:first-child {
  -webkit-margin-end: 24px;
  -moz-margin-end: 24px;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageFooterButton {
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  z-index: 1;
  background-color: #e7694b;
  border: 1px solid #0000;
  outline: 0;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-size: 1em;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dialog-module__ULEwbG__modalForm {
  flex-flow: column wrap;
  width: 100%;
  height: 100%;
  display: flex;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageContent {
  color: #fff;
  flex-direction: column;
  padding: 5px 0 0;
  font-size: 20px;
  display: flex;
}

.dialog-module__ULEwbG__modalItemValueColumn {
  flex-direction: column;
  padding: 8px 0 0;
}

.dialog-module__ULEwbG__modalItemValue.dialog-module__ULEwbG__score, .dialog-module__ULEwbG__modalItemValueColumn {
  justify-content: space-between;
  display: flex;
}

.dialog-module__ULEwbG__modalItemValueColumn .dialog-module__ULEwbG__modalItemValueInput {
  height: 34px;
}

.dialog-module__ULEwbG__modalItemValueInput {
  background-color: inherit;
  color: #fff;
  letter-spacing: 1px;
  border: 3px solid #6a6b70;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-family: TTProstoSans;
  font-size: 15px;
}

.dialog-module__ULEwbG__dialogModal .dialog-module__ULEwbG__messageFooterButton.dialog-module__ULEwbG__confirmBtn {
  background-color: #e7694b;
}


/* [project]/src/components/liga/liga.module.css [client] (css) */
.liga-module__CYNqlq__sportsContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.liga-module__CYNqlq__sportSection {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.liga-module__CYNqlq__sportHeader {
  background-color: #22242a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  display: flex;
  position: relative;
}

.liga-module__CYNqlq__sportTitle {
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 30px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  left: 10px;
}

.liga-module__CYNqlq__sportIcon {
  width: 37px;
  height: 35px;
}

.liga-module__CYNqlq__dateButtons {
  gap: 8px;
  margin-right: 15px;
  display: flex;
}

.liga-module__CYNqlq__dateBtn {
  color: #189618;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  transition: all .3s;
  box-shadow: 0 0 5px #0f00;
}

.liga-module__CYNqlq__dateBtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 10px #1ace19, 0 0 20px #00ff0080;
}

.liga-module__CYNqlq__dateBtn.liga-module__CYNqlq__today {
  color: #000;
  background: #1ace19;
  font-weight: bold;
}

.liga-module__CYNqlq__dateBtn.liga-module__CYNqlq__today:hover {
  box-shadow: 0 0 15px #1ace19, 0 0 30px #00ff00b3;
}

.liga-module__CYNqlq__favoritesBtn {
  cursor: pointer;
  color: #ccc;
  background: none;
  border: none;
  padding: 0 10px;
  font-size: 20px;
}

.liga-module__CYNqlq__favoritesBtn:hover {
  color: #ffc107;
}

.liga-module__CYNqlq__outrightBtn {
  cursor: pointer;
  color: #fff;
  background-color: #e7694b;
  border: none;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24px;
  padding: 5px 0;
  transition: background-color .3s;
  display: flex;
}

.liga-module__CYNqlq__outrightBtn:hover {
  background-color: #e4765a;
}

.liga-module__CYNqlq__leaguesGrid {
  grid-template-columns: repeat(3, 1fr);
  padding: 0 20px;
  display: grid;
}

.liga-module__CYNqlq__leagueItem {
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #4a4d56;
  align-items: center;
  width: 100%;
  min-height: 30px;
  font-size: 13.4px;
  line-height: 21px;
  display: flex;
}

.liga-module__CYNqlq__flagNameH {
  align-items: center;
  gap: 2px;
  display: flex;
}

.liga-module__CYNqlq__flag {
  object-fit: cover;
  width: 30px;
  height: 20px;
}

.liga-module__CYNqlq__leagueItem:hover {
  cursor: pointer;
  color: #e7694b;
  background-color: #22242a;
}

.liga-module__CYNqlq__leagueCheckbox {
  margin-right: 8px;
}

.liga-module__CYNqlq__leagueFlag {
  object-fit: cover;
  width: 20px;
  height: 15px;
}

.liga-module__CYNqlq__leagueName {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 5px;
  font-size: 12px;
  overflow: hidden;
}

.liga-module__CYNqlq__sportMenu {
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 8px 7px;
  display: flex;
  overflow-x: auto;
}

.liga-module__CYNqlq__sportMenuItem {
  -webkit-margin-end: 5px;
  -moz-margin-end: 5px;
  color: #ffffff80;
  background-color: #31353e;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  min-width: 80px;
  height: 60px;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.liga-module__CYNqlq__sportMenuItemIcon {
  fill: #e7694b;
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
}

.liga-module__CYNqlq__sportMenuItemName {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 10px;
  display: flex;
}

.liga-module__CYNqlq__active {
  color: #fff;
  background-color: #4e5b78;
}

.liga-module__CYNqlq__sportMenuItem1Active {
  background-color: #109121;
}

.liga-module__CYNqlq__sportContent {
  background-color: #24252c;
  width: 100%;
  height: 100%;
}

.liga-module__CYNqlq__sportLeaguesOutrightBar {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-bottom: 2px;
  display: flex;
}

.liga-module__CYNqlq__sportLeagues {
  width: 100%;
  height: calc(100% - 76px);
}

.liga-module__CYNqlq__sportLeaguesOutrightBarItem {
  color: #fff;
  cursor: pointer;
  background-color: #e7694b;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesFilter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
  position: relative;
}

.liga-module__CYNqlq__sportLeaguesFilter input {
  box-sizing: border-box;
  color: #b4b7bd;
  background: #283046;
  border: 1px solid #404656;
  outline: none;
  width: calc(100% - 8px);
  height: 28px;
  padding: 4px 8px;
}

.liga-module__CYNqlq__sportLeaguesFilterButton {
  opacity: .2;
  font-size: 19px;
  transition: all .3s;
  position: absolute;
  top: 6px;
}

.liga-module__CYNqlq__showReset {
  cursor: pointer;
  right: 15px;
}

.liga-module__CYNqlq__sportLeaguesPeriods {
  flex-direction: column;
  height: 32px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesPeriods .liga-module__CYNqlq__selectContainer {
  width: calc(100% - 8px);
  margin: 0 4px;
}

.liga-module__CYNqlq__sportLeaguesPeriodsSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: inherit;
  cursor: pointer;
  background-color: #0000;
  background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='gray' stroke-width='0' viewBox='0 0 320 512' height='20px' width='20px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  border-radius: 4px;
  padding: 8px 32px 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .2s;
}

.liga-module__CYNqlq__sportLeaguesPeriodsSelect:focus {
  outline: none;
  box-shadow: 0 0 0 2px #00f3;
}

.liga-module__CYNqlq__sportLeaguesPeriodsSelect option {
  color: #333;
  background-color: #fff;
  padding: 8px 12px;
}

.liga-module__CYNqlq__selectChosen {
  background: none;
  background-clip: initial;
  box-shadow: none;
  color: #737373;
  cursor: pointer;
  white-space: nowrap;
  border: 3px solid #3c3e43;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.liga-module__CYNqlq__sportLeaguesItem {
  width: 100%;
  margin-bottom: 2px;
}

.liga-module__CYNqlq__sportLeaguesHeader {
  -webkit-padding-start: 10px;
  -moz-padding-start: 10px;
  -webkit-padding-end: 5px;
  -moz-padding-end: 5px;
  color: #ffffffe6;
  background-color: #31353e;
  align-items: center;
  width: 100%;
  height: 36px;
  font-family: ProximaNova;
  font-size: 14px;
  display: flex;
}

.liga-module__CYNqlq__topLeague {
  background-image: url("/images/black-gradient_90.jpg");
  background-position: 50%;
  background-size: cover;
}

.liga-module__CYNqlq__sportLeaguesHeaderFlag {
  -webkit-margin-end: 10px;
  -moz-margin-end: 10px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 100%;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesHeaderFlag img {
  width: 100%;
}

.liga-module__CYNqlq__sportLeaguesHeaderName {
  -webkit-margin-end: 10px;
  -moz-margin-end: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  max-width: calc(100% - 68px);
  height: 100%;
  line-height: 36px;
  overflow: hidden;
}

.liga-module__CYNqlq__sportLeaguesHeaderExpander {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 100%;
  display: flex;
}

.liga-module__CYNqlq__expanded .liga-module__CYNqlq__sportLeaguesHeaderExpander svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.liga-module__CYNqlq__sportLeaguesHeaderExpander svg {
  transition: transform .3s;
}

.liga-module__CYNqlq__sportLeaguesGames {
  color: #fff;
  width: 100%;
  font-size: 12px;
}

.liga-module__CYNqlq__sportLeaguesGamesHeader {
  background-color: #2b2e36;
  align-items: center;
  width: 100%;
  height: 28px;
  margin-top: 1px;
  margin-bottom: 7px;
  padding: 0 7px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGamesHeaderTeams {
  align-items: center;
  width: calc(100% - 180px);
  height: 100%;
  padding: 0 5px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGamesHeaderOdds {
  align-items: center;
  width: 180px;
  height: 100%;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGamesHeaderOddsName {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 100%;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGamesDates {
  background-color: #2b2e36;
  width: 100%;
}

.liga-module__CYNqlq__sportLeaguesGamesDate:last-child {
  border-bottom: 0;
}

.liga-module__CYNqlq__sportLeaguesGamesDate {
  border-bottom: 1px solid #24252c;
  width: 100%;
}

.liga-module__CYNqlq__sportLeaguesGamesDateHeader {
  -webkit-padding-start: 7px;
  -moz-padding-start: 7px;
  -webkit-padding-end: 2px;
  -moz-padding-end: 2px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 33px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGamesDateHeaderExpander, .liga-module__CYNqlq__sportLeaguesGamesDateHeaderValue {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGamesDateHeaderExpander svg {
  transition: transform .3s;
}

.liga-module__CYNqlq__sportLeaguesGamesDateGames {
  width: 100%;
}

.liga-module__CYNqlq__sportLeaguesGame {
  background-color: #31353e;
  width: 100%;
  margin-bottom: 7px;
}

.liga-module__CYNqlq__sportLeaguesGameMain {
  border-bottom: 1px solid #24252c;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 0 7px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGameMainTeams {
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 180px);
  height: 100%;
  padding: 0 5px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGameMainTeamsAway, .liga-module__CYNqlq__sportLeaguesGameMainTeamsHome {
  align-items: center;
  width: 100%;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGameMainTeamsName {
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 18px;
  font-family: ProximaNova;
  line-height: 18px;
  overflow: hidden;
}

.liga-module__CYNqlq__sportLeaguesGameMainOdds {
  align-items: center;
  width: 180px;
  height: 100%;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGameMainOddsButton {
  background-color: #485161;
  border-left: 1px solid #24252c;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 100%;
  font-family: ProximaNova;
  display: flex;
  position: relative;
}

.liga-module__CYNqlq__sportLeaguesGameMainOddsButton .liga-module__CYNqlq__oddsButtonPercent {
  color: #edc89b;
  font-size: 13px;
}

.liga-module__CYNqlq__money {
  display: inline-block;
}

.liga-module__CYNqlq__sportLeaguesGameFooter {
  align-items: center;
  width: 100%;
  height: 24px;
  padding: 0 7px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGameFooterTime {
  -webkit-padding-end: 7px;
  -moz-padding-end: 7px;
  color: #ffffffb3;
  align-items: center;
  height: 100%;
  font-size: 11px;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGameFooterTimeLabel {
  -webkit-padding-start: 5px;
  -moz-padding-start: 5px;
}

.liga-module__CYNqlq__sportLeaguesGameFooterFav {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 100%;
  display: flex;
}

.liga-module__CYNqlq__sportLeaguesGameFooterCount, .liga-module__CYNqlq__sportLeaguesGameFooterLeague {
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}


/* [project]/src/components/sidebar/sidebar.module.css [client] (css) */
.sidebar-module__4Oz74W__sidebar {
  -webkit-margin-start: 15px;
  -moz-margin-start: 15px;
  width: 100%;
  margin-top: 5px;
}

.sidebar-module__4Oz74W__siteNav {
  background: #22242a;
  border: 3px solid #6a6b70;
  flex-direction: column;
  height: 222px;
  font-size: 18px;
  display: flex;
}

.sidebar-module__4Oz74W__siteNavItem:first-child {
  border-top: 0;
}

.sidebar-module__4Oz74W__siteNavItem.sidebar-module__4Oz74W__logo {
  background-color: #3b3f47;
  height: auto;
  min-height: 87px;
}

.sidebar-module__4Oz74W__siteNavItem {
  cursor: pointer;
  border-top: 1px solid #353840;
  align-items: center;
  height: 45px;
  transition: all .3s;
  display: flex;
}

.sidebar-module__4Oz74W__siteNavItem.sidebar-module__4Oz74W__logo a {
  background-image: url("/logo.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 87px;
  display: block;
}

.sidebar-module__4Oz74W__siteNavItem a {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.sidebar-module__4Oz74W__siteNavItem a:hover {
  color: #36ef28;
  background-color: #6a6b70;
}

.sidebar-module__4Oz74W__siteNavItem.sidebar-module__4Oz74W__active a {
  color: #36ef28;
}


/* [project]/src/components/footer/footer.module.css [client] (css) */
.footer-module__tUdqrq__footer {
  clear: both;
  background: #313131e6;
  border-top: 1px solid #6a6b70;
  width: 100%;
  min-width: 1210px;
  margin-top: 100px;
  padding: 20px 20px 40px;
}

.footer-module__tUdqrq__container {
  width: 100%;
}

.footer-module__tUdqrq__row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-module__tUdqrq__column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-module__tUdqrq__socialLinks img {
  padding-right: 10px;
}

.footer-module__tUdqrq__socialIcons {
  color: #777;
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.footer-module__tUdqrq__socialIcons li a {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-module__tUdqrq__socialIcons a {
  color: #777;
}

.footer-module__tUdqrq__socialIcons a:hover {
  color: #36ef28;
}

.footer-module__tUdqrq__usefulLink h2 {
  color: #e7694b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}

.footer-module__tUdqrq__useLinks {
  line-height: 32px;
}

.footer-module__tUdqrq__useLinks li {
  text-align: center;
  padding-right: 8px;
  font-size: 14px;
  list-style: none;
}

.footer-module__tUdqrq__useLinks li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.footer-module__tUdqrq__socialLinks h2 {
  color: #e7694b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}

.footer-module__tUdqrq__socialLinks a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.footer-module__tUdqrq__useLinks li a:hover {
  color: #36ef28;
}

.footer-module__tUdqrq__logo {
  height: 70px;
  margin-top: 60px;
}

.footer-module__tUdqrq__copyright {
  color: #e7694b;
  text-align: center;
  background: #21242a;
  min-width: 1210px;
  padding: 20px 0;
}

.footer-module__tUdqrq__copyright a {
  color: #e7694b;
  font-weight: 500;
  text-decoration: none;
}

.footer-module__tUdqrq__contactImg {
  height: 30px;
}

@media (width <= 768px) {
  .footer-module__tUdqrq__column {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-module__tUdqrq__socialIcons {
    align-items: center;
  }

  .footer-module__tUdqrq__logo {
    margin-top: 0;
  }

  .footer-module__tUdqrq__socialLinks img {
    margin-right: 10px;
    padding-right: 0;
  }

  .footer-module__tUdqrq__socialLinks a, .footer-module__tUdqrq__useLinks li {
    text-align: center;
  }

  .footer-module__tUdqrq__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-module__tUdqrq__useLinks {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-module__tUdqrq__copyright {
    padding-bottom: 70px;
  }
}

.footer-module__tUdqrq__mobileFooter {
  color: #ffffff80;
  z-index: 100;
  background-color: #2b2e36;
  border-top: 1px solid #ffffff4d;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 12px;
  display: flex;
  position: fixed;
  bottom: 0;
}

.footer-module__tUdqrq__footerItem {
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 20%;
  height: 100%;
  padding: 4px 0;
}

.footer-module__tUdqrq__footerCenter, .footer-module__tUdqrq__footerItem {
  align-items: center;
  display: flex;
}

.footer-module__tUdqrq__footerItemIcon {
  position: relative;
}

.footer-module__tUdqrq__footerItemIcon, .footer-module__tUdqrq__footerItemLabel {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-module__tUdqrq__footerSupport, .footer-module__tUdqrq__footerSupportItem {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-module__tUdqrq__footerSupport {
  flex-grow: 1;
  width: 20%;
}


/* [project]/src/components/settings/settings.module.css [client] (css) */
.settings-module__RfztVG__settings {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 1000;
  background: #1a1c22;
  border: 3px solid #6a6b70;
  width: 100%;
  transition: -webkit-transform .3s, transform .3s, opacity .3s;
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.settings-module__RfztVG__settings.settings-module__RfztVG__show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.settings-module__RfztVG__settingsHeader {
  color: #ffffffb3;
  background: #1a1c22;
  border-bottom: 1px solid #3d454c;
  align-items: center;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

.settings-module__RfztVG__settingsHeaderName {
  flex-grow: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.settings-module__RfztVG__settingsHeaderCloser {
  color: #fff;
  background-color: #e7694b;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 9px;
  display: flex;
}

.settings-module__RfztVG__settingsItem {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.settings-module__RfztVG__settingsItemSubheader {
  color: #ffffffb3;
  background-image: url("/images/black-gradient_90.jpg");
  background-size: cover;
  border-bottom: 1px solid #3d454c;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.settings-module__RfztVG__settingsItemValue {
  align-items: center;
  padding: 3px 5px;
  display: flex;
}

.settings-module__RfztVG__settingsItemValueItem {
  color: #fff;
  opacity: .75;
  background-color: #2a2f36;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 50px;
  display: flex;
}

.settings-module__RfztVG__settingsItemValueItem:not(:last-child) {
  border-bottom: 1px solid #353840;
}

.settings-module__RfztVG__settingsItemValueItem.settings-module__RfztVG__active {
  opacity: 1;
}

.settings-module__RfztVG__settingsItemValueItem img {
  display: block;
}

.settings-module__RfztVG__settingsItemValueItem.settings-module__RfztVG__active .settings-module__RfztVG__settingsBodySectionItemLabel, .settings-module__RfztVG__settingsItemValueItem.settings-module__RfztVG__active img {
  box-shadow: 0 0 9px 4px #e7694b;
}

.settings-module__RfztVG__settingsItemValueItemLabel {
  border: 1px solid #e7694b;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 35px;
  display: flex;
}

.settings-module__RfztVG__desktopItem .settings-module__RfztVG__settingsItemSubheader {
  background-color: #0a0a0a;
  background-image: none;
}

.settings-module__RfztVG__desktopItem .settings-module__RfztVG__settingsItemSubheader a {
  color: #e7694b;
  text-decoration: underline;
}


/* [project]/src/components/slider/slider.module.css [client] (css) */
.slider-module__VyBAWG__topMain {
  background-color: #3b3f47;
  flex-grow: 1;
  min-height: 215px;
  margin-top: 5px;
  width: 910px !important;
}

.slider-module__VyBAWG__swiperContainerPointerEvents {
  touch-action: pan-y;
}

.slider-module__VyBAWG__swiperContainer {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.slider-module__VyBAWG__banner {
  border: 3px solid #6a6b70;
  width: 100%;
  height: 267px;
}

.slider-module__VyBAWG__swiperPaginationBullets {
  width: 100%;
  bottom: 10px;
  left: 0;
}

.slider-module__VyBAWG__swiperContainerHorizontal > .slider-module__VyBAWG__swiperPaginationBullets, .slider-module__VyBAWG__swiperPaginationCustom, .slider-module__VyBAWG__swiperPaginationFraction {
  bottom: -10px !important;
}

.slider-module__VyBAWG__swiperPagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slider-module__VyBAWG__swiperPaginationBullet {
  border-radius: 0;
  border-radius: initial;
  box-sizing: content-box;
  cursor: pointer;
  opacity: .5;
  text-indent: -999px;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  transition: opacity .6s;
  display: inline-block;
}

.slider-module__VyBAWG__swiperContainerHorizontal > .slider-module__VyBAWG__swiperPaginationBullets .slider-module__VyBAWG__swiperPaginationBullet {
  margin: 0 4px;
}

.slider-module__VyBAWG__swiperPaginationClickable .slider-module__VyBAWG__swiperPaginationBullet {
  cursor: pointer;
}

.slider-module__VyBAWG__swiperWrapper {
  box-sizing: content-box;
  z-index: 1;
  width: 904px;
  height: 100%;
  transition-property: -webkit-transform, transform;
  display: flex;
  position: relative;
}

.slider-module__VyBAWG__swiperSlide {
  border: 3px solid #6a6b70;
  flex-shrink: 0;
  width: 904px;
  height: 100%;
  transition-property: -webkit-transform, transform;
  position: relative;
}

.slider-module__VyBAWG__mobileBanner {
  border: none;
  height: 225px !important;
}

.slider-module__VyBAWG__mobileBanner .slider-module__VyBAWG__swiperWrapper .slider-module__VyBAWG__swiperSlide {
  border: none;
}


/* [project]/src/css/index.module.css [client] (css) */
.index-module__v5yqFW__homePage.index-module__v5yqFW__he {
  direction: rtl;
  font: 12px Arimo, Arial, Tahoma;
}

.index-module__v5yqFW__homePage {
  cursor: default;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.index-module__v5yqFW__topOld {
  box-sizing: border-box;
  justify-content: center;
  width: 1210px;
  margin: 0 auto 15px;
  display: flex;
}

.index-module__v5yqFW__mainOld {
  justify-content: center;
  width: 1210px;
  min-height: calc(100vh - 439px);
  margin: 0 auto 5px;
  display: flex;
}

.index-module__v5yqFW__main {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 5px;
}

.index-module__v5yqFW__sportMain {
  width: 100%;
  height: 100%;
  display: flex;
}

.index-module__v5yqFW__sportMainCenter {
  flex-grow: 1;
  width: 73.5%;
}

.index-module__v5yqFW__sportListContent {
  background: #313131e6;
  border: 3px solid #6a6b70;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.index-module__v5yqFW__tournamentItems {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.index-module__v5yqFW__tournamentItemsRow.index-module__v5yqFW__tournamentItems8 {
  background-image: url("../media/club_wc_header_back.6eee48d2.png");
  text-decoration: none;
}

.index-module__v5yqFW__mobileWidth {
  height: 45px !important;
  font-size: 16px !important;
}

.index-module__v5yqFW__mobileWidth .index-module__v5yqFW__tournamentItemsRowImage img, .index-module__v5yqFW__mobileWidth .index-module__v5yqFW__tournamentItemsRowMascot img {
  height: 38px !important;
}

.index-module__v5yqFW__tournamentItemsRow {
  cursor: pointer;
  background: #000;
  border: 1px solid #6a6b70;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  margin-bottom: 3px;
  padding: 0 10px;
  font-size: 18px;
  display: flex;
}

.index-module__v5yqFW__tournamentItemsRowImage {
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 50px;
  display: flex;
}

.index-module__v5yqFW__tournamentItemsRowImage img {
  width: auto;
  height: 50px;
}

.index-module__v5yqFW__tournamentItemsRowName {
  text-align: center;
  min-width: 180px;
  color: gold !important;
}

.index-module__v5yqFW__tournamentItemsRowMascot {
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 52px;
  display: flex;
}

.index-module__v5yqFW__tournamentItems8 .index-module__v5yqFW__tournamentItemsRowMascot img {
  height: 46px;
}

.index-module__v5yqFW__tournamentItemsRowMascot img {
  width: auto;
  height: 52px;
}

.index-module__v5yqFW__notifyItem, .index-module__v5yqFW__notifyItemRow {
  background: #0087cb;
  align-items: center;
  display: flex;
}

.index-module__v5yqFW__mobileWidth .index-module__v5yqFW__notifyItemRowLogo img {
  width: 43px;
  height: 43px;
}

.index-module__v5yqFW__mobileWidth .index-module__v5yqFW__notifyItemRowText {
  font-size: 10px;
}

.index-module__v5yqFW__notifyItem {
  background-color: #f9f9f9;
  justify-content: center;
  width: 100%;
  margin-bottom: 3px;
}

.index-module__v5yqFW__notifyItemRow {
  color: #222;
  cursor: pointer;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: space-evenly;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.index-module__v5yqFW__he .index-module__v5yqFW__notifyItemRowText {
  font-size: 14.5px;
}

.index-module__v5yqFW__notifyItemRowText {
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.index-module__v5yqFW__notifyItemRowLogo {
  background-color: #f9f9f9;
  border-radius: 1.6em;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
  box-shadow: 0 2px 8px #63636333;
}

.index-module__v5yqFW__notifyItemRowLogo img {
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  height: 58px;
  box-shadow: 0 2px 8px #63636333;
}

.index-module__v5yqFW__sportTabMenu {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.index-module__v5yqFW__sportTabMenuTab.index-module__v5yqFW__active {
  color: #fff;
  border: 3px solid #008803;
  border-bottom-color: #0000;
}

.index-module__v5yqFW__sportTabMenuTab:not(:last-child) {
  -webkit-margin-end: 5px;
  -moz-margin-end: 5px;
}

.index-module__v5yqFW__sportTabMenuTab {
  cursor: pointer;
  text-align: center;
  z-index: 1;
  background-color: #21242a;
  border: 3px solid #6a6b70;
  justify-content: center;
  align-items: center;
  width: calc(10% - 5px);
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  transition: color .3s;
  display: flex;
  position: relative;
  bottom: -3px;
}

.index-module__v5yqFW__sportTabMenuTab:hover {
  background-color: #131313;
  border-bottom-color: #0000;
}

.index-module__v5yqFW__sportTabMenuTabIcon {
  fill: #e7694b;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.index-module__v5yqFW__tournamentItemsRowImage.index-module__v5yqFW__mobileWidth {
  -webkit-margin-end: 10px;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.index-module__v5yqFW__sportListContentMobile {
  border: none;
}


/*# sourceMappingURL=src_7d1079a0._.css.map*/