body,html{
	margin:0px;
	padding:0px;
}
body *{
	color:#141313;
	box-sizing: border-box;
	font-family:"Gotham" ,sans-serif;
}
.container{
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 64px;
	padding-right: 64px;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham_Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}



.container__check {
  display: flex;
  cursor:pointer;
  align-items: center;
  justify-content: flex-start;
}

.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: relative;
  top: 0;
  left: 0;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  border:1px solid #0ABAB5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.container__check input:checked ~ .checkmark {
  background-color: #0ABAB5;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container__check input:checked ~ .checkmark:after {
  display: block;
}

.container__check .checkmark:after {
  left: 5.2px;
  top: 1px;
  width:5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





.btn-regular.with-icon{
	text-align: left;
}
.btn-regular.round{
	border-radius: 250px;
}
.btn-regular.with-icon{
	padding-right: 4px;
}
.btn-regular .icon img{
	max-width: 100%;
}
.btn-regular .icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	margin-left: 16px;
}
.btn-regular{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	background-color:#0ABAB5;
	text-decoration: none;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 500;
	color:#fff;
	box-shadow:0px 0px 24px 0px rgba(10,186,181,.5);
	border-radius: 16px;
	border:1px solid rgba(255,255,255,.15);
	transition:.3s ease all;
}

.btn-outline.light:hover{
	color:#fff;
	border-color:rgba(255,255,255,.16);
	background-color:rgba(10,186,181,.21);
}
.btn-outline.light{
	color:#fff;
	backdrop-filter:blur(8px);
	border-color:rgba(255,255,255,.16);
	background-color:rgba(10,186,181,.01);
}
.btn-outline{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	background-color:rgba(10,186,181,.01);
	text-decoration: none;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 500;
	color:rgba(0,170,187,.6);
	border-radius: 16px;
	border:1px solid rgba(0,170,187,.6);
	transition:.3s ease all;
}

.btn-outline:hover{
  background-color: #f0fdfa;
  border-color: #009688;
  color: #009688;
}
.btn-regular:hover{
	background-color: rgb(0, 150, 136);
    transform: translateY(-2px);
    box-shadow: rgba(10, 186, 181, 0.627) 0px 4px 32px 0px;
}


/*ARTICLE GRID*/



.article__grid .after__text>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	color:#141313;
	text-align: center;
	opacity:.64;
}
.article__grid .after__text{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.article__grid.updated{
	background-color:#E8F8F6;
}
.article__grid .grid .elem:nth-child(3n){
	border-right:0px;
}
.article__grid .grid .elem:nth-child(1) , .article__grid .grid .elem:nth-child(2) , .article__grid .grid .elem:nth-child(3){
	border-top:0px;
}
.article__grid .grid .elem{
	border-top:1px solid #D8D8D8;
}
.article__grid .grid .elem  .desc>p{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 120%;
	color:#000000;
	font-weight: 500;
	letter-spacing: -0.01em;
}
.article__grid .grid .elem  .desc>span{
	display: block;
	text-align: center;
	color:#1C1C1C;
	opacity:.64;
	font-size: 22px;
	line-height: 150%;
	min-height: 108px;
}
.article__grid .grid .elem:last-child{
	border-right:0px;
}
.article__grid .grid .elem{
	border-right:1px solid #D8D8D8;
}
.article__grid .grid .elem .media{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.article__grid .grid .elem{
	display: flex;
	padding:48px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 462px;
	text-align: center;
}
.article__grid .grid{
	display: grid;
	grid-template-columns: repeat(3 ,1fr);
	border-bottom:1px solid #D8D8D8;
	border-top:1px solid #D8D8D8;
}
.article__grid{
	padding-top: 120px;
	padding-bottom: 120px;
}
.article__grid .btn-box{
	margin-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.article__grid .top__part>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	color:#1C1C1C;
	opacity:.64;
}
.article__grid .top__part>h2{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
	color:#221D1F;
}
.article__grid .top__part{
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 60px;
}

.article__grid.updated .outer__article-grid .grid .elem{
		min-height: 360px;
	}

/*ARTICLE GRID*/


/*Footer*/
footer{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #E8F8F6;
}
footer .top__footer>.column>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
footer .top__footer>.column>ul>li>a:hover{
	opacity:1;
}
footer .top__footer>.column>ul>li>a{
	opacity:.64;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	text-decoration: none;
	transition:.3s ease all;
}
footer .top__footer>.column>ul>li{
	padding:12px 0px;
}
footer .top__footer>.column>p{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 150%;
	font-weight: 500;
}
footer .top__footer{
	display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(180px, 0.806fr) minmax(150px, 0.621fr) minmax(250px, 1.124fr);
}
footer .bottom__footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .bottom__footer>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	font-weight: 400;
}
footer .bottom__footer>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
footer .bottom__footer>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
}
footer .bottom__footer>ul>li>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	border-radius: 250px;
	border:1px solid #141313;
	background-color:rgba(239,230,220,.01);
	transition:.3s ease all;
}
footer .bottom__footer>ul>li>a:hover{
	background-color:rgba(239,230,220,.05);
}
footer .bottom__footer>ul>li:last-child{
	margin-right: 0px;
}
footer .bottom__footer{
	margin-top: 80px;
	padding-top: 32px;
	border-top:1px solid rgba(20,19,19,.15);
}
footer .column>form{
	width: 100%;
}
footer .column>form .group__input{
	width: 100%;
}
footer .column>form .group__input>input{
	width: 100%;
	height: 57px;
	padding-bottom: 24px;
	font-size: 22px;
	outline:none;
	line-height: 33px;
	background-color: transparent;
	padding-right: 40px;
	border:0px;
	border-bottom:1px solid rgba(20,19,19,.24);
}
footer .column>form{
	position: relative;
}
footer .column>form button:hover{
	transform:scale(1.09);
}
footer .column>form button{
	position: absolute;
	top:11.5px;
	right:0px;
	cursor:pointer;
	width: 32px;
	transition:.2s ease all;
	height: 32px;
	display: inline-flex;
	align-items: flex-start;
	background-color: transparent;
	border:0px;
	outline:none;
	padding:0px;
}
/*FOOTER*/

/*CARD BLOCK*/
.card__block .container{
	padding-left: 24px;
	padding-right: 24px;
}

.card__block .outer__card{
	border-radius: 32px;
	overflow:hidden;
	background-color:#E8F8F6;
}
.card__block .outer__card .desc .inner .btn-box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.card__block .outer__card .desc .inner>p{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 150%;
	opacity:.64;
}
.card__block .outer__card .desc .inner>h2{
	margin-top: 0px;
	margin-bottom: 36px;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
	
}
.card__block .outer__card .desc .inner{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.card__block .outer__card .desc{
	width: 53.23%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:80px 56px;
}

.card__block .outer__card .media{
	width: 46.77%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card__block .outer__card .media>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card__block .outer__card{
	display: flex;
	justify-content: space-between;
}
/*CARD BLOCK*/


/*TESTIMONIALS*/
.testimonials__slider{
	padding-top: 112px;
	padding-bottom: 112px;
}
.testimonials__slider .slick-slide {
      margin: 0 16px;
  }
.testimonials__slider .slick-list {
      margin: 0 -16px;
  }
.testimonials__slider .outer__testimonials .slide .inner>.stars>ul>li:last-child{
	margin-right: 0px;
}
.testimonials__slider .outer__testimonials .slide .inner{
	max-width: 954px;
	margin-left: auto;
	margin-right: auto;
}
.testimonials__slider .outer__testimonials .slide .inner>p{
	text-align: center;
	font-size: 48px;
	line-height: 64px;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin:0px;
}
.testimonials__slider .outer__testimonials .slide .inner>.stars>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}


.testimonials__slider .outer__testimonials .slide .inner .author>span img{
	min-width: 56px;
	max-width: 56px;
	border-radius: 250px;
	min-height: 56px;
	max-height: 56px;
	object-fit: cover;
}
.testimonials__slider .outer__testimonials .slide .inner .author>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	text-transform: uppercase;
}
.testimonials__slider .outer__testimonials .slide .inner .author>span{
	display: inline-flex;
	align-items: center;
	border-radius: 250px;
	overflow:hidden;
	margin-bottom: 16px;
	justify-content: center;
	border:2px solid #F1F9F9;
}
.testimonials__slider .outer__testimonials .slide .inner .author{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
}
.testimonials__slider .outer__testimonials .slide .inner>.stars>ul{
	display: flex;
	padding:0px;
	list-style-type: none;
	margin:0px;
	align-items: center;
	margin-bottom: 48px;
	justify-content: center;
}

.testimonials__slider .slick-dots li{
	margin:0px 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.testimonials__slider .slick-dots li.slick-active button{
	background-color:#0ABAB5;
}
.testimonials__slider .slick-dots li button{
	padding:0px;
	font-size: 0px;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	max-height: 8px;
	border-radius: 250px;
	transition:.3s ease all;
	cursor:pointer;
	border:0px;
	background-color:rgba(20,19,19,.24);
}
.testimonials__slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	padding:0px;
	position: static;
	margin:0px;
	margin-top: 48px;
}
/*TESTIMONIALS*/


