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

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

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

/**
 * Remove the margin in all browsers.
 */

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

body {
	margin: 0;
	font-family: 'Barlow', sans-serif;
	font-family: 'Lato', sans-serif;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}


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


/**
 * 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-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: #4879D3;
}

a:visited {
	color: #4879D3;
}

a:hover,
a:focus,
a:active {
	color: #4879D3;
}

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: block;
	width: 100%;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/**/


.geo-container {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
}

.site-branding,
.site-title {
    max-width: 15rem;
}

.site-title {
    max-width: 15rem;
    padding: 1rem 0 0.8rem;
}


header#masthead {
    background: #F0F4FC;
    z-index: 5;
    position: relative;
}

a.custom-logo-link {
    display: flex;
    margin-left: -1.5rem;
}

img.custom-logo {
    height: 4rem;
    width: 100%;
}

.site-branding {
    padding: 0.9rem 0;
}


.page-template-home-page header#masthead {
	background: #fff;
}

header .geo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-navigation {
    width: 100%;
    max-width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.main-navigation #menu-item-242 a,
.main-navigation li a {
    display: block;
    text-decoration: none;
    color: #177AD7 !important;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 0 2rem 0 0 !important;
}

.main-navigation li a:last-child {
	padding: 0;
}

.main-navigation li .sub-menu {
	display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem;
}

.main-navigation li ul a {
    width: auto;
    min-width: 16rem;
    padding: 0.3rem !important;
}

header .geo-button a {
    color: #030303;
    border: 3px solid #1966D0;
    padding: 0.4rem 2.3rem;
    border-radius: 1rem;
    font-size: 1.3rem;
    margin: 0 0.2rem 0 3rem;
    display: block;
    text-align: center;
}

.geo-button a {
    color: #030303;
    border: 3px solid #1966D0;
    padding: 0.4rem 2.3rem;
    border-radius: 1rem;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: 'Barlow',sans-serif;
    text-transform: uppercase;
}

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

.menu-menu-1-container {
    display: flex;
    align-items: center;
}

.home-banner-title div:first-child {
	color: #030303;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 7px;
    padding-top: 9rem;
    line-height: 122%;
    padding-bottom: 0rem;
}

.home-banner-title div:last-child {
    color: #030303;
    font-size: 7rem;
    text-transform: inherit;
    font-weight: 300;
    letter-spacing: 0;
    padding-top: 0;
    line-height: 115%;
    padding-bottom: 4rem;
}

.home-banner-section {
    position: relative;
    background: url(/wp-content/uploads/2022/10/banner.png) no-repeat;
	background-position: bottom right;
    background-size: 76%;
}

.home-banner-section:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: -10rem;
	background: url(/wp-content/uploads/2022/10/ico-3.png) no-repeat;
	background-size: cover;
	z-index: 1;
}

.home-banner-section .geo-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: 51rem;
    position: relative;
    z-index: 3;
}

.geo-button {
    display: flex;
}

.arrow-button {
    position: absolute;
    bottom: 3.5rem;
    left: -1rem;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    max-height: 4rem;
    height: 100%;
}

