.promo-cashback{
    width: 960px;
    margin: 0 auto;
}

.promo-cashback .inner-content {
    width: 600px;
    margin: 0 auto;
}


.promo-cashback .header{
    margin: 0 auto;
    background-color: #B5C3CA;
    text-align: center;
    height: 260px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.promo-cashback .header .logo,
.promo-cashback .header .title
{
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.promo-cashback .header .title{
    text-transform: uppercase;
    font-family: 'MTS Sans', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 40px;
    padding-top: 0;
}

.promo-cashback .header .logo{
    height: 64px;
    width: 90px;
    background: url('../images/gift.svg') no-repeat scroll center;
    background-size: auto;
}

.promo-cashback .content .title{
    font-size: 28px;
    color: #333333;
    padding-top: 50px;
    padding-bottom: 50px;
}

.promo-cashback .content .sub-title{
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #E30613;
}

.promo-cashback .content .steps{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}

.promo-cashback .description{
    padding-left: 40px;
    padding-top: 5px;
}

.promo-cashback .left-column.desktop {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 50px;
}

.promo-cashback .constant-column{
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 100%;
}

.promo-cashback .constant-column{
    font-size: 18px;
}

.promo-cashback .constant-column .digital{
    display: none;
}

.promo-cashback .constant-column .description.first{
    padding-bottom: 20px;
    padding-top: 5px;
    width: 300px;
    position: relative;
}

.promo-cashback .constant-column .description.first .cashback-circle{
    width: 180px;
    height: 180px;
    position: absolute;
    right: -198px;
    top: 0;
    border-radius: 50%;
    background: url('../images/circle-desk-tablet.png') no-repeat center;
    background-size: contain;
}

.promo-cashback .constant-column .description.second{
    padding-bottom: 17px;
    width: 300px;
    padding-top: 5px;
}

.promo-cashback .constant-column .description.three{
    width: 270px;
}

.promo-cashback .constant-column .description.three.additional{
    font-size: 14px;
    width: 350px;
    color: #999999;
    line-height: 2;
}

.promo-cashback .constant-column .description.three.additional .helper-table td.first-column{
    vertical-align: baseline;
    width: 20px;
}

.promo-cashback .constant-column .description.four{
    padding-top: 25px;
}

.promo-cashback .example .gift-red{
    height: 24px;
    width: 34px;
    background: url('../images/gift-red.svg') no-repeat scroll center;
    background-size: auto;
}

.promo-cashback .example .title{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
}



.promo-cashback .example .table-wrapper{
    background-color: #F2F2F2;
    width: 100%;
    padding-bottom: 15px;
}

.promo-cashback .example .example-table{
    margin: 0 auto;
    width: 600px;
}

.promo-cashback .example .example-table td{
    text-align: right;
}

.promo-cashback .example table td:first-child {
    text-align: left;
    height: 25px;
    padding-left: 100px;
}

.promo-cashback .example table td:last-child {
    text-align: right;
    height: 25px;
    height: 25px;
    padding-right: 100px;
}

.promo-cashback .example table tr {
    height: 46px;
}

.promo-cashback .example table .table-underline{
    border-bottom: 1px solid #D6D6D6;
}

.promo-cashback .example table{
    font-size: 18px;
    color: #333333;
}

.promo-cashback .example table thead,
.promo-cashback .example table .summary
{
    font-weight: bold;
}

.promo-cashback .example table .table-content{
    font-size: 16px;
    height: 10px;
}

.promo-cashback .example table .table-content:first-of-type td {
    padding-top: 7px;
}

.promo-cashback .example table .table-content:nth-of-type(3) td {
    padding-bottom: 7px;
}

.promo-cashback .example table tr .red{
    color: #E30613;
}

.promo-cashback .example .basket-tablet{
    height: 38px;
    width: 34px;
    background: url('../images/basket.svg') no-repeat scroll center;
    background-size: auto;
}

.promo-cashback .example .example-description{
    font-size: 14px;
    color: #999999;
}


.promo-cashback .footer .button__container {
    text-align: center;
    padding: 10px 10px 50px;
}

.promo-cashback .footer .button__container button{
    width: 320px;
}

.promo-cashback .description{
    padding-left: 27px;
}

.promo-cashback .example table tr.summary{
    height: 10px;
}

.promo-cashback .example table tr.summary td{
    padding-top: 15px;
}

.promo-cashback .example table tr.red{
    height: 10px;
}

.promo-cashback .example table tr.red td{
    padding-bottom: 15px;
}

@media only screen and (max-width: 999px) and (min-width: 640px) {
    .promo-cashback{
        width: 640px;
    }
}

.description__text {
    margin-top: 5px;
}

@media only screen and (max-width: 999px) {

    .promo-cashback .footer.stick{
        background-color: #fff;
        position: sticky;
        bottom: -45px;
    }

    .promo-cashback .footer .button__container button{
        margin-top: 15px;
    }


    .promo-cashback .footer {
        background-color: #fff;
        z-index: 1;
    }

    .promo-cashback .footer .button__container{
        padding-bottom: 10px;
        padding-left: 0;
        height: 100px;
    }

    .fixed-footer{
        position: fixed;
        bottom: 0;
        width: 640px;
    }
}

@media only screen and (max-width: 639px) {
    .fixed-footer{
        width: 375px;

    }

    .promo-cashback .constant-column .description.first .cashback-circle{
        position: relative;
        right: 0;
        width: 140px;
        height: 140px;
        margin: 20px auto 10px;
        background: url('../images/circle-mobile.png') no-repeat scroll center;
        background-size: contain;
    }

    .promo-cashback .inner-content {
        width: 280px;
        margin: 0 auto;
    }

    .promo-cashback {
        width: 375px;
    }

    .promo-cashback .header{
        height: 180px;
    }

    .promo-cashback .header .title {
        order: 1;
    }

    .promo-cashback .header .logo {
        background-size: contain;
        height: 48px;
        width: 67px;
    }

    .promo-cashback .header .title{
        font-size: 22px;
        padding-bottom: 0px;
        padding-top: 20px;
    }

    .promo-cashback .example .example-table{
        width: 280px;
    }

    .promo-cashback .footer .button__container button{
        width: 280px;
    }

    .promo-cashback .left-column.desktop{
        display: none;
    }

    .promo-cashback .constant-column .digital{
        display: block;
        text-align: center;
    }

    .promo-cashback .constant-column .digital.four{
        padding-top: 10px;
    }

    .promo-cashback .constant-column .description.four{
        padding-top: 5px;
    }

    .promo-cashback .example table td:first-child {
        padding-left: 0;

    }

    .promo-cashback .example table td:last-child {
        padding-right: 0;
        text-align: right;
        width: 90px;
    }

    .promo-cashback .content .title{
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .promo-cashback .content .example .title{
        text-align: left;
    }

    .promo-cashback .content .sub-title{
        font-size: 24px;
        padding-top: 2px;
    }

    .promo-cashback .constant-column .description.first,
    .promo-cashback .constant-column .description.second,
    .promo-cashback .constant-column .description.three,
    .promo-cashback .constant-column .description.three.additional,
    .promo-cashback .constant-column .description.four
    {
        width: 280px;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .promo-cashback .constant-column .description.three{
        width: 270px;
    }

    .promo-cashback .example table.example-table{
        font-size: 16px;
        width: 240px;
    }

    .promo-cashback .example table .table-content{
        font-size: 14px;
    }

    .promo-cashback .example .example-description{
        text-align: left;
    }

    .promo-cashback .constant-column .description.three.additional .helper-table{
        line-height: 1.5;
    }

    .promo-cashback .example table tr.summary{
        height: 27px;
    }

    .promo-cashback .example table tr.red{
        height: 40px;
    }

    .description__text {
        margin-top: 0;
    }
}

