.header-resp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 10;
	padding: 0 24px;
	box-sizing: border-box;
}

.header-logo {
	width: 80px;
}

.header-logo img {
	width: 100%;
}

@media only screen and (max-width: 1600px) {
	.category-icon {
		font-size: 1.25rem;
	}

	.category-icon img {
		width: 128px;
		margin-right: -32px;
	}
}

@media only screen and (max-width: 1200px), screen and (max-height: 720px) {
	:root {
		font-size: 14px;
	}
	
	.header-resp {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.left-navbar {
		display: none;
	}
	
	:root {
		--navbar-width: 0px;
	}
}

@media only screen and (max-width: 800px) {
	.home-ritam {
		background-size: 1200px auto;
		height: 120px;
		margin: 24px 0;
		animation: moveBackgroundResp 10s infinite linear;
	}

	@keyframes moveBackgroundResp {
		0% {
			background-position-x: 0;
		}
		100% {
			background-position-x: -1200px;
		}
	}
	
	.menu-icon.menu-icon-products {
		display: none;
	}
	
	.home-faq .content {
		padding: 0;
		padding-left: 48px;
	}
	
	.home-section .content h2.faq-title {    
		font-size: 1.5rem;
	}
	.faq-title:before {
		top: 8px;
		left: -40px;
	}
	
	.faq-accordion-item::before {
		top: 49px;
		width: 20px;
	}
	 .faq-accordion-item::after {
		top: 40px;
		right: 9px;
		height: 20px;
	}
	
	.category-icon {
		font-size: 1.125rem;
		text-align: center;
		margin: 0 12px;
	}

	.category-icon img {
		display: block;
		margin: auto;
		width: 80px;
	}
	
	.footer .content h2 {
		font-size: 3rem;
	}
	
	.footer-top {
		flex-direction: column-reverse;
	}

	.footer-top .left-side {
		margin-bottom: 0;
	}
	.footer-top .right-side {
		max-width: 640px;
		margin: auto;
	}
	
	.footer-top .right-side p {
		margin-bottom: 0;
		margin-top: 0;
	}
	.footer-top .right-side p:last-child {
		text-align: center;
	}
	
	.footer-top .right-side input {
		margin-bottom: 16px;
	}
	
	.footer-top .right-side p:last-child {
		width: fit-content;
		margin: auto;
		margin-top: 16px;
	}

	.footer-contact-item {
		text-align: center;
	}
	
	.home-section .content .home-columns {
		display: block;
	}
	
	.home-section .content .home-columns .left-side, .home-columns .right-side {
		width: 100%;
		box-sizing: border-box;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.brend .content .home-columns .right-side {
		align-items: center;
	}
	
	.footer-bottom-columns {
		gap: 12px;
		justify-content: center;
	}

	.footer-bottom-column {
		border-top: none;
		flex: 0;
	}
	.footer-bottom-column a:first-child {
		display: none;
	}

	.footer-copyright
	{
		text-align: center;
	}
}

@media only screen and (max-width: 640px), screen and (max-height: 720px) {
	.menu-fullscreen .menu-icon {
		top: 24px;
		right: 24px;
	}

	.menu-fullscreen .content a {
		font-size: 2rem;
		padding: 12px;
		margin: 12px;
	}
	
	.footer-top .right-side p:first-child {
		display: block;
	}
}

@media only screen and (max-width: 480px), screen and (max-height: 720px) {
	.menu-fullscreen .content a {
		font-size: 1.5rem;
	}
	
	.category-icons {
		padding-top: 32px;
	}
	
	.category-icon {
		font-size: 1rem;
		margin: 0 8px;
	}
	
	.home-faq .content {
		padding-left: 32px;
	}
	
	.home-section .content h2.faq-title {
		font-size: 1.5rem;
	}
	.faq-title:before {
		top: 8px;
		left: -32px;
	}
	
	.faq-accordion-item::before {
		top: 47px;
		width: 16px;
	}
	 .faq-accordion-item::after {
		top: 40px;
		right: 7px;
		height: 16px;
	}
	
	.footer .content h2 {
		font-size: 2.5rem;
	}
}