.cart-container {
	padding-top:20px;
	min-height: 500px;
}
.cart-container .section-title {
    color: #0d87ce;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}
.cart-container-min, .cart-container-min-resp {
	min-height: unset;
}
.cart-container-min .section-title, .cart-container-min-resp .section-title {
	font-size: 2em;
	text-align: left;
}
.cart-container-min th, .cart-container-min td, .cart-container-min-resp th, .cart-container-min-resp td {
	/* line-height: 0px; */
}
.cart-items-wrapper {
    border: 2px solid #e2ebef;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px;
}
.cart_item div.nextt {
	padding-left: 0px;
}
.cart_item div.prevv {
	padding-right: 0px;
}
.cart_item td {
	vertical-align: middle;
}
.regular-price {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
	max-width: 400px;
}
.summary-divider {
    border: 0;
    border-bottom: 2px solid #e2ebef;
    color: transparent;
    margin-bottom: 40px;
}
.wc-proceed-to-checkout {
	margin-top:40px;
}
.wac-qty-button {
    display: inline;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    background-color: #d3d3d3;
    font-size: 25px;
    color: #FFF;
	width: 100%;
    height: 100%;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    outline: none;
    height: 25px;
    border: 1px solid #d7d7d7!important;
	    height: 35px;
    margin-bottom: 2px;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.table th, .table td {
    padding: 28px 8px;
}
.woocommerce  {
    background-color: #f8f9fa;
    border-radius: 20px;
    color: #1f2951;
    margin-bottom: 30px;
    padding: 45px 35px;
    width: 100%;
}
.woocommerce th, .woocommerce td{
    background-color: #f8f9fa;
}

.formularz_zapis {
	padding-left: 0px;
	padding-right: 0px;
	float: right;
}
.przycisk_next > div {
	text-align: center;
	padding-bottom: 20px;
}
#region-main .tabs_r div > ul > li {
    width: 50%;
}
#region-main .tabs_r div > ul > li > button {
	width: 100%;
    background-color: #e2ebef;
    color: #81879d;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 25px;
    text-align: center;
}
.tabs_r {
	padding-top:20px;
	padding-bottom:20px;
}
#region-main .tabs_r div > ul > li > button.active,#region-main .tabs_r div > ul > li > button:hover {
	background-color: #fff!important;
    color: #1f2951!important;
}
.tabs_r #myTab {
	padding-left: 0px;
}
#myTab button.active {
	box-shadow: unset;
}
#myTabContent {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	overflow: hidden;
}


/*przełącznik*/

.checkbox-green {
	display: contents;   
	height: 48px;    
	line-height: 28px;  
	margin-right: 10px;      
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
	width: 100%;    
	text-align: center;
}
.checkbox-green .checkbox-green-switch {
	display: inline-block;	
	height: 35px;
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;	
	border-radius: 2px;
	background: #e2ebef;
	    border-radius: 20px;
	transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
}
.checkbox-green .checkbox-green-switch:before {
	content: attr(data-label-on);
	display: inline-block;
	box-sizing: border-box;		
	width: 49%;	
	padding: 0 12px;	
	position: absolute;
	top: 0;
	left: 49%;	
	margin-top:3px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	line-height: 28px;
    color: #777;
    font-weight: bold;
    font-size: 15px;
	border-radius: 20px;
}
.checkbox-green .checkbox-green-switch:after {
	content: attr(data-label-off);
	display: inline-block;
	box-sizing: border-box;	
	width: 48%;	
    margin-top: 3px;
    margin-left: 3px;
	margin-right: 3px;
	border-radius: 1px;	
	position: absolute;
	top: 1px;
	left: 1px;	
	z-index: 5;
	text-transform: uppercase;
	text-align: center;
	background: #70c767;
	line-height: 26px;
	font-size: 10px;
	color: white;	
	transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    font-weight: bold;
    font-size: 15px;
	border-radius: 20px;
}
.checkbox-green input[type="checkbox"] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-green input[type="checkbox"]:checked + .checkbox-green-switch {
	background-color: #e2ebef;
	    border-radius: 20px;
}
.checkbox-green input[type="checkbox"]:checked + .checkbox-green-switch:before {
	content: attr(data-label-off);
	left: 0;
}
.checkbox-green input[type="checkbox"]:checked + .checkbox-green-switch:after {
	content: attr(data-label-on);
	color: white;
	transform: translate3d(100%, 0, 0);
}
/* .checkbox-green { */
	/* display:contents; */
/* } */
/* Hover */
.checkbox-green input[type="checkbox"]:not(:disabled) + .checkbox-green-switch:hover {
	cursor: pointer;
}
.checkbox-green input[type="checkbox"]:not(:disabled) + .checkbox-green-switch:hover:after {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
 
/* Disabled */
.checkbox-green input[type=checkbox]:disabled + .checkbox-green-switch {
	opacity: 0.6;   
	filter: grayscale(50%);
}
 
/* Focus */
.checkbox-green.focused .checkbox-green-switch:after {
	box-shadow: inset 0px 0px 4px #ff5623;
}
.poleinput {
	margin-top:20px;
}
.poleinput input{
	border-radius: 20px!important;
}
.poleinput span {
    background: transparent;
    color: #e2ebef;
    font-size: 14px;
    font-weight: 700;
    left: 15px;
    line-height: 1.2;
    padding: 0 8px;
    position: absolute;
    top: 12px;
    transition: all .12s ease-in;
    white-space: nowrap;
    background-color: #fff;
    color: #0d87ce;
    transform: translate(5px,-22px);
	z-index:9999;
}
.poleinput input:focus, .poleinput input:not(:placeholder-shown) {
    border-color: #0d87ce!important;
}
.poleinput input:focus+span, .poleinput input:not(:placeholder-shown)+span {
    background-color: #fff;
    color: #0d87ce;
    transform: translate(5px,-22px);
	z-index:9999;
}
#profile button {
	border-radius: 20px;
	font-weight:bold;
	background: #70c767;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 47%;
}
#region-main ul li.nav-item {
	left:0px;
}



/*HOME start*/
body p, body div{
	font-family: 'Nunito Sans', sans-serif;
}
h1, h2, h3, body a, body button {
	font-family: 'Encode Sans Expanded', sans-serif;
}
#carouselExampleSlidesOnly {
	background-color: #3c3b3b;
}
#carouselExampleSlidesOnly > .carousel-inner > .slider_1 {
    background-image: url(/sklep/img/tlo_ergon.jpg);
	height: 500px;
	/* opacity: 0.8; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 500px;
}
#carouselExampleSlidesOnly > .carousel-inner > .slider_2 {
    background-image: url(/sklep/img/tlo_ergon_2.jpg);
	height: 500px;
	/* opacity: 0.8; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 500px;
}
#carouselExampleSlidesOnly > .carousel-inner > .slider_3 {
    background-image: url(/sklep/img/tlo_ergon_3.jpg);
	height: 500px;
	/* opacity: 0.8; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 500px;
}
#carouselExampleSlidesOnly > .carousel-inner > .slider_4 {
    background-image: url(/sklep/img/tlo_ergon_6.jpg);
	height: 500px;
	/* opacity: 0.8; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 500px;
}
#carouselExampleSlidesOnly > .carousel-inner > .slider_5 {
    background-image: url(/sklep/img/tlo_ergon_7.jpg);
	height: 500px;
	/* opacity: 0.8; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 500px;
}
#carouselExampleSlidesOnly > .carousel-inner > .slider_6 {
    background-image: url(/sklep/img/tlo_ergon_8.jpg);
	height: 500px;
	/* opacity: 0.8; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 500px;
}

/* header #hr { */
    /* background: url(/sklep/img/logo_ergon_new_biale.png) no-repeat top; */
    /* background-size: contain; */
    /* border: 0; */
    /* display: block; */
    /* height: 148px; */
    /* margin-top: -41px; */
    /* position: relative; */
	/* opacity: .75; */
/* } */
header #hr:before {
    left: 0;
    margin-right: 10px;
    right: 60%;
}
header #hr:after {
    left: 60%;
    margin-left: 10px;
    right: 0;
}
header #hr:after, header #hr:before {
    background: hsla(0,0%,100%,.3);
    content: "";
    display: block;
    height: 1px;
    margin-top: 12px;
    position: absolute;
    top: 38px;
}
.navbar {
	background: unset;
	background-color: unset!important;
}
header.header_koszyk {
	height: 300px;
}
.carousel-inner {
	max-height: 100%;
}


/*HOME end*/

/*FOTER start*/
footer img {
	width:100%;
    padding: 0 50px 40px 20px;
}
.kontakt_foter, .kontakt_foter a {
    color: #a2a2b1;
}
.kontakt_foter .dane_kontakt a, .dane_kontakt {
	color:#d1d1d1;
}
.footer_h3::before {
    font-size: 18px;
    content: '||';
    margin-right: 10px;
}
.footer_h3 {
	font-family: "Encode Sans Expanded", Sans-serif !important;
	font: normal normal 400 18px/24px Encode Sans Expanded !important;
}
#region-main .ft-column ul li {
    width: unset;
}
.careers.ft-column ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-right: 2px;
    padding: 6px;
}
footer .ft-wrap .careers.ft-column ul li a {
    font: 400 12px Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 12px;	
}
.ft-column.careers {
	padding-top:0px;
}
.ft-column.careers ul li a:hover {
    background: #1c5495;
    border-color: #0091c7;
	text-decoration: unset!important;
}
/*FOTER end*/





.payments .payment-select.active {
    border-color: #0d87ce;
}

.payments .payment-select {
    border: 2px solid #cddce3;
    border-radius: 5px;
    height: 150px;
    position: relative;
    width: 150px;
}




.labl, .tytul-przelew {
    display : block;
    width: 400px;
	max-width: 100%;
}
.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.labl > input + div, .tytul-przelew > div > button{ /* DIV STYLES */
	border: 2px solid #cddce3;
    border-radius: 5px;
    height: 180px;
    position: relative;
    width: 200px;
}
.labl > input:checked + div, .labl > input:hover + div{ /* (RADIO CHECKED) DIV STYLES */
	border: 2px solid #0d87ce;
    border-radius: 5px;
    height: 180px;
    position: relative;
    width: 200px;
}
.tytul-przelew {
	font-size: 18px;
    font-weight: 800;
    margin-top: 20px;
}
.labl > input + div > div,.labl > input + div img {
	margin-top: 50px;
	text-align: center;
	width:100%;
}
.labl > input + div img {
    opacity: 0.4;
}
.labl > input:checked + div img, .labl > input:hover + div img {
	opacity: 1;
}
.labl > input + div > div > i{
	font-size:70px;
	color:#cddce3;
}
.labl > input:checked + div > div > i,.labl > input:hover + div > div > i{
	color:#0d87ce;
}
.tytul-przelew > div > button{
	background-color:#cddce3;
	color: black;
	font-size: 30px;
    font-weight: bold;
}
.tytul-przelew > div > button:hover{
	background-color:#0d87ce!important;
	color: white!important;
}



.intro_new h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 36px;
    text-align: center;
}
.intro_new .home-search {
    color: #2d3941;
    font-size: 20px;
    margin: 0 auto 36px;
    position: relative;
    text-align: center;
    width: 748px;
}
.intro_new input {
    border: 1px solid #b3bdc0;
    border-radius: 10px;
    display: block;
    font-size: 20px;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    width: 748px;
}
.intro_new .home-search>span {
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .2s ease-in-out;
    width: 100%;
}
.intro_new .home-search .icon-search2 {
    font-size: 21px;
    font-weight: 700;
    margin-right: 1px;
    position: relative;
    top: 2px;
}

.intro_new input ::-webkit-input-placeholder {
    color: #b3bdc0
}

.intro_new input ::-moz-placeholder {
    color: #b3bdc0
}

.intro_new input :-ms-input-placeholder {
    color: #b3bdc0
}

.intro_new input :-moz-placeholder {
    color: #b3bdc0
}
.intro_new .home-search input.typed+span,.intro_new .home-search input:focus+span {
    opacity: 0
}

