/*
Theme Name: Kube 310
Description: Szablon do Wordpressa z wykorzystaniem frameworka Kube
*/


/* =Typography + Helpers
-----------------------------------------------------------------------------*/

body {
	overflow-y: scroll;
}

.navbar {
	margin-bottom: 0;
}

a:hover,
li:hover,
:after,
.transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


/* =Layout
-----------------------------------------------------------------------------*/

#wrapper {

}
.wrapper { /*desktop*/
	width:1140px;
	margin:0 auto;
	padding: 0 20px;
}
#worldmap {
	width: 100%;
	height: 570px;
}

#header {
	position: relative;
}

.page-title-header h1 {
	margin-bottom: 40px !important;
}

#header #przedstawiciel {
	text-align: right;
	font-size: 20px;
	position: fixed;
	right: 0px;
	bottom: 155px;
	z-index: 10;
}

#header #przedstawiciel a {
	display: inline-block;
	text-align: left;
	padding: 20px;
	background: #FAF14B;
	transition: .1s all linear;
}

#header #przedstawiciel a i {
	float: left;
	display: block;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 0 15px 0 0;
}

#header #przedstawiciel a:hover {
	padding-right: 60px;
}


#header #calculator {
	text-align: right;
	font-size: 20px;
	position: fixed;
	right: 0px;
	bottom: 246px;
	z-index: 10;
}



#header #calculator a {
	display: inline-block;
	text-align: left;
	padding: 15px;
	background: #FAF14B;
	transition: 0.1s all linear;
	
}

#header #calculator a i {
	float: left;
	display: block;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 0 15px 0 0;
}

#header #calculator a:hover {
	padding-right: 55px;
}


#header__top {
	padding: 90px 0 0;
	min-height: 530px;
	background: #BEBFC3 url(img/banner.jpg) bottom center no-repeat;
	background-size: cover;
	position: relative;
}
/*body.home #header__top {
	min-height: 600px;
}*/
#header__bottom {
	background: #FAF14B;
	/*box-shadow: 0px 3px 4px 0px rgba(50, 50, 0, 0.3);*/
}
#header__bottom .wrapper {
	padding-bottom: 0;
	padding-top: 0;
}
#logo a, #przedstawiciel a, #uslugi a {
	color:inherit;
	text-decoration:none;
}
#logo a, #calculator a, #uslugi a {
	color:inherit;
	text-decoration:none;
}






#uslugi {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 17px;
}

@media (min-width:800px) {
	#uslugi {
		display: flex;
		justify-content: center;
	}
}

#uslugi a {
	display: inline-block;
	max-width: 14%;
	/*opacity: .8;
	transition: .1s all linear;
}
#uslugi a:hover {
	opacity: 1;*/
}

@media (min-width:800px) {
	#uslugi a {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		hyphens: manual;
	}
}


body[data-mobile="mobile"] #uslugi a {
	width: 100%;
	max-width: 100%;
}
#uslugi a img {
	transition: 0s all linear;
}
#uslugi a:hover img {
	transform: rotateY(360deg);
	transform-style: preserve-3d;
	transition: .6s all linear;
}
@media (min-width:768px) {
	body #uslugi1 { color: #FAF14B; }
	body #uslugi2 { color: #006DB5; }
	body #uslugi3 { color: #003F6F; }
	body #uslugi4 { color: #021931; }
	body #uslugi5 { color: #F31922; }
	body #uslugi10 { color: #fff; }
	body.page-id-16  #uslugi1, body.page-id-107 #uslugi1, body.page-id-109 #uslugi1, body.page-id-111 #uslugi1,
	body.page-id-18  #uslugi2, body.page-id-85  #uslugi2, body.page-id-87  #uslugi2, body.page-id-89  #uslugi2,
	body.page-id-24  #uslugi3, body.page-id-92  #uslugi3, body.page-id-94  #uslugi3, body.page-id-96  #uslugi3,
	body.page-id-20  #uslugi4, body.page-id-100 #uslugi4, body.page-id-102 #uslugi4, body.page-id-104 #uslugi4,
	body.page-id-113 #uslugi5, body.page-id-150 #uslugi5, body.page-id-151 #uslugi5, body.page-id-152 #uslugi5 { color: #fff; }
}

