
html {
	/* ładne przewijanie smoth scroll */
	scroll-behavior: smooth;
}

body {
	color: #002a6e;
	font-family: tablet-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: aglet-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h2 {
	font-size: 2.75rem;
	text-align: center;
}

h4 {
	font-size: 1.5rem;
	text-align: center;
}

.no-brake {
	white-space: nowrap;
}

.visible-sm {
	display: none;
}

.btn-primary {
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	background-color: #be2d92;
	padding: 15px 80px;
	border-radius: 10px;
	box-shadow: none;
	border: none;
	box-shadow: 0px 0px 20px rgba(190, 45, 146, 0.60);
	transition: all 0.7s;
}

.btn-primary img {
	margin-left: 10px;
	transition: all 0.7s;
}

.btn-primary:hover {
	background-color: #be2d92;
	padding: 15px 75px;
	transition: all 0.7s;
}

.btn-primary:focus {
	background-color: #be2d92;
	box-shadow: none;
	border: none;
}

.btn-primary:hover img {
	margin-left: 20px;
	transition: all 0.7s;
}

.light {
	color: #be2d92;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.60);
}

.light:hover {
	color: #be2d92;
	background-color: #fff;
}

.light:focus {
	color: #be2d92;
	background-color: #fff;
	box-shadow: none;
	border: none;
}

.btn-link {
	color: #be2d92;
	font-size: 1.125rem;
	border: none;
	padding: 0;
	transition: all 0.7s;
}

.btn-link img {
	margin-left: 10px;
	transition: all 0.7s;
}

.btn-link:hover {
	color: #be2d92;
	text-decoration: none;
	transition: all 0.7s;
}

.btn-link:focus {
	color: #be2d92;
	box-shadow: none;
	text-decoration: none;
}

.btn-link:hover img {
	margin-left: 20px;
	transition: all 0.7s;
}


.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-60 {
	padding-top: 60px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !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: #002a6e;
	animation-delay: -1.5s;
}

.load :nth-child(2) {
	background: #be2d92;
	animation-delay: -1s;
}

.load :nth-child(3) {
	background: #002a6e;
	animation-delay: -0.5s;
}

.load :last-child {
	background: #be2d92;
}

@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, 1.0) !important;
	transition: all 0.7s;
	font-weight: 400;
	padding: 0rem;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand {
	color: #002a6e;
	/* font-size: 1.875rem; */
	font-weight: 700;
	/* text-transform: uppercase; */
	padding-top: 0rem;
	padding-bottom: 0rem;
	transition: all 0.7s;
}

.navbar .navbar-brand span {
	margin-left: 10px;
	/* padding-top: 0; */
	/* padding-bottom: 0rem; */
}

.navbar .navbar-brand:hover {
	color: #e30613;
	transition: all 0.7s;
}

.navbar-nav li {
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0 0 0 25px;
	/* text-transform: uppercase; */
}

.navbar-nav li:first-child {
	padding: 0;
}

.navbar .navbar-nav .nav-link {
	color: #002a6e;
	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: #be2d92;
}

.navbar .navbar-nav .nav-link.active {
	color: #002a6e;
}

.navbar .navbar-nav .nav-link:focus {
	color: #002a6e;
}

.navbar .navbar-nav .nav-link:before {
	/* color: #fff; */
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	padding: 0;
	background-color: #be2d92;
	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);
}

.scroll {
	background-color: rgba(255, 255, 255, 0.90) !important;
	transition: all 0.3s;
}

.scroll .navbar-nav .nav-link {
	padding: 20px 0px;
}


/* TOP */

