html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

* {
	box-sizing: border-box;
}

body {
	/*color: var(--color-01);*/
	 font-family: 'Roboto Condensed', sans-serif;
	/*font-family: poppins, sans-serif;*/
	font-weight: 400;
	font-size: 16px;
	height: 100%;
	overflow-x: hidden;
	/*line-height: 1.3;*/
}

:root {
	--color-01: #ffcc01; /* engrysol */
	--color-02: #009fe0; /* Lymho */
	
	--color-05: #737373;
	--color-03: #efefef; /* video */
	--color-04: #ee7c00;  /* engrysol .orange */
	--color-06: #066f3c;
	--color-07: #efefef;
	--color-08: #E30613; /* traumeel */
	--color-09: #0080C9 ; /* traumeel */
	--color-10: #1A215E; /* traumeel */
	--border: 20px;
}

.text-color-01 {
	color: var(--color-01);
}

.text-color-02 {
	color: var(--color-02);
}
.text-white {
	color: white;
}
.text-yellow {
	color: var(--color-01);
}

.text-traumeel-blue {
	color: var(--color-09);
}

.text-color-03 {
	color: var(--color-05);
}

.gray {
	background-color: var(--color-05);
}
.orange {
	background-color: var(--color-04);
}

.bg-yellow {
	background-color: var(--color-01);
}

.bg-color-03 {
	background-color: var(--color-03);
}

.bg-blue {
	background-color: var(--color-02);
}

.bg-traumeel-blue {
	background-color: var(--color-09);
}

.acc {
	font-size: 1.4rem;
	color: var(--color-04);
	font-weight: 800;
}


.traumeel_link_sil {
	color: var(--color-09);
}

.qa .traumeel_link_sil  {
	color: var(--color-03);
}

.traumeel-article {
	background-color: var(--color-09) !important;
}


.bg-grad-01 {
	background: linear-gradient(rgba(233, 84, 13, 0.2), rgba(233, 84, 13, 0.0));
}
.bg-01 .btn-prim {
	background-color: var(--color-01);
}

.bg-02 .btn-prim {
	background-color: var(--color-02);
}

.btn {
	color: #fff;
	width: 100%;
	font-size: 1.875rem;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4rem;
	padding: 15px 20px;
	border: none;
}

.btn-prim {
	background-color: var(--color-01);
}
.btn:hover {
	color: #fff !important;
	background-color: var(--color-04);
}

/* Buttons */

.btn-engrysol {
	color: #fff;
	font-size: 1.0rem;
	/*line-height: 1.0;*/
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	text-align: center;
	 background-color: var(--color-01);
	/* background-image: url("../img/ico-forward-white.svg");
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 24px; */
	/*border: solid 2px var(--color-01);*/
	border-radius: 50px;
	padding: 15px 30px 12px 30px;
	transition: all 0.5s;
	text-decoration: none;
}

.btn-engrysol:hover {
	color: #fff;
	background-color: var(--color-01);
	/* background-position: center right 0px; */
	transition: all 0.5s;
}

.btn-engrysol:focus {
	color: #fff;
	/*background-color: var(--color-04);*/
	/*border: solid 2px var(--color-04);*/
	transition: all 0.5s;
}

.btn-traumeel {
	color: #fff;
	font-size: 1.0rem;
	/*line-height: 1.0;*/
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	text-align: center;
	 background-color: var(--color-09);

	border-radius: 50px;
	padding: 15px 30px 12px 30px;
	transition: all 0.5s;
	text-decoration: none;
}

.btn-traumeel:hover {
	color: var(--color-09);
	background-color: var(--color-03);
	transition: all 0.5s;
}

.btn-dload {
	background-image: url("../img/ico-download-white.svg");
}

.btn-dload:hover {
	background-position: bottom 3px right 10px;
}

.tt {
	border-radius: 5rem;
	text-align: center;
	/*padding: 6px 20px;*/
	padding: 12px 40px;
	margin-bottom: 50px;
}

.subp  {
	padding: 1.3rem;
	margin: 0;

}
.subp p {
	font-size: 1.5rem;
	font-weight: bold;
}
.img_content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.qa-img {
	max-width: 30%;
}

.article_subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

/* Engrystol */
.engrystol h1 {
	font-size: 2rem;
}

.engrystol h3 {
	font-size: 2rem;
	color: var(--color-04);
}
.engrystol p {
	text-align: justify;
}
.engrystol .list {
	font-size: large !important;
}

