﻿@import url('css2-RobotoCondenseditalwght030004000700130014001700_swap.css');

/*font-family: 'Roboto Condensed', sans-serif;*/

@import url('css2-Interwght100200300400500600700800900_swap.css');

/*font-family: 'Inter', sans-serif;*/


* {
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ul li {
	margin: 0;
	padding: 0
}

img {
	display: block;
	width: 100%;
}

body {
	display: block;
	width: 100%;
	background: #eee;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 320px
}

.wrapper {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

ul, ol {
	margin: 10px 0 10px 20px;
}

p, ul li, ol li {
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #000
}

ul li {
	list-style: disc;
}

ul li:last-child, ol li:last-child {
	margin-bottom: 0;
}

header {
	background: #003366;
	padding: 15px 10px;
}


header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 10px;

	color: #fff;
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}

header .logo img {
	display: block;
	width: auto;
	max-width: 35px;
	margin: 0;
}

header .main_menu {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 15px;

	margin-top: 15px;
}

header .main_menu a {
	font-size: 14px;
	line-height: 1;
    text-transform: uppercase;
    color: #fff;
	text-decoration: none;
	letter-spacing: -0.2px;
}

@media screen and (max-width:600px) {
	header .main_menu {
		display: none;
	}

	header {
		padding: 10px;
	}
}

aside {
	background: #fff;
	padding: 20px 10px;
	width: 20%;
}

aside .article {
	display: block;
	margin-bottom: 20px;

	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	text-decoration: none;
}

aside .article img {
	width: 100%;
	margin: 0 auto 10px;
}

aside .article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

aside .aside-header {
	display: block;
	border-bottom: 2px solid #000;
	margin: 0 0 10px;
	padding: 0;
}

aside .aside-header p {
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
    line-height: 1;
	padding: 5px 10px;
	display: inline-block;
	background: #000;
	color: #fff;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}

.main {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 10px;
}

.content {
	width: 80%;
	background: #fff;
	padding: 20px 10px;
}

.title {
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	color: #f72210
}

.subtitle {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	margin: 15px 0;
	color: #000000;

	padding-left: 8px;
	border-left: 5px solid #F72210;
}

.subtitle.no-border {
	padding-left: 0;
	border-left: none;
}

.content .image {
	display: block;
	margin: 20px auto
}

.content .image.horizontal {
	width: 100%;
	max-width: 600px
}

.content .image.vertical {
	width: 100%;
	max-width: 450px
}

p.description {
	text-align: center;
	margin: 0;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #F72210;
}

p.description.before-after-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	align-items: center;
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,255,14,1) 100%);
	color: #000;
	padding: 10px 0;
}

p.description.before-after-3 span {
	width: 33%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}

.label {
	display: block;
	width: 100%;
	max-width: 540px;
	margin: 40px auto
}

.label {
	margin: 35px auto
}

.label li {
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 25px;
	color: #000;
	display: flex;
	flex-direction: row;
	align-items: center
}

a {
	cursor: pointer;
	color: #00f;
	text-decoration: none
}

.prod-img {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 20px auto
}

.foot-links {
	width: 100%;
	padding: 20px 10px;
	background: #f2f2f2;
	/* margin-top: 20px; */
}

.foot-links a,
.foot-links p,
.foot-links span {
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-align: center;
	margin: 0;
	text-transform: none;
	font-weight: 500;
	padding: 0;
	transition: all .25s ease-in-out;
	text-decoration: none
}

.foot-links p {
	margin-bottom: 5px
}

.foot-links a,
.foot-links span {
	display: inline-block;
	text-decoration: underline
}

.foot-links a:hover {
	color: #263238 !important;
	text-decoration: underline
}

@media screen and (max-width:1000px) {
	.content {
		width: 100%;
		padding: 10px 10px;

	}

	.main {
		display: block
	}

	aside {
		display: none
	}
}

@media screen and (max-width:600px) {

	.title {
		font-size: 26px;
		line-height: 1.2;
	}

	.subtitle {
        font-size: 24px;
        line-height: 1.5;
    }

	.content .image.horizontal,
	.content .image.vertical {
		max-width: 100%
	}

	p, ul li, ol li {
		font-size: 18px;
		letter-spacing: -.02em
	}

	.label {
		max-width: 100%;
		margin: 25px 0
	}

	.label li {
		margin-bottom: 15px
	}
}

