/*                         7
transition: all 0.3s ease-in-out;
background: linear-gradient(270deg, #EF6B32 1.67%, #EF8343 40.08%, #F7AB32 100%);
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
*/
@font-face {
	font-family: "HelveticaNeueCyr-Roman";
	src: url("../fonts/HelveticaNeueCyr-Roman.eot"); /* IE9 Compat Modes */
	src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../fonts/HelveticaNeueCyr-Roman.otf") format("opentype"), /* Open Type Font */
		url("../fonts/HelveticaNeueCyr-Roman.svg") format("svg"), /* Legacy iOS */
		url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), /* Modern Browsers */
		url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HelveticaNeueCyr-Light";
	src: url("../fonts/HelveticaNeueCyr-Light.eot"); /* IE9 Compat Modes */
	src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../fonts/HelveticaNeueCyr-Light.otf") format("opentype"), /* Open Type Font */
		url("../fonts/HelveticaNeueCyr-Light.svg") format("svg"), /* Legacy iOS */
		url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), /* Modern Browsers */
		url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HelveticaNeueCyr-Bold";
	src: url("../fonts/HelveticaNeueCyr-Bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../fonts/HelveticaNeueCyr-Bold.otf") format("opentype"), /* Open Type Font */
		url("../fonts/HelveticaNeueCyr-Bold.svg") format("svg"), /* Legacy iOS */
		url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), /* Modern Browsers */
		url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html {
	scroll-behavior: smooth;
}
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	margin: 170px 0 0 0;
	padding: 0;
	font-family: 'HelveticaNeueCyr-Roman', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #434343;
	background: #f0f0f0;
}
a {
	font-family: 'HelveticaNeueCyr-Roman', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #434343;
	text-decoration: none;
}
.ms-header-wrap {
	background: #f0f0f0;
	padding: 15px 0 0;	
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0px;
	left: 0px;
/*	border-bottom: solid 1px #d8d8d8;*/
}
.ms-header-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 94px;
}
.ms-header-menu a {
	background: #fbfbfb;
	color: #222;
	border: solid 1px #d8d8d8;
	padding: 5px 12px 3px;
	border-radius: 18px;
	margin: 0 15px;
	transition: all 0.3s ease-in-out;
}
.ms-header-menu a:hover {
	background: #333;
	color: #fff;
}
.ms-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0 15px;
}
.ms-width {
	max-width: 1200px;
	margin: 0 auto;
}
.ms-header-bottom {
	height: 20px;
	background: #fff;
	border-radius: 20px 20px 0 0;
}
.ms-search {
	transition: all 0.3s ease-in-out;
	background: #fbfbfb;
	color: #222;
	border: solid 1px #d8d8d8;
	border-radius: 25px;
	padding: 16px 25px 11px;
	font-size: 18px;
	line-height: 21px;
	width: 100%; /*calc(100vw / 3); */
	cursor: pointer;
/*	max-width: 500px;*/
}
.ms-search:hover {
/*	background: #555;*/
}
.ms-search::-webkit-input-placeholder {
	color: #555;
}
.ms-search:-ms-input-placeholder {
	color: #555;
}
.ms-search::-moz-placeholder {
	color: #555;
}
.ms-search:-moz-placeholder {
	color: #555;
}
.ms-search:focus {
	background: #fff;
	color: #000;

}
.ms-search:focus::-webkit-input-placeholder {
	color: #000;
}
.ms-search:focus:-ms-input-placeholder {
	color: #000;
}
.ms-search:focus::-moz-placeholder {
	color: #000;
}
.ms-search:focus:-moz-placeholder {
	color: #000;
}
[href='#phone'] {
	background: url('../images/phone.png') no-repeat center top / 28px;
	padding: 42px 0 0 0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	filter: invert(1);
}
/*
[href='#phone'] {
	background: url('../images/phone.png') no-repeat left top / 28px;
	padding: 15px 0 38px 42px;

	color: #fff;
	font-size: 16px;
	cursor: pointer;
	filter: invert(1);
}*/
[href='#phone'] a {
	font-size: 16px;
	color: #eee;
}
[href='#personal'] {
	background: url('../images/personal.png') no-repeat center top / 28px;
	padding: 42px 0 0 0;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	filter: invert(1);
}
[href='#personal']:hover {
	opacity: 0.7;
}
[href='#basket'] {
	background: url('../images/basket.png') no-repeat center top / 28px;
	padding: 42px 0 0 0;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	filter: invert(1);
}
[href='#basket']:hover {
	opacity: 0.7;
}
.ms-content-wrap {
	display: flex;
	justify-content: space-between;
}
.ms-left {
	width: 23%;
	margin-left: -20px;
}
.ms-content {
	width: 76%;
}
.ms-content.ms-w100 {
	width: 100%;
}
.ms-left header {
	padding: 5px 20px;
	font-size: 18px;
	color: #000;
}
.ms-sections-left a {
	display: block;
	padding: 8px 20px 6px;
	font-size: 17px;
	color: #999;
	margin: 3px 0;
	transition: all 0.3s ease-in-out;
	text-transform: lowercase;
}
.ms-sections-left a:first-letter {
	text-transform: uppercase;
}
.ms-sections-left a:hover {
	background: #f3f3f3;
	color: #000;
	border-radius: 8px;
}
.ms-banner {
	height: 300px;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
#ms-main-banners {
}
.ms-news {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.ms-news > div {
	width: 28%;
}
.ms-news > div span {
	color: #999;
	display: inline-block;
	margin: 0 0 5px 0;
}
.ms-news > div a {
	color: #d9604b;
	text-decoration: underline;
}
h1 {
	font-size: 32px;
	line-height: 38px;
	font-family: 'HelveticaNeueCyr-Roman', sans-serif;	
	margin-bottom: 30px;
}
.img-responsive {
	width: 100%;
}
.ms-sections {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ms-sections > a {
	display: block;
	width: 24%;
	margin-bottom: 25px;
}
.ms-sections > a > div:nth-child(1) {
	height: 200px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.ms-sections > a > div:nth-child(2) {
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	padding: 0 20px;
}
.ms-reviews-btn {
	padding: 30px 0;
	border-bottom: solid 1px #eee;
}
.ms-btn-grn, #continue-button {
	background: #2db762;
	color: #fff;
	padding: 13px 30px 10px;
	border-radius: 5px;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}
.ms-btn-grn:hover, #continue-button:hover {
	background: #0d9742;
}
.ms-btn-grn-inv {
	border: solid 1px #2db762;
	color: #2db762;
	font-size: 18px;
	padding: 13px 30px 10px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.ms-btn-grn-inv:hover {
	color: #0d9742;
	border: solid 1px #0d9742;
}
.ms-reviews {
	margin: 20px 0;
}
.ms-reviews > div {
	padding: 20px 20px 10px;
	height: 110px;
}
.ms-reviews.no-slider > div {
	height: auto;
}
.ms-reviews > div > div:nth-child(1) {
	color: #999;
	font-size: 17px;
	font-family: 'HelveticaNeueCyr-Light', sans-serif;
}
.ms-reviews > div > div:nth-child(1) span {
	color: #000;
	font-family: 'HelveticaNeueCyr-Bold', sans-serif;
	font-size: 17px;
}
.ms-reviews > div > div:nth-child(2) {
	padding: 20px 0 0 0;
	color: #555;
	font-size: 14px;
	line-height: 21px;
}
.ms-tabs-tab {
	display: flex;
	border-bottom: solid 1px #eee;
	margin: 20px 0;
}
.ms-tabs-tab > a {
	display: inline-block;
	margin-right: 30px;
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 10px;
	color: #aaa;
}
.ms-tabs-tab > a[active] {
	color: #000;
	border-bottom: solid 2px #444;
}
.ms-reviews-points {
	display: flex;
	justify-content: center;
	border-bottom: solid 1px #eee;
	padding: 0 0 30px 0;
}
.ms-reviews-points div {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 7px;
	background: #eee;
}
.ms-reviews-points div[active] {
	background: #444;
}
.ms-txt {
	color: #666;
	font-family: "HelveticaNeueCyr-Light";
	line-height:22px;
}
.ms-txt a {
	text-decoration: underline;
}
h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
footer {
	background: #3d3d3d;
	color: #fff;
	margin-top: 30px;
}
footer a {
	color: #fff;
}
.ms-footer-top {
	background: #eee;
	border-radius: 0 0 20px 20px;
	height: 20px;
}
.ms-footer {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
}
.ms-footer > div {
	width: 23%;
}
.ms-footer > div a {
	display: block;
	color: #b5bdb2;
	font-family: 'HelveticaNeueCyr-Light';
	line-height: 24px;
}
.ms-footer > div a:hover {
	color: #fff;
}
.ms-footer > div header {
	color: #fff;
	font-size: 17px;
	margin-bottom: 15px;
}
.ms-footer-copy {
	font-family: 'HelveticaNeueCyr-Light';
	text-align: center;
	padding: 20px 0;
	color: #b5bdb2;
}
.ms-footer-copy a {
	color: #b5bdb2;
	font-family: 'HelveticaNeueCyr-Light';
	text-decoration: underline;
}
.ms-main-banners {
	margin-bottom: 30px;
}
.ms-main-banners .lSPager li a {
	background-color: #999 !important;
}
.ms-main-banners .lSPager li.active a {
	background-color: #ed7368 !important;
}
.ms-main-banners {
	height: 350px;
	overflow: hidden;
}
.ms-show-box {
	position: relative;
	display: block;
	opacity: 1.0;
}

.ms-show-box div {
	left: -60px;
	z-index: 100;
	position: absolute;
	display: none;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	color: #000;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.ms-dmenu {
	left: 0px;
	top: 68px;
	z-index: 100;
	position: absolute;
	display: none;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	color: #000;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.ms-dmenu a {
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 16px;
	color: #000;
	line-height: 30px;
	display: block;
	position: relative;
}
.ms-dmenu > div > a {
	padding-right: 30px;
}
.ms-dmenu > div > a:after {
	content: '›';
	position: absolute;
	right: 0;
	font-size: 30px;
	color: #999;
	cursor: pointer;
	font-weight: 300;
	font-family: 'HelveticaNeueCyr-Light';
	transition: all 0.3s ease-in-out;
	z-index: 90;
}
.ms-show-box div {
	white-space: nowrap;
	color: #666;
}
.ms-show-box div a {
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.ms-show-box:hover div {
	display: block;
}
.ms-search-box {
	position: relative;
	flex-grow: 0.6;
}
.ms-search-box [href='#close'] {
	position: absolute;
	right: 53px;
	top: 15px;
	opacity: 0.6;
	display: none;
	width: 18px;
	height: 20px;
	background: url('../images/close.png') no-repeat center center / contain;
}
.ms-search-box [href='#search'] {
	filter: invert(1);
	position: absolute;
	right: 19px;
	top: 14px;
	opacity: 0.6;
	width: 20px;
	height: 20px;
	background: url('../images/zoom.png') no-repeat center center / contain;
}
.ms-search:focus + a {
	background: url('../images/close_b.png') no-repeat center center / contain;
}
.ms-search:focus + a + a {
	background: url('../images/zoom_b.png') no-repeat center center / contain;
}
.ms-map {
	position:relative;
	overflow:hidden;
}
.ms-sections-sub {
	margin: 0 0 0 20px;
}
.ms-sections-sub a {
	font-size: 16px;
	margin: 3px 0 1px 0;
	padding: 8px 15px 4px 15px;
	text-transform: lowercase;
}
.ms-sections-sub a:first-letter {
	text-transform: uppercase;
}
.ms-sections-left a[active] {
	color: #000;
}
.ms-sections-left a[select] {
	color: #fff;
	background: #444;
	border-radius: 10px;
}
.ms-catalog-header h1 {
	margin: 30px 0 30px 0;
}
.ms-catalog-header {
	position: relative;
}
.ms-header-btn {
	position: absolute;
	top: 5px;
	right: 0px;
}
.ms-header-btn a {
	padding: 7px 10px 5px;
	display: inline-block;
	border-radius: 5px;
	color: #444;
	border: solid 1px #444;
}
.ms-header-btn a.filter {
	padding: 7px 10px 5px;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	background: #444;
}
.ms-breadcrumb, .ms-breadcrumb a {
	color: #999;
}
.ms-breadcrumb a, .ms-breadcrumb span {
	display: inline;
	margin: 0 10px;
	line-height: 22px;
}
.ms-breadcrumb a:hover {
	color: #000;
} 
.ms-breadcrumb a:first-child {
	margin: 0 10px 0 0;
}
[href='#three'] {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2241%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2222%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2228.6%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2235.203%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2235.203%22%20y%3D%226.6%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2228.6%22%20y%3D%226.6%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2222%22%20y%3D%226.6%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2222%22%20y%3D%2213.199%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2228.6%22%20y%3D%2213.199%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2235.203%22%20y%3D%2213.199%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%226.6%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%2213.203%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%2213.203%22%20y%3D%226.6%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%226.6%22%20y%3D%226.6%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20y%3D%226.6%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20y%3D%2213.199%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%226.6%22%20y%3D%2213.199%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%2213.203%22%20y%3D%2213.199%22%20width%3D%224.8%22%20height%3D%224.8%22%20rx%3D%222.4%22%20fill%3D%22%23E8E8E8%22%2F%3E%3C%2Fsvg%3E');
	background-position: 0 0;	
	width: 18px;
	height: 18px;
	display: inline-block;
}
[href='#three'].active {
	background-position-x: 19px;
}
[href='#two'] {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2245%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%227.8%22%20height%3D%227.8%22%20rx%3D%223.9%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%2210.203%22%20width%3D%227.8%22%20height%3D%227.8%22%20rx%3D%223.9%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%2210.203%22%20y%3D%2210.199%22%20width%3D%227.8%22%20height%3D%227.8%22%20rx%3D%223.9%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20y%3D%2210.199%22%20width%3D%227.8%22%20height%3D%227.8%22%20rx%3D%223.9%22%20fill%3D%22%23E8E8E8%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%227.8%22%20height%3D%227.8%22%20rx%3D%223.9%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2236.203%22%20width%3D%227.8%22%20height%3D%227.8%22%20rx%3D%223.9%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2236.203%22%20y%3D%2210.199%22%20width%3D%227.8%22%20height%3D%227.8%22%20rx%3D%223.9%22%20fill%3D%22%23e84c3d%22%2F%3E%3Crect%20x%3D%2226%22%20y%3D%2210.199%22%20width%3D%227.8%22%20height%3D%227.8%22%20rx%3D%223.9%22%20fill%3D%22%23e84c3d%22%2F%3E%3C%2Fsvg%3E');
	background-position: 0 0;	
	width: 18px;
	height: 18px;
	display: inline-block;
}
[href='#two'].active {
	background-position-x: 19px;
}
.ms-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ms-view a {
	margin-left: 5px;
}
.ms-sort {
	color: #999;
	font-family: 'HelveticaNeueCyr-Light';
}
.ms-sort a {
	color: #000;
	border-bottom: dashed 1px #000;
	margin: 0 15px;
}
.ms-sort a[active] {
	color: #444;
	border-bottom: dashed 1px #444;
}
.ms-goods {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ms-good {
	width: 30%;
	margin-bottom: 20px;
}
.ms-good > *:nth-child(1) {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 230px;
	border-top: solid 1px #999;
	margin-bottom: 10px;
}
.ms-good > div:nth-child(2) {
	font-family: 'HelveticaNeueCyr-Light';
	padding: 10px 0;
}
.ms-good > div:nth-child(3) {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ms-good > div:nth-child(3) > div:nth-child(1) {
}
.ms-good > div:nth-child(3) > div:nth-child(1) > span:nth-child(1) {
	color: #e54c3c;
	font-family: "HelveticaNeueCyr-Bold";
	display: block;
}
.ms-good > div:nth-child(3) > div:nth-child(1) > span:nth-child(2) {
	display: block;
	text-decoration:line-through;	
	color: #666;
}
.ms-good > div:nth-child(3) > div:nth-child(2) {
	display: flex;
	align-items: center;
}
.ms-good > div:nth-child(3) > div:nth-child(2) a {
	display: inline-block;
	margin-left: 3px;
	height: 20px;
}
.ms-good > div:nth-child(4) {
	color: #000;
	line-height: 22px;
	padding-bottom: 5px;
}
.ms-good > *:nth-child(5) {
	color: #999;
	line-height: 22px;
}
.ms-filters {
	border-top: solid 2px #aaa;
	padding: 25px 0 0 0;
	margin: 25px 20px 0 20px;
}
.ms-filter {
	margin: 0 0 40px 0;
}
.ms-filter > div {
	display: none;
	margin: 20px 0 0 0;
	max-height: 230px;
	overflow-y: auto;
	border: solid 1px #eee;
	padding: 10px;
	background: #fafafa;
}
.ms-filter header {
	padding: 0;
	position: relative;
	cursor: pointer;
}
.ms-filter header:after {
	content: '›';
	position: absolute;
	right: 0;
	transform: rotate(90deg);
	font-size: 30px;
	color: #999;
	cursor: pointer;
	font-weight: 300;
	font-family: 'HelveticaNeueCyr-Light';
	transition: all 0.3s ease-in-out;
}
.ms-filter header.show:after {
	transform: rotate(270deg);
}
.ms-filter > div > div {
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}
.ms-filter > div > div input[type='checkbox'] {
	margin-right: 10px;
}
.ms-filter > div > div input[type='radio'] {
	margin-right: 10px;
}
.ms-filter.ms-filter-price > div {
}
.ms-filter.ms-filter-price > div > div {
	width: 50%;
	display: table-cell;
	color: #999;
}
.ms-filter.ms-filter-price > div > div:nth-child(2) {
	width: calc(50% - 1px);
}
.ms-filter.ms-filter-price > div > div input {
	display: inline-block;
	width: 100%;
	border: solid 1px #666;
	border-radius: 4px 0 0 4px;
	margin: 8px 0 0 0;
	padding: 7px 10px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
}
.ms-filter.ms-filter-price > div > div:nth-child(2) input {
	border-radius: 0 4px 4px 0;
	border-left: none;
}
.ms-more {
	color: #444;
	font-size: 16px;
	border-bottom: dashed 1px #444;
}
.ms-tbl-tech-wrap {
	max-height: 315px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.ms-tbl-tech-wrap:after {
	content: ' ';
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 20px;
	z-index: 1;
	background: linear-gradient(rgba(255,255,255,0),#fff);
}
.ms-tbl-tech {
	margin: 30px 0 0 0;
}
.ms-tbl-tech tr td {
	color: #999;
	padding: 5px 50px 9px 0;
	position: relative;
	font-size: 15px;
}
.ms-tbl-tech tr td:nth-child(1):after {
	border-bottom: 1px dashed #ccc;
	bottom: 6px;
	content: '';
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
.ms-tbl-tech tr td:nth-child(2) {
	color: #000;
}
.ms-passport-desc {
	padding: 60px 0 0;
}
h3 {
	font-family: "HelveticaNeueCyr-Bold";
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
}
.ms-passport-price {
	font-family: "HelveticaNeueCyr-Bold";
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 10px;
}
.ms-passport-price span {
	display: block;
	font-family: "HelveticaNeueCyr-Roman";
	font-size: 34px;
	text-decoration:line-through;	
	color: #666;
}
.ms-passport-field {
	color: #999;
	font-size: 17px;
	margin-bottom: 6px;
}
.ms-passport-field span {
	color: #000;
}
.ms-passport-info {
	border: solid 1px #444;
	padding: 10px;
	border-radius: 10px;
	margin: 20px 0;
}
.ms-passport-info a {
	color: #444;
	border-bottom: dashed 1px #444;
}
.ms-passport-delivery {
	display: inline-block;
	margin-bottom: 20px;
	color: #444;
	border-bottom: dashed 1px #444;
}
.ms-passport-btn {
	display: flex;
	align-items: center;
}
.ms-passport-btn a {
	margin-right: 10px;
}
.ms-slide {
	width: 100%;
	height: 450px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #eee;
}
.ms-passport {
	display: flex;
	justify-content: space-between;
}
.ms-passport-left {
	width: 50%;
}
.ms-passport-right {
	width: 45%;
}
.ms-basket-view {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.ms-basket-items {
	width: 70%;
}
.ms-basket-total {
	width: 26%;
}
.ms-order {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}
.ms-order-params {
	width: 35%;
}
.ms-order-delivery {
	width: 48%;
}
.ms-radio .radio {
	margin-top: 10px;
}
.ms-radio input[type='radio'] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline:none;
	position: relative;
	margin-right: 21px;
}
.ms-radio input[type="radio"]:before{
	position: absolute;
	width:16px;
	height:16px;
	border-radius: 50%;
	border:1px solid #444;
	content:"\2714";
	color:transparent;
	display:inline-block;
	font-size:13px;
	margin-right:10px;
	text-align:center;
	top: -14px;
	left: 0px;
}
.ms-radio input[type="radio"]:checked:before{
	content:"•";
	color: #444;	
	font-size: 23px;
	line-height: 23px;
}
/*
.ms-radio {
}
.ms-radio > div {
	padding: 0 0 8px 22px;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	color: #333;
}
.ms-radio > div:hover {
	color: #000;
}
.ms-radio > div:before {
	content: '';
	left: 0;
	top: 0px;
	position: absolute;
	border: solid 1px #444;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}
.ms-radio > div.active:before {
	content: '•';
	left: 0;
	top: 0px;
	position: absolute;
	border: solid 1px #444;
	color: #444;
	font-size: 20px;
	line-height: 16px;
	width: 11px;
	height: 11px;
	text-align: center;
	border-radius: 50%;
}
*/
.ms-basket-item > div:nth-child(1) {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	background: #eee;
	border-radius: 10px;
	align-items: center;
	padding: 10px 14px 8px;
}
.ms-basket-item > div:nth-child(1) > *:nth-child(1) {
	color: #999;
}
.ms-basket-item > div:nth-child(1) > *:nth-child(2) {
	color: #000;
	font-size: 24px;
}
.ms-basket-item > div:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ms-basket-item > div:nth-child(2) > *:nth-child(1) {
	width: 70px;
	height: auto;
}
.ms-basket-item > div:nth-child(2) > *:nth-child(2) {
	max-width: 50%;
	color: #444;
	font-family: 'HelveticaNeueCyr-Bold';
}
.ms-basket-item > div:nth-child(2) > *:nth-child(3) {
	display: flex;
	align-items: center;
}
.ms-basket-item > div:nth-child(2) > *:nth-child(3) a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: solid 1px #eee;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ms-basket-item > div:nth-child(2) > *:nth-child(3) span {
	display: inline-block;
	margin: 0 10px;
}
.ms-basket-item > div:nth-child(2) > *:nth-child(4) {
	font-family: 'HelveticaNeueCyr-Bold';
	font-size: 20px;
}
.ms-basket-total-wrap .ms-btn-grn {
	display: block;
	text-align: center;
}
.ms-basket-total-line1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.ms-basket-total-line1 div {
	font-size: 20px;
	font-family: 'HelveticaNeueCyr-Bold';
}
.ms-basket-total-line2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.ms-basket-total-agree {
	margin-top: 20px;
	font-size: 12px;
	line-height: 14px;
	display: flex;	
	align-items: baseline;
}
.ms-basket-total-agree a {
	font-size: 12px;
	line-height: 14px;
}
.ms-basket-total-agree input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	margin-right: 5px;
}
.ms-basket-total-agree input:before {
  width: 16px;
  height: 16px;
  border: 1px solid green;
  border-radius: 2px;
  content: "\2714";
  color: transparent;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  text-align: center;
}
.ms-basket-total-agree input:checked:before {
  content: "\2714";
  color: green;
}
.ms-basket-total-wrap {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	padding: 20px;
}
.ms-order-params > div {
	margin-bottom: 20px;
}
.ms-order-params > div > div {
	color: #999;
}
.ms-order-params > div > div > span {
	color: red;
}
.ms-order-params > div > input {
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 12px 10px 8px;
	width: 100%;
	margin-top: 8px;
	transition: all 0.3s ease-in-out;
}
.ms-order-params > div > input:focus {
	border: solid 1px #333;
}
.ms-order-params > div > textarea {
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 12px 10px 8px;
	width: 100%;
	margin-top: 8px;
	height: 150px;
	transition: all 0.3s ease-in-out;
}
.ms-order-params > div > textarea:focus {
	border: solid 1px #333;
}
.ms-header-mobile {
	display: none;
}
.ms-txt b {
	font-family: 'HelveticaNeueCyr-Bold';
}
.ms-control-mobile {
	display: none;
}
.ms-good-mobile {
	display: none;
}
.ms-mmenu, .ms-msearch, .ms-mphone, .ms-msort-box, .ms-mfilter-box {
	display: none;
	position: fixed;
	z-index: 160;
	background: #fff;
	left: 0;
	top: 0;
	overflow-y: scroll;
}



.ms-form-row {
	margin-bottom: 20px;
}
.ms-form-row > div {
	color: #999;
}
.ms-form-row > div > span {
	color: red;
	display: inline;
}
.ms-form-row > input[type='text'], .ms-form-row input[type='text'], .ms-form-row input[type='password'] {
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 12px 10px 8px;
	width: 100%;
	margin-top: 8px;
	transition: all 0.3s ease-in-out;
}
.ms-form-row > input:focus, .ms-form-row input:focus {
	border: solid 1px #333;
}
.ms-form-row > textarea, .ms-form-row textarea {
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 12px 10px 8px;
	width: 100%;
	height: 200px;
	margin-top: 8px;
	transition: all 0.3s ease-in-out;
}
.ms-form-row > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 12px 10px 8px;
	width: 100%;
	margin-top: 8px;
}
.ms-form-row > textarea:focus {
	border: solid 1px #333;
}
.ms-inline {
	display: inline-block !important;
}
.ms-tabs-view > div {
	display: none;
}
.ms-tabs-view > div:first-child {
	display: block;
}
.ms-radio-group {
	display: flex;
}
.ms-radio-group input {
	margin: 0 10px 0 20px;
}
.ms-block {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);	
	background: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 20px;
	color: #000;
}
.ms-block header {
	font-family: "HelveticaNeueCyr-Bold";
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;	
}
.ms-block span {
	display: block;
	color: #999;
	margin-bottom: 10px;
	margin-top: 20px;
}
.ms-block a {
	display: block;
	font-family: "HelveticaNeueCyr-Bold";	
	margin-bottom: 10px;
	color: #000;
}
.ms-block b {
	font-weight: 600;
	font-family: "HelveticaNeueCyr-Bold";	
}
.ms-2col {
	display: flex;
	justify-content: space-between;
}
.ms-2col > div {
	width: 45%;
}
.ms-mobile {
	display: none;
}
.ms-orders-view {
	width: 100%;
	border-collapse: collapse;
}
.ms-orders-view td {
	border-bottom: solid 1px #aaa;
	color: #666;
	padding: 10px 20px;
	font-size: 16px;
}
.by2 .ms-good {
	width: calc(50% - 5px);
}
.by2 .ms-good > div:nth-child(1) {
	height: 335px;
}
.ms-reviews-custom .lSPager li a {
	background-color: #ddd !important;
	height: 13px !important;
	width: 13px !important;
}
.ms-reviews-custom .lSPager li.active a {
	background-color: #ed7368 !important;
}
.ms-vk-reviews-custom .lSPager li a {
	background-color: #ddd !important;
	height: 13px !important;
	width: 13px !important;
}
.ms-vk-reviews-custom .lSPager li.active a {
	background-color: #ed7368 !important;
}
#vk_comments_all > div {
	display: flex;
	padding: 20px 0;
}
#vk_comments_all > div > div:nth-child(1) {
	width: 7%;
}
#vk_comments_all > div > div:nth-child(1) img {
	border-radius: 50%;
}
#vk_comments_all > div > div:nth-child(2) {
	width: 93%;
}
#vk_comments_all > div > div:nth-child(2) > div > div:nth-child(1) > a:nth-child(1) {
	color: #000;
	font-family: 'HelveticaNeueCyr-Bold', sans-serif;
	font-size: 17px;
}
#vk_comments_all > div > div:nth-child(2) > div > div:nth-child(1) > a:nth-child(2) {
	color: #777;
	font-size: 17px;
}
#vk_comments_all > div > div:nth-child(2) > div > div:nth-child(2) {
	padding-top: 10px;
	color: #555;
	font-size: 14px;
	line-height: 21px;
}
.ms-also {
	padding: 30px 0 0;
}
.ms-also ul {
	list-style-type: none;
}
.ms-also ul li {
	list-style-type: none;
	margin: 0 0 5px 5px;
}
.ms-also ul li a {
	text-decoration: underline;
	color: #999;
}
.ms-pager ul {
	display: inline-flex;
	margin-left: 20px;
}
.ms-pager ul li {
	display: inline-block;
	list-style-type: none;
}
.ms-pager {
	padding: 20px 0;
	color: #999;
	font-family: "HelveticaNeueCyr-Light";
	position: relative;
}
.ms-pager li span {
	color: #000;
}
.ms-pager li a, .ms-pager li span {
	color: #000;
	font-family: "HelveticaNeueCyr-Light";
	display: inline-block;
	margin-left: 10px;
}
.ms-pager li.active a, .ms-pager li.active span {
	color: #444;
}
.ms-filter > div > div {
	cursor: pointer;
}
.ms-sames .ms-good > *:nth-child(1) {
	background-size: auto;
}
.ms-txt {
	text-align: justify;
}
.ms-txt iframe {
	margin-bottom: 20px;
	width: 100% !important;
	max-height: 600px;
}
.ms-star {
	font-size: 23px;
	cursor: pointer;
	margin: 0;
	color: #a9b0b6;	
	transition: all 0.3s ease;
	
}
.ms-star:before {
	content: "★";
}
.ms-rating {
	margin-top: 15px;
}
.ms-rating i.active {
	color: #FFD800;
}
.ms-rating i.active_sel {
	color: #FFD800;
}
.ms-passport-desc .ms-reviews > div {
	height: auto;
}
[href='#compare'] {
	position: relative;
}
[href='#compare'].active:after {
	border-radius: 5px;
	background: RGBA(0,0,0,0.2);
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	left: 0px;
	top: 0px;
}
[href='#compare']:hover img {
	opacity: 0.5;
}
[href='#favorite'] {
	position: relative;
}
[href='#favorite']:hover img {
	opacity: 0.5;
}
[href='#favorite'].active:after {
	border-radius: 5px;
	background: RGBA(0,100,0,0.2);
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	left: 0px;
	top: 0px;
}
[href='#2basket'] {
	position: relative;
}
[href='#2basket']:hover img {
	opacity: 0.5;
}
[href='#2basket'].active:after {
	border-radius: 5px;
	background: RGBA(100,0,0,0.2);
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	left: 0px;
	top: 0px;
}
.ms-info-box {
	position: fixed;
	right: 20px;
	top: 20px;
	width: 300px;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #fee;
	z-index: 300;
}
.ms-search-box-form {
	display: flex;
}
.ms-search-box-form input {
	max-width: 300px;
	padding: 10px 20px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 10px;
}
#a-dmenu {
	cursor: pointer;
	height: 32px;
}
#dmenu {
	width: 32px;
	height: 4px;		
	display: block;
	position: relative;
	background: #222;
	height: 4px;
	border-radius: 1px;
	cursor: pointer;
}
#dmenu:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 11px;
	display: block;
	height: 4px;
	width: 100%;
	background: #222;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 1px;
}
#dmenu.active {
	height: 0px;	
}
#dmenu.active:before {
	transform: translateY(0px) rotate(-45deg);
}
#dmenu:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 22px;
	display: block;
	height: 4px;
	width: 100%;
	background: #222;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 1px;
}
#dmenu.active:after {
	transform: translateY(-11px) rotate(45deg);
}
.ms-2col {
	display: flex;
	justify-content: space-between;
}
.ms-2col > div {
	width: 48%;
}
[href='#basket'] {
	position: relative;
}
[href='#basket'] span {
	position: absolute;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	justify-content: center;
	color: #000; /*#444;*/
	right: 0px;
	top: -10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	font-size: 13px;
	line-height: 13px;
	padding-top: 3px;
	display: none;
}
.ms-basket-item {
	margin-bottom: 20px;
}
#input-samovivoz-date {cursor:pointer;}
#input-mvdelivery-date {cursor:pointer;}

