body {
    margin: 0px;
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Regular.ttf);
    font-weight: 400;
}


.main_wrapper {
    height: 100vh;
    /*background-image: url(../img/main-bg.jpg);
    background-size: cover;
    background-position: center;*/
    position: relative;
    overflow: hidden;
}

.main_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-bg.jpg) center/cover;

    /* -webkit-animation: bounce 40s infinite both alternate linear;
    animation: bounce 40s infinite both alternate linear; */
}

.main_wrapper {
    position: relative;
    overflow: hidden;
}

.main-logo {
    text-align: center;
}

.main-logo img {
    width: 220px;
}

.left-wrapper-block {
    text-align: center;
    position: relative;
    z-index: 9;
}

.wheel-container {
    position: relative;
    top: 50%;
    left: auto;
    min-width: 30vmin;
    min-height: 30vmin;
    z-index: 10;
}

.wheel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/wheel-bg.png);
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    left: 0;
}

.wheel,
.wheel__cursor {
    position: absolute;
    top: 0;
}

.wheel__image {
    position: relative;
    width: 100%;
    -ms-transform: rotate(-1440deg);
    transform: rotate(-1440deg);
}

[data-animation=wheel].is-animated {
    animation: wheelRotation 2s infinite ease;
}

[data-animation=attempts-container] {
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

[data-animation=attempts-text] {
    -ms-transform: translateY(110%);
    transform: translateY(110%)
}

[data-animation=wheel-swing] {
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

[data-animation=person],
[data-animation=wheel-container],
[data-animation=wheel-overlay] {
    opacity: 0
}

[data-animation=wheel].is-animated {
    animation: wheelRotation 2s infinite ease
}

[data-animation=prize] {
    -ms-transform: scale(.3);
    transform: scale(.3);
    opacity: 0;
    -ms-transform-origin: center;
    transform-origin: center
}

@keyframes wheelRotation {

    0%,
    to {
        transform: rotate(-3deg)
    }

    50% {
        transform: rotate(3deg)
    }
}

.wheel__image img {
    max-width: 100%;
}

.wheel__cursor {
    margin-top: -1%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 25%;
}

.wheel__cursor img {
    max-height: 40%;
    display: block;
}

.wheel__cursor {
    z-index: 9;
}

.wheel__btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 26.5%;
    height: 26.5%;
}

.attempts__text:after,
.wheel__btn,
.wheel__overlay img {
    width: 100%;
    height: 100%;
}

.hero-btn {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.hero-btn.is-animated {
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        transform: scale(1.02)
    }
}

.hero-btn span {
    color: white;
    text-align: center;
    text-shadow: 0px 0px 34px #5B0008;
    font-family: Impact;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    letter-spacing: -0.35px;
    text-transform: uppercase;
}

.content_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding: 0px 10vw 0 5vw;
    z-index: 9;
}

.content-left-block {
    flex-basis: 35vw;
}

.main_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/shadow.png) center/cover;
    z-index: 1;
}


.text-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 129.36%;
    color: #FFF;
    text-align: center;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.main-logo {
    margin-bottom: 30px;
}

.text-subsubtitle {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 57px;
    line-height: 129.36%;
    color: #FFF;
    text-align: center;
    text-shadow: 3.813px 3.813px 9.532px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    margin-top: 10px;
}

.inside-content-left-block {
    text-align: center;
}

.text-subtitle {
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 129.36%;
}

.text-bottomtitle {
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 129.36%;
    text-transform: uppercase;
}

