
body {
	margin: 0px;
	font-family: 'Asap', sans-serif
}

* {
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
	outline: none !important;
	padding: 0px;
	margin: 0px
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0px 15px;
}

.container-fluid {
	max-width: 100%;
	padding: 0px 15px
}

img {
	max-width: 100%
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.ul-reset {
	list-style: none;
	padding: 0;
	margin: 0
}

.button {
	background: #ff6000;
	color: #fff;
	border: none;
	padding: 10px 30px;
	font-size: 16px;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	font-weight: 600;
	position: relative
}

.button img {
	position: absolute;
	right: 30px
}

.button i {
	margin-right: 20px
}

.button:focus {
	outline: none
}

.button--primary:hover {
	background-color: #000
}

.button--secondary {
	background-color: #fff;
	color: #000;
	font-weight: 600
}

.button--secondary:hover {
	background-color: #eaeaea
}

p {
	color: #000;
	font-weight: 300
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.cover-slider-nav .slick-slide img {
	border:1px solid transparent;
	border-radius:50%;
}

.cover-slider-nav .slick-slide.slick-current.slick-active img {
    
	border:1px solid #1b2f61;
    border-radius: 50%;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	visibility: hidden;
	overflow: auto
}

.popup.open {
	visibility: visible;
	display: block;
	z-index: 99;
	opacity: 1
}

.popup.open .popup__wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	    transform: translate3D(0, 0, 0)
}

.popup.popup--lg .popup__wrap {
	max-width: 1140px
}

.popup.popup--md .popup__wrap {
	max-width: 960px
}

.popup.popup--sm .popup__wrap {
	max-width: 768px
}

.popup.popup--xs .popup__wrap {
	max-width: 576px
}

.popup__is-open {
	overflow: hidden
}

.popup__wrap {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	max-width: 960px;
	margin: 50px auto;
	background: #fff;
	border-radius: 0px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
	-webkit-transform: translate3D(0, -105%, 0);
	-ms-transform: translate3D(0, -105%, 0);
	    transform: translate3D(0, -105%, 0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.popup__title {
	margin: 0;
	font-size: 16px;
	float: left;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden
}

.popup__close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10
}

.popup__close:after {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	display: block;
	text-align: center;
	content: "×";
	background-color: #000;
	color: #fff;
	border-radius: 50%
}

.popup__content {
	top: 50px;
	padding: 0px
}

.popup__footer {
	padding: 20px 30px;
	text-align: right;
	background: #f1f1f1
}

.popup.side {
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	-webkit-transform: translate3D(100%, 0, 0);
	-ms-transform: translate3D(100%, 0, 0);
	    transform: translate3D(100%, 0, 0);
	border-radius: 0;
	margin: 0;
	max-width: none;
	width: 800px
}

.popup.side.open {
	top: 0;
	-webkit-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	    transform: translate3D(0, 0, 0)
}

.popup.side .popup_header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.popup.side .popup_content {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	overflow: auto;
	bottom: 0;
	padding: 0 30px 30px 30px
}

.popup.side .popup_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.popup_actions {
	float: right;
	line-height: normal;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #dadada
}

.popup_actions>li {
	vertical-align: top;
	display: inline-block;
	border-left: 1px solid #dadada
}

.popup_actions>li .p_button {
	display: block;
	padding: 0px 10px
}

.popup_actions>li .p_button:hover {
	text-decoration: underline
}

.popup_actions .button_small {
	margin-top: 12.5px
}
.choose-color {
    flex: 0 0 100px;
    max-width: 100px;
    /* justify-content: center;
    align-items: center;
    display: flex; */
}

.header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 25px 0px;
	z-index: 99
}

.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;

}

.header__action .button--primary{
font-size: 22px;
letter-spacing: 2px;
line-height: 100px;
color: #ffffff;
font-weight: bold;
background-image:none;
background-color:transparent;
border:1px solid #fff;

}
.header__icon{
    display:none
}
.header__logo img {
	height: 90px
}

.section {
	padding: 80px 0
}

.header-title {
	text-align: center
}

.header-title__main h2 {
	margin-bottom: 70px;
	margin-top: 0;
	font-size: 80px;
	line-height: 80px;
	color: #002260;
	font-weight: bold
}