.button {
	display: block;
	background: #de7474;
	background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0, rgba(247, 34, 16, 1) 60%);
	background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0, rgba(247, 34, 16, 1) 60%);
	background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0, rgba(247, 34, 16, 1) 60%);
	text-align: center;
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: 15px auto;
	color: #fff;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px 15px;
	color: #fff;
	box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
	animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

.order_block .button {
	max-width: 500px;
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
	}
}

.top-info {
	font-size: 12px;
	line-height: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 15px
}

.top-info div {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 600
}

.fw600 {
	font-weight: 600
}

@keyframes pulse-animation {

	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		opacity: .95
	}
}

.top-p {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
	width: 100%;
	margin: 0;
	color: #999
}


.intro-block .title {
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 0 10px 10px;
	text-align: center;
}

.tags {
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
	margin-bottom: 10px;
}

.tags span {
    background: #003366;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 10px;
	color: #fff;
}

.info-block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	row-gap: 10px;
	column-gap: 10px;
	margin: 20px 0;
	background-color: #ececec;
	padding: 10px;
	border-radius: 10px;
}

.info-block img {
	max-width: 200px;
	margin: 0 auto;
	border-radius: 10px;
}

@media screen and (max-width:600px) {
	.info-block {
		flex-direction: column;
		justify-content: center;
	}
}

.alert-block {
	padding: 10px;
    background: #fff2cc;
	border-radius: 10px;
	margin: 20px 0;
}

.alert-block .season {
	border-bottom: 2px dashed red;
	color: red;
}

.border-block {
	padding: 10px;
	border-radius: 10px;
	margin: 20px 0;
	background: #dcfffd;
}

.border-block *:first-child,
.info-block *:first-child,
.alert-block *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.border-block *:last-child,
.info-block *:last-child,
.alert-block *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.video {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}

.video video {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.red {
	color: red;
}

.text-center {
	text-align: center;
}

.review {
	margin: 20px 0;
}

.review .review-title {
	border-bottom: 5px solid #478d99;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
    line-height: 1.2;
	margin: 0;
	padding: 10px 0;
}

.review .review-image {
	margin-top: 0;
	margin-bottom: 0;
}

.review .review-before-after {
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
	background: #bfcfd2;
	color: #000;
}

.review .review-before-after > p {
	text-align: center;
	margin: 0;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
}

.review .review-before-after > p:nth-child(2){
    background-color: #478d99;
    color: #fff;
}

.review .text-right {
	text-align: right;
}


.comments .comment:first-child {
    margin-top: 20px;
}

.comment {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.comment.ans {
    padding: 0px;
    padding-left: 60px;
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 20px;
}

.comment-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
	margin-bottom: 10px;
}

.comment-flex .ava {
    display: block;
    max-width: 50px;
    height: 50px;
    width: 100%;
}

.comment-flex .comment-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 5px;
}

