/* LEFT MENU + CONTENT */
.extraContent {
  order: 3;
  position: relative;
}
.extraContent__button {
  display: none;
}
.extraContent__content {
  border: 0;
  border-radius: initial;
  padding: 20px 0;
  line-height: 15px;
  background-color: var(--color-background-8);
  position: relative;
}
.extraContent__content:empty {
  padding: 0;
}
.extraContent__text {
  text-align: left;
  padding: 0 10px;
}
.extraContent__text a {
  text-decoration: underline;
}
.extraContent__text a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 639px) {
  .responsive .extraContent__content {
    width: 100%;
    height: 60px;
    top: 10px;
  }
  .responsive .extraContent__content::after {
    content: "";
    width: 100%;
    height: 45px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(var(--color-alpha-3), 0), rgba(var(--color-alpha-3), 0.65) 40%, rgba(var(--color-alpha-3), 0.79) 64%, rgba(var(--color-alpha-3), 0.9) 78%, rgb(var(--color-alpha-3)));
  }
  .responsive .extraContent__button {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 32px;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
    top: 10px;
    background-color: var(--color-background-8);
  }
  .responsive .extraContent__button:hover {
    text-decoration: none;
  }
  .responsive .extraContent__button::after {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(../../../../res/_fs/build/decoration-sprite.aa80bcd.svg);
    background-position: 0 -60px;
    position: relative;
    margin-left: 4px;
    margin-top: 13px;
    margin-bottom: 13px;
    top: 2px;
  }
  .theme--dark.responsive .extraContent__button::after {
    background-position-y: 0;
  }
  .responsive .extraContent--active .extraContent__button {
    display: none;
  }
  .responsive .extraContent--active .extraContent__content {
    height: auto;
  }
  .responsive .extraContent--active .extraContent__content::after {
    display: none;
  }
}
.selfPromo {
  position: relative;
  display: grid;
  color: #BEBEBE;
  background-color: #343434;
  z-index: 1;
}
.selfPromo__content {
  grid-area: content;
}
.selfPromo__mainGroup {
  display: grid;
  grid-template: "project social apps promo" auto / 1fr 150px 1fr 180px;
  padding: 24px 12px 12px 12px;
  box-sizing: border-box;
}
.selfPromo__secondaryGroup .selfPromo__box {
  margin: 0 20px;
}
.selfPromo__box--project {
  grid-area: project;
}
.selfPromo__box--social {
  grid-area: social;
}
.selfPromo__box--social .selfPromo__boxContent {
  max-width: 140px;
}
.selfPromo__box--apps {
  grid-area: apps;
}
.selfPromo__box--apps .selfPromo__boxContent {
  margin: 10px 0 10px 8px;
  line-height: 18px;
}
.selfPromo__box--promo {
  grid-area: promo;
}
.selfPromo__box--licence {
  display: flex;
  justify-content: center;
}
.selfPromo__boxTitle {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 8px 8px;
}
.selfPromo__boxItem {
  display: flex;
  padding: 0 8px;
  margin-right: 8px;
  color: #bebebe;
  align-items: center;
  max-width: 120px;
  line-height: 16px;
  min-height: 32px;
}
.selfPromo__boxItem:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .selfPromo__boxItem:hover {
    background-color: #222222;
  }
}
.selfPromo__boxContent--links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
}
.selfPromo__icon {
  width: 24px;
  height: 24px;
  margin: 8px 8px 8px 0;
  background-color: #bebebe;
  background-size: 100%;
}
.selfPromo__icon--fb {
  background: url(../../../../res/_fs/build/facebook.f56cb9b.svg) no-repeat;
}
.selfPromo__icon--gp {
  background: url(../../../../res/_fs/build/google-plus.ba73f53.svg) no-repeat 50% 50%;
}
.selfPromo__icon--tw {
  background: url(../../../../res/_fs/build/twitter.bf74987.svg) no-repeat 50% 50%;
}
.selfPromo__icon--vk {
  background: url(../../../../res/_fs/build/vkontakte.614d122.svg) no-repeat 50% 50%;
}
.selfPromo__icon--in {
  background: url(../../../../res/_fs/build/instagram.344b915.svg) no-repeat 50% 50%;
}
.selfPromo__appItem {
  width: 140px;
  height: 46px;
  background-size: 140px;
  background-repeat: no-repeat;
  border: 1px solid #555;
  border-radius: 5px;
}
.selfPromo__appItem--ios {
  background-image: url(../../../../res/_fs/build/appstore.9e620f3.png);
}
.selfPromo__appItem--android {
  background-image: url(../../../../res/_fs/build/android.3f535e2.png);
}
.selfPromo__wrapper--texts .selfPromo__boxContent {
  margin-right: 20px;
}
.selfPromo__wrapper--stores {
  display: flex;
  flex-flow: row wrap;
}
.selfPromo__appLink {
  margin: 8px 0 0 8px;
  display: none;
}
.selfPromo__appLink:last-of-type {
  margin-right: 0;
}
.selfPromo__appLink:hover {
  opacity: 0.6;
}
.selfPromo__image {
  width: 180px;
  height: 120px;
  background: url(../../../../res/_fs/build/promo.1a8d438.png) no-repeat 50% 50%;
  background-size: 160px;
  margin-top: 20px;
  border-bottom: 1px solid #555555;
}
.selfPromo__linkText {
  margin-left: 8px;
}
.selfPromo__licenceLink {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  color: #bebebe;
  margin: 0 0 12px 0;
}
@media (hover: hover) {
  .selfPromo__licenceLink:hover {
    background-color: #222222;
  }
}
.selfPromo__licenceText {
  white-space: nowrap;
}
.selfPromo__licenceIcon {
  width: 32px;
  height: 32px;
  background: url(../../../../res/_fs/build/onjn.cc6a504.png) no-repeat 50% 50%;
  background-size: 32px;
  margin-right: 10px;
  flex: 0 0 40px;
}
@media only screen and (max-width: 999px) {
  .responsive .selfPromo__box--promo {
    display: none;
  }
  .responsive .selfPromo__mainGroup {
    grid-template-columns: minmax(310px, 1fr) 150px minmax(310px, 1fr);
  }
}
@media only screen and (max-width: 799px) {
  .responsive .selfPromo__mainGroup {
    grid-template: 'project    social' auto 'apps       .' auto / 1fr 1fr;
  }
  .responsive .selfPromo__icon {
    margin: 8px 0;
  }
  .responsive .selfPromo__box {
    padding-bottom: 16px;
  }
  .responsive .selfPromo__box--project {
    flex-basis: auto;
  }
  .responsive .selfPromo__box--social .selfPromo__boxContent {
    flex-flow: row nowrap;
  }
  .responsive .selfPromo__box--licence {
    justify-content: flex-start;
  }
  .responsive .selfPromo__icon {
    margin-right: 8px;
  }
  .responsive .selfPromo__box--apps {
    flex-basis: auto;
  }
  .responsive .selfPromo__box--apps .selfPromo__boxTitle {
    padding-bottom: 4px;
  }
  .responsive .selfPromo__box--apps .selfPromo__wrapper {
    justify-content: center;
  }
  .responsive .selfPromo__box--apps .selfPromo__boxIcon {
    display: block;
  }
  .responsive .selfPromo__boxItem {
    max-width: none;
  }
}
@media only screen and (max-width: 639px) {
  .responsive .selfPromo__mainGroup {
    grid-template: 'project' auto 'social' auto 'apps' auto / 1fr;
  }
  .responsive .selfPromo__box--social .selfPromo__boxContent {
    display: inline-flex;
  }
  .responsive .selfPromo__icon {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .responsive .selfPromo__box--apps .selfPromo__appItem {
    width: 120px;
    height: 40px;
    background-size: 120px;
  }
  .responsive .selfPromo__box--social .selfPromo__linkText {
    display: none;
  }
  .responsive .selfPromo__licenceText {
    white-space: normal;
  }
}
.cookieFS {
  width: 100%;
  display: block !important;
  position: relative;
  text-align: left;
  color: #BEBEBE;
  box-sizing: border-box;
  background: #343434;
}
.cookieFS__content {
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
}
.cookieFS__content div {
  line-height: 18px;
  display: inline-block;
}
.cookieFS__href {
  margin: 8px 0;
}
.cookieFS__href a {
  color: #BEBEBE;
  text-decoration: underline;
}
.cookieFS__href a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 999px) {
  .cookieFS__content {
    padding: 8px 16px;
  }
  .cookieFS__content div {
    line-height: 18px;
  }
  .cookieFS__delimiter {
    display: none !important;
  }
  .cookieFS__href {
    display: block !important;
    margin: 5px 0;
  }
  .cookieFS__href a {
    color: #BEBEBE !important;
  }
}
.footer {
  display: grid;
  font-size: 11px;
  color: #BEBEBE;
  background-color: #343434;
  position: relative;
}
.footer__content {
  grid-area: content;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  line-height: 16px;
  box-sizing: border-box;
  border-top: 1px solid #555;
}
.footer__view {
  padding: 8px 0;
  margin: 8px 12px 8px 0;
  display: none;
  align-items: center;
  cursor: pointer;
}
.footer__view:hover .footer__viewText {
  text-decoration: none;
}
.footer__view--flex {
  display: flex;
}
.footer__view--flex .footer__viewImage {
  background-image: url(../../../../res/_fs/build/mobile_phone.8f411e8.svg);
  background-position: center;
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
}
.footer__view--order {
  order: 0;
}
.footer__view--order .footer__viewImage {
  background-image: url(../../../../res/_fs/build/livetable-sprite.13c3ed2.svg);
  background-position-x: -94px;
  width: 13px;
  height: 12px;
}
.footer__viewText,
.footer__link {
  text-decoration: underline;
}
.footer__link:hover {
  text-decoration: none !important;
}
.footer__viewText--hide {
  display: none;
}
.footer__viewImage {
  margin-right: 8px;
}
.footer__advert {
  margin: 0 auto;
  color: #BEBEBE;
}
.footer__advertGambling,
.footer__advertBackground {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__advertGambling {
  flex: 1;
}
.footer__advertGambling div {
  color: #818181;
}
.footer__advertGambling div a {
  color: #818181;
}
.footer__advertGamblingLogo {
  display: inline-block;
}
.footer__advertGamblingLogo--1 {
  width: 63px;
  height: 26px;
  margin-left: 20px;
  background: url(../../../../res/_fs/build/italia_gambling_logo.6a47135.svg) no-repeat center / 63px 26px;
}
.footer__advertGamblingLogo--2 {
  width: 34px;
  height: 23px;
  margin-left: 14px;
  background: url(../../../../res/_fs/build/italia_gambling_logo2.de5a463.svg) no-repeat center / 34px 23px;
}
.footer__link {
  margin-left: 12px;
  color: #BEBEBE;
}
.footer__alternatives {
  display: flex;
}
.footer__alternatives .footer__link {
  color: #BEBEBE;
  margin: 0 12px 0 0;
  text-decoration: underline;
}
.footer__alternatives .footer__link:hover {
  text-decoration: none;
}
.footer__copyright {
  order: 3;
}
@media only screen and (max-width: 999px) {
  .responsive .footer__alternatives {
    margin-top: 8px;
  }
  .responsive .footer__content {
    padding: 8px 20px 16px;
    flex-flow: column wrap;
    align-items: flex-start;
  }
  .responsive .footer__advert {
    margin: 0;
  }
  .responsive .footer__advertGambling {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .responsive .footer__advertGambling--container {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .responsive .footer__advertGamblingLogo--1 {
    margin-left: 0;
  }
  .responsive .footer__view {
    display: flex;
    margin: 0 12px 8px 0;
  }
  .responsive .footer__copyright {
    margin-left: 0;
  }
}