@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova/ProximaNova-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova/ProximaNova-Reg.woff') format('woff'),
    url('../fonts/ProximaNova/ProximaNova-Reg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova/ProximaNova-Xbold.woff') format('woff'),
    url('../fonts/ProximaNova/ProximaNova-Xbold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova/ProximaNova-Black.woff') format('woff'),
    url('../fonts/ProximaNova/ProximaNova-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PTRoubleSans';
    src: url('../fonts/PTRoubleSans/PTRoubleSans.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: 'ProximaNova', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    background: #fff;
    color: #27282a;
    min-width: 320px;
}

.g-svg-sprite {
    display: none !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
    opacity: 0;
}

.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: currentColor;
}

:hover, 
:active,
:focus {
    outline: none;
}

a,
.g-link {
    color: #4c6fb6;
    text-decoration: none;
}

a:hover,
.g-link:hover {
    text-decoration: none;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
    color: inherit;
    text-decoration: none !important;
    cursor: text;
}

.g-link {
    display: inline;
    border: none;
    background: none;
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

.g-btn {
    height: 45px;
    line-height: 43px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background: #27282a;
    border: 1px solid #27282a;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.g-btn:hover {
    text-decoration: none;
    background: #3a3b3d;
    border-color: #3a3b3d;
    color: #fff;
}

.g-btn:active {
    background: #535355;
    border-color: #535355;
    color: #fff;
}

.g-btn_theme_light {
    background: #f3f4f5;
    border-color: #f3f4f5;
    color: #4c6fb6;
}

.g-btn_theme_light:hover {
    background: #e7eaec;
    border-color: #e7eaec;
    color: #27282a;
}

.g-btn_theme_light:active {
    background: #c7ced3;
    border-color: #c7ced3;
    color: #fff;
}

.g-btn[disabled],
.g-btn.is-disabled {
    opacity: .55;
    cursor: default;
    cursor: not-allowed;
}

.g-btn_width_full {
    padding: 0;
    width: 100%;
}

.b-view-btn {
    position: relative;
}

.b-add-basket-btn {
    padding: 0 28px;
}

.b-add-basket-btn.is-active {
    background: #1bb666;
    border-color: #1bb666;
}

.b-one-click-btn {

}

.g-float-left {
    float: left;
}

.g-float-right {
    float: right;
}

.g-rub {
    font-family: 'PTRoubleSans', 'ProximaNova', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
}

.g-color-green {
    color: #1bb766;
}

.g-color-red {
    color: #ed3b3b;
}

.g-color-light {
    color: #828286;
}

a,
button,
[type=button],
.g-link,
.g-btn {
    transition: 0.15s ease-in-out;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}

img {
    vertical-align: middle;
}

a img {
    border:none;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address, 
fieldset,
blockquote {
    margin: 0 0 22px 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.g-h1, 
.g-h2, 
.g-h3, 
.g-h4, 
.g-h5, 
.g-h6 {
    font-weight: normal;
    margin: 0 0 22px 0;
}

h1, 
.g-h1 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 31px;
    letter-spacing: 0.09em;
}

h2, 
.g-h2 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 13px;
}

h3, 
.g-h3 {
    font-size: 22px;
}

h4, 
.g-h4 {
    font-size: 18px;
}

h5, 
.g-h5 {
    font-size: 16px;
}

h6, 
.g-h6 {
    font-size: 14px;
}

ul, 
ol {
    padding: 0 0 0 30px;
}

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin-bottom: 0;
}

.b-text {
    color: #828286;
}

.b-text ul {
    padding: 0;
    list-style: none;
}

.b-text ul li {
    margin-bottom: 8px;
    padding-left: 31px;
    position: relative;
}

.b-text ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
    background: #c7ced3;
    transform: skewX(-35deg);
    transform-origin: left bottom;
}

.b-text h1, 
.b-text h2, 
.b-text h3, 
.b-text h4, 
.b-text h5, 
.b-text h6,
.b-text .g-h1, 
.b-text .g-h2, 
.b-text .g-h3, 
.b-text .g-h4, 
.b-text .g-h5, 
.b-text .g-h6 {
    color: #27282a;
}

.b-text * + h1, 
.b-text * + h2, 
.b-text * + h3, 
.b-text * + h4, 
.b-text * + h5, 
.b-text * + h6,
.b-text * + .g-h1, 
.b-text * + .g-h2, 
.b-text * + .g-h3, 
.b-text * + .g-h4, 
.b-text * + .g-h5, 
.b-text * + .g-h6 {
    margin-top: 37px;
}

.b-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 22px;
}

/*.b-text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 22px;
	font-weight: 800;
	letter-spacing: 0.09em;
}
*/

hr {
    box-sizing: content-box;
    height: 0;
    margin: 21px 0;
    border: 0;
    border-top: 1px solid #a1a9b1;
    clear: both;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
}

.g-scroll {
    scrollbar-color: #c7ced3 transparent;
    scrollbar-width: thin;
}

.g-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.g-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.g-scroll::-webkit-scrollbar-thumb {
    background: #c7ced3;
}

.l-container {
    max-width: 1280px;
    margin: 0 auto;
}

.b-form-group {
    margin: 0 -10px;
}

.b-form-group:after {
    content: '';
    display: table;
    clear: both;
}

.b-form-group__col {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    width: 100%;
}

.b-form-group__col_1 {
    width: 25%;
}

.b-form-group__col_2 {
    width: 46%;
}

.b-form-group__col_3 {
    width: 29%;
}

.b-form-group__col_4 {
    width: 50%;
}

.b-form-row {
    margin-bottom: 25px;
    position: relative;
}

.b-form-row__label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.b-form-row__input-wrapper {
    position: relative;
}

.b-form-row__reset-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: none;
    padding: 0;
    background: none;
    display: none;
}

input.is-fill + .b-form-row__reset-btn {
    display: block;
}

.b-form-row__reset-btn:hover:before {
    opacity: 1;
}

.b-form-btn-row {
    margin-top: 25px;
    text-align: center;
}

.b-form-btn-row:after {
    content: '';
    display: table;
    clear: both;
}

.b-form-btn-row .g-btn {
    min-width: 120px;
}

.b-check-row {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.b-check-row_block {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 21px;
    color: #636467;
}

.b-check-row_block strong {
    color: #27282a;
}

.b-check-row__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.b-check-row__input {
    position: absolute;
    opacity: 0;
    vertical-align: top;
}

.b-check-row__text {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
}

.b-check-row__text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d9e0e2;
}

.b-check-row__input[type=checkbox] + .b-check-row__text:before {
    border-radius: 0;
}

.b-check-row__input.error + .b-check-row__text:before {
    border-color: #ffbfbd;
}

.b-check-row__text:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: 0.15s 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 {
    left: 7px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #27282a;
}

.b-check-row__input[type=checkbox] + .b-check-row__text:after {
    width: 6px;
    height: 12px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    left: 7px;
    top: 3px;
    transform: rotate(45deg);
}

.b-check-row_block .b-check-row__label {
    display: block;
}

.b-check-row_block .b-check-row__text {
    border-bottom: 1px solid #d9e0e2;
    padding: 0 10px 19px 30px;
}

.b-check-row_block .b-check-row__text:before,
.b-check-row_block .b-check-row__text:after {
    margin: 0;
}

.b-check-row_block .b-check-row__text:hover,
.b-check-row_block .b-check-row__input:checked + .b-check-row__text {
    border-bottom-color: #27282a;
}

.b-check-row__title {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #27282a;
}

.b-check-row_block .b-check-row__input:checked + .b-check-row__text .b-check-row__title {
    font-weight: bold;
}

.b-check-row__description {
    display: block;
    margin-top: 7px;
}

.b-check-row__select-address-link {
    font-size: 14px;
    font-weight: normal;
}

.b-check-row__button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    margin-top: 11px;
}

.b-check-row__button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 0.25;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: 0.15s ease-in-out;
}

.b-check-row__button:hover:before {
    opacity: 1;
}

button, 
[type='reset'], 
[type='submit'],
html [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

button, 
input, 
optgroup, 
select, 
textarea {
    font: inherit;
    color: inherit;
}

input[type='email'],
input[type='file'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='number'],
textarea,
select {
    height: 45px;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #d9e0e2;
    background-color: #fff;
    padding: 13px 14px;
    width: 100%;
    box-shadow: none;
    transition: 0.15s ease-in-out;
}

input[type='email']:focus,
input[type='file']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
    border-color: #636467;
}

input[type='email'][disabled],
input[type='file'][disabled],
input[type='password'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='text'][disabled],
input[type='url'][disabled],
input[type='number'][disabled],
textarea[disabled],
select[disabled] {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #888;
    cursor: default;
    cursor: not-allowed;
}

input[type='email'].error,
input[type='file'].error,
input[type='password'].error,
input[type='search'].error,
input[type='tel'].error,
input[type='text'].error,
input[type='url'].error,
input[type='number'].error,
textarea.error,
select.error {
    border-color: #ed3b3b;
    color: #ed3b3b;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #ed3b3b;
}

label.error {
    display: block;
    color: #ed3b3b;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -16px;
}

input[type='file'] {
    padding: 5px;
}

select {
    padding: 2px 2px 2px 10px;
}

textarea {
    height: 90px;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.2;
    vertical-align: top;
}

::-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: 14px;
    line-height: 18px;
}

.jq-selectbox__select {
    height: 45px;
    line-height: 43px;
    border: 1px solid #d9e0e2;
    border-radius: 0;
    background: #fff;
    padding: 0 35px 0 14px;
    cursor: pointer;
    z-index: 1;
    transition: 0.15s ease-in-out;
}

.jq-selectbox.disabled .jq-selectbox__select {
    background: #f5f5f5;
}

.jq-selectbox.error .jq-selectbox__select {
    border-color: #ed3b3b;
    color: #ed3b3b;
}

.jq-selectbox__select:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    right: 16px;
    top: 50%;
    margin-top: -4.5px;
    transform: translateY(-2px) rotate(45deg);
}

.jq-selectbox__select-text.placeholder {
    color: inherit;
}

.jq-selectbox__dropdown {
    top: 45px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 21px;
    color: #828286;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jq-selectbox li {
    white-space: normal;
    padding: 12px 15px;
    cursor: pointer;
}

