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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 0.85vw;
	scroll-behavior: smooth;
}

/* 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: 'Mukta Mahee',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: none;
}

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 {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -6.5rem;
    right: 0;
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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


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

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}


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

/**/

body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 1rem;
    overflow-x: hidden;
}

.wrapper {
    flex: 1;
    min-height: 90vh;
}

.post, .page {
    margin: 0;
}

footer#colophon {
    background: #000A3F;
    z-index: 2;
    position: relative;
}

header.header {
    background: #010A3F;
    width: 100%;
    position: fixed;
    z-index: 15;
} 

/*.home header.header {
    background: #084788;	
}*/

.header.header_fixed {
	transition: all 0.5s ease-out;
}

.header .container-padding {
    padding: 2.4rem 3rem 1.5rem 3rem;
}

.header.header_fixed .container-padding {
    padding: 0.4rem 3rem 0rem 3rem;
}

.white-border-button a:hover {
	text-decoration: none;
}

.header-right-buttons .white-border-button a {
    color: #fff;
    font-size: 1rem;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.3rem 2rem 0.1rem;
    border-radius: 0.5rem;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    margin-right: 1.8rem;
    margin-top: 0.5rem;
    transition: 1s;
}

.header-right-buttons .white-border-button a:hover {
	color: #010a3f;
	background: #fff;
	transition: 1s;
}

.header-button-menu img {
    margin-top: -0.7rem;
    width: 4.5rem;
    cursor: pointer;
}

.burger div{
	width: 2.5rem;
    height: 2px;
    background: #084788;
    margin: 0.7rem 0;
    transition: all .5s ease;
}

.mfp-content,	
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box;
}

.head-menu {
    width: 80%;
    right: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    min-height: 90vh;
    background: #084788;
    padding: 6rem;
    transition: 2s all;
}


/**/

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

.search-block {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 3rem;
    padding-top: 0.4rem;
}	

#search-open {
    width: 2rem;
    height: 2rem;
    border: none;
    background: url(/wp-content/uploads/2023/01/loupe-2.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 5;
    cursor: pointer;
}	

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

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

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

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

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

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

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

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

/**/


.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

button.mfp-close {
    position: absolute;
    right: 7.5rem;
    width: 1.7rem;
    top: 2.5rem;
}

.menu-primary-menu-container {
    position: relative;
}

ul#primary-menu {
	    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}

ul#primary-menu li a:before {
	content: '';
    position: absolute;
    left: -3rem;
    width: 2.3rem;
    top: 1.7rem;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: 1s;
}

ul#primary-menu li a:hover:before {
	background: #fff;
	opacity: 1;
    transition: 1s;
}

ul#primary-menu li a {
    /*color: #F6F6F6;*/
    color: #fff;
	font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
    display: block;
    padding: 1rem 7rem 1rem 0;
    position: relative;
}

ul#primary-menu li {
	list-style: none;
	cursor: pointer;
}

ul#primary-menu  ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: rgba(246, 246, 246, 0.95);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 2rem;
}

ul#primary-menu ul.sub-menu li:first-child a,
ul#primary-menu ul.sub-menu li a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 156%;
	color: #084788;
	border: none;
	padding: 0 0 1rem 0;
}

#menu-item-548 a,
li.not-link-menu a {
    padding-top: 1rem !important;
    border-top: 1px solid #0847881f !important;
    text-decoration: underline;
    font-weight: 400 !important;
}

ul#primary-menu ul.sub-menu li:last-child a {
	padding-bottom: 0;
}

.head-menu-block {
    position: relative;
}

.head-menu-block  li {
	list-style: none;
}

.header-right-buttons {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.head-menu-block .sub-menu {
    position: absolute;
    left: 20rem;
    top: 5.5rem;
    text-align: left;
    margin: 0;
    padding: 0 2rem;
    transition: all 0.5s ease;
    display: none;
}
.sub-menu.uslugi-block-menu ul,
.sub-menu.o-nas-block-menu ul {
    margin: 0;
    padding: 0;
}

.head-menu-block .sub-menu li a {
	font-style: normal;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 156%;
	color: #F6F6F6;
	border: none;
	padding: 0;
	cursor: pointer;
}

.head-menu-block .sub-menu li {
	font-style: normal;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 156%;
	color: #F6F6F6;
	border: none;
	padding: 0;
	cursor: pointer;
	margin-bottom: 2.2rem;	
}


@media only screen and (max-width: 2400px){
  /* nav{
    justify-content: space-between;
    padding: 0 5vw;
  }
  .nav-links{
    position: absolute;
    right: 0;
    top:8vh;
    height:80vh;
    background: #084788;
    display: flex;
    flex-direction: column;
    align-items: center;   
    width: 50%;
    margin: 0;
    padding: 0;
    transform: translateX(100%);
    transition:All 0.5s ease-in;
  }
  .nav-links a{
    opacity: 0;
 
  }*/
  .burger{
    display: block;
    cursor: pointer;
  }
 
/*}
@media only screen and (max-width: 640px){
  nav{
    justify-content: space-between;
    padding: 0 5vw;
  }
}
.nav-active{
  transform: translateX(0);
}
@media only screen and (max-width: 460px){
  .nav-links{
    width: 100%;
    transition:All 0.5s ease;
  }
}
.nav-active{
  transform: translateX(0);
}
@keyframes navLinkFade{
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}
.toggle .line1{
   transform: rotate(-45deg) translate(-0.5rem, 0.5rem);
}
.toggle .line2{
   opacity: 0;
}
.toggle .line3{
   transform: rotate(40deg) translate(-0.6rem, -0.7rem);
}*/
}

header#masthead .container-padding {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.site-branding img {
	max-width: 9rem;
}

a.custom-logo-link {
	width: 9rem;
	cursor: pointer;
    height: auto;
    position: relative;
    z-index: 10;
}

a.custom-logo-link img {
	width: 100%;
}

header.header .site-branding img {
	opacity: 0;
}

header.header.header_fixed .site-branding img {
	opacity: 0;
}


.page-template-branze-single-page .burger div {
	background: #fff;
}

header.header .site-branding .custom-logo-link,
.header.header_fixed .site-branding .custom-logo-link {
	/*background: url(/wp-content/uploads/2022/12/Logo_TMSYS_biale_bez-tla.svg) no-repeat;
	background-size: contain;
	background-position: center;*/
}

.page-template-branze-single-page header.header .site-branding img,
.page-template-home-page header.header .site-branding img,
.page-template-o-nas-page header.header .site-branding img {
	opacity: 1;
}

.page-template-branze-single-page header.header.header_fixed .site-branding img,
.page-template-home-page header.header.header_fixed .site-branding img,
.page-template-o-nas-page header.header.header_fixed .site-branding img {
	opacity: 0;
}

.page-template-branze-single-page header.header .site-branding a,
.page-template-home-page header.header .site-branding a,
.page-template-o-nas-page header.header .site-branding a {
	/*background: url(/wp-content/uploads/2022/07/tmsys-logo-blue.svg) no-repeat;
	background-size: contain;
	background-position: center;*/
}

.page-template-home-page header.header {
	background: transparent;
}

.page-template-home-page header.header.header_fixed {
	background: #010a3f;
}

.container-padding {
    padding: 1.5rem 8rem 1.5rem 12rem;
}

header.header_fixed .container-padding {
	padding: 0.5rem 8rem 0.5rem 12rem;
}

.blue-banner {
    background: #084788;
    color: #F6F6F6;
}

.home-page-banner {
    /*margin-top: 5.9rem;
    padding-top: 7rem;*/
    padding-top: 5.9rem;
    height: 111vh;
    position: relative;
}

.home-page-banner .container-padding {
	height: 100%;
}

.home-page-banner-block {
    position: relative;
    height: 100%;
    padding-top: 10rem;
}

.home-page-banner-content {
	position: relative;
	z-index: 2;
}

.home-page-banner-content-image {
    position: absolute;
    top: 2rem;
    left: 12rem;
    width: 87rem;
}

.home-page-banner-content-title {
    font-style: normal;
    font-weight: 800;
    font-size: 5rem;
    line-height: 110%;
    color: #F6F6F6;
    margin-bottom: 1.5rem;
}

.home-page-banner-content-description {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 150%;
    color: #F6F6F6;
    margin-bottom: 0.5rem;
}

.white-button-block {
    display: flex;
    margin-top: 2.3rem;
}

.white-button-block a {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 200%;
    color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    padding: 0.5rem 1.7rem;
}

.white-button-block a:hover {
	background: #205893;
	text-decoration: none;
}

.home-page-banner-two {
    height: 120vh;
    padding: 2rem 1rem;
}

.home-page-banner-two-block {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: flex-start;
}

.home-page-banner-two-content-image {
    width: 100%;
    max-width: 55rem;
}

.home-page-banner-two-content {
    width: 100%;
    max-width: 44rem;
    padding-top: 13rem;
    margin-left: 0rem;
}

.section-content-title {
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 110%;
    margin-bottom: 2rem;
}

.section-content-description {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
}

.white-section {
	background: #F6F6F6;
}

.home-branze-section-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-branze-section {
    padding: 11.5rem 0;
}

.home-branze-section-content-left {
    width: 37rem;
    position: relative;
    margin-top: 3rem;
}

.home-branze-section-content-left-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: sticky;
    top: 10rem;
}

.home-branze-section-content-left-block:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 81%;
	height: 1px;
	background: #DFE5EC;
}

.home-branze-section-content-left-block:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 81%;
	height: 1px;
	background: #DFE5EC;
}

.home-branze-section-content-left-logo {
    width: 13rem;
}

.home-branze-section-content-left-block .blue-title-sectin {
    max-width: 18rem;
}

.blue-title-sectin {
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 110%;
    color: #084788;
}

.home-branze-section-content-right {
    max-width: 55rem;
    margin-left: 10rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-branze-block {
    width: 50%;
    padding: 3.4rem 2.5rem 0 2rem;
    border-bottom: 1px solid #DFE5EC;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 24rem;
    -webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}

.home-branze-block a:hover {
	text-decoration: none;
}

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

.home-branze-block:hover {
	background-color: #DFE5EC;
}

.home-branze-block-img {
    width: 6rem;
    margin-bottom: 1rem;
}

.home-branze-block-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 120%;
    color: #0C1824;
    text-transform: uppercase;
    padding-right: 2rem;
    margin-bottom: 1rem;
}

.home-branze-block-description {
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 140%;
    color: #4F4F4F;
    margin-bottom: 1rem;
}

.big-slider-home {
    padding: 13rem 0 3rem;
}

.big-slider-home .section-content-title {
	padding-left: 14rem;
}


.container-slider-home-scroll {
    padding: 0 14rem;
    position: relative;
    margin-bottom: 12rem;
}

.container-slider-home-scroll-line-block {
    /*unicode-bidi: bidi-override;
    direction: rtl;
    overflow: scroll;
    overflow-x: hidden!important;*/
    position: absolute;
    background: #f6f6f66b;
	left: 14rem;
	top: 0;
	height: 100%;
	width: 1px;
}

.scroll-line-block {
	position: sticky;
	top: 10rem;
	width: 4px;
	height: 4rem;
	background: #F6F6F6;
	margin-left: -2px;
	margin-top: 5rem;
}


.big-slider-home-content-scroll {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding-bottom: 12rem;
    /*direction: ltr;*/
}

.big-slider-home-content-scroll:nth-child(2) .section-content-title-small {
	margin: 0.5rem 0 1rem;
}

.big-slider-home-content-scroll:last-child {
	padding-bottom: 0rem;
}

.big-slider-content {
    width: 25rem;
    margin-left: 4.5rem;
}

.big-slider-content-swiper {
    width: 55rem;
    padding: 0 3rem;
}

.section-content-title-small {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 120%;
    margin: 5.5rem 0 1rem;
}

.two-image-slid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.two-image-slid-logo {
    width: 12rem;
    margin-bottom: 1rem;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: all 1s ease;
}

.two-image-slid-logo:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #084788;
    opacity: .3;
    top: 0;
    left: 0;
}

.two-image-slid-logo:hover:after {
	display: none;
}

.two-image-slid-logo img,
.long-image-slid-logo img {
	width: 100%;
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.button-next-news,
.klienty-button-next,
.swiper-button-next-one,
.button-next-three,
.two-slider-next,
.swiper-button-next {
	background: url(/wp-content/uploads/2022/06/arrow.svg);
	width: 3rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat !important;
    right: 2rem;
    top: 45%;
    cursor: pointer;
}

.button-prev-news,
.klienty-button-prev,
.swiper-button-prev-one,
.button-prev-three,
.two-slider-prev,
.swiper-button-prev {
	background: url(/wp-content/uploads/2022/06/arrow-1.svg);
	width: 3rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat !important;
    left: 2rem;
    top: 45%;
    background-position: right;
    cursor: pointer;
}

.klienty-button-next {
background-image: url(/wp-content/uploads/2022/07/arrow-white.svg);	
}

.klienty-button-prev {
background-image: url(/wp-content/uploads/2022/07/arrow-white-2.svg);	
}

.button-next-news {
background-image: url(/wp-content/uploads/2022/07/arrow-blue.svg);	
}

.button-prev-news {
background-image: url(/wp-content/uploads/2022/07/arrow-blue-1.svg);	
}


.swiper-button.two-slider-s {
	top: 40%;
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: space-between;
    left: 2rem;
}

.news-section-slider-content .swiper-button {
	top: 55%;
    position: absolute;
    width: 85%;
    display: flex;
    justify-content: space-between;
    left: 9.3rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.big-slider-content-swiper {
	position: relative;
}	

.big-slider-content-swiper .two-image-slid-name {
    color: #f6f6f6;
    text-decoration: none;
}

.big-slider-content-swiper.big-slider-one a {
	text-decoration: none;
}
	
.big-slider-home-content-scroll .swiper {
	  width: calc(100% - 100px);
}

.long-image-slid-logo {
    width: 12rem;
    height: 24rem;
    border-radius: 6rem;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
    transition: all 1s ease;
}

.long-image-slid-logo:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #084788;
    opacity: .3;
    top: 0;
    left: 0;
}

.long-image-slid-logo:hover:after {
	display: none;
}

.long-image-slid .two-image-slid-name {
    width: 12rem;
    text-align: center;
}

.big-slider-rundom-img .swiper-slide:nth-child(odd) .two-image-slid-block {
	margin-top: 65px;
}

.container-klienty {
    padding: 0 14rem;
}

.klienty-slider-home {
    padding-top: 5rem;
    margin-bottom: -3rem;
    padding-bottom: 1rem;
}

.klienty-slider-home .section-content-title {
	display: flex;
	position: relative;
}

.klienty-slider-home .section-content-title div {
	background: #084788;
	padding-right: 2rem;
	position: relative;
	z-index: 2;
}

.klienty-slider-home .section-content-title:after {
	content: '';
	position: absolute;
	width: 98%;
	height: 1px;
	background: rgba(242, 249, 255, 0.3);
	left: 0;
	top: 50%;
}

.klienty-slider-block {
    background: #fff;
    border-radius: 2rem 2rem;
    padding: 0 2rem;
    margin: 0 1rem;
    position: relative;
}

.klienty-slider-block .swiper {
	overflow: hidden;
}

.klienty-slider-block .klienty-slide {
	padding: 2rem;
}

.klienty-slider-block .swiper-button {
	top: 45%;
    position: absolute;
    width: 110%;
    display: flex;
    justify-content: space-between;
    left: -4.3rem;
}

.klienty-tag {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.2rem;
}

.klienty-tag div {
    display: flex;
    font-family: 'Roboto Mono', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #4F4F4F;
    line-height: 110%;
    padding: 0.5rem;
    border: 1px solid #4F4F4F;
    border-radius: 1rem;
}

.klienty-slider-block .swiper-slide {
    padding: 2rem 0 2rem;
    border-right: 1px solid #E0E0E0;
        height: 100%;
    min-height: 23rem;
}

.klienty-logo {
    max-height: 1.8rem;
    margin-bottom: 1.2rem;
}

.klienty-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 140%;
    color: #4F4F4F;
    margin-bottom: 2rem;
    max-width: 95%;
}

.klienty-image-block {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 5rem;
}

.klienty-image-block-center {
	width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
}

.klienty-image-block div.klienty-image-block-center-img {
    width: 32%;
    min-width: 5rem;
    display: block;
    margin-right: 4%;
    height: 5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
}
.klienty-link a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 150%;
    color: #084788;
}

.klienty-link {
	position: absolute;
    bottom: 2rem;
}

.klienty-slider-block .swiper-button-prev {
	left: -4rem;
}

.klienty-slider-block .swiper-button-next {
	right: -4rem;
}

.home-partnerzy-section {
	padding: 9.5rem 0 15rem;
	overflow: hidden;
}

.home-partnerzy-section .blue-title-sectin {
	padding: 0 2rem 2rem 15rem;
}

.partnerzy-section-slider .swiper-slide {
    width: auto;
    border: 1px solid #DFE5EC;
    height: 100%;
    min-height: 12rem;
    display: flex;
    align-items: center;
}

.partnerzy-logo-block {
    display: flex;
    padding: 2rem;
    height: 100%;
}

.partnerzy-section-slider .swiper-slide:hover {
    border-bottom: 2px solid #084788;
}

.dlaczego-section {
    padding: 4rem 0;
    position: relative;
}

.dlaczego-section-title {
	width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 4rem;
    align-items: center;
    z-index: 3;
    position: relative;
}

.dlaczego-section-title .section-content-title {
	display: flex;
    padding: 4rem 6rem 4rem 2rem;
    width: 100%;
    max-width: 41rem;
    text-align: right;
    justify-content: end;
    border-radius: 0 6rem 6rem 0;
    /*background: #DFE5EC;*/
    background: #bbc5d042;
}

.dlaczego-numbers-block {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding-left: 15rem;
    position: relative;
}

.dlaczego-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 2rem;
}

.dlaczego-left {
    width: 100%;
    max-width: 76rem;
    position: relative;
    z-index: 2;
}

.dlaczego-left:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8rem;
	background: url(/wp-content/uploads/2022/07/lines.svg) no-repeat;
	background-size: contain;
	left: 0;
	top: 31%;
}

.dlaczego-number {
    width: 48%;
    margin-bottom: 7rem;
}


.dlaczego-number:first-child,
.dlaczego-number:nth-child(2) {
	margin-bottom: 9.5rem;
}

.counter {
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 3rem;
    line-height: 106%;
    font-family: 'Mukta Mahee',sans-serif;
    text-align: center;
}

.dlaczego-number-plus {
	color: #084788;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 4.8rem;
    line-height: 100%;
    text-shadow: #f6f6f6 1px 0px 1px, #f6f6f6 0px 1px 1px, #f6f6f6 0px -1px 1px, #f6f6f6 -1px 0px 1px;
}

.dlaczego-number-block {
    display: flex;
    flex-direction: row;
}

.dlaczego-number-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 110%;
    color: #F6F6F6;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.dlaczego-right {
    width: 40rem;
    position: relative;
}

.dlaczego-section:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: url(/wp-content/uploads/2022/07/Group-203.png);*/
	background: url(/wp-content/uploads/2022/10/1.jpg);
	background-position: top right;
	background-size: cover;
    background-repeat: no-repeat;
    max-width: 40rem;
    right: 0;
    top: 0;
}

.dlaczego-section-title-logo {
    max-width: 6rem;
    margin-top: -2rem;
}

.news-section-slider {
	padding: 10rem 0 6rem;
}

.news-section-slider .blue-title-sectin {
	position: relative;
}

.news-section-slider .blue-title-sectin div {
	padding-right: 2rem;
    position: relative;
    z-index: 2;
    background: #f6f6f6;
}

.news-section-slider .blue-title-sectin:after {
    content: '';
    position: absolute;
    width: 98%;
    height: 1px;
    background: #2C5278;
	opacity: 0.1;
    left: 0;
    top: 33%;
}

.news-section-slider-content {
    padding: 0 15rem;
    position: relative;
}

.news-section-slider .swiper {
	overflow: hidden;
}

.news-section-slider-content .blue-title-sectin {
	padding-bottom: 2rem;
	display: flex;
}

/*.aktualnosci-content-block {
    width: 23rem;
    padding: 0;
    border-radius: 0;
}*/

.post_tags.Uncategorized {
    display: none !important;
}

.blog-page-image {
    width: 100%;
    height: 15rem;
    border-radius: 0;
    margin-bottom: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aktualnosci-content-block-title a {
    color: #0E316B;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    width: 75%;
    display: block;
}

.aktualnosci-content-block-title {
    margin-bottom: 1rem;
}

.after-news-section {
    padding: 3rem 0 6rem;
}

.after-news-section-content {
    padding: 0 15rem;
}

.after-news-section-content {
    padding: 0 15rem;
}

.big-blue-block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: hidden;
}

.big-blue-block-white {
    width: 21.5rem;
    z-index: 1;
}

.big-blue-block-two {
    width: 22rem;
}

.big-blue-block-three {
    width: 21rem;
}

.big-blue-block-four {
    width: 21.5rem;
    border-radius: 0 2rem 2rem 0;
}

.big-blue-block-two {
    background: #54A2F1;
}

.big-blue-block-three {
    background: #0D5FB5;
}

.big-blue-block-four {
    background: #084788;
}

.big-blue {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 130%;
    color: #fff;
    position: relative;  
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 1.5rem 2rem 5rem;
}

.black-title-sectin {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 103%;
    color: #0C1824;
    margin-bottom: 1.5rem;
}

.big-blue.big-blue-block-white {
    padding: 9.5rem 1.5rem 2rem 0rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.blue-button-small {
    display: flex;
    flex-direction: row;
    align-items: flex-start;	
}



.blue-button-small a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 130%;
    color: #F6F6F6;
    background: #084788;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
}

.blue-button-small a:hover {
	text-decoration: none;
	background: #205893;
}

.big-blue:after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 55%;
    border-radius: 0 0 2rem;
    top: 0;
    bottom: 50%;
    right: -2.2rem;
    z-index: 2;
    transform: skew(14deg);
    background: #F6F6F6;
}

.big-blue:before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 55%;
    border-radius: 0 2rem;
    top: 45%;
    bottom: 0;
    right: -2.2rem;
    z-index: 2;
    transform: skew(-14deg);
    background: #f6f6f6;
}

.big-blue.big-blue-block-white:after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 55%;
    border-radius: 0 0 2rem;
    top: 0;
    bottom: 50%;
    right: -2.2rem;
    z-index: 2;
    transform: skew(14deg);
    background: #F6F6F6;
}

