/*отступ на хидер_для_гирлянды*/
.menu-2{
    margin-top: 15px;
}
.theme{
    margin-top: 10px;
}
@media (min-width: 450px){
    .girlanda{
        position: absolute;
        left: 0;
        top: 0;
    }
}
/*отступ_для_гирлянды*/

.girlanda{
    width: 100%;
    padding-top: 1px;
    /*color: white;*/
    background-color: var(--bs-dark-rgb);
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}

#garland {
    top: 0;
    left: 0;
    background-image: url('/img/christmas.png');
    height: 36px;
    width: 100%;
    overflow: hidden;
    z-index: 99
}

#nums_1 {
    padding: 100px
}

.garland_1 {
    background-position: 0 0
}

.garland_2 {
    background-position: 0 -36px
}

.garland_3 {
    background-position: 0 -72px
}

.garland_4 {
    background-position: 0 -108px
}


.otschet {
    /*letter-spacing:2px;*/
    margin-top: 16px;
    font-family: Conv_zanesennij_v2, serif;
}
/*разноцветные буквы для отсчета*/
.a1{color: #0b8200;}
.a2{color: #e8ca00;}
.a3{color: #ff0000;}
/*разноцветные буквы для отсчета*/


.profile_id{
    margin-top: 20px; !important;
}
.jubiljari_item{
    margin-top: 0; !important;
}
.contacts{
    margin-top: 0; !important;
}

.menu-btn{
    height: 52px; !important;
    width: 43px; !important;
    transform: rotate(-45deg);
    background-color: transparent; !important;
    background-size:  43px auto;
    background-image: url("/img/tt.png");
    background-repeat:no-repeat;
}
.menu-btn span{
    transform: rotate(45deg); !important;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after{
    top: 57%; !important;
    background-color: #00ff0f; !important;
}
.menu-btn-active span,
.menu-btn-active span::before,
.menu-btn-active span::after{
    background-color: #0004ff; !important;
}
