/* ========== Footer (Figma 1273:506) ========== */
.sz-footer {
    background: #FBFBFB;
    padding: 70px 0 24px !important;
    color: #243F69;
}

.sz-footer__main {
    display: grid;
    grid-template-columns: 1.15fr 0.9fr 1.1fr 1fr;
    gap: 40px 48px;
    align-items: start;
}

.sz-footer__logo {
    display: inline-block;
    margin-bottom: 28px;
}

.sz-footer__logo img {
    display: block;
    width: 191px;
    height: auto;
    max-width: 100%;
}

.sz-footer__contact {
    margin: 0 0 0;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #243F69;
}

.sz-footer__contact a {
    color: inherit;
    text-decoration: none;
}

.sz-footer__contact--email {
    font-weight: 500;
}

.sz-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 28px;
}

.sz-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border: 1px solid #243F69;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.sz-footer__social img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.sz-footer__social:hover {
    background: #243F69;
}

.sz-footer__social:hover img {
    filter: brightness(0) invert(1);
}

.sz-footer__payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
}

.sz-footer__payments img {
    display: block;
    width: auto;
    height: 22px;
    object-fit: contain;
}

.sz-footer__title {
    margin: 0 0 18px;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #ED3237;
}

.sz-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sz-footer__links li {
    margin: 0;
}

.sz-footer__links a {
    display: inline-block;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    color: #243F69;
    text-decoration: none;
}

.sz-footer__links a:hover,
.sz-footer__links a.is-active {
    color: #ED3237;
}

.sz-footer__col--aside {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.sz-footer__subscribe-text {
    margin: 0 0 18px;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #243F69;
}

.sz-footer__form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 322px;
    height: 67px;
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    padding: 0 18px;
}

.sz-footer__input {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #243F69;
    padding-right: 28px;
}

.sz-footer__input::placeholder {
    color: #243F69;
    opacity: 0.85;
}

.sz-footer__submit {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sz-footer__submit img {
    display: block;
    width: 17px;
    height: 17px;
}

.sz-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 56px;
    padding-top: 18px;
    border-top: 1px solid #E8E8E8;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    color: #243F69;
}

.sz-footer__bottom p {
    margin: 0;
}

.sz-footer__bottom a {
    color: #243F69;
    text-decoration: none;
}

.sz-footer__bottom a:hover {
    color: #ED3237;
}

@media (max-width: 1199.98px) {
    .sz-footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 36px 28px;
    }
}

@media (max-width: 767.98px) {
    .sz-footer {
        padding: 26px 0 20px !important;
    }

    .sz-footer__main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sz-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 36px;
        font-size: 14px;
        line-height: 1.5;
    }

    .sz-footer__form {
        max-width: 100%;
        height: 56px;
    }
}

.sz-footer__error {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #c0392b;
}
/* ========== End footer ========== */