.button--primary {
	border-radius: 3px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d90e0e), to(#e5540d));
	background-image: -o-linear-gradient(bottom, #d90e0e 0%, #e5540d 100%);
	background-image: linear-gradient(0deg, #d90e0e 0%, #e5540d 100%);
	padding: 30px 40px;
	height: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid transparent;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 34px;
	color: #fff;
	font-weight: bold
}

.button--primary:hover {
	background: #1f85b9
}

.rating-star {
	margin: 20px 0 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.rating-star li {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: normal;
	color: #fff;
	font-weight: 400;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 5px
}

.rating-star li span {
	color: #000;
	font-size: 23px;
	padding-left: 20px
}
.rating-star li i {
	font-size: 20px;
	color: #ff9e14
}
.header__rating-main span{
color:#fff;
}

.header__rating-main {
    display: block;
    text-transform: uppercase;
}
.section--cover {

	display:block;
	
    padding: 150px 0 0;
width:100%;
background-image:url('../img/banner.jpg');
background-position:center left;
background-size:cover;
background-repeat:no-repeat;
}
.cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}

.cover__hero {

    -webkit-box-flex: 0;

        -ms-flex: 0 0 500px;

            flex: 0 0 500px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -30px;
}

.cover__hero .cover-slider-nav .slick-slide {
    max-width: 100px;
    width: 80px !important;
    margin: 10px 0;
}


.cover__content {    -webkit-box-flex: 0;    -ms-flex: 0 0 600px;    flex: 0 0 600px;
	position: relative
}

.cover-slider-nav {
	/* display: flex;
	justify-content: center; */
	margin: 30px auto 0;
}

.cover-slider-nav li {
	margin-right: 30px;
	border: 2px solid transparent;
	cursor: pointer
}

.cover-slider-nav li:last-child {
	margin-right: 0
}

.cover-slider-nav li.slick-slide.slick-current.slick-active {
	border: 2px solid #3568b1;
	border-radius: 50%
}

.cover-slider .slide-img {
	max-width: 400px;
	width: 100%
}

.cover-slider .slide-img>li img {
	max-width: 100%;
	width: 100%
}

.cover-slide {
    max-width: 400px;
}
.cover-slide img{
    width: 100%;
}


.cover__title .heading {
	font-size: 73px;
	letter-spacing: 2px;
	line-height: 67px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px
}

.cover-text__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 40px
}
.cover__title {
    
    position: relative;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}
.cover-text__price .price-text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.cover-text__price .price-text span {
	font-size: 50px;
    letter-spacing: 1px;
    line-height: 80px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px 0 0;
}

.cover-text__price .price-text span del {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 80px;
	margin-left:20px;
    color: #677278;
	font-weight: 500;
	vertical-align: bottom
}

.cover-text__price .money-back {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60%;
	        flex: 0 0 60%;
	border-left: 4px solid #fff;
	padding: 10px
}

.cover-text__price .money-back p {
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 21px;
	color: #fff;
	font-weight: 500
}

.cover-text__price .money-back p span {
	display: block
}

.cover-text__point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}

.cover-text__point .point-list {
	list-style: none;
	padding-left: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}


.save-offer {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 8px;
	background-color: #e3490e;
	padding: 0 5px
}

.point-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 15px
}

.point-box__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1
}

.point-box__text p {
	font-size: 20px;
	line-height: 24px;
	color: #2297d9;
	font-weight: bold
}

.point-box__text p span {
	display: block
}

.point-box__icon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 35px;
	        flex: 0 0 35px;
	display: contents
}

.point-box__icon img {
	margin-right: 25px;
	height:35px;
	width:35px
}

.cover-action {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.cover-action .quantity-toggle {
	
    border-radius: 5px; 
    border: 1px solid #ffffff73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 52px;
    width: 80px;
}

.cover-action .quantity-toggle button {
	width: 25px;
	height: 25px;
    color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-width: 0 1px 0 1px;
    border: 1px solid #ffffff73;
	border-bottom:0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	background-color: transparent
}

.cover-action .quantity-toggle input {
	width: 40px;
    text-align: center;
    border: none;
    font-size: 32px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    font-weight: bold;
}

.cover-action .order-today {
	margin: 0 15px
}


.cover-action .order-today  img{

    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-top: 10px;
}

.cover-action .order-today span {
	display: block;
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 21px;
	color: #002260;
	font-weight: 500;
	margin-top: 5px;
	text-align: center
}

.offer {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
}

.offer__image {
	flex: 0 0 50%
}

.offer__image img {
	width: 100%
}

.offer__info {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding-left: 50px
}

.offer__info__header p {
	font-size: 22px;
	line-height: 28px;
	color: #333;
	font-weight: 400;
	margin-bottom: 40px
}

.offer__info .offer-list {
	list-style: none;
	padding-left: 40px;
	font-size: 20px;
	line-height: 26px;
	color: #333;
	font-weight: bold
}
.offer__info .offer-list li {
	margin-bottom: 30px;
	position: relative; 
    color: #007dbc;
}
.offer__info .offer-list li::before {
    content: "";
	position: absolute;
	left: -40px;
    top: 0;
    background: url(../img/right-icon.png) no-repeat center right;
    width: 25px;
    height: 25px;
    /* left: -30px;
    font-size: 60px;
    background-color: #007dbc;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%; */
}
.offer__info__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.offer__info__image .offer__info__product {
    margin-left: -181px;
    text-align:center;
}
.offer__info__image .offer__info__product img{
    margin-top:20px;
}

.section--ingredients {
	padding: 0
}

.section--ingredients .header-title__main {
	margin-bottom: 70px
}

.benefits-row {
	margin: 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.benefits-row__content {
}
.benefits-list {
	list-style: none;
	padding-left: 0
}
.benefits-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width:600px;

	padding:0 20px;
	margin:0 auto 40px;
}
.benefits-box__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    
}
.benefits-box__text h5 {
	font-size: 22px;
	line-height: 27px;	
    color: #002260;
	font-weight: bold;
	margin-bottom: 15px
}