/*ARTICLE STEPS*/
.article__steps .btn-box{
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.article__steps .outer__article .grid.double{
	display: flex;
	justify-content: center;
}
.article__steps{
	padding-top: 112px;
	padding-bottom: 112px;
}
.article__steps .outer__article .grid .elem>.desc>p{
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.02em;
	font-weight: 500;
	text-align: center;
}

.article__steps .outer__article .grid .arrow:nth-child(2)>img{
	position: relative;
	left:15px;
}
.article__steps .outer__article .grid .arrow:nth-child(4)>img{
	position: relative;
	left:-15px;
}
.article__steps .outer__article .grid .arrow>img{
	max-width: 190px;
	position: relative;
	top:120px;
}
.article__steps .outer__article .grid .arrow{
	display: flex;
	align-items: flex-start;
}
.article__steps .outer__article .grid .elem>.desc>span{
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 150%;
	opacity:.64;
}
.article__steps .outer__article .grid .elem>.desc{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.article__steps .outer__article .grid .elem .media{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 235px;
	margin-bottom: 30px;
}
.article__steps .outer__article .grid .elem>.counter{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	max-width: 36px;
	min-height: 36px;
	max-height: 36px;
	border-radius: 250px;
	background-color: #141313;
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	position: absolute;
	top:0px;
	left:0px;
	color:#fff;
}
.article__steps .outer__article .grid .elem{
	max-width: 235px;
	position: relative;
}
.article__steps .outer__article .grid{
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.article__steps .outer__article>.top>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	opacity:.64;
}
.article__steps .outer__article>.top>h2{
	margin:0px;
	margin-bottom: 12px;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
}
.article__steps .outer__article>.top{
	text-align: center;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
/*ARTICLE STEPS*/


/*FEATURED PRODUCTS*/
.featured__products{
	padding-top: 120px;
	padding-bottom: 120px;
}
.featured__products .container{
	padding-left: 24px;
	padding-right: 24px;
}
.featured__products .top{
	margin-bottom: 80px;
}
.featured__products .top ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.featured__products .top ul>li.spacer{

	min-height: 52px;
	min-width: 1px;
	background-color: #141313;
	opacity:.08;
	margin:0px 24px;
}
.featured__products .top ul>li.elem>span{

	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
}
.featured__products .top ul>li.elem>img{
	margin-right: 9px;
}
.featured__products .top ul>li.elem{
	display: inline-flex;
	align-items: center;
	min-width: 174px;
	justify-content: center;
	min-height: 52px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 13px;
	border:1px solid rgba(20,19,19,.1);
}
.featured__products .top ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.featured__products .top ul{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
.featured__products .top>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	opacity:.64;
}
.featured__products .top>h2{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
	
}
.featured__products .top{
	display: flex;
	flex-direction: column;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.featured__products .slider .slide .inn>.tag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 42px;
	background-color:#fff;
	border-radius: 100px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 14px;
	font-weight: 500;
	color:#121212;
	line-height: 24px;
}
.featured__products .slider .slide .inn .desc .btn-box{
	margin-top: 24px;
}
.featured__products .slider .slide .inn .desc>span{
	font-size: 22px;
	line-height: 150%;
	color:#fff;
}
.featured__products .slider .slide .inn{
	position: relative;
}
.featured__products .slider .slide .inn>.tag , .featured__products .slider .slide .inn .desc{
	position: relative;
	z-index: 2;
}
.featured__products .slider .slide .inn:before{
	content:"";
	position: absolute;
	left:0px;
	border-radius: 32px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: #141313;
	opacity:.5;
}
.featured__products .slick-slide {
    margin: 0 12px;
}
.featured__products .slick-list {
    margin: 0 -12px;
}
.featured__products .slider .slide .inn .desc>p{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	color:#FFFFFF;
	line-height: 29px;
	font-weight: 500;
}
.featured__products .slider .slide .inn{
	width: 100%;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:42px;
}
.featured__products .slider .slide{
	height: 790px;
	display: flex;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	border-radius: 32px;
}
.featured__products .slider .slide .inn .desc > span{
	display: block;
	overflow: hidden;
	max-height: 33px;
}
.featured__products .slider .slide .inn .desc .btn-box{
	display: none;
}

.featured__products .bottom__controls{
	margin-top: 24px;
	min-height: 48px;
	display: flex;
	align-items: center;
}
.featured__products .slick-prev{
	bottom:-72px;
	position: absolute;
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	border-radius: 250px;
	background:url('../img/btn-back.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	background-color:#0ABAB5;
	cursor:pointer;
	font-size:0px;
	border:0px;
	right: 72px;
	outline:none;
	transition:.3s ease all;
}

.featured__products .slick-prev:hover , .featured__products .slick-next:hover{
	background-color: rgb(0, 150, 136);
}
.featured__products .slick-next{
	bottom:-72px;
	padding:0px;
	right:0px;
	position: absolute;
	min-width: 48px;
	cursor:pointer;
	max-width: 48px;
	min-height: 48px;
	background:url('../img/btn-next.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	max-height: 48px;
	border-radius: 250px;
	background-color:#0ABAB5;
	font-size:0px;
	border:0px;
	outline:none;
	transition:.3s ease all;
}
.featured__products .bottom__controls>ul li{
	margin-right: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.featured__products .bottom__controls>ul li.slick-active button{
	background-color: #000;
}
.featured__products .bottom__controls>ul li button{
	font-size: 0px;
	background-color: transparent;
	border:0px;
	cursor:pointer;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	padding:0px;
	max-height: 8px;
	border-radius: 250px;
	background-color:rgba(0,0,0,.24);
}
.featured__products .bottom__controls>ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.featured__products .bottom__controls>ul{
	position: static;
}

/*FEATURED PRODUCTS*/



/*BESTSELLERS BOX*/

.bestsellers__box .outer__bestsellers>.top>h2{
	margin-top: 0px;
}
.bestsellers__box{
	padding-top: 120px;
	padding-bottom: 120px;
}
.bestsellers__box .outer__bestsellers>.top>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	opacity:.64;
}
.bestsellers__box .outer__bestsellers>.top>h2{
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
	margin-bottom: 24px;
}
.bestsellers__box .outer__bestsellers .grid>.elem:nth-child(1){
	padding-right: 24px;
}
.bestsellers__box .btn-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.bestsellers__box .outer__bestsellers .grid>.elem:nth-child(4){
	padding-left: 30px;
}
.bestsellers__box .outer__bestsellers .grid>.elem:last-child:before{
	content:none;
}
.bestsellers__box .outer__bestsellers .grid>.elem:last-child{
	border-right: 0px;
}
.bestsellers__box .outer__bestsellers .grid>.elem.longer{
	max-width: 355px;
	padding-left: 30px;
	padding-right: 30px;
}
.bestsellers__box .outer__bestsellers .grid>.elem:before{
	content:"";
	position: absolute;
	right:-1px;
	top:0px;
	width: 2px;
	height: 42px;
	background-color: #0ABAB5;
}
.bestsellers__box .outer__bestsellers .grid>.elem{
	position: relative;
	border-right:1px solid rgba(0,0,0,.1);
}
.bestsellers__box .outer__bestsellers .grid>.elem>.desc>span{
	font-size: 22px;
	line-height: 150%;
	opacity:.64;
}
.bestsellers__box .outer__bestsellers .grid>.elem>.desc>p{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}
.bestsellers__box .outer__bestsellers .grid>.elem>.desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.bestsellers__box .outer__bestsellers .grid>.elem>.media{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	margin-bottom: 32px;
	max-width: 96px;
	min-height: 96px;
	max-height: 96px;
	background-color:#0ABAB5;
	border-radius: 16px;
}
.bestsellers__box .outer__bestsellers .grid>.elem{
	width: 100%;
	max-width: 305px;
}
.bestsellers__box .outer__bestsellers .grid{
	display: flex;
	justify-content: space-between;
}
.bestsellers__box .outer__bestsellers>.top{
	text-align: center;
	margin-bottom: 80px;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/*BESTSELLERS BOX*/


/*COMPARE BOX*/
.compare__box{
	padding-top: 120px;
	padding-bottom: 120px;
}
.compare__box .top>h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
}
.compare__box .top .btn-box{
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.compare__box .top>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	opacity:.64;
	text-align: center;
}
.compare__box .top{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
/*COMPARE BOX*/

/*HERO SECTION*/
.hero__section .slide>.inn{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	position: relative;
}
.hero__section .slide>.inn{
	padding-left: 16px;
	padding-right: 16px;
}
.hero__section .slide>.inn:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	/*background: radial-gradient(circle, rgba(20, 19, 19, 0) 0%, rgba(20, 19, 19, 0.8) 100%);*/
	background:rgba(20, 19, 19, 0.5);
}
.hero__section .slide>.inn>h2{
	margin-top: 0px;
	font-size: 64px;
	margin-bottom: 24px;
	text-align: center;
	line-height: 110%;
	font-weight: 500;
	color:#fff;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 2;
}
.hero__section .slick-dots>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}
.hero__section .slick-dots>li:last-child{
	margin-right: 0px;
}
.hero__section .slick-dots>li.slick-active>button{
	background-color:rgba(255,255,255,1);
}
.hero__section .slick-dots>li>button{
	font-size:0px;
	padding:0px;
	background:none;
	border:0px;
	min-width: 14px;
	max-width: 14px;
	min-height: 14px;
	max-height: 14px;
	cursor:pointer;
	transition:.3s ease all;
	border-radius: 250px;
	background-color:rgba(255,255,255,.4);
}
.hero__section .slick-dots{
	position: absolute;
	bottom:66px;
	margin:0px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding:0px;
}
.hero__section .slide>.inn .btn-box{
	position: relative;
	z-index: 2;
}
.hero__section .slide>.inn>p{
	position: relative;
	z-index: 2;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-size: 22px;
	line-height: 150%;
	color:#FFFFFF;
	text-align: center;
}
.hero__section .slide>.inn{
	min-height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/*HERO SECTION*/
/*COMPLETE STACK*/
.complete__stack{
	padding-top: 100px;
	padding-bottom: 100px;
}

.complete__stack .grid{

	margin-bottom: 60px;
}
.complete__stack .grid .elem{
	width: 100%;
}
.complete__stack .grid .elem>.media>img{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.complete__stack .grid .elem>.desc .controls>a{
	width: 100%;
	margin-bottom: 16px;
}
.complete__stack .grid .elem>.desc .controls>a:last-child{
	margin-bottom: 0px;
}
.complete__stack .grid .elem>.desc .controls{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.complete__stack .grid .elem>.desc{
	width: 100%;
}
.complete__stack .grid .elem>.desc .price>p{
	margin:0px;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.02em;
	font-weight: 500;
}
.complete__stack .grid .elem>.desc>span{
	display: block;
	font-size: 16px;
	line-height: 24px;
	opacity:.64;
	margin-bottom: 12px;
}
.complete__stack .grid .elem>.desc>p{
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.complete__stack .grid .elem>.media{
	position: relative;
	padding-bottom: 100%;
	width: 100%;
	overflow: hidden;
	background-color:#EFEFEF;
	margin-bottom: 24px;
	border-radius: 8px;
	border:1px solid #E7E7E7;
}
.complete__stack .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 28px;
}
.complete__stack .outer__complete>.top{
	text-align: center;
	margin-bottom: 60px;
}
.complete__stack .outer__complete .grid{
	display: grid;
	grid-template-columns: repeat(3 ,1fr);
	grid-column-gap: 28px;
}
.complete__stack .outer__complete .btn-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.complete__stack .outer__complete>.top>p{
	margin:0px;
	font-size: 20px;
	line-height: 34px;
	opacity:.64;
}
.complete__stack .outer__complete>.top>h2{
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
}
.complete__stack .grid .elem{
	padding-bottom: 148px;
	position: relative;
}
.complete__stack .grid .elem>.desc{
	padding-bottom: 0px;
}
/*COMPLETE STACK*/

/*Product SECTION*/
.product__section{
	padding-top: 120px;
	padding-bottom: 120px;
}
.product__section .outer__product .desc .accordion.opened>.head>span>.plus{
	opacity:0;
}
.product__section .outer__product .desc .accordion.opened>.head>span>.minus{
	opacity:1;
}
.product__section .outer__product .desc .pick-option{
	margin-top: 40px;
}

.product__section .outer__product .desc .pick-option>.pick-elem{
	width: 100%;
	margin-bottom: 14px;
}
.product__section .outer__product .desc .pick-option>.pick-elem{
	cursor:pointer;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail .circle{
	position: relative;
}
.product__section .outer__product .desc .pick-option>.pick-elem.picked .circle:before{
	content:"";
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
	width: 7px;
	height: 7px;
	border-radius: 250px;
	background-color: #fff;
}
.product__section .outer__product .desc .pick-option>.pick-elem.picked .circle{
	background-color: #0ABAB5;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail{
	padding:16px;
	border:1px solid #EFE6DC;
	border-radius: 10px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail .circle{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	max-width: 16px;
	min-height: 16px;
	max-height: 16px;
	border:1px solid #0ABAB5;
	border-radius: 250px;
	margin-right: 12px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail .top__part>.double__desc>.right>span{
	padding-left: 10px;
	padding-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color:#131212;
	border-radius: 250px;
	min-height: 20px;
	font-size: 12px;
	line-height: 16px;
	color:#fff;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.product__section .outer__product .desc .pick-option>.pick-elem .top__part>.double__desc{
	width: 100%;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail .top__part>.double__desc>.right>p{
	margin:0px;
	margin-right: 8px;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail .top__part>.double__desc>.right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail .top__part>.double__desc>.left>p{
	margin:0px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail .top__part>.double__desc{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__section .outer__product .desc .pick-option>.pick-elem.retail .top__part{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__section .outer__product .desc .pick-option>.pick-elem:last-child{
	margin-bottom: 0px;
}
.product__section .outer__product .desc{
	max-width: 616px;
	width: 100%;
}
.product__section .outer__product .desc .reviews>ul>li:last-child{
	margin-right: 0px;
}
.product__section .outer__product .desc .reviews>span{
	font-size: 18px;
	line-height: 24px;
	color:#2A2A2A;
	font-weight: 400;
}
.product__section .outer__product .desc .reviews>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 2.4px;
}
.product__section .outer__product .desc .details>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.product__section .outer__product .desc .details>ul>li.spacer{
	min-height: 18px;
	min-width: 1px;
	margin:0px 14px;
	background-color:rgba(0,0,0,.16);
}
.product__section .outer__product .desc .details>ul>li>a span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}
.product__section .outer__product .desc .details>ul>li>a:hover{
	color:#0ABAB5;
}
.product__section .outer__product .desc .details>ul>li>a{
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	transition:.3s ease all;
	justify-content: flex-start;
}
.product__section .outer__product .desc .details>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	line-height: 14px;
	font-weight: 500;
	color:#121212;
	letter-spacing: 0.21px;
}
.product__section .outer__product .desc .details{
	margin-bottom: 40px;
}
.product__section .outer__product .desc .shop__info{
	margin-bottom: 40px;
	border:1px solid rgba(0,0,0,.08);
}
.product__section .outer__product .desc .shop__info>ul>li>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;	
	margin-right: 8px;
}
.product__section .outer__product .desc .shop__info>ul>li:last-child{
	margin-bottom: 0px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part{
	margin-top: 6px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part>p{
	margin:0px;
	font-size: 18px;
	line-height: 18px;
	color:#4B4B4B;

}
.product__section .outer__product .desc .pick-option>.pick-elem.vip{
	border:1px solid rgba(0,0,0,.08);
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .field{
	width: 100%;
	margin-bottom: 12px;
}
.product__section  .slider__product .horizontal-product{
	margin-top: 16px;
}
.product__section  .slider__product .horizontal-product .slide .inn>img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__section  .slider__product .horizontal-product  .slick-slide {
  margin: 0 8px;
}
.product__section  .slider__product .horizontal-product   .slick-list {
  margin: 0 -8px;
}
.product__section  .slider__product .main-slider .slick-prev{
	background:url('../img/btn-back.svg');
	background-repeat: no-repeat;
	background-size: 26px;
	background-color: #0ABAB5;
	z-index: 2;
	left:24px;
	background-position: center;
	cursor:pointer;
}
.product__section  .slider__product .main-slider .slick-next{
	background:url('../img/btn-next.svg');
	background-repeat: no-repeat;
	background-size: 26px;
	right:24px;
	background-color: #0ABAB5;
	cursor:pointer;
	z-index: 2;
	background-position: center;
}
.product__section  .slider__product .main-slider .slick-prev:hover , .product__section  .slider__product .main-slider .slick-next:hover{
    background-color: rgb(0, 150, 136);
  transform: translateY(-50%) scale(1.1);
  box-shadow: rgba(0, 184, 169, 0.4) 0px 4px 12px;
}
.product__section  .slider__product .main-slider .slick-prev , .product__section  .slider__product .main-slider .slick-next{
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	max-height: 48px;
	border-radius: 250px;
	font-size:0px;
	border:0px;
	padding:0px;
	outline:none;
	transition:.3s ease all;
}
.product__section  .slider__product .horizontal-product{
	cursor:drag;
}
.product__section  .slider__product .horizontal-product .slide .inn{
	padding-bottom: 87.2%;
	background-color:#FAFAFA;
	border-radius: 20px;
	overflow:hidden;
	border:1px solid rgba(0,0,0,.08);
	position: relative;
	width: 100%;
}
.product__section  .slider__product .main-slider .inn>img{
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
	object-fit: cover;
	height: 100%;
}
.product__section  .slider__product .main-slider{
	margin-bottom: 16px;
}
.product__section  .slider__product .main-slider .inn{
	padding-bottom: 97%;
	position: relative;
	background-color:#FAFAFA;
	border:1px solid rgba(0,0,0,.08);
	border-radius: 20px;
	overflow:hidden;
	width: 100%;
}
.product__section .outer__product{
	gap:80px;
}
.product__section  .slider__product{
	width: calc(50% - 40px);
}
.product__section .outer__product .desc{
	width: calc(50% - 40px);
}
.product__section .outer__product .desc{
	max-width: none;
}
.product__section .outer__product .desc .pick-option{
	margin-bottom: 24px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip {
	padding-left: 45px!important;
	position: relative;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip  .circle{
	position: absolute;
	top:26px;
	left:17px;
	width: 16px;
	height: 16px;
	border:1px solid #0ABAB5;
	border-radius: 250px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .field>select{
	width: 100%;
	border-radius: 8px;
	border:1px solid rgba(28,28,28,.08);
	font-size: 18px;
	color:#232323;
	letter-spacing: 0.28px;
	outline:none;
	height: 58px;
	padding-left: 16px;
	padding-right: 30px;
	-moz-appearance: none;
  -webkit-appearance: none;
  background:url('../img/select-arrow.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 16px) center;
  background-color: #fff;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .subscribe{
	margin-bottom: 16px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe .subscribe-right>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 16px;
	color:#FFFFFF;
	font-weight: 500;
	border-radius: 250px;
	letter-spacing: -0.02em;
	background-color:#6E6E6E;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe .subscribe-right>p{
	margin:0px;
	font-size: 18px;
	line-height: 22px;
	color:#6E6E6E;
	font-weight: 500;
	text-decoration: line-through;
	margin-right: 8px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe .subscribe-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe>p{
	margin:0px;
	font-size: 18px;
	line-height: 21px;
	color:#4B4B4B;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .top__part .double__desc p{
	margin:0px;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	color:#0C0C0D;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .top__part .double__desc{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .top__part{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip{
	padding-top: 24px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 24px;
	background-color:#E8F8F6;
	border-radius: 10px;
}
.product__section .outer__product .desc .shop__info>ul>li{
	display: inline-flex;
	align-items: center;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 30px;
	color:rgba(20,19,19,.64);
	justify-content: flex-start;
}
.product__section .outer__product .desc .shop__info>ul{
	padding:0px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin:0px;
}
.product__section .outer__product .desc .shop__info>p{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.product__section .outer__product .desc .shop__info{
	padding:42px 32px;
	background-color:#E8F8F6;
	border-radius: 10px;
}
.product__section .outer__product .desc  .btn-box{
	width: 100%;
	margin-bottom: 24px;
}
.product__section .outer__product .desc .quantity{
	margin-bottom: 24px;
}
.product__section .outer__product .desc .quantity .field>a.quantity-minus{
	left:12px;
}
.product__section .outer__product .desc .quantity .field>a.quantity-plus{
	right:12px;
}
.product__section .outer__product .desc .quantity .field>a:hover{
	background-color:rgba(10,186,181,.1);
}
.product__section .outer__product .desc .quantity .field>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	border-radius: 8px;
	transition:.3s ease all;
	max-height: 24px;
}
.product__section .outer__product .desc .quantity .field>input{
	width: 100%;
	height: 56px;
	border-radius: 10px;
	text-align: center;
	outline: none;
	font-size: 22px;
	color:#232323;
	border:1px solid rgba(28,28,28,.08);
}
.product__section .outer__product .desc .quantity .field{
	width: 172px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product__section .outer__product .desc .quantity>p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
}
.product__section .outer__product .desc  .btn-box>a{
	width: 100%;
	font-size: 20px;
}
.product__section .outer__product .desc .reviews>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 12px;
}
.product__section .outer__product .desc .reviews{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	justify-content: flex-start;
}
.product__section .outer__product .desc>h2{
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 54px;
	font-weight: 500;
}
.product__section .outer__product .desc>.tag{
	min-height: 33px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	background-color:#131212;
	border-radius: 41px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color:#fff;
}
.product__section .outer__product{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.product__section .outer__product .desc .accordion{
	width: 100%;
}
.product__section .outer__product .desc .accordion .content>.elem>span span{
	font-weight: 500;
}
.product__section .outer__product .desc .accordion .content>.elem>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300;
}
.product__section .outer__product .desc .accordion .content>.elem>span{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
}
.product__section .outer__product .desc .accordion .content>.elem>p{
	margin-top: 0px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 5px;
}
.product__section .outer__product .desc .accordion .content{
	border-bottom:1px solid rgba(0,0,0,.16);
	display: none;
	padding:20px 0px;
}
.product__section .outer__product .desc .accordion .content>.elem{
	margin-bottom: 40px;
}
.product__section .outer__product .desc .accordion .content>.elem:last-child{
	margin-bottom: 0px;
}
.product__section .outer__product .desc .accordion>.head{
	padding-top: 27px;
	border-bottom:1px solid rgba(0,0,0,.16);
	padding-bottom: 27px;
	cursor:pointer;
}
.product__section .outer__product .desc .accordion>.head>span>img.plus{
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
	transition:.3s ease all;
}
.product__section .outer__product .desc .accordion>.head>span>img.minus{
	transition:.3s ease all;
	position: absolute;
	left:50%;
	opacity:0;
	top:50%;
	transform:translate(-50% ,-50%);
}
.product__section .outer__product .desc .accordion>.head>span{
	display: inline-flex;
	align-items: center;
	position: relative;
	justify-content: center;
	min-width: 32px;
	max-width: 32px;
	min-height: 32px;
	max-height: 32px;
	border-radius: 250px;
	background-color:#0ABAB5;
	border-radius: 250px;
}
.product__section .outer__product .desc .accordion>.head>p{
	margin:0px;
	font-size: 20px;
	color:#0C0C0D;
	font-weight: 500;
	line-height: 25px;
}
.product__section .outer__product .desc .accordion>.head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*Product SECTION*/

/*CTA BOX*/
.cta__box.bigger .outer__cta{
	min-height: 800px;
}
.cta__box{
	position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.cta__box .outer__cta{
	padding-top: 120px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cta__box .outer__cta>p{
	text-align: center;
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 150%;
	color:#FFFFFF;
	margin-top: 0px;
}
.cta__box .outer__cta .btn-box{
	margin-top: 18px;
}
.cta__box .outer__cta>h2{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 64px;
	font-weight: 500;
	color:#FFFFFF;
}
.cta__box .outer__cta{
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.cta__box:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	/*background: radial-gradient(circle, rgba(20, 19, 19, 0) 0%, rgba(20, 19, 19, 0.8) 100%);*/
	background:rgba(20, 19, 19, 0.5);
}
/*CTA BOX*/


/*ARTICLE*/
.article .product-cta-list{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
.bubbles-box.four-elements .bubble{
	min-width: 124px;
	max-width: 124px;
	min-height: 124px;
	max-height: 124px;
}
.bubbles-box{
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	justify-content: space-between;
	position: relative;
}
.bubbles-box:before{
	content:"";
	position: absolute;
	top:50%;
	width: 100%;
	height: 2px;
	background-color: #0ABAB5;
	left:0px;
	transform:translateY(-50%);
}
.bubbles-box .bubble{
	background-color: #fff;
	position: relative;
}

.bubbles-box .bubble span{
	font-size: 14px;
	line-height: 22px;
	color:#141313;
	padding-left: 10px;
	padding-right: 10px;
	opacity:.64;
	font-weight: bold;
}
.bubbles-box .bubble{

	min-width: 100px;
	max-width: 100px;
	min-height: 100px;
	max-height: 100px;
	border-radius: 250px;
	border:2px solid #0ABAB5;
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.article .outer__article>.desc>span.subtitle{
	opacity:1;
	margin-bottom: 12px;
}
.article .outer__article>.desc>span span{
	color:#141313;
	font-weight: bold;
}
.article .product-cta-list>li>span img{
	min-width: 26px;
	max-width: 26px;
}
.article .product-cta-list>li>span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2.5px;
  margin-right: 10px;
}
.article .product-cta-list>li{
  display: flex;
  font-size: 20px;
  line-height: 34px;
  color: rgba(20, 19, 19, .64);
  align-items: flex-start;
  justify-content: flex-start;
}
.article .outer__article .desc .btn-box.smaller-space{
	margin-top: 32px;
}
.article .outer__article .desc  .after>span{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color:#141313;
	opacity:.64;
}
.article .outer__article.centered{
	align-items: center;
}
.article .outer__article .media.min-square{
	min-height: 596px;
}
.article .outer__article .desc  .after{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
}
.article{
	padding:120px 0px;
}
.article .outer__article .desc>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 48px;
	line-height: 56px;
	color:#221D1F;
	font-weight: 500;
}
.article .outer__article .desc .list{
	width: 100%;
}
.article .outer__article .desc .list>.el>.text>span{
	display: block;
	font-size: 22px;
	line-height: 143%;
	color:#464646;
	font-weight: 400;
}
.article .outer__article .desc .list>.el>.text>p{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 143%;
	font-weight: 500;
	color:#464646;
}
.article .outer__article .desc .list>.el>.text{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.article .outer__article .desc .list>.el>span{
	display: inline-flex;
	align-items:center;
	justify-content: center;
	position: relative;
	top:3px;
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
	border-radius: 250px;
	background-color: #0ABAB5;
	font-size: 20px;
	line-height: 30px;
	color:#fff;
	font-weight: bold;
	margin-right: 12px;
}

.article .outer__article .desc .btn-box{
	display: flex;
	justify-content: flex-start;
	margin-top: 48px;
}
.sub-topic:last-child{
	margin-bottom: 0px;
}
.sub-topic>span{
	margin-bottom: 10px;
}
.sub-topic>span:last-child{
	margin-bottom: 0px;
}
.sub-topic.small{
	margin-bottom: 32px;
}
.sub-topic{
	margin-bottom: 48px;
}
.sub-topic ul:last-child{
	margin-bottom: 0px;
}
.sub-topic ul>li{
	margin-bottom: 20px;
}
.sub-topic ul>li:last-child{
	margin-bottom: 0px;
}
.sub-topic ul>li>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	position: relative;
	top:1px;
}
.sub-topic ul>li>span img{
	min-width: 30px;
	max-width: 30px;
	border-radius: 250px;
	box-shadow:0px 0px 0px 4px rgba(10,186,181,.36);
}
.sub-topic ul>li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 22px;
	line-height: 150%;
	color:rgba(20,19,19,.64);
}
.sub-topic>span{
	display: block;
	font-size: 22px;
	line-height: 143%;
	color:#464646;
	opacity:.64;
	font-weight: 400;
}

.sub-topic ul:last-child{
	margin-bottom: 0px;
}
.sub-topic ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	margin-bottom: 48px;
}
.sub-topic>p{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 32px;
	color:#141313;
	font-weight: 500;
}
.article .outer__article .desc .list{
	margin-bottom: 48px;
}
.article .outer__article .desc .list>.el:last-child{
	margin-bottom: 0px;
}
.article .outer__article .desc>span:last-child{
	margin-bottom: 0px;
}
.article .outer__article .desc>span{
	display: block;
	font-size: 22px;
	line-height: 150%;
	color:#141313;
	opacity:.64;
	margin-bottom: 32px;
}
.article .outer__article .desc .list>.el{
	padding-bottom: 20px;
	display: flex;
	margin-bottom: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom:1px solid rgba(9,9,9,.17);
}
.article .outer__article .desc{
	max-width: 585px;
	width: 100%;
}
.article .outer__article{
	display: flex;
	justify-content: space-between;
	gap:80px;
}
.article .outer__article .media>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article .outer__article .media.blurred:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	background-color:rgba(0,0,0,.5);
	backdrop-filter:blur(10px);
	z-index: 2;
}
.article .outer__article .media.blurred .diagram>img{
	max-width: 255px;
}
.article .outer__article .media.blurred>img , .article .outer__article .media>img{
	border-radius: 32px;
}
.article .outer__article .media .diagram{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 3;
}
.article .outer__article .media>img{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article .outer__article .media{
	position: relative;
	width: 100%;
	max-width: 647px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*ARTICLE*/

/*COMPARE*/
.compare-inner{
	width: 100%;
	aspect-ratio: 1312 / 748;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
	touch-action: none;
}
.compare-inner .before,
.compare-inner .after{
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.compare-inner .before{ left: 0; width: 50%; }
.compare-inner .after{ right: 0; width: 50%; }
.compare-inner .img{
	position: absolute;
	top: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.compare-inner .before .img{ left: 0; }
.compare-inner .after .img{ right: 0; }
.compare-inner::before,
.compare-inner::after{
	position: absolute;
	top: 45px;
	color: #fff;
	font-size: 32px;
	line-height: 56px;
	font-weight: 500;
	z-index: 5;
	pointer-events: none;
	text-shadow: 0 1px 6px rgba(0,0,0,0.28);
}
.compare-inner::before{
	content: "Before";
	left: 44px;
}
.compare-inner::after{
	content: "After";
	right: 44px;
}
.compare-inner .compare-handle{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 80px;
	margin-left: -40px;
	cursor: ew-resize;
	z-index: 10;
	touch-action: none;
}
.compare-inner .compare-handle:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: #fff;
}
.compare-inner .compare-handle .knob{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 6px 20px rgba(0,0,0,0.16);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11'><line x1='1' y1='0' x2='1' y2='11' stroke='%23141313' stroke-width='1.5' stroke-linecap='round'/><line x1='8' y1='0' x2='8' y2='11' stroke='%23141313' stroke-width='1.5' stroke-linecap='round'/><line x1='15' y1='0' x2='15' y2='11' stroke='%23141313' stroke-width='1.5' stroke-linecap='round'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
}
.compare-inner.dragging .compare-handle{
	cursor: grabbing;
}
.compare__section{
	padding:120px 0px;
}
.compare__section .outer__compare>.top>h2{
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 56px;
	color:#141313;
	font-weight: 500;
}
.compare__section .outer__compare>.top>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	color:#141313;
	opacity:.64;
}
.compare__section .outer__compare .box .content>.el:nth-child(2n){
	border-right:0px;
}
.compare__section .outer__compare .box .content>.el:nth-child(1) ,.compare__section .outer__compare .box .content>.el:nth-child(2){
	border-top:0px;
}
.compare__section  .media>img{
	border-radius: 32px;
	max-width: 100%;
}
.compare__section  .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.compare__section .after>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	color:#141313;
	opacity:.64;
}
.compare__section .after{
	margin:80px auto;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	max-width: 590px;
}
.compare__section .outer__compare .box .content>.el{
	padding:32px 24px;
	border-right:1px solid #D7D7D7;
	border-top:1px solid #D7D7D7;
}
.compare__section .outer__compare .box .content>.el>p>span>img{
	min-width: 30px;
	max-width: 30px;
	border-radius: 250px;
}
.compare__section .outer__compare .box .content>.el>p>span>img.warning{
	box-shadow:0px 0px 0px 4px rgba(213,186,158,.66);
}
.compare__section .outer__compare .box .content>.el>p>span>img.green-check{
	box-shadow:0px 0px 0px 4px rgba(10,186,181,.36);
}
.compare__section .outer__compare .box .content>.el>p>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}
.compare__section .outer__compare .box .content>.el>p{
	margin:0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 22px;
	line-height: 143%;
	color:#141313;
}
.compare__section .outer__compare .box .content{
	border:1px solid rgba(20,19,19,.1);
	border-bottom-left-radius: 32px;
	border-top:0px;
	border-bottom-right-radius: 32px;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
}
.compare__section .outer__compare .box>.head>p{
	margin:0px;
	font-size: 24px;
	line-height: 143%;
	color:#FFFFFF;
	font-weight: 500;
}
.compare__section .outer__compare .box>.head{
	padding:32px 24px;
	background-color:#0ABAB5;
	border:1px solid #D7D7D7;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
}
.compare__section .outer__compare .box{
	width: 100%;
}
.compare__section .outer__compare>.top{
	text-align: center;
	margin-bottom: 80px;
}
/*COMPARE*/
/*ARTICLE HERO*/
.article__hero .outer__hero{
	min-height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 139px;
	padding-bottom: 139px;
}
.article__hero{
	position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.article__hero .outer__hero .btns>a{
	margin-right: 10px;
}
.article__hero .outer__hero .btns>a:last-child{
	margin-right: 0px;.
}
.article__hero .outer__hero .btns{
	display: flex;
	justify-content: center;
	align-items: center;
}
.article__hero .outer__hero{
	position: relative;
}
.article__hero:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*background: radial-gradient(circle, rgba(20, 19, 19, 0) 0%, rgba(20, 19, 19, 0.8) 100%);*/
  background:rgba(20, 19, 19, 0.5);
}
.article__hero .outer__hero>p{
	margin-top: 0px;
	margin-bottom: 32px;
	font-size: 22px;
	line-height: 150%;
	color:#FFFFFF;
}
.article__hero .outer__hero>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	color:#FFFFFF;
	font-size: 64px;
	line-height: 110%;
	letter-spacing: -0.02em;
	font-weight: 500;
}
.article__hero .outer__hero{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*ARTICLE HERO*/


/*About company*/
.about__company{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color:#E8F8F6;
}
.about__company .outer__about .quote>p{
	text-align: center;
	margin:0px;
	font-size: 48px;
	line-height: 64px;
	font-weight: 500;
	color:#141313;
}
.about__company .outer__about .company__accordions .accordion .content{
	padding-bottom: 40px;
}
.about__company .outer__about .company__accordions .accordion .content>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	color:#464646;
}
.about__company .outer__about .company__accordions .accordion .top>p span{
	font-size: 32px;
	line-height: 28px;
}
.about__company .outer__about .company__accordions .accordion .top{
	padding-top: 20px;
	padding-bottom: 20px;
}
.about__company .outer__about .company__accordions .accordion .top>p{
	margin:0px;
	margin-right: 24px;
	color:#141313;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}
.about__company .outer__about .company__accordions .accordion .top>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	max-width: 64px;
	min-height: 64px;
	max-height: 64px;
	border-radius: 250px;
	background-color:#0ABAB5;
}
.about__company .outer__about .company__accordions .accordion .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about__company .outer__about .company__accordions .accordion{
	margin-bottom: 16px;
	border-bottom:1px solid rgba(20,19,19,.16);
}
.about__company .outer__about .company__accordions .accordion:last-child{
	margin-bottom: 0px;
}

.about__company .outer__about .company__accordions{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.about__company .outer__about .quote{
	margin-top: 80px;
}
.about__company .outer__about .quote>span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.about__company .outer__about>.top>p{
	margin:0px;
	font-size: 22px;
	line-height: 150%;
	opacity:.64;
}
.about__company .outer__about>.top>h2{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 48px;
	line-height: 56px;
	color:#141313;
	font-weight: 500;
}
.about__company .outer__about>.top{
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	text-align: center;
}
/*About company*/

/*QUOTE SEPARATE BOX*/
.quote__section{
	padding-top: 112px;
	padding-bottom: 112px;
}
.quote__section .outer__quote>p:last-child{
	margin-bottom: 0px;
}
.quote__section .outer__quote>span{
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 150%;
	color:#141313;
	font-weight: bold;
	text-transform: uppercase;
}
.quote__section .outer__quote>p{
	text-align: center;
	margin-bottom: 36px;
	margin-top: 0px;
	font-size: 48px;
	line-height: 64px;
	font-weight: 500;
	color:#141313;
}
.quote__section .outer__quote>.media{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 36px;
}
/*QUOTE SEPARATE BOX*/

/*article double*/
.article__double{
	padding-top: 120px;
	padding-bottom: 120px;
}
.article__double .outer__article .media>img{
	max-width: 100%;
	width: 100%;
	border-radius: 32px;
}
.article__double .outer__article .media{
	margin-top: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.article__double .outer__article>.top__part>.right>p{
	margin-top: 0px;
	margin-bottom: 32px;
	font-size: 22px;
	line-height: 150%;
	color:#141313;
	opacity:.64;
}
.article__double .outer__article>.top__part>.left>h2{
	margin:0px;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
	color:#141313;
}
.article__double .outer__article>.top__part{
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	align-items: flex-start;
	grid-column-gap: 64px;
}
/*article double*/

/*products showcase*/
.products__showcase{
	padding-top: 120px;
	padding-bottom: 120px;
}
.products__showcase .standart{
	margin-top: 112px;
}
.products__showcase .standart>p{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 48px;
	font-size: 32px;
	line-height: 44px;
	color:#141313;
	font-weight: 500;
}
.slider-products .slide>.inn .media>img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products__showcase{
	overflow:hidden;
}
.slider-products .slide>.inn .desc>span{
	display: block;
	font-size: 22px;
	line-height: 33px;
	color:#121212;
}


.slider-products .slick-slide {
      margin: 0 20px;
  }



.slider-products .slide .inn{
	height: 100%;
}
.slider-products .slide{
	min-width: 548px;
	max-width: 548px;
}
.slider-products .slick-track
{
    display: flex !important;
}

.slider-products .slick-slide
{
    height: inherit !important;
}
.slider-products .slide>.inn .desc>p{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 150%;
	font-weight: 500;
	color:#1C1C1C;
}
.slider-products .slide>.inn .desc{
	text-align: center;
}
.slider-products .slide>.inn .media{
	position: relative;
	border-radius: 10px;
	overflow:hidden;
	margin-bottom: 32px;
	background-color: #FAFAFA;
	width: 100%;
	padding-bottom: 98%;
}
.slider-products .slide>.inn{
	padding:32px;
	background-color:#E8F8F6;
	border-radius: 20px;
}
.products__showcase .outer__showcase>.top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.products__showcase .outer__showcase>.top .left{
	min-width: 625px;
	margin-right: 64px;
}
.products__showcase .outer__showcase>.top>.left>h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
	color:#141313;
}
.products__showcase .outer__showcase>.top ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.products__showcase .outer__showcase>.top ul>li.spacer{

	min-height: 52px;
	min-width: 1px;
	background-color: #141313;
	opacity:.08;
	margin:0px 11px;
}
.products__showcase .outer__showcase>.top ul>li.elem>span{

	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
}
.products__showcase .outer__showcase>.top ul>li.elem>img{
	margin-right: 9px;
}
.products__showcase .outer__showcase>.top ul>li.elem{
	display: inline-flex;
	align-items: center;
	min-width: 174px;
	justify-content: center;
	min-height: 52px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 13px;
	border:1px solid rgba(20,19,19,.1);
}
.products__showcase .outer__showcase>.top ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.products__showcase .outer__showcase>.top ul{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}
.products__showcase .outer__showcase>.top>.left{
	width: 100%;
	text-align: center;
}
.products__showcase .outer__showcase>.top .right>span:last-child{
	margin-bottom: 0px;
}
.products__showcase .outer__showcase>.top .right .btn-box{
	margin-top: 48px;
}
.products__showcase .outer__showcase>.top .right>span{
	display: block;
	font-size: 22px;
	line-height: 150%;
	color:#141313;

	opacity:.64;
	margin-bottom: 32px;
}
/*products showcase*/


/*small hero*/
.small__hero:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(20, 19, 19, 0.5);
}
.small__hero .outer__small{
	position: relative;
	z-index: 2;
}
.small__hero{
	position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.small__hero .outer__small>h2{
	margin:0px;
	font-size: 64px;
	line-height: 110%;
	font-weight: 500;
	color:#FFFFFF;
}
.small__hero .outer__small{
	min-height: 485px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*small hero*/

/*category box*/
.category__box{
	padding-top: 144px;
	padding-bottom: 112px;
}

.category__box .grid__products .product-box>.media>img{
	position: absolute;
	left:0px;
	top:0px;
	width: 110%;
	height: 110%;
	object-fit: cover;
}
.category__box .grid__products .product-box{
	padding-bottom: 70px;
	position: relative;
}
.category__box .grid__products .product-box .desc .btns>a:last-child{
	margin-bottom: 0px;
}
.category__box .grid__products .product-box .desc .btns>a{
	width: 100%;
	height: 56px;
	margin-bottom: 16px;
}
.category__box .grid__products .product-box .desc .btns{
	position: absolute;
	left:0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	bottom:0px;
	width: 100%;
}
.category__box .grid__products .product-box .desc .price{
	margin-bottom: 7px;
}
.category__box .grid__products .product-box .desc .rates ul>li{
	display: inline-flex;
	align-items: center;
	margin-right: 2.5px;
	justify-content: center;
}
.category__box .grid__products .product-box .desc .rates ul>li:last-child{
	margin-right: 0px;
}
.category__box .grid__products .product-box .desc .rates ul>li>img{
	min-width: 14px;
	max-width: 14px;
}
.category__box .grid__products .product-box .desc .rates ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;	
	justify-content: center;
}
.category__box .grid__products .product-box .desc .price>span.vip{
	font-weight: bold;
}
.category__box .grid__products .product-box .desc .price>span{
	font-size: 16px;
	line-height: 120%;
	display: block;
	margin-bottom: 4px;
	letter-spacing: -0.02em;
	color:#141313;
	display: block;
}
.category__box .grid__products .product-box .desc .price{
	text-align: center;
}
.category__box .grid__products .product-box .desc>span{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	color:#141313;
	margin-bottom: 4px;
}
.category__box .grid__products .product-box .desc>p{
	margin-top: 0px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	color:#141313;
	letter-spacing: -0.02em;
}
.category__box .controls>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	background-color:#0ABAB5;
	border-radius: 250px;
	transition:.3s ease all;
}
.category__box .controls>a:hover{
  background-color: rgb(0, 150, 136);
}
.category__box .controls{
	margin-top: 42px;
	gap:32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category__box .grid__products .product-box .desc{
	margin-top: 00px;
}
.category__box .grid__products .product-box>.media>span.round{
	border-radius: 250px;
}
.category__box .grid__products .product-box>.media>span.square{
	border-radius: 8px;
}
.category__box .grid__products .product-box>.media>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:20px;
	top:20px;
	min-height: 35px;
	padding-left: 14px;
	z-index: 2;
	padding-right: 14px;
	background-color:#000000;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	font-weight: 500;
	color:#fff;
}
.category__box .grid__products .product-box>.media{
	position: relative;
	border-radius: 8px;
	overflow:hidden;
	padding-bottom: 98%;
}
.category__box .grid__products{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 32px;
	grid-row-gap:32px;
}
.category__box .outer__category .category__side .list>.el .container__check .checkmark{
	position: relative;
	top:4.5px;
}
.category__box .outer__category .category__side .list>.el .container__check{
	display: flex;
	padding-top: 4px;
	padding-bottom: 4px;
	align-items: flex-start;
	justify-content: flex-start;
}
.category__box .outer__category .category__side .list>.el p{
	margin:0px;
	font-size: 18px;
	line-height: 150%;
	color:#121212;
}
.category__box .outer__category .category__side>.top>a:hover{
	background-color:rgba(10,186,181,.1);
}
.category__box .outer__category .category__side .list>.el:last-child{
	margin-bottom: 0px;
}
.category__box .outer__category .category__side .list>.el{
	margin-bottom: 8px;
}
.category__box .outer__category .category__side>.showing>p{
	margin:0px;
	font-size: 18px;
	line-height: 36px;
	color:#141313;
	opacity:.64;
}
.category__box .outer__category .category__side>.showing{
	margin-bottom: 24px;
}
.category__box .outer__category .category__side>.top{
	margin-bottom: 24px;
	padding-top: 10px;
}
.category__box .outer__category .category__side>.top>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	border:1px solid #0ABAB5;
	border-radius: 250px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	transition:.3s ease all;
	color:#0ABAB5;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -0.02em;
}
.category__box .outer__category .category__side>.top>p{
	margin:0px;
	font-size: 24px;
	line-height: 28px;
	color:#141313;
	font-weight: 500;
}
.category__box .outer__category .category__side>.top{
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.category__box .outer__category .main__products{
	width: 100%;
}
.category__box .outer__category .main__products>.head>form>.group__input{
	width: 100%;
}
.category__box .outer__category .main__products>.head ul>li{
	margin-right: 40px;
}
.category__box .outer__category .main__products>.head ul>li>a.current{
	font-weight: 500;
}
.category__box .outer__category .main__products>.head ul>li>a.current:before{
	width: 100%;
}
.category__box .outer__category .main__products>.head ul>li>a:before{
	content:"";
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	height: 2px;
	width: 0px;
	transition:.3s ease all;
	bottom:0px;
	background-color: #0ABAB5;
}
.category__box .outer__category .main__products>.head ul>li>a:hover:before{
	width: 100%;
}
.category__box .outer__category .main__products>.head ul>li>a{
	position: relative;
	text-decoration: none;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 33px;
	color:#121212;
	padding:16px 0px;
}

.category__box .outer__category .main__products>.head ul>li:last-child{
	margin-right: 0px;
}
.category__box .outer__category .main__products>.head ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.category__box .outer__category .main__products>.head>form button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	padding:0px;
	background-color: transparent;
	border:0px;
	outline:none;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:24px;
}
.category__box .outer__category .main__products>.head>form>.group__input>input{
	width: 100%;
	height: 50px;
	border-radius: 50px;
	padding-left: 32px;
	padding-right: 70px;
	font-size: 22px;
	outline:none;
	line-height: 28px;
	color:#121212;
	border:1px solid rgba(18,18,18,.24);
}
.category__box .outer__category .main__products>.head>form>.group__input>input::-webkit-input-placeholder {
  color: #121212;
}
.category__box .outer__category .main__products>.head>form>.group__input>input::-moz-placeholder {
  color: #121212;
}
.category__box .outer__category .main__products>.head>form>.group__input>input:-ms-input-placeholder {
  color: #121212;
}
.category__box .outer__category .main__products>.head>form>.group__input>input:-moz-placeholder {
  color: #121212;
}
.category__box .outer__category .main__products>.head>form{
	width: 100%;
	max-width: 372px;
	position: relative;
}
.category__box .outer__category .main__products>.head{
	display: flex;
	align-items: flex-end;
	margin-top: -15px;
	justify-content: space-between;
	margin-bottom: 24px;
}
.category__box .outer__category .category__side{
	min-width: 288px;
	max-width: 288px;
}
.category__box .outer__category{
	gap:64px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.category-btn{
	display: none;
}

/*category box*/
/*product-cta*/
.product-cta{
	padding-top: 120px;
	padding-bottom: 120px;
}
.product-cta .outer__cta>.media img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-cta .outer__cta>.media{
	padding-bottom: 98%;
	position: relative;
	width: 100%;
	background-color: #F8F8F8;
	height: 100%;
	border-radius: 20px;
	overflow:hidden;
}
.product-cta .outer__cta .desc>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
.product-cta .outer__cta .desc>ul>li>span>img{
	min-width: 26px;
	max-width: 26px;
}
.product-cta .outer__cta .desc>ul>li>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top:2.5px;
	margin-right: 10px;
}
.product-cta .outer__cta .desc .guarantee>.media img{
	min-width: 60px;
	max-width: 60px;
}
.product-cta .outer__cta .desc .guarantee>.text .txt>p{
	margin:0px;
	font-size: 14px;
	line-height: 24px;
	color:#141313;
	font-weight: 500;
	opacity:.64;
}
.product-cta .outer__cta .desc .guarantee>.text>p{
	margin-top: 0px;
	margin-bottom: 12px;
	color:#141313;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
}
.product-cta .outer__cta .desc .guarantee>.text>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 31px;
	padding-left: 14px;
	margin-bottom: 12px;
	padding-right: 14px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color:#fff;
	font-weight: bold;
	background-color:#131212;
	border-radius: 41px;
}
.product-cta .outer__cta .desc .guarantee>.media{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
}
.product-cta .outer__cta .desc .guarantee{
	margin-top: 32px;
	padding:32px;
	border-radius: 10px;
	background-color:#E8F8F6;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.product-cta .outer__cta .desc>ul>li{
	display: flex;
	font-size: 20px;
	line-height: 34px;
	color:rgba(20,19,19,.64);
	align-items: flex-start;
	justify-content: flex-start;
}
.product-cta .outer__cta .desc>p{
	margin:0px;
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 34px;
	color:#141313;
	opacity:.64;
}
.product-cta .outer__cta .desc>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 48px;
	line-height: 58px;
	color:#141313;
	font-weight: 500;
}
.product-cta .outer__cta{
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	gap:80px;
}
/*product-cta*/


/*faq section*/
.faq__section{
	padding-top: 120px;
	padding-bottom: 120px;
}
.faq__section .outer__faq .inner>.elem{
	margin-bottom: 24px;
	padding:30px 50px;
	background-color:#F9F9F9;
	border-radius: 20px;
	display: flex;
	cursor:pointer;
	align-items: center;
	justify-content: space-between;
}
.faq__section .outer__faq .inner>.elem .left .content>p{
	margin:0px;
	font-size: 20px;
	line-height: 150%;
	color:#414141;
}
.faq__section .outer__faq .inner>.elem .left .content{
	margin-top: 16px;
	display: none;
}
.faq__section .outer__faq .inner>.elem .left>p{
	margin:0px;
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	color:#121212;
	letter-spacing: -0.02em;
}
.faq__section .outer__faq .inner>.elem .left{
	width: 100%;
}
.faq__section .outer__faq .inner>.elem.opened .right>img.plus{
	opacity:0;
}
.faq__section .outer__faq .inner>.elem.opened .right>img.minus{
	opacity:1;
}
.faq__section .outer__faq .inner>.elem .right>img.minus{
	opacity:0;
}
.faq__section .outer__faq .inner>.elem .right>img{
	position: absolute;
	left:50%;
	top:50%;
	transition:.3s ease all;
	transform:translate(-50% , -50%);
}
.faq__section .outer__faq .inner>.elem .right{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	margin-left: 32px;
	max-width: 48px;
	min-height: 48px;
	position: relative;
	max-height: 48px;
	border-radius: 250px;
	background-color:#0ABAB5;
}
.faq__section .outer__faq .inner>.elem:last-child{
	margin-bottom: 0px;
}
.faq__section .outer__faq .inner{
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.faq__section .outer__faq>h2{
	text-align: center;
	margin-bottom: 80px;
	font-size: 48px;
	line-height: 58px;
	color:#141313;
	font-weight: 500;
	margin-top: 0px;
}
.faq__section .outer__faq>h2{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
/*faq section*/

/*header*/
header .top__part{
	width: 100%;
	background-color: #141313;
}
header .top__part .outer__top .lang__picker{
	position: relative;
}
header .top__part .outer__top .lang__picker .dropdown::-webkit-scrollbar {
  width: 3px;
}
 
header .top__part .outer__top .lang__picker .dropdown::-webkit-scrollbar-track {
  background-color:rgba(0,0,0,.2);
}
 
header .top__part .outer__top .lang__picker .dropdown::-webkit-scrollbar-thumb {
  background-color: #0ABAB5;
  border-radius: 5px;
}
header .top__part .outer__top .lang__picker>a.opened .arrow{
	transform:rotate(180deg);
}
header .top__part .outer__top .lang__picker .dropdown{
	position: absolute;
	opacity:1;
	left:0px;
	min-width: 160px;
	max-height: 160px;
	overflow-y:auto;
	z-index: 3;
  background-color: #ffffff;
  padding:8px 0px;
  border: 1px solid #e0e0e0;
  top:30px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
}

header .top__part .outer__top .lang__picker .dropdown ul>li{
	width: 100%;
}
header .top__part .outer__top .lang__picker .dropdown ul>li>a{
	width: 100%;
}
header .top__part .outer__top .lang__picker .dropdown ul>li>a{
	text-decoration: none;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 500;
  color: #2c2c2c;
  text-decoration: none;
  font-size: 14px;
  transition:.3s ease all;
}
header .top__part .outer__top .lang__picker .dropdown ul>li>a:hover{
	background-color:#f5f5f5 ;
}


header .top__part .outer__top .lang__picker .dropdown ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	white-space: nowrap;
	width: 100%:;
}



header .top__part .outer__top .spacer{
	margin:0px 16px;
	min-height: 24px;
	min-width: 1px;
	background-color:rgba(255,255,255,.16);
}

.country__dropdown ul>li{
	width: 100%;
}
.country__dropdown ul>li>a{
	width: 100%;
}
.country__dropdown ul>li>a{
	text-decoration: none;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 500;
  color: #2c2c2c;
  text-decoration: none;
  font-size: 14px;
  transition:.3s ease all;
}
.country__dropdown ul>li>a:hover{
	background-color:#f5f5f5 ;
}

header .outer__main .main__navigation>ul>li>a{
	padding:15px 0px;
}
.country__dropdown .group__input>input{
	width: 100%;
	height: 34px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	border-radius: 3px;
	outline:none;
	border:1px solid rgba(0,0,0,.2);
}
.country__dropdown .group__input{
	padding:8px;
	width: 100%;
}
.country__dropdown{
	position: absolute;
	right:0px;
	min-width: 240px;
	z-index: 3;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  top:30px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow-y:auto;
  max-height: 230px;
  display: none;
}
.country__dropdown::-webkit-scrollbar {
  width: 3px;
}
 
.country__dropdown::-webkit-scrollbar-track {
  background-color:rgba(0,0,0,.2);
}
 
.country__dropdown::-webkit-scrollbar-thumb {
  background-color: #0ABAB5;
  border-radius: 5px;
}
.country__dropdown ul>li{
	width: 100%;
}
.country__dropdown ul>li>a span.flag img{
	min-width: 24px;
	max-width: 24px;
}
.country__dropdown ul>li>a span.flag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.country__dropdown ul>li>a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.country__dropdown ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
header .outer__main .main__navigation>ul>li .dropdown ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	white-space: nowrap;
	width: 100%:;
}
header .top__part .outer__top .country__picker{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .top__part .outer__top .country__picker>a.opened>.arrow{
	transform:rotate(180deg);
}
header .top__part .outer__top .country__picker>a>.flag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;

}
header .top__part .outer__top .country__picker>a .arrow{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition:.3s ease all;
}
header .top__part .outer__top .country__picker>a .text{

	font-size: 12px;
	line-height: 120%;
	font-weight: 500;
	color:#FFFFFF;
	text-transform: uppercase;
	margin-right: 16px;
}
header .top__part .outer__top .country__picker>a .flag img{
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px;
	object-fit: cover;
	border-radius: 250px;
}
header .top__part .outer__top .country__picker>a{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
header .top__part .outer__top .lang__picker>a .arrow img{
	position: relative;
	top:1px;
}
header .top__part .outer__top .lang__picker>a .arrow{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	position: relative;
	transition:.3s ease all;
	transform-origin: center;
}
header .top__part .outer__top .lang__picker>a>.text{
	font-size: 12px;
	line-height: 120%;
	font-weight: 500;
	color:#FFFFFF;
}
header .top__part .outer__top .lang__picker>a{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	border-radius: 250px;
	min-height: 26px;
	padding-left: 10px;
	padding-right: 5px;
	border:1px solid rgba(255,255,255,.16);
}
header .top__part .outer__top{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 11px;
	padding-bottom: 11px;
}

header .outer__main .main__navigation>ul>li>a>span{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 10px;
}
header .outer__main .main__navigation>ul>li>a{
	text-decoration: none;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	color:#141313;
	transition:.3s ease all;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
header .outer__main .head__controls .shop__button>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	max-width: 56px;
	transition:.3s ease all;
	min-height: 56px;
	max-height: 56px;
	border-radius: 250px;
	border:1px solid #2FC4C0;
	background-color:#EDF5F4;
	box-shadow:0px -1.17px 4.6px 0px rgba(0,0,0,.08) ;
}
header .outer__main .head__controls .shop__button>a:hover{
	background-color:#2FC4C0;
}
header .outer__main .head__controls .shop__button>a svg *{
	transition:.3s ease all;
}
header .outer__main .head__controls .shop__button>a:hover svg path{
	stroke:#fff;
	fill:#fff;
}
header .outer__main .head__controls .shop__button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
header .outer__main .head__controls>.spacer{
	display: inline-flex;
	margin:0px 16px;
	min-height: 56px;
	min-width: 1px;
	background-color:rgba(0,0,0,.16);
}
header .outer__main .head__controls{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .outer__main .main__navigation>ul>li:hover>a{
	color:#0ABAB5;
}
header .outer__main .main__navigation>ul>li .dropdown ul>li{
	width: 100%;
}
header .outer__main .main__navigation>ul>li .dropdown ul>li>a{
	width: 100%;
}
header .outer__main .main__navigation>ul>li .dropdown ul>li>a{
	text-decoration: none;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 500;
  color: #2c2c2c;
  text-decoration: none;
  font-size: 14px;
  transition:.3s ease all;
}
header .outer__main .main__navigation>ul>li .dropdown ul>li>a:hover{
	background-color:#f5f5f5 ;
}

header .outer__main .main__navigation>ul>li>a{
	padding:15px 0px;
}
header .outer__main .main__navigation>ul>li .dropdown{
	position: absolute;
	transform:translateY(5px);
	transition:.3s ease all;
	opacity:0;
	pointer-events: none;
	left:0px;
	min-width: 160px;
  background-color: #ffffff;
  z-index: 3;
  padding:8px 0px;
  border: 1px solid #e0e0e0;
  top:45px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
header .outer__main .main__navigation>ul>li .dropdown ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	white-space: nowrap;
	width: 100%:;
}
header nav .solid-menu{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
header .outer__main .main__navigation>ul>li>a>span{
	transition:.3s ease all;
}
header .outer__main .main__navigation>ul>li:hover>a>span{
	transform:rotate(180deg);
}
header .outer__main .main__navigation>ul>li:hover .dropdown{
	transform:translateY(0px);
	opacity:1;
	pointer-events:initial;
}

header .outer__main .main__navigation>ul>li{
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-right: 32px;
}
header .outer__main .main__navigation>ul>li:last-child{
	margin-right:0px;
}
header .outer__main .main__navigation>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .outer__main{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .outer__main .logo>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition:.3s ease all;
}
header .outer__main .logo>a:hover{
	opacity:.7;
}
header .outer__main .logo{
	display: inline-flex;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% , -50%);
}
header .outer__main{
	position: relative;
	min-height: 88px;
}
/*header*/



/* product hero */

.product__hero:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:linear-gradient(to top , rgba(0,0,0,1) 10%, rgba(0,0,0,0));
}

.product__hero:after{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: radial-gradient(circle, rgba(20, 19, 19, 0) 47%, rgba(20, 19, 19, 1) 100%);
}
.product__hero .outer__product--hero{
	text-align: center;
}
.product__hero .outer__product--hero>.tag{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}
.product__hero .outer__product--hero>h2{
	margin-top: 0px;
	margin-bottom: 20px;
	color:#FFFFFF;
	font-size: 64px;
	line-height: 110%;
	font-weight: 500;
}
.product__hero .outer__product--hero .btn-box{
	margin-top: 22px;
}
.product__hero .outer__product--hero>p{
	margin:0px;
	color:#FFFFFF;
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.product__hero .outer__product--hero>.tag>span{
	min-height: 33px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color:#FFFFFF;
	border-radius: 41px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
	color:#141313;
	font-weight: 500;
	text-transform: uppercase;
}
.product__hero .outer__product--hero{
	position: relative;
	z-index: 4;
}
.product__hero{
	position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: top!important;
}
.product__hero .outer__product--hero{
	min-height: 900px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 142px;	
	flex-direction: column;
}
/* product hero */


.article .media.compare-media .compare-inner{
	height:100%;
}
.article .media.compare-media .compare-inner:before , .article .media.compare-media .compare-inner:after{
	content:none!important;
}

.article .media.compare-media.with-text .compare-inner:after{
	content:"After"!important;
}

.article .media.compare-media.with-text .compare-inner:before{
	content:"Before"!important;
}

/*boost*/
.boost .outer__boost .boost__table{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 22.8%;
	position: relative;
}
.boost .outer__boost .boost__table>.media{
	height: calc(100% - 135px);
	margin-top: auto;
	width: 22.8%;
	position: absolute;
	left:0px;
	bottom:0px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow:hidden;
}
.boost .outer__boost .boost__table>.media>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.boost .outer__boost .boost__table>.rows>.row{
	width: 100%;
}
.boost .outer__boost .boost__table>.rows>.row.featured .content>.el{
	background-color: transparent!important;
}
.boost .outer__boost .boost__table>.rows>.row .content>.el{
	width: 100%;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #fff;
}
.boost .outer__boost .boost__table>.rows>.row .content>.el:nth-child(1){
	border-top:1px solid #DADAD8;
}
.boost .outer__boost .boost__table>.rows>.row:last-child .content>.el{
	border-right:1px solid #DADAD8;
}
.boost .outer__boost .boost__table>.rows>.row:last-child .content>.el:nth-child(1){
	border-top-right-radius: 20px;
}
.boost .outer__boost .boost__table>.rows>.row:last-child .content>.el:last-child{
	border-bottom-right-radius: 20px;
}
.boost .outer__boost .boost__table>.rows>.row .content>.el{
	border-bottom:1px solid #DADAD8;
}
.boost .outer__boost .boost__table>.rows>.row.featured .content>.el>p{
	color:#fff;
	font-size: 18px;
}
.boost .outer__boost .boost__table>.rows>.row.not-included .content>.el>p{
	font-size: 18px;
	color:#434343;
}
.boost .outer__boost .boost__table>.rows>.row .content>.el>p{
	margin:0px;
	font-size: 20px;
	line-height: 150%;
	color:#1B1B1B;
}
.boost .outer__boost .boost__table>.rows>.row .content>.el>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	max-width: 40px;
	margin-right: 16px;
}
.boost .outer__boost .boost__table>.rows>.row.featured{

	background-color:#0ABAB5;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.boost .outer__boost .boost__table>.rows>.row .head .img img{
	max-width: 155px;
}
.boost .outer__boost .boost__table>.rows>.row .head .img{
	display: flex;
	align-items: center;
	justify-content: center;
}
.boost .outer__boost .boost__table>.rows>.row .head>p{
	margin:0px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color:#1B1B1B;
	font-weight: bold;
}
.boost .outer__boost .boost__table>.rows>.row .head{
	height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boost .outer__boost .boost__table>.rows>.row:nth-child(2){
	width: 37%;
} 
.boost .outer__boost .boost__table>.rows>.row:nth-child(1) , .boost .outer__boost .boost__table>.rows>.row:nth-child(3){
	width: 31.5%;
}
.boost .outer__boost .boost__table>.rows{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.boost .outer__boost>.top>p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 34px;
	color:#141313;
	font-weight: 400;
	opacity:.64;
}
.boost .outer__boost>.top>h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
	color:#141313;
}
.boost .outer__boost>.top{
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	margin-bottom: 110px;
	text-align: center;
}
.boost{
	padding-top: 120px;
	padding-bottom: 120px;
	background:linear-gradient(to bottom , #FFFFFF, #F9F9F9);
}

.boost .inside .after>span{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color:#141313;
	opacity:.64;
}
.boost .inside .after{
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 21px;
}
.boost .inside .inside__slider .slide .inn .media>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
}
.boost .inside .inside__slider .slide .inn .text .italic>span{

	font-size: 16px;
	line-height: 24px;
	color:#141313;
	font-style: italic;
	opacity:.64;
}
.boost .inside .inside__slider .slide .inn .text .btn-box{
	margin-bottom: 16px;
}
.boost .inside .inside__slider .slide .inn .text>p{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 34px;
	color:#141313;
	font-weight: 500;
}
.boost .inside .inside__slider .slide .inn .text>span{
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color:#141313;
	margin-bottom: 16px;
}
.boost .inside .inside__slider .slide .inn .text{
	width: 55%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.boost .inside .inside__slider .slide .inn .media{
	display: inline-flex;
	align-items: center;
	width: 45%;
	justify-content: center;
}
.boost .inside .inside__slider .slide .inn{
	display: flex;
	gap:42px;
	justify-content: space-between;
	padding:16px;
	background-color: #E8F8F6;
	border-radius: 16px;
}
.boost .inside .inside__slider  .slick-slide {
  margin: 0 15px;
}

.boost .inside .inside__slider .slick-prev{
	position: absolute;
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	top:50%;
	transform:translateY(-50%);
	max-height: 48px;
	border-radius: 250px;
	background:url('../img/btn-back.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	background-color:#0ABAB5;
	cursor:pointer;
	font-size:0px;
	border:0px;
	left: -96px;
	outline:none;
	transition:.3s ease all;
}

.boost .inside .inside__slider .slick-prev:hover , .boost .inside .inside__slider .slick-next:hover{
	background-color: rgb(0, 150, 136);
}
.boost .inside{
	position: relative;
	margin-top: 60px;
}
.boost .inside>img{
	position: absolute;
	pointer-events: none;
	left:50%;
	transform:translateX(-50%);
	max-width: 1020px;
	top:35px;
}
.boost .inside .inside__slider .slick-next{
	padding:0px;
	right:-96px;
	top:50%;
	transform:translateY(-50%);
	position: absolute;
	min-width: 48px;
	cursor:pointer;
	max-width: 48px;
	min-height: 48px;
	background:url('../img/btn-next.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	max-height: 48px;
	border-radius: 250px;
	background-color:#0ABAB5;
	font-size:0px;
	border:0px;
	outline:none;
	transition:.3s ease all;
}
.slick-list {
    margin: 0 -15px;
}
.boost .inside .inside__slider{
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}
.boost .inside .inside__head>p{
	margin:0px;
	font-size: 20px;
	line-height: 34px;
	color:#141313;
	font-weight: 400;
	opacity:.64;
}
.boost .inside .inside__head>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 48px;
	line-height: 58px;
	color:#141313;
	font-weight: 500;
}
.boost .inside .inside__head{
	padding-top: 350px;
	padding-bottom: 105px;
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
/*boost*/

.boost .slick-dots li{
	margin:0px 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.boost .slick-dots li.slick-active button{
	background-color:#0ABAB5;
}
.boost .slick-dots li button{
	padding:0px;
	font-size: 0px;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	max-height: 8px;
	border-radius: 250px;
	transition:.3s ease all;
	cursor:pointer;
	border:0px;
	background-color:rgba(20,19,19,.24);
}
.boost .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	padding:0px;
	position: static;
	margin:0px;
	margin-top: 32px;
}

.boost{
	overflow:hidden;
}


/*reviews main*/
.reviews__main .outer__main--reviews .top__part>.rate{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.reviews__main .outer__main--reviews .tab__switcher{
	margin-top: 42px;
	margin-bottom: 60px;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn>.media>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}


.reviews__main .outer__main--reviews .content .slider.with__images .slick-dots li{
	margin:0px 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.reviews__main .outer__main--reviews .content .slider.with__images .slick-slide {
      margin: 0 12px;
  }
.reviews__main .outer__main--reviews .content .slider.with__images .slick-list {
      margin: 0 -12px;
  }
.reviews__main .outer__main--reviews .content .slider.with__images .slick-dots li.slick-active button{
	background-color:#0ABAB5;
}
.reviews__main .outer__main--reviews .content .slider.with__images .slick-dots li button{
	padding:0px;
	font-size: 0px;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	max-height: 8px;
	border-radius: 250px;
	transition:.3s ease all;
	cursor:pointer;
	border:0px;
	background-color:rgba(20,19,19,.24);
}
.reviews__main .outer__main--reviews .content .slider.with__images .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	padding:0px;
	position: static;
	margin:0px;
	margin-top: 48px;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .author-info>span>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
	position: relative;
	top:-2px;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .author-info>span{
	display: inline-flex;
	font-size: 20px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color:#0ABAB5;
	font-weight: 500;
	align-items: center;
	justify-content: flex-start;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .author-info>p{
	margin-top: 0px;
	margin-bottom: 10px;	
	font-weight: 500;
	color:#01080B;
	font-size: 24px;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .author-info{
	display:inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .flag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .flag img{
	min-width: 56px;
	max-width: 56px;
	min-height: 56px;
	max-height: 56px;
	border-radius: 250px;
	object-fit: cover;
	border:2px solid #D0D0D0;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,.08);
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc>p{
	margin-top: 0px;
	margin-bottom: 32px;
	font-size: 36px;
	line-height: 120%;
	color:#01080B;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.reviews__main .outer__main--reviews .content .slider.with__images .inn{
	padding:24px;
	border-radius: 20px;
	background-color:#E8F8F6;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-column-gap: 64px;
}
.reviews__main .outer__main--reviews .tab__switcher>ul>li>a.current{
	color:#0ABAB5;
	border-color:#0ABAB5;
}
.reviews__main .outer__main--reviews .tab__switcher>ul>li>a{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
	min-height: 62px;
	border-bottom:3px solid rgba(0,0,0,.1);
	font-size: 20px;
	line-height: 110%;
	letter-spacing: -0.02em;
	font-weight: 500;
	color:rgba(1,8,11,.5);
}
.reviews__main .outer__main--reviews .tab__switcher>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-column-gap: 24px;
}
.reviews__main .outer__main--reviews .top__part>h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 48px;
	line-height: 58px;
	color:#141313;
	font-weight: 500;
}
.reviews__main .outer__main--reviews .top__part>.rate>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.reviews__main .outer__main--reviews .top__part>.rate>ul>li:last-chidl{
	margin-right: 0px;
}
.reviews__main .outer__main--reviews .top__part>.rate>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.reviews__main .outer__main--reviews .top__part>.rate>p{
	margin:0px;
	margin-left: 12px;
	font-size: 24px;
	line-height: 26px;
	color:#141313;
	font-weight: bold;
}
.reviews__main .outer__main--reviews{

	border-radius: 20px;
	background-color:#FFFFFF;
	padding-top: 64px;
	padding-left: 64px;
	padding-right: 64px;
	padding-bottom: 64px;
}
.reviews__main{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:#F9F9F9;
}
/*reviews main*/
.inside__switcher ul>li>a{
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    min-height: 62px;
    border-bottom: 3px solid rgba(0, 0, 0, .1);
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: rgba(1, 8, 11, .5);
}
.inside__switcher ul li a.current{
	color: #0ABAB5;
  border-color: #0ABAB5;
}

.inside__switcher{
	margin-bottom: -75px;
}

	.inside__switcher ul{
	display: grid;
	list-style-type: none;
	margin:0px;
	padding:0px;
	grid-template-columns: repeat(3 ,1fr);
	grid-column-gap: 24px;
	margin-top: 110px;
}
.pick-option .flavor .group__input{
	width: 100%;
}
.pick-option .flavor .group__input>select{
	width: 100%;
	border-radius: 8px;
	border:1px solid rgba(28,28,28,.08);
	font-size: 18px;
	color:#232323;
	letter-spacing: 0.28px;
	outline:none;
	height: 58px;
	padding-left: 16px;
	padding-right: 30px;
	-moz-appearance: none;
  -webkit-appearance: none;
  background:url('../img/select-arrow.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 16px) center;
  background-color: #fff;
}
.pick-option .flavor>p{
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 25px;
	color:#0C0C0D;
	font-weight: 500;
}
.pick-option .flavor{
	margin-bottom: 24px;
}
.article__steps .outer__article .grid.double.four .arrow{
	max-width: 100px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.article__steps .outer__article .grid.double.four .arrow>img{
	max-width: 140px;
}
.article__steps .outer__article .grid.double.four .arrow:nth-child(2)>img{
	position: relative;
	left: -30px;
}
.outer__article .desc>p>span{
	font-weight: bold;
}
.outer__article .desc>p{
	margin-top: 0px;
	margin-bottom: 24px;
}
.boost.longer .outer__boost>.top{
	max-width: 950px;
}
.bubbles-box.four-elements.three{

	max-width: 444px;
}
/*body,html{
	overflow-x: hidden;
}*/
img{
	width: auto;
	height: auto;
}
header{
	border-bottom:1px solid #e0e0e0;
}

/*documents*/
.document__box .outer__document>p{
	margin-top: 0px;
	margin-bottom: 22px;
}
.document__box .outer__document .topic.first{
	margin-top: 44px;
}
.document__box .outer__document>p span{
	font-weight: 600;
}
.document__box .outer__document .topic>p:last-child{
	margin-bottom: 0px;
}
.document__box .outer__document .topic>p{
	display: block;	
	color:#1c1c1c;
	line-height: 1.33;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 22px;
	letter-spacing: 0.208px;
}
.document__box .outer__document .topic ul li , .document__box .outer__document .topic ol li{
	margin-bottom: 10px;
}
.document__box .outer__document .topic ul:last-child , .document__box .outer__document .topic ol:last-child{
	margin-bottom: 0px;
}
.document__box .outer__document .topic ul span , .document__box .outer__document .topic ol span{
	font-weight: 600;
}
.document__box .outer__document .topic ul , .document__box .outer__document .topic ol{
	padding-left: 33px;
	color:#1c1c1c;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: 0.208px;
	margin-bottom: 22px;
}
.document__box .outer__document  a{
	text-decoration: underline;
	color:rgb(10, 186, 181);
}
.document__box .outer__document .topic p span{
	font-weight: 600;
}
.document__box .outer__document .topic>h2{
	margin-top: 0px;
	font-size: 33px;
	color:rgba(0, 0, 0, 0.85);
	font-weight: 500;
	margin-bottom: 22px;
}
.document__box .outer__document .topic{
	margin-bottom: 44px;
}
.document__box .outer__document>span , .document__box .outer__document>p{
	display: block;	
	color:#1c1c1c;
	line-height: 1.33;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 22px;
}
.document__box .outer__document>h2{
	text-align: center;
	margin-top: 0px;
	font-size: 55px;
	margin-bottom: 44px;
	color:rgba(0, 0, 0, 0.85);
	font-weight: 500;
}
.document__box .outer__document{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
/*documents*/



/*login popup*/

.login-popup{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color:rgba(0,0,0,.6);
	display: none;
	align-items: center;
	justify-content: center;
}
.login-popup>.inner>.box  form{
	margin-top: 15px;
}
.login-popup>.inner{
	padding:20px 15px;
}
.login-popup>.inner>.box{
	max-height: 100%;
	overflow-y:auto;
}
.login-popup>.inner>.box .group__input{
	margin-bottom: 15px;
	position: relative;
}
.login-popup>.inner>.box .group__input .password-button>a{
	opacity:.7;
	color:inherit;
}
.login-popup>.inner>.box .group__input .password-button>a svg.password-visible{
	opacity:0;
	color:#0ABAB5;
}
.login-popup>.inner>.box .group__input.password-shown .password-button>a{
	opacity:1;
}
.login-popup>.inner>.box .group__input.password-shown .password-button>a svg.password-hidden{
	opacity:0;
}
.login-popup>.inner>.box .group__input.password-shown .password-button>a svg.password-visible{
	opacity:1;
}
.login-popup>.inner>.box .group__input .password-button>a svg{
	width: 20px;
	height: auto;
	position: absolute;
	transition:.3s ease all;
}
.login-popup>.inner>.box .group__input>input.password{
	padding-right: 45px;
}
.login-popup>.inner>.box .group__input .password-button>a{
	display: inline-flex;
	text-decoration: none;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}
.login-popup>.inner>.box .group__input .password-button{
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	right:12px;
	top:46px;
}
.login-popup>.inner>.box  .group__submit>button:hover{
	opacity:.7;
}
.login-popup>.inner>.box  .group__submit>button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 250px;
	min-height: 52px;
	background-color:#0abab5;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	width: 100%;
	cursor:pointer;
	outline:none;
	border:0px;
	margin-bottom: 18px;
	transition:.3s ease all;
}
.login-popup>.inner>.box  .group__submit>a:hover{
	background-color: #0abab5;
	color:#141313;	
}
.login-popup>.inner>.box  .group__submit>a{
	display: inline-flex;
	min-height: 52px;
	width: 100%;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	border-radius: 250px;
	border:1px solid #0abab5;
	font-size: 18px;
	line-height: 24px;
	color:#0abab5;
	font-weight: 500;
	transition:.3s ease all;
}
.login-popup>.inner>.box  .group__submit{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.login-popup>.inner>.box .group__input>input{
	width: 100%;
	height: 48px;
	border-radius: 4px;
	border:1px solid #d9d9d9;
	transition:.3s ease all;
	padding-left: 37px;
	padding-right: 12px;
	font-size: 15px;
	font-weight: 500;
	outline: none;
}
.login-popup>.inner>.box .group__input>.top>p{
	margin:0px;
	font-size: 18px;
	line-height: 24px;
	color:rgba(0, 0, 0, 0.85);
	font-weight: 500;
}
.login-popup>.inner>.box .group__input{
	position: relative;
}
.login-popup>.inner>.box .group__input>.icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	top:50px;
	left:12px;
}
.login-popup>.inner>.box .group__input>.top>a{
	display: inline-flex;
	text-decoration: underline;
	color:rgba(0, 0, 0, 0.85);
	font-weight: 500;
	transition:.3s ease all;
}
.login-popup>.inner>.box .group__input>.top>a:hover{
	opacity:.7;
}
.login-popup>.inner>.box .group__input>.top{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}
.login-popup>.inner>.box .group__input{
	width: 100%;
}
.login-popup>.inner>.box>p{
	margin:0px;
	font-size: 18px;
	line-height: 23px;
	color:rgba(0, 0, 0, 0.85);
	font-weight: 500;
}
.login-popup>.inner>.box>h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 36px;
	color:rgba(0, 0, 0, 0.85);
	font-weight: 500;
}
.login-popup>.inner>.box{
	max-width: 410px;
	width: 100%;
	padding:25px;
	background-color:#fff;
	border-radius: 10px;
}
.login-popup>.inner{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/*login popup*/

.reviewnueva-stars{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-bottom:24px;
}

.reviewnueva-stars>ul{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:4px;
	padding:0;
	margin:0;
	list-style:none;
}

.reviewnueva-stars>ul>li{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin:0;
	padding:0;
	list-style:none;
}

.reviewnueva-stars>ul>li::marker{
	content:"";
}

.reviewnueva-stars>ul>li>img{
	display:block;
	width:26px;
	height:24px;
}

.faq__hero .outer__faq>h2{
	margin:0px;
	position: relative;
	z-index: 2;
}
.faq__hero{
	position: relative;
}
.faq__hero:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.25);
}
.faq__hero{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}

.faq__hero .outer__faq>h2{
	margin:0px;
	font-size: 56px;
	font-weight: 700;
	color:#fff;
  letter-spacing: -0.5px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 8px;
}
.faq__hero .outer__faq{
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.faq__big{
	padding:100px 0px;
}
.faq__big .outer__faq .elem .head>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	max-width: 32px;
	min-height: 32px;
	max-height: 32px;
	position: relative;
	border-radius: 250px;
	background-color: #0ABAB5;
}

.faq__big .outer__faq .elem.opened>.head>span>img.plus{
	opacity:0;
}
.faq__big .outer__faq .elem.opened>.head>span>img.minus{
	opacity:1;
}
.faq__big .outer__faq .elem .head>span>img.minus{
	opacity:0;
}
.faq__big .outer__faq .elem .head>span>img{
	position: absolute;
	transition:.3s ease all;
}
.faq__big .outer__faq>.elem>.content{
	padding-left: 25px;
}
.faq__big .outer__faq .elem .content{
	padding-bottom: 15px;
}
.faq__big .outer__faq>.elem>.content{
	border-top:1px solid #e0e0e0;
}
.faq__big .outer__faq .elem .content{
	border-top:1px solid #e0e0e0;	
}
.faq__big .outer__faq .elem {
	border-bottom:1px solid #e0e0e0;
}
.faq__big .outer__faq .elem .head>p{
	margin-right: 12px!important;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	font-size: 24px!important;
	line-height: 30px!important;
	font-weight: 500!important;
	color:#000!important;
}
.faq__big .outer__faq .elem  .content ul:last-child{
	margin-bottom: 0px;
}
.faq__big .outer__faq .elem  .content ul>li{
	margin-bottom: 10px;
	color:#616565;
	font-weight: 500;
}
.faq__big .outer__faq .elem  .content ul>li:last-child{
	margin-bottom: 0px;
}
.faq__big .outer__faq .elem  .content ul{
	padding-left: 25px;
	color:#616565;
	margin-top: 0px;
	margin-bottom: 15px;
}
.faq__big .outer__faq .elem  .content  a ,.faq__big .outer__faq .elem  .content  span{
	color:#0ABAB5!important;
	font-weight: 600!important;
	font-size: 18px!important;
}
.faq__big .outer__faq .elem  .content p{
	margin-top: 0px;
	font-weight: 500;
	margin-bottom: 12px;
	color:#616565;
	font-size: 16px;
	line-height: 1.6;
}
.faq__big .outer__faq .elem .elem .content{
	display: none;
}
.faq__big .outer__faq>.elem>.content{
	padding-top: 0px!important;
}
.faq__big .outer__faq .elem  .content>p:last-child{
	margin-bottom: 0px;
}
.faq__big .outer__faq .elem .elem  .head{
	padding:20px 0px;
}
.faq__big .outer__faq .elem .elem  .head>p{
	font-size: 18px!important;
	font-weight: 600;
}
.faq__big .outer__faq .elem  .content{
	padding-top: 20px;
	padding-bottom: 20px;
}
.faq__big .outer__faq .elem .head{
	display: flex;
	padding:24px 0px;
	align-items: center;
	cursor:pointer;
	justify-content: space-between;
}
.faq__big .outer__faq{
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.faq__big .outer__faq>.elem>.content{
	display: none;
}
.faq__big .outer__faq>.elem>.content>.elem:last-child>.head{
	border-bottom: 0px;
}
.faq__big .outer__faq>.elem>.content>.elem:last-child{
	border-bottom:0px;
}
.faq__big .outer__faq>.elem>.content{
	padding-bottom: 0px;
}
.video__box{
	padding:30px 0px;
}
.video__box .outer__video{
	max-width: 1280px;
	width: 100%;
}

@keyframes nlp2-three-rings {
    0% {
        box-shadow: rgba(10, 186, 181, 0.7) 0px 0px 0px 0px, rgba(10, 186, 181, 0.4) 0px 0px 0px 0px, rgba(10, 186, 181, 0.2) 0px 0px 0px 0px;
        opacity: 1;
    }

    35% {
        box-shadow: rgba(10, 186, 181, 0.5) 0px 0px 0px 6px, rgba(10, 186, 181, 0.3) 0px 0px 0px 14px, rgba(10, 186, 181, 0.15) 0px 0px 0px 22px;
        opacity: 1;
    }

    70% {
        box-shadow: rgba(10, 186, 181, 0.28) 0px 0px 0px 14px, rgba(10, 186, 181, 0.16) 0px 0px 0px 26px, rgba(10, 186, 181, 0.08) 0px 0px 0px 40px;
    }

    100% {
        box-shadow: rgba(10, 186, 181, 0) 0px 0px 0px 22px, rgba(10, 186, 181, 0) 0px 0px 0px 40px, rgba(10, 186, 181, 0) 0px 0px 0px 58px;
    }
}

.video__box .outer__video .video__inner>iframe , 
.video__box .outer__video .video__inner>video{
	position: absolute;
	left:0px;
	z-index: 3;
	top:0px;
	width: 100%;
	height: 100%;
	border-radius: 250px;
}
.video__box .outer__video .video__inner >a{
	position: absolute;
	left:50%;
	top:50%;
	z-index: 3;
	transform:translate(-50% ,-50%);
	min-width: 74px;
	max-width: 74px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 74px;
	max-height: 74px;
	background-color: #0abab5;
	border-radius: 250px;
	animation:1.8s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal none running nlp2-three-rings;
}
.video__box .outer__video .video__inner >a span{
    display: block;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid rgb(255, 255, 255);
}
.video__box .outer__video .video__inner>img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.video__box .outer__video .video__inner{
	position: relative;
	padding-bottom: 56.25%;
}
.article__grid.updated .quote>span>img{
	min-width: 54px;
	max-width: 54px;
}
.article__grid.updated .grid.double.only-two{
	grid-template-columns: repeat(2 ,1fr);
}
.article__grid.updated .quote>h2{
	margin:0px;
	font-size: 42px;
	line-height: 52px;
	font-weight: 500;
	color:rgba(0, 0, 0, 0.85);
}
.article__grid.updated .quote>span{
	display: inline-flex;
	align-items: center;
	margin-bottom: 40px;
	justify-content: center;
}
.article__grid.updated .quote{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 140px;
}
.article .small__quote>span>img{
	min-width: 42px;
	max-width: 42px;
}
.article .small__quote>p{
	margin:0px;
	display: block;
	font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #141313;
}
.article .small__quote>span{
	display: inline-flex;
	margin-right: 18px;
	align-items: center;
	justify-content: center;

}
.article .small__quote{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.article .media{
	position: relative;
}
.article .media .box>p span:before{
	content:"";
	position: absolute;
	left:50%;
	top:50%;
	width: 8px;
	height: 8px;
	background-color:#fff;
	border-radius: 250px;
	transform:translate(-50% ,-50%);
}
.article .media .box>p span{
	position: relative;
	top:6px;
	margin-right: 10px;
	min-width: 18px;
	max-width: 18px;
	min-height: 18px;
	max-height: 18px;
	position: relative;
	border-radius: 250px;
	background-color: #0abab5;
}
.article .media .box>p{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.article .media .box>p{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 30px;
	color:#fff;
}
.article .media .box>p:last-child{
	margin-bottom: 0px;
}
.article .media .box{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	left:15px;
	bottom:15px;
	padding:15px;
	width: calc(100% - 30px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(170, 187, 196, 0.52);
  backdrop-filter: blur(14px);
}
.full__image--slider .slick-slide {
      margin: 0 10px;
  }

 .full__image--slider  .slick-list {
      margin: 0 -10px;
  }

.full__image--slider .slide>.inn>img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.full__image--slider .slide>.inn{
	width: 450px;
	position: relative;
	padding-bottom: 65%;
}

.full__image--slider .slick-dots li{
	margin:0px 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.full__image--slider .slick-dots li.slick-active button{
	background-color:#0ABAB5;
}
.full__image--slider .dots__box{
	display: flex;
	justify-content: flex-start;
}
.full__image--slider .slick-dots li button{
	padding:0px;
	font-size: 0px;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	max-height: 8px;
	border-radius: 250px;
	transition:.3s ease all;
	cursor:pointer;
	border:0px;
	background-color:rgba(20,19,19,.24);
}
.full__image--slider .dots__box .slick-prev{
	order:2;
	margin-left: auto;
}
.full__image--slider .dots__box .slick-next{
	order:3;
	margin-left: 15px;
}
.full__image--slider .dots__box .slick-dots{
	order:1;
}
.full__image--slider .dots__box{
	display: flex;
	padding:25px 0px;
	justify-content: space-between;
}
.full__image--slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	padding:0px;
	position: static;
	margin:0px;
}

.full__image--slider .slick-prev{
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	border-radius: 250px;
	background:url('../img/btn-back.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	background-color:#0ABAB5;
	cursor:pointer;
	font-size:0px;
	border:0px;
	right: 72px;
	outline:none;
	transition:.3s ease all;
}

.full__image--slider .slick-prev:hover , .full__image--slider .slick-next:hover{
	background-color: rgb(0, 150, 136);
}
.full__image--slider .slick-next{
	min-width: 48px;
	cursor:pointer;
	max-width: 48px;
	min-height: 48px;
	background:url('../img/btn-next.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	max-height: 48px;
	border-radius: 250px;
	background-color:#0ABAB5;
	font-size:0px;
	border:0px;
	outline:none;
	transition:.3s ease all;
}


.love__article{
	padding-top: 50px;
	padding-bottom: 50px;
}
.love__article .outer__article--love>.top{
	margin-bottom: 50px;
}
.love__article .outer__article--love  .bottom>.grid>.elem>p{
	margin:0px;
	font-size: 24px;
	font-weight: 500;
	color:#221D1F;
}
.love__article .outer__article--love  .bottom>.grid>.elem>span{
	display: inline-flex;
	align-items: cener;
	justify-content: center;
	margin-bottom: 12px;
}
.love__article .outer__article--love  .bottom>.grid>.elem{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.love__article .outer__article--love  .bottom>.grid{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.love__article .outer__article--love>.top>p{
	text-align: center;
  font-size: 22px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  line-height: 143%;
  color: #464646;
  opacity: .64;
  font-weight: 400;
}
.love__article .outer__article--love>.top>h2{
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
  color: #221D1F;
  font-weight: 500;
}
.love__article .outer__article--love>.top{
	text-align: center;
	padding:66px 66px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background-color: #edf4f5;
	border-radius: 20px;
}
.cta__box .after>p{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 25px;
}
.cta__box .after{
	margin-top: 50px;
	padding-top: 23px;
	border-top:1px solid #fff;
}
.float__box .box__wrapper>.elem__article .desc{
	position: relative;
	z-index: 4;
}
.float__box .box__wrapper>.elem__article:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color:rgba(0,0,0,.5);
}
.float__box .box__wrapper>.elem__article{
	height: 100vh;
	position: sticky;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	top:0px;
}
.article__hero , footer , .article , .full__image--slider ,.article__steps ,.article__grid{
	overflow-x:hidden;
}
.float__box .box__wrapper{
	width: 100%;
}
.float__box{
	padding-top: 55px;
}
.float__box .elem__article>.desc>p{
	font-size: 22px;
	line-height: 150%;
	color:#fff;
	margin-bottom: 0px;

}
.float__box .elem__article>.desc>h2{
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 500;
}
.float__box .elem__article>.desc{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}
.float__box .elem__article{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 180px;
}
.float__box .top>p{
  display: block;
  font-size: 22px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
  color: #141313;
  opacity: .64;
}
.float__box .top>h2{
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
  color: #221D1F;
  font-weight: 500;
}
.elem__article .desc{
	padding-left: 20px;
	padding-right: 20px;
}
.float__box .top{
	text-align: center;
	margin-bottom: 45px;
}
.hero__section{
	overflow-x:hidden;
}

.main-slider .slick-list{
	margin:0px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe .subscribe-right>p.sub-price:last-child{
	margin-right: 0px;
}
.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe .subscribe-right>p.sub-price{
	text-decoration: none;
	color:#0C0C0D;
	font-size: 16px;
	line-height: 20px;
}
.article.long .outer__article .desc .small-desc>span:last-child{
	margin-bottom: 0px;
}
.article.long .outer__article .desc .small-desc>span{
  display: block;
  font-size: 22px;
  line-height: 150%;
  color: #141313;
  opacity: .64;
  margin-bottom: 16px;
}
.article.long .outer__article .desc .small-desc>span span{
	font-weight: 600;
}
.article.long .outer__article .desc{
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-column-gap: 80px;
}
.article.long .outer__article .media{
	max-width: 100%;
}

.article.long .outer__article{
	flex-direction: column;
}


.faq__section .outer__faq .inner .elem .content>.links>a:hover{
	opacity:.7;
}
.faq__section .outer__faq .inner .elem .content>.links>a{
	text-decoration: underline;
	color:#141313;
	opacity:.64;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	display: inline-flex;
	margin-bottom: 12px;
	transition:.3s ease all;
}
.faq__section .outer__faq .inner .elem .content>.links>a:last-child{
	margin-bottom: 0px;
}
.faq__section .outer__faq .inner .elem .content>.links{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}



.risk__free{
	padding:120px 0px;
}
.risk__free .outer__free .btns>a{
	margin-right: 16px;
}
.risk__free .outer__free .btns>a:last-child{
	margin-right: 0px;
}
.risk__free .outer__free .btns{
	display: flex;
	align-items: center;
	justify-content: center;
}
.risk__free .outer__free>p{
  display: block;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 150%;
  color: #141313;
  opacity: .64;
  margin-bottom: 32px;
}
.risk__free .outer__free>h2{
  text-align: center;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  color: #141313;
  font-weight: 500;
  margin-top: 0px;
}
.risk__free .outer__free{
	text-align: center;
}

.article.smaller.long .double .desc ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
.article.smaller.long .double .desc ul>li span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2.5px;
  margin-right: 10px;
}
.article.smaller.long .double .desc ul>li{
  display: flex;
  font-size: 20px;
  line-height: 34px;
  color: rgba(20, 19, 19, .64);
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.article.smaller.long .double .desc{
	display: flex;
	gap:0px;
	flex-direction: column;
}
.article.smaller.long .double{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:80px;
}
.membership__slider{
	padding:120px 0px;
}
.membership__slider .outer__membership .slider{
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.membership__slider .outer__membership  .slider .inn .media>img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.membership__slider .outer__membership  .slider .inn .media{
	position: relative;
	min-height: 430px;
	width: 100%;
}
.membership__slider .outer__membership  .slider .inn .desc >span{
	color:#121212;
	font-size: 22px;
	line-height: 1.6;
	opacity:.64;
}
.membership__slider .outer__membership  .slider .inn .desc >p{
	margin-top: 0px;
	font-size: 28px;
	color:#0f172a;
	font-weight: 500;
}
.membership__slider .outer__membership  .slider .inn .desc .btn-box{
	margin-top: 48px;
}

.membership__slider .slick-dots li{
	margin:0px 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.membership__slider .slick-dots li.slick-active button{
	background-color:#0ABAB5;
}


.membership__slider  .slick-slide {
      margin: 0 15px;
  }

.membership__slider  .slick-list {
      margin: 0 15px;
  }

.membership__slider .slick-dots li button{
	padding:0px;
	font-size: 0px;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	max-height: 8px;
	border-radius: 250px;
	transition:.3s ease all;
	cursor:pointer;
	border:0px;
	background-color:rgba(20,19,19,.24);
}
.membership__slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	padding:0px;
	position: static;
	margin:0px;
	margin-top: 48px;
}


.membership__slider .outer__membership  .slider .inn .desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content:center;
}
.membership__slider .outer__membership  .slider .inn{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background-color: #e8f8f6;
	justify-content: space-between;
	padding:60px;
	border-radius: 20px;
	gap:60px;
}
.membership__slider .outer__membership>.top>h2{
	text-align: center;
	margin:0px;
	font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}
.membership__slider .outer__membership>.top{
	text-align: center;
	margin-bottom: 80px;
}
.hero__section.updated .slide .inn.double .inner__layer{
	width: 100%;
	max-width: 1240px;
	position: relative;
}
.hero__section.updated .slide .inn.double .inner__layer .right{
	margin-top: 100px;
	max-width: 480px;
}
.hero__section.updated .slide .inn.double .inner__layer{
	min-height: 720px;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 110px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
.hero__section.updated .slide .inn.double .left>h2{
	margin-top: 24px;
	margin-bottom: 0px;
	font-size:56px;
	line-height: 1;
	color:#fff;
	letter-spacing: -2px;
	font-weight: 500;
}
.hero__section.updated .slide .inn.double .left>span.tag{
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 250px;
	background-color: #fff;
	color: #121212;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  text-transform: uppercase;
}
.hero__section.updated .slide .inn.double .left{
	max-width: 540px;
	margin-right: auto;
}
.hero__section.updated .slide .inn.double .right .btn-box{
	margin-top: 24px;
}
.hero__section.updated .slide .inn.double .right>p{
	margin:0px;
	font-size: 22px;
	line-height: 30px;
	text-shadow:0px 0px 5px rgba(0,0,0,.3);
	color:#fff;
}
.hero__section.updated .slide .inn.double .right{
	max-width: 540px;
	margin-left: auto;
}
.hero__section.updated .slide .inn.double{
	display: flex;
	flex-direction: column;
}
.hero__section.updated .slide .inn.double .inner__layer{
	gap:0px;
}
@media (max-width: 1340px){
	.hero__section.updated .slide .inn.double .left>h2{
		font-size: 44px;
		line-height: 52px;
	}
	.hero__section.updated .slide .inn.double .right>p{
		font-size: 18px;
		line-height: 26px;
	}
	.risk__free .outer__free>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.float__box .top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.float__box .elem__article>.desc>h2{
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 48px;
	}
	.love__article .outer__article--love>.top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.love__article .outer__article--love>.top{
		padding:35px;
	}
	/*reviews main*/
	.reviews__main .outer__main--reviews .top__part>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.reviews__main .outer__main--reviews .tab__switcher{
		margin-top: 30px;
		margin-bottom: 45px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc>p{
		font-size: 30px;
	}
	.reviews__main .outer__main--reviews{
		padding:35px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .slick-dots{
		margin-top: 25px;
	}
	/*reviews main*/
	/*boost*/
	.boost .inside>img{
		max-width: 870px;
		top:100px;
	}
	.boost .inside{
		margin-top: 0px;
	}
	.boost .inside .inside__head>h2{
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 16px;
	}
	.boost .outer__boost>.top>h2{
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 12px;
	}
	/*boost*/
	/*compare box*/
	.compare__box .top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	/*compare box*/
	/*product hero*/
	.product__hero .outer__product--hero>h2{
		font-size: 56px;
		line-height: 64px;
	}
	/* product hero */

	/*product section*/
	.product__section .outer__product .desc>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.product__section .outer__product{
		gap:40px;
	}
	.product__section .slider__product , .product__section .outer__product .desc{
		width: calc(50% - 20px);
	}
	/*product section*/
	/*complete stack*/
	.complete__stack .outer__complete>.top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	/*complete stack*/
	/*faq section*/
	.faq__section .outer__faq>h2{
		font-size: 40px;
		line-height: 48px;
	}
	/*faq section*/
	/*product cta*/
	.product-cta .outer__cta .desc>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.product-cta .outer__cta{
		gap:54px;
	}
	/*product cta*/
	/*category box*/
	.category__box .outer__category .main__products>.head ul>li{
		margin-right: 32px;
	}
	.category__box .outer__category .main__products>.head>form{
		max-width: 300px;
	}
	/*category box*/
	/*small hero*/
	.small__hero .outer__small>h2{
		font-size: 56px;
		line-height: 64px;
	}
	.small__hero .outer__small{
		min-height: 420px;
	}
	/*small hero*/
	/*featured*/
	.featured__products .top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	/*featured*/
	/*article steps*/
	.article__steps .outer__article>.top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	/*article steps*/
	/*testimonials*/
	.testimonials__slider .outer__testimonials .slide .inner>p{
		font-size: 40px;
		line-height: 56px;
	}
	/*testimonials*/
	/*card block*/
	.card__block .outer__card .desc .inner>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.card__block .outer__card .desc{
		padding:50px 32px;
	}
	/*card block*/
	/*article grid*/
	.article__grid .top__part>h2{
		font-size: 40px;
		line-height: 48px;
	}
	
	/*article grid*/

	/*compare*/
	.compare__section .outer__compare>.top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	/*compare*/
	/*bestsellers*/
	.bestsellers__box .outer__bestsellers>.top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	/*bestsellers*/
	/*hero article*/
	.article__hero .outer__hero>h2{
		font-size: 56px;
		line-height: 64px;
	}
	.article__hero .outer__hero{
		padding-top: 112px;
		padding-bottom: 112px;
	}
	/*hero article*/

	/*about*/
	.about__company .outer__about>.top>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.about__company .outer__about .quote>p{
		font-size: 40px;
		line-height: 48px;
	}

	/*about*/
	/*footer*/
	footer .top__footer{
		grid-template-columns: minmax(200px, 0.8fr) minmax(180px, 0.806fr) minmax(150px, 0.621fr) minmax(250px, 1.124fr);
	}
	/*footer*/

	/*article*/
	.article .outer__article .desc>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.article .outer__article{
		gap:40px;
	}

	/*article*/

	/*products showcase*/
	.products__showcase .outer__showcase>.top>.left>h2{
		font-size: 40px;
		line-height: 48px;
	}
	
	/*products showcase*/
	/*article double*/
	.article__double .outer__article .media{
		margin-top: 80px;
	}
	.article__double .outer__article>.top__part>.left>h2{
		font-size: 40px;
		line-height: 48px;
	}
	/*article double*/
	/*quote*/
	.quote__section .outer__quote>p{
		font-size: 40px;
		line-height: 56px;
	}
	/*quote*/
}

@media (max-width: 1199px){
	.full__image--slider .slick-list{
		marign:0px;
	}
	.full__image--slider{
		padding-left: 15px;
		padding-right: 15px;
	}
	.full__image--slider .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.full__image--slider .slide>.inn{
		width: 100%!important;
	}
	.full__image--slider .slide>.inn>img{
		border-radius: 24px;
	}
	.featured__products .slider .slide .inn .desc > span{
		display: block;
		overflow: visible;
		max-height: none;
		height: auto;
	}
	.featured__products .slider .slide .inn .desc .btn-box{
		display: block;
	}
	.membership__slider .outer__membership>.top{
		margin-bottom: 44px;
	}
	.membership__slider .outer__membership>.top>h2{
		font-size: 40px;
		line-height: 48px;
	}
}
.category__side .close-btn{
	display: none;
}
.membership__slider{
	padding-left: 15px!important;
	padding-right: 15px!important;
}
@media (max-width: 1200px){
	.membership__slider .outer__membership .slider .inn{
		gap:30px;
		padding:35px;
	}
	.membership__slider .outer__membership .slider .inn .media{
		height: 100%;
	}
	.membership__slider{
		padding:64px 0px;
	}
	.article.smaller.long .double{
		gap:40px;
	}
	.article__steps .outer__article .grid.double.four.travel .arrow:nth-child(2)>img{
			left:0px!important;
	}
	.article__steps .outer__article .grid.double.four.travel .arrow:nth-child(4)>img{
		left:0px;
	}
	.article__steps .outer__article .grid.double.four.travel .arrow:nth-child(6) img{
		left:-15px;
	}
	.risk__free{
		padding:64px 0px;
	}
	.faq__section .outer__faq .inner .elem .content>.links>a{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 8px;
	}
	.article.long .outer__article .desc{
		gap:40px;
	}
	.article__grid.updated .quote>h2{
		font-size: 36px;
		line-height: 44px;
	}
	.article__grid.updated .quote{
		margin-bottom: 80px;
	}
	.article__grid.updated .quote>span{
		margin-bottom: 30px;
	}
	.bubbles-box.four-elements.three{
		display: flex;
		justify-content: space-between;
		
	}
	.bubbles-box.four-elements.three>.bubble{
		margin:0px;
	}
	.bubbles-box.four-elements.three:after{
		content:none;
	}
	.bubbles-box.four-elements.three>.bubble:before , .bubbles-box.four-elements.three>.bubble:after{
		content:none!important;
	}
	.article__steps .outer__article .grid.four{
		max-width: 940px;
	}
	.article__steps .outer__article .grid.double.four .arrow{
		max-width: 80px;
	}
	.article__steps .outer__article .grid.double.four .arrow img{
		max-width: 120px;
	}
	.article__steps .outer__article .grid.double.four.second-version .arrow img{
		max-width: 100px;
	}
	.article__steps .outer__article .grid.four .arrow:nth-child(4)>img{
		left:-15px;
	}
	.article__steps .outer__article .grid.double.four .arrow:nth-child(6) img{
		position: relative;
		left: 15px;
	}
	.bubbles-box.four-elements{
		display: grid;
		grid-template-columns: repeat(2 ,1fr);
		grid-row-gap:10px;
		grid-column-gap: 25px;
	}
	.bubbles-box.four-elements>.bubble{
		margin-left: auto;
		margin-right: auto;
	}
	.bubbles-box.four-elements>.bubble{
		position: relative;
		z-index: 2;
	}
	.bubbles-box.four-elements>.bubble:nth-child(1):before{
		content:"";
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		left:-501.5px;
		width: 500px;
		height: 10px;
		background-color: #fff;
	}
	.bubbles-box.four-elements>.bubble:nth-child(2):before{
		content:"";
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		right:-501.5px;
		width: 500px;
		height: 10px;
		background-color: #fff;
	}

	.bubbles-box.four-elements{
		overflow:hidden;
	}
	.bubbles-box.four-elements>.bubble:nth-child(3):before{
		content:"";
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		left:-501.5px;
		width: 500px;
		height: 10px;
		background-color: #fff;
	}
	.bubbles-box.four-elements>.bubble:nth-child(4):before{
		content:"";
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		right:-502px;
		width: 500px;
		height: 10px;
		background-color: #fff;
	}
	.bubbles-box.four-elements:before{
		top:62px;
	}
	.bubbles-box.four-elements:after{
		content: "";
    position: absolute;
    bottom:62px;
    width: 100%;
    height: 2px;
    background-color: #0ABAB5;
    left: 0px;
    transform: translateY(-50%);
	}
	/*boost*/
	.boost .inside .inside__slider .slick-prev{
		left:-60px;
	}
	.boost .inside .inside__slider .slick-next{
		right:-60px;
	}
	.boost{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.boost .outer__boost>.top{
		margin-bottom: 42px;
	}
	.boost .outer__boost .boost__table>.rows>.row .head>p{
		font-size: 21px;
		line-height: 26px;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el>p{
		font-size: 18px;
	}
	.boost .outer__boost .boost__table>.rows>.row.featured .content>.el>p{
		font-size: 16px;
	}
	.boost .outer__boost .boost__table>.rows>.row.not-included .content>.el>p{
		font-size: 16px;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el>span{
		margin-right: 10px;
		min-width: 32px;
		max-width: 32px;
		min-height: 32px;
		max-height: 32px;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el>span>img{
		max-width: 100%;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el{
		padding-left: 15px;
		padding-right: 15px;
	}
	/*boost*/
	.bubbles-box.five-elements{
		display: grid;
		grid-template-columns: repeat(3 ,1fr);
		overflow:hidden;
		gap:12px;
	}
	.bubbles-box.five-elements:before{
		transform:none;
		top:50px;
	}
	.bubbles-box.five-elements>.bubble:nth-child(1):before{
		content:"";
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		left:-501.5px;
		width: 500px;
		height: 10px;
		background-color: #fff;
	}
	.bubbles-box.five-elements>.bubble:nth-child(3):before{
		content:"";
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		right:-501.5px;
		width: 500px;
		height: 10px;
		background-color: #fff;
	}


	.bubbles-box.five-elements>.bubble:nth-child(4):before{
		content:"";
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		left:-501.5px;
		width: 500px;
		height: 10px;
		background-color: #fff;
	}
	.bubbles-box.five-elements>.bubble:nth-child(5):before{
		content:"";
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		right:-502px;
		width: 500px;
		height: 10px;
		background-color: #fff;
	}
	.bubbles-box.five-elements:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0ABAB5;
    left: 0px;
		transform:none;
		bottom:50px;
	}
	.bubbles-box.five-elements>.bubble:nth-child(4){
		position: relative;
		left: 50%;
	}
	.bubbles-box.five-elements>.bubble:nth-child(5){
		position: relative;
		left: 50%;
	}
	.bubbles-box.five-elements>.bubble{
		margin-left: auto;
		position: relative;
		z-index: 2;
		margin-right: auto;
	}
	.bubbles-box >.spacer:nth-child(2) , .bubbles-box >.spacer:nth-child(4){
		width: calc(100% - 300px);
	}
	.bubbles-box >.spacer:nth-child(6){
		display: none;
	}

	/*compare box*/
	.compare__box{
		padding:64px 0px;
	}
	.compare__box .top{
		margin-bottom: 48px;
	}
	/*compare box*/
	/*product section*/
	.product__section{
		padding:64px 0px;
	}
	/*product section*/
	/*complete stack*/
	.complete__stack .outer__complete .btn-box{
		margin-top: 38px;
	}
	.complete__stack .outer__complete .grid{
		margin-bottom: 38px;
	}
	.complete__stack{
		padding:64px 0px;
	}
	.complete__stack .outer__complete>.top>h2{
		margin-bottom: 12px;
	}
	.complete__stack .outer__complete>.top{
		margin-bottom: 42px;
	}
	/*complete stack*/
	/*faq section*/
	.faq__section{
		padding:64px 0px;
	}
	.faq__section .outer__faq>h2{
		margin-bottom: 40px;
	}
	.faq__section .outer__faq .inner>.elem{
		padding:16px;
	}
	.faq__section .outer__faq .inner>.elem .left>p{
		font-size: 22px;
		line-height: 130%;
	}
	.faq__section .outer__faq .inner>.elem .left .content>p{
		font-size: 18px;
		line-height: 150%;
	}
	.faq__section .outer__faq .inner>.elem .left .content{
		margin-top: 7px;
	}
	.faq__section .outer__faq .inner>.elem .right{
		min-width: 32px;
		max-width: 32px;
		min-height: 32px;
		max-height: 32px;
		margin-left: 16px;
	}
	.faq__section .outer__faq .inner>.elem .right>img{
		max-width: 12px;
	}
	/*faq section*/
	/*product cta*/
	.product-cta{
		padding:64px 0px;
	}
	/*product cta*/
	/*category box*/
	.category__side .close-btn{
		display: inline-flex;
		align-items: center;
		justify-content: cener;
		position: absolute;
		left:8px;
		top:8px;
		opacity:.5;
	}
	.category-btn{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 12px;
	}
	.category__box .outer__category .main__products>.head ul>li>a{

		padding:0px;
		min-height: 50px;
	}
	.category-btn>a span{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-right: 8px;
	}
	.category-btn>a{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 56px;
		font-size: 16px;
		line-height: 120%;
		letter-spacing: -0.02em;
		color:#fff;
		font-weight: 500;
		text-decoration: none;
		background-color:#0ABAB5;
		border-radius: 16px;
	}
	.category__box .outer__category .main__products>.head{
		margin-bottom: 48px;
		margin-top: 0px;
	}
	.category__box .outer__category .main__products>.head{
		flex-direction: column;
		align-items: center;
	}
	.category__box .outer__category .main__products>.head>form{
		max-width: 100%;
		margin-bottom: 24px;
	}
	.category__box{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.category__box .outer__category .category__side{
		position: fixed;
		top:0px;
		left:-100%;
		transition:.5s ease all;
		width: 100%;
		height: 100%;
		z-index: 3;
		background-color: #fff;
		min-width: 0px;
		max-width: 100%;
		padding:24px;
	}
	.category__box .outer__category .category__side>.top{
		margin-bottom: 7px;
	}
	.category__box .outer__category .category__side>.showing{
		margin-bottom: 10px;
	}
	.category__box .controls{
		gap:12px;
	}
	/*category box*/
	/*hero main*/
	.hero__section .slide>.inn>h2{
		font-size: 56px;
		line-height: 64px;
	}
	/*hero main*/
	/*featured*/
	.featured__products{
		padding:64px 0px;
	}
	.featured__products .slider .slide .inn{
		padding:24px;
	}
	.featured__products .top{
		margin-bottom: 64px;
	}
	/*featured*/
	/*article steps*/
	.article__steps .outer__article .grid .arrow>img{
		max-width: 130px;
	}
	.article__steps .outer__article .grid{
		max-width: 840px;
	}
	.article__steps .outer__article .grid .arrow:nth-child(2)>img{
		left:-5px;
	}
	.article__steps .outer__article .grid .arrow:nth-child(4)>img{
		left:8px;
	}
	.article__steps .outer__article .grid .elem>.desc>span{
		font-size: 20px;
	}
	.article__steps{
		padding:64px 0px;
	}
	.article__steps .outer__article>.top{
		margin-bottom: 64px;
	}
	/*article steps*/
	/*testimonials*/
	.testimonials__slider{
		padding:64px 0px;
	}
	.testimonials__slider .outer__testimonials .slide .inner .author{
		margin-top: 40px;
	}
	.testimonials__slider .outer__testimonials .slide .inner>.stars>ul{
		margin-bottom: 40px;
	}
	/*testimonials*/
	/*card block*/

	.card__block .outer__card{
		flex-direction: column;
	}
	.card__block .outer__card .desc{
		width: 100%;
	}
	.card__block .outer__card .desc .inner{
		max-width: 100%;
	}
	.card__block .outer__card .media{
		width: 100%;
	}
	.card__block .outer__card .desc .inner>p{
		margin-bottom: 22px;
	}
	/*card block*/
	/*article grid*/
	.article__grid .grid .elem{
		padding:24px;
	}
	.article__grid .grid.double{
		grid-template-columns: repeat(2 ,1fr);
	}
	.article__grid .grid.double>.elem{
		border-top:0px;
	}
	.article__grid .grid.double>.elem:nth-child(1n){
		border-right: 0px;
		border-bottom:1px solid #D8D8D8;
		border-right: 1px solid #D8D8D8;
	}
	.article__grid .grid.double>.elem:nth-child(2n){
		border-right: 0px;
	}
	.article__grid{
		padding:64px 0px;
	}
	.article__grid .after__text{
		margin-top: 64px;
	}
	/*article grid*/
	/*compare*/
	.compare__section .outer__compare>.top{
		margin-bottom: 80px;
	}
	.compare__section{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.compare__section .outer__compare .box>.head{
		padding:24px;
		text-align: center;
	}
	.compare__section .outer__compare .box>.head>p{
		font-size: 20px;
	}
	/*compare*/
	/*bestsellers*/
	.bestsellers__box{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem:last-child{
		border-right:1px solid rgba(0,0,0,.1);
	}
	.bestsellers__box .outer__bestsellers .grid>.elem:last-child{
		padding-right: 30px;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem:last-child:before{
		content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    width: 2px;
    height: 42px;
    background-color: #0ABAB5;
	}
	.bestsellers__box .outer__bestsellers .grid{
		display: grid;
		grid-row-gap:64px;
		grid-column-gap: 64px;
		grid-template-columns: repeat(2 ,1fr);
	}
	.bestsellers__box .outer__bestsellers>.top{
		margin-bottom: 64px;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem{
		max-width: 100%;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem.longer , .bestsellers__box .outer__bestsellers .grid>.elem:last-child{
		max-width: 100%;
		padding-left: 0px;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem.longer:nth-child(3n){
		padding-left: 0px;
	}
	/*bestsellers*/
	/*hero article*/
	.article__hero .outer__hero{
		min-height: 0px;
	}
	.article__hero .outer__hero>h2{
		font-size: 48px;
		line-height: 56px;
	}
	/*hero article*/

	/*about*/
	.about__company{
		padding:64px 0px;
	}
	.about__company .outer__about>.top{
		margin-bottom: 64px;
	}
	.about__company .outer__about .company__accordions .accordion .top>p{
		font-size: 20px;
		line-height: 120%;
	}
	.about__company .outer__about .company__accordions .accordion .top>p span{
		font-size: 24px;
	}
	.about__company .outer__about .company__accordions .accordion .top>span{
		min-width: 32px;
		max-width: 32px;
		min-height: 32px;
		max-height: 32px;
	}
	.about__company .outer__about .company__accordions .accordion .top>span>img{
		max-width: 12px;
	}
	.about__company .outer__about .quote{
		margin-top: 64px;
	}
	/*about*/

	/*article*/
	.article .outer__article .desc .list{
		margin-bottom: 32px;
	}
	.sub-topic{
		margin-bottom:32px;
	}
	.sub-topic ul{
		margin-bottom: 32px;
	}
	.article{
		padding:64px 0px;
	}
	/*article*/
	/*quote*/
	.quote__section{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	/*quote*/
	/*article double*/
	.article__double{
		padding-top: 64px;
		padding-bottom: 64px;
	}

	/*article double*/

	/*products showcase*/
	.slider-products .slide{
		min-width: 450px;
		max-width: 450px;
	}
	.slider-products .slide>.inn{
		padding:24px 20px;
	}
	.slider-products .slide>.inn .media{
		margin-bottom: 24px;
	}
	.products__showcase .outer__showcase>.top .right>span{
		margin-bottom: 0px;
	}
	.products__showcase .standart>p{
		margin-bottom: 40px;
	}
	.products__showcase{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.products__showcase .outer__showcase>.top{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.products__showcase .outer__showcase>.top .right{
		text-align: center;
		margin-top: 40px;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	.products__showcase .outer__showcase>.top .left{
		min-width: 0px;
		margin-right: 0px;
	}
	/*products showcase*/

	.container{
		padding-left: 32px;
		padding-right: 32px;
	}


	/*cta-box*/
	.cta__box .outer__cta{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.cta__box .outer__cta>h2{
		font-size: 56px;
	}

	/*cta-box*/

	/*footer*/
	footer{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	footer .top__footer{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		gap:32px;
	}
	footer .top__footer>.column{
		width: calc(33% - 22px);
	}
	footer .top__footer>.column:nth-child(1){
		width: 100%;
		margin-bottom: 24px;
	}
	footer .bottom__footer{
		margin-top: 64px;
		padding-top: 24px;
	}
	/*footer*/
}
.menu-btn{
	display: none;
}
.mobile-logo{
	display: none;
}
.close-menu{
	display: none;
}
.overlay{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color:rgba(0,0,0,.6);
	display: none;
}
.boost .outer__boost .boost__table>.rows>.row .head .arrow{
	display: none;
}
.article__steps .outer__article .grid .elem .media img{
	max-width: 100%;
	max-height: 100%;
}
.article__grid.updated .quote>h2{
	text-align: center;
}
.article.long .compare-inner{
	padding-bottom: 56.25%;
}
.article.smaller.long .double .desc ul>li:last-child{
	margin-bottom: 0px;
}
.hero__section.updated .slick-list{
	margin:0px;
}
@media (max-width: 991px){
	.hero__section.updated .slide .inn.double .left>h2{
		font-size: 36px;
		line-height: 44px;
		margin-top: 15px;
	}
	.hero__section.updated .slide .inn.double .left>span.tag{
		min-height: 26px;
		font-size: 14px;
	}
	.hero__section.updated .slide .inn.double{
		padding:0px;
	}
	.membership__slider{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.membership__slider .outer__membership>.top{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 24px;
	}
	.membership__slider .outer__membership>.top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.membership__slider .outer__membership .slider .inn .media{
		min-height: 0px;
		padding-bottom: 100%;
	}
	.membership__slider .outer__membership .slider .inn{
		grid-template-columns: 1fr;
		grid-row-gap:24px;
	}
	.membership__slider .outer__membership .slider .inn{
		padding:30px;
	}
	.membership__slider .outer__membership .slider .inn .desc >p{
		margin-bottom: 15px;
		font-size: 22px;
	}
	.membership__slider .outer__membership .slider .inn .desc >span{
		font-size: 18px;
	}
	.membership__slider .outer__membership .slider .inn .desc .btn-box{
		margin-top: 20px;
	}
	.article.smaller.long .outer__article>.double{
		flex-direction: column;
	}
	.article.smaller.long .outer__article>.double .desc .btn-box{
		justify-content: flex-start;
	}
	.article.smaller.long .outer__article>.desc{
		order:1;
	}
	.article.smaller.long .outer__article>.double{
		order:2;
	}
	.risk__free .outer__free>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.article.long .outer__article .desc{
		grid-template-columns: 1fr;
		gap:24px;
	}
	.article.long .outer__article{
		gap:24px;
	}
	.article.long .outer__article .desc>h2{
		margin-bottom: 0px;
	}
	.float__box .elem__article>.desc>h2{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.float__box .elem__article>.desc>p{
		margin-top: 12px;
		font-size: 18px;
	}
	.cta__box .after>p{
		font-size: 14px;
		line-height: 20px;
	}
	.love__article .outer__article--love>.top{
		padding:35px 20px;
	}
	.love__article .outer__article--love>.top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.love__article .outer__article--love .bottom>.grid{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap:45px;
	}
	.article .media .box>p{
		font-size: 14px;
		line-height: 20px;
	}
	.article .media .box>p{
		margin-bottom: 8px;
	}
	.article .media .box{
		padding:10px;
	}
	.article .media .box>p span{
		top:1px;
		margin-right: 6px;
	}
	.article .media.with-box>img{
		height: 350px;
		object-fit: cover;
	}
	.article .media.with-box{
		min-height: 350px;
	}
	.article .media .box{
		left:10px;
		bottom:10px;
		width: calc(100% - 20px);
	}
	.article__grid.updated .quote>h2{
		font-size: 28px;
		line-height: 34px;
	}
	.article__grid.updated .grid.double.only-two{
		grid-template-columns: 1fr;
	}
	.video__box .outer__video .video__inner >a{
		min-width: 55px;
		max-width: 55px;
		min-height: 55px;
		max-height: 55px;
	}
	.faq__big{
		padding:60px 0px;
	}
	.faq__big .outer__faq>.elem>.content{
		padding-left: 15px;
	}
	.faq__big .outer__faq .elem .elem .head>p{
		font-size: 16px!important;
		line-height: 22px!important;
	}
	.faq__big .outer__faq .elem .head>p{
		font-size: 20px!important;
		line-height: 26px!important;
	}
	.faq__big .outer__faq .elem .content p , .faq__big .outer__faq .elem .content ul{
		font-size: 14px;
		line-height: 22px;
	}
	.faq__big .outer__faq .elem .content a, .faq__big .outer__faq .elem .content span{
		font-size: 16px!important;
	}
	.document__box .outer__document>h2{
		font-size: 45px;
		margin-bottom: 33px;
	}
	.document__box .outer__document>span, .document__box .outer__document>p{
		margin-bottom: 18px;
		font-size: 18px;
	}
	.document__box .outer__document .topic.first{
		margin-top: 36px;
	}
	.document__box .outer__document .topic{
		margin-bottom: 36px;
	}
	.document__box .outer__document .topic>h2{
		font-size: 27px;
	}
	.document__box .outer__document .topic>h2{
		margin-bottom: 18px;
	}
	.document__box .outer__document .topic>p{
		font-size: 18px;
		margin-bottom: 18px;
	}
	.document__box .outer__document .topic ul , .document__box .outer__document .topic ol{
		padding-left: 24px;
		font-size: 18px;
		margin-bottom: 18px;
	}
	.article__steps .outer__article .grid .arrow{
		display: none!important;
	}
	.pick-option .flavor .group__input>select{
		height: 48px;
		font-size: 16px;
	}
	.pick-option .flavor>p{
		font-size: 18px;
		line-height: 23px;
	}
	.pick-option .flavor{
		margin-bottom: 12px;
	}
	.inside__switcher ul{
		margin-top: 128px;
	}
	.inside__switcher .inside{
		margin-top: 40px;
	}
	.inside__switcher ul>li>a{

		font-size: 14px;
		line-height: 110%;
	}
	.article .compare-inner{
		padding-bottom: 100%;
	}
	/*reviews main*/
	.reviews__main{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.reviews__main .outer__main--reviews{
		padding:48px 16px;
	}
	.reviews__main .outer__main--reviews .top__part>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.reviews__main .outer__main--reviews .tab__switcher{
		margin-bottom: 60px;
	}
	.reviews__main .outer__main--reviews .tab__switcher>ul>li>a{
		font-size: 14px;
		min-height: 58px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn{
		flex-direction: column;
		display: flex;
		padding:16px;
		gap:32px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc>p{
		font-size: 24px;
		margin-bottom: 28px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc>span{
		margin-bottom: 32px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc>span img{
		min-width: 51px;
		max-width: 51px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .flag img{
		min-width: 40px;
		max-width: 40px;
		min-height: 40px;
		max-height: 40px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .author-info>p{
		font-size: 16px;
		margin-bottom: 4px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .author-info>span{
		font-size: 14px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .author-info>span span img{
		max-width: 20px;
	}
	.reviews__main .outer__main--reviews .content .slider.with__images .inn .desc .author .author-info>span>span{
		top:-1px;
	}
	/*reviews main*/
	/*boost*/
	.boost .inside .inside__slider .slide .inn{
		flex-direction: column;
	}
	.boost .inside .inside__slider{
		max-width: 540px;
	}
	.boost .inside .inside__slider .slide .inn .media{
		width: 100%;
	}
	.boost .inside .inside__slider .slide .inn{
		gap:20px;
	}
	.boost .inside .inside__slider .slide .inn .text{
		width: 100%;
	}
	.boost .inside .inside__slider .slide .inn .text>p{
		order:1;
	}
	.boost .inside .inside__slider .slide .inn .text>.btn-box{
		order:2;
	}
	.boost .inside .inside__slider .slide .inn .text>span{
		order:3;
	}
	.boost .inside .inside__slider .slide .inn .text>.italic{
		order:4;
	}
	.boost .inside>img{
		display: none;
	}
	.boost .inside .inside__head{
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 38px;
	}
	.boost .inside{
		margin-top: 128px;
	}
	.boost .inside .inside__head>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.boost .inside .inside__head>p{
		font-size: 14px;
		line-height: 20px;
	}
	.boost .outer__boost .boost__table>.rows>.row.featured .head .arrow svg path{
		stroke:#fff;
	}
	.boost .outer__boost .boost__table>.rows>.row.closed .head .arrow{
		transform:translateY(-50%) rotate(-180deg);
	}
	.boost .outer__boost .boost__table>.rows>.row .head{
		padding-right: 22px;
	}
	.boost .outer__boost .boost__table>.rows>.row .head{
		margin-bottom: 8px!important;
	}
	.boost .outer__boost .boost__table>.rows>.row .content{
		margin-top: 8px;
	}
	.boost .outer__boost .boost__table>.rows>.row .head .arrow{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		right:0px;
		transition:.3s ease all;
	}
	.boost .outer__boost .boost__table>.rows>.row .head{
		position: relative;
	}
	.boost .outer__boost>.top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.boost .outer__boost .boost__table>.media{
		display: none;
	}
	.boost .outer__boost .boost__table{
		padding-left: 0px;
	}
	.boost .outer__boost .boost__table>.rows{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:16px;
	}
	.boost .outer__boost .boost__table>.rows>.row:nth-child(1), .boost .outer__boost .boost__table>.rows>.row:nth-child(3){
		width: 100%;
	}
	.boost .outer__boost .boost__table>.rows>.row:nth-child(2){
		width: 100%;
	}
	.boost .outer__boost .boost__table>.rows>.row .head{
		height: auto;
		text-align: left;
		justify-content: flex-start;
	}
	.boost .outer__boost .boost__table>.rows>.row .head>p{
		text-align: left;
	}
	.boost .outer__boost .boost__table>.rows>.row .head>p br{
		display: none;
	}
	.boost .outer__boost .boost__table>.rows>.row{
		padding:16px;
		padding-bottom: 8px;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el>p{
		font-size: 14px;
	}
	.boost .outer__boost .boost__table>.rows>.row .head{
		margin-bottom: 16px;
	}
	.boost .outer__boost .boost__table>.rows>.row .head .img img{
		max-width: 105px;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el>span{
		min-width: 24px;
		max-width: 24px;
		min-height: 24px;
		max-height: 24px;
		margin-right: 8px;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el>span>img{
		max-width: 14px;
	}
	.boost .outer__boost .boost__table>.rows>.row .head>p{
		font-size: 18px;
		font-weight: 500;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el:nth-child(1){
		border-top:0px;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el:last-child{
		border-bottom: 0px;
	}
	.boost .outer__boost .boost__table>.rows>.row .content>.el{
		height: auto;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.boost .outer__boost .boost__table>.rows>.row.featured{
		border-radius: 16px;
	}
	.boost .outer__boost .boost__table>.rows>.row:nth-child(1), .boost .outer__boost .boost__table>.rows>.row:nth-child(3){
		border-radius: 16px;
		background-color: #fff;
		border:1px solid rgba(0,0,0,.16);
	}
	.boost .outer__boost .boost__table>.rows>.row:last-child .content>.el:nth-child(1){
		border-radius: 0px;
	}
	.boost .outer__boost .boost__table>.rows>.row:last-child .content>.el{
		border-right:0px;
	}
	.boost .outer__boost .boost__table>.rows>.row:last-child .content>.el>span>img{
		max-width: 17px;
	}
	/*boost*/
	/*compare box*/
	.compare-inner{
		border-radius: 24px;
	}
	.compare-inner::before{
		top:24px;
		left:24px;
		font-size: 24px;
	}
	.compare-inner::after{
		top:24px;
		right:24px;
		font-size: 24px;
	}
	.compare-inner .compare-handle .knob{
		width: 45px;
		margin-left: -22px;
		height: 45px;
	}
	.compare-inner .compare-handle{
		width: 45px;
		margin-left: -22px;
	}
	/*compare box*/
	/*product hero*/
	.product__hero .outer__product--hero .btn-box{
		margin-top: 26px;
	}
	.product__hero .outer__product--hero{
		padding-bottom: 48px;
	}
	.product__hero .outer__product--hero{
		min-height: 700px;
	}
	.product__hero .outer__product--hero>p{
		font-size: 18px;
		line-height: 26px;
	}
	.product__hero .outer__product--hero>h2{
		margin-bottom: 16px;
		font-size: 38px;
		line-height: 110%;
	}
	/*product hero*/
	/*header*/
	.country__dropdown{
		left:0px;
		right:auto;
	}
	.close-menu{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top:12px;
		left:7px;
		opacity:.7;
	}
	.mobile-logo{
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	header .top__part .outer__top .country__picker>a>.flag{
		margin-right: 8px;
	}
	header .top__part .outer__top .country__picker>a .text{
		margin-right: 12px;
	}
	.menu-btn{
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.menu-btn>a{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 24px;
		max-width: 24px;
		min-height: 24px;
		max-height: 24px;
		flex-direction: column;
	}
	.menu-btn>a>span:last-child{
		margin-bottom: 0px;
	}
	header .top__part .outer__top{
		justify-content: flex-start;
	}
	.menu-btn>a>span{
		min-width: 18px;
		min-height: 2px;
		background-color:#141313;
		display: inline-flex;
		margin-bottom: 4.5px;
	}
	header nav .solid-menu .mobile-logo>img{
		max-width: 135px;
	}
	header nav .solid-menu.opened{
		right:0px;
	}
	header nav .solid-menu{
		position: fixed;
		top:0px;
		right:-370px;
		transition:.4s ease all;
		width: 100%;
		max-width: 370px;
		height: 100%;
		background-color: #fff;
		z-index: 5;
		border-left: 1px solid rgba(0,0,0,.1);
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding-left: 24px;
		padding-bottom: 24px;
		padding-right: 24px;
		padding-top: 50px;
	}
	.close-menu{
		left:23px;
	}
	.mobile-logo{
		margin-bottom: 40px;
	}
	.main__navigation{
		width: 100%;
		margin-bottom: 40px;
	}
	header .outer__main .head__controls{
		width: 100%;
		justify-content: center;
	}
	header .outer__main .main__navigation>ul>li .dropdown{
		width: 100%;
	}
	header .outer__main .main__navigation>ul{
		flex-direction: column;
	}
	header .outer__main .main__navigation>ul>li{
		width: 100%;
		margin-right: 0px;
		align-items:center;
		justify-content: flex-start;
	}
	header .outer__main .main__navigation>ul>li>a{
		padding:12px 0px;
	}
	header .outer__main .main__navigation>ul>li>a{
		width: 100%;
		justify-content: space-between;
	}
	header .outer__main .logo{
		position: static;
		transform:none;
	}
	header .outer__main{
		min-height: 72px;
	}
	header .outer__main .logo>a img{
		max-width: 110px;
	}
	/*header*/
	/*product section*/
	.product__section .slider__product .horizontal-product .slick-slide{
		margin:0px 4px;
	}
	.product__section .slider__product .horizontal-product .slick-list{
		margin:0px;
	}
	.product__section .slider__product .horizontal-product .slide .inn{
		border-radius: 12px;
	}
	.product__section .slider__product .main-slider .slick-prev, .product__section .slider__product .main-slider .slick-next{
		min-width: 32px;
		max-width: 32px;
		min-height: 32px;
		max-height: 32px;
		background-size: 16px;
	}
	.product__section .slider__product .main-slider .slick-prev{
		left:10px;
	}
	.product__section .slider__product .main-slider .slick-next{
		right:10px;
	}
	.product__section .outer__product .desc>.tag{
		font-size: 14px;
		line-height: 20px;
		min-height: 26px;
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 5px;
	}
	.product__section .outer__product .desc>h2{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 12px;
	}
	.product__section .outer__product .desc .reviews>span{
		font-size: 14px;
		line-height: 20px;
	}
	.product__section .outer__product .desc .reviews>ul>li img{
		min-width: 16px;
		max-width: 16px;
	}
	.product__section .outer__product .desc .reviews{
		margin-bottom: 10px;
	}
	.product__section .outer__product .desc .details>ul>li{
		font-size: 14px;
	}
	.product__section .outer__product .desc .details>ul>li.spacer{
		margin:0px 10px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.retail .top__part>.double__desc>.left>p{
		font-size: 18px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.retail .top__part>.double__desc>.right>p{
		font-size: 18px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.retail{
		padding:13px 16px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .top__part .double__desc p{
		font-size: 18px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe>p{
		font-size: 14px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip{
		padding-left: 17px!important;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .top__part{
		padding-left: 27px;
		flex-direction: column;
		align-items: flex-start;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .top__part .double__desc{
		flex-direction: column;
		align-items: flex-start;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe .subscribe-right{
		padding-left: 27px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part>p{
		font-size: 14px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .field>select{
		height: 48px;
		font-size: 16px;
	}
	.product__section .outer__product .desc .shop__info>p{
		font-size: 18px;
	}
	.product__section .outer__product .desc .shop__info>ul>li{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .top__part .double__desc>.right{
		margin-top:30px;
	}
	.product__section .outer__product .desc .pick-option>.pick-elem.vip .bottom__part .subscribe>p{
		position: absolute;
		left:45px;
		top:48px;
	}
	.product__section .outer__product{
		display: block;
	}
	.product__section .slider__product, .product__section .outer__product .desc{
		width: 100%;
	}
	.product__section .outer__product .desc{
		margin-top: 64px;
	}
	.product__section .outer__product .desc .shop__info{
		padding:28px 16px;
	}
	/*product section*/
	.btn-regular , .btn-outline{
		min-height: 48px;
		font-size: 14px;
	}
	/*complete stack*/
	.complete__stack .slick-track
	{
	    display: flex !important;
	}

	.complete__stack .slick-slide
	{
	    height: inherit !important;
	}
	.complete__stack .outer__complete>.top>p br{
		display: none;
	}
	.complete__stack .slick-slide {
      margin: 0 12px;
  }

  .complete__stack .slick-list {
      margin: 0 -12px;
  }
	.complete__stack .outer__complete .grid{
		display: block;
	}
	.complete__stack .grid .elem>.desc .controls>a{
		margin-bottom: 12px;
	}
	.complete__stack .grid .elem>.desc .controls>a{
		min-height: 48px;
	}
	.complete__stack .outer__complete>.top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.complete__stack .grid .elem{
		padding-bottom: 120px;
	}
	.complete__stack .outer__complete>.top>p{
		font-size: 20px;
		line-height: 28px;
	}
	.complete__stack .outer__complete>.top{
		margin-bottom: 38px;
	}
	.complete__stack .grid .elem>.desc>span{
		margin-bottom: 12px;
	}
	/*complete stack*/
	/*faq section*/
	.faq__section .outer__faq>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.faq__section .outer__faq .inner>.elem{
		margin-bottom: 16px;
	}
	/*faq section*/
	/*product cta*/
	.product-cta .outer__cta .desc>h2{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 16px;
	}
	.product-cta .outer__cta .desc>p{
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 12px;
	}
	.product-cta .outer__cta .desc>ul>li{
		font-size: 20px;
		line-height: 150%;
	}
	.product-cta .outer__cta .desc .guarantee{
		margin-top: 16px;
	}
	.product-cta .outer__cta .desc .guarantee{
		flex-direction: column;
		align-items: flex-start;
	}
	.product-cta .outer__cta .desc .guarantee>.media{
		margin-right: 0px;
		margin-bottom: 24px;
	}
	.product-cta .outer__cta .desc .guarantee>.text>span{
		min-height: 28px;
		font-size: 12px;
		line-height: 16px;
	}
	.product-cta .outer__cta{
		display: flex;
		gap:24px;
		flex-direction: column-reverse;
	}
	.product-cta .outer__cta>.media{
		width: 100%;
	}
	/*product cta*/
	/*article*/
	.article .outer__article .media.min-square{
		min-height: 0px;
	}
	.article .outer__article .desc .btn-box.smaller-space{
		justify-content: flex-start;
	}
	.article .outer__article.centered{
		gap:24px;
	}
	/*article*/
	/*category box*/
	.category__box .outer__category .main__products>.head ul>li>a{
		font-size: 16px;
	}
	.category__box .grid__products{
		grid-column-gap: 20px;
		grid-row-gap:20px;
	}
	.category__box .grid__products .product-box .desc>p{
		font-size: 16px;
	}
	.category__box .grid__products .product-box .desc>span{
		font-size: 14px;
	}
	.category__box .grid__products .product-box .desc .price>span{
		font-size: 14px;
	}
	.category__box .grid__products .product-box .desc .btns>a{
		height: 42px;
		min-height: 42px;
		margin-bottom: 12px;
		font-size: 14px;
	}
	.category__box .grid__products .product-box{
		padding-bottom: 116px;
	}
	.category__box .grid__products .product-box .desc .rates ul>li>img{
		min-width: 10px;
		max-width: 10px;
	}
	.category__box .grid__products .product-box .desc{
		margin-top: 12px;
	}
	.category__box .grid__products .product-box>.media>span{
		top:7px;
		left:7px;
		font-size: 10px;
		line-height: 16px;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 20px;
	}
	.category__box .controls>a{
		min-width: 40px;
		max-width: 40px;
		min-height: 40px;
		max-height: 40px;
	}
	/*category box*/
	/*small hero*/
	.small__hero .outer__small>h2{
		font-size: 38px;
		line-height: 44px;
	}
	.small__hero .outer__small{
		min-height: 335px;
	}
	/*small hero*/
	/*hero main*/
	.hero__section .slide>.inn>p{
		font-size: 20px;
	}
	.hero__section .slide>.inn{
		min-height: 0px;
		padding:112px 16px;
	}
	.hero__section .slide>.inn>h2{
		font-size: 40px;
		line-height: 48px;
	}
	.hero__section .slick-dots{
		bottom:35px;
	}
	/*hero main*/
	/*featured*/
	.featured__products .top ul{
		gap:15px;
		flex-wrap:wrap;
	}
	.featured__products .top ul>li.spacer{
		display: none;
	}
	.featured__products .top ul>li.elem{
		white-space: nowrap;
    min-width: 0px;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 40px;
    font-size: 22px;
	}
	.featured__products .top ul>li.elem>img{
		min-width: 24px;
		max-width: 24px;
	}
	.featured__products .top{
		margin-bottom: 48px;
	}
	.featured__products .top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	/*featured*/
	/*article steps*/
	.article__steps .btn-box{
		margin-top: 38px;
	}
	.article__steps .outer__article>.top{
		margin-bottom: 42px;
	}
	.article__steps .slick-slide {
      margin: 0 12px;
  }
  .article__steps .outer__article .grid .slick-track
	{
	    display: flex !important;
	}

	.article__steps .outer__article .grid .slick-slide
	{
	    height: inherit !important;
	}
  .article__steps .slick-list{padding:0 10% 0 0;}
  .article__steps .slick-list {
      margin: 0 -12px;
  }
	.article__steps .outer__article .grid , .article__steps .outer__article .grid.double{
		max-width: 100%;
		display: block;
		
		
	}
	.article__steps .outer__article .grid .elem{
		max-width: 100%;
		width: 293px;
		padding:24px;
		border:1px solid rgba(0,0,0,.16);
		border-radius: 16px;
	}
	.article__steps .outer__article .grid .elem>.counter{
		top:12px;
		left: 12px;
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
	}
	.article__steps .outer__article .grid .arrow{
		display: none;
	}
	.article__steps .outer__article .grid .elem .media{
		height: 155px;
		margin-bottom: 8px;
	}
	.article__steps .outer__article .grid .elem>.desc>p{
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.article__steps .outer__article .grid .elem>.desc>span{
		font-size: 18px;
		line-height: 24px;
	}
	.article__steps .outer__article .grid{
		flex-direction: column;
		align-items: center;
	}
	.article__steps .outer__article .grid .arrow>img{
		min-width: 180px;
		max-width: 180px;
	}
	.article__steps .outer__article .grid .arrow{
		margin:80px 0px;
	}
	.article__steps .outer__article .grid .arrow>img{
		top:0px;
		transform:rotate(90deg);
	}
	.article__steps .outer__article .grid .arrow:nth-child(2)>img{
		left:10px;
		top:21px;
	}
	.article__steps .outer__article .grid .arrow:nth-child(4)>img{
		top:23px;
		left:0px;
	}
	.article__steps .outer__article>.top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	/*article steps*/
	/*testimonials*/
	.testimonials__slider .outer__testimonials .slide .inner>p{
		font-size: 32px;
		line-height: 40px;
	}
	.testimonials__slider .slick-dots{
		margin-top: 32px;
	}
	/*testimonials*/
	/*card block*/
	.card__block .outer__card .desc .inner>h2{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 24px;
	}
	.card__block .outer__card .desc .inner>p{
		font-size: 20px;
	}
	.card__block .outer__card .desc{
		padding:32px 15px;
	}
	/*card block*/
	/*article grid*/
	.article__grid .grid{
		grid-template-columns: 1fr;
		grid-row-gap:56px;
	}
	.article__grid .grid .elem .desc>span{
		min-height: 0px;
		margin-top: 12px;
	}
	.article__grid .grid>.elem{
		border-right:0px;
	}

	.article__grid .grid>.elem{
		min-height: 0px;
		padding:0px;
	}
	.article__grid .grid .elem .media{
		margin-bottom: 40px;
	}
	.article__grid .top__part>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.article__grid .grid.double{
		grid-template-columns: 1fr;
		grid-row-gap:56px;
	}
	.article__grid .grid .elem .desc>p{
		margin-bottom: 0px;
	}
	.article__grid .grid{
		border:0px!important;
	}
	.article__grid.updated .outer__article-grid .grid .elem{
		min-height: 0px;
		padding:0px;
	}
	.article__grid .grid.double>.elem{
		border:0px!important;
	}
	/*article grid*/
	/*compare*/
	.compare__section .after{
		margin:64px 0px;
	}
	.compare__section .outer__compare>.top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.compare__section .outer__compare .box .content{
		grid-template-columns: 1fr;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.compare__section .outer__compare .box .content>.el{
		margin-bottom: 32px;
		border-bottom:0px;
		border-left: 0px!important;
		padding-right: 16px!important;
		padding-left: 16px!important;
		border-radius: 0px!important;
	}
	.compare__section .outer__compare .box .content>.el:last-child{
		margin-bottom: 0px!important;
		padding-bottom: 0px!important;
		border-bottom:0px!important;
	}
	.compare__section .outer__compare .box .content>.el:nth-child(2n){
		margin-bottom: 32px;
		padding-bottom: 32px;
		border-bottom:1px solid rgba(215,215,215,.5);
	}
	.compare__section .outer__compare .box .content>.el:nth-child(1n){
		margin-bottom: 24px;
	}
	.compare__section .outer__compare .box .content>.el:nth-child(2n + 1){
		padding-top: 8px;
	}
	.compare__section .outer__compare .box .content>.el:nth-child(1){
		padding-top: 0px;
	}
	.compare__section .outer__compare .box .content>.el{
		border-top:0px;
		border-right:0px!important;
	}
	.compare__section .outer__compare .box .content>.el>p>span{
		margin-right: 12px;
		position: relative;
		top:1.5px;
	}
	.compare__section .outer__compare .box .content>.el>p>span>img{
		min-width: 18px;
		max-width: 18px;
		box-shadow:0px 0px 0px 2.4px rgba(213,186,158,.66)!important;
	}
	.compare__section .outer__compare .box .content>.el>p>span>img.green-check{
		box-shadow:0px 0px 0px 2.4px rgba(10,186,181,.36)!important;
	}
	.compare__section .outer__compare .box .content>.el>p{
		font-size: 16px;
	}
	.compare__section .outer__compare .box .content>.el{
		padding:0px;
	}
	/*compare*/
	/*bestsellers*/
	.bestsellers__box .btn-box{
		margin-top: 64px;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem:last-child{
		border-right:0px;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem{
		padding-right: 0px!important;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem{
		padding-left: 16px!important;
		border-right:0px;
		border-left: 1px solid rgba(0,0,0,.1);
	}
	.bestsellers__box .outer__bestsellers .grid>.elem>.media img{
		min-width: 30px;
		max-width: 30px;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem>.media{
		min-width: 56px;
		max-width: 56px;
		min-height: 56px;
		max-height: 56px;
	}
	.bestsellers__box .outer__bestsellers .grid>.elem:before{
		left:-1px;
	}
	.bestsellers__box .outer__bestsellers .grid{
		grid-template-columns: 1fr;
	}
	.bestsellers__box .outer__bestsellers>.top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	/*bestsellers*/
	/*hero article*/
	.article__hero .outer__hero>h2{
		font-size: 32px;
		line-height: 44px;
		margin-bottom: 16px;
	}
	.article__hero .outer__hero>p{
		margin-bottom: 24px;
	}
	/*hero article*/
	/*about*/
	.about__company .outer__about>.top>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.about__company .outer__about .quote>span img{
		min-width: 48px;
		max-width: 48px;
	}
	.about__company .outer__about .quote>p{
		font-size: 32px;
		line-height: 40px;
	}
	/*about*/
	/*article*/
	.sub-topic>p{
		font-size: 22px;
	}
	.article .outer__article .desc .list>.el>.text>p{
		font-size: 22px;
		margin-bottom: 4px;
	}
	.article .outer__article .desc .list>.el>.text>span{
		font-size: 16px;
	}
	.article .outer__article .media .diagram{
		height: 100%;
	}
	.article .outer__article .media.blurred:before{
		backdrop-filter:blur(5px);
	}
	.article .outer__article .media .diagram>img{
		max-height: calc(100% - 140px);
	}
	.article .outer__article{
		flex-direction: column;
		gap:64px;
	}
	.article .outer__article>.desc{
		order:1;
	}
	.article .outer__article .media{
		order:2;
	}
	.article .outer__article .media{
		max-width: 100%;
	}
	.article .outer__article .media>img{
		position: static;
	}
	.article .outer__article .desc{
		max-width: 100%;
	}
	.article .outer__article .desc>h2{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 16px;
	}
	.article .outer__article .desc>span{
		margin-bottom: 16px;
	}
	.sub-topic{
		margin-bottom: 16px;
	}
	.sub-topic ul{
		margin-bottom: 16px;
	}
	.article .outer__article .desc .btn-box{
		margin-top: 32px;
		justify-content: center;
	}

	/*article*/
	/*quote*/
	.quote__section .outer__quote>.media {
		margin-bottom: 40px;
	}
	.quote__section .outer__quote>.media img{
		min-width: 48px;
		max-width: 48px;
	}
	.quote__section .outer__quote>p{
		font-size: 24px;
		line-height: 36px;
	}
	/*quote*/
	.container{
		padding-left: 16px;
		padding-right: 16px;
	}

	/*article double*/
	.article__double .outer__article .media{
		margin-top: 64px;
	}
	.article__double .outer__article>.top__part{
		grid-template-columns: 1fr;
		grid-row-gap: 24px;
	}
	.article__double .outer__article>.top__part>.left>h2{
		font-size: 32px;
		line-height: 40px;
	}
	.article__double .outer__article>.top__part>.right>p{
		margin-bottom: 24px;
	}
	.sub-topic ul>li>span img{
		min-width: 22px;
		max-width: 22px;
		box-shadow: 0px 0px 0px 3px rgba(10,186,181,.36);
	}
	.sub-topic ul>li>span{
		top:6px;
	}
	.sub-topic>p{
		margin-bottom: 20px;
	}
	.sub-topic ul>li{
		margin-bottom: 14px;
	}
	/*article double*/

	/*product showcase*/
	.products__showcase .outer__showcase>.top>.left>h2{
		font-size: 32px;
		line-height:40px;
	}
	.products__showcase .outer__showcase>.top ul li.spacer{
		display: none;
	}
	.products__showcase .outer__showcase>.top ul{
		gap:15px;
	}
	.slider-products .slide>.inn .desc>p{
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 8px;
	}
	.slider-products .slide>.inn .desc>span{
		font-size: 16px;
		line-height: 22px;
	}
	.products__showcase .outer__showcase>.top ul>li.elem{
		white-space: nowrap;
		min-width: 0px;
		padding-left: 12px;
		padding-right: 12px;
		min-height: 40px;
		font-size: 22px;
	}
	.products__showcase .outer__showcase>.top ul>li.elem>img{
		min-width: 24px;
		max-width: 24px;
	}
	/*product showcase*/

	/*cta-box*/
	.cta__box .outer__cta>h2{
		font-size: 40px;
		margin-bottom: 24px;
	}
	.cta__box.bigger .outer__cta{
		min-height: 0px;
	}
	/*cta-box*/
	/*footer*/
	footer .top__footer{
		flex-direction: column;
	}
	footer .top__footer>.column{
		width: 100%;
	}
	footer .bottom__footer{
		padding-top: 0px;
		border-top:0px;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	footer .bottom__footer>p{
		margin-bottom: 16px;
	}
	/*footer*/
}
@media (max-width: 767px){
	.full__image--slider{
		padding-left: 0px;
		padding-right: 0px;
	}
	.full__image--slider .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.faq__hero .outer__faq{
		min-height: 350px;
	}
	.faq__hero .outer__faq>h2{
		font-size: 38px;
	}
	.login-popup>.inner>.box>h2{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.login-popup>.inner>.box>p{
		font-size: 15px;
		line-height: 20px;
	}
	.login-popup>.inner>.box .group__submit>button{
		margin-bottom: 10px;
	}
	.login-popup>.inner>.box .group__submit>button , .login-popup>.inner>.box .group__submit>a{
		min-height: 45px;
		font-size: 16px;
	}
	.login-popup>.inner>.box .group__input>.top>p , .login-popup>.inner>.box .group__input>.top>a{
		font-size: 15px;
		line-height: 20px;
	}
	.login-popup>.inner>.box .group__input>.top{
		margin-bottom: 6px;
	}
	.login-popup>.inner>.box{
		padding:15px;
	}
	.bubbles-box.four-elements.three>.bubble{
		min-width: 97px;
		max-width: 97px;
		min-height: 97px;
		max-height: 97px;
	}
	.bubbles-box.four-elements:before{
		top:46px;
	}
	.article .outer__article .desc>span br{
		display: none;
	}
	.reviews__main .outer__main--reviews .top__part>h2 br{
		display: none;
	}
	/*compare box*/
	.compare-inner::before{
		top:16px;
		left:16px;
		font-size: 14px;
		line-height: 24px;
	}
	.compare-inner::after{
		top:16px;
		right:16px;
		font-size: 14px;
		line-height: 24px;
	}
	.compare-inner .compare-handle .knob{
		margin-top: 0px;
		top:50%;
		transform:translateY(-50%);
	}
	/*compare box*/
	/*hero main*/
	.hero__section .slide>.inn>h2{
		font-size: 32px;
		line-height: 40px;
	}
	/*hero main*/
	/*hero article*/
	.article__hero .outer__hero .btns{
		flex-direction: column;
	}
	.article__hero .outer__hero .btns>a{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.article__hero .outer__hero .btns>a:last-child{
		margin-bottom: 0px;
	}
	.article__hero .outer__hero .btns{
		width: 100%;
	}
	.article__hero .outer__hero .btns>a{
		width: 100%;
	}
	/*hero article*/

	/*article double*/
	.article__double .outer__article .media{
		width: calc(100% + 16px);
		margin-left: -8px;
	}
	/*article double*/

	/*product showcase*/
	.products__showcase .standart>p{
		margin-bottom: 24px;
	}
	.slider-products .slide{
		min-width: 343px;
		max-width: 343px;
	}
	.products__showcase .outer__showcase>.top ul{
		flex-wrap:wrap;
		align-items: center;
	}
	.slider-products .slick-slide{
		margin:0px 8px;
	}
	/*product showcase*/

	/*cta-box*/
	.cta__box .outer__cta>h2{
		font-size: 32px;
	}
	/*cta-box*/
}
@media (max-width: 480px){
	.risk__free .outer__free .btns{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.risk__free .outer__free .btns>a{
		width: 100%;
		margin-right: 0px;
	}
	.risk__free .outer__free .btns{
		gap:12px;
	}
}
@media (max-width: 380px){
	.video__box .outer__video .video__inner >a{
		min-width: 45px;
		max-width: 45px;
		min-height: 45px;
		max-height: 45px;
	}
	.video__box .outer__video .video__inner >a span{
		transform:scale(0.8);
	}
	.bubbles-box .bubble{
		min-width: 80px;
		max-width: 80px;
		min-height: 80px;
		max-height: 80px;
	}
	.bubbles-box .bubble span{
		font-size: 12px;
		line-height: 18px;
	}
	.bubbles-box.five-elements:after{
		bottom:40px;
	}
	.bubbles-box.five-elements:before{
		top:40px;
	}
	/*product showcase*/
	.slider-products .slide{
		min-width: 300px;
		max-width: 300px;
	}
	/*product showcase*/

	.btn-regular .icon{
		margin-left: 8px;
	}
	.btn-regular{
		padding-left: 16px;
	}
}

.nueva-disclaimersection {
    margin: 0 auto;
    max-width: 1480px;
	text-align: center;}

/* Addition :: category box*/
.category__box .grid__products .product-box > .media > a.product-image-link {
  position: absolute;
  inset: 0;
  display: block;
}

.category__box .grid__products .product-box > .media > a.product-image-link > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
  object-fit: cover;
}

.category__box .grid__products .product-box > .media > a {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  min-height: 0;
}

.category__box .grid__products .product-box > .media > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
  object-fit: cover;
}

.category__box .grid__products .product-box > .media > a {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  min-height: 0;
}

.category__box .grid__products .product-box > .media > a > picture {
  position: absolute;
  inset: 0;
  display: block;
}

.category__box .grid__products .product-box > .media > a > picture > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
  object-fit: cover;
}

.category__box .grid__products .product-box > .media > a.product-image-link,
.category__box .grid__products .product-box > .media > a.product-image-link > picture,
.category__box .grid__products .product-box > .media > a.product-image-link > picture > img {
  transition: transform .3s ease;
}

.category__box .grid__products .product-box > .media > a.product-image-link:hover > picture {
  transform: translateY(-6px);
}

/* Fixes made :: */

.modal-backdrop {
    z-index: 1040;
}

.modal {
    z-index: 1055;
}

body.modal-open .top__part,
body.modal-open .nueva-translate,
body.modal-open .nueva-translate__button,
body.modal-open .nueva-translate__menu {
    z-index: auto !important;
}

.shop__button a.cart-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop__button .cart-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    transform: translate(45%, -45%);
    min-width: 20px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #0ABAB5;
    color: #fff !important;
    border: 2px solid #fff;
    font-size: 11px;
    font-weight: 700;
    width: 22px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18); */
    pointer-events: none;
    z-index: 2;
}

span.cart-badge {color: #fff !important;}

.shop__button .cart-badge:empty {
    display: none;
}

.nueva-cart-page {
  background: #f7fbfb;
  padding: 56px 0 72px;
}
.nueva-cart-shell {
  max-width: 1180px;
  margin: 0 auto;
}
.nueva-cart-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.nueva-cart-header h2 {
  margin: 0;
  color: #102a2a;
}
.nueva-cart-eyebrow {
  margin: 0 0 6px;
  color: #0ABAB5;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nueva-cart-continue {
  color: #0a8f8c;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.nueva-cart-continue:hover {
  color: #087d7a;
  text-decoration: underline;
}
.nueva-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}
.nueva-cart-items {
  display: grid;
  gap: 16px;
}
.nueva-cart-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(10, 186, 181, 0.14);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(10, 42, 42, 0.07);
}
.nueva-cart-item__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 18px;
}
.nueva-cart-item__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.nueva-cart-item__title {
  margin: 0;
  color: #102a2a;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 800;
}
.nueva-cart-item__title-link {
  color: inherit;
  text-decoration: none;
}
.nueva-cart-item__title-link:hover {
  color: #0ABAB5;
}
.nueva-cart-item__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10, 186, 181, 0.11);
  color: #078986;
  font-size: 0.76rem;
  font-weight: 800;
}
.nueva-cart-item__price {
  min-width: 112px;
  color: #102a2a;
  font-size: 1.02rem;
  font-weight: 800;
  text-align: right;
}
.nueva-cart-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(16, 42, 42, 0.12);
  border-radius: 999px;
  background: #f8fbfb;
}
.nueva-cart-qty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #0ABAB5;
  border: 1px solid rgba(10, 186, 181, 0.25);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.nueva-cart-qty__button:hover {
  background: #0ABAB5;
  color: #fff;
  transform: translateY(-1px);
}
.nueva-cart-qty input {
  width: 42px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #102a2a;
  font-weight: 800;
  text-align: center;
  outline: none;
}
.nueva-cart-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #8b9a9a;
  background: #f3f8f8;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}
.nueva-cart-item__remove:hover {
  color: #fff;
  background: #102a2a;
}
.nueva-cart-summary {
  position: sticky;
  top: 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(10, 186, 181, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(10, 42, 42, 0.09);
}
.nueva-cart-summary h3 {
  margin: 0 0 18px;
  color: #102a2a;
  font-size: 1.25rem;
}
.nueva-cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(16, 42, 42, 0.1);
  border-bottom: 1px solid rgba(16, 42, 42, 0.1);
  color: #102a2a;
}
.nueva-cart-summary-row strong {
  text-align: right;
}
.nueva-cart-summary .dndforusa {
  color: #6f7f7f;
  font-size: 0.82rem;
  font-weight: 700;
}
.nueva-cart-discounts {
  margin-top: 14px;
}
.nueva-cart-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  padding: 15px 22px;
  border-radius: 999px;
  background: #0ABAB5;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(10, 186, 181, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.nueva-cart-checkout:hover {
  background: #099f9b;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(10, 186, 181, 0.34);
}
span#cartcount {color: #fff;}	
@media (max-width: 991px) {
  .nueva-cart-layout {
    grid-template-columns: 1fr;
  }
  .nueva-cart-summary {
    position: static;
  }
}
@media (max-width: 720px) {
  .nueva-cart-page {
    padding: 36px 0 54px;
  }
  .nueva-cart-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .nueva-cart-item {
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 16px;
  }
  .nueva-cart-item__media {
    width: 86px;
    height: 86px;
  }
  .nueva-cart-item__price {
    grid-column: 2 / 4;
    text-align: left;
    min-width: 0;
  }
  .nueva-cart-qty {
    grid-column: 2 / 3;
    justify-self: start;
  }
  .nueva-cart-item__remove {
    grid-column: 3 / 4;
    justify-self: end;
  }
}

.v4-pack-options {
    margin: 28px 0 26px;
    padding: 24px;
    border: 1px solid rgba(10, 186, 181, 0.22);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(10, 186, 181, 0.08), rgba(255, 255, 255, 0.92));
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
}

.v4-pack-options__title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.v4-pack-options__field {
    margin: 0 0 16px;
}

.v4-pack-options__field:last-child {
    margin-bottom: 0;
}

.v4-pack-options__field label {
    display: block;
    margin: 0 0 8px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.v4_flavor_select {
    width: 100%;
    min-height: 56px;
    padding: 0 48px 0 18px;
    border: 1px solid #d8dee7;
    border-radius: 12px;
    background-color: #fff;
    color: #1f2937;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #4b5563 50%), linear-gradient(135deg, #4b5563 50%, transparent 50%);
    background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.v4_flavor_select:hover {
    border-color: rgba(10, 186, 181, 0.65);
}

.v4_flavor_select:focus {
    border-color: #0ABAB5;
    box-shadow: 0 0 0 4px rgba(10, 186, 181, 0.16);
}

@media (max-width: 575px) {
    .v4-pack-options {
        padding: 18px;
        border-radius: 18px;
    }

    .v4_flavor_select {
        min-height: 52px;
        font-size: 15px;
    }
}

.reviewnueva-panel[hidden] {
    display: none !important;
}

#reviewnueva-text-reviews .slick-track {
    display: flex;
    align-items: stretch;
}

#reviewnueva-text-reviews .slick-slide {
    height: auto;
}

#reviewnueva-text-reviews .slick-slide > div,
#reviewnueva-text-reviews .slide {
    height: 100%;
}

.reviewnueva-text-card {
    background: #e8f8f6;
    border-radius: 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 380px;
    padding: 44px 52px;
    text-align: left;
}

.reviewnueva-text-card .quote-mark {
    color: #0ABAB5;
    display: block;
    font-size: 72px;
    font-weight: 800;
    line-height: .7;
    margin-bottom: 18px;
}

.reviewnueva-text-card p {
    color: #071018;
    font-size: 30px;
    line-height: 1.28;
    margin: 0 0 26px;
}

.reviewnueva-text-card .author {
    margin-top: auto;
}

.reviewnueva-text-card .author-info p {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 6px;
}

.reviewnueva-text-card .author-info span {
    align-items: center;
    color: #0ABAB5;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 6px;
}

#reviewnueva-text-reviews .slick-dots {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    list-style: none !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
}

#reviewnueva-text-reviews .slick-dots li {
    display: block !important;
    height: 8px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 8px !important;
}

#reviewnueva-text-reviews .slick-dots li::marker {
    content: "" !important;
}

#reviewnueva-text-reviews .slick-dots button {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: #cfcfcf !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: transparent !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 0 !important;
    height: 8px !important;
    line-height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-indent: -9999px !important;
    width: 8px !important;
}

#reviewnueva-text-reviews .slick-dots button::before {
    content: "" !important;
    display: none !important;
}

#reviewnueva-text-reviews .slick-dots .slick-active button {
    background: #0ABAB5 !important;
}

@media (max-width: 767px) {
    .reviewnueva-text-card {
        min-height: 390px;
        padding: 30px 24px;
    }

    .reviewnueva-text-card p {
        font-size: 24px;
    }
}

/* Nueva Login Modal :: new login */

.nueva-login-modal .modal-dialog{max-width:860px}
.nueva-login-modal .modal-content{border:0;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.28);background:#fff}
.nueva-login-modal .btn-close{position:absolute;top:22px;right:22px;z-index:5;width:16px;height:16px;opacity:.62;box-shadow:none}
.nueva-login-modal .btn-close:hover{opacity:1}

.nueva-login-shell{
    display:grid;
    grid-template-columns:.70fr 1.30fr;
    min-height:560px
}

.nueva-login-brand{
    position:relative;
    overflow:hidden;
    padding:60px 50px;
    background:
    radial-gradient(circle at 18% 12%,rgba(10,186,181,.18),transparent 34%),
    linear-gradient(180deg,#f2ffff 0%,#e9fbfa 100%)
}

.nueva-login-brand:before{
    content:"";
    position:absolute;
    z-index:1;
    width:560px;
    height:560px;
    border:2px solid rgba(10,186,181,.88);
    border-radius:50%;
    left:86px;
    top:208px;
    pointer-events:none
}

.nueva-login-brand:after{
    display:none;
    content:none
}

.nueva-login-logo{
    position:relative;
    z-index:3;
    display:block;
    max-width:180px;
    height:auto;
    margin-bottom:55px
}

.nueva-login-brand h3{
    position:relative;
    z-index:3;
    margin:0 0 14px;
    color:#0ABAB5;
    font-size:24px;
    line-height:1.15;
    font-weight:700;
    letter-spacing:-.02em
}

.nueva-login-brand p{
    position:relative;
    z-index:3;
    margin:0;
    max-width:220px;
    color:#141313;
    font-size:18px;
    line-height:1.45;
    font-weight:400
}

.nueva-login-mark{
    position:absolute;
    z-index:4;
    left:58px;
    bottom:124px;
    width:90px;
    height:90px;
    border-radius:50%;
    border:2px solid #0ABAB5;
    background:#efffff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0ABAB5;
    font-family: "Gotham", sans-serif;
    font-size:62px;
    line-height:1;
    box-shadow:0 12px 30px rgba(10,186,181,.10)
}

.nueva-login-form{
    padding:60px 50px 40px;
    background:#fff
}

.nueva-login-form h2{
    margin:0 0 10px;
    color:#141313;
    font-size:34px;
    line-height:1.1;
    font-weight:700;
    letter-spacing:-.03em
}

.nueva-login-form .intro{
    margin:0 0 32px;
    max-width:420px;
    color:rgba(20,19,19,.64);
    font-size:18px;
    line-height:1.45
}

.nueva-login-field{
    margin-bottom:22px
}

.nueva-login-field label{
    display:block;
    margin-bottom:8px;
    color:#141313;
    font-size:17px;
    line-height:1.2;
    font-weight:700
}

.nueva-input-wrap{
    position:relative
}

.nueva-input-wrap .field-icon{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    color:#0ABAB5;
    pointer-events:none
}

.nueva-input-wrap input{
    width:100%;
    height:64px;
    padding:0 56px 0 62px;
    border:1px solid rgba(20,19,19,.2);
    border-radius:12px;
    background:#fff;
    color:#141313;
    font-size:18px;
    line-height:1;
    outline:none;
    transition:border-color .2s ease,box-shadow .2s ease
}

.nueva-input-wrap input::placeholder{
    color:rgba(20,19,19,.52)
}

.nueva-input-wrap input:focus{
    border-color:#0ABAB5;
    box-shadow:0 0 0 4px rgba(10,186,181,.12)
}

.nueva-password-toggle{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border:0;
    background:transparent;
    color:#0ABAB5;
    cursor:pointer;
    padding:0
}

.nueva-password-toggle svg{
    width:24px;
    height:24px
}

.nueva-login-meta{
    display:flex;
    justify-content:flex-end;
    margin-top:-6px;
    margin-bottom:24px
}

.nueva-login-meta a,
.nueva-login-help a{
    color:#0ABAB5;
    text-decoration:none;
    font-weight:500
}

.nueva-login-meta a:hover,
.nueva-login-help a:hover{
    text-decoration:underline
}

.nueva-login-submit{
    width:100%;
    min-height:62px;
    border:0;
    border-radius:12px;
    background:#0ABAB5;
    color:#fff;
    font-size:20px;
    font-weight:700;
    box-shadow:0 12px 28px rgba(10,186,181,.22);
    transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease
}

.nueva-login-submit:hover{
    background:#009688;
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(10,186,181,.28)
}

.nueva-login-divider{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:18px;
    margin:24px 0;
    color:rgba(20,19,19,.56);
    font-size:16px
}

.nueva-login-divider:before,
.nueva-login-divider:after{
    content:"";
    height:1px;
    background:rgba(20,19,19,.16)
}

.nueva-create-account{
    width:100%;
    min-height:62px;
    border:1px solid #0ABAB5;
    border-radius:12px;
    background:#fff;
    color:#0ABAB5;
    font-size:18px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    transition:background-color .2s ease,transform .2s ease
}

.nueva-create-account:hover{
    background:#f0fdfa;
    color:#009688;
    transform:translateY(-1px)
}

.nueva-create-account svg{
    width:24px;
    height:24px
}

.nueva-login-help{
    margin:22px 0 0;
    text-align:center;
    color:rgba(20,19,19,.52);
    font-size:16px
}

@media(max-width:991px){
    .nueva-login-modal .modal-dialog{
        max-width:calc(100% - 28px)
    }

    .nueva-login-shell{
        grid-template-columns:1fr
    }

    .nueva-login-brand{
        display:none
    }

    .nueva-login-form{
        padding:40px 24px 24px
    }

    .nueva-login-form h2{
        font-size:30px
    }

    .nueva-login-form .intro{
        font-size:16px;
        margin-bottom:24px
    }

    .nueva-input-wrap input{
        height:58px;
        font-size:16px;
        padding-left:56px
    }

    .nueva-login-submit,
    .nueva-create-account{
        min-height:58px
    }
}


/* Join Nueva :: enhancements for new modal design*/

.join-nueva-modal .modal-dialog {
    max-width: 760px;
}
.join-nueva-modal .modal-content {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 90px rgba(16, 24, 40, 0.28);
}
.join-nueva-modal .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.12);
    opacity: 0.78;
}
.join-nueva-modal .btn-close:hover {
    opacity: 1;
    transform: translateY(-1px);
}
.join-nueva-shell {
    position: relative;
    padding: 42px 58px 38px;
    color: #1f252d;
    text-align: center;
}
.join-nueva-shell:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 12%, rgba(10, 186, 181, 0.11), transparent 15%),
        linear-gradient(180deg, rgba(255,255,255,0) 72%, rgba(219, 250, 247, 0.40) 100%);
}
.join-nueva-inner {
    position: relative;
    z-index: 1;
}
.join-nueva-mark-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin-bottom: 18px;
}
.join-nueva-line {
    width: 120px;
    height: 1px;
    position: relative;
    background: rgba(10, 186, 181, 0.25);
}
.join-nueva-line:before,
.join-nueva-line:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(10, 186, 181, 0.40);
    transform: translateY(-50%);
}
.join-nueva-line:before { left: 0; }
.join-nueva-line:after { right: 0; display: none; }
.join-nueva-mark-row .join-nueva-line:last-child:before { display: none; }
.join-nueva-mark-row .join-nueva-line:last-child:after { display: block; }
.join-nueva-logo-mark {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0ABAB5;
    font-family: "Gotham", sans-serif;
    font-size: 40px;
    line-height: 1;
    background: rgba(10, 186, 181, 0.09);
    box-shadow: 0 0 0 1px rgba(10, 186, 181, 0.12), 0 18px 36px rgba(10, 186, 181, 0.13);
}
.join-nueva-logo-mark span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #0ABAB5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
}
.join-nueva-title {
font-size: clamp(38px, 4.05vw, 50px);
    font-weight: 500;
    letter-spacing: 0.005em;
    margin: 0 0 10px;
    color: #1d232b;
}
.join-nueva-subtitle {
    margin: 0 0 36px;
    color: #52575e;
    font-size: clamp(20px, 2.2vw, 26px);
    line-height: 1.25;
    font-weight: 500;
}
.join-nueva-options {
    width: min(600px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 18px;
}
.join-nueva-option {
    position: relative;
    display: grid;
    grid-template-columns: 92px 1fr 32px;
    align-items: center;
    gap: 18px;
	min-height: 160px;
    padding: 22px 28px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.13);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease;
}
.join-nueva-option:hover,
.join-nueva-option:focus {
    color: inherit;
background: linear-gradient(
    135deg,
    rgba(229, 252, 249, 0.42),
    rgba(255,255,255,0.92));
    border-color: #0ABAB5;
    box-shadow: 0 22px 44px rgba(10, 186, 181, 0.17);
    transform: translateY(-2px);
    outline: none;
}
.join-nueva-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0ABAB5;
    background: #e1f5f4;
}
.join-nueva-option:hover .join-nueva-icon,
.join-nueva-option:focus .join-nueva-icon {
    background: #e1f5f4;
}

.join-nueva-icon svg {
    width: 50px;
    height: 50px;
    stroke: currentColor;
}
.join-nueva-copy {
    text-align: left;
}
.join-nueva-copy h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 8px;
    color: #1e242c;
    font-size: clamp(20px, 2.1vw, 24px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 500;
}
.join-nueva-copy p {
    margin: 0;
    color: #5f6369;
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.42;
    letter-spacing: -0.01em;
    font-weight: 400;
}
.join-nueva-badge {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 4px 4px;
    border-radius: 999px;
    color: #0ABAB5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.join-nueva-arrow {
    justify-self: end;
    color: #0ABAB5;
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
}
.join-nueva-divider {
    width: min(600px, 100%);
    margin: 32px auto 16px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #0ABAB5;
}
.join-nueva-divider:before,
.join-nueva-divider:after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(15, 23, 42, 0.12);
}
.join-nueva-flower img {
    width: 42px;
    height: auto;
    display: block;
}
.join-nueva-signin {
    margin: 0;
    color: #6c7075;
    font-size: 16px;
}
.join-nueva-signin a {
    color: #0ABAB5;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.article .outer__article .desc .after.after-stacked{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:4px;
	width:100%;
}

.article .outer__article .desc .after.after-stacked>span{
	display:block;
	width:100%;
	margin:0;
}

@media (max-width: 767px) {
    .join-nueva-modal .modal-dialog { margin: 14px; }
    .join-nueva-shell { padding: 54px 22px 34px; }
    .join-nueva-modal .btn-close { top: 22px; right: 22px; width: 42px; height: 42px; }
    .join-nueva-mark-row { gap: 18px; margin-bottom: 20px; }
    .join-nueva-line { width: 86px; }
    .join-nueva-logo-mark { width: 72px; height: 72px; font-size: 42px; }
    .join-nueva-logo-mark span { width: 52px; height: 52px; }
    .join-nueva-subtitle { margin-bottom: 34px; }
    .join-nueva-options { gap: 18px; }
    .join-nueva-option { grid-template-columns: 74px 1fr 26px; gap: 0px; min-height: 144px; padding: 22px 18px; border-radius: 18px; }
    .join-nueva-icon { width: 66px; height: 66px; background: #e1f5f4; }
    .join-nueva-icon svg { width: 44px; height: 44px; }
    .join-nueva-copy h3 { font-size: 22px; gap: 8px; margin-bottom: 8px; }
    .join-nueva-copy p { font-size: 16px; line-height: 1.35; }
    .join-nueva-badge { font-size: 11px; min-height: 24px; padding: 4px 10px; }
    .join-nueva-arrow { font-size: 32px; }
    .join-nueva-divider { margin-top: 32px; }
    .join-nueva-signin { font-size: 16px; }
}
.join-nueva-icon {
    color: #17bbb9 !important;
}

/* VISION :: Additions for Product Showcase*/
  .products__showcase .standart {
    position: relative;
    padding-bottom: 82px;
  }
  .products__showcase .slider-products {
    position: relative;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
  }
  .products__showcase .slider-products .slide {
    min-width: 0 !important;
    max-width: none !important;
  }
  .products__showcase .slider-products .slick-slide {
    margin: 0 16px !important;
  }
  .products__showcase .slider-products .slick-list {
    margin: 0 -16px !important;
    overflow: hidden !important;
  }
  .products__showcase .slider-products .slide > .inn {
    border-radius: 14px !important;
    padding: 20px 20px 30px !important;
    background-color: #c9f1ed !important;
  }
  .products__showcase .slider-products .slide > .inn .media {
    border-radius: 10px !important;
    background-color: #fff !important;
    margin-bottom: 24px !important;
  }
  .products__showcase .slider-products .slide > .inn .media > img {
    object-fit: contain !important;
  }
  .products__showcase .slider-products .slide > .inn .desc > p {
    margin-bottom: 10px !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
  }
  .products__showcase .slider-products .slide > .inn .desc > span {
    font-size: 21px !important;
    line-height: 1.35 !important;
    color: rgba(20, 19, 19, .58) !important;
  }
  .products__showcase .slider-products .slick-dots {
    position: absolute !important;
    left: 0 !important;
    bottom: -66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .products__showcase .slider-products .slick-dots li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }
  .products__showcase .slider-products .slick-dots button {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    max-width: 8px !important;
    max-height: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(20,19,19,.22) !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer !important;
  }
  .products__showcase .slider-products .slick-dots .slick-active button {
    background: #141313 !important;
  }
  .products__showcase .slider-products .slick-arrow {
    position: absolute !important;
    bottom: -78px !important;
    z-index: 5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background-color: #0ABAB5 !important;
    color: #fff !important;
    font-size: 0 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: .2s ease all !important;
  }
  .products__showcase .slider-products .slick-arrow:hover {
    background-color: #009688 !important;
    transform: translateY(-1px) !important;
  }
  .products__showcase .slider-products .slick-prev {
    right: 64px !important;
    left: auto !important;
  }
  .products__showcase .slider-products .slick-next {
    right: 0 !important;
  }
  .products__showcase .slider-products .slick-arrow::before {
    content: "" !important;
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
    filter: brightness(0) invert(1) !important;
  }
  .products__showcase .slider-products .slick-prev::before {
    background-image: url('../img/btn-back.svg') !important;
  }
  .products__showcase .slider-products .slick-next::before {
    background-image: url('../img/btn-next.svg') !important;
  }
  .about__company .company__accordions .accordion > .top {
    cursor: pointer !important;
  }
  .about__company .company__accordions .accordion > .top > span {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 64px !important;
    max-width: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    border-radius: 50% !important;
    background-color: #0ABAB5 !important;
  }
  .about__company .company__accordions .accordion > .top > span img {
    display: none !important;
  }
  .about__company .company__accordions .accordion > .top > span::before {
    content: "−" !important;
    color: #fff !important;
    font-size: 31px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transform: translateY(-2px);
  }
  .about__company .company__accordions .accordion.is-closed > .top > span::before {
    content: "+" !important;
  }
  .about__company .company__accordions .accordion.is-closed .content {
    display: none !important;
  }

  @media (max-width: 991px) {
    .products__showcase .slider-products {
      max-width: 720px;
    }
  }
  @media (max-width: 767px) {
    .products__showcase .slider-products .slick-slide {
      margin: 0 10px !important;
    }
    .products__showcase .slider-products .slick-list {
      margin: 0 -10px !important;
    }
 }	 

/* User menu :: */

.head__controls {
	position: relative;
}

.user-menu-wrap {
	position: relative;
	display: inline-flex;
}

.signedinuser-menu {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	width: 315px;
	padding: 16px;
	border-radius: 18px;
	background-color: #fefdfe;
	-webkit-backdrop-filter: blur(22px);
	backdrop-filter: blur(22px);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow:
		0 24px 60px rgba(0,0,0,.16),
		0 4px 16px rgba(0,0,0,.06);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px) scale(.985);
	transform-origin: top right;
	transition:
		opacity .18s ease,
		transform .18s ease,
		visibility .18s ease;
}

.signedinuser-menu.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.signedinuser-menu__item {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 74px;
	padding: 12px 14px;
	border-radius: 0px;
	color: #636264;
	text-decoration: none;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -.01em;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.signedinuser-menu__item:hover,
.signedinuser-menu__item:focus-visible {
	color: #272a33;
	background:#fafaf9;
	transform: translateX(2px);
	outline: none;
}

.signedinuser-menu__item + .signedinuser-menu__item {
	border-top: 1px solid rgba(40,40,40,.10);
}

.signedinuser-menu__icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ecf7f7;
	color: #0ABAB5;
}

.signedinuser-menu__icon svg {
	width: 28px;
	height: 28px;
	display: block;
}

.signedinuser-menu__text {
	display: block;
	line-height: 1.2;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.signedinuser-menu {
		right: 50%;
		transform: translate(50%, -6px) scale(.985);
		transform-origin: top center;
		width: min(315px, calc(100vw - 32px));
	}

	.signedinuser-menu.is-open {
		transform: translate(50%, 0) scale(1);
	}
}

@media (max-width: 575px) {
	.user-menu-wrap {
		position: static;
	}

	.signedinuser-menu {
		position: absolute;
		top: calc(100% + 12px);
		left: 16px;
		right: 16px;
		width: auto;
		transform: translateY(-6px) scale(.985);
		transform-origin: top center;
	}

	.signedinuser-menu.is-open {
		transform: translateY(0) scale(1);
	}

	.signedinuser-menu__item {
		min-height: 68px;
		font-size: 16px;
	}

	.signedinuser-menu__icon {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
	}
}

.signedinuser-menu {
	z-index: 10003 !important;
	-webkit-backdrop-filter: blur(22px);
	backdrop-filter: blur(22px);
	transform: none !important;
	transition: opacity .14s ease, visibility .14s ease !important;
	box-shadow:
		0 24px 60px -20px rgba(0,0,0,.16),
		0 6px 18px -10px rgba(0,0,0,.08) !important;
}

.signedinuser-menu.is-open {
	transform: none !important;
}

@media (max-width: 991px) {
	.signedinuser-menu,
	.signedinuser-menu.is-open {
		transform: none !important;
	}
}

@media (max-width: 575px) {
	.user-menu-wrap {
		position: relative !important;
	}

	.signedinuser-menu,
	.signedinuser-menu.is-open {
		transform: none !important;
	}
}
	  
/* Shop :: Additions for shop columns*/
@media (min-width: 1441px) {
  .category__box .outer__category .main__products .grid__products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 48px 40px !important;
  }

  .category__box .outer__category .main__products .grid__products .product-box {
    width: auto !important;
    max-width: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .category__box .outer__category .main__products .grid__products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 48px 32px !important;
  }

  .category__box .outer__category .main__products .grid__products .product-box {
    width: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .category__box .outer__category .main__products .grid__products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}  

.nueva-referral-lock {
  overflow: hidden;
}

img.reflgo {margin-top: -5px;}	
.reflgo {height: 22px; margin-bottom: -5px}
input#sponsor {margin-top: 8px;}

.nueva-referral-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(7, 10, 10, 0.58);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.nueva-referral-modal {
  position: relative;
  width: min(94vw, 560px);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(10, 186, 181, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(238, 255, 254, 0.98) 0%, rgba(255, 255, 255, 0.98) 42%, #ffffff 100%);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  color: #111114;
  isolation: isolate;
}

.nueva-referral-modal::before,
.nueva-referral-modal::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(10, 186, 181, 0.18);
  border-radius: 999px;
  z-index: -1;
}

.nueva-referral-modal::before {
  width: 360px;
  height: 360px;
  right: -154px;
  top: -236px;
}

.nueva-referral-modal::after {
  width: 270px;
  height: 270px;
  right: -126px;
  top: -150px;
  border-color: rgba(255, 255, 255, 0.58);
}

.nueva-referral-inner {
  padding: 36px 38px 34px;
}

.nueva-referral-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.nueva-referral-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(10, 186, 181, 0.45);
  border-radius: 50%;
  color: #0abab5;
  font-family: "Gotham", sans-serif;
  font-size: 34px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 30px rgba(10, 186, 181, 0.12);
}

.nueva-referral-divider-vertical {
  width: 1px;
  height: 34px;
  background: rgba(17, 17, 20, 0.18);
}

.nueva-referral-wordmark {
  font-family: "Gotham", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #121214;
}

.nueva-referral-title {
  margin: 0 0 12px;
  font-family: "Gotham", sans-serif;
  font-size: clamp(26px, 3.1vw, 33px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: #111114;
}

.nueva-referral-accent {
  width: 48px;
  height: 3px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #0abab5;
}

.nueva-referral-copy {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #202025;
  max-width: 460px;
}

.nueva-referral-rule {
  margin: 20px 0 18px;
  border: 0;
  border-top: 1px solid rgba(17, 17, 20, 0.16);
}

.nueva-referral-copy--secondary {
  color: rgba(32, 32, 37, 0.68);
  font-size: 15px;
}

.nueva-referral-form {
  margin-top: 18px;
}

.nueva-referral-field {
  position: relative;
  margin-bottom: 20px;
}

.nueva-referral-field svg {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: #111114;
  pointer-events: none;
}

.nueva-referral-input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 18px 0 52px;
  border: 1.5px solid #0abab5;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #222226;
  font-size: 16px;
  outline: none;
  box-shadow: 0 10px 30px rgba(10, 186, 181, 0.06);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.nueva-referral-input:focus {
  border-color: #08aaa5;
  box-shadow: 0 0 0 4px rgba(10, 186, 181, 0.12), 0 14px 36px rgba(10, 186, 181, 0.12);
}

.nueva-referral-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0abab5 0%, #10c7c1 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(10, 186, 181, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nueva-referral-submit:hover,
.nueva-referral-submit:focus {
  filter: brightness(0.98);
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(10, 186, 181, 0.34);
}

.nueva-referral-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 18px 0 0;
  color: #ff1f2f;
  font-size: 14px;
  font-weight: 500;
}

.nueva-referral-error-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.top__part .outer__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nueva-shared-by {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  white-space: nowrap;
  opacity: .95;
}

.nueva-shared-by span {
  color: #17bbb9;
  font-weight: 800;
}

.grid.double.four.second-version {
    justify-content: space-between;
}

@media (min-width: 991px) {
  header .top__part .outer__top {
    justify-content: flex-start;
  }

  header .top__part .outer__top .nueva-shared-by {
    margin-right: auto;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .top__part .outer__top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nueva-shared-by {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }

  .top__part .spacer {
    display: none;
  }
}

@media (max-width: 575px) {
  .nueva-referral-overlay {
    padding: 14px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .nueva-referral-modal {
    margin: 18px auto;
    border-radius: 16px;
  }

  .nueva-referral-inner {
    padding: 28px 24px 26px;
  }

  .nueva-referral-brand {
    margin-bottom: 24px;
  }

  .nueva-referral-copy {
    font-size: 15px;
  }
}

.nueva-beauty-renewal {
  padding: 72px 0 96px;
  background: #fff;
}
.nueva-beauty-renewal__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}
.nueva-beauty-renewal__images {
  display: grid;
  gap: 18px;
  padding-top: 14px;
}
.nueva-beauty-renewal__images img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.19 / 1;
  object-fit: cover;
  border-radius: 18px !important;
}
.nueva-beauty-renewal__content {
  width: 100%;
  max-width: 610px;
}
.nueva-beauty-renewal__content h2 {
  margin: 0 0 22px;
  color: #221d1f;
  font-size: clamp(38px, 3.25vw, 54px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.nueva-beauty-renewal__content h3 {
  margin: 32px 0 12px;
  color: #141313;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.nueva-beauty-renewal__intro,
.nueva-beauty-renewal__ingredient > p {
  margin: 0 0 22px;
  color: rgba(20,19,19,.64);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}
.nueva-beauty-renewal__ingredient {
  margin-top: 22px;
}
.nueva-beauty-renewal__ingredient h4 {
  margin: 0 0 10px;
  color: #141313;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}
.nueva-beauty-renewal__ingredient .nueva-beauty-renewal__note {
  margin-top: -4px;
  margin-bottom: 0;
  color: #141313;
  font-size: 14px;
  line-height: 1.55;
  font-style: italic;
}
@media (max-width: 900px) {
  .nueva-beauty-renewal { padding: 64px 0; }
  .nueva-beauty-renewal__grid { grid-template-columns: 1fr; gap: 42px; }
  .nueva-beauty-renewal__images { order: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nueva-beauty-renewal__content { max-width: none; }
}
@media (max-width: 575px) {
  .nueva-beauty-renewal { padding: 48px 0 56px; }
  .nueva-beauty-renewal__images { grid-template-columns: 1fr; gap: 14px; }
  .nueva-beauty-renewal__content h2 { font-size: 36px; }
  .nueva-beauty-renewal__intro,
  .nueva-beauty-renewal__ingredient > p { font-size: 16px; }
}
.nueva-beauty-safety {
  padding: 76px 0 88px;
  background: #fff;
}

.nueva-beauty-safety__inner {
  width: min(1028px, calc(100% - 32px));
  margin: 0 auto;
}

.nueva-beauty-safety__card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 38px 40px;
  border-radius: 42px;
  background: #e8f8f7;
}

.nueva-beauty-safety__icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: #10bbb7;
  color: #fff;
  flex: 0 0 auto;
}

.nueva-beauty-safety__icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.nueva-beauty-safety__title {
  margin: 1px 0 12px;
  color: #151515;
  font-size: clamp(31px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.nueva-beauty-safety__text {
  margin: 0;
  max-width: 860px;
  color: #707575;
  font-size: clamp(17px, 1.65vw, 23px);
  line-height: 1.58;
  font-weight: 400;
}

.nueva-beauty-safety__disclaimer {
  margin: 24px 0 0;
  color: #747474;
  font-size: 14px;
  line-height: 1.65;
}

.nueva-beauty-safety__disclaimer strong {
  color: #5c5c5c;
  font-weight: 700;
}

@media (max-width: 767px) {
  .nueva-beauty-safety {
    padding: 44px 0 54px;
  }

  .nueva-beauty-safety__inner {
    width: min(100% - 24px, 620px);
  }

  .nueva-beauty-safety__card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    padding: 26px 22px;
    border-radius: 28px;
  }

  .nueva-beauty-safety__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .nueva-beauty-safety__icon svg {
    width: 28px;
    height: 28px;
  }

  .nueva-beauty-safety__title {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 27px;
  }

  .nueva-beauty-safety__text {
    font-size: 16px;
    line-height: 1.55;
  }

  .nueva-beauty-safety__disclaimer {
    margin-top: 18px;
    padding: 0 2px;
    font-size: 12.5px;
    line-height: 1.55;
  }
}

@media (max-width: 430px) {
  .nueva-beauty-safety__card {
    grid-template-columns: 1fr;
  }

  .nueva-beauty-safety__title {
    font-size: 25px;
  }
}

/* Default content-width buttons */
.btn-box > .btn-regular.with-icon {
	width: auto;
	max-width: 100%;
	flex: 0 0 auto;
	white-space: nowrap;
}
