html {
	scroll-behavior: smooth;
}

body {
	color: var(--color-01);
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}

:root {
	--color-01: #233370;
	--color-02: #00A9E2;
	--color-03: #A4C957;
	--color-04: #E41A24;
	--color-05: #F4F4F4;
}

.text-color-01 {
	color: var(--color-01);
}

.text-color-02 {
	color: var(--color-02);
}

.text-color-03 {
	color: var(--color-03);
}

.text-color-04 {
	color: var(--color-04);
}

.bg-color-01 {
	background-color: var(--color-01);
}

.bg-color-02 {
	background-color: var(--color-02);
}

.bg-color-03 {
	background-color: var(--color-03);
}

.bg-color-04 {
	background-color: var(--color-04);
}

.bg-color-05 {
	background-color: var(--color-05);
}

.bg-grad-01 {
	background: linear-gradient(#003049, #d62828);
}

/* Buttons */

.btn-prim {
	color: #fff;
	font-size: 1.0rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	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: 12px 30px;
	transition: all 0.5s;
}

.btn-prim:hover {
	color: var(--color-01);
	border: solid 2px var(--color-01);
	background: none;
	transition: all 0.5s;
}

.btn-dload {
	/* background-image: url("../img/ico-download-white.svg"); */
	background-color: var(--color-02);
	border: solid 2px var(--color-02);
}

.btn-dload:hover {
	/* background-position: bottom 3px right 10px; */
	color: var(--color-02);
	border: solid 2px var(--color-02);
}

.no-run {
	cursor: not-allowed !important;
	opacity: 0.5;
}

/* Fonts */

p {
	font-size: 1.125rem;
}

p a {
	color: var(--color-01);
	text-decoration: underline;
}

p a:hover {
	color: var(--color-01);
	text-decoration: none;
}

.p1 {
	font-size: 1.5rem;
}

ul li::marker {
    color: var(--color-02);
}

.ref {
	font-size: 0.875rem;
	text-align: justify;
}
.ref p {
	font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-01);
	font-weight: 700;
}

h1 {
	font-size: 4.0rem;
}
h2 {
	font-size: 3.0rem;
}
h3 {
	font-size: 2.0rem;
}
h4 {
	font-size: 1.5rem;
}

.sct-h2 {
	/* width: fit-content; */
	margin-bottom: 50px;
	padding: 10px 0px 10px 30px;
	border-left: 20px solid var(--color-02);
}

.sct-h2 h2 {
	color: var(--color-01);
	margin-bottom: 0;
}

.sct-h2 h3 {
	color: var(--color-02);
	margin-bottom: 0;
}

.container-xxl {
    max-width: 1410px;
}

.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(0, 169, 226, 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: white;
	font-weight: 700;
	font-size: 1.5rem;
	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-01);
	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: 0 0 0 30px;
	text-transform: uppercase;
}

.navbar-nav li:first-child {
	padding: 0;
}

.navbar .navbar-nav .nav-link {
	color: #ffffff;
	padding: 25px 0px 25px 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-01);
	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: 800; */
	/* background-color: #00a8c1; */
	/* padding: 25px 0px; */
	margin-right: auto;
}

/* #navi-spy.navbar-dark .navbar-nav .dropdown .nav-link:hover {
	color: #fff;
	background-color: #4488c8;
} */

.navbar .navbar-nav .dropdown .nav-link:before {
	visibility: hidden;
	/* ukrywa pasek hover */
}

.scroll {
	background-color: rgba(0, 169, 226, 0.90) !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: 15px 0px;
}

/* SECTION HERO */

.sct-hero {
	background-image: url(../img/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: right -40px top;
	/* background-attachment: fixed; */
	padding-bottom: 100px;
}

@media (max-width:1299.98px) {

	.sct-hero {
		background-position: right -180px top;
	}

	.sct-hero h2 {
		font-size: 2.5rem;
	}

}

/* SECTION 01 PRODUCT */

.sct-prod .prod-box {
	padding: 50px;
	border-radius: 20px;
}

/* SECTION 02 BCS */

.sct-bcs .media {
	border-radius: 20px;
	position: relative;
}

.sct-bcs .media .label {
	width: 45px;
	height: 45px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 5px;
	border-radius: 25px;
	background-color: var(--color-03);
	z-index: 10;
}

.sct-bcs .media .label h3 {
	position: relative;	
	top: 50%;
	transform: translateY(-50%);
}

.sct-bcs .media img {
	max-width: 300px;
	border-radius: 20px 0px 0px 20px;
}

.sct-bcs .media .media-body {
	padding: 5px 30px 5px 30px;
}

.sct-bcs .media-sm .media-body h3 {
	line-height: 1.15;
	margin-bottom: 0;
}

/* SECTION 03 QUIZ */

.sct-quiz .sct-h2 {
	border-left: 20px solid var(--color-03);
	margin-bottom: 0;
}

/* SECTION 04 Poradnik */

.box-photo {
	border-radius: 20px;
	/* background-color: #ffffff; */
	background-color: #F9F9F9;
}

.box-photo .body {
	padding: 10px 40px;
}

.box-photo .body-icon {
	padding: 20px 50px 50px 50px;
}

.box-photo .body h3, .box-photo .body p {
	line-height: 1.2;
}

.dload-box {
	border-radius: 20px;
}

.dload-box .l-side {
	padding: 50px;
}

.dload-box .img-dload {
	margin-top: -15px;
	margin-bottom: -15px;
	opacity: 1;
	transition: all 0.5s;
}

.dload-box .img-dload:hover {
	opacity: .75;
	transition: all 0.5s;
}




















/* 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: 40px auto 0;
	font-weight: 400;
}

.footer .navi li {
	font-size: 1.0rem;
	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: var(--color-01);
	transition: all 0.5s;
	text-decoration: none;
	transition: all 0.7s;
}

.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 {
	height: 100vh;
	min-height: 500px;
	background-color: var(--color-05);
	background-image: url(../img/bg-01.jpg);
	/* background-size: cover; */
	background-position: right -250px center;
	background-repeat: no-repeat; 
}

