@import url('https://fonts.googleapis.com/css?family=Muli:400,600,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline-color: transparent;
	outline:0;
}
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	width: 100%;
}
body {
	margin:0;
	width: 100%;
    font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
*:focus {outline: 0 !important;}
a {
    background:transparent;
	color:#428bca;
	text-decoration:none
}
a:hover, a:focus {
	color:#2a6496;
	text-decoration:underline;
    outline:0;
}
a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
img {vertical-align:middle;}
p {margin:0;}
h1, h2, h3 {
    margin: 0;
    padding: 10px 0;
    font-weight: 200;
}
h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}
img {border:0;}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.usa {
    max-width: 1024px;
    width: 100%;
    margin: 10px auto;
    line-height: 1.7;
    font-size: 14px;
    padding: 0 10px;
}
header {
	background-color: #f8f8f8;
	position: fixed;
	width: 100%;
	z-index: 9;
}
.wrapper {
    display: block;
    margin: 0 auto;
    padding: 0;
}
header .wrapper {
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    width: 100%;
}

/*////////////////// MENU ///////////*/
.navbar {
    font-size: 18px;
    background-color: #f8f8f8;
    padding: 10px 0;
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-nav {
    list-style-type: none;
    display: none;
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
    z-index: 8;
}
.main-nav a {
	color: #4b4f54;
	text-decoration: none;
	margin: 0 10px;
	font-size: 16px;
}
.main-nav li {margin: 15px auto;}
header .logo {
    display: inline-block;
    margin-left: 10px;
    max-width: 140px;
}
.navbar-toggle {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
    z-index: 9;
}
.active {display: block;}
@media screen and (min-width: 1290px) {
    .main-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .main-nav li {margin: 0;}
    .nav-links {margin-left: 40px;}
    .navbar-toggle {display: none;}
    .logo:hover, .nav-links:hover {color: rgba(255, 255, 255, 1);}
}
@media screen and (max-width: 1289px) {
	.navbar {align-items: flex-start;}
    header .logo {
    	position: absolute;
    	z-index: 9;
    	width: 155px;
    }
    .main-nav li a {
		font-size: 18px;
		margin-left: 20px;
	}
    .main-nav li:nth-of-type(1) {margin-top: 47px;}
}
/*////////////////// END MENU ///////////*/
.section_01, .section_03 {
	overflow: auto;
	padding: 62px 0 30px;
	background: url(../images/sec_01_d.jpg) center right no-repeat;
	background-size: cover;
	
}
@media (max-width: 807px) {
    .section_01 {
    	background: url(../images/sec_01_m.jpg) center center no-repeat;
    	background-size: cover;
    }
}
.section_01 h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    color: #295eb8;
    font-style: italic;
    font-family: times;
    line-height: normal;
}
.section_01 .wrapper, .section_02 .wrapper, #ingredients .wrapper, .section_03 .wrapper, .section_05 .wrapper, .section_07 .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    color: #295eb8;
}
.section_01 .productBox {
    display: flex;
    flex-direction: column;
}
.box {width: 50%;}
.productBox .contentBox {
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.badgeBox {
	flex-direction: column;
	align-items: flex-end;
	display: flex;
}
.fiftin {
    text-align: center;
    width: 90px;
    background: url(../images/fiftin.png) no-repeat center top;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    padding: 30px 10px;
    font-size: 9px;
    line-height: 13px;
    margin: 0 !important;
    flex-direction: column;
}
.fiftin span {font-size: 18px;}
.section_01 ul {
    font-size: 21px;
    font-weight: 200;
    max-width: 450px;
    background-color: rgba(255, 255, 255, 0.66);
    border-radius: 8px;
    padding: 10px;
    margin: 0 20px;
}
.formBox li, .section_01 li {
    margin: 15px 0;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
}
.formBox li:before, .section_01 li:before {
    content: url(../images/bulet.png);
    position: absolute;
    top: 2px;
    left: 0;
}
.button {
	border-radius: 8px;
	color: #fff !important;
	padding: 10px;
	margin: 25px auto 5px;
	text-align: center;
	display: table;
	font-size: 18px;
	font-weight: 400;
	background-color: red;
	text-transform: uppercase;
	-webkit-box-shadow: -2px 6px 10px -1px rgba(0,0,0,0.67);
	-moz-box-shadow: -2px 6px 10px -1px rgba(0,0,0,0.67);
	box-shadow: -2px 6px 10px -1px rgba(0,0,0,0.67);
}
.button:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#d60000;
	box-shadow: none;
}
.formBox .button {
	margin: 33px 0 0 9%;
	max-width: 320px;
	text-align: center;
	font-size: 16px;
}
@media (max-width: 600px) {
    .section_01 h1 {
		font-size: 37px;
		padding: 0;
	}
}
@media (max-width: 500px) {
    .section_01 ul {
		font-size: 18px;
		margin: 0;
	}
	.section_01 li {margin: 5px 0;}
}
@media (max-width: 375px) {
    .section_01 h1 {font-size: 25px;}
    .section_01 ul {
    font-size: 16px;
}
}
#info {
    padding: 20px 6% 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
}
.section_02 {
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 12%, #fee589 42%, #c6e6fb 79%, #c6e6fb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(12%, #ffffff), color-stop(42%, #fee589), color-stop(79%, #c6e6fb), color-stop(100%, #c6e6fb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 12%, #fee589 42%, #c6e6fb 79%, #c6e6fb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 12%, #fee589 42%, #c6e6fb 79%, #c6e6fb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 12%, #fee589 42%, #c6e6fb 79%, #c6e6fb 100%);
    background: linear-gradient(to bottom, #fffcf3 0%, #fffcf3 12%, #fee589 42%, #c6e6fb 79%, #c6e6fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6e6fb', GradientType=0 );
    color: #295eb8;
}
.section_02 .box {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 430px;
}
.section_02 .box div {
    display: flex;
    margin: 28px 0;
    background-color: rgba(255, 255, 255, 0.64);
    padding: 10px;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}
.section_02 .box div img {margin-right: 16px;}
.section_02 h3 {
    max-width: 550px;
    font-weight: 400;
    font-size: 18px;
}
.section_02 h3 span {
    display: block;
    font-weight: 200;
    font-size: 16px;
}
.old-people {
	margin: 0 20px;
	max-width: 318px;
	width: 100%;
}
#ingredients {
	color: #295eb8;
	background-color: #b3dcf8;
	border-top: solid 3px #FFC107;
}
#ingredients .nfoBox {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ingredients .nfoBox div {
    margin: 10px;
    text-align: center;
    max-width: 340px;
}
#ingredients .nfoBox img {
    max-width: 120px;
    margin-bottom: 15px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 5px 9px -2px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 5px 9px -2px rgba(0,0,0,0.48);
    box-shadow: 0px 5px 9px -2px rgba(0,0,0,0.48);
}
#ingredients .nfoBox h3 {
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    max-width: 420px;
    min-height: 125px;
    background-color: rgba(255, 255, 255, 0.64);
    padding: 10px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}