.arrow-button img {
    width: 100%;
    height: 5.4rem;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.home-banner-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.home-banner-buttons .geo-button {
    max-width: 16rem;
    margin-right: 1rem;
    display: block;
    width: 16rem;
}

.o-firmie-section {
    padding-top: 17rem;
    padding-bottom: 13rem;
}

.o-firmie-section-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.o-firmie-section-left {
    width: 100%;
    max-width: 41rem;
}

.o-firmie-section-right {
    width: 50%;
    margin-left: 9rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 35rem;
}

.blue-title-section {
    color: #177AD7;
    font-weight: 900;
    font-size: 1.7rem;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 9px;
    padding-bottom: 0rem;
    font-family: 'Barlow',sans-serif;
}

.light-title-section {
    color: #030303;
    font-size: 6.4rem;
    text-transform: inherit;
    font-weight: 300;
    letter-spacing: -3px;
    padding-top: 0;
    line-height: 109%;
    padding-bottom: 1rem;
    font-family: 'Barlow',sans-serif;
}

.section-description {
    color: #707070;
    font-size: 1.2rem;
    line-height: 150%;
    font-family: 'Lato', sans-serif;
}

.numbers-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dlaczego-numbers-block {
    width: 33%;
}

.dlaczego-numbers.counter {
    color: #030303;
    font-size: 5rem;
    text-transform: inherit;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 0;
    line-height: 100%;
    padding-bottom: 1rem;
    width: 5.5rem;
    position: relative;
    font-family: 'Barlow',sans-serif;
}

.dlaczego-numbers.counter:after {
    content: '+';
    position: absolute;
    top: 0.4rem;
    right: -1.5rem;
    color: #177ad7;
    font-family: 'Lato',sans-serif;
    font-size: 2rem;
    font-weight: 800;
    height: 2rem;
    width: 2rem;
    line-height: 1;
}

.dlaczego-numbers-text {
    color: #707070;
    font-size: 1.2rem;
    line-height: 130%;
}

.blue-section {
    background: #F0F4FC;
}

.oprogramowanie-section-home {
    padding: 6rem 0 4rem;
}

.oprogramowanie-section-home .light-title-section {
    text-align: center;
    padding-bottom: 2.5rem;
}

.category-name.filter {
    display: flex;
    justify-content: center;
    width: 100%;
}

.category-name.filter div {
    color: #122352;
    font-family: 'Barlow',sans-serif;
    font-weight: 600;
    background: #fff;
    font-size: 1.4rem;
    line-height: 130%;
    padding: 0.8rem 1rem;
    border-radius: 0.9rem;
    width: 15.5rem;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;	
    cursor: pointer;
}

.category-name.filter div.open {
    color: #fff;
    font-family: 'Barlow',sans-serif;
    font-weight: 600;
    background: #122352;
    font-size: 1.4rem;
    line-height: 130%;
    padding: 0.8rem 1rem;
    border-radius: 0.9rem;
    width: 15.5rem;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oprogramowanie-home-content-block {
    width: 100%;
    max-width: 66rem;
    margin: 2.5rem auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.oprogramowanie-category-block.card-a {
	/*border: 1px solid;*/
    width: 24%;
    margin: 0 0.5% 2rem;
    display: flex;
    justify-content: center;
    border-radius: 2rem;
    min-height: 21rem;
    background: #fff;
}


.oprogramowanie-category-block-center {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-align: center;
    position: relative;
}

.oprogramowanie-category-block-center > a {
    width: 100%;
    height: 90%;
    display: block;
    padding: 2rem 3rem 0;
}

.oprogramowanie-home-img {
    width: 7.8rem;
    margin: 0 auto 1.5rem;
}

.oprogramowanie-home-name {
    color: #177AD7;
    font-weight: 800;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 0.3rem;
    font-family: 'Barlow',sans-serif;
}

.oprogramowanie-home-description {
    color: #707070;
    font-size: 1.1rem;
    line-height: 120%;
    font-family: 'Lato', sans-serif;
}

.oprogramowanie-home-link {
    margin: 0 auto;
    position: absolute;
    bottom: 1.5rem;
}

.oprogramowanie-home-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: transparent;
	bottom: -5px;
	left: 0;
}

.oprogramowanie-category-block:hover .oprogramowanie-home-link:after  {
	background: #177AD7;
}

.oprogramowanie-home-link a {
    color: #177AD7;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
}

.oprogramowanie-home-content .card-a a:hover {
	text-decoration: none;
}


.oprogramowanie-home-content .card-a {
  overflow: hidden;
  transition: 0.5s all;
}

.oprogramowanie-home-content .anime {
  transform: scale(0);
  opacity: 0;
}

.oprogramowanie-home-content .hide {
  animation-name: hide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  display: none;
}

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

.ooprogramowanie-home-content .category-name div.open {
	opacity: 1;
}

.sprzety-section-home {
    padding: 7.5rem 0 0;
}

.sprzety-section-home .light-title-section {
	text-align: center;
	padding-bottom: 3rem;
}

.sprzety-section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.sprzety-section-content-block {
    width: 100%;
    max-width: 32.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .5s ease-in-out;
    min-height: 36rem;
    position: relative;
}

.sprzety-section-content-block:first-child {
	margin-left: 8.5rem;
}

.sprzety-section-content-block:last-child {
	margin-left: 17.5rem;
}

img.sprzety-img {
    display: block;
    margin: 0 auto 4rem;
    max-height: 26rem;
    position: relative;
    z-index: 2;
}

.sprzety-content-text {
    background: #041D53;
    text-align: center;
    color: #fff;
    margin-top: -2rem;
    padding-bottom: 0.5rem;
    position: relative;
    z-index: 3;
}

.sprzety-content-img {
	position: relative;
	z-index: 2;
}

.sprzety-content-img:after {
	content: '';
	position: absolute;
	background: #041D53;
	width: 100%;
    height: 14rem;
    border-radius: 3rem 3rem 0 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sprzety-content-title {
    font-family: 'Barlow',sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
}

.sprzety-content-description {
	font-family: 'Lato',sans-serif;
    padding: 0 3.5rem;
    font-size: 1.1rem;
    line-height: 157%;
    padding-bottom: 1rem;
}

.sprzety-button {
    display: flex;
    justify-content: center;
    width: 17rem;
    margin: 0 auto 2rem;
}

.sprzety-button a {
	color: #177AD7;
    border: 3px solid #1966D0;
    font-family: 'Barlow',sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.5rem 2.1rem;
    border-radius: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sprzety-button a span {
	position: relative;
}

.sprzety-button a span:after {
	content: '';
    position: absolute;
    width: 2rem;
    height: 1.2rem;
    background: url(/wp-content/uploads/2022/10/straight-right-arrow.svg) no-repeat;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    top: .3rem;
    right: -2.5rem;
    background-size: contain;
}

.sprzety-button:hover img {
	left: 75%;
    transition: .2s linear;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
}

.arrow-button-t:hover img {
	left: 75%;
    transition: .2s linear;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
}

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

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

.sprzety-section-content-active {
    opacity: 1;
    display: flex;
    flex-direction: column;
    transition: opacity 0.5s ease-out;
}

img.sprzety-img.sprzety-img-hover:after {
	height: 7rem;
    bottom: -2rem;
}

.sprzety-section-content-block:hover .sprzety-section-content-active {
	opacity: 0;
	transition: opacity 0.5s ease-out;
}

section#sprzety-section-home {
    overflow: hidden;
    padding-bottom: 3rem;
}	

.sprzety-section-content-hover {
    display: flex;
    flex-direction: column;
		position:absolute;
		top: 100%;
	  transition: 1s ease;
}

.sprzety-section-content-block:hover .sprzety-section-content-hover {
	top: -4.5rem;
}


.sprzety-section-content-block:hover .sprzety-button img {
	left: 75%;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}

section#sprzety-section-home .sprzety-section-content-new .read-more:after {
	display: none;
}

section#sprzety-section-home .aktualnosci-content-block:hover .read-more a {
	text-decoration: underline;
}

/**/

.sprzety-section-content-new {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    padding: 4rem 0 3rem;
    flex: 1 1 0%;
}

.sprzety-section-content-new .aktualnosci-content-block {
    border: 3px solid #1966d0;
    font-family: 'Barlow',sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.5rem 2.3rem 1.5rem;
    border-radius: 3rem;
}

.sprzety-section-content-new .aktualnosci-content-block:hover {
	background: #f0f4fc;
} 

.sprzety-section-content-new .blog-page-image img {
    height: 100%;
}

.faq-section-home {
    padding: 6.5rem 0;
}

.faq-section-home .light-title-section,
.faq-section-home .blue-title-section {
	text-align: center;
}

.faqs-section-block {
	position: relative;
    display: flex;
    flex-direction: column;
    width: 49%;
}

.faqs-content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.faq-card {
	width: 100%;
    border: 2px solid #fff;
    border-radius: 1.8rem;
    margin-bottom: 1rem;
    background: #fff;
    position: relative;
} 

.faq-card.active {
	border: 2px solid #4879D3;
	padding-bottom: 0;
}

span.faq-card-spoiler p {
    color: #707070;
    font-size: 1.2rem;
    line-height: 140%;
    font-family: 'Lato',sans-serif;
}


.question.blue-title-section {
    text-align: left;
    padding: 2rem;
}


.question::after {
    content: " + ";
    position: absolute;
    right: 2.3rem;
    top: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    transition: .2s;
    color: #4879D3;
    font-size: 4rem;
    line-height: 1;
    font-weight: 600;
}

.question.active::after {
  content: " - ";
}

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

.answer {
  padding: 1rem 2rem;
  line-height: 1.5rem;
}

.faq-section-home .light-title-section {
	padding-bottom: 6rem;
}

span.faq-card-spoiler ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #707070;
    font-size: 1.3rem;
    line-height: 156%;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    margin-bottom: 0.5rem;
}

span.faq-card-spoiler ul li strong {
    color: #030303;
    font-size: 1.4rem;
}

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

span.faq-card-spoiler ul li:before {
    content: '';
    width: 1.8rem;
    height: 2px;
    background: #4879d3;
    left: -2.8rem;
    top: 1.1rem;
    position: absolute;
}

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

.kontakt-home-section {
    padding: 6rem 0;
    position: relative;
    z-index: 2;
}

.kontakt-home-left {
    width: 50%;
    padding-right: 9rem;
    padding-top: 3rem;
}

.kontakt-home-section  label {
    display: inline-block;
    margin-bottom: 0.5rem;
    width: 100%;
    position: relative;
}

.kontakt-home-section input[type="text"], 
.kontakt-home-section input[type="email"],
.kontakt-home-section input[type="tel"] {
    border: 2px solid #6F6F6F;
    border-radius: 1rem;
    padding: 1rem 2rem;
    width: 100%;
    color: #177ad7;
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1;
}

.kontakt-home-section textarea {
    color: #666;
    border: 2px solid #6F6F6F;
    border-radius: 1rem;
    padding: 1rem 2rem;
    width: 100%;
    color: #177ad7;
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1;
    resize: none;
    height: 8rem;
}

