/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* I do not understand what is that */
/* #bonus_add_block { display: none;  } */

.dropdown-menu img,
.menu_top_block.catalog_block .dropdown &gt; li.full &gt; .dropdown &gt; li &gt; .image img,
.basket_wrapp img{
max-width: 60px;
}
.payments-item {
    display: flex;
}
.payments-item__img {
    min-width: 64px;
    width: 64px;
    min-height: 64px;
    position: relative;
    height: 64px;
    margin-right: 36px;
}
.payments-item__body {
    width: calc(100% - 64px);
}
.payments-item__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.wrapper1 .right_wrap {
    z-index: 20;
}
@media (min-width: 992px) {
    .right_block.wide_N, .right_block.wide_, .catalog_page.wide_N .section-content-wrapper, .catalog_page .section-content-wrapper.with-leftblock {
        min-width: 0;
        position: relative;
        width: calc(100% - 288px);
        float: right;
    }
}