@media screen and (max-width: 600px) {
	.container {
		max-width: 90%;
	}

	header .row .burger {
		display: flex;
		position: relative;
		z-index: 9;
	}

	header {
		padding: 19px 0;
	}

	header .row .logo {
		height: 20px;
		position: relative;
		z-index: 9;
	}

	header .row .burger p {
		display: none;
	}

	header .row .burger .toggle {
		margin: 0;
		width: 30px;
		height: 20px;
	}

	header.active .row .burger .toggle {
		width: 30px;
		height: 30px;
	}

	header.active {
		background: #371439;
	}

	header .menu {
		position: absolute;
		flex-direction: column;
		justify-content: flex-start;
		background: #371439;
		padding: 70px 20px 20px 20px;
		width: 100%;
		top: -1000px;
		border: none;
	}

	.wrapper .container {
		max-width: 85%;
	}

	header.active .menu {
		top: 0;
	}

	header .menu li {
		align-self: center;
		color: #fff;
	}

	.wrapper {
		background: url('../img/mob.webp') center top / contain no-repeat;
	}

	.inner {
		padding: 145px 0 60px 0;
	}

	.cnt {
		width: 100%;
	}

	.inner h1 {
		margin: 0 0 21px 0;
		font-size: 23px;
		letter-spacing: 0.69px;
	}

	.inner .btn {
		width: 100%;
	}

	.cnt h2 {
		margin: 0 0 30px 0;
		font-size: 18px;
		text-align: center;
	}

	.cnt h3, .faq__head, .menu__title {
		margin: 0 0 25px 0;
		font-size: 15px;
		text-align: center;
	}

	.cnt p,
	.cnt span,
	.cnt li,
	.cnt td,
	.cnt th,
	.faq__content {
		font-size: 12px;
		text-align: center;
	}

	footer {
		padding: 18px 0;
	}

	footer .menu li {
		margin: 10px 5px;
	}
}
