/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/




@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,900;1,900&family=Poppins: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&display=swap');

#av_section_10 .content {
padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.home .hr-invisible {margin-top: -40px !important}

#top .avia-section.kwiat-sec{
  position: relative;
  overflow: visible;
}
#top .av-menu-button > a .avia-menu-text {
    border: 2px solid #d1e772;
    border-radius: 50px;
    background-color: #d1e772;
}
#kolumnatop-pakiety h1.stronah1 { font-size: 64px; }
#kolumnatop h1.stronah1 { font-size: 44px; }
#kolumnatop-pakiety h2.stronah2 {
    font-weight: 500;
    font-size: 26px !important;
    margin-bottom: 20px;
    margin-top: 20px;}
.doctor-profile h2 { font-size: 20px; font-weight: 600 }
.doctor-profile p { font-size: 14px; font-weight: 300 }

/* Obraz w code blocku */
.kwiat-overlap-img{
  position: absolute;
  top: -40px;                 /* dostosuj */
  right: calc((100vw - 100%) / -2);  /* dosuwa do prawej krawędzi ekranu */
  width: 300px;               /* dostosuj */
  height: auto;
  z-index: 5;
  pointer-events: none;
}

/* Mobile – zmniejsz i lekko cofnij */
@media (max-width: 767px){
  .kwiat-overlap-img{
    top: -10px;
    right: -10px;
    width: 220px;
    opacity: .25;
  }
}

#top .avia-section.opinia-sec{
  position: relative;
  overflow: visible;
}

/* Obraz w code blocku */
.opinia-overlap-img{
  position: absolute;
  top: -40px;                 /* dostosuj */
  right: calc((100vw - 100%) / -2);  /* dosuwa do prawej krawędzi ekranu */
  width: 500px;               /* dostosuj */
  height: auto;
  z-index: 5;
  pointer-events: none;
}

/* Mobile – zmniejsz i lekko cofnij */
@media (max-width: 767px){
	.doctor-profile h2 { font-size: 14px; font-weight: 600 }
.doctor-profile p { font-size: 13px; font-weight: 300 }
  .opinia-overlap-img{
    top: -10px;
    right: -10px;
    width: 220px;
    opacity: .25;
  }
}



@keyframes subtlePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(209, 231, 114, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(209, 231, 114, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(209, 231, 114, 0);
  } 
}


@keyframes pulse-specjalizacja {
  0% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(0, 123, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
}

/* Domyślnie cały tekst – Poppins */
body, p, span, li, a, input, textarea, select, button {
    font-family: 'Poppins', sans-serif !important;
}

/* Wszystkie nagłówki – Bricolage Grotesque */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bricolage Grotesque', sans-serif !important;
}

#kolumna-piotrek img {border-radius: 20px !important;}

.pulsing-specjalizacja {
  animation: pulse-specjalizacja 1.5s infinite;
  border-radius: 8px;
}
.btn-drslim-selected {background: #D1E772 !important; border-radius: 30px !important;}
.accordion-button  {font-weight: 500 !important; color: #000000 !important; padding: 10px 8px !important;}
.accordion-item {border: 0px solid !important;}
h1.stronah1 {font-weight: 600;
	font-size: 64px;
	color: #0B1D32;
	margin-bottom: 0px;
	font-family: "Bricolage Grotesque", sans-serif;
}
h3.stronah3 {font-weight: 700;
	font-size: 50px;
	color: #000000;
	margin-bottom: 0px;
}
h2.stronah2 {font-weight: 500; font-size: 28px !important; margin-bottom: 20px;}
.select-hour.pulsing {
  animation: subtlePulse 2s infinite;
}

  .dropdown-menu .btn-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
  }

  @keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 160, 209, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

#termTypeContainer {margin: 0}
.pulsate-attention {
  animation: pulse-red 1.5s infinite;
}

  .dropdown-menu .btn {
    min-width: 90px;
    white-space: nowrap;
  }

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post-entry {margin-top: 25px;}
.big-preview.single-big {
    padding: 0 50px 10px 0;
    margin-bottom: -10px;}
.template-single-blog .post-entry {margin-top: 0px;}
#selectedSpecializationNameContainer {border: 1px solid #D1E772; border-radius:10px}
#selectedContTypeNameContainer {border: 1px solid #D1E772; border-radius:10px}
#selectedDoctorNameContainer {border: 1px solid #D1E772; border-radius:10px}
#dropdown-termin-button {width: 100%; border: 1px solid #D1E772}
#dropdown-menu-time  {width: 100%; border: 1px solid #D1E772}
#hoursToPickContainer .dropdown-menu {min-width: 50px;}
.button-new {border: 1px solid #000 !important;}

#doctorToPickContainer .dropdown-menu {
    max-height: 200px; /* Ustawiamy maksymalną wysokość, która obejmuje 5 pozycji */
    overflow-y: auto; /* Włącza przewijanie, jeśli elementy przekraczają wysokość */
}
#inputMedicines .dropdown-menu {
    max-height: 320px;
    overflow-y: scroll; /* Pasek przewijania zawsze widoczny */
    scrollbar-gutter: stable; /* Zapewnia miejsce na scrollbar */
    -webkit-overflow-scrolling: touch; /* Płynne przewijanie na iOS */
}

/* Dla WebKit (Chrome, Safari) */
#inputMedicines .dropdown-menu::-webkit-scrollbar {
    width: 3px; /* Szerokość paska przewijania */
}

#inputMedicines .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1; /* Kolor tła */
}

#inputMedicines .dropdown-menu::-webkit-scrollbar-thumb {
    background: #208ec4; /* Kolor paska */
    border-radius: 1px;
}

#inputMedicines .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #208ec4;
}
.widget-znany {
}
#averageRating {
	font-size: 20px;
	font-weight: 700; 
	margin: 0px 0px 8px 0px;
}
#totalReviews {
	font-size: 15px;
    line-height: 17px;
    font-family: 'Lato';
}

#liczbapacjentow {
	font-size: 20px;
	font-weight: 700; 
	margin: 0px 0px 8px 0px;
}
#zarejestrowanychpacjentow {
	font-size: 15px;
    line-height: 17px;
    font-family: 'Lato';
}
.baner-row {display: flex;
    align-items: stretch;}
.baner-prawy-div-duzy {    display: flex;
    flex-direction: column;}
.baner-prawy-div {
    background-image: linear-gradient(to right, #e9eef5, #f0f5f8);
	height: calc(50% - 10px); /* Zajmij pełną wysokość kontenera */
	flex: 1;
	display: flex; /* Użycie Flexbox */
	align-items: center; /* Wyśrodkowanie pionowe */
	padding: 10px 20px;
	border-radius: 20px;
}
.invalid {
    border: 1px solid red !important;
    background-color: #ffffff;
}

@media (max-width: 768px) {
	h1.stronah1 {
	font-size: 50px;
}
#kolumnatop-pakiety h1.stronah1 { font-size: 44px; }
#kolumnatop h1.stronah1 { font-size: 30px; }
	h3.stronah3 {
	font-size: 40px;
}
	    .responsive .big-preview {
        padding: 0px; margin-bottom: 0px;}
.template-single-blog h2 {
    font-size: 20px !important;}
		.kategoria-wpisu {
background: #000000;
        min-height: 49px;
        margin-bottom: -10px;
        font-size: 40px;
        padding: 20px 20px;
        font-weight: 700;
        width: 1000px;
        margin-left: -30px;
        color: white;}
.opinie-wpisy {background: #ffffff; padding: 25px 25px 0px 25px; margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;}
	.baner-img img {min-width: 100%}
	.baner-img {margin-bottom: 30px; display: none}
	.baner-prawy-div {
	 height: auto; /* Automatyczna wysokość dla małych ekranów */
	 margin: 5px;
	}
	.baner-prawy-div  + .baner-prawy-div  {
		margin-top: 0px !important; /* Możesz dostosować wartość */
	}
}

.baner-prawy-div  + .baner-prawy-div  {
    margin-top: 20px; /* Możesz dostosować wartość */
}

.zindex {z-index: 1000 !important;  position: relative !important;}
#slider-foreign {margin-top: -16px;}
.custom-list {
    list-style-position: outside; /* Bullet pozostaje na zewnątrz listy */
    padding-left: 1.5em; /* Odstęp między krawędzią a tekstem */
    text-indent: -1.5em; /* Wyrównanie pierwszej linii z pozostałymi */
}

.custom-list li {
    padding-left: 1.5em; /* Wyrównanie tekstu względem bulletów */
	margin-bottom: 10px !important;
}

/* Ustaw szerokość dla wszystkich wymienionych elementów .sub-menu */
#menu-item-10573 .sub-menu,
#menu-item-10267 .sub-menu,
#menu-item-10275 .sub-menu,
#menu-item-10576 .sub-menu {
    width: 50px !important;
}

/* Ukryj element .avia-menu-fx dla wszystkich wymienionych elementów */
#menu-item-10573 .avia-menu-fx,
#menu-item-10267 .avia-menu-fx,
#menu-item-10275 .avia-menu-fx,
#menu-item-10576 .avia-menu-fx {
    display: none;
}

.template-single-blog .margin-formularz-top-bottom-kafelek {    margin-left: 15px;
    margin-right: 15px;
}
.template-single-blog .entry-content-header {
background: #F5F9FA;
    padding: 20px 30px;
    margin-bottom: 20px; }
.template-single-blog h1 {font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;}
.template-single-blog h2 {font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;}
.page-id-10176 .avia-menu-fx {display: none}
.page-id-10262 .avia-menu-fx {display: none}

