header .minicart_container .cart-btn>a.btn .minicart_count {
    align-items: center;
    background: #03ADEF;
    border-radius: 100%;
    color: #fff;
    display: flex;
    height: 24px;
    justify-content: center;
    transition: color .35s ease, background .35s ease;
    width: 24px;
}


header .header-mobile .header-logo .logo img {
filter: brightness(0) invert(1);

}

div.contacts
@media screen and (max-width: 767px) {
  footer, footer * {
    text-align: center !important;
  }
}