/*
Theme Name: Portal
Description:  Portal
Version: 1.0
Text Domain: portal
Tags: Portal, Ogłoszenia, Firmy
*/
body {
	margin: 0;
	-webkit-font-smoothing: auto;
	background: #e9ebee;
	box-sizing: border-box;
	font-family: 'Roboto';
	box-sizing: border-box;
}

* {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

a:active,
a:hover {
	outline: 0;
}

img {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #24292e;
	font-weight: 600;
	/*	margin-top: 24px;*/
	margin-bottom: 15px;
}

h1 {
	font-size: 32px;
	padding-bottom: 10px;
}

h2 {
	font-size: 24px;
	padding-bottom: 0.3em;
	line-height: 1.25;
}

h3 {
	font-size: 18px;
	line-height: 25px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	line-height: 17.5px;
}

p {
	margin-bottom: 1.5em;
}

h1.entry-title {
	font-size: 1.31rem;
	border-bottom: 1px solid #eaecef;
}

h2.entry-title {
	border-bottom: 1px solid #eaecef;
}

h3.box-title {
	font-size: 1.2rem;
}

img {
	height: auto;
	max-width: 100%;
}

ul {
	list-style: none;
	margin: 0;
}

/*    HEADER  ========================================================*/
header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	height: 75px;
	display: flex;
	align-items: center;
	background-color: #fff;
	z-index: 9;
}

.header-belka {
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	height: 15px;
	width: 100%;
	background-color: #e9ebee;
	z-index: 9;
}

.logo-wrap {
	width: 305px;
	padding-left: 15px;
}

.logo a {
	display: flex;
	width: fit-content;
}

.search-wrap {
	width: calc(100% - 535px);
	padding-left: 15px;
	padding-right: 15px;
}

.search input,
.search select {
	padding: 0 10px;
}

.search form {
	display: flex;
	justify-content: space-between;
}

.search input[type="submit"] {
	background-color: #039ad2;
	border: 1px solid #039ad2;
	color: #fff;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 500;
	transition: background-color .25s ease-in-out;
}

.search input[type="submit"]:hover {
	background-color: #2a6292;
}

.search .searchinput {
	width: -webkit-fill-available;
	width: -moz-available;
	height: 32px;
	margin: 0px !important;
	border-radius: 15px 0 0 15px;
	border: 1px solid #c1c1c1;
	outline: none !important;
	color: #212121;
	padding-left: 15px;
}

.search select {
	border-radius: 0;
	outline: none !important;
	border: 1px solid #c1c1c1;
	color: #737373;
	background-color: #fff;
}

.search select option,
.search .searchinput::placeholder {
	color: #737373 !important;
}

.add-company-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 230px;
	padding-right: 15px;
}

.btn-add {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 100%;*/
	height: 32px;
	background-color: #00a591;
	color: #fff;
	border: 1px solid #00a591;
	border-radius: 15px;
	outline: none !important;
	text-decoration: none !important;
	font-weight: 400;
	font-size: 14px;
	transition: background-color .25s ease-in-out;
	cursor: pointer;
}

.custom-model-main {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}

.custom-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	margin: 30px auto;
	max-width: 97%;
}

.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}

.model-open .custom-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
}

