/*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;  }*/


#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
    max-height: 60px;
    width: auto;
}
.top_inner_block_wrapper.maxwidth-theme {
    padding: 0;
}

.page-top-wrapper.grey {
    margin-top: 44px;
    margin-bottom: 10px;
    background-color: transparent;
    padding: 0 20px;
}

.left_block {
    margin-top: 22px;
}

.catalog_detail .props_block .char_value a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .catalog_detail .props_block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .props_block .char {
        width: calc(100%/3);
    }
}
@media (max-width: 576px) {
    .props_block .char {
        width: 45%;
    }
    .ce_cmp .catalog_block .price, .ce_cmp .tabs_slider.items .price {
        white-space: nowrap;
    }
    /* brands */
    .top_info--brands{
        position: relative;
    }
    .top_info.top_info--brands .brand{
        position: absolute;
        top: 20px;
        right: 0;
        padding-right: unset;
        max-width: 30%;
    }
    .top_info--brands .rows_block:not(.slides) .item_block {
        width: 65%!important;
    }
    .catalog_detail .item_main_info .right_info .info_item {
        padding-right: 11px;
    }
    /* brands */
}
@media (max-width: 374px) {
    .catalog_detail .props_block {
        flex-direction: column;
    }

    .props_block .char {
        width: 100%
    }

    .props_block .char:nth-child(even) {
        margin-left: unset;
    }
}
.antibot {
    display: none;
}