#ingredients .nfoBox h3 span {
    display: block;
    font-size: 18px;
    font-weight: 200;
}
@media (max-width: 739px) {
    #ingredients .nfoBox {justify-content: center;}
}
.section_03 {
    padding: 10px 0;
    color: #295eb8;
}
.section_03 h2 {}
.section_03 .wrapper {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.45);
}
.section_03 .product {margin-right: 67px;}
.section_03 .box {max-width: 600px;}
.section_03 .box div {margin: 25px 0;}
.section_03 h3 {
    font-weight: 600;
    padding: 0;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	max-width: 1360px;
}
.icon-box {margin: 10px 0;}
.spray {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column;
}
.spray h2 {
    color: #225882;
    text-align: right;
    margin: 25px 20px;
}
.spray div {
    max-width: 620px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.spray ul {
    max-width: 400px;
    color: #225882;
}
.spray li {
    position: relative;
    padding-left: 52px;
    margin: 34px 0;
    font-size: 21px;
    font-weight: 200;
}
.spray li:before {
    content: url(../images/tick.png);
    position: absolute;
    top: -2px;
    left: 0;
}
#tesimomials {
    background: url(../images/tesimomials_bg.png) right top;
    overflow: auto;
}
#tesimomials h2, .gallery h2 {
    color: #295eb8;
    font-weight: 400;
    margin-top: 12px;
}
#tesimomials .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 15px;
    overflow: auto;
}
#tesimomials .slider {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.userBox {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 20px 0;
    max-width: 370px;
    width: 100%;
}
.name {
    max-width: 500px;
    width: 90%;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: solid 1px #225882;
}
.name img {
    border-radius: 50%;
    margin: 20px;
}
.name h3 {
    font-weight: 400;
    text-align: center;
}
.name h3 span {
    display: block;
    font-weight: 200;
    font-size: 15px;
}
.userBox p {
    margin: 20px 0;
    font-weight: 200;
}
.gallery .wrapper {padding: 0;}
.gallery h2 {padding:0 10px;margin: 10px 0;}
.gallery img {width: 100%;}
.gallery .mob {display: none;}
.section_05 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c9e9ff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c9e9ff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #c9e9ff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #c9e9ff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #c9e9ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #c9e9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9e9ff', GradientType=0 );
    color: #295eb8;
    padding: 15px 10px;
}
.section_05 .wrapper {}
.section_05 .product {margin-right: 20px;}
.section_05 .box {
    max-width: 1200px;
    width: 100%;
}
.section_05 h2 {margin-bottom: 25px;}
.section_05 h2 span {
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.section_05 .infoBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section_05 .infoBox div {
    display: flex;
    max-width: 320px;
    width: 100%;
    align-items: center;
    margin: 0 10px;
}
.section_05 .infoBox img {
    border-radius: 50%;
    border: solid 2px #3856e0;
    margin-right: 20px;
}
.section_05 h3 {
    font-weight: 600;
}
.section_05 h3 span {
    display: block;
    font-weight: normal;
    font-size: 15px;
}
@media (max-width: 1359px) {
    .section_05 .product {display: none;}
}
@media (max-width: 1039px) {
    .section_05 .infoBox {flex-direction: column;}
	.section_05 .infoBox div {
		max-width: 800px;
		margin: 10px auto;
	}
	.section_05 .infoBox img {width: 50px;}
}
.section_06 {}
.section_06 .wrapper {
    text-align: center;
    padding: 10px 0;
    background: #ffc107;
    background: -moz-linear-gradient(left, #ffc107 0%, #fceec5 50%, #ffc107 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffc107), color-stop(50%, #fceec5), color-stop(100%, #ffc107));
    background: -webkit-linear-gradient(left, #ffc107 0%, #fceec5 50%, #ffc107 100%);
    background: -o-linear-gradient(left, #ffc107 0%, #fceec5 50%, #ffc107 100%);
    background: -ms-linear-gradient(left, #ffc107 0%, #fceec5 50%, #ffc107 100%);
    background: linear-gradient(to right, #ffc107 0%, #fceec5 50%, #ffc107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ffc107', GradientType=1 );
}
#video iframe {
    height: 400px;
    width: 100%;
    max-width: 850px;
    display: block;
    margin: 50px auto;
    z-index: 1;
    position: relative;
}
.video {
    width: 640px;
    height: 388px;
    margin: 0 auto;
    display: block;
    background: url("../images/video.jpg") 0px 0px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}
.video:hover {
    background: url("../images/video.jpg") 0px 390px;
    cursor: pointer;
}
@media (max-width: 670px) {
    .video, iframe {
        width: 100%;
        height: 57.25vw;
        background-size: 100%;
    }
}
.section_07 {color: #295eb8;}
.section_07 h2 {}
.section_07 .wrapper {
    padding: 20px 10px;
    flex-direction: column;
}
.section_07 .wrapper div {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 10px 0;
}
.section_07 img {
    margin-right: 15px;
    width: 75px;
}
.section_07 p {margin-top: 15px;}
.section_08 {
    color: #ffffff;
    padding: 15px 10px;
    background: #295eb8;
    background: -moz-linear-gradient(left, #295eb8 0%, #4081eb 50%, #295eb8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #295eb8), color-stop(50%, #4081eb), color-stop(100%, #295eb8));
    background: -webkit-linear-gradient(left, #295eb8 0%, #4081eb 50%, #295eb8 100%);
    background: -o-linear-gradient(left, #295eb8 0%, #4081eb 50%, #295eb8 100%);
    background: -ms-linear-gradient(left, #295eb8 0%, #4081eb 50%, #295eb8 100%);
    background: linear-gradient(to right, #295eb8 0%, #4081eb 50%, #295eb8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295eb8', endColorstr='#295eb8', GradientType=1 );
}
.section_08 .wrapper {}
section_08 h2 {}
.tabs {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    max-width: 820px;
    margin: 0 auto;
}  
.tab {
    width: 100%;
    overflow: hidden;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.tab-label:hover {background:rgba(75, 79, 84, .45);}
.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
}
.tab-content {
    max-height: 0;
    padding: 0 1em;
    transition: all .35s;
}
.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.tab-close:hover {background: #1a252f;} 
input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
    font-size: 18px;
    line-height: 1.56;
}
#FAQ input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.section_04 .wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-around;
    padding: 14px 10px 0;
    margin: 0 auto;
}
.choice-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    padding: 10px;
    margin: 0 10px 15px;
    background-color: #c6e6fb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.choice-tab:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
	-moz-box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
	box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
}
.choice-tab .logo {
    max-width: 160px;
    width: 100%;
}
.buy-nfo {text-align: center;}
.buy-two {
    color: black;
    font-weight: 400 !important;
    margin: 10px 0;
    line-height: normal;
}
.pack-box {
    position: relative;
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
}
.pack-box img {
	max-width: 208px;
	width: 100%;
}
.info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 550px;
    height: 100%;
    justify-content: space-between;
}
.info-box h2 {
	font-size: 23px;
	text-align: center;
}
.info-box h2 span {
	display: block;
	font-size: 15px;
	font-weight: 200;
}
.info-box p {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.info-box p span {
    font-weight: 200;
    font-size: 16px;
    margin: 0 4px;
    display: block;
}
.info-box button {
    border: none;
    padding: 10px 9px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background-color: #008000;
    -webkit-box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    -moz-box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.info-box button:hover {box-shadow: none;}
.old-price {
    color: #ff0c00;
    font-size: 16px !important;
    text-decoration: line-through;
}
.price-info {
	color: #007f00;
	font-size: 22px !important;
}

@media (max-width: 768px) {
    .section_04 .wrapper {
    	flex-direction: row;
    	align-items: inherit;
    	padding: 10px 0;
    }
    .choice-tab, .info-box {flex-direction: column;}
    .pack-box {margin: 0 auto 20px;}
    .price-info {margin: 9px 0;}
}
@media (max-width: 440px) {
	.choice-tab {
		margin: 0 0 15px;
		width: 31%;
	}
}
.starBox {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 0 auto 15px;
    justify-content: space-between;
}
.soc img {
    border-radius: 50%;
    margin: 0 2px;
}
footer {
	padding: 10px 0 40px;
	background-color: #c5e4fe;
	border-top: solid 3px #FFC107;
}
footer p, footer a {font-size: 14px;}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
footer .seller, footer .links, footer .contacts {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
}
footer .seller .logo {margin: 0;}
footer .seller p {
	font-size: 15px;
	margin: 6px 0;
}
footer .links {
    display: flex;
    flex-direction: column;
}
footer h4 {margin-bottom: 15px;}
footer a {
    color: #000000;
    text-decoration: none;
    margin-bottom: 7px;
}
footer .contacts p {margin-bottom: 10px;}
footer .contacts img {margin-right: 5px;}
.copyright {
    max-width: 1200px;
    margin: 10px auto;
    width: 95%;
    border-top: solid 1px #4e4e4e;
    padding-top: 8px;
    font-size: 12px;
}
.button-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: var(--main-red);
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 999;
    border-radius: 0;
    cursor: pointer;
    background-color: #ff0c00;
 }
 .button-footer:hover {
 	color: #fff;
 	text-decoration: none;
 }
#popUp {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
    max-width: 200px;
    padding: 20px;
    background: #3d3d4c7d;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #999;
    color: #FFF;
}
#popUp:hover, #popWindow:focus {text-decoration: none;}
.poppage {
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
}
.poppage p {margin: 10px 0}
.cert {
	max-width: inherit;
	padding: 0;
}
.cert header {position: inherit;}
.cert-box {
    max-width: 680px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 20px;
    flex-wrap: wrap;
}
.cert-img {
	border: solid 1px #e6e6e6;
	margin: 10px 0;
	-webkit-box-shadow: -1px 2px 8px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 2px 8px -1px rgba(0,0,0,0.5);
	box-shadow: -1px 2px 8px -1px rgba(0,0,0,0.5);
}
.cert .logo {
	display: block;
	margin: 0 auto;
}
.cert h1 {text-align: center;}
#cookie-consent-bar {
	text-align: left;
	padding: 10px 20px 10px 10px;
	font-size: 18px;
	background-color: rgba(4, 56, 74, 0.9);
	position: fixed;
	bottom: 0;
	z-index: 2222;
	width: 100%;
	color: #fff;
	border-top-right-radius: 40px;
	width: 60%;
	display: flex;
	align-items: center;
}
#cookie-consent-bar p {
	color: #fff;
	font-size: 14px;
	margin: 0 10px 0 16px;
	max-width: 90%;
}
#cookie-consent-bar a {
	font-weight: 500;
	cursor: pointer;
	color: #9ae0ff;
}
#accept-cookies, #read-cookie-policy {
	padding: 5px;
	font-size: .8em;
	border-width: 2px;
	border-style: solid;
	background-color: rgba(68, 68, 68, 0.9);
	color: #fff;
	display: inline-block;
	width: 200px;
	height: 40px;
	margin: 5px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #cookie-consent-bar {
		width: 100%;
		padding: 10px;
		flex-direction: column;
		border-top-right-radius: 0;
		text-align: center;
	}
	#cookie-consent-bar img {display: none;}
	#cookie-consent-bar p {
		margin: 0;
		line-height: normal;
		max-width: inherit;
	}
}
@media (max-width: 1238px) {
    .section_02 .wrapper, .section_03 .wrapper {padding: 10px;}
    .old-people {margin: 0;}    
    .section_02 .box, .section_03 .box {width: 100%;}    
    #info {
    	padding: 20px;
    	flex-wrap: inherit;
    }
    .section_02 h3 {margin: 0 auto;}
    .collagen div {
    	margin: 15px auto;
    	width: 95%;
    }
    .spray {flex-wrap: inherit;} 
    .spray h2, #ingredients h2 {text-align: center;}
    .spray div {
    	margin: 0 auto 10px;
    	width: 100%;
    }
    #ingredients .nfoBox {margin: 0 auto;}
}
@media (max-width: 1317px) {
    .section_02 .wrapper {flex-direction: column;}
    .old-people {order: 1;}
    .section_02 .box {order: 2;}
    .section_02 .box div {margin: 10px 0;}
}
@media (max-width: 846px) {
	.section_03 .product {margin-right: 20px;}
}
@media (max-width: 799px) {
	.section_03 .product {display: none;}
}
@media (max-width: 768px) {
    .section_01 .wrapper {flex-direction: column;padding: 0 10px;}
    .box {width: 100%;}
    .section_01 .productBox {padding: 10px 0;}
    .section_01 .productBox div {margin: 0 auto;} 
    .formBox ul {
		margin: 0 auto;
		width: 95%;
	}
	.section_01 .product {width: 150px;}
	.badgeBox img {width: 75px;}
	.fiftin {
		width: 75px;
		padding: 24px 10px;
	}
    .formBox .button {
    	margin: 25px auto;
    	width: 92%;
    }
    .section_01 .button {margin: 10px auto;}
}
@media (max-width: 640px) {
    .gallery .desc {display: none;}
    .gallery .mob {display: block;}
}
@media (max-width: 558px) {
    header .wrapper {flex-direction: column;}
}
@media (max-width: 562px) {
    .collagen div {flex-direction: column;}
    .collagen p {max-width: inherit;}
    .spray div, #ingredients .nfoBox div {
    	flex-direction: column;
    	-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;
    	border-radius: 8px;
    }
    .spray li {
        font-size: 18px;
        width: 95%;
        margin: 34px auto;
    }
    #ingredients .nfoBox div {
		width: 95%;
		margin: 15px auto;
	}
	#ingredients .nfoBox h3 {text-align: center;}
}
@media (max-width: 425px) {
	h2 {font-size: 21px}
    header li a {font-size: 15px;}
    .buy-nfo p {}
    .old-price {}
    .price-info {font-size: 18px !important;}
    .info-box button {font-size: 14px;}
}
@media (max-width: 399px) { 
    .formBox .button {font-size: 15px;}
}

