@media screen and (max-width: 992px) {
	.container {
		width: 720px;
	}
}
@media screen and (max-width: 768px) {
	.container { 
		width: 90%;
	}
}
@media screen and (max-width: 600px) {
	.header-nav-box {
		display: none;
	}
	.header-lang-changer {
		display: none;
	}
	.header-title-box {
		flex-direction: column;
		justify-content: left;
	}
	.header-p-box {
		padding: 0;
	}
	.burger {
		display: flex;
		position: absolute;
		right: 30px;
		top: 70px;
	}
	.header-nav-box-mobile {
		justify-content: space-between;
	}
	.header-mobile-2 {
		padding-right: 30px;
	}
	.header-ua {
		color: #070707;
	}
	.exit-mobile {
		width: 22px;
		height: 22px;
		position: fixed;
		right: 30px;
		top: 30px;
	}
}
@media screen and (max-width: 576px) {
	.about p {
		width: 100%;
	}
	.skills-programs {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.skills-item {
		margin-bottom: 50px;
	}
	.contacts-variants-wrapper {
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.header-img {
		display: none;
	}
	.header-img-mobile {
		display: flex;
		margin: 0 auto;
		margin-bottom: 50px;
		width: 100%;
	}
}