.e-login {
	background-color: rgba(255, 255, 255, 0.25);
	/* background-color: #fff; */
	text-align: left;
	padding: 60px;
	border-radius: 40px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
}

.e-login h3 {
	color: var(--color-01);
	font-size: 2rem;
}

.e-login p {
	color: var(--color-01);
	font-size: 1.125rem;
}

.e-login .login {
	width: 100%;
	text-align: center;
}

.e-login .login-input {
	color: var(--color-01);
	width: 100%;
	height: 70px;
	font-size: 2.0rem;
	/* height: calc(3.875rem + 2px); */
	text-align: center;
	padding: 15px;
	/* line-height: 1.5; */
	font-weight: 700;
	/* margin-bottom: 0.675rem; */
	border: solid 1px var(--color-01);
	border-radius: 20px;
}

.e-login .login-input::placeholder {
	color: var(--color-01);
	font-size: 1.5rem;
	font-weight: 400;
}

.e-login .login-input:focus {
	outline: 0;
	/*box-shadow:0 0 0 3px rgba(243,147,19, 1.0);*/
	box-shadow: none;
}

.e-login .btn-login {
	color: #fff;
	width: 100%;
	height: 70px;
	font-size: 1.5rem;
	text-transform: uppercase;
	background-color: var(--color-01);
	background-image: url("../img/ico-forward-white.svg");
	background-position: center right 30px;
	background-repeat: no-repeat;
	background-size: 24px;
	border-radius: 20px;
	padding: 0px 70px 0px 50px;
	margin-top: 20px;
	overflow: hidden;
	transition: 0.5s;
}

.e-login .btn-login:hover {
	background-position: center right 5px;
}

.e-login .ref {
	font-size: 0.75rem;
	text-align: justify;
	margin-bottom: 0;
}

.e-login .ref a {
	color: var(--color-01);
	text-decoration: underline;
}

.e-login .ref a:hover {
	color: var(--color-01);
	text-decoration: none;
}

/* .e-login .btn-login:focus {
	background-color: #888;
	border: none;
} */

.e-login-bg .logo {
	width: 200px;
}

/* COOKIES */

.box-cookies {
	font-size: 0.75rem;
	background-color: rgba(245, 245, 245, 0.90);
	padding: 10px 100px 10px 10px;
	width: 100%;
	z-index: 1040;
}

.box-cookies a {
	color: var(--color-01);
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.7s;
}

.box-cookies a:hover {
	color: var(--color-01);
	text-decoration: none;
	transition: all 0.3s;
}

.box-cookies p {
	font-size: 0.75rem;
	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.5s;
}

.box-cookies button:hover {
	background-color: var(--color-02);
	transition: all 0.5s;
}

.box-cookies button:focus {
	outline: 0;
	box-shadow: none;
}

/* HOP TOP */

.hop-top {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--color-01);
	background-image: url(../img/ico-upward-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 20px;
	right: -60px;
	z-index: 1030;
	/* border: solid 2px var(--color-01); */
	transition: all 0.5s;
}

.hop-top:hover {
	background-color: var(--color-02);
	background-image: url(../img/ico-upward-white.svg);
	transition: all 0.7s;
}

.scroll .hop-top {
	right: 20px;
}





























