:root {
	--kolor_zielony: #34b151;
	--kolor_pomaranczowy: #ff8533;
	--kolor_niebieski: #35a8dd;
	--kolor_fioletowy: #714f7f;
	--kolor_szary: #909090;
	--kolor_szary_ciemny: #616161;
	--kolor_czerwony: #b54242;
	--kolor_bialy: #fff;

	--kolor_zielony_przez: #019d25cc;
	--kolor_pomaranczowy_przez: #ff6600cc;
	--kolor_niebieski_przez: #0292d5cc;
	--kolor_fioletowy_przez: #4e235fcc;
	--kolor_szary_przez: #747474cc;
}

@font-face {
	font-family: Rubik;
	font-style: normal;
	font-weight: 400;
	src: local('Rubik Regular'), local('Rubik-Regular'), local('Rubik'), url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
	font-display: swap;
}

.obrazy_nowe {
	border-radius: 16px;
	box-shadow: 0 0 2.5rem 0 rgba(20,39,61,.2);
}

.okno_opis_nowe {
	border-radius: 16px;
	padding: 32px;
	margin-top: -7rem;
	z-index: 2;
	position: relative;
	transform: translateY(0rem);
	line-height: 1.6;
	font-size: 16px;
	box-shadow: 0 0 1rem 0 rgba(20,39,61,.2);
	background-color: #fff;
}

#okno_system_opis {
	border-radius: 140px;
}

.header_tytul {
	font-size: 6rem;
	line-height: 1.1;
	margin-top: 40px;
	font-family: Arial;
	font-weight: bold;
}

.header_tytul > img {
	width: 440px;
	height: 80px;
}

.fade_in h1 {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .4s;
}

.pok {
	opacity: .0001;
	transform: translateY(50px);
}

.wyj {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .2s cubic-bezier(0,0,.2,1), transform .2s cubic-bezier(0,0,.2,1);
	transition-delay: .2s;
}

.figura_tlo {
	position: absolute;
	width: 30%;
	transform: rotate(45deg);
	opacity: 0.1;
	z-index: -1;
}

.figura_tlo_r {
	right: -40px;
}

.figura_tlo_l {
	left: -40px;
}

#menu-menu-glowne,
#menu-menu-glowne-1 {
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	
}

#menu-menu-glowne > li,
#menu-menu-glowne-1 > li {
	position: relative;
	display: block;
	padding: 15px;
}

#menu-menu-glowne > li > a,
#menu-menu-glowne-1 > li > a {
	font-family: Rubik;
	font-size: 16px;
	font-weight: 600;
	color: inherit;
	transition: color 400ms ease-in-out;
}

#menu-menu-glowne > li > a:hover,
#menu-menu-glowne-1 > li > a:hover {
	color: #333;
}

#menu-menu-glowne > li:last-child,
#menu-menu-glowne > li:last-child.active > a,
#menu-menu-glowne-1 > li:last-child,
#menu-menu-glowne-1 > li:last-child.active > a {
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	background-color: #1c3a45;
	text-align: center;
}

#menu-menu-glowne > li:last-child:hover,
#menu-menu-glowne-1 > li:last-child:hover {
	background-color: #426877;
	-webkit-transition: background-color 400ms ease-in-out;
	-moz-transition: background-color 400ms ease-in-out;
	-ms-transition: background-color 400ms ease-in-out;
	-o-transition: background-color 400ms ease-in-out;
	transition: background-color 400ms ease-in-out;
	border-radius: 32px;
}

#menu-menu-glowne > li:last-child > a:hover,
#menu-menu-glowne > li:last-child > a:active,
#menu-menu-glowne > li:last-child > a:focus,
#menu-menu-glowne-1 > li:last-child > a:hover,
#menu-menu-glowne-1 > li:last-child > a:active,
#menu-menu-glowne-1 > li:last-child > a:focus {
	color: #fff;
}

.text_kolor {
	color: #262626;
}

.font_16 {
	font-size: 16px;
}

.footer_sof {
	text-align: start;
	color: #fff;
}

.footer_sof_a {
	color: #fff;
}

.glowna_tekst {
	margin-top: 2rem;
}

.stopka_hr_l,
.stopka_hr_r,
.stopka_hr_s {
	width: 100px;
	margin: 10px auto 10px 0;
}

.efekt_in {
	opacity: .0001;
	transform: translateY(1.875rem);
}

.efekt_in.start {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1);
	transition-delay: 0s, 0s;
	transition-delay: .2s;
}