.jq-selectbox li.selected {
    background: #e7eaec;
}

.jq-selectbox li:hover {
    background: #e7eaec;
}

input.b-count {
    width: 100px;
    height: 45px;
    text-align: center;
}

input.b-count,
.jq-number {
    width: 100px;
    height: 45px;
}

input.b-count,
.jq-number__field input {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.jq-number {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.jq-number__spin  {
    position: absolute;
    top: 0;
    width: 34px;
    height: 100%;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #27282a;
}

.jq-number__spin:hover {
    color: #8d9ca6;
}

.jq-number__spin.minus {
    left: 0;
}

.jq-number__spin.plus {
    right: 0;
}

.jq-number__spin:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    left: 50%;
    top: 50%;
    margin: -4.5px 0 0 -4.5px;
    transform: translateY(-3px) rotate(45deg);
}

.jq-number__spin.plus:before {
    transform: translateY(3px) rotate(-135deg);
}

.jq-number__field {
    height: 100%;
}

.jq-number__field input {
    height: 100%;
    width: 100%;
}

.fancybox-close-small,
.g-close {
    position: absolute;
    right: -60px;
    /*top: -19px;*/
	top: -9px;
    padding: 0;
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.b-product_popup .fancybox-close-small {
    right: -50px;
    top: -10px;
}

.fancybox-close-small:before,
.fancybox-close-small:after,
.g-close:before,
.g-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 2px;
    margin: -1px 0 0 -13px;
    background: #b1b1b1;
    transform: rotate(45deg);
    transition: 0.15s ease-in-out;
}

.fancybox-close-small:after,
.g-close:after {    
    transform: rotate(-45deg);    
}

.fancybox-close-small:hover:before,
.fancybox-close-small:hover:after,
.g-close:hover:before,
.g-close:hover:after {
    background: #fff;
}

.fancybox-close-small:after {
    right: auto;
    border-radius: 0;
    outline: none !important;
}

.fancybox-slide {
    padding: 0 50px;
}

.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.fancybox-slide > * {
    display: inline-block;
    padding: 30px;
    overflow: visible;
}

.b-popup-window {
    display: none;
    background: #fff;
    width: 700px;
    max-width: 100%;
    padding: 38px 40px 40px;
    margin: 0;
    overflow: visible;
    border: 10px solid #e7eaec;
}

.b-popup-window_small {
    width: 330px;
}

.b-popup-window__header {
    text-align: center;
    margin-bottom: 28px;
}

.b-popup-window__title {
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
}

.b-popup-window__content {

}

.b-popup-window__content form {
    max-width: 360px;
    margin: 0 auto;
}

.b-login-window__footer {
    text-align: center;
}

.b-login-window__footer-row {

}

.b-login-window__footer-row + .b-login-window__footer-row {
    margin-top: 5px;
}

.b-login-window__footer-row .g-btn {
    margin-bottom: 7px;
}

.b-tabs {
    font-size: 14px;
    line-height: 21px;
}

.b-tabs:after {
    content: '';
    display: table;
    clear: both;
}

.b-tabs__item {
    display: inline;
}

.b-tabs__btn {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 52px;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: normal;
    color: #828286;
    transition: 0.15s ease-in-out;
}

.b-tabs__item:last-child .b-tabs__btn {
    margin-right: 0;
}

.b-tabs__btn:hover {
    color: #27282a;
}

.b-tabs__btn.is-active {
    color: #27282a;
    text-shadow: 0 0 0.1px;
}

.b-tabs__cnt {
    display: none;
    float: left;
    width: 100%;
    margin-top: 17px;
}

.b-tabs__cnt.is-open {
    display: block;
}

.b-tabs__cnt:after {
    content: '';
    display: table;
    clear: both;
}

.b-accordion {

}

.b-accordion__item {
    margin-bottom: 27px;
}

.b-accordion__header {
    cursor: pointer;
    position: relative;
    transition: 0.15s ease-in-out;
}

.b-accordion__header:hover {
    color: #8d9ca6;
}

.b-accordion__title {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding-right: 20px;
    margin: 0;
}

.b-accordion__title:after {
    content: '';
    position: absolute;
    right: -3px;
    top: 6px;
    width: 16px;
    height: 10px;
    opacity: .5;
    background: url('../images/icon-filter-arrow.png') 0 0 no-repeat;
    transform: rotate(-90deg);
    transition: 0.15s ease-in-out;
}

.b-accordion__header:hover .b-accordion__title:after {
    opacity: 1;
}

.b-accordion__item.is-open .b-accordion__title:after {
    transform: translate(3px, 1px) rotate(0deg);
}

.b-accordion__content {
    font-size: 16px;
    color: #636467;
    padding-top: 14px;
    display: none;
}

.b-accordion__content:after {
    content: '';
    display: table;
    clear: both;
}

.b-accordion__content p:last-child {
    margin-bottom: 0;
}

.b-tooltip-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9998;
    display: none;
}

.ui-tooltip {
    max-width: 156px;
    padding: 10px 15px;
    border: none !important;
    border-radius: 0;
    background: #2d3d4f;
    box-shadow: none;
    font-family: inherit;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    z-index: 9999;
}

.ui-tooltip:before {
    content: '';
    position: absolute;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #2d3d4f;
    left: 50%;
    margin-left: -9px;
    bottom: -8px;
}

.ui-tooltip.top:before {
    border-top: none;
    border-bottom: 8px solid #2d3d4f;
    bottom: auto;
    top: -8px;
}

.b-breadcrumbs {
    text-align: center;
    padding: 35px 0 0;
    margin-bottom: -7px;
}

.b-breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    line-height: 20px;
    color: #828286;
    text-transform: uppercase;
}

.b-breadcrumbs__item {
    display: inline;
    margin: 0 20px;
    position: relative;
}

.b-breadcrumbs__item:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background: #e7eaec;
    transform: skewX(-35deg);
    margin: -4px -19px 0 0;
}

.b-breadcrumbs__item:last-child:after{
    display: none;
}

.b-breadcrumbs__link {
    color: inherit;
    text-decoration: none;
}

.b-breadcrumbs__link:hover {
    color: #000;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 25px;
    height: 25px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
    color: #c7ced3;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    color: #8d9ca6;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 10px;
    background: currentColor;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -4px;
    transform: skewX(-35deg);
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    text-indent: -9999px;
    z-index: 100;
    color: #c7ced3;
}

.slick-arrow:hover {
    color: #8d9ca6;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-prev {
    left: -11px;
}

.slick-next {
    right: -11px;
}

.slick-arrow:before,
.slick-arrow:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 12px;
    background: currentColor;
    left: 50%;
    margin-left: -3px;
}

.slick-arrow:before {
    bottom: 50%;
}

.slick-arrow:after {
    top: 50%;
}

.slick-prev:before,
.slick-next:after {
    transform: skewX(-35deg);
}

.slick-prev:after,
.slick-next:before {
    transform: skewX(35deg);
}

.b-catalog-footer {
    border-top: 1px solid #e7eaec;
    padding-top: 40px;
    padding-left: 130px;
    margin-top: 20px;
}

.b-catalog-footer:after {
    content: '';
    display: table;
    clear: both;
}

.b-more-btn-row {
    float: right;
}

.b-more-btn {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
}

.b-pagination {
    font-size: 16px;
    text-align: center;
}

.b-pagination__link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid transparent;
    margin: 0 6px;
    color: #636467;
    text-align: center;
}

.b-pagination__link:hover {
    border-color: #303032;
    color: #303032;
}

.b-pagination__link.is-active {
    font-weight: normal;
    background: #303032;
    border-color: #303032;
    color: #fff;
}

.b-pagination__link_prev,
.b-pagination__link_next {
    text-indent: -9999px;
    border-color: transparent !important;
    color: #c6cdd2;
}

.b-pagination__link_prev {
    margin: 0 17px 0 0;
}

.b-pagination__link_next {
    margin: 0 0 0 17px;
}

.b-pagination__link_prev:hover,
.b-pagination__link_next:hover,
.b-pagination__link_prev:active,
.b-pagination__link_next:active {
    color: #8d9ca6;
}

.b-pagination__link_prev:before,
.b-pagination__link_next:before,
.b-pagination__link_prev:after,
.b-pagination__link_next:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 12px;
    background: currentColor;
    left: 50%;
    margin-left: -3px;
}

.b-pagination__link_prev:before,
.b-pagination__link_next:before {
    bottom: 50%;
}

.b-pagination__link_prev:after,
.b-pagination__link_next:after {
    top: 50%;
}

.b-pagination__link_prev:before,
.b-pagination__link_next:after {
    transform: skewX(-35deg);
}

.b-pagination__link_prev:after,
.b-pagination__link_next:before {
    transform: skewX(35deg);
}

.b-pagination__dott {
    display: inline-block;
    vertical-align: middle;
}

.b-header {
    position: relative;
    z-index: 1001;
    background: #303032;
    color: #e7eaec;
    -webkit-backface-visibility: hidden;
}

.b-header:after {
    content: '';
    display: table;
    clear: both;
}

.b-header__menu {

}

.b-header__menu-content {

}

.b-header__menu-bg {
    display: none;
}

.b-header__group-1 {
    background: #27282a;
    padding: 0 50px;
}

.b-header__group-1:after {
    content: '';
    display: table;
    clear: both;
}

.b-header__group-1-inner {
    position: relative;
    height: 100px;
}

.b-header__section-0 {
    position: absolute;
    left: 0;
    top: 15px;
}

.b-header__logo {

}

.b-header__logo-img {

}

.b-header__logo-img_lg {
    width: 250px;
    height: 70px;
}

.b-header__logo-img_xs {
    display: none;
}

@media only screen and (min-width : 768px) {
    .b-header.is_stuck {
        box-shadow: 0 0 5px rgba(0,0,0,0.8);
    }
}

.b-header__section-1 {
    text-align: center;
    padding-top: 9px;
}

