/* Media */
@media screen and (max-width: 1200px) {
	.main,
	.footer__wrapper {
		width: 100%;
		padding-inline: 20px;
	}
	.socials__item {
		flex-grow: 1;
	}
}

@media screen and (max-width: 991px) {
	.footer__wrapper,
	.footer__wrapper .links {
		flex-direction: column;
		align-items: center;
	}
	.body__wrapper {
		--items-gap: 20px;
	}
	.main {
		--section-title-margin: 24px;
		--section-bottom-margin: 40px;
	}
	.socials__item {
		flex-basis: 30%;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}
	br {
		display: none;
	}
	#hero {
		margin-top: 20px;
		height: auto;
	}
	.hero__logo {
		top: 15px;
	}
	.hero__subtitle {
		margin-block: 12px 26px;
	}
	.hero__img-earth-bg,
	.hero__img-particles-bg,
	.hero__img-circle-bg,
	.hero__img,
	.hero__icons-wrapper {
		top: 40%;
		right: 0;
		left: 0;
		margin-inline: auto;
		transform: translateX(0%) translateY(-50%);
	}
	.hero__img-icon-right-bottom {
		bottom: 15%;
		right: 5%;
		transform: rotate(-20deg);
		width: 52px;
	}
	.hero__img-icon-right-top {
		top: 10%;
		right: -20%;
		width: 90px;
	}
	.hero__img-icon-left-top {
		top: 15%;
		left: -20%;
	}
	.hero__img {
		transform: translateX(-1%) translateY(-69%);
		width: clamp(180px, 37%, 306px);
	}
	.hero__wrapper {
		padding-inline: 20px;
	}
	.hero__info {
		max-width: unset;
		margin-top: 300px;
	}
	.grid-2c {
		flex-direction: column;
	}
	.socials__item {
		flex: 1 0 40%;
	}
	.footer {
		height: auto;
	}
	.footer .logo {
		width: 40%;
		min-width: 133px;
	}
	.footer__wrapper {
		gap: 20px;
	}
	.footer__wrapper .links {
		gap: 8px;
	}
}

@media screen and (max-width: 480px) {
	.hero-card_background > span.top-corner {
		width: 45%;
		height: 10%;
	}
	.hero-card_background > span.bottom-corner {
		height: 90%;
	}
	.socials__item .card__info {
		flex-direction: column;
		place-items: start;
	}
}
@media screen and (max-width: 350px) {
	body {
		font-size: 14px;
	}
	.body__wrapper {
		--items-gap: 10px;
	}
}