.rece-widget-tytul {color: #ffffff}
.span-rece-widget-cena {color: #ffffff !important}
.rece-wybierz-spec-termin {color: #ffffff !important}

#wybor-telekonsultacja-czat {display: flex; align-items: center;}
h2.naglowek-h2-nowy {    font-weight: 500;
    line-height: 1.2;
font-size: 2.5rem !important;}
.card-header {background: none; padding: 5px;  border-bottom: 0px solid;}
.card-body {padding: 10px;}
.card {background: none;}
.card-header .btn-link {Color: #000000; padding: 0px;}
.card-header .btn {text-align: left;}
.select-specialization {border-radius: 30px;}

.flag-select {
	position: relative;
	float: right;
  }
  
  .flag {
	display: none;
	width: auto;
	height: auto;
	cursor: pointer;
	transition: transform 0.2s;
  }
  
  .flag.selected {
	display: inline;
  }
  
  .flag:hover {
	transform: scale(1.1);
  }
  
  .flag-tooltip {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: white;
	z-index: 1;
  }
  
  .flag-select:hover .flag-tooltip {
	display: block;
  }
  
  .flag-tooltip .flag {
	display: block;
	margin-top: 8px;
  }

#prefix_foreign {
	padding: 13px !important;
    border-radius: 10px !important}
#ezwolnienie {z-index: 1000 !important; position: relative !Important; background: none;}
#teleporada-blog-sekcja-zindex {z-index: 1000 !important; position: relative !Important;}
#div-z-wyszukiwarka {z-index:9999 !Important;}
#div-z-wyszukiwarka .wyszukiwarka-kafelek {padding: 10px 0px; }
#div-z-wyszukiwarka #n_h2-www
{    padding: 20px 10px 20px 20px;
    border-radius: 25px;
    max-width: 430px;}

.wyszukiwarka-kafelek ul {list-style-type: none;}
#header {z-index: 9999}
#nowa-gora{z-index: 1000 !important; position: relative !Important; background: none;}
#formularz {z-index: 9000 !important; position: relative !Important; background: none;}
#nowa-kafelki {z-index: 999 !important; position: relative !Important; background: none;}
.page-id-1187 #wrap_all { background-color: #f7f9fa;
    background-image: linear-gradient(to bottom right, #f7f9fa, #f0f5f8);}
	.page-id-10022 #wrap_all { background-color: #f7f9fa;
    background-image: linear-gradient(to bottom right, #f7f9fa, #f0f5f8);}
	.page-id-6355 #wrap_all { background-color: #f7f9fa;
		background-image: linear-gradient(to bottom right, #f7f9fa, #f0f5f8);}
.avia-menu-text {color: #000000;    font-size: 15px;} 
#header_meta {background-color: #D1E772}
/* .page-id-1187 #menu-item-2481 {display: none;}*/
.oval-button {
	background-color: #D1E772; /* Jasny niebieski kolor */
	color: white;
	border: none;
	padding: 5px 15px;
	border-radius: 50px; /* Nadaje owalny kształt */
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.oval-button1 {
	background-color: #E7F2F8; /* Jasny niebieski kolor */
	color: #D1E772;
	border: none;
	padding: 5px 15px;
	border-radius: 50px; /* Nadaje owalny kształt */
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.oval-button3 {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding-right: 243px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 14px;

}

.oval-button:hover {
	background-color: #87CEEB; /* Kolor po najechaniu */
}
.menuglowna {position: relative !Important; margin-bottom: 15px !important; top: -25px !important;}


@media only screen and (min-width: 768px) { 
	.kategoria-wpisu {
background: #000000;
    min-height: 90px;
    margin-bottom: -20px;
    font-size: 50px;
    padding: 50px;
    font-weight: 700; 
    margin-left: -50px;
    width: 1500px;
color: white;}
.opinie-wpisy {background: #ffffff; padding: 25px 25px 0px 25px; margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;}
	.punkty-margin {font-size: 19px;}
.telekonsultacja-widget-tytul {font-size: 38px; line-height: 1.2; font-family: 'Bricolage Grotesque', sans-serif !important;}
	.wybor-telekonsultacja-czat {font-size: 18px; background-color: #E7F2F8;;color: #01669F; border-radius: 5px !important; margin-right: 8px;    margin-top: 8px;}
	.wybor-telekonsultacja-czat:hover {background-color: #000000; color: #fff}

	.btn-szczegoly {
		margin-left: 13px;
	}
	
	.widget-padding {padding: 15px}
	

	.rightblock-nowy {margin-left:50px;}
	.formularz-wstepny {
		margin-left:15px;
		display: inline-block;}
		.formularz-tekst {
			margin-left:10px;
			display: inline-block;}
	

	.profesjonalna-span-naglowek {font-family: Lato;
		font-size: 35px;
		font-weight: 500;
		line-height: 47px;
		text-align: left;
	}
	.pomoc {
		padding: 30px;
	}

	.imgde1 {
		background: none !important;
	}

	#interesuja {
		background-image: url('img/odkryj0.png');
		background-position: left top;
		background-size: contain;
		background-repeat: no-repeat;
		padding: 35px;
	}
	#leczenie-otylosci {
		background-image: url('img/leczenie-otylosci3.png');
		background-position: right top;
		background-size: contain;
		background-repeat: no-repeat;
		padding: 40px;
	}
	#wybor-telekonsultacja-czat {margin: 0px 15px 40px 15px}
	.wynik-wyszukiwarki {font-size:14px !important;}

	.item {
		flex: 1;
	}

}

@media only screen and (max-width: 767px) {
	.pum-close {right: 15px !Important;}
	.btn-szczegoly {display: none !important; } 
	.punkty-margin {font-size: 16px;}
	h2.naglowek-h2-nowy {    font-weight: 500;
		line-height: 1.2;
	font-size: 30px !important;}
	#ekw100 .wrapper-left {display: none;}

#opinie {margin-bottom: -65px;}

	.oval-button {margin-top: 10px;}
		#ekw100 .wrapper-left { margin-bottom: 60px !important;} 
		.slick-track { margin-top: 30px !important;} 
	.responsive #top #wrap_all .slide-entry {
        width: 47%}
		.page-id-1187 .template-page .entry-content-wrapper h1 {margin-top: -50px !important;}
		/*.page-id-10022 .template-page .entry-content-wrapper h1 {margin-top: -50px !important;}*/
		.page-id-10022 .template-page .entry-content-wrapper h2.naglowek-h2-nowy {margin-top: -20px !important;}
		.page-id-6355 .template-page .entry-content-wrapper h2.naglowek-h2-nowy {margin-top: -20px !important;}
	#pobierzaplikacje {min-height:120px !Important; height: 125px;padding-top:15px; padding-bottom:15px;}
#pobierzaplikacje p {margin: 0px !important}
	.nowa-strona-slider {font-family: lato; font-size: 32px; font-weight:600; color: #000000; margin-top: -27px !important; margin-bottom: 14px;  }
	.nowa-strona-slider b {font-weight: 800; color: #D1E772 !important;}
	#div-z-wyszukiwarka .wyszukiwarka-kafelek {
		padding: 10px 0px;
		margin-top: 6px;}


	.widget-padding {padding: 0px}
	.wyszukiwarka-info {text-align: center;}
	.telekonsultacja-widget-tytul {
        font-size: 22px;
        line-height: 1.2;}
	#wybor-telekonsultacja-czat {margin: 0px 0px 20px 0px}
	#wybor-telekonsultacja, #wybor-czat	{padding: 3px 6px; font-size: 12px}

	.wybor-telekonsultacja-czat {font-size: 13px; background-color: #E7F2F8;;color: #01669F; border-radius: 5px !important; margin-right: 5px;    margin-top: 8px;}
	.wybor-telekonsultacja-czat:hover {background-color: #000000; color: #fff}
	.place {
		padding: 10px 20px;
		font-size: 19px;}
	.profesjonalna-span-naglowek {
		font-size: 25px;
		font-weight: 600;
		line-height: 25px;} 
	#leczenie-otylosci  {
        background-image: none;
		padding: 30px;
    }
	.pomoc {
		padding: 30px 10px;
	}
	.koszt-konsultacji {display: none;}
	.responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding {
		padding: 5% !important;
	}

	.img-deskopt {
		display: none !important;
	}

	.imgde1 {
		min-height: 200px !important;
		border-radius: 20px 20px 0px 0px !important;
	}

	#interesuja {
		background-image: none;
		padding: 15px;
	}

	.odkryj1, .odkryj2, .odkryj3, .odkryj4 {
		display: none;
	 }
	 .item {
		flex: 1 0 50%; /* 100% / 2 = 50% */
	}
}


.container-ikony {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.borderError {border: 1px solid red !important; border-radius: 10px !important;}

 .big-preview {
    margin-bottom: 30px; }

#link-wyszukiwarka:hover a {color: white}
#link-wyszukiwarka a {color: #01669F}
.btn-placeholder::placeholder {
	color: white;
  }



.szczegoly-lekarz, .szczegoly-specjalizacja {    font-size: 14px;
    font-weight: 600;
	display: block;}
.deadline {font-size: 18px;}

.tp-wybierz-spec-termin {font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

.tp-pytania {font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

.tp-zgody {font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

.btn-dodatkowy {font-size: 14px;
    background-color: #E7F2F8;
    color: #01669F;
    border-radius: 10px !important;}
	.btn-dodatkowy:active {
		background-color: #D1E772 !important;
		border-color: #D1E772;
		color: #ffffff
	}

	.btn-dodatkowy:active {
		background-color: #D1E772 !important;
		border-color: #D1E772;
		color: #ffffff
	}

.tp-ramki {width: 100%;
	box-shadow: 0px 0px 10px #c5c5c5;
padding: 20px 16px 20px 16px;
border-radius: 10px;
}
.tp-span {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #000000;
	margin-top: 12px;
	}


	.dropdown-item-otylosc, .dropdown-item-lekarze, .dropdown-item-lysienie, .dropdown-item-lysienie, .dropdown-item-lekarze-lysienie, .dropdown-item-lekarze-otylosc, .dropdown-item-pediatra, .dropdown-item-ginekolog, .dropdown-item-lekarze-pediatra, .dropdown-item-lekarze-ginekolog, .dropdown-item-terapia-trt, .dropdown-item-lekarze-terapia-trt, .dropdown-item-lekarz-ogolny, .dropdown-item-lekarze-lekarz-ogolny {
		padding: 5px 20px 5px 20px;
		font-size: 14px;
		display: block;
		width: 100%;
		clear: both;
		font-weight: 400;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	
	}


	.dropdown-item-lysienie:active, .dropdown-item-lysienie:focus, .dropdown-item-lekarze-lysienie:active, .dropdown-item-lekarze-lysienie:focus, .dropdown-item-lekarze-otylosc:active, .dropdown-item-lekarze-otylosc:focus, .dropdown-item-lekarze-ginekolog:active, .dropdown-item-lekarze-ginekolog:focus, .dropdown-item-lekarze-pediatra:active, .dropdown-item-lekarze-pediatra:focus, .dropdown-item-terapia-trt:active, .dropdown-item-lekarze-terapia-trt:active,.dropdown-item-terapia-trt:focus, .dropdown-item-lekarze-terapia-trt:focus, .dropdown-item-lekarz-ogolny:active, .dropdown-item-lekarze-lekarz-ogolny:active,.dropdown-item-lekarz-ogolny:focus, .dropdown-item-lekarze-lekarz-ogolny:focus {
		background-color: #E7F2F8;
		color: #01669F;
		border: none !important; 
		outline: none !important;
	}

	.dropdown-item-otylosc:active {
		background-color: #E7F2F8;
		color: #01669F;
		border: none !important; 
		outline: none !important;
	}
	
	.dropdown-item-otylosc:focus {
		background-color: #E7F2F8;
		color: #01669F;
		border: none !important; 
		outline: none !important;
	}

	
.dropdown-item-lekarze:active {
    background-color: #E7F2F8;
	color: #01669F;
	border: none !important; 
	outline: none !important;
}

.dropdown-item-lekarze:focus {
    background-color: #E7F2F8;
	color: #01669F;
	border: none !important; 
	outline: none !important;
}







	.dropdown-item {
		padding: 5px 20px 5px 20px;
		font-size: 14px;
	
	}

	
.dropdown-item:active {
    background-color: #E7F2F8;
	color: #01669F;
	border: none !important; 
	outline: none !important;
}

.dropdown-item:focus {
    background-color: #E7F2F8;
	color: #01669F;
	border: none !important; 
	outline: none !important;
}

.dropdown-item1 {
	padding: 5px 20px 5px 20px;
	font-size: 14px;
	display: block;
	width: 100%;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;

}



.dropdown-item1:active {
background-color: #E7F2F8;
color: #01669F;
border: none !important; 
outline: none !important;
}

.dropdown-item1:focus {
background-color: #E7F2F8;
color: #01669F;
border: none !important; 
outline: none !important;
}



.telekonsultacja-widget-tytul-cena {display: flex;
	align-items: center;}

.telekonsultacja-widget-tytul {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: left;
	
	}



.widget-alert{
    padding: 8px 10px;
    background-color: #ffeaea;
    border-radius: 5px;
    font-size: 14px;}
.select-hour {
    font-size: 15px !important;
    width: 45px;
    min-width: 68px !important;
    margin-right: 6px;
    margin-top: 6px;}

	.select-hour-reservation {
		font-size: 14px;
		width: 65px;
		background-color: #bfc7cc;
		color: #03517e;
		text-decoration: line-through;
		border-radius: 5px !important;
		margin-right: 8px;
		margin-top: 8px;}

		.select-hour-reservation:hover {
			text-decoration: line-through;
		}



	.btn-widget.dropdown-toggle::after {float: right; margin-top: 10px;}
	.btn-group .dropdown-toggle::after {float: right; margin-top: 10px; margin-right: 15px}
	.btn-widget{font-size: 14px; box-shadow: 0px 0px 10px #c5c5c5 !important; border-radius: 20px;color: #000000}

	.btn-widget:hover {
		color: #01669F;
		background-color: #E7F2F8;
		border-color: #dae0e5;}

	.btn-widget-2 {font-size: 14px; background-color: #E7F2F8!important ;color: #01669F !important; border-radius: 5px !important; margin-right: 8px;    margin-top: 8px;}
	.btn-widget-2:hover {background-color: #000000 !important; color: #fff !important}

	.btn-widget-szybki {font-size: 14px; background-color: #c6ecd6 !important;color: #085f0b !important; border-radius: 5px !important; margin-right: 8px;    margin-top: 8px;}
	.btn-widget-szybki:hover {background-color: #058305 !important; color: #fff !important}

	.btn-slider1{font-size: 16px; background-color: #E7F2F8!important ;color: #01669F !important; border-radius: 5px !important; margin-right: 8px;    margin-top: 8px;}
	.btn-slider1:hover {background-color: #000000 !important; color: #fff !important}

	.btn-slider2 {font-size: 16px; background-color: #c6ecd6 !important;color: #085f0b !important; border-radius: 5px !important; margin-right: 8px;    margin-top: 8px;}
	.btn-slider2:hover {background-color: #058305 !important; color: #fff !important}




	.btn-widget-1 {font-size: 14px; background-color: #E7F2F8;;color: #01669F; border-radius: 5px !important; margin-right: 8px;    margin-top: 8px;}
	.btn-widget-1:hover {background-color: #000000; color: #fff}
	.widget-drop {width: 100% !important;}

	.span-telekonsultacja-widget-cena {font-family: "Poppins", sans-serif;
		font-size: 30px;
		font-weight: 600;
		border: 1px solid #000000;
    padding: 5px 5px;
    border-radius: 5px;
	    margin-top: 8px;
	}

	.telekonsultacja-widget-cena {text-align: right;}

.justify {text-align: justify;}

.container_wrap {border: 0px solid;}
.container-fluid {max-width: 1210px; }
.formularz-wstepny {color: var(--Secondary, #000000);
	margin-bottom:10px;
	font-family: Lato;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;}

.formularz-tekst {
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif !important;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 20px 15px 15px;
	background-color: #E7F2F8;
	margin-bottom: 5px;
border-radius: 15px;}

	.kroki2 { 
		color: var(--Secondary, #000000);
		text-align: center;
		font-family: Montserrat;
		font-size: 11px;
		font-style: normal;
		font-weight: 500;
		line-height: 15px;
		width: 250px;
		padding: 5px;}


		.margin-formularz-top-bottom-kafelek {
	/*		box-shadow: 0px 0px 20px #b2b2b2; */
			border-radius: 20px;
			padding: 35px 30px;
			background-color: #F2F2F7;
		}

.margin-formularz-top-bottom-kafelek li {list-style: none;}

		.margin-formularz-top-bottom {
			margin-top: 50px !important;
			margin-bottom: 50px !important;
			border-radius: 5px;
			padding: 25px 30px;
			background-color: #fff;
		}

		.margin-formularz-top-bottom-otylosc {
				margin-top: 10px !important;
				margin-bottom: 10px !important;
				box-shadow: 0px 0px 35px #b2b2b2 !important;
				border-radius: 20px;
				padding: 20px 30px !important;
				background-color: #CBE3FA;
		}

strong {color: #000000; font-weight: 600 !important;}
.btn {border-radius: 10px;}
.btn-szczegoly {background-color: #E7F2F8;
    color: #d1e772;}
.btn-primary {
background-color: #d1e772 !important;
border-color: #d1e772 !important;
border-radius: 10px;
color: #000000 !important;
}

.btn-info {
background-color: #D1E772 !important;
border-color: #D1E772 !important;
border-radius: 5px !important;
color: #ffffff !important;

}
.btn-primary:hover{
background-color: #D1E772;
border-color: #D1E772;
border-radius: 10px;
color: #ffffff !important;
}
.btn-success {
color: #ffffff !important;
background-color: #D1E772 !important;
border-color: #D1E772!important;
border-radius: 10px !important;
}

a.terapia
{
	background-color: #D1E772 !important;
    padding: 4px 20px;
    border-radius: 10px;
    border: 1px solid #D1E772;
	color: white; 
    margin-top: 4px;
    display: inline-block; }

#leczenie-otylosci {background-color: #CBE3FA; color: #000000;margin-top: 70px }


.profesjonalna-span {font-size: 20px; line-height: 28px; display: block; font-weight: 600; font-family: "Lato", sans-serif !important;    margin: 15px 0px 10px 0px;}

.odkryj1 { 
    background-image: url('img/odkryj1a.png');
	background-position: 10px bottom;
    background-size: auto;
    background-repeat: no-repeat;}

.odkryj2 { 
    background-image: url('img/odkryj2a.png');
	background-position: 10px bottom;
    background-size: auto;
    background-repeat: no-repeat;}

.odkryj3 { 
    background-image: url('img/odkryj3.png');
	background-position: 10px bottom;
    background-size: auto;
    background-repeat: no-repeat;}

.odkryj4 { 
        background-image: url('img/odkryj4a.png');
		background-position: 10px bottom;
        background-size: auto;
        background-repeat: no-repeat;}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

a {
	color: #000000;
}
.naglowek-nowy-mnijeszy { font-family: "Lato", sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
text-align:center}

.naglowek-nowy {
	font-family: "Lato", sans-serif !important;
	color: #000000;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center
}


h1.h1-nowa {

	font-family: "Lato", sans-serif;
	font-size: 35px !important;
	color: #000000 !important;
	font-weight: 500;
	line-height: 35px;
	text-align: left;
	margin-bottom: 30px;
	
	}
	
	
	h2.h2-nowa {
		font-family: "Lato", sans-serif !important;
		font-weight: 700;
		font-size: 20px !important;
		margin-bottom: 15px;
		text-transform: none !important;
	}
	

h2.h2nowy {
	font-family: "Lato", sans-serif !important;
	color: #000000 !important;
	font-weight: 700;
	font-size: 30px !important;
	margin-bottom: 30px;
	margin-top: 30px;
	text-transform: none !important;
}

h3.h3nowy {
font-family: "Lato", sans-serif !important;
color: #000000 !important;
font-size: 20px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0em;
text-align: left;

}


.interesujamin {
	display: flex;
	justify-content: center;
}

#interesuja {
	background-color: #E7F2F8;
	border-radius: 10px;
	width: 100%;
}

.odkryj-kafelka {
	padding: 20px 30px 20px 25px;
	font-size: 13px;
}

.odkryj-kafelka-naglowek {
	font-size: 13px;
	font-weight: 700;
	color: #000000;
	margin: 15px 0;
}

.odkryj-rozpocznij {
	text-align: right;
	color: #000000;
	margin-top: 30px;
}

.odkryj-rozpocznij a { 
	background-color: #ffffff;
    padding: 4px 20px;
    border-radius: 20px;
    border: 1px solid #208ec4;
}

.koszt-konsultacji {
	background-color: #ffffff;
	padding: 10px 5px;
	border-radius: 5px;
	margin-top: 30px
}

.koszt-span {
	border: 1px solid #000000;
	padding: 5px;
	border-radius: 5px
}

.koszt-span1 {
	font-size: 12px
}

.card-text {
	font-size: 13px;
}

.card {
	border: 0px solid !important;
}

.custom-bg {
	background-color: #F4F6F7 !important;
	color: #000000 !important;
	font-size: 13px;
}

.nav-pills .nav-link.active {
	background-color: #ffffff !important;
	color: #000000;
	font-weight: 700;
}

.nav-pills {
	border: 4px solid #f4f6f7 !important;
	border-radius: 5px
}


article.av_one_third {
	margin-left: 2%;
	width: 31%;
}
article.av_one_fourth {
    margin-left: 2% !important;
    width: 22%;
	text-align: center;
	min-height: 372px;
}


.slide-content {
	padding: 20px;
	font-size: 13px;
	border-radius: 0px 0px 20px 20px;
}

.slide-entry img {
	border-radius: 20px 20px 0px 0px !important;
}

.slide-entry {
	background-color: white;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px #989898;
}

.slide-entry-wrap {
	margin-left: 1%;
}

.avia-content-slider .slide-image {
	margin-bottom: 0px;
}

.html_modern-blog #top .post-entry .post-meta-infos,
.html_modern-blog .avia-content-slider .slide-meta {
	padding-left: 20px;
	margin-top: 0px
}

.html_modern-blog #top .post-entry .blog-categories {
	top: -20px;
}


.page-id-6420 .avia-tab-title-padding-default .av-outer-tab-title {
	padding: 1px 4px;
	background-color: #F2F3F5;
	border-radius: 10px;
}

.page-id-6420 .av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
	margin-bottom: 5px;
	width: 250px;
	background-color: #F2F3F5;
	padding: 15px 20px;
	border-radius: 10px;
}

.page-id-6420 #top a.av-active-tab-title:hover .av-inner-tab-title {
	background-color: #ffffff !important;
}


.page-id-1469 #main,
.page-id-1471 #main,
.page-id-2153 #main,
.page-id-2182 #main,
.page-id-5637 #main,
.page-id-2155 #main,
.page-id-2163 #main,
.page-id-2160 #main,
.page-id-6090 #main,
.page-id-5981 #main,
.page-id-1533 #main,
.page-id-1522 #main,
.page-id-1531 #main,
.page-id-1535 #main,
.page-id-6513 #main,
.page-id-6420 #main {
	background-color: #f2f6f8 !important;
}

ul.blog {
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 22px;
}

ul.formularzli {	padding-left: 20px;
	margin-bottom: 10px;
		list-style: disc outside; }

.divblog {
	padding: 20px 20px 10px 20px;
	background: #E7F2F8;
	margin-bottom: 15px;
}



.potrzebuje-tekst {
	font-size: 17px;
	font-weight: 700;
	color: #000000;
	margin: 15px 0;
}

.rozpocznij {
	text-align: right;
	color: #000000;
	margin-top: 20px
}
.rozpocznij a {
	background-color: #ffffff;
	font-size: 14px;
    padding: 4px 20px;
    border-radius: 20px;
    border: 1px solid #208ec4;
}

#siatka1 {
	max-width: 1280px;
	margin: auto;
	background-color: #f2f6f8
}

#siatka1 img {
	border-radius: 20px 0px !important;
}

#siatka1.flex_cell {
	margin: 5px;
}

#siatka1 .flex_cell_inner {
	margin: 10px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #989898;
}


.siatka2 {
	background-color: #f2f6f8;
    border-radius: 20px;
}

.siatka3 {
	background-color: #f2f6f8;
    border-radius: 20px;
}


.page-id-6513 .pulse-button, .page-id-6420 .pulse-button {

	position: relative;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 16px;
	font-weight: 500;
	border: none;
	box-shadow: 0 0 0 0 rgba(31, 182, 210, 0.7);
	border-radius: 25px;
	background-color: #000000;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

.page-id-6513 .pulse-button:hover, .page-id-6420 .pulse-button:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	background-color: #000000;
}

#top #main .sidebar_left .sidebar li {
	color: #000000;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
}

#top #main .sidebar_left .sidebar a {
	color: #000000;
}


ul.children li {
	padding-bottom: 15px
}

ul.children a {
	color: #000000 !important;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


.category-list li {
	border: 1px solid #000;
	/* Kolor i styl obramowania */
	padding: 5px 10px;
	/* Wypełnienie wewnątrz kategorii */
	margin: 5px 0;
	/* Odstęp między kategoriami */
}

.modal {top: auto;}
/* Nowa klasa dla modalu */
.modal-above-div {
    position: absolute;
    z-index: 1050; /* Upewnij się, że z-index modala jest wyższy niż z-index innych elementów */
}

/* Stylowanie modalu */
.modal-content {
    margin-top: -20px; /* Dostosuj wartość marginesu, aby modal wyświetlał się dokładnie nad divem */
	box-shadow: 0px 0px 25px #b2b2b2 !important;
}
.modal-backdrop {display: none;}


/* nowa koniec */

#cib:focus {
	outline: 0 !important;
}

/*.label1*/
/*.weryfikacja1 input[type="checkbox"] {margin: 10px !important;}
#cib:focus {outline:0 !important;}
.button-right{float: right;}
.button-zaokraglony:focus {outline:0 !important;}
.button-zaokraglony{
    background: #000000;
    padding: 6px 13px 3px;
    color: white;
    font-weight: 500;
    font-size: 16px;
	border: 0px;
	margin: 10px;
    border-radius: 20px !important;
}
.button-zaokraglony:hover {background: #27899b;}
.buttony-margin{margin-top: 30px;}*/
#scroll-top-link {
	display: none;
}

h1.h1-blog {
	font-size: 35px !important;
	text-transform: none !important;
}

h2.h2-blog {
	font-size: 20px !important;
	text-transform: none !important;
}

.wstep-blog {
	font-style: italic;
}

.datepicker table tr td.disabled {
	background: #d0d0d0 !important;
	color: black !important;
}

.avia_transform a:hover .image-overlay {
	display: none !important;
}

.image-overlay-inside {
	display: none;
}

.blocker {
	z-index: 99999 !important;
}

.modal a.close-modal {
	top: 5px !important;
	right: 5px !important;
	width: 20px !important;
	height: 20px !important;
}

.wysz-wspolny-styl {
	text-align: center;
	margin: 15px;
	padding: 10px 20px;
	border: 1px solid;
	border-radius: 20px;
}

.psych1 {
	background-color: red;
	padding: 6px 10px 4px;
	color: white;
}

.altumcode-live-counter-description {
	font-size: 20px !important;
}

#header {
	transition: top 0.3s;
}

.rozpocznij-button {
	padding: 10px 15px;
	background: #000000;
	color: white;
	border-radius: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.rozpocznij-button a {
	color: white !important;
}

h1.h1naglowek {
	font-size: 27px !important;
	margin-bottom: 15px;
}

h2.h2naglowek {
	font-size: 20px !important;
	margin-bottom: 15px;
	text-transform: none !important;
}

h2 {
	text-transform: none !important;
}

h3 {
	font-size: 14px;
}

.blogh1 {
	text-transform: none !important;
}

h1 {
	text-transform: none !important;
}

a.zarejest :visited {
	color: white !important;
}

a.zarejest {
	color: white !important;
	font-weight: 600;
}

a.zarejest:hover {
	color: white;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}

.koddiv1 {
	font-size: 15px;
	font-family: Montserrat;
	text-transform: uppercase;
	line-height: 35px;
}

.sub_menu li {
	border-right: 0px;
}

.koddiv1 strong {
	color: #000000 !important;
	font-weight: 600;
	background: yellow;
	padding: 2px 10px;
	border-radius: 25px;
	text-transform: lowercase;
}

.koddiv1 a {
	color: white !important;
}

.ukraina {
	color: #005BBB !Important;
	background: #FFD500;
	font-weight: 700 !Important;
}

.dodaj-foto {
	background-color: #000000 !important;
	color: white !important;
	font-weight: 700 !important;
}

.marquee {
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFF;
	animation: marquee 15s linear infinite;
}

/* Make it move */
@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-100%, 0);
	}
}




.dlaczego {
	margin: 10px 0px;
}

/* .page-id-52 .wyszukiwarka {display: none;} wyszukiwarka na stronie głównej*/
.page-id-558 .menumojekonto {
	display: block;
}

.page-id-7024 .bottom-bar-aplikacja, .page-id-7027 .bottom-bar-aplikacja, .page-id-1155 .bottom-bar-aplikacja {
	display: none;
}

.menumojekonto .avia-menu-text {
	font-weight: 600;
	color: #000000;
}

/*
.page-id-558 #koddiv {display: block !Important;}
.page-id-1155 #koddiv {display: block !Important;}
.page-id-558 .koddiv0 {display: none !important;}
.page-id-558 .koddiv1 {display: block !important;}

.page-id-1155 .koddiv0 {display: none !important;}
.page-id-1155 .koddiv1 {display: block !important;}
*/
#widocznykod {
	display: none;
	margin-top: 10px;
}

.page-id-1155 #widocznykod {
	margin-top: 0px;
}

.page-id-30 #widocznykod {
	margin-top: 0px;
}

.page-id-558 #widoczneopinie {
	display: none;
}

.page-id-558 #widocznykod {
	display: none;
}

.page-id-30 #widoczneopinie {
	display: none;
}

.page-id-30 #widocznykod {
	display: none;
}




.wer1 {
	text-align: justify;
}

.wer3 {
	font-size: 14px;
	padding: 20px 20px 5px;
	background: #f9f9f9;
}

.dziekujemy1 {
	max-width: 1200px;
	margin: auto;
	padding: 35px;
}

.weryfikacja-drslim-informuje {
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
	margin-right: 10px;
}

.witaj {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.witaj-dzieki {
	font-size: 15px;
	line-height: 26px;
}

.witaj-kod {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0px;
}

.witaj-ponow {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 10px;
}

.witaj-ponow:hover {
	color: #ffffff;
	background-color: #1a92a9;
}

.witaj-fb {
	color: #ffffff;
	text-decoration: none;
	background-color: #c00404;
	padding: 5px 10px;
	border-radius: 10px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 600;
}

.witaj-fb:hover {
	color: #ffffff;
	background-color: #1a92a9;
}

hr.witaj-hr {
	margin: 25px 0px 10px;
}

.kod-rabatowy-glowna {
	color: white;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	letter-spacing: 4px;
}

.kod-rabatowy-glowna1 {
	color: white;
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
	letter-spacing: 3px;
}

.cena39 {
	font-size: 25px !Important;
	font-weight: 900 !important;
}

#minipasek {
	background: #fbfbfb !important;
	height: 40px;
}

.minipasek2 {
	max-width: 1210px;
	margin: auto;
	padding: 10px 30px;
}

.przejdz-do-formularza {
	text-align: center;
	margin-top: 40px;
}

#blockAcount {
	margin: 50px auto;
	max-width: 1100px;
}

#blockAcount .row {
	margin: 0px;
}

#blockLogin {
	max-width: 600px;
	margin: 50px auto;
	text-align: center;
	border: 1px solid #c1c1c1;
	padding: 55px 30px;
	box-shadow: 0px 0px 10px #989898;
}


#blockRemember {
	max-width: 600px;
	margin: 50px auto;
	text-align: center;
	padding: 25px;
	box-shadow: 0px 0px 10px #989898;
}

#blockRegister {
	max-width: 600px;
	margin: 50px auto;
	box-shadow: 0px 0px 10px #989898;
	padding: 50px 30px 80px;
}

#blockRegisterOK {
	max-width: 600px;
	margin: 50px auto;
	padding: 55px 30px;
	box-shadow: 0px 0px 10px #989898;
}

#cib {
	margin-top: 20px;
	background: #000000;
	border: 0px solid;
	padding: 6px 13px 3px;
	color: white;
	font-weight: 500;
	font-size: 16px;
	border-radius: 20px;
}

#registerFoto {
	background: #000000;
	padding: 6px 13px 3px;
	color: white;
	font-weight: 500;
	font-size: 14px;

	border-radius: 20px !important;
}

