/* styles */

body {
	min-width: 480px;
	background: #ddd;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #222;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* button */

.button-m {
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: none;
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 84px;
	background: -moz-linear-gradient(left, #ff641f 0%, #e7163b 100%);
	background: -webkit-linear-gradient(left, #ff641f 0%,#e7163b 100%);
	background: linear-gradient(to right, #ff641f 0%,#e7163b 100%);
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 84px;
	color: #fff;
	position: relative;
}
.button-m:active{
	top: 2px;
}
.product_count{
	text-align: center;
	color: #fff;
	margin: 30px 0 0;
}
.product_count>span{
	font-weight: 700;
	color: #fff;
	display: inline-block;
	background: #5ed8dc;
	padding: 3px 5px;
	margin: 0 5px;
	border-radius: 4px;
}

/* section */

section {
	padding: 30px 0;
}

.yellow_theme {
	background: #f5ca16;
}

.dark_theme {
	background: #1e2223;
	color: #fff;
}


/* titles */

h2.title {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 33px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
	text-align: center;
	padding: 0 20px;
}

h2.title:after {
	display: block;
	content: '';
	margin: 10px auto 0;
	width: 60px;
	height: 5px;
	background: #76e4e8;
	border-radius: 4px;
}

h2.title span {
	color: #228adb;
	display: block;
	white-space: nowrap;
}

.dark_theme h2.title span {
	color: #f5ca16;
}


/* image */
section>img {
	display: block;
	margin: 0 auto;
}
section>p{
	text-align: justify;
	-ms-text-align-last: center;
	text-align-last: center;
	padding: 0 20px;
	margin-bottom: 20px;
}

/* offer_section */
.offer_section{
	padding: 0 0 30px;
	background: #1e2223;
}
.title_block{
	padding: 16px 0 20px;
	text-align: center;
}
.main_subtitle{
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.main_title{
	font-size: 27px;
    color: #76e4e8;
    line-height: 1.3em;
    text-transform: uppercase;
}
.offer_image{
	position: relative;
}
.offer_image>img{
	display: block;
}
.offer_image .sale{
	position: absolute;
	top: 0;
	right: 0;
	width: 138px;
	height: 108px;
	background: url("https://scalbook.com//conexion/68726ee81bbbe_1752329960.png") 50% 50% no-repeat;
	color: #fff;
	font-size: 30px;
	text-align: center;
	overflow: hidden;
}
.offer_image .sale>b{
	transform: rotate(39deg);
	display: block;
	margin: 21px 0 0 60px;
}
.offer_section .bull{
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.offer_section .bull>li:not(:last-child){
	margin-bottom: 23px;
}
.offer_section .bull>li{
	color: #fff;
	font-size: 20px;
	line-height: 1.2em;
	padding: 0 0 0 60px;
	font-weight: 700;
}
.offer_section .bull>li>span{
	display: block;
	color: #ff641f;
}
.offer_section .bull>li:nth-child(1){
	background: url("../img/offer_bull1.png") 0px 3px no-repeat;
}
.offer_section .bull>li:nth-child(2){
	background: url("../img/offer_bull2.png") 3px 3px no-repeat;
}
.offer_section .bull>li:nth-child(3){
	background: url("../img/offer_bull3.png") 3px 3px no-repeat;
}
.timer-cont{
	background: #292d2e;
	color: #fff;
	padding: 25px 60px 20px;
	position: relative;
}
.timer-cont>h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 300;
	letter-spacing: 1px;
}
.timer-cont span{
	font-weight: 700;
}
.time_circles > div > h4{
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
}
.timer-cont:after{
	content: '';
	position: absolute;
	left: 300px;
	bottom: -22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 17px 0 17px;
	border-color: #292d2e transparent transparent transparent;
}
.price{
	margin: 40px 0 30px;
}
.price .item{
	float: left;
	width: 50%;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.price .item>span{
	font-size: 40px;
	line-height: 1.05em;
	font-weight: 700;
	display: block;
	text-transform: none;
}
.price .item.old>span{
	text-decoration: line-through;
}
.price .item.new>span{
	color: #ff641f;
}
.price .item.old{
	text-align: right;
	padding: 0 30px 0 0;
}
.price .item.new{
	padding: 0 0 0 30px;
}


/*sect2*/
.sect2{
	background: #f5f5f5;
	padding-bottom: 10px;
}
.list4{
	font-size: 0;
	letter-spacing: -1px;
}
.list4>li{
	width: 210px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 16px;
	text-align: center;
	margin: 0 0 25px 20px;
}
.list4>li>img{
	display: block;
	margin: 0px auto 10px;
}
.sect2 .list4>li>img{
	border: 4px solid #fff;
}

/*sect3*/
.sect3{
	padding-bottom: 0;
}
.sect3 .title{
	margin-bottom: 15px;
}
.sect3>img{
	margin-bottom: 20px;
}
.sect3 .list4{
	margin-top: 30px;
}
.sect3 .list4>li{
	padding: 0 5px;
}
/* video */
.video_block {
	width: 480px;
	height: 270px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}
.video_block iframe, 
.video_block object, 
.video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/*sect4*/
.sect4 .benefits_list{
	margin: 0 0 30px;
	padding: 0 20px;
}
.sect4 .benefit_item {
	margin: 0 0 10px;
	padding: 20px 200px 0 20px;
	height: 250px;
	background: #1e2223;
}
.sect4 .benefit_item:nth-child(1) {
	background: #1e2223 url("../img/s4_benef1.jpg") 100% 50% no-repeat;
}
.sect4 .benefit_item:nth-child(2) {
	background: #1e2223 url("../img/s4_benef2.jpg") 100% 50% no-repeat;
}
.sect4 .benefit_item:nth-child(3) {
	background: #1e2223 url("../img/s4_benef3.jpg") 100% 50% no-repeat;
}
.sect4 .benefit_item>h3{
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
	color: #76e4e8;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1em;
	margin-bottom: 25px;
}
.sect4 .benefit_item>ul>li{
	color: #fff;
	padding: 0 0 0 25px;
	line-height: 1.6em;
	background: url("../img/benef_ul.png") 0% 6px no-repeat;
	margin-bottom: 22px;
}
.sect4 .product_count{
	color: #222;
}
.gallery .owl-prev,
.gallery .owl-next{
	position: absolute;
	top: 45%;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5) url("https://scalbook.com//conexion/68726f71d2f77_1752330097.png");
}
.gallery .owl-prev{
	background-position: 0% 50%;
	left: 0;
}
.gallery .owl-next{
	background-position: 100% 50%;
	right: 0;
}

/*sect5*/
.sect5{
	padding-bottom: 0;
}
.sect5 .title:after{
	display: none;
}


/*sect6*/
.sect6 .list4>li>img{
	border: 4px solid #4b4e4f;
}
.sect6 .button-m{
	margin-top: 10px;
}

.reviews_info{
	text-align: center;
	margin-bottom: 10px;
}
.reviews_info .text{
	font-size: 12px;
	color: #a1a1a1;
	font-weight: 700;
	margin-bottom: 5px;
}
.reviews_info .rating{
	font-size: 26px;
	font-weight: 700;
	font-family: 'Bebas Neue', sans-serif;
	width: 150px;
	padding: 0 110px 0 0;
	display: inline-block;
	vertical-align: top;
	background: url("https://scalbook.com//conexion/68726f31bed7c_1752330033.png") 100% 50% no-repeat;
}
.reviews_info .number_orders{
	width: 205px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.rev_item>img{
	display: block;
	margin: 0px auto;
}
.rev_item>h4{
	background: #ff641f;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 52px;
	text-transform: uppercase;
}
.rev_item>p{
	padding: 20px 20px 0;
	text-align: center;
}
.reviews .owl-prev,
.reviews .owl-next{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 200px;
}
.reviews .owl-prev{
	left: 5px;
	background: url("https://scalbook.com//conexion/68726f4f1480b_1752330063.png") 0% 50% no-repeat;
}
.reviews .owl-next{
	right: 5px;
	background: url("https://scalbook.com//conexion/68726f4f1480b_1752330063.png") 100% 50% no-repeat;
}



/*sect8*/
.sect8{
	padding: 20px 0;
	background: #5ed8dc;
}
.sect8 h2{
	font-size: 40px;
	line-height: 1.1em;
	font-family: 'Bebas Neue', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}


/*sect9*/
.sect9{

}
.order_list{
	padding: 0 20px;
}
.order_list>li{
	display: table;
	margin: 0 0 10px;
	width: 100%;
	height: 130px;
}
.order_list>li .icon_block{
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	background-color: #f04a1c;
	background-image: -webkit-linear-gradient(135deg, #e7153b 0%, #f04a1c 100%);
	background-image: -moz-linear-gradient(135deg, #e7153b 0%, #f04a1c 100%);
	background-image: -o-linear-gradient(135deg, #e7153b 0%, #f04a1c 100%);
	background-image: linear-gradient(-45deg, #e7153b 0%, #f04a1c 100%);
}
.order_list>li .icon_block>img{
	display: block;
	margin: 0px auto;
}
.order_list>li .text_block{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	background: #1e2223;
	color: #fff;
}
.order_list>li .text_block h4{
	font-weight: 700;
	color: #76e4e8;
	text-transform: uppercase;
}


.order_form{
	margin-top: 25px;
}
.order_form input {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	width: 400px;
	height: 74px;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #777;
	background: #fff;
}


.order_form input::-webkit-input-placeholder {
	opacity: 1;
	color: #777;
}
.order_form input:-moz-placeholder {
	opacity: 1;
	color: #777;
}
.order_form input::-moz-placeholder {
	opacity: 1;
	color: #777;
}
.order_form input:-ms-input-placeholder {
	opacity: 1;
	color: #777;
}
.order_form input:focus::-webkit-input-placeholder {
	opacity: 0;
}
.order_form input:focus:-moz-placeholder {
	opacity: 0;
}
.order_form input:focus::-moz-placeholder {
	opacity: 0;
}
.order_form input:focus:-ms-input-placeholder {
	opacity: 0;
}
.confid{
	color: #fff;
	width: 400px;
	margin: 20px auto 0;
	padding: 0 0 0 55px;
	font-size: 14px;
	line-height: 1.2em;
	background: url("https://scalbook.com//conexion/68726f71d2f77_1752330097.png") 20px 50% no-repeat;
}










/* footer */

.footer_section {
	padding: 25px 0;
	background: #3899ba;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #fff;
	display: block;
}