.big-blue.big-blue-block-white:before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 55%;
    border-radius: 0 2rem;
    top: 45%;
    bottom: 0;
    right: -2.2rem;
    z-index: 2;
    transform: skew(-14deg);
    background: #f6f6f6;
}

.big-blue-block-two:before,
.big-blue-block-two:after {
	background: #54A2F1;
}

.big-blue-block-three:before,
.big-blue-block-three:after {
    background: #0D5FB5;
}

.big-blue-block-four:before,
.big-blue-block-four:after {
	display: none;
}

.big-blue p {
    position: relative;
    z-index: 5;
    left: 1.5rem;
}

.big-blue.big-blue-block-four p {
	left: 0;
}

.footer-content a,
.footer-content p,
.footer-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 150%;
    color: #F2F2F2;
}

.footer-title {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 150%;
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
    justify-content: space-between;
}

.footer-content-last-block {
	justify-content: flex-start;
	margin-bottom: 1.5rem;
}

.footer-content-last-block .footer-menu {
	margin-right: 4rem;
	margin-top: 2.5rem;
}

.footer-content-last-block .footer-menu:first-child {
	margin-top: 0;
}


.footer-kontact-content {
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.site-info {
    padding: 5.5rem 11rem 2rem;
}

.footer-button .white-button-block {
	margin-top: 0;
}

.footer-button .white-button-block a:hover {
	background: #f2f2f22b;
}

.footer-kontact-dane {
	display: flex;
	flex-direction: column;
}

.footer-kontact .footer-title:nth-child(2) {
	margin-top: 1rem;
}

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

.footer-menu ul li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.footer-copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    border-top: 1px solid #ffffff85;
    position: relative;
}

.footer-copyright:before {
    content: '';
    position: absolute;
    width: 34rem;
    height: 1px;
    top: -1px;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;
}

.footer-logo {
	height: 3.1rem;
    margin-bottom: 1.5rem;
}

.footer-logo img {
    height: 100%;
}

.footer-kontact .footer-title:nth-child(2) {
	margin-top: 1.5rem;
}

.footer-kontact-dane a {
    margin-bottom: 1rem;
}

.footer-kontact-dane a img {
	width: 1.5rem;
    margin-right: 1rem;
}

.site-info {
    display: flex;
    flex-direction: row;
}

.footer-logo-text {
	color: #fff;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4.3rem;
    font-weight: 400;
    margin-top: 0.4rem;
    letter-spacing: 4px;
}

.footer-soc-media img {
    height: 2.5rem;
    display: block;
    float: left;
    margin-right: 1.1rem;
}

.footer-logo-first {
    margin-right: 7rem;
}

.footer-kontact-dane a,
.footer-kontact-block-text,
.footer-dane-firmy p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
}

.footer-dane-firmy {
    margin-right: 7rem;
}

.footer-kontact-mapa {
    margin-right: 4rem;
}

ul#oprogramowanie-menu,
ul#mapa-strony {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#oprogramowanie-menu a,
ul#mapa-strony a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
}

.footer-kontact-menu {
    padding-top: 3rem;
}

.footer-kontact-block {
    margin-right: 10rem;
}

.footer-kontact-two {
	margin-top: 3rem;
}

/**/

.section-after-header {
    padding-top: 11rem !important;
}

.oferta-top-section {
    padding: 0 0 7rem;
}

.container-white-page {
    padding: 0 15rem;
}

.oferta-top-section .container-white-page {
	padding: 0 0 0 15rem;
}

.big-title-blue-white-page {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 4rem;
    line-height: 110%;
    color: #084788;
    margin-bottom: 4rem;
}

.white-page-description-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
}

.white-page-description {
	width: 100%;
    max-width: 49rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
}

.description-blue-block-kontakt {
    width: 100%;
    max-width: 49rem;
    background: #dfe5ec;
    border-radius: 10rem 0 0 10rem;
}

.description-blue-block-kontakt-content {
    width: 28rem;
    padding: 3rem 0 3.5rem 5rem;
}

.description-blue-block-kontakt-content-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 150%;
    text-align: center;
    color: #084788;
}

.description-blue-block-kontakt-mail {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 150%;
    text-align: center;
    color: #084788;
    margin-bottom: 1.8rem;
}

.description-blue-block-kontakt-content .blue-button-small {
	text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.bezplatne-programy-section-content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.bezplatne-programy-section-content .section-content-title,
.bezplatne-programy-section-content .blue-title-sectin {
	position: sticky;
    top: 10rem;
}

.branze-single-page-categori-name {
	padding: 1rem 0;
}

.branze-single-page-categori-name div {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 140%;
    color: #f6f6f6;
    opacity: .7;
    padding: 1rem 0;
    margin: 1.5rem 0;
    position: relative;
    z-index: 2;
    transition: .5s all;
}

.branze-single-page-categori-name div:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -16rem;
	z-index: 1;
	border-radius: 0 2rem 2rem 0;
	background: transparent;
}

.branze-single-page-categori-name div:hover {
	opacity: 1;
}

.branze-single-page-categori-name div:hover:after {
	background: rgba(246, 246, 246, 0.1);
}

	
.branze-single-page-categori-name div.show {
	opacity: 1;
}

.branze-single-page-categori-name div.show:after {
	background: rgba(246, 246, 246, 0.1);
}

.bezplatne-programy-content .hardware.show,
.bezplatne-programy-content .uslugi.show,
.bezplatne-programy-content .produkty.show {
	background: #dfe5ec;
}

.white-section-grey-big-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 110%;
    color: #4F4F4F;
    margin-bottom: 2rem;
}

.bezplatne-programy-section-content .white-section-grey-big-title {
	max-width: 27rem;
	position: sticky;
    top: 10rem;
}

.bezplatne-programy-content {
    max-width: 58rem;
    margin-left: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    background: #fff;
    border-radius: 2rem 2rem;
    overflow: hidden;
}

.bezplatne-programy-block {
    width: 50%;
    padding: 4rem 4rem 4rem 4rem;
    border-right: 1px solid #DFE5EC;
    border-bottom: 1px solid #DFE5EC;
    transition: 0.5s all;
}

.bezplatne-programy-block:nth-child(even) {
	border-right: none;
}

.bezplatne-programy-block:nth-child(3),
.bezplatne-programy-block:nth-child(4) {
	border-bottom: none;
}

.bezplatne-programy-block:hover {
	background: #dfe5ec;
}

.bezplatne-programy-block:hover a {
	text-decoration: none;
}

.bezplatne-programy-logo {
    height: 6rem;
    margin-bottom: 1.5rem;
}

.bezplatne-programy-logo img {
	width: auto;
	height: 100%;
}

.bezplatne-programy-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 140%;
    color: #0C1824;
    margin-bottom: 1rem;
}

.bezplatne-programy-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 130%;
    color: #4F4F4F;
}

.bezplatne-programy-link a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 150%;
    color: #084788;
}

.bezplatne-programy-block:hover .bezplatne-programy-link a {
	text-decoration: underline;
}

.bezplatne-programy-section {
    padding-bottom: 4rem;
}

.branze-single-page-uslugi {
	position: relative;
}

.bezplatne-programy-block.branze-single-page-uslugi .button-uslugi-block-title {
	font-size: 2.7rem;
    padding: 0;
}

.bezplatne-programy-block.branze-single-page-uslugi .button-uslugi-block-image {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    width: 3.2rem;
}

.uczelnie-section {
	padding: 7rem 0 5rem;
    overflow: hidden;
}

.oferta-form-section {
    padding: 4rem 0 9rem;
}

.oferta-form-section .white-section-grey-big-title {
	max-width: 60rem;
}

.oferta-form-section-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2rem;
}

.oferta-form-section-form {
    width: 100%;
    max-width: 34rem;
} 

.oferta-form-section-description {
    width: 100%;
    max-width: 49rem;
}

.oferta-form-section-form input[type="text"], 
.oferta-form-section-form input[type="email"], 
.oferta-form-section-form input[type="tel"],
.oferta-form-section-form input[type="file"],
.oferta-form-section-form select {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 130%;
    color: #4F4F4F;
    background: #dfe5ec;
    border: none;
    width: 100%;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 0.7rem;
}

.wpcf7-submit.blue-button-form {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 130%;
    color: #F6F6F6;
    background: #084788;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem 3rem;
    border-radius: 2rem;
    width: auto;
    text-align: center;
    margin-bottom: 1rem;
    float: right;
    clear: both;
}

p.form-file-text {
    display: block;
    margin: -1rem 0.3rem 1rem;
}

input, a,
select, textarea {outline:none;}

.oferta-form-section-form span.wpcf7-list-item.first.last label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

input[type="checkbox"] {
    margin: 0.2rem 0.5rem 0 0;
}

.oferta-form-section-form span.wpcf7-list-item.first.last {
	margin: 0;
}

.oferta-form-section-description-text {
    width: 100%;
    max-width: 49rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 150%;
}

.oferta-form-section-description-title {
    width: 100%;
    max-width: 49rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 1rem;
}

/*  szkolenia page  */

.szkolenia-section {
    padding: 0 0 4rem;
}

.szkolenia-section .white-page-description-content {
	padding-top: 0;
}

.szkolenia-blue-line {
    width: 100%;
    max-width: 92rem;
    background: #dfe5ec;
    border-radius: 0 10rem 10rem 0;
    min-height: 12rem;
}

.szkolenia-blue-line-content {
    padding: 4rem 13rem 0 16rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.szkolenia-blue-line-title {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 130%;
    text-align: center;
    color: #084788;
    margin-bottom: 1.8rem;
    max-width: 35rem;	
}

.szkolenia-blue-line-content .blue-button-small {
	margin-top: 1rem;
}

.szkolenia-blue-line-section {
    padding-bottom: 9rem;
}

/*  kontakt  */

.kontakt-section.white-section {
    padding: 0 0 2.5rem;
}

.kontakt-page-description-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.kontakt-page-description {
    width: 100%;
    max-width: 28rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 150%;
    color: #0C1824;
}

.kontakt-page-adress p {
    margin-bottom: 1rem;
}

.kontakt-page-form {
    margin-left: 8rem;
    width: 34rem;
}

.kontakt-page-form input[type="text"], 
.kontakt-page-form input[type="email"], 
.kontakt-page-form input[type="tel"] {
    background: none;
    border: none;
    border-bottom: 1px solid #dfe5ec;
    width: 100%;
    padding: 1rem 1rem 0.7rem 1rem;
    margin-bottom: 0.7rem;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 130%;
    color: #4F4F4F;
}

.kontakt-page-form textarea {
	width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #dfe5ec;
    width: 100%;
    padding: 1rem 1rem 0.7rem 1rem;
    margin-bottom: 0.7rem;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 130%;
    color: #4F4F4F;
    resize: none;
    height: 4rem;
    margin-bottom: 1.5rem;
}

span.wpcf7-list-item.first.last label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 133%;
    color: #4F4F4F;
}

.kontakt-section-map {
    padding: 1rem 0 9rem 0;
}

.kontakt-map {
	width: 100%;
    height: 34rem;
}

.kontakt-map iframe {
    width: 100%;
    height: 100%;
}

/*  o nas page  */

/*.o-nas-section {
	position: relative;
	background: url(/wp-content/uploads/2022/07/o-nas-1.png) no-repeat;
	background-size: cover;
	min-height: 100vh;
}*/

	
.o-nas-section {
    position: relative;
    background: url(/wp-content/uploads/2022/10/zdjecie-glowne-scaled.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.o-nas-section:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #084788;
	opacity: 0.3;
	z-index: 1;
	position: absolute;
    top: 0;
    left: 0;
}

.o-nas-section .o-nas-title {
    position: relative;
    z-index: 3;
    color: #F6F6F6;
    padding: 15rem 0 8rem;
    font-weight: 800;
    font-size: 5rem;
    line-height: 110%;
    max-width: 50rem;
}

.o-nas-section-content {
    position: relative;
    z-index: 2;
    color: #F6F6F6;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.o-nas-section-content-logo {
    width: 100%;
    max-width: 60rem;
}

.o-nas-section-content-description {
    color: #F6F6F6;
    width: 35rem;
    margin-left: 5rem;
    margin-top: 0.7rem;
    font-size: 1.4rem;
    line-height: 140%;
}

.home-page-banner-two.blue-banner.o-nas-map-section {
    padding: 5rem 1rem;
}

.o-nas-map-section .home-page-banner-two-content {
    width: 100%;
    max-width: 42rem;
    padding-top: 0rem;
    margin-left: 4rem;
}

.o-nas-map-section  .home-page-banner-two-content-image {
    position: relative;
}

.o-nas-map-section-content {
    position: absolute;
    top: 6rem;
    left: 14rem;
}

.o-nas-map-section-content-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 7.5rem;
    line-height: 100%;
    color: #F6F6F6;
}

.o-nas-map-section-content-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 2rem;
    line-height: 110%;
    color: #F6F6F6;
}

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

section.home-page-banner-two.blue-banner.o-nas-map-section {
	height: 107vh;
    padding: 5rem 1rem 0;
}

.o-nas-slider-section {
    padding: 9rem 0 0;
}

.o-nas-slider-section .container-white-page {
	position: relative;
}

.o-nas-slider-section .o-nas-title {
	color: #084788;
	position: relative;
    z-index: 3;
    font-weight: 800;
    font-size: 8rem;
    line-height: 110%;
    max-width: 50rem;
    margin-bottom: 1rem;
}

.o-nas-slider-section-description {
	color: #4F4F4F;
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
}

.o-nas-slider-section-description {
    color: #4F4F4F;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 150%;
    max-width: 40rem;
    position: absolute;
}



/**************************
* 16. app screenshot styles
***************************/

.o-nas-slider-block {
	position: relative;
	min-height: 35.5rem;
}


.slider-block-mobile {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.app-secreenshots .sec-title {
    margin-bottom: 7rem;
}

.swiper-slider-area .container {
    position: relative;
}

.one-block-number {
    position: relative;
    overflow: hidden;
    padding-bottom: 130px;
}

.appScreenshotCarousel-container {
    height: 36rem;
    position: relative;
    right: -18rem;
    top: 0rem;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
    position: relative;
}


.swiper-slide.swiper-slide-active {
    background-size: 100% 100%;
}

.container-slider-home-scroll .swiper-slide a:hover {
	text-decoration: none;
}

.screen-mobile-image img {
    height: 100%;
    transform: scale(1.01);
}

.appScreenshotCarousel-container .swiper-slide.swiper-slide-next {
    margin-left: 10px;
}

.appScreenshotCarousel-container .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}

.appScreenshotCarousel-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(.85);
    height: 21rem;
    border-right: 1px solid #DFE5EC;
    bottom: -1rem;
}

.appScreenshotCarousel-container .swiper-slide.swiper-slide-active {
    transform: scale(1);
    height: 40rem;
    min-width: 30rem;
    padding-bottom: 1.3rem;
    border-right: none;
}

.appScreenshotCarousel-container .swiper-slide,
.appScreenshotCarousel-container .swiper-slide.swiper-slide-active {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
}

.appScreenshotCarousel-container .swiper-slide img {
    height: 100%;
    width: 100%;
    width: auto;
    object-fit: cover;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
}

.swiper-slide-o-nas {
    width: 100%;
    height: 100%;	
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}

.appScreenshotCarousel-container .swiper-slide.swiper-slide-active .swiper-slide-o-nas {
	justify-content: center;
}

.appScreenshotCarousel-container .swiper-slide.swiper-slide-active img {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    border-radius: 20px;
    transform: scale(.99);
    height: 93%;
}

.slide-o-nas-description {
    position: absolute;
    left: -3rem;
    top: 14rem;
}
.appScreenshotCarousel-container .swiper-slide .slide-o-nas-description {
	display: none;
	transition: opacity 2s ease-out;
    opacity: 0;
}

.appScreenshotCarousel-container .swiper-slide.swiper-slide-active .slide-o-nas-description {
	display: block;
	opacity: 1;
}


.slide-o-nas-description-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 140%;
    color: #084788;
}

.slide-o-nas-description-opys {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 150%;
    color: #4F4F4F;
}

.slider-block-mobile .swiper-button-prev {
    left: 0rem;
    top: 79%;
}

.slider-block-mobile .swiper-button-next {
    right: 0rem;
    top: 79%;
}

.slider-block-mobile .swiper-button-prev img,
.slider-block-mobile .swiper-button-next img {
	width: 1.5rem;
}

.o-nas-slider-block:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dfe5ec;
	left: 0;
	top: 50%;
}

.o-nas-section-klienci {
	position: relative;
}

.o-nas-section-klienci:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	background: #084788;
	top: 0;
	left: 0;
}

.o-nas-section-klienci:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	background: #dfe5ec;
	top: 0;
	right: 0;
}

.o-nas-section-klienci-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 6.5rem 0;
}

.o-nas-section-klienci-content-right,
.o-nas-section-klienci-content-left {
    width: 50%;
}

.o-nas-section-klienci-content-left-title {
    color: #F6F6F6;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.o-nas-section-klienci-content-left-description {
    color: #F6F6F6;
    font-size: 1.5rem;
    line-height: 150%;
    max-width: 90%;
    margin-bottom: 1.5rem;
}

.white-border-button {
	display: flex;
}

.o-nas-section-klienci-logos-block {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    width: 100%;
    padding: 0 6rem 0 8rem;
}

/*.klienci-logo-block {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    margin-bottom: 4rem;
}*/

.klienci-logo-block {
    width: 49%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

.o-nas-section-line {
    padding: 9rem 0;
}

.o-nas-section-line .szkolenia-blue-line {
	max-width: 101rem;
}

.o-nas-section-line .szkolenia-blue-line-content {
    padding: 4rem 29rem 0 25rem;
    line-height: 150%;
}

.o-nas-section-line .szkolenia-blue-line-title {
	max-width: 34rem;
}

/**/
  

article h1 {
    color: #0C1824;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 100%;
    margin: 0.3rem 0 1.5rem;
}

.hardware-single-page-left {
    padding-right: 1rem;
}

.hardware-single-page-left p {
    color: #0C1824;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 150%;
}

.breadcrumb-post {
    margin-top: -1rem;
    margin-bottom: 1rem;
    color: #4F4F4F;
    font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 110%;
}

.breadcrumb-post a {
	color: #4F4F4F;
	opacity: 0.7;
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 110%;
}


.hardware-single-page-right,
.hardware-single-page-left {
    width: 50%;
    position: relative;
}

.hardware-single-page-right {
	overflow: hidden;
}

.hardware-single-page-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    min-height: 30rem;
}	
	

.hardware-single-page-right .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
.hardware-single-page-right .swiper-slide {
      background-size: cover; 
      background-position: center;
    }
.hardware-single-page-right .gallery-top {
		height: 27rem;
	    width: 93%;
	    margin-right: 0;
	    border-radius: 2rem;
	    overflow: hidden;
    }
.hardware-single-page-right .gallery-thumbs {
	    height: 12rem;
	    box-sizing: border-box;
	    padding: 1rem 0;
	    width: 80%;
	    overflow: hidden;
	    position: relative;
	    margin-left: 6rem;
	}

.hardware-single-page-right .gallery-thumbs .swiper-slide {
        width: 33%;
	    height: 100%;
	    opacity: 0.4;
	    background: #fff;
	    border-radius: 1rem;
	    display: flex;
	    justify-content: center;
	    align-items: center;
    }

.hardware-single-page-right.gallery-thumbs .swiper-slide img {
    	width: 90%;
    	height: 90%;
    }

.hardware-single-page-right .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }

.hardware-single-page-right .swiper-slide.swiper-slide-active {
    	background-size: 100% 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: #fff;
	    background-repeat: no-repeat !important;
    	background-position: center !important;
    	background-size: cover;
    }

/*.hardware-single-page-right .swiper-slide.swiper-slide-active img {
    	max-width: 90%;
    	max-height: 90%;
    }*/

.hardware-single-page-right .swiper-button-next {
    	right: 0rem;
    	top: 85%;
    	background: none;
    	display: flex;
    	justify-content: flex-end;
    }

.hardware-single-page-right .swiper-button-prev {
    	left: 3rem;
    	top: 85%;
    	background: none;
    	display: flex;
    	justify-content: flex-start;
    }

.hardware-single-page-right .swiper-button-next img,
.hardware-single-page-right .swiper-button-prev img {
    width: 1.5rem;
}

.hardware-blue-line-section {
	position: relative;
	background: #084788;
	display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}    

.hardware-blue-line-section-text {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 140%;
	color: #FFFFFF;
	text-align: center;
}

.hardware-blue-line-section-text a {
	font-weight: 600;
	color: #fff;
}

.hardware-single-page {
    padding-bottom: 0;
    padding-top: 8rem;
    position: relative;
}

.hardware-single-page-content {
	position: relative;
}

.hardware-single-page .hardware-single-page-right {
    position: absolute;
    right: -4rem;
    top: -7rem;
    width: 57rem;
    height: 100%;
}

.hardware-single-page .hardware-single-page-right img {
	width: 100%;
	height: 100%;
}

.hardware-blue-line-left {
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 13rem;
    position: relative;
    background: #0D5FB5;
    padding-right: 2rem;
}

.hardware-blue-line-left:after {
	content: '';
    position: absolute;
    width: 5rem;
    height: 57%;
    border-radius: 0 0 2rem;
    top: 0;
    bottom: 50%;
    right: -2.2rem;
    z-index: 2;
    transform: skew(29deg);
    background: #0d5fb5;
}

.hardware-blue-line-left:before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 58%;
    border-radius: 0 2rem;
    top: 43%;
    bottom: 0;
    right: -2.2rem;
    z-index: 2;
    transform: skew(-29deg);
    background: #0d5fb5;
}

.hardware-blue-line-right {
	width: 50%;
	padding-left: 7rem;
}


.hardware-single-grey-section {
    padding: 3rem 0 8rem;
    text-align: center;
}

.hardware-single-grey-section .new-category-small-title {
    margin-bottom: 4rem;
}

.hardware-single-child-content .oprogramowanie-category-content-center {
	justify-content: center;
}

.white-small-button {
    display: flex;
}

.white-small-button a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 130%;
    color: #084788;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem 1.5rem;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 2rem;
}

.hardware-category-block-page .oprogramowanie-category-title {
    min-height: auto;
}

.bezplatne-programy-section.hardware-single-page-block {
	padding: 9rem 0;
}

.category-section-top-content {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

.category-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 8rem;
    line-height: 0.7;
    color: #084788;
}

.category-section-top-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 150%;
    color: #4F4F4F;
    max-width: 43%;
    margin-bottom: 4rem;
}

