html body {
    --fill_dark_lite_ccc: #000;
    --white_text_black: #000;
    --white_text_black2: #000;
    --basic_text_black: #000;
    --light_basic_text_black: #000;
}
body {
    overscroll-behavior-y: contain;
}
.top-block ul.menu > li > a {
    color: #000;
}
.with-text-block-wrapper div.text_before_items p {
    color: #000;
}
html body .top-h-row .menu li a,
html body .news .item .info .preview,
html body .form-control label,
html body .social_block .row .title,
html body .module-cart thead tr,
html body .count-cell div.error,
html body .module-cart table td.name-cell div[class^="bx_item_detail_"] .values,
html body .item-title .props .item_prop .title,
html body .display_list .list_item .preview_text,
html body .display_list .list_item .props_list td,
html body .articles-list .item .right-data .preview-text,
html body .catalog_detail .stock_board .txt,
html body .file_type .description,
html body .catalog_detail .form_wr,
html body .reviews-post-reply-buttons a,
html body .reviews-post-table,
html body .bx_order_make .bx_block.r1x3.pt8,
html body .bx_order_make .float .bx_description .name,
html body .module-order-history .module-orders-list td.drop-cell .item-shell thead td,
html body .module-order-history .order_property.d td,
html body .orderdetail .module-orders-list.colored tbody td:first-child,
html body .soc-avt,
html body .module-cart table td.name-cell .item_props .item_prop .property_value,
html body .colored_table thead tr,
html body .filter.label_block input + label {
    color: #000;
}
/* BEGIN: Стилизация инпута количества товара */
.counter_block_descr {
	font-size: 11px;
}
html body div.counter_blocks.counter_blocks_override {
	display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    float: unset;
}
.counter_block_wrap {
	max-width: calc(50% - 5px);
	width: 100%;
}
.counter_block_wrap + .counter_block_wrap {
	margin-left: 10px;
}
.catalog_item .counter_block_wrap--packs,
.list_item .counter_block_wrap--packs,
.table-view__item .counter_block_wrap--packs {
    display: none;
}
.catalog_item .counter_block_wrap--inpack {
    max-width: 100%;
    margin-left: 0;
}
.list_item .counter_block_wrap--inpack,
.table-view__item .counter_block_wrap--inpack {
    max-width: 100%;
    margin-left: 0;
    padding: 0 4px;
    margin-bottom: 10px;
}
html body .catalog_item div.counter_blocks.counter_blocks_override,
html body .list_item div.counter_blocks.counter_blocks_override,
html body .table-view__item div.counter_blocks.counter_blocks_override {
    float: left;
    max-width: 50%;
}
html body .list_item div.counter_blocks.counter_blocks_override,
html body .table-view__item div.counter_blocks.counter_blocks_override {
    max-width: 100%;
}
.catalog_item .counter_blocks + .button_block {
    margin-top: 25px;
}
.catalog_item .counter_blocks + .button_block.wide {
    width: 50%;
}
.list_item .counter_blocks + .button_block,
.table-view__item .counter_blocks + .button_block {
    max-width: 100%;
    width: 100%;
}
.counter_block_custom {
	white-space: nowrap;
	box-sizing: border-box;
    border: 1px solid #eee;
    border-color: var(--stroke_black);
    background: #fafafa;
    background-color: var(--darkerblack_bg_black);
    text-align: center;
    margin: 0 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;
    width: 100%;
    margin: 0;
    position: relative;
    height: 48px;
}
.catalog_item .counter_block_custom {
    border: unset;
    height: 55px;
}
.counter_block_custom input[type=text] {
	width: 47px;
    border: 0;
    background: 0 0;
    color: #333;
    color: var(--white_text_black);
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    line-height: 13px;
    padding: 7px 3px 7px;
    height: 48px;
}
.counter_block_custom .minus,
.counter_block_custom .plus {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    cursor: pointer;
}
.counter_block_custom .minus {
    left: 10px;
}
.counter_block_custom .plus {
    right: 10px;
}
.counter_block_custom>span .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -6px;
    width: 11px;
    height: 11px;
    line-height: 12px;
}
.counter_block_custom>span:not(:hover) .svg {
    opacity: .5;
}
.counter_block_custom>span .svg svg {
    display: inline-block;
    vertical-align: middle;
}

