html {
	height:100%;
}

h2{
	line-height:1.4;
}
p.highlight_p{
	font-size:13px;
	color:#768186;
}
.p_nowe_strony{
	font-size:18px;
	color:#212121;
}
ul.cloud {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 2.75rem;
	width: 100%;
  }
  
  ul.cloud span {
	--size: 4;
	--color: #a33;
	color: var(--color);
	font-size: calc(var(--size) * 0.25rem);
	display: block;
	padding: 0.125rem 0.25rem;
	position: relative;
	text-decoration: none;
	/* 
	For different tones of a single color
	opacity: calc((15 - (9 - var(--size))) / 15); 
	*/
  }
  
  ul.cloud span[data-weight="1"] { --size: 1; }
  ul.cloud span[data-weight="2"] { --size: 2; }
  ul.cloud span[data-weight="3"] { --size: 3; }
  ul.cloud span[data-weight="4"] { --size: 4; }
  ul.cloud span[data-weight="5"] { --size: 6; }
  ul.cloud span[data-weight="6"] { --size: 8; }
  ul.cloud span[data-weight="7"] { --size: 10; }
  ul.cloud span[data-weight="8"] { --size: 13; }
  ul.cloud span[data-weight="9"] { --size: 16; }
  
  ul[data-show-value] span::after {
	content: " (" attr(data-weight) ")";
	font-size: 1rem;
  }
  
  ul.cloud li:nth-child(2n+1) span { --color: #181; }
  ul.cloud li:nth-child(3n+1) span { --color: #33a; }
  ul.cloud li:nth-child(4n+1) span { --color: #c38; }
  
  ul.cloud span:focus {
	outline: 1px dashed;
  }
  
  ul.cloud span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	background: var(--color);
	transform: translate(-50%, 0);
	opacity: 0.15;
	transition: width 0.25s;
  }
  
  ul.cloud span:focus::before,
  ul.cloud span:hover::before {
	width: 100%;
  }
  
  @media (prefers-reduced-motion) {
	ul.cloud * {
	  transition: none !important;
	}
  }
.alert_absolute{
	position:fixed;
	z-index:999;
	width:50%;
	top:20%;
	left:2%;
	box-shadow: 1px 1px 5px 5px #ccc
}
.zapisz-mnie{
	display:grid;
	width:50%;
	text-align: center;
}
.zapisz-mnie:hover{
	text-decoration: none;
	color:white;
}
#newsletter_form{
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
}
#kotwica{position:absolute;height:50px;margin-top:-100px;}
.cennik-price{
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 10px #00000014;
	border: 1px solid #EDEFF0;
	border-radius: 4px;
	opacity: 1;
	padding:10px;
}
.cennik-price-title{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#000000
}
.cennik-price-cena{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#22A4DE
}
.color-22A4DE{
	color:#22A4DE
}
.box-border{
	border: 1px solid #D8E2E6;
	border-radius: 4px;
	margin:20px 5px 20px 5px;
	padding:20px;
}
.cennik-price-opis{
	color:#212121;
	text-align:center;
	font-size:13px;
	font: normal normal normal 13px/26px Lato;
}
.cennik-price-ul{
	list-style-image: url('../img/ic_check.jpg');
	list-style-position: outside;
}
.podstrona-ul{
	list-style-image: url('../images/ticked.png');
	list-style-position: outside;
}
.cennik-price-checkbox{
	padding-left:5px;
}
.cennik-price-checkbox>label, .cennik-price-checkbox>input{
	display: inline;
	font-size:11px;
	font-weight:normal;
}
.cennik-price-hr{
	margin:10px 0 10px 0;
}
.cennik-price-naglowek-wybor{
	background:#7AB9B5 0% 0% no-repeat padding-box;
	position:relative;top:10px;left:0;right:0;z-index:-1;
	margin:-35px 0 0 0;
	padding:7px;
	text-transform: uppercase;
	color:white;
	text-align:center;
	border-radius: 4px;
	font-size:13px;
	height:40px;
	font-weight: bold;
}
.cennik-price-zobacz-wiecej{
	color:#1278A5;
	text-decoration:underline;
	cursor:pointer;
}
.cennik-price-zobacz-wiecej_ukryty{
	display:none;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	height:100%;
	margin-top: -108px;
	padding-top: 108px;
	font-size:16px;
	color:#555;
}

.nowySectionDziecko1 {
	width: 75%;
}

.nowySectionDziecko2 {
	width: 25%;
}

iframe {
	border-width: 0px;
}

.content {
	max-width:1180px;
	margin:0 auto;
}

#cooinfo {
	border: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
	background-color: #f7f7f7;
	color: #000;
	text-align: center;
	position: fixed;
	top: 108px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 99999;
	padding: 10px;
	opacity: 0.9;
	max-width: 1180px;
}

#cooinfo span {
	display: inline-block;
	padding: 2px 5px;
	background-color: green;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
}


/*---------------
ZOOM DEFAULT
---------------*/

.zoom { 
    display:inline-block; 
    position:relative; 
    overflow:hidden; 
	width:217px;
	height:201px;
}

.zoom img { display:none }

.zoomOverlay {
	position:absolute;
	top:0; left:0;
	bottom:0; right:0;
	display:none;
	background-image:url(../img/lupa.png);
	background-repeat:no-repeat;
	background-position:center;
}

.block {
	width:217px;
	height:201px;
	float:left; 
	margin:10px 7px;
}
/* ------------------------------------- */

		
		
#top {
	 background: #fff url("../img/bg_top2.png") no-repeat scroll center top;
	 height:135px;
	 width:100%;
	 position:fixed; top:0;
	 z-index:999;
}

#slider {
	max-width:1920px;
	height:575px;
	margin:108px auto 0;
	position:relative;
/*	background: #fff url("../img/slider1.jpg") no-repeat scroll center top;*/
}

#contact_form, #cennik_title, #podstrona {
	margin-top:140px;
}

.slider_1 {
	background: #fff url("../img/slider1.jpg") no-repeat scroll center top;
}

.slider_2 {
	background: #fff url("../img/slider2.jpg") no-repeat scroll center top;
}

.slider_3 {
	background: #fff url("../img/slider4.jpg") no-repeat scroll center top;
}

.slider_4 {
	background: #fff url("../img/slider3.jpg") no-repeat scroll center top;
}

.slider_5 {
	background: #fff url("../img/slider2.jpg") no-repeat scroll center top;
}

.slider_6 {
	background: #fff url("../img/slider1.jpg") no-repeat scroll center top;
}

.slider_7 {
	background: #fff url("../img/slider2.jpg") no-repeat scroll center top;
}

.slider_arr {
	position: absolute;
	top: 45%;
	height: 80px;
	width: 80px;
	cursor: pointer;
	border-radius: 35px;
}

.slider_arr:hover,.slider_arr:active {
	background-color: rgba(44,53,57,0.5);
}

.slider_prev {
	left: 2px;
	background: rgba(0,0,0,0) url('../images/prev.png') 10% center no-repeat;
}

.slider_next {
	right: 2px;
	background: rgba(0,0,0,0) url('../images/next.png') 90% center no-repeat;
}

.logo {
	float:left;
	margin-right:20px;
}

.menu_top {
	height:40px;
	float:right;
	letter-spacing: 1px;
	width:100%;
	margin-top:5px;
}

.menu_top_button {
	float:right;
	width:100px;
	margin: 5px 10px;
}

.infolinia {
	font-weight: bold;
	font-size:16px;
	margin-bottom:-5px;
}
.infolinia_lower {
	font-size: 12px;
}

.img_icon {
	vertical-align: unset;
	margin-right: 5px;
}

.blue_btn {
	background:#0091c2;
	color:#fff;
	font-size:18px;
	display:block;
	padding:5px 25px 4px;
	font-weight:600;
	float:right;
	height:35px;
	margin-left:20px;
	cursor:pointer;
}

.blue_btn:hover {
	color:#fff;
	text-decoration:none;
	background:#d64b20;
}

.orange_btn {
	background:#d64b20;
	border-radius:4px;
	color:#fff;
	font-size:18px;
	display:block;
	padding:10px 30px;
	font-weight:600;
	float:right;
	margin-left:15px;
	margin-top: 5px;
}

.orange_btn:hover {
	color:#fff;
	text-decoration:none;
	background:#0091c2;
}

.social_icon {
	display:block;
	margin:7px 5px;
	float:right;
	width:20px;
	height:20px;
}

.menu_href:hover {
	color:#d64b20;
	text-decoration:none;
}

.menu_top_href:hover {
	color:#d64b20;
	text-decoration:none;
	cursor: pointer;
}

.footer_left:hover {
	color:#d64b20;
	text-decoration:none;
}

.social_fb {
	background:url("../img/fb_icon.jpg");
}

.social_fb:hover {
	background:url("../img/fb_icon_h.png");
}

.social_gp {
	background:url("../img/gp_icon.jpg");
}

.social_gp:hover {
	background:url("../img/gp_icon_h.png");
}

.top_info_div {
	font-size:13px;
	font-weight:800;
	color:#000;
	float:right;
}

.top_info_div a {
	color:#000;
}

.top_info_div a:hover {
	color:#000;
	text-decoration:underline;
}

.top_info_div span {
	color:#acacac;
	margin:8px 3px 8px 10px;
}

.contact_info {
	float:right;
	margin:8px 7px;
	font-size:15px;
	font-weight:500;
}

.menu_top2 {
	float:right;
	margin:14px 0px;
	width:100%;
	letter-spacing: 1px;
}

.menu_href {
	font-size:16px;
	color:#555;
	font-weight:400;
	margin:16px 15px 0;
	display:block;
	float:left;
}

.menu_top_href
{
	font-size:16px;
	color:#555;
	font-weight:400;
	display:block;
}

.clearboth {
	clear:both;
}

.arrows {
	 background: #fff url("../img/slider_arrow.jpg") no-repeat scroll center top;
	 height:15px;
	 width:100%;
	 margin:0 auto;
}

footer {
	width:100%;
	background:#000;
	font-size:14px;
	color:#7f7f7f;
}

footer a {
	color:#7f7f7f;
}

#footer_content {
	overflow: hidden;
}

.footer_left {
	font-size:14px;
	color:#ffffff;
	float:left;
	margin:20px 15px 0 0;
	display:inline-block;
}

.footer_info {
	float:right;
	margin-top:20px;
	color:#ffffff;
}

.footer_opis {
	margin: 20px auto 0px;
}

#first_poland {
	color:#0091c2;
	font-size:20px;
	padding-top:60px;
}

#contact_form {
	color:#0091c2;
	font-size:20px;
	padding-top:60px;
}

#first_poland img {
	max-width:20%;
	float:left;
}

.first_info {
	float:left;
	max-width:80%;
	margin:0px 0 0 30px;
	font-size:28px;
}

#systim_to {
	padding-top:30px;
}

#systim_to h1 {
	font-size:30px;
	color:#00536f;
}

#systim_to h3 {
	position: relative;
	top: -14px;
	left: -20px;
	display: inline-block;
	margin: 0;
	font-weight: normal;
	font-size: inherit;
}

#systim_to a, #systim_to a:focus, #systim_to a:hover {
	text-decoration:none;
}

.row_left {
	float:left;
	width: 570px;
	margin-left: 20px;
}

.row_right {
	float: right;
	width: 570px;
}

.check_box {
	border-bottom: 2px solid #0091c2;
	border-radius: 15px;
	font-size: 22px;
	width: auto;
	float: left;
	height: 50px;
	display: block;
	margin-bottom: 40px;
}
.check_box img {
	position: relative;
	top: -20px;
	left: -20px;
}

.header_margin {
	margin-bottom: 50px;
}

#mozliwosci {
	background: #fff url("../img/bg_mozliwosci.jpg") no-repeat scroll center top;
	height:813px;
	width:100%;
	margin-top:30px;
}

#mozliwosci a, #mozliwosci a:hover {
	text-decoration:none;
}
.mozliwosci_title {
	color:#00536f;
	font-size:36px;
	margin-bottom: 10px;
    margin-top: 20px;
}

.ar {
	background:#646464;
	height:1px;
	width:16px;
	margin:0px 25px;
	display:inline-block;
	position:relative; top:-11px;
}

.arr {
	background:#a8a8a8;
	height:1px;
	width:18px;
	margin:0px 19px;
	display:inline-block;
	position:relative; top:-8px;
}

.arr3 {
	background:#646464;
	height:1px;
	width:18px;
	margin:0px 30px;
	display:inline-block;
	position:relative; top:-8px;
}

.txt_mozliwosci {
	color:#000;
	font-size:20px;
	padding-bottom:1px;
	border-bottom:1px solid #c1c1c1;
	display:table;
	margin:auto;
}

