/* NEFF */
.neff a {
    color: #96022f;
}
.neff a:hover {
    color: #b10035;
}
.neff button, .neff button.btn {
    background-color: #b10035;
}
.neff .btn.disabled, .neff .btn:disabled, .neff fieldset:disabled .btn {
    background-color: #b10035;
}
.neff button:hover, .neff button.btn:hover, .neff button:active, .neff button.btn:active, .neff button.btn:first-child:active, .neff button.btn:focus, .neff button:focus, .neff button.btn:focus-visible, .neff button:focus-visible {
    background-color: rgba(177,0,53,0.8);
}
.neff .btn-close:focus {
    background-color: #fff;
}
.neff .input-container input:focus + .input-placeholder {
	color: #323232;
}
.neff .topsection .input-container input:focus + .input-placeholder {
	color: #fff;
}
.neff .navbar-brand a {
    color: #b10035;
}
.neff .header .header-phone__number {
    color: #96022f;
}
.neff .header-phone__call, .neff .offscreen-menu li a.header-phone__call {
    color: #b10035;
}
.neff .whatbroke-item-special a {
    background-color: rgba(50,50,50,0.4);
}
.neff header .navbar-nav .nav-item,
.neff header .navbar-nav .nav-link,
.neff header .navbar-nav .dropdown-menu .nav-item .nav-link,
.neff .offscreen-menu li .nav-link {
    color: #323232;
}
.neff header .navbar-nav .dropdown-menu .nav-item .nav-link:hover,
.neff header .navbar-nav .dropdown-menu .nav-item .nav-link.active,
.neff .btn.offscreen-pull.d-lg-none,
.neff header .navbar-nav .nav-link.active,
.neff .offscreen-menu li .nav-link:hover,
.neff .offscreen-menu li .nav-link:hover .material-icons,
.neff .offscreen-menu li .nav-link[aria-expanded="true"] .material-icons {
    color: #b10035;
}
.neff .offscreen-menu li a .material-icons {
    color: #b10035 !important;
}
.neff .btn.offscreen-pull.d-lg-none:hover, .neff .btn.offscreen-pull.d-lg-none:focus, .neff .btn.offscreen-pull.d-lg-none:active {
    color: #b10035 !important;
}
.neff .navbar-nav .nav-link.active {
    color: #b10035 !important;
}
.neff header .navbar-nav > ul > .nav-item:hover, .neff .places-item, .neff .places-item .dropdown-item:hover, .neff .advantages-item__body {
    background-color: rgba(50,50,50,0.08) !important;
}
.neff .topsection, .neff .formblock, .neff .main-background-color, .neff .slidepanel, .neff footer {
    background-color: #323232;
}
.neff .slidepanel-toggle.btn {
    background-color: #b10035 !important;
}
.neff .slidepanel.active .slidepanel-toggle.btn {
    background-color: #323232 !important;
    box-shadow: 0 0 0 1000px rgb(0 0 0 / 33%) inset !important;
}
.neff .types .types-tabs a.active {
    color: #b10035;
    border-color: #b10035;
}
.neff .popular-item {
    border-color: #323232;
}
.neff .popular-item:hover {
    border-color: #b10035;
}
.neff .popular-item__title {
    color: #323232;
}
.neff .popular-item:hover .popular-item__title {
    color: #b10035;
}
.neff .pricelist .pricelist-tabs a:hover, .neff .types .types-tabs a:hover {
    color: #b10035;
}
.neff .pricelist .pricelist-tabs a.active {
    color: #323232;
    border-color: #323232;
}
.neff .pricelist-item__third a.show-modal {
    color: #b10035;
}
.neff .pricelist-item .pricelist-item__title a, .neff .pricelist-item__third a.show-modal:hover {
    color: #96022f;
}
.neff .pricelist-item .pricelist-item__title a:hover {
    color: #b10035;
}
.neff .faq-item .faq-item__header a[aria-expanded="true"] {
    background-color: #323232;
}
.neff .faq-item__header:hover .faq-item__icon {
    background-color: #b10035;
}
.neff .slidepanel-mobile button {
    background-color: #fff;
    color: #323232 !important;
}
.neff .slidepanel-mobile button:hover,
.neff .slidepanel-mobile button:focus {
    background-color: #fff !important;
    color: #323232 !important;
}
.neff .slidepanel-mobile button:active {
	background-color: rgba(255,255,255,0.8) !important;
	color: #323232 !important;
}
.neff .slidepanel-mobile a {
    color: #fff;
    text-decoration: none;
    background-color: #b10035 !important;
}
.neff .slidepanel-mobile a:hover {
    background-color: #b10035 !important;
}
.neff .slidepanel-mobile a:active {
    background-color: rgba(177,0,53,0.8) !important;
}