@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Roboto-Light"),
		url("../fonts/Roboto/Roboto-Light.woff") format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Roboto-Regular"),
		url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local("Roboto-Medium"),
		url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Roboto-Bold"),
		url("../fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"),
		url("../fonts/Roboto/roboto-bold-webfont.woff") format("woff");
}

/* Legacy family names share the same optimized files. */
@font-face {
	font-family: "Roboto-Light";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Roboto-Light"),
		url("../fonts/Roboto/Roboto-Light.woff") format("woff");
}

@font-face {
	font-family: "Roboto-Regular";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Roboto-Regular"),
		url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
}

@font-face {
	font-family: "Roboto-Medium";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Roboto-Medium"),
		url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
}

@font-face {
	font-family: "Roboto-Bold";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Roboto-Bold"),
		url("../fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"),
		url("../fonts/Roboto/roboto-bold-webfont.woff") format("woff");
}

@font-face {
	font-family: "Roboto-Black";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Roboto-Black"),
		url("../fonts/Roboto/Roboto-Black.woff") format("woff");
}

* {
	box-sizing: border-box;
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}

body {
	background-color: #fff;
	color: #303d4a;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 300;
}

img {
	max-width: 100%;
	display: block;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1584px;
	}
}
h1 {
	color: #0094da;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 14px;
	margin-bottom: 25px;
	margin-top: 23px;
	font-family: Roboto;
}
/*** TEMPLATE ***/
.wrap-menu-logo {
	margin: 40px 0 30px 0;
}
.wrap-top-text {
	background-color: rgba(62, 142, 216, 0.95);
	width: 100%;
	position: fixed;
	top: -150px;
	left: 0;
	z-index: 9999;
	height: 60px;
}
.wrap-top-text #top-text {
	color: #fff;
	padding: 10px 0 10px 0;
}
.top-bar {
	padding: 20px 0 20px 0;
	background: #000;
	color: #646363;
}
.top-bar .wrap {
	float: right;
	font: 14px/14px Roboto-Medium, sans-serif;
	color: #aaaaaa;
}
.top-bar .wrap .social-icons {
	display: inline-block;
	margin-right: 15px;
}
.top-bar span.phone {
	color: #eee;
	font-family: "Bebas Neue Regular";
}
#wrap-menu {
	width: 100%;
	background: #f6f6f6;
	display: inline-block;
	position: relative;
}
#wrap-menu .separator-menu {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
	z-index: 2;
}
.wrap-breadcrumbs {
	display: inline-block;
	width: 100%;
}
/* .breadcrumb {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.breadcrumb li {
	font-size: 16px;
	font: 16px/16px Roboto-Regular, sans-serif;
}
.breadcrumb li a {
	font: 16px/16px Roboto-Regular, sans-serif;
}
.breadcrumb li:first-child a {
	color: #0094da;
} */
#content-page {
	/* font: 15px/22px Roboto, sans-serif; */
}
.boxes-bottom {
	width: 100%;
	background: #2a2b2f;
	padding-bottom: 35px;
}
.boxes-bottom h2 {
	margin: 40px 0 20px 0;
	padding: 0;
	color: #898e90;
	font: 18px/18px Roboto-Medium, sans-serif;
}
.boxes-bottom .contact {
	color: #fff;
	font-size: 13px;
	font: 14px/20px Roboto-Medium, sans-serif;
}
.boxes-bottom .contact a {
	color: #1499d8;
}
footer span {
	padding-top: 10px;
	font-size: 12px;
	font-family: GothamLight, sans-serif;
	color: #595757;
}
footer .icons {
	float: right;
}
footer .icons img:first-child {
	margin-right: 20px;
}
.wrap-title-page {
	background: #fff;
	color: #5b5b5b;
}

/* frontpage */
.boxes-offer {
	width: 100%;
	display: flex;
	margin: 25px 0 0px 0;
	clear: both;
	justify-content: space-between;
}
.boxes-offer h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	font: 18px/24px Roboto-Medium, sans-serif;
}
.boxes-offer .desc {
	text-align: left;
	font: 15px/18px Roboto-Regular, sans-serif;
	float: left;
	clear: both;
	color: #979797;
}
#full-offer-box {
	position: relative;
	width: 20%;
	height: 573px;
	float: left;
	background: url("../img/boxes-offer/full-offer-box-bg.jpg") no-repeat;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	padding: 25px;
}
#full-offer-box h3 {
	font: 32px/38px Roboto-Light, sans-serif;
	color: #0094da;
}
#full-offer-box .desc {
	font: 16px/20px Roboto-Medium, sans-serif;
	color: #000;
}
#boxes-bottom {
	width: 100%;
}
#boxes-bottom .box-1 {
	background: url(../img/boxes-bottom/box-front-1-bg.jpg);
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	width: 100%;
	height: 260px;
}
#boxes-bottom .box-1 .content {
	float: right;
	margin: 150px 20px 0 0;
}
#boxes-bottom .box-1 .content h4 {
	font: 24px/24px Roboto-Light, sans-serif;
	color: #fff;
}
#boxes-bottom .box-1 .content .desc {
	font: 15px/18px Roboto-Regular, sans-serif;
	color: #fff;
}
#boxes-bottom .box-2 {
	background: url(../img/boxes-bottom/box-front-2-bg.jpg);
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	width: 100%;
	height: 340px;
	margin-bottom: 20px;
}
#boxes-bottom .box-2 .content {
	float: left;
	margin: 50px 0px 0 50px;
}
#boxes-bottom .box-2 .content h4,
#boxes-bottom .box-3 .content h4 {
	font: 34px/34px Roboto-Light, sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
#boxes-bottom .box-2 .content .desc,
#boxes-bottom .box-3 .content .desc {
	font: 18px/18px Roboto-Medium, sans-serif;
	color: #fff;
}
.wrap-box-3 {
	width: 39%;
	float: left;
	padding-left: 0;
}
#boxes-bottom .box-3 {
	background: url(../img/boxes-bottom/box-front-3-bg.jpg);
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	width: 100%;
	height: 400px;
}
#boxes-bottom .box-3 .content {
	float: left;
	margin: 50px 0px 0 30px;
}
.wrap-box-4 {
	width: 39%;
	float: left;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}
#boxes-bottom .box-4 {
	background: url(../img/boxes-bottom/box-front-4-bg.jpg);
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	width: 100%;
	height: 400px;
}
#boxes-bottom .box-4 .content {
	float: left;
	margin: 50px 25px 0 30px;
}
#boxes-bottom .box-4 .content h4 {
	font: 34px/34px Roboto-Light, sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
#boxes-bottom .box-4 .content .desc {
	font: 18px/18px Roboto-Medium, sans-serif;
	color: #fff;
}
#boxes-bottom .box-4 .content .desc2 {
	font: 15px/18px Roboto-Regular, sans-serif;
	color: #fff;
}
.wrap-box-5 {
	width: 22%;
	float: left;
	padding: 0 0 0 0;
}
#boxes-bottom .box-5 {
	background: url(../img/boxes-bottom/box-front-5-bg.jpg);
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	width: 100%;
	height: 400px;
}
#boxes-bottom .box-5 .content {
	float: left;
	margin: 50px 0px 0 10px;
}
#boxes-bottom .box-5 .content h4 {
	font: 34px/34px Roboto-Light, sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
#boxes-bottom .box-5 .content .desc {
	font: 18px/18px Roboto-Medium, sans-serif;
	color: #fff;
}
#boxes-bottom .wrap-box .box {
	display: inline-block;
	position: relative;
}
#boxes-bottom .wrap-box .animated:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #664282;
	opacity: 0.2;
	border: 1px solid red;
}
#boxes-bottom .wrap-box .desc2 {
	font: 15px/18px Roboto-Regular, sans-serif;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #654282;
	width: 100%;
	display: none;
	padding: 45px 35px 45px 35px;
}
.wrap-our-customers {
	background: #fff;
	padding: 60px 0 60px 0;
	width: 100%;
}
.wrap-our-customers h2 {
	font: 22px/22px GothamLight, sans-serif;
	margin: 0px 0 15px 0;
}
.wrap-our-customers a {
	float: right;
	font: 14px/14px GothamLight, sans-serif;
	color: #1499d8;
}
.our-customers {
	width: 100%;
}
.boxes-info {
	width: 100%;
	display: inline-block;
	margin: 25px 0 35px 0;
	clear: both;
}
.boxes-info .box {
	padding: 9px;
}
.boxes-info .box h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font: 23px/26px GothamLight, sans-serif;
}
.boxes-info .box img {
	width: 100%;
}
.boxes-info .box .text {
	text-align: justify;
	font: 14px/20px GothamLight, sans-serif;
	float: left;
	clear: both;
}
.boxes-info .box a.more {
	float: left;
	clear: both;
	color: #1499d8;
	margin: 5px 0 30px 0;
	font: 14px/14px GothamLight, sans-serif;
}

