html {
	scroll-behavior: smooth;
}

body {
	color: #1f315f;
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}

.paddingp {
	margin-top: 17px !important;
}

:root { 
	--color-01: #1f315f;
	--color-02: #00a5c0;
	--color-03: #f9f2ff;
	--color-04: #00A4C0;
	--color-05: #2B357F;
	--color-06: #87C879;
}

.text-color-01 {
	color: var(--color-01);
}

.text-color-02 {
	color: var(--color-02);
}

.text-color-03 {
	color: var(--color-03);
}

.text-color-04 {
	color: var(--color-04);
}

.bg-color-01 {
	background-color: var(--color-01);
}

.bg-color-02 {
	background-color: var(--color-02);
}

.bg-color-03 {
	background-color: var(--color-03);
}

/*
.bg-grad-01 {
	background: linear-gradient(to right, #70076a 20%, #7d3890 80%);
}
*/

.bg-grad-02 {
	background: linear-gradient(to right, rgba(112, 7, 106, 0.1) 20%, rgba(125, 56, 144, 0.1) 80%);
}

.bg-img-01 {
	background-image: url(../img/bg-03.png);
	background-repeat: no-repeat;
	background-position: left -800px center;
	background-attachment: fixed;
}

.bg-img-02 {
	background-image: url(../img/bg-03.png);
	background-repeat: no-repeat;
	background-position: right -700px center;
	background-attachment: fixed;
}

