/*!
Theme Name: gstarcad
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gstarcad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gstarcad is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 0.85vw;
	font-family: 'Inter', sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

*:focus {
    outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #001E4D;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	    background: #001e4d;
    border-radius: 3rem;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 3rem;
    color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #4070ff;
	background: #4070ff;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #4070ff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	    border: none;
    border-bottom: 1px solid #001e4d;
    border-radius: 0;
    padding: 1rem;
    font-size: 1rem;
    color: #001e4d;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #001e4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	text-decoration: none;
	color: #001e4d;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.6rem 1rem !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
	padding-right: 20%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
	padding-left: 20%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* my style
--------------------------------------------- */

body {
    background: #F4F5F6;
}


@media (min-width: 1800px) {

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    /*font-size: 0.6vw;*/
    font-size: 0.73vw;
    font-family: 'Inter', sans-serif;
}

.full-w-p-0 {
	padding: 0 !important;
}

.home-blog-deskr-p {
	padding: 0 !important;
}

.home-blog .elementor-container.elementor-column-gap-no {
	max-width: 1800px;
}

.elementor-1647 .elementor-element.elementor-element-6b830ea > .elementor-element-populated,
.elementor-19862 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-17832 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-7805 .elementor-element.elementor-element-2efbaea > .elementor-widget-container,
.elementor-14677 .elementor-element.elementor-element-25a17f3 > .elementor-widget-container,
.elementor-14677 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-14721 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-14922 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-14661 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-14618 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-14565 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-1371 .elementor-element.elementor-element-7c19dff > .elementor-widget-container,
.elementor-1647 .elementor-element.elementor-element-5a57ef3>.elementor-element-populated {
	margin: 0 !important;
}

.zdobadz-home-section figure.elementor-image-box-img img {
    width: auto;
    height: auto;
    max-height: 25rem;
    min-height: 25rem;
}

.web-container,
.blog-section .container {
    max-width: 1800px !important;
    margin: 0 auto;
    width: 100%;
}

.blog-section-container {
	padding: 0 !important;
}

.elementor-1359 .elementor-element.elementor-element-mdki78g > .elementor-container {
    max-width: 1800px;
}

.opieka-aktualizacyjna .elementor-section .elementor-container.elementor-column-gap-default {
	max-width: 100%;
}

.opieka-aktualizacyjna .elementor-section .elementor-container.elementor-column-gap-default img {
    width: 100%;
}

.dlaczego-page-gs .elementor-widget-wrap .elementor-widget {
	padding: 4rem 3rem 0 3rem !important;	
}

.dlaczego-page-gs p {
	font-size: 1.3rem !important;
}

}

@media (min-width: 1600px) { 


.elementor-1647 .elementor-element.elementor-element-53b8bfb > .elementor-element-populated,
.elementor-1647 .elementor-element.elementor-element-7288f46 > .elementor-element-populated,
.elementor-1647 .elementor-element.elementor-element-27b2b1d > .elementor-element-populated {
    margin: 0rem 0rem 0rem -0.5rem !important;
}

.dlaczego-page-gs .elementor-widget-container,
.dlaczego-page-gs .elementor-widget-container,
.dlaczego-page-gs .elementor-widget-container {
	min-height: 4rem;
}

.banner-button-top .elementor-column.elementor-col-50:first-child {
	max-width: 30rem;
}

.home-blocks-img-center .elementor-container.elementor-column-gap-default {
    padding: 0 0rem !important;
}

.elementor-element.elementor-element-71c3779.elementor-widget.elementor-widget-text-editor {
    padding-right: 1.5rem;
}

.elementor-element.elementor-element-8157ba5.elementor-widget.elementor-widget-text-editor {
    padding-left: 1.5rem;
}

.home-dlaczego-new-section .elementor-image-box-content {
    min-height: 28rem !important;	
}


}

@media (max-width: 1800px) {

.elementor-section .elementor-container {
    max-width: 100% !important;
    padding: 0 3rem;
}


}


article header {
	box-shadow: none !important;
}

.page-template-default article header.entry-header {
    display: none;
}  

.page-template-default article .entry-content {
    margin-top: -1.5rem;
}  
/*
.strefa-wiedzy-menu,
.gstarcad-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 12rem;
        -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    width: 100%;
} */   

.main-header-bar-wrap .hfe-nav-menu {
        margin-right: 0;
}

.main-header-bar-wrap .hfe-nav-menu__layout-horizontal {
    font-size: 0;
    justify-content: end;
}

.head-blue-top p,
.head-blue-top a {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    padding: 0.7rem 1rem 0;
    font-weight: 400;
} 
.elementor-element.elementor-element-59008ed.elementor-widget.elementor-widget-text-editor {
    padding-top: 0.6rem;
}

h1.elementor-heading-title,
h3.elementor-heading-title {
    font-size: 3rem!important;
    font-weight: 500;
    font-family: 'Inter'!important;
    line-height: 1.5;
}   
	
div#wpcf7-f13190-p13170-o1 {
    width: 50%;
    margin: 0 auto;
}

img.hfe-site-logo-img.elementor-animation- {
    height: 7rem;
}

.main-header-bar-wrap div#blue-button a {
    font-weight: 400;
    font-size: 1.15rem;
    padding: .5rem 1.5rem;
    color: #fff;
    text-decoration: none;
    min-width: 12rem;
    display: flex;
    justify-content: center;
	margin-top: -0.5rem;
}

.main-header-bar-wrap div#blue-button a:hover {
	background: #4070ff8f;
}

header section .elementor-column .elementor-widget-wrap {
    justify-content: space-between;
    flex-direction: column;
}

nav.hfe-nav-menu__layout-horizontal li a {
    color: #001E4D;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.6rem !important;
}


.home-banner-img-block {
    position: relative;
}

.home-banner-img-block img {
    position: absolute;
    width: 120%;
    top: -10%;
    left: 0;
}

.new-category-title {
    text-transform: inherit;
    color: #001E4D;
    line-height: 1.5;
    font-size: 2rem!important;
    font-weight: 500;
}

section.ceny-nakladek-page {
    padding: 6rem 0;
    background: #f2f2f2;
}

.ceny-nakladek-content-osn-img {
    height: 12rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #c9c9c9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    max-width: 21rem;
    background: #fff;
}

.ceny-nakladek-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
}

.ceny-nakladek-content-osn {
    width: 100%;
    max-width: 28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ceny-nakladek-content-osn-button a {
color: #fff;
    border-radius: 0;
    background: #4070FF;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 0.7rem 2rem;
    text-decoration: none;
}

.ceny-nakladek-content-osn-title {
    font-family: 'Inter', sans-serif;
    text-transform: inherit;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #001E4D;
}

.ceny-nakladek-content-table {
    color: #001E4D;
    font-size: 1.2rem;
}

.ceny-nakladek-content-right {
    width: calc(100% - 300px);
    max-width: 650px;
}

.ceny-nakladek-content-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price-zamow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-zamow a {
    color: #103eb2;
    font-weight: 600;
    font-size: 18px;
min-width: 85px;
    display: block;
}

.price-zamow .price {
    margin-right: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #1b1f29;
}

.ceny-nakladek-page .new-category-title {
    margin-bottom: 35px;
}

#wpcf7-f13190-p13552-o1 label {
    color: #fff;
}

#wpcf7-f13190-p13552-o1 input#submit:hover {
    background-color: #E6E6E6;
    color: #103eb2;
    margin-top: 25px;
}

.post-13552 h3.elementor-image-box-title {
    font-size: 22px;
    margin-bottom: -5px;
}

#wpcf7-f13190-p13552-o1 .wpcf7-checkbox label,
#wpcf7-f13190-p13552-o1 span.wpcf7-form-control.wpcf7-checkbox {
    color: #fff;
    font-size: 12px;
}

.edukacyjna_form  .wpcf7-checkbox label {
font-size: 12px;
margin-bottom: -5px;
}

a.download_wersja {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    font-size: 14px;
    font-size: .875rem;
    border-radius: 4px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    display: flex;
    max-width: 16rem;
}

a#blue-button,
div#blue-button a {
    background: #4070FF;
	font-weight: 400;
    font-size: 1.4rem;
    padding: 1.25rem 2rem;
    color: #fff;
    text-decoration: none;
    min-width: 20rem;
    transition: 0.5s;
    border: .2rem solid #4070ff;
    border-radius: 3rem;
}

a#blue-button:hover,
div#blue-button a:hover {
	background: #4070ff47;
    color: #4070ff;
}

.white-border-button a {
	background-color: transparent !important;
    border: 0.2rem solid #fff;
    color: #fff;
    padding-top: 1.1rem !important;
    padding-bottom: 1.2rem !important;
    transition: .2s;
    font-size: 1.5rem !important;
    font-weight: 400;
    border-radius: 3rem;
}

.white-border-button a:hover {
	background: #ffffff69 !important;
    color: #001e4d !important;
    font-weight: 400;
}

a#dark-blue-button,
div#dark-blue-button a {
    background: #001E4D;
	font-weight: 400;
    font-size: 1.4rem;
    padding: 1.35rem 2rem;
    color: #fff;
    text-decoration: none;
    min-width: 20rem;
    transition: 0.5s;
}

.border-button a.elementor-button-link {
    background-color: transparent;
    border: 2px solid #001e4d;
    color: #001e4d !important;
    padding: 0.7rem 2rem;
    transition: .2s;
    font-size: 1.2rem;
    font-weight: 400;
}

.border-button a.elementor-button-link:hover {
	background-color: #001e4d !important;
	color: #fff !important;
	transition: 0.5s;
}

.border-button-arrow a.elementor-button-link:hover {
	color: #001e4d !important;
}

/*.home-blog .eael-grid-post-holder:hover .eael-grid-post-excerpt a:after,
a:hover .elementor-button-icon {
	transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}*/


.elementor-1647 .elementor-element.elementor-element-950d8bd .elementor-button {
    border-radius: 0 0 0 0;
}
.elementor-1647 .elementor-element.elementor-element-0a361a3 .elementor-button {
    border-radius: 0 0 0 0;
    margin-left: -3rem;
}

.home-blog-deskr-p p {
	    margin: 0;
    font-size: 1.4rem;
}

.home-blog .eael-entry-thumbnail.eael-image-ratio {
	min-height: 20rem;
}

.elementor-1647 .elementor-element.elementor-element-94cb92f img {
    width: 120%;
    position: absolute;
    min-width: 74rem;
    left: -11rem;
}

.page-id-15045 .strefa-wIedzy-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
    content: "";
    position: absolute;
    width: 3px !important;
    height: 95% !important;
    left: 0px;
    top: 3.5rem !important;
    background: #001E4D;
}


.gs-table-block  h5.elementor-heading-title.elementor-size-default {
	margin-bottom: 3rem !important;
}

.gs-table-block .elementor-shortcode .elementor {
	padding: 3rem 1rem 4rem!important;
}


.metody-licencjonowania-page-img .elementor-widget-container {
    position: relative;
    min-height: 25rem;
    display: flex;
    justify-content: center;
}

.metody-licencjonowania-page-img .elementor-widget-container img {
	position: absolute;
    min-height: 30rem;
    display: block;
    width: auto;
}

.home-banner-section {
	overflow: hidden;
}

.home-banner-section-p {
	font-size: 1.4rem;
    padding-top: 2rem;
}

.home-nakl-text {
	    font-size: 1.4rem;
    margin-top: 0.6rem;
}

@media (min-width: 1201px) {
.ast-container {
    max-width: 100%;
    padding: 0 4rem;
}
}

.elementor-element-94cb92f img {
    width: 120%;
    position: absolute;
    left: -10%;
    top: 0;
}
.home-nakladki .elementor-image-box-wrapper {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4%;
    position: relative;
    transition: transform 1s;
}

.home-nakladki figure.elementor-image-box-img {
    overflow: hidden;
}

.home-nakladki .elementor-image-box-wrapper:hover img {
	transform: scale(1.1);
}


.home-nakladki .elementor-image-box-wrapper:after {
content:'';
position: absolute;
}

.home-nakladki h4.elementor-image-box-title {
    color: #001e4d;
    text-align: left;
    padding-top: 0;
    font-weight: 500;
    font-size: 2rem;
    margin-top: 0rem;
}

.home-nakladki p.elementor-image-box-description {
    color: #001E4D;
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.3;
    border-bottom: 1px solid #001E4D;
}

.home-nakladki .elementor-image-box-content {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.home-nakladki img {
    width: 100% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #5C85FF;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background: transparent;
    color: #4070ff;
    font-weight: normal;
    text-decoration: none;
    border-color: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
	background: transparent;
    padding-top: 0.9rem !important;
    padding-bottom: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: transparent;
    color: #f2f2f2 !important;
    padding-left: 0 !important;
}

#mega-menu-item-1279 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
	background-color: #001e4dc4;
}

#mega-menu-item-1279 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li a {
	color: #F2F2F2;
}


.head-blue-top .elementor-widget-container {
	min-width: 23rem;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1800px;
}	

header.site-header {
	z-index: 5 !important;
}

.head-blue-top {
	background-color: #001e4d;
	height: 4.5rem;
}

.head-blue-top .elementor-container {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    height: 100%;
    padding: 0 2rem 1.3rem;
}

.head-blue-top p,
.head-blue-top a {
	text-decoration: none;
}

.head-blue-top .elementor-column:last-child {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-header-bar-wrap {
	background-color: #001e4d;
	position: relative;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    padding: 0rem 0 0.5rem 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 input, #mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
    max-width: 6rem !important;
    margin-bottom: 0rem;
}

.mega-sub-menu,
header.site-header {
	 position: relative;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
        z-index: 1;
}

.main-header-bar-wrap .elementor-container {
	display: flex;
    justify-content: space-between;
    padding: 1rem 4rem 0.5rem;
    align-items: center;
    height: 100%;
}

.main-header-bar-wrap img.custom-logo {
	width: 25rem;
}

.main-header-bar-wrap .main-navigation {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.mega-sub-menu a.mega-menu-link {
    color: #001e4d !important;
    font-weight: 400 !important;
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.mega-sub-menu .custom-html-widget a,	
.mega-sub-menu .custom-html-widget {
    color: #f2f2f2 !important;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.3;
}

.head-top-scroll .mega-sub-menu .custom-html-widget a,	
.head-top-scroll .mega-sub-menu .custom-html-widget {
    color: #001e4d!important;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.3;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	height: auto;
}

.mega-sub-menu .mega-menu-item-type-widget.widget_media_image {
	display: flex !important;
    justify-content: center;
    padding-top: 3rem !important;
}

.mega-gs-menu-produkt > .mega-sub-menu {
	width: 98rem !important;
    left: -8rem !important;
    right: -4rem !important;
}

#mega-menu-1279-0-0,
#mega-menu-1279-0-1,
#mega-menu-1279-0-2,
#mega-menu-1279-0-3 {
	width: 19% !important;
}

#mega-menu-1279-0-4 {
	width: 24% !important;
	padding-top: 3rem !important;
}

.mega-sub-menu .mega-menu-column {
	position: relative;
}

.mega-sub-menu .mega-menu-column:after {
	content: '';
	width: 1px;
	height: 80%;
	top: 10%;
	position: absolute;
	right: 0;
	background: #e9e9e9;
}

#mega-menu-item-1279 ul.mega-sub-menu li.mega-menu-column {
    border-right: 1px solid #4070FF!important;
}

#mega-menu-item-1279 ul.mega-sub-menu li.mega-menu-column:last-child {
    border-right: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
	padding: 3rem 0 5rem !important;
	-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 1rem 1rem !important;
    width: 100%;
}

#mega-menu-1279-0-2 a,
#mega-menu-1279-0-0 a,
#mega-menu-1279-0-1 a {
	text-align: center !important;
    width: 100%;
    display: block;
}

#mega-menu-1279-0-3 a {
	padding-left: 0;
    display: block;
    text-align: center;
}

#mega-menu-1279-0-3 div {
	padding-left: 0;
	text-align: center;
}

li#mega-menu-1279-1-0 ul li .custom-html-widget,
li#mega-menu-1279-1-0 ul li a {
    padding-left: 7rem !important;
}

li#mega-menu-item-21860 a,li#mega-menu-item-17577 a,
li#mega-menu-item-17576 a {
    position: relative;
}

li#mega-menu-item-21860 a:before,
li#mega-menu-item-17577 a:before,
li#mega-menu-item-17576 a:before {
	content: "";
    position: absolute !important;
    width: 4rem !important;
    height: 1rem !important;
    left: 2rem!important;
    top: 1rem !important;
    background: url(/wp-content/uploads/2024/04/blue-arrow.svg) !important;
    background-repeat: no-repeat !important;
}

.head-top-scroll li#mega-menu-item-21860 a:before,
.head-top-scroll li#mega-menu-item-17577 a:before,
.head-top-scroll li#mega-menu-item-17576 a:before {
	content: "";
    position: absolute !important;
    width: 4rem !important;
    height: 1rem !important;
    left: 2rem!important;
    top: 1rem !important;
    background: url(/wp-content/uploads/2023/10/arrow.svg) !important;
    background-repeat: no-repeat !important;
}

li#mega-menu-item-custom_html-8,
li#mega-menu-item-custom_html-7 {
    margin-top: -1rem !important;
}
#mega-menu-item-23232 .mega-sub-menu li,
#mega-menu-item-14919 .mega-sub-menu li,
#mega-menu-item-18665 ul.mega-sub-menu li {
	border-right: none !important;
    padding: .3rem 3rem !important;
    background: #001e4deb !important;
}

#mega-menu-item-18665 ul.mega-sub-menu li ul li {
	background: transparent !important;
}

#mega-menu-item-23232 .mega-sub-menu li:first-child,
#mega-menu-item-14919 ul.mega-sub-menu li:first-child,
#mega-menu-item-18665 ul.mega-sub-menu li:first-child {
	padding-top: 2rem !important;
}

#mega-menu-item-23232 .mega-sub-menu li:last-child,
#mega-menu-item-14919 ul.mega-sub-menu li:last-child,
#mega-menu-item-18665 ul.mega-sub-menu li:last-child {
	padding-bottom: 2rem !important;
}

#mega-menu-item-23232 .mega-sub-menu li:last-child a,
#mega-menu-item-18665 ul.mega-sub-menu li:last-child a,
#mega-menu-item-18665 ul.mega-sub-menu li:last-child a {
	border-bottom: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #4070ff;
}

#mega-menu-item-23232 .mega-sub-menu li a,
#mega-menu-item-14919 .mega-sub-menu li a,
#mega-menu-item-18665 ul.mega-sub-menu li a { 
	border-bottom: 1px solid #5C85FF !important;
}

#mega-menu-item-18665 ul.mega-sub-menu li ul li a {
	border-bottom: none !important;
}
#mega-menu-item-23232 .mega-sub-menu,
#mega-menu-item-14919 .mega-sub-menu {
	min-width: 21rem !important;
	padding-bottom: 2rem !important;
	margin-left: -4rem !important;
	padding-top: 2rem !important;
}

#mega-menu-item-18665 ul.mega-sub-menu {
	min-width: 25rem !important;
	margin-left: -4rem !important;
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}

.main-header-bar-wrap.header_fixed img.custom-logo {
	height: 5rem;
}

.main-header-bar-wrap.header_fixed .main-navigation {
 	display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding-top: 0rem;
}

.main-header-bar-wrap.header_fixed #mega-menu-menu-1 {
	padding-right: 2rem !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #4070ff;
    font-weight: normal;
    text-decoration: none;
    border-color: transparent;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: relative;
    top: 0rem !important;
    left: 1rem !important;
    height: 0;
    padding: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0);
    height: auto !important;
}

.bransa-home-link-last a {
    position: absolute;
    bottom: 4rem;
    right: 2rem;
    color: #001E4D;
    border-bottom: 1px solid #001E4D;
}

.head-top-scroll .elementor-container {
	padding: 0 4rem;
}

.head-top-scroll {
	background: #f2f2f2;
}

