section.footer {
    margin-top: 200px;
    background: #fff;
}

footer {
    width: 970px;
    margin: 0 auto;
    padding: 30px 0 45px;
    display: flex;
    justify-content: space-between;
}

.f_label {
    font-family: 'Gilroy';
    color: #000000;
    font-size: 30px;
    line-height: 133.5%;
    margin-bottom: 40px;
}

.f_vk {
    width: 62px;
    height: 62px;
    margin-right: 15px;
    position: relative;
    background-image: url(/img/vk.webp);
}

.f_insta {
    width: 62px;
    height: 62px;
    position: relative;
    background-position: -7px;
    background-image: url(/img/insta.webp);
}

.soc_block {
    display: flex;
    align-items: center;
    margin-right: 18px;
    padding-right: 20px;
    border-right: 1px solid #000;
}

.soc_app_block {
    display: flex;
}

.f_vk a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.f_insta a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.app_block {
    display: flex;
    align-items: center;
}

.fapp_aplle {
    width: 63px;
    height: 77px;
    margin-right: 6px;
    position: relative;
    margin-top: -12px;
    background-image: url(/img/aple.png);
}

.fapp_android {
    width: 75px;
    position: relative;
    height: 75px;
    background-image: url(/img/android.png);
}

.fapp_text {
    font-size: 20px;
    font-family: 'Gilroy';
    max-width: 117px;
    margin-right: 30px;
    text-align: right;
}

.fapp_aplle a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fapp_android a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.f_right {
    display: flex;
}

.fr_left {
    margin-right: 40px;
}

.fr_title {
    font-size: 20px;
    line-height: 133.5%;
    margin-bottom: 10px;
}

.fr_line a {
    font-size: 12px;
    line-height: 240%;
    letter-spacing: -0.025em;
    color: #979797;
    text-decoration: none;
}

.fr_line {
    font-size: 12px;
    line-height: 240%;
    letter-spacing: -0.025em;
    color: #979797;
    text-decoration: none;
}