#js_product_popup_ajax_preloader {
    background: url('/local/templates/.default/images/ajax-preloader.gif') no-repeat transparent;
    background-size: contain;
    height: 60px;
    width: 60px;
    display: block;
    margin: 40px auto;
}

#js_points_block {
    color: #E53131;
}

.input-box .disabled, .row-item.disabled {
    display: none;
}

.minicart ul {
    transition: all .4s linear .5s;
}

.catalog-item .wrap {
    min-height: 290px;
}

.in-row .catalog-item .wrap {
    min-height: auto;
}

.catalog-item .name {
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 47px;
}

.hide_top_basket_basket_line #firm-type-form-cat, .hide_top_basket_basket_line .label.firm-type-form-cat {
    display: none;
}

.quantity-block .plus.disabled, .quantity-block .minus.disabled,
.quantity-block .plus.disabled:hover, .quantity-block .minus.disabled:hover {
    color: #fff;
    background: #E0E0E0;
}

.bonus-input input.disabled {
    background-color: #ffc;
}

.mh-minicart .content .inner .label,
.minicart .content .inner .label {
    font-size: 100%;
}

.search-result-popup .srp-item.title-search-selected {

    background: #F4F4F4;
}

.catalog-view-swich a.catalog-t-row,
.catalog-view-swich a.catalog-t-grid {
    color: #999;
}

.catalog-view-swich a:hover,
.catalog-view-swich a.active {
    color: #2394E6;
}


.catalog-top .catalog-search-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-left: auto;
    max-width: 280px;
}

.catalog-top .catalog-search-block .search-result-popup {
    margin-right: 17px;
    z-index: 99;
}

.catalog-top .catalog-search-block .search-result-popup .srp-item {
    font-size: 11px;
}

.catalog-top .catalog-search-block .search-result-popup .srp-item a {
    padding: 9px 12px;
}

div.js-list-item {
    display: none;
}

body {
    -webkit-overflow-scrolling: touch;
}

body.mfp-active {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    width: 100%;
    position: fixed;
    overflow: auto;
}

body .mfp-wrap {
    position: fixed;
    overflow: auto;
    /*top: 0 !important;*/
}

.gamma__item {
    background-position: center;
}

/*#bx_incl_area_3 {*/
/*    position: relative;*/
/*    -webkit-box-flex: 1;*/
/*    -webkit-flex: 1 0 100%;*/
/*    -ms-flex: 1 0 100%;*/
/*    flex: 1 0 100%;*/
/*    z-index: 1;*/
/*    max-width: 100%;*/
/*}*/

.errortext {
    color: #E53131;
}

.grecaptcha-badge {
    display: none;
}

.hide-item-search {
    display: none !important;
}