/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {

	/* Fonts */

	.p1 {
		font-size: 1.375rem;
	}

	h1 {
		font-size: 3.5rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.325rem;
	}

	/* SECTION HERO */

	.sct-hero {
		background-position: right -240px top;
		background-size: 900px;
		padding-bottom: 75px;
	}

	.sct-hero h2 {
		font-size: 2.25rem;
	}

	/* SECTION 02 BCS */

	.sct-bcs .media-sm img {
		max-width: 200px;
	}

	.sct-bcs .media .media-body {
		padding: 5px 20px 5px 20px;
	}

	.sct-bcs .media .media-body h3 {
		font-size: 1.375rem;
		line-height: 1.0;
	}

	/* SECTION 04 Poradnik */

	.box-photo .body {
		padding: 10px 30px;
	}
		
	.box-photo .media img {
		max-width: 100px;
	}
	

}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {

	/* Fonts */

	.p1 {
		font-size: 1.25rem;
	}

	h1 {
		font-size: 3.0rem;
	}
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 1.375rem;
	}
	h4 {
		font-size: 1.25rem;
	}

	/* NAV */
	/* logo i hamburger */

	.navbar {
		/* max-height: 75px; */
		background-color: rgba(0, 169, 226, 0.95) !important;
	}
	
	.navbar .navbar-brand {
		font-size: 1.25rem;
	}
	
	.dropdown-menu {
		background-color: rgba(0, 169, 226, 0.85) !important;
		border-radius: 0;
		box-shadow: none;
	}

	.scroll .dropdown-menu {
		background-color: rgba(0, 169, 226, 0.85) !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-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-01);
		padding-left: 29px;
	}

	/* SECTION HERO */

	.sct-hero {
		background-position: right -240px top;
		background-size: 790px;
		padding-bottom: 60px;
	}

	.sct-hero h2 {
		font-size: 2.0rem;
	}

	.sct-hero .logo {
		max-width: 360px;
		margin-right: 30px;
	}

	/* SECTION 02 BCS */
	
	.sct-bcs .media .media-body {
		padding: 5px 20px 5px 20px;
	}

	.sct-bcs .media-sm .media-body {
		padding: 5px 10px 5px 10px;
	}

	.sct-bcs .media .media-body .p1 {
		font-size: 1.125rem;
	}
		
	/* SECTION 04 Poradnik */

	.box-photo .body {
		padding: 10px 20px;
	}

	.box-photo .body-icon {
		padding: 10px 40px 40px 40px;
	}
			
	.box-photo .media img {
		max-width: 75px;
	}

	.box-photo .body h3 {
		font-size: 1.25rem;
	}
	
	.box-photo .body p {
		font-size: 1.125rem;
	}
		
	.dload-box .img-dload {
		margin-top: 15px;
		margin-bottom: 15px;
	}
		
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {

/* Buttons */

.btn-prim {
	padding: 10px 20px;
}

	/* Fonts */

	p {
		font-size: 1.0rem;
	}

	.p1 {
		font-size: 1.125rem;
	}

	.ref {
		text-align: left;
	}
	
	
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	h4 {
		font-size: 1.125rem;
	}
	
	.sct-h2 {
		/* font-size: 1.5rem; */
		margin-bottom: 25px;
		padding: 5px 0px 5px 15px;
		border-left: 10px solid var(--color-02);
	}

	.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 HERO */

	.sct-hero {
		background-image: url(../img/bg-01-m.jpg);
		background-position: center bottom -200px;
		background-size: 800px;
		padding-bottom: 500px;
	}

	.sct-hero h2 {
		font-size: 1.5rem;
	}

	.sct-hero .logo {
		max-width: 320px;
	}

	/* SECTION 01 PRODUCT */

	.sct-prod .prod-box {
		padding: 40px;
	}

	/* SECTION 02 BCS */

	.sct-bcs .media {
		display: block;
	}

	.sct-bcs .media img {
		max-width: none;
		width: 100%;
		border-radius: 20px 20px 0px 0px;
	}
		
	.sct-bcs .media .media-body {
		padding: 30px;
	}

	.sct-bcs .media .media-body h3 {
		line-height: 1.3;
	}

	/* SECTION 03 QUIZ */

	.sct-quiz .sct-h2 {
		border-left: 10px solid var(--color-03);
	}

	/* SECTION 04 Poradnik */

	.box-photo .body {
		padding: 40px;
	}

	.box-photo .body-icon {
		padding: 20px 40px 40px 40px;
	}
		
	.box-photo .media img {
		max-width: 80px;
	}
		

	/* 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 #ffffff;
	} */

	/* LOGIN */

	.e-login-bg {
		background-image: none;
		/* background-image: url(../img/bg-01-m.jpg); */
		/* background-position: center bottom -300px; */
		/* background-size: 800px; */
		/* padding-bottom: 500px; */
	}
	
	.e-login {
		background-color: rgba(255, 255, 255, 0.0);
		text-align: left;
		margin-top: 0rem;
		padding: 0px 20px 30px 20px;
		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;
	}
	

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {

	/* SECTION HERO */

	.sct-hero {
		background-image: url(../img/bg-01-m.jpg);
		background-position: center bottom -50px;
		background-size: 580px;
		padding-bottom: 550px;
	}

	.sct-hero .logo {
		max-width: 300px;
	}

	/* SECTION 01 PRODUCT */

	.sct-prod .prod-box {
		padding: 30px;
	}

	/* SECTION 03 QUIZ */

	.sct-quiz .prize {
		max-width: 66%;
	}

	/* SECTION 04 Poradnik */

	.box-photo .body {
		padding: 20px 15px;
	}

	.box-photo .body-icon {
		padding: 0px 15px 20px 15px;
	}
		
	.box-photo .media img {
		max-width: 60px;
	}

	.dload-box .l-side {
		padding: 30px;
	}
	
	.dload-box .img-dload {
		max-width: 260px;
		margin-top: 0;
	}


	/* HOP TOP */

	.hop-top {
		width: 40px;
		height: 40px;
		background-size: 24px;
	}
	
}