@font-face {
    font-family: 'electrolux_sanssemibold';
    src: url('font/electroluxsans_4_semibold-webfont.eot');
    src: url('font/electroluxsans_4_semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/electroluxsans_4_semibold-webfont.woff2') format('woff2'),
    url('font/electroluxsans_4_semibold-webfont.woff') format('woff'),
    url('font/electroluxsans_4_semibold-webfont.ttf') format('truetype'),
    url('font/electroluxsans_4_semibold-webfont.svg#electrolux_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'electrolux_sans_regularRg';
    src: url('font/electroluxsans_3_regular-webfont.eot');
    src: url('font/electroluxsans_3_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/electroluxsans_3_regular-webfont.woff2') format('woff2'),
    url('font/electroluxsans_3_regular-webfont.woff') format('woff'),
    url('font/electroluxsans_3_regular-webfont.ttf') format('truetype'),
    url('font/electroluxsans_3_regular-webfont.svg#electrolux_sans_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


#lp-elx {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 300px;
    background-color: #ffffff;
    color: #041e50;
    font-family: 'electrolux_sans_regularRg', arial, helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

#lp-elx .boldowanie {
    font-family: 'electrolux_sanssemibold';
}

#lp-elx a.sg_sprawdz {
    position: relative;
    display: inline-block;
    text-decoration: none;
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    */
    font: 14px "robotoregular", "Arial";
    color: #fff;
    background: #ff6000;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    outline: 1px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: .15s;
    line-height: 45px;
    height: 45px;
    padding: 0 10px;
    width: 200px;
}

#lp-elx a.sg_sprawdz:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    background: #f80
}

#lp-elx a.sg_sprawdz:active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    background: #ff6000;
    animation: btn_primary 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67)
}


#lp-elx .stopka a.sg_sprawdz {
	margin: 5px;
}
#lp-elx .stopka p {
	color: #fff;
	padding: 0 3%;
    margin-bottom: 0;
}
#lp-elx .stopka p span {
	word-wrap: break-word;
}

#lp-elx .footer-lp {
    font-family: Arial;
    font-size: 16px;
    color: #2e7ae7;
    margin-top: 20px;
    text-align: left;
    background-color: #fff;
}
#lp-elx .footer-lp a {
    display: block;
    font: normal 15px/24px "robotoregular","Arial";
    color: #0a4595;
    text-decoration: none;
    transition: .2s;
}
#lp-elx .footer-lp a:hover {
    color: #ff6000;
    text-decoration: none;
    font-family: inherit;
}


#lp-elx .naglowek {
    width: 100%;
    float: left;
    box-sizing: border-box;
    display: table;
    height: 620px;
    background-image: url(images/naglowek-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo_top {
    float: left;
    margin: 40px 0 0 40px;
    display: block;
}

.top_teksty {
    width: 40%;
    float: right;
    box-sizing: border-box;
}

.promocja {
    float: right;
    display: block;
    clear: both;
    margin: 40px 0 40px 0;
}

.tytul {
    font-size: 60px;
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.podtytul {
    font-size: 26px;
    margin: 0 0 30px 0;
    width: 100%;
    float: left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}


.legal {
    font-size: 16px;
    width: 100%;
    float: left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.turkus {
    color: #009abf;
}

.zasady {
    padding: 60px 40px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.tytul_zasad {
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.zasada_box {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 40px;
    float: left;
}

.ikona {
    display: block;
    width: 100%;
    max-width: 264px;
    box-sizing: border-box;
    margin: 0 0 40px 0;
}

.separator {
    width: 100%;
    height: 20px;
    background-color: #041e50;
    float: left;
    margin: 60px 0;
}

.granatowe_pole_zasady {
    width: 100%;

    margin: 0px auto;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
    float: left;
}

.granatowe_pole_zasady a {
    color: #041e50;
    text-decoration: underline;
}


#lp-elx .stopka {
    padding: 40px 0;
    background-color: #041e50;
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
    text-align: center;
}

/*
#lp-elx .stopka a {
    color: #fff;
    background-color: #009abf;
    text-align: center;
    width: 30%;
    padding: 20px 0;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    border: 2px #009abf solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 1%;
}

#lp-elx .stopka a:hover {
    background-color: #041e50;
}
*/



#lp-elx .logo_stopka {
    display: block;
    margin: auto;
    clear: both;
    padding: 40px 0;
}


.nagrody_box {
    width: 100%;
    float: left;
    padding: 60px 40px;
    width: 100%;
    background-image: url(images/nagrody-bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 700px;
    margin: 60px 0 0 0;
}


.nagrody_opis {
    width: 50%;
}


.tytul_nagrody {
    font-size: 60px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}


.nagrody_box .boldowanie {
    margin: 30px 0;
}

.nagrody_box .turkus {
    font-size: 24px;
}


@media only screen and (max-width: 950px) {
/*
    #lp-elx .stopka a {
        color: #fff;
        text-align: center;
        width: 60%;
        padding: 20px 0;
        box-sizing: border-box;
        display: block;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 40px auto;
    }
*/
    .tytul {
        font-size: 30px;
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
    }

    .podtytul {
        font-size: 20px;
        margin: 0 0 30px 0;
        width: 100%;
        float: left;
    }

    .logo_top {
        width: 150px;
    }

    .promocja {
        width: 250px;
    }


    #lp-elx .zasada_box {
        width: 33.3%;
        float: left;
        text-align: left;
        box-sizing: border-box;
        padding: 60px 20px 0 20px;
    }

    .nagrody_opis {
        width: 100%;
    }

    .nagrody_box {
        background-image: url(images/nagrodya-bg.jpg);
    }
}


@media only screen and (max-width: 600px) {

    .nagrody_opis {
        width: 100%;
    }


    #lp-elx .zasada_box {
        width: 100%;
        float: left;
        text-align: left;
        box-sizing: border-box;
        padding: 60px 20px 0 20px;
    }

    #lp-elx .naglowek {
        width: 100%;
        float: left;
        box-sizing: border-box;
        display: table;
        height: 620px;
        background-image: url(images/naglowek-bg.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 600px;
    }

    .logo_top {
        margin: 20px 0 0 20px;
    }

    .promocja {
        margin: 240px 0 0 0;
    }

    .top_teksty {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }

    .nagrody_box {
        background-image: url(images/nagrodya-bg.jpg);
    }


    .nagrody_box {
        height: 1200px;
    }
}

@media only screen and (max-width: 485px) {
	.tytul_nagrody, .tytul_zasad {font-size: 50px;}
	.zasady, .nagrody_box, .granatowe_pole_zasady {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width: 365px) {
	.tytul_nagrody, .tytul_zasad {font-size: 40px;}
}