.head-top-scroll-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.head-top-scroll-logo img {
    max-width: 11rem;
    padding-top: 0.5rem;
    margin-bottom: -0.5rem;
    z-index: 1;
    position: relative;
}

.head-top-scroll-buttons {
    display: flex;
    align-items: center;
    margin: 0.5rem 0 0;
}

.head-top-scroll-tel {
	list-style: none;
    position: relative;
    font-size: 1.15rem;
    line-height: 1.7;
    font-weight: 300;
    color: #fff;
}

.head-top-scroll-tel a {
    color: #fff;
    text-decoration: none;
} 

.head-top-scroll-buttons .border-button {
	padding: 0rem 1.5rem;
}

.head-top-scroll-buttons #blue-button a {
    font-weight: 400;
    font-size: 1.15rem;
    padding: .4rem 1rem;
    color: #fff;
    text-decoration: none;
    min-width: 12rem;
    display: flex;
    justify-content: center;
}

.head-top-scroll-buttons .border-button a {
    font-size: 1.15rem !important;
    padding: .5rem 1rem;
    color: #fff;
    border-color: transparent;
}

section.head-top-scroll.head-top-scroll-fixed div#blue-button {
	margin: 0.5rem 0 1rem;
}

.dlaczego-page-gs .elementor-widget.elementor-widget-heading {
    min-height: 12rem;
        -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
}

.head-top-scroll-logo-menu {
    display: flex;
    flex-direction: column;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	line-height: 1.5 !important;
}

.head-top-scroll-logo-menu .mega-gs-menu-produkt > .mega-sub-menu {
	left: 0rem !important;
}

.head-top-scroll-logo-menu  .main-navigation a {
	padding: 0.6rem 0.5rem !important;
}

.head-top-scroll-logo-menu  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	margin: 0 !important;
}



.elementor-element-2e23777 .span.elementor-button-content-wrapper {
display: flex;
    flex-direction: row;
    width: 10rem;
    align-items: center;
}

.elementor-element-2e23777 .elementor-button-icon svg {
    width: 2em;
    height: auto;
    margin-left: -1.5rem;
}

body.home {
    background-color: #F4F5F6;
}


section.breadkr-page {
    padding-top: 3rem;
}

section.breadkr-page a {
	text-decoration: none;
}

h4.elementor-heading-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}


.home-tabs-section .elementor-tabs-wrapper {
    position: relative;
}


.home-tabs-section .elementor-tab-content {
border: 1px #fff;
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 3rem 4.7rem!important;
    margin: 0.5%;
}

.home-tabs-section .elementor-tabs-content-wrapper {
border: 1px transparent !important;
}

.home-tabs-section .elementor-tab-title.elementor-tab-desktop-title.elementor-active {
position: relative;
}

/*.home-tabs-section .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 95%;
    left: -1px;
    background: #001e4d;
    top: 3.7rem;
}*/

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title {
 border-left: 0.3rem solid transparent !important;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none;
    border-left: 0.3rem solid #001e4d !important;
    margin-left: 0rem;
}

.elementor-tab-content {
	border-width: 0px !important;
}

.home-tabs-section .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    padding-top: 3rem;
    border-left: 0.1rem solid #001e4d;
}

.home-tabs-section .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
display: none;
}

.home-tabs-section  .elementor-tab-content p {
	color: #001E4D;
    font-weight: 300;
	font-size: 1rem;
}
.home-tabs-section  .elementor-tab-content h4 {
color: #001E4D;
    font-weight: 400;
font-size: 1.3rem;
}

.home-tabs-section  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
padding-top: 3rem;
}

.home-dlaczego .elementor-image-box-wrapper {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4rem;
    position: relative;
    height: 100%;
}

.home-dlaczego .elementor-widget-container,
.home-dlaczego .elementor-widget-wrap>.elementor-element {
height: 100%;
}

.home-dlaczego h4.elementor-image-box-title {
    color: #001E4D;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem!important;
    min-height: 3rem;
    line-height: 1.3;
    margin-top: -1rem;
    text-align: left;
}

.home-dlaczego p.elementor-image-box-description {
    color: #001E4D;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
}

.zdobadz-home-section {
    max-width: 40%;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem;
    position: relative;
}

.home-zdobadz-section-p p {
	font-size: 1.4rem;
	margin-top: 0;
}

.zdobadz-wiedze-section .elementor-container.elementor-column-gap-default {
    display: flex;
    justify-content: space-around;
}

.zdobadz-wiedze-section h3.elementor-image-box-title {
	color: #001e4d;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1rem!important;
    line-height: 1.3;
    text-align: left;
}

.zdobadz-wiedze-section p.elementor-image-box-description {
    color: #001E4D;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 2rem;
}

.zdobadz-home-section figure.elementor-image-box-img img {
        width: auto;
    height: 100%;
    max-height: 31rem;
    min-height: 31rem;
}


.zdobadz-home-section figure.elementor-image-box-img {
    position: relative;
    width: 100%;
    min-height: 31rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zdobadz-wiedze-section-new .elementor-column.elementor-col-50.elementor-top-column .elementor-widget-wrap.elementor-element-populated {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 2rem 2rem 3rem 2rem;
    margin-bottom: 1rem;
    position: relative;
}

.zdobadz-wiedze-section-new h3 {
	color: #001e4d;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1rem!important;
    line-height: 1.3;
    text-align: left;
}

.zdobadz-wiedze-section-new figure.elementor-image-box-img img {
    width: 100%;
} 

.cennik-home-section section.elementor-section {
    background: #001E4D !important;
}

.faq-home-section .elementor-accordion {
    color: #001E4D;
}

.faq-home-section .elementor-tab-title {
color: #001E4D;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: left;
}

.faq-home-section .elementor-tab-title a {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 400;
    border-bottom: 0.1rem solid #DCDEE3;
    padding-bottom: 0.5rem;
}

.faq-home-section .elementor-tab-content {
color: #001E4D;
    font-weight: 400;
    text-align: left;
    color: #001E4D;
    padding: 1rem 1rem 1rem 4rem;
    font-size: 1.4rem;
    line-height: 1.4;
}

	
.home-tabs-section .elementor-tab-content h4 {
    color: #001e4d;
    font-weight: 500;
    font-size: 1.8rem;
}	

.cennik-home-section ul.eael-tab-inline-icon li {
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
	font-size: 1.5rem;
	    list-style: none !important;
}

.cennik-home-section ul.eael-tab-inline-icon span {
    position: relative;
    padding: 1rem 1.5rem;
    font-weight: 400 !important;
    line-height: 1 !important;
    border: solid transparent;
   	position: relative;
    margin: 0 !important;
}

.cennik-home-section h3.elementor-heading-title {
	font-size: 2rem!important;
}

.cennik-home-section .eael-tabs-nav {
    padding-top: 4rem;
    position: relative;
min-width: 20rem;
}

.cennik-home-section .eael-tabs-nav:before {
	content: "";
    position: absolute;
    width: 1px;
    left: -2px;
    top: 1.5rem;
    background: #fff;
    height: 100%;
} 

.cennik-home-section h5.elementor-heading-title {
margin: 0;
    color: #001e4d;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 1rem!important;
    line-height: 1.3;
    text-align: left;
}

.cennik-gs-section .elementor-section .elementor-container {
	justify-content: center;
}

.cennik-home-section .eael-feature-list-icon-box {
    display: none;
}

.cennik-home-section  h4.elementor-heading-title.elementor-size-default {
    color: #001e4d;
}
.cennik-home-section .elementor-widget-container li h6,
.cennik-home-section .elementor-widget-container li p,
.cennik-home-section .elementor-widget-container li {
    color: #001e4d !important;
    font-size: 1rem;
}

.cennik-home-section #blue-button {
background: #4070FF;
    font-weight: 400;
    border-radius: 0;
    padding: 0.8rem 2rem;
}
.cennik-home-descr {
  position: relative;
}
#cennik-tab-last {
    position: absolute;
    top: 20rem;
font-size: 1rem;
}

.faq-home-section .elementor-accordion .elementor-tab-title {
	display: flex;
	padding-bottom: 0.5rem !important;
}

body.home {
	overflow-x: hidden;
}

.slider-rev-home .swiper-slide {
    width: 30%;
    color: #001E4D;
    font-size: 1rem;
}	

.page-id-11702 .entry-content h4,.page-id-11702 h4.eael-entry-title {
    font-size: 20px !important;
}
	
.elementor-element-f8e53f1 a {
	background-color: transparent;
    border: 2px solid #001e4d;
    color: #001e4d;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: .2s;
    width: 14rem;
	}
	
.elementor-element-f8e53f1 .elementor-button-icon svg {
    width: 2rem;
    height: auto;
    margin-left: 0.5rem;
}
	
.home-blog .eael-grid-post-holder {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4% 4% 5rem 4%;
    position: relative;
}	
	
h2.eael-entry-title a.eael-grid-post-link {
	color: #001e4d!important;
    text-align: left;
    padding-top: 1rem;
    font-weight: 500;
    font-size: 1.8rem!important;
    height: 7rem;
    overflow: hidden;
    display: block;
	}	
	
	.home-blog .eael-entry-title {
		margin: 0;
	}	
	
	.home-blog .eael-entry-wrapper {
		padding: 0;
	}
	
	.home-blog .eael-grid-post-excerpt {
		display: flex;
		padding-top: 1rem;
    margin-bottom: -1rem;
	}
	
	.home-blog .eael-grid-post-excerpt a {
		    color: #8098e0!important;
    transition: .2s;
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
    padding-top: 0.5rem;
	}
	
	.home-blog .eael-grid-post-excerpt a:after {
		content: "";
    position: absolute;
    width: 2rem;
    height: 1rem;
    background: url(/wp-content/uploads/2023/10/arrow-blue1.svg);
    background-repeat: no-repeat;
    right: -3rem;
    top: 1.5rem;
    background-size: contain;
	}
	
.elementor-1647 .elementor-element.elementor-element-19e33d17 > .elementor-container {
    max-width: 100%;
}
	
.polecamy-home-section .elementor-widget-wrap.elementor-element-populated {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    max-width: 85%;
	background: #fff;
	padding: 2rem 1rem 2rem 1rem;
	min-height: 21rem;
}
	
.webinary-white-block {
	-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
	background: #fff;
	}	
	.polecamy-home-section .elementor-widget-wrap.elementor-element-populated p {
		font-size: 1.4rem;
    font-weight: 500!important;
    color: #001e4d;
    line-height: 1.2;
    margin: 1rem;
	}
	
	.polecamy-home-section .elementor-widget-wrap.elementor-element-populated a {
		font-size: 1.3rem;
		font-weight: 400 !important;
		color: #1654E0;
		text-decoration: underline;
	}

.polecamy-home-section .elementor-column .elementor-widget-text-editor:last-child {
	position: absolute;
    bottom: 1.5rem;
    left: 0;
}
	
.elementor-1647 .elementor-element.elementor-element-9f53740 .elementor-tabs-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    height: 30rem;
    top: 1rem;
    width: 0.1rem;
    background: #001e4d;
}


	input#wpforms-8236-field_2 {
    background: transparent;
    text-align: center;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-right: 1rem;
    min-width: 15rem;
    display: block;
    padding: 0.3rem;
}
	
	input#wpforms-8236-field_2::placeholder {
		color: #fff;
	} 
	
	button#wpforms-submit-8236 {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    margin-left: 2rem;
    padding: 0.6rem 2rem;
    font-weight: 400;
}
	
#wpforms-widget-3 .wpforms-container {
    margin-bottom: 0;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3rem 0 4rem;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	background-color: #F4F5F6;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
    background-color: #F4F5F6;
    border: none;
	    padding: 2rem 0 3rem;
}	
	
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3rem 0 4rem;
	color: #001E4D;
    font-size: 1rem;
	line-height: 1.4;
}	
.site-footer-section a {
    color: #001E4D;
    font-size: 1rem;
    line-height: 1.4;
}	
	
.site-footer-section h2 {
    color: #001E4D;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
}	

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #001E4D;
    background-image: none;
    min-height: 30px;
    padding: 1.2rem;
    text-align: center;
    color: #001E4D;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
}
	
	.site-below-footer-wrap[data-section="section-below-footer-builder"] p {
		text-align: center !important;
    color: #001E4D;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
	color: #fff;	
	}	
	
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row h3 {
	color: #001E4D;
    font-size: 2rem;
	}
.border-button .elementor-button-icon svg {
	width: 2rem;
    height: auto;
    margin-left: 0.5rem;
	}
	
.gstarcad-menu .elementor-widget-container a,
.gstarcad-menu .elementor-widget-container {
    color: #001E4D !important;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.3;
}
	
.gstarcad-menu .elementor-widget-container h5 a,
.gstarcad-menu .elementor-widget-container h5 {
    color: #001E4D;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
}    
.strefa-menu-section .elementor-widget-container a {
    color: #001E4D !important;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: left;
}
	.strefa-menu-section .elementor-widget-container p {
    color: #001E4D;
    font-weight: 400;
    font-size: 0.7rem;
    text-align: left;
    line-height: 1.3;
	margin: 0;
}

	.elementor-2075 .elementor-element.elementor-element-507691d {
    text-align: left;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
	
.gstarcad-menu-last-block .eael-infobox.icon-on-left {
    text-align: left;
    padding-left: 3rem;
    position: relative;
}

.gstarcad-menu-last-block p {
    margin: 0;
}
	
.gstarcad-menu-last-block p.title {
    color: #001E4D;
    font-weight: 400;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.2;
    margin: 0;
}

.strefa-menu-section .elementor-widget-container h4 a {
    width: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper,
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
    background: #F4F5F6;
}	
.breadkr-page .elementor-widget-container {
		opacity: 0.4;
	}	
.breadkr-page .elementor-widget-container span,	
.breadkr-page .elementor-widget-container p,
.breadkr-page .elementor-widget-container a	{
    color: #001E4D;
    font-size: 1rem !important;
    
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    background: #4070ff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 1rem 0 -2rem;
    padding: 1rem 2rem;
    text-align: center;
}


li#mega-menu-1279-0-0 .textwidget.custom-html-widget a {
	padding-top: 0 !important;
}	

.dlaczego-page-gs .elementor-widget-wrap .elementor-widget {
    -webkit-box-shadow: 3px 5px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 3px 5px 8px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 5px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4rem 4rem 0rem 4rem !important;
    position: relative;
    height: auto;
    margin: 0;
}

.dlaczego-page-gs .elementor-widget-wrap .elementor-widget.elementor-widget-accordion {
	padding: 2rem 4rem 3rem 4rem !important;
} 

.dlaczego-page-gs .elementor-widget-wrap .elementor-widget.elementor-widget-accordion .elementor-accordion-title {
	text-decoration: underline;
}

.dlaczego-page-gs .elementor-widget-wrap .elementor-widget-accordion .elementor-accordion-item:first-child {
	display: none;
}

.dlaczego-page-gs .elementor-widget-wrap .elementor-widget-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 0 !important;
    margin-top: -1rem;
}

.dlaczego-page-gs .elementor-widget-wrap .elementor-widget-accordion .elementor-accordion-item .elementor-tab-content {
	padding-left: 0 !important;
}
	
.dlaczego-page-gs .elementor-widget-button a {
		background: transparent !important;
		cursor: pointer;
	}
.dlaczego-page-gs img {
    /*margin-bottom: -7rem;
        position: absolute;
    right: -2rem;
    top: -5rem;
    z-index: 3;*/
    margin-bottom: -7rem;
    position: absolute;
    right: -3rem;
    top: -3rem;
    z-index: 1;
    max-width: 14rem !important;
}

.dlaczego-page-gs.dlaczego-page-gs-new img {
	top: -3rem;
    z-index: 2;
} 
	
.dlaczego-page-gs h5 {
    max-width: 70%;
    color: #001E4D;
    font-weight: 400;
    font-size: 1.7rem;
    display: block;
    line-height: 1.3;
    height: 7rem;
    margin-top: -2rem;
    margin-bottom: 1rem;
	}
	
.dlaczego-page-gs p {
    color: #001E4D;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3;
        margin: 0 0 1rem 0;
	}

.gs-dla-edukacji-block .elementor-widget-wrap .elementor-widget-button {
	-webkit-box-shadow: 2px 6px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 6px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 6px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem !important;
    position: relative;
	max-width: 90%;
    text-align: left;
	margin-top: -2rem;
	}
.gs-dla-edukacji-block .elementor-widget-wrap .elementor-widget-image-box {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem !important;
    position: relative;
	max-width: 90%;
    text-align: left;
	}	
.gs-dla-edukacji-block .elementor-widget-wrap.elementor-element-populated {
	display: flex;
    justify-content: flex-end;	
	}	
	
.gs-dla-edukacji-block {
    max-width: 40%;
    display: flex;
    justify-content: flex-end;
}
	
.gs-dla-edukacji-block .border-button a {
		color: #001e4d !important;
	}
	
.gs-dla-edukacji-block img {
		width: 100%;
	}
	
.gs-dla-edukacji-block h3 {
	 color: #001E4D;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 1rem !important;
    line-height: 1.3;
    text-align: left;
	}	
.gs-dla-edukacji-block p {
	color: #001E4D;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
	}	
	
.dla-edukacji-block-gs .elementor-image-box-wrapper {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem !important;
    position: relative;
    max-width: 37rem;
    text-align: left;
}

.dla-edukacji-block-gs .elementor-image-box-wrapper img {
	width: 100%;
}
	
div#dla-edukacji-block-gs {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem !important;
    position: relative;
    max-width: 37rem;
    text-align: left;
    margin-top: -2rem;
    padding-top: 1rem !important;
}
	
.dla-edukacji-block-gs h3.elementor-image-box-title {
	 color: #001E4D;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 1rem !important;
    line-height: 1.3;
    text-align: left;
	}	
.dla-edukacji-block-gs p {
	color: #001E4D;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
	}	
	
.cf7-line-block .elementor-widget-wrap.elementor-element-populated .elementor-widget-eael-contact-form-7 .elementor-widget-container {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4rem !important;
    position: relative;
    max-width: 90%;
    text-align: left;
    height: 99%;
    border-radius: 0.5rem;
}

.cf7-line-block .elementor-widget-wrap.elementor-element-populated {
	box-shadow: none !important;
}

.cf7-line-block h4 {
	font-size: 2rem;
    font-weight: 500;
    margin-top: 0;
}

.rozwiazania-enterprise-big-img {
	position: relative;
}

.rozwiazania-enterprise-big-img img {
    position: absolute;
    width: 70rem!important;
    left: -12%;
    display: block!important;
    max-width: 70rem;
    top: 3rem;
}
	
.gs-table-block .elementor-shortcode .elementor {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 3rem 1rem 4rem!important;
}	
.gs-table-block .elementor-shortcode .elementor p span, .gs-table-block .elementor-shortcode .elementor p {
	margin: 0;
	color: #001E4D;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
	}

.gs-table-block .elementor-shortcode .elementor p span, .gs-table-block .elementor-shortcode .elementor p:has(img) {
    text-align: center;
}	

.page-id-14565 .gs-table-block .elementor-shortcode .elementor {
	margin-top: -10px;
}	
	
.gs-table-block .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}	
.gs-table-block	.elementor-container.elementor-column-gap-default {
		    padding: 0 1rem;
	}	
	
.gs-table-block .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    font-size: 0.9rem;
    color: #001E4D;
    padding: 0 !important;
}
	
.gs-table-block h5.elementor-heading-title.elementor-size-default {
    color: #001E4D;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 2.5rem !important;
    line-height: 1.3;
    padding-top: 0rem;
}

.mechanical-poznaj-acc .elementor-tab-title {
	font-size: 1.3rem;
}	

.mechanical-poznaj-acc .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    border: none !important;
    background-color: #fff !important;
    font-size: 1.3rem !important;
    color: #001E4D !important;
}

.mechanical-poznaj-acc .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover {
	background: #fff !important;
}