.txt_mozliwosci img {
	margin-left:15px;
	margin-top:-3px;
}

.txt_mozliwosci:hover {
	text-decoration:none;
	border-bottom:0px;
	padding-bottom:2px;
	color:#000;
}

.list_1 {
	padding-left:19px;
}

.list_1 li {
	padding-bottom:15px;
}

.list_2 {
	list-style-image:url("../img/list-style-image.jpg");
	padding-left:21px;
}

.list_2 li {
	padding-bottom:15px;
}

.btn_orange2 {
	background:#d64b20;
	border-radius:4px;
	color:#fff;
	font-size:25px;
	display:block;
	padding:10px 30px;
	font-weight:600;
	margin:10px auto 0;
	width:400px;
}

.btn_orange2:hover {
	color:#fff;
	text-decoration:none;
	background:#0091c2;
}

.btn_te {
	margin-top:15px;
}

.row_single {
	width:378px;
	float:left;
	margin-right:10px;
	display:block;
}

.mozliwosci_box {
	float:left;
	margin-bottom:47px;
}

.mozliwosci_box img {
	float:left;
	margin-right:15px;
}

.mozliwosci_box_txt {
	float:left;
	font-size:22px;
	color:#00536f;
	position:relative; top:8px;
}

.mozliwosci_box_txt h3 {
	display:inline;
	font-weight:700;
	font-size:inherit;
}

.hader_mozliwosci {
	padding-top:40px;
	margin-bottom:50px;
}

.footer_mozliwosci {
	margin-top:40px;
}

#poradnik {
	background: #fff url("../img/bg_poradnik.jpg") no-repeat scroll center top;
	min-height:267px;
	width:100%;
	padding-top:70px;
	margin-bottom:30px;
}

.poradnik_left {
	float:left;
	width:410px;
}

.poradnik_right {
	float:right;
	width:720px;
	padding-left:50px;
	border-left: 1px solid #e5e5e5;
}

.poradnik_right_mobile {
	display:none;
}

.h2_poradnik {
	color:#26637b;
	font-size:36px;
	margin:20px 0 35px;
	display:block;
}

.co_nowego {
	float:left;
}

.poradnik_txt {
	font-size:16px;
	color:#00536f;
	float:left;
	margin-left:20px;
	max-width:310px;
}

.poradnik_left img {
	float:left;
}

.btn_orange3 {
	background:#d64b20;
	border-radius:4px;
	color:#fff;
	font-size:25px;
	display:block;
	padding:10px 20px;
	font-weight:600;
	width:99%;
	text-align:center;
	margin-top:20px;
}

.btn_orange3:hover {
	color:#fff;
	text-decoration:none;
	background:#0091c2;
}

.opinie {
	width:100%;
	background:#f0f0f0;
	border-radius:8px;
	padding:15px 50px 30px;
	height:280px;
	margin:50px 0 30px;
}

.btn_sml {
	max-width:410px;
}

.header_opinie {
	padding:20px 0 10px;
	font-size:22px;
	color:#adadad;
}

.arr_left {
	float:left;
	margin-top:60px;
	cursor:pointer;
}

.arr_right {
	float:right;
	margin-top:60px;
	cursor:pointer;
}

.opinie_slide {
	width:920px;
	float:left;
	margin-left:60px;
	margin-top:30px;
}

.opinie_slide img {
	float:left;
}

.opinia_box {
	float:left;
	width:715px;
	margin:10px 0 0 30px;
	background: transparent url("../img/ap.jpg") no-repeat scroll right top;
}

.opinia_box p {
	font-size:14px;
	color:#000;
	font-weight:400;
}

.opinia_box strong {
	font-size:18px;
	color:#000;
}

.opinia_box span {
	font-size:14px;
	color:#8e8e8e;
	margin-left:20px;
}

.opinia_tab {
	float:left;
	width: 33%;
	margin: 20px auto;
	text-align: left;
}

.opinia_tab p {
	width: 90%;
	margin: auto;

}

.title_opinia {
	margin-bottom:15px;
}

.zobacz_rowniez {
	text-align:center;
}

.how_to {
	text-align:center;
	background: #242323;
	padding: 40px;
	color:#fff;
}

.how_to_box {
	width: 70%;
	margin:auto;
}

#newsletter {
	width:100%;
	background: #242323;
	padding-bottom: 25px;
}

.newsletter_box {
	width:320px;
	padding:11px 24px;
	color:#fff;
	background:#242323;
	margin-top:21px;
	float:right;
}

.adres_box {
	float:left;
}

.adres_box_part {
	float:left;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
	margin-right: 10px;
}

.adres_box_part a {
	color:#ffffff;
}
.adres_box_part a:hover {
	text-decoration: none;
	color: #d64b20;
}
.adres_box_part h5 {
	font-weight:bold;
	color:#808080;
}

.newsletter_title {
	font-size:36px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:15px;
	line-height:1.1;
}

.newsletter_box p {
	font-size:16px;
	margin-bottom:15px;
}

.input_email {
	padding:11px 10px;
	width:100%;
	border:0px;
	font-size:15px;
	color:#737373;
}

.submit_orange {
	background:#d64b20;
	color:#fff;
	width:100%;
	padding:11px 10px;
	text-transform:uppercase;
	border:0px;
	font-size:15px;
	font-weight:400;
	margin-top:15px;
	border-radius: 5px;
}

.submit_orange:hover {
	background:#0091c2;
}

.contact_left {
	width:580px;
	float:left;
}

.contact_right {
	width:480px;
	float:right;
	background:#f0f0f0;
	color:#5f5f5f;
}

.form_head {
	background:#e1e1e1;
	width:100%;
	font-size:30px;
	height:64px;
	padding-left:55px;
	padding-top:10px;
}

.form_info {
	font-size:16px;
	position:relative; top:-4px;
	display:block;
}

.contact_input {
	padding:15px 10px;
	border:0px;
	width:100%;
	font-size:16px;
	margin-bottom:30px;
}

.contact_textarea {
	padding:15px 10px;
	border:0px;
	width:100%;
	font-size:16px;
}

.contact_textarea {
	height:120px;
}

.content_form {
	padding:0 60px 60px;
}

.form_info_first {
	display:block;
	margin-top:38px;
}
.lista_faq
{
	margin-top:140px;
}
.btn_blue_contact {
	font-size:18px;
	color:#fff;
	background:#0092c3;
	margin-top:10px;
	border-radius:4px;
	text-align:center;
	padding:10px 15px;
	border:0px;
	width:100%;
	font-weight:700;
}

.btn_blue_contact:hover {
	background:#d64b20;
	color:white;
	text-decoration:none;
}

.contact_box_1, .contact_box_2 {
	border-bottom:1px solid #c4c4c4;
	padding-bottom:20px;
	
}

.contact_box_2, .contact_box_3 {
	margin-top:20px;
}

.contact_box_1 img, .contact_box_2 img, .contact_box_3 img {
	float:left;
	max-width:30px;
	display:block;
}

.contact_box_1, .contact_box_2, .contact_box_3 {
	width:100%;
	float:left;
}

.conten_box_contact {
	min-height:100px;
	float:left;
	margin-left:15px;
	font-size:16px;
	color:#000;
	max-width:540px;
}

.contact_info_title {
	font-size:17px;
	position:relative; top:-3px;
}

.kapital {
	font-size:14px;
	text-align:justify;
}

.infolinia_left {
	width:165px;
	float:left;
}
.infolinia_left {
	max-width:390px;
	float:left;
	text-align:justify;
}

#map {
	width: 100%;
	height: 590px;
	margin-top:30px;
}

.menu_mobile {
	display:none;
}

.menu_sm {
	display:none;
	position:absolute; top:83px; right:0px;
	max-width:550px;
	width:100%;
	background:#fff;
	height:auto;
	text-align:left;
	z-index:99;
}

.menu_sm_href {
	font-size:16px;
	font-weight:600;
	color:#fff;
	display:block;
	height:45px;
	background:#0090c2;
	padding-top:12px;
	padding-left:20px;
	margin-bottom:1px;
}

.menu_sm_href:hover {
	color:#fff;
}

.title_h1 {
	font-size:50px;
	color:#00536f;
}

.title_h1 > a {
    color: #00536f;
}


.title_h1_cennik {
	font-size:26px;
	font-weight:bold;
	color:#000000;
	margin-top:150px;
		text-align: center; 
}

.p20 {
	font-size:20px;
}

.p14 {
	font-size:14px;
	text-align:justify;
}

.p14_blue {
	font-size:14px;
	text-align:justify;
	color:#00536f;
	margin-bottom:25px;
}

.podstrona_img_right {
	float:right;
	margin-left:20px;
}

