.index-page-slider .item .text2 a {
	width: 184px;
	height: 50px;
	color: #fff;
	border-radius: 8px;
	background: #0588F0;
	font-size: 12px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

form .alert.text-field-error {
	display: none;
}

form input[type='text'].is-invalid {
	border: 1px solid red;
}

/*15-05-2025*/
.custom__footer-link {
	margin-bottom: 6px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 10px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
/*23-05-2025*/
.footer nav ul li a {
	font-size: 20px;
}

.imgflaot {
	float: left; /* Или right для обтекания справа */
	margin-right: 15px; /* Отступ справа от изображения */
	margin-bottom: 10px;
}
