/*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;  }*/

body {
    background-image: url(/bitrix/templates/aspro_max/assets/images/background_x_light-min.png);
    color: black;
}

body .flexslider .slides>li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.BIG_BANNER_INDEX .maxwidth-theme {
    padding-right: 0;
    padding-left: 0;
}

.mega-menu {
     font-size: 1.2em;
 }

body .menu_top_block.catalog_block .dropdown > li > a {
    font-size: 19px;
    line-height: 1.2;
}

.body .catalog_icons_Y .menu_top_block.catalog_block .dropdown>li.full>a {
    font-weight: bold;
}

.bordered {
    border-width: 5px;
    border-color: black;
}
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: 6px;
}

.catalog_section_list .item_block.lg .section_item {
    padding-top: 20px;
}

.articles-list .item .left-data img, .catalog_section_list .section_item .image img {
    max-width: unset;
    max-height: unset;
    margin: auto;
    height: 200px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.logo_and_menu-row .phone a {

}

.menu_top_block.catalog_block .menu > li > a .name {
    font-weight: bold;
}
.wrapper_inner, .maxwidth-theme {
    background: unset;
}
#headerfixed, #headerfixed > .maxwidth-theme {
    background: #000;
}
.top_slider_wrapp td.img img {
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.mega-menu table td .wrap > a {
    color: #fff;
}

svg .cls-1, svg .cls-2, svg .sscls-1, svg .sscls-2, svg .nspcls-1, svg .cccls-1 {
    fill: #FFF;
}

/*html body {*/
/*    background-image: url('/bitrix/templates/aspro_max/assets/images/background_min2.png');*/
/*}*/


body header .menu_top_block li .dropdown > li > a,
body .menu_top_block.catalog_block .dropdown > li.full > a,
body .left_menu > li,
body .left_menu > li > a,
body .menu_top_block.catalog_block .dropdown > li.full.current > a,
body .left_menu > li.current > a,
body .catalog_icons_Y .menu_top_block.catalog_block .dropdown>li.full>a
{
    background-color: transparent;
    /*color: #fff;*/
}

.menu_top_block.catalog_block .image.colored_theme_svg {
    display: none!important;
}

#mobileheader .mobileheader-v1,
#mobileheader .mobileheader-v3,
#mobileheader .mobileheader-v4
{
    background: #000;
}

.mega-menu table td .wrap > .more-items > span:before {
    background: url(../assets/images/points_white.svg)  no-repeat;
}

.sa_block {
    display: none;
}

.product-table {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;    
}

.attention {
    color: gray;
    font-size: 10px;
    line-height: 1.5;
}

.attention__asterisk {
    display: inline-block;
}

@media ( max-width: 700px ) {
    .catalog_section_list .item_block.lg .section_item li.name span {
        font-size: .6em
    }
}
#main .item-stock .stock + .value {
    color: #0a0acb;
    font-weight: 700;
    font-size: 16px;
}

.bx_filter .sku .bx_filter_input_checkbox .bx_filter_param_text, .sku_props .bx_item_detail_size ul li span {
    font-size: 16px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu ul.menu-wrapper > li > .dropdown-menu li a:not(:hover) {
    font-weight: 600;
    font-size: 14px;
    color: black;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu ul.menu-wrapper > li > a {
    font-size: 17px;
    color: #dc2f2f;
}
@media (min-width: 900px) {
    .list_values_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .list_values_wrapper li {
        width: calc(50% - 5px);
        margin-right: 0!important;
        overflow: hidden;
        text-align: center;
    }
    .sku_props .bx_item_detail_size ul li span {
        font-size: 18px;
        white-space: nowrap;
    }
    .sku_props .bx_item_detail_size ul li.item span {
        font-weight: bold;
    }
}
@media (min-width: 1500px) {
    .sku_props .bx_item_detail_size ul li span {
        font-size: 17px;
    }
}
@media (min-width: 1600px) {
    .sku_props .bx_item_detail_size ul li span {
        font-size: 16px;
    }
}
