.header-middle-lc{position: relative;padding-left: 30px;padding-right: 20px;position: relative;cursor: pointer;}
.header-middle-lc:hover{color: rgba(var(--color_main), 1);}
.header-middle-lc::before{content: '';width: 20px;height: 20px;background-repeat: no-repeat;position: absolute;left: 0;background-image: var(--img_lc_icon)}
.header-middle-lc::after{content: '';width: 20px;height: 20px;background-repeat: no-repeat;position: absolute;right: -5px;top: 1px;background-image: var(--img_arrow_down);}
.header-middle-lc:hover::before,
.header-middle-lc.active::before{background-image: var(--img_lc_icon_active);}
.header-middle-lc:hover::after{background-image: var(--img_arrow_down_hover);}
.header-middle-lc.active::after{background-image: var(--img_arrow_down_active);}
.header-middle-lc.active{color: rgba(var(--color_main), 1);}
.header-reg-block{right: -30px;max-width: 350px;width: 100%;min-width: 250px;}
.header-reg-fio{flex-wrap: nowrap;}