.right_btn_header * { font-size: 16px; font-weight: 500; line-height: 1.3; }
.right_label { margin-right: 3px; }
.right_btn_header a { display: flex; align-items: center; }
.right_btn_header a svg { transition: all .3s ease; }
.right_btn_header a svg path { fill: #000; transition: all 0.3s ease; }
.right_btn_header a svg path.arrowline { transform: scaleX(0); transition: all .3s ease; }
.right_btn_header:not(.referent):hover .right_label ,.right_btn_header:not(.referent):hover a span { font-weight: 700; }
.right_btn_header a:hover { color: #000; }
.right_btn_header:not(.referent):hover a svg { margin-left: 6px; }
.right_btn_header:hover a svg path.arrowline { transform: scaleX(1); transition }
.right_btn_header:hover a svg path { fill: #ff6e76; }
.right_btn_header a:active ,.right_btn_header a:focus { color: unset; }
.right_btn_header.referent a { position: relative; display: inline-flex; align-items: center; gap: 8px; margin-left: 13px; background: #fff; padding: 6px 12px; border-radius: 8px; }


.right_btn_header.referent:hover a,
.right_btn_header.referent a:hover,
.right_btn_header.referent:focus a,
.right_btn_header.referent a:focus { background: #FF6E76; color: #fff; }
.right_btn_header.referent:hover a.linear-border::beofre,
.right_btn_header.referent a.linear-border:focus::before,
.right_btn_header.referent:hover a.linear-border::beofre,
.right_btn_header.referent a.linear-border:focus::before { content: none; } 
.right_btn_header.referent:hover a svg path:not(.arrowline),
.right_btn_header.referent a:hover a svg path:not(.arrowline),
.right_btn_header.referent:focus a svg path:not(.arrowline),
.right_btn_header.referent a:focus a svg path:not(.arrowline) { fill: #fff; }

.headerBottom .backClub { width: auto; display: flex; align-items: center; font-size: 13px; font-weight: 500; margin-right: 15px; }
.headerBottom .backClub svg { margin-right: 6px; }
.headerBottom .backClub svg path { transition:all .4s ease; }
.headerBottom .backClub:hover svg path { fill:#EB5757; }

@media screen and (max-width: 991px) {
    .right_btn_header * { font-size: 14px; }
}