.contentWrapper.full .container {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#cBlock2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.offers-row.desktop,
.oom-wrapper-inner.desktop {
    display: none;
}

.oom-wrapper-inner.desktop {
    background-size: cover;
    background-position: center;
}

.oom-wrapper-inner.mobile {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 90px;
}

.oom-wrapper-mobile {
    background: linear-gradient(180deg, rgba(0,0,0,1) 16%, rgba(79,79,79,1) 33%, rgba(255,255,255,0.8407738095238095) 57%);
}

.title-sec img {
    width: 75%;
    margin: auto;
    display: block;
    padding-bottom: 10px;
    max-width: 398px;
}


.title-sec .col.two {
    font-family: 'NissanBrandW01-Light',Verdana,sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.title-sec .col.two span {
    color: #FD1A16;
}

.car-wrapper img {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 59px;
    max-width: 634px;
}

.counter-wrapper {
    font-family: 'NissanBrandW01-Light',Verdana,sans-serif;
    background: #FD1A16;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    font-size: 28px;
    margin-top: 20px;
}

.counter-wrapper .text {
    display: inline-block;
    vertical-align: top;
    padding-top: 18px;
    letter-spacing: 2px;
}

.counter-wrapper .number {
    display: inline-block;
    vertical-align: top;
    font-family: 'NissanBrandW01-Bold',Verdana,sans-serif;
    font-size: 89px;
    line-height: 89px;
    border-bottom: 5px solid #fff;
    margin: 0 20px;
    margin-top: -17px;
}

.save-wrapper-mobile {
    font-family: 'NissanBrandW01-Light',Verdana,sans-serif;
    background: #2E2E2E;
    color: #fff;
    text-align: center;
    font-size: 29px;
    letter-spacing: 3px;
    padding: 2px 0;
}

.save-wrapper-mobile span {
    font-family: 'NissanBrandW01-Bold',Verdana,sans-serif;
    color: #FFD800;
}

.offers-row.mobile {
    font-size: 0;
    margin-top: 10px;
}

.offers-row.mobile .col {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}

.offers-row.mobile .col img {
    width: 100%;
}

.spacer-mobile {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 10px
}

@media (min-width: 768px) {
    #cBlock2 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #cBlock2 {
        width: 970px;
    }
}

@media (min-width: 1024px) {
    .oom-wrapper-inner.mobile {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: initial;
    }
}

@media (min-width: 1200px) {
    .oom-wrapper {
        background: linear-gradient(180deg, rgba(0,0,0,1) 16%, rgba(79,79,79,1) 33%, rgba(255,255,255,0.8407738095238095) 62%);
    }

    #cBlock2 {
        width: 1170px;
    }

    .spacer-mobile,
    .offers-row.mobile,
    .oom-wrapper-inner.mobile {
        display: none;
    }

    .offers-row.desktop,
    .oom-wrapper-inner.desktop {
        display: block;
    }

    .car-wrapper-outer {
        position: relative;
        height: 31vw;
    }

    .car-wrapper {
        position: absolute;
        right: 12vw;
        width: 763px;
        padding-right: 129px;
        box-sizing: border-box;
        bottom: 0;
        height: 31vw;
    }

    .car-wrapper img {
        width: 634px;
        position: absolute;
        z-index: 1;
        bottom: 0;
    }

    .counter-wrapper {
        position: absolute;
        right: -127px;
        bottom: 89px;
        font-family: 'NissanBrandW01-Light',Verdana,sans-serif;
        background: #FD1A16;
        color: #fff;
        width: 311px;
        text-align: center;
        font-size: 27px;
        letter-spacing: 2px;
        padding: 0;
    }

    .counter-wrapper .number {
        font-family: 'NissanBrandW01-Bold',Verdana,sans-serif;
        font-size: 100px;
        line-height: 100px;
        margin-top: -19px;
        border-bottom: 5px solid #fff;
        display: inline-block;
    }

    .counter-wrapper .text {
        display: block;
        padding-top: 0;
    }

    .offers-row {
        margin-top: 5px;
        font-size: 0;
    }

    .offers-row .col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }

    .offers-row .col.one {
        width: 18%;
    }

    .save-wrapper {
        background: #FD1A16;
        padding: 6px 18px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-family: 'NissanBrandW01-Light',Verdana,sans-serif;
        margin-top: 2vw;
    }

    .save-wrapper span {
        font-family: 'NissanBrandW01-Bold',Verdana,sans-serif;
        color: #FFD800;
    }

    .offers-row .col.two {
        width: 31%;
        padding-right: 51px;
        padding-left: 20px;
    }

    .lease1 {
        max-width: 305px;
        width: 73%;
    }

    .lease1-badge {
        max-width: 121px;
        width: 27%;
        padding-left: 8px;
    }

    .offers-row .col.two .spacer {
        position: absolute;
        right: 0;
        width: 4vw;
        top: 0.6vw;
        max-width: 135px;
    }

    .offers-row .col.three {
        width: 24%;
        padding-right: 51px;
        padding-left: 25px;
    }

    .save {
        width: 100%;
        max-width: 316px;
    }

    .offers-row .col.three .spacer {
        position: absolute;
        right: 0;
        width: 4vw;
        top: 0.6vw;
        max-width: 135px;
    }

    .offers-row .col.four {
        width: 27%;
        padding-left: 13px;
        padding-right: 50px;
    }

    .lease2 {
        width: 73%;
        max-width: 265px;
    }

    .lease2-badge {
        width: 27%;
        max-width: 121px;
    }

    .red-block {
        position: absolute;
        height: 40px;
        width: 10%;
        background: #FD1A16;
        right: 0;
        top: 1.5vw;
    }

    .title-sec {
        margin-left: 15vw;
        padding-top: 20px;
        box-sizing: border-box;
    }

    .title-sec img {
        width: 252px;
    }

    .title-sec .col {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .title-sec .col .spacer {
        position: absolute;
        right: -16px;
        top: 0;
        height: 78px;
        width: 2px;
        background: #fff;
    }

    .title-sec .col.two {
        font-family: 'NissanBrandW01-Light',Verdana,sans-serif;
        color: #fff;
        font-size: 17px;
        padding-top: 15px;
        padding-left: 27px;
    }

    .title-sec .col.two span {
        color: #FD1A16;
    }
}

@media (min-width: 1500px) {
    .car-wrapper-outer {
        height: 435px
    }

    .oom-wrapper-inner.desktop,
    .car-wrapper {
        height: 638px;
    }

.title-sec {
    margin-left: 18vw;
}

    .title-sec img {
        width: 18vw;
    }

    .title-sec .col .spacer {
        height: 6vw;
    }

    .title-sec .col.two {
        font-size: 1.3vw;
        padding-top: 1vw;
    }
}

@media (min-width: 1700px) {
    .save-wrapper {
        font-size: 29px;
        margin-top: 39px;
    }

    .red-block {
        height: 53px;
        top: 34px;
    }
}

