@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff2') format('woff2'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff2') format('woff2'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff2') format('woff2'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/*@font-face {
    font-family: 'LCChalk';
    src: url('../fonts/LCChalk/LCChalk.woff2') format('woff2'),
    url('../fonts/LCChalk/LCChalk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

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);
}

html.is-noscroll {
    overflow-y: visible;
}

html.is-noscroll body {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'HelveticaNeueCyr', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #28262c;
    background: #fff;
    min-width: 320px;

}
.body-g{
	height: 127px;
}
:hover, 
:active,
:focus {
    outline: none;
}

a {
    color: #71bb0c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none !important;
    cursor: text;
}

a,
button,
[type=button],
.g-btn {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transition-property: color, border-color, background-color, opacity, box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}

img {
    vertical-align: middle;
}

a img {
    border:none;
}

b, strong {
    font-weight: 500;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address, 
fieldset,
blockquote {
    margin: 0 0 10px 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.g-h1, 
.g-h2, 
.g-h3, 
.g-h4, 
.g-h5, 
.g-h6 {
    font-weight: normal;
    line-height: 1.375;
    margin: 32px 0;
}

h1, 
.g-h1 {
    font-size: 42px;
    font-weight: 300;
    color: #000;
    margin-top: 54px;
    margin-bottom: 38px;
}

h2, 
.g-h2 {
    font-size: 28px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 29px;
}

h3, 
.g-h3 {
    font-size: 24px;
    margin-top: 58px;
    margin-bottom: 12px;
}

h4, 
.g-h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 58px;
    margin-bottom: 12px;
}

h5, 
.g-h5 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 58px;
    margin-bottom: 12px;
}

h6, 
.g-h6 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 58px;
    margin-bottom: 12px;
}

.g-lead {
    font-size: 26px;
    line-height: 44px;
    font-weight: 300;
    margin-top: 38px;
    margin-bottom: 38px;
}

.g-info {
    position: relative;
    font-size: 26px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 68px;
    margin-bottom: 57px;
    padding-left: 147px;
}