#page {
	margin-top:0px!important;
}
body {
	padding-top: 0px;
}
#wrapper > #page-header-nav {
	display:none;
}
.header .header__search #alison_logo {
    margin: 0 20px 0 24px;
    position: relative;
}
@media (min-width: 992px){
	.header .header__search img {
		display: unset;
		vertical-align: unset;
	}
}
.header {
    align-items: center;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.08);
    display: flex;
    height: 72px;
    position: relative;
    z-index: 9999!important;
}
#carts #cart-totals {
    background-size: 30px;
    padding-left: 40px;
    position: relative;
    line-height: 24px;
    top: 2px;
}
.koszykicon {
	width: 40px;
    padding-right: 10px;
	margin-top: 20px;
	top:10px;
	/* float:left; */
}
.koszykiconmobilne {
	margin-top:0px;
}
.bottom_zapisz {
	top: 10px;
    position: relative;
}
.navbar.navbar-expand-lg {
	height: 100px;
}
.cls-1 {
    fill: #000!important;
}
.logowanie_button {
	background: #ff5a00;
    color: #FFF!important;
    border-radius: 26px;
    padding: 12px 20px;
	margin-right:5px;
    font-weight: bold;
    position: relative;
}
#navbarSupportedContent > div {
	height: 50px;
}
#navbarSupportedContent > div > div {
	/* margin: 8px 0; */
	margin: 0;
}
.n1gmr {
    left: 20px;
    border-radius: 8px;
    min-width: 8px;
    letter-spacing: normal;
	background-color: #ff5a00;
	top: calc(100% - 30px);
	color: #FFF;
	font-weight: 500;
	line-height: 16px;
	padding: 0 5px;
	position: absolute;
}
.navbar.navbar-expand-lg.bg-body-tertiary {
	z-index: 9999;
}
body p, body div{
	font-family: 'Nunito Sans', sans-serif;
}
h1, h2, h3, body a, body button {
	font-family: 'Encode Sans Expanded', sans-serif;
}

header hr, header #hr {
    /* background: url(/sklep/img/logo_ergon_new_biale.png) no-repeat top; */
	 /* background: url(/sklep/img/ergon.png) no-repeat top; */
    background-size: contain;
    border: 0;
    display: block;
    height: 148px;
    margin-top: -41px;
    position: relative;
	opacity: 1;
}
header #hr:before {
    left: 0;
    margin-right: 10px;
    right: 60%;
}
header #hr:after {
    left: 60%;
    margin-left: 10px;
    right: 0;
}
header #hr:after, header #hr:before {
    background: hsla(0,0%,100%,.3);
    content: "";
    display: block;
    height: 1px;
    margin-top: 12px;
    position: absolute;
    top: 38px;
}
.navbar {
	background: unset;
	background-color: unset!important;
}
.udtimg path {
	fill: ref;
}
.padding0 {
	padding: 0px;
}
.padding0 h2.naglowe_name {
	height: 3.5em;
}
.naglowe_name > a  {
	color: black;
}
.naglowe_name > a > span {
	color: #0d87ce;
}
.ui-widget-content {
	border-bottom: unset!important;
}
.card .card__img>span.maskaobrazek {
	background-color:#2280c2;
	opacity: 0.15;
	width:100%;
	height:100%!important;
	top:0px;
	align-items: center;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}
.card .card__img>span.maskaobrazek:hover {
	opacity: 0;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
/*.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}*/

/* Position the "next button" to the right */
/*.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}*/
.ilekursant {
	text-align:center;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
/*.active, .dot:hover {
  background-color: #717171;
}*/

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.gwiazdki > i {
	color:#f6bb06;
}

.tekst_boks_2 {
	background-color:#f5fcec;
	padding: 58px 0 67px 131px;
}
.tekst_boks_2 .speech {
    color: #686868;
    display: inline-block;
    font-size: 27px;
    font-style: italic;
    line-height: 37px;
    margin-bottom: 26px;
    max-width: 600px;
}
.tekst_boks_2 .mike{
	    align-items: center;
    color: #686868;
    display: flex;
    font-size: 14px;
}
.tekst_boks_2 .mike img {
    margin-right: 18px;
    max-width: 74px;
}
.tekst_boks_2 .mike>span {
    font-size: 14px;
}
.tekst_boks_2 .mike>span span {
    display: block;
    font-size: 20px;
}
.tekst_boks_2a {
	padding: 0px;
}
.tekst_boks_2a > span {
	padding: 80px 131 67px 131px;
	position: absolute;
    color: white;
    font-size: 27px;
    font-style: italic;
    line-height: 37px;
}
.tekst_boks_2a img {
    max-height: 900px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#region-main #navbarSupportedContent ul li {
    width: 100px;
}
.maps_1,.maps_1 > iframe, .maps_2 > iframe {
	padding:0px;
}
.maps_2 {
	padding-left:0px;
}
#region-main ul li {
	width: unset;
	font-size:15px;
}
.breadcrumb__outer > ol, .breadcrumb__outer > ol > li > a, .breadcrumb__outer > ol > li > span {
	color:black!important;
}
.breadcrumb__outer > ol > li, .breadcrumb__outer > ol > i {
	padding-top: 10px;
}
.navbar-toggler, .navbar-toggler:hover,.navbar-toggler:focus  {
    background-color: #fffbfb!important;
    left: 10px;
    position: relative;	
}
.navbar>.container-fluid {
	flex-wrap: nowrap;
}
.menu_mobilne .logowanie_button {
	padding: 12px 10px;
	font-size: 12px;
}
.carousel {
    margin-bottom: 0px;
}
.tekst_slider {
	top: 250px;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    padding-right: 40px;
	
}
.mix.training-box.col-md-12 > div > img {
	    margin: auto;
}
.icon-thick-chevron-up {
	    position: relative;
    left: -4px;
}

	.slick-slide {
		display:block;
	}
	.lista_kursantow {
		background-image: url(/sklep/img/160_1.jpg);
		height: 400px;
		background-size: cover;
		margin-right: 0px;
	}
	.lista_kursantow > div {
		margin: auto;
	}
	.liczba {
		font-size: 105px;
		color: white;
		font-weight: bold;
	}
	.lista_kursantow .opis {
		font-size: 50px;
		color: white;
		font-weight: bold;
	}
	.menu_mobilne {
		display: none;
	}
.logo_2_old {
	background: url(/sklep/img/logo_ergon_new_biale.png) no-repeat top; 
    background-size: contain;
    border: 0;
    display: block;
    height: 148px;
    margin-top: -41px;
    position: relative;
}

.logo_2 {
	background: url(/sklep/img/ergon.png) no-repeat top; 
    background-size: contain;
    border: 0;
    display: block;
	    height: 100%;
    position: relative;
}
.navbar.navbar-expand-lg.bg-body-tertiary {
	padding: 0px;
}
.navbar.navbar-expand-lg.bg-body-tertiary > .container-fluid, #navbarSupportedContent, #navbarSupportedContent > .row {
	height: 100%;
}
#navbarSupportedContent > .row > div {
	/* height: 80%; */
	height: 100%;
}
#navbarSupportedContent ul {
	height: 100%;
}
#navbarSupportedContent li {
	    margin: auto 0;
}
#navbarSupportedContent > .row > .col-md-5 > div.row {
	height: 100%;
} 
#navbarSupportedContent > .row > .col-md-5 > .justify-content-end > div:first-child {
	margin: auto 0;
}
.logowanielogo{
	margin: auto 0;
}
.logo_1 {
    width: 350px;
    margin: auto;
    border-radius: 26px;
    background-color: #c1c1c1b5;
}
.logo_1_old {
    width: 350px;
    margin: auto;
    border-radius: 26px;
}
.ilekursant > input {
	text-align:center;
}
@media (max-width: 1600px){
	.card .card__info h3 {
		color: #1b232e!important;
		font-size: 13px!important;
		font-weight: 500!important;
		line-height: 19px!important;
		margin-bottom: 5px!important;
	}
	.card .card__top>span {
		margin-bottom: 0px;
	}
}
@media (max-width: 1400px){

	.app .app__intro {
		left: 60px;
	}	
	.app h3 {
		font-size: 35px;
	}
}
@media (max-width: 1250px){
	header #hr {
		margin-top:0px;
	}
	/* header #hr:after, header #hr:before { */
		/* top: 0px; */
	/* } */
	header #hr:after, header #hr:before {
		display:none;

		
	}
	.logo_1, .logo_1_old {
		width: 170px;
	}
	.logo_2, .logo_2_old {
		margin-top: 0px!important;
		height: 70px;
	}
	.lista_kursantow .liczba {
		font-size: 80px;
	}	

	.app .app__intro {
		left: 20px;
	}
	.app img {
		height: 100%;
		max-height: 100%;
	}
}
@media (max-width: 1024px){
	.tekst_boks_2, .tekst_boks_2a > span {
		padding: 58px 15px;
	}
	.app img {
		height: 100%;
	}
}

@media (max-width: 991px){
	
	.menu_mobilne {
		display: block;
		width: 80%;
	}
	.navbar.navbar-expand-lg {
		height: 140px;
	}
	.logo_2 {
		background-position-x: right;
	}
	nav > .container-fluid > div:first-child {
		width:20%;
	} 
	.menu_mobilne > div.row > div {
		margin: auto 0;
	}
	.row.row-cols-auto.justify-content-end >  div {
		margin: auto 0;
	}
	.logowanie_button {
		margin-right: 0px;
	}
}
@media (max-width: 768px){
	.app .inner>div {
		    max-width: 100%;
    text-align: center;
    left: 5px;
    right: 5px;
	}
	
	.intro_new .home-search {
		font-size: 11px;
		margin: 0 auto 18px;
		width: 100%;
	}
	.intro_new .inner {
		padding-top: 10px;
	}
	.intro_new h1 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.intro_new .home-search input {
		border-radius: 5px;
		font-size: 12px;
		height: 50px;
		width: 100%;
	}
	.intro_new .home-search>span {
		display: block;
		font-size: 14px;
		width: 100%;
	}
	/* header { */
		/* height: 300px; */
	/* } */
	header.header_koszyk {
		height: 200px;
	}
	#navbarSupportedContent > div {
		height:100%;
	}
	/* .intro_new { */
		/* display:none; */
	/* } */
	header #hr {
		height: 60px;
		opacity: 1;
		/* margin-top: -62px; */
	}
	header #hr:after, header #hr:before {
		display:none;
	}
	.navbar-collapse.collapse.show > div > div {
		background-color:#FFF;
	}
	.navbar-collapse.collapse.show a.menulink {
		color:#000;
	}
	.manumobilne {
		border-top: unset;
		text-align: left;
	}
	.mb-2 {
		margin: 2px!important;
	}
	label.labl {
		text-align: center;
	}
	label.labl > div {
		margin: auto;
	}
	.tytul-przelew > div {
		text-align: center;
	}
	.lista_kursantow .opis {
		font-size: 30px;
	}
	.lista_kursantow .liczba {
		font-size: 50px;
	}
	.tekst_slider {
	    padding-right: 10px;
	}
	.box_opinie .slick-list.draggable {
		margin: 0 auto;
	}
	.logo_2, .logo_2_old {
		margin-top: 0px!important;
		width: 140px;
		height: 80px;
	}
	.menu_position {
		height: 140px;
	}
}















/*table resposive*/

@media screen and (max-width: 600px) {
	.cart-container-min-resp table {
	  border: 1px solid #ccc;
	  border-collapse: collapse;
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  table-layout: fixed;
	}

	.cart-container-min-resp table caption {
	  font-size: 1.5em;
	  margin: .5em 0 .75em;
	}


	.cart-container-min-resp table th,
	.cart-container-min-resp table td {
	  text-align: center;
	  border-top: 0px solid #ddd;
	}

	.cart-container-min-resp table th {
	  font-size: .85em;
	  letter-spacing: .1em;
	  text-transform: uppercase;
	}
	.cart-container-min-resp table tr {
		border-bottom: 1px solid #a39d9d;
		border-top: 1px solid #a39d9d;
		padding: .35em;
	}
  .cart-container-min-resp table {
    border: 0;
  }

  .cart-container-min-resp table caption {
    font-size: 1.3em;
  }
  
  .cart-container-min-resp table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .cart-container-min-resp table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  .cart-container-min-resp table td {
    display: block;
    font-size: .8em;
    text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
  }
  
  .cart-container-min-resp table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .cart-container-min-resp table td:last-child {
    border-bottom: 0;
  }
  #carts #cart-totals {
	  float:left;
  }
  .cart-container .section-title.title_kurs {
	  font-size:22px;
  }

   footer > .main-bg > .ft-wrap > div:first-child{
	  order: 4;
  }
}

    /* .careers ul li:nth-child(3) { */
        /* order: 2 */
    /* } */

/*table resposive*/



@media(max-width: 860px) {

	.cart_item div.ilekursant {
		padding-left: 2px;
		padding-right: 2px;
	}
	.cart_item div.ilekursant > input {
		padding: 4px!important;
		text-align: center;
	}
}


@media (max-width: 991px){
	.intro_new .home-search .icon-search2 {
		top: -3px;
	}
}


