@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

.pt-sans-narrow-regular {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-narrow-bold {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  color: #666465;
}

h1 {
	font-size: 2.3rem;
  font-family: 'Montserrat';
  font-weight: 700;
}

.right-content {
  max-width: 1300px;
  margin: auto;
}

.clickable-baner {
  width: 95% !important;
}

.info-pink-row {
  font-size: 1.15rem;
}

.info-pink-right {
  border-radius: 0 25px 25px 0;
}

.info-pink-left {
  border-radius: 25px 0 0 25px;
}

.info-pink-center {
  border: 1px solid #d2237e;
}

.mainpage-sections {
  margin: auto;
}

.mainpage-section {
    padding-top: 5rem;
}

.mainpage-section-grey {
    background: #fafafc;
    padding-bottom: 5rem;
    margin-top: 5rem;
}

.mainpage-section-content {
    max-width: 1300px;
}

.pagination {
  justify-content: center;
}

.mobile-menu-row {
  justify-content: end;
}

.row-logo-sanco {
  justify-content: space-between;
}

.dropdown-menu {
  filter: drop-shadow(rgba(77, 77, 77, 0.5) 0px 1px 5px);
  border: none;
  border-radius: 0.6rem;
  padding: 0.3rem;
  margin-top: 0.5rem !important;
  font-size: 16px;
  font-family: 'Mulish';
  min-width: auto;
}

.dropdown-menu .nav-item {
  padding-right: unset !important;
  width: max-content;
}

.dropdown-menu-sanco {
  filter: drop-shadow(rgba(77, 77, 77, 0.5) 0px 1px 5px);
  border-radius: 0.6rem;
  border: none;
  padding: 0.3rem;
  margin-top: 0.5rem !important;
}

.row-mobile-menu #langnav .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%);
}

.nav-item.current.active a {
  font-weight: 700;
  color: #d2237e !important;

}

.dropdown-menu-sanco .dropdown-item {
  border-radius: 0.3rem;
  width: auto;
  margin: 0.2rem;
  padding: 0.75rem;
  font-family: 'Mulish';
  transition: 0.3s;
  color: #2f2f2f;
  font-size: 15px;
}

.dropdown-menu-sanco .dropdown-item:hover {
  background-color:#f5f5f5;
}

.dropdown-menu-sanco .dropdown-item i  {
  transition: 0.3s;
  color: rgb(233, 201, 218);
}

.dropdown-menu-sanco .dropdown-item:hover i {
  color: rgb(210, 35, 126);
}

.collapseMobileMenu {
  font-family: 'Mulish';
  font-weight: 700;
}

#mainmenu-mobile .dropdown-menu .nav-item a {
  text-decoration: none;
  background: #f9f9f9;
  border-radius: 1rem;
  text-wrap: auto;
}

#mainmenu-mobile .dropdown-menu .nav-item:not(:last-child) a {
  margin-bottom: 4px;
}



#mainmenu-mobile .nav-link.dropdown-toggle {
  margin-bottom: unset !important;
}

.mobileMenuNavToggler {
  font-family: 'Mulish';
}

.collapseMobileMenu .nav-item {
  width: 100%;
}

.collapseMobileMenu .nav-link {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 12px 20px 12px 20px;
  margin-bottom: 4px;
  text-align: left;
}

.collapseMobileMenu .item-104,
 .collapseMobileMenu .item-191,
 .collapseMobileMenu .item-205, {
  background-color: #d2237e;
  color: white !important;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 800;
  transition: background-color 300ms linear;
  border-radius: 1.5rem;
  padding: 12px 20px 12px 20px;
}

.collapseMobileMenu .item-104 a,
.collapseMobileMenu .item-191 a,
.collapseMobileMenu .item-205 a {
  background: #d2237e;
  margin-bottom: unset !important;
  text-align: center;
}

#mainmenu-mobile .collapseMobileMenu .nav-item a {
  border-radius: 1.5rem;
  background-color: #f4f4f4;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.dropdown-item,
.dropdown-menu .nav-link {
  display: flex;
  border-radius: 5px;
}

#mainmenu-desktop .dropdown-menu .nav-link::before,
#mainmenu-mobile .dropdown-menu .nav-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #d2237e;
  padding-right: 0.75rem;
  font-size: 1.2rem;
}


header.main {
  margin-top: 20px;
  margin-bottom: 20px;
}
header.main .row {
  margin-left: 0px;
}
header.main .logotypy img:nth-child(2) {
  position: relative;
  margin-left: 35px;
  top: -5px;
}
header.main .logotypy a:hover {
  text-decoration: none;
}
header.main .top-menu ul {
  float: right;
}
header #mainmenu-desktop ul li,
header #mainmenu-mobile ul li {
  line-height: 42px;
  padding-right: 0rem;
}
header #mainmenu-desktop ul li:last-child {
  margin-right: 0px;
}
.znajdz-placowke {
  background: url('../images/footer_back.png');
  background-position: center;
}

footer.main-footer {
    background: #eeeeee;
    font-size: 0.85rem;
}

.row-menu-desktop {
  font-weight: 700;
  font-size: 15px;
  font-family: 'Mulish';
}

.row-menu-desktop a {
  color: #7a7a7a;
  transition: 300ms;
  font-weight: 700;
  font-size: 15px;
}

.row-menu-desktop a:hover {
  color: #d2237e;
}

.accordion-button .faq-icon {
  color: #fff;
}

.accordion-button.collapsed .faq-icon {
  color: #006698;
}

.znajdz-placowke h4 {
  font-size: 26px;
  color: white;
  font-weight: normal;
}
.znajdz-placowke h4 strong {
  font-weight: bold;
}
.znajdz-placowke a {
  font-size: 1.25rem;
}

