@font-face {
	font-family: 'Arimo';
	src: url('../fonts/Arimo/Arimo-Regular.woff2') format('woff2'),
	url('../fonts/Arimo/Arimo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue/BebasNeue-Regular.woff2') format('woff2'),
	url('../fonts/BebasNeue/BebasNeue-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LucidaGrande';
	src: url('../fonts/LucidaGrande/lucida-grande.woff2') format('woff2'),
	url('../fonts/LucidaGrande/lucida-grande.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LucidaGrandeBold';
	src: url('../fonts/LucidaGrande/lucida-grande-bold.woff2') format('woff2'),
	url('../fonts/LucidaGrande/lucida-grande-bold.woff2') format('woff2');
	font-weight: bold;
	font-style: bold;
}

html {
	overflow-y: scroll;
	font-size: 10px;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.2;
	background: #fff;
	color: #000;
	margin: 0;
}

:hover,
:active,
:focus {
	outline: none;
}

a {
	color: #db0505;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.b-link {
	display: inline;
	border: none;
	padding: 0;
	background: none;
	cursor: pointer;
	color: #777777;
	text-decoration: none;
}

.b-link:hover {
	color: #db0505;
}

a,
button,
.b-btn,
.b-link {
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-webkit-transition-property: color, border-color, background-color, opacity;
	transition-property: color, border-color, background-color, opacity;
}

img {
	vertical-align: middle;
}

a img {
	border:none;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address,
fieldset,
blockquote {
	margin: 0 0 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.g-h1,
.g-h2,
.g-h3,
.g-h4,
.g-h5,
.g-h6 {
	font-weight: bold;
	color: #333;
	margin: 0 0 18px 0;
}

h1,
.g-h1 {
	font-size: 42px;
}

h2,
.g-h2 {
	font-size: 36px;
}

h3,
.g-h3 {
	font-size: 26px;
}

h4,
.g-h4 {
	font-size: 20px;
}

h5,
.g-h5 {
	font-size: 16px;
}

h6,
.g-h6 {
	font-size: 14px;
}

ul,
ol {
	padding: 0 0 0 30px;
}

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
	margin-bottom: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	margin: 18px 0;
	border: 0;
	border-top: 1px dotted #fbb900;
	clear: both;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
}

.b-form-row {
	margin-bottom: 17px;
}

.b-form-row__label {
	display: block;
	color: #333333;
	margin-bottom: 5px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.b-form-row__label small {
	font-size: inherit;
	color: #a3a3a3;
}

.b-required-icon {
	color: #db0505;
}

.b-form-required-message {
	font-size: 15px;
	color: #db0505;
	margin-top: 10px;
	margin-bottom: 14px;
}

.b-form-note {
	font-size: 11px;
	line-height: 14px;
	color: #a3a3a3;
	margin-top: 28px;
}

.b-form-btn-row {
	text-align: center;
	padding-top: 20px;
}

.b-popup__btn {
	width: 100%;
	max-width: 350px;
}

.b-check-row {
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 21px 0;
}

.b-check-row__label {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.b-check-row__input {
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 0 18px 0 0;
}

.b-check-row__input:not(checked) {
	position: absolute;
	opacity: 0;
}

.b-check-row__input:not(checked) + .b-check-row__text {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	color: #969696;
}

.b-check-row__input:not(checked) + .b-check-row__text:before {
	content: '\f26b';
	position: absolute;
	top: 0px;
	left: 0;
	width: 15px;
	height: 15px;
	padding-left: 1px;
	border: 1px solid #e4e4e4;
	background: #fff;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: 11px;
	text-align: center;
	line-height: 13px;
	text-indent: -9999px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.b-check-row__input:checked + .b-check-row__text:before {
	background: #fe882c;
	border-color: #fe882c;
	color: #fff;
	text-indent: 0;
}

.b-check-row__input:checked + .b-check-row__text {
	color: #333333;
}

button,
[type='reset'],
[type='submit'],
html [type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
}

input[type='email'],
input[type='file'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='number'],
textarea,
select {
	height: 36px;
	line-height: 1;
	font-size: 14px;
	color: #333;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	border-radius: 0;
	padding: 9px 15px;
	display: block;
	width: 100%;
	box-shadow: none;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

input[type='email']:focus,
input[type='file']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
	border-color: #333;
}

input[type='email'][disabled],
input[type='file'][disabled],
input[type='password'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='text'][disabled],
input[type='url'][disabled],
input[type='number'][disabled],
textarea[disabled],
select[disabled] {
	background-color: #f5f5f5;
	border-color: #ccc;
	color: #888;
	cursor: default;
	cursor: not-allowed;
}

input[type='email'].error,
input[type='file'].error,
input[type='password'].error,
input[type='search'].error,
input[type='tel'].error,
input[type='text'].error,
input[type='url'].error,
input[type='number'].error,
textarea.error,
select.error {
	border-color: #db0505;
}

input[type='checkbox'].error,
input[type='radio'].error {
	outline: 1px dotted #db0505;
}

label.error {
	display: block;
	color: #db0505;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: -14px;
}

input[type='file'] {
	padding: 5px;
}

select {
	padding: 2px 2px 2px 13px;
}

textarea {
	height: 100px;
	max-width: 100%;
	min-width: 100%;
	line-height: 1.2;
}

.b-input-wrapper {
	display: block;
	position: relative;
}

input.b-input {
	height: 50px;
	padding: 16px 15px 16px 64px;
	font-size: 15px;
}

.b-input-icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 50px;
	height: 30px;
	border-right: 1px solid #ebebeb;
	text-align: center;
	line-height: 30px;
	padding-left: 5px;
	font-size: 20px;
	color: #db0505;
	cursor: pointer;
	pointer-events: none;
	z-index: 100;
}

select.b-input {
	height: 50px;
	padding-left: 64px;
}

.b-input .jq-selectbox__select {
	height: 50px;
	line-height: 48px;
	padding: 0 60px 0 64px;
}

.b-input .jq-selectbox__trigger {
	width: 47px;
	font-size: 18px;
}

.b-input .jq-selectbox__trigger:after {
	top: 1px;
}

.b-input .jq-selectbox__dropdown {
	top: 49px;
}

.jq-selectbox.b-input li {
	padding: 7px 15px 7px 64px;
}

.b-check-row__field {
	display: inline;
}

input.b-check-row__field-input {
	display: inline;
	width: 160px;
	height: 30px;
	margin: -7px 10px;
}

.b-check-row__field-suffix {

}

::-webkit-input-placeholder {
	color: #a3a3a3;
}

::-moz-placeholder {
	color: #a3a3a3;
}

:-moz-placeholder {
	color: #a3a3a3;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

.jq-selectbox {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

.jq-selectbox__select {
	height: 36px;
	line-height: 34px;
	border: 1px solid #d1d1d1;
	padding: 0 56px 0 15px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.jq-selectbox.disabled .jq-selectbox__select {
	background: #f5f5f5;
	color: #888;
	cursor: default;
	cursor: not-allowed;
}

.jq-selectbox.error .jq-selectbox__select {
	border-color: #e30613;
}

.jq-selectbox__select-text.placeholder {
	color: #a3a3a3;
}

.jq-selectbox__trigger {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	border-left: 1px solid #d1d1d1;
	text-align: center;
	font-size: 18px;
	color: #969696;
}

.jq-selectbox__trigger:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.jq-selectbox__trigger:after {
	content: '\f2f9';
	display: inline-block;
	position: relative;
	top: 1px;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jq-selectbox__trigger-arrow {
	display: none;
}

.jq-selectbox__dropdown {
	top: 35px;
	width: 100%;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.jq-selectbox__dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jq-selectbox li {
	white-space: normal;
	padding: 7px 15px;
	cursor: pointer;
}

.jq-selectbox li.selected {
	color: #db0505;
}

.jq-selectbox li:hover {
	color: #db0505;
}

@media only screen and (min-width : 768px) {
	input.b-small-input {
		height: 27px;
		padding: 4px 12px;
	}

	select.b-small-select {
		height: 27px;
	}

	.b-small-select .jq-selectbox__select {
		height: 27px;
		line-height: 25px;
		padding: 0 43px 0 12px;
	}

	.b-small-select .jq-selectbox__trigger {
		width: 30px;
		font-size: 14px;
	}

	.b-small-select .jq-selectbox__trigger:after {
		top: 1px;
	}

	.b-small-select .jq-selectbox__dropdown {
		top: 26px;
	}

	.jq-selectbox.b-small-select li {
		padding: 7px 12px;
	}
}

.jq-number {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 33px;
	width: 100%;
}

.jq-number__spin  {
	position: absolute;
	cursor: pointer;
	width: 29px;
	height: 31px;
	top: 1px;
	background: #f1f1f1;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	color: #484848;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jq-number__spin.minus:before {
	content: '-';
}

.jq-number__spin.plus:before {
	content: '+';
}

.jq-number__spin.minus {
	left: 1px;
}

.jq-number__spin.plus {
	right: 1px;
}

.jq-number__field {
	height: 100%;
}

.jq-number__field input {
	padding-left: 29px;
	padding-right: 29px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	height: 100%;
	border-color: #e4e4e4;
}

.b-btn {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	background: #77aa2b;
	border: none;
	border-radius: 2px;
	box-shadow: 0 2px 0 #5f8b1f;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.b-btn:hover {
	text-decoration: none;
}

.b-btn:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 0 0 #5f8b1f;
}

.b-btn[disabled],
.b-btn.is-disabled {
	opacity: .55;
	cursor: default;
	cursor: not-allowed;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	box-shadow: 0 2px 0 #5f8b1f !important;
}

.b-btn_outline {
	border: 1px solid #77aa2b;
	background: #fff;
	box-shadow: none;
	font-weight: normal;
	color: #77aa2b;
	-webkit-transform: none !important;
	transform: none !important;
}

.b-btn_outline:hover {
	background: #77aa2b;
	color: #fff;
}

.b-btn_width_full {
	padding: 0;
	width: 100%;
}

.b-popup-window {
	display: none;
	background: #fff;
	width: 450px;
	max-width: 100%;
	padding: 30px;
}

.fancybox-slide > * {
	display: inline-block;
	padding: 30px;
}
body .fancybox-close-small {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border: none;
	background: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
body .fancybox-close-small svg{
	display: none !important;
}

body .fancybox-close-small:before,
body .fancybox-close-small:after {
	content: '' !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	width: 16px !important;
	height: 2px !important;
	margin: -1px 0 0 -8px !important;
	background: #6d6d6d !important;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	-webkit-transition: 0.25s ease-in-out !important;
	transition: 0.25s ease-in-out !important;
}

body .fancybox-close-small:after {
	-webkit-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
}

body .fancybox-close-small:hover:before,
body .fancybox-close-small:hover:after {
	background: #000 !important;
}

body .fancybox-close-small:after {
	right: auto !important;
	border-radius: 0 !important;
	outline: none !important;
}

.b-header {
	border-top: 4px solid #fb872b;
	height: 125px;
	padding-top: 26px;
}

.b-header__top {

}

.b-header__top-inner {
	position: relative;
}

.b-header__info {
	position: absolute;
	top: 16px;
	left: 22%;
	width: 19.8%;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}

.b-header__info-item {
	margin-bottom: 7px;
}

.b-header__info-icon {
	color: #ff892d;
	width: 1.1em;
	font-size: 1.066em;
}

.b-header__info-schedule {

}

.b-header__info-schedule-title {

}

.b-header__info-schedule-time {
	color: #ff892d;
}

.b-header__info-delivery {

}

.b-header__logo {
	position: absolute;
	top: 3px;
	left: 0;
	width: 22%;
	text-align: center;
}
.b-header-socs{
	float:right;
	width: 24px;
	margin:0 20px 0 10px;
	height: 108px;
	position: relative;
	top:-25px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
}
.b-header-socs .link{
	line-height: 36px;
	font-size:22px;
	width: 36px;
	text-align: center;
}
.b-logo {

}

.b-logo__img {
	max-width:90%;
}

.b-header__login {
	position: absolute;
	top: 0;
	left: 64.5%;
	width: 19.8%;
	padding-left: 3.9%;
	border-left: 1px solid #e1e1e1;
	min-height: 66px;
}

.b-login {

}

.b-login__target-btn {
	display: none;
}

.b-login__content {

}

.b-login__form {
	padding-right: 50px;
	position: relative;
}

.b-login__inputs {

}

.b-login__input-wrapper {
	display: block;
	margin-bottom: 6px;
	position: relative;
}

.b-login__input-icon  {
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 14px;
	color: #db0505;
}

input.b-login__input {
	padding: 2px 0 2px 22px;
	height: auto;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #dadada;
}

input.b-login__input + label.error {
	display: none !important;
}

.b-login__btn {
	position: absolute;
	right: 0;
	top: 5px;
	border: none;
	padding: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: #ff892d;
}

.b-login__btn:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	width: 17px;
	height: 17px;
	background: url('../images/icon-login.png') 0 0 no-repeat;
	background-size: 100%;
}

.b-login__footer {
	margin-top: 9px;
}

.b-login__footer:after {
	content: '';
	display: table;
	clear: both;
}

.b-login__link {
	display: inline;
	border: none;
	padding: 0;
	background: none;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}

.b-login__link:hover {
	color: #171717;
	text-decoration: none;
}

.b-login__link_registration {
	float: left;
}

.b-login__link_pass-remember {
	float: right;
}

.b-header__nav-btn-field {
	display: none;
}

.b-nav-btn {

}

.b-header__bottom {

}

.b-header__bottom-inner {
	position: relative;
}

.b-header__menu-btn-field {
	display: none;
}

.b-menu-btn {

}

.b-header__content {

}

.b-header__basket {
	position: absolute;
	top: 12px;
	left: 84.3%;
	width: 15.7%;
	text-align: right;
}

.b-basket-field {
	display: inline-block;
	vertical-align: top;
	text-decoration: none !important;
	color: inherit;
}

.b-basket-field__content {
	display: block;
}

.b-basket-field__content:after {
	content: '';
	display: table;
	clear: both;
}

.b-basket-field__icon {
	float: left;
	position: relative;
	width: 22px;
	height: 21px;
	display: inline-block;
	background: url('../images/icon-basket.png') 0 0 no-repeat;
	background-size: 100%;
}

.b-basket-field__count {
	position: absolute;
	right: -17px;
	top: -10px;
	width: 21px;
	height: 21px;
	line-height: 19px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #ff892d;
	font-size: 10px;
	color: #fff;
}

.b-basket-field__price {
	float: right;
	margin-top: 2px;
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1;
	color: #333333;
}

.b-basket-field__price-value {

}

.b-basket-field__price-currency {
	font-size: 0.6363em;
}

.b-basket-field__btn {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	line-height: 0.9;
	font-size: 22px;
	text-transform: uppercase;
	color: #ed313c;
	border-bottom: 2px dotted;
	margin-top: 9px;
	display: inline-block;
}

.b-basket-field__btn:hover {
	border-bottom-color: transparent;
}

.b-basket-field_mob {

}

.b-header__phone {
	position: absolute;
	top: 7px;
	left: 41.7%;
	width: 22.8%;
}

.b-phone-field {

}

.b-phone-field__num-field {
	margin-bottom: 1px;
}

.b-phone-field__num {
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	line-height: 1;
	text-decoration: none !important;
}

.b-phone-field__num strong {
	font-weight: bold;
	color: #e30613;
}

.b-phone-field__btn-field {

}

.b-phone-field__btn {
	border: none;
	padding: 0;
	background: none;
	font-size: 15px;
	color: #777777;
}

.b-phone-field__btn-icon {
	font-size: 1.133em;
	color: #ff892d;
	position: relative;
	top: 0.2em;
	margin-right: 0.25em;
}

.b-phone-field__btn-text {
	border-bottom: 2px dotted;
}

.b-phone-field__btn:hover .b-phone-field__btn-text {
	border-bottom-color: transparent;
}

.b-mob-nav {
	display: none;
}

.b-mob-nav__header {

}

.b-mob-nav__logo {

}

.b-mob-nav__logo-img {

}

.b-mob-nav__content {

}

.b-mob-nav__phone {

}

.b-mob-nav__phone-num {

}

.b-mob-nav__login {

}

.b-mob-nav__login-link {

}

.b-mob-nav__login-sep {

}

.b-mob-nav__list {

}

.b-mob-nav__list-item {

}

.b-mob-nav__list-link {

}

.b-mob-nav__basket {

}

.b-nav {
	margin-bottom: 25px;
}

.b-nav__inner {
	background: #fb872b;
	padding: 0 32px 0;
}

.b-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
}

.b-nav__item {
	display: table-cell;
	width: 1%;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding: 19px 0 13px;
}

.b-nav__item:first-child {
	border-left: none;
}

.b-nav__link {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	display: block;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.b-nav__link:hover {
	text-decoration: none;
}

.b-nav__link-text {
	border-bottom: 2px dotted transparent;
}

.b-nav__link:hover .b-nav__link-text,
.b-nav__link.is-active .b-nav__link-text {
	border-bottom-color: #fff;
}

.b-content {
	min-height: calc(100vh - 408px);
}

.b-content__inner {

}

.b-content__inner:after {
	content: '';
	display: table;
	clear: both;
}

.b-content__menu {
	display: none;
	float: left;
	width: 255px;
	margin-right: -255px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.b-menu {
	background: #fff;
}

.b-menu__header {
	background: #efefef url('../images/menu-bg.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 10px 12px 7px;
}

.b-menu__title {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
	margin: 0;
}

.b-menu__content {
	border: 1px solid #efefef;
	border-top: none;
	padding: 6px 12px;
}

.b-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

.b-menu__item {
	border-bottom: 1px solid #ebebeb;
}

.b-menu__item:last-child {
	border-bottom: none;
}

.b-menu__link {
	display: block;
	text-decoration: none !important;
	color: #4f4944;
	height: 60px;
	line-height: 60px;
	position: relative;
	padding-left: 73px;
	overflow: hidden;
}

.b-menu__icon {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	width: 50px;
	height: 40px;
}

.b-menu__icon:before,
.b-menu__icon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.b-menu__link:hover .b-menu__icon:before,
.b-menu__link.is-active .b-menu__icon:before {
	opacity: 0;
	visibility: hidden;
}

.b-menu__icon:after {
	opacity: 0;
	visibility: hidden;
	background-position: -50px 0;
}

.b-menu__link:hover .b-menu__icon:after,
.b-menu__link.is-active .b-menu__icon:after {
	opacity: 1;
	visibility: visible;
}

.b-menu__icon_desert:before,
.b-menu__icon_desert:after {
	background-image: url('../images/menu-icon/menu-icon-desert.png');
}

.b-menu-icon-poke:before,
.b-menu-icon-poke:after {
	background-image: url('../images/menu-icon/menu-icon-poke.png');
}

.b-menu__icon_postnoe:before, .b-menu__icon_postnoe:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-postnoe.png);
}
.b-menu__icon_ris:before, .b-menu__icon_ris:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-ris.png);
}
.b-menu__icon_susi-nigiri:before, .b-menu__icon_susi-nigiri:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-susi-nigiri.png);
}
.b-menu__icon_susi-gunkany:before, .b-menu__icon_susi-gunkany:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-susi-gunkany.png);
}
.b-menu__icon_festival-roll_dogi:before, .b-menu__icon_festival-roll_dogi:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-festival-roll_dogi.png);
}
.b-menu__icon_garniry:before, .b-menu__icon_garniry:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-garniry.png);
}

