body .is-layout-flex > * {
    margin-top: 120px;
}

.screen-button.form-call {
    display: none;
}

a.button {
    border-radius: 15px;
}

.wpcf7-form-control-wrap {
    margin: 10px 0 !important;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form .submit-button {
    border-radius: 15px;
    font-family: Montserrat, Verdana, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.wpcf7-form .submit-button input {
    padding: 0 40px;
}


.wpcf7-form-control-wrap select {
    width: 100%;
    border: 2px solid transparent;
    background-color: white;
    height: 50px;
    padding: 0 20px;
    appearance: none;
}

.wpcf7-form-control-wrap[data-name="product-category"] {
    position: relative;
}


.wpcf7-form-control-wrap[data-name="product-category"]::after,
.wpcf7-form-control-wrap[data-name="area-of-activity"]::after,
.wpcf7-form-control-wrap[data-name="how-did-you-find"]::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #b8b8b8;

}

.wpcf7-form-control-wrap .country-list .country .country-name {
    color: black;
}