@charset "UTF-8";
/*Animation*/
@-webkit-keyframes image_blur {
   50% { -webkit-filter: blur(0px);}
	100% { -webkit-filter: blur(5px);}
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/*Animation end*/

body  {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
	font-family:'Conv_Poppins-Regular', Arial, Helvetica, sans-serif!important;
}
#container {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
@media only screen and (max-width: 1050px) {
#container {
	width:100%;
	width:100vw;
}
}
header {
  z-index: 1;
  background: #fff;
  width: 100%;
  height:110px;
  border-bottom:1px solid #d9d9d9;
}
@media only screen and (max-width: 1050px) {
	header {
}
}
#top {
	
}
#top-in {
	width:1280px;
	margin:0 auto;
	}
@media only screen and (max-width: 1050px) {
	#top-in {
		width:100%;
	}
}
.wrapper {
	width:100%;
	float:left;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:5px;
}
@media only screen and (max-width: 1050px) {
	.wrapper {
}}
.wrapper #mod-custom112{
	border-bottom:1px solid #86bc4f;
	float:left;
	margin-top:10px;
	margin-bottom:12px;
	padding-bottom:12px;
	width:75%;
}
.wrapper #mod-custom116 {
	float:right;
	width:25%;
	text-align:right;
}

.wrapper p {
	color:#999;
	font-size:13px;
	font-family: 'Conv_Poppins-ExtraLight', Arial, Helvetica, sans-serif !important;
	margin:0;
	padding:0;
}

.logo {
	width:30%;
	float:left;
}
@media only screen and (max-width: 1050px) {
	.logo {
		width:100%;
		text-align:center;
}
}
@media only screen and (max-width: 1050px) {
	.logo img {
		width:60%;
}
}
@media only screen and (max-width: 1050px) {
	.logo img{
}
}
.logo p {
}

#menu {
	width:68%;
	float:right;
	text-align:right;
	margin-top:40px;
 }
 @media only screen and (max-width: 1050px) {
	 #menu {
		 width:100%;
		 text-align:center;
		 margin-bottom:30px;
	 }
 }
.mainmenu {
}
 @media only screen and (max-width: 1050px) {
	 .rl_tabs.align_center > ul.nav-tabs > li {
  float: none;
  display: block;
}
 }
 
.mainmenu a:hover {
	color:#ac42a5;
}
 span.mobilebarmenutitleck {
 }
.mainmenu ul {
	display: inline;
}
.mainmenu ul li{
	display:inline;
}
.mainmenu ul li a {
	margin-right:25px;
	font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
	text-align:right;
	text-decoration:none;
	color:#000;
	font-size:20px;
	padding-left:12px;
}
.mainmenu ul li a:hover {
	color:#1db794!important;
}
li.item-101 a{
	display: inline-flex;
  width: 40px;
  height: 30px;
  overflow: hidden;
  background: url("/images/template/home.svg") no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: 24px 24px;
  text-indent: -10025px !important;
  padding:0!important;
}
li.item-180 a {
	margin-right:0!important;
}
li.item-101 a:hover {
	color:#fff!important;
}
.mainmenu li.item447 span {
}
.mainmenu a, .mainmenu span.separator {
}

.mainmenu a:hover, .mainmenu span.separator:hover {
}

.mainmenu .floatck {
	}
content {
	width:1280px;
	margin:0 auto;
}
@media only screen and (max-width: 1050px) {
content {
	width:100%;
}
}
#oscampus.osc-container a {
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  color: #564fc0;
}
#oscampus.osc-container div.osc-alert-notify {
  background: #d9d9d9;
  border: 1px solid rgba(45,112,145,0.2);
  color: #2d7091;
  padding: 15px;
  margin: 2px 0;
}
#oscampus h3 {
	margin-top:0!important;
}
li.item-180 a {
	background:#564fc0;
	padding:12px 20px;
	border:0;
	color:#fff!important;
	border-radius:7px;
	font-size:18px!important;
}
#oscampus.osc-container .osc-btn {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  border: 0;
  line-height: 34px;
  min-height: 34px;
  padding: 0 12px;
  background: #564fc0;
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(32,61,97,0.05);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}
content #articles {
	width:1280px;
	margin:0 auto;
	background:#fff;
}
@media only screen and (max-width: 1050px) {
content #articles {
	width:100%;
}
}
content #articles h4 span.fa-check::before {
    content: "✔";  
    color: #090;
    display: inline-block;
    margin-right: 5px;
} 
content #articles h4 span.fa-times::before {
     content: "✖";
    color: #F00;
    display: inline-block;
    margin-right: 5px;
} 

