.Holder.Cont
{
    background: #faf9f8;
}
.Title 
{
	font-family: 'GolosTextRegular';
    margin: 0 0 20px;
    font-size: 38px;
    line-height: normal;
    color: #212121;
}
[id^="wait_comp_"]
{
   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;
}
.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;
}
.Holder 
{
	min-height: 100%;
	position: relative;
	- height: 100%;
}
#Blocks 
{
	padding: 0px 0px 446px 0px;
}
.fancybox__content > .carousel__button.is-close 
{
	position: absolute;
	top: 13px !important;
	right: 30px !important;
}
.Wrapper
{
	max-width:1507px;
	position:relative;
	margin: 0 auto;
}
.PanelBox
{  
	background: #fdd42f;
}
.PanelBox .Flex
{
	justify-content: center;
	align-items: center;
	color: #212121;
	font-size: 14px;
	height: 50px;
	text-align: center;
}
.TopPanel
{
	background:#171717;
}
.TopPanel .Flex
{
    justify-content: space-between;
	height:50px;
	display: flex;
	align-items: center;
}
.TopPanel .City
{
	color:#ebe4dc;
	font-size:13px;
	width: 28%;
}
.TopPanel .City a
{
	color:#ffffff;
}
.TopPanel .City a:hover
{
	color:#a32325;
}
#current-store-city
{  
	background-image: url(images/svg/arrow-city.svg);
	background-position:100% 50%;
	background-repeat: no-repeat;
	background-size: 15px;
	margin:0 33px 0 0;
	padding:0 18px 0 0;
	display:inline-block;
	cursor:pointer;
}
#current-store-label
{  
	background-image: url(images/svg/arrow-city.svg);
	background-position:100% 50%;
	background-repeat: no-repeat;
	background-size: 15px;
	margin:0 15px 0 0;
	padding:0 18px 0 0;
	display:inline-block;
	cursor:pointer;
}
#current-store-clear
{    
	background-color: transparent !important;
	border: none;
	color: #ebe4dc;
	cursor: pointer;
}
.TopPanel .TopMenu ul
{  
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.TopPanel .TopMenu ul li
{
	font-size:13px;
	display:inline-block;
	margin:0 30px 0 0;
}
.TopPanel .TopMenu ul li a
{
	color:#ebe4dc;
}
.TopPanel .TopMenu ul li a:hover
{
	color:#a32325;
}
.TopPanel .Links a
{
    color: #ffffff;
    position: relative;
    padding: 0 0 0 25px;
    display: inline-block;
    vertical-align: middle;
}
.TopPanel .Links .Personal::before 
{
    background-image: url(images/personal.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
}
.TopPanel .Links .Contacts
{
    background:#aa3335;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#ffffff;
	font-size:13px;
	height:32px;
	line-height:32px;
	padding:0 12px;
	margin:0 0 0 30px;
} 
.TopPanel .Links .Contacts:hover
{
    background:#000;
	color:#ffffff;
} 
.TopPanel .Links .Menu
{
	margin:0 0 0 34px;
	display:none;
    top: -2px;
}
.Header
{
	background:#fff;
    padding:25px 0;
}
.Header .Flex
{ 
	justify-content: space-between;
	align-items: center;
}
.Header .Logo
{
    width: 18%;
}
.Header .Search
{
    width: 25%;
	padding:0;
}
.Header .Search .bx-input-group
{
	position:relative;
	border:1px solid #f0ebe7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    width: 100%;
}
.Header .Search input[type="text"]
{
	background:none;
	font-family: 'GolosTextRegular';
    color:#c3c3c3;
	width:100%;
	font-size:13px;
	height:40px;
	line-height:40px;
	padding:0 19px;
	border:none;
}
.Header .Search input[type="text"]::placeholder 
{
	font-family: 'GolosTextRegular';
    color:#c3c3c3;
	font-size:13px;
}
.Header .Search button
{
    background: url(images/searche.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	position:absolute;
	right:20px;
    display: inline-block;
    vertical-align: middle;
	cursor:pointer;
    width: 22px;
	border:none;
    height: 22px; 
	top: 50%;
	margin: -11px 0;
}
.Header .Search button:hover
{
    background-image: url(images/searche-hv.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.title-search-result
{
    background: #fff;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%);
    border: 1px solid #f0ebe7;
    margin-top: 10px;
    padding: 20px 15px;
}
.Header .Phone
{
    width: 20%;
	text-align:left;
    line-height: 1.5em;
}
.Header .Phone a.Tel
{
	font-family: 'GolosTextDemiBold';
	font-size:18px;
    color:#212121;
}
.Header .Phone a:hover
{
    color:#a32325;
}
.Header .Grafik
{
    color:#9b9b9b;
	font-size:13px;
}
.Header .Links
{  
	position: relative;
	margin: -28px 0 0;
}
.Header .Links > div
{
	display:inline-block;
    position: relative;
	vertical-align:middle;
}
.Header .Links .Link
{
    margin: 0 0 0 30px;
}
.Header .Links .Link > span,
.Header .Links a
{
	display:inline-block;
	vertical-align:middle;
    position: relative;
	padding:35px 0 0;
	line-height:normal;
	height:32px;
	color:#474747;
	font-size:14px;
}
.Header .Links a:hover
{
	color:#aa3335;
}
.Header .Links a .Count
{
	background:#aa3335;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position:absolute;
	font-size:12px;
	text-align:center;
	line-height:17px;
	width:17px;
	height:17px;
	color:#ffffff;
}
.Header .Links .Cart .Count
{
	right: 30px;
	top: 20px;
}
.Header .Links .Personal
{
	background-image: url(images/svg/user.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 32px;
	cursor:pointer;
}
.Header .Links .Personal:hover
{
	background-image: url(images/svg/user-hv.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 32px;
}
.Header .Links .Personal .PersonalSub
{
    background: #fff;
	-webkit-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:30px 25px 15px;
    list-style: outside none none;
    white-space: normal;
    margin: 0;
    top:70px;
	left:0;
    position: absolute;
    text-align: left;
    z-index: 602;
    display: none;
    width: 230px;
}
.Header .Links .Personal .PersonalSub::after 
{
    content: ''; 
    position: absolute;
    left: 25px;
    top:-8px;
    border: 4px solid transparent;
    border-bottom: 4px solid #fff;
}
.Header .Links .Personal .PersonalSub .User
{
    font-family: 'IBM Plex Sans Bold';
    margin:0 0 25px;
    font-size: 18px;
    padding: 0;
}
.Header .Links .Personal .PersonalSub ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.Header .Links .Personal .PersonalSub ul li:last-child
{   
	margin:0;
}
.Header .Links .Personal .PersonalSub ul li
{   
	margin:0 0 10px;
}
.Header .Links .Personal .PersonalSub ul li a
{  
	color: #474747;
	font-size: 14px;
	padding:0;
	margin:0;
	width: auto;
}
.Header .Links .Personal .PersonalSub ul li a:hover
{
	color:#aa3335;
}
.Header .Links .Cart
{
    background-image: url(images/svg/cart.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 29px;
}
.Header .Links .Cart:hover
{
    background-image: url(images/svg/cart-hv.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 29px;
}
.Header .Links .Favorite
{
    background-image: url(images/svg/favorite.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 32px;
}
.Header .Links .Favorite:hover
{
    background-image: url(images/svg/favorite-hv.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 32px;
} 
.Header .Links .Favorite .Count
{  
	right: 15px;
	top: 20px;
}

.bx-basket-items
{
	overflow-y: auto;
	max-height:291px;
	padding:0 15px 0 0;
}
.bx-basket-items::-webkit-scrollbar 
{
    width: 4px;
}
.bx-basket-items::-webkit-scrollbar-track 
{
    background-color: #e6e5e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx-basket-items::-webkit-scrollbar-thumb 
{
    background-color: #aa3335;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx-basket .bx-basket-item-list 
{
    font-size: 15px;
    color: #212121;
}
.bx-basket .bx-basket-item-list 
{
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    padding:20px;
	max-width:390px;
	width:390px;
    top: 75px;
	text-align:left;
    right: 0;
	z-index:200; 
}
.bx-basket:hover .bx-basket-item-list 
{
    opacity: 1;
    visibility: visible;
}
.bx-basket .Total
{
    border-top:1px solid #f0ebe7;
	padding:22px 0 0;
	margin:0 15px 0 0;
}
.bx-basket .Total .Flex
{
    align-items: baseline;
    position: relative;
}
.bx-basket .Total .Summ
{  
	font-family: 'GolosTextDemiBold';
	font-size: 16px;
    color: #212121;
    margin: 0 0 0 10px;
}
.bx-basket .Buttons
{
	font-family: 'GolosTextRegular';
    font-size: 14px;
	padding:22px 0 5px;
    text-align: left;
    color: #000;
}
.bx-basket .Buttons .Button
{
    border: none !important;
    margin: 0 0 10px 0;
    display: block;
}
.MainMenu 
{
	background:#fff;
	border-top:1px solid #f0ebe7;
    width: 100%;
    display: table;
    position: relative;
}
.MainMenu
{
	border-bottom:1px solid #f0ebe7;
	padding:7px 0;
}
.MainMenu .Flex
{
    justify-content: space-between;
    align-items: center;
}
.MainMenu .CatalogMenu a.Link
{
    background-color: #aa3335;
	font-family: 'GolosTextDemiBold';
	text-transform:uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
	position:relative;
	white-space:nowrap;
	font-size:14px;
    display: inline-block;
	height: 38px;
	line-height: 38px;
	cursor:auto;
    text-align: center;
	cursor:pointer;
	padding:0 20px 0 45px;
}
.MainMenu .CatalogMenu a.Link:hover
{
    background-color: #212121;
    color: #fff;
}

.MainMenu .CatalogMenu a.Link span
{
    background-color: #fff;
    position: absolute;
    display: inline-block;
    width: 16px;
    top: 50%;
	left:14px;
} 
.MainMenu .CatalogMenu a.Link:hover span
{
    background-color:#fff;
    width: 16px;
}
.MainMenu .CatalogMenu a.Link:hover span:after,
.MainMenu .CatalogMenu a.Link:hover span:before
{
    background-color:#fff;
    width: 16px;
}
.MainMenu .CatalogMenu a.Link span:before, .MainMenu .CatalogMenu a.Link span:after
 {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}
.MainMenu .CatalogMenu a.Link span:before
 {
    background-color: #fff;
    display: inline-block;
    width: 10px;
    height: 2px;
    top: -5px;
}
.MainMenu .CatalogMenu a.Link span:after
{
    background-color: #fff;
    display: inline-block;
    width: 10px;
    height: 2px;
    top: 5px;
}
.MainMenu .CatalogMenu a.Link span, .MainMenu .CatalogMenu a.Link span:before, .MainMenu .CatalogMenu a.Link span:after {
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.MainMenu .CatalogMenu .PopupMenu 
{
  display: none;
}
.MainMenu .CatalogMenu:hover .PopupMenu 
{
  display: block;
}
.MainMenu .CatalogMenu .PopupMenu
{
    position: absolute;
    width: 100%;
    z-index: 600;
    top: 26px;
}
.MenuBox 
{
    background: #fff;
    -webkit-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 1507px;
	overflow:hidden;
    padding:0;
	margin:20px 0 0;
	padding:30px;
}

.CatalogMenu .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -0.5%;
}
.CatalogMenu .Items .Item
{
	float:left;
	width:24%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 0.5% 1%;
}
.CatalogMenu .Items .Item .Item_Inner
{
	background: #fff !important;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #f0ebe7 !important;
    width: 100%;
	padding:16px 18px;
    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;
}
.CatalogMenu .Items .Item:hover .Item_Inner
{
	-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);
	border:1px solid #f0ebe7 !important;
}
.CatalogMenu .Items .Item .Item_Inner .Name
{ 
	 color: #212121;
}
.CatalogMenu .Items .Item .Item_Inner:hover .Name
{  
    color: #aa3335;
}
.CatalogMenu .Item .Item_Inner .Image
{
    position: relative;
}
.CatalogMenu .Item .Item_Inner .Image:before
{
    position: absolute;
    content: ' ';
    right: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}
.CatalogMenu .Item .Item_Inner .Image img
{
    mix-blend-mode: multiply;
    display: inline-block;
	max-width:120px;
}
.CatalogMenu .Item .Item_Inner .Desc
{
	padding:0 0 0 10px;
}
.CatalogMenu .Item .Item_Inner .Name
{   
	font-family: 'GolosTextMedium';
	font-size: 15px;
	margin:0 0 10px;
	height:auto;
}
.CatalogMenu .Item .Item_Inner .Name a
{
	color:#212121;
}
.CatalogMenu .Item .Item_Inner .Name a:hover
{
    color: #a32325;
}
.CatalogMenu .Item .Item_Inner .Count
{
	font-size:14px;
	color:#989898;
}
.Menu
{  
	width:87%;
}
.MainMenu ul
{  
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	display: flex;
}
.MainMenu ul li
{
    position: relative;
	display:inline-block;
	vertical-align:middle;
}
.MainMenu ul li a
{
	font-family: 'GolosTextDemiBold';
	display:inline-block;
	color:#212121;
	font-size:14px;
	vertical-align:middle;
	text-transform:uppercase;
}
.MainMenu ul li.Active a
{
    color: #aa3335;
}
.MainMenu ul li a:hover
{
    color: #aa3335;
}
.Clear
{
	clear:both;
}
.InfoBlock
{  
	position: relative;
	margin: 0;
	padding: 20px 0;
}
.InfoBlock::after
{
	background-image: url(images/conteiner-bg.png);
    background-position:0 0%;
    background-repeat: repeat-x;
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    height: 19px;
    width: 100%;
}
.Slider
{
	background:#faf9f8;
	width:67%;
}
.Slider .Image
{
	height:530px;
}
.Slider .Desc
{
    position: absolute;
    left: 59px;
    max-width: 325px;
    top: 170px;
}
.Slider .white .Name
{
	color:#fff;
}
.Slider .white .Anonse
{
	color:#fff;
}
.Slider .white .Button.Red a 
{
    border: 1px solid #fff !important;
    color: #fff;
}
.Slider .white .Button.Red a span::after 
{
    background-image: url(images/link-white.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.Slider .white .Button.Red a:hover
{
    border:1px solid #aa3335 !important;
    color: #fff;
}
.Slider .black .Name
{
    color: #212121;
}
.Slider .black .Anonse
{
    color: #212121;
}
.Slider .Desc .Name
{
	font-family: 'GolosTextMedium';
	font-size:36px;
    line-height: 1.1em;
	margin:0 0 30px;
}
.Slider .Desc .Anonse
{
    font-size: 15px;
    line-height: normal;
    margin: 0 0 30px;
}
.Slider .Desc .Button 
{
	font-size:13px;
}
.Slider .Desc .Button a
{
	line-height:32px;
}
.Slider .owl-pagination
{
    position: absolute;
    bottom: 21px;
    left: 77px;
}
.Slider .owl-pagination .owl-page
{
    background:#cecece;
    display: inline-block;
	margin:0 9px 0 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.Slider .owl-pagination .owl-page.active
{
    background:#a32325;
}
.Slider .owl-buttons
{
    position: absolute;
    bottom: 46px;
    left: 60px;
}
.Slider .owl-buttons > div
{
    display: inline-block;
    position: absolute;
    padding: 0 10px;
    overflow: hidden;
    width: 8px;
    text-indent: -9999px;
}
.Slider .owl-buttons .owl-prev
{
	background-image: url(images/arrows.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
	left:-10px;
}
.Slider .owl-buttons .owl-next
{
	background-image: url(images/arrows.png);
    background-position: -6px 50%;
    background-repeat: no-repeat;
	right:-75px;
}
.Banners
{
	background:#fae2be;
	width:33%;
}
.Banners .Item
{
	height:265px;
}
.Banners .Item a
{
	display:block;
	width:100%;
}
.Banners .Item .Image
{
	background-position: 0% 0%;
	background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 265px;
}
.Banners .Item .Desc
{
	padding:75px 0 0;
	font-size:18px;
    line-height: 1.6em;
	text-align:right;
	color:#171717;
	max-width:160px;
}
.Banners .Item .Desc span
{
	font-size:30px;
    font-family: 'GolosTextMedium';
	display:block;
}
.Banners .Sale .Desc
{
	color:#fff;
}
.Banners .Sale .Desc span
{
	color:#d55153;
}
.Benefits
{
	margin:0 0 20px;
}
.Benefits .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%;
}
.Benefits .Items .Item
{
	float:left;
	width:31.333%;  
	margin:0 1% 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Benefits .Items .Item .Item_Inner
{
    background-image: url(images/benefits-bg.png);
    background-position: 0% 100%;
    background-repeat: no-repeat;
	background-color:#faf9f8;
	width:100%;	
    padding: 53px 43px;	
}
.Benefits .Items .Item .Icon
{
	margin:0 0 20px;
}
.Benefits .Items .Item .Name
{
	font-size:18px;
	margin:0 0 15px;
}
.DegustatsiiImg 
{
	margin:0 0 65px;
}
.DegustatsiiImg .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% 20px;
}
.DegustatsiiImg .Items .Item
{
	float:left;
    width: 48%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 15px;
}
.DegustatsiiImg .Items .Item .Item_Inner
{
    position: relative;
	display: block;    
	width:100%;
}
.DegustatsiiImg .Items .Item .Item_Inner .Image
{
	position:relative;
    margin: 0 0 25px;
}
.DegustatsiiImg .Items .Item .Item_Inner .Image img
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.DegustatsiiImg .Items .Item .Item_Inner .Name
{
    font-size: 18px;
    color: #212121;
}
.DegustatsiiImg .Items .Item .Item_Inner .Name a
{
    color: #212121;
}
.DegustatsiiImg .Items .Item .Item_Inner .Name a:hover
{
    color: #a32325;
}
.DegustatsiiImg .Items .Item .Item_Inner .Info
{
    justify-content: space-between;
    align-items: baseline;
}
.DegustatsiiImg .Items .Item .Item_Inner .Count 
{
    background-image: url(images/svg/photo.svg);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    color: #212121;
    padding:5px 10px 0 50px;
    font-size: 16px;
}
.DegustatsiiImg .Button
{
	text-align:center;
}
.Expert
{
	margin:0 0 65px;
}
.Expert .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%;
}
.Expert .Items .Item
{
	float:left;
	width:31.333%;  
	margin:0 1% 35px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Expert .Items .Item .Item_Inner
{
	width:100%;	
    color: #989898;
	padding:0 10px 0 0;
}
.Expert .Items .Item .Item_Inner .Image
{
	margin:0 0 35px;
}
.Expert .Items .Item .Item_Inner .Image img
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.Expert .Items .Item .Item_Inner .Name
{
    font-size: 18px;
    color: #212121;
    padding: 0 0 15px;
    position: relative;
    margin: 0 0 15px;
}
.Expert .Items .Item .Item_Inner .Name::after 
{
    width: 62px;
    bottom: 0;
    background: #e1dbd6;
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    height: 1px;
}
.CatalogHome
{
	background:#faf9f8;
	padding:65px 0 55px;
	margin:0 0 65px;
}
.CatalogHome .TabsLink
{
	list-style:none;
	border:none;
    min-height: 35px;
	margin:0;
	padding:0;
}
.CatalogHome .TabsLink li
{
	display:inline-block;
	font-size:36px;
	color:#989898;
	margin:0 35px 0 0;
	border-bottom:1px solid #d6d6d6;
}
.CatalogHome .TabsLink li.Active
{
	color:#212121;
	border-bottom:1px solid #faf9f8;
}
.CatalogHome .TabsLink li span
{
	cursor:pointer;
}
.CatalogHome .Item
{
    margin: 0 2% 2% !important;
    width: auto !important;
    float: none !important;
}
.CatalogHome .Item .Item_Inner
{
	position:relative;
	width:100%;
}
.CatalogHome .Item .Icon
{
	position:absolute;
	right:0;
    display: inline-block;
    white-space: nowrap;
    transform-origin: center;
    transform: rotate(-90deg);
}
.CatalogHome .Item .Icon span
{
    background: #a32325;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    right: -32px;
    padding: 2px 14px 1px 38px;
    top: -28px;
    position: absolute;
}
.CatalogHome .Item .Icon span::after 
{
    content: '';
    position: absolute;
    right: 114px;
    top: 0;
    border: 14px solid transparent;
    border-top: 14px solid #fff;
    transform: rotate(-90deg);
}
.CatalogHome .Item .Image
{
	text-align:center;
}
.CatalogHome .Item .Image img
{
	display:inline-block;
}
.CatalogHome .Item .Props
{
	color:#989898;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content:center;
}
.CatalogHome .Item .Props .Prop
{
	margin:0 8px;
}
.CatalogHome .Item .Category
{
	color:#989898;
}
.CatalogHome .Item .Stars
{
	margin:0 0 5px;
}
.CatalogHome .Item .PriceBlock
{
	border-top:1px solid #f0ebe7;
	position:relative;
	padding:20px 0 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content:center;
}
.CatalogHome .Item .PriceBlock::after
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    left: -30px;
    top: -10px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.CatalogHome .Item .PriceBlock::before
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    right: -30px;
    top: -10px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.CatalogHome .Item .PriceBlock .Price
{
	color:#000000;
	font-size:22px;
	margin:0 8px 0 0;
}
.CatalogHome .Item .PriceBlock .OldPrice
{
    color: #aaa69e;
    font-size: 15px;
    text-decoration: line-through;
	margin:0 0 0 8px;
}
.CatalogHome .owl-buttons
{
	position:absolute;
	width:100%;
    top: 45%;
}
.CatalogHome .owl-buttons > div
{
    display: inline-block;
    position: absolute;
    padding: 5px 13px;
    overflow: hidden;
    width: 10px;
    text-indent: -9999px;
}
.CatalogHome .owl-buttons .owl-prev
{
	background-image: url(images/arrows.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
	left:-43px;
}
.CatalogHome .owl-buttons .owl-next
{
	background-image: url(images/arrows.png);
    background-position: -6px 50%;
    background-repeat: no-repeat;
	right:-43px;
}
.CatalogHome .All 
{
    position: absolute;
    top: -2px;
    right: 0;
}
.CatalogHome .All .Count
{
	display:inline-block;
	vertical-align:middle;
	margin:0 35px 0 0;
	line-height:35px;
	color:#989898;
	font-size:16px;
}
.CatalogHome .All a
{
	color:#aa3335;
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	line-height:35px;
}
.CatalogHome .All a:hover
{
	color:#212121;
}
.CatalogHome .All a span::after
{
    background-image: url(images/link.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	content:"";
	margin:0 0 1px 11px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    height: 8px;
}
.CatalogHome .All a:hover span::after
{
    background-image: url(images/all-link.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.CatalogHome .All a span
{
    margin: 2px 0 0;
    display: inline-block;
}
.CatalogHome .BlockBox
{
	display:none;
}
.CatalogHome .BlockBox.Active
{
	display:block;
}
.BannerBlock
{
	margin:0 0 65px;
}
.BannerBlock .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%;
}
.BannerBlock .Items .Item
{
	display: -webkit-flex;
	display: -ms-flexbox;
    width: 48%;
	margin:0 1%;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.BannerBlock .Items .Item.Discount
{
    background-image: url(images/banner-discout.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
	background-color:#bc5f60;
	padding:0;
}
.BannerBlock .Items .Item.Clients
{
    background-image: url(images/banner-clients.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
	background-color:#212121;
	padding:0;
}
.BannerBlock .Items .Item .Item_Inner
{
	padding:75px 60px;
	width:100%;
	color:#ffffff;
	font-size:16px;
}
.BannerBlock .Items .Item .Anonse
{
	margin:0 0 30px;
}
.BannerBlock .Item .Name
{
    font-size:36px;
    color: #ffffff;
    line-height: 1em;
    margin: 0 0 25px;
}
.NewsBlock
{
	margin:0 0 80px;
}
.NewsBlock .TabsLink
{
	list-style:none;
	margin:0;
	padding:0;
}
.NewsBlock .TabsLink li
{
	display:inline-block;
	font-size:36px;
	color:#989898;
	margin:0 35px 35px 0;
	border-bottom:1px solid #d6d6d6;
}
.NewsBlock .TabsLink li.Active
{
	color:#212121;
	border-bottom:1px solid #fff;
}
.NewsBlock .TabsLink li span
{
	cursor:pointer;
}
.NewsBlock .BlockBox
{
	display:none;
	padding:40px 0 0;
}
.NewsBlock .BlockBox.Active
{
	display:block;
}
.NewsBlock .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%;
}
.NewsBlock .Items .Item
{
	background:#faf9f8;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	display: -webkit-flex;
	display: -ms-flexbox;
    width: 31.333%;
	margin:0 1%;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.NewsBlock .Item .Item_Inner
{
    width: 100%;
}
.NewsBlock .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:272px;
}
.NewsBlock .Item .Desc
{
	padding:35px 30px;
}
.NewsBlock .Item a .Name
{
    font-size: 18px;
    color: #212121;
    padding: 0 0 15px;
    position: relative;
    margin: 0 0 20px;
}
.NewsBlock .Item a:hover .Name
{
    color: #a32325;
}
.NewsBlock .Item a .Name::after 
{
    width: 62px;
    bottom: 0;
    background: #e1dbd6;
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    height: 1px;
}
.NewsBlock .Item a .Anonse
{
	color:#989898;
    line-height: 1.4em;
}
.AllLink 
{
    position: absolute;
    top: -10px;
    right: 0;
}
.AllLink a
{
	border:1px solid #e1dbd6;
	padding:0 25px;
	color:#212121;
	font-size:15px;
	display:inline-block;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
	line-height:35px;
}
.AllLink a:hover
{
	background:#aa3335;
	border:1px solid #aa3335;
	color:#fff;
}
.AllLink a span::after
{
    background-image: url(images/all-link.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	content:"";
	margin:0 0 1px 11px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    height: 8px;
}
.AllLink a:hover span::after
{
    background-image: url(images/link-white.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.AllLink a span
{
    margin: 2px 0 0;
    display: inline-block;
}
.About
{
	position:relative;
	margin:0 0 140px;
}
.About .Image
{
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    width: 50%;
    height:483px;
}
.About .Text
{
    width: 100%;
    background: #faf9f8;
    max-width: 720px;
    position: absolute;
    right: 0;
    top:50px;
    line-height: 1.5em;
    padding: 40px 70px 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.About .Text p
{
    padding: 0 0 20px;
}
.Conteiner
{
	background:#faf9f8;
	position:relative;
    padding: 0 0 90px;
}
.Conteiner.Big .Wrapper
{
	max-width:100%;
}
.Conteiner.Order
{
	background:#faf9f8;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.Conteiner.Detail .Wrapper
{
	max-width:100%;
}
.Conteiner.Detail .Breadcrumbs .Wrapper
{
	max-width:1507px;
}
.Conteiner.Cart
{
	padding:55px 0 0;
}
.Conteiner.Order .Wrapper
{
	max-width:100%;
}
.Conteiner::after
{
	background-image: url(images/conteiner-bg.png);
    background-position:0 0%;
    background-repeat: repeat-x;
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    height: 19px;
    width: 100%;
}
.Breadcrumbs
{
    padding: 38px 0 35px;
	font-size:14px;
    position: relative;
}
.Breadcrumbs a
{
	color:#565656;
}
.Breadcrumbs span
{
	color:#989898;
}
.Breadcrumbs span.Del
{
	background-image: url(images/del.jpg);
    background-position:0 0%;
    background-repeat: no-repeat;
    width: 16px;
    margin: 0 10px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}
.LeftBlock
{
	float:left;
	width:18%;
}	
.LeftBlock .LeftMenu
{
	padding:37px 0 0;
}	
.LeftBlock .LeftMenu ul
{
	list-style:none;
	margin:0;
	padding:0;
}	
.LeftBlock .LeftMenu ul li 
{
    margin: 0 0 15px;
    padding: 15px 0 0;
    border-top: 1px solid #e6e5e2;
}
.LeftBlock .LeftMenu ul li:first-child
{
    padding: 0;
    border-top: none;
}
.LeftBlock .LeftMenu ul li a
{
    color: #212121;
}	
.LeftBlock .LeftMenu ul li.Active a
{
    color: #a32325;
}
.LeftBlock .LeftMenu ul li a:hover
{
    color: #a32325;
}	
.FilterBlock .Item:first-child
{
	margin:0 0 60px; 
} 
.FilterBlock .Item
{
	clear:both;
	line-height:normal;
	margin:0 0 33px; 
} 
.FilterBlock .bx-filter-input-container input[type="text"]
{
    font-family: 'GolosTextRegular' !important;
    font-size: 14px !important;
	border:none !important;
    color: #989898 !important;
    height: 30px !important;
}
.FilterBlock .bx-filter-input-container input[type="text"]::placeholder {
  color: #888;
}
.FilterBlock .bx-filter-input-container input[type="text"]:-ms-input-placeholder {
  color: #888;
}
.FilterBlock .bx-filter-input-container input[type="text"]::-ms-input-placeholder {
  color: #888;
}

.FilterBlock .bx-filter-input-container input[type="text"]
{
    font-family: 'GolosTextRegular' !important;
    font-size: 14px !important;
	border:none !important;
    color: #989898 !important;
    height: 30px !important;
}
.FilterBlock .bx-filter-parameters-box-title
{ 
	font-family: 'GolosTextDemiBold';
	font-size:13px;
	text-transform:uppercase;
	cursor:pointer;
	position:relative;
	color:#212121;
	line-height:normal;
}
.FilterBlock .bx-filter-parameters-box-title .fa-angle-up
{   
	background-image: url("images/filter-block.png");
    background-position:0% 100%;
    background-repeat: no-repeat;
	position: absolute;
font-size:0px;
	top: 8px;
	right: 0;
	width: 13px;
	height: 6px;
}
.FilterBlock .bx-filter-parameters-box-title .fa-angle-down
{   
	background-image: url("images/filter-block.png");
    background-position: 0% 0%;
    background-repeat: no-repeat;
	position: absolute;
font-size:0px;
	top: 8px;
	right: 0;
	width: 13px;
	height: 6px;
}
.bx-filter .bx-filter-parameters-box-container-block
{
	padding:0;
}
.FilterBlock .Labels
{
    margin: 25px 0 0;
    max-height: 170px; 
    overflow-y: auto;
}
.FilterBlock .checkbox
{
    margin:0 0 10px;
}
.FilterBlock .checkbox label
{
    padding:0;
}
.FilterBlock .checkbox input[type="checkbox"] 
{
    display: none;
}
.FilterBlock input[type="checkbox"] + label span 
{
	background:url(images/checkbox.png);
	background-position:0 100%;
	background-repeat:no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0 0 0 29px;
    vertical-align: middle;   
	transition:none;
	font-size: 14px;
	color: #565656;
}
.FilterBlock input[type="checkbox"]:checked + label span 
{
	background:url(images/checkbox.png);
	background-position:0 4px;
	background-repeat:no-repeat;
}

.bx-authform,
.bx_profile
{
    background-color: rgb(255, 255, 255);
	overflow:hidden;
    position: relative;
    border-radius: 6px;
    color: #565656;
    font-size: 15px;
    margin: 0;
    box-shadow: rgb(0 0 0 / 4%) 0px 1px 8px 0px;
    padding:40px 30px;
}
.bx-authform .Checkbox
{
    margin:0 0 30px;
}
.bx-authform label
{
	font-weight:normal;
    padding:0;
}
.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] 
{
	position: relative;
	margin:0;
}
.bx-authform input[type="checkbox"] + label span 
{
	background:url(images/checkbox.png);
	background-position:0 100%;
	background-repeat:no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0;
    padding: 2px 0 0 29px;
    vertical-align: middle;   
	transition:none;
}
.bx-authform input[type="checkbox"]:checked + label span 
{
	background:url(images/checkbox.png);
	background-position:0 4px;
	background-repeat:no-repeat;
}
.bx-filter-button-box #set_filter
{
	display:none;
}
#del_filter
{
	background-color: #aa3335;
	border-color: #aa3335;
	border:none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display:inline-block;
	cursor:pointer;
	color: #fff;
	font-size:14px;
	line-height:35px;
	height:35px;
	padding:0 19px;
}
#del_filter:hover
{
	background:#212121;
	color:#fff;
}
.ContBlock
{
	float:left;
	width:79%;
}	
.Content
{
	position:relative;
	padding:0 0 0 30px;
	font-size:16px;
}
.Conteiner.Cont .Content
{
	position:relative;
	padding:0;
}
.Conteiner.Cont .ContBlock
{
	float:none;
	width:100%;
}	
.Conteiner.CatalogBig .ContBlock
{
    float: right;
    width: 82%;
}	
.Conteiner.Cont .ContBlock .ContBlock 
{
  float: left;
  width: 82%;
}	
.Conteiner.Cont .ContBlock .Block
{
    padding: 0 0 0 30px;
}	
.Conteiner.CatalogBig .Content
{
    padding: 0 0 0 30px;
}	
/*
.Content .Count
{
    position: absolute;
    left: 30px;
    top: 0;
}
.SortBlock
{
    position: absolute;
    right: 0;
    top: 0;
}*/
.SortInfo 
{
    width: 100%;
    margin: 0 0 34px;
}
.SortInfo .Count
{
    float:left;
}
.SortInfo .SortBlock
{
    float:right;
	font-size:14px;
    color:#565656;
}
.SortInfo .SortBlock a
{
    color:#565656;
}
.SortInfo .SortBlock a:hover
{
    color:#aa3335;
}
.SortBlock .jq-selectbox 
{
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	z-index: 10 !important;
}  
.SortBlock .jq-selectbox__select 
{
    width: 100%;
    font-size: 15px;
    color: #565656;
    position: relative;
}
.SortBlock .jq-selectbox__select-text 
{
    display: block;
    width: auto !important;
    padding: 0 16px 0 0;
}
.SortBlock .jq-selectbox__trigger
{
    background-image: url("images/select-arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 8px;
	position:absolute;
    right: 0;
    width: 10px;
    height: 7px;
}
.SortBlock .jq-selectbox__dropdown 
{
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0;
    padding: 0;
    bottom: auto !important;
    top: 20px !important;
    background: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.SortBlock .jq-selectbox ul {
	margin: 0 !important;
	padding: 0 !important;
}
.SortBlock .jq-selectbox li:first-child
{
	border-top:none;
}
.SortBlock .jq-selectbox li 
{
    min-height: 18px;
	line-height:1.2em;
    padding:10px 25px !important;
    color: #212121 !important;
    margin: 0 !important;
    background-image: none !important;
}
.SortBlock .jq-selectbox li:hover 
{
	background-color: #2b2b2b;
	color: #fff !important;
}

.SortBlock span
{
	display:inline-block;
	vertical-align:middle;
}
.SortBlock a
{
	border:1px solid #faf9f8 !important;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 10px;
	color:#212121;
}
.SortBlock a span
{
    position: relative;
	margin:0;
}
.SortBlock a.default
{
    display:none !important;
}
.SortBlock a.Active
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #eeeeee !important;
	padding: 0 10px;
}
.SortBlock a.Active span
{
    padding: 0 15px 0 0;
}
.SortBlock a.Active.desc span:before 
{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border: 3px solid transparent;
    border-top: 3px solid #000000;
}
.SortBlock a.Active.asc span:before 
{
    content: '';
    position: absolute;
    right: 0;
    margin: -4px 0 0;
    top: 50%;
	border: 3px solid transparent;
	border-bottom: 3px solid #000000;
}
.catalog-sort
{
    position: relative;
    display: inline-block;
}
.catalog-sort__button
{
    font-family: 'GolosTextRegular' !important;
	background:none !important;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 !important;
    border: 0;
    background: transparent;
    cursor: pointer;
	font-size: 14px;
	line-height: 34px !important;
	height: 34px !important;
}
.catalog-sort__button span
{
    font-size: 14px;
    color: #565656;
}
.catalog-sort__arrow path
{
	color: #292d32;
}
.catalog-sort__arrow
{
    transition: transform .2s ease;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.catalog-sort.is-open .catalog-sort__arrow
{
    transform: rotate(180deg);
}
.catalog-sort__menu
{
	background: #fff;
    -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);
	text-align: left;
	position: absolute;
	top: 40px;
	min-width: 250px;
	margin: 0;
	padding: 15px;
	z-index: 90;
	right: 0;
    display: none;
}
.catalog-sort.is-open .catalog-sort__menu
{
    display: block;
}
.catalog-sort__option
{
    font-family: 'GolosTextRegular' !important;
    display: block;
    padding: 0 15px;
    text-decoration: none;
	font-size: 14px;
	color:#565656;
	border: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	vertical-align: baseline !important;
	line-height: 34px;
}
.catalog-sort__option:hover
{
    color: #a32325;
}
.catalog-sort__option.is-selected
{
	color: #a32325;
}
.Section
{
	margin:0 0 30px;
}
.Section ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.Section ul li
{
    background: #fff;
    border: 1px solid #ebe7e3;
    display: inline-block;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 4px 7px 0;
}
.Section ul li a
{
	color:#212121;
}
.Section ul li a:hover
{
    color: #a32325;
}/*
.CartBlock .Item:first-child 
{
    background: transparent;
	box-shadow:none;
    margin: 0 0 20px;
    height: auto;
}
.CartBlock .Item:first-child > div
{
	color:#969696;
	font-size:12px;
	text-transform:uppercase;
}
.CartBlock .Item:first-child .Name
{
	border-right:1px solid #faf9f8;
}*/
.CartBlock .Item
{
	background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%);
    margin: 0 0 20px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
	position:relative;
    align-items: center;
    justify-content: space-between;
	line-height:normal;
    height: 150px;
}
.CartBlock .Item::after
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    left: -10px;
    top: 45%;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.CartBlock .Item .Name a
{  
	font-family: 'GolosTextMedium';
	line-height:normal;
	font-size: 15px;
	color: #212121;
	margin:0 0 20px;
}
.CartBlock .Item .Name a:hover
{
    color:#a32325;
}
.CartBlock .Item .Image
{
    width: 13%;
    text-align: center;
}
.CartBlock .Item .Image img
{
    display:inline-block;
}
.CartBlock .Item .Name
{
    width: 48%;
	border-right:1px solid #faf9f8;
}
.CartBlock .Item .Props
{
    margin: 10px 0 0;
	color: #989898;
	font-size: 13px;
}
.CartBlock .Item .Props span
{
    margin: 0 5px 0 0;
}
.CartBlock .Item .Articul
{
    color:#989898;
}
.CartBlock .Item .CountBlock
{/*
    width: 16%;*/
	text-align:center;
}
.CartBlock .Item .CountBlock input[type="text"]
{
	background:none;
	font-family: 'GolosTextRegular';
	color:#212121 !important;
	font-size:15px;
	text-align:center;
	height:22px !important;
	border:none !important;
	width:50px !important;
}    

.basket-item-block-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto;
}


.basket-item-block-amount .Plus,
.basket-item-block-amount .Minus 
{
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color:#212121;
	font-size:21px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;  
	line-height: 21px;
}
.basket-item-block-amount .Plus,
.basket-item-block-amount .Minus { border-width: .5px; }

.basket-item-block-amount .Plus:hover,
.basket-item-block-amount .Minus:hover { background: #d3d3d3 !important; }

.basket-item-block-amount .Plus:after,
.basket-item-block-amount .Minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
	display:inline-block;
}

.basket-item-block-amount .Plus:after,
.basket-item-block-amount .Minus:after {
	opacity: .8 !important;
}

.basket-item-block-amount .Plus:hover,
.basket-item-block-amount .Minus:hover {
	background-color: #f2f2f2;
}

.basket-item-block-amount .Plus:after 
{
	content: "+";
}

.basket-item-block-amount .Minus:after {
	content: "-";
}

.basket-item-block-amount .Plus:hover:after,
.basket-item-block-amount .Minus:hover:after { opacity: 1 !important; }

.CartBlock .Item .Price
{
    width: 20%;
    font-size: 18px;
    text-align: center;
}
.CartBlock .Item .Summ
{
    width: 20%;
    font-size: 18px;
    text-align: center;
}
.CartBlock .Item .Icons
{
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0;
}
.CartBlock .Item .Icons .Del
{
	  background-color: #f8f8f8;
	  background-image: url(images/cart-close.png);
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  width: 17px;
	  height: 17px;
	  opacity: .5;
	  cursor: pointer;
	  transition: 250ms linear all;
}
.CartBlock .Item .Icons .Del:hover { opacity: .7; }

.CartInfo
{
	margin:35px 0 0;
    padding:0 105px 0 0;
}
.CartInfo .Flex
{
    justify-content: space-between;
}
.CartInfo .CatalogBack a
{
	border:1px solid #e1dbd6 !important;
	padding:0 25px;
	color:#565656;
	font-size:13px;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:35px;
}
.CartInfo .CatalogBack a:hover
{
	background:#aa3335;
	border:1px solid #aa3335 !important;
	color:#fff;
}
.CartInfo .CatalogBack a span::before
{
    background-image: url(images/back-link.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	content:"";
	margin:0 11px 1px 0;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    height: 8px;
}
.CartInfo .CatalogBack a:hover span::before
{
    background-image: url(images/back-link-hv.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.CartInfo .CatalogBack a span
{
    margin: 0;
    display: inline-block;
}
.CartInfo .CountBlock 
{
	color:#565656;
	font-size:18px;
    padding: 8px 0 0;
}
.CartInfo .SummBlock 
{
    color:#565656;
    font-size: 16px;
    padding: 8px 0 0;
    text-align: right;
}
.CartInfo .Summ
{
	margin: 0 0 5px;
}
.CartInfo .OrderSumm 
{
	font-family: 'GolosTextMedium';
	color: #212121;
	font-size: 18px;
	margin:0 0 20px 5px;
}
.CartInfo .Button a, .basket-btn-checkout
{
	background:#a32325;
    font-family: 'GolosTextRegular';
    line-height: 45px;
	border:none;
	font-weight:normal;
	padding:0 35px;
	color:#fff;
	cursor:pointer;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.CartInfo .Button a:hover, .basket-btn-checkout:hover
{
	background:#212121;
	color:#fff;
}
.search-page form
{
    position: relative;
}
.Conteiner .search-page input[type="text"]
{
	background:#ffffff;
	border:none !important;
	line-height:42px;
    padding: 0 18px !important;
	font-family: 'GolosTextRegular';
    color: #c3c3c3;
    font-size: 13px;
}    
.search-page input[type="submit"]
{
    background: url(images/searche.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	position:absolute;
	right:20px;
    display: inline-block;
    vertical-align: middle;
	cursor:pointer;
    width: 22px;
	border:none;
    height: 22px; 
	text-indent:-9999px;
	top: 50%;
	margin: -11px 0;
}
.search-page input[type="submit"]:hover
{
    background-image: url(images/searche-hv.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.CategoryList .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%;
    padding: 0;
}
.CategoryList .Item
{
	width:18% !important;  
	margin:0 1% 2%;
}
.CategoryList .Items .Item
{
	float:left;
	width:31.333%;  
	margin:0 1% 2%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.CategoryList .Items .Item .Name
{
	height:auto;
}
.CategoryList .Items .Item a:hover .Name
{
    color: #a32325;
}

.CatalogList
{
    margin: 0 0 40px;
}
.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 -0.5%;
}
.CatalogList .Items .Item
{
	float:left;
	width:24%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 0.5% 1%;
}
.CatalogList .Items .Item .Item_Inner
{
	background: #fff !important;
	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);
    width: 100%;
	padding:16px 18px;
    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;
}
.CatalogList .Items .Item .Item_Inner .Name
{ 
	 color: #212121;
}
.CatalogList .Items .Item .Item_Inner:hover .Name
{  
    color: #a32325;
}
.CatalogList .Item .Item_Inner .Image
{
    position: relative;
}
.CatalogList .Item .Item_Inner .Image:before
{
    position: absolute;
    content: ' ';
    right: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}
.CatalogList .Item .Item_Inner .Image img
{
    mix-blend-mode: multiply;
    display: inline-block;
	max-width:120px;
}
.CatalogList .Item .Item_Inner .Desc
{
	padding:0 0 0 10px;
}
.CatalogList .Item .Item_Inner .Name
{   
	font-family: 'GolosTextMedium';
	font-size: 15px;
	margin:0 0 10px;
	height:auto;
}
.CatalogList .Item .Item_Inner .Name a
{
	color:#212121;
}
.CatalogList .Item .Item_Inner .Name a:hover
{
    color: #a32325;
}
.CatalogList .Item .Item_Inner .Count
{
	font-size:14px;
	color:#989898;
}
.CatalogTop .Catalog .Items
{
	margin:0;
}

.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.Big .Catalog .Items .Item
{
	width:23%;  
	margin:0 1% 2%;
}
.CatalogSearch .Catalog .Items .Item
{
	width:23%;  
	margin:0 1% 2%;
}
.Catalog .Items .Item
{
	float:left;
	width:23%;   
	margin:0 1% 2%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Catalog.Big .Items .Item
{
	width:22.333%;  
	margin:0 1% 2%;
}
.Catalog .Item .Item_Inner 
{
  position: relative;
  width: 100%;
}
.Catalog .Item .Item_Inner .product-item
{
	background:#fff !important;
	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);
	width:100%;
	height:100%;
	text-align:center;
}
.Catalog .Item .Item_Inner .product-item:hover
{
	-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);
}
.Catalog .Item .Icon
{
	position:absolute;
	right:0;
    display: inline-block;
    white-space: nowrap;
    transform-origin: center;
    transform: rotate(-90deg);
}
.Catalog .Item .Icon span
{
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    right: 0;
    padding: 1px 0 1px 0;
    top: -28px;
    position: absolute;
    width: 150px;
}
.Catalog .Item .Icon span::after 
{
    content: '';
    position: absolute;
    right: 122px;
    top: 0;
    border: 14px solid transparent;
    border-top: 14px solid #fff;
    transform: rotate(-90deg);
}
.Catalog .Item .Icon span.Best
{
    background: #a32325;
}
.Catalog .Item .Icon span.Hit
{
    background: #f6a743;
}
.Catalog .Item .Icon span.New
{
    background: #67ad1c;
}
.Catalog .Item .Icon span.Recommend
{
    background: #aa3335;
}
.Catalog .Item .Item_Inner .InfoBox
{
	position: relative;
	z-index:30;
}
.Catalog .Item .Item_Inner .InfoBox .Flex
{
	justify-content: space-between;
}
.Catalog .Item .Item_Inner .AddFavorite
{
	position: absolute;
    left: 20px;
    top: 20px;
}
.Catalog .Item .Item_Inner .AddFavorite button
{
    background: url(images/svg/favorite-add.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: contain;
	box-shadow:none !important;
	border:none;
	animation:none;
	cursor:pointer;
	position:absolute;
	text-indent:-9999px;
	padding:0;
	z-index:5;
	display:inline-block;
	width:28px;
	height:28px;
} 
.Catalog .Item .Item_Inner .AddFavorite button:hover
{
    background: url(images/svg/favorite-add-hv.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: contain;
}  
.Catalog .Item .Item_Inner .AddFavorite button.itserw_wishlist_added
{
    background: url(images/svg/favorite-add-hv.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
  background-size: contain;
}
.Catalog .Item .Item_Inner .Rating
{
	color:#212121;
	font-size:13px;
}
.Catalog .Item .Item_Inner .Rating .Star
{
    background-image: url(images/svg/star.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
	padding:0 0 0 21px;
}
.Catalog .Item .Item_Inner .Rating .Star.Active
{
    background-image: url(images/svg/star-hv.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
}
.Catalog .Items .Item .Item_Inner .Image 
{
  position: relative;
  margin: 0;
}
.Catalog .Items .Item .Item_Inner .ImageBox
{
	text-align:center;
	height: 260px;
	padding:0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.Catalog .Items .Item .Item_Inner .BuyBlock 
{ 
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;  
	justify-content: space-between;
}
.Catalog .Item .Name
{
	font-family: 'GolosTextMedium';
	font-size:15px;
	color:#212121;
	height:auto;
	line-height:1.2em;
	padding:0;
	display:block;
}
.Catalog .Item .Name a
{
	color:#212121;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.Catalog .Item .Name a:hover
{
	color:#aa3335;
}
.Catalog .Item .Item_Inner .Amount
{
    line-height: normal;
    font-size: 14px;
}
.Catalog .Item .Item_Inner .Amount.is-in-stock
{
	color:#62b249;
}
.Catalog .Item .Item_Inner .Amount.is-out-of-stock
{
	color:#c3c3c3;
} 
.Catalog .Item .Item_Inner .Amount .Yes
{
    color: #62b249 !important;
}
.Catalog .Item .Item_Inner .Amount span
{
    margin: 0 !important;
}
.Catalog .Item .Info
{  
	color: #989898;
	font-size: 14px;
	margin: 0 0 13px;
	line-height: normal;
}
.Catalog .Item .Props .Prop
{
	margin:0 8px;
}
.Catalog .Item .Props
{
	color:#989898;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content:center;
	margin:0 0 10px;
}
.Catalog .Item .Props .Prop
{
	margin:0 8px;
}
.Catalog .Item .Category
{
	color:#989898;
}
.Catalog .Item .Stars
{
	display:flex;
	justify-content:center;
	margin:0 0 20px;
	width: 100%;
}
.Catalog .Item .Stars .bx_item_detail_rating { margin: 0; }
.Catalog .Item .Stars .bx_item_rating { text-align: center; }
.Catalog .Item .PriceBlock
{
	border-top:1px solid #f0ebe7;
	position:relative;
	margin:20px 0 0;
	padding:20px 0 0 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;  
	justify-content: space-between; 
	white-space: nowrap;
    line-height: normal;
}
.Catalog .Item .PriceBlock::after
{
	display:none;
}
.Catalog .Item .PriceBlock::before
{
	display:none;
}
.Catalog .Item .PriceBlock .Price
{
	font-family: 'GolosTextMedium';
	color:#212121;
	font-size:18px;
}
.Catalog .Item .PriceBlock .OldPrice
{
	color: #aaa69e;
	font-size: 14px;
	text-decoration: line-through;
	margin: 0;
	text-align: left;
}
.Catalog .Item .PriceBlock .AddCart .btn-primary
{  
	background-color: #aa3335;
	border-color: #aa3335;
	border:none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display:inline-block;
	color: #fff;
	font-size:14px;
	line-height:34px;
	height:35px;
	padding:0 19px;
}
.Catalog .Item .PriceBlock .AddCart .btn-primary.in-basket-btn
{
	background:#212121;
	color:#fff;
}
.Catalog .Item .PriceBlock .AddCart .btn-primary:hover
{
	background:#212121;
	color:#fff;
}
.MoreButton
{ 
	display: inline-block;
	vertical-align: middle;
	margin:0 40px 0 0;
}
.MoreButton button
{
	font-family: 'GolosTextMedium';
	background:none;
	border:1px solid #f0ebe7;
	color:#565656;
	padding:0 26px;
	line-height: 42px;
	height: 46px;
	font-weight:normal; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Pagination
{
	display: inline-block;
	vertical-align: middle;
}
.Pagination ul
{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
.Pagination ul li
{
	background:none;
	display:inline-block;
	vertical-align:middle;
	margin:0 !important;
	padding:0;
	
}
.Pagination ul li:before
{
	display:none !important;
}
.Pagination ul li.Page
{
	background:none;
	padding:0;
	width:36px;
	text-align:center;
	height:36px;
	line-height:36px;
	display:inline-block;
	vertical-align:middle;
	color:#565656;
}
.Pagination ul li.Active
{
	background:#aa3335;
    font-family: "GolosTextMedium";
	color:#ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.Pagination ul li.Pages
{ 
	margin: 0 8px 0 5px !important;
	padding: 0;
}
.Pagination ul li a
{
	color:#565656;
}
.Pagination ul li a:hover
{
    color: #a32325;
}
.Pagination .PrevPage
{
	display:inline-block;
	vertical-align:middle;
	margin:0 50px 0 0;
	line-height:40px;
}
.Pagination .PrevPage span
{
	display:none;
}
.Pagination .NextPage
{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 50px;
	line-height:40px;
}
.Pagination .NextPage span
{
	display:none; 
}
.Pagination .PrevPage span
{
	background:url(images/arrows.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	content:"";
	font-size:0px;
	display:inline-block;
	margin:0 10px 0 0;
	vertical-align:middle;
	width:13px;
	height: 36px;
}
.Pagination .NextPage span
{
	background:url(images/arrows.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	content:"";
	font-size:0px;
	display:inline-block;
	margin:0 0 0 10px;
	vertical-align:middle;
	width:13px;
	height: 36px;
}
.Description
{
    margin:77px 0 0;
	font-size:15px;
	color:#565656;
}
.Articles
{
	position:relative;
}
.Articles ul.TabsLink
{
    position: absolute;
    list-style: none;
    margin: 0;
    right: 0;
    top: -90px;
    padding: 0;
}
.Articles ul.TabsLink li
{
    border: 1px solid #faf9f8;
	cursor:pointer;
    padding: 0 25px;
    color: #212121;
    font-size: 15px;
    display: inline-block;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 35px;
}
.Articles ul.TabsLink li.Active
{
    border: 1px solid #e1dbd6;
    padding: 0 25px;
    color: #212121;
}
.Articles .BlockBox.Active
{
	display:block;
}
.Articles .BlockBox
{
	display:none;
}
.ArticlesMenu ul
{
    position: absolute;
    list-style: none;
    margin: 0;
    right: 0;
    top: -90px;
    padding: 0;
}
.ArticlesMenu ul li
{
    border: 1px solid #faf9f8;
	cursor:pointer;
    padding: 0 25px;
    margin: 0 0 10px;
    font-size: 15px;
    display: inline-block;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 35px;
}
.ArticlesMenu ul li.Active
{
    border: 1px solid #e1dbd6;
    padding: 0 25px;
    color: #212121;
}
.ArticlesMenu ul li a
{
    color: #212121;
}
.ArticlesMenu ul li.Active a
{
    color: #212121;
}
.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;
	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:272px;
}
.Article .Item a .Name 
{
    font-size: 18px;
    color: #000000;
    margin: 0 0 20px; 
}
.Article .Item a .Date 
{
    font-size: 12px;
    position: relative;
    color: #888888;
}
.Article .Item a .Anonse
{
    color: #989898;
    font-size: 14px;
    line-height: normal;
}
.Article .Item .Desc
{
	position:relative;
    font-size: 15px;
    padding: 35px 33px;
}
.Article .Item .Desc::after
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    left: -8px;
    bottom: 48px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.Article .Item .Desc::before
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    right: -8px;
    bottom: 48px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.Events
{
	position:relative;
    margin: 30px 0 50px;
}
.Events .CityList
{
    margin: 0 0 30px;
    align-items: center;
}
.Events .CityList ul.TabsLink
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.Events .CityList .Text
{
    padding: 0 25px 0 0;
    color: #989898;
}
.Events ul.TabsLink li::before
{
	display:none !important;
}
.Events ul.TabsLink li
{
    margin: 0;
	cursor:pointer;
    padding: 0 25px;
    color: #212121;
    font-size: 15px;
    display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    line-height: 38px;
}
.Events ul.TabsLink li.Active
{
    background: #a32325;
    padding: 0 25px;
    color: #fff;
}
.Events .Box.Active
{
	display:block;
}
.Events .Box
{
	display:none;
}
.EventBox
{
	margin:0 0 20px;
}
.Events .Items
{
	display:none;
}
.Events .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%;
}
.Events .Items .Item
{
	display: -webkit-flex;
	display: -ms-flexbox;
    width: 48%;
	margin:0 1% 15px;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Events .Items .Item .Icon
{
    position: absolute;
    display: inline-block;
	text-indent:-9999px;
    content: "";
    width: 30px;
    height: 30px;
    right: 10px;
    top: -8px;
    z-index: 10;
}
.Events .Items .Item .Complete
{
    background-image: url(images/svg/pin.svg);
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.Events .Items .Item .Soon
{
    background-image: url(images/svg/pin-red.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.Events .Item .Item_Inner
{
    background: #fff !important;
	border:1px solid #e6e5e2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	overflow:hidden;
	padding:0 0 65px;
    position: relative;
    width: 100%;
}
.Events .Item .Item_Inner .DateBlock
{
    padding: 12px 25px;
    justify-content: space-between;
    line-height: 32px;
    align-items: baseline;
}
.Events .Item .Item_Inner .DateBlock .Date span
{
	font-size:36px;
	color:#212121;
	display:block;
}
.Events .Item .Item_Inner .DateBlock .Time
{
	font-size:36px;
	color:#212121;
}
.Events .Item .Item_Inner .DateBlock .Time span
{
    font-size: 18px;
    color: #212121;
    margin: 0px 0 0 6px;
    display: inline-block;
    padding: 5px 0 0;
    vertical-align: super;
}
.Events .Item .Item_Inner .DateBlock .Start
{
    color: #989898;
}
.Events .Item .Item_Inner .Desc
{
	border-top:1px solid #e6e5e2;
	padding:48px 0;
}
.Events .Item .Item_Inner .Desc .Name
{
	font-size:25px;
	padding:0 25px;
	margin:0 0 25px;
}
.Events .Item .Item_Inner .Desc .Props .Prop
{
	position:relative;
	padding:3px 25px 0;
	margin:0 0 20px;
    line-height: normal;
}
.Events .Item .Item_Inner .Desc .Props .Prop:last-child
{
	margin:0;
}
.Events .Item .Item_Inner .Desc .Props .Prop:after
{
    background: #e6e5e2;
    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: 4px;
    height: 16px;
    top: 50%;
    margin: -8px 0 0;
}
.Events .Item .Item_Inner .Desc .Props .Prop span
{
    color: #989898;
}
.Events .Item .Item_Inner .Desc .Props .Prop a
{
    color: #212121;
}
.Events .Item .Item_Inner .Desc .Props .Prop a:hover
{
    color:#a32325;
}
.Events .Item .Item_Inner .CostBlock
{
    border-top: 1px solid #e6e5e2;
    background: #faf9f8;
    position: absolute;
    padding: 20px 25px;
    bottom: 0;
    width: 100%;
    line-height: normal;
}
.Events .Item .Item_Inner .CostBlock span
{
    color: #989898;
}
.More
{
    max-width: 1200px;
    position: relative;
    margin:30px auto 98px;
}
.More a
{
    background: #fff;
	display:block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%);
	color:#565656;
	font-size:16px;
	padding:15px 0;
	text-align:center;
}
.More a:hover
{
    color: #a32325;
}
.OrderBlock .OrderForm
{
    background: #faf9f8;
	width:60%;
}
.InfoForm
{
    background-image: url("images/info-icon.png");
    background-position: 35px 50%;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
	overflow:hidden;
    position: relative;
    border-radius: 5px;
    color: #565656;
    font-size: 14px !important;
    margin: 0px 35px 0px 0px;
    padding: 30px 70px 30px 80px; 
	line-height: 1.5em !important;
}
.icon-success
{
    display:none !important;
}
.InfoForm::after
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    left: -10px;
    top: 42%;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.InfoForm a
{
    color: #565656;
	border-bottom:1px solid #dadada;
}
.OrderBlock .OrderForm .FormBlock
{
    max-width: 945px;
    float: right;
    padding: 55px 0px;
    background: #faf9f8;
}
.OrderBlock .OrderForm .FormBlock form, .OrderBlock .OrderForm .FormBlock .Form
{
    padding:48px 0 48px 35px;
	max-width:800px;
}
.OrderBlock .jq-selectbox 
{
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	z-index: 10 !important;
}  
.OrderBlock .jq-selectbox__select 
{
    width: 100%;
    font-size: 15px;
    color: #212121 !important;
    position: relative;
}
.OrderBlock .jq-selectbox__select-text 
{
    display: block;
    width: auto !important;
    padding: 0 16px 5px 0;
    border-bottom: 1px solid #ebe7e3;
}
.OrderBlock .jq-selectbox__trigger
{
    background-image: url("images/select-arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 5px;
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
}
.OrderBlock .jq-selectbox__dropdown 
{
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0;
    padding: 0;
    bottom: auto !important;
    top: 20px !important;
    background: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.OrderBlock .jq-selectbox ul {
	margin: 0 !important;
	padding: 0 !important;
    max-height: 325px;
}
.OrderBlock .jq-selectbox li:first-child
{
	border-top:none;
}
.OrderBlock .jq-selectbox li 
{
    min-height: 18px;
	line-height:1.2em;
    padding:15px 25px !important;
    color: #212121 !important;
    margin: 0 !important;
    background-image: none !important;
	border-top:1px solid #f0ebe7;
}
.OrderBlock .jq-selectbox li:hover 
{
	background-color: #2b2b2b;
	color: #fff !important;
}
.OrderBlock .jq-selectbox li:before
{
	display:none !important;
}
.OrderBlock .OrderForm .FormBlock .Shop
{
    position:relative;
}
.OrderBlock .OrderForm .FormBlock .ShopLink
{
    position: absolute;
    right: -130px;
    top: 30px;
}
.OrderBlock .DescBlock
{
    background: #ffffff;
	width:40%;
}
.OrderBlock .DescBlock .Desc 
{
    max-width:565px;
    padding: 140px 0 0 50px;
}
.OrderBlock .DescBlock .Desc .Title
{
    font-size:24px;
}
.OrderBlock .bx-soa-basket-info
{
    border-bottom:1px solid #f0ebe7;
    padding:15px 0;
	overflow:hidden;
    display: block;
}
.OrderBlock .DescBlock .Desc .Image
{
    width:93px;
	text-align:center;
	min-width:93px;
}
.OrderBlock .DescBlock .Desc .Image img
{
	display:inline-block;
}
.OrderBlock .DescBlock .Desc .Name
{
	line-height:normal;
	margin:0 0 10px;
}
.OrderBlock .DescBlock .Desc .Name a
{
    color:#212121;
}
.OrderBlock .DescBlock .Desc .Name a:hover
{
    color:#a32325;
}
.OrderBlock .DescBlock .SummBlock
{
	padding:27px 0 0;
}
.OrderBlock .DescBlock .SummBlock .CountBlock
{
    color: #565656;
    margin: 0 0 10px;
}
.OrderBlock .DescBlock .SummBlock .Summ
{
    color: #212121;
}
.OrderBlock .DescBlock .SummBlock .Summ span
{
    font-size:24px;
}
.GalleryList .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%;
}
.GalleryList .Items .Item
{
	float:left;
    width: 48%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 15px;
}
.GalleryList .Items .Item .Item_Inner
{
    position: relative;
	display: block;    
	width:100%;
}
.GalleryList .Items .Item .Item_Inner .Image
{
    margin: 0 0 25px;
}
.GalleryList .Items .Item .Item_Inner .Image img
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.GalleryList .Items .Item .Item_Inner .Name
{
    font-size: 18px;
    color: #212121;
}
.GalleryList .Items .Item .Item_Inner .Name a
{
    color: #212121;
}
.GalleryList .Items .Item .Item_Inner .Name a:hover
{
    color: #a32325;
}
.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:#a32325;
}
.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;
}
.Clients
{
    background: #faf9f8;
    padding:40px 0 60px;
	clear:both;
}
.Catalog
{
	margin:0 0 30px;
}
.Catalog .Clients
{
    background: #ffffff;
	border-top:1px solid #faf9f8;
    padding:40px 0 60px;
}
.Clients.Detail
{
    background: #fff;
}
.Clients .Item
{
	text-align:center;
}
.Clients .Item img
{
	display:inline-block;
	opacity: .57;
	transition: .3s;
}
.Clients .Item img:hover
{
	opacity: 1;
}
.Clients .owl-buttons
{
	position:absolute;
	width:100%;
    top: 45%;
}
.Clients .owl-buttons > div
{
    display: inline-block;
    position: absolute;
    padding: 5px 13px;
    overflow: hidden;
    width: 10px;
    text-indent: -9999px;
}
.Clients .owl-buttons .owl-prev
{
	background-image: url(images/arrows.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
	left:-43px;
}
.Clients .owl-buttons .owl-next
{
	background-image: url(images/arrows.png);
    background-position: -6px 50%;
    background-repeat: no-repeat;
	right:-43px;
}
.FaqList .accordion
{
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.FaqList .accordion-item:first-child
{
    border:none;
}
.FaqList .accordion-item
{
    border-top: 1px solid #ececec;
	padding:25px;
}
.FaqList .accordion-thumb
{   
	font-family: 'GolosTextDemiBold';
    color: #212121;
    font-size: 18px;
	cursor:pointer;
}
.FaqList .accordion-thumb span
{
    background-image: url(images/svg/arrow-down.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    content: "";
    padding: 0 18px 0 0;
    vertical-align: middle;
    display: block;
}
.FaqList .is-active .accordion-thumb span
{
    background-image: url(images/svg/arrow-up.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 25px;
}  
.accordion-panel 
{
    border-top: 1px solid #ececec;
	padding: 25px 0 0;
	margin:25px 0 0;
	display: none;
}
.accordion-panel .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%;
}
.accordion-panel .Items .Item 
{
	float: left;
	width: 46%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 1px;
	position: relative;
	margin: 0 2%;
}
.accordion-panel .Items .Item .Item_Inner
{
	width:100%;
}
.accordion-panel .Block:last-child
{
	margin:0;
}
.accordion-panel .Item .Name
{
	font-family: 'GolosTextDemiBold';
	font-size: 15px;
    margin: 0 0 20px;
    line-height: normal;
    color: #212121;
}
.VacancyBtn a
{
	background: #aa3335;
	padding:0 25px;
	color:#ffffff;
	font-size:14px;
	display:inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	line-height: 45px;
	height: 45px;
}
.VacancyBtn a:hover
{
    background:#000;
	color:#ffffff;
}
.Button a
{
	border:1px solid #ffffff;
	padding:0 25px;
	color:#ffffff;
	font-size:13px;
	display:inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	line-height:35px;
	height:40px;
}
.Button.Red a
{
	border:1px solid #aa3335 !important;
	color:#a32325;
}
.Button.Red a:hover
{
	background:#aa3335;
	border:1px solid #aa3335;
	color:#fff;
}
.Button a:hover
{
	background:#fff;
	border:1px solid #fff;
	color:#212121;
}
.Button a:hover span::after
{
    background-image: url(images/link.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.Button a span::after
{
    background-image: url(images/link-white.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	content:"";
	margin:0 0 1px 11px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    height: 8px;
}
.Button.Red a span::after
{
    background-image: url(images/link.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.Button.Red a:hover span::after
{
    background-image: url(images/link-white.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	content:"";
	margin:0 0 1px 11px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    height: 8px;
}
.Button a span
{
    margin: 2px 0 0;
    display: inline-block;
}
.CatalogDetail
{
	margin:0 0 65px;
}
.CatalogDetail h1
{
	margin:0 0 71px;
}
.CatalogDetail .ImageBlock
{
    background: #ffffff;
	width:51%;
}
.CatalogDetail .ImageBlock .Image
{
    max-width: 772px;
    padding: 0 30px 0 0;
	float:right;
}
.CatalogDetail .ImageBlock .Image .Img
{
    margin:0 0 45px;
	position:relative;
}
.CatalogDetail .ImageBlock .Image .Icon
{
	position:absolute;
	left:0;
	z-index:10;
    display: inline-block;
    white-space: nowrap;
    transform-origin: center;
    transform: rotate(-90deg);
}
.CatalogDetail .ImageBlock .Image .Icon span
{
    background: #a32325;
    color: #ffffff;
    font-size: 16px;
    right: 0;
    padding: 2px 0 1px 14px;
	width:143px;
	text-align:center;
    top: 0;
    position: absolute;
}
.CatalogDetail .ImageBlock .Image .Icon span::after 
{
    content: '';
    position: absolute;
    right: 114px;
    top: 0;
    border: 14px solid transparent;
    border-top: 14px solid #fff;
    transform: rotate(-90deg);
}
.CatalogDetail .ImageBlock .Image.Icon span
{
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    right: -32px;
    padding: 2px 0 1px 14px;
    top: -28px;
    position: absolute;
    width: 143px;
}
.CatalogDetail .ImageBlock .Image .Icon span::after 
{
    content: '';
    position: absolute;
    right: 115px;
    top: 0;
    border: 14px solid transparent;
    border-top: 14px solid #fff;
    transform: rotate(-90deg);
}
.CatalogDetail .ImageBlock .Image .Icon span.Best
{
    background: #a32325;
}
.CatalogDetail .ImageBlock .Image .Icon span.Hit
{
    background: #f6a743;
}
.CatalogDetail .ImageBlock .Image .Icon span.New
{
    background: #67ad1c;
}
.CatalogDetail .ImageBlock .product-item-detail-slider-controls-block
{
	display:none !important;
}
.CatalogDetail .ImageBlock .InfoText
{
	border-top:1px solid #faf9f8;
	padding:43px 0 40px;
	line-height:1.2em;
}
.CatalogDetail .ImageBlock .InfoText .Flex
{
    margin: 0 70px 0 0;
    justify-content: space-between;
}
.CatalogDetail .ImageBlock .InfoText .Text
{
    color: #989898;
    width: 48%;
    font-size: 14px;
}
.CatalogDetail .ImageBlock .InfoText .Share > span
{
    border: 1px solid #ebe7e3;
    padding: 0 50px 0 20px;
    color: #212121;
	position:relative;
    font-size: 13px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 38px;
    height: 42px; 
}
.CatalogDetail .ImageBlock .InfoText .Share ul li::before
{
    display: none !important;
}
.CatalogDetail .ImageBlock .InfoText .Share .ya-share2
{
	position:absolute;
    right: 5px;
    top: 4px;
}
.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_bottom, .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom 
{
    top: -3px !important;
}
.ya-share2__popup_x-direction_left 
{
    margin: 0 0 0 45px !important;
    right: auto !important;
    left: auto;
}
/*
.CatalogDetail .ImageBlock .InfoText .Share a span::before 
{
    background-image: url(images/share.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
	vertical-align:middle;
    width: 16px;
    height: 16px;
    margin: -1px 10px 0 0;
}*/
.CatalogDetail .DescBlock
{
	width:49%;
}
.CatalogDetail .DescBlock .Desc
{
    max-width: 736px;
}
.CatalogDetail .DescBlock .Desc p
{
    padding:0;
}
.CatalogDetail .DescBlock .Info
{
    padding: 95px 0 0 60px;
    margin: 0 0 50px;
	align-items:center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
}
.CatalogDetail .DescBlock .Info .Articul
{  
	color: #989898;
	font-size:14px;
    width: auto;
	white-space: nowrap;
}
.CatalogDetail .DescBlock .Info .Stars
{
    width: auto;
}
.CatalogDetail .DescBlock .Info
{
	justify-content: flex-start !important;
	gap: 24px;
	flex-wrap: nowrap;
}
.CatalogDetail .DescBlock .Info .ArticleRating
{
	display:flex !important;
	align-items:center;
	justify-content:flex-start;
	gap:68px;
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	max-width: 100%;
}
.CatalogDetail .DescBlock .Info .ArticleRating .Articul
{
	flex: 0 0 auto;
}
.CatalogDetail .DescBlock .Info .ArticleRating .Stars
{
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}
.CatalogDetail .DescBlock .Info .ArticleRating .Stars .bx_item_detail_rating
{
	margin:0;
}
.CatalogDetail .DescBlock .Info .ArticleRating .Stars .bx_item_rating
{
	display: flex;
	align-items: center;
	text-align:right;
}
.CatalogDetail .DescBlock .Info .ArticleRating .Stars .bx_stars_rating_votes
{
	display:none;
}
.CatalogDetail .DescBlock .Info .AddFavorite
{
    text-align: right;
	position: relative;
    width: auto;
	flex: 0 0 auto;
	margin-left: auto;
	align-self: center;
}
.CatalogDetail .DescBlock .Info .AddFavorite button
{
    background: url(images/svg/favorite-add.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
	box-shadow:none !important; 
	padding: 0 0 0 30px;
	white-space:nowrap;
	border:none;
	animation:none;
	cursor:pointer;
	z-index:5;
	display:inline-block;  
	color: #565656;
	font-size: 14px;
	height:28px;
} 
.CatalogDetail .DescBlock .Info .AddFavorite button:hover
{
    background: url(images/svg/favorite-add-hv.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}  
.CatalogDetail .DescBlock .Info .AddFavorite button.itserw_wishlist_added
{
    background: url(images/svg/favorite-add-hv.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
  background-size: contain;
}
.CatalogDetail .Stars span.Active
{
    background-image: url(images/stars.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
.CatalogDetail .DescBlock .PriceBlock
{
	padding:0 0 45px 60px;
}
.CatalogDetail .DescBlock .Prices
{
	margin:0 0 20px;
}
.CatalogDetail .DescBlock .PriceBlock .Price
{   
    font-family: 'GolosTextMedium';
    color: #212121;
    font-size: 29px;
    margin: 0 24px 0 0;
    vertical-align: middle;
    display: inline-block;
}
.CatalogDetail .DescBlock .PriceBlock .OldPrice
{
    color: #aaa69e;
    font-size: 18px;
    text-decoration: line-through;
    vertical-align: middle;
    display: inline-block;
}
.product-item-amount-description-container
{
	display:none !important;
}

.item_old_price
{
    color: #aaa69e;
    font-size: 18px;
    text-decoration: line-through;
}
.item_economy_price
{
	display:none;
}
.CatalogDetail .DescBlock .BuyBlock .Flex
{  
	height: 50px;
	justify-content: left;
	align-items: center;
}
.CatalogDetail .DescBlock .Availability
{ 
	padding: 0 0 0 60px;
	font-size:14px;
    line-height: 1em; 
	width: 230px;
	display: block;
	margin:0;
}
.CatalogDetail .DescBlock .Availability.is-out-of-stock
{
	color:#c3c3c3;
}
.CatalogDetail .DescBlock .Availability.is-in-stock
{
	color:#67ad1c;
}
.CatalogDetail .DescBlock .BuyBlock .WhereBuy
{   
	line-height: 1.2;
	border-radius: 5px;
	display: inline-block;
	background-color: #212121;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.CatalogDetail .DescBlock .BuyBlock .WhereBuy span
{  
	font-size: 10px;
	font-weight: 300;
	display: block;
}
.CatalogDetail .DescBlock .PriceBlock .Flex
{
	margin:0 0 10px;
}
.CatalogDetail .DescBlock .AddCart
{
	line-height:45px;
}
.CatalogDetail .DescBlock .AddCart .CountBlock
{
	background: #ffffff;
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 42px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	margin: 0 25px 0 0;
	max-width: 130px;
}
.CatalogDetail .DescBlock .AddCart .CountBlock input[type="text"]
{
	background:none !important;
	font-family: 'GolosTextRegular' !important;
	color:#000000 !important;
	font-size:16px !important;
	text-align:center !important;
	height:43px !important;
	border:none !important;
	width:40px !important;
}    
.CatalogDetail .DescBlock .AddCart .CountBlock .Minus
{
	background-image: url(images/minus.png);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 10px;
    text-indent: -9999px;
    vertical-align: middle;
}
.CatalogDetail .DescBlock .AddCart .CountBlock .Plus
{
	background-image: url(images/plus.png);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 10px;
    text-indent: -9999px;
    vertical-align: middle;
}
.CatalogDetail .DescBlock .AddCart .Buy
{
    display: inline-block;
    vertical-align: middle;
}
.CatalogDetail .DescBlock .AddCart .Buy a.product-item-detail-buy-button
{
    background: #aa3335;
    font-family: 'GolosTextRegular';
    white-space: nowrap;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #ffffff;
	font-size: 15px;
    line-height: 41px;
	height: 42px;
    padding: 0 35px;
	border:none;
}
.CatalogDetail .DescBlock .AddCart .Buy a.product-item-detail-buy-button:hover
{
	background:#212121;
	color:#fff;
}
.CatalogDetail .DescBlock .AddCart .BuyClick 
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 25px;
}
.CatalogDetail .DescBlock .AddCart .BuyClick a
{
	color:#565656; 
	white-space: nowrap;
	font-size:15px;
}
.CatalogDetail .DescBlock .AddCart .BuyClick a:hover
{
    color: #a32325;
}
.CatalogDetail .DescBlock .Link
{
	margin:0 0 25px;
}
.CatalogDetail .DescBlock .Link a
{
    color: #565656;
    border-bottom: 1px dotted #777776;
}
.CatalogDetail .DescBlock .Link a:hover
{
    color: #a32325;
    border-bottom:none;
}
.CatalogDetail .DescBlock .DetailProps
{
	padding:45px 0 0 60px;
	border-top:1px solid #ebe7e3;
    font-size: 16px;
    color: #212121;
    margin: 0 0 45px;  
	max-width: 736px;
	line-height:normal;
}
.CatalogDetail .DescBlock .DetailProps .Prop
{
	margin:0 0 28px;
}
.CatalogDetail .DescBlock .DetailProps .Prop.Item127,
.CatalogDetail .DescBlock .DetailProps .Prop.Item128
{
	display:none;
}
.CatalogDetail .DescBlock .DetailProps .Prop span
{
	margin:0;
}
.CatalogDetail .DescBlock .Anonse
{
	max-width: 736px;
	padding:0 0 40px 60px;
    font-size: 16px;
    color: #212121;
}
.CatalogDetail .DescBlock .Anonse .Title
{
	margin:0 0 20px;
	font-family: 'GolosTextRegular';
	font-size:18px;
	color:#212121;
}
.CatalogDetail .DescBlock .Anonse p
{
	padding:0;
}
.OrderResult
{
    max-width: 1200px;
    position: relative;
    margin:100px auto;
    text-align: center;
}
.OrderResult .Title 
{
    line-height: 1.2em;
}
.OrderResult .Text 
{
    margin: 0 0 25px;
}
.MoreCatalog
{
    max-width: 1507px;
    position: relative;
    margin: 0 auto 45px;
}
.MoreCatalog .Title
{
	font-size:28px;
    margin: 0 0 45px;
}
.MoreCatalog .Item 
{
    margin: 0 2% 2% !important;
    width: auto !important;
    float: none !important;
}
.MoreCatalog .Item .Item_Inner
{
	position:relative;
	width:100%;
}
.MoreCatalog .Item .Image
{
	text-align:center;
}
.MoreCatalog .Item .Image img
{
	display:inline-block;
}
.MoreCatalog .Item .Props
{
	color:#989898;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content:center;
}
.MoreCatalog .Item .Props .Prop
{
	margin:0 8px;
}
.MoreCatalog .Item .Category
{
	color:#989898;
}
.MoreCatalog .Item .PriceBlock
{
	border-top:1px solid #f0ebe7;
	position:relative;
	padding:20px 0 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content:justify;
}
.MoreCatalog .Item .PriceBlock::after
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    left: -30px;
    top: -10px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.MoreCatalog .Item .PriceBlock::before
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    right: -30px;
    top: -10px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.MoreCatalog .owl-buttons
{
	position:absolute;
	width:100%;
    top: 45%;
}
.MoreCatalog .owl-buttons > div
{
    display: inline-block;
    position: absolute;
    padding: 5px 13px;
    overflow: hidden;
    width: 10px;
    text-indent: -9999px;
}
.MoreCatalog .owl-buttons .owl-prev
{
	background-image: url(images/arrows.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
	left:-43px;
}
.MoreCatalog .owl-buttons .owl-next
{
	background-image: url(images/arrows.png);
    background-position: -6px 50%;
    background-repeat: no-repeat;
	right:-43px;
}
.MoreNews
{
	margin:40px 0 0;
}
.MoreNews .Item .Image 
{/*
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;*/
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    width: 100%;
	height:150px;
}
.MoreNews .Item .Desc
{
	padding:20px 0;
}
.MoreNews .Item a .Name
{
    font-size: 18px;
    color: #212121;
    padding: 0 0 15px;
    position: relative;
    margin: 0 0 20px;
}
.MoreNews .Item a:hover .Name
{
    color: #a32325;
}
.MoreNews .Item a .Name::after 
{
    width: 62px;
    bottom: 0;
    background: #e1dbd6;
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    height: 1px;
}
.MoreNews .Item a .Anonse
{
	color:#989898;
    font-size: 14px;
    line-height: normal;
}
.CatalogTop
{
	clear:both;
	padding:35px 0 0;
}
.ActicleDetail .ImageBlock
{
    margin: 0 0 40px;
}
.ActicleDetail .ImagesBlock .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%;
}
.ActicleDetail .ImagesBlock .Items .Item
{
	float:left;
	width:31.333%;  
	margin:0 1% 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.ActicleDetail .ImagesBlock .Items .Item a
{
	cursor:zoom-in;
}
.ActicleDetail .ImagesBlock .Items .Item img
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.Brends .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%;
}
.Brends .Items .Item
{
	background:#fff !important;
    -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);
	float:left;
	width:31.333%;  
	margin:0 1% 2%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Brends .Item .Item_Inner
{
	position:relative;
	display:block;
	width:100%;
	padding:32px 20px 20px;
	text-align:center;
}
.Brends .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);
}
.Brends .Item .Item_Inner img
{
	display:inline-block;
}
.soa-property-container select
{
  height:42px;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px solid #e6e5e2;
  padding:0;
  background:none;
  outline:none;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  transition: opacity .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease; 
	width: 100%;
}
.soa-property-container select:focus
{
  border-color:none;
  box-shadow:none;
}
.soa-property-container select[disabled]{
  opacity:.55;
  background:#f7f7f7;
  cursor:not-allowed;
}
.search-page .input-group
{
    position: relative;
    border: 1px solid #f0ebe7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
}
.Footer 
{
	background:#292929;
	width: 100%;
	color:#ffffff;
	height:446px;
	position: absolute;
	bottom: 0px;
	- bottom: -1px;
	left: 0;
}
.FooterInfo
{
	padding:48px 0;
}
.FooterInfo .Flex
{
    justify-content: space-between;
}
.FooterInfo .Title
{
	font-family: 'GolosTextMedium';
	font-size:15px;
	color:#ffffff;
	margin:0 0 25px;
}
.Footer .FooterMenu
{
	width:78%
}

.FooterMenu .Items
{
	position:relative;
    justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.FooterMenu .Items .Item
{
	float:left;
	width:31.111%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1%;
}
.FooterMenu .Items .Item .Item_Inner
{
	position:relative;
	font-size:15px;
	color:#989898;
	width:100%;
	padding:5px 0 0 35px;
}
.FooterMenu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.FooterMenu ul li 
{
	line-height:normal;
	margin:0 0 15px;
}
.FooterMenu ul li:last-child
{
	margin:0;
}
.FooterMenu ul li a
{
	color:#e1e1e1;
}
.FooterMenu ul li a:hover
{
    color:#aa3335;
}
.Footer .Contacts
{
	width:22%;
	font-size:15px;
}
.FooterInfo .Contacts
{
    position: relative;
}  
.FooterInfo .Contacts .Phone
{
	font-family: 'GolosTextDemiBold';
	font-size: 18px;
	color: #212121;
	margin:0 0 20px;
}
.FooterInfo .Contacts .Social 
{
	margin:0 0 20px;
}
.FooterInfo .Contacts .Social a
{
	display:inline-block;
	margin:0 20px 0 0;
}
.FooterInfo .Contacts .Adress a
{
    background:#aa3335;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#ffffff;
	font-size:13px;
	display:inline-block;
	height:41px;
	line-height:41px;
	padding:0 20px;
} 
.FooterInfo .Contacts .Adress a:hover
{
    background:#000;
	color:#ffffff;
} 
.FooterInfo a
{
    color:#ffffff;
}
.FooterInfo a:hover
{
    color:#aa3335;
}
.AgeBlock
{
	background:#292929;
	border-top:1px solid #313131;
}
.AgeBlock .Flex
{
    height: 62px;
    color:#565656; 
	justify-content: center;
    align-items: center;
	font-size:19px;
}
.AgeBlock .Flex .Text
{  
	background-image: url(images/age.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 5px 0 5px 48px;  
	letter-spacing: 3px;
	display: flex;
	align-items: center;
}
.FooterCopy
{
	background:#171717;
	font-size:14px;
}
.FooterCopy .Flex
{
    height: 62px;
    color:#faf9f8;
    justify-content: space-between;
    align-items: center;
}
.FooterCopy .Copy
{
    width:20%;
}
.FooterCopy .Text
{
    width:40%;
}
.FooterCopy .Text a
{
    margin:0 30px 0 0;
}
.FooterCopy .Text a:last-child
{
    margin:0;
}
.FooterCopy .Text a:hover
{
    color:#aa3335;
}
.FooterCopy .Developer
{
    width:40%;
	text-align:right;
}
.FooterCopy a
{
    color:#e0e0e0;
}
.FooterCopy .Developer a:hover
{
    color:#aa3335;
}
.FormBlock
{
    padding: 55px 45px;
    background: #fff;
}
.FormBlock h2
{
	margin:0 0 60px;
}
.FormBlock .form-group 
{
    margin: 0 0 30px;
}
.FormBlock .Label.Checkbox
{
    margin: 0 0 30px;
}
.FormBlock .form-group .bx-soa-custom-label .bx-authform-starrequired
{
    color: #a32325;
    margin: 0 0 5px;
    position: absolute;
    right: -10px;
}
.FormBlock .form-group input
{
	background:transparent;
	box-shadow:none !important;
    font-family: 'GolosTextRegular';
    font-size: 16px;
    color: #3a3a3a;
    line-height: 38px;
	padding:0;
	display:block;
	width:100%;
    border: none;
    border-bottom: 1px solid #ebe7e3;
}
.FormBlock .form-group input:focus
{
	background:none !important;
}
.FormBlock .form-group textarea
{
	background:transparent;
	box-shadow:none !important;
    font-family: 'GolosTextRegular';
    font-size: 16px;
    color: #3a3a3a;
    line-height: normal;
	display:block;
	width:100%;
	max-width:100%;
    border: none;
    border-bottom: 1px solid #ebe7e3;
}
.FormBlock .form-group textarea:focus
{
	background:none !important;
} 
.FormBlock .checkbox
{
    margin:0 0 10px;
}
.FormBlock .checkbox label
{
    padding:0;
}
.FormBlock .checkbox input[type="checkbox"] 
{
    display: none;
}
.FormBlock input[type="checkbox"] + label span 
{
	background:url(images/checkbox.png);
	background-position:0 100%;
	background-repeat:no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0 0 0 25px;
    vertical-align: middle;   
	transition:none;  
	font-size: 14px;
}
.FormBlock input[type="checkbox"]:checked + label span 
{
	background:url(images/checkbox.png);
	background-position:0 4px;
	background-repeat:no-repeat;
}
.FormBlock .Label.Checkbox
{
	color:#a3a2a2;
}
.FormBlock .Label.Checkbox a
{
	color:#3a3939;
}
.FormBlock input[type="submit"], .FormBlock #bx-soa-orderSave .Btn 
{
    background: #aa3335;
    padding: 3px 45px 0px;
    font-family: 'GolosTextRegular';
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
	cursor:pointer;
	border:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px;
}
.FormBlock input[type="submit"]:hover, .FormBlock #bx-soa-orderSave .Btn:hover
{
    background: #000000;
}
.fancybox-content
{
	background:none !important;
}
.fancybox-content .fancybox-close-small 
{
    top: 0 !important;
    right: 0 !important;
}
.fancybox-content .fancybox-close-small span 
{
    background: url(images/close.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}
.Conteiner.Contacts
{
	padding:0 0 0;
}
.Conteiner.Contacts .Wrapper
{
	max-width:100%;
}
.Conteiner.Contacts .Breadcrumbs .Wrapper 
{
    max-width: 1507px;
}
.Contacts h1, .Contacts h3
{
    max-width: 1507px;
    margin: 0 auto 30px;
}
.ContactsInfo
{
    max-width: 1200px;
    position: relative;
    margin: 0 auto 30px;
}
.ContactsInfo h3
{
    font-size: 18px;
    margin: 0 0 30px;
}
.ContactsInfo .Items
{
	width:100%;
	margin:0 -1%;
	color:#212121;
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ContactsInfo .Items .Item
{
	float:left;
	width:23%;
	margin:0 1%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
}
.ContactsInfo .Items .Item .Item_Inner
{
	width:100%; 
	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: flex-start;
}
.ContactsInfo .Items .Item .Item_Inner .Icon
{
    line-height: 45px;
    text-align: center;
	display: inline-block;
}
.ContactsInfo .Items .Item .Item_Inner .Icon .svg 
{
    top: -6px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.ContactsInfo .Items .Item .Item_Inner .Icon svg path
{
    fill: #aa3335;
}
.ContactsInfo .Items .Item .Item_Inner .Text
{
	padding:0 0 0 20px;
	font-size:14px;
}
.ContactsInfo .Items .Item .Item_Inner .Text p
{
	padding:0;
}
.ContactsInfo .Items .Item .Item_Inner .Text span
{
    display: block;
    color: #888;
    margin: 0 0 5px;
}
.ContactsInfo .Items .Item .Item_Inner .Text a
{ 
	color:#212121;
}
.ContactsInfo .Items .Item .Item_Inner .Text a:hover
{ 
color: #00707e;
}
#bx-soa-order
{
	opacity:1 !important;
}
/* WebKit, Edge */
::-webkit-input-placeholder 
{
    font-size: 14px;
    color: #989898;
}

/* Firefox 4-18 */
:-moz-placeholder 
{   
    font-size: 14px;
    color: #989898;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder 
{ 
    font-size: 14px;
    color: #989898;
	opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder 
{
    font-size: 14px;
    color: #989898;
}

.clean_wishlist
{
	padding:0 25px;
    top:90px;
    right: 0;
	position:absolute;
	margin:0 0 20px;
	color:#ffffff;
	font-size:13px;
	cursor:pointer;
	display:inline-block;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
	line-height:40px;
	border:1px solid #aa3335;
	color:#a32325;
}
.clean_wishlist:hover
{
	background:#aa3335;
	border:1px solid #aa3335;
	color:#fff;
}
.alert-warning
{
    text-align: left !important;
    color: #212121;
    background: none !important;
    border: none;
    font-size: 13px;
}
.row
{
    margin: 0 !important;
}
.bx-soa-section-title
{
	display:none;
}
.FormBlock .form-group input:focus
{
	outline:none;
	box-shadow:none;
    border: none;
    border-bottom: 1px solid #ebe7e3;
}
#main-nav
{
	display:none;
}
.popup-window-titlebar, .popup-window-titlebar-text
{
    font-family: 'GolosTextRegular';
    font-size:24px;
    line-height: 1em;
    color: #212121;
	font-weight:normal;
	margin:0 0 25px !important;
}
.popup-window.popup-window-with-titlebar
{
    max-width: 500px;
	text-align:center;
	background:#fff;
	position:relative;
	-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);
	padding:52px 40px 0;
	text-align:center; 
}  
.popup-window-titlebar-close-icon 
{
    margin: 10px 10px 0 0;
    padding: 0;
    height: 24px;
	opacity:1;
    width: 24px;
    display: block;
    margin-left: auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url("images/close.svg");
    position: absolute;
}
.popup-window-close-icon::after
{
	display:none;
}
.popup-window-with-titlebar .popup-window-content
{
	background:none;
	padding: 0;
}
.popup-window-titlebar
{
	height:auto;
	margin:40px 0 0;
}
.popup-window-content img
{
	margin:0 0 15px;
}
.popup-window-content p
{
    font-family: 'GolosTextRegular';
    font-size: 15px;
    color: #262626;
    margin:0 0 16px;
	line-height: 1.5em;
    padding: 0;
}
.popup-window-buttons 
{
    padding: 20px 0 25px!important;
}
.popup-window-buttons > span
{
    background: #aa3335 !important;
    padding: 3px 25px 0px;
	font-family: 'GolosTextRegular';
    color: #ffffff;
    white-space: nowrap;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px;
	height: 40px;
	cursor:pointer;
	border:none !important;
}
.popup-window-buttons > span:hover
{
	background:#000000 !important;
	color:#fff;
}
.popup-window-buttons span.CatalogDetail 
{
    display: inline-block !important;
	margin:0 4px 5px !important;
}  
.popup-window-buttons span.CatalogDetail > span
{
	margin:0 !important;
} 
.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-cart.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;
}
.ymaps-b-balloon__content-body
{
	font-size:13px !important;
}
.others_result
{
	display:none;
}
.js-interlabs-oneclick__dialog__close
{
    background: url(images/close.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: -32px;
    top: -35px;
    z-index: 401;
}

.popup-window-titlebar-close-icon
{
    background: url(images/close.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: -45px !important;
    top: -45px !important;
    z-index: 401;
}

.Popup 
{
	background:#fff;
    padding: 55px 42px;
    margin: 0 auto;
	max-width: 450px !important;
}
.Popup .Title
{    
    font-style: normal;
    font-weight: 500;
    font-family: 'GolosTextRegular';
    font-size: 24px;
    color: #212121;
    margin: 0 0 25px;
}
.Popup form 
{
    margin: 20px 0 0;
}
.Popup .popup-window-buttons 
{
    text-align:left;
}
.form-group
{
    width: 100%;
	display:block;
}
.form-group label, .bx-authform-label-container
{
	width: 100%;
	display:block;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-family: 'GolosTextRegular';
	font-weight: normal;
	font-size: 13px;
	color: #b3b3b3;
	margin-bottom: 0;
}
.Conteiner input[type="text"], .Conteiner input[type="password"]
{
    margin-bottom: 0 !important;
    height: 40px !important;
    padding: 0 !important;
    line-height: 40px !important;
    background: transparent !important;  
	border-bottom: 1px solid #ebe7e3 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important;   
	font-family: 'GolosTextRegular';
    font-size: 14px !important;
    color: #212121 !important;
	border-radius:0 !important;
	box-shadow:none !important;
    width: 100% !important;
}
.Conteiner input[type="text"]:focus, .Conteiner input[type="password"]:focus
{
    border-bottom: 1px solid #f5f3f1 !important;
	outline:none !important;
}
.Conteiner textarea
{
    margin-bottom: 0 !important;
    height:50px !important;
    padding: 0 !important;
    line-height: 40px !important;
    background: transparent !important;
    border-bottom: 1px solid #ebe7e3 !important;
    border: none;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important;
    font-family: 'GolosTextRegular' !important;
    font-size: 16px !important;
    color: #3a3a3a !important;
	border-radius:0 !important;
	box-shadow:none !important;
    width: 100% !important;
}
.Conteiner textarea:focus
{
    border-bottom: 1px solid #f5f3f1 !important;
	outline:none !important;
}


.Content ul + h2
{
	margin:50px 0 50px !important;
}
.Content ul + h3
{
	margin:50px 0 50px !important;
}
.Content ul
{
	list-style:none;
	margin:0 0 30px;
	padding:0;
}
.Content ul li
{
    position: relative;
	padding:0 0 0 20px;
	margin:0 0 20px;
}
.Content ul li:before 
{
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background: #666;
    width: 11px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.Buttons input[type="submit"]
{
	margin:15px 10px 0 0;
}
.bx-soa-custom-label
{
    display: inline-block !important;
    width: auto !important;
}
#emailHelp
{
    margin: 15px 0 0 0;
    font-size: 14px;
    display: block;
}
.bx-authform h3
{
	font-size:18px;
    margin: 0 0 20px;
}
.form-group.row
{
    margin: 0 0 20px !important;
}
.bx-authform-link-container, .bx-authform-description-container 
{
    padding-bottom: 10px;
    font-size: 15px;
    color: #292d2e;
}
.bx-authform
{
    max-width: 100%;
}/*
input[type="submit"]
{
    background: #a32325 !important;
    font-family: 'GolosTextRegular' !important;
    line-height: 45px !important;
    border: none !important;
    padding: 0 45px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 15px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
input[type="submit"]:hover
{
	background:#212121 !important;
	color:#fff !important;
}
*/
.fancybox-content
{
    background: none !important;
    padding: 40px 0 0;
}
.fancybox-content .fancybox-close-small 
{
    top: 0 !important;
    right: 0 !important;
	padding:0 !important;
    width: 24px !important;
    height: 24px !important;
}
.fancybox-content .fancybox-close-small span
{ 
	background:url(images/close.png);
	background-position:50% 50%;
	background-repeat:no-repeat; 
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
}
.fancybox-content .fancybox-close-small:hover span
{
	opacity:0.7;
}
#OrderForm
{
	max-width:420px;
}
font.notetext
{
    font-family: 'GolosTextRegular';
    font-size: 15px;
    color: #212121;
}
.basket-items-list-item-double .alert-info
{
	display:none;
}
.sale-order-list-title-container h3
{
    margin:10px 0;
}
.sale-order-list-inner-container
{
    background: #ffffff;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%);
    margin: 0 0 20px;
}
.sale-order-list-accomplished-title-container h3
{
    font-size:18px;
    margin: 10px 0 0;
}
h3.SaleTitle
{
    font-size:18px;
    margin:0 0 30px;
}
h2.OrderTitle
{
    font-size:18px;
    margin:0 0 30px;
}
.sale-order-list-inner-row-template .sale-order-payment-change-pp-list
{
    margin:30px 0 0 !important;
}
.sale-order-payment-change-pp p
{
	padding:0 0 10px;
}
.sale-order-payment-change-payment-title
{
    font-family: 'GolosTextRegular' !important;
    font-size: 16px !important;
    font-weight:normal !important;
    color: #212121 !important;
    margin:0 0 10px;
}
.sale-order-payment-change-status-alert
{
    font-family: 'GolosTextRegular' !important;
    font-size: 15px !important;
}
.sale-order-payment-change-payment-price
{
    font-family: 'GolosTextRegular' !important;
    font-size: 16px !important;
}
.sale-order-payment-change-pp-company-smalltitle 
{
    text-align: center;
    font-size: 15px;
}
.sale-order-list-payment-title, 
.sale-order-list-shipment-title,
.sale-order-list-payment-price,
.sale-order-list-shipment-status
{
    margin:0 0 10px;
}
.sale-order-list-repeat-link:before
{
    display:none !important;
}
.sale-order-list-payment-title, 
.sale-order-list-shipment-title
{
    color: #000;
    font-size: 16px;
}
.sale-order-list-payment-number
{
    font-size:16px;
}
.sale-order-list-shipment-status-block
{
    font-family: 'GolosTextRegular' !important;
    font-size: 15px !important;
    font-weight:normal !important;
}
@media screen and (max-width: 600px) {
	table.TableStyle tr{
		display: block;
	}
	table.TableStyle tr{
		margin-bottom: 30px;
	}
	table.TableStyle th, table.TableStyle td{
		display: block;
		text-align: center;
	}
}



.nca-cookiesaccept-line
{
    max-width:290px;
	right:20px !important;
}
.nca-cookiesaccept-line.style-4
{
    -webkit-box-shadow: 0px 3px 47px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 3px 47px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 47px 0px rgb(0 0 0 / 18%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff !important;
	bottom:20px !important; 
    padding: 25px !important;
}
.nca-cookiesaccept-line-text
{
    color: #19181e !important;
    line-height: 1.4em;
    font-size: 13px;
}
.nca-cookiesaccept-line > div > div
{
	padding:0 !important;
}
.nca-cookiesaccept-line > div
{
    display: block !important;
}
.nca-cookiesaccept-line-text a 
{
    color: #a32325 !important;
	text-decoration:none !important;
}
.nca-cookiesaccept-line-text a:hover
{
    border-bottom: none !important;
    color: #212121 !important;
}
@media screen and (max-width:600px) 
{
	.nca-cookiesaccept-line.style-4
	{
		right:0 !important;
		bottom:0 !important; 
	}
} 
@media screen and (max-width:480px) 
{
	#nca-cookiesaccept-line-accept-btn
	{
		display: block !important;
		text-align:center !important;
	}
}
#nca-cookiesaccept-line-accept-btn 
{
  background: #aa3335;
  padding: 0 20px;
  font-family: 'GolosTextRegular';
  color: #ffffff;
  white-space: nowrap;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 38px;
  cursor: pointer;
  border: none;
  margin: 15px 0 0;
  height: 38px;
}
#nca-cookiesaccept-line-accept-btn:hover
{
	background:#000000;
	color:#fff;
}
#bx-soa-total-mobile
{
	display:none !important;
}
.Wishlist.favorites
{
	display:none;
}
.alert
{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}
.required
{
	display:inline-block;
    margin: 0 0 0 5px;
    color: #E55;
}
.popup-window
{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    max-width: 560px;
    margin: 0 auto;
}
.popup-window td
{
	vertical-align:top;
}
.popup-window .Title 
{
    line-height: 1.4em;
    font-size: 24px;
    margin: 0 0 35px;
    color: #212121;
    padding: 0 70px 0 0;
}
.bx-authform-label-container
{
	margin:0 0 10px;
}
.popup-window .Anonse 
{
    font-size: 15px;
    color: #222222;
}
.bx-authform .Label.Flex,
.popup-window .Label.Flex
{
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px;
}
.bx-authform .Label,
.popup-window .Label 
{
    margin:0 0 15px;
}
.bx-authform .Name,
.popup-window .Label .Name
{
    font-size: 14px;
    color: #666666;
    margin: 0 0 12px;
    display: block;
    white-space: nowrap;
}
.popup-window .Label input[type="text"],
.popup-window .Label input[type="phone"], 
.popup-window .Label input[type="email"], 
.popup-window .Label input[type="password"],

.bx-authform input[type="text"],
.bx-authform input[type="phone"], 
.bx-authform input[type="email"], 
.bx-authform input[type="password"]
{
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    line-height: 47px;
    height: 47px;
    color: #a4a4a4;
    font-size: 14px;
    width: 100%;
    padding: 0 5%;
}
.popup-window p
{
    font-size: 15px;
    color: #212121;
}
.popup-window .NoteText,
.bx-authform .NoteText
{
    font-size: 14px;
    color: #666666;
    margin: 0 0 20px;
}
.popup-window .SmallText,
.bx-authform .SmallText
{
    font-size: 13px;
    color: #999;
    margin: 0 0 20px;
}
.popup-window .btn
{
    background: #212121 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
	width:100%;
	padding: 0 19px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    padding: 0;
	border:none;
	color: #fff; 
	font-size: 15px !important;
}
.popup-window .btn:hover
{
    background:#aa3335 !important;
    color: #ffffff; 
}
.popup-window .Register a,
.popup-window .AuthLink a
{  
	background:#aa3335;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
	width:100%;
	padding: 0 19px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    padding: 0;
	border:none;
	color: #fff;  
	font-size: 15px !important;
}
.popup-window .Register a:hover,
.popup-window .AuthLink a:hover
{   
    background: #212121;
    color: #ffffff; 
}
.popup-window .Links .Button
{
    margin: 0 5px;
}
.bx_subscribe_response_container
{
	padding:0 !important;
    color: #212121 !important;
	max-width:512px;
}
.popup-window-overlay
{
    background: #000 !important;
    opacity: 0.6;
}
.popup-window-close-icon
{
    opacity: 1;
    top:43px !important;
    right:35px !important;
}
.popup-window-close-icon:hover
{
    opacity: 0.5;
}
.popup-window-close-icon 
{
    opacity: 1;
    right: -37px;
    top: -37px;
}
.popup-window-close-icon:after
{
    background-color: transparent !important;
    background-image: url(images/svg/close.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 28px;
    opacity: 1;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
}
.popup-window-with-titlebar .popup-window-content
{
	background:none !important;
}
.popup-window-with-titlebar .popup-window-content img
{
    margin: 0 0 40px;
}
.popup-window-with-titlebar .popup-window-content p
{
    font-size: 15px;
    color: #212121;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
    margin: 0;
	padding:0;
}
.popup-window.popup-window-with-titlebar
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    padding: 40px 35px;
}
.popup-window-titlebar
{
	height:auto !important;
}
.popup-window-titlebar-text, 
.popup-window-titlebar-text-version
{
	white-space:normal;
}
.popup-window-titlebar-text
{
    line-height: 1.4em;
    font-size: 24px;
    margin: 0 0 43px;
    color: #212121;
    padding: 0 50px 0 0 !important;
    display: block !important;
	font-weight:normal;
}
.popup-window-with-titlebar .popup-window-content
{
	padding:0 !important;
}
.popup-window-buttons .close
{
    display: none !important;
}
.popup-window-buttons .btn-primary
{
    background: #d63131 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    display: block;
    height: 47px;
    line-height: 47px;
    border: none;
    cursor: pointer;
	width:auto;
}
.popup-window-buttons .btn-primary:hover
{
    background-color: #f0df0a;
    color: #fff;
}
.popup-window-buttons .btn-primary:last-child
{
    background: #f0df0a;
    border: 1px solid #f0df0a;
}
.popup-window-buttons .btn-buy
{
    background: #d63131 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    border: none;
    cursor: pointer;
}
.popup-window-buttons .btn-buy:hover
{
    background-color: #212121 !important;
    color: #fff;
}
.popup-window-buttons .btn-buy:last-child
{
    background: none !important;
    border: 1px solid #303134;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #212121;
    font-size: 16px;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    cursor: pointer;
}
.popup-window-buttons .btn-buy:last-child:hover
{
    border: 1px solid #d63131 !important;
    color: #d63131 !important;
}
.Popup 
{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding: 40px 35px;
    margin: 0 auto;
    max-width: 500px !important;
    width: 100%;
}
.Popup .Title 
{
    line-height: 1.4em;
    font-size: 24px;
    margin: 0 0 35px;
    color: #212121;
    padding: 0 80px 0 0;
}
.Popup b
{
    font-weight:normal;
}
.Popup form 
{
    margin: 20px 0 0;
}

.nav-container .Contacts
{
	padding:35px;
}
.nav-container .Contacts .Title 
{
  font-family: 'GolosTextMedium';
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 25px;
}
.nav-container .Contacts .Phone
{
	font-family: 'GolosTextDemiBold';
	margin:0 0 20px;
}
.nav-container .Contacts .Phone a
{
	font-size: 17px !important;
	color: #ffffff !important;
	padding:0 !important;
	border:none !important;
}
.nav-container .Contacts .Phone a:hover
{
	background:none !important;
    color:#aa3335 !important;
}
.nav-container .Contacts .Social 
{
	margin:0 0 20px;
}
.nav-container .Contacts .Social a
{  
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	border: none !important;
	background: none !important;
}
.nav-container .Contacts .Adress a
{
    background:#aa3335;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none !important;
	color:#ffffff;
	font-size:13px;
	display:inline-block;
	height:41px;
	line-height:41px;
	padding:0 20px;
} 
.nav-container .Contacts .Adress a:hover
{
    background:#000;
	color:#ffffff;
} 
.nav-container .Contacts a
{
    color:#ffffff;
}
.nav-container .Contacts a:hover
{
    color:#aa3335;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #212121 !important;
}
.Popup 
{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin: 0 auto;
    padding: 0;
    max-width: 500px !important;
    width: 100%;
}
.Popup .Title 
{  
	background: #9e2f2f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	font-family: 'GolosTextRegular';
	font-size: 18px;
	font-weight: 700;
	margin:0;
}
.Popup .PopupBox
{
    padding: 40px 35px;
}
.Popup .PopupBox .Anonse
{
	font-size: 14px;
	margin: 0;
	color: #999999;
	line-height: normal;
}
.Popup b
{
	font-family: 'GolosTextRegular';
    font-weight:normal;
}
.Popup form 
{
    margin: 20px 0 0;
} 
.fancybox-content .fancybox-close-small 
{
	background-color:transparent !important;
    top: 35px !important;
    right: 28px !important;
    padding: 0 !important;
	box-shadow:none !important;
}
.fancybox-content .fancybox-close-small span
{ 
	background-color:transparent !important;
	background-image:url(images/svg/close.svg);
	background-position:50% 50%;
	background-repeat:no-repeat; 
	background-size:28px;	
	opacity:1;
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: top;
}
.fancybox-content .fancybox-close-small:hover span
{
	opacity:0.7;
}
#OrderForm
{
	max-width:420px;
}
font.notetext
{   
    font-size: 15px;
    display: block;
    color: #212121;
}
.Popup .Form p
{
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 1.5em;
}
.Popup .Label.Prop148,
.Popup .Label.Prop149,
.Popup .Label.Prop150,
.Popup .Label.Prop187,
.Popup .Label.Prop188
{
	display:none !important;
} 
.Popup .Form .Label
{
    display: block;
	position:relative;
}
.Popup .Form .Submit 
{
    padding:25px 0 0;
}
.Popup .Form .AddReviews .PropNAME
{
    display: none;
}
.Popup .Form .Label .Name
{
    margin: 0 0 10px;
}
.Popup .Form .Label img
{
    position: absolute;
    top: 50%;
    margin: -4px 0 0;
    right: 10px;
}
.Popup .Form .Label label
{
	font-weight:normal;
	display: block;
}
.Popup .ask-field div
{
	display:block;
	margin:0 0 5px;
}
.Popup .Form .Label span
{
	display:block;
	margin:0 0 5px;
}
.Popup input[type="text"],
.Popup input[type="phone"],
.Popup input[type="date"],  
.Popup input[type="email"]
{
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-family: 'GolosTextRegular';
    border: none;
    line-height: 47px;
    height: 47px;
    color: #a4a4a4;
    font-size: 14px;
    width: 100%;
    padding: 0 5%;
    margin: 0 0 15px;
}
.outtaHere
{
  display:none;
  position:absolute;
  left:-10000px;
}
.Popup .input_file_add 
{
	background-image:url(svg/upload.svg);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:25px;
    margin: 0 0 20px !important;
    cursor: pointer;
    display: block;
	font-size:16px;
	line-height: 44px;
    padding: 0 0 0 32px;
    vertical-align: middle;   
	transition:none;
}
.Popup .Form .Label input#datestart 
{
    background-image: url(images/date-icon.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.Popup .Form .Label input#dateend
{
    background-image: url(images/date-icon.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.Popup textarea
{
	min-height:50px;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    margin: 0 0 15px;
	font-family: 'GolosTextRegular';
    font-size: 15px;
    line-height: 1.5em;
    color: #a4a4a4;
	height:100px;
    padding:10px 25px;
    width: 100%;
}
.Popup .Form .Stars 
{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin:15px 0;
    align-items: flex-start;
}
.Popup .Form .Stars .Name
{
    margin: 3px 0 0;
}
.Popup .Form .Stars .StarBox
{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 15px;
  }
.Popup .Form .Stars input[type=radio] {
    display: none;
  }
.Popup .Form .Stars input[type=radio]:checked ~ label:before {
    background-image: url(images/svg/star-active.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #FD4;
  }
.Popup .Form .Stars label 
{
    font-size: 0;
	margin:0 5px 0 0;
    transition: transform .33s
  }
.Popup .Form .Stars label:before 
{
    background-image: url(images/svg/star.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    content: '';
    cursor: pointer;
  }
.Popup .Form .Stars label:hover 
{
    transform: scale(1.3);
}
.Popup .Form .Text 
{
    padding: 0 0 0 15px;
    color: #a6a6a6;
    font-size: 13px;
    line-height: normal;
}
.Popup .Form .Policy
{
	font-size:14px;
    margin: 0;
    color: #999999;  
	padding: 10px 0 0;
    line-height: normal; 
}
.btn-disable{
	user-select:none!important;
    border: 1px solid #c4c4c4!important;
	background-color:#c4c4c4!important;
	cursor:default!important;
	outline:none!important;
	pointer-events:none!important;
}
.Popup .Prop303
{   
	display: none !important;
}
.Popup .Policy input[type="checkbox"] 
{
    display: none;
}
.Popup .Policy input[type="checkbox"] + label div 
{
	background:url(images/svg/checkbox.svg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:30px;
    cursor: pointer;
    display: block;
    min-height: 20px;
	line-height:normal;
    margin: 0;
    padding: 1px 0 0 40px;
    vertical-align: middle;   
	transition:none;
}
.Popup .Policy input[type="checkbox"]:checked + label div 
{
	background:url(images/svg/checkbox-checked.svg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:30px;
}
.Popup input[type="submit"]
{
	background:#a32325;
    font-family: 'GolosTextRegular';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
	padding: 0 25px;
	font-size:15px;
	border:none;
}
.Popup input[type="submit"]:hover
{
	background:#212121 !important;
	color:#fff !important;
}
.Popup .Form .Submit input[type="submit"]:disabled,
.Popup .Form .Submit input[type="submit"][disabled]
{
    background: #c4c4c4;
    cursor: default;
    color: #fff;
}
.Popup .Form .ask-note
{
	padding:20px 0 0;
    font-size: 13px;
    color: #a6a6a6;
}
input.error
{
	border-bottom: 1px solid #C9C9C9 !important;
}
label.error
{
    position: absolute;
    top: 50%;
    right: 16px;
}

/* Catalog card alignment */
.Catalog .Item .Item_Inner .product-item
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.Catalog .Items .Item .Item_Inner .ImageBox .product-item-image-original,
.Catalog .Items .Item .Item_Inner .ImageBox .product-item-image-alternative,
.Catalog .Items .Item .Item_Inner .ImageBox .product-item-image-slide
{
	background-position: 50% 100%;
}
.Catalog .Item .Item_Inner .Desc
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    padding: 0 25px 25px;
}
.Catalog .Item .Name
{
	height: auto;
	min-height: 73px;
	display:block;
}
.Catalog .Item .PriceBlock
{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.Catalog .Item .PriceBlock::after
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    left: -30px;
    top: -10px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.Catalog .Item .PriceBlock::before
{
    background: #faf9f8;
    content: "";
    display: inline-block;
    width: 20px;
    right: -30px;
    top: -10px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* Toast Notifications */
#artex-toast-container {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: none;
}

.artex-toast {
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 320px;
    display: flex;
    align-items: flex-start; 
    position: relative;
    pointer-events: auto;
    animation: artexToastIn 0.3s ease-out forwards;
    transition: opacity 0.3s, transform 0.3s;
}

.artex-toast.hiding {
    opacity: 0;
    transform: translateX(100%);
}

.artex-toast-img 
{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
    margin-right: 15px;
} 
.artex-toast-img:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}

.artex-toast-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.artex-toast-content {
    flex-grow: 1;
    padding-right: 20px;
}

.artex-toast-title 
{
    font-family: 'GolosTextMedium';
    font-size: 15px;
    color: #212121;
    font-weight: normal;
    margin-bottom: 5px;
}

.artex-toast-name {
    font-size: 15px;
	line-height:normal;
    color: #272727;
}

.artex-toast-close 
{
    position: absolute;
	border:none !important;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    transition: opacity 0.2s;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") center no-repeat;
    background-size: 14px;
}

.artex-toast-close:hover {
    opacity: 1;
}