.kontakt-home-section input[type="submit"] {
	color: #177ad7;
    border: 3px solid #1966d0;
    font-family: 'Barlow',sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.5rem 2.3rem;
    border-radius: 0.9rem;
    background: #fff;
    width: 100%;
    height: 3.5rem;
    display: flex;
    justify-content: center;
}

.kontakt-home-section .form-in {
	position: relative;
}

.kontakt-home-section .form-input {
	position: absolute;
    z-index: 3;
    background: #fff !important;
    top: -1.2rem;
    left: 1rem;
    padding: 0.5rem;
    color: #707070;
    font-size: 1.2rem;
    line-height: 130%;
    /* border: 1px solid; */
    line-height: 1;
    height: 2rem;
}

.kontakt-home-section .form-input p {
    margin: 0;
}

.geo-button.powrot-button p {
    margin: 0;
}

.submit-form {
    width: 16rem;
    height: 3.3rem;
    position: relative;
}

.submit-form:after {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2022/10/straight-right-arrow.svg) no-repeat;
	background-size: contain;
    z-index: 2;
    right: 4rem;
    top: 1.1rem;
    width: 18px;
    height: 18px;
}

.submit-form:hover:after {
    margin-left: 0.5rem;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
}

.kontakt-home-right {
    width: 50%;
}

.kontakt-home-right-ico-blocks {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-flow: wrap;
    padding-top: 2rem;
}

.kontakt-home-ico-block {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 2.4rem;
}

.kontakt-ico {
    width: 4.5rem;
    padding-bottom: 0.7rem;
}

.kontakt-ico-title {
    color: #177AD7;
    font-size: 1.2rem;
    line-height: 130%;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    margin-bottom: 0.5rem;
}

.kontakt-ico-adress {
    color: #707070;
    font-size: 1.2rem;
    line-height: 150%;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
}

.aktualnosci-home-section .blue-title-section,
.aktualnosci-home-section .light-title-section {
	text-align: center;
}

.aktualnosci-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    padding: 4rem 0 3rem;
    flex: 1 1 0%;
}

.aktualnosci-content-block {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 28.5rem;
    border-radius: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    background: #fff;
}

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

.blog-page-image {
    width: 100%;
    height: 18rem;
    border-radius: 2rem;
    background-size: cover;
    background-position: center;
}

.aktualnosci-content-block-title {
	padding: 0 3rem;
}

.aktualnosci-content-block-title a {
    color: #177ad7;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 140% !important;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom: 0;
    font-family: 'Barlow',sans-serif;
}

.read-more a {
    color: #177ad7;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
}

.read-more {
    position: relative;
    width: 8rem;
    margin: 0 auto;
}

.read-more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #177ad7;
    bottom: -5px;
    left: 0;
}

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

.aktualnosci-home-section:after {
	content: '';
	width: 100%;
	height: 140%;
	left: 0;
	top: -10%;
	background: url(/wp-content/uploads/2022/10/blog-fon.svg) no-repeat;
	background-size: auto;
	background-position: top center;
	position: absolute;
}

.aktualnosci-home-section .geo-container {
	position: relative;
	z-index: 3;
}

footer {
    background: #041D53;
    color: #fff;
    position: relative;
    z-index: 2;
}

.footer-block-content {
    padding: 4.5rem 0 5rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-block-logo-firm {
    margin-bottom: 2rem;
}

.footer-block-logo-firm-1 {
    height: 3.5rem;
}

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

.footer-block-logo {
    margin-right: 22%;
}

.footer-block-title {
    font-family: 'Barlow',sans-serif;
    font-size: 1.8rem;
    line-height: 130%;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

.footer-block-title-k {
	font-family: 'Barlow',sans-serif;
    font-size: 1.6rem;
    line-height: 130%;
    font-weight: 800;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}

.footer-block-contact-text {
    font-size: 1.2rem;
    line-height: 147%;
    font-family: 'Lato',sans-serif;
    color: #fff;
}

/*.footer-block-contact {
    margin-right: 14%;
}*/

.footer-block-menu.footer-block-first {
    margin-right: -20rem;
}

.footer-block-menu-content ul {
	margin: 0;
	padding-left: 0.1rem;
}

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

.footer-block-menu-content ul li a {
	font-size: 1.2rem;
    line-height: 147%;
    font-family: 'Lato',sans-serif;
    color: #fff;
}

.site-info {
    padding: 2rem 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 147%;
    font-family: 'Lato',sans-serif;
    color: #fff;
    font-weight: 400;
}

.footer-block-description {
    font-size: 1.2rem;
    line-height: 147%;
    font-family: 'Lato',sans-serif;
    color: #fff;
}

.footer-block-menu:first-child {
	margin-right: 7%;
}

.poznaj-nasze-section-content {
    display: flex;
    flex-direction: row;
}

.poznaj-nasze-section-content-title {
    width: 33%;
    padding-top: 6.6rem;
}

.poznaj-nasze-section-content-slider {
    width: 66%;
}

.poznaj-nasze-section-content-slider .swiper-slide {
    width: 50%;
    position: relative;
}

.poznaj-nasze-content-slide-image {
    position: absolute;
    width: 5.5rem;
    top: 5rem;
    left: 0.5rem;
}

.poznaj-nasze-content-slide {
    margin-top: 6.5rem;
    background: #F0F4FC;
    margin-left: 2rem;
    border-radius: 2rem;
    padding: 1rem 2rem 2rem 0;
    min-height: 22rem;
}

.poznaj-nasze-content-slide-title.blue-title-section {
	text-align: center;
}

.poznaj-nasze-content-slide-title.blue-title-section {
    text-align: center;
}

.poznaj-nasze-content-slide-black-title {
    color: #030303;
    font-size: 1.15rem;
    text-transform: inherit;
    font-weight: 700;
    padding-top: 0;
    line-height: 140%;
    padding: 0.5rem 0 1rem;
    font-family: 'Latto',sans-serif;
    text-align: center;
}

.poznaj-nasze-content-slide-desckription ul {
    padding: 0;
    margin-bottom: 0;
}

.poznaj-nasze-content-slide-desckription {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #707070;
    font-size: 1rem;
    line-height: 156%;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    margin-bottom: 0.5rem;
}

.poznaj-nasze-content-slide-desckription ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #707070;
    font-size: 1rem;
    line-height: 150%;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    margin-bottom: 0.5rem;
}

.poznaj-nasze-content-slide-desckription ul li:before {
    content: '';
    width: 1.8rem;
    height: 2px;
    background: #4879d3;
    left: -2.8rem;
    top: 0.7rem;
    position: absolute;
}

.poznaj-swiper-button-next {
    background: url(/wp-content/uploads/2023/02/slid-1.svg) no-repeat;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 10rem;
    cursor: pointer;
}

.poznaj-swiper-button-prev {
    background: url(/wp-content/uploads/2023/02/slid-2.svg) no-repeat;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 0rem;
    cursor: pointer;
}

.swiper-pagination-block {
    min-height: 3rem;
    position: relative;
    width: 10rem;
    padding-top: 19rem;
}

.poznaj-swiper-button-prev.swiper-button-prev {
	  background: url(/wp-content/uploads/2023/02/slid-2.svg) no-repeat;
	  background-size: contain;
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 0rem;
    cursor: pointer;
}

.poznaj-swiper-button-next.swiper-button-next {
	  background: url(/wp-content/uploads/2023/02/slid-1.svg) no-repeat;
	  background-size: contain;
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 5rem;
    cursor: pointer;
}

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


.o-firmie-section {
    padding-top: 17rem;
    padding-bottom: 7rem;
}

.poznaj-nasze-section-content-slider .swiper-slide {
	margin-bottom: 3rem;
}


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

.program-page-banner-section {
    position: relative;
    overflow: hidden;
}

.program-page-banner-section:after {
content: '';
    position: absolute;
    width: 80rem;
    height: 80rem;
    bottom: 2rem;
    right: -19rem;
    background: url(/wp-content/uploads/2022/10/fon-1.png) no-repeat;
    z-index: -1;
    background-size: contain;
    background-position: left bottom;
}

.program-page-banner-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: 39rem;
    position: relative;
    z-index: 3;
}