.hardware-section.category-section-top {
	padding-top: 9rem!important;
}

.hardware-category-content {
    padding: 7rem 13rem 0;
    min-height: 34rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.hardware-category-block {
    width: 30%;
    margin-bottom: 7rem;
    min-height: 24rem;
    position: relative;
}

/*.hardware-category-block-image {
    width: 18rem;
    height: 18rem;
    border-radius: 20rem;
    background: #fff;
    margin: 0 auto;
}*/

.hardware-category-image {
    width: 18rem;
    height: 18rem;
    border-radius: 20rem;
    background-size: contain;
    background: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: height 0.5s, width 0.5s ease;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hardware-category-image img {
	width: 18rem;
	height: auto;
}

.hardware-category-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #084788;
	opacity: 0.3;
	top: 0;
	left: 0;
}

.hardware-category-title {
    text-align: center;
    margin-top: 2.5rem;
    position: absolute;
    bottom: 2rem;
    z-index: 2;
    width: 100%;
}

.hardware-category-title a {
    color: #F6F6F6;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 120%;
    transition: color 0.8s ease;
}

.hardware-category-block:hover .hardware-category-image {
    width: 24rem;
    height: 24rem;	
    border-radius: 24rem;
}

.hardware-category-block:hover .hardware-category-title a {
	color: #0C1824;
	text-decoration: none;
}

.hardware-category-block:hover .hardware-category-image:after {
	display: none;
}

.hardware-category-blue-line {
    background: rgba(246,246,246,.1);
    width: 100%;
    max-width: 101rem;
    border-radius: 0 6rem 6rem 0;
    min-height: 12.5rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hardware-category-blue-line-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.hardware-category-blue-line-right {
    padding: 0 18rem 0 8rem;
}

.hardware-category-section {
	padding-bottom: 7rem;
}

/*  blog  */

.blog-section .big-title-blue-white-page {
	margin-top: 2rem;
}

.blog-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 6rem;
}

.blog-content-left {
    width: 100%;
    max-width: 60rem;
    padding-right: 0
}

.blog-category-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.blog-content-post-left {
    width: 50%;
    padding-top: 1.4rem;
    padding-left: 1.7rem;
    border-left: 1px solid #466AB0;
    height: 100%;
    min-height: 17rem;
}

.blog-category-block:nth-child(odd) .blog-content-post-left {
	border-right: 1px solid #466AB0;
	border-left: none;
}

.blog-content-post-right {
    width: 50%;
    display: flex;
    align-items: center;
}

.block-post-title {
    margin-bottom: 0.5rem;
    text-align: left;
    max-height: 4rem;
    overflow: hidden;
}


.block-post-title a {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 130%;
    color: #000000;
}

.block-post-description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 2.5rem;
}

.read-more-blog {
    margin-bottom: 2rem;
    padding-left: 1rem;
}

.read-more-blog a {
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 150%;
    color: #084788;
}

.blog-category-block:nth-child(odd) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.blog-category-block:nth-child(odd) .blog-content-post-left {
	width: 50%;
    padding-left: 0rem;
}

.blog-category-block:nth-child(odd) .blog-content-post-right {
	justify-content: flex-end;
}

.blog-content-post-left .blue-border-button {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.blog-content-post-left .blue-border-button a {
	padding: 0.25rem 2rem 0;
}

.blog-page-right-colum-post-date,
.blog-content-post-left-date-tags {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 143%;
    color: #4F4F4F;
    padding-left: 1rem;
}

.blog-page-right-colum-post-date {
	padding-left: 0;
}


.blog-tags {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.7rem;
}

.blog-tags div {
	margin-right: 1rem;
    color: #0e316b;
    line-height: 1;
    font-size: 1.1rem;
    font-weight: 500;
}

.blog-date {
    margin-right: 1rem;
    min-width: 5rem;
    display: block;
    margin-top: 0.5rem;
}

.blog-content .blog-category-block:last-child {
	border-bottom: none;
}

/*.blog-list-section .container-new-page {
	padding: 0 5rem 0 11rem;
}*/

.blog-list-section .post_tags {
    display: block;
}

.blog-list-section .post_tags a {
    padding: 0.5rem 1rem 0.3rem;
    display: block;
    margin-right: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 143%;
    color: #000;
}

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 6rem;
    align-items: center;
}

.wp-pagenavi {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 117%;
    color: #0E316B;
}

.wp-pagenavi span,
.wp-pagenavi a {
	padding: 0 1rem;
}

.wp-pagenavi a {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 117%;
    color: #0E316B;
}

.wp-pagenavi a.prevpostslink,
.wp-pagenavi a.nextpostslink {
	display: none !important;
}

.blog-content-post-right-section {
    width: 100%;
    max-width: 30rem;
}

.post-tags-title {
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2.5rem;
    font-weight: 300;
    margin-top: 0;
    padding-left: 0.8rem;
}

.post-tags-block {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    background: #EDEDED;
    margin-top: 2rem;
    padding: 2.7rem 1rem;
}

.blog-page-right-colum-posts {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    background: #EDEDED;
    margin-top: 2rem;
    padding: 2.7rem 1rem;
}

.inside-aside-box a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 110%;
    color: #0C1824;
}

.blog-page-right-colum-post a {
    font-family: 'Inter';
    font-style: normal;
    display: block;
    margin-right: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 100%;
    color: #000;
    padding: 0.5rem 1rem 0.3rem;
}

.blog-page-right-colum-post a .aktualnosci-content-block-title {
    margin-bottom: 0.5rem;
}

.blog-page-right-colum-post .blog-page-right-colum-post-date {
    padding: 0;
}


.blog-post-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 120%;
    color: #0C1824;
    width: 100%;
    margin-bottom: 1rem;
}

.blog-image-block {
    width: 97%;
    height: auto;
    overflow: hidden;
}

.blog-image-block img {
	width: 100%;
}

.new-category-section-top-content-blog {
    margin-bottom: 5rem;
}

.block-post-description-content ul {
	margin: 0;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.blog-post-tags-block-head {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-post-tags-block-head .blog-content-post-left-date-tags {
    width: 50%;
}

.udostepnij-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 140%;
    color: #000;
}

.share-buttons {
    cursor: pointer;
}

.news-section-slider-post-page {
	padding: 0rem 0 5rem;
}

.uslugi-category-page .category-title {
	line-height: 1;
}

.uslugi-category-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #f6f6f640;
    width: 100%;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.uslugi-category-content .uslugi-category-block:first-child {
	padding-top: 0;
}

.uslugi-category-content {
	padding: 9rem 15rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.uslugi-category-block-left {
    width: 100%;
    max-width: 36rem;
}

.uslugi-category-block-image {
    width: 100%;
    max-width: 60rem;
    overflow: hidden;
}

.pagination.uslugi-page {
    padding-top: 2rem;
    width: 100%;
}

.pagination.uslugi-page a {
    color: #fff;
}

.pagination.uslugi-page span {
	color: #fff;
	opacity: 0.7;
}

/*.uslugi-category-block:nth-child(6n+6) {
	border-bottom: none;
}*/

.uslugi-category-title {
    padding: 2rem 3rem 2rem 0;
}

.uslugi-category-title a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 120%;
    color: #F6F6F6;
}

.uslugi-category-title a:hover {
	text-decoration: none;
}

.uslugi-category-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 144%;
    color: #F6F6F6;
    opacity: 0.7;
    padding: 0 10rem 1rem 0;
}

.uslugi-category-read-more {
    display: flex;
    justify-content: flex-end;
    padding-right: 12rem;
}

.uslugi-category-read-more a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 156%;
    color: #F6F6F6;
}

.uslugi-category-image {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.uslugi-category-big-img {
    width: 33.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 21rem;
}

.uslugi-category-small-img-block {
    width: 15rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.uslugi-category-small-img-block div {
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 10rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.uslugi-category-small-img-block div:last-child {
	margin-bottom: 0;
}


/****/


.branze-single-page-section {
    min-height: 36rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 6rem;
    padding-bottom: 2rem;
    position: relative;
}

.branze-single-page-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #084788;
	opacity: 0.3;
}

.branze-single-page-section .container-white-page {
	position: relative;
	z-index: 2;
}

.branze-single-page-section h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 4rem;
    line-height: 120%;
    color: #F6F6F6;
    margin-top: 8rem;
    margin-bottom: 2rem;
}

.branze-single-page-desription {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    color: #F6F6F6;
    max-width: 39rem;
    padding-bottom: 2rem;
}

.branze-single-page-content {
    padding: 2.5rem 0 3rem;
}

.branze-single-page-left {
    width: 50%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 26px;
    color: #0C1824;
}

.branze-single-page-left strong {
    font-weight: 800;
}

.branze-single-page-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.branze-single-page-right {
    width: 45%;
}

.branze-category-block {
    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;
}

.branze-category-block:nth-child(even) {
	flex-direction: row-reverse;
    justify-content: flex-end;
}


.branze-category-block-left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    transition: 0.3s all;
}

.branze-category-block-right {
    width: 50%;
    min-height: 30rem;
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
}

.branze-category-block-right:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #084788;
	opacity: 0.3;
	transition: 0.3s all;
}

.branze-category-block-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.branze-category-block-left-content {
	padding: 6.5rem 1rem 1rem;
    max-width: 32rem;
    margin-right: 2rem;
}


.branze-category-block:nth-child(even) .branze-category-block-left {
	justify-content: flex-start;
}

.branze-category-block:nth-child(even) .branze-category-block-left-content {
	margin-left: 2rem;
}

.branze-category-title a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 120%;
    color: #F6F6F6;
    margin-bottom: 1rem;
}

.branze-category-title a:hover {
	text-decoration: none;
}

.branze-category-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 144%;
    color: #F6F6F6;
    margin-bottom: 1rem;
}

.branze-category-page-after-section {
    padding: 9rem 0 9rem;
}

.branze-category-page-after-section .blue-title-sectin {
	font-size: 2.5rem;
    margin-bottom: 5rem;
    position: relative;
}

.branze-category-page-after-section .blue-title-sectin:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #DFE5EC;
	top: 1rem;
	transition: 0.3s all;
}

.branze-category-page-after-section .blue-title-sectin div {
	position: relative;
	z-index: 1;
	background: #f6f6f6;
	width: 31rem;
}

.branze-category-page-after-section-content {
    border-radius: 2rem 2rem;
    padding: 0;
    margin: 1rem 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    background: #fff;
    overflow: hidden;
}

.branze-category-page-after-section-block {
    width: 33.3%;
    padding: 3.5rem 3rem 3.5rem 4rem;
    border-right: 1px solid #DFE5EC;
}

.branze-category-page-after-section-block:hover a {
	text-decoration: none;
}

.branze-category-page-after-section-block:last-child {
	border-right: none;
}

.branze-category-page-after-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #0C1824;
    margin-bottom: 1rem;
}

.branze-category-page-after-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 140%;
    color: #4F4F4F;
    margin-bottom: 1.5rem;
}

.branze-category-page-after-link {
    display: flex;
    justify-content: end;
    position: relative;
}

.branze-category-page-after-link a {
    width: 3.2rem;
}

.branze-category-page-after-link a .branze-category-page-after-link-img-hover {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 3.2rem;
}

.branze-category-page-after-section-block:hover .branze-category-page-after-link-img {
	opacity: 0;
}

.branze-category-page-after-section-block:hover .branze-category-page-after-link-img-hover {
	opacity: 1;
}

.branze-category-title {
    margin-bottom: 1.5rem;
}

.single-page-produkty-title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.single-page-produkty-title-block img {
	max-height: 4rem;
    width: auto;
    margin-right: 2rem;
    margin-bottom: 2rem;
    height: 100%;
}

.dolącz-do-nas-section-title {
    color: #fff;
    text-align: center;
}

.branze-category-block-left-content:hover .white-button-block a,
.branze-category-block-right:hover .white-button-block a,
.branze-category-block:hover .white-button-block a {
	color: #084788;
	background: #f6f6f6;
	transition: 0.3s all;
}

.branze-category-block:hover .branze-category-block-right:hover:after,
.branze-category-block-right:hover:after {
	opacity: 0;
	transition: 0.3s all;
}

.page-template-uslugi-page .hardware-category-block-page .oprogramowanie-category-block-image a img {
    width: 4.5rem;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.page-template-uslugi-page .oprogramowanie-category-block-image {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.page-template-uslugi-page .hardware-category-section-page .blue-border-button a {
	padding: 0.25rem 2rem 0;
}

.page-template-uslugi-page .oprogramowanie-category-title {
	min-height: 3.5rem;
	margin-top: 1rem;
}

/*  Oprogramowanie  */

.oprogramowanie-category-page .category-title {
	font-size: 5.8rem;
	line-height: 1.1;
}

.oprogramowanie-category-page .category-section-top-description {
	max-width: 38%;
	margin-bottom: 1rem;
}

.oprogramowanie-category-section .category-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 4.5rem 12rem 2rem;
    flex-wrap: wrap;
}

.oprogramowanie-category-section .category-name div {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2rem;
    color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    padding: 0.5rem 1.7rem;
    width: auto;
    margin: 0 1.5rem 1rem;
    opacity: 0.7;
    transition: 0.5s all;
    cursor: pointer;
}

.oprogramowanie-category-section .category-name div:hover {
	border: 1px solid #f6f6f6;
	opacity: 1;
	text-decoration: none;
}

.oprogramowanie-category-content {
    padding: 0 15rem;
}

.oprogramowanie-category-content-center {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.oprogramowanie-category-block {
    width: 33.3%;
    position: relative;
    z-index: 2;
}

.oprogramowanie-category-block:hover {
	background: #dfe5ec;
}

.oprogramowanie-category-block-category-name div,
.oprogramowanie-category-block-category-name a {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 110%;
    color: #4F4F4F;
    border: 1px solid #4F4F4F;
    border-radius: 2rem;
    padding: 0.4rem 0.7rem;
}

.oprogramowanie-category-block-category-name a:hover {
	text-decoration: none;
}

.oprogramowanie-category-block-category-name {
    display: flex;
    margin-bottom: 0.5rem;
}

.oprogramowanie-category-block-image {
    max-height: 7rem;
    margin-bottom: 1.5rem;
}

.oprogramowanie-category-block-image a {
    display: block;
    width: 100%;
    height: 7rem;
}

.oprogramowanie-category-block-image a img {
	width: auto;
    height: auto;
    max-height: 100%;
    max-width: 80%;
}

.oprogramowanie-category-title a {
	font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 133%;
    color: #000000;
}

.oprogramowanie-category-title {
    margin-bottom: 0.6rem;
}

.oprogramowanie-category-description {
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 144%;
    color: #4F4F4F;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
}

.button-uslugi-block {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
	position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.button-uslugi-block .oprogramowanie-category-block {
    width: 33.4%;
    max-width: 28.8rem;
    border-right: 1px solid #DFE5EC;
    min-height: 29rem;
}

a.button-uslugi-block-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    flex-direction: column;
}

a.button-uslugi-block-link:hover {
	text-decoration: none;
}

.button-uslugi-block-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 130%;
    text-align: center;
    color: #4F4F4F;
    padding: 0 2rem;
}

.button-uslugi-block-title span {
	color: #084788;
}

.button-uslugi-block-image {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    width: 3.2rem;
}

.oprogramowanie-category-section .button:active {
  bottom: -1px;
}


.oprogramowanie-category-section .card-a {
  overflow: hidden;
  transition: 0.5s all;
}

.oprogramowanie-category-section .anime {
  transform: scale(0);
  opacity: 0;
}

.oprogramowanie-category-section .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;
  }
}

.oprogramowanie-category-section .category-name div.open {
	opacity: 1;
	border: 1px solid #f6f6f6;
}

/*  Kariera page  */

.oferta-top-section.white-section.section-after-header.kariera-page {
	padding-top: 13rem!important;
}

.oferta-top-section.white-section.section-after-header.kariera-page .container-white-page {
    padding: 0 15rem 0 15rem;
}

.kariera-page .white-page-description-content {
	padding-top: 0;
	align-items: flex-start;
}

.kariera-page .white-page-description {
	padding-right: 3rem;
}

.kariera-page-description-content {
    margin-bottom: 3rem;
}

.kariera-page .white-page-description .blue-button-small {
	justify-content: center;
}

.right-block-kariera-image {
	position: relative;
}

.right-block-kariera-image img {
	width: 100%;
}

.right-block-kariera-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #084788;
	opacity: 0.3;
}

.faq-card {
    padding: 1.1rem 0;
    background: transparent;
    margin: 0 0 0.5rem 0;
    border-radius: 1.6rem;
    border: 2px solid #223469;
    width: 100%;
}
    
.question {
    list-style: none;
    width: 100%;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    flex-direction: column;
    padding: 0 2.5rem 0;
    color: #000000;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 0rem;
    font-weight: 400;
}

.question::after {
	content: "";
    position: absolute;
    right: 2rem;
    top: 0.3rem;
    width: 3rem;
    height: 2rem;
    background: url(/wp-content/uploads/2022/12/faq-ico.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

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

.answer {
	padding: 2rem 8rem 0rem 3rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
    color: #000;
}

.answer strong {
	font-weight: 700;
	font-size: 1.2rem;
    line-height: 150%;
}

.answer h3 {
	font-weight: 700;
	font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 1.5em;
}

.answer ul {
	margin-left: 0;
}

.answer .blue-button-small {
	justify-content: center;
}

.question.active + .answercont {
}

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

.question {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 45px 0 20px;
}

.faq-card {
    padding: 10px 0;
    background: #fff;
    margin: 10px 0;
    border-radius: 15px;
}

.question::after {
	top: 0;
    width: 20px;
    height: 40px;
    background-position: center;
    right: 10px;
}

.faq-card-spoiler p {
	margin-bottom: 5px;
    font-size: 16px;
    line-height: 141%;
}
.answer strong {
	font-size: 18px;
}

.kariera-post-title {
    margin-bottom: 10px;
}

.no-result {
    padding: 15px; 
    }

.no-result div {
	font-size: 16px;
}

.kariera-page-posts-block-content {
    min-height: 70px;
}


}


.question .blog-content-post-left-date-tags {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0.4rem;
}

.question .blog-content-post-left-date-tags .blog-tags div {
	background: none;
	padding: 0.1rem 0 0;
    margin-right: 1rem;
    color: #0E316B;
    line-height: 1;
    font-size: 1rem;
}

.kariera-page-posts-block.white-section {
    padding: 1.5rem 0 9rem;
}

.kariera-page-posts-block .blue-title-sectin {
    margin-bottom: 4rem;
}

.kariera-page-filtr-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.kariera-page-filtr-content div {
    font-weight: 500;
    font-size: 2rem;
    line-height: 147%;
    color: #000000;
    margin-right: 2.6rem;
}

.kariera-page-filtr {
    padding: 5rem 0;
    background: #EDEDED;
}

.filter-name {
    font-weight: 700 !important;	
    position: relative;
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 1px solid #4F4F4F;
   	width: 10rem;
}

.filter-name:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: url(/wp-content/uploads/2022/07/expand_more.svg) no-repeat;
	background-size: cover;
	width: 1.5rem;
    height: 1.5rem;
}

select#filter1,
select#filter {
	font-size: 1.3rem;
    line-height: 147%;
    color: #223469;
    margin-right: 5rem;
    font-weight: 500!important;
    position: relative;
    cursor: pointer;
    padding-bottom: 4px;
    width: 31rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid #223469;
    letter-spacing: 2px;
}


.filter-miasto .filter-block {
	display: none;
}

.filter-miasto.active .filter-block {
	display: block;
    position: absolute;
    background: rgb(222 228 235);
    z-index: 5;
}

.filter-block .button,
.filter-block .button_tag {
    padding: 0.5rem 0.5rem 0 0.5rem;
    cursor: pointer;
}

.filter-block .button:hover,
.filter-block .button_tag:hover {
	background: rgb(197 203 209);
	width: 100%;
}

.filter-block {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.filter-block .filter-name {
	margin-right: 0;
}

.kariera-page-posts-block-content {
    position: relative;
    min-height: 8rem;
    padding-top: 3.4rem;
}

.no-result {
	padding: 2rem 0;
    background: #fff;
    margin: 1rem 0;
    border-radius: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;  
    z-index: 1;
}

.no-result div {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 120%;
	color: #000;
}

/*  Realizacje Category page  */

.oferta-top-section.white-section.section-after-header.kariera-page.realizacje-list-page {
    padding-bottom: 4rem !important;
}

.oferta-top-section.white-section.section-after-header.kariera-page.realizacje-list-page .big-title-blue-white-page {
	margin-bottom: 0;
}

.realizacje-list-page-content {
	padding-top: 0 !important;
	padding-bottom: 6rem;
}

.realizacje-page-posts-block-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding-top: 5rem;
}

.realizacje-list-page-content .kariera-page-filtr {
	margin-bottom: 2rem;
}

.realizacje-block-content {
	width: 24%;
    position: relative;
    z-index: 2;
    margin: .5%;
    border: 2px solid #707070;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 20rem;
}

.realizacje-block-content-center {
    padding: 3rem 2rem 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.realizacje-block-content-center .blog-tags {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 1rem;
    width: 100%;
    justify-content: center;
}

.realizacje-block-content-image {
    border-radius: 0.7rem;
    overflow: hidden;
    width: 100%;
    height: 15.5rem;
    margin-bottom: 1.5rem;
}

.realizacje-block-content-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 133%;
    color: #000;
    text-align: center;
    margin: 2.5rem 0 1rem;
}

.realizacje-block-logo {
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
} 

.realizacje-block-logo img {
    height: auto;
    /*max-width: 100%;*/
    max-height: 75%;
}

.realizacje-block-content .blog-content-post-left-date-tags {
    padding: 0;
}

.realizacje-block-content .blog-tags div {
	background: none;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 133%;
    color: #000;
    text-align: center;
    margin: 2.5rem 0 1rem;
}

.realizacje-block-content .read-more-blog {
	padding: 0;
	text-align: right;
    padding-right: 1rem;
}

.realizacje-list-page-content .pagination {
	width: 100%;
	padding-bottom: 0;
    padding-top: 5rem;
}

.realizacje-single-page .blog-tags div {
    background: none;
    padding-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: 'Mukta Mahee',sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1.7;
}

.realizacje-single-page .blog-content-post-left-date-tags {
	padding-left: 0;
}

.realizacje-single-page .blog-category-block {
	border-bottom: none;
}

.realizacje-single-page-section-two {
    padding: 4rem 0 6rem;
}

.realizacje-single-page-content-left {
    width: 43%;
    position: relative;
    z-index: 4;
    padding-bottom: 5rem;
    min-width: 25rem;
}