#zgodaInfo {
	font-weight: 400 !important;
}

.kodrabatowy1 {
	padding: 5px 15px;
	/*border: 1px solid #d2d2d2;
	background-color: #f9f9f9;*/
}

.kodrabatowy2 {
	align-items: center;
}

.kod-jezeli {
	padding: 15px;
}

.moje-konto-sidebar {
	border: 1px solid #c1c1c1;
	padding: 25px;
	box-shadow: 0px 0px 10px #c1c1c1;
}

.moje-konto-content {
	border: 1px solid #c1c1c1;
	padding: 35px;
	box-shadow: 0px 0px 10px #c1c1c1;
}



.moje-konto-sidebar #name {
	font-size: 27px;
	text-align: center;
	line-height: 25px;
	font-weight: 700;
	margin: 20px auto 2px;
}


.moje-konto-sidebar #pesel {
	text-align: center;
	margin: 5px auto;
	font-weight: 500;
	font-size: 22px;
	color: #7b7b7b;
}

.moje-konto-sidebar #mail {
	text-align: center;
	margin: -6px auto 10px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
}

.moje-konto-sidebar #weryf {
	text-align: center;
	margin: -5px auto 15px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	background: #008a27;
	padding: 4px 10px 3px;
	border-radius: 15px;
}

