/***** TABLET *****/
@media only screen and (max-width: 1279px) {
	.main {
		width: 960px;
	}
	header nav li + li {
		padding-left: 10px;
	}

	.banner .main {
		top: 30px;
	}

	.filter-drop,
	.filter-checkboxes {
		width: 100%;
		padding-right: 0;
	}

	.filter-checkboxes {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 1025px) {
     header .top-menu li a {
                font-size: 12px;
        }
}
@media only screen and (max-width: 991px) {
	h1{
		font-size: 58px;
	}
	h2,
	.home h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 24px;
	}

	.main {
		width: 750px;
	}

	header nav {
		position: relative;
		margin-top: 15px;
		text-align: center;
	}
	header nav ul {
		display: inline-block;
	}
	header nav a {
		font-size: 14px;
	}
	header nav li + li {
		padding-left: 18px;
	}
	header .top-menu {
		right: 0;
		top: 60px;
	}
	header .top-menu li {
		line-height: 40px;
	}
	header .top-menu li a {
		font-size: 12px;
	}

	.main-text {
		padding: 30px 0;
	}
	.main-text .main {
		margin-top: 0;
	}
	.banner .banner-text {
		width: 100%
	}
	.carousel-wrap .slick-dots {
		bottom: 20px;
	}

	.carousel-wrap,
	.carousel-wrap .slick-slide {
		height: 400px;
	}

	#content.home {
		padding-bottom: 0;
	}

	.filters-wrap {
		font-size: 16px;
	}

	.resources-wrap .filter-drop {
		width: 50%;
	}

	.download-wrap .form-col {
		max-width: 50%;
	}
	.download-wrap .btn-red {
		margin: 30px 0 0 0;
	}

	.product-item .item-name {
		font-size: 12px;
	}

	footer .border-top {
		padding-left: 50px;
		padding-right: 50px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.tablet-hidden {
		display: none !important;
	}
	.tablet-visible {
		display: block !important;
	}
}

/***** MOBILE *****/