/*custom pages*/
/*obsluga techniczna*/
#support {
}
#support .content {
	padding: 100px 0 100px 0;
	width: 100%;
}
#support h2 {
	width: 100%;
	color: #0094da;
	font: 60px/70px Roboto-Light, sans-serif;
	margin: 50px 0 20px 0;
	text-align: left;
}
#support h3 {
	color: #000;
	font: 18px/22px Roboto-Medium, sans-serif;
	display: inline-block;
	clear: both;
}
#support .desc {
	width: 50%;
}
#support .text {
	color: #656565;
	font: 15px/22px Roboto-Regular, sans-serif;
	margin-top: 10px;
	margin-bottom: 50px;
}
#obsluga-wynajmow-dlugoterminowych .desc {
	width: 45%;
}
#eletroniczna-rejestracja-gosci-wydarzenia .desc {
	width: 55%;
}
#multimedialna-oprawa-wydarzenia .desc {
	width: 45%;
}
#niech-cie-uslysza .desc {
	padding: 40px 0 40px 0;
}
#oswietlenie-pomieszczen {
	height: 658px;
}
#doradztwo-w-wyborze-sprzetu h2 {
	margin: 0px 0 20px 0;
}
#doradztwo-w-wyborze-sprzetu .desc {
	width: 45%;
}
#doradztwo-w-wyborze-sprzetu {
	padding-top: 90px !important;
}
#obsluga-techniczna-podczas-trwania-imprezy .desc {
	width: 55%;
}
/*wynajem sprzetu*/
.equipment-rental {
}
.equipment-rental .content {
	padding: 100px 0 100px 0;
	margin: 0;
	width: 100%;
}
.equipment-rental h2 {
	width: 100%;
	color: #0094da;
	font: 60px/70px Roboto-Light, sans-serif;
	margin: 50px 0 20px 0;
	text-align: left;
}
.equipment-rental h3 {
	color: #000;
	font: 18px/22px Roboto-Medium, sans-serif;
	display: inline-block;
	clear: both;
}
.equipment-rental .desc {
	width: 50%;
}
.equipment-rental .text {
	color: #656565;
	font: 15px/22px Roboto-Regular, sans-serif;
	margin-top: 10px;
	margin-bottom: 50px;
}
.equipment-rental .more {
	margin-top: 25px;
	display: inline-block;
}
.equipment-rental .more:hover {
	color: #fff;
}
.equipment-rental .bottom-box,
#support .bottom-box {
	width: 100%;
	height: 154px;
	background: url("../img/wynajem-box-bottom-bg.jpg") center center no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 60px;
	font: 24px/24px Roboto-Light, sans-serif;
}
.equipment-rental .bottom-box a,
#support .bottom-box a {
	color: #fff;
	text-decoration: underline;
}
#laptopy {
	/* height: 663px; */
}
#komputery-stacjonarne .desc {
	width: 40%;
}
#serwery {
	height: 645px;
}
#tablety {
	/* height: 620px; */
}
#tablety .desc {
	width: 40%;
}
#ekrany-led-bezszwowe-i-diodowe .desc {
	width: 55%;
}
#oswietlenie {
	height: 658px;
	padding-top: 150px;
}
#projektory-multimedialne .desc {
	width: 45%;
}
#ekrany-projekcyjne {
	height: 603px;
}
#konsole-do-gier {
	/* height: 643px; */
	padding-top: 40px;
}
#konsole-do-gier .desc {
	width: 40%;
}
#dron-z-kamera-4k .desc {
	width: 45%;
}
#tlumaczenia-stymultaniczne {
}
/*wynajem sprzetu - podstrony*/
.equipment-rental-page {
	background: #fff;
	width: 100%;
	font: 15px/20px Roboto-Regular, sans-serif;
	color: #979797;
}
.equipment-rental-page .wrap-intro {
	border-bottom: 1px solid #ebebec;
	width: 100%;
	padding-bottom: 50px;
}
.equipment-rental-page .desc {
	padding: 0;
}
.equipment-rental-page h3 {
	font: 18px/22px Roboto-Medium, sans-serif;
	color: #000;
	margin-bottom: 30px;
}
.equipment-rental-page h2 {
	width: 100%;
	text-align: center;
	display: inline-block;
	font: 30px/30px Roboto-Light, sans-serif;
	color: #000;
	display: inline-block;
}
.equipment-rental-page h2 .blue {
	color: #0094da;
}
.equipment-rental-page .types {
	display: inline-block;
	width: 100%;
	margin-top: 250px;
}
.equipment-rental-page .types table {
	color: #fff;
	border-spacing: 2px;
	border-collapse: separate;
	line-height: 16px;
}
.equipment-rental-page .types table .gray {
	background: url(../img/type-g.jpg) left center no-repeat;
}
.equipment-rental-page .types table .blue {
	background: url(../img/type-b.jpg) left center no-repeat;
}
.equipment-rental-page .types table .navy-blue {
	background: url(../img/type-nb.jpg) left center no-repeat;
}
.equipment-rental-page .types table .black {
	background: url(../img/type-bl.jpg) left center no-repeat;
}
.equipment-rental-page .types table tr {
	margin: 10px !important;
}
.equipment-rental-page .types .spec {
	color: #0094da;
	padding: 0;
	padding-right: 20px;
}
.equipment-rental-page .types .desc {
	color: #979797;
	padding: 0;
}
.equipment-rental-page .types table tr td {
	margin: 5px !important;
	padding: 15px 10px 15px 10px;
}
.equipment-rental-page .types table tr:first-child td:first-child {
	width: 25%;
	color: #000 !important;
}
.equipment-rental-page .item {
	padding: 150px 0 150px 0;
	margin: 0;
}
.equipment-rental-page .item h2 {
	font: 60px/60px Roboto-Light, sans-serif;
	color: #0094da;
	text-align: left;
	margin: 0 0 50px 0;
}
.equipment-rental-page .item:last-child {
	border: 0;
}
.equipment-rental-page .row-2 .text {
	width: 70% !important;
}
/* special style for pages*/
#wynajem-laptopy .row-1 .text {
	width: 70%;
}
#wynajem-laptopy .row-2 {
	padding: 0 0 180px 100px;
	border-bottom: 1px solid #ebebec;
}
#wynajem-laptopy .row-2 .pull-right {
	border-top: 1px solid #ebebec;
	margin-top: 112px;
	padding-top: 70px;
}
#wynajem-laptopy .row-2 .text {
	width: 40%;
}
#wynajem-laptopy .row-3 {
	padding: 100px 0 100px 0;
}
#wynajem-laptopy .row-4 {
	color: #fff;
	text-align: center;
	padding: 150px 20% 180px 0;
}
#wynajem-laptopy .row-4 h2 {
	color: #fff;
	text-align: center;
}
#wynajem-laptopy .row-4 .text {
	width: 75%;
	margin: 0 auto;
}
#wynajem-laptopy .row-5 {
	padding-top: 200px;
	border-bottom: 1px solid #ebebec;
}
#wynajem-laptopy .row-6 {
	padding-top: 180px;
}
#wynajem-laptopy .row-7 {
	padding: 120px 0 300px 0px;
}
.distinguishes-us {
	display: inline-block;
	padding: 0 0 30px 0;
}
.distinguishes-us h3 {
	width: 100%;
	display: inline-block;
	margin: 20px 0 20px 0;
	font: 48px/48px Roboto-Light, sans-serif;
	color: #0094da;
}
.distinguishes-us .desc {
	font: 18px/18px Roboto-Medium, sans-serif;
}
.distinguishes-us .box {
	float: left;
	font: 18px/22px Roboto-Medium, sans-serif;
	box-sizing: border-box;
	-moz-background-size: border-box;
	-webkit-background-size: border-box;
	margin-bottom: 15px;
}
.distinguishes-us .box img {
	margin-bottom: 15px;
}
.distinguishes-us .ad {
	width: 35%;
	height: 435px;
	background: url("../img/dlaczego-my-haslo-bg.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	position: relative;
}
.distinguishes-us .ad h4 {
	position: absolute;
	left: 10%;
	top: 10%;
	font: 30px/36px Roboto-Light, sans-serif;
}
.distinguishes-us .ad span {
	position: absolute;
	left: 10%;
	bottom: 10%;
}
/*galeries*/
.content-list-galleries {
	width: 100%;
	background: #fff;
}
.content-list-galleries h2 {
	font-size: 22px;
}
.content-list-galleries .intro-text {
	font-size: 13px;
	margin-bottom: 10px;
}
/*lista kategorii oraz losowe galerie z danej kategorii*/
.gallery-category-list {
	padding-bottom: 15px;
}
.gallery-category-list h2 {
	font: 30px/30px Roboto-Regular, sans-serif;
	margin: 25px 0 25px 0;
	color: #0094da;
}
.gallery-category-list h3 {
	font-size: 22px;
}
.gallery-category-list .more {
	margin: 0 auto 0 auto;
	background: url(../img/more-arrow-down.png) center right no-repeat;
	color: #0094da;
	padding-right: 0px;
	width: 170px;
	font: 17px/44px Roboto-Medium, sans-serif;
	clear: both;
	cursor: pointer;
}
.gallery-category-list .more:hover {
	color: #000;
}
.container-more {
	max-width: 1250px;
}
/*img*/
.gallery-content{
	display: flex;
	justify-content: space-between;
}
.grid-sizer, .wrap-item-gallery {
	width: 20%;
}
.gallery-14 .wrap-item-gallery {
	/* width: 300px; */
	float: left;
	padding: 10px;
}
.gallery-14 .item-gallery {
	background: #ededed;
	float: left;
	width: 100%;
	padding: 10px;
}
.item-gallery a, .item-video a{
	text-decoration: none;
}
.item-gallery a:hover, .item-video a:hover{
	text-decoration: none;
}
.gallery-14 .item-gallery h3 {
	font: 18px/18px Roboto-Medium, sans-serif;
	margin: 25px 0 15px 0;
}
.gallery-14 .item-gallery .intro-text {
	font: 15px/22px Roboto-Regular, sans-serif;
}
.gallery-14 .item-gallery img {
	display: block;
	width: 100%;
}
/*szczegoly galerii*/
.gallery-detail {
}
.gallery-detail .text {
	font: 15px/22px Roboto-Regular, sans-serif !important;
	margin-bottom: 20px;
}
.gallery-detail .image-gallery {
	background: #ededed;
	padding: 10px;
	display: inline-block;
}
.back-gallery {
	float: right;
	margin-top: 40px;
}
/*video*/
.gallery-video {
	font: 15px/22px Roboto-Regular, sans-serif !important;
}
.gallery-video .text {
	margin-bottom: 20px;
	clear: both;
	display: inline-block;
}
.gallery-15{
	justify-content: center;
}
.gallery-15 .wrap-item-video {
	width: 600px;
	float: left;
	padding: 10px;
}
.gallery-15 .item-video {
	background: #ededed;
	float: left;
	width: 570px;
	padding: 10px;
}
.gallery-15 .item-video h3 {
	font: 18px/18px Roboto-Medium, sans-serif;
	margin: 25px 0 15px 0;
}
.gallery-15 .item-video .intro-text {
	font: 15px/22px Roboto-Regular, sans-serif;
}
.gallery-15 .item-video iframe {
	display: block;
	width: 100%;
	height: 350px;
}
/*realizacje - nasi klienci*/
.wrap-our-customers-gallery {
	margin: 50px 0 0 0;
	border-top: 6px solid #0094da;
	border-bottom: 6px solid #0094da;
}
.wrap-our-customers-gallery .container {
	overflow: hidden;
	position: relative;
	height: 400px;
}
.our-customers-gallery {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -15px;
	overflow: auto;
	width: 100%;
}
.our-customers-gallery h2 {
	font: 30px/30px Roboto-Regular, sans-serif;
	margin: 25px 0 25px 0;
	color: #0094da;
}
.our-customers-gallery .wrap-count {
	width: 20%;
	float: left;
}
.our-customers-gallery .wrap-count .count {
	font: 200px/180px Roboto-Black, sans-serif;
	display: block;
	clear: both;
}
.our-customers-gallery .wrap-count .text {
	font: 18px/18px Roboto-Medium, sans-serif;
}
.our-customers-gallery .company {
	width: 30%;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	font: 18px/26px Roboto-Medium, sans-serif;
}
.our-customers-gallery .company ul {
	margin: 0;
	padding: 0;
}
.our-customers-gallery .company ul li {
	list-style: none;
}
.our-customers-gallery .img {
	width: 50%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.our-customers-gallery .img img {
	width: 100%;
}
/*contact*/
#contact-page {
	font: 15px/20px Roboto-Regular, sans-serif;
	color: #979797;
}
#contact-page h3 {
	font: 18px/18px Roboto-Medium, sans-serif;
	margin: 0 0 25px 0;
	padding: 0;
	color: #000;
}
#contact-page .fast-contact {
}
#contact-page .fast-contact .blue {
	display: block;
	color: #3faee3;
	font-size: 26px;
	clear: both;
}
#contact-page form input[type="text"] {
	border-bottom: 1px solid #d0d0d0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	height: 50px;
	padding: 0 0 0 0px;
	width: 100%;
}
#contact-page form textarea {
	height: 150px;
	border: 0;
	background: url(../img/textarea-bg.jpg) repeat-y;
	width: 100%;
	line-height: 50px;
}
#contact-form .contact-button {
	font: 13px/44px Roboto-Regular, Verdana, Arial, sans-serif;
	color: #fff;
	float: right;
	display: block;
	width: 169px;
	height: 45px;
	padding-left: 10px;
	background: url(../img/send-bg.jpg) no-repeat;
	border: 0;
	text-align: left;
}
#contact-page .icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact-page .icons li {
	padding: 4px 0 0 20px;
}
#contact-page .icons .email {
	background: url(../img/email-icon.jpg) 0 8px no-repeat;
}
#contact-page .icons .phone {
	background: url(../img/phone-icon.jpg) 0 8px no-repeat;
}
#contact-page .icons .skype {
	background: url(../img/skype-icon.jpg) 0 8px no-repeat;
}
/*wycena*/
#valuation {
}
#valuation h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0 15px 0;
	padding: 0;
}
#valuation h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
}
#valuation .part-2 {
	padding: 10px 20px 35px 20px;
}
#valuation .part-2 h2 {
	margin-top: 25px;
}
#valuation .part-2 input {
	background: #f3f3f3;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 10px 2px 10px;
	font-size: 13px;
	width: 20%;
}
.hint-step-4 {
	color: #bf0000;
	font-size: 12px;
	margin-bottom: 20px;
}
.wrap-valuation-list {
	padding-bottom: 0px;
}
.valuation-list .box-valuation {
	border-left: 1px solid #dfdfdf;
}
.valuation-list div:first-child {
	border: 0;
}
.box-valuation {
	padding: 15px 15px 30px 15px;
}
.box-valuation .wrap-image {
	width: 100%;
	float: left;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
.box-valuation h3 {
	font-size: 18px;
	margin: 15px 0 15px 0;
	font-weight: bold;
	color: #000;
}
.box-valuation .desc {
	font-size: 13px;
}
.box-valuation .change-amount {
	width: 170px;
	margin: 0 auto;
}
.box-valuation .change-amount input {
	float: left;
	width: 60px;
	height: 25px;
	padding: 0 10px 0 10px;
	text-align: center;
	border: 1px solid #d4d4d4;
}
.box-valuation .change-amount .btn-change {
	display: inline-block;
	float: left;
	width: 24px;
	height: 25px;
	cursor: pointer;
}
.box-valuation .change-amount .add {
	background: url(../img/add-amount.jpg) no-repeat;
}
.box-valuation .change-amount .subtract {
	background: url(../img/subtract-amount.jpg) no-repeat;
}
.count-checked-equipment {
	background: #bf0101;
	padding: 5px 10px 5px 10px;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
.categories-valuation .item {
	position: relative;
}
.categories-valuation .item {
	cursor: pointer;
}
.nextHasChecked {
	position: absolute;
	top: 1px;
	right: 0;
	width: 9px;
	height: 143px;
	background: url(../img/has-checked-next.png) !important;
	z-index: 9999;
	display: none;
}
.prevHasChecked {
	position: absolute;
	top: 1px;
	left: 0;
	width: 9px;
	height: 143px;
	background: url(../img/has-checked-prev.png) !important;
	z-index: 9999;
	display: none;
}
#valuation-form .step {
	display: none;
}
#valuation-form .step h2 {
	font-size: 60px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #0094da;
	font-weight: 300;
}
#valuation-form .step .hint {
	color: #303d4a;
    font-size: 17px;
    margin-bottom: 54px;
}
#valuation-form .bottom-navigation {
	width: 100%;
	clear: both;
	display: inline-block;
	border: 1px solid #d6d6d6;
	padding: 20px;
	margin: 30px 0 50px 0;
}
#valuation-form .bottom-navigation a {
	display: inline-block;
	width: 169px;
	height: 45px;
	font: 13px/13px Roboto-Medium, sans-serif;
	color: #fff;
	cursor: pointer;
}
#valuation-form .bottom-navigation .prev {
	background: #c9c9c9;
	padding: 17px 20px 15px 30px;
	text-align: right;
}
#valuation-form .bottom-navigation .next {
	float: right;
	padding: 17px 20px 15px 20px;
	background: url(../img/more-bg.jpg) no-repeat;
}
#barSteps {
	display: inline-block;
	width: 100%;
	clear: both;
	position: relative;
	padding-top: 44px;
	padding-bottom: 32px;
}
#barSteps .step-bar {
	float: left;
	width: 22%;
	padding: 0 10px 0 px;
	margin: 0;
}
#barSteps .stepFirst{
	padding-left: 3px;
}
#barSteps .stepFourth {
	width: 12% !important;
	text-align: right;
	padding: 0;
	/* position: absolute;
	right: 0; */
}
#barSteps .stepSecond {
	width: 25% !important;
	text-align: center;
}
#barSteps .stepThird {
	width: 41% !important;
	text-align: center;
}
#barSteps .step-bar h4 {
	color: #0094da;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