#lang ul, #lang ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#lang ul li a {
	color: inherit;
	text-decoration: none;
	opacity: .6;
	transition: .1s opacity linear;
}
#lang ul li a:hover, #lang ul li.current-lang a {
	opacity: 1;
}

#header_main {
	overflow: hidden;
	clear: both;
	background: #06A1D9;
	position: relative;
	padding: 10px 0;
	width: 100%;
}
#header_main #logo {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}

#header_main #info-alert {
	margin-top: 15px;
    padding: 0;
    float: left;
    max-width: 235px;
    display: inline-block;
    color: #fff;
}

#header_main #lang {
	float: right;
	margin: 22px 0 0;
}

.menu-glowne > div {
	text-align: center;
	line-height: 0em;
}
#nav {
	padding: 0;
}

#nav ul {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
#nav li {
	/*margin-right: 8px;*/
}

#lang_ru #nav li > a {
	font-size: 12px;
}

#nav li > a {
	font-size: 14px;
	color: #05223a;
	text-transform: uppercase;
	transition: .1s color linear;
}
#nav li:hover > a {
	color:#00548e;
}
#nav li.current_page_item > a,
#nav li.current-menu-item > a,
#nav li.current-menu-parent > a,

#nav li.current-post-parent > a,
#nav li.current_page_parent > a,

#nav li.current-post-ancestor > a,
#nav li.current-page-ancestor > a,
#nav li.current-category-ancestor > a {
	color:#00548e;
}

#footer {
	color: #05223a;
	margin-top: 30px;
}

#footer__top {
	
}
#footer__top__left{
	color: #fff;
	background: #2872A3 url(img/img12.jpg) right center no-repeat;
	background-size: cover;
	padding: 0 0 20px 0;
}
#footer__top__left img {
	vertical-align: middle;
	float: left;
	margin: -20px 10px 0 0;
}
#footer__top__left .btn {
	color: #FAF142;
	background: transparent;
	border: 2px solid #FAF142;
	border-radius: 0;
	transition: .1s all linear;
}
#footer__top__left .btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
#footer__top__left__content {
	width: 360px;
	padding-top: 50px;
	margin-left: auto;
	font-size: 1.3em;
	white-space: nowrap;
}
#footer__top__left__content p {
	margin-bottom: 0;
	white-space: normal;
	line-height: 1.1em;
	font-size: 0.95em;
	overflow: hidden;
	clear: both;
	padding: 10px 20px;
}


#footer__top__left-oferta {
	height: 821px;
	color: #fff;
	background: #0065B5;
}
#footer__top__left-oferta__content {
	width: 360px;
	padding-top: 50px;
	padding-right: 24px;
	margin-left: auto;
	white-space: nowrap;
	text-transform: uppercase;
}
#footer__top__left-oferta__content p {
	margin-bottom: 1em;
    line-height: 1.2em;
    text-transform: initial;
    font-weight: normal;
}
#footer__top__left-oferta__content a, #footer__top__left-oferta__content a:hover {
	color: inherit;
	text-decoration: none;
}
#footer__top__left-oferta__content form p {
	margin-bottom: .5em;
    white-space: normal;
}
#footer__top__left-oferta img {
	vertical-align: middle;
}
#footer__top__left-oferta input, #footer__top__left-oferta textarea {
	color: #fff;
	background: transparent;
	border-color: #fff;
}
#footer__top__left-oferta textarea {
	height: 66px;
}
#footer__top__left-oferta input[type="submit"] {
	color: #000;
	border-color: #000;
}
#footer__top__left-oferta .wpcf7-not-valid-tip {
	display: block;
	color: #fff;
	font-size: .85em;
}
#footer__top__left-oferta .wpcf7-validation-errors {
	display: none !important;
}

#footer__top__right {
	position: relative;
	height: 529px;
	background: #fff url(img/img13.jpeg) center center no-repeat;
	background-size: cover;
}
#footer__top__right span {
	position: absolute;
	bottom: 30px;
	left: 40px;
	font-weight: bold;
	font-size: 1.5em;
	color: #02548E;
}



