@media screen and (max-width: 1200px) {
	.section-title {
		font-size: 60px;
		line-height: 130%;
	}

	.hero-block__content h1 {
		line-height: 135%;
		font-size: 70px;
	}

	.hero-block {
		max-width: 590px;
	}

	.services {
		padding: 150px 0;
	}

	.service-item {
		padding: 25px 0px 20px 48px;
	}

	.footer-text {
		font-size: 70px;
		max-height: 325px;
	}

	.footer-content {
		padding-top: 50px;
	}

	.footer-top {
		margin-bottom: 105px;
	}

	.footer-menu ul li a {
		font-size: 20px;
	}
}

@media screen and (max-width: 992px) {
	.header-logotype {
		max-width: 100px;
	}

	.hero-block {
		max-width: 470px;
	}

	.hero-block__content h1 {
		line-height: 130%;
		font-size: 55px;
	}

	.benefits {
		padding: 45px 0px;
	}

	.benefits-inner {
		justify-content: center;
	}

	.benefits-item {
		max-width: calc(50% - 75px);
	}

	.section-title {
		font-size: 50px;
	}

	.section-label {
		font-size: 20px;
		line-height: 140%;
	}

	.about-inner {
		flex-direction: column-reverse;
	}

	.about-content {
		text-align: center;
	}

	.about-content__title {
		max-width: 500px;
		margin: 0 auto 20px;
	}

	.services-title {
		margin-bottom: 40px;
	}

	.service-item {
		max-width: 100%;
	}

	.service-item__description {
		max-width: 100%;
	}

	.footer-inner {
		gap: 64px 40px;
	}

	.footer-menu ul li a {
		font-size: 18px;
	}

	.footer-text {
		font-size: 60px;
		max-height: 288px;
	}

	.header-nav ul {
		flex-direction: column;
		gap: 25px;
	}

	.footer-content {
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hero {
		padding: 0;
	}

	.hero .container {
		min-height: 748px;
		padding-top: 40px;
		padding-bottom: 40px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.hero-video:before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
		width: 100%;
	}

	.hero-video {
		width: 100%;
	}

	.hero-block {
		color: #ffffff;
	}

	.section-title {
		font-size: 40px;
	}

	.footer-inner {
		flex-direction: column;
	}

	.footer-text {
		writing-mode: inherit;
		transform: none;
		max-height: none;
		font-size: 64px;
	}

	.footer-top {
		margin-bottom: 48px;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-bottom__social {
		flex-direction: row;
	}

	.footer {
		padding: 40px 0;
	}
}

@media screen and (max-width: 576px) {
	.header {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}

	.hero .container {
		min-height: 90vh;
	}

	.hero-block__content h1 {
		font-size: 40px;
		line-height: 140%;
	}

	.hero-block__btn {
		width: 100%;
	}

	.benefits-item {
		max-width: 100%;
	}

	.benefits {
		padding: 80px 0;
	}

	.about {
		padding-top: 80px;
	}

	.about-image {
		width: 100%;
	}

	.about-image-element {
		width: 45px;
		height: 45px;
	}

	.about-inner {
		gap: 45px;
	}

	.section-title {
		font-size: 36px;
	}

	.about-content__title {
		margin: 0 auto 40px;
	}

	.service-item {
		padding: 48px 0px 30px 40px;
	}

	.footer-menu ul {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-bottom__social {
		gap: 30px;
	}

	.footer-bottom__social a {
		width: 32px;
		height: 32px;
	}

	.hero-block__social {
		top: 116px;
		right: 16px;
		bottom: auto;
	}

	.hero-inner {
		position: static;
	}
}