@font-face {
    font-family: 'HeliosLight';
    src: url('../fonts/helioslightc-webfont.eot');
    src: url('../fonts/helioslightc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioslightc-webfont.woff') format('woff'),
         url("../fonts/helioslightc-webfont.otf") format("opentype"),
         url('../fonts/helioslightc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url("../fonts/OpenSans-Regular.otf") format("opentype"),
         url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.woff') format('woff'),
         url("../fonts/OpenSans-Light.otf") format("opentype"),
         url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url("../fonts/OpenSans-Bold.otf") format("opentype"),
         url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic.woff') format('woff'),
         url("../fonts/OpenSans-Italic.otf") format("opentype"),
         url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url("../fonts/MyriadPro-Regular.otf") format("opentype"),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rouble';
    src: url('../fonts/rouble.eot');
    src: url('../fonts/rouble.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rouble.woff') format('woff'),
         url("../fonts/rouble.otf") format("opentype"),
         url('../fonts/rouble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/PTSans-Regular.eot');
    src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTSans-Regular.woff') format('woff'),
         url("../fonts/PTSans-Regular.otf") format("opentype"),
         url('../fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, ul, p, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.full-box .title-text {
	margin-bottom:20px;
	padding:0;
}

::-webkit-input-placeholder { 
    color:    #888 !important;
}
:-moz-placeholder { 
    color:    #888 !important;
}
::-moz-placeholder { 
    color:    #888 !important;
}
:-ms-input-placeholder { 
    color:    #888 !important;
}

#content .article-open-box ul li, #content .article-open-box p, .full-box > p{
	color: #484747;
    font-family: "OpenSansLight";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: 16px;
}

#content .article-open-box h1, #content .article-open-box h2, #content .article-open-box .bold-text {
	padding: 20px 0;
	font-size:24px;
	line-height:24px;
	font-family: "OpenSansLight";
    font-weight: bold !important;
}

a:hover, .cart-remnant:hover, #cart-box table tr td.cart-info.confirm-info a:hover, .count-num:hover, .detail:hover {
	text-decoration: none;
}

#wrapper, #header {
	min-width: 100%;
	display: table;
	width: 100%;
}

#wrapper {
	font-family: "OpenSans";
	font-size: 13px;
	background: #FFF5E5;
	min-width: 1160px;
	margin: 0 auto
}

#header {
	background: #FF5400;
}

#header.fixed {
	z-index:9999;
	position:fixed;
	top:0;
}

#header > div {
	width: 1150px;
	height: 95px;
}

#header > div > div {
	float: left;
	color: #ffffff;
}

#header .logo {
	margin-top: 29px;
}

#header .header-phone-box {
	padding-top: 20px;
	margin-left: 60px;
	position:relative;
}

#header .header-phone-box > div {
	/*background: url('images/header-phone.png') left top no-repeat;*/
	padding-left: 40px;
}

#header .header-phone {
	font-size: 24px;
	line-height: 24px;
}

#header .header-phone span, .footer-info b, .item-block-info span, .additional-info p.additional-info-title, .additional-order p.additional-info-title, .btn-active {
	font-family: "OpenSansBold";
}

#header .header-time {
	font-size: 17px;
	font-family: "OpenSansLight";
	color: #EBEBEB;
	line-height: 2.5;
}

#header .header-actions {
	float: right;
	display: table;
	height: 95px;
}

#header .header-actions > div {
	margin-left: 24px;
	margin-top: 16px;
	float: left;
}

#header .header-actions > div > div {
	height: 60px;
	width: 146px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	font-family: "OpenSansBold";
}

#header .header-actions.smart-color > div > div {
	border: 1px solid #F9A34F;
}

#header .header-actions.smart-color > div > div.user-accaunt {
	/*height: 40px;
	margin-top: 10px;*/
}

#header .header-actions > div > div a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #FFAA80;
	font-size: 13px;
}

#header .header-actions > div > div a:hover {
	border-bottom: 1px solid transparent;
}

#header .header-actions .user-accaunt {
	display: table;
	margin: 0 auto;
}

