.download-files-btn {
    display: flex;
    position: absolute;
    bottom: 132px;
    left: 0;
    background: #94C023;
    width: 78px;
    height: 78px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    outline: none;
    cursor: pointer;
}

.download-files-wrapper {
    position: absolute;
    bottom: 132px;
    left: 88px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 3px 65px #00000033;
    border-radius: 5px;
    padding: 22px 55px 22px 25px;
    min-width: 255px;
    display: none;
}

.download-files-btn {
    display: flex;
    position: absolute;
    bottom: 132px;
    left: 0;
    background: #94C023;
    width: 78px;
    height: 78px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    outline: none;
    cursor: pointer;
}

.download-files-wrapper .title {
    margin: 0 0 10px 0;
    letter-spacing: 0.19px;
    color: #222222;
    font-weight: bold;
}

.download-files-wrapper ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.download-files-wrapper ul li {
    font: normal normal medium 16px/45px Montserrat;
    letter-spacing: 0.4px;
    margin: 15px 0 0 0;
}

.download-files-wrapper ul li a {
    color: #717881;
    text-decoration: none;
}

.download-files-wrapper ul li a:hover {
    color: #94C023;
}

.download-files-wrapper .close {
    position: absolute;
    top: 22px;
    right: 20px;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}