.model-open .bg-overlay {
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.close-btn {
	position: absolute;
	right: 0;
	top: -30px;
	cursor: pointer;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

@media screen and (min-width:800px) {
	.custom-model-main:before {
		content: "";
		display: inline-block;
		height: auto;
		vertical-align: middle;
		margin-right: -0px;
		height: 100%;
	}
}

@media screen and (max-width:799px) {
	.custom-model-inner {
		margin-top: 45px;
	}
}

.btn-add:hover {
	background-color: #008c77;
}

.btn-add i {
	margin-right: 5px;
}

.koszyk-content {
	display: flex;
}

.bag {
	position: relative;
	width: 50px;
}

.top-koszyk {
	color: #333;
}

.top-koszyk img {
	height: 30px;
}

.top-koszyk a {
	text-decoration: none !important;
}

.bag .bag-count {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -5px;
	right: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #2a6292;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
}

.top-koszyk h5 {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 700;
	color: #444;
	margin: 0;
}

.add-company {
	width: 100%;
	margin-right: 15px;
}

.bag-cena {
	font-size: 14px;
}

/*    LEFT SIDEBAR  ========================================================*/
aside.left-sidebar {
	position: fixed;
	top: 91px;
	left: 0;
	bottom: 0;
	width: 305px;
	background-color: #fff;
	z-index: 9;
}

aside.left-sidebar ul.menu {
	padding: 20px 15px 15px 15px;
	margin: 0;
}

aside.left-sidebar ul li {
	position: relative;
}

aside.left-sidebar ul li button {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #044f81;
}

aside.left-sidebar ul li.has-children ul.children {
	display: none;
}

aside.left-sidebar ul li.has-children ul.children button {
	display: none;
}

aside.left-sidebar ul li a {
	display: inline-block;
	width: calc(100% - 26px);
	margin-bottom: 18px;
	font-size: 14px;
	text-decoration: none !important;
	color: #2a6292 !important;
	transition: transform .25s ease-in-out;
}

aside.left-sidebar ul li ul.children a {
	position: relative;
	width: 100%;
	transition: transform .25s ease-in-out;
}

aside.left-sidebar ul li ul.children a:hover {
	transform: translateX(10px);
}

aside.left-sidebar ul li ul.children a::before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-right: 5px;
	opacity: .6;
}

aside.left-sidebar ul li span {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	background-color: #62ab00;
	color: #fff;
	border-radius: 3px;
	line-height: 1;
	min-width: 35px;
	text-align: center;
	font-size: 10px;
	z-index: -1;
}

aside.left-sidebar ul.menu>li>a:hover {
	transform: translateX(10px);
}

aside.left-sidebar .tabs::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

aside.left-sidebar .tabs::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

aside.left-sidebar .tabs::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c1c1c1;
}

.tab-buttons {
	margin: 15px 0px -2px 0px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.tab-buttons span {
	color: #333;
	display: inline-block;
	padding: 10px;
}

.tab-buttons span.active {
	border-bottom: 2px solid #62ab00;
}

.tabs {
	left: 0;
	overflow-y: overlay;
	position: absolute;
	bottom: 0;
	top: 59px;
	width: 100%;
	z-index: 9;
}

.wrapper {
	position: relative;
	border-bottom: 2px solid #e9ebee;
	margin-left: 15px;
	margin-right: 15px;
}

.tab-buttons.active-slider {
	cursor: grab;
}

.mt-20 {
	margin-top: 20px !important;
}

.tab-buttons2,
.tab-buttons3,
.tab-buttons4 {
	text-align: center;
	margin-top: 15px;
}

.tab-buttons2 span,
.tab-buttons3 span,
.tab-buttons4 span {
	background-color: #efefef;
	color: #bebebe;
	font-size: 13px;
	padding: 2px 6px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}

.tab-buttons2 span.active,
.tab-buttons3 span.active,
.tab-buttons4 span.active {
	background-color: #77cf00;
	color: #fff;
}

.tab-buttons2 .content4,
.tab-buttons3 .content6,
.tab-buttons4 .content8,
.tab-buttons4 .content9 {
	margin-right: 10px
}

/*    RIGHT SIDEBAR  ========================================================*/
aside.right-sidebar {
	position: fixed;
	top: 91px;
	right: 0;
	bottom: 0;
	width: 230px;
	z-index: 9;
}

aside.right-sidebar h4 {
	margin: 0;
	padding: 6px 10px;
	color: #fff;
	background-color: #2a6292;
	line-height: 1;
	font-weight: 400;
	font-size: 16px;
}

.right-sidebar-top {
	background-color: #fff;
}

.right-sidebar-top-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	height: 140px;
	border-bottom: 1px solid #c1c1c1;
}

.right-sidebar-bottom {
	position: absolute;
	top: 228px;
	bottom: 0;
	width: 230px;
	background-color: #fff;
}

.btn-green {
	display: block;
	width: 80%;
	background-color: #62ab00;
	color: #fff;
	padding: 8px;
	border-radius: 15px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 12px;
	text-decoration: none !important;
	transition: background-color .25s ease-in-out;
}

.btn-green:hover {
	background-color: #77cf00;
}

.btn-blue {
	display: block;
	width: 80%;
	background-color: #039ad2;
	color: #fff;
	padding: 8px;
	border-radius: 15px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 12px;
	text-decoration: none !important;
	transition: background-color .25s ease-in-out;
}

.btn-blue:hover {
	background-color: #0cbbfc;
}

.areset {
	color: #2a6292;
	text-decoration: none;
	font-size: 14px;
}

.areset:hover {
	text-decoration: underline;
}

.right-sidebar-top-buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	height: 45px;
}

.right-sidebar-top-buttons a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #2a6292;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none !important;
	transition: color .25s ease-in-out;
}

.right-sidebar-top-buttons a:hover {
	color: #62ab00;
}

