@font-face {
    font-family: 'Cera Pro';
    src: url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Regular.eot');
    src: url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Regular.woff2') format('woff2'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Regular.woff') format('woff'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Medium.eot');
    src: url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Medium.woff2') format('woff2'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Medium.woff') format('woff'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Bold.eot');
    src: url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Bold.woff2') format('woff2'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Bold.woff') format('woff'),
    url('/wp-content/themes/konte-child/assets/fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.wheel-open-button-wrap {
    position: fixed;
    width: 960px;
    height: 220px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 14000001;
}

.wheel-open-button-wrap-newyear {
    bottom: -1px;
    width: 800px;
    height: 200px;
}

.wheel-open-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 40px;
}

.wheel-open-button:hover {
    opacity: 0.95;
}

#wheel-open-button-fortuna {
    background: url("../img/widget-brown-fortuna_ua.gif") center bottom / contain no-repeat;
}

#wheel-open-button-newyear {
    background: url("../img/widget-brown-newyear_ua_2.gif") center bottom / contain no-repeat;
}

#wheel-open-button-black-yellow {
    background: url("../img/black-yellow-fortuna/ua.gif") center bottom / contain no-repeat;
}

html[lang="en-GB"] #wheel-open-button-fortuna {
    background: url("../img/widget-brown-fortuna_en.gif") center bottom / contain no-repeat;
}

html[lang="en-GB"] #wheel-open-button-newyear {
    background: url("../img/widget-brown-newyear_en_2.gif") center bottom / contain no-repeat;
}

html[lang="en-GB"] #wheel-open-button-black-yellow {
    background: url("../img/black-yellow-fortuna/en.gif") center bottom / contain no-repeat;
}

html[lang="ru-RU"] #wheel-open-button-black-yellow {
    background: url("../img/black-yellow-fortuna/ru.gif") center bottom / contain no-repeat;
}

.close-widget {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 110px;
    background: url("../img/close-brown.png") center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    cursor: pointer;
}

.close-widget-newyear {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 17%);
    width: 34px;
    height: 34px;
    top: auto;
    bottom: 30px;
    right: 12px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    animation: fadeout 0.5s 1s forwards;
}

.close-black-yellow-widget {
    background: none;
    color: #4E4544;
}

@keyframes fadeout {
    to {
        opacity: 1;
        visibility: visible;
    }
}

.close-widget:hover {
    opacity: 0.7;
}

.close-widget-newyear:hover {
    opacity: 1;
    background: rgb(255 255 255 / 5%);
}

body.modal-open {
    overflow: hidden;
}

.newyear-popup#wheel-of-fortune * {
    font-family: "Cera Pro", sans-serif !important;
}

.newyear-popup,
.fortune-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999999;
}

.close-newyear-modal,
.close-fortune-modal {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    background: url("../img/close-brown.png") center no-repeat;
    background-size: contain;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
}

.wheel-of-fortune-black-yellow .close-fortune-modal {
    background: none;
    padding: 10px;
    box-sizing: content-box;
    width: 14px;
    height: 14px;
    color: #4E4544;
    z-index: 5;
    transition: color 0.2s ease-in-out;
}

.close-newyear-modal {
    background: none;
    padding: 10px;
    box-sizing: content-box;
    width: 14px;
    height: 14px;
    color: #000;
    z-index: 5;
}

.close-newyear-modal:hover {
    transform: rotate(180deg);
}

.close-fortune-modal:hover {
    opacity: 0.7;
}

.wheel-of-fortune-black-yellow .close-fortune-modal:hover *,
.wheel-of-fortune-black-yellow .close-fortune-modal:hover {
    opacity: 1;
    color: #161619 !important;
}

.newyear-popup-wrap,
.fortune-popup-wrap {
    display: flex;
    justify-content: center;
    align-items: safe center;
    min-height: 100vh;
}

.newyear-popup-wrap {
    min-height: 100%;
    height: 100%;
}