.prev-arrow.slick-arrow {
    
    display: block;
    position: absolute;
    font-size: 45px;
    color: #6f7384;
    top: 35%;
    z-index: 999;    
    left: 33%;
}
.next-arrow.slick-arrow {
    display: block;
    position: absolute;
    z-index: 999;
    font-size: 45px;
    color: #6f7384; top: 35%;   
    right: 33%;
}
li.slick-slide.slick-current.slick-active.slick-center .benefits-box__text{
     display:block;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    
}
.benefits-box__text p {
	font-size: 16px;
	line-height: 21px;
	color: #333
}
.benefits-box__icon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 160px;
	        flex: 0 0 160px;
    display: block;
   
    margin: 0 10px 0 0;
}
.benefits-box__icon img {
	margin:0 auto;
	height: 160px;
	width: 160px
}
.benefits-box--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse
}

.benefits-box--reverse .benefits-box__text {
	text-align: left
}

.benefits-box--reverse .benefits-box__icon img {
	margin-right: 25px;
	margin-left: -25px
}

.section--testimonial {
	padding-bottom: 50px;
	margin-bottom: -250px
}

.section--testimonial .container-fluid {
	padding: 0
}

.testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 80px;
	position: relative
}

.testimonial__box {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	        flex: 0 0 33.33%;
	text-align: center;
	padding: 15px
}

.testimonial-block {
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .1);
	        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .1);
	padding: 60px 40px
}

.testimonial-block .rating-star {
	opacity: .5;
	margin: 0
}

.testimonial-block .rating-star li i {
	color: #ff9e14
}

.testimonial-block h4 {
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #252525;
	font-weight: 600;
	font-family: "Josefin Sans";
	margin: 20px 0;
	opacity: .5
}

.testimonial-block p {
	font-size: 22px;
	line-height: 25px;
	color: #868686;
	font-weight: 400;
	font-family: "Josefin Sans";
	margin-top: 0;
	display: inline;
	position: relative;
	opacity: .5
}

.testimonial-block p::before {
	position: absolute;
	content: "";
	top: -20px;
	left: -20px;
	background: url(../img/quote.png) no-repeat center center;
	height: 50px;
	width: 40px;
	background-size: 40px
}

.testimonial-block p::after {
	position: absolute;
	content: "";
	bottom: -20px;
	right: -20px;
	background: url(../img/quote.png) no-repeat center center;
	height: 50px;
	width: 40px;
	background-size: 40px
}

.testimonial-block span {
	font-size: 15px;
	display: block;
	line-height: 20px;
	color: #016de7;
	margin-top: 20px;
	font-weight: 600;
	font-family: "Poppins";
	text-transform: uppercase;
	opacity: .5
}
.testimonial__box.slick-current.slick-active+.testimonial__box.slick-active .testimonial-block .rating-star,
.testimonial__box.slick-current.slick-active+.testimonial__box.slick-active .testimonial-block h4,
.testimonial__box.slick-current.slick-active+.testimonial__box.slick-active .testimonial-block p,
.testimonial__box.slick-current.slick-active+.testimonial__box.slick-active .testimonial-block span{
	opacity: 1;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
	text-align: center;
	padding-left: 0;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 35px)
}

.slick-dots li {
	display: inline-block;
	margin-right: 5px
}

.slick-dots button {
	height: 9px;
	width: 9px;
	padding: 0;
	background-color: #ccc;
	display: inline-block;
	border-radius: 50%;
	font-size: 0;
	border: 0;
	outline: none;
	cursor: pointer
}

.slick-active button {
	background-color: #000
}

.slick-current.slick-active.slick-center .testimonial-block .rating-star {
	opacity: 1
}

.slick-current.slick-active.slick-center .testimonial-block h4 {
	opacity: 1
}

.slick-current.slick-active.slick-center .testimonial-block p {
	opacity: 1
}

.slick-current.slick-active.slick-center .testimonial-block span {
	opacity: 1
}

