@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');

section.basic-section.page-contact {
    margin-right: -12px;
    margin-left: -12px;
}
section.basic-section.page-contact .container {
    max-width: 1320px !important;
}
.page-contact-contents {
    margin-bottom:93px;
}
.contact-form-wrapper {
    padding:43px 38px;   
}
.page-contact  h2 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    color: #000000;
}
.contact-page-title {
    margin-bottom:40px;
}
.contact-form-wrapper h2 {
    margin-bottom:37px;
}
.wpforms-container .wpforms-field-label {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px !important;
}
div.wpforms-container-full input[type=text] {
    height: 50px;
    border-radius: 0;
    border-color: #dbdbdb;
    margin-bottom: 20px;
    max-width: 100%;
}
div.wpforms-container-full textarea {
    border-radius: 0;
    border-color: #dbdbdb;
    margin-bottom: 20px;
    max-width: 100%;
}
.wpforms-container .wpforms-field {
    padding:0;
}
.wpforms-container .wpforms-submit-container button[type="submit"] {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    background: #3A1078 !important;
    padding: 14px 30px;
    display: inline-block;
    text-align: center;
    height: 52px;
    border-radius:0;
}
.col-lg-6.contact-text-wrapper {
    font-family: 'Golos Text', sans-serif;
    color:#000;
}
div.wpforms-container-full {
    margin-bottom:0;
}
.wpforms-submit-container {
    margin-top:37px !important;
}
@media (max-width:992px) {
    .page-contact  h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .contact-page-title {
        margin-bottom:26px;
    }
    .contact-form-wrapper h2 {
        margin-bottom:28px;
    }
    .contact-form-wrapper {
        padding:40px 30px;
    }
    .contact-text-wrapper {
        margin-bottom:25px;
    }
}