.mechanical-poznaj-acc .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .eael-accordion-tab-title {
	color: #001E4D !important;
}

.mechanical-poznaj-acc .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	border: none !important;
}

.gs-table-block .mechanical-poznaj-acc .elementor {
	box-shadow: none !important;
	padding: 1rem 2rem 1rem!important;
}

.navicube-gs-section .elementor-heading-title {
	font-size: 1.8rem;
    font-weight: 500;
    color: #001E4D;
    padding-left: 5rem;
    position: relative;
    line-height: 1.5;
    padding-top: 1rem;
	}
	
	.navicube-gs-section .elementor-heading-title:before {
		content: '';
	    position: absolute;
	    top: 0.5rem;
	    left: 0;
	    width: 4rem;
	    height: 3rem;
	    background: url(/wp-content/uploads/2023/10/ico-3-1.png)no-repeat;
	    background-size: contain;
	}	
.navicube-gs-section .elementor-column {
    border: 1px solid #DCDEE3;
    margin: 1%;	
	    padding: 1.5rem 0.5rem;
	    background: transparent;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
	}
.navicube-gs-section .elementor-widget-container p,	
.navicube-gs-section .elementor-widget-container {
color: #001e4d;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0rem;
	}	
	
.poznaj-inne-gs .elementor-container.elementor-column-gap-default .elementor-widget-wrap.elementor-element-populated {
		background: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4% 4% 4% 4%!important;
    border-radius: 0;
    margin: 0rem;
    max-width: 25rem;
        border-radius: .8rem;
	}

.poznaj-inne-gs section:first-child .elementor-col-33 .elementor-widget-wrap.elementor-element-populated {
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%) !important;
} 	

.poznaj-inne-gs .elementor-column .elementor-widget-wrap.elementor-element-populated {
		background: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4% 4% 4% 4%!important;
    border-radius: 0;
    margin: 0rem;
    max-width: 25rem;
	}

.poznaj-inne-gs section:first-child .elementor-col-33 .elementor-widget-wrap.elementor-element-populated {
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%) !important;
} 

.poznaj-inne-gs img {
    height: 9rem !important;
    width: auto !important;
}

.poznaj-inne-gs .elementor-widget-image br,
.poznaj-inne-gs .elementor-widget-heading p {
    display: none;
}

.poznaj-inne-gs .elementor-widget-heading div.elementor-heading-title a {
	border-bottom: 0.15rem solid #4070FF;
} 

.poznaj-inne-gs .elementor-widget-image p {
	margin: 0;
}	

.poznaj-inne-gs h4.elementor-heading-title {
    font-size: 1.6rem;
}

.poznaj-inne-mob {
	display: none;
}


	.kalk-biznes-img {
	position: absolute;
    left: 1rem;
    z-index: 2;
	}
	
	.kalk-biznes-blue-section {
		 min-height: 30rem;
	}
	
.border-button-white a {
    background: transparent !important;
    border: 2px solid #fff !important;
        color: #fff !important;
    padding: 0.7rem 2rem;
    transition: .2s;
    font-size: 1.2rem;
}
	
.cf7-line-block input[type=text],
.cf7-line-block input[type=tel],
.cf7-line-block input[type=email] {
	border: none;
    border-bottom: 1px solid #001E4D;
    border-radius: 0;
    padding: 1rem;
    font-size: 1.4rem !important;
    color: #001E4D !important;
	}

input::placeholder,
textarea::placeholder,
.cf7-line-block textarea::placeholder,
.cf7-line-block input::placeholder {
	font-size: 1.4rem;
    color: #001E4D;
    opacity: 0.7;
    font-weight: 300;
	}	

select {
	border: 1px solid #001E4D;
    border-radius: 0;
    padding: 1rem;
    font-size: 1.4rem !important;
    color: #001E4D !important;
}

	.wpcf7-form-control-wrap textarea,
	.cf7-line-block textarea {
		    border: 1px solid #001E4D;
    border-radius: 0;
    padding: 1rem;
    font-size: 1rem;
    color: #001E4D;
    height: 12rem;
    resize: none;
    margin-top: 2rem !important;
    width: 100% !important;
	}	
	
.cf7-line-block span.wpcf7-form-control.wpcf7-checkbox {
    font-size: 0.9rem;
	color: #001E4D;
}	
.cf7-line-block input.wpcf7-form-control.has-spinner.wpcf7-submit {
	background: #001E4D;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 1.5rem 5rem;
    color: #fff;
	border-radius: 3rem;
}

.edukacyjna_form textarea::placeholder {
	font-size: 1.3rem !important;
}

.edukacyjna_form .wpcf7-form-control-wrap textarea {
	margin-top: 0 !important;
}

.edukacyjna_form .eael-contact-form span.wpcf7-checkbox {
	padding-top: 0;
}

.kontakt-page-zespol .elementor-tab-title a.elementor-accordion-title {
    font-size: 1.8rem;
}

.kontakt-page-zespol .elementor-widget-image {
	margin-bottom: 0 !important;
}

.kontakt-page-zespol .elementor-widget-image img {
	max-width: 22rem;
}


.kontakt-page-zespol .elementor-widget-container li:before {
	display: none;
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-direction: column;
}
	
.cf7-line-block .wpcf7-not-valid-tip {
		font-size: 0.8rem
	}	

.kontakt-page-adress-section .elementor-1359 .elementor-element.elementor-element-6e4fa27 {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

	
.border-button a.elementor-button-link {
    color: #001E4D !important;		
	}	
	
.vertical-white-tab .elementor-widget-wrap {
	    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
        max-width: 93%;
	background: #fff;
	position: relative;
	color: #001E4D;
	padding: 1rem 1rem 2rem 1rem !important;
	}	

.kup-teraz-tab .vertical-white-tab .elementor-widget-wrap {
	padding: 1rem 2rem 2rem 2rem !important;
}	
	
.vertical-white-tab .elementor-widget-wrap .elementor-widget-container img {
	margin-top: -3rem;
    max-width: 4rem;
	}
	
.vertical-white-tab .elementor-widget-wrap .elementor-heading-title.elementor-size-default {
    font-size: 1.4rem;
	font-weight: 500;
}

.kup-blue-text span {
	font-size: 1.9rem !important;
    font-weight: 500;
}	

.vertical-white-tab a#blue-button, .vertical-white-tab div#blue-button a {
	min-width: 100%;
}
	
.vertical-white-tab .elementor-widget-wrap .elementor-widget-container p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.strefa-wIedzy-tab .elementor-tab-title,	
.kup-teraz-tab .eael-advance-tabs .eael-tabs-nav > ul li {
    background-color: transparent  !important;
    position: relative;
    padding: 1rem 1rem;
    line-height: 1;
    border: solid transparent;
    color: #001E4D  !important;
	font-weight: 400 !important;
    font-size: 1.3rem;
}
.strefa-wIedzy-tab .elementor-tab-title {
	 padding: 0.7rem 1rem;
	}	
	
.kup-teraz-tab .eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after {
		display: none;
	}	

.strefa-wIedzy-tab .elementor-tab-content h4,
.strefa-wIedzy-tab .elementor-tab-content h3 {
    background-color: transparent!important;
    position: relative;
    padding: 1rem 0rem !important;
    line-height: 1;
    border: solid transparent;
    color: #001e4d!important;
    font-weight: 400!important;
    font-size: 1.2rem;
}    

.strefa-wIedzy-tab .elementor-tab-title.elementor-active,	
.kup-teraz-tab .eael-advance-tabs .eael-tabs-nav > ul li.active {
    background-color: transparent !important;
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    font-weight: 500 !important;
    line-height: 1;
    border: solid transparent;
    color: #001E4D !important;
	font-weight: 500 !important;
}
.strefa-wIedzy-tab .elementor-tabs-wrapper,	
.kup-teraz-tab .eael-advance-tabs .eael-tabs-nav ul {
		position: relative;
		padding-top: 3rem;
	padding-bottom: 3rem;
	}	

.strefa-wIedzy-tab .elementor-tab-title:after {
		display: none !important;
	}	
	
.kup-teraz-tab .eael-advance-tabs .eael-tabs-nav ul:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    left: 0;
    top: 0;
    background: #001E4D;
    min-height: 16rem;
}
	
.strefa-wIedzy-tab .elementor-tabs-wrapper:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #001E4D;
    min-height: 16rem;
}	
.strefa-wIedzy-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 95%;
    left: 0px;
    top: 1.6rem;
    background: #001E4D;		
	}
.kup-teraz-tab .eael-advance-tabs .eael-tabs-nav > ul li.active:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 95%;
    left: -2px;
    top: 0;
    background: #001E4D;
}	
	
.kup-teraz-tab-last .vertical-white-tab .elementor-widget-wrap {
	padding: 5rem 3rem 2rem 3rem!important;
	}

.kup-teraz-tab-last .vertical-white-tab .elementor-heading-title.elementor-size-default {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
}	
	
.strefa-wIedzy-tab .elementor-tabs-content-wrapper .elementor-tab-content {
	    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    max-width: 90%;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 1.5rem 4rem 3rem !important;
	color: #001e4d;
	}	
	.strefa-wIedzy-tab .elementor-tabs-content-wrapper {
		border: none !important;
	}	

.kup-teraz-tab .eael-tabs-content .elementor-container.elementor-column-gap-default {
	padding-right: 0 !important;
}

.opieka-aktualizacyjna section .elementor-widget-text-editor .elementor-widget-container {
    padding: 2rem 3rem;	
}
	
.opieka-aktualizacyjna .elementor-section .elementor-container.elementor-column-gap-default {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    max-width: 90%;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 0 !important;
}	
	
.opieka-aktualizacyjna .elementor-widget-wrap.elementor-element-populated {
    padding: 1rem;
}
	
a#border-button svg {
    width: 2rem;
    height: auto;
    margin-left: 0.5rem;
}
	
.leasing-blue-vlock-img {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
}
	
.skontaktuj-z-nami a {
		color: #9FB6FF;
	}	
	
.skontaktuj-z-nami .elementor-button-link {
	background: transparent !important;
	color: #fff !important;
}

	
.kontakt-tab-personal .elementor-tab-content section {
	max-width: 100%;
    margin: 0 auto;
    left: auto !important;
	}	
	
.kontakt-tab-personal .elementor-section.elementor-section-boxed>.elementor-container {
	padding: 0!important;	
	}

.kontakt-tab-personal .elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 1rem 1.5rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    outline: none;
    color: #001E4D;
    font-size: 1.1rem;
    position: relative;
}	

.kontakt-tab-personal .elementor-accordion .elementor-tab-title a {
	background: #F4F5F6;
	padding-right: 2rem;
	z-index: 1;
	position: relative;
}

.kontakt-tab-personal .elementor-accordion .elementor-tab-title:after {
	content: "";
    width: 93%;
    height: 0.1rem;
    left: 5rem;
    top: 2rem;
    background: #d7d7d7;
    position: absolute;
}
	
.strefa-wIedzy-search .betterdocs-search-form-wrapper {
    background-color: #F4F5F6 !important;
	}
	
.strefa-wIedzy-search .betterdocs-search-form-wrapper .betterdocs-live-search {
    display: block;
    margin-left: 0 !important;
    max-width: 96% !important;
    position: relative;
    width: 100%;
}

.site-info .container-new-page {
    display: flex;
    flex-direction: row;
    padding: 0 3rem;
        padding-bottom: 3rem;
}

footer#colophon {
    background: #F4F5F6;
    padding-top: 0;
    z-index: 2;
    position: relative;
}

.footer-social-inner-wrap a svg {
    display: block;
    width: 2rem;
}

.footer-social-inner-wrap a {
    width: 2rem;
    margin-right: 1rem;
}	

.footer-social-inner-wrap {
    display: flex;
    flex-direction: row;  
}

.footer-body-block {
    width: 24%;
    color: #001E4D;
    font-size: 1.2rem;
}

.footer-body-block:last-child {
    width: 13%;
}

.footer-body-block a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

.footer-head-content {
    padding: 0rem 0 0rem 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ast-builder-html-element p:first-child {
    margin-top: 0;
}

.footer-body-block:first-child {
    width: 35%;
}

.footer-head-blcck {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-head-blcck:last-child {
    background: #4070FF;
    color: #fff;
    padding-left: 2rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.19);
    width: 80rem;
    padding-bottom: 0.3rem;
    min-height: 6rem;
}

.footer-head-blcck form.wpcf7-form {
    font-size: 1.3rem;
        display: flex;
    flex-direction: row;
}

.footer-head-blcck form.wpcf7-form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 1.5rem;
    text-align: left;
    padding: 0;
    margin: 1rem 1rem 0 1rem;
    color: #fff;
    padding-left: 1rem;
    font-weight: 400;
}

.footer-head-blcck form.wpcf7-form input[type="email"]::placeholder {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
}

.footer-head-blcck h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.footer-body-block h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin: 0;
    margin-bottom: 1.5rem;
}

.post, .page {
    margin: 0;
}

nav.menu-footer-container ul {
    margin: 0;
    padding: 0;
}

nav.menu-footer-container ul li {
    list-style: none;
}

.site-below-footer-wrap {
    background-color: #02081F;
    background-image: none;
    min-height: 30px;
    padding: 0.5rem;
    text-align: center;
    color: #001e4d;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
}

.site-below-footer-wrap p {
    text-align: center !important;
    color: #001E4D;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.newsletter-send {
    padding-left: 3rem;
    position: relative;
        max-width: 9rem;
}

.newsletter-send input.wpcf7-submit {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: transparent;
    width: 100%;
    height: 3rem;
    cursor: pointer;
    max-width: 6rem;
    width: 100%;
    position: relative;
    z-index: 2;
}

div#wpcf7-f15244-o2 {
    position: relative;
}

div#wpcf7-f15244-o2 .wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2;
    font-size: 0.9rem;
    position: absolute;
    top: 2.7rem;
    right: 0;
}

.wpcf7-not-valid-tip {
	font-size: 0.9rem;
}

.newsletter-send p {
    display: flex;
    flex-direction: row;
}

.newsletter-send:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 1rem;
    top: 1rem;
    background: url(/wp-content/uploads/2023/11/arrow-w.svg) no-repeat;
    right: 0.8rem;
    z-index: 0;
}

.newsletter-send p {
    margin: 0;
}

.realizacje-content-images {
    height: 100%;
}
	
.elementor-widget-sidebar {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4%;
    position: relative;
}
	
.blog-section-sidebar .widget-title,	
.blog-section .elementor-widget-sidebar .widget-title {
	color: #001E4D;
    text-align: left;
    padding-top: 0rem;
    font-weight: 500;
    font-size: 1.5rem;
    padding-left: 1rem;
	}
	
.blog-section-sidebar ul,	
.blog-section .elementor-widget-sidebar ul {
		margin: 0;
	padding: 0;
	}	
	
.blog-section-sidebar ul li,	
.blog-section .elementor-widget-sidebar ul li {
		list-style: none;
	}	
	
.blog-section-sidebar a,	
.blog-section .elementor-widget-sidebar a {
		position: relative;
    padding: 0.5rem 1rem;
    font-weight: 400;
    line-height: 1.3;
    border: solid transparent;
    color: #001E4D;
    font-size: 1.3rem;
	    display: block;
	text-decoration: none;
	}
	
.blog-section .eael-grid-post-holder-inner {
		    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4%;
    position: relative;
	}
	
.blog-section-sidebar aside#secondary {
    /*-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;*/
    padding: 2rem;
    position: relative;
}
	
.blog-section-content {
    width: 70%;
}

.blog-section-sidebar {
	width: 30%;
}

.blog-section .container {
    padding: 0 5rem;
    display: flex;
    flex-direction: row;
}

.blog-section-content {
    width: 70%;
}

.blog-section-sidebar {
	width: 30%;
	padding-left: 2rem;
}

.blog-section .row.content_margin {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.blog-section .col-lg-10.col-md-12.col-sm-12.col-xs-12 {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1%;
    position: relative;
    width: 48%;
    margin-bottom: 2rem;
}

.blog-section-sidebar aside#secondary {
    /*-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;*/
    padding: 4%;
    position: relative;
}

section.blog-section {
    background: #F4F5F6;
    padding: 0rem 0 6rem;
}

.blog-post-thumbnail .image {
    width: 100%;
    height: 20rem;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}

.blog-section .date_box {
    position: absolute;
    top: 0;
    left: 0;
    background: #1b1f29;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
}

.post-text-begin {
    margin-bottom: 1.6em;
    font-size: 1.3rem;
    line-height: 1.4;
}

.blog-section .post-title a {
    color: #001e4d;
    text-align: left;
    padding-top: 0;
    font-weight: 500;
    font-size: 1.5rem;
    text-decoration: none;
    padding-bottom: 1rem;
    display: block;
}	

.blog-section h1 {
	font-size: 2rem;
    font-weight: 500;
    color: #001e4d;
	}	
	
.wp-pagenavi a {
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
    border: 1px solid #1b1f29;
    text-decoration: none;
    color: #1b1f29;
    margin: 0 0.3rem;
    line-height: 1;
}
	
.wp-pagenavi span.current {
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
    border: 1px solid #1b1f29;
    text-decoration: none;
    color: #fff;
    margin: 0 0.3rem;
    line-height: 1;
    background: #1b1f29;
}
.wp-pagenavi {
    padding-left: 20%;
    padding-top: 5rem;
}
	
.post.type-post	{
    /*-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;*/
    padding: 1%;
    position: relative;		
	}
	
.blog-section .post-thumbnail img {
    width: 100%;
}

.blog-section .tips_and_tricks .post-thumbnail img {
	width: auto;
}
	
.blog-section-content .entry-content {
	margin-bottom: 1.6em;
    font-size: 1.3rem;
    line-height: 1.4;	
    color: #001e4d;	
    font-weight: 300;
}

.blog-section-content .entry-content .wpcf7 {
    border: none !important;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem 2rem;
    max-width: 55rem;
}	

.blog-section-content .entry-footer {
	display: none;
	}
	
.nav-links a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #001e4d;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
nav.navigation.post-navigation {
    padding: 2rem 0 0;
}

div#secondary {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4%;
    position: relative;
}

.filter.last-filter {
    padding-top: 5rem;
}

.blog-section-nakladki .post-thumbnail {
    display: none;
}

.blog-section-nakladki .wp-block-button a {
    background: #4070ff;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 0.7rem 2rem;
    border-radius: 0;
}

.blog-section-nakladki .blog-section-content {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem 3rem 3rem;
    position: relative;
        z-index: 1;
}

.arhive-posts-block-content {
        display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.arhive-block-content {
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    width: 31%;
    max-width: 25rem;
    margin: 1%;
}

.realizacje-content-images {
    min-height: 10rem;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.realizacje-block-logo {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 18rem;
}
.realizacje-block-logo a {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.realizacje-block-logo img {
    width: auto;
    max-height: 18rem;
}

.realizacje-content {
    background-color: #fff!important;
    padding-top: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important;
    text-align: left!important;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 83 173 / 17%) !important;
    min-height: 10rem;
}

.arhive-block-content .realizacje-block-content-center .block-post-description {
	display: none;
}

.block-post-title a {
    font-size: 1.3rem;
    color: #001e4d;
    font-weight: 500;
    position: relative;
    width: 100%;
    text-decoration: none;
    padding-bottom: 1rem;
    display: block;
}

.block-post-description {
    font-size: .9rem;
    line-height: 1.3;
    color: #001e4d;
    font-weight: 400!important;
    max-height: 3.5rem;
    overflow: hidden;
    margin: 1rem 0 0;
    padding-bottom: 1rem;
    min-height: 4rem;
}

.realizacje-block-content-center .blue-border-button {
    color: #001e4d;
    font-weight: 500;
}

.tab-gs .elementor-tabs-wrapper {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tab-gs .elementor-tabs-wrapper:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #001e4d;
    min-height: 16rem;
}

.tab-gs .elementor-tab-title {
    background-color: transparent!important;
    position: relative;
    padding: .5rem 1rem .5rem 2rem;
    line-height: 1;
    border: solid transparent;
    color: #001e4d!important;
    font-weight: 400!important;
    border-width: 0px !important;
    font-size: 1.3rem !important;
}

.tab-gs .elementor-tab-title.elementor-active {
    font-weight: 500!important;
}

.tab-gs .elementor-tab-title.elementor-active:before {
    content: "";
    position: absolute;
    width: 3px !important;
    height: 95% !important;
    left: 1px !important;
    top: 1.8rem !important;
    background: #001e4d;
}

.tab-gs .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none;
    border-width: 0;
}

.tab-gs .elementor-tab-content {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    max-width: 93%;
    background: #fff;
    position: relative;
    color: #001e4d;
    font-size: 1.1rem;
    padding: 2rem 3rem !important;
}

.tab-gs .elementor-tabs-content-wrapper {
    border-width: 0 !important;
}
.tab-gs .elementor-widget-tabs .elementor-tab-content,.tab-gs .elementor-widget-tabs .elementor-tab-title,.tab-gs .elementor-widget-tabs .elementor-tab-title:after,.tab-gs .elementor-widget-tabs .elementor-tab-title:before,.tab-gs .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px transparent;
}