.account-sidebar #changePass {
	width: 60%;
	text-align: center;
	margin: 5px auto;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.account-sidebar #changeMail {
	width: 60%;
	text-align: center;
	margin: 5px auto;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.account-sidebar #changePhone {
	width: 60%;
	text-align: center;
	margin: 5px auto;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.account-sidebar #marketingAgreement {
	width: 60%;
	text-align: center;
	margin: 5px auto;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.account-sidebar #deleteAccount {
	width: 60%;
	text-align: center;
	margin: 5px auto;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.account-sidebar #changePass:hover {
	background: #000000;
	color: white;
}

.account-sidebar #changeMail:hover {
	background: #000000;
	color: white;
}

.account-sidebar #changePhone:hover {
	background: #000000;
	color: white;
}

.account-sidebar #marketingAgreement:hover {
	background: #000000;
	color: white;
}

.account-sidebar #deleteAccount:hover {
	background: red;
	color: white;
}


.moje-konto-sidebar #recipt {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #code {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #recipt1 {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #changePass {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #settings {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #marketingAgreement {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #verification {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
	font-weight: 700;
	color: #c83232;
}

.moje-konto-sidebar #neworder {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #newtel {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #communicatorWWW {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #reciptList {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #invoiceList {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.moje-konto-sidebar #logut {
	text-align: center;
	margin: 2px auto;
	cursor: pointer;
}

.newMessege {
	color: red;
	font-weight: 700
}


#my_camera video {
	transform: none !important;
	width: 100% !important;
	height: 250px !important;
}

#my_camera {
	width: 100% !important;
	height: 100% !important;
}

.nowehaslo {
	color: #245687;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	padding: 15px;
}

.foty-mobile {
	text-align: center;
}

.weryfikacja {
	font-size: 20px;
	font-weight: 700;
	color: #245687;
	text-align: center;
	margin-bottom: 15px;
}

.weryfikacja1 ul {
	list-style: disc !important;
	margin-left: 20px;
}

.weryfikacja1 {
	font-size: 15px;
	line-height: 27px;
}

