

/* Start:/local/assets/css/global.css?1788269745134485*/
/* Generated by less 2.5.1 */
@charset "utf-8";
/* CSS Styles by Sergei.Zgursky@yandex.ru */


@font-face {
    font-family: 'GothamPro';
    src: url('/local/assets/css/../fonts/GothamPro-Medium.woff') format('woff');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('/local/assets/css/../fonts/GothamPro-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('/local/assets/css/../fonts/GothamPro.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

html * {
    max-height: 1000000px;
}

ul:not([class]) {
    margin-left: 20px;
}
ol:not([class]) {
    margin-left: 20px;
}

/*.bx-core-dialog-overlay{display:none !important;} */
/* Reset - Begin */
* {
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    margin: auto;
    padding: inherit;
    -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
    -moz-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
    -o-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

input {
    vertical-align: middle;
}

input::-ms-clear,
textarea::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0;
}

button,
input,
textarea {
    font-family: 'GothamPro', serif;
}

html {

}

body {
    position: relative;
    height: 100%;
    min-height: 100%;
    color: #043140;
    font-size: 14px;
    overflow-x: hidden;
    font-style: normal;
    background-color: #f3f3f3;
    line-height: 1.43;
    font-family: 'GothamPro', serif;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible;
    -webkit-text-size-adjust: none;
}

*:focus {
    outline: none;
}

::selection {
    color: #fff;
    background: #000;
}

::-moz-selection {
    color: #fff;
    background: #000;
}

a {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
    -webkit-transition: text-decoration 0.3s ease;
    -moz-transition: text-decoration 0.3s ease;
    -o-transition: text-decoration 0.3s ease;
    transition: text-decoration 0.3s ease;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    padding: 0;
    border: none;
    text-decoration: none;
}

p {
    margin: 0 0 10px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clear {
    clear: both;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #043140 !important;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent !important;
}

._visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.block-left {
    float: left;
}

.block-right {
    float: right;
}

.ov-hidd {
    overflow: hidden;
}

section,
header,
footer,
menu,
nav,
aside,
article,
details,
summary,
figure,
figcaption,
hgroup,
time,
main {
    display: block;
}

/* Reset - End */
.main-block {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.inline-middle {
    display: inline-block;
    vertical-align: middle;
}

html.svg img.no-svg {
    display: none !important;
}

html.no-svg img.svg {
    display: none !important;
}

.moving {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.visible {
    min-height: 100%;
    overflow: hidden;
}

.moving.visible {
    height: 100%;
}

.moving.visible .main-block {
    overflow-x: visible;
    height: 100%;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.moving.visible .close-menu {
    visibility: visible;
}

.moving.visible .bg_close {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.no-csstransforms .moving.visible .main-block {
    left: 200px;
}

.main-block {
    position: static;
    min-height: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease, transform 0.4s ease;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
}

.wrapper--aside {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (min-width: 992px) {

    .wrapper--aside {
        flex-wrap: nowrap;
    }
}

.wrapper--aside .wrapper__aside {
    flex: 1 1 100%;
}

@media (min-width: 480px) {

    .wrapper--aside .wrapper__aside {
        flex: 1 0 244px;
    }
}

.wrapper--aside .wrapper__content {
    flex: 1 1 auto;
    min-width: calc(100% - 234px);
}

h1,
.h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 27px;
}

h2,
.h2 {
    color: #232221;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

h3,
.h3 {
    color: #232221;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 7px;
}

/* header - Begin*/
header {
    position: relative;
    z-index: 6;
}

.hhead {
    background: #f3f3f3;
    padding: 9px 0 0;
}

.hhead .logo-text {
    float: left;
    font-size: 12px;
    color: #9f9f9f;
    margin: 1px 0 11px 173px;
	text-transform: uppercase;
	font-weight: 500;
	color: #043140;
}

.hhead .logo-text .mobile {
    display: none;
}

.city {
    float: right;
    background: url(/local/assets/css/../images/icon_1.png) 0 0 no-repeat;
    padding-left: 22px;
    line-height: 20px;
    color: #9f9f9f;
    font-size: 12px;
}

.city a {
    color: #232221;
    text-decoration-style: dashed;
}

.bhead {
    padding: 0 16px;
    background: #fff;
}

.bhead .logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -23px;
}

.bhead .box {
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
}

.bhead .box a.tel {
    font-size: 18px;
    color: #232221;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-left: 51px;
}

.bhead .box .order-call {
    display: inline-block;
    color: #e31e24;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration-style: dotted;
    margin-left: 18px;
}

.bt_head {
    margin-top: 16px;
}
.bt_head > span {
    display: inline-block;
}
.bt_head a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    padding: 8px 30px;
}

.bt_head a:before {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: -1px;
    background: #ebebeb;
}

.bt_head a .img {
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bt_head a .img:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
}

.bt_head a .img img {
    display: inline-block;
    vertical-align: middle;
}

.bt_head a .img span {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.bt_head a p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #2e2d2b;
    text-decoration: underline;
    text-decoration-color: #d8d8d7;
    margin-left: 10px;
    font-size: 12px;
}

.bt_head a.basket .img span {
    background: #e31e24;
}

.bt_head a.basket p {
    color: #e31e24;
    text-decoration: underline;
    text-decoration-color: #f8d6d7;
}

.bt_head a.enter p {
    max-width: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bt_head a.comparison .img span {
    background: #254dbe;
}

/* header - end*/
/* .menu - Begin */
.menu-box .nav {
    position: relative;
    line-height: 0;
    list-style: none;
    font-size: 1px;
    text-align: justify;
    text-justify: newspaper;
    text-align-last: justify;
    zoom: 1;
    padding: 0;
}

.menu-box .nav:after {
    content: '';
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.menu-box .nav li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    /*padding-bottom: 18px;*/
}

.menu-box .nav li:hover .second_lvl {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: auto;
}

.menu-box .nav li .second_lvl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: #2b3036;
    text-align: left;
    text-align-last: left;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.4s ease, -webkit--webkit-transform, -moz--webkit-transform, -o--webkit-transform, -webkit-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    -moz-transition: opacity 0.4s ease, -webkit--moz-transform, -moz--moz-transform, -o--moz-transform, -moz-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    -o-transition: opacity 0.4s ease, -webkit--o-transform, -moz--o-transform, -o--o-transform, -o-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    transition: opacity 0.4s ease, -webkit--webkit-transform, -webkit--moz-transform, -webkit--o-transform, -webkit-transform, -moz--webkit-transform, -moz--moz-transform, -moz--o-transform, -moz-transform, -o--webkit-transform, -o--moz-transform, -o--o-transform, -o-transform, -webkit-transform, -moz-transform, -o-transform, transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    border: 1px solid #3b424a;
    padding-top: 3px;
}

.menu-box .nav li .second_lvl:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 20px;
    border: 6px solid transparent;
    border-bottom-color: #2b3036;
}

.menu-box .nav li .second_lvl li {
    display: block;
    width: auto;
    text-align: left;
    padding: 0;
}

.menu-box .nav li .second_lvl li:last-child a {
    border: none;
}

.menu-box .nav li .second_lvl li a {
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: left;
    text-align-last: left;
    text-transform: none;
    text-decoration: none;
    padding: 15px 20px;
    border-bottom: 1px solid #3b424a;
    line-height: 1.13;
}

.menu-box .nav li .second_lvl li a:before {
    content: "";
    background: url(/local/assets/css/../images/icon_12.png) no-repeat 0 0;
    width: 4px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    margin-right: 20px;
}

.menu-box .nav li .second_lvl li:hover {
    background: #20242a;
}

.menu-box .nav li .second_lvl li:hover a {
    color: #ff252c;
}

.menu-box .nav li .second_lvl li:hover a:before {
    background-position: 0 100%;
}

.menu-box .nav li a {
    display: block;
    line-height: 1;
    font-weight: 500;
    color: #232221;
    font-size: 14px;
    text-transform: uppercase;
    /*text-align-last: center;*/
    padding: 10px 8px 15px;
}

.menu-box .next_lvl {
    position: absolute;
    top: 0;
    left: 100%;
    width: 230px;
    padding: 6px 0;
    background: #2b3036;
    text-align: left;
    text-align-last: left;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.4s ease, -webkit--webkit-transform, -moz--webkit-transform, -o--webkit-transform, -webkit-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    -moz-transition: opacity 0.4s ease, -webkit--moz-transform, -moz--moz-transform, -o--moz-transform, -moz-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    -o-transition: opacity 0.4s ease, -webkit--o-transform, -moz--o-transform, -o--o-transform, -o-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    transition: opacity 0.4s ease, -webkit--webkit-transform, -webkit--moz-transform, -webkit--o-transform, -webkit-transform, -moz--webkit-transform, -moz--moz-transform, -moz--o-transform, -moz-transform, -o--webkit-transform, -o--moz-transform, -o--o-transform, -o-transform, -webkit-transform, -moz-transform, -o-transform, transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
}

.menu-box .next_lvl .next_lvl {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.4s ease, -webkit--webkit-transform, -moz--webkit-transform, -o--webkit-transform, -webkit-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    -moz-transition: opacity 0.4s ease, -webkit--moz-transform, -moz--moz-transform, -o--moz-transform, -moz-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    -o-transition: opacity 0.4s ease, -webkit--o-transform, -moz--o-transform, -o--o-transform, -o-transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
    transition: opacity 0.4s ease, -webkit--webkit-transform, -webkit--moz-transform, -webkit--o-transform, -webkit-transform, -moz--webkit-transform, -moz--moz-transform, -moz--o-transform, -moz-transform, -o--webkit-transform, -o--moz-transform, -o--o-transform, -o-transform, -webkit-transform, -moz-transform, -o-transform, transform, 0.4s ease, visibility 0.4s ease, border-color 0.6s;
}

.menu-box .next_lvl > li:hover > .next_lvl {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.menu-box .nav li .second_lvl > li:hover > .next_lvl {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* .menu - end */
/* .lightbox - Begin */
.lightbox {
    position: relative;
    z-index: 1001;
    margin: 40px auto;
    padding: 26px 40px 47px;
    color: #000;
    max-width: 650px;
    font-size: 104%;
    text-align: left;
    background: #fff;
}

.lightbox.lightbox_order_call {
    max-width: 410px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
}

.lightbox.lightbox_order_call h3,
.lightbox.lightbox_order_call .h3 {
    margin-bottom: 25px;
    color: #e31e24;
}

.lightbox.lightbox_alert {
    max-width: 410px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
}

.lightbox.lightbox_alert h3,
.lightbox.lightbox_alert .h3 {
    margin-bottom: 11px;
    font-size: 18px;
}

.lightbox.lightbox_alert p {
    color: #232221;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 23px;
}

.lightbox.lightbox_question {
    max-width: 512px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 4px;
}

.lightbox.lightbox_question h3,
.lightbox.lightbox_question .h3 {
    margin-bottom: 25px;
    color: #e31e24;
}

.lightbox h3,
.lightbox .h3 {
    margin-bottom: 25px;
}

.lightbox .box-tabs {
    display: none;
}

.lightbox.lightbox-enter {
    padding: 39px 60px 28px;
    text-align: center;
    max-width: 470px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lightbox.lightbox-enter .bt_red {
    padding: 0 40px;
    border: none;
    margin-bottom: 12px;
}

.lightbox.lightbox-enter .input-password,
.lightbox.lightbox-enter .input-mail {
    margin-bottom: 10px;
}

.lightbox .section_tabs {
    padding-bottom: 22px;
}

.lightbox .link-red {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
}

.lightbox .link-gold {
    display: inline-block;
    color: #ba8d56;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 35px;
}

.lightbox .textarea-text {
    width: 100%;
    padding: 8px 15px 9px;
    font-size: 16px;
    color: #4e5a68;
    background: #fff;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #232221;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    resize: none;
    height: 150px;
}

.lightbox .box-goods {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: 15px;
}

.lightbox .box-goods span {
    display: inline-block;
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 16px;
}

.lightbox .box-goods img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.lightbox .box-goods b {
    display: inline-block;
    vertical-align: middle;
    color: #232221;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.lightbox dl {
    margin-bottom: 11px;
}

.lightbox dl.little {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.lightbox dl dt {
    color: #9f9f9f;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}

.lightbox .input-text {
    width: 100%;
    height: 40px;
    padding: 8px 15px 9px;
    font-size: 16px;
    color: #4e5a68;
    background: #fff;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #232221;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}
.lightbox .input-text.error {
	border-color: red;
}
.lightbox .input-text.succeed {
	border-color: green;
}

.lightbox .rating {
    margin-bottom: 0;
}

.lightbox .column {
    padding: 0;
    list-style: none;
}

.lightbox .column li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.lightbox-container {
    display: none;
    position: fixed;
    overflow-y: scroll;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lightbox-bg {
    display: none;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.lightbox .close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 17px;
    height: 17px;
    background: url(/local/assets/css/../images/icon_close.png) 0 0 no-repeat;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
}

.lightbox .close:hover {
    opacity: 0.6;
}

#card_product {
    max-width: 850px;
    padding: 23px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.23;
}

#card_product .lightboxArrowLeft {
    background: url(/local/assets/css/../images/arrow_sl.png) no-repeat 0 0;
    width: 45px;
    height: 75px;
    margin-top: -37.5px;
    left: -120px;
    position: absolute;
    top: 50%;
}

#card_product .lightboxArrowRight {
    background: url(/local/assets/css/../images/arrow_sl.png) no-repeat 0 0;
    width: 45px;
    height: 75px;
    margin-top: -37.5px;
    top: 50%;
    -webkit-transform: rotate(180deg) translateX(15px);
    -moz-transform: rotate(180deg) translateX(15px);
    -o-transform: rotate(180deg) translateX(15px);
    -ms-transform: rotate(180deg) translateX(15px);
    transform: rotate(180deg) translateX(15px);
    right: -120px;
    position: absolute;
}

.alphabet {
    text-align: center;
    font-size: 14px;
    padding: 13px 0 11px;
    line-height: 1.8;
    border-top: 1px solid #db3b87;
    border-bottom: 1px solid #db3b87;
    letter-spacing: 0.48em;
    font-family: 'CenturyGothic';
    margin-bottom: 30px;
}

.alphabet li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.alphabet li.active a {
    cursor: default;
    color: #fff;
    position: relative;
    display: inline-block;
}

.alphabet li.active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-left: -17px;
    margin-top: -14px;
    background: #db3b87;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    z-index: -1;
}

.alphabet a {
    display: inline-block;
    position: relative;
    color: #1d1d1d;
    text-decoration: none;
}

.letter {
    float: left;
    font-size: 36px;
    margin-right: 7%;
    line-height: 1;
    margin-top: -3px;
    width: 40px;
    display: block;
}

.scroll-city {
    overflow: auto;
    max-height: 300px;
    font-family: 'CenturyGothic';
}

.scroll-city::-webkit-scrollbar {
    width: 5px;
}

.scroll-city::-webkit-scrollbar-track {
    background: #fff;
}

.scroll-city::-webkit-scrollbar-thumb {
    background: #ead6b0;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.scroll-city ul {
    list-style: none;
    overflow: hidden;
    padding-right: 10px;
}

.scroll-city ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
}

.scroll-city ul li:last-child {
    margin-bottom: 0;
}

.scroll-city ul a {
    color: #1d1d1d;
    text-decoration: none;
}

.fhead {
    background: linear-gradient(0deg, #f4f4f3 0%, #fff 100%);
    margin-bottom: 10px;
}

/* .lightbox - end */
/* .header-mobile - Begin */
.link-drop {
    z-index: 102;
    position: relative;
    float: left;
    padding: 12px 12px 11px;
    background: #2b3036;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    border: 0;
}

.link-drop:hover {
    background: #20242a;
}

.link-drop i {
    display: block;
    width: 25px;
    height: 1px;
    margin: 6px auto;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.no-touch .link-drop:hover i:first-child {
    -webkit-transform: rotate(-90deg) translateX(-6px);
    -moz-transform: rotate(-90deg) translateX(-6px);
    -o-transform: rotate(-90deg) translateX(-6px);
    -ms-transform: rotate(-90deg) translateX(-6px);
    transform: rotate(-90deg) translateX(-6px);
}

.no-touch .link-drop:hover i:first-child + i + i {
    -webkit-transform: rotate(-90deg) translateX(7px);
    -moz-transform: rotate(-90deg) translateX(7px);
    -o-transform: rotate(-90deg) translateX(7px);
    -ms-transform: rotate(-90deg) translateX(7px);
    transform: rotate(-90deg) translateX(7px);
}

.header-mobile li.active a:hover,
.header-mobile li.active a {
    cursor: default;
}

.no-touch .link-drop.active:hover i:first-child {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.no-touch .link-drop.active:hover i:first-child + i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-touch .link-drop.active:hover i:first-child + i + i {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -moz-transform: rotate(-45deg) translate(4px, -4px);
    -o-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
}

.touch .link-drop.active i:first-child {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.touch .link-drop.active i:first-child + i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.touch .link-drop.active i:first-child + i + i {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -moz-transform: rotate(-45deg) translate(4px, -4px);
    -o-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
}

.header-mobile .menu-box {
    display: none;
    position: absolute;
    z-index: 151;
    left: 49px;
    top: 0;
    text-align: left;
    width: 270px;
    padding-left: 15px;
    font-size: 19px;
    padding: 0 0 5px;
    background: #403d50;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotateY(-90deg) skewY(-13deg);
    -moz-transform: rotateY(-90deg) skewY(-13deg);
    -o-transform: rotateY(-90deg) skewY(-13deg);
    -ms-transform: rotateY(-90deg) skewY(-13deg);
    transform: rotateY(-90deg) skewY(-13deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-mobile .menu-box span {
    display: none;
}

.header-mobile .menu-box .bt_enter span {
    color: #fff;
}

.header-mobile .menu-box .section_page {
    display: none;
}

.header-mobile .menu-box .section_page a {
    background: none;
}

.header-mobile li {
    text-align: left;
    margin-right: 0;
    height: auto;
}

.header-mobile li .arrow {
    display: none;
}

.header-mobile li a {
    color: #fff;
    height: auto;
    font-size: 14px;
    padding: 3px 0 3px 20px !important;
}

.header-mobile li a .icon {
    display: none;
}

.header-mobile .menu-box.visible {
    -webkit-transform: rotateY(0deg) skewY(0deg);
    -moz-transform: rotateY(0deg) skewY(0deg);
    -o-transform: rotateY(0deg) skewY(0deg);
    -ms-transform: rotateY(0deg) skewY(0deg);
    transform: rotateY(0deg) skewY(0deg);
}

.header-mobile .nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px 20px;
    margin-right: 0;
}

.header-mobile .nav a:first-child {
    padding-top: 12px;
}

.header-mobile .nav:hover a.active {
    background: none;
}

.header-mobile {
    display: none;
    position: relative;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-mobile ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-mobile li,
.fhead .header-mobile .menu-box .nav a {
    display: block;
    border: none;
    text-align: left;
    text-align-last: left;
}

.fhead .header-mobile .menu-box .nav li .second_lvl .next_lvl,
.fhead .header-mobile .menu-box .nav li .second_lvl {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    border: none;
    background: none;
    padding: 0;
}

.fhead .header-mobile .menu-box .nav li .second_lvl .next_lvl li,
.fhead .header-mobile .menu-box .nav li .second_lvl li {
    padding: 0;
    background: none;
}

.fhead .header-mobile .menu-box .nav li .second_lvl .next_lvl li:hover a,
.fhead .header-mobile .menu-box .nav li .second_lvl li:hover a,
.fhead .header-mobile .menu-box .nav li .second_lvl .next_lvl li:hover,
.fhead .header-mobile .menu-box .nav li .second_lvl li:hover {
    background: none;
}

.fhead .header-mobile .menu-box .nav li .second_lvl .next_lvl li a,
.fhead .header-mobile .menu-box .nav li .second_lvl li a {
    padding: 5px 0;
    color: #fff;
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fhead .header-mobile .menu-box .nav li .second_lvl .next_lvl li a:before,
.fhead .header-mobile .menu-box .nav li .second_lvl li a:before {
    display: none;
}

.header-mobile li {
    display: block;
    margin: 0;
}

.header-mobile .nav li:before {
    display: none;
}

.header-mobile .menu-box .nav {
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-mobile .menu-box .nav li {
    display: block;
    text-align: left;
    margin-right: 0;
    padding: 5px 0;
    text-align-last: left;
}

.header-mobile .menu-box .nav li a {
    color: #fff;
    background: none;
    text-align: left;
    text-align-last: left;
}

.header-mobile .menu-box .nav li .next_lvl,
.header-mobile .menu-box .nav li .second_lvl {
    position: relative;
    top: 0;
    left: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    background: none;
    padding: 0;
}

.header-mobile .menu-box .nav li .next_lvl:before,
.header-mobile .menu-box .nav li .second_lvl:before {
    display: none;
}

.header-mobile .menu-box .nav li .next_lvl li,
.header-mobile .menu-box .nav li .second_lvl li {
    background: none;
    padding: 0;
}

.header-mobile .menu-box .nav li .next_lvl a,
.header-mobile .menu-box .nav li .second_lvl a {
    padding: 0;
    background: none;
    color: #fff !important;
}

.header-mobile .menu-box .nav li .next_lvl a:before,
.header-mobile .menu-box .nav li .second_lvl a:before {
    display: none;
}

.header-mobile .nav li.home a,
.header-mobile .nav li a {
    display: block;
    width: auto;
    padding: 10px 0;
    color: #fff;
}

.header-mobile .nav li:hover a {
    color: #fff;
}

.hhead .header-mobile .city,
.hhead .header-mobile .translation,
.hhead .header-mobile .enter a,
.hhead .header-mobile .enter {
    display: none;
    color: #fff;
    font-size: 14px;
    float: none;
}

.hhead .header-mobile .city {
    background: none;
    padding: 10px 20px 0;
}

.hhead .header-mobile .city a {
    color: #fff;
    text-decoration: underline;
}

.hhead .header-mobile .enter {
    margin: 0;
    padding: 0;
}

.hhead .header-mobile .enter a {
    padding: 10px 20px 0;
    margin: 0;
}

.hhead .header-mobile .translation {
    padding: 10px 20px 0;
}

.hhead .tel {
    display: none;
    color: #fff;
    font-size: 20px;
    margin-top: 6px;
    text-decoration: none;
    float: right;
    -webkit-transition: 0s ease;
    -moz-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

/* .header-mobile - end */
/* .menu-catalog-mobile - Begin */
.bg_close {
    position: absolute;
    z-index: 911;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, visibility 0.1ms 0.4s ease;
    -moz-transition: opacity 0.4s ease, visibility 0.1ms 0.4s ease;
    -o-transition: opacity 0.4s ease, visibility 0.1ms 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.1ms 0.4s ease;
}

.mobile-filter.visible-filter {
    z-index: 911;
    background: #fff;
    padding: 10px 20px;
}

.mobile-filter.visible-filter .bx-filter .btn.btn-themes {
    width: 100%;
}

.mobile-filter {
    position: absolute;
    overflow: auto;
    left: -300px;
    top: 0;
    height: 100%;
    min-height: 100%;
    bottom: 0;
    z-index: 910;
    width: 300px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: visibility 0.4s ease;
    -moz-transition: visibility 0.4s ease;
    -o-transition: visibility 0.4s ease;
    transition: visibility 0.4s ease;
}

.mobile-filter ul {
    padding: 0;
}

.mobile-filter ul .img {
    display: none;
}

.mobile-filter .active .second-lvl {
    display: block;
}

.mobile-filter .second-lvl {
    display: none;
}

.mobile-filter .second-lvl a {
    padding-left: 30px;
}

.mobile-filter a {
    position: relative;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    -webkit-transition: color 1s ease, background-color 1s ease;
    -moz-transition: color 1s ease, background-color 1s ease;
    -o-transition: color 1s ease, background-color 1s ease;
    transition: color 1s ease, background-color 1s ease;
}

.mobile-filter a:hover {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.mobile-filter .second_level a {
    padding-left: 20px;
}

.mobile-filter .menu-left {
    font-size: 13px;
}

.mobile-filter .menu-left a {
    position: relative;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    background: #fff;
    -webkit-transition: color 1s ease, background-color 1s ease;
    -moz-transition: color 1s ease, background-color 1s ease;
    -o-transition: color 1s ease, background-color 1s ease;
    transition: color 1s ease, background-color 1s ease;
}

.mobile-filter .menu-left a:hover {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.mobile-filter .menu-left:last-child {
    padding-bottom: 70px;
}

.mobile-filter .menu-left:last-child a {
    background: #fff;
    text-decoration: none;
}

.mobile-filter .menu-left:last-child span {
    cursor: default;
    position: relative;
    display: block;
    padding: 11px 10px 13px;
    color: #000;
    background: none;
}

.mobile-filter .title {
    position: relative;
    background: #048abd;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 11px 15px;
    margin-bottom: 0;
}

.mobile-filter .title:before {
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 6px;
    width: 11px;
    margin-right: 12px;
}

.mobile-filter .title:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 11px;
    position: absolute;
    top: 19px;
    left: 15px;
    background: #fff;
}

.mobile-filter {
    z-index: 909;
}

.link-menu-mobile {
    display: none;
    text-decoration: none;
    clear: both;
    border: none;
    width: 100%;
    height: 50px;
    background-color: #e31e24;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.link-menu-mobile.bt-goods {
    display: block;
    float: left;
    width: 250px;
    margin-right: 32px;
    margin-top: -11px;
}

.link-filter-mobile {
    background-clip: padding-box;
    background-color: #2b3036;
    border: medium none;
    border-radius: 2px;
    clear: both;
    color: #fff;
    display: none;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.mm-menu {
    height: 100%;
    min-height: 100%;
}

.mm-menu.menu-catalog ul li {
    display: block;
}

.mm-menu.left_menu .menu_cat {
    display: block !important;
    margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 36px !important;
}

.mm-menu.menu_catalog li {
    margin-bottom: 20px;
}

.mm-menu.menu-catalog .second-lvl {
    visibility: visible;
    opacity: 1;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened {
    max-width: 250px;
    -webkit-transform: translate3d(0, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0px);
    -o-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened a,
.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened span {
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 16px;
    background: none;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .second-lvl li a {
    color: #fff;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .second-lvl li.lvl_3 a {
    color: #fff;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened li:hover {
    background: #20242a;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-navbar {
    border: none;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-listview .mm-next::before {
    border: none;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-listview > li:not(.mm-divider)::after {
    border: none;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-arrow::after,
.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-next::after,
.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-prev::before {
    border: none;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-title {
    font-size: 13px;
    text-align: left;
    padding-left: 30px;
    position: relative;
    margin: 36px 0 0 -27px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-title:before {
    content: "";
    border: 5px solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 14px;
    left: 0;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-title:after {
    content: "";
    border: 5px solid transparent;
    border-right-color: #2b3036;
    position: absolute;
    top: 14px;
    left: 2px;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .menu-catalog .second-lvl {
    transform: translate3d(100%, 0px, 0px);
    display: block;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .menu-catalog .second-lvl ul {
    text-align-last: left;
    text-align: left;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .menu-catalog .second-lvl ul li {
    display: block;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .menu-catalog .second-lvl ul li a {
    color: #fff;
    font-size: 16px;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .menu-catalog .second-lvl ul li.lvl_3 a {
    color: #fff;
    font-size: 14px;
}

.mm-menu.left_menu .first-lvl > a {
    text-transform: none;
    padding: 10px;
}

.mm-menu.left_menu .second-lvl {
    display: block;
}

.mm-menu.left_menu .second-lvl li {
    padding: 0 20px;
}

.mm-menu.left_menu .mm-listview.second-lvl li a:before {
    content: none;
}

.mm-menu.left_menu .hidd .first-lvl {
    display: block;
}

.left_menu .hidd .first-lvl {
    display: none;
}

.left_menu .hidd .first-lvl.active {
    display: block;
}

.left_menu .hidd .first-lvl.active .second-lvl {
    display: block;
}

.mm-theme-white.mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 10 !important;
    background: #2b3036;
    display: block !important;
}

html.mm-theme-white.mm-opening .mm-slideout {
    -webkit-transform: translate3d(0, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0px);
    -o-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
}

/* .menu-catalog-mobile - end */
/* .l-sb - Begin */
.l-sb {
    float: left;
    width: 244px;
    margin-right: 10px;
    position: relative;
    z-index: 10;
}

.l-sb .title_menu {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    background: #e31e24;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
    letter-spacing: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

.l-sb .title_menu i {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: block;
    background: #c32429;
    -webkit-border-radius: 3px 0 0 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 0 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0 0 3px;
    background-clip: padding-box;
}

.l-sb .title_menu i:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 13px;
    margin-top: 0;
    height: 15px;
    width: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='25px' height='15px' viewBox='0 0 25 15' enable-background='new 0 0 25 15' xml:space='preserve'><rect width='25' height='1' fill='white' /><rect width='25' height='1' y='7' fill='white'/><rect width='25' height='1' y='14' fill='white'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

.l-sb .left_menu {
    margin-top: 0px;
    margin-bottom: 30px;
}

.l-sb .left_menu .menu_cat {
    margin-bottom: 20px;
    background: #2b3036;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 0;
}

.l-sb .left_menu .white_menu .first-lvl {
    background: #fff;
}

.l-sb .left_menu .white_menu .first-lvl a {
    color: #fff;
    background: url(/local/assets/css/../images/dotted_gr.png) repeat-x 0 100%;
}

.l-sb .left_menu .white_menu .first-lvl:hover a {
    background: url(/local/assets/css/../images/dotted_gr.png) repeat-x 0 100%;
    color: #fff;
}

.l-sb .left_menu .white_menu .first-lvl:last-child:hover a {
    background: none;
}

.l-sb .left_menu .first-lvl {
    padding: 0;
    display: block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}

.l-sb .left_menu .first-lvl.active,
.l-sb .left_menu .first-lvl:hover {
    background-color: #20242a;
}

.l-sb .left_menu .first-lvl.active > a,
.l-sb .left_menu .first-lvl:hover > a {
    color: #ff2930;
}

.l-sb .left_menu .first-lvl.active > a:before,
.l-sb .left_menu .first-lvl:hover > a:before {
    background-position: 0 100%;
}

.l-sb .left_menu .first-lvl:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.l-sb .left_menu .first-lvl:first-child > a {
    padding-top: 21px;
}

.l-sb .left_menu .first-lvl:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
}

.l-sb .left_menu .first-lvl:last-child > a {
    background-image: none;
    margin-bottom: 0;
    border-radius: 0 0 3px 3px;
    padding-bottom: 18px;
}

.l-sb .left_menu .first-lvl > a {
    padding: 13px 20px;
    font-weight: 500;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    border-bottom: 1px solid #3b424a;
}

.l-sb .left_menu .first-lvl > a:before {
    content: "";
    width: 4px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    margin-right: 20px;
    background: url(/local/assets/css/../images/icon_12.png) no-repeat 0 0;
}

.l-sb .left_menu li:hover .second-lvl {
    display: block;
}

.l-sb .left_menu .second-lvl {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 900px;
    height: auto;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background-color: white;
    padding: 25px 43px 23px 30px;
    /*padding: 0;*/
    -webkit-box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    -moz-box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
}

.l-sb .left_menu .second-lvl li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.l-sb .left_menu .second-lvl a {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
    color: #232221;
}

.l-sb .left_menu .second-lvl a:hover {
    color: #ea282e;
}

.left_news.box-mob {
    display: none;
}

.left_news.box-mob article {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.left_news.box-mob .link_red {
    display: block;
    margin-bottom: 16px;
}

.left_news article {
    background-color: #fff;
    position: relative;
    /*width: 212px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 25px 22px 20px;
    margin-bottom: 10px;
}

.left_news article a {
    color: #232221;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-color: #c8c8c7;
}

.left_news article time {
    color: #9f9f9f;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 2px;
}

.link_red {
    display: inline-block;
    color: #e31e24;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 25px;
}

/* .l-sb - end */
/* .container - Begin */
.container {
    overflow: hidden;
    position: relative;
}
.container--detail {
    overflow: visible;
    z-index: 9;
}
.container--detail .search .input-search {
    width: calc(100% - 254px);
}
/* .container - end */
/* .search - Begin */
.search {
    position: relative;
}

.search .container-search {
    margin-bottom: 10px;
}

.search .input-search {
    background-color: #fff;
    width: 100%;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 50px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 2px 5px rgba(8, 9, 9, 0.16);
    -moz-box-shadow: 2px 2px 5px rgba(8, 9, 9, 0.16);
    box-shadow: 2px 2px 5px rgba(8, 9, 9, 0.16);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    height: 50px;
    padding: 0 50px 0 30px;
    position: relative;
    z-index: 3;
}

.search .input-search::-webkit-input-placeholder {
    color: #9f9f9f;
}

.search .input-search:-moz-placeholder {
    color: #9f9f9f;
}

.search .input-search::-moz-placeholder {
    color: #9f9f9f;
}

.search .input-search:-ms-input-placeholder {
    color: #9f9f9f;
}

.search .bt_search {
    border: none;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 14px;
    top: 15px;
    background: url(/local/assets/css/../images/icon_5.png) no-repeat;
    z-index: 4;
}

/* .search - end */
/* .slides - Begin */
.slides {
    margin-bottom: 10px;
}

.slides .slider {
    width: 100%;
}

.slides .slider .rsABlock {
    padding: 0 40px;
    height: 100%;
    max-width: 315px;
}

.slides .slider .rsABlock:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -6px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.slides .slider .rsABlock .box {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.slides .slider.rsDefault .rsBullets {
    background: none;
    bottom: 30px;
    text-align: left;
    padding: 0 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slides .slider.rsDefault .rsBullet.rsNavSelected span {
    background-color: #e31e24;
}

.slides .slider.rsDefault .rsBullet span {
    background-color: #fff;
}

.bt_red {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e31e24;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #e31e24;
    font-size: 12px;
    font-weight: 500;
    line-height: 47px;
    height: 47px;
    text-transform: uppercase;
    padding: 0 31px;
}

.bt_red:hover {
    background: #e31e24;
    color: #fff;
}

/* .slides - end */
/* .catalog - Begin */
.catalog li .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.container .catalog ul li {
    width: 25%;
}

.bg_white_t {
    background: #fff;
    padding: 30px 30px 15px;
    border-radius: 4px;
}

.bg_white_t>h3,
.bg_white_t>.h3 {
    float: left;
}

.bg_white_t .link-red {
    float: right;
    text-decoration: none;
    color: #e31e24;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.catalog {
    margin-bottom: 10px;
}

.catalog ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 1px 0;
    list-style: none;
    border-top: 1px solid #ebebeb;
    background: #fff;
    margin-left: 0;
}

.catalog ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20%;
    padding: 0 29px;
    margin-bottom: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ebebeb;
}

.catalog ul li:first-child {
    border: none;
}

.catalog ul li .quick_view {
    background: url(/local/assets/css/../images/icon_6.png) no-repeat 0 0;
    width: 25px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 29px;
}

.catalog ul li .img {
    white-space: nowrap;
    height: 140px;
    text-align: center;
    display: block;
    margin-bottom: 22px;
    text-decoration: none;
}

.catalog ul li .img:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
}

.catalog ul li .img img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalog ul li .name {
    display: block;
    max-height: 42px;
    color: #232221;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.catalog ul li .availability {
    color: #9f9f9f;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0;
}

.catalog ul li .PR_TEXT {
    font-size: 11px;
    color: #000;
    word-wrap: break-word;
}

.catalog ul li .bt_compare {
    float: right;
    margin-top: 10px;
}

.catalog ul li .bt_red_full {
    float: left;
}

.bt_blue {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    padding: 13px 25px;
    font-weight: 500;
    line-height: 14px;
    background-color: #2b3036;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    text-align: center;
    text-decoration: none;
}

.bt_blue span {
    display: block;
}

.bt_blue:hover {
    background-color: #424952;
}

.price {
    color: #232221;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
}

.price .old-price {
    color: #e31e24;
    margin-right: 17px;
}

.price .old-price + span {
    color: #232221;
    font-weight: 500;
    line-height: 20px;
    text-decoration: line-through;
}

.info_sale {
    position: absolute;
    top: 0;
    right: 29px;
}

.info_sale .new {
    color: #62b21b;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.info_sale .hit {
    color: #254dbe;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.info_sale .sale {
    color: #e31e24;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.bt_compare {
    display: inline-block;
    vertical-align: middle;
    background: url(/local/assets/css/../images/icon_7.png) no-repeat 0 0;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

.bt_compare:has(input:checked),
.bt_compare.active {
    background: url(/local/assets/css/../images/icon_38.png) no-repeat 0 0;
}

.bt_red_full {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    background-color: #e31e24;
    border: 1px solid #e31e24;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMzFlMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMmMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: -moz-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: -o-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: linear-gradient(to top, #e31e24 0%, #ed2c32 100%);
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    text-decoration: none;
    letter-spacing: 2.9px;
}

.bt_red_full:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDJjMzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMWUyNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #ed2c32 0%, #e31e24 100%);
    background-image: -moz-linear-gradient(bottom, #ed2c32 0%, #e31e24 100%);
    background-image: -o-linear-gradient(bottom, #ed2c32 0%, #e31e24 100%);
    background-image: linear-gradient(to top, #ed2c32 0%, #e31e24 100%);
}

/* .catalog - end */
/* .gallery_s - Begin */
.gallery_s {
    position: relative;
    margin: 0;
}

.gallery_s .rsOverflow {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.gallery_s .rsDefault {
    width: auto;
}

.gallery_s .rsDefault,
.gallery_s .rsDefault .rsOverflow,
.gallery_s .rsDefault .rsSlide,
.gallery_s .rsDefault .rsVideoFrameHolder,
.gallery_s .rsDefault .rsThumbs {
    background: #fff;
}

.gallery_s img.rsImg {
    max-width: 100%;
    border: 1px solid #fff;
}

.gallery_s .rsDefault .rsThumb img {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.gallery_s .rsDefault .rsThumb {
    width: 76px;
    height: 76px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

.gallery_s .rsDefault .rsThumb.rsNavSelected {
    border-color: #e72329;
}

.gallery_s .rsDefault .rsThumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_s .rsDefault .rsThumb .rsTmb {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.gallery_s .rsDefault .rsThumbsHor {
    height: 90px;
    text-align: center;
    margin-top: 10px;
    z-index: 1;
}

.gallery_s .rsDefault .rsThumb.rsNavSelected {
    box-shadow: none;
    background: none;
}

.gallery_s .rsDefault .rsThumb.rsNavSelected img {
    opacity: 1;
}

/* .gallery_s - end */
/* .card - Begin */
.card .big_img {
    float: left;
    width: 42%;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #ebebeb;
}

.card .big_img .info_sale {
    right: auto;
    left: 0;
}

.card .big_img .info_sale .hit {
    font-size: 14px;
}

.card .big_img .info_sale .sale {
    font-size: 14px;
}

.article_top {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -58px;
    z-index: 5;
    width: 116px;
    height: 11px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: #9f9f9f;
}

.article_top span {
    color: #eb292f;
}

.availability_top {
    position: absolute;
    top: 0;
    right: 30px;
    color: #5aae7a;
    font-size: 11px;
    line-height: 20px;
    z-index: 5;
}

.card .info {
    overflow: hidden;
}

.card .info .price {
    margin-bottom: 29px;
    font-size: 24px;
}

.card .info .price .old-price + span {
    font-size: 24px;
}

.card .info hr {
    border: none;
    height: 1px;
    background: #ebebeb;
    margin: 0 0 30px;
}

.card .info h3,
.card .info .h3 h1,
.card .info .h3 {
    text-decoration: none;
    display: inline-block;
	color: #232221;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
    margin-bottom: 17px;
}
.card .info .h3 h1 {
	margin-bottom: 0px;
}

.card .info .link_right {
    float: right;
    display: inline-block;
    color: #232221;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration-style: dotted;
    text-decoration-color: #b6b6b5;
    margin-top: 11px;
}

.card .info .bt_red_little {
    float: right;
    margin-bottom: 15px;
}

.card .info .bt_red_full {
    float: left;
    margin-bottom: 15px;
}

.card .info .bt_compare_text {
    margin-bottom: 32px;
}

.card .info .social_networks {
    margin: 0 0 25px -1%;
    list-style: none;
    padding: 0;
}

.card .info .social_networks li {
    display: inline-block;
    vertical-align: top;
    width: 32.3%;
    margin: 0 0 10px 10px;
}

.card .info .social_networks li:first-child {
    width: 99%;
    margin-bottom: 0;
}

.card .info .social_networks li p {
    color: #9f9f9f;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 3px;
}

.card .info .social_networks li .box {
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    text-align: center;
}

.card .info .social_networks li .box span {
    display: inline-block;
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 11px;
    line-height: 20px;
    width: calc(100% - 35px);
}

.card .info .social_networks li .box .img {
    width: 29px;
    text-align: center;
    display: inline-block;
    height: 33px;
    white-space: nowrap;
    border-right: 1px solid #d0d0d0;
}

.card .info .social_networks li .box .img:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
}

.card .info .social_networks li .box .img img {
    display: inline-block;
    vertical-align: middle;
}

.card .info .view {
    color: #e31e24;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration-style: dotted;
    text-decoration-color: #f1a8a9;
}

.delivery_text {
    color: #232221;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.bt_compare_text {
    display: inline-block;
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.bt_compare_text span {
    display: inline-block;
    vertical-align: middle;
}

.bt_compare_text:before {
    content: url(/local/assets/css/../images/icon_7.png);
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

/* .card - end */
/* .amout_box - end */
.amout_box {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px;
}

.amout_box input {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 40px;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    text-align: center;
    color: #232221;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

.amout_box .arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.amout_box .arrow.minus {
    background: url(/local/assets/css/../images/icon_26.png) no-repeat 50% 50%;
    margin-right: 16px;
}

.amout_box .arrow.plus {
    background: url(/local/assets/css/../images/icon_25.png) no-repeat 50% 50%;
    margin-left: 16px;
}

.bt_red_little {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    border: 1px solid #e9262c;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #ea282e;
    font-size: 12px;
    font-weight: 500;
    padding: 0 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bt_red_little:hover {
    background-color: #ea282e;
    color: #fff;
}

/* .amout_box - end */
/* .action - Begin */
.action ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 45px 0;
}

.action li {
    display: block;
    vertical-align: top;
}

.owl-prev {
    background: url(/local/assets/css/../images/arrow_sl.png) no-repeat 0 0;
    cursor: pointer;
    height: 48px;
    margin-top: -24px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
}

.owl-next {
    background: url(/local/assets/css/../images/arrow_sl.png) no-repeat 0 0;
    cursor: pointer;
    height: 48px;
    margin-top: -24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(180deg);
    width: 24px;
}

/* .action - end */
/* .seo - Begin */
.bg_white {
    background: #fff;
}

.seo {
    padding: 58px 0 51px;
}

.seo .h2,
.seo h2 {
    color: #232221;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 13px;
}

.seo p {
    color: #6d6e6e;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 11px;
}

/* .seo - end */
/* .bfoot - Begin */
.bfoot {
    padding: 40px 0;
    background-color: #2b3036;
}

.bfoot .logo {
    float: left;
    position: relative;
    white-space: nowrap;
}

.bfoot .logo .box {
    padding-right: 50px;
    display: inline-block;
    vertical-align: middle;
}

.bfoot .logo:after {
    content: "";
    width: 1px;
    height: 110px;
    background: #383d43;
    display: inline-block;
    vertical-align: middle;
}

.bfoot .address {
    float: left;
    position: relative;
    white-space: nowrap;
}

.bfoot .address .box {
    padding: 0 47px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.bfoot .address:after {
    content: "";
    width: 1px;
    height: 110px;
    background: #383d43;
    display: inline-block;
    vertical-align: middle;
}

.bfoot .address .tel {
    display: inline-block;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 3px;
}

.bfoot .address .mail {
    display: inline-block;
    color: white;
    font-size: 13px;
    line-height: 20px;
    text-decoration-color: #606468;
    margin-bottom: 4px;
}

.bfoot .address time {
    display: block;
    color: white;
    font-size: 13px;
    line-height: 20px;
}

.bfoot .title {
    color: #616870;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 7px;
}

.bfoot .social_networks {
    float: left;
    position: relative;

}

.bfoot .social_networks .box {
    padding: 0 47px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 320px;
}

.bfoot .social_networks:after {
    content: "";
    width: 1px;
    height: 110px;
    background: #383d43;
    display: inline-block;
    vertical-align: middle;
}

.bfoot .social_networks ul {
    margin: 0 0 14px -3%;
    list-style: none;
    padding: 0;

}

.bfoot .social_networks ul li {
    display: inline-block;
    vertical-align: top;
    /*width: 47%;*/
    margin: 0 0 10px 3%;
}

.bfoot .social_networks ul li:first-child {
    width: 97%;
    margin-bottom: 0;
}

.bfoot .social_networks ul li .box_sn {
    border: 1px solid #4d555e;
    -webkit-border-radius: 2px;
    -webkit-background-clip: border-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: border-box;
    text-align: center;
}

.bfoot .social_networks ul li .box_sn span {
    display: inline-block;
    vertical-align: middle;
    color: #4c555f;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 10px;
}

.bfoot .social_networks ul li .box_sn .img {
    width: 35px;
    text-align: center;
    display: inline-block;
    height: 35px;
    white-space: nowrap;
    border-right: 1px solid #4d555e;
}

.bfoot .social_networks ul li .box_sn .img:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
}

.bfoot .social_networks ul li .box_sn .img img {
    display: inline-block;
    vertical-align: middle;
}

.bfoot .payment {
    float: right;
    position: relative;
    white-space: nowrap;
}

.bfoot .payment .box {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.bfoot .payment:after {
    content: "";
    width: 1px;
    height: 110px;
    display: inline-block;
    vertical-align: middle;
}

.bfoot .payment ul {
    margin: 0 0 14px -3%;
    list-style: none;
    padding: 0;
}

.bfoot .payment ul li {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    margin: 0 0 10px 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bfoot .payment ul li:first-child {
    width: 97%;
    margin-bottom: 0;
}

.bfoot .payment ul a {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
}

.bfoot .payment ul .img {
    display: block;
    height: 35px;
    white-space: nowrap;
    border: 1px solid #4d555e;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    text-align: center;
}

.bfoot .payment ul .img:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
}

.bfoot .payment ul .img .img_box {
    display: inline-block;
    vertical-align: middle;
}

.bfoot .payment ul .img .img_box + .img_box {
    margin-left: 31px;
    position: relative;
}

.bfoot .payment ul .img .img_box + .img_box:before {
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    top: -5px;
    left: -15px;
    background: #4d555e;
}

/* .bfoot - end */
/* .ffoot - Begin */
.ffoot {
    padding: 20px 0;
    background-color: #20242a;
}

.ffoot .copyright {
    float: left;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #4c555f;
    width: calc(100% - 270px);
    margin-top: 2px;
}

.ffoot .copyright span {
    color: #fff;
}

.ffoot .iarga {
    float: right;
    color: #4c555f;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.ffoot .iarga span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 3px;
    margin-right: 10px;
}

.ffoot .iarga img {
    display: inline-block;
    vertical-align: middle;
}

/* .ffoot - end */
/* .bread_crumbs - Begin */
.bread_crumbs {
    color: #9f9f9f;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 13px;
    clear: both;
}

.bread_crumbs a {
    color: #9f9f9f;
}

/* .bread_crumbs - end */
/* .catalog_info - Begin */
.catalog_info {
    margin-bottom: 7px;
}

.catalog_info h3,
.catalog_info .h3 {
    float: left;
    margin-top: 13px;
    width: calc(100% - 350px);
}

.catalog_info dl {
    float: right;
}

.catalog_info dl dt {
    display: inline-block;
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 16px;
}

.catalog_info dl dd {
    display: inline-block;
    vertical-align: middle;
}

/* .catalog_info - end */
/* Select - Begin */
.selectricWrapper {
    display: inline-block;
    position: relative;
    margin: 0 0 0 4px;
    width: 200px;
    cursor: pointer;
    text-align: left;
}

.selectricResponsive {
    width: 100%;
}

.selectric {
    position: relative;
    padding: 0 35px 0 14px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    height: 35px;
    border: 1px solid #d0d0d0;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    min-height: 18px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/local/assets/css/../images/icon_27.png) no-repeat 50% 50%;
    width: 35px;
    height: 35px;
    font-size: 0;
}

.selectricHover .selectric {
    border-color: #c6c6c6;
}

.selectricHover .selectric .button {
    color: #000;
}

.selectricOpen {
    z-index: 9999;
}

.selectricOpen .button {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.selectricOpen .selectric {
    z-index: 9999;
}

.selectricOpen .selectricItems {
    display: block;
    background: #fff;
    color: #000;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 15px rgba(8, 9, 9, 0.15);
    -moz-box-shadow: 0 0 15px rgba(8, 9, 9, 0.15);
    box-shadow: 0 0 15px rgba(8, 9, 9, 0.15);
    padding: 0;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    /**font: NaN a !important;*/
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    -moz-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

.selectricItems ul {
    z-index: 2;
}

.selectricItems ul,
.selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    width: auto;
    text-align: left;
}

.catalog .catalog_info dl dd .selectricItems li,
.selectricItems li {
    display: block;
    padding: 10px 15px 10px 31px;
    color: #000;
    cursor: pointer;
    width: auto;
    margin-bottom: 0;
    border: none;
    position: relative;
}

.catalog .catalog_info dl dd .selectricItems li:before,
.selectricItems li:before {
    content: "";
    height: 1px;
    background: #ececec;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}

.selectricItems li.selected:hover,
.selectricItems li.selected {
    background: url(/local/assets/css/../images/icon_28.png) no-repeat 12px 50% #f3f3f3;
    color: #232221;
}

.selectricItems li:hover {
    background: #f3f3f3;
    color: #232221;
}

.selectricItems li.disabled {
    background: #F5F5F5;
    color: #000;
    border-top-color: #fff;
    cursor: default;
}

/* select - end */
/* .pagin - Begin */
.pagin {
    text-align: center;
    background: #fff;
    padding: 22px 53px 19px;
    margin-bottom: 56px;
}

.pagin .prev {
    float: left;
    color: #e31e24;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    padding-left: 21px;
    margin-top: 2px;
}

.pagin .prev:before {
    content: url(/local/assets/css/../images/icon_29.png);
    position: absolute;
    top: 1px;
    left: 0;
}

.pagin .next {
    float: right;
    color: #e31e24;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    padding-right: 21px;
    margin-top: 2px;
}

.pagin .next:before {
    content: url(/local/assets/css/../images/icon_29.png);
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagin a {
    text-decoration: none;
}

.pagin .box {
    overflow: hidden;
}

.pagin .box a {
    display: inline-block;
    margin: 0 20px;
    font-family: GothamPro;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #232221;
}

.pagin .box a.hidd {
    color: #eb292e;
    cursor: default;
}

.pagin .box a:hover {
    color: #eb292e;
}

/* .pagin - end */
/* filter - Begin */
.l-sb .bx-filter.bx-blue {
    background: #fff;
    padding: 0 26px 33px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    width: auto;
    min-width: 0;
}

.l-sb .bx-filter.bx-blue .bx-filter-section {
    background: none;
}

.l-sb .bx-filter.bx-blue .bx-filter-section {
    padding: 0;
}

.l-sb .bx-filter-title,
.l-sb .bx_filter_title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 6px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 8px;
}

.l-sb .bx-filter,
.l-sb .bx_filter {
    position: relative;
    margin: 12px 0 26px;
    padding: 8px 0;
}

.l-sb .bx-filter:before,
.l-sb .bx_filter:before {
    /*background: url(/local/assets/css/../images/shadow1.png) no-repeat 50% 0;*/
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mobile-filter .bx-filter-parameters-box-hint,
.l-sb .bx-filter-parameters-box-hint {
    border: none;
    display: block;
    color: #232221;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 16px;
    margin-bottom: 25px;
}

.mobile-filter .bx-filter-parameters-box-hint:after,
.l-sb .bx-filter-parameters-box-hint:after {
    content: url(/local/assets/css/../images/icon_30.png);
    position: absolute;
    top: 0;
    right: 0;
}
.l-sb .bx-filter-parameters-box-hint .icon-hint {
    position: relative;
    margin-left: 6px;
}
.l-sb .bx-filter-parameters-box-hint .icon-hint svg {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(143, 143, 143);
}

.mobile-filter .bx-filter-parameters-box-hint:last-of-type,
.l-sb .bx-filter-parameters-box-hint:last-of-type {
    background: none;
}

.mobile-filter .bx-active .bx-filter-parameters-box-hint:after,
.l-sb .bx-active .bx-filter-parameters-box-hint:after {
    top: 4px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.l-sb .bx-filter-parameters-box,
.l-sb .bx_filter_parameters_box {
    position: relative;
    margin-bottom: 15px;
    border-bottom: none;
    padding: 0;
    background: none;
}

.mobile-filter .bx-filter-parameters-box:last-child .bx-filter-parameters-box-hint,
.l-sb .bx_filter_parameters_box:last-child .bx-filter-parameters-box-hint {
    border: none;
}

.l-sb .bx-filter-parameters-box-title span .little {
    text-transform: uppercase;
    font-size: 12px;
    color: #555;
}

.mobile-filter .bx-filter-parameters-box-container-block,
.mobile-filter .bx-filter-input-container,
.l-sb .bx_filter_parameters_box_container_block,
.l-sb .bx_filter_input_container {
    display: inline-block;
    vertical-align: middle;
}

.l-sb .bx-filter .btn.btn-themes,
.l-sb .bx_filter .bx_filter_search_button {
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    float: right;
    font-style: italic;
    padding: 4px 21px 7px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.l-sb .bx-filter .btn.btn-themes:hover,
.l-sb .bx_filter .bx_filter_search_button:hover {
    background-color: #08fcf7;
}

.l-sb .bx-filter .bx-ui-slider-part span {
    color: #555;
    font-size: 10px;
}

.l-sb .bx-filter .bx-ui-slider-part {
    display: none;
}

.l-sb .bx-filter .bx-ui-slider-part.p5 {
    display: block;
    float: right;
    background: transparent;
}

.l-sb .bx-filter .bx-ui-slider-part.p1 {
    display: block;
    float: left;
    background: transparent;
}

.l-sb .bx-filter .btn.btn-link,
.l-sb .bx_filter .bx_filter_search_reset {
    background: none;
    border: 1px solid #acacac;
    color: #acacac;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 3px 11px 6px;
    text-decoration: none;
    -webkit-border-radius: 11px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 11px;
    -moz-background-clip: padding;
    border-radius: 11px;
    background-clip: padding-box;
    vertical-align: top;
}

.l-sb .bx-filter .btn.btn-link:hover,
.l-sb .bx_filter .bx_filter_search_reset:hover {
    text-decoration: none;
}

.l-sb .bx-filter .bx-filter-search-reset:hover,
.l-sb .bx_filter .bx_filter_search_reset:hover {
    text-decoration: none;
}

.mobile-filter .bx-filter .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block,
.l-sb .bx-filter .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.mobile-filter .bx-filter .bx-filter-parameters-box-container .bx-ft-sub,
.l-sb .bx-filter .bx-filter-parameters-box-container .bx-ft-sub {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 12px;
    color: #130f1a;
    margin-bottom: 0;
}

.mobile-filter .bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input,
.mobile-filter .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input,
.l-sb .bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input,
.l-sb .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-size: 12px;
    margin-right: 5px;
    padding: 0 8px 0 28px;
    background: #fff;
    color: #525a67;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    width: 88px;
    height: 30px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
}

.l-sb .bx-filter .bx-filter-parameters-box-container,
.mobile-filter .bx-filter .bx-filter-parameters-box-container {
    padding: 0 0 12px 0;
    margin-top: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.l-sb .bx-filter-input-container,
.mobile-filter .bx-filter-input-container {
    display: inline-block;
    vertical-align: middle;
}

.l-sb .bx-filter .bx-filter-parameters-box-container .bx-filter-input-container i,
.l-sb .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container span {
    display: inline-block;
    vertical-align: middle;
    color: #555;
    font-size: 13px;
}

.l-sb .bx-filter-vertical .bx-ui-slider-handle,
.l-sb .bx_filter_vertical .bx_ui_slider_handle {
    background: url(/local/assets/css/../images/handle.png) no-repeat;
    height: 10px;
    margin: -5px -5px 0 0;
    position: absolute;
    top: 50%;
    width: 11px;
}

.l-sb .bx-filter-vertical .bx-ui-slider-track,
.l-sb .bx_filter_vertical .bx_ui_slider_track {
    background: url(/local/assets/css/../images/handle-down.png) repeat-x;
    border-radius: 0;
    border: none;
    height: 3px;
    margin: 15px 10px 10px;
    position: relative;
}

.l-sb .bx-filter-vertical .bx-ui-slider-range,
.l-sb .bx_filter_vertical .bx_ui_slider_range {
    background: #539e32;
    bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}

/* filter - Begin */
.l-sb .bx-filter-vertical.bx-blue .bx-filter-title,
.l-sb .bx_filter_vertical.bx_blue .bx_filter_title {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 5px 11px;
    margin-bottom: 9px;
}

.l-sb .bx-filter-vertical.bx-blue .bx-filter-section,
.l-sb .bx_filter_vertical.bx_blue .bx_filter_section {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    padding: 0;
}

.l-sb .bx-filter-vertical .bx-filter-container-title,
.l-sb .bx_filter_vertical .bx_filter_container_title {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 7px;
}

.l-sb .bx-filter-vertical .bx-filter-container,
.l-sb .bx_filter_vertical .bx_filter_container {
    padding: 0 16px 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 9px;
}

.l-sb .bx-filter-vertical.bx_blue .bx-filter-parameters-box:last-child,
.l-sb .bx_filter_vertical.bx_blue .bx_filter_parameters_box:last-child {
    border: none;
}

.l-sb .bx-filter-vertical.bx-blue .bx-filter-search-button,
.l-sb .bx_filter_vertical.bx_blue .bx_filter_search_button {
    background: #f79f22;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 11px 5% 14px;
    text-decoration: none;
    width: 90%;
    border: none;
    cursor: pointer;
    height: auto;
    line-height: 1.3;
}

.l-sb .bx-filter-vertical.bx-blue .bx-filter-search-button:hover,
.l-sb .bx_filter_vertical.bx_blue .bx_filter_search_button:hover {
    background: #ff9600;
}

.l-sb .bx-filter-vertical.bx-blue .bx-filter-search-button#del-filter,
.l-sb .bx_filter_vertical.bx_blue .bx_filter_search_button#del_filter {
    background: none;
    border: none;
    color: #586a6f;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 1.3;
    margin: 0 16px 10px;
    padding: 0;
    text-decoration: underline;
    box-shadow: none;
}

.l-sb .bx-filter-vertical.bx-blue .bx-filter-search-button#del-filter:hover,
.l-sb .bx_filter_vertical.bx_blue .bx_filter_search_button#del_filter:hover {
    text-decoration: none;
}

.l-sb .bx-filter-vertical .bx-filter-param-area .bx-filter-param-area-block input,
.l-sb .bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    border: none;
    font-size: 13px;
    margin-right: 5px;
    padding: 1px 5px 3px;
    height: auto;
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25) inset, 2px 0 2px -2px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25) inset, 2px 0 2px -2px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25) inset, 2px 0 2px -2px rgba(0, 0, 0, 0.25) inset;
}

.l-sb .bx-filter-vertical .bx-filter-block span label,
.l-sb .bx_filter_vertical .bx_filter_block span label {
    display: inline-block;
    vertical-align: middle;
    color: #555;
    font-size: 13px;
    margin-bottom: 2px;
}

.l-sb .bx-filter-vertical .bx-filter-block span,
.l-sb .bx_filter_vertical .bx_filter_block span {
    min-height: 0;
}

.l-sb .bx-filter-vertical .bx-filter-param-area .bx-filter-param-area-block .bx-input-container,
.l-sb .bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container {
    background: none;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    max-width: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.l-sb .bx-filter-vertical .bx-ui-slider-handle,
.l-sb .bx_filter_vertical .bx_ui_slider_handle {
    background: url(/local/assets/css/../images/handle.png) no-repeat;
    height: 11px;
    margin: -5px -5px 0 0;
    position: absolute;
    top: 50%;
    width: 11px;
}

.l-sb .bx-filter .bx-ui-slider-range {
    z-index: 780;
}

.l-sb .bx-filter.bx-blue .bx-ui-slider-handle.right {
    background-color: #2b3036;
    width: 15px;
    height: 15px;
    margin-right: -8px;
    top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.l-sb .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    left: 10px;
    top: 7px;
}

.l-sb .bx-filter .bx-filter-parameters-box-title span {
    color: #232221;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.l-sb .bx-filter.bx-blue .bx-ui-slider-handle.left {
    background-color: #2b3036;
    width: 15px;
    height: 15px;
    margin-left: -8px;
    top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.l-sb .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #ebebeb;
    /*height: 2px;*/
}

.l-sb .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #e52026;
    height: 6px;
    /*top: -2px;*/
}

.l-sb .bx-filter.bx-blue .bx-filter-parameters-box-container .checkbox:has(.disabled) {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

.box_hidd_filter {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ddd;
    padding: 29px 30px 32px;
    width: 450px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    -moz-box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    z-index: 999;
}

.box_hidd_filter h3,
.box_hidd_filter .h3 {
    margin-bottom: 17px;
}

.box_hidd_filter .close {
    background: url(/local/assets/css/../images/icon_close.png) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
}

.box_hidd_filter .close:hover {
    opacity: 0.7;
}

.open_box_filter {
    color: #ec2a30;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: dotted;
    display: inline;
}

.open_box_filter:hover {
    text-decoration: none;
}

.checkbox.checked_all {
    padding: 12px 0;
    margin-bottom: 19px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.bx-filter h3,
.bx-filter .h3 {
    padding: 20px 0 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 17px;
}

/* .filter - end */
/* .checkbox - Begin */
.checkbox {
    margin-bottom: 7px;
    position: relative;
}

.checkbox label {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    color: #535353;
    padding-left: 25px;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox input[type=checkbox] + span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/local/assets/css/../images/icon_chexbox.png) 0 0 no-repeat;
}

.checkbox input[type=checkbox]:checked + span:before {
    content: "";
    background-position: 0 100%;
}

.checkbox input[type=checkbox]:checked + span {
    font-weight: 500;
}

.checkbox label > span {
    display: inline-block;
    word-break: break-all;
}

/* .checkbox - end */
/* .radio - Begin */
.radio {
    margin-bottom: 9px;
}

.radio label {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    color: #535353;
    padding-left: 25px;
}

.radio input[type=radio] {
    display: none;
}

.radio label > span span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/local/assets/css/../images/icon_radio.png) 0 0 no-repeat;
}

.radio input[type=radio]:checked + span:before {
    content: "";
    background-position: 0 100%;
}

.radio input[type=radio]:checked + span {
    font-weight: 500;
}

.radio label > span {
    display: inline-block;
    word-break: break-all;
}

/* .radio - end */
/* .goods_page - Begin */
.goods_page.card {
    background: #fff;
    padding: 27px 0 30px;
    margin-bottom: 10px;
}

.goods_page.card .big_img {
    width: 27%;
    padding: 0 30px;
}

.goods_page.card .big_img .info_sale {
    left: 30px;
}

.goods_page.card .info {
    padding-right: 40px;
}

.goods_page.card .info h3,
.goods_page.card .info .h3 {
    margin-bottom: 12px;
}

.goods_page.card .info .price {
    float: left;
}

.goods_page.card .info .social_networks li,
.goods_page.card .info .social_networks li:first-child {
    width: auto;
    vertical-align: middle;
    margin-bottom: 10px;
}

.goods_page.card .info .social_networks li .box span,
.goods_page.card .info .social_networks li:first-child .box span {
    padding: 2px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

.goods_page.card .info .social_networks li p,
.goods_page.card .info .social_networks li:first-child p {
    margin-bottom: 0;
}

.goods_page.card .link_right {
    padding-left: 29px;
    position: relative;
    margin-top: 3px;
}

.goods_page.card .link_right:before {
    content: url(/local/assets/css/../images/icon_32.png);
    position: absolute;
    top: -1px;
    left: 0;
}

.goods_page.card .bt_red_full {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 6px;
}

.goods_page.card .bt_red_little {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 27px;
}

.goods_page.card .bt_compare_text {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 15px;
}

.goods_page.card p.text {
    color: #6d6e6e;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 32px;
}

.goods_page.card .amout_box {
    margin-bottom: 15px;
    margin-right: 26px;
}

.goods_page.card .bt_blue {
    margin-bottom: 15px;
    margin-right: 26px;
}

.goods_page.card .description {
    margin-bottom: 15px;
}

.goods_page.card .description + hr {
    margin-bottom: 20px;
}

.goods_page.card .delivery_text {
    margin-bottom: 18px;
}

/* .goods_page - end */
/* .section_tabs - Begin */
.section_tabs .tabs {
    padding: 0;
    list-style: none;
}

.section_tabs .tabs li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 38px;
    color: #232221;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.section_tabs .tabs li.current {
    cursor: default;
    border-color: #e9262c;
    color: #e9262c;
}

.section_tabs .tabs li p {
    margin-bottom: 0;
}

.section_tabs .box-tabs {
    display: none;
    padding: 14px 0;
    color: #232221;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
}

.section_tabs .box-tabs .box {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.section_tabs .box-tabs dl {
    display: block;
}

.section_tabs .box-tabs dl dt {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 22px;
    color: #6d6e6e;
}

.section_tabs .box-tabs dl dd {
    display: inline-block;
    vertical-align: top;
}

/* .section_tabs - end */
/* .menu_wh - Begin */
.menu_wh,
.l-sb .menu_wh {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0;
}

.menu_wh .first-lvl,
.l-sb .menu_wh .first-lvl {
    display: block;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.menu_wh .first-lvl > a,
.l-sb .menu_wh .first-lvl > a {
    border-bottom: 1px solid #ececec;
    color: #232221;
    display: block;
    font-weight: 500;
    line-height: 1.4;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
}

.menu_wh .first-lvl > a:before,
.l-sb .menu_wh .first-lvl > a:before {
    background: rgba(0, 0, 0, 0) url("/local/assets/css/../images/icon_12.png") no-repeat scroll 0 0;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 4px;
}

.menu_wh .first-lvl > a:hover > a::before,
.l-sb .menu_wh .first-lvl > a:hover > a::before {
    background-position: 0 100%;
}

.menu_wh .first-lvl .second-lvl,
.l-sb .menu_wh .first-lvl .second-lvl {
    background-color: white;
    border-left: 6px solid #20242a;
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    display: none;
    height: auto;
    left: 100%;
    padding: 25px 43px 23px 30px;
    position: absolute;
    top: 0;
    width: 900px;
}

.menu_wh .first-lvl .second-lvl li,
.l-sb .menu_wh .first-lvl .second-lvl li {
    display: inline-block;
    margin-bottom: 12px;
    vertical-align: top;
    width: 33.3%;
}

.menu_wh .first-lvl .second-lvl li a,
.l-sb .menu_wh .first-lvl .second-lvl li a {
    color: #232221;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    text-decoration: underline;
}

.menu_wh .first-lvl:hover .second-lvl,
.l-sb .menu_wh .first-lvl:hover .second-lvl {
    display: block;
}

/* .menu_wh - end */
/* .text-page - Begin */
.text-page {
    margin-bottom: 131px;
}

.text-page .img_text {
    float: right;
    position: relative;
    margin: 7px 0 50px 10px;
}

.text-page .img_text p {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 25px 22px 20px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 30px;
    color: #232221;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 23px 48px 17px 30px;
}

.text-page p {
    color: #6d6e6e;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.text-page p + h3,
.text-page p + .h3 {
    margin-top: 72px;
}

.text-page h3,
.text-page .h3 {
    margin-bottom: 15px;
    color: #232221;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.text-page h2,
.text-page .h2 {
    margin-bottom: 15px;
    color: #232221;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.text-page ul {
    list-style: none;
    margin: 8px 0;
}

.text-page ul:last-of-type {
    margin-bottom: 65px;
}

.text-page ul.colums {
    float: left;
    width: 25%;
}

.text-page ul li {
    padding: 0 0 0 15px;
    position: relative;
    color: #6d6e6e;
    font-size: 13px;
    line-height: 22px;
    display: block;
    margin-bottom: 3px;
}

.text-page ul li:before {
    content: "";
    width: 5px;
    height: 4px;
    background-color: #e31e24;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.schedule .box {
    display: inline-block;
    vertical-align: middle;
    color: #6d6e6e;
    font-size: 13px;
    line-height: 22px;
    padding-right: 33px;
    width: 103px;
}

.schedule p:last-child {
    margin-bottom: 0;
}

.schedule .weekdays {
    margin-bottom: 23px;
}

.schedule .weekdays .box {
    border-right: 1px solid #2b3036;
}

.schedule .weekdays .box p {
    position: relative;
    padding: 0 0 0 15px;
}

.schedule .weekdays .box p:before {
    content: "";
    width: 5px;
    height: 4px;
    background-color: #e31e24;
    background-color: #2b3036;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.schedule .weekend {
    margin-bottom: 23px;
}

.schedule .weekend .box {
    border-right: 1px solid #e31e24;
}

.schedule .weekend .box p {
    position: relative;
    padding: 0 0 0 15px;
}

.schedule .weekend .box p:before {
    content: "";
    width: 5px;
    height: 4px;
    background-color: #e31e24;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.schedule .weekend .vert_center {
    color: #e31e24;
    font-size: 13px;
    line-height: 22px;
}

.schedule .vert_center {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #2b3036;
    font-size: 13px;
    line-height: 22px;
    margin-left: 19px;
}

/* .text-page - end */
/* .map_shop - Begin */
.map_shop {
    position: relative;
    margin-bottom: 47px;
}

.map_shop .box_info {
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 20px;
    width: 358px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 28px 12px 22px;
    color: #232221;
    font-size: 14px;
    line-height: 22px;
}

.map_shop .box_info a {
    display: inline-block;
    color: #232221;
    text-decoration: none;
}

.map_shop .box_info .tel {
    font-weight: 500;
}

.map_shop .box_info .box {
    position: relative;
    padding-left: 40px;
}

.map_shop .box_info .box:last-child span {
    border: none;
}

.map_shop .box_info span {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 10px 17px 0;
}

.map_shop .box_info .img {
    width: 20px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* .map_shop - end */
/* .gallery_p - Begin */
.popup-gallery h3,
.popup-gallery .h3 {
    margin-bottom: 18px;
}

.popup-gallery ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px -2%;
}

.popup-gallery ul li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 0 15px 2%;
}

/* .gallery_p - end */
/* .map-objects - Begin */
.map-objects {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 7px;
}

.map-objects .ymaps-image-with-content-content {
    top: 7px !important;
    width: 34px !important;
    height: 46px !important;
    left: 0 !important;
    text-align: center;
    -webkit-background-size: 31px 51px !important;
    -moz-background-size: 31px 51px !important;
    background-size: 31px 51px !important;
}

.map-objects .ymaps-image-with-content ymaps ymaps {
    font-size: 14px;
    color: #fff;
}

.map-objects .popover {
    left: 0;
    width: 330px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010;
    background: #fff;
    padding: 27px 30px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    -webkit-box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    -moz-box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
}

.map-objects .popover .arrow {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -35px;
    border: 20px solid transparent;
    border-bottom-color: #fff;
}

.map-objects .popover .close {
    display: none;
}

.map-objects .total-item {
    width: 192px;
    font-size: 18px;
    padding: 10px 20px 15px;
    line-height: 1.2;
}

.maps_box {
    font-weight: normal;
    width: 270px;
    color: #6d6e6e;
    font-size: 13px;
    line-height: 20px;
}

.maps_box .title {
    color: #232221;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 12px;
}

.maps_box a {
    color: #6d6e6e;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

/* .map-objects - end */
/* .address_box - Begin */
.address_box {
    list-style: none;
    padding: 0;
    background: #fff;
    margin-bottom: 66px;
}

.address_box li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #6d6e6e;
    font-size: 13px;
    line-height: 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 39px 40px 24px;
}

.address_box li:after {
    content: "";
    height: 1px;
    bottom: 0;
    background: #ececec;
    position: absolute;
    right: 40px;
    left: 0;
}

.address_box li:nth-of-type(odd):after {
    left: 40px;
    right: 0;
}

.address_box li:nth-of-type(odd):before {
    content: "";
    width: 1px;
    bottom: 30px;
    top: 30px;
    background: #ececec;
    position: absolute;
    right: 0;
}

.address_box li .title {
    color: #232221;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 22px;
}

.address_box li p {
    margin-bottom: 1px;
}

.address_box li a {
    display: inline-block;
    margin-bottom: 10px;
}

.address_box li .tel {
    text-decoration: none;
    color: #6d6e6e;
}

.address_box li .link_map {
    background: url(/local/assets/css/../images/icon_34.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 22px;
    color: #e31e24;
    text-decoration-style: dotted;
    margin-bottom: 20px;
}

/* .address_box - end */
.main .bx_compare .bx_bt_button.bx_small {
    background-clip: padding-box;
    background-color: #e31e24;
    background-image: linear-gradient(to top, #e31e24 0%, #ed2c32 100%);
    border: 1px solid #e31e24;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 2.9px;
    line-height: 40px;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0;
    min-height: 0px;
}

.main .bx_compare .bx_bt_button.bx_small:hover {
    background-image: linear-gradient(to top, #ed2c32 0%, #e31e24 100%);
}

.main .bx_compare .table_compare table tr td a {
    color: #000;
    display: inline-block;
    min-height: 36px;
}

.main .bx_compare .table_compare table tr td a:hover {
    text-decoration: none;
}

.main .bx_compare .table_compare table tr td a img {
    max-height: 150px;
}

.main .bx_compare .bx_sort_container .sortbutton {
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    color: #232221;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    text-transform: uppercase;
    vertical-align: middle;
    background: none;
    box-shadow: none;
}

.main .bx_compare .bx_sort_container .sortbutton.current {
    border-color: #e9262c;
    color: #e9262c;
    cursor: default;
}

.main .bx_compare .table_compare table tr td {
    font-size: 14px;
}

.bt_compare_text:has(input:checked):before,
.bt_compare_text.active:before {
    content: url(/local/assets/css/../images/icon_38.png);
}

.popup-gallery {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;*/
}

.popup-gallery a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 20px 0;
}

.popup-gallery img {
    height: 100%;
    max-width: none;
}

.news-list ul {
    list-style: none;
    display: block;
    padding: 7px 0 0 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.preview_content {
    display: block;
    padding: 7px 0 0 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-item {
    float: left;
    width: 130px;
}

.news-list.photo_gallery .news-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    float: none;
}

.news-list.photo_gallery .news-item a {
    display: block;
    overflow: hidden;
    height: 90px;
}

.news-list.photo_gallery .news-item a + a {
    height: auto;
}

.news-item.inst_list {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
}

.context_prw_list {
    overflow: hidden;
}

.news-item .news-date-time {
    display: block;
    clear: both;
}

.gallery_pupap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mfp-figure .mfp-close {
    right: -28px;
    top: 0px;
}

.success-validate input[type="submit"],
.iargabutton {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    background-color: #e31e24;
    border: 1px solid #e31e24;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMzFlMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMmMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: -moz-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: -o-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: linear-gradient(to top, #e31e24 0%, #ed2c32 100%);
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    text-decoration: none;
    letter-spacing: 2.9px;
    margin-bottom: 20px;
    border: none;
}

.success-validate input[type="submit"]:hover,
.iargabutton:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDJjMzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMWUyNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #ed2c32 0%, #e31e24 100%);
    background-image: -moz-linear-gradient(bottom, #ed2c32 0%, #e31e24 100%);
    background-image: -o-linear-gradient(bottom, #ed2c32 0%, #e31e24 100%);
    background-image: linear-gradient(to top, #ed2c32 0%, #e31e24 100%);
}

.moving {
    height: 100%;
    min-height: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure,
.mfp-figure figure {
    background: #fff;
}

.mfp-gallery .mfp-image-holder .mfp-close {
    top: -37px;
}

.goods_page.card .info .left-box {
    float: left;
    width: calc(100% - 227px);
    box-sizing: border-box;
    padding-right: 41px;
    border-right: 1px solid #ebebeb;
}

.goods_page.card .info .left-box .bt_compare_text {
    float: left;
}

.goods_page.card .info .left-box .bt_red_little {
    letter-spacing: 3px;
    margin-right: 0;
    margin-bottom: 28px;
}

.goods_page.card .info .left-box .amout_box {
    margin-right: 31px;
    margin-bottom: 28px;
}

.goods_page.card .info .left-box .amout_box input {
    width: 58px;
}

.goods_page.card .info .left-box .amout_box .arrow.minus {
    margin-right: 6px;
}

.goods_page.card .info .left-box .amout_box .arrow.plus {
    margin-left: 6px;
}

.goods_page.card .info .left-box .bt_red_full {
    margin-right: 16px;
    margin-bottom: 28px;
}

.goods_page.card .info .left-box .description {
    margin-bottom: 24px;
}

.goods_page.card .info .availability_box {
    float: left;
    box-sizing: border-box;
    width: 227px;
    padding: 37px 0 0 33px;
}

.goods_page.card .info .availability_box .title {
    color: #232221;
    font-family: GothamPro;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 23px;
}

.goods_page.card .info .availability_box dl {
    display: block;
    margin-bottom: 21px;
}

.goods_page.card .info .availability_box dl.sum1 dt i:first-child {
    background-color: #2fc468;
}

.goods_page.card .info .availability_box dl.sum2 dt i:first-child {
    background-color: #2fc468;
}

.goods_page.card .info .availability_box dl.sum2 dt i:first-child + i {
    background-color: #2fc468;
}

.goods_page.card .info .availability_box dl.sum3 dt i:first-child {
    background-color: #2fc468;
}

.goods_page.card .info .availability_box dl.sum3 dt i:first-child + i,
.goods_page.card .info .availability_box dl.sum3 dt i:first-child + i + i {
    background-color: #2fc468;
}

.goods_page.card .info .availability_box dl.sum4 dt i {
    background-color: #2fc468;
}

.goods_page.card .info .availability_box dl dt {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    line-height: 9px;
}

.goods_page.card .info .availability_box dl dt i {
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: gainsboro;
    margin-right: 5px;
}

.goods_page.card .info .availability_box dl dd {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 66px);
    color: #232221;
    font-family: GothamPro;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.section_tabs .box-tabs {
    font-family: 'GothamPro', sans-serif;
}

.logo_manufacturer {
    margin-top: 50px;
}

.logo_manufacturer li {
    margin: 0 30px 20px 0;
}

.copy_mob_contacts.mob {
    display: none;
}

.copy_mob_contacts.mob {

}

/* Overrides */

.catalog ul {
    background: none;
    padding: 10px 0 0;
    border-top: none;
}

.catalog ul li {
    padding: 30px 15px 30px 30px;
    background: white;
    margin-bottom: 15px;
    border-top: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
    border-right: none;
}

.info_sale,
.catalog ul li .quick_view {
    top: 20px;
}

.info_sale {
    right: 25px;
}

.catalog ul li .quick_view,
.info_sale .new,
.info_sale .hit {
    background: white;
    border-radius: 4px;
    border: 1px solid;
    width: 40px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    box-sizing: content-box;
    opacity: 0.95;
    font-weight: bold;
    color: white;
    cursor: default;
}

.info_sale .new {
    background: #62b21b;
    border-color: #62b21b;
}

.info_sale .hit {
    background: #254dbe;
    border-color: #254dbe;
}

.catalog ul li .quick_view {
    background: url(/local/assets/images/icon_6.png) no-repeat 50% 50%, #fff;
    left: 25px;
    background-size: 50%;
    border-color: #bdbdbc;
}

.bt_compare {
    margin-right: 15px;
}

.catalog ul li .PR_TEXT {
    overflow: hidden;
}

.catalog ul li .img {
    margin-bottom: 10px;
}

.catalog ul li .img img {
    max-height: 140px !important;
    margin-left: -15px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .catalog ul li, .container .catalog ul li {
        padding: 20px 15px 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) and (min-width: 0px) {
    .catalog ul li:before, .container .catalog ul li:before {
        content: none !important;
    }

    .catalog ul li, .container .catalog ul li {
        padding: 20px 15px 30px !important;
        margin-bottom: 10px !important;
    }
    .info_sale {
        right: 15px;
    }
    .bt_compare {
        margin-right: 0;
    }
    .card .big_img {
        border-right-style: none;
    }
    .card.goods_page .availability_top,
    .card.goods_page .article_top {
        border-radius: 4px !important;
    }
    .catalog ul li .img img {
        margin-left: 0;
    }
    .goods_page.card {
        padding: 0 0 30px;
    }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
    .left_news article {
        margin-bottom: 10px;
    }
}

.catalog_info {
    margin-bottom: 0;
}

.catalog_info h3, .catalog_info .h3 {
    margin-top: 10px;
    line-height: 1.2;
}
.catalog_info .h3 h1 {
	line-height: 1.2;
	color: #232221;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.catalog_info.bg_white_t {
    margin-top: -30px;
    border-top-style: none;
    padding-top: 5px;
}

header,
.catalog ul li,
.goods_page.card,
.l-sb .bx-filter.bx-blue,
.menu_wh, .l-sb .menu_wh,
.left_news article,
.action li,
.bg_white_t,
.catalog ul li .quick_view,
.info_sale .new,
.info_sale .hit,
.l-sb .title_menu,
.l-sb .left_menu,
.bt_head a .img span,
.slides,
.bt_red_full,
.bt_blue,
.selectric,
.card.goods_page .availability_top,
.card.goods_page .article_top,
.bx-filter .bx-filter-input-container input,
.radio label > span span:before,
.checkbox input[type=checkbox] + span:before {
    box-shadow: 2px 2px 5px rgba(8, 9, 9, 0.1)
}

.bx-filter .bx-filter-parameters-box {
    box-shadow: 0px 15px 30px -30px rgba(8, 9, 9, 0.35);
}

.radio label > span span::before {
    border-radius: 100%;
}

.goods_page.card,
.l-sb .bx-filter.bx-blue,
.left_news article,
.bg_white_t {
    border: 1px solid #ebebeb;
}

.mm-menu.left_menu .mm-listview li a {
    padding: 13px 20px;
    font-weight: 500;
    position: relative;
    display: block;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    line-height: 1.4;
    border-bottom: 1px solid #3b424a;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-title {
    text-transform: uppercase;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .mm-title:before {
    opacity: 0.25;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened {
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
    width: 300px;
    max-width: 85%;
}

.mm-menu.left_menu .mm-listview li {
    padding: 0;
}

.mm-menu.left_menu .mm-listview li a:before {
    content: "";
    background: url(/local/assets/css/../images/icon_12.png) no-repeat 0 0;
    width: 4px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    margin-right: 20px;
}

html.mm-opened {
    height: 100%;
}

.left_news.box-mob .link_red,
.left_news .link_red {
    margin-bottom: 10px;
}
@media screen and (min-width: 480px) and (max-width: 999px) {
    .left_news.box-mob article:nth-child(2n) {
        border-left-style: none;

    }
    .left_news.box-mob article a {
        height: 55px;
        display: inline-block;
    }
}

@media screen and (min-width: 0) and (max-width: 999px) {
    .card .info .social_networks {
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
    }
    .tooltip_open {
        margin-top: 60px;
    }
}

.menu_wh, .l-sb .menu_wh {
    margin-bottom: 30px;
    /*border: 1px solid #ebebeb;*/
}

.bx-filter .bx-filter-parameters-box {
    margin-bottom: 15px;
}

h2, .h2 {
    line-height: 1;
}

.section_tabs .tabs li {
    color: #6d6e6e;
    border-color: #d0d0d0;
    margin-right: 5px;
    margin-bottom: 10px;
}
.moving.visible .bg_close {
    overflow-x: hidden;
}

.goods_page.card .info .availability_box .title {
    color: #6d6e6e;
}

.left_news {
    text-align: center;
    margin-bottom: 30px;
}

.left_news article {
    text-align: left;
}

.left_news .h3 {
    margin-bottom: 0;
}

.menu-box .nav li .second_lvl li:hover a {
    color: rgba(255,255,255,0.8);
}



.mm-menu.left_menu .mm-listview li a:hover::before {
    background-position: 0 100%;
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened a:hover,
.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened span:hover {
    color: rgba(255,255,255,0.8);
}

.mm-menu.mm-theme-white.mm-offcanvas.mm-current.mm-opened .second-lvl li a:hover {
    color: rgba(255,255,255,0.8);
}

.l-sb .left_menu .first-lvl.active > a,
.l-sb .left_menu .first-lvl:hover > a {
    color: rgba(255,255,255,0.8);
}

.menu_wh .first-lvl > a:hover,
.l-sb .menu_wh .first-lvl > a:hover {
    color: rgba(0,0,0,0.8);
    background: #ebebeb;
}

.menu_wh .first-lvl > a:hover::before,
.l-sb .menu_wh .first-lvl > a:hover::before {
    background-position: 0 100%;
}

.mobile-filter .bx-filter-parameters-box:nth-child(2) {
    display: none;
}

.pagin .next:before {
    top: -4px;
}

#card_product {
    border-radius: 4px;
}

.others img {
    margin-right: 15px;
}
.bx_ordercart_order_table_container.bg_white_t,
.bx_ordercart .bx_ordercart_order_pay.bg_white_t,
.bg_white_t.others {
    border: 1px solid #ebebeb;
    padding: 30px 30px 15px;
}

.bx_ordercart_order_table_container.bg_white_t {
    margin-bottom: 10px;
}

.bx_ordercart .bx_ordercart_order_pay.bg_white_t {
    margin-top: 0;
}

.bx_ordercart_order_table_container .counter
.bx_ordercart_order_table_container .price{
    line-height: 40px;
}

.bx_ordercart_order_table_container .counter .minus,
.bx_ordercart_order_table_container .counter .plus {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border-style: none;
}

.main .bx_ordercart .bx_ordercart_order_table_container table tbody td .counter td {
    vertical-align: middle !important;
}

.bx_ordercart_order_table_container .counter .minus {
    background: url(/local/assets/css/../images/icon_26.png) no-repeat 50% 50%;
    margin: 5px;
}

.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
    font-size: 18px;
    text-transform: uppercase;
}

.bx_ordercart .bx_ordercart_photo_container {
    border-radius: 4px;
    border-color: #ebebeb;
}

.bx_ordercart_order_table_container .counter .plus {
    background: url(/local/assets/css/../images/icon_25.png) no-repeat 50% 50%;
    margin: 5px;
}
@media (max-width: 530px) {
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr {
        border-bottom: 1px solid #ebebeb;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.custom {
        text-align: center;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.custom:nth-child(5) td:nth-child(4) {
        display: none;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item {
        text-align: center;
        padding-bottom: 0;
    }
}

.bx_ordercart_order_table_container .counter input {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 40px;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    text-align: center;
    color: #232221;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

.block-right .bt_head a .img {
    margin-bottom: 5px;
}

.card.goods_page .availability_top,
.card.goods_page .article_top {
    position: absolute;
    z-index: 5;
    width: auto !important;
    padding: 0 15px !important;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 27px;
    border-radius: 4px 0 0 4px;
    /*margin-right: -1px;*/
    cursor: default;
    text-transform: uppercase;
    height: 25px !important;
    right: 0px !important;
    left: auto !important;
    /*opacity: 0.75;*/
}
.card.goods_page .article_top span {
    font-weight: bold;
    color: #6d6e6e;
}
.card.goods_page .article_top {
    top: 20px !important;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #d9dada;
    border-right-style: none;
}
.card.goods_page .availability_top {
    top: 55px !important;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #89c553;
    border-right-style: none;
    color: #89c553;
}

.bx_ordercart_order_table_container thead td {
    text-align: center;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a.delete {
    display: inline-block;
    height: 25px;
    padding: 0 15px;
    color: #e31e24;
    line-height: 25px;
    margin: 10px;
    border: 1px solid #e31e24;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td:first-child {
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.header-mobile .success-validate {
    position: relative;
}

.tooltip_open a {
    max-width: 100%;
    white-space: normal;
    box-sizing: border-box;
}

.quick_view {
    cursor: pointer !important;
}
.sitemapPage ul {
	list-style-type: none;
}
.sitemapPage ul li {
	padding-left: 25px;
	line-height: 24px;
}
.sitemapPage ul.map-level-0 > li {
	padding-left: 0px;
}
.sitemapPage ul {
	margin-bottom: 15px;
	margin-top: 15px;
}
.formConfCent {
	display: block;
	white-space: normal;
	position: absolute;
	width: 300px;
	right: -95px;
	bottom: 10px;
}
#basket_items td.custom {
	position: relative;
}
#basket_items td.custom .formAnswers a:nth-child(1) {
	display: inline-block;
	height: 20px;
	padding: 0px 10px;
	color: #e31e24;
	line-height: 20px;
	margin-right: 10px;
	border: 1px solid #e31e24;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#basket_items td.custom .formAnswers a:nth-child(2) {
	display: inline-block;
	height: 20px;
	padding: 0px 10px;
	color: #327AB7;
	line-height: 20px;
	margin-right: 10px;
	border: 1px solid #327AB7;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.price small {
    font-size: 0.6em;
    color: gray;
}

.uniform .error {
    margin-top: 10px;
    font-style: italic;
    color: #e31e24;
}

/*.catalog ul li .availability {*/
    /*line-height: 1;*/
/*}*/

@media (max-width: 1080px) {
	.formConfCent {
		white-space: normal;
		position: absolute;
		width: 90vw;
		right: -111px;
		bottom: 10px;
		text-align: right;
	}
	#basket_items tbody td.custom {
		height: 160px;
	}
}
@media (max-width: 530px) {
	.formConfCent {
		white-space: normal;
		position: relative;
		width: 100%;
		right: 0;
		bottom: 0px;
		text-align: center;
		margin-top: 20px;
	}
	#basket_items tbody td.custom {
		height: auto;
	}
}

/* IGRA CSS START */
.have{
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #2fc468;
    margin-right: 5px;
}
.havent{
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: red;
    margin-right: 5px;
}
.square{
    border: 2px solid gray;
    width: 11px;
    height: 11px;
    border-radius: 2px;
    padding: 1px 0px 0 1px;
    float: left;
    margin-right: 10px;
}
.square div {
    width: 10px;
    height: 10px;
    background: red;
}
.selcity{
    width: 80%;
    height: 30px;
    margin: 0px;
    padding: 0 5px;
    border: 1px solid #eee;
    font-size: 15px;
}
.bx-filter .bx-filter-popup-result{
    /*display:none !important;*/
}
.tooltip_open{
    z-index:100 !important;
}
footer .counter{
    margin-left:20px;
    display:inline-block;
}
.main {
    clear: both;
}

.search{
    overflow:visible;
    position: relative;
    /*margin-bottom: 0px;*/
}
.tooltip_open {
    display: block;
    position: absolute;
    border: 1px solid #ebebeb;
    z-index: 5;
    background: #fff;
    /*min-width: 200px;*/
    /*max-width: 400px;*/
    overflow-x: hidden;
    width: 100%;
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.15);
    border-radius: 4px;
    max-height: 300px;
}
.tooltip_open a{
    display: block;
    padding: 15px 30px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    text-decoration: none;
}
.tooltip_open a:hover{
    background: #ebebeb;
}
.bx_ordercart_photo{
    background-size: contain !important;
}
.bx_filtren_container{
    display: none;
}
/* IGRA CSS END */


/* CUSTOM OLD */
header {
    z-index: 11;
}
.ffoot .copyright{
    width: 100%;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ffoot .copyright div{
    margin-right: 20px;
}
.catalog .bt_red_full{
    min-width:150px;
    text-align: center;
}
.bfoot .wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bfoot .logo .box{
    padding-right: 35px;
}
.bfoot .address .box{
    padding:0 22px;
}
.bfoot .social_networks .box{
    padding:0 0 0 22px;
}
.bfoot .payment{
    display: flex;
    justify-content: space-between;
    padding-left: 22px;
}
.bfoot .payment ul{
    margin: 0 0 14px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.bfoot .payment ul li:first-child{
    width: 100%;
    display: block;
}
.bfoot .payment ul li{
    width:auto;
}
.bfoot .payment ul .img{
    display: flex;
    align-items: center;
}
.bfoot .payment ul .img img{
    padding: 0 10px;
}
.bfoot .payment ul .img .img_box + .img_box{
    margin-left:0;
}
.bfoot .payment ul .img .img_box + .img_box:before{
    left:0;
}
.bfoot .payment .box:first-child{
    margin-bottom:25px;
    margin-right: 22px;
}
@media (max-width: 1300px){
    .catalog .bt_red_full{
        min-width:auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 479px){
    .bfoot .payment{
        flex-direction:column;
    }
}
@media (max-width: 360px){
    .bt_red_full{
        letter-spacing: normal;
    }
}

/* CUSTOM OLD */

/* BUTTON SCROLL TOP */
/* Кнопка "Вверх" */
.scroll-top-btn {
    position: fixed;
    bottom: 100px;
    right: -60px; /* Скрыта за правым краем */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e31e24;
    border: none;
    cursor: pointer;
    z-index: 1000;
    transition: right 0.4s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Анимация появления (когда прокручиваем вниз) */
.scroll-top-btn.show {
    right: 30px;
}

/* Анимация исчезновения (уезд вправо) */
.scroll-top-btn.hide {
    right: -60px;
}

/* Плавность при наведении */
.scroll-top-btn:hover {
    background-color: #c32429;
}

/* Иконка внутри кнопки */
.scroll-top-icon {
    width: 24px;
    height: 24px;
}
/* BUTTON SCROLL TOP */
/* End */


/* Start:/local/assets/css/media-queries.css?176003829119229*/
/* Generated by less 2.5.1 */
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .bhead .box a {
    line-height: 1.1;
  }
  .bhead .box a.tel {
    display: block;
    margin: 0 0 0 20px;
  }
  .bhead .box a.order-call {
    margin: 0 0 0 20px;
  }
  .l-sb .left_menu .second-lvl {
    width: 640px;
  }
  .catalog .bt_red_full {
    font-size: 0;
    width: 50px;
    height: 40px;
    background: url('/local/assets/css/../images/icon_19.png') no-repeat 40% 50% #e31e24;
  }
  .catalog .bt_red_full.active {
    background-color: #e5888a;
    border-color: #e5888a;
  }
  .price .old-price {
    margin-right: 3px;
  }
  .price .old-price + span {
    font-size: 12px;
  }
  .bfoot .logo .box {
    padding-right: 20px;
  }
  .bfoot .address .box {
    padding: 0 20px;
  }
  .bfoot .social_networks .box {
    padding: 0 20px;
  }
  .bfoot .social_networks ul li {
    white-space: nowrap;
  }
  .bfoot .social_networks ul li span {
    padding: 0 10px;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bfoot .social_networks ul li:first-child {
    display: block;
    width: auto;
  }
  .bfoot .payment ul li {
    width: 97%;
  }
  .bfoot .payment ul li img {
    padding: 0 10px;
  }
  .bfoot .payment ul li:last-child,
  .bfoot .payment ul li:first-child {
    display: block;
    width: auto;
  }
  .bfoot .payment {
    margin-top: 8px;
  }
  .pagin .box a {
    margin: 0 10px;
  }
  .bt_blue {
    background: #2b3036 url("/local/assets/css/../images/icon_31.png") no-repeat scroll 50% 50%;
    font-size: 0;
    height: 40px;
    width: 50px;
    padding: 0 0;
  }
  .bt_blue span {
    display: none;
  }
  .l-sb .menu_wh .first-lvl .second-lvl {
    width: 640px;
  }
  .article_top {
    width: auto;
    left: auto;
    right: 30px;
    top: 20px;
  }
}
/* iPad - vertical orientation */
@media screen and (min-width: 768px) and (max-width: 999px) {
  html {
    -webkit-text-size-adjust: none;
  }
  header {
    z-index: 10;
  }
  .bhead .logo {
    width: 80px;
    top: 15px;
  }
  .bt_head a {
    padding: 8px 19px;
    margin-left: -4px;
    text-align: center;
  }
  .bhead .box a {
    line-height: 1.1;
  }
  .bhead .box a.tel {
    display: block;
    margin: 0 0 0 20px;
  }
  .bhead .box a.order-call {
    margin: 0 0 0 20px;
  }
  .bhead {
    margin-bottom: 20px;
    padding-bottom: 17px;
  }
  .hhead .logo-text {
    margin-left: 0;
  }
  .header-mobile {
    display: block;
  }
  .fhead .menu {
    display: none;
  }
  .l-sb {
    /*display: none;*/
  }
  .l-sb .left_news {
    display: none;
  }
  .l-sb .title_menu {
    display: none;
  }
  .l-sb .left_menu {
    display: none;
  }
  .l-sb .bx-filter.bx-blue {
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    bottom: 0;
    width: 300px;
    max-width: 85%;
    margin: 0;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    z-index: 9999;
  }
  .l-sb .bx-filter.bx-blue._active {
    left: 0;
    opacity: 1;
  }
  .link-menu-mobile {
    display: block;
  }
  .search .container-search {
    width: calc(100% - 60px);
    float: right;
    margin-bottom: 10px;
  }
  .slides .slider.rsDefault .rsBullets {
    bottom: 0;
    padding: 0 20px;
  }
  .catalog ul li,
  .container .catalog ul li {
    width: 25%;
  }
  .bt_red_full {
    letter-spacing: 0;
  }
  .catalog .bt_red_full {
    font-size: 0;
    width: 50px;
    height: 40px;
    background: url('/local/assets/css/../images/icon_19.png') no-repeat 40% 50% #e31e24;
  }
  .catalog .bt_red_full.active {
    background-color: #e5888a;
    border-color: #e5888a;
  }
  .price .old-price {
    margin-right: 3px;
  }
  .price .old-price + span {
    font-size: 12px;
  }
  .catalog ul li .quick_view {
    display: none;
  }
  .left_news.box-mob {
    display: block;
  }
  .left_news.box-mob article {
    float: left;
    width: 50%;
    margin-right: 0;
  }
  .bfoot .logo {
    display: none;
  }
  .bfoot .address .box {
    padding: 0 10px;
  }
  .bfoot .social_networks .box {
    padding: 0 10px;
  }
  .bfoot .social_networks ul li {
    white-space: nowrap;
  }
  .bfoot .social_networks ul li span {
    padding: 0 10px;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bfoot .payment {
    margin-top: 8px;
  }
  .bfoot .social_networks ul li:first-child {
    display: block;
    width: auto;
  }
  .bfoot .payment ul li {
    width: 97%;
  }
  .bfoot .payment ul li img {
    padding: 0 10px;
  }
  .bfoot .payment ul li:last-child,
  .bfoot .payment ul li:first-child {
    display: block;
    width: auto;
  }
  .pagin .box a {
    margin: 0 10px;
  }
  .link-filter-mobile {
    display: block;
  }
  .bt_blue {
    background: #2b3036 url("/local/assets/css/../images/icon_31.png") no-repeat scroll 50% 50%;
    font-size: 0;
    height: 40px;
    width: 50px;
    padding: 0 0;
  }
  .bt_blue span {
    display: none;
  }
  .article_top {
    margin-left: 0;
    left: auto;
    right: 30px;
  }
  .availability_top {
    top: 17px;
  }
  .container {
    overflow: visible;
    z-index: 6;
  }
  .article_top {
    width: auto;
  }
  .bx-soa-sidebar {
    margin-bottom: 20px;
  }
  .goods_page.card .info .availability_box {
    width: 100%;
    float: none;
    padding: 0;
  }
  .goods_page.card .info .left-box {
    width: 100%;
    float: none;
    border: none;
    padding: 0;
  }
  .copy_mob_contacts.mob {
    display: block;
  }
}
/* iPhone - horizontal orientation. And mini tablet device */
@media screen and (min-width: 480px) and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: none;
  }
  header {
    z-index: 10;
  }
  .hhead {
    padding: 6px 0 4px;
  }
  .hhead .logo-text {
    margin: 3px 0 0;
    font-size: 11px;
  }
  .hhead .logo-text span {
    display: none;
  }
  .hhead .logo-text span.mobile {
    display: block;
  }
  .hhead .city {
    font-size: 11px;
  }
  .hhead .city span {
    display: none;
  }
  .bhead .logo {
    top: 0;
  }
  .bhead .logo {
    top: 0;
    margin-top: 12px;
    width: 90px;
    float: left;
  }
  .bhead .box {
    margin-top: 17px;
    float: right;
  }
  .bhead .box a {
    line-height: 1.1;
  }
  .bhead .box a.tel {
    display: block;
    margin: 0;
  }
  .bhead .box a.order-call {
    margin: 0;
  }
  .bhead .block-right,
  .bhead .block-left {
    float: none;
    clear: both;
    width: 100%;
  }
  .bhead .block-left {
    margin-bottom: 16px;
  }
  .bt_head {
    text-align: center;
  }
  .bt_head a {
    padding: 8px 19px;
    margin-left: -4px;
    text-align: center;
  }
  .bt_head a.basket:before {
    display: none;
  }
  .bhead {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .header-mobile {
    display: block;
  }
  .fhead .menu {
    display: none;
  }
  .l-sb {
    /*display: none;*/
  }
  .l-sb .left_news {
    display: none;
  }
  .l-sb .title_menu {
    display: none;
  }
  .l-sb .left_menu {
    display: none;
  }
  .l-sb .bx-filter.bx-blue {
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    bottom: 0;
    width: 300px;
    max-width: 85%;
    margin: 0;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    z-index: 9999;
  }
  .l-sb .bx-filter.bx-blue._active {
    left: 0;
    opacity: 1;
  }
  .link-menu-mobile {
    display: block;
  }
  .search .container-search {
    width: calc(100% - 60px);
    float: right;
    margin-bottom: 10px;
  }
  h1,
  .h1 {
    margin-bottom: 18px;
  }
  .slides .slider.rsDefault .rsBullets {
    bottom: 0;
  }
  .catalog ul {
    border: none;
    padding: 10px 0 1px;
  }
  .catalog ul li,
  .container .catalog ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .catalog ul li:nth-of-type(2n+1),
  .container .catalog ul li:nth-of-type(2n+1) {
    border: none;
  }
  .catalog ul li:nth-of-type(2n+1):before,
  .container .catalog ul li:nth-of-type(2n+1):before {
    left: 20px;
  }
  .catalog ul li:nth-of-type(2n+2):before,
  .container .catalog ul li:nth-of-type(2n+2):before {
    right: 20px;
    left: auto;
  }
  .catalog ul li:before,
  .container .catalog ul li:before {
    content: '';
    width: 100%;
    height: 1px;
    padding: 0 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: -20px;
  }
  .catalog .bt_red_full {
    font-size: 0;
    width: 50px;
    height: 40px;
    background: url('/local/assets/css/../images/icon_19.png') no-repeat 40% 50% #e31e24;
  }
  .catalog .bt_red_full.active {
    background-color: #e5888a;
    border-color: #e5888a;

  }
  .price .old-price {
    margin-right: 3px;
  }
  .price .old-price + span {
    font-size: 12px;
  }
  .catalog ul li .quick_view {
    display: none;
  }
  .bg_white {
    padding: 26px 30px 15px;
  }
  .bg_white h3,
  .bg_white .h3 {
    float: none;
    margin-bottom: 2px;
  }
  .bg_white .link-red {
    float: none;
  }
  .left_news.box-mob {
    display: block;
  }
  .left_news.box-mob article {
    float: left;
    width: 50%;
    margin-right: 0;
  }
  .bfoot .payment,
  .bfoot .social_networks,
  .bfoot .address,
  .bfoot .logo {
    width: 50%;
    text-align: center;
  }
  .bfoot .payment:after,
  .bfoot .social_networks:after,
  .bfoot .address:after,
  .bfoot .logo:after {
    background: none;
  }
  .bfoot .logo .box {
    padding-right: 10px;
  }
  .bfoot .payment:after,
  .bfoot .social_networks:after {
    display: none;
  }
  .bfoot .address .box {
    padding: 0 10px;
  }
  .bfoot .social_networks .box {
    padding: 0 10px 0 0;
  }
  .bfoot .social_networks ul li {
    white-space: nowrap;
  }
  .bfoot .social_networks ul li span {
    padding: 0 10px;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bfoot .social_networks ul li:first-child {
    display: block;
    width: auto;
  }
  .bfoot .payment ul li {
    width: 97%;
  }
  .bfoot .payment ul li img {
    padding: 0 10px;
  }
  .bfoot .payment ul li .img {
    padding: 0 15px;
  }
  .bfoot .payment ul li .img_box img {
    padding: 0;
  }
  .bfoot .payment ul li:last-child,
  .bfoot .payment ul li:first-child {
    display: block;
    width: auto;
  }
  .bfoot .social_networks ul li .box_sn .img {
    border: none;
  }
  .bfoot .social_networks ul li .box_sn span {
    display: none;
  }
  .catalog_info h3,
  .catalog_info .h3,
  .catalog_info dl {
    float: none;
    width: auto;
  }
  .pagin {
    padding: 22px 10px 19px;
  }
  .pagin .box a {
    margin: 0 8px;
  }
  .pagin span {
    display: none;
  }
  .link-filter-mobile {
    display: block;
  }
  .bt_blue {
    background: #2b3036 url("/local/assets/css/../images/icon_31.png") no-repeat scroll 50% 50%;
    font-size: 0;
    height: 40px;
    width: 50px;
    padding: 0 0;
  }
  .bt_blue span {
    display: none;
  }
  .goods_page.card .big_img {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .card .info {
    overflow: visible;
    clear: both;
    padding: 0 20px;
  }
  .section_tabs .box-tabs .box {
    float: none;
    width: auto;
  }
  .container {
    overflow: visible;
    z-index: 6;
  }
  .text-page .img_text {
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .text-page .img_text p {
    right: 0;
  }
  .text-page ul.colums {
    width: 50%;
  }
  .map_shop .box_info {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 20px;
    width: 100%;
  }
  .popup-gallery ul li {
    width: 48%;
  }
  .article_top {
    width: auto;
  }
  .bx-soa-sidebar {
    margin-bottom: 20px;
  }
	.slides {
		display: none;
	}
  .goods_page.card .info .availability_box {
    width: 100%;
    float: none;
    padding: 0;
  }
  .goods_page.card .info .left-box {
    width: 100%;
    float: none;
    border: none;
    padding: 0;
  }
  .copy_mob_contacts.mob {
    display: block;
  }
}
/* iPhone - vertical orientation */
@media screen and (min-width: 0px) and (max-width: 479px) {
  html {
    -webkit-text-size-adjust: none;
  }
  body {
    min-width: 320px;
  }
  header {
    z-index: 10;
  }
  .hhead {
    padding: 6px 0 4px;
  }
  .hhead .logo-text {
    margin: 3px 0 0;
    font-size: 11px;
  }
  .hhead .logo-text span {
    display: none;
  }
  .hhead .logo-text span.mobile {
    display: block;
  }
  .hhead .city {
    font-size: 11px;
  }
  .hhead .city span {
    display: none;
  }
  .bhead .logo {
    top: 0;
    margin-top: 12px;
    width: 72px;
    float: left;
  }
  .bhead .box {
    margin-top: 17px;
    float: right;
  }
  .bhead .box a {
    line-height: 1.1;
  }
  .bhead .box a.tel {
    display: block;
    margin: 0;
  }
  .bhead .box a.order-call {
    margin: 0;
  }
  .bhead .block-right,
  .bhead .block-left {
    float: none;
    clear: both;
    width: 100%;
  }
  .bhead .block-left {
    margin-bottom: 16px;
  }
  .bt_head {
    text-align: center;
  }
  .bt_head a {
    padding: 8px 19px;
    margin-left: -4px;
    text-align: center;
  }
  .bt_head a p {
    display: block;
  }
  .bt_head a.basket {
    padding-left: 0;
  }
  .bt_head a.enter {
    padding-right: 0;
  }
  .bt_head a.basket:before {
    display: none;
  }
  .bhead {
    margin-bottom: 20px;
  }
  .header-mobile {
    display: block;
  }
  .fhead .menu {
    display: none;
  }
  .l-sb {
    /*display: none;*/
  }
  .l-sb .left_news {
    display: none;
  }
  .l-sb .title_menu {
    display: none;
  }
  .l-sb .left_menu {
    display: none;
  }
  .l-sb .bx-filter.bx-blue {
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    bottom: 0;
    width: 300px;
    max-width: 85%;
    margin: 0;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    z-index: 9999;
  }
  .l-sb .bx-filter.bx-blue._active {
    left: 0;
    opacity: 1;
  }
  .link-menu-mobile {
    display: block;
  }
  .search .container-search {
    width: calc(100% - 60px);
    float: right;
    margin-bottom: 10px;
  }
  h1,
  .h1 {
    margin-bottom: 18px;
    font-size: 30px;
  }
  .slides .slider .rsABlock {
    width: auto;
    padding: 0 20px;
  }
  .slides .slider.rsDefault .rsBullets {
    bottom: 0;
    padding: 0 20px;
  }
  .catalog ul li,
  .container .catalog ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .catalog ul li:nth-of-type(2n+1),
  .container .catalog ul li:nth-of-type(2n+1) {
    border: none;
  }
  .catalog ul li:nth-of-type(2n+1):before,
  .container .catalog ul li:nth-of-type(2n+1):before {
    left: 20px;
  }
  .catalog ul li:nth-of-type(2n+2):before,
  .container .catalog ul li:nth-of-type(2n+2):before {
    right: 20px;
    left: auto;
  }
  .catalog ul li:before,
  .container .catalog ul li:before {
    content: '';
    width: 100%;
    height: 1px;
    padding: 0 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: -20px;
  }
  .catalog .bt_red_full {
    font-size: 0;
    width: 50px;
    height: 40px;
    background: url('/local/assets/css/../images/icon_19.png') no-repeat 40% 50% #e31e24;
  }
  .catalog .bt_red_full.active {
    background-color: #e5888a;
    border-color: #e5888a;
  }
  .price .old-price {
    margin-right: 3px;
  }
  .price .old-price + span {
    font-size: 12px;
  }
  .catalog ul li .quick_view {
    display: none;
  }
  .bg_white {
    padding: 26px 30px 15px;
  }
  .bg_white h3,
  .bg_white .h3 {
    float: none;
    margin-bottom: 2px;
  }
  .bg_white .link-red {
    float: none;
  }
  .left_news.box-mob {
    display: block;
  }
  .left_news.box-mob article {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .left_news.box-mob article img {
    max-width: 100%;
  }
  .bfoot .logo {
    display: none;
  }
  .bfoot {
    padding: 36px 0 16px;
  }
  .bfoot .payment,
  .bfoot .social_networks,
  .bfoot .address {
    float: none;
  }
  .bfoot .payment:after,
  .bfoot .social_networks:after,
  .bfoot .address:after {
    display: none;
  }
  .bfoot .payment .box,
  .bfoot .social_networks .box,
  .bfoot .address .box {
    padding: 0;
  }
  .bfoot .address {
    border-bottom: 1px solid #383d43;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .bfoot .social_networks {
    border-bottom: 1px solid #383d43;
    margin-bottom: 15px;
  }
  .bfoot .social_networks ul {
    margin-bottom: 10px;
  }
  .ffoot .copyright {
    float: none;
    width: auto;
  }
  .ffoot .copyright span {
    display: block;
  }
  .ffoot .iarga {
    float: none;
  }
  .catalog_info h3,
  .catalog_info .h3,
  .catalog_info dl {
    float: none;
    width: auto;
  }
  .selectricWrapper {
    width: 175px;
  }
  .pagin {
    padding: 22px 10px 19px;
  }
  .pagin .box a {
    margin: 0 8px;
  }
  .pagin span {
    display: none;
  }
  .link-filter-mobile {
    display: block;
  }
  .price .old-price {
    display: block;
  }
  .bt_blue {
    background: #2b3036 url("/local/assets/css/../images/icon_31.png") no-repeat scroll 50% 50%;
    font-size: 0;
    height: 40px;
    width: 50px;
    padding: 0 0;
  }
  .bt_blue span {
    display: none;
  }
  .article_top {
    margin-left: 0;
    left: auto;
    right: 30px;
  }
  .availability_top {
    top: 17px;
  }
  .goods_page.card .big_img {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .card .info {
    overflow: visible;
    clear: both;
    padding: 0 20px;
  }
  .goods_page.card .link_right {
    float: none;
    margin-bottom: 20px;
  }
  .card .info .social_networks li:first-child,
  .card .info .social_networks li {
    display: block;
  }
  .section_tabs .tabs li {
    display: block;
    text-align: center;
  }
  .section_tabs .box-tabs .box {
    float: none;
    width: auto;
  }
  .container {
    overflow: visible;
    z-index: 6;
  }
  .text-page .img_text {
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .text-page .img_text p {
    right: 0;
  }
  .text-page ul.colums {
    width: 50%;
  }
  .map_shop .box_info {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 20px;
    width: 100%;
  }
  .popup-gallery ul li {
    width: 48%;
  }
  .address_box li {
    width: 100%;
  }
  .address_box li:nth-of-type(2n+1):before {
    display: none;
  }
  .address_box li:nth-of-type(2n+1):after {
    right: 40px;
  }
  .article_top {
    width: auto;
  }
  .goods_page.card .info .price {
    float: none;
  }
  .main .bx_ordercart .bx_ordercart_order_sum tr td {
    display: inline-block;
  }
  .bx_ordercart .bx_ordercart_order_sum tr + tr {
    display: none;
  }
  .bx-soa-item-tr {
    text-align: center;
  }
  .bx-soa-sidebar {
    margin-bottom: 20px;
  }
    .news-list ul {
        padding-left: 10px;
    }
    .news-item.inst_list { 
        float: none;
        display: block;
        text-align: center;
    }
    .context_prw_list {
        clear: both;
    }
    .slides {
	display: none;
    }
  .goods_page.card .info .availability_box {
    width: 100%;
    float: none;
    padding: 0;
  }
  .goods_page.card .info .left-box {
    width: 100%;
    float: none;
    border: none;
    padding: 0;
  }
  .copy_mob_contacts.mob {
    display: block;
  }
}

/* End */


/* Start:/local/assets/lib/popup/popup.css?17372278751479*/
body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 149;
}
.popup-show body::after {
    opacity: 1;
}
.lock {
    overflow: hidden;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(0.7);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.popup.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
    transform: scale(1);
}
.popup.popup_show>.popup__wrapper>.popup__content {
    visibility: visible;
}
.popup__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
}
.popup__content {
    position: relative;
    visibility: hidden;
    width: 100%;
    max-width: 100%;
}

.popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/local/assets/lib/popup/../../images/icon_close.png) center no-repeat;
    cursor: pointer;
}

.popup__close:hover {
    opacity: 0.6;
}

/* End */


/* Start:/local/assets/lib/swiper/swiper-bundle.min.css?173720165718456*/
/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/assets/lib/selectCustom/selectCustom.css?17372946643507*/
.select {
    min-width: 0;
    position: relative;
    display: inline-block;
    margin: 0 0 0 4px;
    width: 200px;
    cursor: pointer;
    text-align: left;
}
.select__body {
    position: relative;
}
.select__title {
    width: 100%;
    position: relative;
    padding: 0 35px 0 14px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    height: 35px;
    border: 1px solid #d0d0d0;
    box-shadow: 2px 2px 5px rgba(8, 9, 9, 0.1);
    background-color: white;
}
.select__value:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/local/assets/lib/selectCustom/../../images/icon_27.png") no-repeat 50% 50%;
    width: 35px;
    height: 35px;
    font-size: 0;
}
._select-open .select__value:after {
    transform: rotate(-180deg);
}
.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}
.select__content {
    display: block;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    min-height: 18px;
    text-align: left;
}
.select__text {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}
.select__options {
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    color: #000;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 15px rgba(8, 9, 9, 0.15);
    -moz-box-shadow: 0 0 15px rgba(8, 9, 9, 0.15);
    box-shadow: 0 0 15px rgba(8, 9, 9, 0.15);
    padding: 0;
}
.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    width: auto;
    text-align: left;
    background: none;
    padding: 10px 0 0;
    border-top: none;
}
.select__option {
    display: block;
    padding: 10px 15px 10px 31px;
    color: #000;
    cursor: pointer;
    width: auto;
    margin-bottom: 0;
    border: none;
    position: relative;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: white;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    text-align: left;
    list-style: none;
    text-decoration: none;
}
.select__option:before {
    content: "";
    height: 1px;
    background: #ececec;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}
.select__option._select-selected {
    background: url("/local/assets/lib/selectCustom/../../images/icon_28.png") no-repeat 12px 50% #f3f3f3;
}
@media (any-hover: hover) {

    .select__option:hover {
        background: #f3f3f3;
    }
}
.select__row {
    display: inline-flex;
}
.select--show-top .select__options {
    top: auto;
    bottom: calc(100% - 1px);
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 5px 0px 10px 0px;
}
._select-tag {
    cursor: pointer;
}
/* End */


/* Start:/local/assets/css/custom.css?178826783811268*/
.catalog-category * {
    box-sizing: border-box;
}

.catalog-category {
    margin: 10px 0 32px;
}

.catalog-category__wrapper {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.category-child {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    display: inline-block;
    height: 234px;
    padding: 24px 20px 42px;
    position: relative;
    vertical-align: top;
    text-decoration: none;
}

.category-child:hover {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05), 0 29px 26px 0 rgba(0, 0, 0, .08);
}

.category-child__content {
    height: calc(100% + 27px);
    margin: 0 24px;
    transition: opacity .5s ease 0s;
}

.category-child__image {
    display: inline-block;
    height: 120px;
    line-height: 150px;
    text-align: center;
    width: 100%;
}

.category-child__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.category-child__title {
    align-items: center;
    color: #4e4e4e;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 63px;
    justify-content: center;
    margin: 12px 0 0;
    text-align: center;
}

.bx-filter-button-box .bx-filter-parameters-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bx-filter-button-box .bx-filter-parameters-box-container input,
.bx-filter-parameters-box .bx-filter-parameters-box-hint {
    cursor: pointer;
}

.js-slider-main {
    --swiper-theme-color: #e31e24;
    --swiper-pagination-bullet-inactive-color: white;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.js-slider-main .swiper-pagination {
    text-align: left;
    padding-inline-start: 42px;
    z-index: 1;
}

.js-slider-main .swiper-slide img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.js-slider-bottom {
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 20px 0 45px 0;
}

.js-slider-bottom .swiper-slide img {
    width: 100%;
    height: 100%;
}

.js-slider-bottom .swiper-button-next {
    background: url("/local/assets/css/../images/arrow_sl.png") no-repeat 0 0;
    cursor: pointer;
    height: 48px;
    margin-top: -24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(180deg);
    width: 24px;
}

.js-slider-bottom .swiper-button-prev {
    background: url("/local/assets/css/../images/arrow_sl.png") no-repeat 0 0;
    cursor: pointer;
    height: 48px;
    margin-top: -24px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
}

.js-slider-bottom .swiper-button-next::after,
.js-slider-bottom .swiper-button-prev::after {
    content: none;
}

.menu--mobile .menu__list .menu__item--back .menu__link {
    display: flex;
    align-items: center;
    gap: 20px;
}
.menu--mobile .menu__list .menu__item--title {
    margin: 27px 0 8px 0;
}
.menu--mobile .menu__list .menu__item--title .menu__link {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.menu--mobile .menu__list-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    visibility: visible;
    opacity: 1;
    z-index: 5;
    transition: transform 0.2s ease-in-out;
    padding: 20px 0 0;
    margin: 0;
}
.menu--mobile .menu__item--expanded > .menu__list-dropdown {
    display: block;
}
.menu--mobile .menu__link {
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 16px;
    background: none;
    padding: 13px 20px;
    font-weight: 500;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    line-height: 1.4;
    border-bottom: 1px solid #3b424a;
    transition: color 0.2s ease-in-out;
}
.menu--mobile .menu__link svg {
    fill: #3b424a;
    transition: fill 0.2s ease-in-out;
}
.menu--mobile .menu__item:hover {
    background-color: #20242a;
}
.menu--mobile .menu__link[href]:hover svg {
    fill: #e31e24;
}
.menu--mobile .menu__icon-arrow {
    width: 17px;
    height: 17px;
    border-radius: 10px;
    line-height: 13px;
    right: 20px;
    top: 14px;
    position: absolute;
    text-align: center;
    margin: 0;
}
.menu--mobile .menu__icon-arrow svg {
    vertical-align: middle;
    display: inline-block;
}
.menu--mobile .menu__toggle_link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    bottom: 0;
    cursor: pointer;
}
.menu--mobile .menu__block:not(:last-child) {
    margin-block-end: 8px;
}
.menu--mobile .menu__banner--bottom {
    order: 9999;
}

.mobile-menu {
    background: #2b3036;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 85%;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    z-index: 999;
}
.mobile-menu__wrapper {
    overflow: hidden;
}
.mobile-menu__close {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform 0.4s ease;
    padding: 74px 0 48px;
}
.mobile-menu__item {
    padding: 26px 0 0;
}
.mobile-menu__item:first-of-type {
    padding-top: 0;
}
.mobile-menu__separator {
    height: 1px;
    background: #ededed;
    margin: 0 24px 0;
}
.mobile-menu__socials {
    padding: 28px 24px 0;
}
.mobile-menu__map button {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}
.mobile-menu__map button span:last-child {
    display: none;
}
.mobile-menu__map._showmore-active button span:first-child {
    display: none;
}
.mobile-menu__map._showmore-active button span:last-child {
    display: block;
}
.mobile-menu--left {
    left: -100%;
}
.mobile-menu--show {
    left: 0;
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
}

/* Детальная страница товара на десктопе: показываем бургер и кнопку "каталог" рядом с поиском.
   Порядок как в старом шаблоне: бургер → каталог → поиск. */
@media screen and (min-width: 1301px) {
    body.is-catalog-detail .search {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    body.is-catalog-detail .search .header-mobile {
        display: block;
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        flex-shrink: 0;
        order: 1;
    }
    body.is-catalog-detail .search .header-mobile .link-drop {
        float: none;
        margin: 0;
    }
    body.is-catalog-detail .search .link-menu-mobile {
        display: block;
        float: none;
        width: 250px;
        margin: 0;
        flex-shrink: 0;
        order: 2;
    }
    body.is-catalog-detail .search .search-header {
        flex: 1;
        min-width: 0;
        order: 3;
    }
    body.is-catalog-detail .search .search-header .container-search {
        margin-bottom: 0;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.loading-state-before:before {
    content: "";
    display: block;
    background: #FFFFFF7F url(/local/assets/images/icons/double_ring.svg) center 250px no-repeat;
    position: absolute;
    z-index: 105;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cookie-notice {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.cookies-accepted .cookie-notice {
    display: none;
}
@media (min-width: 560px) {
    .cookie-notice {
        left: auto;
        right: 18px;
        bottom: 24px;
        width: min(100%, 400px);
    }
}
@media (min-width: 1025px) {
    .cookie-notice {
        border-radius: 2px;
    }
}
.cookie-notice__inner {
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
@media (min-width: 560px) {
    .cookie-notice__inner {
        padding: 36px;
    }
}
.cookie-notice__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 560px) {
    .cookie-notice__content {
        gap: 18px;
    }
}
.cookie-notice__heading {
    font-size: 18px;
    line-height: 1.4;
}
@media (min-width: 560px) {
    .cookie-notice__heading {
        font-size: 24px;
    }
}
.cookie-notice__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}
.cookie-notice__text a:hover {
    text-decoration: none;
}
.cookie-notice__confirm-button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    background-color: #e31e24;
    border: 1px solid #e31e24;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMzFlMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMmMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: -moz-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: -o-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: linear-gradient(to top, #e31e24 0%, #ed2c32 100%);
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    text-decoration: none;
    letter-spacing: 2.9px;
}

.text-green, .cookie-notice__text a {
    color: #e31e24;
}

.border-green, .cookie-notice__text a {
    border-color: #e31e24;
}

.border-bottom-dashed, .cookie-notice__text a {
    border-bottom: 1px dashed;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
/* End */


/* Start:/local/templates/aksgroup/components/bitrix/sale.basket.basket.line/header/style.css?17327776714804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/aksgroup/components/bitrix/search.title/catalog/style.css?1759765555487*/
.title-search-result {
	display: none;
	border: 1px solid #ebebeb;
	background: white;
	overflow-x: hidden;
	width: 100%;
	box-shadow: 0 0 25px rgba(8, 9, 9, 0.15);
	border-radius: 4px;
	max-height: 300px;
	margin-block-start: -2px;
	z-index: 100;
}

.title-search-item a {
	display: block;
	padding: 15px 30px;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.title-search-item a:hover {
	background-color: #ebebeb;
}
/* End */


/* Start:/local/templates/aksgroup/components/bitrix/breadcrumb/catalog_breadcrumb_section/style.css?1520341096227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/local/templates/aksgroup/styles.css?1723632459115*/
/** 
 * Put all css-rules here.
 * This file will be included automatically by $APPLICATION->ShowHead() method.
 */
/* End */


/* Start:/local/templates/aksgroup/template_styles.css?1723632459139*/
/** 
 * Use this file to override rules from styles.css
 * This file will be included automatically by $APPLICATION->ShowHead() method.
 */
/* End */
/* /local/assets/css/global.css?1788269745134485 */
/* /local/assets/css/media-queries.css?176003829119229 */
/* /local/assets/lib/popup/popup.css?17372278751479 */
/* /local/assets/lib/swiper/swiper-bundle.min.css?173720165718456 */
/* /local/assets/lib/selectCustom/selectCustom.css?17372946643507 */
/* /local/assets/css/custom.css?178826783811268 */
/* /local/templates/aksgroup/components/bitrix/sale.basket.basket.line/header/style.css?17327776714804 */
/* /local/templates/aksgroup/components/bitrix/search.title/catalog/style.css?1759765555487 */
/* /local/templates/aksgroup/components/bitrix/breadcrumb/catalog_breadcrumb_section/style.css?1520341096227 */
/* /local/templates/aksgroup/styles.css?1723632459115 */
/* /local/templates/aksgroup/template_styles.css?1723632459139 */