.section--client {
	background: url(../img/reviews-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 300px;
	padding-bottom: 50px
}

.client {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.client__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	margin: 0 auto;
	text-align: center
}

.client__info {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%
}

.client__info__text {
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #fff;
	font-weight: 300;
	font-family: 'Asap', sans-serif;
	position: relative
}

.client__info__text span {
	margin-top: 40px;
	display: block
}

.client__info__text span::after {
	position: absolute;
	content: "";
	background: url(../img/quote-2.png) no-repeat center center;
	bottom: -30px;
	height: 60px;
	width: 60px;
	background-size: 55px;
	margin-left: -20px
}

.client__info__text::before {
	position: absolute;
	content: "";
	background: url(../img/quote-1.png) no-repeat center center;
	top: -20px;
	left: -40px;
	height: 60px;
	width: 60px;
	background-size: 55px
}

.section--instagram {
	padding-bottom: 40px
}

.instagram-content {
	margin-top: 10px
}

.instagram-feed {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.instagram-feed>li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 20px
}

.instagram-feed>li:first-child {
	padding-left: 0
}

.instagram-box {
	overflow: hidden
}

.instagram-box img {
	width: 100%
}

.section--faq {
	padding: 80px 0px 80px;
	background-color: #1d4f91
}

.section--faq .header-title__main img {
	display: inline;
	padding-right: 10px
}

.section--faq .header-title__main h2 {
	color: #fff;
	display: inline
}

.faq-content {
	max-width: 80%;
	margin: 0 auto
}

.question-list {
	margin: 50px 0px 0px;
	padding: 0px;
	list-style: none
}

.question-list>li {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.question>p {
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 24px
}

.question>p+p {
	margin-top: 10px
}

.question__header {
	position: relative;
	padding-right: 40px;
	color: #282828
}

.question__header p {
	margin: 0px;
	cursor: pointer;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-weight: bold
}

.question__header span {
	position: absolute;
	right: 10px;
	top: 6px;
	cursor: pointer;
	color: #fff
}

.question__header span .fa-minus {
	display: none
}

.question__header::-webkit-details-marker {
	display: none
}

.question__header:focus {
	outline: none
}

.question[open] .question__header span .fa-plus {
	display: none
}

.question[open] .question__header span .fa-minus {
	display: block
}

.section--hurryup {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-bottom:0;
}

.hurryup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch
}

.hurryup__text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 68%;
	        flex: 0 0 68%;
	position: relative;
	padding: 110px 0 0;
	z-index: 1;

}

.hurryup__text::before {
	position: absolute;
	content: "";
	background-color: #c8e7f8;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: 100vw;
	z-index: -1
}

.hurryup__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 32%;
	        flex: 0 0 32%;
	padding: 100px 0 55px;
	position: relative;
	z-index: 1
}

.hurryup__img::before {
	position: absolute;
	content: "";
	background: url(../img/footer-bg.png) no-repeat left center;
	top: 0;
	bottom: 0;

    background-size: contain;
	left: 0;
	right: auto;
	width: 100vw;
	z-index: -1
}

.hurryup-info {
	position: relative;
	z-index: 11;
	padding-bottom: 80px
}

.hurryup-info h2 {
	font-size: 85px;
	line-height: 90px;
	color: #002260;
	font-weight: 800;
	text-transform: uppercase
}

.hurryup-info h2 span {
	display: block
}

.time-deal {
	padding: 30px 20px 30px;
	width: 510px;
	border-radius: 13px;
	background-color: #002260;
	position: relative
}

.time-deal .limited {
	
    position: absolute;
    top: -15px;
    border-radius: 13px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d90e0e), to(#e5540d));
    background-image: -o-linear-gradient(bottom, #d90e0e 0%, #e5540d 100%);
    background-image: linear-gradient(0deg, #d90e0e 0%, #e5540d 100%);
    font-size: 18px;
    line-height: 24px;
    padding: 4px 9px;
    color: #fff;
    left: 0;
    font-weight: bold;
    right: 0;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.time-deal .action-deal {
	text-align: center;
	margin-bottom: -80px;
	padding-top: 20px
}

.hurryup-review {
	
    margin-right: -150px;
    margin-left: 137px;
    position: relative;
    padding-top: 230px;
}
.review-wrap {
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
}


.hurryup-review .review-img {
	text-align: center;
	position: absolute;
	top: 120px;
	left: -400px;
	max-width:100%;
}

.hurryup-review .review-img img {
	width: 350px;
	max-width: 100%
}

.hurryup-review .review-img .rating-star {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0
}

.hurryup-review .review-img .rating-star .rating-star li i {
	color: #ff9e14
}

.hurryup-review .review-img .rev-text {
	display: block;
	text-align: left;
	font-size: 17px;
	color: #007dbc;
	font-weight: 600;
	letter-spacing: 0;
	margin-left: -60px;
	margin-top: 20px;
	text-transform: lowercase
}

.hurryup-review p {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #fff;
	font-weight: 500;
	font-family: 'Asap', sans-serif;
	position: relative;
	margin-bottom: 20px
}

.hurryup-review  .button--primary{

    padding: 26px 25px;
    font-size: 20px;
}


.hurryup-review p::after {
	position: absolute;
	content: "";
	background: url(../img/quote-2.png) no-repeat center center;
	bottom: -30px;
	height: 70px;
	width: 70px;
	background-size: 70px;
	margin-left: -20px
}

.hurryup-review p::before {
	position: absolute;
	content: "";
	background: url(../img/quote-1.png) no-repeat center center;
	top: -30px;
	left: -40px;
	height: 70px;
	width: 70px;
	background-size: 70px
}

.hurryup-review span {
	font-size: 15px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase
}
.hurryup-review .rating-star {
    margin: 0px 5PX 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.rating-star li i {
    font-size: 18px;}

#hours {
	font-size: 80px;
	color: #fff;
	border-radius: 5px;
	height: 110px;
	width: 110px
}

#hours::after {
	display: none
}

#hours::before {
	display: none
}

#minutes {
	font-size: 80px;
	color: #fff;
	border-radius: 5px;
	height: 110px;
	width: 110px
}

