.wpcf7 .hidden-fields-container{
	display: none
}

.wpcf7 .wpcf7-acceptance input{
	width: 16px;
	height: 16px;
	background-color: #fff;
	min-height: unset;
    min-width: unset;
	padding: unset;
}

@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
    .siteFooter__bottom, .wpcf7Form {
        grid-template-columns: repeat(2, 1fr);
    }
}

.img_sign{
	width: 20vw;
    height: auto;
    position: absolute;
    left: 6%;
    bottom: 30%;
}
.img_sign_mobile{
	display: none;
    position: absolute;
    width: 20vw;
    height: auto;
    left: 14%;
    bottom: 28%;
}



@media(max-width: 768px){
	.img_sign_mobile{
		display: block
	}
	.img_sign{
		display: none
	}
}