#wietrzenie-lp .title {

}

#wietrzenie-lp h1 {
    padding-top: 14.3vw;
    letter-spacing: -3px;
    word-spacing: -4px;
    font-size: 61px;
    color: #ffffff;
    font-family: DINProLight;

}

#wietrzenie-lp h2 {
    /*font-size: 78px;*/

    font-size: 3.75vw;
    color: #ffffff;
    padding-top: 14.2px;
    font-family: DINProbold;

}

#wietrzenie-lp .promotion-list,
#wietrzenie-lp .buttons {
    background-color: #f5f5f5;
}

#wietrzenie-lp h3 {
    font-family: DINProLight;
    letter-spacing: -1px;
    font-size: 42px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
}

#wietrzenie-lp h3 b {
    font-family: DINProBold;
}

/* HEADER */
#wietrzenie-lp .s-header {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 722px;
    background-position: center center;
}

#wietrzenie-lp .heading {
    position: relative;
    width: 100%;
    height: 722px;
    background-repeat: no-repeat;
    background-position: center center;
}

#wietrzenie-lp .title .block-with-text {
    position: relative;
    width: 30vw;
    margin: auto;
    height: auto;
    max-width: 428px;
    background: #f0000f;
    text-align: left;
    /*padding: 1vw;*/
}

#wietrzenie-lp .title .block-with-text p {
    font-size: 1.56vw;
    text-transform: uppercase;
    word-spacing: -.1vw;
    font-family: "dinpromedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 1vw 1vw 1vw 6vw;
}

#wietrzenie-lp .title .block-with-text p strong {
    font-family: DINProbold
}

#wietrzenie-lp .title .block {
    position: relative;
    margin: 5vw 0;
}

#wietrzenie-lp .title .icon {
    background: #f0000f url("/sites/all/modules/santas_day/img/icon.jpg") center/contain;
    background-repeat: no-repeat;
    width: 4vw;
    height: 4vw;
    max-height: 79px;
    max-width: 75px;
    left: 1.3vw;
}


/* CONTENTS */

#wietrzenie-lp .contents h3 {
    color: black;
    margin: .8em;
}

/* COUNTDOWN */
#wietrzenie-lp #countdown {
    text-align: center;
    width: 100%;
}


#wietrzenie-lp #countdown h3 {
    margin: 0;
    color: black;
    font-family: DINProBold;
    font-size: 36px;
}

#wietrzenie-lp #countdown .box {
    position: relative;
    margin: 17px 1px;
    display: inline-block;
    width: 145px;
    height: 112px;
}

#wietrzenie-lp #countdown .box .number {
    font-family: DINProBold;
    line-height: 104px;
    text-align: center;
    background: #f0000f;
    height: 100%;
    width: 100%;
    color: white;
    font-size: 108px;
    letter-spacing: -.05em;
}

#newsletter {
    background: black;
    padding: 2em;
    text-align: center;
}

#salesmanagoIframe {
    margin: auto;
    padding: 0;
    width: 800px;
    min-height: 450px;
    overflow-y: hidden;
    overflow-x: hidden;
    border: none;
    background: #000000;
    max-width: 100%;
}


#wietrzenie-lp .prize_promo {
    text-align: center;
}

#wietrzenie-lp .prize_promo .old_prize {
    margin: auto;
}

#wietrzenie-lp .product-price.product-price-old {
    height: auto;
}

@media screen and (max-width: 1920px) {
    #wietrzenie-lp .s-header {
        background-size: cover;
        height: 40vw
    }

    #wietrzenie-lp .heading {
        background-size: auto 32vw;
        height: 32vw
    }

    #wietrzenie-lp .subheading {
        top: -4vw
    }

    #wietrzenie-lp h3 {
        font-size: 2.5vw
    }

    #wietrzenie-lp #countdown h3 {
        font-size: 2vw
    }

    #wietrzenie-lp #countdown .box {
        height: 7vw;
        width: 8vw;
        margin: 1px 2px
    }

    #wietrzenie-lp #countdown .box .number {
        font-size: 6.5vw;
        line-height: 6.8vw
    }
}

