UL,LI{list-style-type:none;margin:0;padding:0}li#golovna a{display:block;width:82px;height:34px;background:transparent url(../images/menu_golovna.gif) no-repeat}li#golovna a:hover{background-position:-82px 0}li#golovna a:focus,li#golovna a:active{background-position:-164px 0}li#profirmy a{display:block;width:82px;height:34px;background:transparent url(../images/menu_profirmy.gif) no-repeat}li#profirmy a:hover{background-position:-82px 0}li#profirmy a:focus,li#profirmy a:active{background-position:-164px 0}li#sertificate a{display:block;width:82px;height:34px;background:transparent url(../images/menu_sertificate.gif) no-repeat}li#sertificate a:hover{background-position:-82px 0}li#sertificate a:focus,li#sertificate a:active{background-position:-164px 0}li#partners a{display:block;width:82px;height:34px;background:transparent url(../images/menu_partners.gif) no-repeat}li#partners a:hover{background-position:-82px 0}li#partners a:focus,li#partners a:active{background-position:-164px 0}li#contacts a{display:block;width:82px;height:34px;background:transparent url(../images/menu_contacts.gif) no-repeat}li#contacts a:hover{background-position:-82px 0}li#contacts a:focus,li#contacts a:active{background-position:-164px 0}.m3{font:bolder normal 11px Verdana;color:#B21123;letter-spacing:0;text-decoration:none}.m6{font:400 11px Verdana;color:#000}
.top-cart-number {
    display: block;
    position: relative;
    top: -10px;
    left: auto;
    right: -63px;
    font-size: 1.25rem;
    color: black;
    width: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    /*border-radius: 50%;*/
    z-index: 1;
    overflow: hidden;
}
.top-cart-number::before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #1ABC9C;*/
    opacity: 0.8;
    z-index: -1;
}