.realizacje-single-page-content-left .oprogramowanie-single-page-left:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 200%;
    right: -20%;
    top: -25%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    z-index: 3;
}

.realizacje-post-description-content {
    font-size: 1.1rem;
    line-height: 1.3;
    color: #000;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.realizacje-single-page-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; 
    position: relative;
}

.realizacje-post-description-content p {
	margin-bottom: 0.5rem;
}

.realizacje-single-page-content-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: right;
    height: 100%;
}

.realizacje-single-image-block {
    margin-top: 2rem;
    margin-right: -5rem;
    height: 100%;
}

.realizacje-single-image-block {
	width: 100%;
	text-align: right;
}

.realizacje-single-page-content-right img {
    height: 100%;
    width: auto;
}

.popup-form-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.popup-form-content-left {
    width: 47%;
}

.popup-form-content-left .section-content-title {
	text-align: left;
    font-weight: 800;
    font-size: 3rem;
    line-height: 110%;
    color: #F6F6F6;
    margin-top: 0.5rem;
}

.popup-form-content-left-description {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 150%;
    color: #F6F6F6;
    opacity: 0.7;
    text-align: left;
    padding-right: 8rem;
    margin-bottom: 1rem;
}

.popup-form-content-left-description b, 
.popup-form-content-left-description strong {
	opacity: 1;
}

.popup-form-content-right {
    width: 47%;
    text-align: left;
    padding-right: 6rem;
}

.popup-form-content-right input[type="text"], 
.popup-form-content-right input[type="email"] {
	background: none;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 140%;
    color: #F6F6F6;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #f2f9ff4d;
    margin-block: 0.5rem;
    border-radius: 0;
    width: 100%;
}

.popup-form-content-right textarea {
	background: none;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 140%;
    color: #F6F6F6;  
    opacity: 1;
    border: none;
    border-bottom: 1px solid #f2f9ff4d;
    margin-block: 0.5rem;
    resize: none;
    height: 3rem;
    border-radius: 0;
}

.popup-form-content-right textarea::placeholder,
.popup-form-content-right input::placeholder {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 140%;
    color: #F6F6F6;
    opacity: 0.3;
}

.popup-form-content-right span.wpcf7-list-item-label {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 150%;
    color: #F6F6F6;
}

.popup-form-content-right .wpcf7-submit.blue-button-form {
	float: left;
}

.blog-content-head {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}



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


body {
	font-family: 'Mukta Mahee', sans-serif;
}

.site-navigation-white-container,
.site-navigation-blue-container {
	right: 0;
}	

.site-navigation-container {
    width: 33.33%;
    height: 100%;
    position: absolute;
    right: 0;
    background: #010A3F;
    color: #fff;
    padding: 2rem 3rem 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    z-index: 3;
}

.site-navigation-blue-container {
    width: 33.33%;
    height: 100%;
    position: absolute;
    right: 0;
    background: #0E316B;
    color: #fff;
    padding: 7rem 3rem 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;	
    z-index: 2;
}

.site-navigation-white-container {
    width: 33.33%;
    height: 100%;
    position: absolute;
    background: #fff;
    color: #fff;
    padding: 7rem 3rem 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;		
}


.site-navigation-white-container.opened {
    right: 66.66%;
    transition: all 800ms cubic-bezier(.8, 0, .33, 1);
}
.site-navigation-blue-container.opened {
	right: 33.33%;
	transition: all 800ms cubic-bezier(.8, 0, .33, 1);
}

.menu-btn-close {
    text-align: right;
    height: 4rem;
    margin-bottom: 0.7rem;
    cursor: pointer;
}

.menu-btn-close img {
	height: 100%;
}

.sub-menu.opened {
  /*visibility:visible; opacity:1;height: auto;*/
 	height:auto;
    padding: 1.5rem 0;
}

.sub-menu {
  /*transition:visibility 1.5s, opacity 1.5s; 
  visibility:hidden; opacity:0;height: 0;*/
 	overflow:hidden;
    height:0;
    padding: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.site-navigation-white-container ul,
#menu-big-blue li,
ul#menu-big li {
    list-style: none;
}

.site-navigation-white-container ul,
#menu-big-blue,
ul#menu-big {
    /*padding-top: 0.7rem;*/
    padding-left: 6.6rem;
    margin: 0;
}

#menu-big-blue li a,
ul#menu-big li a {
    color: #fff;
    /* color: red; */
    font-size: 2rem;
    line-height: 1.2;
    padding: 0.3rem 0rem 2rem;
    display: block;
    position: relative;
    font-weight: 300;
}

ul#menu-big-blue li {
    margin-bottom: 4.5rem;
}

#menu-big-blue li a:before,
ul#menu-big li a:before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: -7rem;
    width: 5.5rem;
    height: 2px;
	background: transparent;
}

#menu-big-blue li a:hover:before,
ul#menu-big li a:hover:before {
	background: #fff;
}

.site-navigation-white-container ul a:hover,
#menu-big-blue li a:hover,
ul#menu-big li a:hover {
	text-decoration: none;
}

.site-navigation-white-container ul a {
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    padding: 0.3rem 0 2rem;
    display: block;
    position: relative;
}


.opened:before {
	content: '';
    position: absolute;
    top: 1.4rem;
    left: -5rem;
    width: 3rem;
    height: 2px;
    background: #fff;
}


.oprogramowanie-category-new-page {
    padding: 8rem 0 3rem;
}

.container-new-page {
    padding: 0 11rem;
}

#breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 3.5rem 0;
    position: relative;
    z-index: 6;
}

.breadcrumbs-img {
    width: 1.7rem;
    margin-right: 1rem;
    margin-top: 0;
}

#breadcrumbs b {
    margin-top: 0.4rem;
}

#breadcrumbs a,
#breadcrumbs span {
    font-family: 'Mukta Mahee', sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 2;
}

.new-category-title {
    color: #0E316B;
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.new-category-section-top-description {
    color: #000000;
    font-size: 1.3rem;
    line-height: 1.4;
    max-width: 70%;
}

.category-name.filter {
    background: #EDEDED;
    padding: 3.5rem 12rem 2rem;
}

.oprogramowanie-category-section .category-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 3.5rem 8rem 3rem;
    flex-wrap: wrap;
}

.oprogramowanie-category-section .category-name div {
    color: #223469;
    border: 2px solid #223469;
    padding: 0.1rem 2rem;
    border-radius: 0.4rem;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0 0.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oprogramowanie-category-section .category-name div.open {
    opacity: 1;
    border: 2px solid #223469;
    color: #fff;
    background: #223469;
}

.oprogramowanie-category-content {
    padding: 5rem 11rem;
}

.oprogramowanie-category-block:hover,
.oprogramowanie-category-block-center,
.oprogramowanie-category-content-center {
	background: transparent !important;
}

.oprogramowanie-category-block {
    width: 24%;
    position: relative;
    z-index: 2;
    margin: 0.5%;
    border: 2px solid #707070;
    border-radius: 1.5rem;
}

.oprogramowanie-category-block:hover {

}

.oprogramowanie-category-block-center {
	padding: 2.5rem 2rem 5rem 2rem;
	position: relative;
}

.oprogramowanie-category-block-image {
    max-height: 3rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem
}

.oprogramowanie-category-block-image a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.oprogramowanie-category-block-image a img {
    width: auto;
    height: auto;
    max-height: 3rem;
    max-width: 80%;
}

.oprogramowanie-category-description {
	ont-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-right: 0;
    text-align: center;
    min-height: 7rem;
}


.oprogramowanie-category-block-center .blue-border-button {
	position: relative;
	margin: 0 auto;
}


.blue-border-button {
    display: flex;
    justify-content: center;
}

.blue-border-button a {
	color: #223469;
    border: 2px solid #223469;
    padding: 0.25rem 3.3rem 0;
    border-radius: 0.45rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    transition: 1s;
}

.oprogramowanie-category-section .category-name div:hover,
.blue-border-button a:hover {
	background: #223469 !important;
	border: 2px solid #223469;
	color: #fff;
	transition: 1s;
}

.hardware-category-section {
    padding-bottom: 2rem;
}

/*.branze-page-section {
	padding-bottom: 6rem;
}
*/
.oprogramowanie-category-block-center {
	border: none !important;
}

.oprogramowanie-single-page {
    padding: 7.5rem 0 0;
    position: relative;
    min-height: 40rem;
    overflow: hidden;
}

.oprogramowanie-single-page article {
	position: relative;
}

.container-new-page {
    padding: 0 11rem;
}

article h1.entry-title,
.new-category-title h1,
.new-category-title {
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 400;
    margin-top: 0rem;
    z-index: 4;
    position: relative;
}

.oprogramowanie-single-page-left:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 200%;
    right: -20%;
    top: -25%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 62%,rgba(255,255,255,0) 100%);
    z-index: 3;
}

.oprogramowanie-single-page-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 64%;
    z-index: 1;
    height: 100%;
    text-align: right;
}

.oprogramowanie-single-page-right img {
	/*width: 100%;*/
	height: 100%;
}

.oprogramowanie-single-page-left {
    position: relative;
    z-index: 2;
    width: 36rem;
    min-height: 25rem;
}

.oprogramowanie-single-page-left .blue-border-button {
    display: flex;
    justify-content: left;
    padding-bottom: 1.4rem;
}

.oprogramowanie-content {
    margin-bottom: 0;
    z-index: 4;
    position: relative;
    padding-bottom: 2rem;
}

.oprogramowanie-content ul li {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #000;
    margin-bottom: 1rem;
}

.oprogramowanie-content ul {
    margin: 0;
}

.oprogramowanie-single-grey-section {
	background: #010A3F;
	padding: 3.5rem 0 3rem;
	position: relative;
    z-index: 3;
}

.oprogramowanie-single-grey-section .new-category-title.oprogramowanie-single-grey-left {
	color: #fff;
}

.oprogramowanie-single-grey-section .blue-border-button a {
	color: #fff;
	border-color: #fff;
}

.oprogramowanie-single-grey-section .container-new-page {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.oprogramowanie-single-grey-right .blue-border-button a {
	width: 18rem;
	padding: 0.25rem 1rem 0;
}

.new-category-title.oprogramowanie-single-grey-left {
	line-height: 1.2;
}



section.materialy-video-section {
    padding: 3rem 0 4rem;
}

.new-category-title-small {
    color: #0E316B;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
    letter-spacing: 7px;
    font-weight: 400;
}

.materialy-video-content-blocks {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.materialy-video-block {
    width: 24.5%;
    margin-right: 0.5%;
}

.materialy-video-block-iframe a {
    width: 100%;
    height: 15rem;
    display: block;
    margin-bottom: 1rem;
}

.materialy-video-block-title {
    color: #0E316B;
    font-size: 1.3rem;
    line-height: 1.3;
    max-height: 3.5rem;
    overflow: hidden;
    padding-right: 2rem;
}

.line-center-button a {
    min-width: 11rem;
    height: 2.5rem;
    padding: 0.25rem 1rem 0;
}

.line-center-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    padding-top: 1rem;
}

.line-center-button:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #466AB0;
	z-index: 1;
	top: 64%;
}

.line-center-button div {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    background: #fff;
}

.materialy-video-block-iframe {
    width: 100%;
    height: 15rem;
    margin-bottom: 1.5rem;
    background-size: contain;
    background-position: center;
}

.materialy-video-block a {
	text-decoration: none;
}

.oprogramowanie-category-title {
    margin-bottom: 0.6rem;
    text-align: center;
    min-height: 3.5rem;
}

