body {
    margin: 0
}

#lp-13 {
    overflow-x: hidden
}

#lp-13 .row {
    max-width: 1200px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 auto
}

@media screen and (max-width:1200px) {
    #lp-13 .row {
        padding-left: 10px;
        padding-right: 10px
    }
}

#lp-13 a,
#lp-13 h1,
#lp-13 h2,
#lp-13 h3,
#lp-13 h4,
#lp-13 p,
#lp-13 span {
    font-family: 'Ubuntu'
}

#lp-13 h3 {
    font-size: 36px;
    font-weight: 700;
    color: #f7941e
}

#lp-13 .text-link {
    font-weight: 700;
    color: #fff
}

#lp-13 .text-link::after {
    content: url("../images/ext_link.png");
    margin-left: 6px
}

#lp-13 .cta {
    padding: 10px 25px;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer
}

#lp-13 .cta-orange {
    background-color: #f7941e;
    color:#000;
}


#lp-13 .cta span {
	padding-left:10px;
}

#lp-13 .cta.cta-orange span {
	padding-left:25px;
}

#lp-13 .monitor {
    margin: 0 auto
}

#lp-13 .orange {
    color: #f7941e
}

#lp-13 .bar {
    background-color: #f7941e;
    color: #fff;
    height: 100px
}

#lp-13 .bar .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

#lp-13 .bar h2 {
    color: #fff;
    font-weight: 600;
    margin-right: 70px;
    font-size: 33px
}

@media screen and (max-width:1024px) {
    #lp-13 .bar {
        height: auto;
        margin: 0 10px;
        margin-top: 10px;
        border-radius: 5px;
        padding: 15px
    }
    #lp-13 .bar .row {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #lp-13 .bar .row h2 {
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 600;
        font-size: 25px
    }
}

#lp-13 .hero {
    background-color: #0d0c2c;
    background-image: url("../images/LP_Nowe_Disney_Pidzamersi_DESKTOP_02.jpg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
	padding-top: 59%;
}

@media screen and (min-width:800px) {
    #lp-13 .hero {
    	background-size:100%;
        padding-top: 54%;
    }
}

#lp-13 .hero .row {
    background-position: center center
}

#lp-13 .hero .row>p {
    width: 80%;
    font-size: 19px;
    margin-top:0;
}

#lp-13 .desc .row .mainText p {
	text-align:left;
	width:96%;
	box-sizing: border-box;
}

@media screen and (max-width:500px) {
    #lp-13 .hero {
        background-size: contain;
    }
}


@media screen and (max-width:800px) {
    #lp-13 .hero {
        background-size: contain;
    }
}

@media screen and (min-width:800px) and (max-width:1024px) {
    #lp-13 .hero {
        background-size: contain;
    }
}

#lp-13 h3 {
    text-align: center
}

#lp-13 p {
    text-align: center;
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 15px
}

#lp-13 p a {
    font-family: Arial, sans-serif
}

#lp-13 .box {
    border: 1px solid #f7941e;
    padding: 20px;
    margin-bottom: 60px;
    border-radius: 5px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    width: 97%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#lp-13 .box .cta {
    margin-left: auto
}

@media screen and (max-width:1100px) {
    #lp-13 .box .cta {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

#lp-13 .box p {
    color: #f7941e;
    margin: 0 20px 0 0;
    line-height: 2em;
    font-size:26px;
    font-weight:bold;
}

@media screen and (max-width:990px) {
    #lp-13 .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#lp-13 .desc .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#lp-13 .desc .row .img2 {
    background-color: #120000;
    background-image: url("https://sklep.cyfrowypolsat.pl/image/image_gallery?img_id=12176334&t=1521625810760");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 860px
}

#lp-13 .desc .row .img2 p {
    color: #fff;
    width: 85%;
    text-align: center;
    margin: 1em auto
}

#lp-13 .desc .row .img2 p:first-of-type {
    margin-top: 50px
}

#lp-13 .desc h2 {
    text-align: left;
    font-size: 33px
}

#lp-13 .desc p {
    color: #000;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px
}

#lp-13 .desc .mon {
    -ms-flex-item-align: center;
    align-self: center;
    background: url(../images/tv_bg.png) no-repeat center top;
    background-size:100%;
    max-width: 1180px;
    height:62vw;
    max-height:823px;
    position: relative;
    margin-top: 45px;
    margin-bottom: 100px;
    margin-left: 27px;
    margin-right: 15px;
    padding-bottom:7%;
    box-sizing: border-box;
}

#lp-13 .desc .mon .video {
   	width: 100%;
    height: 100%;
    box-sizing:border-box;
    padding-left: 0.9%;
    padding-right: 0.5%;
    padding-top: 0.7%;
    padding-bottom: 14.5%;
    position: absolute;
}

@media screen and (max-width:800px) {
    #lp-13 .desc .mon {
        width: 600px;
        height: 399px;
        margin: 50px auto;
    }
    #lp-13 .desc .mon .video {
        position: absolute;
        left: 24px;
        width: 573px;
        height: 331px;
        bottom: 70px;
        z-index: 100
    }
}

@media screen and (max-width:600px) {
    #lp-13 .desc .mon {
        width: 360px;
        height: 240px
    }
    #lp-13 .desc .mon .video {
        position: absolute;
    left: 5px;
    width: 351px;
    height: 241px;
    top: 12px;
    }
}

#lp-13 .bottom .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

#lp-13 .bottom .wrapper {
    width: 100%;
    background: url("../images/onthego.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

#lp-13 .bottom .wrapper h2,
#lp-13 .bottom .wrapper p {
    max-width: 560px
}

@media screen and (max-width:990px) {
    #lp-13 .bottom .wrapper {
        height: 800px;
        background-repeat: no-repeat;
        background-position: bottom center;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#lp-13 .bottom h2,
#lp-13 .bottom p {
    color: #000
}

#lp-13 .bottom h2 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: .5em
}

#lp-13 .bottom p {
    font-weight: 400;
    text-align: left;
    font-family: "Ubuntu"
}

#lp-13 .bottom p.info {
    margin-top: 30px;
    margin-left: 120px;
    position: relative;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.2em
}

#lp-13 .bottom p.info::before {
    content: url("https://sklep.cyfrowypolsat.pl/image/image_gallery?img_id=12101459&t=1520513267751");
    position: absolute;
    left: -95px;
    bottom: 0
}

#lp-13 .bottom .legal {
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: #c4c4c4;
    margin-top: 70px;
    margin-bottom: 70px
}