.arhive-posts-block-content nav.navigation.posts-navigation {
	display: none;
}

.arhive-posts-block-content .block-post-title a {
	font-size: 1.2rem !important;
	    height: 2rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.arhive-posts-block-content .realizacje-block-logo img {
    width: auto;
    max-height: 10rem;
}

.arhive-posts-block-content .realizacje-block-logo {
	min-height: 12rem;
}

.arhive-posts-block-content .realizacje-content {
	min-height: auto !important;
}

.gstarcad-menu {
    width: 100%;
}

.page-template-tips_and_tricks-page .site-main {
    background: #F4F5F6;
}
	
.cf7-line-block span.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    padding-top: 1.5rem;		
}	
	
.kontakt-page-tab .elementor-accordion .elementor-tab-content,	
.kontakt-page-tab .elementor-accordion .elementor-accordion-item {
    border: 1px solid transparent;
}	
	
.kontakt-page-tab .elementor-widget-wrap {
	color: #001E4D;	
	font-size: 1.1rem;
	}	
.kontakt-page-tab h5.elementor-image-box-title {
	color: #001e4d;
    font-size: 1.7rem;
    font-weight: 500!important;
    margin-top: 0;
    line-height: 1.2;
}

.kontakt-page-zespol span.elementor-icon-list-text {
    font-size: 1.2rem !important;
    display: block;
}

.kontakt-page-zespol span.elementor-icon-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kontakt-page-zespol .elementor-widget-icon-list,
.kontakt-page-zespol .elementor-widget-image-box {
	padding-left: 1rem;
}
	
.kup-teraz-tab .vertical-white-tab ul {
margin: 0;		
	}
	
.kup-teraz-tab .vertical-white-tab li {
	list-style: none;
	position: relative;
	font-size: 1.1rem;
    line-height: 1.7;
	}	
	
.page-id-14917 .kup-teraz-tab .vertical-white-tab li {
    list-style: none;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.7;
    padding-bottom: 1.5rem;
    color: #001e4d;
}

.kup-teraz-tab .vertical-white-tab li:before {
	content: '';
	position: absolute;
	top: 0.4rem;
	left: -2rem;
	width: 0.7rem;
	height: 0.7rem;
	background: #1654E0;
}	

.page-id-14917 .kup-teraz-tab .vertical-white-tab li:before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: -2rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #1654e0;
}

.page-id-14917 .vertical-white-tab .elementor-widget-wrap .elementor-heading-title.elementor-size-default {
    font-size: 1.6rem;
    font-weight: 500;
}

.elementor-widget-container {
    list-style: none;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 300;
}

.elementor-widget-text-editor li {
    list-style: none;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
}

.elementor-widget-text-editor strong {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.7;
}

.elementor-widget-text-editor ul {
    margin: 0;
}

.elementor-widget-text-editor li:before {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: -2rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #1654e0;
}
	
.poznaj-inne-produkty-gs strong a {
	color: #001e4d;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
	}
	
.poznaj-inne-produkty-gs a {
    font-size: 1.1rem;
    font-weight: 400;
	color: #4070FF;
	text-decoration: underline;
	}
	
.poznaj-inne-produkty-gs a#blue-button {
	text-decoration: none !important;
	    min-width: 16rem;	
	}	
	
.poznaj-inne-produkty-gs .elementor-container.elementor-column-gap-default {
	max-width: 100% !important;	
	}	
.poznaj-inne-produkty-gs a#blue-button br {
    display: none !important;
}
	
.dlaczego-page-gs a {
	font-size: 1.3rem;
	font-weight: 500;
	}

.cennik-gs-section .elementor-container .elementor-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 30rem;
}    

.cennik-gs-section .elementor-container .elementor-column:first-child {
    margin-right: 3rem;
}	

.cennik-gs-section .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated {
    padding: 3rem;
}

.cennik-gs-section .elementor-widget-text-editor p {
    color: #001E4D;
    font-size: 1.3rem;
}

.cennik-gs-section .elementor-widget-text-editor p strong {
    font-size: 1.5rem;
}
	
.big-text-oferta div {
	font-size: 3rem;	
	}
	
.zyskujesz-section .zyskujesz-section-gs-section .elementor-widget-container p {
		font-size: 1.2rem !important;
		text-align: center;
	}
	
.zyskujesz-section-gs-section .elementor-column {
    border: 1px solid #dcdee3;
    margin: 1%;
    padding: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    max-width: 32%;
	}	
	
.zyskujesz-section-gs-section .elementor-container.elementor-column-gap-default {
display: flex;
    justify-content: center;		
	}	

.oferta-page-cf7 {
    max-width: 50%;
    margin: 0 auto;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.07);
    transition: background .3s , border .3s , border-radius .3s , box-shadow .3s;
    text-align: left;
    --e-column-margin-right: 0;
    --e-column-margin-left: 0;
    padding: 2rem;
    background: #fff;
}   

.eael-contact-form input[type="text"],
.eael-contact-form input[type="tel"],
.eael-contact-form input[type="email"] ,
.oferta-page-cf7 input[type="text"],
.oferta-page-cf7 input[type="tel"],
.oferta-page-cf7 input[type="email"] {
    border: none;
    border-bottom: 1px solid #001e4d;
    border-radius: 0;
    padding: 1rem 1rem 1rem 0;
    font-size: 1.4rem !important;
    color: #001e4d !important;
    width: 100% !important;
}

.robierz-gs-demo-cf7 .eael-contact-form input[type="text"],
.robierz-gs-demo-cf7 .eael-contact-form input[type="tel"],
.robierz-gs-demo-cf7 .eael-contact-form input[type="email"] {
	width: 100%;
}

.eael-contact-form input::placeholder,
.oferta-page-cf7 input::placeholder {
    color: #001e4d;
}

.oferta-page-cf7 form p {
    width: 100%;
} 

.eael-contact-form .wpcf7-submit,
.oferta-page-cf7 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #001e4d;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 3rem;
    color: #fff;
    margin: 0 auto;
}

.eael-contact-form span.wpcf7-checkbox, 
.oferta-page-cf7 span.wpcf7-form-control.wpcf7-checkbox {
    font-size: .9rem;
    color: #001e4d;
    display: block;
    padding-top: 1.5rem;
}

.kalk-biznes-img img {
    width: 100%;
    max-width: 38rem;
    margin-top: 4rem;
}

.bibl-cp-pro-page img {
  width: 100%;    
}

#brana-hvac-tab,
div#brana-elektryczna-tab {
    border: 1px #fff;
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4% 2% 4% 2%!important;
    margin: .5%;
    color: #001E4D;
}

.bibl-page-tab .elementor-widget-container img {
    width: 100%;
    display: block;
    border: 1px solid #b7b7b7;
}

.bibl-page-tab .elementor-widget-image {
    margin-bottom: 0 !important;
}

.zadaj-pytanie-right {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: left;
    margin: 0px 0px 45px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 2rem 0rem 0rem 0rem;
    background: #fff;
    padding: 4rem;
    color: #001E4D;
}

.zadaj-pytanie-right input[type="text"],
.zadaj-pytanie-right input[type="tel"], 
.zadaj-pytanie-right input[type="email"],
.zadaj-pytanie-right input[type="number"] {
    border: none;
    border-bottom: 1px solid #001e4d;
    border-radius: 0;
    padding: 1rem;
    font-size: 1rem;
    color: #001e4d;
    width: 100%;
}

.zadaj-pytanie-right input[type="submit"] {
    background: #001e4d;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 3rem;
    color: #fff;
}

.funkcje-section-block .elementor-widget-container {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4%;
    position: relative;
    margin-bottom: 1rem;
        height: 100%;
}

.funkcje-section-block .elementor-widget-wrap>.elementor-element {
    width: 100%;
    height: 100%;
}
	
.funkcje-section-block h5.elementor-image-box-title {
    color: #001e4d;
    font-size: 1.3rem;
    font-weight: 500;
}

.funkcje-section-block .elementor-image-box-description {
    color: #001e4d;
    font-size: 1rem;
}

.wersje-gs-section a.elementor-toggle-title {
    color: #001E4D;
    font-size: 1.5rem;
    font-weight: 500;
}

.wersje-gs-section .elementor-toggle-item .elementor-tab-content {
    color: #001e4d;
    font-size: 1.3rem;
}

.wersje-gs-section a.download_wersja {
    background: #4070FF;
    font-weight: 400;
    border-radius: 0;
    padding: 0.8rem 2rem;
    color: #fff;
    font-size: 1.1rem;
    max-width: 20rem;
    text-align: center;
    justify-content: center;
}
.pytania-page-section .eael-accordion-tab-title {
    color: #001E4D !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.pytania-page-section .eael-accordion-header.active .fa-toggle,
.pytania-page-section .eael-accordion-header:hover .fa-accordion-icon,
.pytania-page-section .eael-accordion-header.active .fa-accordion-icon {
    color: #001E4D !important;
}
	
.strefa-col-block .elementor-widget-wrap>.elementor-element {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4% 4% 8% 4%!important;
    margin: .5%;
    border-radius: 0;
    margin: 1rem auto;
    max-width: 28rem;
    height: 95%;
	color: #001E4D;
}

.strefa-col-block img {
	width: 7rem;	
}

.betterdocs-content-wrapper.betterdocs-content-wrapper.betterdocs-archive-wrap.betterdocs-archive-main {
    max-width: 1800px !important;
    background: #F4F5F6;
    padding: 0 4rem 4rem;
    margin: 0 auto;
}

.betterdocs-wrapper.betterdocs-docs-archive-wrapper {
	background: #F4F5F6 !important;
}

.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper {
	max-width: 1800px !important;
}

.betterdocs-search-form-wrapper.betterdocs-search-form-wrap {
    background: #F4F5F6 !important;
}

.strefa-col-block .elementor-widget-image-box .elementor-image-box-title a {
    color: inherit;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.3;
}

div#betterdocs-single-main {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4% 4% 8% 4%!important;
    margin: .5%;
    border-radius: 0;
    margin: 0rem auto;
    max-width: 66%;
    height: 95%;
    color: #001e4d;
}

.betterdocs-content-wrapper {
    max-width: 90% !important;
}

aside#betterdocs-sidebar {
    max-width: 40% !important;
}

h2.betterdocs-category-title {
    font-size: 1.5rem !important;
    font-weight: 500;
    color: #001e4d;
    padding: 0.5rem;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a {
    font-size: 1.3rem;
    color: #001e4d;
    font-weight: 400;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-articles-list li svg {
    font-size: 1rem;
    min-width: 1rem;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-articles-list li svg {
    fill: #001e4d;
}

div#betterdocs-single-content {
    font-size: 1.2rem !important;
    font-weight: 500;
    color: #001e4d;
}

h1#betterdocs-entry-title {
    font-size: 1.5rem !important;
    font-weight: 500;
    color: #001e4d;
}

#betterdocs-breadcrumb li a,
#betterdocs-breadcrumb span {
    font-size: 1rem !important;
}

.betterdocs-credit {
    display: none !important;
}

div#wpcf7-f13190-p13170-o1 {
    width: 50%;
    margin: 0 auto;
}

section.ceny-nakladek-page {
    padding: 80px 0;
}

.ceny-nakladek-content-osn-img {
    height: 145px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #c9c9c9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    max-width: 260px;
}

.ceny-nakladek-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
}

.ceny-nakladek-content-osn {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ceny-nakladek-content-osn-button a {
    background: #103eb2;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 3px;
}

.ceny-nakladek-content-osn-title {
    font-family: 'Inter', sans-serif;
    text-transform: inherit;
    font-size: 24px;
    font-weight: 600;
    color: #1b1f29;
    line-height: 1.5;
    margin-bottom: 25px;
}

.ceny-nakladek-content-right {
    width: calc(100% - 300px);
    max-width: 650px;
}

.ceny-nakladek-content-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price-zamow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-zamow a {
    color: #103eb2;
    font-weight: 600;
    font-size: 18px;
min-width: 85px;
    display: block;
}

.price-zamow .price {
    margin-right: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #1b1f29;
}

.ceny-nakladek-page .new-category-title {
    margin-bottom: 35px;
}

#wpcf7-f13190-p13552-o1 label {
    color: #fff;
}

#wpcf7-f13190-p13552-o1 input#submit:hover {
    background-color: #E6E6E6;
    color: #103eb2;
    margin-top: 25px;
}

.post-13552 h3.elementor-image-box-title {
    font-size: 22px;
    margin-bottom: -5px;
}

#wpcf7-f13190-p13552-o1 .wpcf7-checkbox label,
#wpcf7-f13190-p13552-o1 span.wpcf7-form-control.wpcf7-checkbox {
    color: #fff;
    font-size: 12px;
}

.edukacyjna_form  .wpcf7-checkbox label {
font-size: 12px;
margin-bottom: -5px;
}

a.download_wersja {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    font-size: 14px;
    font-size: .875rem;
    border-radius: 4px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    display: flex;
    max-width: 16rem;
}

div#blue-button a {
    background: #4070FF;
    font-weight: 400;
}
.border-button a.elementor-button-link {
    background-color: transparent !important;
    border: 0.2rem solid #001e4d;
    color: #001e4d;
    padding-top: 1.1rem !important;
    padding-bottom: 1.2rem !important;
    transition: .2s;
    font-size: 1.5rem !important;
    border-radius: 3rem !important;
}

.elementor-1647 .elementor-element.elementor-element-950d8bd .elementor-button {
    border-radius: 0 0 0 0;
}

.page-id-13366 .elementor-image-gallery .gallery-columns-4 .gallery-item {
	    max-width: 100%;
}

.page-id-15045 .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: transparent !important;
}

.page-template-default article {
	color: #001e4d;
}































@media (min-width: 1201px) {
.ast-container {
    max-width: 100%;
    padding: 0 3rem;
}
}

.elementor-element-94cb92f img {
    width: 120%;
    position: absolute;
    left: -10%;
    top: 0;
}
.home-nakladki .elementor-image-box-wrapper {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4%;
    position: relative;
}

.home-nakladki .elementor-image-box-wrapper:after {
content:'';
position: absolute;
}

.home-nakladki img {
    width: 100% !important;
}

/*.home-nakladki .elementor-image-box-wrapper:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 1rem;
    right: 5%;
    bottom: 5%;
    background: url(/wp-content/uploads/2023/10/arrow.svg);
    background-repeat: no-repeat;
}*/

.home-nakladki .elementor-image-box-wrapper:hover:after {
	/*left: 75%;*/
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}


.elementor-element-2e23777 .span.elementor-button-content-wrapper {
display: flex;
    flex-direction: row;
    width: 10rem;
    align-items: center;
}

.elementor-element-2e23777 .elementor-button-icon svg {
    width: 2em;
    height: auto;
    margin-left: -1.5rem;
}

body.home {
    background-color: #F4F5F6;
}

.home-tabs-section .elementor-widget-tabs .elementor-tab-content, 
.home-tabs-section .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: transparent;
}

.home-tabs-section .elementor-widget-tabs .elementor-tab-desktop-title {
position: relative;
    padding: 1.2rem 2rem 1.2rem 4rem;
    font-weight: 400;
    line-height: 1;
    border: solid transparent;
    color: #001e4d;
    font-size: 1.4rem;
}

.home-tabs-section .elementor-tabs-wrapper {
    position: relative;
}

h5.elementor-heading-title {
    color: #001E4D;
    font-size: 1.5rem;
    font-weight: 500;
}

.home-tabs-section .elementor-tabs-content-wrapper {
border: 1px transparent !important;
}

.home-tabs-section .elementor-tab-title.elementor-tab-desktop-title.elementor-active {
position: relative;
}

.home-tabs-section.home-tab-page .elementor-tab-title.elementor-tab-desktop-title.elementor-active {
	position: relative;
	font-weight: 500;
}

.home-tabs-section.home-tab-page .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 95%;
    left: -1px;
    background: #001e4d;
    top: 4rem;
}


.home-tabs-section .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
display: none;
}

.home-tabs-section .elementor-tab-content img.home-tab-img {
    margin-top: -10rem;
    min-width: 20rem;
    margin-right: 2rem;
}

.home-tabs-section  .elementor-tab-content p {
	color: #001E4D;
    font-weight: 300;
	font-size: 1.4rem;
}

.home-tabs-section  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
padding-top: 3rem;
}



.slider-rev-home .swiper-slide {
    width: 30%;
    color: #001E4D;
    font-size: 1rem;
}

.head-mob-menu {
	display: none;
}

.leasing-page-top {
	overflow-x: hidden;
}

.leasing-page-top img {
	position: absolute;
    right: -4rem;
    width: 120%;
    top: -6rem;
}

.leasing-blue-vlock-img {
	position: relative;
}

.skontaktuj-z-nami.leasing-page-bottom {
	overflow: hidden;
}

.skontaktuj-z-nami.leasing-page-bottom .leasing-blue-vlock-img img {
    position: absolute;
    right: -3rem;
    top: -4rem;
    min-height: 35rem;
    width: auto;
}

.kontakt-page-adress-section .elementor-divider .elementor-divider-separator span {
	font-size: 1.6rem;
}

.poznaj-prod-video-col {
	position: relative;
}

.poznaj-prod-video-col .elementor-widget-video {
    position: absolute;
    /*width: 104% !important;
    top: -1.5rem;*/
}

.poznaj-prod-video-col .elementor-widget-video .elementor-widget-container {
	box-shadow: none !important;
	border-radius: none !important;
}

.poznaj-prod-video-section {
	overflow: hidden;
}

.poznaj-prod-video-section .elementor-widget-video .elementor-custom-embed-image-overlay img {
	min-height: 37rem;
}

.opinie-home-page img {
    width: 100%;
}

.opinie-home-page .elementor-heading-title.elementor-size-default {
    padding-top: 0.5rem;
}

.web-container {
    padding: 0 4rem;
}

.sect_title h1 {
    color: #001E4D;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3;
}

section.webinaria-section {
    padding-top: 0;
    padding-bottom: 3rem;
}

.webinaria-section-description {
    list-style: none;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
    max-width: 60%;
    color: #001E4D;
}

.webinaria-category {
    list-style: none;
    position: relative;
    font-size: 2rem;
    line-height: 1.7;
    max-width: 60%;
    color: #001E4D;
    padding-bottom: 1.3rem;
}

.webinaria-post {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem;
    position: relative;
    width: 31%;
    min-height: 43rem;
    margin-right: 3rem;
}

.webinaria-post:last-child {
	margin-right: 0rem;
}

