/*

*/

@font-face {
    font-family: 'sensations_and_qualitiesRg';
    src: url('/wp-content/themes/klinikaszybek/fonts/sensations_and_qualities-webfont.woff2') format('woff2'),
         url('/wp-content/themes/klinikaszybek/fonts/sensations_and_qualities-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* VAR */
:root {
  --white: #fff;
  --black: #000;
  --dark: #181818;
  --grey: #333333;
  --violet: #6e48b5;
  --darkviolet: #2e003d;
  --bluetrans: #0e99ddcf;
  --lightgrey: #707070;
  --darkgrey: #333;
  --gold: #f3d563;
  --darkgold: #a5850c;
}
/* VAR END */

body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 17px !important;
	line-height: 27px !important;
	font-weight: 400;
	color: #333 !important;
}
body:not(.home) {
	
}
html, body {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0;
	height: auto;
}
html {
  scroll-behavior: smooth;
}
html body .mobilne {
	display: none !important;
}
a:hover {
	text-decoration: none !important;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.ml-50 {
	margin-left: 50px;
}
.mr-50 {
	margin-right: 50px;
}
html body .h1, html body .h2, html body .h3, html body .h4, html body .h5, html body .h6, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
	font-weight: 400;
	line-height: 1.3;
}
.wrapper {
	padding-top: 60px;
	padding-bottom: 80px;
	float: left;
    width: 100%;
}
.tresc p {
	margin: 0 0 15px;
}
.tresc h1, .tresc h2, .tresc h3, .tresc h4, .tresc h5, .tresc h6, #opis h1, #opis h2, #opis h3, #opis h4, #opis h5, #opis h6  {
	margin-top: 20px !important;
	margin-bottom: 25px !important;
}
.h4, h4 {
	line-height: 25px !important;
}
#opis p {
	margin: 0 0 25px;
}
html body a {
	color: var(--grey);
	transition: all 0.3s ease 0s!important;
}
html body a:hover {
	color: var(--grey);
}
html body a:hover {
	color: var(--darkviolet);
}

.deco img {
	--g: 4px;     /* the gap */
	--b: 12px;    /* border thickness*/
	--c: var(--grey); /* the color */
	padding: calc(var(--g) + var(--b));
	--_c: #0000 0 25%, var(--c) 0 50%;
	--_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
	--_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
	background:
	var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
	var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
	background-size: 200% var(--b),var(--b) 200%;
	cursor: pointer;
	filter: grayscale(50%);
	transition: .3s;
}
.deco img:hover {
	--_p: 75%;
	filter: grayscale(0%);
}
.tablepress td {
	padding: 3px 10px 0px 10px;
	border: 1px dotted var(--violet);
	font-size: 14px;
}


