footer {
    font-family: 'Golos', sans-serif;
    padding: 40px 20px;
    background-color: #595959;
    margin-top: auto;
}

footer a {
    display: block;
}

.container {
    background-color: transparent;
    max-width: 1200px;
    margin: 0 auto;
}

.content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.mobile-app {
    display: flex;
    flex-direction: column;
    max-width: min-content;
}

.mobile-app__title {
    white-space: nowrap;
    /* 18 px */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /* identical to box height, or 38px */
    color: #FFFFFF;
    margin-bottom: 10px;
}

.mobile-app__img {
    margin-bottom: 5px;
}

.footer-info__social {
    display: flex;
    flex-direction: column;
    max-width: min-content;
    justify-self: center;
}

.footer-info__social > span {
    /* 18 px */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    /* identical to box height, or 38px */
    color: #FFFFFF;
    white-space: nowrap;
}

.footer-info__social-items {
    display: flex;
}

.footer-info__social-item {
    width: 35px;
}

.footer-info__social-item:not(:last-child) {
    margin-right: 5px;
}

.footer-info {
    display: flex;
    column-gap: 25px;
    justify-self: flex-end;
}

.footer-info__contact {
    display: flex;
    flex-direction: column;
    max-width: 150px;
}

.footer-info__phone {
    display: flex;
    white-space: nowrap;
}

.footer-info__phone > img {
    margin-right: 5px;
}

.footer-info__phone > span {
    font-size: 30px;
    color: white;
    display: flex;
}

.footer-info__phone > span a {
    color: inherit;
    display: inline-block;
}

.footer-info__subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.59);
    /* 14 px */
    font-style: normal;
    font-weight: 500;
    line-height: 183.1%;
    margin-top: 5px;
}
