/* 
Theme Name: Asseco Warehouse
Theme URI: http://grupabrandoo.pl/
Author: Brandoo
Author URI: http://grupabrandoo.pl/
Description: Theme designed for Asseco Warehouse website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Asseco Warehouse
*/

@font-face {
    font-family: 'Geomanist';
    src: url('webfonts/Geomanist-Bold.eot');
    src: local('Geomanist Medium'), local('Geomanist-Medium'),
        url('webfonts/Geomanist-Medium.woff2') format('woff2'),
        url('webfonts/Geomanist-Medium.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('webfonts/Geomanist-Book.eot');
    src: local('Geomanist Book'), local('Geomanist-Book'),
        url('webfonts/Geomanist-Book.woff2') format('woff2'),
        url('webfonts/Geomanist-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('webfonts/Geomanist-Regular.eot');
    src: local('Geomanist Regular'), local('Geomanist-Regular'),
        url('webfonts/Geomanist-Regular.woff2') format('woff2'),
        url('webfonts/Geomanist-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('webfonts/Geomanist-Light.eot');
    src: local('Geomanist Light'), local('Geomanist-Light'),
        url('webfonts/Geomanist-Light.woff2') format('woff2'),
        url('webfonts/Geomanist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

/*** General ***/
body {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
	font-weight: 400;
    line-height: 1.45;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	background-color: #fff;
	padding-top: 70px;
	overflow-x: hidden;
}

/** Misc **/
.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.img-responsive {
	max-width: 100%; 
	height: auto;
	display: block
}

.list-style-no {
	list-style: none;
	margin: 0;
	padding: 0
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a {
    color: #00aee8;
}

a:hover {
    color: #00aee8;
}

p > b,
p > strong {
	font-weight: 900
}

.threeDots {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0
}

a:hover {
	text-decoration: none;
}

.container-fluid {
	position: relative;
}

.element-invisible {
	position: absolute;
	top: -999999em;
	left: auto;
	width: 1px;
	height: 1px;
	overflow:hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}

.modal.fade.show {
	background: rgba(0,0,0,0.8);
}

.modal {
	z-index: 9999;
}

.modal .modal-content {
	border-radius: 10px;
}

.modal .modal-header {
	border: none;
}

.modal-dialog {
	max-width: calc(100vw - 30px);
	margin: 30px auto;
}

.modal.show .modal-dialog {
	height: 100%;
}

.modal .modal-body {
	max-width: 520px;
	margin: 0 auto;
}

.modal .modal-body form {
	margin-top: 30px
}

.modal .close {
	font-size: 26px;
	color: #000;
	opacity: 1;
	position: absolute;
	z-index: 25;
	top: 12px;
	right: 12px;
	border: none;
	line-height: 30px;
	cursor: pointer;
	 transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

.modal .close:hover i {
	color: #00aee8
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding-left: 0;
	padding-right: 0;
}

blockquote {
	font-weight: 200;
	font-size: 20px;
	color: #ee2324;
	padding: 25px 15px 25px 50px;
	position: relative;
	border: none;
	margin: 20px 0 0;
}

blockquote::before {
	font-family: "Times new roman";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 90px;
	line-height: 1;
	content: "“";
	color: #ee2324;
	bottom: 0;
}

blockquote p {
	font-weight: 300;
	font-size: 22px !important;
	color: #ee2324;
	line-height: 1.25;
	margin: 0 !important;
	font-style: italic;
}

.popover {
	z-index: 10001;
}

.popoverElement {
	cursor: pointer;
	font-weight: 500;
	color: #00aee8;
	text-decoration: underline;
}

.height100vh {
	height: 100vh;
	min-height: 790px
}

.height100 {
	height: 100%;
}

/* Buttons */
.btn {
	border-radius: 50px;
	padding: 7px 30px;
	font-weight: 500;
}

.btn i.fas {
	font-weight: 500;
	margin-left: 5px
}

.btn-link {
	font-size: 14px;
	font-weight: 700;
	color: #00aee8;
}

.btn-link i {
	margin-left: 5px;
	color: #00aee8;
}

.btn-link:hover {
	text-decoration: none;
	color: #00789f;
}

.contactForm .wpcf7-submit:focus,
.contactForm .wpcf7-submit:active:not(:disabled):not(.disabled),
.contactForm .wpcf7-submit {
	background: #00aee8;
	color: #fff;
	border: 3px solid #00aee8;
	border-radius: 50px;
	font-weight: 500
}

.contactForm .wpcf7-submit:hover {
	border-color: #0082ad;
	background: #00aee8;
	color: #fff;
}

.btn-primary:focus,
.btn-primary:active:not(:disabled):not(.disabled),
.btn-primary {
	background: #00aee8;
	color: #fff;
	border: 3px solid #00aee8;
}

body.deepBlueLayout .btn-primary:focus,
body.deepBlueLayout .btn-primary:active:not(:disabled):not(.disabled),
body.deepBlueLayout .btn-primary {
	background: #3060cb;
	color: #fff;
	border: 3px solid #3060cb;
}

body.violetLayout .btn-primary:focus,
body.violetLayout .btn-primary:active:not(:disabled):not(.disabled),
body.violetLayout .btn-primary {
	background: #624cbd;
	color: #fff;
	border: 3px solid #624cbd;
}

body.greenLayout .btn-primary:focus,
body.greenLayout .btn-primary:active:not(:disabled):not(.disabled),
body.greenLayout .btn-primary {
	background: #69c3ae;
	color: #fff;
	border: 3px solid #69c3ae;
}

.btn-secondary:active:not(:disabled):not(.disabled),
.btn-secondary:focus,
.btn-secondary {
	background: #fff;
	color: #00aee8;
	border: 3px solid #fff;
}

.contactForm .wpcf7-submit:focus,
.btn-primary:hover,
.btn-secondary:hover {
    box-shadow: 0 0 10px 5px rgba(0,0,0,.15) !important;
}
 
.btn-primary:hover {
	border-color: #0082ad;
	background: #00aee8;
	color: #fff;
}

body.deepBlueLayout .btn-primary:hover {
	border-color: #123b9a;
	background: #3060cb;
	color: #fff;
}

body.violetLayout .btn-primary:hover {
	border-color: #251080;
	background: #624cbd;
	color: #fff;
}

body.greenLayout .btn-primary:hover {
	border-color: #328270;
	background: #69c3ae;
	color: #fff;
}

.btn-secondary:hover {
	border-color: #ddd;
	background: #fff;
	color: #00aee8
}

.btn-primary:focus,
.btn-secondary:focus {
    box-shadow: 0 0 20px 10px rgba(0,0,0,.2) !important;
}

.contactForm .wpcf7-submit,
.btn-group-lg > .btn, 
.btn-lg {
	padding: 12px 30px;
}

.btn-md {
	padding: 10px 30px;
}

.btn-group-lg > .btn i, 
.btn-lg i {
	font-size: 18px;
	display: inline-block;
}

/** Menu i Logo **/
.absoluteNavbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	height: 70px;
	background-color: #fff;
}

.nav-fix .absoluteNavbar {
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

.menuNoBg .absoluteNavbar {
	border-bottom: 1px solid #41454c;
}

.menuNoBg #mainMenu ul.dropdown-menu > li a,
.menuNoBg .absoluteNavbar {
	background-color: #0e1921
}

.deepBlueLayout .menuNoBg #mainMenu ul.dropdown-menu > li a,
.deepBlueLayout .menuNoBg .absoluteNavbar {
	background-color: #0f1720;
}

.violetLayout .menuNoBg #mainMenu ul.dropdown-menu > li a,
.violetLayout .menuNoBg .absoluteNavbar {
	background-color: #11161f
}

.greenLayout .menuNoBg #mainMenu ul.dropdown-menu > li a,
.greenLayout .menuNoBg .absoluteNavbar {
	background-color: #111a1f
}

.absoluteNavbar > div {
	height: 100%;
}

.navbarLockup {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.mobile-nav-toggle {
	display: none;
	width: 22px;
	height: 18px;
	cursor: pointer;
	z-index: 1001;
	margin: 0 ;
	-webkit-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
	transform: translate3d(0,0,0);
}

.mobile-nav-toggle:hover {
	opacity: 0.85
}

.mobile-nav-toggle span {
	display: block;
	width: 22px;
	height: 3px;
	margin-bottom: 4px;
	background-color: #000;
}

.menuNoBg .mobile-nav-toggle span {
	background-color: #fff;
}

.slideOutNav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1002;
	max-width: 360px;
	width: 100vw;
	height: 100vh;
	transform: translate3d(360px,0,0);
	background-color: #000;
	-webkit-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}

.nav-open.slideOutNav {
	transform: translate3d(0,0,0);
}

.navbarLockup {
	position: relative;
}

.absoluteNavbar nav div > ul > li > a {
	height: 100%;
	line-height: 70px;
}

#logoHeaderBig {
	width: 160px;
}

#logoHeaderBig svg {
	width: 100%;
	height: auto;
}

.menuNoBg #logoHeaderBig svg path {
	fill: #fff;
}

#menuWrapAbsolute {
	width: calc(100% - 160px);
	height: 100%; 
}

#mainMenu {
	margin-left: 50px;
}

#mainMenu ul.nav > li {
	margin-left: 42px;
	height: 70px;
	position: relative;
}

#mainMenu ul.nav > li a {
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: inline-block;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.menuNoBg #mainMenu ul.nav > li a {
	color: #fff;
}

