/*
#ce6c07 - ����� ����������
 */
.qty-c.offers-attr {
	display: block;
}
.autocomplete-suggestions {
	background: #fff;
	color: #888;
	overflow-y: hidden;
	padding: 5px;
}
.autocomplete-suggestion {
	border-bottom: 1px solid #f8f8f8;
	cursor: pointer;
}
.autocomplete-suggestion:hover {
	background: #f8f8f8;
}
.date {
	color: #888888;
}
.index-page .header-c {
	height: 800px;
	background: url('../images/bg/bg.jpg') top center no-repeat;
	background-size: cover;
}
header .top-line,
header .top-navbar {
	background: #281b13;
}
header .top-line .logo.small {
	display: none;
}
header .top-line.fixed .logo.big {
	display: none;
}
header .top-line.fixed .logo-c a.logo-a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/logo-small.png') center center no-repeat;
	background-size: contain;
}
header .mobile-menu-c {
	display: none;
	color: #fff;
}
header .logo-c .fa {
	font-size: 150%;
}

header .top-line.fixed .logo.small {
	display: inline;
}
.index-page header .top-navbar {
	background: rgba(0,0,0,0.5);
}
header .top-navbar .wrap {
	padding-top: 0;
	padding-bottom: 0;
}
header .top-menu nav {
	overflow: hidden;
}
header .top-menu nav ul {
	display: flex;
	align-content: center;
	justify-content: space-between;
}
header .top-menu nav ul > li {
}
header .top-menu nav ul > li a {
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
}
header .top-menu nav ul > li a.active,
header .top-menu nav ul > li a:hover {
	color: #ce6c07;
}

header .top-menu .dropdown {
	background: #281b13;
	max-height: initial;
}
header .top-menu .dropdown ul li:hover {
	background: #281b13;
}
.index-page header .top-menu .dropdown {
	background: rgba(40, 27, 19, 1);
}
.index-page header .top-menu .dropdown ul li:hover {
	background: rgba(0,0,0,0.9);
}
header .top-menu .dropdown.open {
	z-index: 1000;
}
header .top-menu .dropdown ul a {
	color: #fff;
}
header .top-menu .dropdown > ul > li {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
header .top-menu .dropdown ul ul li {
	padding-left: 2em;
}

#mobile-menu-modal ul {
	list-style: none;
	margin: 0;
}
#mobile-menu-modal ul li a {
	padding-left: 0;
}
#mobile-menu-modal ul ul li a {
	padding-left: 1em;
}
#mobile-menu-modal ul ul li ul li a {
	padding-left: 2em;
}
#mobile-menu-modal a {
	padding: 6px 12px;
	display: block;
	border-bottom: 1px solid #e8e8e8;
	text-decoration: none;
}
#mobile-menu-modal li.selected > a {
	color: #ce6c07;
}
#mobile-menu-modal .modal-body > ul > li > a {
	text-transform: uppercase;
}

.header-auth {
	margin-left: 16px;
}
.header-auth a {
	color: #fff;
}
.header-auth a span {
	padding-left: 5px;
}
.top-line {
	color: #fff;
}
.top-line .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-line .wrap .basket-c {
	display: flex;
	align-items: center;
}
.top-line .contacts-c {
	font-weight: 600;
	font-size: 120%;
	padding-left: 32px;
	background: url(../images/phone.png) left center no-repeat;
	background-size: contain;
}
.ajax-small-basket-c {
	display: inline-block;
	width: 42px;
	height: 42px;
	position: relative;
	background: url('../images/basket.png') center center no-repeat;
	margin-left: 16px;
}
.ajax-small-basket-c span {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	position: absolute;
	top: -12px;
	right: -12px;
	color: #fff;
	text-align: center;
	background: #99c100;
}
#top-search-form {
	display: inline-block;
	margin-bottom: 0;
}
#top-search {
	width: 320px;
	background: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	color: #fff;
}

.qty-c {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #aaaaaa;
	display: flex;
	justify-content: center;
}
.qty-c .qty {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 20px;
	border: 2px solid;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #fff;
	text-decoration: none;
}
.qty-c input {
	color: #aaaaaa;
	display: inline-block;
	height: 24px;
	line-height: 20px;
	text-align: center;
	outline: none;
	width: 48px;
	border: 2px solid transparent;
	font-weight: bold;
}

