.newBgHit {
	background-image: url(../images/bacground-srol.svg);
	margin-left: -24px;
	margin-right: -24px;
	padding: 48px 20px 48px 20px;
	display: none;
}
.newBg .wrap_md .big {
	padding: 0px 0px 0px 0px;
}
.copyright {
	margin-top: 20px;
}
.liveInterne_title {
	margin-top: 10px;
}
.footer_iconText {
	padding: 5px 0px 5px 0px;
}
.footer__content .rows_block {
	display: flex;
    gap: 40px;
    margin: 0;
}
.footer__content .rows_block::before,
.footer__content .rows_block::after {
    display: none;
}
.li-counter-img {
	margin-top: 20px;
}
.description {
	margin-bottom: 50px;
	margin-top: 0px;
}
.description__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 20px;
	margin: 0 0 10px;
}
.description__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.description__link {
	background-color: #dc2823;
	color: white;
	padding: 8px 12px;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}

.description__link:hover,
.description__link:focus {
	background-color: #b91e1a; /* чуть темнее при наведении */
	color: white;
	text-decoration: none;
}
.newBg {
	background-image: url(../images/bacground-srol.svg);
	margin-left: -24px;
	margin-right: -24px;
	padding: 48px 24px 48px 24px;
}

.newBgBaners {
	background-image: url(../images/bacground-srol.svg);
	margin-left: -24px;
	margin-right: -24px;
	padding: 50px 24px;
	margin-top: 30px;
}

.footer {
	background-color: #f9f9f9;

	padding: 5px 20px;

	font-family: Arial, sans-serif;

	border-top: 1px solid #ececec;
}

.footer__logo-description {
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ef3000;
	text-align: center !important;
	padding: 0px 0px 10px 0px;
}
.footer__content {
	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	max-width: 1200px;

	margin: 0 auto;

	gap: 30px;
}

/* Колонки */

.footer__col {
	flex: 1 1 250px; /* Базовая ширина колонки */
}
.footer__content div.menu_item a.dark_link {
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}
.footer__content li.menu_item a.dark_link {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
}
.footer__content ul li::before {
	display: none;
}

.bottom_nav.block .ajax_load_btn {
	margin: 15px 0px 15px;
}
.footer__col--menu {
	flex: 2 1 400px;
} /* Меню чуть шире */

/* Логотипы */

.footer__logo-group {
	display: flex;

	flex-direction: column;

	gap: 15px;

	margin-bottom: 20px;
}

.footer__logo-link img {
	max-width: 200px;

	height: auto !important;

	display: block;
}
.footer__logos {
	margin-top: 10px;
}
.footer__content .footer__contacts {
	padding-top: 58px;
}
.contact-tel:before {
	content: "\f095";
	font-family: "FontAwesome"; /* ОБЯЗАТЕЛЬНО для старых версий */
	/* font-family: "Font Awesome 5 Free"; font-weight: 900; - для 5-й версии */
	display: inline-block;
	color: #ce2621;
	margin-right: 8px; /* чтобы не прилипало к цифрам */
}
.contact-tel {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: black;
}
.footer__content .footer__col--left {
	padding-top: 41px;
}
.footer__content .footer__col--center {
    padding-top: 58px;
}
.footer__content .footer_liveInternet {
	width: 88px;
	height: 30px;
	margin-top: 20px;
}
/* Меню */

.footer__submenu-row {
	display: flex;

	gap: 40px;

	margin-top: 6px;
}

.footer__menu ul,
.footer__submenu ul {
	list-style: none;

	padding: 0;

	margin: 0;
}
.footer_descr {
    margin-top: 10px;
}
.footer_descr.mobile {
	display: none;
}

.footer__contacts .menu_item {
	padding: 0px 0px 10px 0px;
}

.footer__menu a,
.footer__submenu a {
	font-size: 13px;

	color: #666;

	text-decoration: none;

	line-height: 24px;

	transition: color 0.2s;
}

.footer__menu a:hover {
	color: #dc2823;
}

/* Контакты */

.footer__contacts .dark_link {
	font-weight: 700;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.rows_block .col-3 {
	width: 29.33%;
}
.footer__social {
	margin-top: 5px;
}
.footer__logo-description {
	display: none;
}

/* Адаптивность */

/* Планшеты */
@media (max-width: 1144px) {
	.footer__content .footer__menu .item_block:nth-child(2) {
		padding-left: 19% !important;
	}
}
@media (max-width: 1024px) {
	.footer__content {
		gap: 40px 20px;
	}

	.footer__col--menu {
		order: 1;
		flex: 1 1 100%;
	}

	.footer__col--contacts {
		order: 2;
		flex: 1 1 45%;
	}

	.footer__col--info {
		order: 3;
		flex: 1 1 45%;
	}
}

@media (max-width: 870px) {
	.footer__content .footer__menu .item_block:nth-child(2) {
		padding-left: 16% !important;
	}
}
@media (max-width: 848px) {
	.footer__col {
		flex: 1 1 220px;
	}
}

@media (max-width: 800px) {
	.footer__content .footer__menu .item_block:nth-child(2) {
		padding-left: 14% !important;
	}
}
@media (max-width: 770px) {
	.newBg,
	.newBgBaners,
	.newBgHit {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 760px) {
	.footer__col {
		flex: 1 1 218px;
	}
	.description__link,
	.wrap_md .button {
		padding: 0px 0px 0px 0px;
		display: flex;
		height: 33px;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}

/* Мобильные устройства */

@media (max-width: 600px) {
	.footer__logo-description,
	.footer_descr.mobile {
		display: block;
	}
	.footer_descr.mobile {
		margin-top: 8px;
	}
	.footer {
		padding: 0px 15px;
	}

	.footer__content .footer__col--left:nth-child(1),
	.footer_email,
	.footer_descr {
		display: none;
	}

	.footer__content .footer__col--left {
		padding-top: 5px;
	}
	.footer__content {
		flex-direction: column;

		text-align: center;
	}
	.footer__col--right {
		order: 2;
	}

	.footer__col {
		flex: 1 1 100% !important;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.footer__col--left:nth-child(2) {
		order: 1;
	}

	.footer__submenu-row {
		flex-direction: column;

		gap: 10px;
	}

	.footer__logo-group {
		align-items: center;
	}

	.footer__copyright-desktop {
		display: none;
	}

	.footer__mobile-bottom {
		display: block;

		border-top: 1px solid #eee;

		margin-top: 20px;

		padding-top: 20px;

		text-align: center;

		font-size: 12px;

		color: #888;
	}

	.footer__metrics {
		margin-top: 15px;

		display: flex;

		justify-content: center;

		gap: 10px;

		flex-wrap: wrap;
	}
	@media (max-width: 600px) {
		/* 1. Скрываем меню и копирайт основной */
		.footer__col--menu {
			display: none !important;
		}
		.footer__menu {
			display: none;
		}
		/* 2. Контент в колонку и по центру */
		.footer__content {
			flex-direction: column;
			align-items: center;
			text-align: center;
			gap: 0px;
		}
		.footer_iconText {
			padding: 15px 0px;
		}
		.footer__contacts .menu_item {
			display: none;
		}
		/* 3. Меняем порядок: Логотип первый, Контакты вторые */
		.footer__col--logos {
			order: 1;
		}
		.footer__col--contacts {
			order: 2;
		}

		/* Центрируем иконку телефона в мобилке */
		.footer__contacts .phone {
			padding-left: 0;
			display: inline-block;
		}
		.footer__contacts .phone i.fa {
			position: static;
			margin-right: 8px;
		}

		.footer__logo-group {
			align-items: center;
		}
	}
}