#mainMenu ul.nav > li > a:after,
#mainMenu ul.nav > li > ul.dropdown-menu > li > a:after {
	position: absolute;
	content: "";
	width: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #fff;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#mainMenu ul.nav > li > ul.dropdown-menu > li > a:hover {
	color: #00aee8
}

#mainMenu ul.nav > li.current_page_item > a:after,
#mainMenu ul.nav > li > a:hover:after {
	width: 100%;
	background-color: #00aee8;
	right: 0;
}

body.deepBlueLayout #mainMenu ul.nav > li.current_page_item a:after,
body.deepBlueLayout #mainMenu ul.nav > li a:hover:after {
	background-color: #3060cb;
}

body.deepBlueLayout #mainMenuSlide ul.nav li.current-menu-item > a,
body.deepBlueLayout #mainMenu ul.nav > li > ul.dropdown-menu > li > a:hover {
	color: #3060cb
}

body.violetLayout #mainMenu ul.nav > li.current_page_item a:after,
body.violetLayout #mainMenu ul.nav > li a:hover:after {
	background-color: #624cbd;
}

body.violetLayout #mainMenuSlide ul.nav li.current-menu-item > a,
body.violetLayout #mainMenu ul.nav > li > ul.dropdown-menu > li > a:hover {
	color: #624cbd
}

body.greenLayout #mainMenu ul.nav > li.current_page_item a:after,
body.greenLayout #mainMenu ul.nav > li a:hover:after {
	background-color: #69c3ae;
}

body.greenLayout #mainMenuSlide ul.nav li.current-menu-item > a,
body.greenLayout #mainMenu ul.nav > li > ul.dropdown-menu > li > a:hover {
	color: #69c3ae
}

#mainMenu ul.nav > li.current_page_item a:after,
#mainMenu ul.nav > li a:hover {
	color: #222;
}

.menuNoBg #mainMenu ul.nav > li.current_page_item a:after,
.menuNoBg #mainMenu ul.nav > li a:hover {
	color: #e6e6e6;
}

.menuNoBg #mainMenu ul.nav > li.menu-item-has-children::after {
	color: #fff;
}

#mainMenu ul.nav > li.menu-item-has-children::after {
	position: absolute;
	right: -18px;
	top: 0;
	line-height: 105px;
	visibility: visible;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	vertical-align: middle;
	content: "\f107";
	color: #000;
	width: 14px;
	padding-left: 5px;
	height: 100%;
	font-size: 16px;
}

#mainMenu ul.nav li ul.dropdown-menu {
	display: block;
	position: absolute;
	width: auto;
	min-width: 220px;
	right: 0;
	top: 104px;
	z-index: 2;
	line-height: 1;
	margin: 0;
	padding: 0; 
	background: #fff;
	border-radius: 0 0 5px 5px;
	border: none;
	float: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	transform: translate3d(0,-30px,0);
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 10px rgba(0,0,0,.05) !important
}

#mainMenu ul.nav li:hover ul {
	transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible
}

#mainMenu ul.nav li ul li {
	display: inline-block;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #ddd;
}

#mainMenu ul.nav li ul li:last-child {
	border-bottom: none;
}

#mainMenu ul.nav li ul li a {
	color: #000;
	font-size: 16px;
	padding: 13px 20px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#mainMenu ul.nav li ul li.current-menu-item a,
#mainMenu ul.nav li ul li.current-menu-parent a, 
#mainMenu ul.nav li ul li:hover a {
	cursor: pointer;
	color: #222
}

#mainMenuSlide {
	height: calc(100vh - 200px);
}

#mainMenuSlide ul.nav > li {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 4px solid transparent;
}

#mainMenuSlide ul.nav > li.menu-item-has-children {
	margin-bottom: 20px;
}

#mainMenuSlide ul.nav li ul.dropdown-menu {
	display: block;
	position: initial;
	top: initial;
	left: initial;
	float: none;
	border: none;
	padding: 0;
	margin: 10px 0 0;
	background: transparent;
}

#mainMenuSlide ul.nav > li > a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 0 50px;
	width: 100%;
	display: inline-block;
	position: relative;
}

#mainMenuSlide ul.nav > li > ul > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 50px;
	width: 100%;
	display: inline-block;
}

#mainMenuSlide ul.nav > li:hover > a,
#mainMenuSlide ul.nav li.current-menu-item > a,
#mainMenuSlide ul.nav > li > ul > li.current-menu-item > a,
#mainMenuSlide ul.nav > li > ul > li.current-page-ancestor > a,
#mainMenuSlide ul.nav > li > ul > li > a:hover {
	color: #00aee8;
}

.slideOutNav #logoWrap {
	position: relative;
	padding: 40px 50px;
}

.slideOutNav #logoHeaderSmall,
.slideOutNav #logoHeaderSmall svg,
.slideOutNav #logoHeaderSmall img {
	width: 140px;
	height: auto;
}

.slideOutNav #logoHeaderSmall svg {
	fill: #fff;
}

.absoluteNavbar .mobile-nav-toggle {
	position: absolute;
	top: 58px;
	right: 0;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out
}

.slideOutNav .mobile-nav-toggle span {
	display: block;
	width: 20px;
	height: 3px;
	margin-bottom: 4px;
	background-color: #fff;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.slideOutNav .mobile-nav-toggle:hover span {
	background-color: ##00aee8;
	opacity: 1;
}

.slideOutNav .mobile-nav-toggle span:nth-child(2) {
	-webkit-transform: rotate(45deg) translate3d(0,5px,0);
	transform: rotate(45deg) translate3d(0,5px,0);
}

.slideOutNav .mobile-nav-toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate3d(0,-5px,0);
	transform: rotate(-45deg) translate3d(0,-5px,0);
}

/* Hero header */
#heroWrap {
	background-size: cover;
	overflow-x: hidden;
	color: #fff;
}

#heroWrap #videoHeader {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}
 
#videoHeader video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100vh;
	width: 100vw;
}

#heroCenter .heroInner {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

#heroCenter {
	position: relative;
	z-index: 101;
	padding: 0 30px
}

#hero {
	padding-bottom: 80px;
}

#hero .row {
	margin: 0
}

#hero.noIconOver {
	padding-top: 90px;
}

#hero:not(.noIconOver) {
	padding-top: 60px;
}

#heroWrap .sloganIcon {
	margin: 0 0 30px 0;
}

.iconsElement svg,
#heroWrap .sloganIcon svg {
	max-height: 64px;
	width: auto;
}

#heroWrap .slogan1Line {
	font-size: 22px;
	margin-bottom: 20px;
}

#heroWrap .slogan2Line {
	
}

#heroWrap .slogan2Line h1 {
	font-size: 40px;
	margin-bottom: 20px;
}

#heroWrap .desc3Line p {
	font-size: 16px;
	font-weight: 500
}