body .is-layout-flex {
    display: flex;
}
.wp-container-core-columns-is-layout-1 {
    flex-wrap: nowrap;
}
.is-layout-flex {
    align-items: center;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
.is-layout-flex > :is(*, div) {
    margin: 0;
}


/* MENU BOCZNE BGN */
.nav.menu-boczne {
	float: left;
	/* width: 148px; */
	position: absolute;
}
.nav.menu-boczne .navbar-collapse {
	float: left;
	/* width: 100%; */
}
.nav.menu-boczne ul {
	margin-left: 0px;
}
.nav.menu-boczne li {
	float: left;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	list-style: none;
	font-size: 20px;
	color: #333333;
	padding: 0px 0 12px 0;
}
.nav.menu-boczne li a {
	font-size: 20px;
	background: #d5d5d5;
    color: #000;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	height: auto;
	white-space: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}
.nav.menu-boczne li a:hover {
	background: #2d2d2d;
	color: var(--white);
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-color: transparent !important;
	background: none !important;
}
.nav.menu-boczne .open>a, .nav.menu-boczne .open>a:focus, .nav.menu-boczne .open>a:hover {
    background-color: var(--white);
    border-color: #337ab7;
}
.nav.menu-boczne li.current-menu-ancestor ul li.current-menu-item a {
	color: var(--grey);
}
.nav.menu-boczne li.current-menu-ancestor:before {
	color: var(--grey);
}
.nav.menu-boczne li.current-menu-item:before {
	color: var(--grey);
}
.nav.menu-boczne li:before {
	font-family: FontAwesome;
	margin-right: 5px;
	color: #666;
	padding: 2px;
	text-align: center;
	width: 20px;
	font-weight:100;
	height: 20px;
	float: left;
	line-height: 20px;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0%;
	margin-top: 10px;
}
.nav.menu-boczne .current_page_ancestor.dropdown .dropdown-menu, .nav.menu-boczne .current-menu-ancestor.dropdown .dropdown-menu {
	display: block;
}
.nav.menu-boczne li .dropdown-menu a {
	padding: 5px 0 0 50px;
	clear: none;
	border: none;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	display: block;
}
.nav.menu-boczne li .dropdown-menu {
	margin-left:0px;
	box-sizing: border-box;
}
.nav.menu-boczne li .dropdown-menu li {
	padding: 5px 0 0;
	margin-bottom: 0px;
	line-height: 14px;
	border: none;
}
.nav.menu-boczne li .dropdown-menu li:before {
	display:none;
}
.nav.menu-boczne li {
	list-style: none;
}
.nav.menu-boczne li.dropdown.open:before {
	content: "\f107";
}
.nav.menu-boczne .dropdown-toggle .caret {
	display: none;
}
.menu-boczne .dropdown-menu {
	position: relative!important;
	min-width: 100%;
	background-color: var(--white);
	border: 0px solid #ccc;
	border: 0px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 0px;
	*border-bottom-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.menu-boczne  li > a:hover,
.menu-boczne li:hover > a,
.menu-boczne .dropdown-menu li > a:hover,
.menu-boczne .dropdown-submenu:hover > a {
  color: #252525;
  text-decoration: none;
  background-color: transparent;
  background-color: transparent;
  background-repeat: repeat-x;
}
.menu-boczne .li .active > a,
.menu-boczne .li .active > a:hover,
.menu-boczne .dropdown-menu .active > a,
.menu-boczne .dropdown-menu .active > a:hover {
  color: #252525;
  text-decoration: none;
  background-color: transparent;
  background-color: transparent;
}
.menu-boczne .current-menu-item a {
	/* font-weight: 600!important; */
	color: var(--grey);
}
.menu-boczne .current-menu-ancestor {
	font-weight: 600!important;
	color: #888!important;
}
.nav>li>a {
    padding: 10px 15px;
    z-index: 1;
}
/* MENU BOCZNE END */


/*SHEROWANIE
-------------------------------------------------- */
.przybornik {
	float: left;
	width: 100%;
	text-align: left;
	margin: 70px auto;
	border-top:1px dashed #aaa;
	padding-top:30px;
	position:relative;	
}
.przybornik::before {
	content: 'klinikaszybek.pl';
	position: absolute;
	right: 0;
	top: -25px;
	font-size: 30px;
	line-height: 30px;
	text-transform: lowercase;
	color: var(--grey);
	padding-left: 30px;
	background:var(--white);
	font-weight: 300;
}

.shery-post {
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;	
	text-align: left;
}

.postowa.data-aktualnosci {
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	text-align: right;
}

.shary-przycisk {
	width: auto;
	text-align: center;
	margin:0 0 0px 0;
}

ul.shary-przycisk  {
	margin:0;
	padding:0px !important;
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
}

.shary-przycisk li {
	display:inline-block;
	margin:0 0px;
	color: #333;
	font-size:23px;
	font-weight:300;
	padding:0px !important;
	margin: 0px;
	vertical-align: middle;
}
.shary-przycisk li:before {
	display:none;
	content:'';
}
.shery-post span {
	display:inline-block;
	vertical-align:middle;
	margin-right: 5px;
	color: #333;
	font-size:23px;
	font-weight:300;
}
.shary-przycisk li a{
	padding: 0px;
	font-size: 23px;
	text-align: center;
	float: left;
	font-weight:300;
	color: var(--grey);
}
.shary-przycisk li a:hover {
	color: #000;
}

/*FORMULARZ*/
.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
	width:100% !important;
}
.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
	max-width: 80px !important;
	text-align:center !important;
}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input  {
	width:100% !important;
}
html body .gform_wrapper form li, .gform_wrapper li {
	list-style:inherit !important;
}
html body .gform_wrapper li.gsection.gf_scroll_text {
	padding:30px 30px !important;
	margin-bottom:35px !important;
	background-color: var(--white);
	overflow-y: hidden !important;
	border:1px solid #eee !important;
	border-radius:30px;
	border-bottom: 1px solid #eee!important;
	height: 280px !important
}
html body .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
	font-size: 14px !important;
}
.gsection_description li {
	line-height:17px;
	padding-bottom:10px;
}
.gfield_checkbox li {
	font-size: 15px !important;
	line-height:18px;
	padding-bottom:10px;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 600 !important;
}
h2.gsection_title, .gsection_description h3 {
	font-size:20px!important;
	color: #333!important;
	font-weight:600!important;
	text-transform:uppercase!important;
	margin-bottom:20px!important;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
	vertical-align: top !important;
	margin-right: 10px;
}
.gform_wrapper.gf_browser_gecko select {
	padding: 20px !important;
	background: var(--white);
	width: 100% !important;
	border:1px solid #ccc !important;
}
.gform_wrapper ul li.gfield.pol-pole {
	clear: none !important;
}
.zgodyna .gfield_checkbox li label {
	font-weight:500;
	padding-left:7px !important;
	padding-top:2px !important;
}
li.gfield {
	padding-left:0px;
}
.gform_wrapper textarea.large {
	height: 160px !important;
}
.gform_wrapper .gform_page_footer {
	border-top: 0px dotted #CCC !important;
}
.gform_body input, .gform_body textarea {
	/* padding:20px !important; */
	background: var(--white);
	border: 1px solid #ccc;
}
.gform_wrapper.gravity-theme .gfield select.large {
	border: 1px solid #ccc;
	padding: 12px;
}
.gform_wrapper label.gfield_label {
	font-weight: 500 !important;
	font-size: 15px;
	color: #444444;
	margin-top:10px;
}
.name_first label, .name_last label {
	display:none !important;
}
.ukryta-nazwa .gfield_label {
	display:none !important;
}
.ginput_container .gpnf-nested-entries {
	min-width: 100%;
}
html body .gform_button, html body .gform_next_button, #wp-submit  {
	padding:20px 25px !important;
	text-transform:uppercase;
	font-size:17px !important;
	border-radius:35px; 
	color: var(--white) !important;
	font-weight:600 !important;
	text-decoration:none !important;
	/* background:#e82e5f;
	border:2px solid #e82e5f; */
    background: var(--grey);
    border: 2px solid #0b5b42;
	transition: all 0.3s ease 0s !important;
	margin:0 auto!important;
	width:270px!important;
	cursor:pointer;
	border-radius:40px;
	text-align: center;
	box-sizing: border-box;
}
html body .gv-search-button {
	padding:20px 25px !important;
	text-transform:uppercase;
	font-size:17px !important;
	border-radius:35px; 
	color: var(--white) !important;
	font-weight:600 !important;
	text-decoration:none !important;
	background:#e82e5f !important;
	border:2px solid #e82e5f !important;
	transition: all 0.3s ease 0s !important;
	margin:0 0 0px 10px!important;
	width:270px!important;
	cursor:pointer;
	border-radius:40px;
	text-align: center;
	box-sizing: border-box;
}
.gv-search-button:hover, #wp-submit:hover {
	background: var(--white) !important;
	color: #0b5b42 !important;
}
html body .gform_previous_button, .wp-block-button__link {
	/* padding: 20px 25px !important;
	text-transform: uppercase;
	font-size: 14px !important;
	border-radius: 35px; 
	color: #888;
	font-weight: 400 !important;
	text-decoration: none !important;
	background: #eee;
	border:2px solid #eee;
	transition: all 0.3s ease 0s !important;
	margin: 0 auto!important;
	width: 270px!important;
	cursor: pointer;
	border-radius: 40px;
	text-align: center; */
}
html body .gform_button:hover, .wp-block-button__link:hover {
	/* background: none; */
}
html body .gform_wrapper div.validation_error {
	color: #e82e5f;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 25px;
	border-top: 0px solid #e82e5f;
	border-bottom: 0px solid #e82e5f;
	padding: 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
}
html body .gform_wrapper li.gfield.gfield_error, html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border-top: 0px solid #e82e5f;
	border-bottom: 0px solid #e82e5f;
	padding-bottom: 0px;
	padding-top: 0px;
}
html body .gform_wrapper .validation_message {
	color: #e82e5f;
	padding-top: 0px !important;
	font-size: 13px;
	font-weight: 400;
}
.has-text-align-center {
	text-align: center;
}
/*OKRUSZKI
-------------------------------------------------- */
#breadcrumbs {
	font-size: 14px;
	color: #333333 ;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 15px;
}
#breadcrumbs a {
	color: var(--grey);
	margin: 0 5px;
}
.breadcrumb_last {
	color: var(--grey);
	margin: 0 5px;
}
.naglowek-okruszkow {
	color: var(--grey);
}
/*PAGINACJA
-------------------------------------------------- */
.paginacja-wpisow {
	float:left;
	width:100%;
	padding:30px 15px 50px 15px;
	text-align: center;
}
.paginacja-wpisow ul {
	text-align: center;
	margin:0;
	padding:0;
}
.paginacja-wpisow li {
	list-style:none;
	text-align:center;
	display:inline-block;
	height:45px;
	width:45px;
	line-height:43px;
	font-size:14px;
	text-align:center;
	margin:4px 3px;
	border-radius: 0px 10px 0 10px;
	color: var(--grey);
	vertical-align:middle;
	border:2px solid var(--grey);
	transition: all 0.3s ease 0s !important;
}
.paginacja-wpisow li.active {
	background:var(--grey);
}
.paginacja-wpisow li.active a{
	color: var(--white);
}
.paginacja-wpisow li a {
	color: var(--grey);
	display:block;
	font-weight: 600;
	text-decoration: none !important;
}
.paginacja-wpisow li:hover {
	background:var(--grey);
}
.paginacja-wpisow li:hover a{
	color: var(--white) !important;
}
.page-numbers {
	display:inline-block;
	vertical-align:middle;
}
.page-numbers:hover a{
	color: var(--white);
	background:var(--grey);
	border:2px solid var(--grey);
}
.page-numbers a {
	display: block;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.3s ease 0s !important;
	color: var(--grey);
	font-size: 12px;
	padding: 0px 20px;
	border: 2px solid var(--grey);
	height: 45px;
	line-height: 41px;
	text-transform: uppercase;
}
/*PODSTRONY
-------------------------------------------------- */
h1.page-title { 
	font-size: 36px;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 30px !important;
	margin-top: 30px!important;
	/* padding-bottom: 20px!important; */
	color: var(--dark);
}
.tresc#opis h1.page-title { 
	margin-top: 70px!important;
}
.title-center {
	text-align:center;
}
.tytul-strony .last-word {
	color: var(--grey);
	font-weight: 700;
}
.tytul-strony.srodkowe {
	font-size: 30px;
	font-weight: 800;
	color: var(--white);
	text-align:center;
	margin-bottom: 30px;
	margin-top: 0px;
	text-transform: lowercase;
}
.tytul-strony.srodkowe:after  {
	height: 2px;
	background: var(--grey);
	width: 100px;
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	margin-left: -50px;
}
.tytul-strony {
    font-size: 30px;
    color: var(--grey);
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 500;
    text-shadow: 2px 0px 8px #ffffff;
}