.shop {
    background-color: #ff1100;
    border-radius: 3px;
}
.shop a {color: #fff;}
.choice-tab {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    border: solid 6px #ffffff;
}
.choice-tab:hover, .active-tab {
	cursor: pointer;
	border: solid 6px #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
	-moz-box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
	box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
}
.orderBox {text-align: center;margin: 0 20px;}
.stars img {max-width: 25px;}
.raiting p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
}
.orderBox .button {margin: 10px auto 0;max-width: 320px;}
.name .raiting {
    width: 100%;
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.name .stars {
    width: 100%;
    max-width: 95px;
}
.name .stars img {
	max-width: 15px;
	margin: 0;
	vertical-align: inherit;
}
.name .raiting p {
    max-width: inherit;
    margin: 0;
    background-color: #a9d873;
    padding: 0 6px;
}
.section_05 .raiting {
    margin: 0 auto;
    text-align: center;
}
.section_05 .raiting p {
    max-width: initial;
    margin-top: 5px;
    font-weight: 100;
    font-size: 14px;
}
.section_05 .button {margin: 10px auto 0;}


.main-nav .secur {margin-left: 15px;}
.main-nav .secur img {
    max-height: 35px;
    margin: 0;
}
.raiting1 {
    max-width: 1093px;
    margin: 0 auto;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.raiting1 .stars {
	width: 92px;
	align-items: center;
	display: flex;
}
.raiting1 .stars img {
	max-width: 15px;
	margin: 1px;
}
.raiting1 p, .raiting p {
	font-size: 14px;
	font-weight: 100;
	max-width: inherit;
}
.salescard {
    margin: 20px auto;
    display: block;
}
.section_01 .productBox {margin: 0 20px;}
.section_04 .box {
    text-align: center;
    margin: 10px auto;
}
@media (max-width: 1019px) {
    .raiting1 {justify-content: center;}
}
@media (max-width: 425px) {
    .raiting1 {
    	flex-direction: column;
    	padding-left: 0;
    	text-align: center;
    }
	.raiting1 .stars {width: 77px;}
    .raiting1 .stars img {max-width: 12px;}
}
.name img {
    border-radius: 0;
    margin: 0;
    max-width: 297px;
    width: 100%;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
header {top: 0;}
header .logo {
    margin-left: 10px;
    max-width: 140px;
}
.main-nav a {font-size: 14px;}
.raiting1 p {/* color: #fff; */}
.orderBox .raiting p {max-width: 220px}
.section_01 h1 {
	/* color: #ffffff; */
	/* text-shadow: 1px 1px 4px rgba(0, 0, 0, 1); */
}
.section_01 {
    /* background: url(../images/christmas.png) repeat-x #c9e9ff; */
    /* margin-top: 62px; */
    /* padding: 10px 0 30px; */
}
.productBox .contentBox {max-width: inherit;}
.fiftin {text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);}
@media (max-width: 768px) {
    .productBox .contentBox {
    	flex-direction: column;
    	order: 1;
    }
    .section_01 .product {width: 100%;}
    .badgeBox {
		flex-direction: row;
		order: 2;
	}
	.section_01 ul {
		order: 2;
		margin-top:10px;
	}
}
.section_05 {/* background: url(../images/christmas.png) repeat-x #c9e9ff; */}
.section_05 h2 {
    /* color: #fff; */
    /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 1); */
}
.section_04 {/* background: url(../images/snowflakes_bg.jpg) repeat-x #fff; */}
.choice-tab .sale {
    font-size: 23px;
    margin-bottom: 15px;
    text-shadow: none;
    color: #f00;
    background-color: transparent;
}
.choice-tab .sale br {display: none;}
footer {
    background: #08293c;
    color: #fff;
}
footer a {color: #fff;}
.copyright {border-top: solid 1px #fff;}
.sale-box {}
.sale-box img {
    display: none;
    margin: 0 auto -8px;
}
.sale {
    font-family: 'Kaushan Script', cursive;
    color: #ff0000;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    background-color: rgb(255 255 255 / 96%);
    display: table;
    padding: 5px 15px 5px 10px;
    margin: 0 auto;
    border-radius: 8px;
}
.section_04 h2 {
	background-color: transparent;
	text-shadow: 1px 1px 4px rgb(255 255 255);
}
.section_04 h2 br {display: none;}
.choice-tab {
    /* background-color: rgb(255 255 255 / 73%); */
    border: none;
}
.choice-tab:hover, .active-tab {border: none;}

.snowflake {color: #fff;}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}

header .logo img {width: 100%;}
.poppage {padding: 50px 15px 15px;}
.contact-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.contact-box div {
    width: 100%;
    max-width: 370px;
}
.contact-box h3 {
    font-size: 21px;
    margin: 10px 0 0;
}
.contact-box div p {min-height: 102px;}
.contact-box iframe {width: 100%;}
@media (max-width: 1333px) {
	.contact-box {flex-direction: column;}
    .contact-box div {max-width: inherit;}
}