@CHARSET "UTF-8";

.center {
    text-align: center
}




body {
    margin: 0;
    display: block;
    background-color: #FFF;
    font-family: tele-grotesknorregular;
    font-size: 18px;

}

table.area {
    width: 100%
}

a {
    text-decoration: none;
    color: #4379ab;
}

a:hover {
    color: #E20074;
}

a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: underline;
}

b,
strong {
    font-family: tele-groteskfett;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    float: none;
    font-size: 0px;
    height: 0px;
    background: none;
    padding: 0;
}

.magenta {
    color: #E20074 !important;
}

.blue {
    color: #60a6e9 !important;
}


h1 {
    font-family: "tele-groteskfett";
    line-height: 1em;
    color: #2d3236;
}

.mainCon {
    background: none;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc
}

.section .mainCon .content {
    padding: 0;
    margin: 0;
}

.mainCon * {
    text-decoration: none
}

.mainCon a.logo {
    display: inline-block;
}


.mainCon a:hover {
    text-decoration: none
}

.mainCon img {
    height: 84px;
    margin-bottom: -5px;
}



.section {
    width: 100%;
    height: auto;
    padding: 0px;
}


.section .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 15px;
}

/* -------------   FORM -----------------------------------------------------------------------------------------------------*/



del::after {
    background: #333 none repeat scroll 0 0;
    text-decoration: none;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: -10%;
    top: 50%;
    transform: rotate(-14deg);
    width: 120%;
}


.visible-sm {
    display: none
}

.visible-md {
    display: none
}

.visible-lg {
    display: block
}

.hidden-sm {
    display: block
}

.hidden-md {
    display: block
}

.hidden-lg {
    display: none
}

/* TYLKO DLA TEJ STRONY ---------------------------------------------- */
h1 {
    font-size: 2em;
    line-height: 0.95em;
    margin: .3em 0 .3em 0;
    color: #e20074;
}

.section.mod0 {
    position: relative;
}

.section.mod2 {
    background: #000;
    color: white;
}

.section.mod2 .content {
    padding-top: 50px
}

.section.mod2 hr {
    border: none;
    border-top: 1px solid #666;
    margin: 45px 0 25px 0;
}

.section.mod2 .middle {
    vertical-align: middle;
}

.section.mod2 .t {
    display: inline-block;
    font-size: 1.7em;
    line-height: 54px;
    margin-right: 50px
}

.section.mod2 .btn {
    background: #e20074;
    color: white;
}

.section.mod2 .btn:hover {
    color: #333;
}

.section.mod2 .left {
    color: #888;
}

.section.mod2 .right {
    color: #888;
    float: right;
}

.section.mod2 .right a {
    color: #888;
}

.section.mod2 .legal {
    color: #888;
    margin-bottom: 15px
}

.table1 {
    margin-top: 1em;
}

.table1 td {
    border: solid 1px;
    margin: 0;
    padding: 5px;
}

ol {
    font-family: tele-grotesknorregular;
}

/* -------------- MOBILE ------------------------------------------------*/

@media screen and (max-width: 1200px) {
    /* ------------------------------ 640 --------------------------------*/

    .section .content {
        max-width: 960px;
    }

    .section.mod0 {
        min-height: 770px;
    }

    .mainCon img {
        height: 84px;
    }

}

@media screen and (max-width: 960px) {
    /* ------------------------------ 640 --------------------------------*/

    .visible-sm {
        display: none
    }

    .visible-lg {
        display: none
    }

    .visible-md {
        display: block
    }

    .hidden-sm {
        display: block
    }

    .hidden-md {
        display: none
    }

    .hidden-lg {
        display: block
    }

    .section .content {
        max-width: 640px;
    }

    h1 {
        font-size: 2.4em
    }

    .mainCon img {
        height: 84px;
    }
}

@media screen and (max-width: 640px) {
    /* ------------------------------ 320 --------------------------------*/

    .visible-lg {
        display: none
    }

    .visible-md {
        display: none
    }

    .visible-sm {
        display: block
    }

    .hidden-sm {
        display: none
    }

    .hidden-md {
        display: block
    }

    .hidden-lg {
        display: block
    }

    .section {
        padding: 0
    }

    body {
        font-size: 14px
    }

    h1 {
        font-size: 1.7em;
        margin: 30px 0;
    }

    .section .content {
        max-width: 320px;
        padding: 15px 5px;
    }

    .mainCon a.logo1,
    .mainCon a.logo2 {
        height: 35px;
        background-size: contain;
        max-width: 48%;
    }

    .mainCon img {
        height: 72px;
    }
}
