@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Regular.eot');
    src: local('Involve Regular'), local('Involve-Regular'),
        url('../fonts/Involve-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Involve-Regular.woff2') format('woff2'),
        url('../fonts/Involve-Regular.woff') format('woff'),
        url('../fonts/Involve-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve-Medium';
    src: url('../fonts/Involve-Medium.eot');
    src: local('Involve Medium'), local('Involve-Medium'),
        url('../fonts/Involve-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Involve-Medium.woff2') format('woff2'),
        url('../fonts/Involve-Medium.woff') format('woff'),
        url('../fonts/Involve-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.block-alternative-banner .timer-alternative-banner {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
    background: #17099d url(/local/templates/nadpo_visually/images/alternative-banner/screen_banner_block.png) center center no-repeat;
    text-align: left;
    cursor: pointer;
}

#screen_alternative_banner_block {
    display: block;
    height: 100px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: calc(50% - 245px);
    z-index: 91;
    width: 489px;
    background: url(/local/templates/nadpo_visually/images/alternative-banner/screen_alternative_banner_block.png) center center no-repeat;
    background-size: auto;
    background-size: auto;
}

#screen_alternative_banner_block_header {
    overflow: hidden;
    position: absolute;
    left: 0px;
    z-index: 91;
    text-align: left;
    text-transform: uppercase;
    width: 400px;
    height: 70px;
    bottom: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 110%;
    color: #FFFFFF;
    font-family: 'Involve-Medium';

}

#screen_alternative_banner_block_header div {
    display: inline-block;
    background: #82FF48;
    padding: 3px 10px 2px 10px;
    border-radius: 7px;
    margin-top: 5px;
    font-size: 22px;
    line-height: 110%;
    text-transform: uppercase;
    color: #170099;
}

#screen_alternative_banner_block_date {
    overflow: hidden;
    position: absolute;
    right: 200px;
    width: 90px;
    height: 44px;
    top: calc(50% - 44px/2 - 1px);

    font-family: 'Involve-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF;
}

#screen_alternative_banner_block_btn {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 180px;
    height: 50px;
    top: 25px;
    background: #FF0568;
    border-radius: 6px;
    font-family: 'Involve-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-decoration: none;
}


@media screen and (max-width: 1199px) {
    #screen_blossombanner_block_container {
        width: calc(100% - 30px);
    }

    #screen_alternative_banner_block_header {
        font-size: 23px;
    }

    #screen_alternative_banner_block_header div {
        font-size: 20px;
    }

    #screen_alternative_banner_block {
        background-size: 380px auto;
        background-position: bottom;
    }
}

@media screen and (max-width: 1025px) {
    .block-alternative-banner .timer-alternative-banner {
        height: 80px;
    }

    #screen_alternative_banner_block_header {
        height: 55px;
        font-size: 20px;
    }

    #screen_alternative_banner_block_header div {
        font-size: 17px;
        letter-spacing: 0.2px;
    }

    #screen_alternative_banner_block_btn {
        top: 15px;
    }

    #screen_alternative_banner_block_date {
        width: 70px;
        font-size: 16px;
        top: calc(50% - 36px/2 - 1px);
        right: 185px;
    }
}

@media screen and (max-width: 920px) {
    .block-alternative-banner .timer-alternative-banner {
        height: 65px;
    }

    #screen_alternative_banner_block_btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
        top: 13px;
    }

    #screen_alternative_banner_block_date {
        width: 100px;
        font-size: 12px;
        height: 14px;
        line-height: 14px;
        right: 200px;
        top: unset;
        bottom: 10px;
        text-align: right
    }

    #screen_alternative_banner_block {
        left: unset;
        right: 138px;
        width: 160px;
        height: 65px;
        background: url(/local/templates/nadpo_visually/images/alternative-banner/screen_alternative_banner_block_640.png) bottom right no-repeat;
    }

    #screen_alternative_banner_block_header {
        height: 40px;
        font-size: 16px;
    }

    #screen_alternative_banner_block_header div {
        font-size: 13px;
        padding: 3px 7px 2px 7px;
    }
}

@media screen and (max-width: 580px) {
    #screen_blossombanner_block_container {
        width: 100%;
    }

    .block-alternative-banner .timer-alternative-banner {
        height: 113px;
        background: #170099 url(/local/templates/nadpo_visually/images/alternative-banner/screen_banner_block_320.png) top right repeat-y;
    }

    #screen_alternative_banner_block {
        right: 0;
        width: 122px;
        height: 113px;
        background: url(/local/templates/nadpo_visually/images/alternative-banner/screen_alternative_banner_block_320.png) bottom right no-repeat;
    }

    #screen_alternative_banner_block_header {
        height: 45px;
        width: 250px;
        top: 10px;
        left: 10px;
    }

    #screen_alternative_banner_block_header div {
        padding: 3px 5px 3px 5px;
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    #screen_alternative_banner_block_btn {
        top: unset;
        bottom: 10px;
        left: 10px;
        height: 34px;
    }

    #screen_alternative_banner_block_date {
        text-align: left;
        width: 55px;
        bottom: 15px;
        height: 30px;
        left: 150px;
    }
}

@media screen and (max-width: 350px) {
    #screen_alternative_banner_block_btn {
        width: 120px;
    }

    #screen_alternative_banner_block_date {
        left: 143px;
        font-size: 11px;
        width: 50px;
    }

    #screen_alternative_banner_block_header div {
        font-size: 13px;
    }
}