html {
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

body,
h1,
p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

body {
	font-family: Roboto, sans-serif;
	color: #050505;
	min-width: 320px;
	background: #f0f2f5;
}

a,
button,
input {
	transition: all 0.15s ease-out;
}

.state.content img {
	display: block;
	margin: 15px auto;
	position: relative;
	max-width: 530px;
	width: 100%;
}

.header {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	background: #fff;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 10;
}

.header__content {
	max-width: 940px;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 16px;
	height: 56px;
	margin: 0 auto;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.header__content {
		padding: 0 10px;
	}
}

.header__col {
	display: flex;
	align-items: center;
}

.header__col.logo-col {
	width: 92px;
	margin-right: 10px;
}

.header__col.logo-col .icon {
	opacity: 0.9;
}

.header__col.logo-col .header__round {
	opacity: 0.8;
}

@media (max-width: 600px) {
	.header__col.main-col {
		justify-content: space-between;
		width: calc(100% - 92px);
	}
}

.header__round {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	background: #e4e6eb;
	margin-left: 10px;
	justify-content: center;
	align-items: center;
}

.header__round:hover {
	background: rgba(0, 0, 0, 0.15);
}

@media (max-width: 400px) {

	.header__round:first-child,
	.header__round:nth-child(3) {
		display: none;
	}
}

.header__round .icon {
	width: 20px;
	height: 20px;
}

.header__square {
	height: 48px;
	border-radius: 8px;
	inset: 4px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
}

@media (max-width: 800px) {
	.header__square {
		width: 48px;
	}
}

@media (max-width: 600px) {
	.header__square {
		display: none;
	}

	.header__square:last-child {
		display: flex;
	}
}

.header__square .icon {
	width: 28px;
	height: 28px;
	fill: #65676b;
}

.header__square:hover {
	background: rgba(0, 0, 0, 0.05);
}

.cover {
	background: linear-gradient(#e9e2df, #fff);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.cover__buttons {
	display: flex;
	align-items: center;
}

@media (max-width: 500px) {
	.cover__buttons {
		flex-direction: column;
	}

	.cover__subscribe:not(.info) {
		width: 244px;
		justify-content: center;
	}

	.cover__buttons-row {
		display: flex;
		justify-content: space-between;
		width: 100%;
		min-width: 300px;
		margin-top: 10px;
	}
}

.cover__container {
	margin: 0 auto;
	max-width: 960px;
}

.cover__row {
	display: flex;
	padding: 0 16px 12px;
	position: relative;
}

@media (max-width: 768px) {
	.cover__row {
		padding: 0 10px 12px;
	}
}

.cover__row:before {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 32px);
	background: #ced0d4;
	bottom: 0;
	left: 16px;
	right: 16px;
}

@media (max-width: 768px) {
	.cover__row:before {
		width: calc(100% - 20px);
		left: 10px;
		right: 10px;
	}
}

.cover__row:last-child {
	padding: 12px 16px;
	justify-content: space-between;
	align-items: center;
}

.cover__row:last-child:before {
	display: none;
}

@media (max-width: 768px) {
	.cover__row:last-child {
		padding: 12px 10px;
		flex-direction: column;
	}
}

@media (max-width: 610px) {
	.cover__row {
		align-items: center;
	}
}

.cover__img {
	font-size: 0;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	background-size: cover;
	max-height: 350px;
}

.cover__personal {
	padding: 15px 0;
}

@media (max-width: 610px) {
	.cover__personal {
		padding: 5px 0;
		padding-bottom: 0;
	}
}

@media (max-width: 380px) {
	.cover__personal {
		padding: 5px 0;
		padding-bottom: 0;
	}
}

.cover__name {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.1875;
	align-items: center;
}

@media (max-width: 610px) {
	.cover__name {
		font-size: 16px;
	}

	.cover__name .icon {
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 380px) {
	.cover__name {
		font-size: 16px;
	}
}

.cover__name .icon {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	fill: #1877f2;
	margin-bottom: -2px;
}

@media (max-width: 380px) {
	.cover__name .icon {
		width: 16px;
		height: 16px;
	}
}

.cover__desc {
	margin-top: 5px;
	color: #65676b;
	line-height: 1.1765;
}

@media (max-width: 610px) {
	.cover__desc {
		font-size: 12px;
	}
}

.cover__more {
	background: #e4e6eb;
	width: 48px;
	padding: 0;
	margin-left: 8px;
}

.cover__more:hover {
	background: rgba(0, 0, 0, 0.15);
}

.cover__more .icon {
	width: 16px;
	height: 16px;
}

.cover__more,
.cover__subscribe {
	border-radius: 5px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	padding: 0 16px;
}

.cover__subscribe.info {
	margin-right: 8px;
}

@media (max-width: 500px) {
	.cover__subscribe.info {
		display: none;
	}
}

.cover__stats {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.cover__stats {
		margin-bottom: 10px;
	}
}

.button {
	background: #1877f2;
	color: #fff;
	font-weight: 700;
	display: inline-flex;
	font-size: 0.9375rem;
}

.button:hover {
	background: #0263e1;
}

.button img {
	margin-right: 5px;
	filter: invert(100%);
}

.state {
	max-width: 700px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	margin: 16px auto 0;
	width: 100%;
	padding: 16px 20px;
	border-radius: 8px;
	background: #fff;
	position: relative;
}

.state.comments {
	padding-top: 5px;
}

@media (max-width: 768px) {
	.state {
		padding: 15px;
	}
}

.state__comment-props {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 44px;
	border-top: 1px solid #ced0d4;
	border-bottom: 1px solid #ced0d4;
}

@media (max-width: 768px) {
	.state__comment-props {
		flex-direction: column;
		height: auto;
	}
}

.state__props-button {
	padding: 0 12px;
	height: 36px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 33.3333333333%;
	color: #65676b;
	font-weight: 700;
	font-size: 0.9375rem;
}

@media (max-width: 768px) {
	.state__props-button {
		font-size: 14px;
	}
}

.state__props-button:hover {
	background: rgba(0, 0, 0, 0.05);
}

.state__props-button .icon {
	background-size: auto;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 8px;
	filter: invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%);
}

.state__comments-stat {
	display: flex;
	justify-content: space-between;
	height: 43px;
	align-items: center;
}

.state__stat-text {
	font-size: 14px;
}

.state__stat-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.state__stat-icon span {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
}

@media (max-width: 768px) {
	.state__stat-icon {
		font-size: 14px;
	}
}

.state__stat-icon img {
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 100%;
	position: relative;
}

.state__stat-icon img:first-child {
	z-index: 2;
}

.state__stat-icon img:nth-child(2) {
	margin-left: -5px;
	z-index: 1;
}

.state__comments-wrap {
	margin-top: 20px;
}

#comments_component {
	margin: 0;
	font-family: Roboto, sans-serif;
	padding-bottom: 15px;
}

