@font-face {
    font-family: "Stolzl";
    src: url(../fonts/Stolzl/Stolzl-Bold.ttf);
	font-weight: 700;
}

@font-face {
    font-family: "Stolzl";
    src: url(../fonts/Stolzl/Stolzl-Light.ttf);
	font-weight: 300;
}

@font-face {
    font-family: "Stolzl";
    src: url(../fonts/Stolzl/Stolzl-Regular.ttf);
	font-weight: 400;
}

html {
    min-width: 320px;
}

body {
    margin: 0 auto;
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

ul {
    list-style: none;
}

ul,
li,
p,
h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

header *,
main *,
footer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-conteiner {
    min-height: 100%;
    min-height-margin-bottom: -141px;
}
.content-conteiner:after {
    content: "";
    display: block;
    height: 141px;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    position: relative;
	
    font-family: "Stolzl";
    font-weight: 400;
    background: url("../img/bg.jpg") center center no-repeat;
    background-size: cover;
}
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.info {
    padding: 20px 0 10px;
}
.info__title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-family: "Stolzl";
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 12px 0;
}
.info__title span {
    color: #ffba0a;
}
.info__description {
    font-family: "Stolzl";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 0;
    color: #fff;
}
.info__description span {
    margin: 0 7px;
}
.wheel {
    width: 700px;
    height: 700px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../img/wheel_bg.png") no-repeat;
    background-size: cover;
    margin: 8px auto;
}
.wheel__main {
    width: 100%;
    height: 100%;
}
.wheel__main.first-spin {
    -webkit-transform: rotate(1116deg);
    -ms-transform: rotate(1116deg);
    transform: rotate(1116deg);
    -webkit-animation: 3s ease-in-out 0s normal running first-spin;
    animation: 3s ease-in-out 0s normal running first-spin;
}
.wheel__main.second-spin {
    -webkit-transform: rotate(2016deg);
    -ms-transform: rotate(2016deg);
    transform: rotate(2016deg);
    -webkit-animation: 3s ease-in-out 0s normal running second-spin;
    animation: 3s ease-in-out 0s normal running second-spin;
}
.wheel__main img.desc {
    display: block;
}
.wheel__main img.mob {
    display: none;
}
.wheel__arrow {
    width: 150px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: calc(50% - 150px / 2);
}
.wheel__button-holder,
.wheel__button {
    position: absolute;
    width: 100px;
    height: 75px;
    border: 0;
    box-shadow: none;
    -webkit-animation: none;
    animation: none;
}
.wheel__button {
    display: inline-block;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: url(../img/wheel-button.png) 50% 50% no-repeat transparent;
    background-size: cover;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffce44;
    -webkit-box-shadow: 0px 10px 20px rgb(59 2 127 / 64%);
    box-shadow: 0px 10px 20px rgb(59 2 127 / 64%);
    border-radius: 12px;
    cursor: pointer;
    color: #2b2b2b;
    border: 0;
    outline: 0;
    font-family: "Stolzl";
    font-weight: 400;
    letter-spacing: 0.03em;
}
.btn:hover {
    background: #c8a036;
}
.btn.spin {
    width: 296px;
    line-height: 64px;
    font-weight: 400;
    font-size: 28px;
    margin: 15px auto;
}