.b-header__nav {
    margin: 0 0 9px 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.b-header__nav-item {
    display: inline;
    margin: 0 32px;
}

.b-header__nav-link {
    text-decoration: none;
    color: inherit;
}

.b-header__nav-link:hover {
    color: #828286;
}

.b-header__phone {

}

.b-header__phone-link {
    display: inline-block;
}

.b-header__phone-num {
    display: inline-block;
    position: relative;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
}

.b-header__phone-num:before {
    content: '';
    position: absolute;
    left: -34px;
    top: -1px;
    width: 25px;
    height: 25px;
    background: url('../images/icon-header-phone.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

 /*.b-header__phone-num:after {
    content: '';
    position: absolute;
    right: -29px;
    top: 4px;
    width: 20px;
    height: 15px;
   background: url('../images/flag-ru.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}  */

.b-header__phone-text {
    display: block;
    font-size: 12px;
    color: #828286;
    line-height: 18px;
}

.b-header__section-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.b-header__social-field {
    float: left;
    margin-right: 15px;
}

.b-social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.b-social-links__item {
    margin-left: 1px;
}

.b-social-links__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 43px;
    position: relative;
    color: #757578;
    padding: 4px 4px 0 0;
}

.b-social-links__link:hover {
    color: #e7eaec;
}

.b-social-links__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #323335;
    transform: skewX(-35deg);
    transition: 0.15s ease-in-out;
}

.b-social-links__link:hover:before {
    background: #535355;
}

.b-social-links__link .icon {
    width: 30px;
    height: 30px;
    position: relative;
}

.b-header__group-2 {
    float: left;
    padding-left: 50px;
}

.b-header__section-3 {

}

.b-header__nav-field {

}

@media only screen and (min-width : 768px) {
    .b-header__section-3 {
        transform: none !important;
    }

    .b-nav {
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .b-nav__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
    }

    .b-nav__item {

    }

    .b-nav__link {
        display: block;
        position: relative;
        height: 60px;
        line-height: 60px;
        color: #e7eaec;
        text-decoration: none;
        padding: 0 57px;
        white-space: nowrap;
        text-align: center;
        z-index: 1;
    }

    .b-nav__item:first-child .b-nav__link {
        padding-left: 0;
    }

    .b-nav__link:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: transparent;
        transform: skewX(-35deg);
        transition: 0.15s ease-in-out;
    }

    .b-nav__item:hover .b-nav__link:after,
    .b-nav__item:hover .b-nav__link:after,
    .b-nav__link.is-active:after {
        background: #535355;
    }

    .b-nav__item:first-child .b-nav__link:after {
        left: -70px;
    }

    .b-nav__link_catalog:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
        width: 26px;
        height: 1px;
        background: #e7eaec;
        color: #e7eaec;
        margin: 0 19px 0 4px;
        box-shadow: 4px -5px 0, -4px 5px 0;
    }

    .b-nav__dropdown {
        position: absolute;
        z-index: 1001;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        color: #27282a;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
        padding: 34px 50px 30px;
        overflow-y: auto;
        max-height: calc(100vh - 60px);
        opacity: 0;
        visibility: hidden;
        transition: 0.15s ease-in-out;
    }

    .b-nav__item:hover .b-nav__dropdown {
        opacity: 1;
        visibility: visible;
    }

    .b-nav__dropdown-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
    }

    .b-nav__dropdown-list-item {
        display: inline-block;
        vertical-align: top;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    .b-nav__subnav {
        font-size: 15px;
        font-weight: normal;
        text-transform: none;
    }

    .b-nav__subnav-back {
        display: none;
    }

    .b-nav__subnav-header {
        display: none;
    }

    .b-nav__subnav-header-link {

    }

    .b-nav__subnav-group {
        display: -ms-flexbox;
        display: flex;
    }

    .b-nav__subnav-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .b-nav__subnav-list_col {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
    }

    .b-nav__subnav-list_col:last-child {
        margin-right: 0;
    }

    .b-nav__subnav-list-item {
        margin-bottom: 5px;
    }

    .b-nav__subnav-list-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #636467;
        text-decoration: none;
    }

    .b-nav__subnav-list-link:hover {
        color: #27282a;
        text-decoration: none;
    }

    .b-nav__subnav-list-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        margin-right: 15px;
    }

    .b-nav__subnav-list-icon img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .b-nav__subnav-list-text {

    }

    .b-nav__dropdown-list-item-header {
        font-size: 18px;
        line-height: 25px;
        font-weight: bold;
        text-transform: none;
        margin: 0 0 12px 0;
    }

    .b-nav__dropdown-list-item-header a {
        color: inherit;
        text-decoration: none;
    }
}

.b-header__main {
    float: right;
    padding-right: 50px;
}

.b-header__menu-btn {
    display: none;
}

.b-header__search-btn {
    display: none;
}

.b-header__main-content {

}

.b-header__control-field {
    float: left;
    margin-right: 52px;
}

.b-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.b-control-nav__item {
    margin-left: 47px;
}

.b-control-nav__item:first-child {
    margin-left: 0;
}

.b-control-nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 60px;
    width: 60px;
    color: #c7ced3;
    text-decoration: none;
    padding: 0;
    background: none;
    border: none;
}

.b-control-nav__link:hover,
.b-control-nav__link.is-active {
    color: #dc572a;
}

.b-control-nav__link .icon {
    width: 50px;
    height: 50px;
}

.b-control-nav__text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    z-index: 1;
    font-size: 12px;
    color: #ffffff;
    height: 14px;
    line-height: 14px;
    width: 22px;
    text-align: center;
    margin: 0 0 3px 12px;
}

.b-control-nav__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #dc572a;
    transform: skewX(-35deg);
}

.b-header__search-field {
    float: left;
    width: 325px;
    margin-right: 21px;
}

.b-search-field {
    position: relative;
}

.b-search-field:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #3a3b3d;
    transform: skewX(-35deg);
}

.b-search-field__form {
    position: relative;
}

input.b-search-field__input {
    height: 60px;
    border-radius: 0;
    background: none;
    border: none;
    padding: 18px 60px 18px 29px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #e7eaec;
}

input.b-search-field__input::-webkit-input-placeholder {
    color: #828286;
}

input.b-search-field__input::-moz-placeholder {
    color: #828286;
}

input.b-search-field__input:-moz-placeholder {
    color: #828286;
}

input.b-search-field__input:focus::-webkit-input-placeholder {
    color: transparent;
}

input.b-search-field__input:focus::-moz-placeholder {
    color: transparent;
}

input.b-search-field__input:focus:-moz-placeholder {
    color: transparent;
}

.b-search-field label.error {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.b-search-field__btn {
    position: absolute;
    right: 6px;
    top: 0;
    width: 60px;
    height: 60px;
    border: none;
    padding: 0;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #828286;
}

.b-search-field__btn:hover {
    color: #e7eaec;
}

.b-search-field__btn .icon {
    width: 22px;
    height: 22px;
}

.b-footer {
    background: #27282a;
    color: #e7eaec;
}

.b-footer__subscribe {
    background: #303032;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 50px;
}

.b-footer__subscribe-title {
    margin-right: 44px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.b-footer__subscribe-form {
    position: relative;
    margin-right: 21px;
    width: 500px;
}

.b-footer__subscribe-form:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #3a3b3d;
    transform: skewX(-35deg);
}

input.b-footer__subscribe-input {
    position: relative;
    height: 60px;
    border-radius: 0;
    background: none;
    border: none;
    padding: 18px 60px 18px 29px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #e7eaec;
}

.b-footer__subscribe-btn {
    position: absolute;
    right: 6px;
    top: 0;
    width: 60px;
    height: 60px;
    border: none;
    padding: 0;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #828286;
}

.b-footer__subscribe-btn:hover {
    color: #e7eaec;
}

.b-footer__subscribe-btn .icon {
    width: 24px;
    height: 18px;
}

.b-footer__subscribe label.error {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.b-footer__content {
    display: -ms-flexbox;
    display: flex;
    padding: 55px 50px 0;
}

.b-footer__bottom {
    display: -ms-flexbox;
    display: flex;
    padding: 58px 50px 39px;
}

.b-footer__col {

}

.b-footer__col_logo {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
}

.b-footer__logo {

}

.b-footer__logo-img {
    width: 170px;
    height: 48px;
}

.b-footer__col_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
    border-bottom: 1px solid #3a3b3d;
    padding-bottom: 47px;
}

.b-footer__col_nav {

}

.b-footer__nav {
    font-size: 14px;
    width: 610px;
}

.b-footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 4;
    column-gap: 20px;
}

.b-footer__nav-list-item {
    page-break-inside: avoid;
    break-inside: avoid;
    white-space: nowrap;
    margin-bottom: 6px;
}

.b-footer__nav-list-link {
    color: inherit;
    text-decoration: none;
}

.b-footer__nav-list-link:hover {
    color: #828286;
}

.b-footer__col_social {
    margin: 3px 15px 0 auto;
}

.b-footer__col_copyright {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
    padding-right: 20px;
}

.b-footer__copyright {
    font-size: 13px;
    line-height: 20px;
    color: #828286;
}

.b-footer__col_text {
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
}

.b-footer__text {
    font-size: 13px;
    line-height: 20px;
    color: #828286;
    margin-bottom: 44px;
}

.b-footer__development {
    font-size: 13px;
    line-height: 20px;
    color: #828286;
}

.b-footer__development a {
    color: inherit;
    text-decoration: none;
}

.b-footer__development a:hover {
    color: #ffffff;
}

.b-page {
    padding-top: 42px;
}

.b-page__header {
    text-align: center;
    margin-bottom: 40px;
}

.b-page__title {
    margin: 0;
}

.b-page__content {
    padding-bottom: 44px;
}

.b-catalog-section {

}

.b-catalog-section__inner {

}

.b-catalog-section__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-catalog-section__sidebar {
    float: left;
    width: 300px;
    margin-right: -300px;
    position: relative;
}

.b-catalog-section__content {
    float: left;
    width: 100%;
    padding-left: 320px;
}

.b-catalog-control {
    border-bottom: 1px solid #e7eaec;
    padding: 0 0 20px;
    margin-bottom: 40px;
}

.b-catalog-control__inner {

}

.b-catalog-control__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-catalog-control__view {
    display: none;
}

.b-catalog-control__view-btn {

}

.b-catalog-control__view-btn_grid {

}

.b-catalog-control__view-btn_list {

}

.b-catalog-control__field {
    font-size: 13px;
}

.b-catalog-control__field_count {
    float: right;
}

.b-catalog-control__field_sort {
    float: left;
    margin-top: 4px;
}

