
html body * { box-sizing: border-box; margin: 0; padding: 0 }

html body h1, html body h2, html body h3, html body h4 { font-family: 'Inter', sans-serif; font-weight: 600 }
html body h1:not(:has(.custom-tooltip)) { font-size: 2.5rem; line-height: 3.25rem }
html body h2 { font-size: 1.5rem; }
html body h3 { font-size: 1.125rem; }
html body h4 { font-size: 1rem; }

html body.no-index h1 { font-size: 1.5rem; line-height: 2.25rem }
html body.no-index h2 { font-size: 1.125rem; }
html body.no-index h3 { font-size: 1rem; }


/*.header-main.c-menu { position: relative; z-index: 1 }*/
.header-main.c-menu .c-menu-box {
  display: grid;
  grid-template-columns: 155px 1fr 16.25rem;
  gap: 10px;
}

.header-main.c-menu .c-menu-box .portal-img-configurable a { width: 100% }
.header-main.c-menu .c-menu-box .portal-img-configurable a .logo-icon {
  aspect-ratio: 3 / 1;
  width: 100%;
  object-fit: contain;
}

body .header-main.c-menu .c-menu-box .top-menu .top-menu-item.nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  transition: 250ms;
  padding: 15px;
}

@media screen and (max-width: 1440px) {
  body .header-main.c-menu .c-menu-box { grid-template-columns: 145px minmax(0, 1fr) 250px }
  body .header-main.c-menu .c-menu-box .top-menu .top-menu-item.nav-item .nav-link {
    font-size: .75rem;
    padding: 8px
  }

  body .header-main.c-menu .c-menu-box .link-btn {
    padding: 6px 10px !important;
  }
}

