.wpcf7 form label, .wpcf7 form input{
	width: 100%;
}
.wpcf7 form textarea, .wpcf7 form input{
	border: solid #dfb563 1px;
	color: #dfb563;
}
.wpcf7 form textarea, .wpcf7 form input:focus{
	border: solid #dfb563 1px;
	color: #dfb563;
}  
input[type="button"], input[type="reset"], input[type="submit"]{
	  padding: 20px !important;
	  font-size: 20px !important;
    font-weight: bold !important;
    background: #fff !important;
	transition: 0.6s !important;
}
input[type="button"], input[type="reset"], input[type="submit"]:hover{
	background: #dfb563 !important;
    color: #fff !important;
	border-color: #dfb563 !important;
}
.header__search_form form{
	width: 100%;
}
.header__search_form form input{
	border-color: transparent transparent #fff transparent;
}

.main-box-opinions{
	background: #f5f5f5;
	margin: 20px;
}
.img-opinion img{
	display: block;
	margin: auto;
	max-width: 200px;
	max-height: 200px;
	border-radius: 100%;
	width: 200px;
	height: 200px;
}
#sidebar2 .menu li{
	color: #9b9b9b;
    font-size: 16px;
    margin-bottom: 20px;
}
.sub-menu{
	margin-top: 10px;
}
.lowversion_for_mob{
	position: absolute;
	right: 0;
	font-size: 16px;
	padding: 0 30px;
	margin-top: 18px !important;
}
.header__logo img{
	width: 244px;
	height: 44px;
}
.header__nav_wrap{
	margin-top: 10px;
}

.value a{
	text-decoration: underline;
}
.desc-opinion{
	text-align: center;
	padding: 20px;
}
.name-opinion{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #dfb563;
}