.podstrona_img_left {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.margin_h1 {
	margin-bottom:60px;
	padding-top:30px;
}

.margin_p14 {
	margin-top:40px;
}

.h2_36 {
	color:#00536f;
	font-size:36px;
	margin-bottom:25px;
}

.h2_white {
	color: white;
}

.header_h3_p {
	color:#00536f;
	font-size:36px;
	margin-bottom:40px;
	margin-top:40px;
}

.podst_row {
	width:33%;
	float:left;
}

.row_h4 {
	font-weight:700;
	font-size:22px;
	color:#00536f;
	margin-bottom:22px;
}

.podst_row_content {
	font-size:22px;
	color:#00536f;
	font-weight:300;
}

.podst_row_content_span {
	display:block;
	margin-bottom:15px;
	width:100%;
}

.dwn_link {
	font-weight:600;
	color:#00536f;
	margin-left:6px;
}

.list_img_dwn {
	margin-top:-4px;
}

.box_blue_row {
	width:100%;
	border-top:1px solid #cecece;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}

.box_gray_row {
	width:100%;
	border-top:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}

.box_blue_row_last {
	border:1px solid #cecece;
}

.box_gray_row_last {
	border:1px solid #c6c6c6;
}

.box_blue_row_title {
	background:#0091c2 url("../img/arr_down.jpg") no-repeat scroll right center;
	color:#fff;
	font-size:22px;
	font-weight:600;
	height:auto;
	cursor:pointer;
	padding:15px 26px;
	display:table;
	width:100%;
}

.box_gray_row_title {
	background:#f0f0f0 url("../img/arr_down2.jpg") no-repeat scroll right center;
	color:#000;
	font-size:18px;
	font-weight:600;
	height:auto;
	cursor:pointer;
	padding:10px 50px 10px 20px;
	display:table;
	width:100%;
}

.box_blue_row_title_up {
	background:#0091c2 url("../img/arr_up.jpg") no-repeat scroll right center;
}

.box_gray_row_title_up {
	background:#fff url("../img/arr_up2.jpg") no-repeat scroll right center;
}

.box_blue_row_title p {
	display:table-cell;
	vertical-align:middle;
}

.box_gray_row_title p {
	display:table-cell;
	vertical-align:middle;
}

.box_arrow {
	float:right;
	padding-top:5px;
	color:transparent;
}

.box_blue_row_text {
	padding:35px 40px;
	color:#000;
	font-size:14px;
	display:none;
}

.box_gray_row_text {
	padding:25px 30px;
	color:#000;
	font-size:14px;
	display:none;
}

.hide_phone {
	display:block;
}
	
#podstrona {
	padding-bottom:125px;
	min-height:100%;
	margin-bottom:-95px;
}

.row_hd_1, .row_hd_1t {
	width:302px;
	float:left;
	height:165px;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	line-height:33px;
	display: table;
}

.row_hd_1 p, .row_hd_1t p {
	display:table-cell;
    vertical-align:middle;
}

.row_hd_1_small {
	height:93px;
}

.row_cols3 {
	width: calc((100% - 302px) / 3) !important;
}
.row_cols4 {
	width: calc((100% - 302px) / 4) !important;
}
.row_cols5 {
	width: calc((100% - 302px) / 5) !important;
}
.row_col6 {
	width: calc((100% - 302px) / 6) !important;
}


.row_hd_2 {
	width:172px;
	float:left;
	height:165px;
	color:#fff;
	font-size:20px;
	text-align:center;
	display: table;
	border: 1px solid #e5e5e5;
	border-right: 0;
}

.row_hd_2 p {
	display:table-cell;
    vertical-align:middle;
	padding: 0 10px;
}

.row_hd_2 a.pakiet-title, .row_hd_2 a.pakiet-title:focus, .row_hd_2 a.pakiet-title:hover {
	text-decoration:none;
	color:inherit;
	text-transform: uppercase;
	display: inline-block
}

.row_hd_2 p.pakiet-title, .row_hd_2 p.pakiet-title:focus, .row_hd_2 p.pakiet-title:hover {
	text-decoration:none;
	color:inherit;
	text-transform: uppercase;
	display: inline-block
}

.row_hd_2t {
	width:172px;
	float:left;
	height:165px;
	color:#fff;
	font-size:20px;
	text-align:center;
	display: table;
}

.row_hd_2t p {
	display:table-cell;
    vertical-align:middle;
}

.row_hd_2_small {
	height:93px;
	border-top:0;
}

.tbl_1 {
	font-size:36px;
	color:#00536f;
}

.tbl_2 {
	font-size:52px;
	color:#00536f;
	font-weight:900;
}

.bg_r1 { background:#15ae86; }
.bg_r2 { background:#d7a212; }
.bg_r3 { background:#d64b20; }
.bg_r4 { background:#0091c2; }
.bg_r5 { background:#427287; }

.bg_naj {
	background: #fff url("../img/najczesciej_wyb.png") no-repeat scroll top right;
	color:#00536f;
}

.bg_promo {
        background: #fff url("../img/promocja_tag.png") no-repeat scroll top right;
        color:#00536f;
}

.bg_naj_small {
	background: #fff;
}

.table_hd {
	margin-top:60px;
	margin-bottom:50px;
}

	
.table_hd_in {
	width: 1162px;
}

.table_hd_podst_row, .table_hd_podst_rowt {
	height:40px;
	width:100%;
	border-bottom:1px solid #e5e5e5;
	background:#fff;
}

.table_hd_podst_row_mobile {
	display: none;
}

.row2_hd_1, .row2_hd_1t {
	width:302px;
	float:left;
	color:#000;
	font-size:16px;
	padding-top:8px;
	padding-left:15px;
	height:40px;
}

.row2_hd_1 a, .row2_hd_1 a:hover {
	color: inherit;
}

.row2_hd_2, .row2_hd_2t {
	width:172px;
	float:left;
	text-align:center;
	padding-top:8px;
	height:40px;
	border-left:1px solid #e5e5e5;
}

.dod {
	border-left: 0;
	height: 80px;
}

.bg_ee {
	background:#eeeded;
}

.show_mobile, .show_phone {
	display:none;
}

#nav_main li {
	width:25%;
	text-align:center;
}

.tab-pane {
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	padding:10px 0px;
}

.tab_a {
	font-weight:600;
}

.url_tab {
	font-size:15px;
	color:#000;
	border-bottom:1px solid #cccccc;
	padding-bottom:4px;
	font-weight:300;
	text-transform:uppercase;
	margin: 36px 0 10px;
	float:right;
	text-decoration:none;
}

.url_tab img {
	margin-left:12px;
	margin-top:-3px;
}

.url_tab:hover {
	color:#000;
	text-decoration:none;
}

.slider_box {
	width: 520px;
	position: absolute;
	right: 200px;
	top: 70px;
}

.slider_box p a {
	text-decoration: none;
	color: inherit;
}

.slider_check {
	position: absolute;
	right: 120px;
	bottom: 60px;
	z-index: 99999;
	width: 150px;
}

.slider_box h2 {
	font-size:44px;
	color:#00536f;
	margin-bottom:40px;
}

.slider_box p {
	font-size:20px;
	color:#000;
	margin-bottom:30px;
}

.btn_orange_s {
	font-size:25px;
	font-weight:900;
	border-radius:4px;
	background:#d64b20;
	color:#fff;
	padding:10px 30px;
	text-align:center;
	width:auto;
}

.btn_orange_s img {
	margin-left:20px;
	margin-top:-5px;
}

.btn_orange_s:hover {
	color:#fff;
	text-decoration:none;
	background:#0091c2;
}

.row_b1 {
	background:#23617a;
	font-size:18px;
	font-weight:900;
	color:#fff;
	height:65px;
	border-bottom: 0;
}

.txt_w {
	color:#fff;
	padding-top:20px;
}

.sld {
	display:inline-block;
	width:12px;
	height:12px;
	margin:5px 3px;
	cursor:pointer;
}

.slider_ch {
	background:url("../img/slider_check.jpg");
}

.slider_uch {
	background:url("../img/slider_uncheck.jpg");
}

.txt_w2 {
	color:#fff;
	padding-top:35px;
}

.row2_hd_3 {
	text-align:center;
	padding-top:11px;
}

.row2_hd_3 input {
	margin-right:5px;
	margin-top:7px;
}


.row2_hd_3 .radio {
	display:inline-block;
	margin-left:25px;
}

.row2_hd_3 .radio label {
	font-size:18px;
	font-weight:600;
}
.row_b2_dodatkowe {
	background:#23617a !important;
	font-size:18px;
	font-weight:900;
	color:#fff;
	height:68px;
	border-bottom: 0;
}
.row_b2, .row_b3 {
	background:#0091c2;
	font-size:18px;
	font-weight:900;
	color:#fff;
	height:95px;
}

.row_b2, .row_b3 {
	color:#fff;
}

.row2_hd_4 {
	height:93px;
	width:172px;
	float:left;
	text-align:center;
	line-height:22px;
	padding-top:22px;
	font-size:16px;
	border-left:1px solid #0082ae;
	overflow:hidden;
}

.row2_hd_4 strong {
	font-size:40px;
}

.txt_w3 {
	background:#fff;
}


.txt_btn_orange {
	color:#fff;
	font-size:18px;
	font-weight:600;
	background:#d64b20;
	border-radius:4px;
	width:100%;
	padding:10px 20px;
	display:block;
	cursor:pointer;
}

.txt_btn_orange:hover {
	color:#fff;
	text-decoration:none;
	background:#0091c2;
	
	
}

.row2_hd5_h {
	position:relative; top:6px;
}


.row2_hd_5 {
	height:67px;
	width:172px;
	float:left;
	text-align:center;
	padding-top:8px;
	font-size:16px;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background:#eeeded;
	padding-left:10px;
	padding-right:10px;
}

#zloz {
	margin-bottom:30px;
	display:none;
}

.zloz_zam {
	float:right;
	width:860px;
	border:1px solid #d6d5d5;
	background:#f0f0f0;
	padding:33px 33px 20px;
}

.rules_min {
	font-size:10px;
	color:#7c7c7c;
	line-height:13px;
	text-align:justify;
	margin-top:3px;
}

.checkbox_rules {
	margin-top:15px;
}

.rules_ch {
	margin-right:10px;
}

.save_email {
	width:584px;
	height:46px;
	border:1px solid #d6d5d5;
	background:#fff;
	padding:0 10px;
}

.save_btn {
	color:#fff;
	font-size:18px;
	font-weight:600;
	background:#d64b20;
	border-radius:4px;
	padding:10px 25px;
	border:0px;
	display:block;
	margin:10px auto 0;
}

.save_btn:hover {
	background:#0091c2;
}

.remember_i {
	color:#000;
	font-size:12px;
}

.row_fb_left {
	float:left;
	width:50%;
}

.row_fb_right {
	float:right;
	width:50%;
}

.table_hd2 {
	margin-top:40px;
}

.opinie_footer {
	width:100%;
	margin:0 auto;
	min-height: 214px;
	padding: 12px 15px 8px;
	position: relative;
}

.opinie_footer_content {
	text-align: center;
	padding: 0 40px;
	float: left;
	width: 100%;
}

.opinie_footer_content h3 {
	color:#000000;
	font-size:32px;
	font-weight:bold;
	padding-bottom:10px;
}

.opinie_footer_content div {
	font-size:16px;
	color:#585858;
}

.arr_left2, .arr_right2 {
	cursor:pointer;
	margin-top:85px;
}

.opinie_footer_arr_left {
	position:absolute;
	left:15px;
	width:25px;
}


.opinie_footer_arr_right {
	position:absolute;
	right:15px;
	width:25px;
}

.opinia_footer_1 .title_opinia strong {
	font-size:18px;
	color:#000;
}

.opinia_footer_1 div {
	font-size:14px;
	color:#8e8e8e;
}

.opinie_footer .opinie_footer_content h3 {
	margin-top:5px;
}

#fb_footer {
	margin-bottom:60px;
	padding-top:30px;
}


.row_hil_1, .row_hil_2, .row_hil_3, .row_hil_4, .row_hil_5, .row_hil_1s, .row_hil_2s, .row_hil_3s, .row_hil_4s, .row_hil_5s {
	cursor:pointer;
}

.row_hilite {
	background:#e7f7f3;
	border-bottom:1px solid #e5e5e5;
}

.row_hilite2 {
	background:#d2f5ec;
	border-bottom:1px solid #e5e5e5;
}

.gratis_box {
	width:100%;
	background:#0091c2;
	padding:25px 27px;
	color:#fff;
	height:215px;
	border-radius:8px;
}

.gratis_b_1 {
	width:230px;
	float:left;
	font-size:44px;
	text-transform:uppercase;
	line-height:50px;
}

.gratis_b_1 strong {
	font-size:61px;
	font-weight:900;
}

.gratis_b_1 strong span {
	font-size:67px;
}

.gratis_b_2 {
	width:878px;
	float:left;
}
.gratis_b_2_big {
	width:100%;
	float:left;
	margin-left:120px;
}
.gratis_zwrot {
	font-size:16px;
	margin-top:10px;
}

.gratis_tel_box {
	float:left;
	width:335px;
	border:1px solid #4db2d4;
	border-radius:8px;
	padding:20px 18px;
	margin-left:20px;
	margin-top:10px;
	line-height:30px;
	font-weight:500;
}

.gratis_email_box {
	float:left;
	width:430px;
	border:1px solid #4db2d4;
	border-radius:8px;
	padding:20px 18px;
	margin-top:10px;
	line-height:30px;
	font-weight:500;
}

.gratis_lub_box {
	font-size:36px;
	color:white;
	width:60px;
	float:left;
	margin:45px 10px 0 20px;
}

.tel_blue, .email_blue {
	float:left;
	margin-right:10px;
}

.contact_nam {
	font-size:18px;
	float:left;
	margin-top:4px;
}

.contact_val {
	font-size:36px;
	float:left;
}

#cennik_porownaj {
	margin: 0 0 30px;
}

#gratis {
	margin:60px 0;
}

.cennik_tab_1 {
	width: 230px;
	background: #fff;
	float: left;
	border: 1px solid #d2d6d9;
	border-bottom: 0;
	box-shadow: 4px 4px 3px #e5e5e5;
}

.cennik_tab_2 {
	width: 230px;
	background: #eaeef2;
	float: left;
	border-top: 1px solid #d2d6d9;
	box-shadow: 4px 4px 3px #e5e5e5;
}

.cennik_tab_3 {
	width: 245px;
	background: #fff url("../img/najczesciej_wyb.png") no-repeat scroll top right;
	float: left;
	border: 1px solid #d2d6d9;
	border-bottom: 0;
	margin-top: -15px;
	box-shadow: 4px 4px 3px #e5e5e5;
}

.cennik_tab_4 {
	width: 230px;
	background: #eaeef2;
	float: left;
	border-top: 1px solid #d2d6d9;
	box-shadow: 4px 4px 3px #e5e5e5;
}

.cennik_tab_5 {
	width: 230px;
	background: #fff;
	float: left;
	border: 1px solid #d2d6d9;
	border-bottom: 0;
	box-shadow: 4px 4px 3px #e5e5e5;
}

.cennik_top {
	text-transform:uppercase;
	font-size:22px;
	color:#00536f;
	width:100%;
	text-align:center;
	font-weight:900;
	padding-top:20px;
	height:70px;
	line-height:26px;
}

.cennik_top_3 {
	padding-top:35px;
	height:85px;
}

.cennik_price {
	font-size:69px;
	color:#0091c2;
	width:100%;
	text-align:center;
	font-weight:900;
}

.cennik_info {
	font-size:16px;
	color:#797a7d;
	width:100%;
	height:37px;
	text-align:center;
	font-weight:900;
}

.contact_val a {
	color:#fff;
}

.contact_val a:hover {
	text-decoration:underline;
	color:#fff;
}

.cennik_head {
	height:180px;
	border-bottom:1px solid #e0e0e0;
	line-height:40px;
}

.cennik_head_3 {
	height:195px;
}

.cennik_row {
	height:40px;
	border-bottom:1px solid #e0e0e0;
	color:#797979;
	font-size:16px;
	padding:7px 0 0 15px;
}

.cennik_row_last {
	border-bottom: 1px solid #d2d6d9;
}

.fb_box {
	display:block;
}

.fb_box_mobile {
	display:none;
}
	
.menu_login {
	background:#0091c2;
	width:426px;
	height:364px;
	display:none;
	position:absolute; top:45px; right:0px;
	z-index:99;
	padding:40px;
}

.content_login {
	position:relative; top:0px;
}

.menu_login_input {
	width:340px;
	padding:16px 17px;
	font-size:15px;
	border:0px;
	margin-bottom:10px;
}

.menu_login_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight:600;
}