.newyear-popup-overlay,
.fortune-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.newyear-popup-content,
.fortune-popup-content {
    width: 1920px;
    max-width: calc(100% - 40px);
    margin: 30px 20px;
    max-height: 1400px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.wheel-of-fortune-black-yellow .fortune-popup-content {
    background: #F8E59A;
}

.wheel-of-fortune-black-yellow .fortune-popup-content * {
    color: #4E4544;
}

.wheel-of-fortune-black-yellow .fortune-popup-content button * {
    color: #fff;
}

.newyear-popup-content {
    padding: 0;
    max-width: 940px;
}

.newyear-container,
.fortune-container {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

.fortune-head {
    display: flex;
    justify-content: center;
    padding: 40px 0 60px;
}

.fortune-body {
    display: flex;
    align-items: center;
}

.newyear-body {
    display: flex;
    align-items: stretch;
}

.newyear-video {
    position: relative;
    flex: 0 0 55%;
    width: 55%;
    overflow: hidden;
}

.newyear-video video {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 101%;
    object-fit: cover;
}

.snow-animation {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

#newyear-finish-video-en,
#newyear-finish-video-ua {
    display: none;
}

.newyear-video-label {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5;
    max-width: 261px;
    width: 100%;
    padding: 8px 16px;
    color: #161619;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    background: #3EE590;
}

.fortune-foot {
    padding: 60px 0 40px;
}

.newyear-form .fortune-foot {
    padding: 0;
}

.fortune-form {
    width: calc(100% - 936px);
    padding-left: 100px;
}

.newyear-form {
    width: auto;
    padding: 32px 36px 30px;
    display: flex;
    flex-direction: column;
}

.newyear-form-center {
    margin: auto 0;
    padding-bottom: 12px;
}

.fortune-title {
    margin-bottom: 30px;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.newyear-form .fortune-title {
    margin: 0 0 13px;
    color: #161619;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}

.fortune-sub-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
}

.newyear-form .fortune-sub-title {
    margin: 0 0 23px;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}

.fortune-foot-text {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-style: italic;
}

.newyear-form .fortune-foot-text {
    color: #838889;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    font-style: normal;
}

.newyear-form .fortune-foot-text a {
    color: #838889;
    transition: color 0.2s;
    text-decoration: underline;
}

.newyear-form .fortune-foot-text a:hover {
    color: #636363;
}
.wheel-of-fortune-black-yellow .fortune-foot-text a:hover {
    color: #161619;
}

.newyear-form input[type="email"],
.fortune-form-data input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 0 22px;
    margin-top: 50px;
    margin-bottom: 10px;
    background: none;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}

.newyear-form input[type="email"] {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    margin: 0;
    height: 35px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #161619;
}

.wheel-of-fortune-black-yellow input[type="email"] {
    color: #4E4544;
}

.newyear-form .error-container {
    color: #b71e1e;
    display: none;
    font-size: 12px;
    font-weight: 400;
    margin: 2px 0 0;

}

.fortune-form-data .error-container {
    display: none;
    color: #f53e6e;
    margin-bottom: 20px;
}

.fortune-form-data input[type="email"]:focus {
    border-bottom-color: #b25f37;
}

.wheel-of-fortune-black-yellow .fortune-form-data input[type="email"]:focus {
    border-bottom-color: #161619;
}

.newyear-form input[type="email"]:focus {
    border-color: #161619;
}

.fortune-form-data input[type="email"]::placeholder {
    font-style: italic;
    opacity: 1;
    color: #000;
    font-weight: 300;
}

.wheel-of-fortune-black-yellow input[type="email"]::placeholder {
    color: #4E4544;
}

.newyear-form input[type="email"]::placeholder {
    color: #838889;
    font-size: 12px;
}

.fortune-form-button {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    background-color: #b25f37;

    font-size: 46px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

.wheel-of-fortune-black-yellow .fortune-form-button {
    background-color: #4E4544;
}

.fortune-form-button:hover {
    background-color: rgba(178, 95, 55, 0.7);
}

.wheel-of-fortune-black-yellow .fortune-form-button:hover {
    background: #161619;
}

.fortune-form-button svg {
    animation: spin 1s linear infinite;
}

.newyear-form-button {
    margin-top: 23px;
    width: 100%;
    line-height: 48px;
    font-size: 14px;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

@media (hover: hover) {
    .newyear-form-button:hover {
        opacity: 0.7;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

form:not(.loading) .newyear-form-button svg,
form:not(.loading) .fortune-form-button svg,
form.loading .newyear-form-button span,
form.loading .fortune-form-button span {
    display: none;
}

.wheel-of-fortune {
    position: relative;
    width: 936px;
    height: 936px;
    box-shadow: 0 12px 8px rgba(32, 51, 1, 0.3);
    border-radius: 50%;
}

.wheel-of-fortune:after {
    content: "";
    position: absolute;
    width: 119px;
    height: 196px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    background: url("../img/element-brown.png") center center no-repeat;
    background-size: contain;
}

.wheel-of-fortune-black-yellow .wheel-of-fortune:after {
    background-image: url("../img/black-yellow-fortuna/element-brown.svg");
}

.wheel-of-fortune:before {
    content: "";
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 65px);
    width: 130px;
    height: 130px;
    z-index: 4;
    background: #fff;
    border: 40px solid #ce8888;
    border-radius: 50%;
    box-shadow: 0 12px 8px rgba(32, 51, 1, 0.3);
}

.wheel-of-fortune-black-yellow .wheel-of-fortune:before {
    border: 32px solid #F3EFE4;
    box-shadow: none;
    background: #4D4544;
}

.fortune-spin {
    width: 936px;
    height: 936px;
    background: url("../img/background-brown.png") center center no-repeat;
    border-radius: 50%;
    padding: 85px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.05, 0.21, 0.17, 1);
}

.wheel-of-fortune-black-yellow .fortune-spin {
    padding: 90px;
    background: url("../img/black-yellow-fortuna/background-brown.svg") center center / cover no-repeat;
}
.wheel-of-fortune-black-yellow .fortune-spin:after {
    content: none;
}

.fortune-spin-container {
    position: relative;
    overflow: hidden;
    width: 766px;
    height: 766px;
    border-radius: 50%;
    background: #b25f37;
    border: 7px solid #b25f37;
}

.wheel-of-fortune-black-yellow .fortune-spin-container {
    background: #4D4544;
    border: 7px solid #4D4544;
    width: 755px;
    height: 755px;
}

.fortune-spin-item {
    display: block;
    position: absolute;
    width: 50%;
    height: calc((6.283185307 * (752px / 2)) / 7 + 10px); /* (p*2 * (radius) / numberOfSlices) */
    left: 50%;
    top: calc(50% - ((6.283185307 * (752px / 2) / 7 + 10px) / 2)); /* 50% - height / 2 */
    transform-origin: left center;
}

.fortune-spin-item:before,
.fortune-spin-item:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
}

.fortune-spin-item:before {
    margin-bottom: -1px;
    margin-top: -2px;
    border-width: 0 0 calc(((6.283185307 * (752px / 2) / 7 + 16px) / 2) + 4px) calc((752px / 2)); /* 0 0 ((height / 2) +4) radius */
    border-color: transparent transparent #f8f6df transparent;
}

.fortune-spin-item:after {
    margin-top: -1px;
    margin-bottom: -2px;
    border-width: 0 calc((752px / 2)) calc(((6.283185307 * (752px / 2) / 7 + 16px) / 2) + 4px) 0; /* 0 radius ((height / 2) +4) 0 */
    border-color: transparent #f8f6df transparent transparent;
}

.fortune-spin-item:nth-child(1) {
    transform: rotate(0deg);
}

.fortune-spin-item:nth-child(2) {
    transform: rotate(51.428deg);
}

.fortune-spin-item:nth-child(3) {
    transform: rotate(102.857deg);
}

.fortune-spin-item:nth-child(4) {
    transform: rotate(154.286deg);
}

.fortune-spin-item:nth-child(5) {
    transform: rotate(205.714deg);
}

.fortune-spin-item:nth-child(6) {
    transform: rotate(257.143deg);
}

.fortune-spin-item:nth-child(7) {
    transform: rotate(308.571deg);
}

.wheel-of-fortune-black-yellow .fortune-spin-item:before {
    margin: -2px;
    border-width: 0 0 calc(((6.283185307 * (752px / 2) / 7 + 20px) / 2) + 4px) calc((752px / 2)); /* 0 0 ((height / 2) +4) radius */
}

.wheel-of-fortune-black-yellow .fortune-spin-item:after {
    margin: -2px;
    border-width: 0 calc((752px / 2)) calc(((6.283185307 * (752px / 2) / 7 + 20px) / 2) + 4px) 0; /* 0 radius ((height / 2) +4) 0 */
}

.wheel-of-fortune-black-yellow .fortune-spin-item:nth-child(4n + 1):before {
    border-color: transparent transparent #C3B8AD transparent;
}

.wheel-of-fortune-black-yellow .fortune-spin-item:nth-child(4n + 1):after {
    border-color: transparent #C3B8AD transparent transparent;
}


.wheel-of-fortune-black-yellow .fortune-spin-item:nth-child(4n + 3):before {
    border-color: transparent transparent #F5E4A3 transparent;
}

.wheel-of-fortune-black-yellow .fortune-spin-item:nth-child(4n + 3):after {
    border-color: transparent #F5E4A3 transparent transparent;
}

.fortune-spin-item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    font-size: 33px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding-right: 10px;
    padding-left: 90px;
}

.newyear-success-popup,
.fortune-success-popup {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: safe center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 99999;
}

.newyear-success-popup {
    padding: 0 14px;
}

.newyear-success-popup-overlay,
.fortune-success-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.newyear-success-popup-content,
.fortune-success-popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 30px 20px;
    padding: 45px 60px;
    width: 800px;
    min-height: 475px;
    max-width: 100%;
    background: #b25f37;
    border-radius: 27px;
    z-index: 1;
}

.wheel-of-fortune-black-yellow .fortune-success-popup-content {
    background: #F8E59A;
    color: #4E4544;
}

.newyear-success-popup-content {
    min-width: 460px;
    width: fit-content;
    max-width: 650px;
    min-height: 300px;
    padding: 15px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    background: #121414;
    box-shadow: -17px 201px 81px 0 rgba(0, 0, 0, 0.01), -10px 113px 68px 0 rgba(0, 0, 0, 0.05), -4px 50px 50px 0 rgba(0, 0, 0, 0.09), -1px 13px 28px 0 rgba(0, 0, 0, 0.1);
}

.newyear-success-footer,
.newyear-success-header {
    flex: 0 0 auto;
    width: 100%;
}

.newyear-success-header {
    text-align: left;
    padding: 0 15px;
}

.close-success {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 20px;
    background: url("../img/close-succsess.png") center no-repeat;
    transition: all 0.3s;
    cursor: pointer;
}

.wheel-of-fortune-black-yellow .close-success {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4E4544;
    background: none;
}

.newyear-close-success.close-success {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 17%);
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

.close-success:hover {
    opacity: 0.7;
}

.fortune-success-title {
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 61px;
    color: #f8f6e1;
    font-weight: 500;
    text-align: center;
    z-index: 1;
}

.wheel-of-fortune-black-yellow .fortune-success-popup-content * {
    color: #4E4544;
}

.win-content {
    margin: 20px 0;
}

.win-title {
    margin-bottom: 10px;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 55px;
    text-transform: uppercase;
    color: #f8f6e1;
    font-weight: bold;
    text-align: center;
}

.win-sub-title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 40px;
    color: #f8f6e1;
    font-weight: 500;
    text-align: center;
}