#seconds {
	font-size: 80px;
	color: #fff;
	border-radius: 5px;
	height: 110px;
	width: 110px
}

.timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 40px
}

.timer:last-child {
	margin-right: 0; 
}

.timer-text {
	
    padding: 0 35px;
}

.timer-text {
	border-right:1px solid #1e458e;
}

.timer-text:last-child {
	margin-right: 0; border:0;
}

.timer div {
	display: inline-block;
	line-height: 1;
	padding: 10px;
	font-size: 40px;
	position: relative
}

.timer div::after {
	content: "";
	border-radius: 0;
	left: -40px;
	top: 40%;
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: #fff;border-radius:50%;
}

.timer div::before {
	content: "";
	border-radius: 0;
	left: -40px;
	top: 60%;
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: #fff;border-radius:50%;
}

.timer span {
	display: block;
	font-family: "Poppins";
	text-transform: uppercase;
	font-size: 15px !important;
	letter-spacing: 1px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 30px
}
footer{

    background-color: #c8e7f8;
}
	.footer{
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;

    border-top: 1px solid #012260;
	
}
.footer__links{
font-size: 19px;
letter-spacing: 0px;
line-height: 32px;
color: #333333;
text-decoration:none;
}

/*--Cover Slider--*/
.cover-nav-main {
    flex: 0 0 100px;
	max-width: 100px;
	display: flex;
	align-items: center;
}
.cover-slider-main {
    flex: 0 0 360px;
	max-width: 360px;
	margin-left: 20px;
}
.cover-nav-slide{
	max-width: 80px;
	cursor: pointer;
	margin: 5px auto;
}
.cover-nav-slide img{
	width: 100%;
}

@media only screen and (max-width:2560px){
	hurryup__text{

    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
	}
}

@media only screen and (max-width: 1600px) {
	.benefits-row {
		max-width: 90%
	}
	.benefits-box__icon img {
		height: 115px;
		width: 115px
	}
	.benefits-box__text h5 {
		font-size: 20px
	}
	.hurryup-review {
		max-width: 320px;
		margin-right: -170px
	}
	.hurryup-review .review-img {
		left: -390px
	}
	.hurryup-review .review-img img {
		width: 300px
	}
	.hurryup-review .button--primary{

    font-size: 16px;
	}
}

@media only screen and (max-width: 1440px) {
	
	.benefits-box {
		margin-bottom: 30px
	}
	.benefits-box__icon{
		
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;

    margin: 0 20px 0 0;
	}
	.benefits-box__icon img {
		height: 115px;
		width: 115px
	}
	.benefits-box__text h5 {
		font-size: 20px
	}
	.benefits-box__text p {
		font-size: 16px
	}
	.benefits-box--reverse .benefits-box__icon img {
		margin-left: 0
	}
	.hurryup-review {
		
    max-width: 340px;
    margin-left: 100px;
	}
	.hurryup-review .review-img {
		left: -330px
	}

	.prev-arrow.slick-arrow{
		top:30%;
    left: 250px;
	}

	.next-arrow.slick-arrow{
top:30%;
    right: 250px;
	}
}