.g-info:before {
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -38px;
    width: 76px;
    height: 76px;
    background: url('../images/icon-info.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child,
.g-h1:first-child, 
.g-h2:first-child, 
.g-h3:first-child, 
.g-h4:first-child, 
.g-h5:first-child, 
.g-h6:first-child,
.g-lead:first-child {
    margin-top: 0;
}

ul, 
ol {
    padding: 0 0 0 18px;
}

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin-bottom: 0;
}

li {
    margin-bottom: 18px;
}

.g-btn {
    height: 70px;
    line-height: 66px;
    padding: 0 52px;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8dc63f;
    background: transparent;
    border: 2px solid #8dc63f;
    border-radius: 0;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.g-btn.g-btn-small{
	height: 40px;
	line-height: 36px;
	font-size:14px;
	padding:0 25px;
}

.g-btn_theme_green {
    background: #8dc63f;
    color: #fff;
}

.g-btn_theme_black {
    background: #36343b;
    border-color: #36343b;
    color: #fff;
}

.g-btn:hover {
    background: #97d247;
    border-color: #97d247;
    color: #fff;
}

.g-btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.g-btn[disabled],
.g-btn.is-disabled {
    opacity: .55;
    cursor: default;
    cursor: not-allowed;
}

.g-btn > span {
    position: relative;
}

.g-btn > span:before,
.g-btn > span:after {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.g-btn > span:after,
.g-btn:hover > span:before {
    opacity: 0;
    visibility: hidden;
}

.g-btn:hover > span:after {
    opacity: 1;
    visibility: visible;
}

.g-btn_right-arrow {

}

.g-btn_right-arrow > span {
    padding-right: 34px;
    margin-right: -13px;
}

.g-btn_right-arrow > span:before,
.g-btn_right-arrow > span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 19px;
    height: 14px;
    background: url('../images/icon-btn-right-arrow.png') 0 0 no-repeat;
}

.g-btn_right-arrow > span:after {
    background-position: 0 -20px;
}

.g-btn_create {
    font-size: 15px;
    letter-spacing: 0.6px;
    padding: 0 28px;
	height: 60px;
	line-height: 60px;
}

.g-btn_create > span {
    padding-left: 49px;
}

.g-btn_create > span:before,
.g-btn_create > span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 35px;
    height: 35px;
    background: url('../images/icon-btn-create.png') 0 0 no-repeat;
	background-size: 35px 70px;
}

.g-btn_create > span:after {
    background-position: 0 -40px;
}

.g-btn-link {
    display: inline-block;
    line-height: 1.2;
    border: none;
    background: none;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted;
    text-align: left;
}

.g-align-left {
    text-align: left;
}

.g-align-right {
    text-align: right;
}

.g-align-center {
    text-align: center;
}

.b-form-row {
    margin-bottom: 50px;
    position: relative;
    text-align: left;
}

.b-form-row__label {
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: -10px;
    cursor: text;
    white-space: nowrap;
    pointer-events: none;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.2857) translateY(22px);
    transform: scale(1.2857) translateY(22px);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.b-form-row.is-filled .b-form-row__label {
    color: #909090;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.b-captcha-row {

}

.b-captcha-row__captcha-field {
    float: right;
    margin-top: 14px;
    width: 180px;
    height: 40px;
    border: 1px solid #000;
}

.b-captcha-row__captcha {
    display: block;
    width: 100%;
    height: 100%;
}

.b-captcha-row__input-field {
    margin-right: 230px;
}

.b-form-btn-row {
    padding-top: 31px;
}

.b-form-btn {
    height: 65px;
    line-height: 65px;
}

.b-form-note {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #8e8e8e;
    margin-top: 41px;
}

.b-form-note a {
    color: inherit;
    text-decoration: underline;
}

.b-form-note a:hover {
    color: #71bb0c;
}

.b-login-form {

}

.b-login-form__btn-row {
    margin-bottom: 45px;
}

.b-login-form__btn-row:after {
    content: '';
    display: table;
    clear: both;
}

.b-login-form__btn-field {
    float: left;
    width: 175px;
}

.b-login-form__btn-field .g-btn {
    padding: 0;
    width: 100%;
}

.b-login-form__remember-field {
    margin-left: 228px;
    padding-top: 21px;
}

.b-login-form__remember-field .b-check-row {
    margin: 0;
}

.b-login-form__control {
    margin-bottom: 41px;
}

.b-login-form__control:after {
    content: '';
    display: table;
    clear: both;
}

.b-login-form__control-field {
    float: left;
    width: 50%;
    border: 1px solid #36343b;
    border-width: 0 1px;
}

.b-login-form__control-field:first-child {
    border-left: none;
}

.b-login-form__control-field:last-child {
    border-right: none;
}

.b-login-form__control-btn {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border: none;
    padding: 0;
    background: none;
    text-align: center;
    font-size: 16px;
}

.b-login-form__control-btn:hover {
    color: #71bb0c;
}

.b-registration-form {

}

.b-registration-form__btn-row {
    margin-bottom: 57px;
}

.b-registration-form__aggreement-row {
    margin-bottom: 41px;
}

.b-registration-form__aggreement-row .b-check-row {
    margin: 0;
}

.b-check-row {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 34px 0;
}

.b-check-row__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.b-check-row__input {
    position: absolute;
    opacity: 0;
}

.b-check-row__text {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
}

.b-check-row__text:before,
.b-check-row__text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.b-check-row__text:before {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    background: transparent;
}
input:disabled + .b-check-row__text:before {
    background: #e6e6e6;
}

.b-check-row__text:after {
    width: 24px;
    height: 24px;
    border: 4px solid transparent;
    background: #8dc63f;
    background-clip: content-box;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-check-row__input:checked + .b-check-row__text:after {
    opacity: 1;
}

.b-check-row__input[type=radio] + .b-check-row__text:after,
.b-check-row__input[type=radio] + .b-check-row__text:before {
    border-radius: 50%;
}
.b-check-row__input[disabled] + .b-check-row__text{
    opacity: 0.7;
}

.b-check-row__input[type=radio] + .b-check-row__text:before {
    border-width: 2px;
}

.b-check-row__input[type=radio] + .b-check-row__text:after {
    border-width: 0;
}

.b-check-row__input[type=radio]:checked + .b-check-row__text:before {
    border-color: #8dc63f;
}

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='password'],
input[type='number'],
input[type='search'],
input[type='email'],
input[type='text'],
input[type='file'],
input[type='tel'],
input[type='url'],
textarea,
select {
    height: 54px;
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
    color: #28262c;
    border: 2px solid #2d2032;
    border-width: 0 0 2px;
    background-color: transparent;
    border-radius: 0;
    padding: 16px 0;
    display: block;
    width: 100%;
    box-shadow: none;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

input[type='password'][disabled],
input[type='number'][disabled],
input[type='search'][disabled],
input[type='email'][disabled],
input[type='text'][disabled],
input[type='file'][disabled],
input[type='tel'][disabled],
input[type='url'][disabled],
textarea[disabled],
select[disabled] {
    background-color: transparent;
    border-color: #ccc;
    color: #888;
    cursor: default;
    cursor: not-allowed;
}

input[type='password'].error,
input[type='number'].error,
input[type='search'].error,
input[type='email'].error,
input[type='text'].error,
input[type='file'].error,
input[type='tel'].error,
input[type='url'].error,
textarea.error,
select.error {
    border-color: #ff0000;
}

textarea {
    height: 232px;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.2;
    border-width: 2px;
    padding: 16px 22px;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #ff0000;
}

label.error {
    display: block;
    color: #ff0000;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: -14px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

.jq-selectbox {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    color: #28262c;
    font-weight: 300;
}

.jq-selectbox__select {
    height: 54px;
    line-height: 52px;
    border: 2px solid #2d2032;
    border-width: 0 0 2px;
    background-color: transparent;
    padding: 0 25px 0 0;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.jq-selectbox.disabled .jq-selectbox__select {
    background-color: transparent;
    border-color: #ccc;
}

.jq-selectbox.error .jq-selectbox__select {
    border-color: #ff0000;
}

.jq-selectbox__select:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3px;
    width: 16px;
    height: 10px;
    background: url('../images/select-arrow.png') 0 0 no-repeat;
}

.jq-selectbox__select-text.placeholder {
    color: inherit;
}

.jq-selectbox__dropdown {
    top: 54px;
    width: 100%;
    background: #fff;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jq-selectbox li {
    white-space: normal;
    padding: 16px 0;
    margin: 0;
    cursor: pointer;
    border-bottom: 2px solid #2d2032;
}

.jq-selectbox li.selected {
    color: #71bb0c;
}

.jq-selectbox li:hover {
    color: #71bb0c;
}

.jq-number {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 31px;
    width: 97px;
}

.jq-number__spin  {
    position: absolute;
    top: 0;
    width: 36px;
    height: 100%;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.jq-number__spin.minus {
    left: 0;
}

.jq-number__spin.plus {
    right: 0;
}

.jq-number__spin:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: #353535;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -1px;
}

.jq-number__spin.plus:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background: #353535;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -1px;
}

.jq-number__spin:before,
.jq-number__spin:after {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.jq-number__spin:hover:before,
.jq-number__spin:hover:after {
    background: #000;
}

.jq-number__field {
    height: 100%;
}

input.b-count {
    height: 37px;
    width: 91px;
}

.jq-number__field input {
    height: 100%;
    width: 100%;
    border: 1px solid #353535;
}

input.b-count,
.jq-number__field input {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #353535;
    padding: 0;
    border: 1px solid #353535;
}

.fancybox-slide > * {
    padding: 80px;
}

.fancybox-bg {
    background-color: #e8e8e8;
}

.fancybox-container--ready .fancybox-bg {
    opacity: .75;
}

.fancybox-close-small,
.g-close,
.g-remove {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.fancybox-close-small:before,
.fancybox-close-small:after,
.g-close:before,
.g-close:after,
.g-remove:before,
.g-remove:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 2px;
    margin: -1px 0 0 -15px;
    background: #000 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.fancybox-close-small:after,
.g-close:after,
.g-remove:after {
    -webkit-transform: rotate(-45deg);    
    transform: rotate(-45deg);    
}

.fancybox-close-small:after {
    right: auto;
    border-radius: 0;
    outline: none !important;
}

.b-popup-window {
    width: 1136px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    overflow: visible;
    position: relative;
    box-shadow: 0 0 57px rgba(51,54,94,.16);
}

.b-popup-window__header {
    float: left;
    width: 438px;
    padding: 55px 55px 69px;
    text-align: center;
    color: #fff;
    background: #0d0d0c;
    background: -moz-radial-gradient(center, ellipse contain, #3a3a39 0%, #0d0d0c 100%);
    background: -webkit-radial-gradient(center, ellipse contain, #3a3a39 0%,#0d0d0c 100%);
    background: radial-gradient(ellipse at center contain, #3a3a39 0%, #0d0d0c 100%);
}

.b-popup-window__title {
    font-size: 35px;
    line-height: 1.333;
    font-weight: normal;
    color: inherit;
    margin: 0 0 47px 0;
}

.b-popup-window__text {
    font-size: 20px;
    line-height: 36px;
}

.b-popup-window__image {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 49px;
    margin-top: 23px;
}

.b-popup-window__social {
    text-align: center;
}

.b-popup-window__social-title {
    font-size: 18px;
    margin-bottom: 14px;
}

.b-popup-window__social .b-social__item {
    margin: 0 13px;
}

.b-popup-window__social .b-social__link {
    opacity: 0.65;
}

.b-popup-window__content {
    background: #fff;
}

.b-popup-window__content:after {
    content: '';
    display: table;
    clear: both;
}

.b-popup-window__content-inner {
    float: left;
    width: 100%;
    padding: 70px 146px 104px;
}

.b-popup-window_with-header {
    background: #0d0d0c;
}

.b-popup-window_with-header .b-popup-window__title {
    font-weight: 300;
}

.b-popup-window_with-header .b-popup-window__content {
    margin-left: 438px;
}

.b-popup-window_with-header .b-popup-window__content-inner {
    padding: 84px 80px 49px;
}

.b-popup-window__sidebar {
    float: left;
    margin: 17px 0 0 -80px;
    width: 187px;
}

.b-popup-window__icon {
    max-width: 100%;
    height: auto;
}

.b-popup-window__sidebar + .b-popup-window__main {
    margin-left: 146px;
}

.b-popup-window .b-form-row {
    margin-bottom: 41px;
}

.b-popup-window .b-check-row {
    font-size: 15px;
}

.l-container {
    margin: 0 100px;
}

.l-container:after {
    content: '';
    display: table;
    clear: both;
}

.l-wrapper {
    max-width: 1336px;
    padding: 0 100px;
    margin: 0 auto;
}

.l-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.b-header {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 40px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dedede;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.b-header__inner {
    position: relative;
}

.b-header__special-nav {
    position: relative;
}

.b-header__special-nav-inner {
    position: absolute;
    left: 0;
    top: -104px;
    z-index: 1;
    right: 608px;
    /*text-align: right;*/
}

.b-special-nav {
    font-size: 14px;
    font-weight: bold;
    color: #343239;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.b-special-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-special-nav__item {
    display: inline;
    margin: 0 59px 0 0;
}

.b-special-nav__item:last-child {
    margin-right: 0;
}

.b-special-nav__link {
    color: inherit;
}

.b-header__content {

}

.b-header__content-inner {
    position: relative;
    height: 65px;
}

.b-header__nav-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.b-nav-btn {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0;
    border: none;
    width: 69px;
    height: 69px;
    background: none;
}

.b-nav-btn__icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 39px;
    height: 2px;
    background: #000;
}

.b-nav-btn__icon:before,
.b-nav-btn__icon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
}

.b-nav-btn__icon:before {
    top: -12px;
    left: 10px;
}

.b-nav-btn__icon:after {
    top: 14px;
    left: 10px;
}

.b-header__basket {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 1000;
}

.b-basket-field {
    position: relative;
    z-index: 100;
}

.b-basket-field__btn {
    display: block;
    width: 65px;
    height: 65px;
    position: relative;
    background: #fff;
    -webkit-transition: none;
    transition: none;
}

.b-basket-field.is-active .b-basket-field__btn {
    box-shadow: 0 6px 16px rgba(63,65,82,0.4);
}

.b-basket-field.is-active .b-basket-field__btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 10px;
    background: #fff;
    z-index: 1;
}

.b-basket-field__btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -17px;
    width: 32px;
    height: 30px;
    background: url('../images/icon-basket.png') 0 0 no-repeat;
	background-size: contain;
}

.b-basket-field__count {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    background: #8dc63f;
    color: #fff;
    margin: 0 0 -3px 2px;
}

.b-basket-field__content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 447px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(63,65,82,0.4);
    padding: 5px 4px 15px 30px;

}

.b-basket-field.is-active .b-basket-field__content {
    display: block;

}

.b-basket-small {

}

.b-basket-small__content {
	padding-right:57px;
	max-height: 600px;
	max-height: calc(100vh - 330px);
	overflow-y: auto;
}
.b-basket-small__content::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.b-basket-small__content::-webkit-scrollbar-track {
	background: #eeeeee;
	border: 1px solid #fff;
}

.b-basket-small__content::-webkit-scrollbar-thumb {
	background: #8dc63f;
}

.b-basket-small__item {
    border-bottom: 1px solid #d5d5d5;
    padding: 18px 0 19px;
    position: relative;
}

.b-basket-small__item:after {
    content: '';
    display: table;
    clear: both;
}

.b-basket-small__item-image-field {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
}

.b-basket-small__item-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.b-basket-small__item-content {
    margin-left: 120px;
    padding-top: 6px;
}

.b-basket-small__item-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #28262c;
    margin: 5px 0 12px 0;
    letter-spacing: 0.6px;
}

.b-basket-small__item-title-link {
    color: inherit;
    text-decoration: none;
}

.b-basket-small__item-footer {

}

.b-basket-small__item-footer:after {
    content: '';
    display: table;
    clear: both;
}

.b-basket-small__item-count-field {
    float: left;
}

.b-basket-small__item-count {

}

.b-basket-small__item-price-field {
    float: right;
    margin-right: 19px;
    margin-top: 2px;
}

.b-basket-small__item-price {
    font-size: 22px;
    font-weight: bold;
    color: #8dc63f;
}

.b-basket-small__footer {
    color: #28262c;
    padding: 23px 57px 27px 0;
}

.b-basket-small__footer:after {
    content: '';
    display: table;
    clear: both;
}

.b-basket-small__delivery {
    float: left;
    font-size: 18px;
    font-weight: normal;
}

.b-basket-small__total {
    float: right;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.b-basket-small__btn {
    width: calc(100% - 57px);
    font-weight: 800;
    letter-spacing: 1.6px;
}

.b-basket-small__continue-btn-row {
    text-align: center;
    margin-top: 11px;
	padding-right:57px;
}

.b-basket-small__continue-btn {
    display: inline;
    border: none;
    background: none;
    padding: 0;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
}

.b-basket-small__continue-btn:hover {
    text-decoration: none;
}

.b-basket-small__remove {

}

.b-basket-small__remove-btn {
    right: -45px;
    top: 51px;
}

.b-basket-small__remove-btn:before,
.b-basket-small__remove-btn:after {
    width: 20px;
    margin-left: -10px;
}

.b-header__logo {
    position: absolute;
    left: 1px;
    top: 6px;
}

.b-logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.b-logo__img {
	max-width: 100%;
}

.b-header__menu {
    border-top: 1px solid #8dc63f;
}

.b-header__menu-close {
    display: none;
}

.b-header__menu-content {

}

.b-header__phone {
    position: absolute;
    left: 378px;
    right: 190px;
    top: 16px;
    text-align: center;
    color: #37353e;
}

.b-header__phone-inner {
    display: inline-block;
    padding-left: 56px;
    z-index: 1;
    position: relative;
}

.b-header__phone-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
    width: 42px;
    height: 42px;
    background: url('../images/icon-phone-block.png') 0 0 no-repeat;
}

.b-header__phone-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 42px 0 0;
}

.b-header__phone-item {
    display: inline-block;
    vertical-align: middle;
}

.b-header__phone-item:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 25px;
    background: #e1e1e1;
    margin: 0 22px;
    position: relative;
    top: -3px;
}

.b-header__phone-item:last-child:after {
    display: none;
}

.b-header__phone-num {
    white-space: nowrap;
    color: inherit;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: bold;
}

.b-header__phone-info {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
}

.b-header__nav {

}

.b-nav {
    font-size: 13px;
    font-weight: 800;
    color: #343239;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.b-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: hidden;
    text-align: justify;
    height: 60px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-nav__list:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.b-nav__item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    height: 100%;
    margin: 0;
}

.b-nav__link {
    display: block;
    height: 100%;
    line-height: 58px;
    color: inherit;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media only screen and (min-width : 1100px) {
    .b-header.is-collapse .b-nav__list {
        height: 38px;
    }

    .b-header.is-collapse .b-nav__link {
        line-height: 38px;
    }
}

.b-nav__link:hover {
    text-decoration: none;
}

.b-nav__link:hover:before,
.b-nav__link.is-active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 15px;
    height: 4px;
    background: #f7941d;
}

