.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.half-width {
	width: 50%;
}

.full-width {
	width: 100%;
}

.lt {
	text-decoration: line-through;
}

.green {
	color: green;
}

.color-red {
	color: #CC0000;
}

.b {
	font-weight: bold;
}

a {
	text-decoration: none;
}

.browser-color {
	color: #1659b4;
}

.uppercase {
	text-transform: uppercase;
}

.bigger {
	font-size: 19px;
	line-height: 28px;
	padding-top: 25px;
	padding-bottom: 25px;
}

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

.color-green {
	color: #208411;
}

.is-center {
	text-align: center !important;
	-moz-text-align-last: center !important;
	text-align-last: center !important;
}

.is-left {
	text-align: left;
}

.display-desktop {
	display: block;
}

.display-mobile {
	display: none !important;
}

.is-right {
	text-align: right;
	-moz-text-align-last: right !important;
	text-align-last: right !important;
}

.is-justify {
	text-align: justify;
}

.is-bold {
	font-weight: bold;
}

.is-italic {
	font-style: italic;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.center-photo {
	margin: 0 auto;
	display: block;
	width: 100%;
}

.border-rad-10 {
	border-radius: 10px;
}

.light-pinkbg {
	background-color: #f3bfce;
}

.dark-pinkbg {
	background-color: #d97390;
}

.has-left-img {
	display: block;
	float: left;
	max-width: 250px;
	padding-right: 15px;
}

.has-left-img img {
	margin-bottom: 5px;
}

.has-center-img {
	display: block;
	max-width: 250px;
}

.white-text {
	color: #ffffff;
}

.p-t-20 {
	padding-top: 20px !important;
}

.has-right-img {
	display: block;
	float: right;
	max-width: 250px;
	padding-left: 15px;
}

.has-right-img img {
	margin-bottom: 5px;
}

.primary-color {
	color: #888;
}

.mw-400 {
	max-width: 400px;
}

.mw-450 {
	max-width: 450px;
}

.mw-500 {
	max-width: 500px;
}

.p-10 {
	padding: 10px;
}

.p-20 {
	padding: 20px;
}

.p-v-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p-v-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-v-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-t-15 {
	padding-top: 15px !important;
}

.p-h-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.p-h-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.p-h-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.p-b-0 {
	padding-bottom: 0 !important;
}

.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-r-0 {
	margin-right: 0px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-l-0 {
	margin-left: 0px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

@font-face {
	font-family: "Lato-thin";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local("Lato-thin"), url("../fonts/Lato/Lato-thin_LE.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Lato-thin";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local("Lato-thin"), url("../fonts/Lato/Lato-thin_L.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Lato-light";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Lato-light"), url("../fonts/Lato/Lato-light_LE.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Lato-light";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Lato-light"), url("../fonts/Lato/Lato-light_L.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Lato-regular";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Lato-regular"), url("../fonts/lato-regular_le.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Lato-regular";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Lato-regular"), url("../fonts/lato-regular_l.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Lato-bold";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Lato-bold"), url("../fonts/lato-bold_le.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Lato-bold";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Lato-bold"), url("../fonts/lato-bold_l.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Lato-black";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local("Lato-black"), url("../fonts/Lato/Lato-black_LE.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Lato-black";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local("Lato-black"), url("../fonts/Lato/Lato-black_L.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1 {
	font-size: 3.125rem;
	line-height: 3.75rem;
	color: #242424;
}

h2 {
	font-size: 1.875rem;
	color: #242424;
	font-family: 'Lato-regular';
	letter-spacing: 0.6px;
	line-height: 2.75rem;
	margin-bottom: 30px;
}

h3 {
	font-size: 1.625rem;
	line-height: 2.375rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

h5 {
	font-size: 0.8125rem;
	line-height: 1.4375rem;
}

h6 {
	font-size: 0.625rem;
	line-height: 1.25rem;
}

/*KEYFRAMES*/
@-webkit-keyframes cookieAnimate {
	0% {
		opacity: 0;
		width: 0px;
		height: 0px;
		padding: 0px;
	}

	100% {
		opacity: 1;
		width: 35px;
		height: 35px;
		padding: 10px;
		margin: 6px;
	}
}

@keyframes cookieAnimate {
	0% {
		opacity: 0;
		width: 0px;
		height: 0px;
		padding: 0px;
	}

	100% {
		opacity: 1;
		width: 35px;
		height: 35px;
		padding: 10px;
		margin: 6px;
	}
}

@-webkit-keyframes cookieContentAnimate {
	0% {
		position: relative;
		top: -10px;
		opacity: 0;
	}

	100% {
		position: relative;
		top: 0px;
		opacity: 1;
	}
}

@keyframes cookieContentAnimate {
	0% {
		position: relative;
		top: -10px;
		opacity: 0;
	}

	100% {
		position: relative;
		top: 0px;
		opacity: 1;
	}
}

body,
html {
	margin: 0px;
	padding: 0px;
	font-family: "LatoR", sans-serif;
	background: #f3f3f3;
	line-height: 1.25;
	color: #242424;
	font-size: 0.9375rem;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.btn-text {
	font-size: 2.1875rem;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	padding: 0px;
	color: #001aee;
	text-decoration: underline;
	line-height: 1.3;
}

.crossed {
	text-decoration: line-through;
}

.current-info {
	color: #ff0000;
	font-style: italic;
}

hr {
	height: 1px;
	background: #ccc;
	outline: none;
	border: 0px;
}

.small {
	padding-top: 10px;
	font-size: 0.75rem;
	color: #aaa;
	line-height: 1.1875rem;
	text-align: center;
}

.btn,
button,
input[type=submit] {
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
}

.buttons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buttons>* {
	margin-right: 10px;
}

.btn {
	padding: 0px 17px;
	line-height: 40px;
	position: relative;
	font-size: 0.75rem;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn:hover {
	opacity: 0.8;
}

.btn--radius {
	border-radius: 20px;
}

.btn--primary {
	background: #888;
	color: #fff;
}

.btn--primary span:before {
	background-color: #fff !important;
}

.btn--icon i {
	font-size: 0.875rem;
}

.btn--icon span {
	position: relative;
	display: inline-block;
	padding-left: 13px;
	margin-left: 13px;
}

.btn--icon span:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	margin: auto;
	width: 1px;
	height: 16px;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}

.btn--main {
	font-size: 1.875rem;
	margin: 20px 0px;
	padding: 0px;
	color: #1659b4;
}

.promo,
.popupText button.promo {
	background: #28a745;
	padding: 15px 25px;
	font-weight: 900;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
	text-align: center;
	margin: 20px auto;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

.article ul {
	padding-left: 20px;
	list-style-type: disc;
}

.article ul li {
	font-size: 1.25rem;
	line-height: 1.875rem;
	margin: 3px 0px;
}

.arrow-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.arrow-list li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.arrow-list li svg {
	width: 25px;
	flex-shrink: 0;
}



.check-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.check-list li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.check-list li svg {
	width: 25px;
	flex-shrink: 0;
}


.stars-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.stars-list li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.stars-list li:before {
	font-family: "Font Awesome 6 Free";
	content: "\f005";
	font-size: 26px;
	font-weight: 900;
	color: #d5ae4a;
}

.playbutton-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.playbutton-list li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.playbutton-list li:before {
	font-family: "Font Awesome 6 Free";
	content: "\f152";
	font-size: 25px;
	font-weight: 900;
	color: #d5ae4a;
}

@media screen and (max-width: 500px) {
	article ul {
		padding-left: 20px;
	}
}

.breadcrumbs {
	padding-top: 10px;
	margin: 0px 0px 20px;
	font-weight: 700;
	font-size: 1rem;
}

.breadcrumbs .sep {
	margin: 0px 8px;
}

.breadcrumbs__item {
	color: #606060;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration: none !important;
}

.breadcrumbs__item:last-child::after,
.breadcrumbs__item:last-of-type::after {
	content: none;
}

.breadcrumbs__item.is-active,
.breadcrumbs__item:hover {
	color: #444;
}

.breadcrumbs-addition {
	margin-left: auto;
	color: #808080;
	font-size: 0.8125rem;
}

.breadcrumbs-addition .header-date {
	margin-right: 0px;
	margin-left: 3px;
}

.author {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	color: #606060;
}

.author .b {
	color: #000000;
}

.author__img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}

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


.socialMedia {
	margin-top: 30px;
	margin-bottom: 30px;
}

.socialMedia .shareTitle {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	color: #444;
	position: relative;
	line-height: 40px;
	padding: 0px 13px;
	font-size: 0.75rem;
	font-weight: 700;
	margin-right: 15px;
}

.socialMedia .shareTitle:after,
.socialMedia .shareTitle:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
}

.socialMedia .shareTitle:before {
	border-width: 9px 0 9px 11px;
	border-color: transparent transparent transparent #e9e9e9;
}

.socialMedia .shareTitle:after {
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #fff;
}

.weather-widget {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}

.weather-icon {
	width: 50px;
}

.weather-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 10px;
}

.weather-temp {
	font-size: 20px;
	font-weight: bold;
}

.weather-city {
	text-transform: uppercase;
	opacity: 0.5;
	font-size: 12px;
	font-weight: bold;
}

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

.tags .tag {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 12px 15px;
	font-size: 1rem;
	border: 1px solid #E4E5E6;
	color: #17222B;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.tags .tag:hover {
	background: #E4E5E6;
}

.tags .tag--first {
	background: #E4E5E6;
	letter-spacing: 1px;
}

.order-secton {
	background: #fff;
	margin-top: 20px;
}

div.form {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

div.buyForm.main-site div.form {
	margin-left: auto;
	border: 3px solid #774bbb;
	border-radius: 10px;
	padding: 30px;
	background: #fff;
}

div.buyForm.main-site div.form h2.order-title {
	text-transform: uppercase;
	color: #ff0000;
	letter-spacing: 0px;
	font-family: "LatoBo";
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
}

.verified {
	color: #444;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
}

.verified i {
	display: inline-block;
	background: url("../img/verified.png") no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.formGroup-half,
.formGroup-3-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.formGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px 0px;
}

.formGroup-half .formGroup {
	width: 50%;
}

label {
	width: 100%;
	text-align: left;
	font-size: 18px;
	padding-left: 5px;
}

.formContent {
	width: 100%;
	position: relative;
}

.formContent input {
	width: 100%;
}

input,
select {
	border: 1px solid black !important;
	font-size: 15px;
	padding: 8px 10px;
	background: #fff;
	outline: none;
	border: 1px solid #b1b1b1;
	border-radius: 10px;
}

.formGroup-3-1.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

input:last-of-type {
	margin-right: 0px;
}

.formGroup-3-1 .formGroup:first-child {
	width: 70%;
}

.formGroup-3-1 .formGroup:last-child {
	width: 30%;
}

.col-sm-1 {
	width: 100%;
}

select {
	padding: 8px 10px;
	background: #fff;
	outline: none;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
}

.radio-flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
}

.radio-flex .radioGroup {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sum-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	gap: 10px;
	padding-top: 0 !important;
	font-size: 1.25rem;
}

.sum-products .sum-product-prices p {
	text-align: right;
	-moz-text-align-last: right;
	text-align-last: right;
}

.pullLeft {
	float: left;
}

.buyForm {
	padding-bottom: 20px;
}

.radioGroup label {
	width: 100%;
	margin-left: 10px;
}

div.form input[type=submit] {
	width: 100%;
	background: #367736;
	font-weight: bold;
	color: #fff;
	border: inherit !important;
}

input[type=submit] {
	margin: 0 auto;
	display: inline-block;
	border: none;
	padding: 10px 40px;
	font-size: 30px;
}

.form-icons {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0px 20px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.form-icons img {
	width: initial !important;
}

.form-icons .form-single-icon {
	max-height: 30px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 15px;
}

.summary {
	width: 100%;
}

.summary p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px !important;
}

.product-price {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 35px;
}

.product-price .old-price {
	text-decoration: line-through;
}

.product-price .new-price {
	font-weight: bold;
}

.product-price span {
	margin: 15px;
}

.product-price i {
	color: #c00;
}

@media screen and (max-width: 700px) {

	.formGroup-half,
	.formGroup-3-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0px;
	}

	.formContent {
		width: 100%;
	}

	.form-group {
		display: block;
	}

	.formGroup-half .formGroup {
		width: 100%;
	}

	.formGroup-3-1 .formGroup:first-child,
	.formGroup-3-1 .formGroup:last-child {
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	.radio-flex {
		gap: 10px;
	}
}

@media screen and (max-width: 450px) {
	.radio-flex {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
}

/*Cookie communicate*/
.closeCookieBox {
	opacity: 0;
}

.cookieBox {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	text-align: center;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 1000;
}

.cookieBox.display {
	display: block;
}

.cookieBox.display.closeCookieBox {
	display: none;
}

.cookieBox .cookieBoxContent {
	background: rgba(0, 0, 0, 0.7607843137);
}

.cookieBox .cookieBoxContent {
	color: #ffffff;
	padding: 20px;
	line-height: 23px;
	-webkit-animation: cookieContentAnimate 0.5s 1 0.4s;
	animation: cookieContentAnimate 0.5s 1 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	position: relative;
	-webkit-transition: 1s linear;
	transition: 1s linear;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.cookieBox .cookieBoxContent p {
	padding: 0px;
	line-height: 19px;
	margin: 0px;
}

.cookieBox .cookieBoxContent p:first-child {
	width: calc(100% - 190px);
}

.cookieBox .cookieBoxContent p:last-child {
	margin-left: auto;
}

.cookieBox .cookieBoxContent a.readMore {
	color: #b9b9b9;
}

.cookieBox .cookieBoxContent a.readMore:hover {
	text-decoration: underline;
}

.cookieBox .cookieBoxContent a.closeCookies {
	background: #888;
	padding: 7px 20px;
	border-radius: 5px;
	color: #ffffff;
}

@media screen and (max-width: 800px) {
	.cookieBox .cookieBoxContent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cookieBox .cookieBoxContent p:first-child {
		width: 100%;
	}

	.cookieBox .cookieBoxContent p:last-child {
		margin-left: 0px;
		margin-top: 20px;
	}
}

blockquote {
	color: #000;
	padding: 20px 30px;
	background: #cfcfcf;
	position: relative;
	margin: 0px;
	border-radius: 10px;
	font-size: 19px;
	line-height: 32px;
	z-index: 10;
	font-style: italic;
}

blockquote:after,
blockquote:before {
	font-size: 200px;
	font-family: "Calisto MT";
	line-height: 150px;
	z-index: -1;
	content: '"';
	position: absolute;
	width: 30px;
	height: auto;
	width: 100px;
	height: 80px;
	background-size: contain;
	z-index: 0;
	opacity: 0.06;
}

blockquote:before {
	top: 10px;
	left: 0px;
}

blockquote:after {
	bottom: 0px;
	right: -10px;
}

blockquote .has-left-img {
	overflow: hidden;
	border-radius: 10px;
	max-width: 190px;
	margin-right: 15px;
	margin-bottom: 0px;
}

blockquote img {
	margin-bottom: 0px !important;
	padding-right: 0px !important;
}

blockquote p {
	margin: 0px;
	line-height: 1.6875rem !important;
}

div.main div.mainContainer {
	width: 1050px;
	padding: 0px;
	margin: 0 auto;
	background: #f3f3f3;
}

div.main div.mainContainer .sideBoxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

div.sideBoxes {
	width: 100%;
}

.sideboxes-order {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.del {
	text-decoration: line-through;
	color: #ff0000;
}

.successMsg {
	color: green;
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
}

.productInfoVariant-1 {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.productInfoVariant-1>.infoProd {
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	color: #222;
	margin-right: 0px;
}

.productInfoVariant-1>.infoProd>.oldPrice {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-decoration: line-through;
}

.productInfoVariant-1>.infoProd>p {
	margin-bottom: 8px;
}

.productInfoVariant-1>.infoProd>.newPrice {
	color: #F44336;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

.header {
	position: relative;
}

.header__icons {
	position: absolute;
	top: 15px;
	right: 0px;
}

.header__additional-icons img {
	width: 25px;
	opacity: 0.5;
	max-height: 46px;
	margin: 0px 6px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.header__additional-icons img:hover {
	opacity: 1;
}

.header__additional-search {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.header__additional-search input {
	border-radius: 30px;
	padding: 10px 15px;
	margin-right: 0px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	border: none;
}

.header__additional-search img {
	height: 20px;
	margin-right: 5px;
}

.header__additional-search a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000000;
	background: #cccccc;
	font-weight: bold;
	padding: 8px 20px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	text-transform: uppercase;
}

.header__additional-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.header__additional-menu ul {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	padding: 12px 20px;
}

.header__additional-menu ul li a {
	color: #000000;
	margin: 0px 12px;
	font-size: 1rem;
	text-transform: uppercase;
}

@media screen and (max-width: 870px) {
	.header__additional-menu ul {
		margin-top: 0px;
	}
}

.layout__center {
	max-width: 1050px;
	margin: 0 auto;
	width: 100%;
}

.left-side {
	width: 710px;
	max-width: 100%;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	background: #fff;
}

.center-photo {
	display: block;
	margin: 0 auto;
}

.header-layout__center {
	background: #f3f3f3;
}

.header-layout__center .layout__center {
	background: #ffffff;
}

.header {
	border-bottom: 2px solid #000;
}

.header__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__logo-link {
	margin: 0px;
	display: inline-block;
	position: relative;
}

.header__logo-link img {
	width: 700px;
	max-width: 100%;
	margin: 40px 0px 20px;
}

.main-header {
	position: relative;
}

.main-header:before {
	content: "";
	background-image: url("../img/l_butterfly.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	width: 120px;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

.main-header:after {
	content: "";
	background-image: url("../img/r_butterfly.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	width: 120px;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

.main-header {
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.main-header img {
	position: relative;
	max-width: 100% !important;
}

.header-bar {
	background: #fff;
	position: relative;
	z-index: 101;
	border-bottom: 1px solid #d9dcdd;
}

.header-bar>div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trending {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trending-title {
	padding: 9px 15px;
	color: #fff;
	background: #888;
	font-family: 'Lato-black';
	letter-spacing: 2px;
}

.header-info {
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trending-info {
	margin-left: 20px;
	opacity: 0.7;
	font-size: 15px;
	font-family: 'Lato-bold';
}

.header-date,
.header-socialmedia {
	margin: 0px 10px;
}

.header-date {
	font-weight: bold;
}

.header-socialmedia a {
	margin-left: 10px;
	color: #888;
}

.header-socialmedia a:first-child {
	margin-left: 0px;
}

.header-middle {
	background: #fff;
	padding: 20px 0px;
	position: relative;
	z-index: 101;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-middle .layout__center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-middle .banner {
	margin-left: auto;
	max-width: calc(100% - 200px);
}

.header-middle .header-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	letter-spacing: 2px;
}

.header-addons {
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	height: 65px;
}

.logo img {
	height: 100%;
}

.navbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background-color: #f4f2f7;
}

.navbar ul li {
	border: 2px solid #dedede;
	color: #646464;
	font-size: 28px;
	width: 100%;
	text-align: center;
}

.headline-paragraph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.headline-paragraph p {
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: normal;
}

.headline-paragraph p span {
	display: block;
	font-weight: normal;
	margin: 20px 0px 0px;
}

.article {
	max-width: 100%;
	padding-bottom: 20px;
}

.article h2 {
	margin: 0px;
}

.article ul li {
	padding-bottom: 10px;
	line-height: 1.875rem;
}

.article ul li b {
	color: green;
}

.article-Text {
	margin: 0;
	padding-top: 20px;
}

.article-Text:first-of-type {
	padding-top: 0px;
}

.article-line {
	display: block;
	margin: 0 auto;
	height: 3px;
	background-color: #dedede;
	max-width: 400px;
	width: 100%;
	margin-top: 15px;
}

.article-content_container {
	padding-top: 15px;
}

.article-ref_container {
	background-image: url(../img/ref-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 50px 30px 50px;
	margin-top: 25px;
	margin-left: -30px;
	margin-right: -30px;
}

.article-ref_text {
	font-size: 32px;
	font-weight: bold;
	color: #4d6b45;
}

.article-ref {
	background-color: rgba(255, 255, 253, 0.9);
	text-align: center;
	padding: 60px 50px;
	border-radius: 10px;
}

.article-photo {
	margin: 0 auto;
	text-align: center;
	display: inherit;
	border-radius: 10px;
	max-width: 100%;
}

.article-multiple-photo {
	max-width: 100%;
}

.article-multiple-photo img {
	-o-object-fit: cover;
	object-fit: cover;
	margin: 5px;
	max-height: 400px;
	border-radius: 10px;
	border: 2px solid #e6e6e6;
}

.article-multiple-photo img:first-child {
	max-width: calc(30% - 9px);
}

.article-multiple-photo img:last-child {
	max-width: calc(70% - 9px);
}

.article-aside-img {
	max-width: 450px;
	width: 45%;
	border-radius: 10px;
	border: 2px solid #e6e6e6;
	max-height: 260px;
	margin: 10px 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-aside-img.pull-left {
	margin-left: 0px;
}

.article-aside-img.pull-right {
	margin-right: 0px;
}

.article__border {
	border: 2px solid #444;
	border-radius: 28px;
	-webkit-box-shadow: 0px 0px 10px 0px #444;
	box-shadow: 0px 0px 10px 0px #444;
	padding: 25px;
	font-size: 1.3125rem;
	line-height: 2rem;
	max-width: 90%;
	margin: 30px auto;
}

.article__border-content p {
	margin-top: 0px;
}

.article__border-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 2px solid #e6e6e6;
	overflow: hidden;
}

.article__border-image img {
	max-width: 215px;
	display: block;
}

.article__border-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.article__border-author span {
	margin-left: auto;
	font-weight: bold;
}

.article__border.next-answer {
	margin: 0px;
	max-width: 100%;
	border: 0px;
	font-size: 1.25rem;
	line-height: 2.0625rem;
	border-radius: 15px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px #444;
	box-shadow: 0px 0px 5px 0px #444;
}

.article__border.next-answer p {
	margin-bottom: 0px;
}

.article__border.next-answer .article__border-image {
	position: relative;
	width: 110px;
	height: 110px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 0px;
}

.article__border.next-answer .article__border-image img {
	position: absolute;
	top: -9960px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	max-height: 150px;
}

.article__information {
	background: #cbdcea;
	padding: 20px;
	border-left: 4px solid #1e5585;
	line-height: 34px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 1.25rem;
}

.article .main-photo {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	max-height: 420px;
	-o-object-fit: cover;
	object-fit: cover;
}

.article__headline {
	font-family: "Times New Roman", Times, serif;
}

.article .separator-box {
	background: #cbdcea;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 30px;
	border-radius: 10px;
}

.article .separator-box__content {
	font-size: 1.5rem;
	line-height: 2.3125rem;
}

.article .separator-box__link {
	margin-left: auto;
	color: #fff;
	background: #888;
	padding: 12px 40px;
	font-size: 1.125rem;
	border-radius: 35px;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.article .separator-box__link:hover {
	opacity: 0.8;
}

.article .table-of-contents {
	background: #f3f4f6;
	border-radius: 20px;
	padding: 20px;
}

.article .table-of-contents ul {
	list-style-type: none;
	padding-left: 0px;
}

.article .table-of-contents a {
	display: block;
	margin-bottom: 20px;
}

.article .table-of-contents a:last-of-type {
	margin-bottom: 5px;
}

.article .table-of-contents a:hover li {
	text-decoration: underline;
}

.article .table-of-contents li {
	color: #444;
	font-weight: 600;
	position: relative;
	padding-left: 30px;
}

.article .table-of-contents li:before {
	content: "";
	background: url("../img/icons/down-arrow.svg");
	width: 20px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.article .table-of-contents li:last-of-type {
	margin-bottom: 0px;
}

.article .table-of-contents h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.article .table-of-contents span {
	margin-bottom: 20px;
	display: block;
	font-size: 1.0625rem;
	font-style: italic;
}

.article .custom-right-img {
	width: 435px;
	max-width: initial;
	margin-top: 60px;
}

.article__photo {
	margin: 10px 0px;
	padding-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.article__photo p {
	padding-top: 14px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 50%;
	padding: 0px;
	margin: 0px;
}

.article__photo .has-left-img {
	max-width: 60%;
	line-height: 0;
}

.article__photo img {
	margin-bottom: 0px;
	width: 100%;
}

.article__short-description {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-top: 0px;
}

.article p {
	font-size: 1.25rem;
	line-height: 1.6875rem;
	-moz-text-align-last: left;
	text-align-last: left;
}

.article p.border {
	background: #e2e0e1;
	padding: 10px 20px;
	border-radius: 10px;
	border: 2px solid #1659b4;
}

.article p.has-list {
	margin-bottom: 5px;
}

.article p.answer {
	padding-left: 15px;
	border-left: 3px solid #888;
}

.article__inside-link {
	font-size: 1.25rem;
	color: #1659b4;
	padding: 10px 0px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	border-top: 1px solid #1659b4;
	border-bottom: 1px solid #1659b4;
}

.article__inside-link:hover {
	font-size: 1.4375rem;
	border-width: 3px;
}

.h2-line {
	position: relative;
}

.headline-big-title {
	font-size: 28px;
	font-weight: bold;
	color: #ed2024;
	padding: 0;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	line-height: 37px;
	letter-spacing: 0.25px;
}

.purple-box {
	background-color: #eee7f9;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
}

.purple-box p {
	font-size: 16px !important;
	padding-top: 20px !important;
}

.purple-box img {
	border: 5px solid #b3a0da;
	max-width: 500px;
	width: 100%;
}

.additional-info {
	font-size: 14px !important;
	color: #9b9b9b;
	margin-top: 20px;
	margin-bottom: 0;
}

.green-container {
	border-radius: 10px;
	border: 3px solid #4c6b4b;
	padding: 15px;
	margin-top: 20px;
}

.green-container .container-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.green-container .container-content img {
	max-width: 100px;
}

.red-title {
	font-family: "LatoBo";
	font-size: 24px;
	color: #ed2024;
	width: 90%;
	text-align: center;
	padding: 0;
	padding-top: 20px;
	margin: 0 auto;
}

.pink-box-title {
	font-family: "LatoBo";
	font-size: 20px;
	color: #821131;
	text-align: center;
	-moz-text-align-last: center !important;
	text-align-last: center !important;
}

mark {
	background-color: #94c2a0;
}

.headline-title {
	font-family: "LatoBo";
	font-size: 24px;
	color: #ed2024;
	width: 90%;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
}

.headline-title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #0f6013;
	padding: 0;
	margin-top: 0px;
	width: 90%;
	margin: 0 auto;
}

.headline-title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.375rem;
	font-weight: bold;
	text-align: center;
	color: #0f6013;
	padding: 0;
	margin-top: 0px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.7rem !important;
}

.headline-p {
	text-align: left;
	font-size: 16px !important;
	color: #c9c9c9;
	width: 100%;
	margin: 0 !important;
	-moz-text-align-last: left !important;
	text-align-last: left !important;
}

.headline-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 15px;
}

.product {
	margin-bottom: 20px;
}

.product-container {
	padding: 20px;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	max-width: 660px;
	margin: 0 auto;
}

.product-container p {
	margin: 12px 0px;
}

.stars-values {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 12px 0px;
	gap: 15px;
}

.stars-values p {
	margin: 0px;
}

.stars .star {
	background: url("../img/star-solid.svg") no-repeat;
	width: 26px;
	height: 26px;
}

.stars .star.star-half,
.stars .star.star-empty {
	background: url("../img/star-solid-gray.svg") no-repeat;
	position: relative;
}

.stars .star.star-half:after {
	background: url("../img/star-half-solid.svg") no-repeat;
	content: "";
	position: absolute;
	left: 0px;
	width: 26px;
	height: 26px;
}

.img-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	max-width: 325px;
	width: 100%;
	max-height: 300px;
	margin-top: 20px !important;
	margin-left: 35px !important;
}

.img-box img {
	width: 325px;
	height: 295px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sources {
	padding-left: 0px !important;
	padding-top: 20px;
}

.sources li {
	list-style-type: none;
	overflow-wrap: break-word;
	font-size: 14px !important;
}

.order-img {
	position: relative;
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}



.order-img:after {
	content: "";
	position: absolute;
	top: -8px;
	background: url("../img/offer_ribbon.png") no-repeat;
	width: 260px;
	height: 100%;
	background-size: contain;
	right: -10px;
}

.title {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.mainProd {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.span-line {
	width: 100%;
	content: "";
	position: relative;
	display: block;
	height: 7px;
	left: 0px;
	background: #d8df20;
	z-index: 0;
	bottom: 15px;
}

.item-button {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
	color: black;
	background-color: #93c73e;
	border-radius: 10px;
	margin-left: 10px;
	position: relative;
	letter-spacing: 1.25px;
}

.text-button {
	width: 520px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	max-width: 100%;
}

.h2-line-short:before {
	width: 110px;
}

.h2-line-short:after {
	width: 110px;
}

.before-mark {
	position: relative;
}

.before-mark:before {
	content: "";
	background: url("../img/check.svg");
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}

.opinion {
	border: 1px solid black;
	border-top: 0;
	margin-top: 15px;
}

.comment {
	padding: 10px 15px 15px 15px;
	margin: 0 !important;
}

.aside {
	width: 310px;
	border-left: 3px solid #f3f3f3;
	margin-left: auto;
}

.aside__item {
	margin-bottom: 20px;
}

.aside__item h3 {
	letter-spacing: 1px;
	font-size: 1.25rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.aside a {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.aside a:hover {
	opacity: 0.8;
}

.asideBgElement {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 30px;
}

.asideBgElement h3 {
	position: relative;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 5px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: #8058bd;
	text-underline-offset: 5px;
}

.scrollable {
	position: sticky;
	top: 10px;
}

.topicFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.aside-categories {
	font-size: 20px;
	line-height: 30px;
}

.aside-categories li {
	margin-bottom: 5px;
}

.aside-categories li a {
	color: #000;
	font-weight: 300;
}

.aside-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 7px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: italic;
	font-size: 22px;
}

.aside-tags li a {
	color: #000;
}

.opinion-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	gap: 15px;
}

.opinion-name .opinion-name-box .name {
	text-align: center;
}

.opinion-name .opinion-image {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.opinion-name .opinion-image img {
	width: 100%;
	max-width: 85px;
	border: 2px solid #4c6b4b;
	border-radius: 50%;
	height: 85px;
	-o-object-fit: cover;
	object-fit: cover;
}

.aside-opinion {
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #eee7f9;
	border-radius: 10px;
}

.aside-opinion:first-of-type {
	margin-top: 10px;
}

.aside-opinion p {
	font-size: 18px;
	margin: 0px;
	line-height: 28px;
	text-align: left;
}

.aside__articles-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 10px;
}

.aside__articles-item:first-child {
	margin-top: 0px;
}

.aside__articles-img {
	display: block;
	overflow: hidden;
	width: 110px;
}

.aside__articles-img img {
	width: 90px;
	height: auto;
	border-radius: 5px;
}

.aside__articles-text {
	width: 180px;
}

.aside__articles-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9375rem;
	line-height: 1.5rem;
	color: #606060;
}

.aside__articles-tag {
	padding: 4px 10px;
	background: #f3f3f3;
	color: #888;
	font-weight: bold;
	border-radius: 5px;
	font-size: 0.625rem;
	display: inline-block;
	margin: 5px 0px;
	text-transform: uppercase;
}

/*ASIDE POPULAR TOPICS*/
.popularTopics .singleTopic {
	padding-bottom: 10px;
	margin-top: 20px;
	padding: 0px 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #eee7f9;
	overflow: hidden;
	color: black;
	border-radius: 10px;
}

.popularTopics .singleTopic .topicContent:hover {
	background-color: #8058bd;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.popularTopics .singleTopic .topicContent:hover h4 {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	color: white;
}

.popularTopics .singleTopic .topicContent h4 {
	margin-top: 0px;
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-bottom: 0;
	font-weight: 500;
	padding: 7px 10px;
}

.popularTopics .singleTopic .topicContent>span {
	display: block;
}

.popularTopics .singleTopic .topicContent .topicTag {
	padding: 4px 0px;
	color: #888;
	font-weight: bold;
	border-radius: 5px;
	font-size: 10px;
	display: inline-block;
	margin: 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.875rem;
}

.popularTopics .singleTopic .topicContent .sep {
	margin: 0px 5px;
}

.popularTopics .singleTopic .topicContent .header-date {
	margin: 0px;
	font-weight: normal;
	font-size: 0.875rem;
}

.popularTopics .singleTopic .topicContent .topicTime {
	font-size: 13px;
	text-transform: uppercase;
}

.popularTopics .singleTopic img.topicImage {
	width: 100%;
	height: 100%;
}

.popularTopics .topicTitle2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.25rem;
	line-height: 26px;
	display: block;
	padding: 10px;
}

.popularTopics .topicImg {
	border-radius: 5px;
	position: relative;
	width: 100%;
	height: 100%;
}

.popularTopics .topicTextImg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #c5c5c5;
	margin-bottom: 25px;
}

.comments {
	margin-bottom: 10px;
}

.comments .comment-photo {
	width: 55px;
	height: 55px;
}

.comments__header {
	margin-bottom: 10px;
}

.comments__header>* {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: bold;
}

.comments__header-title {
	padding: 15px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.1875rem;
	margin-top: 20px;
	text-transform: uppercase;
}

.comments__header-button {
	margin-left: auto;
	color: #385898;
	cursor: pointer;
}

.comments__form {
	margin-top: 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid #ccc;
}

.comments__form-avatar {
	margin-right: 15px;
}

.comments__form-fields {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	width: 100%;
}

.comments__form-fields>* {
	margin-bottom: 10px;
}

.comments__form-submit {
	max-width: 150px;
}

.comments__items-last {
	font-size: 1rem;
	color: #385898;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	padding-bottom: 10px;
	background: #f5f5f5;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
}

.comments__items-element {
	min-height: 55px;
}

.comments__items-element.sub-comment {
	padding-left: 30px;
}

.comments .comment {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-left: 0px;
	width: 100%;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	font-family: "Times New Roman", Times, serif;
}

.comments .comment:hover {
	background: #efefef;
}

.comments .comment__author {
	font-size: 1.25rem;
	color: rgb(78, 78, 78);
	font-weight: bold;
	margin: 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comments .comment__time {
	color: #aaa;
	margin-right: 10px;
	font-size: 0.8125rem;
	margin-left: 0px;
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 5px;
}

.comments .comment__content {
	position: relative;
	margin: 5px 10px;
	line-height: 1.8125rem;
	font-size: 1.1875rem;
	font-family: 'Lato-regular';
}

footer {
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	max-width: 1050px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.footerMenu {
	text-align: center;
}

ul.footerMenuContent {
	list-style-type: none;
}

ul.footerMenuContent li {
	display: inline-block;
	margin: 5px;
}

ul.footerMenuContent li a {
	color: #888;
	font-size: 12px;
}

.effects-slides {
	width: calc(100% - 70px);
	margin: 20px auto;
}

.owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 70px);
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	margin-left: -35px;
	margin-right: -35px;
	z-index: -1;
}

.owl-nav button {
	margin: 0px;
}

.owl-nav button i {
	font-size: 50px;
}

.owl-nav button:last-child {
	margin-left: auto;
}

.owl-nav button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

@media screen and (max-width: 1200px) {
	div.mainContainer {
		width: calc(100% - 20px);
		margin: 10px;
		margin-top: 0px;
	}
}

@media screen and (max-width: 1160px) {
	.header__additional-search input {
		width: 240px;
	}

	.header__content .header__search {
		min-width: initial;
		width: calc((100% - 432px) / 2);
	}
}

@media screen and (max-width: 1050px) {
	div.main div.mainContainer {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.aside {
		display: none;
	}

	.article {
		max-width: 100%;
		width: 100%;
	}

	.mobile-mw-600 {
		max-width: 600px;
	}
}

@media screen and (max-width: 970px) {
	.article-Text br {
		display: none;
	}

	.main-header {
		height: 160px;
	}

	.main-header img {
		max-width: 350px !important;
		width: 100%;
	}

	.main-header:before {
		left: -20px;
	}

	.main-header:after {
		right: -30px;
	}

	.ingredient-title {
		margin: 0 auto;
		max-width: 660px;
		margin-top: 20px;
	}

	.navbar {
		display: none;
	}

	.header__additional-box {
		margin-right: 0px;
	}

	.logo {
		height: 65px;
	}
}

@media screen and (max-width: 900px) {
	.header__search {
		display: none;
	}

	.header__logo {
		border: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		max-width: 100% !important;
		min-width: initial !important;
	}

	.header-middle .header-title {
		margin-right: 0px;
		font-size: 1.5625rem;
		letter-spacing: 0px;
	}
}

@media screen and (max-width: 870px) {
	.header__logo-link {
		margin: 0px;
	}

	.header__additional {
		margin-left: initial;
	}

	.header__additional-box {
		display: none;
	}

	.header__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 800px) {
	.is-hidden-mobile {
		display: none;
	}

	.custom-right-img {
		max-width: 435px !important;
		padding: 0px;
		width: auto !important;
		margin-top: 0px !important;
		float: none !important;
		margin: 0 auto;
	}

	.separator-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.separator-box__content {
		text-align: center;
		font-size: 1.25rem !important;
		line-height: 1.875rem !important;
	}

	.separator-box__link {
		margin: 10px auto 0px;
		margin-top: 10px;
	}

	h1 {
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
}

@media screen and (max-width: 768px) {
	.header-bar {
		display: none;
	}

	.header-middle .layout__center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-middle .banner {
		max-width: 100%;
		margin-right: auto;
		margin-top: 15px;
	}

	.header-middle .logo {
		height: 85px;
	}

	.header-middle>div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-middle .header-title {
		display: none;
	}
}

@media screen and (max-width: 750px) {

	.header__additional-icons a:nth-child(2),
	.header__additional-icons a:nth-child(4) {
		display: none;
	}

	.article__photo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 10px;
		overflow: hidden;
		padding-right: 0px;
	}

	.article__photo .has-left-img {
		max-width: 100%;
		width: 100%;
		margin-top: 0px;
	}

	.article__photo .has-left-img img {
		padding: 0px !important;
		margin-bottom: 10px;
	}

	.article__photo p {
		width: 100%;
		padding: 0px 15px 15px;
	}

	.images-half {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.images-half img {
		min-width: initial;
		max-width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.product-container .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-container .item p {
		text-align: center;
		-moz-text-align-last: center;
		text-align-last: center;
	}

	.product-container .item .stars-values {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.left-side {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-container {
		padding: 10px;
	}

	.product-container .item {
		padding: 10px;
	}

	div.search {
		display: none;
	}

	.nav {
		margin-right: initial;
	}
}

@media screen and (max-width: 680px) {
	.half-width {
		width: 100%;
	}

	.headline-paragraph .article-aside-img.pull-right {
		margin-left: inherit;
		float: none;
		margin: 10px 0px;
	}

	.pull-right {
		float: inherit;
	}

	.img-box {
		margin: 0 auto !important;
		margin-top: 20px !important;
	}

	.display-desktop {
		display: none;
	}

	.display-mobile {
		display: block !important;
	}

	.headline-paragraph p {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		-moz-text-align-last: left;
		text-align-last: left;
	}

	.headline-paragraph {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.image-box {
		text-align: center;
	}

	.image-box .none {
		display: none;
	}

	.article-aside-img {
		float: none;
		margin: 10px auto !important;
		width: 100%;
		display: inherit;
		max-height: 100% !important;
	}

	.article-multiple-photo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.article-multiple-photo img {
		width: auto !important;
		max-width: 100% !important;
	}

	.article__border {
		text-align: center;
	}

	.article__border-image {
		float: none;
		margin: 0 auto 10px;
		width: 210px;
	}

	.article__border-author span {
		margin-left: initial;
		margin: 0 auto;
	}

	.article__border.next-answer .article__border-image {
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 620px) {
	h2 {
		font-size: 1.6875rem;
		text-align: left;
		font-weight: bold;
	}

	.headline-title {
		width: 100%;
	}

	.sign-border {
		float: none;
		margin-left: 0px;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.pink-box-p2 {
		padding: 15px 10px;
	}

	.has-right-img,
	.has-left-img {
		float: none;
		display: block;
		margin: 10px auto;
	}

	.has-right-img img,
	.has-left-img img {
		padding: 0px;
	}

	.header__logo {
		padding: 0px !important;
	}

	.yellow-box {
		margin-left: -10px;
		margin-right: -10px;
	}

	.article-ref {
		padding: 15px 20px;
	}

	.article-ref_container {
		padding: 15px 25px 15px 25px;
	}

	.article-ref_text {
		font-size: 26px;
	}

	.ingredient-list {
		padding-left: 0px !important;
	}

	.stars-list {
		padding-left: 0px !important;
	}

	.playbutton-list {
		padding-left: 0px !important;
	}
}

@media screen and (max-width: 550px) {
	.comments__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.green-container .container-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.comments__header-button {
		display: none;
	}

	.order-img:after {
		width: 180px;
		right: -7px;
		top: -5px;
	}

	.weather-widget {
		display: none;
	}

	.product-info-list {
		margin-left: 10px;
	}

	h1 {
		font-size: 2.0625rem;
		line-height: 2.6875rem;
	}

	.breadcrumbs-addition {
		padding-left: 10px;
	}

	.alert-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0px;
	}

	.alert-box .red-title {
		text-align: center !important;
	}

	.order-img:before {
		width: 110px;
		height: 126px;
	}
}

@media screen and (min-width: 500px) {
	.desktopContent {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	.header-middle .banner {
		display: none;
	}

	.mainProd {
		width: 55%;
	}

	.main-header {
		height: 130px;
	}

	.main-header img {
		max-width: 300px !important;
		width: 100%;
	}

	.mainProdDiv {
		width: 100% !important;
	}

	.stars-values {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5px;
	}

	.socialMedia {
		display: none;
	}

	.author {
		margin-bottom: 25px;
	}

	.header__additional {
		display: none;
	}

	.darkpink-container {
		padding: 10px 5px 10px 5px;
	}

	.lightpink-container {
		padding: 10px 10px 10px 10px;
	}

	.breadcrumbs__item:last-of-type {
		text-overflow: ellipsis;
		overflow: hidden;
	}
}



.price-box {
	position: absolute;
	width: 110px;
	height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 15px 35px;
	left: 0px;
	top: 0px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #8b765b;
	line-height: 1;
}

span.image-old-price {
	color: red;
	text-decoration: line-through;
	font-weight: 900;
	font-size: 19px;
}

span.image-new-price {
	font-size: 30px;
	color: #525804;
	line-height: 1;
	font-weight: 900;
}

@media screen and (max-width: 480px) {
	.order-img:before {
		width: 78px;
		height: 90px;
	}

	.order-img:after {
		width: 140px;
		right: -5px;
		top: -3px;
	}

	div.buyForm.main-site div.form {
		padding: 15px;
	}

	.price-box {
		margin: 5px;
		width: 90px;
		height: 90px;
	}

	.headline-big-title {
		font-size: 24px;
		line-height: 1.4;
	}

	.article ul {
		padding-left: 0;
	}

	.headline-title {
		font-size: 22px;
		line-height: 1.4;
	}
}