div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
.nav-items{
	top: 9px;
    list-style: none;
    display: flex;
    font-size: 18px;
    color: #708070;
    align-items: center;
	background: white;
	padding: 10px;
}
.nav-items span{
	margin: 0 4px;
}
.nav-items p:last-child{
	color: #308bda;;
}
.product-med, .information{
	max-width: 1200px;
	padding: 30px 64px;
	box-sizing: border-box;
	margin: 0 auto;
}
h1{
	text-align: center;
	margin-bottom: 30px;
}
.product-med img{
	width: 100%;
	height: 100%;
}
.photo-prod{
	max-width: 230px;
	height: auto;
	margin: auto;
}
.product-item{
	width: 400px;
	height: 400px;
	padding: 10px;
	border-radius: 8px;
	display: flex;
	box-shadow: 0px 2px 5px #8c8c8c6e;
    background: #eeeeee4a;
}
ul{
	list-style: none;
}
.block-stars{
	display: flex;
}
.block-stars li{
	position: relative;
	width: 24px;
	height: 24px;
	display: block;
}
.block-stars li::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/star.png);
	background-size: cover;
}
.reiting{
	display: flex;

}
.reiting span{
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}
.reiting span::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/star.png);
	background-size: cover;
}
.block-stars li:last-child:before{
	content: "";
	display: block;
	width: 101%;
	height: 101%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/laststar.png);
	background-size: cover;
}
.reiting-corect span:last-child:before{
	content: "";
	display: block;
	width: 101%;
	height: 101%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/laststar.png);
	background-size: cover;
}
.content-header{
	display: flex;
	align-items: center;
	gap: 20px;
}
.content-recom p{
	font-size: 18px;
	font-weight: 600;
	color: #265e7f;
}
.dost-content{
 max-width: 300px;
}
.dost-content li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dost-content p{
	font-weight: 700;
	color: #0c5577;
	line-height: 2px;
}
.reiting-d{
	display: block;
	width: 150px;
	height: 8px;
	background: #bdbdbd;
	border-radius: 8px;
	position: relative;
}
.reiting-d::before{
	content: "";
	width: 150px;
	height: 8px;
	background: #398f14;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
}
.rei-m::before{
	width: 140px;
}
.product-conteiner{
	display: flex;
}
.list-coments{
	font-size: 18px;
	font-weight: 600;
	margin-left: 40px;
	color: #9c9c9c;
}
.prod-info-content li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.prod-info-content li::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #398f14;
	position: absolute;
	top: 5px;
	left: 0;
}
.prod-popup-croh > div {
	display: none;
	overflow: hidden;
	transition: all 2s ease;
	height: 0;
  }
  
  .prod-popup-croh > div.active {
	display: block;
	height: 100%;
	transition: all 2s ease;
	padding: 16px;
    box-shadow: 0px 1px 8px #adf79d;
	border-radius: 0 0 8px 8px;
  }