.engrystol .link:hover {
	color: #fff !important;
	background-color: var(--color-04);
}


/*.engrystol .list li {*/
/*	display: inline list-item !important;*/
/*	line-height: normal !important;*/
/*}*/

.engrystol .list li::marker {
	color: var(--color-01)
}
/* P paragraphs */
p {
	font-size: 1.13rem;
	font-style: normal;
	font-weight: 400;
}

	p a {
		color: #000000;
		text-decoration: underline;
	}

	/*p a:hover {*/
	/*	color: var(--color-04);*/
	/*	text-decoration: none;*/
	/*}*/

ul.main {
	font-size: 1.3rem;
	/*margin-bottom: 20px;*/
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.main li {
	display: flex;
	align-items: center;
	line-height: 3rem;
}
ul.main li img {
	margin-right: 10px;
}


.txt {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 10px
}

.ref {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 10px
}

	.ref a {
		color: var(--color-01);
		text-decoration: none;
	}

	.ref a:hover {
		color: var(--color-02);
		text-decoration: none;
	}

 .ref li {
	margin-bottom: 0px;
	}

.ref li::marker {
	color: var(--color-01);
	}	
	
	
/* H headlines */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*color: var(--color-01);*/
	/*font-family: "ivyora-display", sans-serif;*/
	font-style: normal;
	font-weight: 700;
	line-height: 1.25; 
	/*margin-bottom: 20px*/
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.1rem;
}

sup {
	font-weight: 400;
}


.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;
}

.container-xxl {
    max-width: 1296px;
}

/* 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: var(--color-01);
	animation-delay: -1.5s;
}

.load :nth-child(2) {
	background: var(--color-04);
	animation-delay: -1s;
}

.load :nth-child(3) {
	background: var(--color-01);
	animation-delay: -0.5s;
}

.load :last-child {
	background: var(--color-04);
}

@keyframes spin {

	0%,
	100% {
		transform: translate(0)
	}

	25% {
		transform: translate(160%)
	}

	50% {
		transform: translate(160%, 160%)
	}

	75% {
		transform: translate(0, 160%)
	}
}

@keyframes updowm {
	25% {
		background-position-y: -2px;
	}
	75% {
		background-position-y: 4px;
	}

	100% {
		background-position-y: 0;
	}
}

.js .load,
.js #loader-wrapper {
	display: block;
}

/* NAV */

.navbar {
	/* max-height: 75px; */
	/* background-color: rgba(206, 175, 155, 0.0) !important; */
	font-weight: 700;
	padding: 1rem;
	transition: all 0.7s;
}
.navbar .wrapper {
	flex-direction: row-reverse;
}

.navbar .navbar-brand {

	/*font-family: magistral, sans-serif;*/
	font-weight: 700;
	font-size: 1.0rem;
	text-transform: uppercase;
	/*text-align: right;*/
	/* margin-right: 0; */
	/*padding-top: 0rem;*/
	/*padding-bottom: 0rem;*/
	/*transition: all 0.7s;*/
}

.navbar .navbar-brand span {
	color: var(--color-02);
	margin-left: 0px;
	/* padding-top: 0; */
	/* padding-bottom: 0rem; */
	transition: all 0.7s;
}
.logo-nav {
	width: 150px;
}
.navbar .navbar-brand:hover {
	color: var(--color-02);
	transition: all 0.7s;
}

.navbar .navbar-brand:hover span {
	color: var(--color-01);
	transition: all 0.7s;
}

.navbar-nav li {
	font-size: 1.0rem;
	font-weight: 400;
	/* letter-spacing: 1px; */
	padding: 0px 20px 0px 0px;
	text-transform: uppercase;
}

/* .navbar-nav li:first-child {
	padding: 0;
} */

.navbar .navbar-nav .nav-link {
	color: var(--color-01);
	padding: 30px 0px 30px 0px;
	position: relative;
	transition: all 0.7s;
}


/*.navbar-dark .navbar-nav .nav-link:hover {
	color:#e30613;
	border-bottom:solid 3px rgba(227,6,19,1.0);
	transition:all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:focus {
	color:#00344f;
}
.navbar-dark .navbar-nav .nav-item .active {
	color:#e30613;
	border-bottom:solid 3px rgba(227,6,19,1.0);
	transition:all 0.7s;
}*/

.navbar .navbar-nav .nav-link:hover {
	color: var(--color-02);
}

