/* forms */

.wpcf7-form-control-wrap .wpcf7-radio label{
	flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 4px;
    margin-top: 30px;
}

.wpcf7-form-control-wrap .wpcf7-radio input[type="radio"]{
	width: 22px;
	height: 22px;
}

.wpcf7-form-control-wrap .wpcf7-list-item-label{
	margin: 0;
	font-size: 18px;
}

.wpcf7-radio input[type=radio]:checked:before {
    content: "";
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background: #1991ea !important;
}

.wpcf7-radio input[type=radio]:not(:checked):hover:before{
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    background: #1991ea !important;
    opacity: .3;
}

#hodnoceni-podpory-form .text-input{
	display: inline-block;
    width: unset;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.uacf7-form-1429 p{
	margin: 0 0 30px 0 !important;
}

.uacf7-form-1429 .radio-2{
	margin-top: 20px;
}

.uacf7-rating:not(:hover) label input:checked ~ .icon,
.uacf7-rating:hover label:hover input ~ .icon {
	color: #FFD700 !important;
}

.hodnoceni-form input[type="submit"]{
	width: auto !important;
}

.hodnoceni-form input.readonly{
	text-align: center;
	color: #000;
	background: #f6f6f6;
}

.hodnoceni-form input.readonly:hover,
.hodnoceni-form input.readonly:focus,
.hodnoceni-form input.readonly:active{
	border: 1px solid #eaeaea !important;
}

#hodnoceni-podpory-form{
	box-shadow: 0 0 4px #CEE8F3 !important
}

span.wpcf7-form-control-wrap.email{
    display: flex;
    justify-content: center;
}

span.wpcf7-form-control-wrap.email input{
	margin-top: 0;
	width: 100%;
	max-width: 380px;
}

#hodnoceni-podpory-form p{
	font-size: 16px;
	font-weight: normal;
}

#hodnoceni-podpory-form .wpcf7-form-control-wrap.produkt{
	display: inline-block;
}

#hodnoceni-podpory-form #output-value{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 16px;
	font-weight: bold;
}

.cf7sr-g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px !important;
}

.vote-radio-buttons{
    display: flex;
    padding: 0;
    justify-content: space-between;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.vote-radio-buttons span.wpcf7-list-item {
    margin: 0;
	width: 100%;
}

.vote-radio-buttons input[type=radio] + span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff8fb;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.vote-radio-buttons input[type=radio]:not(checked) + span:hover {
    background: #fff;
}

.vote-radio-buttons .wpcf7-list-item.first input[type=radio]:checked + span {
    background: #7cb400;
    color: white;
}

.vote-radio-buttons .wpcf7-list-item.last input[type=radio]:checked + span {
    background: #d30910;
    color: white;
}

.vote-radio-buttons label span::before {
    font-family: 'uncodeicon';
    font-size: 30px;
    padding-right: 10px;
	font-weight: normal;
}

.vote-radio-buttons input[type="radio"] {
    display: none;
    -webkit-appearance: none;
}

.vote-radio-buttons .wpcf7-list-item.first label span::before {
    content: "\f164";
}

.vote-radio-buttons .wpcf7-list-item.last label span::before {
    content: "\f165";
}

#hodnoceni-podpory-form input[type="email"]{
	margin-left: auto;
    margin-right: auto;
	max-width: 100%;
    width: 300px;
}

.hodnoceni-form-container .wpcf7-form p:not(:last-of-type){
	margin-bottom: 30px;
}

.hodnoceni-form-container .caption{
	font-weight: bold;
}

.hodnoceni-form input[type="submit"]{
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto 0
}

.hodnoceni-form textarea{
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.hodnoceni-form .far{
	font-weight: bold;
}

.wpcf7 span.wpcf7-not-valid-tip{
	color: red !important;
	margin-top: 5px;
}

.wpcf7-inline-field.acceptance,.wpcf7-inline-field.acceptance .span.wpcf7-list-item{
	width: unset;
	padding: 0;
	margin: 0;
}

.wpcf7-inline-field.send-field{
	text-align: center;
	padding: 0;
}

.wpcf7-inline-wrapper.last-row-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.wpcf7-inline-wrapper.last-row-wrapper input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

input[type=checkbox]:checked:before {
    content: "\e116";
    font-weight: 600;
    font-size: 14px;
    left: 2px;
    top: 1px;
    color: #1990ea !important;
}

@media (max-width: 600px){
	.wpcf7-form-control-wrap .wpcf7-radio label {
		flex-direction: row;
	}
	
	.wpcf7-radio .wpcf7-list-item-label{
		margin-left: 10px;
	}
	
	.wpcf7-radio{
		margin-right: 0;
		width: 100%;
	}
}

/* support form */

#support-form{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}

#support-form .side-left{
	flex-basis: 49%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#support-form .side-left .wpcf7-inline-field{
	flex-basis: 47%;
}