.b-menu__icon_biznes_lanch:before, .b-menu__icon_biznes_lanch:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-biznes_lanch.png);
}

.b-menu__icon_kombo:before, .b-menu__icon_kombo:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-kombo.png);
}

.b-menu__icon_goryachie-zakuski:before, .b-menu__icon_goryachie-zakuski:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-goryachie-zakuski.png);
}

.b-menu__icon_goryachee-i-gril:before, .b-menu__icon_goryachee-i-gril:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-goryachee-i-gril.png);
}

.b-menu__icon_detskoe:before, .b-menu__icon_detskoe:after {
    background-image: url(/bitrix/templates/fo/css/../images/menu-icon/menu-icon-detskoe.png);
}

.b-menu-icon-goryachie-zakuski:before,
.b-menu-icon-goryachie-zakuski:after {
	background-image: url('../images/menu-icon/menu-icon-goryachie-zakuski.png');
}

.b-menu__icon_pizza:before,
.b-menu__icon_pizza:after {
	background-image: url('../images/menu-icon/menu-icon-pizza.png');
}

.b-menu__icon_rolly:before,
.b-menu__icon_rolly:after {
	background-image: url('../images/menu-icon/menu-icon-rolly.png');
}

.b-menu__icon_rolly-teplye:before,
.b-menu__icon_rolly-teplye:after {
	background-image: url('../images/menu-icon/menu-icon-rolly-teplye.png');
}