#header .header-actions .user-accaunt div {
	/*display: table-cell;
	vertical-align: middle;
	background: url('images/user.png') left 6px center no-repeat;
	padding-left: 25px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	height: 100%;
	padding: 10px;
}

#header .header-actions .user-accaunt div a {
	display: flex;
	align-items: center;
}

#header .header-actions .user-accaunt div a i {
	margin-right: 5px;
	width: 15px;
}

#header .header-actions .user-accaunt {
	line-height: 60px;
}

#header .header-actions.smart-color .user-accaunt {
	line-height: 20px;
}

#header .cart-count {
	margin-top: 6px;
	background: url('images/cart.png') left 16px center no-repeat;
	padding-left: 45px;
	padding-bottom: 3px;
	display: block;
}

#header .cart-info {
	border-top: 1px solid #F67D28;
	width: 136px;
	margin: 0 auto;
	text-align: center;
}

#header .cart-count span.number {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ffffff;
	font-size: 15px;
	margin-left: 4px;
	color: #E95D0F;
	display: inline-block;
	line-height: 30px;
	text-align: center;
}

#menu-box > p {
	font-size: 24px;
	font-family: "OpenSans";
	font-weight: bold;
	color: #333333;
	margin-top: 12px;
	text-transform: uppercase;
}

#menu-box ul {
	display: table;
	width: 100%;
	padding: 12px 0 20px;
}

#menu-box ul li {
	padding: 0 10px;
	border-right: 1px solid #87837D;
	line-height: 14px;
}

#menu-box ul li:first-child {
	padding: 0 10px 0 0;
}

#menu-box ul li:last-child {
	border: 0;
}

#menu-box ul li a, #menu-box ul li {
	font-size: 14px;
	font-family: "MyriadPro";
	color: #87837D !important;
	line-height: 1;
	text-decoration: none;
}

#right-sidebar {
	float: right;
	width: 286px;
	margin-left: 10px;
}

#left-sidebar {
	float: left;
	width: 286px;
	margin-right: 10px;
}

.sidebar > div {
	border: 1px solid #E9EBF0;
	margin-bottom: 10px;
	background: #ffffff;
	padding-bottom: 10px;
}

.sidebar .sidebar-hit .item-box {
	border: 1px solid #FE620D;
	margin: 0 auto;
}

.sidebar .hit-box .item-box {
	position: relative;
}

.sidebar .hit-box .item-box .hit {
	position: absolute;
	top: -10px;
	left: 0;
	background: url('images/hit.png') no-repeat;
	width: 74px;
	height: 76px;
}

#filter {
	padding: 5px 26px 30px;
}

#filter .filter-block {
	margin-bottom: 25px;
	clear: both;
}

#filter .title-text {
	padding: 12px 0 20px;
}

#filter .filter-title {
	font-size: 16px;
	font-family: "OpenSansBold";
	color: #2678C9;
	line-height: 1.5;
	border-bottom: 1px solid #E9EAEC;
	padding-bottom: 8px;
	margin-bottom: 12px;
	clear: both;
	width:100%;
}

#filter label {
	font-size: 14px;
	font-family: "OpenSans";
	line-height: 17px;
	margin-left: 10px;
}

#filter .filter-row {
	display: table;
	margin-bottom: 8px;
	clear: both;
}

#filter label.active-label {
	font-family: "OpenSansBold";
}

#filter .filter-row .bx_filter_input_checkbox input {
	display:none;
}

#main-content {
	float: left;
	border: 1px solid #E9EBF0;
	padding: 0 15px;
	background: #ffffff;
	width: 822px;
}

#content {
	min-height:640px;
}

.content-banner a {
	text-decoration: none;
}

.content-banner {
	border: 1px solid #E9EBF0;
	margin: 10px 0;
	float: right;
	width: 852px;
	background: #ffffff;
}

.content-banner ul {
	width: 852px;
	display: table;
	list-style: none;
	height: 180px;
	position: relative;
}

.content-banner ul li {
	width: 320px !important;
	position: absolute;
	bottom: 30px;
	left: 264px;
}

.content-banner ul li.first-banner {
	width: 230px !important;
	left: 24px;
}

.content-banner ul li.third-banner {
	left: 580px;
	width: 260px !important;
}

.content-banner ul li div {
	text-align: center;
}

.content-banner ul li div span {
	display: block;
  font-size: 16px;
  font-family: "OpenSansBold";
  color: #2678C9;

}

.item-box {
	width: 260px;
	height: 405px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 2px;
	font-family: "OpenSansBold";
	text-align: center;
}

.item-box .medium-btn:hover, .item-block-actions .medium-btn:hover, .additional-order .medium-btn:hover, .popup-checkout a:hover, .popup-checkout .cart-btn:hover {
	background: #FF6A14;
}

.additional-order .medium-btn {
	margin: 20px 0 0 0;
}

.item-box:hover {
	border: 1px solid #FE620D;
}

.item-line {
	width: 240px;
	height: 1px;
	margin: 4px auto;
	border-top: 1px solid #E5E5E5;
}

.item-name-wrap {
	height: 85px;
	width: 100%;
}

.item-name-wrap a {
	text-decoration: none;
}

.item-name {
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	line-height: 1.2;
}

.content-box {
	float: left;
	margin: 0 8px 10px 0;
}

.main-content-block .content-box:nth-child(3n) {  
	margin: 0 0 10px 0;
}

.all-characteristics a {
	font-size: 15px;
	color: #2479CA;
}

.item-block {
	display: table;
	width: 100%;
	margin: 10px 0 30px;
}

.item-block-info {
	font-size: 14px;
	line-height: 1.7;
	width: 300px;
	margin-left: 50px; 
}

.item-block > div.item-block-actions {
	float: right;
	width: 192px;
	border: 1px solid #FE620D;
	background: #FFF5E5;
	height: 182px;
	text-align: center;
}

.item-block-actions p {
	font-size: 18px;
	margin-top: 10px;
	font-family: 'OpenSansLight';
	font-weight: bold;
}

.item-block-actions p.item-block-price {
	font-size: 35px;
	line-height: 35px;
	margin-top: 2px;
}

.item-block-price span {
	font-weight: normal;
}

.item-block-actions p.item-block-add {
	margin: 20px auto 10px;
}

.item-block-actions p.fast-order {
	background: url('images/fast-order.png') left top 4px no-repeat;
	padding-left: 25px;
	width: 116px;
	margin: 0 auto;
}

.item-block-actions p.fast-order a {
	font-size: 14px;
	color: #006AB3;
	line-height: 30px;
}

.popular-items {
	border: 1px solid #E9EBF0;
	padding: 5px 15px 30px 25px; 
	background: #ffffff;
	display: table;
	width: 1108px;
	margin: 10px auto;
}

.popular-items .main-content-block {
	margin-top: 14px;
}

.popular-items .main-content-block .content-box, .popular-items .main-content-block .content-box:nth-child(3n) {
	margin: 0 10px 0 0;
}

.popular-items .main-content-block .content-box:nth-child(4n) {
	margin-right: 0;
}

.additional-box {
	display: table;
	width: 796px;
	padding: 10px 0 10px 20px;
	border: 3px solid #FFEBCC;
	font-size: 14px;
	margin-bottom: 15px;
}

.additional-box > p {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: "OpenSansBold";
}

.additional-image > p {
	font-size: 13px;
	background: #FFEBCC;
	display: inline-block;
	padding: 1px 8px;
	margin-top: 8px;
}

.additional-image {
	width: 140px;
	text-align: center;
}

.additional-info p, .additional-order p {
	line-height: 16px;
}

.additional-order {
	margin: 0 40px;
	width: 206px;
}

.additional-info {
	width: 350px;
}

.item-smart-text {
	margin-bottom: 40px;
}

.item-desc {
	padding: 30px 40px 30px 20px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
}

.item-desc > div {
	clear: both;
}

.item-btn {
	display: table;
}

.item-btn > div {
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	padding: 0 35px;
	margin-bottom: -1px;
	cursor: pointer;
}

.btn-active {
	border: 1px solid #E5E5E5;
	border-bottom: 1px solid #ffffff;
}

.item-desc p {
	font-size: 14px;
	font-family: "OpenSansLight";
	font-weight: bold;
	color: #484747;
	line-height: 1.4;
}

.footer-banner {
	width: 1150px;
	height: 297px;
	position: relative;
	background: url('images/banner-bg.png') no-repeat;
}

.footer-banner-text-box {
	float: left;
	width: 410px;
	margin: 40px 0 0 90px;
	color: #ffffff;
	text-align: center;
}

.footer-banner-medium-text {
	font-size: 46px;
	line-height: 46px;
	margin-bottom: 14px;
	font-family: 'OpenSansItalic';
}

.footer-banner-text {
	font-size: 24px;
	font-family: "HeliosLight";
}

.footer-banner-text span {
	font-size: 26px;
	font-weight: bold;
	display: block;
}

.footer-banner-order {
	position: absolute;
	bottom: 25px;
	right: 38px;
	width: 134px;
	height: 50px;
}

.footer-block {
	text-align: center;
	border: 1px solid #E9EBF0;
	margin-top: 10px;
	padding-bottom: 25px;
	background: #ffffff;
}

.footer-block .title {
	text-transform: uppercase;
	padding: 20px 0 20px 0;
}

.footer-block p,  .footer-block ul li{
	font-size: 14px;
	color: #484747;
	line-height: 1.4;
	font-weight: bold;
	font-family: "OpenSansLight";
	width: 1070px;
	margin-left: 50px;
	text-align:left;
	margin-bottom:16px;
}

/*
.full-box > p, .item-desc p, .item-desc div {
	margin-left:0;
	line-height: 1.4;
	font-family: "OpenSansLight";
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
*/

