@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap);
@charset "UTF-8";
html {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  color: #3d322d;
  margin-top: 54px;
}
@media screen and (min-width: 992px) {
  body {
    margin-top: 90px;
  }
}

strong {
  font-weight: 600;
}

a {
  color: #2B588B;
}

.alert-success {
  background: #5cc4f1;
  color: white;
  border: none;
}

.alert-danger {
  background: #f7b4a3;
}

.button-pink, .button-blue {
  height: 36px;
  width: 150px;
  color: white;
  text-transform: uppercase;
  line-height: 36px;
  border-radius: 0;
  padding: 0;
}
.button-pink:hover, .button-blue:hover {
  text-decoration: none;
}

.button-pink {
  background: #f7b4a3;
}
.button-pink:hover {
  background: rgb(244.96, 160.875, 139.54);
}

.button-blue {
  background: #5cc4f1;
}
.button-blue:hover {
  background: rgb(68.5169491525, 187.5, 238.9830508475);
}

.text-columns {
  -moz-column-gap: 3em;
       column-gap: 3em;
}

@media screen and (min-width: 992px) {
  .text-columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .text-columns-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.perex p {
  text-align: center;
}

#scroll-top {
  width: 40px;
  height: 40px;
  z-index: 99;
  line-height: 40px;
  border-radius: 100%;
  background: #5cc4f1;
  color: white;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#scroll-top:hover {
  background: rgb(68.5169491525, 187.5, 238.9830508475);
  color: white !important;
}
@media screen and (min-width: 1360px) {
  #scroll-top {
    right: 50%;
    transform: translate(620px);
  }
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: transparent;
}

nav.bg-light {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #3d322d;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
nav.bg-light .navbar-brand {
  color: #3d322d !important;
}
nav.bg-light .navbar-toggler {
  width: 18px;
  height: 38px;
  border: none;
  position: relative;
  margin-left: 10px;
}
nav.bg-light .navbar-toggler .icon, nav.bg-light .navbar-toggler .icon:before, nav.bg-light .navbar-toggler .icon:after {
  position: absolute;
  height: 3px;
  background: #153650;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
nav.bg-light .navbar-toggler .icon:before, nav.bg-light .navbar-toggler .icon:after {
  content: "";
}
nav.bg-light .navbar-toggler .icon:before {
  margin-top: -10px;
}
nav.bg-light .navbar-toggler .icon:after {
  margin-top: 6px;
}
nav.bg-light .dropdown-menu {
  border: none;
  border-radius: 0.5rem;
  background: transparent;
}
nav.bg-light .dropdown-menu .dropdown-item {
  color: #153650 !important;
}
nav.bg-light .nav-search form {
  padding: 0 1rem;
}
nav.bg-light .nav-search .btn-primary {
  border-radius: 0;
  padding: 0 1rem;
}
nav.bg-light .nav-search .form-control {
  border: none;
  border-radius: 0;
  height: 36px;
}
nav.bg-light .nav-bigmenu {
  display: none;
}
nav.bg-light .mobile-icons {
  margin-left: auto;
  display: flex;
  height: 38px;
  overflow: hidden;
}
nav.bg-light .mobile-icons .phone {
  margin-right: 10px;
}
nav.bg-light .mobile-icons .phone .icon {
  width: 38px;
  height: 38px;
  display: block;
  background: center center no-repeat;
  background-size: contain;
}
nav.bg-light .mobile-icons .phone .icon {
  background-image: url(/domains/prenet/icon-phone-mobile-blue.svg);
}
@media screen and (min-width: 992px) {
  nav.bg-light .mobile-icons {
    display: none;
  }
}
nav.bg-light a.nav-link {
  color: #153650 !important;
}

.mobile-search {
  margin: 0 -5px 1rem -5px;
  border: 1px solid #153650;
  padding-left: 4px;
}
@media screen and (min-width: 992px) {
  .mobile-search {
    display: none;
  }
}
.mobile-search .form-control {
  border: none;
  background: transparent url(/domains/prenet/icon-search.svg) left center no-repeat;
  background-size: 26px;
  padding-left: 28px;
  color: #153650;
}
.mobile-search .input-group-append .btn-primary {
  border-radius: 0;
  background: #153650;
  color: white;
  border: none;
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
  nav.bg-light {
    padding-top: 40px;
    height: 90px;
  }
  nav.bg-light .navbar-brand {
    height: 40px;
    line-height: 40px;
    background: url(/domains/prenet/prenet-logo2color2.svg) left center no-repeat;
    background-size: contain;
    aspect-ratio: 2792/565;
    margin-top: -4px;
  }
  nav.bg-light .navbar-brand span {
    display: none;
  }
  nav.bg-light .dropdown-menu {
    background: rgba(18, 55, 80, 0.5) !important;
    color: white;
  }
  #menu-main {
    width: 100%;
  }
  #menu-main .nav-link {
    text-transform: uppercase;
    text-align: center;
    color: #3d322d;
  }
}
@media screen and (min-width: 992px) and (min-width: 1580px) {
  #menu-main .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-main .nav-link, #menu-main .dropdown-item {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1360px) {
  #menu-main .nav-link, #menu-main .dropdown-item {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1580px) {
  #menu-main .nav-link, #menu-main .dropdown-item {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-main .dropdown-item:focus, #menu-main .dropdown-item:hover, #menu-main .nav-link:hover {
    color: rgb(240.88, 122.625, 92.62) !important;
  }
  #menu-main .dropdown-item-blue:focus, #menu-main .dropdown-item-blue:hover, #menu-main .nav-link-blue:hover {
    color: rgb(21.5508474576, 170.5, 234.9491525424) !important;
  }
  #menu-main .nav-search {
    position: relative;
  }
  #menu-main .nav-search a.nav-link {
    width: 32px;
    height: 32px;
    background-size: contain;
    border: none;
    padding: 0;
    background: url(/domains/prenet/icon-search.svg) no-repeat center center;
  }
  #menu-main .nav-search a.nav-link span.label {
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 1580px) {
  #menu-main .nav-search a.nav-link {
    padding: 0 1.3rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-main .nav-search .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 330px;
  }
  #menu-main .nav-bigmenu {
    display: block;
    position: relative;
  }
  #menu-main .nav-bigmenu a.nav-link {
    width: 32px;
    height: 32px;
    background-size: contain;
    border: none;
    padding: 0;
    background: url(/domains/prenet/icon-bigmenu.svg) no-repeat center center;
  }
  #menu-main .nav-bigmenu a.nav-link span.label {
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 1580px) {
  #menu-main .nav-bigmenu a.nav-link {
    padding: 0 1.3rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-main .nav-bigmenu .dropdown-menu {
    left: 0;
    right: 0;
    background: rgba(237, 182, 166, 0.9) !important;
    position: fixed;
    border-radius: 0;
    margin-top: 0;
  }
  #menu-main .nav-bigmenu .dropdown-menu .bigmenu-container {
    max-width: 1360px;
    margin: 0 auto;
  }
  #menu-main .nav-bigmenu .dropdown-menu .row {
    width: 100%;
  }
  #menu-main .nav-bigmenu .dropdown-menu ul {
    list-style: none;
    padding: 1rem;
  }
  #menu-main .nav-bigmenu .dropdown-menu ul li.level-1 a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.05em;
  }
  #menu-main .nav-bigmenu .dropdown-menu ul li.level-2 a {
    font-size: 0.9em;
  }
  #menu-main .nav-bigmenu .dropdown-menu .socials {
    padding: 1rem 0;
  }
  #menu-main .nav-bigmenu .dropdown-menu .socials a {
    display: inline-block;
    border: 1px solid white;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 1.75rem;
  }
  #menu-main .nav-bigmenu .dropdown-menu .socials a:hover {
    color: #153650;
    border-color: #153650;
  }
  #menu-main .nav-bigmenu .dropdown-menu .col-index-0 {
    flex: 0 0 32%;
    max-width: 32%;
  }
  #menu-main .nav-bigmenu .dropdown-menu .col-index-1 {
    flex: 0 0 23%;
    max-width: 23%;
  }
  #menu-main .nav-bigmenu .dropdown-menu .col-index-2 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  #menu-main .nav-bigmenu .dropdown-menu .col-index-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #menu-main .nav-bigmenu .dropdown-menu .col-index-4 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  #menu-main .user-item {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
  }
  #contacts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
  }
  #contacts li {
    width: 100%;
    text-transform: uppercase;
    padding: 0 1rem;
    height: 30px;
    line-height: 30px;
  }
  #contacts li.nav-item-left {
    text-align: center;
    background: rgba(18, 55, 80, 0.5) !important;
  }
  #contacts a {
    color: white;
    padding: 0;
  }
}
footer {
  padding: 30px 0;
}
footer a {
  text-decoration: none !important;
}
footer a:hover {
  color: #5bc3f1;
}
footer .container {
  position: relative;
}
footer .scroll-top {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 15px;
  top: 0;
  z-index: 1;
  line-height: 32px;
  border-radius: 100%;
  background: #5cc4f1;
  color: white;
  text-align: center;
}
footer .scroll-top:hover {
  background: rgb(68.5169491525, 187.5, 238.9830508475);
  color: white;
}
footer .contact {
  background: url(/domains/prenet/prenet-logo.svg) top left no-repeat;
  padding-top: 120px;
  background-size: auto 110px;
}
footer .socials {
  font-size: 1.2em;
}
footer .socials a {
  background: #2B588B;
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
footer .socials a:hover {
  background: #5cc4f1;
}
footer ul, footer li {
  padding: 0;
  list-style: none;
}
footer li {
  margin-bottom: 0.25em;
}

.block-job {
  padding: 2em 0 2em 0;
}
.block-job h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.block-subpages {
  padding: 2em 0 2em 0;
}
.block-subpages .subpage {
  background: #0a374b;
  color: white;
  padding: 30px;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-subpages .subpage h3 {
  font-size: 1.25rem;
}
.block-subpages .subpage a {
  margin-top: auto;
}
.block-subpages .row > div {
  margin-bottom: 15px;
}

.block-search, .block-main {
  padding: 4em 0;
  background: #f7e4dc;
}
.block-search h1, .block-main h1 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 20em;
  margin: 0 auto 2em auto;
  text-align: center;
}
.block-search h1::after, .block-main h1::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f7b4a3;
  width: 160px;
  height: 3px;
}
.block-search h1.wo-text, .block-main h1.wo-text {
  margin-bottom: 1em;
}
.block-search .text-columns, .block-main .text-columns {
  text-align: center;
}

