/* Футер */
.footer {
    margin-top: 60px;
    background-color: var(--color_footer);
	padding: 30px 0px;
}
.footer__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.footer__logo {
    width: 100%;
    display: flex;
    flex-direction: column;

}
.header__logo{ position: relative; }
.header__logo{ padding: 16px 44px 16px 32px; }
.header__logo img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 37px;
}
.footer__logos-block {
    display: flex;
	max-width: 270px;
    align-items: center;
    padding-bottom: 30px;
}
.footer__logo-block {
    display: flex;
	max-width: 270px;
    align-items: center;
    padding-bottom: 30px;
}
.logo-company {
	margin-left: 35px;
}
.footer__logo-cite {
    border-top: 0.5px solid var(--color_gray_25);
    padding-top: 20px;
}
.footer-under {
    background-color: var(--color_footer);
	border-top: 0.5px solid var(--color_gray_25);
}
.footer-under__content {
	padding: 15px 0px;
    display: flex;
	align-items: center;
}
.footer-under__link {
	margin-left: 25px;
	display: inline-block;
}
.footer__menu-blocks {
    display: flex;
    flex-direction: row;
    margin-left: 250px;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    margin-right: 65px;
    max-width: 160px;
}
.footer-menu__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
    border-bottom: 1px solid var(--color_dark-gray);
    margin-bottom: 20px;
}
.footer-menu__link {
    margin-bottom: 5px;
}
.footer-menu__link:last-child {
    margin-bottom: 5px;
}
.footer-menu__link.selected {
	background-color: transparent;
}
.section-footer {
    display: flex;
    flex-direction: row;
    max-width: 370px;
    margin-right: 80px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.section-footer__link {
    margin-bottom: 12px;
    display: inline-block;
    width: 38%;
    line-height: 16px;
}
.footer__contacts-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.social {
    margin-top: 17px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* Медия 1380 */ 
@media (max-width: 1380px) {
.footer__menu-blocks {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    align-items: flex-start;
    justify-content: space-between;
}
}

/* Медия 1024 */ 
@media (max-width: 1024px) {
.footer__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.section-footer__link {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    line-height: 16px;
}
.footer__menu-blocks {
    display: flex;
    flex-direction: row;
    margin-left: 50px;
    align-items: flex-start;
    justify-content: space-between;
}
.section-footer {
    display: flex;
    flex-direction: column;
    max-width: 370px;
    margin-right: 80px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
}

@media (max-width: 640px) {
	.footer__content{
		flex-wrap: wrap;
	}
}

.footer__logo-block img{ max-width: 100%; }