#footer__bottom {
	color: #00223a;
}
#footer__bottom .unit-50 img {
	margin-top: 5px;
	max-width: 33.33%;
}
#footer__bottom h3 {
	font-size: 24px;
	font-weight: normal;
}

#footer__bottom .contact-title {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#copyright {
	border-top: 1px solid #ccc;
	text-align: center;
}

#copyright > .wrapper {
	text-align: left;
	padding: 10px 0 0;
	overflow: hidden;
	color: #555;
	font-size: 12px;
}
#gotop {
	cursor: pointer;
	opacity: .8;
	transition: .1s opacity linear;
}
#gotop:hover {
	opacity: 1;
}




/* =Body
-----------------------------------------------------------------------------*/

#body {
	
}
/*
#body .wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
*/

#front_body a {
	display: inline-block;
	padding: .6em 1.2em;
	font-size: 20px;
	color: #00558E;
	border: 2px solid #00558E;
	text-decoration: none;	
	transition: .1s all linear;
	margin: 30px 0 0;
}
#front_body a:hover {
	color: #fff;
	background: #00558E;
}


/*Przydatne dokumenty*/
body.page-id-130 #main a {
	display: block;
	color: inherit;
	text-decoration: none;
}
body.page-id-130 #main a:hover {
	text-decoration: underline;
}

/* =Body -> Main
-----------------------------------------------------------------------------*/

#main {
	
}


/* =Body -> Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	
}


/* =WPCF7
-----------------------------------------------------------------------------*/
.screen-reader-response {
	display: none;
}
.wpcf7-form p {
	margin-bottom: .3em;
}
.wpcf7-not-valid-tip {
  color:#d70a16;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
	position:relative;
	padding:9px 13px;
	margin-bottom:1.6em;
	color:#fff;
	background-color:#fa6800;
	white-space: normal;
}
.wpcf7-validation-errors {
	background-color:#9a1616;
}
.wpcf7-mail-sent-ok {
	background-color:#60a917;
}

/* =Mapa
-----------------------------------------------------------------------------*/

#map-poland-contact {
	max-width: 250px;
	position: relative;
	top: -70px;
	left: 90px;
}
#map-poland-contact ul, #map-poland-contact ul li {
	margin-left: 0;
	list-style: none;
}


/* =Mapaeuropa
-----------------------------------------------------------------------------*/

#map-europe-contact {
	max-width: 250px;
	position: relative;
	top: -70px;
	left: 90px;
}
#map-europe-contact ul, #map-europe-contact ul li {
	margin-left: 0;
	list-style: none;
}

/* =buttony pokaż numer
-----------------------------------------------------------------------------*/
a[href^="tel"] {
	color: #000;
	text-decoration: none;
}

.show-number {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #CBC5BD;
    font-size: 0.9em;
    padding: 0 2px;
	text-decoration: none !important;
}

.show-number:hover {
	background: #F0CA38;
}

.units-row .separatorbox {
	border-left: 1px solid #CCC;
	padding: 0 0 0 30px;
}

#nav li.page_item_has_children > ul { display: none; }
#nav li.page_item_has_children.open > ul { display: block; }

@media (min-width: 941px) {
  /* Na desktopie submenu zawsze schowane */
  #nav li.page_item_has_children > ul {
    display: none !important;
  }
}


@media (max-width: 940px) {
  #mobilenav #nav li {
    position: relative;
    border-bottom: 1px solid #E4DC4B;
  }

  #mobilenav #nav li > a {
    border-bottom: none !important;
    text-decoration: none;
  }

  #mobilenav #nav li.page-item-3810 {
    position: relative;
  }

  #mobilenav #nav li.page-item-3810 > a {
    display: block;
    position: relative;
    background: transparent;
    color: #000;
    padding-right: 0px; 
  }

  #mobilenav #nav li.page-item-3810 > a::after {
    content: "▾";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #000;
    font-size: 1.2em;
    pointer-events: none; 
  }

  #mobilenav #nav li.page-item-3810::after {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 44px;
    cursor: pointer;
    z-index: 2;
  }

  #mobilenav #nav li.page-item-3810.open > a::after {
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.2s ease;
  }
	
  #uslugi {
	display: none
  }
}

@media (max-width: 940px) {
  #mobilenav {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
  }

  #mobilenav {
    overflow-x: hidden;
  }
}