#heroWrap .desc3Line h1,
#heroWrap .desc3Line h2,
#heroWrap .desc3Line h3,
#heroWrap .desc3Line h4 {
	font-size: 22px;
	font-weight: 500
}

#heroWrap .iconsElement {
    margin: 60px 0 30px 0;
    width: 50%;
}

#heroWrap .iconsElement img {
	height: 66px;
	width: auto;
}

#underHero {
	position: relative;
	z-index: 100;
}

#underHero h2,
#underHero h3 {
	margin-bottom: 15px;
	color: ##00aee8;
	font-weight: 400;
}

#underHero .descBlockhero {
	background: #00aee8;
	border-radius: 10px;
	color: #fff;
	padding: 50px;
}

#underHero #underHeroMore {
	background-color: #0e141a;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}

#underHero #underHeroMore .desc4Line {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 24px;
}

.blueLayout #underHero #underHeroMore .desc4Line p strong {
	color: #00aee8;
}

body.deepBlueLayout #underHero #underHeroMore .desc4Line p strong {
	color: #3060cb;
}

body.violetLayout #underHero #underHeroMore .desc4Line p strong {
	color: #624cbd;
}

body.greenLayout #underHero #underHeroMore .desc4Line p strong {
	color: #69c3ae;
}

#underHero #underHeroMore .desc4Line p:last-child {
	margin-bottom: 0
}

#underHeroMoreLink {
	background-color: #00aee8;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

#underHeroMoreLink > div {
	padding: 0 15px;
}

body.deepBlueLayout #underHeroMoreLink {
	background-color: #3060cb;
}

body.violetLayout #underHeroMoreLink {
	background-color: #624cbd;
}

body.greenLayout #underHeroMoreLink {
	background-color: #69c3ae;
}

#underHeroMoreLink img,
#underHeroMoreLink svg {
	max-height: 48px;
	width: auto;
}

#underHeroMoreLink p {
	margin: 0;
	line-height: 1.3
}

/** Sections **/
.sectionTitleCenter {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}

.sectionSimple .sectionTitle h1,
.sectionTitle h2,
.sectionTitle h3 {
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 15px 0;
}

.sectionTitle h2 strong ,
.sectionTitle h3 strong {
	font-weight: 700
}

.sectionTitle p {
	font-weight: 500;
}

.sectionTitle.sectionTitleGrey p {
	color: #8d949b;
}

.pad60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pad90 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.swiper-button-next, 
.swiper-button-prev {
	color: #000;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: rgba(255,255,255,0.5);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
	font-size: 24px;
}

.swiper-pagination {
	position: relative;
	margin: 45px auto;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: #a8b9c1;
	margin: 10px
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #00aee8
}

.violetLayout .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #624cbd
}

/* Columns n text */
.colorTitle {
	color: #00aee8
}

body.deepBlueLayout .colorTitle {
	color: #3060cb
}

body.violetLayout .colorTitle {
	color: #624cbd
}

body.greenLayout .colorTitle {
	color: #69c3ae
}

.row.rowRev {
	flex-direction: row-reverse;
}

.sectionSloganCols.grey {
	background-color: #f7fcfe;
}

.sectionSloganCols .colDesc {
	text-align: center;
}

.sectionSloganCols .colDesc h3,
.sectionList h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.sectionSloganCols .colDesc h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.sectionSloganCols .colDesc p {
	font-size: 14px;
	font-weight: 300
}

.sectionList ul {
	list-style: none;
	padding: 0 0 0 25px;
}

.sectionList ul:last-child {
	margin-bottom: 0
}

.sectionList ul li,
.sectionList ol li {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}

.sectionList ul li:before {
	position: absolute;
	top: 7px;
	left: -25px;
	background-image: url(img/light-blue-bullet.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	width: 14px;
	height: 21px;
}

body.deepBlueLayout .sectionList ul li:before {
	background-image: url(img/dark-blue-bullet.png);
}

body.violetLayout .sectionList ul li:before {
	background-image: url(img/violet-bullet.png);
}

body.greenLayout .sectionList ul li:before {
	background-image: url(img/green-bullet.png);
}

.sectionSloganCols .colIcon {
	background-image: url(img/light-blue-checkmark.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	margin: 0 auto;
	width: 41px;
	height: 30px;
	margin-bottom: 10px;
}

body.deepBlueLayout .sectionImplementation .tableRow:hover .colTableWrap:not(.colTableTitle),
body.deepBlueLayout .sectionSloganCols .colIcon {
	background-image: url(img/deep-blue-checkmark.png);
}

body.violetLayout .sectionImplementation .tableRow:hover .colTableWrap:not(.colTableTitle),
body.violetLayout .sectionSloganCols .colIcon {
	background-image: url(img/violet-checkmark.png);
}

body.greenLayout .sectionImplementation .tableRow:hover .colTableWrap:not(.colTableTitle),
body.greenLayout .sectionSloganCols .colIcon {
	background-image: url(img/green-checkmark.png);
}

/* Products blocks */
.sectionProductBlock {
	background-color: #01111d;
	color: #fff;
}

.productsBlock {
	position: relative;
	max-width: 100%;
}

#hero .productsBlock {
	max-width: 1240px;
	margin: 0 auto;
}

#hero .slideInner {
	background-color: #fff;
	border-radius: 5px;
	padding: 60px 30px;
}

.sectionProductBlock .slideInner {
	background-color: #00aee8;
	border-radius: 5px;
	padding: 60px 30px;
}

.sectionProductBlock .slideInner.deepBlueLayout {
	background-color: #3060cb
}

.sectionProductBlock .slideInner.violetLayout {
	background-color: #624cbd
}

.sectionProductBlock .slideInner.greenLayout {
	background-color: #69c3ae
}

.sectionProductBlock .slideInner:hover {
	background-color: #fff;
	color: #00aee8
}

#hero .slideInner .slogan2Line h3 {
	color: #00aee8
}

body.deepBlueLayout #hero .slideInner .slogan2Line h3,
.sectionProductBlock .slideInner:hover.deepBlueLayout {
	color: #3060cb
}

body.violetLayout #hero .slideInner .slogan2Line h3,
.sectionProductBlock .slideInner:hover.violetLayout {
	color: #624cbd
}

body.greenLayout #hero .slideInner .slogan2Line h3,
.sectionProductBlock .slideInner:hover.greenLayout {
	color: #69c3ae
}

#heroWrap .productsBlock .sloganIcon svg,
.sectionProductBlock .slideInner .iconsElement svg {
	max-height: 38px;
}

.sectionProductBlock .slideInner svg path {
	-webkit-transition: .55s all ease;
	transition: .55s all ease;
}

body #hero .sloganIcon.sloganIconAlt svg path,
.sectionProductBlock .slideInner:hover svg path {
	fill: #00aee8
}

body.deepBlueLayout #hero .sloganIcon.sloganIconAlt svg path,
.sectionProductBlock .slideInner:hover.deepBlueLayout svg path {
	fill: #3060cb
}

body.violetLayout #hero .sloganIcon.sloganIconAlt svg path,
.sectionProductBlock .slideInner:hover.violetLayout svg path {
	fill: #624cbd
}

body.greenLayout #hero .sloganIcon.sloganIconAlt svg path,
.sectionProductBlock .slideInner:hover.greenLayout svg path {
	fill: #69c3ae
}

#hero .slideInner .slogan2Line h3,
.sectionProductBlock .slideInner .slogan2Line h3 {
	font-size: 24px;
	min-height: 58px;
}

#hero .slideInner .sloganDesc,
.sectionProductBlock .slideInner .sloganDesc {
	font-size: 16px;
	max-width: 210px;
	margin: 0 auto;
}

#hero .slideInner .sloganDesc {
	color: #000;
	min-height: 46px;
}

#hero .slideInner .sectionBtns {
	min-height: 54px;
}

