/*
Theme Name: СИНАПТИК
Theme URI: https://to-to.pro
Author: Toto
Author URI: https://to-to.pro
*/

@import "_assets/css/style.min.css?v2=23333";


#form_q label span{
	display:block;
	
}

#form_q label span span{
	margin-bottom:20px;	
}

#form_q label span input{
	border: 1px solid #a0794b;
    height: 40px;
    display: block;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
	padding-left:10px;
}

#form_q  input[type=submit]{
	 border-radius: 10px;
    background: linear-gradient(270deg, #a0794b 0, #c5996f 100%);
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-weight: 700;
	font-size:21px;
    text-decoration: none;
	margin-top:20px;
	
}

#form_q .wpcf7-checkbox .wpcf7-list-item,.wpcf7-acceptance{
	margin-left:0;
}

.wpcf7-acceptance a{
	color: #a0794b;
}

#form_q .wpcf7-checkbox .wpcf7-list-item label,.wpcf7-acceptance label{
	display: flex;
    gap: 10px;
}