.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.accordion-button:focus, .form-control.is-valid:focus, .form-select.is-valid:focus, .form-select.is-invalid:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.form-floating > .form-control:focus, .form-select:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.after-delete:after {
    content: none;
 }

 .cursor-up {
    cursor: pointer;
 }

 .cursor {
    cursor: pointer;
 }

 .cursor:hover {
    opacity: 50%;
    transition: .5s;
 }

 .img-auto {
    width: 171px;
    height: 120px;
    border-radius: 15px;
    cursor: pointer;
 }

 .img-auto:hover {
    opacity: 50%;
    transition: .5s;
 }

 .index-row {
    height: 100vh;
 }

 .index-block {
    height: 68vh!important;
 }

 .inner-block {
    background-image: url("/img/bg-index-row.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
 }

 .inner-stats {
    margin-top: 15vh;
 }

 .treeLeaves {
    animation: leaves .4s;
    opacity: 0;
    animation-fill-mode: both;
}

@keyframes leaves {
    0% {
        transform: scale(1.6);
        opacity: 0;
        visibility: hidden;
    }
    1% {
        transform: scale(1.6);
        opacity: 0;
        visibility: visible;
    }
    100% {
        transform: scale(1.0);
        opacity: 1;
    }
}

.delay-01s {
    -webkit-animation-delay:.1s;
    animation-delay:.1s;
}

.delay-02s {
    -webkit-animation-delay:.2s;
    animation-delay:.2s;
}

.delay-03s {
    -webkit-animation-delay:.3s;
    animation-delay:.3s;
}

.delay-04s {
    -webkit-animation-delay:.4s;
    animation-delay:.4s;
}

.delay-05s {
    -webkit-animation-delay:.5s;
    animation-delay:.5s;
}

.delay-06s {
    -webkit-animation-delay:.6s;
    animation-delay:.6s;
}

.delay-07s {
    -webkit-animation-delay:.7s;
    animation-delay:.7s;
}

.delay-08s {
    -webkit-animation-delay:.8s;
    animation-delay:.8s;
}

.delay-07s {
    -webkit-animation-delay:.7s;
    animation-delay:.7s;
}

.delay-09s {
    -webkit-animation-delay:.9s;
    animation-delay:.9s;
}

.delay-010s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-011s {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-012s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-013s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-014s {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-015s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-016s {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay-017s {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-018s {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay-019s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.delay-020s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-021s {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.delay-022s {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.delay-023s {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.delay-024s {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.delay-025s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-10s {
    -webkit-animation-delay:1s;
    animation-delay:1s;
}

.delay-11s {
    -webkit-animation-delay:1.1s;
    animation-delay:1.1s;
}

.delay-12s {
    -webkit-animation-delay:1.2s;
    animation-delay:1.2s;
}

.delay-13s {
    -webkit-animation-delay:1.3s;
    animation-delay:1.3s;
}

.delay-14s {
    -webkit-animation-delay:1.4s;
    animation-delay:1.4s;
}

.delay-15s {
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s;
}