/*
Theme Name: denoleks
*/
.wpcf7-not-valid{
	border-bottom:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.radio-block .wpcf7-list-item{
	width: 50%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	padding-left: 37px;

}
.wpcf7-radio {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.radio-block .wpcf7-list-item span {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #6c6c6c;
}

.radio-block .wpcf7-list-item span:before {
	-webkit-transition: border .3s ease,background-color .3s ease;
	-o-transition: border .3s ease,background-color .3s ease;
	transition: border .3s ease,background-color .3s ease;
	border: 2px	solid #04af86;
}
.radio-block .wpcf7-list-item span:before {
	width: 22px;
	height: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px	solid #c4c4c4;
	-webkit-transition: border .3s ease,background-color .3s ease;
	-o-transition: border .3s ease,background-color .3s ease;
	transition: border .3s ease,background-color .3s ease;
	display: inline-block;
	position: absolute;
	content: '';
	border-radius: 4px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-image: url(img/check.svg);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
}
.radio-block .wpcf7-list-item input:checked+span::before {
	background-color: #04af86;
	border: 2px	solid #04af86;
}
.radio-block .wpcf7-list-item  input {
	position: absolute;
	left: -50px;
	top: 50%;
	width: auto;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
span.wpcf7-form-control-wrap.cars {
	padding: 0px;
}
.invalid .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none!important;
	text-align: center;
}

ul#menu-main li {
    display: inline-block;
	padding: 0 10px;
}
ul#menu-main li a{
   color:#fff;
}

.menu-main-container {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}