.header-main-menu .logo-wrapper {
    overflow: hidden;
    margin-top: 28px;
}

.header-main-menu.scrolled .logo-wrapper {
    margin-top: 36px;
}
.header-logo-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}

.header-main-menu.scrolled {
    transform: translateY(-87px);
}

@media only screen and (max-width: 1200px) {
    .header-main-menu .logo-wrapper {

        margin-top: 51px;
    }
}

a {
  color: #d98451;
}

a:hover,
a:focus {
  color: #f2c979;
}

.button {
 border: 2px solid #421124;
}

.dmbs-header .head-contact {
    background-color: #421124;
}

.dmbs-footer {
    background-color: #421124;
	border-top: 10px solid #f2c979;
}

.dmbs-footer .dmbs-footer-menu {
  border-top: 1px solid #d98451;
}