@media screen and (max-width: 768px) {
	.showcase {
		flex-direction: column;
		border-radius: 6px;
		padding: 0;
		background-color: #121212;
	}
	.showcase__item {
		gap: 0;
		padding: 0;
		border-radius: 9px 9px 0 0;
	}
	.showcase__item:nth-child(2n) {
		height: 38px;
		border-radius: 0 0 9px 9px;
	}
	.showcase__title {
		padding: 0 0 0 13px;
		font-size: 14px;
	}
	.showcase__img {
		min-width: 215px;
		padding: 0 0 0 18px;
	}
	.showcase__img::before {
		width: 20px;
		border-radius: 9px 0 0 0;
		font-size: 14px;
	}
	.showcase__img img {
		height: 100%;
		border-radius: 0;
		margin: 0 !important;
	}
	.showcase__img p {
		margin: 0 !important;
	}
	.showcase__rating {
		justify-content: center;
		min-width: 215px;
		padding: 0 15px;
	}
	.showcase__btn {
		padding: 16px 0;
		font-size: 16px;
		width: 100%;
		height: 100%;
		border-radius: 0 0 9px 0;
	}
	.inner h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.inner h1 span {
		font-size: 48px;
		line-height: 48px;
	}
	.inner p {
		font-size: 14px;
		line-height: 14px;
	}
	.inner.not-found h1 {
		color: #fff;
		text-align: center;
		font-size: 105px;
		font-style: normal;
		font-weight: 700;
		line-height: 100px;
	}
	.inner.not-found h2 {
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px;
		margin: 0 0 40px 0;
	}
	
	.awouItem {
	    width: 47%;
	 }
	 .cnt .awouItem .img-text {
	     height: 280px;
	 }
}
@media screen and (max-width: 700px) {
	.showcase__item {
		height: 70px;
	}
	.showcase__item p {
		height: 70px;
	}
	.showcase__item .showcase__rating-item p {
		height: 18px;
	}
	.container {
		max-width: 90%;
	}

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

	header {
		padding: 19px 0;
	}

	header .row .logo {
		height: 30px;
		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: #121212;
	}

	header .menu {
		position: fixed;
		flex-direction: column;
		justify-content: flex-start;
		align-items: start;
		background: #fff;
		padding: 20px 15px;
		width: 100%;
		top: -100%;
		left: 0;
		border: none;
		transition: all 0.3s ease;
	}

	header.active .menu {
		top: 75px;
	}

	header .menu li {
		color: #121212;
	}

	.wrapper::after {
		background: url('../img/mob.webp') center 69px / cover no-repeat;
		height: 400px;
	}

	.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 {
		margin: 0 0 25px 0;
		font-size: 15px;
		text-align: center;
	}

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

	footer {
		padding: 18px 0;
	}

	footer .menu li {
		margin: 10px 5px;
	}
	.showcase__img::before {
		top: 0px;
		height: 70px;
	}
	.showcase__img {
		margin: -3px 0 0 0;
		max-width: 160px;
		min-width: 160px;
	}
	.showcase__img img {
		width: 100%;
	}
	.showcase__rating {
		max-width: 160px;
		min-width: 160px;
	}
	
	
	.awouItem {
	    width: 100%;
	 }
	 .cnt .awouItem .img-text {
	     height: 100%;
		 width: 100%;
	 }
	 main .awouTitle {
	     font-size: 22px;
	 }
}