.blog .naglowek-box .tytul-strony {
	width: 100%;
    clear: left;
}
.tytul-strony .last-word {
	color: var(--grey);
	font-weight: 700;
}
.mini-box {
	float: left;
	width: 100%;
}
.mini-box img {
	margin-bottom: 0;
}
.tresc-post-box {
	float: left;
	width: 100%;
	min-height: 400px;
	margin-top: 10px;
	clear: both;
}
.tresc-post-box {
	float: left;
	width: 100%;
	min-height: 400px;
	margin-top: 10px;
	clear: both;
}
.tresc-post-box.galeria {
	min-height: 100px;
}
.tresc-post-box img {
	max-width: 100%;
}
.tresc-post-box h3 {
	font-weight: 500;
	font-size: 20px !important;
	color: var(--violet);
	font-size: 14px;
	line-height: 16px;
	padding-left: 20px;
}
.tresc-post-box h5 {
	font-weight: 600;
	font-size: 20px;
	color: var(--grey);
	font-size: 14px;
	line-height: 16px;
	height: 36px;
}
.tresc-post-box h5 a:hover {
	color: var(--grey);
	background: none;
}
.tresc-post-box h5 a {
	border: 2px solid var(--grey);
    background: none;
    color: #3e3a36;
    border-radius: 0;
    border: 0;
    padding: 0px;
    margin-top: 0px;
    float: none;
    font-size: 14px;
    line-height: 14px;
}

.tresc-post-box p.cf7 {
	color: var(--violet);
    padding-left: 2px;
	padding-bottom: 0;
    margin-bottom: 0;
	font-size: 16px;
}

.tresc-post-box ul {
	padding-left: 20px;
	position: relative;
}
.tresc-post-box .blocks p {
    margin: 0 0 10px;
}
.tresc-post-box .blocks a {
	display: block;
	background: var(--grey);
	border-radius: 0 3px 3px 0;
	padding: 10px 20px;
	color: var(--white);
	max-width: 400px;
}
.tresc-post-box .blocks a:hover {
	background: var(--lightgrey);
	text-decoration: none;
}
.sidebar .sociale {
	padding: 20px 0 0 0;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	float:left !important;
	margin: 0;
}
.tresc-post-box .boksy a span {
    display: block;
	padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    /* top: 30%; */
    margin-left: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: -60px;
	transition: all 0.2s ease 0s !important;
}
.tresc-post-box .boksy a:hover span {
    margin-top: -70px;
}
.tresc-post-box .boksy a:hover img {
   filter: blur(0.7px);
}
.sidebar .sociale a {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 3px;
	color: #F7F7F7;
	text-decoration: none !important;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #333;
	border-radius: 100%;
}
.sidebar .sociale a:hover {
	background: var(--grey);
	color: #F7F7F7;
}
.sidebar .sociale .fa {
	font-size: 16px;
	line-height: 35px;
}
/*NAGŁÓWEK
-------------------------------------------------- */
.right-head {
	margin-top: 5px;
}
.menu-glowne .container, .floating .container  {
	max-width: 80% !important;
	width: 80% !important;
	/* margin: 0; */
}
.menu-glowne .container .row {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.name-head {
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
	background: #c00;
	color: var(--white);
	border-radius: 50px 0 50px 0;
	max-width: 640px;
	text-align: center;
	font-size: 20px;
}
.logotyp {
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	padding: 0px 0;
	text-align: left;
	animation: slidetop;
    animation-duration: 1s;
    opacity: 1;
}
.logotyp img {
	margin-left: 10px;
	max-height: 90px;
}

body .logotyp img.pagelogo {
	display: block;
}
body .logotyp img.homelogo {
	display: none;
}

body.home .logotyp img.homelogo {
	display: block;
}
body.home .logotyp img.pagelogo {
	display: none;
}

.content_fixed .logotyp img {
    margin-left: 10px;
    max-height: 70px;
	transition: all 0.2s ease 0s!important;
}
.menu-glowne {
	text-align: right;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 11;
	background: #ffffffa3;
	top: 0;
}
.page:not(.home) .menu-glowne, .blog .menu-glowne, .single .menu-glowne, .archive .menu-glowne, .woocommerce .menu-glowne, .error404 .menu-glowne {
	text-align: right;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 11;
    background: #6e48b5;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 8%);
    top: 0;
}
.admin-bar .menu-glowne {
    top: 31px;
}
.menu-glowne.content_fixed:before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.nawigowanie  {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 0px 0 !important;
	text-align: center;
}
.navbar-collapse {
	padding-right:  0 !important;
	padding-left: 0 !important;
	margin-right: -15px;
}
@media (min-width: 850px) {
    .navbar-collapse.collapse {
		margin-right: 10px;
    }
	.navbar-default {
		width: calc(100% - 200px);
		float: left;
	}
}
.home .navbar-default .logotyp img {
	width: 100%;
	height: auto !important;
	transition: all 0.3s ease 0s!important;
}
.navbar {
	display: block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	position: relative !important;
	background: var(--white) !important;
	left: 0;
	top: 0;
	right: 0;
	border-radius: 0px !important;
	z-index: 100000;
	transition: all 0.15s ease 0s!important;
}
.navbar-default {
	border-color: transparent !important;
	margin-bottom: 0 !important;
	border: none !important;
}
.navbar-default {
	padding-top: 0px;
	background-color: transparent !important;
}
.navbar-default.przyklej {
	padding-top: 0;
}
.navbar-default.przyklej {
	background-color: #eee !important;
	border-color: transparent !important;
	margin-bottom: 0 !important;
	border: none !important;
}
.navbar ul {
	width: 100%;
	margin: 10px 0px 10px 0;
	padding: 0;
	text-align: right;
}
.navbar li { 
	display: inline-block !important;
	vertical-align: middle;
	position: relative;
	list-style: none;
	float: none !important;
}
.navbar li a {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	display: block;
	padding: 15px 1px !important;
    margin: 0 10px;
	text-align: center;
	color: var(--white);
	transition: all 0.3s ease 0s!important;
	margin-top: -2px;
	max-width: 230px;
}
.navbar-default .navbar-nav>li>a {
    color: var(--white);
}
.home .navbar li a {
	color: var(--black);
}
.navbar li a:hover {
	color: #000;
	background: var(--lightgrey);
}
.navbar ul ul li a {
	max-width: 1000px;
}
.navbar-default .navbar-nav li.wyroznione.active a  {
	background:none;
	color: var(--grey) !important;
	border:2px solid var(--grey) !important;
}
.navbar-default.przyklej .navbar-nav > li > a:focus, .navbar-default.przyklej .navbar-nav > li > a:hover {
	color: #333 !important;
}
.navbar-default.przyklej .navbar-nav > .active > a, .navbar-default.przyklej .navbar-nav > .active > a:focus, .navbar-default.przyklej .navbar-nav > .active > a:hover {
	color: #333 !important;
	background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: var(--white) !important;
	background-color: transparent !important;
}

.home .navbar-default .navbar-nav > .active > a, .home .navbar-default .navbar-nav > .active > a:focus, .home .navbar-default .navbar-nav > .active > a:hover {
	color: var(--black) !important;
	background-color: transparent !important;
}

.navbar li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	width: 100%;
}
.navbar-default.przyklej li ul.dropdown-menu {
	background:var(--grey) !important;
}
.navbar li ul.sub-menu:hover {
	display:block;
}
.navbar li ul.sub-menu li {
	border:none !important;
	float:left;
	width:100%;
}
.navbar li ul.sub-menu a:hover {
	background:#eee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #000 !important;
	background-color: transparent !important;
}
@media (min-width: 992px) {
	.main-menu ul .menu-item-gtranslate ul {
		width: 64px !important;
		min-width: 64px !important;
		background: rgb(255 255 255 / 75%);
	}
	.navbar li .menu-item-gtranslate ul.sub-menu li {
		border: none !important;
		float: left;
		width: 64px;
		clear: both;
	}
	.main-menu ul .menu-item-gtranslate ul li a {
		display: block;
		text-decoration: uppercase;
		font-weight: 400;
		padding: 10px 16px 10px 16px;
		transition: 0.3s;
		font-size: 14px;
		line-height: 15px;
		font-size: 14px;
		color: var(--white) !important;
		width: 44px;
        text-align: left;
        padding: 10px 10px !important;
        font-weight: 400 !important;
	}
}
li.current-page-ancestor a, li.current-menu-ancestor a{
	/* border-color: var(--white) !important; */
}
li.social a {
	font-size:20px;
	padding: 24px 0px 24px 10px !important;
}
li.social a span {
	display: none !important;
}

