/* monitors and laptops */
/*
@media screen and (min-width: 1240px)  {
	.wrap {
    max-width: 1260px;
  }
}
*/
/* tablet */
/*
@media screen and (min-width: 1024px) and (max-width: 1240px)  {
	.wrap {
    width: 960px;
  }
}
*/
@media screen and (min-width: 760px) and (max-width: 1240px) {
	.wrap {
		min-width: 540px;
    max-width: 960px;
		width: 100%;
  }

	/*layout & main*/

	header {
  	height: auto;
  	padding: 0 0 15px 0;
  }

  header ul {
  	float: none;
  	margin: 20px auto 0 auto;
  	line-height: 2;
  }
  
  .container_with_image .labels {
      margin-top: 0;
      font-size: 22px;
  }
  
  .container_with_image .name h1 {
      font-size: 46px;
  }
  
  .container_with_image .name img {
    height: 50px;
  }

  .head_logo {
  	float: none;
  	margin: 15px auto 0 auto;
  	width: 200px;
  }

  .head_contacts {
      padding-top: 0;
  }

  .head_time_icons {
  	margin: 10px 0 0 0;
  }

	.home_menu_item:last-child {
    margin: 20px 0 0 0;
	}
	
    .about_image {
        height: auto;
    }

	.top_seller_item {
		height: 420px;
		margin: 10px;
		width: 45%;
	}

	.top_seller_item img {
		height: 320px;
  	width: 100%;
  }

	.alert_block {
  	font-size: 22px;
  }

  .scrollup {
  	display: none !important;
  }

  .footer_links {
  	line-height: 2;
  }

  /*other*/

  .main_block {
  	height: 350px;
  	margin: 0 auto 25px auto;
  	max-width: 880px;
  }

  .main_block_part_left {
  	height: 350px;
  }

  .main_block_part_right {
  	background: #FFFFFF url(/pics/about_photo_cut.jpg) no-repeat 14% 0%;
  	height: 350px;
  	width: 44%;
  }

  .main_block_part_center {
  	border-top: 350px solid #ED92B3;
  }

  .main_block_part_left h1 {
  	margin: 60px 0 0 60px;
  }

  .main_block_part_left h2 {
		margin: 50px 0 0 60px;
  }

  .about_advantage {
		width: 320px;
  }

  .text_main_image {
  	display: none !important;
  }

  .textpage span {
  	width: 100%;
  }

  .discount_cards {
  	width: 370px;
  }

  .discount_card img {
  	margin: 20px 0;
  }

	.delivery_types {
		text-align: center;
	}

  .delivery_block {
  	width: 320px;
  }

  .delivery_block:last-child {
  	margin: 25px 0 0 0;
  }

  .text_center img {
  	width: 100%;
  }

  .pay_method img {
  	display: block;
  	margin: 0 auto 12px auto;
  	width: unset;
  }

  .pay_method span {
  	text-align: center;
  }

  .map_frame img {
		width: 100%;
	}

  .map_frame iframe {
  	width: 100%;
  }

	.my-gallery figure {
		margin: 0 0 7px 10px;
	}

	.my-gallery img {
		width: 229px;
		height: 230px;
	}

	.shop_settings {
		margin: 0;
	}

	.categories {
		width: auto;
	}

	.category_link {
		margin: 8px 16px;
	}

	.shop_items {
		padding: 0 10px;
		text-align: center;
	}

	.shop_item {
		float: none;
		display: inline-block;
		margin: 30px 15px 0 15px;
	}

	.shop_paginator_block {
		display: block;
		width: auto;
	}

	.pagination {
		margin: 25px auto 10px auto;
	}

	.page_item {
		width: auto;
		max-width: 800px;
	}

	.page_item_info {
		width: 320px;
	}

	.page_item_buy {
		width: 140px;
	}

}

