body {
	background-color: rgb(255, 255, 255);
	color: rgb(37, 37, 37);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	width: 100%; 
	margin: 0 auto;
}

a {
	text-decoration: none;
	outline: none !important; 
}

b {
	font-weight: 700;
}

.h1{
	font-size: 41px;
	font-weight: 800;
    text-align: center;
	color: rgb(54, 179, 198);
	padding-top: 54px;
}

.h1 span  {
	width: 100%;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 246, 77);
    padding: 4px 0 6px;
    margin-top: 10px;
}

h2 {
	width: 282px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    padding: 26px 0 28px;
    margin: 0 auto;
} 

.subtitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
}

.banner {
	height: 420px;
	background: no-repeat center url(../img/bg1.jpg);
}

.overflow {
	overflow: hidden;
}

.blue {
	background-color: rgb(54, 179, 198);
}

.lightblue {
	background-color: rgb(237, 251, 251);
}

.yellow {
	background-color: rgb(255, 246, 77);
}

.yellow h2 {
	color: rgb(0, 0, 0);
}

.yellow h2 span {
	color: rgb(54, 179, 198);
}

.blue h2 span {
	color: rgb(0, 0, 0);
}

.base {
	width: 100%;
	max-width: 420px;
	margin: auto;
}

.container {
	width: 100%;
	max-width: 282px;
	margin: auto;
}

.padding {
	padding: 10px 0;
}

.sale {
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(255 0 0);
    margin-left: 112px;
    padding-top: 316px;
}

.sale p:last-child {
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.sale p:first-child {
	font-size: 42px;
	font-weight: 700;
}

.sale p:first-child b {
    font-size: 24px;
    font-weight: 600;
}

.list {
	color: rgb(255, 255, 255);
	padding: 8px 0;
}

.list li {
	position: relative;
    line-height: 18px;
    padding: 7px 0 7px 48px;
}

.list li::before {
	position: absolute;
	content: "";
	top: calc(50% - 15px);
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
}

.counter {
	padding: 10px 0 10px;
}

.count_title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: rgb(0, 0, 0);
    padding-top: 8px;
}

.count {
	padding: 0 0 14px;
}

.countbox {
    display: flex;
    width: 285px;
    justify-content: space-between;
    margin: 6px auto 0;
}

.countbox_wrap {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 75px;
	height: 71px;
	padding-top: 8px;
	background-image: url(../img/timer.png);
	background-repeat: no-repeat;
}

.countbox_wrap:first-child::after,
.countbox_wrap:nth-child(2)::after {
    position: absolute;
    content: '';
    top: 26px;
    right: -18px;
    width: 6px;
    height: 16px;
    background-image: url(../img/dotes.png);
}

.countbox_num span {
    font-size: 36px;
    color: rgb(3, 3, 3);
    font-weight: 800;
}

.countbox_text {
	text-transform: uppercase;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin: 8px 0 0;
}

.count_text {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}

.price_bg {
	box-sizing: border-box;
	height: 69px;
	display: flex;
	background: url(../img/bg_price.jpg) center no-repeat;
    padding: 10px 0;
}

.price_list {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.old_price, 
.new_price {
    padding: 0 24px 0 14px;
    font-size: 34px;
}

.old_price {
    position: relative;
    color: rgb(47, 40, 64);
    font-weight: 600;
}

.new_price {
    font-weight: 700;
	color: rgb(255, 255, 255);
}

.old_price::after {
    position: absolute;
    content: "";
    top: 20px;
    left: 21px;
    width: 104px;
    height: 2px;
    background-color: rgb(47, 40, 64);
}

.form_bg {
	background-color: rgb(237, 251, 251);
}

.form {
	margin: auto;
	padding: 10px 0 22px;
}

.form input {
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 23px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px;
    margin: 5px 0;
}

.secure span {
	font-size: 14px;
	color: rgb(0, 0, 0);
	padding-left: 5px;
}

.secure {
	display: flex;
	justify-content: center;
	align-items: center;
    margin: 4px 0 10px;
}

.btn {
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	font-size: 30px;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	font-weight: 700;
	border: 2px solid transparent;
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(255, 212, 1, 1),rgba(250, 231, 64, 1));
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
	transition: all .2s ease;
}

.btn:hover {
	border: 2px solid rgb(0, 0, 0);
}

.btn:active {
	background-image: none;	
}

input::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
    text-align: center;
}

input::-moz-placeholder {
    color: rgb(0, 0, 0);
    text-align: center;
}

input:-ms-input-placeholder {
    color: rgb(0, 0, 0);
   	text-align: center;
}

input:-moz-placeholder {
    color: rgb(0, 0, 0);
   	text-align: center;
}

