.uc-am_footer_block a {
    display: block !IMPORTANT;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uc-am_footer_block a:hover {
    display: block !IMPORTANT;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color:#E84E10 !IMPORTANT;
}
.uc-am_header_line a:hover {
    color:#E84E10 !IMPORTANT;
}

html {
  overflow-x: hidden;
}
::-webkit-scrollbar {
    width:8px;
}
::-webkit-scrollbar-thumb {
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #E84E10;
}
::-webkit-scrollbar-track {
    border-width:0;
}
::-webkit-scrollbar-track:hover {
    border-left: solid 1px #aaa;
    background-color: #eee;
}
::selection {
background: #E84E10; /* Safari */
color: #fff;
}
::-moz-selection {
background: #E84E10; /* Firefox */
color: #fff;
}