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