#products_list .table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#products_list .table thead td {
	background: #444;
	color: white;
	border: solid 1px #fff;
	padding: 10px 15px;
}
#products_list .table tbody td {
	border: solid 1px #ff9988;
	padding: 10px 15px;
}
#products_list .table tfoot td {
	background: #ffecdd;
	border: solid 1px #e89988;
	padding: 10px 15px;
	font-weight: bold;
	color: #000;
}
#products_list .table tfoot td:last-child {
	white-space: nowrap;
}
.alert-danger {
	padding: 15px;
	border: solid 1px #444;
	background: #ffecdd;
	margin-bottom: 20px;
	border-radius: 5px;
}
.ui-helper-hidden-accessible {
	display: none;
}
.form-group > label {
	color: #999;
}
.form-group input[type='text'], .form-group input[type='email'], .form-group input[type='tel'], .form-group input[type='password'] {
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 12px 10px 8px;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}
.form-group input[type='text']:focus {
	border: solid 1px #333;
}
.form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 12px 10px 8px;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 10px;
}
.form-group textarea {
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 12px 10px 8px;
	width: 100%;
	margin-top: 8px;
	transition: all 0.3s ease-in-out;
}
.form-group textarea:focus {
	border: solid 1px #333;
}
.autocomplete-results-postcode {
}
ul.ui-autocomplete {
	list-style-type: none;
	background: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 5px;
	padding: 10px;

}
ul.ui-autocomplete li {
	transition: all 0.3s ease-in-out;
	padding: 4px 4px;
	cursor: pointer;
}
ul.ui-autocomplete li:hover {
	background: #eee;
}
.ms-txt .table {
	width: 100%;
}
.text-danger {
	color: #444;
}