.b-nav__link_special {
    color: #f7941d;
}
.b-nav__link_orange{
	color:#f7941d;
}
.b-nav__link_green{
	color:#8dc63f;
}
.b-nav__link_red{
    color:red;
}

.b-header__second-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #f3f3f3;
    height: 40px;
}

.b-header__second-nav-inner {
    float: right;
    margin-right: 6px;
}

.b-second-nav {
    font-size: 15px;
    font-weight: normal;
    color: #343239;
}

.b-second-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-second-nav__item {
    display: inline;
    margin-right: 57px;
}

.b-second-nav__item:last-child {
    margin-right: 0;
}

.b-second-nav__link {
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 0;
    background: none;
    height: 40px;
    line-height: 38px;
    position: relative;
    color: inherit;
    text-transform: inherit;
}

.b-second-nav__link:hover {
    text-decoration: underline;
}

.b-second-nav__link_user {

}

.b-second-nav__user-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    top: -3px;
}

.b-second-nav__user-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    background: url('../images/icon-user.png') 0 0 no-repeat;
}

.b-header__social {
    display: none;
}

.b-social {
    line-height: 1;
}

.b-social__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 19px;
}

.b-social__item:first-child {
    margin-left: 0 !important;
}

.b-social__item:last-child {
    margin-right: 0 !important;
}

.b-social__link {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
}

.b-social__link:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10.5px 0 0 -12.5px;
    width: 25px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.b-social__link_fb:before {
    background-image: url('../images/icon-social-fb.png');
}

.b-social__link_fb_w:before {
    background-image: url('../images/icon-social-fb-w.png');
}

.b-social__link_ig:before {
    background-image: url('../images/icon-social-ig.png');
}

.b-social__link_ig_w:before {
    background-image: url('../images/icon-social-ig-w.png');
}

.b-social__link_lj:before {
    background-image: url('../images/icon-social-lj.png');
}

.b-social__link_lj_w:before {
    background-image: url('../images/icon-social-lj-w.png');
}

.b-social__link_mr:before {
    background-image: url('../images/icon-social-mr.png');
}

.b-social__link_mr_w:before {
    background-image: url('../images/icon-social-mr-w.png');
}

.b-social__link_ok:before {
    background-image: url('../images/icon-social-ok.png');
}

.b-social__link_ok_w:before {
    background-image: url('../images/icon-social-ok-w.png');
}

.b-social__link_tw:before {
    background-image: url('../images/icon-social-tw.png');
}

.b-social__link_tw_w:before {
    background-image: url('../images/icon-social-tw-w.png');
}

.b-social__link_vk:before {
    background-image: url('../images/icon-social-vk.png');
}

.b-social__link_vk_w:before {
    background-image: url('../images/icon-social-vk-w.png');
}

.b-footer {
    border-top: 1px solid #8dc63f;
    background: #36343b;
    color: #fff;
}

.b-footer__content {
    padding: 30px 0 30px;
}

.b-footer__content-inner {
    margin: 0 -16px;
    position: relative;
}

.b-footer__content-inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-footer__nav {
    color: #fff;
}

.b-footer__nav-item {
    float: left;
    width: 25%;
    padding: 0 16px;
}

.b-footer__nav-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.b-footer__nav-title-link {
    color: inherit;
    text-decoration: none;
}

.b-footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.b-footer__nav-list-item {
    margin: 0;
}

.b-footer__nav-list-link {
    color: inherit;
    text-decoration: none;
}

.b-footer__contacts {
    float: left;
    width: 25%;
    padding: 0 16px;
    color: #fff;
}

.b-footer__contacts-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}

.b-footer__contacts-content {
    font-size: 20px;
    font-weight: bold;
}

.b-footer__contacts-item {
    margin-bottom: 2px;
}

.b-footer__contacts-link {
    color: inherit;
    text-decoration: none;
}

.b-footer__bottom {
    border-top: 1px solid #6c6c6c;
    padding: 15px 0 40px;
}

.b-footer__content:after {
    content: '';
    display: table;
    clear: both;
}

.b-footer__copyright {
    float: left;
    font-size: 16px;
}

.b-footer__social {
    float: right;
    margin-right: -9px;
    margin-top: 4px;
}

.b-footer__social .b-social__item {
    margin: 0 30px;
}

.b-footer__social .b-social__link {
    width: 32px;
    height: 27px;
    opacity: 0.65;
}

.b-footer__social .b-social__link:hover {
    opacity: 1;
}

.b-footer__social .b-social__link:before {
    margin: -15px 0 0 -18px;
    width: 32px;
    height: 27px;
}

.b-footer__social .b-social__link_fb:before {
    background-image: url('../images/icon-social-fb-lw.png');
}

.b-footer__social .b-social__link_tw:before {
    background-image: url('../images/icon-social-tw-lw.png');
}
.b-footer__social .b-social__link_ig:before {
	background-image: url('../images/icon-social-ig-lw.png');
}
.b-footer__social .b-social__link_vk:before {
    background-image: url('../images/icon-social-vk-lw.png');
}

.b-main-banners {
    background: #f5f5f5;
    margin-top: -1px;
}

.b-main-banners:after {
    content: '';
    display: table;
    clear: both;
}

.b-main-banners__group-1 {
    float: left;
    width: 66.1%;
    position: relative;
}

.b-main-banners__group-2 {
    float: left;
    width: 33.9%;
}

.b-main-banners__section-1 {
    height: 340px;
    position: relative;
}

.b-main-banners__section-1-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-main-banners__section-2 {

}

.b-main-banners__section-3 {

}

.b-main-banners__slider {
    height: 100%;
    position: relative;
}

.b-main-banners__slider .slick-list,
.b-main-banners__slider .slick-track {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 20;
    width: 67px;
    height: 67px;
    background: none;
    padding: 0;
    border: 2px solid #000;
    text-indent: -9999px;
    cursor: pointer;
}

.slick-arrow:hover {
    background: #000;
}

.slick-arrow:before,
.slick-arrow:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -7.5px;
    width: 15px;
    height: 26px;
    background: url('../images/slider-arrow.png') 0 0 no-repeat;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.slick-prev:before {
    background-position: 0 0;
}

.slick-prev:after {
    background-position: 0 -30px;
}

.slick-next:before {
    background-position: -20px 0;
}

.slick-next:after {
    background-position: -20px -30px;
}

.slick-arrow:after,
.slick-arrow:hover:before {
    opacity: 0;
    visibility: hidden;
}

.slick-arrow:hover:after {
    opacity: 1;
    visibility: visible;
}

.b-main-banners__slider .slick-arrow {
    bottom: -88px;
    z-index: 20;
}

.b-main-banners__slider .slick-prev {
    right: 85px;
}

.b-main-banners__slider .slick-next  {
    right: 20px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0;
}

.slick-dots button {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
    border: none;
    padding: 0;
    background: none;
    text-indent: -9999px;
    cursor: pointer;
}

.slick-dots button:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
    border-radius: 50%;
    border: 3px solid transparent;
    background: #c8c8c8;
    background-clip: content-box;
}

.slick-dots .slick-active button:before {
    background: transparent;
    border-color: #8dc63f;
}

.b-main-banners__slider .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 90;
}

.b-main-banners__slider-item {
    height: 100%;
}

.b-main-banners__slider-item + .b-main-banners__slider-item:not(.slick-slide) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.b-main-banners__item {
    height: 0;
    position: relative;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
}

.b-main-banners__item_large {
    padding-top: 53.6278%;
}

.b-main-banners__item_small {
    height: 200px;
}

.b-main-banners__slider-item .b-main-banners__item {
    height: 100%;
    padding: 0;
}

.b-main-banners__item-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.b-main-banners__item-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 28px 30px;
}

.b-main-banners__item-text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

.b-main-banners__item-title {
    font-size: 50px;
    line-height: 1.125;
    font-weight: normal;
    color: inherit;
    margin: 0;
}

.b-main-banners__item-btn {
    margin-top: 39px;
}

.b-main-banners__social {
    position: absolute;
    left: 102px;
    bottom: 30px;
}

.b-main-banners__social .b-social__item {
    margin: 0 15px;
}

.b-main-banners__item_large .b-main-banners__item-content {
    padding: 30px 100px;
}

.b-main-banners__item_large .b-main-banners__item-text {
    margin-bottom: 13px;
    letter-spacing: 0.9px;
}

.b-main-banners__item_large .b-main-banners__item-title {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.18;
}

.b-main-banners__item_1 {
    color: #fff;
}

.b-main-banners__item_1 .b-main-banners__item-text {
    color: #d0d2d5;
}

.b-main-banners__item_2 {
    color: #fff;
}

.b-main-banners__item_2 .b-main-banners__item-content {
    text-align: right;
    padding: 45px 40px;
}

.b-main-banners__item_2 .b-main-banners__item-text {
    font-size: 30px;
    font-weight: normal;
}

.b-main-banners__item_2 .b-main-banners__item-title {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 5px;
}

.b-main-banners__info {
    display: table;
    width: 100%;
    height: 340px;
    table-layout: fixed;
    background: #36343b;
    color: #fff;
}

.b-main-banners__info-row {
    display: table-row;
}

.b-main-banners__info-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fff;
    width: 50%;
    height: 50%;
}

.b-main-banners__info-cell:first-child {
    border-left: none;
}

.b-main-banners__info-cell:last-child {
    border-right: none;
}

.b-main-banners__info-row:first-child .b-main-banners__info-cell {
    border-top: none;
}

.b-main-banners__info-row:last-child .b-main-banners__info-cell {
    border-bottom: none;
}

.b-main-banners__info-title {
    display: block;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #f7941d;
    margin: 6px 0 33px;
}

.b-main-banners__info-text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    max-width: 180px;
    margin: 0 auto;
}

.b-main-banners__info-text strong {
    font-size: 24px;
}

.b-main-catalog {
    background: #fff;
    padding-bottom: 65px;
}

.b-main-catalog__header {
    padding-top: 61px;
    padding-bottom: 18px;
}

.b-main-catalog__header:after {
    content: '';
    display: table;
    clear: both;
}

.b-main-catalog__title {
    text-align: center;
}

.b-main-catalog__create-btn-field {
    float: right;
}

.b-main-catalog__inner {
    margin: 0 -16px;
}

.b-main-catalog__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-main-catalog__item {
    float: left;
    width: 25%;
    padding: 0 16px 32px;
}