#hero .slideInner .btn-primary,
.sectionProductBlock .slideInner .btn-primary {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

.sectionProductBlock .slideInner .btn-primary,
.sectionProductBlock .slideInner .btn-primary:focus,
.sectionProductBlock .slideInner .btn-primary:active:not(:disabled):not(.disabled) {
	background: #00aee8;
	color: #fff;
	border: 3px solid #00aee8;
}

.sectionProductBlock .slideInner.deepBlueLayout .btn-primary:focus,
.sectionProductBlock .slideInner.deepBlueLayout .btn-primary:active:not(:disabled):not(.disabled),
.sectionProductBlock .slideInner.deepBlueLayout .btn-primary {
	background: #3060cb;
	color: #fff;
	border: 3px solid #3060cb;
}

.sectionProductBlock .slideInner.violetLayout .btn-primary:focus,
.sectionProductBlock .slideInner.violetLayout .btn-primary:active:not(:disabled):not(.disabled),
.sectionProductBlock .slideInner.violetLayout .btn-primary {
	background: #624cbd;
	color: #fff;
	border: 3px solid #624cbd;
}

.sectionProductBlock .slideInner.greenLayout .btn-primary:focus,
.sectionProductBlock .slideInner.greenLayout .btn-primary:active:not(:disabled):not(.disabled),
.sectionProductBlock .slideInner.greenLayout .btn-primary {
	background: #69c3ae;
	color: #fff;
	border: 3px solid #69c3ae;
}

/* Text List Img inBG */
.sectionSloganList.sectionSloganListOffset {
	padding-bottom: 120px;
}

.sectionSloganList > .container > .row {
	position: relative;
	z-index: 2;
}

.sectionSloganList.greyGradient {
	background-color: #edf0f6
}

.sectionSloganList.sectionRev .imgOverlay {
	background-position: 0 50%;
}

.sectionSloganList h2 {
	margin-bottom: 30px;
}

.sectionSloganList .sectionList {
	margin-top: 30px;
}

.sectionSloganList h2 + h3,
.sectionSloganList h2 + h4,
.sectionSloganList h2 + h5,
.sectionSloganList h2 + h6 {
	margin-top: -40px;
}

/* Text n numbers */
.sectionSloganNumbers {
	background: url(img/numbers-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
}

.sectionSloganNumbers .col {
	text-align: center;
}

.sectionSloganNumbers h3 {
	font-size: 60px;
	color: #00aee8
}

.sectionSloganNumbers p {
	font-weight: 500;
	margin: 10px 0 0;
}

.sectionSloganNumbers .deepBlueLayout h3 {
	color: #3060cb
}

.sectionSloganNumbers .violetLayout h3 {
	color: #624cbd
}

.sectionSloganNumbers .greenLayout h3 {
	color: #69c3ae
}

/* Reference */
.referencesBlock {
	width: 100%;
	position: relative
}

.sectionReference .clientDesc2Line {
	font-size: 15px;
	color: #8d949b;
	font-weight: 300
}

.sectionReference .iconsElement {
	height: 65px;
	width: auto;
}

.sectionReference .iconsElement img {
	max-height: 65px;
	width: auto;
}

.sectionReference .clientName  {
	color: #8d949b;
}

.sectionReference .swiper-button-next, 
.sectionReference .swiper-button-prev {
	background-color: rgba(245,247,248);
}

/* Video text */
.sectionVideo .row {
	position: relative;
}

body .sectionVideo {
	background-color: #00aee8;
	color: #fff;
}

body.deepBlueLayout .sectionVideo {
	background-color: #3060cb
}

body.deepBlueLayout .sectionVideo .videoThumb a i {
	color: #3060cb
}

body.violetLayout .sectionVideo {
	background-color: #624cbd
}

body.violetLayout .sectionVideo .videoThumb a i {
	background-color: #3060cb
}

body.greenLayout .sectionVideo {
	background-color: #69c3ae
}

body.violetLayout .sectionVideo .videoThumb a i {
	color: #69c3ae
}

.sectionVideo .videoThumb a {
	font-size: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	line-height: 1;
}

/* Download */
.sectionDownload {
	color: #fff;
	z-index: 2;
}

.sectionDownload.sectionDownloadOffset {
	margin-top: -200px;
}

.sectionDownload .container {
	max-width: 1560px;
	background-color: #01111d;
	border-radius: 10px;
}

.sectionDownload .container > .row {
    max-width: 1340px;
    margin: 0 auto;
}

.sectionDownload .container .sectionTitle h2 {
	min-height: 96px;
}

/* Functionalities */
.sectionFuntionalies {
	background-color: #f7fbfe;
}

.sectionFuntionalies.sectionFuntionaliesOffset {
	padding-bottom: 260px;
}

.sectionFuntionalies .card-alt .card-alt-body,
.sectionFuntionalies .card-alt button,
.sectionFuntionalies .accordion {
	width: 100%;
}

.sectionFuntionalies .card-alt {
	border-bottom: 3px solid #e5f3fe;
	padding: 20px;
	-webkit-transition: .45s all ease;
	transition: .45s all ease;
}

.sectionFuntionalies .card-alt.active {
	padding: 30px 20px;
}

.sectionFuntionalies .card-alt:hover,
.sectionFuntionalies .card-alt:focus,
.sectionFuntionalies .card-alt.active {
	background-color: #e5f3fe;
	border-bottom: 3px solid #00aee8;
}

.sectionFuntionalies .card-alt svg {
	height: 46px;
	display: none;
}

.sectionFuntionalies .card-alt.active svg {
	display: block;
}

.sectionFuntionalies .card-alt svg path {
	fill: #00aee8;
	-webkit-transition: .45s all ease;
	transition: .45s all ease;
}

.sectionFuntionalies .card-body-alt ol,
.sectionFuntionalies .card-body-alt ul {
	padding: 0 0 0 20px;
}

.sectionFuntionalies .card-alt button {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 500;
	appearance: button;
	-webkit-appearance: button;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	text-align: left;
}

body .sectionFuntionalies .card-alt button .far {
	color: #00aee8;
}

.sectionFuntionalies .card-alt:not(.active) button .fa-minus-circle {
	display: none;
}

.sectionFuntionalies .card-alt.active button .fa-plus-circle {
	display: none;
}

.sectionFuntionalies .card-alt .card-alt-icon {
	-webkit-transition: .45s all ease;
	transition: .45s all ease;
	max-width: 0;
	opacity: 0;
}

.sectionFuntionalies .card-alt.active .card-alt-icon {
	opacity: 1;
}

body.deepBlueLayout .sectionFuntionalies {
	background-color: #f5f7fc;
}

body.deepBlueLayout .sectionFuntionalies .card-alt {
	border-bottom: 3px solid #ebf0fc;
}

body.deepBlueLayout .sectionFuntionalies .card-alt:hover,
body.deepBlueLayout .sectionFuntionalies .card-alt:focus,
body.deepBlueLayout .sectionFuntionalies .card-alt.active {
	background-color: #ebf0fc;
	border-bottom: 3px solid #3060cb;
}

body.deepBlueLayout .sectionFuntionalies .card-alt svg path {
	fill: #3060cb;
}

body.deepBlueLayout .sectionFuntionalies .card-alt button .far {
	color: #3060cb;
}

body.violetLayout .sectionFuntionalies {
	background-color: #624cbd
}

body.greenLayout .sectionFuntionalies {
	background-color: #69c3ae
}

/* Implementation table */
.sectionImplementation {
	color: #000;
	font-weight: 700
}

.sectionImplementation .colTableWrap {
	padding: 38px 22px
}

.sectionImplementation .colTableWrap span {
	display: block;
	font-weight: 500
}

.sectionImplementation .colTableWrap span.colUpper {
	font-size: 14px;
	font-weight: 300
}

.sectionImplementation .tableRow {
	border-left: 3px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: .25s all ease;
	transition: .25s all ease;
}

.sectionImplementation .tableRow:hover {
	border-left: 3px solid #00aee8;
	background-color: #f7fbfe;
	color: #00aee8;
}

body.deepBlueLayout .sectionImplementation .tableRow:hover {
	border-left: 3px solid #3060cb;
	color: #3060cb;
	background-color: #edf3ff;
}

body.violetLayout .sectionImplementation .tableRow:hover {
	border-left: 3px solid #624cbd;
	color: #624cbd;
	background-color: #ece7ff;
}

body.greenLayout .sectionImplementation .tableRow:hover {
	border-left: 3px solid #69c3ae;
	color: #69c3ae;
	background-color: #ecfffb
}

.sectionImplementation .colTableWrap:not(.colTableTitle) {
	background-repeat: no-repeat;
	background-size: 32px 24px;
	background-position: 0 50%;
	padding-left: 45px;
	-webkit-transition: .25s all ease;
	transition: .25s all ease;

}

.sectionImplementation .tableRow:hover .colTableWrap:not(.colTableTitle) {
	background-image: url(img/light-blue-checkmark.png);
}

/* News section */
.sectionNewsBlock {
	color: #fff;
	z-index: 2
}

.sectionNewsBlock .container {
	max-width: 1460px;
	background-color: #01111d;
	border-radius: 10px;
}

.sectionNewsBlock .container > .row {
	max-width: 1200px;
	margin: 0 auto;
}

.sectionNewsBlock .newsInner img {
	border-radius: 5px;
	object-fit: cover;
	height: 100%;
}

.sectionNewsBlock .newsInner .dateCat a,
.sectionNewsBlock .newsInner .dateCat {
	color: #8d949b;
	font-size: 14px;
}

.sectionNewsBlock .newsInner figure {
	color: #01111d
}

.sectionNewsBlock .newsInner h3 {
	font-size: 18px;
}

.sectionNewsBlock .newsInner h3 a {
	color: #fff;
}

.archive .sectionNewsBlock .newsInner p, 
.archive .sectionNewsBlock .newsInner h3 a {
	color: #000;
}

.sectionNewsBlock .newsInner .dateCat a:hover,
.sectionNewsBlock .newsInner h3 a:hover {
	text-decoration: underline
}

.sectionNewsBlock .newsInner .newsDesc {
	font-size: 14px;
	font-weight: 300;
}

.archive .sectionNewsBlock article {
	margin-bottom: 45px !important;
}

/* Contact us footer */
.sectionContact {
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.sectionContact.contactOffset {
	margin-top: -200px;
	padding-top: 200px;
}

.home .sectionContact {
	background-color: #f7fbfe;
}

.sectionContact .contactCol {
	padding: 0 15px;
}

.sectionContact .contactCol p {
	font-weight: 500
}

.sectionContact .contactCol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Form */
.contactFormShort.contactForm {
	padding: 45px;
	border-radius: 5px;
	background-color: #fff;
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

.contactFormShort {
	max-width: 440px;
}

.contactForm .element-legend {
	color: ##00aee8;
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px
}

.contactForm .formField {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.contactForm .formField:last-child {
	margin-bottom: 0
}

.formFooter .formFooterBtn,
.formFooter .contact-form-wrap-checkbox {
	width: 100%;
}

.formFooter .contact-form-wrap-checkbox {
	margin-bottom: 25px;
}

.formFooter .contact-form-wrap-checkbox > span:last-child {
	font-size: 14px;
	font-weight: 300;
	margin: 5px 0 0;
}

.formFooter .formFooterBtn {
	position: relative;
}

.contactFormFull .formFieldCheckboxTop {
	margin-bottom: 25px;
}

.contactForm .modal-field.formSend,
.contactForm .modal-field.formField {
	display: none;
}

.contactForm input[type=text],
.contactForm input[type=number],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm select,
.contactForm textarea {
	border: none;
	border-radius: 0;
	width: 100%;
	color: #000;
	background: #fff;
	border-bottom: 2px solid #e2ebef;
}

.contactForm textarea {
	padding: 17px;
    border-radius: 0;
	max-height: 276px;
}

.contactForm input[type=text],
.contactForm input[type=number],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm select {
	position: relative;
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	padding: 0;
	line-height: 1.25;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 40px;
}

.contactForm input.wpcf7-not-valid {
	border-bottom: 2px solid #a94442;
}

.contactForm .formField input:hover,
.contactForm .formField input:active {
	border-bottom: 2px solid #00aee8;
}

body.deepBlueLayout .contactForm .formField input:hover,
body.deepBlueLayout .contactForm .formField input:active {
	border-bottom: 2px solid #3060cb;
}

body.violetLayout .contactForm .formField input:hover,
body.violetLayout .contactForm .formField input:active {
	border-bottom: 2px solid #624cbd;
}

body.greenLayout .contactForm .formField input:hover,
body.greenLayout .contactForm .formField input:active {
	border-bottom: 2px solid #69c3ae;
}

.contactForm .formField input:focus-within,
.contactForm .formField input:focus-visible {
	outline: none;
}

.contactForm .formRightCol .wpcf7-submit {
	width: 50%;
	text-transform: initial
}

.contactForm .formFieldCheckboxRight input[type=text] {
	padding-right: 180px
}

.contactForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	cursor: pointer;
}

.formBody .wpcf7-form-control-wrap {
	position: initial;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
}

.contactForm .select-wrap .wpcf7-form-control-wrap::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 10px;
	height: 6px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	vertical-align: middle;
	content: "\f107";
	color: #00aee8;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

.contactForm .select-wrap .wpcf7-form-control-wrap:focus::after,
.contactForm .select-wrap .wpcf7-form-control-wrap:active::after,
.contactForm .select-wrap .wpcf7-form-control-wrap:hover::after {
	transform: rotate(-90deg);
}

.wpcf7 .ajax-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* Stylowany checkbox */
input[type="checkbox"].wpcf7-checkbox.cost-input, 
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
	visibility: hidden;
	display: none;
}

.wpcf7-acceptance .wpcf7-checkbox input {
	position: relative;
	visibility: hidden;
	margin: 0 5px 0 0;
	font-size: 16px;
}

.wpcf7-acceptance .wpcf7-list-item {
	vertical-align: top;
}

.wpcf7-acceptance .wpcf7-list-item > label {
	margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item > label {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.wpcf7-acceptance .wpcf7-list-item { 
	position: relative;
}

.formFieldWithCheckbox. a.popoverElement a {
	color: ##00aee8;
}

.formFieldWithCheckbox.formFieldCheckboxTop .contact-form-wrap-checkbox a,
.formFieldWithCheckbox.formFieldCheckboxLeft .contact-form-wrap-checkbox a {
	position: absolute;
	top: 13px;
	right: -10px;
	z-index: 1;
}

.formFieldWithCheckbox .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	padding-left: 35px;
	text-align: left;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	cursor: pointer;
	color: #000;
	font-size: 12px;
	line-height: 1;
	margin: 7px 0 0;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	content:"";
	display: block;
	position: absolute;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
	background: #e2ebef;
}

.wpcf7-acceptance .wpcf7-list-item-label::after {
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	vertical-align: middle;
	content: "\f00c";
	color: #fff;
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
	font-size: 14px;
	padding-top: 3px;
	text-align: center;
	webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	border-radius: 3px;
}

.wpcf7-acceptance input:checked + span.wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	vertical-align: middle;
	content: "\f00c";
	opacity: 1;
	color: #fff;
	cursor: pointer;
	background-color: #00aee8;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

body.deepBlueLayout .wpcf7-acceptance input:checked + span.wpcf7-list-item-label::after {
	background-color: #3060cb;
}

body.violetLayout .wpcf7-acceptance input:checked + span.wpcf7-list-item-label::after {
	background-color: #624cbd;
}

body.greenLayout .wpcf7-acceptance input:checked + span.wpcf7-list-item-label::after {
	background-color: #69c3ae;
}

.privicySend {
	margin: 2px
}

.privicySend a {
	color: #78a6d3 !important;
	font-size: 12px;
}

.privicySend a:hover {
	text-decoration: underline;
}
 
 /* Remove IE arrow */
select::-ms-expand {
  display: none;
}

.contactForm .wpcf7-submit {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
}

.contactForm .formFooterBtn::after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    vertical-align: middle;
    content: "\f054";
    position: absolute;
    right: 45px;
    top: 50%;
    z-index: 10px;
    width: 20px;
    font-size: 14px;
    color: #fff;
    bottom: 50%;
    height: 14px;
    line-height: 1;
    margin: auto;
}

.contact-form-wrap-input {
	display: flex;
}

.contact-form-wrap-input .element-label {
	min-width: 130px;
	margin: 10px 0 0;
}

.element-label {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin: 0 0 5px 0;
}

.formFooter {
	position: relative;
	z-index: 1;
	margin-top: 25px;
	width: 100%;
}

.formBody .formFooter .formFieldWithCheckbox,
.contactFormFull .formFieldRows,
.contactFormFull .formFieldWrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: space-between !important;
	justify-content: space-between;
}

.contactFormFull .formFieldRows {
	width: 100%;
}

.contactFormFull .formFieldRows .formField {
	width: 48%
}

.wpcf7 form .wpcf7-response-output {
    position: relative;
	margin: 5px 0 !important;
	padding: 20px;
    border-radius: 5px;
	width: 100%; 
	background: #fff;
}

div.wpcf7-form.submitting div.wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
	background: #398f14 !important;
	border-color: #327c12 !important;
	color: #fff;
	font-size: 14px;
	display: inline-block !important;
	margin-top: 30px !important
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-validation-errors {
	display: inline-block;
	background-color: #a94442 !important;
	border-color: #993a38 !important;
	color: #fff;
	font-size: 14px;
	display: inline-block !important;
	margin-bottom: 30px !important
}

span.wpcf7-not-valid-tip {
    display: none;
}

/* Simple page */
.universalSection .row.alterSection {
	flex-direction: row-reverse;
}

.universalSection > .row > div {
	margin-bottom: 50px
}

.universalSection {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.universalSection img {
	max-width: 100%;
	height: auto;
}
.
#page404 h1 {
	font-size: 90px;
}

.universalSection h1 {
	color: #00aee8;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 32px;
}

.sectionSimple h2,
.sectionSimple h3,
.sectionSimple h4,
.sectionSimple h5,
.sectionSimple h6 {
	color: #222;
	margin-bottom: 45px;
}

.universalSection h2,
.universalSection h3,
.universalSection h4,
.universalSection h5,
.universalSection h6 {
    color: #00aee8;
	font-weight: 300;
	margin-bottom: 30px;
}

.universalSection ul {
	list-style: none;
	padding-left: 28px;
}

.universalSection ol li,
.universalSection ul li {
	position: relative;
	margin-bottom: 10px
}

.universalSection ul li::before {
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	display: inline-block;
	content: "\f105";
	font-size: 17px;
	font-weight: 900;
	position: absolute;
	top: 3px;
	left: -28px;
	content: "";
	width: 17px;
	height: 17px;
}

.sectionSimple ol,
.sectionSimple ul,
.sectionSimple p {
	margin-bottom: 30px;
}

.sectionSimple ol li,
.sectionSimple ul li,
.sectionSimple p,
.sectionSimple a,
.universalSection .boxInnerDesc ol li,
.universalSection .boxInnerDesc ul li,
.universalSection .boxInnerDesc p,
.universalSection .boxInnerDesc a {
	color: #222;
	font-weight: 400;
}

.universalSection .boxInnerDesc ol li,
.universalSection .boxInnerDesc ul li,
.sectionSimple ol li,
.sectionSimple ul li {
	margin-bottom: 15px;
}

.universalSection .boxInnerDesc ol li:last-child,
.universalSection .boxInnerDesc ul li:last-child,
.sectionSimple ol li:last-child,
.sectionSimple ul li:last-child {
	margin-bottom: 0
}

.universalSection h1 em, 
.universalSection h2 em,
.universalSection h3 em, 
.universalSection h4 em, 
.universalSection h5 em, 
.universalSection h6 em {
    color: #00aee8;
    font-style: 700;
}

.universalSection .boxInnerDesc ol:last-child,
.universalSection .boxInnerDesc ol li:last-child,
.universalSection .boxInnerDesc ul:last-child,
.universalSection .boxInnerDesc ul li:last-child,
.universalSection .boxInnerDesc p:last-child,
.universalSection .boxInnerDesc a:last-child {
	margin-bottom: 0
}

.universalSection iframe {
	width: 100%;
	height: 350px;
	overflow: hidden;
	border-radius: 10px;
}

/* Breadcrumbs */
.sectionBreadcrumbs {
	color: #fff;
	font-size: 14px;
	background-color: #0b3749;
	padding: 14px 0;
	line-height: 1
}

.sectionBreadcrumbs a {
	color: #fff;
}

.sectionBreadcrumbs a:hover {
	text-decoration: underline
}

.sectionBreadcrumbs .fa-angle-right {
	color: #00aee8;
	margin: 0 5px;
}

.deepBlueLayout .sectionBreadcrumbs {
	background-color: #162541;
}

.deepBlueLayout .sectionBreadcrumbs .fa-angle-right {
	color: #3060cb;
}

.violetLayout .sectionBreadcrumbs {
	background-color: #312a51;
}

.violetLayout .sectionBreadcrumbs .fa-angle-right {
	color: #624cbd
}

.greenLayout .sectionBreadcrumbs {
	background-color: #233d3c;
}

.greenLayout .sectionBreadcrumbs .fa-angle-right {
	color: #69c3ae;
}

/* News */	
body.single article .newsCover img {
	border-radius: 15px;
}

body.single article .newsDate {
	color: #888;
	font-size: 16px;
	margin-bottom: 20px
}

/* News navigation */
#navigator {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0;
}

#navigator li {
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}	

