@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font: 16px/1.2 "Roboto Condensed", sans-serif;
    margin: 0 auto;
    background: #000;
    color: #fff;
    min-width: 320px;
}

.out {
    max-width: 412px;
    width: 100%;
    margin: 0 auto;
}

p {
    margin: 0;
}

.privacy-policy {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-policy:hover {
    text-decoration: none;
}

.img-responsive {
    border: 0;
    max-width: 100%
}

input:invalid {
    box-shadow: none;
}

header {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic
}

header h2 {
    margin: 0;
    padding-right: .8rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    text-align: right
}

header img:first-child {
    margin: 1rem 0;
    margin-bottom: .5rem
}

.gif-container {
    position: relative;
    font-size: 0
}

.star {
    position: absolute;
    left: .1rem;
    top: -4rem;
    width: 130px;
    height: 130px;
    background-image: url('../images/star.png');
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    padding: 30px 10px 0;
    align-items: center;
    z-index: 100;
    transform: rotate(-10deg);
}

.star span {
    font-size: 17px;
}

.product {
    display: flex;
}

.product .left {
    width: 50%
}

.product .right {
    width: 50%
}

.product .discount {
    background-image: linear-gradient(to right, #ff0, #ffeb3b);
    color: red;
    border-radius: 10px;
    transform: skew(-15deg);
    font-size: 3.5rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    width: 85%;
    height: 5rem;
    line-height: 5rem;
    letter-spacing: -3px;
    margin-top: -.3rem
}

.product .discount div {
    transform: skew(15deg)
}

.product .price {
    color: #1bff26;
    font-size: 35px;
    font-weight: 700;
    line-height: 1
}

.product .discount-text {
    margin-top: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.product .price p {
    display: inline-block;
    margin: 0;
}

.product div {
    display: inline-block;
}

.product .price span {
    font-weight: 300;
    font-size: 2rem;
    font-style: italic;
    vertical-align: super;
    margin-left: 5px
}

.old-price {
    color: red;
    text-decoration: line-through;
    font-size: 1.5rem;
    display: block !important;
}

.rose {
    margin: 1rem
}

.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: bold;
    text-align: center
}

.result {
    margin-top: -1rem;
    background: url("../images/xcaution_bkg") center top no-repeat;
    background-size: 100%;
    height: 160px;
    text-align: center;
    padding: 20px;
    padding-top: 45%;
    font-size: 1.6rem;
    font-weight: 300
}

.bx-wrapper {
    position: relative
}

.bx-controls {
    display: block;
    width: 100%;
    position: absolute;
    top: 48%;
    left: 0
}

.bx-controls a {
    position: absolute;
    left: 10px;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 39px;
    background: url("../images/arrows.png") no-repeat left top
}

.bx-controls a.bx-next {
    right: 10px;
    left: initial;
    background-position: right top
}

.ingri {
    padding-top: 2rem
}

.ingri::after {
    clear: both;
    display: table;
    content: " "
}

.ingri>div {
    text-align: center;
    float: left;
    width: 50%;
    padding: 0 1rem;
    box-sizing: border-box
}

.ingri img {
    max-width: 90%
}

.ingri h3 {
    margin: 0;
    margin-top: .2rem;
    color: #bdab3c
}

.button-submit.scroll-to-form {
    margin-bottom: 2rem
}

.final {
    margin-top: 10px;
    background: url("../images/product_half.png.pagespeed.ce.LbfFC1lQOV.png") right center no-repeat;
    background-size: contain
}

.final p {
    margin: 0;
    margin-left: 20px;
    margin-bottom: 15px;
    color: #665619
}

.final span:before {
    content: "— ";
    position: absolute;
    left: 0
}

.final span {
    padding-left: 20px;
    position: relative;
    font-size: 22px
}

.final ul {
    list-style-type: none;
    margin: 0;
    margin-right: 90px;
    padding: 20px 10px 5px 10px;
    background: #bea94c;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.func h3 {
    text-transform: uppercase;
    margin: 4rem auto;
    width: 90%;
    font-size: 1.7rem;
    transform: rotate(-10deg);
    perspective: 100px;
    text-align: center
}

.func ul {
    list-style-type: none;
    padding: 0
}

.func li span {
    font-weight: 700;
    color: #bdab3c
}

.func li p {
    margin: 0;
    font-style: italic;
    font-weight: 400
}

.func ul li {
    position: relative;
    padding-top: 10px;
    padding-left: 40%;
    padding-right: 10%;
    margin-bottom: 30px
}

.func ul img {
    width: 30%;
    position: absolute;
    left: 1rem;
    top: 0
}

.func li:nth-child(2) img {
    left: inherit;
    right: 1rem
}

.func li:nth-child(2) {
    padding-right: 40%;
    padding-left: 10%
}

.final-product {
    background: linear-gradient(10deg, #252525 0%, #323233 30%, #404040 70%, #1c1c1c 100%);
    transform: skewY(-10deg);
    padding: 1rem 0;
    margin-bottom: 4rem
}

.final-product .right {
    padding-top: 2rem
}

.final-product>div {
    transform: skewY(10deg)
}

.logo {
    text-align: center;
    margin: 2rem 0 1rem
}

form {
    margin: 2rem 1rem
}

.country-input,
.name-input,
.phone-input,
.country-select {
    color: #000;
    background: #fff;
    border: 0;
    width: 100%;
    padding: 0 15px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 20px;
    display: flex;
    transition: all .15s ease-in-out;
    height: 43px;
}

.name-input input,
.phone-input input {
    flex: 1 1 auto;
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    min-width: 0;
    padding: 10px 15px;
    border-radius: 3px
}

.button-submit:focus,
.name-input:focus-within,
.phone-input:focus-within,
.country-select:focus-within {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c
}

.name-input:focus-within input,
.phone-input:focus-within input {
    outline: 0
}

.country-input {
    padding: 10px 15px
}

.country-input .country {
    width: 24px;
    height: 18px;
    border-radius: 4px;
    margin-right: 5px;
    align-self: center
}

.phone-input label {
    align-self: center;
    padding-left: 15px;
    margin: 0;
    margin-right: 5px;
    font-weight: bold
}

.input-wrapper input.error {
    box-shadow: 0 0 0 4px #f00;
    margin-bottom: 2px;
}

.input-wrapper label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 5px auto 10px;
    padding: 0;
    width: 100%;
}

.button-submit {
    display: flex;
    box-sizing: border-box !important;
    width: 100%;
    max-width: 320px;
    margin: 1rem auto;
    padding: 0 1rem;
    text-decoration: none;
    font-family: inherit;
    font-size: 1.3rem;
    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 {
    border: 5px solid #fffd07;
    text-align: center;
    margin: 2rem 1rem;
    margin-top: 0
}

.countdown-container h3 {
    color: #fffd07;
    margin: 0 auto;
    margin-top: -12px;
    background: #000;
    width: 90%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 3rem;
    margin: .6rem 0
}

.countdown-item {
    color: red;
    width: 4rem;
    font-weight: 800;
    margin-right: 0.5rem
}

#sec1 {
    margin-right: 0;
}

.countdown-divider {
    color: red;
    width: 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
}

.order-form__label {
    margin-bottom: 5px;
}

footer {
    padding: 15px;
    text-align: center;
    font-size: 12px;
}

footer a {
    color: #fff;
}

.name_helper,
.phone_helper {
    margin-bottom: 5px;
}

.feedback {
    width: 75px;
    height: 70px;
    position: fixed;
    right: -15px;
    top: 15%;
    display: flex;
    align-items: center;
    background: linear-gradient(#d62c2c 0%, #f04d44 100%);
    padding-left: 10px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    transition: all .5s;
}

.feedback:hover {
    right: 0;
}

.popup-window {
    font-family: inherit;
    width: 300px;
    position: fixed;
    right: 0%;
    top: 12%;
    padding: 35px 10px;
    background: #fff;
    border-radius: 5px;
    z-index: 2000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.hidden {
    right: -100%;
}

.popup-window form {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0;
    background: inherit;
    box-shadow: none;
}

.popup-window .label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.popup-window input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 10px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #333;
    height: 41px;
}

.popup-window button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(#d62c2c 0%, #f04d44 100%);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 20px;
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 27px;
    height: 27px;
    background-color: #fff;
    cursor: pointer;
}

.close-popup:before {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(45deg);
}

@media (max-width: 480px) {
    .feedback {
        width: 60px;
        height: 40px;
        padding-left: 7px;
    }

    .feedback img {
        max-width: 30px;
    }
}

.order-form__label {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    text-align: right;
}

.footer {
    max-width: 412px !important;
    width: 100% !important;
    margin: 0 auto;
    background: #000 !important;
    color: #fff !important;
}

.footer p {
    color: #fff !important;
}

form .input-wrapper label {
    display: none
}

form .input-wrapper {
    position: relative;
    margin-bottom: 20px;
}