@media (max-width: 1200px){
	.cart_item div.nextt, .cart_item div.prevv {
		padding-left: 15px;
		padding-right: 15px;
	}
}





/* Dopisac na koncu /sklep/style2.css, obok poprawki mobilnej.
   Nie zastepowac calego pliku style2.css.
   Poprawka dziala tylko powyzej 768 px.
*/
@media (min-width: 769px) {
  .categories ul.listakategorii {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 18px;
    width: 100% !important;
    max-width: 1180px !important;
    min-width: 0;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none;
    box-sizing: border-box;
  }

  .categories ul.listakategorii > li {
    display: flex !important;
    align-items: stretch;
    width: auto !important;
    min-width: 0;
    max-width: none;
    height: auto !important;
    min-height: 164px;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    border-radius: 16px;
    box-sizing: border-box;
    transform: none !important;
  }

  .categories ul.listakategorii > li > a {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-width: 0;
    height: auto !important;
    padding: 20px 14px !important;
    border-radius: inherit;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }

  .categories ul.listakategorii > li > a > img {
    position: static !important;
    transform: none !important;
    flex: 0 0 56px;
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
  }

  .categories ul.listakategorii > li > a > h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 2.8em;
    margin: 0 !important;
    padding: 0;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.4 !important;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .categories ul.listakategorii > li > a:focus-visible {
    outline: 3px solid #153660;
    outline-offset: 3px;
  }
}

@media (min-width: 1024px) {
  .categories ul.listakategorii {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .categories ul.listakategorii {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}



/* Platforma Edukacji — poprawka boksow kategorii na telefonach.
   Dopisac na koncu /sklep/style2.css. Nie zastepowac calego pliku.
   Zakres: sekcja .categories, ekrany do 768 px.
*/
@media (max-width: 768px) {
  .categories .inner {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
  }

  .categories ul.listakategorii {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 12px;
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    box-sizing: border-box;
  }

  .categories ul.listakategorii > li {
    display: flex !important;
    width: auto !important;
    min-width: 0;
    max-width: none;
    height: auto !important;
    min-height: 128px;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    border-radius: 10px;
    box-sizing: border-box;
    transform: none !important;
  }

  .categories ul.listakategorii > li > a {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 10px;
    width: 100%;
    min-width: 0;
    height: auto !important;
    padding: 16px 10px !important;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: inherit;
  }

  .categories ul.listakategorii > li > a > img {
    position: static !important;
    transform: none !important;
    flex: 0 0 34px;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
  }

  .categories ul.listakategorii > li > a > h4 {
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 700;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .categories ul.listakategorii > li > a:focus-visible {
    outline: 3px solid #153660;
    outline-offset: 2px;
  }
}




footer.main.tpv2 .ft-wrap .ft-column.careers ul {
  justify-content: center;
}




@media (min-width: 769px) {
  .categories ul.listakategorii {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 18px !important;
  }

  .categories ul.listakategorii > li {
    flex: 0 0 calc((100% - 36px) / 3) !important;
    width: auto !important;
    margin: 0 !important;
  }
}

@media (min-width: 1024px) {
  .categories ul.listakategorii > li {
    flex-basis: calc((100% - 54px) / 4) !important;
  }
}

@media (min-width: 1200px) {
  .categories ul.listakategorii > li {
    flex-basis: calc((100% - 72px) / 5) !important;
  }
}



/* PLATFORMa EDUKACJI — sekcje dolne, desktop i mobile.
   Wkleic na samym koncu /sklep/style2.css.
   Nie zastepowac calego style2.css ani poprawek kategorii i stopki.
   Zakres: statystyki, partnerzy, banery, opinie, aplikacja, wypowiedz, mapy.
*/

/* Pelna szerokosc kontenera strony, bez dodatkowego zwezania sekcji. */
.lista_kursantow.row,
.publishers:has(.lista_log),
.tests:has(.tests__section),
.row:has(> .box_opinie),
.app:has(.app__intro),
.row.pochylone_blok,
.row[name="kontakt"]:has(.mapy_firmy) {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin: 40px auto !important;
  box-sizing: border-box;
  float: none;
}

:is(.lista_kursantow, .publishers:has(.lista_log), .tests:has(.tests__section),
  .row:has(> .box_opinie), .app:has(.app__intro), .pochylone_blok,
  .row[name="kontakt"]:has(.mapy_firmy)) * {
  box-sizing: border-box;
}

.lista_kursantow.row::before,
.lista_kursantow.row::after,
.row.pochylone_blok::before,
.row.pochylone_blok::after,
.row[name="kontakt"]::before,
.row[name="kontakt"]::after {
  content: none;
}

/* 1. Statystyki — trzy rowne pola, czytelny tekst na fotografii. */
.lista_kursantow.row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  height: auto !important;
  min-height: 240px;
  padding: 40px 32px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
}
.lista_kursantow.row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 24, 45, .68);
  pointer-events: none;
  z-index: -1;
}
.lista_kursantow.row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}
.lista_kursantow.row .liczba {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 3.5vw, 56px) !important;
  line-height: 1.15 !important;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.lista_kursantow.row .opis {
  color: #fff;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  line-height: 1.4;
  font-weight: 600;
}

/* 2. Partnerzy — proporcjonalne logotypy; mechanizm Slick pozostaje aktywny. */
.publishers:has(.lista_log) {
  height: auto !important;
  padding: 32px 24px;
  background: #f3f6fa;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
}
.publishers:has(.lista_log) > .inner {
  width: 100%; max-width: none; min-width: 0;
  height: auto; margin: 0; padding: 0;
}
.publishers:has(.lista_log) h2,
.row:has(> .box_opinie) .box_opinie_title h2 {
  margin: 0 0 24px !important;
  color: #183557;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.3 !important;
  font-weight: 700;
  text-align: center !important;
}
.publishers:has(.lista_log) > .inner > .row {
  display: block; width: 100%; margin: 0;
}
.publishers:has(.lista_log) > .inner > .row > .col-md-2 { display: none; }
.publishers:has(.lista_log) > .inner > .row > .col-md-8 {
  width: 100%; max-width: 100%; padding: 0; margin: 0; float: none;
}
.publishers .lista_log {
  width: 100%; max-width: 1080px; min-width: 0; margin: 0 auto;
}
.publishers .lista_log .slick-slide { height: auto; }
.publishers .lista_log .slick-slide > div { margin: 0 8px; }
.publishers .lista_log .row,
.publishers .lista_log .training-box {
  width: 100%; max-width: 100%; margin: 0; padding: 0;
}
.publishers .lista_log .training-box > div {
  display: flex; align-items: center; justify-content: center;
  min-height: 108px; padding: 16px; border-radius: 12px;
  background: #fff; border: 1px solid #e2e8f0;
}
.publishers .lista_log img {
  display: block; width: auto !important; height: auto !important;
  max-width: 100%; max-height: 68px; margin: auto; object-fit: contain;
}

