html {
	scroll-behavior: smooth;
	/* ładne przewijanie smoth scroll */
}

body {
	color: #000000;
	/* font-family: 'Open Sans', sans-serif; */
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.3;
}

:root {
	--color-01: #033e78;
	--color-02: #dc0b15;
	--color-03: #edf2f4;
	--color-04: #f7a824;
	--color-05: #e8306e;
	--color-06: #16b4b7;
	--color-07: #888888;
}

.text-color-01 {
	color: var(--color-01);
}

.text-color-02 {
	color: var(--color-02);
}

.text-color-04 {
	color: var(--color-04);
}

.text-color-05 {
	color: var(--color-05);
}

.text-color-06 {
	color: var(--color-06);
}

.text-color-07 {
	color: var(--color-07);
}

.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-color-04 {
	background-color: var(--color-04);
}

.bg-color-05 {
	background-color: #f58232;
}

.bg-color-06 {
	background-color: #87c879;
}

.bg-color-07 {
	background-color: #7fdbee;
}

.bg-color-08 {
	background-color: var(--color-05);
}

.bg-color-09 {
	background-color: var(--color-06);
}

.bg-grad-01 {
	background: linear-gradient(to right, #033e78, #009ee2);
}

.bg-grad-02 {
	background: linear-gradient(to right, #f7a824, #fdd569 75%, #f7a824);
}

.bg-grad-03 {
	background: linear-gradient(to right, #ed1c25, #f79552, #fec34e, #84c98b);
}

.bg-grad-04 {
	background: linear-gradient(#ffffff 50%, #edf2f4);
}

.bg-grad-05 {
	background: linear-gradient(to right, #00a79d, #78cdd1);
}  

/* Buttons */

.btn-prim {
	color: #fff;
	font-size: 1.0rem;
	font-weight: 400;
	/* text-transform: uppercase; */
	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 1px #1b1e4b; */
	border-radius: 50px;
	padding: 10px 45px 10px 20px;
	transition: all 0.5s;
}

.btn-prim:hover {
	color: #fff;
	background-position: center right 0px;
	transition: all 0.5s;
}

.btn-dload {
	background-image: url("../img/ico-download-white.svg");
	padding: 15px 50px 15px 25px;
}

.btn-dload:hover {
	background-position: bottom 0px right 10px;
}

.btn-more {
	background-image: url("../img/ico-dropdown-white.svg");
}

.btn-more:hover {
	background-position: bottom 5px right 10px;
}

.btn-more:focus {
	background-position: center right 10px;
}

.btn-white {
	color: var(--color-01);
	background-color: #fff;
	background-image: url("../img/ico-forward.svg");
}

.btn-white:hover {
	color: var(--color-01);
}

.btn-quiz {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 700;
	background-image: url("../img/ico-forward.svg");
	padding: 15px 50px 15px 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: magistral, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
}

h2 {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 50px;
	padding: 20px 60px;
	border-radius: 50px;
}

.sct-h2 {
	font-size: 3rem;
	margin-bottom: 20px;
}

.sct-h3 h3 {
	text-align: center;
	color: var(--color-01);
	font-size: 2rem;
}

.sct-h3 hr {
	width: 350px;
	margin: 20px auto;
	background-color: var(--color-02);
}

.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: var(--color-01);
	animation-delay: -1.5s;
}

.load :nth-child(2) {
	background: var(--color-02);
	animation-delay: -1s;
}

.load :nth-child(3) {
	background: var(--color-01);
	animation-delay: -0.5s;
}

.load :last-child {
	background: var(--color-02);
}

@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.90) !important;
	font-weight: 700;
	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: var(--color-01);
	font-family: magistral, sans-serif;
	font-weight: 700;
	font-size: 2.0rem;
	/* text-transform: uppercase; */
	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;
}

.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.125rem;
	font-weight: 400;
	/* letter-spacing: 1px; */
	padding: 0 0 0 40px;
	/* text-transform: uppercase; */
}

.navbar-nav li:first-child {
	padding: 0;
}

.navbar .navbar-nav .nav-link {
	color: #000000;
	padding: 35px 0px 35px 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: #000;
}

.navbar .navbar-nav .nav-link.active {
	color: #000;
}

.navbar .navbar-nav .nav-link:focus {
	color: #000;
}

.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: 0 0 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: #000;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: none;
	text-align: center;
	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-01);
	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;
} */

.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;
}

.scroll .navbar-nav .nav-link {
	padding: 20px 0px;
}

/* TOAST */

.toast {
    width: 280px;
    /* background-color: var(--color-03); */
    /* background-color: #fff; */
	background-color: rgba(255, 255, 255, 0.75) !important;
    position: fixed;
    top: 120px;
    left: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
    border: none;
    border-radius: 20px;
	backdrop-filter: blur(5px);
    /* z-index: 1040; */
    transition: top 0.3s;
}



.scroll .toast {
    top: 90px;
    transition: top 0.3s;
}

.toast .close {
    opacity: unset;
    margin-top: 12px;
    margin-right: 12px;
}

.toast .toast-body {
    padding: 20px 20px 20px 20px;
}

.toast a:hover {
    text-decoration: none;
}

.toast .toast-body h4 {
	color: var(--color-01);
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.0;
    margin-bottom: 10px;
}

/* .toast a:hover .toast-body h4 {
	color: #00344f;
} */

