.back-to-top {
    position: fixed !important;
    bottom: 170px !important;
    right: 22px !important;
    z-index: 15;
    display: none;
    width: 41px;
    height: 41px;
    padding: 7px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #DC0032;
    border: 1px solid #a90034;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s ease;
}

.back-to-top.active {
    display: block;
    opacity: 1;
}