/* 3. Operator / konserwator — dwa niezalezne banery. */
.tests:has(.tests__section) {
  height: auto !important; padding: 0; background: transparent; overflow: visible;
}
.tests:has(.tests__section) > .inner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px; width: 100%; max-width: none; height: auto !important;
  margin: 0; padding: 0;
}
.tests .inner .tests__section,
.tests .inner .tests__section:first-child,
.tests .inner .tests__section:nth-child(2) {
  display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  grid-template-rows: 1fr auto; gap: 18px;
  position: relative; inset: auto; float: none;
  width: 100%; min-width: 0; height: auto; min-height: 250px;
  padding: 28px; overflow: hidden; border-radius: 18px;
  background: linear-gradient(120deg, #203d66, #3369b7);
}
.tests .inner .tests__section > br { display: none; }
.tests .inner .tests__section h3 {
  grid-column: 1; grid-row: 1; align-self: center;
  margin: 0 !important; padding: 0; color: #fff;
  font-size: clamp(19px, 1.7vw, 24px); line-height: 1.4;
  overflow-wrap: anywhere;
}
.tests .inner .tests__section .tests__img {
  grid-column: 2; grid-row: 1 / 3;
  position: static; width: 100%; min-width: 0; height: auto !important;
  overflow: hidden; border-radius: 12px;
}
.tests .inner .tests__section .tests__img img.images {
  display: block !important; position: static;
  width: 100% !important; max-width: 100%; height: 100% !important;
  min-height: 190px; margin: 0; padding: 0;
  clip-path: none; transform: none; object-fit: cover; object-position: center top;
}
.tests .inner .tests__section a.but {
  grid-column: 1; grid-row: 2; align-self: end; justify-self: start;
  display: inline-flex; align-items: center; justify-content: center;
  width: auto; max-width: 100%; min-height: 46px;
  margin: 0 !important; padding: 12px 16px;
  border: 1px solid transparent; border-radius: 9px;
  background: #007b55; color: #fff;
  font-size: 14px; font-weight: 700; line-height: 1.4;
  text-align: center; text-decoration: none; white-space: normal;
}
.tests .inner .tests__section a.but:hover { background: #006747; }
.tests .inner .tests__section a.but:focus-visible {
  outline: 3px solid #fff; outline-offset: 3px;
}

/* 4. Opinie — wysokosc zalezy od tresci, gwiazdki na dole karty. */
.row:has(> .box_opinie) { display: block; padding: 0; }
.row:has(> .box_opinie) > .box_opinie_title {
  display: block; width: 100%; margin: 0; padding: 0;
}
.row:has(> .box_opinie) .box_opinie_title > div:first-child {
  width: 100%; max-width: 100%; padding: 0; float: none;
}
.row:has(> .box_opinie) .box_opinie_title > div:not(:first-child) { display: none; }
.row:has(> .box_opinie) > .box_opinie {
  width: 100%; min-width: 0; max-width: 100%; height: auto;
  margin: 0; padding: 0 0 12px;
}
.box_opinie.slick-initialized > .slick-list {
  width: 100% !important; max-width: 100%; height: auto !important;
  margin: 0; padding: 8px 0 16px !important;
}
.box_opinie.slick-initialized .slick-track {
  display: flex !important; align-items: stretch;
}
.box_opinie.slick-initialized .slick-track::before,
.box_opinie.slick-initialized .slick-track::after { content: none; }
.box_opinie.slick-initialized .slick-slide {
  display: flex !important; flex-shrink: 0;
  height: auto !important; min-height: 0;
}
.box_opinie.slick-initialized .slick-slide > div {
  display: flex; width: calc(100% - 16px); height: auto !important;
  margin: 0 8px !important;
}
.box_opinie .slick-slide > div > .shadow,
.box_opinie:not(.slick-initialized) > .shadow {
  display: flex !important; flex-direction: column;
  width: 100%; min-width: 0; height: auto !important;
  margin: 0 !important; padding: 24px !important;
  border: 1px solid #e0e7ef; border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(20,45,75,.07) !important;
}
.box_opinie .autor_opinii {
  padding: 0; margin: 0 0 14px; color: #183557;
  font-size: 18px; line-height: 1.4; font-weight: 700;
  overflow-wrap: anywhere;
}
.box_opinie .tekst_opinii {
  padding: 0; margin: 0 0 20px; color: #344256;
  font-size: 16px; line-height: 1.65; overflow-wrap: anywhere;
}
.box_opinie .gwiazdki_opinii { margin-top: auto; padding: 0; line-height: 1.5; }
.box_opinie .gwiazdki_opinii > i { color: #af7400; }
.box_opinie.slick-initialized > .slick-dots,
.publishers .lista_log > .slick-dots {
  position: static; display: flex !important; flex-wrap: wrap;
  justify-content: center; gap: 4px; width: 100%;
  margin: 12px 0 0 !important; padding: 0 !important;
}
.box_opinie.slick-initialized > .slick-dots li,
.publishers .lista_log > .slick-dots li {
  position: relative; left: auto !important;
  width: 36px !important; height: 36px; margin: 0;
}
.box_opinie.slick-initialized > .slick-dots li button,
.publishers .lista_log > .slick-dots li button {
  width: 36px; height: 36px; margin: 0; padding: 0;
}
.box_opinie.slick-initialized > .slick-dots li button::before,
.publishers .lista_log > .slick-dots li button::before {
  width: 36px; height: 36px; line-height: 36px; font-size: 10px; color: #234e80;
}
.box_opinie .slick-dots button:focus-visible,
.publishers .lista_log .slick-dots button:focus-visible {
  outline: 2px solid #234e80; outline-offset: 1px;
}

/* 5. Aplikacja — grafika z kodem QR zachowuje pelne proporcje. */
.app:has(.app__intro) {
  border-radius: 20px; overflow: hidden;
  background: linear-gradient(120deg, #075f85, #008fbd);
}
.app:has(.app__intro) > .inner {
  display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center; gap: 32px;
  width: 100%; max-width: none; min-height: 0;
  height: auto; margin: 0; padding: 32px 40px;
  background: none !important;
}
.app:has(.app__intro) > .inner > .app__intro,
.app:has(.app__intro) > .inner > .app__img {
  display: block; position: static; inset: auto;
  width: 100%; min-width: 0; max-width: 100%;
  margin: 0; padding: 0; transform: none;
}
.app:has(.app__intro) .app__intro h3 {
  margin: 0 0 18px; color: #fff;
  font-size: clamp(26px, 2.8vw, 38px); line-height: 1.3; text-align: left;
}
.app:has(.app__intro) .app__intro .sub {
  max-width: none; margin: 0; color: #fff;
  font-size: 17px; line-height: 1.6; text-align: left;
}
.app:has(.app__intro) .app__img img {
  display: block; width: 100% !important; height: auto !important;
  max-width: 490px; max-height: none;
  margin: 0 auto; object-fit: contain;
}

/* 6. Wypowiedz prowadzacego — tekst i zdjecie bez ukosnego wyciecia. */
.row.pochylone_blok {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  align-items: stretch; gap: 0;
  border-radius: 20px; overflow: hidden;
  background: linear-gradient(120deg, #203d66, #3369b7);
}
.row.pochylone_blok > .tekst_boks_2a.pochylenie,
.row.pochylone_blok > .tekst_boks_2.pochylenie {
  width: 100%; min-width: 0; max-width: 100%; height: auto;
  margin: 0; padding: 0; background: transparent;
}
.row.pochylone_blok > .tekst_boks_2a.pochylenie img {
  display: block; width: 100%; height: 100% !important;
  min-height: 340px; max-height: none !important;
  clip-path: none !important; object-fit: cover; object-position: 50% 30%;
}
.row.pochylone_blok > .tekst_boks_2.pochylenie {
  display: flex; align-items: center; padding: 36px;
}
.row.pochylone_blok .tekst_boks_2 .speech {
  display: block; width: 100%; max-width: 100%; margin: 0;
  color: #fff; font-size: clamp(17px, 1.45vw, 20px) !important;
  line-height: 1.65 !important; font-style: normal;
  text-align: left; overflow-wrap: anywhere;
}

/* 7. Dwie mapy — oddzielne karty z rownymi naglowkami. */
.row[name="kontakt"]:has(.mapy_firmy) {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch; gap: 24px; padding: 0;
}
.row[name="kontakt"] > :is(.maps_1, .maps_2) {
  display: flex; flex-direction: column;
  width: 100%; min-width: 0; max-width: 100%; margin: 0; padding: 0;
  border: 1px solid #dce5ee; border-radius: 16px;
  overflow: hidden; background: #f4f7fb;
}
.row[name="kontakt"] > :is(.maps_1, .maps_2) > h2 {
  display: flex; align-items: center; justify-content: center;
  min-height: 96px; margin: 0; padding: 18px 24px;
  color: #183557; font-size: clamp(20px, 2vw, 25px);
  line-height: 1.35; text-align: center; overflow-wrap: anywhere;
}
.row[name="kontakt"] iframe.mapy_firmy {
  display: block; flex: 1 0 320px;
  width: 100% !important; max-width: 100%; height: 320px;
  min-height: 320px; margin: 0; padding: 0; border: 0;
  filter: none;
}

@media (max-width: 1000px) {
  .tests:has(.tests__section) > .inner { grid-template-columns: minmax(0, 1fr); }
  .tests .inner .tests__section,
  .tests .inner .tests__section:first-child,
  .tests .inner .tests__section:nth-child(2) {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    min-height: 230px;
  }
  .row.pochylone_blok { grid-template-columns: minmax(0, 1fr); }
  .row.pochylone_blok > .tekst_boks_2a.pochylenie img {
    height: auto !important; min-height: 0; max-height: 440px !important;
    object-fit: contain; background: #203d66;
  }
}

@media (max-width: 700px) {
  .lista_kursantow.row,
  .publishers:has(.lista_log),
  .tests:has(.tests__section),
  .row:has(> .box_opinie),
  .app:has(.app__intro),
  .row.pochylone_blok,
  .row[name="kontakt"]:has(.mapy_firmy) {
    width: 100% !important; margin: 28px auto !important;
  }
  .lista_kursantow.row {
    grid-template-columns: minmax(0, 1fr); gap: 12px;
    min-height: 0; padding: 20px;
  }
  .lista_kursantow.row > div { padding: 20px 12px; }
  .lista_kursantow.row .liczba { font-size: 36px !important; }
  .lista_kursantow.row .opis { font-size: 18px !important; }
  .publishers:has(.lista_log) { padding: 24px 12px; }
  .publishers .lista_log .training-box > div { min-height: 100px; padding: 12px; }
  .publishers .lista_log img { max-height: 60px; }
  .app:has(.app__intro) > .inner {
    grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 28px 20px 20px;
  }
  .app:has(.app__intro) .app__intro h3,
  .app:has(.app__intro) .app__intro .sub { text-align: center; }
  .app:has(.app__intro) .app__img img { max-width: 400px; }
  .row.pochylone_blok > .tekst_boks_2.pochylenie { padding: 26px 22px; }
  .row.pochylone_blok .tekst_boks_2 .speech { font-size: 17px !important; }
  .row[name="kontakt"]:has(.mapy_firmy) { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .row[name="kontakt"] > :is(.maps_1, .maps_2) > h2 { min-height: 0; padding: 20px; }
  .row[name="kontakt"] iframe.mapy_firmy { height: 280px; min-height: 280px; flex-basis: 280px; }
}

@media (max-width: 480px) {
  .tests .inner .tests__section,
  .tests .inner .tests__section:first-child,
  .tests .inner .tests__section:nth-child(2) {
    grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto auto;
    gap: 20px; padding: 22px; min-height: 0;
  }
  .tests .inner .tests__section h3 { grid-column: 1; grid-row: 1; text-align: center; }
  .tests .inner .tests__section .tests__img { grid-column: 1; grid-row: 2; height: 190px !important; }
  .tests .inner .tests__section .tests__img img.images { min-height: 0; }
  .tests .inner .tests__section a.but { grid-column: 1; grid-row: 3; width: 100%; justify-self: stretch; }
  .box_opinie .slick-slide > div > .shadow { padding: 20px !important; }
}




/**/




/* ETAP 1 — breadcrumb sklepu. Samodzielny CSS, ładowany po stylach sklepu.
   Nie wymaga JavaScriptu ani zmiany HTML. */
.row:has(> .breadcrumb__outer) {
  width: 100%; min-width: 0; margin: 0; padding: 0;
  box-sizing: border-box;
}
.breadcrumb__outer {
  width: 100%; max-width: 100%; min-width: 0;
  margin: 0; padding: 16px 12px; box-sizing: border-box;
}
.breadcrumb__outer > ol.breadcrumb {
  display: block; width: 100%; max-width: 100%; height: auto;
  box-sizing: border-box; margin: 0; padding: 10px 14px;
  border: 1px solid #e0e8f0; border-radius: 8px;
  background: #f5f8fb; color: #52637a !important;
  list-style: none; font-size: 13px; font-weight: 400;
  line-height: 1.8; text-align: left; white-space: normal;
  overflow: visible; overflow-wrap: anywhere;
}
.breadcrumb__outer > ol.breadcrumb > li {
  display: inline; float: none; width: auto; max-width: 100%;
  margin: 0; padding: 0; font-size: inherit; line-height: inherit;
  white-space: normal;
}
.breadcrumb__outer > ol.breadcrumb > li::before,
.breadcrumb__outer > ol.breadcrumb > li::after { content: none; }
.breadcrumb__outer > ol.breadcrumb > li > a {
  color: #245a94 !important; font-size: inherit;
  font-weight: 500; text-decoration: none; white-space: normal;
}
.breadcrumb__outer > ol.breadcrumb > li > a:hover {
  color: #183557 !important; text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumb__outer > ol.breadcrumb > li > a:focus-visible {
  outline: 2px solid #3477b9; outline-offset: 3px; border-radius: 2px;
}
.breadcrumb__outer > ol.breadcrumb > li > span {
  color: #52637a !important; font-size: inherit; font-weight: 400;
  white-space: normal; overflow-wrap: anywhere;
}
.breadcrumb__outer > ol.breadcrumb .icon-home {
  color: #245a94; margin-right: 5px;
}
.breadcrumb__outer > ol.breadcrumb > .icon-right-arrow {
  display: inline-block; float: none; margin: 0 7px; padding: 0;
  color: #7a8ba0; font-size: 9px; vertical-align: middle;
}
@media (max-width: 600px) {
  .breadcrumb__outer { padding: 12px 4px; }
  .breadcrumb__outer > ol.breadcrumb { padding: 10px 12px; font-size: 12px; }
  .breadcrumb__outer > ol.breadcrumb > .icon-right-arrow { margin-inline: 5px; }
}


/* ETAP 2 — nagłówki kategorii sklepu. Samodzielny CSS.
   Zachowuje istniejące nazwy i linki; nie zmienia kart kursów ani nagłówków opisu. */
.row:has(> h2.naglowe_name), h2.naglowe_name,
.courses__header, .courses__header h2 { box-sizing: border-box; min-width: 0; }
/* Naglowki: jeden granat, mniejszy rozmiar, akcent z lewej i rowne odstepy. */
.row:has(> h2.naglowe_name) { width: 100%; margin: 28px 0 8px; padding: 0 12px; }
h2.naglowe_name, .courses__header h2 {
  width: 100%; margin: 0 !important; padding: 8px 0 8px 16px !important;
  border-left: 4px solid #168dbe; color: #183557 !important;
  font-size: clamp(23px, 2vw, 30px) !important; font-weight: 700; line-height: 1.3 !important;
  text-align: left !important; overflow-wrap: anywhere;
}
h2.naglowe_name a, h2.naglowe_name span { color: inherit !important; font-size: inherit !important; text-decoration: none; }
h2.naglowe_name a:hover { color: #245a94 !important; }
h2.naglowe_name a:focus-visible { outline: 3px solid #3477b9; outline-offset: 5px; }
.courses__header { margin-block: 24px 16px !important; padding-inline: 12px; }
@media (max-width: 768px) {
  .row:has(> h2.naglowe_name) { margin-top: 24px; padding-inline: 4px; }
  h2.naglowe_name, .courses__header h2 { font-size: 23px !important; padding-left: 12px !important; }
}



/* ETAP 3 — samodzielny wygląd koszyka, desktop i telefon.
   Ładować po stylach sklepu. Nie wymaga dodatkowego JS.
   Obliczenia, liczba uczestników i opcje nadal obsługiwane przez sklep. */
/* Koszyk — zakres ograniczony do .cart-container. Nie zmienia cen ani formularzy. */
.cart-container, .cart-container * { box-sizing: border-box; }
.row.cart-container {
  display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 24px;
  width: 100%; min-width: 0; min-height: 0; margin: 0; padding: 28px 12px 48px;
  color: #344256; font-size: 15px; line-height: 1.6;
}
.cart-container.row::before, .cart-container.row::after,
.cart-container .row::before, .cart-container .row::after { content: none !important; }
.row.cart-container > :is(.col-xl-9, .col-xl-3) {
  width: 100%; max-width: none; min-width: 0; margin: 0; padding: 0; float: none;
}
.cart-container .section-title {
  margin: 0 0 20px; padding: 0; color: #183557;
  font-size: clamp(24px, 2vw, 30px); line-height: 1.3; text-align: left;
}
.cart-container > .col-xl-9 > .row { margin: 0 0 20px; }
.cart-container .alert.alert-success {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  width: 100%; margin: 0; padding: 14px 18px; border: 1px solid #bedbcb;
  border-radius: 12px; background: #eef8f2; color: #25523a;
}
.cart-container .alert > .col-md-8 { flex: 1 1 260px; width: auto; padding: 0; }
.cart-container .alert > .col-md-4 { flex: 0 1 auto; width: auto; padding: 0; }
.cart-container .alert a { display: inline-flex; align-items: center; min-height: 44px; color: #245a94; font-size: 13px; font-weight: 700; text-underline-offset: 3px; }
.cart-container .cart-items-wrapper {
  display: block; width: 100%; min-width: 0; margin: 0; padding: 20px;
  border: 1px solid #dce5ef; border-radius: 14px; background: #fff; box-shadow: 0 4px 18px #18355708;
}
.cart-container .table_respons table { width: 100%; margin: 0; table-layout: fixed; border-collapse: collapse; font-size: 14px; line-height: 1.6; }
.cart-container .table_respons th { padding: 12px 10px 16px; color: #183557; font-size: 13px; font-weight: 700; border-bottom: 1px solid #dce5ef; }
.cart-container .table_respons th:nth-child(1) { width: 39% !important; }
.cart-container .table_respons th:nth-child(2) { width: 13% !important; }
.cart-container .table_respons th:nth-child(3) { width: 10% !important; }
.cart-container .table_respons th:nth-child(4) { width: 18% !important; }
.cart-container .table_respons th:nth-child(5) { width: 12% !important; }
.cart-container .table_respons th:nth-child(6) { width: 8% !important; }
.cart-container .table_respons td { padding: 20px 10px; vertical-align: top; text-align: left; border-bottom: 1px solid #e3eaf2; overflow-wrap: anywhere; }
.cart-container .table_respons tr:last-child td { border-bottom: 0; }
.cart-container td.product-name > div { display: block; min-width: 0; }
.cart-container td.product-name > div > span:first-child { display: block; margin-bottom: 20px; color: #183557; font-size: 17px; font-weight: 700; line-height: 1.5; }
.cart-container td.product-name > div > br { display: none; }
.cart-container td.product-name p { margin: 0 0 12px; font-size: 14px; }
.cart-container td.product-name strong { font-weight: 700 !important; color: #183557; }
.cart-container td.product-name .form-check {
  position: relative; display: grid !important; grid-template-columns: 22px minmax(0, 1fr); align-items: start; gap: 10px;
  min-height: 44px; margin: 0 0 10px; padding: 12px; background: #f4f7fb; border: 1px solid #e0e8f1; border-radius: 8px;
}
.cart-container td.product-name .form-check input[type="checkbox"] {
  position: static !important; float: none; display: block !important; width: 20px; height: 20px;
  margin: 2px 0 0 !important; opacity: 1 !important; accent-color: #245a94;
}
.cart-container td.product-name .form-check label { position: static; margin: 0; padding: 0 !important; color: #344256; font-size: 14px; font-weight: 400; line-height: 1.5; cursor: pointer; }
.cart-container td.product-name .form-check label::before,
.cart-container td.product-name .form-check label::after { content: none !important; }
.cart-container td.product-name a { color: #245a94; text-decoration: underline; overflow-wrap: anywhere; }
.cart-container td.product-name .checkbox-green + span { margin-top: 12px; color: #5b6b7e; font-size: 13px; line-height: 1.6; }

/* Ten sam przelacznik i ten sam checkbox; stan nadal obsluguje kod sklepu. */
.cart-container .checkbox-green { display: block; width: 100%; height: auto; margin: 10px 0; line-height: 1.4; cursor: pointer; }
.cart-container .checkbox-green .checkbox-green-switch { display: block; width: 100% !important; max-width: 500px; height: 80px !important; margin: 0; border-radius: 10px; background: #e8eef5; }
.cart-container .checkbox-green .checkbox-green-switch::before,
.cart-container .checkbox-green .checkbox-green-switch::after {
  display: flex; align-items: center; justify-content: center; width: calc(50% - 6px); height: 72px !important;
  top: 4px; margin: 0; padding: 8px; border-radius: 7px; font-size: 12px !important;
  line-height: 1.4; font-weight: 600; text-transform: none; text-align: center; overflow-wrap: anywhere;
}
.cart-container .checkbox-green .checkbox-green-switch::before { left: calc(50% + 2px); color: #44566d; }
.cart-container .checkbox-green .checkbox-green-switch::after { left: 4px; background: #245a94 !important; color: #fff; transform: none; }
.cart-container .checkbox-green input:checked + .checkbox-green-switch { border-radius: 10px; background: #e8eef5; }
.cart-container .checkbox-green input:checked + .checkbox-green-switch::before { left: 4px; }
.cart-container .checkbox-green input:checked + .checkbox-green-switch::after { left: calc(50% + 2px); transform: none; }
.cart-container .checkbox-green input:focus-visible + .checkbox-green-switch { outline: 3px solid #3477b9; outline-offset: 3px; }

/* Liczba uczestnikow: bez kolumn Bootstrapa lamacych przyciski. */
.cart-container .cart_item td > .row:has(.inputnumberile) { display: grid; grid-template-columns: 36px minmax(42px, 1fr) 36px; gap: 4px; width: 100%; max-width: 176px; margin: 0; }
.cart-container .cart_item :is(.prevv, .ilekursant, .nextt) { width: 100%; max-width: none; min-width: 0; margin: 0; padding: 0; }
.cart-container .wac-qty-button { display: block; width: 100%; height: 44px; margin: 0; padding: 0; border: 1px solid #c4d3e2; border-radius: 7px; background: #edf3f9; color: #183557; font-size: 22px; line-height: 1; }
.cart-container .wac-qty-button:hover { background: #dce9f5; }
.cart-container .inputnumberile { width: 100%; min-width: 0; height: 44px; margin: 0; padding: 6px 2px; border: 1px solid #c4d3e2; border-radius: 7px; color: #183557; font-size: 16px; text-align: center; }
.cart-container .product-remove .delete { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 8px; color: #af2929 !important; background: #fff1f1; }
.cart-container .product-remove .delete i { font-size: 22px; }
.cart-container :is(a, button, input):focus-visible { outline: 3px solid #3477b9; outline-offset: 3px; }

/* Podsumowanie zachowuje istniejace kwoty aktualizowane przez skrypty sklepu. */
.cart-container > .col-xl-3 .cart-items-wrapper { padding: 22px; background: #f4f7fb; }
.cart-container .summary-divider { display: none; }
.cart-container .regular-price { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; width: 100%; max-width: none; margin: 0; padding: 12px 0; }
.cart-container .regular-price .title { font-size: 13px; line-height: 1.5; }
.cart-container .regular-price .price { flex-shrink: 0; color: #183557; font-size: 16px; font-weight: 700; }
.cart-container .regular-price + .regular-price { margin-top: 4px; padding-top: 18px; border-top: 1px solid #cdd9e6; }
.cart-container .regular-price + .regular-price .title { font-size: 17px; font-weight: 700; }
.cart-container .regular-price + .regular-price .price { font-size: 22px; }
.cart-container .wc-proceed-to-checkout { margin: 22px 0 0; }
.cart-container .wc-proceed-to-checkout a.btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; padding: 12px; border: 0; border-radius: 9px; background: #c8430b; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.5; white-space: normal; }
.cart-container .wc-proceed-to-checkout a.btn:hover { background: #ac3606; }

/* Przy mniejszej szerokosci pozycje koszyka staja sie czytelnymi kartami. */
@media (max-width: 1399px) {
  .cart-container .table_respons table, .cart-container .table_respons tbody { display: block; width: 100%; }
  .cart-container .table_respons thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .cart-container .table_respons tr.cart_item { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0 0 24px; padding: 0 0 24px; border-bottom: 1px solid #dce5ef; }
  .cart-container .table_respons tr.cart_item:last-child { margin: 0; padding-bottom: 0; border: 0; }
  .cart-container .table_respons tr.cart_item > td { display: block; width: auto; min-width: 0; padding: 0; border: 0; font-size: 15px; }
  .cart-container .table_respons tr.cart_item > td.product-name { grid-column: 1 / -1; padding-bottom: 16px; border-bottom: 1px solid #e0e8f1; }
  .cart-container .table_respons td[data-label]::before { content: attr(data-label); display: block; float: none; min-width: 0; margin-bottom: 6px; color: #52637a; font-size: 12px; font-weight: 600; }
  .cart-container .table_respons td.product-name::before { content: none; }
  .cart-container .table_respons td > div { display: block; }
  .cart-container .table_respons td > .row:has(.inputnumberile) { display: grid; }
}
@media (max-width: 1100px) {
  .row.cart-container { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
@media (max-width: 600px) {
  .row.cart-container { padding: 20px 4px 32px; }
  .cart-container .cart-items-wrapper { padding: 16px; border-radius: 12px; }
  .cart-container .table_respons table thead { display: table-header-group; }
  .cart-container td.product-name > div > span:first-child { font-size: 16px; }
  .cart-container .alert.alert-success { padding: 12px 14px; }
  .cart-container .alert .text-right { text-align: left !important; }
  .cart-container > .col-xl-3 .cart-items-wrapper { padding: 18px; }
}

/* Wspólna wysokość pola ilości i przycisków. */
.cart-container .cart_item td > .row:has(.inputnumberile) { align-items: center; }
.cart-container .cart_item :is(.prevv, .ilekursant, .nextt) { display: flex; align-items: center; }
.cart-container .cart_item :is(.wac-qty-button, input.inputnumberile) {
  box-sizing: border-box; height: 44px !important; min-height: 44px !important; max-height: 44px;
  margin: 0 !important; border-width: 1px; border-style: solid; border-color: #b7cadc;
}
.cart-container .cart_item .wac-qty-button { display: flex; align-items: center; justify-content: center; padding: 0; font-size: 22px; line-height: 1 !important; }
.cart-container .cart_item input.inputnumberile { display: block; padding: 0 3px !important; line-height: normal !important; font-size: 16px; appearance: textfield; -moz-appearance: textfield; }
.cart-container .cart_item input.inputnumberile::-webkit-inner-spin-button,
.cart-container .cart_item input.inputnumberile::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }


/* ETAP 4 — zakładki kategorii na stronie sklepu i UDT/TDT/WDT.
   Dopisać po stylach sklepu. Działa z istniejącym jQuery UI.
   Nie ustawia widoczności paneli i nie zmienia kart kursów. */
:is(#tabs, #tabs2, .course-tabs) > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 12px 0 24px !important;
  padding: 8px !important;
  border: 1px solid #dce5ef !important;
  border-radius: 12px;
  background: #f4f7fb !important;
  list-style: none;
}

:is(#tabs, #tabs2, .course-tabs) > ul::before,
:is(#tabs, #tabs2, .course-tabs) > ul::after,
:is(#tabs, #tabs2, .course-tabs) > ul > li::before,
:is(#tabs, #tabs2, .course-tabs) > ul > li::after {
  content: none !important;
}

:is(#tabs, #tabs2, .course-tabs) > ul > li {
  display: flex;
  flex: 1 1 210px;
  float: none !important;
  position: relative;
  left: 0 !important;
  top: auto !important;
  box-sizing: border-box;
  width: auto !important;
  min-width: 0;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px;
  background: transparent !important;
  font-size: 14px !important;
  white-space: normal;
  list-style: none;
}

:is(#tabs, #tabs2, .course-tabs) > ul > li > a {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  float: none !important;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 64px;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #d4dfeb !important;
  border-radius: 8px;
  background: #fff !important;
  color: #284869 !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  transition:
    background-color .15s ease,
    color .15s ease,
    border-color .15s ease;
}

:is(#tabs, #tabs2, .course-tabs) > ul > li > a:hover {
  border-color: #97b3d1 !important;
  background: #e8f0f8 !important;
  color: #183557 !important;
}

:is(#tabs, #tabs2, .course-tabs) > ul > li.ui-tabs-active > a,
:is(#tabs, #tabs2, .course-tabs) > ul > li[aria-selected="true"] > a {
  border-color: #245a94 !important;
  background: #245a94 !important;
  color: #fff !important;
  box-shadow: inset 0 -3px 0 #163c69;
}

:is(#tabs, #tabs2, .course-tabs) > ul > li:focus-visible,
:is(#tabs, #tabs2, .course-tabs) > ul > li > a:focus-visible {
  outline: 3px solid #168dbe !important;
  outline-offset: 3px;
}

@media (max-width: 770px) {
  :is(#tabs, #tabs2, .course-tabs) > ul {
    flex-direction: column;
    gap: 6px;
    margin-block: 10px 20px !important;
    padding: 6px !important;
  }

  :is(#tabs, #tabs2, .course-tabs) > ul > li {
    flex: 0 0 auto;
    width: 100% !important;
  }

  :is(#tabs, #tabs2, .course-tabs) > ul > li > a {
    justify-content: flex-start;
    min-height: 48px;
    padding: 12px 14px !important;
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(#tabs, #tabs2, .course-tabs) > ul > li > a {
    transition: none;
  }
}

/* ETAP 5 — poprawiona wersja przesłanego bloku wyglądu kursu.
   ZASTĄPIĆ nią poprzedni blok #main-holder, nie cały style2.css.
   Dotyczy stron kursów używających #main-holder i .l-info__inner.
   Nagłówki h2 nie wymuszają przejścia pod zdjęcie.
   Pozostałe reguły wyglądu zachowane; bez dodatkowego JavaScriptu. */

#main-holder {
  width: 100%; max-width: none; margin: 0; padding: 12px 12px 40px;
  color: #28384b; box-sizing: border-box;
}
#main-holder * { box-sizing: border-box; }
#main-holder > .row {
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(0, 1fr);
  align-items: start; gap: clamp(24px, 3vw, 48px);
  width: 100%; margin: 0;
}
#main-holder > .row::before,
#main-holder > .row::after { content: none; }
#main-holder > .row > :is(.col-md-3, .col-md-9) {
  width: 100%; min-width: 0; max-width: 100%; margin: 0; padding: 0; float: none;
}

/* Czytelniejszy opis i hierarchia naglowkow. */
#main-holder :is(.l-info, .l-info__inner) {
  width: 100%; max-width: none; min-width: 0; margin: 0; padding: 0;
}
#main-holder .l-info__inner > h1.course-title {
  margin: 0 0 28px; padding: 0;
  color: #183557; font-size: clamp(26px, 2.4vw, 38px) !important;
  line-height: 1.22 !important; font-weight: 800;
  text-align: left; overflow-wrap: anywhere;
}
#main-holder .l-info__inner > .no-overflow {
  display: flow-root; overflow: visible;
  color: #344256; font-size: 17px; line-height: 1.75;
}
#main-holder .l-info__inner > .no-overflow p {
  margin: 0 0 20px; font-size: 17px; line-height: 1.75;
}
#main-holder .l-info__inner h2 {
  /* Nagłówek mieści się obok pływającego zdjęcia; linia nie przechodzi pod zdjęciem. */
  clear: none !important;
  display: flow-root; width: auto; min-width: 0;
  margin: 34px 0 16px; padding: 0 0 12px;
  border-bottom: 1px solid #dfe7ef;
  color: #183557; font-size: clamp(22px, 1.8vw, 28px) !important;
  font-weight: 700; line-height: 1.35 !important; text-align: left !important;
}
#main-holder .l-info__inner h2 span {
  font-size: inherit; line-height: inherit; color: inherit;
}
#main-holder .l-info__inner > .no-overflow > img:first-child {
  display: block; float: right !important;
  width: 35% !important; max-width: 420px; height: auto !important;
  margin: 0 0 24px 28px !important; padding: 0;
  border-radius: 14px;
}
#main-holder .l-info__inner p a {
  color: #245a94; text-decoration: underline; text-underline-offset: 3px;
}

/* Listy bez waskich, przypadkowo rozrzuconych kolumn. */
#main-holder .l-info__inner .no-overflow ul {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px; columns: auto;
  width: 100%; margin: 20px 0; padding: 22px !important;
  list-style: none; border: 1px solid #e0e8f0;
  border-radius: 12px; background: #f4f7fb;
}
#main-holder .l-info__inner .no-overflow ul > li {
  position: relative; left: auto !important; float: none;
  display: block; width: auto !important; min-width: 0;
  margin: 0 !important; padding: 0 0 0 26px !important;
  background: none !important; overflow: visible;
  color: #344256; font-size: 16px !important; line-height: 1.65;
}
#main-holder .l-info__inner .no-overflow ul > li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: #16724f; font-weight: 700;
}

/* Panel zapisow — jeden czytelny przycisk i wygodny wybor terminu. */
#main-holder .l-card__inner {
  width: 100%; margin: 0 !important; padding: 0 0 18px;
  border: 1px solid #dfe7ef; border-radius: 16px;
  background: #fff; box-shadow: 0 6px 22px rgba(23,51,82,.08);
}
#main-holder .l-card__img-overflow {
  border-radius: 15px 15px 0 0; overflow: hidden;
}
#main-holder .l-card__img,
#main-holder .l-card__img .video-placeholder {
  width: 100%; height: auto;
}
#main-holder .l-card__img img.video-container__bg {
  display: block; width: 100%; max-width: 100%; height: auto;
  aspect-ratio: 16 / 9; object-fit: cover;
}
#main-holder .l-card__info-padding { padding: 20px; }
#main-holder .l-card__info-padding h3.course-title {
  margin: 0 0 14px; color: #183557;
  font-size: 18px; line-height: 1.45; font-weight: 700;
}
#main-holder .l-card__enrolled {
  font-size: 13px; line-height: 1.6; color: #52637a;
}
#main-holder .l-rating {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin: 16px 0; padding: 12px;
  border-radius: 8px; background: #edf3f8; font-size: 13px;
}
#main-holder .l-card__includes {
  margin: 18px 0; padding: 0;
}
#main-holder .l-card__includes ul {
  margin: 0; padding: 0; list-style: none;
}
#main-holder .l-card__includes li {
  position: relative; left: auto !important; width: 100% !important;
  margin: 0 0 12px; padding: 0 0 0 24px;
  color: #344256; font-size: 14px !important; line-height: 1.55;
}
#main-holder .l-card__inner form label {
  display: block; margin: 0 0 8px;
  color: #183557; font-size: 15px; line-height: 1.5; font-weight: 700;
}
#main-holder .l-card__inner form select {
  width: 100%; max-width: 100%; min-width: 0;
  height: 48px !important; padding: 10px;
  border: 1px solid #b5c5d6; border-radius: 8px;
  color: #28384b; background-color: #fff; font-size: 15px; line-height: normal;
}
#main-holder .l-card__inner form button.card__start {
  display: block; width: 100% !important; min-height: 48px;
  height: auto; margin: 12px 0 0; padding: 12px 18px;
  border: 0; border-radius: 8px;
  background: #c8430b; color: #fff;
  font-size: 16px; line-height: 1.5; font-weight: 700;
}
#main-holder .l-card__inner form button.card__start:hover {
  background: #ac3606;
}
#main-holder .contact-card {
  margin: 0 18px; padding: 18px;
  border: 1px solid #dfe7ef; border-radius: 12px; background: #f4f7fb;
}
#main-holder .contact-card .contact-title {
  margin: 0 0 14px; padding: 0; color: #183557;
  font-size: 16px; line-height: 1.45; text-align: left;
}
#main-holder .contact-card .contact-info-item {
  align-items: flex-start; min-width: 0; margin: 0 0 12px;
  color: #344256; font-size: 14px; line-height: 1.6;
}
#main-holder .contact-card .contact-info-item > span {
  min-width: 0; overflow-wrap: anywhere;
}
#main-holder .contact-card .contact-icon { flex: 0 0 18px; }
#main-holder .contact-card a {
  color: #245a94; text-decoration: underline; text-underline-offset: 3px;
}

/* FAQ — zachowane otwieranie i zamykanie jQuery UI. */
#main-holder #accordion { margin-top: 20px; padding: 0; }
#main-holder #accordion > h3 {
  position: relative; margin: 12px 0 0 !important; padding: 18px 50px 18px 20px !important;
  border: 1px solid #cfdae6 !important; border-radius: 10px;
  background: #f4f7fb !important; color: #183557 !important;
  font-size: 17px !important; line-height: 1.5 !important; font-weight: 700;
  text-align: left; cursor: pointer;
}
#main-holder #accordion > h3 .ui-accordion-header-icon { display: none; }
#main-holder #accordion > h3::after {
  content: "+"; position: absolute; right: 20px; top: 17px; font-size: 24px; line-height: 1;
}
#main-holder #accordion > h3[aria-expanded="true"] {
  border-radius: 10px 10px 0 0; background: #eaf1f9 !important;
}
#main-holder #accordion > h3[aria-expanded="true"]::after { content: "−"; }
#main-holder #accordion > div {
  height: auto !important; margin: 0; padding: 20px !important;
  border: 1px solid #cfdae6 !important; border-top: 0 !important;
  border-radius: 0 0 10px 10px; background: #fff; color: #344256;
  font-size: 16px; line-height: 1.75; overflow: visible;
}
#main-holder :is(a, button, select, .ui-accordion-header):focus-visible {
  outline: 3px solid #3477b9; outline-offset: 3px;
}

@media (max-width: 1199px) {
  #main-holder > .row {
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr); gap: 24px;
  }
  #main-holder .l-info__inner > .no-overflow > img:first-child {
    float: none !important; width: 100% !important; max-width: 640px;
    margin: 0 auto 24px !important;
  }
  #main-holder .l-info__inner .no-overflow ul {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 900px) {
  #main-holder { padding: 12px 8px 28px; }
  #main-holder > .row {
    grid-template-columns: minmax(0, 1fr); gap: 32px;
  }
  #main-holder .l-card__inner {
    position: static !important; top: auto !important;
    width: 100%; max-width: 640px; margin: 0 auto !important;
  }
  #main-holder .l-info__inner > h1.course-title { font-size: 28px !important; }
  #main-holder .l-info__inner > .no-overflow,
  #main-holder .l-info__inner > .no-overflow p {
    font-size: 16px; line-height: 1.75;
  }
}
@media (max-width: 480px) {
  #main-holder .l-info__inner > h1.course-title { font-size: 25px !important; }
  #main-holder .l-info__inner .no-overflow ul { padding: 18px !important; }
  #main-holder #accordion > h3 { font-size: 16px !important; }
  #main-holder .contact-card a {
    display: inline-block; min-height: 44px; padding: 10px 0;
  }
}