.grecaptcha-badge {
	z-index: 100;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
		transform: translateY(14rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.okno_akt_wyd_obrazek {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: 0 0 2.5rem 0 rgba(20,39,61,.2);
	background-color: #fff;
}

.okno_akt_obrazek {
	width: 100%;
	transition: transform .2s cubic-bezier(0,0,.2,1);
	aspect-ratio: 1.5;
	object-fit: cover;
}

.okno_akt_obrazek:hover {
	transform: scale(1.1);
}

.glowna_sekcja_ikony_c {
	background: radial-gradient(circle, #426877 0%, #1c3a45 100%);
	color: #fff;
	padding: 60px 0;
	position: relative;
	z-index: 10;
}

.aktualnosci_art {
	width: 30%;
	border-radius: 10px;
	margin-bottom: 30px;
}

.aktualnosci_opis,
.aktualnosci_przeczytaj {
	display: block;
}

.aktualnosci_pag {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}

.aktualnosci_pag div > a > button {
	border-radius: 32px;
}

.oprog_opis_style {
	font-size: 20px;
	color: #666;
	font-weight: 400;
	font-family: Rubik;
	padding-top: 100px;
	padding-bottom: 100px;

}

.oprog_opis_style > p {
	margin: 0;
}

.okno_opis_nowe_wiecej {
	display: none;
	text-align: center;
	font-size: 20px;
	color: #0693e3;
	cursor: pointer;
	padding-top: 16px;
}

.wpcf7 form input.wpcf7-submit {
	height: 40px;
	color: #fff;
	background-color: #1c3a45;
	border: 1px solid #1c3a45;
	border-radius: 10px;
}

.wpcf7 form input.wpcf7-submit:hover {
	color: #fff;
	background-color: #426877;
	border-color: #426877;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #198754;
	border: none;
	margin-bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #dc3232;
	border: none;
	margin-bottom: 0;
}

iframe {
	display: block;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-response-output {
	text-align: center;
}

.firma_opis_nag {
	font-size: 120px;
	color: #333;
}

.kontener_kontakt_form {
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: Rubik;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none;
	background-color: transparent;
}

.prezentacja_opis {
	font-size: 16px;
}

.odstep_dl {
	padding-bottom: 100px;
}

.start_punkty_ikony {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: space-around;
	justify-items: center;
	position: relative;
	z-index: 10;
}

.post_ikony {
	margin-bottom: 4rem;
	max-width: 300px;
	margin-top: 4rem;
}

.post_ikony_blok {
	margin: auto;
	width: 80px;
	margin-bottom: 20px;
	height: 80px;
}

.post_ikony_blok_tekst {
	display: inline-block;

	font-size: 0.9rem;
}

.post_ikony_blok_tekst h3 {
	margin-top: 0;
	font-size: 18px;
}

.post_ikona_poz {
	width: 80px;
	height: 80px;
}

.post_ikona_poz:hover {
	transition: all .2s ease-out;
	transform: scale(1.1);
}

.kontakt_firma {
	margin-top: 0;
	margin-bottom: 16px;
	font-family: Rubik;
	box-shadow: none;
}

.kontakt_info_tekst {
	cursor: default;
}

.kontakt_info_tekst:hover {
	color: #337ab7;
	transition-duration: 0.3s;
}

.glowna_liczby {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 80px;
	padding-bottom: 20px;
	text-align: center;
	flex-wrap: wrap;
	font-family: Rubik;
}

.glowna_liczby_poz {
	padding: 2rem 4rem;
	font-size: 20px;
}

.glowna_tlo_nag {
	background-image: url('../img/glowna_24_4_2_webp.webp');
	background-repeat: no-repeat;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
	position: absolute;
	width: 100%;
	height: 100vh;
	display: block;
	top: -50px;
}

#pasek_menu {
	margin-bottom: 0;
	background-color: transparent;
	transition: all .2s ease-out;
	padding-top: 20px;
	padding-bottom: 10px;
}

.tlo_animacja {
	position: absolute;
	top: -60px;
	width: 100%;
	height: 20vh;
	background-image: url('../img/svg/fala.svg');
	background-size: 100vw 19vh;
	background-repeat: repeat-x;
	animation: animate_tlo 20s linear infinite;
	opacity: 0.9;
	will-change: transform;
	width: 200vw;
}

@keyframes animate_tlo {
	from {
		transform: translateX(-100vw);
	}
	to {
		transform: translateX(0);
	}
}

.glowna_strzalka_dol {
	animation: 2s linear 0s infinite alternate dol_gora;
}

@keyframes dol_gora {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(10px);
	}
}

.glowna_liczby_wart {
	font-size: 60px;
}

.glowna_liczby_opis {
	color: #939393;
}

.przycisk_prezentacja {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 32px;
	background-color: #ec6b1e;
}

.przycisk_prezentacja:hover,
.przycisk_prezentacja:active,
.przycisk_prezentacja:focus {
	background-color: #ff6600ff !important;
}

.przycisk_prezentacja > i {
	color: #fff;
	font-size: 20px;
}

.przycisk_menu_ofc {
	border: none;
}

.przycisk_menu_ofc:focus,
.przycisk_menu_ofc:hover {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none;
}

.przycisk_menu_ofc > span {
	transition: .25s ease-in-out;
}

.przycisk_menu_ofc.navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
}

#menu_logo_b {
	display: block;
}

