
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');


@font-face {
	font-family: 'Brandon Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/Brandon_bld-1.woff2') format('woff2');
}
@font-face {
	font-family: 'Brandon Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/Brandon_reg-1-1.woff2') format('woff2');
}






body {
	margin: 0px;
	padding: 0px;
	font-family: 'Brandon Regular';
	color:#202020;
}

.container {
	width:1110px;
	margin: 0px auto;
}
.clear {
	clear: both;
}


table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #f7f7f7;
}


-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(80, 184, 97, 0.4);
		box-shadow: 0 0 0 0 rgba(80, 184, 97, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(80, 184, 97, 0);
		box-shadow: 0 0 0 20px rgba(80, 184, 97, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(80, 184, 97, 0);
		box-shadow: 0 0 0 0 rgba(80, 184, 97, 0.);
	}
}
@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(80, 184, 97, 0.4);
		box-shadow: 0 0 0 0 rgba(80, 184, 97, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(80, 184, 97, 0);
		box-shadow: 0 0 0 20px rgba(80, 184, 97, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(80, 184, 97, 0);
		box-shadow: 0 0 0 0 rgba(80, 184, 97, 0);
	}
}





#header {
	background: #000000;
	padding: 10px 0px;
	text-align: center;
}

#header .logo img {
	height: 50px;
}

#intro {
	margin-top: 20px;
}


#intro h1 {
	margin: 0px 0px 30px;
	padding: 0px;
	text-align: center;
	font-family: 'Brandon Bold';
	font-size: 41px;
}


#intro .left {
	float: left;
	width: 528px;
}

#intro .left ul.slider {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#intro .left ul.slider li {
	height: auto;
}
#intro .left ul.slider li img {
	width: 100%;
}


#intro .right {
	float: right;
	width: 537px;
}

#intro .right p {
	margin: 0px;
	padding: 0px;
}

#intro .right .review {
	font-size: 18px;
}

#intro .right .title {
	font-size: 18px;
	font-family: 'Brandon Bold';
	font-size: 36px;
	line-height: 44px;
	margin-top: 15px;
}


#intro .right .benefits {
	margin-top: 25px;
}

#intro .right .benefits ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style: none;
}


#intro .right .benefits ul li {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 8px;
}

#intro .right .benefits ul li i {
	color: #50B861;
}

#intro .right .price {
	text-align: center;
	font-size: 42px;
	margin-top: 20px;
}


#intro .right .price .old {
	color:#848484;
	text-decoration: line-through;
	margin-right: 20px;
}

#intro .right .price .new {
	color:#FF002A;
	font-family: 'Brandon Bold';
	font-weight: bold;
}


#intro .right .promo {
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
	color:#50B861;
	border:2px dashed #50B861;
	border-radius: 20px;
	padding: 7px 0px;
	-webkit-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
}


#intro .right .btn {
	margin-top: 20px;
}

#intro .right .btn a {
	display: block;
	background: #FFC000;
	text-align: center;
	text-decoration: none;
	color:#000;
	font-size: 26px;
	font-weight: 600;
	padding: 10px 0px;
	border-radius: 4px;
}
#intro .right .btn a:hover {
	opacity: 0.8;
}

#intro .right .stock {
	color:#fff;
	background:#EC4E4E;
	padding: 5px 0px;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}


#intro .big_review {
	text-align: center;
	margin-top: 40px;
	font-family: 'Open Sans';
}

#intro .big_review .stars {
	font-size: 32px;
	color:#FFAE00;
}

#intro .big_review .text {
	font-size: 16px;
	line-height: 24px;
}


#benefits {
	margin-top: 60px;
	background: #000000;
	padding: 40px 0px;
	color:#fff;
}

#benefits h2 {
	text-align: center;
	font-size: 37px;
	font-family: 'Brandon Bold';
	margin: 0px;
	padding: 0px;
}

#benefits .desc {
	font-size: 16px;
	font-family: 'Open Sans';
	line-height: 24px;
	margin: 30px 0px;
}