.navbar .navbar-nav .nav-link.active {
	color: var(--color-01);
}

.navbar .navbar-nav .nav-link:focus {
	color: var(--color-01);
}

.navbar .navbar-nav .nav-link:before {
	/* color: #fff; */
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	padding: 0;
	background-color: var(--color-02);
	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-02);
	background-color: rgba(255, 255, 255, 0.0) !important;
	transition: all 0.7s;
}

.dropdown-toggle::after {
	color: var(--color-02);
	display: inline-block;
	margin-left: 10px;
	vertical-align: 3px;
	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: 700; */
	/* background-color: #00a8c1; */
	/* padding: 25px 0px; */
	margin-right: auto;
}

/* #navi-spy.navbar-dark .navbar-nav .dropdown .nav-link:hover {
	color: #fff;
	background-color: #4488c8;
} */
.navi .belka {
	border-right: 2px solid var(--color-04);
}
.navi li {
	line-height: normal;
}
.navbar.engrysol {
	background-color: var(--color-01) !important;
}

.navbar.lympho {
	background-color: var(--color-02) !important;
}

.navbar .navbar-nav .dropdown .nav-link:before {
	visibility: hidden;
	/* ukrywa pasek hover */
}

.scroll {
	background-color: rgba(206, 175, 155, 0.85) !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;
}

.txt2 {
	font-size: 1.5rem;
	line-height: 1.35em;
}
/* SECTION TOP */

.sct-movie {
	/*background-image: url(../img/bg-head-01.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right top 190px;*/
	/*padding-top: 200px;*/
	/*padding-bottom: 150px;*/
	background-image: url("../img/bg-bakterie-gray-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.hero {
	display: flex;
	height: 100%;
	position: sticky;
	top: 0;
}


.card_over {
	cursor: pointer;
	width: calc(100vw / 3);   /*  TRZY KARTY   */
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: end;*/
	/*flex-direction: column;*/
	/*padding: 3rem 4rem;*/
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.card_over .h3 {
	font-size: 1.9rem;
	font-weight: 300;
	transition: all 1s ease-in-out;
	margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
	height: 0;
	
}
.card_over sup {
	font-weight: 300;
}

.card_over .image-wrapper {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.lympo-h3 {
	margin-bottom: 0;
	font-size: 1.9rem;
	font-weight: 300;
	height: 0;
}
.card_over .img_content {
	font-weight: 400;
	/*padding: 0 3rem 2rem;*/
	/* transform: translateY(10rem); */
	position: absolute;
	
	width: 100%;
	/* height: 50%; */
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	background: linear-gradient(to bottom,transparent, #ffff 50%);
	transition: all 0.3s ease-in-out;
	
}

.card_over .img_content img {
	width: 240px;
	/*height: 130px;*/
	margin-bottom: 5%;
}
/*.card_over.active .image-wrapper {*/
/*	transform: scale(1.2);*/
/*}*/

.card_over:hover  > img {
	transform: scale(1.1);
}
.card_over.active .img_content{
	transform: translateY(0);
}

.card-1 {
	border-bottom: 6px solid var(--color-01);
	position: absolute;
}


.card-1 .image-wrapper {
	background-image: url("../img/kv-eng-01.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.card-1:hover .image-wrapper,.card-2:hover .image-wrapper, .card-3:hover .image-wrapper  {
	transform: scale(1.1);
}

.card-1:hover .img_content , .card-2:hover .img_content ,.card-3:hover .img_content {
	/* transform: translateY(0); */
	
}

.card-1:hover .h3, .card-3:hover .h3 {
	height: auto;
}

.card-2:hover .lympo-h3, .card-2.active .lympo-h3 {
	height: auto;
}


.card-2 {
	border-bottom: 6px solid var(--color-02);
	position: absolute;
    transform: translateX(calc(100vw / 3));
	transition: all 0.3s ease;
	top:0;
	left: 0;
	/*background-image: url("../img/kv-lymph-01.jpg");*/
}
.card-1.active, .card-2.active , .card-3.active{
	/* transform: translateX(-100%); */
	transform: none;
    z-index: 2;
    width: 50vw;
}

.card-1.active .h3, .card-3.active .h3{
	height: auto;
}



.card-wrapper {
	width: 100%;
	height: 100%;
}

.card-2 .image-wrapper {
	background-image: url("../img/kv-lymph-01.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.card-3 {
	border-bottom: 6px solid var(--color-08);
	position: absolute;
    transform: translateX(calc((100vw / 3) * 2));
	transition: all 0.3s ease;
	top:0;
	left: 0;
	/*background-image: url("../img/kv-lymph-01.jpg");*/
}


.card-3 .image-wrapper {
	background-image: url("../img/kv-traumeel.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

/* .card-3:hover .image-wrapper,.card-3:hover .image-wrapper  {
	transform: scale(1.1);
}

.card-3:hover .img_content , .card-3:hover .img_content  {
	transform: translateY(0);
} */

.section {
	display: flex;
	height: 100%;
	width: 100%;
	position: fixed;
}

.section_popup {
	width: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	transform: translateX(100%);
	display: none;
	transition: all 0.4s ease-in-out;
}
.section_popup.active {
	display: block;
	transform: translateX(0);
}

.sec {
	padding: 80px;
}

#engysol .section-1 {
	background-image: url("../img/bg-eng-01.jpg");
	/*background-position: right top;*/
	background-repeat: no-repeat;
	background-size: cover;
	 min-height: 100vh;
	/*display: flex;
    flex-direction: column;
    justify-content: space-between; */
}



#traumeel .section-1 {
	background-image: url("../img/traumeel/bg-traumeel.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: right; */
	min-height: 100vh;
}

#traumeel .bg-1 {
	background: linear-gradient(215deg, #4698D3 18.78%, #E9F3FA 82.82%);
}

#traumeel .bg-2 {
	background: var(--color-09);
}

#traumeel .tabl {
	display: flex;
	flex-wrap: wrap;
}

#traumeel .tabl > div {
	width: 50%;
    text-align: center;
    padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#traumeel .tabl .tl {
	color: white;
    border-right: 1px solid white;
    border-top-left-radius: 20px;
}

#traumeel .tabl .tr {
	color: white;
    border-top-right-radius: 20px;
}

#traumeel .tabl .il {
	
    border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

#traumeel .tabl .ir {
	border-bottom: 1px solid;
	border-right: 1px solid;
}

#traumeel .tabl .bl {
	border-bottom-left-radius: 20px;
}

#traumeel .tabl .br {
	border-bottom-right-radius: 20px;
}