#navigator li a {
	display: inline-block;
	vertical-align: middle;
	color: ##00aee8;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

#navigator li a:hover {
	color: #018fbe;
}

/* Galeria we wpisie */
.gallery dl {
	float: left;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 0 10px; 
}

.gallery dl dt a {
	position: relative;
	width: auto;
	height: 100%;
	display: inline-block;
	z-index: 10;
}

.gallery dl dt a {
	overflow: hidden;
}

.gallery dl dt a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0
}

.gallery dl dt a::before {
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	display: inline-block;
	content: "\f002";
	width: 24px;
	height: 24px;
	font-size: 1.4rem;
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 12;
	line-height: 1;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
}

.gallery dl dt a:hover::before,
.gallery dl dt a:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.gallery dl dd {
	padding-right: 30px;	
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	box-sizing: border-box;
}

.gallery dl img {
	border: none !important;
	border-radius: 5px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	display: block;
}

/* Ajax loader */
#readMoreBtns {
	margin-top: 30px	
}

.ajax-row__loader {
    display: none;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.lds-rolling {
    position: relative;
	width: 100%;
	height: 100%;
}

.lds-rolling div,
.lds-rolling div::after {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 20px solid #000;
    border-top-color: transparent;
    border-radius: 50%
}

.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 100px;
    left: 100px;
    left: 50%;
    transform: translateX(-50%);
    right: 0
}