.footer-block ul {
	margin-left:40px;
	margin-bottom:16px;
}

.footer-block ul li{
	list-style: square outside;
	margin-bottom:0px;
}

.footer-bottom {
	display: table;
	padding: 30px 0;
}

.footer-menu {
	float: left;
	width: 510px;
}

.footer-menu ul li {
	width: 170px;
}

.footer-menu ul li a {
	font-size: 14px;
	color: #373838;
	line-height: 1.4;
	text-decoration: none;
	font-weight: bold;
	font-family: "OpenSansLight";
}

.footer-menu ul li a:hover, .footer-menu ul li.active a {
	text-decoration: underline;
}

.footer-info {
	float: right;
	background: url('images/footer-phone.png') left top 4px no-repeat;
	padding-left: 40px;
	font-size: 24px;
	color: #006BC5;
}

.footer-info span {
	font-size: 17px;
	color: #545454;
}

.footer-info span span {
	color: #FF5F00;
}

.item-image {
	text-align: center;
}

.item-price {
	font-size: 22px;
	margin: 6px 0 0px 0;
	font-weight: bold;
	color: #FF5F00;
}

.medium-btn {
	background: #FE620D;
	width: 134px;
	height: 40px;
	color: #ffffff;
	margin: 0 auto;
	border: 0;
	font-size: 14px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
}