.b-menu__icon_sety:before,
.b-menu__icon_sety:after {
	background-image: url('../images/menu-icon/menu-icon-sety.png');
}

.b-menu__icon_zakuski:before,
.b-menu__icon_zakuski:after {
	background-image: url('../images/menu-icon/menu-icon-zakuski.png');
}

.b-menu__icon_lapsha-pasta:before,
.b-menu__icon_lapsha-pasta:after {
	background-image: url('../images/menu-icon/menu-icon-lapsha-pasta.png');
}

.b-menu__icon_salaty:before,
.b-menu__icon_salaty:after {
	background-image: url('../images/menu-icon/menu-icon-salaty.png');
}

.b-menu__icon_supy:before,
.b-menu__icon_supy:after {
	background-image: url('../images/menu-icon/menu-icon-supy.png');
}

.b-menu__icon_sousy:before,
.b-menu__icon_sousy:after {
	background-image: url('../images/menu-icon/menu-icon-sousy.png');
}

.b-menu__icon_napitki:before,
.b-menu__icon_napitki:after {
	background-image: url('../images/menu-icon/menu-icon-napitki.png');
}
.b-menu__icon_poke:before,
.b-menu__icon_poke:after {
	background-image: url('../images/menu-icon/menu-icon-poke.png');
}