.b-main-item {
    position: relative;
    overflow: hidden;
    padding-top: 80%;
}

.b-main-item__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.b-main-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.b-main-item:hover .b-main-item__bg {
    transform: scale(1.1);
}

.b-main-item__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 19px 31px;
}
.new .b-main-item__content{
    top:auto;
    bottom:0;
    padding:10px 10px;
    background: rgba(255,255,255,0.7);
}

.b-main-item__title {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.375;
    margin: 0 0 3px 0;
    color: inherit;
    letter-spacing: 1px;
}
.new .b-main-item__title {
    font-size:16px;
    text-transform: none;
}

.b-main-item__title-link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.b-main-item__title-link:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    border-bottom: 2px solid;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-main-item:hover .b-main-item__title-link:after {
    width: 100%;
}

.b-main-item__price {
    display: block;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.2;
}

.b-main-about-section {
    border-top: 1px solid #000;
    background: #fff;
    padding-bottom: 105px;
}

.b-main-about {

}

.b-main-about__row {
    margin: 0 -16px;
}

.b-main-about__row:after {
    content: '';
    display: table;
    clear: both;
}

.b-main-about__content-field-wrapper {
    background: #f5f5f5;
    margin: 0 -84px;
}

.b-main-about__content-field-wrapper .l-container:after {
    display: none;
}

.b-main-about__content-field {
    padding: 60px 16px 45px;
    position: relative;
    width: 41.66%;
    margin-left: auto;
}

.b-main-about__image-field {
    float: left;
    width: 50%;
    padding: 0 16px;
}

.b-main-about__image-wrapper {
    margin-left: -100px;
    margin-top: -81px;
    position: relative;
}

.b-main-about__image-wrapper:before {
    content: '';
    position: absolute;
    top: -40px;
    right: -33px;
    left: 100px;
    height: 100%;
    background: #ebe4db;
}

.b-main-about__image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.b-main-about__content {
    font-size: 20px;
    line-height: 38px;
    font-weight: 300;
    max-width: 552px;
}

.b-main-about__content .g-btn {
    margin-top: 12px;
}

.b-main-benefits-section {
    background: #fff;
    padding: 40px 0;
}

.b-main-benefits {

}

.b-main-benefits__list {
    margin: 0 -16px;
    padding: 0;
    list-style: none;
}

.b-main-benefits__item {
    float: left;
    width: 25%;
    padding: 0 16px;
    text-align: center;
    margin: 0;
}

.b-main-benefits__btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    border: none;
    background: none;
}

.b-main-benefits__icon-field {
    display: block;
    margin-bottom: 32px;
}

.b-main-benefits__icon {

}

.b-main-benefits__item-title {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #28262c;
    margin: 0;
    text-transform: uppercase;
}

.b-main-benefits__btn:hover .b-main-benefits__item-title {
    text-decoration: underline;
}

.b-text-section {
    background: #fff;
    padding: 40px 0 114px;
    text-align: center;
}

.b-text-section__inner {
    max-width: 1136px;
    margin: 0 auto;
}

.b-text-section__header {
    padding: 79px 0 86px;
    position: relative;
    margin-bottom: 38px;
}

.b-text-section__header:before,
.b-text-section__header:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 50px;
    width: 1px;
    background: #000;
}

.b-text-section__header:before {
    top: 0;
}

.b-text-section__header:after {
    bottom: 0;
}

.b-text-section__title {
    font-size: 40px;
    line-height: 55px;
    font-weight: 300;
    margin: 0;
}

.b-text-section__text {
    font-size: 20px;
    font-weight: 300;
}

.b-content {
    padding: 0 0 70px;
}

.b-content:after {
    content: '';
    display: table;
    clear: both;
}

.b-text {
    margin-left: 146px;
}

.b-vacanices {

}

.b-vacanices__lead {

}

.b-vacanices__list {

}

.b-vacanices__item {
    margin-bottom: 56px;
}

.b-vacanices__item-title {
    margin-bottom: 40px;
}

.b-vacanices__desc {
    margin-bottom: 24px;
}

.b-vacanices__desc-title {
    margin-bottom: 2px;
}

.b-vacanices__contacts {
    margin-top: 89px;
    margin-bottom: 0;
}

.b-sticker {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
}
.b-sticker:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/sticker-icon-1.png') 0 0 no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.b-sticker_1 {
    background: #fe1919;
}


.b-sticker_2 {
    background: #6497dc;
}
.b-sticker_2:before {
	background-image: url('../images/sticker-icon-2.png');
}

.b-sticker_3 {
    background: #50B848;
}

.b-sticker_3:before {
    background-image: url('../images/sticker-icon-vegat1.svg');
}

.b-sticker_4 {
    background: #ffcc00;
}
.b-sticker_4:before {
	background-image: url('../images/sticker-icon-4.png');
}

.b-sticker_5 {
    background: #8b43ad;
}
.b-sticker_5:before {
	background-image: url('../images/sticker-icon-5.png');
}

.b-sticker_6 {
    background: #00B26B;
}
.b-sticker_6:before {
	background-image: url('../images/sticker-icon-vegan1.svg');
}
.b-sticker_free {
	background: #FF1493;
}
.b-sticker_free:before {
	background-image: url('../images/sticker-icon-free.png');
}


.b-rating {

}

.b-rating:after {
    content: '';
    display: table;
    clear: both;
}

.b-rating__star {
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

.b-rating__star:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 21px;
    height: 20px;
    background: url('../images/rating-star.png') 0 0 no-repeat;
}

.b-rating__star.is-active:before {
    background-position: 0 -20px;
}

.b-rating:hover .b-rating__star:before {
    background-position: 0 0;
}

.b-rating:hover .b-rating__star.is-hover:before {
    background-position: 0 -20px;
}

.b-rating_large .b-rating__star {
    width: 40px;
    height: 40px;
}

.b-rating_large .b-rating__star:before {
    width: 28px;
    height: 27px;
    margin: -13px 0 0 -14px;
    background-image: url('../images/rating-star-large.png');
}

.b-rating_large .b-rating__star.is-active:before {
    background-position: 0 -30px;
}

.b-rating.b-rating_large:hover .b-rating__star:before {
    background-position: 0 0;
}

.b-rating.b-rating_large:hover .b-rating__star.is-hover:before {
    background-position: 0 -30px;
}

.b-rating_extra .b-rating__star {
    width: 55px;
    height: 50px;
}

.b-rating_extra .b-rating__star:before {
    width: 40px;
    height: 38px;
    margin: -19px 0 0 -20px;
    background-image: url('../images/rating-star-extra.png');
}

.b-rating_extra .b-rating__star.is-active:before {
    background-position: 0 -40px;
}

.b-rating.b-rating_extra:hover .b-rating__star:before {
    background-position: 0 0;
}

.b-rating.b-rating_extra:hover .b-rating__star.is-hover:before {
    background-position: 0 -40px;
}

.b-banner-slider {
    position: relative;
    margin-top: -1px;
}

.b-banner-slider__item {

}

.b-banner {
    height: 500px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-banner__inner {
    display: table;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none !important;
}

.b-banner__content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 103px 46px;
}

.b-banner__content-inner {
    max-width: 500px;
}

.b-banner__text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 25px 0;
    opacity: 0.7;
    text-transform: uppercase;
}

.b-banner__title {
    font-size: 60px;
    line-height: 1.1666;
    font-weight: 300;
    color: inherit;
    margin: 0;
}

.b-banner__btn {
    margin-top: 41px;
}

.b-catalog-section {
    background: #f5f5f5;
    padding-bottom: 32px;
}

.b-catalog-section__title {
    padding-top: 23px;
    margin-bottom: 27px;
}

.b-filter-section {
    padding: 16px 0 2px;
}

.b-filter-section:after {
    content: '';
    display: table;
    clear: both;
}

.b-catalog-section__title + .b-filter-section {
    padding-top: 0;
	position: relative;
}

.b-filter-section__content {
    float: left;
    padding: 0 16px;
    width: 100%;
}

.b-filter {
    margin-left: -14px;
}

.b-filter.is-visible {
    display: block;
}

.b-filter__form {

}

.b-filter__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -6px -1px 0;
}

.b-filter__label {
    display: block;
    position: relative;
}

.b-filter__item-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.b-filter__item-content {
    display: block;
    position: relative;
    cursor: pointer;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 19px;
    white-space: nowrap;
    padding: 0 30px 0 10px;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-filter__item-content .b-filter__item-text{
	font-size:11px;
}
.b-filter__item-content:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -7px;
    width: 13px;
    height: 13px;
    background: url('../images/filter-remove.png') 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
}

.b-filter__item-input:checked + .b-filter__item-content {
    border-color: #f7941d;
    color: #f7941d;
}

.b-filter__item-input:checked + .b-filter__item-content:after {
    opacity: 1;
    visibility: visible;
}

.b-filter__item-text {

}

.b-filter-section__btns-field {
    float: right;
    text-align: right;
    padding: 0 0 0 16px;
    width: 30%;
    margin-top: 3px;
	position: absolute;
	right:0;
	top:-75px;
}

.b-filter-section__btns {

}

.b-filter-section__btns-item {

}

.b-filter-section__btns-item_filter {
    display: none;
}

.b-filter-section__btns-item_create {

}

.b-catalog {
    margin: 0 -16px;
    padding: 16px 0;
}

.b-catalog:after {
    content: '';
    display: table;
    clear: both;
}

.b-catalog .slick-dots {
    margin-top: 7px;
}

.b-catalog__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: -.27em;
    padding: 16px;
}
.ct-ln-3 .b-catalog__item {
	width:33.33%;
}

.b-catalog__item.slick-slide {
    margin-right: 0;
}

.b-item {
    background: #fff;
    position: relative;
}

.b-item__content {
    padding: 32px 32px 20px;
}

.b-item__stickers {
    position: absolute;
    left: 23px;
    top: 26px;
    z-index: 1;
}

.b-item__stickers-item {
    margin-bottom: 7px;
}

.b-item__image-field {
    max-width: 250px;
    margin: 0 auto 20px;
}

.b-item__image-link {
    display: block;
    padding-top: 100%;
    position: relative;
}

.b-item__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.b-item__image-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -.28em;
}

.b-item__image {
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-item__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    color: #000000;
    margin: 0 0 13px -27px;
    text-align: center;
    /*white-space: nowrap;*/
	width: calc(100% + 54px);
    overflow: hidden;
}

.b-item__title-link {
    color: inherit;
    text-decoration: none;
}