.medium-btn, .popup-block p a, .cart-bottom-actions .cart-btn, .additional-box, .additional-image > p {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.total-weight {
	width:100%;
	float: right;
    font-size: 14px;
    margin-right: 4px;
	text-align:right;
	line-height:50px;
}

.total-weight .total-count {
	font-weight:bold;
	width: 91px;
    display: inline-block;
}
.total-box .total-count  {
	width: 90px;
    display: inline-block;
	text-align:right;
}

.cart-warning {
	background:#FFF4E5;
	padding:5px;
}

.footer-banner-order .medium-btn, #filter .submit .medium-btn {
	font-size: 18px;
	text-transform: uppercase;
	background: #4DBDE3;
}

.footer-banner-order .medium-btn:hover, #filter .submit .medium-btn:hover, .popup-shopping a:hover {
	background: #009EE1;
}

#filter .submit .medium-btn {
	font-size: 14px;
	font-family: "OpenSansBold";
	text-transform: capitalize;
	letter-spacing: 1px;
}

.item-price span {
	font-size: 20px;
	font-weight: normal;
}

.search-title span, .sidebar-hit .title-text span {
	color: #636363;
	font-size: 12px;
}

.title-text, .title, #main-content h1 {
	padding: 12px 0 20px 18px;
	font-size: 24px;
	font-weight: bold;
	color: #FF5F00;
	line-height: 24px;
}

.title, #main-content h1 {
	padding: 12px 0 20px 0;
}

.pagination {
	display: table;
	padding: 6px 0 16px;
}

.pagination li {
	margin-left: 10px;
}

.pagination li.active a {
	text-decoration: underline;
}

.pagination a {
	font-size: 15px;
	text-decoration: none;
	color: #2479CA;
}

#cart-box, .full-box {
	border: 1px solid #E9EBF0;
	background: #ffffff;
	padding: 20px 20px 40px;
}

.full-box {
	min-height: 640px;
	padding: 20px 30px 40px 25px;
}

#cart-box h1 {
	padding: 0 0 5px 0;
}

#cart-box table {
	width: 1108px;
}


#cart-box table tr td {
	padding: 14px 0 16px;
	border-bottom: 1px solid #E8EAEF;
	vertical-align: top;
}

#cart-box table tr:last-child td {
	border-bottom: 0;
}

