.header_user_block {
    /* flex-basis: 300px;
    flex-shrink:0 */
    margin-left: .5rem;
}
.login-button, .reg-button {
    height: 50px;
    line-height: 46px;
    padding: 0 24px;
    text-align: center;
    border: 1px solid #4DC0E5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .5s
}
.login-button i, .reg-button i {
    margin-right: 8px
}
.login-button, .reg-button {
    color: #fff;
    background:transparent;
}
.login-button:hover, .login-button:focus,.reg-button:hover, .reg-button:focus {
    color: #fff;
    background: #4DC0E6;
}
.reg-button {
    margin-left: 6px
}
.header_men_login.login-button, .header_men_acc.login-button, .header_men_logout.reg-button {
    border-radius: 0.25rem;
    padding: 0.625rem 0.875rem;
    font-size: .875rem;
    font-weight: 600;
    min-width: unset;
    /* color: #134E66; */
    line-height: 1.25rem;
    height: auto;
    /* border: 2px solid rgba(255, 255, 255, 0.12); */
    border:none;
    /* background: #CCFE56; */
    /* box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05); */
}
.header_men_logout.button.darkblue-button {
/*	background: var(--Brand-900);
	border-color: var(--Brand-900);*/
	background: #2E6B81;
	border-color: #134E66;
	box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
.header_men_logout.button.darkblue-button:hover,
.header_men_logout.button.darkblue-button:focus {
	background: var(--Brand-900);
    color: #fff!important;
}
@media (max-width:400px) {
    .login-button {
        margin-left: 0
    }
}

@media (max-width:1199px) {
    .login-button, .reg-button {
        height: 40px;
        line-height: 36px;
    }
}
@media (max-width:900px) {
	.header_men_login.login-button, .header_men_acc.login-button, .header_men_logout.reg-button {
		font-size: .75rem;
		line-height: 1;
		height: 2.5rem
	}
	.header_men_login.login-button  span, .header_men_acc.login-button  span, .header_men_logout.reg-button span {
		line-height: 1
	}
	.header_men_acc.login-button, .header_men_logout.reg-button {
		padding: 0.625rem 0.5rem;
	}
	.right-top-header dl.ws_dropdown_language dt, .right-top-header .language_switcher dl.ws_dropdown_language dd ul {
		font-size: .75rem;
	}	
}	
@media (max-width:767px) {
    .header_user_block {
        margin-right: 3rem
    }
}

@media (max-width:991px) and (min-width:768px)  {
    .pushy-menu-contact .login-button, .pushy-menu-contact .reg-button {
        display: none
    }
}