.b-item__description {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    max-height: 93px;
    overflow: hidden;
}
.b-item__description.empty{

}

.b-item__content-footer {
    padding: 0;
    margin-top:15px;
    margin-left: -18px;
    margin-right: -12px;
}

.b-item__content-footer:after {
    content: '';
    display: table;
    clear: both;
}

.b-item__rating-field {
    float: left;
}

.b-item__rating {

}

.b-item__constructor-field {
    float: right;
    margin-top: 1px;
    clear: both;
}

.b-item__constructor-btn {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
}

.b-item__footer {
    border-top: 1px solid #eaeaea;
}

.b-item__footer:after {
    content: '';
    display: table;
    clear: both;
}

.b-item__count-field {
    float: left;
    width: 36%;
    border-right: 1px solid #eaeaea;
}

.b-item__count {
    height: 53px;
    width: 100%;
    border: none;
}

input.b-item__count {
    height: 53px;
    width: 100%;
    border: none;
    font-size: 24px;
}

.b-item__count .jq-number__spin {
    width: 60px;
}

.b-item__count .jq-number__spin:before {
    width: 14px;
    margin-left: -10px;
}
.b-item__count .jq-number__spin.plus:before {
	margin-left:-7px;
}

.b-item__count .jq-number__spin:after {
    height: 14px;
    margin-top: -7px;
}

.b-item__price-field {
    float: left;
    width: 28%;
    text-align: center;
}

.b-item__price {
    height: 53px;
    white-space: nowrap;
    font-size: 24px;
    line-height: 53px;
    font-weight: normal;
}

.b-item__btn-field {
    float: right;
    width: 36%;
    margin-top: -1px;
}

.b-item__btn {
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0;
    font-size: 14px;
}

.b-item__btn.is-active {
    border-color: #8dc63f;
    background: #8dc63f;
    color: #fff;
}

.b-catalog-more-btn-row {
    text-align: center;
    padding: 28px 0 50px;
}

.b-catalog-more-btn-row .g-btn {
    padding: 0;
    width: 100%;
    max-width: 324px;
}

.b-description {
    font-size: 18px;
    line-height: 30px;
    padding: 67px 0;
}

.b-description h1,
.b-description h2 {
    text-align: center;
}

.b-constructor-window {
   /* display: none;*/
    width: 1428px;
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    overflow: visible;
    position: relative;
    box-shadow: 0 0 57px rgba(51,54,94,.16);
}

.b-constructor-window__sidebar {
    float: right;
    width: 406px;
    height: 100%;
    background: #f3f3f3;
    overflow-y: auto;
    padding: 118px 20px 20px;
}

.b-constructor-window__content {
    margin-right: 406px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    padding: 42px 57px 30px;
}

.b-constructor-window__main {

}

.b-constructor-window__main-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.b-constructor-window__main-image-field {
    max-width: 240px;
    margin: 0 auto 37px;
}

.b-constructor-window__main-image-outer {
    position: relative;
    padding-top: 100%;
}

.b-constructor-window__main-image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.b-constructor-window__main-image-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.28em;
}

.b-constructor-window__main-image {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-constructor-window__ingredients {

}

.b-constructor-window__ingredients-title {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 19px 0;
}

.b-constructor-window__ingredients-list {
    display: table;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 24px;
}

.b-constructor-window__ingredients-list-item {
    display: table-row;
}

.b-constructor-window__ingredients-list-title {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 6px;
}
.b-constructor-window__ingredients-list-qty {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: 300;
}
.b-constructor-window__ingredients-list-qty .ing-minus,
.b-constructor-window__ingredients-list-qty .ing-plus{
	color:#36343b;
	font-weight: normal;
	font-size:24px;
	display: inline-block;
	padding:0 10px;
	text-decoration: none;
}
.b-constructor-window__ingredients-list-qty .ing-minus{
	font-size:28px;
}
.b-constructor-window__ingredients-list-value {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 6px;
}

.b-constructor-window__ingredients-list_total {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.b-constructor-window__ingredients-list_total .b-constructor-window__ingredients-list-item {

}

.b-constructor-window__ingredients-list_total .b-constructor-window__ingredients-list-title {
    padding-bottom: 0;
}

.b-constructor-window__ingredients-list_total .b-constructor-window__ingredients-list-value {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
}

.b-constructor-window__total {
    margin-bottom: 30px;
}

.b-constructor-window__total:after {
    content: '';
    display: table;
    clear: both;
}

.b-constructor-window__total-title {
    float: left;
    font-size: 26px;
    font-weight: normal;
    margin-top: 14px;
}

.b-constructor-window__total-value {
    float: right;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}

.b-constructor-window__btn-row {

}

.b-constructor-window__btn {
    width: 100%;
}

.b-constructor-window__title {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 38px 0;
}

.b-constructor-window__catalog {

}

.b-constructor-window__catalog-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-right: -.28em;
    padding: 0 16px;
    margin-bottom: 75px;
}

.b-constructor-window__catalog-item-label {
    display: block;
    max-width: 224px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.b-constructor-window__catalog-item-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.b-constructor-window__catalog-item-content {
    position: relative;
    cursor: pointer;
}

.b-constructor-window__catalog-item-content:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 41px;
    height: 41px;
    margin: 11px 0 0 53px;
    z-index: 1;
    background: url('../images/i-check.png') 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
}

.b-constructor-window__catalog-item-input:checked + .b-constructor-window__catalog-item-content:before {
    opacity: 1;
    visibility: visible;
}

.b-constructor-window__catalog-item-input:disabled + .b-constructor-window__catalog-item-content {
    opacity: 0.5;
    cursor: default;
    cursor: not-allowed;
}

.b-constructor-window__catalog-item-image-field {
    padding-top: 62.5%;
    position: relative;
    margin: 0 0 15px 0;
}

.b-constructor-window__catalog-item-image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.b-constructor-window__catalog-item-image-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.28em;
}

.b-constructor-window__catalog-item-image {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-constructor-window__catalog-item-title {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.b-constructor-window__catalog-item-info {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.b-product {
    border-bottom: 1px solid #dedede;
    padding: 15px 0 128px;
}

.b-product__inner {
    margin: 25px -16px 0 -16px;
}

.b-product__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-product__image-section {
    float: left;
    width: 50%;
    padding: 0 16px;
}

.b-product__image-field {
    max-width: 697px;
    margin: 0 auto;
}

.b-product__image-outer {
    padding-top: 100%;
    position: relative;
}

.b-product__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.b-product__image-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.28em;
}

.b-product__image {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-product__content-section {
    float: left;
    width: 50%;
    padding: 0 16px;
}

.b-product__content {
    padding-top: 21px;
    max-width: 700px;
}

.b-product__title {
    margin-bottom: 20px;
}

.b-product__header-field {
    margin-bottom: 44px;
}

.b-product__header-field:after {
    content: '';
    display: table;
    clear: both;
}

.b-product__rating-field {
    float: left;
    margin-right: 94px;
}

.b-product__rating {

}

.b-product__comments-btn-field {
    float: left;
    margin-top: 7px;
}

.b-product__comments-btn {
    border: none;
    background: none;
    padding: 0 0 0 45px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: normal;
}

.b-product__comments-btn:hover {
    color: #8dc63f;
}

.b-product__comments-btn:before,
.b-product__comments-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    width: 33px;
    height: 30px;
    background: url('../images/icon-comments-btn.png') 0 0 no-repeat;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-product__comments-btn:after {
    background-position: 0 -30px;
    opacity: 0;
    visibility: hidden;
}

.b-product__comments-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.b-product__comments-btn:hover:before {
    opacity: 0;
    visibility: hidden;
}

.b-product__constructor-btn-field {
    float: right;
    margin-top: 3px;
}

.b-product__constructor-btn {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    color: #8dc63f;
}

.b-product__description {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 29px;
}

.b-product__description-title {
    margin-bottom: 2px;
}

.b-product__control {

}

.b-product__control-inner {

}

.b-product__control:after {
    content: '';
    display: table;
    clear: both;
}

.b-product__control-section-1 {

}

.b-product__control-options-field {
    float: left;
    padding-top: 22px;
    min-height: 74px;
    margin-right: 20px;
    margin-bottom: 91px;
}

.b-product__options {

}

.b-product__options-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}
.b-product__options-item.small{
	margin-right:10px;
	margin-top:9px;
}

.b-product__options-item:last-child {
    /*margin-right: 0;*/
}

.b-product__options-item .b-check-row {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
}
.b-product__options-item.small .b-check-row{
	font-size:17px;
	line-height: 18px;
}
.b-product__options-item.small .b-check-row__input[type="radio"] + .b-check-row__text:before {
	border-width: 1px;
}

.b-product__options-item .b-check-row__text {
    padding-left: 42px;
}
.b-product__options-item.small .b-check-row__text {
	padding-left: 22px;
}


.b-product__options-item .b-check-row__text:before,
.b-product__options-item .b-check-row__text:after {
    width: 32px;
    height: 32px;
}
.b-product__options-item.small .b-check-row__text:before,
.b-product__options-item.small .b-check-row__text:after {
	width: 18px;
	height: 18px;
}

.b-product__control-price-field {
    float: left;
    clear: left;
    margin-right: 65px;
}

.b-product__price {
    font-size: 60px;
    line-height: 70px;
}

.b-product__control-section-2 {

}

.b-product__control-count-field {
    margin-bottom: 91px;
	margin-right:30px;
	text-align: right;
}

.b-product__count,
input.b-product__count {
    width: 218px;
    height: 74px;
}

input.b-product__count {
    font-size: 40px;
    border-width: 0 1px;
    border-color: #c4c4c4;
}

.b-product__count .jq-number__spin {
    width: 100px;
}

.b-product__count .jq-number__spin:before {
    width: 22px;
    margin-left: -11px;
}

.b-product__count .jq-number__spin:after {
    height: 22px;
    margin-top: -11px;
}

.b-product__control-btn-field {
    float: right;
}

.b-product__btn {
    width: 270px;
    font-size: 18px;
}

.b-product__social-field {
    margin-top: 80px;
    margin-left: -7px;
}

.b-product__social {

}

.b-product__social .b-social__item {
    margin: 0 11px;
}

.b-additional-catalog-section {
    background: #f5f5f5;
    padding: 58px 0 35px;
}

.b-additional-catalog-section__title {
    text-align: center;
    margin-bottom: 38px;
}

.b-reviews-section {

}

.b-reviews {
    padding: 65px 0 7px;
}

.b-reviews__title {
    text-align: center;
    margin-bottom: 64px;
}

.b-reviews__list {

}

.b-reviews__item {
    margin-bottom: 66px;
}

.b-review {

}

.b-review__header {
    line-height: 20px;
    position: relative;
    padding-right: 120px;
    margin-bottom: 16px;
}

.b-review__author {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}

.b-review__meta {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #000;
    font-size: 15px;
}

.b-review__meta-item {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 16px;
}

.b-review__rating-field {
    position: absolute;
    right: 0;
    top: -9px;
}

.b-review__rating {

}

.b-review__content {
    max-width: 850px;
}

.b-add-comment-section {
    border-top: 1px solid #dedede;
    padding: 70px 0 125px;
}

.b-add-comment {

}

.b-add-comment__title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 31px;
}

.b-add-comment__form {

}

.b-add-comment__textarea-field {
    margin-bottom: 23px;
}

.b-add-comment__rating-field {
    margin-bottom: 38px;
}

.b-add-comment__rating-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: 6px 21px 0 0;
}