.counter_block_custom>span .svg * {
    fill: var(--white_text_black);
}
.counter_wrapp.list .counter_blocks_override + .button_block  {
    width: 100%;
}

.added_to_cart_frame .line-block {
    margin: 0;
}
.added_to_cart_frame .line-block > .line-block__item {
    width: 50%;
    padding: 0;
    padding-right: 8px;
}

@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    .product-main .counter_wrapp .counter_blocks_override {
        padding:  5px 10px 10px;
        background-color: #fff;
    }
    .product-main .counter_wrapp .counter_blocks_override + .button_block {
        width: 100%;
    }
}

.added_to_cart_frame .line-block > .line-block__item + .line-block__item {
    padding-right: 0;
}
.added_to_cart_frame .line-block > .line-block__item .btn {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .added_to_cart_frame .form_footer__bottom {
        flex-direction: column;
    }
    .added_to_cart_frame .line-block .line-block__item {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
}
/* END: Стилизация инпута количества товара */

/* BEGIN: Стилизация страницы карточки товара */
body .main_item_wrapper .buy_block div.total_summ span {
    display: block;
    font-size: 28px;
    margin-top: 17px;
    color: var(--fill_dark_lite_ccc);
}
body .catalog_detail .main_item_wrapper .buy_block div.total_summ {
    padding: 0 0 12px;
    display: block !important;
    clear: both;
    border-bottom: none;
    margin-bottom: 13px;
    order: 1;
}
.product-main .buy_block .btn.btn-transparent-border-color {
    order: 2;
}
.product-info-wrapper .product-info .product-main .buy_block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.product-info-wrapper .product-info .product-main .buy_block .wrapp-one-click .btn {
    padding: 14px 26px 14px;
}
.product-info-wrapper .product-info .product-main .buy_block .wrapp-one-click {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.product-info-wrapper .product-info .product-main .buy_block .counter_wrapp.list {
    margin-right: 25px;
    padding-top: 0;
}
.product-info-wrapper .product-info .product-main .buy_block .counter_wrapp.list {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.product-info-wrapper .product-info .product-main .buy_block .counter_wrapp.list > div {
    width: 100%;
}

.product-info-wrapper .product-info .product-main .buy_block .counter_wrapp.list .button_block  {
    margin-bottom: 0;
}

.product-info-wrapper .product-info .product-main .buy_block,
.offer_buy_block.buys_wrapp {
    display: flex;
    width: 100%;
}
.offer_buy_block.buys_wrapp {
    flex-direction: row;
    align-items: flex-end;
}
.product-info-wrapper .product-info .product-main .product-action.flex-50 {
    flex-basis: 100%;
}
.arrow_scroll.tabs {
    border-bottom: 1px solid #ebebeb;
}
.arrow_scroll.tabs .nav.nav-tabs li {
    margin-bottom: 0;
    background-color: unset;
    border: unset;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: unset;
    font-weight: bold;
}
.arrow_scroll.tabs .nav.nav-tabs > li.active:after {
    top: unset;
    bottom: 2px;
}
html body#main .like_icons.list > div span {
    font-size: 12px;
}
html body .like_icons.list > div span.btn:not(:hover):not(.added) {
    border-color: #000;
}
@media screen and (max-width: 768px) {
    .product-info-wrapper .product-info .product-main .buy_block .wrapp-one-click {
        width: 100%;
    }
    #main .bottom-icons-panel-Y .catalog_detail .counter_wrapp.fixed {
        background-color: #fff;
        padding: 15px;
    }
    #main .bottom-icons-panel-Y .catalog_detail .counter_wrapp.fixed .counter_blocks_override + .button_block  {
        margin: 7px 0 0;
        width: 100%;
    }
    .b24-widget-button-position-bottom-right {
        bottom: 150px;
    }
}
/* END: Стилизация страницы карточки товара */

/*.display_list.TYPE_2 .list_item .description_wrapp .preview_text {
    display: block;
}
.display_list .list_item .show_props {
    display: none;
}*/