.page-item-10 {
	display: none;
}

#nav li > a {
	padding: .6em 1.3em;
}

#nav li:hover > a,
#nav li.current_page_item > a,
#nav li.current-menu-item > a,
#nav li.current-menu-parent > a,
#nav li.current-post-parent > a,
#nav li.current_page_parent > a,
#nav li.current-post-ancestor > a,
#nav li.current-page-ancestor > a,
#nav li.current-category-ancestor > a {
	background: #00548E;
	color: #fff;
	font-weight: normal;
	border-radius: 0;
}
#body {
		padding: 30px 0 !important;
}
#front_body ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#front_body ul li {
	list-style-type: none;
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 20px;
}

#front_body ul li h3 {
	font-size: 3em;
	font-weight: normal;
	line-height: 1.1em;
}

#front_body > h1 {
	margin-bottom: 15px !important;
}

#front_body > h2 {
	margin-bottom: 40px !important;
}

#front_body ul li:nth-of-type(1) h3 {
	color: #f4d302;
}

#front_body ul li:nth-of-type(2) h3 {
	color: #00548e;
}

#front_body ul li:nth-of-type(3) h3 {
	color: #05223a;
}
#front_body ul li h3 span{
	font-size: 0.4em;
	line-height: 1em;
	display: block;
	/*text-transform: uppercase;*/
	color: #000;
}

#front_body ul li img {
	width: 50%;
	height: auto;
}

#front_body > p {
	clear: both;
	text-align: left;
}

#front_body ul li:nth-of-type(2) {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#front_body #world-map {
	margin: 40px 0 0;
	clear: both;
}

#burger { 
	display: none;
}

#footer__top__left__content > p.text-centered {
	margin-top: 20px;
}

#footer__top__left-oferta img:not(.ajax-loader) {
	width: 35px;
	height: auto;
	float: left;
	margin: -8px 5px 0 0;
}

#footer__top__left-oferta img.ajax-loader {
	clear: both;
	width: 16px;
	height: 16px;
	display: block;
	margin: 5px 0 0;
}

#footer form input:not([type='checkbox']),
#footer form textarea {
	padding: 5px;
	font-size: 12px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#footer form span[role='alert'] {
	color: #f00;
	width: 100%;
	background: rgba(255,255,255,0.85);
	padding: 2px 5px;
	display: block !important;
}
#footer form input[type='submit'],
input[type="submit"] {
	background: #faf14b;
	color: #00548E;
	border: 0;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	float: none;
	border-radius: 0;
	padding: 5px 20px;
}

#footer form input[type='submit']:hover,
input[type="submit"]:hover {
	color: #faf14b;
	background: #00548e;
	cursor: pointer;
}

body.page-id-14  table th {
	width: 33%;
	box-sizing: border-box;
}

/*Nadpisanie styli RWD */

@media (max-width:1140px) {
	.wrapper { 
		width: 92%;
		padding: 0 4%;
	}
	
	#copyright > .wrapper {
		padding: 5px 4%;
	}

	.blocks-3 > li	{
		width: 33%;
		float: left;
		clear: none;
		box-sizing: border-box;	
		margin: 0;
	}
	
	.blocks-3 > li:not(:first-of-type) {
		padding: 0 0 0 30px;
	}	
	
	.blocks-4 > li {
		width: 50%;
		float: left;
		clear: none;
		box-sizing: border-box;	
		margin: 0;
	}
	
	.blocks-4 > li:nth-of-type(2n)	{
		padding: 0 0 0 30px;
	}
	
	.blocks-4 > li:nth-of-type(2n+1) {
		clear: left;
	}
	
	
}

