#left-sidebar {
    min-width: 358px;
    max-width: 358px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    transition: all 0.3s;
    position: absolute;
    overflow-y: auto;
    z-index: 100;
    max-height: calc(100vh - 95px);
    min-height: calc(100% - 95px);
}

#left-sidebar.active {
    min-width: 30px;
    max-width: 70px;
    text-align: center;
    overflow: hidden;
}

#left-sidebar.active .sidebar-header .uputstvo,
#left-sidebar.active .CTAs,
#left-sidebar.active .left-sidebar-opened-text {
    display: none;
}

#left-sidebar.active .sidebar-header .open-icon {
    display: block;
}

#left-sidebar .sidebar-header {
    padding: 20px;
}

#left-sidebar .sidebar-header .open-icon {
    display: none;
}

.sidebar-header-mobile {
    margin: 13%;
}

.left-sidebar-closed-text {
    transform: rotate(-90deg);
    margin-top: 80px;
    color: #9bca21;
    font-family: WorkSans-Medium, serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.uputstvo {
    color: green;
}

.left-sidebar-description {
    width: 283px;
    margin-bottom: 107px;
}

.left-sidebar-propositions {
    color: #9bca21;
    font-family: WorkSans, serif;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.left-sidebar-propositions-open {
    width: 266px;
    color: #ffffff;
    font-family: WorkSans, serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
}

.left-sidebar-propositions-open.active {
    display: none;
}

.uputstvo-title {
    width: 179px;
    height: 26px;
    color: #9bca21;
    font-family: WorkSans, serif;
    font-size: 37px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.uputstvo-text {
    width: 200px;
    height: 12px;
    color: #9bca21;
    font-family: WorkSans, serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.left-sidebar-link {
    text-decoration: none;
    color: white;
}

.left-sidebar-link:hover {
    color: #9bca21;
    text-decoration: none;
}

#toggle-propositions.active {
    transform: rotate(-180deg);
}

.sidebar-header {
    height: 100%;
}

#close-left-sidebar {
    width: 100px;
    height: 40px;
}

@media (max-width: 768px) {
    #left-sidebar {
        display: none;
        min-width: 100%;
    }

    .sidebar-header {
        display: none;
    }

    #left-sidebar.active {
        margin-left: 0 !important;
    }
    #left-sidebar .sidebar-header .uputstvo,
    #left-sidebar .CTAs,
    #left-sidebar .left-sidebar-opened-text {
        display: none;
    }
    #left-sidebar .sidebar-header .open-icon {
        display: block;
    }
    #left-sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