@media screen and (max-width: 767px) {
    .top_big_one_banner .item.normal_block .item_inner > a {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    } 
}
/* BEGIN: Стилизация фильтра */
#filter-helper .filterHelperItem {
    flex-wrap: wrap;
    margin: 0 -5px;
}
.filterHelperItem .title-wrapper .title {
    color: var(--white_text_black);
}
#filter-helper .filterHelperItemsWrapper .filterHelperItem .title-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.filterHelperItem .title-wrapper .value {
    color: var(--white_text_black);
}
#filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper {
    position: relative;
    top: unset;
    z-index: 61;
    min-width: unset;
    max-width: unset;
    left: unset;
    padding-top: 0;
    color: #777;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out;
}
#filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper .select-inner {
    box-shadow: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper .select-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #fff;
    padding: 5px 15px 7px 13px;
    border-bottom: unset;
    line-height: 18px;
    color: #fff;
    background-color: var(--theme-base-color);
    border-radius: 4px;
    margin: 5px;
}
#filter-helper .filterHelperItem .select-wrapper .select-inner .select-value svg * {
    fill: #fff;
}
#filter-helper .filterHelperItem .title-wrapper .delete_filter svg * {
    fill: #000;
}
#filter-helper-wrapper #filter-helper .filterHelperItemsWrapper .filterHelperItem .title-wrapper {
    max-width: unset;
    width: unset;
}
#filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper .select-counter {
    display: none;
    padding: 5px 5px 5px 0;
    line-height: 18px;
    align-items: center;
    line-height: 1.5;
}
@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
    .bx_filter .bx_filter_button_box.btns .bx_filter_block .bx_filter_parameters_box_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    #mobilefilter .bx_filter .bx_filter_button_box .bx_filter_block .bx_filter_parameters_box_container {
        background-color: #fff;
        border: unset;
    }
    #mobilefilter .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container .filter-bnt-wrapper,
    #mobilefilter .bx_filter .bx_filter_button_box.btns .bx_filter_parameters_box_container>.btn.bx_filter_search_reset {
        width: 90%;
        margin: 15px;
    }
    #mobilefilter .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container .filter-bnt-wrapper {
        order: 0;
    }
    #mobilefilter .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container .filter-bnt-wrapper .btn.bx_filter_search_button {
        border: unset;
        border-radius: 10px;
    }
    #mobilefilter .bx_filter .bx_filter_button_box.btns .bx_filter_parameters_box_container>.btn.bx_filter_search_reset {
        background-color: #fff !important;
        border: 1px solid var(--theme-base-color);
        color: var(--theme-base-color);
        border-radius: 10px;
        order: 1;
        margin-top: 0;
    }
    #mobilefilter .bx_filter .bx_filter_section .bx_filter_parameters {
        bottom: 141px;
    }
    .bx_filter_vertical .bx_filter_parameters_box input[type="checkbox"] + label {
        padding: 3px 5px;
        border: 1px solid var(--basic_text_black);
        border-radius: 4px;
        margin: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .bx_filter.bx_filter_vertical .bx_filter_block.limited_block .bx_filter_parameters_box_container_checkbox .bx_filter_param_label:last-child {
        margin: 5px;
    }
    .bx_filter_vertical .bx_filter_parameters_box input[type="checkbox"] + label:after,
    .bx_filter_vertical .bx_filter_parameters_box input[type="checkbox"] + label:before {
        content: none;
    }

    .bx_filter .bx_filter_parameters_box .bx_filter_input_checkbox .bx_filter_param_text {
        margin: 0;
    }
    .bx_filter_parameters_box_container_checkbox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px
    }
    .bx_filter_vertical .bx_filter_block .bx_filter_parameters_box_container_checkbox input:checked + label {
        border-color: var(--theme-base-color);
        background-color: var(--theme-base-color);
    }
    .bx_filter_vertical .bx_filter_block .bx_filter_parameters_box_container_checkbox input:checked + label span {
        color: #fff;
    }
    #filter-helper .filterHelperItem {
        border: 1px solid #000;
        border-radius: 20px;
        margin: 0 8px 8px;
        padding-right: 25px;
        flex-shrink: 0;
    }
    #filter-helper div.filterHelperItemsWrapper {
        flex-wrap: unset;
        overflow-x: scroll;
    }
    #filter-helper .filterHelperItemsWrapper .filterHelperItem .title-wrapper {
        padding: 0 5px;
    }
    #filter-helper .filterHelperItemsWrapper .filterHelperItem.multiple .title-wrapper {
        padding-right: 5px;
    }
    #filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper {
        display: flex;
    }
    #filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper .select-value {
        padding: 0;
        color: var(--basic_text_black);
        background-color: unset;
        border-radius: unset;
        margin: 0;
        display: none;
        padding: 0 5px;
        padding-left: 0;
        line-height: 1.5;
    }
    #filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper .select-value svg {
        display: none;
    }
    #filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper .select-counter {
        display: flex;
    }
    #filter-helper .filterHelperItemsWrapper .filterHelperItem .select-wrapper .select-value:first-child {
        display: flex;
    }
    .inner_expand_text {
        display: none;
    }
}
/* END: Стилизация фильтра */

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
}

