

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, 
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    box-sizing:border-box;
}



.center {
    text-align: center
}

del {
    text-decoration: none;
    background:  url(../images/strike-price.png) center no-repeat;
    
}


body {
    margin: 0;
    display: block;
	background-color:#4B4B4B;
    font-family:Tele-GroteskNor;
    font-size:18px;
    
}
.banner-container{
	max-width:940px;
	margin:0 auto;
}
.banner{
width:100%;
margin:0 auto;
}

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-GroteskFet;
}
.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;
}

.btn {
    background: #e20074;
    border: 1px solid #E20074;
    color: white;
    font-family: Tele-GroteskUltra, Arial, Tahoma, Helvetica;
    font-size: 40px;
    height: auto;
    letter-spacing: -0.5px;
    line-height: auto;
    padding: 0.5em 1.6em 0.5em 0.9em;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    display:inline-block;
    margin: 0 auto;
    position: relative;
}
.btn1{
background: #64b9e4;
    cursor: pointer;
    border: none;
    padding: 8px 65px 8px 50px;
    width: auto;
    margin: 0 auto;
    top: -1px;
    position: relative;
    color: white;
    border-radius: 50px;
    -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);

}
.btn1:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 0;
    top: 50%;
    right: 35px;
    margin-top: -8px;
}
.btn .arrow {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 0;
    top:50%;
    right:20px;
    margin-top: -10px
}
.btn:hover .arrow {color:#333;border-color: transparent transparent transparent #333; }
.btn:hover {color:#333;  }
.btn-white {
    color:#e20074;
    background-color: white;
}
.btn-white:hover {
    color:#333;
}
.wrapper {
    
    /* width: 1520px; */
    /* display: block; */
    /* position: relative; */
    margin: 0 auto;
    width: 100%;
    background-color: #f8f8f8;
-webkit-box-shadow: inset 0px 1px 190px 60px rgba(189,189,189,1);
-moz-box-shadow: inset 0px 1px 190px 60px rgba(189,189,189,1);
box-shadow: inset 0px 1px 190px 60px rgba(189,189,189,1);
    min-height: 100vh;
}



.mainCon {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-family: Arial;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    height:80px;
}
.mainCon a.logo1 {
    display: inline-block;
    float:left;
    margin: 0 auto;
    height: 75px;
    width:120px;
    background: url(../images/logo_03.png) 20px center no-repeat;
}
.mainCon a.logo2 {
    display: inline-block;
    width: 160px;
    float: right;
    margin: 0 auto;
    height: 75px;
    margin-right: 20px;
    background: url(../images/logo_06.png) right center no-repeat;
}

.mainCon a:hover {
    text-decoration: none
}

.section {
    width: 100%;
    height: auto;
    padding:0px;
}

.section.header{
    background: url(../images/header_960.jpg) center top no-repeat;
    height:500px;
    position: relative;
}

.section .content {
    width: 100%;
    margin: 0 auto;
    position:relative;
}
/* -------------   FORM -----------------------------------------------------------------------------------------------------*/

form {  padding: 0; position: relative; z-index: 1000; text-align: center }
form fieldset { margin: 30px 0 20px; }
form fieldset legend { font-weight: bold; padding: 0 0 5px 5px; }
form fieldset.two-columns { margin-bottom: 30px; }
form fieldset.two-columns .item { float: left; }
form fieldset.two-columns .item.second { padding-left: 86px; }
form fieldset.agreement { margin-bottom: 0; padding: 3px 0 0 6px; position: relative; width: 415px; }
form fieldset.agreement label { cursor: pointer; }
form .item { padding: 15px 0; position: relative; vertical-align: middle  }
form .item.dateBirth, form .item.dateOrder { width: 452px; }
form .item.dateBirth img, form .item.dateOrder img { margin: 0 0 0 8px; vertical-align: -10px; width: auto; display: inline; }
form .item span.small { float: right; font-size: 10px; margin: 4px 2px 3px; color: #fff; }
form .item.radio > label { margin-bottom: 30px; }
form .item.radio div label { cursor: pointer; margin-bottom: 2px; width: 230px; }
form label { display: inline-block;  line-height: 24px; padding-left: 5px;  }
form label.two-lines { line-height: 14px; }
form label.agreement { font-size: 10px; line-height: 12px; width: 390px; }
form input[type="text"] {     width: 350px;
    margin-right: 25px;
    height: 66px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 0px 20px;
    font-size: 30px;
    text-align: center;
    font-family: Tele-Grotesk-Halb;
    border-radius: 50px;
    -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);}
form input[type="text"].error {  border:1px solid red;}
form button[type="submit"] { 
background: #e20074;
    cursor: pointer;
    border: none;
    padding: 10px 65px 8px 50px;
    width: auto;
    margin: 0 auto;
    top: 3px;
    position: relative;
    font-size: 40px;
    color: white;
    border-radius: 50px;
    -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
}
form button[type="submit"]:after { 
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 0;
    top:50%;
    right:32px;
    margin-top: -8px
}
form button[type="submit"]:hover:after { 
    border-color: transparent transparent transparent #333;
}

    form input[type="submit"]:hover {
    background:#333;
    color:#fff;
}
form .btn_send { background: url("../images/btn_send.png") no-repeat scroll 0 0; border: none; float: left; height: 32px; margin: 25px 0 85px 182px; width: 79px; text-indent: -1000em; overflow: hidden; cursor: pointer;}
form label.error { cursor: default !important; display: block; font-family: Tele-GroteskNor; font-size: 14px;  position: absolute; left:5px; top: -2px;  z-index: 1000;color:Red; }
form input[type="checkbox"].error + label.error { left: 15px; top:-5px;}
form .topErrorMessage label.error { background: url("../images/bg_error_bottom.png") no-repeat scroll 0 0; display: none; font-family: Tele-GroteskNor; font-size: 14px; height: 36px; line-height: 24px; padding: 0; position: absolute; right: 32px; text-align: center; top: -28px; width: 192px; }
form fieldset.agreement label.error { left: 5px; right: auto; top: -32px; }
form .for-private-clients > p { font-family: Tele-GroteskNor; }
form ~ .btn { position: absolute; }
.ui-datepicker-trigger { cursor: pointer; }

.col-container {
    clear:both;
}
form .item .item.choose-starter {
    display: inline-block;
    width:33%;
}
form .item.legal {
    display: inline-block;
	text-transform: uppercase;
	    max-width: 1200px;
    text-align: center;
    
}
form .item.legal > * {
    display: inline-block;
	text-align: center;
}
form .item.legal input {
    margin-left:-20px;
}
form .col-container .col .item.legal label:not(.fake-chx) {
    width: 360px;
    font-size: 0.6em;
    line-height: 1.2em
}
.col-container .col {
    width:45%;
    display: inline-block;
}
.col-container .col .item  {
    clear: both
}
.col-container .col .item label {
    line-height: 40px
}
.col-container .col .item input[type='text'] {
    float:right;
}
.col-container .col .item input[type='text'] {
    float:right;
}

form input[type="checkbox"] {
    visibility: hidden
}
form input[type="checkbox"] ~ .fake-chx{
    display: inline-block;
    width:20px ;
    height: 20px;
    background: white;
    border:1px solid #ccc;
    position: relative;
    top:6px;
    padding:0 !important;
    vertical-align: top;

}
form input[type="checkbox"]:checked ~ .fake-chx{
    background: url("../images/chx2.png") no-repeat scroll 0 0;
}
form input[type="checkbox"].error ~ .fake-chx{
    border:1px solid red;
}
form .legal-cont {
    font-size: 0.7em;
    line-height: 1.5em;
    text-align: left;
}
form .item-inline {
    display: inline-block;
    position: relative;
}

#thx, #err {text-align: center}


.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 ---------------------------------------------- */

.light-blue {
    color:#64b9e4;
}

.section.mod1 {
max-width: 960px;
    height:900px;
    position: relative;
	margin:0 auto;
	background-image:url(../images/banner.png);
	 background-position: center 100px;
	background-repeat:no-repeat;
	text-align: center;
}
h1{
    font-family: "Tele-GroteskNor";
    text-align: center;
	font-size: 80px;
    line-height: 100px;
	text-transform:uppercase;
}
h2{
font-family: "Tele-GroteskNor";
    text-align: center;
    font-size: 46px;
    margin-top: 460px;
    line-height: 9px;
    text-transform: uppercase;
}
h3{
    font-family: "Tele-GroteskUltra";
    text-align: center;
    font-size: 90px;
    line-height: 125px;
    text-transform: uppercase;
}
h4{
    font-family: "Tele-GroteskUltra";
    text-align: center;
	    font-size: 55px;
    line-height: 100px;
	text-transform:uppercase;
}
h5{
    font-family: "Tele-GroteskNor";
    text-align: center;
	    font-size: 55px;
    line-height: 20px;
	text-transform:uppercase;
}
.sh1{
font-family: "Tele-GroteskUltra";
color:#e20074;
}




.section.mod2 .content {
    clear:both;
    padding-bottom: 3em;
}
.section.mod2 .left {
    float:left;
}
.section.mod2 .right {
    float:right;
}

.section.mod2 .regulamin {
    color:inherit;
    text-decoration: underline;
}
.section.mod2 .regulamin:hover {
    color:#e20074
}
label a{
color:black;
}
/* -------------- MOBILE ------------------------------------------------*/


@media screen and (max-width: 960px){   /* ------------------------------ 640 --------------------------------*/
    .section.mod1 {
		max-width:640px;
		height: 800px;
		background-image:url(../images/banner1.png);
	}
	
    .section.mod2 {
       
    }
	.btn {
    font-size: 30px;
	}
	h1{
	    font-size: 64px;
	}
	h2 {
    margin-top: 390px;
	}
	h4 {
    font-size: 40px;
	}
	h5 {
    font-size: 40px;
    line-height: 0px;
	}
	form button[type="submit"] {
top:1px;
    font-size: 30px;
	}
	form input[type="text"] {
    width: 325px;
    margin-right: 10px;
    height: 50px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 0px 0px;
    font-size: 30px;

}
}

@media screen and (max-width: 640px){
	    .section.mod1 {
		max-width:310px;
		height: 800px;
		background-image:url(../images/banner3.png);
		    margin: 0 auto;
			background-position: center 140px;
	}
	h1{
		margin-top:20px;
		font-size:50px;
		line-height:50px;
}
h2{
	    font-size: 30px;
}
h3{
	    font-size: 56px;
}
h4{
	    line-height: 38px;
    margin-top: 20px;
}
h5{
	    font-size: 38px;
    line-height: 36px;
}
form input[type="text"] {
    width: 270px;
    margin: 0 auto;
	margin-top: 36px;
    height: 44px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 0px 0px;
    font-size: 25px;
}
form button[type="submit"] {
    top: 20px;
	margin: 0 auto;
    display: block;
}
form label {
padding:0;
margin-top:20px;
}
.wrapper{
    -webkit-box-shadow: 0px 1px 149px -13px rgba(189,189,189,1);
    -moz-box-shadow: inset 0px 1px 149px -13px rgba(189,189,189,1);
    box-shadow: inset 0px 1px 149px -13px rgba(189,189,189,1);
}
#thx{
	padding-top: 70px!important;
}
}