#comments_component .item {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0 0 20px;
}

#comments_component .component_ava {
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 10px 0 0;
}

#comments_component .component_info {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin: 0 0 5px;
}

#comments_component .component_info_inner {
	background-color: #ebedf0;
	border-radius: 18px;
	display: inline-block;
	line-height: 16px;
	margin-top: 0;
	min-width: 0;
	overflow: hidden;
	padding: 6px 12px 7px;
}

#comments_component .component_name {
	color: #000;
	font-weight: 600;
	font-size: 12px;
	margin: 0 0 3px 3px;
	text-decoration: none;
}

#comments_component .component_licked {
	position: relative;
	bottom: 3px;
	left: 0;
}

.component_body {
	width: 100%;
}

.component_reposy {
	color: #929292;
	font-weight: 600;
	font-size: 12px;
	margin: 6px 0 0 12px;
	display: flex;
	flex-wrap: wrap;
}

.component_reposy b {
	font-weight: 100;
	word-spacing: 0 !important;
	color: #757575;
}

.component_licked {
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 3px 0 #dadde1;
	color: #909192;
	font-size: 11px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	margin-left: -10px;
	padding-right: 4px;
	transform: translateY(-6px);
	z-index: 5;
}

#comments_component a {
	font-weight: 600;
	text-decoration: none;
}