.b-menu__text {
	/*white-space: nowrap;*/
	border-bottom: 1px dotted transparent;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.b-menu__link:hover .b-menu__text,
.b-menu__link.is-active .b-menu__text {
	color: #fd872c;
	border-bottom-color: #fd872c;
}

.b-content__main {
	float: left;
	width: 100%;
}

.b-content_with-menu .b-content__menu {
	display: block;
}

.b-content_with-menu .b-content__main {
	padding-left: 285px;
}

.b-callback {

}

.b-callback__inner {
	/*background: #f5f5f5 url('../images/callback-bg.png') center center repeat;*/
	border: 1px solid #ececec;
}

.b-callback__content {
	padding: 57px 64px 23px;
}

.b-callback__header {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

.b-callback__title {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-size: 42px;
	line-height: 1;
}

.b-callback__title:before,
.b-callback__title:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 1000px;
	border-bottom: 1px solid #d7d7d7;
}

.b-callback__title:before {
	right: 100%;
	margin-right: 80px;
}

.b-callback__title:after {
	left: 100%;
	margin-left: 80px;
}

.b-callback__form {
	margin: 0 -5px;
}

.b-callback__form:after {
	content: '';
	display: table;
	clear: both;
}

.b-callback__col {
	float: left;
	width: 33.33%;
	padding: 0 5px;
}

.b-callback__btn {
	width: 100%;
}

.b-callback__footer {
	background: #dbdbdb;
	background: rgba(0,0,0,0.12);
	text-align: center;
	padding: 25px 65px 26px;
	margin: 0 -1px -1px;
}

.b-callback__note {
	font-size: 16px;
	color: #7c7c7c;
}

.b-footer {
	margin-top: 39px;
}

.b-footer__top {
	padding: 21px 0;
}

.b-footer__top-inner {

}

.b-footer__top-inner:after {
	content: '';
	display: table;
	clear: both;
}

.b-footer__social {
	float: left;
}

.b-social-links {

}

.b-social-links__item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #db0505;
	border: 1px solid rgba(255, 104, 2, 0.2);
	margin-right: 6px;
}

.b-social-links__item:hover {
	background: #db0505;
	color: #fff;
}

.b-social-links__mm {
	display: inline-block;
	vertical-align: middle;
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

.b-footer__nav {
	float: right;
	margin-top: 10px;
}

.b-second-nav {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #717171;
	font-size: 22px;
	line-height: 1;
}

.b-second-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-second-nav__item {
	display: inline;
	margin-left: 31px;
}

.b-second-nav__item:first-child {
	margin-left: 0;
}

.b-second-nav__link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}

.b-second-nav__link:hover,
.b-second-nav__link.is-active {
	color: #db0505;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.b-footer__bottom {
	padding: 24px 0;
	background: #db0505;
}

.b-footer__bottom-inner {

}

.b-footer__bottom-inner:after {
	content: '';
	display: table;
	clear: both;
}

.b-footer__copyright {
	float: left;
	margin-top: 7px;
}

.b-copyright {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.4);
}

.b-footer__dev {
	float: right;
}

.b-dev {

}

.b-dev__img {

}

