/*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; }*/
.landings-list__item--filled-bg{background:#2196e0!important; color:#fff!important;}

.breadcrumbs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__item{
    height: 22px;
    white-space: nowrap
}

.breadcrumbs__separator{
	display: inline-block;
    margin: 0 10px;
	width: 7px;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumbs__separator:before {
    content: "";
    display: inline-block;
    content: "";
    width: 7px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 8' style='enable-background:new 0 0 5 8' xml:space='preserve'%3E%3Cpath fill='%23b5bdc2' d='M.2.2c.3-.3.7-.3 1 0l3.6 3.3c.3.3.3.7 0 1L1.2 7.8c-.3.3-.7.3-1 0-.3-.3-.3-.7 0-1l3-2.8-3-2.8C-.1.9-.1.5.2.2z'/%3E%3C/svg%3E");
}

.breadcrumbs__link{
    border-bottom: 0;
    vertical-align: top;
    line-height: 21px
}

.breadcrumbs__item-name{
    vertical-align: top;
    white-space: normal;
    font: 400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    transition: 250ms linear all;
}
.breadcrumbs__link .breadcrumbs__item-name{
	color: var(--fill_dark_light_white_hover)!important;
	transition: 250ms linear all;
}
.breadcrumbs__linktransition: 250ms linear all; .breadcrumbs__item-name{
	color: var(--basic_text_black)!important;
	transition: 250ms linear all;
}
.breadcrumbs__item.cat_last .breadcrumbs__link .breadcrumbs__item-name{
	color: var(--basic_text_black)!important;
}