.program-page-banner-content-text {
    width: 50%;
    padding-right: 7rem;
    padding-top: 7rem;
}

.program-page-banner-title-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
}

.program-page-banner-title-block-img {
    width: 7.5rem;
    margin-right: 3rem;
}

.program-page-banner-title-block-name {
    color: #030303;
    font-size: 5rem;
    text-transform: inherit;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 0;
    line-height: 130%;
    padding-bottom: 0;
}

.program-page-banner-description {
    color: #707070;
    font-size: 1.2rem;
    line-height: 150%;
    font-family: 'Lato', sans-serif;
    padding-top: 0.5rem;
}

.program-page-banner-content-image {
    width: 50%;
}

.program-page-banner-content-image img {
    margin-top: 3rem;
}

.title-section-center {
	text-align: center;
}

.dlaczego-prod-section-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding-top: 5.5rem;
}

.dlaczego-prod-block {
    width: 15.5rem;
    background: #fff;
    border-radius: 2rem;
    min-height: 17rem;
    padding: 2.5rem 1rem 1rem;
    display: flex;
	justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.dlaczego-prod-block-img {
    width: 6rem;
    margin-bottom: 1.5rem;
}

.dlaczego-prod-block-text {
    color: #707070;
    font-size: 1.1rem;
    line-height: 160%;
    font-family: 'Lato', sans-serif;
}

.dlaczego-prod-block-text p {
	margin-bottom: 0;
}

.dlaczego-prod-section {
	padding: 7rem 0;
}

section.o-firmie-section.demo-prod-section {
    padding-top: 7rem;
    padding-bottom: 8rem;
}

.demo-prod-section-ico-blocks {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-flow: wrap;
    padding-top: 2rem;
}

.demo-prod-section-ico-block {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 2.4rem;
}

.demo-prod-ico {
    width: 6rem;
    padding-bottom: 1rem;
}

.demo-prod-ico-text {
    color: #707070;
    font-size: 1.1rem;
    line-height: 150%;
    font-family: 'Lato', sans-serif;
}

.demo-prod-section-ico-blocks {
    margin-bottom: 3rem;
}

.demo-button {
	display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
    width: 17rem;

}

.demo-button a {
	color: #177ad7;
    border: 3px solid #1966d0;
    font-family: 'Barlow',sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    padding: 0.6rem 2.1rem;
    border-radius: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.demo-button a span {
    position: relative;
}

.demo-button a span:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2022/10/straight-right-arrow.svg) no-repeat;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    top: 0.3rem;
    right: -1.5rem;
}

.demo-button:hover img {
	left: 75%;
    transition: .2s linear;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
}

.faq-prod-section {
	padding-bottom: 8rem;
}

.kontakt-prod-section {
	padding-top: 8rem;
}

.kontakt-prod-section .kontakt-home-left {
	padding-top: 3.5rem;
}

.oprogramowanie-prod-section .oprogramowanie-home-content-block {
	max-width: 100%;
}

.oprogramowanie-prod-section .oprogramowanie-category-block.card-a {
	width: 15.5%;
}

.comnav-page-banner .program-page-banner-content-image img {
    display: block;
    margin: 3rem auto;
    max-height: 30rem;
}

.dla-oferty-prog-section {
    padding: 8.5rem 0 9rem;
}

.dla-oferty-prog-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding-top: 6rem;
}

.dla-oferty-prog-block {
    width: 50%;
    color: #707070;
    font-size: 1.5rem;
    line-height: 156%;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
}

.dla-oferty-prog-block ul {
    margin: 0;
}

.dla-oferty-prog-block ul li {
	list-style: none;
	position: relative;
	padding-bottom: 0.5rem;
}

.dla-oferty-prog-block ul li:before {
	content: '';
    width: 1.8rem;
    height: 2px;
    background: #4879D3;
    left: -2.8rem;
    top: 1.3rem;
    position: absolute;
}

.blue-icons-section {
    padding: 5rem 0;
}

.blue-icons-section-content {
    width: 100%;
    min-height: 14rem;
}

.blue-icons-section-content img {
	width: 100%;
}

.chcesz-prog-section {
    padding: 6rem 0 2rem;
}

.kontakt-home-section.kontakt-prod-section.kontakt-page {
    padding-top: 6.5rem;
    padding-bottom: 9rem;
}

.kontakt-home-section.kontakt-prod-section.kontakt-page .kontakt-home-left {
	padding-right: 0;
    padding-left: 9rem;
}

.page-template-demo-page .light-title-section {
	padding-bottom: 5rem;
}

.page-template-demo-page .submit-form {
	margin-top: 7rem;	
}

.page-template-demo-page input[type="text"],
.page-template-demo-page input[type="email"],
.page-template-demo-page input[type="tel"],
.page-template-demo-page .submit-form input[type="submit"] {
	background: transparent;
}

.page-template-demo-page .form-input {
    background: #f7f9fd;	
}

.blog-page:after {
	display: none;
}

.blog-page .aktualnosci-content-block {
	border: 2px solid #4879D3;
}

.inside-aside .blog-page-image,
.blog-page .blog-page-image {
    width: 101%;
    height: 18rem;
    border-radius: 1.8rem;
    background-size: cover;
    margin-left: -2px;
    margin-top: -2px;
    background-position: center;
}

.aktualnosci-home-section.blog-page {
    padding-top: 6.5rem;
}

.blog-page .aktualnosci-content {
	padding: 2.6rem 0 4rem;
}

.blog-page .aktualnosci-content-block {
	margin-bottom: 3rem;
}

.pagination {
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.pagination span.current {
    color: #177ad7;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 140%!important;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0 2rem;
    font-family: 'Barlow',sans-serif;
}

.wp-pagenavi a {
    color: #707070;
    font-size: 1.2rem;
    line-height: 150%;
    font-family: 'Lato', sans-serif;
    padding: 0 1rem;
}

.post-article-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    padding-bottom: 3rem;
    flex: 1 1 0%;
}

.post-left-block {
    width: 100%;
    max-width: 70%;
    padding-right: 5rem;
}