.bg-img-03 {
	background-image: url(../img/proaxon/proaxon_big_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}



.h1top{
	text-align: center;
	font-size: clamp(2.125rem, 1.7083rem + 2.2222vw, 4.375rem) !important;
	font-weight: 900;
	color: #1f315f !important;
}

.top3{
	border: 9px solid #c9dced;
	border-radius: 34px;
	padding: 36px 26px 36px 26px;
	height: 100%;
	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
}

.sct-quiz .txt {
	font-size: 24px;
}

.top3logo{
	width: 80%;
}

.divider_small {
	width: 100%;
	height: 20px;
  }
  
  .divider {
	width: 100%;
	height: 60px;
  }
  
  .divider_big {
	width: 100%;
	height: 100px;
  }

.top3_button{
	background-color: #d5e2eb;
	color: #1f315f;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 900;
	font-size: clamp(0.875rem, 0.7824rem + 0.4938vw, 1.375rem);
	transition: all 1s;
    text-transform: uppercase;
}

.top3_button:hover{
	background-color: #1f315f;
	color: #d5e2eb;
	text-decoration: none;
	transition: all 1s;
}

.top3_buttonquiz{
	color: white;
	background-color: #1f315f !important;
	display: inline;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 10px;
	font-weight: 900;
	font-size: 24px;
	transition: all 1s;
	border-radius: 5rem;
	text-transform: uppercase;
}

.top3_buttonquiz:hover{
	color: #1f315f !important;
	background-color: #d5e2eb !important;
	text-decoration: none;
	transition: all 1s;
}


.top3_buttonquiza{
	background-color: #d5e2eb !important;
	color: #1f315f !important;
	display: inline;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
	font-weight: 900;
	font-size: clamp(0.875rem, 0.7824rem + 0.4938vw, 1.375rem) !important;
	transition: all 1s;
}


.top3_buttonquizab{
	background-color: #d5e2eb !important;
	color: #1f315f !important;
	display: inline;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-weight: 900;
	font-size: clamp(0.875rem, 0.7824rem + 0.4938vw, 1.375rem) !important;
	transition: all 1s;
	border-radius: 100px;
}

.top3_buttonquizab:hover{
	background-color: #1f315f !important;
	color: #d5e2eb !important;
	text-decoration: none;
	transition: all 1s;
}



.top3_p{
	font-weight: 900;
	font-size: clamp(0.875rem, 0.7361rem + 0.7407vw, 1.625rem) !important;
	padding-top: 10px;
}

.quiza{
	font-size: 14px;
	text-decoration: underline;
	color: var(--color-01);
}



















/* Buttons */

.btn-prim {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	background-color: var(--color-01) !important;
	/* background: linear-gradient(to right, #70076a 20%, #7d3890 80%); */



	border-radius: 5rem;
	padding: 0px 50px 0px 50px;
	overflow: hidden;
	transition: 0.5s;
}

.btn-prim:hover {
	color: #fff;
	background-color: var(--color-02) !important;
	transition: 0.5s;
}

.btn-prim span {
	display: block;
}

.btn-prim span:nth-child(1) {

	transition: 0.5s;
}

.btn-prim:hover span:nth-child(1) {
	
	transition: 0.5s;
}

.btn-prim span:nth-child(2) {

	transition: 0.5s;
}

.btn-prim:hover span:nth-child(2) {

	transition: 0.5s;
}

.btn-dload {
	background-image: url("../img/ico-download-white.svg"), url("../img/ico-download-white.svg"), linear-gradient(to right, #70076a 20%, #7d3890 80%);
	background-position: center right 20px, top -50px right 20px, center center;
}

.btn-dload:hover {
	background-position: bottom -50px right 20px, center right 20px, center center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1f315f;
	font-weight: 900;
}

.sct-h2 {
	/* width: fit-content; */
	width: 100%;
	color: var(--color-04);
	font-size: 56px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding: 16px 20px;
	/* border-radius: 60px; */
}

.sct-h3 {

	color: var(--color-04);
	font-size: 48px;
	font-weight: 900;

}

.strong {
	font-weight: 900;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-150 {
	margin-top: 150px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pb-150 {
	padding-bottom: 150px !important;
}

/* LOADER */

#loader-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #ECF0F1;
	display: none;
}

.load {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	display: none;
}

.load hr {
	border: 0;
	margin: 0;
	width: 40%;
	height: 40%;
	position: absolute;
	border-radius: 50%;
	animation: spin 2s ease infinite;
}

.load :first-child {
	background: #223a70;
	animation-delay: -1.5s;
}

.load :nth-child(2) {
	background: #00a5c0;
	animation-delay: -1s;
}

.load :nth-child(3) {
	background: #223a70;
	animation-delay: -0.5s;
}

.load :last-child {
	background: #00a5c0;
}

@keyframes spin {

	0%,
	100% {
		transform: translate(0)
	}

	25% {
		transform: translate(160%)
	}

	50% {
		transform: translate(160%, 160%)
	}

	75% {
		transform: translate(0, 160%)
	}
}

.js .load,
.js #loader-wrapper {
	display: block;
}

/* NAV */

.navbar {
	/* max-height: 75px; */
	/* background-color: rgba(255, 255, 255, 0.0) !important; */
	background: linear-gradient(to right, #fff 20%, #fff 80%) !important;
	font-weight: 900;
	padding: 0rem;
	/* box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1); */
	/* backdrop-filter: blur(5px); */
	transition: all 0.7s;
}

.navbar .navbar-brand {
	color: #1f315f;
	font-family: magistral, sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	/* text-transform: uppercase; */
	padding-top: 0rem;
	padding-bottom: 0rem;
	transition: all 0.7s;
}

.navbar .navbar-brand span {
	color: #1f315f;
	margin-left: 0px;
	/* padding-top: 0; */
	/* padding-bottom: 0rem; */
	transition: all 0.7s;
}

.navbar .navbar-brand:hover {
	color: #1f315f;
	transition: all 0.7s;
}

.navbar .navbar-brand:hover span {
	color: #1f315f;
	transition: all 0.7s;
}

.navbar-nav li {
	font-weight: 900;
	font-size: 1.2rem;
	font-weight: 900;
	/* letter-spacing: 1px; */
	padding: 0 0 0 30px;
	text-transform: none;
}

.navbar-nav li:first-child {
	padding: 0;
}

.navbar .navbar-nav .nav-link {
	color: #1f315f;
	padding: 25px 0px 25px 0px;
	position: relative;
	transition: all 0.7s;
	font-weight: 900;
}





.dropdown-item {
    text-align: left !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    font-family: 'Fira Sans', sans-serif !important;
    display: block;
    width: 100%;
    padding: 5px 14px 5px 14px;
    clear: both;
    font-weight: 900;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    font-size: 17px !important;
    text-transform: uppercase;
}

.relpos {
    position: relative;
    z-index: 999;
}

.dropdown-menu {
    background-color: #fdc500 !important;
    border: none !important;

}

.dropdown-item:hover {
    background-color: #fdc500 !important;
    border: none !important;
    text-decoration: underline !important;
}


.menu_button {
    font-family: 'Fira Sans', sans-serif !important;
    color: #036864 !important;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    padding-right: 20px;
}

.menu_button:hover {
    color: #0057a5 !important;
    text-decoration: none !important;
}

.relpos {
    position: relative;
    z-index: 999;
}












.navbar .navbar-nav .nav-link:hover {
	color: #00a5c0;
}

.navbar .navbar-nav .nav-link.active {
	color: #00a5c0;
}

.navbar .navbar-nav .nav-link:focus {
	color: #00a5c0;
}

.navbar .navbar-nav .nav-link:before {
	/* color: #fff; */
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	padding: 0;
	background-color: #00a5c0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar .navbar-nav .active:before,
.navbar .navbar-nav .nav-link:hover:before {
	/* color: #00a8c1; */
	visibility: visible;
	left: 0;
	-webkit-transform: scaleX(1.0);
	transform: scaleX(1.0);
}

/* NAV DROPDOWN */

.dropdown-menu {
	color: #000;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.9) !important;
	margin: 0;
	padding: 10px;
	border: none;
	border-radius: 10px 10px 10px 10px;
	right: 0;
	left: auto;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.7s;
}

/* .dropdown-menu:hover {
	background-color: #4488c8 !important;
	transition: all 0.7s;
} */

.dropdown-menu .dropdown-item {
	color: var(--color-01);
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	padding: 10px;
	transition: all 0.7s;
}

.dropdown-menu .dropdown-item:hover {
	color: var(--color-01);
	background-color: rgba(255, 255, 255, 0.0) !important;
	transition: all 0.7s;
}

.dropdown-toggle::after {
	color: var(--color-01);
	display: inline-block;
	margin-left: 3px;
	vertical-align: 2px;
	content: "";
	border-top: 8px solid;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
}

/* .dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #00a8c1 !important;
} */

.navbar .navbar-nav .dropdown .nav-link {
	/* color: #fff; */
	/* font-size: 1.0rem; */
	/* font-weight: 800; */
	/* background-color: #00a8c1; */
	/* padding: 25px 0px; */
	margin-right: auto;
}

/* #navi-spy.navbar-dark .navbar-nav .dropdown .nav-link:hover {
	color: #fff;
	background-color: #4488c8;
} */

.navbar .navbar-nav .dropdown .nav-link:before {
	visibility: hidden;
	/* ukrywa pasek hover */
}

.scroll {
	background-color: rgba(255, 255, 255, 0.9) !important;
	/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); */
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	transition: all 0.7s;
}

.scroll .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.9) !important;
	border-radius: 0px 0px 10px 10px;
}

.scroll .navbar-nav .nav-link {
	padding: 20px 0px;
}

/* SECTION TOP */

.proaxonsct1{
	background-image: url(../img/proaxon/proaxon_big_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sct-farmako {
	background-image: url(../img/vicebrol/box_info_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sct-wlasciwo {
	background-image: url(../img/vicebrol/bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sct-eksp {
	background-image: url(../img/vicebrol/bg_eksperci.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sct-xx {
	background-image: url(../img/vicebrol/3x_dziennie_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sct-poradnik {
	background-image: url(../img/vicebrol/bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sct-bluebg{
	background-image: url(../img/proaxon/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ikonny{
	margin-bottom: -13%;
}


.eksperci_p{
	font-size: 19px;
}

.poradnik-bg{
	text-align: center;
	background-color: #f4f4f7;
	border-radius: 20px;
	padding: 30px 30px 30px 30px;
}


.poradnik_p{
	text-align: center;
	font-size: 26px !important;
	font-weight: 900 !important;
}


.grad_down{
	border-radius: 32px 32px 0px 0px;
	padding: 30px 40px 30px 40px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1) 45%, rgba(255,255,255,0));
}

.grad_up{
	border-radius: 0px 0px 32px 32px;
	padding: 30px 40px 30px 40px;
	background-image: linear-gradient(to top, rgba(255,255,255,1) 45%, rgba(255,255,255,0));
}

.kolocog{
	color: #3d7187 !important;
}

.bigger{
	font-size: clamp(1.125rem, 0.963rem + 0.8642vw, 2rem);
}


.bigger2{
	font-size: clamp(0.875rem, 0.7824rem + 0.4938vw, 1.375rem);
}


.sct-top {
	background-image: url(../img/biofarm_all/bg_all.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.sct-top2 {
	background-image: url(../img/biofarm_all/bg_all2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.sct-top h1 {
	color: #fff;
	font-size: 2.5rem;
	margin-bottom: 0;
	padding: 30px;
}

.sct-top p {
	font-size: 2.0rem;
}

/* SECTION INFO */

.sct-info h3 {
	font-size: 2rem;
}

.sct-info p {
	font-size: 1.5rem;
}

.sct-info .box {
	padding: 50px;
}

.sct-info .box p {
	font-size: 2rem;
}

.sct-info .box-2 p {
	font-size: 1.125rem;
	margin-bottom: 0;
}

.sct-info .box hr {
	background-color: #fff;
	width: 40px;
	height: 4px;
	margin: 25px 0;
}

.sct-info .media p {
	margin-bottom: 0;
}

.card {
	text-align: center;
	padding: 50px 20px;
	border: none;
	border-radius: 0;
}

.card .card-body {
	padding: 0;
}

.card img {
	width: auto;
	height: 100px;
	margin: 0 auto;
}

.card p {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0;
}

.card hr {
	background-color: #fff;
	width: 40px;
	height: 4px;
	margin: 25px auto;
}



.justify-full{
	text-align: justify;
	color: #404040;
	font-size: 13px;
}

.logo_login{
	width: 245px;
	max-width: 80%;
}

/* SECTION ARTICLE */

.card-article {
	background-color: #EFEFEF;
	border-radius: 30px;
	overflow: hidden;
}

.card-article .card-body {
	padding: 0px 40px 0px 50px;
}

.card-article .card-body h3 {
	color: var(--color-02);
	font-size: 2rem;
	margin-bottom: 0;
}

.card-article .card-body h4 {
	font-size: 1.5rem;
	margin-top: 20px;
	margin-bottom: 0;
}

.card-article .card-body p {
	font-size: 1.125rem;
	margin-top: 20px;
	margin-bottom: 0;
}

.card-article .card-body .author {
	/* padding-left: 30px; */
	/* border-left: solid 5px var(--color-02); */
}



/* SECTION QUIZ */

.quiz_h1{
	color: #fff;
	font-weight: 900;
	font-size: clamp(1.125rem, 0.8935rem + 1.2346vw, 2.375rem) !important;
}

.quiz_p{
	font-weight: 900 !important;
	font-size: 16px !important;
	color: #fff !important;
}





.sct-quiz {
	background-image: url(../img/biofarm_all/kv-elephants.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	/* background-attachment: fixed; */
}

.sct-przypx{
	background-image: url(../img/biocogi/bg_1.png);
	background-repeat: no-repeat;
	background-position: top bottom;
	background-size: cover;
}

.more1{
	background-color: #2b357f;
	border-radius: 100px;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	padding: 3px 56px 5px 56px;
	transition: all 1s;
}

.more1:hover{
	background-color: #00a5c0;
	color: #fff;
	text-decoration: none;
	transition: all 1s;
}





.sct-quiz .sct-h2 {
	width: fit-content;
	padding: 16px 80px;
}

.sct-quiz h3 {
	color: var(--color-02);
	font-size: 2.0rem;
	border-left: solid 4px var(--color-02);
	padding: 0 0 0 25px;
	margin-bottom: 0;
}

.quiz_divider{
	width: 180px;
	max-width: 80%;
	height: 7px;
	border-radius: 100px;
	background-color: #d5e2eb;
	display: block;
	margin: 0 auto;
}

.medical-number {
	color: #bbbbbb;
	font-size: 0.7rem;
	text-align: right;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0;
}

.padio{
	padding: 0 10px 0 10px;
}


.tabela_1 td{
	border: 1px solid #2b357f;
	text-align: left;
	padding: 10px 10px;
	width: 300px;
	max-width: 20%;
}
.tabela_2 td{
	border: 1px solid #2b357f;
	text-align: left;
	padding: 4px 4px;

}



#module {
	font-size: 1rem;
	line-height: 1.38;
  }
  
  #module #collapseExample.collapse:not(.show) {
	display: block;
	height: 14rem;
	overflow: hidden;
  }
  
  #module #collapseExample.collapsing {
	height: 14rem;
  }
  
  #module a.collapsed::after {
	content: 'przeczytaj całość';
  }
  
  #module a:not(.collapsed)::after {
	content: 'schowaj';
  }


















/* Section SIL */

.sct-sil h3 {
	font-size: 1.5rem;
}

.sct-sil h4 {
	font-size: 1.125rem;
}

.sct-sil p {
	font-size: 0.875rem;
	text-align: justify;
}

.sct-sil p a {
	text-decoration: none;
	color: var(--color-01);
}

.sct-sil p a:hover {
	text-decoration: underline;
}

.sct-sil li {
	font-size: 0.875rem;
}


/* ARTICLE */

.h2-article {
	width: fit-content;
	font-size: 2rem;
	text-align: center;
	padding: 15px 50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	border: 2px solid var(--col-03, #00A5C0);
}

.h3-article {
	font-size: 3rem;
	text-align: center;
}

.author-article {
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
}

.article-photo {
	border-radius: 30px;
}

article {
	color: var(--color-05);
}
article h3 {
	color: var(--color-02);
	font-size: 2rem;
	margin-bottom: 20px;
}

article h4 {
	color: var(--color-05);
	font-size: 1.5rem;
	margin-bottom: 20px;
}

article p {
	font-size: 1.125rem;
	margin-bottom: 20px;
	line-height: 130%;
}

article .figure {
	border: 1px solid var(--color-05);
	margin-bottom: 20px;
}

article .ref {
	font-size: 0.875rem;
	line-height: 130%;
}

article a {
	color: var(--color-05);
	text-decoration: underline;
}

article a:hover {
	color: var(--color-02);
	text-decoration: none;
}

article .table {
	border-collapse: collapse;
	border: solid 1px var(--color-02);
}

article .table td {
	/* border-collapse: collapse; */
	border: solid 1px var(--color-02);
	vertical-align: middle;
}

article .table td p {
	color: var(--color-05);
	font-size: 1.125rem;
	margin-bottom: 0;
}

article .table th {
	background-color: var(--color-02);
	padding: 20px;
	vertical-align: middle;
}

article .table th p {
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0;
	border: none;
}





















/* FOOTER */

.footer-logo {
	max-width: 275px;
	/* margin-bottom: 50px; */
}	

.footer {
	background-color: #1f315f;
	color: #fff;
	/* text-transform: uppercase; */
	text-align: center;
	padding: 50px 0 50px;
}

.footer p {
	font-size: 1rem;
}

.footer .navi {
	margin: 0 auto;
	font-weight: 400;
}

.footer .navi li {
	font-size: 1rem;
	text-transform: none;
	display: inline;
	list-style: disc;
	line-height: 180%;
}

.footer .navi li a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.7s;

}

.footer .navi li a:hover {
	color: #fff;
	transition: all 0.5s;
	text-decoration: underline;
	transition: all 0.7s;
}

.footer ul li {
	border-left: solid 1px #e51d25;
	padding: 0 10px;
}

.footer ul li:first-child {
	border: none;
}

.footer ul {
	padding-inline-start: 0px;
}



/* MODAL */




.modal-header{
	border: 0;
	height: 50px;
}

.modal-content{
	background-image: url(../img/biocogi/modal_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 32px;
	padding: 0;
}


.sct-slonie{
	background-image: url(../img/biocogi/slonie2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.modal-body{
padding-left: 20px;
padding-right: 20px;
}

.modal-body li::marker {
	color: #01a4bc;
	font-weight: 900;
  }


.modal_info{
	background-color: #01a4bc;
	color: #fff;
	display: inline-block;
	padding: 3px 12px 5px 12px;
	border-radius: 100px;
}

.modal_przypisy{
	font-size: 14px;
	color: #404040;
}

.slonie_ul li::marker {
	color: #01a4bc;
	font-weight: 900;
  }

  .slonie_ul li {
	font-size: clamp(0.9375rem, 0.8681rem + 0.3704vw, 1.3125rem);
	font-weight: 900;
	padding-top: 16px
  }

.slonie_p{
	font-size: clamp(0.8125rem, 0.7315rem + 0.4321vw, 1.25rem) !important;
}

.slonie_efekt{
	color: #fff;
	text-align: center;
	font-size: clamp(1rem, 0.9306rem + 0.3704vw, 1.375rem);
	border-radius: 100px;
	padding: 10px 30px 10px 30px;
	background-color: #2b357f;
	font-weight: 900;
}










/* LOGIN */

.e-login-bg {
	height: 100vh;
	background-image: url(../img/biofarm_all/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.e-login {
	/* background-color: rgba(255, 255, 255, 0.25); */
	/* background-color: #fff; */
	background-color: rgba(255, 255, 255, 0.5);
	text-align: left;
	padding: 60px;
	border-radius: 0px;
	/* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); */
	border-radius: 20px;
}

.e-login h3 {
	color: var(--color-01);
	font-size: 2rem;
}

.e-login p {
	color: var(--color-01);
	font-size: 1.125rem;
}

.e-login .login {
	width: 100%;
	text-align: center;
}

.e-login .login-input {
	color: var(--color-01);
	width: 100%;
	height: 70px;
	font-size: 2.0rem;
	/* height: calc(3.875rem + 2px); */
	text-align: center;
	padding: 15px;
	/* line-height: 1.5; */
	font-weight: 700;
	/* margin-bottom: 0.675rem; */
	border: solid 1px var(--color-01);
	border-radius: 0px;
}

.e-login .login-input::placeholder {
	color: var(--color-01);
	font-size: 1.5rem;
	font-weight: 400;
}

.e-login .login-input:focus {
	outline: 0;
	/*box-shadow:0 0 0 3px rgba(243,147,19, 1.0);*/
	box-shadow: none;
}

.e-login .btn-login {
	color: #fff;
	width: 100%;
	height: 70px;
	font-size: 1.5rem;
	text-transform: uppercase;
	background-color: var(--color-01);
	background-image: url("../img/ico-forward-white.svg");
	background-position: center right 30px;
	background-repeat: no-repeat;
	background-size: 24px;
	border-radius: 0px;
	padding: 0px 70px 0px 50px;
	margin-top: 20px;
	overflow: hidden;
	transition: 0.5s;
}

.e-login .btn-login:hover {
	background-position: center right 5px;
}

.e-login .ref {
	font-size: 0.75rem;
	text-align: justify;
	margin-bottom: 0;
}

.e-login .ref a {
	color: var(--color-01);
	text-decoration: underline;
}

.e-login .ref a:hover {
	color: var(--color-01);
	text-decoration: none;
}

/* .e-login .btn-login:focus {
	background-color: #888;
	border: none;
} */

.e-login-bg .logo {
	width: 200px;
}

/* COOKIES */

.box-cookies {
	font-size: 0.75rem;
	background-color: rgba(245, 245, 245, 0.90);
	padding: 10px 100px 10px 10px;
	width: 100%;
	z-index: 1040;
}

.box-cookies a {
	color: var(--color-01);
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.7s;
}

.box-cookies a:hover {
	color: var(--color-01);
	text-decoration: none;
	transition: all 0.3s;
}

.box-cookies p {
	padding: 0;
	margin: 10px;
}

.box-cookies button {
	color: #fff;
	text-transform: uppercase;
	background-color: var(--color-01);
	/* background-color: rgba(50, 58, 63, 0.8); */
	border-radius: 0px;
	background-image: url("../img/ico-close-white.svg");
	background-position: center right 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 10px 40px 10px 20px;
	border: none;
	transition: all 0.5s;
}

.box-cookies button:hover {
	background-color: var(--color-02);
	transition: all 0.5s;
}

.box-cookies button:focus {
	outline: 0;
	box-shadow: none;
}


a.offseta {
    display: block;
    position: relative;
    top: -135px;
    visibility: hidden;
}


/* HOP TOP */

.hop-top {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	/* background-color: rgba(50, 58, 63, 0.8); */
	/* background-color: var(--color-01); */
	background: linear-gradient(to top, #223a70, #00a5c0);
	position: fixed;
	bottom: 20px;
	right: -60px;
	z-index: 1030;
	border: solid 1px rgba(255, 255, 255, 0.65);
	transition: 0.5s;
}

.hop-top img {
	position: relative;
	top: 40%;
	transform: translateY(-50%);
	transition: 0.5s;
	width: 30px;
}


.hop-top:hover {
	/* background-color: var(--color-02); */
	/* border: solid 1px #1b1e4b; */
	transition: 0.5s;
}

.hop-top:hover img {
	top: 30%;
	/* background-color: var(--color-02); */
	/* border: solid 1px #1b1e4b; */
	transition: 0.5s;
}

.scroll .hop-top {
	right: 20px;
}



.videbrol_h1{
	background-color: #e11937;
	font-size: clamp(1.25rem, 1.0417rem + 1.1111vw, 2.375rem) !important;
	border-radius: 10px;
	color: #fff;
	padding: 10px 20px 10px 20px !important;
	text-align: center;
	margin: 0 auto;
	font-weight: 700 !important;
	display: inline-block;
}

.videbrol_ha1{
	background-color: #e11937;
	font-size: clamp(1.25rem, 1.0417rem + 1.1111vw, 2.375rem) !important;
	border-radius: 10px;
	color: #fff;
	padding: 14px 30px 18px 30px !important;
	text-align: center;
	margin: 0 auto;
	font-weight: 700 !important;
	display: inline-block;
}


.proaxon_ha1{
	border: 2px solid #118b44;
	font-size: clamp(1.25rem, 1.0648rem + 0.9877vw, 2.25rem) !important;
	border-radius: 100px;
	color: #1f315f !important;
	padding: 6px 36px 6px 36px !important;
	text-align: center;
	margin: 0 auto;
	font-weight: 900 !important;
	display: inline-block;
}

.biocogi_ha1{
	border: 2px solid #2b357f;
	font-size: clamp(1.25rem, 1.0648rem + 0.9877vw, 2.25rem) !important;
	border-radius: 100px;
	color: #2b357f !important;
	padding: 6px 36px 6px 36px !important;
	text-align: center;
	margin: 0 auto;
	font-weight: 900 !important;
	display: inline-block;
}










.wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 40em;
	margin: 0 auto;
	padding-bottom: 10vh;
  }
  
  
  .wrapperx {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 60px;
	padding-top: 30px;
  }
  
  
  .kartka {
	background-color: #223a70;
	border-radius: 65px;
	width: 100%;
	padding: 50px;
	min-height: 55vh;
	border: 2px solid rgba(220, 193, 144, 0.5);
  }
  
  .kartka p {
	font-size: 22px;
	padding-top: 30px;
  }
  
  
  .kartkax {
	background-color: #223a70;
	color: #fff;
	border-radius: 65px;
	width: 100%;
	padding: 20px 50px 20px 50px;
	min-height: 26vh;
	border: 3px solid white;
	text-align: center;
  }

  .kartkax p{
  font-size: 26px !important;
  }

  .mniejszex{
	min-height: 34vh !important;
	text-align: center !important;
  }
  
  .mniejszex h1{
  font-weight: 900;
  font-size: 24px !important;
  text-align: center !important;
  }
  
  .mniejszex p{
	font-weight: 900;
	text-align: center !important;
  }
  
  .kartkaxx {
	background-color: #223a70;
	text-align: center;
  }
  
  .kartkax p {
	font-size: 18px;
	padding-top: 30px;
  }
  
  .kartkax h1 {
	font-size: 26px;
	color: #0d7077;
  }
  
  .midddle{
	display:flex;justify-content:center;align-items:center;
  }

  .photosx {
	margin-top: 22vh;
  }
  .onex {
	margin-top: 3vh !important;
  }
  
  .photosx {
	position: sticky;
	width: 100%;
  }
  
  .onex {
	top: 11em;
  }
  .twox {
	top: 11em;
  }
  .threex {
	top: 11em;
  }

.bgxxx{
	background-color: #3d7187 !important;
}

.bgxxx2{
	background-color: #00a5c0 !important;
}























.kolor_proaxon{
	color: #1f315f !important;
}

.icosh1{
	font-size: clamp(1.125rem, 0.9861rem + 0.7407vw, 1.875rem) !important;
}

.icosp{
	font-size: clamp(0.875rem, 0.7824rem + 0.4938vw, 1.375rem) !important;
}



.font22{
	font-size: 22px !important;
}

.ppnramka{
	border: 2px solid #118b44;
	border-radius: 20px;
	display: inline-block;
	padding: 26px 66px 26px 66px !important;


}

.blueall{
	background-color: #1f315f;
	border-radius: 20px;
	padding: 50px 40px 30px 40px;
	color: #fff;
	font-weight: normal !important;
}



.videbrol_halink1{
	background-color: #e11937;
	font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem) !important;
	border-radius: 10px;
	color: #fff !important;
	padding: 14px 30px 18px 30px !important;
	text-align: center;
	margin: 0 auto;
	font-weight: 700 !important;
	display: inline-block;
	transition: all 1s;
}

.videbrol_halink1:hover{
	color: #fff !important;
	text-decoration: none;
	background-color: #351453;
	transition: all 1s;
}


.proaxon_h1{
	border: 2px solid #118b44;
	font-size: clamp(1.375rem, 1.0509rem + 1.7284vw, 3.125rem) !important;
	border-radius: 100px;
	color: #1f315f !important;
	padding: 6px 66px 6px 66px !important;
	text-align: center;
	margin: 0 auto;
	font-weight: 900 !important;
	display: inline-block;
}



.fw900{
	font-weight: 900 !important;
}

.wlasc_wrapper {
	height: 100%;
}

.wlasc{
	background-color: #fbe5f2;
	border-radius: 20px;
	padding: 60px 60px 60px 60px;
	font-size: 22px;
	height: 100%;
}


.ul_vicebrol1{
	list-style: none;
	font-size: 21px;
	font-weight: 700;
}

.ul_vicebrol1 li{
	padding-top: 20px;
	padding-left: -10px; 
	text-indent: -15px;
}

.ul_vicebrol1 li:first-child{
	padding-top: 10px;
	
}

.ul_vicebrol1 li::before {
	content: "• ";
	color: red; /* or whatever color you prefer */
  }





  .ul_proaxon1{
	list-style-image: url('../img/proaxon/check.png');
	font-size: 21px;
	font-weight: 700;
}

.ul_proaxon1 li{
	padding-top: 30px;	
}

.ul_proaxon1 li:first-child{
	padding-top: 10px;	
}


.logo_menu{
	width: 360px;
}

.modal-body li:first-child{
	padding-top: 1px !important;
}

.modal-body li:nth-child(2){
	padding-top: 14px !important;
}












/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {
	.sct-przypx{
		background-image: url(../img/biocogi/bg_1m.png);
		background-repeat: no-repeat;
		background-position: top bottom;
		background-size: cover;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {

	.no900{
		display: none !important;
		visibility: hidden !important;
	}

	.font22{
		font-size: 18px !important;	
	}

	a.offseta {
		display: block;
		position: relative;
		top: -85px;
		visibility: hidden;
	}



	.tabela_1 td{
		font-size: 12px;
	}
	.tabela_2 td{
		font-size: 12px;
	}





	.center-mobile{
		text-align: center;
	}


	.wlasc{
		background-color: #fbe5f2;
		border-radius: 20px;
		padding: 30px;
		font-size: 16px;
	}

	.eksperci_p{
		font-size: 15px;
	}


	.poradnik_p{
		font-size: 16px !important;
	}

	
	.padmobile1{
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}

	.padmobile2{
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
	}
	.padmobile3{
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
	}

	.paf{
		max-width: 60%;
	}

	.top3logo{
		width: 200px;
	}

	.divider_small {
		width: 100%;
		height: 10px;
	  }
	
	  .divider {
		width: 100%;
		height: 30px;
	  }
	
	  .divider_big {
		width: 100%;
		height: 50px;
	  }



	/* NAV */
	/* logo i hamburger */


	
	.navbar .navbar-brand {
		font-size: 1.25rem;
	}
	
	.dropdown-menu {
		background-color: rgba(255, 255, 255, 0.0) !important;
		border-radius: 0;
		box-shadow: none;
		font-weight: 900;
	}

	.scroll .dropdown-menu {
		background-color: rgba(255, 255, 255, 0.85) !important;
	}

	.dropdown-menu .dropdown-item {
		padding: 15px 15px 15px 20px;
		font-size: 1.0rem;
		text-align: left;
		transition: all 0.7s;
		font-weight: 900;
	}

	.navbar-toggler {
		padding: 0.8rem 0.8rem;
		font-size: 1.0rem;
		line-height: 1;
		background-color: var(--color-01);
		border: none;
		border-radius: 0;
	}

	.navbar-toggler-icon {
		color: #fff;
	}

	.navbar {
		padding-left: 10px;
		/* background-color: rgba(255, 255, 255, 0.90) !important; */
		font-weight: 900;
	}

	.navbar-nav li {
		font-size: 1.0rem;
		font-weight: 900;
		padding: 0 0 0 20px;
	}

	.navbar-nav li:first-child {
		padding: 0 0 0 20px;
	}

	.navbar .navbar-nav .nav-link {
		padding: 30px 30px;
		transition: all 0.0s;
	}

	.navbar .navbar-nav .active:before,
	.navbar .navbar-nav .nav-link:hover:before {
		visibility: hidden;
	}

	.navbar .navbar-nav .nav-link.active {
		border-left: 1px solid var(--color-01);
		padding-left: 29px;
	}

	/* SECTION TOP */



	.sct-top h1 {
		font-size: 2.0rem;
		padding: 20px;
	}
	
	.sct-top p {
		font-size: 1.75rem;
	}
	
	/* SECTION INFO */

	.sct-info h3 {
		font-size: 1.75rem;
	}
	
	.sct-info p {
		font-size: 1.25rem;
	}

	.sct-info .box {
		padding: 40px;
	}
	
	.sct-info .box p {
		font-size: 1.75rem;
	}

	.sct-info .box-2 p {
		font-size: 1.125rem;
	}
	
	.sct-info .box hr {
		margin: 20px 0;
	}
	
	.card {
		padding: 40px 15px;
	}
	
	.card p {
		font-size: 1.5rem;
	}
	
	.card hr {
		margin: 20px auto;
	}

	/* SECTION ARTICLE */

	.card-article .card-body {
		padding: 0px 30px 0px 30px;
	}

	.card-article .card-body h3 {
		font-size: 1.5rem;
	}

	.card-article .card-body h4 {
		font-size: 1.25rem;
		margin-top: 10px;
	}

	.card-article .card-body p {
		font-size: 1.0rem;
		margin-top: 10px;
	}

	/* SECTION QUIZ */

	.sct-quiz h3 {
		font-size: 1.75rem;
		padding: 0 0 0 20px;
	}

	.sct-quiz .prize {
		margin-top: 50px;
	}
	
	.ppnramka {
		width: 100%;
	}

	.wlasc_wrapper {
		height: auto;
	}


			
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {

	
	.left-mobile{
		text-align: left !important;
	}


	.top3_buttonquiza{
		padding-top: 14px;
        padding-left: 14px;
        padding-right: 15px;
        padding-bottom: 14px;
        font-weight: 900;
        font-size: 11px !important;
        text-wrap: nowrap;
	}

	.text-justify{
		text-align: left !important;
	}

	.kartkax p{
		font-size: 21px !important;
		}

	.kolor_proaxon{
		text-align: left !important;
	}

	.hop-top img {
		position: relative;
		top: 33%;
		transform: translateY(-50%);
		transition: 0.5s;
		width: 30px;
	}

	.bg-img-01 {
		background-size: 600px;
		background-position: left -300px center;
	}

	.bg-img-02 {
		background-size: 600px;
		background-position: right -300px center;
	}

	.bg-img-02 {
		background-attachment: scroll;
	}
	
	.sct-h2 {
		font-size: 1.5rem;
		margin-bottom: 30px;
		padding: 15px 30px;
		/* border-radius: 30px; */
	}

	.mt-20 {
		margin-top: 10px !important;
	}

	.mt-30 {
		margin-top: 15px !important;
	}

	.mt-40 {
		margin-top: 20px !important;
	}

	.mt-50 {
		margin-top: 25px !important;
	}

	.mt-60 {
		margin-top: 30px !important;
	}

	.mt-80 {
		margin-top: 40px !important;
	}

	.mt-100 {
		margin-top: 50px !important;
	}

	.mt-150 {
		margin-top: 50px !important;
	}

	.pt-20 {
		padding-top: 10px !important;
	}

	.pt-30 {
		padding-top: 15px !important;
	}

	.pt-40 {
		padding-top: 20px !important;
	}

	.pt-50 {
		padding-top: 25px !important;
	}

	.pt-100 {
		padding-top: 50px !important;
	}

	.pt-150 {
		padding-top: 50px !important;
	}

	.pb-100 {
		padding-bottom: 50px !important;
	}

	.pb-150 {
		padding-bottom: 50px !important;
	}

	/* SECTION TOP */



	.sct-top .packshot {
		width: 350px;
	}

	/* SECTION INFO */

	.sct-info h3 {
		font-size: 1.5rem;
	}
	
	.sct-info p {
		font-size: 1.125rem;
	}

	.sct-info .box {
		padding: 30px;
	}
	
	.sct-info .box p {
		font-size: 1.5rem;
	}

	.sct-info .box-2 p {
		font-size: 1.125rem;
	}
	
	.sct-info .box hr {
		margin: 15px 0;
	}

	.sct-info .box .packshot {
		width: 150px;
		margin-top: 20px;
	}

	.card {
		padding: 30px 10px;
	}
	
	.card p {
		font-size: 1.125rem;
	}
	
	.card hr {
		margin: 15px auto;
	}

	/* SECTION ARTICLE */

	.card-article .card-body {
		padding: 30px;
	}

	.card-article .card-body h4 {
		margin-top: 15px;
	}

	.card-article .card-body p {
		margin-top: 15px;
	}

	/* SECTION QUIZ */

	.sct-quiz .prize {
		margin-top: 0px;
	}

	/* Section SIL */

	.sct-sil h3 {
		font-size: 1.25rem;
	}
	
	.sct-sil h4 {
		font-size: 1.0rem;
	}
	
	.sct-sil p {
		text-align: left;
	}

	/* ARTICLE */

	.h2-article {
		font-size: 1.5rem;
		padding: 12px 30px;
	}

	.h3-article {
		font-size: 2rem;
	}

	.author-article {
		font-size: 1.25rem;
	}

	.article-photo {
		border-radius: 20px;
	}

	article h3 {
		font-size: 1.5rem;
	}

	article h4 {
		font-size: 1.25rem;
	}


	/* FOOTER */

	.footer-logo {
		max-width: 150px;
		/* margin-bottom: 50px; */
	}	

	.footer {
		padding: 50px 20px 50px 20px;
		text-align: left;
	}

	.footer .navi {
		text-align: left;
	}

	.footer .navi li {
		display: block;
		/* font-size: 1rem; */
		margin-bottom: 1rem;
	}

	.footer ul li:first-child {
		border-left: solid 1px #e51d25;
	}

	/* LOGIN */

	.e-login-bg {
		background-image: url(../img/biofarm_all/login_bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}


		
	.e-login {
		/* background-color: rgba(255, 255, 255, 0.0); */
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));		
		text-align: left;
		margin-top: 0rem;
		padding: 0px 30px 30px 30px;
		box-shadow: none;
		border-radius: 0;
		/* backdrop-filter: blur(40px); */
	}

	.e-login h3 {
		font-size: 1.5rem;
	}

	.e-login p {
		font-size: 1.0rem;
	}

	.e-login .login-input::placeholder {
		font-size: 1.25rem;
	}

	.e-login .btn-login {
		margin: 15px 0 0 0;
	}

	.e-login .ref {
		text-align: left;
	}

	.hop-top {
		width: 40px;
		height: 40px;
		bottom: 15px;
		right: -40px;
	}

	.hop-top img {
		width: 24px;
	}
	
	.scroll .hop-top {
		right: 15px;
	}	

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {

	

	.logo_menu{
		width: 260px;
	}

	.slonie_efekt{
		font-size: 14px;
		border-radius: 20px;
	}


	.tabela_1 td{
		font-size: 10px;
	}
	.tabela_2 td{
		font-size: 10px;
	}


	/* Buttons */
	
	.btn-prim {
		height: 50px;
		line-height: 50px;
		font-size: 1.0rem;
		background-size: 18px, 18px, 100%;
		padding: 0px 50px 0px 50px;
	}

	/* SECTION TOP */



	.sct-top h1 {
		font-size: 1.5rem;
		padding: 20px;
	}
	
	.sct-top p {
		font-size: 1.5rem;
	}

	.sct-top .packshot {
		width: 250px;
	}

	/* SECTION INFO */
	
	.sct-info .box {
		padding: 20px;
	}
	
	.sct-info .box p {
		font-size: 1.25rem;
	}

	.sct-info .box-2 p {
		font-size: 1.125rem;
	}		

	.card {
		padding: 30px 20px;
	}
			
	.card p {
		font-size: 1.25rem;
	}

/* GRA */
	.sct-h3 {
		font-size: 2rem;
	}

	/* ARTICLE */

	.h3-article {
		font-size: 1.75rem;
	}
	
	article p {
		font-size: 1.0rem;
	}

	article .table td p {
		font-size: 0.875rem;
	}

	article .table th {
	padding: 15px;
	}

	article .table th p {
		font-size: 1.125rem;
	}

}