.number:hover {
    border:1px solid #b19668;
}

.header {
    background: rgba(244, 239, 230, 0.78);
    border-bottom: 1px solid rgba(177, 150, 104, 0.22);
    box-shadow: 0 20px 50px rgba(34, 28, 19, 0.08);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.header__logo img {
    height: 60px;
}

.header__nav>ul>li>a {

    color: #1b2841;
}

.header__nav>ul>li>a i {
    color: #b19668;
}

.products__title h4>span {
    color: #b19668;
}

a:hover {
    color: #b19668;
}

.about__text h1 span {
    color: #b19668;
}

.button i {
    color: #b19668;
}

.number__text h5 {

    color: #b19668;

}


.about {

    background: #221c13;

}

.footer__product h5>span {
    color: #b19668;
}


.cms-product__item h2 {

    color: #b19668;

}

.cms-form button {

    background: #b19668;
    color: #221c13;

}

.cms-contact__wrapper-form>button {

    background: #b19668;
    color: #221c13;

}

.cms-contact__items>li i {
    color: #221c13;
	background: rgba(177, 150, 104, 0.24);

}