#menu_logo_k {
	display: none;
}

#menu_logo_b > img,
#menu_logo_k > img {
	width: 100%;
}

.okno_opis_nowe_tytul {
	margin-top: 0;
	margin-bottom: 2rem;
}

.tooltip {
	white-space: nowrap;
}

.strona_kariera_opis {
	padding: 120px 0;
	font-family: Rubik;
	line-height: 1.8;
	font-size: 20px;
}

.strona_kariera_oferty {
	font-family: Rubik;
	padding-bottom: 60px;
}

.strony_nag_opis {
	padding: 6rem;
	font-size: 2rem;
	text-align: center;
	font-family: Rubik;
	color: #262626;
}

.strony_nag_opis_duzy {
	font-size: 80px;
	font-weight: 400;
	color: #f4f4f4;
	z-index: 1;
}

.strona_strefaprac {
	padding: 60px 0;
	display: flex;
	justify-content: center;
}

.strefa_form_news {
	margin-bottom: 20px;
	background-color: #1c3a45;
	border: 1px solid #1c3a45;
	border-radius: 32px;
	color: #fff;
	height: 40px;
	font-family: Rubik;
	font-size: 16px;
	padding: 8px 16px;
	display: inline-block;
}

.strefa_form_news:focus {
	color: #fff;
}

.strefa_form_input {
	background: #ffffff;
	border:1px solid #999;
	color:#333333;
	margin-right: 10px;
	margin-bottom: 10px;
}

.strefa_form_zatwierdz {
	margin-bottom: 20px;
	background-color: #1c3a45;
	border: 1px solid #1c3a45;
	border-radius: 10px;
	color: #fff;
	height: 38px;
	font-family: Rubik;
	font-size: 16px;
	width: 200px;
}

.strefa_form_news:hover,
.strefa_form_zatwierdz:hover {
	background-color: #426877;
	color: #fff;
}

.strony_img_gora {
	padding-top: 60px;
}

.glowna_prezentacja_blok {
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	bottom: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	border-radius: 32px;
	transition: display 1s;
}

.przycisk_prezentacja_tekst {
	max-width: 0;
	white-space: nowrap;
	overflow: hidden;
	transition-duration: 500ms;
	opacity: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

.przycisk_prezentacja_form {
	width: 0;
	height: 0;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	padding: 16px;
	background-color: #fff;
	border-radius: 16px;
	cursor: default;
	position: absolute;
	bottom: 40px;
	left: 5px;
	box-shadow: 0 0 1rem 0 rgba(20,39,61,.2);
	margin-left: 40px;
	margin-bottom: 10px;
}

.ppt_form_on {
	max-width: 400px;
	max-height: 600px;
	width: 400px;
	height: auto;
	padding: 16px;
	opacity: 1;
	transition-duration: 1s;
	display: block;
	transition-delay: 1s;
	transition-property: display;
}

.ppt_form_off {
	transition-delay: 1s;
	transition-property: display;
}

.gradient_tlo {
	position: absolute;
	opacity: 0.1;
	z-index: -1;
	width: 800px;
	height: 800px;
	border-radius: 50%;
}

.ikony_dlakogo {
	max-width: 300px;
	margin: 4rem 0;
	text-align: center;
	padding: 20px;
	border-radius: 16px;
	width: 280px;
}

.ikony_dlakogo_div > i {
	font-size: 60px;
}

.ikony_dlakogo_div > div {
	font-size: 20px;
	margin-top: 20px;
}

.onas_okrag {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 460px;
	max-height: 460px;
}

.onas_okrag > img {
	max-width: 400px;
	max-height: 400px;
}

.kolor_z {
	color: var(--kolor_zielony);
}

.kolor_p {
	color: var(--kolor_pomaranczowy);
}

.kolor_n {
	color: var(--kolor_niebieski);
}

.kolor_f {
	color: var(--kolor_fioletowy);
}

.kolor_sz {
	color: var(--kolor_szary);
}

.kolor_cz {
	color: var(--kolor_czerwony);
}

.kolor_b {
	color: var(--kolor_bialy);
}

.onas_logo_sof {
	width: inherit;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
}

#pasek_menu_rozwin {
	overflow-y: hidden;
	border-top: none;
}