.menu_login_input::-moz-placeholder { /* Firefox 19+ */
	font-weight:600;
}

.menu_login_input:-ms-input-placeholder { /* IE 10+ */
	font-weight:600;
}

.menu_login_input:-moz-placeholder { /* Firefox 18- */
	font-weight:600;
}

.menu_login_submit {
	width:340px;
	padding:16px 17px;
	font-size:15px;
	border:0px;
	background:#000;
	color:#fff;
	margin-bottom:10px;
	font-weight:600;
}

.menu_login p {
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}

.menu_login p a {
	color:#000;
	border-bottom:1px solid #00749b;
	padding-bottom:3px;
	font-weight:700;
}

.menu_login p a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:0px;
}

.content_m {
	width:1180px;
	margin:0 auto;
	position:relative;
}

.fb_iframe_widget{
	vertical-align:top;
}

.fb-like.fb_iframe_widget span{
  vertical-align: top !important;
}

#platnosci-payu {
	margin: 40px 0;
}

.platnosci-logo {
	display: inline-block;
	padding: 8px;
	/*filter: grayscale(50%);*/
}

.platnosci-logo:hover {
	filter: grayscale(20%);
}

.error_container {
	margin:20px auto;
	max-width:460px;
	padding:40px;
	background-color:#F8F0A0;
	text-align:center
}

ul.check {
   list-style: none;
}

ul.check > li {
	margin-bottom:5px;
}

ul.check > li:before {
	content: '✔';
	margin-right: 0.8em;
	color: #60A2CE;
}

/* ZAKŁADANIE KONTA NEW */

.zaloz_konto_header {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.black_header {
	background-color: #000;
	border-right: 1px solid #FFF;
    padding: 15px 3px;
}

.blue_header {
	background-color: #00a2dd;
    padding: 15px 3px;
}

.zaloz_konto_row {
	padding: 10px 0;
}

.zaloz_konto_row #kod {
	width:40px;
}

.zaloz_konto_row #kod2 {
	width:60px;
}

.zaloz_konto_row label {
	display: inline;
	font-weight:normal;
}

.zaloz_konto_row input[type="text"] {
	padding: 10px;
	width: 97%;
}


/* END ZAKŁADANIE KONTA NEW */


/* -- FORMULARZ ASTCON -- */
table.aform {
	margin: 0 auto;
	background-color:#fff;
	border:0;
	font-size:14px;
	background-position:center; 
	border-spacing: 0px;
	outline:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 1); 
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 1);
	border:1px solid rgba(30,30,30, 0.8); 	
}

table.aform tr th {
	text-align: left;
}

table.aform tr td {
	padding-left:10px;
	padding-right:10px;
	background-color: inherit;
}

table.aform tr td.label {
	text-align: right;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	color: #000;
	font-size: inherit;
	background-color: inherit;
}

table.aform tr th.header { 
	font-weight:bold; 
	background-color:#fff;
	padding:5px;
	color:#000;
	text-align:left;
	height:30px;
	font-size:13px;
}
/* -- END FORMULARZ ASTCON -- */

/* -------------------------------- API MANUAL ------------------------*/
div.apiManual {
	color:#111111;
}

div.apiManual a {
	text-decoration: underline;
	color: #1089B2;
	font-weight:bold;
}
div.apiManual span{
	background-color: #D9EEF4;
}

.ApiBelka {
	width:800px;
	height:1px;
	border-bottom: 1px solid #008FBF;
	margin-top: 20px;
}

.go-back {
	position: fixed;
	bottom: 2em;
	right: 2em;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #1089B2;
	font-size: 12px;
	padding: 1em;
	display: none;
	color: #ffffff;
}
/* --------------------------------------------------------*/


/* ------------ LISTY ---------------- */ 

table.lista {
	background-color:#ffffff;
	border-bottom:3px solid #ccc;
	margin-top:3px;
	margin-left:2px;
	margin-right:2px;
	min-width:770px;
	border-spacing: 0px;
	border: thin solid #bbbbbb;
	outline:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 1); 
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 1);
	border:1px solid rgba(30,30,30, 0.8); 
}

table.lista tr.pages {
	text-align: center;
	background-color:#e5e9ed;
}

table.lista tr.pages:hover {
	background-color:#e5e9ed;
}

table.lista tr {
	background-color:#fefefe;
}
	
table.lista tr.k2 {
	background-color:#F9F9F9;
}

table.lista tr:hover {
	background-color:#FFFABF;
}

table.lista td {
	color:#333;
	border-bottom:1px solid #999999;
	margin-bottom:1px;
	padding:2px 2px;
}

table.lista td.left {
	color:#333333;
	font-weight:bold;
	width:220px;
	text-align:right;
	padding-right:2px;
	vertical-align:top;
}

table.lista tr.white td {
	background-color:#f9f9f9;
	color:#333;
	border-bottom:1px dotted #eee;
}

table.lista table td { /* tabelka w tabelce usuwamy bordery*/
	border-bottom:0px;
}

table.lista td.bglight {
	background-color:#f3f3f3;
}

table.lista a {
	color:#1111ee;
}

table.lista a:hover {
	color:#a20202;
}

table.lista td.dots {
	border-bottom:1px dotted #bbb;
}

table.lista th {
	border-bottom:1px solid #00536F;
	color:#000;
	height:16px;
	vertical-align:middle;
	padding:5px;
	white-space:nowrap;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
}

table.lista th a {
	color:#fff;
	line-height:16px;
}

table.lista th a:hover {
	color:#f6f6f6;
	text-decoration:none;
}

table.lista .highlight td, .highlight td, div.listitemalert{
	background-color:#ffc;
	color:#c30;
}
	
/* -------------------------------------------------------- */
a.bialy_link {
	color: white;
}

a.ciemny_link {
	color: #444;
        text-decoration: none !important;
}

a.ciemny_link:hover {
	color: #000;
        text-decoration: underline !important;
}

a.ciemny_link:active {
	color: #000;
        text-decoration: underline !important;
}

a.ciemny_link:visited {
	color: #999999 !important;
        text-decoration: none !important;
}

.notification_container {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 960px;
	width: 85%;
	z-index: 99999999;
}

.notification {
	background-color: #fff;
	width:100%;
	position: relative;
	padding: 5px 30px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	height: 70px;
	font-size: 17px;
	-webkit-box-shadow: 0px 10px 15px -7px rgba(85,85,85,1);
	-moz-box-shadow: 0px 10px 15px -7px rgba(85,85,85,1);
	box-shadow: 0px 10px 15px -7px rgba(85,85,85,1);
}

.notification.below {
	top: auto;
	bottom: 0;
	margin-top: 20px;
}