/* ETAP 6 — samodzielna poprawka menu sklepu, desktop i telefon.
   Dopisać na końcu style2.css. Nie zastępować całego pliku.
   Zakres wyłącznie .menu_position. Nie wymaga dodatkowego JavaScriptu.
   Rozwijanie #myDropdownB obsługuje istniejące myFunction3(). */
.menu_position {
  position: relative !important; inset: auto !important; z-index: 1100;
  width: 100%; max-width: none !important; height: auto !important;
  min-height: 0; margin: 0 !important; padding: 0 !important;
  background: #fff; border-bottom: 1px solid #e0e7ef;
  box-shadow: 0 3px 14px #1835570d;
}
.menu_position, .menu_position * { box-sizing: border-box; }
.menu_position .navbar {
  position: relative; display: block; width: 100%; height: auto !important;
  min-height: 88px; margin: 0; padding: 8px clamp(12px, 2vw, 32px) !important;
  border: 0; border-radius: 0; background: #fff !important;
}
.menu_position .navbar > .container-fluid {
  position: relative; display: flex; align-items: center; flex-wrap: nowrap;
  gap: 8px; width: 100%; max-width: none; height: auto !important;
  min-width: 0; margin: 0; padding: 0;
}
.menu_position .row::before, .menu_position .row::after,
.menu_position .navbar > .container-fluid::before,
.menu_position .navbar > .container-fluid::after { content: none !important; display: none !important; }
.menu_position #navbarSupportedContent { width: 100%; min-width: 0; height: auto !important; margin: 0; padding: 0; }
.menu_position #navbarSupportedContent > .row {
  display: grid; grid-template-columns: 160px minmax(180px, 1fr) auto;
  align-items: center; gap: 24px; width: 100%; height: auto !important;
  margin: 0; padding: 0;
}
.menu_position #navbarSupportedContent > .row > div {
  float: none; width: auto; min-width: 0; max-width: none;
  height: auto !important; margin: 0 !important; padding: 0;
}
.menu_position .logo_2 {
  display: block; width: 160px; max-width: 100%; height: 72px !important;
  margin: 0 !important; padding: 0; background-size: contain;
  background-position: left center; background-repeat: no-repeat;
}
.menu_position #navbarSupportedContent .navbar-nav {
  display: flex; flex-direction: row; align-items: center; flex-wrap: wrap;
  gap: 6px; width: auto; height: auto !important;
  margin: 0 !important; padding: 0; list-style: none;
}
.menu_position #navbarSupportedContent .navbar-nav > li {
  position: static; float: none; width: auto !important;
  margin: 0 !important; padding: 0 !important; list-style: none;
}
.menu_position #navbarSupportedContent .navbar-nav > li::before { content: none !important; }
.menu_position .nav-link.menulink {
  display: flex; align-items: center; min-height: 44px; margin: 0;
  padding: 10px 16px; border-radius: 8px;
  color: #183557; font-size: 16px; font-weight: 600; line-height: 1.4;
  text-decoration: none;
}
.menu_position .nav-link.menulink:hover { background: #eef4fa; color: #245a94; }
.menu_position #navbarSupportedContent .row.justify-content-end {
  display: flex; align-items: center; justify-content: flex-end;
  flex-wrap: nowrap; gap: 12px; width: auto; height: auto !important;
  margin: 0; padding: 0;
}
.menu_position #navbarSupportedContent .justify-content-end > .col {
  position: static; flex: 0 0 auto; width: auto; max-width: none;
  margin: 0 !important; padding: 0;
}
.menu_position #navbarSupportedContent .justify-content-end > .col:has(> .glink) {
  display: flex; align-items: center; gap: 2px;
}
.menu_position .glink {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; min-height: 44px; padding: 4px; vertical-align: middle;
}
.menu_position .glink img { display: block; width: 26px; height: 20px; object-fit: contain; }
.menu_position a:has(.koszykicon) {
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 44px; width: 44px; min-height: 44px; margin: 0; padding: 0;
}
.menu_position #carts { position: relative; width: 44px; height: 44px; margin: 0; padding: 0; }
.menu_position #carts #cart-totals {
  position: relative; display: flex; align-items: center; justify-content: center;
  float: none; top: auto; left: auto; width: 44px; height: 44px;
  margin: 0; padding: 0 !important; line-height: 1;
}
.menu_position .koszykicon {
  position: static; display: block; width: 28px; height: 28px;
  margin: 0 !important; padding: 0; transform: none;
}
.menu_position .n1gmr {
  position: absolute; top: 0; right: 0; bottom: auto; left: auto;
  display: flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; margin: 0; padding: 0 4px;
  border-radius: 10px; background: #c8430b; color: #fff;
  font-size: 11px; line-height: 1; font-weight: 700;
}
.menu_position .logowanie_button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; margin: 0 !important; padding: 10px 16px;
  border: 0; border-radius: 9px; background: #c8430b; color: #fff;
  font-size: 14px; font-weight: 700; line-height: 1.4;
  text-decoration: none; white-space: nowrap;
}
.menu_position .logowanie_button:hover { background: #ac3606; color: #fff; }
.menu_position :is(a, button):focus-visible { outline: 3px solid #3477b9; outline-offset: 3px; }
.menu_position #myDropdownB {
  display: none; position: absolute; top: calc(100% + 10px); left: 0; right: 0;
  width: 100%; min-width: 0; max-height: 70vh; overflow-y: auto;
  margin: 0; padding: 8px; border: 1px solid #dfe7ef; border-radius: 12px;
  background: #fff; box-shadow: 0 12px 24px #18355726; z-index: 5;
}
/* Bez !important przy display: jQuery.toggle() musi móc otworzyć i zamknąć panel. */
.menu_position #myDropdownB a {
  display: block; min-height: 48px; padding: 13px 16px; border-radius: 8px;
  color: #183557; font-size: 16px; line-height: 1.4; text-decoration: none;
}
.menu_position #myDropdownB a:hover { background: #eef4fa; }
@media (min-width: 992px) {
  .menu_position #navbarSupportedContent { display: block !important; }
  .menu_position .menu_mobilne, .menu_position .navbar-toggler,
  .menu_position .navbar > .container-fluid > div:has(> .navbar-toggler) { display: none !important; }
}
@media (max-width: 991px) {
  .menu_position .navbar { min-height: 0; padding: 10px 12px !important; }
  .menu_position #navbarSupportedContent { display: none !important; }
  .menu_position .navbar > .container-fluid { align-items: flex-start; }
  .menu_position .navbar > .container-fluid > div:has(> .navbar-toggler) {
    position: static; display: block; flex: 0 0 44px; width: 44px;
    margin: 0; padding: 0;
  }
  .menu_position .navbar-toggler {
    position: static; display: flex !important; align-items: center; justify-content: center;
    width: 44px; height: 44px; margin: 0; padding: 8px !important;
    border: 1px solid #cbd7e4; border-radius: 9px !important;
    background: #fff !important; box-shadow: none;
  }
  .menu_position .navbar-toggler-icon {
    display: block; width: 22px; height: 18px; pointer-events: none;
    background: linear-gradient(#183557, #183557) top / 100% 2px no-repeat,
                linear-gradient(#183557, #183557) center / 100% 2px no-repeat,
                linear-gradient(#183557, #183557) bottom / 100% 2px no-repeat;
  }
  .menu_position .menu_mobilne { display: block !important; flex: 1 1 auto; width: auto; min-width: 0; }
  .menu_position .menu_mobilne > .row {
    display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start;
    gap: 8px; width: 100%; margin: 0; padding: 0;
  }
  .menu_position .menu_mobilne > .row > .col {
    float: none; width: auto; max-width: none; min-width: 0;
    margin: 0 !important; padding: 0 !important;
  }
  .menu_position .menu_mobilne > .row > .col:first-child { text-align: left; }
  .menu_position .menu_mobilne img[src*="ergon"] {
    display: block; width: clamp(76px, 18vw, 120px); max-width: 100% !important;
    height: auto; margin: 0; padding: 0;
  }
  .menu_position .menu_mobilne > .row > .col:nth-child(2) > div:first-child {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end;
    gap: 6px; margin: 0; padding: 0 !important;
  }
  .menu_position .menu_mobilne > .row > .col:nth-child(2) > div:first-child > div { padding: 0 !important; }
  .menu_position .menu_mobilne .logowanie_button { padding: 10px; font-size: 12px; }
  .menu_position .menu_mobilne div:has(> .glink) {
    display: flex; align-items: center; justify-content: flex-end;
    flex-wrap: wrap; gap: 2px; margin: 2px 0 0; padding: 0 !important;
  }
}

/* ETAP 7 — tylko zakładki „Zarejestruj się” / „Zaloguj się”.
   Dopisać na końcu style2.css; nie zastępować całego pliku.
   Nie wymaga #region-main, nie zmienia pól formularza ani checkboxów.
   Stan aktywny nadal ustala Bootstrap przez klasę .active.
   Nie zmienia widoczności paneli #profile i #home. */
#page .tabs_r #myTab {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch; gap: 8px; box-sizing: border-box;
  width: 100%; max-width: 100%; min-width: 0;
  height: auto !important; margin: 0 !important; padding: 8px !important;
  border: 1px solid #d8e3ee !important; border-bottom: 0 !important;
  border-radius: 12px 12px 0 0; background: #edf3f9;
  list-style: none;
}
#page .tabs_r #myTab::before,
#page .tabs_r #myTab::after,
#page .tabs_r #myTab > li::before,
#page .tabs_r #myTab > li::after { content: none !important; display: none !important; }
#page .tabs_r #myTab > li {
  display: flex; position: static; float: none !important;
  box-sizing: border-box; width: 100% !important; max-width: 100%; min-width: 0;
  height: auto !important; margin: 0 !important; padding: 0 !important;
  border: 0 !important; border-radius: 8px;
  background: transparent !important; list-style: none;
}
#page .tabs_r #myTab > li > button.nav-link {
  display: block; flex: 1 1 auto; position: static; float: none;
  box-sizing: border-box; width: 100% !important; max-width: 100%; min-width: 0;
  height: auto !important; min-height: 104px;
  margin: 0 !important; padding: 16px 18px !important;
  border: 1px solid #c7d6e5 !important; border-radius: 8px !important;
  background: #fff !important; color: #284869 !important;
  box-shadow: none !important; opacity: 1;
  font-family: inherit; font-size: 17px !important; font-weight: 700;
  line-height: 1.4 !important; text-align: center;
  white-space: normal !important; overflow-wrap: anywhere;
  cursor: pointer;
}
#page .tabs_r #myTab > li > button.nav-link > span {
  display: inline-block; max-width: 100%; margin-top: 6px;
  color: inherit !important; font-size: 12px !important;
  font-weight: 400; line-height: 1.5; white-space: normal;
}
#page .tabs_r #myTab > li > button.nav-link:not(.active):hover {
  background: #e4eef8 !important; border-color: #9db7d2 !important;
  color: #183557 !important;
}
#page .tabs_r #myTab > li > button.nav-link.active {
  background: #245a94 !important; border-color: #245a94 !important;
  color: #fff !important; box-shadow: inset 0 -3px 0 #163c69 !important;
}
#page .tabs_r #myTab > li > button.nav-link:focus-visible {
  outline: 3px solid #168dbe !important; outline-offset: 2px;
}
@media (max-width: 480px) {
  #page .tabs_r #myTab { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 6px !important; }
  #page .tabs_r #myTab > li > button.nav-link {
    min-height: 76px; padding: 12px 14px !important; font-size: 16px !important;
  }
}