content #articles .itemBackToTop {
	display:none;
}
div.itemToolbar {
  padding: 8px;
  margin: 16px 0 0 0;
  background: #fff;
  border-radius: 4px;
}
content #articles .mod-log {
	width:400px;
	margin:0 auto;
	background:#564fc0;
	border:11px solid #5676c0;
	border-radius:16px;
	padding:20px;
	color:#FFF;
}
content #articles .mod-log .logout-button input.btn {
	background: #fff!important;
  padding: 5px 8px;
  color: #000 !important;
  position: relative;
  margin-top: 10px;
  border-radius: 7px;
  display: inline-block;
	border:0!important;
}
content #articles .mod-log p {
	margin-top:0;
	margin-bottom:0;
}
content #articles .mod-log span.add-on {
	width:100%;
	text-align:center;
	float:left;
}
content #articles .mod-log input#modlgn-username {
	width:96%;
	padding:2%;
	float:left;
	margin-bottom:12px;
}
content #articles .mod-log input#modlgn-passwd {
	width:96%;
	padding:2%;
	float:left;
	margin-bottom:12px;
}
content #articles .mod-log button {
	background:#000;
	color:#fff;
	border-radius:8px;
	font-weight:bold;
	border:0;
	padding:12px 20px;
}
content #articles .mod-log ul {
	padding-left:20px;
	display:none;
}
content #articles .mod-log a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
content #articles #oscampus.osc-container h2 a {
	color:#564fc0;
}
content #slider {
	width:100%;
	float:left;
	z-index:100;
}
@media only screen and (max-width: 1050px) {
	content #slider .slide-title, content #slider .slide-text, a.readmore {
		display:none;
	}
}
content #oscampus.osc-container .osc-btn.osc-btn-active {
  background:#564fc0;
  box-shadow: 0 1px 4px rgba(32,61,97,0.4) inset;
  -moz-box-shadow: 0 1px 4px rgba(32,61,97,0.4) inset;
  -webkit-box-shadow: 0 1px 4px rgba(32,61,97,0.4) inset;
  -o-box-shadow: 0 1px 4px rgba(32,61,97,0.4) inset;
  color: #fff;
	border-radius:10px;
	border:solid #000 0;
	padding:10px 16px;
	display:none;
}
content #slider .djslider-default .slide-desc {
  position: absolute;
  top: 25%;
  font-size:24px;
  left:20%!important;
}
content #slider .slide-desc-text-default {
  position: relative;
  color: #fff;
  padding: 15px 15px 5px;
  text-align: left;
  width: 35% !important;
  text-shadow: 0 0 4px #333;
  background: #1db794;
  opacity: 0.8;
}
content #slider .slide-desc-text-default a.readmore {
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration:none;
  background-color:#1db794;
  border-radius:7px 7px 7px 7px;
  color:#FFF;
  font-family:'Conv_Poppins-Medium', Arial, Helvetica, sans-serif;
  padding:15px 28px;
}
content #about {
	float:left;
	width:100%;
	background: #666;
}
content #about .about-in {
	margin: 0 auto;
	width:1280px;
}
@media only screen and (max-width: 1050px) {
content #about .about-in {
	margin: 0 auto;
	width:100%;
}
}
content #about .about-in  .moduletable {
	padding:30px 0;
}
content #about h2 {
	font-family:'Conv_Poppins-Medium', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#fff;
}


content #boxes {
	width:100%;
	float:left;
}
content #boxes  .boxes-in {
	width:1280px;
	margin:0 auto;
}
@media only screen and (max-width: 1050px) {
	content #boxes  .boxes-in {
	width:100%;
	margin:0 auto;
}
}
content #boxes .rl_tabs_inline {
  padding: 12px;
  background-image: linear-gradient(#F6F6F6, #fff);
  margin-bottom: 30px;
}
content #boxes  .boxes-in .moduletable {
	padding:30px 0 0 0;
}

