html {
    min-width: 240px
}

body {
    padding: 0;
    font: 16px/1.2 "Roboto Condensed", sans-serif;
    margin: 0 auto;
    background: #000;
    color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
}
.s__main {
    display: block;
    margin: 0 auto;
    min-width: 240px;
    max-width: 412px;
}

.img-responsive {
    border: 0;
    max-width: 100%;
    max-height: 160px
}

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
}

@media (max-width:400px) {
    header h2 {
        font-size: 13px
    }
}

header img:first-child {
    margin: 1rem 0;
    margin-bottom: .5rem
}

.gif-container {
    position: relative;
    font-size: 0
}

.star {
    position: absolute;
    left: .1rem;
    top: -3rem;
    width: 100px
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product .left {
	max-width: 180px;
    width: 100%;
    background: url(../img/product.png)center no-repeat;
	 background-size: contain;
	 margin-bottom: 20px;
}

.product .right {
    width: 50%
}

.product .discount {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff0), to(#ffeb3b));
    background-image: linear-gradient(to right, #ff0, #ffeb3b);
    color: red;
    border-radius: 10px;
    -webkit-transform: skew(-15deg);
            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 {
    -webkit-transform: skew(15deg);
            transform: skew(15deg)
}

.product .price {
    color: #1bff26;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1;
    margin-bottom: 10px
}

.product .price__old {
    text-decoration: line-through;
    color: red;
    font-size: 28px;
    font-style: italic;
    line-height: normal;
}

.product .discount-text {
    margin-top: 1rem;
    color: #fff
}

.product .price span {
    font-weight: 300;
    font-size: 2.2rem;
    font-style: italic;
    vertical-align: super;
    margin-left: 0px
}

.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: 10px 15px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.button-submit:focus,
.name-input:focus-within,
.phone-input:focus-within {
    outline: 0;
    -webkit-box-shadow: 0 0 0 4px #bdab3c;
            box-shadow: 0 0 0 4px #bdab3c
}

.button-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 100%;
    max-width: 310px;
    margin: 1rem auto;
    padding: 0 1rem;
    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: -webkit-gradient(linear, left bottom, left top, from(#a20b0c), to(#f11));
    background-image: linear-gradient(to top, #a20b0c, #f11);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer
}

.button-submit-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300;
    font-size: 3.5rem;
    margin: .6rem 0
}

.countdown-item {
    color: red;
    width: 4rem;
    font-weight: 800;
    margin-right: .5rem
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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
}

.ac_footer a {
    color: #a12000
}

body {
    font: 16px/1.2 "Roboto Condensed", sans-serif;
    margin: 0 auto;
    background: #000;
    color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
}

.img-responsive {
    border: 0;
    max-width: 100%;
    max-height: 160px
}

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
}

@media (max-width:400px) {
    header h2 {
        font-size: 13px
    }
}

header img:first-child {
    margin: 1rem 0;
    margin-bottom: .5rem
}

.gif-container {
    position: relative;
    font-size: 0
}

.star {
    position: absolute;
    left: .1rem;
    top: -3rem;
    width: 100px
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product .right {
    width: 50%
}

.product .discount {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff0), to(#ffeb3b));
    background-image: linear-gradient(to right, #ff0, #ffeb3b);
    color: red;
    border-radius: 10px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    font-size: 3.1rem;
    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 {
    -webkit-transform: skew(15deg);
            transform: skew(15deg)
}

.product .price {
    color: #1bff26;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1
}

.product .discount-text {
    margin-top: 1rem;
    color: #fff
}

.product .price span {
    font-weight: 300;
    font-size: 2.2rem;
    font-style: italic;
    vertical-align: super;
    margin-left: 0px
}

.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,
.country-input {
    color: #000;
    background: #fff;
    border: 0;
    width: 100%;
    padding: 0 15px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .15s ease-in-out;
	 transition: all .15s ease-in-out;
	 height: 43px;
}

.button-submit:focus,
.name-input:focus-within,
.phone-input:focus-within {
    outline: 0;
    -webkit-box-shadow: 0 0 0 4px #bdab3c;
            box-shadow: 0 0 0 4px #bdab3c
}

.button-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 100%;
    max-width: 310px;
    margin: 1rem auto;
    padding: 0 1rem;
    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: -webkit-gradient(linear, left bottom, left top, from(#a20b0c), to(#f11));
    background-image: linear-gradient(to top, #a20b0c, #f11);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer
}

.button-submit-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300;
    font-size: 3.5rem;
    margin: .6rem 0
}

.countdown-item {
    color: red;
    width: 4rem;
    font-weight: 800;
    margin-right: .5rem
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase
}

.countdown-text span {
    width: 4rem;
    margin-right: 1.5rem
}

.countdown-text span:last-child {
    margin-right: 0
}

@media(max-width:320px) {
    .countdown {
        font-size: 3rem
    }
}

@media(max-width:240px) {
    .countdown {
        font-size: 2rem
    }
    .product .discount {
        font-size: 3rem
    }
}

.footer {
    background: transparent!important;
    color: #fff!important;
}
form .input-wrapper label {
   display: none;
   pointer-events: none;
 }
 
 form .input-wrapper {
   position: relative;
   margin: 0 auto 20px;
 }
 
 form .input-wrapper .error {
   border: 1px solid red!important;
   padding-top: 6px!important;
 }
 form .input-wrapper .validator__tooltip+.error {
	border: 2px solid grey;
	padding-top: 0;
}

form .input-wrapper label {
	display: none!important;
	pointer-events: none!important;
}
 form .input-wrapper .error+label {
   width: 100%;
   height: 100%;
   color: red;
   display: block !important;
   font-size: 11px;
   line-height: 17px;
   position: absolute;
   top: 0;
   left: 10px;
   text-align: left!important;
 }
 form .input-wrapper .validator__tooltip+.error+label {
	display: none!important;
}
 form .input-wrapper .error+label:before,
 form .input-wrapper .error+label:after {
   content: "";
   position: absolute;
   right: 30px;
   top: 50%;
   width: 3px;
   height: 21px;
   background-color: red
 }
 
 form .input-wrapper .error+label:before {
   -webkit-transform: translate(0, -50%) rotate(135deg);
   transform: translate(0, -50%) rotate(135deg)
 }
 
 form .input-wrapper .error+label:after {
   -webkit-transform: translate(0, -50%) rotate(45deg);
   transform: translate(0, -50%) rotate(45deg)
 }