.hardware-category-block-page .oprogramowanie-category-block-image {
    max-height: 7rem;
    height: 7rem;
    margin-bottom: 0.7rem;
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hardware-category-block-page .oprogramowanie-category-block-image a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hardware-category-block-page .oprogramowanie-category-block-image a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.hardware-category-section-page .oprogramowanie-category-content {
    padding: 2rem 11rem 5rem;
}

.oprogramowanie-category-block-center,
.hardware-category-section-page .oprogramowanie-category-block-center {
    padding: 1rem 2rem 2rem 2rem;
    position: relative;
    min-height: 21rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-template-uslugi-page .oprogramowanie-category-block-center {
	min-height: 20rem;
	padding: 2rem 2rem 2rem 2rem;
}

.klienci-section-content-logos {
	width: 100%;
	width: 100rem;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.klienci-section-content-logo-block {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 3rem;
    width: 20%;
    padding: 0 1rem;
}

.klienci-section-content-logo-block img {
    max-height: 4rem;
}

.uslugi-single-page-right-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: right;
    height: 100%;
}

.uslugi-single-page-right-img img {
    height: 100%;
}

.oprogramowanie-single-page-content {
    position: relative;
}

.uslugi-single-page {
    padding-top: 7.7rem;
    min-height: 30rem;
    overflow: hidden;
    position: relative;
}

.uslugi-single-logos-grey-section {
    padding: 4.5rem 0 1rem;
    background: #ededed;
}

.uslugi-single-description-section {
    padding: 4rem 0;
}

.uslugi-single-description-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 6rem;
}

.uslugi-single-description-block:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.uslugi-single-description-image {
    width: 50%;
}

.uslugi-single-description-image img {
    width: 100%;
}

.uslugi-single-description-block-text {
 	width: 50%;
    /*padding: 0rem 6rem 0 8rem;*/
    padding: 0 0rem 0 6rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.uslugi-single-description-block:nth-child(even) .uslugi-single-description-block-text {
	padding: 0 6rem 0 0rem;
}

.uslugi-single-description-title {
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 400;
    margin-top: 0.7rem;
}

.uslugi-single-description-text {
    font-size: 1.2rem;
}

.uslugi-single-description-text p {
    margin-bottom: 1rem;
}

.uslugi-single-faq-section {
    padding: 4rem 0 5rem;
    background: #EDEDED;
}

.uslugi-single-faq-section .new-category-long-title {
    text-align: center;
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1.3rem;
    font-weight: 400;
    margin-top: 0.4rem;
    letter-spacing: 4px;
}

.uslugi-single-faq-section .new-category-title {
	text-align: center;
}

.faqs-section-block {
    padding-top: 1rem;
    margin-left: 0rem;
}

.uslugi-single-faq-section .faq-card {
    background: transparent;
    margin: 0 0 0.5rem 0;
    border-radius: 1.6rem;
    border: 2px solid #223469;
}

.uslugi-single-faq-section .question {
    list-style: none;
    width: 100%;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    flex-direction: column;
    padding: 0 2.5rem 0;
    color: #000000;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 0rem;
    font-weight: 400;
}

.uslugi-single-faq-section .question::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 0.3rem;
    width: 3rem;
    height: 2rem;
    background: url(/wp-content/uploads/2022/12/faq-ico.svg) no-repeat;
    background-size: contain;
    transition: .5s;
}

.faq-card .question.active::after,
.uslugi-single-faq-section .question.active::after {
    transform: rotate(180deg);
}

.uslugi-single-realizacji-section {
    padding: 5rem 0;
}

.uslugi-single-realizacji-section .new-category-title {
	text-align: center;
}

.realizacji-slider {
    width: 100%;
    padding-top: 2rem;
}

.realizacji-slider .swiper-scrollbar {
    height: 3px;
    margin-top: 4rem;
}

.realizacji-slider .swiper-scrollbar-drag {
    background: #0E316B !important;
}

.realizacji-slider .swiper-slide {
    width: 39% !important;
    margin: 0 0.5%;
}

.realizacji-slider .swiper-slide img {
	width: 100%;
}

.realizacji-slider .swiper-pagination-block {
    height: 2.5rem;
    margin-top: 1.5rem;
    position: relative;
}

.realizacji-slider .swiper-pagination.swiper-pagination-fraction {
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 400;
    width: 4rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.realizacji-slider .swiper-button-next {
	background: url(/wp-content/uploads/2022/12/sw-arrow-1.svg);
	z-index: 10;
	right: 45%;
    top: 1.5rem;
    background-size: contain;
}

.realizacji-slider .swiper-button-prev {
	background: url(/wp-content/uploads/2022/12/sw-arrow-2.svg);
	z-index: 10;
	left: 45%;
    top: 1.5rem;
    background-position: top right;
    background-size: contain;
}

.new-category-long-title {
    text-align: center;
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1.3rem;
    font-weight: 400;
    margin-top: 0.4rem;
    letter-spacing: 4px;
}

.formularz-kontaktowy-section .new-category-title {
	text-align: center;
}

.formularz-kontaktowy-section {
    padding: 5rem 0 1rem;
    background: #E9E9E9;
}

.formularz-kontaktowy-content {
    padding: 3rem 0 0;
}

.uslugi-form-text {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.uslugi-form-text input {
	width: 100%;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #0E316B;
	color: #0E316B;
	font-size: 1.1rem;
    line-height: 1.5;
    background: transparent;
    font-weight: 700;
}

.formularz-kontaktowy-content textarea {
	width: 100%;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #0E316B;
	color: #0E316B;
	font-size: 1.1rem;
    line-height: 1.2;
    background: transparent;
    font-weight: 700;
	height: 2rem;
	resize: none;
}

.uslugi-form-text p {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.uslugi-form-text p span {
	width: 33%;
}

.formularz-kontaktowy-content ::placeholder {
	color: #0E316B;
	font-size: 1.1rem;
    line-height: 1.2;
    background: transparent;
    font-weight: 700;
}

.formularz-kontaktowy-content span.wpcf7-list-item-label {
    font-style: normal;
    line-height: 133%;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.uslugi-form-check {
    width: 80%;
}

.uslugi-form-submit-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.uslugi-form-submit-block input[type="checkbox"] {
    margin: 0.2rem 0.5rem 0 0;
    margin-right: 1.5rem;
    border: 2px solid #0e316b;
    width: 1.5rem!important;
    height: 1.5rem;
    border-radius: 0.2rem;
    margin-top: 0;
}

.uslugi-form-submit-block .uslugi-form-check .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
}

.formularz-kontaktowy-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent;
    border: 2px solid #0E316B;
    width: 11rem;
    display: block;
    margin-top: 1rem;
    color: #0E316B;
    font-weight: 600;
    padding: 0.6rem 0 0.4rem 0;
    border-radius: 0.5rem;
    transition: 1s;
}

.formularz-kontaktowy-content input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	color: #fff;
	background: #0E316B;
	transition: 1s;
}

.uslugi-form-text .wpcf7-not-valid-tip {
    width: 100%;
    text-align: right;
    font-weight: 700;
}

.o-nas-top-section {
    height: 40rem;
    position: relative;
    background: url(/wp-content/uploads/2022/12/o-nas.png) no-repeat;
    background-size: cover;
    background-position: top center;
}

.o-nas-top-section:before {
    content: '';
    width: 44rem;
    height: 34rem;
    background: url(/wp-content/uploads/2022/12/xico-2.png.pagespeed.ic.Ycp9ydKLnQ.webp) no-repeat;
    background-size: cover;
    position: absolute;
    right: -4rem;
    top: -5rem;
    z-index: 1;
}

.o-nas-section-big-title {
    color: #fff;
    padding-top: 14rem;
    text-align: center;
    font-size: 4.9rem;
    line-height: 1.1;
    width: 70%;
    margin: 0 auto;
    font-weight: 300;
    font-family: 'Mukta Mahee',sans-serif;
    position: relative;
    z-index: 2;
}

.white-long-title {
	color: #fff;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-weight: 400;
    margin-top: 0.4rem;
    letter-spacing: 4px;
}

.o-nas-numbers-section {
    padding: 7rem 0 4rem;
    background: #010A3F;
}

.o-nas-numbers-content-description {
    padding-top: 1rem;
}

.new-big-white-title {
    color: #fff;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0.5rem 0 0.3rem;
}

.o-nas-numbers-content-text-block {
    width: 100%;
    max-width: 39rem;
}

.o-nas-numbers-content-description p {
	color: #fff;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
}

.o-nas-numbers-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.o-nas-numbers-content-text-block {
    width: 100%;
    max-width: 39rem;
}

.o-nas-numbers-block-content {
    width: 100%;
    max-width: 45rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 7rem;
}

.o-nas-numbers-text {
    color: #fff;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}

.o-nas-numbers-block {
    width: 33%;
    margin-bottom: 2.5rem;
}

.o-nas-numbers {
	position: relative;
}

.o-nas-numbers:nth-child(3):after {
	content: '+';
	position: absolute;
	color: #fff;
	font-size: 1rem;
	right: 2rem;
}

.o-nas-numbers:nth-child(4):after {
	content: '+';
	position: absolute;
	color: #fff;
	font-size: 1rem;
	right: 2rem;
}

.o-nas-numbers:nth-child(5):after {
	content: '+';
	position: absolute;
	color: #fff;
	font-size: 1rem;
	right: 2rem;
}

.o-nas-numbers:nth-child(6):after {
	content: '+';
	position: absolute;
	color: #fff;
	font-size: 1rem;
	right: 2rem;
}

.historie-firmy-section {
    padding: 2rem 0 3rem;
}

.black-long-title {
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-weight: 400;
    margin-top: 0.4rem;
    letter-spacing: 4px;
    text-align: center;
    color: #000;
}

.new-big-black-title {
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0.5rem 0 0.3rem;
    text-align: center;
    color: #000;
}

.historie-firmy-section-content {
    padding: 1rem 8rem;
    text-align: center;
    color: #000;
    line-height: 1.5;
    font-size: 1.1rem;
}

/**/



.historie-firmy-slide {
    max-width: 40rem;
    padding-left: 5rem;
    min-height: 10rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
}	
	
.historie-firmy-new-content .swiper-pagination {
	position: relative;
    width: auto!important;
    left: auto!important;
    right: 0 !important;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    bottom: 25px;
    justify-content: center;
}
.historie-firmy-new-content .swiper-pagination-bullet {
	padding: 0 10px;
    border-radius: 0;
    width: auto;
    text-align: center;
    opacity: 1;
    background: #010a3f;
    color: #010a3f;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2.5rem;
    line-height: 1.5;
    background: transparent;
}
.historie-firmy-new-content .swiper-pagination-bullet-active {
	color:#2A6AB4;
	font-size: 4.5rem;
}

.historie-firmy-new-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
} 

.historie-firmy-new-content .swiper-container {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.historie-firmy-slide-left {
	width: 80%;
    position: relative;
    color: #010a3f;
    background: transparent;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2.5rem;
    line-height: 1.5;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 5rem;
}

.historie-firmy-new-content .swiper-wrapper {
	width: 50%;
}


/**/

.dolacz-do-nas-section,
.dolacz-do-nas-section {
	min-height: 20rem;
	width: 100%;
	background: url(/wp-content/uploads/2022/12/tlo.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 4rem;
}

.dolacz-do-nas-section-title,
.dolacz-do-nas-section-title {
    color: #fff;
    text-align: center;
    font-size: 5.5rem;
    line-height: 1.1;
    width: 70%;
    margin: 0 auto;
    font-weight: 300;
    font-family: 'Mukta Mahee',sans-serif;
    position: relative;
    z-index: 2;
}

.dolacz-do-nas-section .dolacz-do-nas-section-title,
.dolącz-do-nas-section .dolącz-do-nas-section-title {
	padding-top: 11rem;
	padding-bottom: 2rem;
}

.dolacz-do-nas-section .white-border-button,
.dolącz-do-nas-section .white-border-button {
	justify-content: center;
}

.dolacz-do-nas-section .white-border-button a, 
.dolącz-do-nas-section .white-border-button a {
    color: #fff;
    padding: 0.8rem 4rem;
    border-radius: 1rem;
    border: 2px solid #fff;
    font-size: 1.2rem;
    line-height: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.historie-klientow-content {
    height: 28rem;
    background-size: cover;
    background-position: center;
    position: relative;
}

.historie-klientow-content-white-block {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: -1px;
    min-height: 3.9rem;
    width: 18.5rem;
    border-radius: 0 2rem 0 0;
    padding-left: 1.3rem;
}

.historie-klientow-content-white-block:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(/wp-content/uploads/2023/01/onas-ico.svg) no-repeat;
	background-size: contain;
	width: 4rem;
	height: 4rem;
}

.historie-klientow-content-logo {
    height: 2rem;
    margin-top: 1rem;
}

.historie-klientow-content-logo img {
    height: 100%;
    width: auto !important;
}

.historie-klientow-content-description {
    margin: 1.5rem 2rem 0 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}

.historie-klientow-content-description p {
	margin-bottom: 0;
}

.realizacji-slider .swiper-slide a {
	font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.uslugi-single-realizacji-section.uslugi-o-nas-section {
    padding: 5rem 0 5rem;
}

.reviews-slider-section {
    padding: 6rem 0;
}

.reviews-slider-section .swiper-slide {
	width: 20rem;
    margin: 0 0.2rem;
}

.reviews-slider-section .swiper-slide {
    width: 20rem;
    margin: 0 0.5rem;
    border-radius: 2rem;
    padding: 3rem 1.5rem 1.5rem;
    font-size: 0.9rem;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    position: relative;
}

.reviews-content {
	position: relative;
}

.reviews-content p {
	margin-bottom: 1rem;
	font-size: 1rem;
}

.reviews-content:after {
    content: ' ';
    position: absolute;
    right: 0.5rem;
    bottom: -0.5rem;
    text-shadow: none;
    color: transparent;
    font-size: 8rem;
    line-height: 1;
    height: 3rem;
    background: url(/wp-content/uploads/2023/05/op-1-2.png) no-repeat;
    background-size: contain;
    width: 3.5rem;
}

.reviews-content-name {
	font-size: 1.2rem;
	font-weight: 600;
	color: #0E316B;
}

.new-grey-section {
	background: #EDEDED;
}

.reviews-slider-section.new-grey-section.reviews-slider-home-section {
	padding: 5rem 0 6rem;
}

.o-nas-materialy-video-section {
    padding: 5rem 0 3rem;
}

.materialy-video-content-blocks .swiper-wrapper {
	width: 24.5%;
    margin-right: 0.5%;
}

.materialy-video-content-blocks .swiper-wrapper .materialy-video-block {
    width: 100%;
    margin-right: 0;
}

.o-nas-materialy-video-section .line-center-button {
	justify-content: flex-end;
}

.o-nas-materialy-video-section .line-center-button div {
	padding-right: 0;
}

.o-nas-materialy-video-section .video-swiper-pagination-block {
    bottom: 5.8rem;
}

.o-nas-materialy-video-section .single-content-slider-line .blue-border-button {
	top: -0.5rem;
}

.video-swiper-pagination-block .swiper-button-prev {
    background: url(/wp-content/uploads/2022/12/sw-arrow-2.svg);
    z-index: 10;
    left: -2rem;
    top: 1.5rem;
    background-position: top right;
}

.video-swiper-pagination-block .swiper-button-next {
    background: url(/wp-content/uploads/2022/12/sw-arrow-1.svg);
    z-index: 10;
    right: 0;
    top: 1.5rem;
}

.materialy-video-content-blocks .swiper-container {
	    padding-bottom: 5rem;
}

.video-swiper-pagination-block {
    background: #fff;
    width: 6rem;
    position: absolute;
    height: 2.5rem;
    z-index: 3;
    bottom: 4rem;
}

.o-nas-materialy-video-section .line-center-button {
	margin-top: 2rem;
}

.o-nas-materialy-video-section .video-swiper-pagination-block {
    bottom: 5.8rem !important;
}

.o-nas-materialy-video-section .single-content-slider-line .blue-border-button {
	top: -0.5rem !important;
}

.blog-new-page {
	padding: 8rem 0 0rem;
}

.single-page-section {
    padding: 8rem 0 4rem;
}

.single-image-block {
    width: 66%;
    padding-top: 3rem;
}

.single-image-block img {
    display: block;
    width: 100%;
}

.single-news-head .blog-tags {
    padding: 2rem 0 1.5rem;
}

.single-news-head .new-category-title {
	max-width: 30rem;
    line-height: 1.2;
}

.single-news-head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
}

.single-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 4rem;
}

.share-buttons a img {
    width: 1.4rem;
}

.share-buttons a {
    margin-right: 0.5rem;
}

.post-tags-block .post_tags a {
    padding: 0.5rem 1rem 0.3rem 4rem;
    display: block;
    margin-right: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 143%;
    color: #000;
    position: relative;
}

.post-tags-block .post_tags a:before {
    content: "";
    position: absolute;
    left: 0rem;
    width: 2.3rem;
    top: 1.3rem;
    height: 2px;
    background: #000;
    opacity: 0;
}

.post-tags-block .post_tags a:hover:before {
	opacity: 1;
}

.post-tags-block .post_tags a:hover {
	text-decoration: none;
}

.block-post-description-content h1 {
	color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 400;
    margin-top: 0;
}

.block-post-description-content h2 {
	color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 400;
    margin-top: 0;
}

.block-post-description-content h3 {
	color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 400;
    margin-top: 0;
}

.block-post-description-content li,
.block-post-description-content ol,
.block-post-description-content a,
.block-post-description-content p {
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.7;
}

.blog-content-left-single {
	width: 100%;
    max-width: 62rem;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 5rem;
}

.blog-content-left-single .udostepnij-block {
	justify-content: flex-end;
}

.news-section-slider .blue-border-button {
    display: flex;
    justify-content: flex-start;
}

.news-section-slider .aktualnosci-content-block-title {
    margin-bottom: 2rem;
}

.news-section-slider .blue-border-button a {
	padding: 0.1rem 2.2rem 0;
	height: 2rem;
}

.news-section-slider .line-center-button {
	padding-top: 4rem;
}

.news-section-slider .line-center-button:before {
	content: '';
    position: absolute;
    height: 3px;
    left: 4rem;
    top: 2.49rem;
    width: 12rem;
    background: #0e316b;
    z-index: 2;
}

.news-section-slider .video-swiper-pagination-block {
	bottom: -1rem;
}

.news-section-slider-post-page .video-swiper-pagination-block {
	bottom: -0.4rem !important;
}

.news-section-slider .materialy-video-block .aktualnosci-content-block-title a {
	height: 3.5rem;
    overflow: hidden;
}

.block-post-description-content {
    padding-top: 2rem;
}

.news-section-slider .materialy-video-content-blocks {
	padding-bottom: 0;
}

.single-content-slider-line {
	padding-top: 2rem;
	position: relative;
}

.news-section-slider .materialy-video-content-blocks .swiper-container {
    padding-bottom: 0rem;
}

.szkolenia-new-section {
    padding: 8rem 0 4rem;
    position: relative;
}

.szkolenia-new-section-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40rem;
    height: auto;
}

.szkolenia-new-section-image img {
    width: 100%;
}

.szkolenia-new-section-description {
    width: 60%;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.5;
    padding-top: 0.5rem;
}

.new-category-small-title {
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 400;
    margin-top: 0;
}

.szkolenia-new-grey-section .new-category-small-title {
    text-align: center;
}

.szkolenia-new-grey-section {
    padding: 5rem 0 3rem;
    min-height: 25rem;
    background: #EDEDED;
}

.szkolenia-mastern-block {
    border: 2px solid #707070;
    width: 23rem;
    margin: 5rem auto 0;
    height: 13rem;
    border-radius: 1.8rem;
}

.szkolenia-mastern-block-img {
    width: 4.5rem;
    margin: 1.4rem auto 2rem;
}

.szkolenia-mastern-block .blue-border-button a {
	padding: 0.25rem 2rem 0;
}

.kontakt-new-section {
	padding: 8rem 0 3rem;
}

.kontakt-new-section .blue-border-button {
    display: flex;
    justify-content: flex-start;
    margin-top: 3rem;
}

.kontakt-form-section {
    padding: 5.5rem 0 3rem;
    background: #EDEDED;
}

.kontakt-form-section .new-category-title-small, 
.kontakt-form-section .new-category-title {
	text-align: center;
}

.kontakt-form-block input[type="text"], 
.kontakt-form-block input[type="email"],
.kontakt-form-block input[type="tel"] {
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #0E316B;
	width: 100%;
	color: #0E316B;
	font-size: 1.2rem;
	font-weight: 700;
}

.kontakt-form-block ::placeholder {
	color: #0E316B;
	font-size: 1.2rem;
	font-weight: 700;
}

.kontakt-form-block {
    padding-top: 3rem;
}

.kontakt-form-line-checkbox,
.kontakt-form-line {
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.kontakt-form-line span {
	width: 32%;
}

.kontakt-form-block textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #0E316B;
	resize: none;
	height: 2.6rem;
	color: #0E316B;
	font-size: 1.2rem;
	font-weight: 700;
}

input.blue-border-button {
	color: #223469;
    border: 2px solid #223469;
    padding: 0.3rem 3.3rem 0;
    border-radius: 0.45rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    transition: 1s;
}

input.blue-border-button:hover {
	background: #223469;
	border: 2px solid #223469;
	color: #fff;
	transition: 1s;
}

.kontakt-form-block .wpcf7-checkbox input[type="checkbox"] {
    margin-right: 1.5rem;
    border: 2px solid #0E316B;
    width: 1.5rem !important;
    height: 1.5rem;
    border-radius: 0.2rem;
    margin-top: 0;
}

.kontakt-form-block .wpcf7-checkbox span {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
}

.kontakt-form-block .wpcf7-checkbox span.wpcf7-list-item.first.last label {
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*
.kontakt-form-block .wpcf7-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.kontakt-form-block .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.kontakt-form-block .wpcf7-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0E316B;
  padding: 0.7rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 1rem;
  border-radius: 0.4rem;
}

.kontakt-form-block .wpcf7-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0E316B;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}*/

.kontakt-form-block .wpcf7-not-valid-tip {
    color: #B20000;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    font-weight: 600;
    text-align: right;
    width: auto;
}

.kontakt-form-line p {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kontakt-form-block .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.kontakt-adresy-section {
    padding: 5.5rem 0 7rem;
}

.new-category-title-kontact {
	margin-top: 3rem;
    font-weight: 600;
    margin-bottom: 0rem;
}

.kontakt-adresy-content {
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    padding-top: 1.5rem;
}

.kontakt-adresy-block {
	width: 24%;
    border: 2px solid #707070;
    border-radius: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 1.5rem;
    margin: 0 0.5% 1%;
}

.kontakt-adresy-block-img {
    height: 4.5rem;
    margin-bottom: 1rem;
}

.kontakt-adresy-block-img img {
    height: 100%;
}

.kontakt-adresy-block-title {
    /*color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;*/
        color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 600;
}

.kontakt-adresy-block-text {
    color: #000;
    font-size: 1.2rem;
}

.kontakt-adresy-block-text p {
	margin-bottom: 0;
}

.kontakt-adresy-content .kontakt-adresy-block-text p {
	margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: row;
    font-family: 'Inter';
    font-weight: 500;
    justify-content: center;
}

.oferta-head-content {
    position: relative;
    min-height: 24rem;
}

.oferta-head-tmsys-block {
    position: absolute;
    right: -5rem;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.oferta-head-tmsys-photo {
    width: 24rem;
    height: 100%;
}

.oferta-head-tmsys-photo img {
	width: 100%;
}

.Finansowanie-banner-section .oferta-head-tmsys-photo {
    width: 24rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.oferta-head-tmsys-block-names {
    margin-bottom: 1.5rem;
}

.oferta-head-tmsys-mane {
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.oferta-head-tmsys-email {
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
}

.oferta-new-section {
	padding: 8rem 0 0rem;
}

.oferta-buttons-block-section {
    padding: 5.5rem 0 6rem;
    background: #EDEDED;
}

.oferta-buttons-block-section .new-category-small-title {
	text-align: center;
}

.oferta-buttons-block-content {
	display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 4rem;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    width: 100%;
}

.oferta-buttons-block-content .kontakt-adresy-block-title {
	margin-bottom: 2rem;	
}

.oferta-buttons-block-content .blue-border-button a {
	padding: 0.25rem 2rem 0;
}

.oferta-buttons-block-content .kontakt-adresy-block {
	margin: 0 .25%;
    width: 24.5%;
    margin-bottom: 0.5%;
}

.oferta-logos-section {
    padding: 5.5rem 0;
}

.oferta-logos-section .new-category-small-title {
	text-align: center;
}

.oferta-head-content #breadcrumbs {
	padding: 3.5rem 0 4rem;
}

.oferta-logos-content {
	width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 1rem 6rem 0;
} 

.oferta-logos-block {
	width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    max-width: 14rem;
}

.oferta-buttons-block-section .kontakt-adresy-block-img img {
    max-width: 12rem;
    height: auto;
}

.oferta-buttons-block-section .kontakt-adresy-block-img {
    height: 4.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oferta-buttons-block-section .kontakt-adresy-block {
	min-height: 13rem;
}

.oferta-buttons-block-section.oferta-two-page .blue-border-button a {
    padding: 0.25rem 1.1rem 0;
}

.oferta-form-section {
	background: none;
	padding: 5.5rem 0 0rem;
}

.oferta-form-block {
	padding: 2rem 16rem;
}

.oferta-form-block input.blue-border-button {
	margin: 0 auto;
}

.oferta-form-block .kontakt-form-line span {
    width: 49%;
}

.oferta-form-block .kontakt-form-line span.span.wpcf7-not-valid-tip {
	width: 100%;
}

.oferta-form-block .kontakt-form-line-checkbox {
	padding: 0;
}

.oferta-form-block .kontakt-form-line-checkbox .wpcf7-form-control-wrap:last-child input[type="checkbox"] {
	width: 1.7rem!important;
}

.oferta-form-block .wpcf7-checkbox span.wpcf7-list-item.first.last label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.kariera-new-section {
	padding: 8rem 0 4rem;
}

.kariera-new-section .szkolenia-new-section-description {
	width: 75%;
}

.kariera-page-posts-block .faq-card .question::after {
	content: "";
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    width: 3rem;
    height: 2rem;
    background: url(/wp-content/uploads/2022/12/faq-ico.svg) no-repeat;
    background-size: contain;
    transition: .5s;
}

.kariera-page-posts-block .faq-card {
    z-index: 2;
    position: relative;
    background: #fff;
}

.kariera-page-posts-block .faq-card .blog-tags {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.kariera-page-posts-block {
    padding-bottom: 6rem;
}

.realizacje-grey-section-page {
    background: #EDEDED;
    padding: 5rem 0 3rem;
}

.realizacje-grey-section-page .new-category-title,
.realizacje-grey-section-page .new-category-title-small {
	text-align: center;
}

.realizacje-grey-section-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding-top: 3.5rem;
}

.realizacje-home-page .realizacje-grey-section-content {
	padding-top: 2.5rem;
}

.realizacje-grey-section-block-img {
    width: 4rem;
    margin: 0 auto 1.5rem;
}

.realizacje-home-page .realizacje-grey-section-block-img {
    width: 4.5rem;
    margin: 0 auto 2.5rem;
}

.realizacje-grey-section-block-text {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    max-width: 12rem;
    text-align: center;
}

.realizacje-home-page .realizacje-grey-section-block-text {
	font-weight: 600;
}

.realizacje-grey-section-block {
    max-width: 12rem;
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.realizacje-home-page .realizacje-grey-section-block {
	margin: 0 3rem;
}

.realizacje-single-page {
    padding: 7.7rem 0 0;
}

.realizacje-single-page-kontact-section {
	padding: 10rem 0 5.5rem;
	background: url(/wp-content/uploads/2023/01/tlo.png) no-repeat;
	background-size: cover;
}

.realizacje-single-page-kontact-section .dolącz-do-nas-section-title {
	font-size: 4.8rem;
    line-height: 1.2;
} 

.realizacje-single-page-kontact-section .white-border-button a {
	color: #fff;
    font-size: 1.2rem;
    line-height: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.8rem 4rem;
    border-radius: 1rem;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    transition: 1s;
}

.realizacje-single-page-kontact-section .white-border-button a:hover {
	color: #223469;
	background: #fff;
	transition: 1s;
}

.realizacje-single-page-kontact-section .white-border-button {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

.podobne-realizacje-section {
    padding: 5rem 0 3rem;
}

.podobne-realizacje-section .materialy-video-content-blocks {
	padding-top: 4rem;
}

.podobne-realizacje-section .realizacje-block-content-center {
    position: relative;
    z-index: 2;
    border: 2px solid #707070;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 14rem;
}

.realizacje-block-content-center .blog-tags div {
    background: none;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 133%;
    color: #000;
    text-align: center;
    margin: 0.2rem 0 0.5rem;
}

.realizacje-content-post-left-date-tags .blog-tags {
	flex-direction: column;
}

.podobne-realizacje-section .materialy-video-content-blocks .swiper-container {
    padding-bottom: 0rem;
}

.podobne-realizacje-section .video-swiper-pagination-block {
	bottom: 0rem;
}

.podobne-realizacje-section .line-center-button:before {
    content: '';
    position: absolute;
    height: 3px;
    left: 4rem;
    top: 2.49rem;
    width: 14rem;
    background: #0e316b;
    z-index: 2;
}

.realizacje-block-content-center .blue-border-button a {
	height: 2.5rem;
}

.podobne-realizacje-section .line-center-button {
	padding-top: 4rem;
}

.podobne-realizacje-section .single-content-slider-line {
	padding-top: 3rem;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #0E316B;
    height: 1px !important;
}  

.swiper-scrollbar:after {
	content: '';
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1px;
    width: 45%;
    background: #0e316b;
    z-index: 2;
}

section.home-new-page-banner {
    height: 120vh;
    position: relative;
    margin-top: -7rem;
    background: url(/wp-content/uploads/2023/05/fon-1.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}

.home-new-page-banner-content {
    width: 80%;
    height: 88vh;
    margin: 7rem auto 0;
    /*background: url(/wp-content/uploads/2023/01/home-banner.png) no-repeat;*/
    background-size: contain;
    background-position: top right;
    position: relative;
    z-index: 3;
}

.home-new-banner-title h1 {
    font-size: 8.7rem;
    text-align: center;
    font-weight: 500;
    padding-top: 13.3rem;
    line-height: 0.9;
    margin: 0;
    letter-spacing: -4px;
    color: #fff;
}

.home-new-banner-title {
    padding-bottom: 3rem;
}

.home-new-page-banner .white-border-button {
    display: flex;
    justify-content: center;
}

.white-border-button a {
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    line-height: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.7rem 4rem;
    border-radius: 1rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.home-banner-gif {
    height: 5rem;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.home-banner-gif img {
    height: 100%;
}

.home-page-map-section {
	background: #010A3F;
	padding: 5rem 0 7rem;
}

.home-page-map-section .new-big-white-title,
.home-page-map-section .white-long-title {
	text-align: center;
}

.home-page-map-section-description {
	padding: 1rem 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.home-page-map-content .o-nas-numbers-block-content {
	flex-direction: column;
	width: 50%;
	padding-top: 0.3rem;
	justify-content: flex-start;
}

.home-page-map-block {
    width: 50%;
    position: relative;
    height: 100%;
    min-height: 43rem;
}

.home-page-map-content {
	display: flex;
	flex-direction: row;
	padding: 0 10rem 0 11rem;
}

.home-page-map-content .o-nas-numbers-block {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 75%;
    margin-bottom: 1rem;
}

.home-page-map-content .o-nas-numbers {
	font-size: 8.5rem;
    font-weight: 500;
    line-height: 1;
}

.home-page-map-content .o-nas-numbers-text {
	margin-bottom: 1.3rem;
	font-weight: 400;
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
}

.o-nas-numbers-text-plus {
    position: absolute;
    left: 0rem;
    top: -7rem;
    font-size: 7rem;
    font-weight: 600;
}

.o-nas-numbers-block.o-nas-numbers-block-last .o-nas-numbers.counter {
    width: 12rem !important;
}

.home-page-map-image img {
    position: absolute;
    left: -6rem;
    top: -0.5rem;
    width: 84%;
    display: block;
}

.o-nas-numbers-block.o-nas-numbers-block-last .o-nas-numbers-text {
	padding-left: 4rem;
}

.home-news-section .home-news-section-content .video-swiper-pagination-block {
    bottom: 4rem !important;
}


.home-news-section-content .video-swiper-pagination-block {
    bottom: 4rem;
}

.home-news-section-content .single-content-slider-line {
    padding-top: 0;
    position: relative;
    height: 8rem;
}

.home-news-section-content .single-content-slider-line .blue-border-button {
	position: absolute;
    right: 0;
    top: 1.5rem;
    z-index: 3;
    padding-left: 2rem;
    background: #fff;
}

.home-news-section-content .single-content-slider-line .blue-border-button a {
	background: #fff;
	height: 2.5rem;
}

.home-news-section {
	padding: 4rem 0 0;
}

.reviews-slider-home-section .new-category-title {
	text-align: center;
	margin-bottom: 2rem;
}

.realizacje-home-page {
	background: transparent;
}

.home-page-map-image {
    position: relative;
}

.realizacje-home-page .new-category-title {
	padding-bottom: 2rem;
}

.realizacje-home-page .blue-border-button a {
	padding: 0.25rem 2rem 0;
}

.new-tab {
	display: none;
}

.new-tab.active {
	display: block;
}

.warunki-open {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #fff;
}

.warunki.warunki-map11 {
    position: absolute;
    right: 28.2rem;
    top: 23.6rem;
}


.warunki.warunki-map2 {
    position: absolute;
	right: 27.7rem;
    top: 23.1rem;
}	

.warunki.warunki-map3 {
	position: absolute;
	right: 27.5rem;
    top: 21.3rem;
}

.warunki.warunki-map4 {
	position: absolute;
	right: 29.6rem;
    top: 19rem;
}

.warunki.warunki-map5 {
    position: absolute;
	right: 37.1rem;
    top: 25.6rem;
}

.warunki.warunki-map6 {
	position: absolute;
	right: 27.6rem;
    top: 28.3rem;
}

.new-tab.active {
    display: block;
    position: absolute;
    width: 31rem;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    text-align: right;
    top: -1.15rem;
    border-bottom: 1px solid;
    letter-spacing: 4px;
}

.new-tab.active {
    display: block;
    position: absolute;
    width: 31rem;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    text-align: right;
    top: -1.15rem;
    border-bottom: 1px solid;
    letter-spacing: 4px;
}

.home-produkt-section {
    margin-top: -7.3rem;
    padding-bottom: 0;
}

.home-produkt-section-content {
    background: #ededed;
    min-height: 11rem;
    margin: 0 3rem;
    border-radius: 3rem;
}

.home-produkt-section-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2.7rem 0 0;
    border-bottom: 2px solid #010A3F;
}

.home-produkt-head-title {
    color: #000000;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 5.1rem 2.5rem;
    cursor: pointer;
    position: relative;
}

.home-produkt-head-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 2rem;
	background: #707070;
}

.home-produkt-head-title:last-child:before {
	display: none;
}

.home-produkt-head-title:after {
	background: transparent;
}

.home-produkt-head-title.active:after,
.home-produkt-head-title:hover:after {
	content: '';
	position: absolute;
	width: 80%;
	height: 4px;
	background: #010A3F;
	bottom: -3px;
	left: 10%;
}

.naszych-klient-logos-blue-section {
    background: #010A3F;
    padding: 5.5rem 0;
}

.naszych-klient-logos-blue-section .white-long-title,
.naszych-klient-logos-blue-section .new-big-white-title {
	text-align: center;
}

.naszych-klient-logos-blue-section .new-big-white-title {
	padding-bottom: 1rem;
}

.naszych-klient-logos-blue-section .white-border-button {
	margin-top: 3rem;
    justify-content: center;
}

.naszych-klient-logos-blue-section .white-border-button a {
	padding: 0.7rem 2rem 0;
    height: 2.5rem;
    border-radius: 0.45rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    transition: 1s;
}

.naszych-klient-logos-blue-section .white-border-button a:hover {
	color: #010A3F;
	background: #fff;
	transition: 1s;
}

.home-produkt-section-content {
	background: url(/wp-content/uploads/2023/01/home-222.png-1) no-repeat;
	background: #EDEDED;
	background-size: cover;
}

.home-produkt-section-body.home-produkt-branze {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    padding-top: 4rem;
}

.home-produkt-section-body-head .b-nav-tab {
    display: flex;
    flex-direction: column;
    padding: 1.7rem 1rem 1rem;
    border: 2px solid transparent;
    height: 100%;
    align-items: center;
    margin: 0 2rem 0 0;
    width: 10rem;
    border-radius: 1rem;
    text-decoration: none;
    cursor: pointer;
}

.home-produkt-section-body-head:hover .b-nav-tab {
	border: 2px solid #223469;
}

.home-produkt-section-body-head:last-child .b-nav-tab {
	margin: 0;
}

.home-produkt-section-body-head img {
    max-width: 4.5rem;
    margin-bottom: 1.2rem;
	height: 4.5rem;
}

.home-produkt-section-body-head-title {
    max-width: 8rem;
    text-align: center;
    color: #0E316B;
    font-size: 1.1rem;
    font-weight: 500;
}

.home-produkt-section-body-head {
    padding-bottom: 4rem;
    position: relative;
}


.home-produkt-section-body-content {
    border-top: 2px solid #010A3F;
    padding: 3rem 0 2rem 8rem;
    width: 100%;
}

.home-produkt-descrption {
    font-size: 1.2rem;
}

.home-produkt-descrption-block {
    width: 100%;
    min-width: 39rem;
    padding-right: 9rem;
    /*min-height: 27rem;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.home-produkt-descrption-block .blue-border-button {
    display: flex;
    justify-content: flex-start;
}

.home-produkt-descrption-block-title {
    color: #0E316B;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 2.3rem
}

.b-nav-tab.active {
	border: 2px solid #223469;
}

.home-produkt-section-body-head .b-nav-tab :after {
	content: '';
	position: absolute;
	height: 4rem;
	width: 2px;
	background: transparent;
	bottom: 0;
	left: 40%;
}

.home-produkt-section-body-head .b-nav-tab.active:after {
	content: '';
	position: absolute;
	height: 4rem;
	width: 2px;
	background: #223469;
	bottom: 0;
	left: 40%;
}


.home-produkt-content-slider .line-center-button:before {
		content: '';
    position: absolute;
    height: 3px;
    left: 43%;
    top: 0.6rem;
    width: 18rem;
    background: #0e316b;
    z-index: 2;
}	

.home-produkt-descrption-block {
	width: 39rem;
}	

.home-produkt-content-blocks {
    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;
}

.home-produkt-content-slider .swiper-slide {
    position: relative;
    z-index: 2;
    border: 2px solid #707070;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 14rem;
    /*width: 23rem;
    margin-right: 10px;*/
}

.home-produkt-content-slider {
    max-width: 63rem;
    overflow: hidden;
    width: 100%;
}

.home-produkt-content-slider .blog-content-post-left-date-tags {
	  min-height: 9rem;
	  color: #000;
    font-weight: 400;
    text-align: center;
}

#energia .realizacje-block-logo img {
	max-height: 75%;
}


/*.home-produkt-content-slider .swiper-container {
	padding-bottom: 3rem;
}*/

.home-produkt-content-slider .branze-slider-pag {
	background: #EDEDED;
	bottom: -3.5rem;
	left: 53%;
	z-index: 999;
	position: absolute;
}

.home-produkt-content-slider .video-swiper-pagination-block .swiper-button-prev {
    background: url(/wp-content/uploads/2022/12/sw-arrow-2.svg);
    z-index: 10;
    left: 0rem;
    top: 1.5rem;
    background-position: top center;
}

.home-produkt-content-slider .video-swiper-pagination-block .swiper-button-next {
    background: url(/wp-content/uploads/2022/12/sw-arrow-1.svg);
    z-index: 10;
    right: 0;
    top: 1.5rem;
    background-position: top center;
}

.home-produkt-content-slider .swiper-pagination.swiper-pagination-fraction {
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 400;
    width: 4rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
}

.Finansowanie-banner-content {
    font-size: 1.4rem;
    color: #0E316B;
    line-height: 1.5;
    font-weight: 600;
}

.finansowanie-faq-section .answer {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.finansowanie-faq-section .answer .faq-card-spoiler {
    width: 45%;
}

.finansowanie-faq-section .answer .faq-card-spoiler ul {
    list-style: none;
}

.finansowanie-faq-section .answer .faq-card-spoiler ul li {
	position: relative;
	margin-bottom: 1rem;
}

.finansowanie-faq-section .answer .faq-card-spoiler ul li:before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 2px;
    background: #304888;
    top: 0.8rem;
    left: -1.5rem;
}

#post-477 .oprogramowanie-single-page-right img,
#post-1480 .oprogramowanie-single-page-right img {
	margin-right: -8rem;
}



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


#home-produkt-section1 .home-produkt-section-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    border-bottom: none;
    margin-top: 0px;
    overflow: hidden;
}

#home-produkt-section1 .home-produkt-section-body-head {
    padding-bottom: 0;
    position: relative;
}

#home-produkt-section1 .home-produkt-section-body-head .b-nav-tab {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 2px solid transparent;
    height: 100%;
    align-items: center;
    margin: 0 2rem 0 0;
    width: 100%;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    padding: 2rem;
}

#home-produkt-section1 .home-produkt-section-body-head-title {
    max-width: 100%;
    text-align: center;
    color: #0e316b;
    font-size: 20px;
    font-weight: 500;
}

#home-produkt-section1 .home-produkt-head-title.active:after, #home-produkt-section1 .home-produkt-head-title:hover:after {
	display: none;
}

#home-produkt-section1 .home-produkt-head-title {
	font-size: 28px;
	padding: 25px;
}

#home-produkt-section1 .home-produkt-section-body.home-produkt-branze {
	flex-direction: column;
}

