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

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

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: -3rem;
	width: 100px;
}

.product {
	display: flex;
}

.product .left {
	width: 50%;
	padding: 20px 10px 20px 0;
}

.product .right {
	width: 50%;
}

.product .discount {
	background-image: linear-gradient(to right, #FFFF00, #FFEB3B);
	color: #f00;
	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: 5rem;
	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.5rem;
	font-style: italic;
	vertical-align: super;
	margin-left: 5px;
}

.rose {
	margin: 1.5rem;
}

.rose p {
	line-height: 25px;
	margin: 0;
	margin-bottom: 4px;
}

.rose .num {
	background: #d4282c;
	color: #ffffff;
	display: inline-block;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
}

.result {
	margin-top: -1rem;
	background: url(../img/caution_bkg.jpg) 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;
	margin-bottom: 20px;
}

.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(../img/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(../img/product_half.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;
}

/**
 * FANCY INPUT FORM
 */
form {
	margin: 2rem 1rem;
}

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

.name-input input,
.phone-input input,
.country-input select {
	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 {
	outline: 0;
	box-shadow: 0 0 0 4px #bdab3c;
}

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



.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;
}

.phone-input input {
	padding-left: 0;
}

.button-submit {
    display: flex;
    box-sizing: border-box !important;
    width: 100%;
    max-width: 270px;
    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: linear-gradient(to top, #a20b0c, #ff1111);
	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;
}

/* end form */

/**
 * COUNTDOWN
 */
.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: 800;
	font-size: 2.6em;
	margin: .6rem 0;
	color: #f00;
}

/* end countdown */