#cart-box table tr td.cart-image {
	padding: 14px 0 4px 15px;
	width: 285px;
}

#cart-box table tr td.cart-info {
	width: 400px;
	font-size: 14px;
	line-height: 1.7;
}

#cart-box table tr td.cart-info a {
	color: #116DAE;
}

#cart-box table tr td.cart-price, .total-box span {
	font-size: 24px;
	line-height: 1.2;
	width: 278px;
}

#cart-box table tr td.cart-price p, .total-box span {
	font-weight: bold;
	letter-spacing: 0.5px;
}

#cart-box table tr td.cart-price p span, .total-box .rouble {
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	margin-left: -2px;
}

#cart-box table tr td.cart-count {
	width: 130px;
}

.cart-action {
	display: table;
	width: 130px;
}

.cart-action span, .cart-action input {
	float: left;
	text-align: center;
}

.cart-action span {
	width: 35px;
	height: 35px;
	background: #FFF1DD;
	line-height: 35px;
	font-size: 24px;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-action span.cart-minus {
	line-height: 30px;
	font-size: 30px;
}

.cart-action input {
	width: 54px;
	height: 33px;
	border: 1px solid #FFF1DD;
	padding: 0;
	outline: 0;
	font-size: 18px;
	line-height: 35px;
}

.cart-delete, .cart-total, .cart-bottom-actions .popup-checkout input, .smart-box-btn p, p.text, .bold-text, .bold-text p, .checkout-top-info p, .cart-bottom-actions p, .remove-cart, #cart-box table tr td.cart-info p, .row, .additional-info p, .additional-order p {
	font-family: "OpenSansLight";
	font-weight: bold !important;
}

.cart-delete {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	line-height: 21px;
	margin-top: 10px;
	height: 19px;
	margin-left: 2px;
	background: url('images/cart-delete.png') no-repeat left center;
}

.cart-total {
	background: #FFF4E5;
	height: 50px;
	line-height: 50px;
}

.cart-total .rouble {
	display: inline;
}

.total-count {
	padding-left: 28px;
	font-family: "OpenSans";
}

.remove-cart-box {
	margin-left: 25px;
	float: left;
	padding-left: 30px;
	background: url('images/remove-cart.png') no-repeat left center;
}

.remove-cart {
	font-size: 14px;
	color: #006AB3;
	text-decoration: underline;
}

.remove-cart:hover {
	text-decoration: none;
}

.total-box {
	float: right;
	font-size: 14px;
	margin-right: 4px;
}

.left-total-box .total-box {
	float: left;
	margin-left: 20px;
}

.left-total-box {
	margin: 35px 0;
}

.total-box span {
	line-height: 42px;
}

.cart-bottom-actions {
	margin-top: 25px;
	display: table;
	width: 1108px;
	clear: both;
}

.cart-bottom-actions .cart-btn {
	font-size: 14px;
	text-align: center;
	width: 210px !important;
	border: 0;
	cursor: pointer;
}

.cart-bottom-actions p.popup-checkout {
	float: right;
}

.cart-bottom-actions p.popup-shopping {
	float: left;
	margin-top: 0;
}

.cart-bottom-actions p {
	width: 210px;
	height: 40px;
}

.row {
	font-size: 14px;
	color: #363636;
	line-height: 1.8;
	display: table;
	margin-bottom: 12px;
	clear: both;
}

.row label {
	float: left;
	width: 190px;
}

.row input, .row textarea {
	width: 430px;
	padding: 0 7px;
	font-size: 14px;
	color: #363636;
	height: 35px;
	border: 1px solid #DEDEDE;
	float: left;
	font-family: "OpenSansLight";
    font-weight: bold !important;
}

.row textarea {
	padding: 4px 7px;
	height: 94px;
}

.checkout-top-box .item-smart-text {
	float: left;
	width: 680px; 
}

.checkout-top-box .item-smart-text .item-desc {
	padding: 20px;
}

.checkout-top-info {
	float: left;
	width: 230px;
	margin: 40px 0 0 65px;
	font-size: 14px;
	line-height: 1.7;
}

.checkout-top-info a {
	color: #006AB3;
}

.smart-box-btn {
	display: table;
	width: 100%;
}

.smart-box-btn > div {
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	border: 1px solid transparent;
}

.smart-box-btn > div > div {
	width: 400px;
	height: 110px;
	cursor: pointer;
	background: #FEF4E4;
	position: relative;
}