.video_container {
	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
}

.video {
	box-sizing: border-box;
	position: relative;
	width: 100%;
    height: 266px;
    background-color: rgb(0, 0, 0);
    margin: 0 auto;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.show_slider {
	height: 276px;
    box-shadow: 0px 10px 44px -5px rgba(0, 0, 0, 0.2);
    margin: 22px auto 42px;
}

.show_slider2 {
	height: 225px;
	text-align: center;
	margin: 26px auto 34px;
}

.show_slider2 p {
	color: rgb(56, 27, 87);
	font-weight: 700;
	font-size: 24px;
	margin-top: 6px;
}

.show_slider2 img {
	border-radius: 10px;
}

.product {
	height: 317px;
	background: no-repeat center url(../img/product.jpg);
}

.white p {
	font-weight: 700;
}

.text {
	padding-bottom: 10px;
}

.text p {
	line-height: 20px;
    font-weight: 600;
    color: rgb(88, 88, 88);
    padding: 12px 0;
}

.easy {
	padding-bottom: 20px;
}

.easy_item {
	width: 190px;
    text-align: center;
    margin: 20px auto 0;
}

.easy_item:last-child p { 
	width: 160px;
    margin: 8px auto 0;
}

.easy_item p {
	margin-top: 8px;
	line-height: 18px;
    font-weight: 700;
}

.extra {
	padding: 14px 0 20px;
}

.extra p {
	text-align: center;
    font-weight: 600;
    line-height: 18px;
    width: 286px;
    margin: 0 auto;
}

.extra .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px auto 0;
}

.expert_img {
	height: 166px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: no-repeat center url(../img/expert_bg.jpg);
}

.caption {
	color: rgb(204, 204, 206);
}

.caption p:first-child {
	font-weight: 600;
    width: 120px;
    font-size: 19px;
    margin-left: 166px;
}

.caption p:last-child {
	font-size: 14px;
    font-weight: 300;
    width: 120px;
    line-height: 16px;
    padding: 10px 0 0;
    margin-left: 166px;
}

.expert_text {
	padding: 10px 0 18px;
}

.expert_text.lightblue {
	padding: 14px 0 10px;
}

.expert_text  p {
    line-height: 18px;
}

.slider_bg {
	height: 514px;
	background-image: linear-gradient(to top, 
		rgba(48, 41, 66, 1) 0%, 
		rgba(48, 41, 66, 1) 9%, 
		rgba(255, 255, 255, 1) 9%, 
		rgba(255, 255, 255, 1) 59.5%,
		rgba(54, 179, 198, 1) 59.5%, 
		rgba(54, 179, 198, 1) 100%);
}

.feedback_slider {
	width: 100%;
	height: 514px;
	max-width: 282px;	
	margin: auto;
}

.slide {
	box-sizing: border-box;
	width: 100%;
	height: 514px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 14px;
}

.slide img {
	-webkit-filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.55));
    filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.55));
}

.slide span {
	display: block;
    text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-top: 10px;
}

.slide p {
	width: 100%;
	color: rgb(88, 88, 88);
    font-size: 16px;
    line-height: 18px;
    padding-top: 20px;
}

.step {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.step img {
	margin-bottom: -5px;
}

.step span {
	font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    width: 160px;
    padding-left: 4px;
}

footer {
    background-color: rgb(20, 20, 20);
    font-size: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 20px 0;
}

.owl-prev,
.owl-next {
	box-sizing: border-box;
	position: absolute;
	background-repeat: no-repeat;
	width: 27px;
	height: 49px;
	top: calc(50% - 25px);
}   

.owl-prev {
	left: -38px;
    background: no-repeat url(../img/prev.png);
}

.owl-next {
	right: -38px;
	background: no-repeat url(../img/next.png);
}

.feedback_slider .owl-prev {
    background: no-repeat url(../img/prev_w.png);
}

.feedback_slider .owl-next {
	background: no-repeat url(../img/next_w.png);
}

.show_slider2 .owl-prev,
.show_slider2 .owl-next,
.feedback_slider .owl-prev,
.feedback_slider .owl-next {
	top: 66px;
}

.owl-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 15px;
	left: calc(50% - 100px);
   	width: 200px;
   	height: 20px;
   	margin: 0;
   	padding: 0;
}

.owl-dot {
	box-sizing: border-box;
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid rgb(255, 255, 255);
	background-color: transparent;
	border-radius: 50%;
    margin: 0 10px;
}

.owl-dot.active {
	width: 14px;
	height: 14px;
	background-color: rgb(255, 255, 255);
}

footer a{
	color: #fff;
	margin: 0 5px;
}