.prize {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: opacity 500ms ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(16, 23, 188, 0.8);
}
.prize.try {
    opacity: 1;
    height: 100%;
}
.prize.try .prize__gift {
    opacity: 0;
    height: 0;
}
.prize.gift {
    opacity: 1;
    height: 100%;
}
.prize.gift .prize__try {
    opacity: 0;
    height: 0;
    display: none;
}
.prize.gift .prize__gift {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prize.gift .prize__box-first {
    width: 208px;
    position: absolute;
    top: 98px;
    -webkit-animation: 1s ease-in-out 0s normal running box-top;
    animation: 1s ease-in-out 0s normal running box-top;
}
.prize.gift .prize__box-last {
    width: 317px;
    position: absolute;
    bottom: 90px;
    -webkit-animation: 1s ease-in-out 0s normal running box-bottom;
    animation: 1s ease-in-out 0s normal running box-bottom;
}
.prize.gift .prize__box-info {
    height: 200px;
    position: absolute;
    top: calc(50% - 143px);
    display: none;
}
.prize.gift .prize__box-info.show {
    display: block;
}
.prize.gift .prize__box-text {
    margin-bottom: 15px;
    font-family: "Stolzl";
    font-weight: bold;
    font-size: 30px;
    line-height: 121.5%;
    text-align: center;
    color: #fff;
}
.prize.gift .prize__box-text span {
    color: #ffba0a;
}
.prize.gift .prize__box-text span.lila {
    color: #a775f4;
}
.prize__wall {
    width: 912px;
    height: 679px;
    background: url("../img/wall.png") center center no-repeat;
    background-size: cover;
}
.prize__info {
    width: 660px;
    margin: 274px auto 35px;
    font-family: "Stolzl";
    font-weight: bold;
    font-size: 30px;
    line-height: 121.5%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
}
.prize__btn {
    width: 224px;
    height: 64px;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 0.03em;
}
.prize__btn.get {
    text-decoration: none;
}

@-webkit-keyframes first-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
	}
    100% {
        -webkit-transform: rotate(1116deg);
        transform: rotate(1116deg);
	}
}

@keyframes first-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
	}
    100% {
        -webkit-transform: rotate(1116deg);
        transform: rotate(1116deg);
	}
}

@-webkit-keyframes second-spin {
    0% {
        -webkit-transform: rotate(1116deg);
        transform: rotate(1116deg);
	}
    100% {
        -webkit-transform: rotate(1814deg);
        transform: rotate(2016deg);
	}
}

@keyframes second-spin {
    0% {
        -webkit-transform: rotate(1116deg);
        transform: rotate(1116deg);
	}
    100% {
        -webkit-transform: rotate(1814deg);
        transform: rotate(2016deg);
	}
}

@-webkit-keyframes box-top {
    0% {
        top: 220px;
	}
    100% {
        top: 98px;
	}
}

@keyframes box-top {
    0% {
        top: 220px;
	}
    100% {
        top: 98px;
	}
}

@-webkit-keyframes box-bottom {
    0% {
        bottom: 220px;
	}
    100% {
        bottom: 90px;
	}
}

@keyframes box-bottom {
    0% {
        bottom: 220px;
	}
    100% {
        bottom: 90px;
	}
}

@media screen and (max-width: 1440px) {
    .wheel {
        width: 540px;
        height: 540px;
	}
    .wheel__arrow {
        width: 100px;
        left: calc(50% - 100px / 2);
	}
    .btn.spin {
        margin: 15px auto 20px;
	}
	
    .wheel__arrow {
        width: 90px;
        left: calc(50% - 90px / 2);
	}
}

@media screen and (max-width: 1024px) {
    .info {
        padding: 20px 15px 0px;
	}
	.info__description span {
		display: inline-block;
		margin-bottom: 8px;
		width: 100%;
		float: none;
		text-align: center;
	}	
    .wheel {
        width: 480px;
        height: 480px;
	}
    .wheel__arrow {
        width: 60px;
        left: calc(50% - 60px / 2);
	}
    .wheel__button-holder,
    .wheel__button {
        width: 80px;
        height: 56px;
	}
    .btn.spin {
        width: 250px;
        line-height: 54px;
        font-size: 25px;
	}
    .prize__info {
        margin: 248px auto 35px;
	}
    .prize__wall {
        width: 770px;
        height: 572px;
	}
    .prize.gift .prize__box-text {
        height: 112px;
        font-size: 24px;
	}
    .prize.gift .prize__box-first {
        width: 208px;
        position: absolute;
        top: 86px;
        -webkit-animation: 1s ease-in-out 0s normal running box-top;
        animation: 1s ease-in-out 0s normal running box-top;
	}
    .prize.gift .prize__box-last {
        width: 317px;
        position: absolute;
        bottom: 66px;
        -webkit-animation: 1s ease-in-out 0s normal running box-bottom;
        animation: 1s ease-in-out 0s normal running box-bottom;
	}
    .prize.gift .prize__box-info {
        height: 164px;
        top: calc(50% - 123px);
	}
    .prize__btn {
        height: 54px;
        font-size: 25px;
	}
    @-webkit-keyframes box-top {
        0% {
            top: 220px;
		}
        100% {
            top: 66px;
		}
	}
    @keyframes box-top {
        0% {
            top: 220px;
		}
        100% {
            top: 66px;
		}
	}
    @-webkit-keyframes box-bottom {
        0% {
            bottom: 220px;
		}
        100% {
            bottom: 66px;
		}
	}
    @keyframes box-bottom {
        0% {
            bottom: 220px;
		}
        100% {
            bottom: 66px;
		}
	}
}