a.phone-cstm[href^="tel"]:link,
a.phone-cstm[href^="tel"]:visited, 
a.phone-cstm[href^="tel"]:hover {
    pointer-events: all;
    cursor: pointer;
}
#main .catalog_detail .price_txt a[href^="tel"],
.price_txt .phone-cstm {
    font-size: 25px;
    padding-left: 30px;
    pointer-events: auto;
    cursor: pointer;
    color: #000;
}

#main .catalog_detail .price_txt a[href^="tel"],
.phone-cstm {
    font-weight: bold;
    position: relative;
}
@media screen and (max-width: 769px) {
    #main .catalog_detail .price_txt a[href^="tel"],
    .phone-cstm {
        font-size: 18px;
    }
}

.phone-cstm .fa-phone {
    position: absolute;
    left: 0;
    top: 0;
}
.phone-cstm .fa-phone svg {
    width: 20px;
    height: 20px;
}
.phone-cstm .fa-phone {
    display: none;
}
.price_txt .phone-cstm .fa-phone {
    top: 5px;
    display: inline-flex;
}

/* BEGIN: Стилизация шапки */
@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
    #mobileheader .mobileheader-v4.mobileheader_custom .logo-block {
        width: calc(100% - 300px);
    }
    #mobileheader .mobileheader-v4.mobileheader_custom .logo-block .logo {
        max-width: 46px;
        margin: 0;
    }
    body .wrapper1.mfixed_Y {
        padding-top: 108px;
    }
    body .wrapper1.mfixed_Y > div#mobileheader {
        position: fixed;
        width: 100%;
        z-index: 1051;
        top: 0px;
        display: block !important;
    } 
}
@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    .with_title .block_container .detail_items.scrollblock, .with_title .block_container .items, body .wrapper_block.with_title .block_container.bordered.one {
        max-height: unset;
    }
    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="tel"]:hover {
        pointer-events: auto;
        cursor: pointer;
    }
}
@media screen and (max-width: 480px), projection and (max-width: 480px), tv and (max-width: 480px), handheld and (max-width: 480px) {
    #mobileheader .mobileheader-v4.mobileheader_custom .logo-block {
        width: calc(100% - 250px);
    }
}
.topic__heading .basket-back {
    margin-bottom: 0;
}
.page-top #navigation {
    display: flex;
}
#mobileheader #mobilemenu .menu > ul > li > a,
.top-mobile-menu__title {
    font-size: 12px;
}
.header-v16--custom .logo_and_menu-row .wrap_icon .title,
.header-v16--custom .logo_and_menu-row .wrap_icon .name {
    display: none;
}
.header-v16--custom {
    padding-top: 30px;
}
.header-v16--custom .logo_and_menu-row,
.header-v17--custom .logo-row {
    padding-left: 30px;
    padding-right: 30px;
}
.header-v16--custom .header__top-item .phone {
    font-size: 1.5em;
}
.header-v17--custom .logo-block {
    max-width: 400px;
}
.header-v17--custom .logo-block > img {
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .header-v17--custom .logo-block {
        max-width: 200px;
    }
}
.header-v17--custom .header__top-inner {
    align-items: flex-end;
    padding-bottom: 15px;
}
.header-v17--custom .logo_and_menu-row .search-wrapper {
    vertical-align: bottom;
}
.header-v17--custom .longs .logo-row:not(.icons_bottom) .inner-table-block {
    height: 77px;
}
.header-v17--custom .logo_and_menu-row .search .search-input,
.mobileheader_custom #title-search_mobile_search .search .search-input {
    border-color: #F8BC89 !important;
    font-weight: bold;
    background-color: #ffefe2;
}
.header-v17--custom .logo_and_menu-row .serach-wrapper-scheme .search .search-input {
    border-color: #9f9f9f !important;
    background-color: #f1f1f1;
}
.title-search_scheme {
    display: block;
}
a.title-search_scheme:hover,
a.title-search_scheme:hover input {
    cursor: pointer;
    opacity: 0.7s;
}
a.title-search_scheme:hover button {
    pointer-events: none;
}
.mobileheader_custom .btn-search {
    margin: 1px;
}
.mobileheader__iconsWrapper > * {
    position: relative;
    z-index: 10;
}
html #mobileheader .mobileheader-v4.mobileheader_custom .logo-block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 0;
    padding: 0;
}
html #mobileheader .wrap_phones .dropdown-mobile-phone {
    width: 200px;
}
.header__top-item.icons_top .auth_wr_inner .personal-link {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}
.header__top-item .svg-inline-phone {
    display: none;
}
/* END: Стилизация шапки */
/* BEGIN: Стилизация модалки добавления в корзину */
.added_to_cart_frame {
    max-width: 968px;
    width: 100%;
}
.added_to_cart_result {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.added_to_cart_result .product__imageLink {
    display: block;
}
.added_to_cart_result .product__imageLink + .product__detail {
    margin-left: 30px;
}
.added_to_cart_result .product__detail {
    margin-right: 30px;
}
.added_to_cart_result .product__detail__title {
    margin-bottom: 10px;
    display: block;
}
.added_to_cart_result .product__detail__price {
    font-weight: bold;
}
.product__final__buttons .btn {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}
.product__final__summary strong {
    white-space: nowrap;
}
@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
    .added_to_cart_frame {
        max-width: 740px;
    }
}
@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    .added_to_cart_frame {
        max-width: 85%;
    }
    .added_to_cart_result {
        flex-direction: column;
    }
    .added_to_cart_result .product__detail {
        margin: 0;
    }
    .added_to_cart_result .product__imageLink + .product__detail {
        margin: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .added_to_cart_result .product__imageLink {
        max-width: 150px;
        max-height: 150px;
        width: 100%;
        height: 100%;
    }
    .added_to_cart_result .product__imageLink .product__image {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
}
@media screen and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), handheld and (max-width: 600px) {
    .added_to_cart_frame.popup.show .popup-intro .pop-up-title {
        padding-right: 30px;
        padding-left: 30px;
    }
}
/* END: Стилизация модалки добавления в корзину */