content #boxes li.b {
	display:none;
}
content #boxes li.about a{
	background:url('/images/boxes/about.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto;
	padding:70px 35px 35px 35px;
	border-bottom: 1px solid #ddd!important;
	border-radius: 4px 4px 4px 4px!important;
}
content #boxes li.market a{
	background:url('/images/boxes/branze.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto;
	padding:70px 35px 35px 35px;
	border-bottom: 1px solid #ddd!important;
	border-radius: 4px 4px 4px 4px!important;
}
content #boxes li.legal a{
	background:url('/images/boxes/legalizacja.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto;
	padding:70px 35px 35px 35px;
	border-bottom: 1px solid #ddd!important;
	border-radius: 4px 4px 4px 4px!important;
}
content #boxes li.acomodation a{
	background:url('/images/boxes/zakwaterowanie.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto;
	padding:70px 35px 35px 35px;
	border-bottom: 1px solid #ddd!important;
	border-radius: 4px 4px 4px 4px!important;
}
content #boxes li.transport a{
	background:url('/images/boxes/transport.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto;
	padding:70px 35px 35px 35px;
	border-bottom: 1px solid #ddd!important;
	border-radius: 4px 4px 4px 4px!important;
}
content #boxes li.clients a{
	background:url('/images/boxes/klienci.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto;
	padding:70px 35px 35px 35px;
	border-bottom: 1px solid #ddd!important;
	border-radius: 4px 4px 4px 4px!important;
}
content #boxes li.about a, content #boxes li.market a, content #boxes li.legal a, content #boxes li.acomodation a, content #boxes li.transport a, content #boxes li.clients a {
	font-size: 20px;
	margin-bottom:20px;
	padding-bottom:15px;
	color:#000;
	font-family:'Conv_Poppins-Medium', Arial, Helvetica, sans-serif;
}
content #boxes .rl_tabs .nav-tabs {
  *zoom: 1;
  border-bottom: 0;
}
content #boxes .rl_tabs.outline_content > .tab-content {
  border: 0!important;
}
content #steps {
	width:100%;
	float:left;
	background: #333;
}
content #steps .steps-in {
	width:1280px;
	margin:0 auto;
}
@media only screen and (max-width: 1050px) {
content #steps .steps-in {
	width:100%;
	margin:0 auto;
}
}
content #steps .steps-in .moduletable {
}
content #steps .steps-in .moduletable p {
	padding:10px 0 22px 0;
	margin:0;
}
@media only screen and (max-width: 1050px) {
	content #steps .steps-in .moduletable p {
		text-align:center;
	}
}
@media only screen and (max-width: 1050px) {
	content #steps .steps-in .moduletable img {
		width:90%;
	}
}
content #steps .steps-in .moduletable h3 {
	padding: 22px 22px 0 22px;
	margin:0;
}

content #steps .steps-in .moduletable .steps-odd, content #steps .steps-in .moduletable .steps-even {
	float:left;
	width:20%;
}

content #offer {
	width:100%;
	float:left;
	background:#fff;
}
content #offer .offer-in {
	width:1280px;
	margin:0 auto;
	padding-bottom:30px;
}
@media only screen and (max-width: 1050px) {
	content #offer .offer-in {
	width:100%;
	margin:0 auto;
	padding-bottom:30px;
}
}
content #offer .offer-box1 {
	width:21%;
	float:left;
	padding:2%;
}
content #offer .offer-in h3 {
	font-size:30px;
	text-align:center;
	font-family:'Conv_Poppins-Medium', Arial, Helvetica, sans-serif;
}
content #offer .st-accordion112 ul li > a {
  text-shadow: 0 0 0 #fff!important;

  display: block;
  position: relative;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  line-height: 80px;
}

/*koniec zmian accordion module*/

footer {
	width:100%;
	float:left;
	background:#564fc0;
	padding:0;
}
footer .footer-in {
	width:100%;
	margin:0 auto;
	padding:0;
}
footer .footer-in #copyright p {
	font-family: 'Conv_Poppins-ExtraLight', Arial, Helvetica, sans-serif !important;
	margin: 0;
	font-size: 12px;
	padding: 0;
	color: #CCC;
}
/*
footer #footer-map {
	width:33.33%;
	float:left;
	padding:0;
	margin:0;
}
@media only screen and (max-width: 1050px) {
footer #footer-map {
	width:100%;
}}
*/
footer #footer-contact {
	width:44%;
	float: left;
	padding:3%;
	margin:0;
}
@media only screen and (max-width: 1050px) {
footer #footer-contact {
	width:94%;
}}
footer #footer-contact  p, footer #footer-contact  a {
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0 0 8px 0;
}
footer #footer-form {
	width:44%;
	float: left;
	padding:3%;
	margin:0;
	background:#333;
	
}
@media only screen and (max-width: 1050px) {
footer #footer-form {
	width:94%;
}}
@media only screen and (max-width: 1350px) {
	footer #footer-form {
		min-height:410px;
	}
}

