.footer {
    position: relative;
    padding: 30px 0 16px;
    background: radial-gradient(100.35% 1006.56% at -0.35% 1.21%, #3A7DB4 0%, #1A4F78 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}

.footer_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0;
}
.footer_col {
    box-sizing: border-box;
    flex: 33.333%;
    padding: 25px 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.footer_row:first-child {
    align-items: stretch;
    padding-bottom: 8px;
}
.footer_row:last-child {
    padding: 8px 0 0;
}
.footer_col:first-child {
    padding-left: 10px;
    border-left: 0;
}
.footer_col_content {
    max-width: 305px;
}
.footer_copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
.fltitle {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: #F9F9F7;
    margin-bottom: 16px;
}
.fltext {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.fctitle,
.frtitle {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.frlist_item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.frlist_item:last-child {
    margin-bottom: 0px;
}
.frlist_item_logo {
    display: flex;
    align-items: center;
    flex: 0 0 44px;
}
.frlist_item_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    color: #FFFFFF;
}
.frlist_item_icon svg {
    width: 22px;
    height: 22px;
}
.frlist_item_text {
    min-width: 0;
}
.fclist_item > a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.frlist_item_title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.frlist_item_value a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.frlist_messengers {
    min-width: 0;
}
.frlist_item--messengers {
    align-items: flex-start;
}
.frlist_messengers_title {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.frlist_messenger_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
.frlist_messenger_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.frlist_messenger_link:hover {
    color: #FFFFFF;
    opacity: 0.78;
}
.frlist_messenger_link:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.85);
    outline-offset: 3px;
    border-radius: 4px;
}
.frlist_messenger_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #FFFFFF;
}
.frlist_messenger_icon svg {
    width: 18px;
    height: 18px;
}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 600px) {
    .footer {
        padding: 48px 0 16px;
    }

    .footer_block {
        padding-right: 16px;
        padding-left: 16px;
    }

    .footer_row {
        flex-wrap: wrap;
        gap: 32px 24px;
        padding: 0;
    }

    .footer_row:first-child {
        align-items: flex-start;
    }

    .footer_col {
        flex: 0 0 calc(50% - 12px);
        padding: 0;
        border-left: 0;
    }

    .footer_col:first-child {
        flex: 0 0 100%;
    }

    .footer_col_content {
        max-width: none;
    }

    .fltitle {
        max-width: 330px;
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 120%;
    }

    .fltext {
        max-width: 290px;
        font-size: 13px;
        line-height: 150%;
    }

    .fctitle,
    .frtitle {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 120%;
    }

    .fclist_item {
        margin-bottom: 8px;
    }

    .fclist_item:last-child {
        margin-bottom: 0;
    }

    .fclist_item > a {
        font-size: 13px;
        line-height: 150%;
    }

    .frlist_item {
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
    }

    .frlist_item_logo {
        flex-basis: 32px;
    }

    .frlist_item_icon {
        width: 32px;
        height: 32px;
    }

    .frlist_item_icon svg {
        width: 17px;
        height: 17px;
    }

    .frlist_item_title {
        font-size: 12px;
        line-height: 140%;
    }

    .frlist_messengers {
        min-width: 0;
    }

    .frlist_messengers_title {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 140%;
    }

    .frlist_messenger_links {
        gap: 0;
    }

    .frlist_messenger_link {
        gap: 5px;
        font-size: 13px;
        line-height: 150%;
    }

    .frlist_messenger_icon {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
    }

    .frlist_messenger_icon svg {
        width: 15px;
        height: 15px;
    }

    .frlist_item_value a {
        font-size: 13px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .footer_row:last-child {
        display: block;
        margin-top: 24px;
        padding: 0;
    }

    .footer_copyright {
        justify-content: center;
        text-align: center;
        font-size: 12px;
        line-height: 150%;
    }
}