.smart-box-btn > div > div .arrow {
	right: 20px;
	background: url('images/arrow.png') no-repeat;
}

.smart-box-btn > div:first-child {
	padding-left: 0;
}

.smart-box-btn > div.smart-box-btn-disable {
	border: 1px solid transparent;
}

.smart-box-btn > div.smart-box-btn-disable > div {
	background: #EFEFEF;
}

.smart-box-btn > div.smart-box-btn-disable > div .arrow {
	background: url('images/arrow-disable.png') no-repeat;
}

.smart-box-btn > div.smart-box-btn-active {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #FC571E;
	border-right: 1px solid #FC571E;
	border-left: 1px solid #FC571E;
}

.smart-box-btn > div.smart-box-btn-active, .payment-btn-box > div, .item-btn > div {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.smart-box-btn > div:first-child.smart-box-btn-active {
	border-left: 1px solid transparent;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #FC571E;
	border-right: 1px solid #FC571E;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 6px;
}

.smart-box-btn-clicked {
	border-bottom: 1px solid #FC571E;
}

.smart-box-btn-clicked.smart-box-btn > div {
	margin-bottom: -1px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.smart-box-btn p {
	margin-left: 30px;
	font-size: 14px;
	line-height: 1.8;
	width: 290px;
}

.smart-box-btn p.smart-box-btn-title {
	font-size: 16px;
	padding: 12px 0 5px;
	line-height: 1.5;
	font-family: "OpenSansBold";
	font-weight: normal;
}

.smart-block > div {
	display: none;
}

.smart-row {
	display: table;
	margin-bottom: 12px;
	clear: both;
}

.smart-row label {
	margin-left: 15px;
	display: inline-block;
}

.smart-row .radio-wrapper {
	margin-left: 30px;
}

.smart-row label, .smart-row input, .smart-row .radio-wrapper {
	float: left;
	font-size: 14px;
	font-family: "OpenSansLight";
	font-weight: bold;
}

.smart-row.bold label {
	font-family: "OpenSansBold";
	font-weight: normal;
}

#cart-box table tr td.cart-info.confirm-info a, .cart-remnant {
	/*color: #000000;*/
	text-decoration: underline;
}

.cart-remnant a, .count-num a, .delivery-right p a {
	color: #000000;
	text-decoration: none;
}

.cart-price.confirm-count {
	text-align: right;
}

.count-num {
	margin-top: 5px;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.7;
}

.delivery-row {
	display: table;
	margin-bottom: 12px;
	clear: both;
}

.delivery-row label, .delivery-info-box label {
	float: left;
	font-size: 14px;
	font-family: "OpenSansLight";
	font-weight: bold;
	width: 124px;
}

.delivery-row input, .delivery-info-box textarea, .delivery-row textarea {
	font-size: 14px;
	float: left;
	width: 260px;
	height: 36px;
	padding: 0 8px;
	border: 0;
	-moz-box-shadow:    inset 0 1px 4px #CECED0;
	-webkit-box-shadow: inset 0 1px 4px #CECED0;
	box-shadow:         inset 0 1px 4px #CECED0;
	background: #EAEBED;
}
.delivery-row textarea {
	height:86px;
}

.delivery-row  .dropdown-block, .delivery-row  .dropdown-fade2white  {
	background: #EAEBED !important;
}

.delivery-row.delivery-date-row  img{
	display:none !important;
}


.delivery-info-box label {
	margin: 10px 0;
	width: 400px
}

.delivery-info-box label, .delivery-info-box textarea, .delivery-bottom > div.line {
	float: none;
	display: block;
}

.delivery-info-box textarea {
	width: 384px;
	padding: 8px;
	height: 86px;
}

.delivery-date-row input {
	width: 144px;
	background:#fff;
	border:none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

.delivery-date-row  i{
	display:inline-block;
	width:40px;
	height:36px;
	padding-right: 0;
	background: url('images/date.png') no-repeat center center;
	float:left;
	cursor:pointer;
}

.delivery-bottom {
	display: none;
	width: 1108px;
	margin: 0 auto;
}

.delivery-bottom > div {
	float: left;
}

.delivery-bottom > div.delivery-price {
	float: right;
	text-align: right;
}

.delivery-price.total-box span, .left-total-box .total-box span {
	font-size: 22px;
}

.delivery-price.total-box span {
	line-height: 22px;
	display: inline;
}

.delivery-bottom > div.line {
	margin: 6px 0 25px;
}

.delivery-bottom > div.clear {
	margin-bottom: 40px;
}

.delivery-text {
	padding: 4px 0 0 166px;
}

.delivery-image {
	margin-left: 33px;
}

.full-box .title-text, .full-box .title-text a{
	padding: 0 0 0 0;
	 font-size: 24px;
    font-weight: bold;
    color: #FF5F00;
    line-height: 24px;
	text-decoration:none;
}

.article-box {
	display: table;
	margin-bottom: 55px;
	clear: both;
}

.article-image {
	width: 180px;
	margin-right: 40px;
}

.article-text {
	width: 870px;
}

.article-text h2, .article-text a {
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	line-height: 1.4;
}

.article-text p {
	margin-top: 5px;
	line-height: 1.7;
}

.article-open-box h1 {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 24px;
}

.article-open-box p {
	margin-bottom: 16px;
}

.article-open-image {
	text-align: center;
}

.delivery-info-active-box {
	width: 392px;
    height: 50px;
    cursor: pointer;
    background: #FEF4E4;
    position: relative;
}

.delivery-info-active-box .arrow {
	background: url('images/arrow.png') no-repeat;
	right: 35px;
}

.arrow {
	width: 29px;
	height: 15px;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -7px;
}

.bold-text .delivery-info-active-box p {
	font-size: 18px;
	line-height: 50px;
	margin-left: 22px;
}

.delivery-info-clicked-box p {
	color: #FD6D24;
}

.delivery-info-hidden-box {
	margin-top: 30px;
	display: none;
}

.delivery-info-hidden-box p {
	margin-bottom: 15px;
	margin-left: 22px;
}

.delivery-info-hidden-box p:last-child {
	margin-bottom: 35px;
}

.payment-btn-box {
	display: table;
	width: 1100px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 10px;
	margin-top: 45px;
}

.payment-btn-box > div {
	float: left;
	font-size: 14px;
	font-family: "OpenSansBold";
	padding: 0 32px;
	line-height: 44px;
	height: 44px;
	cursor: pointer;
	margin-bottom: -1px;
}

.payment-btn-box > div.payment-btn-clicked {
	color: #ffffff;
	background: #FB5A24;
}

.payment-desc .delivery-info-active-box {
	width: 1100px;
	height: 96px;
}

.payment-desc .delivery-info-active-box p {
	line-height: 1;
	font-size: 14px;
}

.payment-desc .delivery-info-active-box p.delivery-info-active-title {
	font-size: 18px;
	font-family: "OpenSansBold";
	padding: 20px 0 10px 0;
}

.payment-desc .delivery-info-clicked-box p {
	color: #000000;
}

.payment-desc > div {
	margin-bottom: 8px;
}

.payment-desc .delivery-info-hidden-box > div {
	display: table;
	width: 1100px;
	background: url('images/arrow-up.png') no-repeat right 35px top;
}

.payment-desc .delivery-info-hidden-box > div > div {
	float: left;
}

.delivery-left {
	width: 515px;
}

.delivery-left p {
	margin-bottom: 0;
}

.delivery-right {
	width: 350px;
	margin-left: 130px;
}

.delivery-right p {
	margin: 0 0 12px 0;
	font-family: "OpenSansBold" !important;
}

.delivery-right p.delivery-right-title {
	font-size: 18px;
	color: #FF5F00;
}

#delivery_recalc  {
	color:#ff671f !important;
}

.cart-info .item-title {
	font-weight:bold;
	color:#ff671f !important;
	padding-bottom:10px;
}

.title-text.cart-title-text {
	padding: 0 0 12px;
}

.title-text.cart-box-text {
	padding: 22px 0 5px;
}

.title-text.small-area {
	padding: 0 0 20px 0;
}

.about-image {
	float: right;
	padding-left: 20px;
}

.clear, #filter .submit {
	clear: both;
}

