@media screen and (max-width: 768px) {
	.posts {
		flex-direction:column;
	}  
	.posts__info {
		width:100%;
		margin-bottom:15px;
	}
	.posts__items p {
		font-size: 16px;
	}
	.posts__items img {
		border-radius:0;
	}
	header .menu {
		display: none;
	}
	.mobile-menu {
		display: flex;
	}
	header .row {
		/* flex-direction: column; */
		/* justify-content: center; */
		align-items: center;
		gap: 30px;
	}
	header .row .logo {
		height: 30px;
		position: relative;
		z-index: 9;
		left: 0;
		transform: none;
		width: auto;
	}
	.mobile-menu li {
		color: #111;
		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;
		border-radius: 17px;
		padding: 0;
		
		/* background-color: #f9f9f9; */
	}
	.showcase a {
	flex-wrap: wrap;
	}
	.showcase__item {
		height: 65px;
		gap: 0;
		border-radius: 9px 9px 0 0;
		padding: 10px;
		/* background: #f9f9f9; */
	}
	.showcase__item:nth-child(2n) {
		border-radius: 0 0 9px 9px;
		justify-content: space-between !important;
			
	}
	.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__bonus {
		border-radius:13px;
		font-size: 12px;
		padding: 8px 10px;
		width: 45%;
	}
	.showcase__img img {
		height: 60px;
		border-radius: 9px;
		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: 50%;
		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: 48px;
		line-height: 48px;
	}
	.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: #1f2128;
		text-align: center;
		font-size: 105px;
		font-style: normal;
		font-weight: 700;
		line-height: 100px;
	}
	.inner.not-found h2 {
		color: #1f2128;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		line-height: 16px;
		margin: 0 0 40px 0;
	}
	.logos {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@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 .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: #d3e7e1;
	}

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

	header .menu li {
		color: #1f2128;
	}

	.inner {
		padding: 25px 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;
		line-height: 22px;
		text-align: center;
	}

	.cnt h3, .menu__title {
		margin: 0 0 25px 0;
		font-size: 15px;
		line-height: 21px;
		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;
	}
}