.comment-flex .comment-info .name {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

.comment-flex .comment-info .comment-date {
    color: gray;
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

.comment .comment-text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
}

.comment .comment-image {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 10px 0 0 0;
}

/* cta */

.coupon {
    width: 100%;
    margin: 40px auto 10px;
    position: relative;
}

.coupon span {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2;
	font-family: 'Roboto Condensed', sans-serif;
}

.coupon::before {
    content: '';
    display: block;
    height: 0;
    border-bottom: 2px dashed #919191;
    width: 100%;
    background: #F2F2F2;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coupon::after {
    content: " ";
    width: 50px;
    height: 37px;
    background: url(../image/scissors.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 2;
}

@media screen and (max-width: 600px) {
    .coupon::before, .coupon::after {
        display: none;
    }
}

p.important {
	background: yellow;
	margin: 10px auto;
    padding: 5px;
	font-weight: 600;
}

.order_block {
    padding: 20px;
    border: 1px dotted #000;
    background: #EFFFF7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.order-block-img {
    width: 30%;
    max-width: 230px;
    margin: 0 auto;
}

.order-block-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}

.order-block-text p:not(.note) {
    margin-bottom: 0 !important;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.checkmark {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #F72210;
    text-align: center;
    padding-left: 30px;
    position: relative;
}

.checkmark::before {
    content: " ";
    width: 30px;
    height: 29px;
    background: url(../image/checkmark2.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: -11px;
}

.note {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    background: yellow;
}

.order-block-text .note {
	margin-bottom: 0;
}

.note span {
	text-decoration: underline;
	font-weight: 600;
	color: #F72210;
}

.update {
    border: 1px dotted #000;
    background: #effff7;
    padding: 5px;
    margin: 15px 0;
}

.update span {
    color: #dc3545;
}

.update img {
	display: inline-block;
	width: auto;
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
    .order_block {
        flex-direction: column;
    }

    .order-block-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-block-text {
        width: 100%;
    }
}

.spin-wrapper {
	-webkit-box-shadow: 0 0 10px;
	box-shadow: 0 0 10px;
	border: 3px solid red;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.wheel-wrapper {
	text-align: center
}

.wheel {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 400px;
}

.wheel-cursor {
	position: absolute;
	width: 150px !important;
	height: 150px;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.cursor-text {
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 70px !important;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #ccc;
	top: 50%;
	left: 50%;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
	box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
	background: #fff;
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%)
}

.wheel-img {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s
}

.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
	box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.spin-result-wrapper {
	max-width: 100%;
	display: none;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	top: 0;
	z-index: 999;
	left: 0;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
  }
  
  .pop-up-window {
	position: relative;
	max-width: 400px;
	right: 0;
	left: 0;
	top: 25%;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	text-align: center;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 30px;
	border-radius: 10px;
	animation: 0.7s ease 0 normal none 1 running pop-up-appear;
	-webkit-animation: 0.7s ease 0 normal none 1 running pop-up-appear;
  }
  
  .pop-up-window::before {
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #71c341;
	border-radius: 50%;
	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
	-webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
  }

  .pop-up-heading {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 10px;
  }
  
  .pop-up-text {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 10px;
  }

  .pop-up-text.small {
	font-size: 12px;
    line-height: 14px;
	margin-bottom: 0;
  }
  
  .pop-up-window::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #fff #fff;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	transform: rotate(-45deg);
	transition: opacity 1s ease 0;
	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transition: opacity 1s ease 0;
	-moz-transition: opacity 1s ease 0;
	-ms-transition: opacity 1s ease 0;
	-o-transition: opacity 1s ease 0;
	-webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  }
  
#order {
	display: none;
  }

  
.super-rotation {
	-webkit-animation-name: super-rotation;
	animation-name: super-rotation;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1165deg);
		transform: rotate(1165deg)
	}
	100% {
		-webkit-transform: rotate(1160deg);
		transform: rotate(1160deg)
	}
}

@keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1165deg);
		transform: rotate(1165deg)
	}
	100% {
		-webkit-transform: rotate(1160deg);
		transform: rotate(1160deg)
	}
}


/* cta */





.comparison-block {
	width: 100%;
	display: flex;
	margin: 20px auto;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row wrap;
}

.comparison-block .item {
	max-width: 400px;
	width: 100%;
	margin: 10px auto;
}

.comparison-block .item img {
	height: 150px;
	width: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.comparison-block .item .comparison-title {
	padding: 15px;
}

.comparison-block .item.bad .comparison-title {
	background: red;
}

.comparison-block .item.good .comparison-title {
	background: green;
}

.comparison-block .item .comparison-title p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0;
}

.comparison-block .item ul {
	padding: 20px 15px 0;
	margin: 0;
}

.comparison-block .item ul li {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-size: 20px;
    line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
	list-style: none;
}

.comparison-block .item.bad ul li::before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	background: url("../image/red_cross.png") no-repeat;
	background-size: contain;
	left: 0px;
	top: 2px;
}

.comparison-block .item.good ul li::before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	background: url("../image/green_check.png") no-repeat;
	background-size: contain;
	left: 0px;
	top: 2px;
}




.check-circle {
	margin-left: 0;
}

.check-circle li {
	position: relative;
	list-style: none;
	padding-left: 35px;
}


.check-circle li::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: url("../image/check.png") no-repeat;
    background-size: contain;
    left: 0px;
    top: 1px;
}

/* image19 */
.image19 .image19-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: clamp(18px, 6vw, 24px);
	line-height: 1;
	background: #468c9b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px 10px;
}

.image19 .image19-content {
	background: #a5c7c9;
	padding: 10px 10px;
	position: relative;
}

.image19 .ingredients {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 2%;
}

.image19 .ingredients .item {
	display: flex;
	flex-direction: column;
	width: 48%;
	position: relative;
	margin: 2% 0 6% 0;
}

.image19 .ingredients .item:nth-child(1)::after {
	content: "";
	width: 25px;
	height: 62px;
	background: url(../image/ingredient-1.png) center / contain no-repeat;
	position: absolute;
	bottom: -25px;
	right: -5px;
}

