input[type="checkbox"] {
    accent-color: rgba(190, 155, 100, 0.30);
    width: 18px;
    height: 18px;
}
.breez-contact {
    margin-top: 50px;
}
.breez-contact a {
    color: #BE9B64;
}
.form-btn .btn{
    display: block;
    background-color: #be9b64;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    width: max-content;
    transition: .3s;
}
.send_form_btn{
    border: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    color: #BE9B64;
    letter-spacing: 1.17px;
    text-align: center;
    margin-top:35px;
}
@media all and (max-width:740px){
    .breez-spa-page h1 {
        line-height: 50px;
    }
}
@media all and (max-width:450px){
    .breez-spa-page h1 {
        line-height: 40px;
        font-size: 34px;
    }
}

/*Формы*/
.smart-captcha {
    min-width: unset;
}
.preloader_custom {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #0000003d;
    background-image: url('/preloader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.preloader_custom.active {
    display: block;
    opacity: 1;
    z-index: 999999;
}
.response_container {
    display: none;
}
.response_container {
    padding: 80px;
}
.response_container .response_title {
    /*font-family: "Montserrat", sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #1b1b1b;
    text-align: center;
}
.response_container .response_text {
    /*font-family: "Montserrat", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1b1b1b;
    margin-top: 15px;
    margin-bottom: 35px;
    display: block;
    width: 100%;
}
/*Формы end*/