.snowman{
    width: 700px;
    height: 480px;
    background: rgb(214,246,244)!important;
    background: linear-gradient(145deg, rgba(189,240,237,1) 0%, rgba(231,251,248,1) 65%, rgba(255,255,255,1) 100%) !important;
    position: relative;
}
.snowman .snow__bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    transform: translate(-40%, -40%);
    z-index: 0;
}
.snowman .content{
    display: flex;
    justify-content: start;
    height: 100%;
}
.snowman .snowman__block{
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 280px;
}
.snowman .message{
    width: 380px;
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(255,255,255,.4);
    z-index: 2;
}
.snowman .message > b{
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.text-bold {
    font-weight: bold;
}
.text-green{
    color: #39942b;
}
@media(max-width: 599px){
    .snowman .message{
        width: 100%;
    }
    .snowman .snowman__block{
        z-index: 0;
    }
    .snowman{
        width: 100%;
        height: auto;
        padding: 20px !important;
    }
}
.new__year .main__content{
    position: relative;
}
.new__year .main__content:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url('/bitrix/templates/minimed/images/new-year/fir.png') no-repeat;
    background-size: 100px;
    width: 100px;
    height: 115px;
    transform: scale(-1, 1);
}
.new__year .logo { position: relative; }
.new__year .logo img{
    z-index: 9999;
}
#snow {
    left: 0;
    height: 100%;
    width: 320px;
    position: absolute;
    z-index: 999;
    background-image:   url("/bitrix/templates/minimed/images/new-year/snow-logo-1.png"),
                        url("/bitrix/templates/minimed/images/new-year/snow-logo-2.png");
    -webkit-animation: snow 40s linear infinite;
    -moz-animation: snow 40s linear infinite;
    -ms-animation: snow 40s linear infinite;
    animation: snow 40s linear infinite;
}
#snow:before{
    position: absolute;
    content: '';
    right: 0;
    height: 100%;
    width: 70px;
    background: rgb(110,194,1);
    background: linear-gradient(90deg, rgba(110,194,1,0) 0%, rgba(110,194,1,0) 35%, rgba(110,194,1,0) 65%, rgba(110,194,1,1) 90%, rgba(110,194,1,1) 100%);
    z-index: 9999;
}
#snow:after{
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 70px;
    background: rgb(110,194,1);
    background: linear-gradient(90deg, rgba(110,194,1,1) 0%, rgba(110,194,1,1) 10%, rgba(110,194,1,0) 35%, rgba(110,194,1,0) 65%, rgba(110,194,1,0) 100%);
    z-index: 9999;
}
#snow2 {
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    position: absolute;
    z-index: 999;
    background-image:   url("/bitrix/templates/minimed/images/new-year/snow-logo-1.png"),
                        url("/bitrix/templates/minimed/images/new-year/snow-logo-2.png");
    -webkit-animation: snow 40s linear infinite;
    -moz-animation: snow 40s linear infinite;
    -ms-animation: snow 40s linear infinite;
    animation: snow 40s linear infinite;
}
#snow2:before{
    position: absolute;
    content: '';
    right: 0;
    height: 100%;
    width: 120px;
    background: rgb(110,194,1);
    background: linear-gradient(90deg, rgba(110,194,1,0) 0%, rgba(110,194,1,0) 35%, rgba(110,194,1,0) 65%, rgba(153,225,57,1) 90%, rgba(155,224,60,1) 100%);
    z-index: 9999;
}
#snow2:after{
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 70px;
    background: rgb(110,194,1);
    background: linear-gradient(90deg, rgba(110,194,1,1) 0%, rgba(110,194,1,1) 10%, rgba(110,194,1,0) 35%, rgba(110,194,1,0) 65%, rgba(110,194,1,0) 100%);
    z-index: 9999;
}
@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;}}
@media(max-width: 1580px){
    #snow:before,
    #snow:after,
    #snow2:before,
    #snow2:after{
        display: none;
    }
}
@media(max-width: 767px){
    .new__year .logo{
        min-height: 92px;
    }
    #snow,
    #snow2{
        width: 100%;
    }
}
@media(max-width: 575px){
    .worktime_header{
        width: max-content;
        margin: 0 auto;
    }
}