.znajdz-placowke.znajdz-wspolpraca {
  background: url('../images/wspolpraca-bg.jpg');
  min-height: 225px;
  background-position: center center;
}
.znajdz-placowke.znajdz-wspolpraca h3 {
  font-size: 26px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 50px;
}
.znajdz-placowke.znajdz-wspolpraca h4 {
  padding-top: 20px !important;
}
.znajdz-placowke.znajdz-wspolpraca a {
  margin-top: 88px !important;
}
footer.main-footer .copyright {
  padding-top: 8px;
}
footer.main-footer div.footer-logos {
  min-height: 120px;
}
footer.main-footer div.footer-logos p {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 30px;
  margin-right: 30px;
  text-align: left;
}
footer.main-footer div.footer-logos p strong {
  font-weight: medium;
}

footer.main-footer div.footer-logos img:nth-child(2) {
  margin-left: 30px;
}

.navbar-nav {
    align-items: center !important;
}

.main-test-nifty {
  background: #fafafc;
}
.main-test-nifty .right-content {
}

.wskazania-list img, .zakres-testu-list img {
    width: 46px;
}

#logo-sanco {
    max-width: 195px;
}

#logo-genomed {
    max-width: 172px;
}

#langnav img {
    width: 28px;
}

.main-test-nifty .right-content div.custom {
  /* padding-top: 45px; */
  /* padding-left: 25px; */
}
.main-test-nifty .right-content div.custom h2 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #19539a;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.main-test-nifty p {
  font-size: 22px;
  line-height: 30px;
  color: #494748;
  font-weight: 400;
}
.main-test-nifty .right-content div.custom p strong {
  font-weight: bold;
}
.main-test-nifty .right-content div.custom a.pink-button {
  margin-top: 40px;
  display: inline-block;
  font-size: 24px;
  line-height: 64px !important;
  -webkit-box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.1);
}

#dane-mapki_info {
  display: none;
}


.item-104 a,
.item-191 a,
.item-205 a {
  background-color: #d2237e;
  padding: 0 1.5rem !important;
  color: white !important;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 800;
  transition: background-color 300ms linear;
  border-radius: 1.5rem;
}

.item-104 a:hover,
.item-191 a:hover,
.item-205 a:hover {
  background-color: #e94198;
  text-decoration: none;
}

.nav-item.item-104.current.active a,
.nav-item.item-191.current.active a,
.nav-item.item-205.current.active a {
  color: #fff !important;
}

.pink-button {
  background-color: #d2237e;
  padding: 0px 30px;
  color: white !important;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold !important;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  border-radius: 30px;
  text-decoration: none;
}
.pink-button:hover {
  background-color: #e72c8d;
  text-decoration: none;
}
.white-button {
  border: 1px solid #d2237e;
  color: #d2237e;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: background-color 300ms linear;
  text-decoration: none;
  font-family: 'Mulish';
  font-weight: 800;
}
.white-button:hover {
  background-color: #e72c8d;
  color: white;
  text-decoration: none;
}

.mainpage-content {
  padding-top: 0px;
}
.mainpage-content .first-block {
  padding-bottom: 50px;
}
.mainpage-content h3 {
  margin: 0;
  padding: 0;
  color: #19539a;
  text-transform: uppercase;
  padding-bottom: 2rem;
  font-family: 'Mulish';
  font-weight: 700;
}
.mainpage-content p {
  text-align: center;
}
.mainpage-content p strong {
  font-weight: 500;
}
.mainpage-content .buttons {
  text-align: center;
  margin-top: 40px;
}
.mainpage-content .buttons a:nth-child(2) {
  margin-left: 10px;
}

.mainpage-content .zalety-testu .zalety-item .image {
  text-align: center;
  padding-bottom: 15px;
}
.mainpage-content .zalety-testu .zalety-item h3 {
  font-size: 20px;
  padding-bottom: 0.5rem;
  text-align: center;
}
.mainpage-content .zalety-testu .zalety-item p {
  font-size: 15px;
  font-weight: 500;
}

.zalety-item img {
    height: 56px;
}

header h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold !important;
    color: #19539a !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

.text-justify {
    text-align: justify !important;
}

.font-size-1-3rem {
    font-size: 1.3em;
}

.mainpage-content .white-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mainpage-content .white-padding h3 {
  text-align: left;
  padding-bottom: 1.5rem;
}
.mainpage-content .white-padding p {
  font-size: 16px !important;
  text-align: left !Important;
  padding-bottom: 20px;
  font-weight: 400;
}
.mainpage-content .white-padding:first-child h3 {
  padding-left: 25px;
}
.mainpage-content .white-padding:first-child p {
  padding-left: 25px;
}
.mainpage-content .white-padding .padding-25 {
  padding-left: 35px;
}

.dla-lekarzy-icon {
  width: 52px;
}

.faq-content-mainpage {
  border-top: 1px solid #19539a;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
}
.faq-content-mainpage h3 {
  color: #19539a;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.faq-content-mainpage p {
  color: #494748;
  font-weight: 400;
}
.faq-content-mainpage .padding-25 {
  padding-left: 25px;
}

.faq-content-mainpage #accordionFaq p {
    text-align: justify;
}

.faq-content-mainpage .accordion-button.collapsed {
    font-size: 1rem;
    font-weight: 500;
    color: #666465;
}