/** temporary style for filter **/
.show-more-prop__btn {
    color: #000000;
    text-decoration: unset;
    font-size: 12px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.show-more-prop__wrapper {
    display: none;
    margin-bottom: 10px;
}

.show-more-prop__wrapper + .filter-menu {
    margin-left: 25px;
    margin-top: 10px;
}

.catalog-filter .row-item.active .show-more-prop__wrapper {
    display: block;
}

/*.catalog-filter .row-item .drop-block .scroll-wrapper{*/
/*    max-height: 318px;*/
/*}*/
/*.catalog-filter .row-item.with-ppl-button .drop-block .scroll-wrapper{*/
/*    max-height: 350px;*/
/*}*/
.catalog-filter .scrollbar-inner {
    padding-right: 20px;
}

.catalog-filter .scroll-wrapper .scrollbar-inner {
    paddding-right: 0px;
}

.catalog-filter .scrollbar-inner-filter {
    padding-right: 20px;
}

.catalog-filter .scroll-wrapper .scrollbar-inner-filter {
    paddding-right: 0px;
}

.scrollbar-inner-filter > .scroll-element {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner-filter > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner-filter > .scroll-element.scroll-x {
    bottom: 2px;
    height: 5px;
    left: 0;
    width: 100%;
}

.scrollbar-inner-filter > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 5px;
}

.scrollbar-inner-filter > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner-filter > .scroll-element .scroll-element_track {
    background-color: #E0E0E0;
}

.scrollbar-inner-filter > .scroll-element .scroll-bar {
    background-color: #2394E6;
    cursor: pointer;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.scrollbar-inner-filter > .scroll-element:hover .scroll-bar,
.scrollbar-inner-filter > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #E53131;
}

.shade-table .heading-block {
    display: none;
}

.shade-table .show-collections .heading-block {
    display: block;
}

.sale-win__old-cost {
    text-decoration: line-through;
}

.filter-menu--gamma > li input {
    display: none;
}

li.prop-item.bx-filter-parameters-box.active ul.sub-menu {
    display: block;
}

.filter-menu--gamma .sub-menu li.active a {
    text-decoration: underline;
}

.input-box--highlight label {
    font-weight: bold;
}

.input-box--unavailable label {
    color: rgba(0, 0, 0, 0.5);
}

.fixed-input-items {
    position: relative;
    overflow: hidden;
}

.add-to-favorite {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 30%;
}

.add-to-favorite.fast {
    top: 0px;
}

.add-cart.slider-item {
    position: absolute;
    right: 0px;
    top: 70px;
}

.left-position {
    margin-left: 0%;
}

.icon-favorit.detail {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 2px;
    cursor: pointer;
}

.paymethod-error {
    border: 1px solid red;
    padding: 5px;
}

@media (max-width: 1023.98px) {
    .favorites {
        margin-right: 0px !important;
    }

    .inner.cart_label {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    button.user {
        display: none !important;
    }
}

.mobile-header .mh-side {
    top: auto !important;
}

@media (min-width: 810px) {
    .pagination-row {
        margin-left: auto;
    }

    .favorites-link-js:hover .icon-favorit {
        display: none;
    }

    .favorites-link-js:hover .icon-favorit-fill {
        display: block;
    }
}

.catalog-top.fixed {
    position: fixed;
    z-index: 99;
    top: 60px;
    width: 870px;
    margin: 0 0px;
}

.mob-catalog-top.fixed {
    position: fixed;
    z-index: 99;
    top: 72px;
    width: 97%;
}

@media (min-width: 769px) {
    .mob-catalog-top.fixed {
        width: 721px;
        margin-left: -15px;
    }
}

.catalog-items-row-view {
    margin: 0 -3px;
}

/* hardcode */
.banner-block.height {
    height: auto !important;
}

.sale-item {
    min-height: 200px;
}

@media (min-width: 375px) {
    .sale-item {
        min-height: 230px;
    }
}

@media (min-width: 430px) {
    .sale-item {
        min-height: 270px;
    }
}

@media (min-width: 500px) {
    .sale-item {
        min-height: 317px;
    }
}

@media (min-width: 500px) {
    .sale-item {
        min-height: 345px;
    }
}

@media (min-width: 576px) {
    .sale-item {
        min-height: 174px;
    }
}

@media (min-width: 600px) {
    .sale-item {
        min-height: 183px;
    }
}

@media (min-width: 640px) {
    .sale-item {
        min-height: 164px;
    }
}

@media (min-width: 810px) {
    .sale-item {
        min-height: 225px;
    }
}

@media (min-width: 1024px) {
    .sale-item {
        min-height: 200px;
    }
}

@media (min-width: 1290px) {
    .sale-item {
        min-height: 252px;
    }
}

.sale-carousel .swiper-slide {
    height: 100% !important;
}

.sitemap-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sitemap-wrapper .sitemap-row {
    flex: 0 0 30%;
}

.sitemap-row ul.sitemap-menu {
    padding: 0 0 0 1em;
    margin: 0;
    list-style: none;
}

.sitemap-row ul.sitemap-menu ul.sitemap-menu {
    padding: 0 0 0 2em;
}

.sitemap-row ul.sitemap-menu > li::before {
    content: "\2022";
    color: #2394E6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.sitemap-row ul.sitemap-menu ul.sitemap-menu > li::before {
    content: "-";
}

.filter-buttons #set_filter {
    display: none;
}

.filter-buttons #del_filter {
    width: 100%;
}