.block-text {
  padding: 4em 0;
}
.block-text.block-even {
  background: #f7e4dc;
}

main#kontakty .block-text {
  background: #0a374b;
  color: white;
}
main#kontakty .block-text h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.5em;
  color: #f7b4a3;
}
main#kontakty .block-text a {
  color: white;
  text-decoration: underline;
}
main#kontakty .block-text a:hover {
  color: #f7b4a3;
}
@media screen and (min-width: 768px) {
  main#kontakty .block-text {
    background: white;
  }
  main#kontakty .block-text .text-columns {
    background: #0a374b;
    max-width: 650px;
    margin: 0 auto;
    padding: 3rem;
    position: relative;
  }
  main#kontakty .block-text .text-columns:after {
    content: "";
    position: absolute;
    top: 3rem;
    right: 3rem;
    background: url(/domains/prenet/contacts.svg) no-repeat;
    width: 130px;
    height: 150px;
    background-size: contain;
  }
}

.block-textwithimage {
  padding: 4em 0;
  background: #f7e4dc;
}

#gynekologie .block-textwithimage {
  background: white !important;
}

.block-ourservices {
  padding: 4em 0 0 0;
  text-align: center;
}
.block-ourservices h2 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.block-ourservices h2::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f7b4a3;
  width: 160px;
  height: 3px;
}
.block-ourservices p.perex {
  max-width: 500px;
  margin: 0 auto 4em auto;
}
.block-ourservices .row > div {
  background: center center no-repeat;
  background-size: cover;
  height: 300px;
}
.block-ourservices .box {
  width: 70%;
  height: 70%;
  background: rgba(247, 180, 163, 0.7);
  border-radius: 0;
  margin: 0 auto;
  padding: 1em;
  position: relative;
}
.block-ourservices .box h3 {
  text-transform: uppercase;
  color: white;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 992px) {
  .block-ourservices .box h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .block-ourservices .box h3 {
    font-size: 1.75em;
  }
}
.block-ourservices .box p {
  line-height: 1.2em;
}
.block-ourservices .box a {
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -75px;
}
.block-ourservices .box.box-2 {
  background: rgba(92, 196, 241, 0.7);
}
.block-ourservices .box.box-2 a {
  background: #5cc4f1;
}
.block-ourservices .box.box-2 a:hover {
  background: rgb(68.5169491525, 187.5, 238.9830508475);
}

.block-partners {
  padding: 4em 0;
}
.block-partners h2 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.5em;
}
.block-partners a {
  transition: transform 0.15s;
  display: block;
}
.block-partners a:hover {
  transform: scale(1.05);
}

.block-contactform {
  padding: 4em 0;
  background: #0a374b;
}
.block-contactform h2 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.5em;
  color: #f7b4a3;
}
.block-contactform form {
  max-width: 640px;
  margin: 0 auto;
}
.block-contactform form .alert {
  border: none;
  border-radius: 0;
}
.block-contactform form .row {
  margin-left: -3px;
  margin-right: -3px;
}
.block-contactform form .row > div {
  padding-left: 3px;
  padding-right: 3px;
}
.block-contactform form .row-form {
  margin-bottom: 1em;
}
.block-contactform form .form-group {
  margin-bottom: 6px;
}
.block-contactform form .form-group-message {
  height: calc(100% - 6px);
}
.block-contactform form .form-group-message textarea {
  height: 100%;
}
.block-contactform form label {
  color: white;
}
.block-contactform form label a {
  color: #f7b4a3;
}
.block-contactform form input, .block-contactform form textarea {
  color: #2B588B;
  border-radius: 0;
  border: none;
}
.block-contactform form input::-moz-placeholder, .block-contactform form textarea::-moz-placeholder {
  text-transform: uppercase;
  color: rgba(43, 88, 139, 0.5);
}
.block-contactform form input::placeholder, .block-contactform form textarea::placeholder {
  text-transform: uppercase;
  color: rgba(43, 88, 139, 0.5);
}
.block-contactform form .form-control-name {
  border-radius: 20px 20px 0 0;
}
.block-contactform form .form-control-message {
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .block-contactform form .form-control-name {
    border-radius: 20px 0 0 0;
  }
  .block-contactform form .form-control-phone {
    border-radius: 0 0 0 20px;
  }
  .block-contactform form .form-control-message {
    border-radius: 0 20px 20px 0;
  }
}