.b-add-comment__rating {
    display: inline-block;
    vertical-align: middle;
}

.b-add-comment__btn-field {

}

.b-add-comment__btn-field:after {
    content: '';
    display: table;
    clear: both;
}

.b-add-comment__btn {
    width: 260px;
    font-size: 18px;
    margin-right: 32px;
    float: left;
}

.b-add-comment__note {
    font-size: 18px;
    line-height: 28px;
    padding-top: 8px;
}

.b-basket-section {
    margin: 0 -16px;
}

.b-basket-section:after {
    content: '';
    display: table;
    clear: both;
}

.b-basket-section__basket {
    float: left;
    padding: 0 16px;
    width: 66.66%;
}

.b-basket-back-btn-row {
    text-align: right;
    margin: -41px 0 7px;
}

.b-basket-back-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #343239;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.b-basket-back-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 12px;
    height: 10px;
    top: -2px;
    margin-right: 7px;
    background: url('../images/icon-back-arrow.png') 0 0 no-repeat;
	background-size: contain;
}

.b-basket {

}

.b-basket__item {
    padding: 21px 0 24px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: -1px;
    position: relative;
}

.b-basket__item:after {
    content: '';
    display: table;
    clear: both;
}

.b-basket__image-field {
    float: left;
    width: 110px;
}

.b-basket__image-wrapper {

}

.b-basket__image {
    width: 100%;
    height: auto;
}

.b-basket__content {
    padding: 29px 80px 0 146px;
}

.b-basket__content:after {
    content: '';
    display: table;
    clear: both;
}

.b-basket__main {
    float: left;
    width: 100%;
}

.b-basket__title-field {
    float: left;
    width: 37.6%;
    margin-top: 16px;
}

.b-basket__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0;
}

.b-basket__title-link {
    color: inherit;
    text-decoration: none;
}

.b-basket__info-field {
    float: left;
    width: 62.4%;
}

.b-basket__price-field {
    float: left;
    width: 26%;
    margin-top: 16px;
}

.b-basket__price {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #8dc63f;
    white-space: nowrap;
}

.b-basket__count-field {
    float: left;
    width: 42%;
}

.b-basket__count,
input.b-basket__count {
    width: 164px;
    height: 56px;
    max-width: 100%;
}

input.b-basket__count {
    font-size: 26px;
    border-width: 0 1px;
    border-color: #c4c4c4;
}

.b-basket__count .jq-number__spin {
    width: 56px;
}

.b-basket__count .jq-number__spin:before {
    width: 18px;
    margin-left: -9px;
}

.b-basket__count .jq-number__spin:after {
    height: 18px;
    margin-top: -9px;
}

.b-basket__total-field {
    float: left;
    width: 32%;
    margin-top: 16px;
}

.b-basket__total {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #8dc63f;
    white-space: nowrap;
}

.b-basket__additional {
    float: left;
    width: 100%;
    margin-top: 11px;
}

.b-basket__additional-list {
    display: table;
    width: 100%;
    max-width: 448px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -6px;
}

.b-basket__additional-item {
    display: table-row;
}

.b-basket__additional-item-remove {
    display: table-cell;
    vertical-align: top;
    width: 27px;
}

.b-basket__additional-item-remove-btn {
    position: relative;
    right: auto;
    top: auto;
    width: 24px;
    height: 24px;
    margin-left: -3px;
}

.b-basket__additional-item-remove-btn:before,
.b-basket__additional-item-remove-btn:after {
    height: 1px;
    width: 16px;
    margin-left: -8px;
    background: #a4a4a4 !important;
}

.b-basket__additional-item-title,
.b-basket__additional-item-count {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 16px;
}

.b-basket__additional-item-title {

}

.b-basket__additional-item-count {

}

.b-basket__remove {
    position: absolute;
    right: 22px;
    top: 60px;
}

.b-basket__remove-btn {
    position: relative;
    right: auto;
    top: auto;
}

.b-basket__remove-btn:before,
.b-basket__remove-btn:after {
    width: 26px;
    margin-left: -13px;
}

.b-basket-section__order-popup {

}

.b-basket-section__order {
    float: left;
    padding: 0 16px;
    width: 66.66%;
    margin-top: 50px;
}

.b-order {

}

.b-order__section {

}

.b-order__section + .b-order__section {
    margin-top: 36px;
}

.b-order__title {

}

.b-date-select {

}

.b-date-select__inner {
    max-width: 814px;
    margin: 34px 0 82px;
    display: none;
}

.b-date-select.is-open .b-date-select__inner {
    display: block;
}

.b-date-select__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-date-select__item {
    float: left;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    margin-right: -1px;
    width: 33.33%;
    position: relative;
}

.b-date-select__item_date {
    width: 36%;
}

.b-date-select__item_hours {
    width: 32%;
}

.b-date-select__item_minute {
    width: 32%;
}

.b-date-select__label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 16px;
    cursor: text;
    pointer-events: none;
}

input.b-date-select__input {
    border: none;
    width: 100%;
    height: 56px;
    padding: 35px 0 0;
    text-align: center;
    font-size: 26px;
}

.b-payment-type {
    padding-top: 5px;
    margin-bottom: -46px;
}

.b-payment-type__item {
    min-height: 40px;
    margin-bottom: 30px;
}

.b-payment-type__item:after {
    content: '';
    display: table;
    clear: both;
}

.b-payment-type__item-content {
    float: left;
    margin: 6px 50px 0 0;
}

.b-payment-type__item-content .b-check-row {
    margin: 0;
}

.b-payment-type__item-hidden {
    float: left;
    display: none;
}

.b-payment-type__item.is-active .b-payment-type__item-hidden {
    display: block;
}

.b-payment-type__item-hidden .b-form-row {
    margin: 0;
}

input.b-payment-type__item-input {
    width: 175px;
    height: 40px;
    padding: 9px 0;
}

.b-payment-type__item-input-label {
    -webkit-transform: scale(1.2857) translateY(17px);
    transform: scale(1.2857) translateY(17px);
}

.b-basket-section__total {
    margin-left: 75%;
    padding: 0 16px;
}

.b-basket-section__total-outer {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	z-index: 2;
}

.b-basket-section__total-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.b-basket-total {

}

.b-basket-total__content {
    background: #f2f2f2;
    padding: 40px 40px 50px;
}