.entry-content, .entry-content p {
    color: #707070;
    font-size: 1.2rem;
    line-height: 150%;
    font-family: 'Lato', sans-serif;
    padding: 0;
}

.post-right-block {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5rem;
}

.inside-aside .aktualnosci-content-block {
	width: 100%;
}

.post-left-block h1 {
    color: #177ad7;
    font-weight: 900;
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-family: 'Barlow',sans-serif;
    line-height: 150%;
    padding-bottom: 1rem;
}

.single-post-page-content .post-image {
    margin-bottom: 4rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 2rem 2rem;
}

.single-post-page-content .post-image img {
	width: 100%;
}

.inside-aside .aktualnosci-content-block {
	border: 2px solid #4879d3;
    margin-bottom: 2rem;
}

.post-left-block ol {
	margin-left: 0;
    padding-left: 1.3rem;
}

.post-left-block ul {
	margin: 0;
}

.post-left-block ul li {
	list-style: none;
	position: relative;
}

.post-left-block ul li:before {
    content: '';
    width: 1.8rem;
    height: 2px;
    background: #4879d3;
    left: -2.8rem;
    top: 0.9rem;
    position: absolute;
}

/*.footer-block-content .footer-block-menu.footer-block-first {
    margin-right: 13rem;
}*/

.wsparcie-techniczne-page {
    position: relative;
}

.wsparcie-techniczne-page:after {
    content: '';
    width: 100%;
    height: 230%;
    left: 0;
    top: -13%;
    background: url(/wp-content/uploads/2022/10/blog-fon.svg) no-repeat;
    background-size: auto;
    background-position: top center;
    position: absolute;
    z-index: -1;
}

.wsparcie-techniczne-page .light-title-section {
	text-align: left;
}

.wsparcie-techniczne-page  .oprogramowanie-home-content-block {
	max-width: 100%;
	z-index: 1;
    position: relative;
    margin-top: 4.5rem;
}

.wsparcie-techniczne-page .oprogramowanie-category-block.card-a {
    width: 15.5%;
    min-height: 17rem;
}

.page-template-wsparcie-techniczne-page div#page {
	overflow: hidden;
}

/* Wsparcie techniczne single */

.tree-gs-help {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.menu-gstarcad-help-container li .sub-menu {
    display: none;
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: visibility .2s , opacity .5s linear;
}

.menu-gstarcad-help-container li {
    list-style: none;
    position: relative;
    padding-left: 0;
    cursor: pointer;
}

.menu-gstarcad-help-container li.gstarcad-help-active .sub-menu {
    opacity: 1;
    display: block;
    height: auto;
    visibility: visible;
}

.menu-wsparcie-techniczne-single-container {
    width: 33rem;
    padding-right: 8rem;
    padding-top: 5rem;
}

.gs-help-page {
    width: 58rem;
    padding-top: 5.5rem;
}

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

div > a:hover {
	text-decoration: none;
}



section.kontakt-home-section.kontakt-prod-section.kontakt-page .light-title-section {
	margin-left: -6px;
}

.powrot-button {
	display: none;
}

.pobierz-demo-page .powrot-button {
	display: block;
}

.form-buttons {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.geo-button.powrot-button a {
    opacity: 0.6;
    padding: 0.55rem 2rem;
    margin-left: 3rem;
    margin-bottom: -3px;
}

.geo-button.powrot-button a:hover {
	opacity: 1;
}

.dlaczego-prod-section-za-darmo-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 2rem 0 0;
}

.za-darmo-content {
    width: 24%;
    border-radius: 0.5rem;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    padding-bottom: 10px;
    border: 1px solid #007ad7;
    margin-right: 1%;

}

.za-darmo-content-head {
    padding: 1.5rem;
    background-color: #007ad7;
    overflow: hidden;
    border-radius: 0.5rem 0.5rem 0 0;
}

.za-darmo-content-head-bold {
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 1rem;
}

.za-darmo-content-head-light {
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
}

.za-darmo-content-body {
    padding: 1.5rem;
    overflow: hidden;
    border-radius: 0 0 0.5rem 0.5rem;
}

.za-darmo-content-body-price {
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.9px;
    color: #001D53;
    padding: 1rem 0 0.5rem;
}

.za-darmo-content-body-cena {
    font-size: 1.3rem;
    line-height: 1.2;
}

.za-darmo-content-body-netto {
    color: #001D53;
    font-size: 1.2rem;
    font-weight: 600;
}

.za-darmo-content-ico {
	position: relative;
}

.za-darmo-content-ico-block {
	position: absolute;
	top: -1rem;
	right: -1rem;
}

.za-darmo-content.za-darmo-content-last {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.za-darmo-content-last-title {
    color: #030303;
    padding: 0.4rem 2.3rem 2rem;
    border-radius: 1rem;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: 'Barlow',sans-serif;
    text-transform: uppercase;
}

.blue-image-section {
	background: url(/wp-content/uploads/2023/05/bg-kontakt.png) no-repeat;
	background-size: cover;
	padding: 6rem 0;
}

.blue-section-wypozycz-sprzet-content-title {
    color: #fff;
    font-size: 2.5rem;
    text-transform: inherit;
    font-weight: 300;
    padding-top: 0;
    line-height: 130%;
    padding-bottom: 2rem;
}

.blue-section-wypozycz-sprzet-content {
    width: 100%;
    max-width: 80%;
}

.blue-section-wypozycz-sprzet-content-text {
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    text-transform: inherit;
    font-weight: 300;
    padding-top: 0;
    line-height: 130%;
    padding-bottom: 1rem;
    padding-left: 5rem;
}

.blue-section-wypozycz-sprzet-content-text:before {
	content: '';
    width: 1.8rem;
    height: 2px;
    background: #fff;
    left: 1.2rem;
    top: 1.1rem;
    position: absolute;
}

.za-darmo-content-last-title-big {
    color: #030303;
    padding: 0 0 1rem 0;
    border-radius: 1rem;
    font-size: 2.5rem;
    display: block;
    text-align: left;
    font-weight: bold;
    font-family: 'Barlow',sans-serif;
    text-transform: uppercase;
}

.procedura-wypozyczenia-section {
    padding: 6rem 0;
}

.procedura-wypozyczenia-section-number {
    color: #001d53;
    display: inline-block;
    background-color: #f0f4fc;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.procedura-wypozyczenia-section-text {
    position: relative;
    font-size: 1.5rem;
    text-transform: inherit;
    font-weight: 300;
    padding-top: 0;
    line-height: 130%;
    padding-bottom: 1rem;
    padding-left: 2rem;
    color: #707070;
}

.procedura-wypozyczenia-section-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 1rem 0;
}


.wypozycz-sprzet-page-section .sprzety-button {
		display: flex;
    justify-content: center;
    width: 23rem;
    margin: 4.5rem 0 0;
    text-transform: uppercase;
    font-size: 1rem;
}

.wypozycz-sprzet-page-section .sprzety-button a {
    color: #177AD7;
    border: 3px solid #1966D0;
    font-family: 'Barlow', sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.5rem 2.1rem;
    border-radius: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 3.7rem;
    display: flex;
    align-items: center;
}

.wypozycz-sprzet-page-section .program-page-banner-content-text {
    width: 80%;
    padding-right: 3rem;
    padding-top: 7rem;
}

.wypozycz-sprzet-page-section .program-page-banner-title-block-name {
    color: #030303;
    font-size: 6rem;
    text-transform: inherit;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 0;
    line-height: 130%;
    padding-bottom: 0;
}

.wypozycz-sprzet-page-section .program-page-banner-description {
	  max-width: 80%;
}

.wypozycz-sprzet-page-section .program-page-banner-content-image {
    width: 50%;
    position: relative;
}

.comnav-page-banner.wypozycz-sprzet-page-section .program-page-banner-content-image img {
    display: block;
    margin: 3rem auto;
    max-height: max-content;
    position: absolute;
    max-width: 28rem;
    left: -2rem;
}

.Procedura-wypozyczenia-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Procedura-wypozyczenia-section {
    padding-top: 7rem;
    padding-bottom: 8rem;
}

.Procedura-wypozyczenia-section .light-title-section {
	  text-align: center;
    letter-spacing: 0px;
    padding-bottom: 6.5rem;
}

.Procedura-wypozyczenia-block {
    background: #fff;
    border-radius: 1.5rem;
    margin-right: 1rem;
    width: 16rem;
    position: relative;
}

.Procedura-wypozyczenia-block:last-child {
	margin-right: 0;
}

.Procedura-wypozyczenia-block-blue {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background: #177AD7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 2rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -1.3rem;
    font-weight: 500;
}

.Procedura-wypozyczenia-block-img {
    width: 5.7rem;
    margin: 2.5rem auto 1rem;
}

.Procedura-wypozyczenia-block-text p {
    margin: 0;
}

.Procedura-wypozyczenia-block-text {
    color: #707070;
    font-size: 1.2rem;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    padding-bottom: 0.5rem;
}

.Procedura-wypozyczenia-block:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/arrow.svg) no-repeat;
    right: -2.3rem;
    top: 7.5rem;
    width: 3rem;
    height: 2rem;
    background-size: contain;
    z-index: 2;
}