.block-banners {
  text-align: center;
}
.block-banners .box {
  background: center center no-repeat;
  background-size: cover;
}
.block-banners .content {
  height: 300px;
}
.block-banners .content > div {
  width: 70%;
  height: 70%;
  background: rgba(115, 204, 243, 0.7);
  border-radius: 0 0 20px 20px;
  margin: 0 auto;
  padding: 1em;
  position: relative;
}
.block-banners h2 {
  text-transform: uppercase;
  color: white;
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.3em;
}
.block-banners p {
  line-height: 1.2em;
  font-size: 1.1em;
}
.block-banners a {
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -75px;
}
.block-banners .box-main .content > div {
  background: rgba(245, 219, 209, 0.6);
}
@media screen and (min-width: 576px) {
  .block-banners h2 {
    font-size: 1.4em;
  }
  .block-banners .content > div {
    width: 60%;
    height: 70%;
  }
}
@media screen and (min-width: 768px) {
  .block-banners h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .block-banners .box-main h2 {
    font-size: 1.5em;
  }
  .block-banners .box-main .content {
    height: 370px;
  }
  .block-banners .box-main .content > div {
    width: 60%;
    height: 60%;
  }
  .block-banners .box-top h2, .block-banners .box-bottom h2 {
    font-size: 1.3em;
  }
  .block-banners .box-top .content, .block-banners .box-bottom .content {
    height: 200px;
  }
  .block-banners .box-top .content > div, .block-banners .box-bottom .content > div {
    width: 80%;
    height: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .block-banners .box-main .content > div {
    width: 50%;
    height: 60%;
  }
  .block-banners .box-top .content, .block-banners .box-bottom .content {
    height: 230px;
  }
  .block-banners .box-top .content > div, .block-banners .box-bottom .content > div {
    width: 80%;
    height: 70%;
  }
}
@media screen and (min-width: 1360px) {
  .block-banners .box-top .content, .block-banners .box-bottom .content {
    height: 250px;
  }
  .block-banners .box-top .content > div, .block-banners .box-bottom .content > div {
    width: 70%;
    height: 60%;
  }
}

.block-banners2 {
  text-align: center;
}
.block-banners2 .box {
  background: center bottom no-repeat;
  background-size: cover;
}
@media screen and (min-width: 576px) {
  .block-banners2 .box {
    background-position: center center;
  }
}
.block-banners2 .content {
  display: flex;
  flex-direction: column-reverse;
  height: 300px;
}
.block-banners2 .content > div {
  width: 90%;
  height: 60%;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.block-banners2 .content > div h2 {
  text-transform: uppercase;
  margin: 0;
  color: white;
  font-size: 1.5em;
  line-height: 1em;
  padding: 0 0 15px 0;
}
.block-banners2 .content > div p {
  line-height: 1.1em;
  font-size: 1em;
  text-transform: uppercase;
}
.block-banners2 .content > div a {
  display: inline-block;
  margin: auto auto 0 auto;
  height: 30px;
  line-height: 30px;
}
@media screen and (min-width: 576px) {
  .block-banners2 .content {
    height: 350px;
  }
  .block-banners2 .content > div {
    width: 70%;
    height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .block-banners2 .content {
    height: 370px;
  }
  .block-banners2 .content > div {
    padding: 25px;
  }
  .block-banners2 .content > div h2 {
    font-size: 1.7em;
  }
  .block-banners2 .content > div p {
    font-size: 1.1em;
  }
  .block-banners2 .content > div a {
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) {
  .block-banners2 .content {
    height: 370px;
  }
  .block-banners2 .content > div {
    padding: 15px;
  }
  .block-banners2 .content > div h2 {
    font-size: 1.5em;
  }
  .block-banners2 .content > div p {
    font-size: 1em;
  }
  .block-banners2 .content > div a {
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .block-banners2 .content {
    height: 460px;
  }
  .block-banners2 .content > div {
    padding: 25px;
  }
  .block-banners2 .content > div h2 {
    font-size: 1.7em;
  }
  .block-banners2 .content > div p {
    font-size: 1.1em;
  }
  .block-banners2 .content > div a {
    height: 36px;
    line-height: 36px;
  }
}
.block-banners2 .box-left .content > div {
  background: rgba(245, 219, 209, 0.8);
}
.block-banners2 .box-right .content > div {
  background: rgba(115, 204, 243, 0.8);
}

.block-application .card {
  border-radius: 0;
  border: 2px solid #5cc4f1;
  overflow: hidden;
}
.block-application .card-header {
  border: none;
  background: #5cc4f1;
  color: white;
}
.block-application .card-body {
  padding: 1.25rem 1.25rem 0.25rem 1.25rem;
}
.block-application .form-control {
  border-radius: 0;
  border: 2px solid #5cc4f1;
}

.block-aboutus {
  padding: 3em 0;
}
.block-aboutus h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.block-aboutus .row-text {
  margin: 0 auto 3em auto;
  max-width: 700px;
}
.block-aboutus .row-text .perex {
  font-size: 1.3em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .block-aboutus .row-text .perex {
    text-align: right;
  }
}
.block-aboutus .row-blocks {
  background: white;
  padding: 2em;
  margin: 0 0 3em 0;
  text-align: center;
}
.block-aboutus .row-blocks .col {
  padding: 1.5em;
  position: relative;
}
.block-aboutus .row-blocks .col .icon {
  aspect-ratio: 2/1;
}
.block-aboutus .row-blocks .col .icon img {
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}
.block-aboutus .row-blocks .col h3 {
  text-transform: uppercase;
  font-size: 1.5em;
}
.block-aboutus .row-blocks .col p {
  margin: 0;
}
.block-aboutus .row-blocks .col-key-0 h3, .block-aboutus .row-blocks .col-key-2 h3 {
  color: #5cc4f1;
}
.block-aboutus .row-blocks .col-key-1 h3, .block-aboutus .row-blocks .col-key-3 h3 {
  color: #f7b4a3;
}
@media screen and (min-width: 576px) {
  .block-aboutus .row-blocks .col-key-1:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .block-aboutus .row-blocks .col-key-1:before {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .block-aboutus .row-blocks .col {
    padding: 1.5em;
  }
  .block-aboutus .row-blocks .col + .col:before {
    height: auto;
    width: 3px;
    top: 10px;
    bottom: 10px;
    left: -1px;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .block-aboutus .row-blocks .col {
    padding: 1.5em 2em;
  }
}
.block-aboutus .row-button {
  text-align: center;
}
.block-aboutus .row-button a {
  width: 200px;
}

.block-people {
  background: #f2f2f2;
}
.block-people .container {
  padding: 4em 0 6em 0;
}
.block-people h2 {
  color: #2B588B;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.block-people .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: center;
  height: 100%;
}
.block-people .row > div {
  padding-left: 0;
  padding-right: 0;
}
.block-people .person {
  background: #2B588B;
  color: white;
  text-align: center;
  margin: 3px 0;
  height: 100%;
  transition: transform 0.15s;
  border: 3px solid #f2f2f2;
}
.block-people .person .photo {
  aspect-ratio: 3/4;
  width: 100%;
  background: #f7e4dc;
}
.block-people .person img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.block-people .person a {
  color: #5cc4f1;
  text-decoration: none;
}
.block-people .person a:hover {
  color: rgb(21.5508474576, 170.5, 234.9491525424);
}
.block-people .person .name {
  text-transform: uppercase;
}
.block-people .person .profession {
  margin-bottom: 1em;
}
.block-people .person .info {
  padding: 1em;
}
.block-people .person-vedouci {
  background: #5cc4f1;
}
.block-people .person-vedouci a {
  color: #2B588B;
}
.block-people .person-vedouci a:hover {
  color: rgb(24.9258241758, 51.010989011, 80.5741758242);
}
@media screen and (min-width: 1360px) {
  .block-people .col-person {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.block-people .carousel .carousel-control-prev, .block-people .carousel .carousel-control-next {
  opacity: 0.7;
  width: 40px;
  height: 40px;
  background: #5cc4f1;
  color: white;
  border-radius: 100%;
  margin: -20px 10px;
  top: 50%;
}
.block-people .carousel .carousel-control-prev:hover, .block-people .carousel .carousel-control-next:hover {
  opacity: 1;
}
.block-people .carousel .carousel-control-prev i, .block-people .carousel .carousel-control-next i {
  font-size: 1.5rem;
}
.block-people .carousel.carousel-people .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-people .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.block-people .carousel.carousel-people .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-people .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .block-people .carousel.carousel-people .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-people .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .block-people .carousel.carousel-people .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-people .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .block-people .carousel.carousel-people .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-people .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .block-people .carousel.carousel-people .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-people .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}
@media screen and (min-width: 1200px) {
  .block-people .carousel.carousel-people .carousel-inner .carousel-item-right.active, .block-people .carousel.carousel-people .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .block-people .carousel.carousel-people .carousel-inner .carousel-item-left.active, .block-people .carousel.carousel-people .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.block-people .carousel.carousel-people .carousel-inner .carousel-item-right, .block-people .carousel.carousel-people .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.block-people + .block-people .container {
  border-top: 3px solid white;
}

.block-review {
  padding: 3em 0 4em 0;
  background: #f7e4dc;
}
.block-review h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1.5em 0;
}
.block-review .row {
  max-width: 1000px;
  margin: 0 auto 2em auto;
  border-radius: 0 0 20px 20px;
  background: white;
  padding: 3em;
  color: #2B588B;
  text-align: center;
  position: relative;
}
.block-review .row h3 {
  text-transform: uppercase;
  font-size: 1.5em;
}
.block-review .row:before {
  content: "„";
  position: absolute;
  font-size: 120px;
  color: rgba(247, 180, 163, 0.5);
  font-weight: bold;
  left: 20px;
  bottom: 0;
}
.block-review .row:after {
  content: "”";
  position: absolute;
  font-size: 120px;
  color: rgba(247, 180, 163, 0.5);
  font-weight: bold;
  right: 20px;
  top: -20px;
}

.block-articles {
  padding: 3em 0 3em 0;
  background: #0a374b;
  color: #f7b4a3;
}
.block-articles h2 {
  color: #f7b4a3;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-align: center;
}
.block-articles .articles {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 3em;
}
.block-articles .articles > div {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.block-articles .articles .article {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px 0;
  width: 100%;
  position: relative;
}
.block-articles .articles .article .text {
  padding: 1em 1em 2em 1em;
  color: #2B588B;
}
.block-articles .articles .article .text .date {
  color: #f7b4a3;
}
.block-articles .articles .article .text h3 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: bold;
}
.block-articles .articles .article .text .button-pink {
  margin-left: auto;
  width: 36px;
  display: block;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.block-articles .more {
  text-align: center;
}
.block-articles .more .button-pink {
  width: 200px;
}
.block-articles div.pagination {
  display: flex;
  justify-content: center;
}
.block-articles div.pagination ul.pagination {
  border-radius: 20px;
}
.block-articles div.pagination ul.pagination .page-item:first-child .page-link {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.block-articles div.pagination ul.pagination .page-item:last-child .page-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.block-articles div.pagination ul.pagination .page-link {
  color: #2B588B;
}
.block-articles div.pagination ul.pagination .page-item.active .page-link {
  background: #f7b4a3;
  border-color: #f7b4a3;
  color: white;
}

.block-examinations, .block-examinationshome {
  padding: 3em 0;
  text-align: center;
}
.block-examinations h2, .block-examinationshome h2 {
  color: #2B588B;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1em 0;
}
.block-examinations .nav-pills, .block-examinationshome .nav-pills {
  margin-bottom: 2em;
  justify-content: center;
}
.block-examinations .nav-pills .nav-link, .block-examinationshome .nav-pills .nav-link {
  text-transform: uppercase;
  padding: 0.75em 2.5em;
  font-size: 1.2em;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  color: #999999;
}
.block-examinations .nav-pills .nav-link#pills-examinations0-tab, .block-examinationshome .nav-pills .nav-link#pills-examinations0-tab {
  border-radius: 26px 0 0 26px;
}
.block-examinations .nav-pills .nav-link#pills-examinations1-tab, .block-examinationshome .nav-pills .nav-link#pills-examinations1-tab {
  border-radius: 0 26px 26px 0;
}
.block-examinations .nav-pills .nav-link.active, .block-examinationshome .nav-pills .nav-link.active {
  background: #5cc4f1;
  color: white;
  box-shadow: none;
}
.block-examinations .row, .block-examinationshome .row {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}
.block-examinations .examination, .block-examinationshome .examination {
  margin-bottom: 1em;
}
.block-examinations .examination a, .block-examinationshome .examination a {
  color: #3d322d;
  display: block;
  transition: transform 0.15s;
  margin-bottom: 2rem;
}
.block-examinations .examination a .icon, .block-examinationshome .examination a .icon {
  display: block;
}
.block-examinations .examination a .name, .block-examinationshome .examination a .name {
  font-size: 1.5em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .block-examinations .examination a .name, .block-examinationshome .examination a .name {
    font-size: 1.1em;
  }
}
.block-examinations .examination a:hover, .block-examinationshome .examination a:hover {
  text-decoration: none;
  color: #2B588B;
  transform: scale(1.05);
}
.block-examinations .examination strong, .block-examinationshome .examination strong {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1em;
}
.block-examinations .examination img, .block-examinationshome .examination img {
  margin-bottom: 1em;
}
.block-examinations .examination .img-empty, .block-examinationshome .examination .img-empty {
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto 1em auto;
  position: relative;
}
.block-examinations .examination .img-empty:after, .block-examinationshome .examination .img-empty:after {
  content: "";
  position: absolute;
  background: white;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  margin: -50%;
  border: 1px solid #f0b4a5;
}

.block-examinationsgenetika {
  padding: 3em 0;
  text-align: center;
}
.block-examinationsgenetika h2 {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 2em 0;
  position: relative;
}
.block-examinationsgenetika h2::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
  background: #5cc4f1;
  width: 160px;
  height: 3px;
}
.block-examinationsgenetika p {
  max-width: 850px;
  margin: 0 auto 2em auto;
}
.block-examinationsgenetika .examination {
  margin-bottom: 2em;
}
.block-examinationsgenetika .examination a {
  color: #3d322d;
  display: block;
  transition: transform 0.15s;
}
.block-examinationsgenetika .examination a:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.block-examinationsgenetika .examination .name {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: bold;
}
.block-examinationsgenetika .examination img {
  margin-bottom: 1em;
}
.block-examinationsgenetika .examination .img-empty {
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto 1em auto;
  position: relative;
}
.block-examinationsgenetika .examination .img-empty:after {
  content: "";
  position: absolute;
  background: white;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  margin: -50%;
  border: 1px solid #5cc4f1;
}
.block-examinationsgenetika .more .button-blue {
  width: 250px;
}

.block-examinationsprenatalni {
  padding: 3em 0;
  text-align: center;
  background: #f7e4dc;
}
.block-examinationsprenatalni h2 {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 2em 0;
  position: relative;
}
.block-examinationsprenatalni h2::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f0b4a5;
  width: 160px;
  height: 3px;
}
.block-examinationsprenatalni p {
  max-width: 850px;
  margin: 0 auto 2em auto;
}
.block-examinationsprenatalni .trimesters .container {
  position: relative;
}
.block-examinationsprenatalni .trimesters .container .arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  font-size: 30px;
  z-index: 9;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.block-examinationsprenatalni .trimesters .container .arrow:hover {
  color: #5cc4f1;
}
.block-examinationsprenatalni .trimesters .container .arrow-left {
  left: 15px;
}
.block-examinationsprenatalni .trimesters .container .arrow-right {
  right: 15px;
}
.block-examinationsprenatalni .trimesters .out {
  width: calc(100% - 60px);
  overflow-x: scroll;
  margin: 0 auto;
}
.block-examinationsprenatalni .trimesters .out::-webkit-scrollbar {
  display: none;
}
.block-examinationsprenatalni .trimesters .in {
  display: flex;
  width: 1780px;
}
.block-examinationsprenatalni .examinations {
  display: flex;
}
.block-examinationsprenatalni .examination {
  width: 250px;
  padding: 0;
  margin: 0 5px;
  background: white;
}
.block-examinationsprenatalni .examination a {
  color: #3d322d;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: bold;
  gap: 1em;
}
.block-examinationsprenatalni .examination a span {
  padding: 0 2em;
}
.block-examinationsprenatalni .examination a:hover {
  text-decoration: none;
}
.block-examinationsprenatalni .examination .trimester {
  line-height: 2em;
  background: #EDB6A6;
  margin-bottom: 1em;
  padding: 0;
}
.block-examinationsprenatalni .examination .trimester-2 {
  background: #FAD7CD;
}
.block-examinationsprenatalni .examination .name {
  color: #EDB6A6;
}
.block-examinationsprenatalni .examination .week {
  margin: auto 0 1em 0;
}
.block-examinationsprenatalni .examination .img-empty {
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto 1em auto;
  position: relative;
}
.block-examinationsprenatalni .examination .img-empty:after {
  content: "";
  position: absolute;
  background: white;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  margin: -50%;
  border: 1px solid #f0b4a5;
}

.block-examinationsall {
  margin-top: -3rem;
  padding: 0 0 3rem 0;
  text-align: center;
  background: #f7e4dc;
}
.block-examinationsall ul {
  -moz-column-count: 2;
       column-count: 2;
  text-align: left;
  font-size: 1rem;
}

.examinations-sub {
  padding: 3em 0;
  text-align: center;
}
.examinations-sub h2 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 500px;
  margin: 0 auto 2em auto;
  text-align: center;
  font-size: 2em;
}
.examinations-sub h2::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f7b4a3;
  width: 160px;
  height: 3px;
}
.examinations-sub ul.examinations {
  list-style: none;
  font-size: 1.2em;
}

.block-examination .examination-type-prenatalni {
  --light: #f7e4dc;
  --dark: #f7b4a3;
}
.block-examination .examination-type-genetika {
  --light: #ade1f8;
  --dark: #5cc4f1;
}
.block-examination .examiation1 {
  padding: 3em 0;
  background: var(--light);
}
.block-examination .examiation1 h1 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 500px;
  margin: 0 auto 2em auto;
  text-align: center;
  font-size: 2.4em;
}
.block-examination .examiation1 h1::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--dark);
  width: 160px;
  height: 3px;
}
.block-examination .examiation1 .perex p {
  font-size: 1.3em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .block-examination .examiation1 .perex p {
    text-align: right;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .block-examination .examiation1 .perex p {
    max-width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .block-examination .examiation1 .perex p {
    max-width: 50%;
  }
}
.block-examination .examiation1 p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block-examination .examiation1 p {
    text-align: left;
  }
}
.block-examination .examination2 {
  padding-bottom: 3em;
}
.block-examination .examination2 .image .img {
  width: 100%;
  background: #f2f2f2;
}
.block-examination .examination2 .image .label {
  background: var(--light);
  border-radius: 0;
  text-align: center;
  padding: 1em;
}
.block-examination .examination2 .text {
  padding-top: 3em;
  padding-bottom: 3em;
}
.block-examination .examination2 .text h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
}
.block-examination .examination2 .text li {
  list-style: none;
  position: relative;
}
.block-examination .examination2 .text li:after {
  content: "";
  position: absolute;
  background: var(--dark);
  width: 8px;
  height: 8px;
  left: -20px;
  top: 0.5em;
  border-radius: 100%;
}
.block-examination .examination3 {
  padding: 3em 0;
  background: var(--light);
}
.block-examination .examination3 h2 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 500px;
  margin: 0 auto 2em auto;
  text-align: center;
  font-size: 2em;
}
.block-examination .examination3 h2::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--dark);
  width: 160px;
  height: 3px;
}
.block-examination .examination3 .perex {
  max-width: 500px;
  margin: 0 auto 2em auto;
  text-align: center;
  padding-bottom: 3px;
}
.block-examination .examination3 .text-columns li {
  font-size: 1.2em;
  list-style: none;
  position: relative;
  margin-bottom: 0.5em;
}
.block-examination .examination3 .text-columns li:after {
  content: "+";
  position: absolute;
  background: #0a374b;
  width: 26px;
  height: 26px;
  left: -36px;
  top: 0;
  border-radius: 100%;
  color: var(--dark);
  font-size: 25px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
.block-examination .examination4 {
  padding: 3em 0;
  background: #0a374b;
}
.block-examination .examination4 h2 {
  color: #5cc4f1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto 2em auto;
  text-align: center;
  max-width: 500px;
  font-size: 2em;
}
.block-examination .examination4 .text-columns {
  background: white;
  border-radius: 100px;
  padding: 3em 4em;
  text-align: center;
  position: relative;
}
.block-examination .examination4 .text-columns p {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .block-examination .examination4 .text-columns:before {
    content: "";
    width: 3px;
    top: 3em;
    bottom: 3em;
    background: #f2f2f2;
    left: 50%;
    position: absolute;
  }
}
.block-examination .text-columns {
  -moz-column-count: 1;
       column-count: 1;
}
@media screen and (min-width: 992px) {
  .block-examination .text-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.block-files .files-1 {
  background: #0a374b;
  color: #f7b4a3;
}
.block-files .files-multiple .nav-tabs {
  display: none;
}
.block-files .files-multiple .tab-pane {
  display: block;
  opacity: 1;
}
.block-files .files-multiple .tab-pane h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  color: #2B588B;
  font-size: 1.5em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block-files .files-multiple .nav-tabs {
    display: flex;
  }
  .block-files .files-multiple .tab-pane {
    display: none;
    opacity: 0;
  }
  .block-files .files-multiple .tab-pane h3 {
    display: none;
  }
  .block-files .files-multiple .tab-content > .active {
    display: block;
    opacity: 1;
  }
}
.block-files .container {
  padding-top: 1em;
  padding-bottom: 1em;
}
.block-files .nav-tabs {
  justify-content: center;
  margin-bottom: 2em;
  border: none;
}
.block-files .nav-tabs .nav-link {
  border: none;
  text-transform: uppercase;
  padding: 0.5rem;
  font-weight: bold;
  color: #1D364E;
  font-size: 16px;
  margin: 0 1rem;
}
.block-files .nav-tabs .nav-item.show .nav-link, .block-files .nav-tabs .nav-link.active {
  border-bottom: 2px solid #EDB6A6;
}
.block-files a.file {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  margin: 1em 0 1em 0;
}
.block-files a.file .icon {
  aspect-ratio: 61/96;
  width: 100%;
  max-width: 61px;
  background: url(/domains/prenet/file-icon.png);
  background-size: contain;
  position: relative;
  margin: 0 auto 1em auto;
}
.block-files a.file .icon > span {
  position: absolute;
  color: white;
  font-weight: bold;
  top: 47%;
  left: 18%;
}
.block-files a.file .size {
  white-space: nowrap;
}
.block-files a.file:hover {
  text-decoration: none;
  color: #f7b4a3;
}

.block-form {
  padding: 2rem 0;
}
.block-form .container {
  max-width: 960px;
  margin: 0 auto;
}
.block-form h2.block-name {
  margin-bottom: 1rem;
}
.block-form .alert {
  border-radius: 0;
}
.block-form .card {
  background: white;
  border: 2px solid #5cc4f1;
  border-radius: 0;
  overflow: hidden;
}
.block-form .card-header {
  background: #5cc4f1;
  height: 40px;
  line-height: 40px;
  padding: 0 21px;
  font-weight: bold;
  border-radius: 0;
  color: white;
  font-size: 1.1em;
  border: none;
  margin: 0 -1px 0 -1px;
}
.block-form .card-body {
  padding: 20px;
}
.block-form .custom-select, .block-form .form-control {
  border: 2px solid #5cc4f1;
  border-radius: 0;
}
.block-form .custom-select.is-invalid, .block-form .form-control.is-invalid {
  border-color: #dc3545;
}
.block-form .btn.button {
  background-color: #0a374b;
  color: white;
  border-radius: 0;
  padding: 0.5rem 2rem;
}

.block-usp .container {
  padding-top: 2em;
}
.block-usp .usp {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
.block-usp .usp .icon {
  background: silver;
  border-radius: 100%;
  padding: 2em;
  aspect-ratio: 1/1;
  max-width: 120px;
  margin: 0 auto 1em auto;
}
.block-usp .usp .icon img {
  width: 100%;
  height: auto;
}
.block-usp .usp .heading {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.block-usp .usp .text {
  font-size: 1.25em;
}
.block-usp .color-blue .usp .icon {
  background: #5cc4f1;
}
.block-usp .color-pink .usp .icon {
  background: #f7b4a3;
}
.block-usp:has(.color-none) {
  background: #F4E5DD;
  color: #0a374b;
  padding-top: 3em;
  padding-bottom: 3em;
}
.block-usp:has(.color-none) h2 {
  font-size: 2em;
  font-weight: bold;
}
.block-usp:has(.color-none) p {
  text-align: center;
}
.block-usp:has(.color-none) .icon {
  background: transparent;
  border-radius: 0;
  max-width: 200px;
}

.block-header .header, .block-videoheader .header {
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  background: center center no-repeat;
  background-size: cover;
}
.block-header .header:after, .block-videoheader .header:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.block-header .header h1, .block-videoheader .header h1 {
  font-size: 3rem;
}
.block-header .header .sub, .block-videoheader .header .sub {
  font-size: 1.25rem;
}
.block-header .header a, .block-videoheader .header a {
  background: #0a374b;
  color: white;
  text-decoration: none;
  border-radius: 0;
  width: auto;
  padding: 0.5em 2em;
  display: inline-block;
  margin-top: 1em;
}
.block-header .header a:hover, .block-videoheader .header a:hover {
  background: rgba(10, 55, 75, 0.8);
  text-decoration: none;
}
.block-header .header h1, .block-header .header .sub, .block-header .header .cta, .block-videoheader .header h1, .block-videoheader .header .sub, .block-videoheader .header .cta {
  padding: 0 30px;
  margin: 15px 0;
}
.block-header .header.with-media, .block-videoheader .header.with-media {
  color: white;
}
.block-header .header-video, .block-videoheader .header-video {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.block-header .header-video video, .block-videoheader .header-video video {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: auto;
}
.block-header .color-blue .header:after, .block-videoheader .color-blue .header:after {
  background: rgba(92, 196, 241, 0.6);
}
.block-header .color-pink .header:after, .block-videoheader .color-pink .header:after {
  background: rgba(247, 180, 163, 0.6);
}

.block-video .container, .block-gallery .container {
  padding-top: 2em;
  padding-bottom: 2em;
}

.block-gallery {
  background: #889ba7;
}
.block-gallery .container {
  padding-bottom: 3.5rem;
}
.block-gallery a {
  aspect-ratio: 2/1;
  display: block;
}
.block-gallery a img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
}
.block-gallery .carousel-indicators {
  margin: 0;
  bottom: -30px;
}
.block-gallery .carousel-indicators li {
  border: none;
  width: 15px;
  height: 15px;
  background: #EDB6A6;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 13px;
}
.block-gallery .carousel-indicators li.active {
  opacity: 1;
}

.block-video {
  background: #f7e4dc;
}

.block-designboxes .container {
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: 1100px;
}
.block-designboxes .box .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.block-designboxes .box .row > div {
  padding-left: 0;
  padding-right: 0;
}
.block-designboxes .box img {
  width: 100%;
  height: auto;
}
.block-designboxes .box .col-text {
  background: silver;
}
.block-designboxes .box .col-text > div {
  padding: 2em;
}
.block-designboxes .box .col-text h3 {
  margin: 0 0 2rem 0;
  font-size: 2.5em;
  font-weight: 600;
  color: white;
}
.block-designboxes .box .col-text p {
  margin: 0 0 2rem 0;
  font-size: 1.2em;
  color: white;
}
.block-designboxes .box .col-text .button a {
  background: #0a374b;
  color: white;
  text-decoration: none;
  border-radius: 0;
  width: auto;
  padding: 0.5em 2em;
  display: inline-block;
}
.block-designboxes .box .col-text .button a:hover {
  background: rgba(10, 55, 75, 0.8);
  text-decoration: none;
}
.block-designboxes .box .col-image {
  background: #eee;
}
@media screen and (min-width: 768px) {
  .block-designboxes .box .row {
    margin-bottom: 0;
  }
  .block-designboxes .box-right .col-image {
    order: 2;
  }
  .block-designboxes .box-right .col-text {
    order: 1;
  }
}
.block-designboxes .color-blue .box .col-text {
  background: #5cc4f1;
}
.block-designboxes .color-pink .box .col-text {
  background: #f7b4a3;
}

.block-text p img, .block-main p img {
  max-width: 100%;
  height: auto;
}

.block-carousel {
  margin-top: -54px;
}
@media screen and (min-width: 992px) {
  .block-carousel {
    margin-top: -90px;
  }
}
.block-carousel .carousel-caption {
  border-radius: 1rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem 0 2rem;
}
.block-carousel .carousel-caption.carousel-caption-blue {
  background: rgba(92, 196, 241, 0.4);
}
.block-carousel .carousel-caption.carousel-caption-blue .btn {
  background: #5cc4f1;
}
.block-carousel .carousel-caption.carousel-caption-blue .btn:hover {
  background: rgb(68.5169491525, 187.5, 238.9830508475);
}
.block-carousel .carousel-caption.carousel-caption-pink {
  background: rgba(247, 180, 163, 0.4);
}
.block-carousel .carousel-caption.carousel-caption-pink .btn {
  background: #f7b4a3;
}
.block-carousel .carousel-caption.carousel-caption-pink .btn:hover {
  background: rgb(244.96, 160.875, 139.54);
}
.block-carousel .carousel-caption h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.75rem;
}
.block-carousel .carousel-caption p {
  color: black;
}
.block-carousel .carousel-caption p.subhead {
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 0;
  color: white;
}
.block-carousel .carousel-caption div {
  text-align: center;
}
.block-carousel .carousel-caption .btn {
  padding: 0 1.5rem;
  font-size: 0.9rem;
  height: 36px;
  color: white;
  text-transform: uppercase;
  line-height: 36px;
  border-radius: 0;
  border: none;
  margin-bottom: -18px;
}
@media screen and (min-width: 992px) {
  .block-carousel .carousel-caption {
    text-align: left;
    min-width: 400px;
    max-width: 33%;
  }
  .block-carousel .carousel-caption h2 {
    font-size: 2.2rem;
  }
  .block-carousel .carousel-caption p.subhead {
    font-size: 1.3rem;
  }
  .block-carousel .carousel-caption .btn {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-carousel .carousel-caption h2 {
    font-size: 2.5rem;
  }
  .block-carousel .carousel-caption p.subhead {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1580px) {
  .block-carousel .carousel-caption h2 {
    font-size: 3.5rem;
  }
  .block-carousel .carousel-caption p.subhead {
    font-size: 2rem;
  }
}
.block-carousel .carousel {
  position: relative;
}
.block-carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
  list-style: none;
  margin: 0;
}
.block-carousel .carousel-indicators li {
  width: auto;
  height: auto;
  margin: 0;
  text-indent: 0;
  border: none;
  opacity: 1;
  line-height: 1.2em;
  padding: 0.5rem 1rem;
  flex: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  transition: background-color 0.6s ease, color 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-carousel .carousel-indicators li.active {
  background: #fff;
  color: #0a374b;
}
@media screen and (min-width: 992px) {
  .block-carousel .carousel-indicators li {
    font-size: 1rem;
  }
}
.block-carousel .media {
  width: 100%;
  aspect-ratio: 400/560;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block-carousel .media {
    aspect-ratio: 16/9;
    max-height: 100vh;
  }
}

.block-header2 .main, .block-header2 .banner {
  color: white;
}
.block-header2 .main .btn, .block-header2 .banner .btn {
  border: none;
}
.block-header2 .main h2, .block-header2 .main h3, .block-header2 .main h4, .block-header2 .banner h2, .block-header2 .banner h3, .block-header2 .banner h4 {
  text-transform: uppercase;
  line-height: 1em;
}
.block-header2 .main h2, .block-header2 .banner h2 {
  font-size: 2rem;
  font-weight: bold;
}
.block-header2 .main h3, .block-header2 .banner h3 {
  font-size: 1.5rem;
  font-weight: normal;
}
.block-header2 .main h4, .block-header2 .banner h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
.block-header2 .main a, .block-header2 .banner a {
  text-transform: uppercase;
  font-weight: bold;
}
.block-header2 .main a:hover, .block-header2 .banner a:hover {
  text-decoration: none;
}
.block-header2 .main a.link-pink, .block-header2 .banner a.link-pink {
  color: #f7b4a3;
}
.block-header2 .main a.link-pink:hover, .block-header2 .banner a.link-pink:hover {
  color: rgb(244.96, 160.875, 139.54);
}
.block-header2 .main a.link-blue, .block-header2 .banner a.link-blue {
  color: #5cc4f1;
}
.block-header2 .main a.link-blue:hover, .block-header2 .banner a.link-blue:hover {
  color: rgb(68.5169491525, 187.5, 238.9830508475);
}
.block-header2 .in {
  margin-top: -54px;
  width: 100%;
  aspect-ratio: 15/21;
  padding-top: 54px;
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block-header2 .in {
    aspect-ratio: 16/9;
    max-height: 100vh;
  }
}
@media screen and (min-width: 992px) {
  .block-header2 .in {
    margin-top: -90px;
    padding-top: 90px;
  }
}
.block-header2 .in .media {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.block-header2 .in .media img, .block-header2 .in .media video {
  width: 100%;
  aspect-ratio: 15/21;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block-header2 .in .media img, .block-header2 .in .media video {
    aspect-ratio: 16/9;
    max-height: 100vh;
  }
}
.block-header2 .in .media-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .block-header2 .in .media-desktop {
    display: block;
  }
  .block-header2 .in .media-mobile {
    display: none;
  }
}
.block-header2 .in .media-mobile video {
  outline: 1px solid #123750;
  outline-offset: -1px;
}
.block-header2 .in .main {
  text-align: center;
}
.block-header2 .in .banners {
  display: none;
}
@media screen and (min-width: 768px) {
  .block-header2 .in {
    justify-content: space-between;
  }
  .block-header2 .in .main {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-header2 .in .banners {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .block-header2 .in .banners .container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .block-header2 .in .banners .banner {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: flex;
    flex-direction: column;
    margin-block: 3em;
  }
  .block-header2 .in .banners .banner a {
    margin-top: auto;
  }
  .block-header2 .in .banners p {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .block-header2 .in .banners p {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .block-header2 .in .banners {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .block-header2 .in .main h2, .block-header2 .in .banners h2 {
    font-size: 3rem;
  }
  .block-header2 .in .main h3, .block-header2 .in .banners h3 {
    font-size: 2rem;
  }
  .block-header2 .in .main h4, .block-header2 .in .banners h4 {
    font-size: 1.3rem;
  }
  .block-header2 .in .banners .container {
    gap: 2rem;
  }
}
.block-header2 .banners-mobile {
  background: #0a374b;
  position: relative;
}
.block-header2 .banners-mobile .banners-mobile-scroll {
  overflow-x: scroll;
  padding-bottom: 2rem;
}
.block-header2 .banners-mobile .banners-mobile-in {
  display: flex;
}
.block-header2 .banners-mobile .banners-mobile-in .banner {
  width: 70%;
  flex: 0 0 70%;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .block-header2 .banners-mobile .banners-mobile-in .banner {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.block-header2 .banners-mobile .banners-mobile-in .banner-last {
  width: 30%;
  flex: 0 0 30%;
}
@media screen and (min-width: 768px) {
  .block-header2 .banners-mobile .banners-mobile-in .banner-last {
    display: none;
  }
}
.block-header2 .banners-mobile .dots {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.block-header2 .banners-mobile .dots a {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #f7b4a3;
  opacity: 0.7;
}
.block-header2 .banners-mobile .dots a:hover, .block-header2 .banners-mobile .dots a.active {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .block-header2 .banners-mobile {
    display: none;
  }
}

.block-process .container {
  padding-block: 4rem;
}
.block-process h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: bold;
}
.block-process div.head {
  margin-bottom: 2rem;
  text-align: center;
}
.block-process p.head {
  font-weight: bold;
}
.block-process .step {
  background: url(/domains/prenet/process-arrow-down.svg) bottom center no-repeat;
  background-size: 16px 46px;
  padding-bottom: 50px;
  max-width: 540px;
  margin: 0 auto 15px auto;
}
.block-process .step.step-2 {
  background: none;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .block-process .step {
    max-width: none;
    background: none;
    padding-bottom: 0;
  }
  .block-process .arrow-0 {
    background: url(/domains/prenet/process-arrow-right.svg) center center no-repeat;
    background-size: 80% auto;
  }
  .block-process .arrow-2 {
    background: url(/domains/prenet/process-arrow-last.svg) center center no-repeat;
    background-size: auto;
  }
}

.block-faq .container {
  padding-block: 4rem;
}
.block-faq .head {
  text-align: center;
  margin-bottom: 2rem;
}
.block-faq .head h2 {
  font-size: 2em;
  font-weight: bold;
}
.block-faq .card {
  background: transparent;
  border: none;
  border-bottom: 2px solid #EDB6A6;
}
.block-faq .card:last-child {
  border-bottom: none;
}
.block-faq .card .card-header {
  background: transparent;
  border: none;
  align-items: center;
}
.block-faq .card .card-header a {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}
.block-faq .card .card-header a .icon {
  color: #5cc4f1;
  display: block;
  border: 2px solid #5cc4f1;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  margin: auto 0 auto 1rem;
  aspect-ratio: 1/1;
}
.block-faq .card .card-header a .icon .fa-chevron-down {
  display: none;
}
.block-faq .card .card-header a .icon .fa-chevron-up {
  display: inline-block;
}
.block-faq .card .card-header a:hover {
  text-decoration: none;
}
.block-faq .card .card-header a.collapsed .icon {
  line-height: 32px;
}
.block-faq .card .card-header a.collapsed .icon .fa-chevron-down {
  display: inline-block;
}
.block-faq .card .card-header a.collapsed .icon .fa-chevron-up {
  display: none;
}
.block-faq .card .card-body {
  padding: 0 1.25rem;
}

.block-products .card {
  border: 2px solid #EDB6A6;
  border-radius: 0;
  height: 100%;
}
.block-products h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.block-products .row > div {
  padding-bottom: 2rem;
}
.block-products .card-footer {
  background: transparent;
  border: none;
  text-align: center;
}

#kontakty .header {
  padding: 3em 0;
  text-align: center;
  background: #0a374b;
}
#kontakty .header h1 {
  margin: 0;
  color: #f7b4a3;
  font-weight: 600;
  text-transform: uppercase;
}
#kontakty section.address {
  max-width: 650px;
  background: white;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
}
#kontakty section.address h2 {
  color: #0a374b;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 600;
}
#kontakty section.address p.address {
  background: #0a374b;
  color: #f7b4a3;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  max-width: 450px;
  margin: 0 auto 2em auto;
  padding: 0;
}
#kontakty .address3 {
  padding: 2em 0;
}
#kontakty .address3 .row {
  margin-right: -3px;
  margin-left: -3px;
}
#kontakty .address3 .row > div {
  margin-bottom: 2em;
  padding-left: 3px;
  padding-right: 3px;
}
#kontakty .address3 .text-columns {
  background: #0a374b;
  padding: 3em 1.5em;
  border-radius: 20px;
  color: white;
  height: 100%;
  text-align: center;
}
#kontakty .address3 .text-columns h3 {
  text-transform: uppercase;
  color: #f7b4a3;
  font-weight: 600;
  font-size: 1.3em;
  margin: 0 auto 2em auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #kontakty .address3 .text-columns h3 {
    max-width: 9em;
  }
}
#kontakty .address3 .text-columns h4 {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 1.2em;
}
#kontakty .address3 .text-columns p {
  margin: 0;
}
#kontakty .address3 .text-columns p + h4 {
  position: relative;
  padding-top: 2em;
  margin-top: 2em;
}
#kontakty .address3 .text-columns p + h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  margin: 0 -80px;
  height: 3px;
  background: #f7b4a3;
}
@media screen and (min-width: 992px) {
  #kontakty .address3 .text-columns {
    padding: 3em;
  }
}