#barSteps .step-bar .desc {
	color: #303d4a;
	font: 14px/14px Roboto, sans-serif;
	font-weight: 300;
}
#barSteps .progress-steps {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	height: 30px;
	background: none;
	margin: 15px 0 15px 0;
}
#barSteps .progress-steps .gray {
	position: absolute;
	top: 13px;
	width: 100%;
	height: 5px;
	background: #f1f1f1;
}
#barSteps .progress-steps .blue {
	position: absolute;
	top: 13px;
	height: 5px;
	background: #0094da;
}
#barSteps .progress-steps .progres-point {
	position: absolute;
	top: 0;
	width: 26px;
	height: 26px;
	background: url(../img/progress-point.png) center center no-repeat;
}
#step-0 .details {
	padding-bottom: 40px;
}
#step-0 .item {
	float: left;
	display: inline-block;
	width: 12.5%;
	font: 14px/14px Roboto-Medium, sans-serif;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webki-box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	border-right: 1px solid #ebebec;
	border-left: 1px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	margin-bottom: 35px;
}
#step-0 .item:hover {
	border: 2px solid #0094da !important;
}
#step-0 .item:last-child {
	border-right: 1px solid #fff;
}
#step-0 .item .wrap-image {
	clear: both;
	margin-bottom: 10px;
}
.step .valuation {
	float: left;
	width: 25%;
	padding: 10px;
}
.step .valuation h4 {
	text-align: center;
	font: 16px/16px Roboto-Medium, sans-serif;
	color: #fff;
	padding: 15px 0 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#step-1 .item-1 h4 {
	background: #60caff;
	color: #fff;
}
#step-1 .item-2 h4 {
	background: #20a7ef;
}
#step-1 .item-3 h4 {
	background: #034ea1;
}
#step-1 .item-4 h4 {
	background: #02366d;
}
/*selected items - list*/
.selected-item {
	width: 100%;
	background: #f1f1f1;
	display: inline-block;
	clear: both;
}
.selected-item .order {
	width: 10%;
	float: left;
	padding: 20px 10px 10px 10px;
	text-align: center;
	font: 15px/15px Roboto-Regular, sans-serif;
}
.selected-item .selected-details {
	width: 90%;
	float: left;
	border-left: 1px solid #e1e1e2;
	padding: 10px;
}
.selected-item .selected-details .category-name {
	float: left;
	width: 179px;
	height: 37px;
	font: 16px/16px Roboto-Medium, sans-serif;
	color: #fff;
	padding: 10px 0 0 20px;
	background: url(../img/selected-category-bg.png) left center no-repeat;
}
.selected-item .selected-details .items {
	float: right;
	width: 75%;
}
.selected-item .selected-details .items .wrap-item {
	width: 100%;
	clear: both;
	margin-bottom: 8px;
	display: inline-block;
}
.selected-item .selected-details .items .wrap-item:last-child {
	margin: 0 !important;
}
.selected-item .selected-details .items .wrap-item h5 {
	float: left;
	font: 15px/15px Roboto-Regular, sans-serif;
	color: #0094da;
}
.selected-item .selected-details .items .wrap-item .wrap-input {
	float: right;
}
.selected-item .selected-details .items .wrap-item .amount {
	float: right;
	font: 15px/15px Roboto-Light, sans-serif;
	color: #0094da;
	padding: 10px 0 5px 0;
}
#step-3 header h2{
	margin-bottom: 75px !important;
}
#step-3 .wrap-p-input {
	margin-bottom: 30px;
}
#step-3 .wrap-p-input label {
	color: #000;
	font: 15px/15px Roboto-Medium, sans-serif;
}
#step-3 .wrap-p-input input {
	background: #efefef;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
}
/* .add-other-products {
	width: 30%;
	background: url(../img/add-other-prod.png) center left no-repeat;
	padding: 30px 0 30px 90px;
	margin: 60px auto 40px auto;
	font: 24px/24px Roboto-Regular, sans-serif;
	color: #0094da;
	cursor: pointer;
} */
#valuation-form .error {
	color: #fff;
	background: #d80606;
	padding: 10px;
	width: 100%;
	clear: both;
	font: 16px/16px Roboto-Regular, sans-serif;
}
#valuation-form #step-1 .error{
	margin-top: 20px;
}
.step .valuation .image {
	height: 160px;
	text-align: center;
}
.step .valuation .image img {
	height: 90%;
}
.step .valuation .desc {
	font: 15px/22px Roboto-Regular, sans-serif;
	color: #979797;
}
.wrap-content {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	width: 100%;
	float: left;
}
.wrap-content .wrap-input {
	margin: 0 auto;
	width: 115px;
	padding-top: 0px;
	display: inline-block;
}
.wrap-input div {
	width: 30px;
	height: 40px;
	font: 18px/18px Roboto-Regular, sans-serif;
	color: #0094da;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	float: left;
}
.wrap-input .remove {
	float: left;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff;
}
.wrap-input .add {
	float: left;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
}
.wrap-input input {
	float: left;
	border-top: 1px solid #dadada;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #dadada;
	height: 40px;
	width: 50px;
	font: 18px/18px Roboto-Regular, sans-serif;
	color: #0094da;
	text-align: center;
}
#success-send {
	width: 100%;
	display: none;
	text-align: center;
	padding: 100px 0 100px 0;
}
#success-send .glyphicon {
	color: #1fd300;
	font-size: 60px;
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	top: 20px;
}
#success-send .text {
	display: inline-block;
	padding: 0px 0 0 0;
	font: 28px/28px Roboto, sans-serif;
	background: #05ba11;
    padding: 30px;
    color: #fff;
}
/*top bar valuation*/
.active-point {
	background: url(../img/progress-point-active.png) center center no-repeat !important;
}
.fill-point {
	background: url(../img/progress-point-fill.png) center center no-repeat !important;
}
/*reviews*/
.wrap-review-page {
}
.wrap-review-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrap-review-page ul li {
	vertical-align: middle;
}
.wrap-review-page ul li .glyphicon {
	font-size: 12px;
	margin-right: 8px;
	color: #0395da;
}
.wrap-review {
	float: right;
}
.wrap-review h3 {
	font: 30px/30px Roboto-Regular, sans-serif;
	color: #0094da;
	padding: 0 0px 20px 0px;
	margin: 50px 0 0 0;
	width: 55%;
	float: left;
	border-bottom: 1px solid #ebebec;
}
.wrap-avg-vote {
	width: 45%;
	float: left;
	margin-top: 40px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ebebec;
}
.wrap-avg-vote h4.title-overall-rating {
	color: #0094da !important;
	margin: 0 0 15px 0;
	width: 100%;
	font: 15px/15px Roboto-Medium, sans-serif;
}
.wrap-item-review {
	width: 100%;
	margin: 35px 0 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebec;
}
.wrap-item-review h4 {
	font: 20px/20px Roboto-Medium, sans-serif;
	color: #0094da;
	padding: 0;
	margin: 5px 0 0 0;
	display: inline-block;
	width: 100%;
}
.wrap-item-review .desc {
	font: 15px/20px Roboto-Regular, sans-serif;
	color: #979797;
	margin: 20px 0 20px 0;
	width: 100%;
	clear: both;
}
.wrap-item-review .author {
	color: #979797;
	display: inline-block;
	margin-left: 10px;
	font: 15px/20px Roboto-Bold, sans-serif;
}
#show-all-reviews {
	cursor: pointer;
}
#more-reviews {
	display: none;
}
.container-vote {
	position: relative;
	height: 20px;
	color: #e3e3e3;
	line-height: 20px;
	font-size: 20px;
	padding: 0px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
}
.container-vote:before {
	content: attr(data-content);
}
.vote {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	color: #ffc000;
	transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	overflow: hidden;
}
.vote:before {
	content: attr(data-content);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.vote-text {
	float: right;
	display: inline-block;
	font: 60px/50px Roboto-Light, sans-serif;
	color: #0094da;
}
.review-vote {
	float: left;
	font-size: 16px;
	height: auto;
}
/*faq*/
.wrap-faq {
	padding: 0px 0 50px 0px;
}
.wrap-faq h3 {
	font: 30px/30px Roboto-Regular, sans-serif;
	color: #0094da;
	padding: 0 20px 0px 20px;
	margin: 50px 0 0 0;
	width: 100%;
}
.wrap-faq h3 span {
	border-bottom: 1px solid #ebebec;
	padding-bottom: 20px;
	width: 100%;
	display: block;
}
.wrap-faq h4 {
	padding: 20px 0 20px 0;
	margin: 0;
	cursor: pointer;
	width: 100%;
	color: #0094da;
	border-bottom: 1px solid #ebebec;
}
.wrap-faq .desc {
	display: none;
}
.faq {
	/* padding: 0 20px 0 20px; */
}
.active-faq {
	background-color: #f6fafd;
	-webkit-transition: background-color 2s;
	-moz-transition: background-color 2s;
	transition: background-color 2s;
}
.not-active-faq {
	background-color: #fff;
	-webkit-transition: background-color 1.5s;
	-moz-transition: background-color 1.5s;
	transition: background-color 1.5s;
}
.active-faq h4 {
	border: 0;
}
.boxes-page-bottom h3 {
	font: 37px/37px "Bebas Neue Regular", sans-serif;
	color: #656565;
	padding-bottom: 20px;
}
.boxes-page-bottom h4 {
	font: 20px/20px "Roboto", sans-serif;
	color: #0094da;
}
.boxes-page-bottom .desc {
	font-family: "Roboto";
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	clear: both;
}
.boxes-page-bottom .desc:last-child {
	margin-bottom: 0;
}

/*return to top*/
#return-to-top {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	border-radius: 35px;
	bottom: 20px;
	display: none;
	height: 50px;
	outline: medium none;
	position: fixed;
	right: 20px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 50px;
}
#return-to-top i {
	color: #fff;
	font-size: 19px;
	left: 16px;
	margin: 0;
	position: relative;
	top: 13px;
	transition: all 0.3s ease 0s;
}
#return-to-top:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/*general*/
a {
	color: #000;
}
.more {
	font: 13px/44px Roboto-Regular, Verdana, Arial, sans-serif;
	color: #fff;
	display: block;
	width: 169px;
	height: 45px;
	padding-left: 15px;
	background: url(../img/more-bg.jpg) no-repeat;
}
.more:hover {
	color: #fff;
}
.btn-blue {
	background: url(../img/bg-r-1.jpg) repeat-x;
	padding: 9px 17px 9px 17px;
	font: 18px/18px "Roboto Condensed", sans-serif;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
}
.btn-yellow {
	background: #ffc30d;
	padding: 9px 17px 9px 17px;
	font: 18px/18px "Roboto Condensed", sans-serif;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
}
.btn-gray {
	height: 25px;
	padding: 5px 10px 5px 10px;
	margin-top: 25px;
	background: url(../img/bg-r-2.jpg) repeat-x;
	font: bold 15px/15px GothamLight, sans-serif;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	clear: both;
}
.back-btn {
	width: 15%;
	margin-top: 55px;
	float: right;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
}
.white-belt {
	width: 100%;
	background: #fff;
}
.gray-belt {
	width: 100%;
	background: #fff;
}
.btn-gray:hover {
	color: #fff;
}
.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}
.clear {
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 0px;
}
.hidden {
}
.loading {
	width: 100%;
	background: url(../img/loading.gif) 107% 2px no-repeat !important;
}
.loading-wycena {
	width: 100%;
	min-height: 400px;
	background: url(../img/loading-wycena.gif) center 100% no-repeat !important;
}
/*raiting*/
.rating-stars {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.rating-container {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/* NEW CSS */
.title-with-underline {
	color: #221f1f;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.9px;
	padding-bottom: 14px;
	margin-bottom: 22px;
	position: relative;
}
.title-with-underline:after {
	content: "";
	display: block;
	width: 82px;
	height: 4px;
	background-color: #0094da;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
	height: 18px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.topbar {
	height: 84px;
	border-bottom: 1px solid #e5e5e5;
}
.topbar-wrapper {
	position: relative;
	z-index: 100;
	background: #fff;
}
.topbar .container,
.topbar .topbar-container {
	height: 100%;
}
.topbar .topbar-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topbar .topbar-brand {
	margin-bottom: 10px;
	min-width: 0;
}
.topbar .topbar-brand img {
	width: min(338px, 70vw);
	height: auto;
}
.topbar .topbar-navigation {
	height: 100%;
}
.topbar-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
}
.topbar-toggle:hover,
.topbar-toggle:focus-visible {
	background: #f1f6fb;
	outline: 2px solid #0094da;
	outline-offset: 2px;
}
.topbar-toggle-line {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: #034ea1;
	transition: transform .2s ease, opacity .2s ease;
}
.topbar-toggle.is-open .topbar-toggle-line:nth-child(2) {
	transform: translateY(8px) rotate(45deg);
}
.topbar-toggle.is-open .topbar-toggle-line:nth-child(3) {
	opacity: 0;
}
.topbar-toggle.is-open .topbar-toggle-line:nth-child(4) {
	transform: translateY(-8px) rotate(-45deg);
}
@media (min-width: 768px) {
	.topbar .topbar-brand {
		margin-bottom: 0;
	}
}
.topbar .topbar-submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	height: 194px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px;
	position: fixed;
	top: 83px;
	left: 0;
	z-index: 1;
	display: none;
	align-items: center;
	overflow-x: auto;
}
.topbar .topbar-submenu > li {
	width: 140px;
	text-align: center;
	flex-shrink: 0;
	margin: 0 5px;
}
.topbar .topbar-submenu .topbar-submenu-el {
	color: #221f1f;
	font-size: 13px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.topbar .topbar-submenu .topbar-submenu-el .topbar-submenu-el-img {
	height: 66px;
	margin-bottom: 25px;
}
.topbar .topbar-submenu .topbar-submenu-el .topbar-submenu-el-img img {
	height: 100%;
}
.topbar .topbar-menu {
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
@media (min-width: 1200px) {
	.topbar-toggle {
		display: none;
	}
	.topbar .topbar-menu {
		display: flex;
	}
	.topbar #obsluga-techniczna > li {
		width: 140px;
		text-align: center;
		flex-shrink: 0;
		margin: 0 20px;
	}
}

@media (max-width: 1199px) {
	.navigation-open {
		overflow: hidden;
	}
	.topbar .topbar-navigation {
		display: none;
		position: absolute;
		top: 84px;
		left: 0;
		width: 100%;
		height: calc(100vh - 84px);
		height: calc(100dvh - 84px);
		padding: 18px 20px 30px;
		background: #fff;
		box-shadow: 0 14px 30px rgba(34, 31, 31, .14);
		overflow-y: auto;
	}
	.topbar .topbar-navigation.is-open {
		display: block;
	}
	.topbar .topbar-navigation .topbar-menu {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.topbar .topbar-menu > li {
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.topbar .topbar-menu > li > a {
		min-height: 52px;
		padding: 12px 8px;
		font-size: 17px;
	}
	.topbar .topbar-menu > li.valuation {
		padding: 18px 0 0;
		border-bottom: 0;
	}
	.topbar .topbar-menu > li.valuation a {
		display: flex;
		justify-content: center;
		min-height: 48px;
	}
	.topbar .topbar-submenu,
	.topbar .topbar-menu > li:hover .topbar-submenu {
		display: none;
	}
}

@media (max-width: 420px) {
	.topbar .topbar-brand img {
		width: min(270px, 72vw);
	}
}
.topbar .topbar-menu > li {
	margin-right: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.topbar .topbar-menu > li:last-child {
	margin-right: 0;
}
.topbar .topbar-menu > li:hover .topbar-submenu {
	display: flex;
}
.topbar .topbar-menu > li a {
	height: 100%;
	color: #506070;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.2s color ease-in-out;
	display: flex;
	align-items: center;
}
.topbar .topbar-menu > li a:hover {
	color: #3374c3;
}
.topbar .topbar-menu > li.valuation a{
	background-color: #034ea1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 18px;
    height: auto;
}
.topbar .topbar-contact {
	color: #221f1f;
	font-size: 15px;
	font-weight: 600;
	display: none;
}
@media (max-width: 1432px) {
	.topbar .topbar-menu > li {
		margin-right: 15px;
	}
	.topbar .topbar-menu > li a {
		font-size: 16px;
	}
	.topbar .topbar-menu > li.valuation a{
		background-color: #034ea1;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		border-radius: 12px;
		padding: 12px 18px;
		height: auto;
	}
}
@media (min-width: 1400px) {
	.topbar .topbar-contact {
		display: block;
	}
}
.topbar .topbar-contact .topbar-contact-icon {
	margin-right: 25px;
}
.topbar .topbar-contact .topbar-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topbar .topbar-contact .topbar-contact-list li {
	margin-bottom: 10;
}
.topbar .topbar-contact .topbar-contact-list li:last-child {
	margin-bottom: 0;
}

.breadcrumb-wrapper {
	border-bottom: 1px solid #e5e5e5;
	padding: 16px 0;
}
.breadcrumb-wrapper .breadcrumb {
	margin: 0;
	padding: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
	font-size: 12px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
	color: #506070;
	text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
	color: #0094da;
}

.secondary-title {
	color: #221f1f;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.secondary-title {
		font-size: 40px;
		margin-bottom: 38px;
	}
}

.top-section {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	padding: 0px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (min-width: 1200px) {
	.top-section {
		height: 520px;
		justify-content: start;
	}
}
.top-section .top-section-title {
	color: #0094da;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 42px;
}
@media (min-width: 768px) {
	.top-section .top-section-title {
		font-size: 60px;
	}
}
.top-section p {
	margin-bottom: 48px;
}
.top-section p:last-child {
	margin-bottom: 0;
}
.top-section .top-section-content .category-name {
	color: #221f1f;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 50px;
}
.top-section .top-section-content .category-desc {
	color: #303d4a;
	font-size: 17px;
	font-weight: 300;
}
.top-section .top-section-content .top-section-content-desc {
	line-height: 35px;
}

.banner-wycena {
	width: 100%;
	height: auto;
	background-image: url("../images/banner-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 10px;
	position: relative;
	z-index: 2;
}
@media (min-width: 992px) {
	.banner-wycena {
		height: 152px;
		display: flex;
		justify-content: center;
		padding: 0;
		padding-top: 26px;
	}
}
.banner-wycena .banner-wycena-title {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
}
.banner-wycena .banner-wycena-btn {
	background-color: #1fb90f;
	color: #fff;
	font-size: 46px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	display: block;
	padding: 5px 62px;
	transition: 0.2s opacity ease-in-out;
}
@media (min-width: 992px) {
	.banner-wycena .banner-wycena-btn {
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
}
.banner-wycena .banner-wycena-btn:hover {
	opacity: 0.9;
}
.banner-wycena .banner-wycena-arrow-decor {
	position: absolute;
	top: -30px;
	left: -40px;
	display: none;
}
@media (min-width: 992px) {
	.banner-wycena .banner-wycena-arrow-decor {
		display: block;
	}
}

.footer {
	background-color: #221f1f;
	color: #a0a0a0;
	font-size: 13px;
	border-top: 12px solid #0094da;
	padding-top: 36px;
	margin-top: 50px;
}
.footer .footer-title {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding-bottom: 14px;
	margin-bottom: 21px;
	position: relative;
}
.footer .footer-title:after {
	content: "";
	display: block;
	background-color: #0094da;
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer .footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .footer-list > li {
	margin-bottom: 6px;
}
.footer .footer-list > li:last-child {
	margin-bottom: 0;
}
.footer .footer-list > li a {
	color: #a0a0a0;
	text-decoration: none;
	transition: 0.2s color ease-in-out;
	display: block;
}
.footer .footer-list > li a:hover {
	color: #0094da;
}
.footer .footer-contact-title {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 14px;
}
.footer .footer-bottom {
	border-top: 1px solid #2d2a2a;
	padding: 15px 0;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .footer-bottom p {
	padding: 0;
	margin: 0;
}
.footer .footer-bottom .footer-bottom-partnerzy {
	display: flex;
	align-items: center;
}
.footer .footer-bottom .footer-bottom-partnerzy img {
	margin-left: 36px;
}

.faq .faq-accordion .faq-accordion-item {
	border-bottom: 1px solid #e5e5e5;
}
.faq .faq-accordion .faq-accordion-item:last-child {
	border-bottom: 0;
}

.faq .faq-accordion .faq-accordion-header {
	color: #506070;
	font-size: 17px;
	font-weight: 300;
	padding: 20px 0;
	margin: 0;
}

.faq .faq-accordion .faq-accordion-button {
	background-color: transparent;
	color: #0094da;
	width: 100%;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq .faq-accordion .faq-accordion-button .faq-accordion-button-icon {
	width: 25px;
	height: 16px;
	background-image: url("../img/icons/chevron-up-blue.png");
	background-repeat: no-repeat;
	background-position: center;
}
.faq .faq-accordion .faq-accordion-button.collapsed {
	color: #506070;
}
.faq .faq-accordion .faq-accordion-button.collapsed .faq-accordion-button-icon {
	background-image: url("../img/icons/chevron.png");
}

.faq .faq-accordion .faq-accordion-content {
	color: #506070;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 20px;
}

.opinion .opinion-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.opinion .opinion-ratings {
	color: #5d5d5d;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.opinion .opinion-ratings .opinion-ratings-title {
	margin-right: 5px;
}

.opinion .opinion-list .opinion-list-element {
	color: #506070;
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.opinion .opinion-list .opinion-list-element:last-child {
	border-bottom: 0;
}

.opinion .opinion-list .opinion-list-title {
	color: #0094da;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1.9px;
	padding-top: 0px;
	margin-bottom: 8px;
}

.opinion .opinion-list .opinion-list-content {
	margin-bottom: 15px;
}
.opinion .opinion-list .opinion-list-content p {
	margin: 0;
	padding: 0;
}

.pr-label {
	background-color: #ececec;
	color: #303d4a;
	font-size: 16px;
	font-weight: 600;
	border-radius: 12px;
	padding: 12px 18px;
	margin-bottom: 22px;
	position: relative;
}
.pr-label:after {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background-color: #ececec;
	border-radius: 8px;
	position: absolute;
	top: 6px;
	right: -11px;
	transform: rotate(45deg);
}
.pr-label--blue {
	background-color: #0094da;
	color: #fff;
}
.pr-label--blue:after {
	background-color: #0094da;
}
.pr-label--dark-blue {
	background-color: #034ea1;
	color: #fff;
}
.pr-label--dark-blue:after {
	background-color: #034ea1;
}
.pr-label--black {
	background-color: #221f1f;
	color: #fff;
}
.pr-label--black:after {
	background-color: #221f1f;
}

.primary-button,
.secondary-button {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	line-height: 21px;
	border-radius: 6px;
	padding: 10px 34px;
	display: inline-block;
	transition: 0.2s opacity ease-in-out;
}
.primary-button:hover,
.secondary-button:hover {
	color: #fff;
	opacity: 0.9;
}

.primary-button {
	background-color: #034ea1;
}

.secondary-button {
	background-color: #ececec;
	color: #034ea1;
}
.secondary-button:hover {
	color: #034ea1;
}

.plus-btn {
	background-color: transparent;
	color: #0094da;
	font-size: 40px;
	font-weight: 300;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.plus-btn .plus-btn-icon {
	margin-right: 28px;
	transition: 0.2s opacity ease-in-out;
}
.plus-btn:hover {
	color: #0094da;
}
.plus-btn:hover .plus-btn-icon {
	opacity: 0.8;
}

.form-label {
	color: #303d4a;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.form-row {
	margin-bottom: 25px;
}

.form-consent {
	margin-top: 25px;
}

.input {
	width: 100%;
	height: 52px;
	border: 1px solid #ececec;
	border-radius: 6px;
	padding: 10px;
}
.input:focus {
	outline: 0;
}
.wrap-field-confirm .checkbox-confirm{
	float: left;
	margin:2px 0 0 0;
	padding:0;
	width:20px;
}
.wrap-field-confirm .checkbox-confirm input{
	margin:0;
	padding:0;
}
.wrap-field-confirm .text-checkbox{
	display:inline-block;
	width:610px;
	font:normal 12px/20px Roboto, sans-serif;
}
.wrap-field-confirm .text-checkbox label{
	float:left;
	width:100%;
}
.wrap-field-confirm .help-block.help-block-error{
	margin-bottom: 8px;
    margin-top:0 !important;
}
.checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	padding-left: 32px;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkbox input ~ .checkmark {
	background-color: #fff;
}
.checkbox input:checked ~ .checkbox__checkmark {
	background-color: #fff;
}
.checkbox input:checked ~ .checkbox__checkmark:after {
	display: block;
}
.checkbox__checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.375rem;
	height: 1.375rem;
	background-color: #fff;
	border: 1px solid #6e6e6e;
	border-radius: 3px;
}
.checkbox__checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #2f80ed;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox__text {
	color: #303d4a;
	font-size: 14px;
	line-height: 19px;
}

.ratings {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.ratings > li {
	margin-right: 4px;
}

.realization {
	padding: 72px 0 0 0;
}
.realization .realization-item {
	background-color: #000;
	height: 208px;
	margin-bottom: 15px;
	overflow:hidden;
}
.realization .realization-list {
	margin-bottom: 58px;
}
.realization .realization-btn {
	color: #034ea1;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.realization .realization-btn img {
	margin-left: 15px;
}

.accessories-row {
	padding: 68px 0;
	position: relative;
	z-index: 1;
}
.accessories-row--gray {
	background-color: #f6f6f6;
}
.accessories-row p {
	line-height: 36px;
	margin: 0;
}
.accessories-row .secondary-title {
	margin-bottom: 32px;
}

.accessories-img {
	width: 100%;
	display: none;
}
@media (min-width: 992px) {
	.accessories-img {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}
.accessories-img--absolute {
	position: absolute;
	top: -100px;
	right: 0;
}
.accessories-img--full {
	height: 372px;
	margin-top: -120px;
	margin-bottom: -120px;
	display: none;
}
@media (min-width: 1400px) {
	.accessories-img--full {
		display: block;
	}
}
.accessories-img--full img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: unset;
	height: 100%;
	z-index: -1;
}
.accessories-img--full--right img {
	left: unset;
	right: 0;
}
.accessories-img--start {
	justify-content: flex-start;
}
.accessories-img--center {
	justify-content: center;
}

.additional-potential {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.additional-potential img {
	margin-bottom: 20px;
}
.additional-potential span {
	color: #0094da;
	font-size: 16px;
}

.gotowe-zestawy .kit-section {
	padding-top: 95px;
}

.gotowe-zestawy .kit-row {
	margin-bottom: 32px;
}
.gotowe-zestawy .kit-row:last-child {
	margin-bottom: 0;
}

.gotowe-zestawy .kit-el {
	height: 100%;
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	padding: 32px;
}
.gotowe-zestawy .kit-el .kit-el-img {
	height: 270px;
	margin-bottom: 32px;
}
.gotowe-zestawy .kit-el .kit-el-title {
	color: #221f1f;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 21px;
	position: relative;
}
.gotowe-zestawy .kit-el .kit-el-title:after {
	content: "";
	display: block;
	width: 136px;
	height: 4px;
	background-color: #0588cb;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gotowe-zestawy .kit-el .kit-el-title .kit-el-title-highlighted {
	color: #0588cb;
	text-transform: uppercase;
	font-weight: bold;
}
.gotowe-zestawy .kit-el .kit-el-subtitle {
	color: #303d4a;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 21px;
}
.gotowe-zestawy .kit-el .kit-el-list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #303d4a;
	font-size: 16px;
	font-weight: 300;
}
.gotowe-zestawy .kit-el .kit-el-list li {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}
.gotowe-zestawy .kit-el .kit-el-list li:before {
	content: "";
	display: block;
	background-image: url("../img/icons/arrow-right-blue-2.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 6px;
	height: 6px;
	padding-right: 12px;
}
.gotowe-zestawy .kit-el .kit-el-list li:last-child {
	margin-bottom: 0;
}

.gotowe-zestawy .gotowe-zestawy-rabat-info {
	color: #303d4a;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 75px 0;
}
.gotowe-zestawy .gotowe-zestawy-rabat-info .gotowe-zestawy-rabat-info-high {
	color: #0588cb;
	font-size: 30px;
}

.available-conf-section {
	background-color: #f6f6f6;
	padding: 45px 0;
}
.available-conf-section .row{
	margin-bottom: 22px;
}
.available-conf-section .pr-label {
	margin-bottom: 0 !important;
}
.available-conf-section .blue-text {
	color: #0094da;
	padding-right: 14px;
}
.available-conf-section .available-conf-title {
	color: #303d4a;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 42px;
}
.available-conf-section .available-conf-right {
	padding-left: 62px;
}
.available-conf-section .right-text{
	display: flex;
	align-items: center;
	padding-left: 62px;
}
.drukarki-koszt-section {
	background-image: url("/../../uploads/files/wynajem/drukarki/nie-drogie-koszty-wydrukow.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 34px;
	padding: 150px 0;
}

.progress-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 28px;
	margin-bottom: 64px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
/* .progress-steps:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #f1f1f1;
	position: absolute;
	bottom: 0;
	left: 0;
} */
.progress-steps li {
	width: 100%;
	text-align: center;
	position: relative;
}
.progress-steps li:after,
.progress-steps li:before {
	content: "";
	display: block;
	position: absolute;
}
.progress-steps li:after {
	width: 22px;
	height: 22px;
	border: 7px solid transparent;
	border-radius: 50%;
	z-index: 2;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
}
.progress-steps li:before {
	width: 28px;
	height: 28px;
	background-color: #f1f1f1;
	border-radius: 50%;
	bottom: -38px;
	left: 50%;
	transform: translateX(-50%);
}
.progress-steps li:first-child:after,
.progress-steps li:first-child:before {
	left: 0;
}
.progress-steps li:last-child:after {
	left: unset;
	right: -8px;
}
.progress-steps li:last-child:before {
	left: unset;
	right: -14px;
}
.progress-steps li:first-child {
	text-align: left;
}
.progress-steps li:last-child {
	text-align: right;
}
.progress-steps li.progress-steps-selected:after {
	background-color: #fff;
	border-color: #0094da;
}
.progress-steps .progress-steps-title {
	color: #0094da;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
}
.progress-steps .progress-steps-desc {
	font-size: 14px;
}

.wycena {

}
.wycena .wycena-title {
	color: #0094da;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 20px;
}
.wycena .wycena-desc {
	color: #303d4a;
	font-size: 17px;
	margin-bottom: 54px;
}
.wycena .wycena-footer {
	margin-top: 78px;
	display: flex;
	justify-content: space-between;
}
.wycena .wycena-footer a{
	cursor: pointer;
}
.wycena.wycena-krok-4 .wycena-title {
	margin-bottom: 75px;
}

.category-eq {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-eq .category-eq-el {
	width: 194px;
	height: 194px;
	color: #221f1f;
	font-size: 15px;
	text-align: center;
	box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
	padding: 10px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-basis: 13%;
}
.category-eq .category-eq-el.selected,
.category-eq .category-eq-el:hover {
	color: #0094da;
	border: 2px solid #0094da;
	cursor: pointer;
}
.category-eq .category-eq-el .category-eq-el-img {
	margin-bottom: 21px;
}

.config-eq {
	display: flex;
}
.config-eq .config-eq-el {
	width: 100%;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.config-eq .config-eq-el:last-child {
	margin-right: 0;
}
.config-eq .config-eq-el .config-eq-el-img {
	height: 160px;
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}
.config-eq .config-eq-el .config-eq-el-img img {
	object-fit: contain;
}
.config-eq .config-eq-el .config-eq-el-label {
	background-color: #ececec;
	color: #303d4a;
	text-align: center;
	font-weight: 600;
	letter-spacing: -0.6px;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 21px;
}
.config-eq .config-eq-el .config-eq-el-label--standard {
	background-color: #0094da;
	color: #fff;
}
.config-eq .config-eq-el .config-eq-el-label--professional {
	background-color: #034ea1;
	color: #fff;
}
.config-eq .config-eq-el .config-eq-el-label--apple {
	background-color: #221f1f;
	color: #fff;
}
.config-eq .config-eq-el .config-eq-el-label--office {
	background-color: #4b3fa3;
	color: #fff;
}
.config-eq .config-eq-el .config-eq-el-spec {
	color: #303d4a;
	font-size: 15px;
	font-weight: 600;
}
.config-eq .config-eq-el .config-eq-el-spec .config-eq-el-spec-title {
	color: #0094da;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 8px;
}
.config-eq .config-eq-el .config-eq-el-spec .config-el-el-spec-list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 18px;
}
.config-eq .config-eq-el .config-eq-el-spec .config-el-el-spec-list > li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.config-eq
	.config-eq-el
	.config-eq-el-spec
	.config-el-el-spec-list
	> li:last-child {
	margin-bottom: 0;
}
.config-eq
	.config-eq-el
	.config-eq-el-spec
	.config-el-el-spec-list
	> li:before {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	background-image: url("../img/icons/arrow-right-blue-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
}

.config-eq-counter {
	max-width: 200px;
	border: 1px solid #ececec;
	border-radius: 6px;
	margin: 0 auto;
	margin-top: 12px;
	display: flex;
}
.config-eq-counter .config-eq-counter-btn {
	flex-shrink: 0;
	background-color: #ececec;
	width: 48px;
	height: 48px;
	color: #303d4a;
	font-size: 30px;
	font-weight: 600;
	border-radius: 6px;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.config-eq-counter .config-eq-counter-btn.config-eq-counter-btn--plus {
	background-color: #0094da;
	color: #fff;
}
.config-eq-counter .config-eq-counter-input {
	width: 100%;
	color: #303d4a;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	border: 0;
}
.config-eq-counter .config-eq-counter-input:focus {
	outline: 0;
}

.summary-eq {
	list-style: none;
	margin: 0;
	padding: 0;
}
.summary-eq > li {
	border: 1px solid #ececec;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.summary-eq > li .summary-eq-left {
	display: flex;
	align-items: center;
}
.summary-eq > li .summary-eq-number {
	color: #303d4a;
	font-size: 16px;
	margin-right: 25px;
	margin-left: 12px;
}
.summary-eq > li .summary-eq-label {
	background-color: #43bcf6;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.3px;
	border-radius: 6px;
	padding: 12px 32px;
	margin-right: 32px;
}
.summary-eq > li .summary-eq-title {
	color: #303d4a;
	font-size: 16px;
}
.summary-eq .config-eq-counter {
	margin: 0;
}

.summary-bottom {
	display: flex;
	justify-content: center;
	margin-top: 76px;
}

.obsluga-title {
	color: #0094da;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 14px;
}
@media (min-width: 1200px) {
	.obsluga-title {
		font-size: 50px;
		margin-bottom: 25px;
	}
}

.main-row {
	color: #303d4a;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	align-items: center;
	padding: 15px 0;
	position: relative;
}
@media (min-width: 1200px) {
	.main-row {
		font-size: 17px;
		line-height: 38px;
		padding: 64px 0;
	}
}
.main-row .main-row-img {
	max-width: 250px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 25px;
}
@media (min-width: 1200px) {
	.main-row .main-row-img {
		max-width: unset;
		margin-bottom: 0;
	}
}
.main-row .main-row-img--absolute {
	width: 100%;
}
@media (min-width: 1200px) {
	.main-row .main-row-img--absolute {
		position: absolute;
		top: -204px;
		left: 50%;
		transform: translateX(-50%);
	}
}
.main-row .main-row-img .main-row-img-bg {
	width: 100%;
	height: 424px;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	z-index: -1;
}
.main-row .main-row-title {
	color: #0094da;
	font-size: 28px;
	margin-bottom: 25px;
}
@media (min-width: 1200px) {
	.main-row .main-row-title {
		font-size: 40px;
	}
}
.main-row .main-row-desc {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.main-row .main-row-desc {
		margin-bottom: 26px;
	}
}

.section-blue {
	background-color: #f2fafd;
}

.multimedialna-section {
	background-image: url("../img/obsluga-techniczna/multimedialna-section.png");
}
.multimedialna-section .main-row {
	color: #fff;
}
.multimedialna-section .main-row .main-row-title {
	color: #fff;
}
.multimedialna-section .main-row .main-row-img {
	/* width: 900px; */
	top: -212px;
}

.obsluga-stanowiska-section {
	background-image: url("../img/obsluga-techniczna/obsluga-stanowiska-secion.png");
}

.konferencje-section {
	position: relative;
}
.konferencje-section .main-row-img {
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.delivery-section .main-row .main-row-img--absolute {
	top: -160px;
	width: 700px;
}

.faq-opinion-section {
	margin-top: 120px;
}

.obsluga-title {
	color: #0094da;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 14px;
}
@media (min-width: 1200px) {
	.obsluga-title {
		font-size: 50px;
		margin-bottom: 25px;
	}
}

.main-row {
	color: #303d4a;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	align-items: center;
	padding: 15px 0;
	position: relative;
}
@media (min-width: 1200px) {
	.main-row {
		font-size: 17px;
		line-height: 38px;
		padding: 64px 0;
	}
}
.main-row .main-row-img {
	max-width: 250px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 25px;
}
@media (min-width: 1200px) {
	.main-row .main-row-img {
		max-width: unset;
		margin-bottom: 0;
	}
}
.main-row .main-row-img--absolute {
	width: 100%;
}
@media (min-width: 1200px) {
	.main-row .main-row-img--absolute {
		position: absolute;
		top: -204px;
		left: 50%;
		transform: translateX(-50%);
		justify-content: flex-end;
		padding-right: 10px;
	}
}
.main-row .main-row-img .main-row-img-bg {
	width: 100%;
	height: 424px;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	z-index: -1;
}
.main-row .main-row-title {
	color: #0094da;
	font-size: 28px;
	margin-bottom: 25px;
}
@media (min-width: 1200px) {
	.main-row .main-row-title {
		font-size: 40px;
	}
}
.main-row .main-row-desc {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.main-row .main-row-desc {
		margin-bottom: 26px;
	}
}

.section-blue {
	background-color: #f2fafd;
}    font-size: 60px;

.konferencje-section {
	position: relative;
}
.konferencje-section .main-row-img {
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.delivery-section .main-row .main-row-img--absolute {
	top: -160px;
	width: 700px;
}

.faq-opinion-section {
	margin-top: 120px;
}

.mobilka .mobilka-topbar {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #efefef;
	padding: 10px;
}

.mobilka .mobile-contact-us {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding-top: 32px;
}
.mobilka .mobile-contact-us .mobile-contact-us-btn {
	background-color: #ed201f;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 32px;
	border-radius: 24px;
}

.mobilka .footer-mobile-row {
	margin-bottom: 15px;
}

.banner-wycena {
	width: 100%;
	height: auto;
	background-image: url("../img/banner-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 10px;
	position: relative;
	z-index: 2;
}
@media (min-width: 992px) {
	.banner-wycena {
		height: 152px;
		display: flex;
		justify-content: center;
		padding: 0;
		padding-top: 26px;
	}
}
.banner-wycena .banner-wycena-title {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
}
.banner-wycena .banner-wycena-btn {
	background-color: #1fb90f;
	color: #fff;
	font-size: 46px !important;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	display: block;
	padding: 5px 62px;
	transition: 0.2s opacity ease-in-out;
}
@media (min-width: 992px) {
	.banner-wycena .banner-wycena-btn {
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
}
.banner-wycena .banner-wycena-btn:hover {
	opacity: 0.9;
}
.banner-wycena .banner-wycena-arrow-decor {
	position: absolute;
	top: -30px;
	left: -40px;
	display: none;
}
@media (min-width: 992px) {
	.banner-wycena .banner-wycena-arrow-decor {
		display: block;
	}
}
#obsluga-it-wydarzen{
	height: auto;
}
.help-block.help-block-error {
	color: #d30202;
	font-size: 14px;
    margin-top:4px;
}
.field-contactform-email2{
	display: none;
}
.menu-footer-other .col-lg-6 {
	margin-bottom:7px;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin: 0!important;
    padding: 1rem 2.3rem;
    z-index: 15;
    opacity: 1;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-color: #fff;
    color: #878490;
    font-size: 1rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cookiealert p {
	margin:0;
}
.cookiealert .wrap-buttons{
	position:absolute;
	top:0.8rem;
	right:1rem;
}
.cookiealert .button-cookiealert{
	display: inline-block;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	font-weight: bold;
}
.cookiealert .cookiealert-privacy-policy, .cookiealert .acceptcookies {
    z-index: 10;
    opacity: 1;
    border: none;
    border-radius: 10%;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0094da;
	font-size: 13px;
}
.cookiealert .cookiealert-privacy-policy, .cookiealert .close-btn{
	z-index:10;
	background-size:12px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:12px;
	border:none;
	border-radius:3px;
	color:#fff;
	z-index:5;
	background-color:#1574ff;;
	width: auto;
}
.cookiealert .acceptcookies .sr-only {
	width: auto;
}
@media (min-width: 768px) {
	.cookiealert p{
		width: 80%;
	}
	.cookiealert .acceptcookies {

	}
}
@media (min-width: 1200px) {
	.cookiealert p{
		width: 100%;
	}
}