#traumeel .button {
	font-size: 1.5rem;
    text-decoration: none;
    background: white;
	font-weight: 700;
    text-transform: uppercase;
	color: var(--color-09);
}

#traumeel .button:hover{
	color:white;
    background: linear-gradient(90deg, #E34330 0%, #1A215E 100%);;
}

#traumeel .traumeel_white {
	width: 45%;
    
}

#traumeel .traumeel_pack {
	margin-top: 24%;
}


.bg-traumeel {
	background: linear-gradient(90deg, #E34330 0%, #1A215E 100%);
}

#traumeel .list-1 {
	line-height: 40px;
	font-size: 18px;
}
#traumeel li::marker {
	color: #EB452E;
}

#traumeel .info_prize {
	font-size: 28px;
    font-weight: 700;
    line-height: 60px;
}

.justify {
	text-align: justify;
}

#traumeel .list-2 {
	line-height: 32px;
	font-size: 18px;
}

#engysol .section-3 {
	background-image: url("../img/bg-bakterie-yellow-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#engysol .section-quiz {
	background-image: url("../img/bg-bakterie-gray-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.rounding {
	overflow: hidden;
	border-radius: var(--border);
}
.engysol #sil {

	background-color: var(--color-01);
}

#sil p {
	font-size: 0.875rem;
	line-height: 1.3;
	text-align: justify;
}
.link {
	border-radius: 5rem;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.5rem;
	padding: 15px 30px;
	display: inline-block;
}