.fortune-success-text {
    max-width: 500px;
    font-size: 25px;
    line-height: 30px;
    color: #f8f6e1;
    text-align: center;
}

.newyear-success-main {
    padding: 24px 10px;
}

.newyear-success-main .win-title {
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -2.8px;
    color: #f0cc99;
    background: linear-gradient(108deg, #f0cc99 38.08%, #bb945e 61.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.newyear-success-main .win-sub-title {
    color: #ffe6c3;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-wrap: pretty;
}

.newyear-success-footer {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid rgba(249, 249, 249, 0.07);
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.12px;
}

@media all and (max-width: 1980px) {
    .fortune-popup-content {
        width: 960px;
    }

    .fortune-container {
        max-width: 780px;
    }

    .wheel-of-fortune-black-yellow .fortune-container {
        max-width: 800px;
    }

    .fortune-head {
        padding: 20px 0 40px;
    }

    .fortune-logo img {
        width: 231px;
        height: auto;
    }

    .fortune-form:not(.newyear-form) {
        width: calc(100% - 468px);
        padding-left: 50px;
    }

    .wheel-of-fortune-black-yellow .fortune-form:not(.newyear-form) {
        padding-left: 38px;
    }

    .fortune-title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 38px;
    }

    .fortune-sub-title {
        font-size: 15px;
        line-height: 20px;
    }

    .fortune-form-data input[type="email"] {
        border-bottom: 1px solid #000;
        font-size: 16px;
        font-weight: 400;
        height: 34px;
        padding: 0 12px;
        margin-top: 25px;
    }

    .fortune-form-button {
        height: 44px;
        margin-top: 30px;
        padding: 5px 20px;
        font-size: 24px;
        line-height: 34px;
    }

    .fortune-foot {
        padding: 30px 0 20px;
    }

    .fortune-foot-text {
        font-size: 13px;
        line-height: 17px;
    }

    .wheel-of-fortune {
        width: 468px;
        height: 468px;
        box-shadow: 0 9px 6px rgba(32, 51, 1, 0.3);
    }

    .wheel-of-fortune:after {
        width: 60px;
        height: 98px;
        top: -20px;
    }

    .wheel-of-fortune:before {
        top: calc(50% - 33px);
        left: calc(50% - 33px);
        width: 64px;
        height: 64px;
        border: 20px solid #b25f37;
        box-shadow: 0 8px 6px rgba(32, 51, 1, 0.3);
    }

    .wheel-of-fortune-black-yellow .wheel-of-fortune:before {
        border-width: 16px;
    }

    .fortune-spin {
        width: 468px;
        height: 468px;
        background-size: cover;
        padding: 43px;
        position: relative;
    }

    .wheel-of-fortune-black-yellow .fortune-spin {
        padding: 46px;
    }

    .fortune-spin:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        width: calc(100% - 85px);
        height: calc(100% - 85px);
        z-index: 2;
        border: 2px solid #fff;
    }

    .fortune-spin-container {
        width: 382.5px;
        height: 382.5px;
        border-width: 4px;
    }

    .wheel-of-fortune-black-yellow .fortune-spin-container {
        width: 375px;
        height: 375px;
        border-width: 3px;
    }

    .fortune-spin-item {
        height: calc((6.283185307 * (375px / 2)) / 7 + 7px);
        top: calc(50% - ((6.283185307 * (375px / 2) / 7 + 7px) / 2));
    }

    .fortune-spin-item:before {
        border-width: 0 0 calc(((6.283185307 * (375px / 2) / 7 + 7px) / 2) + 3px) calc((375px / 2));
        margin-left: 3px;
    }

    .fortune-spin-item:after {
        border-width: 0 calc((375px / 2)) calc(((6.283185307 * (375px / 2) / 7 + 7px) / 2) + 3px) 0;
        margin-left: 3px;
    }

    .wheel-of-fortune-black-yellow .fortune-spin-item:before {
        margin: -1px;
        border-width: 0 0 calc(((6.283185307 * (375px / 2) / 7 + 10px) / 2) + 3px) calc((375px / 2));
    }

    .wheel-of-fortune-black-yellow .fortune-spin-item:after {
        margin: -1px;
        border-width: 0 calc((375px / 2)) calc(((6.283185307 * (375px / 2) / 7 + 10px) / 2) + 3px) 0;
    }

    .fortune-spin-item-name {
        font-size: 18px;
        line-height: 22px;
        padding-right: 10px;
        padding-left: 46px;
    }

    .fortune-success-popup-overlay {
        background-size: 680px auto;
    }

    .fortune-success-popup-content {
        width: 500px;
        min-height: 275px;
        margin: 30px 10px;
        padding: 50px 20px;
        border-radius: 17px;
    }

    .close-success {
        right: 15px;
        top: 10px;
    }

    .fortune-success-title {
        font-size: 34px;
        line-height: 40px;
    }

    .win-title {
        font-size: 30px;
        line-height: 35px;
    }

    .win-sub-title {
        max-width: 230px;
        font-size: 20px;
        line-height: 26px;
    }

    .fortune-success-text {
        max-width: 320px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media all and (max-width: 1366px) and (min-width: 768px) {
    .fortune-head {
        padding: 10px 0 20px;
    }
}

@media all and (max-width: 1279px) {
    .wheel-open-button-wrap {
        width: 768px;
        height: 177px;
    }

    .close-widget:not(.close-widget-newyear) {
        right: 10px;
        top: 90px;
    }

    .close-widget-newyear {
        width: 32px;
        height: 32px;
        bottom: 24px;
        right: 40px;
    }
}

@media all and (max-width: 991px) {
    .newyear-popup-content {
        max-width: 460px;
        min-height: 95%;
        height: auto;
        display: flex;
        align-items: stretch;
    }

    .newyear-popup-container {
        height: auto;
    }

    .newyear-body {
        flex-direction: column;
        align-items: flex-start;
        min-height: 100%;
        height: auto;
        max-height: unset;
    }

    .newyear-form {
        flex: 0 0 auto;
        padding: 30px 22px;
        width: 100%;
        height: auto;
    }

    .newyear-video {
        position: relative;
        width: 100%;
        flex: 1 1 auto;
        height: auto;
        min-height: 180px;
        max-height: unset;
        aspect-ratio: auto;
        overflow: visible;
    }

    .newyear-video video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: auto;
    }

    .newyear-video-label br {
        display: none;
    }

    .newyear-video-label {
        top: 100%;
        text-align: center;
        max-width: 100%;
        font-size: 14px;
        padding: 4px 8px;
    }

    .newyear-form {
        padding: 42px 16px 13px;
    }

    .newyear-form .fortune-foot {
        padding-top: 36px;
    }

    .newyear-form input[type="email"] {
        font-size: 16px;
    }

    .newyear-form .fortune-title {
        font-size: 18px;
        text-wrap: balance;
        margin-bottom: 8px;
    }
    .newyear-form .fortune-sub-title,
    .newyear-form .fortune-title {
        text-align: center;
    }

    .close-newyear-modal {
        color: #fff;
    }
}

