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