.sct-top {
	min-height: 675px;
	background-image: url(../img/sct-top-bg-01.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 250px;
}

.sec-page {
	min-height: 480px;
	background-image: url(../img/sct-top-page-bg-01.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 160px;
}

.sct-top h1 {
	font-size: 3.75rem;
	line-height: 1.0;
	text-align: left;
}

.sct-top h4 {
	font-size: 1.875rem;
	text-align: left;
}

/* INFOGRAPHIC */

.bg-home {
	background-color: #fff;
	background-image: url(../img/bg-home-01.png);
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* MOVIE */

.sct-movie {
	border-top: 1px solid #c3c3c3;
}

.card {
	/* overflow: hidden; */
	background-color: rgba(255, 255, 255, 0.0);
	border-radius: 0;
	border: none;
	border-bottom: solid 1px #c3c3c3;
}

.card-img-top {
	border-radius: 0;
	border: none;
}

.card-body {
	padding: 0;
}

.card-title {
	color: #002a6e;
	font-size: 1.5rem;
}

.card-text {
	color: #888888;
	font-size: 1.125rem;
}

.card-footer {
	padding: 0;
	padding-bottom: 20px;
	background: none;
	border: none;
}

.card a {
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.card a img {
	opacity: 1;
	transition: all 0.7s;
}

.card a:hover img {
	opacity: 0.9;
	transform: scale(1.05);
	transition: all 0.7s;
}

.card a .ico-play {
	width: 51px;
	height: 51px;
	background-color: #fff;
	background-image: url("../img/ico-play.svg");
	background-size: 18px;
	background-position: left 18px center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	padding: 0;
	border-radius: 50px;
	box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.60);
	transition: all 0.7s;
}

.card .card-footer a {
	background-color: rgba(255, 255, 255, 0.0);
}

.card .card-footer a img {
	opacity: 1 !important;
}

/* SONDA */

.sct-sonda {
	background-image: url(../img/sct-sonda-bg-01.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sct-sonda p {
	font-size: 1.3rem;
	margin: 0;
}

.sct-sonda p strong {
	font-size: 1.5rem;
}

.sonda-icon {
	background-color: #be2d92;
	padding: 35px;
	border-radius: 0 0 5px 5px;
	display: inline-block;
}

/* SZKOLENIA */

.sct-edu {
	border-top: 1px solid #c3c3c3;
}

.sct-edu .card a img {
	opacity: 0.45;
}

.sct-edu .card a:hover img {
	opacity: 0.65;
}

.sct-edu .card .label {
	text-align: center;
	position: absolute;
	right: 40px;
	top: 0px;
	padding: 25px 12px 5px 12px;
	border-radius: 0 0 5px 5px;
	background-color: #be2d92;
	z-index: 10;
}

.sct-edu .card .label p {
	color: #fff;
	font-size: 2.625rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
	-webkit-transform: scale(0.5, 1);
	-moz-transform: scale(0.5, 1);
	-o-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}

/* ARTYKUŁY */

.sct-art .card-title {
	font-size: 1.125rem;
}

.sct-art .card img {
	border-radius: 5px;
}

.sct-art .card .card-img {
	background-color: rgba(0, 0, 0, 0.0);
	/* overflow: hidden; */
	overflow: visible;
	position: relative;
}

.sct-art .card .card-img img {
	/* opacity: 1; */
	transform: perspective(900px) rotateY(0deg);
	transition: all 0.7s;
}

.sct-art .card .card-img:hover img {
	/* opacity: 0.9; */
	/* transform: scale(1.05); */
	transform: perspective(900px) rotateY(-180deg);
	transition: all 0.7s;
}


/* Q&A */

.sct-qaa {
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}

.sct-qaa .card {
	/* overflow: hidden; */
	background-color: #f0f0f0;
	background-image: url(../img/sct-qaa-01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 5px;
	border: none;
}

.sct-qaa .card-img-top {
	border-radius: 5px 5px 0px 0px;
}

.sct-qaa .card-body {
	padding: 0 40px 10px 40px;
}

.sct-qaa .card-title {
	font-size: 1.125rem;
}

.sct-qaa .card-footer {
	padding: 0 40px 20px 40px;
	background: none;
	border: none;
}

.sct-qaa .card a {
	border-radius: 5px 5px 0px 0px;
}

.sct-qaa .card .card-footer a {
	background-color: rgba(255, 255, 255, 0.0);
}

.sct-qaa .card .card-footer a img {
	opacity: 1 !important;
}

.sct-qaa .card .label {
	text-align: center;
	position: absolute;
	left: 40px;
	top: 0px;
	padding: 25px 15px 5px 15px;
	border-radius: 0 0 5px 5px;
	background-color: #be2d92;
	z-index: 10;
}

.sct-qaa .card .label p {
	color: #fff;
	font-size: 2.625rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
	-webkit-transform: scale(0.5, 1);
	-moz-transform: scale(0.5, 1);
	-o-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}

/* QUIZ */

.sct-quiz {
	background-image: url(../img/sct-quiz-bg-01.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sct-quiz h2 {
	color: #fff;
	font-size: 3.75rem;
	text-align: left;
}

.sct-quiz h4 {
	color: #fff;
	font-size: 1.5rem;
	text-align: left;
	padding: 30px 0;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.sct-quiz p {
	color: #fff;
	font-size: 1.125rem;
	text-align: left;
	padding: 0;
	margin: 0;
}

/* OPIS PRODUKTU */

.sct-prod {
	background-image: url(../img/sct-prod-bg-01.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sct-prod h2 {
	color: #fff;
	font-size: 2.875rem;
	text-align: left;
}

.sct-prod p {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.4;
	text-align: left;
	padding: 0;
	margin: 0;
}

/* REFERENCJE */

.sct-ref {
	color: #888888;
	font-size: 0.75rem;
	line-height: 1.2;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}

.sct-ref ol {
	padding-left: 1rem;
}

/* FOOTER */

/*.footer {*/
/*	color: #002a6e;*/
/*	font-size: 0.875rem;*/
/*	background-image: url(../img/footer-bg.jpg);*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*}*/

.footer img {
	max-width: 165px;
	/*margin-bottom: 50px;*/
	margin: 1rem 0;
}

.footer .navi ul {
	padding: 0;
}

.footer .navi li {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.footer .navi li a {
	color: #002a6e;
	text-decoration: none;
	transition: all 0.7s;
}

.footer .navi li a:hover {
	color: #be2d92;
	transition: all 0.5s;
	text-decoration: none;
}

.footer .navi p {
	color: #888888;
	margin-top: 135px;
}

/* PAGE PRODUCT */

/* WSKAZANIA */

.sct-wsk {
	background-image: url(../img/prod-wsk-bg-01.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* DAWKOWANIE */

.sct-dawk {
	background-image: url(../img/prod-dawk-bg-01.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.dawk-box {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 10px 50px 10px;
}

.sct-dawk h5 {
	color: #fff;
	font-size: 1.5rem;
}

/* SIL */

.newspaper {
	font-size: 1rem;
	line-height: 1.2;
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
	-webkit-column-width: 300px;
	/* Chrome, Safari, Opera */
	-moz-column-width: 300px;
	/* Firefox */
	column-width: 300px;
	/* width: 100%; */
}

/* PAGE CONTENT */

.page-header {
	text-align: center;
}

.page-header h3 {
	font-size: 1.5rem;
}

.page-header p {
	color: #888888;
	font-size: 1.125rem;
}

.page-content h4 {
	font-size: 1.75rem;
	margin-top: 30px;
	text-align: left;
}

.page-content h5 {
	font-size: 1.5rem;
	margin-top: 30px;
	text-align: left;
}

.page-content p {
	font-size: 1.125rem;
}

.page-content li {
	font-size: 1.125rem;
}

.page-content ul {
	list-style: none;
}

.page-content ul li::before {
	content: "\2022";
	color: #be2d92;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.page-content .ref h4 {
	color: #888888;
	font-size: 1.75rem;
}

.page-content .ref p {
	color: #888888;
	font-size: 0.75rem;
}

.page-content .ref li {
	color: #888888;
	font-size: 0.75rem;
}



/* SEE MORE */

.sct-more {
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}




























/* LOGIN */

.e-login-bg {
	height: 100vh;
	min-height: 500px;
	background-image: url(../img/bg-home-01.png);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}

.e-login {
	background-color: rgba(255, 255, 255, 0.7);
	text-align: left;
	margin-top: 100px;
	padding: 5rem;
	border-radius: 10px;
	box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.1);
}

.e-login p {
	margin: 1.5rem 0;
}

.e-login .login {
	width: 100%;
	text-align: center;
}

.e-login .login-input {
	color: #002a6e;
	text-align: center;
	width: 100%;
	height: calc(3.875rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 0.675rem;
	border: solid 1px #be2d92;
	border-radius: 10px;
}

.e-login .login-input::placeholder {
	color: #002a6e;
}

.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%;
	font-size: 1.5rem;
	border-radius: 0.5rem;
	margin: 0.5rem 0 0 0;
	padding: 1rem;
	background-color: #be2d92;
	border: none;
	transition: all 0.7s;
}

.e-login .btn-login:hover {
	background-color: #be2d92;
	box-shadow: 0px 0px 20px rgba(190, 45, 146, 0.70);
	border: none;
	transition: all 0.7s;
}

.e-login .btn-login:focus {
	background-color: #be2d92;
	border: none;
}

/* LOGIN END */


/* COOKIES */

.box-cookies {
	font-size: 0.75rem;
	background-color: rgba(245, 245, 245, 0.85);
	padding: 10px 130px 10px 10px;
	width: 100%;
	z-index: 1040;
	color:black;
}

.box-cookies a {
	color: black;
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.7s;
}

.box-cookies a:hover {
	color: var(--bg);
	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(--bg);
	/* background-color: rgba(50, 58, 63, 0.8); */
	border-radius: 30px;
	background-image: url("../img/ico-close-24px.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: rgba(227, 6, 19, 0.8); */
	background-color: #323a3f;
	transition: all 0.3s;
}

.box-cookies button:focus {
	outline: 0;
	box-shadow: none;
}


.hop-top {
	color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	text-align: center;
	background-color: #be2d92;
	position: fixed;
	bottom: 40px;
	right: -48px;
	z-index: 1030;
	transition: all 0.7s;
}

.hop-top img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.hop-top:hover {
	/* background-color: #002a6e; */
	box-shadow: 0px 0px 20px rgba(190, 45, 146, 0.70);
}

.scroll .hop-top {
	right: 0px;
}

.page-header-custom {

	text-align: left;
	color: #FFFFFF;
	position: relative;
	background-image: url(/img/grafika_na_strone_glowną_LP_990x150.png);
	background-position: right;
}
.page-header-custom::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image:  linear-gradient(to top, #000000 ,transparent);
}
.flag {
	background-color: #ee3070;
	border-radius: 15px;
	text-transform: uppercase;
	padding: 5px 15px;
	font-weight: 600;
}
.msg {
	font-size: 1.2rem;
}
.body-content {
	color: #000000;
}
.body-content a {
	color: #000000;
}

.login-form {
	padding: 20px;
	-webkit-box-shadow: 0px 0px 21px -13px rgba(10, 10, 10, 1);
	-moz-box-shadow: 0px 0px 21px -13px rgba(10, 10, 10, 1);
	box-shadow: 0px 0px 21px -13px rgba(10, 10, 10, 1);
	background-color: #FFFFFF;
	font-size: 12px;
}
/* PARTNERS */
.promoter-wrapper {
	display: flex;
	justify-content: center;
	gap: 3%;
	align-items: center;
	margin: 5px;
}

#promoter img {
	width: 100px;
}

#e-fin {
	width: 100px;
}


/*logo */
.webinar-img {
	width: 40px;
}
.logo-img {
	width: 100px;
}
.header-icon {
	width: 30px;
	height: 30px;
}
.header-icon-wrapper {
	display: flex;
	gap: 30px;
}
.header-icon-wrapper span {
	font-size: .9rem;
}
.page-header-title {
	/*padding-top: 3rem;*/
	/*padding-bottom: 1rem;*/
	/*justify-content: flex-end;*/
}

.custom-hr {
	width: 35%;
	display: block;
	border: 1px solid black;
	background: black;
}
.ref {
	font-size: 12px;
	text-align: justify;
	margin-top: 4rem;
	margin-top: 4rem;
}
.bad-answer {
	color:#e30613;
}
/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {

	/* NAV */
	/* logo i hamburger */

	.navbar-toggler {
		padding: 0.8rem 0.8rem;
		line-height: 1;
		background-color: #002a6e;
		border: none;
		border-radius: 0;
	}

	.navbar-toggler-icon {
		color: #fff;
	}

	.navbar {
		padding-left: 10px;
	}

	.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: 3px solid #be2d92;
		padding-left: 27px;
	}

	/* TOP */

	.sct-top {
		min-height: 600px;
		background-image: url(../img/sct-top-bg-01.jpg);
		background-position: top right -350px;
		padding-top: 150px;
	}

	.sct-top h1 {
		font-size: 3.5rem;
	}

	.sct-top h4 {
		font-size: 1.75rem;
	}

	/* MOVIE */

	.card-text {
		font-size: 1.125rem;
	}

	/* SZKOLENIA */

	.sct-edu .card .label {
		right: 30px;
		padding: 20px 10px 5px 10px;
	}

	.sct-edu .card .label p {
		font-size: 2.0rem;
	}

	/* ARTYKUŁY */

	.sct-art .card-title {
		font-size: 1.0rem;

	}

	/* Q&A */

	.sct-qaa .card-body {
		padding: 0 30px 10px 30px;
	}

	.sct-qaa .card-footer {
		padding: 0 30px 20px 30px;
	}


	.sct-qaa .card .label {
		left: 30px;
		padding: 20px 12px 5px 12px;
	}

	.sct-qaa .card .label p {
		font-size: 2.25rem;
	}

	/* QUIZ */

	.sct-quiz h2 {
		font-size: 3.0rem;
	}

	.sct-quiz h4 {
		padding: 20px 0;
	}

	/* FOOTER */

	.footer .navi li:last-child {
		margin-bottom: 50px;
	}

	.footer .navi p {
		margin-top: 0px;
	}

	.page-header-title .h1 {
		font-size: 1.5rem;
		text-align: center;
		margin: 15px 0;
	}
	.page-header-custom {
		padding-top: 1rem;
		padding-bottom: 5rem;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {


	.visible-xl {
		display: none;
	}

	.visible-sm {
		display: block;
	}

	.btn-link {
		font-size: 1.0rem;
	}


	.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-60 {
		padding-top: 30px !important;
	}

	.pt-70 {
		padding-top: 35px !important;
	}

	.pt-100 {
		padding-top: 50px !important;
	}

	.pt-150 {
		padding-top: 50px !important;
	}

	.pb-30 {
		padding-bottom: 15px !important;
	}

	.pb-40 {
		padding-bottom: 20px !important;
	}

	.pb-50 {
		padding-bottom: 25px !important;
	}

	.pb-60 {
		padding-bottom: 30px !important;
	}

	.pb-70 {
		padding-bottom: 35px !important;
	}

	.pb-100 {
		padding-bottom: 50px !important;
	}

	.pb-150 {
		padding-bottom: 50px !important;
	}


	/* TOP */

	.sct-top {
		min-height: 550px;
		background-image: url(../img/sct-top-bg-01.jpg);
		background-position: top right -320px;
		padding-top: 100px;
	}

	.sct-top h1 {
		font-size: 2.75rem;
	}

	.sct-top h4 {
		font-size: 1.5rem;
	}

	/* MOVIE */

	.card-title {
		font-size: 1.125rem;
	}

	.card-text {
		font-size: 1.0rem;
	}

	/* SZKOLENIA */

	.sct-edu .card .label {
		right: 20px;
		padding: 15px 7px 5px 7px;
	}

	/* Q&A */

	.sct-qaa .card-body {
		padding: 0 15px 10px 10px;
	}

	.sct-qaa .card-title {
		font-size: 1.0rem;
	}

	.sct-qaa .card-footer {
		padding: 0 15px 20px 10px;
	}

	.sct-qaa .card .label {
		left: 15px;
		padding: 12px 10px 5px 10px;
	}

	.sct-qaa .card .label p {
		font-size: 1.5rem;
	}

	/* SIL */

	.newspaper {
		font-size: 0.875rem;
	}

	/* LOGIN */
	.e-login {
		background-color: rgba(255, 255, 255, 0.0);
		text-align: left;
		margin-top: 0rem;
		padding: 2rem;
		box-shadow: none;
	}

	/* LOGIN END */

	.login-form {
		transform: translateY(-60px);
		border-radius: 8px;
	}

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {

	h2 {
		font-size: 2.0rem;
		text-align: center;
	}

	h4 {
		font-size: 1.0rem;
		text-align: center;
	}

	.btn-primary {
		padding: 15px 50px;
	}

	.btn-primary:hover {
		padding: 15px 45px;
	}

	.btn-link {
		font-size: 1.125rem;
	}


	/* TOP */

	.sct-top {
		min-height: 480px;
		background-image: url(../img/sct-top-bg-01-m.jpg);
		background-position: bottom center;
		padding-top: 80px;
	}

	.sct-top h1 {
		font-size: 2.25rem;
	}

	/* INFOGRAPHIC */

	.bg-home {
		background-attachment: scroll;
	}

	/* MOVIE */

	.card-title {
		font-size: 1.5rem;
	}

	/* SONDA */

	.sct-sonda {
		background-attachment: scroll;
	}

	.sct-sonda p {
		font-size: 1.0rem;
		margin: 0;
	}

	.sct-sonda p strong {
		font-size: 1.25rem;
	}

	.sonda-icon {
		padding: 25px;
	}

	.sonda-icon img {
		width: 75px;
	}

	/* ARTYKUŁY */

	.sct-art .card-title {
		font-size: 1.25rem;
	}

	/* Q&A */

	.sct-qaa .card-body {
		padding: 0 40px 10px 40px;
	}

	.sct-qaa .card-title {
		font-size: 1.125rem;
	}

	.sct-qaa .card-footer {
		padding: 0 40px 20px 40px;
	}

	.sct-qaa .card .label {
		left: 40px;
		padding: 25px 15px 5px 15px;
	}

	.sct-qaa .card .label p {
		font-size: 2.5rem;
	}


	/* QUIZ */

	.sct-quiz {
		background-attachment: scroll;
	}

	.sct-quiz h2 {
		font-size: 2.5rem;
	}

	.sct-quiz h4 {
		font-size: 1.25rem;
		padding: 10px 0;
	}

	/* OPIS PRODUKTU */

	.sct-prod {
		background-attachment: scroll;
	}

	.sct-prod h2 {
		font-size: 2.5rem;
	}

	/* DAWKOWANIE */

	.dawk-box {
		padding: 0 20px 30px 20px;
	}

	.sct-dawk h3 {
		font-size: 1.125rem;
	}

	/* PAGE CONTENT */

	.page-header h3 {
		font-size: 1.25rem;
	}

	.page-header p {
		font-size: 1.0rem;
	}

	.page-content h4 {
		font-size: 1.25rem;
	}

	.page-content h5 {
		font-size: 1.125rem;
	}

	.page-content .ref h4 {
		font-size: 1.25rem;
	}

	.header-icon-wrapper {
		justify-content: space-around;
		gap: 0;
	}

}