/*
	Theme Name: main
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');
:root{
	--main-color: #17317b;
	--main-color-tr: #9b5872;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,textarea,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input{margin:0;padding:0;border:0;font-size:100%;font:inherit;font-family: 'Rubik', Tahoma, Geneva, sans-serif;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0;width: 100%;}th,td{padding: 10px;border: 1px solid #555;line-height: 1.3em;}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

.container { width: 100%;  padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}@media (min-width: 576px){.container {max-width: 540px;}}@media (min-width: 768px) {.container {max-width: 720px;}}@media (min-width: 992px) {.container {max-width: 960px;}}@media (min-width: 1200px){.container {max-width: 1140px;}}
.menu { width: 100%;  padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}@media (min-width: 576px){.menu {max-width: 540px;}}@media (min-width: 768px) {.menu {max-width: 720px;}}@media (min-width: 992px) {.menu {max-width: 960px;}}@media (min-width: 1200px){.menu {max-width: 1140px;}}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{
	font-size: 26px;
	margin:30px 0;
}
h2 {
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}
h3 {
    font-size: 20px;
	margin-top: 25px;
    margin-bottom: 25px;
}
h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
p {
    margin-bottom: 15px;
    font-size: 18px;
	line-height: 1.5em;
}
th {
    font-weight: bold;
}
strong{
	font-weight:bold;
}
input[type="submit"]{
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
	transition: 0.2s all linear;
}
input[type="submit"]:hover {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: 0.2s all linear;
}
.header-container {
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu{
    display: flex;
    flex-direction: row;
	flex-wrap:wrap;
}
.menu li {
    padding: 6px 0;
	width: 25%;
    text-align: center;
}
.review-link a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background: #292c2f;
    border-radius: 30px;
	margin: 30px 0;
}
nav#menu {
   
}
.menu li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 6px 0;
	border-left: 1px solid var(--main-color);
}
.menu li:last-child a {
    border-right: 1px solid var(--main-color);
}
.menu li a:hover {
    text-decoration: underline;
}
.current_page_item a {
    background: var(--main-color);
    color: #fff!important;
    border: none!important;
}

.header-top-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.header-top-container {
    background: var(--main-color);
}
.header-top-item {
    font-size: 12px;
	margin-right: 20px;
	color: #fff;
	position: relative;
	margin-left: 20px;
}
.header-top-item:before {
    content: "";    
    position: absolute;
    left: -20px;
    top: -2px;
    width: 16px;
    height: 16px;
    
}
.header-top-item.f:before{
	background: url(/wp-content/media/phone.svg);
	background-size: contain;
}
.header-top-item.s:before{
	background: url(/wp-content/media/email.svg);
	background-size: contain;
}
.header-top-item.t:before{
	background: url(/wp-content/media/location.svg);
	background-size: contain;
}
.header-top-item a{
	color: #fff;
}
.subnav {
    display: flex;
	margin-bottom: 30px;
}
.subnav-item {
    flex-grow: 1;
    text-align: center;
}
.subnav-item a {
    display: block;
    padding: 12px 15px;
    margin-right: 15px;
    text-decoration: none;
    color: #000;
    border: 1px solid var(--main-color);
	font-weight: bold;
}
.subnav-item a:hover {
    background: var(--main-color);
    color: #fff;
}
.subnav-item:last-child a {
    margin-right: 0;
}
.bold{
	font-weight:bold;
}
.branding {
    line-height: 0;
    font-size: 0;
}
.site-info {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
}
.order-area-container {
    display: flex;
	margin-bottom: 20px;
}
.main-order-form {
    display: flex;
    flex-direction: column;
	
}
.main-order-form input {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
}
.product-review{
	flex-grow:1;
	padding: 15px;
}
.product-order{
	max-width: 380px;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid var(--main-color);
	
}
.product-header-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
.product-container{
	padding:15px 0;
}
.order-disclaimer {
    font-size: 14px;
	margin:0;
}
.order-form-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
	font-weight: bold;
}
.price-container {
    margin: 10px 0 20px;
    text-align: center;
}
.newprice {
    color: var(--main-color);
    font-weight: bold;
}
.price {
    font-size: 24px;
}
.oldprice {
    color: #999;
    text-decoration: line-through;
}
.mob-menu-but {    
    display: none;
}
.order-area-bottom .product-header-container {
    flex-grow: 0;
}
.order-area-bottom {
    justify-content: space-evenly;
}
#footer {
    border-top: 3px solid var(--main-color);
    margin-top: 30px;
}
#commentform p {
    margin-bottom: 15px;
}
#commentform input, #commentform textarea{
    padding: 8px;
    border: 1px solid #777;
    border-radius: 5px;
}
#commentform p {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
#commentform label {
    margin-bottom: 8px;
}
#reply-title, .comments-title {
    font-size: 22px;
    margin: 15px 0;
}
.price-disclaimer {
    text-align: right;
}
.comment-author {
    font-style:italic;
}
.faq-p{
	padding-left: 15px;
	border-left: 2px solid var(--main-color);
}
.comment {
    margin: 25px 0;
	border: 1px solid var(--main-color);
	border-radius: 5px;
}
.comment-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid var(--main-color);
    font-size: 18px;
    line-height: 18px;
}
.comment-body {
    padding: 15px;
	position:relative;
}
.comment-body:before {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid var(--main-color);
    border-bottom: 10px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    left: -2px;
    top: -7px;
}
.comment-body:after {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid var(--main-color);
    border-bottom: 10px solid transparent;
    position: absolute;
    transform: rotate(-225deg);
    right: -2px;
    top: -7px;
}
.entry-content .size-full img {
    max-width: 800px;
	width:100%;
}
.entry-content .wp-block-image {
    text-align: center;
	    margin: 15px 0;

}
.entry-content ul {
    list-style: disc;
    margin-left: 20px;
	margin-bottom: 20px;
}
.entry-content ul li {
    margin-bottom: 12px;
    font-size: 18px;
    margin-left: 20px;	
	line-height: 1.5em;
}
.entry-content ol {
    list-style: auto!important;
    margin-left: 20px;
    margin-bottom: 20px;
}
.entry-content ol li {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px;
	line-height: 1.5em;
}
.wp-block-quote {
    padding: 20px 45px;
    border: 3px solid;
    border-color: var(--main-color-tr) var(--main-color) var(--main-color) var(--main-color-tr);
    border-radius: 10px;
    margin: 0 0 15px;
    color: #000;
    text-align: center;
}
.wp-block-quote p {
    margin: 0;
}
#y-map {
    margin: 0 0 30px;
	width: 100%;
    max-width: 600px;
}
.expert-name {
    font-style: italic;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 25px;
}
.verification-container {
    padding: 15px;
    border: 1px solid var(--main-color);
    box-shadow: 0 0 3px var(--main-color);
    margin: 15px 0;
    text-align: center;
}
.verification-container input[type="text"] {
    padding: 5px 10px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5em;
	margin-bottom: 10px;
}
.verification-container button {
    padding: 5px 10px;
    border: 1 px solid var(--main-color);
    border-radius: 5px;
    font-size: 16px;
    background: var(--main-color);
    color: #fff;
    line-height: 1.5em;
	cursor: pointer;
}
.img-group-2>div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.img-group-2>div>figure {
    margin: 15px 30px;
}
.order-area-bottom {
    margin-top: 15px;
}
.table-header-td {
    text-align: center;
    font-weight: bold;
}
ul.beauty-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px 0;
	flex-wrap:wrap;
}
ul.beauty-list li {
	width: 50%;
    display: flex;
    margin: 0;
	align-items: flex-start;
}
.review-p {
    padding: 15px;
    border-left: 3px solid var(--main-color);
    margin-bottom: 25px;
}
/* RATING */