footer #footer-form h3 {
	color:#fff;
	margin:0 0 20px 0;
	padding: 0 0 0 0;
}
footer #footer-form input.inputbox, footer #footer-form textarea  {
	padding:12px;
	background:#CCC;
	border:0;
	color:#333;
	font-family: 'Conv_Poppins-ExtraLight', Arial, Helvetica, sans-serif !important;
}
footer #footer-form input.btn  {
	padding:15px 25px;
	background:#564fc0;
	border:0;
}
footer #footer-map  p {
	padding:0;
	margin:0;
}
footer .footer-in #copyright {
	background: #000;
	width: 100%;
	float: left;
	padding: 15px 0;
	text-align: center;
	margin-top: -7px;
}
footer .footer-in #copyright  a {
	text-decoration:none;
	color:#ccc;
}
footer a.a_readmore:hover {
	transform: translateY(-100%) skew(15deg);
}
footer p.a_readmore:hover {
	transform: translateY(-100%) skew(15deg);
	cursor:pointer;
}
/*Turkey remove*/
#turnkey-credit {
	display:none!important;
}
button.navbar-toggler-right {
	display:none;
}

.block8 button, .block8 a.osc-btn {
display:none!important;
}
/*hamburger i tabs w widoku filmÃ³w*/


  /* Hamburger */
  .hamburger {
   position: absolute;
top: 0;
left: 0;
font-size: 50px;
cursor: pointer;
z-index: 1001;
color: #000;
height: 100vh;
background: #766fe0;
padding: 15px;
	  font-weight:bold;
	  font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
  }

  /* Sidebar */
  .sidebar {
    position: absolute;
    top: 0;
    left: -260px; /* schowany */
    width: 250px;
    height: 100%;
    background: #564fc0; 
    color: white;
    transition: 0.3s;
    padding-top: 30px;
    z-index: 1000;
	padding-left:42px;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar div {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #766fe0;
  }

  .sidebar div:hover {
    background: #766fe0;
  }

  /* Content */
  .content {
    padding: 0 0 0 42px;
  }

  .tab {
    display: none;
  }

  .tab.active {
    display: block;
  }
  .reg-advert img {
	  width:100%;
	  height:auto;
  }
/*Zmiany OSCampus */
.osc-section {
	position:relative;
	overflow:visible;
}
/*zmiany w css OS Campus*/
#oscampus .page-header h1 {
	color:#564fc0;
	font-size:1.6rem!important;
	font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
}
.osc-course-details {
	padding:20px;
	background:#fff;
	box-shadow: #d7d7d7 0 0 15px;
	border-radius: 10px;
}
.osc-course-details img {
	border-radius:10px;
}
#oscampus.osc-container .osc-section.osc-course-tabs > div {
  border-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0px;
  border-style: solid;
  border-color: #999;
  border-bottom-width: 0;
  background: #564fc0;
  text-align: center;
  padding: 12px 25px;
  margin-left: 0;
  width: auto;
  box-shadow: 0 1px 0 #f2f2f2 inset;
  -moz-box-shadow: 0 1px 0 #f2f2f2 inset;
  -webkit-box-shadow: 0 1px 0 #f2f2f2 inset;
  -o-box-shadow: 0 1px 0 #f2f2f2 inset;
	margin-right:2px;
	border-top-left-radius: 10px!important;