.single-faq-item {
  border: 1px solid #19539a;
  border-radius: 10px;
  margin-bottom: 5px;
}
.single-faq-item .title {
  padding: 20px;
  font-size: 18px;
  color: #666465;
  cursor: pointer;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.single-faq-item .content-faq {
  display: none;
  font-size: 16px;
  color: #666465;
}
.single-faq-item .content-faq p {
  margin: 24px;
  font-size: 16px;
  color: #666465;
}
.single-faq-item.open .title {
  background-color: #19539a;
  color: white;
}
.single-faq-item-blog .content-faq {
  /* padding: 20px; */
  font-size: 16px;
  color: #666465;
}
.single-faq-item-blog .title {
  background-image: url('../images/faq_arrow_down.png');
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.single-faq-item-blog.open .title {
  background-image: url('../images/faq_arrow_up.png');
}

.right-wrapper-other-pages {
  background: url('../images/header_top_back.png');
  background-repeat: repeat-x;
  background-position: top center;
  padding-top: 90px;
}

.other-pages h1.title {
  text-align: center;
  color: #19539a;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.other-pages .page-header h2 {
  text-align: center;
  color: #19539a;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.other-pages .page-header h1 {
  text-align: center;
  color: #19539a;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.other-pages .article-body {
  padding-bottom: 40px;
}
.other-pages .article-body h4 {
  font-size: 1.2rem;
  line-height: 30px;
  color: #494748;
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
  font-weight: 500;
  text-align: justify;
}
.other-pages .article-body p {
  font-size: 1rem;
  color: #666465;
  font-weight: normal;
  text-align: justify;
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
}
.other-pages .article-body h3 {
  margin: 0;
  padding: 0;
  color: #19539a;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 35px;
  margin-top: 65px;
}
.other-pages table.nifty-porownanie {
  width: 100%;
  border-collapse: collapse;
}
.other-pages table.nifty-porownanie thead th {
  height: 3.8vw;
  background-repeat: no-repeat;
  background-position: center right;
}
.other-pages table.nifty-porownanie thead th.th-1 {
  background-image: url('../images/tb_porownanie_1.png');
}
.other-pages table.nifty-porownanie thead th.th-2 {
  background-image: url('../images/tb_porownanie_2.png');
  width: 22%;
  background-size: cover;
  background-position: center center;
}
.other-pages table.nifty-porownanie thead th.th-3 {
  background-image: url('../images/tb_porownanie_3.png');
  background-color: #005283;
  background-size: contain;
  background-position: center center;
  width: 40%;
}
.other-pages table.nifty-porownanie td {
  border: 0px;
  border-collapse: collapse;
}
.other-pages table.nifty-porownanie tr td {
  vertical-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
.other-pages table.nifty-porownanie tr td:first-child {
  font-weight: 600;
  padding-left: 2%;
}
.other-pages table.nifty-porownanie tr td:nth-child(2),
.other-pages table.nifty-porownanie tr td:nth-child(3) {
  font-weight: 400;
  text-align: center;
}
.other-pages table.nifty-porownanie tr.gray td {
  background-color: #f2f1f1;
}
.menu-bottom-wrapper {
  background-color: #f9f9f9;
}
.menu-bottom-wrapper .single-bottom-button {
  width: 250px;
  height: 225px;
  display: block;
  float: left;
  margin-left: 10px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.menu-bottom-wrapper .single-bottom-button .text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  color: white;
}

.menu-bottom-wrapper .bottom-button-wrapper {
  align-items: center;
  height: 100% !important;
  display: flex;
  justify-content: center;

}

.menu-bottom-wrapper .single-bottom-button.bottom-button-1 {
  margin-left: 0;
  background-image: url('../images/01.png');
}

.menu-bottom-wrapper .single-bottom-button.bottom-button-2 {
  background-image: url('../images/02.png');
}

.menu-bottom-wrapper .single-bottom-button.bottom-button-3 {
  background-image: url('../images/03.png');
}

.menu-bottom-wrapper .single-bottom-button.bottom-button-4 {
  background-image: url('../images/04.png');
}

.menu-bottom-wrapper .single-bottom-button.bottom-button-5 {
  background-image: url('../images/05.png');
}

.menu-bottom-wrapper .single-bottom-button.active {
  height: 253px;
  transform:translateY(-10%)
}
.menu-bottom-wrapper .single-bottom-button.active .text {
  margin-top: 1rem;
}


.menu-bottom-wrapper .single-bottom-button.active.bottom-button-1 {
  background-image: url('../images/01-on.png');
}
.menu-bottom-wrapper .single-bottom-button.active.bottom-button-2 {
  background-image: url('../images/02-on.png');
}
.menu-bottom-wrapper .single-bottom-button.active.bottom-button-3 {
  background-image: url('../images/03-on.png');
}
.menu-bottom-wrapper .single-bottom-button.active.bottom-button-4 {
  background-image: url('../images/04-on.png');
}
.menu-bottom-wrapper .single-bottom-button.active.bottom-button-5 {
  background-image: url('../images/05-on.png');
}
.menu-bottom-wrapper .single-bottom-button:not(.active):hover {
  text-decoration: none;
  transform:translateY(-16%);
}
.extra-article-14 h4,
.extra-article-86 h4
{
  font-weight: 500;
  font-size: 22px !important;
  line-height: 30px !important;
  padding-bottom: 30px !important;
}
.extra-article-14 ul.lista-punkty,
.extra-article-86 ul.lista-punkty
{
  margin: 0;
  margin-top: 60px;
  padding: 0;
  list-style-position: inside;
}
.extra-article-14 ul.lista-punkty li,
.extra-article-86 ul.lista-punkty li
{
  font-size: 20px !important;
  line-height: 30px;
  list-style-position: inside;
  text-indent: -26px;
  padding-left: 30px;
  padding-bottom: 20px;
  color: #494748;
}
.extra-article-14 .wskazania-border,
.extra-article-86 .wskazania-border
{
  border: 1px solid #d2237e;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.extra-article-14 .wskazania-border h5,
.extra-article-86 .wskazania-border h5
{
  color: #d2237e;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 22px;
  padding-bottom: 50px;
  text-align: center;
}
.extra-article-14 .wskazania-border ul li,
.extra-article-86 .wskazania-border ul li
{
  list-style-position: inside;
  list-style-type: none;
  font-size: 20px;
  line-height: 10px;
  color: #494748;
  display: inline-block;
  padding-left: 15px;
  background: url('../images/point.jpg');
  background-position: center left;
  background-repeat: no-repeat;
}
.extra-article-14 .nieprawidlowosci-blue-box,
.extra-article-86 .nieprawidlowosci-blue-box
{
  border: 1px solid #19539a;
  position: relative;
  min-width: 790px;
  display: inline-block;
  margin: auto;
  margin-bottom: 70px;
}

.nieprawidlowosci-blue-box h5 {
	font-size: 1.4rem;
}

.extra-article-14 .nieprawidlowosci-blue-box .title,
.extra-article-86 .nieprawidlowosci-blue-box .title
{
  color: #19539a;
  font-size: 22px;
  font-weight: 500;
  display: block;
  background-color: white;
  position: absolute;
  top: -20px;
  left: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
.extra-article-14 .nieprawidlowosci-blue-box ul,
.extra-article-86 .nieprawidlowosci-blue-box ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  margin-left: 30px;
  margin-bottom: 50px;
  margin-right: 30px;
}
.extra-article-14 .nieprawidlowosci-blue-box ul li,
.extra-article-86 .nieprawidlowosci-blue-box ul li
{
  text-align: left;
  font-size: 20px;
  color: #494748;
  /* line-height: 45px; */
  padding: 10px;
  padding-left: 46px;
  background-image: url('../images/check-circle-pink.png');
  background-position: center left;
  background-repeat: no-repeat;
}
.extra-article-14 .zakresy-row,
.extra-article-86 .zakresy-row
{
  padding-top: 40px;
  padding-bottom: 80px;
}
.extra-article-14 .zakresy-row .wrapper-zakres,
.extra-article-86 .zakresy-row .wrapper-zakres
{
  border: 1px solid #19539a;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.11);
  -moz-box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.11);
  box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.11);
}
.extra-article-14 .zakresy-row .wrapper-zakres .title,
.extra-article-86 .zakresy-row .wrapper-zakres .title
{
  background: #19539a;
  color: white;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  text-align: left;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.41);
  -moz-box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.41);
  box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.41);
}
.extra-article-14 .zakresy-row .wrapper-zakres .content-zakres,
.extra-article-86 .zakresy-row .wrapper-zakres .content-zakres
{
  padding: 25px 30px;
}
.extra-article-14 .zakresy-row .wrapper-zakres .content-zakres strong,
.extra-article-86 .zakresy-row .wrapper-zakres .content-zakres strong
{
  font-size: 16px;
  font-weight: bold;
  color: #494748;
}
.extra-article-14 .zakresy-row .wrapper-zakres .content-zakres ul,
.extra-article-86 .zakresy-row .wrapper-zakres .content-zakres ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 5px 0px;
  margin-right: 0px;
}
.extra-article-14 .zakresy-row .wrapper-zakres .content-zakres ul li,
.extra-article-86 .zakresy-row .wrapper-zakres .content-zakres ul li
{
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666465;
  font-weight: normal;
  background-image: url('../images/check-circle-pink2.png');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 27px;
  line-height: 24px;
}
.extra-article-14 .zakresy-row .wrapper-zakres .content-zakres ul li strong,
.extra-article-86 .zakresy-row .wrapper-zakres .content-zakres ul li strong
{
  font-size: 14px !important;
}
.extra-article-14 .nieprawidlowosci-box,
.extra-article-86 .nieprawidlowosci-box
{
  border: 1px solid #d2237e;
  padding: 33px 20px 33px 40px;
  margin-bottom: 15px;
}
.extra-article-14 .nieprawidlowosci-box table,
.extra-article-86 .nieprawidlowosci-box table
{
  width: 100%;
}
.extra-article-14 .nieprawidlowosci-box table td h2,
.extra-article-86 .nieprawidlowosci-box table td h2
{
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  color: #d2237e;
  text-transform: uppercase;
}
.extra-article-14 .nieprawidlowosci-box table td p,
.extra-article-86 .nieprawidlowosci-box table td p
{
  font-size: 16px;
  line-height: 20px;
  color: #666465;
  padding: 0 !important;
  margin: 0 !Important;
}
.extra-article-14 .nieprawidlowosci-box table td.button,
.extra-article-86 .nieprawidlowosci-box table td.button
{
  width: 22%;
  text-align: right;
  vertical-align: middle;
}
.extra-article-14 .nieprawidlowosci-box table td.button a,
.extra-article-86 .nieprawidlowosci-box table td.button a
{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.pink-border-box {
  border: 1px solid #d2237e;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.pink-border-box h5 {
  color: #d2237e;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 22px;
  padding-bottom: 50px;
  text-align: center;
}
.pink-border-box ul li {
  list-style-position: inside;
  list-style-type: none;
  font-size: 20px;
  line-height: 10px;
  color: #494748;
  display: inline-block;
  padding-left: 15px;
  background: url('../images/point.jpg');
  background-position: center left;
  background-repeat: no-repeat;
}
.pink-border-box p {
  font-size: 20px !Important;
  text-align: center !important;
  line-height: 26px !important;
  color: #494748;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pink {
  color: #d2237e;
}
.extra-article-15 h4,
.extra-article-85 h4
{
  text-align: center !important;
  font-size: 22px !important;
  color: #494748 !important;
}
.extra-article-2 h4,
.extra-article-90 h4 {
  font-weight: 500 !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #494748 !important;
  padding-bottom: 20px !important;
}
.extra-article-2 h3,
.extra-article-90 h3
{
  text-align: center !important;
}
.extra-article-2 .col-lg-6,
.extra-article-90 .col-lg-6
{
  text-align: center;
}
.extra-article-2 .wspolpraca-phone,
.extra-article-90 .wspolpraca-phone
{
  /* background: url('../images/wspolpraca_telefon.png'); */
  /* background-position: center left; */
  /* background-repeat: no-repeat; */
  line-height: 91px;
  padding-left: 95px;
  display: inline-block;
  font-size: 56px;
  font-weight: bold;
  color: #19539a;
}
.extra-article-2 .wspolpraca-phone span.small,
.extra-article-90 .wspolpraca-phone span.small
{
  font-size: 42px;
  font-weight: 300;
}
.extra-article-2 .wspolpraca-phone span.small-pink,
.extra-article-90 .wspolpraca-phone span.small-pink
{
  font-size: 42px;
  font-weight: bold;
  color: #d2237e;
}
.extra-article-2 .wspolpraca-mail,
.extra-article-90 .wspolpraca-mail
{
  /* background: url('../images/wspolpraca_mail.png'); */
  /* background-position: center left; */
  /* background-repeat: no-repeat; */
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #19539a;
}
.extra-article-2 .wspolpraca-mail span.small,
.extra-article-90 .wspolpraca-mail span.small
{
  font-size: 42px;
  font-weight: 300;
}
.extra-article-2 a:hover,
.extra-article-90 a:hover
{
  text-decoration: none;
}
.extra-article-2 .wspolpraca-obrazek,
.extra-article-90 .wspolpraca-obrazek
{
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
}
.o-nas-text img.floating-left {
  float: left;
  margin-right: 30px;
}
.o-nas-text img.floating-right {
  float: right;
  margin-left: 30px;
}
.o-nas-text p {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #494748;
}
.o-nas-text a.pink-button {
  margin-top: 40px;
  display: inline-block;
  font-size: 24px;
  line-height: 64px !important;
  -webkit-box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.1);
}
.article-list-wrapper {
  background-color: #f9f9f9;
}
.article-list-wrapper .article-body {
  padding-top: 1px;
}
.article-list-wrapper ol {
  list-style-type: none;
  margin-left: 0;
}
.article-list-wrapper ol li {
  counter-increment: count-me;
  font-size: 20px;
  color: #494748;
  line-height: 45px;
}
.article-list-wrapper ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -2em;
  top: .05em;
  color: #19539a;
  font-weight: bold;
  font-size: 20px;
}
.extra-article-17 .article-body,
.extra-article-83 .article-body
{
  padding-top: 50px;
}
.extra-article-17 .nieprawidlowosci-blue-box,
.extra-article-83 .nieprawidlowosci-blue-box
{
  border: 1px solid #19539a;
  position: relative;
  min-width: 790px;
  display: inline-block;
  margin: auto;
  margin-bottom: 70px;
}
.extra-article-17 .nieprawidlowosci-blue-box .title,
.extra-article-83 .nieprawidlowosci-blue-box .title
{
  color: #19539a;
  font-size: 22px;
  font-weight: 500;
  display: block;
  background-color: white;
  position: absolute;
  top: -20px;
  left: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
.extra-article-17 .nieprawidlowosci-blue-box ul,
.extra-article-83 .nieprawidlowosci-blue-box ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  margin-left: 30px;
  margin-bottom: 50px;
}
.extra-article-17 .nieprawidlowosci-blue-box ul li,
.extra-article-83 .nieprawidlowosci-blue-box ul li
{
  text-align: left;
  font-size: 20px;
  color: #494748;
  /* line-height: 45px; */
  padding: 12px;
  padding-left: 46px;
  background-image: url('../images/check-circle-pink.png');
  background-position: left 14px;
  background-repeat: no-repeat;
}
.extra-article-17 h5,
.extra-article-83 h5
{
  text-align: center;
}
.extra-article-17 .zakresy-row,
.extra-article-83 .zakresy-row
{
  padding-top: 40px;
  padding-bottom: 80px;
}
.extra-article-17 .zakresy-row .wrapper-zakres,
.extra-article-83 .zakresy-row .wrapper-zakres
{
  border: 1px solid #19539a;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.11);
  -moz-box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.11);
  box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.11);
}
.extra-article-17 .zakresy-row .wrapper-zakres .title,
.extra-article-83 .zakresy-row .wrapper-zakres .title
{
  background: #19539a;
  color: white;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  text-align: left;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.41);
  -moz-box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.41);
  box-shadow: 0px 0px 29px 0px rgba(25,83,154,0.41);
}
.extra-article-17 .zakresy-row .wrapper-zakres .content-zakres,
.extra-article-83 .zakresy-row .wrapper-zakres .content-zakres
 {
  padding: 25px 30px;
}
.extra-article-17 .zakresy-row .wrapper-zakres .content-zakres strong,
.extra-article-83 .zakresy-row .wrapper-zakres .content-zakres strong
{
  font-size: 16px;
  font-weight: bold;
  color: #494748;
}
.extra-article-17 .zakresy-row .wrapper-zakres .content-zakres ul,
.extra-article-83 .zakresy-row .wrapper-zakres .content-zakres ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 5px 0px;
  margin-right: 0px;
}
.extra-article-17 .zakresy-row .wrapper-zakres .content-zakres ul li,
.extra-article-83 .zakresy-row .wrapper-zakres .content-zakres ul li
{
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666465;
  font-weight: normal;
  background-image: url('../images/check-circle-pink2.png');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 27px;
  line-height: 24px;
}
.extra-article-17 .zakresy-row .wrapper-zakres .content-zakres ul li strong,
.extra-article-83 .zakresy-row .wrapper-zakres .content-zakres ul li strong
{
  font-size: 14px !important;
}
.extra-article-17 .nieprawidlowosci-box,
.extra-article-83 .nieprawidlowosci-box
{
  border: 1px solid #d2237e;
  padding: 33px 20px 33px 40px;
  margin-bottom: 15px;
}
.extra-article-17 .nieprawidlowosci-box table,
.extra-article-83 .nieprawidlowosci-box table
{
  width: 100%;
}
.extra-article-17 .nieprawidlowosci-box table td h2,
.extra-article-83 .nieprawidlowosci-box table td h2
{
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  color: #d2237e;
  text-transform: uppercase;
}
.extra-article-17 .nieprawidlowosci-box table td p,
.extra-article-83 .nieprawidlowosci-box table td p
{
  font-size: 16px;
  line-height: 20px;
  color: #666465;
  padding: 0 !important;
  margin: 0 !Important;
}
.extra-article-17 .nieprawidlowosci-box table td.button,
.extra-article-83 .nieprawidlowosci-box table td.button
{
  width: 22%;
  text-align: right;
  vertical-align: middle;
}
.extra-article-17 .nieprawidlowosci-box table td.button a,
.extra-article-83 .nieprawidlowosci-box table td.button a
{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}