.prod-popup-croh h2{
	padding: 8px 16px;
	/* box-shadow: 1px 1px 4px black; */
	display: inline-block;
	border-radius: 8px;
	margin-left: 16px;
	color: #fff;
	/* background: #648c58; */
	font-size: 18px;
	box-shadow: 1px 1px 3px #35689c;
	background: rgb(180,249,50);
	background: -moz-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: -webkit-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4f932",endColorstr="#015628",GradientType=1);
}
.by-now{
	color: #ffffff !important;
	display: inline-block;
	padding: 16px 20px;
	box-shadow: 1px 1px 7px #35689c;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 700;
	background: rgb(180,249,50);
	background: -moz-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: -webkit-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4f932",endColorstr="#015628",GradientType=1);
}
.order_form{
	border: 1px solid #f8f8f8;
    padding: 10px 20px 30px;
    max-width: 400px;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0 auto;
    background: #f6f6f6;
    box-shadow: 0px 1px 2px #797979;
	margin-top: 30px;
	min-width: 236px;
}
.form-med{
	max-width: 70px;
	margin: 0 auto;
}
.form-med img{
	width: 100%;
	height: 100%;
}
.form-content h2{
	text-align: center;
	margin: 10px auto;
}
.form-tiket {
	text-align: center;
}
.form-info p{
	font-size: 11px;
    line-height: 14px;
    padding: 8px;
    border: 1px solid #80a07c52;
    background: #c0ff8252;
    border-radius: 8px;
    text-align: center;
}
.get-free{
	margin: 0;
}
.form-tiket{
	margin: 0 0 4px;
}
.order_form_pole{
	margin:0 auto 16px;
	width: 200px;
}
.order_form_pole label{
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
}
.order_form_pole input{
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid #bce0b1;
	display: inline-block;
	width: 200px;
	box-sizing: border-box;
}
.submit-btn{
	padding: 11px 16px;
    border-radius: 8px;
    border: none;
    box-shadow: 1px 1px 3px rgba(180,249,50,1);
    background: rgb(180,249,50);
	background: -moz-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: -webkit-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4f932",endColorstr="#015628",GradientType=1);
    color: white;
    font-weight: 600;
}
@keyframes move {
	0%{
		box-shadow: 1px 1px 3px #c58803;
		background: rgb(180,249,50);
	background: -moz-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: -webkit-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4f932",endColorstr="#015628",GradientType=1);
	}
	50%{
		box-shadow: 1px 1px 6px #805803;
		background: linear-gradient(90deg, rgb(224, 203, 9) 40%, rgb(224, 139, 36) 95%);
	}
	80%{
		box-shadow: 1px 1px 3px #cad108;
		background: linear-gradient(90deg, rgb(224, 203, 9) 40%, rgb(222, 131, 20) 95%);
	}
	100%{
		box-shadow: 1px 1px 5px #c58803;
		background: rgb(180,249,50);
	background: -moz-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: -webkit-linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	background: linear-gradient(297deg, rgba(180,249,50,1) 0%, rgba(1,86,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4f932",endColorstr="#015628",GradientType=1);
	}
}
.btn-sub{
	text-align: center;
}
h3{
	color: green;
	margin-left: 40px;
}
.photo-pers{
	width: 70px;
	height: auto;
}
.photo-pers img{
	width: 100%;
	height: 100%;
}
.com-persen{
	padding:8px ;
	border-radius: 4px;
	background: #f7f7f7;
    box-shadow: 0px 1px 11px #d8d8d8;
	display: inline-block;
}
.siti-pers{
	font-size: 10px;
}
.coments h4{
	margin: 4px 0 ;
}
.com-inform{
	max-width: 700px;
}
.com-inform h5{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 4px;
	padding: 0 0 2px;
	border-bottom: 1px solid silver;
}
.coments .status{
	padding:2px 4px;
	border-radius: 50%;
	border: 1px solid rgb(136 132 132);
	display: inline-block;
	font-family: none;
	line-height: 12px;
	color: rgb(136 132 132);
}
.coments .com-position p{
	font-size: 12px;
	font-family: none;
	line-height: 12px ;
	margin: 0 0 0 6px;
}
.coments .com-position{
	display: flex;
	align-items: center;
	margin: 8px 0;
}
.coments{
	display: inline-flex;
}
.com-left{
	margin-right: 16px;
}
.date-com{
	font-size: 12px;
	line-height: 0;
	margin-right: 4px;
}
.com-header{
	display: flex;
	align-items: center;
}
.coments{
	margin-bottom: 30px;
}
.btm-more{
	display: inline-block;
    padding: 8px 16px;
    background: #f2eeee;
    border-radius: 8px;
    box-shadow: 1px 1px 3px silver;
}
.conteiner-btn{
	text-align: center;
}
.more-coments, .more-more{
	display: none;
}
.show{
	display: block;
}
#menu-primary-menu-links{
	display: flex;
	justify-content: center;
}
.site-header h1{
	text-align: left;
    margin-left: 41px;
	margin-bottom: 0;
}
.block-loadin{
	text-align: center;
}
.block-loadin svg{
	animation: spin 1s infinite linear; 
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); } 
  }