border-top-right-radius: 10px!important;
}
.block2 {
	color:#fff;
	border-bottom:none!important;
}
.osc-tab-disabled {
	color:#000;
}
#content-content {
	padding:20px!important;
	border:none!important;
	background:#fff;
	box-shadow: #d7d7d7 0 0 15px;
	border-radius:10px;
}
#content-teacher {
	padding:20px!important;
	border:none!important;
	background:#fff;
	box-shadow: #d7d7d7 0 0 15px;
	border-radius:10px;
}
#content-description {
	padding:20px!important;
	border:none!important;
	background:#fff;
	box-shadow: #d7d7d7 0 0 15px;
	border-radius:10px;
}
#content-files {
	padding:20px!important;
	border:none!important;
	background:#fff;
	box-shadow: #d7d7d7 0 0 15px;
	border-radius:10px;
}
#content-files .block12 {
	padding-left:0!important;
}
#content-files .block12 a {
	font-family:'Conv_Poppins-Regular', Arial, Helvetica, sans-serif!important;
	font-size:14px!important;
}
#content-files p, #content-teacher .block6 {
	font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
	font-size:18px!important;
	padding-left:0!important;
} 
#oscampus.osc-container .osc-section.osc-course-tabs > div.osc-tab-disabled {
  background: #eee;
  box-shadow:none!important;
}
#oscampus.osc-container {
  padding-bottom: 40px;
}
#oscampus.osc-container .osc-row-heading {
  box-shadow: 0 0 0 rgba(255,255,255,0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
  background: #fff;
  border-bottom: 0 solid #ccc;
	
}
.block12 {
	font-size:18px!important;
	font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
	font-weight: normal!important;
}
#oscampus.osc-container .p-left-xx[class*="block"] {
  padding-left: 20px;
}
.osc-row-one:hover {
	background:none!important;
}
#oscampus.osc-container .osc-row-heading [class*="block"] {
  padding: 10px 20px 2px 20px;
}
.block4 {
	padding-top:0!important;
}
#oscampus.osc-container .osc-label-viewed, #oscampus.osc-container .osc-label-passed {
  color: #fff;
  background:#008000;
	padding:7px 10px!important;
	border-radius:5px;
	margin-top:-10px!important;
}
#oscampus.osc-container .osc-label-failed {
  color: #fff;
  background:red;
	padding:7px 10px!important;
	font-family: 'Conv_Poppins-Regular', Arial, Helvetica, sans-serif !important;
	border-radius:5px;
	margin-top:-10px!important;
}
#oscampus.osc-container .osc-table {
  border-top: 0 solid #ccc;
  border-right: 0 solid #ccc;
  border-left: 0 solid #ccc;
}
.osc-pathway-list {
	padding: 20px;
  background: #fff !important;
  box-shadow: #d7d7d7 0 0 15px;
  border-radius: 10px;
 width:calc(100% - 50px)!important;
}
.osc-pathway-list h2{
font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
}
.osc-pathway-list img, .osc-course-item img {
	border-radius:10px;
}
#oscampus.osc-container .osc-pathway-intro {
  background: #fff!important;
  color: #333;
  padding: 0!important;
  margin-bottom: 0!important;
  font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
}
#oscampus.osc-container .page-header {
margin: 0 0 12px 0!important;
}
#oscampus.osc-container .page-header h1 {
	margin-bottom:12px;
}
.osc-course-info {
	width:45%;
	float:left;
	padding-right:5%;
}
.osc-course-info-description-full {
	width:45%;
	float:left;
	padding:2.5%;
	background: #eeeeee;
	border-radius:10px;
}
.osc-course-info-description-full p {
	color:#564fc0;
	font-size:16px!important;
	font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
}
.osc-course-info-description-full ul {
    list-style: none;
    padding-left: 0;
}

.osc-course-info-description-full ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}

.osc-course-info-description-full ul li::before {
   content: "✔";  
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #564fc0; 
    color: #fff; 
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.osc-course-info-teacher {
	padding:6px 0;
	font-size:14px;
}

.osc-course-info-released {
	padding:6px 0;
	font-size:14px;	
}
.osc-course-info-level {
	padding:6px 0;
	font-size:14px;
}
.osc-course-info-certificate {
	padding:6px 0;
	font-size:14px;
}
.osc-course-info-tags {
	padding:6px 0;
	font-size:14px;
}
.osc-course-info-teacher img, .osc-course-info-tags img, .osc-course-info-certificate img, .osc-course-info-level img, .osc-course-info-released img  {
	width:40px;
	height:40px;
	margin-right:15px;
}
@media (min-width: 968px) {
  #oscampus.osc-container .osc-course-info strong {
    width: auto!important;
    display: inline-block;
  }
}
.box-section {
	background: #eee7fe;
	gap: 30px;
	padding: 35px;
	border-radius: 20px;
	margin-bottom: 40px;
	display: flex;
	position: relative;
}
@media (max-width: 1024px) {
  .box-section {
	display:none;
}
}
/* Boxy z promocjami */
.box-promotion {
	flex: 1;
	text-align: center;
	position: relative; /* potrzebne do pseudo-elementÃ³w */
}

/* Tekst w boxach */
.box-promotion p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.1rem !important;
	font-weight: 400;
	font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
	color: #7871e2;
}

