.newsletter-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
}

.MAS_footer_newsletter button {
    padding: 9px 20px;
    background: #656664 !important;
    color: #fafafa;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease-in-out !important;
    margin: 0px -5px;
    z-index: 9;
    border: 1px solid #000;

}

.MAS_footer_newsletter button:hover {
    background-color: #557a95;
}

.MAS_footer_bottom .MAS_footer_container_c .MAS_footer_newsletter form#newsletter-form + label + #message {
    margin-top: 10px;
    color: green;
}



div.MAS_footer_bottom > div > div.MAS_footer_container_c > div > h2 {
    text-align: right;
}






.MAS_footer_container_c {
}

.MAS_footer_newsletter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.MAS_footer_newsletter h2 {
    font-size: 22px;
    font-weight: bold;
    color: #fafafa;
    cursor: default;
    padding-right: 30px;
}

.MAS_footer_newsletter form {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: center;
}

.MAS_footer_bottom .MAS_footer_container_c .MAS_footer_newsletter #newsletter-form input[type="email"] {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 250px;
    margin: 10px 0;
}



.MAS_footer_newsletter form button:hover {
    background: #6A90A5;
}

/* âœ¨ ×¢×™×¦×•×‘ ×ª× ××™ ×©×™×ž×•×© */
.MAS_footer_newsletter label {
    font-size: 17px;
    color: #fafafa;
}

.MAS_footer_newsletter input[type="checkbox"] {
    margin-left: 5px;
}

.checkbox_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

div.MAS_footer_bottom > div > div.MAS_footer_container_c > div > label > input[type=checkbox]  {
    width: 10%;
}
/* âœ¨ ×¨×©×ª×•×ª ×—×‘×¨×ª×™×•×ª */
.MAS_footer_social {
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 25%;
}

label.checkbox_block {
    margin: 13px 0px;
}


@media screen and (max-width: 1024px) {
    .MAS_footer_container {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 85%;
        justify-content: center;
    }

    .MAS_footer_container_c {
        display: flex;
        justify-content: space-evenly;
        gap: 50px;
        align-items: center;
        flex-direction: column;
        width: 100% !important;
    }
}