.webinaria-post-block {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.webinaria-tag {
    position: absolute;
    font-size: 1.1rem;
    color: #fff;
    background: #4070FF;
    padding: 0.5rem 0.6rem;
    width: 12rem;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.webinaria-post-thumbnail {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
}

.webinaria-post-thumbnail .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.date_box {
    font-size: 1.4rem;
    color: #001E4D;
    margin-bottom: 1.5rem;
}

.webinaria-title a {
    color: #001E4D;
    text-decoration: none;
    font-size: 1.8rem;
    height: 5rem;
    overflow: hidden;
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.webinaria-text-begin {
    font-size: 1.4rem;
    color: #001E4D;
    margin-bottom: 1rem;
    height: 6rem;
    overflow: hidden;
}

.webinaria-post .read_more {
    display: flex;
    justify-content: flex-end;
}

.webinaria-post .read_more a {
    display: flex;
    font-size: 1.5rem;
    text-decoration: none;
}

.webinaria-post .read_more img {
    margin-left: 1.5rem;
}


.border-button a {
    background-color: transparent !important;
    border: 0.2rem solid #001e4d;
    color: #001e4d;
    transition: .2s;
    font-size: 1.5rem !important;
    padding: 0.7rem 5rem;
    text-decoration: none;
    border-radius: 3rem !important;
}


.webinaria-section .border-button {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
}

.pomos-t-block section .elementor-container {
	-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 2rem 2rem 0rem 2rem!important;
    position: relative;
    color: #001E4D !important;
}

.pomos-t-block {
    margin-bottom: 2rem;
}

.pomos-t-block p {
	margin-bottom: 0;
	font-size: 1.3rem;
}

.pomos-t-block .elementor-heading-title a {
    position: relative;
    font-size: 1.6rem;
    color: #001e4d;
}

.pomos-t-block .elementor-heading-title a:after {
	content: "";
    position: absolute;
	width: 4rem;
    height: 1rem;
    right: -5rem;
    bottom: 0.3rem;
    background: url(/wp-content/uploads/2022/09/menu-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.pomos-small-title {
	font-size: 2rem !important;
}

a.header-read-more {
    text-decoration: none;
    color: #001e4d !important;
}

.ymc-smart-filter-container .container-posts .post-layout1 {
	margin-bottom: 8rem !important;
}

.targi-budma-page {
	position: relative;
}

.targi-budma-page:after {
	content: '';
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #414141;
    z-index: 1;
}

.targi-budma-page .elementor-column {
	z-index: 2;
}

.targi-budma-page .wpcf7-form input[type="text"], 
.targi-budma-page .wpcf7-form input[type="email"], 
.targi-budma-page .wpcf7-form input[type="tel"],
.targi-budma-page .wpcf7-form textarea {
    border: none;
    width: 100%;
    max-width: 535px;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    padding: 14px 0 11px 32px;
    margin-bottom: 15px;
}

.targi-budma-page .wpcf7-form input[type="text"]::placeholder, 
.targi-budma-page .wpcf7-form input[type="email"]::placeholder, 
.targi-budma-page .wpcf7-form input[type="tel"]::placeholder,
.targi-budma-page .wpcf7-form textarea::placeholder {
	font-size: 18px;
}

.targi-budma-page .wpcf7-checkbox label .wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
    user-select: none;
        font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.targi-budma-page .yellow_button {
    background-color: #ecb911 !important;
    color: #000!important;
    width: 20rem !important;
    height: 4rem !important;
    display: flex;
    justify-content: center;
    border-radius: 1.3rem;
    margin-top: 25px;
    font-size: 1.4rem;
}

.targi-budma-page .gdpr-info {
    color: #fff;
    line-height: 1.1;
    font-size: 0.9rem;
}


.targi-budma-page .eael-contact-form-7 .wpcf7-checkbox label {
    display: block;
    display: flex;
    align-items: flex-start;
}

.targi-budma-page .eael-contact-form span.wpcf7-checkbox {
	    padding-top: 0 !important;
    margin-bottom: -1rem;
}

.licencja-dla-absol-block {
	margin-left: -2rem !important;
}

.licencja-dla-absol-block  .elementor-widget-wrap.elementor-element-populated {
    -webkit-box-shadow: 0 -1px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 -1px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 -1px 20px 0 rgb(0 0 0 / 15%);
    padding: 1rem;
}

.licencja-dla-absol-block .elementor-column {
	margin: 0 2rem;
}

/*.elementor-widget-container ul li:before {
    content: '';
    position: absolute;
    top: 0px!important;
    left: -2px!important;
    width: 3px!important;
    height: 25px!important;
}*/

.eael-tabs-nav li.eael-tab-item-trigger:before {
	display: none;
}

.eael-advance-tabs .eael-tabs-nav>ul {
	z-index: 0 !important;
}

.elementor-widget-text-editor ol li {
	list-style: decimal !important;
}

.elementor-widget-text-editor ol li::marker{
 	background: #1654e0;

}

.elementor-widget-text-editor ol li:before {
	display: none !important;
}

.eael-adv-accordion ul {
	list-style: none;
}

.eael-adv-accordion ul li {
	position: relative;
}

.pum-theme-18037, .pum-theme-default-theme {
    background-color: rgb(4 4 4 / 43%) !important;
}

.pum-content.popmake-content h2 {
	color: #001E4D;
}

.pum-content input[type="text"],.pum-content input[type="email"],.pum-content input[type="tel"], .pum-content textarea {
	border: none;
    border-bottom: 1px solid #001e4d;
    border-radius: 0;
    padding: 1rem 1rem 1rem 0;
    font-size: 1rem;
    color: #001e4d;
    width: 100%!important;
}

.pum-content input::placeholder,
.pum-content textarea::placeholder {
	color: #001e4d;
}


.pum-content span.wpcf7-form-control.wpcf7-checkbox {
    font-size: .9rem;
    color: #001e4d;
}

.pum-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #001e4d;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 1.5rem 5rem;
    color: #fff;
}

.cennik-opieka-text ol {
	margin: 0;
}

.cennik-opieka-text ol li {
	padding-left: 1rem;
	position: relative;
}

.cennik-opieka-text ol li:before {
	content: '';
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background: #1654e0;
	left: -2rem;
}


.new-tab-home-page .eael-tabs-content .eael-tab-content-item {
    border: 1px #fff;
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 0rem 4.7rem 3rem 4.7rem!important;
    margin: .5%;
    color: #001e4d !important;
    margin-top: 5rem;
}

.new-tab-home-page .eael-tabs-content .eael-tab-content-item .elementor-widget-image img {
    margin-top: -5rem;
}

.kup-teraz-tab.new-tab-home-page .eael-advance-tabs .eael-tabs-nav ul:before {
    height: 100% !important;
}

.kup-teraz-tab.new-tab-home-page .eael-advance-tabs .eael-tabs-nav>ul li {
    padding: 1rem 1rem 1rem 2rem!important;
}

.kup-teraz-tab.new-tab-home-page .eael-advance-tabs .eael-tabs-nav>ul li.active:before {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 95%;
    left: -3px;
    background: #001e4d;
    top: 0;
    display: block!important;
}

.kup-teraz-tab.new-tab-home-page .elementor-button {
    background: transparent !important;
}

.kup-teraz-tab.new-tab-home-page .elementor-button-icon svg {
    width: 2rem;
    height: auto;
}

.kup-teraz-tab.new-tab-home-page .eael-tabs-content {
    margin-top: -5rem;
}

.kup-teraz-tab.new-tab-home-page h4.elementor-heading-title {
    font-size: 1.6rem;
    color: #001e4d;
}

.post input[type="text"], .post input[type="email"], .post input[type="url"],
.post input[type="password"], .post input[type="number"], .post input[type="tel"],
.post input[type="range"], .post input[type="date"], .post input[type="month"], .post input[type="week"],
.post input[type="time"], .post input[type="datetime"], .post input[type="datetime-local"], .post input[type="color"], .post textarea {
    border: none;
    border-bottom: 1px solid #001e4d;
    border-radius: 0;
    padding: 1rem 1rem 1rem 0;
    font-size: 1rem;
    color: #001e4d;
    width: 100%!important;
    max-width: 650px;
}

.post span.wpcf7-form-control.wpcf7-checkbox {
    font-size: .9rem;
    color: #001e4d;
}

.post .wpcf7-submit {
    background: #001e4d;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 1.5rem 5rem;
    color: #fff;
}
.post input::placeholder {
	opacity: 0.7;
}

.ti-footer {
	display: none;
}


#ajaxsearchlite1 {
    margin-right: -25px;
    z-index: 1;
    display: none;
}	

.search-block {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 1rem;
    cursor: pointer;
}	

#search-open {
    width: 2rem;
    height: 2rem;
    border: none;
    background: url(/wp-content/uploads/2024/03/search.svg) no-repeat;
    background-size: contain;
    z-index: 5;
    cursor: pointer;
    margin-top: 0.5rem;
    background-position: 0px -0.3rem;
}	

.page-template-home-new-page #search-open {
    background: url(/wp-content/uploads/2024/03/loupe.svg) no-repeat;	
    background-size: contain;
}

.search-menu-home-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center;
}	
	
 div[id*="ajaxsearchlite"].wpdreams_asl_container {
            margin-right: -25px;
            z-index: 1;
            display: none;
 }

 div[id*="ajaxsearchlite"].wpdreams_asl_container {
    width: 150% !important;
    margin: 0 0 0 0;
}

 #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-weight: normal;
    font-family: Open Sans;
    color: #000 !important;
    font-size: 12px;
    line-height: normal !important;
    text-shadow: 0 0 0 rgb(255 255 255 / 0%);
    border: 0;
    box-shadow: none;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #001e4d !important;
}

div.asl_m {
	background: #F5F5F5 !important;
	border-radius: 0px;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
	display: flex;
    align-items: center;
    height: 4.4rem !important;
    padding-right: 3px;
    background: #F5F5F5;
}

div.asl_m .probox .proinput input {
    height: 4rem !important;	
    font-size: 1.2rem !important;
}

div.asl_w .probox .promagnifier {
    width: 35px !important;
    height: 35px !important;
}

div.asl_m .probox .promagnifier .innericon svg, div.asl_m .probox .prosettings .innericon svg, div.asl_m .probox .proloading svg {
	width: 35px !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	padding-top: 4px !important;
}

/*.element::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar {
  width: 0;
}


html {
scrollbar-width: none;
}*/

.search-results header.page-header {
    font-size: 1.3rem !important;
    font-weight: 500;
    font-family: 'Inter' !important;
    line-height: 1.5;
    color: #001e4d;
    max-width: 1800px !important;
    padding: 2rem 3rem;
    margin: 0 auto;
}

.search-results aside#secondary,
.search-results nav.navigation.posts-navigation,
.search-results article {
	color: #001e4d;
    max-width: 1800px !important;
    padding: 2rem 3rem;
    margin: 0 auto;
}

.search-results header.entry-header a {
    font-size: 1.6rem;
    color: #001e4d;
    font-weight: 500;
}

.search-results .entry-summary {
    list-style: none;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 300;
    max-width: 80%;
}

.search-results a.post-thumbnail {
    width: 100%;
    max-width: 10rem;
    display: block;
}

.thank-you-page-col {
	-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 0;
    position: relative;
    margin: 0 2rem;
}

.thank-you-page-col .elementor-widget-wrap.elementor-element-populated {
	padding: 0 !important;
}

.thank-you-page-col .wp-caption {
	display: flex;
    flex-direction: row;
}

.thank-you-page-col .wp-caption .wp-caption-text {
    margin: 0;
    max-width: 10rem;
    text-align: left;
    padding-left: 2rem;
}

.thank-you-page-col .wp-caption img {
	width: 7rem !important;
}

.blue-line-img-oferta-st-page {
    position: relative;
}

.blue-line-img-oferta-st-page img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -6rem;
    max-width: 17rem;
}

.oferta-st-page-block {
	border: 1px solid #dcdee3;
    margin: 1%;
    padding: 3.5rem 1rem;
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    position: relative;
    color: #001E4D;
}

.oferta-st-page-block.oferta-st-page-block-blue {
	background: #001E4D;
	color: #fff;
}

.oferta-st-page-block:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4rem;
	height: 4rem;
}

.oferta-st-page-block:first-child:after {
	background: url(/wp-content/uploads/2024/03/ico.png) no-repeat;
	background-size: contain;
}

.oferta-st-page-block:last-child:after {
	background: url(/wp-content/uploads/2024/03/ico-1.png) no-repeat;
	background-size: contain;
}

.oferta-st-page-block:nth-child(2):after {
	background: url(/wp-content/uploads/2024/03/ico-2.png) no-repeat;
	background-size: contain;
}

.formularz-kontaktowy-block {
	padding: 3.5rem 1rem;
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    position: relative;
    color: #001E4D;
}

.formularz-kontaktowy-block-image {
	position: relative;
	overflow: hidden;
}

.formularz-kontaktowy-block-image img {
    position: absolute;
    left: -1rem;
    z-index: 0;
    width: 110%;
    top: -1rem;
}

.najnowsza-wersja-do-licencji-section {
	position: relative;
}

.najnowsza-wersja-row .elementor-widget-wrap.elementor-element-populated {
    max-width: 25rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

.najnowsza-wersja-do-licencji-section img {
    position: absolute;
    right: 0;
    width: auto;
    height: 40rem !important;
}

.najnowsza-wersja-section-acc .elementor-accordion-item {
    margin-bottom: 1rem;
    border-top: 1px solid #8F9ECB !important;
}

.najnowsza-wersja-section-acc.pop-wersje-page .elementor-accordion .elementor-tab-title {
	    text-align: center !important;
}

.najnowsza-wersja-section-acc.pop-wersje-page .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: none !important;
    text-align: center !important;
}

.najnowsza-wersja-section-acc.pop-wersje-page tr {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
}

.najnowsza-wersja-section-acc.pop-wersje-page tr a {
	margin: 0px 10px 0 0;
    display: block;
}

.support-section-text-block a {
	color: #F2F2F2;
    display: block;
    width: 80%;
    border-bottom: 0.1rem solid #F2F2F2;
    text-decoration: none;
}

.chat-button a {
	background-color: transparent !important;
    border: 0.2rem solid #001e4d;
    color: #001e4d !important;
    padding-top: 1.1rem !important;
    padding-bottom: 1.2rem !important;
    transition: .2s;
    font-size: 1.5rem !important;
    padding: 0.7rem 2rem;
    transition: .2s;
    font-weight: 400;
}

.chat-button.chat-button-white a {
	background-color: transparent !important;
    border: 0.2rem solid #F2F2F2;
    color: #F2F2F2 !important;
    padding-top: 1.1rem !important;
    padding-bottom: 1.2rem !important;
    transition: .2s;
    font-size: 1.5rem !important;
    padding: 0.7rem 2rem;
    transition: .2s;
    font-weight: 400;
}

.button-transparent a {
	background: transparent !important;
}

.odnowienia-white-block {
	-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1.5rem;
    position: relative;
}

.elementor-widget-heading .elementor-heading-title a:hover {
	color: #4070ff;
}

.cechy-gs-home-section-last,
.cechy-gs-home-section .elementor-top-column {
	position: relative;
}

.cechy-gs-home-section .elementor-container.elementor-column-gap-default,
.cechy-gs-home-section .elementor-section {
    padding: 0 4rem !important;	
}

.cechy-gs-home-section-last {
	margin-top: -1px;
}

.cechy-gs-home-section .elementor-top-column img {
	display: none;
}

.cechy-gs-home-section-last:after {
    content: '';
    width: 66rem;
    height: 60rem;
    background: url(/wp-content/uploads/2024/04/Component-111.png) no-repeat;
    background-size: contain;
    left: 16%;
    top: -35rem;
    right: 16%;
    position: absolute;
    background-position: center;
    margin: 0 auto;
}

.home-dlaczego-new-section h4 {
	color: #001E4D;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1rem !important;
    min-height: 3rem;
    line-height: 1.3;
    margin-top: 4rem;
    text-align: left;
}

.home-dlaczego-new-section p.elementor-image-box-description {
    color: #001E4D;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    min-height: 7.4rem;
}

.home-dlaczego-new-section .elementor-image-box-content {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4rem 2rem 3rem;
    position: relative;
    transition: transform 1s;
    min-height: 26rem;	
}

.home-dlaczego-new-section .elementor-image-box-wrapper img {
	position: relative;
	z-index: 2;
	max-height: 28rem;
    width: auto;
}

.nakladki-block-ico-home {
	position: absolute !important;
    z-index: 2;
    width: 4rem;
    height: 4rem;
    right: 0.8rem;
    overflow: hidden;
    max-width: 4rem;
}

.nakladki-block-ico-home img {
	width: 100%;
}


.archive.tax-branza section.blog-section.blog-section-nakladki {
	padding-top: 6rem;
}

.single-post article .entry-content img {
	max-width: 100%;
	height: auto;
}

.single-post article .entry-content video {
    max-width: 100%;
    height: auto;
}

.newsletter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0;
}

.newsletter-row p {
	margin: 0;
}

.newsletter-row-text {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: -0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.newsletter-row-text-img {
    margin-right: 1rem;
    width: 3.5rem;
}

.newsletter-row-text-img img {
    width: 100%;
}

.border-bottom-button a {
	font-size: 1.4rem !important;
}

.cennik-mob-show {
	display: none;
}

.wersje-gs-section p {
	margin-bottom: 1rem;
}

.ff-medium,
.ff-medium .elementor-widget-container p {
	font-weight: 500;
}

.masz-pytania-section .elementor-column:first-child {
    padding: 1rem 4rem 2rem;
        -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
}

.masz-pytania-section .elementor-container {
    height: 100%;
}

.masz-pytania-section ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.masz-pytania-section ul.elementor-icon-list-items a {
	    color: #1654E0;
    text-decoration: underline;
}

.masz-pytania-section .elementor-column:last-child {
overflow: hidden;
}

.masz-pytania-section .elementor-column:last-child .elementor-widget-wrap {
	padding: 0 !important;
}

.masz-pytania-section .elementor-column:last-child img {
	position: absolute;
    left: 0;
}

.wazne-border-block div,
.wazne-border-block a {
	text-decoration: underline;
}


.dzial-pomocy-page-gs .elementor-widget-text-editor,
.dzial-pomocy-page-gs .elementor-widget-heading {
	    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 3rem 3rem 1rem 3rem;
}

.dzial-pomocy-page-gs .elementor-column:hover .elementor-widget-text-editor,
.dzial-pomocy-page-gs .elementor-column:hover .elementor-widget-heading {
	background: #d0d7ff;
	transition: 0.5s;
}

.dzial-pomocy-page-gs .elementor-widget-text-editor {
    min-height: 17rem;
}

.dzial-pomocy-page-gs .elementor-column {
	margin-top: -12rem;
}

.skol-kurs-section img {
	position: absolute;
	width: 4rem;
	height: 4rem;
	top: 0;
	left: 0;
}

.skol-kurs-section .elementor-widget-wrap {
	border: 1px solid #dcdee3;
    margin: 1rem 0;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    background: transparent;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
}

.nav-links {
    border-top: 1px solid #DCDEE3;
    padding-top: 1.5rem;
}

.sidebar-title {
    color: #001E4D;
    font-size: 1.7rem;
    font-weight: 500;
    padding-bottom: 0rem;
}

.blog-section-sidebar aside.inside-aside {
    border: 1px solid #DCDEE3;
    padding: 2rem 2rem;
}

.blog-section-sidebar .read-more {
    border-bottom: 1px solid #DCDEE3;
    padding-bottom: 2rem;
}

.blog-section-sidebar .aktualnosci-content-block:last-child .read-more {
	border: none;
}

.custom-software-form {

}

.custom-software-form .eael-contact-form {
	    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 3rem 4rem;
    position: relative;
    max-width: 85% !important;
}

.custom-software-form h3 {
	font-weight: 500;
    font-size: 1.7rem;
}

.cechy-gs-home-section-mob .elementor-accordion .elementor-tab-content {
	color: #063FBF;
}

.cechy-gs-home-section-mob .elementor-accordion .elementor-tab-title {
    padding: 12px 15px;
    border-bottom: 1px solid #d5d8dc;
}

.cechy-gs-home-section-mob .elementor-accordion .elementor-accordion-item {
    border: none;
}

.navicube-gs-section-mob {
	display: none;
}

.letnia-opieka-section .elementor-container {
	-webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    max-width: 90%;
    background: #fff;
    position: relative;
    padding: 1rem 2rem !important;
    margin: 0 4rem !important;
}

.letnia-opieka-section .elementor-icon-list-icon svg {
    width: 2rem !important;
    height: 1.5rem !important;
}

.cennik-last-section-page .elementor-container {
    background: #001E4D;
    margin: 0 4rem !important;
        padding: 0 3rem;
}

.cennik-last-section-page .elementor-column .elementor-widget-wrap.elementor-element-populated {
    border: 1px solid #4070ff;
    padding: 0 !important;
}

.cennik-last-section-page .elementor-column:first-child .elementor-widget-wrap.elementor-element-populated {
	border: none !important;
}

.cennik-last-section-page .elementor-column {
	margin: 3rem 0.5rem;
}

.cennik-last-section-page,
.letnia-opieka-section {
	    display: flex;
    justify-content: center;
}

.dark-blue-button a {
	background: #001e4d;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 1.25rem 2rem;
    color: #fff;
    text-decoration: none;
    min-width: 20rem;
    transition: .5s;
    border: .2rem solid #001e4d;
    border-radius: 0.1rem;
        width: 100%;
}

a.footer-social-ico img {
    width: 100%;
}

.kont-page-soc-block .footer-social-inner-wrap a {
    width: 3rem;
    margin-right: 1rem;
}

/*.blog-section-content .wp-block-contact-form-7-contact-form-selector {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4rem !important;
    position: relative;
    max-width: 50rem;
    text-align: left;
    height: 99%;
    border-radius: 0.5rem;
}*/  

.blog-section-content .cf7-line-block h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0;
}