.weryfikacja2 {
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.weryfikacja2 img {
	border: 1px solid #000;
	border-bottom: none;
	margin-top: 15px;
}

.weryfikacja3 {
	padding: 7px 10px;
	display: inline-block;
	padding: 7px 10px;
	display: inline-block;
	background: #f9f9f9;
	border: 1px solid #000;
	border-top: none;
}


.fotyclass {
	margin-bottom: 2px !important;
	font-size: 17px;
	color: #245687;
	font-weight: 500;
	text-align: center;
}

.fotyclass1 {
	margin-bottom: 14px !important;
	font-size: 14px;
	color: #245687;
	font-weight: 500;
	text-align: center;
}

.info-dowod {}

.uruchom {
	margin-bottom: 10px;
	text-align: center;
}

.fotyborder {
	border: 0px solid;
	padding: 10px;
	text-align: center;
}


.image-overlay.overlay-type-extern .image-overlay-inside:before {
	display: none;
}

/*#top #main .sidebar {
	position: fixed;
	z-index: 10;
width: 317px;}*/

b {
	color: #000000 !Important;
}

.container .minor-meta {
	color: #000000 !important;
}

.entry-content-header:hover {
	background-color: #f8f8f8;
}

.bloglist-simple .entry-content-header {
	padding: 20px 60px 15px 20px;
}

.post-meta-infos a {
	border-color: #000000;
}

.avia-content-slider .fake-thumbnail .slide-image {
	display: none;
}

.html_elegant-blog .avia-content-slider .slide-entry-title {
	font-size: 18px !important;
	text-transform: none;
	padding: 0px 0 15px;
	letter-spacing: 1px;
	line-height: 20px !important;
	margin-bottom: 10px;
}

.slide-entry-overview {}

.com11-www {
	font-size: 14px;
	color: white;
	padding: 10px;
	margin-top: 10px;
	font-weight: 500;
	border-radius: 20px;
	background: #3cbd0a;
}

.com11-www a {
	color: #ffffff
}

.com11-www a:hover {
	color: #ffffff;
}

.com12-www {
	font-size: 15px;
	padding: 10px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: #3cbd0a;
}

.com13-www {
	font-size: 15px;
	padding: 10px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: red;
	color: white;
}

.com12-www a {
	color: #ffffff
}

.com12-www a:hover {
	color: #ffffff;
}

.glowna-wyszukiwarka-nie-realizujemy-www {
	font-size: 15px;
	padding: 10px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: red;
	color: white;
}

.wyszukiwarka-dok-medyczna {
	font-size: 15px;
	padding: 10px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: red;
	color: white;
}

.wyszukiwarka-dok-medyczna-mobile {
	font-size: 15px;
	padding: 10px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: red;
	color: white;
}

.com22-www {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 700;

}

.com22-www a {
	color: red;
}

.com22-www a:hover {
	color: #000000;
}








.com11-mobile {
	font-size: 13px;
	padding: 10px;
	color: white;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: #3cbd0a;
}

.com11-mobile a {
	color: #ffffff
}

.com11-mobile a:hover {
	color: #ffffff;
}

.com12-mobile {
	font-size: 13px;
	padding: 10px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: #3cbd0a;
}

.com13-mobile {
	font-size: 13px;
	padding: 10px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: red;
	color: white;
}

.glowna-wyszukiwarka-nie-realizujemy-mobile {
	font-size: 13px;
	padding: 10px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: red;
	color: white;
}


.com12-mobile a {
	color: #ffffff
}

.com12-mobile a:hover {
	color: #ffffff;
}

.com22-mobile {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 700;


}

.com22-mobile a {
	color: red;
}

.com22-mobile a:hover {
	color: #000000;
}


.popup-przejdz {
	padding: 7px 20px;
	background: #319234;
	color: white;
	border-radius: 20px;
	font-size: 17px;
}

.wyszukiwarka-popup input[type='text'] {
	border-radius: 20px !important;
	padding: 5px 15px !important;
}

.popup-naglowek {
	font-size: 16px;
	padding: 20px 0px;
	text-align: center;
	color: black;
}

.slesz {
	font-size: 25px;
}

.blog-naglowek1 {
	margin-top: 15px;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-naglowek2 {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

ul.wer2 {
	margin-bottom: 20px;
	margin-left: 30px;
}

ol.wer4 {
	margin-bottom: 20px;
	margin-left: 30px;
}

hr.bloghr {
	margin-top: 80px;
}

ul.blog {
	padding-left: 20px;
	margin-bottom: 10px;
}

ol.blogol {
	padding-left: 5px;
	list-style-type: square;
	font-size: 13px;
	font-style: italic;
}

ol.blogol li {
	padding-bottom: 10px;
}

.page-id-2033 #face-slider {
	display: none !important;
}

.page-id-30 #face-slider {
	display: none !important;
}

.page-id-5781 #face-slider {
	display: none !important;
}

.page-id-558 #face-slider {
	display: none !important;
}

.page-id-1155 #face-slider {
	display: none !important;
}

.page-id-1171 #face-slider {
	display: none !important;
}

.page-id-1152 #face-slider {
	display: none !important;
}

.kafelki-szybka {
	font-size: 30px;
	color: #000000;
	text-align: center;
}


img {
	border-radius: 0 !important;
}

.kafelki-wysokosc:hover {
	background-color: #efefef !important;
}

.kafelki-wysokosc .av-image-caption-overlay-center {
	font-weight: 700;
	text-shadow: 1px 1px 5px #000;
}

.kafelki-opis {
	padding: 0px 0px 0px 25px;
	font-size: 15px;
	margin: 25px 0px;
	min-height: 73px;
}

.kafelki-opis a {
	text-decoration: underline;
	color: #6c6c6c;
	font-size: 12px;
}

ul.kafelki {
	list-style-position: outside !important;
}

.kafelki-formularz a {
	font-weight: 500;
	font-size: 14px;
}

.kafelki-formularz a:hover {
	color: #1491a8;
}

.kafelki-tylko {
	text-align: right;
}

.kafelki-tylko a {
	padding: 5px 10px;
	background-color: #000000;
	color: white;
	border-radius: 20px;
}

.kafelki-tylko a:hover {
	color: white;
	background-color: #1491a8;
}

.wyszukiwarka input[type='text'] {
	padding-left: 20px !important;
	border-radius: 20px !important;
}

.szukaj input[type='text'] {
	border-radius: 20px !important;
}

.page-id-30 #custom_html-2 {
	display: none !Important;
}

/*.page-id-558 #custom_html-2 {display: none !Important;}*/
.szukaj {
	padding: 0px;
}

.main_color .pricing-table li.avia-heading-row {
	padding: 15px;
	font-size: 17px;
	font-weight: 600;
}

.phone-info {
	font-size: 15px;
	font-family: Montserrat;
	text-transform: uppercase;
	line-height: 35px;
}

.phone-info span {
	color: #ffffff;
}

/*.av_phone_active_right .phone-info {float: none; text-align: center;}*/
#header_meta {
	background-color: #000000;
	margin: 0 auto;
	min-height: 45px;
}

.text-sep-date {
	display: none;
}

.text-sep-cat {
	display: none;
}

.blog-categories {
	display: none;
}

.text-sep-comment {
	display: none;
}

.blog-author {
	display: none;
}

.comment-container {
	display: none;
}

.av-magazine-content-wrap {
	border-bottom: 0px;
}

/*.av-magazine .av-magazine-cats-wrap {display: none;}*/
.av-magazine .av-magazine-content-wrap .av-magazine-title {
	font-size: 16px;
}

.av-magazine-time {
	font-size: 10px !important;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.pricing-table li.avia-pricing-row {
	font-size: 40px;
	line-height: 35px;
	padding: 15px 10px;
}

.pricing-table.avia-highlight-col>li:last-child {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #2fc8e3;
}


.btn-zaswiadczenie {
	color: #fff;
	font-size: 13px;
	padding: 5px 7px;
	background-color: #008da7 !important;
	border-width: 0px;
	font-weight: 700;
	border-radius: 0px !Important;
}

.btn-zaswiadczenie:hover {
	color: #fff;
	background-color: #000000 !important;
}

.avia-button.avia-size-large {
	font-size: 16px !important;
	font-weight: 600 !important;
}

#twoja-glowna p {
	margin: 0 !Important;
}

.twoja {
	font-family: Montserrat;
	font-size: 60px;
	font-weight: 900;
	line-height: 65px;
	color: #000000;
	text-align: right;
}

.twoja-div {
	background: #ffffff;
	padding: 35px;
}


.page-id-52 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-30 .margin-formularz-top-bottom li {
	list-style: none !important
}

.page-id-7833 .margin-formularz-top-bottom li {
	list-style: none !important
}

.page-id-12147 .margin-formularz-top-bottom li {
	list-style: none !important
}

.page-id-2033 .margin-formularz-top-bottom li {
	list-style: none !important
}

.page-id-762 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-762 th {
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}

.page-id-762 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-762 li {
	margin: 0;
	padding: 5px 0px;
}

.page-id-762 ul {
	margin-left: 0px;
}



.page-id-52 th {
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}

.page-id-2376 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-2819 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-52 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-52 li {
	margin: 0;
}

/* padding: 5px 0px; */
.page-id-52 ul {
	margin-left: 0px;
}

.avia_cookie_text {
	margin-bottom: 10px;
}

.entry ol.letters li {
	list-style-type: lower-alpha !important;
}

#face-slider {
	position: fixed;
	/* sprawia że slider jest widoczny w stałym miejscu przeglądarki, nie przewija się wraz ze stroną, a pozostaje w miejscu */
	right: -292px;
	/* pozycjonuje slider poza widoczny obszar okna przeglądarki, efekt schowania */
	top: 50%;
	/* pozycjonuje slider 190px od góry okna przegladarki */
	z-index: 100;
	/* po wyjechaniu, otworzeniu się slidera, jego okno ma być ponad wszystkimi innymi warstwami - na samej górze */
}

#face-slider #tab {
	cursor: pointer;
	/* zmienia domyślny kursor na wskazującą rączkę - tylko efekt wizualny */
	height: 110px;
	/* wysokość diva, będącego zakładką, również wysokość grafiki */
	width: 35px;
	/* szerokość widocznej zakładki, również szerokość grafiki zakłądki */
	float: left;
	/* przyleganie do lewej krawędzi kontenera slidera */
	background: url(https://medicept.pl/wp-content/uploads/2020/09/facebook-slider.png) no-repeat center center;
	/* wstawiamy link do grafiki z zakładką */
}

#face-code {
	padding: 5px;
	/* definiuje odstęp od krawędzi kontenera pluginu Facebooka */
	border: solid #0170cf 3px;
	/* ustawia ładną niebieską ramkę dookoła widgetu Facebooka */
	background: #fff;
	/* ustawia białe tło pod pluginem Facebook */
	float: left;
	/* przyleganie do lewej, czyli ma przylegać do kontenera zakładki */
	width: 286px;
	/* szerokość  */
	-moz-border-radius: 0 0 0 8px;
	/* zaokrągla lewy dolny róg */
	-webkit-border-radius: 0 0 0 8px;
	/* zaokrągla lewy dolny róg*/
	border-radius: 0 0 0 8px;
	/* zaokrągla lewy dolny róg */
}


/* Style the button that is used to open and close the collapsible content */
/*.collapsible {
	background-color: #000000 !important;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  padding: 5px;
}*/
.collapsible {
	color: #000;
	cursor: pointer;
	border: none;
	font-size: 14px;
	font-weight: 600;
}

.collapsible-rodo {
	color: #000;
	cursor: pointer;
	border: none;
	font-size: 12px;
	font-weight: 600;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active,
.collapsible-rodo:hover {
	background-color: #f8f8f8;
}*/

.av-toggle-switch {
	background-color: transparent !important;
}

/*.collapsible-rodo:active::before	 {  content:"Rozwiń";}
.collapsible-rodo:active::after	 {  content:"Zwiń";}*/
/* Style the collapsible content. Note: hidden by default */
.content2 {
	border-right-width: 0px;
	display: none;
	overflow: hidden;
	background-color: #fff;
}

.rodo2 {
	border-right-width: 0px;
	display: none;
	overflow: hidden;
	background-color: #fff;
}







.odbierz-div {
	background: #000000;
	padding: 22px 25px 15px 25px;
}

.odbierz {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 700;
	color: #ffffff;
}


.zdobadz-div {
	background: #000000;
	padding: 32px 35px 25px 35px;
}

.zdobadz {
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 900;
	color: #ffffff;
}

.wypelnij-formularz {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.wypelnij-formularz1 {
	font-family: Montserrat;
	font-size: 70px;
	font-weight: 900;
	line-height: 70px;
	color: #a1a0a0;
}

.wypelnij-formularz2 {
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 900;
	color: #000000;
	display: inline-block;
	margin-top: 20px;
}

.erecepta-glowna {
	width: 670px;
	margin: 0 auto;
	text-align: center;
}

.erecepta-glowna img {
	width: 650px;
}

#poznaj-lekarzy .erecepta-glowna {
	margin: 0;
}

.erecepta-napis {
	font-family: Montserrat;
	font-size: 120px;
	font-weight: 900;
	line-height: 70px;
	text-transform: none !important;
	color: #a1a0a0 !important;
}

.bezpieczenstwo2 {
	font-family: Montserrat;
	font-size: 120px;
	font-weight: 900;
	line-height: 70px;
	color: #a1a0a0;
}

.bezpieczenstwo {
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 900;
	float: right;
	color: #000000;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
}

h4 {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
}


.erecepta-online {
	font-family: Montserrat;
	font-size: 50px;
	font-weight: 900;
	float: right;
	color: #000000;
	display: inline-block;
	margin-top: 20px;
}

.tylko {
	font-family: Montserrat;
	font-size: 55px;
	font-weight: 900;
	color: #000000;
	display: inline-block;
}

.tylko1 {
	font-family: Montserrat;
	font-size: 100px;
	font-weight: 900;
	color: #000000;
	display: inline-block;
}




.kontynuacja {
	font-size: 28px;
	font-family: Montserrat;
	font-weight: 600;
	display: inline-block;
	margin-top: 0px;
	color: #fff;
	background-color: #000000;
	padding: 17px;
}

.jaktodziala {
	align-items: center;
	display: flex;
}

.jaktodziala1 {
	float: left;
	padding: 10px;
	text-shadow: 4px 4px #36373D;
	font-size: 110px;
	font-family: Montserrat;
	font-weight: 900;
	color: #000000;
	width: 130px;
}

.jaktodziala2 {
	padding: 10px;
	font-size: 25px;
	line-height: 30px;
	font-family: Montserrat;
	font-weight: 900;
	color: #000000;

}

.container_wrap_first {
	border-color: #fff;
}

.naszym-celem {}

.jaktodziala-opis {
	background-color: rgba(255, 255, 255, 0.8);
	font-family: Montserrat;
	font-weight: 500;
	font-style: italic;
	color: #707070;
	padding: 10px 10px 10px 25px;
}

.antykoncepcja-opis {
	font-family: Montserrat;
	font-weight: 500;
	font-style: italic;
	color: #707070;
	padding: 10px 10px 10px 10px;
}

.jaktodziala-opis dl,
.jaktodziala-opis ol,
.jaktodziala-opis ul {
	margin-top: 0;
	margin-bottom: 0;
}

.margin-row {
	padding-bottom: 30px;
}

.nasi {
	padding: 10px;
	font-size: 45px;
	line-height: 45px;
	font-family: Montserrat;
	font-weight: 900;
	color: #000000;
	text-align: center;
}

.nasi2 {
	padding: 10px;
	font-size: 25px;
	line-height: 25px;
	font-family: Montserrat;
	font-weight: 900;
	color: #000000;
	text-align: center;
}

.duzytekst-przedformularzem {
	padding: 10px;
	font-size: 35px;
	line-height: 35px;
	font-family: Montserrat;
	font-weight: 900;
	color: #000000;
	text-align: center;
}

#top select {
	margin-bottom: 0px;
}