.Procedura-wypozyczenia-block:last-child:after {
	display: none;
}

.wypozycz-sprzet-page-kontakt .kontakt-home-right {
	padding-top: 7.2rem;
}

.wypozycz-sprzet-page-kontakt .kontakt-home-right-ico-blocks {
	padding-top: 8rem;
}

.wypozycz-sprzet-page-kontakt .kontakt-home-left {
    padding-top: 3.5rem;
    position: relative;
}

.kontakt-wypozycz-sprzet {
    position: absolute;
    overflow: hidden;
    top: -4rem;
    height: 65rem;
    width: 40rem;
}

.kontakt-wypozycz-sprzet img {
    position: absolute;
    width: auto;
    max-width: fit-content;
    height: 136rem;
    left: -20rem;
    min-width: 100%;
}

.kontakt-prod-section.wypozycz-sprzet-page-kontakt {
    margin-top: -8.1rem;
}

.Dlaczego-warto-new-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.Dlaczego-warto-new-page .light-title-section {
	text-align: center;
}

.Dlaczego-warto-new-page-content {
    display: flex;
    justify-content: center;
    padding-top: 5.5rem;
}

.Dlaczego-warto-new-block {
    min-height: 12.5rem;
    margin: 0 1rem 1rem;
    width: 26.5rem;
    border-radius: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #707070;
    font-size: 1.1rem;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    padding: 1rem;
    background: #fff;
}

.Dlaczego-warto-new-block p {
    margin: 0;
}























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


.home-banner-buttons {
	flex-direction: column;
}

.home-banner-buttons .geo-button {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
}

.dlaczego-numbers-text,
.section-description {
    font-size: 16px;
} 

.blue-title-section {
	font-size: 20px;
}

.light-title-section {
	font-size: 50px;
}

.home-banner-buttons .geo-button {
    max-width: 200px;
    margin-right: 1rem;
    display: block;
    width: 100%;
}

.arrow-button img {
    width: 100%;
    height: 55px;
}

.dlaczego-numbers.counter {
	font-size: 50px;
	width: 50px;
}

.dlaczego-numbers.counter:after {
    right: -16px;
    font-size: 22px;
    font-weight: 700;
}

.category-name.filter div,
.category-name.filter div.open {
	    font-size: 16px;
    line-height: 130%;
    padding: 10px;
    border-radius: 0.9rem;
    width: 200px;
    margin-right: 10px;
}

.oprogramowanie-home-content-block {
	margin: 35px auto;
	max-width: 100%;
}

.oprogramowanie-category-block.card-a {
    width: 21%;
    margin: 10px;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 30px;
    min-height: 250px;
    background: #fff;
}

.oprogramowanie-home-img {
    width: 90px;
    margin: 0 auto 15px;
}

.oprogramowanie-home-name {
	font-size: 18px;
	padding-bottom: 10px;
}

.oprogramowanie-home-link a,
.oprogramowanie-home-description {
	font-size: 14px;
}