.lds-rolling div::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.lds-rolling {
    height: 125px !important;
    transform: scale(0.2)
}

/* Footer */
#footer {
	background-color: #01111d;
	padding-top: 85px;
	padding-bottom: 85px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

#footer p {
	margin: 0
}

#footer a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

#footer a:hover {
	color: #00aee8
}

#footer h4 {
	color: #23b9ce;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	max-width: 200px
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	font-size: 13px;
	webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

#footer .footerColLogo svg {
	width: 175px;
	height: auto;
}

#footer .footerColLogo svg {
	fill: #fff;
}

#footer #footer-copy ul.menu li {
	display: inline-block;
	vertical-align: top;
}

#footer #footer-copy ul.menu li:last-child::before {
	content: "|";
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
}

/* Cookies */
#cookie-law-info-bar {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	width: 100vw;
}

#cookie-law-info-bar br {
	display: none;
}

#cookie-law-info-bar span {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#cookie-law-info-bar span div.cookieDesc {
	position: relative;
	display: inline-block;
	width: calc(100% - 210px);
	font-size: 14px;
	text-align: right;
	padding: 0 0 0 20%;
}

#cookie-law-info-bar span div.cookiBtns {
	display: inline-block;
	width: 200px;
	padding: 0 20px;
}

#cookie-law-info-bar span div.cookiBtns a {
	width: 100%;
	margin: 5px 0 !important;
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.nopageWrapp {
	padding: 0 30px;
}

.nopageWrapp h1 {
	font-size: 100px;
	margin: 0 auto 60px auto;
	font-weight: 700;
	text-align: center;
}

/* News navigation */
#pagination { 
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 60px;
	padding: 0;
}

