@font-face {
    font-family: "28DaysLaterNothing";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/28DaysLaterNothing.woff2") format("woff2"), url("fonts/28DaysLaterNothing.woff") format("woff");
    font-display: swap;
}
html {
    height: 100%;
}
a:hover {
    color: inherit;
}
.wof-landing-popup__btn,
.wof-landing-wheel__btn,
.wof-landing-head__logo {
    position: relative;
    overflow: hidden;
}
.wof-landing-popup__btn::before,
.wof-landing-wheel__btn::before,
.wof-landing-head__logo::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.wof-landing-popup__btn:hover::before,
.wof-landing-wheel__btn:hover::before,
.wof-landing-head__logo:hover::before {
    -webkit-animation: btn-shine 0.75s;
    animation: btn-shine 0.75s;
}
@-webkit-keyframes btn-shine {
    100% {
        left: 125%;
    }
}
@keyframes btn-shine {
    100% {
        left: 125%;
    }
}
.wof-landing {
    position: relative;
    padding: 1.25em 1.875em;
    width: 100%;
    height: 100%;
    background: url("images/bg-general.jpg") no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
}
@media (min-width: 1921px) {
    .wof-landing {
        font-size: 0.8333333333333334vw;
    }
}
@media (max-width: 1600px) {
    .wof-landing {
        font-size: 14px;
    }
}
@media (max-width: 1366px) {
    .wof-landing {
        font-size: 13px;
    }
}
@media (max-width: 1024px) {
    .wof-landing {
        font-size: 12px;
    }
}
.wof-landing__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 63.125em;
    height: 100%;
    margin: 0 auto;
}
.wof-landing__wrapper::before {
    position: absolute;
    content: "";
    width: 56.625em;
    height: 48em;
    top: -3.125em;
    left: 53%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("images/bg_wheels.png") no-repeat center;
    background-size: 100% 100%;
}
.wof-landing__wrapper::after {
    content: "";
    position: absolute;
    top: 7.5em;
    left: 46%;
    width: 76.375em;
    height: 33.25em;
    background: url("images/chips.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wof-landing__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3.125em;
}
.wof-landing__content::before {
    content: "";
    position: absolute;
    top: -12%;
    left: 9%;
    z-index: 1;
    width: 16.5625em;
    height: 39.8125em;
    background: url("images/wizard.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wof-landing__wheel {
    margin-bottom: 3.75em;
}
.wof-landing__title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: "28DaysLaterNothing", sans-serif;
    font-size: 1.875em;
    color: #f0d48f;
}
.wof-landing__title .big {
    font-size: 1.33333em;
}
.wof-landing__title::after {
    content: "";
    opacity: 0.7;
    position: absolute;
    top: -1.36667em;
    left: -1.93333em;
    width: 13.66667em;
    height: 3.83333em;
    background: url("images/titleLight.png") no-repeat center;
    background-size: 100% 100%;
}
.wof-landing__providers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 100%;
    margin: 0em -0.625em 1.25em;
    list-style-type: none;
}
.wof-landing__providers .wof-landing__img {
    max-width: 7.8125em;
    max-height: 3.4375em;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wof-landing__provider {
    margin: 0em 0.625em;
}
.wheel-win-popup {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: auto !important;
    height: auto !important;
    overflow: inherit !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wof-landing-popup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48.75em;
    height: 49.1875em;
    margin: 0 auto;
    font-size: 16px;
}
@media (min-width: 1921px) {
    .wof-landing-popup {
        font-size: 0.8333333333333334vw;
    }
}
@media (max-width: 1600px) {
    .wof-landing-popup {
        font-size: 14px;
    }
}
@media (max-width: 1366px) {
    .wof-landing-popup {
        font-size: 13px;
    }
}
@media (max-width: 1024px) {
    .wof-landing-popup {
        font-size: 12px;
    }
}
.wof-landing-popup__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -1.25em;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url("images/popupBg.png") no-repeat center;
    background-size: 100% 100%;
}
.wof-landing-popup__wrapper::before {
    content: "";
    position: absolute;
    top: 10em;
    left: 43%;
    width: 74.5em;
    height: 28.4375em;
    background: url("images/popupChips.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wof-landing-popup__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 24.5em;
    max-height: 24.5em;
    margin-left: 1.1em;
}
.wof-landing-popup__title {
    margin-bottom: 0.17021em;
    text-transform: uppercase;
    font-family: "28DaysLaterNothing", sans-serif;
    font-size: 2.9375em;
    color: #f0d48f;
}
.wof-landing-popup__subtitle {
    margin-bottom: 2.22222em;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 800;
    letter-spacing: 0.33333em;
    color: #fff;
}
.wof-landing-popup__prize {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25em;
}
.wof-landing-popup__rules {
    margin-bottom: 1.5625em;
    text-align: center;
    text-decoration: none;
    font-size: inherit;
    color: #f0d48f;
    transition: color 0.2s linear;
}
.wof-landing-popup__rules:hover {
    color: #fff;
}
.wof-landing-popup__col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wof-landing-popup__col .wof-landing-popup__text {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 800;
    color: #f0d48f;
}
.wof-landing-popup__img--fs {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -2px;
    background-image: linear-gradient( to bottom, #644745 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #a98684 100% );
    color: transparent;
    -webkit-background-clip: text;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.wof-landing-popup__img--euro {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -2px;
    background-image: linear-gradient( to bottom, #644745 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #a98684 100% );
    color: transparent;
    -webkit-background-clip: text;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.wof-landing-popup__plus {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -2px;
    background-image: linear-gradient( to bottom, #644745 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #a98684 100% );
    color: transparent;
    -webkit-background-clip: text;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.wof-landing-popup__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 11.77778em;
    height: 2.44444em;
    outline: none;
    border: none;
    border-radius: 1.22222em;
    background: linear-gradient(to top, #dcb97a 0%, #faf6c7 50%, #fbe2a2 69%, #dfbe81 100%);
    font-size: 1.125em;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
@media (max-width: 1600px) {
    iframe[id*="sh_widget"] {
        -webkit-transform: translate(15%, 13%) scale(0.7);
        transform: translate(15%, 13%) scale(0.7);
    }
}
@media (max-width: 1200px) {
    iframe[id*="sh_widget"] {
        -webkit-transform: translate(15%, 20%) scale(0.6);
        transform: translate(15%, 20%) scale(0.6);
    }
}
.wof-landing-wheel {
    position: relative;
    width: 29.0625em;
    height: 29.0625em;
}
.wof-landing-wheel::before {
    content: "";
    position: absolute;
    top: 85%;
    left: 50%;
    z-index: 1;
    width: 26.0625em;
    height: 9.625em;
    background: url("images/wheelShadow.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wof-landing-wheel::after {
    content: "";
    position: absolute;
    top: 76%;
    left: 44%;
    width: 57.3125em;
    height: 23.5em;
    background: url("images/mirror.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wof-landing-wheel__arrow {
    position: absolute;
    top: 1px;
    left: 50%;
    z-index: 2;
    width: 2.375em;
    height: 4em;
    background: url("images/wheelArrow.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wof-landing-wheel__block,
.wof-landing-wheel__inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.wof-landing-wheel__block {
    z-index: 1;
}
.wof-landing-wheel__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    transition-duration: 4s;
    transition-timing-function: cubic-bezier(0.68, 0.46, 0.44, 0.81);
}
.wof-landing-wheel__inner::before,
.wof-landing-wheel__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
    transform: translate(-50%, -50%) rotate(-1deg);
}
.wof-landing-wheel__inner::before {
    width: 24.625em;
    height: 24.625em;
    background: url("images/separatorBig.png") no-repeat center;
    background-size: 100% 100%;
}
.wof-landing-wheel__inner::after {
    width: 28.9375em;
    height: 28.9375em;
    background: url("images/wheelCircle.png") no-repeat center;
    background-size: 100% 100%;
}
.wof-landing-wheel__section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 5%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 11em;
    height: 45%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    left: calc(50% - 5.5em);
}
.wof-landing-wheel__section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 13.125em 5.5em 0em 5.5em;
    border-style: solid;
}
.wof-landing-wheel__section:nth-of-type(odd) .wof-landing-wheel__label {
    color: #000;
}
.wof-landing-wheel__section:nth-of-type(odd)::before {
    border-color: #efd48f transparent transparent transparent !important;
}
.wof-landing-wheel__section:nth-of-type(even) .wof-landing-wheel__label {
    color: #fff;
}
.wof-landing-wheel__section:nth-of-type(even)::before {
    border-color: #000 transparent transparent transparent !important;
}
.wof-landing-wheel__section:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wof-landing-wheel__section:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wof-landing-wheel__section:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.wof-landing-wheel__section:nth-of-type(4) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wof-landing-wheel__section:nth-of-type(5) {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.wof-landing-wheel__section:nth-of-type(6) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.wof-landing-wheel__section:nth-of-type(7) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.wof-landing-wheel__section:nth-of-type(8) {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.wof-landing-wheel__label {
    position: relative;
    max-width: 70%;
    margin-top: 2em;
    text-align: center;
    text-transform: uppercase;
    font-family: "28DaysLaterNothing", sans-serif;
    font-size: 1.375em;
    line-height: 1;
}
.wof-landing-wheel__label .big {
    font-size: 1.27273em;
}
.wof-landing-wheel__label .small {
    font-size: 0.72727em;
}
.wof-landing-wheel__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8.9375em;
    height: 8.9375em;
    outline: none;
    border: none;
    border-radius: 50%;
    background: url("images/btnBg.png") no-repeat center;
    background-size: 100% 100%;
    font-size: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wof-landing-wheel__btn .wof-landing-wheel__caption {
    text-transform: uppercase;
    font-family: "28DaysLaterNothing", sans-serif;
    font-size: 1.375em;
    color: #f0d48f;
}
.wof-landing-prize {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 70%;
    left: 80%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
}
.wof-landing-prize__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.625em;
    line-height: 2.5em;
}
.hide {
    display: none;
}
.wof-landing-prize__euro {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -2px;
    background-image: linear-gradient( to bottom, #644745 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #a98684 100% );
    color: transparent;
    -webkit-background-clip: text;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    width: 150px;
}
.wof-landing-prize__text {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -2px;
    background-image: linear-gradient( to bottom, #644745 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #a98684 100% );
    color: transparent;
    -webkit-background-clip: text;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.wof-landing-prize__plus {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -2px;
    background-image: linear-gradient( to bottom, #644745 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #a98684 100% );
    color: transparent;
    -webkit-background-clip: text;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.wof-landing-prize__fs {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -2px;
    background-image: linear-gradient( to bottom, #644745 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #a98684 100% );
    color: transparent;
    -webkit-background-clip: text;
    align-items: center;
    justify-content: center;
}
.wof-landing-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4.375em;
}
.wof-landing-head__logo {
    display: block;
    width: 6.25em;
}
.wof-landing-head__logo .wof-landing-head__img {
    width: 100%;
    height: 100%;
}
.wof-landing-head__left {
    text-transform: uppercase;
    font-family: "28DaysLaterNothing", sans-serif;
    font-size: 1.5em;
    color: #f0d48f;
}
.wof-landing-head__left .count {
    font-size: 1.5em;
    color: #fff;
}
.wof-landing-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.25em;
    width: 100%;
    margin-top: auto;
}
.wof-landing-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 82%;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #4f4f4f 20%, #4f4f4f 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wof-landing-footer__language {
    margin-left: auto;
}
.wof-landing-footer__limit {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.23529em;
    height: 2.23529em;
    border: 2px solid #3d3d3d;
    border-radius: 50%;
    font-size: 1.0625em;
    font-weight: 700;
    color: #3d3d3d;
    padding-right: 0.52941em;
    margin-left: 0.88235em;
    margin-right: 2.35294em;
}
.wof-landing-footer__limit::before {
    content: "+";
    position: absolute;
    top: 0.23529em;
    right: 0.17647em;
}
.wof-landing-language {
    position: relative;
}
.wof-landing-language__selected {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    font-size: inherit;
}
.wof-landing-language__ico {
    width: 1.125em;
    height: 1.125em;
    margin-right: 0.5em;
}
.wof-landing-language__caption {
    font-size: 0.8125em;
    color: #fff;
}
.wof-landing-language__dropdown {
    position: absolute;
    bottom: -0.625em;
    z-index: 1;
    width: 18.75em;
    border: 1px solid rgba(64, 64, 64, 0.4);
    border-radius: 0.3125em;
    background-color: rgba(43, 43, 43, 0.8);
    left: 120%;
}
@media (max-width: 1200px) {
    .wof-landing-language__dropdown {
        right: 120%;
        left: auto;
    }
}
.wof-landing-language__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px;
    width: 100%;
    margin: 0;
    list-style-type: none;
}
.wof-landing-language__item {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.wof-landing-language__select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.4375em 0em;
    width: 100%;
    outline: none;
    border: none;
    background: none;
}
.wof-landing-language__select .wof-landing-language__label {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: -1;
    padding: 0.33333em 0.66667em;
    min-width: 100%;
    border: 1px solid rgba(64, 64, 64, 0.4);
    background: #fff;
    font-size: 0.75em;
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.2s linear;
    left: 0;
}
.wof-landing-language__select:hover .wof-landing-language__label {
    opacity: 1;
    z-index: 1;
}
/* * {
    margin: 0;
    padding: 0;
    border: none;
    font-family: Arial, sans-serif;
} */
body {
    font-size: 14px;
}
.area_general {
    background-image:url(images/bg-general.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.wheels_area {
    background-image:url(images/bg_wheels.png);
    width: 80%;
    height: 68vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
} 

body {
    font-family: "Roboto", "Open Sans", sans-serif;
    box-sizing: border-box;
    height: 100%;
    font-size: 16px;
    margin: 0;
    color: #20292d;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #060509 url(images/bg.jpg) center top no-repeat;
    background-size: 100% auto;
}


.v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
  }
  .v--modal-overlay {
    display: none;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 1;
  }
  .v--modal-overlay.show {
    display: block;
  }
  .v--modal-overlay.scrollable {
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .v--modal-overlay .v--modal-background-click {
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  .v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  .v--modal-overlay.scrollable .v--modal-box {
    margin-bottom: 2px;
  }
  .v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
  }
  .v--modal.v--modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
  }
  .v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .overlay-fade-enter-active,
  .overlay-fade-leave-active {
    transition: all 0.2s;
  }
  .overlay-fade-enter,
  .overlay-fade-leave-active {
    opacity: 0;
  }
  .nice-modal-fade-enter-active,
  .nice-modal-fade-leave-active {
    transition: all 0.4s;
  }
  .nice-modal-fade-enter,
  .nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
  }
  

@media screen and (max-width: 992px) {
    .wof-landing__content::before,.wof-landing__wrapper::after {
        display: none;
    }
    .wof-landing__wrapper {
        width: 100%;
    }
    ul.wof-landing__providers {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 5px;
        row-gap: 17px;
    }
    .wof-landing__wrapper::before {
        width: 160%;
        height: 65%;
        top: 1.125em;
    }
    .wof-landing-prize.wof-landing__prize {
        display: none;
    }
    .wof-landing-wheel::after {
        width: 100%;
        height: auto;
    }
    .wheel-of-fortune-landing.wof-landing {
        width: 100%;
        overflow: hidden;
    }
    body {
        min-height: 100vh;
        background-color: black!important;
    }
}
@media screen and (max-width: 768px) {
    .lang-menu {
        right: 10px !important;
    }
}
.lang-menu {
    position: fixed;
    bottom: 0;
    right: 2rem;
    background: #222;
    border-radius: 5px;
    padding: 5px;
    height: 42px;
    width: 70px;
    overflow: hidden;
    z-index: 9999;
}
.lang-menu:hover {
    height: auto;
    width: auto;
}
.lang-menu.show {
    height: auto;
    width: auto;
}
.lang-menu p {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.lang-menu p:hover {
    background-color: #777;
}

.lang-menu p img {
    width: 40px;
    height: auto;
}