html,body{
	margin:0 auto;
	width:100%;
	height:100%;
}
a{
	text-decoration:none;
	cursor:pointer;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
figure{
	margin:0;
	padding:0;
}
figure img{
	max-width:100%;
	vertical-align:top;
}
img{
	max-width:100%;
}
#dzieki{
	color: #fff;
    font-family: 'LatoLatinWebThin';
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    margin-top: 20px;
	display:none;
}
.designed_by{
	text-align:right;
	margin-top:20px;
}
.designed_by a{
	color: #fff;
    padding-right: 7.5%;
}
.slider_info{
	padding: 122px 0 40px 0;
	background-image:url(../img/slider.jpg);
	background-position:center;
	background-size:cover;
}
.slider_info h1{
	color: #fff;
    text-align: center;
	font-size:34px;
}
.polityka{
	padding:100px 0;
}
.polityka h1{
	font-size:34px;
	text-align:center;
}
.polityka h2{
	font-size: 20px;
    margin: 30px 0;
    text-align: center;
}
.polityka ol{
	padding: 0 0 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.polityka ol li{
	margin:5px 0;
}
.polityka a{
	color:#000;
}
.polityka a.powrot{
	padding: 15px 40px;
    display: table;
    background-color: #0092dc;
    color: #fff;
    font-size: 29px;
    font-family: 'LatoLatinWebLight';
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    margin: 80px auto 0 auto;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.swiatlowod .table100-head{
	background-color:#0092dc;
}
.radio .table100-head{
	background-color:#1a3176;
}
.telewizja .table100-head{
	background-color:#fa936b;
}
.internet_tv .table100-head{
	background-color:#fa936b;
}
.internet_tv .column .min{
	font-size:12px;
}
.table100{
	width: 85%;
    margin: 0 auto;
    margin-top: 80px;
	display:none;
}
.table100-head{
	height:90px;
}
.table100-head th{
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    font-family: 'LatoLatinWebLight';
    font-style: normal;
    font-weight: normal;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: 'LatoLatinWeb';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  height:90px;
}
.table100 .big{
	font-size:24px;
	font-weight:bold;
}
.swiatlowod .column{
	width:20%;
}
.radio .column,.telewizja .column{
	width:16.666%;
}
.internet_tv .column{
	width: calc(100%/7);
}
.column{
    padding: 0 30px;
    box-sizing: border-box;
    text-align: left;
}
.swiatlowod .column:nth-child(3),.swiatlowod .column:nth-child(4),.swiatlowod .column:nth-child(5){
	text-align:right;
}
.clear{
	clear:both;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999;
  padding-top: 40px; /* Location of the box */
  padding-bottom: 40px; /* Location of the box */
  left: 0;
  box-sizing:border-box;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.kanaly{
	width:100%;
    text-align:center;
}
.kanaly img{
	margin:10px 5px;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-left: auto;
	color:#fff;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
    background: #fa936b;
    text-align: center;
    padding: 20px 15px;
    color: #fff;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-header h2{
	margin-left:auto;
}
.modal-body {padding: 20px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.top{
	padding:15px 0;
	background-image:url('../img/tlo_menu.png');
	background-position: center;
    background-size: cover;
	position:fixed;
	top:0;
	width:100%;
	left:0;
    z-index: 9999999;
}
.container{
	width:85%;
	margin:0 auto;
}
.bold{
	font-family: 'LatoLatinWeb';
    font-style: normal;
	font-weight: bold;
}
.regular{
	font-family: 'LatoLatinWeb';
    font-style: normal;
	font-weight: normal;
}
.light{
	 font-family: 'LatoLatinWebLight';
	 font-style: normal;
	 font-weight: normal;
}
.black{
	font-family: 'LatoLatinWebBlack';
	 font-style: normal;
	 font-weight: normal;
}
.medium{
	font-family: 'LatoLatinWebMedium';
	font-style: normal;
	font-weight: normal;
}
.heavy{
	font-family: 'LatoLatinWebHeavy';
    font-style: normal;
    font-weight: normal;
}
.thin{
    font-family: 'LatoLatinWebThin';
    font-style: normal;
    font-weight: normal;
}
.dane_top .big_tel{
	color:#fff;
	font-size:20px;
}
.dane_top .small_tel{
	color:#b9b9b9;
	font-size:13px;
}
nav a{
	font-size:14px;
	color:#acacac;
	padding:15px 30px;
	border-left:1px solid #696d78;
}
nav a:last-child{
	padding-right:0;
}
nav a:first-child{
	border-left:none;
}
.top .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.top .row:nth-child(1){
	display: flex;
    align-items: center;
}
#linia_lewa,#linia_gora,#linia_dol{
	position:absolute;
}
#linia_lewa{
	top: 40%;
    left: 0;
}
#linia_gora{
	top: 0;
    left: 590px;
}
#linia_gora img{
	height:430px;
}
#linia_dol{
	bottom: 0;
    left: 1000px;
}
#linia_dol img{
	height:615px;
}
.dane_top{
	padding-left:155px;
}
.slider{
	background-image:url(../img/slider.jpg);
	background-position:center;
	background-size:cover;
	padding:250px 0 300px 0;
	position:relative;
	margin-top:82px;
}
.slider .container{
	display:flex;
}
.slider_box{
	padding:50px 80px 80px 60px;
	box-sizing:border-box;
	background-image:url(../img/slider_box_bg.png);
	margin-right:20px;
	width:400px;
	position:relative;
	box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.47); 
}
.slider_box h2{
	font-size:33px;
	color:#fff;
	margin-top:25px;
	letter-spacing:1px;
}
.slider_box h3{
	font-size:18px;
	color:#fff;
	margin-top:40px;
	line-height:140%;
}
.slider_box p{
	color:#b0b0b0;
	font-size:15px;
	margin-top:20px;
}
.slider_box a{
	padding: 8px 20px 8px 25px;
    box-sizing: border-box;
    font-family: 'LatoLatinWebSemibold';
	font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 17px;
	margin-top:50px;
	display:inline-block;
	float:right;
}
.blue_bt{
	background-color:#0092dc;
}
.orange_bt{
	background-color:#fa936b;
}
.slider_box:nth-child(1){
	border-right:5px solid #0092dc;
}
.slider_box:nth-child(2),.slider_box:nth-child(3){
	border-right:5px solid #fa936b;
}
.slider_box:nth-child(3):before{
	position:absolute;
	content:'';
	height:100%;
	width:5px;
	right:6px;
	top:0;
	background-color:#0092dc;
}
.swiatlowod{
	padding:215px 0 185px 0;
}
.telewizja .content,.swiatlowod .content{
	display: flex;
    padding-left: 7.5%;
    box-sizing: border-box;
}
.swiatlowod h1,.telewizja h1{
	font-size: 45px;
    color: #04243a;
}
.swiatlowod p{
	color:#9b9b9b;
	font-size:20px;
	margin:25px 0 65px 0;
	line-height:140%;
}
.telewizja p{
	color:#9b9b9b;
	font-size:20px;
	margin:30px 0;
	line-height:140%;
}
.swiatlowod .line,.telewizja .line{
	width: calc(100% + 20px);
    height: 1px;
    background-color: #04294c;
    position: absolute;
    right: 0;
}
.okres .line{
    height: 1px;
    background-color: #04294c;
	width: 100%;
    position: relative;
    margin: 0 140px 0 15px;
}
.line .circle{
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #04294c;
    border-radius: 100%;
    top: -2px;
    z-index: 1;
}
.swiatlowod h3,.telewizja h3{
	font-size:22px;
	color:#36363a;
	letter-spacing:0.5px;
	line-height:140%;
}
.w65{
	width:65%;
}
.swiatlowod .row:nth-child(1),.telewizja .row:nth-child(1){
	flex:0 0 auto;
}
.swiatlowod .row:nth-child(2),.telewizja .row:nth-child(2){
	margin-left:70px;
	box-sizing:border-box;
	flex:1;
	position:relative;
}
.pasek{
	background:#0092dc;
	padding:20px 20px 5px 20px;
	box-sizing:border-box;
	margin:30px 0;
}
.pasek .info{
	color:#fff;
	font-size:16px;
	margin-bottom:15px;
}
.row_info{
	width:50%;
	float:left;
}
.row_info:nth-child(1){
	padding-right:40px;
	box-sizing:border-box;
}
.zamow{
	color:#36363a;
	font-size:29px;
}
.orange{
	color:#fa936b;
}
.zobacz{
	display: flex;
    align-items: center;
    margin-top: 40px;
}
.zobacz a{
	padding: 15px 40px;
    display: inline-block;
    background-color: #0092dc;
    color: #fff;
    font-size: 29px;
    font-family: 'LatoLatinWebLight';
	font-style: normal;
    font-weight: normal;
	margin-top:0;
}
.zobacz .line{
    width: 100%;
    position: relative;
    right: inherit;
    margin: 0 140px 0 15px;
}
.zobacz .line:before{
    content: '';
    position: absolute;
    right: 0;
    height: 200px;
    width: 1px;
    background: #04294c;
    bottom: 0;
    z-index: -1;
}
.okres{
	padding-bottom: 135px;
	text-align:center;
}
.okres h1{
	color:#04243a;
	font-size:45px;
	margin-bottom:40px;
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.umowa h1 .line_header,.miasta h1 .line_header,.umowa h1 .line_header2,.miasta h1 .line_header2{
	content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
	position:relative;
}
.umowa h1 .line_header2,.miasta h1 .line_header2 {
    margin: 0 0 0 20px;
}
.umowa h1 .line_header2,.miasta h1 .line_header{
	color:transparent;
}
.umowa h1 .line_header:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #04294c;
    border-radius: 100%;
    top: -4px;
    z-index: 1;
    right: 0;
}
.miasta h1 .line_header2:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #04294c;
    border-radius: 100%;
    top: -4px;
    z-index: 1;
    left: 0;
}
.okres p{
	color:#04243a;
	font-size:20px;
	margin-bottom:10px;
	line-height:180%;
}
.okres .informacja{
	font-size:16px;
	color:#b7bbbf;
	margin: 60px 0 45px 0;
	line-height: 180%;
}
.dlaczego h2{
	font-size:45px;
	color:#fff;
	text-align:center;
}
.dlaczego{
	padding:60px 0 110px 0;
	background-size:cover;
	background-image:url('../img/dlaczego.jpg');
	background-position:right;
	box-sizing:border-box;
}
.dlaczego_info .container{
	display:flex;
}
.dlaczego_info{
	padding:25px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-top:70px;
}
.dlaczego_row{
	flex:1;
	font-family: 'LatoLatinWebMedium';
	font-style: normal;
	font-weight: normal;
	font-size:19px;
	color:#fff;
	padding:20px 40px;
	box-sizing:border-box;
	border-right:1px solid #fff;
}
.dlaczego_row:last-child{
	border-right:none;
}
.radio{
	padding-bottom:170px;
}
#rozdzielacz{
	padding-bottom: 240px;
    position: relative;
    background: #fff;
    z-index: 999;
}
.radio .content{
	display: flex;
    box-sizing: border-box;
}
.radio h1{
	font-size: 45px;
    color: #04243a;
	text-align:right;
	padding-bottom:20px;
	position:relative;
}
.radio h1:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:calc(100% + 60px);
	height:1px;
	background:#04294c;
}
.radio p{
	color:#9b9b9b;
	font-size:20px;
	margin:30px 0;
	line-height:140%;
}
.radio h3{
	font-size:22px;
	color:#36363a;
	letter-spacing:0.5px;
	line-height:140%;
}
.radio .row:nth-child(2){
	flex:0 0 auto;
}
.radio .row:nth-child(1){
	margin-right:200px;
	box-sizing:border-box;
	flex:1;
	position:relative;
	text-align:right;
	padding-right:60px;
}
.radio .zobacz{
	position:relative;
}
.radio .zobacz .line{
	width:50px;
    height: 1px;
    background-color: #04294c;
    position: absolute;
    right: -60px;
    margin: 0;
    top: 50%;
}
.radio .zobacz .line:before{
	height:1000px;
}
.radio .row_info:nth-child(1){
	text-align:left;
}
.radio .w65{
	margin-left:auto;
}
.radio .zamow{
	text-align:right;
}
.radio .zobacz a{
	margin-left:auto;
	background:#1a3176;
}
.radio .pasek{
	background:#1a3176;
}
.telewizja .pasek,.telewizja a.zobacz{
	background:#fa936b;
}
.telewizja .pasek{
	padding:40px 20px;
}
.telewizja .pasek .info{
	margin-bottom:0;
}
.pakiety_tv{
	width:65%;
}
.row_pakiet{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 10px;
}
.nazwa_pakietu{
	color:#04243a;
	font-size:21px;
}
.row_pakiet a{
	background: #f2f2f2;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #696969;
    font-size: 18px;
    font-family: 'LatoLatinWebLight';
}
.telewizja .zobacz .line:before{
	height:500px;
}
.blue{
	color:#04243a;
}
.telewizja .zamow{
	margin-top:50px;
}
.telewizja .row figure,.swiatlowod .row figure{
	margin-top:55px;
}
.internet_tv .row figure,.radio .row figure{
	margin-top:74px;
}
.internet_tv{
    padding-bottom: 260px;
}
.internet_tv .content{
	display: flex;
    box-sizing: border-box;
	padding-right:7.5%;
}
.internet_tv h1{
	font-size: 45px;
    color: #04243a;
	text-align:right;
	position:relative;
	padding-bottom:20px;
}
.internet_tv h1:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:calc(100% + 60px);
	height:1px;
	background:#04294c;
}
.internet_tv h1:after,.radio h1:after{
	content:'';
	position:absolute;
	right:-60px;
	height:100%;
	width:1px;
	background:#fff;
	bottom:0;
}
.internet_tv .zobacz{
	position:relative;
}
.internet_tv .zobacz .line{
	width:50px;
    height: 1px;
    background-color: #04294c;
    position: absolute;
    right: -60px;
    margin: 0;
    top: 50%;
}
.internet_tv .zobacz .line:before{
	height:1000px;
}
.internet_tv p{
	color:#9b9b9b;
	font-size:20px;
	margin:30px 0;
	line-height:140%;
}
.internet_tv h3{
	font-size:22px;
	color:#36363a;
	letter-spacing:0.5px;
	line-height:140%;
	margin-bottom:30px;
}
.internet_tv .row:nth-child(2){
	flex:0 0 auto;
}
.internet_tv .row:nth-child(1){
	margin-right:60px;
	box-sizing:border-box;
	flex:1;
	position:relative;
	text-align:right;
	padding-right:60px;
}
.internet_tv .row_info:nth-child(1){
	text-align:left;
}
.internet_tv .w65{
	margin-left:auto;
}
.internet_tv .zamow{
	text-align:right;
}
.internet_tv .zobacz a{
	margin-left:auto;
	background:#f2f2f2;
	color:#696969;
}
.internet_tv .pasek{
	background:#34c9e8;
	margin:0;
}
.pasek_orange{
	background:#fa936b !important;
}
.internet_tv .pasek .w65{
	width:80%;
}
.telewizja{
	position: relative;
    z-index: 999999;
    background: #ffff;
    padding-bottom: 265px;
}
.internet_tv .zamow{
	margin-top:40px;
}
.umowa{
	background-image: url('../img/umowa.png');
    background-repeat: no-repeat;
    padding: 50px 0 0px 0;
    box-sizing: border-box;
    background-position: 260px;
}
.miasta{
    background-image: url(../img/miasta.png);
    background-repeat: no-repeat;
    padding: 70px 0 45px 0;
    box-sizing: border-box;
    background-position: right 220px center;
}
footer{
	padding:70px 0 90px 0;
	background-image:url('../img/footer.jpg');
	background-position:center;
	background-size:cover;
}
footer h1{
	font-size:40px;
	color:#fff;
	text-align:center;
	margin-bottom:90px;
}
footer .content{
	padding-left:7.5%;
	box-sizing:border-box;
	display:flex;
}
.row_stopka{
	flex:1;
}
.flex_box_stopka{
	display:flex;
}
.box_stopka{
	flex:1;
	background-image:url('../img/box_stopka.png');
	background-position:center;
	background-size:cover;
	box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.47);
	padding:60px 70px 65px 45px;
	box-sizing:border-box;
}
.box_stopka:nth-child(2){
	margin-left:30px;
}
footer h2{
	color:#fff;
	font-size:22px;
	line-height:140%;
}
footer h2.margin{
	margin-bottom: 60px;
}
footer h3{
	color:#acacac;
	font-size:14px;
	line-height:140%;
}
footer h4{
	color:#8f8f8f;
	font-size:12px;
	line-height:140%;
}
footer a{
	color: inherit;
    display: block;
    margin-bottom: 5px;
}
footer .box_stopka .dane:nth-child(1){
	padding-bottom:40px;
	position:relative;
}
footer .box_stopka .dane:nth-child(1):before{
	position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 75%;
    background-color: #696d78;
    height: 1px;
    transform: translateX(-50%);
	
}
footer .box_stopka .dane:nth-child(2){
	padding-top:30px;
}
input,select,.select-selected{
	display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 8px 15px 90px;
	margin-bottom:45px;
	border:none;
    border-bottom:1px solid #d0d0d0;
    color: #fff;
    font-size: 26px;
	 font-family: 'LatoLatinWebThin';
	font-style: normal;
	font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline:none;
	background:transparent;
}
::placeholder {
	color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
	color: #fff;
}
::-ms-input-placeholder {
	color: #fff;
}
.formcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin: 0 10px 12px 0;
}
.formcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	left:0;
	width:auto;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
	border:1px solid #d0d0d0;
}
.formcheck:hover input ~ .checkmark {
    background-color: transparent;
}
.formcheck input:checked ~ .checkmark {
    background-color: #1a3176;
	border:1px solid #d0d0d0;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.formcheck input:checked ~ .checkmark:after {
    display: block;
}
.formcheck .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.txtcheck{
    color: #fff;
    font-size: 12px;
    line-height: 140%;
}
input[type="submit"]{
	background:#fa936b;
	text-transform:uppercase;
	font-size:40px;
	color:#192a69;
	padding:12px 200px 12px 45px;
	margin:0;
	cursor:pointer;
    font-family: 'LatoLatinWebLight';
	font-style: normal;
	font-weight: normal;
	width:auto;
	margin-left:auto;
    border: none;
	margin-top:45px;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input#imie{
	background-image: url('../img/imie.png');
    background-position: 23px 5px;
    background-repeat: no-repeat;
}
input#mail{
	background-image: url('../img/mail.png');
    background-position: 23px 5px;
    background-repeat: no-repeat;
}
input#tel{
	background-image: url('../img/nrtel.png');
    background-position: 23px 5px;
    background-repeat: no-repeat;
}
input#miejsce{
	background-image: url('../img/miejsce.png');
    background-position: 23px 5px;
    background-repeat: no-repeat;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
    content: "";
    top: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    margin-left: 10px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
   font-family: 'LatoLatinWebThin';
	font-style: normal;
	font-weight: normal;
}
.select-selected{
  cursor: pointer;
  user-select: none;
  	background-image: url('../img/select.png');
    background-position: 15px 0px;
    background-repeat: no-repeat;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background: #1a3176;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
form{
	padding:80px 0 80px 80px;
	box-sizing:border-box;
	background-image:url('../img/box_stopka.png');
	background-position:center;
	background-size:cover;
	box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.47);
	border-left:4px solid #fa936b;
}
.row_stopka:nth-child(2){
	margin-left:120px;
}
.telewizja .pasek .w65{
	width:100%;
}
#desk_none,#menurw,.rwdlist{
	display:none;
}
@media screen and (min-width: 300px) and (max-width: 360px){
	.dane_top{
		display:none;
	}
}
@media screen and (min-width: 300px) and (max-width: 760px){
	nav{
		display:none;
	}
	.modal-content{
		width:90%;
	}
	.modal-body{
		padding:10px;
	}
	.modal-header{
		padding:10px 15px;
		font-size:20px;
	}
	.kanaly img{
		margin:0;
	}
	.dane_top{
		padding-left:20px;
	}
	.dane_top .big_tel{
		font-size:16px;
	}
	.dane_top .small_tel{
		font-size:12px;
	}
	.slider{
		padding:60px 0;
	}
	.container,.table100{
		width:90%;
	}
	.slider .container{
		flex-wrap:wrap;
	}
	.slider_box{
		width: 100%;
		margin-right: 0;
		margin-bottom:20px;
		padding:40px;
	}
	.slider_box h2{
		font-size:24px;
	}
	.slider_box h3{
		font-size:16px;
		margin-top:15px;
	}
	.slider_box p{
		font-size:14px;
		margin-top:20px;
	}
	.slider_box a{
		margin-top:20px;
	}
	.swiatlowod{
		padding:40px 0;
	}
	.swiatlowod .content,.telewizja .content{
		padding-right:0;
		padding-left:0;
		flex-wrap:wrap;
	}
	.swiatlowod .row:nth-child(1), .telewizja .row:nth-child(1){
		flex:1 1 100%;
	}
	.swiatlowod .row:nth-child(2), .telewizja .row:nth-child(2){
		flex:1 1 100%;
		margin-left:0;
	}
	.swiatlowod h1, .telewizja h1,.radio h1,.internet_tv h1{
		font-size:30px;
		padding: 10px 5%;
		box-sizing:border-box;
	}
	.swiatlowod .line, .telewizja .line,.radio .line,.internet_tv .line{
		width:95%;
		right:0;
	}
	.internet_tv h1:after, .radio h1:after,.internet_tv h1:before, .radio h1:before{
		content:none;
	}
	.w65{
		width:100%;
	}
	.swiatlowod p,.radio p,.telewizja p,.internet_tv p{
		font-size:15px;
		margin:25px 0;
		padding:0 5%;
		box-sizing:border-box;
	}
	.swiatlowod h3, .telewizja h3,.radio h3,.internet_tv h3{
		font-size:18px;
		padding:0 5%;
		box-sizing:border-box;
	}
	.pasek{
		margin:15px 0;
	}
	.pasek .info{
		font-size:13px;
	}
	.zamow{
		font-size: 16px;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.zobacz .line{
		display:none;
	}
	.zobacz a{
		font-size:20px;
	}
	.zobacz{
		margin-top:25px;
	}
	.swiatlowod .zobacz a,.telewizja .zobacz a{
		margin-left:5%;
	}
	.okres h1{
		font-size:21px;
	}
	.telewizja .row figure, .swiatlowod .row figure{
		margin-top:0;
	}
	.okres p{
		font-size:16px;
		padding:0 5%;
		box-sizing:border-box;
	}
	.okres .informacja{
		padding:0 5%;
		box-sizing:border-box;
		font-size:12px;
		margin:0;
	}
	.miasta{
		background-size:contain;
		margin-top:40px;
	}
	.umowa,.miasta{
		padding:40px 0;
	}
	.okres{
		padding-bottom:40px;
	}
	.dlaczego{
		padding:40px 0;
	}
	.dlaczego h2{
		font-size:21px;
		padding:0 5%;
		box-sizing:border-box;
	}
	.dlaczego_row{
		font-size:14px;
		flex:1 1 50%;
		padding:15px 30px;
		border-right:none;
	}
	.dlaczego_row:nth-child(1){
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.dlaczego_row:nth-child(2){
		border-bottom: 1px solid #fff;
	}
	.dlaczego_row:nth-child(3){
		border-right: 1px solid #fff;
	}
	.dlaczego_row:last-child{
		border-top:1px solid #fff;
	}
	.dlaczego_info .container{
		flex-wrap:wrap;
		border: 1px solid #fff;
	}
	.dlaczego_info{
		margin-top:40px;
	}
	#rozdzielacz{
		padding-bottom:40px;
	}
	.radio .row:nth-child(1),.internet_tv .row:nth-child(1){
		margin-right:0;
		flex:1 1 100%;
		padding-right:0;
	}
	.radio .row:nth-child(2),.internet_tv .row:nth-child(2){
		flex:1 1 100%;
	}
	.radio .content{
		flex-wrap:wrap;
	}
	#desk_none{
		display:block;
		height: 1px;
		background-color: #04294c;
		position: absolute;
	}
	.radio .zobacz a,.internet_tv .zobacz a{
		margin-right:5%;
	}
	.radio .content .row:nth-child(1),.internet_tv .content .row:nth-child(1){
		order:2;
	}
	.radio .content .row:nth-child(2),.internet_tv .content .row:nth-child(2){
		order:1;
	}
	.internet_tv .row figure, .radio .row figure{
		margin-top:0;
	}
	.radio,.internet_tv{
		padding-bottom:0;
	}
	.telewizja .pasek .row_info{
		width:100%;
	}
	.pakiety_tv{
		width:90%;
		margin:0 auto;
	}
	.nazwa_pakietu{
		font-size:16px;
		padding-right:10px;
	}
	.telewizja .zamow{
		margin-top:25px;
	}
	.telewizja{
		padding-bottom:40px;
	}
	.internet_tv .content{
		padding:0;
		flex-wrap:wrap;
	}
	.internet_tv .pasek .w65{
		width:100%;
	}
	footer .content{
		padding:0 5%;
		flex-wrap:wrap;
	}
	footer .row_stopka{
		flex:1 1 100%;
		width:100%;
	}
	.flex_box_stopka{
		flex-wrap:wrap;
	}
	.box_stopka{
		flex:1 1 100%;
		padding:40px 20px;
	}
	.box_stopka:nth-child(2),.row_stopka:nth-child(2){
		margin-left:0;
	}
	footer{
		padding:40px 0;
	}
	footer h1{
		margin-bottom:40px;
	}
	footer .box_stopka .dane:nth-child(1){
		padding-bottom:15px;
	}
	footer .box_stopka .dane:nth-child(2){
		padding-top:15px;
	}
	.box_stopka:nth-child(2){
		margin-top:20px;
	}
	.row_stopka:nth-child(2){
		margin-top:40px;
	}
	form{
		padding:40px 0 40px 40px;
	}
	#dzieki{
		font-size:20px;
	}
	input, select, .select-selected{
		font-size:18px;
		margin-bottom:25px;
		padding: 0px 8px 15px 80px;
	}
	.txtcheck{
		font-size:8px;
	}
	input[type="submit"]{
		font-size:26px;
		padding:12px 80px 12px 45px;
		box-sizing:border-box;
	}
	footer h2.margin{
		margin-bottom:15px;
	}
		#menurw{
	display: inline;
    float: right;
    cursor: pointer;
	}
	.rwd img{
	width:30px;
	}
	.rwdlist{
	width:100%;
	position: absolute;
    z-index: 1;
	background-image: url(../img/box_stopka.png);
	background-position: center;
	background-size: cover;
	font-size: 14px;
    color: #acacac;
    left:0px;
    top: 82px;
	}
	.rwdlist a{
	display: block;
	background-image: url(../img/box_stopka.png);
    background-position: center;
    background-size: cover;
	font-size: 14px;
    color: #fff;
    padding: 17px;
    font-weight: bold;
	}
	.listarwd{
		text-align:center;
		border-bottom:1px solid #fa936b;
	}
	#linia_lewa,#linia_gora,#linia_dol{
		display:none;
	}
	.column{
		padding-left:60% !important;
	}
	.column:before,.column,tbody tr{
		font-size:12px !important;
	}
	.table100 .big{
		font-size:20px !important;
	}
	.slider_info h1{
		font-size:30px;
	}
	.polityka h1{
		font-size:30px;
	}
	.polityka h2{
		font-size:20px;
	}
	.polityka ol{
		font-size:14px;
	}
	.polityka{
		padding:40px 0;
	}
	.polityka a.powrot{
		font-size:18px;
		margin:40px auto 0 auto;
	}
	
}
@media screen and (min-width: 761px) and (max-width: 989px){
	.container,.table100{
		width:90%;
	}
	nav{
		display:none;
	}
	.dane_top .big_tel{
		font-size:16px;
	}
	.dane_top .small_tel{
		font-size:12px;
	}
	.slider_box{
		width:300px;
		padding:60px 40px;
	}
	.slider_box h3{
		font-size:16px;
	}
	.slider_box p{
		font-size:12px;
	}
	.slider_box h2{
		font-size:26px;
	}
	.slider{
		padding:120px 0;
	}
	.swiatlowod{
		padding:80px 0;
	}
	.swiatlowod .row:nth-child(1){
		flex:1;
	}
	.telewizja .content, .swiatlowod .content{
		padding-left:5%;
	}
	.swiatlowod h1, .telewizja h1,.okres h1,.dlaczego h2,.radio h1,.internet_tv h1{
		font-size:30px;
	}
	.swiatlowod p,.radio p,.telewizja p,.internet_tv p{
		font-size:14px;
		margin: 25px 0;
	}
	.swiatlowod h3, .telewizja h3,.radio h3,.internet_tv h3{
		font-size:18px;
	}
	.nazwa_pakietu{
		font-size:14px;
	}
	.w65{
		width:90%;
	}
	.row_info:nth-child(1){
		padding-right:10px;
	}
	.pasek .info{
		font-size:12px;
	}
	.swiatlowod .row:nth-child(2), .telewizja .row:nth-child(2){
		margin-left:40px;
	}
	.zobacz .line{
		margin:0 10% 0 15px;
	}
	.zobacz a{
		font-size:18px;
	}
	.zamow{
		font-size:14px;
	}
	.okres p{
		font-size:16px;
	}
	.okres .informacja{
		font-size:10px;
		margin: 60px 0 30px 0;
	}
	.miasta{
	  padding: 85px 0 45px 0;
	}
	.dlaczego_row{
		font-size:14px;
		padding:10px 20px;
	}
	#rozdzielacz,.radio{
		padding-bottom:80px;
	}
	.radio .row:nth-child(2),.telewizja .row:nth-child(1),.internet_tv .row:nth-child(2){
		flex:1;
	}
	.radio .row:nth-child(1){
		margin-right:40px;
	}
	.okres{
		padding-bottom:80px;
	}
	.telewizja,.internet_tv{
		padding-bottom:80px;
	}
	.pakiety_tv{
		width:85%;
	}
	.telewizja .row_info,.internet_tv .pasek .w65{
		width:100%;
	}
	.internet_tv .content{
		padding-right:5%;
	}
	.internet_tv .row figure, .radio .row figure{
		margin-top:55px;
	}
	.telewizja .row figure, .swiatlowod .row figure{
		margin-top:36px;
	}
	footer .content{
		padding-left:5%;
		padding-right:5%;
		flex-wrap:wrap;
	}
	.row_stopka{
		flex:1 1 100%;
	}
	footer{
		padding:80px 0;
	}
	.row_stopka:nth-child(2){
		margin-top:40px;
		margin-left:0;
	}
	footer h1{
		margin-bottom:40px;
	}
	.slider .container{
		justify-content:center;
	}
	.radio .pasek .w65{
		width:100%;
	}
		#menurw{
	display: inline;
    float: right;
    cursor: pointer;
	}
	.rwd img{
	width:40px;
	}
	.rwdlist{
	width:100%;
	position: absolute;
    z-index: 1;
	background-image: url(../img/box_stopka.png);
	background-position: center;
	background-size: cover;
	font-size: 14px;
    color: #acacac;
    left:0px;
    top: 82px;
	}
	.rwdlist a{
	display: block;
	background-image: url(../img/box_stopka.png);
    background-position: center;
    background-size: cover;
	font-size: 14px;
    color: #fff;
    padding: 17px;
    font-weight: bold;
	}
	.listarwd{
		text-align:center;
		border-bottom:1px solid #fa936b;
	}
	#linia_lewa,#linia_gora,#linia_dol{
		display:none;
	}
}
@media screen and (min-width: 990px) and (max-width: 1650px){
	.container,.table100{
		width:90%;
	}
	.dane_top .big_tel{
		font-size:16px;
	}
	.dane_top .small_tel{
		font-size:12px;
	}
	.slider_box{
		width:300px;
		padding:60px 40px;
	}
	.slider_box h3{
		font-size:16px;
	}
	.slider_box p{
		font-size:12px;
	}
	.slider_box h2{
		font-size:26px;
	}
	.slider{
		padding:120px 0;
	}
	.swiatlowod{
		padding:80px 0;
	}
	.swiatlowod .row:nth-child(1){
		flex:1;
	}
	.telewizja .content, .swiatlowod .content{
		padding-left:5%;
	}
	.swiatlowod h1, .telewizja h1,.okres h1,.dlaczego h2,.radio h1,.internet_tv h1{
		font-size:30px;
	}
	.swiatlowod p,.radio p,.telewizja p,.internet_tv p{
		font-size:14px;
	}
	.swiatlowod h3, .telewizja h3,.radio h3,.nazwa_pakietu,.internet_tv h3{
		font-size:18px;
	}
	.w65{
		width:90%;
	}
	.row_info:nth-child(1){
		padding-right:10px;
	}
	.pasek .info{
		font-size:12px;
	}
	.swiatlowod .row:nth-child(2), .telewizja .row:nth-child(2){
		margin-left:40px;
	}
	.zobacz .line{
		margin:0 10% 0 15px;
	}
	.zamow,.zobacz a{
		font-size:18px;
	}
	.okres p{
		font-size:16px;
	}
	.okres .informacja{
		font-size:10px;
		margin: 60px 0 30px 0;
	}
	.miasta{
	  padding: 85px 0 45px 0;
	}
	.dlaczego_row{
		font-size:14px;
		padding:10px 20px;
	}
	#rozdzielacz,.radio{
		padding-bottom:80px;
	}
	.radio .row:nth-child(2),.telewizja .row:nth-child(1),.internet_tv .row:nth-child(2){
		flex:1;
	}
	.radio .row:nth-child(1){
		margin-right:40px;
	}
	.okres{
		padding-bottom:80px;
	}
	.telewizja,.internet_tv{
		padding-bottom:80px;
	}
	.pakiety_tv{
		width:85%;
	}
	.telewizja .row_info,.internet_tv .pasek .w65{
		width:100%;
	}
	.internet_tv .content{
		padding-right:5%;
	}
	.internet_tv .row figure, .radio .row figure{
		margin-top:55px;
	}
	.telewizja .row figure, .swiatlowod .row figure{
		margin-top:36px;
	}
	footer .content{
		padding-left:5%;
		padding-right:5%;
		flex-wrap:wrap;
	}
	.row_stopka{
		flex:1 1 100%;
	}
	footer{
		padding:80px 0;
	}
	.row_stopka:nth-child(2){
		margin-top:40px;
		margin-left:0;
	}
	footer h1{
		margin-bottom:40px;
	}
	.slider .container{
		justify-content:center;
	}
	.radio .pasek .w65{
		width:100%;
	}
	#linia_lewa,#linia_gora,#linia_dol{
		display:none;
	}
	.table100-head th{
		font-size:15px;
	}
	.table100 .big{
		font-size:20px;
	}
	tbody tr{
		font-size:15px;
	}
}
@media screen and (min-width: 1330px) and (max-width: 1400px){
	.swiatlowod h1, .telewizja h1, .okres h1, .dlaczego h2, .radio h1, .internet_tv h1{
		font-size:36px;
	}
	.swiatlowod p, .radio p, .telewizja p, .internet_tv p{
		font-size:16px;
	}
	.swiatlowod h3, .telewizja h3, .radio h3, .nazwa_pakietu, .internet_tv h3{
		font-size:20px;
	}
	.zamow, .zobacz a{
		font-size:24px;
	}
	.pasek .info{
		font-size:13px;
	}
	.dlaczego_row{
		font-size:16px;
	}
	.okres p{
		font-size:18px;
	}
	.okres .informacja{
		font-size:12px;
	}
	.slider_box{
		width:400px;
	}
	.dane_top .big_tel{
		font-size:18px;
	}
	.dane_top .small_tel{
		font-size:13px;
	}
	.internet_tv .pasek .w65,.radio .pasek .w65{
		width:90%;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1650px){
	.row_stopka:nth-child(2){
		margin-top:0;
		margin-left:120px;
	}
	.row_stopka{
		flex:1;
	}
	input, select, .select-selected{
		margin-bottom:35px;
		font-size:20px;
	}
	#dzieki{
		font-size:20px;
	}
	.txtcheck{
		font-size:10px;
	}
	input[type="submit"]{
		font-size:36px;
	}
	.box_stopka{
		padding:60px 40px;
	}
	footer h2{
		font-size:18px;
	}
	footer h3{
		font-size:12px;
	}
	footer .content{
		padding-right:0;
	}
	.dane_top .big_tel{
		font-size:20px;
	}
	.dane_top .small_tel{
		font-size:13px;
	}
	.slider_box{
		width:400px;
	}
	.internet_tv .pasek .w65,.radio .pasek .w65{
		width:90%;
	}
	
}
@media screen and (min-width: 1650px) and (max-width: 1760px){
	.zamow{
		font-size:24px;
	}
	.w65{
		width:80%;
	}
	.pasek .info{
		font-size:12px;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1260px){
	.table100-head th{
		font-size:14px;
	}
	.internet_tv .column .min{
		font-size:10px;
	}
	.table100 .big{
		font-size:18px;
	}
	tbody tr{
		font-size:14px;
	}
}
@media screen and (max-width: 1100px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 20px 0;
  }
  .column{
	  padding:0 0 0 40%;
  }
  table tbody tr td {
    margin-bottom: 20px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .column:before {
    font-family: 'LatoLatinWeb';
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 50%;
	font-weight:bold;
    transform: translate(0,-50%);
  }
  .swiatlowod .column:nth-child(1):before {
    content: "PAKIET";
  }
  .swiatlowod .column:nth-child(2):before {
    content: "OPCJE";
  }
  .swiatlowod .column:nth-child(3):before {
    content: "DOWNLOAD (MBIT/S)";
  }
  .swiatlowod .column:nth-child(4):before {
    content: "UPLOAD (MBIT/S)";
  }
  .swiatlowod .column:nth-child(5):before {
    content: "ABONAMENT";
  }
  
  .radio .column:nth-child(1):before {
    content: "PAKIET";
  }
  .radio .column:nth-child(2):before {
    content: "DOWNLOAD (MBIT/S)";
  }
  .radio .column:nth-child(3):before {
    content: "UPLOAD (MBIT/S)";
  }
  .radio .column:nth-child(4):before {
    content: "UMOWA 24 MIESIĄCE";
  }
  .radio .column:nth-child(5):before {
    content: "UMOWA 12 MIESIĘCY";
  }
   .radio .column:nth-child(6):before {
    content: "UMOWA NA CZAS NIEOKREŚLONY";
  }
  
  .telewizja .column:nth-child(1):before {
    content: "PAKIET";
  }
  .telewizja .column:nth-child(2):before {
    content: "LICZBA KANAŁÓW";
  }
  .telewizja .column:nth-child(3):before {
    content: "KANAŁY HD";
  }
  .telewizja .column:nth-child(4):before {
    content: "UMOWA 24 MIESIĄCE";
  }
  .telewizja .column:nth-child(5):before {
    content: "UMOWA 12 MIESIĘCY";
  }
   .telewizja .column:nth-child(6):before {
    content: "UMOWA NA CZAS NIEOKREŚLONY";
  }
  
  .internet_tv .column:nth-child(1):before {
    content: "INTERNET ŚWIATŁOWODOWY";
  }
  .internet_tv .column:nth-child(2):before {
    content: "START HD";
  }
  .internet_tv .column:nth-child(3):before {
    content: "START PLUS HD";
  }
  .internet_tv .column:nth-child(4):before {
    content: "MIKRO HD";
  }
  .internet_tv .column:nth-child(5):before {
    content: "MINI HD";
  }
   .internet_tv .column:nth-child(6):before {
    content: "WIELOTEMATYCZNY HD";
  }
  .internet_tv .column:nth-child(7):before {
    content: "WIELOTEMATYCZNY SUPER HD";
  }

  .swiatlowod .column:nth-child(3),.swiatlowod .column:nth-child(4),.swiatlowod .column:nth-child(5) {
    text-align: left;
  }

 .column{
    width: 100% !important;
	position:relative;
  }

  tbody tr {
    font-size: 14px;
  }
  .table100 .big{
	  font-size:20px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}