.section-1 {
	background-size: cover;
	background-color: rgba(45, 45, 45, 1);
	background-image: url(../images/4/ekran1_6.jpg);
	background-position: center top;
}

.section-1 > .hlp-section-bg-mask {
	background-color: rgba(45, 45, 45, 0.51);
}

.section-1 > .hlp-section-content {
	min-height: 800px;
}

.heading-1 {
	width: 72%;
	margin-top: 277px;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.25;
}

.button-1 {
	width: 300px;
	min-height: 60px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 19px;
	font-size: 18px;
	font-size: 1.13rem;
	background-color: rgba(128, 155, 117, 1);
	border-radius: 30px;
}

@media screen and (max-width: 599px), screen and (max-device-width: 599px) {

	.section-1 > .hlp-section-content {
		min-height: 700px;
	}

	.heading-1 {
		width: 92%;
		margin-top: 223px;
		margin-left: auto;
		margin-right: auto;
		font-size: 30px;
		font-size: 1.88rem;
	}

}

@media screen and (max-width: 429px), screen and (max-device-width: 429px) {

	.heading-1 {
		width: 100%;
		font-size: 24px;
		font-size: 1.5rem;
	}

	.button-1 {
		padding-top: 22px;
		font-size: 16px;
		font-size: 1rem;
	}

}

