#page-frame__footer {
/*    margin-top: 40px;*/
    padding-bottom: 0;
    background: #0000be;
    color: #fff;
}
.footer-inner {
    padding: 24px 0;
    position: relative;
}
.footer-top {}
.footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}
.footer-logo__img {
    width: auto;
    max-height: 40px;
}
.footer-bottom {
    margin-top: 16px;
}
.footer-text {
    font-size: 11px;
    line-height: 1.3;
    font-weight: normal;
}
.footer__copyright {
    margin-top: 32px;
}
.footer-slogan {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
    #page-frame__footer {
/*        margin-top: 80px;*/
    }
    .footer-inner {
        padding: 40px 0;
    }
    .footer-slogan {
        font-size: 32px;
    }
    .footer-bottom {
        margin-top: 48px;
    }
}
@media screen and (max-width: 767px) {
    .footer-logo__img {
        max-height: 27px;
    }
}

.nav-footer {
	margin: 0 0 32px;
}
.nav-footer__inner {
	display: flex;
	flex-wrap: wrap;
}
.nav-footer__item {
	width: 50%;
}
.nav-footer__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #FFF;
}
@media screen and (min-width: 768px) {
    .nav-footer {
        display: flex;
        flex-wrap: wrap;
    }
    .nav-footer__item {
	margin-bottom: 16px;
    }
}
@media screen and (max-width: 767px) {
    .nav-footer {
	margin-top: 20px;
	}
    .nav-footer__item {
	flex: 0 0 100%;
	max-width: 100%;
    }
    .nav-footer__link {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
	display: block;
	width: 100%;
    }
}
@media (hover: hover) {
    .nav-footer__link:hover {
        color: #fff;
    }
}


.support-block { 
	margin-bottom: 20px; 
}
.support-block__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 10px;
}
.support-block__desc a,
.support-block__desc a:hover {
	color: #fff;
	font-size: 26px;
}



.app-block {}
.app-block__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.app-block__list {
    display: flex;
}
.app-block__link:not(:last-child) {
    margin-right: 8px;
}
.app-block_dark .app-block__link {
    background-color: #000;
    border-radius: 4px;
}

.social-block {
    display: inline-flex;
}
.social-block__link {
    flex: 0 0 auto;
    margin-right: 8px;
}
.social-block_mt {
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .social-block_mt {
        margin-top: 25px;
    }
}