@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {

}

img {
    width: 100%;
}

/*font-family: 'Open Sans', sans-serif;*/
a {
    text-decoration: none;
}

#page {
    background: url("../images/bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.main {
    min-height: 100vh;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header a {
    z-index: 5;
}

.logo {
    width: 14.063vw;
    margin-top: 2.183vw;
}

.tittle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.923vw;
}

.tittle p {
    font-family: 'Cinzel', serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 3.581vw;
    font-weight: 900;
    z-index: 5;
}

.girl {
    position: absolute;
    left: 7.896vw;
    bottom: 0;
    width: 42.438vw;
    z-index: 5;
    pointer-events: none;
}

.spins {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 3.385vw 13.802vw 0 0;
}

.spins__item {
    /*transition: transform 1s;*/
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
    transition: .5s;
    border-radius: 50%;
}

.spins__item.is-flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card__face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}

.spins__item--red-noCode, .spins__item--black-noCode, .spins__item--green-noCode {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}


.spins__item--red, .spins__item--blue, .spins__item--fiolet, .spins__item--black, .spins__item--green, .spins__item--yellow {
    width: 12.500vw;
}

.spins__top, .spins__bottom {
    display: flex;
}

.spins__bottom {
    margin-top: 1.771vw;
}

.spins__item--grow {
    margin: 0 2.813vw;
}



/*offers*/
.offers {
    display: flex;
    justify-content: flex-end;
    margin: 5vw 14.885vw 0 0;
}