.notification.ok {
	border-color: green;
	background: -webkit-linear-gradient(right, #D0EC76, white, white, white, white);
	background: -o-linear-gradient(right, #D0EC76, white, white, white, white);
	background: -moz-linear-gradient(right, #D0EC76, white, white, white, white);
	background: linear-gradient(to right, #D0EC76, white, white, white, white);
}

.notification.err {
	border-color: red;
	background: -webkit-linear-gradient(right, #F3664F, white, white, white, white);
	background: -o-linear-gradient(right, #F3664F, white, white, white, white);
	background: -moz-linear-gradient(right, #F3664F, white, white, white, white);
	background: linear-gradient(to right, #F3664F, white, white, white, white);
}

.close_notification {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	height: 16px;
	width: 16px;
	background: #FFF url('../images/cross.png') 0 0 no-repeat;
	display: block;
}

.close_notification:hover {
	opacity: 0.6;
}

.notification > div {
	position: relative;
	height: 100%;
	overflow: auto;
}

.notification > div > .msg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-height:100%;
}

.box_highlight {
	background-color: #f7f7f7;
	padding: 40px;
	text-align: center;
	overflow: auto;
}

.box_highlight_light {
	background-color: #ffffff;
	padding: 40px;
	text-align: center;
	overflow: auto;
}
.lista-podstrony{
	font-size:18px;
	letter-spacing: 0px;
}
ul.lista-podstrony{
	list-style-image: url("../img/podstrona_programdobiurarachunkowego/icon-ok.svg");
	padding-left:16px;
}
ul.lista-podstrony>li>p{
	line-height:15px;
}
ul.lista-podstrony>li{
	margin-top:15px;
}
.box_highlight_dark {
	background-color: #1a1616;
	padding: 40px;
	text-align: center;
	overflow: auto;
}

.separator_blue {
	background-color: #005eff;
	width: 50px;
	height: 2px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}

.separator_blue_left {
	background-color: #005eff;
	width: 50px;
	height: 2px;
	margin-bottom: 20px
}

.separator_orange_left {
	background-color: #ff9514;
	width: 30px;
	height: 1px;
	margin-bottom: 20px
}

.separator_orange {
	background-color: #ff9000;
	width: 20px;
	height: 1px;
	margin-bottom: 8px;
	margin-top: -10px;
}

.separator_white {
	background-color: white;
width: 220px;
height: 1px;
margin-bottom: 3px;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}

.main-functions {
	margin: auto;
	margin-top: 60px;
	opacity: 1;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.vindication_heading {
	text-align: left;
	font-weight: bold;
	color: white;
	font-size: 18px;
}

.vindication_text {
	text-align: left;
	color: #bbb;
}

.vindication_number {
	font-weight: bold;
	color: #ff9000;
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background: #000000;
	margin-top: -12px;
	margin-left: 30px;
}

.functions_img {
	height: 70px;
}

.functions_img_other {
	height: 50px;
}

.functions_subtitles_kafelki {
	color: #000000;
    font: normal 15px Lato;
}

.wizytowka_bg{
    box-shadow: 0px 0px 17px -11px rgba(66, 68, 90, 1);
}

.functions_subtitles {
	color: #000000;
	font-weight: bold;
}

.ikonka-wizytowka>img{
    width:11px;
    margin-right:5px;
}

.functions_subtitles_others {
	letter-spacing: 2px;
	color: #2b2a2a;
	font-size: 12px;
	line-height: 1.5;
}

.functions_subtitles_orange {
	letter-spacing: 2px;
	color: #FF950A;
	font-size: 12px;
	line-height: 1.5;
}

.functions-summary {
	padding-top: 60px;
}

.functions-summary-header {
	font-size: 26px;
	color: 2b2a2a;
}


.btn-sprobuj {
	width: 250px;
	color: #ffffff;
	background-color: #d64b20;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	letter-spacing: 1px;
	margin: auto;
	text-align: center;
}


.btn-sprobuj-reversed {
	width: 250px;
	color: #d64b20;
	background-color: #ffffff;
	border-radius: 5px;
	boder-color: #d64b20;
	border-style: solid;
	border-width: 2px;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	letter-spacing: 1px;
	margin: auto;
	text-align: center;
}

.revealOnScroll {
	opacity: 0;
}

.revealOnScroll2 {
	opacity: 0;
}

.btn-sprobuj:hover {
	background-color: #0091c2;
	text-decoration: none;
	color: #ffffff;			
}

.btn-sprobuj-reversed:hover {
	background-color: #0091c2;
	color: #ffffff;
	text-decoration: none;
}


.polowka-text {
	text-align: left;
	overflow: auto;
}

.sekcja {
	padding-top:25px;
	padding-bottom:25px;
}

.tick-blue {
	color: #0091c2;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

.div_integracje_logo {
	height: 80px;
}

.div_platnosci_logo {
	height: 100px 
}

.div_banki_logo {
	height: 125px 
}
.center {
	text-align:center;
}

.article_title {
	margin: 150px auto 0;
	text-align: center;
}

@media (min-width: 1181px)
{
	.line-height-22{line-height:22px;}
	.box_artykul
	{
		display: inline-block;
		width: 30%;
	}
	.red_cross::before
	{
	  content: "";
	  position: relative;
	  top: 20px;
	  left: -52px;
	  display: block;
	  width: 275px;
	  height: 8px;
	  background-color: #F00;
	  transform: rotate(30deg);
	  opacity: 0.7;
	}
	
	.ksiazki_hide_others1 {
		margin-bottom: 130px;
	}
	
	.ksiazki_hide_others2 {
		padding-top: 190px;
	}
	
	.zawarcie_umowy_text
	{
		width: 40%;
	}
	.umowa_50
	{
		float:left;
		width: 50%;
	}
	.umowa_60
	{
		float:left;
		width: 60%;
	}
	.umowa_40
	{
		float:left;
		width: 40%;
	}
}

/*
///////////////////////////////////////////////////////////////////////
/////////////////////  TABLET   ///////////////////////////////////////
///////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1180px) {
	.tabCennik button,.tabCennik a {
		padding:16px 3px 14px 3px !important;
	}
	.ksiazki_hide {
		display:none;
	}
	
	.ksiazki_hide_others1 {
		margin-bottom: 0px;
	}
	
	.ksiazki_hide_others2 {
		padding-top: 40px;
	}
	
	.fb_box {
		display:none;
	}
	
	.fb_box_mobile {
		display:block;
	}
	
	#map {
		height: 450px;
	}
	
	.form_info {
		display:none;
	}

	.contact_input {
		margin-top:30px;
		margin-bottom:0px;
	}
	
	.contact_textarea {
		margin-top:30px;
		height:149px;
	}
	
	.contact_input_first {
		margin-top:63px;
	}
	
	.fb_iframe_widget {
		display: none !important;
	}



	.slider_1 {
		background: #fff url("../img/slider1_t.jpg") no-repeat scroll center top;
	}

	.slider_2 {
		background: #fff url("../img/slider2_t.jpg") no-repeat scroll center top;
	}

	.slider_3 {
		background: #fff url("../img/slider4_t.jpg") no-repeat scroll center top;
	}

	.slider_4 {
		background: #fff url("../img/slider3_t.jpg") no-repeat scroll center top;
	}

	.slider_5 {
		background: #fff url("../img/slider2_t.jpg") no-repeat scroll center top;
	}

	.slider_6 {
		background: #fff url("../img/slider1_t.jpg") no-repeat scroll center top;
	}

	.slider_7 {
		background: #fff url("../img/slider2_t.jpg") no-repeat scroll center top;
	}

	#slider {
		height:801px;
	}
	
	.slider_box {
		width:100%;
		position:absolute; right:0px; bottom:0px;
		margin-top:400px;
		background:url("../img/bg_transparent.png");
		padding:30px 15px 45px;
	}

	.slider_box strong {
		font-size: 34px;
	}

	.slider_box h2 {
		font-size: 34px;
	}
	
	#contact_form {
		padding-top: 20px;
	}
	
	.contact_left {
		width: 47%;
	}
	
	.contact_right {
		width: 47%;
	}
	
	.content_tablet {
		padding:0 20px;
	}
	
	.conten_box_contact {
		max-width:440px;
		width:90%;
	}
	
	.infolinia_left {
		width:100%;
		margin-bottom:15px;
	}
	
	.infolinia_right {
		width:100%;
		clear:both;
	}
	
	.podst_row_content_span {
		margin-bottom:35px;
	}
	
	.hd-mobile_1 {
		display:block;
		width:50%;
		float:left;
	}
	
	.hd-mobile_2 {
		display:block;
		width:50%;
		float:left;
	}
	
	.podstrona_img_right {
		float:left;
	}
	
	.p20 {
		float:left;
		width:100%;
	}
	
	.p14 {
		float:left;
		width:100%;
		font-size:20px;
	}
	
	.img_podstr_m {
		margin:15px auto;
		width:100%;
	}
	
	.content_form {
		padding:0 30px 60px;
	}
	
	.btn_blue_contact {
		margin-top:40px;
		font-size:20px;
	}

	.p14_blue {
		font-size:20px;
	}
	
	.h2_36 {
		font-size:30px;
	}
	
	.header_h3_p {
		margin-top:50px;
		font-size:30px;
	}

	.box_blue_row_title {
		font-size:16px;
		padding-top:18px;
		padding-right:50px;
		background:#0091c2 url("../img/arr_down.jpg") no-repeat scroll right center;
	}
	
	.galery_mobile {
		width: 100%;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		height:250px;
	}
	
	.img_galeria {
		float:none;
	}
	
	.a_img_galeria {
		display:inline-block;
	}
	
	.table_hd {
		width: 100%;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		height:430px;
	}
	
	.table_hd_int {
		width:1180px;
	}
	
	.podst_row {
		width:50%;
	}
	
	.podst_row_full {
		width:100%;
	}
	
	.rw_1p {
		display:block;
		width:50%;
		float:left;
	}
	
	.rw_2p {
		display:block;
		width:50%;
		float:left;
	}
	
	#first_poland img {
		width:20%;
		margin-left:4%;
	}

	.first_info {
		width:70%;
		margin-top:20px;
		font-size:25px;
	}
	
	.row_left {
		width:95%;
		float:left;
	}
	
	.row_right {
		width:95%;
		float:left;
		margin-left:20px;
	}
	
	.row2_hd5_h {
		position:relative; top:4px;
	}
		
	.check_box {
		clear: both;
		width: 580px;
		margin: 0 auto 40px;
		float: none;
	}
	
	.row_single {
		width:100%;
		display:initial;
		float:none;
		margin-right:0;
	}
	
	#mozliwosci {
		background:#eeeeee;
		height:auto;
		padding-bottom:20px;
		text-align:center;
	}
	
	.mozliwosci_box {
		width:380px;
		height:60px;
		margin:0 auto 47px;
		float:none;
		clear:both;
		display:inline-block;
		text-align:left;
	}
	
	.poradnik_left {
		width:60%;
		float:none;
		margin:0 auto;
		text-align:center;
	}
	
	.h2_poradnik {
		margin-left:10px;
	}
	
	.url_tab {
		margin-right: 10px;
	}
	
	.poradnik_txt {
		text-align:left;
		max-width:80%;
	}
	
	.poradnik_right {
		display:none;
	}
	
	.poradnik_right_mobile {
		display:block;
		width:100%;
		margin:40px auto 0;
	}
	
	.opinie_slide {
		width:540px;
		margin:30px 15px 10px;
	}
	
	.opinie {
		background:#fff;
		margin:50px auto 30px;
		width:720px;
	}
		
	.opinia_box {
		width:360px;
		background:#fff;
	}
	
	.wyprobuj {
		max-width:470px;
		margin:0 auto;
	}
	
	.opinia_box p {
		font-size:12px;
	}
	
	.opinie_slide img {
		width:100%;
		max-width:140px;
	}
	
	.arr_right {
		float:left;
	}
	
	.cenn_h1 {
		font-size:56px;
		text-align:center;
		padding-bottom:40px;
	}
	
	.content_tablet2, .content_tablet3 {
		margin:0 auto;
		width:755px;
	}
	
	.cennik_tab_1 {
		width: 149px;
	}
	
	.cennik_tab_2 {
		width: 150px;
	}
	
	.cennik_tab_3 {
		width: 155px;
	}
	
	.cennik_tab_4 {
		width: 150px;
	}
	
	.cennik_tab_5 {
		width: 149px;
	}
	
	.cennik_row {
		font-size:10px;
		height:35px;
		padding:9px 0 0 15px;
	}
	
	.cennik_top {
		font-size:14.5px;
		line-height:20px;
		padding-top:45px;
		height:90px;
	}
	
	.cennik_head {
		height:210px;
	}
	
	.cennik_price {
		font-size:45px;
	}
	
	.cenni_info {
		font-size:10px;
	}
	
	.cennik_head_3 {
		height:225px;
	}
	
	.cennik_top_3 {
		padding-top:60px;
		height:105px;
	}
	
	.contact_nam {
		font-size:11px;
		margin-top:0px;
	}
	
	.contact_val {
		font-size:23px;
	}
	
	.gratis_email_box {
		width:275px;
		padding:15px 8px;
		line-height:20px;
		margin-top:5px;
	}
	
	.gratis_tel_box {
		width:215px;
		padding:15px 8px;
		margin-left:0px;
		line-height:20px;
		margin-top:5px;
	}
	
	.gratis_lub_box {
		font-size:23px;
		width:30px;
		margin:40px 5px 0 10px;
	}
	
	.gratis_box {
		height:140px;
		padding-top:20px;
	}
	.gratis_b_2_big{
		margin-left:80px;
	}
	
	.gratis_b_2 {
		width:540px;
	}
	
	.email_blue {
		max-width:50px;
	}
	
	.tel_blue {
		max-width:45px;
	}

	.gratis_zwrot {
		font-size:10px;
	}
	
	.row_hd_1 {
		width:185px;
		height:110px;
	}
	
	.row_hd_1_small {
		height:63px;
	}
	
	.row2_hd_1 {
		width:185px;
		height:35px;
	}
	
	.row_hd_2 {
		width:113px;
		height:110px;
	}

	.row_cols3 {
		width: calc((100% - 185px) / 3) !important;
	}
	.row_cols4 {
		width: calc((100% - 185px) / 4) !important;
	}
	.row_cols5 {
		width: calc((100% - 185px) / 5) !important;
	}
	.row_col6 {
		width: calc((100% - 185px) / 6) !important;
	}
	
	.row_hd_2_small {
		height:63px;
	}
	
	.row2_hd_4 {
		width:113px;
	}
	
	.row2_hd_5 {
		width:113px;
		height:55px;
	}
	
	.row2_hd_2 {
		width:113px;
		height:35px;
	}
	
	.dod {
	border-left: 0;
	height: 80px;
	}
	
	.cenn_t1 {
		font-size:23px;
	}
	.cenn_t2 {
		font-size:34px;
	}

	.cenn_13 {
		font-size:13px;
	}
	
	.row2_sml {
		font-size:10px;
	}
	
	.table_hd_in {
		width:750px;
	}
	
	.table_hd2 {
		width: 100%;
		margin-top:30px  !important;
	}
	
	.table_hd_podst_row {
		min-height:50px;
	}
	
	.table_hd_podst_row img {
		max-width:15px;
		margin-top:-6px;
	}
	
	.bg_naj {
		background: #fff url("../img/najczesciej_wyb_m.png") no-repeat scroll top right;
	}
	
	.bg_naj_small {
		background: #fff;
	}
	
	.txt_w {
		padding-top:17px;
	}
	
	.row_b1 {
		height:60px;
	}
	
	.row2_hd_3 .radio label {
		font-size:12px;
	}
	
	.row2_hd_3 .radio label input {
		margin-top:2px;
	}
	
	.radio {
		margin-top:2px;
	}
	
	.row_b2 {
		height:100px;
	}
	
	.row2_hd_4 {
		font-size:15px;
	}
	
	.row2_hd_4 strong {
		font-size:29px;
	}

	.txt_btn_orange {
		font-size:11px;
		padding-left:5px;
		padding-right:5px;
	}
	
	.zloz_zam {
		float:none;
		width:750px;
	}
	
	.save_email {
		width:480px;
	}

	.arr_right2 {
		margin-left:5px;
	}
	
	.opinie_footer_content div {
		font-size:11px;
	}
	
	.form_head {
		width:100%;
		font-size:22px;
		padding-left:0;
		text-align:center;
		height:52px;
		padding-top:10px;
	}

	.menu_login {
		position:absolute; top:0px; right:0px;
	}
	
	.content_login {
		position:relative; top:0px;
	}
	
	.content_m {
		width:100%;
	}
	
	.block {
		float:none;
		display:inline-block;
	}

	.gratis_b_1 {
		width:160px;
		font-size:29px;
		line-height:32px;
	}

	.gratis_b_1 strong {
		font-size:40px;
		font-weight:900;
	}

	.gratis_b_1 strong span {
		font-size:44px;
	}
	
	.content {
		max-width:990px;
	}
	
	.row_radios {
		width: 100% !important;
		border-bottom: 0px !important;
	}
	
	.radios_div_input {
		height: 1px !important;
	}
	
	.radio {
		height: 163px !important;
	}
	
	.radio_label {
		display: inline-block;
		margin: 0px 0px 0px 30px !important;
		font-size: 28px;
		color: #00536f;
	}
	
	.radios_form{
		margin-left: 0px !important;
	}
	
	.box_artykul
	{
		display: inline-block;
		width: 30%;
	}
	.red_cross::before
	{
	  content: "";
	  position: relative;
	  top: 35px;
	  left: -52px;
	  display: block;
	  width: 275px;
	  height: 8px;
	  background-color: #F00;
	  transform: rotate(30deg);
	  opacity: 0.7;
	}
	
	.right{
		text-align: center;
	}
	
	.float-left {
		float:none;
	}
	.float-right {
			float:none;
	}
	
	.zawarcie_umowy_text
	{
		width: 40%;
	}
	.umowa_50
	{
		float:left;
		width: 50%;
	}
	.umowa_60
	{
		float:left;
		width: 60%;
	}
	.umowa_40
	{
		float:left;
		width: 40%;
	}
}



@media (max-width: 990px) {
    .youtube-iframe{
        width:100% !important;
    }
    .how_to_box{
        width:100%;
    }
	.title_h1_cennik{
		margin-top:50px;
		text-align: center; 
	}
	body {
		margin-top: -83px;
		padding-top: 83px;
	}
	
	#cooinfo {
		top: 83px;
	}
	
	#podstrona {
		padding-bottom:185px;
		margin-bottom:-155px;
	}
		
	#slider, #contact_form, #cennik_title, #podstrona {
		margin-top:83px;
	}

	#top {
		background:#fff;
		height:83px;
	}
		
	.logo {
		float:left;
		position:relative; top:1px; 
		margin-left:10px;
		max-width:250px;
	}
	
	.menu_mobile {
		display:block;
		height:83px;
		border-bottom:1px solid #c4c4c4;
		color:#b2b2b2;
		font-size:46px;
	}
	
	.menu_home {
		float:right;
		width:86px;
		height:83px;
		border-left:1px solid #c4c4c4;
		cursor:pointer;
	}
	
	.menu_home:hover {
		color:#fff;
		background:#0091c2;
	}
	
	.menu_home > * {
		display:inline-block;
		width:100%;
		height:100%;
		text-align:center;
	}
	
	.menu_home .glyphicon {
		line-height: 1.7;
	}
	
	.menu_desktop, .hide_mobile {
		display:none;
	}
	

	
	.slider_check {
		right: 20px;
		bottom: 20px;
	}
	
	.title_h1 {
		font-size:36px;
	}
	
	.margin_h1 {
		margin-bottom:20px;
		padding-top:0px;
	}
	
	.tx-lef {
		text-align:left;
	}
	
	.first_info {
		margin-top:0;
		margin-left:15px;
	}
	
	#platnosci-payu h3 {
		text-align:center;
	}
	

	
	.newsletter_box {
		width:100%;
		margin-top:0px;
		float:none;
	}
	
	.newsletter_title {
		font-size:48px;
		margin-top:50px;
		margin-bottom:20px;
	}
	
	.newsletter_box p {
		font-size:24px;
		line-height:30px;
		max-width:490px;
		margin-bottom:38px;
	}
	
	.input_email {
		padding:25px;
		font-size:26px;
	}
	
	.submit_orange {
		font-size:28px;
		padding:25px 15px;
		margin-top:36px;
	}
	
	footer {
		text-align:center;
	}
	
	.footer_opis {
		width: 700px;
	}
	
	.footer_left {
		float:none;
	}
	
	.footer_info {
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	
	.notification {
		padding-right: 60px;
		font-size: 15px;
	}
	
	.close_notification {
		height: 58px;
		width: 50px;
		background-position: center center;
	}
	
	.box_artykul
	{
		display: block;
		width: 95%;
	}
	
	.float-left {
		float:none;
	}
	.float-right {
			float:none;
	}
	
	.nowySectionRodzic {
		flex-wrap:nowrap;
	}
	
	.nowySectionDziecko1 {
		width: 80%;
	}
	
	.nowySectionDziecko2 {
		width: 20%;
	}
	
	.zawarcie_umowy_text
	{
		width: 60%;
	}
	.umowa_50
	{
		float:left;
		width: 50%;
	}
	.umowa_60
	{
		float:left;
		width: 60%;
	}
	.umowa_40
	{
		float:left;
		width: 40%;
	}
}
/*
///////////////////////////////////////////////////////////////////////
/////////////////////  MOBILE   ///////////////////////////////////////
///////////////////////////////////////////////////////////////////////
*/
.ksiazka-bg{
	background: #14465C 0% 0% no-repeat padding-box;
	color:white;
	padding-left:5%;
	padding-right:5%;
}
.ksiazka-bg>div{
	overflow:hidden;
}
.ksiazka-bg>div>img{
	width:110%;
	height:auto;
}
.ksiazka-bg>div>h3>b{
	font-size:26px;
	line-height: 32px;
}
.ksiazka-bg>div>p{
	font-size:15px;
	line-height: 23px;
}
.separator_green_left {
	border-bottom: solid 1px #90FF90;
	float:left;
	color:#90FF90;
	letter-spacing: 3.6px;
	line-height:32px;
	font-size:18px;
}
.btn-sprobuj-blue {
	color: #ffffff;
	background-color: #22A4DE;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	letter-spacing: 0px;
	margin: auto;
	text-align: center;
	display:inline-block;
}
.btn-sprobuj-blue:hover {
	background-color: #0091c2;
	color: #ffffff;
	text-decoration: none;
}
.btn-sprobuj-white {
	color: #212121;
	background-color: none;
	border: 1px solid #EDEFF0;
	font-size: 15px;
	padding: 15px;
	letter-spacing: 0px;
	margin: auto;
	text-align: center;
	display:inline-block;
	border-radius: 4px;
}
.btn-sprobuj-white:hover {
	background-color: #e9e9e9;
	color: #212121;
	text-decoration: none;
}
.text-muted_small{
	color:#768186;
	letter-spacing:0;
}
.popup-bg
{
	display:none;
	background-color: white;
    position: fixed;
	z-index: 999;
    width: 45vw;
    text-align: center;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
	-webkit-box-shadow: 0px 20px 30px -12px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 20px 30px -12px rgba(66, 68, 90, 1);
	box-shadow: 0px 20px 30px -12px rgba(66, 68, 90, 1);
}
.text-left>h3{
	color:black;
}
.popup-img{
	padding:0;
}
.popup-img>img{
	width:100%;
	height:450px;
	object-fit:cover;
}
.numer_popup{
	color:#00a9e3;
	font-size:2.5rem;
	font-weight:bold;
}
.p_popup{
	line-height: 30px;
}
.iks{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
@media (max-width: 760px) {
	.popup-bg{
		width:95%;
		top:10vh;
		padding-bottom:20px;

	}
	.p_popup{line-height:20px;}
	.popup-img > img{
		height:200px;
	}
	.ksiazka-bg>div>img{
		width:auto;
		height:350px;
	}
	.ksiazka-bg>div{
		overflow:inherit;
		max-width:100%;
	}
	.ksiazka-bg{
		padding-left:0;
		padding-right:0;
	}
	.btn-sprobuj-blue{
		width:100%;
	}
	.separator_green_left {
		letter-spacing: 3px;
		line-height:32px;
		font-size:15px;
	}

	.rowPricesMobile{width:30% !important}
	.w-100-mobile{width:50% !important;}
	.w-100-mobile-important{width:100%;}
	.height-mobile-auto{height:auto !important}
	.text-center-mobile{text-align:center !important}
	.opinia_tab {
		width: 100%;
	}
	.show_mobile {
		display:block;
	}
	body {
		margin-top: -40px;
		padding-top: 40px;
	}
	
	#podstrona {
		padding-bottom:245px;
		margin-bottom:-210px;
	}
	
	.menu_home {
		float:right;
		width:42px;
		height:40px;
		border-left:1px solid #c4c4c4;
		cursor:pointer;
		font-size:22px;
	}
	
	.menu_mobile {
		display:block;
		height:40px;
		border-bottom:1px solid #c4c4c4;
		color:#b2b2b2;
		font-size:36px;
	}
	
	.content_tablet {
		padding:0px;
	}
	
	#map {
		height: 220px;
		margin-top:0px;
	}
	
	.contact_left {
		width:100%;
		float:left;
	}
	
	.contact_right {
		width:100%;
		float:left;
	}
	
	.contact_box_3 {
		margin-bottom:30px;
	}
	
	.conten_box_contact {
		max-width:600px;
		width:80%;
		margin-right:20px;
	}
	
	.contact_box_1 img, .contact_box_2 img, .contact_box_3 img {
		margin-left:15px;
	}
	
	#slider, #contact_form, #cennik_title, #podstrona {
		margin-top:40px;
	}
	
	.logo {
		max-width:150px;
	}
	
	.logo img {
		max-width: 120px;
		height: auto;
		margin-top:-23px;
	}
	
	.menu_sm {
		max-width:760px;
	}
	
	.content_mobile {
		padding:0 0px;
	}
	
	.margin_h1 {
		margin-bottom:30px;
		padding-top:5px;
	}
	
	.p20, .p14, .p14_blue {
		font-size:14px;
	}
	
	.row_h4 {
		font-size:16px;
	}
	
	.podst_row_content {
		font-size:14px;
	}
	
	.mozliwosci_box_txt {
		font-size:20px;
	}
	
	.poradnik_left {
		width:90%;
	}
	
	.poradnik_txt {
		text-align:left;
		max-width:300px;
	}
	
	.hide_phone {
		display:none;
	}
	
	.slider_1 {
		background: #fff url("../img/slider1_m.jpg") no-repeat scroll center top;
	}

	.slider_2 {
		background: #fff url("../img/slider2_m.jpg") no-repeat scroll center top;
	}

	.slider_3 {
		background: #fff url("../img/slider4_m.jpg") no-repeat scroll center top;
	}

	.slider_4 {
		background: #fff url("../img/slider3_m.jpg") no-repeat scroll center top;
	}
	
	.slider_5 {
		background: #fff url("../img/slider2_m.jpg") no-repeat scroll center top;
	}

	.slider_6 {
		background: #fff url("../img/slider1_m.jpg") no-repeat scroll center top;
	}

	.slider_7 {
		background: #fff url("../img/slider2_m.jpg") no-repeat scroll center top;
	}

	.opinie_slide {
		width:300px;
		margin:30px 0px 10px 5px;
	}
	
	.opinie {
		background: #fff;
		margin: 10px auto 20px;
		max-width: 360px;
		max-height: 350px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.opinia_box {
		width:250px;
		background:#fff;
	}
	
	.opinia_box span {
		display: block;
		margin: 0;
	}
	

	
	.btn_orange3, .btn_orange2 {
		font-size:21px;
		padding:10px 10px;
	}
	
	.h2_poradnik {
		font-size:24px;
	}
	
	.url_tab {
		clear: both;
		display: block;
		float: left;
		margin: -10px 0 10px 10px;
	}
	
	.mozliwosci_title {
		font-size:24px;
	}
	
	.poradnik_left img {
		float:none;
		margin:0 auto 20px;
	}

	.mozliwosci_box_txt {
		font-size:18px;
	}
	
	.first_info {
		font-size:18px;
	}

	.first_info {
		font-size:18px;
	}
	
	#systim_to h1 {
		font-size:20px;
	}
	
	#systim_to h3 {
		top: -5px;
		left: -10px;
	}
	
	.check_box {
		font-size: 13.5px;
		padding-right: 5px;
		height: 34px;
		margin: 0 auto 40px;
		float: none;
		width: 350px;
	}
	
	.check_box img {
		max-width: 45px;
		position: relative;
		top: -7px;
		left: -15px;
	}

	.row_left {
		margin-left: 0;
		padding-left: 20px;
		width: 100%;
	}
	
	.row_right {
		margin-left:0;
		padding-left: 20px;
		width:100%;
	}
	
	.row_single {
		width:100%;
	}
	
	.mozliwosci_box {
		width:350px;
	}
	
	.slider_box {
		padding-top:15px;
		margin-top:280px;
	}

	.slider_box h2 {
		font-size:24px;
		margin-bottom:15px;
	}

	.slider_box p {
		font-size:14px;
	}
	
	.btn_orange_s {
		font-size:16px;
	}
	
	.content_form {
		padding:0 15px 25px;
	}
	
	.hader_mozliwosci {
		padding-top:20px;
		margin-bottom:30px;
	}
	
	#mozliwosci {
		margin-top:1px;
		height:auto;
		padding-bottom:20px;
		background:#eeeeee;
	}
	
	.contact_input_first {
		margin-top:30px;
	}
	
	.btn_blue_contact {
		margin-top:30px;
	}
	
	.newsletter_title {
		font-size:36px;
		margin-bottom:20px;
		margin-top:35px;
	}
	
	.newsletter_box p {
		font-size:18px;
		max-width:365px;
		line-height:24px;
		margin-bottom:20px;
	}
	
	.input_email {
		padding:17px 10px;
		font-size:20px;
	}
	
	.submit_orange {
		padding:17px 10px;
		font-size:21px;
	}
	
	.newsletter_box {
	}
	
	.menu_login {
		width:100%;
		text-align:center;
	}
	
	.content_login {
		position:relative; top:0px;
	}
	
	.content_m {
		width:100%;
	}
	
	.menu_login_input {
		width:100%;
	}

	.menu_login_submit {
		width:100%;
	}
	
	#cennik_tab {
		width: 100%;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		height: 494px;
		display: block;
	}
	
	.tbl_c {
		width:800px;
	}
	
	.cennik_tab_3 {
		margin-top:0px;
	}
	
	.gratis_b_1, .gratis_b_2, .gratis_b_2_big {
		width:100%;
		float:none;
		text-align:center;
		margin:0 !important;
	}
	
	.gratis_b_1 strong, .gratis_b_1 strong span {
		font-size:30px;
	}
	
	.gratis_box {
		height:auto;
		width:320px;
		margin:0 auto;
	}
	
	.gratis_tel_box {
		width:100%;
		line-height:26px;
		margin-top:13px;
	}
	
	.gratis_lub_box {
		width:100%;
		margin-top:5px;
		font-size:36px;
		font-weight:400;
	}
	
	.gratis_email_box {
		width:100%;
		line-height:26px;
	}
	
	.gratis_zwrot {
		font-size:11px;
	}
	
	.contact_nam {
		font-size:17px;
		margin-top:-5px;
	}
	
	.val_tel {
		font-size:32px;
	}
	
	.footer_mozliwosci {
		margin-top:1px;
	}

	.row_fb_left {
		width:100%;
		margin-bottom:20px;
		text-align:center;
	}
	
	.row_fb_right {
		width:100%;
	}
	
	.fb_box_mobile {
		margin:0 auto;
	}
	
	.table_hd_in {
		width:100%;
	}
	
	.content_tablet3 {
		width:100%;
	}
	
	.table_hd2 {
		width:100%;
	}
	
	.row2_hd_1 {
		width:80%;
	}
	.row2_hd_2 {
		width:20%;
	}
	.dod {
	border-left: 0;
	height: 80px;
}
	.show_phone {
		display:block;
	}
	
	.hide_phone {
		display:none;
	}
	
	.nav_cennik {
		height:90px;
		width:100%;
	}
	
	.nav_left {
		width:15%;
		float:left;
		background:#00536f;
		cursor:pointer;
		height:90px;
		text-align:center;
		padding-top:30px;
	}
	
	.nav_right {
		width:15%;
		float:left;
		background:#00536f;
		cursor:pointer;
		height:90px;
		text-align:center;
		padding-top:30px;
	}
	
	.nav_content {
		width:70%;
		float:left;
		font-size:24px;
		background:#15ae86;
		color:#fff;
		height:90px;
		text-align:center;
		display:table;
	}
	
	.nav_content p {
		display:table-cell;
		vertical-align:middle;
	}
	
	.radio_br {
		width:100%;
		display:block;
		clear:both;
	}
	
	.row_b1 {
		height:200px;
	}
	
	.row_b2 {
		height:92px;
	}
	
	.row2_hd_3 {
		text-align:left;
		float:left;
		width:100%;
	}
	
	.row2_hd_3 .radio {
		float:left;
		width:40%;
		display:block;
		margin-top:0px;
		padding-top:0px;
	}
	
	.txt_w {
		float:left;
		height:30px;
		width:100%;
	}
	
	.txt_w2 {
		width:30%;
	}
	
	.row2_hd_4 {
		border:0px;
		width:70%;
	}
	
	.zaloz_phone {
		width:100%;
		height:65px;
	}

	.zaloz_phone .txt_btn_orange {
		font-size:18px;
	}
	
	.zloz_zam {
		width:100%;
	}
	
	.save_email {
		width:100%;
	}
	
	.save_btn {
		width:100%;
		margin-top:15px;
	}
	
	.checkbox_rules {
		margin-top:5px;
	}
	
	.content_tablet3 {
		padding-left:0px;
		padding-right:0px;
	}
	
	.header_h3_p h2 {
		font-size:20px;
	}
	
	.arr_left {
		margin-top:130px;
	}

	.arr_right {
		margin-top:130px;
	}
	
	.newsletter_box {
		padding:8px 15px;
	}
	
	.newsletter_title {
		margin-top:15px;
	}
	
	#poradnik {
		padding-top:10px;
	}
	
	#nav_main li {
		float:left;
		width:50%;
		border:0px;
	}
	
	.menu_sm {
		top:40px;
	}
		
	#cooinfo {
		top: 40px;
	}
	
	#top {
		height:40px;
	}
	
	.btn_sml {
		margin-left:20px;
		margin-right:20px;
		font-size:15px;
		width:88%;
		padding-left:10px;
		padding-right:10px;
	}
	
	#slider {
		height: 611px;
	}

	footer {
	}
	
	.footer_opis {
		width: 430px;
	}

	.table_hd_podst_row_mobile {
		display: block;
		height:35px;
	}
	
	.box_artykul
	{
		display: block;
		width: 95%;
	}
	
	.radio
	{
		height: 15px !important;
	}
	.red_cross::before
	{
	  content: "";
	  position: relative;
	  top: 20px;
	  left: 0;
	  width: 100%;
	  display: block;
	  height: 8px;
	  background-color: #F00;
	  transform: rotate(30deg);
	  opacity: 0.7;
	}
	.row_b3 
	{
		height:150px;
	}
	
	.right {
	text-align: center;
	}
	
	.float-left {
		float:none;
	}
	.float-right {
			float:none;
	}
	
	.nowySectionRodzic {
		flex-wrap:wrap;
	}
	
	.nowySectionDziecko1, .nowySectionDziecko2 {
		width: 100%;
	}
	
	.article_title {
		margin:80px auto 0;
	}
	
	.zawarcie_umowy_text
	{
		width: 60%;
	}
	.umowa_50
	{
		float:left;
		width: 50%;
	}
	.umowa_60
	{
		float:left;
		width: 60%;
	}
	.umowa_40
	{
		float:left;
		width: 40%;
	}
	
}



