body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;

	/*background: #FFFFFF url("/pics/main_logo_small.png") no-repeat center; /*url("/img/tex-light.png") repeat fixed left bottom*/

  color: #323232;
  word-spacing: 2px;
}

.wrap {
	margin: 0 auto;
	width: 1260px;
}

.container {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

b {
	font-weight: 600;
}

 /*HEAD*/

header {
	/*-background: #FFFFFF url("/pics/main_logo_small.png") no-repeat center;*/
	text-align: center;
}

header ul {
	float: left;
	margin: 110px 0 0 0;
}

header ul li {
	display: inline-block;
	margin: 0 30px 0 30px;
}

header ul li > a {
	color: inherit;
}
header ul li > a:hover {
	color: inherit;
}
header ul li > a:visited {
	color: inherit;
}

.head_logo {
	float: left;
}

.head_contacts {
	display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 1em;
}

.head_contacts div {
	font-size: 15px;
}

.head_phones { 
	text-align: left;
}

.head_time_icons img {
	margin: 0px 6px 8px 6px;
}

	/*FOOT*/

footer {
	background-color: #323232;
	color: white;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4;
	text-align: center;
}

.footer_logo {
	margin: 35px 0 26px 0;
}

.social {
	margin: 22px 0 20px 0;
}

.social img {
	margin: 0 6px 0 6px;
}
.social img:hover {
	cursor: pointer;
	opacity: 0.75;
}

.footer_links {
	border-top: 2px white solid;
	font-weight: 400;
	/*text-align: justify;*/
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	width: 90%;
}

.footer_links a {
	color: white;
	/*display: inline-block;*/
	/*text-align: center;*/
	margin: 0px 28px 0 28px;
}
.footer_links a:visited {
	color: white;
}
.footer_links a:hover {
	color: #FFF7F7;
}

	/*ALERT BLOCK*/

.alert_block {
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #323232;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
	padding: 10px 50px;
	text-align: center;
	width: 100%;
}

.alert_block a {
    color: white;
}

.alert_block img {
    margin-right: 0.5em;
    width: auto !important;
}

	/*CONTENT*/


	/*TEXT PAGES*/

.textpage {
	width: 90%;
	text-align: justify;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.textpage ul {
	font-size: 18px;
	/*margin-left: 5px;*/
	text-align: left;
}

.textpage li {
	/*line-height: 1.5;*/
	margin-top: 8px;
	padding-left: 1em; 
  text-indent: -.7em;
}
.textpage li:first-child {
	margin-top: 0;
}

.textpage li::before {
  content: "\2661\0020";
  color: #B72E53;
}

.textpage h2 {
	font-family: "Minion Pro", serif;
	font-size: 36px;
	margin: 28px 0 22px 0;
	text-align: center;
}

.textpage h3 {
	font-family: "Minion Pro", serif;
	font-size: 30px;
	/*margin: 28px 0 22px 0;*/
	text-align: center;
}

.textpage .text_center {
	text-align: center;
}

.textpage .text_left {
	text-align: left;
}

.textpage .float_l {
	float: left;
}

.textpage img {
	display: inline-block;
	margin: 0 20px 0 0;
}

.textpage span {
	display: inline-block;
	width: 730px;
	vertical-align: top;
	/*text-indent: 50px;*/
}

.textpage hr {
	width: 65%;
	margin: 10px auto 0 auto;
}

.textpage .note {
	font-size: 16px;
	text-align: justify;
	width: auto !important;
	line-height: 1.25;
}

	/*DISCOUNT*/

.discount_cards {
	margin: 0 auto;
}

.discount_card {
	display: inline-block;
	margin: 0 10px;
}

.discount_card img {
	margin: 0;
}

	/*DELIVERY PAYMENT*/

.delivery_block {
	display: inline-block;
	margin-left: 32px;
	text-align: center;
	width: 350px;
}
.delivery_block:first-child {
	margin-left: 0;
}

.delivery_block img {
	margin: 0;
}

.delivery_block p {
	font-weight: 600;
}

.delivery_block ul {
	font-size: 16px;
}

.delivery_block span {
	font-size: 18px;
	width: auto;
}

.pay_method {
	font-size: 18px;
	margin: 0 0 20px 20px;
}

.pay_method span{
	vertical-align: super;
	width: 1010px;
}

	/*HOME*/

.home_image, .about_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    height: 75vh;
    max-width: 100%;
    object-fit: cover;
}

.about_image {
    height: 60vh;
}

.container_with_image {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 3em;
}

.container_with_image .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.container_with_image .labels {
    margin-top: 0.5em;
    color: #323232;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.container_with_image .name {
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.container_with_image button {
    background-color: white;
    color: #323232;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    padding: 15px 55px;
    margin-top: 0.8em;
    border-radius: 35px;
    border-color: #323232;
    box-shadow: 1px 3px 5px grey;
    letter-spacing: 2px;
}

.container_with_image .name img {
    height: 70px;
    margin-right: 1em;
}

.container_with_image .name h1 {
    color: #323232;
    font-weight: 600;
    font-size: 64px;
}

.container_with_image .left {
    height: 80vh;
    object-fit: cover;
}

.home .right .link_set {
    margin-right: 3em;
}

.home .right .link_set a {
    background-color: #323232;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2;
    padding: 10px 50px;
    display: flex;
    margin-top: 0.8em;
}

.home hr {
	width: 70%;
  margin: 24px auto 1px auto;
}

.home .buttons {
    display: none;
    margin: 1em 0;
    width: 100%;
    justify-content: space-around;
}

.home .buttons a {
    background-color: #323232;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2;
    padding: 10px 50px;
    text-align: center;
    width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_menu_block {
	margin: 26px auto 0 auto;
	text-align: center;
	/*-width: 1053px;*/
}

.home_menu_item {
	display: inline-block;
	margin: 0 0 0 23px;
}
.home_menu_item:first-child {
	margin: 0;
}
.home_menu_item:hover {
	/*opacity: 0.94;*/
}

.home_menu_item a {
	color: inherit;
}
.home_menu_item a:hover {
	color: #ED92B3 !important;
}
.home_menu_item a:visited {
	color: inherit;
}

.home_menu_item img {
	width: 320px;
}

.home_menu_item p {
	background-color: rgba(255,255,255, 0.9);
	font-size: 22px;
	position: absolute;
	padding: 19px 0;
	margin: 95px 0 0 20px;
	text-align: center;
	width: 280px;
	height: 60px;
}

.top_sellers {
	margin: 24px 0 0 0;
	text-align: center;
}

.top_sellers h2 {
	font-family: "Minion Pro", serif;
  font-size: 42px;
}

.top_seller_item {
	display: inline-block;
	height: 370px;
	width: 270px;
	margin: 0 15px 0 15px;
	text-align: center;
	box-sizing: content-box;
	vertical-align: top;

	box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);

  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.top_seller_item:hover {
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.35);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.35);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.35);
}

