@import "https://fonts.googleapis.com/css?family=Pacifico&display=swap";html {
    height: 100%
}

body {
    background: #fff;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 17px;
    margin: 0;
    min-height: 100%;
    text-align: center
}

.app {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 20px
}

.left,.right {
    align-self: start;
    margin: 0 20px;
    max-width: 400px;
    width: 100%
}

.product-preview__title {
    font-family: Pacifico,sans-serif;
    font-size: 36px
}

.product-preview__image {
    max-width: 340px;
    width: 100%
}

.survey {
    background: #eaeaea;
    font-size: 18px;
    font-weight: 700;
    max-width: none;
    padding: 40px;
    position: relative;
    text-align: center
}

.survey__question {
    color: #000
}

.survey__answer {
    background: #2874f0;
    border: 8px solid #2874f0;
    border-radius: 14px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 15px;
    padding: 19px 20px;
    text-decoration: none;
    width: 100%
}

.survey__steps {
    margin-top: 20px
}

.survey__step {
    background: #2874f0;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 30px;
    margin: 0 5px;
    width: 30px
}

.survey__step--active {
    background: #feb72d
}

.modal {
    color: #000;
    z-index: 6
}

.modal__content {
    background-color: #f7f3ed;
    padding: 20px
}

.opening-modal__image {
    max-width: 250px;
    width: 100%
}

.button {
    background-color: #007bd8;
    border: none;
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .25rem 3.80rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.button,.verify {
    text-align: center
}

.verify {
    background: #eaeaea;
    color: #000;
    padding: 40px
}

.verify__text {
    padding: 2px 0
}

.verify__icon {
    max-width: 13px
}

.verify__icon--spinner {
    opacity: 0
}

.verify__icon--visible {
    opacity: 1
}

.text-rotator {
    font-size: 21px;
    margin-bottom: 10px
}

@media(max-width: 640px) {
    .app {
        flex-direction:column
    }

    .left,.right {
        margin: 0;
        max-width: none;
        width: 100%
    }

    .survey {
        padding: 20px
    }

    .survey__answer {
        font-size: 20px;
        line-height: 18px;
        padding: 10px
    }
}