@media screen and (max-width: 1280px) {
    #wietrzenie-lp h3 {
        font-size: 3vw
    }

    #wietrzenie-lp .s-header {
        background-size: cover;
        height: 71vw;
    }

    #wietrzenie-lp h1 {
        padding-top: 30vw;
    }

    #wietrzenie-lp .title .block-with-text {
        width: 24vw;
    }

    #wietrzenie-lp #countdown h3 {
        font-size: 2vw;
        letter-spacing: 0;
    }

    #wietrzenie-lp #countdown .box {
        height: 9vw;
        width: 11vw;
        margin: 2px 0
    }

    #wietrzenie-lp #countdown .box .number {
        font-size: 8vw;
        line-height: 8vw
    }
}


/*Lista produktow*/

#wietrzenie-lp .santas-day-off {
    display: block;
}

#wietrzenie-lp .santas-day-on {
    display: none;
}

#wietrzenie-lp.black-active .santas-day-off {
    display: none;
}

#wietrzenie-lp.black-active .santas-day-on {
    display: block;
}

#wietrzenie-lp .promotion-list {
    padding: 1.7vw 5vw .8vw;
    text-align: center;
}

#wietrzenie-lp .promotion-list .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

#wietrzenie-lp .promotion-list .flex:after {
    content: '';
    flex: auto;
}

#wietrzenie-lp .promotion-list .flex .flex-item {
    width: 100%;
    margin: 5vw auto 0;
    cursor: pointer;
    position: relative;
    text-align: center;
}

#wietrzenie-lp .icon {
    position: absolute;
    max-width: 64px;
    max-height: 64px;
    left: 0%;
    top: 0;
    bottom: 0;
    margin: auto;
}

#wietrzenie-lp .icon {
    position: absolute;
    max-width: 64px;
    max-height: 64px;
    left: 0%;
    top: 0;
    bottom: 0;
    margin: auto;
}

#wietrzenie-lp .promotion-list .flex .flex-item img {
    margin: auto;
}

#wietrzenie-lp .promotion-list .flex .flex-item a.btn {
    padding: 1.28vw 2.9vw;
    margin: .9vw auto;
}

#wietrzenie-lp .promotion-list .flex .flex-item .product-title {
    margin: 9.3vw 0 0;
}

#wietrzenie-lp .promotion-list .flex .flex-item .product-title p:nth-of-type(1) {
    font-family: 'DINProRegular';
    font-size: 3.83vw;
    color: #000000;
    margin: 0;
}


#wietrzenie-lp .promotion-list .flex .flex-item .product-title a {
    font-size: 4.15vw;
    color: #000;
    font-family: 'DINProBold';
}

#wietrzenie-lp .promotion-list .flex .flex-item .product-price {
    font-size: 4.15vw;
    color: #f0000f;
    font-family: 'DINProBold';
}

#wietrzenie-lp .buttons {
    padding: 23vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#wietrzenie-lp .buttons p {
    color: #000;
    font-size: 14px;
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 1vw;
}

#wietrzenie-lp .buttons a.btn {
    font-family: DinProRegular, sans-serif;
    text-transform: uppercase;
}

#wietrzenie-lp .buttons a.btn strong {
    font-family: DinProBold, sans-serif;
}

#wietrzenie-lp .buttons a.btn.regulations {
    font-size: 3vw;
}

#wietrzenie-lp a.btn.other-accessories {
    font-size: 4vw;
    margin: 20vw 0;
}


#wietrzenie-lp h2.red {
    font-size: 8.13vw;
    padding: 8.8vw 0 0 0;
    background: none;
    text-align: center;
    color: #f0000f;
    font-family: "dinprobold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wietrzenie-lp h2.lg {
    font-size: 8.13vw;
    padding: 8.8vw 0 0 0;
    background: none;
    text-align: center;
    color: rgb(137, 204, 202);
    font-family: "dinprobold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wietrzenie-lp .promotion-list .flex .flex-item.flex-item-lg .btn-red {
    background: rgb(137, 204, 202);
    border-color: rgb(137, 204, 202);
    color: #fff;
}

#wietrzenie-lp .promotion-list .flex .flex-item.flex-item-lg .btn-red:hover,
#wietrzenie-lp .promotion-list .flex .flex-item.flex-item-lg .btn-red:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

#wietrzenie-lp .promotion-list .flex .flex-item.flex-item-lg .product-price {

    color: rgb(137, 204, 202);
}