/* erid */
.bss-info {
    position: absolute;
    z-index: 100;
}

.bss-info.top-left {
    left: 15px;
    top: 15px;
}

.bss-info.top-right {
    right: 15px;
    top: 15px;

    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
}

.bss-info.top-left > .inf {
    text-align: left;
}

.bss-info.top-right > .inf {
    text-align: right;
}

.bss-info:hover > .inf {
    /*display: block;*/
    background: #f4f4f4;
    padding: 10px 15px;
    margin-top: 7px;
}

.bss-info .b span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.3);
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 8px;
}

.bss-info .b {
    height: 18px;
    padding: 0 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.bss-info .inf {
    display: none;
    /*background: #f4f4f4;*/
    padding: 10px 15px;
    margin-top: 7px;
    position: absolute;
    top: 20px;
    background: #ffffff !important;
    border: 1px solid #2394E6;
    border-radius: 10px;
    width: 225px;
}

.bss-info .inf.active {
    display: block;
}

.erir-adv__button {
    color: #2394E6;
    cursor: pointer;
}

.erir-adv__button .erir-adv__info {
    color: #000000;
}

.erir-adv__info {
    display: none;
}

.erir-adv__info.active {
    display: block;

}

.erir-link__status {
    display: none;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 10px;
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 15px;
    width: 135px;
    text-align: center;
    color: #ffffff
}

.main-slider__wrapper .swiper-slide {
    height: 468px;
}

.swiper-slide .banner-item {
    height: 468px;
    width: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-slide .blog-item .img {
    background-size: contain;
}

.buy-today,
.buy-today:hover {
    background: #0088b2;
    color: #ffffff;
    width: 110px;
    text-align: center;
    line-height: 15px !important;
}

/*.catalog-items.in-row .catalog-item .wrap {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

.catalog-items.in-row .catalog-item .image,
.catalog-items.in-row .catalog-item .image a {
    height: unset;
}

.catalog-items.in-row .catalog-item .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57px;
    -ms-flex: 0 0 57px;
    flex: 0 0 57px;
}

.catalog-items.in-row .catalog-item .image img {
    width: auto;
    height: 42px;
}

.catalog-items.in-row .catalog-item .name,
.catalog-items.in-row .catalog-item .name .text-wrapper {
    /*width: 177px;*/
    /*max-width: 177px;*/
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    max-height: unset;
    height: unset;
    -webkit-line-clamp: 10;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 177px;
    -ms-flex: 0 0 177px;
    flex: 0 0 177px;
}

.catalog-items.in-row .catalog-item .brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

.catalog-items.in-row .catalog-item .favorites {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
}

.catalog-items.in-row .catalog-item .sku {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    padding: 0;
}

.catalog-items.in-row .catalog-item .stock {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    padding: 0;
    margin: 0;
}

.catalog-items.in-row .catalog-item .stickers {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: unset;
    padding: 0;
    margin: 0;
}

.catalog-row-h {
    justify-content: space-between;
}

.catalog-row-h .crh-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

.catalog-row-h .crh-item.img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 82px;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
}

.catalog-row-h .crh-item.name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 185px;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
}

.catalog-row-h .crh-item.brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63px;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px;
}

