.form-check .contact__check-input{
    margin-right: 15px;
}

.contact__form .form-group label .wpcf7-list-item-label {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-base) !important;
    text-transform: uppercase;
    line-height: 16px;
}

.error{
    width: 100%;
    height: 40vh;
    
}

.error_content{
    display: flex;
    justify-content:  center;
    align-items:  center;
    flex-direction: column;

}

.buttons{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer__logo a{
	max-width: 100%;
}
.footer__logo a img{
	max-width: 300px;
}
.contact__main {
	padding-bottom: 70px;
}
#page-name {
    display: none !important;
}
@media (max-width: 767.98px){
	.footer__logo a img {
    max-width: 150px;
}
}