.lympho .section-1 {
	background-image: url("../img/bg-lymph-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.lympho .section-1 p {
	color: #fff;
}

.lympho .title {
	background-color: var(--color-02);
}

.lympho .title_reverse {
	background-color: #ffffff;
	color: var(--color-02);
}


.lympho .section-3 {
	background-image: url("../img/bg-bakterie-blue-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.lympho .video p {
	color:#ffffff;
	background-color: var(--color-02);
}

.lympho.active {
	/*transform: translateX(0);*/
}

.lympho #sil {
	color:#ffffff;
	background-color: var(--color-02);
}
table {
	border-radius: 20px;
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	color: #ffffff;
}
table td {
	border: 1px solid #fff;
	padding: 10px;
	font-weight: bold;
	width: 33.33%;
}

table td span {
	font-weight: normal;
}
@media (max-width:1599.98px) {

	.sct-top {
		background-position: right -100px top 150px;
		padding-top: 150px;
	}
}

@media (max-width:1399.98px) {

	.sct-top {
		background-position: right -150px center;
		background-size: 700px;
		padding-top: 120px;
	}
}


.btn:focus {
	box-shadow: none;
}

/* SECTION */

.img-sct {
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.img-flip {
	transform: scaleX(-1);
}

/* PRDOUCTS */


.box-product {
	width: fit-content;
	border-radius: 20px;
	border: 2px solid #FFF;
	padding: 20px 30px;
}




/* FOOTER */

.footer {
	text-align: center;
	padding: 40px 0;
}

.footer p {
	font-size: 0.875rem;
}

.footer .navi {
	margin: 30px auto 0px;
	font-weight: 400;
}

.footer .navi li {
	font-size: 1.0rem;
	text-transform: uppercase;
	display: inline;
	list-style: disc;
}
.footer .navi li a {
	text-decoration: none;
	color: rgb(33, 37, 41);
}

#lympho .footer .navi li a {
	text-decoration: none;
	transition: all 0.5s;
}

#lympho .footer .navi li a:hover {
	font-weight: 800;
	color: var(--color-02);
}

#engysol .footer .navi li a {
	transition: all 0.5s;
	text-decoration: none;

}

#engysol .footer .navi li a:hover {
	font-weight: 800;
	color: var(--color-01);
}

.footer ul li {
	/* border-left: solid 1px #ffffff; */
	padding: 0 10px;
}

/*.footer ul li:first-child {*/
/*	border: none;*/
/*}*/

.footer ul {
	padding-inline-start: 0px;
}

/* LOGIN */

.e-login-bg {
	 background-image: url('../img/bg-bakterie-gray-01.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	/*background: linear-gradient(262deg, #4798D3 3.94%, #E4F0F9 93.29%);*/
}

.e-login {
	background-color: #fff;
	text-align: left;
	padding: 80px;
	margin-top: 100px;
	border-radius: 40px;
	/*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);*/
	/*backdrop-filter: blur(10px);*/
}

.e-login h3, .e-login h2 {
	color: var(--color-04);
	/* font-size: 2rem; */
}

.e-login p {

	font-size: 1.125rem;
}

.e-login .login {
	width: 100%;
	text-align: center;
}

.e-login .login-input {
	width: 100%;
	height: 70px;
	font-size: 2.0rem;
	/* height: calc(3.875rem + 2px); */
	text-align: center;
	padding: 18px 15px 15px 15px;
	/* line-height: 1.5; */
	font-weight: 700;
	/* margin-bottom: 0.675rem; */
	border: solid 2px var(--color-01);
	border-radius: 50px;
}

.e-login .login-input::placeholder {

	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);
	border-radius: 5rem;
	/*background-image: url("../img/ico-forward-white.svg");*/
	/*background-position: center right 30px;*/
	/*background-repeat: no-repeat;*/
	/*background-size: 24px; *!*/
	/* border-radius: 20px; */
	/* padding: 0px 70px 0px 50px; */
	padding: 18px 15px 15px 15px;
	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 {
	background-color: rgba(245, 245, 245, 0.85);
	padding: 15px 150px 15px 15px;
	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-02);
	text-decoration: none;
	transition: all 0.5s;
}

.box-cookies p {
	font-size: 0.75rem;
	padding: 0;
	margin: 10px;
}

.box-cookies button {
	color: var(--color-01);
	/* background-color: var(--color-01); */
	/* background-color: rgba(255, 255, 255, 0.2); */
	font-size: 1.0rem;
	line-height: 1.0;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;	
	border-radius: 30px;
	background-image: url("../img/ico-close.svg");
	background-position: center right 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 15px 45px 12px 25px;
	border: solid 2px var(--color-01);
	transition: all 0.5s;
}

.box-cookies button:hover {
	color: #ffffff;
	background-image: url("../img/ico-close-white.svg");
	background-color: var(--color-01);
	transition: all 0.5s;
}

.box-cookies button:focus {
	outline: 0;
	box-shadow: none;
}

/* HOP TOP */

.hop-top {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;

	transform: scale(0);
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1030;
	transition: all 0.5s;
}

