.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%;
		background: #ffffff;
	}

	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;
	}
	
    /* ----- main ----- */
	#fon_header {
		margin: 0px;
		padding: 0px 0 0 0;
		min-width: auto;
		background: none;
	}
	#main {
		overflow: hidden;
		width: 100%;
		min-width:auto;
	}
	header {
		/*height:95px;
		*/width:100%;
		position: fixed;
		top: 0;
		left: 0;
		min-width: 350px;
		z-index: 2;
		margin: 0;
		padding: 0 0 0px 0;
		opacity: 1;
		background: url("/themes/default/images/header-mobile-1x.png") repeat-x 0% 0%;
		box-shadow: 0px 0px 20px 4px rgba(34, 60, 80, 0.22);
		border-radius: 0px 0px 20px 20px;
		-webkit-border-radius: 0px 0px 20px 20px;
		-moz-border-radius: 0px 0px 20px 20px;
		-ms-border-radius: 0px 0px 20px 20px;
		-o-border-radius: 0px 0px 20px 20px;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;		
	}
	header.scrolled {
		opacity: 0.8;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	#header-container {
		height: 80px;
		width: 96%;
		max-width: 1200px;
		padding: 0px;
		margin: 0px auto;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.logo_header {
		width: 220px;
		flex-basis: 220px;
		padding: 0;
		margin: 0;
	}
	.sale_header {
		padding: 10px 0px 10px 70px;
		margin: 0px 0px 0px 0px;
		background: url("../images/gifts.png") no-repeat scroll 0 50% transparent;
		background-size: 60px;
		color: #898B94;
		font-family: "roboto-regular",arial;
		font-size: 16px;
		text-transform: uppercase;
	}
	.phone_header {
		/* font-family: "roboto-bold",arial; */
	}
	#header-menu-trigger {
		display: flex!important;
		align-items: center;
		justify-content: center;
		margin: 0 0px 0 0;
		padding: 5px;
		width: 25px;
		flex-basis: 25px;
		height: 25px;
		background: #DFF5F0;
		background: radial-gradient(circle,rgba(223, 245, 240, 1) 5%, rgba(43, 151, 151, 1) 79%);
		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);
		border:2px solid #ffffff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	#header-menu-trigger .material-icons {
		color:#ffffff;
		font-size: 25px;
	}
	.fon_menu {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		background: url("/themes/default/images/header-menu-mobile-fon-1x.png") 0px 0px;
		z-index: 3;
		transform: translate(-200%, 0%);
		-webkit-transform: translate(-200%, 0%);
		-moz-transform: translate(-200%, 0%);
		-ms-transform: translate(-200%, 0%);
		-o-transform: translate(-200%, 0%);
		transition: all 600ms ease-in;
		-webkit-transition: all 600ms ease-in;
		-moz-transition: all 600ms ease-in;
		-ms-transition: all 600ms ease-in;
		-o-transition: all 600ms ease-in;
	}
	.fon_menu.active {
		transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transition: all 600ms ease-in;
		-webkit-transition: all 600ms ease-in;
		-moz-transition: all 600ms ease-in;
		-ms-transition: all 600ms ease-in;
		-o-transition: all 600ms ease-in;
	}
	.fon_menu nav {
		width: 80%;
		padding: 30px 3%;
		margin: 50px auto;
		background: #ffffff;
		border:2px solid #2b9797;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2) inset;
		-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2) inset;
		box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2) inset;
	}
	#header-menu-close {
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex!important;
		width: 40px;
		flex-basis: 40px;
		height: 40px;
		text-decoration: none;
	}
	#header-menu-close span {
		font-size: 32px;
		color: #2b9797;
	}
	#header-menu-ul {
		display: block;
		width: 90%;
		height: 300px;
		overflow-y: scroll;
		padding: 0 5%;
		margin: 0 0px;
	}
	#header-menu-ul li {
		width: 100%;
		padding: 0;
		margin: 0;
		background: none;
	}
	#header-menu-ul li a {
		display: block;
		width: 100%;
		height: auto;
		margin: 0px 0px;
		padding: 15px 0px;
		background: #ffffff;
		text-decoration: none;
		color:#2b9797;
		border-top:2px dotted #2b9797;
	}
	#header-menu-ul li:first-child a {
		border-top: none;
	}
	#header-menu-ul .menu_second {
		overflow: auto;
		position: static;
		left: auto;
		top: auto;
		width: 100%;
		background: none;
		box-shadow: none;
	}
	.header-menu-sub-ul {
		display: none!important;
	}
	li.active .header-menu-sub-ul {
		display: block!important;
	}
	#header-menu-ul ul li a {
		margin: 0px 0px;
		padding: 10px 0px;
		border:none!important;
		font-family: "roboto-regular",arial;
	}
	 #header-menu-ul li a.header-menu-parent-a {
		background: url("/themes/default/images/arrow-down-s-fill.png") no-repeat 100% 50%;
		background-size: 30px;
	}
	#header-menu-ul li.active a.header-menu-parent-a {
		background: url("/themes/default/images/arrow-up-s-fill.png") no-repeat 100% 50%;
		background-size: 30px;
	}	
	.info.info-main {
		height: auto;
  		margin: 0px auto 0px auto;
  		padding: 90px 0% 0px 0%;
  		width: 100%;
		background: url("/themes/default/images/info-main-mobile-fon-1x.png") 0% 100%;
	}
	.info.info-main ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 2% 20px 2%;
		margin: 0 0;
		width: 96%;
		height: auto;
		background: url("/themes/default/images/info-main-mobile-1x.png") repeat-x 0% 100%;
	}	
	.blue_info,
	.info li:hover .blue_info {
		padding: 23px 10%;
		max-height: 30%;
	}
	.green_info,
	.info li:hover .green_info {
		padding: 23px 10%;
		max-height: 30%;
	}
	.catalog_goods p {
		position: absolute;
		bottom: 0;
		left: 13%;
		margin: 0px;
		padding: 10px 1%;
		width: 68%;
	}
	.catalog_goods li:hover {
    	background: none;
	}
	.catalog_goods li:hover p {
		color:#000000;
		border-bottom: 3px solid #77aa11;
	}
	.info_menu li {
		width: 300px;
		flex-basis: 300px;
		padding: 10px 0px 40px 0px;
		margin: 0px 0px 0px 0px;
	}
	.partners-on-main {
    	width: 98%;
		padding: 0px 0px;
		margin: 10px auto 20px auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		flex-wrap: wrap;
  	}
	.partners-on-main a {
		display: block;
		padding: 10px 0px;
		margin: 0px auto;
		max-width: 600px;
		width: 100%;
		flex-basis: 100%;
		text-decoration: none;
	}
	.show_cookie_area,
	.show_cookie_area_inner {
		font-size: 13px;
	}
	.eqiupment-swiper-block a img {
		width: 155px;
		flex-basis: 155px;
	}
	.info_menu li a img {
		width: 110px;
		flex-basis: 110px;
		height: auto;
	}
	#main.inner-page {
		width: 100%;
		min-width: auto;
		padding: 0;
		margin: 0;
		font-family: "roboto-regular",arial;
	}
	#main.inner-page .content {
		width: 100%;
		padding: 0;
		margin: 0;
		min-height: 200px;
	}
	.content_block_conainer {
		width: 100%;
	}
	#main.inner-page #tetext {
		width: 90%;
		padding: 30px 0px;
		margin: 0px auto;
	}
	#main.inner-page #tetext h1 {
		margin: 0;
		padding: 10px 0px;
		font-size: 23px;
		line-height: normal;
		font-family: "roboto-regular",arial;
		font-weight: normal;
		color:#000000;
	}
	#main.inner-page #tetext h2 {
		margin: 0;
		padding: 10px 0px;
		font-size: 21px;
		line-height: normal;
		font-family: "roboto-regular",arial;
		font-weight: normal;
		color: #2b9797;
		text-transform: none;
	}
	#page-contacts-img {
		width: 90%!important;
		max-width: 600px!important;
		height: auto!important;
		padding: 0px 0px;
		margin: 0px 0px;
		border: 2px solid #2b9797!important;
		border-radius: 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);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	.inner-page-static-scroll {
		width: 100%;
		padding: 0;
		margin: 0;
		overflow-x: scroll;
	}
	.info li {
		max-width: 50%;
		width: 100%;
		flex-basis: 100%;
		height: auto;
		margin: 10px 0px;
		padding: 0px 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);		
	}
	.green_info, 
	.info li:hover .green_info,
	.blue_info, 
	.info li:hover .blue_info {
    	padding: 20px 3%;
    	max-height: 50%;
  	}
	.green_info, 
	.info li:hover .green_info {
		opacity: 1;
		background: #86a830b7;
	}
	.blue_info, 
	.info li:hover .blue_info {
		opacity: 1;
		background: #4d968fbb;
	}
	.visiting-show-left, 
	.visiting-show-right {
		width: 98%;
		flex-basis: 98%;
	}
	#feedback-visiting .question-form th,
	#feedback-visiting .question-form td {
		font-size: 11px!important;
	}
	.inner-page-photo-doc {
		display: block;
		margin: 10px auto!important;
		padding: 0;
		float: none!important;
		height: auto!important;
		width: 90%!important;
		max-width: 300px;
	}
	.inner-page-photo-list {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.inner-page-work {
		display: block!important;
		margin: 20px auto!important;
		padding: 0!important;
		width: 90%!important;
		max-width: 400px!important;
		height: auto!important;
	}
	#inner-page-pechat-foto-text {
		width: 94%;
  		padding: 20px 3%;
		margin: 0px auto;
	}
	.inner-page-order-photo-edit table.question-form input[type="text"], 
	.inner-page-order-photo-edit table.question-form textarea {
		background-color: #FFFFFF;
		font-family: Arial;
		font-size: 15px;
		padding: 2px 5%;
		border: 1px solid #cccccc;
		width: 90%;
	}
}

