@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.breakpointnote::before {
		content: "desktop";
	}

	/* upto desktop+*/
	html.beta .home-container.stats .bl {
		float: none;
		width: auto;
		display: inline-block;
		margin: 4px 5px 5px 5px;
		background: #f8f8f8;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
	}

	html.beta .products.grid .simple-prod .title,
	.white .simple-prod .title,
	html.beta .products.list .simple-prod .title {
		font-size: var(--type-p-side-menu-font-size);
		font-weight: 700;
	}

	html.beta .home-container.stats .box {
		text-align: center;
	}

	html.beta #pick-color {
		display: none !important;
	}

	html.beta .body-ua .profile .btn {
		width: 100%;
	}

	html.beta .body-ua .profile input[type="text"],
	html.beta .body-ua .profile input[type="password"],
	html.beta .body-ua .profile input[type="email"],
	html.beta .body-ua .profile input[type="tel"],
	html.beta .body-ua .profile select,
	html.beta .body-ua .profile #location-picker {
		max-width: 100%;
	}

	html.beta .im-messages .im-message-extra a.im-download {
		max-width: 100px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	/* html.beta .products.grid .simple-prod .price,
	html.beta .white .simple-prod .price {
		font-size: var(--type-p-tablet-font-size) !important;
	} */
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

	html.beta .isDesktop:not(.isTablet),
	html.beta .isMobile:not(.isTablet) {
		display: none !important;
	}

	html.beta header,
	html.beta footer,
	html.beta #home-search,
	html.beta body>section.content:not(.loc-home),
	html.beta .home-container {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	html.beta .body-ua header,
	html.beta body.body-ua,
	html.beta .body-ua>section.content:not(.dummy) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}