#pagination .wp-pagenavi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

#pagination .pages {
	display: none;
}

#pagination a.page, 
#pagination span.current, 
#pagination span.extend {
	display: inline-block;
	vertical-align: top;
	color: #000;
	border: 1px solid transparent;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	width: 35px;
	margin: 0 5px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#pagination span.current {
	background: #00aee8;
	color: #fff;
	border: 1px solid #00aee8;
}

#pagination a.page:hover {
	background: #00aee8;
	color: #fff
}

#pagination a.previouspostslink,
#pagination a.nextpostslink,
#pagination a.last,
#pagination a.first {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#pagination a.nextpostslink::after,
#pagination a.previouspostslink::before {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

#pagination a.previouspostslink::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(102, 102, 102)' d='M0.171,6.465 C-0.012,6.648 -0.012,6.945 0.171,7.129 L5.906,12.910 C6.089,13.093 6.386,13.093 6.570,12.910 L7.343,12.136 C7.527,11.953 7.527,11.656 7.343,11.472 L2.714,6.797 L7.343,2.121 C7.527,1.937 7.527,1.640 7.343,1.457 L6.570,0.683 C6.386,0.500 6.089,0.500 5.906,0.683 L0.171,6.465 Z'/%3E%3C/svg%3E");
}

#pagination a.nextpostslink::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(102, 102, 102)' d='M7.343,7.129 C7.527,6.945 7.527,6.648 7.343,6.465 L1.609,0.683 C1.425,0.500 1.128,0.500 0.945,0.683 L0.171,1.457 C-0.012,1.640 -0.012,1.937 0.171,2.121 L4.800,6.797 L0.171,11.472 C-0.012,11.656 -0.012,11.953 0.171,12.136 L0.945,12.910 C1.128,13.093 1.425,13.093 1.609,12.910 L7.343,7.129 Z'/%3E%3C/svg%3E");
}

#pagination a.previouspostslink:hover,
#pagination a.nextpostslink:hover,
#pagination a.last:hover,
#pagination a.first:hover {
	opacity: 0.7
}

/* RWD Min rozdzielczości */
@media (min-width: 576px), (min-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container {
		max-width: 100%;
	}
}
	
@media (min-width: 768px), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/** Sections **/
	.sectionSimple .sectionTitle h1,
	.sectionTitle h2,
	.sectionTitle h3 {
		font-size: 36px;
	}
	
	.btn-group-lg > .btn, 
	.btn-lg {
		padding: 12px 50px;
	}
	
	.btn-md {
		padding: 10px 50px;
	}
	
	.formFooter .formFooterBtn {
		max-width: 200px;
	}	
	.modal .modal-body {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	.modal .modal-body form {
		margin-top: 60px;
	}

	#hero {
		padding-bottom: 100px;
	}
	
	#hero.noIconOver {
		padding-top: 125px;
	}
	
	#heroWrap .slogan2Line h1 {
		font-size: 60px;
	}
			
	#heroWrap .iconsElement {
		margin: 90px 3vw 30px 3vw;
		width: initial;
	}

	#heroWrap .desc3Line h1,
	#heroWrap .desc3Line h2,
	#heroWrap .desc3Line h3,
	#heroWrap .desc3Line h4 {
		font-size: 28px;
	}
	
	.contactForm .formField {
		margin-bottom: 25px;
	}
	
	.pad90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	
	.swiper-button-next, 
	.swiper-button-prev {
		width: 70px;
		height: 70px;
	}
	
	.sectionSloganCols .colDesc h3,
	.sectionList ul li,
	.sectionList ol li {
		font-size: 24px;
	}
		
	.sectionSloganList .sectionTitleInner {
		position: relative;
		z-index: 3;
	}
	
	.sectionSloganList h2 {
		margin-bottom: 45px;
	}

	.sectionSloganList .sectionList {
		margin-top: 45px;
	}	
	
	.sectionSloganNumbers h3 {
		font-size: 90px;
	}
	
	.sectionVideo .videoThumb {
		position: absolute;
		top: 10px;
		left: 30px;
		z-index: 2;
	}
	
	.sectionFuntionalies .card-alt {
		padding: 20px 40px;
	}
	
	.sectionFuntionalies .card-alt.active {
		padding: 30px 40px;
	}
	
	.sectionFuntionalies .card-alt.active .card-alt-body {
		width: calc(100% - 86px);
	}
	
	.sectionFuntionalies .card-alt.active .card-alt-icon {
		padding-top: 12px;
		padding-right: 40px;
		max-width: 100px;
	}
	
	.sectionDownload .offsetImg {
		position: absolute;
		top: -40%;
		right: 0;
		z-index: 2;
	}
	
	#cookie-law-info-bar span div.cookieDesc:after {
		display: inline-block;
		vertical-align: middle;
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z'/%3E%3C/svg%3E");
		color: #000;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 12;
		line-height: 1;
	}


}

@media (min-width: 992px), (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body {
		padding-top: 104px;
	}
	
	.modal-dialog {
		max-width: 800px
	}
	
	/** Menu i Logo **/
	.absoluteNavbar {
		height: 104px;
	}

	.absoluteNavbar nav div > ul > li > a {
		height: 100%;
		line-height: 104px;
	}

	#mainMenu ul.nav > li {
		height: 104px;
	}
	
	.sectionSimple .sectionTitle h1,
	.sectionTitle h2,
	.sectionTitle h3 {
		font-size: 40px;
	}
	
	.sectionSloganCols .colDesc p {
		font-size: 15px;
		max-width: 210px;
		margin: 0 auto;
	}
			
	.swiper-wrapper.centerSlides {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.sectionSloganList.sectionRev .imgOverlay,
	.sectionSloganList .imgOverlay {
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		background-size: auto;
		background-repeat: no-repeat;
		content: "";
		width: 50%;
		height: 100%;
	}
	
	.sectionSloganListOffset.sectionSloganList.sectionRev .imgOverlay,
	.sectionSloganListOffset.sectionSloganList .imgOverlay {
		background-size: cover;
	}
	
	.sectionSloganList.sectionRev .imgOverlay {
		left: 0;
		background-position: 50% 0;
	}
		
	.sectionVideo h2 {
		margin-bottom: 0
	}
	
	.sectionFuntionalies.sectionFuntionaliesOffset {
		padding-bottom: 360px;
	}
	
	.sectionDownload .offsetImg {
		top: -77%;
	}
	
	.sectionSloganList.sectionSloganListOffset {
		padding-bottom: 360px;
	}
	
	.sectionSloganList:not(.sectionRev) .imgOverlay {
		right: 0;
		background-position: 100% 50%;
	}
	
	.sectionSloganList .gradientOverlay {
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
		width: 200px;
		height: 100%;
		content: "";
	}
	
	.sectionSloganList.sectionRev .gradientOverlay {
		right: 0;
	}
	
	.sectionSloganList:not(.sectionRev) .gradientOverlay {
		left: 0;
	}
		
	.sectionSloganList.whiteGradient .gradientOverlay {
		 background: linear-gradient(
			to right,
			hsla(0, 0%, 100%, 0) 0%,
			hsla(0, 0%, 100%, 0.013) 8.1%,
			hsla(0, 0%, 100%, 0.049) 15.5%,
			hsla(0, 0%, 100%, 0.104) 22.5%,
			hsla(0, 0%, 100%, 0.175) 29%,
			hsla(0, 0%, 100%, 0.259) 35.3%,
			hsla(0, 0%, 100%, 0.352) 41.2%,
			hsla(0, 0%, 100%, 0.45) 47.1%,
			hsla(0, 0%, 100%, 0.55) 52.9%,
			hsla(0, 0%, 100%, 0.648) 58.8%,
			hsla(0, 0%, 100%, 0.741) 64.7%,
			hsla(0, 0%, 100%, 0.825) 71%,
			hsla(0, 0%, 100%, 0.896) 77.5%,
			hsla(0, 0%, 100%, 0.951) 84.5%,
			hsla(0, 0%, 100%, 0.987) 91.9%,
			hsl(0, 0%, 100%) 100%
		  );
	}

	.sectionSloganList.whiteGradient:not(.sectionRev) .gradientOverlay {
		background: linear-gradient(
			to left,
			hsla(0, 0%, 100%, 0) 0%,
			hsla(0, 0%, 100%, 0.013) 8.1%,
			hsla(0, 0%, 100%, 0.049) 15.5%,
			hsla(0, 0%, 100%, 0.104) 22.5%,
			hsla(0, 0%, 100%, 0.175) 29%,
			hsla(0, 0%, 100%, 0.259) 35.3%,
			hsla(0, 0%, 100%, 0.352) 41.2%,
			hsla(0, 0%, 100%, 0.45) 47.1%,
			hsla(0, 0%, 100%, 0.55) 52.9%,
			hsla(0, 0%, 100%, 0.648) 58.8%,
			hsla(0, 0%, 100%, 0.741) 64.7%,
			hsla(0, 0%, 100%, 0.825) 71%,
			hsla(0, 0%, 100%, 0.896) 77.5%,
			hsla(0, 0%, 100%, 0.951) 84.5%,
			hsla(0, 0%, 100%, 0.987) 91.9%,
			hsl(0, 0%, 100%) 100%
		  );
	}
	
	.sectionSloganList.greyGradient:not(.sectionRev) .gradientOverlay {
		background: linear-gradient(260deg, rgba(237,240,246,1) 50%, rgba(237,240,246,0) 100%);
	}
	
	.sectionSloganList.greyGradient:not(.sectionRev) .gradientOverlay {
		background: linear-gradient(90deg, rgba(237,240,246,1) 50%, rgba(237,240,246,0) 100%);
	}
}

