footer .footer__top .menu__columns {
	display: block;
	max-width: 100%;
}
footer .footer__top .menu__column {
	display: block;
	column-count: 2;
	width: 50%;
}
footer .footer__top .menu__column li {
	margin-bottom: 20px;
}
footer .footer__top .menu__block, .footer__top .menu__block:last-of-type {
	gap: unset !important;
}
footer .footer__top .menu__block {
	border-bottom: 1px solid #FCF3EC;
}
footer .footer__top .menu__block > div {
	width: 50%;
}
footer .footer__middle {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer__middle .menu__column {
    display: block;
}

footer .footer__middle .menu__column li {
    margin-bottom: 20px;
}
.footer__middle .menu__column a {
    color: #3e3e3e;
    font-size: 1rem;
    line-height: 162.5%;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
footer .menu__column {
	padding-left: 0;
}
footer .footer__middle > div {
	width: 25%;
}
footer.footer .number {
	align-items: flex-start;
}
footer .footer__middle .column.left > div {
	margin-bottom: 30px;
}

@media screen and (max-width: 1275px){
	footer .footer__top .menu__column {
		width: 100%;
	}
	footer .footer__top {
		margin-bottom: 40px;
	}
	footer .footer__top .menu__block {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	footer .footer__top .menu__block > div {
	    width: 100%;
	}
	footer .footer__middle > div {
	    width: 50%;
	}
	footer .menu__column {
		margin-bottom: 0;
	}
	footer .menu__block.center {
		order: 1;
	}
	footer .left {
		order: 2;
	}
	footer .right {
		order: 3;
	}
	footer .menu__block.center .menu__column {
		padding-left: 10px !important;
	}
	footer .menu__block.center:nth-child(2) .menu__column {
		padding-left: 0px !important;
	}
	footer .menu__block.center {
		margin-bottom: 40px;
	}
	footer .footer__bottom {
		flex-wrap: wrap;
		position: inherit !important;
		right: unset;
		top: unset;
		bottom: unset;
		gap: unset;
	}
	footer .footer__bottom > div, footer .footer__bottom .credits > div:not(.politika) {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	footer.footer .container {
	    gap: 0;
	}
}

@media screen and (max-width: 675px){
	footer .footer__top .menu__column {
		column-count: 1;
	}
	.footer__top .menu__block {
		gap: 0 !important;
	}
	footer .footer__middle > div {
        width: 100%;
    }
    footer .menu__block.center .menu__column, footer .right {
        padding-left: 0 !important;
    }
    footer .menu__block.center {
        margin-bottom: 0;
    }
    footer .footer__bottom {
    	text-align: left;
    }
    footer .number .group {
    	margin-bottom: 20px;
    }
    footer .number a {
    	font-size: 18px;
    }
}

@media (max-width: 540px) {
    footer .footer__bottom .credits {
    	padding-right: 0;
    }
}