@media screen and (max-width: 750px) {
	.site-header{padding:0rem 1rem!important;padding-bottom: .3rem !important;}
	.logo a > img {max-width:100%;}
	#desktop-menu {display:none}
	#mobile-menu {display:block!important;}
	#site-header-language {text-align:right!important;}
	.language > a {margin-right:.1rem!important;}
	.language > a > img{max-width:100%;height: 16px;}
	#site-header-contact {display:none;}
	#site-header-button > a {width:auto!important;}
	.btn {padding: .5rem .8rem;font-size:14px;}
	.site-header::after { left: 5px; bottom: -2.3rem!important;}
	.swiper{height:auto!important;}
	.swiper-button-prev,.swiper-button-next{display:none!important;}
	.about-history-tow {margin-bottom:3rem;}
	.project-section {padding-top:0;}
	.section-bg-wrapper-two-container {text-align:left;}
	.btn-items{text-align:left;margin-top: 3rem!important;}
	.btn-secondary-full:after,.btn-secondary-full:after,.btn-dark-gray-full:after,.btn-dark-light-full:after{bottom: 1px;right: 1px;padding:1px;}
	.section-bg-wrapper, .section-bg-wrapper > .site-bg-container {height:150px!important;}
	.container {width:auto!important;}
	.site-content {padding-bottom:4rem!important;padding-top:4rem!important;padding-left:.5rem;padding-right:.5rem;}
	.site-footer > .footer {padding:2rem 1rem!important;}
	.box-products .product-info .product-info-title span.title {font-size:large!important;}
	h1{font-size:calc(1.375rem + 1.5vw);}h2{font-size:calc(1.325rem + .9vw);}h3{font-size:calc(1.3rem + .6vw);}h4{font-size:calc(1.275rem + .3vw);}h5{font-size:calc(1.25rem + .2vw);}h6{font-size:calc(1rem + .2vw)!important;}
	.custom-cursor__cursor,.custom-cursor__cursor-two {
		display:none;
	}
}

@media only screen and (min-device-width: 750px) and (max-device-width: 1024px) {
	#desktop-menu {display:none}
	#site-header-contact {display:none;}
	#mobile-menu {display:block!important;}
}