.right-sidebar-top-buttons a i {
	display: block;
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: 600;
}

.right-sidebar-top-buttons a i.fa-envelope-open {
	font-weight: 500;
}

.right-sidebar-top-buttons a:nth-child(2) {
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}

.right-sidebar-bottom .carousel {
	/*	padding: 15px;*/
	text-align: center;
}

.right-sidebar-bottom .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.right-sidebar-bottom .carousel-inner>.item {
	position: relative;
	display: none;
	animation: 0.5s ease-in-out;
}

.right-sidebar-bottom .carousel-inner>.active,
.right-sidebar-bottom .carousel-inner>.next {
	display: block;
}

.right-sidebar-bottom .carousel-inner>.next {
	position: absolute;
	top: 0;
	width: 100%;
}

.right-sidebar-bottom .carousel-inner>.to-left {
	animation-name: left;
}

.right-sidebar-bottom .carousel-inner>.from-right {
	animation-name: right;
}

.right-sidebar-bottom .carousel-inner>.to-right {
	animation-name: right;
	animation-direction: reverse;
}

.right-sidebar-bottom .carousel-inner>.from-left {
	animation-name: left;
	animation-direction: reverse;
}

.right-sidebar-bottom .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	cursor: pointer;
}

.right-sidebar-bottom .carousel-control.right {
	right: 0;
	left: auto;
}

.right-sidebar-bottom .carousel-indicators {
	position: absolute;
	padding-left: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.right-sidebar-bottom .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 1px solid #2a6292;
	border-radius: 10px;
}

.right-sidebar-bottom .carousel-indicators li.active {
	background-color: #2a6292;
}

@keyframes left {
	from {
		left: 0;
	}

	to {
		left: -100%;
	}
}

@keyframes right {
	from {
		left: 100%;
	}

	to {
		left: 0;
	}
}

/*    CENTER NAV  / FRONT SLIDER    ========================================================*/
.slider {
	position: relative;
	background: #fff;
	width: 100%;
	height: 256px;
	margin-bottom: 15px;
}

.carousel2 {
	height: 100%;
	text-align: center;
}

.carousel-inner2 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.carousel-inner2>.item2 {
	position: relative;
	height: 100%;
	display: none;
	animation: 0.5s ease-in-out;
}

.carousel-inner2>.item2 h2 {
	margin: 0;
}

.carousel-inner2>.active,
.carousel-inner2>.next {
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-inner2>.next {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner2>.to-left {
	animation-name: left;
}

.carousel-inner2>.from-right {
	animation-name: right;
}

.carousel-inner2>.to-right {
	animation-name: right;
	animation-direction: reverse;
}

.carousel-inner2>.from-left {
	animation-name: left;
	animation-direction: reverse;
}

.carousel-control2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	cursor: pointer;
}

.carousel-control2.right {
	right: 0;
	left: auto;
}

/*.slider .carousel-control2>.arrow {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNiAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+QXJyb3c8L3RpdGxlPjxwYXRoIGQ9Ik0yNS42IDEwLjk3NGwtOC41MyA4LjYyYTEuMzYgMS4zNiAwIDAgMS0xLjkzNS4wMDMgMS4zODcgMS4zODcgMCAwIDEtLjAwMi0xLjk1bDYuMjAxLTYuMjY4SDEuMzY4QTEuMzc0IDEuMzc0IDAgMCAxIDAgMTBjMC0uNzYyLjYxMy0xLjM4IDEuMzY4LTEuMzhoMTkuOTY2bC02LjItNi4yNjdhMS4zODcgMS4zODcgMCAwIDEgLjAwMS0xLjk1IDEuMzYgMS4zNiAwIDAgMSAxLjkzNi4wMDJsOC41MyA4LjYyMWMuNTMyLjUzOC41MzIgMS40MSAwIDEuOTQ4IiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=") center center no-repeat;
	background-size: 26px 20px;
	opacity: 0.6;
	transform: translateY(-50%);
}

.slider .carousel-control2>.arrow:hover {
	opacity: 0.8;
}

.slider .carousel-control2>.arrow.left {
	transform: translateY(-50%) rotate(180deg);
}

.slider .carousel-control2>.arrow.right {
	right: 50%;
}*/
.carousel-indicators2 {
	position: absolute;
	left: 50%;
	padding-left: 0;
	margin: 0;
	list-style: none;
	transform: translateX(-50%);
	bottom: 0;
}

.carousel-indicators2 li {
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 1px solid #2a6292;
	border-radius: 10px;
}

.carousel-indicators2 li.active {
	background-color: #2a6292;
}

.center-nav {
	position: sticky;
	top: 90px;
	left: 320px;
	right: 245px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	margin-bottom: 15px;
	font-size: 14px;
	background-color: #fff;
	color: #2a6292;
	border-bottom: 1px solid #62ab00;
	-webkit-box-shadow: 0 9px 6px -6px rgb(0 63 132 / 40%);
	-moz-box-shadow: 0 9px 6px -6px rgba(0, 63, 132, 0.4);
	box-shadow: 0 9px 6px -6px rgb(0 63 132 / 40%);
	z-index: 9;
}

.center-nav i.fa-angle-right {
	margin: 0 4px;
}

.center-nav select {
	padding: 3px 15px 3px 5px;
	color: #2a6292;
	border: 1px solid #c1c1c1;
	outline: none !important;
	cursor: pointer;
	border-radius: 5px;
	background-color: #fff;
}

main {
	position: relative;
	padding-top: 90px;
	padding-left: 320px;
	padding-right: 245px;
	height: 100%;
	z-index: 8;
}

.firma-box {
	display: inline-flex;
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	background-color: #fff;
}

.firma-box h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

.firma-box .thumb {
	width: 200px;
	border-right: 1px solid #c1c1c1;
	padding: 10px;
}

.firma-box .thumb a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 180px;
}