#home-produkt-section1 .home-produkt-head-title.active {
    color: #EDEDED;
    background: #010A3F;
}

#home-produkt-section1 .home-produkt-section-content {
	border-radius: 42px;
	overflow: hidden;
}

#home-produkt-section1 .home-produkt-head-title:last-child:before,
#home-produkt-section1 .home-produkt-head-title:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2023/06/mob-arrow.svg) no-repeat;
    background-size: contain;
}

#home-produkt-section1 .home-produkt-head-title:last-child:before {
	display: block;
}

#home-produkt-section1 .home-produkt-head-title.active:last-child:before,
#home-produkt-section1 .home-produkt-head-title.active:before {
	background: url(/wp-content/uploads/2023/06/mob-arrow-white.svg) no-repeat;
}

#home-produkt-section1 .b-nav-tab-rozwiazania {
	width: auto;
}

#home-produkt-section1 .home-produkt-content-blocks {
	flex-direction: column;
}

#home-produkt-section1 .blog-content-post-left-date-tags a {
    max-width: 100%;
    text-align: center;
    color: #0e316b;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
}

#home-produkt-section1 .home-produkt-content-slider .blog-content-post-left-date-tags {
	min-height: auto;
}

#home-produkt-section1 .home-produkt-section-body-content {
    padding: 3rem 0 2rem;
}

#home-produkt-section1 .realizacje-block-content-center {
    padding: 15px 15px;
}
#home-produkt-section1 .home-produkt-section-body-head .b-nav-tab.active .home-produkt-section-body-head-title {
	color: #EDEDED;
}

#home-produkt-section1 .home-produkt-section-body-head .b-nav-tab.active {
		color: #EDEDED;
    background: #010A3F;
}

#home-produkt-section1 .home-produkt-section-body-head .b-nav-tab.active:after {
		content: '';
    position: absolute;
    right: 30px;
    top: 17px;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2023/06/mob-arrow-white.svg) no-repeat;
    background-size: contain;
    left: auto;
}

#home-produkt-section1 .home-produkt-content-slider {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}


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



.lwpcngNotice-light {
    background: #fff;
    background: rgba(255,255,255,.97);
    color: #000;
    border-color: #ddd;
    width: 100%;
    max-width: 500px;
    right: 20px!important;
    position: fixed;
    /*top: 20px!important;*/
    left: auto!important;
    height: 365px;
    padding: 10px 15px 50px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.lwpcngNotice_message {
    display: block;
    margin-right: 8px;
    font-size: 14px;
    overflow-y: scroll;
    height: 265px;
    padding: 10px 15px;
    text-align: left;
}

.lwpcngNoticeBar .lwpcngNotice_buttons {
    display: inline;
}

.lwpcngNotice_accept {
    padding: 9px 10px!important;
    background-color: #000!important;
    font-size: 14px;
    color: #fff!important;
    text-decoration: none;
    font-family: "Roboto"!important;
    font-weight: bold;
    position: relative;
    z-index: 999;
    transition: background .2s ease-in , color .2s;
    -moz-transition: background .2s ease-in , color .2s;
    -ms-transition: background .2s ease-in , color .2s;
    -o-transition: background .2s ease-in , color .2s;
    -webkit-transition: background .2s ease-in , color .2s;
    display: block;
    width: 170px;
    border-radius: 0;
    border-color: transparent;
    margin-left: 35px;
    float: left;
}

.lwpcngNotice_more {
    margin: 0 6px;
    display: inline-block;
    vertical-align: auto;
    white-space: auto;
    cursor: pointer;
    font-size: 14px;
    width: 95%;
}


.lwpcngNotice_accept {
    padding: 9px 10px!important;
    background-color: #000!important;
    font-size: 14px;
    color: #fff!important;
    text-decoration: none;
    font-family: "Roboto"!important;
    font-weight: 700;
    position: relative;
    z-index: 999;
    transition: background .2s ease-in,color .2s;
    -moz-transition: background .2s ease-in,color .2s;
    -ms-transition: background .2s ease-in,color .2s;
    -o-transition: background .2s ease-in,color .2s;
    -webkit-transition: background .2s ease-in,color .2s;
    display: block;
    width: 170px;
    border-radius: 0;
    border-color: transparent;
    float: none;
    margin: 25px auto 0;
}

.lwpcngNotice_reject.js-lwpcngReject {
    position: absolute;
    top: -10px;
    right: -9px;
    width: auto;
    padding: 2px 7px !important;
    border: none;
    background: 0 0;
    font-size: 12px;
}

.lwpcngNotice_reject {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: \\\\\\\\\\\\\\\"Roboto\\\\\\\\\\\\\\\"!important;
    font-weight: 700;
    z-index: 999;
}

.lwpcngNotice-light .lwpcngNotice_reject {
    border-color: #ddd;
    background: #fff;
    color: #888;
}



/* cooci */

.js-lwpcngNotice.lwpcngNotice {
    background: #fff;
    background: rgba(255, 255, 255, .97);
    color: #000;
    border-color: #ddd;
    width: 100%;
    /*max-width: 500px;*/
    right: 20px !important;
    position: fixed;
    /*top: 20px !important;*/
    left: auto !important;
    /*height: 365px;*/
    padding: 10px 5px 50px 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    height: 205px;
    max-width: 350px;
    bottom: 20px !important;
}


.lwpcngNotice-light {
    background: #fff;
    background: rgba(255, 255, 255, .97);
    color: #000;
    border-color: #ddd;
    width: 100%;
    max-width: 500px;
    right: 20px !important;
    position: fixed;
    bottom: 20px !important;
    left: auto !important;
    height: 365px;
    padding: 10px 15px 50px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
}

.lwpcngNotice_message {
    display: block;
    margin-right: 8px;
    font-size: 14px;
    overflow-y: scroll;
    /*height: 265px;*/
    height: 135px;
    padding: 10px 15px;
    text-align: left;
    position: relative;
    font-weight: 400;
    line-height: 17px;
        font-family: 'Mukta Mahee',sans-serif;
}

.lwpcngNoticeBar .lwpcngNotice_buttons {
    display: inline;
    position: relative;
}

.lwpcngNotice-light .lwpcngNotice_accept {
    border-color: #ddd;
    background: #fff;
    color: #00a65a;
}

.lwpcngNotice_reject.js-lwpcngReject {
    position: absolute;
    top: -135px;
    right: -189px;
    width: auto;
    padding: 6px 12px !important;
    border: none;
    background: 0 0;
}

.lwpcngNotice_accept {
  background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    z-index: 999;
    transition: background .2s ease-in, color .2s;
    -moz-transition: background .2s ease-in, color .2s;
    -ms-transition: background .2s ease-in, color .2s;
    -o-transition: background .2s ease-in, color .2s;
    -webkit-transition: background .2s ease-in, color .2s;
    width: 170px;
    float: none;
    margin: 13px auto 0;
    line-height: 1.1;
    border: none;
    display: block;
    font-size: 13px;
    background: #343434;
    padding: 10px 35px 10px;
    border-radius: 5px;
    font-weight: 400;
}

.lwpcngNotice-dark .lwpcngNotice_reject:hover {
    background: #fff;
    color: #000;
}

.lwpcngNotice-dark .lwpcngNotice_accept:hover {
    background: #fff;
    color: #000;
}



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


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

.naszych-klient-logos-blue-section .klienci-section-content-logo-block img {
	max-height: 75%;
}


}

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

.naszych-klient-logos-blue-section .klienci-section-content-logo-block img {
	max-height: 75%;
}


}


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

.naszych-klient-logos-blue-section .klienci-section-content-logo-block img {
	max-height: 65%;
}


}

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


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


.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay {
    background: rgb(0 0 0 / 75%) !important;
}

}

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

.naszych-klient-logos-blue-section .white-border-button a {
    font-weight: 400;
    padding: 6px 30px;
    border-radius: 16px;
    font-size: 16px;
}

.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay {
    background: rgb(0 0 0 / 75%) !important;
}


.site-branding img {
    max-width: 100px;
}

.container-padding {
    padding: 15px 20px;
}

.home-page-banner-content-title {
    font-size: 24px;
}

.home-page-banner-content-description {
    font-size: 14px;
    margin-bottom: 24px;
}

.white-button-block a {
    font-size: 14px;
    padding: 8px 16px;	
    border-radius: 30px;
}

.home-page-banner-block {
    padding-top: 135px;
}

.home-page-banner {
    padding-top: 60px;
    height: auto;
    position: relative;
}

.home-page-banner-two {
    height: auto;
    padding: 40px 20px;
}

.big-slider-home-content-scroll,
.home-branze-section-content,
.home-page-banner-two-block {
    flex-direction: column;
}

.home-page-banner-two-content-image {
    width: 100%;
    max-width: 100%;
}

.home-page-banner-two-content {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    margin-left: 0;
}

.section-content-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.section-content-description {
	font-size: 14px;
}

.home-branze-section-content-left-logo {
    width: 80px;
}

.home-branze-section {
    padding: 40px 0;
}

.home-branze-section-content-left {
    width: 80%;
    position: relative;
    margin-top: 20px;
}

.home-branze-section-content-left-block:before {
	width: 90%;
}

.home-branze-section-content-left-block .blue-title-sectin {
    max-width: 150px;
}

.home-branze-section-content-right {
    max-width: 100%;
    margin-left: 0;
}

.home-branze-block {
    width: 100%;
    padding: 30px;
}

.home-branze-block-img {
    width: 80px;
    margin-bottom: 20px;
}

.home-branze-block-title {
    font-size: 16px;
    margin-bottom: 16px;
}

.home-branze-block-description {
    font-size: 14px;
    margin-bottom: 10px;
}

.big-slider-home .section-content-title {
    padding-left: 0;
    font-size: 24px;
    margin-bottom: 20px;
}

.container-slider-home-scroll {
    padding: 0;
    position: relative;
    margin-bottom: 40px;
}

.container-slider-home-scroll-line-block {
    display: none;
}

.big-slider-content {
    width: 100%;
    margin: 30px 0;
}

.section-content-title-small {
    font-size: 16px;
    margin-bottom: 20px;
}

.white-button-block {
    display: flex;
    margin-top: 20px;
}

.white-button-block a {
	font-size: 14px;
	padding: 8px 16px;
}

.big-slider-content-swiper {
    width: 100%;
    padding: 0;
}

.two-image-slid-logo {
    width: 100px;
    margin-bottom: 16px;
}

