
.newsletter_footer {
    box-shadow: 
    0px 2px 6px 2px #00000026, 
    0px 1px 2px 0px #0000004D;
    border-radius: 8px;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    width: 1157px;
    max-width: 90%;
    background: white;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.newsletter_footer__right-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #000;

}
.newsletter_footer__left img {
    height: 100%;
    object-fit: cover;
}
.newsletter_footer__right {
    flex: 1;
}
.newsletter_footer__title {
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}
.newsletter_footer__title span {
    font-weight: 800;
}
.newsletter_footer__subtitle {
    font-size: 14px;
    line-height: 1.4;
}
.newsletter_footer__input {
    display: flex;
    flex-direction: column;
}
.newsletter_footer__input label {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}
.newsletter_footer__input input {
    border: none;
    border: 1px solid #121417;
    border-radius: 4px;
    height: 40px;
    padding: 8px;
    margin-top: 4px;
}
.newsletter_footer__terms {
    display: flex;
    gap: 8px;
}
.newsletter_footer__terms input {
    align-self: baseline;
}
.newsletter_footer__terms span {
    font-weight: 600;
}
.newsletter_footer__terms_text {
    font-size: 12px;
    line-height: 1.4;
    margin-top: -2px;
}
.newsletter_footer__terms [type="checkbox"] {
    accent-color: #111;
}
.newsletter_footer__button {
    background: #000000;
    color: white;
    height: 40px;
    padding: 8px 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.9;
}
.socials_footer {
    background: rgba(233, 233, 234, 0.5);
    padding-top: 175px;
    margin-top: -145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}
.socials_footer__title {
    font-size: 24px;
    font-weight: 600;
}
.socials_footer__icons {
    display: flex;
    gap: 15px;
}
.footer_divider {
    height: 0px;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid grey;
    background: rgba(233, 233, 234, 0.5);
}
.footer_trends {
    background: rgba(233, 233, 234, 0.5);
    padding-top: 28px;
    padding-bottom: 45px;
}
.footer_trends__title {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 16px;
    margin-left: 40px;
    margin-bottom: 15px;
}
.footer_trends__category {
    text-decoration: underline;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(33, 37, 41, 1);
    margin-top: 10px;
}
.footer_trends__categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 40px;
}
.newsletter_footer__wrapper > img {
    max-width: 116%;
}
#footer .logo_footer {
    width: 186px;
    margin-left: 50px;
}
#footer .stlinkgroups_links_footer .title_block .title_block_inner {
    text-transform: none;
    font-weight: 600;
    color: #000;
}
#footer #footer-bottom #footer_bottom_right {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer #footer-bottom #footer_bottom_right .st_payment_txt {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    margin-right: 25px;
}
#footer #footer-bottom #footer_bottom_right .st_payment_icon {
    width: 590px;
}
#footer #footer-bottom #footer_bottom_left .copyright_text {
    font-size: 12px;
}
#footer #footer-bottom {
    margin: 0 85px;
    padding-top: 25px;
    padding-bottom: 25px;
}
#footer #easycontent_7 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 45px;
}
#footer .socials_footer .socials_footer__title {
    color: #000;
}

#footer .footer_trends.footer_trends__opened .footer_trends__opener,
#footer .footer_trends:not(.footer_trends__opened) .footer_trends__close {
    display: none;
}
#footer .footer_trends__opener,
#footer .footer_trends__close {
    position: absolute;
    bottom: 0;
    transform: translateY(100%) translateX(-50%);
    background: rgba(233, 233, 234, 0.5);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 160px;
    border-radius: 0px 0px 4px 4px;
    left: 50%;
    height: 40px;
    color: #111;
    cursor: pointer;
}
#footer .footer_trends__opener span,
#footer .footer_trends__close span{
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    margin-top: 2px;
}
#footer .footer_trends__opener svg,
#footer .footer_trends__close svg{
    width: 18px;
    margin-top: 2px;
}

#footer .footer_trends:not(.footer_trends__opened) .footer_trends__categories_group a:nth-last-child(-n + 2) {
    display: none;
}

#footer .newsletter_footer__right-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 60%;
}
#footer .newsletter_footer__success_title {
    color: #111;
    font-weight: 600;
    font-size: 24px;
}
#footer .newsletter_footer__success_subtitle {
  text-align: center;
}