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

.page-header__fixed .logo img{max-width: 125px;}
.hide_content{display: none;}
.show_content{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 30px;
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.read_more_content{
	display: block;
    cursor: pointer;
    color: #de002b;
    float: right;
}
.read_more_content:after{
	margin-left: 5px;
    text-align: right;
    color: #de002b;
    content: "\f107";
    font: 14px/1 FontAwesome;
    position: relative;
    top: 1px;
}

.menu_top_block.catalog_block .dropdown>li>a .image svg{width: 25px; height: 25px;}
.menu_top_block.catalog_block .dropdown >li.full.current>a svg g{fill: #fff;}

#footer .footer_inner .rows_block .item_block span.dark_link{
	display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
	margin: 0 0 15px;
}
#pagetitle{margin: 0 0 20px;}

.brand-list .items{display: flex; flex-wrap: wrap; margin: 0 -5px;}
.brand-list .col-2{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    float: none;
    margin: 0px;
}
.brand-list .col-2 div{
    position: relative;
    padding: 5px;
}


.brand-list .col-2 .brand-href{
    border: 1px solid #eaebec;
    display: block;
    text-align: center;
    height: 90px;
    position: relative;
    transition: 0.5s;
}
.brand-list .col-2:hover .brand-href{
    border-color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}


.brand-list .col-2 .brand-href img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}

.top-brand-list{
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    padding: 0px 0px 5px 0px;
    font-weight: 500;
    display: inline-block;
    margin: 20px 0 10px;
    color: #333;
    border-bottom: 2px solid #de002b;
}

@media(max-width: 787px){
    .brand-list .col-2{width: 25%;}
}
@media(max-width: 550px){
    .brand-list .col-2{width: 33.3333%;}
}
@media(max-width: 480px){
    .brand-list .col-2{width: 50%;}
}


.popup_version{margin: 0 0 40px; display: table; width: 100%;}
.popup_version p{font-size: 18px;}
.popup_version a{
    padding: 15px 25px;
    background: border;
    border: 1px solid #aeaeae;
    margin: 0 10px;
    color: #6a6a6a;
    background: #fff;
    border-radius: 4px;
}
.popup_version a:hover{background: #eee;}

.sku_gall{display: table; width: 100%;}
.sku_gall a{margin: 0 5px 5px 0px; float: left;}