.b-main-slider {
	position: relative;
	margin-bottom: 30px;
}

.b-main-slider__item {
	background-position: center center;
	background-size: cover;
	height: 410px;
}
.b-main-slider__item.menu{
	height: 200px;
}

.b-main-slider__item + .b-main-slider__item:not(.slick-slide) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.b-main-slider__item-content {
	display: table;
	width: 50%;
	height: 100%;
}

.b-main-slider__item-content-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 80px;
}

.b-main-slider__item-header {
	margin-bottom: 46px;
}

.b-main-slider__item-pretitle {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 45px;
	line-height: 1;
	color: #db0505;
	margin-bottom: 13px;
	overflow: hidden;
}

.b-main-slider__item-pretitle-text {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.b-main-slider__item-pretitle-text:after {
	content: '';
	position: absolute;
	left: 100%;
	margin-left: 27px;
	top: 50%;
	margin-top: -2px;
	width: 1000px;
	border-bottom: 1px solid #fff;
}

.b-main-slider__item-title {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 1;
	color: #333333;
	margin: 0;
}

.b-main-slider__item-btn {
	width: 100%;
	max-width: 320px;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 31px;
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.b-main-slider.menu .slick-dots{
	bottom:12px;
}

.slick-dots li {
	display: inline-block;
	margin: 0 1px;
}

.slick-dots button {
	display: block;
	width: 19px;
	height: 19px;
	position: relative;
	border: none;
	padding: 0;
	background: none;
	text-indent: -9999px;
}

.slick-dots button:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px;
	border-radius: 50%;
	border: 2px solid transparent;
}

.slick-dots button:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	border-radius: 50%;
	background: #fff;
}

.slick-dots .slick-active button:before {
	border-color: #db0505;
}

.slick-dots .slick-active button:after {
	background: #db0505;
}

.b-main-menu {
	margin: 0 -15px;
}

.b-main-menu:after {
	content: '';
	display: table;
	clear: both;
}

.b-main-menu__grid {
	float: left;
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.b-main-menu__grid.brand{

}
.b-main-menu__item {
	position: relative;
	padding-top: 75.43%;
	overflow: hidden;
}

.b-main-menu__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

.b-main-menu__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #eaeaea;
	text-decoration: none !important;
}

.b-main-menu__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13px;
	text-align: center;
}

.b-main-menu__title {
	display: inline;
	margin: 0;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 34px;
	line-height: 1;
	color: #333333;
	text-transform: uppercase;
	border-bottom: 2px dotted transparent;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.b-main-menu__item:hover .b-main-menu__image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.b-main-menu__item:hover .b-main-menu__title {
	color: #fb872b;
	border-bottom-color: #fb872b;
}
.b-brand-item{
	display: block;
	position: relative;
	padding-top: 75.43%;
	overflow: hidden;
	background-position: center;
	background-size: contain;
}
.b-brand-item .desc{
	position: absolute;
	left:0;
	bottom:10px;
	width: 93%;
	padding:17px 100px 15px 17px;
	background: rgba(0,0,0,0.7);
	color:#fff;
	font-size:15px;
}
.b-brand-item .desc .logo{
	position: absolute;
	z-index: 0;
	width: 76px;
	right:12px;
	top:0;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.b-brand-item .desc .pre-name{

}
.b-brand-item .desc h3{
	font-size:37px;
	text-transform: uppercase;
	margin:5px 0 3px 0;
	padding:0;
	color: inherit;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.b-brand-item .desc .time-work{

}
.b-brand-item .desc .time-work .ph{
	font-size:13px;
	display: block;
	margin:0 0 5px 0;
}

.fancybox-slide > * {
	display: inline-block;
	padding: 30px;
}

.fancybox-close-small {
	position: absolute;
	right: -5px;
	top: -39px;
	padding: 0;
	border: none;
	background: none;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.fancybox-close-small:before,
.fancybox-close-small:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 2px;
	margin: -1px 0 0 -12px;
	background: #fff !important;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.fancybox-close-small:after {
	right: auto;
	outline: none !important;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.b-popup {
	display: none;
	background: #fff;
	width: 480px;
	max-width: 100%;
	padding: 48px 65px 62px;
	margin: 50px 0;
	overflow: visible;
}

.b-popup_address-registration {
	width: 920px;
}

.b-popup__login-footer {
	max-width: 350px;
	margin: 20px auto 0;
	font-size: 16px;
}

.b-popup__login-footer:after {
	content: '';
	display: table;
	clear: both;
}

.b-popup__login-footer-link {
	float: left;
}

.b-popup__login-footer-link + .b-popup__login-footer-link {
	float: right;
}

.b-popup__header {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 26px;
}

.b-popup__title {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 36px;
	line-height: 1;
}

.b-popup__title:before,
.b-popup__title:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: 3px;
	width: 1000px;
	border-bottom: 1px solid #d7d7d7;
}

.b-popup__title:before {
	right: 100%;
	margin-right: 30px;
}

.b-popup__title:after {
	left: 100%;
	margin-left: 30px;
}

.b-popup__content {

}

.b-popup__content .l-row {
	margin-left: -7px;
	margin-right: -7px;
}

.b-popup__content .l-row__col {
	padding-left: 7px;
	padding-right: 7px;
}

.b-catalog {
	margin: 0 -15px;
}

.b-catalog:after {
	content: '';
	display: table;
	clear: both;
}

.b-catalog__item {
	display: inline-block;
	vertical-align: top;
	margin-right: -.27em;
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.b-item {
	background: #fff;
}

.b-item__form {

}

.b-item__image-field {
	padding-top: 66.6666%;
	position: relative;
	margin-bottom: -1px;
}

.b-item__image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.b-item__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-item__view-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	border: none;
	padding: 0;
	background: #fe882c;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
}

.b-item__inner {
	border: 1px solid #efefef;
	padding: 23px 12px 32px;
}

.b-item__content {

}

.b-item__header {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 6px;
}

.b-item__title {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 26px;
	line-height: 1.1;
}

.b-item__title:before,
.b-item__title:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 1000px;
	border-bottom: 1px solid #ebebeb;
}

.b-item__title:before {
	right: 100%;
	margin-right: 12px;
}

.b-item__title:after {
	left: 100%;
	margin-left: 12px;
}

.b-item__description {
	font-size: 15px;
	line-height: 1.2;
	color: #969696;
	text-align: center;
	margin-bottom: 16px;
}

.b-item__description-info {
	display: block;
	font-style: italic;
	color: #b4b4b4;
	margin-top: 4px;
}

.b-item__options {
	margin-bottom: 10px;
}

.b-item__options-header {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 9px;
}

.b-item__options-title {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #4b4b4b;
	font-size: 20px;
	line-height: 1;
}

.b-item__options-title:before,
.b-item__options-title:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 1000px;
	border-bottom: 1px solid #ebebeb;
}

.b-item__options-title:before {
	right: 100%;
	margin-right: 7px;
}

.b-item__options-title:after {
	left: 100%;
	margin-left: 7px;
}

.b-item__options-content {
	text-align: center;
}

.b-options {

}

.b-options__item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 3px 10px;
	width: 45px;
	height: 45px;
	line-height: 43px;
	cursor: pointer;
}

