.footer {
    margin-top: 100px;
}
.footer__container {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 100px;
}
.footer__nav_container {
    background: rgba(255,255,255,.6);
}
.footer__nav {
    max-width: 1370px;
    margin: auto;
}
.footer__nav .main-menu__list {
    display: flex;
    justify-content: center;
    align-items: center;

    height: auto;
    padding: 18px 0;
    margin: 0;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);

    list-style-type: none;
}
.footer__nav .main-menu__item {
    margin-left: 12px;
    margin-right: 12px;
}
.footer__nav .main-menu__link {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: 'EspumaPro-Regular', sans-serif;
    font-display: swap;
}
.footer__nav .main-menu__close-item {
    display: none;
}
.footer__info_container {
    display: grid;
    grid-template-columns: 1fr 1fr;

    max-width: 1370px;
    width: 100%;
    padding-bottom: 60px;
    margin: auto;
}
.footer__paragraph {
    max-width: 650px;
    color: #000;
    font-size: 15px;
    line-height: 190.08%;
    font-family: 'EspumaPro-Regular', sans-serif;
    font-display: swap;
    margin: 0;
}
.footer__link {
    font-family: 'EspumaPro-Regular', sans-serif;
    font-display: swap;
    color: #000;
    text-decoration: none;
}
.footer__link:hover {
    color: inherit;
    text-decoration: underline;
}
.footer__info_right-side {
    justify-self: end;
    display: grid;
}
.footer__social-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.footer__nav .main-menu__index {
    display: none;
}
.footer__copyright {
    text-align: right;
    align-self: end;
}
.footer__promotion_container {
    max-width: 1370px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.counters {
    position: absolute;
    width: .001px;
    height: .001px;
    overflow: hidden;
    left: -999px;
}
@media screen and (max-width: 1370px) {
    .footer__nav .main-menu__list {
        padding: 20px;
    }
    .footer__info_left-side {
        padding-left: 20px;
    }
    .footer__info_right-side {
        /*padding-right: 20px;*/
    }
    .footer__promotion_container > div {
        padding: 0 20px;
    }
}
@media screen and (max-width: 930px) {
    .footer__nav .main-menu__list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__nav .main-menu__item {
        padding: 9px 0;
    }
    .footer__nav .main-menu__link {
        margin: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .footer__promotion_container {
        justify-content: center;
    }
    .footer__promotion_container > div a {
        margin: 20px;
    }
    .footer__nav .main-menu__item {
        margin: 0 7px;
        padding: 0;
    }
    .footer__nav .main-menu__link {
        padding: 5px;
    }
}
@media screen and (max-width: 550px) {
    .footer {
        margin-top: 2rem;
    }
    .footer__container {
        grid-row-gap: 10px;
    }
    .footer__info_container {
        grid-template-columns: auto;
        grid-row-gap: 30px;
        padding-bottom: 2rem;
    }
    .footer__paragraph br {
        display: none;
    }
    .footer__info_left-side {
        padding: 0 20px;
    }
    .footer__copyright {
        text-align: center;
    }
    .footer__info_right-side {
        justify-self: center;
    }
    .footer__social-container {
        justify-content: center;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 350px) {
    .footer__promotion_container > div a {
        margin: 20px 0;
    }
}

/* Приложения */
.app_link_wrap{
    float:right;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	width: 340px;
	text-align:right;
}
@media screen and (max-width: 490px) {
    .app_link_wrap {
        float: inherit;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: inherit;
        width: 100%;
        margin-bottom:20px;
    }
    .footer__app-container{
        display: block;
        margin: 0 auto;
    }
}
.app_link{
    margin:7px;
}
.app_link:hover{
    opacity: 0.8;
}
.app_link.ios{
    display: block;
    width: 150px;
    height: 50px;
    background:url('/design/images/img_for_design/re_design/apps/ios_ic.png') no-repeat;
}
.app_link.google{
    display: block;
    width: 150px;
    height: 50px;
    background:url('/design/images/img_for_design/re_design/apps/g_play_ic.png') no-repeat;
}
.app_link.rustore{
    display: block;
    width: 150px;
    height: 50px;
    background:url('/design/images/img_for_design/re_design/apps/ru_store_ic.png') no-repeat;
}
.app_link.appgallery{
    display: block;
    width: 150px;
    height: 50px;
    background:url('/design/images/img_for_design/re_design/apps/app_gallery_ic.png') no-repeat;
    margin-right: -7px;
}