.b-catalog-control__field-title {
    display: inline-block;
    vertical-align: baseline;
    border: none;
    padding: 0;
    background: none;
    cursor: text !important;
    margin-right: 6px;
    font-weight: bold;
}

.b-catalog-control__field-title:after {
    content: ':';
}

.b-catalog-control__select {
    display: inline-block;
    vertical-align: baseline;
}

.b-catalog-control__select-target {
    display: none;
}

.b-catalog-control__select-dropdown {
    display: inline-block;
    vertical-align: baseline;
}

@media (min-width : 768px) {
    .b-catalog-control__select {
        position: relative;
        width: 171px;
    }

    .b-catalog-control__field_count .b-catalog-control__select {
        width: 50px;
    }

    .b-catalog-control__select-target {
        display: block;
        width: 100%;
        text-align: left;
        border: none;
        padding: 0;
        background: none;
        position: relative;
        padding-right: 20px;
    }

    .b-catalog-control__select-target:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        border-style: solid;
        border-width: 0 1px 1px 0;
        right: 2px;
        top: 50%;
        margin-top: -5px;
        transform: translateY(-2px) rotate(45deg);
    }

    .b-catalog-control__select-dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 10;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        font-size: 14px;
        line-height: 21px;
        color: #828286;
        margin-top: 10px;
        display: none;
    }

    .b-catalog-control__select.is-open .b-catalog-control__select-dropdown {
        display: block;
    }

    .b-catalog-control__select-dropdown .b-catalog-control__field-content {
        display: block;
    }

    .b-catalog-control__select-dropdown .b-catalog-control__btn-row {
        display: block;
        margin: 0;
    }
    
    .b-catalog-control__select-dropdown .b-catalog-control__btn {
        white-space: normal;
        padding: 12px 15px;
        cursor: pointer;
        min-width: 0;
        text-align: left;
        height: auto;
        line-height: inherit;
        border: none;
        margin: 0;
        color: #828286;
        background: #fff;
    }

    .b-catalog-control__select-dropdown .b-catalog-control__btn.is-active {
        color: #828286;
        background: #e7eaec;
    }

    .b-catalog-control__select-dropdown:hover .b-catalog-control__btn {
        background: #fff;
    }
    
    .b-catalog-control__select-dropdown .b-catalog-control__btn:hover {
        color: #828286;
        background: #e7eaec;
    }
}

.b-catalog-control__field-content {
    display: inline-block;
    vertical-align: baseline;
}

.b-catalog-control__field-bg {
    display: none;
}

.b-catalog-control__btn-group {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-catalog-control__btn-row {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
}

.b-catalog-control__btn-row:last-child {
    margin-right: 0;
}

.b-catalog-control__btn {
    display: block;
    text-decoration: none;
    min-width: 30px;
    padding: 0 5px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    color: #636467;
}

.b-catalog-control__btn:hover {
    border-color: #303032;
    color: #303032;
}

.b-catalog-control__btn.is-active {
    background: #303032;
    border-color: #303032;
    color: #fff;
}

.b-catalog-control__filter-btn-field {
    display: none;
}

.b-catalog-control__filter-btn {

}

.b-catalog-control__mob-btn {

}

.b-text-section {
    padding-top: 62px;
}

.b-filter {
    background: #f3f4f5;
    margin-bottom: 20px;
    position: relative;
}

.b-filter__back-btn {
    display: none;
}

.b-filter__header {
    display: none;
}

.b-filter__section {
    padding: 15px 20px;
    border-bottom: 1px solid #e7eaec;
}

.b-filter__section-title {
    font-size: 14px;
    font-weight: bold;
    margin: -5px 0 11px 0;
}

.b-filter__section-content {

}

.b-filter__section-content:after {
    content: '';
    display: table;
    clear: both;
}

.b-filter__section-footer {
    margin: 1px 0 -7px 0;
}

.b-filter__section-expand-btn {
    font-size: 13px;
}

.b-filter__footer {

}

.b-filter__btn {
    display: block;
    width: 100%;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.b-filter__reset-btn {
    display: block;
    width: 100%;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.b-filter__tooltip {
    position: absolute;
    top: 100%;
    left: 100%;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
    color: #e7eaec;
    background: #27282a;
    margin: -15px 0 0 -27px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease-in-out;
}

.b-filter__tooltip.is-visible {
    opacity: 1;
    visibility: visible;
}

.b-filter__tooltip:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-width: 15px 10px 15px 0;
    border-style: solid;
    border-color: transparent #27282a;
    transition: 0.35s ease-in-out;
}

.b-filter__tooltip:hover {
    background: #535355;
}

.b-filter__tooltip:hover:before {
    border-color: transparent #535355;
}
 /*
.b-filter__check-group {
	display: flex;
    flex-wrap: wrap;
}

.b-filter__row {
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 15px;
	
	width: 50%;
	flex-grow: 1;
	flex-basis: 50%;
}
TCOLS */

.b-filter__check-group {
	display: flex;
    flex-wrap: wrap;
}

.b-filter__row {
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 15px;
	
	width: 50%;
	flex-grow: 1;
	flex-basis: 50%;
}

.b-filter__row.is-hidden:not(.is-visible) {
    display: none;
}

.b-range-block {
    margin-bottom: 4px;
}

.b-range-block__inputs {
    margin-bottom: 19px;
}

.b-range-block__inputs:after {
    content: '';
    display: table;
    clear: both;
}

.b-range-block__input-field {
    float: left;
    width: 41%;
}

input.b-range-block__input {

}

.b-range-block__input-sep {
    float: left;
    width: 18%;
    height: 45px;
    position: relative;
}

.b-range-block__input-sep:before{
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    top: 22px;
    border-top: 1px solid #636467;
}

.b-range-wrapper {
    margin: 0 5px;
}

.b-range {

}

.ui-slider {
    height: 2px;
    border-radius: 0;
    border: none !important;
    padding: 0;
    background: #e7eaec;
    margin: 4px 0;
}

.ui-slider .ui-slider-range {
    background: #dc572a;
}

.ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #dc572a;
    margin-left: -5px;
    top: -4px;
    outline: none;
    cursor: pointer;
    z-index: 3;
}

.b-banner {

}

.b-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.b-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-catalog__item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 20px;
}

.b-catalog_full-width .b-catalog__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.b-catalog.slick-slider {
    display: block;
}

.b-catalog .slick-arrow {
    top: 215px;
}

.b-catalog .slick-list {
    margin: -40px 0;
}

.b-catalog .slick-track {
    padding: 40px 0;
}

.b-catalog__item.slick-slide {
    max-width: none !important;
    margin: 0;
}

.b-item {
    position: relative;
    background: #fff;
    padding: 10px 10px 21px;
    transition: 0.15s ease-in-out;
}

.b-item:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.slick-slider .b-item:hover {
    box-shadow: none;
}

.slick-slider .b-item:hover .b-item__link {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.b-item__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none !important;
}

.b-item__stickers {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}

.g-sticker {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 20px;
    line-height: 21px;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
    background: #fc4848;
    color: #fff;
}

.g-sticker:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 20px 14px 0 0;
    border-color: #fc4848 transparent;
    z-index: 1;
}

.g-sticker + .g-sticker {
    padding-left: 20px;
}

.g-sticker_sale {
    background: #fc4848;
}

.g-sticker_sale:before {
    border-color: #fc4848 transparent;
}

.g-sticker_hit {
    background: #4c5363;
}

.g-sticker_hit:before {
    border-color: #4c5363 transparent;
}

.g-sticker_new {
    background: #5dc76c;
}

.g-sticker_new:before {
    border-color: #5dc76c transparent;
}

.g-sticker_recomend {
    background: #af856c;
}

.g-sticker_recomend:before {
    border-color: #af856c transparent;
}

.g-sticker_soon {
    background: #4c6fb6;
}

.g-sticker_soon:before {
    border-color: #4c6fb6 transparent;
}

.g-sticker_red {
    background: #aa2d2d;
}

.g-sticker_red:before {
    border-color: #aa2d2d transparent;
}

.g-sticker_yellow {
    background: #e79b00;
}

.g-sticker_yellow:before {
    border-color: #e79b00 transparent;
}

.g-sticker_orange {
    background: #cc491d;
}

.g-sticker_orange:before {
    border-color: #cc491d transparent;
}

.b-item__image-field {
    position: relative;
    margin: -10px -10px 11px;
}

.b-item__image-field:before {
    content: '';
    display: block;
    padding-top: 350px;
}

.b-item__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none !important;
}

.b-item__image-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -.27em;
}

.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: 16px;
    line-height: 23px;
    font-weight: normal;
    min-height: 46px;
    margin: 0 auto 8px;
    text-align: center;
}

.b-item__title-link {
    position: relative;
    text-decoration: none;
    z-index: 2;
}

.b-item__price-field {
    text-align: center;
    margin-bottom: 11px;
}

.b-item__price {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.b-item__old-price {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    color: #dc572a;
    text-decoration: line-through;
    position: relative;
    margin-left: 33px;
    white-space: nowrap;
}

.b-item__old-price:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background: #c7ced3;
    transform: skewX(-35deg);
    margin: -1px 0 0 -18px;
}

.b-item__info {
    text-align: center;
    font-size: 13px;
    color: #828286;
}

.b-add-favorite-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    background: none;
    z-index: 2;
    color: #c7ced3;
}

.b-add-favorite-btn:hover,
.b-add-favorite-btn.is-active {
    color: #8d9ca6;
}

.b-add-favorite-btn .icon {
    width: 21px;
    height: 20px;
}

.b-add-favorite-btn:not(.is-active) .icon {
    fill: none;
}

.b-item__add-favorite-btn {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
}

.b-item:hover .b-item__add-favorite-btn,
.b-item__add-favorite-btn.is-active {
    opacity: 1;
    visibility: visible;
}

.b-item__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    background: rgba(255,255,255,0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
}

.b-item:hover .b-item__content {
    opacity: 1;
    visibility: visible;
}

.b-item__content-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.b-item__content-inner {
    display: table-cell;
    padding: 24% 0 0 0;
    vertical-align: middle;
    text-align: center;
}

.b-item__view-btn {
    z-index: 2;
    font-size: 12px;
    padding: 0 18px;
    height: 40px;
    line-height: 38px;
}

.b-item__size-info {
    margin-top: 25px;
}