.blog-section-content .wpcf7-form-control-wrap textarea, .blog-section-content .cf7-line-block textarea {
    border: 1px solid #001E4D;
    border-radius: 0;
    padding: 1rem;
    font-size: 1rem;
    color: #001E4D;
    height: 12rem;
    resize: none;
    margin-top: 2rem !important;
    width: 100% !important;
}

.wp-pagenavi span.current {
    font-size: 1.3rem;
    padding: .7rem 1rem;
    border: 1px solid #4070ff;
    text-decoration: none;
    color: #fff;
    margin: 0 .3rem;
    line-height: 1;
    background: #4070ff;
    font-weight: 500;
    border-radius: 0.1rem;
}

.wp-pagenavi a {
    font-size: 1.3rem;
    padding: .7rem 1rem;
    border: none;
    text-decoration: none;
    color: #4070ff;
    margin: 0 .3rem;
    line-height: 1;
    font-weight: 600;
}

.wp-pagenavi a:hover {
	background: #4070ff;
    color: #fff;
}


.blog-section-content .wp-block-button a {
    background: #4070ff;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 1.25rem 2rem;
    color: #fff;
    text-decoration: none;
    min-width: 20rem;
    transition: .5s;
    border: .2rem solid #4070ff;
    border-radius: 3rem;
}

/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/


.white-border-button-new a {
    background-color: transparent !important;
    border: 0.2rem solid #fff;
    color: #fff;
    transition: .2s;
    font-size: 1.5rem !important;
    font-weight: 400;
    border-radius: 3rem !important;
    padding: 1rem !important;
}

a#blue-button-new, div#blue-button-new a {
    background: #4070FF;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 1.05rem 2rem;
    color: #fff;
    text-decoration: none;
    min-width: 19rem;
    transition: 0.5s;
    border: 0.2rem solid #4070FF;
    border-radius: 3rem;
}

.elementor-25313 .elementor-element.elementor-element-1b45e75 > .elementor-widget-container {
    margin: 18rem 0rem 1.5rem 1.3rem !important;
}

.elementor-25313 .elementor-element.elementor-element-1b45e75 .elementor-heading-title {
line-height: 1.3 !important;
}

.elementor-25313 .elementor-element.elementor-element-23b2bc6 div#blue-button-new a {
    margin-left: -6.8rem;
}

.new-home-block-top {
    max-width: 52rem;
    margin-left: 2rem;
    min-height: 30.5rem;
    border-radius: 0.8rem;
    box-shadow: 0px 4px 20px rgb(37 42 59 / 15%);
    padding: 4rem 3rem 1rem 2.3rem;
}

.new-home-block-top h2 {
    font-weight: 500;
    font-size: 2.5rem;
    margin-top: -0.3rem;
    margin-bottom: 0;
    color: #001E4D;
}

.new-home-block-top .elementor-widget-text-editor p {
    font-size: 1.3rem !important;
    line-height: 1.7;
}

.new-home-block-top .elementor-widget-text-editor {
margin-bottom: 0;
    max-width: 80%;
    min-height: 13rem;
}

.new-home-block-top-one {
background: #fff url(/wp-content/uploads/2025/05/Mask-Group-2.png);
    background-size: cover;
}

.new-home-block-top-two {
background: #fff url(/wp-content/uploads/2025/05/Mask-Group-7.png);
    background-size: cover;
}
.new-home-block-top-three {
background: #fff url(/wp-content/uploads/2025/05/Mask-Group-9.png);
    background-size: cover;
}

.new-home-block-top-four {
background: #fff url(/wp-content/uploads/2025/05/Mask-Group-11.png);
    background-size: cover;
}
.blue-border-new a {
    background: transparent;
    border: 0.2rem solid #3067FB;
    color: #3067FB;
    border-radius: 2rem;
    margin-left: 0.5rem;
    margin-top: -0.5rem;
    font-size: 1.2rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
font-weight: 400;
}

.elementor-25313 .elementor-element.elementor-element-8709ce2 {
    padding: 1.4rem 0 3rem 0 !important;
}

.new-home-block-top-three  div.elementor-heading-title {
color: #3067FB;
    margin-top: -0.5rem;
}

.new-home-block-top.new-home-block-top-three .elementor-widget-text-editor {
    margin-top: -1.5rem;
}

.text-before-pc-img h4 {
    width: 100%;
    max-width: 68rem;
    margin: 0 auto;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.5;
    z-index: 2;
    position: relative;
}

.big-img-new-home-tab img {
position: absolute;
    left: 3rem;
    right: 0;
    width: 50rem;
    margin: 0 auto;
    top: -5rem;
}

.big-img-new-home-tab {
    min-height: 41rem;
    position: relative;
    min-width: 70rem;
    margin-left: -29.5rem;
}

.co-wyroznia-section-new-home img {
    width: auto;
    height: 18rem;
}

.co-wyroznia-section-new-home .elementor-container.elementor-column-gap-default {
padding: 0 17rem;
}

.co-wyroznia-section-new-home .elementor-image-box-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 7px #00000010;
border-radius: 1.6rem;
    max-width: 25rem;
height: 25rem;
    margin-top: -0.7rem;
cursor: pointer;
    transition: all .3s ease;
}

.co-wyroznia-section-new-home .elementor-image-box-wrapper .elementor-image-box-title {
    margin: -1rem 0 0;
    padding: 0 1rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
}

.co-wyroznia-section-new-home .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.co-wyroznia-section-new-home .elementor-image-box-img {
    width: 100%;
    height: auto;  
    transition: height 0.4s ease, opacity 0.3s ease;
}

.co-wyroznia-section-new-home .elementor-image-box-description {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    padding: 1rem 2rem;
}

.co-wyroznia-section-new-home .elementor-image-box-wrapper:hover .elementor-image-box-img {
    height: 0;
    opacity: 0;
    display: none;
}

.co-wyroznia-section-new-home .elementor-image-box-wrapper:hover .elementor-image-box-description {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 0;
}

.co-wyroznia-section-new-home .elementor-image-box-wrapper:hover .elementor-image-box-content {
padding: 3rem 1.5rem 1rem;
}

.co-wyroznia-section-new-home .elementor-image-box-title {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: -1rem 0 0;
    padding: 0 2rem;
}

.home-aplikacje-content-slider {
    margin-top: -2rem;
}

.home-aplikacje-block {
    margin: 0 1rem;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #DCDEE381;
   border-radius: 1rem;
}

.home-aplikacje-block div:has(img) img {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
}
.home-aplikacje-block div a {
    color: #001E4D;
    text-align: center;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: underline;
padding-bottom: 0.3rem;
}

.new-border-dark-button  a {
background: transparent;
    border: .2rem solid #001e4d !important;
    color: #001e4d !important;
    border-radius: 2rem !important;
    margin-left: .5rem;
    margin-top: -.5rem;
    font-size: 1.4rem !important;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.5rem !important;
}

.button-center-section .elementor-button-wrapper {
display: flex;
    justify-content: center;
}

.elementor-25313 .elementor-element.elementor-element-df2ad3f .new-border-dark-button  a {
width: 18.5rem !important;
}

.opinie-section-home .ti-header.source-Google {
display: none !important;
}

.home-logos-content-slider .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

.home-logos-block > div {
  white-space: nowrap;
font-weight: 400;
}

.home-logos-block {
    padding: 0 1.5rem;
}

.konfigurator-home-section {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000007;
    border-radius: 1rem;
    margin-top: -1.2rem;
}

.konfigurator-home-section h3.elementor-heading-title {
    font-size: 2.6rem !important;
    padding-top: 4rem;
    margin-bottom: -4.5rem;
}

.konfigurator-home-section a#blue-button-new {
    padding: 0 2rem;
}

.konfigurator-home-section img {
    width: 28rem;
    position: absolute;
    right: -2rem;
    display: block;
    max-width: 30rem;
    top: -0.5rem;
}

.konfigurator-home-section .elementor-shortcode {
    margin-bottom: -2rem;
}

.page-id-25313 .entry-content p:not(.elementor.elementor-25313 p) {
 margin: 0;
}

.home-aplikacje-content-slider .swiper-button-prev {
background: url(/wp-content/uploads/2025/05/left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    left: 0rem;
}

.home-aplikacje-content-slider .swiper-button-next {
background: url(/wp-content/uploads/2025/05/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    right: 0rem;
}

.blue-border-new a:hover {
    color: #3067FB;
    background: #3067fb40;
}

.new-border-dark-button a {
    font-weight: 400;
}

.video-background {
display: none;
}

.new-home-block-top-five {
    background: #fff url(/wp-content/uploads/2025/05/Group-298-1.png);
    background-size: cover;
    min-height: 27rem;
}

.new-home-block-top-six {
    background: #fff url(/wp-content/uploads/2025/05/Group-299-1.png);
    background-size: auto;
    min-height: 27rem;
}
.new-home-block-top-five .elementor-widget-text-editor,
.new-home-block-top-six .elementor-widget-text-editor {
    margin-bottom: 0;
    max-width: 80%;
    min-height: 11rem;
}

@media (min-width: 1600px) {   

.konfigurator-home-section img {
width: 350px;
    position: absolute;
    right: 0;
}

.new-home-banner-section .white-border-button-new a {
margin-left: 4rem;
}

}

@media (max-width: 767px) { 

.video-background {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    border: 1px solid;
    left: -12%;
    top: -36px;
    min-height: 500px;
    min-width: 150%;
}

.page-id-25313 .home-banner-section.parallax-home {
       display: block !important;
height: 140vh;
}

}



















@media (max-width: 767px) {

.head-mob-menu {
	display: block;
}	

.head-menu {
	display: none;
}

.head-blue-top {
	display: none;
}

.blue-button-head {
	display: none;
}

img.hfe-site-logo-img.elementor-animation- {
    height: 60px;
}

.elementor-1647 .elementor-element.elementor-element-94cb92f img {
    width: 100%;
    position: relative;
    min-width: 100%;
    left: 0;
}

.home-banner-section .elementor-container.elementor-column-gap-default {
	    flex-direction: column-reverse !important;
}

.main-header-bar-wrap .hfe-nav-menu__toggle {
	margin-right: 0 !important;
    margin-top: -65px  !important;
}

h1.elementor-heading-title, h3.elementor-heading-title {
    font-size: 26px !important;
}

a#blue-button, div#blue-button a,
.white-border-button a {
    background: #4070FF;
    font-weight: 400;
    font-size: 15px !important;
    padding: 15px 20px !important;
    color: #fff;
    text-decoration: none;
    min-width: 214px;
}

.border-button a.elementor-button-link {
    background-color: transparent !important;
    border: 2px solid #001e4d;
    color: #001e4d;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    transition: .2s;
    font-size: 15px !important;
    min-width: 214px;
}

.border-bottom-button a {
    font-size: 18px !important;
}

.main-header-bar-wrap.header_fixed img.hfe-site-logo-img {
    height: 40px !important;
}

.header_fixed {
    height: 50px !important;
}

.header_fixed .hfe-nav-menu__toggle {
	margin-top: -42px !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-4d0f97c,
.home-blog-deskr-p,
.elementor-1647 .elementor-element.elementor-element-e6ab7fc,
.elementor-1647 .elementor-element.elementor-element-432ee82 {
	display: none;
}

.home-nakladki .elementor-widget-image-box .elementor-image-box-img {
	max-width: 165px;
}

.home-nakladki .elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center;
    display: flex;
}

.home-nakladki .elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    padding-left: 15px;
}

.home-nakladki img {
    width: 150px !important;
    display: block;
}

.home-nakladki h4.elementor-image-box-title {
	font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    text-decoration: underline;
}

.home-nakladki .elementor-widget-image-box {
	margin-bottom: 0 !important;
}

.footer-body-block:last-child {
    width: 100%;
    position: relative;
    right: 10px;
    top: -60px;
}

.site-info .container-new-page {
	position: relative;
	padding-bottom: 25px;
}

.footer-social-inner-wrap {
    display: flex;
    flex-direction: row-reverse;
}

.polecamy-home-section .elementor-widget-wrap.elementor-element-populated {
	margin: 5px 5px !important;
	    max-width: 98%;
}

.new-tab-home-page .eael-tabs-content .eael-tab-content-item .elementor-widget-image img {
    margin-top: 15px;
}

.polecamy-home-section .elementor-column .elementor-widget-text-editor:nth-child(3) {
	display: none;
}

/*.home-nakladki .elementor-image-box-wrapper:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 15px;
    right: 5%;
    bottom: 15%;
    background: url(/wp-content/uploads/2023/10/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}*/

.mob-co-gs-section .elementor-accordion .elementor-accordion-item {
    border: none;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 4rem 2rem;
    position: relative;
    transition: transform 1s;
    margin: 15px 0;
    position: relative;
}

.mob-co-gs-section .elementor-accordion .elementor-accordion-item:before {
	content: '';
	background: #BCCDFF;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
}

.mob-co-gs-section .elementor-accordion .elementor-accordion-item:first-child:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top: 5px;
	right: 5px;
	background: url(/wp-content/uploads/2024/04/2.webp) no-repeat;
	background-size: contain;
}

.mob-co-gs-section .elementor-accordion .elementor-accordion-item:nth-child(2):after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top: 5px;
	right: 5px;
	background: url(/wp-content/uploads/2024/04/1.webp) no-repeat;
	background-size: contain;
}

.mob-co-gs-section .elementor-accordion .elementor-accordion-item:last-child:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top: 5px;
	right: 5px;
	background: url(/wp-content/uploads/2024/04/3.webp) no-repeat;
	background-size: contain;
}

.mob-co-gs-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
    text-align: left;
    position: absolute;
    z-index: 5;
    height: 20px;
    left: 14px;
}

.mob-co-gs-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1em;
    height: 1.5em;
}

.mob-co-gs-section .elementor-accordion .elementor-tab-title {
    padding-left: 45px;
    padding-right: 70px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
    min-height: 63px;
    display: flex;
    align-items: center;
}

.mob-co-gs-section  .elementor-accordion .elementor-tab-content {
	    padding-left: 46px;
}



.kup-teraz-tab .eael-advance-tabs .eael-tabs-nav ul:before {
	height: 100%;
}


.home-nakladki p.elementor-image-box-description {
	font-size: 12px;
}

.border-button .elementor-button-icon svg {
    width: 30px;
    height: auto;
    margin-left: 0.5rem;
}

.home-blog {
	display: block !important;
	margin: 0 !important;
}

h2.eael-entry-title a.eael-grid-post-link {
	font-size: 16px!important;
}

.home-blog .eael-grid-post-excerpt a {
	    font-size: 14px;
}

.home-blog .eael-grid-post-excerpt a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(/wp-content/uploads/2023/10/arrow-blue1.svg);
    background-repeat: no-repeat;
    right: -30px;
    top: 10px;
    background-size: contain;
}

.home-blog article.eael-grid-post.eael-post-grid-column {
    margin-bottom: 15px;
}

.home-tabs-section .elementor-tab-content h4 {
    color: #001e4d;
    font-weight: 400;
    font-size: 16px;
}

.home-tabs-section .elementor-tab-content p {
    color: #001e4d;
    font-weight: 300;
    font-size: 14px;
}

.elementor-tab-title.elementor-tab-mobile-title {
    font-size: 18px !important;
    background: #fff;
    border: none;
    border-left: 2px solid #001E4D;
}

.home-dlaczego figure.elementor-image-box-img {
	    max-width: 25%;
}

.home-dlaczego .elementor-image-box-wrapper {
	display: flex;
}

.home-dlaczego h4.elementor-image-box-title {
    color: #001E4D;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1rem!important;
    min-height: 3rem;
    line-height: 1.3;
    margin-top: 0;
    text-align: left;
    width: 100%;
}

.home-dlaczego p.elementor-image-box-description {
    display: none;
}

.home-dlaczego h4.elementor-image-box-title {
	position: relative;
}

.home-dlaczego h4.elementor-image-box-title:after {
	content: "";
    position: absolute;
    width: 35px;
    height: 15px;
    right: 0%;
    top: 0;
    background: url(/wp-content/uploads/2023/10/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    rotate: -90deg;
}

.home-dlaczego .elementor-widget-image-box .elementor-image-box-content {
	display: flex;
    align-items: center;
}

.kup-teraz-tab.new-tab-home-page .elementor-button-icon svg {
    width: 30px;
    height: auto;
}

.zdobadz-wiedze-section .elementor-container.elementor-column-gap-default {
    flex-direction: column;
}

.zdobadz-home-section {
    max-width: 90%;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem;
    position: relative;
    margin: 5px auto 20px;
}

.zdobadz-wiedze-section h3.elementor-image-box-title {
    color: #001e4d;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px!important;
    line-height: 1.3;
    text-align: center;
}

.zdobadz-wiedze-section p.elementor-image-box-description {
    color: #001E4D;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 2rem;
}

.zdobadz-wiedze-section .elementor-button-wrapper {
	    display: flex;
    justify-content: center;
}

/*.elementor-1647, 
.elementor-element-83e3506,
.elementor-element-c4a334b {
	display: none;
}*/

section.elementor-section.elementor-top-section.elementor-element.elementor-element-6338777.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default,
.cennik-home-descr {
	display: none;
}

.home-nakladki .bransa-home-link-last {
	display: none;
}

.elementor-element-5e587206 {
    margin: 0 !important;
    padding: 25px 10px !important;
}

.faq-home-section .elementor-tab-title a {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.faq-home-section .elementor-tab-title {
	font-size: 16px;
	padding: 15px 5px !important;
}

.polecamy-home-section .elementor-widget-wrap.elementor-element-populated p {
	font-size: 14px;
}

.polecamy-home-section .elementor-widget-wrap.elementor-element-populated a {
    font-size: 16px;
}

footer#colophon {
	overflow: hidden;
}

.cennik-home-section ul.eael-tab-inline-icon li {
	font-size: 18px;
}

.cennik-gs-section .elementor-container .elementor-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
}

.cennik-gs-section .elementor-container .elementor-column:first-child {
    margin-right: 0;
}

.cennik-gs-section .elementor-widget-text-editor p strong {
    font-size: 16px;
}

