.footer {
    position: relative;
    padding: 30px 0;
    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 {
    flex: 33.333%;
    padding: 25px 10px;
}
.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;
}
.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_phone a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 600px) {
    .footer {
        padding: 48px 0 24px;
    }

    .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;
    }

    .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: flex-start;
        gap: 8px;
        margin-bottom: 12px;
    }

    .frlist_item_logo img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

    .frlist_item_title {
        font-size: 12px;
        line-height: 140%;
    }

    .frlist_item_phone a,
    .frlist_item_location {
        font-size: 13px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .footer_row:last-child {
        display: block;
        margin-top: 32px;
        padding: 0;
    }

    .footer_copyright {
        justify-content: center;
        text-align: center;
        font-size: 12px;
        line-height: 150%;
    }
}
