/* font licznika */
@font-face {
    font-display: swap;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    src: url(../../../fonts/BebesNeue-Regular-400.woff2) format('woff2');
}

.section__header .section__title h2,
.section__header .section__title h3 {
    margin: 0;
}

/* section__V1 */
.slot {
	position: relative;
	margin-bottom: 8px;
}

.section__v1 .section__slots,
.section__v2 .section__slots {
	display: flex;
	flex-direction: column;
}

.section__v1,
.section__v2 {
	margin-bottom: 16px;
}

.section__v1 .section__slots .slot.slot__small .slot__image img,
.section__v1 .section__slots .slot.slot__small .slot__image,
.section__v2 .section__slots .slot.slot__small .slot__image img,
.section__v2 .section__slots .slot.slot__small .slot__image {
	width: 100%;
	height: 312px;
	object-fit: cover;
	object-position: center;
}

.section__v1 .section__slots .slot.slot__big .slot__image img,
.section__v1 .section__slots .slot.slot__big .slot__image,
.section__v2 .section__slots .slot.slot__big .slot__image img,
.section__v2 .section__slots .slot.slot__big .slot__image {
	width: 100%;
	height: 375px;
	object-fit: cover;
	object-position: center;
}

.section__v1 .section__slots .slot,
.section__v2 .section__slots .slot {
	width: 100%;
	height: 312px;
}

.section__v1 .section__slots .slot.slot__big,
.section__v2 .section__slots .slot.slot__big {
	display: block;
	position: relative;
	width: 100%;
	height: 375px;
}

.section__v1 .section__slots .slot.slot__small .slot__content,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content,
.section__v2 .section__slots .slot.slot__small .slot__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	min-height: 104px;
	max-height: 104px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;

}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription p,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content .slot__superscription p,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content .slot__superscription p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription p {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 8px;
	max-width: 100%;
	margin: 0 16px;
	background: #1677ff;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content .slot__title h3,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content .slot__title h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 8px;
	margin-top: 0;
}

.section__v1 .section__slots .slot.slot__big .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	width: 100%;
	padding-bottom: 8px;
	z-index: 2;
}

.section__v1 .section__slots .slot.slot__big.slot_1 .slot__content .slot__superscription p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription p {
	font-weight: 700;
	font-size: 20px;
	line-height: 21px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 24px;
	max-width: 100%;
	background: #1677ff;
	margin-bottom: 8px;
	padding: 3px 8px;
}

.section__v1 .section__slots .slot.slot__big.slot_1 .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__big.slot_1 .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big.slot_1 .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__big.slot_1 .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big.slot_1 .slot__content .slot__title h3,
.section__v2 .section__slots .slot.slot__big.slot_1 .slot__content .slot__title h3 {
	font-weight: 900;
	font-size: 30px;
	line-height: 41px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 0;
	margin: 0 8px;
	margin-top: 0;
}

.section__v1 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title a {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}

.section__v1 .section__header .section__title,
.section__v2 .section__header .section__title,
.section__v3 .section__header .section__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 8px;
	color: #000000;
	text-transform: uppercase;
}

.section__v1 .section__header .section__title h2,
.section__v2 .section__header .section__title h2,
.section__v3 .section__header .section__title h2,
.section__v1 .section__header .section__title h3,
.section__v2 .section__header .section__title h3,
.section__v3 .section__header .section__title h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-transform: uppercase;
}

.section__v1 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title a {
	margin-top: 0;
	margin-bottom: 0;
}