.icons {
	white-space: nowrap;
	display: flex;
	margin: 0;
}

.u {
	background-position: 0 -283px;
	margin-left: -6px;
	z-index: 3;
}

.component_name,
.component_reposy {
	cursor: pointer;
}

.component_text a:hover {
	text-decoration: underline !important;
}

#comments_component p {
	margin: 0;
}

#comments_component .component_name,
#comments_component .component_text,
#comments_component .component_reposy,
.component_licked span {
	font-style: normal;
}

#comments_component .component_name {
	margin-left: 0;
}

#comments_component .component_name p {
	color: #050505;
	font-weight: 700;
	line-height: 1.2308;
	font-size: 0.8125rem;
}

#comments_component p {
	color: #050505;
	font-size: 0.9375rem;
}

#comments_component .component_info_inner {
	background: #f0f2f5;
	padding: 8px 12px;
}

#comments_component .component_ava {
	margin-right: 6px;
}

.component_reposy {
	color: #65676b;
}

.cover__img img {
	object-fit: cover;
	width: 100%;
}

.cover__img {
	max-height: unset;
	max-width: 350px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

@media (max-width: 610px) {
	.cover__name .icon {
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 400px) {
	.cover__name {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.state__props-button .icon {
		min-width: 18px;
	}

	.state__comment-props {
		flex-direction: row;
		height: 44px;
	}
}

@media (max-width: 400px) {
	.state__props-button {
		font-size: 10px;
	}
}

@media (max-width: 350px) {
	.state__stat-text {
		font-size: 12px;
	}

	.state__stat-icon span {
		font-size: 12px;
	}
}

.state.content h1 {
	margin-bottom: 20px;
	font-weight: 700;
}

.state.content p {
	margin: 15px 0;
	font-size: 18px;
	line-height: 1.3333;
}

.state.content a {
	text-decoration: none;
}

.state.content a:hover {
	text-decoration: underline;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
}

h1 {
	color: #333;
	font-size: 38px;
	font-weight: 300;
}

h1,
p {
	margin-bottom: 20px;
}

.product {
	display: block;
	margin: 30px auto 20px;
	text-align: center;
}

.action span {
	font-size: 11px;
	color: #999;
}

.action a {
	color: #0a78c2;
	font-size: 11px;
	text-decoration: none;
}

.text {
	font-size: 14px;
	font-weight: 400;
}

.content {
	margin: 0 auto;
	width: 100%;
	margin-top: 20px;
	padding: 15px;
}

h1 {
	font-size: 27px;
}

* {
	outline: none;
}

.icons .fb_licked {
	height: 20px;
	width: 20px;
	background-image: url(../images/thumb.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 100%;
	border: 2px solid #fff;
	z-index: 4;
	flex-shrink: 0;
}

.popular {
	flex-shrink: 0;
}

.icons .fb_licked.s {
	background-image: url(../images/heart.svg);
	z-index: 2;
	margin-left: -6px;
}

.icons .fb_licked.u {
	background-image: url("../images/sprite.png");
	background-position: 0 -283px;
	margin-left: -6px;
	background-size: 103px 328px;
	z-index: 3;
}

.content .product img {
	width: 100%;
	max-width: 190px;
	display: block;
	margin: 0 auto 20px;
}

form {
	display: block;
	margin: 0 auto !important;
	text-align: center !important;
}

label {
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

.close-popup {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("../images/cross1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	right: 0;
	cursor: pointer;
}

@media all and (max-width: 520px) {

	.close-popup {
		position: absolute;
		width: 30px;
		height: 30px;
		background-size: 100%;
		top: -40px;
		border-radius: 50%;
		-webkit-box-shadow: 0 0 10px #fff;
		box-shadow: 0 0 10px #fff;
		right: 0;
		cursor: pointer;
	}
}

.contentBox img {
	max-width: 100%;
	margin-bottom: 10px;
}

.contentBox p {
	font-weight: 400;
	font-family: Roboto, sans-serif;
}

#comments_component p {
	font-family: Roboto, sans-serif;
	font-weight: 400;
}

.component_name p {
	font-size: 14px;
	font-weight: 700 !important;
}

.inL_748581 {
	display: none;
}

.inL_9347 {
	text-indent: 0;
	text-align: start;
	line-height: normal;
	text-transform: none;
}

.inL_100544 {
	display: block;
}

.inL_509997 {
	display: flex;
}

.inL_124477 {
	background: url(../images/1.jpg) center center / cover no-repeat #ebedf0;
}

.inL_939287 {
	display: flex;
}

.inL_380997 {
	background: url(../images/2.jpg) center center / cover no-repeat #ebedf0;
}

.inL_172867 {
	display: flex;
}

.inL_739339 {
	background: url(../images/3.jpg) center center / cover no-repeat #ebedf0;
}

.inL_886475 {
	display: flex;
}

.inL_890457 {
	background: url(../images/4.jpg) center center / cover no-repeat #ebedf0;
}

.inL_11145 {
	display: flex;
}

.inL_258370 {
	background: url(../images/10.jpg) center center / cover no-repeat #ebedf0;
}

.inL_336264 {
	display: flex;
}

.inL_307968 {
	background: url(../images/5.jpg) center center / cover no-repeat #ebedf0;
}

.inL_948322 {
	display: flex;
}

.inL_221054 {
	background: url(../images/11.jpg) center center / cover no-repeat #ebedf0;
}

.inL_850365 {
	display: flex;
}

.inL_720458 {
	background: url(../images/7.jpg) center center / cover no-repeat #ebedf0;
}

.inL_364408 {
	display: flex;
}

.inL_414651 {
	background: url(../images/8.jpg) center center / cover no-repeat #ebedf0;
}

.inL_626607 {
	display: flex;
}

.inL_832047 {
	background: url(../images/13.jpg) center center / cover no-repeat #ebedf0;
}

.inL_149756 {
	display: flex;
}

.inL_322319 {
	background: url(../images/23.jpg) center center / cover no-repeat #ebedf0;
}

.inL_472714 {
	display: flex;
}

.inL_891908 {
	background: url(../images/24.jpg) center center / cover no-repeat #ebedf0;
}

.cpa_wr {
	overflow: hidden;
	display: flex;
	justify-content: center;
	font-family: sans-serif, Arial, Helvetica;
	padding: 50px 10px 0;
}

.cpa_form-wr {
	box-sizing: border-box;
	max-width: 660px;
	min-width: 320px;
	width: 100%;
	border: 1px solid #cfd7d4;
	text-align: center;
}

.cpa_img-block {
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}

.cpa_prod-img {
	max-width: 300px !important;
}

.cpa_bages {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 2px;
	margin: 0 auto;
	width: 100%;
	margin-top: -37px;
}

.cpa_bage-item-wr {
	flex-basis: 70px;
	aspect-ratio: 1 / 1;
}

.cpa_bage-item {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cpa_form {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 25px;
}

.cpa_form-title {
	display: inline-block;
	font-size: 19px;
	font-weight: 900;
	text-align: center;
}

.cpa_form-title span:nth-child(2) {
	color: #81245a;
}

.cpa_price {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}

.cpa_new-price {
	color: #85bfb5;
}

.cpa_new-price,
.cpa_old-price {
	flex: 1;
}

.cpa_new-price-title, .cpa_old-price-title {
	text-transform: uppercase;
	font-size: 20px;
}

.cpa_new-price-cost, .cpa_old-price-cost {
	font-size: 32px;
	font-weight: 800;
	display: block;
}

.cpa_old-price {
	font-weight: 600;
}

.cpa_old-price-cost {
	text-decoration: line-through;
}

.cpa_timer {
	padding: 20px 0 40px;
	width: 100%;
	text-align: center;
}

.cpa_timer-title {
	font-size: 12px;
	font-weight: 800;
	color: black;
}

.cpa_timer-clock {
	padding: 10px 0;
	font-size: 42px;
	display: flex;
	justify-content: space-around;
	max-width: 400px;
	margin: 0 auto;
}

.cpa_timer-item {
	color: #fff;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg,
			rgba(0, 0, 0, 1) 8%,
			rgba(223, 223, 223, 1) 50%,
			rgba(0, 0, 0, 1) 99%);
	padding: 5px;
}

.cpa_hours,
.cpa_minutes,
.cpa_seconds {
	box-sizing: content-box;
	line-height: 1.1;
	margin-right: 3px;
	display: inline-block;
	width: 52px;
	height: 44px;
	position: relative;
}

.cpa_hours::before,
.cpa_minutes::before,
.cpa_seconds::before {
	font-size: 16px;
	color: black;
	font-weight: 600;
	bottom: -20px;
}

.cpa_hours::before {
	content: "horas";
	position: absolute;
	left: 7px;
}

.cpa_minutes::before {
	content: "minutos";
	position: absolute;
	left: 0px;
}

.cpa_seconds::before {
	content: "segundos";
	position: absolute;
	left: -7px;
}

.cpa_input-label {
	display: block;
	font-size: 12px;
	text-align: left;
	width: 100%;
	max-width: 300px;
}

.phone {
	position: relative;
}

.cpa_input-label-txt {
	display: block;
	padding-bottom: 3px;
}

.cpa_input-label:nth-of-type(2) {
	padding-top: 15px;
}

.cpa_input {
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	height: 2rem;
	border: 1px solid #ccc;
	outline: 0;
	padding: 0 10px;
}

.cpa_submit-btn {
	margin: 15px 0;
	padding: 20px 10px;
	background-image: radial-gradient(circle at 61.42% 50%,
			#803aa1 0,
			#683191 25%,
			#51287f 50%,
			#3b1f6d 75%,
			#25165c 100%);
	border: 0;
	border-radius: 30px;
	width: 100%;
	max-width: 300px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	word-wrap: break-word;
}

h1,
h5 {
	color: #000;
	text-transform: uppercase;
	margin: 15px 0;
}

h1 {
	font-size: 24px;
	line-height: 1.13;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding: 0px;
	font-weight: normal
}

h5 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal
}


@media (min-width: 480px) {
	h1 {
		font-size: 30px
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 52px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		margin-top: 35px;
		margin-bottom: 30px;
		padding: 0px;
		font-weight: normal
	}

	h5 {
		font-size: 18px;
		text-transform: initial;
		font-weight: 600;
	}
}

.feedback {
	width: 75px;
	height: 70px;
	position: fixed;
	right: -15px;
	bottom: 15%;
	display: flex;
	align-items: center;
	background-color: #af2c4b;
	padding-left: 10px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	cursor: pointer;
	z-index: 1000;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	transition: all .5s;
}

.hidden {
	display: none;
}

.popup-window {
	font-family: inherit;
	width: 300px;
	position: fixed;
	right: 0%;
	bottom: 12%;
	padding: 35px 10px;
	background: #fff;
	border-radius: 5px;
	z-index: 2000;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.close-popup {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 27px;
	height: 27px;
	background-color: #fff;
	cursor: pointer;
}

.close-popup:before {
	content: "";
	background: #333;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: "";
	background: #333;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 4px;
	transform: rotate(45deg);
}

.popup-window form {
	width: 100%;
	min-height: auto;
	padding: 0;
	background: inherit;
	box-shadow: none;
}

.popup-window label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}

.popup-window input {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	border: 1px solid #333;
}

.popup-window button {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background: #af2c4b;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	border-radius: 20px;
}

.popup-price, .popup-price .cpa_new-price-cost, .cpa_old-price-cost {
	font-size: 20px;
}

.x_country_select {display:none!important}