.cta *:not(.door__wrapper,.door__wrapper *,.spin-result-wrapper,.spin-result-wrapper *) {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-end: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0;padding: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    font-size: 100%;
    font-family: inherit;
    box-sizing: border-box;
    text-indent: 0;
    line-height: 1.3
}

.cta {
    max-width: 780px;
    margin: 25px auto
}

.fortuna {
    width: 100%;
    height: 475px;
    min-width: 255px;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 15px;
    border: 2px solid red;
    border-radius: 10px;
    transition: opacity .4s linear , height .5s linear .6s
}

.fortuna.hidden {
    height: 0;
    opacity: 0
}

.fortuna.none {
    display: none
}

.fortuna__title {
    max-width: 560px;
    margin: 0 auto 10px auto;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3
}

.fortuna__subtitle {
    max-width: 560px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3
}

.fortuna__hero {
    position: relative;
    height: fit-content
}

.fortuna__hero-img {
    display: block;
    width: 220px;
    height: auto;
    max-width: 420px;
    margin: 0 auto
}

.fortuna__hero-img.rotation {
    transition-timing-function: ease-in-out;
    animation-name: rotation;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    -webkit-animation-name: rotation;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 7s;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out
}

@keyframes rotation {
    70% {
        transform: rotate(1525deg)
    }

    100% {
        transform: rotate(1510deg)
    }
}

.fortuna__cursor {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.fortuna__cursor-img {
    display: block;
    width: 100px;
    height: 100px
}

.fortuna__cursor-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 12px;
    background: radial-gradient(ellipse at center,#fff 0%,#eaeaea 100%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: #fff 0 -2px inset,#fff 0 2px inset,rgb(0 0 0 / 40%) 0 0 5px
}

.fortuna__cursor-text:active {
    box-shadow: rgb(0 0 0 / 40%) 0 0 5px inset
}

.fortuna__cursor-text:focus-visible {
    outline: none
}

@media all and (min-width: 475px) {
    .fortuna {
        height:580px;
        max-width: 380px
    }

    .fortuna__title {
        font-size: 24px
    }

    .fortuna__subtitle {
        font-size: 18px
    }

    .fortuna__hero-img {
        width: 330px
    }

    .fortuna__cursor-img {
        width: 120px;
        height: 120px
    }

    .fortuna__cursor-text {
        width: 50px;
        height: 50px;
        font-size: 14px
    }
}

@media all and (min-width: 576px) {
    .fortuna {
        height:580px;
        max-width: 480px
    }

    .fortuna__title {
        font-size: 30px
    }

    .fortuna__hero-img {
        width: 350px
    }

    .fortuna__cursor-img {
        width: 130px;
        height: 130px
    }

    .fortuna__cursor-text {
        width: 60px;
        height: 60px;
        font-size: 16px
    }
}

@media all and (min-width: 768px) {
    .fortuna {
        height:650px;
        max-width: 560px
    }

    .fortuna__title {
        font-size: 34px
    }

    .fortuna__subtitle {
        font-size: 20px
    }

    .fortuna__hero-img {
        width: 400px
    }

    .fortuna__cursor-img {
        width: 140px;
        height: 140px
    }

    .fortuna__cursor-text {
        width: 65px;
        height: 65px;
        font-size: 16px
    }
}

@media all and (min-width: 992px) {
    .fortuna {
        height:690px;
        max-width: 780px
    }

    .fortuna__title {
        font-size: 38px
    }

    .fortuna__subtitle {
        font-size: 22px
    }

    .fortuna__hero-img {
        width: 420px
    }

    .fortuna__cursor-text {
        font-size: 18px
    }
}

.order {
    position: relative;
    display: none;
    min-width: 270px;
    max-width: 450px;
    margin: 0 auto;
    padding: 15px;
    border: 2.5px dashed #ddd;
    border-radius: 2.5px
}

.order.active {
    display: block
}

.order__header {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.order__img {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto
}

.order__text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3
}

.order__text:nth-child(2) {
    margin-bottom: 5px
}

.order__time {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: red
}

.order__price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.order__price-old {
    font-weight: 700;
    text-decoration: line-through
}

.order__price-new {
    font-weight: 700;
    color: red
}

.order__price-new>.order__price-summ {
    font-size: 24px
}

.order__price-new>.order__price-curr {
    font-size: 24px
}

.order__price-zero {
    text-transform: uppercase
}

.order__body {
    display: flex;
    flex-flow: column;
    gap: 15px;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.order__input {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    padding: 15px;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    border-radius: 35px;
    outline: none;
    font-size: 16px;
    background-color: #f2f2f2
}

.order__input::placeholder {
    font-size: 16px;
    font-weight: 400
}

.order__input--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%
}

.order__input--select::-ms-expand {
    display: none
}

.order__select {
    position: relative;
    width: 100%
}

.order__select::before,.order__select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #acaaaa;
    transform: translate(-3px,-50%) rotate(45deg);
    transition: background-color .3s linear
}

.order__select::after {
    transform: translate(3px,-50%) rotate(-45deg)
}

.order__select:hover.order__select::before {
    background-color: #388e3c
}

.order__select:hover.order__select::after {
    background-color: #388e3c
}

.order__select.active::before {
    transform: translate(-3px,-50%) rotate(-45deg)
}

.order__select.active::after {
    transform: translate(3px,-50%) rotate(45deg)
}

.order__input:focus-visible {
    outline: none;
    outline-offset: 0
}

.order__btn {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    min-height: 55px;
    padding: 20px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    color: #fff;
    background-color: #388e3c;
    transition: background-color .2s linear;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.order__btn:hover {
    background-color: #2bac31
}

.order__footer {
    font-size: 14px;
    text-align: center;
    color: #888
}

.order__info {
    font-size: 14px;
    text-align: center;
    line-height: 1.3
}

@media all and (min-width: 475px) {
    .order__time {
        font-size:24px
    }

    .order__price {
        font-size: 24px
    }

    .order__btn {
        font-size: 18px
    }
}

@media all and (min-width: 576px) {
    .order__footer {
        font-size:16px
    }
}

.spin {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2)
}

.spin.active {
    display: block
}

.spin__content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 300px;
    height: auto;
    min-width: 270px;
    padding: 80px 20px 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%)
}

.spin__content::before {
    content: "";
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #71c341;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.spin__content::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    width: 50px;
    height: 20px;
    margin: 0 auto;
    border-style: none none solid solid;
    border-width: medium medium 4px 4px;
    border-color: currentcolor currentcolor #fff #fff;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none
}

.spin__title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    text-align: center
}

.spin__text {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3
}

.spin__btn {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 180px;
    min-height: 45px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #71c341;
    transition: background-color .2s linear;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.spin__btn:hover {
    background-color: #53a723
}

@media all and (min-width: 475px) {
    .spin__content {
        width:400px
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