@media (max-width: 460px) {
	.opinia_tab {
		width: 100%
	}
	
	#podstrona {
		padding-bottom: 280px;
		margin-bottom: -250px;
	}
	
	.slider_arr {
		top: 25%;
	}
	
	.slider_check {
		top: 20px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		height:100px;
	}
	
	.opinie_slide {
		width:210px;
		margin-left:0px;
		padding-left:0px;
	}
	
	.opinie {
		max-width:260px;
	}
	
	.opinia_box {
		width:175px;
	}
	
	.btn_te {
		font-size:18px;
		padding:5px;
		width:270px;
	}
	
	.txt_mozliwosci{
		font-size:14px;
	}
	
	.logo {
		max-width:100px;
		margin-top:1px;
	}
	
	.arr_left {
		margin-right:1px;
	}
	
	.menu_sm {
		top:40px;
	}
		
	.menu_home {
		width:42px;
		height:40px;
		border-left:1px solid #c4c4c4;
		cursor:pointer;
		font-size:20px;
	}
	
	.conten_box_contact {
		width:75%;
	}


	
	.newsletter_box {
	}
	
	.cenn_h1 {
		font-size:26px;
	}
	
	.gratis_box {
		width:250px;
	}
	
	.gratis_b_1, .gratis_b_1 strong, .gratis_b_1 strong span {
		font-size:24px;
	}
	
	.contact_nam {
		font-size:11px;
		margin-top:-1px;
	}
	
	.contact_val {
		font-size:16px;
	}
	
	.tel_blue, .email_blue {
		max-width:35px;
	}
	
	.nam_tel {
		font-size:10px;
	}
	
	.val_tel {
		font-size:19px;
	}
	
	.gratis_tel_box, .gratis_email_box {
		line-height:16px;
	}
	
	.header_h3_p h2 {
		font-size:17px;
	}

	.arr3 {
		margin:0px 15px;
	}
	
	.arr {
		margin:0px 10px;
	}
	
	.ar {
		margin:0px 10px;
	}
	
	.mozliwosci_box img {
		max-width:60px;
	}
	
	.mozliwosci_box {
		width: 280px;
	}
	
	.mozliwosci_box_txt {
		font-size:16px;
	}
	
	
	.first_info {
		width:66%;
		font-size:12px;
	}
	
	.header_opinie {
		font-size:18px;
	}
	
	.btn_orange_s {
		font-size:15px;
		width:100%;
		display:block;
	}
	
	.slider_box {
		margin-top:200px;
	}
	
	#first_poland img {
		width:20%;
		margin-left:10px;
	}
	
	.row_left, .row_right {
		width:90%;
	}
	
	.check_box {
		font-size: 12px;
		width: 310px;
	}
	
	footer {
	}
	
	.footer_opis {
		font-size: 10px;
		width: 250px;
	}
	
	.box_artykul
	{
		display: block;
		width: 95%;
	}
	
	.right {
	text-align: center;
	}
	
	.float-left {
		float:none;
	}
	.float-right {
			float:none;
	}
	
	.zawarcie_umowy_text
	{
		width: 80%;
	}
	.umowa_50
	{
		float:left;
		width: 50%;
	}
	.umowa_60
	{
		float:left;
		width: 60%;
	}
	.umowa_40
	{
		float:left;
		width: 40%;
	}
}