.top_seller_item img {
	object-fit: cover;
  width: 270px;
  height: 270px;
}

.top_seller_name {
	font-family: "Minion Pro", serif;
  font-size: 22px;
  padding: 10px 5px;
  height: 60px;
  /*width: 268px;*/
  display: table-cell;
  vertical-align: middle;
}

.top_seller_price_block {
	font-weight: 300;
}

.top_seller_price {
  font-size: 20px;
  display: inline-block;
}
.top_seller_price span {
	font-size: 16px;
}

.top_seller_item_link {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	vertical-align: bottom;
	border-left: 1px solid #323232;
    padding: 0 0 0 10px;
    color: inherit;
}

.home_more_butt {
	width: 300px !important;
}

.home_more_butt span {
	width: 290px !important;
}

.home_about_block {
	background: #FFFFFF url("/pics/home_about.jpg") no-repeat center;
	height: 500px;
}

.home_about_block_content {
	background-color: rgba(255,255,255, 0.75);
	float: right;
	height: 240px;
	width: 480px;
	margin: 130px 70px 0 0;
	padding: 22px;
	text-align: center;

	box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
}

.home_about_block_content h3 {
	font-family: "Minion Pro", serif;
  font-size: 38px;
}

.home_about_block_content p {
	margin-top: 15px;
  font-size: 18px;
  line-height: 1.3;
}

.home_about_more_butt {
	width: 190px !important;
	margin: 24px auto !important;
}

.home_about_more_butt span {
	text-align: center;
	width: 180px !important;
}

	/*ABOUT PAGE*/

.main_block {
	line-height: 1.25;
	height: 500px;
	margin: 0 0 25px 0;
}

.main_block_part_left {
  background: #ED92B3; 
  display: inline-block;
  height: 500px;
  vertical-align: top;
  float: left;
}

.main_block_part_left h1 {
	color: #323232;
	font-family: "Minion Pro", serif;
	font-size: 36px;
	margin: 140px 0 0 80px;
	width: 370px;
	font-weight: 500;
}

