.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 {
		/**//**//**/
	}
	#header-top-menu ul li a {
		padding: 10px 0px;
  		margin: 0px 20px 0px 0px;
	}
	#header-catalog-menu-ul li a,
	#header-catalog-menu-ul li ul li a {
		font-size: 16px;
	}
	#advantages-on-main-list ul li {
		width: 30%;
		flex-basis: 30%;
	}
	#footer-main-container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer-main-block-1,
	.footer-main-block-2,
	.footer-main-block-3,
	.footer-main-block-4,
	.footer-main-block-5 {
		width: 30%;
		flex-basis: 30%;
		padding: 0px 0px 10px 0px;
		margin: 0px 1%;
	}
	.main-swiper-block-text-more {
		padding: 1px 1px 5px 1px;
  		margin: 0px auto 0px auto;
	}
	.header-user {
		background: url("/themes/default/images/header-user-hover-3x.png") no-repeat 50% 50%;
		background-size: 33px;
	}
	.header-wish {
		background: url("/themes/default/images/header-wish-hover-3x.png") no-repeat 50% 50%;
		background-size: 33px;		
	}
	.header-basket {
		background: url("/themes/default/images/header-basket-hover-3x.png") no-repeat 50% 50%;
		background-size: 33px;		
	}

	/**//**/
	/* ============================================================= */

	/* **** =============================================================== ****/
	/* ======================================================= */

}

