/* public_html/css/block_icons_style.css */
/* Версия 202607191850 */
/* Изменено 19.07.2026 18:50:00 */

/* Иконки социальных сетей на первом экране. */
.social-icons-wrapper {
	position: absolute;
	bottom: 25px;
	right: 29px;
	text-align: right;
	margin: 0;
	z-index: 10;
}

@media only screen and (max-width:880px) {
	.social-icons-wrapper {
		bottom: 13px;
		left: 10px;
	}
}

@media only screen and (max-width:640px) {
	.social-icons-wrapper {
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		bottom: 13px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

.social-icons-wrapper ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.social-icons-wrapper ul li {
	display: inline-block;
	margin: 0 auto;
	padding: 0 0 0 5px;
}

ul.social-icons {
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
}

@media only screen and (max-width:640px) {
	ul.social-icons {
		font-size: 16px;
	}
}

ul.social-icons a {
	padding: 0;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

ul.social-icons a:hover {
	padding: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

ul.social-icons a img,
ul.social-icons a svg {
	display: block;
	width: 42px;
	height: 42px;
}

ul.social-icons a svg {
	fill: currentColor;
}

/* Иконки в блоках «Контакты», «Узнать стоимость» и терминальных статусах заказа. */
.calc-scenario-card__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: auto;
	justify-content: center;
}

.calc-scenario-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	border: 1px solid rgba(46, 46, 46, 0.12);
	background: #fff;
	box-shadow: 0 4px 18px rgba(46, 46, 46, 0.08);
	transition: transform .1s ease, box-shadow .1s ease, border-color .1s ease;
}

.calc-scenario-social-link:hover,
.calc-scenario-social-link:focus-visible {
	transform: translateY(-2px);
	box-shadow: 1px 1px 3px rgb(85 118 209 / 40%);
	border-color: rgb(85 118 209 / 20%);
	outline: none;
}

.calc-scenario-social-link img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
}

/* Социальные ссылки футера. */
.site-footer__social-title {
	font-size: 15px;
	line-height: 1.4;
	color: #5b6271;
	transition: color 0.2s ease;
}

.site-footer__social-link:hover .site-footer__social-title,
.site-footer__social-link:focus .site-footer__social-title {
	color: #5576D1;
}

.site-footer__socials {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 18px;
}

.site-footer__social-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.site-footer__social-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 10px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	flex-shrink: 0;
}

.site-footer__social-icon {
	width: 100%;
	height: auto;
	display: block;
}
