.HeaderBox.Holder 
{
	min-height: 100%;
	position: relative;
	- height: 100%;
}
.Holder.Zavtraki
{
	background:#fff !important;
}
[id^="wait_comp_"]
{
   display: none;
}
.tablebodytext
{
   display: none;
}
.Flex 
{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
}
.Flex.Baseline
{
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.Flex.Justify
{
	justify-content:space-between;
}
.FlexInline
{
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important; 
}
.ml-auto, .mx-auto 
{
    margin-left: auto !important;
}
.Clear
{
	clear:both;
}
#Blocks 
{
	padding: 0px;
}
.Wrapper
{
	max-width:1200px;
	position:relative;
	margin: 0 auto;
}
.Holder .Title
{
	font-family: 'Montserrat-Bold';
	font-size:36px;
	margin: 0 0 35px;
}
.bx-sbb-empty-cart-text
{
	font-family: 'Montserrat-Bold';
	font-size:36px;
}
.HeaderBox
{
	background-color:#000;
    position: relative;
    z-index: 10;
    margin: 0;
}
.HeaderBox .Item 
{
    height: 537px;
}
.HeaderBox .Item .BG
{
    background-position: 100% 100%;
	width:100%;
    position: absolute;
	top:0;
    height: 734px;
} 
.Cont .HeaderBox
{
    background-image: url(images/header-cont-new.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-color: #000000;
	height:auto;
    position: relative;
	z-index:50;
	margin: 0;
}
.HeaderBox .InfoBlock .Wrapper
{
	padding:150px 0 0;
    position: relative;
}
.HeaderBox .InfoBlock .Flex
{
    justify-content: space-between;
}
.HeaderBox .InfoBlock .Button
{
	position:absolute;
	right:0;
	bottom:0;
	font-size:14px;
	padding:20px 0 0;
	color:#ffffff;
	max-width:270px;
}
.HeaderBox .InfoBlock .Button p
{
	padding:0 0 35px;
}
.HeaderTop
{
    padding:19px 0 0;
	margin:0 0 25px;
    text-align: right;
}
.Cont .HeaderTop
{
	margin:0;
    padding:0;
    text-align: right;
}
.HeaderTop .Flex
{
    justify-content: flex-end;
    align-items: center;
    height:97px;
}
.Cont .HeaderTop .Flex
{
    height:115px;
}
.HeaderBox .Logo
{
    text-align: center;
    width: 100%;
}
.Cont .HeaderBox .Logo
{
	padding:0;
}
.HeaderBox .Logo a
{
    position: relative;
    z-index: 100;
}
.HeaderBox .Logo img
{
	display:inline-block;
}
.HeaderBox .Logo img.Mobile
{
	display:none;
}
.HeaderBox .Phone
{
	font-family: 'Montserrat-Bold';
	font-size:15px;
	margin:0 22px 0 0;
    z-index: 10;
    position: relative;
}
.HeaderBox .Phone a
{
    color:#ffffff;
}
.HeaderBox .Phone div
{
	display:inline-block;
}
.HeaderBox .Phone a::before 
{
    background-image: url(images/tel-icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 0;
    width: 16px;
    height: 16px;
}
.HeaderBox .OrderCall
{
	margin:0 22px 0 0;
}
.HeaderBox .OrderCall a
{
    background: #fdc706;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
    color: #ffffff;
    padding: 0 29px;
    line-height: 38px;
    display: inline-block;
    height: 38px;
    position: relative;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.HeaderBox .OrderCall a:hover
{
    background: #212121;
	color:#fff;
}
.MainMenu
{
    position: relative;
	z-index:10;
}
.MainMenu .Wrapper
{
    border-top: 1px solid #202020;
}
.MainMenu .Flex
{
	font-family: 'Montserrat-Bold';
	font-size:15px;
    justify-content: space-between;
	height:55px;
}
.MainMenu .Menu
{
    width: 100%;
}
.MainMenu ul
{
	text-align: justify;
	overflow: hidden;
	list-style:none;
	margin:0;
	padding:0;
}
.MainMenu ul li
{
	font-family: 'Montserrat-Bold';
	font-size:18px;
	text-transform:uppercase;
	position:relative;
	display:inline; 
}
.MainMenu ul li:first-child
{
	margin:0 0 0 0;
}
.MainMenu ul > li > a
{
	color:#fff;
    padding: 0;
	transition:none;
    font-size: 12px;
    line-height:60px;
    height:60px;
    display: inline-block;
}
.MainMenu ul:after 
{
	content: "";
	margin-left: 100%;
	height: 1px;
	overflow: hidden;
	display: inline-block;
}
.Holder.Cont .MainMenu ul > li > a
{
    padding: 0;
    line-height:55px;
    height:55px;
}
.MainMenu ul > li > a:hover
{
    position: relative;
	color:#fdc706;
}
.MainMenu ul li.Active a
{
	color:#fdc706;
}
.MainMenu ul li.Active::before 
{
    background-image: url(images/sub-menu.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: -21px;
    height: 3px;
}
.MainMenu li ul 
{
	display: none;
	position: absolute;
	height:auto;
    -webkit-box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 16%);
	margin: 0;
	padding: 10px 0 0;
	z-index:20;
}
.MainMenu li:hover ul 
{
	display: block;
}
.MainMenu li ul li:first-child
{
    border-top: 3px solid #fdc706 !important;
}
.MainMenu li ul li 
{
    background: #fff;
	display: block;
    border-top: 1px solid #f1f1f1 !important;
    padding: 15px 35px !important;
	margin:0;
}
.MainMenu li ul li a
{
    padding: 0;
    font-family: 'Montserrat-Regular' !important;
    border: none !important;
	line-height:normal !important;
	height:auto !important;
	padding:0!important;
    color: #212121;
}
.MainMenu li ul li a:hover
{
    background: none !important;
	color:#fdc706;
}
.SubMenu .Hidden
{
	display: none;
}
.Header .CartBlock
{
    margin: 0 0 0 115px;
    line-height: 55px;
}
.Header .CartBlock .bx-basket-block
{
    position: relative;
    padding: 0 0 0 30px;
}
.Header .CartBlock .Count
{
    position: absolute;
    color: #fdc706;
    top: -8px;
    font-size: 11px;
    text-align: right;
    width: 20px;
    left: 0px;
}
.Header .CartBlock a
{
    background-image: url(images/cart-cont.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
	text-transform:uppercase;
	padding:2px 0 2px 38px;
	font-size:12px;
    color: #fdc706;
    white-space: nowrap;
}
.Header .CartBlock a:hover
{
	color:#ffffff;
}
.Cont .Header .Wrapper
{
    max-width: 1200px;
}
.Cont .MainMenu
{
    width: 100%;
}
.Cont .MainMenu .Wrapper
{
	border-top:1px solid #202020;
}
/*
.Cont .MainMenu ul
{
	width: 100%;
	height:60px;
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
}
.Cont .MainMenu li:first-child
{
	background:none;
    padding: 0;
}
.Cont .MainMenu li 
{
	list-style-type: none;
	flex-basis: auto;
	flex-grow: 1;
	margin:0;
	position: relative;
	background-image: url(images/main-icon.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding: 0 0 0 4px;
}
.Cont .MainMenu li a 
{
	font-family: 'Montserrat-Regular';
	display: block;
	position: relative;
	width: 100%;
	text-align:center;
	color:#fff;
	line-height: 60px;
}
.Cont .MainMenu li a:hover
{
	color:#fff;
}
.Cont .MainMenu li.Active a
{
    font-family: 'Montserrat-Bold';
	color:#212121;
	border-bottom:3px solid #711518;
}
.Cont .MainMenu li ul 
{
	display: none;
	position: absolute;
    background: #fff;
	height:auto;
    -webkit-box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 16%);
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index:20;
}
.Cont .MainMenu li:hover ul 
{
	display: block;
}
.Cont .MainMenu li:hover a
{
    font-family: 'Montserrat-Bold';
	color:#212121;
	border-bottom:3px solid #711518;
}
.Cont .MainMenu li ul li:first-child
{
    border-top: none !important;
}
.Cont .MainMenu li ul li 
{
	background: none;
	display: block;
    border-top: 1px solid #f1f1f1 !important;
    padding: 15px 0 !important;
}
.Cont .MainMenu li ul li a
{
    padding: 0;
    font-family: 'Montserrat-Regular' !important;
    border: none !important;
	line-height:normal;
}
.Cont .MainMenu li ul li a:hover
{
	color:#711518;
}*/
.PanelMenu
{
	display:none;
}
.nav__trigger
{    
    width: 25px;
    height: 36px;
	cursor:pointer;
    line-height: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: center;
}
.nav__trigger .bars 
{
    position: relative;
    width: 22px;
    margin: 15px 0 0 -2px;
    height: 2px !important;
}
.nav__trigger .bars, .nav__trigger .bars:before, .nav__trigger .bars:after 
{
	height: 2px;
	background-color: #fff;
	display:inline-block;
}
.nav.Black .nav__trigger .bars,.nav.Black .nav__trigger .bars:before, .nav.Black .nav__trigger .bars:after 
{
  background-color: #fff;
}
.nav__trigger .bars:before
{
    width: 22px;
	height: 2px !important;
	margin: 0px 0 0;
}
.nav__trigger .bars:after
{
    width: 22px;
    height: 2px !important;
    margin: 0px 0 0;
}
.nav__trigger .bars:before, .nav__trigger .bars:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.nav__trigger .bars:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav__trigger .bars:after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav__trigger.is-active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__trigger.is-active .bars:before, .nav__trigger.is-active .bars:after {
  -webkit-transform: translateX(0) rotate(-90deg);
          transform: translateX(0) rotate(-90deg);
}
.SubMenu
{
	background:#f8f8f8;
	max-height:69px;
}
.SubMenu ul
{
	text-align: justify;
	overflow: hidden;
	list-style:none;
	margin:0;
	padding:16px 0;
}
.SubMenu.Menu ul
{
	text-align: left;
}
.SubMenu ul li
{
	font-family: 'Montserrat-Regular';
	font-size:14px;
	display:inline; 
}
.SubMenu ul li:first-child
{
	margin:0 0 0 0;
}
.SubMenu ul li a
{
	color:#212121;
	padding:0 10px;
	transition:none;
    font-size: 13px;
    line-height: 37px;
    height:37px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-decoration:none;
}
.SubMenu ul li a:hover
{
    background: #fdc706;
	color:#fff;
}
.SubMenu ul li.Active a
{
    background: #fdc706;
	color:#fff;
}
.SubMenu ul:after 
{
	content: "";
	margin-left: 100%;
	height: 1px;
	overflow: hidden;
	display: inline-block;
}
.Header .InfoText
{
	color:#ffffff;
	font-size:15px;
	max-width:548px;
}
.Header .InfoText .Title
{
	font-size:48px;
	margin: 0 0 30px;
}
.Header .InfoText .Anonse
{
	margin: 0 0 35px;
	line-height:1.8em;
	max-width:470px;
}
.Header .InfoText .Button
{
}
.CatalogHome
{
	margin: 0 0 100px;
}
.CatalogHome .Title
{
	margin:0;
}
.CatalogHome .Links
{
	position:absolute;
	left:300px;
	line-height:43px;
	list-style:none;
	margin:0;
	padding:0;
	top:0;
}
.CatalogHome .Links li
{
	display:inline-block;
	color:#a18b7e;
	cursor:pointer;
	line-height:normal;
	margin:0 33px 0 0;
	padding:0 0 2px;
	border-bottom:1px solid #d0c3bb;
}
.CatalogHome .Links li.Active
{
    font-family: 'Montserrat-Bold';
	border-bottom:none;
	color:#212121;
}
.CatalogHome .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -1%;
}
.CatalogHome .Items .Item.Big
{
    width: 45%;
}
.CatalogHome .Items .Item
{
	float:left;
	width:24%; 
	margin:0 1% 40px;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    font-size: 14px;
}
.CatalogHome .Items .Item .Image
{
    margin: 0 0 25px;
    max-height: 355px;
    overflow: hidden;
}
.CatalogHome .Item .Name
{
    font-family: 'Montserrat-Bold';
    max-width: 250px;
}
.CatalogHome .Item a .Name
{
	color:#2b3138;
}
.CatalogHome .Item a:hover .Name
{
	color:#212121;
}
.CatalogHome .Readon
{
	position:absolute;
	right:0;
	top:0;
}
.CatalogHome .BlockBox.Active
{
	padding:40px 0 0;
	display:block;
}
.CatalogHome .BlockBox
{
	display:none;
}
.About 
{
	margin: 0 0 100px;
}
.About .TextBlock
{
	padding:25px 0 0 0;
	width:48%;
}
.About .TextBlock .Text
{
    padding: 0 70px 0 0;
}
.About .TextBlock p
{
	padding:0 0 25px;
}
.About .ImageBlock
{
	width:55%;
}
.About .ImageBlock .Image
{
	float:left;
	margin: 0 0 9px 9px;
}
.About .ImageBlock img
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.Cont .Benefits
{
    height: 703px;
    overflow: hidden;
}
.AboutCont .TextBlock
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
	margin: 0 -2% 75px;
}
.AboutCont .Text
{
    width: 48%;
    margin: 0 2%;
}
.AboutCont .Text p
{
	padding:0 0 35px;
}
.AboutCont .Text ul
{
	list-style:none;
	padding:0;
	margin:0 0 30px;
}
.AboutCont .Text ul li
{
    background-image: url(images/list-icon.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
	padding:0 0 0 26px;
	margin:0 0 10px;
}
.QuoteBlock
{
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	margin: 0 0 60px;
	padding: 15px 0 45px;
	position:relative;
	text-align:center;
}
.QuoteBlock::before 
{
    background-image: url(images/quote-bg-new.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 31px;
    position: relative;
    padding: 0 22px;
    background-color: #fff;
    top: -30px;
}
.QuoteBlock .Text
{
	max-width:970px;
	font-family: 'Montserrat-Bold';
	font-size:15px;
	margin: 0 auto;
	width:100%;
}
.AboutCont .Images
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -1%;
}
.AboutCont .Images .Image
{
	float:left;
	width:48%; 
	margin:0 1% 2%;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    font-size: 14px;
}
.AboutCont .Images .Image .Item_Inner
{
	width:100%;
}
.AboutCont .Conteiner
{/*
	background-image: url(images/about-bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
	padding:680px 0 0 !important;
	margin: 0 0 90px !important;*/
}
.Holder.AboutCont 
{
	background-color:#fff;
}
.Cont .Conteiner
{
	/*background-image: url(images/content-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 0%;*/
	padding:55px 0;
	margin: 0;
}
.LeftBlock
{
	float:left;
	width:25%;
	padding:45px 0 0;
}
.LeftBlock .LeftMenu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.LeftBlock .LeftMenu ul li
{
	margin:0 0 20px;
}
.LeftBlock .LeftMenu ul li a
{
    font-family: 'Montserrat-Regular';
	margin:0;
    color: #212121;
}
.LeftBlock .LeftMenu ul li a:hover
{
	color:#a18b7e;
}
.LeftBlock .LeftMenu ul li.Active a
{
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #212121;
	padding:0 76px 0 0;
    line-height: 43px;
    position: relative;
}
.LeftBlock .LeftMenu ul li.Active a
{
    background: #fdc706;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #fff;
    padding: 0 29px;
    line-height: 48px;
    display: inline-block;
    height: 44px;
    position: relative;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin: 0 -29px;
}

.MobileMenu
{
    background: #f8f8f8;
    padding:15px 15px 5px;
    margin: 0 0 40px;
	display:none;
}
.MobileMenu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.MobileMenu ul li
{
	display:inline-block;
	margin:0 0 10px;
	font-family: 'Montserrat-Regular';
	font-size:14px;
}
.MobileMenu ul li a
{
	color:#212121;
	padding:0 15px;
	transition:none;
    font-size: 14px;
    line-height: 30px;
    height:30px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-decoration:none;
}
.MobileMenu ul li a:hover
{
    background: #fdc706;
	color:#fff;
}
.MobileMenu ul li.Active a
{
    background: #fdc706;
	color:#fff;
}
font.notetext
{
    background: #f8f8f8;
    position: relative;
    border-radius: 6px;
    color: #565656;
    display: block;
    font-size: 16px;
    margin: 0;
    padding:50px 40px;
}
font.notetext br
{
	display:none;
}
/*
.LeftBlock .LeftMenu ul li.Active a:after
{
    background: #212121;
    display: inline-block;
    content: "";
    position: absolute;
    width: 42px;
    z-index: 10;
    top: 50%;
    height: 2px;
	margin:-2px 0 0;
    right: 0;
}*/
.LeftBlock .LeftMenu ul li.Active span 
{
	z-index: 10;
    position: relative;
}



.BannerHome
{
	margin:60px 0 60px;	
}
.BannerHome .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -1%;	
}
.BannerHome .Items .Item
{
	background:#fefefe;
	float:left;
	width:48%; 
	margin:0 1% 2%;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    font-size: 14px;
}

.Slider
{
	margin:83px 0 0;
}
.Slider .Item img
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#Slider .owl-buttons
{
    left: 0;
    right: 0;
    margin: -30px auto 0 !important;
    position: absolute;
    top: 50%;
	width: 100%;	
    z-index: 100;
}
#Slider .owl-buttons div 
{
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    z-index: 100;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.03);
}
#Slider .owl-buttons div.owl-prev
{
    background-image: url(images/slider-arrows-link.png);
    background-position: 15px 50%;
    background-repeat: no-repeat;
	background-color:#ffffff;
    left:-20px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    display: inline-block;
}
#Slider .owl-buttons div.owl-next
{
    background-image: url(images/slider-arrows-link.png);
    background-position:-33px 50%;
    background-repeat: no-repeat;
	background-color:#ffffff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -20px;
    display: inline-block;
}
.ContBlock.Big
{
	float:none;
	width:100%;
}
.ContBlock
{
	float:left;
	width:75%;
}
.Content
{
    font-size: 15px;
    margin: 0 0 65px;
	min-height:500px;
}
.Content p
{
    padding: 0 0 20px;
}
.Content p + ol, .Content p + ul
{
    margin: 0 0 20px;
}
.Content ol li
{
    margin: 0 0 20px;
}
.Content h1
{
	font-size:28px;
    margin: 0 0 45px;
}
.Catalog 
{
    margin: 0 0 45px;
}
.Catalog .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -1%;	
}
.Catalog .Items .Item
{
	float:left;
	width:31.333%; 
	margin:0 1% 20px;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    font-size: 14px;
}
.Catalog.Big .Items .Item
{
	width:23%; 
}
.Catalog .Items .Item .Item_Inner
{
	background:#f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	font-size:13px;
	color:#6e6e6e;
    line-height: 1.5em;
	padding:0 0 40px;
}
.Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper
{
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    display: block;
	margin:0 0 35px;
    width: 100%;
	margin: 0;
	padding: 0;
    width: 100%;
    height:280px;
    text-align: center;
	position: relative;
}
.Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper .product-item-image-original, .Catalog .Items .Item .Item_Inner .Image .product-item-image-alternative 
{
    mix-blend-mode: multiply;
    display: inline-block;
    max-height:280px; 
    margin:0;
} 
.Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper:before 
{
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	 border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	position: absolute;
	content: ' ';
	right: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
}
.Catalog .Items .Item .Item_Inner .Image img
{
	display:inline-block;
}
.Catalog .Items .Item .Item_Inner .Image .Icon
{
    text-align: right;
	position:absolute;
	color:#ffffff;
	z-index:40;
	top:20px;
	right:14px;
}
.Catalog .Items .Item .Item_Inner .Image .Icon span
{
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-size:12px;
	line-height:26px;
	padding:2px 15px 0;
    margin:0 4px 9px;
}
.Catalog .Items .Item .Item_Inner .Image .Icon .New
{
	background: #61c2c6;
}
.Catalog .Items .Item .Item_Inner .Image .Icon .Hit
{
	background: #fdc706;
}
.Catalog .Items .Item .Item_Inner .Image .Icon .Vegan
{
	background: #a6d04d;
}
.Catalog .Items .Item .Item_Inner .Image .Icon .Fast
{
	background: #000000;
	color:#fdc706;
}
.Catalog .Items .Item .Item_Inner .Image .Icon .Online
{
	background: #ffffff;
	color:#fdc706;
}
.Catalog .Items .Item .Item_Inner .DescBlock
{
	position:relative;
	padding:0 40px 40px;
}
/*
.Catalog .Items .Item .Item_Inner .Image .Icon .Sale
{
	background: #d7b789;
}
.Catalog .Items .Item .Item_Inner .Image .Icon .Recomend
{
	background: #f1b661;
}*/
.Catalog .Items .Item .Item_Inner .Name
{
    font-family: 'Montserrat-Bold';
	height:55px;
	font-size:14px;
	color:#212121;
}
.Catalog .Items .Item .Item_Inner .Name a
{
	color:#212121;
}
.Catalog .Items .Item .Item_Inner .Weight
{
    min-height:35px;
}
.Catalog .Items .Item .Item_Inner .Weight span
{
    background-image: url(images/weight-list.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 4px 15px 0 25px;
	font-size:13px;
	color:#6e6e6e;
}
.Catalog .Items .Item:hover .Item_Inner .Name
{
	color:#711518;
}
.Catalog .Items .Item .Item_Inner .Name a:hover
{
	color:#711518;
}
.Catalog .Items .Item .Item_Inner .Anonse
{
	height:75px;
    font-size: 13px;
    margin: 0 0 20px;
	clear:both;
    color: #6e6e6e;
}
.Catalog .Items .Item .Item_Inner .DescBlock .Buttons 
{
    float:left;
    width: 50%;
    line-height: 48px;
}
.Catalog .Items .Item .Item_Inner .DescBlock .PriceBlock 
{
    float:right;
    width: 50%;
    line-height: 48px;
}
.Catalog .btn-default
{
    padding: 0 30px !important;
}
.Catalog .Items .Item .Item_Inner .DescBlock .PriceBlock span
{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 15px;
}

.CatalogList
{
	position:relative;
	margin:80px 0 60px;
}
.CatalogList .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -1%;
}
.CatalogList .Items
{
    position: relative; 
}
.CatalogList .Items::after
{
    background: #fff;
    position: absolute;
    content: "";
    height: 100%;
    left: -5px;
    width: 10px;
    z-index: 10;
}
.CatalogList .Items::before
{
    background: #fff;
    position: absolute;
    content: "";
    height: 10px;
    top: -5px;
    width: 100%;
    z-index: 10;
}
.CatalogList .Items .Item
{
	width: 23%;
	margin:0 1% 2%;
	float:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.CatalogList .Items .Item:first-child
{
	border-left:none;
}
.CatalogList .Items .Item::before
{
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: -20px;
}
.CatalogList .Item .Item_Inner
{
    background: #f8f8f8;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding:50px 40px;
	text-align:center;
	width:100%;
	overflow:hidden;
	zoom:1;
}
.CatalogList .Items .Item a
{
	color:#212121;
}
.CatalogList .Items .Item a:hover div
{
	color:#82181c;
}
.CatalogList .Item .Image
{
	margin:0 0 20px;
}
.CatalogList .Item .Image img
{
	display:inline-block;
}
.CatalogList .Items .Item a .Name
{
	font-family: 'Montserrat-Bold';
    font-size:15px;
	color:#212121;
}
.CatalogList .Items .Item a span.Icon
{
    text-align: center;
    margin: 0;
    display: block;
}
.CatalogList .Items .Item a span.Icon img
{
    display:inline-block;
}
.CatalogList .Items .AllLink
{
    background: #ebe8e6;
	position:relative;
	height:210px;
}
.CatalogList .Items .AllLink a span 
{
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    text-align: left;
    max-width: 115px;
    color: #212121;
    position: absolute;
    bottom: 45px;
    left: 45px;
}
.CatalogList .Items .AllLink a:hover span 
{
    color: #000000;
}
.CatalogList .Items .AllLink a span::after
{
	background-image:url(images/link.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    right: -55px;
    width: 31px;
    height: 37px;
}
.CatalogList .Items .AllLink::before 
{
    display:none;
}
.Pagination 
{ 
    margin:55px 0;
	text-align:center;
    color: #212121;
    font-size: 14px;
}
.Pagination ul
{ 
	list-style:none;
	margin:0;
	padding:0;
}
.Pagination ul li.Page
{
	margin:0 !important;
}
.Pagination ul li
{ 
	background:none;
	padding:0;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.Pagination .Active
{    
    font-family: 'Montserrat-Bold';
	font-weight:bold;
    background: #711518;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.Pagination a
{ 
	color:#212121;
}
.Pagination a:hover
{ 
	color:#711518;
}
.Pagination ul li.PrevPage
{
    width: auto;
	margin:0 5px 0 0;
} 
.Pagination ul li.PrevPage span::before
{
    background: url(images/arrows.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 7px;
	margin: 0 15px 0 0;
}
.Pagination ul li.NextPage
{
    width: auto;
	margin:0 0 0 5px;
}
.Pagination ul li.NextPage span::after
{
    background: url(images/arrows.png);
    background-position: 100% 0%;
    background-repeat: no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 7px;
	margin: 0 0 0 15px;
}
.CatalogDetail
{
	background:#f8f8f8;
	max-width:1120px !important;
	margin:0 auto !important;
}
.CatalogDetail .ImageBlock
{
	width:60%;
    display: table;
}
.product-item-detail-slider-images-container
{
    height: 660px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.CatalogDetail .ImageBlock .Image
{
    display: table-cell;
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 660px;
    text-align: center;
}
.CatalogDetail .ImageBlock .Image
{
    display: block;
    width: 100%;
	padding: 0;
    width: 100%;
    height:660px;
    text-align: center;
	position: relative;
}
.CatalogDetail .ImageBlock .Image img 
{
    mix-blend-mode: multiply;
    display: inline-block;
    max-height:630px; 
    margin:30px 0;
} 
.CatalogDetail .ImageBlock .Image .product-item-detail-slider-image:before 
{
	position: absolute;
	content: ' ';
	right: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.CatalogDetail .ImageBlock .Image .Icon
{
    text-align: right;
	position:absolute;
	color:#ffffff;
	z-index:50;
	top:42px;
	right:42px;
}
.CatalogDetail .ImageBlock .Image .Icon span
{
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-size:12px;
	padding:2px 15px 0;
	line-height:26px;
    margin:0 4px 9px;
}
.CatalogDetail .ImageBlock .Image .Icon .New
{
	background: #61c2c6;
}
.CatalogDetail .ImageBlock .Image .Icon .Hit
{
	background: #a6d04d;
}
.CatalogDetail .ImageBlock .Image .Icon .Online
{
	background: #ffffff;
	color:#fdc706;
}
.CatalogDetail .ImageBlock .Image .Icon .Weight
{
	background-image:url(images/weight.png);
	background-position:13px 50%;
	background-repeat: no-repeat;
	background-color: #202020;
    padding: 2px 15px 0 40px;
	color:#fff;
}
.Catalog .Items .Item .Item_Inner .DescBlock
{
	position:relative;
	padding:0 40px 40px;
}
/*
.Catalog .Items .Item .Item_Inner .Image .Icon .Sale
{
	background: #d7b789;
}
.Catalog .Items .Item .Item_Inner .Image .Icon .Recomend
{
	background: #f1b661;
}*/
.CatalogDetail .DescBlock
{
	background-color:#fff;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	width:40%;
	line-height:1.5em;
}
.CatalogDetail .DescBlock .Desc
{
    margin: 0 40px;
    padding: 47px 0 0;
}
.CatalogDetail .DescBlock h1
{
	font-size:24px;
	line-height:1.2em;
    margin: 0 0 35px;
}
.CatalogDetail .DescBlock .Anonse
{
	font-size:14px;
	color:#333333;
    margin: 0 0 30px;
}
.CatalogDetail .DescBlock .Sostav
{
    border-top: 1px solid #ededed;
	font-size:13px;
	color:#6e6e6e;
	padding:30px 0; 
    margin: 0;
}
.CatalogDetail .DescBlock span
{
    font-family: 'Montserrat-Bold';
	display:block;
    margin: 0 0 20px;
	color:#212121;
}
.CatalogDetail .DescBlock .Total
{
	display:none;
}
.CatalogDetail .Props 
{
    position: relative;
    margin: 0 40px;
    padding: 0 0 42px 0;
}
.CatalogDetail .Props .Items
{
	border-top:none;
	border-left:none;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -1%;	
}
.CatalogDetail .Props .Items .Item
{
	float:left;
	width:50%; 
	margin:0;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
}
.CatalogDetail .Props .Items .Item .Item_Inner
{
	width:100%;
	font-size:13px;
    line-height: 1.1em;
	border-left:1px solid #ececec;
	border-top:1px solid #ececec;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
	color:#6e6e6e;
	height:43px;
	padding:0 15px 0 24px;
}
.CatalogDetail .btn-default
{
    line-height: 42px;
	height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.Benefits
{
	background-image:url(images/footer-bg.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-color:#f8f8f8;
	height:610dpx;
	padding:80px 0 0;
	color:#000000;
    z-index: 20;
    position: relative;
}
.Benefits .Title
{
	margin:0 0 55px;
}
.Benefits .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.Benefits .Items .Item
{
	float:left;
	width:25%; 
	margin:0 0 75px;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    font-size: 13px;
}
.Benefits .Items .Item .Item_Inner
{
	width:100%;
    line-height: 1.8em;
	padding:0 60px 0 0;	
}
.Benefits .Items .Item .Name
{
	font-family:"Montserrat-Bold";
	font-size:16px;
	margin:0 0 25px;
}
.Benefits .Items .Item .Flex
{
	display:block !important;
}
.Benefits .Items .Item .Icon
{
	margin:0 0 30px;
}
.Contacts
{
	position:relative;
	z-index:10;
    top: 0;
}
.Contacts .Title
{
    font-size: 32px;
}
.Contacts .Map
{
    position: absolute;
    width: 100%;
}
.Contacts .DescBlock .Desc
{
	padding:95px 0 25px;
}
.Contacts .DescBlock .Title
{
	padding:0 0 0 52px;
}
.Contacts .TelBlock
{
	background-image:url(images/tel-icon.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
    line-height:normal;
	padding:0 0 0 50px;
	margin:0 0 25px 52px;
}
.Contacts .was-map-list-header
{
	font-size:13px;
}
.Contacts .TelBlock p
{
	padding:0 0 10px;
}
.Contacts .DescBlock strong
{
	font-family: 'Montserrat-Bold';
	font-weight:normal;
}
.Contacts .TelBlock a
{
	color:#212121;
}
.Contacts .DescBlock .Anonse
{
	margin:0;
}
.Contacts .DescBlock .Text .Tel
{
	width:60%;
}
.Contacts .DescBlock .Text .Tel span
{
	display:block;
	margin:0;
}
.Contacts .DescBlock .Text .Phone
{
	font-family: 'Montserrat-Bold';
	color:#212121;
	width:40%;
}
.ContBlock .ContactsInfo
{
	padding:45px 0 25px;
}
.Contacts .was-map-list-header
{
	position:relative;
	margin:35px 0 0;
}
.was-map-list-block .was-map-list
{
	position:relative;
	margin:0 0 0 49px !important;
}
.was-map-list-header:after
{
    background: #fdc706;
    position: absolute;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
    top: 0;
}
.Contacts .was-map-list-block
{
    background: #fff;
    position: absolute;
    width: 500px;
	padding:0 35px 35px 0;
	right:0;
    z-index: 10;
    height: 703px;
}
.Contacts .was-map-list-header .Title
{
	padding:0 0 0 49px;
}
.was-map-list li
{
    margin: 0 70px 0 0;
	padding:0;
}
.was-map-list li span
{
	background-image:url(images/map-link.png);
	background-position: 100% 50%;
	background-repeat: no-repeat; 
	line-height:1.5em;
    display: block;
    padding: 27px 0 27px 0;
}
.was-map-list li:hover span
{
	background-image:url(images/map-link-active.png);
    background-position: 100% 50%;
	background-repeat: no-repeat;
}
.Contacts .ShopList .Item a
{
	background-image:url(images/map-link.png);
	background-position: 100% 50%;
	background-repeat: no-repeat; 
}
.Contacts .ShopList .Item a:hover
{
	background-image:url(images/map-link-active.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.Contacts .ShopList 
{
	overflow-y:scroll;
	height:425px;
	margin:0 30px 0 0;
}
.Contacts .ShopList .Item:first-child
{
	border-top:none;
}
.Contacts .ShopList .Item
{
	border-top:1px solid #f1f1f1;
	position:relative;
	padding:29px 0;
    line-height: normal;
}
.Contacts .ShopList .Item .City
{
	font-family: 'Montserrat-Bold';
	margin:0 0 10px;
}
.Contacts .ShopList .Item a
{
	max-width:275px;
	color:#212121;
	display:block;
}
.Social
{
position:absolute;
z-index:10;
}
.Social .Ins
{
	background-image:url(images/ins-icon.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:38px;
	height:38px;
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
.Social .WhatsApp
{
	background-image:url(images/social.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	margin:0 10px 0 0;
	width:36px;
	height:36px;
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
.Social .Youtube
{
	background-image:url(images/social.png);
	background-position: -47px 50%;
	background-repeat: no-repeat;
	margin:0 10px 0 0;
	width:36px;
	height:36px;
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
.Social .Vk
{
	background-image:url(images/social.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	margin:0 10px 0 0;
	width:36px;
	height:36px;
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
.Readon
{
    background: #fdc706;
    font-family: 'Montserrat-Bold';
    font-size: 11px;
    color: #fff;
	padding:0 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 46px;
    display: inline-block;
    height: 46px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.Readon:hover
{
    background: #212121;
	color:#fff;
}
/*
.Readon:hover
{
	color:#82181c;
}
.Readon:before
{
    background: #d0c3bb;
    display: inline-block;
    content: "";
    position: absolute;
    width: 81px;
    z-index: 10;
    height: 43px;
    right: 21px;
}
.Readon:after
{
    background: #212121;
    display: inline-block;
    content: "";
    position: absolute;
    width: 43px;
    z-index: 10;
    top: 50%;
    height: 2px;
	margin:-2px 0 0;
    right: 0;
}
.Readon.Red
{
    color:#ffffff;
}
.Readon.Red:before
{
    background: #82181c;
    display: inline-block;
    content: "";
    position: absolute;
    width: 81px;
    z-index: 10;
    height: 43px;
    right: 21px;
}
.Readon.Red:after
{
    background: #ffffff;
    display: inline-block;
    content: "";
    position: absolute;
    width: 43px;
    z-index: 10;
    top: 50%;
    height: 2px;
	margin:-2px 0 0;
    right: 0;
}*/
.Readon span
{
    z-index: 10;
    position: relative;
}
.OrderBlock
{
	position:relative;
}
.OrderBlock .Title
{
	font-size:28px;
	color:#212121;
	position:relative;
}
.OrderForm .bx-soa
{
	border:1px solid #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:25px;
}
#bx-soa-delivery, #bx-soa-paysystem
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
}
.form-group
{
	margin: 0 0 25px !important;
}
.form-control
{
    background-color: #f8f8f8 !important;
	border:1px solid #f1f1f1 !important;
	box-shadow:none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d5dadc;
    box-shadow: none;
    line-height: 45px;
    height: 45px;
    border-radius: 2px;
	max-width:440px;
}
.Form .Label.Prop195 img
{
    position: absolute;
    right: 15px;
    top: 42px;
}
.FaqBlock
{
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 50px 40px;
	margin:50px 0;
}
.FaqBlock .Title
{
    font-size: 18px;
}
.FaqList ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.FaqList ul li.accordion_in
{
	background:none;
	padding:0;
    margin: 0;
}
.FaqList ul li.accordion_in:first-child .acc_head
{
    border-top:none;
   
}
.FaqList ul li.accordion_in .acc_head
{
   
    font-size: 15px;
    color: #212121;
    margin: 0;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #f0f0f0;
	cursor:pointer;
	position:relative;
font-weight: 600;
}
.FaqList ul li.accordion_in.acc_active .acc_head
{
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    color: #212121;
    text-transform: uppercase;
}
.FaqList ul li.accordion_in .acc_icon_expand
{
    background: url(images/svg/arrow-down.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    content: "";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    min-width: 28px;
    width: 28px;
    height: 28px;
	right:0;
}
.FaqList ul li.accordion_in.acc_active .acc_icon_expand
{
    background: url(images/svg/arrow-up.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
}
.FaqList ul li .acc_content
{
	padding:0 21px 21px;
	color:#000000;
}
.FaqList ul li .acc_content p
{
	padding:0 0 20px;
}
.FaqList ul li .acc_content p:last-child
{
	padding:0;
}
.FaqList ul li .acc_content ul 
{
	list-style: square;
    margin: 0;
}
.FaqList ul li .acc_content ul li 
{
    margin: 0 0 15px;
}
.FaqList ul li .acc_content ul::marker 
{
	color: red;
	font-size: 18px;
}
ul.List
{
	list-style: square;
    margin: 0;
}
ul.List li
{
    margin: 0 0 15px;
}
.Footer 
{
	background-image:url(images/footer-bg.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color:#050303;
	width: 100%;
	font-size:14px;
	color:#ffffff;
	height:auto;
	position: relative;
	bottom: 0px;
	- bottom: -1px;
	left: 0;
	z-index:40;
}
.FooterInfo
{
	padding:45px 0 30px;
}
.Footer .FooterMenu,
.Footer .CopyText
{
	width:57%;
}
.Footer .FooterMenu .Title
{
    font-family: 'Montserrat-Bold';
    font-size: 12px;
	margin:0 0 30px;
	color:#ffffff;
    text-transform: uppercase;
}
.Footer .FooterMenu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.Footer .FooterMenu ul li
{
	margin:0 0 10px;
}
.Footer .FooterMenu ul li a
{
	color:#ffffff;
}
.Footer .FooterMenu ul li a:hover
{
	color:#fdc706;
}
.Footer p
{
	padding:0;
}
.FooterInfo .FooterMenu .Items
{
	width: 100%;
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.FooterInfo .FooterMenu .Items .Item
{
	float:left;
	width:50%;  
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Footer .Contacts
{
	padding:45px 0 0;
}
.Footer .Contacts span
{
	display:block;
	margin:0 0 5px;
    padding: 0 0 0 37px;
}
.Footer .Contacts a
{
	background-image:url(images/tel-small.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
    font-family: 'Montserrat-Bold';
	font-size:16px;
    padding: 5px 0 5px 37px;
	color:#fff;
}
.Footer .Contacts a:hover
{
	color:#fdc706;
}
.FooterCopy .Wrapper
{
	border-top:1px solid #202020;
}
.FooterCopy .Flex
{
	font-size:13px;
	height:65px;
}
.FooterCopy .Info
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
}
.FooterCopy
{
}
.Footer .Copy
{
	width:50%;
	display:inline-block;
}
.Footer .Text
{
	width:50%;
	display:inline-block;
}
.Footer .Text a
{
	color:#fdc706;
}
.Footer .Text a:hover
{
	color:#ffffff;
}
.Footer .Icons
{
	width:43%;
}
.Footer .Icons .Flex
{
    justify-content: space-between;
    align-items: center;
}
.Footer .Icons span
{
    display: inline-block;
    margin: 0 8px 0 0;
    height: 32px;
    vertical-align: middle;
}
.Footer .Icons span.Pay1
{
    background-image: url(images/pay-icons.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	width:62px;
}
.Footer .Icons span.Pay2
{
    background-image: url(images/pay-icons.png);
    background-position: -80px 50%;
    background-repeat: no-repeat;
    width:60px;
}
.Footer .Icons span.Pay3
{
    background-image: url(images/pay-icons.png);
    background-position: -157px 50%;
    background-repeat: no-repeat;
    width: 38px;
}
.Footer .Icons span.Pay4
{
    background-image: url(images/pay-icons.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
	width:34px;
}
.Footer .Developer
{
    text-align: right;
}
.Footer .Developer a
{
	color:#ffffff;
}
.Footer .Developer a:hover
{
	color:#fdc706;
}
.Footer .Developer span
{
	height:auto;
	color:#fdc706;
}
.fancybox-content .fancybox-close-small 
{
	top: -53px !important;
	right:0 !important;
	padding:0 !important;
}
.fancybox-content
{
    overflow: visible !important;
}
.fancybox-button
{
    background-repeat: no-repeat;
    width:34px !important;
    height:34px !important;
}
.fancybox-content .fancybox-close-small span 
{
    background: url(images/close-popup.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 34px;
    height:34px;
    display: inline-block;
    vertical-align: top;
}
.GalleryBlock .Slider .Image
{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.Zavtraki .GalleryBlock .Info
{
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.Form p
{
    padding:0;
}
.Form .Labels
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -1%;	
}
.Form .Label
{
	float:left;
    width: 48%;
	margin:0 1%;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    font-size: 14px;
}
.Form .Label.Prop17
{
	clear:both;
	width:100%;
}
.Form .Label label
{
	width:100%;
	font-weight:normal;
	display: block;
}
.Form .Label span
{
	display:block;
	margin:0 0 5px;
}
.Form .Label input[type="text"]
{
    background: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 15px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #212121;
    line-height: 45px;
    padding: 0 25px;
    width: 100%;
}
.Form .Label textarea
{
	min-height:50px;
    background: #fff;
    border: none;
    margin: 0 0 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #212121;
    line-height: 45px;
    padding: 0 25px;
    width: 100%;
}
font.notetext 
{
    color: #212121 !important;
}
.Form .Captcha
{
    margin:0;
}
.Form .SubmitBlock
{
    margin:20px 0 0;
}
.Form .Flex
{
    align-items: center;
}
.Form .Text 
{
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 1.4em;
    max-width:472px;
}
.Form .Submit input[type="submit"]
{
    background: #fdc706;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
    color: #ffffff;
    padding: 0 29px;
	border:none;
	cursor:pointer;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.Form .Submit input[type="submit"]:hover
{
	background:#212121;
    color: #ffffff;
}
input.error
{
	border-bottom: 1px solid #C9C9C9 !important;
}
label.error
{
    position: absolute;
    top: 16px;
    right: 16px;
}
label.error span
{
	background-image:url(images/error-icon.png);	
	background-repeat:no-repeat; 
	background-position:0 0;
	content:"";
	display:inline-block;
	vertical-align:middle;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
    position: absolute;
	right:10px;
    top: 28px !important;
	margin:0;
	background-size: cover;
}
::-webkit-input-placeholder 
{ 
    color: #212121;
}
::-moz-placeholder 
{
    color: #212121;
}
:-ms-input-placeholder 
{
    color: #212121;
}
:-moz-placeholder {
    color: #212121;
}
.Conteiner.Big
{
    position: relative;
    width: 100%;
}
.Conteiner.Big > .Wrapper
{
    max-width:100%;
}
.Conteiner.Big h1
{
    max-width: 1200px;
    margin: 0 auto 45px;
}
.Conteiner.Big .Contacts .Map 
{
    position: absolute;
    width: 100%;
}
.Conteiner.Big .Contacts 
{
    position: relative;
    top: 0;
}
.ymaps-layers-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
.ymaps-image-with-content 
{
    background-image: url(images/map-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: cover !important;
    position: absolute !important;
    left: -15px !important;
    top: -32px !important;
    width: 32px !important;
    height: 36px !important;
}
.Requvizit
{
	font-size:11px;
}
.VideoList
{
    margin: 0 0 25px;
}
.VideoList .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -1%;	
}
.VideoList .Items .Item
{
	float:left;
	width:31.333%; 
	margin:0 1% 30px;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    font-size: 14px;
}
.VideoList .Items .Item .Item_Inner
{
	width:100%;
    position: relative;
    overflow: hidden;
}
.VideoList .Items .Item .Item_Inner a::after
{
	background-image:url(images/play.png);	
	background-repeat:no-repeat; 
	background-position:0 0;
	content:"";
	display:inline-block;
	vertical-align:middle;
    width: 73px;
    height: 73px;
    z-index: 10;
    top: 50%;
    margin: -31px -31px 0;
    left: 50%;
    position: absolute;
}
.Zavtraki .GalleryBlock 
{
    margin: 0 0 53px;
}
.Zavtraki .GalleryBlock .Slider
{
	width:55%;
    margin: 0;
}
.Zavtraki .GalleryBlock .Items
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
}
.GalleryBlock .Slider .Image 
{
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    position: relative;
    height: 753px;
}
.Zavtraki .GalleryBlock .Info
{
	background-image:url(images/img-cont2.jpg);	
	background-repeat:no-repeat; 
	background-position:0 0;
    background-size: cover;
	width:45%;
	height:753px;
}
strong
{
	font-family: 'Montserrat-Bold';
	font-size:13px;
}
.Zavtraki .Images
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0;	
}
.Zavtraki .Images .Img
{
	float:left;
	width:50%; 
    margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
}
.Zavtraki .owl-buttons
{
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 50%;
    margin: -41px 0 0 0;
}
.Zavtraki .owl-buttons > div
{
    display: inline-block;
    position: absolute;
    width: 33px !important;
    height: 82px;
    text-indent: -9999px;
}
.Zavtraki .owl-buttons .owl-prev
{
    background-image: url(images/arrows-slider.png) !important;
    background-position: 0 50%;
    background-repeat: no-repeat;
    left: 0 !important;
}
.Zavtraki .owl-buttons .owl-next
{
    background-image: url(images/arrows-slider.png) !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    right: 0 !important;
}
.TotalCart .basket-checkout-block-total-price
{
    display:none;
}
.InfoBox 
{
    background: #f8f8f8;
    padding: 15px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius:  ;
    border-radius:  ;
    color: #212121;
    margin: 0 0 35px;
}
.InfoBox .Text 
{
	position:relative;
    padding: 10px 15px 10px 60px;
}
.InfoBox .Text:before 
{
    background: url(images/info.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    background-size: contain;
    left: 0;
    width: 45px;
    height: 45px;
    position: absolute;
}
.InfoBox span 
{
    color: #5555dc;
}
.Section45 .Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper .product-item-image-original, 
.Section45 .Catalog .Items .Item .Item_Inner .Image .product-item-image-alternative
{
    max-height: 450px;
}
.Section45 .Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper
{
	height: 450px;
}
.Section45 .Catalog .Items .Item .Item_Inner .DescBlock
{
    padding: 40px;
}
.Section45 .product-item-image-original, 
.Section45 .product-item-image-alternative
{
    background-size: cover;
}
.Popup 
{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding: 43px 33px;
    margin: 0 auto;
	max-width: 450px !important;
} 
.Popup .Title
{    
	font-family: 'MasivaBold';
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
    color: #212121;
	padding: 0 70px 0 0;
    margin: 0 0 25px;
}
.Popup form 
{
    margin: 20px 0 0;
}
#carousel ul
{
	list-style:none;
    transform: none !important;
	margin:0;
	padding:0;
}
#carousel ul li
{
	cursor:pointer;
	position:relative;
    clear: both;
}/*
.CatalogDetail .ImagesBlock .MorePhoto
{
	position:absolute;
	z-index:10;
	left:44px;
	top:44px;
}
.CatalogDetail .ImagesBlock .MorePhoto .Img
{
	background:none !important;
	border:1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    display: block;
    margin: 0 0 24px;
    padding: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative;
    opacity: .5;
}
.CatalogDetail .ImagesBlock .MorePhoto .Img:before 
{
    position: absolute;
    content: ' ';
    right: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.CatalogDetail .ImagesBlock .MorePhoto .Img img 
{
    mix-blend-mode: multiply;
    display: inline-block;
    max-height: 90px;
    margin: 10px 0 0;
}
.CatalogDetail .ImagesBlock .MorePhoto .Img:hover
{
    opacity: 1;
}
.CatalogDetail .ImagesBlock .MorePhoto .Img.flex-active-slide
{
	border:1px solid #000000;
    opacity: 1;
}*/
#OrderForm
{
	max-width:420px;
}
font.notetext
{   
    font-size: 14px;
    color: #212121;
}
.Popup .Form p
{
    padding: 0 0 10px;
    line-height: 1.5em;
}
.Popup .Form .Prop24, .Popup .Form .Prop54, .Popup .Form .Prop43
{
	display:none;
}
.Popup .Form .Title
{
    font-family: 'Geometria-ExtraBold';
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #212121;
	margin:0 0 55px;
}
.Popup .Form .Label
{
	position:relative;
}
.Popup .Form .Label label
{
	font-weight:normal;
	display: block;
}
.Popup .Form .Label span
{
	display:block;
	margin:0 0 5px;
}
.Popup .Form .Label input
{
    background: #f6f6f6;
    border: none;
    margin: 0 0 15px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #212121;
    line-height: 45px;
    padding: 0 25px;
    width: 100%;
}
.Popup .Form .Label textarea
{
	min-height:50px;
    background: #f6f6f6;
    border: none;
    margin: 0 0 18px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #212121;
    line-height: 45px;
    padding: 0 25px;
    width: 100%;
}
.Popup .Form .Text 
{
    padding: 0px 0 0 20px;
    color: #979797;
    font-size: 12px;
    line-height: normal;
}
.Form .Text a
{
    color: #979797;
}
.Popup .Form .Submit input[type="submit"]
{
    background: #fdc706;
    font-family: 'Montserrat-Bold';
    font-size: 11px;
    color: #fff;
	padding:0 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 46px;
    display: inline-block;
    height: 46px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border:none;
}
.Popup .Form .Submit input[type="submit"]:hover
{
	background:#212121;
    color: #ffffff;
}
input.error
{
	border-bottom: 1px solid #C9C9C9 !important;
}
label.error
{
    position: absolute;
    top: 16px;
    right: 16px;
}
label.error span
{
	background-image:url(images/error-icon.png);	
	background-repeat:no-repeat; 
	background-position:0 0;
	content:"";
	display:inline-block;
	vertical-align:middle;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background-size: contain;
}

.Article
{
	position:relative;
}
.Article .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -2%;
}
.Article .Items .Item
{
	float:left;
	width:29.333%;  
	margin:0 2% 37px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Article .Item .Item_Inner
{
	background:#fff;
	width:100%;
	position:relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
}
.Article .Item:hover .Item_Inner
{
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 1px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.Article .Item a:hover .Name 
{
    color: #a32325;
}
.Article .Item .Image 
{
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    width: 100%;
	height:200px;
}
.Article .Item a .Name 
{
	font-family: 'MasivaBold';
    font-size: 18px;
    color: #000000;
}
.Article .Item a .Date 
{
    font-size: 12px;
    position: relative;
    color: #888888;
}
.Article .Item a .Anonse
{
    color: #989898;
    margin:20px 0 0; 
    font-size: 14px;
}
.Article .Item .Desc
{
	position:relative;
    font-size: 15px;
    padding: 25px;
}
.MoreNews 
{ 
	margin: 50px 0px 0px; 
	max-width:260px;
}
.MoreNews .Item .Image 
{
	position: relative; 
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	background-size: cover; 
	width: 100%; 
	height: 150px; 
}
.MoreNews .Item .Desc 
{ 
	padding: 20px 0px;
}
.MoreNews .Item a .Name 
{ 
	font-size: 18px; 
	color: rgb(33, 33, 33);
	padding: 0px 0px 15px; 
	position: relative; 
	margin: 0px 0px 20px;
}
.MoreNews .Item a:hover .Name 
{
	color: rgb(163, 35, 37);
}
.MoreNews .Item a .Name::after 
{ 
	width: 62px; 
	bottom: 0px; 
	background: rgb(225, 219, 214); 
	content: ""; 
	position: absolute; 
	display: inline-block; 
	left: 0px; 
	height: 1px;
}
.MoreNews .Item a .Anonse 
{
	color: rgb(152, 152, 152); 
	font-size: 14px;
	line-height: normal;
}
.CatalogSections .Items .Title 
{
	text-align:center;
}
.CatalogSections .Items .Title span
{
    background-image: url(images/catalog-title.png);
    background-repeat: no-repeat;
    width: 313px;
    height: 80px;
    background-position: 50% 0;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
}
.Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper .product-item-image-original, .Catalog .Items .Item .Item_Inner .Image .product-item-image-alternative
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.Section44 .Catalog .Items .Item .Item_Inner .Image
{
    margin: 0 0 25px;
}
.Section44 .Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper
{
    height: 383px;
}
.Section44 .Catalog .Items .Item .Item_Inner .Image .product-item-image-wrapper .product-item-image-original, 
.Section44 .Catalog .Items .Item .Item_Inner .Image .product-item-image-alternative
{
    max-height: 383px;
}
.GalleryBlock
{
    margin: 0 0 30px;
}
.GalleryBlock .owl-pagination
{
    position: absolute;
    top: -40px;
    right:0;
}
.GalleryBlock .owl-pagination .owl-page
{
    background:#cecece;
    display: inline-block;
	margin:0 0 0 10px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.GalleryBlock .owl-pagination .owl-page.active
{
    background:#fdc706;
}
.GalleryBlock .owl-buttons
{
    position: absolute;
    top: 50%;
    width: 100%;
}
.GalleryBlock .owl-buttons > div
{
    display: inline-block;
    position: absolute;
    padding: 0;
    overflow: hidden;
    width: 55px;
    text-indent: -9999px;
}
.GalleryBlock .owl-buttons .owl-prev
{
    background-image: url(images/arrows-white.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
	left:20px;
}
.GalleryBlock .owl-buttons .owl-next
{
    background-image: url(images/arrows-white.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
	right:20px;
}
::-webkit-input-placeholder 
{ 
    color: #212121;
}
::-moz-placeholder 
{
    color: #212121;
}
:-ms-input-placeholder 
{
    color: #212121;
}
:-moz-placeholder {
    color: #212121;
}

.PopupVideo.fancybox-content .fancybox-close-small
{
    top: -50px !important;
    right: -13px !important;
}
.PopupVideo.fancybox-content .fancybox-close-small span 
{
    background: url(images/close-white.png) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    width: 21px !important;
    height: 21px !important;
    display: inline-block !important;
    vertical-align: top !important;
}
::-webkit-scrollbar-button 
{
	background-image:url('');
	background-repeat:no-repeat;
	width:3px;
	height:0px
}
::-webkit-scrollbar-track 
{
	background-color:#f0f0f0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:3px;
}
::-webkit-scrollbar-thumb 
{
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#212121;
	background-image:url('images/scroll.png');
	background-position:center;
	background-repeat:no-repeat;
width:3px;
}
::-webkit-resizer
{
background-image:url('');
background-repeat:no-repeat;
width:3px;
height:0px
}

::-webkit-scrollbar{
width: 9px;
} 
.was-map-list .Icon0:before
{
    background-image: url(images/new-icon.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 35px;
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: normal;
	content:"";
    padding: 0;
    top: 20px;
    right: 10px;
    margin: -19px 0 0;
}
.was-map-dots
{
	display:none;
}
.was-map-balloon-inner-prop
{
	color:#fff;
    max-width: 155px;
}
.was-map-balloon-inner-prop b
{
	display:block;
	margin:0 0 10px!important;
}
.was-map-balloon-inner-img img
{
    max-height: 240px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
}
.ActicleDetail
{
    max-width: 982px;
}
.ActicleDetail .ImageBlock
{
	margin:0 0 35px;
}
.ymaps-2-1-79-balloon__content
{
    font-family: 'Montserrat-Regular'!important;
    font-size: 14px!important;
	background:#212121!important;
}
.was-map-list li.active span
{
    font-family: 'Montserrat-Bold'!important;
	font-weight:normal!important;
}
.was-map-balloon-inner-prop b
{
    font-family: 'Montserrat-Bold'!important;
	font-weight:normal!important;
}
.ymaps-2-1-79-balloon-content__header
{
    font-family: 'Montserrat-Bold'!important;
    font-size: 18px!important;
    color: #fff!important;
    margin: 0 0 25px!important;
}
.was-map-balloon-inner-img
{
	margin:0 0 25px!important;
}
.ymaps-2-1-79-balloon__content
{
	padding:30px 10px 30px 35px!important;
}
.ymaps-2-1-79-balloon_to_top .ymaps-2-1-79-balloon__tail, 
.ymaps-2-1-79-balloon__layout,
.ymaps-2-1-79-balloon__tail:after
{
	background:#212121!important;
}
.CatalogViewed .Title
{
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    margin: 0 0 30px;
}
.CatalogPopular .Title
{
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    margin: 0 0 30px;
}
.Form form
{
	background:#f8f8f8 !important;
	padding:45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.BannerAbout
{
	background:#f3f3f3;
	position:relative;
	height:402px;
	margin:0 0 30px;
	padding:140px 0 0 565px;
}
.BannerAbout .Title
{
	line-height:1.8em;
    font-family: 'Montserrat-Bold';
	margin:0 0 30px;
	font-size:16px;
}
.BannerAbout .Title span
{
	font-size:26px;
	display:block;
}
.BannerAbout::after
{
	background-image:url('images/card.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	content:"";
	position:absolute;
	width:361px;
	height:403px;
	top:0;
	left:170px;
}
.ContactsInfo .Info
{
	padding:0 35px 0 0;
}
.Holder select 
{
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-image: url(../images/select-arrow.png), -webkit-linear-gradient(f8f8f8); /* For Chrome and Safari */
  background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #f8f8f8, #f8f8f8); /* For old Firefox (3.6 to 15) */
  background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #f8f8f8, #f8f8f8); /* For pre-releases of Internet Explorer  10*/
  background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #f8f8f8, #f8f8f8); /* For old Opera (11.1 to 12.0) */
  background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #f8f8f8, #f8f8f8); /* Standard syntax; must be last */
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  color: #212121; 
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding: 15px;
  width:100%;
    max-width: 440px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Button a
{
    background: #fdc706;
    font-family: 'Montserrat-Bold';
    font-size: 11px;
    color: #fff;
	padding:0 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 46px;
    display: inline-block;
    height: 46px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.Button a:hover
{
    background: #212121;
	color:#fff;
}
.Button a.Black
{
    background: #0a0a0a;
    color: #fff;
	margin:0 10px 0 0;
}
.Button a.Black:hover
{
    background: #fdc706;
    color: #fff;
	margin:0 10px 0 0;
}
.popup-window-buttons .btn-default:first-child
{ 
    background: #fdc706 !important;
	color:#fff !important;
}
.popup-window-buttons .btn-default:first-child:hover
{ 
    background: #e1e1e1 !important;
    color: #000 !important;
}
#bx-soa-total-mobile
{
    display:none !important;
}
.btn-default
{
    background: #e1e1e1 !important;
    font-family: 'Montserrat-Bold';
    font-size: 10px;
cursor:pointer;
    color: #000 !important;
    white-space: nowrap;
    padding: 0 40px !important;
    line-height: 48px;
    display: inline-block !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 46px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none !important;
}

.btn-default:hover
{
    background: #fdc706 !important;
	color:#fff !important;
}
.AddCart.btn-default
{
    background: #fdc706 !important;
    color: #fff !important;
}
.AddCart.btn-default:hover
{
    background: #212121 !important;
	color:#fff !important;
}
.AddCart.btn-default.Active
{
    background: #e1e1e1 !important;
	color:#212121 !important;
}
.btn-link
{
    background: #fdc706;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #fff;
    padding: 0 29px;
    line-height: 44px;
    display: inline-block;
    height: 44px;
    position: relative;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
	text-decoration:none !important;
}
.btn-link span
{
	text-decoration:none !important;
}
.btn-link:hover
{
    background: #212121;
	color:#fff;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version
{
    font-family: 'Montserrat-Bold';
    color: #212121;
    font-size: 15px;
}
.popup-window-content
{
    font-family: 'Montserrat-Bold';
    color: #212121;
    font-size: 15px;
}
#scroll_top 
{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 32px;
	height: 32px;
	background: url(images/scroll-top.png) 50% 50% no-repeat;
	border-radius: 50%;
    background-size: contain;
}
#scroll_top:hover {
 	opacity: 1;
}
.popup-window
{
    background: rgb(248, 248, 248);
    -webkit-box-shadow: 0px 1px 21px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 21px 0px rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding:30px;
}
.popup-window-with-titlebar .popup-window-content 
{
    background: rgb(248, 248, 248) !important;
}
.popup-window-content::before 
{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: absolute;
    content: " ";
    right: 0px;
    width: 100%;
    background: rgb(248, 248, 248);
}
.popup-window-content img
{
    mix-blend-mode: multiply;
    display: inline-block;
    max-height: 280px;
    margin: 0px;
}
.popup-window-content p
{
    position: relative;
}
.popup-window.popup-window-with-titlebar 
{
    padding: 20px 30px 30px;
}
.popup-window-buttons
{
    padding: 0;
}
.popup-window-titlebar-close-icon 
{
    top: 30px;
    right: 20px;
}
.popup-window-close-icon:after 
{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 10px;
    height: 10px;
	background-image:url('images/close-cart.png');
	background-position:0 0;
	background-repeat:no-repeat;
    content: "";
}
a:hover, a:focus 
{
    text-decoration: none !important;
}

.OrderResult
{
	position:absolute;
	width:100%;
	top:0;
}
.OrderResult .Block
{
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding:35px;
	max-width:600px;
	margin:0 auto;
	text-align:center;
}
.TextInfo 
{
	text-align:center;
}
.product-item-image-original
{
display:blck !important;
opacity:1 !important;
}
.product-item-image-alternative
{
display:none !important;
}
#bx-soa-order
{
	margin:0 0 35px;
}
.ymaps-layers-pane 
{
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}
.Catalog .Items .Item .Item_Inner .Quantity
{
	display:none !important;
}
.Catalog .btn-default.Link
{
	 display: inline-block !important;
}
.Catalog .add_to_cart_dn .Link
{
	 display: none !important;
} 
.Catalog .Status
{
	 display: none !important;
} 
.Catalog .Status.link_to_card_db
{
	 display: inline-block !important;
} 
.Catalog .add_to_cart_dn .Active
{
	 display: inline-block !important;
}
.ui-datepicker-prev
{
	 display: none !important;
}
.ui-datepicker-next
{
	 display: none !important;
}