.catalog-row-h .crh-item.favorite {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.catalog-row-h .crh-item.sku {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    padding: 0;
}

.catalog-row-h .crh-item.stock {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    padding: 0;
}

.catalog-row-h .crh-item.stickers {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 165px;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
}

.catalog-row-h .crh-item.price {
    padding: 0;
    -webkit-flex: 0 0 62px;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
}

/*.catalog-row-h .crh-item.count {*/
/*    padding: 0;*/
/*}*/

.tag-info__item.buy-today {
    color: #ffffff;
    border: none;
    text-transform: uppercase;
}

.product-price-wrapper-block {
    width: 100%;
}

.amount-storages {
    min-width: 300px;
    height: auto;
    border: 1px solid #2D9CDB;
    padding: 12px 10px;
    margin: 25px 0;
    cursor: pointer;

    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.amount-storages .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2394E6;
}

.amount-storages .title:before {
    content: "";
    display: inline-block;
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 0;
    background-size: 16px;
    background: url(/local/templates/.default/images/box-icon.svg);
}

.amount-storages a {
    text-decoration: underline;
}

.amount-storages span {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.short-description,
.full-description {
    display: none;
}

.short-description.active,
.full-description.active {
    display: flex;
}

#storage-map .popup-wrap,
.storage-map .popup-wrap{
    width: 1000px;
    max-width: unset;
}

#storage-map .content,
.storage-map .content {
    display: flex;
    justify-content: space-between;
    width: 940px;
}

#storage-map .content-col:nth-child(1),
.storage-map .content-col:nth-child(1) {
    width: 380px;
    min-height: 600px;
}

#storage-map .content-col:nth-child(2),
.storage-map .content-col:nth-child(2) {
    width: 540px;
    min-height: 600px;
}

.storages-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.storages-list li {
    padding: 15px;
    /*display: flex;*/
    border: 1px solid transparent;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .15);
    border-radius: 3px;
    display: none;
    margin-bottom: 10px;
}

.storages-list li.active{
    display: flex;
}

.storages-list .header {
    display: flex;
    flex-direction: column;
}

.storages-list .header-row {
    display: flex;
}

.storages-list .short-description{
    flex-basis: 100%;
}

/* name + logo */
.storages-list .header-row:nth-child(1) .header-col:nth-child(1){
    flex-basis: 85%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.storages-list .header-row:nth-child(1) .header-col:nth-child(2){
    flex-basis: 15%;
    /*display: flex;*/
    /*justify-content: end;*/
}

.storages-list .header-row:nth-child(1) .header-col:nth-child(2) img{
    width: 90%;
}

/* timetable */
.storages-list .header-row:nth-child(2){
    flex-basis: 100%;
    margin-top: 5px;
}

.storages-list .header-row:nth-child(2) .timetable{
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 300;
}

.storages-list .header-row:nth-child(2) .timetable span{
    font-weight: 600;
    margin-top: 10px;
}

/* stock + selector */
.storages-list .header-row:nth-child(3){
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.storages-list .header-row:nth-child(3) .header-col:nth-child(1){
    display: flex;
    align-items: center;
}

.storages-list .header-row:nth-child(3) .header-col:nth-child(1) .available-quantity{
    color: #919191;
    font-weight: 800;
    font-size: 12px;
}

.storages-list .header-row:nth-child(3) .header-col:nth-child(1) .quantity span{
    color: #000000;
}

.storages-list .header-row:nth-child(3) .header-col:nth-child(2){
    display: flex;
    align-items: center;
}

.storages-list .header-row:nth-child(3) .quantity-block__wrapper-stock{
    padding: 3px 0;
}

.storages-list .header-row:nth-child(4){
    font-size: 12px;
    margin-top: 20px;
}

.storages-list .header-row:nth-child(4) .more a{
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}

/*.storages-list li .quantity{*/
/*    font-size: 12px;*/
/*    color: #8a8a8a;*/
/*}*/

/*.storages-list li .quantity .stock{*/
/*    font-weight: 600;*/
/*    color: #000000;*/
/*}*/

/*.storages-list li .more {*/
/*    font-size: 14px;*/
/*    margin-top: 15px;*/
/*}*/

/*.storages-list li .more a {*/
/*    cursor: pointer;*/
/*}*/

.full-description {
    flex-direction: column;
}

.full-description .back {
    cursor: pointer;
    border: 1px solid #2394e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #2394e5;
    font-weight: bold;
    font-size: 12px;
    width: 85px;
    text-align: center;
}

.full-description .back:hover {
    background: #2394e5;
    color: #ffffff;
}

.full-description .text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-top: 10px;
}

.full-description .text .strong {
    font-weight: bold;
}

.full-description .text div {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.full-description .text div p {
    margin: 0 5px 0 0;
    min-width: 120px;
}

.product-details-block-col .add-to-favorite {
    width: 100%;
}

/*.storage-map .popup-wrap {*/
/*    width: 1000px !important;*/
/*    max-width: unset !important;*/
/*}*/

.storage-map .content {
    display: flex;
    justify-content: space-between;
    width: 940px;
}

.storage-map .content-col:nth-child(1) {
    width: 380px;
    min-height: 600px;
}

.storage-map .content-col:nth-child(2){
    width: 540px;
    min-height: 600px;
}

.button{
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.button.hidden{
    display: none;
}

.btn-small{
    border-radius: 5px;
    width: 67px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.button.blue{
    background: #2394E6;
    color: white;
}

.red{
    background: #E53131;
    color: white;
}

.quantity-block__wrapper.closed,
.quantity-block__wrapper-stock.closed{
    display: none;
}

.header-wrap .button-block{
    height: 48px;
    display: flex;
    align-items: center;
}

@media (max-width: 1300px) {
    .catalog-row-h {
        display: none !important;
    }

    .catalog-items.in-row .catalog-item .cart-d {
        width: 100%;
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .catalog-items.in-row .catalog-item .cart-d .price-block {
        width: unset;
        display: flex;
        justify-content: center;
    }

    .catalog-items.in-row .catalog-item .cart-d .quantity-block {
        display: flex;
        justify-content: end;
    }
}

@media (max-width: 1100px) {
    #storage-map .popup-wrap,
    .storage-map .popup-wrap {
        width: 100%;
        max-width: 100%;
    }

    #storage-map .content,
    .storage-map .content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        max-width: 100%;
    }

    #storage-map .content-col:nth-child(1),
    .storage-map .content-col:nth-child(1) {
        width: 100%;
        min-height: unset;
        margin-bottom: 20px;
    }

    #storage-map .content-col:nth-child(2),
    .storage-map .content-col:nth-child(2) {
        width: 100%;
    }

    .storages-list .header {
        width: 100%;
    }

    .storages-list .header .left {
        width: 75%;
    }

    .storages-list .header .right {
        width: 25%;
        text-align: right;
    }

    .storages-list .header .right img {
        width: 60%;
    }
}

@media (max-width: 810px) {
    .catalog-items.in-row .catalog-item .cart-d {
        flex-direction: row-reverse;
    }
}

.attachment-list{
    list-style-type: none;
    display: flex;
    padding: 0;
}

.attachment-list li{
    margin-right: 10px;
    text-align: right;
    position: relative;
}

@media (max-width: 768px) {
    .bss-info .inf.active {
        margin-top: -20px;
        margin-left: 85px;
    }

    .bss-info .inf {
        top: 45px;
    }

    .swiper-slide .bss-info .inf.active {
        margin-top: -45px;
        left: -315px;
    }

    .swiper-slide .banner-item {
        height: 175px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .main-slider__wrapper .swiper-slide {
        height: 175px;
    }

    .popup-wrap .col-6{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .catalog-items.table .sticking-table .image{
        margin-top: 35px;
    }

    .return-basket{
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .sitemap-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }

    .sitemap-wrapper .sitemap-row {
        flex: 1 0 100%;
        width: 100%;
    }
}
