
.wrapper-home{
    padding-top: 5.5em;
}
.promo-banner-img img{
    bordeer: 5px solid #ff334b;
}
.cc-title-anniv img{
    height: 1.5em;
    margin: -7px 0 0 .5em;
}
.grid-wrap a{
    position: relative;
}
.label-anniv{
    position: absolute;
    top: .5em;
    left: 50%;
    transform: translate(-50%,0);
    width: calc(100% - 1em) !important;
}
.label-pym-anniv{
    border-radius: 5px;
    font-weight: 600;
    padding: .25em .5em;
    font-size: var(--fsize1);
    display: inline;
}
.label-pym-anniv.red{
    background: #FFCCCC;
    color: #D41919;
    letter-spacing: .5px;
}
.label-pym-anniv.blue{
    background: #87F0FC;
    color: #486AAA;
}
.label-pym-anniv.org{
    background: #FEDEB9;
    color: #DF7905;
}
.price-pym-anniv{
    text-decoration: line-through;
    font-size: var(--fsmall);
}
.label-anniv-dtu{
    height: unset !important;
    object-fit: unset !important;
}

/*main*/
.dtu-grid li, .dtu-grid-pay li{
    font-weight: 500;
}
.anniv-li span:nth-child(1){
    width: 30%;
    text-align: left;
}
.anniv-li span:nth-child(2){
    width: 25%;
    text-align: right;
}
.anniv-li span:nth-child(3){
    width: 45%;
    text-align: right;
}
@media only screen and (max-width: 992px){
    .header{
        position: relative;
        z-index: 1;
    }
    .header-anniv img{
        height: unset;
        width: 65%;
    }
}
@media only screen and (max-width: 576px){
    .promo-banner-img img{
        border: none;
    }
    .wrapper-home{
        padding-top: 0;
    }

    .anniv-li span:nth-child(2){
        width: 35%;
    }
    .anniv-li span:nth-child(3){
        width: 35%;
    }
}

/*end main*/