#benefits ul.list {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align: center;
}

#benefits ul.list li {
	display: inline-block;
	width: 350px;
	margin-right: 20px;

}

#benefits ul.list li:last-child {
	margin-right: 0px;
}

#benefits ul.list li .img img {
	width: 100%;
}

#benefits ul.list li .title {
	text-align: left;
	font-family: 'Brandon Bold';
	font-size: 24px;
	margin-top: 15px;
	text-transform: uppercase;
}


#benefits ul.list li .desc {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
} 

#benefits .btn {
	width: 500px;
	margin: 20px auto 0px;	
}

#benefits .btn a {
	display: block;
	background: #FFC000;
	text-align: center;
	text-decoration: none;
	color:#000;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0px;
	border-radius: 4px;
}

#benefits .btn a:hover {
	opacity: 0.9;
}
#benefits .btn a .small {
	font-size: 16px;
	font-family: 'Brandon Regular';
	font-weight: 200;
	margin-top: 5px;
}

#video {
	margin: 40px 0px;
}

#video h2 {
	font-family: 'Brandon Bold';
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
}

#video .desc {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans';
	text-align: center;
	margin-top: 10px;
}

#video .embed {
	width: 500px;
	margin: 40px auto 0px;
}


#order {
	margin: 80px 0px 0px;
}


#order h2 {
	font-family: 'Brandon Bold';
	margin: 0px 0px 40px;
	padding: 0px;
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
}

#order .order_form {
	float: left;
	width: 720px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 15px;
}



#order .order_form .step_title {
	background:#000;
	color:#fff;
	text-align: center;
	font-size: 26px;
	padding: 3px 0px;
}

#order .order_form .desc {
	text-align: center;
	font-size: 18px;
	margin: 15px 0px;
}

#pachet_selector ul {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0px 40px;
    padding: 0;
}
#pachet_selector ul li {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #818a91;
    cursor: pointer;
}
#pachet_selector ul li.active {
    background: #fff8bb;
}
#pachet_selector ul li:last-child {
    margin-right: 0;
}
#pachet_selector ul li .image {
    float: left;
    width: 60px;
    margin-right: 30px;
}
#pachet_selector ul li .image img {
    width: 100%;
}
#pachet_selector ul li .text {
    font-size: 18px;
    text-align: left;
    font-family: "Brandon Bold", Sans-serif;
    margin-right: 20px;
    float: left;
}
#pachet_selector ul li .text .titlu {
    font-weight: 700;
}
#pachet_selector ul li .text .price {
    color: red;
    margin: 7px 0px;
}


#pachet_selector ul li .text .price_buc {
    font-size: 14px;
    font-family: "Brandon Regular", Sans-serif;
}
#pachet_selector ul li .check {
    float: right;
    font-size: 40px;
}
#pachet_selector ul li.active .check i {
    color: green !important;
}


#order .order_form .form {
	margin-top: 20px;
}

#order .order_form .form input {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
	border:1px solid #8f8f8f;
	font-family: 'Open Sans';
	font-size: 18px;
	text-indent: 15px;
}

#order .order_form .form select {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
	border:1px solid #8f8f8f;
	font-family: 'Open Sans';
	font-size: 18px;
	text-indent: 15px;
}

#order .order_form .form button {
	display: block;
	background: #FFC000;
	text-align: center;
	color:#000;
	font-size: 24px;
	font-weight: 600;
	padding: 15px 0px;
	border: 0px;
	margin-top: 30px;
	width: 100%;
	font-family: 'Brandon Bold';
	cursor: pointer;
}
#order .order_form .form button:hover {
	opacity: 0.9;
}

#order .order_form .form .cart table {
	font-size: 18px;
	border:1px solid #8f8f8f;
	
}

#order .order_form .form .cart table tr{	
	padding: 0px;
	margin: 0px;


}

#order .order_form .form .cart table tr.order_review_totaltr {
	font-size: 24px;
}