.offers__back-bg {
    background: url("../images/offer-back-bg1.png") no-repeat;
    background-position: 100% 55%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

.branch {
    position: absolute;
    top: -15%;
    left: -10%;
    width: 9.896vw;
}

.close {
    position: absolute;
    width: 2.500vw;
    top: 1.563vw;
    right: 1.667vw;
    cursor: pointer;
}



.free-spins, .slots-match, .free-chip {
    width: 38.542vw;
    /*height: 24.740vw;*/
    background: transparent linear-gradient(221deg, #B31B0F 0%, #740E0C 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #FFFFFF;
    border: 4px solid #FFFFFF;
    border-radius: 40px;
    /*display: none;*/
}


.spins, .free-spins, .slots-match, .free-chip {
    position: fixed;
    z-index: -4;
    opacity: 0;
    left: -1000%;
    transition: .5s;
}





/*titles*/
.offers__tittle {
    font-family: 'Cinzel', serif;
    font-size: 3.446vw;
    color: white;
    text-align: center;
    font-weight: 600;
    padding-top: 4.388vw;
}

.offers__sub-title {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 1.042vw;
    padding-top: 0.521vw;
}

/*buttons*/
.offers__buttons {
    margin: 3.385vw 0 2.604vw;
}

.offers__copy-wrapp {
    width: 15.104vw;
    height: 2.865vw;
    margin: 0 auto;
}

.offers__play-link {
    width: 15.104vw;
    height: 2.865vw;
}

.offers__copy-wrapp {
    margin-bottom: 1.042vw;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    position: relative;
    background: #821008;
    background-size: 100%;
    border: 1px solid #FF7067;
}

.offers__bonus {
    font-family: "Open Sans", sans-serif;
    font-size: 1.042vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #fff;
    width: 65%;
    justify-content: center;
    text-transform: uppercase;
}

.offers__copy-btn {
    cursor: pointer;
    font-size: 0.833vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 45%;
    right: -1px;
    transition: .6s ease-in-out;
    color: #fff;
    background: #FF7067;
    font-family: "Open Sans", sans-serif;

}

.offers__play-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 1.042vw;
    text-decoration: none;
    transition: all .5s ease;
    color: #B31B0F;
    margin: 0 auto;
    z-index: 2;
    font-family: 'Cinzel', serif;
    text-align: center;
    font-weight: 800;
    position: relative;
    border: 1px solid transparent;
}

.offers__play-link:after {
    background: #B31B0F;
    content: "";
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* TRANSISITION */
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

/*terms*/
.offers__terms {
    color: #FF7067;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    max-width: 85%;
    font-size: 0.625vw;
    margin: 0 auto 1.563vw;
    line-height: 17px;
}


/*offers hide*/
.offers, .offers__tittle--mob {
    display: none;
}


.dark-mask {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    z-index: -4;
    opacity: 0;
    background: rgba(0,0,0, 0.7);
    pointer-events: none;
    transition: .3s;
    left: -1000px;
}

@media (hover: hover) {
    .offers__play-link:hover:after {
        z-index: -1;
        opacity: 1;
    }

    .offers__play-link:hover {
        color: white;
    }

    .offers__copy-btn:hover {
        filter: brightness(1.2);
    }

    .spins__item:hover {
        -webkit-box-shadow: 0px 0px 16px 6px #FFFFFF;;
        box-shadow: 0px 0px 16px 6px #FFFFFF;;
        border-radius: 50%;
    }
}


/*animation block*/
.copied .offers__copy-btn {
    animation: copy 0.8s ease-in-out;
    -webkit-animation: copy 0.8s ease-in-out;
}

@keyframes copy {
    0% {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        right: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes showDarkMask {
    0% {
        opacity: 0.2;
        left: 0;
    }

    50% {
        opacity: 0.5;
        z-index: 2;
    }

    100% {
        opacity: 1;
        z-index: 2;
    }
}

@-webkit-keyframes showDarkMask {
    0% {
        opacity: 0.2;
        left: 0;
    }

    50% {
        opacity: 0.5;
        z-index: 2;
    }

    100% {
        opacity: 1;
        z-index: 2;
    }
}



@media (max-width: 1520px) and (max-height: 770px) {
    .spins__item--red, .spins__item--blue, .spins__item--fiolet, .spins__item--black, .spins__item--green, .spins__item--yellow {
        width: 11.5vw;
    }

    .girl {
        position: absolute;
        left: 4.896vw;
        bottom: 0;
        width: 40.438vw;
    }

    .tittle p {
        font-size: 3vw;
    }

    .offers {
        margin: 4vw 12.885vw 0 0;
    }

    .branch {
        position: absolute;
        top: -13%;
        left: -8%;
        width: 7.896vw;
    }

    .offers__buttons {
        margin: 3vw 0 2vw;
    }

    .offers__tittle {
        font-size: 3.346vw;
        padding-top: 4.288vw;
    }
}

@media (max-width: 1367px) {
    .spins {
        margin: 6.385vw 13.802vw 0 0;
    }
    .offers__terms {
        font-size: 0.925vw;
    }
}



@media (max-width: 1024px) and (orientation: portrait),(max-width: 1023px) {

    #page {
        background: url("../images/bg-ipad.png") no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 100vh;
        width: 100%;
    }

    .girl {
        display: none;
    }

    .spins {
        margin: 0;
        flex: 1 1 auto;
        flex-direction: initial;
        align-items: center;
        justify-content: center;
    }

    .spins__top, .spins__bottom {
        flex-direction: column;
    }

    .spins__bottom, .spins__item--grow {
        margin: 0;
    }

    .main {
        display: flex;
        flex-direction: column;
    }

    .spins__item--red, .spins__item--blue, .spins__item--fiolet, .spins__item--black, .spins__item--green, .spins__item--yellow {
        width: 160px;
    }

    .spins__top {
        margin-right: 35px;
    }

    .spins__item--grow {
        margin: 30px 0 30px;
    }

    .offers {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        margin: 0;
        z-index: 5;
    }

    .free-spins, .slots-match, .free-chip {
        width: 280px;
        background: transparent linear-gradient(201deg, #B31B0F 0%, #740E0C 100%) 0% 0% no-repeat padding-box;
    }

    .logo {
        width: 155px;
        margin-top: 40px;
    }

    .tittle {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 280px;
        text-align: center;
        margin: 32px auto 0;
    }

    .tittle p {
        font-size: 29px;
        line-height: 34px;
    }

/*    content*/
    .offers__tittle {
        display: none;
    }

    .offers__tittle--mob {
        display: block;
        font-size: 36px;
        text-align: center;
        padding-top: 40px;
        width: 90%;
        margin: 0 auto;
        font-family: 'Cinzel', serif;
        color: white;
        font-weight: 600;
    }

    .offers__sub-title {
        font-size: 16px;
        padding-top: 8px;
    }

    .offers__buttons {
        margin: 47px 0 25px;
    }

    .offers__play-link, .offers__copy-wrapp {
        width: 250px;
        height: 48px;
    }

    .offers__terms {
        max-width: 90%;
        font-size: 8px;
        margin: 0 auto 25px;
        line-height: 11px;
    }

    .branch {
        top: -11%;
    }

    .offers__back-bg {
        background-position: 100% 25%;
    }

    .offers__bonus, .offers__play-link {
        font-size: 20px;
    }

    .offers__copy-btn {
        font-size: 16px;
    }

    .spins, .free-spins, .slots-match, .free-chip {
        left: -1000px;
    }

    .close {
        width: 30px;
        top: 15px;
        right: 15px;
    }

    .offers__copy-wrapp {
        margin-bottom: 15px;
    }

}

@media (max-width: 769px) and (orientation: portrait),(max-width: 768px) {

}


@media (max-width: 600px) and (orientation: portrait),(max-width: 599px) {
    .offers {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        position: initial;
        margin: 50px auto 20px;
        z-index: 5;
    }

    .spins {
        margin: 50px 0 30px 0;
    }

    .spins__top {
        margin-right: 30px;
    }

    .spins__item--grow {
        margin: 25px 0 25px;
    }

    .spins__item--red, .spins__item--blue, .spins__item--fiolet, .spins__item--black, .spins__item--green, .spins__item--yellow {
        width: 115px;
    }

    .branch {
        position: absolute;
        top: -8%;
        left: -10%;
        width: 85px;
    }

    #page {
        overflow: hidden;
    }
}

@media (orientation: landscape)
and (max-height: 602px)
and (max-width: 1000px) {
    .spins {
        margin: 40px 0 40px 0;
    }

    .offers {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        position: initial;
        margin: 50px auto 40px;
        z-index: 5;
    }

    .branch {
        position: absolute;
        top: -8%;
        left: -10%;
        width: 85px;
    }
}

@media (max-width: 321px) {
    .free-spins, .slots-match, .free-chip {
        width: 265px;
    }

    .close {
        width: 25px;
        top: 12px;
        right: 12px;
    }

    .branch {
        top: -6%;
        left: -8%;
        width: 75px;
    }

    .offers__buttons {
        margin: 40px 0 20px;
    }

    .offers__play-link, .offers__copy-wrapp {
        width: 235px;
        height: 43px;
    }

    .offers__bonus, .offers__play-link {
        font-size: 18px;
    }

    .offers__copy-btn {
        font-size: 14px;
    }
}


@media (max-width: 281px) {

}





.active {
    display: flex;
}

.active-offer {
    position: initial;
    opacity: 1;
    transition: .5s;
    z-index: 5;
}

.active-mask {
    opacity: 1;
    left: 0;
    -webkit-animation: showDarkMask .3s ease-out forwards;
    animation: showDarkMask .3s ease-out forwards;
}