.btn.btn-catalog {
	padding: 0 20px 0 84px;
	width: 100%;
}
.btn.btn-catalog.in-basket {
	background: #888888;
	text-transform: initial;
	letter-spacing: 0;
	font-weight: lighter;
	white-space: nowrap;
}
.btn.btn-catalog:before {
	content: '';
	position: absolute;
	width: 64px;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 32px 0 0 32px;
	background: #000 url(../images/basket-small.png) center center no-repeat;
}
.btn.btn-catalog.btn-catalog-subscription {
	border-radius: 0 32px 32px 0 !important;
	padding: 0 20px;
}
.btn.btn-catalog.btn-catalog-subscription:before {
	display: none;
	background: none;
	width: 0;
}
.carousel .btn.btn-catalog.btn-catalog-subscription,
.product-list-c .btn.btn-catalog.btn-catalog-subscription {
	font-size: 11px;
	letter-spacing: 0;
	padding: 0;
	line-height: 1.2;
}
	/*
	 */
.catalog-header {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 0 20px 0;
	margin: 0;
}
.product-list-c {
	margin: 0;
}
.product-list-c .product-item-c {
	background: #fff;
	margin-bottom: 20px;
}
.product-list-c .product-item-c .inner {
	padding: 24px;
	text-align: center;
	display: block;
	border: 3px solid #fff;
	height: 100%;
}
.product-list-c .product-item-c:hover .inner {
	border-color: #ce6c07;
}
.product-list-c .product-item-c .inner span.img-c {
	display: block;
	width: 100%;
}
.product-list-c .product-item-c .inner .img {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-list-c .product-item-c .inner .img img {
	width: auto;
	max-height: 250px;
	display: initial;
}
.product-list-c .product-item-c .inner .name {
	font-size: 13px;
	height: 48px;
	overflow: hidden;
	line-height: 16px;
	display: block;
	text-decoration: none;
	color: initial;
	margin-bottom: 10px;
}
.product-list-c .product-item-c .inner .old-price span {
	text-decoration: line-through;
	color: #000;
}
.price {
	color: #ce6c07;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.old-price {
	font-size: 14px;
	white-space: nowrap;
}
#modal-add-basket-result .old-price {
	display: block;
	font-weight: normal;
	color: #888;
	text-decoration: line-through;
}
.popup-preview-product {
	text-align: center;
}

.footer-c {
	background: #000000;
	color: #fff;
	padding: 40px 0;
	margin-top: 40px;
}
.footer-c .h4 {
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 20px;
	font-size: 16px;
}
.footer-c .footer-menu-c {
	padding-bottom: 10px;
	list-style: none;
	margin-left: 0;
}
.footer-c .footer-menu-c a {
	color: #ccc;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
}
.footer-c .footer-menu-c a:hover {
	color: #ce6c07;
}
.footer-c .copyright {
	text-align: center;
}
.footer-c .bottom-line {
	padding-top: 20px;
	color: #ccc;
	font-size: 12px;
}
.footer-c a {
	color: inherit;
	text-decoration: none;
}
.footer-c a:hover {
	text-decoration: underline;
}

.social-c .social {
	display: inline-block;
	margin: 0 10px 10px 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}
.social-c .social.vk {
	background-image: url('../images/social/vk.png');
}
.social-c .social.ig {
	background-image: url('../images/social/instagram.png');
}
.social-c .social.youtube {
	background-image: url('../images/social/youtube.png');
}
.social-c .social.fb {
	background-image: url('../images/social/facebook.png');
}
.bottom-contacts-c > div {
	margin-bottom: 5px;
}
.bottom-contacts-c .contact {
	background-size: contain;
	background-position: left center;
	padding-left: 24px;
	background-repeat: no-repeat;
}
.bottom-contacts-c .contact.address {
	background-image: url('../images/social/address.png');
}
.bottom-contacts-c .contact.phone {
	background-image: url('../images/social/phone.png');
}
.bottom-contacts-c .contact.email {
	background-image: url('../images/social/email.png');
}
.bottom-contacts-c .contact.skype {
	background-image: url('../images/social/skype.png');
}
.bottom-contacts-c .contact.viber {
	background-image: url('../images/social/viber.png');
}
.bottom-contacts-c .contact.whatsapp {
	background-image: url('../images/social/whatsapp.png');
}
.bottom-contacts-c .contact.telegram {
	background-image: url('../images/social/telegram.png');
}
.catalog-quantity span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 2px;
}
.catalog-quantity span.on {
	background: #50320e;
}
.catalog-quantity span.off {
	background: #ccc;
}
.inner {
	position: relative;
}
.mark-catalog-quantity {
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	text-align: center;
}
.products-small-c .mark-catalog-quantity {
	top: 1px;
}
span.discount {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 48px;
	height: 48px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #ce6c07;
	line-height: 48px;
	text-align: center;
	z-index: 1;
}
span.mark {
	position: absolute;
	top: -3px;
	right: 20px;
	width: 30px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}