a.btn-link {
    text-decoration: none;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 20px 42px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 187.122px;
    background: var(--orange, linear-gradient(180deg, #FFC702 0%, #FF8B20 100%));
    box-shadow: 0px 22.276px 57.919px 0px rgba(0, 0, 0, 0.10), 0px -8.911px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4.455px 0px 0px rgba(255, 255, 255, 0.40) inset;
    font-family: Montserrat;
    color: var(--Dark-B, #29263A);
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
}

.btn-link:hover {
    background: linear-gradient(269deg, #FF9839 0%, #FFD74A 97.35%);
}


a.btn-link.visible-xs {
    display: none;
}





/** DECOR START */

.main-img {
    position: absolute;
    left: 27vw;
    bottom: -7vh;
    z-index: 1;
}

.card-top-left {
    position: absolute;
    left: -14vw;
    top: 0;
}

.card-top-right {
    position: absolute;
    right: -7vw;
    top: -5vh;
}

.card-blurry {
    position: absolute;
    bottom: -14vh;
    right: 13vw;
}

.leaf-bottom-left {
    position: absolute;
    bottom: -2vh;
    left: -10vw;
}

.leaf-bottom-right {
    position: absolute;
    right: -10vw;
    bottom: -6vh;
}

.leaf-top-right {
    position: absolute;
    right: -7vw;
    top: -10vh;
}

.main-img img {
    max-height: 95vh;
    animation: main_img 2.5s ease-in-out infinite;
}

.content-left-block {
    z-index: 17;
}

.card-top-right img {
    max-height: 67vh;
}

.leaf-top-right img {
    max-height: 30vh;
}

.leaf-bottom-right img {
    max-height: 45vh;
}

.leaf-bottom-left img {
    max-height: 30vh;
}

.card-blurry img {
    max-height: 40vh;
}

.card-top-left img {
    max-height: 70vh;
}

@keyframes main_img {
    0% {
        transform: translate(20px, 0px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(20px, 0px);
    }
}


/** DECOR END */


.modal-salut img {
    width: 100vw;
    max-width: 1300px;
    animation: salut 1.5s ease-in-out infinite;
}

.modal-salut {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn-modal-link:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.40) inset;
}

@keyframes salut {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}


.modal-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.is-open .content-left-block {
    transform: translate(-100%, 0px) !important;
    opacity: 0 !important;
    visibility: hidden;
}

.is-open .content-right-block {
    transform: translate(100%, 0px) !important;
    opacity: 0 !important;
    visibility: hidden;
}

.is-open .main-img {bottom: -10vh;left: 0;z-index: 9;}

.main-img {
    transition: all 1s ease-in-out;
}

.show-modal-wrapper .main_wrapper::before {
    opacity: 0;
}

.main_wrapper::before {
    transition: all 1s ease-in-out;
}

.show-modal-wrapper .main_wrapper::after {
    opacity: 0;
}

.main_wrapper::after {
    transition: all 1s ease-in-out;
}

.show-modal-wrapper .modal-wrapper {
    opacity: 1;
    visibility: visible;
}

.modal-wrapper-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* object-fit: cover; */
}

.modal-wrapper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-wrapper-image {
    transition: all 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.show-modal-wrapper .modal-wrapper-image {
    transition: all 1s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}

.is-open .leaf-bottom-right {
    display: none;
}

.modal-img-prize img {
    max-width: 100%;
}

.modal-wrapper-title {
    color: #FFF;
    text-align: center;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
    font-family: Oswald;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 129.36%; /* 130.218px */
    text-transform: uppercase;
}

a.btn-modal-link {
    border-radius: 180px;
    background: var(--orange, linear-gradient(180deg, #FFC702 0%, #FF8B20 100%));
    box-shadow: 0px 22px 57px 0px rgba(0, 0, 0, 0.10), 0px -8px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.40) inset;
    color: #29263A;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 40px;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
}

.modal-wrapper-body {
    transform: scale(0);
    transition: all 1s ease-in-out;
}

.show-modal-wrapper .modal-wrapper-body {
    transform: scale(1);
}

.modal-wrapper-image:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 9;
}

a.logo-modal img {
    max-width: 250px;
}

a.logo-modal {
    margin-bottom: 10vh;
    display: inline-block;
    margin-top: -10vh;
}






@media (min-width: 1600px) {
    .container {
        max-width: 100%;
    }
}


@media (max-width: 1500px) {

    /* .bear-image-block {
        left: -3%;
    } */
}


@media (max-width: 1440px) {
    .main-logo img {
        width: 170px;
    }
    
    .text-title {
        font-size: 6.5vw;
    }
    
    .text-subtitle {
        font-size: 3vw;
    }
    
    .text-bottomtitle {
        font-size: 1.7vw;
        max-width: 350px;
    }
    
    a.btn-link {
        font-size: 2vw;
    }

    .hero-btn span {
        font-size: 20px;
    }

    .text-subsubtitle {
        font-size: 43px;
    }

    .modal-wrapper-title {
        font-size: 70px;
    }
    
    a.logo-modal img {
        max-width: 200px;
    }
    
    a.logo-modal {
        margin-bottom: 5vh;
        margin-top: -5vh;
    }
    
    .modal-img-prize img {
        max-width: 800px;
    }
    
    a.btn-modal-link {
        font-size: 24px;
        padding: 15px 30px;
    }

}

@media (max-width: 1280px) {
    .content_wrapper {
        padding: 0px 5vw 0 2vw;
    }

    .modal-wrapper-title {
        font-size: 60px;
    }
    
    .modal-img-prize img {
        max-width: 700px;
    }
    
    .modal-img-prize {
        margin: 10px 0px;
    }
}


@media (max-width: 1140px) {
    .text-title {
        font-size: 70px;
    }
    
    .main-logo img {
        width: 150px;
    }
    
    .text-subtitle {
        font-size: 32px;
    }
    
    .text-bottomtitle {
        max-width: 230px;
        font-size: 15px;
    }
    
    a.btn-link {
        font-size: 24px;
        padding: 17px 35px;
    }

    .text-subsubtitle {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    /* .bear-image-block {
        left: -10%;
    } */

    .hero-btn span {
        font-size: 18px;
    }

    .main-logo img {
        width: 120px;
    }

    span.prize-table {
        font-size: 36px;
    }

    span.title-table {
        font-size: 21px;
        margin-top: 20px;
    }

}



@media (max-width: 820px) {

    .main-logo img {
        width: 180px;
    }

    .wheel-container {
        max-width: 500px;
        max-height: 500px;
    }

    .container {
        padding: 0px 10px 0px 10px !important;
        margin: 0px !important;
        width: calc(100% - 20px);
    }

    .main_wrapper {
        height: fit-content;
        min-height: 100vh;
    }

    .main-wrapper-block {
        display: block;
        text-align: center;
    }


    .main-logo {
        margin: 60px 0px 0px;
    }

    .wheel {
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        padding: 20px;
    }

    .content_wrapper {
        flex-direction: column;
    }
    
    .text-title {
        font-size: 70px;
    }
    
    .text-subtitle {
        font-size: 32px;
    }
    
    .text-bottomtitle {
        max-width: 270px;
    }
    
    a.btn-link {
        margin-top: 0px;
    }

    .content_wrapper {
        justify-content: unset;
    }

    .content-right-block {
        margin-top: 0;
    }


    .leaf-top-right {
        display: none;
    }
    
    .leaf-bottom-right {
        display: none;
    }
    
    .leaf-bottom-left {
        display: none;
    }
    
    .main_wrapper::after {
        background: linear-gradient(170deg, #000000c7 22.72%, rgba(0, 0, 0, 0.00) 52.89%);
        bottom: 0;
    }
    
    .main_wrapper::before {
        left: auto;
        right: 0;
        background-position-x: right;
    }
    
    .text-title {
        font-size: 57px;
    }
    
    .text-subtitle {
        font-size: 27px;
    }
    
    .text-subsubtitle {
        display: none;
    }
    
    .text-bottomtitle {
        max-width: 250px;
    }
    
    a.btn-link {
        font-size: 20px;
        padding: 15px 30px;
    }
    
    a.btn-link {
        border-radius: 94.163px;
        background: var(--orange, linear-gradient(180deg, #FFC702 0%, #FF8B20 100%));
        box-shadow: 0px 11.21px 29.146px 0px rgba(0, 0, 0, 0.10), 0px -4.484px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 2.242px 0px 0px rgba(255, 255, 255, 0.40) inset;
        padding: 12px 25px;
    }
    
    .card-top-left {
        display: none;
    }
    
    .main-img img {
        max-height: 75vh;
        max-width: 400px;
    }
    
    .main-img {
        left: -60%;
        right: 0;
    }
    
    a.btn-link.hidden-xs {
        display: none;
    }

    a.btn-link.visible-xs {
        display: inline-block;
    }

    .card-top-right img {
        max-width: 300px;
    }
    
    .card-top-right {
        top: -14%;
        transform: rotate(-15deg);
    }

    a.logo-modal img {
        max-width: 180px;
    }
    
    .modal-wrapper {
        display: block;
    }
    
    a.logo-modal {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    
    .modal-wrapper-title {
        font-size: 46px;
    }
    
    .modal-img-prize {
        margin-top: 0;
    }
    
    .modal-img-prize img {
        width: 100%;
    }
    
    .is-open .main-img img {
        max-height: 56vh;
    }

}


@media (max-width: 500px) {

    .wheel-container {
        width: 49vh !important;
        height: 49vh !important;
    }

    .wheel {
        width: calc(100% - 34px);
        height: calc(100% - 34px);
        padding: 17px;
    }

    .wheel-container {
        max-width: 75vw;
        max-height: 75vw;
    }

    .main-img img {
        max-height: 55vh;
        max-width: 400px;
    }

}


@media (max-width: 375px) {
    .wheel-container {
        width: 46vh !important;
        height: 46vh !important;
    }
}


@media (max-width: 450px) {
    .main-logo {
      margin-top: 40px;
  }
  
  .content__logo {
    margin-bottom: 7px;
  }
  
  .content__logo img {
    max-height: 42px;
  }
  
  .text-title {
    font-size: 56px;
  }
  
  .text-subtitle {
    font-size: 26px;
  }
  
  .slot_btn {
    font-size: 16px;
    padding: 14px 23px;
    box-shadow: 0px 22.276px 57.919px 0px rgba(0, 0, 0, 0.1), 0px -4.911px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4.455px 0px 0px rgba(255, 255, 255, 0.4) inset;
  }
  
  
  .decor__pilot {
    left: 53vw;
    bottom: -3vh;
    right: -12vw;
  }

  .main-img {
    left: -80%;
    right: 0;
    }

    .wheel__cursor {
        margin-top: 4%;
    }

    .text-bottomtitle {
        margin-bottom: 0;
    }
  }