.footer {
    background: #fff;
    padding: 15px 0 21px;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}
.footer__content {
    padding: 0 1rem;
}
.footer__column_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.footer__nav_list {
    margin: 0 0 35px;
    display: flex;
    justify-content: space-between;
}
.footer__nav_link,
.footer__nav_link:hover {
    font-size: 18px;
    line-height: 18px;
    color: var(--brand-color);
    font-family: 'Montserrat-Regular', sans-serif;
}
.footer__nav_item:not(:last-child) .footer__nav_link {
    margin-right: 15px;
}
.column-right__bottom {
    display: flex;
}
.footer__header {
    color: rgba(0,0,0,.5);
    margin: 30px 0;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.footer ul {
    padding: 0;
    list-style-type: none;
}
.footer__item,
.footer__link,
.footer__link:hover {
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    line-height: 16px;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
}
.footer__link{
    text-decoration: underline;
}
.footer__link:hover {
    text-decoration: none;
}
.social__list,
.apps__list {
    display: flex;
}
.social__item + .social__item {
    margin-left: 13px;
}
.social__link {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: var(--brand-color);
    border: 2px solid var(--brand-color);
    border-radius: 7px;
    transition: background .2s ease-in-out;
}
.social__link:hover {
    background: #fff;
    transition: background .2s ease-in-out;
}
.social__icon {
    fill: #fff;
    transition: fill .2s ease-in-out;
}
.social__link:hover .social__icon {
    fill: var(--brand-color);
    transition: fill .2s ease-in-out;
}
.icon__ok {
    padding: 0 3px;
}
.white {
    fill: #fff;
}
.brand-color {
    fill: var(--brand-color);
}
.social__link:hover .white {
    fill: var(--brand-color);
}
.social__link:hover .brand-color {
    fill: #fff;
}
.apps__container {
    margin-top: 40px;
}
.apps__item + .apps__item {
    margin-left: 8px;
}
.footer__paragraph {
    margin: 0;
    font-size: 12px;
    line-height: 136%;
    color: rgba(0,0,0,.5);
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: normal;
}
.footer__paragraph .footer__link + .footer__link {
    margin-left: 15px;
    text-decoration: underline;
}
.footer__paragraph .footer__link:hover {
    text-decoration: none;
}
.footer__column_newsletter {
    max-width: 380px;
    width: 100%;
    text-align: center;
}
.column-right__bottom > div + div {
    margin-left: 100px;
}
.newsletter__header {
    font-size: 18px;
    line-height: 21px;
    color: var(--brand-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px;
}
.sub-form {
    display: flex;
    justify-content: center;
    height: 40px;
    width: calc(100% + 70px);
    margin: 0 -35px 1rem;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    color: #495057;
    padding: 11px 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-subscribe {
    color: #fff;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    background: var(--brand-color);
    border-radius: 30px;
    padding: 12px 16.5px;
    border: none;
    text-shadow: none;
    margin: auto;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.btn-subscribe:hover {
    background: var(--link-hover-color);
}
.footer__column_newsletter .footer__paragraph {
    max-width: 300px;
    margin: auto;
}
@media screen and (max-width: 1025px) {
    .column-right__bottom > div + div {
        margin-left: 60px;
    }
}
@media screen and (max-width: 1016px) {
    .footer__column_container {
        flex-direction: column;
        align-items: center;
    }
    .footer__column.footer__column_newsletter {
        display: none;
    }
    .footer__logo_link {
        display: none;
    }
    .footer__column.footer__column_socials {
        margin-top: 17px;
    }
}
@media screen and (max-width: 769px) {
    .footer__column_container {
        align-items: baseline;
    }
    .footer__column.footer__column_right {
        margin-top: 50px;
        width: 100%;
    }
    .sub-form {
        width: calc(100% + 30px);
        margin: 0 -15px 1rem;
    }
    .column-right__bottom {
        justify-content: center;
    }
}
@media screen and (max-width: 428px) {
    .footer{
        width: 100%;
    }
    .footer__column{
        width: 100%;
    }
    .apps__list{
        margin:0 auto; 
        display:block;
    }
    
    .apps__img {
        width: 200px;
        height: auto;
        margin:0 auto;
        padding:0px;
    }
    .apps__item{
        margin-left: 5px;
        margin-bottom: 10px
    }
    .newsletter__header {
        font-size: 16px;
        line-height: 115%;
    }
    .footer__nav_list {
        flex-direction: column;
    }
    .footer__nav_item + .footer__nav_item {
        margin-top: 15px;
    }
    .column-right__bottom > div + div {
        margin-left: 0;
    }
    .btn-subscribe {
        font-size: 14px;
        line-height: 14px;
        padding: 13px 18px;
    }
    .footer__content {
        padding: 0 10px;
    }
    .footer__column_container {
        align-items: flex-start;
    }
    .footer__header {
        margin: 0 0 10px;
    }
    .footer__column.footer__column_socials {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .apps__container {
        margin: 0;
    }
    
    .footer__nav_item{
        text-align: center;
    }
}
@media screen and (max-width: 390px) {
    .sub-form {
        width: 100%;
        margin: 0 0 1rem;
    }
}