span.mark.mark-NEWPRODUCT {
	background-image: url('../images/newproduct.png');
}
span.mark.mark-SELLOUT {
	background-image: url('../images/sellout.png');
}
span.mark.mark-SPECIALOFFER {
	background-image: url('../images/specialoffer.png');
}

.section-descr * {
	background: transparent !important;
	font-family: inherit !important;
}

.question-add {
	overflow: hidden;
}
.question-add a {
	float: right;
}

.data-table br {
	display: none;
}

.bx-soa-cart-total {
	padding: 20px 0 !important;
	border: 0 !important;
}
.bx-blue .btn.btn-default {
	background: #9ac100 !important;
	border-color: #9ac100 !important;
	border-radius: 0 !important;
}
.bx-blue .btn.btn-default:hover {
	background: #ce6c07 !important;
	border-color: #ce6c07 !important;
}
.caret {
	display: initial !important;
	width: initial !important;
	height: initial !important;
	margin-left: 0 !important;
	vertical-align: initial !important;
	border: 0 !important;
}
.bx-soa-section-title {
	padding: 0 6px !important;
}
.bx-soa-section.bx-selected .bx-soa-section-title {
	font-size: 20px !important;
}
.bx-soa-editstep,
.bx-soa-editstep:hover {
	text-decoration: none;
}

.button.buy-one-click {
	border: 1px solid #000;
	color: #000;
	background: transparent;
}
.button.buy-one-click:hover,
.button.buy-one-click:focus {
	border: 1px solid #ce6c07;
	color: #ce6c07;
	background: transparent;
}
.js-buy-one-click-form-c {
	padding: 32px 32px;
	border-radius: 8px;
	border: 1px solid #ce6c07;
	background: #f0f0f0;
}
.js-buy-one-click-form-c form {
	margin-bottom: 0;
}
.js-buy-one-click-form-c form.in-ajax {
	opacity: 0.3;
}
form .form-item.last {
	margin-bottom: 0;
}
form .error-text {
	display: none;
}
form .error .error-text {
	display: block;
}

.bx-crm-widget-wrapper {
	height: 0;
	z-index: 0;
}

.catalog-filter-sort-c .close.clear {
	margin-left: 1px;
	height: 25px;
	width: auto;
	padding: 0 2px;
	font-size: 12px;
	color: #fff;
	background: #888;
	opacity: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.catalog-filter-sort-c .close.clear:before {
	font-size: 24px;
	line-height: 12px;
	display: inline-block;
	vertical-align: sub;
	color: #fff;
}
.discount-info-c {
	font-size: 13px;
}
.discount-info-c table {
	width: 100%;
	max-width: 400px;
}
.discount-info-c tr th {
	line-height: 1;
	vertical-align: top;
}
.discount-info-c tr td,
.discount-info-c tr th {
	font-size: 12px;
	padding: 2px 4px;
}
.discount-info-c tr td {
	white-space: nowrap;
	vertical-align: middle;
}
.discount-info-c tr td:first-child,
.discount-info-c tr th:first-child {
	width: 10px;
}
.discount-info-c .discount-percent {
	padding: 2px 4px;
	background-color: #ce6c07;
	color: #fff;
}
.discount-info-c .current .discount-percent {
	background-color: #99c100;
}
.discount-info-c .current td:first-child {
	color: #99c100;
}

.bx-soa-pp-list-description a {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid;
    margin-top: 5px;
    background: #fff;
    box-shadow: 2px 2px 2px #888;
}
.fancybox__container {
	z-index: 2100 !important;
}
.fancybox__content .agreement-text {
	max-width: 1024px;
}
label.w-checkbox {
	text-align: left;
	line-height: 1.2;
}
label.w-checkbox.error {
	padding-left: 16px;
	border-left: 2px solid #f03c69;
}
label[for="property_431"] {
	display: inline-block;
}