/* Глобальные стили */
@font-face {
    font-family: 'Jost';
    src: local('Jost-Bold'), local('Jost Bold'),
        url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia-Regular.eot');
	src: url('../fonts/Georgia-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia-Regular.woff') format('woff'), url('../fonts/Georgia-Regular.ttf') format('truetype'), url('../fonts/Georgia-Regular.svg#Georgia') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia-Bold.eot');
	src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia-Bold.woff') format('woff'), url('../fonts/Georgia-Bold.ttf') format('truetype'), url('../fonts/Georgia-Bold.svg#Georgia') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia-Italic.eot');
	src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia-Italic.woff') format('woff'), url('../fonts/Georgia-Italic.ttf') format('truetype'), url('../fonts/Georgia-Italic.svg#Georgia') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'SegoeUI';
	src: url('../fonts/SegoeUIRegular.eot');
	src: url('../fonts/SegoeUIRegular.eot?#iefix')format('embedded-opentype'), url('../fonts/SegoeUIRegular.woff') format('woff'), url('../fonts/SegoeUIRegular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'SegoeUI';
	src: url("../fonts/SegoeUIBold.eot");
	src: url("../fonts/SegoeUIBold.eot?#iefix")format("embedded-opentype"), url("../fonts/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: 'rupster_script_free';
	src: url('../fonts/rupster_script_free-webfont.woff2') format('woff2'), url('../fonts/rupster_script_free-webfont.woff') format('woff'), url('../fonts/rupster_script_free-webfont.ttf') format('truetype'), url('../fonts/rupster_script_free-webfont.svg#rupster_script_free') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ballparkweiner';
	src: url('../fonts/ballpark-weiner-webfont.woff2') format('woff2'), url('../fonts/ballpark-weiner-webfont.woff') format('woff'), url('../fonts/ballpark-weiner-webfont.ttf') format('truetype'), url('../fonts/ballpark-weiner-webfont.svg#ballparkweiner') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Monplesirscript';
	src: url('./../fonts/Monplesirscript.eot?#iefix') format('embedded-opentype'), url('./../fonts/Monplesirscript.woff') format('woff'), url('./../fonts/Monplesirscript.ttf') format('truetype'), url('./../fonts/Monplesirscript.svg#Monplesirscript') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	max-height: 999999px;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #bf2a2c url(../img/bg.png) repeat 50% 0;
	color: #fff8ef;
	font: 14px 'Georgia', serif;
}
a {
	color: #f0cfc8;
	border-bottom: 1px solid;
	font: 14px 'Georgia', serif;
	text-decoration: none;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
a:hover {
	border-color: transparent;
}
.page_rubber {
	position: relative;
	min-width: 1100px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.site_conteiner {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin:0 auto -104px auto;*/
}
.wrapper {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.block {
	margin-bottom: 21px;
}
.uss_site_search {
	position: relative;
}
.uss_site_search .uss_input_name {
	width: 100%;
	height: 37px;
	padding: 0 87px 0 17px;
	border: none;
	border-radius: 50px;
	background: #fff8ef;
	color: #bb3539;
	font: italic 12px/37px 'Arial', sans-serif;
	outline: none;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03)
}
.uss_site_search .uss_input_name:hover, .uss_site_search .uss_input_name:focus {
	background: #f0cfc8;
}
.uss_site_search .uss_submit {
	position: absolute;
	top: 0;
	right: -3px;
	width: 71px;
	height: 40px;
	border: none;
	border-bottom: 3px solid #9c2a2d;
	border-radius: 50px;
	background: url(../img/icon_search.png) no-repeat 59% 50%, url(../img/bg_buy.jpg) repeat 50% 0;
	background-color: #db8c4f;
	outline: none;
	cursor: pointer;
	font-size: 0;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
.uss_site_search .uss_submit:hover {
	background: url(../img/icon_search.png) no-repeat 59% 50%, url(../img/bg_buy_hover.jpg) repeat 50% 0;
}
/* Шапка */
.l_top {
	position: relative;
	height: 55px;
	background: #ca383a url(../img/bg_top.jpg) repeat-x 50% 0;
	-webkit-box-shadow: 0 2px 16px rgba(78, 4, 7, .81);
	        box-shadow: 0 2px 16px rgba(78, 4, 7, .81);
}
.l_top p {
	margin: 3px 0;
	font: 12px 'SegoeUI', sans-serif;
	color: #e19f6a;
}
.l_top .item {
	position: absolute;
	top: 0;
	padding: 5px 0;
	background: url(../img/delimitter_top.jpg) no-repeat 100% 70%;
}
.l_top .item:last-child {
	background: none;
}
.l_top .lt_schedule {
	left: 30px;
	width: 125px;
}
.l_top .lt_schedule span {
	display: none;
}
.l_top .lt_address {
	left: 184px;
	width: 250px;
	background: none;
}
.lt_city {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	padding: 8px 0 6px;
}
.lt_city_title {
	font-family: 'Jost';
	font-size: 14px;
	color: #e19f6a;
	text-transform: uppercase;
}
.lt_city_title span {
	display: block;
	margin-top: 1px;
	font-family: 'SegoeUI';
	font-weight: bold;
	color: #fff;
	text-transform: none;
	text-decoration: underline;
	cursor: pointer;
}
.lt_city_title span:hover {
	text-decoration: none;
}
.lt_city_list {
	display: none;
	position: absolute;
	top: 100%;
	left: -25px;
	z-index: 150;
	padding: 7px 10px 10px;
	background-color: #FFF8EF;
	text-transform: uppercase;
}
.lt_city_list.open {
	display: block;
}
.lt_city_list a {
	display: block;
	border-radius: 2px;
	border: 2px solid transparent;
	padding: 7px 11px;
	font-family: 'SegoeUI';
	font-weight: bold;
	color: #bb3539;
	text-decoration: none;
}
.lt_city_list a:hover {
	color: #da8644;
}
.lt_city_list div {
	border-radius: 2px;
	border: 2px solid #F0C9AE;
	padding: 7px 11px;
	font-family: 'SegoeUI';
	font-weight: bold;
	color: #da8644;
}
.lt_basket {
	position: absolute;
	top: 35px;
	right: 20px;
	z-index: 100;
	width: 223px;
}
.lt_basket > a {
	display: block;
	padding: 15px 15px 16px 60px;
	background: rgba(220, 62, 65, 0.9) url(../img/icon_basket.png) no-repeat 18px 50%;
	border: 3px solid #D68D4F;
	color: #fff8ef;
}
.lt_basket .basket_link {
	font: 14px 'Jost', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
}
.lt_basket > a:hover .basket_link {
	color: #941b17;
}
.lt_basket .uss_basket_mini p {
	margin: 0;
	color: #fff8ef;
	font: 12px 'SegoeUI', sans-serif;
}
.lt_basket .uss_basket_mini .amounts, .lt_basket .uss_basket_mini .totals {
	display: inline-block;
	vertical-align: top;
}
.lt_basket .uss_basket_mini .amounts {
	margin: 0 5px 0 0;
}
.l_header {
	background: url(../img/bg_header.png) repeat-x 50% -29px;
}
.inpage .l_header {
	background: url(../img/bg_header_ip.png) repeat-x 50% -117px;
}
.lh_logo {
	position: absolute;
	top: 19px;
	left: 19px;
	z-index: 100;
}
.lh_menu_holder {
	position: relative;
	height: 143px;
	padding: 221px 0 0;
	background: url(../img/bg_lh_menu_holder_2.png) no-repeat 50% 100%;
}
.inpage .lh_menu_holder {
	padding-top: 221px;
}
.lh_menu_holder:before {
	content: "";
	position: absolute;
	top: 156px;
	left: -18px;
	width: 18px;
	height: 52px;
	background: url(../img/bg_lh_menu_holder_left.png) no-repeat 50% 50%;
}
.lh_menu_holder:after {
	content: "";
	position: absolute;
	top: 156px;
	right: -17px;
	width: 17px;
	height: 52px;
	background: url(../img/bg_lh_menu_holder_right.png) no-repeat 50% 50%;
}
.lh_menu_year {
	width: 100%;
	position: absolute;
	bottom: 52px;
	font: 45px 'ballparkweiner';
	color: #d3291f;
	text-align: center;
}
.lh_menu_year p {
	margin: 0;
}
.lh_menu {
	position: absolute;
	top: 158px;
	z-index: 10;
	overflow: hidden;
}
.lh_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.lh_menu ul li {
	display: iline-block;
	vertical-align: top;
}
.lh_menu ul li a {
	border: none;
	font: 13px 'Jost', sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}
.lh_menu ul li a:hover, .lh_menu ul li a.active {
	color: #941b17;
}
.lh_menu1 {
	left: 40px;
	width: 312px;
}
.lh_menu2 {
	right: 40px;
	width: 312px;
}
/* Каталог магазина на главной */
.mp_store {
	position: relative;
	height: 600px;
	margin: 0 0 40px;
	/*background: url(../img/mouse.png) no-repeat 190px -2px;*/
		background: url(/uploadedFiles/images/logo_2026.png) no-repeat 180px 0px;
}
.mp_store ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mp_store ul li {
	position: absolute;
}
.mp_store ul li a {
	display: block;
	border: none;
	font: 25px/1.1 'Jost', sans-serif;
	text-transform: uppercase;
}
.mp_store ul li a:hover {
	color: #941b17;
}
.mp_store ul li a span {
	display: block;
	font-size: 15px;
}
.mp_store ul li.eshop_cat_10297180 {
	top: 51px;
	left: 29px;
	width: 227px;
	padding: 36px 87px 45px 0;
	background: url(../img/icon_mp_store_1.png) no-repeat 100% 0;
	text-align: right;
}
.mp_store ul li.eshop_cat_10297181 {
	top: 203px;
	left: -70px;
	width: 240px;
	padding: 23px 0 12px 90px;
	background: url(../img/icon_mp_store_2.png) no-repeat 0 0;
}
.mp_store ul li.eshop_cat_10297188 {
	top: 349px;
	left: -70px;
	width: 233px;
	padding: 35px 0 27px 113px;
	background: url(../img/icon_mp_store_3.png) no-repeat 0 0;
}
.mp_store ul li.eshop_cat_10297185 {
	top: 354px;
	left: 785px;
	width: 371px;
	padding: 17px 126px 13px 0;
	background: url(../img/icon_mp_store_4.png) no-repeat top right;
	text-align: right;
	min-height: 100px;
}
.mp_store ul li.eshop_cat_10297183 {
	top: 45px;
	right: 20px;
	width: 280px;
	padding: 41px 0 31px 91px;
	background: url(../img/icon_mp_store_5.png) no-repeat 0 0;
}
.mp_store ul li.eshop_cat_10297184 {
	top: 203px;
	right: 13px;
	width: 296px;
	padding: 23px 114px 39px 0;
	background: url(../img/icon_mp_store_6.png) no-repeat 100% 0;
	text-align: right;
}
.mp_store ul li.eshop_cat_10297187 {
	top: 480px;
	right: 652px;
	width: 304px;
	padding: 32px 0 30px 110px;
	background: url(../img/icon_mp_store_7.png) no-repeat top left;
	text-align: left;
}
.mp_store ul li.eshop_cat_10297186 {
	top: 491px;
	right: 135px;
	width: 314px;
	padding: 20px 116px 19px 0;
	background: url(../img/icon_mp_store_8.png) no-repeat 100% 0;
	text-align: right;
}
/* Левая колонка */
.l_col {
	float: left;
	width: 255px;
	margin: 0 63px 0 30px;
}
.lc_menu {
	width: 383px;
	margin-left: -64px;
}
.lc_menu .h3 {
	position: relative;
	padding: 76px 0 42px 0;
	color: #fff8ef;
	font: 39.59px 'rupster_script_free', sans-serif;
	text-shadow: 1px 1px #bc363a;
	background: url(../img/bg_h3.png) no-repeat 100% 0;
	text-align: center;
}
.lc_menu .h3 a {
	border-bottom: 1px solid transparent;
	color: #fff8ef;
	font: 39.59px 'rupster_script_free', sans-serif;
}
.lc_menu .h3 a:hover {
	border-color: #bf2a2c;
	color: #fff8ef;
}
.lc_menu ul {
	width: 255px;
	margin: -46px auto 0;
	padding: 48px 0 53px 57px;
	list-style: none;
	border-right: 3px solid #fff8ef;
	border-left: 3px solid #fff8ef;
	background: #fff8ef;
	-webkit-box-shadow: inset 4px 0 0 #efe8dc, inset -4px 0 0 #efe8dc;
	        box-shadow: inset 4px 0 0 #efe8dc, inset -4px 0 0 #efe8dc;
}
.lc_menu ul li {
	position: relative;
	/*margin:-7px 0 0;*/
}
.lc_menu ul li.eshop_cat_10297180:before {
	content: "";
	position: absolute;
	top: 2px;
	left: -32px;
	width: 27px;
	height: 45px;
	background: url(../img/icon_lc_menu_1.png) no-repeat 0 0;
}
.lc_menu ul li.eshop_cat_10297181:before {
	content: "";
	position: absolute;
	top: 4px;
	left: -32px;
	width: 27px;
	height: 39px;
	background: url(../img/icon_lc_menu_2.png) no-repeat 0 0;
}
.lc_menu ul li.eshop_cat_10297188:before {
	content: "";
	position: absolute;
	top: 2px;
	left: -40px;
	width: 36px;
	height: 40px;
	background: url(../img/icon_lc_menu_3.png) no-repeat 0 0;
}
.lc_menu ul li.eshop_cat_10297185:before {
	content: "";
	position: absolute;
	top: 19px;
	left: -47px;
	width: 43px;
	height: 36px;
	background: url(../img/icon_lc_menu_4.png) no-repeat 0 0;
}
.lc_menu ul li.eshop_cat_10297183:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -32px;
	width: 25px;
	height: 41px;
	background: url(../img/icon_lc_menu_5.png) no-repeat 0 0;
}
.lc_menu ul li.eshop_cat_10297184:before {
	content: "";
	position: absolute;
	top: 9px;
	left: -38px;
	width: 34px;
	height: 38px;
	background: url(../img/icon_lc_menu_6.png) no-repeat 0 0;
}
.lc_menu ul li.eshop_cat_10297187:before {
	content: "";
	position: absolute;
	top: 11px;
	left: -40px;
	width: 35px;
	height: 35px;
	background: url(../img/icon_lc_menu_7.png) no-repeat 0 0;
}
.lc_menu ul li.eshop_cat_10297186:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -41px;
	width: 36px;
	height: 40px;
	background: url(../img/icon_lc_menu_8.png) no-repeat 0 0;
}
.lc_menu ul li a {
	display: block;
	width: 180px;
	padding: 15px 5px 15px 12px;
	border: 2px solid transparent;
	border-radius: 3px;
	color: #bb3539;
	font: 12px 'Jost', sans-serif;
	text-transform: uppercase;
}
.lc_menu ul li a:hover, .lc_menu ul li a.active {
	border-color: #f0c9ae;
	color: #da8644;
}
.lc_menu ul ul {
	width: auto;
	margin: 8px 0 15px;
	padding: 0 12px 0 0;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.lc_menu ul ul li {
	margin: 10px 0;
}
.lc_menu ul ul li a {
	width: auto;
	padding: 0;
	border: none;
	border-radius: 0;
	color: #4a3d3d;
	font: 14px 'Georgia', serif;
}
.lc_menu ul ul li a:hover, .lc_menu ul ul li a.active {
	text-decoration: underline;
	color: #4a3d3d;
}
.lc_menu .view_all {
	height: 194px;
	margin: -77px 0 0;
	padding: 84px 0 0;
	background: url(../img/bg_price.png) no-repeat 58% 0;
	text-align: center;
}
.lc_menu .view_all p {
	margin: 0;
}
.lc_menu .view_all a {
	color: #fff8ef;
	font-size: 16px;
}
/* Зона контента */
.l_content {
	padding: 0 0 30px;
}
.inpage .l_content {
	padding-top: 17px;
}
.lc_main {
	padding: 78px 28px 0;
	overflow: hidden;
}
.inpage .lc_main {
	padding-top: 9px;
}
.lcm_search .title {
	display: inline-block;
	margin: 0 0 0 47px;
	color: #fff8ef;
	font: 30px 'rupster_script_free', sans-serif;
	vertical-align: top;
}
.lcm_search form {
	display: inline-block;
	margin: 6px 0 0 6px;
	vertical-align: top;
}
.lcm_search .uss_input_name {
	width: 498px;
}
.lcm_search .hint {
	margin: 3px 0 0 149px;
}
.lcm_search .hint, .lcm_search .hint a {
	color: #f0cfc8;
	font: 12px/1.3 'Arial', sans-serif;
}
.lcm_search .hint a {
	border-bottom: 1px solid;
}
.lcm_search .hint a:hover {
	border-color: transparent;
}
.lcm_holder {
	margin: 37px 0 0;
	padding: 5px 39px 24px;
	border: 2px solid #fff8ef;
	background: url(../img/bg_lcm_holder_top_left.png) no-repeat 0 0, url(../img/bg_lcm_holder_top_right.png) no-repeat 100% 0, url(../img/bg_lcm_holder_bottom_left.png) no-repeat 0 100%, url(../img/bg_lcm_holder_bottom_right.png) no-repeat 100% 100%, url(../img/bg_lcm_holder.jpg) repeat 50% 0;
}
.inpage .lcm_holder {
	margin-top: 42px;
}
.lcm_holder p {
	margin: 26px 0;
	line-height: 1.6;
	text-align: justify;
}
.lcm_title {
	margin: 20px 0;
}
.inpage .lcm_title {
	margin-top: 15px;
}
.lcm_title h1 {
	margin: 0;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
}
.lcm_breadcrumbs {
	margin: 17px 0 0;
	font: 14px 'Arial', sans-serif;
	color: #e67878;
	line-height: 1.7;
}
.lcm_breadcrumbs a {
	font: 14px 'Arial', sans-serif;
}
.inpage .lcm_content {
	margin: 38px 0 0;
}
/* Подвал */
.l_footer {
	background: url(../img/bg_footer_1.png) repeat-x 50% 0, url(../img/bg_footer_2.png) repeat-x 50% 91%;
}
.l_footer p {
	margin: 0;
}
.lf_collection {
	text-align: center;
}
.lf_collection .title {
	display: inline-block;
	width: 351px;
	height: 149px;
	margin: 20px 0 11px;
	padding: 45px 0 0;
	background: url(../img/bg_lf_collection_title.png) no-repeat 50% 50%;
	color: #d3291f;
	font: 39.59px 'rupster_script_free', sans-serif;
	text-align: center;
	overflow: hidden;
}
.lf_collection p {
	font: 25px 'rupster_script_free', sans-serif;
	text-shadow: 0 2px 0 #bc363a;
	line-height: 1.2;
}
.lf_collection p em {
	font-style: normal;
	font-family: 'Monplesirscript';
}
.lf_collection p.phone {
	margin: -11px 0 0;
	font: 79.83px 'ballparkweiner', sans-serif;
	text-shadow: 0 2px 0 #bc363a;
}
.lf_maps {
	margin: 188px 0 0;
	padding: 0 14px 16px;
	background: url(../img/bg_lf_maps.jpg) repeat 50% 0;
}
.lf_maps .item {
	text-align: center;
}
.lf_maps .item .title {
	display: inline-block;
	width: 290px;
	height: 69px;
	margin: -48px 0 18px;
	padding: 21px 0 0;
	background: url(../img/bg_lf_map_item_title.png) no-repeat 50% 50%;
	font: 22px 'rupster_script_free', sans-serif;
	color: #b83337;
}
.lf_maps .item .text {
	height: 34px;
	margin: 0 0 16px;
	font-size: 15px;
	overflow: hidden;
}
.lf_maps .item2 {
	margin-right: 0;
}
.lf_menu_holder {
	position: relative;
	height: 143px;
	margin: 31px 0 10px;
	background: url(../img/bg_lf_menu_holder_2.png) no-repeat 50% 100%;
}
.lf_menu_holder:before {
	content: "";
	position: absolute;
	top: 62px;
	left: -18px;
	width: 18px;
	height: 68px;
	background: url(../img/bg_lf_menu_holder_left.png) no-repeat 50% 50%;
}
.lf_menu_holder:after {
	content: "";
	position: absolute;
	top: 63px;
	right: -16px;
	width: 17px;
	height: 67px;
	background: url(../img/bg_lf_menu_holder_right.png) no-repeat 50% 50%;
}
.lf_menu_year {
	width: 100%;
	position: absolute;
	top: 40px;
	font: 57px 'ballparkweiner';
	color: #d3291f;
	text-align: center;
}
.lf_menu_year p {
	margin: 0;
}
.lf_menu {
	position: absolute;
	top: 82px;
	z-index: 10;
}
.lf_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.lf_menu ul li {
	display: iline-block;
	vertical-align: top;
}
.lf_menu ul li a {
	border: none;
	color: #b93036;
	font: 13px 'Jost', sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}
.lf_menu ul li a:hover, .lf_menu ul li a.active {
	color: #da8644;
}
.lf_menu1 {
	left: 40px;
	width: 312px;
}
.lf_menu2 {
	right: 40px;
	width: 312px;
}
.lf_top .b_item {
	display: inline-block;
	padding: 5px 25px 0 12px;
	background: url(../img/delimitter_lf_top.jpg) no-repeat 100% 70%;
	vertical-align: top;
}
.lf_top .b_item:last-child {
	background: none;
}
.lf_top .b_item p {
	margin: 1px 0;
	font: 14px 'SegoeUI', sans-serif;
}
.lf_top .lf_schedule {
	width: 152px;
}
.lf_top .lf_address {
	width: 247px;
	padding-left: 23px;
}
.lf_gift {
	position: absolute;
	top: 1137px;
	right: 19px;
}
.lf_bottom {
	position: relative;
	height: 74px;
	margin: 49px 0 0;
}
.lf_poweredby {
	position: absolute;
	top: 11px;
	left: 0;
}
.lf_poweredby .uss-copyright a {
	border: none;
}
.lf_counters {
	position: absolute;
	top: 8px;
	left: 139px;
}
.lf_logo {
	position: absolute;
	top: 4px;
	left: 477px;
}
.lf_logo a {
	border: none;
}
.lf_copytext {
	position: absolute;
	top: 13px;
	left: 728px;
}
.lf_copytext p {
	font: 13px 'SegoeUI', sans-serif;
}
.lf_soc {
	position: absolute;
	top: 10px;
	right: 0;
}
.lf_soc p a {
	display: inline-block;
	width: 28px;
	height: 27px;
	margin: 0 0 0 10px;
	border: none;
	vertical-align: top;
}
.lf_soc p img {
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
.lf_soc p img:hover {
	opacity: .8;
}
.lf_soc a {
	border: none;
}
.lf_privacy {
	position: absolute;
	top: 5px;
	left: 220px;
}
.lf_mobile {
	position: absolute;
    top: 27px;
    left: 220px;
}
/* Каталог */
.uss_shop_detail_350_bottom .uss_img_big, .uss_shop_detail .uss_img_ico_box .uss_img_ico, .uss_eshop_sameproducts .item .imageWrap, .uss_shop_blocks_view .uss_eshop_item .uss_img_holder, .uss_shop_block_cat .uss_shop_cat_img {
	border: none;
	background: #fff;
}
.uss_shop_detail_350_bottom .uss_img_big {
	margin-bottom: 13px;
}
.uss_shop_detail .uss_shop_description {
	line-height: 2;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price, .uss_eshop_sameproducts .item .price {
	display: inline-block;
	position: relative;
	width: 110px;
	height: 46px;
	margin-right: 13px;
	vertical-align: top;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price, .uss_shop_detail .uss_shop_technical_data .uss_shop_price span, .uss_eshop_sameproducts .item .price span.old_price, .uss_eshop_sameproducts .item .price span.actual_price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'Jost', sans-serif;
	text-transform: uppercase;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price, .uss_eshop_sameproducts .item .price span.old_price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
	position: relative;
	bottom: auto;
	left: auto;
	font-size: 13px;
	color: #ef8f8e;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span, .uss_eshop_sameproducts .item .price span.actual_price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 17px;
	color: #fff8ef;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by, .uss_eshop_sameproducts .item .addToCart, .uss_shop_blocks_view .uss_eshop_item .uss_shop_by {
	display: inline-block;
	min-height: 42px;
	margin: 27px 0 0;
	vertical-align: top;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by {
	margin-top: 18px;
}
a.add_to_cart {
	display: inline-block;
	min-width: 99px;
	height: 42px;
	padding: 0 11px 0 37px;
	border-bottom: 3px solid #9c2a2d;
	border-radius: 5px;
	background: url(../img/icon_buy.png) no-repeat 9px 50%, url(../img/bg_buy.jpg) repeat 50% 0;
	background-color: #db8c4f;
	color: #fff8ef;
	font: 12px 'Jost', sans-serif;
	text-transform: uppercase;
	line-height: 42px;
}
a.add_to_cart:hover {
	background: url(../img/icon_buy.png) no-repeat 9px 50%, url(../img/bg_buy_hover.jpg) repeat 50% 0;
}
a.already_in_cart {
	padding: 0 10px;
	background: url(../img/bg_buy.jpg) repeat 50% 0;
	text-align: center;
}
a.already_in_cart:hover {
	background: url(../img/bg_buy_hover.jpg) repeat 50% 0;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
	height: 42px;
	padding: 0 25px;
	border: 2px solid transparent;
	border-radius: 0;
	color: #ef8f8e;
	background: none;
	font: normal 13px/42px 'Jost', sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
	color: #fff8ef;
	opacity: 1;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
	background: url(../img/bg_lcm_holder.jpg) no-repeat 50% 0;
	color: #fff8ef;
	border-color: #d58c46;
	border-bottom-color: transparent;
}
div.uss_eshop_tabs div.tab_items {
	margin: -2px 0 0;
	padding: 13px 34px 15px 34px;
	border: 2px solid #d58c46;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
div.uss_eshop_tabs table {
	width: 100%;
	border-collapse: collapse;
}
div.uss_eshop_tabs table tr td {
	padding: 0px 0;
	border-bottom: 1px solid #d58c46;
}
div.uss_eshop_tabs table tr:last-child td {
	border-bottom: none;
}
h3.h_op {
	margin: 54px 0 41px;
	padding: 0 0 0 28px;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
}
h3.h_op, .uss_eshop_sameproducts {
	width: 100%;
	overflow: hidden;
}
.uss_eshop_sameproducts {
	padding: 0 0 0 23px;
}
.uss_eshop_sameproducts.blocks .item {
	width: 254px !important;
	margin-right: 3px;
	border: 7px solid transparent;
	border-radius: 5px;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
.uss_eshop_sameproducts.blocks .item:hover {
	border-color: #cc4f40;
}
.uss_eshop_sameproducts.blocks .item .imageWrap {
	margin-bottom: 0;
}
.uss_eshop_sameproducts.blocks .item .info {
	padding: 30px 20px 21px;
	background: #fff8ef;
}
.uss_eshop_sameproducts.blocks .item .title {
	height: 56px;
	overflow: hidden;
	text-align: center;
}
.uss_eshop_sameproducts.blocks .item .title a {
	border-bottom: 1px solid transparent;
	color: #4a3d3d;
	line-height: 18px;
}
.uss_eshop_sameproducts.blocks .item .title a:hover {
	border-color: #4a3d3d;
}
.uss_eshop_sameproducts .item .price {
	float: right;
	max-width: 101px;
	width: auto;
	height: auto;
	margin: 29px 0 0;
	overflow: hidden;
}
.uss_eshop_sameproducts .item .price span.old_price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price {
	letter-spacing: -1px;
}
.uss_eshop_sameproducts .item .price span.actual_price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.actual_price {
	position: relative;
	margin: 3px 0 0;
	color: #c1282a;
	letter-spacing: -1px;
}
.uss_shop_blocks_view .uss_eshop_item, .uss_shop_block_cat .uss_shop_category {
	width: 254px !important;
	margin: 0 20px 20px;
	padding: 0;
	border: 7px solid transparent;
	border-radius: 5px;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
.uss_shop_blocks_view .uss_eshop_item:hover, .uss_shop_block_cat .uss_shop_category:hover {
	border-color: #cc4f40;
}
.uss_eshop_item .posimg_item, .uss_shop_block_cat .uss_shop_cat_img_wrap {
	margin: 0 -20px 0 -20px;
}
.uss_eshop_item .uss_eshop_item_bg, .uss_shop_category .uss_shop_block_cat_bg {
	padding: 0 20px 21px;
	background: #fff8ef;
}
.uss_eshop_item .uss_shop_name, .uss_shop_block_cat .uss_shop_cat_name {
	height: 56px;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
}
.uss_eshop_item .uss_shop_name a, .uss_shop_block_cat .uss_shop_cat_name a {
	border-bottom: 1px solid transparent;
	color: #4a3d3d;
	font-size: 14px;
	line-height: 18px;
}
.uss_eshop_item .uss_shop_name a:hover, .uss_shop_block_cat .uss_shop_cat_name a:hover {
	border-color: #4a3d3d;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price {
	float: right;
	max-width: 101px;
	width: auto;
	height: auto;
	margin: 29px 0 0;
	overflow: hidden;
}
.uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
	padding: 0;
}
.uss_shop_blocks_view .uss_eshop_item .uss_shop_description {
	display: none;
}
.uss_shop_block_cat .uss_shop_cat_img a {
	margin: 0;
}
.uss_eshop_sameproducts .item .image img, .uss_shop_detail .uss_img_big img, .uss_eshop_item .uss_img_holder img {
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
.uss_eshop_sameproducts .item .image img:hover, .uss_shop_detail .uss_img_big img:hover, .uss_eshop_item .uss_img_holder img:hover {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}
.uss_user_basket .uss_number .uss_field input, .uss_shop_detail .uss_shop_technical_data .uss_shop_by input, .uss_eshop_sameproducts.blocks .addToCart input, .uss_shop_blocks_view .uss_eshop_item .uss_shop_by input {
	height: 35px;
	border: none;
	border-radius: 4px;
	font: 14px/35px 'Georgia', serif;
	outline: none;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	text-align: center;
}
.uss_user_basket .uss_number .uss_field input:hover, .uss_shop_detail .uss_shop_technical_data .uss_shop_by input:hover, .uss_eshop_sameproducts.blocks .addToCart input:hover, .uss_shop_blocks_view .uss_eshop_item .uss_shop_by input:hover {
	background-color: #f0cfc8;
}
/* Прочее */
#uss_basket_ask_where_to_go_block a {
	color: #c1282a;
	border: none;
}
.uss_basket_menu span.current {
	background: none;
}
.uss_user_basket .uss_number .uss_field a {
	border: none;
}
.uss_autocomplete_results {
	color: #000;
	width: 440px !important;
	border: 2px solid #fff8ef;
}
/* Поля форм */
.uss_form_captcha label {
	color: #000;
}
.uss_form_text input, .uss_form_captcha input, input[type="email"].styler, input[type="number"].styler, input[type="password"].styler, input[type="search"].styler, input[type="tel"].styler, input[type="text"].styler, input[type="url"].styler, #loginForm input[type="text"], #loginForm input[type="password"] {
	height: 35px;
	padding: 0 17px;
	border: none;
	border-radius: 4px;
	font: 14px/35px 'Georgia', serif;
	outline: none;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
.uss_form_text input:hover, .uss_form_text input:focus, .uss_form_textarea textarea:hover, .uss_form_textarea textarea:focus, .uss_form_captcha input:hover, .uss_form_captcha input:focus, input[type="email"].styler:hover, input[type="email"].styler:focus, input[type="number"].styler:hover, input[type="number"].styler:focus, input[type="password"].styler:hover, input[type="password"].styler:focus, input[type="search"].styler:hover, input[type="search"].styler:focus, input[type="tel"].styler:hover, input[type="tel"].styler:focus, input[type="text"].styler:hover, input[type="text"].styler:focus, input[type="url"].styler:hover, input[type="url"].styler:focus, textarea.styler:hover, textarea.styler:focus, #loginForm input[type="text"]:hover, #loginForm input[type="text"]:focus, #loginForm input[type="password"]:hover, #loginForm input[type="password"]:focus {
	background-color: #f0cfc8;
}
.uss_form_textarea textarea, #loginForm textarea.styler {
	max-width: 594px;
	padding: 11px 17px;
	border-radius: 4px;
	font: 14px 'Georgia', serif;
	outline: none;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
}
.uss_form_tml .uss_form_submit input, button.styler, input[type="button"].styler, input[type="submit"].styler, input[type="reset"].styler, #loginForm input[type="submit"] {
	height: 42px;
	padding: 0 25px;
	border: none;
	border-bottom: 3px solid #9c2a2d;
	border-radius: 5px;
	background: url(../img/bg_buy.jpg) repeat 50% 0;
	background-color: #db8c4f;
	color: #fff8ef;
	font: 12px/42px 'Jost', sans-serif;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	-o-transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	transition: all .5s cubic-bezier(.65, .85, .11, 1.03);
	cursor: pointer;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
}
.uss_form_tml .uss_form_submit input:hover, button.styler:not([disabled]):hover, input[type="button"].styler:not([disabled]):hover, input[type="submit"].styler:not([disabled]):hover, input[type="reset"].styler:hover, #loginForm input[type="submit"]:hover {
	background: url(../img/bg_buy_hover.jpg) repeat 50% 0;
}
.uss_form_captcha {
	border-radius: 4px;
}
/* Всплывающее окно */
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 11111;
	width: 495px;
	padding: 37px 49px 37px;
	background: #efe8dc url(../img/bg_modal.jpg) no-repeat scroll 50% 0 / 100% 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}
.modal p {
	margin: 0;
	color: #434343;
	font: italic 25px 'Georgia', serif;
}
.modal p.title {
	color: #d3291f;
	font: 40px 'rupster_script_free', serif;
	margin: 0 0 12px;
}
.modal .close {
	position: absolute;
	top: 0;
	right: -32px;
	width: 20px;
	height: 20px;
	background: url(../img/icon_close.png) no-repeat 50% 50%;
	cursor: pointer;
}
.modal .close:hover {
	opacity: .8;
}
.uss_privacy_policy_wrap {
	color: #000;
}
.uss_privacy_policy_wrap a {
	color: #bb3539;
	font-size: 12px;
}

.icons {
	padding: 50px 50px 50px;
	background: url(../img/bg-adv.jpg) no-repeat 50%;
}
.icons_wrap {
	display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	margin: 0 -25px;
}
.icons .icon {width: calc((100% / 2) - 50px); margin: 0 25px 30px; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex;}
.icons .image {-webkit-flex: 0 0 100px; flex: 0 0 100px; width: 100px; height: 100px; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, .25); background: rgba(116, 197, 232, .9); display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.icons .info {margin-left: 20px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background: rgba(255, 255, 255, .9); border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, .25); padding: 20px 20px; font-size: 14px; height: 100%; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
.icons .info p {margin: 0;}
