.subtext{
font-size: 20px;
	color: #000000;
	font-weight: 300;
}
.video-item .info {
  font-size: 16px;
}
.video-item .title {
  font-size: 16px;
}
h3, .h3 {
  font-size: 3rem;
}

#recent-vod h3{
  font-size: 22px;
}
.section-description {
  margin-top: 20px;
  margin-bottom: 20px;
  background: url("../img/line1") repeat-x bottom center;
  padding-bottom: 20px;
  color: #073A96;
}
#invitation .list-item {
  display: block;
}
.stand-page .swiper-progress-bar {
  height: 8px;
}
.breadcrumbs {
  padding-top: 30px;
}
.margin_login{
  margin-left: 50px;
  margin-right: 50px;
}

.reprint {
  background: #072e75;
//  height: 150px;
  color: #FFFFFF;
}
.baner{
	margin-top: 30px;
	margin-bottom:30px;
}
.title-reprint{
font-size: 14px;
	color: #00B3E0;
margin-top: 30px;
margin-bottom: 1px;
}
.text-reprint{
font-size: 20px;
}
.stand-page {
  padding-bottom: 20px;
  margin-bottom: -40px;
  background-color: #ffffff;
}
.iframe_prezentacja {
  justify-content: center;
  width: 100%;
  min-height: 200px;
  border: 0 none;
  overflow: hidden;
//  position: absolute;
  top: 0;
  left: 0;
}
.video2 {
  background: url("../img/bg_video_grey.png") repeat-x center 20px;
}
.video3 {
  background: url("../img/bg_video_3.png") repeat-x center 20px;
	background-size: cover;
	min-height: 1100px;
}
.page .video2 .player {
  padding: 20px;
  background: url("../img/page-bg-player.png") no-repeat center center;
  background-size: cover;
}
.text-col2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.text2 {
  color: #fff;
	margin-top: 1rem;
  font-size: 16px;
  font-weight: 400;
}
.text3{
  color: #073A96;
  font-size: 20px;
  font-weight: 700;
}
.text4{
  color: #DC064A;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.text5{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px;
  margin-right: 10px;
}
.bg_title{
  background: url("../img/bg_title.png") no-repeat center 0px;
	background-size: contain;
	margin-left: 6px;
	margin-right: 6px;
  padding: 10px;

}
.remember{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	}
@media (min-width: 768px) {
.video-center { 
//	max-width: 50%; 
//  transform: translate( 50%);
	}
	.video-center_3 { 
//	max-width: 50%; 
//  transform: translate( 50%);
	margin-top: 100px;
	}
	.video-center_4 { 
//	max-width: 50%; 
//  transform: translate( 50%);
	margin-top: 20px;
	}
.iframe_prezentacja {
  justify-content: center;
  width: 100%;
  height: 700px;
  border: 0 none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
	.content .main-banner2 {
  padding-top: 62%;
  margin-bottom: 40px;
  position: relative;
}
}
#footer .info_main {
  color: #0B2621;
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 768px) {
#footer .ref-number .container {
  text-align: center;
}
#footer .col-wrapper {
  margin-top: 10px;
}
#footer .info {
  text-align: center;
}
#footer .second-col {
  justify-content: center;
}
#footer .info {
  display: inline;
	}
		
.video2 {
  background: url("../img/bg_video_grey.png") repeat-x center 20px;
	background-size: cover;
}
	.video3 {
  background: url("../img/bg_video_m.png") repeat-x center 20px;
	background-size: cover;
	min-height: 780px;
}
}
.section_title {
	font-size: 3rem;
//  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 3%;
}
.title_top{
	padding-top: 40px;
//	padding-bottom: 20px;
}
hr.line_sep {
  background-color: white;
  width: 92%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin_txt_black {
  margin-left: 16%;
  margin-right: 16%; 
  color: black !important;
}
.section_subtitle {
	font-size: 1.5rem;
  padding-bottom: 40px;
  font-weight: 500;
  color: #ffffff;
}
#co-przygotowalismy .title {
	margin-top: 20px;
}
@media only screen and (min-width: 960px) {
.margin_subtitle{
margin-left: 15px;
}
}
.margin_txt{
  margin-left: 6%;
  margin-right: 6%;
}
#co-przygotowalismy .name_2 {
color: #08312A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}

.event {
color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.cookie-popup {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.08);
    display: none;
}

.cookie-popup-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookie-popup-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    flex: 1;
}

.cookie-popup-text a {
    color: #32837d;
    font-weight: 600;
    text-decoration: underline;
}

.cookie-popup .btn {
    background-color: #32837d;
    border-color: #32837d;
    border-radius: 999px;
    padding: 10px 24px;
    white-space: nowrap;
}

.cookie-popup .btn:hover {
    background-color: #286b66;
    border-color: #286b66;
}

@media (max-width: 768px) {
    .cookie-popup-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-popup .btn {
        width: 100%;
    }
}