.display-large {
  display: inline-block;
}
.display-small {
  display: none;
}

.convertforms {
  max-width: 100% !important;
  font-family: 'Mulish' !important;
}

.filter-grayscale {
  filter: grayscale(100%) brightness(0%) opacity(100%) contrast(36%);
}

.genomed-logo-footer {
  max-width: 184px;
}

.sanco-logo-footer {
  max-width: 144px;
}

.sanco-mobile-menu-second {

}

.sanco-mobile-menu-second .item {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 12px 20px 12px 20px;
  margin-bottom: 4px;
  text-align: left;
}

.sanco-mobile-menu-second a {
  text-align: center;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 42px;
}

#map {
  height: 600px;
  border-radius: 1rem;
}

.mapboxgl-popup-content {
  font-family: 'Montserrat', sans-serif;
  border-radius: 6px !important;
  padding: 14px 18px 14px !important;
}

.mapboxgl-popup-content .popup-title {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

.mapboxgl-popup-content .popup-info {
  font-size: 0.85rem !important;
  padding: 0 !important;
}

#dane-mapki_filter {
  display: none;
}

#dane-mapki_paginate .paginate_button {
  border: none !important;
  border-radius: 3rem !important;
  min-width: 2.4rem;
}

#dane-mapki_paginate .paginate_button.current {
  background: #19539a !important;
  color: #fff !important;
  font-weight: 600 !important;
  border: none !important;
}

