﻿.side-section-js > * {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.side-section-js.active > * {
    opacity: 1;
    transform: translateY(0);
}

    /* Opening */
.side-section-js.active > *:nth-child(1) {
    transition-delay: 0.05s;
}

.side-section-js.active > *:nth-child(2) {
    transition-delay: 0.1s;
}

.side-section-js.active > *:nth-child(3) {
    transition-delay: 0.15s;
}

.side-section-js.active > *:nth-child(4) {
    transition-delay: 0.2s;
}

.side-section-js.active > *:nth-child(5) {
    transition-delay: 0.25s;
}

.side-section-js.active > *:nth-child(6) {
    transition-delay: 0.3s;
}

.side-section-js.active > *:nth-child(7) {
    transition-delay: 0.35s;
}

/* Closing */
.side-section-js > *:nth-child(1) {
    transition-delay: 0.35s;
}

.side-section-js > *:nth-child(2) {
    transition-delay: 0.3s;
}

.side-section-js > *:nth-child(3) {
    transition-delay: 0.25s;
}

.side-section-js > *:nth-child(4) {
    transition-delay: 0.2s;
}

.side-section-js > *:nth-child(5) {
    transition-delay: 0.15s;
}

.side-section-js > *:nth-child(6) {
    transition-delay: 0.1s;
}

.side-section-js > *:nth-child(7) {
    transition-delay: 0.05s;
}35s;
}
.body-js {
    padding-left: 0;
    
}
.body-js.active {
    padding-left: 180px;
    transition: padding-left 0.5s ease;
}
.body-js.activeAfterPageReload{
    padding-left: 180px;
}
.body-js.inactive{
    padding-left: 0;
    transition: padding-left 1.8s ease;
}


.profile-icon-js {
    opacity: 1;
    transition: opacity 0.117s ease;
}