@media only screen and (max-width: 768px) {
	.ms-sizes {
		display: block !important;
		width: auto !important;
		height: auto !important;
		margin: 0 0 10px 0 !important;
		background: none !important;
		border-radius: 5px !important;
		color: #e84c3d;
		border: solid 1px #e84c3d;
	}
	.ms-header-wrap {
		display: none;
	}
	.ms-left {
		display: none;
	}
	.ms-content {
		width: 100%;
	}
	.ms-width {
		padding: 0 10px;
	}
	.ms-banner {
		height: 120px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.ms-main-banners {
		height: 120px;
		margin-bottom: 15px;
	}
	.ms-main-banners .lSPager {
		display: none;
	}
	.ms-news {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.ms-news > div {
		width: 100%;
		margin-bottom: 20px;
	}
	h1 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.ms-sections > a {
		width: 49%;
	}
	.ms-sections > a > div:nth-child(1) {
		height: 140px;
		margin-bottom: 10px;
	}
	.ms-sections > a > div:nth-child(2) {
		padding: 0;
		font-size: 15px;
		line-height: 20px;
	}
	.ms-tabs-tab {
		justify-content: flex-start;
	}
	.ms-tabs-tab > a {
		margin-right: 20px;
		font-size: 14px;
		line-height: 17px;
	}
	.ms-reviews > div {
		height: auto;
		padding: 10px;
	}
	.ms-reviews-points {
		padding: 0 0 25px 0;
	}
	.ms-reviews-btn {
		display: flex;
		flex-direction: column;
	}
	.ms-reviews-btn > a {
		text-align: center;
		display: inline-block;
		margin-bottom: 15px;
	}
	.ms-footer-top {
		display: none;
	}
	.ms-footer {
		display: block;
		padding: 0 0 0;
	}
	.ms-footer > div {
		width: 100%;
		height: 52px;
		overflow: hidden;
		border-bottom: solid 1px #eee;
		padding: 0 0 15px 0;
	}
	.ms-footer > div header {
		color: #555;
		padding: 20px 10px 10px;
		margin-bottom: 5px;
	}
	footer {
		background: #f5f5f5;
		color: #555;
	}
	footer .ms-width {
		padding: 0;
	}
	.ms-footer > div a {
		padding: 0 0 0 10px;
		margin-bottom: 5px;
		color: #777;
	}
	.ms-footer-copy {
		font-size: 12px;
		background: #666;
		padding: 15px 0;
	}
	.ms-footer-copy a {
		font-size: 12px;
	}
	.ms-footer > div header:first-child:after {
		content: '›';
		position: absolute;
		right: 20px;
		font-size: 30px;
		color: #999;
		cursor: pointer;
		font-weight: 300;
		font-family: 'HelveticaNeueCyr-Light';
		transition: all 0.3s ease-in-out;
	}
	.ms-footer > div header:first-child.show:after {
		transform: rotate(90deg);
	}
	.ms-header-mobile {
		position: fixed;
		left: 0;	
		top: 0;
		width: 100%;
		padding: 15px 15px 14px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #ff7d00;
		z-index: 200;
		color: #fff;
	}
	body {
		margin-top: 56px;
	}
	.ms-mlogo {
		text-transform: uppercase;
		color: #fff;
		font-size: 13px;
		line-height: 20px;
		font-family: 'HelveticaNeueCyr-Light';
		display: block;
	}
	[href='#mmenu'] {
		width: 18px;
		height: 2px;		
		display: block;
		position: relative;
		background: #fff;
		height: 2px;
		border-radius: 1px;
	}
	[href='#mmenu']:before {
		content: ' ';
		position: absolute;
		left: 0;
		top: -7px;
		display: block;
		height: 2px;
		width: 100%;
		background: #fff;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		border-radius: 1px;
	}
	[href='#mmenu']:after {
		content: ' ';
		position: absolute;
		left: 0;
		top: 7px;
		display: block;
		height: 2px;
		width: 100%;
		background: #fff;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		border-radius: 1px;
	}
	[href='#mmenu'].active {
		height: 0;
	}
	[href='#mmenu'].active:before {
		transform: rotate(45deg);
		top: 0;
	}
	[href='#mmenu'].active:after {
		transform: rotate(-45deg);
		top: 0;
	}
	[href='#msearch'] {
		background: url('../images/zoom.png') no-repeat center / contain;
		width: 18px;
		height: 18px;
		display: block;
	}
	[href='#mphone'] {
		background: url('../images/phone.png') no-repeat center / contain;
		width: 18px;
		height: 18px;
		display: block;
	}
	[href='#mbasket'] {
		background: url('../images/basket.png') no-repeat center / contain;
		width: 18px;
		height: 18px;
		display: block;
	}
	.ms-msearch {
		z-index: 210;
		width: 100%;
		overflow-y: hidden;
	}
	.ms-msearch input {
		width: 100%;
		height: 50px;	
		background: #fff;
		border: none;
		padding: 6px 40px 4px;
	}
	.ms-msearch .return {
		transform: rotate(180deg);
		position: absolute;
		left: 12px;
		top: 16px;
		font-size: 30px;
		color: #999;
		cursor: pointer;
		font-weight: 300;
		font-family: 'HelveticaNeueCyr-Light';
		z-index: 220;
		cursor: pointer;
	}
	.ms-msearch [href='#mclose'] {
		position: absolute;
		right: 54px;
		top: 15px;
		opacity: 0.6;
		display: none;
		width: 16px;
		height: 18px;
		background: url('../images/close_b.png') no-repeat center center / contain;
	}
	.ms-msearch [href="#msearchclose"] {
		position: absolute;
		right: 23px;
		top: 15px;
		opacity: 0.6;
		display: block;
		width: 16px;
		height: 18px;
		background: url('../images/zoom_b.png') no-repeat center center / contain;
	}
	.ms-mphone {
		width: 100%;
		padding: 66px 10px 10px 10px;		
		font-size: 16px;	
		line-height: 22px;
	}
	.ms-mphone a {
		font-size: 16px;	
		line-height: 22px;
	}
	.ms-mmenu {
		width: 80%;
		height: 100%;
		padding-top: 56px;
	}
	.ms-mmenu a {
		display: block;
		color: #666;
		padding: 13px 30px 10px 10px;
		margin-left: 10px;
		font-size: 18px;
		line-height: 20px;
		border-bottom: solid 1px #ccc;
		position: relative;
	}
	.ms-mmenu a:after {
		content: '›';
		position: absolute;
		right: 20px;
		font-size: 30px;
		color: #999;
		cursor: pointer;
		font-weight: 300;
		font-family: 'HelveticaNeueCyr-Light';
	}
	.ms-mmenu a.no-arrow:after {
		display: none;
	}
	.ms-txt img {
		width: 100%;
	}
	.ms-txt {
		padding-top: 15px;
	}
	.ms-breadcrumb, .ms-catalog-header, .ms-controls {
		display: none;
	}
	.ms-pager {
		margin-top: 0px;
	}
	.ms-categories {
		margin-top: 65px;
	}
	.ms-categories > a {
		width: 49%;
		font-size: 12px;
		font-weight: normal;
	}
	.ms-pager span:after {
		content: ' ';
		display: block;
		margin-top: 10px;
	}
	.ms-pager a, .ms-pager li span {
		margin-left: 0;
		display: inline-block;
		width: 26px;
		height: 26px;
		background: #eee;
		border-radius: 50%;
		text-align: center;
		padding-top: 6px;
		margin-right: 5px;
	}
	.ms-pager li a, .ms-pager li span {
		margin-left: 0px;
	}
	.ms-pager a[acitve] {
		background: #e84c3d;
		color: #fff;
	}
	.ms-pager ul {
		margin-left: 0px;
	}
	.ms-good {
		width: 100%;
	}
	.by2 .ms-good {
		width: calc(50% - 5px);
	}
	.by2 .ms-good > div:nth-child(1) {
		height: 135px;
	}
	.byline .ms-good {
	}
	.ms-control-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		left: 0;
		top: 48px;
		padding: 10px 15px;
		width: 100%;
		background: #fff;
		z-index: 155;
		border-bottom: solid 1px #eee;
	}
	.ms-msort {
		background: #eee;
		padding: 7px 12px;
	}
	.ms-msort.active {
		background: #f7d9d7;
	}
	.ms-mfilter {
		background: #eee;
		padding: 7px 12px;
	}
	.ms-mfilter.active {
		background: #f7d9d7;
	}
	.ms-mview {
		border: solid 1px #666;
		padding: 4px 4px 0 4px;
	}
	.ms-passport {
		display: block;
		margin-bottom: 20px;
	}
	.ms-passport-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.ms-passport-right {
		width: 100%;
	}
	.ms-slide {
		height: 300px;
	}
	.ms-good-mobile { 
		display: block;
		padding: 13px 10px 15px;
		border-bottom: solid 1px #eee;
	}
	.ms-basket-view {
		display: block;
	}
	.ms-basket-items {
		width: 100%;
		margin-bottom: 30px;
	}
	.ms-basket-total {
		width: 100%;
	}
	.ms-order {
		display: block;
	}
	.ms-order-params {
		width: 100%;
	}
	.ms-order-delivery {
		width: 100%;
	}
	.ms-basket-item > div:nth-child(2) > *:nth-child(2) {
		font-family: 'HelveticaNeueCyr-Light';
	}
	.ms-basket-item > div:nth-child(2) > *:nth-child(4) {
		right: 4px;
		top: 5px;
		position: absolute;
	}
	.ms-basket-item > div:nth-child(2) {
		position: relative;
		flex-wrap: wrap;
	}
	.mobile-hide {
		position: relative;
	}
	.mobile-hide:after {
		content: '›';
		position: absolute;
		right: 0px;
		font-size: 30px;
		color: #999;
		cursor: pointer;
		font-weight: 300;
		font-family: 'HelveticaNeueCyr-Light';
		transform: rotate(90deg);
		transition: all .2s linear;
	}
	.mobile-hide.active:after {
		transform: rotate(270deg);
	}
	.mobile-hide ~ .ms-txt {
		display: none;
	}
	.ms-msort-box {
		top: 100px;
		width: 100%;
		padding: 10px;
	}
	.ms-mfilter-box {
		top: 100px;
		width: 100%;
		padding: 10px;
		height: calc(100vh - 100px);
		overflow-y: scroll;
	}
	.ms-filter header {
		background: #f7d9d7;
		padding: 10px;
	}
	.ms-filter {
		margin: 0 0 20px 0;
	}
	.ms-filter header:after {
		right: 10px;
	}
	.ms-msort-box a {
		display: block;
		margin-bottom: 10px;
		background: #f7d9d7;
		padding: 10px;
		text-align: center;
	}
	.ms-display-block {
		display: block;
		text-align: center;
	}
	.ms-tabs-tab {
		flex-wrap: wrap;
	}
	.ms-tabs-tab a {
		margin-top: 10px;
	}	
	.ms-2col {
		flex-wrap: wrap;
	}
	.ms-2col > div {
		width: 100%;
	}
	.ms-desktop {
		display: none;
	}
	.ms-mobile {
		display: block;
	}
	.ms-form-row > input[type='text'], .ms-form-row input[type='text'], .ms-form-row input[type='password'] {
		margin-top: 0px;
	}
	.ms-basket-item > div:nth-child(2) > *:nth-child(1) {
		display: none;
	}
	[name='input-samovivoz-date'], [name='input-mvdelivery-date'] {
		display: block;
		margin: 30px 0;
	}
	.table-responsive {
		width: 100%;
		overflow-x: scroll;
	}
	.ms-mreview {
		padding-top: 20px;
	}
	#vk_comments_all > div > div:nth-child(1) {
		width: 70px;
	}
	.ms-mrow .ms-good > div:nth-child(2), .ms-mrow .ms-good > div:nth-child(3), .ms-mrow .ms-good > div:nth-child(4), .ms-mrow .ms-good > *:nth-child(5) {
		display: none;
	}
	.ms-mrow .ms-good {
		display: flex;
	}
	.ms-mrow .ms-good > *:nth-child(6) {
		display: flex;
	}
	.ms-mrow .ms-good > *:nth-child(1) {
		border-bottom: none;
		width: 100px;
		height: 100px;
	}
	.ms-mitem-col2 {
		display: flex;
		flex-direction: column;
	}
	.ms-mitem-col1 {
		margin: 0 10px;
		max-width: 200px;
	}
	.ms-mname {
		font-size: 13px;
		color: #666;
	}
	.ms-mprice {
		font-size: 13px;
		font-family: "HelveticaNeueCyr-Bold";
		color: #e84c3d;
	}
	.ms-marticul {
		font-size: 13px;
		color: #666;
	}
	.ms-mavail {
		font-size: 13px;
		color: #000;
	}
	.ms-form-modify {
		width: 100%;
		left: 0px;
		top: 10%;
		padding: 10px;
	}
	.ms-header-btn {
		display: none;
	}
	.ms-show-rene, .ms-show-extreme {
		left: 0;
		width: 100%;
	}
}