.toast .toast-avatar {
    width: 240px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.toast .toast-body p {
    color: var(--color-01);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}



/* SECTION PRODUCT */

.container-xxl {
    max-width: 1370px;
}

.sct-product {
	/* background-image: url(../img/bg-sct-top-01.jpg); */
	background-image: url(../img/bg-sct-top-01-m.jpg);
	background-repeat: no-repeat;
	background-position: right top 70px;
	background-attachment: fixed;
}

@media (max-width:1599.98px) {

	.sct-product {
		background-position: right -100px top;
	}
}

@media (max-width:1399.98px) {

	.sct-product {
		background-position: right -180px top;
	}
}


.sct-product .row {
	margin-top: 50px;
}

.sct-product h1 {
	color: var(--color-01);
	font-size: 2.25rem;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
}

/* .product-card-deck {
	margin-top: 50px;
} */

.sct-product .product-card {
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	height: 450px;
	background-color: var(--color-01);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	border: 0;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.sct-product .product-card .poster {
	position: relative;	
	overflow: hidden;
}

.sct-product .product-card .poster::before {
	content: '';
	position: absolute;
	bottom: -180px;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #033e78 50%, transparent);
	transition: 0.5s;
	z-index: 1;
}

.sct-product .product-card:hover .poster::before {
	bottom: 0;
}

.sct-product .product-card .poster img {
	width: 100%;
	transition: 0.5s;		
}

.sct-product .product-card:hover .poster img {
	transform: translateY(-120px);
	filter: blur(5px);
}

.sct-product .product-card .details {
	text-align: center;
	position: absolute;
	/* bottom: -170px; */
	top: 330px;
	left: 0;
	padding: 20px;
	width: 100%;
	z-index: 2;
	transition: 0.5s;
}

.sct-product .product-card:hover .details {
	/* bottom: 30px; */
	top: 120px;
}

.sct-product .product-card .details .logo {
	/* max-width: 200px; */
	margin-bottom: 50px;
}

.sct-product .product-card .details p {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 0;
}

/* CARDS */

.card-box .card {
	color: #000;
	border-radius: 20px;
	background-color: var(--color-03);
	border: none;
}

.card-box .card-avatar {
	background-color: var(--color-03);
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	display: block;
	position: relative;
	text-decoration: none;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
}

.card-box .card-avatar img {
	opacity: 1;
	transition: all 0.5s;
}

.card-box .card-avatar img:hover {
	opacity: 0.85;
	transform: scale(1.05);
	transition: all 0.5s;
}

.card-box .card-avatar .label {
	color: #fff;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: var(--color-02);
	z-index: 10;
}

.card-box .card-avatar .ico-play {
	background-size: 72px;
	background-image: url("../img/ico-play-white.svg");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 36px);
	/* transform: translateX(-50%); */
	left: calc(50% - 36px);
	padding: 36px;
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35); */
	transition: all 0.5s;
}

.card-box .card-avatar .ico-dload {
	background-image: url("../img/ico-download-white.svg");
}

.card-box .card-body {
	padding: 20px 20px 0px 20px;
}