#order .order_form .form .cart table td {
	line-height: 40px;
	border-right:1px solid #8f8f8f;
	border-bottom:1px solid #8f8f8f;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	padding: 10px 20px;
	font-weight: 600;
}

#order .order_form .form .cart table td:last-child {
	border-right: 0px;

}

#order .order_form .form .loading_sending {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	background: #f6f9f2;
	border: 8px dashed #b8c3a8;
	color:#333;
	font-family: Arial;
	box-sizing:border-box;
	padding: 20px;
	display: none;
	margin-top: 30px;
}

#order .input_empty {
	border:2px solid red !important;
}

#order .errors_empty_inputs {
	background: red;
	color:#fff;
	text-align: center;
	padding: 10px 0px !important;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
	display: none;
}

#order .review {
	float: right;
	width: 340px;

}


#order .review .title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;	
}

#order .review ul {
	margin-top: 20px;
}

#order .review ul li {
	margin: 15px 0px 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}

#order .review ul li .img img {
	width: 100%;
}

#order .review ul li .text {
	font-size: 17px;
	line-height: 23px;
	margin-top: 10px;
}


#faq {
	margin: 50px 0px;
}

#faq h2 {
	text-align: center;
	font-size: 37px;
	font-family: 'Brandon Bold';
	margin: 0px;
	padding: 0px;
}

#faq ul {
	margin-top: 40px;
	font-family: 'Open Sans';
	border:1px solid #d9d9d9;
	box-sizing: bordwer-box;
}

#faq ul li {
	margin: 0px 0px;
	border-bottom: 1px solid #d9d9d9;
}

#faq ul li .title {
	font-size: 18px;
	cursor: pointer;
	padding: 20px 0px;	
	position: relative;
	box-sizing:border-box;
	padding-left: 5px;
	font-weight: 600;
	text-indent: 10px;
}



#faq ul li .title span i {
	position: absolute;
	right: 0;
	top:0;
	margin: 10px 10px 0px 0px;
	color:#000;
}

#faq ul li .title:hover, #faq ul li .title_active {
	background: #d9d9d9;
	color:#000;
}

#faq ul li .title:hover i {
	color:#000 !important;
	
}

#faq ul li .title_active i {
	color:#000 !important;
	margin-top: 20px !important;
}

#faq ul li .answer {
	font-size: 18px;
	margin-top: 10px;
	font-weight: 200;
	line-height: 28px;
	padding-bottom: 10px;
	display: none;
	text-indent: 10px;
}



#cta {
	background: #F3F3F3;
	padding: 40px 0px;
}


#cta h2 {
	font-family: 'Brandon Bold';
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
}


#cta .text {
	font-size: 18px;
	font-family: 'Open Sans';
	text-align: center;
	line-height: 27px;
	margin-top: 20px;
}


#cta .btn {
	width: 700px;
	margin: 30px auto 0px;
}


#cta .btn a {
	display: block;
	background: #FFC000;
	text-align: center;
	text-decoration: none;
	color:#000;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0px;
	border-radius: 4px;
}

#cta .btn a:hover {
	opacity: 0.9;
}

#contact {
	background:#FFC000;
	padding: 15px 0px;
	font-size: 32px;
	text-align: center;
}


#footer {
	background: #000000;
	padding: 40px 0px;
	font-family: 'Open Sans';
}

#footer .logo {
	float: left;
	width: 200px;
}

#footer .logo img {
	width: 100%;
}



#footer .menu {
	float: right;
	width: 605px;
	margin-top: 5px;
}


#footer .menu ul {
	width: 100%;
	display: block;
	text-align: right;
}

#footer .menu ul li {
	display: inline-block;
	margin-right: 15px;
}

#footer .menu ul li:last-child {
	margin-right: 0px;
}

#footer .menu ul li a {
	text-decoration: none;
	color:#fff;
	font-size: 14px;
}

#footer .menu ul li a:hover {
	text-decoration: underline;
}

#footer .separator {
	border-bottom: 1px solid #ccc;
	margin: 20px 0px;
	opacity: 0.3;
}