@media all and (max-width: 850px) and (min-width: 768px) {
    .fortune-popup-content {
        max-width: calc(100% - 30px);
        margin: 30px 15px;
        padding: 20px 15px;
    }

    .fortune-form {
        padding-left: 10px;
    }

    .fortune-foot-text {
        font-size: 14px;
        line-height: 18px;
    }

    .fortune-form-button {
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .wheel-open-button-wrap {
        width: 500px;
        height: 376px;
    }

    .wheel-open-button-wrap-newyear {
        width: 420px;
        height: 200px;
    }

    #wheel-open-button-fortuna {
        background: url("../img/widget-brown-fortuna_mobile_ua.gif") center bottom / contain no-repeat;
    }

    #wheel-open-button-newyear {
        background: url("../img/widget-brown-newyear_mobile_ua_2.gif") center bottom / contain no-repeat;
    }

    #wheel-open-button-fortuna {
        background: url("../img/widget-black-yellow-fortuna_mobile_ua.gif") center bottom / contain no-repeat;
    }

    #wheel-open-button-black-yellow {
        background: url("../img/black-yellow-fortuna/ua_mob_1.gif") center bottom / contain no-repeat;
    }

    html[lang="en-GB"] #wheel-open-button-fortuna {
        background: url("../img/widget-brown-fortuna_mobile_en.gif") center bottom / contain no-repeat;
    }

    html[lang="en-GB"] #wheel-open-button-newyear {
        background: url("../img/widget-brown-newyear_mobile_en_2.gif") center bottom / contain no-repeat;
    }

    html[lang="en-GB"] #wheel-open-button-fortuna {
        background: url("../img/widget-black-yellow-fortuna_mobile_en.gif") center bottom / contain no-repeat;
    }

    html[lang="ru-RU"] #wheel-open-button-fortuna {
        background: url("../img/widget-black-yellow-fortuna_mobile_ru.gif") center bottom / contain no-repeat;
    }

    html[lang="en-GB"] #wheel-open-button-black-yellow {
        background: url("../img/black-yellow-fortuna/en_mob_1.gif") center bottom / contain no-repeat;
    }

    html[lang="ru-RU"] #wheel-open-button-black-yellow {
        background: url("../img/black-yellow-fortuna/ru_mob_1.gif") center bottom / contain no-repeat;
    }

    .close-widget:not(.close-widget-newyear) {
        right: 5px;
        top: 5px;
    }

    .close-widget-newyear {
        bottom: 150px;
        right: 9px;
    }

    .fortune-container {
        max-width: 520px;
    }

    .fortune-body {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }

    .fortune-form:not(.newyear-form) {
        margin-top: 40px;
        padding-left: 0;
        width: 300px;
        max-width: 100%;
    }

    .wheel-of-fortune-black-yellow .fortune-form:not(.newyear-form) {
        padding-left: 0;
    }

    .fortune-foot {
        text-align: center;
    }

    .fortune-foot-text {
        font-size: 14px;
        text-align: center;
    }

    .newyear-form .fortune-foot {
        padding-top: 36px;
    }

    .fortune-form-button {
        margin-top: 540px;
    }

    .wheel-of-fortune {
        position: absolute;
        bottom: 84px;
        left: 50%;
        transform: translateX(-50%);
    }

    .newyear-success-popup-content {
        max-width: 100%;
        min-width: 400px;
        min-height: 245px;
        margin-left: 0;
        margin-right: 0;
    }

    .newyear-success-main .win-title {
        font-size: 55px;
    }
}