/* ETAP 7 — zakładki „Zarejestruj się” / „Zaloguj się” i panel rejestracji.
   Dopisać na końcu style2.css; nie zastępować całego pliku.
   Nie wymaga #region-main. Wersja 2 porządkuje również wygląd panelu #profile.
   Stan aktywny nadal ustala Bootstrap przez klasę .active.
   Nie zmienia widoczności paneli #profile i #home. */
#page .tabs_r #myTab {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch; gap: 8px; box-sizing: border-box;
  width: 100%; max-width: 100%; min-width: 0;
  height: auto !important; margin: 0 !important; padding: 8px !important;
  border: 1px solid #d8e3ee !important; border-bottom: 0 !important;
  border-radius: 12px 12px 0 0; background: #edf3f9;
  list-style: none;
}
#page .tabs_r #myTab::before,
#page .tabs_r #myTab::after,
#page .tabs_r #myTab > li::before,
#page .tabs_r #myTab > li::after { content: none !important; display: none !important; }
#page .tabs_r #myTab > li {
  display: flex; position: static; float: none !important;
  box-sizing: border-box; width: 100% !important; max-width: 100%; min-width: 0;
  height: auto !important; margin: 0 !important; padding: 0 !important;
  border: 0 !important; border-radius: 8px;
  background: transparent !important; list-style: none;
}
#page .tabs_r #myTab > li > button.nav-link {
  display: block; flex: 1 1 auto; position: static; float: none;
  box-sizing: border-box; width: 100% !important; max-width: 100%; min-width: 0;
  height: auto !important; min-height: 104px;
  margin: 0 !important; padding: 16px 18px !important;
  border: 1px solid #c7d6e5 !important; border-radius: 8px !important;
  background: #fff !important; color: #284869 !important;
  box-shadow: none !important; opacity: 1;
  font-family: inherit; font-size: 17px !important; font-weight: 700;
  line-height: 1.4 !important; text-align: center;
  white-space: normal !important; overflow-wrap: anywhere;
  cursor: pointer;
}
#page .tabs_r #myTab > li > button.nav-link > span {
  display: inline-block; max-width: 100%; margin-top: 6px;
  color: inherit !important; font-size: 12px !important;
  font-weight: 400; line-height: 1.5; white-space: normal;
}
#page .tabs_r #myTab > li > button.nav-link:not(.active):hover {
  background: #e4eef8 !important; border-color: #9db7d2 !important;
  color: #183557 !important;
}
#page .tabs_r #myTab > li > button.nav-link.active {
  background: #245a94 !important; border-color: #245a94 !important;
  color: #fff !important; box-shadow: inset 0 -3px 0 #163c69 !important;
}
#page .tabs_r #myTab > li > button.nav-link:focus-visible {
  outline: 3px solid #168dbe !important; outline-offset: 2px;
}
@media (max-width: 480px) {
  #page .tabs_r #myTab { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 6px !important; }
  #page .tabs_r #myTab > li > button.nav-link {
    min-height: 76px; padding: 12px 14px !important; font-size: 16px !important;
  }
}

