.Select-input.Select-inputCloned {
    display: none !important;
}
/*.IconButton.active .Icon-color-white{
    color: #f00;
}
.IconButton.active .Icon-withBackground.Icon-backgroundVariant-contained.Icon-backgroundColor-black .Icon-svg{
    color: #f00;
}*/
.Icon-svg .sprite-filled-like{
    display: none;
}
.IconButton.active .Icon-svg .sprite-filled-like{
    display: block;
}

.DetailSlider-nextBtn, .DetailSlider-prevBtn {
    z-index: 1;
}

.CarPage-docs .CarPage-specificationItems {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.IconButton:hover .icon-share path {
    stroke: white;
}

.page-contacts .Footer-content:before {
    height: unset;
}