.section__v1 .section__header .section__links a,
.section__v2 .section__header .section__links a,
.section__v3 .section__header .section__links a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-right: 16px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.section__v3 .slot__image {
	width: 100%;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content .slot__title h3,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content .slot__title h3 {
	padding: 0 16px;
	color: #ffffff;
	text-align: left;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content .slot__superscription,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content .slot__superscription,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription {
	line-height: 0;
	position: absolute;
	bottom: 100%;
}

.section__v2.section__light .section__slots .slot.slot__small.slot__content {
	background-color: #ffffff;
}

.section__header {
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 16px;
}

.section__slots a.slot.slot_1.slot__big.type--articles .slot__superscription p {
	margin-bottom: 0;
}

.section__slots a.slot.slot_1.slot__big.type--articles .slot__title p,
.section__slots a.slot.slot_1.slot__big.type--articles .slot__title h2,
.section__slots a.slot.slot_1.slot__big.type--articles .slot__title h3 {
	margin-top: 0;
}

.section__v2.section__light .section__slots .slot.slot__small .slot__content::after,
.section__v1 .section__slots .slot .slot__content::after,
.section__v2.section__dark .section__slots .slot.slot__small .slot__content::after,
.section__v2 .section__slots .slot.slot__big .slot__content::after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, #000000 93.23%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 375px;
	z-index: -1;
}

.section__v2.section__light .section__slots .slot.slot__small .slot__content::after {
	background: #ffffff;
	height: 104px;
}

.section__v2.section__dark .section__slots .slot.slot__small.slot_4 .slot__content::after,
.section__v2.section__dark .section__slots .slot.slot__small.slot_5 .slot__content::after {
	background: #ffffff;
	height: 104px;
}


.section__v2.section__light .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2.section__light .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v2.section__light .section__slots .slot.slot__small .slot__content .slot__title h3 {
	color: #000000;
	font-size: 20px;
}

.section__v2.section__dark .section__slots .slot.slot__small.slot_4 .slot__content .slot__title p,
.section__v2.section__dark .section__slots .slot.slot__small.slot_5 .slot__content .slot__title p,
.section__v2.section__dark .section__slots .slot.slot__small.slot_4 .slot__content .slot__title h2,
.section__v2.section__dark .section__slots .slot.slot__small.slot_5 .slot__content .slot__title h2,
.section__v2.section__dark .section__slots .slot.slot__small.slot_4 .slot__content .slot__title h3,
.section__v2.section__dark .section__slots .slot.slot__small.slot_5 .slot__content .slot__title h3 {
	color: #000000;
	font-size: 20px;
}

.section__links {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	width: auto;
	max-height: 186px;
	margin-bottom: 8px;
	overflow-y: hidden;
	appearance: none;
	scrollbar-width: none;
}

.slot__superscription p {
	display: inline;
}

.slot__superscription {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 335px;
	padding: 0;
	padding-left: 4px;
	color: white;
}

/* /section__V1 */
.section__links::-webkit-scrollbar {
	display: none;
}

@media (min-width: 500px) {
	.section__v1 .section__slots .slot,
	.section__v2 .section__slots .slot {
		width: 100%;
		height: auto;
		min-height: 400px;
	}
}


/* section v4 */
.section__v4 {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin-bottom: 24px;
}

.article-layout .section__v4 {
	padding: 0;
}

.section__v4 .section__header {
	margin-bottom: 8px;
	margin-top: 8px;
	padding-left: 0;
}

.section__v4 .section__title,
.section__v4 .section__title h2,
.section__v4 .section__title h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1677ff;
}

.section__v4 .section__slots .slot_container {
    border-bottom: 1px dashed #999;
}

.section__v4 .section__slots .slot_container:last-of-type {
    border-bottom: 0 !important;
}

.section__v4 .section__slots a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 8px 0;
}

/* /section v4 */


/* /section v3 */

.section__v3 .slot {
	display: flex;
	height: 312px;
}

.section__v3 .slot__image img {
	height: 312px;
	object-fit: cover;
	width: 100%;
}

.section__v3 .slot__content {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 104px;
	max-height: 104px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background: #ffffff;
	width: 100%;
	z-index: 99;
}

.section__v3 .slot__title p,
.section__v3 .slot__title h2,
.section__v3 .slot__title h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 16px;
}

.section__v3 .slot__superscription {
    position: absolute;
    bottom: 100%;
    line-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 0;
}

.section__v3 .slot__superscription p {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 8px;
	margin: 0 16px;
    max-width: 90%;
    background-color: #1677ff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* section__v5 */
.section__v5 {
    background-color: #222;
    margin-bottom: 16px;
    padding: 0 16px;
}

.section__v5 .section__header {
    padding-top: 16px;
    padding-left: 0;
}

.section__v5 .section__header .section__title,
.section__v5 .section__header .section__title a,
.section__v5 .section__header .section__title h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    max-width: 90vw;
    max-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.section__v5 .section__slots {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 16px;
}

.section__v5 .section__slots .slot__image img,
.section__v5 .section__slots .slot__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 300/250;
    object-fit: cover;
}

.section__v5 .section__slots>a .slot__content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section__v5 .section__slots>a .slot__content::after {
    content: "";
    background: linear-gradient(180deg,rgba(196,196,196,0) 31.4%,rgba(0,0,0,0.6) 73.84%,#000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section__v5 .section__slots > a .slot__content .slot__superscription p {
	display: inline;
    padding: 0 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #1677ff;
}

.section__v5 .section__slots > a .slot__content .slot__superscription p:empty {
    display: none;
}

.section__v5 .section__slots > a .slot__content .slot__superscription {
    position: absolute;
    bottom: 114px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 16px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
}

.section__v5 .section__slots > a .slot__content .slot__title {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 98px;
    color: #FFFFFF;
}

.section__v5 .section__slots > a .slot__content .slot__title p,
.section__v5 .section__slots > a .slot__content .slot__title h2,
.section__v5 .section__slots > a .slot__content .slot__title h3 {
    margin: 0 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section__v5 .section__slots > a {
	position: relative;
	margin-bottom: 24px;
}
/* /section__v5 */

/* schedule video section */
.schedule__video__container {
	position: relative;
    background-color: #222222;
    overflow: hidden;
    padding: 0 8px;
}

.schedule__video__container::after {
	position: absolute;
	display: block;
	content: '';
	width: 72px;
	height: 64px;
	top: 40px;
	right: 0;
	background: linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0.15) 100%);
	transform: rotate(-180deg);
}