/* ETAP 7 — zakładki „Zarejestruj się” / „Zaloguj się” i panel rejestracji.
   Dopisać na końcu style2.css; nie zastępować całego pliku.
   Nie wymaga #region-main. Wersja 3 porządkuje również wygląd panelu #profile.
   Stan aktywny nadal ustala Bootstrap przez klasę .active.
   Nie zmienia widoczności paneli #profile i #home. */
#page .tabs_r #myTab {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch; gap: 8px; box-sizing: border-box;
  width: 100%; max-width: 100%; min-width: 0;
  height: auto !important; margin: 0 !important; padding: 8px !important;
  border: 1px solid #d8e3ee !important; border-bottom: 0 !important;
  border-radius: 12px 12px 0 0; background: #edf3f9;
  list-style: none;
}
#page .tabs_r #myTab::before,
#page .tabs_r #myTab::after,
#page .tabs_r #myTab > li::before,
#page .tabs_r #myTab > li::after { content: none !important; display: none !important; }
#page .tabs_r #myTab > li {
  display: flex; position: static; float: none !important;
  box-sizing: border-box; width: 100% !important; max-width: 100%; min-width: 0;
  height: auto !important; margin: 0 !important; padding: 0 !important;
  border: 0 !important; border-radius: 8px;
  background: transparent !important; list-style: none;
}
#page .tabs_r #myTab > li > button.nav-link {
  display: block; flex: 1 1 auto; position: static; float: none;
  box-sizing: border-box; width: 100% !important; max-width: 100%; min-width: 0;
  height: auto !important; min-height: 104px;
  margin: 0 !important; padding: 16px 18px !important;
  border: 1px solid #c7d6e5 !important; border-radius: 8px !important;
  background: #fff !important; color: #284869 !important;
  box-shadow: none !important; opacity: 1;
  font-family: inherit; font-size: 17px !important; font-weight: 700;
  line-height: 1.4 !important; text-align: center;
  white-space: normal !important; overflow-wrap: anywhere;
  cursor: pointer;
}
#page .tabs_r #myTab > li > button.nav-link > span {
  display: inline-block; max-width: 100%; margin-top: 6px;
  color: inherit !important; font-size: 12px !important;
  font-weight: 400; line-height: 1.5; white-space: normal;
}
#page .tabs_r #myTab > li > button.nav-link:not(.active):hover {
  background: #e4eef8 !important; border-color: #9db7d2 !important;
  color: #183557 !important;
}
#page .tabs_r #myTab > li > button.nav-link.active {
  background: #245a94 !important; border-color: #245a94 !important;
  color: #fff !important; box-shadow: inset 0 -3px 0 #163c69 !important;
}
#page .tabs_r #myTab > li > button.nav-link:focus-visible {
  outline: 3px solid #168dbe !important; outline-offset: 2px;
}
@media (max-width: 480px) {
  #page .tabs_r #myTab { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 6px !important; }
  #page .tabs_r #myTab > li > button.nav-link {
    min-height: 76px; padding: 12px 14px !important; font-size: 16px !important;
  }
}