.firma-box .excerpt {
	margin-bottom: 30px;
}

.firma-box .excerpt a {
	color: #212121;
	overflow: hidden;
	position: relative;
	line-height: 20px;
	max-height: 20px;
	text-align: justify;
	padding-right: 1em;
	display: block;
	text-decoration: none;
}

.firma-box .excerpt a::before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 0;
}

.firma-box .oceny {
	margin-bottom: 10px;
}

.firma-box .oceny i {
	font-size: 21px;
	margin-right: 2px;
}

.green-label {
	background-color: #77cf00;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	padding: 2px 4px;
}

.firma-box .js-rmp-results-widget {
	display: flex;
}

.js-rmp-avg-rating {
	margin-right: 5px;
}

.rmp-icon--full-highlight {
	color: #f1c21b;
}

.rmp-icon--half-highlight {
	background: linear-gradient(to right, #f1c21b 50%, #ccc 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rmp-rating-widget .rmp-icon--ratings {
	font-size: 30px;
}

.firma-box .opinie {
	color: #2a6292;
	font-size: 15px;
}

.firma-box .opinie i {
	margin-right: 5px;
	font-size: 18px;
}

.box-content-header {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	color: #2a6292;
	border-bottom: 1px solid #c1c1c1;
}

i.fa-map-marker-alt {
	margin-right: 3px;
}

.box-content-header .lokalizacja .lok-term:last-child span {
	display: none;
}

.lok-term,
.lok-term a,
.lok-term span {
	text-decoration: none;
	color: #2a6292;
	display: inline-block;
}

.lok-term a:hover {
	text-decoration: underline;
}

.lok-term span {
	margin: 0 3px;
}

.box-content {
	width: 100%;
}

.box-content-content {
	padding: 10px;
}

.box-content-content h2,
.box-content-content h2 a {
	color: #2a6292;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
}

.box-content-content h2 a:hover {
	text-decoration: underline;
}

/*    LEFT SIDEBAR  ========================================================*/
.page-header {
	display: flex;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	flex-wrap: wrap;
}

.page-header-title {
	width: 100%;
}

.page-content {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.page-content h3 {
	margin: 0 0 12px 0;
	font-weight: 500;
}

.page-header-title h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

.page-header-content {
	flex: 6;
	padding-right: 15px;
}

.page-header-content p {
	margin: 0;
	line-height: 1.4;
}

.page-ico {
	width: 100px;
	display: flex;
	align-items: center;
}

.page-ico img {
	width: 100px;
}

.dodaj-firme-tax span {
	padding-left: 15px;
}

.dodaj-firme-tax input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
}

.dodaj-firme-tax label {
	display: table;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
	color: #626262;
}

.form-row {
	display: flex;
	margin-bottom: 20px;
}

input.form-control {
	display: block;
	width: 100%;
	padding: 0 0 5px 0;
	font-size: 15px;
	margin-bottom: 25px;
	border: none;
	border-bottom: 1px solid #c1c1c1;
	outline: none;
}

.form-row2 {
	display: flex;
}

input.form-control-miasto {
	width: 60%;
	margin-right: 20px;
}

input.form-control-kod {
	width: 40%;
}

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

.form-nazwa {
	padding-left: 30px;
	width: 100%;
}

.form-nazwa input {
	border: none;
	border-bottom: 1px solid #c1c1c1;
	font-size: 30px;
	width: 100%;
	outline: none;
}

.form-contact {
	padding-right: 40px;
}

.form-contact,
.form-social-media,
.form-row-lokalizacja,
.form-row-branze {
	width: 50%;
}

.form-opis {
	width: 100%;
}

.container {
	width: 200px;
	border: 1px solid #c3c3c3;
	padding: 10px;
}

.container label {
	text-align: center;
	margin: auto;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container img {
	margin: auto;
	/*display: block;*/
}

.hidden,
#uploadImg:not(.hidden)+label {
	display: none;
}

#user-image-featured {
	display: none;
	margin: 0 auto;
}