.b-basket-total__title {
    font-size: 26px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.b-basket-total__list {
    display: table;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 35px;
}

.b-basket-total__list-row {
    display: table-row;
}

.b-basket-total__list-title,
.b-basket-total__list-value {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 8px;
}

.b-basket-total__list-title {
    text-transform: uppercase;
    width: 77%;
}

.b-basket-total__list-value {
    white-space: nowrap;
}

.b-basket-total__promo {
    margin-bottom: 56px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.b-basket-total__promo-title {
    font-size: 18px;
    font-weight: normal;
}

.b-basket-total__promo-content {
    display: none;
}

.b-basket-total__promo.is-open {
    padding: 0;
}

.b-basket-total__promo.is-open .b-basket-total__promo-title {
    display: none;
}

.b-basket-total__promo.is-open .b-basket-total__promo-content {
    display: block;
}

.b-basket-total__promo .b-form-row {
    margin: 0;
}

.b-basket-total__total {
    margin-bottom: 10px;
}

.b-basket-total__total-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 5px;
}

.b-basket-total__total-price {
    font-size: 60px;
    line-height: 1;
}

.b-basket-total__btn {
    width: 100%;
    padding: 0;
}

.b-basket-total__footer {
    background: #e6e6e6;
    padding: 24px 40px;
}

.b-basket-total__bonus {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}

.b-basket-total__bonus-value {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.b-basket-total__bonus-info {

}

.b-basket-total__popup-btn {
    display: none;
}

.b-basket-mob-btn-field {
    display: none;
}

.b-basket-mob-btn {

}

.b-basket-login {
    font-size: 16px;
    text-align: center;
    margin-top: 38px;
}

.b-basket-login__item {
    margin-bottom: 8px;
}

.b-basket-login__link {

}

.b-page-nav {
    font-size: 0;
    line-height: 20px;
    margin: 36px 0 54px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.b-page-nav__list {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-page-nav__item {
    display: inline-block;
    vertical-align: top;
    padding: 17px 0;
    margin: 0;
}

.b-page-nav__link {
    display: block;
    border: 1px solid #000;
    border-width: 0 0 0 1px;
    font-size: 18px;
    padding: 0 30px;
    color: inherit;
    text-decoration: none !important;
}

.b-page-nav__item:first-child .b-page-nav__link {
    border-left-width: 0;
}

.b-page-nav__link:hover {
    color: #f7941d;    
}

.b-page-nav__link.is-active {
    font-weight: 500;
    color: #f7941d;
}

.b-news-section {
    padding-top: 30px;
}

.b-news-section h1 {
    text-align: center;
    margin-bottom: 36px;
}

.b-news-catalog {
    margin: 0 -16px 18px;
}

.b-news-catalog__grid {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    margin-right: -.28em;
    width: 25%;
    margin-bottom: 72px;
}

.b-news-catalog__item {

}

.b-news-catalog__figure {
    position: relative;
    margin: 0 0 32px 0;
    padding-top: 100%;
}

.b-news-catalog__image-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

.b-news-catalog__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-news-catalog__date {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 5px 8px 8px;
    background: #fff;
    background: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-news-catalog__image-wrapper:hover .b-news-catalog__date {
    background: #000;
    background: rgba(0,0,0,0.75);
    color: #fff;
}

.b-news-catalog__date-1 {
    display: block;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 3px;
}

.b-news-catalog__date-2 {
    display: block;
}

.b-news-catalog__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
}

.b-news-catalog__title-link {
    color: inherit;
    text-decoration: none !important;
}

.b-actions-section {
   /* padding-top: 30px;*/
}

.b-actions-section h1 {
    text-align: center;
    margin-bottom: 17px;
}

.b-actions-section .g-lead {
    text-align: center;
    margin-top: 0;
    margin-bottom: 86px;
}

.b-actions-catalog {
    margin: 0 -16px -85px;
}

.b-actions-catalog__grid {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    margin-right: -.28em;
    width: 25%;
    margin-bottom: 114px;
}

.b-actions-catalog__item {
    position: relative;
}

.b-actions-catalog__item-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.b-actions-catalog__item-figure {
    position: relative;
    margin: 0;
    padding-top: 100%;
    overflow: hidden;
}

.b-actions-catalog__item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.b-actions-catalog__item:hover .b-actions-catalog__item-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.b-actions-catalog__item-content {
    position: absolute;
    width: 220px;
    height: 200px;
    right: 32px;
    bottom: -32px;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    background: #804335;
    color: #fff;
    letter-spacing: 0.6px;
}

.b-actions-catalog__item-content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.b-actions-catalog__item-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px;
}

.b-actions-catalog__item-title {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.b-actions-catalog__item-title_large {
    font-size: 36px;
}

.b-actions-catalog__item-text {

}

.b-actions-catalog__item-title + .b-actions-catalog__item-text {
    margin-top: 10px;
}

.b-content_bonus {
    padding: 30px 0 53px;
}

.b-bonus-section {

}

.b-bonus-section__header {
    background: #f2f2f2;
    text-align: center;
    padding: 85px 0 96px;
    margin-bottom: 72px;
}

.b-bonus-section__header h1 {
    margin: 0;
}

.b-bonus-text {
    margin-left: 292px;
    position: relative;
}

.b-bonus-text__title {
    position: absolute;
    left: -292px;
    top: -3px;
}

.b-bonus-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 61px 0 71px;
}

.b-bonus-banner__inner {

}

.b-bonus-banner__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-bonus-banner__header {
    float: left;
    width: 50%;
    background: #8dc63f;
    color: #fff;
    height: 400px;
    text-align: center;
}

.b-bonus-banner__header-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.b-bonus-banner__header-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.b-bonus-banner__title {
    font-size: 26px;
    margin: 0;
}

.b-bonus-banner__content {
    float: left;
    width: 50%;
    background: #f6f6f6;
    margin-top: 110px;
    padding: 50px 60px 29px 41px;
    line-height: 1.72;
}

.b-bonus-banner__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-bonus-banner__list li {
    position: relative;
    padding-left: 29px;
    margin-bottom: 20px;
}

.b-bonus-banner__list li:before {
    content: '—';
    position: absolute;
    left: 0;
}

.b-product-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    color: #fff;
}

.b-product-banner__link {
    text-decoration: none !important;
    color: inherit;
}

.b-product-banner__outer {
    display: table;
    width: 100%;
    height: 500px;
}

.b-product-banner__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 148px 40px;
}

.b-product-banner__content {
    max-width: 640px;
}

.b-product-banner__title {
    color: inherit;
    font-size: 35px;
    line-height: 50px;
    margin: 0 0 37px 0;
}

.b-product-banner__text {
    font-size: 20px;
    line-height: 35px;
}

.b-benefits {
    margin: 0 -16px;
    padding: 54px 0 0;
}

.b-benefits:after {
    content: '';
    display: table;
    clear: both;
}

.b-benefits__item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-right: -.28em;
    padding: 0 16px;
    text-align: center;
    margin-bottom: 80px;
}

.b-benefits__item-inner {
    max-width: 280px;
    margin: 0 auto;
}

.b-benefits__icon-field {
    height: 61px;
    margin-bottom: 41px;
}

.b-benefits__icon {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-benefits__item-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.b-price-table-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e4e4e4;
	font-weight: bold;
    margin-bottom: 81px;
}

.b-price-table-section__inner {
    padding: 73px 0 84px;
}

.b-price-table {
    /*font-family: 'LCChalk', Helvetica, Arial, sans-serif;*/
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    width: 100%;
    max-width: 1100px;
}

.b-price-table__row {

}

.b-price-table__cell {
    padding-bottom: 17px;
    vertical-align: bottom;
}

.b-price-table__title {

}

.b-price-table__value {

}

.b-price-table__foot {

}

.b-price-table__foot-row {

}

.b-price-table__foot-cell {
    padding-top: 48px;
    font-size: 35px;
}

.b-payment {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 93px;
}

.b-payment__title {
    margin-bottom: 31px;
}

.b-payment__section {
    margin-bottom: 88px;
}

.b-payment__section-title {
    margin-bottom: 21px;
}

.b-payment__item {
    margin-bottom: 68px;
}

.b-payment__item:after {
    content: '';
    display: table;
    clear: both;
}

.b-payment__item-description {
    float: left;
    width: 400px;
    position: relative;
}

.b-payment__item-title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px;
}

.b-payment__item-text {

}

.b-payment__item-value {
    float: left;
    width: 100%;
    margin-left: -400px;
    padding-left: 585px;
    margin-top: -10px;
}

.b-payment__item-img {
    margin-right: 16px;
}

.b-payment__info {
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    margin-top: -29px;
}

.b-shipping-map {
    margin-bottom: 58px;
}

.b-shipping-map__header {

}

.b-shipping-map__title {
    margin-bottom: 26px;
}

.b-shipping-map__inner {
    position: relative;
    height: 650px;
}

.b-shipping-map__inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 652px;
    z-index: 1;
    background: #fff;
    background: rgba(255,255,255,0.75);
}

.b-shipping-map__map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #f7f1d9;
}

.b-shipping-map__content,
.b-shipping-map__result {
    position: relative;
    width: 652px;
    z-index: 2;
}

.b-shipping-map__content {
    padding: 121px 0 70px;
}

.b-shipping-map__form {

}

.b-shipping-map .l-row {
    margin-left: -8px;
    margin-right: -8px;
}

.b-shipping-map .l-row__col {
    padding-left: 8px;
    padding-right: 8px;
}

.b-shipping-map input[type='text'] {
    font-size: 16px;
    height: 44px;
    padding: 13px 0 12px;
}

.b-shipping-map .b-form-row {
    margin-bottom: 59px;
}

.b-shipping-map .b-form-row__label {
    -webkit-transform: scale(1.1429) translateY(21px);
    transform: scale(1.1429) translateY(21px);
}

.b-shipping-map .b-form-row.is-filled .b-form-row__label {

}

.b-shipping-map .g-btn {
    width: 100%;
    font-size: 13px;
    padding: 0;
    height: 60px;
    line-height: 56px;
}

.b-shipping-map__result {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.b-shipping-map__result-item {
    padding: 8px 0 8px 53px;
    margin-bottom: 16px;
    position: relative;
}

.b-shipping-map__result-item:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    top: 0;
    border-radius: 34px;
    background: #8dc63f;
}

.b-shipping-map__result-item_status_1:before {
    background: #8dc63f;
}

.b-shipping-map__result-item_status_2:before {
    background: #8f64ab;
}

.b-shipping-map__result-item_status_3:before {
    background: #ed4142;
}

.b-shipping-map__result-item_status_4:before {
    background: #ffa800;
}

.b-account {
    background: #f2f2f2;
}

.b-account:after {
    content: '';
    display: table;
    clear: both;
}

.b-account__sidebar {
    float: left;
    width: 34%;
    background: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 91px;
}

.b-account__sidebar-inner {

}

.b-account__header {
    margin-bottom: 59px;
}

.b-account__name {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin: 0 0 1px 0;
}

.b-account__info {
    font-size: 15px;
    line-height: 23px;
}

.b-account__bonus {
    color: #71bb0c;
    margin-bottom: 41px;
}

.b-account__bonus-value {
    display: inline;
    font-size: 80px;
}

.b-account__bonus-title {
    display: inline;
    font-size: 26px;
}

.b-account__nav {

}

.b-account__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 29px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-account__nav-item {
    margin: 0 0 19px 0;
}

.b-account__nav-link {
    text-decoration: none !important;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid transparent;
}

.b-account__nav-link:hover,
.b-account__nav-link.is-active {
    border-bottom-color: #f7941d;
}

.b-account__content {
    margin-left: 34%;
    background: #fff;
}

.b-account__content:after {
    content: '';
    display: table;
    clear: both;
}

.b-account__content-inner {
    float: left;
    width: 100%;
}

.b-account__content .l-container {
    margin-left: 30px;
}

.b-account__content-inner {
    padding-top: 60px;
    padding-bottom: 40px;
}

.b-tabs {

}

.b-tabs__menu {
    font-size: 22px;
    margin-bottom: 39px;
}

.b-tabs__menu-item {
    display: inline;
    margin-right: 84px;
}

.b-tabs__menu-item:last-child {
    margin-right: 0;
}

.b-tabs__menu-link {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

.b-tabs__menu-link.is-active {
    border-bottom-color: transparent;
    color: #f7941d;
}

.b-tabs__content {

}

.b-tabs__item {
    display: none;
}

.b-account .b-form-row {
    margin-bottom: 59px;
}

.b-account .b-tabs {
    margin-top: -7px;
}

.b-account .b-form-btn-row {
    text-align: center;
    padding-top: 19px;
}

.b-account .b-form-btn-row .g-btn {
    width: 100%;
    max-width: 325px;
}

.b-account-bonus {
    max-width: 832px;
    margin: 0 auto;
    padding-top: 114px;
}

.b-account-bonus__title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 43px;
}

.b-account-bonus__info {
    font-size: 30px;
    line-height: 40px;
}

.b-account-bonus__info-row {
    margin-bottom: 20px;
}

.b-orders-table {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border-collapse: collapse;
    margin-top: -13px;
}

.b-orders-table__head {

}

.b-orders-table__body {

}

.b-orders-table__item {

}

.b-orders-table__cell {
    text-align: left;
    border-bottom: 1px solid #c4c4c4;
    padding: 22px 10px 22px 0;
    vertical-align: top;
}

.b-orders-table__cell_code {
    width: 12.8%;
}

.b-orders-table__cell_date {
    width: 25.7%;
}

.b-orders-table__cell_order {
    width: 38.7%;
}

.b-orders-table__cell_summ {
    width: 16.7%;
}

.b-orders-table__cell_repeat {
    padding-right: 0;
}

.b-orders-table__cell_head {
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 13px;
}

.b-orders-table__code {

}

.b-orders-table__date {

}

.b-orders-table__order {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 33px;
}

.b-orders-table__order-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: none;
    padding: 0;
    border: none;
}