.comment-rating:not(:checked)>label {
	
    width: 28px;
    padding: 0 3px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;    
    line-height: 28px;
    color: #aaa !important;
}
@media(max-width:600px){
	.comment-rating:not(:checked)>label {		
		width: 30px;		
	}
	.comment-rating:not(:checked) > label::before {		
		font-size: 35px!important;		
	}
}
.comment-rating:not(:checked)>input {
    position: absolute;
    clip: rect(0,0,0,0);
}
.comment-rating{
	display: flex;
    flex-direction: row-reverse;
	justify-content: flex-end;
	
}
.comment-rating:not(:checked) > label::before {
    content: "\2606";
    font-size: 30px;
    padding-right: 10px;
}
.comment-rating>input:checked~label {
    color: #ea0 !important; 	
}
.comment-rating>input:checked~label::before {     
	content: "\2605";
}
.comment-rating:not(:checked)>label:hover, .comment-rating:not(:checked)>label:hover~label {
    color: gold !important;   
	transition: none;
}
.screen-reader-text{ position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; word-wrap: normal!important; }
.star-rating .star-full:before { content: "\2605"; }
.star-rating .star-half:before { content: "\2605"; }
.star-rating .star-empty:before { content: "\2606"; }
.star-rating .star {
	color: #ffc107;
	display: inline-block;
	font-family: dashicons;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	height: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	width: 20px;
}
.comment-rating-box {
    display: flex;
    align-items: center;
	margin-bottom:10px;
}
/* !RATING */ 
.comment-form {
    border: 2px solid var(--main-color);
    padding: 20px;
    border-radius: 10px;
}
.comment-form .comment-input {
    padding: 10px;
    border: 1px solid var(--main-color);
    width: 100%;
    border-radius: 10px;
}
.comment-form p{
	margin-bottom:10px;
}
.intro-content {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid var(--main-color);
}
.intro-content p {
    margin-bottom: 0;
}
.disclaimer {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #333;
}
#scrollTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
    background: var(--main-color);
    cursor: pointer;
}
#scrollTop:before {
    content: '';
	position: absolute;
    width: 20px;    
    height: 20px;
    top: 19px;
    left: 13px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
}
#callback {
    display: inline-block;
    padding: 6px 15px;
    background: #ffffff;
    border: 1px solid var(--main-color);
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s linear all;
    margin-left: auto;
}
#callback:hover {
    color: #000;
    background: #fff;
    border: 1px solid;
    transition: .3s linear all;
}
.modal-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #00000085;
    z-index: 9999;
    top: 0;
    left: 0;
}
.modal.product-order{
	background: #fff;
}
.modal-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.experts-block > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.experts-item {
    width: 48%;
    text-align: center;
    padding: 25px 25px 10px 25px;
    border: 3px solid var(--main-color);
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: .3s border-radius linear;
}
.experts-item:hover {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: .3s border-radius linear;
}


