@media screen and (max-width: 768px) {
	header {
		flex-direction: column;
		background-color: #010101;
		padding: 0 15px;
		position: relative;
		gap: 5px;
	}
	header nav {
		width: 100%;
		gap: 10px;
	}
	.link {
		width: 100%;
		padding: 4px 15px;
		font-size: 12px;
	}
	header nav ul {
		position: absolute;
		display: flex;
		flex-direction: column;
		padding: 35px 25px;
		top: -1240%;
		left: 0;
		width: 100%;
		height: auto;
		background-color: #ffffff;
		box-shadow: 0 22px 22px #0078e7;
		transition: 0.5s all linear;
	}
	ul a {
		font-size: 12px;
	}
	header.active {
		/* background-color: #ffffff; */
	}
	header.active ul {
		top: 100%;
	}
	header nav ul li {
		margin: 0 0 20px 0;
		font-size: 25px;
		line-height: 35px;
	}
	header nav ul li:last-child {
		margin: 0;
	}
	header aside:first-child {
		padding: 5px;
		width: 50%;
		justify-content: flex-start;
		border: none;
	}
	header aside:last-child {
		display: flex;
		padding: 0;
		align-items: center;
		width: 100%;
		border: none;
	}
	header.active nav .burger span {
		top: 10px;
		transform: rotate(45deg);
	}
	header.active nav .burger span:last-child {
		top: -2px;
		transform: rotate(-45deg);
	}
	header nav .burger {
		position: absolute;
		top: 2px;
		right: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		width: 40px;
		height: 40px;
		/* background: url("../img/burger.svg") center / contain no-repeat; */
		transition: 0.5s all linear;
		z-index: 11;
	}
	.burger span {
		position: relative;
		width: 42px;
		height: 3px;
		border-radius: 5px;
		background-color: #fff;
		transition: all 0.3s ease;
	}
	.intro h1 {
		font-size: 50px;
	}
	.intro h1 span {
		font-size: 60px;
	}
	.content h2 {
		font-size: 30px;
	}
	.content h3 {
		font-size: 22px;
	}
	.content strong {
		font-size: 22px;
	}
	.container .row {
		margin: 0 auto;
		width: 80%;
	}
	footer .logo {
		margin: 0 0 20px 0;
		display: block;
		height: 45px;
		width: auto;
		align-self: center;
	}
	.content img {
		margin: 0 0 20px 0;
	}
	footer .logo,
	footer .logo p {
		height: 30px;
	}
}

@media screen and (max-width: 600px) {
	/* header aside:first-child {
		padding: 21px;
	} */
	header .logo,
	header .logo p {
		/* height: 17px; */
		width: auto;
	}
	.intro {
		padding: 125px 0 40px 0;
	}
	.intro h1 {
		margin: 0 0 21px 0;
		font-size: 24px;
		line-height: 87.02%;
	}
	.intro h1 span {
		font-size: 48px;
		line-height: 127.02%;
	}
	.intro p {
		margin: 0 0 21px 0;
		font-size: 14px;
		line-height: 21px;
	}
	.intro .button {
		padding: 11px 45px;
		border-radius: 14px;
	}
	.intro .button span {
		font-size: 14px;
		line-height: 21px;
	}
	header nav ul li {
		font-size: 12px;
		line-height: 170.02%;
	}
	.content {
		padding: 53px 0 250px 0;
	}
	.content img {
		/* height: 50px; */
	}
	.content h2 {
		font-size: 24px;
	}
	.content h3 {
		font-size: 19px;
	}
	.content p,
	.content td,
	.content ol li,
	.content ul li {
		font-size: 12px;
		line-height: 170.02%;
	}
	.container .row {
		width: 100%;
	}
	footer .logo {
		margin: 0 0 20px 0;
	}

	footer .logo,
	footer .logo p {
		height: 15px;
	}
	footer ul li {
		font-size: 10px;
		line-height: 170.02%;
	}
	table {
		overflow: auto;
	}
}
