/* */
.home-page-slide-1 {
	background-image: url('/wp-content/uploads/2026/03/glavnyj-banner-desktop-kompress.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.home-slide-1-html {
	padding: 7vw 0vw;
}

.home-slide-title {
	color: black;
	font-family: Raleway;
	font-size: 36px;
	font-weight: 600;
	max-width: 370px;
  	line-height: 43px;
}

.home-slide-text {
	color: black;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	max-width: 350px;
  	line-height: 22px;
	margin-top: 20px;
}

.home-slide-button {
	color: white;
	background-color: black;
	font-family: Raleway;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 25px;
  	display: inline-block;
  	padding: 13px 22px;
  	border-radius: 5px;
}

.home-slide-button:hover {
	color: white;
}