/* ГИРЛЯНДА */

.averin_garland {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    z-index: 500;
    display: block;
    background: url("/img/newyear-2025/garland.png") repeat-x top center;
    height: 30px;
    background-size: contain;
}

header {
    padding-top: 25px;
}

/* СНЕГ */

body {
    /* background: #000000; */
    color: #ffffff;
}

form {
    position: relative;
}

button,
.button,
a,
input,
.burger span,
.burger li,
.form-input,
form,
.phoneForm *,
.lk-link,
.bolder {
    z-index: 9;
}

.averin_newyear {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

#snow {
    width: 100%;
    height: 100%;
    background-image: url("/img/newyear-2025/snow1.png"),
        url("/img/newyear-2025/snow2.png"), url("/img/newyear-2025/snow3.png");
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

/* САНТА-КЛАУС */

.santa {
    position: fixed;
    bottom: 80px;
    left: 10px;
    width: 100px;
    height: 100px;
    display: block;
    background: url("/img/newyear-2025/santa.gif") no-repeat center center;
    background-size: auto;
    background-size: contain;
}

/* ШАПКА */

/* .logo ::after {
    content: url("/img/newyear-2025/hat-logo.png"); 
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    display: inline-block;
    background-size: 10px 20px;
} */

.hat-logo {
    background: url("/img/newyear-2025/hat-logo.png") no-repeat center center;
    position: absolute;
    top: 14px;
    left: 14px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 40px 30px;
}
