.footer {
    align-items: flex-start;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
}

.footer a {
    text-decoration-line: underline;
    color: inherit;
    transition: .3s ease-out;
}

.footer a:hover {
    color: #16a883;
}

.footer__left,
.footer__right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer__limit {
    min-width: 76px;
    opacity: 1;
}

.footer__row {
    display: flex;
}

.footer__descr {
    width: auto;
    opacity: 1;
}

.footer__menu {
    margin: 40px -15px 20px
}

.footer__menu a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px 20px;
}

.footer__links a + a {
    margin-left: 30px;
}

.footer__soc {
    margin-bottom: 40px
}

.footer__soc a {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

.footer__soc a:hover svg {
    fill: #16a883;
}

.footer__soc a + a{
    margin-left: 20px;
}

.footer__soc svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    transition: 0.3s ease-out;
}

.footer__typo-form {
    opacity: 1;
}

.footer__subscribe  {
    max-width: 450px;
}

.footer__subscribe .form-row {
    display: flex;
}

.footer__subscribe .form-item {
    flex-grow: 1;
    margin: 0;
}

.footer__subscribe .form-item input {
    height: 50px;
    font-size: 14px;
}

.footer__subscribe button {
    height: 50px;
    font-size: 14px;
    max-width: 50px;
    min-width: 50px;
    width: 50px;
    padding: 0;
    margin-left: 8px
}

.footer__subscribe .form-caption {
    margin-top: 8px
}

.footer__caption {
    margin-top: 40px
}

.up-btn._fix-bottom {
    bottom: 446px
}

@media (min-width: 1200px) {
    .footer {
        height: 436px
    }

    .footer__left {
        padding-left: 88px;
        width: 50%
    }

    .footer__right {
        width: 25%
    }

    .footer__row {
        margin-left: -78px;
    }

    .footer__subscribe {
        margin-left: auto;
    }

    .footer__subscribe .form-row {
        justify-content: flex-end;
    }
}

@media (max-width: 1199px) {
    .footer__left,
    .footer__right{
        display: block;
        height: auto;
        width: 100%
    }
}

@media (max-width: 350px) {
    .footer__links a {
        display: block;
    }

    .footer__links a + a {
        margin-top: 16px;
        margin-left: 0;
    }
}

@media screen and (min-width:1025px){
    .yandex_banner-mobile{
        display:none;
    }
}

@media screen and (max-width:1024px){
    .yandex_banner-desktop{
        display:none;
    }
}