.cennik-gs-section .elementor-widget-text-editor p {
    color: #001E4D;
    font-size: 14px;
}

.cennik-home-section #blue-button {
    background: #4070FF;
    font-weight: 400;
    border-radius: 0;
    padding: 15px;
}

.custom-software-form .eael-contact-form {
	max-width: 100% !important;
}

.custom-software-form h3 {
    font-weight: 500;
    font-size: 18px;
}

.custom-software-top-section {
	background-image: none !important;
}

.faq-home-section .elementor-tab-content {
	font-size: 16px;
	    padding: 15px 35px !important;
}

.poznaj-prod-video-section {
	background-image: none !important;
}

.dzial-pomocy-page-gs .elementor-column {
    margin-top: 0;
}

.dzial-pomocy-page-gs .elementor-widget-heading {
	padding: 15px;
}

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active a {
	font-size: 14px;
	padding: 15px 15px !important;
}

.footer-head-content {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
}


.footer-head-blcck h3 {
    font-size: 20px;
    font-weight: 500;
    color: #001e4d;
    line-height: 1;
    margin: 0;
    padding: 30px 10px 10px;
}

.footer-head-blcck {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.site-info .container-new-page {
	    flex-direction: column;
}

.footer-body-block {
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.footer-body-block h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 25px;
}

.footer-body-block a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-social-inner-wrap a {
    width: 25px;
    margin-right: 10px;
    margin-top: 15px;
}

.footer-social-inner-wrap a svg {
    display: block;
    width: 20px;
}

.site-below-footer-wrap p {
	    font-size: 12px;
}

.footer-head-blcck form.wpcf7-form input[type="email"] {
	font-size: 15px;
}

.breadkr-page .elementor-widget-container span, .breadkr-page .elementor-widget-container p, .breadkr-page .elementor-widget-container a {
    font-size: 12px!important;
}

.elementor-widget-container {
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
}

.dlaczego-page-gs .elementor-widget-wrap .elementor-widget-image {
    display: none !important;
}

.dlaczego-page-gs h5 {
    max-width: 95%;
    color: #001e4d;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    display: block;
    height: auto;
}

.dlaczego-page-gs img {
	display: none;
}

.dlaczego-page-gs p {
    color: #001e4d;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 1rem 0;
}

.dlaczego-page-gs a {
    font-size: 14px;
}
.gs-dla-edukacji-block {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
}
.gs-dla-edukacji-block .elementor-widget-wrap .elementor-widget-image-box {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 10px!important;
    position: relative;
    max-width: 100%;
    text-align: left;
}

.gs-dla-edukacji-block h3 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px!important;
    line-height: 1.3;
    text-align: left;
}

.gs-dla-edukacji-block p {
    color: #001e4d;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 10px;
}

.gs-dla-edukacji-block .elementor-widget-wrap .elementor-widget-button {
    -webkit-box-shadow: 2px 6px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 6px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 6px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 10px 10px 20px 10px !important;
    position: relative;
    max-width: 100%;
    text-align: left;
    margin-top: -25px;
}

.chat-button.chat-button-white a {
    background-color: transparent !important;
    border: .2rem solid #f2f2f2;
    color: #f2f2f2 !important;
    transition: .2s;
    font-weight: 400;
    font-size: 15px !important;
    padding: 15px 20px !important;
    text-decoration: none;
    min-width: 214px;
}

.navicube-gs-section .elementor-heading-title:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -8px;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2023/10/xico-3-1.png.pagespeed.ic.9Z_Z-zo0Le.webp) no-repeat;
    background-size: contain;
}

.navicube-gs-section .elementor-heading-title {
    font-size: 18px;
    font-weight: 400;
    color: #001e4d;
    padding-left: 45px;
    position: relative;
    line-height: 1.5;
    padding-top: 1rem;
}

.navicube-gs-section .elementor-widget-container p, .navicube-gs-section .elementor-widget-container {
    font-size: 14px;
    line-height: 1.5;
}

.poznaj-inne-produkty-gs strong a {
    color: #001e4d;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
}

.poznaj-inne-produkty-gs a {
    font-size: 14px;
}

.new-category-title {
    text-transform: inherit;
    color: #001e4d !important;
    line-height: 1.5;
    font-size: 20px!important;
    font-weight: 500;
}

.kariera-new-section {
	font-size: 14px;
	color: #001e4d !important;
}

.filter-block select {
	font-size: 14px;
}

.realizacje-block-content {
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    width: 45%;
    max-width: 450px;
    margin: .5%;
}

.realizacje-block-content-center {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.realizacje-content-images {
	max-width: 45%;
	width: 100%;
}

.realizacje-content {
	width: 65%;
} 

.realizacje-block-content-title {
    font-size: 14px;
    color: #001e4d;
    font-weight: 500;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.block-post-description {
    font-size: 10px;
    line-height: 1.3;
    color: #001e4d;
    font-weight: 400!important;
    max-height: max-content;
    overflow: hidden;
    margin: 1rem 0 0;
}

.realizacje-page-posts-block-content .block-post-description {
	display: none;
}

.realizacje-page-posts-block-content .realizacje-content {
    min-height: 70px !important;
}

.kariera-page-filtr-content div:first-child {
	color: transparent;
}

section.kariera-new-section {
    padding: 60px 0;
}

.strefa-wIedzy-tab .elementor-tab-title.elementor-active, .kup-teraz-tab .eael-advance-tabs .eael-tabs-nav>ul li.active,
.strefa-wIedzy-tab .elementor-tab-title, .kup-teraz-tab .eael-advance-tabs .eael-tabs-nav>ul li {
	font-size: 18px;
	padding: 10px;
}

.hfe-active-menu ul li {
	border-bottom: none !important;
}

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active a {
    font-size: 18px;
    font-weight: 400;
}

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow .sub-menu li a {
	color: #BCCDFF !important;
	font-size: 15px !important;
	padding-left: 45px !important;
}

.gs-table-block h5.elementor-heading-title.elementor-size-default {
	font-size: 14px;
}

.elementor-widget-text-editor strong {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
}

.gs-table-block .elementor-shortcode .elementor p span, .gs-table-block .elementor-shortcode .elementor p {
	font-size: 14px;
}

.border-button-white a {
    background: transparent!important;
    border: 2px solid #fff!important;
    color: #fff!important;
    transition: .2s;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 20px;
    text-decoration: none;
    min-width: 214px;
}

.kalk-biznes-img {
    position: relative;
    left: 0;
    z-index: 2;
}

.kalk-biznes-img img {
    width: 100%;
    max-width: 100%;
}

h4.elementor-heading-title {
    font-size: 18px;
    font-weight: 500;
}

.dla-edukacji-block-gs .elementor-image-box-wrapper {
    padding: 10px !important;
    max-width: 450px;
    text-align: left;
}

.dla-edukacji-block-gs h3.elementor-image-box-title {
    font-size: 16px;
    margin-bottom: 10px !important;
    line-height: 1.3;
    text-align: left;
}

.dla-edukacji-block-gs p {
    color: #001E4D;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
}

div#dla-edukacji-block-gs {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 1rem !important;
    position: relative;
    max-width: 450px;
    text-align: left;
    margin-top: -27px;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-bottom: 25px;
}

.wpcf7-form-control-wrap textarea,
.cf7-line-block textarea,
.cf7-line-block input[type=text], .cf7-line-block input[type=tel], .cf7-line-block input[type=email],
.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=tel], .wpcf7-form-control-wrap input[type=email]  {
    border: none;
    border-bottom: 1px solid #001E4D;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    color: #001E4D;
    width: 100% !important;
}

.wpcf7-form-control-wrap textarea {
	height: 100px;
}

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder,
.cf7-line-block textarea::placeholder,
.cf7-line-block input::placeholder {
	font-size: 14px;
}

.cf7-line-block span.wpcf7-form-control.wpcf7-checkbox {
    font-size: 10px;
    color: #001E4D;
}

.eael-contact-form input[type=submit],
.cf7-line-block input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #001E4D;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 35px;
    color: #fff;
}

h5.elementor-heading-title.elementor-size-default {
    font-size: 16px;
    line-height: 1.5;
}

.blue-button a {
background-color: #4070ff !important;
    max-width: 200px;
    margin-left: 15px;
    text-align: center;
    display: block !important;
    margin-bottom: 20px;
}

.yellow-button a {
	background-color: #FF8900 !important;
    max-width: 200px;
    margin-left: 15px;
    text-align: center;
    display: block !important;
    margin-bottom: 20px;
    margin-bottom: 45px;
}

.letnia-opieka-section .elementor-icon-list-icon svg {
    width: 15px !important;
    height: 15px !important;
}

.letnia-opieka-section .elementor-widget .elementor-icon-list-item {
	    align-items: flex-start;
}

.letnia-opieka-section .elementor-widget .elementor-icon-list-icon {
	padding-top: 5px;
} 

.letnia-opieka-section .elementor-widget-image {
	display: none;
}

.cennik-last-section-page {
	    padding: 40px 0 60px !important;
    background: #001E4D !important;
}

.letnia-opieka-section .elementor-container {
	background: transparent;
	padding: 1rem 2rem 35px 2rem !important;
	    box-shadow: none;
}

.cennik-last-section-page .elementor-widget-container {
	padding: 0px 15px !important;
}

.cennik-last-section-page .elementor-column .elementor-widget-heading:first-child .elementor-widget-container {
	padding: 10px 15px !important;
}

.cennik-last-section-page .elementor-column .elementor-widget-wrap.elementor-element-populated {
    border: 1px solid #4070ff;
    padding: 0 !important;
    padding-bottom: 20px !important;
}

.najnowsza-wersja-section-acc.pop-wersje-page tr {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
}

.skol-kurs-section .elementor-widget-wrap {
    border: none;
    margin: 1rem 0;
    padding: 1.5rem 0 1rem 1.5rem !important;
    background: transparent;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: none;
}

.skol-kurs-section .elementor-column:first-child .elementor-widget-image {
	margin: 0 !important;
}

.new-category-descr {
    text-align: center;
    padding-bottom: 50px;
    font-size: 14px;
}

.materialy-video-block {
    width: 100%!important;
    margin-right: 20px!important;
    overflow: hidden;
    margin-bottom: 30px!important;
    margin-left: 20px!important;
    max-width: 450px!important;
}

.materialy-video-block-iframe {
    width: 100%!important;
    height: 195px!important;
    margin-bottom: 1.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.realizacje-content-images {
    max-width: 105%;
    width: 100%;
}

.realizacje-block-logo img {
    width: auto;
    max-height: 150px !important;
}

.realizacje-content {
    width: 100%;
}

.realizacje-block-content-title {
    font-size: 14px !important;
    width: 100%  !important;
    line-height: 1.3;
}

.block-post-description {
	font-size: 10px !important;
    font-weight: 400!important;
    max-height: 40px !important;
}

.realizacje-content {
	min-height: 110px !important;
}
section.blog-section {
    background: #f2f2f2;
    padding: 60px 0;
}

.blog-section .container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.blog-section h1 {
    font-size: 20px;
    font-weight: 500;
    color: #001e4d;
}

.blog-section-content {
    width: 100%;
}

.blog-section-content .entry-content {
    margin-bottom: 1.6em;
    font-size: 14px;
    line-height: 1.4;
}

.nav-links a {
    font-size: 12px;
}

.blog-section-sidebar {
    width: 100%;
    padding-left: 0;
}

.blog-section-sidebar a, .blog-section .elementor-widget-sidebar a {
	font-size: 14px;
}

.blog-section-sidebar .widget-title, .blog-section .elementor-widget-sidebar .widget-title {
    color: #001E4D;
    text-align: left;
    padding-top: 10px;
    font-weight: 600;
    font-size: 16px;
}

.kup-teraz-tab-last .vertical-white-tab .elementor-widget-wrap {
    padding: 5rem 3rem 2rem 3rem!important;
    margin-bottom: 15px;
}

.kup-teraz-tab-last .vertical-white-tab .elementor-heading-title.elementor-size-default {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.vertical-white-tab .elementor-widget-wrap .elementor-widget-container p {
    font-size: 14px;
    line-height: 1.5;
}

.breadkr-page {
    padding-top: 40px !important;
}

.kup-teraz-tab .vertical-white-tab li {
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
}

.kup-teraz-tab .vertical-white-tab li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -20px;
    width: 5px;
    height: 5px;
    background: #1654e0;
}

.page-id-14999 .strefa-wIedzy-tab .elementor-tab-title.elementor-tab-mobile-title {
	position: relative;
}


.page-id-14999 .strefa-wIedzy-tab .elementor-tab-title.elementor-tab-mobile-title:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 10px;
	background: url(/wp-content/uploads/2024/01/ico-10.png) no-repeat;
	left: -10px;
	top: 16px;
}

section.kariera-new-section {
    padding: 60px 0 20px !important;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
    padding: 0 20px;
}

section.materialy-video-section {
    padding: 60px 0 !important;
}

.new-category-descr {
    text-align: center;
    padding-bottom: 20px;
}

.elementor-widget-text-editor li {
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
}

.elementor-widget-text-editor li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #1654e0;
}

.elementor-widget-text-editor ol li {
	list-style: decimal !important;
}

.elementor-widget-text-editor ol li::marker{
 	background: #1654e0;

}

.elementor-widget-text-editor ol li:before {
	display: none !important;
}

ul li {
	position: relative;
	list-style: none;
}

ul li::marker {
	display: none;
}

.elementor-element.elementor-element-6eb37f3.elementor-widget.elementor-widget-video {
	display: none;
}

a#border-button svg {
    width: 30px;
    height: auto;
    margin-left: 0.5rem;
}

.elementor-7510 .elementor-element.elementor-element-764eb43 .elementor-button {
	padding: 10px !important;
    width: 200px;
}

.elementor-7510 .elementor-element.elementor-element-32047e1 {
    padding-top: 40px !important;
}

.blog-section .col-lg-10.col-md-12.col-sm-12.col-xs-12 {
	    width: 100%;
    margin-bottom: 25px;
        padding: 10px;
}

.blog-section .post-title a {
    color: #001e4d;
    text-align: left;
    padding-top: 0;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
}

.blog-section .date_box {
	font-size: 12px;
    padding: 5px 10px;
}

.wp-pagenavi {
    padding-left: 20%;
    padding-top: 5rem;
    padding-bottom: 50px;
}


.wp-pagenavi span.current
.wp-pagenavi a {
    font-size: 14px;
    padding: 5px;
    color: #1b1f29;
    margin: 0 3px;
}

.arhive-posts-block-content {
	flex-direction: column;
}

.arhive-block-content {
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    width: 100%;
    max-width: 100%;
    margin: 1%;
    margin-bottom: 15px;
}

.block-post-title a {
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
}

.realizacje-content .blue-border-button a {
    font-size: 12px;
}

.webinary-white-block .elementor-column .elementor-widget-wrap {
	min-height: 150px;
    margin-top: 10px;
}

.webinary-white-block {
	margin-bottom: 15px !important;
}

.vertical-white-tab .elementor-widget-wrap .elementor-widget-container img {
    margin-top: 10px;
    max-width: 60px;
}

.vertical-white-tab .elementor-widget-wrap .elementor-heading-title.elementor-size-default {
    font-size: 20px;
    font-weight: 500;
}

.kup-blue-text span {
    font-size: 18px!important;
    font-weight: 500;
}

.vertical-white-tab .elementor-widget-wrap {
    padding: 10px!important;
    margin-bottom: 20px;
}

.leasing-blue-vlock-img {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    min-height: 250px;
}

.skontaktuj-z-nami .elementor-container.elementor-column-gap-default {
	padding: 25px;
}

.post.type-post {
	padding: 10px;
}

.kontakt-page-adress-section .elementor-divider .elementor-divider-separator span {
    font-size: 16px;
    line-height: 1.4;
}

.cf7-line-block textarea {
	    height: 90px;
}

.kontakt-tab-personal .elementor-accordion .elementor-tab-title,
.kontakt-page-zespol .elementor-tab-title a.elementor-accordion-title {
    font-size: 16px;
}

.kontakt-page-adress-section  .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 20px;
}

.kontakt-page-adress-section  .elementor-icon-list-icon i:before {
    color: #1654e0;
    transition: color .3s;
    font-size: 20px;
}

.kontakt-page-tab h5.elementor-image-box-title {
    color: #001e4d;
    font-size: 18px;
    font-weight: 500!important;
    margin-top: 0;
    line-height: 1.2;
}

.kontakt-page-zespol span.elementor-icon-list-text {
    font-size: 14px !important;
    display: block;
}

.kontakt-page-zespol .elementor-top-section {
	padding: 0px !important;
}

.kontakt-page-zespol .elementor-widget-image img {
    max-width: 450px;
}

.elementor-9842 .elementor-element.elementor-element-4be0d318,
.elementor-7512 .elementor-element.elementor-element-4be0d318 {
    padding: 10px 0 !important;
}

.footer-head-blcck form.wpcf7-form {
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.footer-head-blcck form.wpcf7-form input[type="email"]::placeholder {
	font-size: 16px;
}

.newsletter-send {
    padding-left: 0;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.newsletter-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}

.footer-head-blcck:last-child {
    background: #4070ff;
    color: #fff;
    padding-left: 3rem;
    padding-right: 6rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.19);
    width: 100%;
}

.newsletter-row-text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.newsletter-send input.wpcf7-submit {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: transparent;
    width: 100%;
    height: 40px;
    cursor: pointer;
    max-width: 100%;
    font-size: 18px;
    margin: 0 auto;
}

.newsletter-send:after {
    content: "";
    position: absolute;
    width: 63%;
    height: 40px;
    top: 4rem;
    background: url(/wp-content/uploads/2023/11/arrow-w.svg) no-repeat;
    right: 0.8rem;
    z-index: 0;
}

.kup-teraz-tab .eael-tabs-content ol {
	margin: 0;
}

.masz-pytania-section ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.masz-pytania-section .elementor-icon-list-icon svg {
    transition: fill .3s;
    width: 20px !important;
    height: 20px !important;
}

.zadaj-pytanie-right input[type="submit"] {
    background: #001e4d;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 50px;
    color: #fff;
}

select {
    border: 1px solid #001E4D;
    border-radius: 0;
    padding: 1rem;
    font-size: 14px !important;
    color: #001E4D !important;
}

.archive-description {
    font-size: 14px;
}

.absol-button-section .elementor-widget-container {
	display: flex;
    justify-content: center;
}

.zyskujesz-section-gs-section .elementor-column {
	max-width: 90%;
    margin-bottom: 15px;
}

.oferta-page-cf7 {
	max-width: 100%;
}

.oferta-page-cf7 input[type="text"], .oferta-page-cf7 input[type="tel"], .oferta-page-cf7 input[type="email"] {
    padding: 10px;
    font-size: 14px;
}

.oferta-page-cf7 input::placeholder {
	font-size: 16px;
}

.oferta-page-cf7 input.wpcf7-form-control.has-spinner.wpcf7-submit {
	height: 40px;
    cursor: pointer;
    max-width: 100%;
    font-size: 18px;
    padding: 10px 20px;
}

.oferta-page-cf7 span.wpcf7-form-control.wpcf7-checkbox {
    font-size: 10px;
    color: #001e4d;
    display: block;
    padding-top: 15px;
}

.wp-pagenavi span.current,
.wp-pagenavi a {
    font-size: 12px;
    padding: 5px;
    margin: 0 2px;
    line-height: 1;
}

section.ceny-nakladek-page {
    padding: 80px 20px;
}

.ceny-nakladek-content {
	flex-direction: column;
}

.ceny-nakladek-content-osn {
	    margin-bottom: 40px;
}

.ceny-nakladek-content-right {
    width: 100%;
    max-width: 650px;
}

section.ceny-nakladek-page .nakladka-name {
    font-size: 16px;
        max-width: 100px;
}

section.ceny-nakladek-page .price-zamow .price {
	font-size: 16px;
}

section.ceny-nakladek-page .price-zamow a {
	font-size: 14px;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	font-size: 14px;
}