/* mobile */
@media screen and (max-width: 760px) {
	.wrap {
    min-width: 320px;
    max-width: 540px;
		width: 100%;
  }

  /*layout & main*/

  header {
  	height: auto;
  	padding: 0 0 15px 0;
  }

  header ul {
  	float: none;
  	margin: 10px auto 0 auto;
  	line-height: 2;
  }

  header ul li {
  	display: block;
  }

  .head_logo {
  	float: none;
  	margin: 10px auto;
  	width: 160px;
  }

  .head_contacts {
  	padding-top: 0;
  }

  .head_time_icons {
  	margin: 10px 0 0 0;
  }

  .home_menu_item {
  	margin: 10px 0 0 0;
  }
  
    .about_image {
        height: auto;
    }
  
  .container_with_image {
      justify-content: center;
      margin-bottom: 0;
  }
  
  .container_with_image .right {
      display: none;
  }
  
  .container_with_image .left {
      height: 400px;
  }

  .home_menu_item img {
  	width: 320px;
  }

  .top_seller_item {
  	width: 90%;
  	margin: 10px;
  }

  .top_seller_item img {
  	width: 100%;
  }

  .top_seller_price {
  	font-size: 20px;
  }

  .home_about_block {
  	height: 340px;
  }

  .home_about_block_content {
  	margin: 40px 0 0 0;
  	padding: 20px 20px 0 20px;
  	height: auto;
  	width: 100%;
  }

  .alert_block {
  	font-size: 20px;
  }

  .alert_hide_m {
		display: none;
  }

  .scrollup {
  	display: none !important;
  }

  .footer_links {
  	line-height: 2;
  }

  .footer_links a {
  	display: block;
  }

  /*other*/

  .main_block {
  	height: auto;
  }

  .main_block_part_right {
  	position: unset;
  	height: 280px;
  	width: 100%;
  	background: #FFFFFF url(/pics/about_photo_cut.jpg) no-repeat 35% 2%;
  }

  .main_block_part_left {
  	display: none;
  }

  .main_block_part_center {
  	display: none;
  }

  .about_advantage {
  	margin: 10px auto;
  	width: 100%;
  }

  .textpage img {
  	height: 260px;
  	margin: 0;
    object-fit: cover;
  	width: 100%;
  }

  .textpage span {
  	margin: 20px 0 0 0;
  	width: 100%;
  	text-align: justify;
  }

  .discount_card img {
  	height: unset;
  	margin: 10px 0;
  }

  .delivery_block {
    display: block;
  	margin: 0 auto !important;
  	width: auto;
  }

  .delivery_block img {
  	height: 65px;
  	width: unset;
  }

  .delivery_block span {
  	margin: 0 0 20px 0;
  	text-align: center;
  }

  .text_center img {
  	height: unset;
  }

  .pay_method img {
  	display: block;
  	height: 50px;
  	margin: 0 auto;
  	width: unset;
  }

  .pay_method {
		margin: 0 0 20px 0;  	
  }

  .pay_method span {
  	text-align: center;
  }

	.map_frame img {
		width: 100%;
	}

  .map_frame iframe {
  	width: 100%;
  }

  .my-gallery {
    margin-left: 7px;
	}

	.my-gallery figure {
		width: 48%;
		margin: 0 2px;
	}

	.my-gallery img {
		width: 100%;
		height: 140px;
	}

	.shop_settings {
		margin: 0;
	}

	.categories {
		width: auto;
	}

	.category_link {
		display: block;
		font-size: 18px;
		margin: 18px 0;
		width: auto;
	}

	.shop_items {
		padding: 0 5px;
	}

	.shop_item {
		height: auto;
		width: 92%;
		padding: 0 0 15px 0;
	}

	.shop_item_img_block {
		height: auto;
		width: auto;
	}

	.shop_item_img {
		min-height: 270px;
		max-height: 320px;
    max-width: 100%;
    height: auto;
    width: auto;
	}

	.shop_item_title {
		width: auto;
	}

	.shop_item_price {
		font-size: 22px;
	}

	.shop_item_price span {
		font-size: 20px;
	}

	.shop_paginator_block {
		display: block;
		width: auto;
	}

	.pagination {
		margin: 25px auto 10px auto;
	}

	.page_item {
		width: auto;
	}

	.page_item_img_block {
		width: auto;
	}

	.page_item_img {
		width: 100%;
	}

	.page_item_info {
		width: auto;
		padding: 0;
		margin: 15px 0 0 0;
	}

	.page_item_buy {
		width: 120px;
	}

	.order_form_block {
		width: auto;
	}

	.contact_form {
		width: auto;
	}
	
	.home .buttons {
	    flex-direction: column;
        align-items: center;
        display: flex;
	}
	
	.home .buttons a {
	    width: 85%;
	    margin: 6px 0;
	}
}