@media screen and (max-width: 1100px) {
	/**//**/
	.inner-page-cup-list {
		width: 100%;
		padding: 10px auto;
		margin: 10px 0px;
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1000px) {
	/**//**/
	#header-container {
		justify-content: space-around;
		width: 100%;
	}
	.sale_header {
		display: none;
	}
	.logo_header {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	.catalog_goods li {
		width: 300px;
		flex-basis: 300px;
		height: 210px;
		padding: 0px;
		margin: 10px;
	}
	.catalog_goods li a img {
		padding: 0;
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 900px) {
	/**//**/
	.menu_footer {
		display: none;
	}
	.footer-info {
		width: 100%;
		padding: 20px 0px;
		margin: 0px 0px;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.adress_footer,
	.logo_footer,
	.phone_footer {
		width: 250px;
		flex-basis: 250px;
		padding: 15px 0px;
		margin: 0px 0px;
		text-align: center;
	}
	.footer-law {
		width: 100%;
		padding: 10px 0px 10px 0px;
		margin: 20px auto 55px auto;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
		border-top: 2px solid #ffffff;
	}
	.copy_footer,
	.eo,
	.footer_policy {
		width: 250px;
		flex-basis: 250px;
		padding: 15px 0px;
		margin: 0px 0px;
		text-align: center;		
	}
	.logo_footer img {
		width: 100%;
		display: block;
		height: auto;
	}
	.inner-page-equipment-block {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.inner-page-equipment-block-text {
    	padding: 0;
		margin: 0;
	}
	.inner-page-equipment-block-img {
		padding: 10px 0px;
		margin: 0 auto;
	}
	.inner-page-equipment-block-images {
		width: 100%;
		flex-basis: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.green_info, 
	.info li:hover .green_info,
	.blue_info, 
	.info li:hover .blue_info {
    	padding: 0px 3%;
    	max-height: none;
		height: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
		flex-wrap: wrap;
  	}
	.info p {
  		margin: 10px 0px 20px 0px;
		width: 100%;
		flex-basis: 100%;
	}
	.info span {
		padding: 7px 0px 7px 32px;
	}
}

@media screen and (max-width: 800px) {
	/**//**/
	.inner-page-static-table th,
	.inner-page-static-table td {
		padding: 10px 3px!important;
		font-size: 11px!important;
	}	
}

@media screen and (max-width: 700px) {
	/**//**/
	.inner-page-print-table {
		width: 100%;
		flex-basis: 100%;
	}
	.inner-page-photo {
		display: flex;
		align-items: center;
  		justify-content: space-around;
		flex-wrap: wrap;
	}
	.inner-page-photo a img {
		/**//**//**//**/
	}
	.inner-page-photo div {
		width: 100%;
		flex-basis: 100%;
	}
}	

@media screen and (max-width: 600px) {
	
	
	.big_photo_field_no img, .big_photo_field_yes img{
		max-width:100%;
		max-height:100%;
		
		
	}
	
	.wraptrink_photo{
	padding:1%;
}
	#trink.show_big_photo{
		width:96%;
		margin:0;
		left:1%;
		
	}
	
	.info-main-li2{
		display:none;
	}
	
	
	
	/**//**/
	.info li {
		height: 130px;
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.info li a {
		height: 130px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.info li a img {
		width: 600px;
		height: auto;
	}
}

@media screen and (max-width: 500px) {
	/**//**/
	.logo_header {
		width: 170px;
		flex-basis: 170px;
	}
	.phone_header {
		margin: 0;
		padding: 0;
		background: none;
		font-size: 13px;
		color: #2b9797;
		font-family: "roboto-regular",arial;
	}
	.phone_header span {
		font-family: "roboto-regular",arial;
		font-size: 15px;
	}
	#page-contacts-img {
		display: block;
		padding: 0;
		margin: 0 auto;
	}
	.shop-cat-list {
		width: 100%;
		padding: 10px 0px;
		margin: 0px auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 400px) {
	/**//**/
	.logo_footer {
		width: 220px;
		flex-basis: 220px;
	}
}