.image19 .ingredients .item:nth-child(2)::after {
	content: "";
	width: 35px;
	height: 48px;
	background: url(../image/ingredient-2.png) center / contain no-repeat;
	position: absolute;
	bottom: -15px;
	right: -5px;
}


.image19 .ingredients .item:nth-child(3)::after {
	content: "";
	width: 35px;
	height: 43px;
	background: url(../image/ingredient-3.png) center / contain no-repeat;
	position: absolute;
	bottom: -15px;
	right: -5px;
}

.image19 .ingredients .item:nth-child(4)::after {
	content: "";
	width: 31px;
	height: 45px;
	background: url(../image/ingredient-4.png) center / contain no-repeat;
	position: absolute;
	bottom: -15px;
	right: -5px;
} 

.image19 .ingredients .item .ingredients-name {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: clamp(18px, 6vw, 24px);
	line-height: 1;
	color: #468c9b;
	font-weight: bold;
	margin-bottom: 2%;
}

.image19 .ingredients .item .ingredients-text {
	height: 100%;
	box-shadow: 0px 4px 6.3px 0px #00000066;
	border-radius: 10px;
	background: #ebf8fe;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: clamp(13px, 4vw, 16px);
	line-height: 1.2;
	padding: 5% 5% 5% 2%;
	margin: 0;
}
/* image19 */

.plashka {
	position: relative;
	pointer-events: none;
}

p.plashka-infograf-text {
	position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(8px, 2vw, 14px);
    line-height: 1;
    text-align: right;
    max-width: 29%;
    width: 100%;
    margin: 0;
}

p.plashka-text-title {
	position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	text-align: center;
	top: 5%;
    font-size: clamp(12px, 2vw, 24px);
    color: #fff;
}

p.plashka-infograf-text.infograf-text-1 {
	top: 36%;
	left: 6%;
}

p.plashka-infograf-text.infograf-text-2 {
	top: 48%;
	left: 6%;
}

p.plashka-infograf-text.infograf-text-3 {
	top: 60%;
	left: 6%;
}

p.plashka-infograf-text.infograf-text-4 {
	top: 70%;
	left: 6%;
}

p.plashka-infograf-text.infograf-text-5 {
	top: 78%;
	left: 6%;
}

/* ============= INGREDIENTS section ============= */