/* FLOATING RIGHT WCAG & OTHER
-------------------------------------------------- */
.floating {
	position: fixed;
	top: 200px;
	left: 0;
	width: 48px;
	z-index: 1111;
}
.home .floating {
	top: 153px;
}
.floating .container {
	text-align: left;
	box-sizing: border-box;
}
.searchin {
	background: #128353;
	background: rgb(18 131 83 / 70%);
}
.declaration {
	background: #572583;
	background: rgb(87 37 131 / 70%);
}
.fonts {
	background: #bb4800;
	background: rgb(75 75 75 / 70%);
	font-size: 18px;
}
.contrast {
	background: var(--grey);
	background: rgb(0 0 0 / 100%);
	cursor: pointer;
}
.facebook {
	background: var(--grey);
	background: rgb(0 132 206 / 70%);
}
.instagram {
	background: #fc06b5;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.twitter {
	background: #1481db;
}
.twitter span, .facebook span {
	display: none !important;
}
.tiktok {
	background: var(--black);
}
.facebook .fa, .twitter .fa, .instagram .fa {
	margin: 0px;
	font-size: 25px;
}
.facebook, .twitter, .instagram {
	text-align: center;
	width: auto;
}
.facebook a, .twitter a .instagram a {
	display: block;
}
.fonts.block-contact a {
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
    margin-bottom: -1px;
}
.fonts.block-contact a:hover {
	background-color: #f71b33;
	outline: none;
}
.fonts.block-contact a:last-child {
	font-size: 16px;
	border-bottom: none;
    margin-bottom: 0;
}
.block-contact a:focus {
	color: var(--white);
}
.block-contact .fa {
	display: inline-block;
	vertical-align: middle;
	color: var(--white);
	font-size: 17px;
	line-height: 50px;
}
.block-contact label {
	font-weight: 500;
}
.block-contact {
	margin: 0;
	vertical-align: middle;
	height: auto;
	font-size: 14px;
	cursor: pointer;
}
.block-contact a {
	padding: 0px 15px;
	color: var(--white);
	display: block;
    width: 100%;
	vertical-align: middle;
	font-size: 15px;
	line-height: 48px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0.5px;
	height: 48px;
}
.block-contact label {
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
}
.block-contact a:hover {
	color: var(--white) !important;
}
.sekcja .splide__arrow {
    width: 40px !important;
	border-radius: 0 !important;
	border: 1px dashed var(--grey);
	top: 38% !important;
}
.splide .splide__arrow--next {
    right: -5em;
}
.splide .splide__arrow--prev {
    left: -5em;
}
.splide__arrow svg {
    fill: #0b5b42 !important;
}
.splides__list {
	padding-left: 0;
}
/* Boxy x ikonami flips */
.cards {
	clear: both;
	width: 930px;
	margin: 0 auto;
}
@media (max-width: 960px) {
	.cards {
		width: 100%;
	}
}
@media (min-width: 1940px) {
	.cards {
		width: 1240px;
	}
}
.card {
	position: relative;
	float: left;
	top: 50%;
	left: 0;
	height: 300px;
	width: 300px;
	margin: 5px;
	perspective: 600px;
	transition: 0.5s;
}
.card:hover .card-front {
	transform: rotateX(-180deg);
}
.card:hover .card-back {
	transform: rotateX(0deg);
}
.card-front {
	background-color: rgb(255 255 255 / 40%);
	backface-visibility: hidden;
	transform: rotateX(0deg);
	transition: 0.5s;
	border-radius: 10px;
}
.card-front img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.card-front .nazwa {
	position: absolute;
    text-align: center;
    width: 100%;
    color: var(--white);
    bottom: 0;
    background: rgb(0 0 0 / 40%);
	padding: 4px 0;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.card-front, .card-back {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	text-align: center;
}
.card-back {
	backface-visibility: hidden;
	transform: rotateX(180deg);
	transition: 0.5s;
}
.card-back::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 132 206 / 30%);
	z-index: 1;
	border-radius: 10px;
}
.card-back img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transition: blur 0.1s;
}
.card-back:hover img {
	filter: blur(2px);
}
.card-back .empty {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
}
.card-back .nazwa {
	position: absolute;
    text-align: center;
    width: 60%;
	border-radius: 3px;
	background: rgb(255 255 255 / 90%);
	border: 1px solid #000;
    color: #000;
    top: 60%;
	left: 20%;
	display: block;
	padding: 5px 5px;
	border-radius: 4px;
	line-height: 20px;
	z-index: 4;
}
.card-back a:hover .nazwa {
	color: #000;
	background-color: var(--white);
	text-decoration: none;
}
/* Boxy z ikonami flips end */