.b-orders-table__order-btn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 16px;
    height: 10px;
    background: url('../images/select-arrow.png') 0 0 no-repeat;
}

.b-orders-table__order-title {
    cursor: pointer;
}

.b-orders-table__order-content {
    display: none;
}

.b-orders-table__order.is-open .b-orders-table__order-title {
    display: none;
}

.b-orders-table__order.is-open .b-orders-table__order-content {
    display: block;
}

.b-orders-table__order.is-open .b-orders-table__order-btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-orders-table__order-info {
    display: table;
    width: 340px;
    max-width: 100%;
    margin-bottom: -9px;
}

.b-orders-table__order-info-row {
    display: table-row;
}

.b-orders-table__order-info-title {
    padding-right: 16px;
}

.b-orders-table__order-info-value {

}

.b-orders-table__order-info-title,
.b-orders-table__order-info-value {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 11px;
}

.b-orders-table__summ {

}

.b-orders-table__repeat-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    margin: -3px 0;
}

.b-orders-table__repeat-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    width: 31px;
    height: 30px;
    background: url('../images/repeat-btn.png') 0 0 no-repeat;
}

.b-orders-table__repeat-btn-text {
    display: none;
}

.b-construct {
    width: 1428px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: #f3f3f3;
    overflow: visible;
    position: relative;
    box-shadow: 0 0 57px rgba(51,54,94,.16);
}

.b-construct__sidebar {
    float: right;
    width: 406px;
    padding: 109px 40px 40px;
    max-height: 100vh;
    overflow-y: auto;
}

.b-construct__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin: 0 0 46px 0;
}

.b-construct__data {
    display: table;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2px;
}

.b-construct__data-row {
    display: table-row;
}

.b-construct__data-title,
.b-construct__data-value {
    display: table-cell;
    padding-bottom: 25px;
}

.b-construct__data-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-construct__data-value {
    text-align: right;
    font-size: 22px;
    font-weight: normal;
}

.b-construct__ingredients {
display: none;
}

.b-construct__ingredients-title {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-construct__ingredients-list {
    display: table;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 21px;
}

.b-construct__ingredients-list_total {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 28px;
}

.b-construct__ingredients-list-item {
    display: table-row;
}

.b-construct__ingredients-list-title,
.b-construct__ingredients-list-value {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 6px;
}

.b-construct__ingredients-list_total .b-construct__ingredients-list-title,
.b-construct__ingredients-list_total .b-construct__ingredients-list-value {
    padding-bottom: 0;
}

.b-construct__ingredients-list-value {
    font-size: 22px;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

.b-construct__ingredients-list_total .b-construct__ingredients-list-value {
    font-size: inherit;
    font-weight: inherit;
}

.b-construct__total {
    margin-bottom: 36px;
}

.b-construct__total:after {
    content: '';
    display: table;
    clear: both;
}

.b-construct__total-title {
    float: left;
    font-size: 26px;
    font-weight: normal;
    margin-top: 14px;
}

.b-construct__total-value {
    float: right;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}

.b-construct__btn-row {

}

.b-construct__btn {
    width: 100%;
}

.b-construct__main {
    background: #fff;
    margin-right: 406px;
}

.b-construct__main:after {
    content: '';
    display: table;
    clear: both;
}

.b-construct__header {
    height: 140px;
    border-bottom: 1px solid #d7d7d7;
}

.b-construct__nav {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.b-construct__nav-item {
    display: table-cell;
    vertical-align: middle;
}

.b-construct__nav-btn {
    width: 100%;
    font-size: 26px;
    height: 140px;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    color: #acacac;
}

.b-construct__nav-btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: transparent;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.b-construct__nav-btn strong {
    font-size: 60px;
    font-weight: 300;
    vertical-align: top;
}

.b-construct__nav-btn span {
    position: relative;
    top: -10px;
}

.b-construct__nav-btn.is-disabled {
    cursor: default;
    cursor: not-allowed;
}

.b-construct__nav-btn.is-active {
    color: #000;
    cursor: default;
}

.b-construct__nav-btn.is-active:before {
    background: #7fc322;
}

.b-construct__main-inner {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

.b-construct__content {
    float: left;
    width: 100%;
    padding: 50px 50px 136px;
}

.b-construct__step {
    display: none;
}

.b-construct__step.is-active {
    display: block;
}

.b-construct__content-title {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 52px 0;
}

.b-construct-catalog {

}

.b-construct-catalog__item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-right: -.28em;
    padding: 0 16px;
    margin-bottom: 75px;
}

.b-construct-catalog__item-label {
    display: block;
    max-width: 224px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.b-construct-catalog__item-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.b-construct-catalog__item-content {
    position: relative;
    cursor: pointer;
}

.b-construct-catalog__item-content:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 41px;
    height: 41px;
    margin: 11px 0 0 53px;
    z-index: 1;
    background: url('../images/i-check.png') 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
}

.b-construct-catalog__item-input:checked + .b-construct-catalog__item-content:before {
    opacity: 1;
    visibility: visible;
}

.b-construct-catalog__item-input:disabled + .b-construct-catalog__item-content {
    opacity: 0.5;
    cursor: default;
    cursor: not-allowed;
}

.b-construct-catalog__item-image-field {
    padding-top: 62.5%;
    position: relative;
    margin: 0 0 15px 0;
}

.b-construct-catalog__item-image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.b-construct-catalog__item-image-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.28em;
}

.b-construct-catalog__item-image {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-construct-catalog__item-title {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.b-construct-catalog__item-info {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.b-construct__btn-group {
    display: table;
    width: 100%;
    max-width: 700px;
    table-layout: fixed;
    margin: 0 auto;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-construct__btn-group-item {
    display: table-cell;
}

.b-construct__btn-group-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.b-construct__btn-group-text {
    display: block;
    position: relative;
    cursor: pointer;
    height: 67px;
    line-height: 62px;
    text-align: center;
    background: #fff;
    border: 2px solid #111111;
    border-width: 2px 1px;
}

.b-construct__btn-group-item:first-child .b-construct__btn-group-text {
    border-left-width: 2px;
    border-radius: 35px 0 0 35px;
}

.b-construct__btn-group-item:last-child .b-construct__btn-group-text {
    border-right-width: 2px;
    border-radius: 0 35px 35px 0;
}

.b-construct__btn-group-input:checked + .b-construct__btn-group-text {
    background: #e6e6e6;
}

.b-construct__btn-group-text:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 50%;
    width: 26px;
    height: 27px;
    margin-top: -17px;
    z-index: 1;
    background: url('../images/check.png') 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
}

.b-construct__btn-group-input:checked + .b-construct__btn-group-text:before {
    opacity: 1;
    visibility: visible;
}

.b-overlay-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-115px, 34px) scale(0);
    transform: translate(-115px, 34px) scale(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
}

html.is-menu-open .b-overlay-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
}

.b-overlay-menu__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-overlay-menu__content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 16px;
    background: #fff;
}

.b-overlay-menu__close {
    right: 95px;
    top: 16px;
    z-index: 1;
}

.b-overlay-menu__close:before,
.b-overlay-menu__close:after {
    width: 38px;
    margin-left: -19px;
}

.b-overlay-menu__inner {
    height: 100%;
    overflow-y: auto;
    padding: 22px 146px 40px;
}

.b-overlay-menu__special-nav {
    margin: 0 0 65px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.b-overlay-menu__special-nav-item {
    display: inline;
    margin-right: 46px;
}

.b-overlay-menu__special-nav-item:last-child {
    margin-right: 0;
}

.b-overlay-menu__special-nav-link {
    color: #000;
    text-decoration: none !important;
}

.b-overlay-menu__special-nav-link:hover {
    color: #f7941d;
}

.b-overlay-menu__second-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 30px;
    font-weight: 300;
}

.b-overlay-menu__second-nav-item {
    margin-bottom: 45px;
}

.b-overlay-menu__second-nav-link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
    border: none;
    background: none;
    color: #343239;
    text-decoration: none !important;
}

.b-overlay-menu__second-nav-link:hover {
    color: #f7941d;
}

.b-overlay-menu__second-nav-link_user {
    margin: 55px 0;
}

.b-overlay-menu__second-nav-user-icon {
    position: absolute;
    left: -82px;
    top: -11px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #343239;
}

.b-overlay-menu__second-nav-user-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    width: 23px;
    height: 22px;
    background: url(../images/icon-user-light.png) 0 0 no-repeat;
}

.b-overlay-menu__phone {
    color: #37353e;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.b-overlay-menu__phone-item {

}

.b-overlay-menu__phone-num {

}

.b-overlay-menu__social {
    margin-top: 114px;
}

.b-product-catalog-section {
    padding: 70px 0 12px;
}

.b-product-catalog-section__title {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 13px;
}

.b-product-catalog {
    margin: 0 -16px;
}

.b-product-catalog:after {
    content: '';
    display: table;
    clear: both;
}

.b-product-catalog .slick-arrow {
    top: -76px;
    right: 16px;
}

.b-product-catalog .slick-prev {
    margin-right: 65px;
}

.b-product-catalog__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: -.27em;
    padding: 16px;
}

.b-product-catalog__item.slick-slide {
    margin-right: 0;
}

.b-product-item {
    background: #fff;
    position: relative;
}

.b-product-item__img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 19px;
}

.b-product-item__title {
    font-size: 18px;
    line-height: 1.375;
    font-weight: normal;
    color: #000000;
    margin: 0 0 9px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.b-product-item__title-link {
    color: inherit;
    text-decoration: none;
}

.b-product-item__description {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.b-product-item__footer {
    border-top: 1px solid #eaeaea;
    margin-top: 18px;
}

.b-product-item__footer:after {
    content: '';
    display: table;
    clear: both;
}

.b-product-item__price-field {
    float: left;
    width: 50%;
    text-align: center;
}

.b-product-item__price {
    height: 53px;
    white-space: nowrap;
    font-size: 24px;
    line-height: 53px;
    font-weight: normal;
}

.b-product-item__count-field {
    float: right;
    width: 50%;
    border-left: 1px solid #eaeaea;
}

.b-product-item__count {
    height: 53px;
    width: 100%;
    border: none;
}

input.b-product-item__count {
    height: 53px;
    width: 100%;
    border: none;
    font-size: 20px;
}

.b-product-item__count .jq-number__spin {
    width: 50px;
}

.b-product-item__count .jq-number__spin:before {
    width: 22px;
    margin-left: -11px;
}

.b-product-item__count .jq-number__spin:after {
    height: 22px;
    margin-top: -11px;
}