.section.partners-footer{
	margin-bottom: 2rem;
}
.section.partners-footer .column{
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 1rem;
}
.partners-label{
	font-size: .5rem;
	color: #8E9090;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.section.partners-footer .column.partners-logos{
	align-items: center;
	justify-content: space-between;
}
.partners-logos img{
	width: 5rem;
	max-width: 5rem;
	max-height: 2.5rem;
	height: auto;
}


.footer {
}
.footer .column {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-top: solid 1px #C3C3C3;
	padding: 5rem 0;
}
.footer .logos {
	display: flex;
	width: 25%;
	justify-content: center;
	align-items: center;
}
.footer .logos a {
	display: block;
	margin: 1.5rem;
	width: 3rem;
}
.footer .logos svg path {
	transition: .5s ease;
}
.footer p {
	margin: 1rem 0;
}
#tass:hover svg path {
	fill: #2d2667;
}
#minkavkaz-rus {
	width: 3.75rem;
}
#minkavkaz-rus:hover svg path {
	fill: #133055;
}
.footer .text {
	width: 50%;
	color: #8e9090;
	font-size: .6rem;
	line-height: 150%;
	text-transform: uppercase;
	letter-spacing: .032em;
}
.footer .text a {
	color: #2A9ECA;
}
.footer .text a[href^="tel"] {
	text-decoration: none;
}
.footer .sharing {
	display: flex;
	width: 25%;
	justify-content: center;
}

@media (max-width: 1360px) {
	.footer .column {
		padding: 2.5rem 1rem;
		align-items: flex-start;
		position: relative;
	}
	.footer .logos {
		width: 30%;
		justify-content: flex-start;
	}
	.footer .logos a {
		margin: 1rem 3rem 0 0;
	}
	.footer .text {
		width: 70%;
	}
	.footer .sharing {
		/*display: none;*/
		position: absolute;
		left: 1rem;
		bottom: 3.5rem;
		justify-content: flex-start;
		width: auto;
	}
}
@media (max-width: 1024px) {
	.section.partners-footer .column{
		padding: 0 2rem;
	}
	.footer {
		padding: 0 2rem;
	}
	.footer .column {
		padding: 2rem 2rem;
	}
	.footer .sharing {
		/*display: none;*/
		left: 2rem;
		bottom: 3rem;
	}
}
@media (max-width: 768px) {
	.partners-logos img{
		width: 4rem;
		max-width: 4rem;
		max-height: 2.5rem;
	}
	.partners-logos img.wide{
		width: 5.5rem;
		max-width: 5.5rem;
	}
	.footer {
	}
	.footer .column {
		padding: 2rem 0;
	}
	.footer .logos {
		width: 40%;
	}
	.footer .text {
		width: 60%;
	}
	.footer .sharing {
	}
}
@media (max-width: 668px) {
	.section.partners-footer .column, .section.partners-footer .column.partners-logos {
		justify-content: center;
	}
	.partners-logos img{
		width: 5rem;
		max-width: 5rem;
		max-height: 2.5rem;
		margin: 0 .6rem 2rem .6rem;
	}
	.partners-logos img.wide{
		width: 6rem;
		max-width: 6rem;
	}
	.footer .column {
		flex-direction: column;
		align-items: flex-start;
		/*padding-left: 2rem;
		padding-right: 2rem;*/
	}
	.footer .logos {
		justify-content: flex-start;
		width: 100%;
	}
	.footer .logos a {
		margin-left: 0;
		margin-right: 2rem;
	}
	.footer .text {
		width: 100%;
		margin-bottom: 1rem;
	}
	.footer .sharing {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		justify-content: flex-start;
	}
}
@media (max-width: 480px) {
	.footer {
		padding: 0 1rem;
	}
}