/* Popup wyszukiwarka box BEGIN */
/* .wyszukiwarka {
	float: right;
	width: 200px;
	margin-top: 8px;
	margin-left: 20px;
} */
.wyszukiwarka#search {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
}
@media all and (min-width: 950px) {
	.wyszukiwarka#search {
		right: -90px;
		position: absolute;
	}
}
.wyszukiwarka .searchform {
	margin-bottom: 0;
}
.wyszukiwarka .searchform input[type="text"] {
	width: auto;
	padding: 2px 10px;
	height: 34px;
	width: 220px;
}
.wyszukiwarka .closee {
	width: 40px;
    height: 40px;
    position: absolute;
    right: 9px;
    top: 16px;
}
.wyszukiwarka .closee .fa {
	font-size: 40px;
}
.screen-reader-text {
	font-size: 10px;
	text-transform: uppercase;
}
.secondline .magnif {
	float: right;
	padding-top: 12px;
	cursor: pointer;
}
.secondline .magnif i {
	font-size: 20px;
	color: #3c3c3c;
}
.szukaj {
	height: 2px;	
}
.hover_bkgr_fricc {
    cursor: pointer;
    display: none;
    position: absolute;
    text-align: center;
    width: 30%;
    width: 70%;
    z-index: 1;
	bottom: -100%;
}
.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.hover_bkgr_fricc > div {
    background-color: var(--white);
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
	position: relative;
}
.popupCloseButton {
    background-color: var(--white);
    border: 3px solid #999;
    cursor: pointer;
    display: inline-block;
    font-family: 'Barlow';
    font-weight: bold;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 36px;
    line-height: 30px;
    width: 28px;
    height: 30px;
    text-align: center;
    content: "x";
    color: black;
    line-height: 0.4em;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.carousel {
   text-align: center;
}

/* slide down */
.come-in {
	transform: translateY(250px);
	animation: come-in 0.8s ease forwards;
}
.already-visible {
	transform: translateY(0);
	animation: none;
}
@keyframes come-in {
  to { transform: translateY(0); }
}
/* -------------------- */
body section:last-child {
	margin-bottom: 70px;
}
.blocks-gallery-grid, .wp-block-gallery {
	padding-left: 0px!important;
	margin-left: 0px!important;
	margin-bottom: 30px !important;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #ccc;
    font-weight: 400 !important;
    font-size: 15px !important;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	/* width: 370px; */
}
.wpcf7 select {
    width: 100%;
    height: 36px;
    border-radius: 3px;
}
.wpcf7 input[type=submit] {
	width: auto;
	/* margin-left: 317px; */
}
strong, b {
	font-weight: 600 !important;
}
.naglowek-tytul {
	float: left;
	width: 100%;
	margin-bottom: 60px;	
}
html #swipebox-overlay {
	background-color: rgba(0, 0, 0, 0.8)!important;
	background: rgba(0, 0, 0, 0.8)!important;
	z-index: 999999 !important;
}
.container {
	max-width: 80% !important;
	width: 80% !important;
	margin: 0 auto;
	position: relative;
	clear: both;
}
@media (min-width: 1600px) {
    .container {
		max-width: 1400px !important;
		width: 1400px !important;
    }
}
.cztery-boks {
	width: 24.8%;
	padding-left: 0px;
	padding-top: 1px;
	display: inline-block;
	vertical-align: top;
}
.cztery-boks .textbox p {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
blockquote {
	padding: 0 0 0 0px;
	margin: 15px 0 36px 0 !important;
	border-left: 3px solid var(--grey) !important; 
	float: left;
	font-size: 30px;
	width: 100%;
}
blockquote p {
	font-size: 26px;
	font-style: normal !important;
	font-weight: 400;
	line-height: 33px;
}

.wp-caption-text, .gallery-caption {
	display: none;
}
.gallery-item {
	margin: 0px !important;
	padding: 0;
	border: 0;
}
.gallery, .wp-block-gallery.wp-block-gallery-1 {
	width: 100% !important;
}
.wp-block-gallery.wp-block-gallery-1 .wp-block-image {
	margin: 0 !important;
	width: 100% !important;
}
@media (min-width: 768px) {
	.wp-block-gallery.wp-block-gallery-1 .wp-block-image {
		margin: 5px 10px 0 0px !important;
		width: calc(33% - 15px) !important;
	}
}
.gallery-columns-3 .gallery-item {
	width: 30% !important;
	height: auto !important;
}
.gallery-columns-3#gallery-1 .gallery-item {
    margin: 5px 5px 0 5px !important;
    width: calc(33% - 10px) !important;
}
.gallery-item  img {
	border: 0px solid #cfcfcf !important;
}
html body .gallery {
	float: left;
	width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 30px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 20px 30px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}
.tresc {
	width: 70%;
	float: left;
	padding: 10px 30px 30px 14px;
	box-sizing: border-box;
}
.tresc ul, .tresc ol {
	margin-left:0px;
	padding-left: 22px;
	list-style: none;
}
.tresc ul ul, .tresc ol ol{
	margin-bottom:0px;
}
.tresc h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
	color: var(--grey);
}
.tresc h4 {
	color: var(--grey);
}

.glowny-rzad {
	width: 100%;
	float: left;
	padding: 40px 0;
}

.single .glowny-rzad {
	margin-top: 100px;
}
.page:not(.home) .glowny-rzad, .error404 .glowny-rzad {
	width: 100%;
	float: left;
	padding: 100px 0 40px 0;
}
body.page.page-template-page-foto .tresc {
	padding: 30px 30px 30px 0;
}
body.page .tresc {
	/* width: 90%; */
	padding: 10px 30px 30px 15px;
}
.tresc.szeroka {
	width: 100%;
}
.page-template-wyszukiwanie-php .tresc.szeroka {
	padding: 50px 0px 30px 0;
}
.bok-tresc {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
}
.boczne {
	width: 30%;
	float: right;
	padding: 40px 0 0 20px;
	box-sizing: border-box;
	font-weight: 500 !important;
}
.boczne .tags a {
	display: block;
}

