.block-contact{
    background-color: #e4d3b9;
}

.block-contact .inner-block{
    width: 100%;
    max-width: 62.6vw;
    margin: 0 auto;
    padding:7.2vw 0 3.7vw 0;
}

.block-contact .p1{
    font-size: 17px;
}

.block-contact .p1,
.block-contact .p4{
    padding:3.2vw 0;
    max-width: 470px;
    margin: 0 auto;
}

.center p br{
}

.acceptance{
	font-family: 'caligo-text', 'Times New Roman', Times, serif !important;
	font-style: normal;
    font-size: 13px;
}
.acceptance a{
	color:#000;
}
.acceptance a:after{
    top:16px;
    width: 100%;
}
.acceptance a:hover:after{
    width: 0%;
}

.block-contact input[type=text],
.block-contact input[type=email],
.block-contact input[type=tel],
.block-contact textarea{
    width: 370px;
    color:#000;
	font-family:'heebo-light', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size:16px;
    border: 0px;
    border-bottom: 1px solid #c39768 ;
}

.block-contact input[type=text],
.block-contact input[type=email],
.block-contact input[type=tel]{
    background-color: transparent;
    border-bottom: 1px solid #c39768 ;
    height: 35px;
    line-height: 35px;
    margin-top:5px;
}

.block-contact textarea{
    height: 130px;
    background-color: rgb(255, 255, 255, .15);
    margin-top:20px;
    resize: none;
}

.block-contact input::placeholder,
.block-contact textarea::placeholder {
    color: #000;
}

.block-contact input::placeholder{
    line-height: 35px;
}

.ajax-loader{
    position: absolute !important;
}

.block-contact input[type=submit]{
    margin-top:3.2vw;
    border:0px;
    background-color: transparent;
    font-size: 16px;
    border-bottom: 1px solid #c39768;
    color:#000;
    text-align: center;
    padding:0px;
    cursor: pointer;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.block-contact input[type=submit]:disabled{
    color:grey;
}
.block-contact input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.block-contact input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 5px;
    width: 14px;
}
.block-contact input[type="checkbox"]:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    margin-top: -4px;
    width: 14px;
    height: 14px;
    background-color: #e4d3b9;
    border: 1px solid #c39768;
}
.block-contact input[type="checkbox"]:checked:before {
    background: #c39768;
    border-color: #c39768;
}
.block-contact input[type="checkbox"]:checked:after {
    content: '\2713';
    position: absolute;
    top:-3px;
    left: 4px;
    background: #c39768;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip{
	font-family:'heebo-light', Arial, Helvetica, sans-serif;
	color:#c39768;
	font-size:14px;
    line-height: 18px;
    padding-top:7px;
}

.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    border:0px !important;
    margin: 0px !important;
    text-align: center !important;
}
.ajax-loader{
    background: url('../../../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-size: cover;
	background-color: transparent !important; 
    margin: 110px 0 0 -31px !important;
    width: 18px !important;
    height: 18px !important;
    position: absolute !important;
}
.ajax-loader::before{
    display: none;
}

    @media only screen and (max-width: 1440px) {
        .ajax-loader{
            margin: 70px 0 0 -31px !important;
        }
    }    
    
    @media only screen and (max-width: 1024px) {
        .ajax-loader{
            margin: 50px 0 0 -31px !important;
        }
    }

    @media only screen and (max-width: 740px) {

        .block-contact .inner-block{
            width: 100%;
            max-width: 87.5vw;
            padding: 13.4vw 0 7.5vw 0;
        }
        .wpcf7-list-item{
            margin:0px;
        }
    }

    @media only screen and (max-width: 550px) {

        .block-contact input[type=text],
        .block-contact input[type=email],
        .block-contact input[type=tel],
        .block-contact textarea{
            max-width: 100% ;
        }
    }