#support-form .side-right{
	flex-basis: 48%;
}

#support-form .side-bottom{
	margin-top: 10px;
	flex-basis: 100%;
	text-align: left;
}

#support-form .side-bottom .wpcf7-inline-wrapper.last-row-wrapper{
	margin-top: 20px;
	align-items: center;
}

#support-form .side-bottom .wpcf7-inline-wrapper.last-row-wrapper .wpcf7-inline-field.send-field{
	text-align: center;
}

body form #support-form input[type="text"],body form #support-form input[type="email"],body form #support-form input[type="number"],body form #support-form select,body form #support-form textarea,body form #support-form select{
	box-shadow: 0 0 4px #CEE8F3 !important;
    margin-top: 0px;
	margin-right: 0;
	width: 100%;
    border-radius: 4px;
	border: 0;
    background: #fff !important;
}

body form #support-form input[type="submit"]{
	border-radius: 4px;
    background: #1990ea;
    color: #fff;
    border: 0;
	margin-top: 20px !important;
	padding: 10px 20px;
	max-width: 360px;
}

body form #support-form input[type="submit"]:hover{
	background-color: #20286d !important;
}

/* end of support form */

/* order form */

#order-form{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}

#order-form .side-left{
	flex-basis: 49%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#order-form .side-left .wpcf7-inline-field{
	flex-basis: 47%;
}

#order-form .side-left > p:last-of-type{
	flex-basis: 100%;
}

#order-form .side-right{
	flex-basis: 48%;
}

#order-form .side-bottom{
	flex-basis: 100%;
}

body form #order-form input[type="text"],body form #order-form input[type="email"],body form #order-form input[type="number"],body form #order-form select,body form #order-form textarea{
	box-shadow: 0 0 4px #CEE8F3;
    margin-top: 15px;
	margin-right: 0;
	width: 100%;
    border-radius: 4px;
    background: #fff !important;
}

body form #order-form input[type="submit"]{
	border-radius: 4px;
    background: #7fb539;
    color: #fff;
    border: 0;
	margin-top: 20px !important;
	padding: 10px 20px;
	max-width: 360px;
}

body form #order-form input[type="submit"]:hover{
	opacity: .8;
}

/* end of order form */

.wpcf7-acceptance a{
	font-size: 14px;
	color: #1990ea;
}

.wpcf7-acceptance a:hover{
	text-decoration: underline;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 5px;
}

.wpcf7-inline-wrapper .wpcf7-inline-field input {
    text-align: left;
    min-height: 50px;
    border-radius: 4px;
	border: 1px solid #CEE8F3;
}

.wpcf7-inline-wrapper select:not([multiple]){
	min-height: 50px;
    border-radius: 4px;
	border: 1px solid #CEE8F3;
}

.wpcf7-form-control-wrap textarea{
	border-radius: 4px;
}

.wpcf7-form input[type="tel"]{
	height: 39px;
	margin: 0;
	background: #fff !important;
	border: 1px solid #CEE8F3;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.wpcf7-form input[type="submit"]{
	font-size: 16px;
    height: 50px;
    line-height: 25px;
    background: #1890ea;
    text-transform: inherit !important;
    letter-spacing: 0 !important;
    border-radius: 4px;
    color: #fff;
    border: 0;
}

.wpcf7-form input[type="submit"]:hover{
	background: #20286d;
}

@media (max-width: 959px){
	body form #support-form input[type="text"], body form #support-form input[type="email"], body form #support-form input[type="number"], body form #support-form select, body form #support-form textarea, body form #support-form select{
		border: 1px solid #cfdfe5;
		box-shadow: none;
	}
}

@media (max-width: 569px){
	#support-form{
		flex-direction: column;
	}
	
	#support-form .side-left{
		flex-direction: column;
		max-width: 100%;
	}
	
	#support-form .side-right,
	#support-form .side-bottom{
		max-width: 100%;
	}
	
	body:not(.rtl) .wpcf7-acceptance .wpcf7-list-item-label{
		display: block;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.wpcf7-acceptance label{
		display: block;
	}
	
	.wpcf7-inline-wrapper.last-row-wrapper input[type="checkbox"]{
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 10px;
	}
	
	span.wpcf7-list-item{
		margin-right: 0;
		width: 100%;
	}
	
	.wpcf7-inline-wrapper .wpcf7-inline-field{
		width: 100%;
	}
}