@media only screen and (max-width: 1280px) {
	.cover-text .heading {
		font-size: 65px
	}
	.slide-img {
		max-width: 300px;
		width: 100%
	}
	.benefits-row {
		max-width: 100%;
		padding: 0 15px
	}
	.testimonial-block {
		padding: 30px 20px
	}
	.testimonial-block p {
		font-size: 20px
	}
	.hurryup__text {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 65%;
		        flex: 0 0 65%
	}
	.hurryup-review {
		
    max-width: 300px;
    margin-left: 140px;
	}
	.hurryup-review p {
		font-size:16PX;
	}
	.rating-star{

    margin: 10px 0 10px;
	}
	.hurryup-review span {
		font-size: 12px;
	}

	.hurryup-review .button--primary{

    font-size: 16px;
	}

	.benefits-box__icon{

    -webkit-box-flex: 0;

        -ms-flex: 0 0 100px;

            flex: 0 0 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.hurryup__text {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60%;
		        flex: 0 0 60%
	}
	.hurryup__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40%;
		        flex: 0 0 40%
	}
	.hurryup__img::before {
		background-size: cover
	}
	.hurryup-review {
		margin-left: 0;
		padding-top: 0;
		max-width: 350px;
		margin: 0 auto;
		text-align: center
	}
	.hurryup-review .review-img {
		position: static
	}
	.hurryup-review .review-img .rating-star {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center
	}
	.hurryup-review .review-img .rev-text {
		text-align: center;
		margin-left: 0
	}
	.section--cover{
		overflow:hidden;
	}
}

@media only screen and (max-width: 1024px) {
	.testimonial__box.slick-current.slick-active+.testimonial__box.slick-active .testimonial-block .rating-star,
	.testimonial__box.slick-current.slick-active+.testimonial__box.slick-active .testimonial-block h4,
	.testimonial__box.slick-current.slick-active+.testimonial__box.slick-active .testimonial-block p,
	.testimonial__box.slick-current.slick-active+.testimonial__box.slick-active .testimonial-block span{
		opacity: 0.5;
	}
	.testimonial__box.slick-current.slick-active .testimonial-block .rating-star,
	.testimonial__box.slick-current.slick-active .testimonial-block h4,
	.testimonial__box.slick-current.slick-active .testimonial-block p,
	.testimonial__box.slick-current.slick-active .testimonial-block span{
		opacity: 1;
	}
	
	.cover__content {
		padding-top: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
	}
	.cover__hero{
		    -webkit-box-flex: 0;
		        -ms-flex: 0 0 400px;
		            flex: 0 0 400px;
	}
	.cover__content .save-offer{
		
    text-align: center;
    display: block;
    display: fk;
    max-width: 150px;
    margin: 0 auto;
	}
	.cover-text .heading {
		font-size: 47px;
		line-height: 55px
	}
	.cover-text__price {
		margin-bottom: 20px;
    justify-content: center;
	}
	.cover-text__price .price-text {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%
	}
	.cover-text__price .price-text span {
		font-size: 40px
	}
	.cover-text__price .money-back {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%
	}
	.cover-text__point {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
    justify-content: center;
		    flex-wrap: wrap
	}
	.cover-text__point .point-list {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-bottom: 24px
	}
	.cover-text__point .action {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		text-align: center
	}
	.cover-text__point .action img {
		height: 100px
	}
	.point-box__icon img {
		height: 57px;
		width: 57px
	}
	.point-box__text p {
		font-size: 18px;
		line-height: 24px
	}
	.cover-action img {
		margin-top: 20px
	}
	.offer .offer__info__header p {
		font-size: 20px;
		margin-bottom: 20px
	}
	.benefits-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		max-width: 600px;
		margin: 0 auto
	}
	.benefits-row__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%
	}
	.benefits-box { 
		max-width: 570px;
		margin: 0 auto;
	}
	.benefits-box__text {
		text-align: left
	}
	.benefits-box__icon img {
		margin-left: 0
	}
	.button--primary{
		font-size:20px;
	}
	.next-arrow.slick-arrow{
		top: 20%;
		right: 15%;
	}

	.prev-arrow.slick-arrow {
    
    top: 20%;
    left: 15%;
	}

	.hurryup-info h2 {
		font-size: 75px;
		line-height: 85px;
	}
	.benefits-box__icon {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100px;
		        flex: 0 0 100px;}

		#seconds , #minutes , #hours{
    	font-size: 60px;height: 85px;
		}

		.time-deal {
		padding: 20px;
		}
.cover__hero .cover-slider-nav .slick-track .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: auto;
    width: auto !important;
}
}