#footer .copy {
	float: left;
	font-size: 14px;
	color:#fff
}


#footer .business {
	float: right;
	font-size: 14px;
	color:#fff;
}



@media screen and (max-width: 910px)  {
	.container {
		width:95%;
		margin: 0px auto;
	}


	#header .logo img {
		height: 30px;
	}




	#intro h1 {		
		font-size: 30px;
		line-height: 38px;
	}


	#intro .left {
		float: none;
		width: 100%;
	}	


	#intro .right {
		float: none;
		width: 100%;
	}
	

	#intro .right .review {
		font-size: 18px;
		margin-top: 20px;
	}

	#intro .right .title {
		font-size: 24px;
		line-height: 36px;
		margin-top: 15px;
	}
	

	#intro .right .benefits ul li {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 8px;
	}

	
	#intro .right .price {
		text-align: center;
		font-size: 32px;
		margin-top: 20px;
	}



	#intro .right .promo {
		font-size: 19px;
		margin-top: 30px;
		padding: 4px 0px;
	}



	#intro .right .btn a {		
		font-size: 20px;
		padding: 15px 0px;
	}


	#intro .right .stock {
		padding: 5px 0px;
	}


	#intro .big_review {
		margin-top: 20px;
	}

	#intro .big_review .stars {
		font-size: 32px;
		color:#FFAE00;
		margin-bottom: 20px;
	}

	#intro .big_review .text {
		font-size: 14px;
		line-height: 24px;
	}




	#benefits {
		margin-top: 40px;	
		padding: 20px 0px;	
	}

	#benefits h2 {
		font-size: 24px;
   		line-height: 30px;
   		text-align: center;
	}

	#benefits .desc {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}


	#benefits ul.list {
		margin: 20px 0px 0px;		
	}

	#benefits ul.list li {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 40px;

	}

	#benefits ul.list li:last-child {
		margin-right: 0px;
	}

	#benefits ul.list li .img img {
		width: 100%;
	}

	#benefits ul.list li .title {
		font-size: 24px;
	}		


	#benefits ul.list li .desc {
		font-size: 16px;
		line-height: 24px;	
	} 

	#benefits .btn {
		width: 100%;
	}





	#video {
		margin: 40px 0px;
	}

	#video h2 {
		font-size: 24px;
   		line-height: 30px;
	}


	#video .embed {
		width: 100%;
	}




	#order h2 {	
		font-size: 28px;
		line-height: 33px;
		margin: 0px 0px 20px;
	}


	#order .order_form {
		float: none;
		width: 100%;
		
	}


	#order .order_form .step_title {		
		font-size: 22px;
		padding: 5px 0px;
	}





	#order .review {
		float: none;
		width: 100%;

	}


	#order .review .title {
		font-size: 22px;
		margin-top: 30px;
	}




	#faq {
		margin: 30px 0px;
	}

	#faq h2 {
		font-size: 30px;
		
	}






	#cta {
		
	}


	#cta h2 {	
		font-size: 30px;		
		line-height: 36px;
	}


	#cta .text {
		font-size: 16px;
		line-height: 24px;
	}


	#cta .btn {
		width: 100%;
	}


	#cta .btn a {	
		font-size: 18px;	
	}

	#cta .btn a:hover {
		opacity: 0.9;
	}
	




	#contact {		
		font-size: 28px;
	}


	#footer {
	
	}

	#footer .logo {
		float: none;
		width: 100%;
	}

	#footer .logo img {
		width: 50%;
	}



	#footer .menu {
		float: none;
		width: 100%;
	}


	#footer .menu ul {		
		text-align: left;
	}

	#footer .menu ul li {
		display: block;
		margin-right: 0px;
		margin-top: 12px;
	}


	#footer .menu ul li a {
		text-decoration: none;
		color:#fff;
		font-size: 14px;
	}

	#footer .separator {
		
	
	}


	#footer .copy {
		float: none;
		font-size: 14px;
		text-align: center;
	}


	#footer .business {
		float: none;
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}



}
