.webform_contacts {
    text-align: center;
    background-image: linear-gradient(#303a65eb, #303a65eb), url('/themes/contrib/bootstrap_sass/images/fon1.png');
    padding: 20px;
    color: white;
    display: block;
    margin: 0 auto 60px;
    background-size: cover;

}
.webform_contacts form {
    display: flex;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.webform_contacts form+a {
    color: white !important;
}
.webform_contacts form .form-control {
    border-radius: 1rem;
}
.webform_contacts form input#edit-actions-submit {
    width: 50%;
    display: inline;
    border-radius: 1rem;
    color: white;
    background: #e0c943;
    border-color: white;
    border-width: 3px;
    margin: 5px;
}
.webform_contacts form fieldset.js-form-item.js-form-type-tel.form-type-tel.js-form-item-telefon.form-item-telefon.form-no-label.mb-3 {
    width: 50%;
    display: inline;
    margin: 5px;
}
.webform_contacts form input#edit-actions-submit {
    width: 50%;
    display: inline;
}

.webform_contacts.not_front {
    background-image: none;
    color: #303a65;
    border-top: 1px solid #cccccc;
    margin: 0px;
}
/* .webform_contacts form {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
} */

.webform_contacts .webform-confirmation {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
    background: #303a65;
    color: white;
}

button.ui-dialog-titlebar-close {
    color: brown;
    background: black;
}
@media only screen and (max-width: 900px) {

    .webform_contacts form {
        width: 100%;
        display: flex;
        flex-direction: column;
    }


    .webform_contacts form .form-item-telefon, .webform_contacts form .webform-button--submit {
        width: 100% !important;
    }

    .webform_contacts form input#edit-actions-submit{
        width: 100%;
    }

    .mailing p{
        font-size: 20px;
    }
}