#wietrzenie-lp .prize_promo .old_prize:before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#santas-day-icon {
    text-align: center;
}

#wietrzenie-lp .promotion-list .flex .flex-item:hover {
    background: #fff;
}

#wietrzenie-lp .not-available {
    position: relative;
    pointer-events: none;
}

#wietrzenie-lp .not-available > div,
#wietrzenie-lp .not-available > img,
#wietrzenie-lp .not-available > a,
#wietrzenie-lp .not-available > a img {
    opacity: 0.3;
}

/*#wietrzenie-lp .not-available:before {*/
/*    content: "WYPRZEDANE";*/
/*    position: absolute;*/
/*    color: #e30713;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    font-size: 9vw;*/
/*    height: 14vw;*/
/*    font-family: "dinproBold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*    transform: rotate(-45deg);*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    -ms-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*}*/

#wietrzenie-lp .not-available > a {
    pointer-events: none;
}

#wietrzenie-lp .not-available .relative {
    position: relative;
    opacity: 1;
}

#wietrzenie-lp .not-available .wyprzedane {
    opacity: 1;
    font-family: "dinprolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e30713;
    border: 2px solid #e30713;
    display: inline;
    padding: .2vw 1.5vw;
    background: #fff;
    position: absolute;
    left: 0;
    top: 2vw;
    right: 0;
    margin: auto;
    width: 35vw;
    font-size: 4vw;
    z-index: 1;
}

@media (min-width: 480px) {

    #wietrzenie-lp .promotion-list .flex .flex-item {
        width: 48%;
    }

    #wietrzenie-lp .not-available:before {
        font-size: 6vw;
        height: 9vw;
    }
}

@media (min-width: 768px) {

    #wietrzenie-lp .promotion-list .flex .flex-item {
        width: 28%;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item .product-title p:nth-of-type(1) {
        font-size: 1vw;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item .product-title a,
    #wietrzenie-lp .promotion-list .flex .flex-item .product-price {
        font-size: 1.45vw;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item a.btn {
        padding: 0.28vw .9vw;
    }


    #wietrzenie-lp .buttons {
        padding: 3.25vw 0;
    }

    #wietrzenie-lp .buttons p {
        font-size: .91vw;
    }

    #wietrzenie-lp .buttons a.btn.regulations {
        font-size: 1.175vw;
    }

    #wietrzenie-lp a.btn.other-accessories {
        font-size: 1.65vw;
        margin: 12.5vw 0;
    }

    #wietrzenie-lp h2.red {
        font-size: 5.13vw;
        padding: 5.8vw 0 0 0;
    }

    #wietrzenie-lp h2.lg {
        font-size: 5.13vw;
        padding: 5.8vw 0 0 0;
    }


    #wietrzenie-lp .product-price.product-price-old {
        /*height: 2.6vw;*/
    }

    #wietrzenie-lp .not-available:before {
        font-size: 3.5vw;
        height: 7vw;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item .product-title {
        margin: 3.3vw 0 0;
    }

    #wietrzenie-lp .not-available .wyprzedane {
        font-size: 1vw;
        padding: .2vw 1.5vw;
        width: 10vw;
        top: 1vw;
    }

}


@media (min-width: 1200px) {

    #wietrzenie-lp .promotion-list .flex .flex-item {
        width: 25%;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item .product-title p:nth-of-type(1) {
        font-size: .83vw;
        padding-bottom: 0;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item .product-title a {
        font-size: 1.15vw;
        font-family: "dinpromedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item p.category-name {
        color: #000000;
        font-family: "dinproRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item .product-price {
        font-size: 1.15vw;
        font-family: "dinproRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }


    #wietrzenie-lp .promotion-list .flex .flex-item .product-price.product-price-old {
        font-size: .9vw;
        padding-top: .5vw;
    }

    #wietrzenie-lp .buttons {
        padding: 0 0 6vw;
    }

    #wietrzenie-lp .buttons p {
        font-size: .73vw;
    }

    #wietrzenie-lp .buttons a.btn.regulations {
        font-size: .94vw;
    }

    #wietrzenie-lp a.btn.other-accessories {
        font-size: 1.25vw;
        margin: 6.2vw 0;
    }

    #wietrzenie-lp h2.red {
        font-size: 3.13vw;
        padding: 3.8vw 0 0 0;
    }

    #wietrzenie-lp h2.lg {
        font-size: 3.13vw;
        padding: 3.8vw 0 0 0;
    }

    #wietrzenie-lp .product-price.product-price-old {
        height: auto
    }

    #wietrzenie-lp .promotion-list {
        padding: 1.7vw 7vw .8vw;
    }

    #wietrzenie-lp .not-available .wyprzedane {

        top: 1vw;
        width: 10vw;
    }
}