[href='#mbasket'] {
	position: relative;
}
[href='#mbasket'] span {
	position: absolute;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	justify-content: center;
	color: #000; /*#444;*/
	right: -5px;
	top: -10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	font-size: 12px;
	line-height: 12px;
	padding-top: 2px;
	display: none;
}
.ms-good > *:nth-child(6) {
	display: none;
}
h5 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}
.ms-search-box-dop {
	position: absolute;
	margin: 5px 0 0 20px;
	color: #333;
	font-size: 12px;
}
[href="#modify"] {
	color: #444;
	font-size: 17px;
	border-bottom: dashed 1px #444;
	display: inline-block;
	padding-top: 30px;
}
.ms-overlay {
	display: none;
	position: fixed;
	z-index: 150;
	background: RGBA(0,0,0,0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ms-form-modify {
	display: none;
	position: fixed;
	width: 400px;
	z-index: 1200;
	left: calc(50% - 150px);
	top: 20%;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);		
}
.ms-form-modify [href="#close"] {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 24px;
}
.ms-form-modify header {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}
.ms-form-modify div {
	font-size: 12px;
}
.ms-form-modify textarea {
	padding: 15px;
	font-size: 16px;
	border: solid 1px #ccc;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
	margin-bottom: 20px;
}
.ms-form-modify input[type='text'] {
	padding: 15px;
	font-size: 16px;
	border: solid 1px #ccc;
	border-radius: 5px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.ms-form-modify textarea:focus, .ms-form-modify input[type='text']:focus {
	border-color: #666;
}
.ms-display-block {
	display: inline-block;
}
.ms-icons {
	position: absolute;
	left: 10px;
	top: 10px;
	display: flex;
}
.ms-icon {
	width: auto;
	padding: 0px 5px;
	margin-right: 3px;
	border-radius: 15px;
	color: #fff;
	font-size: 12px;
}
.ms-icon-latest {
	background: blue;
}
.ms-icon-sale {
	background: red;
}
.ms-icon-bestseller {
	background: green;
}
.ms-good {
	position: relative;
}
.ms-dmenu-sub {
	display: none;
	position: absolute;
	background: #fff;
	width: 900px;
	padding: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 10px;
	overflow-y: scroll;
	z-index: 100;
}
.ms-dmenu-sub > div {
	-webkit-column-count:2;  
	-moz-column-count:2; 
	column-count: 3;
	width: 100%;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.ms-dmenu-sub > div >a { 
	text-transform: lowercase;
}
.ms-dmenu-sub > div >a:first-letter {
	text-transform: uppercase;
} 
.ms-dmenu-sub > div >a.bold {
	font-weight: 700; 
	font-family: 'HelveticaNeueCyr-Bold', sans-serif;
}
.ms-content .ms-txt p {
	margin-bottom: 20px;
}
.ms-content .ms-txt h4 {
	font-family: "HelveticaNeueCyr-Bold";
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}
#container {
	width: 70px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 17px);
	left: calc(50% - 35px);
}
#loader {
	width: 70px;
	height: 70px;
	border-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotate 3s ease-in-out infinite;
	transform: rotate(-200deg)
}
@keyframes rotate {
	0% { border-width: 10px; }
	25% { border-width: 3px; }
	50% { 
		transform: rotate(115deg); 
		border-width: 10px;
	}
	75% { border-width: 3px;}
	100% { border-width: 10px;}
}
.loader {
	position: fixed;
	background: rgba(235, 205, 86, 0.7);
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
}
.ms-cur-filter {
	display: inline-block;
	padding: 8px 30px 5px 15px;
	background: #f0f0f0;
	border-radius: 20px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	margin-right: 10px;
}
.ms-cur-filter:hover {
	background: #f9f9f9;
}
.ms-cur-filter:after {
	content: '×';
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 50%;
	display: flex;
	background: #ddd;
	width: 20px;
	height: 20px;
	font-size: 17px;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.ms-current-filters {
	margin: 0px 0;
}
.ms-cur-filter.clear {
	color: red;
}
.ms-cur-filter.clear:hover {
	background: #f9f9f9;
}
.ms-cur-filter.clear:after {
	background: #d00;
}

.posts .post {
	padding-left: 50px;
	margin-left: 20px;
	margin-bottom: 50px;
	position: relative;
}
.post-content {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.posts .post .post-title {
	font-size: 28px;
	color: #434343;
	line-height: 120%;
	font-weight: 400;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.posts .post .post-description {
    color: #747474;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
}
ul.vac {
	list-style-type: none;
}
ul.vac li h3 {
	font-family: "HelveticaNeueCyr-Bold";
	font-size: 20px;
	line-height: 26px;
	margin: 20px 0 10px;
}

.mfp-iframe-scaler iframe {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

     .quickview body {
          background: #fff;
          padding: 30px 30px 0px 30px;
     }
     
     .quickview .mfp-iframe-holder .mfp-content {
          max-width: 900px;
          height: 552px; 
     }
     
     .quickview .mfp-iframe {
          opacity: 0;
          transition: all 0.2s ease-in-out;
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); 
     }
     
     .quickview.mfp-bg {
          opacity: 0.01;
          transition: all 0.2s ease-out; 
     }
     
     .quickview.mfp-ready .mfp-iframe {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
     }
     
     .quickview.mfp-ready.mfp-bg {
          opacity: 0.75; 
     }
     
     .quickview.mfp-removing .mfp-iframe {
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
     }
     
     .quickview.mfp-removing.mfp-bg {
          opacity: 0; 
     }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.popup {
     background: #FFF;
     padding: 50px 60px;
     text-align: left;
     max-width: 750px;
     margin: 40px auto;
     position: relative;
     border-radius: 15px;
}

body .popup-module .mfp-close {
     top: -20px;
     color: #fff;
     right: -20px;
     text-align: center;
     border-radius: 100%;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .popup-module .mfp-close:hover{
    opacity: 0.9;
}



     body .popup-module.without-button-close .mfp-close {
          display: none;
     }
     
     .popup h4 {
          font-size: 20px;
          padding-bottom: 15px;
          margin: 0px;
     }
     
     .popup .content {
          padding: 0px 0px 10px 0px;
          margin: 0px;
     }

    /* @group Newsletter */
    body .popup-module .newsletter{
        text-align: left;
        padding: 10px 0 0 0;
    }
    body .popup-module .newsletter input.email {
        height: auto !important;
        width: 220px;
        padding: 14px 18px;
    }
     
    body .popup-module .newsletter .button {
        margin-left: -10px !important;
        padding: 15px 31px 16px 31px;
    }
    
    body .popup-module .newsletter-first-line{
        font-weight: 300;
        font-size: 35px;
        line-height: 30px;
        color: #636363;
    }
    
    body .popup-module .newsletter-discount{
        font-weight: 800;
        font-size: 96px;
        line-height: 100px;
    }
    
    body .popup-module .newsletter-third-line{
        color: #636363;
        font-size: 16px;
    }
     
     /* @end */

     /* @group Buttons yes no */
     
     .popup .buttons-yes-no {
          padding: 20px 0px 0px 0px;
     }
     
          .popup .buttons-yes-no .button:first-child {
               margin-right: 20px;
          }
     
     /* @end */

     /* @group Form contact */
     
     .popup .form-contact {
          
     }
     
          .popup .form-contact .error {
               -webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0, .7);
                -moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0, .7);
                box-shadow: 0px 0px 1px 1px rgba(255,0,0, .7);
          }


.ms-show-sberbank input[type='text'],.ms-show-sberbank textarea {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
	margin: 6px 0 6px 0;
	width: 100%;
	display: block;
}
.ms-show-sberbank textarea {
	height: 70px;
}
.ms-show-sberbank {
	background: #fff;
	position: fixed;
	display: none;
	padding: 30px;
	width: 520px;
	left: calc(50% - 260px);
	top: 100px;
	z-index: 10000;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	font-size: 16px;
	line-height: 22px;
}
.ms-show-sberbank a.txt-link {
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
}
.ms-show-sberbank header {
	font-size: 24px;
	line-height: 30px;	
	margin-bottom: 30px;
}
.ms-show-sberbank .cr-btn {
	display: inline-block;
	background-color: #3a3f4c;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	border-radius:4px; 
	margin-bottom: 20px;
}
.ms-show-sberbank .cr-btn:hover {
	background-color: #2db762;
}
[href="#sberbank-close"] {
	position: absolute;
	right: 20px;
	font-size: 30px;
	cursor: pointer;
	top: 20px;
}



.ms-show-rene input[type='text'],.ms-show-rene textarea, .ms-show-extreme input[type='text'],.ms-show-extreme textarea {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
	margin: 6px 0 6px 0;
	width: 100%;
	line-height: 1.3;
	display: block;
}
.ms-show-rene textarea, .ms-show-extreme textarea {
	height: 70px;
}
.ms-show-rene, .ms-show-extreme {
	background: #fff;
	position: fixed;
	display: none;
	padding: 30px;
	width: 520px;
	left: calc(50% - 260px);
	top: 0px;
	z-index: 10000;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	font-size: 16px;
	line-height: 22px;
}
.ms-show-rene a.txt-link, .ms-show-extreme a.txt-link {
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
}
.ms-show-rene header, .ms-show-extreme header {
	font-size: 24px;
	line-height: 30px;	
	margin-bottom: 30px;
}
.ms-show-rene .cr-btn, .ms-show-extreme .cr-btn, .cr-rassrochka {
	display: inline-block;
	background-color: #3a3f4c;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	border-radius:4px; 
	margin-bottom: 20px;
}
.cr-rassrochka {
	padding: 12px 45px;
}
.ms-show-rene .cr-btn:hover, .ms-show-extreme .cr-btn:hover, .cr-rassrochka:hover {
	background-color: #2db762;                         
}
[href="#rene-close"], [href="#extreme-close"] {
	position: absolute;
	right: 20px;
	font-size: 30px;
	cursor: pointer;
	top: 20px;
}

.ms--model, .ms--model-price {
	display: block;
	background: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
	margin: 6px 0 6px 0;
	width: 100%;
}

.ms-show-subscribe input[type='text'],.ms-show-subscribe textarea {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
	margin: 6px 0 6px 0;
	width: 100%;
	display: block;
}
.ms-show-subscribe textarea {
	height: 70px;
}
.ms-show-subscribe {
	background: #fff;
	position: fixed;
	display: none;
	padding: 30px;
	width: 520px;
	left: calc(50% - 260px);
	top: 100px;
	z-index: 10000;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	font-size: 16px;
	line-height: 22px;
}
.ms-show-subscribe a.txt-link {
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
}
.ms-show-subscribe header {
	font-size: 24px;
	line-height: 30px;	
	margin-bottom: 30px;
}
.ms-show-subscribe .cr-btn {
	display: inline-block;
	background-color: #3a3f4c;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	border-radius:4px; 
	margin-bottom: 20px;
}
.ms-show-subscribe .cr-btn:hover {
	background-color: #2db762;
}
[href="#subscribe-close"] {
	position: absolute;
	right: 20px;
	font-size: 30px;
	cursor: pointer;
	top: 20px;
}


[href="#credit-close"] {
	position: absolute;
	right: 20px;
	font-size: 30px;
	cursor: pointer;
	top: 20px;
}
.ms-show-credit {
	background: #fff;
	position: fixed;
	display: none;
	padding: 30px;
	width: 520px;
	left: calc(50% - 260px);
	top: 100px;
	z-index: 10000;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	font-size: 16px;
	line-height: 22px;
}
.ms-show-credit a.txt-link {
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
}
.ms-show-credit header {
	font-size: 24px;
	line-height: 30px;	
	margin-bottom: 30px;
}
.ms-show-credit .cr-btn {
	display: inline-block;
	background-color: #3a3f4c;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	border-radius:4px; 
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.ms-show-credit .cr-btn:hover {
	background-color: #2db762;
}
[href='#credit'] {
	display: inline-block;
	color: #fff;
	padding: 14px 72px;
	font-size: 20px;
	border-radius: 5px; 
	background-color: #3a3f4c;
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, 0 2px 3px rgba(0, 0, 0, 0.05);    
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, 0 2px 3px rgba(0, 0, 0, 0.05);    
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); text-align:center; 
}
[href='#credit']:hover {
	background-color: #2db762;
	color: #fff;
}
.ms-btn-blue {
	display: inline-block;
	color: #fff;
	padding: 14px 72px;
	font-size: 20px;
	border-radius: 5px; 
	background-color: #3a3f4c;
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, 0 2px 3px rgba(0, 0, 0, 0.05);    
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, 0 2px 3px rgba(0, 0, 0, 0.05);    
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); text-align:center; 
}
.ms-btn-blue:hover {
	background-color: #2db762;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.ms-show-credit {
		width: 94%;
		left: 3%;
		top: 10px;
	}
	.ms-show-sberbank {
		width: 94%;
		left: 3%;
		top: 10px;
	}
}
.ms-tbl {
	width: 100%;
	border-collapse: collapse;
}
.ms-tbl tr {
	border-bottom: solid 1px #ddd;
}
.ms-tbl tr:nth-child(odd) {
	background: #f5f5f5;
}
.ms-tbl tr td {
	padding: 13px 20px;
	font-size: 16px;
}
.ms-tbl tr td:first-child {
	font-weight: bold;
}
.ms-tbl-size {
	width: 100%;
	border-collapse: collapse;
}
.ms-tbl-size thead td {
	text-align: center;
	border: solid 1px #fff;
	background: #666;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}
.ms-tbl-size tbody td {
	border: solid 1px #f0f0f0;
	padding: 5px 10px;
}
.apply_filter {
	position: absolute;
	display: none;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	z-index: 100000;
	font-size: 14px;
	padding: 7px 10px 5px;
}
.apply_filter:hover {
	color: #fff;
}
.ms-categories {
	display: flex;
	flex-wrap: wrap;
}
.ms-categories > a {
	width: 24%;
	margin-right: 1%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}
.ms-categories > a img {
	width: 70%;
	margin-bottom: 10px;
}
.ms-good-line {
	display: none;
}
[href='#line'] {
	width: 18px;
	height: 18px;
	display: inline-block;
}
[href='#line']:after {
	content: '☰';
	font-size: 26px;
	color: #ddd;
}
[href='#line'].active:after {
	color: red;
}
.ms-goods.byline {
}
.ms-goods.byline .ms-good {
	display: none;
}
.ms-goods.byline .ms-good-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}
.ms-goods.byline .ms-good-line > *:nth-child(1) {
}
.ms-goods.byline .ms-good-line > *:nth-child(2) {
	white-space: nowrap;
	margin: 0 20px;
}
.ms-goods.byline .ms-good-line > *:nth-child(3) {
	white-space: nowrap;
}
.ms-goods.byline .ms-good-line > *:nth-child(4) {
	white-space: nowrap;
	margin-left: 20px;
}
.ms-goods.byline .ms-good-line .ms-icon {
	display: inline-block;
}
.ms-top-menu {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #d8d8d8;
	margin-bottom: 20px;
	z-index: 110;
	background: #444;
}
.ms-top-menu > div {
	margin-top: 0px;
	padding: 25px 0 15px 0;
	flex-grow: 1;
	text-align: center;
}
.ms-top-menu > div > a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-transform: lowercase;
	display: inline-block;
}
.ms-top-menu > div > a:first-letter {
	text-transform: uppercase;
}
.ms-top-menu > div:hover {
	background: #ff7d00;
}
.ms-top-menu > div:hover > a {
	color: #222;
}
.ms-top-menu {
	position: relative;
	padding: 0px 20px;
}
.ms-top-menu-sub {
	position: absolute;
	display: none;
	width: 100%;
	left: 0px;
	top: 40px;
	padding: 0px 20px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.3s ease-in-out;
}
.ms-top-menu-sub.show {
	display: flex;
	flex-wrap: wrap;
}
.ms-top-menu-sub > a {
	flex-grow: 1;
	width: calc(100% / 6);
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	transition: all 0.3s ease-in-out;
}
.ms-top-menu-sub > a:hover {
	color: #fff;
	background: #444;
}
.ms-top-menu-sub > a:nth-child(6n), .ms-top-menu-sub > a:last-child {
	border-right: none;
}
.ms-top-menu-sub > a.active {
	background: yellow;
	color: #222;
}
.ms-top-menu-2 {
	position: absolute;
	display: none;
	width: 100%;
	left: 0px;
	padding: 0px 20px;
	background: #fff;
	z-index: 90;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.3s ease-in-out;
}
.ms-top-menu-2.show {
	display: flex;
	flex-wrap: wrap;	
}
.ms-top-menu-2 > a {
	width: calc(100% / 6);
	display: block;
	padding: 10px 10px;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid 1px #eee;
	border-right: solid 1px #eee;
	transition: all 0.3s ease-in-out;
}
.ms-top-menu-2 > a:hover {
	background: #d8d8d8;
	color: #222;
}
.ms-top-menu-2 > a:nth-child(6n), .ms-top-menu-sub > a:last-child {
	border-right: none;
}
.ms-top-menu-2 > a.active {
	background: #d8d8d8;
	color: #fff;
}
.ms-top-menu-3 {
	position: absolute;
	display: none;
	width: 100%;
	left: 0px;
	padding: 0px 20px;
	background: #fff;
	z-index: 90;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.3s ease-in-out;
}
.ms-top-menu-3.show {
	display: flex;
	flex-wrap: wrap;	
}
.ms-top-menu-3 > a {
	width: calc(100% / 6);
	display: inline-block;
	padding: 10px 10px;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid 1px #eee;
	border-right: solid 1px #eee;
	transition: all 0.3s ease-in-out;
}
.ms-top-menu-3 > a:hover {
	background: #f3f3f3;
}
.ms-top-menu-3 > a:nth-child(6n), .ms-top-menu-sub > a:last-child {
	border-right: none;
}
.ms-top-empty {
	width: 100%;
	height: 60px;
}
.ms-block .ms-tbl tr > td:last-child a {
	color: #aaa;
}