#top input[type="text"] {
	margin-bottom: 0px;
	border-radius: 10px;	
}

.row {
	margin-bottom: 0px;
}



.naglowek {
	font-size: 25px;
	color: blue;
}

.rowno {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	margin-top: 12px;
}


#erecepta ul {
	list-style-type: none !important;
}




/*#top input[type="text"] {    padding: 5px 15px;}*/
.entry-content-wrapper li {
	margin: 0;
	padding: 0;
}

.btn-primary {
	background-color: #000000;
	border-color: #000000;
}

.btn-primary:disabled {
	background-color: #777777;
	color: #ffffff;
	border-color: #777777;
}

.pierwszy-error {
	background-color: red;
	color: white;
	padding: 10px 20px;
	margin-top: 20px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}



.pytania-error {
    padding: 8px 10px;
    background-color: #ffeaea;
    border-radius: 5px;
    font-size: 14px;}

.closeRow {
	font-weight: 700px;
}


label {
	margin-bottom: 0 !important;
}

.przyciski {
	margin-top: 30px;
	text-align: center;
}

.col-nopadding {
	padding-left: 0px;
}

.place {
	padding: 10px 30px;
	font-size: 20px;
	margin: 10px 0px;
	background: #D1E772  !important;
	color: black !important;
	border: 1px solid black !important;
	border-radius: 10px !Important;
}

.place:hover {
	background: #97c300;
	color: white !important;
}

.cena {
	font-size: 38px;
	color: #97c300;
	font-weight: 00;
}

#infoText10 {
    padding: 8px 10px;
    background-color: #dcf4d7;
    border-radius: 5px;
    font-size: 15px;
}

.kroki {
	font-size: 16px;
	line-height: 22px;
	margin-right: 25px;
	font-weight: 900;
	color: #000000;
}

.dodaj-lek:hover {
	background-color: #14a3be !important;
	border-color: #14a3be !important
}

.wypelnij-button {
	margin-top: 30px;
	font-size: 23px;
}

.wypelnij-button:hover {
	background-color: #14a3be !important;
	border-color: #14a3be !important
}

.podglad {
	font-size: 25px;
	line-height: 25px;
	font-family: "Lato", sans-serif !important;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
	color: #000000;
}

.podglad-nowy {

	font-family: "Lato", sans-serif !important;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 5px;
	color: #000000;
    font-size: 15px;
    font-style: normal;
}

.podgladua {
	font-size: 20px;
	line-height: 20px;
	font-family: Montserrat;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
	color: #000000;
}

.pamietaj {
	font-family: Montserrat;
	color: red;
	background-color: red;
	padding: 5px 15px 5px 15px;
	color: white;
	font-size: 15px;
	font-weight: 600;
}


#erecepta li {
	margin: 0;
	padding: 5px 0px;
}

.page-id-30 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-7833 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}


.page-id-5781 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-30 th {
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}

.page-id-30 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-7833 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-5781 th {
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}

.page-id-5781 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-30 .margin-formularz-top-bottom li {
	margin: 0;
	padding: 5px 0px;
}

.page-id-30 .margin-formularz-top-bottom ul {
	margin-left: 0px;
}

.page-id-7833 .margin-formularz-top-bottom li {
	margin: 0;
	padding: 5px 0px;
}

.page-id-7833 .margin-formularz-top-bottom ul {
	margin-left: 0px;
}


.page-id-2033 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-2033 th {
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}

.page-id-2033 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-2033 .margin-formularz-top-bottom li {
	margin: 0;
	padding: 5px 0px;
}

.page-id-2033 .margin-formularz-top-bottom ul {
	margin-left: 0px;
}


.page-id-558 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-558 th {
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}

.page-id-558 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-558 li {
	margin: 0;
	padding: 5px 0px;
}

.page-id-558 ul {
	margin-left: 0px;
}



.btn-primary:disabled:hover {
	background-color: #777777;
	color: #ffffff;
	border-color: #777777;
}



/*p {margin-bottom: 0px;}*/
/*.dodaj-lek {width: 250px; height: 50px;}
.przejdz-dalej {width: 250px; height: 50px;}*/
#footer1 p {
	margin-bottom: 0px;
	font-size: 13px;
}

#footer1 a {
	font-size: 13px;
}

.page-id-353 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-353 th {
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}

.page-id-353 input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.page-id-353 li {
	margin: 0;
	padding: 5px 0px;
}

.page-id-353 ul {
	margin-left: 0px;
}



