* {
    margin: 0;
    padding: 0;
}
html {
    width: 100%;
    --width-scrollbar: 17px;
}
.bx-no-touch.bx-safari {
    --width-scrollbar: 0px;
}
html {
    height: 100%;
    scroll-padding-top: calc(var(--fixed-header, 0px) + var(--fixed-tabs, 0px));
    scroll-behavior: smooth;
}
body {
    min-height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
body > .wrapper1 {
    flex-grow: 1;
}
header,
nav,
section,
article,
aside,
footer {
    display: block;
}
div[id^="wait_comp"],
.bx-core-waitwindow {
    display: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #333;
    color: var(--white_text_black);
    text-decoration-color: transparent;
}

a b {
    color: inherit;
}

#panel + div[id*="bx_incl_area"] {
    min-height: 0px !important;
}

.print body {
    background: #fff !important;
}

input {
    background-color: #fafafa;
    border-color: #ececec;
}
input:focus {
    background-color: #fff;
    border-color: #ccc;
}

.maxwidth-theme {
    width: 100%;
}
header .maxwidth-theme {
    background: none;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-position: center center;
}

.title_block {
    display: inline-block;
    margin: 0px 38px 0px 0px;
    line-height: 32px;
}
.title_block.sm {
    font-size: 18px;
}
.title_block.lg {
    font-size: 22px;
}
.icon_more {
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    background: url("images/arrows.png") -1px -78px no-repeat;
    padding: 0px 0px 0px 23px;
    margin: 10px 0px 0px;
    display: inline-block;
}
.text_before_items,
.text_before_items p {
    color: #555;
    color: var(--basic_text_black);
}
.text_before_items .option-font-bold {
    color: #333;
    color: var(--white_text_black);
}
.text_before_items hr {
    margin: 31px 0 38px;
}
.empty_items_content {
    margin: 0px 0px -1px;
}

#bx24_form_inline_second {
    padding: 15px 20px 0;
}

#main .pos-static {
    position: static;
}

.transition_bg {
    transition: background-color ease 0.5s, border-color ease 0.5s;
}
.close {
    text-shadow: none;
}
.close:hover,
.close:focus,
.btn.close {
    opacity: 1;
}
[data-event="jqm"] {
    cursor: pointer;
}

.fill_bg_n .wrapper1:not(.with_left_block) .grey_block,
.wrapper1:not(.with_left_block) .grey_block .maxwidth-theme,
.fill_bg_n .wrapper1:not(.front_page) .grey_block,
.fill_bg_n .wrapper1:not(.front_page) .grey_block .maxwidth-theme,
.wrapper1:not(.with_left_block)
    .grey_block
    .flexslider.shadow
    .flex-viewport:before,
.wrapper1:not(.with_left_block)
    .grey_block
    .flexslider.shadow
    .flex-viewport:after,
.wrapper1:not(.with_left_block)
    .grey_block
    .owl-carousel.shadow
    .owl-stage-outer:before,
.wrapper1:not(.with_left_block)
    .grey_block
    .owl-carousel.shadow
    .owl-stage-outer:after {
    background-color: #f9f9fa;
    background: var(--darkerblack_bg_black);
}
.front.wide_page .grey_block.small-padding .adv_list.small_banners {
    padding: 0;
}
.front.wide_page hr {
    margin: 0px auto;
}

.shine {
    position: relative;
    overflow: hidden;
}
.hover_shine .shine:before {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}
.hover_shine .hover_blink .shine:before,
.hover_shine .hover_zoom .shine:before {
    display: none;
}
.hover_shine .shine:hover:before {
    -webkit-animation: shine 0.5s;
    animation: shine 0.5s;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.hover_blink .shine:hover {
    opacity: 1;
    -webkit-animation: flash 0.8s;
    animation: flash 0.8s;
}
.hover_zoom .shine > * {
    transition: transform ease 0.8s;
}
.hover_zoom:hover .shine > *,
.hover_zoom .shine:hover > * {
    transform: scale(1.1);
}

.inner-table-block {
    display: table-cell;
    vertical-align: middle;
}

.shares-block ul li:before,
.slides li:before,
body .nav li:before {
    display: none;
}
body .nav li {
    padding: 0px;
    margin: 0px;
}
div.blog-comment-hidden .blog-comment-cont-white,
div.blog-comment-hidden .blog-comment-date {
    background: #fff;
    background-color: var(--black_bg_black);
}

/* common */
.wrapper,
.wrapper_inner,
.wrapp,
.wrapper1 > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    zoom: 1;
    z-index: 2;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}
.wrapp {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}
.wrapper_inner,
.maxwidth-theme {
    padding: 0px var(--theme-page-width-padding);
    margin: 0 auto;
    background: #fff;
    background-color: var(--black_bg_black);
    float: none;
}
.maxwidth-theme:before,
.maxwidth-theme:after {
    content: "";
    display: block;
    clear: both;
}
.maxwidth-theme > .inner-theme {
    padding: 0px 30px;
    background: #fff;
    background-color: var(--black_bg_black);
    margin: 0px -30px;
}
.tab-pane .maxwidth-theme {
    padding: 0px;
}

.maxwidth-theme.wides,
.wides_menu #headerfixed > .maxwidth-theme {
    max-width: none;
}
.fill_bg_n .wrapper_inner.front .drag-block.container .maxwidth-theme.wide {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
}

.wrapper_inner.wides {
    max-width: 1172px;
}
.wrapper_inner.wides_big {
    max-width: 1182px;
}
.wrapper_inner1.wides {
    margin: 0px -10px;
}
.wrapper_inner1.wides.float_banners {
    margin: 0px -10px 30px;
}

.wrapper1.front_page .left_block .menu_top_block {
    padding-top: 50px;
}
.left_block {
    width: var(--width-left-block);
    flex-shrink: 0;
    position: relative;
    z-index: 390;
    padding-top: 0px;
    --width-left-block: 244px;
}
@media (max-width: 991px) {
    .left_block,
    #content .search_page .flexbox.flexbox--row .left_block {
        display: none;
    }
}
.left_block .sticky-sidebar__inner > div {
    margin-top: 32px;
}
.left_block .sticky-sidebar__inner > div:first-of-type {
    margin-top: 0px;
}
body .right_block.error_page {
    width: 100% !important;
}
.right_block {
    min-width: 0;
    width: 100%;
}
.right_block > .middle > .maxwidth-theme {
    padding: 0px;
}
.left-menu-md .left_menu {
    margin-bottom: 30px;
}

.block_side_WIDE.catalog_page .main-catalog-wrapper:not(.details) .left_block,
.block_side_WIDE.catalog_page
    .main-catalog-wrapper:not(.details)
    .left_block
    .sticky-sidebar__inner
    .menu_top_block,
.block_side_WIDE.catalog_page
    .main-catalog-wrapper:not(.details)
    .left_block
    .sticky-sidebar__inner
    .bx_filter {
    width: var(--width-left-block);
    --width-left-block: 277px;
}
.block_side_WIDE.catalog_page .left_block .sticky-sidebar__inner > div {
    width: 244px;
}
.section-content-wrapper {
    min-width: 0;
    width: 100%;
}
.block_side_WIDE.catalog_page .section-content-wrapper.with-leftblock > div {
    margin-left: -1px;
}
.side_RIGHT.block_side_WIDE.catalog_page
    .section-content-wrapper.with-leftblock
    > div {
    margin-left: 0px;
    margin-right: -1px;
}
.block_side_WIDE.catalog_page .right_block.wide_N:hover {
    z-index: 391;
}
.block_side_WIDE.catalog_page .filter-panel,
.block_side_WIDE.catalog_page .bx_filter.compact {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.block_side_WIDE.catalog_page .filter-panel {
    border-top: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.block_side_WIDE.catalog_page
    .right_block
    .section-content-wrapper.with-leftblock
    .inner_wrapper
    > div:not(.ajax_load),
.block_side_WIDE
    .section-content-wrapper.with-leftblock
    .group_description_block {
    padding-left: 25px;
}

.block_side_WIDE .search_page .top-content-block hr {
    display: none;
}

.news-list {
    overflow: hidden;
}
form label {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 2px;
}

#content .right_block.catalog .catalog_list,
#content .right_block.catalog .catalog_table {
    left: 0;
    right: -20px;
    position: relative;
    zoom: 1;
}
#content .right_block.catalog .catalog_block {
    margin-top: 20px;
}
#content .right_block.catalog .catalog_section_list {
    margin-left: 11px;
}
.clearfix {
    clear: both;
}
.alert b,
.alert strong {
    color: #333;
}
.alert-danger {
    background: #ffeeee;
    color: #e83333;
}
.alert.alert-success {
    background: #e6f8de;
    color: #419a19;
}
.alert.alert-success .icon-success,
.alert-warning .icon-warning {
    display: none;
}
.alert.alert-success font.notetext {
    color: #419a19;
}
.alert font.errortext {
    margin: 0;
    background: none;
    padding: 0 !important;
}
.alert-danger p,
font.errortext {
    color: #e83333;
}
.alert-success p {
    color: #419a19;
}
.alert.compact {
    font-size: 13px;
    text-align: left;
    padding: 4px 10px 4px;
}
.popup .form-wr .alert p {
    margin: 0px;
}

.uploader {
    border-radius: 3px;
    padding: 11px 54px 5px 44px;
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    position: relative;
    margin-bottom: -1px;
    background: #fafafa;
    background: var(--light_bg_black);
    cursor: pointer;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    margin-top: 10px;
}
.uploader:hover + .uploader {
    z-index: 11;
}
.uploader:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    width: 9px;
    height: 18px;
    background: url(images/svg/content_icons.svg) -118px -117px no-repeat;
    background-position: var(--light, -118px -117px) var(--dark, -128px -117px);
}
.uploader:hover:before {
    background-position: -128px -117px;
}
.uploader input[type="file"] {
    z-index: 10;
    opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.uploader .action {
    display: none;
    position: absolute;
    top: 9px;
    left: 9px;
    background: #fff;
    border-radius: 3px;
    color: white;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 15px;
    margin-right: 10px;
}
.uploader:hover .action {
    color: #fff;
}

.form .add_text {
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    color: #999999;
    color: var(--light_basic_text_black);
    cursor: pointer;
    padding: 11px 24px;
}
.form .add_file {
    font-size: 0.8em;
    cursor: pointer;
    padding: 4px 10px 0px 0px;
    display: inline-block;
}
.form .add_file span {
    border-bottom: 1px dotted;
}
.uploader .filename {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-size: 0.8667em;
    color: #333;
    color: var(--white_text_black);
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    line-height: 25px;
}
.uploader:hover .filename {
    color: #fff;
}
.uploader:hover .filename {
    color: #fff;
}
.uploader.files_add {
    background-color: var(--card_bg_hover_black);
}
.uploader.files_add .filename {
    color: #333;
    color: var(--white_text_black);
}
.uploader:hover .filename {
    color: #fff;
}
.uploader .resetfile {
    position: absolute;
    right: -1px;
    width: 47px;
    display: block;
    top: -1px;
    bottom: -1px;
    z-index: 10;
    border-radius: 0 2px 2px 0;
}
.uploader .resetfile:before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #eee;
    background-color: var(--stroke_black);
    left: 0;
    top: 1px;
    bottom: 1px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.uploader .resetfile svg {
    fill: #333;
    fill: var(--white_text_black);
    fill-rule: evenodd;
    position: absolute;
    width: 11px;
    height: 11px;
    display: block;
    top: 50%;
    margin: -5px 0 0 -5px;
    left: 50%;
}
.uploader:hover .resetfile svg {
    fill: #fff;
}
.uploader:first-of-type {
    margin-top: 0px;
}

.no-pointer-events {
    pointer-events: none;
}

.rows_block {
    font-size: 0px;
    margin: 0px -6px;
}
.rows_block:after,
.rows_block:before {
    display: table;
    content: " ";
}
.rows_block:after {
    clear: both;
}
.rows_block * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rows_block .item_block {
    display: inline-block;
    vertical-align: top;
    padding: 6px 6px;
}
.rows_block .col-80 {
    width: 80%;
}
.rows_block .col-75 {
    width: 75%;
}
.rows_block .col-66 {
    width: 66.66%;
}
.rows_block .col-5 {
    width: 20%;
}
.rows_block .col-4 {
    width: 25%;
}
.rows_block .col-3 {
    width: 33.33%;
}
.rows_block .col-2 {
    width: 50%;
}
.rows_block .col-1 {
    width: 100%;
}

.hover {
    cursor: pointer;
}
.grey_bg {
    background: #f7f7f9;
}
hr {
    padding: 0px;
    margin: 20px 0px;
    height: 1px;
}
hr.white {
    background: #fff;
    background-color: var(--white_text_black_reverse);
}
hr.black {
    background: #000;
    background: var(--white_text_black);
}
hr.grey {
    background: #f2f2f2;
    background: var(--line_bg_black);
}
.top_border {
    border-top: 1px solid #f2f2f2;
    border-color: var(--line_bg_black);
}
font.notetext {
    color: #333;
    color: var(--white_text_black);
}
.alert font.notetext {
    color: #333;
}

body .filter.label_block input + label {
    padding-left: 33px;
    font-size: 13px;
    color: #888;
}

/* SVG ICONS */
.svg {
    top: -1px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: auto;
    min-height: auto;
}
.svg.muted {
    opacity: 0.35;
}
.svg.ncolor.inline:not(.colored):hover path {
    fill: #333;
    fill: var(--white_text_black);
}
.bx-firefox svg,
.bx-ie svg {
    transform: translateZ(0);
}
.svg svg {
    display: block;
}

.svg-spinner {
    background-image: url(images/svg/Spinner.svg);
    margin-right: 5px;
}
.svg-arrow-left {
    background-image: url(images/svg/Arrow_left.svg);
}
.svg-arrow-left.white {
    background-image: url(images/svg/Arrow_left_white.svg);
}
.svg-arrow-right {
    background-image: url(images/svg/Arrow_right.svg);
}
.svg-arrow-right.white {
    background-image: url(images/svg/Arrow_right_white.svg);
}
.svg_triangle_right {
    background-image: url(images/svg/Triangle_right.svg);
}
.svg-print {
    background-image: url(images/svg/Print.svg);
}
.svg-filter {
    background-image: url(images/svg/Filter_black.svg);
}
.svg-filter.white {
    background-image: url(images/svg/Filter_white.svg);
}
a:hover .svg.svg-basket:not(.lg),
a:hover .svg.svg-compare:not(.lg),
a:hover .svg.svg-wish:not(.lg) {
    background-color: transparent;
}

.svg.svg-address {
    top: -2px;
    background-image: url(images/svg/Addres_mask.svg);
    background-color: #222;
}
.svg.svg-address.black {
    position: relative;
    background: url(images/svg/Addres_black.svg) 0 0/100% no-repeat;
    background-color: transparent;
}
.svg.svg-email {
    background-image: url(images/svg/Email_mask.svg);
    background-color: #222;
}
.svg-fullsize {
    background: none;
    background-image: url(images/svg/Fullsize.svg);
}

.svg-social-vk {
    background-image: url(images/svg/social/Vk_mask.svg);
    background-color: #222;
}
.svg-social-fb {
    background-image: url(images/svg/social/Facebook_mask.svg);
    background-color: #222;
}
.svg-social-twitter {
    background-image: url(images/svg/social/Twitter_mask.svg);
    background-color: #222;
}
.svg-social-instagram {
    background-image: url(images/svg/social/Instagram_mask.svg);
    background-color: #222;
}
.svg-social-telegram {
    background-image: url(images/svg/social/Telegram_mask.svg);
    background-color: #222;
}
.svg-social-ytb {
    background-image: url(images/svg/social/Youtube_mask.svg);
    background-color: #222;
}
.svg-social-odn {
    background-image: url(images/svg/social/Odnoklassniki_mask.svg);
    background-color: #222;
}
.svg-social-gplus {
    background-image: url(images/svg/social/Googleplus_mask.svg);
    background-color: #222;
}
.svg-social-mail {
    background-image: url(images/svg/social/Mailru_mask.svg);
    background-color: #222;
}

.wrap_md,
.wrap_md_row {
    margin: 0px;
}
.wrap_md_row {
    margin: 0px -15px;
}
.md-75,
.md-66,
.md-33,
.md-25,
.md-50,
.wrap_md .news_wrap,
.wrap_md .subscribe_wrap,
.wrap_md .iblock {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
}
.md-75 {
    width: 75%;
}
.md-66 {
    width: 66.66%;
}
.md-50 {
    width: 50%;
}
.md-33 {
    width: 33.33%;
}
.md-25 {
    width: 25%;
}
.wrap_md_row > div {
    padding: 0px 15px;
}

.wrap_md .img img {
    max-width: 100%;
}
.wrap_md .big {
    padding: 0px 0px 0px 20px;
}
.wrap_md .big p {
    font-size: 14px;
    color: #555;
}
.wrap_md .big .title_block {
    margin-bottom: 8px;
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hidden_block {
    visibility: hidden;
    opacity: 0;
}
.display-block {
    display: block !important;
    visibility: visible;
}
.bold {
    font-weight: bold;
}
.f-right {
    float: right;
}
.f-left {
    float: left;
}
.clear {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top_block {
    margin: 0px 0px 33px;
    padding: 8px 0px 0px;
}
body .top_block a,
body .top_block > span {
    position: relative;
    top: 10px;
    text-decoration: none;
}
body .top_block > span {
    padding-right: 37px;
}
body .top_block > span .svg {
    left: -12px;
    top: -1px;
}
body .top_block > span.subscribe {
    top: 0px;
    padding-left: 19px;
}
body .top_block > span.subscribe .svg {
    left: -11px;
}
body .top_block > span.subscribe svg {
    width: 16px;
}

#header {
    margin: -1px 0px 7px;
    padding: 16px 0px 18px;
    z-index: 100;
    right: 0;
    left: 0;
}
.header_wrap #header {
    padding: 0px !important;
    margin: -1px 0px 0px !important;
}
.basket_fly .header_wrap #header > .wrapper_inner {
    z-index: 9;
}
.has_menu #header {
    margin-bottom: 0px;
    padding-bottom: 16px;
}
.has_menu.m_color_colored #header {
    padding-bottom: 15px;
}
.head_type_1 #header {
    border-bottom: 1px solid #f2f2f2;
}
.middle:not(.menu) {
    position: relative;
    float: left;
    width: 100%;
}
.wide_page .middle,
#content > .middle {
    float: none;
}
body .wrapper_inner.wide_page {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
    background: none;
}
body .wrapper_inner.wide_page > .middle > .container > div.maxwidth-theme {
    padding-bottom: 50px;
}
body .wrapper_inner.wide_page > .middle.error-page div.maxwidth-theme {
    padding-top: 100px;
    padding-bottom: 100px;
}
.middle:after {
    content: "";
    clear: both;
    display: table;
}

#footer {
    position: relative;
    zoom: 1;
    z-index: 2;
    clear: both;
}

.sidebar,
.sidearea {
    margin-bottom: 57px;
}
.sidearea div.banner {
    margin-bottom: 47px;
}
.sidearea div.banner img {
    border: 0;
}
.banner.CONTENT_TOP {
    padding-bottom: 47px;
}
.banners-slider.CONTENT_TOP {
    margin-bottom: 47px;
}
.banner.CONTENT_TOP,
.banner.CONTENT_BOTTOM {
    margin: auto;
}
.fill_bg_y .banner.CONTENT_TOP,
.fill_bg_y .banner.CONTENT_BOTTOM {
    background: #fff;
}
.banner.CONTENT_TOP img,
.banner.CONTENT_BOTTOM img {
    margin: auto;
}
.banner.CROP {
    overflow: hidden;
    width: 100%;
}
.banner.CROP img {
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: none;
}
.banner.TOP_UNDERHEADER,
.banner.FOOTER {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.has-secion-banner .banner.TOP_UNDERHEADER,
.long_banner .banner.TOP_UNDERHEADER,
.long_banner_contents .banner.TOP_UNDERHEADER {
    display: none !important;
}

.flexslider .wrapper_inner {
    background: none;
}

.bg_image_site {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    background-position: top center;
    background-repeat: no-repeat;
}
.bg_image_site.fixed {
    position: fixed;
}
.bg_image_site.opacity {
    transition: opacity 0.4s ease;
}

/* INPUTS */
input::-webkit-input-placeholder {
    color: #b8b8b8;
}
input::-moz-input-placeholder {
    color: #b8b8b8;
}
input::-ms-input-placeholder {
    color: #b8b8b8;
}
input::-o-input-placeholder {
    color: #b8b8b8;
}
.form-control input[type="text"]:focus,
.form-control input[type="password"]:focus,
.form-control input[type="email"]:focus,
.form-control input[type="tel"]:focus,
.form-control textarea:focus,
.form-control select:focus {
    outline: none;
    background: #fff;
    background-color: var(--card_bg_hover_black);
    border: 1px solid #ccc;
    border-color: var(--stroke_black);
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
    background: #fafafa;
    background: var(--darkerblack_bg_black);
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    color: var(--white_text_black);
    height: auto;
    font-size: 14px;
    outline: none;
}
.form-control input[type="text"],
.form-control input[type="password"],
.form-control input[type="email"],
.form-control input[type="tel"],
.form-control select,
.form-control textarea,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control {
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
}
textarea {
    resize: none;
    min-height: 90px;
}
input[readonly],
select[readonly],
textarea[readonly] {
    background: #fff;
    background: var(--arrows_bg_black);
}
input:not(.btn) {
    line-height: 20px;
}
input.big {
    padding: 10px 13px 9px;
}
input.grey {
    background: #eeeeee;
}
input.medium {
    padding: 8px 13px 7px;
}
input.error,
textarea.error {
    border-color: #e62222;
}
.bxml-dialog input[type="text"] {
    width: auto;
    padding: initial;
    border-color: initial;
}
.bx-ie .bx-sls .bx-ui-sls-fake,
.bx-ie .bx-sls .bx-ui-sls-route {
    padding-bottom: 0px;
}
.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route,
.bx-sls .bx-ui-sls-container {
    height: 44px;
}
form[name="bx_auth_services"] .form-control input {
    margin: 5px 0px 20px;
}
form[name="bx_auth_services"] .form-control span {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: top;
}
form[name="bx_auth_servicesform_inline"] #bx-auth-services > div span {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: top;
}

/* SCROLL TO TOP */
a.scroll-to-top {
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #404040 url("images/scroll.png") no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 75px;
    left: inherit;
    bottom: 55px;
    opacity: 0;
    z-index: 995;
    cursor: pointer;
}
a.scroll-to-top.visible {
    opacity: 1;
}
a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE {
    background-color: #fff;
}
a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
    background-color: #e3e3e3;
}
a.scroll-to-top.RECT_COLOR,
a.scroll-to-top.RECT_GREY,
a.scroll-to-top.RECT_WHITE {
    border-radius: 2px;
}
a.scroll-to-top.TOUCH {
    border-radius: 2px 0 0 2px;
    width: 50px;
    height: 50px;
    right: 0;
}
a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
    background-position: center 14px;
}
a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE,
a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
    background-position: center -70px;
}
a.scroll-to-top.RECT_COLOR.TOUCH {
    background-position: center 17px;
}
a.scroll-to-top.RECT_GREY.TOUCH,
a.scroll-to-top.RECT_WHITE.TOUCH {
    background-position: center -67px;
}

/* customScroll */

.scroll-init:not(.mCustomScrollbar) {
    overflow: hidden !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}
body .mCSB_scrollTools {
    width: 8px;
    z-index: 3;
    opacity: 1;
    right: 0px;
    top: 2px;
}
body .mCSB_container {
    z-index: 1;
}
body .mCSB_3_dragger_vertical {
    width: 8px;
    border: 2px solid #fff;
}
body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: #999 !important;
    border-radius: 5px;
}

/* FORMS */
#popup_iframe_wrapper,
#body_iframe_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
#body_iframe_wrapper {
    pointer-events: none;
}
#body_iframe_wrapper .jqmWindow {
    pointer-events: all;
}

form .star,
.order-checkout .sof-req,
body span.bx-authform-starrequired,
form .required-star {
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
    margin: 0 0 0 4px;
    position: relative;
    color: #ff0000;
}
.popup .form.ASK,
.form_block .form.ASK {
    display: block;
}
.form-control {
    position: relative;
    margin-bottom: 19px;
}
.form-control label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: normal;
}
body .form-group .form-control:focus,
body .form-group .form-control:active {
    box-shadow: none;
}
div.form-control {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px;
    height: auto;
}
.form {
    position: relative;
}
.form.subscribe.mobile {
    margin-top: 33px;
}
.form.subscribe.mobile h2 {
    font-size: 1.333em;
}
.form.sending:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff url("images/loaders/double_ring.svg") center no-repeat;
    z-index: 1000;
    opacity: 0.8;
}
.form .form_body {
    margin: 0 0 9px;
    position: relative;
}
.form .form_desc {
    margin-bottom: 15px;
}
.form .form_result {
    margin-bottom: 30px;
}
.form .form_result,
.form .form_result.success * {
    color: #333;
    color: var(--white_text_black);
}
.form .form_result > *,
.form .form_desc > * {
    margin: 0;
}
.form .form_footer {
    margin: 0 0 35px 0;
    display: inline-block;
}
.form .form_footer .button + .button {
    margin-left: 13px;
}
.form .form_left {
    width: 56%;
    float: left;
}
.form .form_right {
    left: 56%;
    padding-left: 30px;
    position: absolute;
    right: 0;
}
.form.b .form_left,
.form.b .form_right {
    float: none;
    left: inherit;
    margin: 0;
    max-width: inherit;
    padding: 0;
    position: relative;
    right: inherit;
    width: 100%;
}
.form textarea {
    min-height: 193px;
}
.form textarea[data-sid="REVIEW_TEXT"] {
    min-height: 130px;
}
label.error {
    color: #e62222 !important;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 0px;
    font-weight: 400;
}
.h label.error {
    display: none !important;
}
.popup .form .form_head {
    padding: 55px 75px 10px 60px;
}
.popup .form .form_head h2 {
    margin: 0;
    font-size: 24px;
}
.popup .form .form_desc {
    margin-bottom: 0;
    margin-top: 15px;
}
.popup .form .form_result {
    margin: 0;
    padding: 30px 60px 0;
}
.popup.show .form .form_result.success {
    padding-top: 36px;
    padding-bottom: 60px;
}
.popup .form .form_result.success .svg {
    margin-right: 15px;
}
.popup .form .form_result.success .success_text {
    font-size: 13px;
}
.popup .form .form_result.success .btn {
    margin-top: 49px;
    color: #fff;
}
.popup .form .form_body {
    margin: 0;
    padding: 29px 60px 8px;
}
.popup .form .form_footer {
    padding: 0 60px 25px;
    display: block;
}
.popup.show .form .form_result {
    padding-bottom: 30px;
}
.error_block_auth {
    color: #e62222 !important;
    font-size: 12px;
}

.delivery_note_wrapper {
    border: 1px solid #e9e9e9;
    border-color: var(--stroke_black);
    border-radius: 3px;
    padding: 9px 19px 11px;
    margin-bottom: 38px;
}
.delivery_note {
    position: relative;
    cursor: pointer;
}
.delivery_note .title {
    margin: 1px 0 0 0;
    font-size: 13px;
    color: #333;
    color: var(--white_text_black);
}
.delivery_note .title:hover {
    border-bottom-color: transparent;
}
.delivery_note:hover .title {
    color: var(--fill_dark_light_hover);
}
.delivery_note:hover .svg * {
    fill: var(--fill_dark_light_hover);
}
.delivery_note .svg-inline-delivery_triangle {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -1px;
    transform: rotate(180deg);
}
.delivery_note.opened .svg-inline-delivery_triangle {
    transform: none;
}
.delivery_note_wrapper .text {
    margin: 14px 0 10px -1px;
    font-size: 13px;
}

.popup .form .form_body .mess {
    color: #e62222;
    padding: 0px 0px 10px;
}
.popup .form .form_body .success {
    color: #5da247;
    margin-bottom: -12px;
}

.tab-pane .form_head h4 {
    margin-top: 0px;
}
.tab-pane .maxwidth-theme > .form.inline {
    padding: 0px;
}
#ask .row .text_block {
    padding-bottom: 20px;
}

.popup .form-control .files + .btn_block_file {
    margin: 10px 0px 0px;
}
.popup .form-control .files .inner_file .wrapper_file {
    position: relative;
    display: inline-block;
}
.popup .form-control .files .inner_file .wrapper_file .remove {
    position: absolute;
    right: -22px;
    top: 3px;
    width: 19px;
    height: 19px;
    z-index: 1;
    display: none;
}
.popup .form-control .files .inner_file .wrapper_file .remove i {
    width: 19px;
    height: 19px;
    display: block;
    background: url(images/close_icons.png) 4px -22px no-repeat;
}
.popup .form-control .files .inner_file .wrapper_file .remove:hover i {
    background-position: -16px -22px;
}
.popup .form-control .files .inner_file .wrapper_file.file .remove {
    display: block;
}
.popup .form-control .files .inner_file .wrapper_file label.error {
    top: -14px;
}
.popup .form-control .files .inner_file + .inner_file {
    margin: 10px 0px 0px;
}
.popup .form-control .files {
    max-width: 350px;
}
.popup .form-control .files input {
    outline: none;
}

/* calculate delivery */
.calculate-delivery.with_preview {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
body .calculate-delivery.with_preview .svg.svg-inline-delivery_calc {
    margin-right: 10px;
}
.calculate-delivery.text-form.muted .svg {
    margin: 6px 5px 0 0;
}
.calculate-delivery-preview {
    margin: 2px 0 0 0;
}

.calculate-delivery:not(.with_preview) .svg {
    margin: 6px 5px 0 -1px;
}
.calculate-delivery:not(.with_preview) .animate-load {
    position: relative;
    top: 1px;
}

/* CAPTCHA */
.captcha-row {
    position: relative;
    max-width: 418px;
}
.captcha-row .captcha_input {
    bottom: 0;
    height: 59px;
    left: 216px;
    max-width: 184px;
    position: absolute;
    right: 0;
}
.captcha-row .captcha_input label.error {
    white-space: nowrap;
    top: -12px;
    z-index: 1;
}
.captcha-row .captcha_input input[name="captcha_word"] {
    bottom: 0;
    position: absolute;
}
.captcha-row .captcha_image {
    height: 37px;
    position: relative;
    width: 217px;
}
.captcha-row .captcha_image img {
    height: 37px;
    border: none;
    vertical-align: top;
    width: 100%;
    width: 180px;
}
.captcha_reload {
    border: 1px solid transparent;
    cursor: pointer;
    height: 35px;
    left: 179px;
    position: absolute;
    top: 0;
    width: 36px;
}
.captcha_reload::before,
.captcha_reload::after {
    content: "";
    display: block;
    position: absolute;
}
.captcha_reload::before {
    border-radius: 25px;
    height: 25px;
    left: 5px;
    top: 5px;
    width: 25px;
}
.captcha_reload::after {
    background: rgba(0, 0, 0, 0) url("images/icons_wish.png") repeat scroll -67px -82px;
    height: 13px;
    left: 10px;
    top: 11px;
    transition: background 0.7s ease-in-out 0s;
    width: 15px;
}
.captcha_reload:hover:before {
    background: #383838;
}
.captcha_reload.loading:after {
    -webkit-animation: spinner 0.5s linear infinite !important;
    animation: spinner 0.5s linear infinite !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.captcha_reload:hover:after {
    -webkit-animation: spinner 0.5s ease-out 1;
    animation: spinner 0.5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.captcha-row.b .captcha_input,
.captcha-row.b .captcha_image {
    height: 37px;
    left: inherit;
    margin: 0;
    max-width: inherit;
    position: relative;
    right: inherit;
}
.captcha-row.b .captcha_input label.error {
    top: -68px;
}
.captcha-row.b .captcha_image {
    margin-bottom: 9px;
}
.captcha-row .captcha_image .captcha_reload {
    right: 0;
    text-indent: -9999px;
}
.form .refresh a {
    display: none;
}
.captcha_reload.refresh {
    left: 202px;
    top: 8px;
}

.blog-comment-fields .captcha-row {
    display: flex;
    flex-wrap: wrap;
}
.blog-comment-fields .captcha-row > div + div {
    display: flex;
    align-items: flex-end;
}
.blog-comments div.blog-errors {
    margin-left: 0;
    margin-right: 0;
}
.blog-comment-fields .captcha-img {
    display: flex;
}
.blog-comment-fields .captcha_reload {
    position: relative;
    left: initial;
    top: initial;
    margin-left: 15px;
    display: block;
}

.popup .form-control.captcha-row label {
    margin-bottom: 20px;
}
.popup .captcha-row .captcha_image,
.popup .captcha-row .captcha_image img {
    height: 48px;
}
.popup .captcha_reload {
    top: 6px;
}
.popup .captcha-row .captcha_input {
    height: 37px;
    position: relative;
    width: 217px;
    left: 0;
}
.popup .captcha-row .captcha_image {
    bottom: 0;
    left: 216px;
    max-width: 184px;
    position: absolute;
    right: 0;
}

.form.inline .form-control.captcha-row label {
    margin-bottom: 20px;
}
.form.inline .captcha-row .captcha_image,
.form.inline .captcha-row .captcha_image img {
    height: 48px;
}
.form.inline .captcha_reload {
    top: 6px;
}
.form.inline .captcha-row .captcha_input {
    height: 37px;
    position: relative;
    width: 217px;
    left: 0;
}
.form.inline .captcha-row .captcha_image {
    bottom: 0;
    left: 216px;
    max-width: 184px;
    position: absolute;
    right: 0;
}

/* recaptcha */
body .captcha-row.invisible {
    height: 0px;
    visibility: visible;
}
.captcha-row.invisible label {
    display: none;
}
.captcha-row .captcha_input.recaptcha_text {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
}
.captcha-row .captcha_image.recaptcha_tmp_img {
    display: none;
}
.bx-auth form[name="bx_auth_servicesform_inline"] .g-recaptcha,
.g-recaptcha {
    display: none !important;
}
div > .g-recaptcha {
    display: block !important;
}
body .captcha-row .recaptcha,
body .captcha-row > div.iblock {
    padding: 0px;
    margin: 0px;
    display: block;
}
body .captcha-row .recaptcha {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0px;
    display: block;
}
body .captcha-row.invisible.logo_captcha_n {
    display: none;
}
body .captcha-row.invisible.inline {
    height: auto;
    margin-bottom: 10px;
}

.form.inline .logo_captcha_y.captcha-row .recaptcha_text {
    height: auto;
    width: auto;
}
.form.inline .logo_captcha_y.captcha-row .recaptcha_text .g-recaptcha > div {
    max-width: 100%;
}

.form .but-r {
    clear: both;
}
.border_block .lk-page .form-control.forget_block {
    text-align: left;
}

/* FORMS */
/* colors and bg */
b,
strong,
.popup .popup-intro .pop-up-title,
.basket_popup_wrapp .item-title .one-item,
.basket_popup_wrapp .item-title .cost-cell,
.basket_sort ul.tabs li span,
.module-cart table td.name-cell div[class^="bx_item_detail_"] .titles,
.item-title .props .item_prop .value,
.module-pagination .nums a:not(.link),
.no_products,
.bx_compare .prop_title_table .data_table_props tr td:first-child,
.catalog_detail .set_wrapp .title,
.catalog_detail .bx_item_set_hor_container_big .title,
.bx_modal_body .item_block_title,
.char_name .hint .icon i,
.bx_filter_container_title .hint .hint_icon i,
.location-block-wrapper .bx-sls .bx-ui-sls-fake,
.location-block-wrapper .bx-sls .bx-ui-sls-route,
.bx_order_make .bx_description .name,
h4.hover:hover,
.filter_block ul li span,
.module-orders-list tbody td,
.jobs_wrapp .item .salary,
.medium,
.row_values .wrap_weight {
    color: #383838;
    color: var(--white_text_black);
}
.dark-color,
.module-cart tfoot td .item_title,
.bottom.middle td > .coupon .coupon-t,
.module-cart .row_values .price,
.module-cart table tr td.count-cell,
.sort_header .sort_filter a.current,
.sort_header .sort_filter a:hover,
.bx_filter_vertical .bx_filter_block input:checked + label span,
.bx_filter .bx_filter_select_text,
.bx_filter_vertical input[type="checkbox"] + label.sku span,
.bx_filter_select_popup ul li label,
.common_select *,
.sku_props .bx_item_detail_size ul li,
.catalog_detail .stock_board .title,
.filter span:not(.field-name),
.forum-quote tbody tr td a,
.stores_block .stores_text_wrapp,
.coupons_list .bx_ordercart_coupon,
.basket_wrapp table tbody td,
.border_block_wide table td,
.colored_table tbody tr td {
    color: #333;
    color: var(--white_text_black);
}

.bx_filter_parameters_box.set .filter .bx_filter_param_text span {
    color: #fff;
}

.scrollbar-filter.show .filter .bx_filter_param_text span {
    color: var(--white_text_black);
}

.bx_filter_parameters_box.set
    .bx_filter_block:not(.limited_block)
    .filter
    .bx_filter_param_text
    span {
    color: var(--white_text_black);
}

a:hover,
.link:hover,
.header_wrap .top-h-row .menu li > a:hover,
.top-h-row .menu li.current > a,
.phones .phone_wrap a,
.phones .order_wrap_btn:hover,
.avtorization-call.enter,
.main-nav ul.menu > li > a,
ul.mini-menu li a,
body .main-nav .menu > li.current > a,
.white #header .catalog_menu ul.menu > li a,
ul.menu .child li.menu_title a,
ul.menu .child li.menu_item a:hover,
#header .catalog_menu ul.menu > li > a,
#header .catalog_menu ul.menu > li.current > a,
.wrapper.has_menu .white #header .catalog_menu ul.menu > li:hover > a,
body .white #header ul.menu li .child.submenu .child_wrapp a:hover,
body
    .wrapper.has_menu
    #header
    ul.menu
    li
    .child.submenu
    .child_wrapp
    a:not(.title):hover,
ul.menu li .depth3 a.title:hover,
#header
    .wrapper_middle_menu
    .menu
    > li
    .child.submenu
    .child_wrapp
    a.current:not(.title),
#header .menu > li .child_wrapp a.current:not(.title),
body #header ul.menu li .child.submenu.line .child_wrapp > a,
.search_middle_block .middle_form .noborder,
.basket_wrapp .wraps_icon_block .count a,
.basket_wrapp .wraps_icon_block .count .text,
.basket_wrapp .basket_block .title,
.cost.prices .price,
.sale_block .text,
.sale_block .value,
.news .item .info .date,
.stores .stores_list .item a:hover span,
.footer_top .sblock .wrap_more_text,
.footer_top .sblock .wrap_more_text div,
.footer_bottom .submenu_top .menu_item a,
.img_block_capcha .reload:hover,
.form-control .forgot:hover,
.basket_fly .basket_title,
.basket_sort ul.tabs li.cur span,
.basket_sort ul.tabs li:hover .wrap_li > span,
.basket_sort ul.tabs li:hover .wrap_li > span *,
.module-cart .name-cell a:hover,
.basket_sort ul.tabs li.cur .wrap_li > span,
.basket_sort ul.tabs li.cur .wrap_li > span *,
.basket_sort ul.tabs li .wrap_li > span *,
.section_item_inner .section_info ul li a:hover,
.bx_filter .bx_filter_popup_result a,
.catalog_item:hover .item-title a,
.item-title a:not(.dark-color):hover,
li.item:hover a,
.item_wrap:hover .item-title a,
.view_sale_block .values,
.more_text_ajax:hover,
.bx_compare .compare_view .item_block:hover a,
.item-stock .store_link:hover,
.item .date_small,
.articles-list.news .item:hover .item-title a,
.jobs_wrapp .item .name tr:hover .link,
.basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block .count span a,
.basket_wrapp .basket_empty .wraps_icon_block.basket .count span {
    color: #333;
    color: var(--fill_dark_lite_ccc);
}
ul.menu .see_more,
ul.menu .see_more a,
a.dark_link {
    color: #333 !important;
    color: var(--white_text_black) !important;
    text-decoration: none;
}

.h_color_colored .header_wrap #header,
.colored #header .catalog_menu ul.menu > li,
.module-cart .remove-cell a:hover,
.cart_shell .remove-cell a:hover,
.bx_item_set_hor .bx_item_set_hor_item a.remove,
.start_promo .item i.title span,
.start_promo .item p span,
.block_wr.dark,
.stores .all_map,
.more_text_ajax:before,
.captcha_reload:before,
.left_block .internal_sections_list .child_wrapp ul.child li.cur:after,
.left_block .internal_sections_list .child_wrapp ul.child li:hover:after,
.left_block .internal_sections_list li.cur,
.left_block .internal_sections_list li:hover,
.left_block .internal_sections_list .title .inner_block:before,
.bx_filter .bx_filter_popup_result {
    background-color: #ddd;
}

.top-h-row .menu li a,
.news .item .info .preview,
.form-control label,
.social_block .row .title,
.module-cart thead tr,
.count-cell div.error,
.module-cart table td.name-cell div[class^="bx_item_detail_"] .values,
.item-title .props .item_prop .title,
.display_list .list_item .preview_text,
.display_list .list_item .props_list td,
.articles-list .item .right-data .preview-text,
.catalog_detail .stock_board .txt,
.file_type .description,
.catalog_detail .form_wr,
.reviews-post-reply-buttons a,
.reviews-post-table,
.bx_order_make .bx_block.r1x3.pt8,
.bx_order_make .float .bx_description .name,
.module-order-history .module-orders-list td.drop-cell .item-shell thead td,
.module-order-history .order_property.d td,
.orderdetail .module-orders-list.colored tbody td:first-child,
.soc-avt,
.module-cart table td.name-cell .item_props .item_prop .property_value,
.colored_table thead tr {
    color: #888888;
}

.header_wrap.colored .top-h-row .menu li a,
.stores .stores_list .item .store_text .value,
#footer .copyright,
#footer .copyright *,
.footer_bottom .all_menu_block ul li a {
    color: #545454;
}
.header_wrap.colored .main-nav ul.menu > li > a {
    color: #fff;
}
.item-stock,
.bx_compare .compare_view.data_table_props td,
.catalog_detail .like_icons > div,
.info_item .top_info .article,
.share_wrapp .text.button,
.share_wrapp .text.button:hover {
    color: #6d6d6d;
    color: var(--light_basic_text_black);
}

/* the most common styles are sorted for quick changes */
table.title-search-result .price,
.card_popup_frame.popup .total_wrapp,
.module_products_list .price-cell .price,
.compare_wrapp a.compare_link,
.module-cart .colored tfoot td.row_values,
.module-cart .summ-cell,
.module-cart .summ-cell *,
.catalog_detail .availability-row .value a,
.catalog_detail a.wish_item .value,
.catalog_detail a.compare_item .value,
ul.tabs li.cur:hover span,
ul.tabs li:active span,
.module_products_list .basket_button.read_more span,
ul.mini-menu li a,
.top-h-row .phone span,
.top-h-row .phone span a,
.compare_button span,
.left_block .internal_sections_list .title a,
.btn_big,
.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title .price,
.bx_modal_container .bx_modal_small_title,
.card_popup_frame.popup .basket_empty * {
    color: #1d2029;
}
.filter_button span,
.catalog_detail .stock_board .title,
.module_products_list .basket_button.to-cart span,
.module_products_list .basket_button.to-subscribe span,
.module_products_list .basket_button.to-order span,
table.colored td.name,
.front_slider .price,
.page_not_found td.description .title404,
.popup-window-titlebar
    .popup-window-top-row
    .popup-window-center-column
    span
    div,
#header .basket_fly .opener .count {
    color: #212121;
}

#header .catalog_menu ul.menu.full.opened > li:not(.current):hover a,
#header ul.menu.full.opened > li:not(.current):hover a,
#header ul.menu.adaptive > li a,
.specials_slider.product_slider .basket_button.in-cart span {
    color: #fff;
}

.display_list .list_item .props_list td,
.smartfilter,
.smartfilter input,
.catalog_detail .stock_board .txt,
.index_bottom .info_column .about_column,
.header-cart-block .cart .summ,
.header-cart-block .cart .delay_link {
    color: #666;
    color: var(--light_basic_text_black);
}

.show_number,
.show_number *,
.module-cart [data-id="total_buttons"] .description,
.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title,
.display_list .availability-row .value {
    color: #777;
}
.tooltip .tooltip_close:hover {
    color: #333;
}
.display_list .available_block,
.display_list .noavailable_block {
    color: #888;
}
.module_products_list .price-cell .price.discount,
.module-cart .cost-cell .discount,
.module-cart .cost-cell .discount strike,
.module-cart .count-cell .measure,
.catalog_detail .set_wrapp .item .price.detail,
.bx_item_set_hor .bx_item_set_hor_item .price.detail {
    color: #999;
}
#footer .copyright .grey {
    color: #a0a0a0;
}
.front_slider .price.discount {
    color: #adadad;
}
form div.r div.error,
.order-checkout .sof-req,
.pay-status-cell.not_payed {
    color: #cb0000;
}
.basket_button:hover,
.button30:hover,
.basket_button:hover span,
.button22:hover span,
.button30:hover span,
.compare_button:hover span,
.filter_button:hover span,
.button30.fast_order span,
.button30.back_button span,
.button30.grey span,
.bx_filter_container_title .hint .hint_icon:hover,
.popup .soc-avt .row a:hover,
.popup .bx-auth-service-form input[type="submit"]:hover,
#bx_auth_servform input[type="submit"]:hover {
    color: #fff;
}

/* borders */
a.avtorization-call.enter:hover,
.pseudo:hover,
.articles-list .item:hover .item-title a,
.articles-list .item .item-title a:hover {
    border-bottom-color: #919191;
}
.props_table td {
    border-bottom: 1px dotted #b4b4b4;
}

.staff_wrapp .item .contacts,
.question-list,
.detail_picture_block .picture_description,
.authorization-cols .col.authorization .soc-avt,
.popup .form-description-wrapp,
.popup .form_description {
    border-top: 1px solid #f2f2f2;
}
table.colored td,
.catalog_detail hr,
.viewed_products_column .view-list,
.ask_small_block .ask_btn_block,
.popup .form-description-wrapp,
.popup .form_description,
#order_form_div .title,
#order_form_div hr,
#order_form_div form .title,
#order_form_div .sale_order_table.props td,
.differences_table td {
    border-bottom: 1px solid #f2f2f2;
}

.catalog_detail .offers_table .cost.prices .price {
    font-size: 15px;
}
table.colored tr.nb td {
    border-bottom: none;
}
.viewed_products_column .view-item,
.module-orders-list td.drop-cell {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.module-order-history .module-orders-list .tr-d:hover td {
    border-top: 1px solid #f2f2f2;
}
.module-order-history .module-orders-list .tr-d:hover td.item-name-cell,
.module-order-history .module-orders-list .tr-d.opened td.item-name-cell {
    border-left: 1px solid #f2f2f2;
}
.module-order-history .module-orders-list .tr-d:hover td.order-status-cell,
.module-order-history .module-orders-list .tr-d.opened td.order-status-cell,
.module-cart .colored tfoot tr[data-id="total_buttons"] td .basket_update {
    border-right: 1px solid #f2f2f2;
}

/* backgrounds */
.jobs_wrapp .item span.icon,
.staff_wrapp .section .icon {
    background: #eef1f1;
}
.catalog_detail .tabs.main_tabs > li {
    background: #f2f2f2;
}
table.colored.item-shell thead td,
.popup .form-description-wrapp,
.differences tr.hovered:hover,
.search-page form {
    background: #fafafa;
}
body,
.adaptive_filter {
    background: #fff;
}
body {
    background: #fff;
    background-color: var(--black_bg_black);
}
.item_slider ul.slides li {
    background: #fff;
}
.item_slider .slides a.line_link {
    cursor: default;
}
.item_slider .slides a.line_link .zoom {
    display: none;
}
.item_slider .slides li.current:before {
    display: none;
}
.img_wrapper .item_slider .slides img {
    width: auto !important;
}
.wrapper.basket_normal #header .basket_fly {
    display: none;
}
.header-cart .basket_fly {
    background: #fff;
    background: var(--card_bg_black);
    box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
    -moz-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
    -webkit-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
    min-height: 283px;
}
.header-cart .basket_fly:not(.loaded) {
    background: url("images/waiter.gif") no-repeat center center
        var(--white_text_black_reverse);
}
table.title-search-result td.title-search-all {
    background: #fff !important;
    background: var(--white_text_black_reverse) !important;
}

.header-cart-block .cart.empty_cart > span.icon {
    background: #e9e9e9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #e9e9e9),
        color-stop(100%, #d5d5d5)
    );
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%, #d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d5d5d5',GradientType=0 );
    border-bottom: 1px solid #cacaca;
}
.popup .popup-intro.grey {
    border-bottom: 1px solid #bfbfbf;
    background: #e9e9e9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #e9e9e9),
        color-stop(100%, #d5d5d5)
    );
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%, #d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d5d5d5',GradientType=0 );
}

.module-cart .colored tfoot tr[data-id="total_buttons"] td .top_shadow {
    box-shadow: 0 1px 2px #e7e7e7 inset;
    -moz-box-shadow: 0 1px 2px #e7e7e7 inset;
    -o-box-shadow: 0 1px 2px #e7e7e7 inset;
    -webkit-box-shadow: 0 1px 2px #e7e7e7 inset;
}
table.title-search-result img.item_preview {
    box-shadow: 0 0 15px 5px #fff;
    -moz-box-shadow: 0 0 15px 5px #fff;
    -o-box-shadow: 0 0 15px 5px #fff;
    -webkit-box-shadow: 0 0 15px 5px #fff;
}

/* table */
table.colored_table {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
}
.colored_table thead {
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.colored_table thead tr {
    background: #f7f7f7;
    background: var(--darkerblack_bg_black);
}
.colored_table tr td {
    padding: 8px 29px;
}
.colored_table tbody {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.colored_table tbody tr td {
    border-bottom: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.colored_table > tbody > tr > td,
.colored_table > tbody > tr > th,
.colored_table > tfoot > tr > td,
.colored_table > tfoot > tr > th,
.colored_table > thead > tr > td,
.colored_table > thead > tr > th {
    line-height: 1.428571429;
}
table.colored_table > tbody > tr > th,
table.colored_table > tfoot > tr > th,
table.colored_table > tbody > tr > td,
table.colored_table > tfoot > tr > td {
    padding: 14px 20px 15px;
}
table.colored_table > thead > tr > th,
table.colored_table > thead > tr > td {
    padding: 11px 21px;
    font-size: 0.8667em;
}

/* unsorted styles */

ul.menu li .child.cat_menu hr {
    border-bottom: 1px solid #fff;
    background: #e7e7e7;
}
ul.menu .child .child_wrapp {
    background: #f5f5f6;
    box-shadow: 0 1px 5px #fafafa;
    -moz-box-shadow: 0 1px 5px #fafafa;
    -o-box-shadow: 0 1px 5px #fafafa;
    -webkit-box-shadow: 0 1px 5px #fafafa;
}
.specials_slider.product_slider
    .catalog_item:hover
    .basket_button.read_more
    span {
    background-position: 1px -408px;
}
.module_products_list .basket_button.read_more span {
    background-position: 1px -408px;
}
.question-list .ans {
    color: #444;
    border: 1px solid #e8e8e8;
    background: #f2f2f2;
    border-bottom: 1px solid #bdbdbd;
}
.question-list .ans .arr {
    border-bottom: 10px solid #f2f2f2;
}
input.error,
textarea.error {
    border-color: #cb0000;
}
input#COUPON.error {
    border-color: #cb0000 !important;
}
input#COUPON.good {
    border-color: #00cb00 !important;
}
h2.feedback_title {
    color: #221f26;
}
.bx-touch .bx_item_set_hor_container_big .bx_item_set_del,
.bx_item_set_hor_container_big .bx_item_set_hor_item:hover .bx_item_set_del,
.bx_kit_item:hover .bx_kit_item_del {
    background: #e62222;
}
.button30.fast_order {
    background: #00b0d8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjBkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00b0d8 0%, #007db9 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #00b0d8),
        color-stop(100%, #007db9)
    );
    background: -webkit-linear-gradient(top, #00b0d8 0%, #007db9 100%);
    background: -o-linear-gradient(top, #00b0d8 0%, #007db9 100%);
    background: -ms-linear-gradient(top, #00b0d8 0%, #007db9 100%);
    background: linear-gradient(to bottom, #00b0d8 0%, #007db9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d8', endColorstr='#007db9',GradientType=0 );
    border-bottom: 1px solid #00699d;
}
.button30.fast_order span {
    text-shadow: 0 1px 1px #006f9c;
    -moz-text-shadow: 0 1px 1px #006f9c;
    -o-text-shadow: 0 1px 1px #006f9c;
    -webkit-text-shadow: 0 1px 1px #006f9c;
}
.bx_filter_container_title > span.name span {
    color: #221f26;
    border-bottom: 1px dotted #6e6e6e;
}
.bx_filter_vertical .bx_filter_container_title i.arr {
    background: #fafafa url("../images/arrows_small.png") -15px -21px no-repeat;
}
.bx_filter_vertical .for_button {
    border-top: 1px solid #dadada;
}

.compare_wrapp {
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0px 1px #e7e7e7 inset;
    -moz-box-shadow: 0 0px 1px #e7e7e7 inset;
    -o-box-shadow: 0 0px 1px #e7e7e7 inset;
    -webkit-box-shadow: 0 0px 1px #e7e7e7 inset;
}
.popup,
div[id^="CatalogSetConstructor"] .popup-window {
    background: #fff;
    background: var(--black_bg_black);
}
.popup .close:hover,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover {
    background: #fff;
    background: var(--black_bg_black);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.popup .pop-up-title,
.popup-window-titlebar
    .popup-window-top-row
    .popup-window-center-column
    span
    div {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57);
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57);
    -o-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57);
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57);
}
.jqmOverlay,
.popup-window-overlay {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}
.jqmOverlay {
    background: #3a3f44;
    opacity: 0.7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}
.jqmOverlay--dark {
    background: #000;
    opacity: 0.88 !important;
}
.jqmOverlay.waiting {
    z-index: 998;
}
.jqmOverlay.mobp {
    z-index: 1048;
}
.jqmWindow,
.popup {
    animation: toggle_opacity 200ms;
}
.bx_filter_vertical .bx_filter_block.scrollable {
    background: #fff;
    background: var(--black_bg_black);
    border: 1px solid #cbcbcb;
    box-shadow: 0 0 0px 1px #eee inset;
    -moz-box-shadow: 0 0 0px 1px #eee inset;
    -o-box-shadow: 0 0 0px 1px #eee inset;
    -webkit-box-shadow: 0 0 0px 1px #eee inset;
}
.popup-window-overlay {
    background: rgba(255, 255, 255, 0.2) !important;
}
.jqmWindow.basket_error_frame .pop-up-title {
    padding-right: 50px;
}

.cart_empty,
.module-cart,
.count-cell div.error {
    background: #fff;
    margin: 0px 0px 20px;
}
.basket_fly .basket_wrapp .tabs_content,
.basket_fly .basket_wrapp .module-cart {
    margin: 0px;
}
.basket_fly .basket_wrapp .module-cart .goods {
    border: none;
}
.question-list .q a:hover span {
    border-color: #b4b4b4;
}

.catalog_block .catalog_item .basket_button.to-cart span,
.catalog_block .catalog_item .basket_button.read_more span,
.catalog_block .catalog_item .basket_button.to-subscribe span,
.catalog_block .catalog_item .basket_button.to-order span {
    color: #000;
}
.catalog_block .catalog_item .basket_button.in-subscribe span,
.specials_slider.product_slider .basket_button.in-subscribe span {
    color: #fff;
}

.rss_feed_icon:hover {
    color: #fff !important;
}
.button22.grey:hover span {
    color: #fff;
}
.button22.grey span {
    color: #000;
}

.item .dark_block_animate {
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}
.item:hover .dark_block_animate {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.scale_block_animate {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.item:not(.touch_class):hover .scale_block_animate,
.touch_class .scale_block_animate {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* front page */
.wrapper_inner.front
    .drag-block.container
    .content_wrapper_block
    > .maxwidth-theme,
.wrapper_inner.front .drag-block.container > .maxwidth-theme,
.wraps
    .wrapper_inner.front
    .drag-block.container
    > .grey_block
    > .maxwidth-theme {
    padding-top: 50px;
}

.wrapper1:not(.with_left_block)
    .wrapper_inner.front
    .drag-block.container
    .content_wrapper_block
    > .maxwidth-theme {
    padding-top: 60px;
}

.wraps
    .wrapper_inner.front
    .drag-block.container.BIG_BANNER_INDEX
    > .maxwidth-theme {
    padding-top: 30px;
}

.wrapper_inner.front {
    .drag-block.container {
        --ptop: 60px;
        --pbottom: 60px;
    }

    @media (width <= 600px) {
        .drag-block.container {
            --ptop: 30px;
            --pbottom: 30px;
        }
    }

    .drag-block.container .content_wrapper_block {
        .ptop {
            padding-top: var(--ptop);
        }
        .pbottom {
            padding-bottom: var(--pbottom);
        }
        .pblock {
            padding-top: var(--ptop);
            padding-bottom: var(--pbottom);
        }
    }
}

/* top header row */
.basket_normal #header .top_br {
    width: 100%;
    height: 1px;
    background: #eaebec;
    margin: 0px 0px 15px;
}

/* top menu */
#header .catalog_menu .wrapper_middle_menu {
    position: relative;
}
#header .catalog_menu .wrapper_middle_menu .inc_menu {
    padding-left: 220px;
}

.dropdown .has-childs .dropdown .menu_item,
.menu_top_block .dropdown .dropdown .menu_item {
    padding: 6px 10px 0px 0px;
    display: block;
    width: auto;
}
.menu_top_block .v_bottom .dropdown .dropdown .menu_item {
    display: block;
}

.with_dropdown {
    position: relative;
    padding-right: 14px !important;
}
.phone.with_dropdown:after {
    opacity: 0;
}
.with_dropdown .svg-inline-down {
    position: absolute;
    right: 3px;
    top: 50%;
    margin: -2px 0px 0px;
    width: 5px;
    height: 3px;
    display: block;
}
.top-block .with_dropdown .svg-inline-down svg {
    opacity: 1;
}
.with_dropdown .dropdown {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    min-width: 198px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    z-index: 2;
    display: none;
}
.with_dropdown .dropdown > .wrap {
    background: #fff;
    background-color: var(--card_bg_black);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: auto;
    max-height: 500px;
}
.with_dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
}
.with_dropdown .dropdown > .wrap.srollbar-custom {
    max-height: 500px;
}

.footer-grey .with_dropdown:after {
    background-position: -31px -338px;
}

/* more phone decription */
.iconset_icon {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    font-size: 0;
}
.iconset_icon--svg {
    text-align: center;
    top: 0;
}
.iconset_icon--svg svg:not(:root) {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.phone .more_phone {
    line-height: 1em;
    border-top: 1px solid #f2f2f2;
    border-color: var(--light_bg_black);
    position: relative;
}
.phone .more_phone:first-of-type {
    border-top: none;
}
.phone .more_phone:hover {
    background-color: #fafafa;
    background-color: var(--light_bg_black);
}
.phone .more_phone a {
    padding: 18px 22px 18px;
    display: block;
    white-space: nowrap;
}
.phone.with_dropdown > .dropdown {
    left: -22px;
    right: initial;
    max-width: 245px;
}
.phone.with_dropdown > .dropdown.with_icons {
    left: -43px;
}
.phone.with_dropdown > .dropdown.with_icons .more_phone a {
    padding-left: 43px;
    text-decoration: none;
}
.lines-block .phone .more_phone a {
    padding-left: 20px;
}
.phone .more_phone a span:not(.icon) {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    padding-top: 6px;
    color: #999;
    white-space: normal;
}
.phone .more_phone a .icon {
    position: absolute;
    left: 18px;
    top: 18px;
    font-size: 0;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone .more_phone a .icon .svg,
.phone .more_phone a .icon .svg svg {
    opacity: 1;
}
.wrap_phones .svg-inline-phone,
.more_phone .svg-inline-close {
    cursor: pointer;
}
.wrap_phones .dropdown-mobile-phone {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3000;
    background: #fff;
    display: none;
}
.wrap_phones .dropdown-mobile-phone .more_phone a,
.wrap_phones .dropdown-mobile-phone .more_phone span:not(.icon) {
    padding: 15px 18px 12px;
    display: block;
    font-weight: bold;
    font-size: 1.071em;
}
.wrap_phones .dropdown-mobile-phone .more_phone .no-decript:not(.icon) {
    padding: 21px 18px 22px;
}
.wrap_phones .dropdown-mobile-phone.with_icons .more_phone a:not(.icon) {
    padding-left: 43px;
}
.wrap_phones .dropdown-mobile-phone .more_phone a span:not(.icon) {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    padding: 2px 0 0 0;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrap_phones .dropdown-mobile-phone.with_icons .more_phone a .icon {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 0;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_phones .dropdown-mobile-phone.with_icons .more_phone .no-decript .icon {
    top: 22px;
}
#mobileheader
    .right-icons
    .wrap_phones
    .dropdown-mobile-phone
    .more_phone
    a
    .icon
    .svg,
#mobileheader
    .right-icons
    .wrap_phones
    .dropdown-mobile-phone
    .more_phone
    a
    .icon
    .svg
    svg {
    opacity: 1;
}
.wrap_phones .dropdown-mobile-phone .more_phone .callback:not(.icon) {
    font-weight: normal;
}
.wrap_phones .more_phone {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    line-height: 1.2em;
    border-color: var(--line_bg_black);
}
.wrap_phones .more_phone.title {
    background: #fbfbfb;
    background: var(--card_bg_hover_black);
}
.wrap_phones .more_phone.title .svg-inline-close {
    right: 19px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
.mobile-menu-contacts .descr {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    padding-top: 2px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo-row .logo {
    display: inline-block;
    position: relative;
    height: 82px;
    max-width: 190px;
    line-height: 84px;
}
.bx-firefox .logo-row .logo {
    display: block;
}
.logo-row .logo img,
.logo-row .logo svg {
    max-height: 100%;
    max-width: 100%;
}
.logo svg .icon-path {
    fill: none;
}
.logo svg {
    vertical-align: middle;
}

.header-v6 .fix-logo .logo-block {
    left: auto;
}
.fix-logo .logo-block {
    position: absolute;
    left: 37px;
    top: 0px;
    bottom: 0px;
    height: 94px;
    width: 193px;
}
.fix-logo .logo-block .logo {
    height: 94px;
    max-width: 179px;
    line-height: 94px;
}
.fix-logo .logo-block + .content-block {
    padding-left: 214px;
}

.smalls .fix-logo .logo-block + .content-block {
    padding-left: 234px;
}
.smalls .fix-logo .logo_and_menu-row .logo-row .logo {
    height: 110px;
    line-height: 109px;
    padding-left: 2px;
}
.fix-logo .content-block .float_wrapper {
    width: 240px;
    padding-right: 30px;
    position: absolute;
}
.fix-logo .content-block.no-area .float_wrapper {
    display: none;
}
.fix-logo .content-block.no-area .subcontent {
    padding-left: 0px;
}

.smalls.big_header
    .fix-logo
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .top-description,
.smalls.big_header
    .fix-logo
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .inner-table-block,
.smalls.big_header
    .fix-logo
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .subtop
    .wrap_icon {
    height: 52px;
}
.smalls.big_header
    .fix-logo
    .logo_and_menu-row:not(.icons_top)
    .wides
    .content-block
    .subcontent
    .wrap_icon {
    height: 62px;
}
.smalls.big_header
    .fix-logo
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .address {
    padding-left: 31px;
    max-width: 342px;
}

.smalls.big_header
    .fix-logo
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .region_wrapper {
    margin-right: 38px;
}
.smalls.big_header
    .fix-logo
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .lines-block:before {
    bottom: -1px;
}
.smalls.big_header .top-block-item.logo_and_menu-row {
    padding-right: 1px;
}

.smalls.big_header.sticky_menu
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .subtop
    .top-description,
.smalls.big_header.sticky_menu
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .subtop
    .wrap_icon {
    height: 44px;
    padding-right: 0px;
}
.smalls.big_header.sticky_menu
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .subbottom
    .wrap_icon {
    height: 86px;
}
.smalls.big_header.sticky_menu
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .phone-block {
    margin-top: 0px;
}
.smalls.big_header.sticky_menu
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .region_wrapper {
    margin: 0px 0px 0px 1px;
}
.smalls.big_header.sticky_menu.sm
    .header-v28
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .region_wrapper {
    margin: 0px 0px 0px -1px;
}
.sticky_menu .logo_and_menu-row .wides .content-block .subcontent .basket-link {
    padding-left: 35px;
}
.sticky_menu
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .basket-link.compare {
    padding-left: 77px;
}
.smalls.big_header.sticky_menu
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .callback-block {
    top: 5px;
    position: relative;
}
.smalls.big_header.sticky_menu
    .logo_and_menu-row
    .wides
    .content-block
    .subcontent
    .phone-block
    .dropdown
    > .wrap {
    margin-top: 0px;
}
.sticky_menu .content-block.no-area .subcontent {
    padding-left: 10px;
}
.sticky_menu .content-block .search_wraps {
    padding-right: 278px;
}
.sticky_menu.basket_normal .content-block .search_wraps {
    padding-right: 553px;
}
.sticky_menu .content-block .search-wrapper {
    height: 88px;
    padding-top: 2px;
}
.sticky_menu #headerfixed .inner-table-block.menu-block {
    padding: 0px;
}
.sticky_menu #header .top-block {
    background: transparent;
}

.logo-row .top-description {
    display: table-cell;
    vertical-align: middle;
    height: 82px;
    padding: 0;
    letter-spacing: 0;
    font-size: 0.867em;
    line-height: 20px;
    color: #999999;
}
.top-block .logo-row .top-description {
    height: 46px;
}

.logo-row .top-description.slogan {
    padding-left: 15px;
}
.logo-row .top-description .top-btn {
    padding: 0px 13px;
    cursor: pointer;
}
.logo-row .top-description .top-btn:last-of-type {
    padding-right: 0px;
}
.logo-row .top-mobile-menu {
    display: none;
}

.logo-row .lines-block {
    position: relative;
}
.logo-row .lines-block:before {
    content: "";
    display: block;
    left: 0px;
    right: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    bottom: -2px;
}
.logo-row .cols3 {
    width: 22%;
}
.light-menu-color .logo-row .lines-block:before {
    background: rgba(255, 255, 255, 0.07);
}
.logo-row .lines-block .top-description,
.logo-row .lines-block .inner-table-block {
    height: 45px;
}

.centered .logo-row {
    padding-top: 23px;
}
.centered .logo-row .logo {
    height: 66px;
    line-height: 66px;
}
.centered .logo-row .top-description,
.centered .logo-row .inner-table-block {
    height: 66px;
}
.centered .mega-menu table td .wrap > a .svg {
    display: none;
}
.centered .menu-row hr {
    display: none;
}

.smlong .logo-row .logo {
    height: 92px;
    line-height: 90px;
}
.smlong .logo-row .top-description,
.smlong .logo-row .inner-table-block {
    height: 92px;
}
.smlong .paddings .logo-block {
    padding-right: 41px;
}
.smlong .paddings .float_wrapper {
    padding-right: 43px;
}
.smlong .logo-row .top-description.addr {
    padding-top: 2px;
}
.smlong .logo-row .region_wrapper {
    padding: 2px 22px 0px 0px;
}
.smlong.logo_and_menu-row .phone-block.blocks {
    margin-top: 10px;
}
.smlong.logo_and_menu-row .phone-block.blocks .callback-block {
    position: relative;
    top: -1px;
}

.smalls .logo_and_menu-row .logo-row .logo {
    height: 86px;
    line-height: 90px;
}
.smalls .logo_and_menu-row:not(.icons_top) .logo-row .wrap_icon {
    height: 86px;
}
.smalls .logo_and_menu-row:not(.icons_top) .logo-row .wrap_icon {
    height: 86px;
}

body
    .header-wrapper
    .logo_and_menu-row:not(.icons_bottom).longs
    .logo-row
    .top-description,
.longs .logo-row .inner-table-block.longs .logo-row .logo,
body
    .header-wrapper
    .logo_and_menu-row:not(.icons_bottom).longs
    .logo-row
    .logo {
    height: 100px;
    line-height: 100px;
}
.longs .logo-row:not(.icons_bottom) .top-description,
.longs .logo-row:not(.icons_bottom) .inner-table-block {
    height: 100px;
}
.longs .logo-row:not(.icons_bottom) .wrap_icon {
    height: 100px;
}
.longs .paddings .float_wrapper.fix-block {
    width: 243px;
}

.logo-row .top-description.addr {
    max-width: 200px;
    color: #333;
    color: var(--white_text_black);
    opacity: 0.6;
}
.wrapper1.basket_normal .logo_and_menu-row.with-search .wrap_icon.person {
    padding-right: 0px;
}

.no-title .region_wrapper .city_title {
    display: none;
}

.paddings .logo-block {
    padding-right: 30px;
}
.paddings .float_wrapper.fix-block {
    width: 247px;
}

.fix-logo2 .logo-block {
    width: 213px;
}

/* HEADER LOGO_AND_MENU_ROW BASKET, PERSONAL, PHONES */
.menu-row.middle-block .mega-menu table td .wrap > a {
    display: block;
}
.logo_and_menu-row {
    position: relative;
}
.logo_and_menu-row--nested-menu .logo {
    z-index: initial;
}
.logo_and_menu-row .logo-row {
    padding-bottom: 1px;
}
.logo_and_menu-row .wrap_icon {
    display: table-cell;
    padding: 0px 0px;
    vertical-align: middle;
    position: relative;
}
.logo_and_menu-row .basket-link {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}
.top_basket {
    position: relative;
}
#headerfixed .basket-link.basket {
    position: relative;
}
.basket-link.basket {
    position: static;
}
.basket-link[data-href]:not(.basket-count) {
    cursor: auto;
}
.basket_hover_block {
    position: absolute;
    top: 100%;
    right: 0;
    width: 565px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition-delay: 0.2s;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
    z-index: 2;
    background-color: var(--card_bg_black);
}

.basket_hover_block.loaded {
    background-image: none;
}
#headerfixed:not(.fixed) .basket_hover_block {
    visibility: hidden !important;
    opacity: 0 !important;
}
#headerfixed:not(.fixed) .dropdown-menu {
    display: none !important;
}
.top_basket:hover .basket_hover_block,
.wrap_icon
    .basket-link.delay:not(.counter-state--empty):hover
    + .basket_hover_block,
#headerfixed.fixed .basket-link.basket:hover + .basket_hover_block,
.basket_hover_block:hover {
    visibility: visible;
    opacity: 1;
}
.wrapper1.basket_page .top_basket .basket_hover_block,
.wrapper1.basket_page
    #headerfixed
    .basket-link.basket:hover
    + .basket_hover_block {
    visibility: hidden;
    opacity: 0;
}

body .basket-link .js-basket-block {
    position: relative;
    display: block;
    margin: 6px 0 0;
    padding: 0 22px 0 0;
}
body .basket-link.compare .js-basket-block {
    padding-right: 23px;
}
body .basket-link .js-basket-block .count {
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    margin: -11px 0 0;
    width: 18px;
    height: 17px;
    font-size: 0.8em;
    line-height: 17px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    box-shadow: none;
}
.light-menu-color.header_wrap
    .logo-row:not(.logo_top_white)
    .basket-link
    .js-basket-block
    .count {
    background: #fff;
    color: #000;
}

.logo-row .wrap_icon .svg,
.basket-link .svg {
    opacity: 0.5;
}
.basket-link:hover .svg,
.top-btn:hover .svg,
.personal-link:hover .svg {
    opacity: 1;
}
.logo_and_menu-row .basket-link .title {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9333em;
    font-weight: bold;
    line-height: 1.1em;
}
.logo_and_menu-row .basket-link:not(.has_prices) .title {
    font-size: 0px;
}
.logo_and_menu-row .basket-link .wrap {
    margin: 2px 0 0 24px;
    display: inline-block;
    vertical-align: top;
}
.logo_and_menu-row .basket-link .wrap .title {
    margin: 0 0 5px;
    display: block;
}
.logo_and_menu-row .basket-link .wrap .prices {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #999999;
    max-width: 62px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.logo_and_menu-row .personal-link {
    display: block;
    margin-top: 8px;
}
.logo_and_menu-row .personal-link .wrap {
    margin: 2px 0 0 14px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    max-width: 130px;
}
.logo_and_menu-row .personal-link .wrap > span {
    text-overflow: ellipsis;
    overflow: hidden;
}
.logo_and_menu-row .wrap_icon svg:not(.not_fill) path,
.logo_and_menu-row .wrap_icon svg:not(.not_fill) use {
    fill: var(--fill_dark_light_ccc);
}
.logo_and_menu-row .wrap_icon > *:hover svg:not(.not_fill) path,
.logo_and_menu-row .wrap_icon > *:hover svg:not(.not_fill) use {
    fill: var(--fill_dark_light_white_hover);
}
.logo_and_menu-row .wrap_icon .title,
.logo_and_menu-row .wrap_icon .name {
    font-size: 0.6667em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding-left: 9px;
    color: var(--fill_dark_light_ccc);
}
.logo_and_menu-row .wrap_icon > *:hover .title,
.logo_and_menu-row .wrap_icon > *:hover .name,
.logo_and_menu-row .sites > *:hover .sites__current,
.logo_and_menu-row .sites:hover .sites__current {
    color: var(--fill_dark_light_white_hover);
}
body
    .wrapper1.basket_normal
    .logo_and_menu-row:not(.showed):not(.icons_top)
    .wrap_icon
    .title,
body
    .wrapper1.basket_normal
    .logo_and_menu-row:not(.showed):not(.icons_top)
    .wrap_icon
    .name,
body
    .wrapper1.basket_normal
    .logo_and_menu-row:not(.showed):not(.icons_top)
    .sites
    .sites__current,
body
    .wrapper1.basket_normal
    .logo_and_menu-row.showed:not(.icons_top)
    .wrap_icon.wrap_basket
    .title,
body
    .wrapper1.basket_normal
    .logo_and_menu-row.showed:not(.icons_top)
    .wrap_icon.wrap_basket
    .name,
body
    .wrapper1.basket_normal
    .logo_and_menu-row.showed:not(.icons_top)
    .sites
    .sites__current {
    display: none;
}
body .wrapper1.basket_normal .logo_and_menu-row .wrap_icon .dropdown-menu {
    left: -40px;
}
body .wrapper1.basket_normal .logo_and_menu-row .wrap_icon.with-title .name,
body .wrapper1.basket_normal .with-title .sites .sites__current {
    display: block;
}
.logo_and_menu-row .personal-link .wrap {
    margin: 0px;
}
.logo_and_menu-row .wrap_icon .personal-link .name {
    margin: 5px 0 0 0;
}
.logo_and_menu-row .wrap_icon .personal-link.logined .name {
    margin-left: 4px;
}

.logo_and_menu-row .personal-link .name {
    position: relative;
    margin: 0 0 5px;
    display: block;
}
.logo_and_menu-row .personal-link .title {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #999999;
}
.logo_and_menu-row .personal-link.with_dropdown {
    padding-right: 0 !important;
}
.logo_and_menu-row .personal-link.with_dropdown:after {
    display: none;
}
.logo_and_menu-row .personal-link.with_dropdown .name {
    padding: 0 13px 0 0;
    max-width: 92px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.logo_and_menu-row .personal-link.with_dropdown .name:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -1px 0 0 0;
    width: 5px;
    height: 3px;
    background: url(images/next.png) -20px -333px no-repeat;
}

.logo_and_menu-row .block-link .basket-link {
    display: block;
    height: 21px;
}
.logo_and_menu-row .block-link .basket-link.basket .wrap {
    margin-top: -4px;
}

.wrapper1 .longest .basket-link .js-basket-block {
    margin-top: 0px;
}

.logo_and_menu-row .phone-block .schedule {
    margin: 0 0 0 23px;
    font-size: 0.8em;
    line-height: 1em;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.logo_and_menu-row .phone {
    position: relative;
    margin: 3px 0px 0px;
    font-size: 1.0666em;
    font-weight: bold;
    display: inline-block;
}
.logo_and_menu-row .lines-block .phone {
    font-size: 1em;
    margin-top: 1px;
}
.logo_and_menu-row .lines-block .phone .svg-inline-down {
    margin-top: -1px;
}
.logo_and_menu-row .phone.with_dropdown > .dropdown {
    padding-top: 7px;
    top: -23px;
}
.logo_and_menu-row .phone-block.blocks .phone.with_dropdown > .dropdown {
    top: -24px;
}
.logo_and_menu-row .phone-block.icons .phone.with_dropdown > .dropdown {
    left: -26px;
}
.logo_and_menu-row .phone-block.blocks.icons .phone.with_dropdown > .dropdown {
    left: -28px;
}
.logo_and_menu-row
    .phone-block.icons
    .phone.with_dropdown
    > .dropdown.with_icons {
    left: -49px;
}
.logo_and_menu-row
    .phone-block.block2
    .phone.with_dropdown:not(.no-icons)
    > .dropdown {
    left: -6px;
}
.logo_and_menu-row
    .phone-block.block2
    .phone.with_dropdown:not(.no-icons)
    > .dropdown.with_icons {
    left: -27px;
}
.logo_and_menu-row .with_btn .phone {
    margin-top: 0px;
}
.logo_and_menu-row .phone-block.phone .svg-phone {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0;
}
.logo_and_menu-row .phone a {
    color: #222;
    color: var(--white_text_black2);
    white-space: nowrap;
    text-decoration: none;
}

/* sidebar */
.sticky_menu header .sidebar_menu {
    position: fixed;
    width: 271px;
    padding-left: 8px;
    top: 0px;
    z-index: 22;
    bottom: 0px;
    left: 0px;
    border-right: 1px solid #eee;
    border-color: var(--stroke_black);
    background: #fff;
    background-color: var(--black_bg_black);
}
.sticky_menu.wrapper1 .sidebar_menu_inner,
.sticky_menu.wrapper1 .menu-wrapper {
    height: 100%;
}
.sticky_menu.wrapper1 .menu-wrapper > .mCustomScrollBox > .mCSB_container,
.sticky_menu.wrapper1 .menu-wrapper.scroll-init:not(.mCustomScrollbar) {
    overflow: visible;
}
.sticky_menu.wrapper1 .sidebar_menu_inner .logo-block {
    padding: 0px 22px;
    margin: 0px;
}
.sticky_menu.wrapper1 .sidebar_menu_inner .menu_top_block {
    margin: 0px;
}
.sticky_menu.wrapper1 .sidebar_menu_inner .menu_top_block ul {
    margin: 0px;
}
.sticky_menu.wrapper1 .sidebar_menu_inner .logo-block {
    padding-top: 10px;
}
.sticky_menu.wrapper1 .sidebar_menu_inner .logo-row + .menu-wrapper {
    padding-top: 92px;
    margin-top: -92px;
}
.sticky_menu.wrapper1 .burger + .menu-wrapper {
    margin-top: -62px;
    padding-top: 62px;
}
.sticky_menu.wrapper1 .menu-wrapper .mCSB_container {
    z-index: 4;
}
.sticky_menu.wrapper1 .menu-wrapper .dropdown-block .mCSB_scrollTools {
    z-index: 4;
}

.sticky_menu.wrapper1 .logo_and_menu-row .phone > a {
    margin-bottom: -6px;
    padding-bottom: 6px;
}

.pull-right.region-phones {
    padding-left: 170px;
}

.smalls.logo_and_menu-row .wides .phone {
    margin-top: 2px;
}
.smalls.logo_and_menu-row .wides .burger {
    width: 58px;
    height: 86px;
}
.logo_and_menu-row .wides .burger.smalls {
    width: 58px;
    height: 86px;
}
.smalls.logo_and_menu-row .wides .burger .svg {
    left: 2px;
    margin: -6px 0 0 0px;
}
.smalls.logo_and_menu-row .paddings .wides .logo-block {
    padding-right: 85px;
}
.smalls.logo_and_menu-row .wides .region_wrapper {
    padding-right: 24px;
}
.smalls.logo_and_menu-row .wides .phone .svg-inline-down {
    right: 4px;
}
.smalls.logo_and_menu-row .wides .callback-block {
    margin-left: 7px;
}
.smalls.logo_and_menu-row:not(.basket_top_line) .wides .basket-link {
    padding-right: 1px;
    padding-left: 39px;
}
.smalls.logo_and_menu-row .wides .mega-menu td .wrap > a .line-wrapper .line {
    bottom: -31px;
}
.smalls.logo_and_menu-row .wides .mega-menu .wide_menu > .wrap > .dropdown-menu,
.smalls.logo_and_menu-row
    .wides
    .mega-menu
    .wide_menu.hover
    > .wrap
    > .dropdown-menu {
    margin-top: -1px;
    left: 0px !important;
    right: 0px !important;
}

.header-wrapper .lines-row:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0px;
    right: 0px;
    bottom: -2px;
    background: #f2f2f2;
    background: var(--line_bg_black);
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.header-wrapper.fix-logo .lines-row:before {
    content: "";
    display: block !important;
    position: absolute;
    height: 1px;
    left: 0px;
    right: 0px;
    bottom: -2px;
}
.wrapper1.dark-hover-overlay header:hover .lines-row:before {
    opacity: 0.1;
}
.front_page .header-wrapper .lines-row:before {
    bottom: -1px;
}
.wrapper1:not(.front_page) .smalls.logo_and_menu-row .wides .lines-row:before,
.wrapper1.big_header:not(.front_page)
    .logo_and_menu-row
    .wides
    > .lines-row:before {
    bottom: 0px;
}

.logo_and_menu-row .phone-block.blocks {
    line-height: 18px;
    margin: 4px 0px 0px 0px;
}
header .phone-block.icons {
    padding-left: 11px;
}
header .phone-block.icons .phone .svg:not(.iconset_icon--svg) {
    margin-left: -11px;
}
header .phone-block.icons .phone .svg.svg-inline-phone {
    left: -11px;
}
.logo_and_menu-row .phone-block.blocks .inline-block {
    display: block;
}
.logo_and_menu-row .phone-block.blocks .callback-block {
    padding-left: 2px;
}
.logo_and_menu-row .phone-block.blocks.icons .callback-block {
    margin-left: -1px;
}
.logo_and_menu-row .fix-block .phone-block.blocks {
    margin-left: 12px;
}
.logo_and_menu-row .fix-block .phone-block.blocks > .phone {
    margin-top: 0px;
}

body .phone.no-icons .svg-inline-phone {
    display: none;
}
body .logo-row .phone .svg-inline-down {
    opacity: 1;
}

.logo_and_menu-row .callback-block {
    margin: 0 0 0 13px;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.logo_and_menu-row .search-block {
    height: 82px;
    display: table;
    width: 100%;
}
.logo_and_menu-row .search-block {
    position: relative;
    z-index: 1;
}
/* header 28,29 with overlap */
.sticky_menu .logo-row {
    position: relative;
    z-index: 4;
}

.logo_and_menu-row .inner-table-block > div[id*="bx_incl"] {
    display: table-cell;
    vertical-align: middle;
}
.logo_and_menu-row .search-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 82px;
    width: 100vw;
}
.logo_and_menu-row.with-search .custom-search {
    padding-right: 11px;
}

.logo_and_menu-row .search_wrap.only_bg {
    padding-left: 0px;
    padding-right: 62px;
}
.logo_and_menu-row .search_wrap.only_bg .search-wrapper {
    height: 52px;
    border: 1px solid #eee;
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.logo_and_menu-row .search_wrap.only_bg .search-wrapper .search .search-input {
    background: transparent;
    border-color: transparent;
    padding: 0 50px 0 22px;
    height: 54px;
    margin-bottom: -2px;
}
.logo_and_menu-row
    .search_wrap.only_bg
    .search-wrapper
    .search.search--hastype
    .search-input {
    padding-right: 136px;
}
.logo_and_menu-row .search_wrap.only_bg .search-wrapper .search .btn-search {
    padding: 0 26px;
}
.logo_and_menu-row
    .search_wrap.only_bg
    .search-wrapper
    .search
    .dropdown-select {
    right: 69px;
    top: 11px;
}

.logo_and_menu-row .search .search-button-div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.logo_and_menu-row .search .search-button-div .svg.svg-close {
    display: none;
}
.logo_and_menu-row .search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 16px;
    border: none;
    background: none;
    font-size: 0;
}
.logo_and_menu-row .search .btn-search:active {
    box-shadow: none;
}
.logo_and_menu-row .search .search-input {
    padding: 0 44px 0 16px;
    height: 42px;
    font-size: 0.867em;
    line-height: 40px;
    background: #fafafa;
    background: var(--light_bg_black);
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    color: var(--white_text_black);
}
.logo_and_menu-row .search.search--hastype .search-input {
    padding-right: 124px;
}
.logo_and_menu-row .search .svg path {
    opacity: 0.5;
}
.logo_and_menu-row .search .svg use {
    opacity: 0.5;
}
.logo_and_menu-row .search .btn-search:hover .svg svg path {
    opacity: 1;
    fill: #333;
}
.logo_and_menu-row .search .btn-search:hover .svg svg use {
    opacity: 1;
    fill: var(--theme-base-color);
}
.logo_and_menu-row .phone-block .inner-table-block {
    padding-left: 15px;
    padding-right: 15px;
}
.logo_and_menu-row .inline-search-show {
    border: none;
    background: none;
    padding: 0;
}
.logo_and_menu-row .inline-search-show .svg {
    top: 0px;
}
.logo_and_menu-row .callback-block.btn {
    padding: 12px 19px 13px;
    margin: 0;
    font-size: 0.866em;
    line-height: 0.85em;
}
.logo_and_menu-row .search .svg {
    top: 0;
}
.logo_and_menu-row .phone-block.with_btn {
    padding: 0;
    display: table;
    height: 82px;
    max-width: 100%;
}
.logo_and_menu-row .phone-block.with_btn .phone {
    margin-bottom: 0;
    white-space: nowrap;
}

.wrapper1:not(.basket_normal)
    .logo_and_menu-row
    .float_wrapper.fix-block
    + .search_wrap {
    padding-right: 0px;
}

header .address {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 0.8666em;
    color: #777;
}
header .address.tables {
    display: table-cell;
    line-height: 18px;
}
header .address.tables .svg {
    left: 0px;
    position: absolute;
    top: 4px;
    opacity: 0.5;
}
body header .top-block .address.no-icons {
    padding-left: 0px;
}
header .address.no-icons .svg {
    display: none;
}

.logo_and_menu-row .inner-table-block {
    height: 82px;
}

.top-block .inner-table-block {
    height: 46px;
}
.logo_and_menu-row .burger {
    margin: 0 0 0 0px;
    display: block;
    position: relative;
    width: 74px;
    height: 92px;
    cursor: pointer;
}
.logo_and_menu-row .burger .svg-burger,
.logo_and_menu-row .burger .svg-inline-burger {
    position: absolute;
    top: 50%;
    margin: -4px 0 0 0px;
    min-width: 18px;
    min-height: 16px;
}

body #header .catalog_menu ul.menu > li,
body #header .catalog_menu ul.menu > li > a,
.wrapper.has_menu #header .catalog_menu ul.menu > li.current > a {
    border: 0px;
}
body #header .catalog_menu ul.menu > li:not(.current):not(.stretch):hover {
    border: 0px;
}

.icons_fa:after,
li.has-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.visible_on_ready {
    visibility: hidden;
}
header .wrap_menu {
    position: relative;
    height: 47px;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
}

.header_wrap #header .catalog_menu ul.menu > li {
    height: 47px;
    background: none;
}
.header_wrap #header .catalog_menu ul.menu > li.catalog {
    width: 220px;
}
.header_wrap #header .catalog_menu ul.menu > li > a,
.header_wrap #header .catalog_menu ul.menu.adaptive > li .text {
    color: #fff;
    border: 0px !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

/* header menu start */
body .menu_top_block.catalog_block {
    user-select: none;
    padding-top: 0px;
    margin-top: 0px;
}
body .bx_filter_block .menu_top_block.catalog_block .slide-block__head {
    display: none;
}
body
    .bx_filter_block
    .menu_top_block.catalog_block
    .slide-block__head
    + .slide-block__body {
    padding-top: 10px;
}
.menu_top_block.catalog_block .menu {
    margin: 0px;
}

.menu_top_block {
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
header .menu_top_block {
    border-radius: 4px;
}
header .wrapper_middle_menu *,
.menu_top_block * {
    box-sizing: border-box;
}
header .menu_top_block > li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.menu_top_block li {
    margin: 0;
    padding: 0;
    position: relative;
    white-space: normal;
}
.menu_top_block > li > a,
.menu_top_block.catalog_block .dropdown > li.full > a {
    position: relative;
    display: block;
    padding: 12px 22px 13px;
    color: #fff;
    white-space: normal;
}

.menu_top_block.catalog_block .dropdown > li.full > a {
    color: #333333;
    color: var(--white_text_black);
}
.menu_top_block li .dropdown {
    position: absolute;
    width: 220px;
    margin: 0;
    background: #fff;
    background-color: var(--black_bg_black);
    border: none;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 1;
    visibility: visible;
}
header .menu_top_block li.catalog > .dropdown {
    box-shadow: none;
}
header .menu_top_block li.catalog > .dropdown > li > a,
body .menu_top_block.catalog_block .dropdown > li.full > a,
.left_menu > li > a {
    border-bottom-width: 0px;
    position: relative;
}
header .menu_top_block li.catalog > .dropdown > li:last-child > a,
body .menu_top_block.catalog_block .dropdown > li:last-child > a,
.left_menu > li:last-child > a {
    border-bottom-width: 1px;
}

.menu_top_block.catalog_block .dropdown > li.full:hover > a,
.left_menu > li:hover > a {
    background: #fafafa;
    background: var(--card_bg_black);
}
.menu_top_block.catalog_block .dropdown > li.full.current > a,
.left_menu > li.current > a {
    font-weight: bold;
    background: #fafafa;
    background: var(--card_bg_black);
}

header .menu_top_block > li > .dropdown,
.menu_top_block.catalog_block .dropdown > li > .dropdown {
    z-index: 3;
    display: none;
    top: auto;
    left: 0;
    margin: 0;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
}
header .menu_top_block li .dropdown > li,
.menu_top_block.catalog_block .menu.dropdown > li {
    display: block;
    width: 100%;
}

.menu_top_block.catalog_block .menu.dropdown > li,
.mega-menu .menu-wrapper > li,
.mega-menu .menu-navigation__sections > div {
    overflow-wrap: break-word;
}

.light header .inc_menu .menu_top_block > li > .dropdown {
    margin-top: 1px !important;
}
.side_RIGHT header .menu_top_block li.catalog > .dropdown > li:hover > a:before,
.side_RIGHT .menu_top_block.catalog_block .dropdown > li.full:hover > a:before,
.side_RIGHT .left_menu > li:hover > a:before {
    left: auto;
    right: 0px;
}

.menu_top_block li.full .dropdown li .dropdown {
    background: transparent;
    display: block;
    box-shadow: none;
    border: none;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    margin: 11px 0 0;
}

body .menu_top_block li.full .dropdown > li > a {
    padding: 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}

body .menu_top_block li.full.has-child.v_bottom:last-child > .dropdown {
    border-bottom-width: 1px;
}

.menu_top_block li .dropdown > li > a {
    display: block;
    padding: 11px 33px 13px 15px;
    font-size: 13px;
    text-align: left;
}
body .menu_top_block li .dropdown > li > a {
    color: #555555;
    background: #fff;
}
header .menu_top_block > li:not(.catalog) .dropdown > li > a {
    border-bottom: 1px solid #eaebec;
}
header .menu_top_block li .dropdown > li:last-child > a {
    border-bottom-width: 0px;
}

header .menu_top_block li .dropdown > li > .dropdown,
.menu_top_block.catalog_block .dropdown > li > .dropdown {
    left: 100%;
    top: 0;
    width: 241px;
}
header .menu_top_block li .dropdown > li > .dropdown {
    top: 1px;
}
header .menu_top_block > li > .dropdown li .dropdown {
    transition: opacity 0s ease 0.2s, visibility 0s ease 0.2s;
}
.menu_top_block > li.full .dropdown,
.menu_top_block.catalogfirst li.full .dropdown {
    box-shadow: none;
}
.menu_top_block .dropdown > li.full > .dropdown,
.menu_top_block.catalogfirst li.full > .dropdown {
    padding: 20px 0 20px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 500px;
    height: 100%;
    max-width: calc(var(--theme-page-width) - var(--width-left-block));
    width: calc(
        100vw - var(--width-scrollbar) - var(--width-left-block) -
            calc(var(--theme-page-width-padding) * 2)
    );
}
.menu_top_block .dropdown > li.full:hover > .dropdown {
    visibility: visible;
    pointer-events: all;
}

.hide_catalog .menu_top_block.catalog_block {
    display: none;
}

.side_RIGHT .menu_top_block.catalog_block .dropdown > li.full > .dropdown {
    left: auto !important;
    right: 100%;
}
.side_RIGHT .menu_top_block.catalog_block .dropdown > li.has-child > a:before {
    left: auto;
    right: 0px;
}
.catalog_icons_Y
    .menu_top_block.catalog_block
    .dropdown
    > li.has-child
    > a:after {
    top: 24px;
}
.side_RIGHT
    .menu_top_block.catalog_block
    .dropdown
    > li.has-child
    > .dropdown
    > li {
    float: right;
}

header .menu_top_block li .dropdown li:hover > .dropdown {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
body .menu_top_block.catalog_block li.full.hover .dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
}
.menu_top_block li.full {
    position: initial;
}
.menu_top_block li.full.m_line {
    position: relative;
    z-index: 20;
}
.menu_top_block li.full.m_line:hover {
    z-index: 21;
}
.menu_top_block li.full.m_line .dropdown {
    min-height: auto !important;
    height: auto;
}

.menu_top_block li.full.v_bottom .dropdown,
.menu_top_block.catalogfirst li.full.v_bottom > .dropdown {
    position: static;
    min-width: auto;
    width: auto;
}
.menu_top_block.catalog_block .dropdown > li.full.v_bottom > .dropdown,
header .menu_top_block.catalogfirst li.full.v_bottom > .dropdown {
    width: auto;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    padding: 5px 0px 10px;
    border: 1px solid #f2f2f2;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: var(--stroke_black);
}
.menu_top_block.catalog_block .dropdown > li.full.v_bottom > .dropdown > li,
header .menu.top.menu_top_block.catalogfirst li.full.v_bottom > .dropdown > li {
    float: none;
    display: block;
    width: auto;
    padding: 5px 16px 0px;
}
.menu_top_block.catalog_block .dropdown > li.full.v_bottom > .dropdown > li > a,
header .menu_top_block.catalogfirst li.full.v_bottom > .dropdown > li > a {
    padding-left: 0px;
    padding-top: 0px;
    font-weight: normal;
    font-size: 12px;
}
.menu_top_block.catalog_block
    .dropdown
    > li.full.v_bottom
    > .dropdown
    > li
    > .dropdown,
header
    .menu_top_block.catalogfirst
    li.full.v_bottom
    > .dropdown
    > li
    > .dropdown {
    padding-left: 10px;
    margin: 4px 0px 8px;
    display: none;
    opacity: 1;
    visibility: visible;
}
.menu_top_block.catalog_block
    .dropdown
    > li.full.v_bottom
    > .dropdown
    > li
    > .dropdown
    > li
    > a,
header
    .menu_top_block.catalogfirst
    li.full.v_bottom
    > .dropdown
    > li
    > .dropdown
    > li
    > a {
    font-size: 12px;
}
header .menu_top_block li .dropdown > li.has-child.v_bottom a .toggle_block,
.menu_top_block.catalog_block
    .dropdown
    > li.has-child.v_bottom
    a
    .toggle_block {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 35px;
    height: 100%;
    bottom: 0px;
}
header
    .menu_top_block
    li.catalog
    > .dropdown
    > li.has-child.v_bottom.opened
    > a:after,
body
    .menu_top_block.catalog_block
    .dropdown
    > li.has-child.full.v_bottom.opened
    > a:after {
    content: "\f107";
}
header .menu_top_block li.catalog > .dropdown > li.v_bottom.current > .dropdown,
body
    .menu_top_block.catalog_block
    .dropdown
    > li.full.v_bottom.current
    > .dropdown,
.menu_top_block.catalog_block
    .dropdown
    > li.full.v_bottom.current
    > .dropdown
    > .current
    > .dropdown {
    display: block;
}
.menu_top_block.catalog_block .dropdown > li.full.v_bottom.opened > a {
    padding-bottom: 7px;
    border-bottom: none;
}
header .menu_top_block > li > .dropdown li .dropdown {
    transition: none;
}
header
    .menu_top_block.catalogfirst
    > li:not(.current)
    li.full.v_bottom
    > .dropdown
    > li:not(.current):not(:hover)
    > a,
.menu_top_block
    li.full.v_bottom
    > .dropdown
    > li:not(.current)
    .section:not(:hover) {
    color: #333 !important;
    color: var(--white_text_black) !important;
}
header .menu_top_block li.v_bottom .dropdown > li:hover > a,
header .menu_top_block li.v_bottom .dropdown > li.current > a {
    color: #333;
    color: var(--white_text_black);
}

header .catalog_menu_ext {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
}

header .menu_top_block li .dropdown > li > a,
.menu_top_block.catalog_block .dropdown > li.full > a,
.left_menu > li > a {
    display: block;
    padding: 15px 30px 17px 15px;
    background: #fff;
    background: var(--black_bg_black);
    text-decoration: none;
    text-align: left;
    transition: padding 0.2s ease;
}
header .menu_top_block li .dropdown > li:hover > a,
header .menu_top_block li .dropdown > li.current > a,
body header#header .catalog_menu .menu_top_block > li.current > a {
    color: #fff;
}
header .menu_top_block > li.more > a {
    height: 47px;
}

.menu_top_block li.catalog > a,
.menu_top_block.catalog_block .dropdown > li > a {
    position: relative;
    padding-left: 41px;
    padding-right: 120px;
}
.menu_top_block.catalog_block .dropdown > li > a {
    padding: 11px 31px 13px 17px;
}
.menu_top_block li.catalog > a:before {
    position: absolute;
    top: 12px;
    left: 12px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("images/ai.png") 0px 0px no-repeat;
}
.menu_top_block li.catalog > a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.1;
}
body .menu_top_block.catalog_block .dropdown > li > a {
    font-size: 13px;
    color: #555555;
    color: var(--basic_text_black);
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li,
header .menu.top.catalogfirst li.full > .dropdown > li {
    padding: 5px 30px 35px 24px;
    float: left;
    width: 33%;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .image,
header .menu_top_block.catalogfirst li.full > .dropdown > li > .image,
body
    .wrapper1
    .menu-wrapper
    .menu_top_block
    .dropdown
    > li.full
    > .dropdown-block
    li
    > .image {
    --image-width: 40px;
    --image-height: 40px;

    width: var(--image-width);
    height: var(--image-height);
    line-height: var(--image-height);
    text-align: center;
    float: left;
}
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .image img,
header .menu_top_block.catalogfirst li.full > .dropdown > li > .image img,
body
    .wrapper1
    .menu-wrapper
    .menu_top_block
    .dropdown
    > li.full
    > .dropdown-block
    li
    > .image
    img {
    vertical-align: middle;
}
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > a,
header .menu_top_block.catalogfirst li.full > .dropdown > li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px 0px 70px;
    background: none;
    color: #333333;
    color: var(--white_text_black);
}
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li.current > a {
    font-weight: bold;
}

.menu_top_block.catalog_block
    .dropdown
    > li.full:not(.v_bottom)
    > .dropdown
    > li
    > a:hover,
header
    .menu_top_block.catalogfirst
    li.full:not(.v_bottom)
    > .dropdown
    > li
    > a.section:hover,
.menu_top_block.catalog_block
    .dropdown
    > li.full:not(.v_bottom)
    > .dropdown
    > li.current
    > a.section {
    color: #333333;
    color: var(--white_text_black);
}
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .dropdown,
header .menu_top_block.catalogfirst li.full > .dropdown > li > .dropdown {
    padding: 0px 0px 0px 70px;
    margin-top: 9px;
    text-align: left;
}

.menu_top_block li.full > .dropdown > li:nth-child(3n + 1) {
    clear: both;
}

header .menu_top_block li .dropdown > li > .dropdown.toleft {
    border-right: 1px solid #e9e9e9;
    border-left: none;
    left: inherit;
    right: 100%;
    border-color: var(--stroke_black);
}

header .menu_top_block li .dropdown > li.has-child a {
    position: relative;
}

.light header .catalog_menu_ext .menu_top_block > li.catalog > a {
    background-color: #fff;
}

.menu_top_block .dropdown > li > a:after,
.left_menu > li.has-childs > a:after {
    display: none;
}
.menu_top_block .dropdown > li > a .svg,
.left_menu > li.has-childs > a .svg {
    position: absolute;
    right: 9px;
    top: 20px;
    width: 15px;
    height: 14px;
    text-align: center;
    line-height: 11px;
    border-radius: 3px;
    margin: 0px;
}

.menu_top_block .dropdown > li > a .svg-inline-exit {
    position: relative;
    margin-right: 6px;
    right: 0;
    top: 0;
}

.menu_top_block .dropdown > li > a .svg svg,
.left_menu > li.has-childs > a .svg svg {
    display: inline-block;
    vertical-align: middle;
}
.menu_top_block .dropdown > li.v_bottom a:hover .svg.svg-inline-down path,
.menu_top_block .dropdown > li.v_bottom a:hover .svg.svg-inline-down use,
.left_menu > li.has-childs.v_bottom a:hover .svg path,
.left_menu > li.has-childs.v_bottom a:hover .svg use {
    fill: #fff;
}

.menu_top_block .dropdown > li > a .image .svg {
    position: static;
    width: 30px;
    height: 30px;
}
.menu_top_block .dropdown > li > a .image .svg svg {
    width: 30px;
    height: 30px;
}
.menu_top_block.catalog_block .dropdown > li > .dropdown li .image a .svg {
    display: inline-block;
}
.menu_top_block.catalog_block .dropdown > li > .dropdown li .image a .svg svg {
    width: var(--image-width);
    height: var(--image-height);
}
body
    .wrapper1
    .menu-wrapper
    .menu_top_block
    .dropdown
    > li.full
    > .dropdown-block
    li
    > .image
    a
    .svg
    svg {
    width: var(--image-width);
    height: var(--image-height);
}

.left_menu > li.has-childs.current > a:after {
    color: #fff !important;
    content: "\f107";
}
.top-h-row .wrapper_inner {
    z-index: 5;
}

/* mobile start */
.mobile_menu_wrapper {
    position: relative;
}
header .mobile_menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 999;
}
#header .catalog_menu .wrap_menu ul.menu.adaptive:hover {
    cursor: pointer;
}
#header .catalog_menu .wrap_menu ul.menu.adaptive > li.menu_opener {
    border: 0px;
    display: block;
    width: 100%;
    padding: 0px 17px;
}
.header_wrap #header .catalog_menu ul.menu.adaptive > li {
    height: 47px;
    line-height: 47px;
    position: relative;
}
.header_wrap #header .catalog_menu ul.menu.adaptive > li:after {
    position: absolute;
    top: 12px;
    right: 17px;
    content: "";
    display: block !important;
    width: 20px;
    height: 20px;
    background: url("images/ai.png") 0px 0px no-repeat;
}

.mobile_menu_wrapper .mobile_menu li {
    background: #f9f9f9;
    border-top: 1px solid #eaebec;
    position: relative;
}
.mobile_menu_wrapper .mobile_menu li:before {
    display: none;
}
.mobile_menu_wrapper .mobile_menu li.has-child:before {
    display: block;
    content: "\f107";
    color: #1d2029;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 12px;
    height: 8px;
}
.mobile_menu_wrapper .mobile_menu li.has-child:hover:before,
#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li.current:before {
    color: #fff;
}
.mobile_menu_wrapper .mobile_menu li a {
    padding: 0px 31px 0px 17px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    height: 40px;
    line-height: 41px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #333333;
}
#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li:hover > a,
#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li.current > a {
    color: #fff !important;
}

ul.mobile_menu .dropdown {
    font-size: 13px;
    display: none;
    margin: 0;
    padding: 0 0 0 20px;
}

ul.mobile_menu .search {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block !important;
    padding: 13px;
    background: none repeat scroll 0 0 #e0e7ea !important;
    border: medium none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
}
ul.mobile_menu .search .search-input-div {
    width: 100%;
    padding-right: 63px;
}
ul.mobile_menu .search .search-button-div {
    position: absolute;
    right: 14px;
    top: 13px;
}
ul.mobile_menu .search .search-button-div button {
    padding: 9px 13px 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
ul.mobile_menu .search .search-input-div input {
    border: 0px;
    font-size: 13px;
}
/* mobile end */

/* MOBILE HEADER v1 */
#mobileheader .basket-link .title {
    display: none;
}
#mobileheader .v1 .bars .top-btn {
    padding: 0px 20px 5px;
}

/* MOBILE HEADER v2 */
#mobileheader .v2 .top-btn {
    height: 46px;
    line-height: 42px;
    padding: 0px 15px;
}

/* mobile headers */
#mobileheader {
    margin: 0;
    padding: 0;
    position: relative;
    height: 63px;
}
#mobileheader.fixed {
    overflow: visible;
}
.wrapper1 > div#mobileheader {
    z-index: 10;
    position: static;
}
.style-switcher.active ~ .wrapper1 > div#mobileheader.fixed {
    z-index: 4;
}
.style-switcher.active ~ .wrapper1 > div#mobileheader:not(.fixed) {
    position: relative;
    top: 0;
}

body .wrapper1.mfixed_Y > div#mobileheader.fixed {
    position: fixed;
    width: 100%;
    z-index: 1051;
    top: 0px;
    display: block !important;
}

#mobileheader .burger {
    height: 100%;
    width: 58px;
    position: relative;
    cursor: pointer;
}
#mobileheader .burger .svg-burger,
#mobileheader .burger .svg-inline-burger {
    width: 18px;
    height: 16px;
    min-width: 18px;
    min-height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -9px;
}
#mobileheader .burger .svg-close,
#mobileheader .burger .svg-inline-close {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    display: none;
}
#mobileheader .burger.c .svg-close,
#mobileheader .burger.c .svg-inline-close {
    display: inline;
}
#mobileheader .burger.c .svg-burger,
#mobileheader .burger.c .svg-inline-burger {
    display: none;
}
#mobileheader .title-block {
    height: 100%;
    padding: 0 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 60px;
}
#mobileheader .logo-block {
    height: 100%;
    padding: 0 5px 0 0;
}
#mobileheader .logo {
    max-width: 156px;
    line-height: 60px;
    height: 60px;
}
#mobileheader .logo img {
    max-height: 100%;
    max-width: 100%;
}
#mobileheader .right-icons {
    height: 100%;
    padding-right: 5px;
    margin-left: -15px;
}
#mobileheader .wrap_icon {
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: middle;
    line-height: 63px;
}
#mobileheader .wrap_icon.wrap_basket {
    padding-left: 0px;
}
#mobileheader .wrap_icon.wrap_basket > div[id^="bx_incl"] {
    display: inline;
}
#mobileheader .inline-search-show {
    border: none;
    background: none;
    padding: 0;
}
#mobileheader .inline-phone-show {
    border: none;
    background: none;
    padding: 0;
}
#mobileheader .inline-phone-show .svg {
    top: -3px;
}
#mobileheader .wrap_phones .dropdown-mobile-phone {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3000;
    background: #fff;
    background: var(--card_bg_black);
    display: none;
}
.ios #mobileheader .inline-search-show {
    top: 4px;
}
#mobileheader .inline-search-show .svg-inline-search {
    top: -4px;
}

#mobileheader .right-icons a:not(:hover) .svg,
#mobileheader .top-btn:not(:hover) .svg {
    opacity: 0.5;
}

#mobileheader .basket-link {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    padding-right: 3px;
    vertical-align: top;
}
#mobileheader .basket-link.compare {
    padding-left: 14px;
}
#mobileheader .basket-link .js-basket-block {
    margin: 0px;
}

#mobileheader *[class^="mobileheader-"] {
    height: 100%;
    width: 100%;
    position: relative;
}
#mobileheader .mobileheader-v1,
#mobileheader .mobileheader-v3,
#mobileheader .mobileheader-v4 {
    background: #fff;
    background: var(--black_bg_black);
    border-bottom: 1px solid #f5f5f5;
    border-color: var(--darkerblack_bg_black);
}
#mobileheader .mobileheader-v2 {
    color: #fff;
}
#mobileheader .mobileheader-v2 .basket-link .count {
    background-color: #fff;
    color: #222;
}
#mobileheader .mobileheader-v2 .svg.inline path {
    fill: #fff;
}

#mobileheader .mobileheader-v4 .logo-block {
    width: calc(100% - 150px);
    display: inline-block;
    padding: 0 0 0 17px;
}
#mobileheader .mobileheader-v4 .logo-block .logo {
    margin: 0 auto;
}

#mobileheader .mobileheader-v3 .search-wrapper {
    display: inline-block;
    width: 100%;
}
#mobileheader .mobileheader-v3 .search_wrap {
    height: 62px;
    margin-left: 56px;
    margin-right: 20px;
    line-height: 62px;
}
#mobileheader .mobileheader-v3 .search-block .search-button-div {
    bottom: 0;
}
#mobileheader .mobileheader-v3 .search-block .search-button-div .svg svg path {
    fill: #999;
}
#mobileheader .mobileheader-v3 .search-block .btn-search {
    bottom: 0;
    padding: 0 16px;
    border: none;
    background: none;
    font-size: 0;
}
#mobileheader .mobileheader-v3 .search-input {
    padding: 0 44px 0 12px;
    height: 40px;
    font-size: 13px;
    background: rgba(236, 236, 236, 0.5);
    background: var(--black_bg_black);
}
#mobileheader .mobileheader-v3 .search.search--hastype .search-input {
    padding-right: 131px;
}
#mobileheader .mobileheader-v3 .search-block .btn-search .svg {
    top: 0;
    right: -3px;
}
#mobileheader .mobileheader-v3 .burger .svg svg {
    margin-left: auto;
}
#mobileheader .mobileheader-v3 .burger {
    width: 54px;
}

#mobileheader .mobileheader-v3 .search-block .title-search-result {
    border-left: none;
    border-right: none;
    line-height: 19px;
    margin-top: 9px;
    width: 100% !important;
}
/* mobile menu */
#mobilemenu {
    background: #fff;
    background: var(--black_bg_black);
    z-index: 3000;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    position: fixed;
}
.scrollblock {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}
.scrollblock--ob-auto {
    overscroll-behavior: auto;
}
#mobilemenu::-webkit-scrollbar,
.scrollblock::-webkit-scrollbar {
    width: 8px;
}
#mobilemenu::-webkit-scrollbar-track,
.scrollblock::-webkit-scrollbar-track {
    border-radius: 8px;
}
#mobilemenu::-webkit-scrollbar-thumb,
.scrollblock::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
    border-color: var(--card_bg_black);
}
#mobilemenu::-webkit-scrollbar-thumb:window-inactive,
.scrollblock::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
    border-color: var(--card_bg_black);
}

.scrollblock.scrollblock--thick::-webkit-scrollbar {
    width: 14px;
}
.scrollblock.scrollblock--thick::-webkit-scrollbar-thumb,
.scrollblock.scrollblock--thick::-webkit-scrollbar-thumb:window-inactive {
    border: 5px solid var(--card_bg_black);
}

#mobilemenu.dropdown {
    top: 64px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    opacity: 0;
    visibility: hidden;
}
#mobilemenu.dropdown.show {
    opacity: 1;
    visibility: visible;
}
#mobilemenu.leftside {
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
}
#mobilemenu.leftside.show {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.45);
}
#mobilemenu > .scroller {
    overflow: hidden;
}
#mobilemenu > .scroller > .wrap {
    width: 100%;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
}
#mobilemenu-overlay {
    display: none;
    background: #3a3f44;
    opacity: 0.7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;
}
#mobilemenu .dropdown {
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    background: var(--black_bg_black);
    margin: 0;
    padding: 0;
}
#mobilemenu .expanded > .dropdown {
    display: block;
}
#mobilemenu .expanded > .dropdown > div {
    border-bottom: 1px solid #f2f2f2;
}
#mobilemenu .expanded > .dropdown .menu_back a {
    font-size: 15px;
    line-height: 18px;
    padding: 22px 20px 23px 54px;
    cursor: pointer;
    position: relative;
}
#mobilemenu .expanded > .dropdown .menu_back .svg {
    position: absolute;
    top: 25px;
    left: 19px;
}
#mobilemenu .expanded > .dropdown .menu_back .svg-inline-back_arrow * {
    fill: #999;
}
#mobilemenu .expanded > .dropdown .menu_title {
    font-size: 15px;
    line-height: 18px;
    color: #333;
    color: var(--white_text_black);
    font-weight: bold;
    padding: 22px 23px 23px 19px;
    background-color: #fbfbfb;
    background: var(--line_bg_black);
}
#mobilemenu .menu a:hover .svg {
    background-color: transparent;
}
#mobilemenu .menu > ul {
    padding: 0;
    margin: 0;
    display: block;
}
#mobilemenu .menu ul > li {
    list-style: none;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 0;
    border-color: var(--line_bg_black);
}
#mobilemenu .menu ul li:before {
    display: none;
}
#mobilemenu .menu ul > li a {
    padding: 19px 20px 20px 19px;
    display: block;
    position: relative;
    text-decoration: none;
}
#mobilemenu .menu ul > li a.decript {
    padding: 14px 20px 15px 19px;
    line-height: 1em;
    font-weight: 700;
}
#mobilemenu .menu ul.dropdown.with_icons > li a {
    padding-left: 43px;
}
#mobilemenu .menu ul.dropdown.with_icons > li a .icon {
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 0;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobilemenu .menu ul.dropdown.with_icons > li .no-decript .icon {
    top: 23px;
}
#mobilemenu .menu ul > li.menu_title a {
    padding: 0px;
}
#mobilemenu .menu ul > li a.parent {
    padding-right: 46px;
}
#mobilemenu .menu ul > li .arrow {
    position: absolute;
    z-index: 1;
    width: 46px;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    padding-left: 8px;
    display: block;
}
#mobilemenu .menu ul > li .arrow .svg {
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
}
#mobilemenu .menu ul > li.selected > a:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}
#mobilemenu .menu > ul > li > a {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    background: var(--black_bg_black);
}
#mobilemenu .menu > ul > li.selected > a:before {
    left: 0px;
    top: -1px !important;
    bottom: -1px;
    width: 2px;
    z-index: 1;
    height: inherit;
    border-radius: 0;
}
#mobilemenu .menu > ul > li:not(.counters),
.menu ul > li.selected:not(.counters),
.menu ul > li.expanded {
    position: initial;
}
#mobilemenu .menu > ul > li.counters > a > span {
    padding-right: 25px;
    position: relative;
}
#mobilemenu .menu > ul > li.counters .count {
    width: 17px;
    height: 17px;
    line-height: 17px;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    font-weight: initial;
    left: auto;
}
#mobilemenu .menu > ul > li.counters .count.empted {
    background: #969ba5;
}
#mobilemenu .menu.middle > ul > li > a {
    padding-left: 57px;
    background: #fbfbfb;
    background: var(--light_bg_black);
}
#mobilemenu .menu.mobile_regions .dropdown .menu-item-fixed ul > li a {
    padding-top: 12px;
    padding-bottom: 11px;
}
#mobilemenu .menu.mobile_regions ul > li a .muted {
    font-size: 0.867rem;
    line-height: 1.2rem;
    margin: 3px 0 3px 0;
}
#mobilemenu .menu.mobile_regions .menu_autocomplete {
    padding: 20px 20px 20px 19px;
}
#mobilemenu .menu.mobile_regions .menu_autocomplete .wrapper {
    position: relative;
}
#mobilemenu .menu.mobile_regions .search_icon {
    position: absolute;
}
#mobilemenu .menu.mobile_regions .search_icon .svg * {
    fill: #999;
}
#mobilemenu .menu.mobile_regions .clean_icon {
    position: absolute;
    right: -3px;
    top: 4px;
    width: 20px;
    height: 20px;
    padding: 3px;
    cursor: pointer;
}
#mobilemenu .menu.mobile_regions .clean_icon .svg {
    top: 0;
    vertical-align: top;
}
#mobilemenu .menu.mobile_regions .clean_icon svg {
    width: 14px;
    height: 14px;
}
#mobilemenu .menu.mobile_regions .clean_icon:hover svg * {
    fill: var(--fill_dark_light_hover);
}
#mobile-region-search {
    width: 100%;
    padding: 0 24px 0 37px;
    background: none;
    border: none;
    line-height: 1.2rem;
}
#mobilemenu .menu.mobile_regions .dropdown .menu-item-fixed {
    border-bottom: none;
}
#mobilemenu .menu.mobile_regions .dropdown .mobile-cities,
#mobilemenu .menu.mobile_regions .dropdown .ui-autocomplete {
    margin: 0;
    padding: 0;
}
#mobilemenu .menu.mobile_regions .dropdown .ui-autocomplete {
    display: none;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}
#mobilemenu .menu.middle a .svg {
    position: absolute;
    opacity: 1;
}
#mobilemenu
    .menu.middle
    a
    .svg:not(.svg-inline-triangle):not(.iconset_icon--svg)
    * {
    fill: #999;
}
#mobilemenu .menu.middle a .svg-cabinet {
    width: 14px;
    min-width: 14px;
    height: 17px;
    min-height: 17px;
    left: 21px;
    top: 22px;
}
.sites-select.mobile {
    width: 16px;
    min-width: 16px;
    height: 19px;
    min-height: 19px;
    left: 21px;
    top: 23px;
}
#mobilemenu .menu.middle a .svg-cabinet-login,
#mobilemenu .menu.middle a .svg-inline-cabinet {
    width: 16px;
    min-width: 16px;
    height: 17px;
    min-height: 17px;
    left: 20px;
    top: 22px;
}
#mobilemenu .menu.middle a .svg-inline-region_arrow {
    width: 16px;
    min-width: 16px;
    height: 19px;
    min-height: 19px;
    left: 21px;
    top: 23px;
}
#mobilemenu .menu.middle a:hover .svg-cabinet-login {
    background-color: #222;
}
#mobilemenu .menu.middle a .svg-basket,
#mobilemenu .menu.middle a .svg-inline-basket {
    width: 18px;
    min-width: 18px;
    height: 17px;
    min-height: 17px;
    left: 19px;
    top: 24px;
}
#mobilemenu .menu.middle a .svg-wish,
#mobilemenu .menu.middle a .svg-inline-wish {
    width: 18px;
    min-width: 18px;
    height: 16px;
    min-height: 16px;
    left: 19px;
    top: 24px;
}
#mobilemenu .menu.middle a .svg-compare,
#mobilemenu .menu.middle a .svg-inline-compare {
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    left: 20px;
    top: 23px;
}
#mobilemenu .menu.middle a .svg-phone,
#mobilemenu .menu.middle a .svg-inline-phone {
    width: 9px;
    min-width: 9px;
    height: 12px;
    min-height: 12px;
    left: 25px;
    top: 26px;
}
#mobilemenu .menu.middle a:hover .svg-phone {
    background-color: transparent;
}
#mobilemenu .menu.middle a:hover .svg-cabinet {
    background-color: #222;
}
#mobilemenu .contacts .title {
    font-weight: bold;
    padding: 19px 20px 6px 19px;
}
#mobilemenu .contacts .svg:not(.svg-inline-triangle) svg * {
    fill: #999;
}
#mobilemenu .contacts a {
    color: #222;
    color: var(--white_text_black);
    text-decoration: none;
}
#mobilemenu .contacts .email,
#mobilemenu .contacts .address {
    padding: 12px 20px 0 50px;
    position: relative;
    line-height: 18px;
    font-size: 13px;
}
#mobilemenu .contacts .svg.svg-address,
#mobilemenu .contacts .svg.svg-inline-address {
    position: absolute;
    left: 23px;
    top: 16px;
    width: 13px;
    min-width: initial;
    height: 16px;
    min-height: initial;
}
#mobilemenu .contacts .svg-email,
#mobilemenu .contacts .svg-inline-email {
    min-width: initial;
    min-height: initial;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 23px;
    top: 17px;
}
#mobilemenu .social-icons {
    border-bottom: 1px solid #f2f2f2;
    border-color: var(--line_bg_black);
}
#mobilemenu .social-icons ul {
    padding: 28px 20px 34px 20px;
    margin: 0;
}
#mobilemenu .social-icons ul li:before {
    display: none;
}
#mobilemenu .social-icons li > a .svg {
    position: absolute;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    left: 19px;
    top: 5px;
}
#mobilemenu .downdrop .menu ul > li .arrow .svg {
    transform: rotate(0.25turn);
}
#mobilemenu .downdrop .dropdown {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 0 0 0 19px;
}
#mobilemenu .downdrop .expanded > .dropdown .menu_back,
#mobilemenu .mobilemenu-v2 .expanded > .dropdown .menu_title {
    display: none;
}
#mobilemenu .downdrop .menu ul > li.expanded {
    border-bottom: none;
}
#mobilemenu .downdrop .menu ul > li.expanded > a {
    border-bottom: 1px solid #f2f2f2;
    border-color: var(--line_bg_black);
}
#mobilemenu .top-mobile-menu .top-mobile-menu__link {
    display: flex;
    align-items: center;
}
.top-mobile-menu__title {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1.466;
}
.top-mobile-menu__image {
    margin-top: -2px;
    margin-bottom: -3px;
}
.top-mobile-menu__image svg {
    width: 30px;
    height: 30px;
}
.top-mobile-menu__image img {
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
}
.top-mobile-menu__image ~ .top-mobile-menu__title {
    padding-left: 16px;
}
/* header menu end */

/* SOCIAL ICONS */
footer .social {
    padding: 16px 0;
}
footer .info + .social {
    margin-top: -38px;
}
.soc .social-icons {
    text-align: right;
}
.social-icons ul {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 0;
}
body .social-icons li,
body .soc-avt .row a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    padding: 0px;
    margin: 0px;
}
.social-icons li:before {
    display: none;
}
.social-icons li a,
.soc-avt .row a {
    border-radius: 3px;
    display: block;
    height: 43px;
    margin: 5px 10px 5px 0px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 43px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0;
    background: none;
}
body .soc-avt .row a {
    border-radius: 0px;
}
.social-icons li a {
    background-color: #4f5a6b;
    background: url(images/svg/social.svg) 0px -188px no-repeat;
}
.soc-avt .row a i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/svg/social.svg) 0px 0px no-repeat;
    border-radius: 3px;
}
.social-icons li a:hover,
.soc-avt .row a:hover {
    opacity: 0.8;
}
body .soc-avt .row a {
    display: inline-block;
    margin: 5px 5px 3px 0px;
}
.social-icons li.facebook a,
.soc-avt a i.facebook {
    background-position: -94px -188px;
}
.social-icons li.twitter a,
.soc-avt a i.twitter {
    background-position: 0px -235px;
}
.social-icons li.instagram a,
.soc-avt a i.instagram {
    background-position: -141px -329px;
}
.social-icons li.telegram a,
.soc-avt a i.telegram {
    background-position: -329px -329px;
}
.social-icons li.ytb a,
.soc-avt a i.ytb {
    background-position: -94px -329px;
}
.social-icons li.odn a,
.soc-avt a i.odn {
    background-position: -46px -188px;
}
.social-icons li.gplus a,
.soc-avt a i.gplus {
    background-position: -52px -53px;
}
.social-icons li.mail a,
.soc-avt a i.mymailru {
    background-position: -375px -235px;
}

.social-icons li.viber a,
.soc-avt a i.viber {
    background-position: -329px -188px;
}
.social-icons li.whats a,
.soc-avt a i.whats {
    background-position: -329px -235px;
}
.social-icons li.zen a,
.soc-avt a i.zen {
    background-position: -470px -329px;
}
.social-icons li.tiktok a,
.soc-avt a i.tiktok {
    background-position: -517px -329px;
}
.social-icons li.pinterest a,
.soc-avt a i.pinterest {
    background-position: -188px -188px;
}
.social-icons li.snapchat a,
.soc-avt a i.snapchat {
    background-position: -517px -282px;
}
.social-icons li.linkedin a,
.soc-avt a i.linkedin {
    background-position: -94px -282px;
}

li.viber.viber_mobile {
    display: none;
}
html.mobile li.viber.viber_mobile {
    display: inline-block;
}
html.mobile li.viber.viber_desktop {
    display: none;
}

.soc-avt a i.openid-mail-ru {
    background-position: -469px -283px;
}
.soc-avt a i.livejournal {
    background-position: -140px -235px;
}
.soc-avt a i.liveinternet {
    background-position: -420px -235px;
}
.soc-avt a i.openid {
    background-position: 0px -329px;
}
.soc-avt a i.bitrix24,
.bx-authform-social ul li .bx-authform-social-icon.bitrix24 {
    background-position: -376px -282px;
}
.soc-avt a i.box,
.bx-authform-social ul li .bx-authform-social-icon.box {
    background-position: -423px -188px;
}
.soc-avt a i.dropbox,
.bx-authform-social ul li .bx-authform-social-icon.dropbox {
    background-position: -376px -329px;
}
.soc-avt a i.google {
    background-position: -47px -234px;
}
.soc-avt a i.google-plus {
    background-position: -47px -328px;
}
.soc-avt a i.liveid {
    background-position: -299px 1px;
}
.soc-avt a i.office365 {
    background-position: -503px -2px;
}
.soc-avt a i.odnoklassniki {
    background-position: -47px -187px;
}
.soc-avt a i.yandex {
    background-position: -94px -234px;
}
.soc-avt a i.blogger {
    background-position: -47px -282px;
}
.soc-avt a i.zoom,
.bx-authform-social ul li .bx-authform-social-icon.zoom {
    background-position: -564px -329px;
}

#title-search_fixed {
    position: relative;
}

.rounded_block .social-icons li a,
.soc-avt .row a {
    border-radius: 100%;
    margin: 5px 10px 5px 0px;
}

@media not print {
    header.fixed,
    #headerfixed.fixed {
        position: fixed;
        margin: 0;
        width: 100%;
        top: 0;
        z-index: 997;
        right: 0;
        left: 0;
        transition: z-index 0.25s ease-in-out;
    }

    body .xzoom-source,
    body .xzoom-hidden,
    body .xzoom-preview {
        z-index: 996;
        cursor: pointer;
    }
    body .xzoom-lens {
        cursor: pointer;
    }
    .xzoom-source .hidden ~ .xzoom-lens {
        display: none !important;
    }
}

/* child menu */
body #header .catalog_menu .child {
    margin-top: 0px;
    padding-top: 0px;
}
body #header ul.menu li .child .child_wrapp {
    border: 0px;
    background: #f7f7f9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    padding: 35px 40px 17px;
}
body #header ul.menu.bottom li .child .child_wrapp:not(.clearfix) {
    padding: 27px 40px 21px;
}

ul.menu .child {
    z-index: 500;
    position: absolute;
    text-transform: none;
    font-size: 11px;
    padding-top: 20px;
}
ul.menu .child {
    margin-top: 0px;
    padding-top: 32px;
}
.basket_fly ul.menu .child {
    margin-top: -1px;
}
.bx-firefox .wrapper ul.menu .child,
.bx-ie .wrapper ul.menu .child {
    margin-top: -1px;
}
ul.menu .child a {
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    text-transform: none;
}
ul.menu .child li.menu_title {
    display: block;
    margin: 0px 0px 6px;
}
ul.menu .child li.menu_title a {
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    padding: 0;
}
ul.menu .child li.menu_item a {
    font-size: 12px;
    text-decoration: none;
    padding: 0;
    margin: 0px 8px 0px 0px;
    line-height: 20px;
}
ul.menu .child .child_wrapp > a,
ul.menu .child .child_wrapp .depth3 > a {
    display: block;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
}
ul.menu .child .child_wrapp .depth3 > a {
    margin-left: 15px;
}
ul.menu .more .child .child_wrapp .depth3 > a,
ul.menu .child .child_wrapp .depth3 a.title {
    margin-left: 0;
}
ul.menu .more .child .child_wrapp .depth3 > a.title {
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
}
ul.menu .more .child .child_wrapp .depth3 {
    margin-bottom: 8px;
}
.wrapper.has_menu .white #header .catalog_menu ul.menu > li.current,
.wrapper.has_menu
    .white
    #header
    .catalog_menu
    ul.menu
    > li:not(.current):hover {
    background: none;
}
.wrapper.has_menu .white #header .catalog_menu ul.menu > li.active,
.wrapper.has_menu .white #header .catalog_menu ul.menu > li.active:hover {
    background: #efefef;
}

/* child line menu */
body #header ul.menu li .child.line .child_wrapp {
    padding: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
body #header ul.menu li .child.line .child_wrapp > a {
    padding: 9px 20px 10px;
    border-bottom: 1px solid #fff;
    background: #f7f7f9;
}
body #header ul.menu li .child.line .child_wrapp > a:hover,
body #header ul.menu li .child.line .child_wrapp > a.current {
    background: #fff;
}

body.fill_bg_y .header_wrap header .header-wrapper {
    border: none;
}

/* basket fly */
.basket_wrapp .header-cart .basket_fly .wraps_icon_block,
.basket_fly_forms .opener .wraps_icon_block {
    display: block;
    float: none;
    margin: 0px;
    width: 100%;
    height: 100%;
}
.basket_wrapp .header-cart .basket_fly .wraps_icon_block .svg,
.basket_fly_forms .opener .wraps_icon_block .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0px 0px -15px;
    transition: opacity 0.2s ease;
}
.basket_wrapp .header-cart .basket_fly .wraps_icon_block.compare .svg {
    margin: -7px 0px 0px -13px;
}
.basket_wrapp .header-cart .basket_fly .wraps_icon_block.form .svg,
.basket_fly_forms .opener .wraps_icon_block.form .svg {
    margin: -9px 0px 0px -9px;
}
.basket_wrapp .header-cart .basket_fly .wraps_icon_block.review .svg,
.basket_fly_forms .opener .wraps_icon_block.review .svg {
    margin: -10px 0px 0px -10px;
}
.basket_wrapp .header-cart .basket_fly .wraps_icon_block.ask .svg,
.basket_fly_forms .opener .wraps_icon_block.ask .svg {
    margin: -8px 0px 0px -10px;
}
.header-cart .basket_fly .opener > div:not(:hover) svg,
.basket_fly_forms .opener > div:not(:hover) svg {
    opacity: 0.5;
}
.header-cart .basket_fly .opener > div:not(:hover) svg path,
.basket_fly_forms .opener > div:not(:hover) svg path {
    fill: #333;
    fill: var(--white_text_black);
}
.header-cart .basket_fly .opener > div:not(:hover) svg use,
.basket_fly_forms .opener > div:not(:hover) svg use {
    fill: #333;
    fill: var(--white_text_black);
}
.header-cart .basket_fly .opener > div.cur svg {
    opacity: 1;
}

/* hide wish btn */
.catalog-delayed-btn-N .logo_and_menu-row .wrap_icon .basket-link.delay,
.catalog-delayed-btn-N
    .basket_bottom_block
    .inner-table-block
    .basket-link.delay,
.catalog-delayed-btn-N
    .header-cart
    .basket_fly
    .items
    .item
    .bottom
    .delay-cell.delay,
.catalog-delayed-btn-N #headerfixed .basket-link.delay,
.catalog-delayed-btn-N .mega_fixed_menu .basket-link.delay,
.catalog-delayed-btn-N #mobilemenu .basket-link.delay,
.catalog-delayed-btn-N .bottom-icons-panel-item_delay,
.catalog-delayed-btn-N .header_wrap .basket-link.delay,
.catalog-delayed-btn-N .header-cart .basket_fly .opener > .wish_count {
    display: none;
}

.basket_wrapp .header-cart .wraps_icon_block .count {
    top: 19px;
    right: 25px;
    transform: translateX(50%);
}
.basket_wrapp .header-cart .wraps_icon_block .count > span {
    margin: 0;
}
.header-cart .basket_fly .opener > div .wraps_icon_block.compare .count {
    top: 16px;
}
.header-cart .basket_fly .opener > div .wraps_icon_block .count > span {
    width: auto;
    height: 17px;
    min-width: 18px;
    line-height: 18px;
    padding: 0 5px;
}

.header-cart .basket_fly .opener,
.basket_fly_forms .opener {
    position: absolute;
    width: 63px;
    left: -63px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    top: 0px;
    background: #fff;
    background-color: var(--card_bg_black);
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-cart .basket_fly.swiped .opener {
    box-shadow: -5px 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.header-cart .basket_fly .opener > div,
.basket_fly_forms .opener > div {
    display: inline-block;
    text-align: center;
    width: 63px;
    cursor: pointer;
    vertical-align: top;
    *display: inline-block;
    zoom: 1;
    height: 65px;
    line-height: 63px;
    border-bottom: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.header-cart .basket_fly.swiped .opener > div {
    border-right: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.header-cart .basket_fly .opener > div:last-of-type,
.basket_fly_forms .opener > div:last-of-type {
    border-bottom-width: 0px;
}
.header-cart .basket_fly .opener > div.cur {
    border-right-color: #fff;
    border-right-color: var(--white_text_black_reverse);
    background: var(--darkerblack_bg_black);
}
.header-cart .basket_fly .opener > div.cur svg path {
    fill: var(--fill_dark_light_white_hover);
}
/* fly side forms */
body .basket_fly_forms {
    z-index: 997;
    position: fixed;
    top: 0px;
    width: 63px;
    right: 0px;
}
.basket_fly_forms .opener {
    top: 148px;
    left: 0px;
}
.basket_fly_forms .opener > div {
    position: relative;
}

.fly2 .basket_fly .opener {
    top: 148px;
}
.basket_wrapp.basket_page .header-cart.fly .clicked > a {
    display: block;
}

.header-cart .basket_fly .opener .wish_count.empty .icon {
    background: transparent;
}
.header-cart .basket_fly tr.hidden {
    display: none;
}

.header-cart .basket_fly ul,
.header-cart .basket_fly ul li {
    margin: 0px;
}
.header-cart .basket_fly ul li:before {
    display: none;
}
.header-cart .basket_fly ul.tabs_content > li:not(.cur) {
    display: none;
}

.basket_sort .svg-inline-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.basket_sort .svg-inline-close svg {
    width: 14px;
    height: 14px;
}
.basket_sort .svg-inline-close:not(:hover) svg path {
    fill: #b8b8b8;
}

.basket_wrapp .basket_sort ul.tabs {
    position: relative;
    zoom: 1;
    margin: -3px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
}
.basket_sort ul.tabs li {
    height: auto;
    padding-bottom: 3px;
    margin: 0;
    padding-right: 26px;
    display: inline-block;
    vertical-align: top;
}
.middle .basket_sort ul.tabs li:first-child {
    padding-left: 0px;
}
.basket_sort ul.tabs li:last-child {
    margin-right: 0px;
}
.basket_sort ul.tabs li div {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}
.basket_sort ul.tabs li:not(.cur) {
    cursor: pointer;
}
.basket_sort ul.tabs li:not(.cur) .wrap_li * {
    color: var(--fill_dark_light_hover);
}
.basket_sort ul.tabs li span {
    font-size: 0.866em;
    line-height: 20px;
    border-bottom: 0px;
}
.basket_sort ul.tabs li .wrap_li > span:first-of-type {
    margin-right: -4px;
}

.basket_action .remove_all_basket {
    position: relative;
    margin: 0px;
    float: right;
    display: none;
    padding: 5px 0px 6px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0.8px;
    cursor: pointer;
}
.basket_action .remove_all_basket svg {
    margin: 0px 13px 0px 0px;
}
.basket_action .remove_all_basket svg path {
    fill: #b5b5b5;
}
.basket_action .remove_all_basket.cur {
    display: block;
}

.basket_sort .basket_print:before {
    background: url("images/ai.png") -28px -85px no-repeat;
    width: 16px;
    top: -1px;
    position: relative;
}
.header-cart .basket_fly .opener > div {
    position: relative;
}
.header-cart .basket_fly .opener > div:last-child:after {
    display: none;
}
.basket_fill_WHITE .header-cart .basket_fly .opener > div.wish_count:after {
    background: #fff;
    opacity: 1;
}

.fly2 .basket_fly .basket_wrapp {
    height: 100%;
}
.fly2 .basket_fly .basket_wrapp .tabs_content,
.fly2 .basket_fly .basket_wrapp .tabs_content > li,
.fly2 .basket_fly .basket_wrapp .module-cart,
.fly2 .basket_fly .basket_wrapp .module-cart .goods {
    height: 100%;
    max-height: none;
}
.fly2 .basket_fly .basket_wrapp li[item-section="AnDelCanBuy"] {
    padding-bottom: 260px;
}
.fly2 .basket_fly .basket_wrapp li[item-section="AnDelCanBuy"].min-price {
    padding-bottom: 330px;
}
.fly2 .basket_fly .basket_wrapp li[item-section="DelDelCanBuy"] {
    padding-bottom: 85px;
}

.middle .tabs_content.basket {
    margin: 27px 0px 0px;
}
.basket_wrapp .module-cart {
    margin-top: 0;
}
.basket_wrapp .module-cart.delayed {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 0px 26px;
}
.coupons_list {
    text-align: left;
    padding: 0px 0px 0px 84px;
}
.coupons_list .bx_ordercart_coupon {
    clear: both;
    position: relative;
    margin: 14px 0px 0px;
}
.coupons_list .bx_ordercart_coupon + .bx_ordercart_coupon {
    margin-top: 9px;
}
.coupons_list .bx_ordercart_coupon .coupon_text {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0px 10px 0px 0px;
}
.coupons_list .bx_ordercart_coupon .coupon_text:before {
    content: "";
    display: inline-block;
    height: 9px;
    width: 11px;
    background: url("images/icons_wish.png") -19px -3px no-repeat;
    margin: 0px 6px 0px 0px;
}
.coupons_list .bx_ordercart_coupon:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #c3c3c3;
    top: 50%;
    position: absolute;
}
.coupons_list .bx_ordercart_coupon.not_found .coupon_text:before {
    background-position: -102px -86px;
}
.coupons_list .bx_ordercart_coupon.not_apply .coupon_text:before {
    background-position: -4px -3px;
}
.coupons_list .bx_ordercart_coupon .remove {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 1;
}
.coupons_list .bx_ordercart_coupon .bx_ordercart_coupon_notes {
    float: right;
    background: #fff;
    position: relative;
    padding: 0px 27px 0px 10px;
}
.basket_wrapp .module-cart.delayed {
    max-height: 250px;
}
.basket_wrapp .module-cart thead tr {
    background: #f7f7f7;
}
.basket_wrapp .module-cart .goods {
    max-height: 260px;
    overflow-y: auto;
    border-bottom: 1px solid #e7e7e7;
}
.basket_wrapp .module-cart .cost.prices .price {
    margin-left: 0px;
}
.header-cart .basket_fly {
    border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    top: 178px;
    z-index: 997;
    position: fixed;
    width: 760px;
    right: -760px;
    transition: right 0.3s ease-in-out;
}
.fly2 .basket_fly {
    top: 0px;
    height: 100%;
}
.fly2 .basket_fly .wrap_cont {
    text-align: left;
    height: 100%;
    padding-top: 102px;
}
.fly2 .basket_fly div[id^="bx_incl_area"] {
    height: 100%;
}

.basket_wrapp .basket_sort {
    padding: 38px 47px 0px 47px;
    text-align: left;
    margin-top: -102px;
    height: 102px;
    border-bottom: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.basket_wrapp .errors-basket-block p {
    padding: 5px 47px;
    margin: 0px;
}
.basket_wrapp .basket_fly .basket_title {
    margin-right: 43px;
    display: inline-block;
    position: relative;
    font-size: 2em;
    vertical-align: top;
}

.counter_block {
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-color: var(--stroke_black);
    background: #fafafa;
    background-color: var(--darkerblack_bg_black);
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.counter_block.big_basket {
    width: 122px;
    text-align: center;
    height: auto;
}
.counter_block input[type="text"] {
    width: 47px;
    border: 0px;
    background: none;
    color: #333;
    color: var(--white_text_black);
    font-size: 0.7333em;
    border-radius: 0px;
    text-align: center;
    line-height: 1.428571429;
    padding: 12px 3px 11px;
}
.counter_block.sm input[type="text"] {
    padding-block: 10px 9px;
}
.counter_block.md input[type="text"] {
    padding-block: 16px 14px;
}
.counter_block.big input[type="text"] {
    padding-block: 20px 19px;
}
.counter_block.big_basket input[type="text"] {
    font-size: 13px;
    height: 38px;
    width: 65px;
}

.counter_block .plus,
.counter_block .minus {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: auto;
    cursor: pointer;
}
.counter_block .plus {
    right: 0px;
}
.counter_block .minus {
    left: 0px;
}
.counter_block > span .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -6px;
    width: 11px;
    height: 11px;
    line-height: 12px;
}
.counter_block > span .svg svg {
    display: inline-block;
    vertical-align: middle;
}
.counter_block > span .svg * {
    fill: var(--white_text_black);
}
#main .counter_block > span:hover .svg * {
    fill: var(--theme-base-color);
}
.counter_block > span:not(:hover) .svg {
    opacity: 0.5;
}

.counter_block.big_basket > span {
    height: 34px;
    width: 28px;
}
.module_product_list .counter_block .plus,
.module_product_list .counter_block .minus {
    height: 24px;
    width: 24px;
}

.counter_block:not(.big) {
    width: 100%;
}
.counter_block:not(.big) .plus,
.counter_block .minus:not(.big) {
    width: 30px;
}
.counter_block.md .plus,
.counter_block.md .minus {
    width: 40px;
}
.counter_block.basket {
    position: relative;
    height: 29px;
}
.counter_block.basket input[type="text"] {
    height: 29px;
    font-size: 12px;
    padding: 3px 3px 5px;
}

.small-block.counter_wrapp.list .button_block .btn {
    padding-top: 10px;
    padding-bottom: 9px;
}

.counter_block.big {
    width: 100%;
}
.counter_block.big .plus,
.counter_block.big .minus {
    width: 50px;
}

.counter_wrapp {
    padding: 19px 0px 0px;
    white-space: nowrap;
}

.counter_wrapp.list {
    margin: 0px -4px;
}
.counter_wrapp.list > div {
    float: left;
    width: 50%;
    margin: 0px 0px 8px;
    padding: 0px 4px;
}
.counter_wrapp.list .to-cart {
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
}
.counter_wrapp.list .btn:not(.btn-lg) {
    padding-top: 12px;
    padding-bottom: 11px;
}

.counter_wrapp.list.big {
    margin: 0px -6px;
}
.counter_wrapp.list.big > div {
    margin: 0px 0px 12px;
    padding: 0px 6px;
}

.counter_wrapp .counter_block {
    margin: 0px;
    position: relative;
}
.button_block {
    display: inline-block;
    vertical-align: top;
}
.counter_wrapp .button_block.wide {
    display: block;
    width: 100%;
}
.counter_wrapp .button_block.wide .button {
    display: block;
}
.counter_wrapp .button_block.wide .btn {
    display: block;
}
.button.in-cart i:not(.svg-inline-prediction),
.btn.in-cart i:not(.svg-inline-prediction) {
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url("images/svg/catalog/check_inbasket.svg") 0px 2px no-repeat;
    vertical-align: middle;
    margin: 0px 12px 0px 0px;
}
.count-cell div.error *,
.count-cell div.error {
    line-height: 15px;
    font-size: 12px;
    margin: 6px 0px 10px;
}

.catalog_detail a.wish_item i,
.catalog_detail a.compare_item i,
.display_list a.wish_item i,
.display_list a.compare_item i,
.module-cart a.wish_item .icon i {
    background: url("images/icons_wish.png") 0px 0px no-repeat;
}
.module-cart a.wish_item .icon i {
    background-position: 5px -14px;
}
.module-cart a.wish_item.to_basket .icon i {
    background-position: -31px -200px;
}

.top_inner .content_menu > div,
.basket_normal .basket_wrapp .header-cart > div,
.basket_wrapp .header-cart > .bx-context-toolbar-empty-area {
    min-height: 0px !important;
}
header .bx-context-toolbar-empty-area {
    min-width: 50px;
}

/* header compare */
.basket_wrapp .wrapp_all_icons {
    padding: 20px 0px 0px;
}
.basket_normal .basket_wrapp .wrapp_all_icons {
    display: inline-block;
    text-align: left;
    min-height: 53px;
}
.bx-firefox .basket_normal .basket_wrapp .wrapp_all_icons,
.bx-ie .basket_normal .basket_wrapp .wrapp_all_icons {
    padding-top: 21px;
}
.basket_wrapp .header-compare-block,
.basket_wrapp .wraps_icon_block {
    margin: 0px 37px 0px 0px;
}
.basket_normal .basket_wrapp .header-compare-block {
    margin-right: 33px;
}
.basket_wrapp .icon_block {
    position: relative;
    width: 17px;
    height: 16px;
    float: left;
}
.basket_wrapp .wraps_icon_block {
    position: relative;
    cursor: pointer;
}
.basket_wrapp .wraps_icon_block.delay:before {
    background: url("images/svg/Wishlist_white.svg") center 0px no-repeat;
    height: 18px;
    margin-top: 16px;
}
.basket_wrapp.basket_fill_WHITE .wraps_icon_block.delay:before {
    background-image: url("images/svg/Wishlist_black.svg");
}
.basket_wrapp .wraps_icon_block.compare:before {
    background: url("images/svg/Comparison_white.svg") center 0px no-repeat;
}
.basket_wrapp.basket_fill_WHITE .wraps_icon_block.compare:before {
    background-image: url("images/svg/Comparison_black.svg");
}
.basket_wrapp .wraps_icon_block.empty_block:before,
.basket_wrapp .clicked.empty .wraps_icon_block:before {
    opacity: 0.5;
}
.basket_wrapp .wraps_icon_block.delay.ndelay {
    cursor: default;
}
.basket_wrapp .basket_block .wraps_icon_block .link {
    z-index: 1;
}
.header-cart.fly .opener > div > a,
.wrap_cont .opener > div > .forms {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.header-cart.fly .clicked > a {
    display: none;
}

/* header cart */
.basket_wrapp .header-cart {
    float: left;
}
.basket_wrapp .basket_block {
    position: relative;
}
.basket_wrapp .link {
    display: block;
    position: absolute;
    left: -10px;
    top: -13px;
    right: -15px;
    bottom: -27px;
    z-index: 2;
}
.basket_wrapp .wraps_icon_block .count {
    text-align: center;
    opacity: 1;
    font-size: 12px;
    line-height: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span,
.basket_wrapp .basket_empty .wraps_icon_block.basket .count span {
    background: #424f60;
    color: #fff;
}

.basket_wrapp .empty_cart .wraps_icon_block.basket .count,
.basket_wrapp .empty_cart.ecart.bcart .wraps_icon_block.basket .count,
.basket_wrapp .nitems.ecart .wraps_icon_block.basket .count {
    opacity: 0;
}
.basket_wrapp .empty_cart.bcart .wraps_icon_block.basket .count {
    opacity: 1;
}
.basket_wrapp .wraps_icon_block .count > span {
    width: 20px;
    display: block;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 20px;
    margin: 4px 0px 12px;
    color: #fff;
}
.basket_normal .basket_wrapp .wraps_icon_block .count span {
    height: 19px;
    padding-top: 1px;
    line-height: 19px;
}
.bx-firefox .basket_wrapp .wraps_icon_block .count span .items {
    position: relative;
    top: -1px;
}
.basket_wrapp .wraps_icon_block .count a,
.basket_wrapp .wraps_icon_block .count .text {
    display: block;
    text-decoration: none;
    font-size: 11px;
}
.basket_wrapp .basket_block .link {
    bottom: -24px;
    z-index: 2;
}
.basket_wrapp .basket_block .text {
    margin: -7px 0px 0px;
}
.basket_wrapp .basket_block .text * {
    line-height: 18px;
}
.basket_wrapp .basket_block .title {
    font-size: 14px;
}
.basket_wrapp .basket_block .text .value {
    color: #5f5f5f;
    line-height: 16px;
    max-width: 67px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.basket_wrapp .wraps_icon_block.basket {
    margin-right: 19px;
}
.basket_wrapp .wraps_icon_block.basket .count a {
    color: #fff;
}

.basket_normal .popup {
    background: none;
    box-shadow: none;
    min-width: 0px;
    z-index: 11;
    width: 141px;
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    border-radius: 0;
}
.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
    margin: 0;
}
.basket_normal .basket_wrapp .wraps_icon_block .count span {
    box-shadow: 0px 0px 0px 2px #fff;
}

.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
    width: 397px;
    position: absolute;
    right: -11px;
    top: 56px;
    display: none;
    border-top: 2px solid #ddd;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
#basket_line .popup {
    display: block;
}
.item-title .props {
    margin: 0px 0px 6px;
}
.item-title .props .item_prop,
.item-title .props .item_prop .title {
    line-height: 16px;
    font-size: 12px;
}
.item-title .props .item_prop .title {
    padding: 0px 4px 0px 0px;
}
.popup .cart_shell td.thumb-cell {
    padding: 20px 10px 10px 20px;
}
.popup .basket_popup_wrapp .cart_shell .item-title {
    padding: 16px 20px 16px 10px;
    position: relative;
}
.popup .cart_shell tr:first-child td {
    border-top: 0px;
}
#header .popup .cart_shell td {
    border-top: 1px solid #f2f2f2;
    vertical-align: top;
}

/* bottom basket */
body .basket_bottom_block {
    position: fixed;
    height: 51px;
    line-height: 48px;
    background: #fff;
    background: var(--dff_dark_light);
    z-index: 5;
    width: 100%;
    bottom: 0px;
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.basket_bottom_block .maxwidth-theme {
    background: none;
}
.basket_bottom_block .phone > .svg-inline-phone {
    opacity: 0.5;
    margin-right: 11px;
    top: -2px;
}
.basket_bottom_block .phone > .svg-inline-down {
    right: 4px;
    margin-top: -1px;
}
.basket_bottom_block .phone-block .callback-block {
    font-size: 0.6em;
    text-transform: uppercase;
    margin-left: -2px;
    letter-spacing: 0.8px;
}
.basket_bottom_block .top-block-item .phone {
    line-height: 46px;
}
.basket_bottom_block:not(.basket_fill_WHITE) .top-block-item .phone > a {
    color: #fff;
}
.basket_bottom_block .dropdown {
    bottom: 8px;
    min-width: auto;
    right: -1px !important;
    left: initial !important;
    width: auto;
    top: initial !important;
}
.basket_bottom_block .dropdown > .srollbar-custom:not(.mCustomScrollbar),
.basket_bottom_block .dropdown > .srollbar-custom .mCSB_container {
    display: flex;
    flex-direction: column-reverse;
}
.basket_bottom_block .dropdown .wrap {
    margin: 0px 0px -10px;
    text-align: right;
}
.basket_bottom_block .dropdown .wrap a {
    white-space: nowrap;
    padding-right: 15px;
}
.basket_bottom_block:not(.basket_fill_WHITE) .with_dropdown:after {
    background-position: -31px -338px;
}
.basket_bottom_block:not(.basket_fill_WHITE) .top-block-item .callback-block {
    color: #fff;
}
.basket_bottom_block:not(.basket_fill_WHITE) .top-block-item .svg-phone {
    background-image: url("images/svg/Phone_white.svg");
    top: -2px;
}

.basket_bottom_block .maxwidth-theme .top-block-item .inner-table-block a {
    display: block;
    padding: 1px 26px 0px;
    height: 51px;
    position: relative;
}
.basket_bottom_block
    .maxwidth-theme
    .top-block-item
    .inner-table-block
    a.compare {
    position: relative;
}
.basket_bottom_block.basket_fill_DARK
    .maxwidth-theme
    .top-block-item
    .inner-table-block
    a:not(.basket):hover {
    background: #545454;
}
.basket_bottom_block
    .maxwidth-theme
    .top-block-item
    .inner-table-block
    a:not(.basket-count):before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.1;
}
.basket_bottom_block .maxwidth-theme .basket-link .title {
    color: #666666;
    color: var(--light_basic_text_black);
    padding: 0px 4px 0px 8px;
    font-size: 0.733em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.top-block-item .basket-link:hover .title {
    color: var(--fill_dark_light_white_hover);
}
.basket_bottom_block .maxwidth-theme .basket-link .wrap .title {
    padding: 0px;
}
.basket_bottom_block .maxwidth-theme .basket-link .wrap {
    padding: 0px 0px 0px 7px;
}
.basket_bottom_block .maxwidth-theme .basket-link.basket .title,
.basket_bottom_block .maxwidth-theme .basket-link.basket .prices,
.basket_bottom_block:not(.basket_fill_WHITE)
    .maxwidth-theme
    .basket-link
    .title {
    color: #fff;
}
.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme .svg,
.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme a:hover .svg {
    background-color: transparent;
}

body .basket_bottom_block .basket-link .js-basket-block {
    margin: 0px 0px 0px 0px;
}

.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme .svg path,
.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme a:hover .svg path {
    fill: #fff;
}
.basket_bottom_block .maxwidth-theme .svg.svg-inline-compare {
    min-width: 17px;
    width: 18px;
    min-height: 17px;
    height: 17px;
    margin-right: 3px;
}
.basket_bottom_block .maxwidth-theme .svg.svg-inline-wish {
    min-width: 18px;
    width: 18px;
    min-height: 16px;
    height: 16px;
    top: 0px;
}
.basket_bottom_block .maxwidth-theme .svg.svg-inline-basket {
    min-width: 17px;
    width: 17px;
    min-height: 16px;
    height: 16px;
    top: 0px;
}
.basket_bottom_block .maxwidth-theme .svg-wish {
    min-height: 16px;
    min-width: 18px;
}
.basket_bottom_block.basket_fill_WHITE
    .maxwidth-theme
    .svg.svg-inline-basket
    path {
    fill: #fff;
}
.basket_bottom_block .js-basket-block .svg {
    opacity: 1;
}

/* dark */
.basket_bottom_block.basket_fill_DARK,
body .basket_fill_DARK .wrap_cont .opener {
    background: #444444;
    background: var(--light, #444444) var(--dark, #232323);
}
body
    .basket_bottom_block.basket_fill_DARK
    .inner-table-block
    a.basket-link.basket {
    background: #333333;
}
body .basket_fill_DARK .wrap_cont .opener > div {
    border-bottom-color: rgba(236, 236, 236, 0.15);
}
body .basket_fill_DARK .opener > div:hover,
.basket_fill_DARK .header-cart .basket_fly .opener > div.cur {
    background: #545454;
    background: var(--light, #545454) var(--dark, #121212);
}
body .basket_fill_COLOR .wrap_cont .opener .svg svg,
body .basket_fill_DARK .wrap_cont .opener .svg svg {
    opacity: 1;
}
body .basket_fill_DARK .wrap_cont .opener .svg svg path,
.basket_fill_DARK .header-cart .basket_fly .opener > div.cur svg path,
body .basket_fill_COLOR .wrap_cont .opener .svg svg path,
.basket_fill_COLOR .header-cart .basket_fly .opener > div.cur svg path {
    fill: #fff;
}
body .basket_fill_DARK .wrap_cont .opener .svg svg use,
.basket_fill_DARK .header-cart .basket_fly .opener > div.cur svg use,
body .basket_fill_COLOR .wrap_cont .opener .svg svg use,
.basket_fill_COLOR .header-cart .basket_fly .opener > div.cur svg use {
    fill: #fff;
}
.basket_fill_COLOR .wrap_cont .opener > div,
.basket_fill_DARK .header-cart .basket_fly .opener > div {
    border-color: rgba(236, 236, 236, 0.15);
}

/* colored */
body .basket_fill_COLOR .wraps_icon_block .count span {
    background: #fff;
    color: #333333;
}

/* light */
.basket_bottom_block.basket_fill_WHITE
    .maxwidth-theme
    a:not(:hover):not(.basket-count):not(.basket)
    .svg:not(.iconset_icon--svg)
    path {
    fill: #999;
}
.basket_bottom_block.basket_fill_WHITE
    .maxwidth-theme
    .top-block-item
    .inner-table-block
    a:before {
    background: #000;
}

body .basket_bottom_block .basket-link .svg-basket {
    background: url(images/svg/Basket_white.svg);
    min-width: 18px;
    min-height: 17px;
}
body .basket_bottom_block:not(.basket_fill_DARK) .basket-link.basket .count,
body .basket_bottom_block.basket_fill_COLOR .basket-link .count {
    background: #fff;
    color: #333333;
}
body .basket_bottom_block .basket-link.basket:not(.basket-count) .prices {
    display: none;
}
body .basket_bottom_block .basket-link.basket.basket-count .js-basket-block {
    position: relative;
    padding-right: 0px;
}
body .basket_bottom_block .basket-link.basket.basket-count .count {
    position: relative;
    padding: 0px 5px 0px 5px;
    text-align: center;
    margin-left: 5px;
    border-radius: 17px;
}
body .basket_bottom_block .basket-link .count {
    margin-top: -9px;
}
body .basket_bottom_block .basket-link.basket.basket-count .prices {
    padding-left: 5px;
    font-weight: bold;
}

.popup .cart_shell .cost-cell .price {
    margin-top: 1px;
}
.card_popup_frame.popup .remove-cell {
    position: absolute;
    top: 18px;
    right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.catalog_item:hover .item-title a.remove,
.catalog_item .item-title a.remove:hover {
    border: 0px;
}
.basket_popup_wrapp .item-title .one-item span,
.popup .basket_popup_wrapp .item-title .cost-cell span {
    font-size: 13px;
    line-height: 16px;
}
.basket_popup_wrapp .item-title .one-item {
    float: left;
}
.basket_popup_wrapp .item-title .cost-cell {
    float: right;
}
.cart_shell .remove-cell a,
.cart_shell .remove-cell a i,
.remove_item .remove a,
.remove_item .remove a i,
.bx_item_set_hor .bx_item_set_hor_item a.remove,
.bx_item_set_hor .bx_item_set_hor_item a.remove i,
.remove,
.remove i {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    height: 17px;
    width: 17px;
    cursor: pointer;
}
.cart_shell .remove-cell a i,
.bx_item_set_hor .bx_item_set_hor_item a.remove i {
    background: url("images/close_icons.png") 3px -23px no-repeat;
}
.cart_shell .remove-cell a:hover i,
.bx_item_set_hor .bx_item_set_hor_item a.remove i,
.remove:hover i {
    background-position: -17px -23px;
}

.card_popup_frame.popup .total_wrapp {
    background: #f7f7f7;
}
.card_popup_frame.popup .total_wrapp .total span,
.card_popup_frame.popup .total_wrapp .price {
    font-size: 13px;
    line-height: 16px;
    float: left;
}
.card_popup_frame.popup .total_wrapp .total {
    white-space: nowrap;
    margin: 0 0px 20px 0px;
    padding: 15px 20px 14px 20px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}
.card_popup_frame.popup .total_wrapp .total .price {
    float: right;
    padding: 1px 0px 0px;
}
.total_wrapp .but_row1 {
    text-align: center;
    padding: 0px 20px 20px 20px;
}

/* wide front */
.front_page .wraps > .wrapper_inner.wide_page {
    padding-bottom: 0px;
    padding-top: 0px;
}
.front_page .wraps > .wrapper_inner.wide_page > .middle .maxwidth-theme {
    padding-top: 30px;
}

/* Top flexslider */

.right_block .filter_tmp {
    display: none;
}

.banner_wide .maxwidth-banner {
    max-width: 1550px;
}
.banner_middle .maxwidth-banner {
    max-width: 1450px;
}
.banner_narrow .maxwidth-banner {
    max-width: 1343px;
}

.flex-control-paging {
    font-size: 0;
    line-height: 0;
}
body .flex-control-paging li {
    margin: 0 0 0 13px;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li:first-of-type {
    margin-left: 0;
}
body .flex-control-paging li a {
    position: relative;
    width: 12px;
    height: 12px;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 100%;
}
.flex-control-paging li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: none;
}
.flex-control-paging li a:hover:before,
.flex-control-paging li a.flex-active:before {
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    margin: 0;
}

.hot-wrapper-items .flex-control-nav {
    text-align: center;
}
@media (min-width: 768px) {
    .hot-wrapper-items .flex-control-nav {
        display: none;
    }
}

.text .stickers {
    position: relative;
    left: -3px;
    padding: 0px 0px 16px 0px;
}
.text .stickers [class*="sticker_"] {
    font-size: 12px;
    padding: 6px 8px 6px;
    text-transform: none;
}
.text .stickers .sticker_sale_text {
    background-color: #fc482d;
}

.votes_block.nstar {
    margin: 0px -2px 0px;
    font-size: 0px;
}
.votes_block.nstar > div {
    display: inline-block;
    vertical-align: middle;
}
.votes_block.nstar .ratings {
    white-space: nowrap;
}
.votes_block.nstar .ratings .item-rating {
    display: inline-block;
    padding: 0px 0px 0 2px;
}
.votes_block.nstar .ratings .inner_rating > span {
    font-size: 11px;
    vertical-align: middle;
    margin-left: 5px;
}
.rating.sm-stars .votes_block.nstar .item-rating {
    padding: 0px 1px;
}
.rating.sm-stars {
    height: auto;
}
.has_hover .votes_block.nstar .ratings .item-rating .svg:hover svg path,
.votes_block.nstar .ratings .item-rating:not(.filed) .svg svg path {
    fill: #dddddd;
}
.has_hover .votes_block.nstar .ratings .item-rating.filed .svg:hover svg path,
.votes_block.nstar .ratings .item-rating.filed .svg svg path {
    fill: #e6c553;
}
.votes_block.nstar .item-stock {
    margin: 0px 0px 2px;
    display: block;
}

.votes_block.nstar .item-stock .value .store_view {
    letter-spacing: 0.8px;
}

.votes_block.nstar.big .ratings .item-rating svg {
    width: 21px;
    height: 20px;
}

.img .video_block {
    margin: 0px;
}
.container iframe,
.container object,
.container video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* front sales */
.red svg path {
    fill: #fc5a42;
}
.sale-text {
    background: #fbdc3f;
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding: 4px 8px 3px 8px;
    vertical-align: top;
}
.info-sticker-block:not(.static) {
    position: absolute;
    left: 39px;
}
.info-sticker-block.bottom {
    bottom: 39px;
}
.info-sticker-block.top {
    top: 35px;
    left: 36px;
}
.info-sticker-block.static .sale-text {
    padding-top: 3px;
    padding-bottom: 2px;
}
/* news left start */
.news_blocks {
    padding: 13px 0px 0px;
}
.news_blocks .top_block {
    padding: 0px 19px 12px;
    margin: 0px;
}
.news_blocks .top_block .title_block {
    font-size: 1.143em;
    color: #1d2029;
    margin: 0px;
}
.news_blocks .top_block a {
    top: 3px;
}

.news_blocks .info_block .item {
    padding: 16px 19px 18px;
    margin: 0px 0px 0px;
    border-bottom: 1px solid #ebeef1;
    overflow: hidden;
    color: #666;
    font-size: 0.929em;
}
.news_blocks .info_block .item:first-child {
    padding-top: 0px;
}
.news_blocks .info_block .item:last-child {
    border-bottom-width: 0px;
}
.news_blocks .info_block .item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 2px;
    background: #ddd;
    bottom: 0px;
    transition: top 0.3s ease;
}
.side_RIGHT .news_blocks .info_block .item:before {
    left: auto;
    right: 0px;
}
.news_blocks .info_block .item:hover:before {
    top: 0px;
}
.news_blocks .info_block .item .image {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
.news_blocks .info_block .item .image + .info {
    padding: 0px 0px 0px 80px;
}
/* news left end */

/* Start page teasers block */
.tizers_block * {
    line-height: 18px;
}
.tizers_block {
    font-size: 0px;
    margin: 30px 0px 30px;
    text-align: center;
    padding: 0px 0px 9px;
    border-bottom: 1px solid #f2f2f2;
}
.landing_detail .tizers_block {
    margin-top: 0;
}
.front.wide_page .tizers_block {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.tizers_block .row > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.tizers_block .item {
    color: #000000;
    margin: 0px 0px 50px;
    white-space: nowrap;
}
.tizers_block .item > div {
    display: table-cell;
    vertical-align: middle;
}
.tizers_block .item .img,
.tizers_block .item .title {
    font-size: 13px;
    color: #555555;
}
.tizers_block .item .img {
    margin: 0px 20px 0px 0px;
    background: #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.tizers_block .item .title {
    text-align: left;
    padding: 0px 0px 0px 20px;
    white-space: normal;
}
.tizers_block .item .title a {
    text-decoration: none;
    color: #555;
    line-height: 16px;
    display: block;
}

/* Start page float banners block */
.start_promo {
    width: 100%;
}
.start_promo .item {
    width: 25%;
    border: 10px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 25%;
    padding-bottom: 19%;
    float: left;
    height: 0;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.start_promo .item .img_block {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.start_promo .item img {
    max-height: 268px;
    max-height: 100%;
    position: absolute;
    left: 0;
    vertical-align: middle;
}
.start_promo .item .opacity_block {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.start_promo .item:hover .opacity_block {
    opacity: 0.1;
    z-index: 11;
}
.start_promo .item.wide50 {
    width: 50%;
}
.start_promo .item.wide100 {
    width: 100%;
}
.start_promo .item span.main_wrap {
    display: block;
    max-width: 195px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 10;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}

.start_promo .item span.main_wrap i {
    display: block;
    font-style: normal;
}

.start_promo .item.wide50 span.main_wrap {
    max-width: 340px;
}
.start_promo .item.wide100 span.main_wrap {
    max-width: 500px;
}
.start_promo .item p *,
.start_promo .item p {
    color: #fff;
}
.start_promo .item p {
    margin-bottom: 0px;
    line-height: 15px;
}
.wrapper_inner .start_promo .item i span p span {
    line-height: 16px;
    padding: 0px 7px 7px;
    position: relative;
    margin: -11px 0px 0px;
}
.wrapper_inner .start_promo .item i span p:first-child span {
    line-height: 27px;
    padding-bottom: 1px;
    margin-top: 0px;
}
.wrapper_inner .start_promo .item i span p .tizer_text {
    margin: 3px 0px 0px;
    padding-top: 5px;
}

.start_promo .item a {
    color: #fff;
    text-decoration: none;
}
.start_promo .item a:hover {
    color: #fff;
    text-decoration: none;
}
.start_promo .item i.title span {
    font-weight: bold;
    font-size: 18px;
}
.bx-ie .start_promo.t1 .item i.title {
    position: relative;
    line-height: 1;
    color: #fff;
    display: inline;
    white-space: pre-wrap;
    border: 0 solid #00a7df;
    border-width: 0.25em 0;
}
.bx-ie .start_promo.t1.title,
.bx-ie .start_promo1 .title:after {
    background-color: #00a7df;
}
.start_promo .item i.price {
    margin-top: 10px;
}
.start_promo .item i.price span {
    font-size: 16px;
    display: inline-block;
    line-height: 19px;
}
.start_promo .catalog_btn {
    margin: 20px 0px 40px;
    text-align: center;
}
.start_promo .item i.title span,
.start_promo .item i.price span {
    box-decoration-break: clone;
}

.wrap_tizer {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    color: #fff;
    transition: all ease 0.5s;
}

.wrap_tizer.center_blocks {
    text-align: center;
}
.wrap_tizer.right_blocks {
    text-align: right;
    padding: 0px;
}
.wrap_tizer.dark_text .text {
    color: #333;
}

/* flexslider */
.wr > li {
    margin-left: 15px;
    background: #fff !important;
    margin-right: 0px;
    float: left;
    box-shadow: none;
    border: 0px solid transparent;
    opacity: 0;
}
.flex-viewport .wr > li:hover,
.flex-viewport .wr > li.hover {
    border: 0px solid transparent;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    height: auto !important;
}

/* front sections */
.sections_wrapper {
    margin: 0px 0px 30px;
}

.wide_page .drag-block .sections_wrapper {
    padding-bottom: 48px;
    margin-bottom: 0px;
}
.wide_page .drag-block .sections_wrapper:not(.smalls) {
    padding-bottom: 60px;
}

.wrapper1:not(.with_left_block)
    .wrapper_inner.front
    .drag-block.container
    .sections_wrapper {
    padding-bottom: 58px;
}
.wrapper1:not(.with_left_block)
    .wrapper_inner.front
    .drag-block.container
    .sections_wrapper:not(.smalls) {
    padding-bottom: 70px;
}

.sections_wrapper .list .item:not(.section_item) {
    text-align: center;
    padding: 39px 10px 35px;
}
.grey_block
    .front_sections_only
    .sections_wrapper
    .list
    .item:not(.section_item) {
    background: #fff;
    background: var(--card_bg_hover_black);
}
/* for shadow on hover */
.grey_block
    .front_sections_only
    .sections_wrapper
    .list
    .item:not(.section_item):hover {
    z-index: 1;
}
.sections_wrapper .list .item.compact {
    padding: 0px;
}
.sections_wrapper .list .item:not(.section_item) .img {
    width: 90px;
    height: 90px;
    line-height: 87px;

    text-align: center;
    margin: 0px auto 16px;
}
.sections_wrapper .list .item.bordered .img {
    width: 80px;
    height: 80px;
    line-height: 77px;
}
.sections_wrapper .list .item .img img {
    max-width: 100%;
    max-height: 100%;
}
.sections_wrapper .list .item .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
}

.sections_wrapper .list .row:not(.margin0) {
    margin-bottom: -32px;
}
.sections_wrapper .list .row:not(.margin0) > div {
    padding-bottom: 32px;
}

.wrapper1.with_left_block
    .front_sections_only2
    .sections_wrapper
    .list
    .item_block {
    padding-top: 20px;
    padding-bottom: 15px;
}
.sections_wrapper .list .item.bg-fill:not(:hover) {
    background: #f3f4f6;
}
.sections_wrapper.icons .list .item .img {
    --image-width: 40px;
    --image-height: 40px;

    width: var(--image-width);
    height: var(--image-height);
    line-height: calc(var(--image-height) - 3);
}
.sections_wrapper .svg {
    top: 0px;
}
.sections_wrapper svg {
    display: inline;
    max-width: 100%;
    max-height: 100%;

    width: var(--image-width);
    height: var(--image-height);
    line-height: var(--image-height);
}

.sections_wrapper .list .item.section_item .img {
    float: left;
    margin: 6px 0px 32px;
}
.sections_wrapper .list .item.section_item .section_info {
    padding-left: 109px;
}
.sections_wrapper.icons .list .section_item .section_info {
    padding-left: 69px;
}

.with-text-block-wrapper {
    padding-top: 3px;
}
.with-text-block-wrapper .list {
    padding-top: 7px;
}
.with-text-block-wrapper h3 {
    margin: 0px 15px 22px 0px;
    line-height: 31px;
}
.with-text-block-wrapper .btn {
    margin: 9px 0px 0px;
}
.with-text-block-wrapper .text_before_items p {
    color: #777;
    margin: 22px 0px 19px;
}

.section_block .sections_wrapper .list .item {
    margin: 0px;
}
.section_block .sections_wrapper .list .row > div {
    margin: 0px 0px -1px -1px;
}

.sections_wrapper .section_info.onhover {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease 0.3s;
    background: #fff;
    background: var(--card_bg_hover_black);
}
.sections_wrapper .item:hover .section_info.onhover {
    opacity: 1;
    visibility: visible;
}
.sections_wrapper .item .section_info.onhover .section_info_inner {
    height: 100%;
    overflow: auto;
}
.sections_wrapper .item .section_info.onhover ul {
    margin: 0px;
}
.sections_wrapper .item .section_info.onhover li:before {
    display: none;
}
.sections_wrapper .item .section_info.onhover li {
    text-align: left;
    padding: 0px 0px 0px 26px;
    margin: 0px;
}
.sections_wrapper .item .section_info.onhover li.name {
    padding-top: 21px;
    padding-bottom: 8px;
}
.sections_wrapper .item .section_info.onhover li.sect {
    padding-bottom: 3px;
}
.sections_wrapper .item .section_info.onhover li.sect a:not(:hover) {
    color: #777777 !important;
    text-decoration: none;
}

/* tabs */
.specials_slider_wrapp,
.tab_slider_wrapp,
.specials.tab_slider_wrapp {
    padding: 0px;
    clear: both;
}
.tab_slider_wrapp {
    padding-top: 20px;
    margin: 0px 0px 30px;
}

.front.wide_page .tab_slider_wrapp {
    margin-bottom: 0px;
    padding-bottom: 51px;
}
.wrapper1:not(.with_left_block)
    .wrapper_inner.front
    .drag-block.container
    .tab_slider_wrapp {
    padding-bottom: 61px;
}

.front.wide_page .maxwidth-theme + .maxwidth-theme .tab_slider_wrapp {
    padding-top: 10px;
}
.specials_slider_wrapp ul.tabs,
.tab_slider_wrapp ul.tabs {
    margin: 0px 0px 0px;
}
.specials_slider_wrapp ul.tabs > li span,
.tab_slider_wrapp ul.tabs > li span {
    padding: 0px 0px 4px 0px;
}
.specials_slider_wrapp ul.tabs > li:hover span,
.tab_slider_wrapp ul.tabs > li:hover span {
    color: #000000;
    color: var(--white_text_black);
}
.specials_slider_wrapp ul.tabs li.cur span,
.tab_slider_wrapp ul.tabs li.cur span {
    color: #222;
    color: var(--white_text_black);
    border-bottom: 2px solid #ddd;
    border-color: var(--stroke_black);
}
.specials_slider_wrapp ul.tabs li.cur:hover span,
.tab_slider_wrapp ul.tabs li.cur:hover span {
    color: #222;
    color: var(--white_text_black);
}
.bottom_slider.tab_slider_wrapp .catalog_item,
.bx_item_list_you_looked_horizontal.detail .catalog_item,
.tabs_slider.slides .catalog_item {
    float: left;
}
body .container .bottom_slider.tab_slider_wrapp {
    padding-top: 32px;
}
body .container .bottom_slider.tab_slider_wrapp .slider_navigation.top {
    top: 29px;
}
body .container .bottom_slider.tab_slider_wrapp .tabs > li {
    margin-bottom: 6px;
}

.footer_button {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    text-align: center;
}
.footer_button .name {
    color: #777;
}
.footer_button .char .char_item {
    margin: 0px 0px 3px;
    line-height: 18px;
}
.footer_button .char .char_item:last-child {
    margin-bottom: 0px;
}
body .catalog_item:hover .footer_button,
body .catalog_item.hover .footer_button {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 2;
}
.block .catalog_block .catalog_item_wrapp .catalog_item {
    cursor: default;
}

.ajax_load.block .footer_button {
    display: none;
    margin: -2px -25px 0px;
}
.ajax_load.block .footer_button .btn {
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.ajax_load.block .item_block:hover .footer_button,
.ajax_load.block .item_block .catalog_item.hover .footer_button {
    display: block;
}
.ajax_load.block .item_block:hover .footer_button.n-btn .sku_props > div,
.ajax_load.block
    .item_block
    .catalog_item.hover
    .footer_button.n-btn
    .sku_props
    > div {
    margin-top: -10px;
}
.items_wrapper.simple .ajax_load.block .item_block:hover .footer_button {
    display: none;
}

.footer_button .svg svg,
.footer-action .svg {
    display: none;
}
.footer-action .counter_block .svg {
    display: inline-block;
}

/* mobile */
.mobile #main .catalog_item .footer_button {
    display: flex;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 2;
}
.mobile .catalog_item .footer_button .offer_buy_block {
    order: 1;
    margin: 0 1px;
}
.mobile .catalog_item {
    height: 100%;
}
.mobile .catalog_item .like_icons span {
    opacity: 1;
    visibility: visible;
}
.mobile .catalog_item .item_info {
    padding-bottom: 10px;
}

.tab_slider_wrapp:not(.specials) .top_blocks {
    position: relative;
    padding: 32px 0px 0px;
    border-top: 1px solid #f2f2f2;
}
.best_block.tab_slider_wrapp .top_blocks {
    padding: 0px;
    border-top-width: 0px;
}

.catalog_item .image_wrapper_block {
    margin: 0px auto 20px;
    position: relative;
}
.catalog_item .image_wrapper_block.with-props {
    overflow: hidden;
}
.catalog_item .image_wrapper_block.with-props .stickers,
.catalog_item .image_wrapper_block.with-props .view_sale_block_wrapper,
.catalog_item .image_wrapper_block.with-props > .thumb {
    transition: left ease 0.2s;
}
.catalog_item .image_wrapper_block.with-props:hover .stickers {
    left: 100%;
    right: -100%;
}
.catalog_item .image_wrapper_block.with-props:hover > .view_sale_block_wrapper,
.catalog_item .image_wrapper_block.with-props:hover > .thumb {
    left: 100%;
}
.catalog_item .image_wrapper_block.with-props:hover .properties_absolute {
    right: 0;
    opacity: 1;
}

.stickers {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 3;
    line-height: 20px;
    text-align: left;
    padding-right: 50px;
}
.stickers:after {
    content: "";
    display: block;
    clear: both;
}
.stickers:not(.custom-font) {
    font-size: 0px;
}
.stickers > div {
    float: left;
}
.stickers [class*="sticker_"] {
    background-color: #60c339;
    width: auto;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0px 2px 4px;
}
.stickers:not(.custom-font) [class*="sticker_"] {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 7px 6px;
    border-radius: 2px;
}
.stickers.custom-font [class*="sticker_"] {
    padding: 2px 7px 2px;
    margin: 0px 2px 4px;
    letter-spacing: normal;
}

.stickers * {
    text-align: left;
}
.stickers .sticker_sale_text {
    background-image: none;
    background-color: #fc482d;
    display: inline-block;
    color: #fff;
    width: auto;
}
.stickers:not(.custom-font) .sticker_sale_text {
    font-size: 12px;
    line-height: 12px;
}
.stickers .sticker_hit,
.stickers .sticker_khit {
    background-color: #2992d9;
}
.stickers .sticker_stock,
.stickers .sticker_aktsiya {
    background-color: #ffd83a;
    color: #333;
}
.stickers .sticker_recommend,
.stickers .sticker_sovetuem {
    background-color: #893ca9;
}

.item .stickers {
    left: 0px;
}
.display_list .item .stickers {
    top: 5px;
    left: 3px;
}

.cost.prices {
    position: relative;
}
.catalog_item .cost.prices {
    margin: 7px 0px 0px;
}
.catalog_block .price_matrix_wrapper {
    line-height: 18px;
}
.catalog_block .TYPE_2 .cost.prices {
    margin-top: 12px;
    padding-top: 7px;
    min-height: 40px;
}
.catalog_block .TYPE_2 .cost.prices .more-item-info {
    top: 12px;
}

.cost.prices .btn .svg + span {
    display: none;
}
.icons-basket-wrapper {
    position: absolute;
    right: 0px;
    top: calc(50% - 20px);
}
.icons-basket-wrapper .btn {
    padding: 0px !important;
}
#main .icons-basket-wrapper .btn .svg {
    width: 38px;
    height: 38px;
    line-height: 37px;
    top: 0px;
    background: none;
    margin: 0px;
}
.icons-basket-wrapper .btn .svg svg {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0px;
}
.icons-basket-wrapper .btn:not(:hover) {
    background: none;
    border-color: #ececec;
    border-color: var(--stroke_black);
}
.icons-basket-wrapper .btn:not(:hover) svg path {
    fill: #999;
}
.icons-basket-wrapper .btn:hover svg path,
.icons-basket-wrapper .btn:hover use,
.icons-basket-wrapper .btn:active svg path,
.icons-basket-wrapper .btn:active use,
.icons-basket-wrapper .btn:focus svg path,
.icons-basket-wrapper .btn:focus use,
.item:hover .icons-basket-wrapper .btn svg path,
.item:hover .icons-basket-wrapper .btn use,
.item .icons-basket-wrapper .btn.in-cart svg path,
.item .icons-basket-wrapper .btn.in-subscribe svg path {
    fill: #fff;
}
.prices--with_icons_block > div:first-child,
.prices--with_icons_block
    > div:first-child
    + div:not(.price_matrix_block):not(.icons-basket-wrapper) {
    padding-right: 50px;
}
.prices--with_icons_block
    .price_matrix_wrapper.with_matrix
    + .price_matrix_block
    + .icons-basket-wrapper {
    top: 0;
}
.prices--with_icons_block
    > .price_matrix_wrapper.with_matrix
    + .price_matrix_block {
    margin-top: 20px;
}
.icons-basket-wrapper .button_block .btn.to-subscribe .svg svg,
.icons-basket-wrapper .button_block .btn.in-subscribe .svg svg {
    margin-left: -1px;
}

.ordered-block.gifts .icons-basket-wrapper .btn .svg svg {
    display: inline-block;
}

.cost.prices .more-item-info {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 18px;
    height: 14px;
    line-height: 12px;
    padding: 0px;
}
.more-item-info.opened svg path,
.more-item-info:hover i.svg.inline svg path,
.catalog_item:hover .more-item-info svg path {
    fill: #fff;
}
.cost.prices .more-item-info + .price_matrix_wrapper,
.cost.prices .more-item-info + .js-info-block + .price_matrix_wrapper,
.cost .with_matrix.pl:not(.no-popup) .sale_block .sale_wrapper,
.cost .with_matrix.pl:not(.no-popup) .prices-wrapper {
    padding-left: 27px;
}
.sku_matrix .js_price_wrapper > .price_matrix_wrapper {
    display: none;
}
.product-container .cost.prices.detail .price.discount > span {
    font-size: 1.067em;
}
.product-container .cost.prices.detail .block_wrap .price.discount > span {
    font-size: 0.867em;
}

.owl-carousel .cost.prices .more-item-info {
    display: none;
}
.owl-carousel .cost.prices .more-item-info + .price_matrix_wrapper,
.owl-carousel .cost .with_matrix.pl .prices-wrapper {
    padding-left: 0px;
}

.rating {
    height: 20px;
    margin: 0px 0px 6px;
}
.rating .iblock-vote {
    display: inline-block;
    margin: 6px auto 0px;
}
.description .rating .iblock-vote {
    margin-top: 4px;
}

.similar_products_wrapp .content_inner.tab {
    overflow: hidden;
}

.wrapper_block .top_block {
    margin-bottom: 33px;
}
.recomendation.wrapper_block .top_block {
    border-top: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-top: 32px;
}
.recomendation.wrapper_block ul.slider_navigation.top_big {
    top: 30px;
}
.detail_footer .top_block {
    border-top: 1px solid #f2f2f2;
    position: relative;
}
.wrapper_block .all_wrapp {
    position: relative;
}
.wrapper_block .all_wrapp .content_inner.absolute {
    position: absolute;
    z-index: 111;
    zoom: 1;
    width: 100%;
}
.tab.content_inner:not(.absolute) .flex-viewport {
    padding-bottom: 40px;
}
.wraps.goods-block .tab.content_inner:not(.absolute) .flex-viewport {
    padding-bottom: 53px;
    margin-bottom: -40px;
}
.tabs_content .flex-viewport,
.wrapper_block .flex-viewport {
    margin-top: 26px;
    position: relative;
}
.tabs_content .flex-viewport:before,
.tabs_content .flex-viewport:after,
.tab .flex-viewport:before,
.tab .flex-viewport:after {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 10px;
    background: #fff;
    z-index: 3;
}
.tabs_content .flex-viewport:before,
.tab .flex-viewport:before {
    left: -1px;
}
.tabs_content .flex-viewport:after,
.tab .flex-viewport:after {
    right: 0px;
}
.specials_slider > li {
    width: 220px !important;
    padding: 20px 20px 12px;
    opacity: 0;
    min-height: 305px;
}
.specials_slider > li:hover,
.specials_slider > li.hover {
    padding: 20px 20px 20px;
}
hr.bottoms {
    margin-bottom: 30px;
}

.tabs_slider > li > .inner_wrap,
.wrapper_block .wr > li > .inner_wrap {
    padding: 20px;
}

.image_wrapper_block,
.image_wrapper_block > a {
    min-width: 60px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    zoom: 1;
    display: block;
    left: 0px;
}
.image_wrapper_block:not(.image-wrapper) {
    padding-top: 100%;
}
.image_wrapper_block > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.list_item .image_wrapper_block,
.list_item .image_wrapper_block > a {
    width: 200px;
    height: 200px;
    line-height: 200px;
    padding-top: 0;
}
.list_item .image_wrapper_block,
.list_item .image_wrapper_block > a {
    position: relative;
}
.table.catalog .module_products_list .foto-cell .image_wrapper_block,
.table.catalog .module_products_list .foto-cell .image_wrapper_block a {
    position: relative;
}
.image_wrapper_block > a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.image_wrapper_block img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.vertical-catalog-img .image_wrapper_block {
    padding-top: 142%;
}
.vertical-catalog-img .display_list .image_wrapper_block {
    padding-top: 0px;
}
.vertical-catalog-img .list_item .image_wrapper_block,
.vertical-catalog-img .list_item .image_wrapper_block > a {
    height: 334px;
    line-height: 334px;
}

/* likes */
.like_icons:not(.static) {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 53;
}
.like_icons span {
    display: block;
    background: #fff;
    background: var(--black_bg_black);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    margin: 0px 0px 4px;
    overflow: hidden;
    text-align: center;
}
.like_icons span.like-text {
    display: inline;
    background: transparent;
}
.like_icons span.added {
    opacity: 0.6;
    visibility: visible;
}
.catalog_item:not(.touch):hover .image_wrapper_block .like_icons span,
.catalog_item.hover .image_wrapper_block .like_icons span,
.hot-wrapper-items .like_icons span {
    opacity: 1;
    visibility: visible;
}
.like_icons span i:not(.svg) {
    width: 30px;
    height: 30px;
    display: block;
    background: url("images/icons_wish.png") 0px 0px no-repeat;
}
.like_icons.block span .svg {
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
}
.like_icons.block span .svg svg {
    display: inline-block;
    vertical-align: middle;
}
.like_icons.block.lg span .svg {
    height: 36px;
    width: 36px;
}
.like_icons.block.lg span .svg.svg-inline-fw {
    top: 1px;
}
.like_icons .wish_item i {
    background-position: 5px -16px;
}
.like_icons .compare_item i {
    background-position: -18px -17px;
}
.like_icons .wish_item.added i {
    background-position: 5px -44px;
}
.like_icons .compare_item.added i {
    background-position: -18px -45px;
}
.like_icons span:hover {
    cursor: pointer;
}
html:not(.bx-touch) .like_icons .wish_item:hover i {
    background-position: 5px -72px;
}
html:not(.bx-touch) .like_icons .compare_item:hover i {
    background-position: -18px -73px;
}
html:not(.bx-touch) .like_icons .wish_item.added:hover i {
    background-position: 5px -44px;
}
html:not(.bx-touch) .like_icons .compare_item.added:hover i {
    background-position: -18px -45px;
}

.like_icons span:not(:hover) i.svg path {
    fill: #999;
}
.like_icons span:hover i.svg path,
.like_icons span.in i.svg path {
    fill: #fff;
}

.item_slider .like_icons span i {
    width: 34px;
    height: 34px;
    background-image: none;
    position: relative;
}
.item_slider .like_icons span i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0px 0px -15px;
    width: 30px;
    height: 30px;
    background: url("images/icons_wish.png") 5px -16px no-repeat;
}
.item_slider .like_icons .wish_item i:before {
    background-position: 5px -16px;
}
html:not(.bx-touch) .item_slider .like_icons .wish_item:hover i:before {
    background-position: 5px -72px;
}
.item_slider .like_icons .wish_item.added i:before,
html:not(.bx-touch) .item_slider .like_icons .wish_item.added:hover i:before {
    background-position: 5px -44px;
}

.item_slider .like_icons .compare_item i:before {
    background-position: -18px -17px;
}
html:not(.bx-touch) .item_slider .like_icons .compare_item:hover i:before {
    background-position: -18px -73px;
}
.item_slider .like_icons .compare_item.added i:before,
html:not(.bx-touch)
    .item_slider
    .like_icons
    .compare_item.added:hover
    i:before {
    background-position: -18px -45px;
}

.catalog_item_wrapp:hover .like_icons span {
    opacity: 1;
    visibility: visible;
}

.like_icons.list {
    margin: 0px;
    padding: 0px;
    bottom: -10px;
    top: auto;
    left: 30px;
    right: 30px;
}
.like_icons.list > div {
    display: inline-block;
    vertical-align: top;
    padding: 0px 4px 0px 0px;
}
.like_icons.list > div span {
    opacity: 1;
    visibility: visible;
}
.like_icons.list > div span.btn:not(:hover):not(.added) {
    border-color: #eee;
    border-color: var(--stroke_black);
}
.like_icons.list:not(.icons) > div span .svg {
    padding: 0px 8px 0px 0px;
    left: -2px;
}

.like_icons.list.icons {
    font-size: 0px;
}
.like_icons.list.icons > div span {
    margin-bottom: 0px;
    width: 36px;
    height: 32px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-size: 0px;
}
.like_icons.list.icons .like-text {
    display: none;
}

.like_icons.list.icons.long > div span {
    height: 36px;
    line-height: 36px;
    padding: 0px;
}
.like_icons.list.table-icons > div {
    padding-right: 8px;
}
.like_icons.list.table-icons > div:last-of-type {
    padding-right: 0px;
}

.item_main_info .like_icons span {
    opacity: 1;
    visibility: visible;
}

/* fast-view button */
.fast_view_button.fast_view_button--full {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(50% - 16px);
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    color: #666;
    color: var(--light_basic_text_black);
}
.fast_view_button.fast_view_button--center {
    bottom: calc(50% - 16px);
}
.fast_view_button.fast_view_button--full span {
    padding: 10px 14px;
    background: transparent;
    display: flex;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    line-height: 1.222;
    position: relative;
    z-index: 1;
}
.fast_view_button.fast_view_button--full span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    background: var(--light_bg_black);
    border-radius: 2px;
    opacity: 0.9;
    z-index: -1;
}
.fast_view_button.fast_view_button--full .svg {
    display: none;
}
.fast_view_button.fast_view_button--full .svg path {
    fill: #999;
}
.catalog_item:not(.touch):hover .image_wrapper_block .fast_view_button--full,
.catalog_item.hover .image_wrapper_block .fast_view_button--full {
    opacity: 1;
    visibility: visible;
}

/* title and stock */
.flex-viewport .catalog_item .item_info {
    border-top-width: 0px;
    margin: 9px 0px 0px;
    box-sizing: content-box;
}
.flex-viewport .catalog_item .item_info .item-title a:hover,
.flex-viewport .catalog_item:hover .item_info .item-title a {
    border-bottom-width: 0px;
}
.flex-viewport li:hover a {
    text-decoration: none;
}

/* price */
.price_matrix_wrapper .prices-wrapper {
    margin: 0px -3px 0px;
}
.cost.prices .price {
    margin: 0px 3px 0px;
    display: inline-block;
}
.cost.prices .price.discount {
    color: #999;
}
.cost.prices .price.discount > span {
    font-size: 0.937em;
    line-height: 1.692em;
}
.cost.prices .price .values_wrapper {
    display: inline-block;
}
.module-cart .cost.prices .price {
    font-size: 14px;
    margin-bottom: 0px;
}
.compare_view .item_block .cost.prices .price {
    margin: 10px 5px 0px 0px;
}
.information .cost.prices .price {
    line-height: 20px;
}
.cost.prices .price.only_price {
    margin: 8px auto 2px;
    display: inline-block;
    float: none;
    white-space: normal;
}
.cost.prices .price .measure {
    font-size: 15px;
}

.flexslider .cost.prices .price_name {
    margin-top: 8px;
}

.information .cost.prices .price_name:first-of-type {
    margin-top: 0px;
}
.information .cost.prices .price_name {
    margin-top: 12px;
}

body .js_price_wrapper.price {
    display: block;
    margin: 0px;
}
.js_price_wrapper.price .offers_price_wrapper {
    padding-bottom: 2px;
}
.js_price_wrapper.price .offers_price_title:first-of-type {
    margin-top: -2px;
}
.js_price_wrapper.price .offers_price,
.js_price_wrapper.price .offers_price_old {
    display: inline-block;
    margin: 0px 7px 8px;
}
.js_price_wrapper.price .price .values_wrapper {
    display: inline-block;
}
.js_price_wrapper.price .offers_price_old {
    color: #888;
}
.list .js_price_wrapper.price .offers_price,
.list .js_price_wrapper.price .offers_price_old {
    margin-left: 0px;
}

.cost .discount strike,
.row_values .price.discount strike,
.cost .discount span,
.row_values .price.discount span {
    text-decoration: line-through;
}

.offers_price_wrapper > div {
    margin: 0px 0px 10px;
}
.offers_price_wrapper > div:last-of-type {
    margin-bottom: -1px;
}
.offers_price_wrapper .offers_price_old {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: #666;
    text-decoration: line-through;
    margin-top: -3px;
}
.offers_price_wrapper .offers_price_title {
    font-size: 12px;
    line-height: 15px;
    margin: 8px 0px 5px;
    font-weight: normal;
    color: #888;
}

.row_titles .w_title {
    margin-bottom: 5px;
}

/* price matrix */
body .prices .price_wrapper_inner {
    border-bottom: 1px dotted #777;
}
body .prices .price_matrix_block .price_group:first-of-type {
    margin-bottom: 10px;
}
body .prices .price_matrix_block .price_wrapper_block {
    white-space: nowrap;
    position: relative;
}
body .prices .price_matrix_block .price_wrapper_block > div {
    padding: 0px 0px 0px 9px;
    margin: 0px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body .prices .price_matrix_block .price_wrapper_block > div > div {
    background: #fff;
    background: var(--card_bg_black);
    position: relative;
    z-index: 2;
    white-space: nowrap;
    display: inline-block;
}
.ajax_load
    .item:hover
    .prices
    .price_matrix_block
    .price_wrapper_block
    > div:not(.price_interval)
    > div:not(.price) {
    background: var(--card_bg_hover_black);
}
body
    .js-info-block
    .prices
    .price_matrix_block
    .price_wrapper_block
    > div
    > div {
    background: var(--card_bg_black);
}
body
    .prices
    .price_matrix_block
    .price_wrapper_block
    > div.price_interval
    > div {
    padding-right: 10px;
}
body
    .prices
    .price_matrix_block
    .price_wrapper_block
    > div.prices-wrapper
    > div {
    padding-left: 10px;
}

body .prices .price_matrix_block .price_wrapper_block > div:first-of-type {
    padding-left: 0px;
}
body .prices .price_matrix_block .price_wrapper_block:last-of-type > div {
    background: none;
}
body .prices .price_matrix_block .price_wrapper_block .price.discount {
    position: static;
    vertical-align: top;
    line-height: 20px;
    display: table-cell;
}
body .prices .price_matrix_block .price_wrapper_block .price.discount span {
    font-size: 12px;
    line-height: 15px;
}
body .prices .price_matrix_block .price_wrapper_block .price:not(.discount) {
    margin: 0px !important;
}

body .cost.prices .price_matrix_block .price_wrapper_block {
    display: block;
    position: relative;
}
body .cost.prices .price_matrix_block .price_wrapper_block:before {
    border-top: 1px dotted #d6d6d6;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
}

body .ajax_load.block .view_sale_block {
    width: auto;
    line-height: normal;
    margin: 0px;
}
body .ajax_load.block .view_sale_block .quantity_block .values {
    overflow: visible;
}
body .ajax_load.block .view_sale_block .quantity_block .values .item {
    border-radius: 0 2px 2px 0;
    overflow: hidden;
}
.view_sale_block .values .count_d_block .item:last-child {
    display: none;
}

body .prices .price_group {
    margin-top: 2px;
    margin-bottom: 0px;
}
body .prices .price_group:first-of-type {
    margin-top: 0px;
}
body .cost.prices > .price_group:first-of-type .price_name {
    margin-top: 5px;
}
body .prices .price_group .price_matrix_wrapper > .price {
    margin: -1px 0 0;
}

.cost.prices .strike_block .price,
.cost.prices .strike_block.offers_price {
    font-size: 16px;
    line-height: 15px;
    font-weight: normal;
    color: #888;
    text-decoration: line-through;
}
body .module_products_list .cost.prices .strike_block .price,
.cost.prices .strike_block .price span,
body .module_products_list .cost.prices .strike_block.offers_price {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    text-decoration: line-through;
}

/* sales */
.sale_block {
    margin: 2px 0px 2px;
}
.sale_block .text,
.sale_block.v2 .value + .text {
    display: inline-block;
    color: #333;
}
.sale_block .sale-number {
    display: inline-block;
    padding: 1px;
    background: #ffd83a;
    white-space: nowrap;
}
.sale_block > .sale_wrapper > .inner-sale {
    border: 1px solid #ffd83a;
    border-radius: 3px;
}

.sale_block .inner-sale {
    background: #fff8db;
    display: inline-block;
    padding: 2px 5px 1px;
    color: #333;
}
.sale_block .title + .text {
    margin-left: 7px;
}
.view_sale_block .values {
    color: #333;
}
body .prices .sale_block div.text {
    width: auto;
}
.module_products_list .sale_block {
    margin-top: 1px;
}

.sale_block .value {
    display: inline-block;
    padding: 0px 3px 0px 5px;
    color: #333;
}

body .wrapper .catalog_item .item_info .buttons_block {
    margin-top: 17px;
    text-align: center;
}

/* brands front start */
.item-views.brands .item a {
    display: block;
}
.item-views.brands li:before {
    display: none;
}
.item-views.brands .item {
    line-height: 90px;
    height: 90px;
}
.item-views.brands .item img {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    opacity: var(--light, 0.5) var(--dark, 0.8);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(var(--light, 100%) var(--dark, 0%));
    max-width: 120px;
    max-height: 60px;
}
.item-views.brands .item img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
}
.item-views.brands .list .item {
    margin-bottom: 32px;
}
.item-views.brands.owl-carousel .item,
.item-views.brands .item > div {
    background: var(--light, none) var(--dark, #fff);
    border-radius: 3px;
    padding: 0px 10px;
}

/* front company block */
.company_bottom_block {
    margin: 0px 0px 53px;
}
.front.wide_page .company_bottom_block {
    margin-bottom: 0px;
    padding-bottom: 53px;
}
/* news */
.wrap_md .news_wrap {
    width: 68%;
    margin: 0px 0px 38px;
}
.news_block .news_items {
    font-size: 0px;
}
.news_block .news_items .item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0px 20px 17px 0px;
}
.news_block .news_items .item .image {
    float: left;
    width: 90px;
    height: 90px;
    margin-top: 5px;
    text-align: center;
}
.news_block .news_items .item .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
.news_block .news_items .item .image + .info {
    padding-left: 110px;
}
.news .item .info .date {
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
}
.news .item .info .name {
    font-size: 13px;
    text-decoration: none;
    margin: 1px 0px 0px;
    font-weight: bold;
    display: block;
}
.news .item .info .name:hover {
    text-decoration: underline;
    color: #333;
}
.news .item .info .preview {
    margin: 6px 0px 0px;
    font-size: 12px;
}

/* subscribe form */
.wrap_md .subscribe_wrap {
    width: 32%;
    margin: 0px 0px 62px;
}
.subscribe-form {
    border-radius: 2px 2px 0px 0px;
    position: relative;
}
.subscribe-form .subscribe-input {
    font-size: 13px;
}
.subscribe-form .wrap_bg {
    padding: 17px 20px 22px;
    border-radius: 2px;
}
.subscribe-form .top_block {
    margin: 0px;
    padding: 0px;
}
.subscribe-form .top_blocks .title,
.subscribe-form .top_blocks .title div {
    font-size: 1.143em;
    font-weight: bold;
    color: #1d2029;
    margin: 0px 0px 3px;
}
.subscribe-form .top_blocks .more,
.subscribe-form .top_blocks .more div {
    font-size: 13px;
    color: #666666;
    line-height: 16px;
}
.subscribe_licenses .licence_block {
    display: inline-block;
}
.footer-grey .subscribe-form .top_blocks .title,
.footer-grey .subscribe-form .top_blocks .title div,
footer .footer-grey.ext_view.footer_inner .social-icons .small_title {
    color: #fff;
}

.subscribe-form form.sform {
    font-size: 0px;
    margin: 11px 0 0;
}
.subscribe-form form.sform > div {
    display: inline-block;
    vertical-align: top;
}
.subscribe-form .email_wrap,
.subscribe-form_footer .email_wrap {
    position: relative;
    margin-right: 5px;
    width: 100%;
}
.subscribe-form .email_wrap {
    margin: 0px;
}
.subscribe-form .email_wrap .email_input {
    background: #fff;
    font-size: 13px;
    padding: 5px 43px 5px 13px;
    height: 34px;
}
.bx-firefox .subscribe-form .email_wrap .email_input {
    padding-top: 4px;
    padding-bottom: 6px;
}
.bx-ie .subscribe-form .email_wrap .email_input {
    height: 34px;
}
.subscribe-form input.send_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0px;
    text-indent: -9999px;
    width: 33px;
    height: 34px;
    background: #ddd url("images/ai.png") -23px -39px no-repeat;
    border-radius: 0px 2px 2px 0px;
}
.subscribe-form label.error,
.subscribe-form_footer label.error {
    position: absolute;
    top: -19px;
    right: 0px;
}

/* akc front start */
.loading_block {
    background: var(--black_bg_black) url("images/loaders/double_ring.svg")
        center center no-repeat;
}
.loading_block_content {
    min-height: 100px;
}
.loading_state.flexslider:not(.flexslider-init) {
    background: url("images/loaders/double_ring.svg") center center no-repeat;
}
.loading_state.owl-carousel:not(.owl-loaded) {
    background: url("images/loaders/double_ring.svg") center center no-repeat;
    display: flex;
    overflow: hidden;
}
.loading_state.owl-carousel:not(.owl-loaded) * {
    opacity: 0;
}

.news_akc_block .items .item_block {
    margin: 0px 30px 20px 0px;
    text-align: left;
    float: left;
    width: 1px;
}
.news_akc_block .items > li {
    overflow: visible;
}
.news_akc_block .slides {
    padding-bottom: 0px;
}
.news_akc_block .slides .item .img {
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.news_akc_block .img img {
    vertical-align: middle;
    border-radius: 0px;
    max-width: 100%;
}
.news_akc_block li:hover .img img {
    filter: none;
}
.news_akc_block .item .info {
    padding: 15px 20px 22px;
    line-height: 18px;
}
.news_akc_block .item .info .date {
    line-height: 18px;
    font-size: 0.929em;
    color: #666;
    margin: 0px 0px 4px;
}
.news_akc_block .item .info .name {
    font-size: 1em;
    display: block;
    font-weight: bold;
    line-height: 20px;
}

.news_akc_block .item {
    box-shadow: 0 0 1px #ccc inset;
    background: #fff;
    -webkit-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
    -moz-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
    -o-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
    transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
}
.news_akc_block .item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.bx-ie-edge .news_akc_block .item,
.bx-ie .news_akc_block .item {
    box-shadow: 0 0 1px #ccc;
}
.bx-ie-edge .news_akc_block .item:hover {
    box-shadow: none;
}
/* akc front end */

/* adv top front */
.adv_list {
    margin: 0px 0px 30px;
}
.adv_list.top {
    border-bottom: 1px solid #f2f2f2;
}
.adv_list .item {
    margin: 0px 0px 34px;
}
.adv_list .item > div {
    display: table-cell;
    vertical-align: middle;
    color: #333333;
}
.adv_list.top .item .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    padding: 0px 20px 0px 0px;
    vertical-align: top;
}
.adv_list.top .item .img_inner {
    overflow: hidden;
    border-radius: 100%;
}
.adv_list .item .name {
    font-size: 0.929em;
    color: #777 !important;
    display: block;
    line-height: 16px;
}
.adv_list .item .desc {
    font-weight: bold;
    margin-top: 5px;
    line-height: 18px;
    display: block;
}

.front.wide_page .adv_list.small_banners {
    padding: 0px 0px 20px;
    margin-bottom: 0px;
}
.adv_list.small_banners {
    font-size: 0px;
    text-align: center;
}
.adv_list.small_banners > .row > div {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.adv_list.small_banners .item {
    margin-bottom: 30px;
}
.adv_list.small_banners .item .img {
    display: block;
}
.adv_list.small_banners img {
    max-width: 100%;
    max-height: 100%;
}

.block_wr.dark .flex-direction-nav li:hover a.flex-prev {
    background-position: 10px -50px;
}
.block_wr.dark .flex-direction-nav li:hover a.flex-next {
    background-position: -27px -50px;
}
.block_wr.dark .flex-direction-nav li:hover {
    background: #fff;
}

.with_error.col-md-9.content-md {
    width: 100%;
}

/* company text front */
.wrap_more_item .more_text_item {
    display: none;
    overflow: hidden;
}
.md-50.img {
    padding: 35px 10px 0px 0px;
    text-align: center;
    overflow: hidden;
}
.md-50 img {
    max-width: 100%;
}
.md-50.big {
    padding: 50px 0px 56px 10px;
}
.md-50 .title_block {
    margin: 2px 0px 25px;
}

.fill_bg_y .contacts_map,
.fill_bg_y .contacts-page-map {
    background: #fff;
}

.ymaps-b-zoom_hints-pos_right {
    z-index: 2;
}

/* FOOTER */
.bx-authform-social ul {
    font-size: 0px;
    line-height: 0px;
}
.bx-authform-social ul li {
    width: 40px;
    height: 40px;
    margin: 5px 10px 5px 0px;
    padding: 0px;
}

.banner.TOP_HEADER {
    position: relative;
    z-index: 5;
}

/* popup */
.popup.show {
    border-radius: 3px;
}
.popup .popup-intro .pop-up-title {
    font-size: 26px;
    line-height: 24px;
    text-shadow: none;
    padding: 55px 60px 20px 60px;
}
.popup .close,
.popup .close i,
.popup-window-close-icon.popup-window-titlebar-close-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
}
.popup .close {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.popup.show .close:hover,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover {
    box-shadow: none;
}
.popup-window-close-icon.popup-window-titlebar-close-icon:after {
    background-position: 1px 2px !important;
    top: 0px;
    left: 0px;
    transform: none;
}
.popup .close i,
.inline.close i {
    background-position: -1px -46px !important;
}
.popup .close:hover i,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover:after {
    background-position: -15px 2px !important;
}
.popup .close,
.popup .close i,
.inline.close i {
    display: block;
    border-radius: 0px;
    width: 14px;
    height: 14px;
    opacity: 1;
}
.popup .close {
    height: auto;
    width: auto;
    padding: 16px;
    border-bottom-left-radius: 3px;
    background: var(--black_bg_black);
}
.popup .close svg * {
    fill: #b8b8b8;
}
.popup .close:hover {
    opacity: 1;
}
.popup .close:hover i,
.inline.close:hover i {
    background-position: -30px -46px !important;
}
.form-control label .star {
    margin: 0;
    top: 0px;
}
.form-block-wr label .star {
    margin-left: 4px;
}
.popup .form-wr {
    padding: 25px 60px 60px;
    min-height: 108px;
}
.popup .form-control {
    margin: 0px 0px 25px;
}
.popup .but-r {
    padding: 2px 0px 0px;
}
.popup .form_txt {
    padding: 32px 30px 20px;
}
.popup .but-r .buttons {
    margin-top: 33px;
}
div[id^="wait_comp"] {
    display: none;
}
.popup .label_block_capcha {
    width: 48%;
}
.popup .img_block_capcha {
    width: 52%;
}
@media screen and (max-width: 600px) {
    .popup .form-wr {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.inline.close {
    display: block;
    right: 19px;
    top: 23px;
    height: 44px;
    width: 44px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
}
.inline.close span {
    display: inline-block;
    margin: 15px;
}
a.inline.close svg * {
    fill: #b8b8b8;
}

.popup div.form-control,
.form_body div.form-control,
.middle_info .sku_props .form-control {
    background-color: #fff;
    background-color: var(--black_bg_black);
    border: 0px solid #d5dadc;
    box-shadow: none;
    border-radius: 0px;
    height: auto;
    padding: 0px;
}
.popup div.form-control label,
.form_body div.form-control label {
    font-weight: 400;
}

/* one click */
#one_click_buy_form .sms_confirm {
    display: none;
}
#one_click_buy_form.sms_send > * {
    display: none;
}
#one_click_buy_form.sms_send .sms_confirm {
    display: block;
}
div[id^="bx_one_click_register_error"],
div[id^="bx_one_click_register_resend"] {
    margin-top: 15px;
}
.one_click_buy_result .svg {
    display: none;
}
.one_click_buy_result.has_order.alert.alert-success {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: inherit;
    display: flex !important;
}
.one_click_buy_result.has_order.alert.alert-success .svg {
    display: flex !important;
    align-items: center;
    margin: 0 18px 0 0;
}
.one_click_buy_result_success,
.one_click_buy_result_fail {
    display: none;
}

/* popup fast view */
.wrapper1:not(.with_fast_view) .fast_view_button {
    display: none;
}
.fast_view_frame.popup {
    max-width: 960px;
    width: 88%;
    z-index: 2998;
    min-height: 600px;
}
.fast_view_frame.popup .form {
    height: 586px;
    position: relative;
}
.fast_view_frame.popup .form.init:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 1px;
    background: #f2f2f2;
    display: block;
    right: 269px;
    z-index: 1;
}
.fast_view_frame.popup .form .form_head {
    border-bottom: 1px solid #f2f2f2;
    border-color: var(--stroke_black);
    padding: 35px 37px 24px;
    z-index: 2;
    background: #fff;
    background: var(--black_bg_black);
    position: relative;
}
.fast_view_frame.popup .form .form_head h2 {
    font-weight: normal;
    font-size: 1.733em;
    padding: 0px 0px 19px;
}
.fast_view_frame.popup .form .form_head .like_icons {
    padding: 5px 19px;
}
.fast_view_frame.popup .form .form_head .like_icons span {
    margin: 0px;
}
.fast_view_frame.popup .close {
    z-index: 3;
}
.fast_view_frame.popup #fast_view_item {
    overflow: hidden;
    border-radius: 3px;
}
.fast_view_frame.popup #fast_view_item .loading_block {
    height: 100%;
}

.fast_view_frame.popup .catalog_detail,
.fast_view_frame.popup .catalog_detail .form {
    height: 100%;
}
.fast_view_frame.popup .fastview-product {
    height: 600px;
    align-items: normal;
    padding-bottom: 48px;
}
.fast_view_frame.popup .fastview-product > div {
    flex-basis: 50%;
    position: relative;
    padding: 32px 40px;
}
.fast_view_frame.popup .fastview-product .fastview-product__info {
    padding: 0px;
}
.fast_view_frame.popup .fastview-product__info .prices_item_block {
    padding: 32px 40px 32px 0;
}
.fast_view_frame.popup
    .fastview-product__info
    .prices_item_block
    .middle_info1.main_item_wrapper {
    padding-left: 40px;
}
.fast_view_frame.popup .fastview-product .fastview-product__image:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 1px;
    background: #ececec;
    background: var(--stroke_black);
}
.fast_view_frame.popup
    .fastview-product
    .fastview-product__image
    .fastview-product__top-info {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.fast_view_frame.popup .fastview-product .fastview-product__image .stickers {
    position: static;
    margin-bottom: 16px;
}
.fast_view_frame.popup .detail-stickers-wrap--absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.fast_view_frame.popup
    .fastview-product
    .fastview-product__image
    .video-block
    .image
    .play {
    font-size: 0px;
}
.fast_view_frame.popup
    .fastview-product
    .fastview-product__image
    .product-detail-gallery
    .product-detail-gallery__wrapper {
    margin: auto;
}
.fast_view_frame.popup
    .fastview-product
    .detail-gallery-big__item--big
    .detail-gallery-big__picture {
    cursor: zoom-in;
}
.fast_view_frame.wait_css_loading:before,
.fast_view_frame.wait_css_loading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--black_bg_black);
}
.fast_view_frame.wait_css_loading:after {
    background: var(--black_bg_black) url("images/loaders/double_ring.svg")
        center center no-repeat;
}
.fast_view_frame.popup .fastview-product .js-info-block {
    padding: 0px;
    margin: 0px;
}
.fast_view_frame.popup .fastview-product .view_sale_block {
    margin-bottom: 9px;
}
.fast_view_frame.popup .fastview-product .props_list_wrapp {
    margin: 13px 0px;
}
.fast_view_frame.popup .fastview-product .props_list_wrapp .show_props {
    padding: 0px 0px 11px;
}

.fast_view_frame.popup .fastview-product .sku_props > div {
    padding: 0px;
}
.fast_view_frame .char_name .hint.active .tooltip {
    opacity: 1;
    z-index: 204;
}
.fast_view_frame .properties__title .hint {
    display: inline;
    position: relative;
    top: -1px;
}
.fast_view_frame .properties__title .icon {
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    border-radius: 100%;
    text-align: center;
    padding: 2px 4px 0px;
    cursor: pointer;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.fast_view_frame .properties__title .hint .tooltip {
    left: 1px;
    text-align: left;
}
.fast_view_frame .properties__title .hint.active .tooltip {
    opacity: 1;
    z-index: 204;
}
.fast_view_frame .properties__title .icon i {
    color: #383838;
    color: var(--white_text_black);
    line-height: 11px;
    font-size: 11px;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}
.fast_view_frame .properties__title .icon:hover i {
    color: #fff;
}

/* price */
.fast_view_frame.popup .cost.prices.detail .price.font_mxs {
    font-size: 1.733em;
}
.fast_view_frame.popup .cost.prices.detail .js-info-block .price.font_mxs {
    font-size: 1.133em;
}
.fast_view_frame.popup .cost.prices.detail .discount.font_xs {
    font-size: 1.067em;
}
.fast_view_frame.popup div + .view_sale_block {
    margin: 15px 0px 0px;
}

.fast_view_frame.popup .btn-wrapper {
    margin: -48px 0px 0px;
}
.fast_view_frame.popup .btn-wrapper .btn {
    display: block;
    width: 100%;
    border-radius: 0px;
}
.fast_view_frame.popup .btn-wrapper .btn .svg {
    margin-left: 18px;
}
.fast_view_frame.popup .btn-wrapper .btn:not(:hover) {
    background: #fafafa;
    background: var(--light_bg_black);
    color: #333;
    color: var(--white_text_black);
    border-color: #fafafa;
    border-color: var(--light_bg_black);
    border-top-color: #ececec;
    border-top-color: var(--stroke_black);
}
.fast_view_frame.popup .btn-wrapper .btn:hover .svg path {
    fill: #fff;
}
.fast_view_frame.popup .text-form .text-form-info {
    padding-left: 27px;
}
.fast_view_frame.popup .text-form {
    margin-top: 14px;
}
.fast_view_frame.popup .text-form + .text-form {
    margin-top: 9px;
}
.fast_view_frame.popup .text-form .svg-inline-info_big {
    padding-top: 3px;
}
.fast_view_frame.popup div + .preview_text {
    margin-top: 18px;
}

body .bx_catalog_item_scu .bx_item_detail_scu ul li.active span.cnt1,
body .bx_catalog_item_scu .bx_item_detail_scu ul li span.cnt1 {
    background: none;
}

.tables-responsive {
    overflow-x: auto;
    position: relative;
    clear: both;
}
.tables-responsive:before {
    content: "";
    position: absolute;
}

.responsive .footable-detail-row tbody {
    border: none;
}
.responsive .footable-detail-row tbody > tr {
    border-bottom: 1px solid #e7e7e7;
}
.responsive .footable-detail-row tbody > tr td {
    border-bottom: none;
}
.responsive .footable-detail-row tbody > tr:last-child {
    border-bottom: none;
}

/* popup auth */
.more_text_small {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 16px;
    padding: 0px 0px 0px;
}
.popup .captcha_wrapp input[type="text"] {
    max-width: 180px;
}
.soc-avt {
    color: #888;
    font-size: 12px;
    position: relative;
}
.soc-avt.inline {
    padding: 0px;
}
.soc-avt .row {
    margin: 17px 0px 0px;
}
.soc-avt .row .auth span {
    display: none;
}
.soc-avt .row1 a i.soc-icon,
.soc-serv-main .row a i,
.catalog_detail .b-share a span,
.share_wrapp .b-share a span {
    width: 31px;
    height: 31px;
    display: inline-block;
    background: url("images/social_icons.png") -2px -2px no-repeat;
    transition: opacity 0.5s ease;
}
.soc-avt .row1 a,
.catalog_detail .b-share a,
.share_wrapp .b-share a {
    height: 31px;
    width: 31px;
    float: left;
    line-height: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    padding: 0px;
}
.authorization-cols .col.authorization .soc-avt .row a,
.soc-serv-main .row a,
.soc-avt .row a,
.catalog_detail .b-share a {
    margin: 0px 5px 5px 0;
}
.soc-avt .title {
    font-size: 13px;
    color: #222222;
    background: #fff;
    background: var(--black_bg_black);
    z-index: 2;
    position: relative;
    display: inline-block;
    padding-right: 24px;
}
.soc-avt:after {
    content: "";
    background: #eee;
    background: var(--stroke_black);
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    top: 12px;
    z-index: 1;
}
.share_wrapp .b-share a,
.share_wrapp .b-share a span,
.share_wrapp a.ya-share2__link span.ya-share2__badge {
    width: 28px;
    height: 28px;
    border-radius: 3px;
}
.share_wrapp .b-share a {
    margin-right: 5px !important;
}
.share_wrapp .b-share a:last-of-type {
    margin-right: 0px !important;
}
.share_wrapp .b-share a span.b-share-icon_vkontakte {
    background-position: -3px -3px;
}
.share_wrapp .b-share a span.b-share-icon_facebook,
.share_wrapp
    .ya-share2__item_service_facebook
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -83px -3px;
}
.share_wrapp .b-share a span.b-share-icon_twitter,
.share_wrapp
    .ya-share2__item_service_twitter
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -3px -43px;
}
.share_wrapp .b-share a span.b-share-icon_odnoklassniki,
.share_wrapp
    .ya-share2__item_service_odnoklassniki
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -43px -3px;
}
.share_wrapp .b-share a span.b-share-icon_moimir,
.share_wrapp
    .ya-share2__item_service_moimir
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -123px -3px;
}
.share_wrapp .b-share a span.b-share-icon_gplus,
.share_wrapp
    .ya-share2__item_service_gplus
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -43px -123px;
}
.ya-share2__messenger-frame {
    display: none !important;
}
.share_wrapp ul {
    margin-bottom: 0px;
}
.share_wrapp ul li {
    padding: 0px;
    margin: 0px;
}
.share_wrapp ul li.ya-share2__item {
    margin-right: 5px;
    margin-bottom: 5px;
}
.share_wrapp ul li.ya-share2__item:last-of-type {
    margin-right: 0px;
}
.share_wrapp ul li:before {
    display: none;
}
.share_wrapp a.ya-share2__link span.ya-share2__badge {
    background: url(images/svg/social.svg) -3px -3px no-repeat;
    transition: opacity 0.5s ease;
}
.share_wrapp a.ya-share2__link span.ya-share2__badge span {
    display: none;
}
.share_wrapp
    .ya-share2__item_service_telegram
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -284px -123px;
}
.share_wrapp
    .ya-share2__item_service_viber
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -283px -4px;
}
.share_wrapp
    .ya-share2__item_service_whatsapp
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -283px -44px;
}
.share_wrapp
    .ya-share2__item_service_skype
    a.ya-share2__link
    span.ya-share2__badge {
    background-position: -284px -84px;
}

.soc-avt .row .button.short {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    width: auto;
}
.soc-avt .row .button.short {
    position: relative;
    top: -1px;
}
.bx-firefox .soc-avt .row .button.short {
    padding-top: 9px;
    padding-bottom: 10px;
}
.soc-avt .row input[type="text"] {
    margin: 9px 5px 15px 0px;
}
.popup .soc-avt .row input[type="text"] {
    background: #fff;
}
.soc-avt .row form input[type="text"] + span:not(.bx-ss-icon),
.soc-avt .row form input[type="text"] + label + span:not(.bx-ss-icon) {
    font-size: 13px;
    padding: 0px 10px 0px 0px;
}
.soc-avt #bx_auth_servform span:not(.bx-ss-icon) {
    font-size: 13px;
}
.soc-avt .row input[type="text"] {
    width: 100% !important;
}
.soc-avt .row #bx_auth_serv_formOpenID input[type="text"],
.soc-avt .row #bx_auth_serv_form_inlineOpenID input[type="text"] {
    width: 100%;
}
#bx_auth_servform,
.bx-auth-service-form {
    position: relative;
    clear: both;
}
#bx_auth_servform > div,
.bx-auth-service-form > div {
    position: relative;
    margin: 19px 0px 0px;
}
.soc-avt .row label.error {
    top: -10px;
    left: 0px;
}
.soc-avt .row #bx_auth_serv_formOpenID label.error {
    top: 8px;
}
.soc-avt .icon {
    text-indent: 0px;
    padding: 0px;
}
.bx-auth .bx-auth-services {
    font-size: 0px;
}
.bx-auth .bx-auth-services > div {
    display: inline-block;
}
#bx_auth_servform .btn {
    display: inline-block;
    width: auto;
}

.auth_wrapp .form-body {
    padding-bottom: 35px;
}
.auth_wrapp .form-footer {
    padding: 28px 0px 37px;
}
.auth_wrapp .form-footer {
    border-top: 1px solid #f2f2f2;
}
.popup .auth_wrapp .form-footer {
    background: #f7f7f7;
}
.popup .auth_wrapp .form-footer {
    padding-left: 35px;
    padding-right: 35px;
}
.auth_wrapp .form-footer .register {
    margin: 0px;
}
.auth_wrapp .form-footer .more_text_small {
    padding-left: 25px;
    color: #999999;
    font-size: 0.8em;
    line-height: 1.5em;
}

.soc-avt .row a i.soc-icon.odnoklassniki,
.soc-serv-main .row a i.soc-icon.odnoklassniki,
.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki {
    background-position: -47px -188px;
}

.soc-avt .row a i.soc-icon.liveid,
.soc-serv-main .row a i.soc-icon.liveid {
    background-position: -302px -3px;
}
.soc-avt .row a i.soc-icon.google,
.soc-serv-main .row a i.soc-icon.google,
.bx-authform-social ul li .bx-authform-social-icon.google {
    background-position: -47px -235px;
}
.soc-avt .row a i.soc-icon.google-plus,
.soc-serv-main .row a i.soc-icon.google-plus,
.bx-authform-social ul li .bx-authform-social-icon.google-plus {
    background-position: -47px -329px;
}
.soc-avt .row a i.soc-icon.vkontakte,
.soc-serv-main .row a i.soc-icon.vkontakte,
.bx-authform-social ul li .bx-authform-social-icon.vkontakte {
    background-position: 0px -188px;
}

.soc-avt .row a i.soc-icon.mymailru,
.soc-serv-main .row a i.soc-icon.mymailru,
.bx-authform-social ul li .bx-authform-social-icon.mymailru {
    background-position: -376px -235px;
}
.soc-avt .row a i.soc-icon.mailru2,
.soc-serv-main .row a i.soc-icon.mailru2,
.bx-authform-social ul li .bx-authform-social-icon.mailru2 {
    background-position: -376px -235px;
}
.soc-avt .row a i.soc-icon.twitter,
.soc-serv-main .row a i.soc-icon.twitter,
.bx-authform-social ul li .bx-authform-social-icon.twitter {
    background-position: 0px -235px;
}
.soc-avt .row a i.soc-icon.facebook,
.soc-serv-main .row a i.soc-icon.facebook,
.bx-authform-social ul li .bx-authform-social-icon.facebook {
    background-position: -94px -188px;
}

.soc-avt .row a i.soc-icon.livejournal,
.soc-serv-main .row a i.soc-icon.livejournal,
.bx-authform-social ul li .bx-authform-social-icon.livejournal {
    background-position: -141px -235px;
}
.soc-avt .row a i.soc-icon.yandex,
.soc-serv-main .row a i.soc-icon.yandex,
.bx-authform-social ul li .bx-authform-social-icon.yandex {
    background-position: -94px -235px;
}
.soc-avt .row a i.soc-icon.openid-mail-ru,
.soc-serv-main .row a i.soc-icon.openid-mail-ru,
.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru {
    background-position: -470px -282px;
}
.soc-avt .row a i.soc-icon.liveinternet,
.soc-serv-main .row a i.soc-icon.liveinternet,
.bx-authform-social ul li .bx-authform-social-icon.liveinternet {
    background-position: -423px -235px;
}
.soc-avt .row a i.soc-icon.blogger,
.soc-serv-main .row a i.soc-icon.blogger,
.bx-authform-social ul li .bx-authform-social-icon.blogger {
    background-position: -47px -282px;
}
.soc-avt a i.openid,
.soc-serv-main .row a i.soc-icon.openid,
.bx-authform-social ul li .bx-authform-social-icon.openid {
    background-position: 0px -329px;
}
.soc-avt .row a i.soc-icon.gplus,
.soc-serv-main .row a i.soc-icon.gplus,
.catalog_detail .b-share .b-share-btn__gplus span {
    background-position: 0px -329px;
}

/* left menu */
.index_bottom {
    margin-bottom: 20px;
}
.small_banners_block .advt_banner {
    margin-bottom: 30px;
}
.index_bottom .small_banners_block {
    margin-bottom: 0;
}
.small_banners_block img {
    max-width: 100%;
    display: block;
}
.index_bottom .banners_column {
    width: 234px;
    float: left;
}

.regions_padding {
    padding: 0px 15px;
}

/* TABS */
.catalog.item-views.blocks h3 {
    padding-bottom: 33px;
}
.tabs_ajax .head-block {
    text-align: center;
}
.head-block.top {
    margin: 0px 0 48px;
    position: relative;
}
.head-block.top.margin-sm {
    margin-bottom: 32px;
}
.col-md-9.content-md .head-block.top {
    margin-top: -17px;
}
.head-block.top .bottom_border {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    display: block;
    padding: 0px 11px;
}
.head-block.top .bottom_border:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    bottom: 0px;
    display: block;
}
.head-block .item-link {
    display: inline-block;
    vertical-align: top;
    float: left;
}
.head-block .item-link .title {
    padding: 0px 0px;
    cursor: pointer;
}
.head-block .item-link .title span,
.head-block.top .item-link .title .btn-inline {
    position: relative;
    display: block;
    padding: 22px 28px;
    text-decoration: none;
}
.head-block.top .item-link.active:hover .title,
.head-block.top .item-link.active:hover .title span {
    cursor: default;
}

/* catalog */
/* base catalog styles */
.right_block:after {
    content: "";
    clear: both;
    display: table;
}
#content .right_block.catalog {
    zoom: 1;
    padding: 0px 0px 0px 210px;
    margin: -3px 0 0;
    overflow: visible;
}
#content .right_block .inner_wrapper {
    zoom: 1;
    z-index: 2;
    margin-top: -1px;
}
#content .right_block .with_filter .inner_wrapper {
    position: static;
}
#content .left_block.catalog {
    margin-top: 29px;
    width: 210px;
}
#content .left_block.catalog.horizontal {
    margin-top: 3px;
}

.group_description {
    float: left;
}
.catalog.right_block .group_description {
    padding: 14px 0 25px;
    width: 100%;
}
.catalog.right_block .bottom_nav + .group_description {
    padding-top: 19px;
}

div.item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 50;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* WebKit Opera */
@-webkit-keyframes spinner1 {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}
/* Other */
@keyframes spinner1 {
    from {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.loadings {
    background: url(images/loaders/preloader.gif) no-repeat scroll center center
        rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}
.loadings * {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
    visibility: hidden;
}

.no_goods {
    padding: 87px 30px 50px;
    border-top: 1px solid #eeeeee;
}
.js-load-wrapper > .no_goods {
    margin-top: -1px;
}
.no_goods .no_products {
    position: relative;
}
.no_goods .no_products:before {
    content: "";
    position: relative;
    width: 117px;
    height: 117px;
    background: url("images/empty_catalog.png") 0px 0px no-repeat;
    display: block;
    margin: auto auto 23px;
}
.no_goods .button {
    float: right;
    margin: 17px 0px 0px;
}
.wrap_text_empty {
    padding: 10px 0px 15px 0px;
    text-align: center;
}
.wrap_text_empty .middle_text {
    padding: 16px 0px 0px;
    display: inline-block;
}

/* root level */
.catalog_section_list .section_item {
    line-height: 20px;
    padding: 28px 34px 27px;
    zoom: 1;
    vertical-align: top;
    transition: box-shadow ease 0.2s, border ease-out 0.2s, transform ease 0.2s;
    background: var(--card_bg_black);
}
.catalog_section_list .section_item ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.catalog_section_list .section_item li.name {
    display: block;
    margin: 0px 0px 6px 0px;
}
.catalog_section_list .section_item li.sect {
    display: inline-flex;
    flex-direction: row-reverse;
    padding-bottom: 1px;
    margin: 0px;
}
@media (min-width: 601px) {
    .catalog_section_list
        .item_block:not(.sm)
        li.sect:nth-of-type(n + 3):not(.more_items)::after {
        content: "\2014";
        margin: 0 7px 0 0;
        color: hsla(
            var(--dark_light-wtheme-hue),
            var(--dark_light-wtheme-saturation),
            var(--dark_light-wtheme-lightness),
            0.35
        );
    }
}
.catalog_section_list .section_item li.sect a {
    color: var(--fill_dark_light_hover);
}
.catalog_section_list .section_item li.collapsed {
    display: none;
}
.catalog_section_list .section_item .image {
    width: clamp(90px, 9vw, 149px);
    text-align: center;
    padding: 0 29px 10px 0;
    vertical-align: top;
}
.catalog_section_list .section_item .image svg {
    max-width: 40px;
    max-height: 40px;
}
.catalog_section_list .section_item .thumb.shine {
    display: block;
}
.catalog_section_list .section_item td.section_info {
    vertical-align: top;
    position: relative;
}
.catalog_section_list .section_item .desc .desc_wrapp {
    word-break: break-word;
    display: inline-block;
    padding: 0px;
    margin: 15px 0px 4px;
    color: #777;
    color: var(--light_basic_text_black);
}
.catalog_section_list.section .desc .desc_wrapp {
    margin: 0px;
}
.catalog_section_list.section .section_item li.name {
    margin-bottom: 5px;
}
.catalog_section_list.section {
    margin-bottom: 20px;
}
.catalog_section_list .separator {
    margin: 0 2px 0 7px;
    color: hsla(
        var(--dark_light-wtheme-hue),
        var(--dark_light-wtheme-saturation),
        var(--dark_light-wtheme-lightness),
        0.35
    );
}
.catalog_section_list .more_items {
    cursor: pointer;
}

.element-count-wrapper {
    font-size: 1rem;
}
.element-count {
    border: 1px solid rgba(153, 153, 153, 0.35);
    padding: 2px 4px 1px;
    position: relative;
    top: -2px;
    margin-left: 8px;
}
.element-count-wrapper .element-count {
    padding: 2px 6px 3px;
    top: -5px;
    vertical-align: bottom;
}

/* catalog subscection */
.articles-list .item .left-data {
    width: 120px;
    float: left;
}
.articles-list .item .left-data a {
    display: block;
}
.articles-list .item .left-data a img {
    vertical-align: middle;
}
.articles-list .item-title a span {
    display: inline-block;
}
.articles-list .item .right-data .preview-text {
    font-size: 13px;
    margin: 0px 0px -5px;
}
.articles-list .item .item-title {
    margin-bottom: 9px;
}
.articles-list .item .item-title a span {
    font-size: 16px;
}
.articles-list .item .item-title a {
    text-decoration: none;
}
.articles-list .item .right-data {
    margin-left: 150px;
    overflow: visible;
}

/* filter */
.bx_filter .form-control {
    margin-bottom: 0;
}
.bx_filter .close-icons {
    display: none;
}

.left_block .menu_top_block + .bx_filter,
.left_block .menu_top_block + .filter_wrapper_ajax,
.left_block .menu_top_block + #wrapInlineFilter {
    margin-top: -1px;
}
.left_block .menu_top_block + .filter_wrapper_ajax .filter_tmp {
    display: block;
}

.bx_filter .bx_filter_section {
    position: relative;
}
.bx_filter_param_label.disabled {
    opacity: 0.4;
    cursor: default;
}
.bx_filter .bx_filter_parameters_box {
    padding: 13px 18px 16px;
    border-bottom: 1px solid #eee;
    border-color: var(--stroke_black);
    position: relative;
    user-select: none;
    overflow: visible;
}
.bx_filter:not(.compact) .bx_filter_parameters_box.active:before {
    content: "";
    display: none;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.bx_filter .bx_filter_parameters_box:not(.title):hover {
    background: #fff;
    background: var(--light, #fff) var(--dark, none);
}
.bx_filter.compact
    .bx_filter_parameters_box:not(.title):hover
    .bx_filter_parameters_box_title {
    background: var(--light, none) var(--dark, var(--card_bg_black));
}
.bx_filter .bx_filter_button_box {
    clear: both;
}
.bx_filter .bx_filter_button_box:not(.btns) {
    text-align: center;
    padding: 19px 14px 19px 14px;
}
.bx_filter .bx_filter_button_box.btns:not(.colored_theme_bg) {
    background: #fafafa;
}
.bx_filter
    .bx_filter_button_box.btns
    .bx_filter_search_reset:not(.hidden)
    + .filter-bnt-wrapper {
    padding-left: 61px;
}
.bx_filter .bx_filter_button_box.btns .btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 19px;
    padding-bottom: 18px;
    margin-bottom: -1px;
}
.bx_filter .bx_filter_button_box.btns .btn:hover svg path {
    fill: #fff;
}
.bx_filter .bx_filter_button_box.btns .btn.bx_filter_search_reset {
    border-bottom-right-radius: 0px;
    width: 61px;
}
.bx_filter .bx_filter_button_box.btns .btn.bx_filter_search_reset:not(:hover) {
    border-right-color: #eeeeee;
}
.bx_filter .bx_filter_button_box.btns .btn.bx_filter_search_button {
    width: 100%;
}
.bx_filter
    .bx_filter_button_box.btns
    .bx_filter_search_reset:not(.hidden)
    + .filter-bnt-wrapper
    .btn.bx_filter_search_button {
    border-bottom-left-radius: 0px;
}
.bx_filter .bx_filter_button_box .bx_filter_parameters_box_container {
    position: static;
}
.bx_filter .bx_filter_parameters_box_title {
    font-size: 13px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding: 0px 35px 0px 0px;
    color: #333;
    color: var(--white_text_black);
}
.bx_filter .title .bx_filter_parameters_box_title {
    font-weight: bold;
    padding-right: 0px;
}
.bx_filter .title .bx_filter_parameters_box_title:after {
    display: none;
}
.bx_filter .title .bx_filter_parameters_box_title:hover {
    color: #333;
    cursor: default;
}
.bx_filter .bx_filter_parameters_box_title > span,
.bx_filter .bx_filter_parameters_box_title > div {
    position: relative;
    display: inline-block;
}
.bx_filter:not(.compact) .bx_filter_parameters_box .title-wrapper {
    padding-left: 18px;
    margin-left: -18px;
    display: block;
    position: relative;
}
.bx_filter_parameters_box_title .label_block.props-hint {
    display: flex;
    align-items: center;
}
.bx_filter.compact .char_name.single {
    padding: 0;
    margin: 0;
}
.filter.label_block.single input + label {
    order: 1;
}
.bx_filter:not(.compact) .bx_filter_parameters_box.set .title-wrapper:before {
    content: "";
    display: block !important;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 6px;
    height: 11px;
    border-radius: 0 100% 100% 0% / 0 50% 50% 0%;
}
.bx_filter_parameters_box_title .hint .icon {
    position: relative;
    left: auto;
    right: -9px;
    z-index: 200;
}
.bx_filter .bx_filter_parameters_box_title:after,
.bx_filter .bx_filter_parameters_box_title:before {
    position: absolute;
    content: "";
}
.bx_filter .bx_filter_parameters_box_title .svg-inline-down {
    transition: transform 0.2s ease;
    position: absolute;
    right: -4px;
    top: 5px;
    width: 15px;
    height: 14px;
    text-align: center;
    line-height: 11px;
    border-radius: 3px;
}
.bx_filter .bx_filter_parameters_box_title .svg-inline-down svg {
    display: inline-block;
    vertical-align: middle;
}
.bx_filter:not(.compact) .bx_filter_parameters_box_title:hover .svg svg path,
.bx_filter:not(.compact) .bx_filter_parameters_box_title:hover .svg use {
    fill: #fff;
}
.bx_filter .active .bx_filter_parameters_box_title .svg-inline-down {
    transform: rotate(180deg);
}
input::-ms-clear {
    display: none;
    width: 0px;
    height: 0px;
    visibility: hidden;
}

#mobilefilter .bx_filter:not(.compact) .bx_filter_parameters_box.set {
    overflow: visible;
}
#mobilefilter
    .bx_filter:not(.compact)
    .bx_filter_parameters_box.set
    .title-wrapper:before {
    display: none !important;
}

.slide-block__head.filter_title.active-filter .svg:before {
    right: 6px;
}
.filter_title.active-filter .svg:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 2;
    border: 1px solid #fff;
    border-color: var(--card_bg_black);
}

.bx_filter .smartfilter .bx_ui_slider_track .bx_ui_slider_handle:hover {
    border-color: #000;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_search_reset {
    padding-left: 14px;
    padding-right: 14px;
    background: rgba(0, 0, 0, 0);
}

.bx_filter_parameters_box:not(.active) .bx_filter_block {
    display: none;
}
.bx_filter_vertical input[type="checkbox"] + label,
.filter input[type="checkbox"] + label {
    margin-bottom: 11px;
    padding-left: 5px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: none;
    font-weight: normal;
}
.filter.licence_block,
.filter.offer_block {
    padding: 0px 0px 26px;
    position: relative;
    margin: -10px 0px 0px;
}

.form_footer__bottom {
    width: 100%;
}

@media screen and (max-width: 460px) {
    .form_footer__bottom {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 13px 0;
    }
}

.filter.licence_block .error,
.filter.offer_block .error {
    position: absolute;
    top: -3px;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total + .form {
    padding-top: 20px;
}

.filter.licence_block label,
.filter.offer_block label {
    line-height: 20px;
    padding-top: 2px !important;
}

.form_footer .filter.licence_block .error {
    position: absolute;
    top: -13px;
}
.form_footer .filter.licence_block input[type="checkbox"] {
    height: 3px;
}

.form.license_form.w_offer_pub .licence_block {
    padding-bottom: 5px;
}

.filter.licence_block input[type="checkbox"],
.filter.offer_block input[type="checkbox"] {
    display: block;
    width: 0px;
    line-height: 0px;
    visibility: hidden;
    margin: 0px;
}
.bx_filter_vertical input[type="checkbox"] + label.dib,
.bx_filter_vertical input[type="checkbox"] + label.pal {
    padding: 0px 0px 0px 2px;
    margin-bottom: 9px;
    margin-right: 0px;
}
.bx_filter_vertical input[type="checkbox"] + label.dib > span,
.bx_filter_vertical input[type="checkbox"] + label.pal > span {
    margin: 0px 9px 0px 0px;
}
.bx_filter_vertical input[type="checkbox"] + label.sku,
.sku_props .bx_item_detail_size ul li {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #dddddd;
    border-color: var(--stroke_black);
    padding: 0 10px;
    text-align: center;
    margin: 0px 5px 5px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
}
.bx_filter_vertical input[type="checkbox"] + label.sku {
    float: left;
}

.bx_filter_vertical input[type="checkbox"] + label.sku span,
.sku_props .bx_item_detail_size ul li span {
    font-size: 10px;
    position: relative;
    display: block;
}
.bx_filter_vertical input[type="checkbox"] + label.sku:hover span,
.bx_filter_vertical input[type="checkbox"]:checked + label.sku span {
    color: #fff;
}

.bx_filter_vertical input[type="checkbox"] + label.disabled {
    cursor: default;
}

.filter input[type="checkbox"],
.filter input[type="radio"] {
    display: none;
}

.filter.form input[type="checkbox"],
.filter.form input[type="radio"] {
    display: block;
    width: 0px;
    line-height: 0px;
    visibility: hidden;
    margin: 0px;
    height: 0;
}

.buy_block .sku_props {
    margin: 0px;
}
.sku_props .wrapper_sku > div {
    margin: 0px 0px 0px;
}
.sku_props .wrapper_sku > div .show_more_link {
    margin: -2px 0 4px;
}
.sku_props .wrapper_sku > div .show_more_link a svg {
    margin-left: 9px;
}
.sku_props .wrapper_sku > div:last-child {
    margin-bottom: 0px;
}
.bx_catalog_item_scu ul {
    font-size: 0px;
    margin: 0px;
}
.bx_catalog_item_scu ul li,
.bx_ordercart .bx_scu_scroller_container .bx_scu ul li {
    position: relative;
    z-index: 9;
    cursor: pointer;
    outline: none;
    font-size: 11px;
    margin: 0px 0px 9px;
    padding: 0px 9px 0px 0px;
    display: inline-block;
    vertical-align: top;
}

.bx_catalog_item_scu ul li,
.bx_ordercart .bx_scu_scroller_container .bx_scu ul li {
    margin: 0px 9px 9px;
    padding: 0;
}

.bx_catalog_item_scu ul li.scu_prop_more,
.bx_ordercart .bx_scu_scroller_container .bx_scu ul li.scu_prop_more {
    display: none;
}
body .ajax_load .bx_catalog_item_scu ul li.item {
    width: auto;
    margin-left: 0px;
}
.gifts .bx_catalog_item_scu ul li {
    margin-left: 0px;
}
.bx_scu_scroller_container .missing .cnt_item {
    opacity: 0.3;
}
.sku_props ul li:before {
    display: none;
}
.sku_props .bx_item_section_name {
    color: #888888;
    font-size: 0.8em;
}

.sku_props .bx_item_section_name.char_name {
    position: relative;
}
.sku_props .bx_item_section_name.char_name .hint {
    position: relative;
    display: inline;
    margin-left: 3px;
}
.sku_props .bx_item_section_name.char_name .hint .icon {
    position: relative;
    left: 0px;
    top: 0px;
    border-radius: 100%;
    z-index: 10;
}
.sku_props .bx_item_section_name.char_name .hint .icon i {
    padding-right: 1px;
}
.sku_props .bx_item_section_name .sku_mdash {
    margin: 0 7px;
}
.sku_props
    .bx_item_section_name.char_name
    .hint:not(.active)
    .icon:not(:hover) {
    border: 1px solid #e5e5e5;
}

.sku_props .bx_item_section_name.char_name .hint .tooltip {
    left: 1px;
    top: 20px;
    min-width: 165px;
}
#fast_view_item .sku_props .bx_item_section_name.char_name .hint .tooltip {
    top: 25px;
}
body .hint .tooltip {
    z-index: 204;
}

.bx_filter_vertical input[type="checkbox"] + label.sku.disabled:hover {
    background: #fff;
    color: #373737;
    border-color: #f2f2f2;
}
.bx_filter_vertical input[type="checkbox"] + label.sku.disabled:hover span {
    color: #373737;
}
.disabled:not(.link-item) {
    opacity: 0.4;
}
.bx_filter_vertical .bx_filter_block label:hover span.disabled * {
    color: #888;
}
.bx_filter_vertical .bx_filter_block.limited_block {
    max-height: 250px;
}
.bx_filter_vertical .bx_filter_block.limited_block {
    margin-bottom: -7px;
}
.bx_filter.bx_filter_vertical
    .bx_filter_block.limited_block
    .bx_filter_param_label:last-child {
    margin-bottom: 11px;
}

.button_block .to-order.button {
    border-color: #888888;
    color: #888888;
}
.button.in-cart,
.button.in-cart:hover {
    background: #4fad00;
}

.filter.form input[type="radio"]:checked + label:before,
.filter.form input[type="radio"]:checked + label:hover:before {
    display: inline-block;
    z-index: 1;
}

.bx_filter_vertical input[type="checkbox"]:checked + label:before,
.bx_filter_vertical input[type="checkbox"] + label:not(.disabled):hover:before,
.filter input[type="checkbox"]:checked + label:before,
.filter input[type="checkbox"] + label:hover:before,
.filter:not(.form) input[type="radio"]:checked + label:before,
.filter input[type="radio"] + label:hover:before {
    display: inline-block;
    z-index: 3;
}
.bx_filter_vertical input[type="checkbox"]:checked + label:before,
.bx_filter_vertical
    input[type="checkbox"]:checked
    + label:not(.disabled):hover:before,
.filter input[type="checkbox"]:checked + label:before,
.filter input[type="checkbox"]:checked + label:hover:before,
.filter:not(.form) input[type="radio"]:checked + label:before,
.filter:not(.form) input[type="radio"]:checked + label:hover:before {
    z-index: -1;
}
.bx_filter_vertical .filter input[type="radio"]:checked + label:before {
    z-index: 0;
}
.bx_filter_vertical input[type="checkbox"] + label:before,
.filter input[type="checkbox"] + label:before,
.filter input[type="radio"] + label:before,
.bg_block:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 1px;
    top: 0px;
    background: #ddd;
    z-index: -1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.bx_filter_vertical input[type="checkbox"] + label:after,
.filter input[type="checkbox"] + label:after,
.bg_block:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 1px;
    top: 0px;
    z-index: 2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc inset;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
    box-shadow: 0px 0px 0px 1px var(--stroke_black) inset;
    background: #fff;
    background: var(--darkerblack_bg_black);
}
.bx_filter_vertical input[type="checkbox"]:checked + label:after,
.filter input[type="checkbox"]:checked + label:after {
    box-shadow: none;
    background: url(images/svg/content_icons.svg) -90px -3px no-repeat;
    margin: 5px 0px 0px 5px;
    width: 11px;
    height: 10px;
}
body .filter input[type="radio"]:checked + label:after {
    box-shadow: none;
    width: 9px;
    height: 9px;
    top: 6px;
    left: 7px;
    background: #fff;
}
.bx_filter_vertical input[type="checkbox"]:checked + label.nab:before,
.bx_filter_vertical input[type="checkbox"] + label.nab:hover:before,
.bx_filter_vertical input[type="checkbox"] + label.nab:after {
    display: none;
}
.filter input[type="radio"] + label:after,
.bg_block1:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 13px;
    width: 13px;
    position: absolute;
    left: 1px;
    top: 0px;
    background: #ffffff;
    background: var(--darkerblack_bg_black);
    z-index: 2;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc inset;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
    box-shadow: 0px 0px 0px 1px var(--stroke_black) inset;
}
.filter input[type="radio"] + label:before,
.bg_block:before {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 0px;
}
.bg_block:before,
.bg_block:after {
    width: 26px;
    height: 26px;
    display: inline-block;
}
.bg_block:after {
    background: url("images/icons_wish.png") -36px -5px no-repeat;
    width: 12px;
    height: 8px;
    left: -36px;
    top: 12px;
}
.bg_block:before {
    z-index: 2;
    top: 3px;
    left: -44px;
}
.filter.radio input[type="radio"] + label:after,
.filter.radio input[type="radio"] + label:before {
    width: 21px;
    height: 21px;
}
.filter.radio input[type="radio"] + label.disabled:hover:before,
.filter.radio input[type="radio"] + label.disabled:after {
    background: #cccccc;
}
.filter.radio input[type="radio"] + label.disabled {
    cursor: default;
}
.bx_filter .bx_filter_parameters_box_container {
    margin-top: 7px;
    position: relative;
    z-index: 1;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_select_container {
    margin-bottom: 6px;
}
.bx_filter
    .bx_filter_parameters_box_title
    + .bx_filter_block
    .bx_filter_parameters_box_container {
    margin-top: 7px;
}
.bx_filter .bx_filter_parameters_box_container.pict_block {
    margin-top: 17px;
    padding: 0px 0px;
}
.bx_filter .bx_filter_button_box .bx_filter_parameters_box_container {
    margin-top: 0px;
}
.bx-firefox
    .bx_filter
    .bx_filter_button_box
    .bx_filter_parameters_box_container
    #set_filter.button {
    margin-right: 3px;
}

#main .onoff input[type="checkbox"] + label:after {
    position: absolute;
    display: block;
    top: 4px;
    bottom: 0;
    border-radius: 100%;
    background: #fff;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px;
    left: 1px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    transition: left 0.1s ease-in;
    z-index: 11;
}
#main .onoff input[type="checkbox"]:checked + label:after {
    left: 16px;
}
#main .onoff input[type="checkbox"] + label:before {
    display: block;
    top: 4px;
    height: 18px;
    width: 33px;
    border-radius: 10px;
}
#main .onoff input[type="checkbox"]:not(:checked) + label:before {
    background: #e0e0e0;
    background: var(--light, #e0e0e0) var(--dark, #444);
}
#main .onoff input[type="checkbox"] + label {
    padding: 0px 0px 0px 50px;
    font-size: 13px;
    color: #999;
}
#main .onoff input[type="checkbox"] + label.dark {
    color: #333;
    color: var(--white_text_black);
}

#main .onoff.sm input[type="checkbox"] + label {
    padding-left: 46px;
}
#main .onoff.sm input[type="checkbox"] + label:before {
    top: 5px;
    height: 16px;
    width: 33px;
    left: 0;
}
#main .onoff.sm input[type="checkbox"] + label:after {
    top: 5px;
    height: 12px;
    width: 12px;
}
#main .onoff.sm input[type="checkbox"]:checked + label:after {
    left: 18px;
}

.bx_filter .bx_filter_parameters_box_container_block {
    font-size: 11px;
    float: left;
    width: 50%;
    color: #333;
}
.bx_filter .bx_filter_parameters_box_container .wrapp_change_inputs {
    border: 1px solid #ececec;
    border-radius: 3px;
    border-color: var(--stroke_black);
}

.bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_input_container
    input {
    padding: 9px 8px 9px;
    background: #fafafa;
    background: var(--darkerblack_bg_black);
    border: none;
    padding-left: 15px;
    border-radius: 0px;
}
.bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_parameters_box_container_block:first-of-type
    input {
    border-right: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container {
    max-width: 100%;
    position: relative;
}
.bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_calendar_container
    input.calendar {
    padding: 0 23px 0 4px;
    font-size: 15px;
}
.bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_input_container
    img.calendar-icon {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    font-size: 18px;
    top: 0px;
    right: 3px;
}

.wrapp_all_inputs.wrap_md .iblock {
    width: 100%;
    position: relative;
}
.filter_horizontal {
    padding: 0px;
    overflow: hidden;
}
.filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_change_inputs {
    width: 30%;
    position: relative;
    margin: 0px 0px 4px;
}
.filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_slider {
    width: 70%;
    padding: 0px 0px 0px 50px;
}
.filter_horizontal .smartfilter .bx_ui_slider_track {
    margin-top: 16px;
}
.filter_horizontal .bx_filter .bx_filter_button_box {
    text-align: left;
}
.filter_horizontal
    .bx_filter_vertical
    input[type="checkbox"]
    + label:not(.dib) {
    float: left;
    margin-right: 5px;
}
.filter_horizontal .bx_filter .bx_filter_popup_result.right {
    left: 0px;
    background: transparent;
    position: relative;
    color: #888;
    margin: 0px;
    padding-left: 0px;
    line-height: 20px;
    vertical-align: middle;
}
.filter_horizontal .bx_filter .bx_filter_popup_result.right a {
    display: none;
}

.right_block .filter_horizontal .bx_filter .bx_filter_popup_result {
    top: -1px !important;
}
.bx_filter .expand_block {
    display: none;
}

.bx_filter #modef_mobile {
    display: none;
}

/* Track */
.bx_filter .bx_ui_slider_part {
    position: absolute;
    top: -3px;
    width: 1px;
    height: 10px;
    background: #f2f2f2;
    background: none;
}
.bx_filter .bx_ui_slider_part.p1 {
    left: -1px;
}
.bx_filter .bx_ui_slider_part.p2 {
    left: 25%;
}
.bx_filter .bx_ui_slider_part.p3 {
    left: 50%;
}
.bx_filter .bx_ui_slider_part.p4 {
    left: 75%;
}
.bx_filter .bx_ui_slider_part.p5 {
    right: 1px;
}
.bx_filter .bx_ui_slider_part span {
    font-size: 10px;
    position: absolute;
    top: 14px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #999999;
}
.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span {
    color: #b1b1b1;
    display: none;
}
.bx_filter .bx_ui_slider_part.first span {
    text-align: left;
    left: 3px;
    margin-left: 0px;
}
.bx_filter .bx_ui_slider_part.last span {
    text-align: right;
    left: auto;
    right: 0px;
    margin-left: 0px;
}
.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
    position: absolute;
    top: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-color: transparent;
}
.bx_filter .bx_ui_slider_range {
    z-index: auto;
    background: #cccccc;
}
.bx_filter .bx_ui_slider_pricebar {
    z-index: 100;
}
.bx_filter .bx_ui_slider_pricebar_VD {
    z-index: 60;
    background: #979797;
}
.bx_filter .bx_ui_slider_pricebar_VN {
    z-index: 70;
    background: #f2f2f2;
}
.bx_filter .bx_ui_slider_pricebar_V {
    z-index: 80;
    background: #cccccc;
}
.bx_filter .bx_ui_slider_handle {
    position: absolute;
    top: 100%;
    width: 24px;
    height: 24px;
}
.bx_filter .bx_ui_slider_handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}
.bx_filter .bx_ui_slider_handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}
.bx_filter .bx_ui_slider_handle.left {
    left: 0;
    margin-left: -12px;
}
.bx_filter .bx_ui_slider_handle.right {
    right: 0;
    margin-right: -12px;
}

/* Select */
.bx_filter .bx_filter_select_block,
.common_select .common_select-link {
    position: relative;
    display: block;
    width: 100%;
    height: 41px;
    margin: 0 0px 0px;
    padding: 0 33px 0 11px;
    border-radius: 3px;
    background: #fafafa;
    background: var(--light_bg_black);
    border: 1px solid #eeeeee;
    border-color: var(--stroke_black);
    cursor: pointer;
    overflow: hidden;
    min-width: 200px;
}
.bx_filter .bx_filter_select_text,
.common_select .common_select-link .ik_select_link_text {
    font-size: 13px;
    line-height: 39px;
    max-width: 100%;
    height: 39px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.bx_filter .bx_filter_select_text.fix {
    min-width: 120px;
}
.bx_filter .bx_filter_select_text label {
    cursor: pointer;
}
.bx_filter .bx_filter_select_arrow,
.common_select .common_select-link .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
}
.bx_filter .bx_filter_select_arrow:before,
.common_select .common_select-link .trigger:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("images/svg/trianglearrows.svg") 1px 1px no-repeat;
    background-position: var(--light, 1px 1px) var(--dark, -9px 1px);
    vertical-align: middle;
}

/* filter section */
.top_block_filter_section {
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    position: relative;
    margin: 0px 0px 30px;
}
.top_block_filter_section .title {
    padding: 13px 19px 14px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.top_block_filter_section .items {
    background: #fff;
    padding: 10px 0px;
}
.top_block_filter_section .items .item {
    padding: 3px 19px 2px;
    font-size: 13px;
}
.top_block_filter_section .items .item a {
    display: block;
    position: relative;
}
.top_block_filter_section .items .item span:first-child {
    padding-right: 30px;
    display: block;
}
.top_block_filter_section .items .item span:last-child {
    color: #888888;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.common_select {
    width: 100% !important;
    font-size: 0px;
}
.common_select select {
    display: none;
}
body:not(.jqm-initied) .ik_select_dropdown.common_select-dd {
    z-index: 10 !important;
}
.ik_select_dropdown.common_select-dd {
    background: #fff;
    background: var(--card_bg_black);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
}
.ik_select_dropdown.common_select-dd ul li:before {
    display: none;
}
.ik_select_list .ik_select_list_inner {
    position: static !important;
    overflow: auto;
}
.ik_select_list .ik_select_list_inner ul,
.ik_select_list .ik_select_list_inner ul li {
    margin: 0px;
}
.ik_select_option_disabled {
    pointer-events: none;
    cursor: default;
    display: none;
}
.ik_select_list .ik_select_list_inner ul li {
    text-align: left;
    padding: 4px 9px 4px 9px;
    cursor: pointer;
    background: #fff;
    background: var(--card_bg_black);
}
.ik_select_list .ik_select_list_inner ul li:hover,
.bx_filter_select_popup ul li label:hover,
.bx_filter_select_popup ul li > .sort_btn:hover,
.bx_filter_select_popup ul li > .sort_btn.current {
    background: #fafafa;
    background: var(--darkerblack_bg_black);
}
.ik_select_list .ik_select_list_inner ul li.ik_select_active,
.bx_filter_select_popup ul li label.selected {
    background: #ddd;
    background: var(--darkerblack_bg_black);
    color: #fff;
}
.ik_select_list .icon_color,
.common_select .icon_color {
    display: inline-block;
    width: 34px;
    height: 33px;
    vertical-align: top;
    border: 2px solid #fff;
    margin: 0px 7px 0px 0px;
    border-color: var(--white_text_black_reverse);
}
.common_select .icon_color {
    margin-top: 4px;
}
.ik_select.common_select .icon_color {
    margin-top: -2px;
    background-size: cover !important;
}
.ik_select_list .ik_select_option.img {
    min-height: 50px;
}
.ik_select_list .ik_select_option.img .ik_select_option_label {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    line-height: 1.3em;
    font-size: 0.9em;
    padding-left: 40px;
}
.ik_select_list .ik_select_option.img .ik_select_option_label .icon_color {
    position: absolute;
    left: 4px;
    top: 8px;
    background-size: cover !important;
}
.common_select .common_select-link.img,
.ik_select_list .ik_select_list_inner ul li.img {
    padding-left: 4px;
}
.ik_select_list .ik_select_list_inner ul li.img {
    padding-left: 5px;
}

.bx_filter_vertical
    .bx_filter_block
    .bx_filter_select_popup
    ul
    li:first-child
    > label {
    padding-top: 11px;
}
.bx_filter_vertical .bx_filter_block .bx_filter_select_popup ul li > label {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 10px;
}
.bx_filter_vertical .bx_filter_block .bx_filter_select_popup label {
    display: flex;
}
.bx_filter_vertical
    .bx_filter_block
    .bx_filter_select_popup
    label
    .bx_filter_btn_color_icon {
    flex-basis: 31px;
}
.bx_filter_vertical
    .bx_filter_block
    .bx_filter_select_popup
    label
    .bx_filter_param_text {
    flex-basis: 31px;
    flex-grow: 1;
    white-space: normal;
    text-align: left;
    line-height: 1.2em;
    align-self: center;
}

.detail_page .ik_select_list .ik_select_list_inner ul li,
.order_page .ik_select_list .ik_select_list_inner ul li {
    padding: 8px 9px 9px 9px;
}
.detail_page .ik_select_list .ik_select_list_inner ul li.img,
.order_page .ik_select_list .ik_select_list_inner ul li.img {
    padding-left: 9px;
}
.bx_filter_vertical input[type="checkbox"],
.filter input[type="radio"] {
    display: none;
}

/* Regionality */
.city_chooser_frame {
    width: 900px;
    max-width: 900px;
}
.city_chooser_small_frame {
    width: 800px;
    max-width: 800px;
}
.popup.small_popup_regions {
    width: 500px;
    max-width: 500px;
}

.city_chooser_frame h2,
.city_chooser_small_frame h2 {
    font-size: 1.714em;
}
.popup.city_chooser_frame .form .form_head,
.popup.city_chooser_small_frame .form .form_head {
    padding-bottom: 0px;
    border: none;
}

.region_wrapper {
    max-width: 212px;
    position: relative;
    z-index: 15;
    padding: 0px 25px 0px 0px;
}
.region_wrapper > .io_wrapper {
    max-width: 100%;
}
.region_wrapper > .io_wrapper > .svg {
    display: none;
}
.wicons .region_wrapper {
    padding-left: 26px;
}
.wicons .region_wrapper > .io_wrapper > .svg {
    display: block;
    top: 5px;
    opacity: 0.5;
}
.wicons .region_wrapper > .io_wrapper > .svg:hover path {
    fill: #333;
}
.wicons .region_wrapper > .io_wrapper > .js_city_chooser {
    margin-left: -1px;
}

.region_wrapper .svg-inline-mark {
    position: absolute;
    left: 0px;
    top: 1px;
    min-width: 20px;
    min-height: 20px;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.region_wrapper .city_title {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.region_wrapper .js_city_chooser {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 14px;
    position: relative;
    color: var(--fill_dark_light_ccc);
}
.region_wrapper .js_city_chooser:hover {
    color: var(--fill_dark_light_white_hover);
}
.region_wrapper .js_city_chooser > span:not(.arrow) {
    position: relative;
}
.region_wrapper .js_city_chooser .arrow path {
    fill: var(--fill_dark_light_ccc);
}
.region_wrapper .js_city_chooser:hover .arrow path {
    fill: var(--fill_dark_light_white_hover);
}

.region_wrapper .arrow {
    position: absolute;
    right: 5px;
    bottom: 6px;
    padding: 0px;
}
.region_wrapper .arrow i {
    display: block;
    width: 5px;
    height: 3px;
}
.logo-row .region_wrapper .arrow i.svg,
.logo-row .region_wrapper .arrow i.svg svg,
.logo-row .sites .sites__current ~ .svg.svg-inline-down svg {
    opacity: 1;
}

.region_wrapper .dropdown {
    position: absolute;
    display: none;
    left: 0px;
    top: 100%;
    font-size: 13px;
}
.region_wrapper .dropdown .wrap {
    margin: 10px 0px 0px;
    background: #fff;
    background: var(--card_bg_black);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow: auto;
}
.region_wrapper .dropdown .wrap::-webkit-scrollbar {
    width: 8px;
}
.region_wrapper .dropdown .wrap::-webkit-scrollbar-track {
    border-radius: 8px;
}
.region_wrapper .dropdown .wrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
.region_wrapper .dropdown .wrap::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

.region_wrapper .dropdown .more_item:not(.current):hover {
    background: #fafafa;
    background: var(--card_bg_hover_black);
}
.region_wrapper .dropdown .more_item span {
    display: block;
    padding: 18px 22px 18px;
    color: #222 !important;
    color: var(--white_text_black) !important;
    border-top: 1px solid #f2f2f2;
    border-color: var(--stroke_black);
    cursor: pointer;
}
.region_wrapper .dropdown .more_item:first-child span {
    border-top: 0px;
}
.region_wrapper .dropdown .more_item.current span {
    cursor: default;
}

.top_mobile_region {
    position: relative;
}
.top_mobile_region .confirm_region {
    background: #f9f9f9;
    background: var(--black_bg_black);
    box-shadow: inset 0px -1px 0px 0px #f5f5f5;
    border-radius: 0px;
    margin: 0px;
    padding-top: 18px;
}
.top_mobile_region .confirm_region {
    position: static;
    top: 0px;
    left: 0px;
}
.top_mobile_region .confirm_region + .close_popup {
    position: absolute;
    top: 25px;
    right: 29px;
    width: 14px;
    height: 14px;
    line-height: 20px;
    text-align: center;
    color: #c2cbd2;
    background: url(images/close_icons.png) -1px -1px no-repeat;
    transition: opacity 0.3s ease;
    z-index: 1;
    cursor: pointer;
}

.popup_regions {
    padding-bottom: 55px;
}
.popup_regions .h-search {
    padding: 35px 60px;
}
.popup_regions.only_search .h-search {
    padding-bottom: 0;
}
.popup_regions .h-search #search {
    padding: 0 44px 0 17px;
    height: 48px;
    font-size: 1em;
    line-height: 40px;
}
.popup_regions .items.only_city + .h-search {
    padding: 21px 36px 39px;
}
.popup_regions .items.only_city + .h-search #search {
    background: #f5f5f5;
}
.popup_regions .h-search .wrapper {
    position: relative;
}
.popup_regions .h-search .wrapper .search_btn {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0px;
    right: 0px;
}
.popup_regions .h-search .wrapper .search_btn svg {
    position: absolute;
    top: 3px;
    left: 12px;
    opacity: 0.5;
    cursor: pointer;
}
.popup_regions .h-search .wrapper .search_btn svg:hover {
    opacity: 1;
}
.popup_regions
    .h-search
    .wrapper
    #search.ui-autocomplete-loading
    + .search_btn:before {
    background: url("images/loaders/circle_anim.gif") 0px 0px no-repeat;
}
.popup_regions .h-search .wrapper .ui-menu li:before {
    display: none;
    padding-left: 10px;
}
.popup_regions .h-search .favorits {
    font-size: 13px;
    padding: 2px 0px 0px;
    margin: 0px 0px -11px;
}
.popup_regions .h-search .favorits .title {
    float: left;
    width: 80px;
    padding: 5px 0px 0px;
}
.popup_regions .h-search .favorits .cities {
    padding-left: 89px;
}
.popup_regions .h-search .favorits .cities .item {
    display: inline-block;
    padding: 5px 8px 5px 0px;
}
.popup_regions .h-search .favorits .cities .item a {
    border-bottom: 1px dotted;
}
.popup_regions .h-search .favorits .cities .item a:not(:hover) {
    color: var(--fill_dark_light_white_hover);
}
.popup_regions .items.ext_view {
    margin: 3px 60px 0;
    font-size: 0px;
    border: 1px solid #e9e9e9;
    border-color: var(--stroke_black);
    border-radius: 3px;
    background: #fafafa;
    background: var(--card_bg_hover_black);
    display: flex;
}
.popup_regions .items.only_city {
    padding: 0px 49px 0;
    margin-top: -8px;
}
.popup_regions .items.ext_view > div {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font-size: 14px;
    padding: 16px 4px 16px 14px;
    border-right: 1px solid #ededed;
    border-color: var(--stroke_black);
}
.popup_regions .items.ext_view .block.cities {
    background: #fff;
    background: var(--card_bg_hover_black);
}
.popup_regions .items.ext_view > div * {
    color: #333;
    color: var(--white_text_black);
    text-decoration: none;
}
.popup_regions .items.ext_view > div:last-of-type {
    border-right: none;
}
.popup_regions .items.ext_view .skeleton-grid {
    margin-right: 10px;
}
.popup_regions .items.ext_view .title {
    font-size: 11px;
    padding: 0px 0px 5px 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.popup_regions .items.ext_view .item .mes-city {
    font-size: 11px;
    color: #999;
    font-weight: normal;
}
.popup_regions .items .items_block {
    max-height: 256px;
}
.popup_regions .items.ext_view .parent_block {
    display: none;
}
.popup_regions .items.ext_view .parent_block.shown {
    display: block;
}
.popup_regions .items .regions .item:not(.current):hover {
    cursor: pointer;
}
.popup_regions .items .regions .item.current {
    font-weight: bold;
}
.popup_regions .items .regions .item.current span {
    color: #333 !important;
    color: var(--white_text_black) !important;
}
.popup_regions .items .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 2px 10px;
}
.popup_regions .items .cities .item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    background: none;
}
.bx-ie .popup_regions .items .cities .item {
    vertical-align: middle;
}
.popup_regions .items.ext_view .cities .item {
    display: block;
}
.popup_regions .items.only_city .cities .items_block {
    font-size: 0px;
}
.popup_regions .items.only_city .cities .item {
    width: 25%;
    margin-bottom: 0px;
}
.popup_regions .items .cities .item.current {
    background: none;
    cursor: default;
}
.popup_regions .items .cities .item.current span {
    font-weight: bold;
    color: #222;
    color: var(--white_text_black);
}
.popup_regions .items .cities .item.shown {
    display: block;
}
.popup_regions .items.only_city .cities .item.shown {
    display: inline-block;
}
body .popup_regions .items.only_city .cities .item.more_cities {
    cursor: pointer;
    width: auto;
}
.popup_regions .more_cities span {
    color: #333;
    color: var(--light_basic_text_black);
    font-size: 11px;
}
.popup_regions .items {
    transition: opacity ease 0.5s;
}
.popup_regions .items.fade {
    opacity: 0.1;
}
.popup_regions .more_cities:hover span {
    color: var(--fill_dark_light_white_hover);
}
#title-search-city .ui-autocomplete {
    position: absolute !important;
    top: 22px !important;
    width: 100%;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
    background: #fff;
    background: var(--card_bg_black);
    padding: 10px 0px 6px;
    z-index: 9;
    height: auto;
    max-height: 230px;
    overflow-y: auto;
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    border-radius: 3px;
    border-top: none;
}
#title-search-city .ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}
#title-search-city .ui-autocomplete::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
#title-search-city .ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
#title-search-city .ui-autocomplete::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}
#title-search-city .ui-autocomplete li {
    margin: 0 17px;
}
#title-search-city .ui-autocomplete a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#title-search-city .city-path {
    font-size: 11px;
    color: #999;
}
#title-search-city a:not(:hover) {
    color: var(--fill_dark_light_white_hover);
    text-decoration: none;
}

.jqmWindow .popup_regions.only_search .items.only_city {
    padding-bottom: 0;
    margin-top: 0;
}

.confirm_region {
    position: absolute;
    display: block;
    min-width: 270px;
    text-align: center;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    z-index: 1002;
    background: #fff;
    background: var(--card_bg_black);
    border-radius: 4px;
    padding: 20px 29px 24px 29px;
    box-sizing: border-box;
    top: 50px;
    left: -50%;
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
    margin-left: -35px;
}
.confirm_region:before,
.confirm_region:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.05);
    margin-left: -10px;
}
.confirm_region:after {
    border-bottom: 10px solid white;
    border-bottom-color: var(--card_bg_black);
    top: -18px;
}
.sticky_menu .confirm_region {
    left: 0;
}
.sticky_menu .confirm_region:after {
    left: 50px;
}

.confirm_region .title {
    font-size: 15px;
    color: #333 !important;
    color: var(--white_text_black) !important;
}
.confirm_region .buttons {
    padding: 14px 0px 0px;
    white-space: nowrap;
}
.confirm_region .buttons > .btn {
    margin: 0px 4px;
}

/* scrollbars */
.popup_regions .items .items_block::-webkit-scrollbar {
    width: 8px;
}
.popup_regions .items .items_block::-webkit-scrollbar-track {
    border-radius: 8px;
}
.popup_regions .items .items_block::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
    border-color: var(--card_bg_black);
}
.popup_regions .items .items_block::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
    border-color: var(--card_bg_black);
}

/* Select popup */
div[id^="smartFilterDropDown"] {
    max-width: 370px;
    width: 100%;
    max-height: 205px;
    overflow-y: auto;
    margin-top: -7px;
    padding: 0px;
    background: var(--card_bg_black);
}
div[id^="smartFilterDropDown"] .popup-window {
    width: 100%;
    border: 0px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
div[id^="smartFilterDropDown"] .popup-window-top-row,
div[id^="smartFilterDropDown"] .popup-window-left-column,
div[id^="smartFilterDropDown"] .popup-window-right-column,
div[id^="smartFilterDropDown"] .popup-window-bottom-row {
    display: none;
}
.bx_filter_select_popup {
    padding: 0;
}
.bx_filter_select_popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx_filter_select_popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}
.bx_filter_select_popup ul li:first-child {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.bx_filter_select_popup ul li:before {
    display: none;
}
.bx_filter_select_popup ul li label,
.bx_filter_select_popup ul li > .sort_btn {
    margin: 0px;
    font-size: 13px;
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    padding: 11px 12px 13px 12px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    font-weight: normal;
    color: #333;
    color: var(--white_text_black);
}
.bx_filter_select_popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
}

/* TAGS */
.bx_filter.bx_horizontal .bx_filter_parameters_box.tags {
    width: 100%;
    clear: both;
}
.bx_filter .bx_filter_tag {
    padding: 18px;
    border: 1px solid #aed5e0;
    border-radius: 5px;
    background: rgba(151, 214, 233, 0.33);
}
.bx_filter .bx_tag_link {
    font-size: 12px;
    text-decoration: none;
    color: #68939e;
    border-bottom: 1px solid;
    text-shadow: none;
}
.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover {
    color: #1d3d46;
    border-bottom: none;
}

/* LABEL */
.bx_filter .bx_filter_param_label,
.filter label {
    position: relative;
    display: block;
    margin: 0px 0px 3px;
}

.filter.form label {
    text-align: right;
}

.radio.filter label {
    display: inline-block;
    line-height: 12px;
    cursor: pointer;
}
.bx_filter .radio.filter label {
    display: block;
    margin-bottom: 8px;
}
.bx_filter .radio.filter:last-of-type label,
.bx_filter .bx_filter_param_label:last-child {
    margin-bottom: 4px;
}
.bx_filter .bx_filter_param_label.dib {
    display: inline-block;
}
.bx_filter .bx_filter_param_text {
    line-height: 30px;
    position: relative;
    display: inline-block;
    margin: 0 5px 2px 8px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.bx_filter .disabled .bx_filter_param_text {
    cursor: default;
}
.bx_filter_select_popup .bx_filter_param_label.active {
    background: #f3f8fa;
}
.bx_filter .bx_filter_parameters + .clb {
    margin-top: -1px;
}

/* Checkbox / Radio */

.bx_filter_input_checkbox {
    position: relative;
    display: block;
    clear: both;
    min-height: 20px;
}
.bx_filter .sku .bx_filter_input_checkbox {
    min-height: auto;
}
.bx_filter_input_checkbox input[type="radio"],
.bx_filter_input_checkbox input[type="checkbox"] {
    position: relative;
    top: 4px;
    float: left;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text,
.filter label > span {
    display: block;
    line-height: 20px;
    margin-left: 28px;
    text-align: left;
    font-weight: normal;
}
.bx_filter .filter label > span {
    margin: 0px;
}
.bx_filter .sku .bx_filter_input_checkbox .bx_filter_param_text,
.sku_props .bx_item_detail_size ul li span {
    display: block;
    line-height: 15px;
    margin: 0px;
    text-align: center;
    padding: 7px 0px 7px;
    font-size: 13px;
}
.bx_item_list_you_looked_horizontal
    .bx_item_detail_size
    ul
    li.active:hover
    span {
    color: #fff;
}
.bx_filter .bx_filter_input_checkbox input + .bx_filter_param_text {
    line-height: 21px;
}
.bx_filter .radio,
.bx_filter .checkbox {
    padding: 0px;
    margin: 0px;
}

/* BTN */
.bx_filter .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li .cnt {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
    -moz-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
    -ms-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
    -o-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
}
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn {
    border-color: #fff;
}

/* --- colors */
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
    background: transparent;
    box-shadow: none;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
    position: relative;
}

/* icon */
.bx_filter_select_popup .bx_filter_select_text_icon,
.bx_filter .bx_filter_select_text_icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px;
}
.bx_filter_select_popup .bx_filter_btn_color_icon,
.bx_filter .bx_filter_btn_color_icon,
.bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item,
.bx_scu_scroller_container ul li .cnt_item {
    line-height: 26px;
    position: relative;
    top: 0px;
    border-radius: 1px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 0px solid #fff;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    border-color: var(--card_bg_black);
}

.bx_filter .bx_filter_btn_color_icon {
    border-radius: 0px;
    width: 31px;
    height: 31px;
    box-shadow: 0px 0px 1px #999;
    border: 3px solid #fff;
    border-color: var(--card_bg_black);
}

.char_name .hint .icon:hover {
    color: #fff;
}

.bx_catalog_item_scu .bx_item_detail_scu ul li .nf .cnt_item,
.bx_scu_scroller_container ul li .nf .cnt_item {
    display: block;
    padding: 5px;
}
.bx_catalog_item_scu .bx_item_detail_scu ul li .nf .cnt_item > span.bg,
.bx_scu_scroller_container ul li .nf .cnt_item > span.bg {
    display: block;
    height: 100%;
    background-size: cover;
}
body .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt1.nf,
body .bx_catalog_item_scu .bx_item_detail_scu ul li.active .cnt1.nf,
body .bx_scu_scroller_container ul li .cnt1.nf {
    background: none;
}
body .bx_catalog_item_scu .bx_item_detail_scu ul li.active .cnt1.nf .bg,
body .bx_catalog_item_scu .bx_item_detail_scu ul li:hover .cnt1.nf .bg,
body .bx_catalog_item_scu .bx_item_detail_scu ul li:hover .cnt1.nf {
    background-color: transparent;
}
.bx_catalog_item_scu
    .bx_item_detail_scu
    ul
    li
    .nf
    .cnt_item[data-obgi]
    > span.bg.no-image {
    display: none;
}

.bx_filter .bx_filter_param_label.active .bx_filter_btn_color_icon {
    box-shadow: 0px 0px 0px 2px #fff inset, 0px 0px 0px 2px #ddd;
}
.bx_filter .bx_filter_select_text .bx_filter_btn_color_icon,
.popup-window .bx_filter_btn_color_icon {
    border-radius: 0px;
    width: 31px;
    height: 31px;
    box-shadow: 0px 0px 1px #ddd;
    border: 3px solid #fff;
}
.bx_filter label.pal:hover .bx_filter_param_btn,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li.active span:not(.cnt_item) {
    background: #ddd;
}
.bx_filter label.dib:not(.active):hover .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li:hover span:not(.cnt_item) {
    background: var(--light, #f2f2f2) var(--dark, #333);
    width: 100%;
    display: block;
}
.bx_filter label.dib.disabled:hover .bx_filter_param_btn {
    background: #fff;
}
.bx_filter .pict {
    display: inline-block;
    margin: -2px 0px 0px;
    float: left;
}
.bx_filter_select_popup .bx_filter_btn_color_icon {
    margin: 0 0px 0px 0px;
    top: 0;
    vertical-align: middle;
}
.bx_filter_select_popup .bx_filter_param_text {
    margin: 0 0px 0px 3px;
}
.bx_filter_select_popup .bx_filter_btn_color_icon + .bx_filter_param_text {
    margin: 0 0px 0px 8px;
}
.bx_filter .bx_filter_select_block .bx_filter_btn_color_icon {
    top: -1px !important;
    margin: 0px 0px 0px 0px;
}
.bx_filter_btn_color_icon.all {
    position: relative;
    border: none;
    box-shadow: none;
}
.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.bx_filter_btn_color_icon.all:after {
    right: 0;
    bottom: 0;
}
.bx_filter_btn_color_icon.all:before {
    top: 0;
    left: 0;
}
.bx_filter .bx_filter_popup_result {
    font-size: 13px;
    font-weight: 400;
    line-height: 55px;
    height: 54px;
    position: absolute;
    z-index: 930;
    display: none;
    margin-top: -14px;
    margin-left: -4px;
    padding: 0 0 0 22px;
    white-space: nowrap;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 3px 3px 0;
    background: #fff;
    background: var(--card_bg_black);
}
.bx_filter .bx_filter_popup_result .btn {
    position: relative;
    margin: -16px 0 -13px 24px;
    height: 54px;
    width: 57px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.bx_filter .bx_filter_popup_result .btn .svg {
    top: 6px;
}
.bx_filter .bx_filter_popup_result .btn svg path {
    fill: #fff;
}
.bx_filter .bx_filter_popup_result .btn:hover {
    color: #fff;
}
.bx_filter .bx_filter_popup_result a {
    margin: 0px 0px 0px 18px;
}
.bx_filter .bx_filter_popup_result.right {
    left: 102%;
}
.bx_filter .bx_filter_popup_result.left {
    right: 102%;
}
.side_RIGHT .bx_filter .bx_filter_parameters_box .bx_filter_popup_result.right {
    right: 100%;
    left: auto;
}
.side_RIGHT .container_inner {
    flex-direction: row;
}
.bx_filter .button {
    padding-left: 11px;
    padding-right: 12px;
}
.bx-firefox .bx_filter .button {
    padding-right: 10px;
}
.bx_filter .button#set_filter {
    margin: 0px 10px 0px 0px;
}
.bx_filter .bx_filter_block .clb {
    clear: both;
}

/* sort catalog */
.sort_header .sort_display {
    float: right;
    font-size: 0;
}

.sort_display a,
.sort_display a i {
    display: inline-block;
    height: 13px;
    width: 13px;
    line-height: 20px;
}
.sort_display a {
    margin: 0px 0px 0px 8px;
    width: 35px;
    height: 35px;
    vertical-align: top;
    text-align: center;
    line-height: 35px;
    background: #f5f5f5;
    border-radius: 2px;
}
.sort_display a i {
    background: url("images/svg/Display.svg") 0 0 no-repeat;
    vertical-align: middle;
}
.sort_display a.block i {
    background-position: 0px -17px;
}
.sort_display a.block.current i {
    background-position: 0px 0px;
}
.sort_display a.list i {
    background-position: -29px -17px;
}
.sort_display a.list.current i {
    background-position: -29px 0px;
}
.sort_display a.table i {
    background-position: -57px -17px;
}
.sort_display a.table.current i {
    background-position: -57px 0px;
}

/* catalog menu */
.left_block .internal_sections_list .title {
    padding: 14px 19px 13px 19px;
    border-bottom: 1px solid transparent;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    border: 1px solid #f2f2f2;
}
.left_block .internal_sections_list .title .inner_block {
    position: relative;
    cursor: pointer;
}
.left_block .internal_sections_list .title .hider {
    display: inline-block;
    height: 5px;
    width: 8px;
    background: url("images/arrows.png") -35px -162px no-repeat;
    cursor: pointer;
    top: 7px;
    right: 0px;
    position: absolute;
}
.left_block .internal_sections_list .title .inner_block:before {
    width: 16px;
    height: 16px;
    right: -4px;
    margin-top: 1px;
    border-radius: 16px;
    display: none;
    content: "";
    position: absolute;
}
.left_block .internal_sections_list .title .inner_block:hover:before {
    display: block;
}
.left_block .internal_sections_list .title .inner_block:hover .hider {
    background-position: -19px -143px;
    top: 6px;
}
.left_block .internal_sections_list .title .hider.opened {
    background-position: -1px -162px;
}
.left_block .internal_sections_list .title .inner_block:hover .hider.opened {
    background-position: -1px -143px;
    top: 7px;
}

.left_block .internal_sections_list ul.sections_list_wrapp {
    margin: 1px 0px 0px;
}
.left_block
    .internal_sections_list
    ul.sections_list_wrapp
    > li.item:first-child {
    border-top: 0;
}
.left_block .internal_sections_list li {
    position: relative;
    zoom: 1;
    background: #f7f7f7;
}
.bx_filter_container_title,
.left_block .internal_sections_list ul.sections_list_wrapp > li.item {
    border-top: 1px solid #fff;
}
.left_block .internal_sections_list li.depth3 {
    margin-bottom: 0px;
}
.left_block .internal_sections_list li.depth3 .menu_title {
    text-decoration: none;
    padding-bottom: 6px;
}
.left_block .internal_sections_list li a {
    text-decoration: none;
    padding: 9px 19px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}
.left_block .internal_sections_list li a span {
    font-size: 12px;
    line-height: 16px;
}
.left_block .internal_sections_list li.cur a span {
    border-bottom: 1px solid transparent;
}
.left_block .internal_sections_list ul.sections_list_wrapp > li.item:hover > a {
    z-index: 100;
}
.left_block .internal_sections_list .child_wrapp ul > li {
    background: #fff;
    position: relative;
    display: block;
    margin-left: 9px;
}
.left_block .internal_sections_list .child_wrapp ul.child li:after {
    content: "";
    display: block !important;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 2px;
    height: 2px;
    background: #1d1a1a;
}
.left_block
    .internal_sections_list
    ul.sections_list_wrapp
    > li.item.cur
    .child_container {
    display: block;
}
.left_block .internal_sections_list .child_wrapp.depth3 {
    max-width: 420px;
    padding-bottom: 10px;
}
.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item {
    font-size: 12px;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 10px;
    display: block;
    position: relative;
}
.left_block
    .internal_sections_list
    .child_wrapp
    .child
    li.depth3
    a.menu_item:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 7px;
    width: 2px;
    height: 2px;
    background: #1d1a1a;
}
.left_block .internal_sections_list .child_wrapp .child li > a {
    text-decoration: none;
    border: 0px;
    padding-left: 9px;
}
.left_block .internal_sections_list .child_wrapp a {
    line-height: 16px;
    height: inherit;
    font-size: 12px;
    padding: 3px 10px;
}
.left_block .internal_sections_list .child_wrapp a.title {
    text-decoration: none;
}
.item .child_container {
    display: none;
    z-index: 10;
    background: #f6f6f7;
    border-bottom: 1px solid #f2f2f2;
}
.item .child_container .child_wrapp .menu_title a {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}
.item .child_container .child_wrapp ul > li {
    position: relative;
    display: block;
}
.item.cur .child_container,
.item.current .child_container {
    display: block;
}
.item .child_container .child_wrapp .child li > a {
    text-decoration: none;
    border: 0px;
    padding-left: 9px;
    color: #666;
    color: var(--light_basic_text_black);
}
.item .child_container .child_wrapp .child li > a.menu_item {
    padding-left: 17px;
}
.item .child_container .child_wrapp a {
    line-height: 16px;
    height: inherit;
    font-size: 12px;
    padding: 3px 10px;
}
.item .child_container .child_wrapp a.title {
    text-decoration: none;
}

.wraps .item {
    position: relative;
}
.wraps > .wrapper_inner {
    padding-bottom: 50px;
    z-index: 3;
}
.order_page .wraps > .wrapper_inner {
    z-index: 4;
}
.front_page .wraps > .wrapper_inner {
    padding-bottom: 0px;
}
.wraps > .wrapper_inner:after {
    content: "";
    display: table;
    clear: both;
}
.wraps .item .child_right_container {
    opacity: 0;
    display: block;
    transition: opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
    visibility: hidden;
    z-index: 3;
    top: 0px;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #fff;
    color: #333;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.36);
}
.wraps .item .child_right_container li.menu_item a {
    color: #333;
    padding: 0px;
}
.wraps .item:hover .child_right_container {
    opacity: 1;
    visibility: visible;
}
.wraps .item .child_right_container .child {
    font-size: 0px;
}
.child_right_container .menu_item {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 2px 0px;
    padding: 10px;
    font-size: 12px;
}
.child_right_container .menu_item .image {
    width: 66px;
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.child_right_container .menu_item .image img {
    vertical-align: middle;
}
.child_right_container .menu_item .text {
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 12px;
    text-align: left;
}

/* Scrollbar */
.wrapp_scrollbar .wr_scrollbar {
    margin: 0 38px 1em 38px;
    background: #f2f2f2;
    height: 1px;
    opacity: 0;
}
.wr_scrollbar .scrollbar {
    height: 5px;
    line-height: 0;
    display: none;
    position: relative;
    top: -3px;
    cursor: pointer;
}
.wr_scrollbar .scrollbar .handle {
    width: 100px;
    height: 3px;
    position: relative;
    top: 2px;
    background: #292a33;
    cursor: pointer;
    border-radius: 3px;
}
.wr_scrollbar .scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

/* catalog detail */
.video_block {
    text-align: center;
}
.video_block .description {
    text-align: left;
}
.video_table {
    width: 100%;
}
.video_table td {
    padding-bottom: 1.333rem;
}
.video_table td:nth-of-type(1) {
    padding-right: 1.333rem;
}
.offers_img,
.offers_img a {
    transition: opacity 0.1s ease;
    text-align: center;
}
.offers_img.wof {
    opacity: 0;
    display: inline;
}
.img_wrapper .wrapp_thumbs {
    position: relative;
}
.thumbs_navigation ul li {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    background-color: transparent;
    z-index: 2;
}
.thumbs_navigation ul li:hover {
    background-color: transparent;
}
.img_wrapper .thumbs_navigation .flex-direction-nav {
    margin: 0px;
}
.img_wrapper .thumbs_navigation ol li {
    display: none;
}
.img_wrapper .thumbs_navigation ul li.flex-nav-prev {
    left: -38px;
}
.img_wrapper .thumbs_navigation ul li.flex-nav-next {
    right: -37px;
}
.info_item .top_info,
.info_item .middle_info {
    padding: 24px 0px 3px;
    overflow: hidden;
}
.info_item .middle_info {
    float: left;
    overflow: visible;
    width: 100%;
}
.info_item .top_info .item_block {
    vertical-align: middle;
    line-height: 16px;
}
.info_item .top_info {
    padding: 28px 0px 19px;
    border-bottom: 1px solid #f2f2f2;
}
.info_item .top_info .rows_block + .preview_text {
    padding-top: 13px;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper {
    position: absolute;
    top: 107px;
    left: 40px;
    width: 54px;
    height: 400px;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .bx-viewport.long {
    height: 310px !important;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .inner_slider {
    max-height: 310px;
    overflow: hidden;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block,
.img_wrapper .top-small-wrapper #thumbs {
    height: auto;
    white-space: normal;
    overflow: visible;
    width: auto;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block li {
    display: block;
    padding-left: 0px;
    margin: 0px 0px 10px;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block li:before {
    display: none;
}
.img_wrapper .top-small-wrapper .bx-controls-direction a {
    font-size: 0;
    width: 15px;
    height: 15px;
    left: 19px;
    right: auto;
    position: absolute;
    opacity: 0.7;
}
.img_wrapper .top-small-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}
.img_wrapper .top-small-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.img_wrapper .top-small-wrapper .bx-controls-direction a.bx-prev {
    top: -24px;
    background: url(images/svg/Arrow_up_sm.svg) 1px 3px no-repeat;
}
.img_wrapper .top-small-wrapper .bx-controls-direction a.bx-next {
    top: auto;
    bottom: -26px;
    background: url(images/svg/Arrow_down_sm.svg) 1px 3px no-repeat;
}
.img_wrapper .top-small-wrapper .bx-controls-direction a:not(.opacityv) {
    opacity: 0;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .popup_video a {
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 21px 0px 0px;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .popup_video.fromtop a {
    padding-top: 40px;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .popup_video a:before {
    content: "";
    position: relative;
    background: url(images/video.png) 0px 0px no-repeat;
    width: 14px;
    height: 23px;
    display: block;
    margin: auto;
}
.fancybox-type-iframe .fancybox-skin {
    padding: 0px !important;
}

body .main_item_wrapper div.total_summ {
    display: none;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    color: var(--light_basic_text_black);
    width: auto;
    float: none;
    clear: both;
}
body .main_item_wrapper div.total_summ span {
    color: #1d2029;
    color: var(--white_text_black);
    font-weight: bold;
    white-space: nowrap;
}
body .ajax_load .main_item_wrapper div.total_summ {
    padding: 9px 0px 9px;
}
body .ajax_load .main_item_wrapper .offer_buy_block div.total_summ {
    padding-bottom: 0px;
}
body .ajax_load.table .main_item_wrapper div.counter_wrapp {
    position: relative;
    text-align: left;
    padding: 0px;
}
body .ajax_load.table .main_item_wrapper .counter_wrapp div.total_summ {
    margin: -4px 0px 0px;
    position: absolute;
    font-size: 12px;
    bottom: -20px;
    padding: 0px;
}
body .ajax_load.table .main_item_wrapper .counter_wrapp .btn {
    padding-top: 10px;
    padding-bottom: 9px;
}

/* table sizes */
.info_item .middle_info .buy_block .table_sizes {
    display: block;
    font-size: 13px;
    line-height: 22px;
    margin: -20px 0px 27px;
}
.info_item .middle_info .buy_block .sku_props + .table_sizes {
    margin-top: 0px;
}
.info_item .middle_info .buy_block .table_sizes > span {
    position: relative;
    padding-left: 30px;
}
.info_item .middle_info .buy_block .table_sizes > span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    display: block;
    width: 22px;
    height: 12px;
    background: url(images/lines.png) 0px 0px no-repeat;
}
.info_item .middle_info .buy_block .table_sizes > span.loadings:before {
    background: none;
}
.info_item .middle_info .buy_block .table_sizes .link {
    border-bottom: 1px dotted;
    cursor: pointer;
}

.TABLES_SIZE_frame.popup {
    width: 100%;
    max-width: 960px;
}
.TABLES_SIZE_frame.popup h2 {
    font-weight: normal;
}
.TABLES_SIZE_frame.popup .form .form_head {
    border-bottom: none;
    padding-bottom: 0px;
}
.TABLES_SIZE_frame.popup .form .form_body {
    padding-bottom: 26px;
}
.TABLES_SIZE_frame .form .heading {
    font-size: 1.067em;
    padding-bottom: 20px;
    color: #222222;
    color: var(--white_text_black);
}
.TABLES_SIZE_frame.popup .form p {
    color: #666;
}
.TABLES_SIZE_frame .form .tabs .tab-content {
    padding-top: 24px;
}
.TABLES_SIZE_frame .form table {
    width: 100%;
}
.TABLES_SIZE_frame .form table.styled td {
    padding: 7px 9px;
    font-size: 13px;
    text-align: center;
}
.TABLES_SIZE_frame .form table.sizes td {
    border: 1px solid #e7e7e7;
    border-color: var(--stroke_black);
    padding: 7px 9px;
    font-size: 13px;
    text-align: center;
    width: 70px;
}
.TABLES_SIZE_frame .form table.sizes td.title {
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
}
.TABLES_SIZE_frame .form table.sizes tr.bg {
    background-color: #f7f7f7;
    background-color: var(--darkerblack_bg_black);
}

.right_info_block {
    padding-top: 82px;
}
.right_info_block .brand {
    border: 1px solid #f2f2f2;
}
.right_info_block .brand .image {
    border: 1px solid #f2f2f2;
    padding: 30px 36px 30px 28px;
    display: inline-block;
    margin: -1px;
}
.right_info_block .brand .preview {
    padding: 28px 28px 19px 28px;
    color: #666;
    font-size: 0.933em;
}
.right_info_block .brand .preview .text {
    padding: 0px 0px 15px 0px;
}
.right_info_block .brand .preview .link {
    padding: 0px 0px 11px 13px;
    position: relative;
}
.right_info_block .brand .preview .link.icons_fa:after {
    content: "\f105";
    position: absolute;
    top: 4px;
    left: 0px;
    color: #919191;
    font-weight: bold;
    font-size: 12px;
}

.right_info_block .viewed_block {
    padding-top: 40px;
    display: block;
}
.right_info_block .viewed_block h5 {
    margin: 1px 0px 19px;
}
.right_info_block .viewed_block .item_block {
    padding: 0px;
    margin: 0px;
    z-index: 1;
    transition: box-shadow 0.3s ease;
}
.right_info_block .viewed_block .item_block:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.right_info_block .viewed_block .item_block:before {
    display: none;
}
.right_info_block .viewed_block .item_block .item {
    opacity: 1;
    border-radius: 0px;
    margin-bottom: -1px;
}
.right_info_block .viewed_block .catalog_block .sale_block {
    clear: none;
}
.right_info_block .viewed_block .catalog_block .image_wrapper_block {
    margin-bottom: 15px;
}
.right_info_block .viewed_block .catalog_block .cost.prices .price {
    margin-top: 8px;
    margin-bottom: 15px !important;
}

.nbg.props_list td.char_value {
    text-align: left;
    background: none;
}
.type_more .stores_block_wrap .stores_block:hover,
.type_more .stores_block_wrap .stores_block:hover > div {
    background: #fff;
}
.type_more .stores_block_wrap .stores_block .stores_text_wrapp {
    padding-left: 0px;
}
.type_more .stores_block_wrap .stores_block.wo_image .item-stock {
    text-align: right;
    min-width: auto;
}
.type_more .stores_block_wrap .stores_block.wo_image .item-stock .value {
    margin-right: 0px;
}

.type_more .video_block {
    margin: 0px -15px;
}
.type_more .video_block .video_table td {
    padding: 5px 15px;
    vertical-align: top;
}

.colored_char.props_list tr:nth-child(odd) td,
.colored_char.props_list tr:nth-child(odd) td span {
    background: #f6f6f7;
}
.colored_char.props_list.sku tr:nth-child(even) td,
.colored_char.props_list.sku tr:nth-child(even) td span {
    background: #f6f6f7;
}
.colored_char.props_list.sku tr:nth-child(odd) td,
.colored_char.props_list.sku tr:nth-child(odd) td span:not(.icon) {
    background: #fff;
}
.colored_char.props_list tr td {
    padding: 8px 18px 9px;
    background: none;
    text-align: left;
}
.colored_char.props_list tr td.char_value span {
    color: #333;
}
body .colored_char.props_list .hint {
    left: 19px;
    top: 11px;
}

.colored_char.props_list tr td:first-child > span {
    position: static;
}

body .wraps .addon_type h4 {
    margin-bottom: 14px;
}

body .bottom_slider.custom_type.tab_slider_wrapp {
    padding-top: 0px;
    margin-bottom: 0px;
}
body .last_bottom .bottom_slider.custom_type.tab_slider_wrapp {
    margin-bottom: 40px;
}
body .bottom_slider.custom_type.tab_slider_wrapp .tabs_content {
    margin-bottom: 0px;
}
body .bottom_slider.custom_type.tab_slider_wrapp .slider_navigation {
    top: -38px !important;
}

.wraps.podborki .item-views.table-elements .item .body-info {
    padding-bottom: 0px;
}

.logo-row.wproduct > div {
    display: none;
}
.logo-row.wproduct > div.logo-block,
.logo-row.wproduct > div.product_block {
    display: table-cell;
}
#headerfixed .logo-row.wproduct > div.logo-block {
    min-width: 215px;
}
#headerfixed .logo-row.wproduct > div.product_block {
    width: 100%;
    padding-right: 0px;
}
.logo-row.wproduct > div.product_block .module_products_list {
    margin: 0px;
}
.logo-row.wproduct
    > div.product_block
    .module_products_list
    .inner_table
    > tbody
    > tr
    > td {
    padding: 15px 0px;
}
.logo-row.wproduct > div.product_block .module_products_list .zoom {
    display: none;
}
.logo-row.wproduct > div.product_block .module_products_list .foto-cell img {
    max-height: 100%;
}
.logo-row.wproduct > div.product_block .module_products_list tr.item {
    border: none;
}
.logo-row.wproduct > div.product_block .module_products_list tr.item:hover {
    box-shadow: none;
}
.logo-row.wproduct
    > div.product_block
    .module_products_list
    tr.item
    .like_icons
    span {
    margin-bottom: 0px;
}
.logo-row.wproduct > div.product_block .like_icons .wish_item.added,
.logo-row.wproduct > div.product_block .like_icons .compare_item.added {
    background: none;
}
.logo-row.wproduct > div.product_block .item-name-cell .title {
    font-size: 14px;
    font-weight: bold;
    color: #1d2029;
}
.logo-row.wproduct > div.product_block .item-stock {
    cursor: pointer;
}
.logo-row.wproduct > div.product_block .with_matrix {
    padding: 0px;
}
.logo-row.wproduct > div.product_block .like_icons.full,
.logo-row.wproduct > div.product_block .price-cell {
    text-align: right;
}
.logo-row.wproduct > div.product_block .price-cell .price {
    font-size: 18px;
}
.logo-row.wproduct > div.product_block .more_text,
.logo-row.wproduct > div.product_block .sale_block,
.logo-row.wproduct > div.product_block .price-cell .price_name {
    display: none;
}

body .tabs_section > .wraps:last-child {
    padding-bottom: 25px;
}

.logo-row.wproduct .quantity_block_wrapper > div {
    margin-bottom: 5px;
}
.type_clothes .info_item .middle_info {
    padding-top: 29px;
}
.element_4 .type_clothes .info_item .middle_info {
    padding-bottom: 15px;
}
.type_clothes .info_item .middle_info .prices_block {
    padding-bottom: 14px;
    padding-top: 9px;
}
.type_clothes
    .info_item
    .middle_info
    .prices_block
    .offers_price_wrapper
    .offers_price {
    margin-bottom: 16px;
}
.type_clothes .info_item .middle_info .prices_block .view_sale_block {
    margin-top: 3px;
}
.type_clothes .info_item .middle_info .buy_block .counter_wrapp > div {
    margin-bottom: 12px !important;
}
.type_clothes .info_item .middle_info .col-md-6 .buy_block .in-cart {
    width: 100%;
}
.type_clothes .info_item .middle_info .col-md-6 .buy_block .one_click {
    width: 100%;
}
.type_clothes .info_item .buy_block {
    padding-bottom: 10px;
}

.element_4 .quantity_block_wrapper > div {
    margin-bottom: 10px;
}
.element_4 .sku_props + .top_props {
    margin: 22px 0px 0px;
    border-top: 1px solid #f2f2f2;
    padding-top: 22px;
}
.middle_info .top_props .title {
    color: #444;
    font-size: 14px;
    padding-bottom: 8px;
    font-weight: 500;
}
.middle_info .top_props .props {
    font-size: 13px;
}
.middle_info .top_props .props .prop {
    margin-bottom: 9px;
    line-height: 18px;
}
.middle_info .top_props .props .name {
    color: #888888;
    position: relative;
}
.middle_info .top_props .props .value {
    color: #333;
    padding-top: 2px;
}

.info_item .middle_info .buy_block .gift_form {
    position: relative;
    padding: 3px 0px 16px 28px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-size: 13px;
    color: #666;
}
.info_item .middle_info .buy_block .gift_form:hover {
    color: #333;
}
.info_item .middle_info .buy_block .gift_form span {
    border-bottom: 1px dotted;
}
.info_item .middle_info .buy_block .gift_form:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url("images/ai.png") -136px -84px no-repeat;
}

.element_5 .info_item .middle_info .buy_block .wrapp_one_click {
    padding-bottom: 12px !important;
}

.custom_block > .title {
    color: #222222;
    color: var(--white_text_black);
}
.custom_block .item_block {
    margin: 16px 0px 28px;
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.custom_block .item_block .item_list {
    width: 100%;
}
.custom_block .item_block .item_list td {
    padding: 20px;
}
.custom_block .item_block .item_list .image {
    width: 120px;
    height: 120px;
}
.custom_block .item_block .item_list .image img {
    max-width: 100%;
    max-height: 100%;
}
.custom_block .item_block .item_list .text {
    color: #1d2029;
    color: var(--white_text_black);
}
.custom_block .item_block .item_list .text .name {
    padding-bottom: 3px;
}
.custom_block .item_block .item_list .zoom,
.custom_block .item_block .item_list .text .discount,
.custom_block .item_block .item_list .text .offers_price_old,
.custom_block
    .item_block
    .item_list
    .text
    .with_matrix
    + .price
    .price_matrix_block,
.custom_block .item_block .item_list .text .price_name,
.custom_block .item_block .item_list .text .sale_block {
    display: none;
}
.custom_block .item_block .item_list .text .offers_price {
    margin: 0px;
}
.custom_block .item_block .item_list .text .price_value_block {
    display: inline-block;
}
.custom_block
    .item_block
    .item_list
    .text
    .price_matrix_wrapper
    .prices-wrapper {
    margin: 0;
}
.custom_block .item_block .item_list .text .props_item {
    padding: 3px 0px 0px;
    font-size: 12px;
}
.custom_block .item_block .item_list .text .props_item .prop_item {
    color: #777777;
}
.custom_block .item_block .item_list .text .props_item .prop_item .sku_mdash {
    margin: 0 7px;
}
.custom_block .item_block .item_list .text .props_item .prop_item .val {
    color: var(--white_text_black2);
}

.info_item .info_ext_block {
    float: left;
    width: 100%;
    padding: 18px 0px 13px;
    border-top: 1px solid #f2f2f2;
}
.info_item .info_ext_block .title {
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 0.3px;
    position: relative;
    padding: 0px 0px 6px;
    cursor: pointer;
}
.info_item .info_ext_block .title:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url("images/ai.png") 4px -194px no-repeat;
}
.info_item .info_ext_block .title:not(:hover):before {
    opacity: 0.7;
}
.info_item .info_ext_block .title.opened:before {
    background-position: -171px -82px;
}
.info_item .info_ext_block .text {
    font-size: 13px;
    padding: 0px 0px 8px;
    display: none;
}
.info_item .info_ext_block .text .prop > div {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}
.info_item .info_ext_block .text .prop > div.name {
    color: #777777;
    position: relative;
}
.info_item .info_ext_block .text .prop > div.name .hint {
    top: 3px;
}
.info_item .info_ext_block .text .prop > div.value {
    color: #333;
    color: var(--white_text_black);
}

.middle_info.main_item_wrapper .top_props {
    padding-bottom: 20px;
}

.element_5 .row.desc_tab {
    padding-top: 38px;
}

body .product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    z-index: 995;
    background-color: #fafafa;
    background-color: var(--card_bg_hover_black);
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
    -webkit-transition: top 350ms linear;
    -moz-transition: top 350ms linear;
    -ms-transition: top 350ms linear;
    -o-transition: top 350ms linear;
    transition: top 350ms linear;
    min-height: 48px;
    border-top: 1px solid #eeeeee;
    border-color: var(--stroke_black);
}
body .product-item-detail-tabs-container-fixed.fixed {
    top: 79px;
}
.product-item-detail-tabs-container-fixed .wrapper_inner {
    background: transparent;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-wrapper {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    border: none;
    margin: 0px;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li {
    float: none;
    display: inline-block;
    vertical-align: top;
    border: none;
    text-transform: uppercase;
    font-size: 0.733em;
    letter-spacing: 0.8px;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a {
    border: none;
    position: relative;
    padding: 0px 34px 0px;
    margin: 0px;
    height: 48px;
    line-height: 48px;
    background: transparent;
    color: #777;
    color: var(--light_basic_text_black);
    text-decoration: none;
}
.product-item-detail-tabs-container-fixed
    .product-item-detail-tabs-list
    li
    a:hover,
.product-item-detail-tabs-container-fixed
    .product-item-detail-tabs-list
    li.active
    a,
.product-item-detail-tabs-container-fixed
    .product-item-detail-tabs-list
    li
    a:focus {
    border: none;
    background: none;
    color: #333;
    color: var(--white_text_black);
}
.product-item-detail-tabs-container-fixed
    .product-item-detail-tabs-list
    li
    a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 100%;
    height: 2px;
    background: #ddd;
    transition: right 0.5s ease;
}
.product-item-detail-tabs-container-fixed
    .product-item-detail-tabs-list
    li.active
    a:before {
    right: 0px;
}
.product-item-detail-tabs-container-fixed
    .horizontal-scrolling
    .mCSB_scrollTools
    .mCSB_buttonLeft,
.product-item-detail-tabs-container-fixed
    .horizontal-scrolling
    .mCSB_scrollTools
    .mCSB_buttonRight {
    background: #fafafa;
}

.element_4 .middle_info .sku_props .bx_size_scroller_container,
.element_4 .middle_info .sku_props .bx_scu_scroller_container {
    margin-top: 6px;
}
.top_props .props .choise {
    border-bottom: 1px dotted;
    cursor: pointer;
    position: relative;
}
.top_props .props .choise:before {
    content: "\f107";
    position: absolute;
    right: -14px;
    top: 2px;
    font: normal normal normal 14px/1 FontAwesome;
}
.type_clothes .stock_wrapper {
    margin-bottom: 0px;
}
.type_clothes .stock_wrapper .stock_board:last-of-type {
    border-bottom-width: 0px;
}
body .type_clothes .element_detail_text {
    float: left;
    border-top: 1px solid #f2f2f2;
    padding-top: 30px;
}

.like_wrapper {
    position: relative;
}

.color_link:hover {
    color: #1d2029 !important;
}

/* INSTAGRAM */
body .wraps .instagram_wrapper > .maxwidth-theme {
    padding-top: 30px;
    padding-bottom: 21px;
    border-top: 1px solid #f2f2f2;
}
body .wraps .instagram_wrapper > .maxwidth-theme {
    padding-top: 30px;
    padding-bottom: 21px;
    border-top: 1px solid #f2f2f2;
}
.fill_N .wraps .instagram_wrapper.wide_N > .maxwidth-theme {
    border: none;
}
.wraps .instagram_wrapper.wide_N > .maxwidth-theme {
    padding-top: 0px !important;
}
.wraps .right_block .instagram_wrapper > .maxwidth-theme {
    padding-left: 0px;
    padding-right: 0px;
}
.fill_N .wraps .instagram_wrapper.wide_N > .maxwidth-theme .instagram_ajax {
    border-top: 1px solid #f2f2f2;
}
.wraps .instagram_wrapper.wide_N > .maxwidth-theme .instagram_ajax .top_block,
.with_left_block
    .wraps
    .instagram_wrapper.wide_Y
    > .maxwidth-theme
    .instagram_ajax
    .top_block {
    padding-top: 30px;
}
.instagram_wrapper > .maxwidth-theme .instagram_ajax {
    padding: 7px 0px 20px;
}
.fill_N:not(.with_left_block) .instagram_wrapper.wide_Y .maxwidth-theme {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
}
.with_left_block .instagram_wrapper.wide_Y .maxwidth-theme {
    padding-top: 0px;
}
.wrapper1:not(.with_left_block)
    .instagram_wrapper.wide_Y
    .maxwidth-theme
    .top_block {
    display: none;
}
.wrapper1:not(.with_left_block)
    .instagram_wrapper.wide_Y
    .maxwidth-theme
    .item-views {
    padding-top: 13px;
}

.loader_circle {
    background: url(images/loaders/double_ring.svg) no-repeat center center;
}
.instagram_ajax {
    min-height: 100px;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.row + .row .item-views.blocks {
    padding-top: 0px;
}
.instagram_ajax.loaded {
    opacity: 1;
    background: none;
}
.instagram_ajax .instagram {
    display: block;
}
.instagram_ajax .instagram .flexbox {
    align-items: center;
    margin: 0px;
}
.instagram_ajax .instagram .flexbox .slides {
    width: 100%;
}
.instagram_ajax .instagram .item {
    float: left;
    width: 25%;
    padding: 0;
    position: relative;
    text-align: center;
    border: none;
    margin: 0px;
    box-shadow: none;
}
.instagram_ajax .instagram .item.col-5 {
    width: 20%;
}
.instagram_ajax .instagram .item.col-6 {
    width: 16.666%;
}
.instagram_ajax .instagram .item.user {
    background: #f2f2f2;
    text-align: left;
    display: none;
}
.instagram_ajax .instagram .item.user .body2 {
    padding: 27px 30px;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}
.instagram_ajax .instagram .item.user .image {
    margin: 0 auto 12px;
    width: 36px;
    height: 36px;
}
.instagram_ajax .instagram .item.user .name {
    margin: 0 0 17px;
    font-size: 20px;
    color: #fff;
}
.instagram_ajax .instagram .item.user .button a {
    border-color: #557fa2;
}
.instagram_ajax .instagram .item.user .link {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
}
.instagram_ajax .instagram .item .image {
    position: relative;
    padding: 100% 0 0;
}
.instagram_ajax .instagram .item .title {
    position: absolute;
    max-height: 90%;
    bottom: -100%;
    transition: bottom 0.3s ease;
    color: #ffffff;
    font-weight: normal;
    padding: 0px 20px;
    left: 0px;
    right: 0px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
}
.instagram_ajax .instagram .item:hover .title {
    bottom: 0px;
}
.instagram_ajax .instagram .item .image:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    display: block;
    opacity: 0;
    z-index: 1;
    background: #000000b3;
}
.instagram_ajax .instagram .item:hover .image:after {
    opacity: 1;
}
.instagram_ajax .instagram .item .image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.instagram_ajax .instagram .item .image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.instagram_ajax .instagram .items {
    overflow: hidden;
}
.instagram_ajax .instagram .items .flex-direction-nav li,
.instagram_ajax .instagram .items .flex-direction-nav li a {
    width: 42px;
    height: 42px;
}
.instagram_ajax .instagram .items .flex-direction-nav li {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
    border-radius: 100%;
    transition: all ease 0.3s;
}
.instagram_ajax .instagram .items .flex-direction-nav li.flex-nav-prev {
    left: -40px;
}
.instagram_ajax .instagram .items:hover .flex-direction-nav li.flex-nav-prev {
    left: 14px;
}
.instagram_ajax .instagram .items:hover .flex-direction-nav li.flex-nav-next {
    right: 14px;
}
.instagram_ajax .instagram .items .flex-direction-nav li.flex-nav-next {
    right: -40px;
}

.instagram_ajax .instagram .flex-direction-nav li a.flex-prev {
    background-position: 15px -96px;
}
.instagram_ajax .instagram .flex-direction-nav li:hover a.flex-prev {
    background-position: 15px 11px;
}
.instagram_ajax .instagram .flex-direction-nav li a.flex-next {
    background-position: -19px -96px;
}
.instagram_ajax .instagram .flex-direction-nav li:hover a.flex-next {
    background-position: -19px 11px;
}

.ymaps-controls-lefttop ymaps.ymaps-b-zoom_hints-pos_right + ymaps {
    display: none;
}

.additional_block p {
    color: #555;
}

.ajax_load.block.goods-block .footer_button .offer_buy_block > .read_more,
.ajax_load.block.goods-block .footer_button > .read_more {
    margin-top: 11px;
}
.ajax_load.block.goods-block .catalog_item:hover .footer_button {
    display: block;
}

.info_item .top_info .article {
    font-size: 13px;
    color: #666;
    line-height: 18px;
}
.info_item .top_info .article .value {
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
}
.info_item .top_info .brand {
    float: right;
    font-size: 13px;
}
.info_item .top_info .brand img {
    display: block;
    max-width: 100%;
}
.info_item .preview_text {
    color: #333333;
    max-height: 70px;
    overflow: hidden;
    padding: 0px 0px 3px;
}
.info_item .preview_text h2,
.info_item .preview_text h3 {
    margin-top: 0;
}
.info_item .middle_info .prices .price {
    font-size: 26px;
    line-height: 20px;
    padding-right: 5px;
}
.info_item .middle_info .prices .price:not(.discount) {
    padding-right: 13px;
}
.info_item .middle_info .prices .discount * {
    margin-top: 12px;
    font-size: 15px;
}
.info_item .middle_info .prices .sale_block {
    margin: 8px 0px 0px;
}
.info_item .middle_info .prices .sale_block .text {
    position: relative;
    padding-bottom: 3px;
    line-height: 15px;
    margin-top: 2px;
}
.info_item .middle_info .view_sale_block {
    margin-top: 9px;
}
.info_item .middle_info .item-stock {
    margin: 14px 0px 0px;
    font-size: 13px;
}
.info_item .middle_info .item-stock > span {
    font-size: 13px;
}
.info_item .middle_info .item-stock .store_view {
    cursor: pointer;
    color: #666;
}

.info_item .middle_info .prices_block {
    padding: 0px 0px 22px 0px;
}
.info_item .middle_info .prices_block .rating {
    margin: 16px 0px 0px;
}
.info_item .middle_info .buy_block {
    line-height: 0px;
}
.info_item .middle_info .buy_block .slide_offer {
    margin: 0px 0px 30px;
}
.info_item .middle_info .buy_block > div {
    display: inline-block;
    vertical-align: top;
}
.info_item .middle_info .buy_block .wrapp_one_click {
    padding-bottom: 22px !important;
}
.info_item .middle_info .buy_block .sku_props + .counter_wrapp,
.info_item .middle_info .buy_block .buys_wrapp {
    padding-top: 15px;
}
.info_item .middle_info .buy_block .sku_props + .counter_wrapp.woffers,
.ajax_load .counter_wrapp.woffers {
    transition: opacity 0.1s ease;
    opacity: 0;
}
.info_item .middle_info .buy_block .counter_wrapp {
    padding: 0px 12px 0px 0px;
    white-space: nowrap;
}
.info_item .middle_info .buy_block .counter_wrapp > div {
    margin-bottom: 22px !important;
}
.info_item .middle_info .buy_block .counter_wrapp .more_text {
    font-size: 12px;
    white-space: normal;
}
.noffer .info_item .middle_info .buy_block .one_click {
    opacity: 1;
}
.info_item .middle_info .preview_text {
    padding: 22px 0px 0px 0px;
    font-size: 13px;
    line-height: 18px;
}
.buy .counter_wrapp {
    padding: 0px;
}

.btn.has_prediction {
    position: relative;
    overflow: visible;
}

body .btn.has_prediction .svg-inline-prediction {
    position: absolute;
    right: -1px;
    top: -1px;
}
body .btn .svg-inline-prediction,
body .btn .svg-inline-prediction svg {
    display: none;
}
body .btn.has_prediction .svg-inline-prediction,
body .btn.has_prediction .svg-inline-prediction svg {
    display: block;
}

#simple-prediction {
    z-index: 3000 !important;
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    padding: 0;
    background: var(--card_bg_black);
}
#simple-prediction .popup-window-content {
    border-radius: 3px;
}
#simple-prediction .catalog-element-popup-inner {
    padding: 17px 20px 19px;
    margin-right: 31px;
    max-width: 300px;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    color: var(--light_basic_text_black);
}
#simple-prediction .popup-window-close-icon {
    opacity: 1;
    right: 1px;
    top: 1px;
}
#simple-prediction .popup-window-close-icon:after {
    background-image: url(/bitrix/templates/aspro_max/images/svg/close_prediction.svg);
    width: 8px;
    height: 8px;
}
#simple-prediction .popup-window-angly-bottom::before {
    top: -11px;
    background: var(--card_bg_black);
}
.popup-window-angly:before {
    background: var(--card_bg_black);
}
.popup-window-angly--arrow {
    background-color: var(--card_bg_black);
}
body .wrapper_inner.wide_page .info_item .middle_info {
    font-size: 0px;
}
body .wrapper_inner.wide_page .info_item .middle_info > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
body
    .wrapper_inner.wide_page
    .info_item
    .middle_info
    .buy_block
    .wrapp_one_click {
    display: block;
}
body
    .wrapper_inner.wide_page
    .info_item
    .middle_info
    .buy_block
    .wrapp_one_click
    > span {
    display: block;
}

.info_item .middle_info .sale_block {
    font-size: 13px;
}

.top_info .more_block {
    cursor: pointer;
    font-size: 13px;
}
.top_info .more_block:after {
    content: "\f107";
    padding: 0px 0px 0px 5px;
}

.detail_text ul li::before,
.preview_text ul li::before,
.preview-text ul li::before {
    padding: 0 10px 0 0;
}

.file_type {
    clear: both;
    margin-top: 9px;
}
.file_type a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file_type.jpg i.icon {
    background-position: -42px -42px;
}
.file_type.rtf i.icon {
    background-position: 0px -42px;
}
.file_type.tiff i.icon {
    background-position: -84px -42px;
}
.file_type.ppt i.icon {
    background-position: -84px -126px;
}
.file_type.pdf i.icon {
    background-position: 0px -0px;
}
.file_type.word i.icon {
    background-position: -42px 0px;
}
.file_type.png i.icon {
    background-position: -84px -84px;
}
.file_type.txt i.icon {
    background-position: -42px -84px;
}
.file_type.excel i.icon {
    background-position: -84px 0px;
}
.file_type.gif i.icon {
    background-position: 0px -126px;
}
.file_type.bmp i.icon {
    background-position: -42px -126px;
}
.file_type i.icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("images/svg/docs.svg") 0px -84px no-repeat;
    float: left;
}
.file_type .description {
    padding: 0 0 0 60px;
    position: relative;
    top: 0px;
}

.banners-small .item .inner-item {
    padding: 0px 0px 35px;
}
.banners-small.blog .item .inner-item {
    padding-bottom: 23px;
}
.banners-small .item .image {
    max-height: 203px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners-small .item.wide-block .image {
    max-height: 428px;
}
.banners-small .item .image img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}
.bx-ie .banners-small .items .item.shadow:hover {
    box-shadow: 0px 0px 0px 1px #f5f5f5;
}

.banners-small .item .image .type-block {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    color: #fff;
    background: rgba(46, 46, 47, 0.6);
    line-height: 18px;
    padding: 5px 7px;
    border-radius: 3px;
    z-index: 2;
}
.banners-small .item .title {
    text-align: left;
    text-decoration: none;
    color: #222;
    padding: 26px 20px 0px;
    font-weight: bold;
    font-size: 1em;
}
.banners-small.blog .item .title {
    padding: 20px 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banners-small .item.wti .title {
    padding: 0px;
}
.banners-small.blog .item.wide-block .title span {
    font-size: 1.333em;
    line-height: 1.3em;
}
.banners-small .item .title a {
    text-decoration: none;
    color: #222;
}
.banners-small .item .title .prev_text-block {
    color: #555555;
    padding: 16px 0px 5px;
    font-weight: 400;
}
.banners-small .item .title .date-block {
    font-size: 0.929em;
    color: #9a9a9a;
    font-weight: normal;
    padding: 6px 0px 0px;
}
.banners-small.blog .item .title .date-block {
    padding-top: 3px;
}
.banners-small .bottom_nav {
    text-align: center;
}

/* tizers start */
.tizers_block.tizers_block_detail .item .img {
    max-width: none;
    width: 70px;
    height: 70px;
}
.tizers_block.tizers_block_detail .item {
    margin-bottom: 20px;
}
.tizers_block.tizers_block_detail .item .title {
    padding-right: 10px;
}
/* tizers end */

.info_item .stock_wrapper {
    float: left;
    width: 100%;
}
.stock_wrapper {
    margin: 0px 0px 22px;
}
.stock_wrapper .stock_board {
    padding: 22px 0px 19px 58px;
    position: relative;
    font-size: 13px;
    border-top: 1px solid #f2f2f2;
}
.stock_wrapper .stock_board.nt:before {
    top: 13px;
}
.stock_wrapper .stock_board:last-of-type {
    border-bottom: 1px solid #f2f2f2;
}
.stock_wrapper .stock_board:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 45px;
    background: url("images/icons_goods.png") -1px -139px no-repeat;
    left: 0px;
    top: 23px;
}
.stock_wrapper .stock_board .title {
    font-size: 15px;
    font-weight: bold;
}
.stock_wrapper .stock_board .read_more {
    font-size: 13px;
}
.stock_wrapper .stock_board .txt {
    margin: 5px 0 4px;
    line-height: 18px;
}
.share_wrapp {
    position: relative;
}
.share_wrapp .text {
    font-size: 14px;
    border-color: #888;
    text-transform: none;
    padding: 7px 10px 8px 32px;
    position: relative;
    color: #222;
    line-height: 15px;
}
.share_wrapp .text:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 14px;
    background: url("images/ai.png") -426px -50px no-repeat;
    left: 13px;
    top: 8px;
    opacity: 0.7;
}
.share_wrapp .text:hover {
    border-color: 444444;
}
.share_wrapp .text:hover {
    color: 444444;
}
.share_wrapp .text:hover:before {
    opacity: 1;
}
.share_wrapp .shares {
    display: none;
    position: absolute;
    top: 42px;
    left: -5px;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin: 0px -20px;
    width: 155px;
}
.share_wrapp .shares .b-share {
    padding: 20px 20px 15px !important;
}
.share_wrapp .shares .b-share a {
    padding: 0px !important;
}
.share_wrapp .shares .b-share a:nth-child(3n) {
    margin-right: 0px;
}
.share_wrapp .shares:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #fff;
    left: 50%;
    top: -16px;
    margin-left: -11px;
}

.line_block .share_wrapp {
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    position: relative;
    padding: 7px 64px 11px 20px;
    cursor: pointer;
    min-height: 40px;
}
.line_block .share_wrapp:hover {
    padding-right: 54px;
    padding-left: 10px;
}
.line_block .share_wrapp:before {
    content: "";
    position: absolute;
    top: 0;
    right: 44px;
    display: block;
    background: #f2f2f2;
    width: 1px;
    height: 100%;
}
.line_block .share_wrapp .text {
    padding: 0px;
    border: none;
    color: #555;
}
.page-top .line_block .share_wrapp:not(:hover) {
    padding-right: 24px;
}
.page-top .line_block .share_wrapp {
    border: none;
}
.page-top .line_block .share_wrapp:before {
    background: transparent;
}
.page-top .line_block .share_wrapp:after {
    right: 13px;
}
.page-top .line_block .share_wrapp .text {
    display: none;
}
.line_block .share_wrapp:hover .text {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.line_block .share_wrapp .text:before {
    display: none;
}
.line_block .share_wrapp:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    background: url(images/next.png) -162px -141px no-repeat;
    width: 17px;
    height: 18px;
}
.line_block .share_wrapp:hover:before {
    background: #fff;
}
.line_block .share_wrapp .btn.active,
.line_block .share_wrapp .btn:active {
    box-shadow: none;
}
.line_block .share_wrapp:hover {
    background: #f2f2f2;
    padding-top: 6px;
    padding-bottom: 1px;
}

.btn--no-btn-appearance {
    appearance: none;
    background: none;
    border-radius: inherit;
    border: none;
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 0;
}

.line_block .share_wrapp .shares {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: static;
    box-shadow: none;
    width: auto;
    margin: 0px;
    background: none;
}
.line_block .share_wrapp .shares:after {
    display: none;
}
.line_block .share_wrapp .shares .b-share {
    padding: 0px !important;
    background: none;
}
.line_block .share_wrapp:hover .shares {
    opacity: 1 !important;
    visibility: visible;
    display: block !important;
}

a .zoom:not(.soc-icon) {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0px 0px -20px;
    opacity: 0;
    transition: all ease 0.3s;
}
.current:hover .zoom:not(.soc-icon):not(.button1),
.item:hover .zoom:not(.soc-icon):not(.button1),
.popup_link:hover .zoom:not(.soc-icon):not(.button1) {
    opacity: 1;
}
.zoom:not(.soc-icon):not(.button1):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("images/svg/sprite_arrows.svg") -24px -18px no-repeat;
    width: 16px;
    height: 16px;
    margin: -8px 0px 0px -8px;
}

.item_slider .slides .flex-direction-nav {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0px;
    right: 0px;
}
.item_slider .slides .flex-direction-nav li {
    height: 42px;
    width: 42px;
    display: block !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.item_slider .slides:hover .flex-direction-nav li {
    opacity: 1 !important;
}
.item_slider .slides .flex-direction-nav li span {
    vertical-align: middle;
}
.item_slider .slides .flex-direction-nav li.flex-nav-next {
    right: 0px;
}

.item_slider .slides .flex-direction-nav li span.flex-prev {
    background-position: 8px -101px;
}
.item_slider .slides .flex-direction-nav li:hover span.flex-prev {
    background-position: 8px 5px;
}
.item_slider .slides .flex-direction-nav li span.flex-next {
    background-position: -26px -101px;
}
.item_slider .slides .flex-direction-nav li:hover span.flex-next {
    background-position: -26px 5px;
}

.item_slider .slides:not(:hover) .flex-direction-nav.ext li {
    opacity: 0 !important;
}

.display_list .list_item .props_list {
    width: 100% !important;
}
.display_list .list_item .props_list td {
    width: 50%;
    text-overflow: ellipsis;
    background: url(/bitrix/templates/aspro_max/images/dott.png) no-repeat;
    background-position: 0px 14px;
    background-repeat: repeat-x;
}
.display_list .list_item .props_list td:last-of-type > span {
    padding-left: 12px;
}

.display_list .list_item .props_list .props_item.whint {
    display: inline;
    padding-right: 10px;
    background-color: #fff;
}
.display_list .list_item .props_list .props_item.whint span {
    padding-right: 0px;
}
.display_list .list_item .props_list .hint {
    position: relative;
    top: -1px;
    left: 2px;
    right: auto;
    display: inline;
}
.display_list .list_item .props_list .hint .icon {
    position: relative;
}
.display_list .list_item .props_list .hint + span {
    padding-left: 22px;
}
.display_list .list_item .hint .tooltip {
    left: 1px;
    text-align: left;
}
.display_list .list_item .hint.active .tooltip {
    opacity: 1;
    z-index: 204;
}
.display_list .list_item .hint .tooltip:after {
    left: 2px;
}
.display_list .list_item .char_name .hint .icon {
    left: 0px;
}

.props_list .hint {
    position: absolute;
    top: 0px;
    right: -12px;
}
.props_list .hint .icon {
    border-radius: 100%;
}

.table-elements .item .text {
    line-height: 24px;
    display: table;
    width: 100%;
    height: 100%;
}
.table-elements .items .item:hover .dark_block_animate {
    opacity: 0;
}
.table-elements .items .item .image .dark_block_animate {
    background: rgb(46, 46, 47);
}
.table-elements .items .item .image:hover .dark_block_animate {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.table-elements .item .text .cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 10px;
}
.table-elements .item .text .cont > div {
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
}
.table-elements .item .text .cont > div * {
    opacity: 1;
}
.table-elements .item .text .cont > div span {
    display: block;
    font-size: 20px;
    opacity: 1;
    font-weight: bold;
    padding-bottom: 28px;
}
.table-elements .item .text .cont > div .text_more .mores {
    position: relative;
    padding: 0px 30px 0px 0px;
    display: inline-block;
}
.table-elements .item .text .cont > div .text_more .mores:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0px;
    display: block;
    width: 20px;
    height: 14px;
    background: url(images/next.png) -222px -16px no-repeat;
}
.wrap-portfolio-front .item .text .section_name {
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    background: #d4d4d4;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 0px 10px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}
.wrap-portfolio-front .item .text .title,
.item .text .titles {
    font-weight: 400;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff !important;
}
.wrap-portfolio-front .item .text .title span,
.item .text .titles span {
    font-size: 20px;
}
.item:hover .text .cont > div,
.table-elements .item .image:hover .text .cont > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.table-elements .item:hover .text .cont > div {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.wrap-portfolio-front .item .img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bx-firefox .wrap-portfolio-front .item .img_block {
    background-position-x: 0;
}

.zomm_wrapper-block {
    position: relative;
}
.items .item .dark_block_animate {
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    top: 0px;
}

.detail .items .item:hover .dark_block_animate,
.zomm_wrapper-block:hover .dark_block_animate {
    opacity: 0.4;
    z-index: 10;
}
.scale_block_animate {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.item .scale_block_animate img {
    max-width: 100%;
    max-height: 100%;
}

.props_block .char_name {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}
.props_block .char_value {
    font-size: 15px;
    line-height: 19px;
}
.props_block.flexbox.row {
    margin-left: 0;
    margin-right: 0;
}
.props_block .char {
    padding: 22px 25px;
    margin: 0px -1px -1px 0px;
}
.props_block .char:hover {
    background: #fafafa;
    background: var(--light2_bg_black);
}
.button.wicon i {
    background-position: -91px -206px;
    margin: 0px 10px 0px 5px;
}

.forms .text_block {
    width: 29%;
    font-size: 13px;
    padding: 0px 60px 0px 0px;
}
.forms .form_block {
    width: 71%;
}

.items-services > .row > div {
    margin: 0px 0px -1px 0px;
}
.items-services.item-views .item {
    border: 1px solid #f2f2f2;
    box-shadow: none;
    padding: 30px;
    margin: 0px;
}
body .items-services.item-views .item > .image {
    width: 165px;
}
body .items-services.item-views .item > .image + .body-info {
    padding-left: 195px;
}
body .items-services.item-views.image_right .item > .image + .body-info {
    padding-right: 195px;
    padding-left: 0px;
}
body .items-services.item-views .item > .body-info {
    padding-top: 0px;
}
body .items-services.item-views .item .body-info .title {
    margin: 0px;
}
body .items-services.item-views .item .body-info .previewtext {
    margin: 7px 0px 0px;
    font-size: 13px;
}

.middle_info .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
}
.middle_info .sku_props .bx_size_scroller_container,
.middle_info .sku_props .bx_scu_scroller_container {
    margin-top: 12px;
}
.middle_info .sku_props .wrapper_sku > div {
    margin-bottom: 15px;
}

/* bottom slider start */
.bottom_slider .catalog_item {
    text-align: center;
}
.bottom_slider .catalog_item .buttons_block {
    text-align: center;
}
.bottom_slider .catalog_item .buttons_block .button {
    float: none;
}
/* bottom slider end */

/* reviews */
.reviews-reply-field .lhe-stat-toolbar-cont {
    border: 1px solid #eeeeee;
    border-bottom-width: 0px;
    box-sizing: border-box;
    border-radius: 2px 2px 0px 0px;
    background-color: #f7f7f7;
}
.reviews-reply-field iframe {
    border-radius: 0px 0px 2px 2px;
    background-color: #f7f7f7;
}
.reviews-reply-field-upload {
    padding: 11px 0px 19px;
}
.forum-upload-file-attach {
    font-size: 13px;
}
.reviews-reply-field input[type="checkbox"] {
    display: none;
}
.filter.form label span {
    line-height: 20px;
}
.filter:not(.form) label span {
    line-height: 14px;
}
.reviews-reply-field-settings {
    padding: 0px 0px 16px;
}
.reviews-post-reply-buttons {
    margin: 0px 0px 1.4rem;
}
.reviews-reply-buttons .button:first-child {
    margin: 0px 13px 0px 0px;
}
.reviews-post-reply-buttons a {
    font-size: 13px;
    color: #999;
}
.reviews-reply-header,
.reviews-reply-fields label {
    margin: 0px 0px 3px 0px;
    display: block;
    font-size: 0.867em;
}
.reviews-reply-fields {
    margin: 0px 0px 19px 0px;
}
.reviews-block-container {
    margin: 0px -39px 30px;
}
.reviews-post-table {
    border-top: 1px solid #eeeeee;
    border-color: var(--stroke_black);
    width: 100%;
}
.reviews-post-table thead td .message-post-date {
    line-height: 14px;
    padding-left: 11px;
    font-size: 11px;
    margin-left: 0px;
    display: inline-block;
}
.reviews-post-table thead td {
    color: #222;
    color: var(--white_text_black);
    font-size: 14px;
}
.reviews-post-reply-buttons span.separator {
    background-color: #e0e0e0;
    background-color: var(--stroke_black);
    display: inline-block;
    margin: 0 4px;
    height: 8px;
    line-height: 5px;
    width: 1px;
}
.reviews-post-table .reviews-text {
    margin: 0.733rem 0px 0.6rem;
    line-height: 1.692em;
}
.forum-quote {
    width: 100%;
    margin: 0.466rem 0px;
}
.reviews-block-inner .reviews-post-table .forum-quote td {
    background: #f8f2d4;
    padding: 0.466rem 1.1rem;
}
blockquote.bx-quote {
    background: #f8f2d4 !important;
}
.forum-quote tr th {
    text-indent: -9999px;
    display: none;
}
.forum-quote tbody tr td {
    border: 1px solid #dddddd;
    padding: 8px 13px 0px;
    background: url("images/font_quote.gif") no-repeat scroll -1px -1px;
}
.forum-quote tbody tr td a,
.reviews-header-title a {
    cursor: default;
}
.reviews-reply-field-captcha {
    display: flex;
    flex-wrap: wrap;
}
.reviews-reply-field-captcha > div + div {
    display: flex;
    align-items: flex-end;
}
.reviews-reply-field-captcha .captcha-img {
    display: flex;
}
.reviews-reply-field-captcha .captcha_reload {
    position: relative;
    left: initial;
    top: initial;
    margin-left: 15px;
    display: block;
}
.reviews-reply-field-captcha.invisible .captcha_reload {
    display: none;
}
div.reviews-header-box {
    color: #fff;
}
div.reviews-info-box,
.reviews-note-box {
    padding: 10px;
    margin: 0px 0px 20px;
}
div.reviews-info-box:not(.alert),
.reviews-note-box:not(.alert) {
    border: 1px solid #ddd;
}
div.reviews-code-box {
    font-size: 12px;
    width: 100%;
    border-width: 1px solid #ddd;
    background: #f8f2d4;
}
div.reviews-code-box ol,
div.reviews-code-box ol li,
div.reviews-code-box ol li span {
    margin: 0;
    padding: 0;
    border: none;
}
div.reviews-code-box ol {
    list-style: decimal;
    margin-left: 3em;
    padding: 0.5em 0;
}
div.reviews-code-box ol li {
    list-style: decimal-leading-zero;
    list-style-position: outside !important;
    padding: 0 0.5em 0 1.5em !important;
    margin: 0;
    line-height: 1.5em;
}
.reviews-note-box p {
    margin-bottom: 0px;
}
.reviews-note-box .reviews-note-error {
    color: #e62222;
}

.reviews-reply-field .feed-add-post-text {
    padding: 0px;
}

/* reviews front */
.drag-block.REVIEWS .reviews.item-views {
    padding-bottom: 60px;
}

.wrapper1:not(.with_left_block)
    .wrapper_inner.front
    .drag-block.container
    .reviews.item-views {
    padding-bottom: 70px;
}

.reviews.item-views .item {
    text-align: left;
    margin-bottom: 0px;
}
.reviews.item-views .item .top_wrapper {
    margin: 3px 0 2px;
}
.reviews.item-views .item .top_wrapper .top-info .wrap {
    padding: 1px 0px 5px 2px;
}
.reviews.item-views .item .top_wrapper .separator {
    margin: 0 6px;
    color: #e1e1e1;
}
.reviews.item-views .item .top_wrapper .date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviews.item-views .item:not(.wlogo) .image {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.reviews.item-views .item.wlogo .image {
    width: 80px;
    height: 62px;
    line-height: 62px;
}
.reviews.item-views .item img {
    display: inline-block;
}
.reviews.item-views .item .title {
    margin-bottom: 12px;
}
.reviews.item-views .item .body-info {
    position: relative;
    margin: 20px 0px 0px;
}
.reviews.item-views .item .svg-inline-quote {
    position: absolute;
    left: -43px;
    top: 7px;
    display: none;
}

.review-detail .reviews.item-views .item {
    padding: 0px;
}
.review-detail .reviews.item-views .item .top_wrapper {
    padding: 0px;
}
.review-detail .reviews.item-views .item .top_wrapper .top-info {
    padding-top: 7px;
}
.review-detail .reviews.item-views .item .top_wrapper .top-info .wrap {
    padding-bottom: 3px;
}
.review-detail .reviews.item-views .item .top_wrapper .date {
    text-transform: lowercase;
    font-size: 0.8em;
    letter-spacing: normal;
}
.review-detail .reviews.item-views .item .top_wrapper .title {
    font-size: 1.2em;
}
.review-detail .reviews.item-views .item .header-block {
    padding: 40px 60px 28px;
}
.review-detail .reviews.item-views .item .bottom-block {
    padding: 10px 60px 60px;
}
.review-detail .reviews.item-views .item .bottom-block .preview-text {
    line-height: 24px;
}
.review-detail .reviews.item-views .votes_block.nstar {
    margin: 0px 0px 23px;
    height: 25px;
}
.review-detail .reviews.item-views .votes_block.nstar {
    position: relative;
}
.review-detail .reviews.item-views .votes_block.nstar:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 151px;
    top: 10px;
    right: 0;
    background: #ececec;
    background: var(--stroke_black);
}
.review-detail .reviews.item-views .votes_block.nstar .ratings .item-rating {
    padding: 0px 4px 0 0px;
}
.review-detail .reviews.item-views .close-block {
    margin-top: 43px;
}

.item-views.table.normal-img .item .image img {
    max-height: none;
}
.item-views.table-elements .item .image {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    display: block;
    position: relative;
    overflow: hidden;
}
.item-views.table-elements .item .image img {
    max-height: 100%;
    display: inline-block;
    width: 100%;
}
.item-views.table-elements .item .body-info {
    padding: 20px 0px 22px;
}
.item-views.table-elements.news2 .item .body-info {
    padding-left: 20px;
    padding-right: 20px;
}
.item-views.table-elements.news2 .item .body-info .period {
    margin-bottom: 3px;
}
.item-views.table-elements.news2 .item .body-info .previewtext {
    margin-top: 3px;
}
.item-views.table-elements.news2 .item.wti .body-info {
    border-top: 1px solid #f5f5f5;
}
.item-views.table-elements .item .body-info .previewtext {
    margin-bottom: 0px;
    font-size: 0.933em;
}
.item-views.table-elements .item .body-info .previewtext p {
    margin-bottom: 12px;
}
.mixitup-container .item-views.table-elements .row > div {
    visibility: hidden;
}
.mixitup-container.mixitup-ready .item-views.table-elements .row > div {
    visibility: visible;
}
.mixitup-container .item-views.table-elements .item .image {
    max-height: 350px;
}
.item-views.sections {
    margin-bottom: 0;
}
.item-views.sections .item {
    margin: 0 0 59px;
    overflow: hidden;
}
.item-views.sections .item .info {
    color: #555555;
    line-height: 18px;
}
.item-views.sections .item .info a {
    text-decoration: none;
}
.item-views.sections.front .item .title,
.item-views.sections .row_block .item .title {
    margin-bottom: 18px;
}
.item-views.sections.front .item .title a,
.item-views.sections .row_block .item .title a {
    font-size: 1em;
    line-height: 20px;
}
.item-views.sections .item .title a {
    font-size: 1.6em;
    line-height: 1.167em;
    font-weight: bold;
    margin-bottom: 18px;
}
.item-views.sections .item .image {
    height: 133px;
    line-height: 133px;
    margin-bottom: 18px;
    text-align: left;
    width: 200px;
}
.item-views.sections .item .image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.item-views.sections .row_block .item .text.childs {
    display: block;
}
.item-views.sections .row_block .item .text.childs ul li {
    padding-left: 11px;
}

.list-type-block.item-views .item.shadow:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}
.sub_container {
    position: relative;
}

.item-views {
    margin-bottom: 0;
    position: relative;
}
.wraps > .wraps .item-views {
    padding-bottom: 31px;
}
.item-views.with_tabs hr:last-of-type {
    display: none;
}
.item-views .cat-desc {
    padding: 0px 0px 30px;
}
.item-views .cat-desc h3:first-of-type,
.text_after_items h3:first-of-type,
.text_after_items h2:first-of-type {
    margin-top: 0px;
}
.text_after_items {
    padding: 80px 0px 0px;
}
.item-views .section-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 15px;
}
.item-views .item {
    position: relative;
}
.item-views .item.bg-white:not(.bordered),
.item-views .item.bg-fill-white:not(.bordered) {
    background-color: var(--black_bg_black);
}
.grey_block .item-views .item.bg-white {
    background: var(--darkerblack_bg_black);
}
.catalog.item-views .flexslider .item .buy_block .counter input {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff;
}
.item-views.list .item {
    margin-bottom: 0px;
}
.item-views.list .item .top-block {
    background: transparent;
}
.item-views.list hr {
    margin: 47px 0px;
}
.item-views .item.noborder {
    border: none !important;
    box-shadow: none !important;
}
.item-views .item .title {
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-views .item .title:not(.muted) {
    color: #333;
    color: var(--white_text_black);
}
.item-views .item .section_name {
    color: #85878b;
    font-size: 11px;
    line-height: 13px;
    margin: 7px 0 10px;
}
.item-views .item .previewtext {
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.item-views .item .previewtext p {
    margin-bottom: 0px;
}

.item-views.table .item {
    margin-bottom: 30px;
}
.item-views.table .item .text {
    padding: 15px 24px 24px;
    overflow: hidden;
}
.item-views.table .item.wti .text {
    padding-top: 24px;
}
.item-views.table .item .image {
    padding: 24px 24px 0 24px;
    text-align: center;
    width: 100%;
}
.item-views.table .item .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    max-height: none;
}

.list-type-block.item-views .item .title {
    margin-bottom: 19px;
    color: #333;
    color: var(--white_text_black);
}
.list-type-block.item-views .item .previewtext {
    margin-bottom: 20px;
}
.list-type-block.item-views .item > .image {
    max-width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 193px;
}
.list-type-block.item-views.wide_img .item > .image {
    width: 250px;
    max-height: none;
}
.list-type-block.item-views.wide_img .item .image + .body-info.with-section {
    padding-bottom: 20px;
}
.list-type-block.item-views.wide_img .item .period {
    margin-bottom: 5px;
}
.list-type-block.item-views.wide_img .item .previewtext {
    margin-top: 5px;
}
.list-type-block .link-block-more a {
    font-size: 0.929em;
}
.list-type-block.item-views.wide_img hr {
    margin: 38px 0px 38px;
}
.list-type-block.item-views.wide_img.image_right .item > .image {
    width: 250px;
    max-height: none;
}
.list-type-block.item-views.wide_img.image_right .item .image + .body-info {
    padding-right: 293px;
    padding-left: 0px;
}
.list-type-block.item-views.list-elements .item > .image {
    width: 100px;
    height: 100px;
    line-height: 97px;
    min-height: 100px;
}
.list-type-block.item-views.list-elements .item .image + .body-info {
    padding-left: 135px;
    padding-top: 10px;
}
.list-type-block.item-views.list-elements.image_right .item .body-info {
    padding-left: 0px;
    padding-right: 135px;
}
.list-type-block.item-views.list-elements .item {
    margin: 0px;
}
.list-type-block.item-views.list-elements hr {
    margin: 10px 0px 30px;
}
.bx_item_detail_inc_two {
    border-top: 1px solid #f5f5f5;
    padding: 25px 0px 20px;
}
.bx_item_detail_inc_two .list-type-block.item-views {
    margin: 0px;
}
.bx_item_detail_inc_two .list-type-block.item-views .item_block {
    padding: 0px 0px 10px;
}
.bx_item_detail_inc_two .list-type-block.item-views .item > .image {
    width: 45px;
    height: 45px;
    line-height: 45px;
    min-height: 45px;
}
.bx_item_detail_inc_two
    .list-type-block.item-views
    .item
    > .image
    + .body-info {
    padding-left: 64px;
}
.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info {
    padding-top: 4px;
    color: #555;
}
.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info .title {
    color: #555;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
}
.bx_item_detail_inc_two .list-type-block.item-views .item {
    padding-left: 39px;
}
.list-type-block.item-views.image_right .item > .image {
    float: right;
}
.list-type-block.item-views .item .image + .body-info {
    padding-left: 225px;
}
.list-type-block.item-views .item .image.padding + .body-info {
    padding-left: 243px;
}
body .list-type-block.item-views .flexslider .item > .body-info {
    padding-bottom: 20px;
}
body .list-type-block.item-views.reviews .item > .body-info {
    padding-top: 0px;
}
.list-type-block.item-views .item.wti .body-info {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.list-type-block.item-views.image_right .item .body-info {
    padding-left: 0px;
    padding-right: 225px;
}
.list-type-block.item-views.image_right .item.padding .body-info {
    padding-left: 0px;
    padding-right: 243px;
}
body .list-type-block.item-views .item.wti .body-info .properties {
    margin-left: -16px;
    margin-right: -16px;
}

.ask_a_question_wrapper {
    position: relative;
}
.ask_a_question_wrapper .ask_a_question {
    position: absolute;
    top: 0px;
    float: none;
    margin-left: 18px;
    transition: top ease 0.3s;
    max-width: 286px;
    width: auto;
}
.ask_a_question_wrapper .ask_a_question.fixed {
    position: fixed;
}
.ask_a_question_wrapper .ask_a_question.nonfixed {
    position: static !important;
}
.ask_a_question_wrapper .ask_a_question .btn.white:not(.grey):not(:hover) {
    background: none;
}
.row > div > .detail .ask_a_question {
    width: auto;
}
.detail .ask_a_question .btn-default.wc.vert {
    margin: 0 0 13px;
}
.detail .ask_a_question .btn-default.wc.vert + div {
    color: #888888;
    line-height: 16px;
}

.head-block.top:not(.with-tabs) .item-link {
    border-right: 1px solid #eeeeee;
    border-color: var(--stroke_black);
}
.head-block.top:not(.with-tabs) .item-link.active {
    background: #fafafa;
    background: var(--light2_bg_black);
}

/* FLEXSLIDER */
.detail .gallery-block .flexslider .slides > li {
    max-height: none;
    padding: 0px;
    margin: 0px;
}
.detail .gallery-block .small-gallery ul.items li {
    width: 60px !important;
    border: 2px solid transparent;
    position: relative;
}
.detail .gallery-block .small-gallery ul.items li:hover {
    cursor: pointer;
}

.detail .gallery-block .bigs.flexslider {
    margin-bottom: 81px;
    box-shadow: 0px 0px 0px 1px #f5f5f5 inset;
    overflow: hidden;
}
.detail .gallery-block .bigs.flexslider .slides .item {
    border: none;
    text-align: center;
    max-height: 500px;
    min-height: 300px;
}
.detail .gallery-block .bigs.flexslider .slides .item a {
    display: inline;
}
.detail .gallery-block .bigs .item img {
    width: auto;
    max-height: 100%;
    margin: auto;
}
.detail .gallery-block .small-gallery.flexslider {
    border: 0 none;
    box-shadow: none;
    z-index: 1;
    display: inline-block;
    text-align: center;
    margin: 0px auto 0px !important;
    padding: 0 58px;
    max-width: 816px;
}
.detail .gallery-block .small-gallery-wrapper {
    text-align: center;
    padding: 15px 0px 20px;
    font-size: 0px;
    line-height: 0px;
}
.detail h5 + .gallery-block .small-gallery-wrapper {
    padding-top: 0px;
}
.detail h5 + .gallery-block .bigs.flexslider {
    margin-bottom: 55px;
}
.detail .gallery-block .bigs.flexslider .flex-control-paging {
    top: -3px !important;
}

.flexslider.nav-title .flex-direction-nav li a {
    color: #fff;
    padding-top: 60px;
    height: auto;
    width: auto;
    text-shadow: none;
    margin-top: -50px;
}
.flexslider.nav-title .flex-direction-nav li a.flex-next:before {
    background: url(images/svg/Arrow_left_white.svg) 0px 0px no-repeat;
}
.flexslider.nav-title .flex-direction-nav li a.flex-next {
    right: 33px;
}
.flexslider.nav-title .flex-direction-nav li a.flex-prev:before {
    background: url(images/svg/Arrow_right_white.svg) 0px 0px no-repeat;
}
.flexslider.nav-title .flex-direction-nav li a.flex-prev {
    left: 33px;
}
.flexslider.nav-title .item .bg-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(5px);
    filter: blur(10px);
    background-position: center center;
}
.flexslider.nav-title .items .item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(34, 34, 34, 0.7);
    display: block;
}
.flexslider.small-gallery .flex-direction-nav a {
    font-size: 0px;
}

.detail .small-gallery-block .flex-control-nav {
    display: block;
    bottom: 0;
    top: inherit;
}
.with-padding.wraps .top_right.border.custom_flex .flex-direction-nav {
    top: -50px;
}
.with-padding.wraps .flexslider .items {
    padding-top: 18px;
}
.with-padding.wraps .gallery-wrapper .flexslider .items {
    padding-top: 0px;
}

.detail .galery .flexslider .slides > li {
    max-height: 488px;
    opacity: 0;
    line-height: 467px;
    height: 470px;
}
.zomm_wrapper-block {
    position: relative;
}
.zomm_wrapper-block:hover .flex-direction-nav a {
    opacity: 1 !important;
}

.bigs .flex-direction-nav li {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    transition: all ease 0.3s;
    opacity: 0;
}
.bigs .flex-direction-nav li.flex-nav-prev {
    left: -50px;
}
.bigs:hover .flex-direction-nav li {
    opacity: 1;
}
.bigs:hover .flex-direction-nav li.flex-nav-prev {
    left: 10px;
}
.bigs .flex-direction-nav li.flex-nav-next {
    right: -50px;
}
.bigs:hover .flex-direction-nav li.flex-nav-next {
    right: 10px;
}

.flexslider ul {
    margin: 0px;
}
.center-nav .flex-direction-nav li {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.center-nav .flex-direction-nav li.flex-nav-prev {
    left: 10px;
}
.center-nav .flex-direction-nav li.flex-nav-next {
    right: 10px;
}
.flex-control-nav li:before {
    display: none !important;
}

/* BLOG */
.search-tags-cloud .title-block-middle {
    padding: 0px 0px 16px;
}
.search-tags-cloud .tags {
    margin: 0px -2px 43px;
}
.bottoms + .search-tags-cloud .tags {
    margin-bottom: 35px;
}
.search-tags-cloud .tags a {
    background: #f5f5f5;
    background: var(--darkerblack_bg_black);
    padding: 5px 11px 6px;
    color: #999999;
    font-size: 0.8em;
    border-radius: 4px;
    margin: 0px 2px 5px;
    line-height: 15px;
    display: inline-block;
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    text-decoration: none;
}
.search-tags-cloud .tags a:hover {
    color: #fff;
    border-color: transparent;
}

.preview-text-detail {
    padding: 0 0 20px;
    font-size: 1.2em;
    color: #222;
    line-height: 1.6em;
    margin-bottom: 10px;
    position: relative;
}
.preview-text-detail .colored_line {
    margin-top: 40px;
    height: 2px;
}

.banners-small.blog {
    padding: 0px;
}
.banners-small.blog .items .item {
    box-shadow: 0px 0px 0px 1px #f2f2f2;
    margin: 0px 0px 32px;
}
.edge .banners-small.blog .items .item {
    box-shadow: none;
}
.items .item.shadow:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}
.bx-ie-edge .items .item.shadow:hover,
.bx-ie .items .item.shadow:hover {
    box-shadow: none;
}

.blog_wrapper.blog .top_block {
    padding-top: 0px;
}
.blog_wrapper.blog .item .inner-item {
    padding-bottom: 19px;
}
.blog_wrapper.blog .item .inner-item .date-block {
    padding-top: 8px;
}

.container-block {
    margin: 0px 0px 40px;
}
.fill-block {
    background: #f9f9f9;
    padding: 21px 30px 16px;
    border-bottom: 1px solid #f5f5f5;
}
.title-block-middle {
    color: #333;
    font-size: 1.067em;
    font-weight: bold;
}
.fill-block .title-block-middle {
    padding: 0px 0px 19px;
    border-bottom: 1px solid #f1f1f1;
}
.fill-block ul {
    margin: 0px;
    padding: 14px 0px 0px;
}
.fill-block ul li {
    padding: 0px;
    margin: 0px;
}
.fill-block ul li:before {
    display: none;
}
.fill-block ul li a {
    display: block;
    padding: 4px 0px;
}
.fill-block ul li a .text {
    font-size: 0.933em;
    padding: 0px 12px 0px 0px;
}
.fill-block ul li a .count,
.fill-block ul li a:hover .count {
    font-size: 0.867em;
    float: right;
    color: #999999;
}

.period-wrapper {
    margin: 0px 0px 13px;
}

.projects.item-views.table.with-comments {
    border-top: 1px solid #f5f5f5;
    margin: 20px 0px 0px;
}
.projects.item-views.table.with-comments.side-block {
    border-top: none;
    margin: 0 0 30px 0;
}
.projects.item-views.table.with-comments.side-block li {
    padding-left: 0px;
}
.projects.item-views.table.with-comments .flexslider .item,
.projects.item-views.table.with-comments .flexslider .item:hover {
    box-shadow: none;
}
.item-views.table.with-comments .item .image {
    max-height: 203px;
}
.item-views.table.with-comments.side-block .item {
    margin-bottom: 0px;
    border: none;
    height: auto !important;
}
.item-views.table.with-comments .item .title {
    font-weight: bold;
}
.title-block-big {
    font-size: 1.2em;
    font-weight: bold;
    color: #222;
}
.item-views.table.with-comments .title-block-big {
    padding: 40px 0px 32px;
}
.item-views.table.with-comments.side-block .title-block-big {
    font-size: 1.067em;
    padding-top: 0px;
}
.item-views.table.with-comments .item .info {
    padding: 13px 20px 20px;
}
.item-views.table.with-comments .item .comments-wrapper {
    color: #9a9a9a;
    font-size: 0.867em;
    text-align: left;
}

/* PROJECTS */
.detail .front .flex-direction-nav a:before {
    opacity: 1;
}
.detail .wraps.projects-block {
    margin-bottom: -12px;
}
.detail .wraps.projects-block h5 {
    margin-bottom: 15px;
}
.detail .projects.item-views.table .flexslider {
    margin-bottom: 0px;
}
.detail .projects.item-views.table .flexslider .slides > li {
    max-height: none;
}
.detail .projects.item-views.table .front .flex-direction-nav {
    top: -46px;
}

.item-views.table .item {
    margin-bottom: 16px;
    transition: box-shadow 0.3s ease;
    display: block;
    box-shadow: none;
}
.projects.item-views.table .flexslider .item {
    margin-bottom: 0px;
}
.item-views li[class*="col-md"]:before {
    display: none;
}
.item-views .shadow .item:hover,
.projects.item-views.table .flexslider .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

body .group-content .tab-pane:first-of-type h3 {
    margin-top: 0px;
}
.group-content .tab-pane .text_before_items {
    margin-bottom: 42px;
}

.item-views .item .title a {
    color: #333;
    color: var(--white_text_black);
    text-decoration: none;
}
.catalog_item:hover .item-title a,
.item:hover .info a,
.item:hover .name a,
.item:hover .title a,
.item .title a:hover {
    color: var(--fill_dark_light_hover);
}
.item-views.table .item .image {
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    max-height: 202px;
}
.item-views.table.bblock .item .image {
    max-height: 354px;
}
.item-views.table .item .image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    *display: inline;
    zoom: 1;
}
.item-views.table.partners .item .image.w-picture img {
    width: auto;
}
.item-views.table .item .info {
    padding: 26px 31px 20px;
    position: relative;
}

.table-type-block.item-views.items-list3 h3 {
    margin-top: 26px;
}
.table-type-block.item-views.items-list3 .row > div,
.table-type-block.item-views.table-elements .row > div {
    padding-bottom: 32px;
}

.table-type-block.item-views.items-list3 .item {
    display: block;
    padding: 53px 25px;
    margin: 0px;
    box-shadow: none;
    border: 1px solid #f5f5f5;
}
.table-type-block.item-views.items-list3 .shadow .item:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}
.table-type-block.item-views.items-list3 .item .image {
    float: none;
    text-align: center;
    height: 60px;
    line-height: 57px;
}
.table-type-block.item-views.items-list3 .item .image img {
    display: inline-block;
    max-height: 100%;
}
.item-views.list .items > div h2 {
    margin-top: 30px;
}
.item-views.list .items > div:first-of-type h2 {
    margin-top: 0;
}
.item-views.table-type-block.news-project
    .items
    > div.col-md-4:nth-child(3n + 1) {
    clear: left;
}

/* PARTNERS */
.detail .partners.front .flex-control-nav {
    bottom: -25px;
}
.partners.item-views.table .item .image,
.partners_2.item-views.table .item .image {
    padding: 40px 40px 0;
    line-height: 107px;
}
.partners.item-views.table .item .text,
.partners_2.item-views.table .item .text {
    padding-bottom: 0px;
    padding-top: 30px;
}

/* SERVICES */
.catalog.sections .items {
    margin-right: 0;
}
.catalog.sections .items > div {
    padding-right: 0;
    padding-left: 0px;
}

.catalog.item-views .item .image {
    padding: 0;
    max-width: 244px;
    height: 244px;
    margin: 0 auto;
    line-height: 241px;
    position: relative;
    background: #fff;
    max-height: 244px;
}
.catalog.item-views.big-img .item .image {
    height: auto;
    line-height: normal;
    max-width: none;
    max-height: none;
    padding-right: 18px;
}
.catalog.item-views.big-img.list .item {
    padding: 50px;
}
.catalog.item-views.news-section1 h2 a,
.catalog.item-views.news-section2 h2 a {
    color: #333;
}

.catalog.sections .item {
    margin: -1px 0 0px -1px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 50px 50px 50px;
    box-shadow: none;
    transition: box-shadow ease 0.3s;
}
.catalog.sections .row_block .item {
    padding: 39px 39px 39px;
}
.catalog.sections.front .item {
    padding: 16px 14px 19px;
    margin: 0 0 13px;
}
.catalog.sections .item:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}
.catalog.sections .item a {
    text-decoration: none;
}
.catalog.sections .item .info {
    line-height: 18px;
    padding-left: 303px;
}
.catalog.sections .list_block .item.right .info {
    padding-left: 0px;
    padding-right: 303px;
}
.catalog.sections .row_block .item .info {
    padding-left: 182px;
}
.catalog.sections.front .item .info {
    padding-left: 169px;
}
.catalog.sections .item .title {
    font-weight: bold;
    margin-bottom: 36px;
}
.catalog.sections .item .text {
    line-height: 22px;
    color: #555555;
    margin: 0px 0px 27px 0px;
}
.catalog.sections .item .image {
    float: left;
    height: 254px;
    line-height: 254px;
    text-align: center;
    width: 254px;
    max-width: 254px;
    margin-bottom: 0;
    background: #fff;
}
.catalog.sections .row_block .item .image {
    width: 144px;
    text-align: center;
    height: 144px;
    font-size: 20px;
    border-radius: 100%;
    line-height: 140px;
    overflow: hidden;
    background: #fff;
}
.catalog.sections .item.right .image {
    float: right;
}
.catalog.sections.front .item .image {
    height: 110px;
    line-height: 107px;
    width: 138px;
}
.catalog.sections .item .image a {
    text-align: center;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: top;
}
.catalog.sections .item .image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.catalog.sections .item.wti .info {
    padding-left: 0;
}
.catalog.sections .item.right .info {
    padding-left: 0;
    padding-right: 182px;
}

.catalog.sections .table_block .item {
    margin-left: -1px;
    padding: 25px;
}
.catalog.sections .table_block .item .image {
    float: none;
}
.catalog.sections .table_block .item .image a {
    display: inline;
}
.catalog.sections .table_block .item .info {
    padding-left: 0px;
    padding-top: 30px;
}
.catalog.sections .table_block .item .title {
    margin-bottom: 20px;
}
.catalog.sections .table_block .item .title a {
    font-size: 17px;
    line-height: 24px;
}

/* COMMENTS */
.bx_soc_comments_div .bx-catalog-tab-list li {
    padding-left: 0px;
    margin: 0px;
}

.catalog.item-views.list.projects .item {
    padding: 50px 50px;
}
.catalog.item-views.list.projects .item .image {
    max-width: none;
    max-height: none;
    height: auto;
    padding-right: 16px;
}
.catalog.item-views.list.projects.image_right .item .image {
    padding-right: 0;
    padding-left: 16px;
}
.catalog.item-views.list.projects .item .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 33px;
}
.projectslist h2 {
    margin: 53px 0px 44px;
}
.projectslist:first-of-type h2 {
    margin-top: 0px;
}

.projects.detail .galery .inner {
    max-height: inherit;
    padding: 29px 29px 27px 29px;
}
.projects.detail .galery #carousel.flexslider {
    margin-bottom: -2px !important;
    margin-top: 16px !important;
}
.projects.detail .galery #carousel .slides li {
    width: 100px !important;
}
.projects.detail .head {
    margin-bottom: 24px;
}
.projects.detail .head .info {
    padding: 29px 29px 27px;
}
.projects.detail .head .ask_a_question {
    margin: 0;
}
.projects.detail .head .label {
    height: 20px;
    padding: 0.3em 0.6em;
    margin-right: 35px;
}
.projects.detail .head .article {
    color: #777777;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
}
.projects.detail .head .article > span {
    color: #2f383d;
}
.projects.detail .head .previewtext {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 36px;
}
.projects.item-views.table .flex-control-nav {
    bottom: -23px;
}

.projects-blocks {
    border: 1px solid #f5f5f5;
    padding: 50px;
    margin: 0px 0px 47px;
}
.projects-blocks .head-block .inner .flexslider {
    margin: 0px;
}
.projects-blocks .head-block .inner .item {
    max-height: 456px;
    text-align: center;
    display: block;
    opacity: 0;
}
.projects-blocks .head-block .inner .item img {
    width: auto;
}
.projects-blocks .head-block .title_grey_small {
    color: #999999;
    font-size: 0.867em;
}
.projects-blocks .head-block .info .hh {
    border-bottom: 1px solid #f5f5f5;
    margin: 0px -50px 40px 0px;
    padding: 0px 50px 34px 0px;
    color: #222;
}
.projects-blocks .head-block .info .prop-block {
    padding: 0px 0px 14px;
}
.projects-blocks .head-block .info .prop-block .value {
    color: #222222;
}
.projects-blocks .head-block .info .all_char {
    padding: 0px 0px 14px;
}
.projects-blocks .head-block .info .all_char span {
    border-bottom: 1px dotted;
    font-size: 0.867em;
    cursor: pointer;
}
.projects-blocks .head-block .buttons-block {
    color: #999999;
}
.projects-blocks .head-block .buttons-block .text {
    font-size: 0.867em;
    line-height: 20px;
}
.projects-blocks .block {
    margin: 0px 0px 15px;
    max-width: 250px;
}
.projects-blocks .block .btn {
    display: block;
    margin: 0px;
    white-space: normal;
}
.projects-blocks .bx_item_detail_inc_two {
    margin: 0px 0px -50px;
    padding: 0px 0px 0px;
}
.bx_item_detail_inc_two .list-type-block.item-views .item {
    display: table;
}
.projects-blocks .bx_item_detail_inc_two .list-type-block.item-views .item {
    padding-left: 0px;
}
.bx_item_detail_inc_two .list-type-block.item-views .item > .image {
    display: table-cell;
    vertical-align: middle;
}
.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 0px;
}
.bx_item_detail_inc_two
    .list-type-block.item-views
    .item
    > .image
    + .body-info {
    padding-left: 20px;
}
.projects-blocks .tizers_block {
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}
.projects-blocks .tizers_block .inner_wrapper {
    margin: 0px;
}

.detail img {
    max-width: 100%;
    margin: auto;
    max-height: 100%;
}
.item_slider .slides li img,
.item_slider .thumbs li img {
    max-height: 100%;
    width: auto;
}

.ask_a_question {
    margin-bottom: 47px;
    border: 1px solid #f5f5f5;
    background: #fbfbfb;
    text-align: center;
}
.ask_a_question .inner {
    background: #fbfbfb;
    padding: 48px 25px 20px;
    line-height: 20px;
    color: #555555;
    font-size: 0.933em;
}
.ask_a_question .outer {
    background: #fbfbfb;
}
.ask_a_question .inner .text-block {
    position: relative;
    padding: 106px 0px 0px 0px;
    color: #222;
}
.ask_a_question .inner .text-block:before {
    content: "";
    position: absolute;
    width: 88px;
    height: 80px;
    left: 50%;
    top: 0px;
    margin: 0px 0px 0px -44px;
    background: url(images/next.png) -289px -211px no-repeat;
}
.ask_a_question .outer > span {
    margin: 5px 0px 39px;
    display: block;
}
body .ask_a_question .btn.btn-default {
    margin: 0px;
    background: transparent;
}

.left_block .ask_a_question {
    margin-bottom: 30px;
}

/* seo block */
.seo_block h2:first-of-type,
.seo_block h3:first-of-type,
.seo_block h4:first-of-type {
    margin-top: 0px;
}

/* order items */
.bx_ordercart .module-cart thead tr td.item {
    text-align: center;
}
.bx_ordercart .module-cart table td.name-cell.no_img,
.bx_ordercart .module-cart table td.custom .no_img {
    padding-top: 8px;
}
.bx_ordercart .module-cart table td.cost-cell.no_img {
    padding-top: 9px;
}
.bx_ordercart .module-cart table td.cost-cell.notes.no_img {
    padding-top: 6px;
}
.bx_ordercart .module-cart table tbody td.custom {
    padding-top: 9px;
}
.bx_ordercart.basket_wrapp {
    margin: 0px;
}
.bx_ordercart .module-cart td {
    white-space: nowrap;
}
.bx_ordercart_order_sum {
    width: 100%;
    margin: 0px;
}
.bx_ordercart_order_sum td {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bx_ordercart_order_sum td.custom_t1 {
    width: 89%;
    padding: 0px 29px 0px 0px;
    text-align: right;
}
.bx_ordercart_order_sum td.fwb {
    font-weight: bold;
    vertical-align: top;
    padding-top: 5px;
}
.bx_ordercart_order_sum td.fwb strike {
    font-size: 12px;
    font-weight: bold;
}
.bx_section_bottom h3 {
    margin-bottom: 29px;
}
.bx_section_bottom .bx_block {
    margin-bottom: 20px;
}
.bx_ordercart_order_pay_center {
    text-align: right;
    margin: 0px 0px 5px;
}
.confirm .bx_section {
    padding-left: 88px;
}
.confirm h3 {
    position: relative;
    padding: 5px 0px 12px 0px;
}
.sale_order_full_table.pay {
    margin: 35px 0px 0px;
}
.confirm h5 {
    margin-bottom: 10px;
}
#order_form_div .confirm .button {
    font-size: 10px;
    padding-top: 11px;
    padding-bottom: 10px;
}
#order_form_div input[type="submit"] {
    font-size: 10px;
    padding: 11px 21px 10px 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    cursor: pointer;
    line-height: 16px;
    background: #ddd;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    border: none;
    position: relative;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
}
.bx_ordercart_order_pay .bx_ordercart_order_pay_right {
    margin: 0px;
}

/* personal */
.border_block {
    padding: 38px 43px;
    border: 1px solid #f2f2f2;
    border-color: var(--stroke_black);
    position: relative;
}
.form-block-wr .main .iblock,
.soc-serv-main {
    font-size: 12px;
}
.form-block-wr .but-r {
    padding: 26px 0px 0px 0px;
}
.soc-serv-main .soc-serv-title-grey {
    padding: 0px 0px 14px;
}
.passw .text_block {
    padding-top: 35px;
}
.adaptive {
    display: none;
}
.border_block .lk-page {
    text-align: center;
}
.border_block .lk-page .form-control {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.border_block .lk-page .btn {
    width: auto;
}
.border_block .block_wr {
    padding: 10px 20px;
    text-align: center;
}
.border_block .text_block {
    font-size: 0.867em;
    color: #999;
    margin: 4px 0px 0px;
    line-height: 1.538em;
}
.border_block .form-block-wr .wrap_md {
    font-size: 0px;
}
.subscribe-edit .right_blocks .more_text_small {
    padding-top: 23px;
}
.module-form-block-wr.lk-page .soc-avt {
    padding: 33px 43px 15px;
    margin: 45px -43px 0px -43px;
    border-top: 1px solid #f2f2f2;
    border-color: var(--stroke_black);
}
.module-form-block-wr.lk-page .soc-avt:after {
    display: none;
}
div.soc-serv-accounts > table td {
    padding-top: 7px;
    padding-bottom: 7px;
}
div.soc-serv-accounts td.soc-serv-name .auth-soc-title {
    display: none;
}

div[id^="bx_auth_resend"],
div[id^="bx_auth_error"],
#bx_profile_resend,
#bx_profile_error {
    margin-top: 20px;
}

/* phone or login input */
.phone_or_login {
    position: relative;
}
.phone_or_login .svg {
    width: 26px;
    height: 26px;
    right: 14px;
    position: absolute;
    top: 35px;
}

/* registration form */
.pk-page {
    text-align: center;
}
.pk-page .top-text,
.top-text--auth {
    margin: 0 0 58px 0;
    line-height: 23px;
}
.top-text--auth {
    text-align: center;
}
.pk-page .form-control {
    margin: 0 auto 25px;
    max-width: 560px;
    text-align: left;
}
.pk-page .form-control .text-block {
    color: #999;
    font-size: 13px;
    margin: 4px 0 -4px 0;
}
.pk-page .form .form_footer {
    margin: 0 auto 40px auto;
    display: block;
    max-width: 560px;
}
.pk-page .licence_block {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 25px;
}
.pk-page .alert {
    margin-bottom: 25px;
    display: inline-block;
}
.pk-page .social_block {
    padding: 0;
    max-width: 560px;
    margin: 0 auto;
}
.pk-page .soc-avt .title {
    padding: 0 25px;
    color: #999;
}
.pk-page .captcha_reload {
    top: 6px;
}
.pk-page .captcha-row .captcha_input {
    height: 48px;
    position: relative;
    width: calc(100% - 246px);
    left: 0;
    right: initial;
    max-width: initial;
    margin-bottom: 10px;
}
.pk-page .captcha-row .captcha_image {
    bottom: 0;
    max-width: 216px;
    position: absolute;
    right: 0;
}
.pk-page .captcha-row .captcha_input label.error {
    top: -20px;
    right: -246px;
}
.pk-page .captcha-row .captcha_image,
.pk-page .captcha-row .captcha_image img {
    height: 48px;
}

@media screen and (max-width: 500px) {
    .pk-page .top-text,
    .top-text--auth {
        margin: 0 0 30px 0;
    }
}

/* forgot password form */
.forgotpasswd-page .phone_or_login .text-block {
    display: none;
}
.forgotpasswd-page
    .phone_or_login.phone_or_login-login
    .text-block:nth-of-type(odd),
.forgotpasswd-page
    .phone_or_login.phone_or_login-email
    .text-block:nth-of-type(odd) {
    display: block;
}
.forgotpasswd-page
    .phone_or_login.phone_or_login-phone
    .text-block:nth-of-type(even) {
    display: block;
}
.forgotpasswd-page .phone_or_login .svg {
    display: none;
}
.forgotpasswd-page .phone_or_login.phone_or_login-login .svg:nth-of-type(odd),
.forgotpasswd-page .phone_or_login.phone_or_login-email .svg:nth-of-type(odd) {
    display: block;
}
.forgotpasswd-page .phone_or_login.phone_or_login-phone .svg:nth-of-type(even) {
    display: block;
}
.forgotpasswd-page .phone_or_login label {
    display: none;
}
.forgotpasswd-page
    .phone_or_login:not(.phone_or_login-login):not(.phone_or_login-email):not(
        .phone_or_login-phone
    )
    label:nth-of-type(1) {
    display: block;
}
.forgotpasswd-page .phone_or_login.phone_or_login-login label:nth-of-type(2),
.forgotpasswd-page .phone_or_login.phone_or_login-email label:nth-of-type(2) {
    display: block;
}
.forgotpasswd-page .phone_or_login.phone_or_login-phone label:nth-of-type(3) {
    display: block;
}
.forgotpasswd-page div[id^="bx_register"] {
    width: 295px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

/* change password form */
.changepasswd-page div[id^="bx_chpass"] {
    width: 295px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

/* auth form */
.popup .pk-page {
    text-align: left;
}
.popup .pk-page .form .form_footer {
    margin: 0 0 5px 0;
    max-width: initial;
}
.popup .pk-page .social_block {
    margin: 0px;
    text-align: left;
    padding: 10px 60px 55px;
}
.popup .pk-page .soc-avt .title {
    color: #777;
    padding-left: 0;
}
.auth-page .form_footer {
    text-align: left;
}
.auth-page .licence_block {
    width: 295px;
    line-height: 18px;
    font-size: 13px;
}
.auth-page div[id^="bx_auth"] {
    width: 295px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
.auth-page .buttons {
    margin-top: 30px;
}
.auth-page .form_footer .filter.block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.auth-page .prompt.remember {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    float: none;
    white-space: nowrap;
}
.auth-page .prompt.remember label {
    font-weight: normal;
    display: block;
    zoom: 1;
    vertical-align: middle;
    margin: 0;
    top: -4px;
    position: relative;
    font-weight: normal;
}
.auth-page .prompt.remember input {
    width: auto;
    margin: 0px 4px 0px 0px;
}
.auth-page .forgot {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: -3px 0 0 0;
    text-decoration: none;
}
.auth-page .phone_or_login + .form-control {
    display: none;
}
.auth-page .phone_or_login .svg {
    display: none;
}
.auth-page .phone_or_login.phone_or_login-login .svg:nth-of-type(odd),
.auth-page .phone_or_login.phone_or_login-email .svg:nth-of-type(odd) {
    display: block;
}
.auth-page .phone_or_login.phone_or_login-phone .svg:nth-of-type(even) {
    display: block;
}
.auth-page .phone_or_login label {
    display: none;
}
.auth-page
    .phone_or_login:not(.phone_or_login-login):not(.phone_or_login-email):not(
        .phone_or_login-phone
    )
    label:nth-of-type(1) {
    display: block;
}
.auth-page .phone_or_login.phone_or_login-login label:nth-of-type(2),
.auth-page .phone_or_login.phone_or_login-email label:nth-of-type(2) {
    display: block;
}
.auth-page .phone_or_login.phone_or_login-phone label:nth-of-type(3) {
    display: block;
}
.auth-page .phone_or_login + .form-control {
    display: none;
}

@media screen and (max-width: 400px) {
    .popup .pk-page .social_block {
        padding: 10px 30px 55px;
    }
}

/* history list */
.filter_block {
    padding: 17px 24px 14px;
    overflow: hidden;
}
.filter_block ul {
    font-size: 0px;
    margin: 0px;
    float: left;
}
.filter_block ul li {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    padding: 0px 25px 0px 0px;
}
.filter_block ul li:before {
    display: none;
}
.filter_block ul li:last-child {
    padding-right: 0px;
}
.filter_year {
    float: right;
    margin: -5px 0;
    width: 100px;
}
.filter_year .common_select .common_select-link {
    margin: 0;
}
.module-orders-list.colored thead td {
    padding-bottom: 9px;
}
.module-orders-list.colored tbody td {
    padding: 15px 5px 15px;
}
.module-order-history .module-orders-list .tr-d:hover td {
    background: #f7f7f7;
}
.module-orders-list.colored tbody td.not_payed {
    color: #e62222;
}
.module-orders-list.colored tbody td.payed,
.module-order-history .module-orders-list .status.delivered {
    color: #37ac09;
}
.module-orders-list .status.canceled {
    color: #e62222;
}
.module-orders-list.colored tbody td.price-cell,
.module-orders-list.colored tbody td.summ-cell,
.module-order-history.orderdetail .module-orders-list tr td.price {
    font-weight: bold;
    white-space: nowrap;
}
tr.drop td {
    border-top-width: 0px;
}
.module-order-history .empty_history {
    padding: 20px 0px;
}

/* history detail */
.module-order-history.orderdetail .module-orders-list tr td {
    border: 1px solid #f2f2f2;
    padding: 11px 19px 14px;
    text-align: left;
}
.module-order-history.orderdetail .module-orders-list tr.title td {
    border: 0px;
    padding: 0px;
}
.module-order-history.orderdetail h4 {
    margin: 36px 0 27px;
}
.module-order-history.orderdetail .module-orders-list tr td.vimg {
    text-align: center;
    border-right-width: 0px;
}
.module-order-history.orderdetail .module-orders-list tr td.vimg + .vname {
    border-left-width: 0px;
}
.module-order-history .module-orders-list .drop-cell .not-payed .text {
    font-size: 13px;
    width: 73%;
    padding: 0px 10px 0px 0px;
}
.module-order-history .module-orders-list .drop-cell .not-payed .pays {
    width: 27%;
    text-align: right;
}
.module-order-history.orderdetail .result-row {
    margin: 19px 0px 0px;
}
.module-order-history.orderdetail .result-row .result {
    padding: 0px;
}
.module-order-history.orderdetail .result-row .result td {
    padding: 0px;
    border: 0px;
}
.module-order-history.orderdetail .module-orders-list thead tr td {
    padding: 8px 12px 9px;
    background: #f7f7f7;
    border-left-width: 0px;
    border-right-width: 0px;
}
.module-order-history.orderdetail .module-orders-list.goods tr td {
    border-left-width: 0px;
    border-right-width: 0px;
}
.module-order-history.orderdetail .module-orders-list.goods tr td:first-child {
    border-left-width: 1px;
}
.module-order-history.orderdetail .module-orders-list.goods tr td:last-child {
    border-right-width: 1px;
}
.module-order-history.orderdetail .module-orders-list tr td .bx_ol_sku_prop td {
    border: 0px;
    padding: 0px;
    font-size: 12px;
}

.but-r .buttons {
    margin: 21px 0px 0px 0px;
}
.soc-serv-main .row {
    margin: 0px;
}
.bx-touch .fancybox-nav span {
    visibility: visible;
}
.back .back {
    margin: 10px 0px 0px;
    display: inline-block;
}

/* subscribe */
.subscribe-edit .more_text_small {
    padding-left: 20px;
}
.subscribe-edit h5 {
    font-size: 13px;
    margin-bottom: 5px;
}
.data-table.top .left_blocks {
    width: 40%;
}
.data-table.top .left_blocks .label_block {
    padding: 0px;
}
.data-table.top .right_blocks {
    width: 60%;
}
.subscribe-edit .radio.filter label {
    padding-top: 4px;
    padding-left: 29px;
}
.subscribe-edit .licence_block.filter input[type="checkbox"] + label {
    margin-bottom: 0px;
    margin-top: 6px;
}

/* search */
.item-views .item .period span,
.detail .period span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    margin: 0 12px 0 0;
    font-size: 12px;
}
.item-views .item .section_name {
    color: #85878b;
    font-size: 11px;
    line-height: 13px;
    margin: 7px 0 10px;
}

/* brands */
.similar_products_wrapp h3 {
    margin-bottom: 37px;
    padding: 7px 0px 0px;
}
.similar_products_wrapp .slider_navigation.top_big {
    top: -66px;
}
.similar_products_wrapp .wrapper_block .all_wrapp {
    margin: 0px;
}
.similar_products_wrapp
    .wrapper_block
    .all_wrapp
    .catalog_item:hover
    .item_info {
    height: auto !important;
}
.similar_products_wrapp .wrapper_block .all_wrapp .like_icons {
    top: 0px;
    right: -10px;
}
.similar_products_wrapp .wrapper_block .all_wrapp .stickers {
    left: -24px;
    top: 0px;
}

.item-views .item .period,
.detail .period {
    margin: 2px 0 9px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

/* articles */
.row .item_block {
    padding: 0px 16px 0px 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.row .item_block > a {
    display: block;
    overflow: hidden;
}
.row .item_block > a img,
.articles-list.lists_block .item .left-data img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.articles-list.vertical .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px 0px 37px;
    overflow: hidden;
}
.articles-list.vertical .item_block.item {
    padding: 0px 16px 0px 16px;
    border-bottom-width: 0px;
    margin-top: 0px;
}
.articles-list.vertical .item_block.item .left-data {
    float: none;
    width: 100%;
    text-align: center;
    max-width: initial;
}
.articles-list.vertical .item_block.item .left-data a {
    height: 190px;
    line-height: 185px;
    margin: 0px 0px 14px;
}
.articles-list .item_block.item .left-data a {
    overflow: hidden;
}
.articles-list.vertical .item_block.item .left-data img {
    max-height: 100%;
    max-width: 100%;
}
.articles-list.vertical .item_block.item .right-data {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0px;
}
.articles-list.vertical .item .date_small {
    margin: 0px 0px 5px;
}
.articles-list.vertical .item .item-title {
    margin-bottom: 7px;
}
.articles-list.vertical .item .item-title a span {
    font-size: 14px;
}
.articles-list.vertical .item_block.item .right-data .preview-text {
    margin: 0px;
    padding: 0px;
}

.articles-list.lists_block .item .left-data {
    max-width: 190px;
    width: 22%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.articles-list.lists_block.faq .item .left-data {
    max-width: 175px;
}
.articles-list.lists_block .item {
    margin-top: 30px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #f2f2f2;
}
.articles-list.lists_block .item:first-child {
    margin-top: 0px;
}
.articles-list.lists_block .right-data {
    padding: 0 30px 2px;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    width: 78%;
    box-sizing: border-box;
}
.articles-list.lists_block + .module-pagination {
    border-top-width: 0px;
    float: left;
    width: 100%;
}
.articles-list.lists_block .item .left-data img {
    max-height: initial;
}
.articles-list.lists_block.news {
    float: left;
    width: 100%;
    font-size: 0px;
}
.content_wr_float {
    float: left;
    width: 100%;
}

.content_wr_float.with-share .back {
    float: left;
}

.right_side.wide {
    width: 230px;
}
.left_side.wide {
    padding-right: 240px;
}
.ask_small_block {
    border: 1px solid #f2f2f2;
}
.ask_small_block .ask_btn_block {
    padding: 29px 20px;
    text-align: center;
}
.ask_small_block .description {
    font-size: 13px;
    line-height: 18px;
    padding: 19px 24px 19px;
}

.ask_big_block {
    min-height: 30px;
    margin: 17px 0px 20px;
    border: 1px solid #f2f2f2;
    padding: 29px 40px;
}
.ask_big_block .ask_btn_block {
    float: left;
}
.ask_big_block .description {
    padding-left: 175px;
    line-height: 16px;
}

/* detail */
.news_detail_wrapp.big .detail_picture_block {
    height: 188px;
    line-height: 185px;
    padding: 5px;
}
.margin.preview_text {
    margin: 0px 0px 36px;
}
.galley.row {
    margin: 0px -10px 0px -10px;
}
.galley.row .item_block {
    padding: 0px 10px 20px 10px;
    margin: 0px 0px 20px 0px;
}
.galley.row .item_block > a {
    height: 143px;
    line-height: 140px;
}
.left_side.wide .common_product .content_inner {
    margin-right: -16px;
}

/* COMPANY */
.company-block {
    background-position: center 0px;
}
.company-block .item-views.front {
    padding-bottom: 75px;
}
.company-block .item-views.front,
.company-block .item-views.front h3 {
    color: #fff;
}
.company-block .item-views.front h3 {
    padding-bottom: 39px;
}
.company-block .item-views.front .preview-text {
    text-align: center;
    padding-bottom: 0px;
}
.company-block .item-views.front .item .image {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    line-height: 51px;
    max-height: 54px;
    min-height: 54px;
}
.company-block .item-views.front .item .image + .body-info {
    padding-left: 80px;
}
.company-block .item-views.front .props {
    padding: 84px 0px 0px;
}
.company-block .item-views.front .props .value {
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
}
.company-block .item-views.front .props .title {
    margin: 0px;
}
.company-block .item-views.front .item .body-info {
    padding: 0px;
}

section.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}
section.toggle input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
section.toggle label {
    border-left: 3px solid;
    transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    background: #f4f4f4;
    border-radius: 3px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
section.toggle .toggle-content {
    display: none;
}
section.toggle label::-moz-selection {
    background: none;
}
section.toggle label i.fa-minus {
    display: none;
}
section.toggle label i.fa-plus {
    display: inline;
}
section.toggle label::selection {
    background: none;
}
section.toggle label::before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}
section.toggle label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}
section.toggle label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}
section.toggle.active i.fa-minus {
    display: inline;
}
section.toggle.active i.fa-plus {
    display: none;
}
section.toggle.active > label {
    color: white;
}
section.toggle.active > label::before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}
section.toggle > p.preview-active {
    height: auto;
}
section.toggle > p.preview-active,
section.toggle.active > p {
    white-space: normal;
}

/* VACANCY */
.vacancy.item-views.accordion .pay {
    float: right;
    color: #555555;
}
.vacancy.item-views.list .pay {
    color: #555555;
    font-weight: bold;
}
.vacancy.item-views.accordion .title {
    display: none;
}
.vacancy.item-views.list .title {
    font-size: 1.067em;
    margin-bottom: 10px;
}
.vacancy.item-views .btn {
    margin-top: 10px;
}
.vacancy.item-views.list .text {
    padding: 0px;
}
.vacancy.item-views.list .btn {
    margin-bottom: 30px;
}
.vacancy.item-views.list .items > div > hr {
    margin: 17px 0px;
}
.list-type-block.item-views.vacancy .item {
    margin-bottom: -1px;
    border: 1px solid #f5f5f5;
    box-shadow: none;
    padding: 40px 44px 16px;
}

/* CONTACTS PAGE */
.contacts_map {
    margin: 0px auto;
    position: relative;
    min-height: 400px;
}
.contacts-page-map {
    margin: auto;
}
.contacts_map:before {
    background: rgba(255, 255, 255, 0.55) url("images/map.png") no-repeat scroll
        center center;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0.07;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
}
.contacts_map + .wrapper_inner {
    padding-top: 20px;
}
.bx-google-map,
.bx-google-map {
    background-color: transparent !important;
}
.contacts_left {
    float: left;
    width: 270px;
}
.contacts_right {
    padding-left: 290px;
}
.contacts_right .fancy {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 210px;
    height: 143px;
    margin: 0 20px 20px 0;
    float: left;
    text-align: center;
    line-height: 140px;
}
.contacts_right .fancy img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
body .contacts_right blockquote {
    margin: 0px 0 34px;
}
.store_property {
    margin-bottom: 23px;
    word-break: break-word;
}
.store_property .title {
    color: #888888;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
}
.store_property .value {
    color: #383838;
    line-height: 20px;
}
.store_property .value a {
    display: block;
}

.shops.list {
    padding-bottom: 50px;
}

.shop.detail,
.item-views-wrapper.contacts {
    padding-bottom: 50px;
}
.shop.detail {
    padding-top: 36px;
}
.shop.detail .back-url.url-block {
    margin-top: 12px;
}

.contacts_map_list {
    padding: 0px 0px 60px 0px;
}
.wrapper1:not(.with_left_block) .wrapper_inner .drag-block .contacts_map_list {
    padding-bottom: 45px;
}

.wrapper_block.title_left + .contacts_map_list {
    padding-left: 311px;
}
.block_container {
    display: none;
}
.with_title .block_container {
    position: absolute;
    z-index: 1;
    background: #fff;
    background: var(--card_bg_black);
    display: block;
}
.wrapper_block.title_left .block_container {
    left: 0px;
    width: 312px;
    height: 500px;
}
body .wrapper_block.with_title.title_left {
    position: relative;
}
body .with_title .block_container {
    border-right-width: 0px;
    box-shadow: 12px 0px 12px -12px rgba(0, 0, 0, 0.2);
}
.with_title .block_container .items {
    overflow: auto;
    height: 100%;
}
.with_title .block_container .items .item {
    padding: 21px 29px;
    border-bottom: 1px solid #f1f1f1;
    border-color: var(--stroke_black);
    cursor: pointer;
}
.with_title .block_container .items .item:hover {
    background: #fafafa;
    background: var(--light_bg_black);
    cursor: pointer;
}
.with_title .block_container .items .item .title {
    color: #333;
    color: var(--white_text_black);
}
.with_title .block_container .items .item .phones {
    padding: 6px 0px 0px;
}
.with_title .block_container .items .item .phones .value {
    line-height: 18px;
}
.with_title .block_container .items .item .phones .value a {
    line-height: 1em;
    text-decoration: none;
}
.with_title .block_container .detail_items {
    display: none;
    position: absolute;
    top: 0px;
    z-index: 1;
    background: #fff;
    background-color: var(--card_bg_black);
    height: 100%;
    left: 0px;
    width: 312px;
    overflow: auto;
}
.with_title .block_container .detail_items div.item {
    display: none;
}
.with_title .block_container .detail_items .map_info_store {
    padding: 29px 34px 0px;
}
.with_title .block_container .detail_items .buttons_block {
    margin: 28px 33px 20px;
}
.with_title .block_container.one .detail_items .top-close {
    display: none;
}
.with_title .block_container .detail_items .top-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 1;
}
.with_title .block_container .detail_items .top-close:not(:hover) * {
    fill: #b8b8b8;
}
.with_title.title_left .block_container .detail_items .top-close svg {
    width: 10px;
    height: 10px;
}
.with_title .block_container .detail_items .top-close:hover {
    opacity: 1;
}

.with_title.title_right .block_container .items .item {
    padding: 26px 29px 26px 56px;
}
.with_title.title_right .block_container .items .item:last-of-type {
    border-bottom-width: 0px;
}
.with_title .block_container .items .item .svg {
    position: absolute;
    top: 30px;
    left: 28px;
}
.with_title .block_container .items .item .svg path {
    fill: #bbb;
}
.wrapper_block.title_right + .contacts_map_list {
    padding-right: 50%;
}
.wrapper_block.title_right + .contacts_map_list .contacts_map {
    margin-right: -10px;
}
.wrapper_block.title_right .block_container {
    right: 0px;
    left: 50%;
    height: 570px;
    border-left-width: 0px;
}
.block_container .block_container_inner {
    max-width: 667px;
    padding: 20px 30px;
    margin: 40px 0px 0px 38px;
}
.block_container .block_container_inner .top_block {
    margin-bottom: 32px;
    padding-top: 20px;
}
.block_container .block_container_inner .top_block a {
    top: 5px;
    letter-spacing: 1px;
    right: -5px;
}
.with_title .block_container .block_container_inner .items {
    margin: 0px 0px 0px 3px;
    max-height: 292px;
}

.with_title.title_right .block_container .block_container_inner {
    padding-top: 0px;
}
.with_title.title_right .block_container .detail_items {
    position: static;
    width: auto;
    max-height: 500px;
}
.with_title.title_right .block_container .detail_items .big_info {
    max-width: 533px;
}
.with_title.title_right .block_container .detail_items .map_info_store {
    padding: 28px 3px 0px;
}
.with_title.title_right .block_container .detail_items .map_info_store .title {
    padding: 22px 20px 41px 0;
    border-bottom: 1px solid #eeeeee;
    border-color: var(--stroke_black);
}
.with_title.title_right
    .block_container
    .detail_items
    .map_info_store
    .properties {
    flex-direction: row;
}
.with_title.title_right
    .block_container
    .detail_items
    .map_info_store
    .properties:after {
    margin-top: 31px;
}
.with_title.title_right
    .block_container
    .detail_items
    .map_info_store
    .properties:after {
    content: "";
    display: block;
    clear: both;
}
.with_title.title_right
    .block_container
    .detail_items
    .map_info_store
    .properties
    .property {
    margin: 15px 0px 0px;
    width: 50%;
}
.with_title.title_right
    .block_container
    .detail_items
    .map_info_store
    .properties
    .property
    .title-prop {
    margin-bottom: 1px;
}
.with_title.title_right
    .block_container
    .detail_items
    .map_info_store
    .properties
    .property:nth-child(2n) {
    padding-left: 29px;
}
.with_title.title_right .block_container .detail_items .top-close {
    top: 0px;
    right: 0;
}
.with_title.title_right .block_container .detail_items .buttons_block {
    margin: 42px 2px 20px;
}

/* GOOGLE MAP */
.module-contacts-map-layout {
    position: relative;
    overflow: hidden;
}
.module-contacts-map-layout .map {
    height: 559px;
}
.module-contacts-map-layout .controls {
    position: absolute;
    z-index: 2;
    width: 29px;
    height: 57px;
    background: url("images/map_con.png") 0px 0px no-repeat;
    margin: -29px 0 0;
    right: 20px;
    top: 50%;
}
.module-contacts-map-layout .controls.left {
    left: 18px;
    top: 50%;
}
.module-contacts-map-layout .sh {
    width: 100%;
    height: 5px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
}
.module-contacts-map-layout .sh.top {
    top: -7px;
}
.module-contacts-map-layout .sh.bottom {
    bottom: -7px;
}
.module-map .controls .zoomIn,
.module-map .controls .zoomOut {
    height: 28px;
    cursor: pointer;
    font-size: 0px;
}
.module-map .infoBox {
    background: #ffffff none repeat scroll 0 0;
    left: 50%;
    position: absolute;
    top: auto;
}
.module-map .infoBox .wrap-big {
    padding: 25px 30px 30px;
    position: relative;
    width: 230px;
    color: #383838;
    line-height: 18px;
}
.module-map .infoBox .close_info {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    top: 6px;
    right: 5px;
    height: 15px;
    width: 15px;
    z-index: 6;
}
.module-map .infoBox .close_info:after {
    background: rgba(0, 0, 0, 0) url("images/close_icons.png") no-repeat scroll -2px -28px;
    position: absolute;
    content: " ";
    cursor: pointer;
    height: 7px;
    width: 7px;
    top: 4px;
    left: 4px;
    z-index: 7;
}
.module-map .infoBox .close_info:hover {
    background-color: grey;
}
.module-map .infoBox .close_info:hover:after {
    background-position: -22px -28px;
}
.module-map .infoBox .inner::after {
    background: rgba(0, 0, 0, 0) url("images/shadow.png") no-repeat scroll
        center top;
    bottom: -9px;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    content: " ";
    z-index: 60;
}

/* FAQ */
.faq_ask {
    border: 1px solid #f2f2f2;
    padding: 44px;
}
.faq_ask .maxwidth-theme {
    padding: 0px;
}
.faq_ask .form .form_footer {
    margin-bottom: 0;
}
.button.faq_button {
    float: left;
    padding: 9px 18px 10px 39px;
    text-align: center;
    position: relative;
    white-space: nowrap;
}
.button.faq_button > span {
    display: inline;
}
.button.faq_button > span:last-of-type {
    display: none;
}
.button.faq_button.opened > span {
    display: none;
}
.button.faq_button.opened > span:last-of-type {
    display: inline;
}
.button.faq_button i {
    background: rgba(0, 0, 0, 0) url("images/arrows.png") repeat scroll 1px -441px;
    display: block;
    height: 9px;
    left: 18px;
    position: absolute;
    top: 13px;
    width: 12px;
}
.button.faq_button.opened i {
    background-position: -17px -441px;
}
.faq_desc {
    margin-left: 183px;
    margin-top: -4px;
}
.faq_ask .form {
    margin: 23px 0 0;
}
.faq_ask .form_head h4 {
    display: none;
}
.faq.list {
    margin: 36px 0 0;
}
.faq_section {
    border: 1px solid #f2f2f2;
    margin: 28px 0 26px;
}
.faq.list .item {
    padding: 19px 24px 22px;
    border-bottom: 1px solid #f2f2f2;
}
.faq.list .item:last-of-type {
    border: none;
}
.faq.list .item.opened {
    background-color: #f7f7f7;
}
.faq.list .item .q {
    font-weight: bold;
    position: relative;
}
.faq.list .item .q .opener_icon {
    position: absolute;
    right: -3px;
    top: -5px;
}
.faq.list .item .q a {
    display: block;
    padding: 0px 20px 0px 0px;
}
.faq.list .item .a {
    display: none;
    padding-top: 14px;
}

/* STAFF */
.staff.item-views.list .item {
    margin: 0px 0px 30px;
}
.staff.item-views.list .item.padding-img {
    margin-bottom: -1px;
    display: block;
    box-shadow: none;
    border: 1px solid #f5f5f5;
}
.staff.item-views.list .item.shadow.padding-img:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}
.staff.item-views.list h3 + .item {
    margin-top: 36px;
}
.staff.item-views.list .items > div:last-of-type .item {
    margin: 0px;
}
.staff.item-views.list .items > div .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.staff.item-views .item .image {
    max-height: none;
    width: auto;
}
.staff.item-views.table .item .image.w-picture img {
    width: auto;
}
.staff.item-views .item .post {
    margin: 0px;
    color: #9a9a9a;
    line-height: 20px;
}
.staff.item-views.table .item .text {
    padding: 17px 20px 15px;
}
.staff.item-views.table .item .title {
    text-align: left;
    font-weight: 400;
}
.list-type-block.item-views.staff .item .title {
    margin-bottom: 5px;
}
.list-type-block.item-views.staff.staff-block .item:not(.wti) .title {
    margin-top: 0px;
}
.staff.item-views.list .item .image {
    padding: 0px;
    width: 191px;
}
.staff.item-views.list.staff-block .item .image {
    border-radius: 100%;
    margin: 25px;
    width: 150px;
    height: 150px;
}
.staff.item-views.list .item .image.padding {
    width: 210px;
}
.staff.item-views.list .item .post {
    font-size: 0.933em;
}
.staff.item-views.list.image_left .item .text {
    padding: 17px 20px 20px 0;
}
.staff.item-views.list.image_left .item.wti .text {
    padding: 20px;
}
.staff.item-views.list.image_right .item .text {
    padding: 17px 0 20px 20px;
}
.staff.item-views.list.image_right .item.wti .text {
    padding: 20px;
}
.staff.item-views.list.image_right .item .image.padding {
    padding-right: 30px;
}
.list-type-block.item-views.image_right.staff .item .body-info {
    padding-left: 40px;
}
.list-type-block.item-views.image_right.staff .item.wti .body-info {
    padding-left: 0px;
    padding-right: 0px;
}
.list-type-block.staff.item-views .items .item .body-info {
    padding-right: 40px;
}
.list-type-block.staff.item-views .items .item.wti .body-info {
    padding-left: 40px;
}
.list-type-block.staff hr {
    margin: 25px 0px 25px;
}

.table-type-block.item-views .row {
    margin: 0px;
}
.table-type-block.item-views.items-list3 .row,
.table-type-block.item-views.table-elements .row {
    margin-left: -15px;
    margin-right: -15px;
}
.table-type-block.item-views h3 + .row {
    padding-top: 10px;
}
.table-type-block.item-views .row > div {
    padding: 0px;
}
.table-type-block.item-views.items-list3 h3 {
    margin-top: 26px;
}
.table-type-block.item-views.items-list3 .row > div,
.table-type-block.item-views.table-elements .row > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.table-type-block.item-views.items-list3 .item {
    display: block;
    padding: 53px 25px;
    margin: 0px;
    box-shadow: none;
    border: 1px solid #f5f5f5;
}
.table-type-block.item-views.items-list3 .shadow .item:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}
.table-type-block.item-views.items-list3 .item .image {
    float: none;
    text-align: center;
    height: 60px;
    line-height: 57px;
}
.table-type-block.item-views.items-list3 .item .image img {
    display: inline-block;
}

.item-views.front.staff-items {
    padding-bottom: 80px;
}
.item-views.staff-items.table-type-block .item {
    text-align: center;
    display: block;
    padding: 40px 35px 24px;
}
.item-views.staff-items.table-type-block.front .item {
    padding-top: 0px;
}
.item-views.staff-items.table-type-block .item .image {
    border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    line-height: 147px;
    margin: 0px auto 23px;
}
.item-views.staff-items.table-type-block .col-md-2 .item .image {
    width: 80px;
    height: 80px;
    line-height: 77px;
}
.item-views.staff-items.table-type-block .item .image a {
    display: block;
}
.item-views.staff-items.table-type-block .item .image.wpi {
    background: #f8f8f8;
}

.item-views.staff-items.table-type-block.normal .item .image {
    width: 100%;
    border-radius: 0px;
    height: auto;
    margin-bottom: 19px;
}
.item-views.staff-items.table-type-block.normal .item {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.item-views.staff-items.table-type-block.normal .item .body-info {
    padding: 0px 20px;
}
.item-views.staff-items.table-type-block.normal .item .title {
    text-align: left;
}

.item-views .item .image.wpi img {
    width: auto;
    opacity: 0.2;
    vertical-align: bottom;
}
.item-views .item .image.wpi .image-inner {
    background: #f8f8f8;
}
.item-views.staff-items.table-type-block .item .top-block-wrapper {
    padding: 0px 0px 16px;
}
.item-views.staff-items.table-type-block .item .title {
    font-weight: bold;
    color: #222;
    margin-bottom: 1px;
    text-align: center;
}
.item-views.staff-items.table-type-block .item .post {
    font-size: 14px;
    color: #9a9a9a;
}
.item-views.staff-items.table-type-block .item .previewtext {
    padding: 0px 0px 14px;
    margin: 0px;
}
.item-views.staff-items .item.table-type-block .middle-props {
    padding: 14px 0px 0px;
}
.item-views.staff-items.table-type-block .item .bottom-props {
    padding: 14px 0px 0px;
    margin: 0px -5px;
    font-size: 0px;
}
.item-views.staff.list .item .bottom-props {
    padding: 0px 0px 20px;
    margin: 0px -5px;
}
.item-views .item .bottom-props > a {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin: 10px 5px 0px;
    background: #dedede;
    line-height: 35px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    transition: background ease 0.3s;
    color: #fff;
    font-size: 0px;
    overflow: hidden;
}
.item-views .item .bottom-props > a:hover {
    background: #222;
}
.item-views .item .bottom-props > a:before {
    content: "";
    display: block;
    background: url(images/icons_contacts.png) 0px 0px no-repeat;
    width: 100%;
    height: 38px;
}
.item-views .item .bottom-props > a.social_vk:before {
    background-position: -27px 0px;
}
.item-views .item .bottom-props > a.social_odn:before {
    background-position: -56px -29px;
}
.item-views .item .bottom-props > a.social_fb:before {
    background-position: -55px 0px;
}
.item-views .item .bottom-props > a.social_mail:before {
    background-position: -167px -28px;
}
.item-views .item .bottom-props > a.social_tw:before {
    background-position: -83px 0px;
}
.item-views .item .bottom-props > a.social_skype:before {
    background-position: -168px 0px;
}
.item-views .item .bottom-props > a.social_inst:before {
    background-position: -112px 0px;
}
.item-views .item .bottom-props > a.social_google:before {
    background-position: -29px -29px;
}
.item-views .item .bottom-props > a.social_bitrix:before {
    background-position: 1px -27px;
}

/* composite btn */
#bx-composite-banner a.bx-composite-btn {
    border: 1px solid #ececec;
    margin: 0px 0px 0px;
}
#bx-composite-banner {
    text-align: left;
    margin: 0px;
}

/* basket */
.empty_cart .card_popup_frame.popup .basket_empty {
    display: block;
}
.empty_cart .card_popup_frame.popup .total_wrapp {
    display: none;
}

.button_wrap .button,
body .wrapper .button {
    -webkit-appearance: none;
}
.iblock .icon_error_block {
    float: right;
}
.iblock .icon_error_block:after {
    display: none;
}

.icon_error_block {
    min-height: 34px;
    padding-right: 60px;
    position: relative;
    text-align: left;
    display: inline-block;
    color: var(--light_basic_text_black);
}

.basket_fly .module-cart .colored tfoot td.row_titles .item_title {
    margin-top: 2px;
}
.icon_error_block .svg {
    top: 6px;
    height: 40px;
    width: 40px;
    right: 0;
    position: absolute;
    content: " ";
    z-index: 60;
    display: block;
}
.icon_error_block b {
    font-size: 1em;
    color: #333;
    color: var(--white_text_black);
}
.backet_back_wrapp .basket_back {
    display: inline-block;
    vertical-align: top;
}

.basket_print {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0px 15px 0px 0px;
}

.basket_print:hover {
    color: #383838;
}
.basket_print:hover i {
    background-color: #383838;
}
.basket_wrapp
    .module-cart
    table.bottom
    .bottom_btn
    .backet_back_wrapp.error
    .iblock.back_btn {
    padding-right: 0px;
}
.basket_wrapp .module-cart table.bottom.middle.error td.row_values {
    padding-left: 21px;
}
.basket_fly .basket_fly .icon_error_block {
    text-align: left;
    float: left;
    padding: 0px 0px 0px 60px;
}
.basket_fly .basket_fly .icon_error_block:after {
    left: 0px;
}

.view_sale_block.offers {
    display: none;
}
.subscribe-edit .data-table h4 {
    margin-top: 20px;
}

/* detail */
.detail .detailimage {
    margin-bottom: 35px;
    padding: 0;
    text-align: left;
    z-index: 1;
}
.detail .detailimage.image-left {
    margin-right: 30px;
}
.detail .detailimage.image-right {
    margin-left: 30px;
    float: right;
}
.detailimage.image-head {
    text-align: center;
}
.title-v1 .detailimage.image-head {
    margin-top: 0px;
}
.detailimage.image-head img {
    margin: auto;
}

.detail.staff .post-content .item {
    box-shadow: none;
    margin-bottom: 5px;
}
.detail.staff .post-content .item .bottom-props {
    position: relative;
    top: -10px;
    left: -5px;
}

.wraps.galerys-block {
    clear: both;
}

/* BASKET PRINT PAGE */
.print .basket_print_desc {
    margin: 30px 0 50px;
    overflow: hidden;
}
.print #panel,
.print .top-h-row,
.print .catalog_menu,
.print footer,
.print .footer,
.print .breadcrumbs,
.print .basket_sort,
.print .counter_block span,
.print .bigdata_recommended_products_container,
.print .bottom_btn,
.print .coupon,
.print .style-switcher,
.print .delay-cell,
.print .remove-cell,
.print .bigdata_recommended_products_items {
    display: none !important;
}
.print div#jivo-iframe-container {
    display: none !important;
    visibility: hidden;
}
.print .counter_block,
.print .counter_block input,
.print .bottom.middle .top_total_row,
.print #header {
    border-color: transparent !important;
}
.print .counter_block input {
    background: none !important;
}
.print .row_values {
    width: 178px !important;
}
.print .wrapper.has_menu #header .phones {
    display: block !important;
    text-align: right;
}

.print .basket_print_desc .store_property {
    display: inline-block;
    float: left;
    margin-right: 3%;
    vertical-align: top;
    width: 22%;
}
.print .basket_print_desc .store_property:last-of-type {
    margin-right: 0;
}
.print body .wrapper #header {
    margin-bottom: 0 !important;
}
.print .wrapper {
    padding-bottom: 0;
}
.print table {
    page-break-inside: auto;
}
.print tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

.print_basket {
    display: none;
}

/* stores block */
.stores_block_wrap .stores_block .stores_text_wrapp.image_block .imgs {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px;
    float: left;
    text-align: center;
}
.stores_block_wrap .stores_block .stores_text_wrapp.image_block .imgs img {
    vertical-align: middle;
}
.stores_block_wrap .stores_block .stores_text_wrapp .main_info {
    max-width: 500px;
}
.stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info {
    width: 100%;
    margin: 0px 0px 0px 120px;
    max-width: auto;
}
.stores_block_wrap
    .stores_block
    .stores_text_wrapp.image_block
    .main_info
    > span {
    display: block;
    padding: 0px;
    max-width: 300px;
}
.stores_block_wrap .stores_block .stores_text_wrapp span.p10 {
    padding: 0px 0px 0px 15px;
}
.stores_block_wrap .stores_block .stores_text_wrapp .main_info div.p10 {
    line-height: 1.4em;
}
.stores_block_wrap .stores_block.w_image:before {
    top: 22px;
}
.stores_block_wrap .main_info .email a {
    text-decoration: none;
}
.stores_block_wrap .stores_block.wo_image .item-stock {
    top: 20px;
    position: absolute;
    right: 0px;
    padding: 0px;
    width: 170px;
}
.stores_block_wrap .stores_block.wo_image .item-stock .value {
    font-size: 0.867em;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    display: inline;
}
.stores_block_wrap .stores_block .stores_text_wrapp .main_info > span {
    margin-bottom: 3px;
    display: inline-block;
}

.set_wrapp.set_block .cost.prices .price.discount {
    margin-top: 0px;
}

.container iframe,
.container object,
.container video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.group_description_block.bottom {
    padding: 40px 0px 0px;
    margin-bottom: 30px;
}
.group_description_block.bottom + .group_description_block {
    padding-top: 0;
}
ul.slider_navigation.top_big .flex-direction-nav {
    display: none;
}
ul.slider_navigation.top_big .flex-direction-nav:first-child {
    display: block;
}
.module_products_list.errors {
    border: none;
}

.hide_class {
    display: none;
}
.module-form-block-wr .form-block input[disabled="disabled"],
.module-form-block-wr .form-block textarea[disabled="disabled"] {
    background: #fff;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk {
    float: right !important;
}
.basket_wrapp
    .module-cart
    table.bottom.middle
    .bottom_btn
    td.last_blockk:last-of-type {
    padding-right: 50px !important;
}

.popup_button_basket_wr {
    text-align: center;
    margin: 30px 0px 0px;
}
.ajax_text .wrapper {
    padding: 0px;
}
.ajax_text table tr td {
    padding-top: 10px;
}
.ajax_text table tr td:last-child {
    padding-left: 20px;
    width: 150px;
}
.ajax_text table tr td label {
    display: block;
}
.ajax_text table tr td label input {
    margin-right: 5px;
    outline: none;
}
.ajax_text .ik_select {
    width: 100% !important;
    font-size: 0px;
}

/* project */
.catalog.item-views.list .item {
    padding: 29px;
    margin-bottom: -1px;
    box-shadow: none;
    border: 1px solid #f5f5f5;
}
.catalog.item-views.list .item .text {
    margin-top: -4px;
}
.catalog.item-views.list .item .text,
.catalog.item-views.list .item.wti .text {
    padding: 0 !important;
}
.catalog.item-views.list .item.wti .text {
    margin-top: 0;
}
.catalog.item-views.list .item .title {
    font-size: 1.067em;
}
.catalog.item-views.list .item .text hr {
    margin: 22px 0 13px;
}
.catalog.item-views.list .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}
.catalog.item-views.list .item {
    border-color: #f2f2f2;
    transition: box-shadow 0.3s ease;
}
.catalog.item-views.list .item .description {
    padding: 16px 0px 0px;
    line-height: 22px;
}
.catalog.item-views.list .item .foot > .price {
    margin-bottom: 27px;
}
.catalog.item-views.big-img.list .item {
    padding: 50px;
}

/* PROJECTS */
.detail .front .flex-direction-nav a:before {
    opacity: 1;
}
.detail .wraps.projects-block {
    margin-bottom: -12px;
}
.detail .wraps.projects-block h5 {
    margin-bottom: 15px;
}
.detail .projects.item-views.table .flexslider {
    margin-bottom: 0px;
}
.detail .projects.item-views.table .flexslider .slides > li {
    max-height: none;
}
.detail .projects.item-views.table .front .flex-direction-nav {
    top: -46px;
}
.item-views.table .item {
    margin-bottom: 16px;
    transition: box-shadow 0.3s ease;
    display: block;
    box-shadow: none;
}
.projects.item-views.table .flexslider .item {
    margin-bottom: 0px;
}
.item-views li[class*="col-md"]:before {
    display: none;
}
.flexslider.shadow.front .flex-direction-nav .flex-prev,
.flexslider.shadow.front .flex-direction-nav .flex-next {
    top: 7px;
}
.item-views .shadow .item:hover,
.projects.item-views.table .flexslider .item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.item-views.table .item .image {
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    max-height: 202px;
}
.item-views.table.bblock .item .image {
    max-height: 354px;
}
.item-views.table .item .image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    *display: inline;
    zoom: 1;
}
.item-views.table.partners .item .image.w-picture img {
    width: auto;
}
.item-views.table .item .info {
    padding: 26px 31px 20px;
    position: relative;
}

.item-views.table.bblock .item .info {
    border-top: 2px solid #dedede;
    padding: 36px 30px 38px;
}
.item-views.table.bblock .item .info span {
    font-weight: bold;
}
.item-views.table .item .title {
    text-align: left;
    margin: 0;
    font-weight: normal;
}
.item-views.table .item a:hover .info:before {
    visibility: visible;
}

.projects.item-views.table.with-comments {
    border-top: 1px solid #f5f5f5;
    margin: 20px 0px 0px;
}
.projects.item-views.table.with-comments.side-block {
    border-top: none;
    margin: 0 0 30px 0;
}
.projects.item-views.table.with-comments .flexslider .item,
.projects.item-views.table.with-comments .flexslider .item:hover {
    box-shadow: none;
}
.item-views.table.with-comments .item .image {
    max-height: 203px;
}
.item-views.table.with-comments.side-block .item {
    margin-bottom: 0px;
    border: none;
}
.item-views.table.with-comments .item .title {
    font-weight: bold;
}
.title-block-big {
    font-size: 1.2em;
    font-weight: bold;
    color: #222;
}
.item-views.table.with-comments .title-block-big {
    padding: 40px 0px 32px;
}
.item-views.table.with-comments.side-block .title-block-big {
    font-size: 1.067em;
    padding-top: 0px;
}
.item-views.table.with-comments .item .info {
    padding: 13px 20px 20px;
}
.item-views.table.with-comments .item .comments-wrapper {
    color: #9a9a9a;
    font-size: 0.867em;
    text-align: left;
}

.properties {
    margin: 0px 0px;
}
.properties + .link-block-more {
    padding: 20px 0px 0px;
}
.properties .inner-wrapper {
    padding: 0px 16px 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.867em;
}
.item-views.table.table-type-block .item .properties {
    font-size: 1em;
}
.item-views.table.table-type-block .item .inner-wrapper {
    display: block;
}
.item-views.table.table-type-block .item .inner-wrapper:first-of-type {
    padding-top: 0px;
}
.item-views.table.table-type-block .item .property.phone:before {
    background-position-x: -223px;
}
.item-views.table.table-type-block .item hr {
    margin-bottom: 14px;
}
.item-views.list.list-type-block .item hr {
    margin-bottom: 18px;
    margin-top: 12px;
}
.properties .inner-wrapper .property.icon-block {
    padding-left: 25px;
    position: relative;
    display: block;
}
.properties .inner-wrapper .property.icon-block:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    display: block;
    width: 16px;
    height: 18px;
    background: url(images/next.png) -161px -118px no-repeat;
}
.properties .inner-wrapper .property.phone:before {
    background-position: -221px -59px;
}
.properties .inner-wrapper .property.site:before {
    background-position: -45px -154px;
}

/* rating */
.iblock-vote.small div {
    cursor: default;
    background: url("images/ai.png") -137px -51px no-repeat;
    width: 15px;
    height: 14px;
    overflow: hidden;
}
.iblock-vote.small div.star-empty {
    background-position: -152px -51px;
}
.iblock-vote.small div.star-over {
    background-position: -137px -51px;
}

/* gift */
.bx_item_list_you_looked_horizontal:not(.detail) .tabs_slider > li,
.wrapper_block .wr > li {
    opacity: 1;
    text-align: center;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li {
    float: none;
    height: auto;
    margin: 0px;
}
.bx_item_list_you_looked_horizontal .cost.prices .price.discount {
    margin-top: 1px;
}
.bx_item_list_you_looked_horizontal .cost.prices {
    margin: 11px 0px 0px;
}
.bx_item_list_you_looked_horizontal .like_icons span,
.bottom_slider .like_icons span {
    overflow: hidden;
}
.bx_item_list_you_looked_horizontal:not(.detail) .catalog_item {
    border: 1px solid #f2f2f2;
}

.bx_item_list_you_looked_horizontal .owl-item .catalog_item {
    float: none;
    width: 100%;
}
.bx_item_list_you_looked_horizontal .owl-item .catalog_item:hover .inner_wrap {
    box-shadow: inset 0px 0px 0px 1px #ececec;
    box-shadow: inset 0px 0px 0px 1px var(--stroke_black);
    height: 100%;
}
.bx_item_list_you_looked_horizontal
    .owl-item
    .catalog_item
    .inner_wrap
    .item_info {
    padding-bottom: 28px;
}
.bx_item_list_you_looked_horizontal
    .catalog_block.owl-carousel
    .owl-stage-outer {
    margin-right: -1px;
    padding-right: 1px;
}

.catalog_item .stickers {
    left: -2px;
}

/* basket */
body .bx_item_list_you_looked_horizontal {
    border-bottom-width: 0px;
}

/* BASKET */
#basket_form_container {
    padding: 20px 0 0;
}
#basket_form_container .top_control {
    float: right;
    margin: 1px 0 0;
}
#basket_form_container .top_control .btn:first-child {
    margin-left: 0;
}
#basket_form_container .top_control .btn:hover {
    color: #fff;
}
#basket_form_container .top_control .delete_all {
    display: block;
    margin: 0px;
    padding-top: 7px;
    padding-bottom: 8px;
}

#basket_items_list .error_text {
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    padding: 15px 29px;
    background: #ffeeee;
    color: #e83333;
}
.bx_ordercart .bx_ordercart_order_pay_left {
    overflow: hidden;
}

.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_left,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart .bx_ordercart_order_pay_center,
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart
    .bx_ordercart_order_table_container
    tbody
    td.price
    .current_price {
    top: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
    border-radius: 2px;
}
.bx_ordercart_order_pay_left {
    padding: 0 0 40px;
}
.bx_ordercart_order_pay_right {
    padding: 0 0 40px;
    margin-top: 10px;
}
.bx_ordercart .bx_ordercart_order_table_container {
    border-radius: 0;
    border: 1px solid #f2f2f2;
    background: #fff;
}
.bx_ordercart .bx_ordercart_order_table_container table td {
    padding: 0 10px;
    line-height: 20px;
}
.bx_ordercart .bx_ordercart_order_table_container table td.margin {
    width: 0;
    min-height: 0;
    padding: 0;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td {
    padding: 7px 9px 8px 12px;
    font-size: 13px;
    line-height: 20px;
    background: none;
    color: #999999;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td.item {
    padding-left: 159px;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td {
    border-bottom: none;
    padding: 24px 9px 24px;
    border-top: 1px solid #f2f2f2;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto {
    padding-left: 29px;
}
.bx_ordercart .bx_ordercart_order_table_container table td.custom:last-of-type {
    width: 210px;
}
.bx_ordercart .bx_ordercart_photo_container {
    padding: 0;
    border-radius: 0;
    border: none;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
    max-width: 189px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto > div {
    max-width: 130px;
    height: 130px;
    line-height: 130px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
    margin: 0 0 15px;
    font-size: 1.067em;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    font-size: 1em;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    background-size: auto;
    height: 130px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    width: 535px;
    padding-top: 47px;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive {
    width: auto;
    margin: 0;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_item_section_name_gray {
    display: block;
    margin: 0 0 10px;
    font-size: 12px;
    color: #888;
}
.bx_item_list_you_looked_horizontal
    .bx_item_detail_scu
    .bx_item_section_name_gray,
.bx_item_list_you_looked_horizontal
    .bx_item_detail_size
    .bx_item_section_name_gray {
    font-size: 12px;
    color: #888;
}
.bx_ordercart
    .bx_item_detail_size_small_noadaptive
    .bx_size_scroller_container {
    margin: 0;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size {
    overflow: visible !important;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul {
    margin: -3px 0 0 -3px !important;
    width: auto !important;
    white-space: normal;
}
.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul {
    margin-left: -3px !important;
}
.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a,
.bx-retina
    .bx_ordercart.bx_blue
    .bx_item_detail_size_small_noadaptive
    ul
    li.bx_active
    .cnt {
    border-image: none;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li {
    width: auto !important;
    height: auto;
    padding: 0;
    margin: 0 6px 6px 0px;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:before {
    display: none;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:first-child {
    margin-left: 0;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li a {
    position: relative;
    padding: 7px 10px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    font-size: 13px;
    line-height: 15px;
    color: #777777;
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    min-width: 9px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:active a,
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a {
    border-width: 1px;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a {
    cursor: default;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul:after {
    content: "";
    display: table;
    clear: both;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
    margin: -3px 0 10px;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive {
    width: auto;
    margin: 5px 0 0;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container {
    margin: 0;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray {
    margin: 0 0 7px;
    display: block;
    font-size: 12px;
    color: #999;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul {
    position: relative;
    margin: 0px 0 0 !important;
    width: auto !important;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul:after {
    content: "";
    display: table;
    clear: both;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li {
    height: auto;
    width: auto !important;
    padding-top: 0px !important;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:before {
    display: none;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:first-child {
    margin-left: 0;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
    position: relative;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 2px;
    display: inline;
    border: 0px;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a {
    background: #fff;
    border: 0px;
}

.bx_ordercart
    .bx_item_detail_scu_small_noadaptive
    .bx_scu
    ul
    li:not(.bx_active):active
    a {
    padding: 0;
}
.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
    border: none;
}
.bx-retina
    .bx_ordercart.bx_blue
    .bx_item_detail_scu_small_noadaptive
    .bx_scu
    ul
    li
    .cnt {
    border-image: none !important;
}
.bx-retina
    .bx_ordercart
    .bx_item_detail_scu_small_noadaptive
    .bx_scu
    ul
    li.bx_active
    a {
    border: none;
}
.bx_ordercart
    .bx_item_detail_scu_small_noadaptive
    .bx_scu
    ul
    li.bx_active:active
    a {
    padding: 0;
    border: none;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
    padding: 0;
    border: none;
    cursor: default;
    border: none;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.price {
    padding-top: 47px;
    width: 245px;
    white-space: nowrap;
}
.bx_ordercart
    .bx_ordercart_order_table_container
    tbody
    td.price
    .current_price {
    display: inline-block;
    vertical-align: top;
    font-size: 1.067em;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
.bx_ordercart
    .bx_ordercart_order_table_container
    tbody
    td.price
    .type_price_value {
    margin: -1px 0 0;
    font-size: 11px;
    line-height: 14px;
    color: #aeaeae;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price {
    display: none;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom {
    color: #333;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom .centered {
    margin: 16px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom {
    width: 200px;
    padding-top: 46px;
    line-height: 26px;
}
.bx_ordercart
    .bx_ordercart_order_table_container
    tbody
    td.custom
    > div:not(.centered) {
    text-align: left !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
}
.bx_ordercart
    .bx_ordercart_order_table_container
    tbody
    td.custom
    span.price_value,
.bx_ordercart
    .bx_ordercart_order_table_container
    tbody
    td.custom
    span.price_currency {
    display: inline;
}
.bx_ordercart .bx_ordercart_order_table_container table.counter {
    position: relative;
    overflow: hidden;
    margin: -22px auto 0;
    width: 84px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.bx_ordercart .bx_ordercart_order_table_container table.counter td:first-child {
    background: #f3f3f5;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #f3f3f5 !important;
    font-size: 0px;
}
.bx_ordercart .bx_ordercart_order_table_container table.counter td:last-child {
    text-align: center !important;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}
.bx_ordercart .bx_ordercart_order_table_container table.counter td {
    display: block;
}
.bx_ordercart .bx_ordercart_order_table_container table.counter input {
    border: none;
    border-left: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    background: #f3f3f5;
    max-width: 34px !important;
    font-weight: bold;
    width: 100%;
    padding: 7px 0 7px;
    font-size: 13px;
    line-height: 13px;
    height: 34px;
    color: #333333;
    text-align: center;
}
#basket_quantity_control {
    padding: 0 !important;
}
.basket_quantity_control {
    display: block;
    overflow: hidden;
}
.basket_quantity_control td {
    padding: 0 !important;
}
.basket_quantity_control a {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 24px;
    height: 34px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    border: none;
}
.basket_quantity_control a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -5px 0 0 -5px;
    background: url(images/ai.png) -87px -200px no-repeat;
    opacity: 0.7;
}
.basket_quantity_control a.plus {
    right: 1px;
    left: auto;
    margin: 0;
}
.basket_quantity_control a.minus {
    margin: 0;
    border-radius: 0;
}
.basket_quantity_control a.minus:hover:before {
    opacity: 1;
}
.basket_quantity_control a.plus:before {
    background-position: -57px -200px;
    margin-left: -9px;
}
.basket_quantity_control a.plus:hover:before {
    opacity: 1;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
    vertical-align: top;
    margin: 0 0 0 2px;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
    position: relative;
    width: 135px;
    padding-top: 40px;
    font-size: 0;
    line-height: 0;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control br {
    display: none;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
    position: relative;
    font-size: 0;
    line-height: 0;
}
.bx_ordercart tbody td.control a:first-of-type,
.bx_ordercart #basket_items_subscribed tbody td.control a:first-of-type,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
}
.bx_ordercart tbody td.control a:first-of-type:before,
.bx_ordercart #basket_items_subscribed tbody td.control a:first-of-type:before,
.bx_ordercart
    #basket_items_not_available
    tbody
    td.control
    a:last-of-type:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -4px;
    width: 10px;
    height: 10px;
    background: url("images/close_icons.png") 0px -27px no-repeat;
}
.bx_ordercart tbody td.control a:first-of-type:hover:before,
.bx_ordercart
    #basket_items_subscribed
    tbody
    td.control
    a:first-of-type:hover:before,
.bx_ordercart
    #basket_items_not_available
    tbody
    td.control
    a:last-of-type:hover:before {
    background-position: -21px -27px;
}
.bx_ordercart tbody td.control a:last-of-type {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(images/icons_wish.png) 3px -17px no-repeat;
    top: 2px;
}
.bx_ordercart tbody td.control a:first-of-type {
    background: none;
}
.bx_ordercart #basket_items_subscribed tbody td.control a:last-of-type,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type {
    background-image: none;
}
.bx_ordercart #basket_items_not_available tbody td.control a:first-of-type {
    display: none;
}
.bx_ordercart tbody td.control a:last-of-type:hover {
    background-position: 3px -73px;
}
.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(images/icons_wish.png) -31px -201px no-repeat;
}
.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type:hover {
    background-position: -147px -175px;
}
.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type:before {
    display: none;
}
.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 17px;
    height: 17px;
    background: none;
    border-radius: 100%;
}
.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url(images/close_icons.png) -0px -27px no-repeat;
}
.bx_ordercart
    #basket_items_delayed
    tbody
    td.control
    a:last-of-type:hover:before {
    background-position: -21px -27px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
    display: none;
}
.bx_slide_left,
.bx_slide_right {
    display: none !important;
}

.bx_ordercart .bx_ordercart_order_pay {
    margin: 35px 0 0;
    padding: 0;
}
.bx_ordercart .bx_ordercart_coupon {
    margin: 16px 0 0;
}
.bx_ordercart .bx_ordercart_coupon:first-of-type {
    margin-top: 0;
    margin-bottom: -21px;
}
.bx_ordercart .bx_ordercart_coupon span {
    margin: 0 20px 0 0;
    width: 150px;
    float: left;
    font-size: 14px;
    line-height: 15px;
    color: #373737;
    white-space: normal;
    text-align: left;
}
.bx_ordercart .bx_ordercart_coupon .input {
    padding: 0px 0px 0px 170px;
}
.bx_ordercart .bx_ordercart_coupon #coupon {
    width: 100%;
    box-shadow: none;
    border: 1px solid #f2f2f2;
    padding: 8px 45px 7px 15px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    background: #fff;
    border-radius: 2px;
}
.bx_ordercart .bx_ordercart_order_pay .bx_bt_button {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 37px;
    border-radius: 0;
    padding: 0px;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 0px 2px 2px 0px;
}
.bx_ordercart .bx_ordercart_order_pay .bx_bt_button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -7px;
    width: 14px;
    height: 12px;
    background: url(images/ai.png) -33px -49px no-repeat;
    cursor: pointer;
}
.bx_ordercart .bx_ordercart_order_pay .bx_bt_button:active {
    box-shadow: none;
}
.bx_ordercart .bx_ordercart_coupon:not(:first-of-type) {
    position: relative;
    margin-left: 100px;
    padding: 0 0 0 30px;
}
.bx_ordercart .bx_ordercart_coupon:not(:first-of-type):before {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    width: 11px;
    height: 11px;
    background: url(images/icons_wish.png) -102px -86px no-repeat;
}
.bx_ordercart .bx_ordercart_coupon:not(:first-of-type).good:before {
    background-position: -19px -3px;
}
.bx_ordercart .bx_ordercart_coupon .bx_ordercart_coupon_notes {
    float: right;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    display: block;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: none;
}
.bx_ordercart .bx_ordercart_coupon .bx_ordercart_coupon_notes:first-letter {
    text-transform: uppercase;
}
.bx_ordercart .bx_ordercart_coupon input {
    padding: 0;
    height: auto;
    width: auto;
    float: none;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    border-radius: 0;
}
.bx_ordercart .bx_ordercart_coupon input.bad {
    box-shadow: none;
    border: none;
    background: none;
}
.bx_ordercart .bx_ordercart_coupon input.disabled {
    color: #333;
}
.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon span.disabled {
    float: right;
    width: 17px;
    height: 17px;
    margin: 3px 0 0 3px;
    border-radius: 100%;
    background: url(images/close_icons.png) 3px -23px no-repeat;
}
.bx_ordercart .bx_ordercart_coupon span.bad:hover,
.bx_ordercart .bx_ordercart_coupon span.disabled:hover {
    background-position: -17px -23px;
}
.bx_ordercart .bx_ordercart_coupon input.good {
    height: auto;
    width: auto;
    float: left;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    border-radius: 0;
}
.bx_ordercart .bx_ordercart_coupon span.good {
    float: right;
    width: 17px;
    height: 17px;
    margin: 3px 0 0 3px;
    border-radius: 100%;
    background: url(images/close_icons.png) 3px -23px no-repeat;
}
.bx_ordercart .bx_ordercart_coupon span.good:hover {
    background-position: -17px -23px;
}
.bx_ordercart #basket_items .custom div[id^="discount_value"] {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.bx_ordercart .bx_ordercart_coupon:after {
    content: "";
    display: table;
    clear: both;
}
.bx_ordercart .bx_ordercart_order_pay_center {
    margin: 0;
    padding: 40px 0 0;
    border: none;
    border-top: 1px solid #f2f2f2;
}
.bx_ordercart .bx_ordercart_order_pay_center .oneclickbuy {
    margin: 0 0 0 36px;
    line-height: 18px;
    font-weight: bold;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.bx_ordercart .bx_ordercart_order_sum {
    width: 304px;
    color: #333;
}
.bx_ordercart .bx_ordercart_order_sum tr {
    text-align: left;
}
.bx_ordercart .bx_ordercart_order_sum tr td {
    max-width: 145px;
    text-align: right;
    display: inline-block;
}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.bx_ordercart .bx_ordercart_order_sum tr td:first-child {
    width: 110px;
    margin: 0 36px 0 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.bx_ordercart .bx_ordercart_order_sum tr #allSum_wVAT_FORMATED {
    white-space: nowrap;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bx_ordercart .bx_ordercart_order_sum tr #allSum_FORMATED {
    white-space: nowrap;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bx_ordercart .bx_ordercart_order_sum tr td.custom_t2 {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx_item_list_you_looked_horizontal {
    margin: 0;
    border-radius: 0;
    border: none;
}
.container .bx_item_list_you_looked_horizontal .bx_item_list_title {
    height: auto;
    position: relative;
    margin: 0px 0px 28px 0px;
    font-size: 20px;
    color: #1d2029;
    line-height: 30px;
    font-weight: bold;
    text-transform: none;
    background: none;
    text-align: left;
    padding: 37px 0px 0px;
}
.container .bx_item_list_you_looked_horizontal .bx_item_list_title:before {
    background: #f2f2f2;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    content: "";
}
.bx_item_list_you_looked_horizontal .bx_item_list_section .bx_catalog_item {
    border: 1px solid #f2f2f2;
    padding: 20px 19px 7px 20px;
    text-align: center;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item:hover {
    border: 1px solid #fff;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images {
    background-size: contain;
    padding-top: 100%;
}
.bx-no-touch
    .bx_item_list_you_looked_horizontal
    .bx_catalog_item.double:hover
    .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double {
    display: none;
}

.bx-no-touch
    .bx_item_list_you_looked_horizontal
    .bx_catalog_item.double:hover
    .bx_catalog_item_images {
    animation: none;
    opacity: 1;
}
.bx-no-touch
    .bx_item_list_you_looked_horizontal
    .bx_catalog_item:hover
    .bx_catalog_item_container {
    animation: none;
    border: none;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    padding: 20px 19px 7px 20px;
}

.bx_item_list_you_looked_horizontal .bx_stick_disc.bottom {
    display: none !important;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick {
    left: 0px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick.top {
    top: 0px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
    height: auto;
    margin: 0px 0px 12px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_title a {
    font-size: 14px;
    font-weight: bold;
    overflow: visible;
    white-space: normal;
    color: #1d2029;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price span {
    color: #888 !important;
    font-size: 13px !important;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick {
    text-shadow: none;
    font-weight: 400;
    height: 21px;
    margin: 0px 0px 6px;
    background-image: none;
    background-color: #e52929;
    display: inline-block;
    color: #fff;
    width: auto;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 10px 4px;
    position: absolute;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 0.5px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price {
    margin: 0px 0px 14px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price .bx_price {
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    padding: 0px;
}

.bx_item_list_you_looked_horizontal
    .bx_catalog_item_controls
    .bx_catalog_item_controls_blocktwo
    a,
.bx_item_list_you_looked_horizontal
    .bx_catalog_item_controls
    .bx_catalog_item_controls_blockone
    a {
    text-shadow: none;
    padding: 7px 11px 7px 11px;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    border-radius: 2px;
    text-align: center;
    margin: 0px;
    width: auto;
    height: auto;
}
.bx_item_list_you_looked_horizontal
    .bx_catalog_item_controls
    .bx_catalog_item_controls_blocktwo
    a,
.bx_item_list_you_looked_horizontal
    .bx_catalog_item_controls
    .bx_catalog_item_controls_blockone
    a {
    margin: 0px 0px 12px;
    border: 0px;
}

.bx_item_list_you_looked_horizontal
    .bx_catalog_item
    .bx_catalog_item_container
    .bx_catalog_item_articul {
    display: none !important;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li {
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: none;
    font-size: 11px;
    padding: 0px 9px 0px 0px;
    display: inline-block;
    padding-top: 0px !important;
    width: auto !important;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:before {
    display: none;
}
.bx_item_list_you_looked_horizontal
    .bx_catalog_item
    .bx_item_detail_scu
    .bx_scu
    ul
    li
    .cnt {
    border: none !important;
    position: initial;
    padding: 0px;
    overflow: visible;
}
.bx_item_list_you_looked_horizontal
    .bx_catalog_item
    .bx_item_detail_scu
    .bx_scu
    ul
    li
    .cnt_item {
    position: static !important;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu {
    overflow: visible;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size {
    margin: 0px;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size > ul {
    margin: 0px !important;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #888;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    float: none;
    height: auto;
    width: auto !important;
    margin: 0px 5px 5px 0px;
}
.bx_item_list_you_looked_horizontal
    .bx_catalog_item
    .bx_item_detail_size
    ul
    li
    span {
    color: #373737;
    display: block;
    line-height: 15px;
    margin: 0px;
    text-align: center;
    padding: 7px 0px 7px;
    font-size: 13px;
    position: initial;
    border: none !important;
    background: none;
}
.bx_item_list_you_looked_horizontal
    .bx_catalog_item
    .bx_item_detail_size
    ul
    li.bx_active
    span {
    color: #fff;
}
.bx_item_list_you_looked_horizontal ul li:before {
    display: none;
}
.bx-no-touch
    .bx_item_list_you_looked_horizontal
    .bx_catalog_item:hover
    .bx_catalog_item_scu {
    margin: 0px 0px 20px;
}
div.bx_item_list_you_looked_horizontal:not(.subsribe-page) .bx_item_list_slide {
    height: auto !important;
    margin: 0px -1%;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout {
    opacity: 0;
    -webkit-appearance: none;
    padding: 10px 21px 10px 20px;
    background: none;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #ddd;
    text-shadow: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.bx_ordercart
    .bx_ordercart_order_pay
    .bx_ordercart_order_pay_center
    .checkout:hover {
    color: #fff;
}
.bx_ordercart
    .bx_ordercart_order_pay
    .bx_ordercart_order_pay_center
    .checkout:active {
    box-shadow: none;
    background: none;
}
.bx_ordercart
    .bx_ordercart_order_pay
    .bx_ordercart_order_pay_center
    .catalog_back {
    margin: 0;
    float: left;
    line-height: 18px;
    font-weight: bold;
}
.bx_ordercart .bx_sort_container {
    margin: 0 0 20px;
    min-height: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
}
.bx_ordercart .bx_sort_container:after {
    content: "";
    display: table;
    clear: both;
}
.bx_ordercart .bx_sort_container > span {
    display: none;
}
.bx_ordercart .bx_sort_container a {
    float: left;
    display: block;
    position: relative;
    padding: 7px 0px 6px 0px;
    background: #fff;
    color: #777777;
    border-radius: 0;
    line-height: 20px;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
}
.bx_ordercart .bx_sort_container a:first-of-type {
    margin-left: 0;
}
.bx_ordercart .bx_sort_container a:not(.current):active {
    color: #777777;
    text-shadow: none;
    box-shadow: none;
}
.bx_ordercart .bx_sort_container a:hover {
    color: #333;
    background: #fff;
}
.bx_ordercart .bx_sort_container a.current,
.bx_ordercart .bx_sort_container a.current:hover {
    text-shadow: none;
    color: #1d2029;
    box-shadow: none;
    border-radius: 0;
    cursor: default;
    background: #fff;
}
.bx_ordercart .bx_sort_container a.current:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
}
.bx_ordercart .bx_sort_container .flat {
    display: inline !important;
}
.bigdata_recommended_products_container {
    display: block;
    margin: 39px 0 0;
}

.bx_ordercart_order_pay_center .icon_error_wrapper {
    float: right;
}
.bx_ordercart_order_pay_center:after {
    content: "";
    display: table;
    clear: both;
}
.fademask_ext {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #374246;
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0.8;
    z-index: 1050;
}
#basket_items_delayed
    #delayed_items
    .bx_size_scroller_container
    ul
    li:not(.bx_active),
#basket_items_delayed
    #delayed_items
    .bx_scu_scroller_container
    ul
    li:not(.bx_active) {
    display: none;
}

/* top basket */
.basket_hover_block .tabs_content {
    margin: 0;
}
.basket_hover_block .tabs_content > li {
    margin: 0;
}
.basket_hover_block .tabs_content .items_wrap {
    max-height: 300px;
    border-bottom: 1px solid #eee;
    border-color: var(--stroke_black);
    background-color: var(--card_bg_hover_black);
}
.basket_hover_block .dropdown-product__items .image {
    flex-basis: 70px;
}
.basket_hover_block .tabs_content .item {
    border-bottom: 1px solid #eee;
    padding: 18px 20px 23px 29px;
    position: relative;
    border-color: var(--stroke_black);
}
.basket_hover_block .tabs_content .item:last-of-type {
    border-bottom: none;
}
.basket_hover_block .tabs_content .item .wrap {
    margin: 0;
    display: block;
}
.basket_hover_block .tabs_content .foot {
    padding: 23px 20px 21px 25px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    border-color: var(--stroke_black);
}
.basket_hover_block .tabs_content .total {
    color: #333;
    color: var(--white_text_black);
}
.basket_hover_block .tabs_content .total .item_title {
    font-weight: bold;
    margin-right: 22px;
}
.basket_hover_block .tabs_content .total .wrap_prices .price:not(.discount) {
    font-size: 1.2em;
    font-weight: bold;
}
.basket_hover_block .tabs_content .total .wrap_prices .price.discount {
    font-size: 0.8em;
    color: #999;
    line-height: 1;
}
.basket_hover_block .tabs_content .icon_error_block {
    display: block;
    text-align: center;
    padding: 19px 0 18px;
    font-size: 0.866em;
    color: #777;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    background: var(--light_bg_black);
    border-bottom-color: var(--stroke_black);
}
.basket_hover_block .tabs_content .icon_error_block b {
    font-size: 1.153em;
    font-weight: normal;
}
.basket_hover_block .tabs_content .buttons {
    overflow: hidden;
}
.basket_hover_block .tabs_content .buttons > div {
    flex-grow: 1;
}
.basket_hover_block .tabs_content .buttons a {
    padding: 22px 26px 22px;
    display: block;
    border-radius: 0px;
}
.basket_hover_block .tabs_content .buttons > div:first-of-type a {
    border-bottom-right-radius: 2px;
}
.basket_hover_block .tabs_content .buttons > div:last-of-type a {
    border-bottom-left-radius: 3px;
}
.basket_hover_block .tabs_content .buttons .basket_back a {
    background: #fafafa;
    background: var(--light_bg_black);
    color: #333;
    color: var(--white_text_black);
}
.basket_hover_block .tabs_content .buttons .basket_back a:hover {
    color: #fff;
}
#main
    .basket_hover_block
    .tabs_content
    .foot
    > .pull-left
    .svg-inline-closes
    * {
    fill: var(--basic_text_black) !important;
}
#main
    .basket_hover_block
    .tabs_content
    .foot
    > .pull-left:hover
    .svg-inline-closes
    * {
    fill: var(--fill_dark_light_white_hover) !important;
}

#main .basket_hover_block .tabs_content .svg-inline-closes * {
    opacity: 1;
}
#main .basket_hover_block .tabs_content .items .item .remove-cell * {
    fill: #b8b8b8 !important;
    opacity: 1;
}
.basket_hover_block .tabs_content .remove-cell {
    position: absolute;
    top: 5px;
    right: 1px;
}
.basket_hover_block .tabs_content .name {
    display: block;
}
.basket_hover_block .tabs_content .right {
    float: right;
}
.basket_hover_block .wrap .image {
    float: left;
    padding-top: 7px;
    width: 70px;
    text-align: center;
}
.basket_hover_block .wrap .body-info .description {
    padding-left: 99px;
}
.basket_hover_block .wrap .item .body-info .props .titles {
    float: left;
    color: #999;
    font-size: 0.8em;
    padding-right: 7px;
}
.basket_hover_block .tabs_content .item .body-info .props .property_value,
.basket_hover_block .tabs_content .item .body-info .props ul li.bx_active {
    color: #333;
    color: var(--white_text_black);
    font-size: 0.866em;
    vertical-align: bottom;
}
.basket_hover_block .tabs_content .item .body-info .props ul li {
    display: none;
}
.basket_hover_block .tabs_content .item .body-info .props ul li.bx_active {
    display: block;
    height: auto;
    padding: 0;
    margin: 0px;
    background: none;
}
.basket_hover_block .tabs_content .item .body-info .props > div[class^="bx_"] {
    display: flex;
    margin-bottom: 0px;
}
.basket_hover_block
    .tabs_content
    .item
    .body-info
    .props
    > div[class^="bx_"]
    + div {
    margin-top: -5px;
}
.basket_hover_block
    .tabs_content
    .item
    .body-info
    .props
    > div[class^="bx_"]
    > div[class^="bx_"] {
    overflow: visible;
}
.basket_hover_block .tabs_content .item .body-info .props ul li:before {
    display: none;
}
.basket_hover_block .tabs_content .item .description > .prices {
    margin-top: 7px;
    margin-bottom: 0;
}
.basket_hover_block .tabs_content .item .description .prices {
    font-size: 1em;
    line-height: normal;
    max-width: none;
}
.basket_hover_block .tabs_content .item .cost.prices .price.discount {
    font-weight: normal;
    padding-right: 6px;
}
.basket_hover_block .tabs_content .item .cost.prices .price:not(.discount) {
    padding-right: 6px;
}
.basket_hover_block .tabs_content .item .cost.prices .price {
    font-size: 0.933em;
    font-weight: bold;
    margin: 0px;
}
.basket_hover_block .tabs_content .item .cost.prices .price_name {
    font-size: 0.733em;
    color: #999;
    line-height: 1;
    margin-top: 3px;
}
.basket_hover_block .tabs_content .item .description .props ul {
    margin: 0;
}
#main .basket_hover_block .cart-empty {
    padding: 60px 0px 0px 0px;
}
#main .basket_hover_block .cart-empty .cart-empty__info .title {
    display: block;
    font-size: 1.3em;
    margin: 1.6rem 0px 1.06rem;
    color: #333;
    color: var(--white_text_black);
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    font-weight: normal;
}
#main .basket_hover_block .cart-empty .cart-empty__info p {
    font-size: 0.9em;
    line-height: 1.55em;
}
#main .basket_hover_block .cart-empty .cart-empty__info .btn {
    background-color: transparent;
    width: 100%;
    border-color: transparent;
    color: #333;
    color: var(--white_text_black);
    margin: 23px -30px 0;
    padding-top: 23px;
    padding-bottom: 21px;
    position: relative;
    border-radius: 0 0 3px 3px;
}
#main .basket_hover_block .cart-empty .cart-empty__info .btn:hover {
    color: #fff;
}
#main .basket_hover_block .cart-empty .cart-empty__info .btn:hover:before {
    opacity: 0;
    visibility: hidden;
}
#main .basket_hover_block .cart-empty .cart-empty__info .btn:before {
    content: "";
    background: #eee;
    background: var(--stroke_black);
    height: 1px;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0px;
    opacity: 1;
    transition: opacity 0.4s;
}

.middle > .container {
    width: 100% !important;
    padding: 0px !important;
    position: relative;
}

.magnifier {
    text-align: center;
    background: #fff;
}
.magnifier img {
    vertical-align: middle;
    margin: auto;
    display: inline-block;
}

.footer_inner.no_fill {
    background: #f6f6f7;
}
.footer_inner.fill {
    background: transparent !important;
}

/* subscribe products */
.subsribe-page.bx_item_list_you_looked_horizontal {
    padding: 40px 0px 20px;
}
.subsribe-page.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* like and blog comments*/
.ilike .bx-ilike-text {
    height: 20px;
}
.bx_soc_comments_div .bx-catalog-tab-body-container {
    padding: 36px 0px 0px;
}
.blog-comment-form .blog-comment-fields {
    background: #fff;
    background: var(--black_bg_black);
}
.bxlhe-frame .lhe-stat-toolbar-cont {
    border: none;
    border-bottom-width: 1px;
}
table.lhe-smiles-cont {
    margin: 0px !important;
}
div.lhe-tlbr-smile-cont img {
    display: block;
}
.blog-add-comment {
    padding-bottom: 5px;
}
div.blog-comment-line {
    background: #f5f5f5;
    margin: 10px 0px 0px;
}
.bx_soc_comments_div
    .bx-catalog-tab-body-container
    .bx-catalog-tab-container
    > div {
    padding: 0px;
}
.blog-comments .blog-comment {
    padding: 35px 0px 0px;
}
div.blog-comment .blog-author {
    color: #222;
    color: var(--white_text_black2);
    font-size: 1em;
    padding: 0px 12px 0px 0px;
}
div.blog-comment .blog-comment-meta {
    padding-bottom: 17px;
    padding-top: 13px;
}
.blog-post-date,
.blog-comment-date {
    color: #777;
    color: var(--light_basic_text_black);
    font-size: 0.867em;
}
.blog-comment-info {
    padding: 0px 0px 7px;
}
.blog-comment-meta {
    color: #999;
    font-size: 1em;
}
.blog-comment-meta span.blog-vert-separator {
    background: #fff;
    background: var(--black_bg_black);
    margin: 0px 6px;
}
.blog-comment-content {
    font-size: 1em;
}
.bx-ilike-popup-img {
    cursor: default;
}
.bx-ilike-popup-img:hover span,
.bx-ilike-popup-name-new {
    color: #222;
    color: var(--white_text_black2);
    text-decoration: none;
    cursor: default;
}
.ilike .bx-ilike-text {
    padding: 0px 0px 0px 4px;
}
.bx-ilike-button {
    cursor: pointer;
}
.bx-ilike-button.bx-ilike-button-disable {
    cursor: default;
}
.bx-ilike-button .bx-ilike-left-wrap {
    position: relative;
}
.bx-ilike-button .bx-ilike-right-wrap {
    padding: 0px 2px;
}

.catalog_block .catalog_item > div {
    display: flex;
    flex-direction: column;
}
.catalog_block .catalog_item > div .item_info {
    flex: 1;
}
html.bx-ie .catalog_block .catalog_item > div .item_info {
    flex: auto;
}
.catalog_block .catalog_item .image_wrapper_block {
    width: 100%;
}

/* CONTACTS PAGE */
.contacts {
    color: #333333;
    color: var(--white_text_black);
}
.contacts table {
    color: #666666;
    color: var(--light_basic_text_black);
    border: 0;
    border-collapse: collapse;
}
.contacts table td {
    padding-bottom: 10px;
    line-height: 21px;
    vertical-align: top;
}
.contacts table td .dark_table {
    color: #333;
    color: var(--white_text_black);
    font-weight: 500;
}
.contacts table td .fa.big-icon {
    margin: 0 20px 20px 0;
}

body .contacts.contacts-page-map-overlay table td {
    vertical-align: top;
}
body .contacts.top-cart {
    padding-top: 50px;
}
.contacts select[disabled] option {
    display: none;
}
.contacts-stores td.img {
    width: 15%;
}
.contacts-stores td.phone a {
    display: block;
}
.contacts-stores .mobile-title-phone .phones-block a {
    display: block;
}
.contacts select {
    margin: 0px 0px 20px;
}
.maxwidth-theme > .form.inline {
    padding: 20px 0px 20px;
}
.maxwidth-theme > .form.inline .form_footer .btn {
    margin: 5px 10px 5px 0px;
}
.contacts-wrapper {
    padding: 20px 0px;
}
.cluster_custom > span {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    color: #000;
}
.ymaps-point-overlay > ymaps {
    position: absolute;
    left: -23px;
    bottom: 0;
}
body .ymaps-map {
    color: var(--white_text_black);
}
body .ymaps-b-listbox-panel__item-link {
    color: #333;
}
body .ymaps-b-balloon {
    margin: -59px 0 0 -38px;
    width: 305px !important;
    background: #fff;
    background: var(--card_bg_black);
    border-radius: 3px;
    padding: 30px 45px 30px 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}
body #BX_YMAP_MAP_project .ymaps-b-balloon {
    width: 380px !important;
    padding: 18px;
    margin: -36px 0 0 -14px;
}

.ordered-block.map .bx-yandex-view-layout {
    margin: 0;
}
#BX_YMAP_MAP_project .image img {
    width: 100%;
    background: center/cover no-repeat;
}
.contacts-page-map.projects {
    margin-bottom: 48px;
}
.pane_info_wrapper .pane_info .image {
    position: relative;
    float: left;
    width: 112px;
    overflow: hidden;
    z-index: 3;
    border-radius: 4px;
    margin-top: 6px;
}
.pane_info_wrapper .image span {
    display: block;
    padding-top: 85%;
}
.map_info_store .image + .body-info {
    padding-left: 135px;
}
body .ymaps-b-balloon:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 19px;
    z-index: 2;
    background: #fff;
    background: var(--card_bg_black);
}
body .ymaps-b-balloon .ymaps-b-balloon__content > ymaps {
    width: 100% !important;
    height: auto !important;
}
body .ymaps-b-balloon .ymaps-b-balloon__content-holster {
    padding: 0;
}
body .ymaps-b-balloon .ymaps-b-balloon__tr {
    display: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__tl {
    display: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__content {
    border: none;
    background-color: var(--card_bg_black);
}
body .ymaps-b-balloon .ymaps-b-balloon__bl {
    display: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__br {
    display: none;
}
body .ymaps-b-balloon .ymaps-b-balloon__close.close_custom {
    top: 11px !important;
    right: 11px !important;
    width: 26px !important;
    height: 26px !important;
    background: none !important;
    border-radius: 100% !important;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
body .ymaps-label {
    display: none !important;
}
body .ymaps-b-balloon:before {
    content: "";
    background: #fff;
    background: var(--card_bg_black);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ymaps-b-balloon .ymaps-b-balloon__close.close_custom {
    top: 0 !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: none !important;
    border-radius: 100% !important;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.ymaps-b-balloon .ymaps-b-balloon__close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    opacity: 0.35;
    background: none;
}
.ymaps-b-balloon .ymaps-b-balloon__close svg path {
    fill: #333;
    fill: var(--white_text_black);
}
.ymaps-b-balloon .ymaps-b-balloon__close:hover svg {
    opacity: 1;
}
.ymaps-shadows-pane {
    display: none;
}
.map_info_store .title {
    padding: 0 20px 0 0;
    color: var(--white_text_black);
}
.map_info_store .section-name {
    margin: 0 0 2px;
    color: #999999;
}
.map_info_store .name {
    font-size: 1.0667em;
    font-weight: bold;
    line-height: 1.25em;
    color: #333;
    color: var(--white_text_black);
}
.map_info_store .properties {
    display: flex;
    flex-wrap: wrap;
    margin: 26px 0 0px;
    flex-direction: column;
}
.map_info_store .property {
    margin: 16px 0 0;
    word-break: break-word;
}
.map_info_store .property:first-of-type {
    margin-top: 0;
}
.map_info_store .property .title-prop {
    margin: 0 0 3px;
    color: var(--light_basic_text_black);
}
.map_info_store .property .value {
    color: #333;
    color: var(--white_text_black);
}
.map_info_store .button {
    margin: 18px 0 0;
    display: inline-block;
}

/* contacts page */
.contacts-page-map .bx-yandex-view-layout {
    border-top-width: 0px;
}
.contacts.contacts-page-map-overlay {
    padding: 20px 20px 20px;
    position: relative;
    background: none;
}
.contacts-page-map + .contacts.contacts-page-map-overlay {
    margin: -486px auto 332px;
}
.contacts.contacts-page-map-overlay .contacts-wrapper {
    background: #fff;
    padding: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.contacts.contacts-page-map-overlay table {
    border-collapse: collapse;
    border: 0;
}
.contacts.contacts-page-map-overlay table td {
    padding-bottom: 0px;
    font-size: 12px;
    vertical-align: middle;
}
.contacts.contacts-page-map-overlay table .fa {
    margin: 10px 25px 20px 10px;
}

.contacts.contacts-page-map-inline {
    padding: 20px 20px 0;
}
.contacts-page-map + .contacts.contacts-page-map-inline {
    padding-top: 0;
}
.contacts.contacts-page-map-inline table {
    border-collapse: collapse;
    border: 0;
    margin-bottom: 10px;
}
.contacts.contacts-page-map-inline table td {
    padding-bottom: 0px;
    font-size: 12px;
    vertical-align: top;
}
.contacts.contacts-page-map-inline table .fa {
    margin: 0px 25px 0px 10px;
}

/* contacts page v4 */
.contacts.contacts-page-overmap .contacts-wrapper {
    background: #fff;
    padding: 30px;
}
.contacts-page-map + .contacts.contacts-page-overmap .contacts-wrapper {
    box-shadow: 0px -21px 19px 0px rgba(0, 0, 0, 0.22);
    margin: -70px -24px 0px;
    position: relative;
}
.contacts.contacts-page-overmap table {
    width: 100%;
    border-right: 1px solid #eee;
}
.contacts.contacts-page-overmap table td {
    padding-bottom: 0px;
    font-size: 12px;
    vertical-align: top;
}
.contacts.contacts-page-overmap table td:last-child {
    padding-right: 10px;
}
.contacts.contacts-page-overmap .ask-question {
    text-align: center;
    padding-top: 15px;
}
.contacts.contacts-page-overmap table td.icon {
    width: 78px;
}
.contacts.contacts-page-overmap table td i.fa.big-icon.s45.fa-envelope {
    font-size: 22px;
    line-height: 43px;
}
table.contacts-stores h4 {
    margin: 20px 0 10px;
}

table.contacts-stores i.svg {
    min-height: auto;
    min-width: auto;
}
table.contacts-stores .icons-text .fa {
    float: left;
    padding-top: 3px;
}
table.contacts-stores .icons-text .text {
    padding-left: 24px;
    display: block;
}
body .container .shops.list .item .title {
    font-weight: bold;
}
table.contacts-stores .muted {
    color: #666;
    font-size: 13px;
}
table.contacts-stores .icons-text {
    clear: both;
    display: block;
    padding: 0 0 3px;
}

/* contacts page v5 */
.contacts-page-top .contacts {
    padding-top: 35px;
}
.contacts-page-top table {
    width: 100%;
}
.contacts-page-top table td {
    padding-bottom: 0px;
    font-size: 12px;
    vertical-align: top;
}
.contacts-page-top table td.icon {
    width: 78px;
}
.contacts-page-top table td i.fa.big-icon.s45.fa-envelope {
    font-size: 22px;
    line-height: 43px;
}

.contacts-v5 .contacts-page-top {
    margin-top: 0;
}
.contacts-v5 .bx-yandex-view-layout {
    margin-bottom: 0px;
}

/* content-banner */
.banners-content {
    overflow: hidden;
}
.banners-content .maxwidth-banner {
    margin: 0 auto;
}
.banners-content .maxwidth-banner .print-link,
.banners-content .maxwidth-banner .share.top {
    display: none;
}
.banners-content .maxwidth-banner .rss {
    display: none;
}
.banners-content .maxwidth-banner .maxwidth-theme {
    background: none;
    min-height: 320px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: left;
}
.banners-content .img {
    text-align: left;
}
.banners-content .text h1 {
    padding-right: 0px;
}
.banners-content .maxwidth-banner > .row {
    margin: 0px;
}
.banners-content .intro-text + p > span {
    margin: 0px 9px 12px 0px;
}
.item_block.animated {
    opacity: 0;
}
.main-section-wrapper {
    position: relative;
}

/* TOP DETAIL BANNERS */
.banners-content .intro-text {
    min-height: auto;
    padding: 0px 0px 30px;
}
.banners-content .item_block {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.banners-content .text {
    padding-top: 40px;
    padding-bottom: 30px;
}
.banners-content .text .intro-text + p {
    margin-bottom: 0px;
}
.banners-content .img img {
    max-height: 500px;
}

.detail .detailimage {
    z-index: 1;
}
.banner.CROP.TOP_HEADER {
    z-index: 5;
}
#bx-soa-image-popup {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    padding: 0px;
}
#bx-soa-image-popup .popup-window-content {
    padding: 0px;
}
#bx-soa-image-popup .popup-window-content img {
    max-width: 100%;
}
#bx-soa-image-popup .popup-window-close-icon {
    width: 30px;
    height: 30px;
    top: -15px !important;
    right: -15px !important;
    background: #000;
    opacity: 1 !important;
    border-radius: 100%;
}
#bx-soa-image-popup .popup-window-close-icon:after {
    background: url(images/close_icons.png) -35px -1px no-repeat;
    width: 14px;
    height: 14px;
    opacity: 1;
    margin-left: -7px;
    margin-top: -7px;
    transform: none;
}

table.contacts-stores {
    width: 100%;
}
table.contacts-stores tr.item {
    border-bottom: 1px solid #f5f5f5;
}
table.contacts-stores tr.item td {
    padding: 20px;
    vertical-align: top;
}
table.contacts-stores tr.item td:last-of-type {
    width: 30%;
}

.bx-touch .bx_ordercart .bx_sort_container span {
    display: inline-block;
}
.bx-touch .bx_ordercart .bx_sort_container > span {
    display: none;
}
.bx-touch #basket_form .bx_ordercart .bx_sort_container a {
    width: auto;
    margin-bottom: 0px;
    border: none;
    padding: 7px 0px 6px 0px;
    margin-right: 15px;
}

.wrapper_inner:not(.front) .only-on-front {
    padding: 0px 0px;
}

.front_page .text_before_items {
    margin-bottom: 0;
}
.text_before_items {
    margin-bottom: 47px;
}
.text_before_items:empty {
    margin-bottom: 0;
}

.subbottom .inner-table-block {
    height: 49px;
}

.navigation-wrapper-fast-view {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
}

.navigation-wrapper-fast-view .fast-view-nav {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    background: var(--black_bg_black);
    cursor: pointer;
    z-index: 2998;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-wrapper-fast-view .fast-view-nav:hover * {
    fill: #fff;
}
.navigation-wrapper-fast-view .fast-view-nav.prev .svg {
    transform: rotate(-90deg);
    margin-bottom: -3px;
    margin-left: -2px;
}

.navigation-wrapper-fast-view .fast-view-nav.next .svg {
    transform: rotate(90deg);
    margin-bottom: -3px;
    margin-right: -2px;
}

.blog-info__rating--top-info {
    display: flex;
    align-items: center;
}
.blog-info__rating--top-info.pointer {
    cursor: pointer;
}
.blog-info__rating--top-info > span {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

#headerfixed .wproducts .wrapp_stockers .rating {
    display: inline-flex;
    align-items: center;
}
#headerfixed .wproducts .wrapp_stockers .rating span {
    margin-left: 10px;
}

.pointer {
    cursor: pointer;
}

/* tabs arrow scroll */
.arrow_scroll {
    max-height: 52px;
    overflow: hidden;
}
.arrow_scroll .nav.nav-tabs {
    white-space: nowrap;
    min-width: 300%;
    z-index: 1;
    position: relative;
}
.arrow_scroll .nav.nav-tabs > li {
    display: inline-block;
    float: none;
}

.arrow_scroll_init .arrows_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.arrow_scroll_init .arrows_wrapper .arrow {
    position: absolute;
    width: 38px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 1;
    cursor: pointer;
    background: var(--black_bg_black);
}
.wrapper1:not(.with_left_block)
    .drag-block.grey_block
    .arrow_scroll_init
    .arrows_wrapper
    .arrow {
    background-color: #f9f9fa;
    background: var(--black_bg_black);
}
.arrow_scroll_init .arrows_wrapper .arrow.arrow_left {
    left: -14px;
    border-right: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.arrow_scroll_init .arrows_wrapper .arrow.arrow_left svg {
    transform: rotate(-90deg);
}

.arrow_scroll_init .arrows_wrapper .arrow.arrow_right {
    right: -14px;
    border-left: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.arrow_scroll_init .arrows_wrapper .arrow.arrow_right svg {
    transform: rotate(90deg);
}
.arrow_scroll_init .arrows_wrapper .arrow svg * {
    fill: var(--white_text_black);
}

.arrow_scroll_init .arrows_wrapper .arrow.disabled {
    display: none;
}

.product-item-detail-tabs-container-fixed
    .arrow_scroll_init
    .arrows_wrapper
    .arrow {
    background-color: var(--card_bg_hover_black) !important;
}

/* filterHelper */
#filter-helper {
    display: none;
    padding: 15px 0;
}
#filter-helper .filterHelperItemsWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -7px;
}
#filter-helper .filter_title {
    margin-right: 20px;
}
#filter-helper .filter_title .svg {
    top: 1px;
}
#filter-helper .filterHelperItem {
    display: flex;
    font-size: 13px;
    color: white;
    margin-right: 8px;
    position: relative;
    margin-bottom: 7px;
}
#filter-helper .filterHelperItem {
    cursor: pointer;
}
#filter-helper .filterHelperItem .title-wrapper {
    padding: 2px 0px 3px 12px;
    border-radius: 5px 0 0px 5px;
}
#filter-helper .filterHelperItem.multiple .title-wrapper {
    padding-right: 11px;
}
#filter-helper .filterHelperItem .title {
    opacity: 0.6;
}
#filter-helper .filterHelperItem .value {
    margin-left: 4px;
}
#filter-helper .filterHelperItem .delete_filter {
    position: relative;
    top: 0px;
    width: 31px;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
}
#filter-helper .filterHelperItem.multiple .delete_filter:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0px;
    bottom: -2px;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}
#filter-helper .filterHelperItem .delete_filter svg {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
}
#filter-helper .filterHelperItem .delete_filter svg * {
    fill: white;
}
#filter-helper .filterHelperItem .select-wrapper {
    position: absolute;
    top: 100%;
    z-index: 61;
    min-width: calc(100% - 31px);
    max-width: 200px;
    left: 0;
    padding-top: 7px;
    color: #777;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
}
#filter-helper .filterHelperItem .select-wrapper .select-inner {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#filter-helper .filterHelperItem .select-wrapper .select-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #fff;
    padding: 10px 15px 12px 13px;
    border-bottom: 1px solid #ececec;
    line-height: 18px;
}
#filter-helper .filterHelperItem .select-wrapper .select-value:hover {
    background-color: #f8f8f8;
}
#filter-helper .filterHelperItem .select-wrapper .select-value:last-of-type {
    border-bottom: none;
}
#filter-helper .filterHelperItem .select-wrapper .select-value svg {
    flex-shrink: 0;
    margin-left: 10px;
}
#filter-helper .filterHelperItem .select-wrapper .select-value svg * {
    fill: #999;
}

#filter-helper
    .filterHelperItem.multiple
    .title-wrapper:hover
    ~ .delete_filter:before,
#filter-helper .filterHelperItem .delete_filter:hover:before {
    content: none;
}
#filter-helper
    .filterHelperItem.multiple
    .title-wrapper:hover
    ~ .select-wrapper,
#filter-helper .filterHelperItem .select-wrapper:hover {
    opacity: 1;
    visibility: visible;
}

.block_side_WIDE #filter-helper-wrapper #filter-helper {
    padding-left: 25px;
}

.section-content-wrapper:not(.with-leftblock) #filter-helper-wrapper {
    display: none;
}

/* props in detail */
.catalog_detail .char_block {
    padding: 30px 40px;
    background: var(--card_bg_black);
}
.catalog_detail .props_list {
    width: 100%;
    margin: 0px 0px 0px;
    color: #555;
    color: var(--basic_text_black);
}

@media (max-width: 500px) {
    .catalog_detail .char_block {
        padding: 10px 29px 27px;
    }
    .catalog_detail .char_block .props_list td {
        background-image: none;
        display: block;
        width: auto;
        padding-top: 0px;
        padding-bottom: 0;
    }
    .catalog_detail .char_block .props_list td.char_name {
        margin-top: 11px;
        margin-bottom: -1px;
    }
    .catalog_detail .char_block .props_list td.char_value {
        padding-left: 0;
        line-height: 21px;
    }
    .catalog_detail .char_block .props_list td.char_value span {
        padding-left: 0;
    }
    .catalog_detail .char_block .props_list .props_item > span {
        font-size: 0.867em;
        line-height: 1.692em;
    }
}

/* inline auth form */
.wrapper1 .form .form_head {
    margin-top: 18px;
}