.inline-box {
	list-style: none;
}

.inline-box li, .article-box > div, .item-block > div, .additional-block > div, #filter label, #filter .checkbox-wrapper, #filter .filter-block input {
	float: left;
}

.item-block .notice {
	margin-top:16px;
	font-size:12px;
	line-height:12px;
}

.rouble {
	font-family: "Rouble";
}

.center {
	width: 1150px;
	margin: 0 auto;
}

.mb25 {
	margin-bottom: 25px;
}

.mt45 {
	margin-top: 45px;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 10px;
}

.mb20 {
	margin-bottom: 20px
}

.mt30 {
	margin-top: 30px;
}

.line {
	border-top: 1px solid #E9EAEF;
}

.hidden, .payment-desc {
	display: none;
}

.checkbox-wrapper, .radio-wrapper {
	cursor: pointer;
	width: 17px;
	height: 17px;
	display: inline-block;
}

.checkbox-wrapper.disable, .radio-wrapper.disable {
	background: url("images/checkbox-disable.png") no-repeat;
}

.checkbox-wrapper.enable, .radio-wrapper.enable {
	background: url("images/checkbox-enable.png") no-repeat;
}


.checkbox-wrapper input, .radio-wrapper input {
	opacity: 0;
	display: none;
}

p.text, .bold-text p {
	font-size: 14px;
}