#search-results a {
  font-size: 1.1rem;
}
#search-results p span {
  font-weight: bold;
}

#cenik .table td {
  text-align: right;
  white-space: nowrap;
}
#cenik .block-text.block-odd {
  background: white;
}
#cenik .block-text.block-odd .table tr.head {
  background: #f7b4a3;
  color: white;
}
#cenik .block-text.block-even {
  background: #ade1f8;
}
#cenik .block-text.block-even .table tr.head {
  background: #5cc4f1;
  color: white;
}
#cenik .table tr.head td {
  white-space: wrap;
}

#genetika .block-main {
  background: #ade1f8;
}
#genetika .block-main h1:after {
  background: #5cc4f1;
}

#popup .modal-content, #popup .modal-header, #popup .modal-footer {
  border: none;
}
#popup .modal-header h5 {
  color: #5cc4f1;
}
#popup .modal-body {
  text-align: center;
  padding: 0;
}
#popup .modal-body img {
  width: 100%;
  height: auto;
  display: block;
}
#popup .modal-body .text {
  padding: 1rem 1rem 0 1rem;
}
#popup .modal-footer {
  justify-content: center;
}
#popup .modal-footer .btn-primary {
  height: 36px;
  min-width: 150px;
  color: white;
  text-transform: uppercase;
  line-height: 36px;
  border-radius: 0;
  background: #5cc4f1;
  border: none;
  padding: 0 18px;
}
#popup .modal-footer .btn-primary:hover {
  text-decoration: none;
  background: rgb(68.5169491525, 187.5, 238.9830508475);
}

.form-captcha .form-captcha-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-captcha .form-captcha-input label {
  min-width: 105px;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.form-captcha .form-captcha-input img {
  border-radius: 0;
  margin-right: 5px;
  border: none;
}
.form-captcha .form-captcha-input input {
  border-radius: 0;
}
.form-captcha .invalid-feedback {
  display: block;
}
.form-captcha.captcha-invalid label {
  color: #dc3545;
}
.form-captcha.captcha-invalid input {
  border-color: #dc3545;
}
.form-captcha .refresh {
  margin-right: 5px;
  cursor: pointer;
}

.custom-switch .custom-control-label::after {
  top: 2px;
}

#genetika_all .block-main, #genetika_all .block-examinationsall {
  background: #ade1f8;
}
#genetika_all .block-main h1:after {
  background: #5cc4f1;
}