@media (min-width: 1921px) {
    #wietrzenie-lp .title .block-with-text p {
        font-size: 30px;
    }

    #wietrzenie-lp h1 {
        padding-top: 271px;
        font-size: 61px;
    }

    #wietrzenie-lp .title .icon {

        left: 23px;
    }

    #wietrzenie-lp .title .block-with-text p {
        padding: 19.2px 19.2px 19.2px 115px;
    }

    #wietrzenie-lp h2 {
        font-size: 78px;
    }

    #wietrzenie-lp h2.lg,
    #wietrzenie-lp h2.red {
        font-size: 60px;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item a.btn {
        padding: 5.376px 17.28px;
        margin: 17.28px auto;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item .product-title {
        margin: 50px 0 0;
    }


    #wietrzenie-lp .promotion-list .flex .flex-item .product-title p:nth-of-type(1) {
        font-size: 16px;
    }

    #wietrzenie-lp .promotion-list .flex .flex-item .product-title a,
    #wietrzenie-lp .promotion-list .flex .flex-item .product-price {
        font-size: 22px;
    }

    #wietrzenie-lp .buttons {
        padding: 50px 0;
    }

    #wietrzenie-lp .buttons p {
        font-size: 14px;
        margin-bottom: 1.9vw;
    }

    #wietrzenie-lp .buttons a.btn.regulations {
        font-size: 18px;
    }

    #wietrzenie-lp a.btn.other-accessories {
        font-size: 24px;
        margin: 119.04px 0;
    }

    #wietrzenie-lp h2.lg,
    #wietrzenie-lp h2.red {
        font-size: 60px;
        padding: 65px 0 0 0;
    }

    #wietrzenie-lp .product-price.product-price-old {
        /*height: 26px;*/
    }

    #wietrzenie-lp .promotion-list {
        padding: 1.7vw 125px .8vw;
    }

    #wietrzenie-lp .not-available .wyprzedane {
        top: 5px;
        font-size: 18.24px;
        width: 41%;
        padding: 5px 0;
    }
}


@media screen and (max-width: 768px) {
    #wietrzenie-lp .s-header {
        height: 58vw;
    }

    #wietrzenie-lp h1 {
        font-size: 12vw;
        line-height: 1em;
    }

    #wietrzenie-lp h2 {
        font-size: 11vw;
    }

    #wietrzenie-lp .title .block-with-text p {
        padding: 5vw 5vw 6vw 22vw;

        font-size: 4.56vw;
    }

    #wietrzenie-lp .title .block-with-text {
        width: 74vw;
    }

    #wietrzenie-lp .title .icon {
        width: 16vw;
        height: 16vw;
    }
}

@media screen and (max-width: 1200px) {
    #santas-day-icon .icon {
        margin-top: 10vw;
        margin-bottom: 0;
        width: 6vw;
    }
}


.przygoptowania-lp {

}

#wietrzenie-lp.przygoptowania-lp .title .block-with-text p {
    line-height: 1em;
    letter-spacing: .04vw;
}

#wietrzenie-lp.przygoptowania-lp .s-header h2 {
    font-size: 9.38vw;
    line-height: 1;
    letter-spacing: -.3vw;
}

#wietrzenie-lp.przygoptowania-lp .s-header h1 {
    padding-top: 7.6vw;
}

#wietrzenie-lp.przygoptowania-lp .s-header h2 {
    margin-bottom: 1.5vw;
}

#wietrzenie-lp.przygoptowania-lp .s-header p.info {
    display: inline-block;
    line-height: 2;
    font-family: DINProLight;
    font-size: 1.36vw;
    color: #fff;
    text-transform: uppercase;
    margin-left: 3vw;
    letter-spacing: -.05vw;
    margin-top: 1vw;
}

