body {
    font: 16px/1.2 "Roboto Condensed", sans-serif;
    margin: 0 auto;
    background: #000;
    color: #fff;
    min-width: 240px;
    max-width: 412px;
    user-select: none
}

.img-responsive {
    border: 0;
    max-width: 60%;
    margin-top: -20px
}

header {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic
}

header h2 {
    margin: 0 .5rem;
    padding: 1rem;
    background-color: #d4282c;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1rem;
    text-align: right
}

.logo-container {
    text-align: center;
    margin: 0 0 .5rem
}

.gif-container {
    margin: 0 .5rem;
    position: relative;
    font-size: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 4px solid #d4282c;
    border-bottom: 0
}

.product {
    display: flex;
    margin-bottom: 20px
}

.product .left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.product .right {
    width: 50%
}

.product .discount {
    background-image: linear-gradient(to right, #ff0, #ffeb3b);
    color: red;
    border-radius: 10px;
    transform: skew(-15deg);
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    width: 85%;
    height: 4rem;
    line-height: 4rem;
    letter-spacing: -3px;
    margin-top: -.3rem
}

.product .price {
    color: #1bff26;
    font-weight: 700;
    letter-spacing: -3px
}

.product .discount-text {
    color: #fff;
    margin-top: 15px
}

.rose {
    margin: 1.5rem
}

.rose p {
    line-height: 25px;
    margin: 0;
    margin-bottom: 4px
}

.rose .num {
    background: #d4282c;
    color: #fff;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-weight: 700;
    text-align: center
}

form {
    margin: 2rem 1rem
}

.name-input, .phone-input {
    color: #000;
    background: #fff;
    border: 0;
    width: 100%;
    padding: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    transition: all .15s ease-in-out
}

.button-submit:focus, .name-input:focus-within, .phone-input:focus-within {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c
}

.button-submit {
    display: flex;
    box-sizing: border-box !important;
    width: 100%;
    margin: 1rem auto;
    text-decoration: none;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    border-radius: 40px;
    border: 0;
    padding: 14px 0;
    background-image: linear-gradient(to top, #a20b0c, #f11);
    transition: all .15s ease-in-out;
    cursor: pointer
}

.button-submit-text {
    flex: 1 1 auto
}

.button-submit-arrow {
    width: 0;
    height: 0;
    border-top: .6rem solid transparent;
    border-bottom: .6rem solid transparent;
    border-left: 1rem solid #fff;
    margin-right: 1rem
}

.countdown-container h3 {
    color: #fffd07;
    margin: -12px auto 0;
    background: #000;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem
}

.countdown-text {
    margin: 0 auto;
    margin-bottom: -8px;
    background: #000;
    width: 90%;
    color: #fffd07;
    font-size: .7rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.countdown-text span {
    width: 4rem;
    margin-right: 1.5rem
}

.countdown-text span:last-child {
    margin-right: 0
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #a12000
}

@media (max-width: 400px) {
    header h2 {
        font-size: 13px
    }
}

@media (max-width: 320px) {
    .countdown-container h3 {
        font-size: 1rem
    }
}

@media (max-width: 240px) {
    .product .discount {
        font-size: 2.5rem;
        line-height: 3rem;
        height: 3rem
    }

    .product .discount-text {
        font-size: 13px
    }
}

body {
    font: 16px/1.2 "Roboto Condensed", sans-serif;
    margin: 0 auto;
    color: #fff;
    min-width: 240px;
    max-width: 412px;
    user-select: none
}

.img-responsive {
    border: 0;
    max-width: 100%;
    width: 100%
}

header {
    padding-top: 1rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic
}

header h2 {
    margin: 0 .5rem;
    padding: 1rem;
    font-size: 1.2rem;
    background-color: #bd0000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.gif-container {
    margin: 0 .5rem;
    position: relative;
    font-size: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 4px solid #bd0000;
    border-bottom: 0
}

.product {
    display: flex
}

.product .left {
    width: 50%;
    text-align: center
}

.product .left img {
    width: 110px
}

.product .right {
    width: 50%;
    padding-top: 2rem
}

.product .discount {
    background-image: linear-gradient(to right, #ff0, #ffeb3b);
    color: red;
    border-radius: 10px;
    transform: skew(-15deg);
    font-weight: 700;
    font-style: italic;
    text-align: center;
    width: 80%;
    margin-left: 10px;
    height: 5rem;
    margin-top: -.3rem
}

.product .discount div::after {
    background: #000;
    width: 100%;
    height: 3px;
    content: " ";
    display: block;
    position: absolute;
    top: 26px;
    transform: rotate(-10deg)
}

.product .price {
    color: #1bff26;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -3px;
    margin-left: -40px;
    line-height: 1
}

.product .discount-text {
    margin-top: 1rem;
    margin-left: 5px;
    color: #fff
}

.sconto {
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
    padding: 10px 0
}

.sconto div {
    color: #fff;
    animation: color-change 1s infinite;
    perspective: 1000px
}

@keyframes color-change {
    0% {
        color: #fff
    }
    50% {
        color: #ff0
    }
    100% {
        color: #fff
    }
}

.rose {
    margin: 1rem .5rem
}

.rose p {
    line-height: 25px;
    margin: 0;
    margin-bottom: 4px
}

form {
    margin: 2rem .5rem;
    margin-top: 0
}

.name-input, .phone-input {
    color: #000;
    background: #daa520;
    border: 0;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    transition: all .15s ease-in-out
}

.name-input input, .phone-input input {
    flex: 1 1 auto;
    border: 0;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    min-width: 0;
    border-radius: 0 6px 6px 0;
    padding-left: 5px
}

.button-submit:focus, .name-input:focus-within, .phone-input:focus-within {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c
}

.name-input:focus-within input, .phone-input:focus-within input {
    outline: 0
}

.name-input label, .phone-input label {
    align-self: center;
    padding: 0 10px;
    margin: 0;
    font-weight: 700;
    width: 45px;
    text-align: center
}

.name-input label svg {
    vertical-align: middle
}

.button-submit {
    display: flex;
    box-sizing: border-box !important;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    border-radius: 6px;
    border: 0;
    padding: 14px 0;
    background-image: linear-gradient(to top, #31771a, #5abf26);
    transition: all .15s ease-in-out
}

.button-submit-text {
    flex: 1 1 auto
}

.button-submit-arrow {
    width: 0;
    height: 0;
    border-top: .6rem solid transparent;
    border-bottom: .6rem solid transparent;
    border-left: 1rem solid #fff;
    margin-right: 1rem
}

.countdown-container {
    background-color: #bd0000;
    text-align: center;
    margin: 2rem .5rem
}

.countdown-container h3 {
    color: #fff;
    background: 0 0;
    margin: -12px auto 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.34rem
}

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1;
    margin: 0
}

.timer__item {
    color: #fff;
    font-weight: 700
}

.countdown-divider {
    color: #fff;
    width: 2rem
}

.countdown-text {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 10px;
    color: #fff;
    font-size: .5rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: 0 0
}

.countdown-text span {
    width: 4rem;
    margin-right: 2rem
}

.countdown-text span:last-child {
    margin-right: 0
}

.name-input, .phone-input {
    border: 2px solid #daa520
}

.button-submit:focus, .name-input:focus-within, .phone-input:focus-within {
    outline: 0;
    box-shadow: none
}

body {
    font: 16px/1.2 "Roboto Condensed", sans-serif;
    margin: 0 auto;
    color: #fff;
    min-width: 320px;
    max-width: 412px;
    user-select: none
}

.img-responsive {
    border: 0;
    max-width: 100%;
    width: 100%
}

header {
    padding-top: 1rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic
}

header h2 {
    margin: 0 .5rem;
    padding: 1rem;
    font-size: 1.2rem;
    background-color: #bd0000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.logo-container {
    text-align: center;
    margin: 0 0 .5rem
}

.gif-container {
    margin: 0 .5rem;
    position: relative;
    font-size: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 4px solid #bd0000;
    border-bottom: 0
}

.product {
    display: flex
}

.product .left {
    width: 50%;
    text-align: center
}

.product .left img {
    width: 110px;
}

.product .right {
    width: 50%;
    padding-top: 2rem
}

.product .discount {
    background-image: linear-gradient(to right, #ff0, #ffeb3b);
    color: red;
    border-radius: 10px;
    transform: skew(-15deg);
    font-weight: 700;
    font-style: italic;
    text-align: center;
    width: 80%;
    margin-left: 10px;
    height: 3.5rem;
    margin-top: -.3rem
}

.product .discount div {
    transform: skew(15deg);
    letter-spacing: -3px;
    font-size: 2.5rem;
    line-height: 3.5rem
}

.product .discount div::after {
    background: #000;
    width: 100%;
    height: 3px;
    content: " ";
    display: block;
    position: absolute;
    top: 26px;
    transform: rotate(-10deg)
}

.product .price {
    color: #1bff26;
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: -3px;
    margin-left: -15px;
    line-height: 1;
}

.product .discount-text {
    margin-top: 1rem;
    margin-left: 5px;
    color: #fff
}

.sconto {
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
    padding: 10px 0
}

.sconto div {
    color: #fff;
    animation: color-change 1s infinite;
    perspective: 1000px
}

@keyframes color-change {
    0% {
        color: #fff
    }
    50% {
        color: #ff0
    }
    100% {
        color: #fff
    }
}

.rose {
    margin: 1rem .5rem
}

.rose p {
    line-height: 25px;
    margin: 0;
    margin-bottom: 4px
}

form {
    margin: 2rem .5rem;
    margin-top: 0
}

.name-input, .phone-input {
    color: #000;
    background: #daa520;
    border: 0;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    transition: all .15s ease-in-out
}

.name-input input, .phone-input input {
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
    border: 0;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    min-width: 0;
    padding: 10px 15px 10px 5px;
    border-radius: 0 6px 6px 0
}

.button-submit:focus, .name-input:focus-within, .phone-input:focus-within {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c
}

.name-input:focus-within input, .phone-input:focus-within input {
    outline: 0
}

.name-input label, .phone-input label {
    align-self: center;
    padding: 0 10px;
    margin: 0;
    font-weight: 700;
    width: 45px;
    text-align: center
}

.name-input label svg {
    vertical-align: middle
}

.button-submit {
    display: flex;
    box-sizing: border-box !important;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    border-radius: 6px;
    border: 0;
    padding: 14px 0;
    background-image: linear-gradient(to top, #31771a, #5abf26);
    transition: all .15s ease-in-out
}

.button-submit-text {
    flex: 1 1 auto
}

.button-submit-arrow {
    width: 0;
    height: 0;
    border-top: .6rem solid transparent;
    border-bottom: .6rem solid transparent;
    border-left: 1rem solid #fff;
    margin-right: 1rem
}

.countdown-container {
    background-color: #bd0000;
    text-align: center;
    margin: 2rem .5rem
}

.countdown-container h3 {
    color: #fff;
    background: 0 0;
    margin: -12px auto 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem
}

.countdown-divider {
    color: #fff;
    width: 2rem
}

.countdown-text {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 10px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: 0 0
}

.countdown-text span {
    width: 4rem;
    margin-right: 2rem
}

.countdown-text span:last-child {
    margin-right: 0
}

@media (max-width: 420px) {
    .product .left img {
        width: 87px !important;
        margin: -15px 0 0 -30px
    }

    .product .discount {
        width: 90%;
        margin-left: 0;
        height: 3rem
    }

    .product .discount div {
        font-size: 2rem !important;
        line-height: 3rem
    }

    .product .price {
        font-size: 3.2rem !important;
        margin-left: -40px
    }
}

@media (max-width: 320px) {
    .product .left img {
        width: 87px !important;
        margin: -15px 0 0 -30px
    }

    .product .discount {
        width: 90%;
        margin-left: 0;
        height: 3rem
    }

    .product .price {
        font-size: 2.8rem !important;
        margin-left: -30px
    }
}

.form__field {
    margin-bottom: 10px
}