@media only screen and (max-width: 374px) {
  .headerProfileSignIn {
    display: none !important;
  }
}
body {
    font-family: "TheSun-Regular";
    span {
      font-family: inherit;
    }
  }
  .navigationItem {
    position: relative;
    height: 100%;
    padding: 0px 10px;
  color: rgb(34, 37, 38);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  }
  .navigationItem.active:after {
    opacity: 1 !important;
  }
  .navigation {
    padding: 0px 20px;
    display: none;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 40px;
    align-items: center;
  }
  .navigationContainer {
    height: 100%;
    display: flex;
        align-items: center;
        max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  gap: 12px;
  }
  @media only screen and (min-width: 900px) {
    .navigation {
    display: flex;

    }
  }
  #myProfile {
    display:none;
  }
  .menuRow {
    display: none;
    width: 100%;
    background: var(--headerBackgroundColor, #eb1701);
    border-top: var(--headerDesktopMenuBorder, 1px solid #ff7f80);
    color: var(--headerColor, #fff);
    height: 41px;
    padding: 0px 20px;
}
.menuRowContainer {
  height: 100%;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.menuRowContainer > div {
  display: flex;
}
  .headerProfileAccount, .headerProfileSignIn {
    font-family: "TheSun-Bold";
    text-decoration: none;
    display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: end;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  }
  .headerLogin, .headerProfile {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    margin-left: auto;
    display: none;
  }
  .headerAccountSvg {

  }
  .headerLoginSvg {
width: 32px;
  height: 24px;
  fill: none;
  }
  .profileSvg {
    user-select: none;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  }
  .profileItemText p {
    margin: 0;
    font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0px;
      white-space: nowrap;
  }
  .profileItemText h3 {

    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    font-family: "TheSun-Bold";
  }
  .profileItemText {
    display: flex;
    flex-direction: column;
  }
  .profileImageWrap {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #profileItem {
    position: relative;
    gap: 12px;
    padding: 16px 40px 16px 16px;
    border-bottom: 1px solid rgb(220, 221, 221);
    text-decoration: none;
    display: none;
  }
  #logoutItem {
  display: none;
}
  .smallMenuLogout {
    user-select: none;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  }
  .smallMenuLink a { 
    white-space: nowrap;
    display: inline-block ;
    font-size: 16px;
    text-decoration: none;
    color: rgb(25, 26, 26);
    font-family: "TheSun-Bold";
  }
  .smallMenuLink {
    cursor: pointer;
    display: flex;
  align-items: center;
    padding: 13px 24px;
    font-size: 16px;
    text-decoration: none;
  }
  @media only screen and (min-width: 900px) {
    .smallMenuLink {
      height: 100%;
      padding: 0px 10px;
    }
      .smallMenuLink a { 
      color: #fff;  
      }
  }
  
  .smallMenuItem {
    height: 48px;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow-anchor: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
  @media only screen and (min-width: 900px) {
    .smallMenuItem {
      margin-right: 30px;
      align-items: center;
    height: 100%;
    background: none;
    color: #fff;
    }
    .smallMenuItem:after {
      content: "";
      opacity: 0;
      width: 100%;
      background: #fff;
      position: absolute;
      bottom: 0;
      height: 4px;
      transition: opacity 0.3s ease-in-out;
    }
        .navigationItem:after {
      content: "";
      position: absolute;
      opacity: 0;
      width: 100%;
      background-color: var(--headerDesktopSubMenuBorderColor, var(--colorButtonPrimary, #0072ee) );
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      transition: opacity 0.3s ease-in-out;
    }
    .smallMenuItem:hover:after {
      opacity: 1;
    }
    .smallMenuItem.active:after {
      opacity: 1;
    }
    .navigationItem:hover:after {
      opacity: 1;
    }

  }
  .smallMenuLogo {
    max-width: 192px;
  }
  .menuCloseSvg {
    user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
  color: var(--headerColor, #fff);
  }
  .menuClose {
    cursor: pointer;
    display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .menuTop {
    background: var(--headerBackgroundColor, #eb1701);
  }
  .menuGameStripeWrap {
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background: #fff;
    left: 100%;
    transition: left 0.3s ease-in-out;
  }
  .menuGameStripeWrap.active {
    left: 0;
  }
  .menuSvg {
    user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
  }
  .menuButton {
    position: relative;
  box-sizing: border-box;
  outline: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  padding: 0px;
  margin: 0px;
  min-height: unset;
  min-width: unset;
  border: medium;
  color: var(--headerColor, #fff);
  display: flex;
  flex-direction: column;
  -moz-box-pack: start;
  justify-content: flex-start;
  -moz-box-align: center;
  align-items: center;
  font-size: 12px !important;
  font-weight: 500;
}
  }
  body {
    margin: 0;
  }
  header {
    background: var(--headerBackgroundColor, #eb1701);
    color: var(--headerColor, #fff);
    width: 100%;
    margin: 0;
    height: 56px;
    padding: 0px;
  }

  .container {
    padding: 0px 10px;
    flex-direction: row;
    gap: 20px;
    position: relative;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    height: 100%;
    width: 100%;
    margin: 0px auto;
  }
  .link {
    margin-left: 0px;
    max-width: 192px;
  }
  .link img {
    max-width: 100%;
  }
    @media only screen and (min-width: 900px) {
      .menuRow {
        display: flex;
        align-items: center;
      }
    header {
      height: 80px;
      padding: 0 20px;
    }
    .link {
      max-width: 360px;
    }
    .menuButton {
      display: none;
    }
  }
    @media only screen and (max-width: 899px) {
      .smallMenuItem:before {
        opacity: 1 !important;
        background-color: rgb(220, 221, 221);
        position: absolute;
        left: 0px;
        top: -1px;
        right: 0px;
        height: 1px;
        content: "";
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.12);
        transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    }
      .smallMenuItem:last-child {
    border-bottom: 1px solid rgb(220, 221, 221);
  }
      .headerProfileAccount {
        display: none;
      }
    .menuGameStripeWrap {
      display: block;
    }
  }
   .gambleAware {
    margin: 28px auto 0px;
    display: flex;
    justify-content: center;
  }
  .footerBlockContainer {
    width: 100%;
  }
  .footerContentBlock {
    gap: 24px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footerColumn {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% / 2 - 12px);
  }
  .columnTitle {
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
  }
  .footerLink {
    cursor: pointer;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    display: flex;
  }
  .footer {
    background: rgb(34, 37, 38);
    padding: 20px 24px 66px;
    color: rgb(255, 255, 255);
  }
  .footerContainer {
    max-width: 1240px;
    padding: 0px 20px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    gap: 0px;
  }
  .footerBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footerTitle {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: "TheSun-Bold";
    font-size: 18px;
  }
  .footerFirstBlock {
    min-width: 300px;
    -moz-box-align: stretch;
    align-items: stretch;
  }
  .footerTitle {
    font-size: 16px;
    white-space: nowrap;
  }
  .footerSocials {
    flex-wrap: wrap;
    gap: 16px;
    display: flex;
    align-items: center;
  }
  .footerCopy {
  }
  .lastBlock {
    border: none;
  }
  @media only screen and (max-width: 475px) {
    .footerSocials {
        gap: 8px;
    }
    .footerTitle {
        white-space: wrap;
    }
  }
  @media only screen and (max-width: 1023px) {
    .footerSocials {
        min-width: 180px;
    }
    .footerContainer {
      padding: 0px;
      flex-direction: column;
    }
    .titleSecond {
      display: none;
    }
  }
  @media only screen and (min-width: 620px) {
    .footerTitle {
      font-size: 24px;
    }
  }
  @media only screen and (min-width: 768px) {
    .footerColumn {
      width: calc(100% / 4 - 18px);
    }
  }
  @media only screen and (min-width: 1024px) {
    .footerBlock {
      display: flex;
      flex-direction: column;
      /* padding: 0px; */
    }
    .footerFirstBlock {
        margin-right: 24px;
        border: 0;
    }
    .footerTitle {
      font-family: "TheSun-Medium";
      padding-bottom: 16px;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 16px;
      color: rgb(117, 117, 128);
      border-bottom: 1px solid;
    }
    .gambleAware {
        justify-content: flex-start;
    }
  }