@media screen and (max-width: 1100px) {
	/**//**//**/
	.main-swiper-block-text-logo {
		width: 200px;
		height: auto;
	}
	.main-swiper-block-text-title h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1000px) {
	/**//**/
	#menu-panel-mobile {
		display: block!important;
		position: fixed;
		right: 0;
		top: 45%;
		z-index: 3;
		width: 40px;
		padding: 10px;
		margin: 0px;
		background-color: #ffffffc4;
		border-radius: 10px 0px 0px 10px;
		-webkit-border-radius: 10px 0px 0px 10px;
		-moz-border-radius: 10px 0px 0px 10px;
		-ms-border-radius: 10px 0px 0px 10px;
		-o-border-radius: 10px 0px 0px 10px;
		-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);		
	}
	.menu-panel-mobile-button-1,
	.menu-panel-mobile-button-2,
	.menu-panel-mobile-button-3 {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		width: 30px;
		flex-basis: 30px;
		height: 30px;
		background: linear-gradient(90deg, #943CCB 0.02%, #F52D8C 100%);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);		
	}
	.menu-panel-mobile-button-2 {
		padding: 0px;
		margin: 0px 0px 10px 0px;
		background: linear-gradient(90deg, #F52D8C 0.02%, #943CCB 100%);		
	}
	.menu-panel-mobile-button-3 {
		text-decoration: none;
		color: #ffffff;
		font-size: 15px;
		padding: 0px;
		margin: 0px;
	}
	.menu-panel-mobile-button-1 img,
	.menu-panel-mobile-button-2 img {
		display: block;
		width: 21px;
		height: auto;
		padding: 0px;
		margin: 0px;
	}
	#header-top-menu,
	#header-catalog-menu {
		/* display: none; */
		position: fixed;
		top: 20px;
		left: 0px;
		width: 300px;
		flex-basis: 300px;
		background: #fffffff1 url("/themes/default/images/header-menu-mobile-fon-3x.png") no-repeat 50% 0%;
		background-size: 400px;
		border-radius: 0px 10px 10px 0px;
		-webkit-border-radius: 0px 10px 10px 0px;
		-moz-border-radius: 0px 10px 10px 0px;
		-ms-border-radius: 0px 10px 10px 0px;
		-o-border-radius: 0px 10px 10px 0px;
		-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
		transform: translate(-200%, 0px);
		-webkit-transform: translate(-200%, 0px);
		-moz-transform: translate(-200%, 0px);
		-ms-transform: translate(-200%, 0px);
		-o-transform: translate(-200%, 0px);
		transition: all 300ms ease-out;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;	
		z-index: 5;		
	}
	#header-top-menu.active,
	#header-catalog-menu.active {
		display: block;
		transform: translate(0%, 0px);
		-webkit-transform: translate(0%, 0px);
		-moz-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		transition: all 300ms ease-out;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;			
	}
	#header-top-menu-container {
		position: relative;
		width: 100%;
		padding: 65px 0px 45px 0px;
		margin: 0px 0px;
		height: auto;
	}
	#header-top-menu-close,
	#header-catalog-menu-close {
		width: 25px;
		flex-basis: 25px;
		height: 25px;
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex!important;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0px;
		margin: 0px;
		/* border: 2px solid #ffffff; */
		/* background: linear-gradient(90deg, #943CCB 0.02%, #F52D8C 100%); */
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	#header-top-menu-close img,
	#header-catalog-menu-close img {
		display: block;
		width: 100%;
		padding: 0px;
		margin: 0px;
		height: auto;
	}
	#header-top-menu ul {
		width: 85%;
		padding: 0px 0px;
		margin: 10px auto;
		display: block;
		overflow-y: scroll;
		max-height: 200px;
	}
	#header-top-menu ul li a {
		display: block;
		color: #e63dc9;
		text-transform: uppercase;
	}
	#header-top-menu-phone {
		width: 80%;
		padding: 10px 5%;
		margin: 10px auto;
		text-align: center;
		border-top:4px solid #8a11d6;
	}
	#header-top-menu-phone a {
		display: inline;
	}
	#header-top-menu-call {
		padding: 0px;
		margin: 0px auto;
	}
	#header-catalog-menu {
		height: auto;
	}
	#header-catalog-menu-fon {
		position: relative;
		width: 100%;
		padding: 65px 0px 45px 0px;
		margin: 0px 0px;
		height: auto;
		background: none;
  	}
	#header-catalog-menu-container {
		height: auto;
		width: 100%;
	}
	#header-catalog-menu-nav {
		width: 85%;
		padding: 0px 0px;
		margin: 10px auto;
		display: block;
		overflow-y: scroll;
		max-height: 200px;
	}
	#header-catalog-menu-nav li a {
		display: block;
		padding: 10px 0px;
		margin: 0%;
		color: #e63dc9;
		color: #8a11d6;
		text-transform: uppercase;
		font-size: 14px;
	}
	#header-catalog-menu-ul {
		display: block;
	}
	#header-catalog-menu-ul li ul {
		position: static;
		top: auto;
		left: auto;
		padding: 0px 0px;
		background: none;
		width: auto;
		display: block;
		flex-basis: auto;
		border: none;
		box-shadow: none;
	}
	.header-catalog-menu-search {
		width: 90%;
		flex-basis: 90%;
		padding: 0px 0px;
		margin: 20px auto 10px auto;
		border:3px solid #8a11d6;
	}
	.header-catalog-menu-search-ok {
		background: #ec64ca url("/themes/default/images/header-catalog-menu-search-ok-3x.png") no-repeat 50% 50%;
		background-size: 31px;
		border-radius: 0px 7px 7px 0px;
		-webkit-border-radius: 0px 7px 7px 0px;
		-moz-border-radius: 0px 7px 7px 0px;
		-ms-border-radius: 0px 7px 7px 0px;
		-o-border-radius: 0px 7px 7px 0px;
	}
	.header-catalog-menu-search-ok:hover {
		background: #f042c4 url("/themes/default/images/header-catalog-menu-search-ok-3x.png") no-repeat 50% 50%;
		background-size: 31px;
	}
	#header-catalog-menu-ul li {
		width: 90%;
		padding: 0px;
		margin: 0px;
	}
	#header-catalog-menu-ul li ul li a {
		font-size: 15px;
		text-transform: none;
		color: #8a11d6;
		color: #e63dc9;
	}
	header {
		/**//**//**//**/
		width: 100%;
		padding: 0px;
		margin: 0px;
		border-top:5px solid #943CCB;
	}
	#header-main-container {
		width: 100%;
		height: auto;
	}
	#header-main-logo {
		width: 150px;
		flex-basis: 150px;
		padding: 0px;
		margin: 0px 10px;
		order: 1;
	}
	#header-main-panel {
		order: 3;
		padding: 0px;
		margin: 0px 20px 0px auto;
	}
	#header-main-vk {
		display: none;
		order: 2;
		padding: 0px;
		margin: 0px auto;
	}
	#header-main-slogan,
	#header-main-slogan.active {
		width: 100%;
		flex-basis: 100%;
		order: 4;
		padding: 10px 5%;
		margin: 0px auto;
		text-align: center;
		background: linear-gradient(90deg, #F52D8C 0.02%, #943CCB 100%);
		color: #ffffff;
	}
	.header-user,
	.header-user:hover {
		width: 30px;
		flex-basis: 30px;
		height: 30px;
		padding: 0px;
		margin: 0px 5%;
		background-size: 25px;
	}
	.header-wish,
	.header-wish:hover {
		width: 30px;
		flex-basis: 30px;
		height: 30px;
		padding: 0px;
		margin: 0px 5%;
		background-size: 20px;		
	}
	.header-basket,
	.header-basket:hover {
		width: 30px;
		flex-basis: 30px;
		height: 30px;
		padding: 0px;
		margin: 0px 5%;
		background-size: 25px;		
	}
	#header-main-vk a {
		width: auto;
		flex-basis: auto;
		height: 30px;
		margin: 0px;
		padding: 0px 5px;
	}
}