@media only screen and (max-width: 992px) {
	.header-title__main h2 {
		margin-bottom: 40px;
		margin-top: 0;
		font-size: 60px;
		line-height: 70px
	}
	.header__action .button--primary{
		display:none;

	}
	.header__icon{
		display:block;color:#fff;
	}
	section.section--cover{
		padding:150px 0 50px;
	}
	.header {
		padding: 10px 0
	}
	.header__rating-main {
		display: none
	}
	.section {
		padding: 60px 0
	}
	.cover {
		flex-wrap: wrap;
		display: block;
	}
	.cover__hero {
		flex: 0 0 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 70px;
		margin-bottom: 70px;
		display: flex;
	}
	.cover__hero::before {
		margin: -15px
	}
	.cover__content {
		flex: 0 0 100%;
		padding: 0
	}
	.cover-slider {
		margin-right: 0;
		max-width: 100%;
		margin: 0 auto;
	}
	.cover-slider .cover-slider-nav li {
		width: 70px;
	}
	.cover-slider .cover-slide {
		margin: 0 auto;
		max-width: 300px;
	}
	.cover-slider .choose-color {
		margin: 0 auto;
		max-width: 350px;
	}
	.cover-text {
		margin-left: 0;
		max-width: 700px;
		margin: 0 auto
	}
	.cover-text .heading {
		font-size: 65px;
		letter-spacing: 2px;
		line-height: 67px
	}
	.cover-text__price .price-text {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 45%;
		        flex: 0 0 45%
	}
	.cover-text__price .price-text span {
		font-size: 50px
	}
	.cover-text__price .money-back {
		padding-left: 20px
	}
	.cover-text .point-list {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 70%;
		        flex: 0 0 70%
	}
	.cover-text .action {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%
	}
	.cover-text .action img {
		height: auto
	}
	.offer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
	.offer__image {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-bottom: 30px
	}
	.offer__info {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding-left: 0
	}
	.section--client {
		padding-top: 300px
	}
	.client__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40%;
		        flex: 0 0 40%
	}
	.client__info__text {
		font-size: 20px;
		line-height: 28px
	}
	.client__info__text span {
		margin-top: 20px
	}
	.faq-content {
		max-width: 100%
	}
	.section--hurryup {
		padding: 0
	}
	.hurryup-info {
		border-bottom: none;
		padding-bottom: 50px;
		text-align: center
	}
	.hurryup-info .time-deal {
		margin: 0 auto
	}
	.hurryup-review {
		max-width: 450px
	}
	.hurryup {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
	.hurryup__text {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding-top: 60px
	}
	.hurryup__text::before {
		margin: -15px
	}
	.hurryup__text .price-text {
		margin: 7px auto
	}
	.hurryup__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%
	}
	.hurryup__img::before {
		margin: -15px
	}
	.section--ingredients {
		padding: 0
	}
	.offer__info__image{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		justify-contetn:center;
	}
	.offer__info__image .offer__info__product {
    margin-left: 0;
    text-align: center;margin-bottom:20px;
}

.offer__info__image .offer__info__product img {
    margin-top: 20px;
    display: block;
    margin: 0 auto 20px;
}
.cover__hero{
   justify-content: center;
    margin-bottom: 20px;
}.choose-color {
	
    -webkit-box-flex: 0;
	
        -ms-flex: 0 0 100%;
	
            flex: 0 0 100%;
    max-width: 100%;
}

.cover__hero .cover-slider-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    width: 100% !important;
}
.cover__hero .cover-slider-nav .slick-slide{

    max-width: 100px;
    width: 100px !important;
}
.cover__hero .cover-slider-nav .slick-track .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 27%;
    width: 100% !important;
}
.benefits-box {
    max-width: 100%;
    margin: 0 auto;
}
.next-arrow.slick-arrow
{

    right: 30px;
}

.prev-arrow.slick-arrow {
  
    left: 25px;
}
.review-wrap{
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

}

@media only screen and (max-width: 768px) {
	.cover-text .heading {
		font-size: 45px;
		letter-spacing: 2px;
		line-height: 50px
	}
	.cover-text__price{
		flex-direction:column;
	}
	.cover-text__price .price-text span {
		font-size: 40px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
	}
	.cover-text__point .point-list {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%
	}
	.cover-text__point .action {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%
	}
	.cover-text .cover-action {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start
	}
	.client__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%
	}
	.client__info {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%
	}
	.instagram-feed {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
	.instagram-feed>li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33%;
		        flex: 0 0 33.33%;
		padding-left: 10px
	}
	.section--faq .header-title__main img {
		height: 60px
	}
	.hurryup-info h2 {
		font-size: 55px;
		line-height: 60px
	}
	.hurryup-review .review-img .rev-text {
		color: #fff
	}


.footer__links {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;}
}