.sprzety-content-title {
    font-family: 'Barlow',sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sprzety-content-description {
    font-family: 'Lato',sans-serif;
    padding: 0 3.5rem;
    font-size: 14px;
    line-height: 157%;
    padding-bottom: 10px;
}

.sprzety-button {
    margin-bottom: 20px;
}

.sprzety-button a {
    color: #177ad7;
    border: 3px solid #1966d0;
    font-family: 'Barlow',sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.sprzety-section-content-block {
    width: 100%;
    margin-left: 0;
    max-width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .5s ease-in-out;
    min-height: 440px;
    position: relative;
}

.sprzety-section-content-block:last-child,
.sprzety-section-content-block:first-child {
    margin-left: 3%;
}

img.sprzety-img {
    max-height: 300px;
}

span.faq-card-spoiler p {
	font-size: 16px;
}

.kontakt-home-section input[type="text"], .kontakt-home-section input[type="email"], .kontakt-home-section input[type="tel"] {
    border: 2px solid #6f6f6f;
    border-radius: 14px;
    padding: 14px 10px;
    width: 100%;
    color: #177ad7;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}

.kontakt-home-section .form-input {
    position: absolute;
    z-index: 3;
    background: #fff;
    top: -9px;
    left: 1rem;
    padding: 0.5rem 5px;
    color: #707070;
    font-size: 14px;
    line-height: 130%;
    height: auto;
}

.answer {
    padding: 15px 0;
    line-height: 1.5rem;
}

.kontakt-home-section-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.kontakt-home-left {
    width: 100%;
    padding-right: 9rem;
    padding-top: 3rem;
    max-width: 450px;
    padding-bottom: 45px;
}

.kontakt-home-right {
    width: 100%;
}

.kontakt-ico {
    width: 60px;
    padding-bottom: 10px;
}

.kontakt-ico-title {
	font-size: 18px;
}

.kontakt-ico-adress {
	font-size: 16px;
}

.aktualnosci-content-block-title a {
	font-size: 16px;
	padding-bottom: 15px;
}
.read-more {
	width: auto;
}

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

.aktualnosci-content-block-title {
    padding: 1rem 3rem;
    padding-bottom: 15px;
}

.aktualnosci-content-block {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    border-radius: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
}

.geo-button a {
    padding: 10px 20px;
    border-radius: 14px;
    font-size: 16px;
}

.home-banner-section .geo-container {
	min-height: 415px;
}

.kontakt-home-section input[type="submit"] {
    color: #177ad7;
    border: 3px solid #1966d0;
    font-family: 'Barlow',sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 14px;
    background: #fff;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    min-width: 150px;
}

.submit-form:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2022/10/straight-right-arrow.svg) no-repeat;
    background-size: contain;
    z-index: 2;
    right: 30px;
    top: 20px;
    width: 16px;
    height: 10px;
    left: 105px;
}
.kontakt-home-section .form-in {
    position: relative;
    margin-bottom: 15px;
}

.kontakt-home-section textarea {
	border-radius: 14px;
    padding: 14px 10px;
    width: 100%;
    color: #177ad7;
    font-weight: 800;
    font-size: 16px;
    height: 80px;
}

.footer-block-title-k,
.footer-block-title {
    font-size: 20px;
    padding-bottom: 10px;
}

.program-page-banner-description,
.footer-block-menu-content ul li a,
.footer-block-contact-text,
.footer-block-description {
	font-size: 16px;
}

.demo-prod-ico-text,
.site-info {
	font-size: 14px;
}

.footer-block-logo,
.footer-block-contact {
    margin-right: auto;
}

.footer-block-logo {
    max-width: 150px;
}

.wsparcie-techniczne-page .oprogramowanie-category-block.card-a {
    width: 21%;
    min-height: 17rem;
}

.post-left-block h1 {
    font-size: 20px;
    letter-spacing: 3px;
    padding-bottom: 10px;
}

.entry-content, .entry-content p {
	font-size: 16px;
}

.post-left-block {
	padding-bottom: 50px;
}

.post-left-block ul li:before {
	top: 12px;
}

.dlaczego-prod-block {
    width: 22%;
    margin: 2rem;
}

.dlaczego-prod-section-content {
	justify-content: center;
}

.dlaczego-prod-block-img {
    width: 70px;
    margin-bottom: 15px;
}

.dlaczego-prod-block-text {
    font-size: 13px;
}

.blue-title-section {
	letter-spacing: 5px;
}

.demo-button a {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 14px;
    min-width: 150px;
    display: flex;
    height: 50px;
}

.demo-button a img {
    width: 12px;
}

.oprogramowanie-prod-section .oprogramowanie-category-block.card-a {
    width: 21%;
}

.dla-oferty-prog-block {
	font-size: 16px;
}

.dla-oferty-prog-block ul li:before {
	top: 12px;
}

.kontakt-home-section.kontakt-prod-section.kontakt-page .kontakt-home-section-content {
    flex-direction: column;
    justify-content: flex-start;
}

.kontakt-home-section.kontakt-prod-section.kontakt-page .kontakt-home-left {
    padding-right: 0;
    padding-left: 0;
}

.pagination span.current {
	font-size: 18px;
	padding: 0 10px;
}

.wp-pagenavi a {
	font-size: 16px;
	padding: 0 10px;
}

.poznaj-nasze-section-content {
    display: flex;
    flex-direction: column;
}

.poznaj-swiper-button-next.swiper-button-next {
    background: url(/wp-content/uploads/2023/02/slid-1.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 80px;
    cursor: pointer;
}

.poznaj-swiper-button-prev.swiper-button-prev {
    background: url(/wp-content/uploads/2023/02/slid-2.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0rem;
    cursor: pointer;
}

.poznaj-nasze-section-content-slider {
    width: 100%;
}

.poznaj-nasze-content-slide-black-title {
	font-size: 18px;
}

.poznaj-nasze-content-slide-image {
	width: 60px;
}

.poznaj-nasze-content-slide {
    margin-top: 6.5rem;
    background: #F0F4FC;
    margin-left: 2rem;
    border-radius: 20px;
    padding: 20px;
    min-height: 250px;
}

.poznaj-nasze-content-slide-desckription,
.poznaj-nasze-content-slide-desckription ul li {
	font-size: 14px;
}

.poznaj-nasze-section-content-title {
    width: 100%;
    padding-top: 6.6rem;
}

.o-firmie-section-content {
	flex-direction: column;
}

.o-firmie-section-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
}

.o-firmie-section-right {
    width: 100%;
    margin-left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 35rem;
}

.oprogramowanie-category-block.card-a {
    width: 45%;
    margin: 10px;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 30px;
    min-height: 275px;
    background: #fff;
}

.faqs-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.faqs-section-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.question.blue-title-section {
    text-align: left;
    padding: 20px;
}

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

}


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


.home-banner-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: -10rem;
}

.home-banner-title div:first-child {
    font-size: 22px;
    padding-top: 50px;
}

.home-banner-title div:last-child {
    font-size: 64px;
    padding-bottom: 20px;
}

.o-firmie-section-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.o-firmie-section-content > div {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    max-width: 100%;
}

.oprogramowanie-category-block.card-a {
	width: 44%;
}

.sprzety-content-description {
	font-size: 	12px;
}

.sprzety-section-content {
	justify-content: space-between;
}

.sprzety-section-content-block:last-child, .sprzety-section-content-block:first-child {
    margin-left: 0;
    max-width: 48%;
}

.faq-section-home {
    padding: 50px 0;
}

.faqs-content {
	flex-direction: column;
}

.faqs-content > div {
    width: 100%;
}

.faq-card {
    width: 100%;
    border: 2px solid #fff;
    padding: 10px 20px 10px 10px;
    border-radius: 14px;
    margin-bottom: 10px;
}

.question::after {
    right: 20px;
    top: 2px;
    font-size: 28px;
}

.kontakt-home-ico-block {
    width: 50%;
    padding-right: 35px;
}

.kontakt-home-section {
    padding: 60px 0;
}

.aktualnosci-content-block {
	width: 48%;
	margin-bottom: 15px;
}

.blog-page-image {
    width: 100%;
    height: 110px;
}

.footer-block-logo-firm-1 {
    height: 70px;
}

.footer-block-content {
	flex-direction: column;
}

.footer-block-content > div {
    margin-bottom: 25px;
}

.wsparcie-techniczne-page .oprogramowanie-category-block.card-a {
    width: 44%;
    min-height: 17rem;
}
.geo-container {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
}

.inside-aside .blog-page-image, .blog-page .blog-page-image {
	height: 120px;
}

.aktualnosci-content-block {
    overflow: hidden;
}

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


.home-banner-section {
	padding-bottom: 20rem;
}

.arrow-button {
	bottom: -7.5rem;
}

.poznaj-nasze-content-slide {
	padding: 50px 20px 20px 20px;
}

.poznaj-nasze-content-slide-desckription ul li:before {
    content: '';
    width: 2.8rem;
    height: 2px;
    background: #4879d3;
    left: -4.8rem;
    top: 2.7rem;
    position: absolute;
}

.sprzety-section-content-new .aktualnosci-content-block {
    border: 3px solid #1966d0;
    font-family: 'Barlow',sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.5rem 2.3rem 3.5rem;
    border-radius: 3rem;
}