@media screen and (max-width: 900px) {
	/**//**/
	.footer-main-block-1, .footer-main-block-2, .footer-main-block-3, .footer-main-block-4, .footer-main-block-5 {
	    width: 250px;
	    flex-basis: 250px;
	    padding: 0px 0px 10px 0px;
	    margin: 0px 5px;
	}
}

@media screen and (max-width: 800px) {
	/**//**/
	#footer-law-container {
		height: auto;
		min-height: 125px;
		padding: 20px 0px;
		margin: 0px auto;
		border-top:3px solid #e63dc9;
	}
	.footer-law-block-1 {
    	padding: 0px;
    	margin: 0px 5%;
		width: 90%;
		flex-basis: 90%;
		text-align: center;
  	}
	.footer-law-block-2 {
		padding: 0px;
		margin: 0px auto;
	}
	.footer-law-block-3 {
		padding: 0px;
		margin: 0px 5%;
		width: 90%;
		flex-basis: 90%;
		text-align: center;
	}
	#advantages-on-main-list ul li {
    	width: 150px;
    	flex-basis: 150px;
  	}
	#advantages-on-main-list ul li span {
		display: block;
		width: 94%;
		padding: 0px 3%;
  		margin: 15px auto;
		font-size: 14px;
	}
	#advantages-on-main-list ul li span br {
		display: none;
		font-size: 14px;
	}
}

@media screen and (max-width: 700px) {
	/**//**/
	#swiper-on-main {
		display: none;
	}
	#swiper-on-main-mobile {
		display: block!important;
	}
	.swiper-pagination-mobile {
		position: absolute;
  		text-align: center;
		bottom: 10px;
		left: 0;
		width: 100%;
	}
	#swiper-on-main-mobile .main-swiper-img {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
}	

@media screen and (max-width: 600px) {
	/**//**//**//**/
}

@media screen and (max-width: 500px) {
	/**//**/
	.main-swiper-block-text-logo {
    	width: 150px;
    	height: auto;
  	}
	.main-swiper-block-text-title h2 {
    	font-size: 18px;
  	}
	.main-swiper-block-text-more h3 {
		font-size: 13px;
	}
	.main-swiper-block-text-more {
		max-width: 200px;
  		width: 90%;
    	padding: 1px 1px 1px 1px;
    	margin: 0px auto 0px auto;
  	}
	.main-swiper-block-text-title {
		padding: 0px 5px;
		margin: 5px auto 5px auto;
	}
}

@media screen and (max-width: 400px) {
	/**//**/
}