#dane-mapki_paginate .paginate_button:hover {
  opacity: 0.8;
  background: #19539a !important;
}

#dane-mapki_previous.paginate_button.previous.disabled:hover,
#dane-mapki_next.paginate_button.next.disabled:hover {
  color: #fff !important;
  opacity: 0.8 !important;
}

.popup-info-nav {
  text-align: center;
}

.popup-info-nav .btn {
  padding: 2px 8px;
  font-size: 0.8rem;
  margin-top: 2px;
  width: 100%;
  font-weight: 500;
}

.popup-info-nav a:focus-visible {
  outline: none;
}


/* Zawsze pokazuj submenu w menu mobilnym */
@media (max-width: 991.98px) {
    .collapseMobileMenu .mobile-menu-always-open .dropdown-menu {
        display: block !important;
        position: static !important;
        float: none;
        border: none;
        box-shadow: none !important;
        filter: none !important;
        background: transparent;
        padding-left: 0 !important;
        margin-top: 0 !important;
    }
    
    .collapseMobileMenu .mobile-menu-always-open .dropdown-toggle::after {
        display: none;
    }
    
    .collapseMobileMenu .mobile-menu-always-open .nav-item.dropdown > a {
        pointer-events: none;
    }
}

@media screen and (min-width: 1300px) {
  .tabelka-img {
    max-width: 105%;
    width: 104%;
    margin-left: -2%;
  }
  .visible-desktop {
    display: block;
  }
  .visible-mobile {
    display: none;
  }
  .main-test-nifty p {
    font-size: 21px;
    line-height: 30px;
    font-family: 'Mulish';
    font-weight: 600;
  }
}
@media screen and (max-width: 1299px) {
  .display-large {
    display: none !important;
  }
  .display-small {
    display: inline !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1299px) {
  .right-content {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .visible-desktop {
    display: block;
  }
  .visible-mobile {
    display: none;
  }
  .menu-bottom-wrapper .single-bottom-button {
    width: 19% !important;
    height: 20vw;
    background-size: cover;
    margin-left: 1%;
  }
  .menu-bottom-wrapper .single-bottom-button .text {
    font-size: 2vw;
    line-height: 2.6vw;
  }
  .menu-bottom-wrapper .single-bottom-button.active {
    height: 20vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1300px) {
  .wspolpraca-phone {
    font-size: 4vw !important;
    margin-bottom: 40px;
  }
  .wspolpraca-phone .small,
  .wspolpraca-phone .small-pink {
    font-size: 3vw !Important;
  }
  .wspolpraca-mail {
    font-size: 3vw !important;
  }

}
@media screen and (max-width: 990px) {
  .right-content {
    width: 100%;
  }
  .visible-desktop {
    display: none;
  }
  .visible-mobile {
    display: block;
  }
  header.main .right-content {
    padding-left: 5%;
  }
  header.main .logotypy {
    margin-left: 0px;
    padding-left: 0px;
  }
  header.main .logotypy .col-12 {
    text-align: left;
  }
  header.main .logotypy .row {
    margin-left: 0px;
  }
  header.main .logotypy .row .col-12 {
    padding-left: 0px;
  }
  header.main .top-menu {
    padding-top: 25px;
  }
  header.main .top-menu button {
    margin: auto;
    margin-right: 5%;
  }
  header.main #navbarSupportedContent ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  header.main #navbarSupportedContent ul li a {
    color: #666465;
  }
  header.main #navbarSupportedContent ul li .pink-button {
    padding: 10px 20px;
  }
  .first-block .buttons a {
    margin-top: 15px;
  }
  .first-block .buttons a:last-child {
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
  .first-block p {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 18px;
    line-height: 24px;
  }
  .mainpage-content .right-content {
    padding-left: 5%;
    padding-right: 6%;
  }
  .mainpage-content .padding-25 {
    padding-left: 0% !Important;
    padding-right: 0%;
  }
  .mainpage-content p {
    padding-left: 0% !Important;
    padding-right: 0%;
  }
  .mainpage-content .white-button {
    margin: auto;
  }
  .mainpage-content .wrap {
    width: 100%;
    text-align: center;
  }
  .mainpage-content .text-right {
    width: 100%;
    margin: 0;
    text-align: center !important;
  }
  .mainpage-content .col-lg-4 {
    text-align: center;
  }
  .mainpage-content .col-lg-4 img {
    margin: auto;
  }
  .mainpage-content .col-lg-8 {
    padding-left: 5% !Important;
    padding-right: 5%;
  }
  .mainpage-content .white-padding {
    padding-top: 0px;
  }
  .mainpage-content .white-padding p {
    padding-left: 0% !Important;
    padding-right: 0%;
    text-align: justify !important;
  }
  .single-faq-item {
    margin-left: 0%;
    margin-right: 0%;
  }
  .single-faq-item .title {
    padding: 16px !important;
    font-size: 18px;
    padding-right: 10% !important;
  }
  .single-faq-item .content-faq {
    font-size: 14px;
  }
  .single-faq-item .content-faq p {
    font-size: 14px;
  }
  .faq-content-mainpage {
    padding-left: 0% !Important;
    padding-right: 0%;
  }
  .faq-content-mainpage .right-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .faq-content-mainpage br {
    display: none;
  }
  .faq-content-mainpage .wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .faq-content-mainpage h3 {
    padding-left: 0px;
  }
  .faq-content-mainpage p {
    padding-left: 0px;
  }
  .main-test-nifty {
    margin: 0;
  }
  .main-test-nifty .right-content {
    background: none;
    text-align: center;
    padding-left: 5%;
    padding-right: 6%;
  }
  footer.main-footer h4 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding-top: 26px;
  }
  footer.main-footer br {
    display: none;
  }
  footer.main-footer .col-lg-4 {
    text-align: center;
  }
  footer.main-footer .col-lg-4 a {
    margin-top: 10px !important;
    padding: 14px 30px !Important;
    font-size: 15px !important;
  }
  footer.main-footer .footer-logos br {
    display: block;
  }
  footer.main-footer .footer-logos .text-right {
    text-align: center !important;
  }
  footer.main-footer .footer-logos .text-right p {
    float: none;
  }
  footer.main-footer .footer-logos .col-lg-2 {
    text-align: center;
    padding-bottom: 25px;
  }
  footer.main-footer .footer-logos .copyright {
    font-size: 10px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-top: 15px;
  }
  .other-pages.right-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .other-pages h1 {
    font-size: 24px !important;
  }
  .other-pages .page-header h2 {
    font-size: 24px !important;
  }
  .other-pages .article-body h4 {
    font-size: 20px !Important;
    line-height: 26px !important;
  }
  .other-pages .article-body p {
    font-size: 1rem;
    line-height: 24px;
  }
  .other-pages .article-body .lista-punkty li {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .other-pages .article-body .wskazania-border {
    margin-left: 5%;
    margin-right: 5%;
  }
  .other-pages .article-body .wskazania-border ul {
    padding: 0px !important;
    margin-left: 2% !Important;
    margin-right: 2%;
  }
  .other-pages .article-body .wskazania-border ul li {
    font-size: 16px !Important;
    line-height: 22px !important;
    background-position: left 7px;
  }
  .other-pages .article-body .pink-border-box p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .other-pages .article-body .wspolpraca-phone {
    font-size: 7vw;
    margin-bottom: 40px;
  }
  .other-pages .article-body .wspolpraca-phone .small,
  .other-pages .article-body .wspolpraca-phone .small-pink {
    font-size: 6vw;
  }
  .other-pages .article-body .wspolpraca-mail {
    font-size: 4vw;
  }
  .other-pages .article-body .wspolpraca-mail,
  .other-pages .article-body .wspolpraca-phone {
    line-height: 45px;
    background-size: contain;
  }
  .other-pages #insert-youtube iframe {
    max-width: 100%;
  }
  .other-pages .nieprawidlowosci-blue-box {
    min-width: 100%;
  }
  .other-pages .nieprawidlowosci-blue-box ul li {
    background-position: left 14px;
	font-size: 18px;
  }
  .other-pages .nieprawidlowosci-box h2 {
    font-size: 18px !important;
  }
  .other-pages .nieprawidlowosci-box p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .other-pages .nieprawidlowosci-box table td:first-child {
    padding-right: 5%;
  }
  .other-pages .nieprawidlowosci-box .button {
    width: 30% !Important;
  }
  .other-pages .nieprawidlowosci-box .button a {
    font-size: 12px !important;
    padding: 15px 10px !important;
    text-align: center;
  }
  .article-list-wrapper ol li {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .extra-article-1 img,
  .extra-article-91 img,
  .extra-article-13 img {
    margin-bottom: 15px;
  }

  .menu-bottom-wrapper .single-bottom-button {
    width: 19% !important;
    height: 20vw;
    background-size: cover;
    margin-left: 1%;
  }
  .menu-bottom-wrapper .single-bottom-button .text {
    font-size: 2vw;
    line-height: 2.6vw;
  }
  .menu-bottom-wrapper .single-bottom-button.active {
    height: 20vw;
  }
  .znajdz-wspolpraca h3 {
    text-align: center;
    padding-top: 10px !important;
  }
  .znajdz-wspolpraca h4 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .znajdz-wspolpraca .pink-button {
    margin-top: 20px !important;
  }
  .znajdz-placowke.znajdz-wspolpraca a {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
  .znajdz-placowke .right-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .znajdz-placowke h4 {
    padding-top: 1.2% !important;
    font-size: 4.5vw !important;
    line-height: 6vw !important;
    text-align: center;
  }
  .o-nas-text .pink-button {
    line-height: 28px !important;
    font-size: 24px !important;
  }
  .umow-mapka-mala {
    background-color: #cccccc;
    width: 100%;
    min-height: 300px;
  }
  #map {
    height: 360px !important;
  }

  .item-104 a,
  .item-191 a,
  .item-205 a {
    padding: 8px 30px !important;
  }

  .info-pink-row {
    font-size: 1rem;
  }

  .info-pink-right {
    border-radius: 0px 0px 25px 25px;
  }
  
  .info-pink-left {
    border-radius: 25px 25px 0px 0px;
  }
  
  .info-pink-center {
    font-size: 1rem;
  }

  .znajdz-placowke a {
    font-size: 1rem;
  }


}
@media screen and (min-width: 600px) and (max-width: 990px) {
  .znajdz-placowke h4 {
    font-size: 3.5vw !important;
    line-height: 4.5vw !important;
  }
}
.padding-bottom-0 {
  padding-bottom: 5px !important;
}
.datatable-mapa {
  width: 100% !important;
  border-bottom: 1px solid #19539a !important;
}
.datatable-mapa thead th {
  background-color: #19539a;
  color: white;
}
.datatable-mapa tbody tr {
  cursor: pointer;
}
.datatable-mapa tbody tr:nth-child(odd) {
  background-color: #eee;
}
#dane-mapki_wrapper {
  margin-top: 2rem;
}
#dane-mapki_wrapper select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url('../images/select_arrow_down.png');
}
#dane-mapki_wrapper input {
  border-radius: none;
  border: 1px solid #494748;
}
#dane-mapki_wrapper #dane-mapki_filter label {
  padding-left: 25px;
}
#dane-mapki_info,
.dataTables_paginate {
  margin-top: 15px;
}
.format-select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  color: #555;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url('../images/select_arrow_down.png');
}
@media screen and (max-width: 600px) {
  #dane-mapki_wrapper table thead th {
    font-size: 14px;
  }
  #dane-mapki_wrapper table tbody td {
    font-size: 12px;
  }
  .main-test-nifty .right-content div.custom p {
    font-size: 19px;
    line-height: 28px;
	text-align: justify;
  }
  .main-test-nifty .right-content div.custom h1 {
    font-size: 1.7rem;
  }
  .footer-logos {
    text-align:center;
  }
}