.oprogramowanie-section-home .light-title-section {
    text-align: center;
    padding-bottom: 7.5rem;
}

.sprzety-section-home .light-title-section {
    text-align: center;
    padding-bottom: 8rem;
}

.faq-card .blue-title-section {
    letter-spacing: 1px !important;
    font-size: 16px !important;
    line-height: 1.5 !important; 
}

.answer {
    padding: 15px 20px;
    line-height: 1.5rem;
}

.aktualnosci-home-section .sprzety-button {
    width: 200px;
}

.sprzety-button a span:after {
	top: 1rem !important;
    right: -7.5rem !important;
}

section#poznaj-nasze-home {
    padding-bottom: 10rem;
}

.program-page-banner-content {
	flex-direction: column;
}

.program-page-banner-content-text,
.program-page-banner-content-image {
    width: 100%;
}

.program-page-banner-section:after {
	display: none;
}

.program-page-banner-title-block-name {
    color: #030303;
    font-size: 25px;
    font-weight: 600;
}

.program-page-banner-section {
    padding-bottom: 50px;
}

.dlaczego-prod-block {
    width: 45%;
    margin: 2rem;
}

.dla-oferty-prog-content {
	flex-direction: column;
}

.dla-oferty-prog-block {
    width: 96%;
    margin-bottom: 25px;
}

.kontakt-home-section {
    padding: 60px 20px;
}

.footer-block-content {
    flex-direction: column;
    padding: 20px;
}

.dla-oferty-prog-section {
    padding: 50px 20px;
}

.oprogramowanie-home-link {
    margin: 0 auto;
    position: absolute;
    bottom: -3.5rem;
}

.post-article-content {
	flex-direction: column;
	padding: 20px;
}

.post-left-block {
    width: 100%;
    max-width: 100%;
    padding-right: 5rem;
}

.post-right-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5rem;
    margin-bottom: 50px;
}

.tree-gs-help {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
}

.menu-wsparcie-techniczne-single-container {
    width: 100%;
    padding-right: 0rem;
    padding-top: 5rem;
}

.gs-help-page {
    width: 100% !important;
    font-size: 16px !important;
}

.single-page-produkty-title-block h1 {
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.slownik-mane {
    color: #177ad7;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
}

#gstarcad-help li .sub-menu li a {
    width: 100%;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.wsparcie-techniczne-single-page:after {
	display: none !important;
}

.wsparcie-techniczne-single-page:before {
    width: 100% !important;
}

ul#gstarcad-help li {
    margin-bottom: 10px !important;
}

.program-page-banner-title-block-img {
    width: 60px;
    margin-right: 3rem;
}

.demo-prod-section-ico-blocks {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-flow: nowrap;
    padding-top: 20px;
    flex-direction: column;
}

.demo-prod-section-ico-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
}

.demo-prod-ico {
    width: 60px;
    padding-bottom: 20px;
}

.demo-button {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
    width: auto;
    margin: 0 auto;
}

.demo-button a span:after {
	top: 1.3rem;
    right: -8rem;
}

span.faq-card-spoiler ul li strong {
    color: #030303;
    font-size: 15px;
}

span.faq-card-spoiler ul li {
    font-size: 14px;
}

span.faq-card-spoiler ul li:before {
    content: '';
    width: 3.8rem;
    height: 2px;
    background: #4879d3;
    left: -4.8rem;
    top: 3.1rem;
    position: absolute;
}

.question::after {
    right: 20px;
    top: 20px;
    font-size: 28px;
}

.oprogramowanie-prod-section .oprogramowanie-category-block.card-a {
    width: 42%;
}

.program-page-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: 350px;
    position: relative;
    z-index: 3;
}

.wypozycz-sprzet-page-section .program-page-banner-content-text {
    width: 100%;
    padding-right: 0;
    padding-top: 7rem;
}

.wypozycz-sprzet-page-section .program-page-banner-content-image {
    width: 100%;
    position: relative;
    height: 530px;
    overflow: hidden;
}

.comnav-page-banner.wypozycz-sprzet-page-section .program-page-banner-content-image img {
    display: block;
    margin: 3rem auto;
    max-height: max-content;
    position: relative;
    max-width: fit-content;
    left: -2rem;
    width: 100%;
}

.wypozycz-sprzet-page-section .sprzety-button {
    display: flex;
    justify-content: center;
    width: 270px;
    margin: 35px 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

.wypozycz-sprzet-page-section .sprzety-button a {
    color: #177AD7;
    border: 3px solid #1966D0;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding: 0.5rem 2.1rem;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 46px;
    display: flex;
    align-items: center;
}

.wypozycz-sprzet-page-section .program-page-banner-content-text {
	width: 100%;
}

    .sprzety-button a span:after {
        top: 5px !important;
        right: -26px !important;
        width: 20px;
        height: 15px;
    }

.wypozycz-sprzet-page-section .program-page-banner-title-block-name {
    color: #030303;
    font-size: 34px;
    padding-top: 30px;
    padding-bottom: 10px;
}

    .light-title-section {
        font-size: 34px;
        letter-spacing: 0.5px !important;
    }

.wypozycz-sprzet-page-section .program-page-banner-description {
    max-width: 100%;
}

.Procedura-wypozyczenia-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.Procedura-wypozyczenia-block {
    background: #fff;
    border-radius: 1.5rem;
    margin-right: 0;
    width: 200px;
    position: relative;
    margin-bottom: 30px;
}

.Procedura-wypozyczenia-block:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/arrow.svg) no-repeat;
    right: 0;
    top: auto;
    width: 20px;
    height: 13px;
    background-size: contain;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    bottom: -14px;
    transform: rotate(90deg);
}

.Procedura-wypozyczenia-block-blue {
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 14px;
    background: #177AD7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -16px;
    font-weight: 500;
}

.Procedura-wypozyczenia-block-img {
    width: 60px;
    margin: 25px auto 15px;
}

.Procedura-wypozyczenia-block-text {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
}

.kontakt-wypozycz-sprzet {
    position: relative;
    overflow: hidden;
    top: 0;
    height: auto;
    width: 100%;
}

.wypozycz-sprzet-page-kontakt .kontakt-home-left {
    position: relative;
    max-width: 100%;
    padding: 20px 0;
}

.kontakt-wypozycz-sprzet {
    position: relative;
    overflow: hidden;
    top: 0;
    height: 600px;
    width: 100%;
}

.kontakt-wypozycz-sprzet img {
    position: relative;
    width: auto;
    max-width: fit-content;
    height: auto;
    left: auto;
    min-width: 100%;
    right: 0;
    margin-left: -176px;
}

.Dlaczego-warto-new-page-content {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
}

.Dlaczego-warto-new-block {
    min-height: 100px;
    margin: 0 1rem 1rem;
    width: 80%;
    border-radius: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #707070;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    padding: 15px 15px 20px;
    background: #fff;
    margin-bottom: 15px;
}

.Dlaczego-warto-new-page {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-block-logo-firm-1 {
        height: auto;
        margin-bottom: 25px;
        margin-top: 10px;
    }









}