@media only screen and (max-width: 575px) {
	.section--cover{
		background-image: none;
		background-color: #172b66;
	}
	.cover-text {
		text-align: center
	}
	.cover-text .heading {
		font-size: 45px;
		letter-spacing: 0;
		line-height: 50px
	}
	.cover__hero{
		margin-top:0;
	}
	.cover-text__price .price-text {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%
	}
	.cover-text__price .money-back {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		border: none
	}
	.cover-text__price .money-back p span {
		display: inline
	}
	.cover-text__point {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		text-align: left
	}
	.cover-text__point .point-list {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%
	}
	.cover-text__point .point-list .point-box {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		max-width: 290px;
		margin: 0 auto 20px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%
	}
	.cover-text__point .point-list .point-box__text p span {
		display: inline
	}
	.cover-text__point .action {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		display: none
	}
	.cover-text__point .action img {
		height: 90px
	}
	.cover-text .cover-action {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start
	}
	.cover-text .cover-action .order-today {
		margin: 10px 0
	}
	.benefits-box__icon {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100px;
		        flex: 0 0 100px
	}
	.benefits-box__icon img {
		height: 85px;
		width: 85px
	}
	.client__info {
		text-align: center
	}
	.instagram-feed>li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%
	}
	.instagram-feed>li:first-child {
		display: none
	}
	.question__header p {
		font-size: 22px;
		line-height: 28px
	}
	
	.time-deal {
		max-width: 300px;
		padding: 0 0 20PX;
	}
	.time-deal #hours {
		font-size: 40px;
		height: auto;
		width: auto
	}
	.time-deal #minutes {
		font-size: 40px;
		height: auto;
		width: auto
	}
	.time-deal #seconds {
		font-size: 40px;
		height: auto;
		width: auto
	}
	.time-deal .limited {
		position: static;
		font-size: 13px
	}
	.time-deal .timer span {
		margin: 0;
		color: #fff
	}
	.time-deal .timer-text {
		margin-right: 0;
    	PADDING: 0 5PX;
	}
	.time-deal .timer div::before {
		left: -9px;
		top:50%;
	}
	.time-deal .timer div::after {
		left: -9px;
		top:30%;
	}
	.time-deal .countdown {
		margin: 20px 0 0
	}
	.button--primary {
		padding: 25px 25px;
		font-size: 22px
	}
	.cover__title .heading {
    font-size: 33px;
    letter-spacing: 2px;
    line-height: 47px;}

	.benefits-box{

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
	.prev-arrow.slick-arrow{
		left:5%;
	}
	.next-arrow.slick-arrow{

    right: 5%;
	}
	.footer{
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	
}
.slick-slide  .benefits-box__text{
text-align:center;
}

}

@media only screen and (max-width: 425px) {
	.cover-nav-slide{
		max-width: 60px;
	}
	.cover-nav-main {
		flex: 0 0 70px;
		max-width: 70px;
	}
	.cover-slider-main {
		flex: 0 0 220px;
		max-width: 220px;
	}
	.cover-slide {
		max-width: 220px;
	}
	.cover-slider {
		margin-right: 0;
		max-width: 300px;
		margin: 0 auto
	}
	.cover-slider .slide-img {
		margin: 0 auto;
		max-width: 290px
	}
	.cover-slider .choose-color {
		margin: 0 auto;
		max-width: 290px
	}
	.cover__hero {
		padding-bottom: 30px;
	}

	.cover-text .heading {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 25px
	}
	.header-title__main h2 {
		font-size: 40px
	}
	.header-title__main {
		margin-bottom: 40px
	}
	.cover-text__point .point-list {
		margin-bottom: 0
	}
	.section--ingredients .header-title__main {
		margin-bottom: 40px
	}
	#hours {
		font-size: 20px;
		height: auto;
		width: auto
	}
	#minutes {
		font-size: 20px;
		height: auto;
		width: auto
	}
	#seconds {
		font-size: 20px;
		height: auto;
		width: auto
	}
	.timer span {
		margin: 0;
		font-size: 12px !important;
		color: #fff
	}
	.time-deal .timer-text {
		margin-right: 5px
	}
	.time-deal .timer div::after {
		display: none
	}
	.time-deal .timer div::before {
		display: none
	}
	.hurryup-info h2 {
		font-size: 45px;
		line-height: 50px
	}
	.cover-text__price .price-text span {
		line-height: 60px
	}
	.cover-text__price .price-text span del {
		line-height: 60px
	}
	.hurryup__text::before {
		background-color: transparent
	}
	.testimonial-block p {
		font-size: 17px
	}
	.section {
		overflow: hidden
	}
.cover-text .cover-action {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
	.cover-text .cover-action span {
		font-size: 13px
	}
	.cover-action .quantity-toggle {
		margin-right: 22px;
		width: 90px;
		border: 1px solid #f3f3f3
	}
	.cover-action .quantity-toggle button {
		width: 25px;
		border: 1px solid #f3f3f3;
	}
	.cover-action .quantity-toggle input {
		font-size: 26px
	}
	.button--primary {
		padding: 20px 20px;
		font-size: 18px
	}
	.cover-text__point .point-list .point-box {
		margin-bottom: 10px;
    margin-left: 0;
	}
}
@media screen and (max-width: 320px){
	.cover-nav-slide{
		max-width: 50px;
	}
	.cover-nav-main {
		flex: 0 0 50px;
		max-width: 50px;
	}
	.cover-slider-main {
		flex: 0 0 180px;
		max-width: 180px;
	}
	.cover-slide {
		max-width: 180px;
	}
}