/*!
Theme Name: crmatic
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: crmatic
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.

crmatic 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%;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font-size: 14px;
    font-size: .85vw;
    scroll-behavior: smooth;
}


.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* 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;
}

/**
 * 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: "Plus Jakarta 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: #800080;
}

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

a:focus {
	outline: 0;
}

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

/* 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;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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;
}

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 #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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%;
}

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




.blue-button-head {
	margin-left: 5.8rem;
}	
    
.blue-button-head .btn {
     font-size: 0.8rem;
     line-height: 1em;
     letter-spacing: 0.04em;
     display: inline-block;
}
.blue-button-head  .btn--svg {
     position: relative;
     overflow: hidden;
     border-radius: 3rem;
     height: 2.7rem;
     width: 10.8rem;
}
.blue-button-head .btn--svg:hover .btn--svg__circle circle {
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     transform: scale(0);
}
.blue-button-head .btn--svg:hover .btn--svg__label {
     color: #123fa7;
     font-weight: 500;
}
.blue-button-head .btn--svg:hover .btn--svg__border--left path, .btn--svg:hover .btn--svg__border--right path {
     stroke-dasharray: 61.8204345703 61.8204345703;
     stroke-dashoffset: 0;
     -webkit-transition-delay: 0.25s;
     -webkit-transition-duration: 0.5s;
     -webkit-transition-timing-function: ease-in-out;
     -webkit-transition-property: stroke-dashoffset;
     -moz-transition-delay: 0.25s;
     -moz-transition-duration: 0.5s;
     -moz-transition-timing-function: ease-in-out;
     -moz-transition-property: stroke-dashoffset;
     -ms-transition-delay: 0.25s;
     -ms-transition-duration: 0.5s;
     -ms-transition-timing-function: ease-in-out;
     -ms-transition-property: stroke-dashoffset;
     transition-delay: 0.25s;
     transition-duration: 0.5s;
     transition-timing-function: ease-in-out;
     transition-property: stroke-dashoffset;
}
.blue-button-head .btn--svg__label {
    text-align: center;
    color: #fff;
    z-index: 3;
    width: 100%;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    text-transform: uppercase;
}
.blue-button-head .btn--svg__circle circle {
     -webkit-transition: transform 0.5s ease-in-out;
     -webkit-transform: scale(1.1);
     -webkit-transform-origin: 50% 50%;
     -moz-transition: transform 0.5s ease-in-out;
     -moz-transform: scale(1.1);
     -moz-transform-origin: 50% 50%;
     -ms-transition: transform 0.5s ease-in-out;
     -ms-transform: scale(1.1);
     -ms-transform-origin: 50% 50%;
     transition: transform 0.5s ease-in-out;
     transform: scale(1.1);
     transform-origin: 50% 50%;
}
.blue-button-head .btn--svg__border--left path, .btn--svg__border--right path {
     stroke-dasharray: 61.8204345703 61.8204345703;
     -webkit-transition-duration: 0s;
     -webkit-transition-timing-function: ease-in-out;
     -webkit-transition-property: stroke-dashoffset;
     -webkit-transition-delay: 0.5s;
     -moz-transition-duration: 0s;
     -moz-transition-timing-function: ease-in-out;
     -moz-transition-property: stroke-dashoffset;
     -moz-transition-delay: 0.5s;
     -ms-transition-duration: 0s;
     -ms-transition-timing-function: ease-in-out;
     -ms-transition-property: stroke-dashoffset;
     -ms-transition-delay: 0.5s;
     transition-duration: 0s;
     transition-timing-function: ease-in-out;
     transition-property: stroke-dashoffset;
     transition-delay: 0.5s;
}
.blue-button-head .btn--svg__border--left path {
     stroke-dashoffset: -61.8204345703;
}
.blue-button-head .btn--svg__border--right path {
     stroke-dashoffset: 61.8204345703;
}
.blue-button-head .btn--svg svg, .btn--svg__label {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -webkit-transform-origin: 50% 50%;
     -moz-transform: translate(-50%, -50%);
     -moz-transform-origin: 50% 50%;
     -ms-transform: translate(-50%, -50%);
     -ms-transform-origin: 50% 50%;
     transform: translate(-50%, -50%);
     transform-origin: 50% 50%;
}
.blue-button-head .c-white {
     color: white;
}

.blue-button-head a.btn--svg {
     position: relative;
     text-decoration: none;
}
.blue-button-head a.btn--svg:after {
     content: '';
     height: 1px;
     bottom: -4px;
     position: absolute;
     left: 5%;
     right: 95%;
     background: red;
     transition: right 0.25s ease-in-out;
}
.blue-button-head a.btn--svg:hover:after {
     right: 5%;
}




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

.post,
.page {
	margin: 0;
}

.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;
}


/*  =================================================================================================  */
/*  =================================================================================================  */
/*  =================================================================================================  */
/*  =================================================================================================  */
/*  =================================================================================================  */


.site-branding a {
    width: 23.6rem;
    display: flex;
    align-items: center;
}

.site-branding a img {
    height: 2.3rem;
}

.header-content {
    padding: 1.3rem 1.9rem 0.5rem 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

ul#primary-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.menu-item {
	padding: 0 0.5rem;
}

.menu-item a {
    color: #272A4C;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 0.5rem;
    margin-left: 4.9rem;
    /*border-bottom: .1rem solid transparent; */
    position: relative; 
    overflow: hidden;
}

.menu-item a::before {
    content: ''; 
    position: absolute;
    bottom: 0;   
    left: 0;     
    width: 100%;
    height: 0.1rem;
    background-color: #004D9A;
    transform: scaleX(0); 
    transform-origin: bottom right;
    transition: transform 0.3s ease; 
}

.menu-item a:hover::before {
    transform: scaleX(1); 
    transform-origin: bottom left;
}

/*.menu-item a:hover {
	border-bottom: 0.1rem solid #004D9A;
}*/