.schedule__video__container .schedule__header {
    display: flex;
    align-items: baseline;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.schedule__video__container .schedule__header .schedule__red_dot {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ED2125;
    border-radius: 50%;
    animation: pulse 2s infinite;
    margin-left: 4px;
}

@keyframes pulse {
	0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 8px #ED2125BF;
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 0px #ED2125;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 8px #ED2125BF;
    }
}

.schedule__video__container .schedule__header .schedule__info {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1677ff;
	margin: 0 0 0 8px;
}

.schedule__video__container .schedule__header .schedule__weekday {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: lowercase;
    margin: 8px 0 0 8px;
}

.schedule__video__container .schedule__streams {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    height: 56px;
}

.schedule__video__container .schedule__streams .stream__container {
    color: #FFFFFF;
    height: 48px;
    width: auto;
    min-width: 120px;
    margin-right: 16px;
    overflow: hidden;
    text-decoration: none;
}

.schedule__video__container .schedule__streams .stream__container .stream_time_start {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.schedule__video__container .schedule__streams .stream__container .stream_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
}
/* /schedule video section */

/* section with countdown */
.countdown__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
}

.countdown__container .countdown__description p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #000000;
    margin: 8px 0;
    word-wrap: break-word;
}

.countdown__timer {
    display: flex;
    width: 100%;
    justify-content: center;
}

.countdown__timer p {
	font-family: 'Bebas Neue', "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    min-width: 50vw;
    white-space: pre;
}

.countdown__timer p span {
	font-size: 18px;
	font-weight: 400;
	line-height: 14px; 
	text-transform: uppercase;
}
/* /section with countdown */

/* section v6 */
.section__v6 {
	position: relative;
}
.section__container.section__v6 img {
	max-width: 100%;
	height: auto;
}
.section__v6 .section__slots .slot_6 .slot__content,
.section__v6 .section__slots .slot_7 .slot__content,
.section__v6 .section__slots .slot_8 .slot__content,
.section__v6 .section__slots .slot_9 .slot__content{
    background: white;
} 

.section__v6 .section__slots .slot_2 .slot__content:after,
.section__v6 .section__slots .slot_3 .slot__content:after,
.section__v6 .section__slots .slot_4 .slot__content:after,
.section__v6 .section__slots .slot_5 .slot__content:after{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, #000000 93.23%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 312px;
    z-index: -1;
}
.section__v6 .section__slots .slot_1 .slot__content,
.section__v6 .section__slots .slot_2 .slot__content,
.section__v6 .section__slots .slot_3 .slot__content,
.section__v6 .section__slots .slot_4 .slot__content,
.section__v6 .section__slots .slot_5 .slot__content{
	position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    padding-bottom: 8px;
    z-index: 2;
}
.section__v6 .section__slots .slot_6 .slot__content,
.section__v6 .section__slots .slot_7 .slot__content,
.section__v6 .section__slots .slot_8 .slot__content,
.section__v6 .section__slots .slot_9 .slot__content{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    min-height: 104px;
    max-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}