#wietrzenie-lp.przygoptowania-lp .s-header p.info img {
    max-width: 40px;
    width: 2.1vw;
    height: auto;
    margin-left: 1vw;
    margin-top: -.5vw;
}

#wietrzenie-lp.przygoptowania-lp .title .block-with-text {
    width: auto;
    height: auto;
    max-width: none;
    display: inline-block;
    position: relative;
    background: #f0000f;
}

#wietrzenie-lp.przygoptowania-lp .title .block {
    position: relative;
    margin: 0;
    overflow: hidden;
}

#wietrzenie-lp.przygoptowania-lp .title .block-with-text p {
    padding: 1vw 1vw 1vw 5.6vw;
    font-family: DINProLight;
}

#wietrzenie-lp.przygoptowania-lp .title .block-with-text p strong {
    font-family: DINProbold;
}

#wietrzenie-lp.przygoptowania-lp .title .icon {
    background: url("img/icon.jpg") center/contain;
    background-repeat: no-repeat;
}

#wietrzenie-lp.przygoptowania-lp .block-with-text:before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    right: -1.5vw;
    border-bottom: 4vw solid transparent;
    border-left: 1.5vw solid #f0000f;
    width: 0;
}

#wietrzenie-lp.przygoptowania-lp .block-with-text:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: -1.5vw;
    border-top: 4vw solid transparent;
    border-right: 1.5vw solid #f0000f;
    width: 0;
}

@media screen and (min-width: 1921px) {
    #wietrzenie-lp.przygoptowania-lp .title .block-with-text p {
        letter-spacing: 0.77px
    }

    #wietrzenie-lp.przygoptowania-lp .s-header h2 {
        font-size: 190px;
        letter-spacing: -0.77px
    }

    #wietrzenie-lp.przygoptowania-lp .s-header h1 {
        padding-top: 145.92px;
    }

    #wietrzenie-lp.przygoptowania-lp .s-header h2 {
        margin-bottom: 28.8px
    }

    #wietrzenie-lp.przygoptowania-lp .s-header p.info {

        font-size: 26.112px;
        margin-left: 26.112px;
        letter-spacing: -0.96px;
        margin-top: 19px;
    }

    #wietrzenie-lp.przygoptowania-lp .s-header p.info img {
        max-width: 768px;
        width: 40.32px;
        height: auto;
        margin-left: 19px;
    }

    #wietrzenie-lp.przygoptowania-lp .title .block-with-text p {
        padding: 19.2px 19.2px 19.2px 107.52px;
    }


    #wietrzenie-lp.przygoptowania-lp .block-with-text:before {
        right: -28.8px;
        border-bottom: 76.8px solid transparent;
        border-left: 28.8px solid #f0000f;
    }

    #wietrzenie-lp.przygoptowania-lp .block-with-text:after {
        left: -28.8px;
        border-top: 76.8px solid transparent;
        border-right: 28.8px solid #f0000f;
    }

}

@media screen and (max-width: 1280px) {
    #wietrzenie-lp.przygoptowania-lp .s-header h1 {
        padding-top: 21.6vw;
    }
}

@media screen and (max-width: 768px) {
    #wietrzenie-lp.przygoptowania-lp .s-header h1 {
        padding-top: 19vw;
        font-size: 6vw;
        letter-spacing: 0;
    }

    #wietrzenie-lp.przygoptowania-lp .s-header {
        height: 80vw;
    }

    #wietrzenie-lp.przygoptowania-lp .title .block-with-text .icon {
        display: none;
    }

    #wietrzenie-lp.przygoptowania-lp .block-with-text:before,
    #wietrzenie-lp.przygoptowania-lp .block-with-text:after {
        display: none;
    }

    #wietrzenie-lp.przygoptowania-lp .title .block {
        max-width: 80%;
        margin: 6vw auto;
    }

    #wietrzenie-lp.przygoptowania-lp .title .block-with-text p {
        padding: 1vw;
        text-align: center;
    }

    #wietrzenie-lp.przygoptowania-lp .s-header p.info {
        font-size: 3.36vw;
    }
    #wietrzenie-lp.przygoptowania-lp .s-header p.info img {
        width: 5vw;
    }
}