.b-item__size-info-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.b-item__size-info-content {

}

.b-item__size-info-item {
    display: inline-block;
    font-size: 11px;
    color: #636467;
    margin: 0;
    position: relative;
    min-width: 26px;
    height: 26px;
    border: 1px solid;
    line-height: 26px;
    padding: 0 3px;
}

.b-catalog-header {
    position: relative;
    overflow: hidden;
    height: 200px;
    margin-bottom: 20px;
}

.b-catalog-header .b-breadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-color: transparent;
    z-index: 10;
    text-align: left;
    padding: 15px 0 0 0;
}

.b-catalog-header .b-breadcrumbs__list {
    color: inherit;
}

.b-catalog-header .b-breadcrumbs__item:after {
    background: currentColor;
}

.b-catalog-header .b-breadcrumbs__link:hover {
    color: inherit;
    text-decoration: underline;
}

.b-catalog-header__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-catalog-header__wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 480px;
}

.b-catalog-header__inner {
    display: table-cell;
    vertical-align: middle;
}

.b-catalog-header__title {
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    margin: 0;
}

.b-product-section {

}

.b-product {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.b-product__gallery-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 60px 60px 0;
}

.b-product__stickers {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
}

.b-product__add-favorite-btn {
    position: absolute;
    right: 16px;
    top: 15px;
    z-index: 100;
}

.b-product__add-favorite-btn .icon {
    width: 32px;
    height: 30px;
}

.b-product__gallery {

}

.b-product-gallery {

}

.b-product-gallery .slick-prev {
    left: -23px;
}

.b-product-gallery .slick-next {
    right: -23px;
}

.b-product-gallery__main {
    position: relative;
}

.b-product-gallery__main-item {

}

.b-product-gallery__main-item + .b-product-gallery__main-item:not(.slick-slide) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.b-product-gallery__main-item-inner {
    position: relative;
    padding-top: 119.23%;
}

.b-product_popup .b-product-gallery__main-item-inner {
    padding-top: 87.5%;
}

.b-product-gallery__main-img-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.b-product-gallery__main-img-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -.27em;
}

.b-product-gallery__main-img {
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-product-gallery__thumbs {
    margin: 57px 0 0;
    text-align: center;
}

.b-product_popup .b-product-gallery__thumbs {
    margin-top: 40px;
}

.b-product-gallery__thumbs .slick-arrow {
    display: none !important;
}

.b-product-gallery__thumbs:after {
    content: '';
    display: table;
    clear: both;
}

.b-product-gallery__thumbs .slick-track {
    display: inline-block;
    vertical-align: top;
}

.b-product-gallery__thumbs-item {
    float: left;
    position: relative;
    width: 20%;
    cursor: pointer;
    padding-bottom: 60px;
}

.b-product-gallery__thumbs-item.slick-current:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 80px;
    height: 3px;
    background: #27282a;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.b-product-gallery__thumbs-item-inner {
    position: relative;
    padding-top: 89%;
    transition: 0.15s ease-in-out;
    opacity: .5;
}

.b-product-gallery__thumbs-item:hover .b-product-gallery__thumbs-item-inner,
.b-product-gallery__thumbs-item.slick-current .b-product-gallery__thumbs-item-inner {
    opacity: 1;
}

.b-product-gallery__thumbs-img-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.b-product-gallery__thumbs-img-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.b-product-gallery__thumbs-img {
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.b-product__content-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-left: 5px solid #e7eaec;
}

.b-product__content-section:after {
    content: '';
    display: table;
    clear: both;
}

.b-product__content-section-inner {
    float: left;
    width: 100%;
}

.b-product__section {
    border-bottom: 1px solid #e7eaec;
    padding: 30px;
}

.b-product__section:after {
    content: '';
    display: table;
    clear: both;
}

.b-product__section_data {
    padding-top: 18px;
    padding-bottom: 18px;
}

.b-product__section_size {
    padding-top: 15px;
    padding-bottom: 15px;
}

.b-product__section_price {
    padding-top: 24px;
    padding-bottom: 24px;
}

.b-product_popup .b-product__section_price {
    padding-top: 27px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: -3px;
}

.b-product__section_construct {
    background: #bac6cd url(../images/bg-pattern-1.png);
    padding-top: 27px;
    padding-bottom: 26px;
}

.b-product__section_btns {
    padding-top: 28px;
    padding-bottom: 28px;
}

.b-product__section_info {

}

.b-product__section_description {
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 26px;
}

.b-product__title {
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 8px 0 12px 0;
}

.b-product__data {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
}

.b-product__data-row {
    display: inline-block;
    margin-right: 20px;
}

.b-product__data-row:last-child {
    margin-right: 0;
}

.b-product__data-title {
    display: inline;
    color: #828286;
}

.b-product__data-description {
    display: inline;
}

.b-product__price-field {

}

.b-product__price {
    display: inline;
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
}

.b-product__old-price {
    display: inline;
    font-size: 25px;
    font-weight: bold;
    color: #dc572a;
    text-decoration: line-through;
    position: relative;
    margin-left: 33px;
    white-space: nowrap;
}

.b-product__old-price:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background: #c7ced3;
    transform: skewX(-35deg);
    margin: -1px 0 0 -18px;
}

.b-product__size-field {
    display: block;
    vertical-align: middle;
    margin-right: 20px;
}

.b-size {

}

.b-size__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.b-size__content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.b-size__item {
    margin: 0 1px 0 0;
    position: relative;
}

.b-size__input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.b-size__btn {
    display: block;
    position: relative;
    min-width: 30px;
    padding: 0 7px;
    height: 30px;
    line-height: 28px;
    background: #f3f4f5;
    border: 1px solid #f3f4f5;
    font-size: 13px;
    color: #636467;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.b-size__btn:hover {
    color: #303032;
    background: #fff;
    border-color: #303032;
}

.b-size__input:checked + .b-size__btn {
    background: #303032;
    border-color: #303032;
    color: #fff;
}

.b-product__size-control {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
}

.b-product__size-control-item {

}

.b-product__size-control-btn {
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 0;
    background: none;
    font-size: 13px;
    color: #4c6fb6;
}

.b-product__size-control-window {
    display: none;
}

.b-product__construct {

}

.b-product__construct-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 9px 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.b-product__construct-form {
    margin: 0 -10px;
}

.b-product__construct-form:after {
    content: '';
    display: table;
    clear: both;
}

.b-product__construct-form-field {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.b-product__construct-form-field_1 {
    width: 49.7%;
}

.b-product__construct-form-field_2 {
    width: 50.3%;
    max-width: 120px;
}

.b-product__construct-form-field_3 {
    width: 100%;
    margin-top: 20px;
}

.b-product__construct-form .b-form-row {
    margin: 0;
}

.b-product__construct-form .b-check-row {
    margin: 0;
}

.b-product__construct-text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
}

.b-product__count-field {
    float: left;
    margin: 2px 20px 2px 0;
}

@media only screen and (min-width : 768px) {
    .b-product__count,
    input.b-product__count {
        width: 69px;
    }

    .b-product__count .jq-number__spin {
        width: 25px;
    }
}

.b-product__basket-btn-field {
    float: left;
    margin: 2px 20px 2px 0;
}

.b-product__basket-btn {

}

.b-product__one-click-btn-field {
    float: left;
    margin: 2px 0;
}

.b-product__one-click-btn {

}

.b-product__one-click-window {

}

.b-product__info {
    display: table;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.b-product__info-item {
    display: table-cell;
    vertical-align: top;
    padding-right: 40px;
}

.b-product__info-item:last-child {
    padding-right: 0;
}

.b-product__info-item_shop {
    padding-left: 33px;
}

.b-product__info-item_ofice {
    padding-left: 29px;
}

.b-product__info-item_delivery {
    padding-left: 8px;
}

.b-product__info-status {
    display: inline;
    font-weight: normal;
}

.b-product__info-status_available {
    color: #1bb666;
}

.b-product__info-text {

}

.b-product__info-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0;
    background: none;
    font-weight: normal;
    text-align: left;
}

.b-product__info-btn:hover {
    color: #2d3d4f;
}

.b-product__info-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 0.25;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: 0.15s ease-in-out;
}

.b-product__info-btn:hover:before {
    opacity: 1;
}

.b-size-table {

}

.b-size-table__image-wrapper {
    text-align: center;
    margin-bottom: 22px;
}

.b-size-table__image {
    width: auto;
    height: auto;
    max-width: 100%;
}

.b-size-table__table-wrapper {
    overflow-x: auto;
}

.b-popup-window__content .b-size-table__table-wrapper {
    margin: 0 0 -1px;
}

.b-popup-window__content .b-size-table__table {
    margin: 0;
}

.b-size-table__table-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.b-size-table__table-wrapper::-webkit-scrollbar-track {
    background: #e2e5e7;
}

.b-size-table__table-wrapper::-webkit-scrollbar-thumb {
    background: #2d3d4f;
}

.b-size-table__table {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px 0;
    width: auto;
    min-width: 100%;
    table-layout: fixed;
}

.b-size-table__table th,
.b-size-table__table td {
    padding: 9px 10px;
    text-align: center;
    border: 1px solid #ecf0f1;
    width: 1%;
}

.b-size-table__table th {
    font-weight: normal;
    border-color: #a1a9b1 #ecf0f1;
    background: #f7f8f9;
}

.b-size-table__table th:first-child,
.b-size-table__table td:first-child {
    border-left: none;
}

.b-size-table__table th:last-child,
.b-size-table__table td:last-child {
    border-right: none;
}

.b-size-table__table tr:nth-child(even) td {
    background: #f7f8f9;
}

.b-size-table__table strong {
    font-weight: normal;
}

.b-additional-catalog-section {
    margin-bottom: 50px;
}

.b-additional-catalog-section__header {
    padding-top: 42px;
    padding-bottom: 40px;
}

.b-additional-catalog-section__title {
    margin: 0;
    text-align: center;
}

.b-product_popup {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: visible;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.b-product__more-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 15px;
}

.b-main-slider {
    height: 600px;
    position: relative;
}

.b-main-slider .slick-list,
.b-main-slider .slick-track {
    height: 100% !important;
}

.b-main-slider .slick-prev {
    left: 37px;
}

.b-main-slider .slick-next {
    right: 37px;
}

