@media screen and (max-width: 768px) {
    header{
        background: #1c0a34;
    }
    .menu li a{
        text-transform:none;
    }
	header .row .burger {
		display: flex;
	}
	header .menu {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: start;
		align-items: start;
		background: #1c0a34;
		transition: all 0.3s ease;
	}
	header .menu.active {
		top: 88px;
	}
	header .row {
		align-items: center;
		gap: 30px;
	}
	header .row .logo {
		height: 30px;
		position: relative;
		z-index: 9;
		left: 0;
		transform: none;
	}
	.mobile-menu li {
		color: #fff;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
		transition: all 0.3s ease-in;
		list-style: none;
	}

	.mobile-menu a {
		color: inherit;
		text-decoration: none;
		cursor: pointer;
	}
	.showcase {
		flex-direction: column;
		padding: 0;
	}
	.showcase__item {
		height: 65px;
		gap: 0;
		border-radius: 9px !important;
		padding: 10px;
	}
	.showcase__title {
		padding: 0 0 0 13px;
		font-size: 14px;
	}
	.showcase__img {
		min-width: 215px;
		height: 100%;
		padding: 0 0 0 18px;
	}
	.showcase__img::before {
		width: 20px;
		border-radius: 38px;
		font-size: 14px;
		height: 60px;
	}
	.showcase__img img {
		height: 60px;
		border-radius: 0;
		margin: 0 !important;
	}
	.showcase__img p {
		margin: 0 !important;
		height: 100%;
	}
	.showcase__rating {
		display: flex;
		justify-content: center;
		min-width: 215px;
		padding: 0 15px;
	}
	.showcase__btn {
		padding: 16px 5px;
		font-size: 14px;
		width: 100%;
		height: 100%;
		border-radius: 58px;
		text-align: center;
	}
	.showcase__title .showcase__rating {
		display: none;
	}
	.inner h1 {
		font-size: 24px;
		line-height: 24px;
		text-align: left;
	}
	.inner h1 span {
		font-size: 24px;
		line-height: 24px;
	}
	.inner.not-found h1 span {
		font-size: 105px;
		line-height: 100px;
	}
	.inner.not-found h1 strong {
		font-size: 105px;
		line-height: 100px;
	}
	.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;
		line-height: 16px;
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 600px) {
	.container {
		max-width: 90%;
	}

	header {
		padding: 19px 0;
	}

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

	header.active {
		background: #d3e7e1;
	}

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

	.inner {
		padding: 95px 0 10px 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 {
		margin: 85px 0 0 0;
		padding: 18px 0;
		position: relative;
	}

	footer .menu li {
		margin: 10px 5px;
	}
	footer .container .logo {
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translate(-50%, -25px);
	}
	.showcase__img::before {
		top: 4px;
	}
	.showcase__img {
		max-width: 160px;
		min-width: 160px;
	}
	.showcase__img img {
		width: 100%;
	}
	.showcase__rating {
		max-width: 160px;
		min-width: 160px;
	}
}