.card-box .card-body h5 {
	font-family: roboto, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.card-box .card-body p {
	font-size: 1.125rem;
	margin-top: 10px;
	margin-bottom: 20px;
}

.card-box .card-footer {
	border-radius: inherit;
	background-color: inherit;
	border: none;
	padding: 0px 20px 20px 20px;
}

/* CARDS HORIZONTAL */

.card-horiz .card-body {
	padding: 0px 0px 0px 20px;
}

.card-horiz .card-avatar {
	border-radius: 20px;
}

.card-horiz .card-body h5 {
	font-size: 1.5rem;
}

.card-horiz .card-body .card-author {
	padding: 10px 0px 10px 20px;
	border-left: 2px solid var(--color-02);
}

/* Section QUIZ */

.sct-quiz {
	background-color: var(--color-01);
	background-image: url(../img/bg-sct-quiz-01.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: fixed;
}

.sct-quiz p {
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.sct-quiz h4 {
	color: #ffffff;
	font-size: 1.75rem;
	margin-bottom: 20px;
	padding: 10px 0px 10px 30px;
	border-left: 2px solid var(--color-02);
}

/* Section EKG */

.sct-ekg {
	background-color: var(--color-01);
	background-image: url(../img/bg-sct-ekg-01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
}

/* Section OTHER */

.sct-other a img {
	transition: all 0.5s;
}

.sct-other a:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

/* SIL */

.sct-sil p {
	font-size: 0.875rem;
	line-height: 1.3;
	text-align: justify;
}

.sct-sil p a {
	color: var(--color-01);
	text-decoration: underline;
}

.sct-sil p a:hover {
	color: var(--color-01);
	text-decoration: none;
}

/* REF */

.ref {
	font-size: 0.875rem;
	line-height: 1.3;
} 

.ref a {
	color: #000000;
	text-decoration: none;
}

.ref a:hover {
	color: #000000;
	text-decoration: underline;
}

/* CONTENT */

article .title h3 {
	color: var(--color-01);
	font-size: 2.25rem;
}


article .title .author {
	color: var(--color-01);
	font-size: 1.5rem;
	text-align: center;
}

article .title .laed {
	font-size: 1.0rem;
}

article .title hr {
	width: 350px;
	margin: 20px auto;
	background-color: var(--color-02);
}

article h4 {
	color: var(--color-01);
	font-family: roboto, sans-serif;
	font-size: 1.5rem;
	margin-top: 30px;
	margin-bottom: 1rem;
}

article p {
	font-size: 1.125rem;
	text-align: justify;
}

.article ul {
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: left;
	list-style: none;
	margin-top: 1rem;
}

.article ul li::before {
  content:"\25AA";
  color: var(--color-01);
  font-weight: bold;
  display: inline-block; 
  width: 1.2rem;
  margin-left: -1.2rem;
}

.article a {
	color: var(--color-01);
	text-decoration:underline;	
}

.article a:hover {
	color: var(--color-01);
	text-decoration:none;	
}

.article .figure img {
	margin-right: 10px;
	border-radius: 20px;
}

.article .favour {
	font-size: 1.5rem;
	line-height: 1.25;
	/* font-weight: 700; */
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
	border-left: solid 5px var(--color-02);	
}

.article .article-ref {
	font-size: 0.875rem;
	line-height: 1.3;
	text-align: justify;
	margin-top: 20px;
}

/* TABELA */

.table thead {
	color: #ffffff;
	background-color: var(--color-01);
	border-bottom: none;
}

.table thead th {
    vertical-align: middle;
    border-bottom: none;
}

.table th {
	font-size: 1.125rem;
    border: none;
	padding: 30px 20px;
}

.table td {
    vertical-align: middle;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid var(--color-01);
}

.table p {
	text-align: left;
	margin: 0;
}

.table-hover tbody tr:hover {
	color: var(--color-05);
	background-color: rgba(0, 0, 0, 0.03);
}





/* Product 01 / TOP */

.prod-01-top {
	background-image: url(../img/prod-01-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	padding-bottom: 100px;
}

@media (max-width:1599.98px) {

	.prod-01-top {
		background-position: top right -120px;
	}
}

@media (max-width:1399.98px) {

	.prod-01-top {
		background-position: top right -220px;
	}
}

.prod-01-top .logo {
	width: 100%;
	background-color: #ffffff;
	padding: 60px;
	border-radius: 20px;
}

.prod-01-top .logo img {
	margin-left: auto;
	margin-right: auto;
}

.prod-01-top h1 {
	font-size: 4.5rem;
	text-align: center;
}

/* Product 01 / 01 */

.prod-01-sct-01 {
	background-image: url(../img/prod-01-bg-02.jpg);
	background-repeat: no-repeat;
	background-position: bottom 100px right 50px;
}

.prod-01-sct-01 .box-head {
	text-align: center;
	padding: 20px;
	margin-bottom: 0;
	border-radius: 20px 20px 0px 0px;
}

.prod-01-sct-01 .box-head h3 {
	font-size: 1.375rem;
	margin-bottom: 0;
}

.prod-01-sct-01 .box-body {
	font-size: 1.125rem;
	background-color: rgba(237, 242, 244, 0.8);
	padding: 20px;
	margin-top: 0;
	border-radius: 0px 0px 20px 20px;
	backdrop-filter: blur(5px);
}

.prod-01-sct-01 .box-body ul {
	list-style: none;
}

.prod-01-sct-01 .box-body li {
	margin-bottom: 10px;
}

.prod-01-sct-01 .box-body ul li::before {
  content:"\2022";
  color: var(--color-04);
  font-weight: bold;
  display: inline-block; 
  width: 1.2rem;
  margin-left: -1.2rem;
}

.prod-01-sct-01 .box {
	font-size: 1.5rem;
	padding: 20px;
	border-radius: 20px;
}

/* Product 01 / 02 */

.prod-01-sct-02 {
	background-image: url(../img/prod-01-bg-03.png), url(../img/prod-01-bg-03.png);
	background-repeat: no-repeat;
	background-position: top 20% left -100px, bottom 20% right -100px;
}

.prod-01-sct-02 .infographic {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/* Product 01 / 03 */

.label {
	width: fit-content;
	color: #ffffff;
	font-family: magistral, sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	text-align: center;
	padding: 20px 40px;
	border-radius: 20px;
}

.prod-01-sct-03 .packshot {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.prod-01-sct-03 .packshot .label-01 {
	position: absolute;
	top: 25%;
	left: 0;
}
.prod-01-sct-03 .packshot .label-02 {
	position: absolute;
	top: 20%;
	right: 0;
}
.prod-01-sct-03 .packshot .label-03 {
	position: absolute;
	bottom: 0;
	right: 0;
}





/* Product 02 / TOP */

.prod-02-top {
	background-image: url(../img/prod-02-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	padding-bottom: 100px;
}

@media (max-width:1599.98px) {

	.prod-02-top {
		background-position: top right -150px;
	}
}

@media (max-width:1399.98px) {

	.prod-02-top {
		background-position: top right -200px;
	}
}

.prod-02-top .product-box {
	background-color: #fff;
	padding: 70px 70px 40px 70px;
	border-radius: 20px 20px 0px 0px;
	margin-top: 100px;
	margin-bottom: 0;
}

.prod-02-top .product-box h1 {
	color: #575656;
	font-size: 2.25rem;
	margin-bottom: 5px;
}

.prod-02-top .product-box .red {
	color: var(--color-02);
	font-size: 3.0rem;
}

.prod-02-top .dose-box {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
}

.prod-02-top .dose-box div .dose {
	padding: 30px 0px 30px 0px;
}

.prod-02-top .dose-box div:nth-child(1) .dose {
	border-bottom-left-radius: 20px;
	background-color: var(--color-04);
}

.prod-02-top .dose-box div:nth-child(2) .dose {
	background-color: var(--color-02);
}

.prod-02-top .dose-box div:nth-child(3) .dose {
	border-bottom-right-radius: 20px;
	background-color: #1460ab;
}

/* Product 02 / 01 */

.prod-02-sct-01 {
	background-image: url(../img/prod-02-bg-01.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 100px;
}

.prod-02-sct-01 .box {
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 50px;
	margin-top: 20px;
	border-radius: 20px;
}

.prod-02-sct-01 .box p {
	margin-bottom: 25px;
}

.prod-02-sct-01 .box .favour {
	padding-left: 30px;
	border-left: 5px solid var(--color-02);
}

.prod-02-sct-01 .box p:last-child {
	margin-bottom: 0px;
}

.prod-02-sct-01 .box-blur {
	color: var(--color-01);
	background-color: rgba(237, 242, 244, 0.8);
	backdrop-filter: blur(5px);
}

/* Product 02 / 02 */

.prod-02-sct-02 {
	background-image: url(../img/prod-02-bg-02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.prod-02-sct-02 .box {
	padding: 50px;
	border-radius: 20px;
}

.prod-02-sct-02 .box-blur {
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
}

.prod-02-sct-02 .box h3 {
	color: var(--color-01);
	font-size: 2rem;
}

.prod-02-sct-02 .box .icon {
	width: fit-content;
	background-color: #fff;
	padding: 40px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
}

.prod-02-sct-02 .box h4 {
	color: var(--color-02);
	font-size: 2.625rem;
	margin-bottom: 0;
}

.prod-02-sct-02 .box p {
	color: #ffffff;
	font-size: 1.5rem;
	margin-top: 20px;
	margin-bottom: 0;
}

/* Product 02 / 03 */

.prod-02-sct-03 .packshot {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.prod-02-sct-03 .packshot .label {
	font-size: 2rem;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}


/* Product 03 / TOP */

.prod-03-top {
	background-image: url(../img/prod-03-bg-top-02.png), url(../img/prod-03-bg-top-03.png), url(../img/prod-03-bg-top-01.png), url(../img/prod-03-bg-top-04.jpg);
	background-repeat: no-repeat;
	background-position: left bottom, right bottom, right -30px bottom 40px, top center;
	background-attachment: scroll, scroll, scroll, fixed;
	background-size: auto, auto, 840px, 100%;
	padding-top: 150px;
	/* padding-bottom: 100px; */
}

@media (max-width:1599.98px) {

	.prod-03-top {
		background-position: left bottom, right bottom, right -150px bottom 40px, top center;
	}
}

@media (max-width:1399.98px) {

	.prod-03-top {
		background-position: left -50px bottom, right -20px bottom, right -150px bottom 80px, top center;
		background-size: auto, auto, 700px, 100%;
	}
}

.prod-03-top .logo {
	width: 100%;
	background-color: #ffffff;
	margin-top: 100px;
	padding: 80px;
	border-radius: 20px;
}

.prod-03-top .logo img {
	margin-left: auto;
	margin-right: auto;
}

.prod-03-top h1 {
	font-size: 4.5rem;
	text-align: center;
	margin-top: 60px;
}

/* Product 03 / 01 */

.prod-03-sct-01 {
	background-image: url(../img/prod-03-bg-top-02.png), url(../img/prod-03-bg-top-03.png);
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
	/* background-size: auto, auto; */
}

.box-prod-03 .box-head {
	text-align: center;
	padding: 25px 40px;
	border-radius: 20px 20px 0px 0px;
}

.box-prod-03 .box-head h4 {
	font-size: 2rem;
	margin-bottom: 0;
}

.box-prod-03 .box-body {
	padding: 50px;
	border-radius: 0px 0px 20px 20px;
}

.box-prod-03 .box-body p {
	color: var(--color-01);
	font-size: 1.5rem;
}

.box-body .card {
	background-color: transparent;
}

.bg-leaf-01 {
	background-image: url(../img/prod-03-bg-sct-01.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.box-body .info-box-01 {
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 30px 10px 5px 10px;
	border-radius: 20px 20px 0px 0px;
}

.box-body .info-box-01 h5 {
	font-size: 1.875rem;
	margin-bottom: 10px;
}

.box-body .info-box-01 .number {
	font-size: 4.5rem;
}

.box-body .info-box-01 p {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 0px;
}

/* Product 03 / 02 */

.box-body .info-box-02 {
	text-align: center;
	line-height: 1.2;
}

.box-body .info-box-02 .icon {
	width: 120px;
	height: 120px;
	margin: 20px auto 0px auto;
	background-color: #fff;
	border: solid 2px var(--color-01);
	border-radius: 60px;
}

.box-body .info-box-02 .icon img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.box-prod-03-sct-03 {
	border-radius: 20px;
}

.box-prod-03-sct-03 .info-box-03 {
	height: 100%;
	padding: 10px;
	text-align: center;
	background-color: var(--color-01);
	background-image: url(../img/prod-03-bg-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-radius: 20px 0px 0px 20px;
}

.box-prod-03-sct-03 .info-box-03 img {
	margin-top: 80px;
}

.box-prod-03-sct-03 .media .icon-nbr {
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 60px;
	margin-right: 30px;
}

.box-prod-03-sct-03 .media .icon-nbr h4 {
	color: #fff;
	font-size: 2.625rem;
}

.box-prod-03-sct-03 .media .icon-nbr h4 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.box-prod-03-sct-03 .media-body p {
	color: var(--color-01);
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}

/* Product 03 / 04 */

.box-prod-03 .box-footer {
	padding: 50px 20px;
	text-align: left;
	background-image: url(../img/prod-03-bg-02.png);
	background-repeat: no-repeat;
	background-position: right bottom -250px;
	border-radius: 0px 0px 20px 20px;
}

.box-prod-03 .box-footer h4 {
	color: var(--color-01);
	font-size: 2rem;
}

.box-prod-03 .box-footer p {
	color: var(--color-01);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
}

/* Product 03 / 05 */

.box-prod-03-sct-05 {
	background-image: url(../img/prod-03-bg-02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 310px;
	border-radius: 20px;
	padding: 50px;
}

.box-prod-03-sct-05 .label-poland {
	margin-top: 150px;
	display: block;
}

.box-prod-03-sct-05 .label-refundacja {
	margin-top: 20px;
}

/* Product 04 / TOP */

.prod-04-top {
	background-color: #ebebeb;
	background-image: url(../img/prod-04-bg-top-01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	background-size: auto;
	padding-top: 250px;
	padding-bottom: 340px;
}

@media (max-width:1399.98px) {

	.prod-04-top {
		background-position: right -200px top;
	}
}

.prod-04-h1 {
	width: fit-content;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 50px;
	padding: 20px 80px;
	border-radius: 50px;
}

.h-txt-normal {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* Product 04 / 01 */

.box-prod-04 .box-head {
	text-align: center;
	padding: 25px 40px;
	border-radius: 20px 20px 0px 0px;
}

.box-prod-04 .box-radius {
	padding: 30px;
	border-radius: 20px;
}

.box-prod-04 .box-head h4 {
	font-size: 2.25rem;
	margin-bottom: 0;
}

.box-prod-04 .box-body {
	padding: 50px;
	border-radius: 0px 0px 20px 20px;
}

.box-prod-04 .box-body h5 {
	width: fit-content;
	color: #ffffff;
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 10px 50px;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
}

.box-prod-04 .box-body p {
	color: #706f6f;
	font-size: 1.5rem;
}

.prod-04-sct-01 .box-prod-04 .box-body {
	background-image: url(../img/prod-04-bg-sct-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 30px 30px 20px 30px;
}

/* Carousel */

.carousel-indicators li {
    width: 50px;
    height: 3px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: var(--color-06);
    opacity: .2;
}

.carousel-indicators .active {
    opacity: .8;
}

.carousel-item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.box-prod-04 .box-body .carousel-item .frame {
    background-color: rgba(22, 180, 183, 0.3);
	padding: 30px;
	margin-top: 40px;
	margin-right: 60px;
	border-radius: 20px;
}

.box-prod-04 .box-body .carousel-item p {
    font-size: 1.875rem;
	margin-bottom: 0;
}

/* #carousel-page .carousel-item {
    min-height: 450px;
	padding-top: 50px;
} */

/* #carousel-mobile-page .carousel-item {
    min-height: 310px;
	padding-top: 50px;
} */

.carousel-control-prev-icon {
    background-image: url(../img/ico-carousel-left.svg);
}

.carousel-control-next-icon {
	background-image: url(../img/ico-carousel-right.svg);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 18px;
    height: 30px;
}

.carousel-control-prev {
	justify-content: left;
}

.carousel-control-next {
	justify-content: right;
}

.carousel button {
	background-color: rgba(255, 255, 255, 0.0);
	border: none;
}

/* Product 04 / 02 */

.box-prod-04 h6 {
	color: #706f6f;
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-size: 2.0rem;
}

.box-prod-04 p {
	color: #706f6f;
	font-weight: 400;
	font-size: 1.5rem;
}

.box-prod-04 ul {
	color: #706f6f;
	font-weight: 400;
	font-size: 1.5rem;
}

.box-prod-04 li {
	margin-bottom: 20px;
}

.box-prod-04 li::marker {
	color: var(--color-05);
}

/* Product 04 / banner */

.prod-04-banner {
	background-color: #ebebeb;
	background-image: url(../img/prod-04-bg-top-01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* background-attachment: fixed; */
	background-size: 1100px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.prod-04-banner h3 {
	color: var(--color-05);
	font-size: 3rem;
}

.prod-04-banner h4 {
	color: #706f6f;
	font-size: 2.25rem;
}

/* Product 04 / 03 */

.box-body .box-body-head {
	color: #ffffff;
	font-size: 1.5rem;
	padding: 20px;
	text-align: center;
	border: solid 1px #ffffff;
}

/* Product 04 / 05 */

.box-border {
	border: solid 2px var(--color-05);
	padding: 50px;
	border-radius: 20px;
}

/* Product 05 / TOP */

.prod-05-top {
	background-image: url(../img/prod-05-bg-top-01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: auto;
	padding-top: 200px;
	padding-bottom: 120px;
}





























/* FOOTER */

.footer-logo {
	margin-bottom: 50px;
}	

.footer {
	color: #fff;
	/* text-transform: uppercase; */
	text-align: center;
	padding: 50px 0 50px;
}

.footer p {
	font-size: 0.875rem;
}

.footer .navi {
	margin: 0 auto;
	font-weight: 400;
}

.footer .navi li {
	font-size: 0.875rem;
	text-transform: uppercase;
	display: inline;
	list-style: disc;
}

.footer .navi li a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.7s;
}

.footer .navi li a:hover {
	color: #cfcfe2;
	transition: all 0.5s;
	text-decoration: none;
	transition: all 0.7s;
}

.footer ul li {
	border-left: solid 1px var(--color-02);
	padding: 0 10px;
}

.footer ul li:first-child {
	border: none;
}

.footer ul {
	padding-inline-start: 0px;
}

/* LOGIN */

.e-login-bg {
	height: 100vh;
	min-height: 500px;
	background-image: url(../img/bg-sct-top-01-m.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.e-login {
	background-color: rgba(255, 255, 255, 0.35);
	text-align: left;
	padding: 80px;
	border-radius: 30px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(20px);
}

.e-login h3 {
	color: var(--color-01);
	font-size: 2rem;
}

.e-login p {
	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: 10px;
}

.e-login .login-input::placeholder {
	color: #aaa;
	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;
	background-position: center right 20px;
	border-radius: 10px;
	margin: 20px 0 0 0;
}

.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;
} */

/* LOGIN END */

/* 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: 30px;
	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.7s;
}

.box-cookies button:hover {
	background-color: var(--color-02);
	transition: all 0.3s;
}

.box-cookies button:focus {
	outline: 0;
	box-shadow: none;
}


.hop-top {
	color: #1b1e4b;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	/* background-color: rgba(50, 58, 63, 0.8); */
	background-color: var(--color-01);
	position: fixed;
	bottom: 20px;
	right: -50px;
	z-index: 1030;
	/* border: solid 1px var(--color-02); */
	transition: all 0.5s;
}

.hop-top img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.hop-top:hover {
	background-color: var(--color-02);
	/* border: solid 1px #1b1e4b; */
	transition: all 0.7s;
}

.scroll .hop-top {
	right: 20px;
}

























/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {

	/* SECTION PRODUCT */

	/* .sct-product {
		background-image: linear-gradient( rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/bg-sct-top-01.jpg);
		background-position: center, right -100px top;
	} */

	.sct-product {
		background-image: linear-gradient( rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.85)), url(../img/bg-sct-top-01-m.jpg);
		background-position: center;
		background-size: cover;
	}

	/* Product 01 / TOP */

	.prod-01-top {
		background-position: top right -250px;
	}

	/* Product 01 / 01 */

	.prod-01-sct-01 {
		background-position: bottom 50px right -50px;
	}
	
	
	.prod-01-sct-01 .box-body {
		font-size: 1.0rem;
	}

	.prod-01-sct-01 .box {
		font-size: 1.25rem;
	}

	/* Product 02 / TOP */

	.prod-02-top {
		background-position: top right -250px;
	}

	/* Product 03 / TOP */

	.prod-03-top {
		background-position: left -100px bottom, right -30px bottom, right -150px bottom -30px, top center;
		background-size: auto, auto, 700px, 100%;
	}

	.prod-03-top .logo {
		margin-top: 50px;
		padding: 60px;
	}
	
	.prod-03-top h1 {
		font-size: 3.5rem;
	}

	/* Product 03 / 05 */

	.box-prod-03-sct-05 {
		background-position: right -30px bottom;
		background-size: 250px;
	}

	/* Product 04 / TOP */

	.prod-04-top {		
		background-position: right -350px top -200px;
	}

	.prod-04-top .logo {
		max-width: 400px;
	}

	.prod-04-h1 {
		font-size: 2.5rem;
		margin-bottom: 40px;
		padding: 20px 60px;
	}

	/* Product 04 / 01 */
	/* Carousel */

	.box-prod-04 .box-body .carousel-item .frame {
		padding: 30px;
		margin-right: 20px;
	}
	
	.box-prod-04 .box-body .carousel-item p {
		font-size: 1.75rem;
	}
	
	/* Product 04 / banner */

	.prod-04-banner {
		background-position: right -100px top;
		background-size: 1000px;
	}

	.prod-04-banner h3 {
		font-size: 2.5rem;
	}

	.prod-04-banner h4 {
		font-size: 2.0rem;
	}
		
}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {

	h2 {
		font-size: 1.75rem;
		margin-bottom: 30px;
		padding: 15px 30px;
	}

	.sct-h2 {
		font-size: 2.5rem;
	}
	
	.sct-h3 h3 {
		font-size: 1.75rem;
	}
	
	/* NAV */
	/* logo i hamburger */

	.navbar .navbar-brand {
		font-size: 1.5rem;
	}
	
	.dropdown-menu {
		background-color: rgba(255, 255, 255, 0.0) !important;
		border-radius: 0;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.0);
	}

	.scroll .dropdown-menu {
		background-color: rgba(255, 255, 255, 0.0) !important;
	}

	.dropdown-menu .dropdown-item {
		padding: 15px 15px 15px 20px;
		font-size: 1.25rem;
		text-align: left;
		transition: all 0.7s;
	}

	.navbar-toggler {
		padding: 0.8rem 0.8rem;
		font-size: 1.125rem;
		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-nav li {
		font-size: 1.125rem;
		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-01);
		padding-left: 29px;
	}

	/* TOAST */

	.toast {
		top: 75px;
		right: 15px;
	}

	.scroll .toast {
		top: 75px;
	}	

	/* SECTION PRODUCT */

	.sct-product .row {
		margin-top: 50px;
	}

	.sct-product h1 {
		font-size: 2.0rem;
		margin-top: 0;
	}

	/* CONTENT */

	article .title h3 {
		font-size: 2.0rem;
	}

	article .title .author {
		font-size: 1.25rem;
	}

	article .title hr {
		width: 300px;
	}

	/* Product 01 / TOP */

	.prod-01-top {
		background-position: top -100px right -300px;
	}

	.prod-01-top .logo {
		padding: 40px;
	}

	.prod-01-top h1 {
		font-size: 2.5rem;
	}	
	
	/* Product 01 / 02 */

	.prod-01-sct-02 {
		background-position: top 50px left -50px, bottom 50px right -50px;
		background-size: 300px;
	}

	/* Product 01 / 03 */

	.label {
		font-size: 2.0rem;
		padding: 15px 30px;
	}

	/* Product 02 / TOP */

	.prod-02-top {
		background-position: top -50px right -320px;
	}

	.prod-02-top .product-box {
		padding: 50px 50px 30px 50px;
		margin-top: 70px;
	}
	
	.prod-02-top .product-box h1 {
		font-size: 2.0rem;
	}
	
	.prod-02-top .product-box .red {
		font-size: 2.5rem;
	}

	.prod-02-top .dose-box {
		font-size: 1.0rem;
	}

	/* Product 02 / 01 */

	.prod-02-sct-01 {
		background-size: 600px;
	}

	.prod-02-sct-01 .box {
		font-size: 1.25rem;
		padding: 40px;
	}
	
	.prod-02-sct-01 .box p {
		margin-bottom: 20px;
	}

	/* Product 02 / 02 */

	.prod-02-sct-02 {
		background-image: linear-gradient(rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.0)), url(../img/prod-02-bg-02.jpg);
		background-position: 0 0, top left;
	}	

	/* Product 03 / TOP */

	.prod-03-top {
		background-position: left -100px bottom, right -100px bottom, center bottom -230px, top center;
		background-size: auto, auto, 990px, 100%;
		padding-top: 100px;
	}

	.prod-03-top .logo {
		margin-top: 0px;
		padding: 60px;
	}
	
	.prod-03-top h1 {
		font-size: 3.0rem;
		margin-top: 30px;
		margin-bottom: 430px;
	}

	/* Product 03 / 01 */

	.prod-03-sct-01 {
		background-position: left bottom, right bottom;
		background-size: 150px, 150px;
	}
		
	.box-prod-03 .box-head {
		padding: 20px 30px;
	}
	
	.box-prod-03 .box-head h4 {
		font-size: 1.75rem;
	}

	.box-prod-03 .box-body {
		padding: 40px 30px;
	}

	/* Product 03 / 02 */

	.box-prod-03-sct-03 .info-box-03 {
		background-position: left -80px  bottom;
	}

	/* Product 03 / 04 */

	.box-prod-03 .box-footer {
		padding: 30px 20px;
		background-position: right -70px bottom -280px;
	}

	.box-prod-03 .box-footer h4 {
		font-size: 1.75rem;
	}
		
	.box-prod-03 .box-footer p {
		font-size: 1.25rem;
	}

	/* Product 03 / 05 */

	.box-prod-03-sct-05 {
		background-position: right bottom;
		background-size: 310px;
	}

	.box-prod-03-sct-05 .label-poland {
		margin-top: 50px;
	}

	.box-prod-03-sct-05 .label-refundacja {
		margin-bottom: 20px;
	}

	/* Product 04 / TOP */

	.prod-04-top {		
		background-position: right -50px top;
		background-size:contain;
		padding-top: 100px;
		padding-bottom: 20px;
		}

	.prod-04-top .logo {
		max-width: 350px;
	}

	.prod-04-h1 {
		font-size: 2.0rem;
		margin-bottom: 40px;
		padding: 20px 60px;
	}

	/* Product 04 / 01 */
		
	.box-prod-04 .box-head {
		padding: 20px 30px;
	}
	
	.box-prod-04 .box-head h4 {
		font-size: 2.0rem;
	}

	.box-prod-04 .box-body {
		padding: 40px 30px;
	}

	/* Carousel */

	.box-prod-04 .box-body .carousel-item .frame {
		padding: 25px;
		margin-top: 30px;
		margin-right: 20px;
	}
	
	.box-prod-04 .box-body .carousel-item p {
		font-size: 1.5rem;
	}


	/* Product 04 / 02 */

	.box-prod-04 h6 {
		font-size: 1.75rem;
	}

	/* Product 04 / banner */

	.prod-04-banner {
		background-position: right -150px top;
		background-size: 1000px;
	}

	.prod-04-banner .logo {
		max-width: 350px;
	}

	.prod-04-banner h3 {
		font-size: 2.25rem;
	}

	.prod-04-banner h4 {
		font-size: 1.75rem;
	}
	
	/* Product 05 / TOP */

	.prod-05-top {
		padding-top: 120px;
		padding-bottom: 100px;
	}

						
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {

	h2 {
		font-size: 1.5rem;
		/* padding: 10px 20px; */
		/* border-radius: 30px; */
	}

	.sct-h2 {
		font-size: 2.0rem;
	}

	.sct-h3 h3 {
		font-size: 1.5rem;
	}

	.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 PRODUCT */

	/* .sct-product {
		background-image: linear-gradient( rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 1.0)), url(../img/bg-sct-top-01.jpg);
		background-position: center, right -25px top 80px;
		background-size: cover;
	} */

	.sct-product .row {
		margin-top: 10px;
	}

	.sct-product h1 {
		font-size: 1.75rem;
		margin-top: 25px;
	}
		
	/* CARDS */

	.card-box .card-avatar .label {
		font-size: 0.75rem;
		left: 10px;
		top: 10px;
		padding: 2px 5px;
	}

	.card-box .card-avatar .ico-play {
		background-size: 50px;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
		padding: 25px;
	}
	
	.card-box .card-body {
		padding: 10px;
	}

	.card-box .card-body h5 {
		font-size: 1.125rem;
	}

	.card-box .card-body p {
		font-size: 1.0rem;
	}
	
	.card-box .card-footer {
		padding: 0px 10px 10px 10px;
	}

	/* Section QUIZ */

	.sct-quiz .img-prize {
		width: 60%;	
	}

	.sct-quiz p {
		font-size: 1.25rem;
	}
	
	.sct-quiz h4 {
		font-size: 1.75rem;
	}
	
	/* CONTENT */

	article .title h3 {
		font-size: 1.75rem;
	}

	article h4 {
		font-size: 1.25rem;
	}
	
	article p {
		text-align: left;
	}

	.article .favour {
		font-size: 1.25rem;
	}

	/* TABELA */

	.table th {
		font-size: 1.0rem;
		padding: 10px;
	}
	
	.table td {
		padding: 10px;
	}

	/* Product 01 / TOP */

	.prod-01-top {
		background-position: top 150px right -200px;
		padding-bottom: 400px;
		background-size: 850px;
	}

	.prod-01-top .logo {
		padding: 30px;
	}

	.prod-01-top h1 {
		font-size: 2.5rem;
	}	

	/* Product 01 / 01 */

	.prod-01-sct-01 {
		background-position: bottom 20px right -50px;
		background-size: 300px;
	}	

	/* Product 02 / 02 */

	.prod-02-sct-02 .box {
		padding: 30px;
	}
	
	.prod-02-sct-02 .box h3 {
		font-size: 1.75rem;
	}

	.prod-02-sct-02 .box .icon {
		padding: 30px;
	}
	
	.prod-02-sct-02 .box h4 {
		font-size: 2.5rem;
	}

	.prod-02-sct-02 .box p {
		font-size: 1.125rem;
	}
			
	/* Product 01 / 03 */

	.label {
		font-size: 1.75rem;
	}

	/* Product 02 / TOP */

	.prod-02-top {
		background-image: url(../img/prod-02-bg-top-m.jpg), linear-gradient(to right, var(--color-01), var(--color-02));
		background-position: top -50px center, 0 0;
		background-size: 767px, 100%;
	}	

	.prod-02-top .product-box {
		background-color: rgb(255, 255, 255, 0.8);
		margin-top: 420px;
		text-align: center;
		backdrop-filter: blur(10px);
	}

	/* Product 02 / 01 */

	.prod-02-sct-01 {
		/* background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8)), url(../img/prod-02-bg-01.jpg); */
		background-image: url(../img/prod-02-bg-01.jpg);
		background-size: 75%;
	}

	/* Product 03 / TOP */

	.prod-03-top {
		background-position: left -100px bottom -50px, right -50px bottom, center bottom -150px, top center;
		background-size: auto, auto, 800px, 100%;
		padding-top: 100px;
	}	

	/* Product 03 / 01 */

	.box-prod-03 .box-head {
		padding: 20px;
	}
	
	.box-prod-03 .box-head h4 {
		font-size: 1.5rem;
	}

	.box-prod-03 .box-body p {
		font-size: 1.25rem;
	}
	
	.box-body .info-box-01 h5 {
		font-size: 1.5rem;
	}
	
	.box-body .info-box-01 .number {
		font-size: 3.0rem;
	}
	
	.box-body .info-box-01 p {
		font-size: 1.25rem;
	}

	/* Product 03 / 02 */

	.box-prod-03-sct-03 .info-box-03 {
		height: 200px;
		padding: 20px;
		text-align: right;
		background-position: left -50px bottom -300px;
		border-radius: 20px 20px 0px 0px;
	}
	
	.box-prod-03-sct-03 .info-box-03 img {
		margin-top: 65px;
		margin-right: 30px;
	}
		
	.box-prod-03-sct-03 .media .icon-nbr {
		width: 100px;
		height: 100px;
		border-radius: 50px;
		margin-right: 20px;
	}
		
	.box-prod-03-sct-03 .media .icon-nbr h4 {
		font-size: 2.25rem;
	}
		
	.box-prod-03-sct-03 .media-body p {
		font-size: 1.25rem;
	}

	/* Product 03 / 04 */

	.box-prod-03 .box-footer h4 {
		font-size: 1.5rem;
	}

	/* Product 03 / 05 */

	.box-prod-03-sct-05 {
		background-position: right bottom -200px;
		text-align: center;
		padding-bottom: 250px;
	}

	.box-prod-03-sct-05 .label-poland {
		margin: 40px auto 0px auto
	}

	.box-prod-03-sct-05 .label-refundacja {
		margin-bottom: 20px;
	}
		
	/* Product 04 / TOP */

	.prod-04-top {		
		background-position: right -50px top;
		background-size: contain;
		padding-top: 80px;
		}

	.prod-04-top .logo {
		max-width: 300px;
	}

	.prod-04-h1 {
		font-size: 1.75rem;
		margin-bottom: 20px;
		padding: 15px 50px;
	}
	
	/* Product 04 / 01 */

	.box-prod-04 .box-head {
		padding: 20px;
	}
	
	.box-prod-04 .box-head h4 {
		font-size: 1.75rem;
	}

	.box-prod-04 .box-body h5 {
		padding: 10px 30px;
		font-size: 1.25rem;
	}
	
	.box-prod-04 .box-body p {
		font-size: 1.25rem;
	}

	.prod-04-sct-01 .box-prod-04 .box-body {
		padding: 10px;
	}
	
	/* Carousel */

	/* pozycja strzałek */
	.carousel-control-next, .carousel-control-prev {
		align-items: baseline;
		top: 200px;
	}

	.carousel-item {
		padding-top: 0px;
		padding-bottom: 20px;
		/* wysokosc karty */
		min-height: 500px;
	}
	
	.box-prod-04 .box-body .carousel-item img {
		width: 120px;
	}

	.box-prod-04 .box-body .carousel-item .frame {
		padding: 15px;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}	

	.box-prod-04 .box-body .carousel-item p {
		font-size: 1.25rem;
	}

	/* Product 04 / 02 */

	.box-prod-04 p {
		font-size: 1.25rem;
	}

	.box-prod-04 ul {
		font-size: 1.25rem;
	}

	.box-prod-04 li {
		margin-bottom: 15px;
	}

	/* Product 04 / banner */

	.prod-04-banner {
		background-position: right -100px top;
		background-size: contain;
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.prod-04-banner .logo {
		max-width: 250px;
	}

	.prod-04-banner h3 {
		font-size: 1.5rem;
	}

	.prod-04-banner h4 {
		font-size: 1.25rem;
	}

			
	/* FOOTER */

	.footer-logo {
		max-width: 200px;
		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 var(--color-02);
	}

	/* LOGIN */

	.e-login {
		background-color: rgba(255, 255, 255, 0.0);
		text-align: left;
		margin-top: 0rem;
		padding: 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;
	}
					

	/* LOGIN END */


}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {

	h2 {
		/* font-size: 1.5rem; */
		padding: 10px 20px;
		/* border-radius: 30px; */
	}

	.sct-h2 {
		font-size: 1.75rem;
	}

	.sct-h3 hr {
		width: 250px;
		margin: 10px auto;
	}

	/* TOAST */

	.toast {
		width: 260px;
		left: calc(50% - 130px)
	}	

	.toast .toast-body h4 {
		font-size: 1.0rem;
	}

	.toast .toast-avatar {
		width: 220px;
	}
		
	.toast .toast-body p {
		font-size: 1.0rem;
	}
	
	/* CARDS */

	.card-box .card-avatar .label {
		left: 20px;
		top: 20px;
	}

	.card-box .card-avatar .ico-play {
		background-size: 72px;
		top: calc(50% - 36px);
		left: calc(50% - 36px);
		padding: 36px;
	}
	
	.card-box .card-body {
		padding: 20px;
	}

	.card-box .card-body h5 {
		font-size: 1.25rem;
	}

	.card-box .card-footer {
		padding: 0px 20px 20px 20px;
	}

	/* SIL */

	.sct-sil p {
		font-size: 0.75rem;
		text-align: left;
	}

	/* REF */

	.ref {
		font-size: 0.75rem;
	} 

	/* CONTENT */

	article .title h3 {
		font-size: 1.5rem;
	}

	article .title .author {
		font-size: 1.125rem;
	}

	article .title hr {
		width: 250px;
		margin: 10px auto;
	}

	article h4 {
		font-size: 1.125rem;
	}
	
	article p {
		font-size: 1.0rem;
	}

	.article .favour {
		font-size: 1.125rem;
		padding-left: 15px;
		border-left: solid 3px var(--color-02);	
	}

	.article .article-ref {
		text-align: left;
	}
		
	/* TABELA */

	.table th {
		font-size: 1.0rem;
		padding: 10px;
	}
	
	.table td {
		padding: 10px 0px;
	}

	.table p {
		font-size: 0.875rem;
	}

	/* Product 01 / TOP */

	.prod-01-top {
		background-position: top 100px right -150px;
		padding-bottom: 400px;
		background-size: 750px;
	}

	.prod-01-top .logo {
		padding: 0px;
		background-color: transparent;
	}

	.prod-01-top h1 {
		font-size: 2.0rem;
	}	

	/* Product 01 / 01 */

	.prod-01-sct-01 .box-head h3 {
		font-size: 1.25rem;
	}	

	/* Product 01 / 02 */

	.prod-01-sct-02 {
		background-position: top -50px left -50px, bottom -50px right -50px;
		background-size: 200px;
	}

	/* Product 01 / 03 */

	.label {
		font-size: 1.5rem;
		padding: 5px 10px;
		border-radius: 10px;
	}

	/* Product 02 / TOP */

	.prod-02-top {
		background-image: url(../img/prod-02-bg-top-m.jpg), linear-gradient(to right, var(--color-01), var(--color-02));
		background-position: top -70px center, 0 0;
		background-size: 600px, 100%;
	}	

	.prod-02-top .product-box {
		padding: 40px 40px 20px 40px;
		margin-top: 320px;
	}
	
	.prod-02-top .product-box h1 {
		font-size: 1.75rem;
	}
	
	.prod-02-top .product-box .red {
		font-size: 2.25rem;
	}

	.prod-02-top .dose-box {
		font-size: 0.875rem;
	}

	/* Product 02 / 01 */

	.prod-02-sct-01 .box {
		padding: 30px;
	}

	.prod-02-sct-01 .box .favour {
		padding-left: 20px;
		border-left: 3px solid var(--color-02);
	}

	/* Product 02 / 02 */

	/* .prod-02-sct-02 {
		background-image: linear-gradient(rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.0)), url(../img/prod-02-bg-02.jpg);
		background-position: 0 0, top left;
	} */
		
	.prod-02-sct-02 .box {
		padding: 20px;
	}
	
	.prod-02-sct-02 .box h3 {
		font-size: 1.25rem;
	}

	/* Product 02 / 03 */

	.prod-02-sct-03 .packshot .label {
		bottom: -20px;
	}

	/* Product 03 / TOP */

	.prod-03-top {
		background-position: left -30px bottom -30px, right bottom, center bottom -100px, top center;
		background-size: 150px, 150px, 600px, 1200px;
	}

	.prod-03-top .logo {
		padding: 40px;
	}
	
	.prod-03-top h1 {
		font-size: 3.0rem;
		margin-top: 20px;
		margin-bottom: 320px;
	}

	/* Product 03 / 01 */

	.prod-03-sct-01 {
		background-size: 100px, 100px;
	}
	
	.box-prod-03 .box-head {
		padding: 15px;
	}
	
	.box-prod-03 .box-head h4 {
		font-size: 1.25rem;
	}

	.box-prod-03 .box-body {
		padding: 30px 15px;
	}
	
	.bg-leaf-01 {
		background-size: 70px;
	}

	/* Product 03 / 02 */

	.box-prod-03-sct-03 .info-box-03 {
		height: 250px;
		text-align: center;
		background-position: left bottom -180px;
		background-size: 250px;
	}
	
	.box-prod-03-sct-03 .info-box-03 img {
		margin-top: 10px;
		margin-right: 0px;
	}

	/* Product 03 / 04 */

	.box-prod-03 .box-footer {
		/* min-height: 250px; */
		padding: 20px 20px;
		background-position: right -70px bottom -110px;
		background-size: 220px;
	}

	/* Product 04 / TOP */

	.prod-04-top {	
		text-align: center;
		background-image: url(../img/prod-04-bg-top-01-m.jpg);
		background-position: center bottom -100px;
		background-size: auto;
		background-attachment: scroll;
		padding-top: 100px;
		padding-bottom: 400px;
		}

	.prod-04-top .logo {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.prod-04-h1 {
		padding: 15px 40px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Product 04 / 01 */
	
	.box-prod-04 .box-head {
		padding: 15px;
	}
	
	.box-prod-04 .box-head h4 {
		font-size: 1.25rem;
	}

	.box-prod-04 .box-body {
		padding: 30px 15px;
	}

	/* Product 04 / 02 */

	.box-prod-04 h6 {
		font-size: 1.25rem;
	}

	.box-prod-04 p {
		font-size: 1.125rem;
	}

	.box-prod-04 ul {
		font-size: 1.125rem;
	}

	.box-prod-04 li {
		margin-bottom: 10px;
	}

	/* Product 04 / banner */
	
	.prod-04-banner {
		text-align: center;
		background-image: url(../img/prod-04-bg-top-01-m.jpg);
		background-position: center bottom -100px;
		background-size: auto;
		background-attachment: scroll;
		padding-top: 50px;
		padding-bottom: 450px;
	}

	.prod-04-banner .logo {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Product 04 / 03 */

	.box-body .box-body-head {
		font-size: 1.125rem;
		padding: 10px;
	}

	/* Product 04 / 05 */

	.box-border {
		padding: 30px;
	}

	
}