.big-slider-content-swiper .two-image-slid-name {
    font-size: 14px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.button-prev-news, .klienty-button-prev, .swiper-button-prev-one, .button-prev-three, .two-slider-prev, .swiper-button-prev,
.button-next-news, .klienty-button-next, .swiper-button-next-one, .button-next-three, .two-slider-next, .swiper-button-next {
	width: 30px;
    height: 30px;
}

.long-image-slid-logo {
    width: 100px;
    height: 200px;
    border-radius: 30%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.blue-title-sectin {
	font-size: 24px;
	margin-bottom: 35px;
}

.klienty-tag div {
	padding: 8px 12px;
    border-radius: 32px;
    font-size: 14px;
    margin-bottom: 15px;
}

.klienty-slider-block .klienty-slide {
    padding: 10px;
}

.klienty-slider-block {
    background: #fff;
    border-radius: 16px;
    padding: 0 20px;
    margin: 0 10px;
    position: relative;
}

.aktualnosci-content-block-title a {
    font-size: 16px;
}

.klienty-description {
	font-size: 14px;
	margin-bottom: 15px;
}

.klienty-image-block {
    margin-bottom: 15px;
    height: 70px;
}

.klienty-link a {
	font-size: 14px;
}

.klienty-slider-home {
    padding-top: 5rem;
    margin-bottom: -30px;
    padding-bottom: 10px;
}

.klienty-image-block .klienty-image-block-center-img {
    width: 70px;
    display: block;
    margin-right: 10px;
    height: 70px;
    border-radius: 15px;
}

.home-partnerzy-section .blue-title-sectin {
    padding: 30px 30px;
}

.partnerzy-section-slider .swiper-slide {
	min-height: 135px;
}

.home-partnerzy-section {
    padding: 40px 0 80px;
    overflow: hidden;
}

header.header_fixed .container-padding {
    padding: 10px;
}

.swiper-button.two-slider-s {
	width: 95%;
}

.klienty-slider-block .swiper-button {
    width: 132%;
    left: -37px;
}

.dlaczego-section-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.dlaczego-section-title-logo {
	display: none;
}

.dlaczego-section-title .section-content-title {
    display: flex;
    padding: 29px 50px 29px 10px;
    width: 100%;
    max-width: 80%;
    text-align: right;
    justify-content: end;
    border-radius: 0 40px 40px 0;
    background: #bbc5d042;
}

.dlaczego-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
}

.dlaczego-left {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.dlaczego-numbers-block {
	flex-direction: column;
	overflow: hidden;
	padding-left: 80px;
}

.dlaczego-left:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: url(/wp-content/uploads/2022/07/lines.svg) no-repeat;
    background-size: auto;
    left: -37%;
    top: 130px;
    transform: rotate(90deg);
}

.dlaczego-number-block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.counter {
    font-size: 25px !important;
    line-height: 106%;
    padding-right: 5px;
}

.dlaczego-number-plus {
    font-size: 23px;
    line-height: 106%;
}

.dlaczego-number {
    width: 100%;
    margin-bottom: 30px !important;
}

.dlaczego-number-description {
    font-size: 16px;
    line-height: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.dlaczego-section {
    padding: 60px 0;
    position: relative;
}

.aktualnosci-content-block {
    width: 85%;
    padding: 15px;
    border-radius: 20px;
}

.o-nas-materialy-video-section .blog-page-image {
    width: 100%;
    height: 200px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.aktualnosci-content-block-text.section-deckription {
	font-size: 14px;
	margin-bottom: 15px;
}

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

.news-section-slider {
    padding: 60px 0 60px;
}
.news-section-slider-content .swiper-button {
    width: 90%;
    left: 10px;
}

.after-news-section {
    padding: 30px 0 0;
}
.burger div {
    width: 25px;
    margin: 5px 0;
}

.after-news-section-content {
    padding: 0;
}

.big-blue-block {
	flex-direction: column;
}

.big-blue {
    width: 100% !important;
    font-size: 14px;
    padding: 30px;
    border-radius: 0;
}

.big-blue.big-blue-block-white {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blue-button-small a {
	font-size: 14px;
    padding: 8px 16px;
    border-radius: 32px;
}
.black-title-sectin {
	margin-bottom: 20px;
	font-size: 20px;
}

.site-info {
    padding: 30px 20px 0;
}

.footer-logo {
    height: 35px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.footer-logo-text {
	text-align: center;
}

.footer-soc-media {
	justify-content: center;
}

.footer-soc-media {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    justify-content: center;
    padding-top: 22px;
}

.footer-content {
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-title,
.footer-copyright {
	font-size: 18px;
}

.footer-content a, .footer-content p, .footer-content {
	font-size: 16px;
}

.footer-title {
	margin-bottom: 10px;
}

ul#primary-menu li,
ul#primary-menu li a {
	font-size: 16px;
	margin-bottom: 16px;
}


.mfp-close-btn-in .mfp-close {
    right: 7.5rem;
    width: 30px;
    top: 20px;
}

.mfp-close-btn-in .mfp-close img {
	width: 20px !important;
}

.footer-kontact-dane a img {
    width: 20px;
    margin-right: 10px;
}
.footer-kontact-dane a {
    margin-bottom: 15px;
}

.dlaczego-section:after {
	display: none;
}

.o-nas-map-section .home-page-banner-two-content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 30px;
}

.o-nas-section {
	height: auto;
	min-height: 300px;
}

section.home-page-banner-two.blue-banner.o-nas-map-section {
	height: auto;
	padding: 30px 10px;
	min-height: 300px;
}

.o-nas-section .o-nas-title {
    position: relative;
    z-index: 3;
    color: #f6f6f6;
    padding: 150px 0 60px;
    font-weight: 800;
    font-size: 30px;
    line-height: 110%;
    max-width: 100%;
}

.o-nas-section-content-logo {
    display: none;
}

.o-nas-section-content-description {
    width: 70%;
    margin-left: 40px;
    margin-top: 0.7rem;
    font-size: 18px;
    line-height: 140%;
}

.o-nas-map-section-content {
    position: absolute;
    top: 30px;
    left: 30px;
}

.o-nas-map-section-content-title {
	font-size: 42px;
}

.o-nas-map-section-content-description {
	font-size: 20px;
	padding: 10px 0;
}

.o-nas-slider-section-description {
    font-size: 16px;
    line-height: 150%;
    max-width: 100%;
    position: relative;
    margin: 20px 0;
}

.appScreenshotCarousel-container .swiper-slide.swiper-slide-active {
    transform: scale(1);
    height: 250px;
    min-width: 30rem;
    padding-bottom: 1.3rem;
    border-right: none;
}

.appScreenshotCarousel-container {
    height: 250px;
    position: relative;
    right: -30px;
    top: 0rem;
}
.o-nas-slider-block {
    position: relative;
    min-height: 250px;
}

.slide-o-nas-description {
    position: absolute;
    left: 0;
    top: 50px;
}

.slide-o-nas-description-opys,
.slide-o-nas-description-name {
	font-size: 10px;
}
.container-white-page {
    padding: 0 20px;
}

.o-nas-section-klienci-content {
	flex-direction: column;
}

.o-nas-section-klienci:before {
	width: 100%;
    height: 50%;
}

.o-nas-section-klienci:after {
	width: 100%;
    height: 50%;
    left: 0;
    top: 50%;
}

.o-nas-section-klienci-content-left-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.o-nas-section-klienci-content-right, .o-nas-section-klienci-content-left {
    width: 100%;
    padding: 20px 0;
}

.o-nas-section-klienci-content-left-description {
    color: #F6F6F6;
    font-size: 14px;
    line-height: 150%;
    max-width: 100%;
    margin-bottom: 20px;
}

.klienci-logo-block {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.o-nas-section-line {
    padding: 60px 0;
}

.o-nas-section-line .szkolenia-blue-line-content {
    padding: 20px 30% 20px;
    line-height: 150%;
    flex-direction: column;
}

.szkolenia-blue-line-title {
	margin-bottom: 20px;
	font-size: 16px;
}

.o-nas-section-line .szkolenia-blue-line-title {
    max-width: 100%;
}

.white-border-button a {
	padding: 6px 30px;
    border-radius: 16px;
    font-size: 16px;
}

.o-nas-slider-block:after {
	display: none;
}

.slider-block-mobile .swiper-button-prev img, .slider-block-mobile .swiper-button-next img {
    width: 15px;
}

.section-after-header {
    padding-top: 130px!important;
}

.big-title-blue-white-page {
	font-size: 30px;
	margin-bottom: 30px;
}

.kontakt-page-description-content {
	flex-direction: column;
}

.kontakt-page-description {
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}

.kontakt-page-form {
    margin-left: 0;
    width: 100%;
}

.kontakt-page-form input[type="text"], .kontakt-page-form input[type="email"], .kontakt-page-form input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.kontakt-page-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    height: 50px;	
}

span.wpcf7-list-item-label {
    font-size: 10px;
}

.wpcf7-submit.blue-button-form {
	font-size: 14px;
    padding: 10px 30px;
    border-radius: 32px;
    margin: 15px 0;
}

.kontakt-map {
    width: 100%;
    height: 450px;
}

.kontakt-section.white-section {
    padding: 0 0 50px;
}

.home-branze-section-content-left-block {
	margin-bottom: 30px;
}

.klienty-image-block div.klienty-image-block-center-img {
	min-width: 70px;
	height: 70px;
}

.o-nas-section-klienci-content-right {
    margin-top: 70px;
}

.white-page-description-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    padding-top: 30px;
}

.white-page-description {
    max-width: 90%;
    font-size: 16px;
}

.description-blue-block-kontakt {
    border-radius: 50px 0 0 50px;
}

.description-blue-block-kontakt-content {
    width: 200px;
    padding: 20px;
}

.description-blue-block-kontakt-content-title {
	font-size: 20px;
}

.description-blue-block-kontakt-mail {
	font-size: 16px;
	margin-bottom: 15px;
}

.bezplatne-programy-section-content {
	flex-direction: column;
}

.bezplatne-programy-section {
    padding-bottom: 40px;
}

.bezplatne-programy-section-content .white-section-grey-big-title {
    max-width: 90%;
    position: relative;
    top: auto;
    font-size: 24px;
    padding: 20px 0;
}

.bezplatne-programy-content {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 30px;
}

.bezplatne-programy-block {
    width: 100%;
    padding: 30px;
}

.bezplatne-programy-logo {
    height: 70px;
    margin-bottom: 20px;
}

.bezplatne-programy-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.bezplatne-programy-description {
	font-size: 16px;
}

.bezplatne-programy-link a {
	font-size: 14px;
}

.oferta-form-section-description,
.oferta-form-section-form,
.description-blue-block-kontakt {
	max-width: 100%;
}

.white-section-grey-big-title {
	font-size: 20px;
	margin-bottom: 25px;
}

.partnerzy-logo-block {
	padding: 20px;
}

.oferta-form-section .white-section-grey-big-title {
	max-width: 90%;
}

.oferta-form-section-content {
	flex-direction: column;
	padding-top: 25px;
}

.oferta-form-section-form input[type="text"], .oferta-form-section-form input[type="email"], .oferta-form-section-form input[type="tel"], .oferta-form-section-form input[type="file"], .oferta-form-section-form select {
	font-size: 15px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

p.form-file-text {
    display: block;
    margin: -1rem 0.3rem 20px;
    font-size: 12px;
}

.oferta-form-section-description,
.oferta-form-section-form {
	margin-bottom: 25px;
}

.oferta-form-section-description-title {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 100%;
}

.oferta-form-section-description-text {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 100%;	
}

.oferta-form-section {
    padding: 60px 0 90px;
}

.szkolenia-blue-line-content {
	flex-direction: column;
}

.szkolenia-blue-line-content {
	padding: 20px;
}

.page-template-szkolenia-page .szkolenia-blue-line-title {
	max-width: 90%;
}

.szkolenia-blue-line-section {
    padding-bottom: 90px;
}

.oferta-top-section.white-section.section-after-header.kariera-page {
    padding-top: 130px !important;
}

.kariera-page .white-page-description {
    padding-right: 0;
    padding-bottom: 40px;
    max-width: 100%;
}

.answer {
    padding: 20px;
    font-size: 16px;
}

.answer h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.kariera-page-filtr-content div {
	font-size: 16px;
    margin-right: 30px;
}

.kariera-page-filtr {
    padding: 20px 0;
    margin-bottom: 40px;
}

.filter-name {
	width: 80px;
}

.filter-name:after {
	width: 20px;
    height: 20px;
}

.blog-page-right-colum-post-date, .blog-content-post-left-date-tags {
	font-size: 12px;
}

.hardware-section.category-section-top {
    padding-top: 100px!important;
}
.category-section-top-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 20px;
}

.category-title {
	font-size: 36px;
    line-height: 140% !important;
}

.category-section-top-description {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.uslugi-category-block {
	flex-direction: column;
	padding-bottom: 40px;
}

.uslugi-category-block-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
}

.uslugi-category-title a {
	font-size: 24px;
}

.uslugi-category-title {
    padding: 0 0 20px;
}
.uslugi-category-description {
	font-size: 16px;
    padding: 0 10rem 20px 0;
}

.uslugi-category-read-more a {
	font-size: 15px;
}

.uslugi-category-image {
	flex-direction: column;
}

.uslugi-category-block-image {
	max-width: 100%;
}

.uslugi-category-big-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 175px;
    margin-bottom: 20px;
}

.uslugi-category-small-img-block {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.uslugi-category-small-img-block div {
    background-repeat: no-repeat;
    background-size: cover;
    width: 49%;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.hardware-single-page-content {
	flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
}

.hardware-single-page-right, .hardware-single-page-left {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
}

article h1 {
    font-size: 30px;
    margin: 10px 0 20px;
}

.hardware-single-page-left p {
    font-size: 14px;
}

.hardware-single-page-right .gallery-top {
    height: 200px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 20px;
}
.hardware-single-page-right .swiper-button-next img, .hardware-single-page-right .swiper-button-prev img {
    width: 15px;
}

.hardware-single-page-right .swiper-button-prev,
.hardware-single-page-right .swiper-button-next {
	top: 94%;
}

.hardware-blue-line-section {
	flex-direction: column;
}

.breadcrumb-post {
	margin-bottom: 15px;
	font-size: 14px;
}

.breadcrumb-post a {
	font-size: 14px;
}

.hardware-blue-line-section-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.hardware-blue-line-left {
	    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 13rem;
    position: relative;
    background: #0d5fb5;
    padding-right: 2rem;
}

.hardware-blue-line-right {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.white-small-button a {
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 32px;
}

.hardware-category-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.hardware-category-block {
    width: 100%;
    margin-bottom: 60px;
    min-height: 255px;
    position: relative;
}

.hardware-category-image img {
    width: 180px;
    height: auto;
}

.hardware-category-title {
    text-align: center;
    margin-top: 40px;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
}

.hardware-category-title a {
	font-size: 20px;
}

.hardware-category-block:hover .hardware-category-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.hardware-category-blue-line-content {
    flex-direction: column;
    padding: 20px;
}
    
.hardware-category-section {
    padding-bottom: 60px;
}

.oprogramowanie-category-page .category-title {
    font-size: 36px;
    line-height: 140%!important;
}

.oprogramowanie-category-page .category-section-top-description {
    max-width: 100%;
    margin-bottom: 1rem;
}

.oprogramowanie-category-section .category-name div {
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0 5px 5px;
}

.oprogramowanie-category-section .category-name {
	padding: 10px;
}

.oprogramowanie-category-block {
    width: 100%;
}

.oprogramowanie-category-block-center {
	padding: 20px;
}

.oprogramowanie-category-block-category-name div, .oprogramowanie-category-block-category-name a {
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 15px;
    line-height: 130%;
}

.oprogramowanie-category-block-category-name {
    margin-bottom: 10px;
}

.oprogramowanie-category-block-image {
    max-height: 100px;
    margin-bottom: 10px;
}
.oprogramowanie-category-title {
    margin-bottom: 10px;
}

.oprogramowanie-category-title a {
	font-size: 20px;
}

.oprogramowanie-category-description {
	font-size: 16px;
    margin-bottom: 15px;
}

.oprogramowanie-category-content-center {
	border-radius: 20px;
}

.button-uslugi-block{
	position: relative;
}

.button-uslugi-block .oprogramowanie-category-block {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
}

.button-uslugi-block-title {
    font-size: 30px;
    line-height: 130%;
    padding: 0 2rem;
}

.button-uslugi-block-image {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 70px;
}


a.custom-logo-link {
    width: 90px;
}

.home-branze-section-content-left-block .blue-title-sectin {
	margin-bottom: 0;
}

.home-branze-section-content-left-block:after {
	width: 85%;
}

.hardware-single-page-right .gallery-thumbs {
	margin-left: 40px;
}

.single-page-produkty-title-block img {
	max-height: 80px;
}

.blog-section .category-section-top-content {
    padding: 0 20px 20px;
}

.blog-page-right-colum-post-date, .blog-content-post-left-date-tags,
.blog-category-block,
.blog-content {
	flex-direction: column;
}

.blog-content-left {
    width: 100%;
    max-width: 100%;
    border-right: none;
    padding-right: 0;
}

.blog-content-post-left {
    width: 100%;
}

.block-post-title a {
    font-size: 20px;
    line-height: 130%;
    color: #0C1824;
    padding-bottom: 15px;
    display: block;
}

.block-post-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    margin-bottom: 15px;
}

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

.blog-content-post-left-date-tags .blog-tags {
    display: block;
    margin: 10px 0;
}

.blog-content-post-right {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

.blog-content-post-right-section {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}

.post-tags-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.blog-list-section .post_tags a {
	font-size: 12px;
	margin-bottom: 5px;
}

.blog-page-right-colum-post a {
	font-size: 16px;
}

.wp-pagenavi,
.wp-pagenavi a {
	font-size: 18px;
}

section.blog-list-section.white-section {
    padding-bottom: 40px;
}

.blog-post-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.blog-post-tags-block-head {
	flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.udostepnij-block {
	font-size: 14px;
	justify-content: flex-start;
}

.share-buttons a img {
    width: 25px;
}

.block-post-description-content {
	font-size: 14px;
}

.block-post-description-content ul {
    margin: 0;
    padding-left: 20px;
    margin-bottom: 10px;
}

.block-post-description-content h3 {
	font-size: 16px;
}

.blog-page-right-colum-post {
    margin-bottom: 10px;
}

.szkolenia-blue-line {
	max-width: 94%;
}

.branze-category-page-after-section-content,
.branze-category-block {
	flex-direction: column;
}

.branze-category-block-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.branze-category-block-right {
    width: 100%;
    min-height: 200px;
    position: relative;
}

.branze-category-block-left-content {
    padding: 20px;
    max-width: 100%;
    margin-right: 0;
    width: 100%;
}

.branze-category-block-right {
    width: 100%;
    min-height: 200px;
    position: relative;
}

.branze-category-title a {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
    display: block;
}

.branze-category-description {
	font-size: 14px;
}

.branze-category-block-right a {
    display: flex;
    height: 100%;
    min-height: 200px;
}

.branze-category-block-image {
	min-height: 200px;
}

.branze-category-block:nth-child(even) {
    flex-direction: column;
    justify-content: flex-start;
}

.branze-category-page-after-section .blue-title-sectin div {
	width: 100%;
}

.branze-category-page-after-section .blue-title-sectin {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

.branze-category-page-after-section-block {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #dfe5ec;
    border-right: none;
}

.branze-category-page-after-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.branze-category-page-after-description {
    font-size: 14px;
    margin-bottom: 10px;
}

.branze-category-page-after-link a {
    width: 44px;
}

.branze-single-page-section h1 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.branze-single-page-content {
	flex-direction: column;
}

.branze-single-page-left {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
}

.branze-single-page-categori-name div {
	font-size: 16px;
}

.bezplatne-programy-section-content .section-content-title, .bezplatne-programy-section-content .blue-title-sectin {
	position: relative;
	top: 0;
}

.branze-single-page-right {
	width: 100%;
}

.imageCollage img {
	height: 100px;
    margin: 5px;
}

.footer-kontact-content {
	flex-direction: column;
}

.footer-button,
.footer-kontact {
    margin-bottom: 30px;
}


.home-banner-gif {
    height: 70px;
}

.white-long-title {
	font-size: 20px;
	text-align: center;
}

.new-big-white-title {
    font-size: 32px;
    line-height: 1.5;
    margin: 10px 0 20px;
    text-align: center;
}

.home-page-map-section-description {
    padding: 0px 0 20px;
    font-size: 14px;
    width: 90%;
}

.home-page-map-section .o-nas-numbers-text-plus {
    position: relative;
    left: 0;
    top: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-right: 5px;
}

.home-page-map-section .o-nas-numbers-block.o-nas-numbers-block-last .o-nas-numbers-text {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 0;
}

.home-page-map-section .o-nas-numbers-block.o-nas-numbers-block-last .o-nas-numbers.counter {
    width: auto!important;
    margin-right: 5px;
}

.home-page-map-section .home-page-map-content .o-nas-numbers {
    font-size: 40px !important;
    font-weight: 500;
    line-height: 1;
}

.home-page-map-content {
    display: flex;
    flex-direction: column;
}

.home-page-map-content .o-nas-numbers-block-content {
    flex-direction: column;
    width: 100%;
}

.home-page-map-content .o-nas-numbers {
    font-size: 86px;
    font-weight: 500;
    line-height: 1;
}

.o-nas-numbers-text {
	font-size: 12px;
}

.o-nas-numbers-text-plus {
    position: absolute;
    left: 85px;
    top: -5px;
    font-size: 7rem;
    font-weight: 600;
}

.o-nas-numbers-block.o-nas-numbers-block-last .o-nas-numbers-text {
    padding-left: 110px;
}

.klienci-section-content-logos {
	width: 100% !important;
}

.home-page-map-block {
	display: none;
}

.home-page-map-section {
    background: #010A3F;
    padding: 50px 15px 75px;
}

.new-category-title-small {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
    letter-spacing: 6px;
    font-weight: 400;
}
	
.realizacje-home-page .new-category-title-small {
		font-size: 18px;
	}	

.kontakt-form-section {
    padding: 25px 0 0;
    background: #EDEDED;
}

.new-category-title h1, .new-category-title {
	font-size: 22px;
    margin-bottom: 25px;
}

.klienci-section-content-logos {
	justify-content: center;
}

.klienci-section-content-logo-block {
    max-height: 40px !important;
    height: 40px !important;
    max-width: 40% !important;
    margin: 0 1%;
}

.naszych-klient-logos-blue-section {
    background: #010A3F;
    padding: 60px 0;
}

.uslugi-single-realizacji-section.uslugi-o-nas-section {
    padding: 50px 0;
}

.reviews-slider-section.new-grey-section.reviews-slider-home-section {
    padding: 60px 0;
}

.realizacje-grey-section-page {
    padding: 50px 0;
}

.reviews-slider-section .swiper-slide {
	font-size: 14px;
}

.reviews-slider-section .swiper-slide {
    width: 33%;
    margin: 0 10px;
    border-radius: 2rem;
    padding: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    position: relative;
}

.reviews-content-name {
    font-size: 18px;
    font-weight: 400;
    color: #0E316B;
}

.reviews-content:after {
    right: 2rem;
    bottom: 10px;
    font-size: 70px;
    line-height: 1;
    height: 20px;
    width: 20px;
}

.realizacje-home-page .realizacje-grey-section-block-img {
    width: 60px;
    margin: 0 auto 25px;
}

.realizacje-grey-section-block-text {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    max-width: 100px;
    text-align: center;
}

.home-new-banner-title {
    padding-bottom: 50px;
}

.materialy-video-content-blocks .swiper-wrapper {
    width: auto;
    margin-right: .5%;
    min-height: 250px;
}

.materialy-video-content-blocks .swiper-wrapper .materialy-video-block {
    width: 100%;
    margin-right: 0;
}

.materialy-video-block-iframe {
    min-height: 200px;
}

.news-section-slider .aktualnosci-content-block-title {
    margin-bottom: 25px;
}

.home-news-section-content .single-content-slider-line .blue-border-button {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 3;
    left: 0;
    padding-left: 2rem;
    background: #fff;
}

.news-section-slider .materialy-video-content-blocks .swiper-container {
    padding-bottom: 15rem;
}

.news-section-slider .materialy-video-content-blocks .swiper-container {
    padding-bottom: 15rem;
}

section.news-section-slider.news-section-slider-post-page.home-news-section .materialy-video-content-blocks .swiper-container {
    padding-bottom: 0;
}

.home-news-section-content .single-content-slider-line .blue-border-button a {
    background: #fff;
    height: 30px;
    margin-top: 15px;
}
.news-section-slider .blue-border-button a {
    padding: 5px 30px;
    height: 30px;
}

.blue-border-button a {
	color: #223469;
    border: 2px solid #223469;
    padding: 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 150px;
}

.realizacje-single-page-kontact-section {
	padding: 40px 0;
}

.realizacje-single-page-kontact-section .dolącz-do-nas-section-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 35px;
    margin: 0 auto 35px;
}

.realizacje-single-page-kontact-section .white-border-button a {
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 30px 3px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
}

.realizacji-slider .swiper-pagination-block {
    height: 2.5rem;
    margin-top: 25px;
    position: relative;
}

.realizacji-slider .swiper-button-next {
    background: url(/wp-content/uploads/2022/12/sw-arrow-1.svg);
    z-index: 10;
    right: 36%;
    top: 10px;
}

.realizacji-slider .swiper-button-prev {
    background: url(/wp-content/uploads/2022/12/sw-arrow-2.svg);
    z-index: 10;
    left: 36%;
    top: 10px;
    background-position: top right;
}

.realizacji-slider .swiper-pagination.swiper-pagination-fraction {
    color: #0e316b;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    width: 35px;
    margin: -4px auto;
    position: absolute;
    left: 0;
    right: 0;
}

.video-swiper-pagination-block {
    background: #fff;
    width: 63px;
    position: absolute;
    height: 30px;
    z-index: 3;
    bottom: 4rem;
}

.video-swiper-pagination-block .swiper-button-prev {
    background: url(/wp-content/uploads/2022/12/sw-arrow-2.svg);
    z-index: 10;
    left: -15px;
    top: 25px;
    background-position: top right;
}

.video-swiper-pagination-block .swiper-button-next {
    background: url(/wp-content/uploads/2022/12/sw-arrow-1.svg);
    z-index: 10;
    right: -15px;
    top: 25px;
}

.news-section-slider .line-center-button:before {
	width: 40%;
	top: 10px;
}

.realizacje-home-page .blue-border-button a {
    padding: 5px 30px 3px;
    margin-bottom: 25px;
}

.realizacje-grey-section-block {
    max-width: 25%;
    margin: 0 2rem;
}

.site-info {
    display: flex;
    flex-direction: column;
}

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

.footer-soc-media img {
    height: 30px;
    display: block;
    float: left;
    margin-right: 15px;
}

.footer-soc {
    padding-bottom: 10px;
}

.footer-kontact-menu {
    padding-top: 3rem;
    margin-bottom: 35px;
}

/**/


.footer-logo-first {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}

.footer-logo {
    height: 8rem;
    margin-bottom: 1.5rem;
}

.site-info {
    display: flex;
    flex-direction: column;
    padding: 5.5rem 11rem 1rem;
}

.footer-logo-text {
    color: #fff;
    font-family: 'Mukta Mahee',sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 3.3rem;
    font-weight: 400;
    margin-top: 1.4rem;
    letter-spacing: 1px;
}

.footer-soc-media {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
}

.footer-soc-media p {
    margin-bottom: 0;
    margin-left: 1.5rem;
}

.footer-soc-media-text-block, 
.footer-soc-media-text-block a {
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.footer-soc-media-text-block a:hover {
	text-decoration: none;
}

.footer-soc-media img {
    height: 2.5rem;
    display: block;
    float: left;
    margin-right: 0.7rem;
}

footer ul#mapa-strony {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-left: 4rem;
}

footer ul#mapa-strony li a {
    position: relative;
    padding: 0 1rem;
    font-weight: 300;
}

footer ul#mapa-strony li a:after {
		content: '';
    position: absolute;
    top: 0.2rem;
    right: 0;
    width: 1px;
    height: 1.5rem;
    background: #fff;
    z-index: 9;
}

footer ul#mapa-strony li:last-child a:after {
		display: none;
}


#post-1605 .realizacje-single-page-content-right img {
	margin-right: -5rem;
}


/**/

ul#oprogramowanie-menu a, ul#mapa-strony a,
.footer-kontact-dane a, .footer-kontact-block-text, .footer-dane-firmy p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

#breadcrumbs a, #breadcrumbs span {
    font-family: 'Mukta Mahee', sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 14px;
    line-height: 2;
}

.breadcrumbs-img {
    width: 18px;
    margin-right: 10px;
    margin-top: 3px;
}

.new-category-section-top-description {
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
}

.oprogramowanie-category-block {
    position: relative;
    z-index: 2;
    margin: 0.5%;
    border: 2px solid #707070;
    border-radius: 16px;
    margin-bottom: 25px;
}

.oprogramowanie-category-block-center, .hardware-category-section-page .oprogramowanie-category-block-center {
    padding: 25px 20px 25px 20px;
    position: relative;
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hardware-category-block-page .oprogramowanie-category-block-image {
    max-height: 60px;
    height: 60px;
    margin-bottom: 15px;
    max-width: 100%;
}

.oprogramowanie-single-page-left {
    position: relative;
    z-index: 2;
    width: 100%;
}

.oprogramowanie-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 1rem;
}

.oprogramowanie-content {
    margin-bottom: 35px;
}

.uslugi-single-page-right-img {
	display: none;
}

.uslugi-single-description-block {
    flex-direction: column;
    margin-bottom: 35px;
}

.uslugi-single-description-image {
    width: 100%;
    margin-bottom: 25px;
}

.uslugi-single-description-block-text {
    width: 100%;
}

.uslugi-single-description-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.uslugi-single-description-text p {
    font-size: 14px;
}

.uslugi-single-faq-section .new-category-long-title {
	font-size: 18px;
}

.uslugi-single-faq-section {
    padding: 60px 0;
    background: #ededed;
}

.uslugi-single-faq-section .question {
	font-size: 22px;
}

.uslugi-single-faq-section .faq-card {
    background: transparent;
    margin: 0 0 15px 0;
    border-radius: 16px;
    border: 2px solid #223469;
}

.uslugi-single-faq-section .question::after {
	width: 24px;
    height: 20px;
}

.new-category-long-title {
	font-size: 18px;
	margin-bottom: 15px;
}

.uslugi-form-submit-block,
.uslugi-form-text p {
	flex-direction: column;
}

.uslugi-form-text p span {
    width: 100%;
}

.uslugi-form-text input {
	font-size: 14px;
}

::placeholder,
.formularz-kontaktowy-content ::placeholder {
	color: #0E316B;
	font-size: 14px;
    line-height: 1.2;
    background: transparent;
    font-weight: 700;
}

.formularz-kontaktowy-content textarea {
	height: 40px;
	font-size: 14px;
}


.formularz-kontaktowy-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 5px 30px;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 130px;
}



