@charset "UTF-8";

footer#_new_footer {
	padding: 0;
}

footer#_new_footer .first_row {
	background-color: #93c7c1;
	padding: 26px 0;
}

@media (max-width: 991px) {
	footer#_new_footer .first_row .row {
		text-align: center;
	}
}

footer#_new_footer .first_row .socials {
	color: white!important;
	margin: 0;
}

footer#_new_footer .first_row .socials p {
	margin: 0px 0;
	font-family: fontContent;
	color: white;
}

footer#_new_footer .first_row .socials a {
	background: 0;
	font-family: 'fontContent';
	font-weight: 300;
	font-size: 4rem;
	color: white;
	text-decoration: none;
	width: auto;
	height: auto;
	line-height: 0;
}
.social-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease;
}


.social-link {
	display: inline-block;
	margin-right: 15px;
}

.social-img {
	width: 32px;
	height: 32px;
	transition: all 0.3s ease;
	opacity: 0.8;
}

.social-link:hover .social-img {
	opacity: 1;
	transform: scale(1.1);
}

/* Меняем src на hover с помощью JavaScript */
.social-link:hover .social-img[src*="vk-white"] {
	content: url('/wp-content/uploads/2025/11/vk.png');
}

.social-link:hover .social-img[src*="tg-white"] {
	content: url('/wp-content/uploads/2025/11/tg.png');
}

.social-link-vk-img {
	width: 40px;
	height: 40px;
	margin-top: -6px;
}

.social-link-vk-tg{
	width: 30px;
	height: 30px;
}

footer#_new_footer .first_row .socials a:before {
	background: 0;
}

footer#_new_footer .first_row .socials a:hover {
	background: 0;
}

footer#_new_footer .first_row ._phone a {
	background: 0;
	font-family: 'fontContent';
	font-weight: 300;
	font-size: 4rem;
	color: white;
	text-decoration: none;
	line-height: 4rem;
}

@media (max-width: 1200px) {
	footer#_new_footer .first_row ._phone a {
		font-size: 3rem;
	}
}

@media (max-width: 576px) {
	footer#_new_footer .first_row ._phone a {
		font-size: 2rem;
	}
}

footer#_new_footer .first_row .footer_button .send,
footer#_new_footer .first_row .footer_button a.send,
footer#_new_footer .first_row .footer_button .spoiler_b_name {
	text-align: center;
	padding: 12px 10px 10px 10px;
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	color: #325b71;
	display: inline-block;
	text-decoration: none;
	font: 14px/22px 'Zagolovok';
	background: #fff;
	border-radius: 28px;
	transition: background .3s linear;
	border: 2px solid #d0e6e4;
}

footer#_new_footer .first_row .footer_button .send:hover,
footer#_new_footer .first_row .footer_button a.send:hover,
footer#_new_footer .first_row .footer_button .spoiler_b_name:hover {
	background-color: #dfcfb8;
	color: #fcfdfd;
}

@media only screen and (max-width: 450px) {
	footer#_new_footer .first_row .row {
		display: block;
		margin: 10px 10px !important;
	}
}

footer#_new_footer .second_row {
	padding: 0 0 20px 0;
}

footer#_new_footer .second_row .adress {
	padding-top: 0px;
}

footer#_new_footer .second_row .adress p {
	margin: 0;
}

footer#_new_footer .second_row .adress ._city {
	font-family: 'fontContent';
	font-weight: bold;
	font-size: 16px;
	color: #212121;
}

footer#_new_footer .second_row .adress ._data {
	font-family: 'fontContent';
	font-size: 16px;
	font-weight: 300;
	color: #666;
}

footer#_new_footer .second_row .adress ._adress {
	margin-top: 15px;
	font-family: "fontContent";
	font-size: 15.6px;
	line-height: 22px;
	color: #212121;
}

footer#_new_footer .second_row .adress ._map {
	margin-top: 15px;
}

footer#_new_footer .second_row .adress ._map a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #93c7c1;
	font-size: 15px;
}

footer#_new_footer .three_row ._copyright {
	margin-bottom: 0;
	font-size: 15px;
}

footer#_new_footer .three_row ._link {
	font-size: .8rem;
	color: #333;
	text-decoration: underline;
}

footer#_new_footer .three_row ._menu ul {
	list-style: none;
}

footer#_new_footer .three_row ._menu ul li {
	margin: 3px 0;
}

footer#_new_footer .three_row ._menu ul li a {
	font-family: 'fontContent';
	font-weight: 300;
	font-size: 15px;
	color: #333;
}

.second_row {
	padding-top: 1.5rem !important;
}