footer .form-send-mail-footer .elementor-form-fields-wrapper{
    border: 1px solid #fff;
    border-radius: 10px;
}
footer .form-send-mail-footer .elementor-field-type-email{
    width: calc(100% - 60px);
}
footer .form-send-mail-footer .elementor-field-type-submit{
    width: 60px;
}
footer .form-send-mail-footer .elementor-field-type-submit button{
    height: 100%;
    width: 100%;
    background: linear-gradient(-90deg, #F1F1F1 51%, #3B5BB1 0%, #DB0250 100%);
    background-size: 250% auto;
    background-position: 100% 100%;
}
footer .form-send-mail-footer .elementor-field-type-submit:hover button{
    background-color: transparent; 
    background-position: 0 100%;
}
footer .list-pay{
    justify-content: center;
}
footer .list-pay a{
    background-color: #FFFFFF;
    height: 100%;
    min-width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 5px;
}
footer .list-pay a svg{
    width: 100% !important;
    font-size: 12px;
}
footer .list-conact .elementor-icon-list-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between !important;
}
footer .list-conact .elementor-icon-list-item:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
}
footer .list-conact .elementor-icon-list-item:nth-child(2)::before {
    content: "\f2a0";
    transform: rotate(-45deg);
}
footer .list-conact .elementor-icon-list-item:nth-child(3)::before {
    content: "\f0e0";
}
footer .list-conact .elementor-icon-list-item .elementor-icon-list-text{
    width: calc(100% - 30px);
}
footer .list-pay .elementor-icon-list-item{
    margin: 8px;
}
@media (max-width: 1024px){
    footer .coppyright{
        order: 3;
    }
    footer .pay-card{
        order: 2;
    }
    footer .footer-top .elementor-widget-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}