@media (max-width: 1200px) {
	.wrp {
		width: 992px;
	}
	#main .main-img {
		width: 600px;
	}
	.usl-item {
		padding: 37px 40px 52px 40px;
	}
}
@media (max-width: 1022px) {
	.wrp {
		width: 750px;
	}
	#header {
		padding: 10px 0;
	}
	#header .wrp {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-logo {
		position: relative;
		left: 0;
		top: 0;
	}
	#header .burger {
		display: block;
		position: relative;
		flex-shrink: 0;
		width: 28px;
		height: 20px;
		padding: 0;
		border: none;
		background-color: transparent;
		outline: none;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: transform .5s ease-in-out;
		cursor: pointer;
		z-index: 999;
	}
	#header .burger span {
		background: #fff;
		display: block;
		position: absolute;
		width: 100%;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		height: 3px;
		border-radius: 3px;
	}
	#header .burger span:nth-child(1) {
		top: 0px;
	}
	#header .burger span:nth-child(2),
	#header .burger span:nth-child(3) {
		top: 8px;
	}
	#header .burger span:nth-child(4) {
		width: 70%;
		left: unset;
		right: 0;
		top: 16px;
	}
	#header .burger.active span:nth-child(1) {
		top: 8px;
		width: 0%;
		left: 50%;
	}
	#header .burger.active span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .burger.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header .burger.active span:nth-child(4) {
		width: 0 !important;
		right: 50%;
	}
	.header-menu {
		display: block;
		position: absolute;
		top: 60px;
		background: #000;
		width: 100%;
		z-index: 2;
		text-align: center;
		left: 0;
		height: calc(100vh - 60px);
		opacity: 0;
		pointer-events: none;
		transition: .4s;
	}
	.header-menu li:not(:last-child) {
		margin-bottom: 20px;
	}
	#header .burger.active ~ .header-menu {
		opacity: 1;
		pointer-events: initial;
		padding: 50px 0;
	}
	#main {
		padding: 60px 0;
	}
	#main .main-img {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
	}
	#main .h2 br {
		display: none;
	}
	#usl {
		padding: 80px 0;
	}
	.usl {
		display: block;
	}
	.usl-item {
		width: 100%;
	}
	.usl-item:not(:last-child) {
		margin-bottom: 40px;
	}
	.adva-item {
		width: 100%;
	}
	.adva-item:nth-child(4), .adva-item:nth-child(5) {
		width: 100%;
	}
	#adva {
		padding: 60px 0;
	}
	.company {
		gap: 30px;
	}
	#company {
		padding-bottom: 80px;
	}
	#free {
		padding: 80px 0;
	}
	.tarif {
		display: block;
	}
	.tarif-item {
		width: 100%;
	}
	.tarif-item:first-child {
		margin-bottom: 25px;
	}
	#tarif {
		padding-bottom: 60px;
	}
	#reviews {
		padding: 50px 0;
	}
	#faq {
		padding: 70px 0;
	}
	.footer-menu {
		gap: 10px;
	}
	.footer-menu li a {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	p, a, li, div, button, input, textarea, h1, h2, h3, h4, h5 {
		font-size: 16px;
		line-height: 22px;
	}
	[data-aos] {
		opacity: 1 !important;
		transform: none !important;
	}
	.wrp {
		width: calc(100% - 40px);
	}
	.h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.default-button {
		font-size: 16px;
		padding: 20px;
	}
	#main .default-button {
		width: 240px;
		margin: 0 auto;
		border: 1px solid #fff;
		background: #000;
		color: #fff;
	}
	#usl .h2 {
		margin-bottom: 30px;
	}
	.usl-item-icon {
		margin-bottom: 20px;
	}
	.usl-item-text {
		line-height: 22px;
	}
	.usl-item:not(:last-child) {
		margin-bottom: 20px;
	}
	#adva .h2 {
		margin-bottom: 40px;
	}
	.adva-item-head {
		min-height: initial;
	}
	.adva-item-text {
		margin-top: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	#company .h2 br {
		display: none;
	}
	#company .h2 {
		margin-bottom: 30px;
	}
	.company {
		flex-flow: wrap;
		gap: 20px;
		justify-content: space-between;
	}
	.company img {
		width: 45%;
	}
	#free {
		background-image: radial-gradient(circle at center, rgba(0, 188, 255, 1) 0%, rgba(0, 0, 0, 1) 50%);
		background-position: center center;
		background-size: 100%;
	}
	#free .default-button {
		width: 100%;
	}
	#free .default-button {
		width: 100%;
		font-size: 14px;
		padding: 15px;
	}
	#free .default-button:before {
		background: url(../img/arrow2.svg) no-repeat center center / 100%;
		top: -58px;
		left: calc(100% / 2 - 19px);
		width: 19px;
		height: 40px;
	}
	#tarif .h2 {
		margin-bottom: 30px;
	}
	.tarif-item {
		padding: 35px 20px;
	}
	.tarif-item-head {
		font-size: 20px;
	}
	.tarif-item-head {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	.tarif-item ul li {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 22px;
	}
	.tarif-item .default-button {
		max-width: 100%;
	}
	#reviews .h2 {
		margin-bottom: 30px;
	}
	.reviews {
		display: block;
	}
	.reviews-item {
		width: 100%;
	}
	.reviews-item:not(:last-child) {
		margin-bottom: 24px;
	}
	#faq .h2 {
		margin-bottom: 30px;
	}
	.faq-item-button .name {
		line-height: 24px;
	}
	.footer-menu {
		display: none;
	}
	#backcall-modal .default-button {
		font-size: 16px;
		padding: 15px;
	}
	#backcall-modal form {
		width: 100%;
	}
}