body .header-main.c-menu .c-menu-box .top-menu .top-menu-item.nav-item .nav-link:hover {
  color: var(--primal, #000000);
  text-shadow: 0 0 10px color-mix(in srgb, var(--primal) 30%, transparent);
}

body .header-main.c-menu .c-menu-box .link-btn {
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 20px;
}

.header-main.c-menu[data-type="topbar"] .c-menu-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

.header-main.c-menu[data-type="topbar"] .c-menu-box .c-menu-col-2 { display: none }
.header-main.c-menu[data-type="topbar"] .c-menu-box .c-menu-col-3 {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.header-main.c-menu[data-type="topbar"] .c-menu-box .configurable-menu-links {
  padding: 0 16px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
}
.header-main.c-menu[data-type="topbar"] .c-menu-box .portal-access-panel-btn,
.header-main.c-menu[data-type="topbar"] .c-menu-box .search-icon { padding: 5px }
.header-main.c-menu[data-type="topbar"] .c-menu-box .portal-access-panel-btn img,
.header-main.c-menu[data-type="topbar"] .c-menu-box .search-icon img {
  filter: invert(1);
}

.header-main.c-menu .c-menu-box .search-icon:hover img { filter: invert(0) }

.header-main.c-menu[data-type="topbar"] .c-menu-box .portal-access-panel-btn:hover,
.header-main.c-menu[data-type="topbar"] .c-menu-box .search-icon:hover,
.header-main.c-menu[data-type="topbar"] .c-menu-box .menu-link:hover { background-color: var(--primal, #000000) }
.header-main.c-menu[data-type="topbar"] .c-menu-box .menu-link:hover img { filter: invert(1) }

.header-main.c-menu[data-type="topbar"] .c-menu-box .menu-link {
  height: var(--size-social-icon-menu, 45px);
  width: var(--size-social-icon-menu, 45px);
  background-color: var(--bg-header-bubble, var(--bg-menu-new, #575757));
  color: var(--color-header-bubble, white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--br-social-icon-menu, 50%);
  transition: 250ms;
  text-decoration: none;
  padding: 3px;
}

body.no-index .header-main.c-menu:not([data-type="topbar"]) { border-bottom: 1px solid #E4E4E4 }
.shortcuts[data-display="big-tile"] .sh-group-container { margin: 0 }

@media screen and (max-width: 850px) {
  .services-data-item-container { flex-direction: column; justify-content: center; align-items: center }
  .shortcuts[data-display="big-tile"] .sh-group-container {
    display: flex !important;
    flex-direction: column;
  }

  .shortcuts[data-display="big-tile"] .sh-group-container .service-data-item {
    width: clamp(320px, 80%, 500px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 850px) {
  .service-data-item-1 { margin-left: auto }
  .service-data-item-2 { margin-right: auto }
}

@media screen and (max-width: 510px) {
  body .header-main.c-menu:not([data-type="topbar"]) .c-menu-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  body .header-main.c-menu:not([data-type="topbar"]) .c-menu-box .c-menu-col-3 { width: 100%; }
  body .header-main.c-menu:not([data-type="topbar"]) .c-menu-box .c-menu-col-3 .configurable-menu-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 999.98px) {
  [data-type="topbar"] .c-menu-col-2, [data-type="topbar"] .c-menu-col-3 { display: none !important }
  [data-type="topbar"] .c-menu-col-1 { width: 100%; text-align: center }
  body footer { padding-bottom: 100px }
}

@media screen and (max-width: 999.91px) {
  body[data-article-style=modern] .articles-container .articles__single {
    width: clamp(224px, 100%, 510px);
  }
}

@media screen and (min-width: 750px) {
  body[data-article-style=modern] .articles-container[data-grid-colls="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  body .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
}


  body .banners .banner-item-img .banner-item-container:has(.hero-bl) {
  transform: translateY(-50%);
  left: 20px;
  width: 100% !important;
}

body .banners .banner-item-img .banner-item-container:has(.hero-bl) .hero {
  width: 90% !important;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  body .banners .banner-item-img .banner-item-container:has(.hero-bl) { left: 0 }
  body .banners .banner-item-img .banner-item-container:has(.hero-bl) .hero {
    width: 100% !important;
    padding: 25px;
  }
}

@media screen and (max-width: 500px) {
  .hero-bl .hero-bl-buttons { flex-direction: column; padding-top: 1rem }
  .hero-bl .hero-bl-buttons a { width: 100% !important; text-align: center }
}

.hero-bl { display: flex; flex-direction: column; gap: 16px; color: var(--color-hero, #ffffff); max-width: 600px }
.hero-bl .hero-bl__top-text { font-size: 0.6875rem; font-weight: 500; }
.hero-bl .hero-bl__main-text {
  font-size: clamp(1.5rem, 0.769rem + 1.951vw, 2.5rem);
  font-weight: 600;
  /*line-height: 3.25rem;*/
}
.hero-bl .hero-bl__top-text { letter-spacing: 8% }
.hero-bl .hero-bl__description {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}

.hero-bl .hero-bl-buttons { display: flex; align-items: center; gap: 1rem; padding-top: 32px }
.hero-bl .hero-bl-buttons a {
  width: fit-content;
  border-radius: 30px;
  padding: 9px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid var(--hero-color-btn, #ffffff);
  color: var(--hero-color-btn-neg, #000000);
  background-color: var(--hero-color-btn, #ffffff);
  transition: 250ms;
  text-decoration: none;
}

.hero-bl .hero-bl-buttons a.outlined-button {
  background-color: var(--hero-color-btn-neg, #000000);;
  color: var(--hero-bg-btn, #ffffff);
}

body .services-data-group .service-data-item .sd-content .sd-name-with-subname { text-transform: uppercase; }
body .services-data-group .service-data-item .sd-item-top .sd-link,
body .shortcuts.newPortal[data-display=big-tile] .service-data-item .sd-item-top::after { transform: rotate(-20deg); }

body[data-separator=centeredBig] h2.title-main-page { margin-bottom: 12px !important }
body[data-article-style=modern] .articles-container .articles__single-content .article-single-header__date { display: flex }
body[data-article-style=modern] .articles-container .articles__single-content .article-single-header__date .material-symbols-outlined { display: none }

body .contents-list[data-header="left"] .title-main-page.with-right-elements {
  text-align: left;
  justify-content: flex-start;
  width: fit-content !important;
  margin-bottom: 12px !important;
  min-width: unset !important;
  padding-left: 0 !important;:
}
body .contents-list[data-header="left"] .title-main-page.with-right-elements .flex-grow-1 { width: fit-content }
body .contents-list[data-header="left"] .title-main-page.with-right-elements .categories-choose { display: none }

body .button-more {
  width: fit-content;
  font-size: 0.875rem;
  padding: 7px 32px 7px 16px;
  position: relative;
  text-transform: none;
}

body .button-more::after {
  font-family: 'Material Symbols Outlined';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  content: 'arrow_forward'/'';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

body .button-more:hover {
  color: var(--bg-button-light, var(--bg-button, grey));
  background-color: var(--color-button-light, var(--color-button, black));
}

/* Footer */
body footer.footer-main div.footer-box {
  font-size: .875rem;
}
body footer.footer-main div.footer-box .footer-box-title {
  font-size: 1rem;
  margin-bottom: .5rem;
}

body footer.footer-main div.footer-box.columns-1 div.footer-links[data-type="footer-btns"] {
  justify-content: center;
  width: 100%;
  margin-top: 3.375rem;
}

@media screen and (min-width: 768px) {
  body footer.footer-main div.footer-box.columns-1 div.footer-links[data-type="footer-btns"] {
    display: inline-flex;
    gap: 16px;
    flex-wrap: wrap;
  }
}

body footer.footer-main div.footer-box.columns-4 .footer-constant-data-item-desc { padding-block: 16px; }
div.contact-section div.tm-block div.tm-block__content p:last-of-type a,
div.contact-section div.contact-section-element a.btn.contact-btn,
body footer.footer-main div.footer-box.columns-1 div.footer-links[data-type="footer-btns"] a.footer-main-boxes-link.btn.link-btn,
.buttons-field a, .buttons-field button {
  border: 1px solid var(--color-credentials, #0C1213);
  color: var(--color-credentials, #0C1213);
  background-color: transparent;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px 16px;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
  font-size: .875rem;
}

.buttons-field a, .buttons-field button { width: fit-content }
.buttons-field {
  min-height: fit-content;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.buttons-field .column1 a {
  background-color: var(--primal, #000000);
  color: var(--primal-neg, #ffffff);
  border-color: var(--primal-neg, #ffffff)
}

@media screen and (max-width: 768px) {
  div.contact-section div.tm-block div.tm-block__content p:last-of-type a,
  div.contact-section div.contact-section-element a.btn.contact-btn,
  body footer.footer-main div.footer-box.columns-1 div.footer-links[data-type="footer-btns"] a.footer-main-boxes-link.btn.link-btn {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

div.contact-section div.tm-block div.tm-block__content p:last-of-type a:hover:last-of-type,
div.contact-section div.contact-section-element a.btn.contact-btn:hover,
body footer.footer-main div.footer-box.columns-1 div.footer-links[data-type="footer-btns"] a.footer-main-boxes-link.btn.link-btn:hover {
  color: var(--bg-credentials, #ffffff) !important;
  background-color: var(--color-credentials, #0C1213);
}

/* Kontakt landing page */
.contact-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .contact-section { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 600px) {
  .contact-section { grid-template-columns: 1fr; }
}

/*div.o-nas-section div.tm-block,*/
div.contact-section div.tm-block,
div.contact-section div.contact-section-element {
  background-color: #F5F5F5;
  color: var(--color-body, #0C1213);
  border-radius: 20px;
  padding: 32px 32px 51px 32px;
}

/*div.o-nas-section div.tm-block div.tm-block__header > h3,*/
div.contact-section div.tm-block div.tm-block__header > h3,
div.contact-section div.contact-section-element .contact-head {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 27px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
/*div.o-nas-section div.tm-block div.tm-block__content,*/
div.contact-section div.tm-block div.tm-block__content,
div.contact-section div.contact-section-element .contact-content {
  margin-bottom: 24px;
  font-size: .875rem;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}
main div.content-data-2456 .page_wysiwyg_tabs_buttons,
main .pill-tabs .page_wysiwyg_tabs_buttons
{
  border: 1px solid #909090;
  border-radius: 100px;
  background-color: #fff;
  max-width: fit-content;
  justify-content: center;
  margin: 0 auto 20px auto;
  width: 100%;
}
main div.content-data-2456 .page_wysiwyg_tabs_buttons .page_wysiwyg_tabs_button,
main .pill-tabs .page_wysiwyg_tabs_buttons .page_wysiwyg_tabs_button {
  text-transform: none;
  border-radius: 100px;
  margin: 0;
  font-weight: 500;
  font-size: .875rem;
  line-height: 21px;
  letter-spacing: 0;
}
main div.content-data-2456 .page_wysiwyg_tabs_buttons .page_wysiwyg_tabs_button[aria-selected="true"],
main .pill-tabs .page_wysiwyg_tabs_buttons .page_wysiwyg_tabs_button[aria-selected="true"],
{
  background-color: var(--bg-button, var(--main-color, #000));
}

/* FAQ */
div.faq-questions-container div.faq-content__harmonic-type .harmonic-question__title {
  height: 66px;
}
div.faq-questions-container div.faq-content__harmonic-type .harmonic-question {
  border-radius: 10px;
  border: 1px solid #909090;
}
div.faq-questions-container div.faq-content__harmonic-type .harmonic-question .harmonic-question__title-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0;
}
div.faq-questions-container div.faq-content__harmonic-type .harmonic-question .harmonic-answer {
  font-weight: 400;
  font-size: .875rem;
  line-height: 24px;
  letter-spacing: 1%;
}
div.faq-questions-container div.faq-content__harmonic-type .harmonic-question__btn {
  box-shadow: none;
  background-color: transparent;
}
div.faq-questions-container div.faq-content__harmonic-type .harmonic-question__btn svg path {
  stroke: #0C1213;
  stroke-width: 3;
}
div.faq-questions-container div.faq-content__harmonic-type .harmonic-question.active .harmonic-question__btn {
  background-color: transparent;
}

/* O nas - zrobione przez tinyMCE */
.o-nas-section { margin-top: 1.5rem; color: #0C1213 }
.o-nas-section li { line-height: 2.3 }

/*body main .o-nas-section {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, minmax(0, 1fr));*/
/*  gap: 24px;*/
/*  width: 100%;*/
/*}*/

/*@media screen and (max-width: 950px) {*/
/*  body main .o-nas-section { grid-template-columns: repeat(2, minmax(0, 1fr)); }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*  body main .o-nas-section { grid-template-columns: 1fr; }*/
/*}*/

/*body main div.o-nas-section div.tm-block {*/
/*  min-height: 315px;*/
/*  padding: 24px;*/
/*}*/
/*body main div.o-nas-section div.tm-block div.tm-block__content {*/
/*  line-height: 32px;*/
/*}*/
/*body main div.o-nas-section div.tm-block div.tm-block__content a {*/
/*  text-decoration: none;*/
/*}*/
/*body main div.o-nas-section div.tm-block div.tm-block__content a:hover {*/
/*  text-decoration: underline;*/
/*}*/
/*body main div.o-nas-section div.tm-block div.tm-block__content ul li {*/
/*  margin-left: 22px;*/
/*}*/

/*body *[data-card-style=rounded-shadow] .articles-container.arts .articles__single { box-shadow: none; }*/
.articles__single .articles__single-content .article-single-header__title { transition: 250ms }
.articles__single:hover .articles__single-content .article-single-header__title { color: var(--primal, #000000) !important }
@media screen and (min-width: 1400px) {
  body[data-article-style=modern] .articles-container[data-grid-colls="3"] { gap: 1.5rem; }
}

body .footer-main-bottom.center {
  border-top: 1px solid #E4E4E4;
  justify-content: flex-start;
  padding-block: 24px 48px;
  width: 90% !important;
  margin:  0 auto;
}


body footer { position: relative; overflow: hidden }
body footer * { z-index: 1 }
body footer::after {
  position: absolute;
  content: '';
  bottom: -200px;
  right: -200px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: var(--bg-pseudo-index, var(--primal));
  z-index: 0;
  filter: blur(200px);
}

.all-content > .header {
  position: relative;
  z-index: 2;
}

.full-container-content {
  position: relative;
  z-index: 0;
}
.newPortal-bread { pointer-events: none }
.newPortal-bread li { pointer-events: auto }
.c-menu { z-index: 1 }
.c-menu.menu-data-1, .menu-params-holder  { z-index: 1 }
.full-container-content::after {
  position: absolute;
  content: '';
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(300px, 50%, 1000px);
  aspect-ratio: 3.7;
  border-radius: 50%;
  background-color: var(--bg-pseudo-index, var(--primal));
  /*background-color: red;*/
  opacity: 30%;
  z-index: -1;
  filter: blur(200px);
}

body footer .footer-box-item, body footer .footer-constant-data-item-desc { font-size: .875rem; line-height: 2rem }

body[data-separator=centeredBig] h1.title-main-page,
body[data-separator=centeredBig] h2.title-main-page { font-weight: 600; }


body .banner-header .banner-item-img { min-height: 31.25rem }

@media screen and (max-width: 767.98px) {
  body .banner-header .banner-item-img { min-height: 37.5rem }
}

body.no-index .banners { display: none }

body .tm-repeatable-container__item img { width: 100%; height: auto }
body .tm-repeatable-container__item .tag {
  width:fit-content;
  height: fit-content;
  background-color: #0a0a0a;
  color: white;
  border-radius: 10px;
  padding: 4px 12px;
  font-size: 0.75rem;
}

body[data-subpage-style=modern] #content-title, body[data-subpage-style=modern] #main-title {
  background-image: none;
  color: var(--headers-color, #000000);
  text-align: left;
  -webkit-text-fill-color: unset;
  justify-content: flex-start;
}

body.no-index #main-content .boundary-container,
body.no-index .normal-content #main-content
{
  padding: 0;
  width: 100% !important;
}

body .full-article-container .content,
body .content:has(.content-advanced-blocks) {
  padding: 0
}

body .tags { border-top: none; padding: 0 }
body .tags .tags-title, body .tags .tags-separator { display: none }
body .tags a, .tag {
  background-color: var(--bg-tags, var(--bg-light-grey, #8080801D));
  color: var(--color-tags, #0C1213);
  padding: 4px 12px;
  font-size: 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

body .tags a::before {
  content: '#'
}

body[data-bread-style=newPortal] .newPortal-bread .breadcrumb-item:last-child::before { content: ''; }
body[data-bread-style=newPortal] .newPortal-bread .breadcrumb-item:not(:last-child)::before {
  content: "\f715";
  transform: rotate(70deg);
  right: -18px;
  top: 30%;
}
body[data-bread-style=newPortal] .newPortal-bread .breadcrumb { gap: 15px; font-size: 0.75rem }
body[data-bread-style=newPortal] .newPortal-bread .breadcrumb .breadcrumb-item.active { font-weight: 400 }
body[data-bread-style=newPortal] .newPortal-bread .breadcrumb .breadcrumb-item:not(.active) { font-weight: 600 }
body .breadcrumb-item.active { color: var(--color-breadcrumbs, #000000) }
body .attachments:has(.karta) .attachments_bar-card .download-att-btn { max-width: 6.625rem }

.searcher-popup-toggler { border: none }

body #cookies-info .cookies-button .cookie-btn {
  border-radius: 100px;
  padding: .5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: 250ms;
  border: 1px solid var(--color-cookies, #ffffff);
  color: var(--color-cookies, #ffffff);
  background-color: var(--bg-cookies, #000000);
  text-decoration: none;
}

body #cookies-info .cookies-button .cookie-btn:hover {
  background-color: var(--color-cookies, #ffffff);
  color: var(--bg-cookies, #000000);
}

.full-img { width: 100%; object-fit: cover }
.content-template-heading {
  color: var(--color-normal, #0C1213);
}

.image-title-desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.image-title-desc img { object-fit: cover; border-radius: 10px; aspect-ratio: 1.78 }

.two-colls { --min-col-width: 300px }

@media screen and (min-width: 450px) {
  .content:has(.content-advanced-blocks).two-colls { padding: 10px 0 }
}

.service-description {
  width: clamp(300px, 75%, 765px);
  font-size: 0.875rem;
  color: var(--color-normal, #0C1213);
  margin: 28px 0 40px 0;
}

.image-title-desc__desc { font-size: 0.875rem; }
.two-colls .content-advanced-block.content-advanced-block--text { margin-top: 0 }

.steps-tiles {
  --minw-coll: 250px;
}

body .aside .left-menu-container .left-menu li.level-0,
body .navs-column .left-menu-container .left-menu li.level-0 {
  border-top: none
}

body .aside .left-menu-container,
body .full-container-content .navs-column .left-menu-container { margin-top: 10px }
body .full-container-content:has(.newPortal-bread) .navs-column .left-menu-container { margin-top: 80px }

body .aside .left-menu-container .left-menu li.level-1,
body .navs-column .left-menu-container .left-menu li.level-1 { border-top: none }

body[data-bread-style=newPortal] .newPortal-bread .breadcrumb { padding-left: 0 }

body .contents_controls { padding: 15px 0; }

.contents-list .none {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 5%;
  text-transform: uppercase;
  padding-block: 20px;
}

/* oferty pracy */
body .offer-container {
  padding: 1rem 2rem;
  background-color: var(--bg-offer, #ffffff);
  color: var(--color-offer, #0C1213);
  border: 1px solid #909090;
  border-radius: 20px;
}

.offer-container, .offer-container .content-template-container {
  gap: 1rem;
  margin-bottom: 0;
}

body .offer-container .offer-top { gap: .25rem }
.offer-container time {
  color: #767676;
  font-size: 0.75rem;
}
.offer-container h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

.offer-container h1 a, .offer-container h2 a, .offer-container h3 a  { text-decoration: none }

.offer-container .tags { gap: .25rem }
.contents-list:has(.offer-container) { display: flex; flex-direction: column; gap: 1.5rem }

body #main-content .search-form { margin-top: 0 }

body .category-lead.content { font-size: 0.875rem; color: #0C1213 }

body .banner-animation.banners { position: relative }
body .banner-header .banner-animation .owl-play-control {
  position: absolute;
  bottom: 20px;
  right: 24px;
  top: auto;
  height: fit-content;
}
body .banner-header .banner-animation .owl-play-control-btn {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: .25rem;
  padding: .5rem 1rem;
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  transition: 250ms;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 30px;
  width: fit-content;
  height: fit-content;
}

@media screen and (max-width: 500px) {
  body .banner-header .banner-animation .owl-play-control {
    bottom: 10px;
    right: 10px;
    top: auto;
    height: 50px;
  }

  body .banner-header .banner-animation .owl-play-control button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    height: 100%;
  }

  body .banner-header .banner-animation .owl-play-control button .fa { display: none }
}

body .banner-header .banner-animation .owl-play-control-btn .owl-text {
  display: inline-block !important;
}

@media (max-width: 767.98px) {
  .banner-header .banner-animation .banner-item-img {
    height: auto;
    max-width: 100%;
  }
}

.recruitment-top {
  display: flex;
  align-items: center;
}

body.index .contents-list[data-header="left"] .title-main-page.with-right-elements,
body[data-separator=brak].index .title-main-page
{
  margin-bottom: 2rem !important;
}

.recruitment-top time { font-size: 0.8125rem; }
[data-text="center"] h2 {
  text-align: center !important;
  width: 100% !important;
}

.title-content-field.price-container {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 0;
}

.price-container .title-content-field__main {
  color: var(--primal, #3c3c3c);
  font-size: 1.5rem;
  line-height: 2rem;
}

.price-container .title-content-field__secondary {
  color: var(--color-small-text, #000000);
  font-size: 0.875rem;
}

body .content-advanced-blocks .content-advanced-block.aside-card {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.aside-card .tm-repeatable-container__items { --minw-coll: 150px; --gap-container-grid: .25rem }
.aside-card .tm-repeatable-container__items a { width: 100% }
.aside-card ul {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.aside-card li {
  font-size: 0.9375rem;
  line-height: 100%;
  color: var(--color-body, #000000);
}

body .basic-table table th {
  --fw-th-table-custom: 400;
}

body .basic-table table th, body .basic-table table td { width: 50% !important }
body .header-main.c-menu .c-menu-box .portal-img-configurable { position: relative }

body .submenu-container { padding: 0 }

body:has(.submenu-box.active) .all-content {
  position: relative;
}

body:has(.submenu-box.active) .all-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 0.47);
  z-index: 1;
  pointer-events: none;
}

body:has(.submenu-box.active) .header-main.c-menu { z-index: 12 }
body .searcher-content-row { width: 100% }

body[data-subpage-style=modern] .searcher-content-row .contents-list .search-article.search-article-service img {
  width: 100%;
  border-radius: 0;
  height: 100%;
  padding: 0;
}

body .search-global #main_search label, body .search-global #main_search .form-label {
  width: fit-content !important;
  margin-left: 0 !important;
  text-align: left !important;
}
body .search-global #main_search .search-date .form-label { text-transform: capitalize }
body .search-global #main_search .search-date {
  margin-block: 1.5rem;
}

body .search-unit .tags { margin-top: 12px }

body .search-global #main_search .search-date .search-row {margin-block: 12px;}
.content-template-container.search-unit { --gap-content-template-container: .25rem }

body #date-common-label {
  position: static !important;
  font-size: var(--fs-searcher-label, 1rem);
  font-weight: var(--fw-searcher-label, 400);
}

body[data-searcher-style=custom] #main-content .search-form .search-global div[id$=_search] div.submit-search:has(button[type=submit]) { margin-top: 1.5rem !important }
body .subcontents-title { font-size: 1rem; font-weight: 400 }
body .subcontents-title .search-results { text-transform: none }

/*body[data-subpage-style=modern] .contents_controls .pagination .page-item a:hover,*/
/*body[data-subpage-style=modern] .contents_controls .pagination .page-item a:hover span {*/
/*  background-color: var(--primal);*/
/*  color: white !important*/
/*}*/

body .tm-block a { display: inline-block }

div[data-fs="dynamic"] { container-type: inline-size; }
div[data-fs="dynamic"] a { font-size: clamp(.875rem, 3cqi ,1.125rem) }

body .header-main.c-menu .c-menu-box .configurable-menu-links[data-button-style] { width: 100% }

@media screen and (max-width: 500px) { :root {--minw-coll: 280px} }

body #left-menu, body .search-form form, body .offer-container {
  background-color: var(--bg-searcher, transparent);
  border-bottom: var(--border-searchbox, none) !important;
  padding: var(--padding-searchform, 65px 20px) !important;
  border: var(--border-searchbox, none);
  border-radius: var(--br-searchbox, 0);
  box-shadow: 0 8px 24px 0 #00000014;
}

body[data-searcher-style=custom] #main-content .search-form div[id$=_search] .search-form-container .search-row-checkbox .form-check { margin-left: 0 }

.gap-bottom-form {
  display: flex;
  flex-direction: column;
  gap: var(--gap-form, 1rem);
}
.content-template-container.tags time, .content-template-container.tags span { width: fit-content }
body.no-index .contents-list-news .contents-list .content-wrapper__top--date .material-symbols-outlined,
body.no-index .contents-list-news .contents-list .tags {display: none }

body[data-subpage-style=modern] .news-container .contents-list .newsfeed-article {
  border: none;
  box-shadow: 0 8px 24px 0 #00000014;
}

body[data-subpage-style=modern] .news-container .contents-list .content__newsfeed { grid-template-rows: auto 1fr }
body[data-subpage-style=modern] .news-container .content__newsfeed-image { height: auto; aspect-ratio: 85 / 48}
body[data-category-id="408"] .aside-left { display: none }

body:has(form[name="questionnaire"]) .my-3 {
  margin-bottom : 0 !important
}

body .content .my-3 p {
  margin-block: 0 !important;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  width: 100%
}

body .content form[name="questionnaire"] .title-main-page {
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  color: var(--primal) !important;
  width: 100%;
  margin-bottom: 40px !important
}

body .content form[name="questionnaire"] button[type="submit"] {
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 600;
  background-color: var(--bg-button);
  color: var(--color-button);
}

body .content form[name="questionnaire"] .submit-form {
  text-align: center;
}

@media screen and (max-width: 607px) {
  div.attachments .attachments_main.karta .attachments_bar-card .download-att-btn {
    max-width: 100%;
  }
}

.mb-3.tinymce .form-label, .file-label {
  font-size: var(--fs-form-desc-label, 1.125rem);
  font-weight: var(--fw-form-desc-label, 600);
}
.file-label {
  margin: 0 auto 1rem auto !important;
}

body #main-content .search-form form { background-color: var(--bg-searcher, transparent); }

