.footer{
	margin-top: auto;
	padding-top: 25px;
	border-top: 1px solid var(--main-color-light-grey);
}
.footer .footer-container{
	display: flex;
}
.footer .footer-block{
	max-width: 320px;
}
.footer .logo{
	margin-bottom: 15px;
	text-align: center;
}
.footer .logo a{
	display: inline-block;
}
.footer .subscribe__title{
	margin-bottom: 5px;
	font-size: 16px;
	color: var(--main-color-light-black);
}
.footer .subscribe__container{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
}
.footer .subscribe__container .btn-further{
	flex-shrink: 0;
	margin-bottom: 10px;
}
.footer .subscribe__description{
	font-weight: var(--main-light-font);
}
@media (max-width: 1100px){
	.footer .subscribe__container{
		flex-wrap: wrap;
	}
}
.footer .footer-info{
	flex: 1;
	margin-left: 30px;
}
.footer .footer-col-holder{
	display: flex;
	margin-bottom: 15px;
}
.footer .footer-col{
	width: 230px;
}
.footer .footer-col{
	margin-right: auto;
}
.footer .footer-col__header{
	margin-bottom: 15px;
	font-weight: var(--main-medium-font);
	font-size: 18px;
	color: var(--main-color-light-black);
}
.footer .footer-col__item{
	margin-bottom: 15px;
}
.footer .footer-col .work-time{
	margin-top: 15px;
}
.footer .footer-col--contacts .footer-col__item{
	display: flex;
}
.footer .footer-col--contacts .footer-col__item::before{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	content: '';
	background: url(/images/sprite-contacts-page.png) no-repeat;
	background-size: 95px;
}
.footer .footer-col--contacts .ft-address::before{
	background-position: -55px -27px;
}
.footer .footer-col--contacts .ft-metro::before{
	background-position: -64px -54px
}
.footer .footer-col--contacts .ft-work-time::before{
	background-position: 2px -75px;
}
.footer .footer-col--contacts .ft-mail::before{
	background-position: 2px -26px;
}
.footer .credit-cards{
	margin-bottom: 15px;
}
.footer .credit-cards__title{
	margin-bottom: 15px;
	font-weight: var(--main-medium-font);
	font-size: 18px;
	color: var(--main-color-light-black);
}
.footer .credit-cards__list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.footer .credit-cards__item{
	gap: 10px;
}
@media (max-width: 1000px){
	.footer .footer-col-holder{
		flex-wrap: wrap;
	}
}
@media (max-width: 860px){
	.footer .footer-container{
		flex-direction: column;
		align-items: center;
	}
	.footer .footer-info{
		width: 100%;
		margin: 15px 0 0;
	}
	.footer .credit-cards{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mobile_device .footer-col__list{
		margin-bottom: 20px;
	}
}
@media (max-width: 760px){
	.footer .footer-info{
		max-width: 500px;
	}
}
@media (max-width: 510px){
	.footer .footer-col-holder{
		flex-direction: column;
		align-items: center;
	}
	.footer .footer-col{
		margin-right: 0;
	}
	
}