@media (max-width:940px) {
	#burger {
		display: block;
		float: right;		
		z-index: 9999;
		width: 42px;
		cursor: pointer;
		background: #00548E;
		padding: 8px 5px 5px 5px;
		margin: 10px 0 0 10px;
	}
	
	#burger span {
		clear: both;
		display: block;
		width: 32px;
		height: 4px;
		margin: 0 0 3px 0;
		background: #FAF14B;
		-webkit-transition:all .3s linear;
		   -moz-transition:all .3s linear;
			transition:all .3s linear;
	}
	
	
	#burger.burger--close span:nth-child(1) {
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);	
		margin: 5px 0 0;
	}
	
	#burger.burger--close span:nth-child(2) {
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		margin-top: -5px;
	}
	
	#burger.burger--close span:nth-child(3) {
		opacity: 0;
	}
	
	#mobilenav #nav li > a {
		padding: 10px 0;
		border-bottom: 1px solid #E4DC4B;
		font-size: 1.2em;
		line-height: 1.1em;
	}	
	#header_main {
		border-bottom: 1px solid #3C6294;
	}
	
	#header__top {
		padding: 0px 0 0;
		background-position: top center;
	}
	
	#header__bottom {
		display: none;
	}
	
	#header__bottom .wrapper {
		padding: 0px;
		width: 100%;
	}
	#header__bottom  .menu-glowne > div {
		text-align: left;
	}
	
	#header__bottom #nav ul {
		width: 100%;
	}
	#header__bottom #nav ul li {
		width: 100%;
		clear: both;
	}
	
	#footer__bottom .unit-50 {
		clear: both;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #ccc;
		overflow: hidden;
	}			
	
	#footer__bottom .unit-50 > a {
		display: block;
		float: left;
		width: 33.3%;		
		text-align: center;
	}
	
	#footer__bottom .units-row .unit-25 {
		width: 50%;
		padding: 10px 25px;
		float: left;
		box-sizing: border-box;
		margin: 0;
		border: 0;
	}
	
	
}
@media (max-width:805px) {	
	#header__top {
		background: linear-gradient(rgba(6,161,217,1) 0%, rgba(119,209,233,1) 100%)!important;
	}

	#uslugi a {
		max-width: 100%;
		display: block;
	}
	
	#footer__top__left__content,
	#footer__top__left-oferta__content {
		width: 100%;
		font-size: 1.1em;
		padding: 0 15px;
		box-sizing: border-box;		
	}
	
	#footer__top__left-oferta {
		height: auto;
	}
	
	#footer__top__left__content  {
		padding: 30px 15px 0;
	}
	
	#footer__top__left-oferta__content {
		padding: 30px 15px;
	}	
	
	#footer__top__left-oferta__content p {
		white-space: normal;
		line-height: 1em;
		clear: both;
		margin: 0 0 10px 0;
		overflow: hidden;
		padding: 10px 0 0
	}
	
	#footer__top__left-oferta__content p span {
		display: inline !important;
		text-transform: initial;
	}
	
	#footer__top__left-oferta__content p br {
		display: none;
	}
	
	#footer__top__left__content > p.icon {
		margin: 15px 0 0;
	}
	
	#footer__top__left__content > p.icon img {
		width: 70px; 
		height: auto;		
	}
	
	body.page-id-14  table th { 
		clear: both;
		display: block;
		width: 100%;
	}
	
	#map-poland-contact {
		clear: both;
		position: static;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
	
	#map-poland-contact ul, 
	#map-poland-contact ul li {
		font-size: 1em !important;
		line-height: 1.1em !important;
	}
	
}	
@media (max-width:767px) {	
	#header #przedstawiciel {
		position: static;
		width: 100%;
		clear: both;
	}
	
	#header #przedstawiciel a {
		display: block;
		text-align: center;
	}
	
	#header #przedstawiciel a i {
		display: inline-block;
		float: none;
	}
	#header #przedstawiciel a br {
		display: none;
	}
	#header #przedstawiciel a:hover {
		padding: 20px 0;
		color: #FAF14B;
		background: #00548E;
	}
	#header #calculator {
position: static;
width: 100%;
clear: both;
}

#header #calculator a {
display: block;
text-align: center;
}

#header #calculator a i {
display: inline-block;
float: none;
}
#header #calculator a br {
display: none;
}
#header #calculator a:hover {
padding: 20px 0;
color: #FAF14B;
background: #00548E;
}