.main_block_part_left h2 {
	color: white;
	font-size: 24px;
	font-weight: 200;
	margin: 60px 0 0 80px;
}

.main_block_part_center {
	position: absolute;
  display: inline-block;
  width: 0; 
  height: 0; 
  border-top: 500px solid #ED92B3; 
  border-right: 160px solid transparent;
  vertical-align: top;
  margin-left: -1px;
}

.main_block_part_right {
	background: #FFFFFF url("/pics/about_photo_cut.jpg") no-repeat right;
  display: inline-block;
  height: 500px;
  width: 809px;
  vertical-align: top;
  position: absolute;
}

.about_block {
	margin: 30px 0 20px 0;
	text-align: center;
}

.about_block h3 {
	font-family: "Minion Pro", serif;
	font-size: 42px;
}

.about_block p {
	margin: 15px auto;
	line-height: 1.2;
	text-align: center;
	width: 90%
}

.more_button {
  margin: 25px auto;
  width: 230px;
}

.more_button span {
	background-color: #323232;
	color: white;
	display: block;
	margin: 0 auto;
	padding: 12px;
	width: 220px;
}
.more_button a {
	text-decoration: none;
}
.more_button span:hover {
	cursor: pointer;
	opacity: 0.8;
}

.about_block hr {
	width: 65%;
	margin: 40px auto 28px auto;
}

.about_advantages {
	margin-top: 3px;
	margin-bottom: 3em;
}

.about_advantages a {
	color: inherit;
	text-decoration: none;
}
.about_advantages a:hover {
	color: inherit;
	opacity: 0.8;
}
.about_advantages a:visited {
	color: inherit;
}

.about_advantage {
	display: inline-block;
	margin: 30px 26px 0 26px;
	vertical-align: top;
	width: 350px;
}

.about_advantage h4 {
	font-weight: bold;
	margin-top: 16px;
}

.about_advantage p {
	margin-top: 16px;
}

 	/*MAP*/

.map_frame {
	text-align: center;
}

.map_frame h2 {
	font-family: "Minion Pro", serif;
	font-size: 36px;
	margin: 28px 0 22px 0;
}

.map_frame img {
	float: left;
	width: 38%;
}

.map_frame iframe {
	float: left;
}

 	/*GALLERY*/

.my-gallery {
}

.my-gallery img {
	object-fit: cover;
	
  /*width: 100%;*/
  /*height: auto;*/

  width: 240px;
  height: 240px;
}

.my-gallery figure {
  display: block;
  float: left;
  margin: 0 10px 7px 0;
}

.my-gallery figcaption {
  display: none;
}

	/*SHOP*/

.shop {
	/*background-color: blue;*/
}

.no_content {
	padding: 20px;
}

.shop_settings {
	text-align: left;
  box-sizing: content-box;
  margin: 20px 0 0 0;
  padding: 20px 20px 15px 20px;

  /*box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
}

.categories {
  width: 1060px;
  padding: 0;
  margin: 0 auto;
}

.category_link {
	display: inline-block;
	font-size: 16px;
	margin: 6px;
	width: 250px;
}

.category_link::before {
  content: "\2661\0020";
  color: #B72E53;
}

.sorter a, .categories a {
	color: #323232;
}
.sorter a:visited, .categories a:visited {
	color: #323232;
}
.sorter a:hover, .categories a:hover {
	color: #ED92B3 !important;
	text-decoration: none;
}

.shop_title_block {
	margin: 30px 0 0 0;
	text-align: left;
}

.shop_title_old {
	border-right: 2px solid #323232;
	color: #ED92B3;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
	padding: 5px 20px 5px 5px;
	text-align: right;
	width: 610px;
}
.shop_title {
	color: #323232;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
}

.sort_label {
	display: none;
	/*display: inline-block;*/
	font-size: 16px;
	font-weight: 500;
}

.shop_title_block li {
	float: left;
	font-size: 16px;
	margin: 0 0 0 15px;
}

.sorter {
	display: none;
	/*display: inline-block;*/
	list-style-image: url(/pics/icons/sort_small.png);
	vertical-align: middle;
	margin-left: 15px;
}

.shop_items {
	margin: 0 auto;
	padding: 0 29px;
}

.shop_item {
	float: left;
  height: 370px;
  width: 270px;
  margin: 20px 15px 0 15px;
  text-align: center;
  box-sizing: content-box;

  box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.shop_item:hover {
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.35);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.35);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.35);
}

.shop_item_img_block {
  position: relative;
  height: 270px;
  width: 270px;
}

