.theme_site{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000000000000;
}
.theme_site *{
    pointer-events: none;
}
.theme_site.new_year .snow{
    width:20px;
    height: 20px;
    position: absolute;
}
.theme_site.new_year .snow>svg{
    fill: #cfcfcf;
}
.theme_site.new_year>.garland{
    display: none;
    top: -80px;
    left: 0;
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 1000000000000000 !important;
    text-align: center;
    white-space: nowrap;
    padding: 0;
    pointer-events: none;
    width: 100%;
    animation: 0.3s garland-show linear;
    animation-fill-mode: both;
}
.garland li {
    position: relative;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px;
    height: 20px;
    border-radius: 50%;
    margin: 20px;
    display: inline-block;
    background: #26f0ac;
    box-shadow: 0px 5px 24px 3px #26f0ac;
    animation-name: garland-lamp-1;
    animation-duration: 2s;
}
.garland li:last-child::after{
    display: none;
}
.garland li:nth-child(2n+1) {
    background:#1dd8d8;
    box-shadow: 0px 5px 24px 3px #1dd8d8;
    animation-name: garland-lamp-2;
    animation-duration: 0.4s;
}
.garland li:nth-child(4n+2) {
    background: #fc3455;
    box-shadow: 0px 5px 24px 3px #fc3455;
    animation-name: garland-lamp-3;
    animation-duration: 1.1s;
}
.garland li:nth-child(odd) {
    animation-duration: 1.8s;
}
.garland li:nth-child(3n+1) {
    animation-duration: 1.4s;
}
.garland li:before {
    content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    width: 10px;
    height: 9.33333px;
    border-radius: 3px;
    top: -4.66667px;
    left: 1px;
}

.garland li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 18.66667px;
    border-bottom: solid rgb(255, 255, 255) 2px;
    border-radius: 50%;
}

.garland li:first-child {
    margin-left: -40px;
}
@keyframes garland-show {
    0%{
        top: -80px;
    }
    100%{
        top: -45px;
    }
}
@keyframes garland-lamp-1 {
    0%, 100% {
        background: #26f0ac;
        box-shadow: 0px 5px 24px 3px #26f0ac;
    }
    50% {
        background: #26f0ad40;
        box-shadow: 0px 5px 24px 3px #26f0ac20;
    }
}
@keyframes garland-lamp-2 {
    0%, 100% {
        background: #1dd8d8;
        box-shadow: 0px 5px 24px 3px #1dd8d8;
    }
    50% {
        background: #1dd8d840;
        box-shadow: 0px 5px 24px 3px #1dd8d820;
    }
}
@keyframes garland-lamp-3 {
    0%, 100% {
        background: #fc3455;
        box-shadow: 0px 5px 24px 3px #fc3455;
    }
    50% {
        background: #fc345540;
        box-shadow: 0px 5px 24px 3px #fc345520;
    }
}
/* .procent_load_page>.logo_canv>.gift{
    position: absolute;
    width: 35px;
    bottom: -6px;
    left: -15px;
    z-index: 1;
    transition: all 0.2s linear;
} */
.procent_load_page>.logo_canv>.gift{
    position: absolute;
    width: 45px;
    bottom: 50%;
    left: 0px;
    z-index: 1;
    cursor: pointer;
    transform: translate(-115%, 50%);
    pointer-events: all;
    transition: all 0.2s linear;
}
.procent_load_page>.logo_canv>.christmas-hat{
    position: absolute;
    width: 32px;
    height: 32px;
    top: -12px;
    left: 52%;
    transform: rotate(40deg);
    z-index: 1;
}
.procent_load_page>.logo_canv>.wreath{
    position: absolute;
    width: calc(100% + 35px);
    height: calc(100% + 35px);
    top: -30%;
    transition: all 0.2s linear;
}