.b-main-slider .slick-dots li button {
    color: #fff;
    opacity: .5;
}

.b-main-slider .slick-dots li.slick-active button,
.b-main-slider .slick-dots li:hover button {
    color: #fff;
    opacity: 1;
}

.b-main-slider__item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    height: 100%;
}

.b-main-slider__item + .b-main-slider__item:not(.slick-slide) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.b-main-slider__image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-main-slider__image_mobile {
    display: none;
}

.b-main-slider__content {
    width: 100%;
    padding: 15px 234px 0;
    position: relative;
}

.b-main-slider__title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.b-main-slider__text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.b-main-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.b-main-catalog__grid {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.b-main-catalog__grid_lg {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.b-main-catalog__grid_md {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.b-main-catalog__grid_33 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.b-main-catalog__item {
    display: block;
    margin-bottom: 30px;
    position: relative;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.b-main-catalog__item-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.15s ease-in-out;
}

.b-main-catalog__item:hover .b-main-catalog__item-bg {
    opacity: .36;
}

.b-main-catalog__item-bg_mobile {
    display: none;
}

.b-main-catalog__item:hover {
    color: #fff !important;   
}

.b-main-catalog__item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.b-main-catalog__grid_lg .b-main-catalog__item:before {
    padding-top: 37.5%;
}

.b-main-catalog__grid_md .b-main-catalog__item:before {
    padding-top: 74%;
}

.b-main-catalog__item-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 35px;
}

.b-main-catalog__item-title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    width: auto;
	position: absolute;
}

.b-main-catalog__grid:nth-child(5) .b-main-catalog__item-title,
.b-main-catalog__grid:nth-child(6) .b-main-catalog__item-title,
.b-main-catalog__grid:nth-child(7) .b-main-catalog__item-title {
    font-size: 30px;
    line-height: 1.33;
}
/*
.b-main-catalog__grid:nth-child(1) .b-main-catalog__item-title {
    max-width: 4.2em;
    margin: 0 0 3.6em auto;
}

.b-main-catalog__grid:nth-child(2) .b-main-catalog__item-title {
    max-width: 5.2em;
    margin: 0 0 3.6em 0;
}

.b-main-catalog__grid:nth-child(3) .b-main-catalog__item-title {
    max-width: 5.2em;
    margin: 0 0 2.5em 0;
}

.b-main-catalog__grid:nth-child(4) .b-main-catalog__item-title {
    max-width: 8em;
    margin: 0 0 3.6em 0;
}

.b-main-catalog__grid:nth-child(5) .b-main-catalog__item-title {
    max-width: 9.7em;
    margin: 0 0 0 auto;
}

.b-main-catalog__grid:nth-child(6) .b-main-catalog__item-title {
    max-width: 6.6em;
    margin: 0 0 0 auto;
}

.b-main-catalog__grid:nth-child(7) .b-main-catalog__item-title {
    max-width: 9em;
    margin: 0 0 0 0.8em;
}
*/

.b-comands {
    border-bottom: 1px solid #e7eaec;
}

.b-comands__list {
    padding: 0 50px;
}

.b-comands__list:after {
    content: '';
    display: table;
    clear: both;
}

.b-comands__item {
    float: left;
    width: 7.14%;
    width: calc(100% / 14);
}

.b-comands__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 128px;
    padding: 10px;
}

.b-comands__logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-comands .slick-prev {
    left: 37px;
}

.b-comands .slick-next {
    right: 37px;
}

.b-order {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    padding: 40px 40px 15px;
    margin-bottom: 40px;
}

.b-order__inner {
    margin: 0 -30px;
}

.b-order__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-order__step {
    float: left;
    width: 33.33%;
    padding: 0 30px;
}

.b-order__step-header {
    margin-bottom: 11px;
}

.b-order__step-title {
    font-size: 20px;
    line-height: 0.9;
    font-weight: bold;
    margin: 0;
}

.b-order__step-content {

}

.b-order__payment-list {
    margin: 27px 0 24px;
}

.b-order__payment-list .b-check-row {
    margin-bottom: 15px;
}

.b-order textarea {
    height: 140px;
}

.b-price-list {
    font-size: 14px;
    line-height: 21px;
    margin-top: 25px;
    margin-bottom: 14px;
    color: #636467;
}

.b-price-list__row {

}

.b-price-list__row_total {
    margin-top: 8px;
}

.b-price-list__title-field {
    display: inline;
    margin-right: 2px;
}

.b-price-list__value-field {
    display: inline;
}

.b-price-list__title {
    display: inline;
}

.b-price-list__value {
    display: inline;
    font-weight: bold;
    color: #27282a;
}

.b-price-list__row_total .b-price-list__value {
    font-size: 20px;
}

.b-order__btn {
    margin-top: 6px;
    margin-bottom: 25px;
}

.b-basket {
    margin-bottom: 24px;
}

.b-basket__head {

}

.b-basket__body {

}

.b-basket__item {

}

.b-basket__cell {
    border: 1px solid #e7eaec;
    border-width: 0 0 1px;
    padding: 5px 10px;
    vertical-align: middle;
}

.b-basket__cell_image {
    padding-left: 0;
    width: 110px;
}

.b-basket__cell_title {

}

.b-basket__cell_price {
    width: 140px;
}

.b-basket__cell_count {
    width: 180px;
}

.b-basket__cell_total {
    width: 160px;
}

.b-basket__cell_remove {
    width: 70px;
    text-align: center !important;
    padding-left: 0;
    padding-right: 0;
}

.b-basket__cell_head {
    border-width: 0 0 2px;
    border-color: #27282a;
    padding-top: 17px;
    padding-bottom: 12px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-basket__image-wrapper {
    width: 100px;
    text-align: center;
}

.b-basket__image-wrapper a {
    cursor: pointer;
}

.b-basket__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 137px;
}

.b-basket__title {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 1px 0;
}

.b-basket__title a {
   text-decoration: none;
}

.b-basket__data {
    font-size: 13px;
    line-height: 20px;
    color: #828286;
}