.menu-blue-button a {
		color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    display: flex;
    height: 2.7rem;
    justify-content: center;
    align-items: center;
    width: 10.8rem;
    border-radius: .8rem .8rem;
    position: relative;
    padding: 0 1rem;
    text-align: center;
    text-transform: uppercase;
        background: rgba(34,95,199,1);
background: -moz-linear-gradient(top, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,95,199,1)), color-stop(100%, rgba(12,50,155,1)));
background: -webkit-linear-gradient(top, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
background: -o-linear-gradient(top, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
background: -ms-linear-gradient(top, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
background: linear-gradient(to bottom, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225fc7', endColorstr='#0c329b', GradientType=0 ); 
    margin-left: 5.8rem;
}

.menu-blue-button {
	display: none;
}

/*.menu-blue-button a:after {
		content: '';
	position: absolute;
	width: 1.7rem;
	height: 1.7rem;
	background: url(/wp-content/uploads/2025/01/Group-86-24ccf5.svg);
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: contain;
}*/
	
.site-header {
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #fff;
    height: 5.4rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

section.home-banner-section {
    height: 84vh;
    background-size: cover;
    padding-top: 20rem;
    overflow: hidden;
}

.home-banner-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-banner-title {
		color: #fff;
    font-size: 5.1rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 500;
    margin-left: -4.8rem;
    margin-top: -0.3rem;
    letter-spacing: 1.6px;
}

.home-banner-descr {
    color: #fff;
		font-weight: 500;
    font-size: 2.8rem;
    padding-top: 0;
    margin-left: -3.6rem;
    letter-spacing: 2px;
    padding-bottom: 3.5rem;
    line-height: 1.2;
    position: relative;
}

.home-banner-descr:before {
    content: '';
    position: absolute;
    top: 2rem;
    left: -7.2rem;
    width: 5rem;
    height: 0.2rem;
    background: #fff;
}

.home-banner-descr:after {
	    content: '';
    position: absolute;
    top: 2rem;
    right: -8.2rem;
    width: 5rem;
    height: 0.2rem;
    background: #fff;
}

.blue-button a {
		color: #fff;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    height: 4rem;
    justify-content: center;
    align-items: center;
    width: 15.7rem;
    border-radius: 0.8rem 0.8rem;
    position: relative;
    text-transform: uppercase;
    background: rgba(34,95,199,1);
background: -moz-linear-gradient(top, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,95,199,1)), color-stop(100%, rgba(12,50,155,1)));
background: -webkit-linear-gradient(top, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
background: -o-linear-gradient(top, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
background: -ms-linear-gradient(top, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
background: linear-gradient(to bottom, rgba(34,95,199,1) 0%, rgba(12,50,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225fc7', endColorstr='#0c329b', GradientType=0 );
}

/*.blue-button a:after {
	content: '';
	position: absolute;
	width: 1.7rem;
	height: 1.7rem;
	background: url(/wp-content/uploads/2025/01/Group-86-24ccf5.svg);
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: contain;
}*/

.home-after-banner-content {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
    margin-top: -4rem;
    padding: 0 5.5rem;
    justify-content: space-between;
}

.home-after-banner-block {
    background: #0B52F6; 
    width: 32rem;
    border-radius: 1.7rem;
    height: 24rem;
    padding: 1.5rem 1.5rem 2rem 2rem;
}

.home-after-banner-title {
    color: #fff;
    font-size: 2.35rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -1px;
}

.home-after-banner-descr {
		color: #272A4C;
    font-size: 1.15rem;
    font-weight: 400;
    padding-top: 1.5rem;
    line-height: 2.3;
    letter-spacing: -1px;
    padding-right: 2.5rem;
}

.home-after-banner-block.home-after-banner-block-two {
    margin-top: 6.7rem;
    display: flex;
    flex-direction: column;
    padding: 2rem 2.7rem 1.5rem;
    background: url(/wp-content/uploads/2025/01/ddd.png) no-repeat;
}

.home-after-banner-block.home-after-banner-block-last {
    margin-top: 12rem;
    display: flex;
    flex-direction: column;
    padding: 2rem 2.7rem 1rem;
    background: url(/wp-content/uploads/2025/01/Group-147.png) no-repeat;
}


.home-after-banner-block.home-after-banner-block-first {
    background: url(/wp-content/uploads/2025/01/Group-145.png) no-repeat;
}    

.home-after-banner-block { 
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}    

.home-after-banner-block .home-after-banner-descr {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}
  
.home-after-banner-block:hover {
		justify-content: space-between;
    background: #DDDDDD;
    padding-bottom: 2.5rem;
 /*   -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;*/
}

.home-after-banner-block:hover .home-after-banner-title {
	  color: #225FC7;
}

.home-after-banner-block:hover .home-after-banner-descr {
    height: auto; 
    opacity: 1;
    transition: height 0ms 0ms, opacity 400ms 0ms;
}


.home-after-banner-section {
    padding-bottom: 4rem;
    position: relative;
}

.home-screan-section {
    padding-top: 1.6rem;
}

.bold-title {
    color: #272A4C;
    text-align: center;
    font-weight: 900;
    font-size: 2.9rem;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.bold-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 21rem;
    height: 0.2rem;
    background: #225FC7;
    bottom: -1.4rem;
    margin: 0 auto;
}

.home-screan-section-content {
    padding: 0 1.5rem;
    margin-top: -3.3rem;
    position: relative;
}

.home-screan-section-content img.home-screan-big-img {
    position: relative;
    z-index: 1;
    max-width: 82.5rem;
    height: auto;
    margin: 5.5rem auto 0;
    display: block;
}

.home-screan-section-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 39rem;
    left: 0;
    top: -7rem;
    background: #fff;
}

.home-after-banner-section:after {
    content: '';
    position: absolute;
    top: 4rem;
    left: 0;
    background: #fff;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.home-glowne-section {
    padding-top: 4.2rem;
}

.bold-black-title {
    color: #01050C;
    text-align: center;
    font-size: 3.9rem;
    font-weight: 900;
}

.home-screan-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10.5rem;
    background: #DDDDDD;
    left: 0;
    bottom: 0.5rem;
}

.home-glowne-section-content {
    padding: 4rem 9.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-glowne-block {
    border: 1px solid #DDDDDD;
    border-radius: 1.8rem;
    width: 32rem;
    display: flex;
    flex-direction: row;
    min-height: 16rem;
    margin-bottom: 2rem;
    padding: 2rem 3rem 0.5rem;
}

.home-glowne-block-img {
    width: 6rem;
    margin-top: 3rem;
    margin-right: 3rem;
}

.home-glowne-block-img img {
    width: 100%;
    min-width: 6rem;
}

.home-glowne-block-title {
    color: #225FC7;
    font-weight: 900;
    font-size: 1.4rem;
}

.home-glowne-block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-glowne-block-descr {
    color: #01050C;
    font-size: 1rem;
}

.home-system-dopasowany-section {
    padding-top: 7.3rem;
    padding-bottom: 3.6rem;
}

.home-system-dopasowany-section .bold-black-title {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 4rem;
    padding-bottom: 4.4rem;
}

.home-system-dopasowany-content {
    width: 100%;
    max-width: 81rem;
    margin: 6.8rem auto 0;
}

.home-system-dopasowany-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.home-system-dopasowany-title-red {
    color: #225FC7;
    padding-top: 3.2rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.55rem;
}

.home-system-dopasowany-img {
    width: 50%;
}
.home-system-dopasowany-img img {
    border-radius: 1.8rem;
    overflow: hidden;
}

.home-system-dopasowany-title-black {
		color: #01050C;
    font-weight: 900;
    font-size: 1.43rem;
    color: #225FC7;
    padding-top: 0.2rem;
}

.home-system-dopasowany-descr {
    color: #01050C;
    font-size: 1rem;
    line-height: 1.5;
}

.home-system-dopasowany-block:nth-child(even) {
    flex-direction: row-reverse;
}

.home-system-dopasowany-block:nth-child(even) .home-system-dopasowany-title-red {
    padding-top: 4rem;
}

.home-system-dopasowany-block:last-child {
    margin-top: 6.7rem;
}

.home-long-banner-section {
    height: 17.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
        position: relative;
    z-index: 1;
}

.home-moduly-section .bold-black-title {
    text-transform: uppercase;
}

.home-moduly-section-descr-last {
    color: #01050C;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 0;
    width: 60rem;
    margin: 0 auto;
    line-height: 1.8;
    padding-bottom: 3.6rem;
}

.home-moduly-section-descr-first {
    color: #01050C;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 3rem;
    width: 60rem;
    margin: 0 auto;
    line-height: 1.8;
    padding-bottom: 2rem;
}

.home-moduly-section-content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2.7rem;
    padding-left: 9.5rem;
    padding-right: 9.5rem;
}

.home-moduly-block {
    border: 1px solid #DDDDDD;
    border-radius: 2rem;
    position: relative;
    padding: 2.8rem 2.6rem 2.6rem;
    display: flex;
    flex-direction: column;
    min-height: 17.5rem;
    justify-content: space-between;
}

.home-moduly-block-top .home-system-dopasowany-title-red {
    padding-top: 0;
}

.home-moduly-block-top .home-system-dopasowany-title-black {
    font-size: 1.9rem;
    position: relative;
    z-index: 1;
}

.home-moduly-block-blue img {
    height: 4.2rem;
    margin-top: 1.4rem;
    margin-left: 4rem;
}

.home-moduly-block-blue {
    position: absolute;
    top: 0;
    right: 0;
    background: #DDDDDD;
    width: 10.5rem;
    height: 10.5rem;
    border-radius: 0 2rem 0 11rem;
}

.home-moduly-block-descr {
    color: #01050C;
    font-weight: 500;
    padding-bottom: 1.5rem;
    line-height: 2;
}

.home-moduly-block-link a {
    color: #225FC7;
    font-weight: 900;
    font-size: 1rem;
    text-decoration: none;
}

.blue-button-not-fon a {
    color: #225FC7;
    font-weight: 900;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
}

.home-long-banner-section .container-crmatic {
    width: 100%;
    padding-left: 9.5rem;
    padding-right: 9.5rem;
}

.home-long-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-long-banner-content .bold-title:after {
	display: none;
}

.home-long-banner-content .bold-title {
	  color: #01050C;
}

.home-moduly-section-content .swiper-container {
    padding-bottom: 3.5rem;
}

.home-moduly-section-content .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0rem;
}

.home-moduly-section-content .swiper-pagination-bullet {
    background: #0B52F6; 
}

.home-moduly-section-content-osn-new,
.home-moduly-section-content-osn {
    position: relative;
}

.home-moduly-section-content-osn-new .swiper-button-prev {
    left: 1.5rem;
    right: auto;
    width: 4.1rem;
    top: 12rem;
    background: url(/wp-content/uploads/2025/01/Group-81-a6f639.svg) no-repeat;
    background-size: contain;
    z-index: 15;
}

.home-moduly-section-content-osn-new .swiper-button-next {
    right: 1.5rem;
    left: auto;
    width: 4.1rem;
    top: 12rem;
    background: url(/wp-content/uploads/2025/01/Group-80-6fea49.svg) no-repeat;
    background-size: contain;
    z-index: 15;
}

.home-moduly-section-blue-button {
    display: flex;
    justify-content: center;
}

.home-moduly-section {
    padding-top: 6.8rem;
    padding-bottom: 5.5rem;
}


.home-numbers-section {
    background: #01050C;
}

.czym-jest-section-content-number {
    width: 100%;
    max-width: 87rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 4.8rem;
    min-height: 17.5rem;
}

.dlaczego-numbers.counter {
    color: #fff;
    font-size: 6.5rem;
    line-height: 1;
    font-weight: 900;
    min-height: 7rem;
    letter-spacing: -2px;
    min-width: 8rem;
}

.dlaczego-numbers-text.home-system-dopasowany-title-red {
    padding-top: 0.7rem;
    text-align: center;
}

.dlaczego-numbers-block {
    min-width: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-moduly-section.home-partner-slider {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.home-moduly-section.home-partner-slider .bold-black-title {
    font-size: 2.7rem;
}

.home-moduly-section.home-partner-slider .home-moduly-section-descr-first {
    padding-bottom: 2.3rem;
}

.home-moduly-section.home-partner-slider .home-moduly-block {
    min-height: 10rem;
    padding: 1rem 2.6rem;
    margin-top: 2rem;
}

.home-partner-slider .home-moduly-block-descr {
	padding-bottom: 0;
}

.home-moduly-section.home-partner-slider .home-system-dopasowany-title-red {
    padding-top: 0.5rem;
}

.partner-slider-block:after {
    content: '';
    position: absolute;
    top: -1.8rem;
    right: 1.8rem;
    font-size: 9rem;
    background: url(/wp-content/uploads/2025/01/„.svg);
    width: 3.6rem;
    height: 4rem;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-Skontaktuj-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 14.5rem 0 9.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-Skontaktuj-title {
    color: #01050C;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 0.5rem;
}

.page-template-home-page .home-Skontaktuj-title {
	text-align: left;
}

.home-Skontaktuj-descr {
    color: #01050C;
    font-size: 1.4rem;
    padding: 0.7rem 7rem 2rem 0;
    line-height: 1.9;
    max-width: 49rem;
}

.home-Skontaktuj-soc-block-ico {
    width: 4rem;
    margin-left: 0.6rem;
    margin-right: 3.5rem;
}

.home-Skontaktuj-soc-block {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 1.1rem;
}

.home-Skontaktuj-soc-title-red {
    color: #225FC7;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.55rem;
}

.home-Skontaktuj-soc-text {
    color: #01050C;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 0.4rem;
}



.cf7-row div {
    position: relative;
    width: 100%;
}

.cf7-row input::placeholder,
.cf7-row textarea::placeholder {
    color: #01050C;
    letter-spacing: 0.2rem;
}

.cf7-row.cf7-row-textarea div {
    width: 100%;
}

span.wpcf7-form-control.wpcf7-checkbox {
    color: #01050C !important;
    margin-bottom: 0 !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 {
    color: #000 !important;
    border: 0.2rem solid #0B52F6 !important;
    padding: 1.2rem 1.5rem !important;
    border-radius: 1rem !important;
    margin-bottom: 0;
    background: transparent;
    margin-right: 1.2rem;
    font-size: 1.2rem;
    font-weight: 600;
    width: calc(100% - 1.2rem) !important;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: 900;
}

.cf7-row textarea {
    height: 8.2rem;
    resize: none;
    outline: none;
}


input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    height: 3.8rem;
    justify-content: center;
    align-items: center;
    width: 15.7rem;
    border-radius: 2rem;
    position: relative;
    text-transform: uppercase;
    background: rgba(34, 95, 199, 1);
    background: -moz-linear-gradient(top, rgba(34, 95, 199, 1) 0%, rgba(12, 50, 155, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34, 95, 199, 1)), color-stop(100%, rgba(12, 50, 155, 1)));
    background: -webkit-linear-gradient(top, rgba(34, 95, 199, 1) 0%, rgba(12, 50, 155, 1) 100%);
    background: -o-linear-gradient(top, rgba(34, 95, 199, 1) 0%, rgba(12, 50, 155, 1) 100%);
    background: -ms-linear-gradient(top, rgba(34, 95, 199, 1) 0%, rgba(12, 50, 155, 1) 100%);
    background: linear-gradient(to bottom, rgba(34, 95, 199, 1) 0%, rgba(12, 50, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225fc7', endColorstr='#0c329b', GradientType=0 );
    border: 0.2rem solid #123fa7;
    background: #123fa7;
    padding: 0;
    -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  overflow: hidden;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: color, background-color;
	  transition-property: color, background-color;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	color: #123fa7;
	background: #fff;
}


span.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    font-size: 10px;
    color: #000;
    margin-bottom: 10px;
}

span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
}

.wpcf7 input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 5px;
}

.wpcf7 .line-button p:after {
    height: 1px;
    background: #000;
    left: -19%;
    top: 5rem;
    transition: left .8s;
}

span.cf7-tel {
    position: absolute;
    z-index: 1;
    margin-top: -0.7rem;
    margin-left: 1rem;
    padding: 0 0.5rem;
    display: none;
    font-size: 12px;
    color: #0B52F6;
    background: #fff;
}

.wpcf7-not-valid-tip {
    font-size: 10px;
    /*margin-top: -10px;*/
    margin-top: 0;
}

.cf7-row input:focus-visible {
    border: 0.2rem solid #0B52F6 !important;
    outline: none;
}

.cf7-row.cf7-row-textarea div:has(textarea:focus-visible) span.cf7-tel, .cf7-row div:has(input:focus-visible) span.cf7-tel {
    display: block;
}

.home-Skontaktuj-block-form {
    width: 39rem;
    padding-top: 5.2rem;
}

.cf7-row div p {
    margin-bottom: 1rem;
}

    
.wpcf7-checkbox label {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
}

.wpcf7-checkbox label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wpcf7-checkbox label .wpcf7-list-item-label {
    display: inline-flex;
    align-items: flex-start;
    user-select: none;
    font-size: 0.7rem;
}
.wpcf7-checkbox label .wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    padding: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 18%;
    flex-shrink: 0;
    flex-grow: 0;
    border: 0.1rem solid #0B52F6;
    background-color: #fff;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-size: 80%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

p:has(span.wpcf7-form-control.wpcf7-checkbox) {
    margin: 0.2rem 0;
}

.line-button {
    position: relative;
}

img.submit-img {
    position: absolute;
    left: 22.05rem;
    top: 2.63rem;
    display: none;
}

.home-Skontaktuj-section {
    padding-bottom: 1rem;
}	

.footer-content {
    display: flex;
    min-height: 25rem;
    padding: 4rem 9.5rem 2rem;
}

.footer-logo-text {
    color: #272A4C;
    font-size: 2rem;
    font-weight: 900;
    padding-top: 1.2rem;
    letter-spacing: -0.3px;
}

.footer-logo img {
    width: 15.3rem;
}

.footer-logo {
    width: 24rem;
}

.footer-content-col-two {
    padding-top: 0.6rem;
    width: 24.5rem;
}

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

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

.footer-content-menu ul li,
.footer-content-menu ul li a {
	color: #01050C;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    text-decoration: none;
}

.footer-content-col-block .home-Skontaktuj-soc-title-red {
	padding-bottom: 0.9rem;
}

.footer-content-menu {
    padding-bottom: 2rem;
}

.footer-content-menu p a,
.footer-content-menu p {
	color: #01050C;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    text-decoration: none;	
}

.footer-content-col-three {
    padding-top: .6rem;
    width: 32.7rem;
    padding-right: 3rem;
}

.footer-content-col-last {
	padding-top: .6rem;
}

.footer-soc-blocks img {
    width: 2.6rem;
    margin-right: 1.8rem;
}

.footer-soc-blocks {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}

.footer-soc-chrome img {
    width: 2.6rem;
    margin-right: 1rem;
}

.footer-soc-chrome {
    padding-top: 1rem;
}

.footer-soc-chrome > div {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
}

.site-footer {
	background: #ddd;
	position: relative;
    z-index: 1;
}

.site-header.header_fixed {
	background: #fff;
	height: 3.5rem;	
}

.site-header.header_fixed .header-content {
	padding: 0.3rem 1.9rem 0.3rem 1.4rem;
}

	
.baza-wiedzy-section {
    position: relative;
    width: 100%;
    height: 29rem;
    /*background: url(/wp-content/uploads/2025/01/lor.png) no-repeat;
    background-size: cover;*/
    background-position: bottom;
    overflow: hidden;
}

.big-banner-content-shadow {
	background: url(/wp-content/uploads/2025/01/Rectangle-1.png) no-repeat;
	background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.baza-wiedzy-banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 11.7rem 9.8rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.baza-wiedzy-big-title {
    font-size: 4.6rem;
    text-transform: uppercase;
    font-weight: 500;
}

.baza-wiedzy-breadcrumbs {
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 1.1rem;
    padding-right: 1rem;
    font-weight: 500;
}

.baza-wiedzy-breadcrumbs a {
	color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
}

.baza-wiedzy-breadcrumbs-red {
    color: #225FC7;
    padding-left: 0.4rem;
    font-weight: 500;
}

.baza-wiedzy-content-big-section {
    padding-top: 8rem;
    padding-bottom: 3.5rem;
}

.baza-wiedzy-content-big-img {
    width: 100%;
    max-width: 80.5rem;
    margin: 0 auto;
    border-radius: 1.6rem;
    overflow: hidden;
    margin-bottom: 6.3rem;
}

.baza-wiedzy-content-big-img img {
	width: 100%;
}

.baza-wiedzy-content-big-section .bold-black-title {
	text-transform: uppercase;
}

.baza-wiedzy-content-big-text {
		color: #01050C;
    font-size: 1.7rem;
    padding: 0.8rem 3rem;
    max-width: 75%;
    margin: 0 auto;
}

.baza-wiedzy-content-big-text strong {
    color: #225FC7;
    font-size: 2.4rem;
}

.blog-page {
    padding-top: 4rem;
    padding-bottom: 6.8rem;
}

.blog-page .bold-black-title {
	text-transform: uppercase;
}

.aktualnosci-content {
    padding: 4.8rem 13.6rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.aktualnosci-content-block {
    width: 23.8rem;
    margin-bottom: 3rem;
    margin-right: 8.6rem;
}

.blog-page-image {
    width: 100%;
    height: 12.3rem;
    border-radius: 1.5rem;
    background-size: contain;
}

.aktualnosci-content-block-title a {
    text-decoration: none;
    color: #01050C;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 1.3rem 0 0;
    display: flex;
    line-height: 1.9;
    height: 6rem;
    overflow: hidden;
}

.read-more a {
    color: #0B52F6;
    text-decoration: none;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    padding-top: 0.2rem;
}

.aktualnosci-content-block:nth-child(3n) {
    margin-right: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 0.4rem;
}

.pagination span {
	text-decoration: none;
    font-weight: 900;
    font-size: 1.1rem;
    display: flex;
    padding: 0 1rem;
    color: #FF4717;
}

.wp-pagenavi a {
    color: #0b52f6;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.1rem;
    display: flex;
    padding: 0 1rem;
}

.wp-pagenavi {
    display: flex;
}


.content-prog.single-blog {
    display: flex;
    width: 100%;
    max-width: 97rem;
    margin: 0 auto;
    padding-top: 3rem;
}

.content-prog.single-blog {
    display: flex;
    width: 100%;
    max-width: 97rem;
    margin: 0 auto;
    padding-top: 3rem;
    justify-content: space-between;
}

.single-blog-content {
    width: 100%;
    max-width: 64.5rem;
    margin-right: 4rem;
}

.post-right-block {
    width: 24rem;
}

.post-image img {
    border-radius: 1.8rem;
    overflow: hidden;
    width: 100%;
}

.blog-section-page {
    color: #01050C;
    padding-bottom: 6rem;
}

h1.entry-title.post-title {
    padding-top: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.entry-content {
    font-size: 1.5rem;
    color: #01050C;
    font-weight: 300;
    line-height: 1.7;
}

.entry-content p {
    margin-bottom: 1rem;
}

.entry-content h1 {
    font-size: 2.4rem;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}

.entry-content h2 {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.entry-content h3 {
    font-size: 1.7rem;
    margin: 1rem 0;
}

.entry-content h4 {
    margin: 1rem 0 1rem;
    font-size: 1.5rem;
}

.entry-content strong {
    font-size: 2rem;
    font-weight: 800;
}

.entry-content .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
    max-width: 40rem;
    padding-top: 0.2rem;
}

.post-right-block aside.inside-aside {
    padding-top: 1.7rem;
}

.post-right-block .aktualnosci-content-block-image img {
    width: 100%;
    border-radius: 1.7rem;
}

.post-right-block-button {
    display: flex;
    background: #ddd;
    height: 18rem;
    border-radius: 1.7rem;
    justify-content: center;
    align-items: center;
}

.post-right-block-button .blue-button a {
	width: 15rem;
    text-align: center;
    font-size: 0.8rem;
    height: 4rem;
    line-height: 1.3;
}

.kontakt-page-section {
    padding-top: 6rem;
}

.kontakt-page-section .home-Skontaktuj-content {
    padding: 0 8.9rem 0 9.5rem;  
}

.kontakt-page-section .home-Skontaktuj-block-form {
    width: 41rem;
    padding-top: 4.5rem;
}


.home-Skontaktuj-content.demo-page-content {
    padding: 0rem 3rem 0 9.5rem;
}

.demo-page-section.kontakt-page-section {
    padding-top: 1.7rem;
}

.demo-page-content .kontakt-page-section .home-Skontaktuj-block-form {
    width: 46rem;
    padding-top: 4.5rem;
}

.home-Skontaktuj-block-img img {
    width: 100%;
    max-width: 52rem;
    margin-top: 5rem;
    margin-right: 2.7rem;
}

.demo-page-content .kontakt-form {
    width: 100%;
    max-width: 40.5rem; 
}

.Skontaktuj-section-buttons {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.Skontaktuj-section-buttons .home-Skontaktuj-title {
    text-align: center;
}

.Skontaktuj-section-buttons .home-Skontaktuj-descr {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: .7rem 7rem 2.6rem 7rem;
}

.orange-button {
    border: 1px solid #ddd;
    border-radius: 1.8rem;
    width: 32rem;
    display: flex;
    flex-direction: row;
    margin: 0 0.5rem 2rem;
    padding: 2rem 3rem 1.5rem;
}

.orange-button img {
    width: 6rem;
    max-height: 5.6rem;
    margin-right: 5rem;
}

.orange-button-text,
.orange-button a {
    color: #01050C;
    font-weight: 900;
    font-size: 1.4rem;
    text-decoration: none;
    max-width: 17rem;
    padding-top: 0.8rem;
}

.Skontaktuj-section-buttons-content {
    display: flex;
    justify-content: center;
}

.home-system-dopasowany-block-text {
    width: 40rem;
    padding-right: 8rem;
    padding-top: 3.5rem;
}

.home-system-dopasowany-block:nth-child(even) .home-system-dopasowany-block-text {
    padding-right: 0;
    padding-left: 8rem;
}

.home-moduly-block-descr ul {
    margin: 0;
    padding-left: 1.5rem;
}

li::marker {
  color: #0C339B;
}

.home-moduly-block-button .home-moduly-block-descr {
    display: flex;
    max-height: 5rem;
    overflow: hidden;
}

  
.container-crmatic-osn {
    padding: 0 9.5rem;
}

.o-systemie-descr-page-section {
    padding-top: 6.9rem;
    padding-bottom: 4.2rem;
} 

.home-Skontaktuj-title {
		font-size: 2.68rem;
    text-align: center;
    line-height: 1.2;
}

.page-template-kontakt-page .home-Skontaktuj-title {
    font-size: 2.6rem;
    text-align: left;
    line-height: 1.2;
    padding-top: 1rem;
}

.home-Skontaktuj-descr-red {
    color: #225FC7;
    font-size: 1.6rem;
    padding: 1.6rem 2rem 2rem 2rem;
    line-height: 1.9;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}

.o-systemie-descr-page-section-content {
    display: flex;
    flex-direction: row;
    padding-top: 2.5rem;
}

.o-systemie-descr-page-section-content-img {
    width: 100%;
    max-width: 48.3rem;
    margin-right: 6.5rem;
}

.o-systemie-descr-page-section-content-descr {
    width: 100%;
    max-width: 40rem;
    color: #01050c;
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: -2.4rem;
}

.after-title-descr {
    width: 100%;
    max-width: 70%;
    color: #01050c;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: center;
    padding: 1.6rem 0 2rem;
    margin: 0 auto;
}



.faq-card-spoiler {
    padding: 0.1rem 1rem 0;
    display: flex;
    flex-direction: column;
}

.faq-card-spoiler-text {
		color: #01050c;
    font-size: 1rem;
    line-height: 1.9;
    width: 100%;
    max-width: 32rem;
    margin-right: 3rem;
    padding-top: 0;
    font-weight: 500;
}

.faq-card-spoiler-text ul {
    margin: 0;
    padding: 0;
}

.faq-card-spoiler-text ul li {
    position: relative;
    list-style: none;
    padding-bottom: 2.5rem;
    padding-left: 1.2rem;
}

.faq-card-spoiler-text ul li:before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: transparent;
    border: 0.1rem solid #0C339B;
}

.faq-card-spoiler-img {
    position: relative;
}

.faq-card-spoiler-img img {
    height: 100%;
    max-height: 26rem;
    border-radius: 1.6rem;
    overflow: hidden;
}

.o-systemie-faq-section {
    padding-bottom: 5rem;
        padding-top: 3.6rem;
}

.demo-page-section.kontakt-page-section.white-section .kontakt-page-section .home-Skontaktuj-block-form {
    width: 41rem;
    padding-top: 3.7rem;
}

.demo-page-section.kontakt-page-section .home-Skontaktuj-title {
    font-size: 2.5rem;
    text-align: left;
    line-height: 1.2;
    padding-top: 0rem;
}

.demo-page-section.kontakt-page-section {
    padding-bottom: 2rem;
}

.page-template-demo-page .Skontaktuj-section-buttons .home-Skontaktuj-title {
    font-size: 2.5rem;
  }

.no-scroll {
  overflow: hidden;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
      background: #37373773;
    backdrop-filter: blur(2px);
    overflow-y: auto;
}

.popup-content {
    width: 98rem;
    margin: 15rem auto 10rem;
    /*background: url(/wp-content/uploads/2025/01/xcennik-22.png.pagespeed.ic.dqbhLNOGIA.webp);
    background-size: contain;*/
    padding: 5.2rem 8.4rem 10rem;
    position: relative;
    border-radius: 4.5rem;
    background: #fff;
}

.popup-close {
    border: none;
    border-radius: 50%;
    position: absolute;
    color: #225FC7;
    font-size: 1.5rem;
    font-weight: 900;
    padding-bottom: 0;
    right: 8rem;
    top: 6rem;
    cursor: pointer;
}


.close-btn:hover,
.close-btn:focus {
  text-decoration: none;
  cursor: pointer;
} 
  
.popup-menu {
  display: none;
}

.menu-button-home {
  cursor: pointer;
}

.popup-btn {
    color: #225fc7;
    text-decoration: none;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    padding-top: .2rem;
    justify-content: center;
    cursor: pointer;
}

.popup-content-title {
    color: #225FC7;
    font-size: 1.5rem;
    font-weight: 900;
    padding-bottom: 3.3rem;
}

.popup-content-block-title {
    color: #01050C;
    font-weight: 900;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.popup-content-block-descr {
    color: #01050C;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.popup-content-block-row {
    width: 37rem;
    padding-bottom: 2.5rem;
}

.popup-content-block-col {
    width: 50%;
}

.popup-content-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.popup-content-block-col .pakiety-cennik-block {
    margin: 1.5rem 0;
}


.o-systemie-faq-section .after-title-descr {
      padding-top: 3.2rem;  
}

.category-name div.open {
    opacity: 1;
    border-bottom: 0.2rem solid #0C339B;
}

.filter a {
    color: #223469;
    text-decoration: none;
}

.filter .open a,
.filter a.activ,
.filter a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.category-name.filter {
    display: flex;
    flex-direction: row;
    color: #01050C;
    justify-content: space-between;
    padding-top: 2.5rem;
    font-size: 1.7rem;
    position: relative;
}

.category-name.filter:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 0.1rem;
    background: #707070;
    left: -10rem;
}

.category-name .button {
    padding-bottom: 1.3rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.faq-card:has(.question.active) {
    padding-bottom: 4rem;
}


.o-systemie-faq-section {
    padding-bottom: 5rem;
    padding-top: 3.6rem;
    overflow: hidden;
}

/*.faq-card {
    border: 0.2rem solid #ddd;
    min-height: 8.3rem;
    border-radius: 1.6rem;
    margin: 0.5% 0.5% 1rem 0.5%;
    width: 24%;
    height: auto;
    position: relative;
}*/

.question {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #01050c;
    font-size: 1.4rem;
    position: relative;
    cursor: pointer;
    font-weight: 900;
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.o-systemie-faq-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.faq-card {
    width: 100%;
}


.question.active+.answercont {
    /*position: absolute;*/
    position: relative;
    width: calc(100% + 0.3rem);
    z-index: 4;
    background: #fff;
    border: .2rem solid #ddd;
    border-top: none;
    left: -.15rem;
    top: 4.2rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: .9rem 1rem 4rem 1rem;
    border-radius: 0 0 1.6rem 1.6rem;
    max-height: max-content !important;
    transition: max-height 1s ease-in-out;
}

.question-arrow {
    color: #225fc7;
    font-size: 1rem;
    position: absolute;
    bottom: 0.8rem;
    right: 1.5rem;
    font-weight: 900;
    cursor: pointer;
    background: #fff;
} 

.faqs-section-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*.faqs-section-block {
	display: block;
    width: 100%;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}*/

/*.faqs-section-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 1rem;
    width: 100%;
}*/

.faq-card {
    border: .2rem solid #ddd;
    min-height: 8.3rem;
    border-radius: 1.6rem;
    margin: 0.5% 0.5% 1rem;
    /*width: 100%;*/
    width: 24%;
    height: auto;
    position: relative;
}

 .anime {
  transform: scale(0);
  opacity: 0;
  display: none;
}

 .hide {
  animation-name: hide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  0% {
    visibility: visible;
    height: 200px;
  }
  100% {
    visibility: hidden;
    width: 0;
    height: 0;
    max-width: 0;
    font-size: 0;
    margin: 0;
  }
}

.o-systemie-faq-section-new {
    padding-bottom: 1rem;
}

.question-arrow span {
    transition: .2s;
}

.faq-card:has(.question.active) .question-arrow span {
    transform: rotate(180deg);
}

.o-systemie-cennik-button {
    padding: 1rem 0 6rem;
    background: #fff;
}

.o-systemie-cennik-button .container-crmatic-osn {
    display: flex;
    flex-direction: column;
    align-items: center;
} 

.partner-slider-block-button {
    display: none;
}






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

.cennik-pakiety-section {
    padding-top: 5.4rem;
        padding-bottom: 5rem;
}

.cennik-pakiety-section .container-crmatic {
    padding: 0 9.5rem;
}

.cennik-pakiety-section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 5.5rem;
}

.pakiety-block {
    width: 32rem;
    min-height: 25rem;
}

.pakiety-block-border {
    border: 0.2rem solid #707070;
    border-radius: 1.5rem;
    overflow: hidden;
}

.pakiety-block-title {
    background: #ddd;
    height: 9rem;
    padding-top: 2rem;
}

.pakiety-block-title-blue {
    color: #225FC7;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.55rem;
    text-align: center;
}

.pakiety-block-title-black {
    color: #01050C;
    text-align: center;
    font-size: 2.35rem;
    font-weight: 900;
    line-height: 1.2;
}

.pakiety-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 2rem;
}

.pakiety-block-content-moduly-text {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 500;
    padding: 0rem 0 1rem;
    color: #01050C;
    margin-right: 1rem;
}

.pakiety-block-content-moduly-text-blue {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 500;
    padding: 0 0 1rem;
    color: #225fc7;
    margin-right: 1rem;
}

.pakiety-block-content .pakiety-block-title-blue {
   padding-bottom: 1rem; 
}

.pakiety-block-content-row {
    color: #01050C;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    padding-top: 0.5rem;
}

.pakiety-cennik-block {
    border-top: 0.1rem solid #707070;
    width: 27.2rem;
    margin: 1.5rem auto 0;
    min-height: 13.6rem;
    border-radius: 0;
}

.pakiety-cennik-price {
    color: #225FC7;
    font-size: 2.3rem;
    font-weight: 800;
    padding: 4.8rem 1.5rem 0;
    line-height: 1.3;
    text-align: center;
}

.pakiety-block:nth-child(2) .pakiety-cennik-price {
	padding: 1.8rem 1.5rem 0;
}

.pakiety-block:nth-child(2) .pakiety-cennik-block {
	min-height: 6.7rem;
}

.pakiety-block:nth-child(2) .pakiety-cennik-block:last-child {
	min-height: 6.8rem;
     margin-top: -0.2rem;
     border-top: none;
}

.pakiety-block-content-moduly-text-blue.content-moduly-text-blue-popup {
    text-align: left;
    font-size: 1rem;
}

.cennik-pakiety-section-content > div:nth-child(2) > div > div.pakiety-block-content > div:nth-child(5) > div.pakiety-cennik-price {
    padding: 0.3rem 1.5rem 0;
}

.pakiety-cennik-price-descr {
    color: #01050C;
    font-size: 1rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

.pakiety-block-content-moduly {
    color: #225FC7;
    font-size: 6.2rem;
    line-height: 1;
    font-weight: 900;
}

.cennik-zobacz {
    padding-top: 1.1rem;
    padding-bottom: 2.4rem;
}

.cennik-zobacz a {
    color: #225FC7;
    text-decoration: none;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    padding-top: .2rem;
    justify-content: center;
}

.cennik-moduly-ekstra-section {
    padding: 1.6rem 0 2.5rem;
}

.cennik-moduly-ekstra-descr {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 3.8rem 0 2rem;
    color: #01050C;
}

.cennik-moduly-ekstra-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 2rem 9.7rem 1rem;
}

.cennik-moduly-ekstra-block {
    width: 32rem;
    min-height: 16.8rem;
    border: .2rem solid #707070;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 1.1rem;
    margin-right: 0.4rem;
}

.cennik-moduly-ekstra-block:nth-child(3) {
    margin-right: 0;
}

.cennik-moduly-ekstra-title {
    background: #ddd;
    height: 7.7rem;
    padding-top: 2rem;
    text-align: center;
    color: #01050C;
    font-size: 1.75rem;
    font-weight: 500;
    padding-top: 2.4rem;
}

.cennik-moduly-ekstra-price {
    color: #225fc7;
    font-size: 2.9rem;
    font-weight: 900;
    padding: 2.6rem 1.5rem 0;
    line-height: 1.3;
    text-align: center;
}

.cennik-moduly-ekstra-block-last {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.cennik-moduly-last-section .blue-button {
    display: flex;
    justify-content: center;  
}

.cennik-moduly-last-section {
    padding-bottom: 7rem;
}

.popup-content .pakiety-cennik-price-descr {
	display: none;
}

.kontakt-page-last-section {
    background: #fff;
    padding-top: 5.5rem;
    padding-bottom: 8rem;
}

.kontakt-page-last-section .home-Skontaktuj-title {
    padding-bottom: 3.2rem;
    text-align: center;
}

.kontakt-page-last-section-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kontakt-page-last-section-content-img {
    width: 24rem;
    margin-left: -4rem;
    border-radius: 1.8rem;
}

.kontakt-page-last-section-content-img img {
    width: 100%;
}

.kontakt-page-last-section-content-block {
    margin-left: 6rem;
    width: 100%;
    max-width: 31rem;
    padding-left: 2.5rem;
    padding-top: 3.9rem;
}

.kontakt-page-last-section-content-block h3 {
    margin: 0;
    color: #01050C;
    font-weight: 400;
    font-size: 1.8rem;
}

.kontakt-page-last-section-content-block h3 strong {
    color: #225FC7;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0.6rem;
    display: block;
    padding-bottom: 2.2rem;
}

.kontakt-page-last-section-content-block p {
    color: #01050C;
    font-weight: 500;
    padding-top: 1.3rem;
    line-height: 2;
    padding-right: 1rem;
}

.cennik-zobacz a,
.read-more a,
.home-moduly-block-link a,   
.blue-button-not-fon a {
    display: flex;
}    

.cennik-zobacz a span,
.read-more a span,
.home-moduly-block-link a span,
.blue-button-not-fon a span {
    transition-delay: 600ms;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 0.3rem;
    display: block;
}

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

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

.blue-button-new .btn {
     font-size: 1em;
     line-height: 1em;
     letter-spacing: 0.04em;
     display: inline-block;
}
.blue-button-new  .btn--svg {
     position: relative;
     overflow: hidden;
     border-radius: 3rem;
     height: 4rem;
     width: 15.7rem;
}
.blue-button-new  .btn--svg:hover .btn--svg__circle circle {
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     transform: scale(0);
}
.blue-button-new  .btn--svg:hover .btn--svg__label {
     color: #123fa7;
     font-weight: 500;
}
.blue-button-new  .btn--svg:hover .btn--svg__border--left path, .btn--svg:hover .btn--svg__border--right path {
     stroke-dasharray: 61.8204345703 61.8204345703;
     stroke-dashoffset: 0;
     -webkit-transition-delay: 0.25s;
     -webkit-transition-duration: 0.5s;
     -webkit-transition-timing-function: ease-in-out;
     -webkit-transition-property: stroke-dashoffset;
     -moz-transition-delay: 0.25s;
     -moz-transition-duration: 0.5s;
     -moz-transition-timing-function: ease-in-out;
     -moz-transition-property: stroke-dashoffset;
     -ms-transition-delay: 0.25s;
     -ms-transition-duration: 0.5s;
     -ms-transition-timing-function: ease-in-out;
     -ms-transition-property: stroke-dashoffset;
     transition-delay: 0.25s;
     transition-duration: 0.5s;
     transition-timing-function: ease-in-out;
     transition-property: stroke-dashoffset;
}
.blue-button-new  .btn--svg__label {
    text-align: center;
    color: #fff;
    z-index: 3;
    width: 100%;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    text-transform: uppercase;
}
.blue-button-new  .btn--svg__circle circle {
     -webkit-transition: transform 0.5s ease-in-out;
     -webkit-transform: scale(1.1);
     -webkit-transform-origin: 50% 50%;
     -moz-transition: transform 0.5s ease-in-out;
     -moz-transform: scale(1.1);
     -moz-transform-origin: 50% 50%;
     -ms-transition: transform 0.5s ease-in-out;
     -ms-transform: scale(1.1);
     -ms-transform-origin: 50% 50%;
     transition: transform 0.5s ease-in-out;
     transform: scale(1.1);
     transform-origin: 50% 50%;
}
.blue-button-new  .btn--svg__border--left path, .btn--svg__border--right path {
     stroke-dasharray: 61.8204345703 61.8204345703;
     -webkit-transition-duration: 0s;
     -webkit-transition-timing-function: ease-in-out;
     -webkit-transition-property: stroke-dashoffset;
     -webkit-transition-delay: 0.5s;
     -moz-transition-duration: 0s;
     -moz-transition-timing-function: ease-in-out;
     -moz-transition-property: stroke-dashoffset;
     -moz-transition-delay: 0.5s;
     -ms-transition-duration: 0s;
     -ms-transition-timing-function: ease-in-out;
     -ms-transition-property: stroke-dashoffset;
     -ms-transition-delay: 0.5s;
     transition-duration: 0s;
     transition-timing-function: ease-in-out;
     transition-property: stroke-dashoffset;
     transition-delay: 0.5s;
}
.blue-button-new  .btn--svg__border--left path {
     stroke-dashoffset: -61.8204345703;
}
.blue-button-new  .btn--svg__border--right path {
     stroke-dashoffset: 61.8204345703;
}
.blue-button-new  .btn--svg svg, .btn--svg__label {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -webkit-transform-origin: 50% 50%;
     -moz-transform: translate(-50%, -50%);
     -moz-transform-origin: 50% 50%;
     -ms-transform: translate(-50%, -50%);
     -ms-transform-origin: 50% 50%;
     transform: translate(-50%, -50%);
     transform-origin: 50% 50%;
}
.blue-button-new  .c-white {
     color: white;
}
.blue-button-new  .trailer {
     margin-bottom: 40px;
}
.blue-button-new  .trailer--nano {
     margin-bottom: 10px;
}
.blue-button-new  a.btn--svg {
     position: relative;
     text-decoration: none;
}
.blue-button-new  a.btn--svg:after {
     content: '';
     height: 1px;
     bottom: -4px;
     position: absolute;
     left: 5%;
     right: 95%;
     background: red;
     transition: right 0.25s ease-in-out;
}
.blue-button-new  a.btn--svg:hover:after {
     right: 5%;
}


.fixwork-table-row {
    display: flex;
    flex-direction: row;
    padding-top: 3rem;
    justify-content: center;
}

.fixwork-tab-content .tab-body {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .2s, transform .2s;
    display: none;
}

.fixwork-tab-content .tab-body.active-content {
    opacity: 1;
    transform: translateY(0);
}

.fixwork-tab-content .tab-body.active {
    display: block;
    margin: 0;
}

.fixwork-tab-top {
    padding-top: 2rem;
    padding-bottom: 0rem;
}

.SketchUp-white-row-25.white-row-title a {
    color: #DDDDDD;
    text-decoration: none;
    padding: 0 3rem;
    width: 16rem;
    display: block;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    padding-bottom: 3rem;
	z-index: 1;
}

.SketchUp-white-row-25.white-row-title {
    position: relative;
}

.SketchUp-white-row-25.white-row-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: #ddd;
    bottom: 0;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.4rem #fff;
    border: 1px solid #ddd;
    margin: 0 auto;
    bottom: 0.4rem;
    z-index: 2;
}


.fixwork-table-row:after {
    content: '';
    width: 32rem;
    height: 1px;
    position: absolute;
    bottom: 1.5rem;
    background: #ddd;
    z-index: 1;
}

.SketchUp-white-row-25.white-row-title.active:after {
    background: #225FC7;
    border: 1px solid #225FC7;
} 

.SketchUp-white-row-25.white-row-title.active a {
    color: #225FC7;
    font-weight: 600;
}

.home-system-dopasowany-block:last-child {
    margin-top: 4.3rem;
}

.home-system-dopasowany-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    width: 100%;
    max-width: 81.2rem;
    margin: 0 auto;
    min-height: 27.5rem;
}

.home-system-dopasowany-img {
    width: 50%;
    height: 27.5rem;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}

.home-system-dopasowany-img img {
    border-radius: 1.8rem;
    overflow: hidden;
    position: absolute;
    width: auto;
    max-width: max-content;
    height: 100%;
}

.home-system-dopasowany-block-text {
    width: 40rem;
    padding-right: 1rem;
    padding-top: 0rem;
    color: #01050C;
    padding-left: 3.55rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
}

.home-system-dopasowany-block-text strong {
    font-weight: 700;
    font-size: 1.5rem;
}

#tab-1 > div > div.home-system-dopasowany-block-text {
	margin-top: -1.75rem;
}

.home-system-dopasowany-descr {
    color: #01050C;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
}

.pakiety-block .blue-button-new .btn--svg {
    position: relative;
    overflow: hidden;
    border-radius: 3rem;
    height: 3rem;
    width: 11.3rem;
}

.pakiety-block .blue-button-new .btn {
    font-size: 0.8rem;
    line-height: 1em;
    letter-spacing: 0.04em;
    display: inline-block;
}

.pakiety-block .popup-btn {
	font-weight: 400;
}

.cennik-pakiety-new-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 8.5rem;
    margin-bottom: 2rem;
}

.cennik-pakiety-new-block {
    border: .2rem solid #707070;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32rem;
    margin: 0.5rem 0.3rem 0.3rem;
    padding: 3rem 1rem 3rem 1rem;
    min-height: 6.9rem;
}

.cennik-pakiety-new-button {
	display: flex;
    flex-direction: row;
    justify-content: center;
	    padding-bottom: 2rem;
}

.cennik-pakiety-new-section {
    padding-top: 1.5rem;
}

.cennik-pakiety-new-block-title {
    color: #225FC7;
    font-size: 1.75rem;
    font-weight: 800;
}

.cennik-pakiety-new-block-descr p {
    margin: 0;
}

.cennik-pakiety-new-block-descr {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    color: #01050C;
    padding-top: 0.7rem;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4rem;
}

.wpcf7 form .wpcf7-response-output {
	margin: -2.5em .5em 1em;
}

.o-systemie-title {
    color: #225fc7;
    font-size: 2.6rem;
    padding: 1.6rem 7rem 2rem 0rem;
    line-height: 1.9;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}
.fixwork-table-row {
    display: flex;
    flex-direction: row;
    padding-top: 3rem;
    justify-content: center;
}














@media only screen and (max-width: 780px) { 


.home-banner-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}

.home-banner-descr {
    font-weight: 500;
    font-size: 18px;
    padding-top: 0;
    margin-left: 0;
    letter-spacing: 0;
    padding-bottom: 20px;
    text-align: center;
    width: 80%;
}

.blue-button a {
    text-decoration: none;
    font-size: 14px;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 8px 8px 0 8px;
    position: relative;
    max-width: 320px;
    min-height: 44px;
    padding: 0 10px;
}

.home-after-banner-content {
	flex-direction: column;
	    align-items: center;
}

.home-after-banner-block {
    width: 100%;
    border-radius: 1.7rem;
    height: auto;
    padding: 2rem 1.5rem 2rem 2rem;
    min-height: 200px;
}

.home-after-banner-title {
	font-size: 20px;
	padding: 15px;
}

.home-after-banner-descr {
	font-size: 14px;
}

.home-after-banner-section {
    padding-bottom: 50px;
    position: relative;
}

.home-screan-section-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -95px;
}

.bold-title {
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto;
}

.bold-black-title {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    max-width: 90%;
    margin: 0 auto;
}

.home-glowne-section-content {
    padding: 30px 9.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.home-glowne-block {
    border-radius: 1.8rem;
    width: 100%;
    max-width: 400px;
    flex-direction: row;
    min-height: 16rem;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
}

.home-glowne-block-img {
    width: 40px;
    margin-top: 3rem;
    margin-right: 15px;
}

.home-glowne-block-title {
    font-weight: 900;
    font-size: 16px;
}

.home-glowne-block-descr {
    font-size: 14px;
}

.home-glowne-block-img img {
    width: 100%;
    min-width: 40px;
}

.home-system-dopasowany-section .bold-black-title {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 26px;
    padding-bottom: 30px;
}

.home-system-dopasowany-block {
    flex-direction: column;
}

.home-system-dopasowany-block-text {
    width: 100%;
    padding-right: 8rem;
    padding-bottom: 10px;
}

.home-system-dopasowany-title-red {
	font-size: 14px;
}

.home-system-dopasowany-block:nth-child(even) {
    flex-direction: column;
}

.home-system-dopasowany-title-black {
    font-weight: 900;
    font-size: 20px;
}

.home-system-dopasowany-descr {
    font-size: 14px;
    line-height: 1.5;
}

.home-system-dopasowany-img {
    width: 100%;
}

.home-system-dopasowany-block:nth-child(even) .home-system-dopasowany-block-text {
    padding-right: 0;
    padding-left: 0;
}

.home-long-banner-section {
	height: 150px;
}

.czym-jest-section-content-number {
    width: 100%;
    max-width: 87rem;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 4.8rem;
    min-height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.home-moduly-section-descr-first {
    text-align: center;
    font-size: 14px;
    padding-top: 25px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
    padding-bottom: 20px;
}

.home-moduly-section-descr-last {
    text-align: center;
    font-size: 14px;
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
    padding-bottom: 30px;
}

.home-moduly-block-top .home-system-dopasowany-title-black {
    font-size: 22px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.home-moduly-block-descr {
    font-weight: 500;
    padding-bottom: 1.5rem;
    line-height: 2;
    font-size: 12px;
    padding-left: 10px;
}

.home-moduly-block-link a {
    font-weight: 900;
    font-size: 14px;
    text-decoration: none;
}

.home-moduly-block-blue {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 0 1rem 0 11rem;
}

.home-moduly-block-blue img {
    height: 20px;
    margin-top: 10px;
    margin-left: 18px;
}

.blue-button a:after {
	width: 10px;
    height: 10px;
}

.home-moduly-section.home-partner-slider .bold-black-title {
    font-size: 20px;
}

.partner-slider-block-text-after-title {
    font-size: 14px;
}

.partner-slider-block:after {
	    width: 20px;
    height: 17px;
}

.home-Skontaktuj-content {
	flex-direction: column;
}

.home-Skontaktuj-title {
	font-size: 22px;
}

section.home-banner-section {
	height: 450px;
}

.home-system-dopasowany-block-text {
    width: 100%;
    padding-right: 8rem;
}


.home-Skontaktuj-descr {
    font-size: 14px;
    padding: 0.7rem 7rem 7rem 0;
    line-height: 1.9;
    max-width: 100%;
}

.home-Skontaktuj-soc-block-ico {
    width: 40px;
    margin-left: 0.6rem;
    margin-right: 3.5rem;
}

.home-Skontaktuj-soc-title-red {
	    font-size: 12px;
}

.home-Skontaktuj-soc-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 0.4rem;
}

.home-Skontaktuj-soc-block {
    padding-top: 0.5rem;
    padding-bottom: 20px;
}

.home-Skontaktuj-block-form {
    width: 100%;
    max-width: 450px;
    padding: 30px 0;
}

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 {
	padding: 10px !important;
	    font-size: 14px;
	    margin-bottom: 7px;
}

span.cf7-tel {
	    margin-top: -9px;
}

.cf7-row textarea {
    height: 55px;
    resize: none;
    outline: none;
}

.wpcf7-checkbox label .wpcf7-list-item-label {
    user-select: none;
    font-size: 10px;
}

.wpcf7-checkbox label .wpcf7-list-item-label::before {
	width: 11px;
    height: 11px;
}

input.wpcf7-form-control.wpcf7-submit {
    border: none !important;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 275px;
    border-radius: 6px;
    position: relative;
    padding: 0;
}

img.submit-img {
    position: absolute;
    left: 260px;
    top: 35px;
    width: 15px;
    border-radius: 0 0 4px 0;
}

.footer-content {
    min-height: 30rem;
    padding: 40px 9.5rem;
    flex-direction: column;
}

.footer-logo {
    width: 100%;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 20px;
}

.footer-logo-text {
	    font-size: 14px;
}

.footer-content > div {
    width: 100%;
    padding-bottom: 20px;
}

.footer-content-menu p a, .footer-content-menu p,
.footer-content-menu ul li, .footer-content-menu ul li a {
	    font-size: 14px;
}

.footer-soc-blocks img {
    width: 40px;
    margin-right: 15px;
}

.footer-content-col-block .home-Skontaktuj-soc-title-red {
    padding-bottom: 10px;
}

.footer-soc-chrome img {
    width: 40px;
    margin-right: 10px;
}

.footer-soc-chrome > div {
    font-size: 14px;
    padding-bottom: 15px;
}


.baza-wiedzy-big-title {
    font-size: 30px;
}

.baza-wiedzy-banner-content {
	flex-direction: column;
}

.baza-wiedzy-section {
	height: 160px;
}

.baza-wiedzy-breadcrumbs a,
.baza-wiedzy-breadcrumbs {
	font-size: 12px;
}

.baza-wiedzy-breadcrumbs {
	    padding-top: 15px;
}

.home-Skontaktuj-title {
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 15px;
}

.home-Skontaktuj-descr-red {
    font-size: 16px;
    padding: 1.6rem 2rem 2rem 2rem;
    line-height: 1.5;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.o-systemie-descr-page-section-content {
    flex-direction: column;
    padding-top: 2.5rem;
}

.o-systemie-descr-page-section-content-img {
    width: 100%;
    max-width: 100%;
    margin-right: 6.5rem;
    margin-bottom: 30px;
}

.o-systemie-descr-page-section-content-descr {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.9;
    margin-top: 0;
}

.after-title-descr {
    width: 100%;
    max-width: 90%;
    font-size: 14px;
    line-height: 1.9;
}

.question {
	  padding: 2.2rem 5rem 2rem 8rem;
    font-size: 18px;
}

.question::after {
    right: 2.5rem;
    top: 14px;
}

.faq-card-spoiler {
    padding: 0 16.3rem 3rem 7.8rem;
    flex-direction: column;
}

.faq-card-spoiler-text {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
    margin-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 15px;
}

.faq-card-spoiler-text ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.baza-wiedzy-content-big-text {
    font-size: 14px;
    padding: 20px 30px;
}

.baza-wiedzy-content-big-text strong {
    font-size: 16px;
}

.aktualnosci-content {
    flex-direction: column;
    max-width: 450px;
}

.aktualnosci-content-block {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
}

.blog-page-image {
    width: 100%;
    height: 150px;
    border-radius: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.aktualnosci-content-block-title a {
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    padding: 1.3rem 0 0;
    display: flex;
    line-height: 1.5;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.read-more a {
	  font-size: 14px;
}

.content-prog.single-blog {
    display: flex;
    width: 100%;
    max-width: 93%;
    margin: 0 auto;
    padding-top: 30px;
    justify-content: space-between;
    flex-direction: column;
}

.single-blog-content {
    width: 100%;
    max-width: 100%;
    margin-right: 4rem;
}

h1.entry-title.post-title {
    padding-top: 1.5rem;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.entry-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}

.entry-content strong {
    font-size: 16px;
    font-weight: 800;
}

.entry-content h2 {
    font-size: 18rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.entry-content h3 {
    font-size: 16rem;
    margin: 1rem 0;
}

.entry-content h4 {
    margin: 1rem 0 1rem;
    font-size: 15rem;
}

.entry-content .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
    max-width: 450px;
    padding-top: 0.2rem;
}

.post-right-block {
    width: 100%;
    max-width: 450px;
    margin-bottom: 30px;
}

.post-right-block-button .blue-button a {
    width: 240px;
    text-align: center;
    font-size: 12px;
    height: 44px;
    line-height: 1.3;
}

.post-right-block-button {
    display: flex;
    height: 120px;
    border-radius: 1.7rem;
    justify-content: center;
    align-items: center;
}

.post-right-block .aktualnosci-content-block {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 8.6rem;
    height: auto;
}

.aktualnosci-content-block-title a {
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    padding: 1.3rem 0 0;
    display: flex;
    line-height: 1.9;
    height: auto;
    overflow: hidden;
}

.read-more a {
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
}

.post-right-block .blog-page-image {
	height: auto;
}
	
.kontakt-page-section .home-Skontaktuj-block-form {
    width: 100%;
    padding-top: 4.5rem;
}	
	
.kontakt-page-section .home-Skontaktuj-block-form {
    width: 100%;
    padding-top: 4.5rem;
}
	
.demo-page-content .kontakt-form {
    width: 100%;
    max-width: 100%;
}
	
.home-Skontaktuj-block-img img {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-right: 0;
}
	
.Skontaktuj-section-buttons-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}	
.orange-button {
    border-radius: 1.8rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 .5rem 20px;
    padding: 2rem 3rem 1.5rem;
    max-width: 300px;
}	
	
.orange-button img {
    width: 60px;
    max-height: 60px;
    margin-right: 5rem;
}
	
.orange-button a {
    font-weight: 900;
    font-size: 14px;
    text-decoration: none;
    max-width: 70%;
    padding-top: .8rem;
}	

.blue-button-not-fon a {
    color: #225FC7;
    font-size: 14px;
}

.home-long-banner-section .bold-title {
	padding-bottom: 20px;
}

.home-long-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-long-banner-section {
    height: 200px;
}


.cennik-pakiety-section-content {
	flex-direction: column;
}

.pakiety-block-content-row,
.cennik-moduly-ekstra-descr {
	font-size: 14px;
}

.pakiety-block-title-blue {
	font-size: 14px;
}

.pakiety-block-title-black {
	    font-size: 18px;
}

.pakiety-block-title {
    background: #ddd;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pakiety-cennik-price-descr {
    color: #01050c;
    font-size: 12px;
    margin-bottom: .8rem;
    text-align: center;
}

.popup-btn {
	font-size: 14px;
}

.cennik-moduly-ekstra-content {
    flex-direction: column;
    justify-content: center;
}

.pakiety-block {
    width: 100%;
    min-height: 25rem;
    max-width: 450px;
        margin-bottom: 25px;
}

.pakiety-cennik-block {
	   width: 200px;
        margin: 1.1rem auto;
        min-height: 9.2rem;
        border-radius: 0;
        padding: 10px;
        border: none;
        border-top: .1rem solid #707070;
}

.pakiety-cennik-price {
	font-size: 22px;
}

.cennik-moduly-ekstra-block {
    width: 100%;
    max-width: 450px;
    margin-bottom: 25px;
}

.cennik-moduly-ekstra-title {
    background: #ddd;
    height: 50px;
    padding-top: 2rem;
    text-align: center;
    color: #01050c;
    font-size: 18px;
    font-weight: 500;
    padding-top: 12px;
}

.cennik-moduly-ekstra-price {
    color: #225fc7;
    font-size: 20px;
    font-weight: 900;
    padding: 15px;
    line-height: 1.3;
    text-align: center;
}

.cennik-zobacz a {
	font-size: 14px;
}



.blue-button-new .btn {
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.04em;
    display: inline-block;
}

.blue-button-new .btn--svg {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 40px;
    width: 220px;
}

.blue-button-new .btn--svg svg, .btn--svg__label {
    width: 220px !important;
}

svg.btn--svg__border {
    height: 42px !important;
}

.SketchUp-white-row-25.white-row-title a {
    color: #ddd;
    text-decoration: none;
    padding: 0 3rem;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    padding-bottom: 3rem;
    font-size: 12px;
    padding-top: 20px;
}

.SketchUp-white-row-25.white-row-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #ddd;
    bottom: 0;
    border-radius: 100%;
    box-shadow: inset 0 0 0 3px #fff;
    border: 1px solid #ddd;
    margin: 0 auto;
    bottom: -17px;
    z-index: 2;
}

.fixwork-tab-content {
    padding-top: 25px;
}

.home-system-dopasowany-block {
    display: flex;
    margin-bottom: 4rem;
    width: 100%;
    max-width: 81.2rem;
    margin: 0 auto;
    min-height: 27.5rem;
    flex-direction: column;
    justify-content: center;
}

.home-system-dopasowany-img img {
    border-radius: 1.8rem;
    overflow: hidden;
    position: relative;
    width: auto;
    max-width: 100%;
    height: 100%;
}

.home-system-dopasowany-img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}

.home-system-dopasowany-descr {
    color: #01050c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.home-system-dopasowany-section {
    padding-top: 40px;
    padding-bottom: 50px;
}

.fixwork-table-row:after {
	display: none;
}

.pakiety-block-content-moduly {
    font-size: 66px;
}	


.pakiety-block-content-moduly-text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px;
}

.pakiety-block-content-moduly-text-blue {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px;	
}
	
.pakiety-cennik-price {
        font-size: 22px;
        padding-top: 10px;
    }	
.pakiety-block:nth-child(2) .pakiety-cennik-block:last-child {
        min-height: 6.8rem;
        margin-top: 10px;
        border-top: none;
        border: .2rem solid #225fc7;
        margin-bottom: 25px;
        border: none;
        border-top: .1rem solid #707070;
}

.cennik-pakiety-new-section .container-crmatic {
    padding: 0 20px;
}	
	
.cennik-pakiety-new-block {
    width: 100%;
    min-height: 15rem;
    max-width: 450px;
    margin-bottom: 25px;
}
	
.cennik-pakiety-new-block-title {
    color: #225fc7;
    font-size: 20px;
    font-weight: 800;
    padding-top: 0;
}	
	
.cennik-pakiety-new-block-descr {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}	

.blue-button-new .btn--svg {
    width: 220px !important;		
	}
	
.blue-button-new .btn {
        font-size: 14px;
        line-height: 1em;
        letter-spacing: .04em;
        display: inline-block;
    }	

.pakiety-block .blue-button-new .btn--svg {
    position: relative;
    overflow: hidden;
    border-radius: 3rem;
    height: 30px;
    width: 182px;
    font-size: 12px !important;
    margin-bottom: 10px;
}	
	
.pakiety-block .blue-button-new .btn--svg {
    width: 182px !important;		
	}
	
.pakiety-block svg.btn--svg__border {
        height: 30px !important;
    }	
	
.pakiety-block .blue-button-new .btn--svg svg {
        width: 166px !important;
    }	

.SketchUp-white-row-25.white-row-title {
    position: relative;
    margin-bottom: 20px;
}

.o-systemie-title {
	font-size: 30px;
}    

.moduly-arrow {
    display: flex;
    justify-content: center;
    margin-left: -20px !important;
}

.moduly-arrow img {
    width: 20px !important;
}

    .category-name.filter {
        font-size: 18px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.question {
        padding: 4.2rem 5rem 4rem 8rem;
        font-size: 18px;
    }

.faq-card {
    width: 100%;
    margin-bottom: 13px;
} 

.category-name .button {
	width: auto !important;
}    

.popup-content-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.popup-content-block-col {
    width: 100%;
}

.popup-content-title {
    color: #225fc7;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 30px;
}

.popup-close {
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 0;
    right: 22px;
    top: 10px;
    cursor: pointer;
}

.popup-content-block-row {
    width: 100%;
    padding-bottom: 20px;
}

.popup-content-block-title {
    color: #01050c;
    font-weight: 900;
    font-size: 14px;
    padding-bottom: 6px;
}

.popup-content-block-descr {
    color: #01050c;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

#cennik-popup-BIZNES > div > div.popup-content-block > div:nth-child(2) > div:nth-child(9) {
    border: none;
    padding-top: 0;
    margin-top: 0 !important;
    min-height: 4rem;
    margin-bottom: 0!important;
        border: none;
        border-top: .1rem solid #707070;
}

.page-template-kontakt-page .home-Skontaktuj-title {
    font-size: 26px;
    text-align: left;
    line-height: 1.2;
    padding-top: 1rem;
}

.kontakt-page-last-section-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0px 15px;
}

.kontakt-page-last-section-content-img {
    width: 44%;
    margin-left: 0;
    border-radius: 1.8rem;
}

.kontakt-page-last-section-content-block h3 {
    margin: 0;
    color: #01050c;
    font-weight: 400;
    font-size: 18px;
}

.kontakt-page-last-section-content-block p {
    color: #01050c;
    font-weight: 500;
    padding-top: 1.3rem;
    line-height: 2;
    padding-right: 1rem;
    font-size: 12px;
}

.kontakt-page-last-section-content-block h3 strong {
    color: #225fc7;
    text-transform: uppercase;
    font-size: 12px;
}

section.home-Skontaktuj-section.white-section {
    overflow: hidden;
}

.SketchUp-white-row-25.white-row-title a {
	font-size: 18px;
}

.home-system-dopasowany-block {
	max-width: 90%;
}

    .home-moduly-block-descr {
        font-weight: 500;
        padding-bottom: 1.5rem;
        line-height: 2;
        font-size: 12px;
        padding-left: 10px;
        height: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }

.line-button {
    position: relative;
    margin-top: 15px;
}

.home-Skontaktuj-content {
	padding: 0 20px;
}    


.baza-wiedzy-content-big-text {
	    max-width: 90%;
}

.baza-wiedzy-content-big-text {
        font-size: 14px;
        padding: 20px 0px;
    }

.home-Skontaktuj-content.demo-page-content {
    padding: 0 20px;
}

.demo-page-section.kontakt-page-section .home-Skontaktuj-title {
    font-size: 22px;
    text-align: left;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 20px;
}

.page-template-demo-page .Skontaktuj-section-buttons .home-Skontaktuj-title {
    font-size: 22px;
}

.orange-button-text, .orange-button a {
    color: #01050c;
    font-weight: 900;
    font-size: 16px;
    text-decoration: none;
    max-width: calc(100% - 70px);
    padding-top: .8rem;
}

.faq-card-spoiler-img img,
.home-system-dopasowany-img img {
	height: auto;
}

.fixwork-table-row {
    position: relative;
    flex-direction: column;
}	


}