/* Header */
.header .newYearDesign, .main-navigation__wrap .newYearDesign {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
    opacity: 1;
}
.newYear header:not(.priority) .header__logo {
    max-width: calc(100% + 42px);
    height: 100%;
    position: relative;
    left: -10px;
    top: -11px;
}
/*if need bigger*/
/*.newYear .header__logo {*/
/*    max-width: calc(100% + 70px);*/
/*    height: calc(100% + 60px);*/
/*    position: relative;*/
/*    left: -10px;*/
/*    top: -11px;*/
/*}*/
.newYear header:not(.priority) + div .main-navigation__logo {
    height: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-top: -20px;
    margin-left: -10px;
}
.newYear .footer__logo-link {
    height: 30px;
}
@media (max-width: 970px) {
    .newYear header:not(.priority) + div .main-navigation__logo {
        height: calc(100% + 48px);
        max-width: calc(100% + 30px);
        margin-top: -7px;
        margin-left: 0;
    }
}
@media (max-width: 576px) {
    .newYear header:not(.priority) + div .main-navigation__logo {
        height: calc(100% + 48px);
        max-width: calc(100% + 30px);
        margin-top: -9px;
        margin-left: -20px;
    }
}
@media (min-width: 971px) {
    .main-navigation__wrap .newYearDesign {
        opacity: 0;
        transition: 0s linear;
    }
}
.main-navigation__wrap.main-navigation--sticky .newYearDesign {
    opacity: 1;
    transition: 0.25s ease-in-out;
}
.header .newYearDesign .left, .main-navigation__wrap .newYearDesign .left {
    width: auto;
    height: 100%;
    flex: 1 1 0;
    position: relative;
}
.header .newYearDesign .center, .main-navigation__wrap .newYearDesign .center {
    width: auto;
    height: 100%;
    flex: 0 0 1600px;
    position: relative;
}
.header .newYearDesign .right, .main-navigation__wrap .newYearDesign .right {
    width: auto;
    height: 100%;
    flex: 1 1 0;
    position: relative;
}
.header .newYearDesign .snowFlake, .main-navigation__wrap .newYearDesign .snowFlake {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: top;
}
.animated .header .newYearDesign .snowFlake, .animated .main-navigation__wrap .newYearDesign .snowFlake {
    animation: 4.5s ease-in-out 0s infinite alternate both running snowFlake;
    will-change: transform;
}
@keyframes snowFlake {
    0% {
        transform: translateX(-50%) rotate(-8deg);
    }
    100% {
        transform: translateX(-50%) rotate(8deg);
    }
}
.header .newYearDesign .snowFlake img, .main-navigation__wrap .newYearDesign .snowFlake img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header .newYearDesign .snowFlake.snowFlake-1, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-1 {
    left: 15%;
    bottom: 105px;
    animation-direction: alternate-reverse;
}
.header .newYearDesign .snowFlake.snowFlake-2, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 {
    left: 45%;
    bottom: 10px;
    animation-duration: 5.5s;
}
.header .newYearDesign .snowFlake.snowFlake-3, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-3 {
    left: 70%;
    bottom: 82px;
    animation-duration: 4s;
    animation-direction: alternate-reverse;
}
.header .newYearDesign .snowFlake.snowFlake-4, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 {
    left: 95%;
    bottom: 46px;
    animation-duration: 5s;
}
.header .newYearDesign .snowFlake.snowFlake-5, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 {
    left: 2%;
    bottom: 90px;
    animation-duration: 6.5s;
    animation-direction: alternate-reverse;
}
.header .newYearDesign .snowFlake.snowFlake-6, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 {
    left: 22%;
    bottom: 1px;
    animation-duration: 4s;
}
.header .newYearDesign .snowFlake.snowFlake-7, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-7 {
    left: 50%;
    bottom: 50px;
    animation-direction: alternate-reverse;
}
.header .newYearDesign .snowFlake.snowFlake-8, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-8 {
    left: 80%;
    bottom: 74px;
    animation-direction: alternate-reverse;
}