.b-basket__price {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.b-basket__old-price {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    color: #dc572a;
    text-decoration: line-through;
}

.b-basket__count {

}

.b-basket__total {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.b-basket__count-value {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    max-width: 54px;
}

.b-basket__remove {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
    background: none;
    width: 30px;
    height: 30px;
    color: #828286;
}

.b-basket__remove:hover {
    color: #ed3b3b;
}

.b-basket__remove .icon {
    width: 19px;
    height: 25px;
}

.b-basket-footer {
    margin-bottom: 46px;
}

.b-basket-footer:after {
    content: '';
    display: table;
    clear: both;
}

.b-basket-footer__content {
    width: 400px;
    margin-left: auto;
}

.b-basket-footer__total {
    margin-bottom: 13px;
}

.b-basket-footer__total-title {
    display: inline;
    font-size: 14px;
    color: #636467;
}

.b-basket-footer__total-price {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.b-basket-footer__btn-field {
    margin-top: 26px;
}

.b-basket-footer__btn {

}

.b-history {
    margin-bottom: 27px;
}

.b-history__title {
    text-align: center;
    margin-bottom: 37px;
    font-size: 30px;
    line-height: 40px;
}

.b-history__content {

}

.b-history__item {
    border: 1px solid #e7eaec;
    position: relative;
    border-width: 1px 0;
    margin-bottom: -1px;
    transition: 0.15s ease-in-out;
}

.b-history__item:hover {
    border-color: #c7ced3;
    z-index: 1;
}

.b-history__item.is-open {
    border-color: #e7eaec;
    box-shadow: 0 0 0 4px #e7eaec inset;
}

.b-history__item-header {
    display: -ms-flexbox;
    display: flex;
    padding: 26px 60px 23px 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.b-history__item-header a:hover {
    color: inherit;
}

.b-history__item-header-arrow {
    position: absolute;
    right: 33px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    color: #c6cdd2;
    transition: 0.15s ease-in-out;
}

.b-history__item-header-arrow:before,
.b-history__item-header-arrow:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 8px;
    background: currentColor;
    left: 50%;
    margin-left: -2px;
}

.b-history__item-header-arrow:before {
    bottom: 50%;
    transform: skewX(35deg);
}

.b-history__item-header-arrow:after {
    top: 50%;
    transform: skewX(-35deg);
}

.b-history__item:hover .b-history__item-header-arrow {
    color: #8d9ca6;
}

.b-history__item.is-open .b-history__item-header-arrow {
    transform: rotate(90deg);
}

.b-history__item-info {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.b-history__item-info:last-child {
    padding-right: 0;
}

.b-history__item-info-title {
    color: #636467;
}

.b-history__item-info_num .b-history__item-info-title,
.b-history__item-info_status .b-history__item-info-title,
.b-history__item-info_summ .b-history__item-info-title {
    display: none;
}

.b-history__item-info-value {

}

.b-history__item-info_num {
    width: 116px;
}

.b-history__item-info_date {
    width: 239px;
}

.b-history__item-info_status {
    width: 165px;
    margin-left: auto;
}

.b-history__item-info_summ {
    font-weight: bold;
    white-space: nowrap;
    width: 117px;
}

.b-history__item-content {
    display: none;
    padding: 0 35px;
}

@media only screen and (min-width : 768px) {
    .b-history .b-basket {
        margin-bottom: 8px;
    }

    .b-history .b-basket__cell_head {
        padding-top: 0;
    }

    .b-history .b-basket__cell_price {
        width: 151px;
    }

    .b-history .b-basket__cell_count {
        width: 165px;
    }

    .b-history .b-basket__cell_total {
        width: 152px;
    }
}

.b-history__item-footer {
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 33px;
}

.b-history__item-data {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
}

.b-history__item-data p {
    margin: 0 0 10px;
}

.b-history__item-footer-content {
    margin-left: auto;
    width: 140px;
}

.b-history__item-total {

}

.b-history__item-total-row {
    position: relative;
    margin-bottom: 6px;
}

.b-history__item-total-title {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    margin-right: 5px;
    bottom: -2px;
    font-size: 14px;
    color: #636467;
}

.b-history__item-total-price {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.b-history__item-btn {
    width: 100%;
    margin-top: 21px;
}

.b-account {
    background: linear-gradient(125deg, #fff 46%, #f3f4f5 46%);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    padding: 40px 35px 30px;
    margin-bottom: 40px;
}

.b-account__inner {

}

.b-account__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-account__section {
    float: left;
    width: 50%;
}

.b-account__section_data {

}

.b-account__section_discount {

}

.b-account__section-content {

}

.b-account__section-inner {

}

.b-account__section-inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-account-data {
    margin-top: -9px;
    position: relative;
    padding-bottom: 30px;
}

.b-account-data:after {
    content: '';
    display: table;
    clear: both;
}

.b-account-data__content {
    float: left;
    width: 100%;
    padding-right: 256px;
}

.b-account-data__list {
    display: table;
    width: 100%;
}

.b-account-data__row {
    display: table-row;
}

.b-account-data__label,
.b-account-data__input-field {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5px;
}

.b-account-data__label {
    font-size: 14px;
    padding-right: 10px;
    color: #636467;
}

input.b-account-data__input {
    height: 28px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: normal;
    transition: 0.15s ease-in-out;
}

input.b-account-data__input[disabled] {
    background: none;
    border-color: transparent;
    cursor: text;
    color: inherit;
    -webkit-text-fill-color: #000;
    -webkit-opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.b-account-data__input + label.error {
    display: none !important;
}

.b-account-data__check-list {
    padding: 4px 0 3px 11px;
}

.b-account-data__check-list .b-check-row {
    display: inline-block;
    margin: 0 26px 0 0;
    vertical-align: top;
}

.b-account-data__check-list .b-check-row:last-child {
    margin-right: 0;
}

.b-account-data__subscribe-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.b-account-data__subscribe-row .b-check-row {
    margin: 0;
}

.b-account-data__footer {
    float: left;
    width: 252px;
    margin-left: -252px;
}

.b-account-data__btn-row {
    margin-bottom: 5px;
}

.b-account-data__btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 3px 0 3px 33px;
    border: none;
    background: none;
    text-decoration: none;
    text-align: left;
    color: #4c6fb6;
    font-size: 14px;
}

.b-account-data__btn:hover {
    color: #27282a;
}

.b-account-data__btn .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.b-discount-info {

}

.b-discount-info__current {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    position: relative;
    background: #dc572a;
    color: #fff;
    height: 50px;
    padding: 0 8px 0 15px;
    margin-bottom: 26px;
}

.b-discount-info__current:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 50px 35px 0 0;
    border-color: #dc572a transparent;
    z-index: 1;
}

.b-discount-info__current-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 8px;
}

.b-discount-info__current-value {
    font-size: 35px;
    line-height: 32px;
    font-weight: 800;
}

.b-discount-info__content {

}

.b-discount-info__content-title {
    display: none;
}

.b-discount-info__content-inner {

}

.b-discount-info__information {
    clear: both;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 19px;
    color: #636467;
}

.b-discount-info__information-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 2px 0;
    color: #27282a;
}

.b-discount-info__table {
    float: left;
    display: table;
    width: 190px;
    border-right: 1px solid #d9e0e2;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
}

.b-discount-info__table-item {
    display: table-row;
}

.b-discount-info__table-value,
.b-discount-info__table-description {
    display: table-cell;
    vertical-align: baseline;
    padding-bottom: 8px;
}

.b-discount-info__table-value {
    width: 80px;
    background: url('../images/icon-arrows.png') right 17px top 5px no-repeat;
}

.b-discount-info__table-description {

}

.b-discount-info__summ {

}

.b-discount-info__summ-title {
    font-size: 14px;
    line-height: 21px;
    color: #636467;
}

.b-discount-info__summ-value {
    font-size: 25px;
    font-weight: bold;
}

.b-select-address-window {
    width: 1240px;
    padding: 10px;
}

.b-select-address-map {
    height: 540px;
}

.b-registration {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    padding: 35px 60px 40px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.b-registration__cols {
    margin-left: -60px;
}

.b-registration__cols:after {
    content: '';
    display: table;
    clear: both;
}

.b-registration__col {
    float: left;
    width: 50%;
    padding-left: 60px;
}

.b-registration__aggreement-field {

}

.b-registration__btn-field {
    text-align: center;
    margin: 27px 0 0;
}

.b-registration__btn {

}

.b-registration__sticker-wrapper {
    max-width: 796px;
    margin: 29px auto 46px;
    padding: 0 38px;
    position: relative;
}

.b-registration__sticker {
    position: relative;
}

.b-registration__sticker-content {
    position: relative;
    border: 2px solid #ed3b3b;
    background: #fff;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 9px 20px;
}

.b-registration__sticker-corner {
    position: absolute;
    border: 2px solid #ed3b3b;
    top: 12px;
    bottom: -12px;
    width: 47px;
}

.b-registration__sticker-corner_left {
    right: 100%;
    margin-right: -14px;
    border-left: none;
    border-left-width: 7px;
}

.b-registration__sticker-corner_right {
    left: 100%;
    margin-left: -14px;
    border-right: none;
}

.b-registration__sticker-corner_left:before,
.b-registration__sticker-corner_right:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    border: 0 solid #ed3b3b;
    -o-border-image: url('../images/border.png') 7 round;
    border-image: url('../images/border.png') 7 round;
}

.b-registration__sticker-corner_left:before {
    left: -5px;
    right: 0;
    border-left-width: 7px;
}

.b-registration__sticker-corner_right:before {
    right: -5px;
    left: 0;
    border-right-width: 7px;
}

.b-registration__sticker-corner-icon {
    position: absolute;
    top: 50%;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #ed3b3b;
    margin-top: -7px;
}

.b-registration__sticker-corner_left .b-registration__sticker-corner-icon {
    left: 50%;
    margin-left: -12px;
}

.b-registration__sticker-corner_right .b-registration__sticker-corner-icon {
    right: 50%;
    margin-right: -12px;
}

.b-registration__sticker-corner-icon:before {
    content: '%';
}

.b-registration__sticker-corner_left:after,
.b-registration__sticker-corner_right:after {
    content: '';
    position: absolute;
    background: #ed3b3b;
    width: 2px;
    height: 15px;
    bottom: -1px;
}

.b-registration__sticker-corner_left:after {
    right: -1px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.b-registration__sticker-corner_right:after {
    left: -1px;
    transform: rotate(45deg);
    transform-origin: right bottom;
}

.b-registration-info-window {
    width: 1280px;
    position: relative;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-registration-info-window .fancybox-close-small {
    right: -50px;
    top: -9px;
}

.b-registration-info-window:after {
    content: '';
    display: table;
    clear: both;
}

.b-registration-info-window__content {
    margin-left: auto;
    width: 43%;
    text-align: center;
    padding: 62px 30px 40px;
}

.b-registration-info-window__title {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.b-registration-info-window__percent {
    font-size: 150px;
    font-weight: 800;
    color: #c7ced3;
    line-height: 1;
}

.b-page__sidebar {
    float: left;
    width: 281px;
}

.b-page__nav-wrapper {
    border-bottom: 1px solid #e7eaec;
    margin-bottom: 36px;
}

.b-page__nav {
    font-size: 16px;
    line-height: 22px;
}

.b-page__nav-header {
    display: none;
}

.b-page__nav-content {

}

.b-page__nav-list {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-page__nav-item {
    padding: 0 5px;
}

.b-page__nav-link {
    display: block;
    height: 48px;
    position: relative;
}

.b-page__nav-link:hover {
    color: #27282a;
}

.b-page__nav-item.is-active .b-page__nav-link {
    color: #27282a;
}

.b-page__nav-item.is-active .b-page__nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #27282a;
}

.b-page__main {
    margin-left: 321px;
}

.b-page__main:after {
    content: '';
    display: table;
    clear: both;
}

.b-page__main-inner {
    float: left;
    width: 100%;
}

.b-faq {

}

.b-faq__list-wrapper {
    position: relative;
    padding-right: 300px;
    margin-bottom: 40px;
    min-height: 297px;
}

.b-faq__list-image {
    position: absolute;
    right: 0;
    top: 32px;
    width: 200px;
    text-align: center;
}

.b-faq__list-image img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.b-faq__list {

}

.b-faq__form-section {
    position: relative;
    z-index: 1;
    padding: 42px 0 0;
    margin-bottom: 42px;
}

.b-faq__form-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 160px;
    z-index: -1;
    background: #bac6cd url(../images/bg-pattern-1.png);
}

.b-faq__section-title {
    text-align: center;
    margin-bottom: 40px;
}

.b-faq__form-window {
    max-width: 700px;
    margin: 0 auto;
    padding: 35px 35px 40px;
    background: #fff;
    border: 10px solid #e7eaec;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.b-faq__form-window-content {
    max-width: 360px;
    margin: 0 auto;
}

.b-faq__form-window textarea {
    height: 136px;
}

.b-call {
    text-align: center;
    margin-bottom: 40px;
}

.b-call__title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.b-call__phone {

}

.b-call__phone-num {
    display: inline-block;
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

.b-call__phone-num:before {
    content: '';
    position: absolute;
    left: -43px;
    top: 9px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-header-phone.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.b-call__phone-num:after {
    content: '';
    position: absolute;
    right: -33px;
    top: 16px;
    width: 20px;
    height: 15px;
    background: url(../images/flag-ru.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.b-call__phone-info {
    font-size: 16px;
    line-height: 21px;
    color: #636467;
    margin-top: 3px;
}

.b-size-chart-nav {
    margin-bottom: 5px;
}

.b-size-chart-nav__col {
    width: 50%;
}

.b-size-chart-nav__select {

}

.b-size-chart {
    padding: 10px 0;
    margin-bottom: 30px;
}

.b-size-chart.is-gender-hidden,
.b-size-chart.is-category-hidden {
    display: none;
}

.b-size-chart__title {

}

.b-size-chart__inner {
    margin: 0 -15px;
}

.b-size-chart__inner:after {
    content: '';
    display: table;
    clear: both;
}

.b-size-chart__aside {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.b-size-chart__img {
    display: block;
    width: 100%;
    height: auto;
}

.b-size-chart__content {
    float: left;
    width: 75%;
    padding: 0 15px;
}

.b-size-chart__table-title {
    font-size: 16px;
    font-weight: bold;
}

.b-size-table-wrapper {

}

.b-size-table {
    width: 100%;
    border: 1px solid #e2e5e7;
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
}

.b-size-table th,
.b-size-table td {
    font-weight: inherit;
    padding: 6px 5px;
    text-align: center;
    border: 1px solid #e2e5e7;
}

.b-size-chart .b-size-table th:first-child,
.b-size-chart .b-size-table td:first-child {
    text-align: left;
    padding-left: 10px;
    width: 140px;
}

.b-basket-popup {
    color: #333;
}

.b-basket-popup__bg {
    display: none;
}

.b-basket-popup__main {
    display: none;
    position: absolute;
    right: 92px;
    top: 100%;
    width: 410px;
    background: #fff;
    z-index: 10002;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    padding: 0 0 86px;
}

html.is-basket-open .b-basket-popup__main {
    display: block;
}

.b-basket-popup__header {
    display: none;
}

.b-basket-popup__content {
    height: 100%;
    max-height: calc(100vh - 148px);
    overflow-y: auto;
}

.b-basket-popup__list {

}

.b-basket-popup__item {
    border-bottom: 1px solid #e7eaec;
    padding: 20px;
}

.b-basket-popup__item-content {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.b-basket-popup__item-image-field {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

.b-basket-popup__item-image-wrapper {
    width: 80px;
    text-align: center;
}

.b-basket-popup__item-image-wrapper a {
    cursor: pointer;
}

.b-basket-popup__item-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 110px;
}

.b-basket-popup__item-title-field {
    display: table-cell;
    vertical-align: middle;
}

.b-basket-popup__item-title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    margin: 0 0 1px 0;
    max-width: 250px;
    color: #4c6fb6;
}

.b-basket-popup__item-data {
    font-size: 13px;
    line-height: 20px;
    color: #828286;
}

.b-basket-popup__item-data-row {

}

.b-basket-popup__item-footer {
    display: table;
    width: 100%;
    position: relative;
    padding-right: 40px;
}

.b-basket-popup__item-price-field {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

.b-basket-popup__item-price {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.b-basket-popup__item-old-price {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    white-space: nowrap;
    color: #dc572a;
    text-decoration: line-through;
}

.b-basket-popup__item-count-field {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
}

.b-basket-popup__item-count {

}

.b-basket-popup__item-total-field {
    display: table-cell;
    vertical-align: middle;
}

.b-basket-popup__item-total {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.b-basket-popup__item-remove-field {
    position: absolute;
    right: 0;
    top: 7px;
}

.b-basket-popup__item-remove {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
    background: none;
    width: 30px;
    height: 30px;
    color: #828286;
}

.b-basket-popup__item-remove:hover {
    color: #ed3b3b;
}

.b-basket-popup__item-remove .icon {
    width: 19px;
    height: 25px;
}

.b-basket-popup__footer {
    height: 86px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #e7eaec;
    padding: 20px;
}

.b-basket-popup__footer-inner {
    display: table;
    width: 100%;
}

.b-basket-popup__footer-total-field {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.b-basket-popup__total {

}

.b-basket-popup__total-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #636467;
}

.b-basket-popup__total-value {
    display: block;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.b-basket-popup__footer-btn-field {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.b-basket-popup__btn {

}

.b-control-nav__item_basket {
    position: relative;
}

.b-filter__row {
    position: relative;
}

.b-filter__row #modef {
    padding: 3px 5px;
    left: 27px;
    top: -8px;
    z-index: 1;
    font-size: 13px;
    line-height: 14px;
    right: 0;
}

.b-print-section {
    background: #bac6cd url('../images/bg-pattern-1.png');
    padding: 42px 0 90px;
}

.b-print-section__title {
    text-align: center;
    margin-bottom: 40px;
}

.b-print-window {
    max-width: 700px;
    margin: 0 auto;
    padding: 35px 35px 40px;
    background: #fff;
    border: 10px solid #e7eaec;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.b-print-window__image-slider {
    position: absolute;
    top: 0;
    right: 100%;
    margin: -28px -90px 0 0;
    width: 325px;
    text-align: center;
}

.b-print-window__image-item {
    position: relative;
}

.b-print-window__image-item + .b-print-window__image-item:not(.slick-slide) {
    display: none;
}

.b-print-window__image-item:before {
    content: '';
    display: block;
    padding-top: 130.462%;
}

.b-print-window__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-print-window__img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-print-window__image-slider .slick-prev {
    left: -40px;
}

.b-print-window__image-slider .slick-next {
    right: -40px;
}

.b-print-window__content {
    max-width: 420px;
    margin: 0 auto;
}

.b-print-window__col-1 {
    width: 73%;
}

.b-print-window__col-2 {
    width: 27%;
}

.b-print-window__footer {
    margin-top: 25px;
    text-align: center;
    position: relative;
}

.b-print-window__price {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
}











#sdek_hidden_block{
	display: none; 
}


.bx-ui-sls-input-block{
	height: 45px;
	padding-top: 4px;
}

.bx-ui-sls-input-block .dropdown-icon{
	top: 14px !important;
	
}

.bx-ui-sls-input-block .bx-ui-sls-container, .bx-ui-sls-input-block .bx-ui-sls-loader{
	margin-top: 4px !important;
}

.bx-ui-sls-input-block .bx-ui-sls-clear {
	margin-top: 7px !important;
}

.bx-ui-sls-input-block .bx-ui-sls-pane{
	margin-top: 9px !important;
}

.hidden_prices{
	display: none;
}

#unavail_text{
	display: none;
}












#confirm_block_basket .sale_order_full_table .btn, #confirm_block_basket .sale_order_full_table input[type="submit"]{
	height: 45px;
    line-height: 43px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background: #27282a;
    border: 1px solid #27282a;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#confirm_block_basket .sale_order_full_table .btn:hover, #confirm_block_basket .sale_order_full_table input[type="submit"]:hover {
    text-decoration: none;
    background: #3a3b3d;
    border-color: #3a3b3d;
    color: #fff;
}

#confirm_block_basket .sale_order_full_table .btn:active, #confirm_block_basket .sale_order_full_table input[type="submit"]:active {
    background: #535355;
    border-color: #535355;
    color: #fff;
}



.not_avail_item{
	opacity: 0.2;
}

#reg_cart_block {
	display: none;
}
.popup_window_custom {
	opacity:0;
	font: 16px/24px "Circe",sans-serif;
	background-color:white;
	border: 2px solid #2b2b2b;
	border-radius: 1px;
	-webkit-border-radius: 1px; /* Safari */
	width:235px;
    position:absolute;
    top:40%;
	left:40%;
	padding: 15px 15px 15px 15px;
    z-index:99999;
	text-align:center;
	color: #565656;
}

.popup_window_custom p{
	padding:0;
	margin:0;
}

.loader_window {
	opacity:0;
	background: url("../images/loader.gif") no-repeat;
	border:none;
	width:66px;
	height:66px;
    position:absolute;
    top:42%;
	left:46%;
	padding: 0;
    z-index:99999;
}

.fancy_close {
	position: absolute;
    top:-15px;
	right:-15px;
	height: 30px;
	width: 30px;
	background: url("../images/closebox.png") top left no-repeat;
	cursor: pointer;
	z-index:3999;
}

.overlay_form_confirm {
	opacity:0; 
	font: 16px/24px inherit;
	background-color:white;
	border: 2px solid #b81d00;
	border-radius: 1px;
	-webkit-border-radius: 1px; /* Safari */
	width:323px;
	display:block;
    position:absolute;
    top:40%;
	left:38%;
	padding: 15px 15px 0 15px;
    z-index:19999;
}

.overlay_form_confirm input[type=text], .overlay_form_confirm textarea{
	border: 1px solid #EA5700;
    box-shadow: 2px 2px 4px #C2C2C2 inset;
    color: #000000;
    font: 16px/24px inherit;
    height: 25px;
    padding: 0 10px;
    width: 190px;
}

.overlay_form_confirm textarea{
	height: 180px;
}

.overlay_form_confirm input[type=text]:hover, .overlay_form_confirm textarea:hover, .overlay_form_confirm input[type=text]:focus, .overlay_form_confirm textarea:focus{
	border:1px solid #b81d00;
}

.overlay_form_confirm input[type=text]:focus, .overlay_form_confirm textarea:focus{
	outline:0 none;
}

.overlay_form_confirm input[type=submit]{
	border: 0;
	background-color: #b81d00;
	background-image: none;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	width: 214px;
	height: 35px;
	background-position: 20px 12px;
}

.overlay_form_confirm input[type=submit]:hover{
	cursor:pointer;
}

.my_error_text{
	color: #d01e1a;
}

.my_ok_text{
	color: green;
}

#wishlist_block .b-catalog-section__content, #search_block .b-catalog-section__content {
	padding-left: 0 !important;
}


#wishlist_block .b-catalog__item, #search_block .b-catalog__item{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
}

@media only screen and (max-width : 999px) {
	#wishlist_block .b-catalog__item, #search_block .b-catalog__item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.b-account-data .birthday_field .b-form-group__col{
	display: none;
	padding: 0;
}

.b-account-data .birthday_field .jq-selectbox__select::after{
	right: 5px;
}

.b-account-data  .jq-selectbox__select {
	padding: 0 9px 0 7px;
	height: 30px;
	line-height: 29px;
}

.b-account-data  .jq-selectbox__dropdown {
	margin-top: -15px;
}


.b-account-data  .not_change {
	padding-left: 11px;
}

.error_text {
	color:red;
	font-size:10px;
	display: block;

margin-top: -5px;
}

#country_select-styler {
	z-index: 12;
}

.b-social-links__link_auth  .icon{
	width: 40px;
	height: 40px;
}

.b-social-links-auth {
	width: 180px; 
	margin: 0 auto;
}

.b-social-links-auth .b-social-links__item{
	margin: 0 10px;
	
}



.eng_link {
    content: '';
    position: absolute;
    margin: 4px 10px;
    width: 20px;
    height: 15px;
    background: url('../images/flag-ru.svg') 0 0 no-repeat;
    background-size: 100% 100%;
	
	display: none;
}

@media only screen and (max-width : 768px) {
    .eng_link {
		left: -47px;
		top: 51px;
	}

}

.birthday_field .jq-selectbox__dropdown ul, #team_select .jq-selectbox__dropdown ul{
	max-height: 250px;
}

.complect_sizes, .complect_sizes_not_avail {
	margin-bottom: 5px;
}