#modalSDTWidget .modal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(222,0,0);
    background-color: rgba(2,0,0,0.5);
}
.hidden {
    display: none;
}
/* Modal Content */
#modalSDTWidget .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 960px;
    height: 80%;
    position:relative;
    animation:animetop 0.4s
}

#modalSDTWidget .modal-close {
    cursor: pointer;
    right:0;
}

#modalSDTWidget .modal-close:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions form.container div.address div.field input.field__input:last-child {
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 16px;
    letter-spacing: .4px;
    transition: border .2s;
}

html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions form.container div.address div.field label.field__label {
    font-weight: bold;
    margin-top: 15px;
}

html#ecwid_html body#ecwid_body div.ec-cart-step__section div.ec-form--sdt_place_id input {
    visibility: hidden;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-radiogroup__item.ec-radiogroup__item--SDT,
html#ecwid_html body#ecwid_body .hidden,
html#ecwid_html body#ecwid_body .ec-store .ec-form__cell.ec-form__cell--country,
html#ecwid_html body#ecwid_body .ec-store .ec-form__cell.ec-form__cell--street,
html#ecwid_html body#ecwid_body .ec-store .ec-form__cell.ec-form__cell--city,
html#ecwid_html body#ecwid_body .ec-store .ec-form__cell.ec-form__cell--postalcode,
html#ecwid_html body#ecwid_body .ec-store .ec-form__cell.ec-form__cell--state,
html#ecwid_html body#ecwid_body .ec-store .ec-cart-step__body .ec-cart-step__section .ec-form .ec-form__cell.ec-form__cell-name,
html#ecwid_html body#ecwid_body .ec-store .ec-cart-step__body .ec-cart-step__section .ec-form .ec-form__cell.ec-form__cell--phone {
    display: none;
}

html#ecwid_html body#ecwid_body .ec-store .ec-cart-step__body .ec-cart-step__section #app_dadata_address_suggestions .field__input {
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 16px;
    letter-spacing: .4px;
    transition: border .2s;
}
html#ecwid_html body#ecwid_body .ec-store .ec-cart-step__body .ec-cart-step__section #app_dadata_address_suggestions .container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}

html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions .address {
    width: 100%;
    position: relative;
    z-index: 2;
}

html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions .address__list {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    top: 100%;
    border: 1px solid #000;
}

html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions *,
html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions :after,
html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions :before {
    outline: none;
    box-sizing: border-box;
}

html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions .address__item--focused,
html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions .address__item:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

html#ecwid_html body#ecwid_body div#app_dadata_address_suggestions .address__item {
    padding: 5px 10px;
    color: #000;
    background-color: #fff;
}