#upload {
	display: block;
	padding: 10px 25px;
	border: 0;
	margin: 0 auto;
	font-size: 15px;
	letter-spacing: 0.05em;
	cursor: pointer;
	background: #216e69;
	color: #fff;
	outline: none;
	transition: 0.3s ease-in-out;
}

#upload:hover,
#upload:focus {
	background: #1AA39A;
}

#upload:active {
	background: #13D4C8;
	transition: 0.1s ease-in-out;
}

.tax-children {
	display: none;
}

.breadcrumbs ul {
	display: flex;
	align-items: center;
	padding: 0;
}

.breadcrumbs ul i.fa-angle-right {
	margin: 0 7px;
}

.breadcrumbs ul a {
	text-decoration: none !important;
	color: #2a6292 !important;
}

.container-reklama .carousel-indicators {
	position: relative;
}

/* ----------------------------------    SINGLE COMPANY*/
/*Single slider*/
.carousel3 {
	text-align: center;
	position: relative;
	width: 100%;
}

.carousel-inner3 {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 400px;
}

.carousel-inner3>.item3 {
	position: relative;
	display: none;
	animation: 0.5s ease-in-out;
}

.carousel-inner3>.item3 img {
	max-height: 400px;
	width: auto;
}

.carousel-inner3>.active,
.carousel-inner3>.next {
	display: block;
}

.carousel-inner3>.next {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner3>.to-left {
	animation-name: left;
}

.carousel-inner3>.from-right {
	animation-name: right;
}

.carousel-inner3>.to-right {
	animation-name: right;
	animation-direction: reverse;
}

.carousel-inner3>.from-left {
	animation-name: left;
	animation-direction: reverse;
}

.carousel-control3 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	cursor: pointer;
}

.carousel-control3.right {
	right: 0;
	left: auto;
}

.carousel-indicators3 li {
	display: inline-block;
	width: 110px;
	height: 110px;
	cursor: pointer;
	border: 1px solid #2a6292;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.carousel-indicators3 li.active {
	border-bottom: 1px solid #62ab00;
	-webkit-box-shadow: 0 9px 6px -6px rgb(0 63 132 / 40%);
	-moz-box-shadow: 0 9px 6px -6px rgba(0, 63, 132, 0.4);
	box-shadow: 0 9px 6px -6px rgb(0 63 132 / 40%);
}

/*Single cd*/
.page-content.tytul {
	position: sticky;
	top: 90px;
	left: 320px;
	right: 245px;
	z-index: 99;
	border-bottom: 1px solid #62ab00;
	-webkit-box-shadow: 0 9px 6px -6px rgb(0 63 132 / 40%);
	-moz-box-shadow: 0 9px 6px -6px rgba(0, 63, 132, 0.4);
	box-shadow: 0 9px 6px -6px rgb(0 63 132 / 40%);
}

.page-content.tytul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-content.tytul h1 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	color: #2a6292;
	font-weight: 500;
}

.tytul-contact {
	display: flex;
}

.tytul-contact a {
	display: inline-block;
	color: #2a6292 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2a6292;
	border-radius: 100%;
	padding: 6px;
	text-decoration: none !important;
}

.mr-15 {
	margin-right: 10px;
}

.tytul-contact i {
	font-size: 16px;
}

.alert-info {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.test {
	display: flex;
	justify-content: space-between;
}

.test-item {
	height: 180px;
	background-color: #fff;
	margin-right: 15px;
}

.test-item:last-child {
	margin-right: 0px;
}

.woocommerce-page-content {}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 20%;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin: 7.5px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 0 15px 0;
}

.woocommerce ul.products.columns-5 {
	margin-left: -7.5px;
	margin-right: -7.5px;
}