#header_main #info-alert {
	display: none;
}
	
	
	
	#footer__top__left {
		background: none;
		height: auto;
	}
	
	#footer__top__left__content {
		padding: 0;
		margin: 0;
		width: 100%;
		float: none;
		clear: both;
	}
	
	#footer__top__left__content > p.icon {
		float: left;
		width: 50%;
		margin: 5px 0 0;
		background: #00548e;
		font-size: 0.85em;
		clear: none;
	}
	
	#footer__top__left__content > p.icon.atut {
		padding-top: 15px;
	}
	
	#footer__top__left__content > p.icon.atut img {
		margin-top: -10px;
	}
	
	#footer__top__left__content > p.icon:nth-of-type(2n) {
		width: 49%;
		margin: 5px 0 0 1%;
	}
	
	#footer__top__left__content > p.icon img {
		width: 55px; 
		height: auto;		
	}
	
	#footer__top__left__content > p.text-centered {
		clear: both;
		margin: 20px 0;
	}
	
	#footer__top__left__content > p.text-centered a {
		display: inline-block;
		padding: .6em 1.2em;
		font-size: 20px;
		color: #00558E;
		border: 2px solid #00558E;
		text-decoration: none;	
		transition: .1s all linear;
		margin: 30px 0 0;
	}
	#footer__top__left__content > p.text-centered a:hover {
		color: #fff;
		background: #00558E;
	}


	#footer__top__right {
		display: none;
	}
	
	#footer__bottom .unit-50 {
		padding: 15px 0;
		border-top: 1px solid #ccc;		
	}			
	
	#footer__bottom .unit-50 img {
		margin: 0;
		width: 50%;
		max-width: 50%;
	}
}

@media (max-width:620px) {
	#header__top {
		min-height: 1px;
	}
	
	#uslugi a {
		width: 100% !important;
		padding: 0 10%;
	}
	#footer__bottom .unit-50 img {
		width: 80%;
		max-width: 80%;
	}	
	
	.blocks-4 > li,
	.blocks-3 > li {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 20px 0;
	}
	
	.blocks-4 > li:nth-of-type(2n),
	.blocks-3 > li:not(:first-of-type)  {
		padding: 0;
	}	
	
	.blocks-4 > li:nth-of-type(2n+1) {
		clear: none;
	}
	
	.blocks-4 > li h4,
	.blocks-3 > li h4	{
		text-align: left !important;
		font-size: 1.2em;
		line-height: 1.1em;
	}
	
	.blocks-4 > li > p:first-child,
	.blocks-3 > li > p:first-child	{
		text-align: center;
		float: left;
		display: inline-block;
		margin: 0 20px 0 0;
		max-width: 30%;
	}
	.blocks-4 > li > p:first-child img,
	.blocks-3 > li > p:first-child img	{
		width: 90%;
		height: auto;
	}
}

@media (max-width:550px) {
	#body {
		padding: 4% 0 !important;
	}
	
	#uslugi {
		padding: 0 0 20px 0
	}
	
	#front_body ul li {
		width: 100%;
		clear: both;
		float: none;
		border-left: 0px !important;
		border-right: 0px !important;
		border-bottom: 1px solid #cccccc;
		padding: 10px 0;
		overflow: hidden;
	}
	
	#front_body ul li:last-child {
		border: 0px;
	}
	
	#front_body ul li > p {
		display: inline;
		float: left;
		width: 30%;
		padding: 0 5% 0 0;
	}
	
	#front_body ul li > p img {
		width: 100%;
		height: auto;		
	}
	
	#front_body ul li > h3 {
		float: left;
		width: 65%;
		text-align: left;
		font-size: 1.5em;
		padding: 20px 0 0;
	}
	
	#front_body ul li:nth-of-type(1) h3 {
		padding: 10px 0 0;
	}
	
	#front_body ul li > h3 span {
		display: inline-block;
		font-size: 1em;
	}
	
	#world-map {
		display: none;
	}
	
	#footer__top__left__content > p.icon,
	#footer__top__left__content > p.icon:nth-of-type(2n) {
		width: 100%;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;		
		font-size: 1em;
		border-bottom: 1px solid #1169A7;
	}
	
	#footer__top__left__content > p.icon.atut {
		line-height: 60px;
	}
	
	#footer__top__left__content > p.icon.atut img {
		margin-top: 0px;
	}
}