.section__v6 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot__small .slot__content .slot__title h3 {
    padding: 0 16px;
    text-align: left;
}
.section__v6 .section__slots .slot.slot_1 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_1 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_1 .slot__content .slot__title h3 {
    font-size: 30px;
	color: white;
	padding: 0 16px;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section__v6 .section__slots .slot .slot__content .slot__title p,
.section__v6 .section__slots .slot .slot__content .slot__title h2,
.section__v6 .section__slots .slot .slot__content .slot__title h3 {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section__v6 .section__slots .slot.slot_2 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_3 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_4 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_5 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_2 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_3 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_4 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_5 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_2 .slot__content .slot__title h3,
.section__v6 .section__slots .slot.slot_3 .slot__content .slot__title h3,
.section__v6 .section__slots .slot.slot_4 .slot__content .slot__title h3,
.section__v6 .section__slots .slot.slot_5 .slot__content .slot__title h3 {
	font-size: 24px;
	color: white;
	font-weight: 700;
}
.section__v6 .section__slots .slot.slot_6 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_7 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_8 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_9 .slot__content .slot__title p,
.section__v6 .section__slots .slot.slot_6 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_7 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_8 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_9 .slot__content .slot__title h2,
.section__v6 .section__slots .slot.slot_6 .slot__content .slot__title h3,
.section__v6 .section__slots .slot.slot_7 .slot__content .slot__title h3,
.section__v6 .section__slots .slot.slot_8 .slot__content .slot__title h3,
.section__v6 .section__slots .slot.slot_9 .slot__content .slot__title h3 {
	font-size: 20px;
	color: #222;
	font-weight: 700;
	margin-top: 0;
}
.section__v6 .section__slots .slot {
	position: relative;
	display: flex;
	margin-bottom: 8px;
	width: 100%;
    height: 312px
}
.section__v6 .section__slots .slot.slot__big {
    display: block;
    position: relative;
    width: 100%;
    height: 375px;
}
.section__v6 .section__slots .slot.slot__small .slot__image{
	width: 100%;
    height: 312px;
    object-fit: cover;
    object-position: center;
}
.section__v6 .section__slots .slot.slot__big .slot__image{
	width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: center;
}
.section__v6 .section__slots .slot.slot__small .slot__image img{
	height: 312px;
	object-fit: cover;
}
.section__v6 .section__slots .slot.slot__big .slot__image img{
	height: 375px;
	object-fit: cover;
}
.section__v6 .section__slots .slot.slot__big .slot__content::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, #000000 93.23%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 375px;
    z-index: -1;
}

 .section__v6 .section__slots .slot.slot__big .slot__content .slot__superscription p {
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 24px;
    max-width: 100%;
    background: #1677ff;
    margin-bottom: 8px;
    padding: 3px 8px;
}
.section__v6 .section__slots .slot.slot__small .slot__content .slot__superscription p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 2px 8px;
    max-width: 100%;
    margin: 0 16px;
    background: #1677ff;
}
.section__v6 .section__slots .slot.slot__small .slot__content .slot__superscription {
    line-height: 0;
    position: absolute;
    bottom: 100%;
	left: 0;
}

/* result panel */
.results-panel__items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
	justify-content: center;
	padding-bottom: 16px;
}
span.results-panel__item-distinction {
	font-family: 'Bebas Neue', "Noto Sans", Arial, Helvetica, sans-serif;
	color: #000000;
    font-size: 25px;
    line-height: 46px;
}
span.results-panel__item-description {
	font-family: 'Bebas Neue', "Noto Sans", Arial, Helvetica, sans-serif;
	color: #000000;
    font-size: 16px;
    line-height: 32px;
	line-height: 15px;
    display: inline-block;
    max-width: -moz-min-content;
    max-width: min-content;
}
.results-panel__label {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}
.results-panel__item {
    margin: 0 8px;
}
.results-panel__label span {
	color: #000000;
    font-size: 14px;
}

/* Button 'wiecej' dla sekcji */
.section__more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto 40px;
}
.section__more-button .more-button {
    display: flex;
    justify-content: center;
    align-items: center;
	min-width: 80px;
    width: fit-content;
    min-height: 40px;
   	padding: 4px 16px;
    border: 1px solid var(--color-main, #1677ff);
    background-color: var(--color-main, #1677ff);
    color: var(--color-white, #FFFFFF);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
	border-radius: 8px;
	text-decoration: none;
	box-sizing: border-box;
}
/* /Button 'wiecej' dla sekcji */

.section__container.content-visibility-auto {
	content-visibility: auto;
}

/* sekcja hero */
.section__hero.section__container {
    position: relative;
    margin: 0 -16px 24px -16px
}
.section__hero.section__container .slot__image,
.section__hero.section__container .slot__image figure {
    aspect-ratio: 1.5 / 1;
}
.section__hero.section__container .slot__image {
    position: relative;
    z-index: 1;
}
.section__hero.section__container .slot__image::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%), #d3d3d30a 50% / cover no-repeat;
    z-index: 0;
}
.section__hero.section__container .slot__image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.section__hero.section__container .slot__content {
    position: relative;
    left: 0;
    top: -40px;
    padding: 16px 16px 0 16px;
    background: linear-gradient(180deg,rgba(0,0,0,0.00) 0,#000 85%);
}
.section__hero.section__container .slot__content .slot__superscription {
    position: relative;
    width: fit-content;
    border-radius: 12px;
    z-index: 1;
}
.section__hero.section__container .slot__content .slot__superscription p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding: 0 8px;
    text-transform: uppercase;
    color: var(--color-text-small-superscription,#fff);
    background-color: unset;
    border: 1px solid var(--color-border-superscription,#000)
}
.section__hero.section__container .slot__content .slot__title {
    position: relative;
    z-index: 1;
}
.section__hero.section__container .slot__content .slot__title p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: var(--color-slot-title,#fff)
}
/* /sekcja hero */