.desktop-image {
	display: inline!important;
}
.mobile-image {
	display: none!important;
}
.desktop-block {
	display: block!important;
}
.mobile-block {
	display: none!important;
}
.desktop-flex {
	display: flex!important;
}
.mobile-flex {
	display: none!important;
}
#header-menu-trigger {
	display: none;
}
.catalog-menu-mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
    
	html,
	body {
		padding:0;
		width:100%;
	}

	body.no-scroll {
		height: 100%;
		overflow: hidden;
	}
	.desktop-image {
		display: none!important;
	}
	.mobile-image {
		display: inline!important;
	}

	.desktop-block {
		display: none!important;
	}
	.mobile-block {
		display: block!important;
	}

	.desktop-flex {
		display: none!important;
	}
	.mobile-flex {
		display: flex!important;
	}
	
    /* ----- header ----- */
	header {
		/* height:95px; */
		width:100%;
		position: fixed;
		top:0;
		left:0;
		min-width: 350px;
		z-index: 10000;
		box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
		background-color: #ffffff;
		/* border-top:3px solid #fb0030; */
		border-bottom:2px solid #d8d8d8;
	}
	#header-top-container {
		height: 20px;
	}
	#header-top-container div,
	#header-top-container p,
	#header-top-container div span,
	#header-top-timer b {
		font-size: 10px;
	}
	#header-top-timer b {
		color: #922c2c;
	}
	#header-main-container {
		display: flex;
  		align-items: center;
  		justify-content: flex-start;
		height: 80px;
	}
	#header-main-logo {
		width: 200px;
		flex-basis: 200px;
	}
	#header-main-logo img {
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0;

	}
	#header-main-menu-trigger-mobile,
	#header-main-catalog-trigger-mobile {
		display: flex!important;
		align-items: center;
		justify-content: center;
		width: 36px;
		flex-basis: 36px;
		height: 36px;
		padding: 0;
		margin: 0 10px;
		background: #d8d8d8;
		border:2px solid #d8d8d8;
		border-radius: 5px;
		text-decoration: none;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	}
	#header-main-menu-trigger-mobile span,
	#header-main-catalog-trigger-mobile span {
		font-size: 24px;
		color:#8b8383;
	}
	#header-main-logo {
		margin: 0 auto;
	}
	#header-run {
		margin: 100px auto 0 auto;
	}
	#header-main-phone {
		display: none;
	}
	#header-main-mail {
		display: none;
	}
	#header-main-schedule {
		display: none;
	}
	#header-menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		transform: translate(200%, 0);
		transition: all 300ms ease-in;
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		-ms-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		-webkit-transform: translate(200%, 0);
		-moz-transform: translate(200%, 0);
		-ms-transform: translate(200%, 0);
		-o-transform: translate(200%, 0);
	}
	#header-menu.active {
		transform: translate(0%, 0);
		transition: all 300ms ease-in;
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		-ms-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		-webkit-transform: translate(0%, 0);
		-moz-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		-o-transform: translate(0%, 0);
	}
	#header-menu-container {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
		display: block;
	}
	.header-menues-close,
	.header-menu-static-close {
		display: flex!important;
		position: absolute;
		top: 10px;
		right: 10px;
		text-decoration: none;
	}
	.header-menues-close span,
	.header-menu-static-close span {
		color:#ffffff;
		font-size: 24px;
	}
	#header-menues-1,
	#header-menues-2,
	#header-menues-3 {
		/* height: 200px; */
		width: 80%;
		padding: 20px 5%;
		margin: 36px auto;
		background: #ffffff;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	}
	#header-menu-ul-1, 
	#header-menu-ul-2,
	#header-menu-ul-3 {
		display: block;
		width: 100%;
		height: 200px;
		overflow-y: scroll;
	}
	#header-menu-ul-3 {
		overflow-y: auto;
		height: auto;
	}
	#header-menu-ul-1 li, 
	#header-menu-ul-2 li {
		padding: 5px;
		margin: 0 10px;
		border-bottom: 1px dashed #8b8383;
	}
	#header-menu-ul-3 li {
		margin: 10px;
		padding: 5px;
	}
	#header-menu-ul-1 li a,
	#header-menu-ul-2 li a {
		display: inline;
		margin: 0px 0px;
		padding: 5px 0px;
		color:#000000;
		font-family: "open-sans";
		font-family: "roboto-regular";
  		text-transform: uppercase;
	}
	#header-menu-ul-2 li a {
		color:#922c2c;
	}
	#header-menu-ul-3 li a {
		text-decoration: none;
	}
	#search_top {
		width: 60%;
		padding: 20px 5%;
		margin: 30px auto;
		border-top:2px solid #ffffff;
	}
	#search_top input {
		width: 80%;
		flex-basis: 80%;
		padding: 10px 3%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		/**//**/:;
	}
	#header-menu-static {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #d8d8d8;
		transform: translate(-200%, 0);
		transition: all 300ms ease-in;
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		-ms-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		-webkit-transform: translate(-200%, 0);
		-moz-transform: translate(-200%, 0);
		-ms-transform: translate(-200%, 0);
		-o-transform: translate(-200%, 0);
	}
	#header-menu-static.active {
		transform: translate(0%, 0);
		transition: all 300ms ease-in;
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		-ms-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		-webkit-transform: translate(0%, 0);
		-moz-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		-o-transform: translate(0%, 0);
	}
	#header-menu-static-container {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.mainSwiper .swiper-slide .swiper-slide-block p {
		position: absolute;
		bottom: 5%;
		right: 0;
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mainSwiper .swiper-slide .swiper-slide-block p a {
		width: 120px;
		flex-basis: 120px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #000000;
		color: #dad6d3;
		font-family: "roboto-regular";
		font-size: 12px;
		text-transform: none;
		text-decoration: none;
	}
	#advantages-on-main ul {
		padding: 0;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#advantages-on-main ul li {
		width: 280px;
		flex-basis: 280px;
		padding: 15px 10px 15px 10px;
		margin: 0px 0px 0px 0px;
		text-align: center;
	}
	#sell-on-main-ul-1 {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#sell-on-main-ul-1 li {
		width: 200px;
		flex-basis: 200px;
		height: 115px;
  		padding: 0px 0px;
  		margin: 15px 10px;
	}
	#sell-on-main-ul-2 {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#flash-on-main-container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#flash-on-main-h2 {
		width: 96%;
		height: auto;
		padding: 10px 0 10px 0;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	#flash-on-main-h2 h2 {
		width: 100%;
		flex-basis: 100%;
	}
	#flash-on-main-timer {
		width: 100%;
		flex-basis: 100%;
	}
	#summer-on-main {
		padding: 25px 0px 25px 0px;
  		margin: 0 auto;
	}
	#about-on-main {
		/* width: 1276px; */
		padding: 0 0 30px 0;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#about-on-main-img {
		width: 100%;
		flex-basis: 100%;
		max-width: 500px;
	}
	#about-on-main-text {
		width: 100%;
		flex-basis: 100%;
		font-family: "open-sans";
	}
	#about-on-main-text h2 {
		padding: 20px 0px 20px 0px;
		margin: 0px 0px 0px 0px;
		color: #810101;
		font-size: 20px;
		font-family: "open-sans";
	}
	.catalog-on-main h2 {
		font-size: 20px;
		font-family: "open-sans";
	}
	#exclusive-on-main h2 {
		font-size: 20px;
		font-family: "open-sans";
	}
	#sell-on-main-ul-2 li a span {
		font-size: 20px;
		font-family: "open-sans";
	}
	#sell-on-main h2 {
		font-size: 20px;
		font-family: "open-sans";	
	}
	#home-on-main h2 {
		font-size: 20px;
		font-family: "open-sans";	
	}
	#footer-main-menu {
		display: none;
	}
	#footer-main-help {
		display: none;
	}
	#footer-main {
		height: auto;
	}
	#footer-main-subscribe {
		width: 320px;
		flex-basis: 320px;
		padding: 0px 0px 0px 0px;
		margin: 15px auto;
	}
	#footer-main-subscribe h3 {
		text-align: center;
		text-decoration: none;
		padding: 0;
		margin: 10px 0px;
	}
	#footer-main-subscribe form {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 15px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	#footer-main-subscribe form a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin: 10px auto;
		width: 150px;
		flex-basis: 150px;
		height: 30px;
		background: #000000;
		color: #ffffff;
		font-size: 13px;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer-main-subscribe div h4 {
		padding: 0;
		margin: 0 15px 0 0;
		font-size: 15px;
		font-weight: normal;
		text-transform: uppercase;
		color: #000000;
	}
	#footer-law-container {
		height: auto;
		flex-wrap: wrap;
	}
	#footer-law-container p:first-child,
	#footer-law-container p:last-child {
		padding: 0;
		margin: 10px 0px;
		text-align: center;
		font-size: 10px;
		width: 100%;
		flex-basis: 100%;
		text-align: center;
	}
	.header-main-basket a h4 {
		font-size: 11px;
	}
	.header-main-basket {
		position: relative;
		width: 50px;
		flex-basis: 50px;
		height: 50px;
		background: url("/themes/default/images/header-main-basket.png") no-repeat 50% 50%;
		background-size: 25px;
	}
	.header-main-basket a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.header-main-basket h4 {
		display: none;
	}
	.header-main-basket a span.basket_header_items {
		position: absolute;
		top:0;
		right: 0;
		font-size: 12px;
		padding: 2px 3px;
		background-color: #a59a9a;
		color:#ffffff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
	}
	#footer-main-subscribe div a img {
		width: 30px;
		height: auto;
	}
	#header-menu-static-contacts-mobile {
		display: block!important;
		width: 80%;
  		margin: 0 auto;
  		padding: 20px 5%;
		background: #ffffff;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	}
	#header-menu-static-contacts-mobile ul {
		display: block;
		padding: 0;
		margin: 0;
	}
	#header-menu-static-contacts-mobile ul li {
		padding: 0px;
		margin: 5px;
		font-size: 14px;
	}
	#header-menu-static-contacts-mobile ul li a {
		text-decoration: none;
		color: #810101;
		font-family: "roboto-regular";
	}
	#header-menu-ul-3-li-1 a {
		background: url("/themes/default/images/header-menu-ul-3-li-1.png") no-repeat 0% 50%;
		background-size: 25px;
	}
	#header-menu-ul-3-li-2 a {
		background: url("/themes/default/images/header-menu-ul-3-li-2.png") no-repeat 0% 50%;
		background-size: 25px;
	}
	#header-menu-ul-3-li-3 a {
		background: url("/themes/default/images/header-menu-ul-3-li-3.png") no-repeat 0% 50%;
		background-size: 25px;
	}
	#header-menu-ul-3-li-4 a {
		background: url("/themes/default/images/header-menu-ul-3-li-4.png") no-repeat 0% 50%;
		background-size: 25px;
	}
	#header-menu-ul-3-li-5 a {
		background: url("/themes/default/images/header-menu-ul-3-li-5.png") no-repeat 0% 50%;
		background-size: 25px;
	}
	#header-menu-ul-3-li-6 a {
		background: url("/themes/default/images/header-menu-ul-3-li-6.png") no-repeat 0% 50%;
		background-size: 25px;
	}
	#advantages-on-main ul li img {
		width: 100px;
		flex-basis: 100px;
	}
	#search_top a img {
		width: 20px;
	}





	/* =========================================================================== */

	/**/
	#main.main-inner {
		width: 96%;
		margin: 0 auto;
		padding: 20px 2% 20px 2%;
	}
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 900px) {
	.catalog-on-main-container {
		justify-content: space-around;
	}
	.catalog-on-main-block {
		width: 300px;
		flex-basis: 300px;
	}
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 700px) {

}	

@media screen and (max-width: 600px) {
	.mainSwiper .swiper-slide .swiper-slide-block p a {
		width: 120px;
		flex-basis: 120px;
		height: 20px;
	}
	#exclusive-on-main a {
		width: 100%;
		flex-basis: 100%;
		text-decoration: none;
		padding: 0;
		margin: 10px 0px;
	}
	#home-on-main ul {
		justify-content: space-around;
	}
	#home-on-main ul li {
		width: 45%;
		flex-basis: 45%;
	}
	#header-top-container div, 
	#header-top-container p, 
	#header-top-container div span, 
	#header-top-timer b {
		font-size: 8px;
	}
}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 400px) {

}