.b-ico {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
}

.b-ico.small {
    width: 30px;
    height: 30px;
}

.b-ico_menu {
    background: url(../ico/menu.svg) no-repeat center;
}

.ico_discont {
    background: url(../ico/discont.svg) no-repeat center;
}

.ico_arrow-switch-horizontal {
    background: url(../ico/arrow-switch-horizontal.svg) no-repeat center;
}

.ico_user_profile {
    background: url(../ico/user-profile.svg) no-repeat center;
}

.ico_logout {
    background: url(../ico/logout.svg) no-repeat center;
}

.ico_globe {
    background: url(../ico/globe.svg) no-repeat center;
}

.ico_home {
    background: url(../ico/home.svg) no-repeat center;
    background-size: cover;
    background-size: 87%;
}

.b-ico_copy {
    background: url(../ico/copy.svg) no-repeat center;
}


.ico_users-edit {
    background: url(../ico/users-edit.svg) no-repeat center;
}

.icon_users-profiles-plus {
    background: url(../ico/users-profiles-plus.svg) no-repeat center;
}

.ico_arrow-left-sm {
    background: url(../ico/arrow-left-sm.svg) no-repeat center;
}

.ico_edit {
    background: url(../ico/edit.svg) no-repeat center;
}

.ico_ep_success-filled {
    background: url(../ico/ep_success-filled.svg) no-repeat center;
}

.ico_ep_error-filled {
    background: url(../ico/ep_error-filled.svg) no-repeat center;
}

.ico_solar_notes-bold {
    background: url(../ico/solar_notes-bold.svg) no-repeat center;
}

.ico_info {
    background: url(../ico/alert_info_icon.svg) no-repeat center;
}

.ico_zoom-in {
    background: url(../ico/zoom-in.svg) no-repeat center;
}

.ico_zoom-out {
    background: url(../ico/zoom-out.svg) no-repeat center;
}