.experts-block {
    margin-bottom: 15px;
}
.footer {
    text-align: center;
    padding: 30px 15px 15px;
	line-height: 1.5em;
	
}
#copyright {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid var(--main-color);
}
.footer-inner {
    display: flex;
    justify-content: space-evenly;
	margin: 25px auto;
	flex-wrap: wrap;
}
.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
	text-align: center;
}
.footer-body p {
    margin-bottom: 0px;
	font-size: 16px;
}
/* diagram */

.diagramm-part{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.circle-diagramm-4{
	display:flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.diagramm-text {
    text-align: center;
}
.metric-value {
	font-size: 10px;
}
.unit {
	fill: none;
	stroke-width: 5;
	transition: 1.5s stroke-dasharray cubic-bezier(0.61, 0, 0.44, 1);
	-webkit-transition: 1.5s stroke-dasharray cubic-bezier(0.61, 0, 0.44, 1);
	-moz-transition: 1.5s stroke-dasharray cubic-bezier(0.61, 0, 0.44, 1);
	-o-transition: 1.5s stroke-dasharray cubic-bezier(0.61, 0, 0.44, 1);
}

.unit:nth-child(1) {
	stroke: #dddddd;
	
}

.unit-first {
	stroke: var(--main-color);
	stroke-dasharray: 0 100;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}	
.unit-second {
	stroke: var(--main-color);
	stroke-dasharray: 0 100;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}
.unit-third {
	stroke: var(--main-color);
	stroke-dasharray: 0 100;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}
.unit-fourth {
	stroke: var(--main-color);
	stroke-dasharray: 0 100;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

/* !diagram */

/* metrics */

#metric-block > div {
    display: flex;
	justify-content: space-evenly;
}
.metric-part {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	margin: 15px auto;
}
.metric-item {
    text-align: center;
    width: 250px;
}
.metric-num {
    font-size: 28px;
	font-weight: bold;
}
.metric-part p {
    margin-bottom: 0;
}

/* !metrics */

.ingr-img img{
	width:auto!important;
	border-radius: 30px!important;
}
.ingredients-group > div {
    display: flex;
    flex-wrap: wrap;
}
.ingredient-item {
    max-width: 200px;
    margin: 20px auto;
}
.ingredient-item h3 {
    font-size: 18px;
    line-height: 1.5em;
}
.expert-item, .review-item{
    padding: 0 20px;
    border-left: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    border-radius: 10px;
    margin-bottom: 30px;
}
.expert-meta {
    text-align: right;
	font-style: italic;
}
.review-author {
    margin-bottom: 0;
}
.mob-menu-button {
	position: absolute;
	right: 15px;
	top: 15px;
	display: none;
	background: url(/assets/mob-menu.svg);
	width: 40px;
	height: 40px;
}

#close-mob-menu {
	position: absolute;
	left: 10px;
	top: 10px;
	display: none;
	background: url(/assets/close.svg);
	width: 20px;
	height: 20px;
}

.blur {
	display: none;
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: #000000aa;
	top: 0;
	left: 0;
	z-index: 9998;
	opacity: 0;
}
.cena-list .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
	margin-bottom: 15px;
	margin-top: 15px;
	flex-wrap: wrap;
}
.cena-item .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
	align-items: center;
	
}
.cena-item p {
    margin-bottom: 5px;
}
.cena-item {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.cena-item img {

}
.cena-item figure {
    border-radius: 50%;
    border: 1px solid var(--main-color);
	width: 100px!important;
    height: 100px;
}
.analog-list .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin: 15px 0;
}
.analog-item .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.analog-item {
    margin: 0 auto;
}
.analog-item figure{
    width: 150px;
    height: 150px;
}
.order-button a{
    text-align: center;
	color: #fff;
    text-decoration: none;
	display: block;
    margin: 15px 0;
    background: var(--main-color);
    padding: 15px;
    border-radius: 15px;
    cursor: pointer;
	transition: .3s linear all;
	border: 1px solid var(--main-color);
}
.margin-top-bot {
    margin-top: 20px;
    margin-bottom: 20px;
}
.order-button a:hover {
    background: #fff;
	transition: .3s linear all;
}
.FAQ summary {
    padding: 15px;
    border: 1px solid var(--main-color);
    border-bottom: none;
	cursor: pointer;
}
.FAQ p {
    padding: 25px 15px;
    margin: 0;
    border: 1px solid var(--main-color);
    border-bottom: none;
}
.FAQ:last-child{
	border-bottom: 1px solid var(--main-color);
	margin-bottom: 15px;
}
.FAQ[open] summary {
    background: var(--main-color);
    color: #fff;
}
.prod-info-container {
    position: relative;
}
.prod-info:last-child summary {
    border-bottom: 1px solid var(--main-color-tr);
}
.prod-info[open] summary {
    background: var(--main-color-tr);
}
.prod-info summary {
    padding: 15px;
    border: 1px solid var(--main-color-tr);
    border-bottom: none;
    cursor: pointer;
    width: 33.3333%;
}
.prod-info p {
    position: absolute;
    right: 0;
    top: 0;
    width: 66.6666%;
    padding: 10px 25px;
    height: 100%;
    border: 1px solid var(--main-color-tr);
    border-left: none;
}
@media (max-width:991px){
	.header-text1 {
		min-width: 260px;
	}
	.order-area-container {
		flex-direction: column;
	}
	.product-order {
		max-width: 100%;
	}
	.product-review{
		padding: 0;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	#header {
		position: fixed;
		top: 0;
		z-index: 9999;
		background: #fff;
		padding: 40px 0 0;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		height: 100vh;
		width:300px;
		left: -300px;
		transition: .3s ease-in-out left;
	}
	.menu {
		flex-direction: column;
	}

	.mob-menu-but {
		letter-spacing: 10px;
		padding: 5px 10px;
		text-align: center;
		cursor: pointer;
		display: block;
	}
	.experts-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.experts-block > div{
		flex-direction: column;
	}
	.diagramm-part{
		width: 160px;
	}
	.subnav {
		flex-wrap: wrap;
		margin-bottom:10px;
	}
	.subnav-item {
		flex-grow: 0;
		width: 50%;
		margin-bottom: 10px;
	}

	.subnav-item:nth-child(2n) a {
		margin-right: 0;
	}
	.mob-menu-button {
		display: block;
	}

	#close-mob-menu {
		display: block;
	}

	#menu {
		flex-direction: column;
		justify-content: flex-start;
	}
	.menu li{
		width: 100%;
	}
	.menu li a {
		border-right: 1px solid var(--main-color);
	}
	.header-top-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	#callback {
		width: 90%;
		margin: 0 auto 8px;
	}
	.header-top-item {
		margin-bottom: 15px;
	}

	.header-top-container {
		border-bottom: none;
		border-top: 1px solid #ddd;
		padding: 10px 10px 0;
	}
}
@media (max-width:767px){
	.header-text p{
		font-size:16px;		
	}
	.header-text1 {
		min-width: 150px;
	}
	.product-container img {
		max-width: 200px;
		max-height: 200px;
	}
	ul.beauty-list li{
		width: 100%;
		margin-bottom:15px;
	}
	.diagramm-part {
		width: 200px;
	}
	.metric-num {
		font-size: 20px;
	}
	.metric-part {
		width: 100px;
		height: 100px;
	}
	.metric-text {
		font-size: 14px;
	}
	.ingredient-item {
		max-width: 100%;
	}
	.ingredient-item > div {
		display: flex;
	}
	.ingr-img img{
		margin-right: 20px;
	}
	.cena-item{
		width: 32%;
	}
	.prod-info p {
		position: relative; 
		width: auto; 
		padding: 10px 25px;
		border: 1px solid var(--main-color-tr);
		border-bottom: none;
		margin: 0;
	}
	.prod-info summary {
		width: 100%;
	}
}
@media (max-width:575px){
	.header-container{
		flex-direction:column;
	}
	.header-text1 {
		margin-bottom: 10px;
	}
	.header-text{
		margin:0;
	}
	.product-header-container {
		flex-direction: column;
		text-align: center;
	}
	
	.product-review{
		margin-left: 0;
	}
	p, li{
		font-size:16px!important;
	}
	.img-group-2>div {
		flex-direction: column;
	}
	.img-group-2>div>figure {
		margin: 10px 10px;
	}
	#metric-block > div {
		flex-wrap: wrap;
	}
	.ingr-img img {
		width: 120px!important;
		height: auto;
	}
	.subnav-item {
		width: 100%;
		margin-bottom: 5px;
	}
	.subnav-item a{
		margin-right:0;
	}
	.subnav-item a {
		padding: 8px 15px;
	}
}
@media (max-width:450px){
	.diagramm-part {
		width: 140px;
	}
	.ingredient-item > div {
		display: block;
	}
	.ingr-img img{
		float:left;
	}
	.wp-block-quote{
		padding: 20px 20px;
	}
	.cena-item{
		width: 50%;
	}
	.analog-item figure {
		width: 100px;
		height: 100px;
	}
}