/* ETAP 7, wersja 2 — panel rejestracji / danych zamówienia.
   Zakres #profile.form_registered; bez zmian display na panelu i wierszach
   warunkowych .companyc, .userc, .recznie. Widocznością nadal steruje sklep. */
/*#page #profile.form_registered,
#page #profile.form_registered * { box-sizing: border-box; }
#page #profile.form_registered {
  width: 100%; min-width: 0; margin: 0; padding: 24px;
  background: #fff; color: #344256; font-size: 15px; line-height: 1.6;
}
#page #profile.form_registered > .row {
  width: 100%; min-width: 0; margin: 0 0 18px; padding: 0; gap: 0;
}
#page #profile.form_registered > .row::before { content: none; }
#page #profile.form_registered > .row::after {
  content: ""; display: block; clear: both; flex-basis: 100%; height: 0;
}
#page #profile.form_registered > .row > :is(.col-md-12, .col-12, .span12, .span8, .span4) {
  float: left; min-width: 0; max-width: 100%; margin: 0; padding: 0;
}
#page #profile.form_registered > .row > :is(.col-md-12, .col-12, .span12) { width: 100%; }
#page #profile.form_registered > .row > .span8 { width: 66.6667%; padding-right: 10px; }
#page #profile.form_registered > .row > .span4 { width: 33.3333%; padding-left: 10px; }
#page #profile.form_registered h4 {
  margin: 12px 0 0 !important; padding: 0; color: #183557;
  font-size: 19px; font-weight: 700; line-height: 1.4; text-align: left;
}*/
/* Przełączniki mają czytelny stan; zachowane oryginalne checkboxy. */
/*#page #profile.form_registered .checkbox-green {
  position: relative; display: block; width: 100%; max-width: 420px;
  height: auto; margin: 0 auto; cursor: pointer;
}
#page #profile.form_registered .checkbox-green input[type="checkbox"] {
  position: absolute; display: block; width: 1px; height: 1px;
  margin: 0; padding: 0; overflow: hidden; clip-path: inset(50%); opacity: 0; z-index: 0;
}
#page #profile.form_registered .checkbox-green .checkbox-green-switch {
  position: relative; display: block; width: 100%; max-width: 100%; height: 52px;
  margin: 0; border: 1px solid #d0dce8; border-radius: 10px;
  background: #edf3f8; line-height: 1.4;
}
#page #profile.form_registered .checkbox-green .checkbox-green-switch::before,
#page #profile.form_registered .checkbox-green .checkbox-green-switch::after {
  position: absolute; display: flex; align-items: center; justify-content: center;
  top: 4px; width: calc(50% - 6px); height: 42px;
  margin: 0; padding: 5px; border-radius: 7px;
  font-size: 14px; font-weight: 600; line-height: 1.4;
  text-align: center; text-transform: none; transform: none;
  box-shadow: none; transition: none;
}
#page #profile.form_registered .checkbox-green .checkbox-green-switch::before {
  content: attr(data-label-on); left: calc(50% + 2px); color: #44566d;
}
#page #profile.form_registered .checkbox-green .checkbox-green-switch::after {
  content: attr(data-label-off); left: 4px; background: #245a94; color: #fff;
}
#page #profile.form_registered .checkbox-green input:checked + .checkbox-green-switch { background: #edf3f8; border-radius: 10px; }
#page #profile.form_registered .checkbox-green input:checked + .checkbox-green-switch::before { content: attr(data-label-off); left: 4px; }
#page #profile.form_registered .checkbox-green input:checked + .checkbox-green-switch::after { content: attr(data-label-on); left: calc(50% + 2px); transform: none; }
#page #profile.form_registered .checkbox-green input:focus-visible + .checkbox-green-switch { outline: 3px solid #168dbe; outline-offset: 3px; }*/
/* Prawdziwe etykiety nad polami zamiast nakładających się napisów. */
/*#page #profile.form_registered label.lambda-sr-only {
  position: static !important; display: block; width: auto !important; height: auto !important;
  margin: 0 0 7px; padding: 0; overflow: visible; clip: auto !important; clip-path: none !important;
  color: #183557; font-size: 14px; font-weight: 600; line-height: 1.5; white-space: normal;
}
#page #profile.form_registered .poleinput { display: block; width: 100%; min-width: 0; margin: 0; }
#page #profile.form_registered .poleinput > span { display: none; }
#page #profile.form_registered .poleinput > input.form-control {
  position: static; display: block; width: 100%; max-width: 100%; min-width: 0;
  height: 48px !important; min-height: 48px; margin: 0; padding: 10px 12px;
  border: 1px solid #b8c9da; border-radius: 8px !important;
  background: #fff; color: #183557; font-size: 16px; line-height: 1.5; box-shadow: none;
}
#page #profile.form_registered .poleinput > input[aria-invalid="true"],
#page #profile.form_registered .poleinput.has-error > input { border-color: #b72e2e; }
#page #profile.form_registered .alertvalid { color: #b72e2e; font-size: 13px; line-height: 1.5; }*/
/* Przyciski — bez wymuszania display na przyciskach ukrywanych przez sklep. */
/*#page #profile.form_registered .input-group:has(> .nippobierz1) {
  display: flex; flex-wrap: wrap; gap: 12px; width: 100%; font-size: 0;
}
#page #profile.form_registered .col-md-12:has(> .input-group > .nippobierz1) { padding-top: 0 !important; }
#page #profile.form_registered :is(.nippobierz1, .recznienip, .saveszk, .saveszkol) {
  max-width: 100%; min-height: 48px; margin: 0; padding: 12px 18px;
  border: 1px solid #c8430b; border-radius: 8px;
  background: #c8430b; color: #fff; font-family: inherit;
  font-size: 14px; font-weight: 700; line-height: 1.5; white-space: normal;
}
#page #profile.form_registered :is(.nippobierz1, .recznienip) { flex: 1 1 220px; width: auto; }
#page #profile.form_registered .recznienip { background: #edf3f9; border-color: #c3d3e3; color: #245a94; }
#page #profile.form_registered :is(.nippobierz1, .saveszk):not(:disabled):hover { background: #ac3606; }
#page #profile.form_registered .recznienip:not(:disabled):hover { background: #dfeaf5; }
#page #profile.form_registered button:disabled { opacity: .6; cursor: default; }
#page #profile.form_registered .przycisk_next { margin: 24px 0 0; }
#page #profile.form_registered .przycisk_next .text-right { text-align: right; }
#page #profile.form_registered :is(.saveszk, .saveszkol) { width: auto; min-width: min(100%, 240px); }*/
/* Teksty zgód i linki poza label pozostają w naturalnym przepływie. */
/*#page #profile.form_registered .form-check {
  position: relative; min-height: 44px; margin: 0; padding: 0 0 0 32px;
  color: #52637a; font-size: 14px; line-height: 1.65;
}
#page #profile.form_registered .form-check input[type="checkbox"] {
  position: absolute !important; display: block !important; top: 3px; left: 0;
  width: 20px; height: 20px; margin: 0 !important; padding: 0;
  opacity: 1 !important; appearance: auto; clip: auto; clip-path: none;
  accent-color: #245a94; cursor: pointer;
}
#page #profile.form_registered .form-check label {
  position: static; display: inline; margin: 0; padding: 0 !important;
  color: inherit; font-size: inherit; font-weight: 400; line-height: inherit;
}
#page #profile.form_registered .form-check label::before,
#page #profile.form_registered .form-check label::after { content: none !important; }
#page #profile.form_registered a { color: #245a94; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
#page #profile.form_registered :is(input, button, a):focus-visible { outline: 3px solid #3477b9; outline-offset: 3px; }
@media (max-width: 600px) {
  #page #profile.form_registered { padding: 20px 14px; }
  #page #profile.form_registered > .row > :is(.span8, .span4) { width: 100%; padding: 0; }
  #page #profile.form_registered > .row > .span4 { margin-top: 16px; }
  #page #profile.form_registered :is(.saveszk, .saveszkol) { width: 100%; }
  #page #profile.form_registered h4 { font-size: 18px; }
}*/

/* Wersja 3 — wyraźniejsze sekcje i zwarty układ pól kontaktowych.
   Tylko wygląd panelu #profile; nie zmienia warunkowej widoczności. */
/*#page #profile.form_registered {
  padding: 24px; background: #f4f7fb;
  border: 1px solid #dce5ef; border-top: 0;
  border-radius: 0 0 14px 14px;
}
#page #profile.form_registered::after { content: ""; display: block; clear: both; }
#page #profile.form_registered > .row { clear: both; margin-bottom: 16px; }
#page #profile.form_registered > .row:has(#formaprawna) {
  padding: 14px; background: #fff; border: 1px solid #dce5ef; border-radius: 10px;
}
#page #profile.form_registered .checkbox-green { margin: 0; }
#page #profile.form_registered h4 {
  margin: 8px 0 0 !important; padding: 12px 14px;
  border: 1px solid #dce5ef; border-left: 4px solid #168dbe;
  border-radius: 8px; background: #fff; color: #183557;
  font-size: 18px; line-height: 1.4;
}
#page #profile.form_registered label.lambda-sr-only { margin-bottom: 6px; }
#page #profile.form_registered .poleinput > input.form-control {
  border-color: #b9cadc; background: #fff;
  box-shadow: 0 1px 2px #18355708;
}
#page #profile.form_registered .poleinput > input.form-control:focus {
  border-color: #3477b9; box-shadow: 0 0 0 3px #3477b91a;
}
#page #profile.form_registered .poleinput > input[aria-invalid="true"],
#page #profile.form_registered .poleinput.has-error > input { border-color: #b72e2e; }*/
/* Float na konkretnych wierszach współpracuje z display:none ustawianym przez sklep.
   Każda para zaczyna się od nowego wiersza; komunikaty błędów mają własne miejsce. */
/*@media (min-width: 701px) {
  #page #profile.form_registered > .row:has(:is(#kursantimie, #kursantnazwisko, #kursantemail, #kursanttel)) {
    float: left; clear: none; width: calc(50% - 10px);
    margin: 0 0 18px; padding: 0;
  }
  #page #profile.form_registered > .row:has(:is(#kursantimie, #kursantemail)) {
    clear: both; margin-right: 20px;
  }
}
#page #profile.form_registered .form-check {
  min-height: 56px; padding: 14px 16px 14px 46px;
  border: 1px solid #dce5ef; border-radius: 10px; background: #fff;
  color: #44566d; font-size: 13px; line-height: 1.65;
}
#page #profile.form_registered .form-check input[type="checkbox"] { top: 17px; left: 14px; }
#page #profile.form_registered .przycisk_next {
  margin-top: 8px; padding-top: 20px; border-top: 1px solid #d4dfeb;
}
@media (max-width: 700px) {
  #page #profile.form_registered { padding: 18px 12px; }
  #page #profile.form_registered > .row:has(#formaprawna) { padding: 10px; }
  #page #profile.form_registered h4 { padding: 10px 12px; font-size: 17px; }
  #page #profile.form_registered .checkbox-green { max-width: 100%; }
}*/
