@media only screen and (max-width: 1200px) {
	html {
		font-size: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.header .menu-link {display: block;}
	.header .right {display: none;}
	html {padding-top: 50px;height: 14px;}
	.mainscreen-header {background: red;}
	.mainscreen-header {background: #2f2f2f;width: 100%;height: 5rem;margin-top: -5rem;}
	.header .menu-link {/* display: none; */}
	.header .links {display: none;}
	.header {background: #7e7e7e;}
	.header {height: 50px;background: #0b3e4fb5;position: fixed;top: 0;backdrop-filter: blur(5px);}
	.header .logo img {height: 100%;padding: .25rem;width: auto;padding-left: 1rem;padding-right: 1rem;background: none !important;box-shadow: none;border: none;padding: 0;}
	.header .wrapper .left {height: 100%;}
	.header .menu-link {height: 100%;}
	.btn-menu {height: 100%;width: 40px;padding: .5rem;border-radius: .5rem;border: 1px solid #57b6d6;box-shadow: 0 1rem 2rem -0.3rem rgb(0 192 255 / 30%) !important;background: linear-gradient(45deg, #458296, #58b9d9) !important;}
	.header .logo {margin: 0;background: none;width: 5rem;}
	.header .wrapper .left {justify-content: space-between;width: 100%;flex-direction: row-reverse;}
	.btn-menu {/* display: flex; */}
	.header .menu-link {display: block;}
.mainscreen::after {/* width: 100%; */transform: rotate(0);width: 100%;left: 0;}
.card-numbers .slick-next {
	display: none;
}
.card-numbers .slick-prev {
	display: none;
}
	.mainscreen {margin-top: -50px;}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 13px;
	}
	.card-numbers .inner-bottom {flex-direction: column;text-align: left;width: 100%;align-items: baseline;}

.card-numbers .inner-bottom .price {margin-bottom: 1rem;width: 100%;}

.card-numbers .sub-title {margin-bottom: 1rem;}
.card-numbers .inner-bottom .btn {width: 100%;}	
}
@media only screen and (max-width: 360px) {
	html {
		font-size: 12px;
	}
}