.b-options__item:first-child {
	margin-left: 0 !important;
}

.b-options__item:last-child {
	margin-right: 0 !important;
}

.b-options_large .b-options__item {
	width: 50px;
	height: 50px;
	line-height: 48px;
}

.b-options__item-input {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.b-options__item-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(255, 104, 2, 0.2);
	color: #333333;
	text-align: center;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.b-options__item-input:checked + .b-options__item-content {
	background: #fe882c;
	color: #fff;
}

.b-options__item-inner {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 11px;
	font-weight: bold;
}

.b-options__item-inner small {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.b-item__footer {
	padding: 0 5px;
}

.b-item__control {
	margin-bottom: 21px;
}

.b-item__control:after {
	content: '';
	display: table;
	clear: both;
}

.b-item__count-field {
	float: right;
	width: 100px;
}

.b-item__count {

}

.b-item__price-field {
	float: left;
}

.b-item__price {
	font-size: 34px;
	font-weight: bold;
	color: #db0505;
	line-height: 1.1;
}

.b-item__price-value {

}

.b-item__price-currency {
	font-size: 16px;
	font-weight: normal;
}

.b-item__btn-field {

}

.b-item__basket-btn {
	width: 100%;
	font-size: 24px;
}
.unavailable .b-item__basket-btn,
.unavailable .b-product__basket-btn{
	opacity: 0.7;
	cursor: default;
	font-size: 16px;
}
.b-item__basket-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 14px;
	width: 22px;
	height: 21px;
	background: url('../images/icon-basket-w.png') 0 0 no-repeat;
	background-size: 100%;
}
.unavailable .b-item__basket-btn:before,
.unavailable .b-product__basket-btn:before{
	display: none;
}
.unavailable .jq-number__field{
	position: relative;
}
.unavailable .jq-number__field:before{
	content:'';
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 10;
	background: rgba(255,255,255,0.5);
}
.b-product-window {
	width: 1110px;
	padding: 50px 65px 50px 50px;
}

.b-product-window.b-popup {
	display: inline-block;
}

.b-product {

}

.b-product__header {
	float: right;
	width: 42.2%;
	margin-bottom: 17px;
}

.b-product__title-wrapper {
	overflow: hidden;
	position: relative;
	margin-bottom: 17px;
}

.b-product__title {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: 'LucidaGrande Bold', sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 28px;
	line-height: 1.2;
}

.b-product__title:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 1000px;
	border-bottom: 1px solid #ebebeb;
	left: 100%;
	margin-left: 21px;
	margin-top: -1px;
}

.b-product__description {
	font-size: 16px;
}

.b-product__image-field {
	float: left;
	width: 54.3%;
}

.b-product__image-wrapper {
	margin: 0;
}

.b-product__image {
	display: block;
	width: 100%;
	height: auto;
}

.b-product__content {
	float: right;
	clear: right;
	width: 42.2%;
	position: relative;
}

.b-product__options {
	float: left;
	margin-bottom: 22px;
	width: 267px;
}

.b-product__count-field {
	/*float: left;*/
	width: 152px;
	margin-bottom: 32px;
}

.b-product__count {
	height: 50px;
}

.b-product__count input {
	padding-left: 49px;
	padding-right: 49px;
}

.b-product__count .jq-number__spin {
	width: 49px;
	height: 48px;
	line-height: 48px;
}

.b-product__additional {
	margin-bottom: 32px;
	clear: both;
}

.b-product__additional-header {

}

.b-product__additional-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
	margin: 0 0 7px;
}

.b-product__additional-content {
	max-height: 135px;
	overflow-y: auto;
	padding-right: 17px;
}

.b-product__additional-content::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.b-product__additional-content::-webkit-scrollbar-track {
	background: #eeeeee;
	border: 1px solid #fff;
}

.b-product__additional-content::-webkit-scrollbar-thumb {
	background: #fe882c;
}

.b-product-list {

}

.b-product-list__item {
	position: relative;
	padding: 6px 0 3px 0;
	margin-bottom: 3px;
}

.b-product-list__count-field {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	opacity: 0;
	visibility: hidden;
}

.b-product-list__check-field {

}

.b-product-list__count-field + .b-product-list__check-field {
	margin-right: 100px;
}

.b-product-list .b-check-row__label {
	display: block;
}

.b-product-list__count-field + .b-product-list__check-field .b-check-row__label {
	padding-right: 10px;
}

.b-product-list__item.is-active .b-product-list__count-field,
.b-product-list__item:hover .b-product-list__count-field {
	opacity: 1;
	visibility: visible;
}

.b-product-list__count {
	height: 24px;
}

.b-product-list__count input {
	font-size: 10px;
	padding: 5px 22px;
}

.b-product-list__count .jq-number__spin {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}

.b-product-list .b-check-row {
	margin: 0;
}

.b-product__price {
	position: absolute;
	left: 0;
	bottom: -2px;
	font-size: 48px;
	font-weight: bold;
	color: #db0505;
	line-height: 0.9;
}

.b-product__price-value {

}

.b-product__price-currency {
	font-size: 16px;
	font-weight: normal;
}

.b-product__basket-btn-field {
	margin-left: 160px;
}

.b-product__basket-btn {
	width: 100%;
	padding: 0;
}

.b-product__basket-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 14px;
	width: 22px;
	height: 21px;
	background: url(../images/icon-basket-w.png) 0 0 no-repeat;
	background-size: 100%;
}

.b-catalog-header {
	display: table;
	width: 100%;
	height: 190px;
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.b-catalog-header__inner {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 53px;
}

.b-catalog-header__content {
	overflow: hidden;
	position: relative;
}

.b-catalog-header__title {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 72px;
	line-height: 0.9;
	text-transform: uppercase;
}

.b-catalog-header__title:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 120px;
	border-bottom: 1px solid #fff;
	left: 100%;
	margin-left: 15px;
	margin-top: -2px;
}