.shop_item_img {
	/*max-height: 270px;
  max-width: 270px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;*/

  object-fit: cover;
  width: 270px;
  height: 270px;
}

.shop_item_price_block {
	font-weight: 300;
}

.shop_item_title {
	font-family: "Minion Pro", serif;
	font-size: 22px;
	padding: 10px 5px;
	height: 60px;
	width: 269px;
	display: table-cell;
  vertical-align: middle;
}

.shop_item_price {
	font-size: 20px;
	/*font-weight: 400;*/
	display: inline-block;
}

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

.shop_item_link {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	vertical-align: bottom;
	border-left: 1px solid #323232;
	padding: 0 0 0 10px;
    color: inherit;
}

.shop_item_link_block {
	text-decoration: none;
	color: inherit;
}
.shop_item_link_block:hover {
	text-decoration: none;
	color: inherit;
}
.shop_item_link_block:visited {
	text-decoration: none;
	color: inherit;
}
.shop_item_link_block:focus {
	text-decoration: none;
	color: inherit;
}

.shop_paginator_block {
	display: inline-block;
	text-align: center;
	margin: 10px;
	width: 100%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: white;
}

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

.pagination > li > a, .pagination > li > span {
	color: #323232;
	border: none;
}

.pagination > li > a:hover, .pagination > li > span:hover {
	color: #a1a1a1 !important;
	background-color: transparent;
}

.pagination > .active > a {
	color: white;
	background-color: #323232 /*#ED92B3*/;
}

	/*ITEM PAGE*/

.item_shop_link {
	padding: 20px 0 0 50px;
}

.page_item {
	margin: 15px auto 30px auto;
	padding: 16px;
	text-align: center;
	width: 800px;

  box-sizing: content-box;
  box-shadow: 1px 3px 8px rgba(0,0,0, 0.35);
  -moz-box-shadow: 1px 3px 8px rgba(0,0,0, 0.35);
  -webkit-box-shadow: 1px 3px 8px rgba(0,0,0, 0.35);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.page_item_img_block {
	display: inline-block;
  width: 400px;
}

.page_item_img {
  max-width: 400px;
}

.page_item_info {
	display: inline-block;
	padding-left: 11px;
	/*padding: 0 10px;*/
	vertical-align: top;
	width: 390px;
}

.page_item_title {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: "Minion Pro", serif;
	font-size: 28px;
	font-weight: 500;
	padding: 24px 0 20px 0;
	margin: 0 0 30px 0;
}

.page_item_title::before {
    content: "\2661\0020";
    color: #B72E53;
}

.page_item_price {
	background: #FFF5DB;
	color: #ED92B3;
	display: inline-block;
	float: left;
	font-size: 24px;
	font-weight: 500;
	padding: 10px;

	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.page_item_buy {
	display: inline-block;
	float: left;
	margin: 0 0 0 18px;
	width: 160px;
}

.page_item_buy a,.page_item_buy a:hover {
	color: white;
	padding: 12px;
	display: block;
}

.page_item_buy span {
	width: auto !important;
	padding: 0 !important;

	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.page_item_price span {
	font-size: 16px;
}

.page_item_discount_price {
	text-decoration: line-through;
	margin-right: 8px;
  color: #999999;
}

.page_item_descr {
	font-weight: 300;
	line-height: 22px;
	text-align: justify;
	margin: 0 0 30px 0;
}

	/*ORDER*/

.order_form_block {
	border: 1px solid #F2F2F2;
  margin: 10px auto 30px auto;
  text-align: center;
  box-sizing: content-box;
  box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 600px;
}

.order_form_block p {
  background: #FFF5DB;
  color: #ED92B3;
  display: inline-block;
  font-family: "Minion Pro", serif;
  font-size: 30px;
  line-height: 1.3;
  margin: 20px 0;
  padding: 12px 12px 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.contact_form  {
  border-top: 1px solid #F2F2F2;
  margin: 0 auto;
  padding: 16px 0 0 0;
  text-align: center;
  width: 500px;
}

.submit_button_order:hover {
  cursor: pointer;
  opacity: 0.8;
}
.submit_button_order {
  border: none;
  background-color: #ED92B3;
  color: white;
  display: block;
  margin: 0 auto;
  padding: 12px;
}

.item_link_order {
	display: block;
	margin-bottom: 15px;
}

	/*SCROLL UP*/

.scrollup {
  width: 64px;
  height: 64px;
  opacity: 0.85;
  position: fixed;
  bottom: 75px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background: url("/pics/icons/up.png") no-repeat;
}