table.cennik {
    max-width: 100%;
    border-spacing: 0.5rem;
    background: linear-gradient(135deg, rgb(209 237 251) 50%, rgb(204 234 255) 100%);
}
table.cennik td, table.cennik th {
	padding: 3px 2px 0 2px;
	font-size: 14px;
	line-height: 18px;
	color: #353535;
	border: 1px solid #ffffff;
	padding: 0.8rem 1rem;
}
table.cennik thead th, table.cennik tfoot th {
	font-weight: 400;
	font-size: 15px;
}
table.cennik td b, table.cennik td strong {
	color: #333;
	font-size: 15px;
}
table.cennik td img {
	width: 100px;
}
table.cennik td a.aimg {
	border: 1px solid transparent;
}
table.cennik td a.aimg:hover {
	border: 1px solid rgb(12 115 0 / 22%);
}
table.cennik th h3, table.cennik td h3 {
	font-size: 15px;
	font-weight: 500;
	margin: 4px 0 0 0;
}
table.cennik th p.tekst, table.cennik td p.tekst {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
table.cennik td p.tekst.czas, table.cennik td p.tekst.cena {
	font-size: 14px;
	font-weight: 500;
	margin: 4px 0 0 0;
	text-align: center;
}
table.cennik td:last-child {
    text-align: center;
}
table.cennik td .btn {
    border-radius: 2px;
    margin: 10px 0;
    background: rgb(60 121 175 / 7%);
    border: 1px solid rgb(0 9 115 / 12%);
}
table.cennik td .btn:hover {
    border-radius: 2px;
    margin: 10px 0;
    background: rgb(0 86 128 / 15%);
    border: 1px solid rgb(12 115 0 / 22%);
}
table.cennik thead tr {
	background: #63899f;
}
table.cennik thead th {
	color: #fff;
}
table.cennik tbody tr:nth-child(odd) {
	background: #5a9bc18f;
}
table.cennik tbody tr:nth-child(even) {
	background: #b3e6ff;
}
@media all and (min-width: 1050px) {
	table.cennik {
		max-width: 1000px;
	}
}
.naglowek-box {
	color: var(--white) !important;
	height: auto;
	padding-top: 80px;
	padding-top: 0;
	width: 100%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background: url(/wp-content/themes/klinikaszybek/images/baner-small.jpg);
	background-size: cover !important;
	position: relative;
}
.naglowek-box .name-head h3 {
	letter-spacing: 2px;
	font-weight: 900;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 37px;
}
.naglowek-box .name-head {
	right: 5% !important;
	margin-right: 15px;
	bottom: 80px !important;
	left: auto !important;
}
.naglowek-box .tytul-slajdu {
	font-size: 56px;
	line-height: 56px;
}
.naglowek-box .podtytul-slajdu{
	font-size: 30px;
}
.przyciski {
	width: auto;
	margin-top: 60px;
	text-align: center;
	z-index: 11;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.przycisk {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.przycisk a {
	width: auto;
	padding: 10px 15px 10px 15px;
	color: var(--white);
	border: 0px solid var(--grey);
	background: var(--grey);
	text-align: center;
	text-decoration: none !important;
	margin-top: 10px;
	border-radius: 30px;
	float: right;
	height: 50px;
	line-height: 32px;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s!important;
}
.przycisk a img {
	height: 30px;
	float: left;
	width: auto;
	margin-right: 10px;
}
.przycisk a:hover {
	border: 0px solid var(--white);
	color: var(--white);
	background: none !important;
}
.pobierz-plik {
	list-style: none;
	margin-bottom: 10px;
	transition: all 0.3s ease 0s!important;
}
.pobierz-plik a, .przejdz-link a {
    width: 100%;
    padding: 12px 16px 12px 54px;
    border: 1px solid var(--grey);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
    line-height: 20px;
    color: #333;
    font-weight: 300;
    position: relative;
    font-size: 14px;
}
.pobierz-plik a:before {
    content: '';
    color: var(--white);
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/wp-content/themes/SMReja/images/pobierz-icon.png) no-repeat var(--grey) center center;
    background-size: 20px;
}
.pobierz-plik:hover {
	background: var(--grey);
}
.pobierz-plik:hover a {
	color: var(--white);
	text-decoration: none;
}
h3.dzial {
	font-size: 24px;
	font-family: Corbel, sans-serif;
	display: grid;
	place-items: center;
	min-height: 60px;
	border: 2px dashed;
	padding: 1rem;
	width: 240px;
	border-image: linear-gradient(to left, #0b5b42, #0b5b42) 1 0;
	margin: 30px auto;
	font-weight: 400;
	color: #0b5b42;
	text-transform: uppercase;
}
body .btn {
	border-radius: 0px;
	margin: 10px 0;
    /* background: rgb(0 128 0 / 7%);
    border: 1px solid rgb(12 115 0 / 12%); */
}
.btn-success {
    color: #fff;
    background-color: var(--violet);
    border-color: var(--darkviolet);
}
.btn-success:hover, .btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: var(--darkviolet);
    border-color: #250957;
}

.tresc-post-box i.fa {
	font-family: FontAwesome;
	font-style: normal;
	width: 23px;
    display: inline-block;
}
.tresc-post-box i.fa:before {
    color: var(--violet);
    font-size: 28px;
}
.tresc-post-box i.fa.fa-envelope:before {
    font-size: 20px;
}
.tresc-post-box i.fa.fa-instagram:before, 
.tresc-post-box i.fa.fa-facebook:before {
    font-size: 24px;
}

.row.maps {
	margin: 0 auto 10px;
	float: none;
    clear: both;
	padding-top: 50px;
}
.row.maps .content p {
	text-align: center;
	font-size: 18px;
	color: var(--violet);
}
.row.maps .content iframe {
	filter: grayscale(100%);
}

/* 3 BOKSY */
.trzy-boks {
	width: 33%;
	float: left;
	padding: 25px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.trzy-boks .nazwa h2 {
    font-size: 20px;
	margin-top: 0;
}
.trzy-boks hr.line {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid var(--grey);
    width: 60px;
}
.trzy-boks .foto img {
	width: 60%;
	margin-bottom: 25px;
	padding: 0 20px;
    transition: 0.3s ease;
    border: 10px solid var(--grey);
    padding: 0px;
}
.trzy-boks .foto img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}
.trzy-boks .zajawka {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 60px;
}
.kadra-foto img, img.kadra-foto {
    transition: all 0.3s ease;
    background: var(--white);
    box-shadow: 0px 3px 7px #b7b7b7;
}
/* BOKSY END */


/* AKTUALNOSCI
-------------------------------------------------- */
.post-archive {
	width: 100%;
	float: left;
}
.post-archive .page-title {
	padding-left: 15px;
	margin: 100px 0 30px  !important;
	color: var(--dark);
}
.post-archive h3.page-title {
	margin: 40px 0 !important;
}
.post-archive .tytul-news {
	font-size: 15px;
    line-height: 15px;
    color: var(--grey);
    font-weight: 500;
}
.post-archive .stopka-news {
	text-align: right;
    position: relative;
    bottom: 0;
    right: -10px;
    margin-top: -25px;
}
.post-archive .lista-aktualnosci {
    padding: 10px !important;
    border: 1px dotted #00456f;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    min-height: 0 !important;
    text-align: left !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-bottom: 20px;
    float: none;
    background-color: rgb(249 249 249 / 79%);
}
body:not(.category) .section-title {
    color: var(--violet);
    font-family: 'Montserrat';
	font-size: 26px;
    margin: 0px auto 30px;
    font-weight: 500;
	/* padding: 0px; */
}
body:not(.category) .section-title:before {
	/* content: "";
    position: absolute;
    margin-left: -60px;
    margin-top: -10px;
    background: url(../images/icon-tool.webp) no-repeat;
    width: 54px;
    height: 53px;
    background-size: cover; */
}
body:not(.category) h3.section-title {
    font-size: 24px;
	padding: 10px 0px;
    font-weight: 300;
    letter-spacing: 0.1px;
}
body.home .section-title {
	
}
body.blog .section-title {
	/* padding: 0px 20px; */
}
body.category .section-title::after, .single h1.page-title::after {
	position: relative;
	top: 5px;
	left: auto;
	margin-left: 0;
}
.page-template-zajecia .section-title {
	color: #000;
}
.section-title span {
	text-transform: uppercase;
	color: var(--grey);
	font-weight: 900;
}
.stopka-news {
	text-align: right;
	position: absolute;
	bottom: 25px;
	right: 30px;
	transition: all 0.3s ease 0s!important;
}
.stopka-news:hover {
	right: 0;
}
.stopka-news a {
	color: #333333 !important;
	padding: 10px;
	font-size: 14px;
}
.boks-more .arrow {
	font-size: 40px;
	color: #666666;
	line-height: 120px;
	width: 120px;
	height: 60px;
	display: inline-block;
	border: 1px solid #555555;
	position: relative;
	transition: all 0.3s ease 0s!important;
}
.arrows {
	/* background: #555555; */
	height: 3px;
    width: 70px;
    position: absolute;
    top: 49%;
    left: 50%;
    margin-left: -35px;
}
.arrows:before, .arrows:after {
	content: "";
	background: #555555;
	position: absolute;
	height: 3px;
    width: 55px;
}
.arrows:before {
	right: 26px;
    bottom: 0px;
    transform: rotate(225deg);
}
.arrows:after {
	right: -11px;
    top: 0;
    transform: rotate(135deg);
}
.arrows-small-box {
	width: 35px;
	height: 25px;
	display: inline-block;
	background: var(--violet);
	color: var(--white);
	vertical-align: middle;
	margin-left: 5px;
}
.arrows-small {
	background: #f2f2f2;
    height: 2px;
    width: 16px;
    position: relative;
    top: 12px;
    left: 9px;
}
.arrows-small:before, .arrows-small:after {
	content: "";
	background: #f2f2f2;
	position: absolute;
	height: 2px;
	width: 9px;
}
.arrows-small:before {
	right: -1px;
	bottom: -3px;
	transform: rotate(-45deg);
}
.arrows-small:after {
	right: -1px;
	top: -3px;
	transform: rotate(45deg);
}
.entry-date {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
}
.tytul-news {
	font-size: 23px;
	line-height: 27px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 15px;
    margin-top: 20px;
}
.tresc-news {
	font-size:14px;
	line-height:22px;
	color: #444444;
}
body:not(.home) .opis-news {
	height: 100px;
}
.boks-news.col-sm-12 {
	margin: 0 auto;
	padding-right: 5px;
    padding-left: 5px;
	background: transparent;
}
#aktualnosci {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.lista-aktualnosci {
	padding: 30px 25px 60px 25px!important;
	border: 1px solid #cccccc;
	width: 31% !important;
	margin-right: 2% !important;
	border-radius: 0px 30px 0 30px;
	min-height: 400px !important;
}
.boks-news .container {
	padding-right: 0px !important;
	padding: 0 15px !important;
}
.blog .wydarzenia-lista {
	width: 29%;
	margin: 2%;
	display: inline-block;
	vertical-align: top;
}
.tytul-aktualnosci {
	margin-top: 0px !important;
	font-weight: 800 !important;
	font-size: 34px !important;
	padding: 0px 0px 10px 0px !important;
	text-align: center;
	margin-bottom: 0 !important;
}
.archiwalne .link-wiecej {
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 700;
	color: #1a8777;
}
.archiwalne .trzy-boks {
	margin-bottom:50px;
}
.archiwalne .lista-uslug .dana-usluga-inner {
	text-align:left !important;
}
.archiwalne .lista-uslug .col-sm-4, .archiwalne .lista-uslug .col-sm-8 {
	float: none !important;
	vertical-align: middle !important;
	display: inline-block !important;
}
.archiwalne .lista-uslug .dana-usluga-inner {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.archiwalne .lista-uslug .dana-usluga {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.archiwalne .lista-uslug .zajawka-uslugi {
	margin-top: 0px;
}
.archiwalne .lista-uslug .zajawka-uslugi p {
	margin-bottom:0px;
}
html body .archiwalne .lista-uslug  .tytul-uslugi {
	margin-bottom:15px!important;
	margin-top: 0px!important;
}
.archiwalne .lista-uslug .col-sm-8 {
	width:70% !important;
}
.archiwalne .lista-uslug .col-sm-4 {
	width:29% !important;
	padding-left:0 !important;
	padding-right:50px !important;
}
.logi {
	float:left;
	width:100%;
	margin-top:20px;
}
.logi .col-sm-3 {
	padding:30px !important;
	text-align: center;
}
.opis-aktualnosci {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #555;
	width: 100%;
	float: left;
	padding: 0px 20px 10px 20px;
}
.data-aktualnosci {
	width:100%;
	text-align:left;
	font-size:12px;
	color: #555;
	box-sizing:border-box;
	padding:20px 20px 10px 20px;
}
.menu-wybrane .data-aktualnosci, .menu-wybrane .link-wiecej.kolorowy, .menu-wybrane  .opis-aktualnosci, .menu-wybrane .tytul-aktualnosci {
	padding-left:0px;
	padding-right:0px;
}
#aktualnosci .link-wiecej.kolorowy, #wydarzenia .link-wiecej.kolorowy {
	font-size:12px;
	float:left;
	margin:10px 20px 20px 20px;
}
.miniatura-aktualnosci {
	display: block;
	position: relative;
	transition: all 0.3s ease 0s!important;
	overflow: hidden;
}
.miniatura-aktualnosci:before {
	content: "\f0c1";
	position: absolute;
	top: 550%;
	color: var(--white);
	font-size: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	font-family: FontAwesome;
	transition: all 0.3s ease 0s!important;
	z-index: 100;
}
.miniatura-aktualnosci:hover:before {
	top: 50%;
	transition: all 0.3s ease 0s!important;	
}
.miniatura-aktualnosci:after {
	background-color: rgba(0, 0, 0, 0.4)!important;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	right: 100%;
	top: 100%;
	transition: all 0.3s ease 0s!important;
	z-index: 90;
}
.miniatura-aktualnosci:hover:after  {
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.tresc-zaproszenia {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--white);
    background: rgb(0 0 0 / 90%);
    padding: 40px;
}
#opis .tresc-zaproszenia p {
	font-size: 14px;
	margin: 0 0 6px;
}
#opis .tresc-zaproszenia h1 {
	margin-top: 0px !important;
    margin-bottom: 20px !important;
}