@media (min-width: 971px)
and (-webkit-max-device-pixel-ratio: 1.09),
(min-width: 971px) and (max--moz-device-pixel-ratio: 1.09),
(min-width: 882px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(min-width: 882px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(min-width: 777px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 777px) and (min--moz-device-pixel-ratio: 1.25)
{
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-1 {bottom: 24px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 {bottom: -5px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-3 {bottom: 24px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 {bottom: 13px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 {bottom: 30px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 {bottom: -13px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-7 {bottom: 25px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-8 {bottom: 12px;}
}
@media (min-width: 1800px) and (max-width: 1920px)
and (-webkit-max-device-pixel-ratio: 1.09),
(min-width: 1800px) and (max-width: 1920px) and (max--moz-device-pixel-ratio: 1.09),
(min-width: 1636px) and (max-width: 1746px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(min-width: 1636px) and (max-width: 1746px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(min-width: 1440px) and (max-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 1440px) and (max-width: 1536px) and (min--moz-device-pixel-ratio: 1.25)
{
    .header .newYearDesign .snowFlake.snowFlake-1, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-1 {left: 6%;}
    .header .newYearDesign .snowFlake.snowFlake-2, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 {left: 41%;}
    .header .newYearDesign .snowFlake.snowFlake-3, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-3 {left: 98%;}
    .header .newYearDesign .snowFlake.snowFlake-4, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 {left: 3%;}
    .header .newYearDesign .snowFlake.snowFlake-5, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 {left: 33%;}
    .header .newYearDesign .snowFlake.snowFlake-6, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 {left: 89%;}
    .header .newYearDesign .snowFlake.snowFlake-7, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-7 {left: 57%;}
    .header .newYearDesign .snowFlake.snowFlake-8, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-8 {left: 23%;}
}
@media (min-width: 971px) and (max-width: 1799px)
and (-webkit-max-device-pixel-ratio: 1.09),
(min-width: 971px) and (max-width: 1799px) and (max--moz-device-pixel-ratio: 1.09),
(min-width: 882px) and (max-width: 1635px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(min-width: 882px) and (max-width: 1635px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(min-width: 776px) and (max-width: 1439px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 776px) and (max-width: 1439px) and (min--moz-device-pixel-ratio: 1.25)
{
    .header .newYearDesign .center, .main-navigation__wrap .newYearDesign .center {flex: 0 0 0%;}
    .header .newYearDesign .snowFlake.snowFlake-1, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-1 {left: 1%;}
    .header .newYearDesign .snowFlake.snowFlake-2 {left: 28%;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 {left: 33%; bottom: -40px;}
    .header .newYearDesign .snowFlake.snowFlake-3, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-3 {left: 100%;}
    .header .newYearDesign .snowFlake.snowFlake-4, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 {left: 58%;}
    .header .newYearDesign .snowFlake.snowFlake-5, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 {left: 36%;}
    .header .newYearDesign .snowFlake.snowFlake-6, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 {left: 65%;}
    .header .newYearDesign .snowFlake.snowFlake-7, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-7 {left: 97%;}
    .header .newYearDesign .snowFlake.snowFlake-8, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-8 {left: 57%;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-3 {bottom: 33px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 {bottom: 36px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 img {transform: translateX(-50%) scale(0.7);}
}
@media (max-width: 577px){
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5{
        display: none;
    }
}
@media (min-width: 971px) and (max-width: 1366px)
{
    .header .newYearDesign .snowFlake.snowFlake-2, .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 {left: 27%;}
}
@media (min-width: 577px) and (max-width: 970px)
and (-webkit-max-device-pixel-ratio: 1.09),
(min-width: 577px) and (max-width: 970px) and (max--moz-device-pixel-ratio: 1.09),
(min-width: 524px) and (max-width: 881px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(min-width: 524px) and (max-width: 881px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(min-width: 461px) and (max-width: 776px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 461px) and (max-width: 776px) and (min--moz-device-pixel-ratio: 1.25)
{
    .header .newYearDesign .center, .main-navigation__wrap .newYearDesign .center {flex: 0 0 0%;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-1 {left: 40%;bottom: -9px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 {left: 86%;bottom: -18px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-3 {left: 55%;bottom: 24px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 {left: 35%;bottom: 32px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 {left: 22%;bottom: 28px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 {left: 43%;bottom: -18px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-7 {left: 57%;bottom: 39px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-8 {left: 24%;bottom: 12px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-1 img {transform: translateX(-50%) scale(0.6);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 img {transform: translateX(-50%) scale(0.8);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-3 img {transform: translateX(-50%) scale(0.8);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 img {transform: translateX(-50%) scale(0.9);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 img {transform: translateX(-50%) scale(0.9);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 img {transform: translateX(-50%) scale(0.9);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-7 img {transform: translateX(-50%) scale(0.9);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-8 img {transform: translateX(-50%) scale(0.6);}
}
@media (max-width: 576px)
and (-webkit-max-device-pixel-ratio: 1.09),
(max-width: 576px) and (max--moz-device-pixel-ratio: 1.09),
(max-width: 523px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(max-width: 523px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(max-width: 460px) and (-webkit-min-device-pixel-ratio: 1.25),
(max-width: 460px) and (min--moz-device-pixel-ratio: 1.25)
{
    .header .newYearDesign .center, .main-navigation__wrap .newYearDesign .center {flex: 0 0 0%;}
    .header .newYearDesign .right, .main-navigation__wrap .newYearDesign .right {flex: 1 1 100%;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-1 {display: none;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-2 {display: none;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-3 {display: none;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 {left: 37%; bottom: 20px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 {left: 30%; bottom: 18px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 {left: 49%; bottom: -45px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 img {transform: translateX(-50%) scale(0.8);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 img {transform: translateX(-50%) scale(0.8);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 img {transform: translateX(-50%) scale(0.5);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-7 {display: none;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-8 {display: none;}
}
@media (max-width: 480px)
and (-webkit-max-device-pixel-ratio: 1.09),
(max-width: 480px) and (max--moz-device-pixel-ratio: 1.09),
(max-width: 436px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(max-width: 436px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(max-width: 384px) and (-webkit-min-device-pixel-ratio: 1.25),
(max-width: 384px) and (min--moz-device-pixel-ratio: 1.25)
{
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 {left: 37%; bottom: 20px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 {left: 30%; bottom: 18px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 {left: 49%; bottom: -45px;}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-4 img {transform: translateX(-50%) scale(0.8);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-5 img {transform: translateX(-50%) scale(0.8);}
    .main-navigation__wrap .newYearDesign .snowFlake.snowFlake-6 img {transform: translateX(-50%) scale(0.5);}
}
/* Footer */
.footer {
    background-color: #000;
    position: relative;
    z-index: 5;
}
.footer .newYearDesign {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    opacity: 1;
}
.footer .newYearDesign .left {
    width: auto;
    height: 100%;
    flex: 1 1 0%;
    position: relative;
}
.footer .newYearDesign .center {
    width: auto;
    height: 100%;
    flex: 0 0 1600px;
    position: relative;
}
.footer .newYearDesign .right {
    width: auto;
    height: 100%;
    flex: 1 1 0%;
    position: relative;
}
.footer .newYearDesign .snowFlake, .footer .newYearDesign .ball {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.footer .newYearDesign .snowFlake {
    transform-origin: center;
    width: 32px;
    height: 32px;
}
.footer .newYearDesign .ball {
    transform-origin: top;
}
.animated .footer .newYearDesign .snowFlake {
    animation: 80s linear 0s infinite normal both running snowFlakeFooter;
    will-change: transform;
}
.animated .footer .newYearDesign .ball {
    animation: 10s ease-in-out 0s infinite alternate both running ball;
    will-change: transform;
}
@keyframes snowFlakeFooter {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}
@keyframes ball {
    0% {
        transform: translateX(-50%) rotate(-2deg);
    }
    100% {
        transform: translateX(-50%) rotate(2deg);
    }
}
.footer .newYearDesign .snowFlake img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer .newYearDesign .ball img  {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.footer .newYearDesign .snowFlake.snowFlake-1 {
    left: 44%;
    top: 36px;
    width: 142px;
    height: 142px;
    animation-direction: reverse;
    animation-duration: 160s;
}
.footer .newYearDesign .snowFlake.snowFlake-2 {
    left: 53%;
    top: 281px;
    width: 36px;
    height: 36px;
    animation-duration: 40s;
}
.footer .newYearDesign .snowFlake.snowFlake-3 {
    left: 26%;
    top: 375px;
    width: 23px;
    height: 23px;
    animation-direction: reverse;
    animation-duration: 20s;
}
.footer .newYearDesign .snowFlake.snowFlake-4 {
    left: 13%;
    top: 165px;
    width: 80px;
    height: 80px;
    animation-duration: 110s;
}
.footer .newYearDesign .snowFlake.snowFlake-5 {
    left: 56%;
    top: 220px;
    width: 120px;
    height: 120px;
    animation-direction: reverse;
    animation-duration: 200s;
}
.footer .newYearDesign .snowFlake.snowFlake-6 {
    left: 65%;
    top: 164px;
    width: 53px;
    height: 53px;
    animation-duration: 80s;
}
.footer .newYearDesign .snowFlake.snowFlake-7 {
    left: 6%;
    top: 335px;
    width: 22px;
    height: 22px;
    animation-direction: reverse;
    animation-duration: 25s;
}
.footer .newYearDesign .snowFlake.snowFlake-8, .footer .newYearDesign .snowFlake.snowFlake-9 {
    display: none;
}
.footer .newYearDesign .ball.ball-1 {
    left: 27%;
    top: -284px;
    z-index: 1;
}
.footer .newYearDesign .ball.ball-2 {
    left: 49%;
    top: -415px;
    animation-direction: alternate-reverse;
    animation-duration: 18s;
}
@media (min-width: 1800px) and (max-width: 1920px)
and (-webkit-max-device-pixel-ratio: 1.09),
(min-width: 1800px) and (max-width: 1920px) and (max--moz-device-pixel-ratio: 1.09),
(min-width: 1636px) and (max-width: 1746px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(min-width: 1636px) and (max-width: 1746px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(min-width: 1440px) and (max-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 1440px) and (max-width: 1536px) and (min--moz-device-pixel-ratio: 1.25)
{
    .footer .newYearDesign .snowFlake.snowFlake-1 {left: 66%; top: -50px;}
    .footer .newYearDesign .snowFlake.snowFlake-2 {left: 100%;}
    .footer .newYearDesign .snowFlake.snowFlake-3 {left: 39%;}
    .footer .newYearDesign .snowFlake.snowFlake-4 {left: -15%;}
    .footer .newYearDesign .snowFlake.snowFlake-5 {left: 80%;}
    .footer .newYearDesign .snowFlake.snowFlake-6 {left: 80%;top: 140px;}
    .footer .newYearDesign .snowFlake.snowFlake-7 {left: -25%;}
    .footer .newYearDesign .ball.ball-1 {left: 10%;}
    .footer .newYearDesign .ball.ball-2 {left: 60%;}
}
@media (min-width: 1600px) and (max-width: 1799px)
and (-webkit-max-device-pixel-ratio: 1.09),
(min-width: 1600px) and (max-width: 1799px) and (max--moz-device-pixel-ratio: 1.09),
(min-width: 1454px) and (max-width: 1635px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(min-width: 1454px) and (max-width: 1635px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(min-width: 1280px) and (max-width: 1439px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 1280px) and (max-width: 1439px) and (min--moz-device-pixel-ratio: 1.25)
{
    .footer .newYearDesign .center {flex: 0 0 1400px;}
    .footer .newYearDesign .snowFlake.snowFlake-1 {left: 15%;}
    .footer .newYearDesign .snowFlake.snowFlake-2 {left: 140%;top: 258px;}
    .footer .newYearDesign .snowFlake.snowFlake-3 {left: 80%;top: 435px;}
    .footer .newYearDesign .snowFlake.snowFlake-4 {left: -40%;}
    .footer .newYearDesign .snowFlake.snowFlake-5 {left: 90%;}
    .footer .newYearDesign .snowFlake.snowFlake-6 {left: 83%;top: 130px;}
    .footer .newYearDesign .snowFlake.snowFlake-7 {left: -25%;}
    .footer .newYearDesign .ball.ball-1 {left: 0;}
    .footer .newYearDesign .ball.ball-2 {left: 62%;}
}
@media (min-width: 971px) and (max-width: 1599px)
and (-webkit-max-device-pixel-ratio: 1.09),
(min-width: 971px) and (max-width: 1599px) and (max--moz-device-pixel-ratio: 1.09),
(min-width: 882px) and (max-width: 1453px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(min-width: 882px) and (max-width: 1453px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(min-width: 776px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 776px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1.25)
{
    .footer .newYearDesign .center {flex: 0 0 0;}
    .footer .newYearDesign .snowFlake.snowFlake-1 {left: 1%; filter: brightness(0.3);}
    .footer .newYearDesign .snowFlake.snowFlake-2 {left: 30%;top: 258px;}
    .footer .newYearDesign .snowFlake.snowFlake-3 {left: 15%;top: 435px;}
    .footer .newYearDesign .snowFlake.snowFlake-4 {left: 75%; filter: brightness(0.2);}
    .footer .newYearDesign .snowFlake.snowFlake-5 {left: 95%;}
    .footer .newYearDesign .snowFlake.snowFlake-6 {left: 94%;top: 130px; filter: brightness(1.5);}
    .footer .newYearDesign .snowFlake.snowFlake-7 {left: 75%;}
    .footer .newYearDesign .ball.ball-1 {left: 81%;}
    .footer .newYearDesign .ball.ball-2 {left: 90%;}
}
@media (min-width: 577px) and (max-width: 970px)
and (-webkit-max-device-pixel-ratio: 1.09),
(min-width: 577px) and (max-width: 970px) and (max--moz-device-pixel-ratio: 1.09),
(min-width: 524px) and (max-width: 882px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(min-width: 524px) and (max-width: 882px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(min-width: 461px) and (max-width: 776px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 461px) and (max-width: 776px) and (min--moz-device-pixel-ratio: 1.25)
{
    .footer .newYearDesign .center {flex: 0 0 0%;}
    .footer .newYearDesign .snowFlake.snowFlake-1 {left: 6%;top: auto;bottom: 110px;}
    .footer .newYearDesign .snowFlake.snowFlake-2 {left: 48%;top: auto;bottom: 230px;}
    .footer .newYearDesign .snowFlake.snowFlake-3 {left: 80%;top: auto;bottom: 180px;}
    .footer .newYearDesign .snowFlake.snowFlake-4 {left: 53%;top: 272px;}
    .footer .newYearDesign .snowFlake.snowFlake-5 {left: 92%;top: 320px;}
    .footer .newYearDesign .snowFlake.snowFlake-6 {left: 102%;top: 260px;}
    .footer .newYearDesign .snowFlake.snowFlake-7 {left: 32%;top: 450px;}
    .footer .newYearDesign .ball.ball-1 {left: 64%;top: -182px;}
    .footer .newYearDesign .ball.ball-2 {left: 83%;top: -298px;}
}
@media (max-width: 576px)
and (-webkit-max-device-pixel-ratio: 1.09),
(max-width: 576px) and (max--moz-device-pixel-ratio: 1.09),
(max-width: 523px) and (-webkit-min-device-pixel-ratio: 1.10) and (-webkit-max-device-pixel-ratio: 1.24),
(max-width: 523px) and (min--moz-device-pixel-ratio: 1.10) and (max--moz-device-pixel-ratio: 1.24),
(max-width: 460px) and (-webkit-min-device-pixel-ratio: 1.25),
(max-width: 460px) and (min--moz-device-pixel-ratio: 1.25)
{
    .footer .newYearDesign .center {flex: 0 0 0%;}
    .footer .newYearDesign .snowFlake.snowFlake-1 {left: 170%;top: 800px;bottom: auto;animation-direction: normal;}
    .footer .newYearDesign .snowFlake.snowFlake-2 {left: 175%;top: 970px;bottom: auto;animation-direction: reverse;}
    .footer .newYearDesign .snowFlake.snowFlake-3 {left: 160%;top: 1040px;bottom: auto;animation-direction: normal;}
    .footer .newYearDesign .snowFlake.snowFlake-4 {left: 80%;top: 137px;}
    .footer .newYearDesign .snowFlake.snowFlake-5 {left: 90%;top: 570px;}
    .footer .newYearDesign .snowFlake.snowFlake-6 {left: 95%;top: -15px;}
    .footer .newYearDesign .snowFlake.snowFlake-7 {left: 65%;top: 315px;}
    .footer .newYearDesign .snowFlake.snowFlake-8 {left: 45%;top: 700px;}
    .footer .newYearDesign .snowFlake.snowFlake-9 {left: 65%;top: 1280px;}
    .footer .newYearDesign .ball.ball-1 {left: 95%;top: -292px;animation-duration: 30s;}
    .footer .newYearDesign .ball.ball-2 {left: 92%;top: -410px;animation-duration: 20s;}

    .footer .newYearDesign .snowFlake.snowFlake-8, .footer .newYearDesign .snowFlake.snowFlake-9 {
        display: block;
    }

    .footer .newYearDesign .snowFlake img {
        transform: translate(-50%, -50%) scale(0.7);
    }
    .footer .newYearDesign .ball img {transform: translateX(-50%) scale(0.6);}
    .footer .newYearDesign .ball.ball-1 img {transform: translateX(-50%) scale(0.8);}
    .footer .newYearDesign .snowFlake.snowFlake-6 img {
        transform: translate(-50%, -50%) scale(0.7) rotate(8deg);
        filter: brightness(1.6);
    }
    .footer .newYearDesign .snowFlake.snowFlake-5 img {
        transform: translate(-50%, -50%) scale(0.7);
        filter: brightness(0.6);
    }
    .footer .newYearDesign .snowFlake.snowFlake-2 {
        filter: brightness(1.5);
    }
}
/* Catalog description */
.catalog-description .newYearDesign {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    display: block;
    pointer-events: none;
}
.catalog-description .newYearDesign .snowFlake img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.catalog-description .newYearDesign .snowFlake {
    transform-origin: center;
    width: 163px;
    height: 163px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.animated .catalog-description .newYearDesign .snowFlake {
    animation: 240s linear 0s infinite normal both running snowFlakeDescription;
    will-change: transform;
}
@keyframes snowFlakeDescription {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.catalog-description .newYearDesign .snowFlake.snowFlake-1 {
    left: 2.7%;
    top: 86%;
}
.catalog-description .newYearDesign .snowFlake.snowFlake-2 {
    left: 50%;
    margin-left: 33px;
    top: 44px;
    height: 90px;
    width: 90px;
    animation-duration: 80s;
}
.catalog-description .newYearDesign .snowFlake.snowFlake-3 {
    left: 98.2%;
    top: 7%;
    width: 124px;
    height: 124px;
    animation-direction: reverse;
    animation-duration: 120s;
}
.catalog-description .newYearDesign .round-mask {
    width: 168px;
    height: 168px;
    position: relative;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    display: none;
}
.catalog-description .newYearDesign .snowFlakeMask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-left: 33px;
    margin-top: -76px;
}
.animated .catalog-description .newYearDesign .snowFlakeMask {
    animation: 240s linear 0s infinite normal both running snowFlakeDescription;
    will-change: transform;
    animation-duration: 80s;
}
.catalog-description .newYearDesign .snowFlakeMask span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50%;
    border-radius: 0;
    background: transparent;
    transform-origin: bottom;
}
.catalog-description .newYearDesign .snowFlakeMask span:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.catalog-description .newYearDesign .snowFlakeMask span:nth-child(1) {transform:translateX(-50%) rotate(34deg)}
.catalog-description .newYearDesign .snowFlakeMask span:nth-child(2) {transform: translateX(-50%) rotate(95deg);}
.catalog-description .newYearDesign .snowFlakeMask span:nth-child(3) {transform: translateX(-50%) rotate(157deg);}
.catalog-description .newYearDesign .snowFlakeMask span:nth-child(4) {transform: translateX(-50%) rotate(218deg);}
.catalog-description .newYearDesign .snowFlakeMask span:nth-child(5) {transform: translateX(-50%) rotate(277deg);}
.catalog-description .newYearDesign .snowFlakeMask span:nth-child(6) {transform: translateX(-50%) rotate(335deg);}
@media (min-width: 971px) {
    .catalog-description .newYearDesign .snowFlake.snowFlake-2 {
        display: none;
    }
}
@media (min-width: 971px) and (max-width: 1024px) {
    .catalog-description .newYearDesign .snowFlake.snowFlake-3 {

    }
}
@media (min-width: 577px) and (max-width: 970px) {
    .catalog-description .newYearDesign .snowFlake.snowFlake-1 {
        left: 6%;
        top: 32%;
    }
    .catalog-description .newYearDesign .snowFlake.snowFlake-3 {
        left: 97.5%;
        top: 12%;
    }
    .catalog-description .newYearDesign .round-mask {
        display: block;
    }
}
@media (max-width: 576px) {
    .catalog-description .newYearDesign .snowFlake.snowFlake-2 {
        display: none;
    }
    .catalog-description .newYearDesign .snowFlake.snowFlake-1 {
        left: 4%;
        top: 77%;
    }
    .catalog-description .newYearDesign .snowFlake.snowFlake-3 {
        left: 97%;
        top: 15%;
    }
    .catalog-description .newYearDesign .snowFlake img {
        transform: translate(-50%, -50%) scale(0.55);
    }
}

.search--ny .search-button::before{
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/newYear/snowflake-5.svg);
    background-repeat: no-repeat;
    height: 32px;
    width: 30px;
    top: -3px;
    left: -3px;
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(1px 1px 0px #686F75);
}

.search--ny .search-button::after{
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/newYear/snowflake-6.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 47px;
    bottom: 0px;
    right: 0;
    pointer-events: none;
    user-select: none;
}

.nav-button.nav-button--red-with-text.nav-button--ny{
    background-image: url("../img/newYear/snowflake-2.svg");
    background-repeat: no-repeat;
    position: relative;
    margin-right: 50px;
}
.nav-button.nav-button--red-with-text.nav-button--ny::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/newYear/snowflake-3.svg);
    background-repeat: no-repeat;
    height: 33px;
    width: 63px;
    top: -8px;
    right: -6px;
    pointer-events: none;
    user-select: none;
}

@media (min-width: 971px) {
    .nav-button--ny::after{
        content: "";
        display: block;
        position: absolute;
        background-image: url(../img/newYear/snowflake-4.svg);
        background-repeat: no-repeat;
        height: 18px;
        width: 24px;
        top: -2px;
        right: -4px;
        pointer-events: none;
        user-select: none;
    }
}
.header__logo-link--ny{
    max-width: 130px;
    margin-right: 35px;
}
.main-navigation__sub-menu.main-navigation__sub-menu--full-height.main-navigation__sub-menu--ny .main-navigation__catalog{
    background-color: transparent;
}
.main-navigation__sub-menu.main-navigation__sub-menu--full-height.main-navigation__sub-menu--ny .card-component {
    background-color: transparent;
}
.main-navigation__sub-menu.main-navigation__sub-menu--full-height.main-navigation__sub-menu--ny .card-component:hover {
    background-color: #fff;
}

.ny-menu-snowflake {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}
.ny-menu-snowflake.ny-menu-snowflake--1{
    top: 85px;
    left: -100px;
}
.ny-menu-snowflake.ny-menu-snowflake--2{
    top: initial;
    left: initial;
    bottom: -120px;
    right: 140px;
}
.ny-container {
    max-width: 1600px;
    min-height: 680px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transform: translateY(-100%);
    overflow: hidden;
    pointer-events: none;
    user-select: none;
}
.header__snowflakes{
    position: relative;
    user-select: none;
    pointer-events: none;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1600px;
    width: 100%;
    overflow-y: visible;
}
.header__snowflake {
    position: absolute;
    will-change: transform;
    user-select: none;
    pointer-events: none;
}
.header__snowflake--1{
    left: -5%;
    transform: translate3d(0, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate1;
}
.header__snowflake--2{
    transform: translate3d(0, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate1;
    left: 23%;
    top: -50px;
}
.header__snowflake--3{
    transform: translate3d(0, 0, 0);
    height: 33px;
    animation: 100s linear 0s infinite normal both running snowFlakeRotate1;
    left: 39%;
}
.header__snowflake--4{
    transform: translate3d(0, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate1;
    left: 50%;
    height: 125px;
}
.header__snowflake--5{
    transform: translate3d(0, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate1;
    right: 27%;
    bottom: 0;
}
.header__snowflake--6 {
    transform: translate3d(0, 0%, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate1;
    top: 50px;
    right: 17%;
    height: 50px;
}
.header__snowflake--7{
    transform: translate3d(70%, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate7;
    top: 0;
    right: 0;
    height: 150px;
}
.header__snowflakes-overflow{
    height: 60px;
    position: absolute;
    left: 0;
    width: 100%;
    overflow-y: clip;
    display: none;
}
.header__snowflakes--wrapper {
    height: 99px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    overflow-y: clip;
}
.main-navigation--sticky .header__snowflakes-overflow{
    display: block;
}
.header__snowflakes-overflow .header__snowflake--1 {
    transform: translate3d(0, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate6;
    top: 0;
    left: -25px;
}
.header__snowflakes-overflow .header__snowflake--2 {
    transform: translate3d(0, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate6;
    height: 28px;
    top: 0;
    left: 19%;
    right: initial;
}
.header__snowflakes-overflow .header__snowflake--3{
    transform: translate3d(70%, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate6;
    top: 0;
    right: 0;
    height: 150px;
}
.header__snowflakes-overflow .header__snowflake--4{
    transform: translate3d(0, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate6;
    top: -20px;
    right: 21%;
    left: initial;
    height: 75px;
    opacity: 0.7;
}
.header__snowflakes-overflow .header__snowflake--5{
    transform: translate3d(0, 0, 0);
    animation: 100s linear 0s infinite normal both running snowFlakeRotate6;
    top: 0;
    right: -40px;
    height: 100px;
}

.footer--ny .main-navigation__sub-field.footer {
    background-color: transparent;
}
@media (max-width: 1600px){
    .header__snowflakes--wrapper,
    .header__snowflakes-overflow{
        overflow: clip;
    }
}
@media (max-width: 970px) {
    .header__snowflakes-overflow{
        display: block;
        height: 64px;
    }
    .header__snowflakes-overflow .header__snowflake--2 {
        transform: translate3d(0, 0, 0);
        animation: 100s linear 0s infinite normal both running snowFlakeRotate6;
        height: 43px;
        top: 0;
        left: 27%;
        right: initial;
    }
    .header__snowflakes-overflow .header__snowflake--3 {
        transform: translate3d(70%, 0, 0);
        animation: 100s linear 0s infinite normal both running snowFlakeRotate6;
        top: 24px;
        right: 0;
        left: 48%;
        height: 110px;
    }
    .header__snowflakes-overflow .header__snowflake--5{
        right: 0;
    }
}
@media (max-width: 576px) {
    .header__snowflakes-overflow .header__snowflake--3,
    .header__snowflakes-overflow .header__snowflake--4{
        display: none;
    }
    .header__snowflakes-overflow .header__snowflake--2 {
        transform: translate3d(0, 0, 0);
        animation: 100s linear 0s infinite normal both running snowFlakeRotate6;
        height: 43px;
        top: 0;
        left: 43%;
        right: initial;
    }
}

@keyframes snowFlakeRotate1 {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}
@keyframes snowFlakeRotate2 {
    0% {
        transform: translate3d(0, 47%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(0, 47%, 0) rotate(360deg);
    }
}
@keyframes snowFlakeRotate3 {
    0% {
        transform: translate3d(0, 365%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(0, 365%, 0) rotate(360deg);
    }
}
@keyframes snowFlakeRotate4 {
    0% {
        transform: translate3d(0, -15%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(0, -15%, 0) rotate(360deg);
    }
}
@keyframes snowFlakeRotate5 {
    0% {
        transform: translate3d(0, 244%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(0, 244%, 0) rotate(360deg);
    }
}
@keyframes snowFlakeRotate6 {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}
@keyframes snowFlakeRotate7 {
    0% {
        transform: translate3d(70%, 0, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(70%, 0, 0) rotate(360deg);
    }
}
@keyframes snowFlakeRotate8{
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.footer__snowflake-1 {
    opacity: 0.1;
    max-width: 25vw;
    animation: 245s linear 0s infinite normal both running snowFlakeRotate6;
}
.footer__snowflake-2 {
    opacity: 0.2;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 15vw;
    animation: 200s linear 0s infinite normal both running snowFlakeRotate8;
}
.footer__snowflake-3 {
    opacity: 0.2;
    max-width: 25vw;
    animation: 240s linear 0s infinite normal both running snowFlakeRotate6;
}