@media all and (max-width: 575px) {
    .wheel-open-button-wrap {
        width: 320px;
        height: 241px;
    }

    .wheel-open-button-wrap-newyear {
        height: 145px;
    }

    .close-widget:not(.close-widget-newyear) {
        right: -5px;
        top: -5px;
    }

    .close-widget-newyear {
        bottom: 105px;
        right: 7px;
    }

    .fortune-head {
        padding-bottom: 30px;
    }

    .fortune-popup-content {
        max-width: calc(100% - 10px);
        margin: 20px 5px;
        max-height: none;
        padding: 30px 20px 20px;
    }

    .fortune-form {
        margin-top: 0;
    }

    .wheel-of-fortune {
        width: 340px;
        height: 340px;
        bottom: 74px;
    }

    .wheel-of-fortune:after {
        width: 40px;
        height: 68px;
        top: -13px;
    }

    .wheel-of-fortune:before {
        top: calc(50% - 22px);
        left: calc(50% - 22px);
        width: 44px;
        height: 44px;
        border: 14px solid #b05e37;
    }

    .wheel-of-fortune-black-yellow .wheel-of-fortune:before {
        border-width: 12px;
    }

    .fortune-spin {
        width: 340px;
        height: 340px;
        box-shadow: 0 0 40px rgba(255, 255, 255, 0.4);
        padding: 31px;
    }

    .wheel-of-fortune-black-yellow .fortune-spin {
        padding: 31px;
    }

    .fortune-spin:after {
        width: calc(100% - 59px);
        height: calc(100% - 59px);
        z-index: 2;
        border: 1px solid #fff;
    }

    .fortune-spin-container {
        width: 278px;
        height: 278px;
        border-width: 3px;
    }

    .wheel-of-fortune-black-yellow .fortune-spin-container {
        width: 278px;
        height: 278px;
        border-width: 2px;
    }

    .fortune-spin-item {
        height: calc((6.283185307 * (278px / 2)) / 7 + 4px);
        top: calc(50% - ((6.283185307 * (278px / 2) / 7 + 4px) / 2));
    }

    .fortune-spin-item:before {
        border-width: 0 0 calc(((6.283185307 * (278px / 2) / 7 + 4px) / 2) + 3px) calc((278px / 2));
        margin-left: 2px;
    }

    .fortune-spin-item:after {
        border-width: 0 calc((278px / 2)) calc(((6.283185307 * (278px / 2) / 7 + 3px) / 2) + 4px) 0;
        margin-left: 2px;
    }

    .wheel-of-fortune-black-yellow .fortune-spin-item:before {
        border-width: 0 0 calc(((6.283185307 * (278px / 2) / 7 + 8px) / 2) + 3px) calc((278px / 2));
        margin-left: 0;
    }

    .wheel-of-fortune-black-yellow .fortune-spin-item:after {
        border-width: 0 calc((278px / 2)) calc(((6.283185307 * (278px / 2) / 7 + 3px) / 2) + 8px) 0;
        margin-left: 0;
    }

    .fortune-spin-item-name {
        font-size: 14px;
        line-height: 18px;
        padding-right: 3px;
        padding-left: 35px;
    }

    .fortune-success-popup-content {
        min-height: 375px;
    }

    .fortune-form-data {
        text-align: center;
    }

    .fortune-form-data input[type="email"] {
        max-width: 304px;
        height: 49px;
        border-radius: 24px;
        background-color: #f8f6e1;
        border: 1px solid #b25f37;
        padding: 0 24px;
    }

    .wheel-of-fortune-black-yellow input[type="email"] {
        border-color: #4E4544;
    }

    .fortune-form-button {
        margin-top: 390px;
    }
}

@media all and (max-width: 767px) and (max-height: 800px) {
    .newyear-popup-content {
        margin: 5px 8px;
    }

    .newyear-form .fortune-title {
        font-size: 16px;
        margin-bottom: 2px;
        text-wrap: balance;
    }

    .newyear-form .fortune-sub-title {
        margin: 0 0 14px;
        font-size: 13px;
    }

    .newyear-form-button {
        margin-top: 9px;
    }

    .newyear-form .fortune-foot {
        padding-top: 36px;
    }
}

@media all and (max-width: 767px) and (max-height: 650px) {
    .newyear-form .fortune-foot {
        padding-top: 14px;
    }
}

@media all and (max-width: 767px) and (max-height: 600px) {
    .newyear-form .fortune-foot {
        padding-top: 0;
    }
}

@media all and (max-width: 435px) {
    .fortune-form {
        width: 100%;
    }

    .newyear-success-popup-content {
        min-width: 330px;
        width: 100%;
    }
}
