<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prcnt{
    position: absolute;
    background: #7b9551;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    padding: 2px;
    margin: -16px 0px 0 75px;
}

.prcnt1{
    display: inline-block;
    background: #c8cfc2;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    padding: 2px;
    margin: 0 0 0 10px;
    position: absolute;
}


.special-block{
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: 181px;
}

.special-poster1 {
    background: #52b800;
    padding: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}


.special-poster2 {
    background: #d80000;
    padding: 6px 1px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;

}

.special-block-tprzd{
    width: 95%;
    margin-top: -78px;
    position: absolute;
}

.special-block-tprzd-width{
    width: 280px;
    margin: 0 auto;
}

.dopspec{
    padding: 10px 30px 0;
}

@media (min-width: 992px) and (max-width: 1199px){

    .special-block{
        margin-top: 181px;
    }

}

@media (min-width: 768px) and (max-width: 991px){

    .special-block{
        margin-top: 148px;
    }

}

@media (max-width: 767px){
    .special-block{
        margin-top: 183px;
    }
    .special-poster1, .special-poster2 {
        max-width: 320px;
        margin: 0 auto;
    }


}

@media (max-width: 375px){
    .special-block{
        margin-top: 237px;
    }
}</pre></body></html>