.jesli {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	float: right;
	padding-left: 16px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
	.telekonsultacja-widget-tytul-cena {
	margin-left:0px}
	#menu-item-5793 {width: 220px;}
.e-recepta-container {min-height: 300px;}
	.telekonsultacja-widget {background-color: #F9FBFC;
		box-shadow: 0px 0px 10px #c5c5c5;
		padding: 20px;
	border-radius: 10px;
	margin: 5px;
	min-height: 300px;}
	
	#pobierzaplikacje {min-height:60px !Important; height: 60px;padding-top:5px; margin-top: -16px;}
#pobierzaplikacje p {margin: 0px !important}

	.nowa-strona-slider {font-family: lato; font-size: 53px; font-weight:600; color: #000000; line-height: 68px;
        margin-bottom: 24px;}
.nowa-strona-slider b {font-weight: 800; color: #D1E772 !important;}

	.bottom-bar-aplikacja .close-btn {
		margin-top: -97px;
		margin-left: -500px;
		border: 0;
	}

	.bottom-bar-aplikacja {

		border-radius: 15px 0 0 0;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 500px;
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}

	.bottom-bar-aplikacja img {
		width: 70%;
	}

	.pasek-aplikacja {
		display: flex;
		align-items: center;
	}

	.pasek-aplikacja1 {
		width: 65%;
	}

	.pasek-aplikacja2 {
		width: 35%
	}

	.pasek-aplikacja1-tekst1 {
		font-size: 22px;
		line-height: 25px;
	}

	.pasek-aplikacja1-tekst2 {
		font-size: 17px;
	}

	.tapp1 {
		overflow: auto;
	}

	.tapp2 {
		float: left;
		padding-top: 20px;
		width: 70%;
		font-family: Montserrat;
		font-weight: 500;
		line-height: 25px;
		font-size: 16px;
		letter-spacing: 1.2px;
		color: #FFFFFF;
	}

	.tapp3 img {
		width: 80px;
		margin-left: 30px;
		padding-top: 10px;
	}


	.tapp-h11 {
		color: #ffffff !Important;
		font-family: Montserrat;
		font-weight: 800;
		line-height: 50px;
		font-size: 50px;
		letter-spacing: 4.25px;
	}

	.tapp-tekst1 {
		font-family: Montserrat;
		font-weight: 700;
		line-height: 35px;
		font-size: 25px;
		letter-spacing: 1.4px;
		color: #FFFFFF;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.tapp-tekst2 {
		font-family: Montserrat;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: 400;
		line-height: 35px;
		font-size: 25px;
		letter-spacing: 1.4px;
		color: #FFFFFF;
	}



	.app1 {
		overflow: auto;
	}

	.app2 {
		float: left;
		padding-top: 40px;
		width: 60%;
	}

	.app3 img {
		width: 110px;
		margin-left: 20px;
	}


	.app-h11 {
		color: #ffffff !Important;
		font-family: Montserrat;
		font-weight: 800;
		line-height: 70px;
		font-size: 70px;
		letter-spacing: 4.25px;
	}

	.app-h11-ua {
		color: #ffffff !Important;

		font-family: Montserrat;
		font-weight: 800;
		line-height: 70px;
		font-size: 50px;
		letter-spacing: 4.25px;
	}

	.app-h1 {
		color: #000000 !Important;

		font-family: Montserrat;
		font-weight: 800;
		line-height: 70px;
		font-size: 70px;
		letter-spacing: 4.25px;
	}


	.pomoc-jezyk {
		font-family: Montserrat;
		font-weight: 500;
		line-height: 25px;
		font-size: 20px;
		letter-spacing: 1.2px;
		color: #FFFFFF;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.app-tekst1 {
		font-family: Montserrat;
		font-weight: 700;
		line-height: 35px;
		font-size: 25px;
		letter-spacing: 1.4px;
		color: #FFFFFF;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.app-tekst2 {
		font-family: Montserrat;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: 400;
		line-height: 35px;
		font-size: 25px;
		letter-spacing: 1.4px;
		color: #FFFFFF;
	}


	.page-id-1187 .recepta-sub ul.sub-menu {
		width: 220px;
	}
	.page-id-10022 .recepta-sub ul.sub-menu {
		width: 220px;
	}
	.page-id-6355 .recepta-sub ul.sub-menu {
		width: 220px;
	}

	.recepta-sub ul.sub-menu {
		width: 180px;
	}

	.pobierz {
		margin-top: 20px;
		margin-left: -16px;
	}

	.kontakt-css {
		display: none !important;
	}

	.page-id-30 #widoczneopinie {
		margin-top: -5px !important;
	}

	.page-id-558 #widoczneopinie {
		margin-top: -5px !important;
	}

	.widget {
		padding: 25px 0 20px 0;
	}

	.av-main-nav>li>a {
		padding: 0px 10px !Important;
	}

	#top #header .av-main-nav>li>a {
		font-size: 13px;
		letter-spacing: 0;
	}

	.moje-konto-sidebar .menuitem:hover {
		background: #000000;
		color: white;
	}

	.page-id-30 .koddiv1 {
		margin-top: 3px !important;
	}

	.page-id-558 .koddiv1 {
		margin-top: 3px !important;
	}

	.page-id-1155 .koddiv1 {
		margin-top: 9px !important;
	}

	#top .av-main-nav ul a {
		padding: 0px 12px;
	}

	/*.av-main-nav ul {left: -90px;}*/
	.tysiace-napis {
		font-family: Montserrat;
		font-size: 32px;
		font-weight: 900;
		line-height: 40px;
		color: #a1a0a0;
	}

	.tysiace-dolacz {
		font-family: Montserrat;
		font-size: 20px;
		font-weight: 700;
		float: left;
		color: #000000;
		display: inline-block;
		margin-top: 5px;
	}

	.bloglist-simple .read-more-link {
		right: 70px;
	}

	/* Add your Desktop Styles here */
	/*#kafelki-szerokosc {padding-left: 100px;
    padding-right: 100px;}*/
	.cisnienie {
		float: right;
	}

	.row2 {
		flex-wrap: unset;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	#kafelki-szerokosc .av_one_third {
		margin-left: 2%;
		width: 31%;
	}

	.szary {
		background-color: grey;
	}

	.wyszukiwarka-napis {
		max-width: 850px;
		height: 20px;
		margin-top: -35px;
		margin-bottom: 20px;
		text-align: center;
		margin-left: 220px;
		font-size: 14px;
		color: #000000;
		font-weight: 500;
	}

	.wyszukiwarka-strona ul {
		list-style-type: none;
	}

	.wyszukiwarka-strona li a {
		max-height: 50px !important;
	}

	#top label {
		font-size: 14px;
	}

	.wyszukiwarka-strona {
		text-align: center;
		/*margin-left: 220px;
max-width: 850px;*/
	}

	#n_h2 {
		width: 220px !important;
		border: 1px solid #000000 !important;
		text-align: center !Important;
	}

	#n_h2-www {
		width: 100% !important;
		
	}

	#n_h2-www ul.typeahead {display: contents !important;}

	#n_h2-mobile {
		width: 220px !important;
	}

	.wyszukiwarka li a {
		height: 50px !important;
		max-height: 50px !important;
	}

	#top label {
		font-size: 14px;
	}

	.wyszukiwarka {
		text-align: center;
		margin-left: 220px;
		max-width: 850px;
	}

	.com1 {
		font-size: 13px;
		border-radius: 20px;
		line-height: 17px;
		font-weight: 500;
		padding: 5px 3px 3px 3px;
		background-color: #3cbd0a !important;
		margin-left: 10px;
	}

	.com1:hover {
		background-color: red !important;
	}

	.com1 a {
		color: white !important;
	}

	.com1 a:hover {
		color: white;
	}

	.com2 {
		font-size: 15px;
		line-height: 17px;
		border-radius: 20px;
		font-weight: 500;
		padding: 14px 3px 3px 3px;
		background-color: red !important;
		margin-left: 10px;
	}

	.com2:hover {
		background-color: red !important;
	}

	.com2 a {
		color: white !important;
	}

	.com2 a:hover {
		color: white;
	}



	



	.main_menu {
		display: flex;
		align-items: center;
	}


	.formularz-przyciski-telekonsultacja {text-align: right;}
	.formularz-przyciski {
		text-align: right;
	}


	.form-control {
		height: 45px !important;
		box-shadow: 1px 2px 6px #b2b2b2;
	}



	.dodaj-kolejny {
		margin-top: 40px;
	}

	#step1 {
	/*	padding: 15px 15px 5px 15px;*/
		background-color:#F2F2F7;
	}
	.wyszukiwarka-kafelek {padding: 15px 15px 5px 15px;}
	
	#step2 {
	/*	padding: 15px 15px 5px 15px;*/
		background-color:#F2F2F7;
	}

	#step3 {
	/*	padding: 15px 15px 5px 15px;*/
		background-color:#F2F2F7;
	}

	.ramka-podgladu {
		/*	padding: 15px 15px 5px 15px;*/
		background-color: #F2F2F7;
		border-left-width: 0px !important;

	}

	#erecepta th {
		padding: 10px;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0px;
		text-transform: none;
	}

	.przycisk a {
		color: white;
		text-decoration: none;
	}

	.label1 {
		font-size: 12px !important;
	}
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {

	    .responsive .logo img {
        max-width: 50%;}
	.span-telekonsultacja-widget-cena {		font-size: 18px; font-weight: 600;}
	.telekonsultacja-widget {background-color: #F9FBFC;
		box-shadow: 0px 0px 10px #c5c5c5;
	padding: 20px;
	border-radius: 10px;
	margin: 5px; }
	.recepta-skierowanie .tekstpl {display: none !important;}
	#ginekologonline {margin-bottom: -40px;}
	.rightblock-nowy {
		margin-top:20px;
		text-align: center;}
	.margin-formularz-top-bottom {padding: 20px 15px;}
	.margin-formularz-top-bottom-kafelek {padding: 30px 20px;} 
	.page-id-52 .margin-formularz-top-bottom-kafelek {margin-bottom: 70px !important;}
	/*.page-id-6355 .margin-formularz-top-bottom-kafelek {margin-bottom: 70px !important;}*/
	.bottom-bar-aplikacja {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}

	.close-btn {
		position: absolute;
		top: 0px;
		right: 5px;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: white;
		font-size: 30px;
		color: #fff;
		background-color: transparent;
		border: none;
		cursor: pointer;
	}

	.pasek-aplikacja {
		display: flex;
		align-items: center;
	}

	.pasek-aplikacja1 {
		width: 65%
	}

	.pasek-aplikacja2 {
		width: 35%
	}


	#face-slider {
		display: none !important;
	}

	.tapp1 {
		overflow: auto;
		display: flex;
		align-items: center;
	}

	.tapp2 {
		float: left;
		padding-top: 10px;
		width: 60%;
		font-family: Montserrat;

		font-weight: 500;
		line-height: 22px;
		font-size: 14px;
		letter-spacing: 1.2px;
		color: #FFFFFF;
	}

	.tapp3 img {
		width: 70px;
		margin-left: 30px;
		padding-top: 10px;
	}


	.tapp-h11 {
		color: #ffffff !Important;
		font-family: Montserrat;
		font-weight: 800;
		line-height: 40px;
		font-size: 40px;
		letter-spacing: 4.25px;
	}

	.tapp-tekst1 {
		font-family: Montserrat;
		text-align: left;
		font-weight: 500;
		line-height: 26px;
		font-size: 14px;
		letter-spacing: 1.2px;
		color: #FFFFFF;
	}

	.tapp-tekst2 {
		font-family: Montserrat;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: 400;
		line-height: 35px;
		font-size: 25px;
		letter-spacing: 1.4px;
		color: #FFFFFF;
	}



	.pomoc-jezyk {
		font-family: Montserrat;
		font-weight: 500;
		line-height: 22px;
		font-size: 18px;
		letter-spacing: 1.2px;
		color: #FFFFFF;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.app1 {
		overflow: auto;
		display: flex;
		align-items: center;
	}

	.app2 {
		float: left;
		width: 65%;
	}

	.app3 img {
		width: 70px;
		margin-left: 15px;
	}

	.app-h1 {
		color: #000000 !Important;
		font-family: Montserrat;
		font-weight: 800;
		line-height: 45px;
		font-size: 40px;
	}

	.app-tekst1 {
		font-family: Montserrat;
		text-align: left;
		font-weight: 500;
		line-height: 20px;
		font-size: 14px;
		letter-spacing: 1.2px;
		color: #FFFFFF;
	}

	.app-tekst2 {
		font-family: Montserrat;
		text-align: center;
		font-weight: 400;
		line-height: 25px;
		font-size: 18px;
		letter-spacing: 1px;
		color: #FFFFFF;
	}

	.pobierz {
		margin-top: 10px;
	}

	.pobierz img {
		width: 50%;
	}










	.pulse-button-czarny {
		font-size: 15px !important;
	}

	.pulse-button {
		font-size: 15px !important;
	}

	.phone-info {
		display: none;
	}

	.page-id-52 #menu-item-1260 {
		display: none !important;
	}

	.page-id-826 #menu-item-1260 {
		display: none !important;
	}

	#widoczneopinie {
		margin-top: 0px;
	}

	#widoczneopinie img {
		width: 238px;
		margin-top: -5px
	}

	#widocznykod {
		margin-top: -30px !important;
	}

	.menuitem span {
		padding: 3px 15px;
	}

	.moje-konto-sidebar span:hover {
		background-color: #000000;
		color: white;
	}

	.page-id-558 #widoczny24h {
		display: none !important;
	}

	.page-id-30 #widoczny24h {
		display: none !important;
	}

	.page-id-30 .phone-info {
		display: none !important;
	}

	.page-id-558 .phone-info {
		display: none !important;
	}

	.page-id-1155 .phone-info {
		display: none !important;
	}

	#header_meta .sub_menu>ul>li {
		float: none;
		padding: 10px 5px !important;
		line-height: 25px !important;
	}

	.page-id-1155 #header_meta .sub_menu>ul>li {
		float: none;
		padding: 10px 5px !important;
		line-height: 25px !important;
	}


	#top input[type="password"] {
		margin-bottom: 5px;
	}

	#blockRemember {
		width: 90%;
	}

	.kod-rabatowy-glowna {
		color: white;
		font-weight: 400;
		text-align: center;
		font-size: 15px;
		letter-spacing: 4px;
	}

	.kod-rabatowy-glowna1 {
		color: white;
		font-weight: 700;
		text-align: center;
		font-size: 20px;
		margin-top: 10px;
		letter-spacing: 3px;
	}

	.cena39 {
		font-size: 19px !Important;
		font-weight: 900 !important;
	}

	.moje-konto-content {
		padding: 25px;
		margin: 10px;
	}

	.moje-konto-sidebar {
		padding: 10px;
		margin: 10px;
	}

	#blockLogin {
		width: 90%;
		padding: 25px 20px;
	}

	.tysiace-napis {
		font-family: Montserrat;
		font-size: 26px;
		font-weight: 900;
		line-height: 26px;
		color: #a1a0a0;
		text-align: center !important;
	}

	.tysiace-dolacz {
		font-family: Montserrat;
		font-size: 17px;
		font-weight: 700;
		float: left;
		color: #000000;
		display: inline-block;
		margin-top: 5px;
	}


	.wyszukiwarka-strona ul {
		list-style-type: none;
	}

	.wyszukiwarka-strona li a {
		max-height: 50px !important;
	}


	.margines-ikona {
		max-width: 50px;
	}

	.jesli {
		text-align: left;
		padding-left: 0px;
	}

	.cisnienie {
		margin-top: 15px;
	}

	.kafelki-formularz a {
		font-weight: 500;
		font-size: 13px;
	}

	#kafelki-mobile {
		margin-top: -100px !important;
	}

	.wyszukiwarka-napis {
		line-height: 19px;
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px;
	}

	.wyszukiwarka {
		margin-left: 0px;
	}

	.com1 {
		font-size: 15px;
		line-height: 17px;
		font-weight: 500;
		border-radius: 20px;
		padding: 10px 6px 6px 6px;
		text-align: center;
		background-color: #3cbd0a !important;
		margin-top: 10px;
	}

	.com1:hover {
		background-color: #000000 !important;
	}

	.com1 a {
		color: white !important;
	}

	.com1 a:hover {
		color: white;
	}

	.com2 {
		font-size: 15px;
		border-radius: 20px;
		line-height: 17px;
		font-weight: 500;
		padding: 10px 6px 6px 6px;
		text-align: center;
		background-color: red !important;
		margin-top: 10px;
	}

	.com2:hover {
		background-color: red !important;
	}

	.com2 a {
		color: white !important;
	}

	.com2 a:hover {
		color: white;
	}

	.com11-www {
		font-size: 16px;
	}

	.com12-www {
		font-size: 16px;
	}

	.com22-www {
		font-size: 16px;
	}


	.com11-mobile {
		font-size: 16px;
	}

	.com12-mobile {
		font-size: 16px;
	}

	.com22-mobile {
		font-size: 16px;
	}

	#custom_html-2 {
		padding: 15px 0 10px 0 !important;
	}


	.podglad {
		font-size: 23px;
	}

	.formularz-przyciski {
		padding-top: 20px;
	}

	.formularz-przyciski-telekonsultacja {
		padding-top: 5px;
	}

	.ciaza {
		margin: 0 auto !important;
	}

	/*.page-id-52 #face-slider {display: none !important;}*/
	.page-id-52 .ramka-podgladu thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tablety {
		max-width: 250px !important;
	}



	page-id-762 .ramka-podgladu thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tablety {
		max-width: 250px !important;
	}


	.page-id-762 .ramka-podgladu tr {
		border: 1px solid #ccc;
	}

	.page-id-762 .ramka-podgladu td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.page-id-762 .ramka-podgladu td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.page-id-762 .ramka-podgladu td:nth-of-type(1):before {
		content: "Nazwa leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-762 .ramka-podgladu td:nth-of-type(2):before {
		content: "Postać leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-762 .ramka-podgladu td:nth-of-type(3):before {
		content: "Dawka leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-762 .ramka-podgladu td:nth-of-type(4):before {
		content: "Ilość w op.";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-762 .ramka-podgladu td:nth-of-type(5):before {
		content: "Ilość opakowań";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-762 .ramka-podgladu td:nth-of-type(6):before {
		content: "Usuń lek";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-762 .ramka-podgladu .td {
		padding: 5px;
	}

	.page-id-762 .btn {
		font-size: 13px;
		padding: 4px 7px;
	}


	.page-id-52 .ramka-podgladu tr {
		border: 1px solid #ccc;
	}

	.page-id-52 .ramka-podgladu td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.page-id-52 .ramka-podgladu td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.page-id-52 .ramka-podgladu td:nth-of-type(1):before {
		content: "Nazwa leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-52 .ramka-podgladu td:nth-of-type(2):before {
		content: "Postać leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-52 .ramka-podgladu td:nth-of-type(3):before {
		content: "Dawka leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-52 .ramka-podgladu td:nth-of-type(4):before {
		content: "Ilość w op.";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-52 .ramka-podgladu td:nth-of-type(5):before {
		content: "Ilość opakowań";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-52 .ramka-podgladu td:nth-of-type(6):before {
		content: "Usuń lek";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-52 .ramka-podgladu .td {
		padding: 5px;
	}

	/* #header_main {top: 0px;}*/
	/*
.page-id-30  thead th:not(:first-child) {
    display: none;
  }
.page-id-30  td, th {
    display: block;
    clear: both;
  }
.page-id-30  td[data-th]:before {
    content: attr(data-th);
    float: left;
  }*/
	/* Force table to not be like tables anymore */
	.ramka-podgladu table,
	.ramka-podgladu thead,
	.ramka-podgladu tbody,
	.ramka-podgladu th,
	.ramka-podgladu td,
	.ramka-podgladu tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-558 .ramka-podgladu thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.dodaj-kolejny {
		margin-top: 20px;
	}

	.page-id-558 .ramka-podgladu tr {
		border: 1px solid #ccc;
	}

	.page-id-558 .ramka-podgladu td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.page-id-558 .ramka-podgladu td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.page-id-558 .ramka-podgladu td:nth-of-type(1):before {
		content: "Nazwa leku";
	}

	.page-id-558 .ramka-podgladu td:nth-of-type(2):before {
		content: "Postać leku";
	}

	.page-id-558 .ramka-podgladu td:nth-of-type(3):before {
		content: "Dawka leku";
	}

	.page-id-558 .ramka-podgladu td:nth-of-type(4):before {
		content: "Ilość tabl. w op.";
	}

	.page-id-558 .ramka-podgladu td:nth-of-type(5):before {
		content: "Ilość opakowań";
	}

	.page-id-558 .ramka-podgladu td:nth-of-type(6):before {
		content: "Usuń lek";
	}





	.page-id-353 .ramka-podgladu thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.page-id-353 .ramka-podgladu tr {
		border: 1px solid #ccc;
	}

	.page-id-353 .ramka-podgladu td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.page-id-353 .ramka-podgladu td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.page-id-353 .ramka-podgladu td:nth-of-type(1):before {
		content: "Nazwa leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-353 .ramka-podgladu td:nth-of-type(2):before {
		content: "Postać leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-353 .ramka-podgladu td:nth-of-type(3):before {
		content: "Dawka leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-353 .ramka-podgladu td:nth-of-type(4):before {
		content: "Ilość w op.";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-353 .ramka-podgladu td:nth-of-type(5):before {
		content: "Ilość opakowań";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-353 .ramka-podgladu td:nth-of-type(6):before {
		content: "Usuń lek";
		font-weight: 700;
		padding: 5px;
	}


	.page-id-30 .ramka-podgladu thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.page-id-30 .ramka-podgladu tr {
		border: 1px solid #ccc;
	}

	.page-id-30 .ramka-podgladu td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.page-id-30 .ramka-podgladu td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.page-id-30 .ramka-podgladu td:nth-of-type(1):before {
		content: "Nazwa leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-30 .ramka-podgladu td:nth-of-type(2):before {
		content: "Postać leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-30 .ramka-podgladu td:nth-of-type(3):before {
		content: "Dawka leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-30 .ramka-podgladu td:nth-of-type(4):before {
		content: "Ilość w op.";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-30 .ramka-podgladu td:nth-of-type(5):before {
		content: "Ilość opakowań";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-30 .ramka-podgladu td:nth-of-type(6):before {
		content: "Usuń lek";
		font-weight: 700;
		padding: 5px;
	}





	.page-id-7833 .ramka-podgladu thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.page-id-7833 .ramka-podgladu tr {
		border: 1px solid #ccc;
	}

	.page-id-7833 .ramka-podgladu td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.page-id-7833 .ramka-podgladu td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.page-id-7833 .ramka-podgladu td:nth-of-type(1):before {
		content: "Nazwa leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-7833 .ramka-podgladu td:nth-of-type(2):before {
		content: "Postać leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-7833 .ramka-podgladu td:nth-of-type(3):before {
		content: "Dawka leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-7833 .ramka-podgladu td:nth-of-type(4):before {
		content: "Ilość w op.";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-7833 .ramka-podgladu td:nth-of-type(5):before {
		content: "Ilość opakowań";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-7833 .ramka-podgladu td:nth-of-type(6):before {
		content: "Usuń lek";
		font-weight: 700;
		padding: 5px;
	}






	

	.page-id-5781 .ramka-podgladu thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.page-id-5781 .ramka-podgladu tr {
		border: 0px solid #ccc;
	}

	.page-id-5781 .ramka-podgladu td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.page-id-5781 .ramka-podgladu td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.page-id-5781 .ramka-podgladu td:nth-of-type(1):before {
		content: "Nazwa leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-5781 .ramka-podgladu td:nth-of-type(2):before {
		content: "Postać leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-5781 .ramka-podgladu td:nth-of-type(3):before {
		content: "Dawka leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-5781 .ramka-podgladu td:nth-of-type(4):before {
		content: "Ilość w op.";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-5781 .ramka-podgladu td:nth-of-type(5):before {
		content: "Ilość opakowań";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-5781 .ramka-podgladu td:nth-of-type(6):before {
		content: "Usuń lek";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-2033 .ramka-podgladu thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.page-id-2033 .ramka-podgladu tr {
		border: 1px solid #ccc;
	}

	.page-id-2033 .ramka-podgladu td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.page-id-2033 .ramka-podgladu td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	.page-id-2033 .ramka-podgladu td:nth-of-type(1):before {
		content: "Nazwa leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-2033 .ramka-podgladu td:nth-of-type(2):before {
		content: "Postać leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-2033 .ramka-podgladu td:nth-of-type(3):before {
		content: "Dawka leku";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-2033 .ramka-podgladu td:nth-of-type(4):before {
		content: "Ilość w op.";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-2033 .ramka-podgladu td:nth-of-type(5):before {
		content: "Ilość opakowań";
		font-weight: 700;
		padding: 5px;
	}

	.page-id-2033 .ramka-podgladu td:nth-of-type(6):before {
		content: "Usuń lek";
		font-weight: 700;
		padding: 5px;
	}



	#q0Block .btn {
		font-size: 16px;
	}

	#q0Block .rowno {
		margin-top: 30px;
	}

	.page-id-52 .btn {
		font-size: 13px;
		padding: 4px 7px;
	}

	/* Add your Mobile Styles here */
	/* .page-id-30 .ramka-podgladu .table {table-layout: fixed;}
  /*.page-id-30 .ramka-podgladu .td {padding: 5px;}
  
   /* .page-id-558 .ramka-podgladu .table {table-layout: fixed;} */


	.page-id-558 .ramka-podgladu .td {
		padding: 5px;
	}

	.page-id-353 .ramka-podgladu .td {
		padding: 5px;
	}

	.page-id-30 .ramka-podgladu .td {
		padding: 5px;
	}

	.page-id-2033 .ramka-podgladu .td {
		padding: 5px;
	}

	.twoja {
		font-size: 25px;
		line-height: 15px;
	}

	.zdobadz {
		font-size: 17px;
	}

	.odbierz {
		font-size: 14px;
	}

	.wyszukiwarka-strona ul {
		z-index: 99999;
	}

	#jak {
		background: none !important;
	}

	.datepicker {
		left: 20px !Important;
	}

	.kroki {
		display: none;
	}

	.margines-ikona {
		margin-left: 4px;
		margin-top: 10px;
	}

	.duzytekst-przedformularzem {
		display: none;
	}

	.ramka-podgladu {
		margin-top: 15px;
	}

	.erecepta-glowna {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.bezpieczenstwo2 {
		font-family: Montserrat;
		font-size: 50px;
		font-weight: 900;
		line-height: 30px;
		color: #a1a0a0;
	}

	.bezpieczenstwo {
		font-family: Montserrat;
		font-size: 20px;
		font-weight: 900;
		float: right;
		color: #000000;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.wypelnij-formularz1 {
		font-family: Montserrat;
		font-size: 50px;
		font-weight: 900;
		line-height: 40px;
		color: #a1a0a0;
	}

	.wypelnij-formularz2 {
		font-family: Montserrat;
		font-size: 20px;
		font-weight: 900;
		color: #000000;
		display: inline-block;
		margin-top: 10px;
	}


	.erecepta-napis {
		font-family: Montserrat;
		font-size: 60px;
		font-weight: 900;
		line-height: 60px;
		color: #a1a0a0 !important;
		text-transform: none !important;
	}


	.erecepta-online {
		font-family: Montserrat;
		font-size: 30px;
		font-weight: 900;
		float: right;
		color: #000000;
		display: inline-block;
		margin-top: 5px;
	}

}

.pulse-but1 {
	width: 100%;
	height: 100%;
	margin: 0 auto 0;
}

.pulse-button1 {

	position: relative;
	padding: 5px 20px;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 15px;
	font-weight: 700;
	border: none;
	box-shadow: 0 0 0 0 rgba(31, 182, 210, 0.7);
	border-radius: 25px;
	background-color: #000000;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button1:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	background-color: #000000;
}




.pulse-but-czarny {
	width: 100%;
	height: 100%;

	margin: 0 auto 0;
}

.pulse-but {
	width: 100%;
	height: 100%;

	margin: 0 auto 0;
}



.border-green {

	border: 1px solid #000000 !important;
	box-shadow: 0 0 0 0 rgba(31, 182, 210, 0.7);

	/*background-size: cover;
    background-repeat: no-repeat;
	position: relative;
    padding: 5px 10px;
	*/
	cursor: pointer;
	-webkit-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

.border-green:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}




.pulse-button-czarny {

	position: relative;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 20px;
	font-weight: 700;
	border: none;
	box-shadow: 0 0 0 0 rgba(31, 182, 210, 0.7);
	border-radius: 25px;
	background-color: #393939;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button-czarny:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	background-color: #1D1919;
}






.pulse-button {

	position: relative;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 17px;
    font-weight: 500;
	border: none;
	box-shadow: 0 0 0 0 rgba(31, 182, 210, 0.7);
	border-radius: 25px;
	background-color: #D1E772;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	background-color: #000000;
}


 
a:hover,
a:focus,
a:visited,
#top .av_inherit_color a {
	text-decoration: none !important;
}

.zamowienia {
	font-size: 15px;
	font-weight: 500;
	color: #208ec4;
	font-family: 'Montserrat';
	text-align: center;
}

/*Add your own styles here:*/
.koddiv1 {
	display: none !important;
}

#widocznykod {
	display: none !important;
} 