.tablePreview td th {
    text-align: center !important; 
    vertical-align: middle !important;
}


.points ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.points ul li
{
  text-align: left;
  font-size: 16px;
  color: #494748;
  /*! line-height: 45px; */
  padding: 12px;
  padding-left: 46px;
  background-image: url('../images/check-circle-pink.png');
  background-position: center left;
  background-repeat: no-repeat;
}

.steps ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.steps ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.steps ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 33px;
  left: calc(-1 * var(--size) - 10px);
  line-height: 32px;
  width: var(--size);
  height: var(--size);
  top: -4px;
  background: #d2237e;
  border-radius: 50%;
  text-align: center;
}

.cursor-pointer{
  cursor: pointer;
}

.info {
	border: solid 1px #d2237e;
	transition: opacity 0.3s ease-in-out;
}

.info:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}

.info-pink {
	background-color: #d2237e;
	color: #fff;
}

.color-pink {
	color: #d2237e;
}

.color-blue {
	color: #19539a;
}

.redNaoSubmitButton {
	background-color: #d2237e;
	padding: 0px 30px;
	color: white !important;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold !important;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
	border-radius: 30px;
}


.redNaoSubmitButton:hover {
	background-color: #e72c8d;
}

.redNaoCheckBox::before, .redNaoCheckBox::after {
	top: -4px;
}