/* KONTRAST */
.navbar li a .fa, .navbar li a i {
	display: none !important;
}
body.highcontrast {
	background: #000000;
	background-color: #000000;
	color: #ff0;
}
.highcontrast .tresc-opis, html body.highcontrast .navbar li a {
	color: #ff0 !important;
	color: #000 !important;
}
.highcontrast .wp-block-heading, .highcontrast .wp-block-column p {
	color: #ff0 !important;
}
.highcontrast .navbar-default .navbar-nav > .active > a, 
.highcontrast .navbar-default .navbar-nav > .active > a:focus, 
.highcontrast .navbar-default .navbar-nav > .active > a:hover,
.highcontrast .nadstopka .block-contact a:hover, 
.highcontrast .contact-head a:hover {
	color: #ff0 !important;
	color: #000 !important;
	text-decoration: underline !important;
}
.highcontrast .block-contact,
.highcontrast .gorna-stopka {
	background: #000000;
	color: #ff0 !important;
}
.highcontrast .name-head,
.highcontrast .name-head span,
.highcontrast .contact-head {
	background: #ff0;
	color: #000000 !important;
}
.highcontrast .block-contact a,
.highcontrast .block-contact .fa,
.highcontrast .block-contact a:hover,
.highcontrast .fonts.block-contact a:hover,
.highcontrast .gorna-stopka a,
.highcontrast .gorna-stopka .tytul-stopki,
.highcontrast .nadstopka .block-contact a, 
.highcontrast .contact-head a,
.highcontrast .tresc,
.highcontrast #breadcrumbs a,
.highcontrast #breadcrumbs,
.highcontrast .post-archive,
.highcontrast .post-archive .section-title span,
.highcontrast .post-archive .page-title,
.highcontrast .paginacja-wpisow li a {
	color: #ff0 !important;
}
.highcontrast .post-archive .lista-aktualnosci {
	border: 1px solid #ff0;
	background: #ff0;
}
.highcontrast .page-numbers a {
	color: #ff0;
	border: 2px solid #ff0;
}
.highcontrast .paginacja-wpisow li {
	color: #ff0;
	border: 2px solid #ff0;
}
.highcontrast .paginacja-wpisow li.active,
.highcontrast .paginacja-wpisow li:hover {
	background: #ff0;
	color: #000000 !important;
}
.highcontrast .page-numbers:hover a {
	color: #000000;
	background: #ff0;
	border: 2px solid #ff0;
}
.highcontrast .paginacja-wpisow li.active a,
.highcontrast .paginacja-wpisow li:hover a{
	color: #000000 !important;
}
.highcontrast .boks-news,
.home.highcontrast footer {
	background: #ff0;
	color: #000000 !important;
}
.highcontrast footer {
	background: #000000;
}
.highcontrast .nadstopka {
	border-bottom: 1px dashed #ff0;
}
.highcontrast .section-title span,
.highcontrast .contact-head a,
.highcontrast .tytul-news,
.highcontrast .entry-date,
.highcontrast .opis-news p,
.highcontrast .zastrzezone-stopka a {
	color: #000000 !important;
}
.highcontrast .contrast-v, .full-v {
	display: none!important;
}
.highcontrast .full-v, .contrast-v {
	display: inline-block!important;`
}
.highcontrast .menu-glowne {
	border-bottom: 1px solid #000000;
	background: #ff0;
}
.highcontrast .floating {
	background:#000000;
}
.highcontrast .lista-aktualnosci {
	border: 1px solid #000000;
	color: #000000 !important;
}
.highcontrast .arrows-small-box {
	background: #000000;
	color: #ff0;
}
.highcontrast .arrows-small,
.highcontrast .arrows-small::before, 
.highcontrast .arrows-small::after {
	background: #ff0;
}
.highcontrast .boks-more .arrow {
	color: #ff0;
	border: 1px solid #ff0;
}
.highcontrast .arrows,
.highcontrast .arrows::before, 
.highcontrast .arrows::after {
	background: #ff0;
}
.highcontrast a:hover .arrows,
.highcontrast a:hover .arrows::before, 
.highcontrast a:hover .arrows::after {
	background: #000000 !important;
}
.highcontrast .boks-more a:hover .arrow {
	color: #000000;
	background: #ff0 !important;
	border: 1px solid #ff0 !important;
}
.highcontrast .zastrzezone-stopka {
	background: #ff0;
	color: #000000;
}
.highcontrast .zastrzezone {
	background: none !important;
	color: #000000 !important;
}
html body.highcontrast .tresc a,
.highcontrast .shery-post span,
.highcontrast h3.tytul-strony,
.highcontrast .sidebar li a,
.highcontrast .sidebar li a::before,
.highcontrast .sidebar,
.highcontrast .sidebar a {
	color: #ff0;
}
.highcontrast .przybornik {
	border-top: 1px dashed #ff0;
}
.highcontrast .przybornik::before {
	color: #ff0;
	background: #000000;
} 
.highcontrast #s {
	border: 1px solid #ff0;
	background:#000000;
	color: #ff0;
}
.highcontrast #s:focus {
	border: 2px solid #ff0;
}
.highcontrast #searchsubmit {
	background: #ff0;
	color: #000000;
	border: 2px solid #ff0;
}
.highcontrast #searchsubmit:hover {
	background: none;
	color: #ff0;
	border: 2px solid #ff0;
}
.highcontrast .search-bar #searchsubmit {
	background: #ff0;
	color: #000000;
	border: 2px solid #ff0;
}
.highcontrast .search-bar #s {
	border: 2px solid #ff0;
	color: #ff0;
}
.highcontrast .nav.menu-boczne li a {
    font-size: 16px;
    color: #ff0;
}
.highcontrast .nav.menu-boczne li.current-menu-ancestor ul li.current-menu-item a {
    color: #ff0;
}
.highcontrast .menu-boczne .dropdown-menu {
    background-color: transparent;
}
.highcontrast.home #opis .searchbox h4, .highcontrast.home .section-title, .highcontrast.home #opis h3 {
	color: #ff0;
}
img.kontrast, .highcontrast img.bialy {
	display: none;
}
.highcontrast img.kontrast {
	display: block;
}
.highcontrast.home .searchbox input.searchField {
    border: 1px solid #ff0;
    background: #ff0;
    color: #000;
}
.highcontrast.home .col-sm-8.tresc-opis a {
	color: #ff0;
}
.highcontrast.home .searchbox button {
	background: #ff0;
	color: #000;
	border: 2px solid #ff0;
	border-left: 2px solid #000;
}
.highcontrast.home .tytul-news a {
	color: #000;
}
.highcontrast.home .stopka-news .link-info a:hover {
    outline: 1px dashed #000;
}
.highcontrast .pracownicy .opis-pracownika h2.kierownik-nazwisko, .highcontrast .pracownicy .opis-pracownika .tytul-pracownik {
	color: #ff0;
}
/* KONTRAST END */