@media screen and (max-width: 768px) {
    body {
        background: url("../img/bg-mob.jpg") center center no-repeat;
        background-size: cover;
	}
    .container {
        width: 100%;
	}
    .info {
        padding: 15px 15px 0;
	}
    .info__title {
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 24px;
	}
    .info__title span {
        color: #ffba0a;
	}
    .info__description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
	}
    .info__description span {
        display: inline-block;
        margin-bottom: 8px;
        width: 100%;
        float: none;
	}
    .wheel {
        width: 520px;
        height: 520px;
	}
    .wheel__main.first-spin {
        -webkit-transform: rotate(1116deg);
        -ms-transform: rotate(1116deg);
        transform: rotate(1116deg);
	}
    .wheel__main.second-spin {
        -webkit-transform: rotate(2016deg);
        -ms-transform: rotate(2016deg);
        transform: rotate(2016deg);
	}
    .wheel__main img.desc {
        display: none;
	}
    .wheel__main img.mob {
        display: block;
	}
    .btn.spin {
        width: 250px;
        font-size: 25px;
        margin: 20px auto 32px;
	}
    .prize__wall {
        width: 324px;
        height: 424px;
        background: url("../img/mob-wall.png") center center no-repeat;
        background-size: cover;
	}
    .prize__info {
        width: 214px;
        margin: 154px auto 22px;
        font-size: 13px;
		letter-spacing: -.2px;		
	}
    .prize__btn {
        width: 112px;
        height: 32px;
        border-radius: 8px;
        font-size: 12px;
	}
    .prize.gift .prize__box-text {
        height: 66px;
        font-size: 13px;
		letter-spacing: -.2px;
	}
    .prize.gift .prize__box-first {
        width: 112px;
        top: 66px;
        -webkit-animation: 1s ease-in-out 0s normal running box-top;
        animation: 1s ease-in-out 0s normal running box-top;
	}
    .prize.gift .prize__box-last {
        width: 170px;
        bottom: 46px;
        -webkit-animation: 1s ease-in-out 0s normal running box-bottom;
        animation: 1s ease-in-out 0s normal running box-bottom;
	}
    .prize.gift .prize__box-info {
        height: 120px;
        top: calc(50% - 63px);
	}
    @-webkit-keyframes box-top {
        0% {
            top: 160px;
		}
        100% {
            top: 66px;
		}
	}
    @keyframes box-top {
        0% {
            top: 160px;
		}
        100% {
            top: 66px;
		}
	}
    @-webkit-keyframes box-bottom {
        0% {
            bottom: 138px;
		}
        100% {
            bottom: 46px;
		}
	}
    @keyframes box-bottom {
        0% {
            bottom: 138px;
		}
        100% {
            bottom: 46px;
		}
	}
    @-webkit-keyframes first-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
		}
        100% {
            -webkit-transform: rotate(1116deg);
            transform: rotate(1116deg);
		}
	}
    @keyframes first-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
		}
        100% {
            -webkit-transform: rotate(1116deg);
            transform: rotate(1116deg);
		}
	}
    @-webkit-keyframes second-spin {
        0% {
            -webkit-transform: rotate(1116deg);
            transform: rotate(1116deg);
		}
        100% {
            -webkit-transform: rotate(2016deg);
            transform: rotate(2016deg);
		}
	}
    @keyframes second-spin {
        0% {
            -webkit-transform: rotate(1116deg);
            transform: rotate(1116deg);
		}
        100% {
            -webkit-transform: rotate(2016deg);
            transform: rotate(2016deg);
		}
	}
}

@media screen and (max-width: 576px) {
    .wheel {
        width: 310px;
        height: 310px;
	}
    .wheel__button-holder,
    .wheel__button {
        width: 43px;
        height: 30px;
	}	
}