a img {
    border: 0;
}

#popup-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	display: none;
	font-family: "OpenSans";
}

.popup-block {
	position: absolute;
	width: 564px;
	height: 290px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	margin: -145px 0 0 -282px; 
	text-align: center;
	letter-spacing: 1px;
	
}

.popup-close {
	position: absolute;
	top: 15px;
	right: 18px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: url('images/close.png') no-repeat;
}

.popup-block p {
	font-size: 18px;
	font-family: "PTSans";
	color: #414141;
	font-weight: bold;
}

.popup-block p.popup-title {
	font-size: 30px;
	color: #FF5F00;
	margin: 20px 0 50px;
}

.popup-block p a, .cart-bottom-actions .cart-btn, .popup-block p input {
	display: block;
	width: 260px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	margin: 0 auto;
	color: #ffffff;
}

.popup-checkout a, .popup-checkout .cart-btn, .popup-checkout input {
	background: #FE620D;
}

.popup-checkout {
	margin-bottom: 10px;
}

.popup-shopping {
	margin-top: 14px;
}

.popup-shopping a, .popup-shopping input {
	background: #4DBDE3;
}

.rouble.ierouble {
	display: none !important;;
}

.detail {
	text-decoration: underline;
	/*color: #000000;*/
}
div.location-block-wrapper {
float: left !important;
width: 276px !important;
}

.bx-sls .dropdown-block {
}

.bx-sls .dropdown-block {
	box-shadow:none;
}
.bx-sls .quick-location-tag, .bx-sls .quick-location-tag :hover {
	background:#ff671f;
	color:#fff;
	border:none;
}

.bx-sls .quick-location-tag, .bx-sls .quick-location-tag *:hover {
	background:#ff671f !important;
}

label.error {
    display: none !important;
}

input.error {
    background-color: #f9f2f4;
    color: red;
}

#news-list h2 {
	padding-left:0;
}

#call_order_button {
    display: block;
	font-family: "OpenSansLight";
    height: 27px;
	width:200px;
    line-height: 27px;
    background: url('../images/sprite-top.png') left top no-repeat;
    padding: 0 0 0 36px;
    color: #00adf7;
    font-size: 14px;
	color:#fff;
    text-decoration: underline;
	position:absolute;
	left:300px;
	top:18px;
}

#header .header-phone.second-phone {
	margin-top:8px;
}

#header .header-time {
	left:300px;
	display: block;
	position:absolute;
	top:45px;
	width:240px;
	text-align:center;
}

#call_order_button:hover {
	 text-decoration: none;
}

#banner-order-link {
	display:block;
	width:549px;
	height:254px;
	position:absolute;
	right:65px;
	top:29px;
}

.floating-label{
	color: #FF5F00;
	font-size: 11px;
	position: relative;
	top: 0;
	font-weight: bold;
	z-index: 2;
	opacity: 0;
	left:0;
}

.pin{
	color: #FF5F00;
}

.footer-bottom.policy {
	margin-top:0;
	padding-top:0;
}

.footer-bottom.policy a {
	color:#373838;
}

.checkbox.bx_filter_input_checkbox {
	width: 100%;
}

#filter label {
	margin-left: 0;
	width: 100%;
	display: flex;
	align-items: center;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: rgba(254, 98, 13, 0.87);
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
	background-color: rgba(254, 98, 13, 0.87);
	border-color: rgba(254, 98, 13, 0.87);
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(254, 98, 13, 0.87);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
	border-color: rgba(254, 98, 13, 0.87);
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
	border-color: #FE620D;
	background-color: rgba(254, 98, 13, 0.87);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

