@media screen and (min-width: 320px) and (max-width: 768px) {
    .main-subscribe__form label {
        width: auto;
    }

    .main-subscribe__btn-wrapper {
        width: auto;
        margin-left: 10px;
    }

    .main-subscribe__form {
        max-width: 100%;
    }

    .main-subscribe__input {
        min-width: auto;
    }
}

@media screen and (max-width: 320px) {

}

@media screen and (max-width: 407px) {
    .main-wrapper {
        padding-bottom: 990px;
    }
    footer.page-footer {
        height: 990px;
        margin-top: -990px;
    }
}

@media screen and (max-width: 575px) {
    body {
        font-size: 14px!important;
    }
    .main-wrapper {
        padding-bottom: 970px;
    }
    footer.page-footer {
        height: 970px;
        margin-top: -970px;
    }
    .footer-social__title {
        text-align: left;
    }
    .footer-social__description {
        text-align: left;
    }
    .social__item__new .footer-social__name {
        font-size: 12px;
    }
    .general-info {
        width: 100%;
    }
    .general-info img {
        /*margin-bottom: 29px;*/
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .general-info__address-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .general-info__address {
        width: 46%;
        display: inline-block;
    }
    .footer-navigation {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
    }
    .navigation-section {
        align-items: center;
        margin-top: 15px;
    }
    .navigation-section.last-block {
        margin-left: 0;
        margin-top: 0;
    }
    .navigation-section .nav-title {
        margin-bottom: 16px;
    }

    .language-switcher {
        margin-top: 20px;
    }

    .title-block--description, .time-place--list li, .card-timetable .week-days--item {
        font-size: 14px;
        line-height: 16px;
    }
    .title-block--heading, .where-help-timetable--tile, .homeless-item--card .card-title h3, .addition-info--title {
        font-size: 24px;
        line-height: 32px;
    }

    .double-page {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px;
    }

    .single-page {
        margin-top: 56px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .where-help-timetable {
        flex-wrap: wrap;
    }
    .timetable-city {
        margin-bottom: 45px;
    }

    .double-page--left {
        max-width: 100%;
        margin-right: 0;
    }

    .double-page--right {
        max-width: 100%;
    }

    .title-block {
        padding: 25px 0;
    }

    .rolldown {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .small-widget {
        max-width: 100%;
        margin-bottom: 45px;
    }

    .small-widget:first-child {
        margin-bottom: 45px;
    }

    .containers-wrap {
        flex-direction: column;
    }

    .page-footer__wrapper {
        padding-top: 0;
        /*padding-bottom: 8px;*/
    }

    .share-panel {
        flex-wrap: wrap;
    }

    .navigation-section .nav-link {
        margin-bottom: 10px;
        font-size: 12px;
    }

    footer .general-info__address {
        font-size: 12px;
    }

    .homeless-item {
        padding: 15px
    }

    .card-description {
        margin-bottom: 30px;
    }

    .time-place--list li {
        margin-bottom: 15px;
    }

    .additional-info {
        flex-wrap: wrap;
    }
    .additional-info--item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 45px;
    }

    .addition-info--list li {
        margin-bottom: 15px;
    }

    .feedback-form--bottom-block {
        margin-top: 0
    }

    .yellow-link-button.form-submit-btn {
        max-width: 100%;
    }
}
