.page__wrap .footer {
	background: url('../../img/troya.jpg') no-repeat center;
	background-size: cover;
}

.page__wrap .anonymous.footer {
	background-image: url('../../img/troya-anonymous.jpg');
}

.anonymous .footer__inner {
	background: transparent;
}

.footer__inner {
	/*background: rgba(0, 0, 0, 0.85);*/
	color: white;
	font-size: 18px;
}

.footer__top {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
	padding: 70px 0 30px 0;
	border-bottom: 1px solid #d7d7d7;
}

.anonymous .footer__top {
	display: flex;
	justify-content: space-between;
}

.anonymous .footer__block {
	margin: 0 0 10px;
}

.footer__middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 20px 0;
}

.footer__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
	text-align: center;
	margin-top: 50px;
}

.footer__block {
	display: flex;
	align-items: center;
}

.footer__block.has-icon:before {
	content: '';
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
}

.footer__address:before {
	background-image: url(../../img/footer/ico-address.png);
}

.footer__phone {
	margin-left: auto;
	margin-right: 50px;
}

.footer__phone:before {
	background-image: url(../../img/footer/ico-phone.png);
}

.footer__email:before {
	background-image: url(../../img/footer/ico-email.png);
}

.footer__top-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer__top-column label {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer__top-column a {
	text-decoration: none;
	display: block;
}

.footer__top-column a:hover {
	text-decoration: underline;
}

.footer__top-column label {
	display: flex;
	align-items: center;
}

.footer__top-column ul li {
	margin-bottom: 10px;
}

.footer__top-column li {
	display: flex;
	align-items: center;
}

.footer__top-column li.icon:before,
.footer__top-column.icon label:before {
	content: '';
	width: 21px;
	height: 21px;
	display: block;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.footer__top-column li.icon.icon-tours:before,
.footer__top-column.icon-tours label:before {
	background-image: url(../../img/menu/ico_tours.png);
}

.footer__top-column li.icon.icon-hotels:before,
.footer__top-column.icon-hotels label:before {
	background-image: url(../../img/menu/ico_hotels.png);
}

.footer__top-column li.icon.icon-transfers:before,
.footer__top-column.icon-transfers label:before {
	background-image: url(../../img/menu/ico_transfers.png);
}

.footer__top-column li.icon.icon-gallery:before,
.footer__top-column.icon-gallery label:before {
	background-image: url(../../img/menu/ico_gallery.png);
}

.anonymous .footer__top-column a {
	text-transform: uppercase;
}

.anonymous .footer__block.footer__email a {
	text-transform: none;
}

.footer__bottom {
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {

	.footer__bottom {
		padding: 0;
	}

	.anonymous .footer__top-column li.icon:before {
		display: none;
	}

	.anonymous .footer__top {
		flex-direction: column;
		align-items: center;
		margin: 20px 0;
	}

	.anonymous .footer__top ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer__top {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 0 10px 0;
		grid-gap: 10px;
	}

	.footer__middle {
		padding: 20px 0;
	}

	.footer__inner {
		display: grid;
		grid-gap: 30px;
		height: auto;
		justify-items: center;
		padding: 20px 0;
	}

	.footer__middle {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer__middle > * {
		margin: 0 0 20px;
	}

	.footer__middle .footer__email {
		margin-right: 9px;
	}

	.page__wrap .footer {
		background-image: none;
		background-color: rgb(14, 19, 57);
	}

	.page__wrap .anonymous.footer {
		background-image: url('../../img/troya-anonymous-mob.jpg');
	}

	.footer .signature {
		display: none;
	}

	.footer__top {
		border-bottom: none;
	}

	.footer .social:last-child:before {
		margin-right: 0;
	}
}
