.footer__section {
    /* margin-top: 48px;
    margin-bottom: 17px;
    margin-left: 20px;
    margin-right: 20px; */
}

.form__section--input {}

.form__row {
    display: flex;
    flex-direction: column;
}

.newsletter__title {
    padding-bottom: 27px;
    border-bottom: 0.5px solid #000000;
}

.form__section--accept .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-select {
    padding: 0;
    width: 100%;
}

.form__row .wpcf7-form-control-wrap {
    width: 50%;
}

.form__row .form__input {
    border: none;
    outline: none;
    appearance: none;
    background-color: transparent;
}

.form__col {
    width: 100%;
    border-bottom: 0.5px solid #000000;
    padding-bottom: 10px;
    padding-top: 10px;

}

.form__input option {
    color: #000000;
}

::placeholder {
    color: #000000 !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000000 !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000000 !important;
    opacity: 1;
}

.elementor-kit-5 input:not([type="button"]):not([type="submit"]).checkbox-round:first-child {
    width: 14px;
}


.elementor-kit-5 input:not([type="button"]):not([type="submit"]).checkbox-round {
    min-width: 14px;
    height: 14px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #000000;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.elementor-kit-5 input:not([type="button"]):not([type="submit"]).checkbox-round:checked {
    background-color: #000000;
}

.privacy__label {
    padding-top: 1px;
}

[data-elementor-type="footer"] input,
[data-elementor-type="footer"] select {
    border: none;
    border-color: transparent;
}

.form__input {
    color: #000000;
}

[data-elementor-type="footer"] select {
    padding: 0;
}

#footer__section-policy .elementor-widget-container a {
    padding-right: 10px;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .form__col {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .form__row {
        flex-direction: row;
        border-bottom: 0.5px solid #000000;
        padding-bottom: 6.5px;
        padding-top: 7.6px;
    }

    .form__row.row__country {
        gap: 20px;
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .form__row.row__country .form__col {
        padding-bottom: 6.5px;
        padding-top: 7.6px;
        border-bottom: 0.5px solid #000000;
    }

    .elementor-location-footer .col-25 {
        width: 25%;
    }

    .elementor-location-footer .col-50 {
        width: 50%;
    }

    .elementor-location-footer .col-32 {
        width: 32%;
    }
}

@media screen and (max-width: 991px) {
    .form__row .form__input {
        background-color: #fff !important;
        -webkit-appearance: none !important;
        -moz-appearance: none;
    }
}

input[type=email] {
    padding: 0;
}

.elementor-location-footer .menu-item {
    padding-bottom: 10px !important;
}

.elementor-location-footer .p-absolute {
    bottom: 12px;
}

.elementor-location-footer .menu-item a {
    line-height: 16px !important;
}

#email.footer--text {
    padding-left: 5px;
}

.commercial-performance {
    margin-top: 6px;
    padding-bottom: 10px;
}

.footer_privacy {
    text-decoration: underline !important;
    font-weight: 700;
}

.footer__social--container {
    gap: 10px;
}