.contacts_map_list_custom {
    height: 545px;
    padding: 0px 0px 45px 311px;
}
.contacts_map_custom {
    margin: 0px auto;
    position: relative;
    height: 100%;
}
.contacts_map_image {
    height: 100%;
    transition: opacity .3s ease;
}
.contacts_map_image:hover {
    opacity: 0.8;
}
.contacts_map_image img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
#pavilion_modal {
    display: none;
}
@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    .contacts_map_list_custom {
        height: 300px;
        padding: 0px 0px 45px 0;
    }
}

/* BEGIN: Стилизация оформления заказа */
.bx-soa-section#bx-soa-basket {
    display: none;
}
html body #bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem,
html body #bx-soa-order.orderform--v1 #bx-soa-paysystem+#bx-soa-delivery,
html body #bx-soa-order.orderform--v1 #bx-soa-delivery,
html body #bx-soa-order.orderform--v1 #bx-soa-paysystem {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
html body #content #bx-soa-order-form .bx-soa-pp-item-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}
html body #content #bx-soa-order-form .bx-soa-pp-item-container .bx-soa-pp-company {
    margin-bottom: 30px;
    padding-right: 30px;
}
html body #content #bx-soa-order-form .bx-soa-pp-item-container .bx-soa-pp-company:last-child {
    margin-bottom: 0;
}
/* END: Стилизация оформления заказа */
/* BEGIN: Главный баннер */
html .darken-bg-animate:after {
    content: none;
}
.top_big_banners>.row {
    display: flex;
}
.top_big_banners.with_childs .slide {
    float: unset;
    max-width: calc(100% - 572px);
    width: 100%;
}
.top_big_banners.short_block .item .item_inner .text .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    color: #000;
}
.top_big_banners.short_block .item .item_inner .text .title .childBanner__smallText {
    font-size: 0.8em;
    text-transform: lowercase;
    line-height: 1.2;
}
.top_big_banners.short_block .item .item_inner .text .title .childBanner__bigText {
    font-size: 1.4em;
    text-transform: uppercase;
}
.top_big_banners .item .item_inner .wrap_tizer {
    bottom: unset;
    top: 0;
}
@keyframes bannerBlurred {
    0% {
        filter: blur(0);
    }
    20% {
        filter: blur(0);
    }
    33% {
        filter: blur(10px);
    }
    66% {
        filter: blur(10px);
    }
    80% {
        filter: blur(0);
    }
    100% {
        filter: blur(0);
    }
}
@keyframes cursorAppear {
    0% {
        opacity: 0;
        transform: translateX(10px) translateY(10px);
    }
    15% {
        opacity: 0;
        transform: translateX(10px) translateY(10px);
    }
    33% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
    66% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
    85% {
        opacity: 0;
        transform: translateX(10px) translateY(10px);
    }
    100% {
        opacity: 0;
        transform: translateX(10px) translateY(10px);
    }
}
@keyframes cursorClick {
    0% {
        box-shadow: 0 0 0 .2rem rgba(111, 148, 182, .5);
        transform: scale3d(0.5, 0.5, 1);
    }
    50% {
        box-shadow: 0 0 0 .2rem rgba(111, 148, 182, 0);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        box-shadow: 0 0 0 .2rem rgba(111, 148, 182, 0);
        transform: scale3d(1, 1, 1);
    }
}
.banner--blurred {
    position: relative;
}
.banner--blurred .top_slider_wrapp {
    animation: 5s infinite bannerBlurred;
}
.banner--blurred .top_slider_wrapp:hover {
    cursor: pointer;
    animation: unset;
}
.banner--blurred:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../img/cursor.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    animation: 5s cursorAppear infinite;
    z-index: 3;
}
.banner--blurred:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 0 .2rem rgba(111, 148, 182, .5);
    position: absolute;
    left: calc(50% - 26px);
    top: calc(50% - 21px);
    z-index: 2;
    animation-name: cursorAppear, cursorClick;
    animation-duration: 5s, 1.1s;
    animation-iteration-count: infinite;
}
.banner--blurred:hover:before,
.banner--blurred:hover:after {
    animation: unset;
    opacity: 0;
}
.banner--blurred .top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item {
    background-size: contain;
}
.top_big_banners:not(.nop) .child {
    float: unset;
    flex-shrink: 0;
}
.top_big_banners:not(.nop) .child {
    width: 50%;
} 
html .top_slider_wrapp.view_3 .main-slider__item tr {
    background-size: contain;
}
.top_big_one_banner__search {
    display: none;
}
.top_big_one_banner .catalog-block {
    background: linear-gradient(0deg, rgba(17, 10, 53, 0.70) 0%, rgba(17, 10, 53, 0.70) 100%), #FFF;
    border-radius: 0px;
    backdrop-filter: blur(3px);
    max-width: 100%; 
    border-radius: 10px;
}
.button-back,
.button-catalog {
    padding: 10px 24px 9px 24px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .top_big_banners:not(.nop) .child {
        width: 286px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
    .top_big_banners>.row {
        flex-wrap: wrap;
    }
    .top_big_banners.with_childs .slide {
        max-width: 100%;
        width: 100%;
    }
    .top_big_banners:not(.nop) .child {
        width: 50%;
    }
    .top_big_banners:not(.nop) .child .row {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .top_big_banners:not(.nop) .child>.row .item {
        width: 50%;
    }
    .top_big_banners.short_block .item .item_inner .text .title {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .top_big_banners.short_block .item .item_inner .text .title .childBanner__bigText {
        font-size: 1.1em;
        width: 100%;
    }
    .top_big_banners.short_block .top_slider_wrapp .main-slider, .top_big_banners.short_block .top_slider_wrapp .main-slider__item, .top_big_banners.short_block .top_slider_wrapp .main-slider__item td {
        height: 480px;
        background-size: contain;
    }
}
@media screen and (max-width: 991px) {
    .top_big_banners>.row {
        flex-wrap: wrap;
    } 
    .top_big_banners.with_childs .slide {
        max-width: 100%;
        order: 2;
    }
}
@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
    .top_big_banners>.row>div .row {
        display: flex;
        flex-direction: column;
    }
    .top_slider_wrapp.view_3 .main-slider, .top_slider_wrapp.view_3 .main-slider__item, .top_slider_wrapp.view_3 .main-slider__item td, .top_slider_wrapp.view_3 .main-slider__item tr {
        height: auto;
    }
    .top_slider_wrapp.view_3 .main-slider__item tr {
        background-size: cover;
        opacity: 1;
        padding-top: 64%;
        display: block !important;
    }
    .top_big_banners.with_childs .slide {
        padding: 0 16px;
    }
}
@media (max-width: 991px) and (min-width: 501px) {
    html body .top_big_banners>.row>div.col-md-3 .item {
        width: 100%;
        float: unset;
    }
}
@media (max-width: 600px) {
    .top_big_banners:not(.nop) .items.visible_side_mobile {
        width: calc(100% + 15px);
        display: flex;
        flex-wrap: wrap;
    }
    .top_big_banners:not(.nop) .items.visible_side_mobile .darken-bg-animate:after {
        content: none;
    }
    html body .top_big_banners .side-childs.normal>.item {
        float: unset; 
    }
    html body .top_big_banners .side-childs.normal>.item:nth-child(1) {
        order: 0;
    }
    html body .top_big_banners .side-childs.normal>.item:nth-child(2) {
        order: 1;
    }
    .top_big_banners.short_block .item .item_inner .text .title {
        padding: 2vw;
    }
    .top_big_banners.short_block .item .item_inner .text .title .childBanner__bigText {
        font-size: 4.8vw;
        font-weight: 600;
    }
    .top_big_banners.short_block .item .item_inner .text .title .childBanner__smallText {
        font-size: 2.5vw;
        font-weight: 600;
        line-height: 1.9;
    }
    .top_big_banners.short_block .item .item_inner .wrap_tizer .wrapper_inner_tizer {
        padding: 10px;
    }
    html .top_big_banners:not(.nop) .items .item {
        padding: 4px;
    }
    html body .top_big_one_banner .top_big_one_banner__search.search_wrap {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    html .top_big_one_banner__search .search-block {
        width: 100%;
    }
    html .top_big_one_banner__search .clear-button,
    html .top_big_one_banner__search .close-block {
        display: none;
    }
} 
@media (max-width: 480px) {
    /*.top_big_banners:not(.nop) .child>.row .item {
        width: 100%;
    }*/
    /*html body .top_big_banners .side-childs.normal>.item {
        width: 100%;
    }*/
}
/* END: Главный баннер */
/* BEGIN: Схема */
.catalog-block .search-block-baltija {
    /*padding: 0;
    height: 0;
    overflow: hidden;
    margin: 0;*/
}
@media screen and (max-width: 991px) {
    .catalog-block .search-block-baltija {
        height: unset;
        overflow: unset;
    }
}

.scheme-tree-wrap {
    /*z-index: 10;
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    background: #fff;
    width: 100%;
    font-size: 18px;
    border-radius: 0 0 8px 8px;

    */
}

.navigation-baltija .scheme-tree-wrap .bx_sitemap {
    display: block;
}

.scheme-tree {
    padding: 10px;
}

.scheme-tree__submenu {
    padding-left: 15px;
}

.scheme-tree__submenu-item {
    display: flex;
}

.scheme-tree_empty {
    padding: 15px;
}
/* END: Схема */