.zagrod-respons-block {
	padding: 30px 0 60px 0
}

@media only screen and (max-width: 1296px) {
	.zagrod-respons-block {
		padding: 30px 0
	}
}

.zagrod-respons-block__wrapper {
	padding: 64px 120px;
	border-radius: 40px;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 0%, rgba(217, 217, 217, 0) 100%)
}

@media only screen and (max-width: 1296px) {
	.zagrod-respons-block__wrapper {
		padding: 32px 60px;
		border-radius: 20px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-respons-block__wrapper {
		padding: 24px
	}
}

.zagrod-respons-block__wrapper .heading {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 48px
}

@media only screen and (max-width: 1296px) {
	.zagrod-respons-block__wrapper .heading {
		margin-bottom: 24px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-respons-block__wrapper .heading {
		flex-direction: column
	}
}

.zagrod-respons-block__wrapper .heading h2 {
	font: 800 24px/120% "Open Sans", sans-serif;
	color: #fff;
	text-transform: uppercase
}

@media only screen and (max-width: 1296px) {
	.zagrod-respons-block__wrapper .heading h2 {
		font-size: 20px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-respons-block__wrapper .heading h2 {
		font-size: 16px
	}
}

.zagrod-respons-block__wrapper .heading img {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	width: 100%
}

.zagrod-respons-block__info {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between
}

@media only screen and (max-width: 768px) {
	.zagrod-respons-block__info {
		flex-direction: column
	}
}

.zagrod-respons-block__info>p {
	font: 700 16px/120% "Open Sans", sans-serif;
	color: #fff;
	opacity: .6;
	text-transform: uppercase;
	max-width: 746px
}

@media only screen and (max-width: 1296px) {
	.zagrod-respons-block__info>p {
		font-size: 15px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-respons-block__info>p {
		font-size: 14px
	}
}

.zagrod-respons-block__info .images {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap
}

.zagrod-respons-block__info .images img {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content
}

.zagrod-respons-block__links {
	max-width: 847px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 98px 0
}

@media only screen and (max-width: 1296px) {
	.zagrod-respons-block__links {
		margin: 48px 0
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-respons-block__links {
		margin: 24px 0
	}
}

.zagrod-respons-block__links a {
	padding: 10px 16px;
	border-radius: 20px;
	background: #1BE8CA;
	font: 400 20px/120% "Open Sans", sans-serif;
	color: #000
}

@media only screen and (max-width: 1296px) {
	.zagrod-respons-block__links a {
		font-size: 18px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-respons-block__links a {
		font-size: 16px
	}
}

.zagrod-respons-block__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 980px;
	width: 100%
}

@media only screen and (max-width: 1296px) {
	.zagrod-respons-block__content {
		gap: 20px
	}
}

.zagrod-respons-block__content h2 {
	color: #fff
}

.zagrod-respons-block__content p {
	font: 700 16px/120% "Open Sans", sans-serif;
	color: #fff;
	text-transform: uppercase;
	opacity: .6
}