.funkcje-section-block h5.elementor-image-box-title {
    color: #001e4d;
    font-size: 18px;
    font-weight: 500;
}

.funkcje-section-block .elementor-image-box-description {
    color: #001e4d;
    font-size: 14px;
}

.page-id-16504 section .elementor-widget-container {
	    display: flex;
    justify-content: center;
}

.wersje-gs-section a.elementor-toggle-title {
    color: #001e4d;
    font-size: 16px;
    font-weight: 500;
}

.wersje-gs-section .elementor-toggle-item .elementor-tab-content {
    color: #001e4d;
    font-size: 14px;
}

.wersje-gs-section a.download_wersja {
    background: #4070ff;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    max-width: 240px;
    text-align: center;
    justify-content: center;
}

.pytania-page-section .eael-accordion-tab-title {
    color: #001e4d!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.eael-accordion-content li {
    font-size: 14px;
    padding-bottom: 7px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
    margin: 0;
    font-size: 14px;
}

div#betterdocs-single-content,
.tab-gs .elementor-tab-content {
	font-size: 14px !important;
}

.strefa-col-block .elementor-widget-wrap>.elementor-element {
	max-width: 450px;
}

.strefa-col-block img {
    width: 60px;
}

.strefa-col-block .elementor-widget-image-box .elementor-image-box-title a {
    color: inherit;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    margin-top: -10px;
    display: block;
}

.sect_title h1 {
    color: #001E4D;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
}

.webinaria-section-description {
    font-size: 14px;
    line-height: 1.7;
    max-width: 90%;
    margin-bottom: 35px;
}

.webinaria-category {
    font-size: 20px;
    line-height: 1.7;
    max-width: 100%;
    color: #001E4D;
    padding-bottom: 20px;
}

.webinaria-post-block {
	flex-direction: column;
}

.webinaria-post {
    padding: 1rem;
    position: relative;
    width: 100%;
    min-height: 43rem;
    margin-right: 3rem;
    max-width: 450px;
    margin: 0 auto 35px;
        display: flex;
    flex-direction: row;
}

.webinaria-tag {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: #4070FF;
    padding: 10px;
    width: 120px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.webinaria-post-thumbnail {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    max-width: 150px;
}

.webinaria-post-thumbnail .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 160px;
}

.date_box {
    font-size: 14px;
    color: #001E4D;
    margin-bottom: 20px;
}

.webinaria-title a {
    color: #001E4D;
    text-decoration: none;
    font-size: 18px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
    line-height: 1.5;
}

.webinaria-text {
    margin-left: 10px;
}

.webinaria-text-begin {
	display: none;
}

.webinaria-post .read_more a {
    display: flex;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
}

.border-button a {
    background-color: transparent !important;
    border: 2px solid #001e4d;
    color: #001e4d;
    transition: .2s;
    font-size: 17px !important;
    padding: 10px 30px;
    text-decoration: none;
}

.elementor-1647 .elementor-element.elementor-element-9738e67 > .elementor-element-populated {
	margin: 15px 0 0 0 !important;
}

.zdobadz-wiedze-section-new h3 {
	font-size: 18px;
}
.home-zdobadz-section-p p {
    font-size: 14px;
    margin-top: 0;
}

.opinie-home-page img {
    width: auto;
    max-height: 30px;
}

.cennik-home-section h3.elementor-heading-title {
    font-size: 18px!important;
}

.cennik-gs-section .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated {
    padding: 15px;
}

.polecamy-home-section .elementor-column .elementor-widget-text-editor:last-child {
    position: relative;
    bottom: 0;
}

.poznaj-prod-video-col .elementor-widget-video {
    position: relative;
}

.home-tabs-section.elementor-section.elementor-section-boxed>.elementor-container {
	padding: 0 !important;
}

.poznaj-inne-gs .elementor-container.elementor-column-gap-default {
	    display: flex;
    flex-direction: column;
}

.vertical-white-tab .elementor-widget-wrap {
	max-width: 100%;
}

.elementor-widget-container ul li:before {
    left: -15px !important;
}

.kup-teraz-tab.new-tab-home-page .eael-advance-tabs .eael-tabs-nav>ul li {
    padding: 2rem 1rem 1rem 4rem!important;
}

.opinie-home-page .elementor-column {
	display: none;
}

.opinie-home-page .elementor-column:first-child {
	display: block;
}

section.breadkr-page {
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
}

.kup-teraz-tab.new-tab-home-page h4.elementor-heading-title {
	font-size: 18px;
}

.dlaczego-page-gs .elementor-widget-wrap {
	padding: 4rem 4rem 4rem 4rem !important;
}

.gs-dla-edukacji-block {
    justify-content: flex-start;
}

.eael-accordion-tab-title {
    font-size: 16px;
}

.gs-table-block .elementor-shortcode .elementor p span, .gs-table-block .elementor-shortcode .elementor p {
	font-size: 14px !important;
}

.poznaj-inne-gs .elementor-container.elementor-column-gap-default {
	padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.poznaj-inne-gs .elementor-column {
	width: 45% !important;
	margin-right: 4rem;
}

.poznaj-inne-gs .elementor-container.elementor-column-gap-default .elementor-widget-wrap.elementor-element-populated {
    max-width: 100%;
    min-width: 150px;
}

.gs-table-block .elementor-shortcode .elementor {
	display: none;
}

.blog-section-nakladki .wp-block-button a {
    background: #4070ff;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 0;
}

.cechy-gs-home-section-last:after {
	display: none;
}

.cechy-gs-home-section h5.elementor-heading-title {
	text-align: center !important;
}

.cechy-gs-home-section .elementor-widget-wrap>.elementor-element {
	text-align: center !important;
}

.home-dlaczego-new-section h4 {
	font-size: 20px;
}

.home-dlaczego-new-section p.elementor-image-box-description {
	font-size: 14px;
}

.home-dlaczego-new-section .elementor-image-box-content {
	padding: 15px;
}

.nakladki-block-ico-home img {
    display: none !important;
}

.chat-button a {
	font-weight: 400;
    background-color: transparent !important;
    border: 2px solid #001e4d;
    color: #001e4d;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    transition: .2s;
    font-size: 15px !important;
    min-width: 214px;
    border-radius: 0 !important;
}

.bransa-home-link-last a {
	bottom: 16rem;
	right: 4rem;
}

.ti-widget.ti-goog .ti-profile-img img {
	    object-fit: contain !important;
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    padding: 0 2rem;
}

.wsparcie-techniczne-top-section {
	background-image: none !important;
}

.dlaczego-page-gs .elementor-column {
    width: 100%;
    margin-bottom: 25px;
}

.section-column .elementor-column .elementor-widget-wrap {
	padding-left: 0 !important;
	padding-bottom: 25px !important;
}

.section-column {
	padding: 0 10px !important;
}

.elementor-element.elementor-element-292f3b6.elementor-widget.elementor-widget-heading,
.elementor-element.elementor-element-fec6fe7.elementor-widget.elementor-widget-heading {
    text-align: center;
}

.cechy-gs-home-section-last p {
	text-align: center !important;
}

.rozwiazania-enterprise-big-img img {
    position: relative;
    width: 100% !important;
    left: 0;
    display: block !important;
    max-width: 70rem;
    top: 3rem;
}

.cf7-line-block h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
}

.wpcf7 input[type="file"] {
	font-size: 12px;
}

.cf7-line-block .elementor-widget-wrap.elementor-element-populated .elementor-widget-eael-contact-form-7 .elementor-widget-container {
	max-width: 100%;
}

.elementor-14721 .elementor-element.elementor-element-382e1f1 > .elementor-element-populated {
    padding: 0rem 0rem 10rem 1rem;
}

.edukacyjna_form textarea::placeholder {
	font-size: 14px !important;
}


.ymc-smart-filter-container .search-layout .search-form__input::placeholder {
	font-size: 14px !important;
}

.nakladki-post-top {
	    flex-direction: column;
}

.nakladki-post-top .post-image {
    padding-right: 0 !important;
    width: 100%;
    max-width: 350px !important;
    padding-bottom: 25px;
}

.post-short-descr {
    width: 100%;
}

.post-short-description {
	font-size: 14px;
}

.elementor-element.elementor-element-117d667.section-column.elementor-widget.elementor-widget-text-editor {
    padding-left: 0 !important;
}

.elementor-element.elementor-element-109403d.asystent-button.elementor-widget.elementor-widget-heading {
    padding-left: 5px;
}

.metody-licencjonowania-page-img .elementor-widget-container img {
	position: relative;
}

.breadkr-page .elementor-container.elementor-column-gap-default {
	margin-left: 0;
}

.najnowsza-wersja-row .elementor-widget-wrap.elementor-element-populated {
    max-width: 350px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 0 25px 0 !important;
}

.najnowsza-wersja-do-licencji-section img {
    position: relative;
    right: 0;
    width: auto;
    height: auto !important;
}

.page-id-14917 .vertical-white-tab .elementor-widget-wrap .elementor-heading-title.elementor-size-default {
    font-size: 20px;
    font-weight: 500;
}

.page-id-14917 .kup-teraz-tab .vertical-white-tab li {
	font-size: 14px;
}

.page-id-14917 .kup-teraz-tab .vertical-white-tab li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -2rem;
    width: 5px;
    height: 5px;
    background: #1654e0;
}

.page-id-14917 .kup-teraz-tab .eael-advance-tabs .eael-tabs-nav>ul li.active:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: -2px !important;
    background: #001e4d;
    top: 0;
    display: block !important;
}

.page-id-14917 .kup-teraz-tab .eael-advance-tabs .eael-tabs-nav ul:before {
    min-height: 30rem !important;
}

.pum-content span.wpcf7-form-control.wpcf7-checkbox {
	font-size: 10px;
}

.pum-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #001e4d;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    color: #fff;
}

.pum-container.pum-responsive {
    left: 50%;
    width: 95%;
    height: auto;
    left: 2.5% !important;
}

.skontaktuj-z-nami.leasing-page-bottom .leasing-blue-vlock-img img {
    position: relative;
    right: 0;
    top: 0;
    min-height: 34rem;
    left: 0;
}

.elementor-1359 .elementor-element.elementor-element-6e4fa27 > .elementor-element-populated {
    padding: 25px 0 25px 0 !important;
}

.elementor-social-icons-wrapper.elementor-grid .elementor-icon i   {
	font-size: 25px;
}

.elementor-1359 .elementor-element.elementor-element-dc9d22b .elementor-icon-list-icon svg,
.elementor-1359 .elementor-element.elementor-element-a007bd5 .elementor-icon-list-icon svg,
.elementor-1359 .elementor-element.elementor-element-43657f0 .elementor-icon-list-icon svg,
.elementor-1359 .elementor-element.elementor-element-17581c0 .elementor-icon-list-icon svg {
    fill: #1654e0;
    transition: fill .3s;
    width: 20px;
    height: 20px;
}

.kontakt-tab-personal .elementor-accordion .elementor-tab-title:after {
	top: 4rem;
}

.newsletter-send {
    padding-left: 0;
    position: relative;
    max-width: 100%;
    margin: 20px auto 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.newsletter-send p {
    display: flex;
    flex-direction: column;
}
	
.poznaj-inne-mob {
	display: block;	
}	

.poznaj-inne-gs img {
    height: 80px !important;
    width: auto !important;
}
	
.poznaj-inne-gs section .elementor-col-33 .elementor-widget-wrap.elementor-element-populated {
	display: none;
	}		
	
.poznaj-inne-gs section:first-child .elementor-col-33 .elementor-widget-wrap.elementor-element-populated {
	display: block;
	}
.poznaj-inne-produkty-gs a {
    font-size: 14px !important;
}	

.cennik-mob-show {
	display: block;
}

section.cennik-mob-hide {
	display: none;
}

.page-id-14661 .navicube-gs-section,
.elementor-page-14565 .navicube-gs-section {
	display: none;
}

.navicube-gs-section-mob {
	display: block;
}

.navicube-gs-section-mob a.elementor-accordion-title {
    font-size: 18px;
    font-weight: 400;
    color: #001e4d;
    padding-left: 45px;
    position: relative;
    line-height: 1.5;
    padding-top: 1rem;
}

.navicube-gs-section-mob a.elementor-accordion-title:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -8px;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2023/10/ico-3-1.png) no-repeat;
    background-size: contain;
}

.navicube-gs-section-mob .elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc;
    border: 1px solid #DCDEE3;
    margin: 1% 1% 10px 1%;
    padding: 1.5rem 0.5rem;
    background: transparent;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
}

.zadaj-pytanie-right table tr {
	display: flex;
    flex-direction: column;
}

.zadaj-pytanie-right table tr input[type="file"] {
    font-size: 12px;
}

.szkolenia-top-section {
	background-image: none !important;
	padding-top: 40px;
}

.skol-kurs-section img {
    position: absolute;
    width: 20px;
    top: 20px;
}

.skol-kurs-section .elementor-widget-container {
	padding-left: 35px !important;
}

.elementor-15620 .elementor-element.elementor-element-b5b7c99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0;
}


.date-post {
    color: #8f9ecb;
    font-size: 12px !important;
    padding-left: .3rem;
}	

.blog-section-sidebar {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
}

.sidebar-title {
    color: #001e4d;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0;
}

.blog-section-sidebar a, .blog-section .elementor-widget-sidebar a {
	font-size: 16px !important;
}

.blog-section-sidebar .read-more a,
.aktualnosci-content-block-text.section-deckription p {
	font-size: 12px !important;
}

.blog-section-sidebar .read-more a img {
    margin-left: 10px !important;
    width: 20px !important;
}

.skol-kurs-section .elementor-widget-wrap {
	margin-bottom: 20px !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
.pum-content button, .pum-content input[type="button"],.pum-content  input[type="reset"], .pum-content input[type="submit"] {
	    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    color: #fff;
}

.elementor-13366 .elementor-element.elementor-element-5a53000 .gallery-item img {
    border-radius: 0 !important;
    border: 1px solid #d3d1d6;
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img {
    width: 100%;
    height: 180px !important;
    object-fit: cover;
    transition: .3s;
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title {
	font-size: 18px !important;
}

.page-template-default article .entry-content {
    margin-top: 0;
    font-size: 14px;
}

.page-template-default article header.entry-header h1 {
    font-size: 22px;
}

.strefa-wIedzy-tab .elementor-tab-content h4, .strefa-wIedzy-tab .elementor-tab-content h3 {
	font-size: 16px !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	font-size: 14px;
}

.wpcf7-not-valid-tip {
    font-size: 10px;
}

.betterdocs-wrapper.betterdocs-docs-archive-wrapper:not(.betterdocs-category-layout-4):not(.betterdocs-category-layout-6) .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-title:not(a) {
    font-size: 20px !important;
}

div#betterdocs-single-main {
	max-width: 100%;
}

#betterdocs-breadcrumb li a, #betterdocs-breadcrumb span {
    font-size: 12px !important;
}

h1#betterdocs-entry-title {
    font-size: 16px !important;
    font-weight: 500;
    color: #001e4d;
}

.betterdocs-single-wrapper.betterdocs-single-layout-1 .betterdocs-social-share .betterdocs-social-share-heading h5,
.betterdocs-article-reactions .betterdocs-article-reactions-heading h5 {
    font-size: 12px !important;
    margin: 0;
}
	
.betterdocs-live-search .betterdocs-searchform .betterdocs-search-field::placeholder {
	font-size: 12px !important;
}

.premiera-page-logo {
	display: none;
}

.premiera-content-block {
    display: flex;
    flex-direction: column;
}

.premiera-content-block-img img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-left: auto;
}

.premiera-content-block-img {
    display: flex;
}

.premiera-page-banner-title {
    font-family: "indivisible";
    color: #1C1C1C;
    font-size: 38px;
    max-width: 100%;
    line-height: 1.2;
    font-weight: 800;
    padding-bottom: 15px;
}

.premiera-page-banner-descr {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.5;
    color: #434343;
}

.pr-border-button a {
    display: flex;
    border: 2px solid #1C1C1C;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 35px;
    border-radius: 20px;
    min-width: 130px;
    justify-content: center;
    color: #1C1C1C;
}

.premiera-page-banner-content {
    padding-bottom: 90px;
}

img.premiera-page-banner-black-img {
	display: none;
}

.premiera-big-title {
    font-size: 28px;
    max-width: 90%;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 15px;
}

.premiera-page-nowosci-content {
	flex-direction: column;
	align-items: center;
}

.premiera-page-nowosci-block {
    width: 90%;
    max-width: 350px;
    border-radius: 0.7rem;
    background: #f1f8ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 3rem 3rem;
    position: relative;
    margin: 0 2rem 65px;
}

.premiera-page-nowosci-img {
    position: absolute;
    top: -55px;
    width: 100px;
    height: 100px;
}

.premiera-page-nowosci-title {
    color: #1C1C1C;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    min-height: 5.4rem;
    padding-bottom: 10px;
}

.premiera-page-nowosci-section .premiera-content {
    padding: 0 6rem;
}

.premiera-page-nowosci-button-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pr-blue-button a {
    color: #fff;
    background: #0855F3;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 35px;
    border-radius: 20px;
    min-width: 243px;
    justify-content: center;
    margin-top: 15px;
}





}

@media (max-width: 450px) {

.poznaj-inne-gs .elementor-column {
    width: 100% !important;
    margin-right: 0rem;
    margin-bottom: 20px;
}

.poznaj-inne-produkty-gs .elementor-widget-button .elementor-button-wrapper {
	justify-content: center;
    display: flex;
}

.elementor-tabs p {
	overflow-wrap: anywhere;
}

.elementor-accordion tr td {
    padding-bottom: 10px;
    display: flex;
    text-align: center;
}

.elementor-accordion tr {
    display: flex;
    flex-direction: column;
}

.elementor-accordion tr td a#blue-button {
	margin-bottom: 10px;
}

.poznaj-prod-video-col .elementor-widget-video {
	display: none;
}

.poznaj-prod-video-section .breadkr-page {
	padding-top: 0 !important;
}

.newsletter-row-text-img {
    margin-right: 5px;
    width: 30px;
}

article#post-15620 {
    padding-top: 50px;
}

.arhive-posts-block-content .block-post-title a {
    font-size: 14px !important;
    height: auto;
    overflow: hidden;
    margin-bottom: .5rem;
}

.cechy-img-section img {
	display: none !important;
}

.warunki-open {
    font-size: 14px !important;
    padding-top: 5px;
}

.eduk-gs-img img {
    position: relative !important;
    width: 80% !important;
    left: 0;
    max-width: 280px !important;
}

.roz-last-block-with-img {
	position: relative !important;
	max-width: 350px !important;
    padding-bottom: 15px !important;
}

.nakladki-price-block {
    font-size: 20px !important;
    font-weight: 600;
    color: #001e4d;
}

.elementor-element-e9c9b5e .wt-section-button .border-button a {
    padding: 10px 25px !important;
}

.elementor-element-e9c9b5e .wt-section-button #blue-button {
	padding: 10px 15px !important;
    min-width: 225px !important;
    width: 225px !important;
}

.blog-section-content .wp-block-button a {
		background: #4070ff;
        font-weight: 400;
        font-size: 15px !important;
        padding: 15px 20px !important;
        color: #fff;
        text-decoration: none;
        min-width: 214px;
}

.kont-page-soc-block .footer-social-inner-wrap a {
    width: 35px;
    margin-right: auto;
}

.blog-section-content article ul li {
        position: relative;
        list-style: disc;
 }

.blog-section-content article ul {
	margin-left: 0;
} 

.blog-section-content .entry-content .wpcf7 {
	max-width: 100%;
}

.post span.wpcf7-form-control.wpcf7-checkbox {
    font-size: 10px;
    color: #001e4d;
}

.post .wpcf7-submit {
    background: #001e4d;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    color: #fff;
}

.aktualnosci-content-block-text.section-deckription {
    font-size: 11px;
}




}