<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* �从�亳� 亞仂亟仂于�亳仆舒 */
body{
    background: #19dbff;
}

.aniv-header{
    margin: 80px 0px;
    background-image: linear-gradient(to right top, #e6fbff, #dbf8fd, #cff4fa, #c4f1f7, #b8eef4);
    position: relative;
    z-index: 0;
}
.aniv-header .navigation{
    padding: 25px;
    z-index: 99999;
    position: relative;
}
.aniv-pr{
    background: url(../img/aniv-pr.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.aniv-header .navbar{
    background: none;
}

.aniv-header .logotip h1{
    color: #56cbff;
}
.promo-aniv .winter-prize__balance{
    font-size: 28px;
    line-height: 34px;
    opacity: 1;
    text-shadow: 0px 0px 1px #000000a3;
}
.promo-aniv .wpicbox{
    margin-top: 40px;
}

.center-head-prize div{
    background: #c166ff;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 18px;
}
.aniv-header .navbar .wrapper{
    flex-direction: row-reverse;
}

.aniv-header .navbar .menu-link{
    color: #23a2f7;
    font-weight: 600;
}
.aniv-header .navigation{
    border-bottom: 1px solid #14a0ff;
    margin-bottom: 40px;
}
.anv-prize-main{
    position: relative;
    min-height: 423px;
}
.anv-left-priz{
    position: absolute;
    background: url(../img/ball-left.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    height: 425px;
    width: 250px;
}
.anv-right-priz{
    position: absolute;
    background: url(../img/ball-right.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    height: 425px;
    width: 250px;
}
.center-head-prize{
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-top: 20px;
}
.center-head-prize h2{
    color: #099cfc;
    font-size: 26px;
    font-weight: 900;
}
.center-head-prize h1{
    color: #db4279;
    font-weight: 900;
    font-size: 44px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.center-head-prize h1:before{
    content: '';
    background: url(../img/title_icon1.svg) no-repeat;
    float: left;
    width: 40px;
    height: 50px;
    margin-right: 10px;
}
.center-head-prize h1:after{
    content: '';
    background: url(../img/title_icon2.svg) no-repeat;
    float: right;
    width: 40px;
    height: 50px;
    margin-left: 10px;
}
.center-head-prize h3{
    color: #099cfc;
    font-size: 30px;
    font-weight: 900;
}
.btn-prize{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.aniv-header .standartBlue3{
    background: #db4279;
}
.btn-prize .standartBlue4 {
    background: #d42aaf;
}

.promo-aniv .padding-vertical-large{
    padding-top: 140px;
}
h5 span{
    color: #1c5185;
}
h4 {
    text-align: center;
    font-weight: 800;
    text-shadow: 0px 0px 14px #af8dff;
    text-transform: uppercase;
}
.winter-prize__block .colbox::before{
    display: none;
}
.winter-prize__block .colbox:nth-child(1) {
    background: #fb9a07;
}
.winter-prize__block .colbox:nth-child(2) {
    background: #d8cc1d;
}
.winter-prize__block .colbox:nth-child(3) {
    background: #619323;
}
.winter-prize__block .colbox {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.promo-aniv .winter-rules__box{
    background: #c3f1f7;
    padding: 20px;
    color: #222;
}
.promo-aniv table{
    background: #268ecc;
}

.promo-aniv tbody tr:nth-child(odd) {
    background: #1c79b0;
}
.aniv_pir{
    background: #c3f1f7;
    padding: 20px;
    color: #222;
}
.aniv_pir h4{
    text-shadow: none;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-bottom: 10px;
    margin: 15px auto;
    font-size: 24px;
}
.aniv_pir h4 span{
    color: #fb9a07;
}


@media (max-width: 960px){
    .navigation {
       padding: 0 !important;
       background: #0d6d7e;
    }
    .aniv-header .navigation{
        position: fixed;
    }
    .anv-left-priz, .anv-right-priz{
        display: none;
    }
    .anv-prize-main{
        min-height: 100%;
        padding: 30px;
    }
    .center-head-prize{
        padding-top: 0px !important;
    }
    .center-head-prize{
        width: 80%;
    }
    .aniv-pr{
        opacity: 0.3;
    }
}
@media (max-width: 540px){
    .center-head-prize{
        width: 100%;
    }
    .center-head-prize h2{
        font-size: 22px;
    }
    .center-head-prize h1{
        font-size: 28px;
    }
    .center-head-prize h3{
        font-size: 24px;
    }
    .aniv_pir h4{
        font-size: 20px;
    }
}
</pre></body></html>