.pg_start_umow {
	background-color: #1c3a45;
	border-color: #1c3a45;
	color: #fff;
}

.pg_start_umow:hover,
.pg_start_umow:focus,
.pg_start_umow:active {
	background-color: #426877 !important;
	border-color: #426877 !important;
	color: #fff !important;
	transition: background-color 400ms ease-in-out !important;
}

.kariera_opis_blok {
	min-height: 540px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kariera_opis {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Rubik;
	font-size: 20px;
	line-height: 1.8;
	height: 100%;
}

.strona_kariera_strzalka {
	color: #333;
	display: inline-block;
	width: 20px;
	text-align: end;
}

.onas_opis_blok {
	min-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;

	padding-left: 0;
	padding-right: 0;
}

#form_umow_wyslij_sm + div {
	white-space: break-spaces;
}

#form_umow_wyslij_sm > input {
	width: 100%;
}

.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #888;
}

.przycisk_menu_ofc .icon-bar+.icon-bar {
	margin-top: 4px;
}

.sekcja_tytul {
	margin-bottom: 60px;
	font-size: 40px;
	padding: 0 10px;
}

.system_oprogramowanie_blok {
	display: flex;
	align-items: center;
	/* background: url('../img/tlo_softor_kor4.webp'); */
	/* background: url('../img/tlo_softor_kor4_pasek2.webp'); */
	background: url('../img/tlo_softor_kor4_pasek2_odb.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom;
	height: 480px;
	width: 100%;
	justify-content: space-between;
}

.system_oprogramowanie_img {
	max-width: 700px;
	text-align: end;
	margin-right: 140px;
}

.system_oprogramowanie_br {
	display: none;
}

.system_oprogramowanie_tekst {
	margin-left: 140px;
	max-width: 850px;
	font-size: 1.5rem;
}

.system_opr_ikona {
	font-size: 100px;
	padding: 0 30px;
	box-shadow: 2px 2px 12px #cccccc;
	border-radius: 1rem;
	text-align: center;
	width: 100%;
	background-color: #fff;
}

.system_opr_ikona_nazwa {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 1rem;
	font-weight: 500;
	font-family: 'Rubik';
}

.sekcja_margin {
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.system_opr_ikona_suz:hover {
	color: var(--kolor_pomaranczowy);
	transition: color 400ms ease-in-out !important;
}

.system_opr_ikona_sre:hover {
	color: var(--kolor_zielony);
	transition: color 400ms ease-in-out !important;
}

.system_opr_ikona_prz:hover {
	color: var(--kolor_niebieski);
	transition: color 400ms ease-in-out !important;
}

.system_opr_ikona_dop:hover {
	color: var(--kolor_fioletowy);
	transition: color 400ms ease-in-out !important;
}

.system_opr_ikona_hme:hover {
	color: var(--kolor_szary_ciemny);
	transition: color 400ms ease-in-out !important;
}

.system_opr_ikona_blok {
	width: 190px;
}

.onas_tekst {
	font-size: 16px;
	line-height: 1.8;
}

.system_opr_ikony_lista {
	display: flex;
	justify-content: space-around;
	padding-top: 1rem;
	flex-wrap: wrap;
	gap: 4rem;
}

.system_opr_ikony_opis {
	text-align: center;
	margin-bottom: 40px;
	font-family: Rubik;
	padding-top: 40px;
	padding-bottom: 40px;
}

.opr_opis_lista > li::marker {
	content: '\268A ';
}

.system_oprogramowanie_tekst_blok {
	margin: 0;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 0;
	padding-top: 4rem;
}

.okno_opis_nowe_tekst {
	font-family: Rubik;
	height: auto;
}

.oprog_bloki_opis {
	margin-bottom: 4rem;
	font-size: 20px;
}

.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item {
	height: 500px !important;
}

.wp-block-getwid-images-slider .slick-list {
	border-radius: 16px;
}

.opr_opis_art_img {
	max-width: 1024px;
	max-height: 500px;
	overflow: hidden;
	border-radius: 16px;
}

.sekcja_opr_syst_blok {
	padding-bottom: 8rem;
}

.foot_telefon,
.foot_email {
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
}

.aktualnosci_blok {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.sm_dedykowane {
	margin-bottom: 7rem;
}

.zapisz_newsletter_przycisk {
	padding: 0 3rem;
}

.stefa_kp_nag {
	padding: 3rem 0;
	font-size: 4rem;
	text-align: center;
	font-family: Rubik;
	color: #262626;
	position: relative;
	line-height: 0;
}

.gs_logo_single img {
	contain-intrinsic-size: revert !important;
	width: 175.66px !important;
	height: 175.66px !important;
}

@media (min-width: 992px) {
	.kontener_opr {
		max-width: 1210px;
	}
}

@media (min-width: 1200px) {
	.glowna_tytul {
		max-width: 1350px;
	}

	.system_oprogramowanie_tytul {
		max-width: 1600px;
	}

	.onas_kolo {
		width: 1450px;
	}

	.kontener_opr {
		max-width: 1398px;
	}
}

@media (min-width: 1400px) {
	.kontener_opr {
		max-width: 1600px;
	}
}

@media (max-width: 1800px) {
	.system_oprogramowanie_img > img {
		max-width: 380px;
	}

	.system_oprogramowanie_img {
		bottom: unset;
	}
}

@media (max-width: 1600px) {
	.system_oprogramowanie_tekst {
		max-width: 700px;
		margin-left: 100px;
	}
}

@media (max-width: 1400px) {
	.system_oprogramowanie_img > img {
		max-width: 80%;
	}

	.zapisz_newsletter_przycisk {
		padding: 0;
	}

	.gs_logo_single img {
		max-width: 150px !important;
		width: 150px !important;
		height: auto !important;
	}
}

@media (max-width: 1200px) {
	.start_punkty_ikony {
		grid-template-columns: repeat(3, 1fr); 
	}

	.onas_opis_blok {
		min-height: 200px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.system_oprogramowanie_blok {
		height: 200px;
		margin-top: 100px;
		position: relative;
	}

	.system_oprogramowanie_img {
		text-align: center;
		position: unset;
		max-width: none;
		width: 100%;
		margin-right: 0;
	}

	.system_oprogramowanie_img > img {
		width: 270px;
	}

	.system_oprogramowanie_tekst {
		font-size: 1rem;
		text-align: center;
		margin: auto;
		padding-top: 40px;
		padding-bottom: 0;
		display: none;
	}
}

@media (max-width: 992px) {
	.start_punkty_ikony {
		grid-template-columns: repeat(2, 1fr); 
	}

	.footer_sof {
		text-align: end;
	}

	.stopka_hr_r {
		margin-left: 0;
	}

	.stopka_hr_s {
		margin-right: 0;
		margin-left: auto;
	}

	.okno_opis_nowe {
		margin-top: 16px;
	}

	.aktualnosci_art {
		width: 70%;
	}

	.aktualnosci_blok {
		justify-content: center;
	}

	#menu-menu-glowne,
	#menu-menu-glowne-1 {
		padding: 16px;
		background-color: #fff;
		margin-top: 0;
		color: #000;
		height: calc( 100vh - 100px );
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 100px;
	}
}

@media (max-width: 768px) {
	.header_tytul {
		font-size: 4rem;
	}
	
	.figura_tlo {
		width: 50%;
	}

	.font_s14 {
		font-size: 14px;
	}

	.glowna_grafika_row {
		display: none;
	}

	#menu-menu-glowne,
	#menu-menu-glowne-1 {
		padding: 16px;
		background-color: #fff;
		margin-top: 0;
		color: #000;
		height: calc( 100vh - 100px );
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 100px;
	}

	#menu-menu-glowne > li,
	#menu-menu-glowne-1 > li {
		color: #000;
	}

	#menu-menu-glowne > li:last-child,
	#menu-menu-glowne-1 > li:last-child {
		color: #fff;
	}

	.aktualnosci_art {
		width: 90%;
	}

	.aktualnosci_opis,
	.aktualnosci_przeczytaj {
		display: none;
	}

	.okno_opis_nowe_tekst {
		overflow: hidden;
		height: 108px;
	}

	.okno_opis_nowe_wiecej {
		display: block;
	}

	.firma_opis_nag {
		font-size: 60px;
	}

	.kontener_kontakt {
		padding: 15px;
	}

	.wpcf7 form input {
		width: 100%;
	}

	.wpcf7-response-output {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.odstep_gd {
		padding: 50px 0;
	}

	.odstep_dl {
		padding-bottom: 50px;
	}

	.kontakt_firma {
		padding-left: 0;
		padding-right: 0;
	}

	.tlo_animacja {
		animation: none;
		background-size: cover;
	}

	.okno_opis_nowe_tytul {
		font-size: 18px;
		margin-bottom: 1rem;
	}

	.oprog_opis_style {
		font-size: 1rem;
		padding: 4rem 2rem;
	}

	.strona_kariera_poz {
		font-size: 14px;
	}

	.strona_kariera_opis {
		padding: 60px 0;
		font-size: 16px;
	}

	.strony_nag_opis {
		font-size: 1.5rem;
		padding: 2rem 1rem;
	}

	.strony_nag_opis_duzy {
		font-size: 60px;
	}

	.strefa_form_zatwierdz,
	.strefa_form_input {
		width: 100%;
	}

	.strefa_form_block {
		width: 100%;
	}

	.strony_img_gora,
	.strona_strefaprac {
		padding-top: 20px;
	}

	.ikony_dlakogo {
		width: 180px;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.ikony_dlakogo_div > i {
		font-size: 50px;
	}

	.ikony_dlakogo_div > div {
		font-size: 16px;
	}

	.onas_okrag,
	.onas_okrag > img {
		max-width: 200px;
		max-height: 200px;
	}

	#pasek_menu_rozwin {
		max-height: none;
		height: calc( 100vh - 80px );
	}

	.kariera_opis_blok {
		min-height: 360px;
	}

	.kariera_opis {
		font-size: 16px;
		text-align: center;
	}

	.newsbutton {
		width: 100%;
	}

	.przycisk_menu_ofc.navbar-toggle {
		margin-top: 6px;
	}

	.przycisk_prezentacja {
		width: 50px;
		height: 50px;
		border-radius: 32px;
	}

	.sekcja_tytul {
		font-size: 30px;
	}

	#okno_system_opis {
		width: 100%;
		border-radius: 0;
	}

	#okno_system_opis {
		clip-path: none;
	}

	.parallax_text {
		font-size: 16px;
	}

	.system_oprogramowanie_blok {
		height: 200px;
		margin-top: 100px;
		position: relative;
	}

	.system_oprogramowanie_img {
		top: -44px;
		position: absolute;
	}

	.system_oprogramowanie_tekst {
		padding-top: 40px;
		padding-bottom: 0;

		display: none;
	}

	.sekcja_margin {
		margin: 4rem 0;
	}

	.system_opr_ikona_blok {
		width: 130px;
	}

	.system_opr_ikona {
		font-size: 60px;
	}

	.onas_tekst {
		padding: 0 16px;
	}

	.system_opr_ikony_lista {
		gap: 2rem;
	}

	.system_opr_ikona_nazwa {
		font-size: 1rem;
	}

	.system_opr_ikony_opis {
		margin-bottom: 20px;
	}

	.system_opr_ikony_opis > h2 {
		font-size: 22px;
	}

	.header_tytul > img {
		width: 300px;
		height: 54px;
	}

	.oprog_bloki_opis {
		font-size: 1rem;
	}

	.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item {
		height: 240px !important;
	}

	.sekcja_opr_syst_blok {
		padding-bottom: 4rem;
	}

	.okno_opis_nowe_tekst p {
		font-size: 14px;
	}

	.okno_opis_nowe_tekst p span {
		font-size: medium !important;
	}

	.oprog_opis_tekst_style {
		text-align: center;
	}

	.foot_telefon {
		margin-left: 0;
	}

	.foot_email {
		margin-right: 0;
	}

	.sm_dedykowane {
		margin-bottom: 2rem;
	}

	.zapisz_newsletter_przycisk {
		text-align: center;
	}
}

@media (max-width: 568px) {
	.start_punkty_ikony {
		grid-template-columns: 1fr; 
	}
}

.animacja_rozwin {
	display: block;
}

.animacja_zwin {
	transition-delay: 1s;
	transition-property: display;
}