.hop-top img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.hop-top.engrysol {
	background-image: url("../img/ico-upward-yellow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff8cc !important;
}

.hop-top.lympho {
	background-image: url("../img/ico-upward-blue.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ccecf7 !important;
}


.hop-top.traumeel {
	background-image: url("../img/ico-upward-white.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--color-10) !important;
}

.hop-top:hover {
	animation: updown 1s infinite;

}

.scroll.hop-top {
	transform: scale(1);
}

.close_button {
	padding: 6px;
	border-radius: 50px;
	border: none;
	z-index: 10;
	position: fixed;
	top: 30px;
	right: 30px;
	transition: all 0.3s ease-out;
	display: none;
}
.close_button.active {
	display: block;
}

.close_button:hover {
	transform: scale(1.2);
}

.c1 {
	/*background-color: rgba(255, 255, 255, 0.53);*/
	background-color: var(--color-04);
	transition: all 0.3s ease-out;
	border: 2px solid white;
	display: none;
}

/*.c1:hover {*/
/*	background-color: var(--color-04);*/
/*}*/

.c2 {
	background: var(--color-02);
	border: 2px solid white;
	display: none;
}

.c3 {
	display: none;
}

.c1.active, .c2.active, .c3.active {
	display: block;
}

.strong_2 {
	margin-bottom: 0;
	font-size: 1.5rem;
}


.play {
	position: absolute;
	width: 30%;
}




















/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {

	/* PRDOUCTS */

	.sct-top-prod-01 {
		background-position: right -150px center;
		background-size: 650px;
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.sct-top-prod-02 {
		background-position: right -150px center;
		background-size: 550px;
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.sct-top-prod-03 {
		background-position: right -150px center;
		background-size: 550px;
		padding-top: 100px;
		padding-bottom: 80px;
	}
	
}

/* Medium devices (tablets, less than 992px) */
@media (max-width:1024px) {

	/* P paragraphs */
	
	p {
		font-size: 1.375rem;
	}

	ul {
		font-size: 1.375rem;
	}
	
	/* H headlines */
		
	h1 {
		font-size: 3.5rem;
	}
	
	h2 {
		font-size: 2.5rem;
	}
	
	h3 {
		font-size: 1.75rem;
	}

	li p {
		line-height: 1.7rem;;
	}
	/* 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;
	}

	.scroll .dropdown-menu {
		background-color: rgba(255, 255, 255, 0.95) !important;
	}

	.dropdown-menu .dropdown-item {
		padding: 15px 15px 15px 20px;
		font-size: 1.0rem;
		text-align: left;
		transition: all 0.7s;
	}

	.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; */
	}

	.navbar .wrapper {
		flex-direction: row;
	}

	.navbar-nav li {
		font-size: 1.0rem;
		padding: 0 0 0 20px;
	}

	.navbar-nav li:first-child {
		padding: 0 0 0 20px;
	}

	.navbar .navbar-nav .nav-link {
		padding: 20px 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-02);
		padding-left: 29px;
	}

	/* PRDOUCTS */
	.section {
		flex-direction: column;
	}

	.card_over {
		width: 100%;
		height: 33.3vh;
		border: 0;
		padding: 0;
		position: relative;
        transform: none;
	}

	.card-wrapper {
		display: flex;
		flex-direction: column;
	}

	.sec {
		padding: 2rem;
	}
	.section_popup {
		width: 100%;
	}

	.card_over .img_content {

		/* transform: translate(0);
		padding: 1rem; */

		transform: none;
        padding: 1rem;
        transition: none;
        height: auto;
        position: absolute;
	}
	.btn-prim {
		font-size: 1.1rem;
	}
	.navi .belka {
		border: none;
	}
	

	.close_button {
		top: 10px;
		right: 10px;
	}

	#traumeel .traumeel_white {
	width: 50%;

	}

	.card_over .h3 {
		padding: 0;
		height: auto;
		font-size: 1.1rem;
	}

	.lympo-h3 {
		font-size: 1.1rem;
		height: auto;
        margin-bottom: 0;
	}

	#traumeel .traumeel_pack {
	margin-top: 40%;
}



}
.prize-img {
    max-height: 400px;
    margin: 0 auto;
    display: block;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {

	.bg-blot-01 {
		background-position: left -100px top 100px;
		background-size: 50%;
	}
	
	.bg-blot-02 {
		background-position: right -50px top 100px;
		background-size: 50%;
	}
	
	.bg-blot-03 {
		background-position: left -50px top 100px;
		background-size: 50%;
	}

	.bg-blot-04 {
		background-position: left -100px top -100px, right -100px bottom -100px;
		/* background-size: 75%; */
	}
			
	/* P paragraphs */
	
	p {
		font-size: 1.25rem;
	}

	ul {
		font-size: 1.25rem;
	}
			
	.txt {
		font-size: 1.0rem;
	}

	/* H headlines */
		
	h1 {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 2rem;
	}
	
	h3 {
		font-size: 1.5rem;
	}
	
	h4 {
		font-size: 1.25rem;
	}
	
	.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 {
		background-position: right -100px bottom;
		background-size: 650px;
		padding-top: 100px;
		padding-bottom: 540px;
	}

	/* SECTION */

	.img-sct {
		width: 66%;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	/* PRDOUCTS */

	.sct-top-prod-01 {
		background-position: right -50px top 50px;
		background-size: 550px;
		padding-top: 500px;
		padding-bottom: 50px;
	}

	.sct-top-prod-02 {
		background-position: right -50px top 50px;
		background-size: 550px;
		padding-top: 500px;
		padding-bottom: 50px;
	}

	.sct-top-prod-03 {
		background-position: right -50px top 50px;
		background-size: 550px;
		padding-top: 500px;
		padding-bottom: 50px;
	}

	.box-product {
		width: 100%;
	}
	

	/* FOOTER */

	.footer-logo {
		max-width: 200px;
		margin-bottom: 0px;
	}	

	.footer {
		padding: 50px 20px 50px 20px;
		text-align: center;
	}

	.footer .navi {
		margin-top: 40px;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer .navi li {
		display: block;
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	/* .footer ul li:first-child {
		border-left: solid 1px #ffffff;
	} */

	/* LOGIN */

	.e-login {
		background-color: rgba(255, 255, 255, 0.0);
		text-align: left;
		margin-top: 30px;
		padding: 0px 30px 30px 30px;
		box-shadow: none;
		border-radius: 0;
		backdrop-filter: blur(0px);
	}

	.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 {
		font-size: 1.25rem;
		margin: 15px 0 0 0;
	}

	.e-login .ref {
		text-align: left;
	}
	.card_over .image-wrapper {
		transform: scale(1) !important;
	}

	.card_over .img_content img {
		margin-bottom: 1rem;
		width: 40%;
	}

	/*.card-1:hover ,.card-2:hover {*/
	/*	background-size: 100%;*/
	/*}*/
	.link {
		padding: 5px 10px;
	}

	#traumeel .txt2 {
		padding-right: 20%;
		font-size: 1.1rem;
	}

    #questions-form {
        padding-bottom: 100px;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {

	/* P paragraphs */
	
	p {
		font-size: 1.125rem;
	}

	ul {
		font-size: 1.125rem;
		margin-bottom: 10px;
	}

	.text-justify {
		text-align: left !important;
	}
		
	/* H headlines */
		
	h1 {
		font-size: 2.5rem;
	}
	
	h2 {
		font-size: 1.75rem;
	}
	
	h3 {
		font-size: 1.25rem;
	}
	
	h4 {
		font-size: 1.125rem;
	}

	/* SECTION TOP */

	.sct-top {
		background-position: right -50px bottom -50px;
		background-size: 400px;
		padding-top: 80px;
		padding-bottom: 270px;
	}

	.btn-product {
		background-size: 30px;
		padding: 0px 40px 0px 0px;
	}

	.btn-logo {
		max-width: 240px;
	}
	
	/* PRDOUCTS */

	.sct-top-prod-01 {
		background-position: right -50px top 50px;
		background-size: 400px;
		padding-top: 400px;
	}

	.sct-top-prod-02 {
		background-position: right -50px top 50px;
		background-size: 400px;
		padding-top: 400px;
	}

	.sct-top-prod-03 {
		background-position: right -50px top 50px;
		background-size: 400px;
		padding-top: 400px;
	}

	/* COOKIES */

	.box-cookies {
		padding: 15px 15px 80px 15px;
	}

	.box-cookies button {
		right: 15px;
		top: 80%;
		padding: 15px 45px 12px 25px;
		border: solid 2px var(--color-01);
		transition: all 0.5s;
	}

    .prize-img {
        max-height: 350px;
    }


			
}

@media (max-width:399px) {
    .prize-img {
        max-height: 300px;
    }
}