.formularz-kontaktowy-content span.wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 500;
}

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

.oprogramowanie-single-grey-section .container-new-page {
    flex-direction: column;
}

.oprogramowanie-single-grey-right .blue-border-button a {
    width: auto;
    padding: 5px 30px;
}

section.materialy-video-section {
    padding: 60px 0;
}

.materialy-video-content-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.materialy-video-block {
    width: 98%;
    margin-right: 0;
}

.materialy-video-block-iframe {
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.o-nas-materialy-video-section .aktualnosci-content-block-title a {
	width: 100%;
	text-align: center	;
}

.o-nas-materialy-video-section .video-swiper-pagination-block {
	display: none;
}

section.materialy-video-section .materialy-video-block-iframe {
    min-height: auto;
}

.materialy-video-block-title {
    color: #0e316b;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px;
    min-height: 20px;
}

.oprogramowanie-single-page-left .blue-border-button {
	padding-bottom: 15px;
}

.oprogramowanie-single-grey-section {
    padding: 60px 0;
}

.oprogramowanie-single-page-right {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hardware-single-page .hardware-single-page-right {
    position: relative;
    right: auto;
    top: 0;
    width: 100%;
}

.szkolenia-new-section-description {
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    padding-top: 0.5rem;
}

.oferta-head-tmsys-block {
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.oferta-head-tmsys-mane {
    font-size: 20px;
    margin-bottom: 10px;
}

.oferta-head-tmsys-email {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.oferta-head-tmsys-photo {
    width: 50%;
}

.new-category-small-title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 25px;
}

.oferta-buttons-block-section {
    padding: 60px 0;
    background: #ededed;
}

.oferta-buttons-block-content .kontakt-adresy-block {
    margin: 1%;
    width: 45%;
    min-height: auto;
}

.kontakt-adresy-block-img {
    height: 60px;
    margin-bottom: 15px;
}

.kontakt-adresy-block-title {
        color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.kontakt-adresy-content .kontakt-adresy-block-text p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: row;
    font-family: 'Inter';
    font-weight: 400;
    justify-content: center;
}

.oferta-buttons-block-content .blue-border-button a {
    padding: 0.25rem 2rem 0;
    padding: 5px 30px;
}

.oferta-logos-section {
    padding: 60px 0;
}

.realizacje-block-content {
    width: 48%;
    margin: 1%;
}

.realizacje-block-content-center .blue-border-button a {
    height: auto;
}

.realizacje-block-content-center .blog-tags div {
	font-size: 14px;
}

select#filter1, select#filter {
	width: 200px;
	font-size: 14px;
}

.realizacje-block-content-center {
    padding: 25px 15px;
}

.oferta-buttons-block-section .kontakt-adresy-block-img img {
    max-width: 70%;
}

.kontakt-form-line p {
    flex-direction: column;
}
.oferta-form-block .kontakt-form-line span {
    width: 100%;
}

.oferta-form-block {
    padding: 2rem;
}

.kontakt-form-block .wpcf7-checkbox span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.kontakt-form-block .wpcf7-checkbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px;
}

.oferta-buttons-block-section.oferta-two-page .blue-border-button a {
    padding: 5px 20px !important;
}

.oferta-buttons-block-content .kontakt-adresy-block {
    margin: 1%;
    width: 45%;
    min-height: auto;
    padding: 15px 10px;
}

input.blue-border-button {
    color: #223469;
    border: 2px solid #223469;
    padding: 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 150px;
    margin: 35px auto 0;
}

.oferta-form-block input.blue-border-button {
    margin: 15px auto;
}

.oferta-form-block ::placeholder {
	font-size: 14px;
}

.oferta-form-block .kontakt-form-line span {
    width: 100%;
    margin-bottom: 10px;
}

.news-section-slider .materialy-video-block .aktualnosci-content-block-title a {
    height: auto;
    overflow: hidden;
}

.home-news-section-content .single-content-slider-line {
    padding-top: 0;
    position: relative;
    height: 35px;
}

.home-new-banner-title h1 {
	letter-spacing: 0;
}

section.home-new-page-banner {
	height: 50vh;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    font-size: 12px;
}

.kontakt-form-block textarea {
	height: 40px;
	padding: 10px 0;
	font-weight: 500;
}

.kontakt-form-block .wpcf7-checkbox span.wpcf7-list-item.first.last label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.new-category-title-small {
	text-align: center;
}

.new-category-title {
    text-align: center;
}

.new-category-title.new-category-title-kontact {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000000;
}

.blog-tags {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.blog-tags div {
    font-size: 14px;
}

.blog-category-block {
	margin-bottom: 25px;
}

.blog-category-block:nth-child(odd) .blog-content-post-left {
    width: 100%;
}

.single-news-head .new-category-title {
    max-width: 100%;
    line-height: 1.2;
}

.single-image-block {
    width: 100%;
    padding-top: 15px;
}

.blog-content-left-single {
    width: 100%;
    max-width: 100%;
}

.block-post-description-content h1 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

.block-post-description-content p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.post-tags-block .post_tags a {
    padding: 2.5rem 1rem 0.3rem;
    font-size: 14px;
}

.news-section-slider-post-page .news-section-slider .blue-border-button a {
    padding: 8px 30px 7px;
    height: auto;
}

.kontakt-form-line span {
    width: 100%;
}

.kontakt-form-block input[type="text"], .kontakt-form-block input[type="email"], .kontakt-form-block input[type="tel"] {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0E316B;
    width: 100%;
    color: #0E316B;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
}

.kontakt-form-block ::placeholder {
	font-size: 12px !important;
}

.kontakt-form-line-checkbox, .kontakt-form-line {
	flex-direction: column;
}

.kontakt-adresy-block {
    width: 48%;
    border: 2px solid #707070;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 15px;
    margin: 1%;
}

.kontakt-adresy-block-text {
    color: #000;
    font-size: 14px;
}

.historie-firmy-section,
.o-nas-numbers-section,
.kontakt-adresy-section {
    padding: 60px 0;
}

.kontakt-new-section {
    padding: 8rem 0 60px;
}

.o-nas-top-section {
    height: 160px;
}

.o-nas-numbers-content {
	flex-direction: column;
}

.o-nas-numbers-content-text-block {
    width: 100%;
    max-width: 100%;
}

.o-nas-numbers-block-content {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
}

.o-nas-numbers-content-description p {
	font-size: 14px;
}

.o-nas-numbers-block {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.black-long-title {
	font-size: 20px;
}

.new-big-black-title {
	font-size: 26px;
}

.historie-firmy-section-content {
	padding: 25px 0;
}

.historie-firmy-section-content p {
	font-size: 14px;
}

.dolącz-do-nas-section {
	margin-bottom: 35px;
}

.dolącz-do-nas-section .white-border-button a {
	padding: 6px 30px;
    border-radius: 16px;
    font-size: 16px;
}

.realizacje-single-page .blog-tags div {
	font-size: 14px;
}

.realizacje-single-page-content-right {
    width: 100%;
    position: relative;
}

.realizacje-single-page-content-left {
    width: 100%;
}

.realizacje-single-page-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.realizacje-post-description-content {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 25px;
}

.realizacje-single-page {
	padding-bottom: 60px;
}

.realizacje-grey-section-block-img {
    width: 60px;
    margin: 0 auto 25px;
}

.uslugi-single-realizacji-section {
    padding: 60px 0;
}

.podobne-realizacje-section .swiper-container {
	max-width: 100%;
}

.kariera-new-section .szkolenia-new-section-description {
    width: 100%;
}

section.dolącz-do-nas-section {
    display: none;
}

.materialy-video-content-blocks .swiper-container {
    padding-bottom: 5rem;
    width: 100%;
}

.szkolenia-new-grey-section {
    padding: 60px 0;
    min-height: 25rem;
    background: #ededed;
}

.szkolenia-mastern-block {
    border: 2px solid #707070;
    width: 350px;
    margin: 5rem auto 0;
    height: auto;
    border-radius: 1.8rem;
    padding: 35px;
}

.szkolenia-mastern-block-img {
    width: 70px;
    margin: 1.4rem auto 25px;
}

.filter-block,
.kariera-page-filtr-content {
    display: flex;
    flex-direction: column;
}

.kariera-page-posts-block .kariera-page-filtr-content div {
    font-size: 16px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.question .blog-content-post-left-date-tags .blog-tags div {
	font-size: 12px;
}

.kariera-page-posts-block .faq-card .question::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 14px;
    width: 25px;
    height: 20px;
}

section.kariera-page-posts-block {
    margin-bottom: 60px;
}

.kariera-page-filtr-content div:last-child {
	margin-bottom: 0px;
}

.video-swiper-pagination-block .swiper-button-prev1 {
    left: -10px !important;
    top: -10px !important;
    background-position: top right;
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    background-size: contain;
}

.video-swiper-pagination-block .swiper-button-next1 {
    right: 0;
    top: -10px !important;
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    background-size: contain;
}

.news-section-slider .line-center-button {
    display: none;
}

.dolącz-do-nas-section-title {
    width: 90%;
}

div#white-border {
    padding: 5px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 15px;
}

.klienci-section-content-logo-block {
	margin-bottom: 15px !important;
}

.realizacji-slider .swiper-slide {
    width: 70% !important;
    margin: 0 1%;
}

.historie-klientow-content-logo {
    height: 30px;
    margin-top: 1rem;
}

.historie-klientow-content {
    height: 50rem;
    background-size: cover;
    background-position: center;
    position: relative;
}

.historie-klientow-content-white-block {
	width: 60%;
}

.reviews-content p {
    margin-bottom: 1rem;
    font-size: 13px;
}

.reviews-slider-section .swiper-slide {
	width: 64%;
    margin: 0 5px;
    border-radius: 42px;
    padding: 30px 20px;
    font-size: 10px;
}

.footer-logo-first {
	flex-direction: column !important;
}

.footer-logo {
    height: 60px !important;
    margin-bottom: 25px !important;
}

.footer-logo-text {
	font-size: 22px !important;
}

.footer-logo-first {
	margin-bottom: 5px !important;
}

.footer-soc-media-text-block {
    display: none;
}

.menu-mapa-strony-container {
    padding: 15px 0 0;
}

.realizacje-home-page .blue-border-button a {
	min-width: 160px;
}

.footer-kontact-mapa {
    margin-right: 0;
}

.footer-soc-media img {
    height: 30px !important;
    margin-right: 10px !important;
}

.footer-soc-media {
    font-size: 18px !important;
}

.footer-soc-media-text-block, .footer-soc-media-text-block a {
    font-size: 20px !important;
}

.footer-soc-media-text-block div {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

footer ul#mapa-strony {
   	flex-direction: row!important;
    padding-left: 0!important;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

footer ul#mapa-strony li {
    position: relative;
    margin-right: 30px;
}

footer ul#mapa-strony li:after {
	content: '';
    position: absolute;
    height: 17px;
    width: 2px;
    background: #fff;
    right: -15px;
    top: 5px;
}

footer ul#mapa-strony li:last-child:after {
	display: none;
}

footer ul#mapa-strony li a {
    font-size: 18px;
}


footer ul#mapa-strony li a:after {
	display: none !important;
}

.site-info {
    padding: 35px 25px 25px !important;
}

footer ul#mapa-strony {
    display: flex;
    margin-bottom: 25px !important;
    padding-left: 0 !important;
}

.page-template-uslugi-page .hardware-category-block-page .oprogramowanie-category-block-image a img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.page-template-uslugi-page .oprogramowanie-category-title {
    min-height: 3.5rem;
    margin-top: 10px;
}

.page-template-uslugi-page .hardware-category-section-page .blue-border-button a {
    padding: 5px 25px;
}

.uslugi-form-submit-block input[type="checkbox"] {
	width: 15px!important;
    height: 15px!important;
}

.formularz-kontaktowy-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
	border-radius: 10px;
	margin-top: 15px;
}

/*#breadcrumbs {
	flex-direction: column;
}*/


.block-post-title {
	max-height: initial;
}

.blog-content-post-left .blue-border-button a {
    padding: 5px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.blog-page-right-colum-posts,
.post-tags-block {
    margin-bottom: 25px;
    padding: 20px 10px;
}

.single-news-head {
	width: 100%;
}

.oferta-buttons-block-content {
	flex-direction: column;
}

.oferta-buttons-block-content .kontakt-adresy-block {
    margin: 1%;
    width: 95%;
    min-height: auto;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.oferta-buttons-block-section .kontakt-adresy-block-img {
	height: 60px;
	margin-bottom: 15px;
}

.oferta-logos-names {
	font-size: 16px !important;
}

.oferta-form-block .kontakt-form-line-checkbox .wpcf7-form-control-wrap:last-child input[type="checkbox"] {
    width: 15px !important;
}

.realizacje-page-posts-block-content {
	flex-direction: column;
}

.realizacje-block-content {
    width: 98%;
    margin: 1%;
    margin-bottom: 15px;
    border-radius: 15px;
}

.realizacje-block-content-center .blue-border-button a {
    height: 36px;
    padding: 5px 30px 3px;
}

.card-a {
	border-radius: 15px;
}

.realizacje-block-logo {
	height: auto;
}

.podobne-realizacje-section .realizacje-block-content-center {
	border-radius: 15px;
}

.podobne-realizacje-section .line-center-button {
	display: none;
}

.news-section-slider .single-content-slider-line {
	margin-top: 15px;
}

.oprogramowanie-single-page-left:after {
	display: none;
}

.formularz-kontaktowy-section {
	padding: 50px 0;
}

.oprogramowanie-category-block-image a img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 80%;
}

.footer-copyright {
    font-size: 10px;
    padding: 20px 0 20px;
}

.kontakt-new-description {
    display: flex;
    flex-direction: column !important;
}

.dane-rejestrove {
    padding-left: 0 !important;
}

#breadcrumbs b {
	font-size: 15px;
    margin: 3px;
}

.dane-rejestrove-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-top: 1rem;
    margin-bottom: 10px !important;
}

.dane-rejestrove-content {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.oprogramowanie-single-page-content .new-category-title {
    text-align: center;
    margin-top: 15px;
}

.Finansowanie-banner-section .oferta-head-tmsys-block {
	display: none !important;
}

.finansowanie-faq-section .answer .faq-card-spoiler {
    width: 100%;
}

.finansowanie-faq-section .answer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.finansowanie-faq-section .answer .faq-card-spoiler ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #304888;
    top: 11px;
    left: -5.5rem;
}

.oprogramowanie-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 1rem;
}

.hardware-single-page .hardware-single-page-right,
.realizacje-single-page-content-right,
.oprogramowanie-single-page-right,
.szkolenia-new-section-image {
	display: none;
}

.uslugi-single-page {
	padding-top: 15px;
}

#breadcrumbs {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}


.uslugi-single-logos-grey-section .klienci-section-content-logos {
    height: auto!important;
}

.klienci-section-content-logo-block img {
    max-height: 40px;
}

.klienci-section-content-logo-block {
	width: 40%;
}

.klienci-section-content-logo-block {
    max-height: 60px!important;
    height: 60px!important;
    max-width: 40%!important;
    margin: 0 1%;
}

.klienci-section-content-logos {
	width: 100%;
}

.o-nas-section-big-title {
	font-size: 20px;
    line-height: 1.5;
    width: 90%;
}

.dolacz-do-nas-section {
	min-height: 140px;
}

.dolacz-do-nas-section .white-border-button a {
	font-weight: 500;
    text-transform: uppercase;
    width: 150px;
    height: 30px;
    font-size: 14px;
    border-radius: 10px;
}

.uslugi-single-realizacji-section.uslugi-o-nas-section .swiper-scrollbar {
	display: none;
}

.uslugi-single-realizacji-section.uslugi-o-nas-section .swiper-pagination-block {
	display: none;
}

.historie-firmy-new-content .swiper-pagination-bullet {
	font-size: 16px;
	display: flex;
    min-height: 25px;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
}

.historie-firmy-new-content .swiper-pagination-bullet-active {
	font-size: 24px;
	line-height: 1.2;
}

.historie-firmy-new-section .swiper-pagination-block {
	display: none;
}

.historie-firmy-slide {
	width: 100%;
	padding-left: 0;
	max-width: 100%;
		font-size: 14px;
	text-align: center;
	justify-content: center;
}
.historie-firmy-slide-left {
	width: 100%;
}

.historie-firmy-new-content .swiper-pagination {
	display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.dolacz-do-nas-section .dolacz-do-nas-section-title, .dolącz-do-nas-section .dolącz-do-nas-section-title {
    padding-top: 35px;
    padding-bottom: 15px;
}

section.historie-firmy-section.historie-firmy-new-section {
    padding-bottom: 30px;
}

.news-section-slider.news-section-slider-post-page.home-news-section .blog-page-image {
	height: 205px;
}

.news-section-slider.news-section-slider-post-page.home-news-section .new-category-title {
    text-align: center;
    margin-bottom: 0;
}

.home-news-section .home-news-section-content .video-swiper-pagination-block {
    bottom: 0rem!important;
    display: none;
}
.home-news-section-content .single-content-slider-line .blue-border-button {
    position: relative;
    right: 0;
    top: 0;
    z-index: 3;
    left: 0;
    padding-left: 0;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-news-section-content .single-content-slider-line .blue-border-button a {
    background: #fff;
    height: 30px;
    margin-top: 15px;
    min-width: 150px;
    width: auto;
    margin-top: 0;
}


section.news-section-slider.news-section-slider-post-page.home-news-section .single-content-slider-line {
    margin-top: 0;
}


}

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

.kontakt-adresy-block {
    width: 98%;
}


}