@media screen and (max-width: 340px) {
  .mobile-menu-row {
    justify-content: center;
  }

  .row-logo-sanco {
    justify-content: center;
  }

}

/* Main Icons Section */
.main-icons-section {
  padding-top: 3rem;
}

.main-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1rem;
}

.main-icon {
  width: 65px;
  height: auto;
  margin-bottom: 1rem;
}

.main-icon-text {
  font-size: 1.05rem;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0.05rem;
  font-weight: 700;
  color: #58595b;
  line-height: 1.2;
  margin: 0;
}

.main-icon-text strong {
  color: #006698;
}

/* Mobile view */
@media (max-width: 768px) {
  .main-icons-section {
    padding-top: 2rem;
  }

  .main-icon {
    width: 40px;
    margin-bottom: 0.75rem;
  }

  .main-icon-text {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}

/* Table Comparison Styles */
.comparison-table {
  margin-bottom: 2rem;
  border-collapse: separate;
  border-spacing: 2px 0;
}

.comparison-table th,
.comparison-table td {
  vertical-align: middle;
  text-align: center;
  padding: 0.75rem;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.comparison-table thead th {
  font-weight: 700;
  background-color: transparent;
  border: none;
}

.comparison-table thead th:nth-child(2),
.comparison-table thead th:nth-child(3),
.comparison-table thead th:nth-child(4) {
  border: 0px solid #F4F4F4;
  border-radius: 10px 10px 0px 0px;
  width: 140px;
  background: #d4eef9;
  border-bottom: 2px solid white;
}

.comparison-table thead th:nth-child(2) {
  background-color: #ed2e7c;
  color: #ffffff;
}

.comparison-table tbody td:nth-child(2),
.comparison-table tbody td:nth-child(3),
.comparison-table tbody td:nth-child(4) {
  width: 140px;
}

.comparison-table tbody td:not(:first-child) {
  font-size: 2rem;
  font-weight: 700;
}

/* Striped rows - red background for odd rows */
.comparison-table tbody tr:nth-child(odd) td {
  background-color: #F4F4F4;
}

/* Pink checkmarks in 2nd column (SANCO) */
.comparison-table tbody td:nth-child(2) {
  color: #ED2E7C;
}

/* Gray checkmarks in 3rd and 4th columns */
.comparison-table tbody td:nth-child(3),
.comparison-table tbody td:nth-child(4) {
  color: #929497;
}

/* Mobile styles */
@media (max-width: 576px) {
  .comparison-table th,
  .comparison-table td {
    font-size: 0.7rem;
    padding: 0.25rem;
  }
  
  .comparison-table tbody td:not(:first-child) {
    font-size: 1.25rem;
  }
  
  .comparison-table thead th:nth-child(2),
  .comparison-table thead th:nth-child(3),
  .comparison-table thead th:nth-child(4) {
    width: auto;
  }
  
  .comparison-table tbody td:nth-child(2),
  .comparison-table tbody td:nth-child(3),
  .comparison-table tbody td:nth-child(4) {
    width: auto;
  }
}