@media (max-width:450px) { 
	#header_main #logo {
		width: 45%;
		float: left;
	}
	
	#header #przedstawiciel {
		font-size: 1.1em;
	}
	#header #calculator {
		font-size: 1.1em;
	}
	

	#mobilenav #nav li > a {
		font-size: 1em;
		line-height: 1em;
	}
	
	#uslugi {
		font-size: 0.85em;
		line-height: 1.1em;
	}
	
	#front_body ul li > h3 {
		padding: 0;
	}
	
	#footer__top__left__content > p.icon,
	#footer__top__left__content > p.icon:nth-of-type(2n) {
		padding: 5px 20px;
	}
	
	#footer__bottom .units-row .unit-25 {
		width: 100%;
		clear: both;
	}
	
	#footer__bottom .units-row .separatorbox {
		border-bottom: 1px solid #ccc;
		padding: 0 25px 20px 25px;
		margin: 0 0 20px 0;
	}
	
	#copyright > .wrapper {
		text-align: center;
	}
	
	#copyright > .wrapper a {
		clear: both;
		display: block;
	}
	
	#burger {
		margin: 14px 0 0 10px;
		width: 34px;
	}
	
	#burger span {
		width: 24px;
		height: 2px;
	}

}
@media (max-width:450px) { 
	#footer__top__left__content > p.icon.atut {
		line-height: 1.1em;
		padding-top: 20px;
	}
	
	#footer__top__left__content > p.icon.atut img {
		margin-top: -15px;
	}
}

.more-text {
	max-height: 0px;	
	overflow: hidden;	
	opacity: 0;
	transition: all 0.6s ease-out;
}
.more-text.show{
	max-height: 2000px;
	opacity: 1;
	transition: all 0.6s ease-out;
}

#front_body .more-text a,
#front_body .seo-link {
	display: inline;
    padding: 0;
    font-size: inherit;
    color: #32a6d5;
    border: none;
    text-decoration: none;
    transition: .1s all linear;
    margin: 0;
}

#front_body .more-text a:hover,
#front_body .seo-link:hover {
	background: none;
	color: #F41923;
}

/*BLOG*/

.blog-title {
	padding-bottom: 0!important;
}

.blog-subtitle {
	font-size: 2.8rem!important;
	margin-top: 0!important;
	padding-top: 0!important;
}

