.btn,
a,
button {
  text-decoration: none;
}
.popBox,
.simplegalleryCont,
body > header div.wrapper > nav > ul ul {
  transition: opacity 0.3s;
  pointer-events: none;
}
.errorBox div,
.filelist th,
.msg,
main > article table th {
  text-align: left;
}
main > article ul,
main > section.news.sub .content ul {
  list-style-type: disc;
  padding-left: 30px;
}
body > aside.topbar a:hover,
body > footer a:hover,
body > header > .crumbs a:hover {
  -webkit-text-decoration: underline var(--color-front-light);
  text-decoration: underline var(--color-front-light);
}
#cookieMsg,
main > article section figure img,
main > section .tiles .tile,
main > section.diagnostics .submenu a {
  box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.2);
}
a:hover,
html.brightbg body > aside.topbar a:hover,
html.linkdecor a:hover {
  -webkit-text-decoration: underline var(--color-front-dark);
  text-decoration: underline var(--color-front-dark);
}
:root {
  --color-front-dark: #005f33;
  --color-front-medium: rgba(163, 211, 189, 0.2);
  --color-front-light: #fff;
  --color-front-footer: #fff;
  --color-front-hover: #dae7d8;
  --color-bg-dark: #005f33;
  --color-bg-medium: rgba(163, 211, 189, 0.2);
  --color-bg-light: #f7f9f7;
  --color-bg-footer: #daf0e6;
  --color-bg-hover: #dae7d8;
  --color-orange: #f3a267;
  --color-orange-dark: #aa5e27;
  --color-orange-hover: #f8c9a6;
  --color-bg-white: #fff;
  --color-front-white: #fff;
  --color-grey: #d9d9d9;
  --color-grey-dark: #737373;
  --color-font: #000;
  --color-ok: #4b9042;
  --color-info: #4f98b6;
  --color-help: #b2acac;
  --color-error: #bd1515;
  --font: Lato, Arial, sans-serif;
  --font-head: Lato, Arial, sans-serif;
  --font-size: 16px;
  --swiper-theme-color: #f47920;
}
* {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
del,
details,
figcaption,
figure,
footer,
header,
ins,
main,
nav,
section,
time {
  display: block;
}
html {
  background: url("../img/bg_line1.svg") no-repeat fixed center center
    var(--color-bg-light);
  font: var(--font-size) var(--font);
  color: var(--color-font);
  min-height: 100vh;
  transition: filter 0.3s;
}
body {
  overflow-x: hidden;
  position: relative;
}
body ::selection {
  background: var(--color-orange);
  color: var(--color-front-light);
}
body ::-moz-selection {
  background: var(--color-orange);
  color: var(--color-front-light);
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
input:-moz-placeholder {
  color: #666;
}
.msg.help,
a {
  color: var(--color-font);
}
img,
input[type="checkbox"] {
  vertical-align: middle;
}
img,
svg {
  max-width: 100%;
  max-height: 100%;
}
svg,
svg * {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
a {
  transition: 0.3s;
}
.fonticon {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
html.linkdecor a {
  -webkit-text-decoration: underline var(--color-font);
  text-decoration: underline var(--color-font);
  text-decoration: underline !important;
}
a:hover,
html.linkdecor a:hover {
  color: var(--color-font);
}
.btn.bold,
button.bold,
strong {
  font-weight: 700;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3 {
  font: 700 48px/36px var(--font-head);
  text-transform: capitalize;
  color: var(--color-front-dark);
}
.news h1,h2,h3{text-transform: none;}
.btn,
.msg,
body > aside.topbar,
body > aside.topbar a,
body > header > .crumbs,
body > header > .crumbs a,
button,
html.brightbg body > aside.topbar a.orange {
  color: var(--color-front-light);
}
h2 {
  font-size: 32px;
  line-height: 28px;
}
h3,
html.fontminus h3 {
  font-size: 24px;
}
h4,
html.fontminus body > footer h3 {
  font-size: 20px;
}
.hidden {
  position: absolute !important;
  left: -9999px !important;
  top: 0 !important;
  width: 1px;
  overflow: hidden;
}
.icon,
.icona::after,
.iconb::before {
  position: relative;
  width: 15px;
  height: 15px;
  background: var(--color-orange);
  -webkit-mask-image: url("../img/icons.svg#fontplus");
  mask-image: url("../img/icons.svg#fontplus");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  display: inline-block;
}
.icona::after,
.iconb::before {
  content: " ";
}
.popBox {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.popBox.on {
  pointer-events: all;
  opacity: 1;
}
.popBox .inner {
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.popBox.on .inner {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.popBox .close,
.simplegalleryCont .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 150;
}
.msg,
.msg.icon {
  position: relative;
}
.popBox .close:hover,
.simplegalleryCont .close:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.msg {
  background: var(--color-help);
  padding: 25px 30px;
  margin: 15px auto;
  overflow: hidden;
  text-transform: none;
  display: block;
}
.btn,
.filelist .btns,
.filelist .size,
body.home main > section.specialists div.wrapper > .btns,
button,
main > section.news div.wrapper > .btns {
  text-align: center;
}
.msg.ok {
  background-color: var(--color-ok);
}
.msg.error {
  background-color: var(--color-error);
}
.msg.info {
  background-color: var(--color-info);
}
.msg.help {
  background-color: var(--color-help);
}
.msg.icon {
  padding-left: 60px;
  -webkit-mask: none;
  mask: none;
  width: auto;
  height: auto;
}
.msg.icon::before {
  content: " ";
  width: 40px;
  height: 40px;
  background: var(--color-front-light);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.msg.icon.ok::before {
  -webkit-mask-image: url("../img/icons_msg.svg#ok");
  mask-image: url("../img/icons_msg.svg#ok");
}
.msg.icon.error::before {
  -webkit-mask-image: url("../img/icons_msg.svg#error");
  mask-image: url("../img/icons_msg.svg#error");
}
.msg.icon.help::before {
  -webkit-mask-image: url("../img/icons_msg.svg#info");
  mask-image: url("../img/icons_msg.svg#info");
  background: var(--color-font);
}
.msg.icon.info::before {
  -webkit-mask-image: url("../img/icons_msg.svg#info");
  mask-image: url("../img/icons_msg.svg#info");
}
.errorBox div {
  color: #db0811;
  font-weight: 400;
  line-height: 19px;
  cursor: pointer;
  font-size: 15px;
}
.simplegalleryHidden {
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
}
.simplegalleryCont {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn,
body > aside.topbar,
body > header > .crumbs,
button {
  background: var(--color-bg-dark);
}
.simplegalleryCont.on {
  display: -ms-grid;
  display: grid;
  pointer-events: all;
  opacity: 1;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.simplegalleryCont img {
  opacity: 0;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: 0.3s;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.rotator.swiperMainHomeRotator.swiper-initialized
  .slide.swiper-slide-active
  .inner
  > *,
.simplegalleryCont img.on {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.simplegalleryCont .arrow {
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 80px;
  padding: 0 35px;
  cursor: pointer;
  color: var(--color-front-white);
  z-index: 110;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.simplegalleryCont .arrow.left {
  left: 0;
}
.simplegalleryCont .arrow.right {
  right: 0;
}
.btn,
button {
  cursor: pointer;
  font: 400 16px var(--font);
  border-radius: 5px;
  padding: 16px 45px;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  border: 1px solid var(--color-bg-dark);
}
.btn.small,
button.small {
  font-size: 14px;
  padding: 8px 25px;
  letter-spacing: 0.5px;
}
.btn.fat,
button.fat {
  padding: 28px 60px;
  font-size: 28px;
}
.btn.upp,
body > footer .boxes .box.menu,
button.upp {
  text-transform: uppercase;
}
.btn.light:hover,
.btn:hover,
button.light:hover,
button:hover {
  background: var(--color-bg-hover);
  color: var(--color-front-dark);
}
.btn.light,
button.light {
  background: var(--color-bg-light);
  color: var(--color-front-dark);
}
.btn.medium,
button.medium {
  background: var(--color-bg-medium);
  color: var(--color-front-dark);
  background: var(--color-bg-dark);
  color: var(--color-front-light);
}
.arrowUp:hover,
.btn.orange,
.swiper-nav:hover,
button.orange,
main > section.news .tiles .tile .btns a:hover,
main > section.news.sub div.wrapper > .back a:hover {
  background: var(--color-orange);
}
.btn.orange,
button.orange {
  color: #000;
}
.btn.orange:hover,
button.orange:hover {
  background: var(--color-orange-hover);
  color: #000;
}
button.off,
button[disabled="disabled"] {
  opacity: 0.3;
  position: relative;
  cursor: default;
  pointer-events: none;
}
input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  background: var(--color-front-white);
  font: 400 var(--font-size) var(--font);
  color: var(--color-first);
  padding: 7px 14px;
  transition: 0.3s;
  border: 1px solid var(--color-grey-dark);
  width: 100%;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  border-color: var(--color-bg-dark);
}
input[type="email"]:invalid,
input[type="password"]:invalid,
input[type="text"]:invalid {
  outline: 0;
  box-shadow: none;
}
label {
  opacity: 0.8;
  display: block;
  margin-bottom: 5px;
}
form,
main > article.contact .contactform {
  width: 100%;
  max-width: 767px;
}
form fieldset > div {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  gap: 15px;
}
form fieldset > div > div {
  -ms-flex: 13;
  flex: 13;
}
div.wrapper {
  position: relative;
  width: 95vw;
  max-width: 1400px;
  margin: auto;
}
body > aside.topbar {
  position: sticky;
  top: 0;
  z-index: 15;
}
body > aside.topbar div.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  gap: 10px;
}
body > aside.topbar div.wrapper > p,
body > footer .boxes .box.contact,
main > article section .txt {
  -ms-flex: 1;
  flex: 1;
}
body > header > div.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 30px 0 40px;
}
body > header div.wrapper > div.accessmenu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  font-size: 14px;
}
body > header div.wrapper > div.accessmenu ul li {
  max-width: 75px;
  word-spacing: 30000px;
  -ms-flex: 0;
  flex: 0;
}
body > header div.wrapper > div.accessmenu div.mobile,
body > header div.wrapper > div.accessmenu ul li.reset:first-child {
  display: none;
}
body > header div.wrapper > div.accessmenu ul li.reset.on:first-child {
  display: list-item;
}
body > header div.wrapper > div.accessmenu div.mobile span,
body > header div.wrapper > div.accessmenu ul li span {
  display: inline-block;
  padding: 3px 5px;
  transition: background 0.3s;
  border-radius: 5px;
  cursor: pointer;
}
body > header div.wrapper > div.accessmenu div.mobile.on span,
body > header div.wrapper > div.accessmenu ul li.on:not(.reset) span {
  box-shadow: 0 0 0 1px var(--color-bg-dark);
}
.filelist tr:hover,
body > header div.wrapper > div.accessmenu div.mobile span:hover,
body > header div.wrapper > div.accessmenu ul li span:hover,
body > header div.wrapper > nav > ul > li > a:hover,
main > article table tr:hover,
main > article.contact table tbody tr:hover,
main > section .submenu a:hover {
  background: var(--color-bg-hover);
}
body > header div.wrapper > div.accessmenu div.mobile span::before,
body > header div.wrapper > div.accessmenu ul li span::before {
  display: block;
  margin-bottom: 5px;
}
body > header div.wrapper > div.accessmenu ul li.reset span::before {
  -webkit-mask-image: url("../img/icons.svg#reset");
  mask-image: url("../img/icons.svg#reset");
}
body > header div.wrapper > div.accessmenu ul li.fontminus span::before {
  -webkit-mask-image: url("../img/icons.svg#fontminus");
  mask-image: url("../img/icons.svg#fontminus");
}
body > header div.wrapper > div.accessmenu ul li.grayscale span::before {
  -webkit-mask-image: url("../img/icons.svg#grayscale");
  mask-image: url("../img/icons.svg#grayscale");
}
body > header div.wrapper > div.accessmenu ul li.highcontrast span::before {
  -webkit-mask-image: url("../img/icons.svg#highcontrast");
  mask-image: url("../img/icons.svg#highcontrast");
}
body > header div.wrapper > div.accessmenu ul li.lowcontrast span::before {
  -webkit-mask-image: url("../img/icons.svg#lowcontrast");
  mask-image: url("../img/icons.svg#lowcontrast");
}
body > header div.wrapper > div.accessmenu ul li.brightbg span::before {
  -webkit-mask-image: url("../img/icons.svg#brightbg");
  mask-image: url("../img/icons.svg#brightbg");
}
body > header div.wrapper > div.accessmenu ul li.linkdecor span::before {
  -webkit-mask-image: url("../img/icons.svg#linkdecor");
  mask-image: url("../img/icons.svg#linkdecor");
}
body > header div.wrapper > div.accessmenu ul li.fontread span::before {
  -webkit-mask-image: url("../img/icons.svg#fontread");
  mask-image: url("../img/icons.svg#fontread");
}
body > header div.wrapper > div.accessmenu div.mobile span::before {
  -webkit-mask-image: url("../img/icons.svg#wheelchair");
  mask-image: url("../img/icons.svg#wheelchair");
}
body > header div.wrapper > div.accessmenu div.mobile {
  max-width: 60px;
}
body > header div.wrapper > nav {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
body > header div.wrapper > nav > ul {
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  font-size: 18px;
}
body > header div.wrapper > nav > ul .contact {
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
body > header div.wrapper > nav > ul > li {
  position: relative;
}
body > header div.wrapper > nav > ul > li > a {
  display: inline-block;
  padding: 5px 10px;
  transition: background 0.3s;
  border-radius: 5px;
}
body > header div.wrapper > nav > ul ul {
  position: absolute;
  left: 0;
  min-width: 200px;
  opacity: 0;
  background: #ececec;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 16px;
  z-index: 10;
}
html:is(.highcontrast, .lowcontrast, .grayscale)
  body
  > header
  div.wrapper
  > nav
  > ul
  ul {
  background: #000;
}
.arrowUp.on,
body > header div.wrapper > nav > ul > li:hover ul {
  opacity: 1;
  pointer-events: all;
}
body > header div.wrapper > nav > ul ul li a {
  color: var(--color-front-dark);
  font-weight: 700;
  padding: 7px 0;
  display: block;
}
body > header div.wrapper > nav > ul ul li:not(:last-child) a {
  border-bottom: 1px solid var(--color-front-dark);
}
body > header div.wrapper > .mobileMenu {
  display: none;
  width: 28px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
body > header div.wrapper > .mobileMenu div {
  height: 5px;
  background: var(--color-front-dark);
  border-radius: 2px;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: transform 0.3s;
}
body > header div.wrapper > .mobileMenu.on div:first-child {
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
body > header div.wrapper > .mobileMenu.on div:nth-child(2) {
  -ms-transform: scale(0);
  transform: scale(0);
}
body > header div.wrapper > .mobileMenu.on div:nth-child(3) {
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
body > header > .crumbs {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
body > header > .crumbs figure {
  width: 100%;
  max-height: 397px;
  overflow: hidden;
}
body > header > .crumbs figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body > header > .crumbs ul {
  padding: 25px 0;
}
body > header > .crumbs ul li {
  display: inline-block;
}
body > header > .crumbs ul li:not(:last-child)::after {
  content: "\00203a";
  margin: 0 5px;
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 2px;
}
.pages,
.pages > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.pages a,
.pages strong {
  background: var(--color-bg-medium);
  padding: 8px 14px;
  border-radius: 5px;
}
.pages strong {
  border: 1px solid var(--color-front-dark);
  background: var(--color-bg-light);
}
main > section {
  padding: 78px 0;
}
main > section > div.wrapper > h1,
main > section > div.wrapper > h2 {
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 78px;
}
main > section .tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
main > section .tiles .tile {
  background: var(--color-bg-white);
  border-radius: 20px;
  padding: 42px;
  position: relative;
}
main > section .tiles .tile > a {
  display: block;
  text-decoration: none;
}
.arrowUp,
.swiper-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 119px;
  height: 119px;
  background: var(--color-bg-white);
  border-radius: 100%;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}
.swiper-nav.swiper-prev {
  left: 6vw;
}
.swiper-nav.swiper-next {
  right: 6vw;
}
.arrowUp span,
.swiper-nav span {
  font-size: 125px;
  line-height: 17px;
  color: var(--color-front-dark);
  position: relative;
  transition: color 0.3s, transform 0.3s;
  top: -12px;
}
.arrowUp:hover span,
.swiper-nav:hover span {
  color: var(--color-front-white);
}
.swiper-nav.swiper-prev:hover span {
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.swiper-nav.swiper-next:hover span {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.rotator {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.rotator .slide {
  position: relative;
  width: 100%;
}
.rotator.rFull .slide,
main > section.news.sub .content figure {
  width: 100%;
}
.rotator .slide > .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rotator .slide > .bgimg img,
.rotator .slide > .bgimg video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.rotator .slide .inner {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  z-index: 5;
  position: relative;
}
html.grayscale .rotator .slide .inner,
html.highcontrast .rotator .slide .inner,
html.lowcontrast .rotator .slide .inner {
  background: var(--color-bg-dark);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.rotator.swiperMainHomeRotator {
  padding: 0;
}
.rotator.swiperMainHomeRotator .slide {
  min-height: 642px;
  padding: 72px 0;
}
.rotator.swiperMainHomeRotator .slide div.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.rotator.swiperMainHomeRotator .slide .inner {
  padding: 70px;
  max-width: 785px;
}
.rotator.swiperMainHomeRotator .slide .inner h2 {
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.rotator.swiperMainHomeRotator .slide .inner p,
main > article ol:not(:last-child),
main > article p:not(:last-child),
main > article ul:not(:last-child) {
  margin-bottom: 40px;
}
.rotator.swiperMainHomeRotator .slide .inner .btns {
  text-align: right;
}
.rotator.swiperMainHomeRotator.swiper-initialized .slide .inner {
  opacity: 0;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
}
.rotator.swiperMainHomeRotator.swiper-initialized .slide .inner > * {
  opacity: 0;
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  transition: transform 0.3s 0.35s, opacity 0.3s 0.35s;
}
.rotator.swiperMainHomeRotator.swiper-initialized .slide .inner p {
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  transition-delay: 0.5s, 0.5s;
}
.rotator.swiperMainHomeRotator.swiper-initialized .slide .inner .btns {
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  transition-delay: 0.65s, 0.65s;
}
.rotator.swiperMainHomeRotator.swiper-initialized
  .slide.swiper-slide-active
  .inner {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}
.circleBG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#cookieMsg,
.arrowUp {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.circleBG span {
  position: absolute;
  animation: 25s linear infinite alternate circleBG;
  top: 0;
  mix-blend-mode: multiply;
}
.circleBG span:first-child {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #a3d3bd;
  animation-delay: 0s;
  animation-duration: 30s;
  left: 25%;
}
.circleBG span:nth-child(2) {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background: #f4e3d7;
  animation-delay: 0s;
  animation-duration: 35s;
  left: 55%;
}
.circleBG span:nth-child(3) {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #f47920;
  animation-delay: 0s;
  animation-duration: 25s;
  left: 15%;
}
.circleBG span:nth-child(4) {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #a3d3bd;
  animation-delay: 0s;
  animation-duration: 40s;
  left: 5%;
}
.circleBG span:nth-child(5) {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: #f4e3d7;
  animation-delay: 0s;
  animation-duration: 45s;
  left: 85%;
}
@keyframes circleBG {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.filelist,
main > article table {
  width: 100%;
  margin-bottom: 32px;
}
.filelist tr,
main > article table tr,
main > article.contact table tbody tr {
  transition: background 0.3s;
}
.filelist td,
.filelist th,
main > article table td,
main > article table th {
  padding: 15px 20px;
  border-bottom: 2px solid var(--color-bg-medium);
}
main > article table thead th {
  font-size: 20px;
  border-color: var(--color-bg-dark);
}
.filelist th div:nth-child(2) {
  margin-top: 5px;
  font-weight: 400;
}
.filelist .btns {
  padding: 7px 10px;
}
.filelist .btns .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.filelist .btns img {
  width: 16px;
  transition: filter 0.3s;
}
.filelist .btns a:hover img,
html.brightbg .filelist .btns img {
  filter: invert(100%);
}
body.home main > section.promo {
  background: var(--color-bg-medium);
  padding: 122px 0;
}
body.doctors main > section.doctors .tiles {
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
body.doctors main > section.doctors .tiles .tile,
body.home main > section.promo .tiles .tile {
  max-width: 400px;
}
body.doctors main > section.doctors .tiles .tile h2,
body.home main > section.promo .tiles .tile h2 {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-grey);
  margin-bottom: 20px;
  transition: color 0.3s;
}
body.home main > section.promo .tiles .tile h2 a {
  color: var(--color-front-dark);
  text-decoration: none;
}
body.doctors main > section.doctors .tiles .tile > a:hover h2,
body.home main > section.promo .tiles .tile h2:hover a,
body.home main > section.promo .tiles .tile > a:hover h2 {
  color: var(--color-orange);
}
body.doctors main > section.doctors .tiles .tile h2::before,
body.home main > section.promo .tiles .tile h2::before {
  display: block;
  width: 75px;
  height: 75px;
  background: var(--color-front-dark);
  margin-bottom: 10px;
  transition: transform 0.3s;
  -ms-transform-origin: 35px center;
  transform-origin: 35px center;
}
body.doctors main > section.doctors .tiles .tile > a:hover h2::before,
body.home main > section.promo .tiles .tile > a:hover h2::before {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: var(--color-orange);
}
body.doctors main > section.doctors .tiles .tile.poz h2::before,
body.home main > section.promo .tiles .tile.poz h2::before {
  -webkit-mask-image: url("../img/icons.svg#stetoskop");
  mask-image: url("../img/icons.svg#stetoskop");
}
body.doctors main > section.doctors .tiles .tile.specialists h2::before,
body.home main > section.promo .tiles .tile.specialists h2::before {
  -webkit-mask-image: url("../img/icons.svg#strzykawka");
  mask-image: url("../img/icons.svg#strzykawka");
}
body.home main > section.promo .tiles .tile.apteka h2::before {
  -webkit-mask-image: url("../img/icons.svg#tubka");
  mask-image: url("../img/icons.svg#tubka");
}
main > section.news .tiles {
  margin-bottom: 78px;
}
main > section.news .tiles .tile {
  max-width: 444px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
main > section.news .tiles .tile h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
}
body.diagnostics main > article h4,
html.brightbg .btn,
html.brightbg body.home main > section.about,
html.brightbg body > aside.topbar,
html.brightbg body > aside.topbar a,
html.brightbg body > footer,
html.brightbg body > footer a,
html.brightbg body > footer h2,
html.brightbg body > header > .crumbs,
html.brightbg body > header > .crumbs a,
html.brightbg button,
html.brightbg main > section.diagnostics .submenu a.on,
main > section.news .tiles .tile h3 a,
main > section.specialists .tiles .tile h3 a {
  color: var(--color-front-dark);
}
main > section.news .tiles .tile time {
  font-size: 14px;
}
main > section.news .tiles .tile hr {
  height: 2px;
  background: var(--color-grey);
  width: 100%;
  margin: 10px 0 20px;
}
main > section.news .tiles .tile .btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px;
}
main > section.news .tiles .tile .btns a,
main > section.news.sub div.wrapper > .back a {
  color: var(--color-front-white);
  background: var(--color-bg-dark);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  text-decoration: none;
}
main > section.news .tiles .tile .btns a span,
main > section.news.sub div.wrapper > .back a span {
  position: relative;
  left: 1px;
  top: -4px;
  transition: left 0.3s;
  font-size: 45px;
  line-height: 0;
}
main > section.news .tiles .tile .btns a:hover span {
  left: 3px;
}
main > section.news.sub div.wrapper {
  max-width: 1000px;
}
body.home main > section.plus > div.wrapper > h2,
body.map main > article h1,
body.map main > article h2,
body > footer .boxes .box.contact > p:not(:last-child),
main > article.contact table:not(:last-child),
main > section.news.sub header {
  margin-bottom: 32px;
}
main > section.news.sub .content > :not(:last-child),
main > section.news.sub header time {
  margin-bottom: 15px;
}
main > section.news.sub header h1 {
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
main > section.news.sub header p {
  font-weight: 600;
  line-height: 20px;
}
main > section.news.sub div.wrapper > hr {
  height: 1px;
  background: var(--color-grey);
  margin-bottom: 32px;
}
main > section.news.sub .content {
  line-height: 20px;
}
main > section.news.sub .content ol {
  list-style-type: decimal;
  padding-left: 30px;
}
main > section.news.sub .content figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
main > section.news.sub .content figure figcaption {
  padding: 3px 0;
  font-style: italic;
  text-align: center;
}
body > footer .bottom .docs,
main > section.news.sub div.wrapper > .back {
  position: absolute;
  top: 0;
  right: 0;
}
main > section.news.sub div.wrapper > .back a:hover span {
  left: -3px;
}
body.home main > section.about {
  display: -ms-flexbox;
  display: flex;
  background: url("../img/bg_line2.svg") no-repeat center bottom
    var(--color-bg-dark);
  color: var(--color-front-white);
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  max-height: 613px;
  overflow: hidden;
}
body.home main > section.about > figure {
  width: 40%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
body.home main > section.about > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home main > section.about > .inner {
  padding: 100px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 675px;
}
body.home main > section.about > .inner > :not(:first-child) {
  margin-top: 30px;
}
body.home main > section.about > .inner h2,
body > footer h3 a,
body > footer h3 a:hover {
  color: var(--color-orange-hover);
}
body.home main > section.about > .inner .btns {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.home main > section.specialists,
main > article.contact table tbody tr:nth-child(odd) {
  background: var(--color-bg-medium);
}
main > article header,
main > article section:nth-child(odd),
main > article.etr div.wrapper {
  background: var(--color-bg-white);
}
main > section.specialists .tiles {
  gap: 72px;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 78px;
}
main > section.specialists .tiles .tile {
  width: 351px;
  font-size: 18px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  padding-left: 70px;
}
main > section.specialists .tiles .tile::before {
  content: " ";
  position: absolute;
  left: -48px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 95px;
  height: 95px;
  background: var(--color-bg-dark);
  border-radius: 100%;
}
main > section.specialists .tiles .tile::after {
  position: absolute;
  width: 45px;
  height: 45px;
  margin: auto;
  left: -23px;
  top: 0;
  bottom: 0;
  background: var(--color-front-white);
}
main > section.specialists .tiles .tile.alergolog::after {
  -webkit-mask-image: url("../img/icons.svg#alergolog");
  mask-image: url("../img/icons.svg#alergolog");
}
main > section.specialists .tiles .tile.chirurg_naczyniowy::after {
  -webkit-mask-image: url("../img/icons.svg#chirurg_naczyniowy");
  mask-image: url("../img/icons.svg#chirurg_naczyniowy");
}
main > section.specialists .tiles .tile.dermatolog::after {
  -webkit-mask-image: url("../img/icons.svg#dermatolog");
  mask-image: url("../img/icons.svg#dermatolog");
}
main > section.specialists .tiles .tile.diabetolog::after {
  -webkit-mask-image: url("../img/icons.svg#diabetolog");
  mask-image: url("../img/icons.svg#diabetolog");
}
main > section.specialists .tiles .tile.dietetyk::after {
  -webkit-mask-image: url("../img/icons.svg#dietetyk");
  mask-image: url("../img/icons.svg#dietetyk");
}
main > section.specialists .tiles .tile.endokrynolog::after {
  -webkit-mask-image: url("../img/icons.svg#endokrynolog");
  mask-image: url("../img/icons.svg#endokrynolog");
}
main > section.specialists .tiles .tile.flebolog::after {
  -webkit-mask-image: url("../img/icons.svg#flebolog");
  mask-image: url("../img/icons.svg#flebolog");
}
main > section.specialists .tiles .tile.ginekolog::after {
  -webkit-mask-image: url("../img/icons.svg#ginekolog");
  mask-image: url("../img/icons.svg#ginekolog");
}
main > section.specialists .tiles .tile.laryngolog::after {
  -webkit-mask-image: url("../img/icons.svg#laryngolog");
  mask-image: url("../img/icons.svg#laryngolog");
}
main > section.specialists .tiles .tile.nefrolog::after {
  -webkit-mask-image: url("../img/icons.svg#nefrolog");
  mask-image: url("../img/icons.svg#nefrolog");
}
main > section.specialists .tiles .tile.okulista::after {
  -webkit-mask-image: url("../img/icons.svg#okulista");
  mask-image: url("../img/icons.svg#okulista");
}
main > section.specialists .tiles .tile.ortopeda::after {
  -webkit-mask-image: url("../img/icons.svg#ortopeda");
  mask-image: url("../img/icons.svg#ortopeda");
}
main > section.specialists .tiles .tile.psychiatra::after {
  -webkit-mask-image: url("../img/icons.svg#psychiatra");
  mask-image: url("../img/icons.svg#psychiatra");
}
main > section.specialists .tiles .tile.psycholog::after {
  -webkit-mask-image: url("../img/icons.svg#psycholog");
  mask-image: url("../img/icons.svg#psycholog");
}
main > section.specialists .tiles .tile.radiolog::after {
  -webkit-mask-image: url("../img/icons.svg#radiolog");
  mask-image: url("../img/icons.svg#radiolog");
}
main > section.specialists .tiles .tile.urolog::after {
  -webkit-mask-image: url("../img/icons.svg#urolog");
  mask-image: url("../img/icons.svg#urolog");
}
main > section.specialists .tiles .tile.lekarz_rodzinny::after {
  -webkit-mask-image: url("../img/icons.svg#lekarz_rodzinny");
  mask-image: url("../img/icons.svg#lekarz_rodzinny");
}
main > section.specialists .tiles .tile.neurolog::after {
  -webkit-mask-image: url("../img/icons.svg#neurolog");
  mask-image: url("../img/icons.svg#neurolog");
}
main > section.specialists .tiles .tile h3 {
  font-size: 18px;
  line-height: 18px;
}
main > section.specialists .tiles .tile p.more {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body > footer .boxes .box.contact a,
main > section.specialists .tiles .tile p.more a {
  text-decoration: underline;
}
body.home main > section.plus {
  text-align: center;
  padding: 60px 0;
}
body.home main > section.plus > div.wrapper > h2 span,
main > article.plus header h2 span {
  color: var(--color-orange-dark);
}
body.home main > section.plus > div.wrapper > p {
  max-width: 710px;
  margin: 0 auto 32px;
}
main > section.poz div.wrapper {
  max-width: 1610px;
}
main > section.poz ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 52px;
}
main > section.poz ul li {
  max-width: 499px;
  text-align: center;
}
main > section.poz ul figure {
  width: 499px;
  max-width: 100%;
  height: 571px;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 32px;
}
main > section.poz ul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
main > section.poz ul a:hover img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
main > section.poz ul li h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-font);
  margin-bottom: 5px;
}
main > section.poz ul li p {
  font-size: 16px;
  color: var(--color-grey-dark);
  margin-bottom: 32px;
}
main > section .submenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: -40px;
}
main > section.diagnostics .submenu {
  margin-top: 0;
}
main > section .submenu a {
  border-radius: 5px;
  padding: 7px 15px;
  text-transform: uppercase;
  border: 1px solid var(--color-grey);
}
main > section.diagnostics .submenu a {
  background: var(--color-bg-white);
  border-radius: 30px;
  padding: 32px;
  font-weight: 600;
  color: var(--color-front-dark);
  display: inline-block;
}
main > section .submenu a.on {
  color: var(--color-front-dark);
  font-weight: 600;
  border-color: var(--color-grey-dark);
}
main > section.diagnostics .submenu a.on {
  background: var(--color-bg-dark);
  color: var(--color-front-white);
}
main > section.diagnostics .submenu a::after {
  content: "\00276f";
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--color-bg-dark);
  color: var(--color-front-light);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 25px;
  line-height: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
main > section.diagnostics .submenu a.on::after {
  background: var(--color-bg-light);
  color: var(--color-front-dark);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.about article.about {
  overflow: hidden;
}
main > article > * {
  padding: 100px 0;
}
main > article figure img {
  border-radius: 40px;
}
main > article li {
  line-height: 22px;
}
main > article li:not(:last-child) {
  margin-bottom: 10px;
}
main > article li::marker {
  color: var(--color-orange);
}
main > article :is(ul, ol) ul {
  margin-top: 10px;
}
main > article ol {
  padding-left: 30px;
}
main > article p {
  line-height: 24px;
}
main > article header div.wrapper,
main > article section div.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 240px;
  flex-wrap: wrap;
}
main > article header h1 {
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
main > article header .title {
  font-size: 24px;
  line-height: 24px;
  color: var(--color-orange);
  margin-bottom: 10px;
}
html.brightbg .msg,
main > article.etr h1 {
  color: var(--color-font);
}
main > article header .title:last-of-type {
  margin-bottom: 20px;
}
main > article header hr {
  height: 1px;
  background: var(--color-bg-dark);
  opacity: 0.5;
  margin-bottom: 30px;
}
main > article header div.wrapper > .txt {
  max-width: 650px;
}
main > article header div.wrapper > figure {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
main > article section .txt.columns {
  column-count: 2;
  column-gap: 100px;
}
main > article section h1 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 25px;
}
main > article header h4,
main > article section h4 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  color: var(--color-orange);
}
main > article section p {
  line-height: 26px;
}
main > article section figure {
  position: sticky;
  top: 32px;
  bottom: 32px;
  max-width: 50%;
}
main > article section .columns h3 {
  column-span: all;
}
main > article section .columns p {
  break-inside: avoid;
}
main > article footer {
  background: var(--color-bg-footer);
  color: var(--color-front-dark);
  text-align: center;
}
main > article footer h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
main > article.plus header div.wrapper {
  display: block;
  text-align: center;
}
main > article.plus header div.wrapper > .txt {
  max-width: 722px;
  margin: auto;
}
main > article.plus header h2 {
  text-transform: none;
  margin-bottom: 32px;
}
main > article.plus h3 {
  text-align: center;
  margin: -42px 0 52px;
}
main > article.contact header div.wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
}
main > article.contact table {
  width: 95%;
  max-width: 800px;
  cursor: default;
}
main > article.contact table th {
  text-align: left;
  padding: 8px 15px;
}
main > article.contact table td {
  padding: 8px 15px;
}
main > article.contact #locMap iframe {
  width: 100%;
  min-height: 600px;
  max-height: 90vh;
}
main > article.etr {
  font: 14pt/23pt Arial;
}
main > article.etr div.wrapper {
  max-width: 1200px;
  padding: 50px 100px;
}
#cookieMsg,
html.brightbg body > footer,
html.brightbg body > header > .crumbs {
  background: var(--color-bg-light);
}
main > article.etr h1 {
  margin-bottom: 50px;
}
main > article.etr img {
  float: right;
  margin-left: 30px;
}
body.patient main > article.prawa section h4 {
  font-size: 24px;
  color: var(--color-font);
  opacity: 0.8;
  border-bottom: 2px solid var(--color-grey);
  padding-bottom: 17px;
  max-width: 600px;
}
body.diagnostics main > article header {
  padding: 30px 0;
}
body.diagnostics main > article header h2 {
  margin-bottom: 0;
}
body.diagnostics main > article header h2 + div {
  margin-top: 15px;
}
body.diagnostics main > article h3 {
  font-size: 34px;
  margin-bottom: 32px;
}
body.diagnostics main > article h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
body > footer {
  background: var(--color-bg-dark);
  padding: 125px 0 72px;
  color: var(--color-front-footer);
  font-size: 18px;
}
body > footer h2 {
  color: var(--color-front-white);
  font-size: 28px;
  margin-bottom: 32px;
}
body > footer h3 {
  color: var(--color-orange-hover);
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 20px;
}
body > footer a {
  color: var(--color-front-footer);
}
body > footer a:hover {
  color: var(--color-front-white);
}
body > footer .boxes {
  display: -ms-flexbox;
  display: flex;
}
body > footer .boxes .box {
  width: 305px;
}
body > footer .boxes .box.menu li:not(:last-child) {
  margin-bottom: 7px;
}
body > footer .bottom {
  position: relative;
  text-align: center;
  font-size: 13px;
  margin-top: 72px;
}
body > footer .bottom .docs p {
  margin-left: 20px;
  display: inline-block;
}
.arrowUp {
  top: initial;
  margin: 0;
  z-index: 15;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.arrowUp span {
  transform: rotate(90deg);
  transform-origin: center center;
  top: 0;
  left: 15px;
  transition: top 0.3s;
}
.arrowUp:hover span {
  top: -6px;
}
#cookieMsg {
  border: 1px solid var(--color-bg-dark);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  z-index: 20;
}
#cookieMsg > button {
  margin-top: 20px;
}
html.fontread {
  font-weight: 900 !important;
}
html.fontminus {
  --font-size: 12px;
}
html.fontminus h1 {
  font-size: 36px;
  line-height: 30px;
}
html.fontminus h2 {
  font-size: 30px;
  line-height: 26px;
}
html.fontminus body > header div.wrapper > nav > ul,
html.fontminus h4,
html.fontminus main > article table thead th,
html.fontminus main > section.specialists .tiles .tile,
html.fontplus body > header div.wrapper > div.accessmenu ul,
html.fontplus main > section.news .tiles .tile time {
  font-size: 18px;
}
html.fontminus :is(button, .btn),
html.fontminus main > section.news .tiles .tile h3,
html.fontminus main > section.poz ul li p {
  font-size: 16px;
}
html.fontminus :is(button.small, .btn.small),
html.fontminus body > footer .bottom {
  font-size: 12px;
}
html.fontminus :is(button.fat, .btn.fat),
html.fontminus
  body.patient
  main
  > article.prawa
  section
  h4
  html.fontminus
  main
  > article
  footer
  h4,
html.fontminus body > footer h2,
html.fontminus main > article header .title,
html.fontminus main > article header h4,
html.fontminus main > article section h4,
html.fontminus main > section.poz ul li h3 {
  font-size: 24px;
}
html.fontminus body > header div.wrapper > div.accessmenu ul,
html.fontminus main > section.news .tiles .tile time {
  font-size: 12px;
}
html.fontminus .rotator.swiperMainHomeRotator .slide .inner h2,
html.fontminus main > article header h2,
html.fontminus main > section > div.wrapper > h2 {
  font-size: 45px;
  line-height: 45px;
}
html.fontminus body.diagnostics main > article h3,
html.fontminus main > article section h3,
html.fontminus main > section.news.sub header h2 {
  font-size: 26px;
  line-height: 26px;
}
html.fontminus
  body.diagnostics
  main
  > article
  h5
  html.fontminus
  main
  > section.specialists
  .tiles
  .tile
  h3,
html.fontminus body > footer {
  font-size: 20px;
  line-height: 20px;
}
html.fontplus {
  --font-size: 20px;
}
html.fontplus body > header div.wrapper > nav > ul,
html.fontplus h4,
html.fontplus main > article table thead th,
html.fontplus main > section.specialists .tiles .tile {
  font-size: 25px;
}
html.fontplus :is(button, .btn),
html.fontplus main > section.news .tiles .tile h3,
html.fontplus main > section.poz ul li p {
  font-size: 20px;
}
html.fontplus :is(button.small, .btn.small),
html.fontplus body > footer .bottom {
  font-size: 16px;
}
html.fontplus :is(button.fat, .btn.fat),
html.fontplus
  body.patient
  main
  > article.prawa
  section
  h4
  html.fontplus
  main
  > article
  footer
  h4,
html.fontplus main > article header h4,
html.fontplus main > article section h4,
html.fontplus main > section.poz ul li h3 {
  font-size: 32px;
}
html.fontplus
  body.diagnostics
  main
  > article
  h5
  html.fontplus
  main
  > section.specialists
  .tiles
  .tile
  h3,
html.fontplus body > footer {
  font-size: 25px;
  line-height: 25px;
}
html.brightbg {
  --color-bg-dark: #fff;
  --color-ok: #c2e1bd;
  --color-info: #d2e5ec;
  --color-help: #d1cdcd;
  --color-error: #f5a9a9;
}
html.brightbg .msg.icon::before {
  background: var(--color-font);
}
html.brightbg main > section.specialists .tiles .tile::after {
  background: var(--color-front-dark);
}
html.brightbg body > header div.wrapper > div.accessmenu div.mobile.on span,
html.brightbg
  body
  > header
  div.wrapper
  > div.accessmenu
  ul
  li.on:not(.reset)
  span {
  box-shadow: 0 0 0 1px var(--color-front-dark);
}
html:is(.grayscale, .lowcontrast, .highcontrast) {
  --color-bg-dark: #1a1a1a;
  --color-bg-medium: #212121;
  --color-bg-light: #333;
  --color-bg-hover: #3a3a3a;
  --color-bg-footer: #000;
  --color-front-dark: #edef10;
  --color-front-medium: #edef10;
  --color-front-light: #edef10;
  --color-front-hover: #fff;
  --color-front-footer: #edef10;
  --color-orange: #edef10;
  --color-orange-dark: #edef10;
  --color-orange-hover: #fff;
  --color-bg-white: #2e2e2e;
  --color-front-white: #fff;
  --color-font: #edef10;
  --swiper-theme-color: #edef10;
  --color-ok: #1a1a1a;
  --color-info: #1a1a1a;
  --color-help: #1a1a1a;
  --color-error: #1a1a1a;
  background: #000;
}
html:is(.grayscale, .lowcontrast, .highcontrast) .msg {
  color: var(--color-font);
}
html.grayscale {
  filter: invert(100%) grayscale(100%) contrast(120%);
}
html.lowcontrast {
  filter: invert(100%) contrast(120%);
}
html:is(.grayscale, .lowcontrast) img {
  filter: invert(100%) contrast(80%);
}
html:is(.lowcontrast, .highcontrast) body {
  background: #000;
}
html:is(.grayscale, .lowcontrast, .highcontrast) :is(.btn, button).orange {
  color: var(--color-bg-dark);
}
@media only screen and (max-width: 1850px) {
  .rotator.swiperMainHomeRotator .slide div.wrapper {
    max-width: 1100px;
    justify-content: center;
  }
}
@media only screen and (max-width: 1299px) {
  .rotator.swiperMainHomeRotator .slide .inner {
    max-width: 645px;
  }
  main > article header div.wrapper,
  main > article section div.wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .arrowUp,
  .swiper-nav {
    top: auto;
    bottom: 30px;
    width: 64px;
    height: 64px;
  }
  .swiper-nav span {
    font-size: 65px;
    top: -8px;
  }
  .swiper-nav.swiper-prev:hover span {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  .swiper-nav.swiper-next:hover span {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  .arrowUp span {
    font-size: 65px;
    left: 8px;
  }
  body > header div.wrapper > div.accessmenu ul {
    position: absolute;
    right: 80px;
    width: 100%;
    max-width: 200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--color-bg-light);
    z-index: 10;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    display: none;
    box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.2);
  }
  body > header div.wrapper > div.accessmenu ul.on {
    display: -ms-flexbox;
    display: flex;
  }
  body > header div.wrapper > div.accessmenu ul li {
    max-width: none;
    -ms-flex: 1;
    flex: 1;
  }
  body > header div.wrapper > div.accessmenu div.mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body > aside.topbar div.wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body > aside.topbar div.wrapper > p {
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  body > header > div.wrapper {
    padding-bottom: 30px;
  }
  body > header > div.wrapper > h1 {
    -ms-flex: 1;
    flex: 1;
  }
  body > header div.wrapper > nav,
  main > section.news .tiles .tile {
    -ms-flex: none;
    flex: none;
  }
  body > header div.wrapper > nav > ul {
    position: absolute;
    left: -100%;
    top: 20px;
    z-index: 10;
    display: block;
    background: var(--color-bg-light);
    transition: left 0.3s;
    box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.2);
  }
  body > header div.wrapper > nav > ul.on {
    left: -20px;
  }
  body > header div.wrapper > nav > ul ul {
    display: none;
  }
  body > header div.wrapper > nav > ul .contact {
    text-align: left;
  }
  body > header div.wrapper > nav > ul > li > a {
    display: block;
    border-radius: 0;
    padding: 7px 25px;
  }
  body > header div.wrapper > .mobileMenu {
    display: -ms-flexbox;
    display: flex;
  }
  main > section .tiles {
    -ms-flex-pack: center;
    justify-content: center;
  }
  main > article header div.wrapper,
  main > article section div.wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main > article section:nth-child(2n) div.wrapper {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main > article section figure {
    position: static;
    max-width: 90%;
  }
  body > footer .boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  body > footer .bottom .docs {
    position: static;
  }
}
@media only screen and (max-width: 575px) {
  .rotator.swiperMainHomeRotator .slide .inner,
  body.home main > section.about > .inner {
    padding: 50px;
  }
  .rotator.swiperMainHomeRotator .slide .inner h2 {
    font-size: 32px;
    line-height: 42px;
  }
  body > aside.topbar {
    position: static;
  }
  body > header > div.wrapper {
    gap: 25px;
  }
  form fieldset > div > div {
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .filelist,
  main > article table {
    font-size: 14px;
  }
  main > article table thead th {
    font-size: 18px;
  }
  .filelist .size {
    display: none;
  }
  main > article header h2,
  main > section > div.wrapper > h1 {
    font-size: 36px;
    line-height: 36px;
  }
  main > section.news .tiles .tile,
  main > section.poz ul li {
    width: 100%;
  }
  main > article section .txt.columns {
    column-count: 1;
  }
  main > section.diagnostics .submenu {
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
  main > section.diagnostics .submenu a {
    padding: 15px 32px;
  }
  main > section.poz ul figure {
    height: 391px;
  }
  main > article.contact table {
    font-size: 12px;
  }
  main > article.etr div.wrapper {
    padding: 30px 40px;
  }
  main > article.etr h3 {
    margin-bottom: 30px;
  }
  main > article.etr img {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    display: block;
  }
}

.home-h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px;
  gap:30px;
}

@media (max-width: 767px) {
  .home-h1 {
    padding: 50px;
    font-size: 24px !important;
  }

  .home-h1 * {
    font-size: 24px !important;
  }
}

@media (max-width: 575px) {
  .home-h1 {
    padding: 30px;
    font-size: 18px !important;
  }
  .home-h1 * {
    font-size: 18px !important;
  }
}


/* Copy menu */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--color-bg-light);
    z-index: 14;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.sticky-header.visible {
    transform: translateY(76px);
}

.sticky-header .wrapper {
    padding: 10px 0;
    position: relative;
    width: 95vw;
    max-width: 1400px;
    margin: auto;
}

.sticky-header .wrapper nav > ul {
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    font-size: 18px;
}

.sticky-header .wrapper nav > ul .contact {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.sticky-header .wrapper nav > ul > li {
    position: relative;
}

.sticky-header .wrapper nav > ul > li > a {
    display: inline-block;
    padding: 5px 10px;
    transition: background 0.3s;
    border-radius: 5px;
}

.sticky-header .wrapper nav > ul > li > a:hover {
    background: var(--color-bg-hover);
}

.sticky-header .wrapper nav > ul ul {
    position: absolute;
    left: 0;
    min-width: 200px;
    opacity: 0;
    background: #ececec;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    z-index: 10;
    transition: opacity 0.3s;
    pointer-events: none;
}

.sticky-header .wrapper nav > ul > li:hover ul {
    opacity: 1;
    pointer-events: all;
}

.sticky-header .wrapper nav > ul ul li a {
    color: var(--color-front-dark);
    font-weight: 700;
    padding: 7px 0;
    display: block;
}

.sticky-header .wrapper nav > ul ul li:not(:last-child) a {
    border-bottom: 1px solid var(--color-front-dark);
}
.home-text {text-align: center;}
.home-text h3 {
  text-transform: none;
}



/* Style dla wersji mobilnej */
@media only screen and (max-width: 768px) {
    .sticky-header {
      display: none;
    }
}

/* wyswietlenie tabelki na aktualnosciach */
.news table, td, th {
    border: var(--color-bg-dark) 1px solid;
    border-collapse: collapse;
    padding:5px;
}

/*Ukrywanie specjalizacji*/

.tile.icona.alergolog {
display: none !important;
}

.tile.icona.diabetolog {
display: none !important;
}

.tile.icona.flebolog {
display: none !important;
}

.tile.icona.neurolog {
display: none !important;
}

.tile.icona.okulista {
display: none !important;
}

.tile.icona.ortopeda {
display: none !important;
}

.tile.icona.urolog {
display: none !important;
}

  .kafelki-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 30px 0;
  }

  .kafelek {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }

  .kafelek h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
  }

  .kafelek h3:not(:first-child) {
    margin-top: 28px;
  }

  .kafelek p {
    margin: 0 0 10px;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
    .kafelki-wrapper {
      grid-template-columns: 1fr;
    }
  }