div#fotografia:link {
}


div#fotografia:hover {
opacity : 0.70;
}


div#popup
{
	position: fixed; background: #FFFFFF; width: 750px; height: 400px; z-index: 160010; top:50%; left:50%; margin-left:-285px;  margin-top:-173px; visibility:hidden; 
	background: url(https://www.systim.pl/images/pop-up.png) top left no-repeat;
}


div#przycisk
{
	float:left;
	background: url(https://www.systim.pl/images/przycisk1.PNG) top left no-repeat;
}

#pakiecik 
{
	max-width:500px;
	width:300px;
	float:right;
}

td
{
	padding: 5px 0 5px 0;
	background-color: white;
	column-count:1;
	-moz-column-count:1; /* zapis dla przeglądarki Firefox */
	-webkit-column-count:1; /* zapis dla przeglądarki Google Chrome, Safari, Opera 15+ */
	vertical-align: top;
}

div.articleContent
{
    line-height: 1.5;
    font-size:17px;
    padding-right:20px;
}

div.articleContent td
{
    padding: 20px;
    border: thin solid #bbb !important;
    background-color: #eef5fd;
}

.hideme
{
	display: none;
}

.hidemehover:hover
{
	background:#e7f7f3;
}

.radios .radio {
    cursor: pointer;
}

.radios input[type=radio] {
    display: none !important;
}

.radios input[type=radio]:checked + .radio {
	border: 5px solid #241009 !important;
}

.radios input[type=text] {
	height: 50px !important;
	font-size: 30px !important;
	position: absolute;
	top: 30%;
}

.radios_div_input {
	height: 165px;
}

.radios_a {
	text-decoration: none !important;
	color: inherit !important; 
	text-transform: uppercase !important;
	display: inline-block !important;
	font-size: 20px !important;
	text-align: center !important;
	font-family: 'Lato', sans-serif !important; 
	font-weight: 400 !important; 
	display: table-cell !important; 
}
.row_radios {
	border-bottom: 0px !important;
}

.radio_label {
	display: inline-block;
	margin: 35px 0px 0px 30px;
	font-size: 28px;
	color: #00536f;
}

.radios_form{
	margin-left: -30px; 
}

.rating-widget{
	border-top: 1px solid #ccc !important;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}

.rating-stars p {
	font-size: 17px;
	color: #00536f;
	margin-top: 20px;
}

.rating-stars ul > li.star {
  display:inline-block;
	color: #aaa;
	text-decoration: none;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	font-size: 45px;
}

/* Idle State of the stars */
.rating-stars ul > li.star {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected {
  color:#FF912C;
}

pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #F5F5F5;
border: 1px solid #CCC;
border-radius: 4px;
}

.new-react-version {
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
  
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.new-react-version .react-svg-logo {
  text-align: center;
  max-width: 60px;
  margin: 20px auto;
  margin-top: 0;
}

.success-box {
	margin:50px 0;
	padding:10px 10px;
	border:1px solid #eee;
	background:#f9f9f9;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 20px; 
}

.success-box img {
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
}

.success-box > div {
  vertical-align:top;
  display:inline-block;
  color:#888;
  padding-bottom: 10px;
}
.circle-1, .circle-2
{
	position:fixed;
	
	right:1%;
	display:none;
	cursor: pointer;
}

.circle-2
{
	top: 200px;
	z-index: 99999;
}

.circle-1
{
	top: 110px;
	z-index: 99999;
}
.pop-full
{
	width: 100%;
	
}
.pop-up
{
	line-height: 1.5;
	position: absolute;
	width: 413px;
	height: 310px;
	background-color: white;
	position: fixed;
	bottom: 0;
	right: 35%;
	display: none;
	z-index: 100000;
}
.pop-movie
{
	line-height: 1.5;
	position: absolute;
	/*width: 440px;*/
	width: 413px;
	height: 410px;
	position: fixed;
	bottom: 0;
	/*right: calc(50% - 220px);*/
	right: calc(50% - 205px);
	display: none;
	z-index: 99999999999;
}
.pop-circle
{
	margin: 0 auto;
	border-radius: 50%;
	background-color:#00a9e3;
	width:85px;
	height:85px;
	position: absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	top: 10px;
	text-align: center;
}
.pop-circle img
{
	max-height: 100%;  
	max-width: 100%; 
	width: auto;
	height: auto;
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 2px;  
	right: 0;  
	margin: auto;
}
.pop-close-button
{
	padding-top: 15px;
	padding-right: 15px;
	cursor: pointer;
	float: right;
}
.pop-title
{
	display:inline-block;
	color: white;
	font-size: 2em;
	text-align: center;
}
.pop-title .pop-sub-title
{
	font-size: 0.5em !important;
}
.pop-header
{
	height: 45%;
	background-color: #0090c2;
}
.pop-body
{
	height: 60%;
}
.pop-movie .pop-body
{
	height: 80%;
}
#systim-movie-box
{
	height: 100%;
	width:100%;
}
#systim-movie-box img
{
	cursor: pointer;
}

.btn-systim
{
	background: linear-gradient(to bottom, #f0663b, #d8552c) !important;
	border-radius: 1px !important;
	color: white;
	height: 49px;
	width: 100px;
	padding: 2px;
}
.btn-systim:hover
{
	color: #fff;
	background-color: #00b3db;
	border: 0px solid #0090c2;
	border-color: #285e8e; /*set the color you want here*/
}
.pop-content
{
	width: 90%;
	height: 75px;
	margin: auto;
	text-align: center;
	padding: 20px;
	position: relative;
}
.pop-content input
{
	outline: none;
}
.pop-content form 
{
	height: 53px;
	text-align: left;
	border: 1px solid #a9a9a9;
	width: 100%;
}


#label-client-phone
{
	padding-top: 11px;
	color: #b8b8b8;
	font-size: 1.5em;
}
.pop-content .form-group input
{
	border: 0px solid black;
	box-shadow: none;
	height: 51px;
	font-size: 1.5em;
	left: -35px;
	position: relative;
	background: transparent;
	top: 1px;
}
.pop-alert
{
	font-size:1.5em;
}

.circle-2 figure, .circle-1 figure
{
	border-radius: 50%;
	z-index: 99999;
	margin: 1px;
}

.circle-2 figure:hover, .circle-1 figure:hover
{
	border: 1px solid #000;
	margin: 0;
}

.box_artykul
{
	vertical-align: middle;
	margin: 10px 1.5%;
	padding: 10px;
	border: 1px solid #CCC;
	height: 120px;
}

.box_artykul > p
{
	margin: 0;

}

.box_artykul > p > span
{
	color: #777777;
	font-size:10px;
}

.login-anchor:hover
{
	background-color: #FFFABF;
}

.koleczko {
	background-color:#0091c2;
	width: 50px;
	height:50px;
	border-radius: 50%;
	margin:0 auto;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	color:#ffffff;
	font-size: 20px;
  }
.no_underline:hover {
	text-decoration: none;
}


input[name="kwota_okno"], input[name="czas_okno"] {
	border: solid 1px #a9a9a9;
	height: 30px;
	padding: 0 4px;
	line-height: 30px;
	font-size: 13.5px;
	color: #2b2b2b;
	float: left;
	font-weight: bold;
}

input[name="kwota_suwak"], input[name="czas_suwak"] {
	display: inline;
}
input[type=number] {
	width: 120px;
}
input[type=range] {
	height: 5px;
	border-radius: 5px;
	background: #00a9e3;
	outline: none;
	padding: 0;
	
}
.slider {
	-webkit-appearance: none;
	width: 250px;  
	opacity: 0.7;
	transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%; 
	background: white;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: white;
	cursor: pointer;
}

.sufix {
	width: 35px
}

.calculator_text {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

.ptitle {
	font-size: 17px;
	font-weight: bold;
}

.calcbottom {
	margin-left: 440px;
}

.prowizja {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: white;
}

.rightsidetext {
	text-align: center;
	color: white;
}

.rightsidebottom {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.zakres {
	margin-top: 3px;
}
.zakres_l {
	float: left;
	font-size: 11px;
}
.zakres_p {
	float: right;
	font-size: 11px;
}

.upper_row {
	margin-top: -40px;
}
.vindication_cost {
	background-color: #00a9e3;
	border-radius: 10px;
	margin-top: 60px;
}
.vindication_cost > div {
	color: white;
}
.vind_info_head {
	text-align: left;
	color: black;
	font-weight: bold;
}
.vind_info_text {
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: 30px;
}
.vind_info_label {
	text-align: left;
	color: black;
	font-weight: bold;
}
.vind_info_text > span {
	margin-right: 15px;
}
.left {
	text-align: left;
}
.functions_subtitles_vind {
	text-align:center;
}
.title_h1_vind {
	text-align: center;
	font-weight: bold;
	font-size: 46px;
	color: black;
	font-stretch: expanded;
	margin-top: 20px;
	
}

#label1, #label2, #reszta {
	font-weight: normal;
}

.bbb {
	color: #bbb;
}

.tabCennik {
  /*overflow: hidden;
  border-bottom: 2px solid black;
  background-color: #f1f1f1;*/
  text-align: center;
  
	border-bottom: 1px solid #000000 !important;
	padding-bottom: 0 !important;
	background: #FFFFFF;
}

.tabCennik button,.tabCennik a {
	background: #FFFFFF;
color: #000000;
margin-bottom: -4px;
margin-top: 0px;
height: 50px;
border: none !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
border-bottom: 1px #000000 solid !important;
padding: 14px 48px 14px 48px;
text-transform: none;
border-radius: 0;
line-height: normal;
}

.tabCennik button{
	vertical-align: top;
}
.tabCennik a{
	display:inline-flex;
}


.tabCennik button:hover, .tabCennik a:hover {
  background-color: #ddd;
  text-decoration:none;
}


.tabCennik button.active, .tabCennik a.active {
border: 1px #000000 solid !important;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
border-bottom: none !important;
color: #000000;
height: 50px;
margin-bottom: -1px !important;
font-weight: bold;
}


.tabCennikContent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
} 

.ksiegowosc_form {
	margin: auto;
}

.ksiegowosc_form tbody tr {
	border-bottom: 1px solid #ccc;
}
.ksiegowosc_form tbody tr td 
{
	padding: 15px;
	vertical-align: middle;
}

.ksiegowosc_form_select 
{
	padding: 10px;
	border: 1px solid #ccc;
	
}

.ksiegowosc_form_radiogroup
{
	padding: 0 20px;
}

.ksiegowosc_form_input_small
{
	padding: 10px;
	border: 1px solid #ccc;
	width: 100px;
	border-radius: 4px;
}
.email_form_input_small
{
	padding: 10px;
	border: 1px solid #ccc;
	width: 50%;
	border-radius:5px;
}

.ksiegowosc_form_input_long	
{
	padding: 10px;
	border: 1px solid #ccc;
	width: 200px;
	border-radius: 4px;
}

.ksiegowosc_form_info 
{
	border: 1px solid #0091c2;
	border-radius: 50%;
	color: #0091c2;
	display: inline-block;
	width: 21px;
	text-align: center;
	
}


.ksiegowosc_form_info {
  position: relative;
  display: inline-block;
}


.ksiegowosc_form_info .tooltiptext {
  visibility: hidden;
  width: 440px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  padding:5px;
}


.ksiegowosc_form_info:hover .tooltiptext {
  visibility: visible;
  
}

.ksiegowosc_cena 
{
	margin: auto;
}

.ksiegowosc_cena tbody tr
{
	vertical-align: middle;
}

.ksiegowosc_cena tbody tr td 
{
	padding: 20px;
}

.ksiegowosc_cena_big 
{
	font-size: 32px;
	color: #000;
	
}

.ksiegowosc_cena_small
{
	font-size: 20px;
}

.zawarcie_umowy
{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	z-index: 99999999; 
	font-family: inherit; 

}

.zawarcie_umowy_bg
{
	background-color: black; 
	opacity: .6; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
}

.zawarcie_umowy_text 
{
	padding:20px;
	/*height: 650px;
	
	margin-top: -325px;
	margin-left: -445px;
	 left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
	background: white; 
	/*position: fixed; */
	outline: none; 
	border-spacing: inherit; 
	max-width: 80vw;
	/*top: 50%;
	left: 50%;*/
	text-align: center;
	box-shadow: 0px 0px 31px -12px rgba(0,0,0,0.75);
	margin:5vh auto;
	position:relative;
}
/*
#Ksiegowosc
{
	font-size: 1.3rem;
}
*/
.numerek
{
	margin: 10px;
	padding: 10px;
	border-radius:50%;
	width: 50px;
	color: black;
	background-color: rgba(217, 247, 255, 0.4);
	text-align: center;
}

.p-0{padding:0;}
.p-1{padding:3px;}
.p-2{padding:5px;}
.p-3{padding:7px;}
.p-4{padding:9px;}
.p-5{padding:15px;}
.p-6{padding:20px;}
.p-7{padding:30px;}
.p-8{padding:40px;}

.pt-0{padding-top:0;}
.pt-1{padding-top:3px;}
.pt-2{padding-top:5px;}
.pt-3{padding-top:7px;}
.pt-4{padding-top:9px;}
.pt-5{padding-top:15px;}
.pt-6{padding-top:20px;}
.pt-7{padding-top:30px;}
.pt-8{padding-top:40px;}

.pb-0{padding-bottom:0;}
.pb-1{padding-bottom:3px;}
.pb-2{padding-bottom:5px;}
.pb-3{padding-bottom:7px;}
.pb-4{padding-bottom:9px;}
.pb-5{padding-bottom:15px;}
.pb-6{padding-bottom:20px;}
.pb-7{padding-bottom:30px;}
.pb-8{padding-bottom:40px;}

.pl-0{padding-left:0;}
.pl-1{padding-left:3px;}
.pl-2{padding-left:5px;}
.pl-3{padding-left:7px;}
.pl-4{padding-left:9px;}
.pl-5{padding-left:12px;}
.pl-6{padding-left:30px;}

.mt-0{margin-top:0;}
.mt-1{margin-top:3px;}
.mt-2{margin-top:5px;}
.mt-3{margin-top:7px;}
.mt-4{margin-top:9px;}
.mt-5{margin-top:12px;}
.mt-6{margin-top:20px;}
.mt-7{margin-top:30px;}
.mt-8{margin-top:40px;}

.mb-0{margin-bottom:0;}
.mb-1{margin-bottom:3px;}
.mb-2{margin-bottom:5px;}
.mb-3{margin-bottom:7px;}
.mb-4{margin-bottom:9px;}
.mb-5{margin-bottom:12px;}
.mb-6{margin-bottom:20px;}
.mb-7{margin-bottom:30px;}
.mb-8{margin-bottom:40px;}


.bg-242323{background-color:#242323;}
.text-white{color:white;}
.margin0auto{margin:0 auto;}

.display-flex-center {
    display:flex;
    align-items:center;
}

.line-height1-5{line-height:1.5;}

.font-size-2{font-size:2.5rem;}

.w-100-mobile{width:100%;}
.w-100{width:100%;}
.w-75{width:75%;}
.w-50{width:50%;}

.h-200{height:200px;}

.bg-grey{background-color:#EEEEEE;}
.rounded-circle{border-radius:100%;}
.font-color-d64b20{color:#d64b20;}

.oswiadczenie{text-align:left;}
.oswiadczenie>.prettycheckbox>label{
	display:contents !important;
	line-height:2;
}

.main-box {
	display: flex;
	justify-content: center;
	margin-top: 38px;
}

.sub-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: .3em 0;
	width: 100%;
	text-align: left;
}

.sub-box p {
	 text-align: justify;
}
.sub-box ul {
	 list-style: none;
	 text-align: justify;
}

.sub-box li:before {
	content: '\2713';
	font-weight: bold;
	padding-right: 5px;
	color: black;
}

.main-content,
.sub-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;}

.collapse-sub-content {
	border: none;
	background: none;
	color: #21a8f0;
}
hr.sub-box-line {
	border: 1px solid rgba(0,0,0,.1);
	width: 100%;
}

.sub-box h6 {
	font-size: 1.15rem;
}

.img-box {
  padding-right: .8em;
}

.sub-content {
	margin-top: 15px;
}

.sub-content p:last-child {
	margin-bottom: 5px;
}


.up {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
  
.down {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.hide {
	display: none;
}

.start-date-box {
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.start-date-box span
{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	color: #555;
	font-weight: 700;
}

.year-box,
.month-box{
	display: flex;
	margin-top: 10px;
	align-items: center;
}

.year-box span,
.month-box span
{
	padding-right: 5px;
	color: #555;
	font-weight: 700;
}

.year-box select,
.month-box select
{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: white;
}

.month-box,
.day-box
{
	margin-left: 10px;
}

.date-box
{
	display: flex;
}

/*#region Logowanie*/


/*#endregion */

.information-box
{
	height: 80px;
	display: flex;
	justify-content: center;
	border: 1px solid black;
	box-shadow: 5px 10px 18px #888888;
}

a {
    color: #337ab7;
}