.subpages-list {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.subpages-list .subpage-list-item-wrapper .post-container img {
    width: 100%;
    margin-top: 35px;
    position: relative;
}
.subpages-list .subpage-list-item-wrapper .entry-title {
    font-size: 24px;
	margin-top: 0;
	padding-top: 0;
    margin-bottom: 10px;
    line-height: 24px;
}
.subpages-list .subpage-list-item-wrapper p {
    font-size: 15px;
}
.subpages-list .subpage-list-item-wrapper .post-container {
    color: #333333;
    display: flex;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
    position: relative;
    flex-wrap: wrap;
	text-decoration: none;
}

.subpages-list .subpage-list-item-wrapper .post-container .text-container {
    width: 100%;
}
  
.subpages-list .subpage-list-item-wrapper .post-container .image-container {
    width: 100%;
	max-height: 320px;
	overflow: hidden;
}

.subpages-list .subpage-list-item-wrapper .post-container span.date {
    color: #aaa;
    display: block;
}

.subpages-list .subpage-list-item-wrapper a.btn {
    margin-top: 25px;
	display: inline-block;
    padding: .6em 1.2em;
    font-size: 14px;
	background: #fff;
    color: #00558e;
    border: 2px solid #00558e;
    text-decoration: none;
    transition: .3s all ease-in-out;
    margin: 30px 0 0;
}
.subpages-list .subpage-list-item-wrapper a.btn:hover {
	background: #00558e;
	color: #fff;
	transition: .3s all ease-in-out;
} 

@media only screen and (min-width: 640px) {
    .subpages-list .subpage-list-item-wrapper .post-container img {
        float: right; 
        margin-left: 10px;
        margin-top: 80px;
    }

    .subpages-list .subpage-list-item-wrapper .post-container .text-container {
        width: 60%;
    }
      
    .subpages-list .subpage-list-item-wrapper .post-container .image-container {
        width: 35%;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 767px) {
    /* .subpages-list .subpage-list-item {
        width: 48%;
    } */
    .subpages-list .subpage-list-item-wrapper .post-container img {
        float: right;  
        margin-left: 10px; 
        margin-top: 25px;
    }

    .subpages-list .subpage-list-item-wrapper .post-container .text-container {
        width: 55%;
    }
      
    .subpages-list .subpage-list-item-wrapper .post-container .image-container {
        width: 40%;
        margin-left: 30px;
		max-height: 200px;
		overflow: hidden;
    }

    .subpages-list .subpage-list-item-wrapper h3 {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 960px) {
    .subpages-list .subpage-list-item-wrapper .post-container .text-container {
        width: 60%;
    }
      
    .subpages-list .subpage-list-item-wrapper .post-container .image-container {
        width: 35%;
		max-height: 250px;
		overflow: hidden;
    }

    .subpages-list .subpage-list-item-wrapper .post-container img {
        margin-top: 15px;
    }
}

.pagination {
	list-style: none;
	padding-left: 0;
	padding-top: 4rem;
	padding-bottom: 4rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.pagination .current,
	.pagination a {
		display: inline-block;
		padding: 0.3rem 0.6rem;
		background-color: #fff;
		color: #275cab;
		margin: 0 0.5rem;
		text-decoration: none;
		font-weight: 700;
		border: 2px solid #275cab;
		-webkit-transition: 250ms ease-in-out all;
		transition: 250ms ease-in-out all;
	}

.pagination a:hover {
	background-color: #275cab;
	color: #fff;
}

.pagination .current {
	background-color: #275cab;
	color: #fff;
}

.normal-list {
	list-style: disc;
	padding-left: 15px!important;
	text-align: left!important;
	margin-bottom: 15px!important;
}

.normal-list li {
	list-style-type: disc!important;
	border: 0!important;
	float: none!important;
	width: auto!important;
	padding: 0!important;
	text-align: left!important;
}

/*CTA*/

.cta-container .cta-content-container {
	width: 100%;
	margin: 30px auto;
	display: flex;
	justify-content: center;
}

.cta-container .cta-content-container .cta-button {
	background: #00548e;
	color: #fff;
	border: 1px solid #00548e;
	font-weight: 500;
	margin: 20px 0;
}
.cta-container .cta-content-container .cta-button:hover {
	background: #fff;
	color: #00548e;
	transition: all 0.3s linear;
}

.cta-container .cta-content-container h3 {
	margin-left: 20px;
	margin-bottom: 0;
	padding-left: 20px;
	position: relative;
	font-size: 24px;
	font-weight: 300;
	border-left: 2px solid #00548e;
}

@media screen and (max-width: 1650px) {
	.cta-container .cta-content-container {
		width: 50%;
	}
}

@media screen and (max-width: 1280px) {
	.cta-container .cta-content-container {
		width: 65%;
	}
}

@media screen and (max-width: 992px) {
	.cta-container .cta-content-container {
		width: 100%;
	}

	.cta-container .cta-content-container h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 480px) {
	.cta-container .cta-content-container {
		flex-direction: column;
		text-align: center;
	}

	.cta-container .cta-content-container .cta-button {
		margin: 10px 0;
		padding: 14px 30px;
		order: 2;
	}

	.cta-container .cta-content-container h3 {
		padding: 0;
		margin: 0;
		border: 0;
	}
}

.footer-logo{
	    display: block;
    width: 87%;
    margin-left: 26px;
    margin-bottom: 10px;
}

.footer-logo img{
	    float: none !important;
}

@media screen and (max-width: 900px){
	#header_main #logo{
		max-width: 250px;
	}
}


@media screen and (max-width: 767px){
	.footer-logo {
    display: flex;
    width: 100%;
    background: #00548e;
		margin-left: 0;
	}
	.footer-logo img{
		margin: 0 auto !important;
	}
}


#faq h2[itemprop="name"][role="button"]{
  position: relative;
  cursor: pointer;
  padding-right: 1.6em; 
}
#faq h2[itemprop="name"][role="button"]::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.9em;
  height: 0.9em;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .22s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<polyline points='8,4 16,12 8,20' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
  opacity: .9;
}
#faq h2[itemprop="name"][role="button"].is-open::after{
  transform: translateY(-50%) rotate(90deg);
}