/* Pseudo-element dla ikon */
.box-promotion::before {
	content: '';
	position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #564fc0;
}

/* Konkretne ikony dla kaÅ¼dego boxa */
.box-promotion:nth-child(1)::before {
	content: "\1F3AF";
}

.box-promotion:nth-child(2)::before {
	content: "⭐";
}

.box-promotion:nth-child(3)::before {
	content: "🥇";
}
.oscampus-lesson-content {
	overflow:hidden!important;
}
h1.osc-lesson-title {
	font-family: 'Conv_Poppins-Bold', Arial, Helvetica, sans-serif !important;
	color:#564fc0;
	font-size:1.3rem!important;
}
.oscampus-lesson-files {
	margin:30px 0;
	padding: 2.5%;
	width:95%!important;
  background: #fff !important;
  box-shadow: #d7d7d7 0 0 15px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .oscampus-lesson-files a::before  {
    display: inline-block!important;
    line-height: 1!important;
    content: "\1F4C4 "!important;
	margin-right: 8px!important; 
    font-size: 1.2em!important
	color:#564fc0!important; 
  }

  .oscampus-lesson-files a::after {
    display: table;
    line-height: 0;
    content: "";
  }
}
#oscampus.osc-container .osc-section.osc-course-tabs > div:first-of-type {
  border-left-width: 0!important;
}
.osc-course-item h4 a {
	background:#564fc0;
	padding:10px 14px;
	color:#fff!important;
	position:relative;
	margin-top:10px;
	border-radius:7px;
	display:inline-block;
}
.osc-course-item h4 a:hover {
	background:#000;
}
.osc-course-image a.osc-btn {
	display:none!important;
}
/* statystyki OSG zmiany*/
a[data-course="96"] {
    display: none;
}
a[data-course="97"] {
    display: none;
}

  @media (min-width: 1200px) {
.osc-container .page-header [class*="block"] {
  float: none!important;
  min-height: 1px;
  margin-left: 0!important;
}
  }
  
  .oscampus-statistics .block2 {
 color:#333;
  }
  
  #oscampus.osc-container .osc-row-one {
  background: #fff;
  border-bottom: 0 solid #ccc;
}

/*zmiana okna zmiany hasła*/
/* Główne okno formularza */
#k2Container.k2AccountPage {
    width: 60%;
    margin: 40px auto;
    padding: 35px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

/* Tabela */
#k2Container table.admintable {
    width: 100%;
    border-collapse: collapse;
}

/* Nagłówki sekcji */
.k2ProfileHeading {
    background: #f7f7fb;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 18px;
    border-radius: 8px;
    text-align: left;
}

/* Etykiety */
#k2Container td.key {
    width: 35%;
    padding: 14px 10px;
    vertical-align: middle;
    font-weight: 600;
    color: #444;
}

/* Pola */
#k2Container td {
    padding: 14px 10px;
}

/* Inputy */
#k2Container input[type="text"],
#k2Container input[type="password"],
#k2Container input[type="email"],
#k2Container input[type="file"],
#k2Container textarea,
#k2Container select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

/* Focus */
#k2Container input:focus,
#k2Container textarea:focus,
#k2Container select:focus {
    border-color: #564fc0;
    outline: none;
    box-shadow: 0 0 0 3px rgba(86,79,192,0.15);
}

/* Przycisk */
.k2AccountPageUpdate {
    text-align: center;
    margin-top: 30px;
}

.k2AccountPageUpdate .button,
.k2AccountPageUpdate button {
    background: #564fc0;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 34px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(86,79,192,0.25);
}

/* Hover */
.k2AccountPageUpdate .button:hover,
.k2AccountPageUpdate button:hover {
    background: #453daa;
    transform: translateY(-1px);
}

/* Avatar */
.k2AccountPageImage {
    margin-top: 15px;
    max-width: 120px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

/* Mobile */
@media (max-width: 991px) {

    #k2Container.k2AccountPage {
        width: 92%;
        padding: 20px;
    }

    #k2Container td.key,
    #k2Container td {
        display: block;
        width: 100%;
        padding: 8px 0;
    }

    #k2Container tr {
        display: block;
        margin-bottom: 18px;
    }

}

.componentheading {
	color:#564fc0;
	text-align:center;
	font-size:1.8rem;
	margin:30px 0;
}

.alert-notice {
	display:none;
}
.alert-warning {
	width:60%;
	margin:20px auto;
	color:#F00;
	font-size:1.0rem;
	text-align:center;
}