@media only screen and (max-width: 767px) {

	.btn-grey:after {
		width: 30px;
		height: 30px;
		top: 10px;
	}

	.mobile-show {
		display: block !important;
	}
	.mobile-hidden {
		display: none !important;
	}

	h1{
		font-size: 32px;
	}
	h2,
	.home h2 {
		font-size: 28px;
	}
	h3,
	h4 {
		font-size: 19px;
	}


	.main,
	.main-text .main,
	.home .main-text .main,
	.detail-wrap {
		width: 100%;
		padding-left: 35px;
		padding-right: 35px;
	}

	.three-cols,
	.two-cols {
		margin-left: 0;
		margin-right: 0;
	}

	.three-cols .col-item,
	.two-cols .col-item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.two-cols .col-item > div,
	.three-cols .col-item > div,
	#content > .main {
		padding-left: 0;
		padding-right: 0;
	}
	.three-cols .col-item > div.contact-wrap,
	.three-cols .col-item > div.quality-banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.tag {
		font-size: 12px;
	}

	header {
		padding-bottom: 9px;
		padding-top: 9px;
	}
	
	header .logo {
		display: none;
	}
	header .logo-mobile {
		display: inline-block;
	}
	header .mobile-btn {
		display: block;
		float: right;
		width: 50px;
		margin-top: 40px;
	}
	header .mobile-btn em {
		width: 100%;
		height: 8px;
		background: #3a3c3d;
		float: left;
	}
	header .mobile-btn em + em {
		margin-top: 8px;
	}
	header .close {
		display: block;
		position: absolute;
		top: 10px;
		right: 15px;
		color: #fff;
		font-size: 30px;
		line-height: 1;
		z-index: 5;
	}
	header .navigations-wrap {
		background: #eb242e;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 5;
		overflow: auto;
		padding: 20px 0; 
		display: none;
	}
	header .top-menu,
	header .login-btn {
		position: relative;
	}
	header nav a,
	header .login-btn {
		font-size: 27px;
		text-transform: none;
	}
	header .top-menu a,
	header .top-menu span {
		font-size: 18px;
	}
	header li,
	header .login-btn {
		width: 100%;
		text-align: left;
		background: transparent;
	}
	header .login-btn:hover {
		opacity: 1;
	}
	header .navigations-wrap a,
	header .navigations-wrap span:not(.close),
	header .login-btn {
		width: 100%;
		display: inline-block;
		padding-left: 20px;
		line-height: 2;
		color: #fff;
	}
	header a:hover {
		text-decoration: none;
	}
	header nav li + li,
	header .top-menu li + li {
		padding-left: 0;
	}
	header .top-menu,
	header .login-btn {
		top: 0;
	}
	header .top-menu {
		margin-top: 40px;
	}
	header .sub-menu {
		position: relative;
		left: 0;
		max-width: 100%;
		width: 100%;
		display: block;
		background: none;
		border: none;
		padding: 0 0 0 15px;
	}
	header .sub-menu ul {
		width: 100%;
	}

	.carousel-wrap,
	.carousel-wrap .slick-slide {
		height: 300px;
	}
	.carousel-wrap .slick-dots {
		display: none !important;
	}

	.banner .banner-text .btn {
		font-size: 14px;
		line-height: 36px;
		padding: 0 20px;
	}
	.banner .main {
		top: 40px;
	}

	#content,
	#content.home {
		padding-bottom: 0;
		background: #fff;
	}

	.main-text + div {
		margin-top: 0;
	}

	.main-text {
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
		font-size: 14px;
	}
	
	.main-text h2 {
		margin-bottom: 20px;
	}

	.main-text .main {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.profile-form, .contact-form {
		padding-bottom: 20px;
	}

	.form-wrap .btn {
		width: 100%;
		margin-top: 0;
	}

	.form-wrap input[type='tel'], 
	.form-wrap select {
		max-width: 100%;
	}

	#content .detail-wrap p {
		margin-bottom: 20px;
	}

	.detail-wrap h4 {
		margin-bottom: 10px;
	}

	.download-wrap {
		padding: 35px;
	}

	.pagination-wrap {
		bottom: 0;
	}

	.detail-wrap.mobile-p-none {
		padding-top: 0;
		padding-bottom: 0;
	}

	.filter-checkboxes ul li {
		width: 50%;
	}
	.filters-result .product-item {
		width: 50%;
		height: 134px;
	}
	.filters-result .product-item .item-icon {
		height: 80px;
	}
	.resources-wrap .filter-drop {
		width: 100%;
	}

	.resources-wrap .filter-drop + .filter-drop {
		margin-top: 20px;
	}

	.resources-wrap > .main {
		padding: 0 20px;
	}

	.resources-wrap .detail-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.filters-result {
		margin-bottom: 25px;
	}

	.detail-wrap.detail-description {
		padding-bottom: 0;
	}

	.detail-description .check-icon:before {
		width: 30px;
		height: 30px;
		background-size: 100% auto;
		left: -45px;
	}
	.detail-wrap.detail-description > h4 {
		padding-left: 0;
	}
	.detail-wrap.detail-description .col-item {
		padding-left: 45px;
	}

	.download-wrap h3 {
		font-size: 19px;
	}

	.helps-wrap .quality-banner {
		margin-bottom: 50px;
	}
	.helps-wrap .contact-wrap {
		padding-right: 20px;
		padding-left: 20px;
		height: 200px;
	} 

	.detail-description .detail {
		margin-right: -15px;
		margin-left: -15px;
	}

	.detail-description .detail {
		padding: 20px;
	}
	.detail-description .detail .product-item {
		margin-bottom: 15px;
	}
	.detail-description .detail .product-item,
	.detail-description .detail .desc-item {
		width: 100%;
		padding: 0 15px;
	}
	.detail-description .download-link i {
		position: relative;
		left: 0;
		margin-right: 10px;
	}


	footer {
		margin-top: 40px;
	}
	footer .border-top {
		padding: 20px 35px 0;
		margin-right: -35px;
		margin-left: -35px;
	}
	footer .socials-wrap li {
		padding: 0 10px;
	}

}

@media only screen and (max-width: 479px) {
	.tag {
		font-size: 12px;
	}
	header .logo-mobile {
		width: 100px;
	}
	header .mobile-btn {
		width: 35px;
		margin-top: 33px;
	}
	header .mobile-btn em {
		height: 4px;
	}

	.main-text h2 br {
		display: none;
	}

	.carousel-wrap, 
	.carousel-wrap .slick-slider {
		height: inherit;
	}

	.carousel-wrap img {
		height: 300px;
		width: auto;
		max-width: inherit;
	}

	.filters-wrap {
		font-size: 15px;
	}
	.filter-drop select {
		height: 30px;
		background-size: 7px auto;
	}
	.filter-checkboxes ul li {
		width: 100%;
	}

}

@media only screen and (min-width: 768px) {
	header .navigations-wrap {
		display: block;
	}
}
