
.section.usluga_5_screen {
	background: var(--buryi) url('usluga_5_screen_bg.svg') no-repeat center bottom/cover;
}

.section.usluga_5_screen .sub_h2 {
	margin: 0 0 32px;
}
.section.usluga_5_screen .socials {
	position: relative;
	text-align: center;
	padding: 32px 0 0;
}
.section.usluga_5_screen .socials:before {
	width: 163px;
	height: 1px;
	background: linear-gradient(126.98deg, #FFE49A 0%, #A15812 104.19%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: '';
}
.section.usluga_5_screen .socials a {
	color: var(--white);
	text-decoration: none;
}

@media (max-width: 991.98px) {
	
	.section.usluga_5_screen {
		background-position: right 15% bottom;
		background-size: cover;
	}
}

@media (max-width: 767.98px) {
	
	.section.usluga_5_screen {
		background: var(--buryi) url('usluga_5_screen_bg_767.svg') no-repeat center bottom / contain;
	}
}


@media (max-width: 575.98px) {
	
	.section.usluga_5_screen {
		background: var(--buryi) url('usluga_5_screen_bg_575.svg') no-repeat center bottom / contain;
	}
}

@media (max-width: 450px) {
	
}
