@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&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: 'Lato', 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;
    padding: 0;
    font-size: 35px;
}
img {border:0;}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header {
	background-color: #f8f8f8;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.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: 1100px;
    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;
}
.main-nav li {
    margin: 15px auto;
}
header .logo {
    display: inline-block;
    margin-left: 20px;
}
.navbar-toggle {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
    z-index: 9;
}
.active {display: block;}
@media screen and (min-width: 854px) {
    .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: 853px) {
	.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 .wrapper, #info, #ingredients, .section_04 {
    background: #235782;
    background: -moz-linear-gradient(top, #235782 0%, #2b81cc 53%, #18619c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #235782), color-stop(53%, #2b81cc), color-stop(100%, #18619c));
    background: -webkit-linear-gradient(top, #235782 0%, #2b81cc 53%, #18619c 100%);
    background: -o-linear-gradient(top, #235782 0%, #2b81cc 53%, #18619c 100%);
    background: -ms-linear-gradient(top, #235782 0%, #2b81cc 53%, #18619c 100%);
    background: linear-gradient(to bottom, #235782 0%, #2b81cc 53%, #18619c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235782', endColorstr='#18619c', GradientType=0 );
}
.section_01 .productBox, .section_02 .wrapper, .section_03 .wrapper, footer {
    background: -moz-linear-gradient(top, #8b8b8c 0%, #dadada 53%, #cccbcb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8b8b8c), color-stop(53%, #dadada), color-stop(100%, #cccbcb));
    background: -webkit-linear-gradient(top, #8b8b8c 0%, #dadada 53%, #cccbcb 100%);
    background: -o-linear-gradient(top, #8b8b8c 0%, #dadada 53%, #cccbcb 100%);
    background: -ms-linear-gradient(top, #8b8b8c 0%, #dadada 53%, #cccbcb 100%);
    background: linear-gradient(to bottom, #8b8b8c 0%, #dadada 53%, #cccbcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8c', endColorstr='#cccbcb', GradientType=0 );
}
header, section, .gallery {border-bottom: solid 5px #ffc447;}
.section_01 {
	overflow: auto;
	padding: 62px 0 0;
}
.section_01 .wrapper, .section_02 .wrapper, .section_03 .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.box {width: 50%;}
.productBox, .section_02 .box {
    padding: 60px 6% 60px 0;
    display: flex;
    justify-content: flex-end;
}
.productBox .contentBox {
    max-width: 320px;
    display: flex;
    align-items: center;
}
.badgeBox {flex-direction: column;}
.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;}
.formBox ul {
    max-width: 320px;
    margin: 0 0 0 9%;
    color: #fff;
    font-size: 21px;
    font-weight: 200;
}
.formBox li {
    margin: 15px 0;
    position: relative;
    padding-left: 25px;
}
.formBox 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;
	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;
}
#info {
    padding: 20px 6% 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
}
.section_02 h3 {
    max-width: 550px;
    color: #ffc447;
    font-weight: 400;
    font-size: 18px;
}
.section_02 h3 span {
    display: block;
    font-weight: 200;
    color: #fff;
    font-size: 16px;
}
.section_02 .box {
    padding: 0;
    justify-content: flex-start;
}
.collagen div {
    max-width: 550px;
    width: 100%;
    margin: 0 0 0 9%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collagen p {
    max-width: 370px;
    width: 100%;
    font-weight: 200;
}
.section_03 .wrapper {align-items: flex-start;}
.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;
}
#ingredients h2 {
    color: #ffc447;
    text-align: left;
    margin: 25px 20px;
}
#ingredients .nfoBox {
    max-width: 650px;
    margin: 0 0 0 7%;
}
#ingredients .nfoBox div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 15px 0;
}
#ingredients .nfoBox img {
    max-width: 120px;
}
#ingredients .nfoBox h3 {
    color: #ffc447;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    max-width: 420px;
}
#ingredients .nfoBox h3 span {
    display: block;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}
#tesimomials {
    background: url(../images/tesimomials_bg.png) right top;
    overflow: auto;
}
#tesimomials h2, .gallery h2 {
    color: #225882;
    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;
}
.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;
}
.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;
    font-weight: 200;
}

.gallery .wrapper {padding: 0;}
.gallery h2 {padding:0 10px;margin: 10px 0;}
.gallery img {width: 100%;}
.gallery .mob {display: none;}


.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: rgba(210, 210, 210, 0.73);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.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%;
}
.pack-one {max-width: 100px !important;}
.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;}
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 {flex-direction: column;}
    .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: 768px) {
    .section_01 .wrapper {flex-direction: column;}
    .box {width: 100%;}
    .section_01 .productBox {padding: 10px 0;}
    .section_01 .productBox div {margin: 0 auto;}
    .formBox ul {
		margin: 0 auto;
		width: 95%;
	}
    .formBox .button {margin: 25px auto;width: 92%;}
}
@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%;
		background-color: rgba(255, 255, 255, 0.2);
		margin: 15px auto;
	}
	#ingredients .nfoBox h3 {text-align: center;}
}
@media (max-width: 425px) {
	h2 {font-size: 21px}
    header li a {font-size: 15px;}
}
@media (max-width: 399px) { 
    .formBox .button {font-size: 15px;}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/