.footer-block {
    background: #17222b;
    min-height: 170px;
    position: relative;
	margin-top: 50px;
}
.footer-logo-socials {
    align-items: center;
    display: flex;
    height: 160px;
    justify-content: space-between;
}
.footer-logo {
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/footer-logo-white.svg') no-repeat 50%;
    display: flex;
    height: 63px;
    position: relative;
    width: 250px;
    z-index: 2;
    margin: 0 auto;
}
.footer-logo-socials .inline li {
    display: inline-block;
	list-style: none;
    margin: 0 3px;
}
.footer-logo-socials .inline li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #c7cacc;
    background: #212c34;
    font-size: 1.5rem;
}

.footer-block .copyright {
    background: #232d36;
    margin-top: 30px;
    padding: 15px 0;
}
.footer-block .copyright .container {
    margin:0 auto;
}
.footer-block .copyright p,
.footer-block .copyright li,
.footer-block .copyright a {
    color: #747a80;
    font: 300 16px Noto Sans,sans-serif;
}
.footer-menu {
    border-left: 1px solid #fff;
    padding-left: 30px;
    position: relative;
    width: calc(100% - 335px);
    z-index: 2;
	height: 100%;
}
.footer-rights-block {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.f-left-block {
    align-items: center;
    display: flex;
    width: calc(100% - 300px);
}
.footer-rights-block__year {
    margin-right: 120px;
    min-width: 214px;
}
.footer-rights-block__year-age {
    color: #414141;
    display: flex;
    font: 300 13px/26px Noto Sans,sans-serif;
    justify-content: flex-start;
}
.footer__text {
	color:#fff;
	display:block;
	font: 300 14px Noto Sans,sans-serif;
	margin-top:8px;
	line-height: 27px;
}

.footer-block a {
    text-decoration: none;
}

/* footer .cta {
    padding: 70px 0 40px;
} */
.footer-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 70px 0 40px;
}
.footer_nav {
    display: flex;
}
.footer_nav-container {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.footer_logo-container {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    align-self: center;
    margin: 0 auto;
    text-align: center;
}
.footer_nav > div {
    flex: 0 0 50%;
    max-width: 50%;
}
.footer .footer_nav ul li {
    list-style: none;
    margin-bottom: 7px;
}
.footer .footer_nav ul li a {
    color: #fff;
    font-weight: 300;
}
.footer .footer_nav ul li a:hover {
    color: #1091ff;
}
.footer_social-container {
    margin-top: 35px;
}
.footer_social li {
    list-style: none;
    display: inline-block;
}
.footer_social a{
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #c7cacc;
    background: #212c34;
}
.footer_social li a:hover {
    background: #1091ff;
    color: #fff;
}
.footer_social i {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
}
.footer_social i::before {content:""}
.footer_social a i.fa-vk {
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/vk.svg') no-repeat center/60%;
}
.footer_social a i.fa-facebook {
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/fb.svg') no-repeat center/60%;
}
.footer_social a i.fa-instagram {
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/ig.svg') no-repeat center/60%;
}
.footer_social a i.fa-odnoklassniki {
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/ok.svg') no-repeat center/60%;
}
.footer_social a i.fa-telegram-plane {
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/tg.svg') no-repeat center/60%;
}

.copyright-row {
    display: flex;
    flex-wrap: wrap;
}
.copyright-row div:nth-child(2) {
    margin-left: auto;
}
.copyright-row li {display: inline-block;}
.copyright-row a {
    padding: 0 10;
    transition: all 0.3
}
.copyright-row a:hover {
    color: #fff
}

@media (max-width: 1000px){
	.footer-rights-block__year {
        min-width: 100px;
    }
	
	.footer-socials {
	    display: flex;
	    width: calc(100% - 200px);
	}
}

@media (max-width: 767px) {
	.footer-rights-block__year {
        margin-right: 10px;
    }
	.footer-socials {
	    display: flex;
	    width: calc(100% - 100px);
	}
    .footer-top {
        flex-direction: column;
    }
    .footer_logo-container,
    .footer_nav-container {
        width: 100%;
        max-width: 100%;
        margin: 5px auto;
    }
}

@media (max-width: 600px) {
	.footer-logo-socials {
		display: block;
		height: 180px;
		padding-top: 25px;
		text-align: center;
	}
	.footer-logo-socials > * {
		display:block;
		margin: 0 auto 20px auto;
	}
	.footer-rights-block {
		display:block;
	}
	.f-left-block {
	    align-items: center;
	    display: flex;
	    width: 100%;
	}
	.footer-menu {
		display:none;
	}
}
@media (max-width: 425px) {
    .footer_nav {
        flex-direction: column;
        text-align: center;
    }
    .footer_nav > div {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 360px) {
	.footer-logo{
		background-size: contain;
	}
	.f-left-block {
		display:block;
	}
	.footer-socials {
	    width: 100%;
	}
}