@media (min-width: 1024px), (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (min-width: 1199px), (min-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.home .sectionNewsBlock article:nth-child(2) .newsInner {
		margin: 0 auto
	}
	
	.home .sectionNewsBlock article:nth-child(3) .newsInner {
		margin: 0 0 0 auto
	}
	
	.sectionNewsBlock .newsInner {
		max-width: 323px;
	}
	
	.sectionNewsBlock .newsInner figure {
		height: 215px;
	}
	
	.universalSection h1 {
		font-size: 42px;
	}

}

@media (min-width: 1281px), (min-width: 1281px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	.sectionProductBlock .slideInner {
		-webkit-transition: .55s all ease;
		transition: .55s all ease;
	}
	
	.sectionProductBlock .slideInner .sectionBtns {
		position: absolute;
		bottom: 60px;
		left: 30px;
		right: 30px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .7s all ease;
		transition: .7s all ease;
		transform: translate3d(0,-20px,0);
	}
	
	.sectionProductBlock .slideInner:hover .sectionBtns {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0,0,0);
	}
	
	.sectionProductBlock .slideInner .sloganDesc {
		-webkit-transition: .55s all ease;
		transition: .55s all ease;
		transform: translate3d(0,0,0);
	}
	
	.sectionProductBlock .slideInner:hover .sloganDesc {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0,-20px,0);
	}
	
	.sectionSloganList:before {
		width: 80%;
	}
}

@media (min-width: 1366px), (min-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container {
		padding-left: 15px;
		padding-right: 15px; 
	}
	
	.swiper-button-prev {
		left: -6%;
	}
	
	.swiper-button-next {
		right: -6%;
	}
	
	
	.lessThen5 .swiper-button-prev,
	.lessThen5 .swiper-button-next,
	.lessThen5 .swiper-pagination,
	.home .productsBlock .swiper-button-prev,
	.home .productsBlock .swiper-button-next {
		display: none;
	}

}

@media (min-width: 1400px), (min-width: 1400px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container {
		max-width: 1310px; 
	}
	
	.swiper-button-prev {
		left: -4%;
	}
	
	.swiper-button-next {
		right: -4%;
	}
}

@media (min-width: 1680px), (min-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.swiper-button-prev {
		left: -12%;
	}
	
	.swiper-button-next {
		right: -12%;
	}
}

@media (min-width: 1800px), (min-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	
}

/* RWD Max rozdzielczości */
@media (max-width: 1800px), (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 1680px), (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 1600px), (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 1440px), (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body {
		font-size: 16px;
	}

	#cookie-law-info-bar span div.cookieDesc {
		padding: 0 0 0 10%;
	}
}

@media (max-width: 1366px), (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#menuWrap {
		padding-right: 30px;
	}
}

@media (max-width: 1280px), (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#underHero .descBlockheroImg {
		right: 100px;
	}
		
	.productsBlock .swiper-button-prev {
		left: -15px;
	}
	
	.productsBlock .swiper-button-next {
		right: -15px;
	}
}

@media (max-width: 1200px), (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.sectionVideo {
		overflow: hidden
	}
}

@media (max-width: 1199px), (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.height100vh {
		height: initial;
		min-height: initial;
	}
	
	.d-flex.d-none {
		display: none !important;
	}

	.modal-body {
		padding: 0
	}
	
	.modal .close {
		top: 18px;
		right: 18px;
	}
	
	.sectionProductBlock .slideInner .slogan2Line h3 {
		max-width: 260px
	}
}

@media (max-width: 1024px), (max-width: 1024x) and (-webkit-min-device-pixel-ratio: 1.5) {
	.absoluteNavbar #menuWrapAbsolute {
		display: none !important;
	}

	.absoluteNavbar .mobile-nav-toggle {
		display: block;
		position: absolute;
		top: 45px;
		right: 0;
	}
	
	.slideOutNav .mobile-nav-toggle {
		display: block;
		position: absolute;
		top: 45px;
		right: 30px;
	}
}

@media (max-width: 991px), (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	.absoluteNavbar .mobile-nav-toggle {
		top: 27px;
	}
	
	.contactForm input[type="text"], 
	.contactForm input[type="number"], 
	.contactForm input[type=email],
	.contactForm input[type=tel],
	.contactForm select, 
	.contactForm textarea {
		font-size: 16px;
	}
	
	.sectionSloganNumbers .col,
	.sectionSloganCols .colDesc {
		min-width: 250px;
	}
	
	.sectionSloganList.sectionRev .imgOverlay,
	.sectionSloganList .imgOverlay {
		background-position: 50% 50%;
	}
	
	.sectionImplementation #implementationTable {
		overflow: auto;
	}
	
	.sectionImplementation .tableInner {
		width: 1024px
	}
	
	.sectionSloganList .imgOverlay {
		background-size: cover;
		background-repeat: no-repeat;
		content: "";
		width: calc(100% + 30px);
		height: 50vw;
		margin-top: 50px;
		margin-left: -15px;
	}

	#footer {
		padding-top: 50px;
		padding-bottom: 30px
	}
		
	#footer .footerCol  {
		margin-bottom: 30px;
	}
	
	#cookie-law-info-bar span div.cookieDesc {
		padding: 0 20px 0 70px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	#cookie-law-info-bar span div.cookiBtns {
		width: 100%
	}
}

@media (max-width: 767px), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.modal .modal-body {
		padding: 30px;
	}
		
	#mainMenuSlide ul.nav > li:last-of-type {
		padding-bottom: 30px 
	}
	
	#underHeroMoreLink .descBlock br {
		display: none
	}
		
	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}
		
	.sectionVideo .sectionTitle {
		text-align: center !important
	}
	
	.contact-form-wrap-input {
		flex-wrap: wrap;
	}

	.contactForm .formFooterBtn::before {
		top: 17px;
	}
	
	.sectionFuntionalies .card-alt button span {
		display: inline-block;
		max-width: 90%;
	}
	
	.sectionFuntionalies .card-alt.active .card-alt-icon {
		margin: 0 auto 20px auto;
		max-width: 100%;
	}
	
	.modal-content .sectionTitle h3 {
		font-size: 20px;
	}
	
	#cookie-law-info-bar span div.cookieDesc {
		padding: 10px 20px;
	}
	
	#footer p, 
	#footer-lower a, 
	#footer-lower p {
		font-size: 12px;
	}
}

@media (max-width: 576px), (max-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	
}

@media (max-width: 414px), (max-width: 414px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 380px), (max-width: 380px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 360px), (max-width: 360px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 320px), (width-max: 320px) and (-webkit-min-device-pixel-ratio: 1.5) {
		
}