.b-order {

}

.b-order__steps {

}

.b-order__step {

}

.b-order__nav {
	max-width: 477px;
	margin: 51px auto 118px;
	position: relative;
	height: 2px;
	background: #f3f3f3;
}

.b-order__nav-item {
	position: absolute;
	left: 0;
	width: 50%;
	font-size: 15px;
	color: #848484;
}

.b-order__nav-item:first-child {
	width: 0;
}

.b-order__nav-item:last-child {
	left: 50%;
}

.b-order__nav-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 2px solid #f3f3f3;
	background: #fff;
	left: 100%;
	margin-left: -25px;
	top: -24px;
	border-radius: 50px;
	text-align: center;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	z-index: 1;
}

.b-order__nav-text {
	position: absolute;
	white-space: nowrap;
	left: 100%;
	top: 100%;
	margin-top: 37px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.b-order__nav-item.is-active,
.b-order__nav-item.is-current {
	font-weight: bold;
	color: #333333;
}

.b-order__nav-item.is-active:before,
.b-order__nav-item.is-current:before {
	content: '';
	position: absolute;
	height: 2px;
	background: #ffb77e;
	left: 0;
	right: 0;
	top: 0;
}

.b-order__nav-item.is-active .b-order__nav-icon,
.b-order__nav-item.is-current .b-order__nav-icon {
	background: #ff9540;
	border-color: #ff9540;
}

table {
	width: 100%;
	margin: 0;
}

td,
th {
	padding: 30px 30px 30px 0;
	border-bottom: 1px solid #f3f3f3;
	vertical-align: middle;
	text-align: left;
}

th {
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 2px solid #f3f3f3;
	font-weight: normal;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

.b-basket {

}

.b-basket__head {

}

.b-basket__body {

}

.b-basket__item {

}

.b-basket__cell {

}

.b-basket__cell_remove {
	width: 95px;
	text-align: center;
}

.b-basket__cell_content {
	width: 570px;
}

.b-basket__cell_price {
	width: 103px;
}

.b-basket__cell_discount {
	width: 116px;
}

.b-basket__cell_count {
	width: 146px;
}

.b-basket__cell_total {
	width: 80px;
}

.b-basket__cell_head {

}

.b-remove {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0;
	border: none;
	background: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.b-remove:before,
.b-remove:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	margin: -1px 0 0 -8px;
	background: #989898;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.b-remove:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.b-remove:hover:before,
.b-remove:hover:after {
	background: #333;
}

.b-basket__remove {

}

.b-basket__image {
	float: left;
	width: 160px;
	height: auto;
	margin-right: -160px;
}

.b-basket__content {
	float: left;
	width: 100%;
	padding-left: 190px;
}

.b-basket__title {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.1;
	font-weight: normal;
	margin-bottom: 10px;
}

.b-basket__title strong {
	font-weight: bold;
	font-size: 26px;
}

.b-basket__title-link {

}

.b-basket__description {
	font-size: 13px;
	line-height: 1.2;
	color: #969696;
}

.b-basket__data-list {
	margin: 0;
}

.b-basket__data-list-title {
	float: left;
	color: #333333;
	margin-right: 4px;
}

.b-basket__data-list-description {
	margin: 0 0 9px 0;
}

.b-basket__data-list-description:after {
	content: '';
	display: table;
	clear: both;
}

.b-basket__price {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.b-basket__price-value {

}

.b-basket__price-currency {
	font-size: 14px;
	font-weight: normal;
}

.b-basket__discount {
	font-size: 16px;
}

.b-basket__count {
	max-width: 100px;
}

.b-basket-footer {
	font-size: 15px;
	background: #f3f3f3;
	text-align: right;
	padding: 15px 23px 16px;
}

.b-basket-footer__item {
	display: inline;
	margin-right: 37px;
}

.b-basket-footer__item:last-child {
	margin-right: 0;
}

.b-basket-footer__item-title {
	display: inline;
}

.b-basket-footer__item-description {
	display: inline;
	font-weight: bold;
}
.b-basket-footer__item-description-end {
	display: inline;
	font-weight: bold;
	font-size: 25px;
}

.b-basket-total-row {
	padding-top: 23px;
	padding-bottom: 23px;
}

.b-basket-total-row:after {
	content: '';
	display: table;
	clear: both;
}

.b-basket-delivery {
	float: left;
	margin-top: 14px;
}

.b-basket-delivery__title {
	display: inline;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-right: 29px;
}

.b-basket-delivery__content {
	display: inline;
}

.b-basket-delivery__item {
	display: inline;
	margin-right: 13px;
}

.b-basket-delivery__item:last-child {
	margin-right: 0;
}

.b-basket-total {
	float: right;
}

.b-basket-total__title {
	display: inline;
	font-size: 15px;
}
.b-basket-footer__item-title-end {
    display: inline;
	font-size: 20px;
	color: #CF181F;
	}

.b-basket-total__price {
	display: inline;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.b-basket-total__price-value {

}

.b-basket-total__price-currency {

}

.b-order__footer {
	padding: 35px 0;
}

.b-order__footer:after {
	content: '';
	display: table;
	clear: both;
}

.b-order__buttons {
	float: right;
}

.b-order__prev-btn {
	float: left;
	width: 255px;
	font-size: 22px;
}

.b-order__prev-btn:before {
	content: '\f2fa';
	display: inline-block;
	position: relative;
	top: 0px;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 20px 0 -15px;
}

.b-order__next-btn {
	float: right;
	width: 255px;
	margin-left: 30px;
}

.b-address-list {

}

.b-address-list__head {

}

.b-address-list__body {

}

.b-address-list__item {
	color: #848484;
}

.b-address-list__item.is-active {
	color: #333333;
}

.b-address-list__cell {
	padding-top: 19px;
	padding-bottom: 19px;
}

.b-address-list__cell_remove {
	width: 95px;
	text-align: center;
}

.b-address-list__cell_title {
	width: 285px;
}

.b-address-list__cell_address {
	width: 730px;
}

.b-address-list__cell_head {
	padding-top: 11px;
	padding-bottom: 11px;
}

.b-address-list__remove {

}

.b-address-list__title {
	margin: 0;
	font-size: 17px;
}

.b-address-list__address {
	font-size: 17px;
}

.b-address-list-footer {
	background: #f3f3f3;
	padding: 11px 25px 17px;
	text-align: center;
}

.b-add-address-btn {
	border: none;
	padding: 0;
	background: none;
	font-size: 16px;
	color: #f37c1e;
}

.b-add-address-btn__text {
	border-bottom: 1px dotted;
}

.b-add-address-btn:hover .b-add-address-btn__text {
	border-bottom-color: transparent;
}

.b-add-address-btn:after {
	content: '\f276';
	display: inline-block;
	position: relative;
	top: 4px;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
}

.b-delivery-time {
	padding: 48px 0 27px;
	margin: 0 -15px;
}

.b-delivery-time:after {
	content: '';
	display: table;
	clear: both;
}

.b-delivery-time__title {
	float: left;
	width: 31%;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0 15px;
	margin-top: 24px;
}

.b-delivery-time__item {
	float: left;
	width: 33%;
	position: relative;
	padding: 0 15px;
}
.b-delivery-time__item:last-child{
	width: 36%;
}

.b-delivery-time__item-icon {
	position: absolute;
	left: 38px;
	top: 19px;
	width: 40px;
	height: 25px;
}

.b-delivery-time__item-icon_1 {
	background: url('../images/delivery-icon-1.png') no-repeat;
}

.b-delivery-time__item-icon_2 {
	background: url('../images/delivery-icon-2.png') no-repeat;
}

.b-delivery-time__item-content {
	border-left: 1px solid #e5e5e5;
	margin-left: 78px;
	padding-left: 16px;
	min-height: 60px;
}

.b-delivery-time__item .b-check-row {
	margin-bottom: 18px;
}

.b-delivery-time__item .l-row {
	margin-left: -7px;
	margin-right: -7px;
}

.b-delivery-time__item .l-row__col {
	padding-left: 7px;
	padding-right: 7px;
}

.b-delivery-time__item .b-form-note {
	margin-top: -3px;
}

.b-order-payment {

}

.b-order-payment__content {
	margin-bottom: 19px;
}

.b-order-payment__content:after {
	content: '';
	display: table;
	clear: both;
}

.b-order-payment__section {
	float: left;
	width: 50%;
	padding-right: 110px;
	min-height: 150px;
}

.b-order-payment__section + .b-order-payment__section {
	padding-right: 0;
	padding-left: 110px;
	border-left: 1px solid #ebebeb;
}

.b-order-payment__section-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 24px 0;
}

.b-order-payment__section .b-form-row {
	margin-bottom: 26px;
}

.b-order-payment__section .b-form-row__label {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}

.b-order-payment__footer {
	margin-bottom: 28px;
}

.b-order-success {
	max-width: 730px;
	text-align: center;
	margin: 0 auto;
	padding-top: 43px;
}

.b-order-success:before {
	content: '';
	display: block;
	margin: 0 auto 25px;
	width: 115px;
	height: 100px;
	background: url('../images/icon-success.png') no-repeat;
}

.b-order-success__title {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
	color: #fe882c;
	margin: 0 0 6px 0;
}

.b-order-success__content {
	font-size: 17px;
	line-height: 1.2;
	color: #777777;
}

.b-page-header {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 32px;
	margin-top: 33px;
}

.b-page-header__title {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-size: 60px;
	line-height: 1;
}

.b-page-header__title:before,
.b-page-header__title:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	width: 1000px;
	border-bottom: 1px solid #d7d7d7;
}

.b-page-header__title:before {
	right: 100%;
	margin-right: 40px;
}

.b-page-header__title:after {
	left: 100%;
	margin-left: 40px;
}

@media screen and (max-width: 768px)
{

    .b-page-header.sm .b-page-header__title
    {
        display: block !important;
    }
}

.b-registration {

}

.b-registration__content {
	margin: 0 -20px;
}

.b-registration__content:after {
	content: '';
	display: table;
	clear: both;
}

.b-registration__section {
	float: left;
	width: 50%;
	padding: 0 20px;
}

.b-registration__section-title {
	font-family: 'LucidaGrande', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #db0505;
}

.b-registration__form {

}

.b-registration__text {
	font-size: 16px;
	line-height: 1.2;
	color: #848484;
}

.b-registration__text h4 {
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	margin: 0 0 10px 0;
}

.b-registration__text p {
	margin: 0 0 10px 0;
}

.b-registration__footer {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 43px;
	margin-bottom: 80px;
}

.b-registration__btn-field {
	display: inline-block;
	position: relative;
	width: 350px;
	padding-bottom: 2px;
}

.b-registration__btn-field:before,
.b-registration__btn-field:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: 1px;
	width: 1000px;
	border-bottom: 1px solid #d7d7d7;
}

.b-registration__btn-field:before {
	right: 100%;
	margin-right: 30px;
}

.b-registration__btn-field:after {
	left: 100%;
	margin-left: 30px;
}

.b-registration__btn {
	padding: 0;
	width: 100%;
}

.b-registration__form-block .l-row {
	margin-left: -7px;
	margin-right: -7px;
}

.b-registration__form-block .l-row__col {
	padding-left: 7px;
	padding-right: 7px;
}

.b-account-field {
	margin-top: 8px;
}

.b-account-field__content {
	padding-right: 50px;
	position: relative;
}

.b-account-field__nav {
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}

.b-account-field__nav-item {
	margin: 4px 0;
}

.b-account-field__nav-link {
	color: inherit;
	text-decoration: none;
}

.b-account-field__nav-link:hover {
	color: #db0505;
	text-decoration: none;
}

.b-account-field__logout-btn {
	position: absolute;
	right: 0;
	top: 5px;
	border: none;
	padding: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: #ff892d;
}

.b-account-field__logout-btn:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	width: 17px;
	height: 17px;
	background: url('../images/icon-logout.png') 0 0 no-repeat;
	background-size: 100%;
}

.b-catalog .b-catalog__item .b-item__label-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2px;
	padding: 5px;
}
.b-catalog .b-catalog__item .b-item__label-container .b-item__label {
	padding: 2px 7px 2px;
	margin: 0 2px 4px;
	letter-spacing: normal;
	position: relative;
	display: inline-block;
	color: #000;
	width: auto;
	font-size: 0.8em;
	line-height: 1.692em;
	border-radius: 5px;
}
.section-product__list .b-catalog__item .b-item__label-container .b-item__label {
    color: #000;
}