.ingredients{
	margin: 1.5rem auto 1rem;
}
.ingredients--img--wrapper{
	position: relative;
	width: 13rem;
	min-height: 13rem;
	margin: 0 auto;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ingredients--img--wrapper img{
	z-index: 2;
	max-height: 110%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ingredients--img--wrapper::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content:'';
	display: block;
	width: 13rem;
	height: 13rem;
	max-width: 100%;
	max-height: 100%;
	background: #DCFFD0;
	border: 1px #1D7200 solid;
	border-radius: 50%;
	z-index: 1;
}
.ingredients--wrapper--items{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ingredients--item {
	width: 22%;
	background: #DCFFD0;
	border: 1px #1D7200 solid;
	border-radius: 70px 70px 6px 6px;
	text-align: center;
	padding: .6rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ingredients--item img{
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px;
	object-fit: contain;
}
.ingredients--item p{
	color: #1D7200;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	margin: 0 0 .2rem;
}
.ingredients--item p.ingredients--item--title{
	margin: .3rem 0 .9rem;
	font-size: 14px;
	font-weight: 700;
}
.svg--wrapper{
	width: 100%;
	max-width: 100%;
	height: 40px;
	max-height: 40px;
}

.svg--680{
	display: none;
}

.ingredients--wrapper--items > .ingredients--item:nth-child(1){
	z-index: 5;
}
.ingredients--wrapper--items > .ingredients--item:nth-child(2){
	z-index: 4;
}
.ingredients--wrapper--items > .ingredients--item:nth-child(3){
	z-index: 3;
}
.ingredients--wrapper--items > .ingredients--item:nth-child(4){
	z-index: 2;
}

@media screen and (max-width: 640px){
	.svg--desktop{
		display: none;
	}
	.svg--680{
		display: block;
	}
	.ingredients--wrapper--items{
		justify-content: space-around;
		align-items: stretch;
		flex-wrap: wrap;
		z-index: 2;
		position: relative;
	}
	.ingredients--item{
		width: 44%;
		justify-content: flex-start;
		position: relative;
	}
	.ingredients--wrapper--items > .ingredients--item:nth-child(3),
	.ingredients--wrapper--items > .ingredients--item:nth-child(4){
		margin-top: 1.2rem;
	}
	.ingredients--wrapper--items > .ingredients--item:nth-child(3)::after,
	.ingredients--wrapper--items > .ingredients--item:nth-child(4)::after{
		content: '';
		height: 2rem;
		width: 1px;
		background-color: #1D7200;
		display: block;
		position: absolute;
		bottom: 100%;
	}
	.ingredients--item p.ingredients--item--title{
		margin: .25rem 0 .6rem
	}
}

@media screen and (max-width: 375px){
	.svg--desktop{
		display: none;
	}
	.svg--680{
		display: none;
	}
	.ingredients--item{
		width: 100%;
	}
	.ingredients--item{
		margin-top: 1.2rem;
	}
	.ingredients--wrapper--items > .ingredients--item::after{
		content: '';
		height: 2rem;
		width: 1px;
		background-color: #1D7200;
		display: block;
		position: absolute;
		bottom: 100%;
	}

}

/* ============= INGREDIENTS section ============= */


/* ============= INFOGRAPHICS section ============= */

.infograf {
	display: block;
	max-width: 610px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	border-radius: 8px;
	border: 1px solid #117327;
}

.infograf p {
	text-align: center;
}

.infograf .infograf-title {
	color: #117327;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.infograf .infograf-subtitle {
	margin-bottom: 30px;
	font-size: 16px;
}

.progress-bar {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #DCFFD0;
	border-radius: 107px;
	border: 1px solid #1D7200;
	margin-bottom: 20px;
	overflow: hidden;
}

.progress-bar:last-child {
	margin-bottom: 0px;
}

.progress-bar .progress-bar-inner {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 10%;
	min-width: min-content;
	height: 40px;
	background-color: #1D7200;
	border-radius: 107px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
}

.progress-bar-inner.prog-100.progress-animated {
	-webkit-animation: progressBar100 2s ease-in-out;
	-webkit-animation-fill-mode:both;
	-moz-animation: progressBar100 2s ease-in-out;
	-moz-animation-fill-mode:both;
}

.progress-bar-inner.prog-80.progress-animated {
	-webkit-animation: progressBar80 2s ease-in-out;
	-webkit-animation-fill-mode:both;
	-moz-animation: progressBar80 2s ease-in-out;
	-moz-animation-fill-mode:both;
}

.progress-bar-inner.prog-75.progress-animated {
	-webkit-animation: progressBar75 2s ease-in-out;
	-webkit-animation-fill-mode:both;
	-moz-animation: progressBar75 2s ease-in-out;
	-moz-animation-fill-mode:both;
}

.progress-bar-inner.prog-70.progress-animated {
	-webkit-animation: progressBar70 2s ease-in-out;
	-webkit-animation-fill-mode:both;
	-moz-animation: progressBar70 2s ease-in-out;
	-moz-animation-fill-mode:both;
}

.progress-animated {
	-webkit-animation: progressBar 2s ease-in-out;
	-webkit-animation-fill-mode:both;
	-moz-animation: progressBar 2s ease-in-out;
	-moz-animation-fill-mode:both;
}

.progress-bar .progress-bar-inner span {
	width: 100%;
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	font-weight: 600;
}

@-webkit-keyframes progressBar100 {
	0% { width: 10%; }
	100% { width: 100%; }
}

@-moz-keyframes progressBar100 {
	0% { width: 10%; }
	100% { width: 100%; }
}

@-webkit-keyframes progressBar80 {
	0% { width: 10%; }
	100% { width: 80%; }
}

@-moz-keyframes progressBar80 {
	0% { width: 10%; }
	100% { width: 80%; }
}

@-webkit-keyframes progressBar75 {
	0% { width: 10%; }
	100% { width: 75%; }
}

@-moz-keyframes progressBar75 {
	0% { width: 10%; }
	100% { width: 75%; }
}

@-webkit-keyframes progressBar70 {
	0% { width: 10%; }
	100% { width: 70%; }
}

@-moz-keyframes progressBar70 {
	0% { width: 10%; }
	100% { width: 70%; }
}

/* ============= INFOGRAPHICS section ============= */

@media screen and (max-width: 500px) {
	.infograf {
		padding: 10px;
	}
}