/*!
 * -- global styles (cms css integration file) -- :: v.: 0.2 20/04/22 @vlk
 * Copyright (C) QUERCUS, https://qrqs.eu
 */
/* reset styles :: v.: 0.01 r.: 15/04/2022 @ vlk */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;
/*-webkit-transform: translate3d(0,0,1px);-moz-transform: translate3d(0,0,1px);-ms-transform: translate3d(0,0,1px);-o-transform: translate3d(0,0,1px);transform: translate3d(0,0,1px);*/
}
a {margin: 0; padding: 0; border: 0; font-size: 100%;}
img {padding: 0; border: 0; outline: 0; font-size: 100%; max-width: 100%;}
article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {display: block;}
audio, canvas, embed, keygen, meter, progress, video {display: inline-block;}
[hidden] {display: none;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 1px dotted #000;}
.ie body:focus, .ie section:focus, .ie div:focus {outline: none;}
ins {background-color: #ff9; color: #000; text-decoration: none;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
table {font-size: 100%;}

/* fonts styles :: v.: 0.01 r.: 19/04/2022 @ vlk */

@font-face {
	font-family: "Rajdhani";
	src: url("/.templates/css/fonts/Rajdhani-Bold.ttf") format("truetype"),
		url("/.templates/css/fonts/Rajdhani-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Rajdhani Bold";
	src: url("/.templates/css/fonts/Rajdhani-Bold.ttf") format("truetype"),
		url("/.templates/css/fonts/Rajdhani-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Rajdhani Regular";
	src: url("/.templates/css/fonts/Rajdhani-Regular.ttf") format("truetype"),
		url("/.templates/css/fonts/Rajdhani-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Rajdhani Medium";
	src: url("/.templates/css/fonts/Rajdhani-Medium.ttf") format("truetype"),
		url("/.templates/css/fonts/Rajdhani-Medium.ttf") format("truetype");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "Rajdhani Light";
	src: url("/.templates/css/fonts/Rajdhani-Light.ttf") format("truetype"),
		url("/.templates/css/fonts/Rajdhani-Light.ttf") format("truetype");
	font-weight: normal;
	font-display: swap;
}
/* default styles :: v.: 0.01 r.: 20/04/2022 @ vlk */

:root {
	--main: #fff;
	--black: #000;
	--gold: #CCA34A;
	--red: #AD180F;
	--grey: #efeeed;
	--white: #fff;
}
*, *::before, *::after{
	box-sizing:border-box;
}
html {
	overflow-y: scroll;
	font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
	-moz-transform-origin: top;
    -o-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
	zoom: 1
}

html {height: 100%;}
body {min-height: 100%; color: var(--main); font-family: "Rajdhani Bold", Arial, sans-serif; font-size: 100%; text-align: left;}
.ie body {color: #201c17;}

/*#page-wrapper main {
	-webkit-transform: translate3d(0,0,1px);
    -moz-transform: translate3d(0,0,1px);
    -ms-transform: translate3d(0,0,1px);
    -o-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px)
}*/

.hidden {display: none !important;}
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}
::-webkit-scrollbar-thumb {
    background: var(--gold);
}
::-webkit-scrollbar-track {
    background-color: #ddd;
}

/* IE9+ needs this */
main {display: block;}
table, table td {font-family: "Rajdhani Regular", Arial, sans-serif; font-size: 1.2rem; color: var(--black-color);}
.firefox table, .firefox table td {font-size: 1.2rem;}/* because on Firefox there is strange rendering bug that seems to appear only when font-size = 16px (white vertical border appears between some cells) */
.edge table, .edge table.default {box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);}
.ie table, .ie table td {color: #201c17;}
table table {border: 0; border-collapse: collapse; box-shadow: none;}
table, table.default {border-collapse: separate; border-spacing: 0; border-radius: 4px; overflow: hidden; box-shadow: 0 1px 2px 0 #0003; transition: .4s;}
table:hover {box-shadow: 0 0 0 0 #0003; transition: .4s;}
table td, table thead td, table thead th {border-bottom: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4;}
table th, table thead td {}
table td:first-child {border-left: 1px solid #d4d4d4;}
table td {line-height: 1.5;}
table thead tr:first-child td, table thead tr:first-child th, table tbody:first-child tr:first-child td {border-top: 1px solid #d4d4d4;}
table thead td:first-child, table thead th:first-child {border-left: 1px solid #d4d4d4;}
table thead td:last-child, table thead th:first-child {border-right: 1px solid #d4d4d4;}
table thead tr:first-child td:first-child, table thead tr:first-child th:first-child, table tbody:first-child tr:first-child td:first-child, table > tr:first-child td:first-child {border-top-left-radius: 4px;}
table thead tr:first-child td:last-child, table thead tr:first-child th:last-child, table tbody:first-child tr:first-child td:last-child, table > tr:first-child td:first-child {border-top-right-radius: 4px;}
table tbody tr:last-child td:first-child, table > tr:last-child td:first-child {border-bottom-left-radius: 4px;}
table tbody tr:last-child td:last-child, table > tr:last-child td:last-child {border-bottom-right-radius: 4px;}

td {padding: 0;}
hr {height: 1px; background-color: #ccc; border: 0; font-size: 1px; line-height: 1;}

body ::selection {background: var(--gold); color: var(--black);}
body ::-moz-selection {background: var(--gold); color: var(--black);}

/*
@media (max-width: 1160px){
    html {font-size: 9px;}
}
@media (max-width: 1024px){
    html {font-size: 8px;}
}
@media (max-width: 768px){
    html {font-size: 7px;}
}
@media (max-width: 414px){
    html {font-size: 6px;}
}
*/
/* text styles :: v.: 0.03 r.: 13/07/2022 @ vlk */

p {margin: 0.21em 0; color: var(--main); font-family: "Rajdhani Regular", Arial, sans-serif; line-height: 3rem; font-size: 2.4rem; letter-spacing: 0.05em;}
.small-p p {font-size: 1.5rem; font-family: "Rajdhani Bold", Arial, sans-serif; line-height: 1.7rem;}
.sm-p p {font-size: 1.5rem; line-height: 1.7rem;}
.ie p {color: #201c17;}
p span {line-height: 1.5}
pre {white-space: break-spaces;}
a {color: var(--main); font-size: 1.5rem; font-family: "Rajdhani Regular", Arial, sans-serif; line-height: 1.7rem; text-decoration: underline; cursor: pointer; transition: .4s; text-shadow: none; outline: 4px dashed transparent; outline-offset: 5px; transition: outline-offset .2s; opacity: 1;}
.ie a {color: #4c4c4c;}
a:link {}
a:visited {}
a:not(.button):hover {
    opacity: 0.8;
	transition: opacity .4s;
}
a img {border: none;}
a.clean {text-decoration: none;}
a:focus {
    outline-width: 0;
    outline-style: solid;
    outline-color: transparent;
    outline-offset: 0;
}
.all-link {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    color: transparent !important;
	z-index: 1;
}

.text a, .text a strong, .text a b, .text-box a, .text-box a strong, .text-box a b {color: var(--gold); font-size: 100%;}
.text li, .text-box li, .text-box li *, .text li * {font-size: 2.4rem; line-height: 3rem;}

h1, h2, h3, h4, h5, h6 {color: var(--main); text-transform:uppercase; line-height: initial;}
h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {color: var(--black);}
.ie h1, .ie h2, .ie h3, .ie h4, .ie h5, .ie h6 {color: #201c17; text-transform:uppercase;}

.b-white *, .b-t * {color: var(--black)}
.b-red *, .b-black * {color: var(--white)}

h1 {font-size: 6rem; font-family: "Rajdhani Bold", Arial, sans-serif; letter-spacing: 0.05em; color: var(--main); line-height: 6.5rem;}
h2 {font-size: 3rem; font-family: "Rajdhani Bold", Arial, sans-serif; letter-spacing: 0.05em; color: var(--main);}
h3 {font-size: 2.8rem; font-family: "Rajdhani Bold", Arial, sans-serif; color: var(--main); letter-spacing: 0.05em; line-height:1;} 
h4 {font-size: 2.5rem; line-height: 3.6rem; font-family: "Rajdhani Bold", Arial, sans-serif; color: var(--main); letter-spacing: 0.05em;}
h5 {font-size: 2rem;font-family: "Rajdhani Bold", Arial, sans-serif; color: var(--main); letter-spacing: 0.05em;line-height:1;}
h6 {font-size: 1.8rem;font-family: "Rajdhani Medium", Arial, sans-serif; letter-spacing: 0.05em}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {line-height: inherit;}

.big-h h1 {font-size: 8rem;}
.big-h h2 {font-size: 5rem;}
.big-h h3 {font-size: 3rem;}
.big-h h4 {font-size: 2.8rem;}
.big-h h5 {font-size: 2.5rem;}

.small-h h1 {font-size: 3rem;}
.small-h h2 {font-size: 2.8rem;}
.small-h h3 {font-size: 2.5rem;}
.small-h h4 {font-size: 2rem;}
.small-h h5 {font-size: 1.8rem;}
.small-h h6 {font-size: 1.5rem;}

.custom-big span {font-size: 8rem;}
.custom-small h1 {font-size: 3.6rem;}
.tag {font-size:1.5rem; font-family: "Rajdhani Bold", Arial, sans-serif; letter-spacing: 0.05em}

ul, ol {margin: .22rem 0; padding: 0 0 0 .5rem; color: var(--main-text-color); line-height: 1.5; font-size: 1.2rem;}
.ie ul, .ie ol {color: #201c17;}
li {margin: 0; font-size: 1.5rem; line-height: 1.7rem;}
ul li {padding: 0;}
ul span, ol span, li p {line-height: 1.7rem;}
strong, b {font-family: "Rajdhani", Arial, sans-serif; font-weight: bold; letter-spacing: -.2px;}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b {font-family: "Rajdhani Bold", Arial Black, sans-serif; font-weight: normal;}

.ta-center {text-align: center}
.ta-left {text-align: left}
.ta-right {text-align: right}

@media (max-width: 992px){
  	section h1 {
  		font-size: 5rem;
		line-height: 5rem
	}
}
@media (max-width: 768px){
	section h1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	p {
		font-family: "Rajdhani Medium", Arial, sans-serif;
	}
	p, .text p, .text p *, .text-box p, .text-box p * {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.text li, .text-box li, .text-box li *, .text li * {
		font-size: 1.6rem; 
		line-height: 2.4rem;
	}
}
/* grid styles :: v.: 0.02 r.: 12/05/2022 @ vlk */

.row {display: flex; flex-wrap: wrap;}
.row > * {box-sizing: border-box; flex-shrink: 0; width: 100%; max-width: 100%;}
.col {flex: 1 0 0%;}

.col-auto {flex: 0 0 auto;width: auto;}
.col-1 {flex: 0 0 auto;width: 8.33333333%;}
.col-1_5 {flex: 0 0 auto;width: 12.5%;}
.col-1_7 {flex: 0 0 auto;width: 14.2857143%;}
.col-2 {flex: 0 0 auto;width: 16.66666667%;}
.col-2_5 {flex: 0 0 auto;width: 20%;}
.col-3 {flex: 0 0 auto;width: 25%;}
.col-4 {flex: 0 0 auto;width: 33.33333333%;}
.col-5 {flex: 0 0 auto;width: 41.66666667%;}
.col-6 {flex: 0 0 auto;width: 50%;}
.col-7 {flex: 0 0 auto;width: 58.33333333%;}
.col-8 {flex: 0 0 auto;width: 66.66666667%;}
.col-9 {flex: 0 0 auto;width: 75%;}
.col-10 {flex: 0 0 auto;width: 83.33333333%;}
.col-11 {flex: 0 0 auto;width: 91.66666667%;}
.col-12 {flex: 0 0 auto;width: 100%;}

.col-set-1 .col-set {flex: 0 0 auto;width: 100%;}
.col-set-2 .col-set {flex: 0 0 auto;width: 50%;}
.col-set-3 .col-set {flex: 0 0 auto;width: 33.33333333%;}
.col-set-4 .col-set {flex: 0 0 auto;width: 25%;}
.col-set-5 .col-set {flex: 0 0 auto;width: 20%;}
.col-set-6 .col-set {flex: 0 0 auto;width: 16.66666667%;}
.col-set-7 .col-set {flex: 0 0 auto;width: 14.2857143%;}
.col-set-8 .col-set {flex: 0 0 auto;width: 12.5%;}
.col-set-9 .col-set {flex: 0 0 auto;width: 11.1111111%;}
.col-set-10 .col-set {flex: 0 0 auto;width: 10%;}

.col-box-1 .col-box, .col-box-2 .col-box {flex: 0 0 auto;width: 50%;}
.col-box-1 .col-box h2, .col-box-2 .col-box h2 {font-size: 3rem;}

@media (min-width: 576px){
  .col-sm {flex: 1 0 0%;}
  .col-sm-auto {flex: 0 0 auto;width: auto;}
  .col-sm-1 {flex: 0 0 auto;width: 8.33333333%;}
  .col-sm-2 {flex: 0 0 auto;width: 16.66666667%;}
  .col-sm-3 {flex: 0 0 auto;width: 25%;}
  .col-sm-4 {flex: 0 0 auto;width: 33.33333333%;}
  .col-sm-5 {flex: 0 0 auto;width: 41.66666667%;}
  .col-sm-6 {flex: 0 0 auto;width: 50%;}
  .col-sm-7 {flex: 0 0 auto;width: 58.33333333%;}
  .col-sm-8 {flex: 0 0 auto;width: 66.66666667%;}
  .col-sm-9 {flex: 0 0 auto;width: 75%;}
  .col-sm-10 {flex: 0 0 auto;width: 83.33333333%;}
  .col-sm-11 {flex: 0 0 auto;width: 91.66666667%;}
  .col-sm-12 {flex: 0 0 auto;width: 100%;}
}
@media (min-width: 768px){
  .col-md {flex: 1 0 0%;}
  .col-md-auto {flex: 0 0 auto;width: auto;}
  .col-md-1 {flex: 0 0 auto;width: 8.33333333%;}
  .col-md-2 {flex: 0 0 auto;width: 16.66666667%;}
  .col-md-3 {flex: 0 0 auto;width: 25%;}
  .col-md-4 {flex: 0 0 auto;width: 33.33333333%;}
  .col-md-5 {flex: 0 0 auto;width: 41.66666667%;}
  .col-md-6 {flex: 0 0 auto;width: 50%;}
  .col-md-7 {flex: 0 0 auto;width: 58.33333333%;}
  .col-md-8 {flex: 0 0 auto;width: 66.66666667%;}
  .col-md-9 {flex: 0 0 auto;width: 75%;}
  .col-md-10 {flex: 0 0 auto;width: 83.33333333%;}
  .col-md-11 {flex: 0 0 auto;width: 91.66666667%;}
  .col-md-12 {flex: 0 0 auto;width: 100%;}
}
@media (min-width: 992px){
  .col-lg {flex: 1 0 0%;}
  .col-lg-auto {flex: 0 0 auto;width: auto;}
  .col-lg-1 {flex: 0 0 auto;width: 8.33333333%;}
  .col-lg-2 {flex: 0 0 auto;width: 16.66666667%;}
  .col-lg-3 {flex: 0 0 auto;width: 25%;}
  .col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}
  .col-lg-5 {flex: 0 0 auto;width: 41.66666667%;}
  .col-lg-6 {flex: 0 0 auto;width: 50%;}
  .col-lg-7 {flex: 0 0 auto;width: 58.33333333%;}
  .col-lg-8 {flex: 0 0 auto;width: 66.66666667%;}
  .col-lg-9 {flex: 0 0 auto;width: 75%;}
  .col-lg-10 {flex: 0 0 auto;width: 83.33333333%;}
  .col-lg-11 {flex: 0 0 auto;width: 91.66666667%;}
  .col-lg-12 {flex: 0 0 auto;width: 100%;}
}
@media (min-width: 1200px){
  .col-xl {flex: 1 0 0%;}
  .col-xl-auto {flex: 0 0 auto;width: auto;}
  .col-xl-1 {flex: 0 0 auto;width: 8.33333333%;}
  .col-xl-2 {flex: 0 0 auto;width: 16.66666667%;}
  .col-xl-3 {flex: 0 0 auto;width: 25%;}
  .col-xl-4 {flex: 0 0 auto;width: 33.33333333%;}
  .col-xl-5 {flex: 0 0 auto;width: 41.66666667%;}
  .col-xl-6 {flex: 0 0 auto;width: 50%;}
  .col-xl-7 {flex: 0 0 auto;width: 58.33333333%;}
  .col-xl-8 {flex: 0 0 auto;width: 66.66666667%;}
  .col-xl-9 {flex: 0 0 auto;width: 75%;}
  .col-xl-10 {flex: 0 0 auto;width: 83.33333333%;}
  .col-xl-11 {flex: 0 0 auto;width: 91.66666667%;}
  .col-xl-12 {flex: 0 0 auto;width: 100%;}
}
@media (min-width: 1400px){
  .col-xxl {flex: 1 0 0%;}
  .col-xxl-auto {flex: 0 0 auto;width: auto;}
  .col-xxl-1 {flex: 0 0 auto;width: 8.33333333%;}
  .col-xxl-2 {flex: 0 0 auto;width: 16.66666667%;}
  .col-xxl-3 {flex: 0 0 auto;width: 25%;}
  .col-xxl-4 {flex: 0 0 auto;width: 33.33333333%;}
  .col-xxl-5 {flex: 0 0 auto;width: 41.66666667%;}
  .col-xxl-6 {flex: 0 0 auto;width: 50%;}
  .col-xxl-7 {flex: 0 0 auto;width: 58.33333333%;}
  .col-xxl-8 {flex: 0 0 auto;width: 66.66666667%;}
  .col-xxl-9 {flex: 0 0 auto;width: 75%;}
  .col-xxl-10 {flex: 0 0 auto;width: 83.33333333%;}
  .col-xxl-11 {flex: 0 0 auto;width: 91.66666667%;}
  .col-xxl-12 {flex: 0 0 auto;width: 100%;}
}
.d-inline {display: inline;}
.d-inline-block {display: inline-block;}
.d-block {display: block;}
.d-grid {display: grid;}
.d-table {display: table;}
.d-table-row {display: table-row;}
.d-table-cell {display: table-cell;}
.d-flex {display: flex;}
.d-inline-flex {display: inline-flex;}
.d-none {display: none;}
.f-row {flex-direction: row;}
.f-column {flex-direction: column;}
.f-row-reverse {flex-direction: row-reverse;}
.f-column-reverse {flex-direction: column-reverse;}
.f-inherit{flex-direction: inherit;}
.f-wrap {flex-wrap: wrap;}
.f-nowrap {flex-wrap: nowrap;}
.f-wrap-reverse {flex-wrap: wrap-reverse;}
.ff-column {flex-flow: column;}
.ff-nowrap {flex-flow: nowrap;}
.jc-start {justify-content: flex-start;}
.jc-end {justify-content: flex-end;-webkit-justify-content: flex-end;}
.jc-right {justify-content: right;}
.jc-center {justify-content: center;}
.jc-between {justify-content: space-between;}
.jc-around {justify-content: space-around;}
.jc-evenly {justify-content: space-evenly;}
.ai-start {align-items: flex-start;}
.ai-end {align-items: flex-end;-webkit-align-items: flex-end;}
.ai-center {align-items: center;}
.ai-baseline {align-items: baseline;}
.ai-stretch {align-items: stretch;}
.ac-start {align-content: flex-start;}
.ac-end {align-content: flex-end;}
.ac-center {align-content: center;}
.ac-between {align-content: space-between;}
.ac-around {align-content: space-around;}
.ac-stretch {align-content: stretch;}
.js-auto {align-self: auto;}
.js-start {align-self: flex-start;}
.js-end {align-self: flex-end;}
.js-center {align-self: center;}
.js-baseline {align-self: baseline;}
.js-stretch {align-self: stretch;}
.h-100 {height: 100%;}
.h-75 {height: 75%;}
.h-50 {height: 50%;}
.h-25 {height: 25%}
.w-100 {width: 100%;}
.w-70 {width: 70%;}
.w-66 {width: 66.66%;}
.w-50 {width: 50%;}
.w-40 {width: 40%;}
.w-33 {width: 33.33%;}
.w-20 {width: 20%;}
.w-15 {width: 15%;}
.w-12 {width: 12%;}
.m-0 {margin: 0;}
.m-10 {margin: 10px;}
.m-20 {margin: 20px;}
.m-30 {margin: 30px;}
.m-40 {margin: 40px;}
.m-50 {margin: 50px;}
.m-auto {margin: auto;}
.mx-0 {margin-right: 0;margin-left: 0;}
.mx-10 {margin-right: 10px;margin-left: 10px;}
.mx-20 {margin-right: 20px;margin-left: 20px;}
.mx-30 {margin-right: 30px;margin-left: 30px;}
.mx-40 {margin-right: 40px;margin-left: 40px;}
.mx-50 {margin-right: 50px;margin-left: 50px;}
.mx-auto {margin-right: auto;margin-left: auto;}
.my-0 {margin-top: 0;margin-bottom: 0;}
.my-10 {margin-top: 10px;margin-bottom: 10px;}
.my-20 {margin-top: 20px;margin-bottom: 20px;}
.my-30 {margin-top: 30px;margin-bottom: 30px;}
.my-40 {margin-top: 40px;margin-bottom: 40px;}
.my-50 {margin-top: 50px;margin-bottom: 50px;}
.my-auto {margin-top: auto;margin-bottom: auto;}
.mt-0 {margin-top: 0;}
.mt-7 {margin-top: 7px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-37 {margin-top:37px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-155 {margin-top: 155px;}
.mt-200 {margin-top: 200px;}
.mt-auto {margin-top: auto;}
.mr-0 {margin-right: 0;}
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}
.mr-40 {margin-right: 40px;}
.mr-50 {margin-right: 50px;}
.mr-70 {margin-right: 70px;}
.mr-auto {margin-right: auto;}
.mb-0 {margin-bottom: 0;}
.mb-6{margin-bottom:6px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-22 {margin-bottom: 22px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-80 {margin-bottom: 80px;}
.mb-500 {margin-bottom: 500px;}
.mb-auto {margin-bottom: auto;}
.ml-0 {margin-left: 0;}
.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-15 {margin-left: 15px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-140 {margin-left: 140px;}
.ml-auto {margin-left: auto;}
.p-0 {padding: 0;}
.p-10 {padding: 10px;}
.p-15 {padding: 15px;}
.p-20 {padding: 20px;}
.p-30 {padding: 30px;}
.p-40 {padding: 40px;}
.p-50 {padding: 50px;}
.px-0 {padding-right: 0;padding-left: 0;}
.px-10 {padding-right: 10px;padding-left: 10px;}
.px-20 {padding-right: 20px;padding-left: 20px;}
.px-30 {padding-right: 30px;padding-left: 30px;}
.px-40 {padding-right: 40px;padding-left: 40px;}
.px-50 {padding-right: 50px;padding-left: 50px;}
.py-0 {padding-top: 0;padding-bottom: 0;}
.py-10 {padding-top: 10px;padding-bottom: 10px;}
.py-20 {padding-top: 20px;padding-bottom: 20px;}
.py-30 {padding-top: 30px;padding-bottom: 30px;}
.py-40 {padding-top: 40px;padding-bottom: 40px;}
.py-50 {padding-top: 50px;padding-bottom: 50px;}
.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pr-0 {padding-right: 0;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-30 {padding-right: 30px;}
.pr-40 {padding-right: 40px;}
.pr-50 {padding-right: 50px;}
.pb-0 {padding-bottom: 0;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-50 {padding-bottom: 50px;}
.pb-70 {padding-bottom: 70px;}
.pl-0 {padding-left: 0;}
.pl-10 {padding-left: 10px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-30 {padding-left: 30px;}
.pl-40 {padding-left: 40px;}
.pl-50 {padding-left: 50px;}
.w-100 {width: 100%;} 
/* navigation styles :: v.: 0.10 r.: 14/07/2023 @ vlk */

/*style for banner for one sec here*/

.project-eu-container {
	background: var(--white);
}

.project-eu-container img {
	max-height: 35px;
}

.top-carousel .container {
    position: relative;
}
.top-carousel .container-wide:before {
    display: none !important
}
.top-carousel .carousel-item:before {
    background-image: url(/.templates/img/backs/widzew-logo.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.offline .topbar {
    top: 51px;
}
.offline #sidemenu {
	display: none;
}
#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#nav {
	height: 139px;
}
#nav h1 {
	font-size: 4.4rem;
	margin: 0;
}
#nav a {
	font-family: "Rajdhani Bold", Arial, sans-serif;
}
#nav .lang-menu {
	display: none;
}
#nav .lang-menu .active {
	color: var(--gold)
}
#nav .soc-menu {
	margin-right: -5px
}
#nav .top-menu .container {
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav .middle-menu, #nav .menu .submenu, #nav .menu > li:hover, .top-carousel .carousel-item:before {
    background-image: url(/.templates/img/backs/widzew-logo.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: -390px -70px;
}
#nav .menu > li {
	/*background-position: -400px -65px;*/
}
#nav .menu > li.dropdown {
    position: relative;
}
#nav .top-menu {
	background-image: url(/.templates/img/backs/top-menu-back.jpg);
}
#nav .middle-menu .container {
	padding-top: 5px;
	padding-bottom: 8px;
}
#nav .bottom-menu {
	box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 10%);
}
#nav .bottom-menu .container {
	padding-top: 0;
	padding-bottom: 0;
}

#nav .menu-item-href, #nav .menu-item-href:hover {
    font-size: 2rem;
    padding: 15px 15px;
    display: block;
    opacity: 1;
}
#nav li:last-child .menu-item-href, #nav .submenu .menu-item-href {
	margin-right: 0px;
}
#nav .submenu {
    min-width: 100%;
}
#nav .submenu .menu-item-href {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.8rem;
    white-space: nowrap;
}
#nav .menu > li:hover {
	background-color: var(--red);
}

/*#nav .menu-item-href:hover {
	background-color: var(--white);
	color: var(--black);
}*/
#nav .submenu .menu-item-href, #nav .submenu .menu-item-href:hover {
    transition: .2s;
}
#nav .submenu .menu-item-href:hover {
    background-color: var(--white);
    color: var(--black);
}
#nav .menu > li:hover > .menu-item-href {
	color: var(--white);
}
#nav .menu > li:hover > .menu-item-href:hover {
	color: var(--black);/*for white back on first level when hover*/
}
#nav .menu > li:hover > .menu-item-href:hover {
    color: var(--white);
   /* background-color: var(--red);for red back on first level when hover*/
}
#nav .submenu a {
	color: var(--white);
}
#nav .menu {
	display: flex;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#nav .submenu {
    display: none;
    margin: 0;
    position: absolute;
    background-color: var(--white);
    padding: 0;
    z-index: 1;
	color: #fff;
}
#nav .submenu .submenu {
	display: none !important;
}
#nav .dropdown a:hover + .submenu, #nav .dropdown .submenu:hover {
    display: block;
    background-color: var(--red);
}
#nav .bottom-menu a, #nav .media-menu a, #nav .lang-menu a, #nav .nav-fix a {
	text-decoration: none;
}
#nav .media-menu a {
    z-index: 2;
    position: relative;
}
#nav #radio-svg {
    margin-right: 4px;
	height: 26px;
    width: 26px;
}
#nav #video-svg {
   	margin-right: 8px;
	height: 29px;
    width: 30px;
}
span.svgFM, span.svgTV {
    display: flex;
}
#nav #search-form {
	display: none
}
#search a, #search svg {
    width: 25px;
    height: 25px;
    display: block;
}
.media-menu {
	position: relative;
}
/* radio */
#radio-fm {
	position: absolute;
    right: -110px;
    width: 170px;
	height: 60px;
}
.eapps-widget-toolbar {
    display: none !important;
}
/*fix menu*/

#nav .top-menu, #nav .middle-menu, #nav .bottom-menu {
	z-index: 1;
    position: relative;
	transition: 0s;
}
.fix-menu #nav .top-menu, .fix-menu #nav .middle-menu, .fix-menu #nav .bottom-menu, 
.fix-menu .ti-button .inner-icon, .ti-button .inner-icon, 
.ti-button, .ti-text, .fix-menu .ti-button, .fix-menu .ti-text,
.action-menu, .fix-menu .action-menu, .middle-menu .main-nav, .fix-menu .middle-menu .main-nav,
.fix-menu #nav h1, #nav h1, .fix-menu .logo-menu img, .logo-menu img {
	transition: .4s;
}
#nav .menu-item-href, .fix-menu #nav .menu-item-href {
    transition: font-size .4s;
}
#nav .middle-menu {
	z-index: 2;
}
.logo-menu img {
	height: 100px;
	width: auto;
}
.logo-menu a:hover {
	opacity: 1
}
.fix-menu .logo-menu img {
	height: 80px;
}   
.fix-menu #nav h1 {
	font-size: 4rem;
}
.fix-menu #nav .menu-item-href {
    font-size: 1.8rem;
    padding: 12px 15px;
}
.fix-menu #nav .submenu .menu-item-href {
    font-size: 1.6rem;
	padding: 10px 15px;
}
.fix-menu .middle-menu, .fix-menu .bottom-menu {
	transform: translate(0, -74px);
}
/*.fix-menu .bottom-menu {
	transform: translate(0, -102px);
}*/
.ti-button {
	min-width: 50px;
}
.ti-button, .ti-text {
	transform: translate(0, 0);
	display: flex !important;
	overflow: hidden;
	transition: .4s;
}
.ti-button .inner-icon {
    position: absolute;
    transform: translate(-100px, 0);
}
.fix-menu .ti-button .inner-icon {
    transform: translate(0, 0);
}
.fix-menu .ti-text {
    transform: translate(100px, 0);
    /* position: absolute; 
    text-indent: -200px;*/
}
.ti-text-h {
    text-indent: -200px;
}
.fix-menu .login-box, .button.login-box {
    padding-right: 0;
}
/*.fix-menu .logo-menu {
    width: 75%;
}
.fix-menu .action-box {
    justify-content: flex-end;
	width: 25%;
}*/

.action-menu {
    margin-left: 30px;
    position: relative;
    z-index: 2;
}
/*.fix-menu .action-menu { with login user icon
    width: 190px;
}*/
.fix-menu .action-menu {
    width: 140px;
}
.media-menu {
    position: relative;
    z-index: 1;
	display: none;
}
.extra-menu {
    max-width: 104px;
}
/*#nav h1 {
    transform: translate(0, 0px);
}
.fix-menu #nav h1 {
    transform: translate(0, -100px);
}
.middle-menu .main-nav {
    position: absolute;
    transform: translate(0, 100px);
}
.fix-menu .middle-menu .main-nav {
    transform: translate(0, 0px);
}*/
#nav .nav-fix .menu > li {
    background-color: transparent;
    background-image: none;
}
#nav .nav-fix .menu > li:hover {
    background-color: transparent;
    background-image: none;
}
#nav .nav-fix .menu > li:hover a {
	opacity: .8
}
#search-fix svg {
    filter: invert(1);
}

/* mobile tablet menu */

.sidebar {
	width: 100px;
	min-height: 100%;
	display: inline-block;
	position: fixed;
	left: -300px;
	z-index: 11;
	padding-top: 50px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: calc(100vh - 40px);
	/*-webkit-transition: width 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;
	-o-transition: width 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;
	transition: width 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;*/
	-webkit-transition: .4s;
	-o-transition: .4s;
  	transition: width .4s;
}
.sidebar::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.sidebar::-webkit-scrollbar-thumb {
  background: transparent;
}
#sidemenu .sidebar {
    transition: .4s;
}
#sidemenu.open .sidebar {
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
  	transition: width .4s, left .4s;
}
.sidebar.hovered-menu {
    opacity: 1;
    width: 300px;
    -webkit-transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), width 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), width 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), width 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sidebar .menu-items .menu-item .childs-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
}

.sidebar.hovered-menu .childs-icon {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s, -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s;
    transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s, -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s;
    -o-transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s, opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
    transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s, opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
    transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s, opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s, -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s;
}

.sidebar .menu-transform-items .menu-items {
    opacity: 1;
    -webkit-transition: opacity 0.25s linear 0.15s;
    -o-transition: opacity 0.25s linear 0.15s;
    transition: opacity 0.25s linear 0.15s;
	padding-top: 20px;
}
.sidebar .menu-items {
    padding-left: 0;
    list-style: none;
    float: left;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    width: 300px;
}
.sidebar .menu-items .menu-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
	height: 42px;
	cursor: pointer;
}
.sidebar .menu-items .menu-item:active:hover {
    opacity: 0.7;
}
.sidebar .menu-items .menu-item .menu-icon {
    color: hsla(0, 0%, 100%, 0.5);
    display: inline-block;
    line-height: 27px;
    position: relative;
    text-align: center;
    top: 4px;
    vertical-align: middle;
    width: 65px;
    z-index: 1;
    padding-left: 5px;
}

.sidebar .menu-items .menu-item a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 26px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-decoration: none;
    -webkit-transition: color .45s ease .25s;
    -o-transition: color .45s ease .25s;
    transition: color .45s ease .25s;
}
.topbar {
    height: 51px;
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 100;
    width: 100%;
	box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 10%);
}
.topbar .container {
    margin: 0 auto;
    max-width: 1600px;
    height: 100%;
    padding: 0 15px;
}
.topbar .container .topbar-container {
    margin-left: 0;
    width: 100%;
    padding: 0;
}
.topbar .logo-link {
    position: absolute;
    left: 15px;
    top: 5px;
}
.topbar .logo-link .animated-logo, .topbar .logo-link img {
	width: auto;
	height: 40px;
}
.topbar .container .topbar-container .menu-button {
	visibility: hidden;
	opacity: 0;
	display: none;
	color: #606060;
	font-size: 23px;
	line-height: 55px;
	cursor: pointer;
	height: 50px;
	width: 50px;
	float: left;
	margin-left: 35px;
	visibility: visible;
	opacity: 1;
	display: block;
	z-index: 2;
}
.topbar .nav-icon, .topbar .nav-icon span {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.topbar .nav-icon {
	width: 23px;
	height: 23px;
	position: relative;
	margin: 18px auto 10px;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.topbar .nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--white);
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#sidemenu.open .topbar .nav-icon span:first-child {
	top: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.topbar .nav-icon span:first-child {
	top: -1px;
}
#sidemenu.open .topbar .nav-icon span:first-child {
	top: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.topbar .nav-icon span:nth-child(2) {
    top: 7px;
}
#sidemenu.open .topbar .nav-icon span:nth-child(2) {
	opacity: 0;
	left: -10px;
}
.topbar .nav-icon span:nth-child(3) {
	top: 15px;
}
#sidemenu.open .topbar .nav-icon span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.menu-overlay {
	background-color: #000;
	width: 0;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s, width 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
	-o-transition: opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s, width 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
	transition: opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s, width 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

#sidemenu.open .menu-overlay {
	width: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s;
	-o-transition: opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s;
	transition: opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s;
}
.midd-logo {
    text-decoration: none;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 205px;
    display: block;
    text-align: center;
    height: 50px;
}
.midd-logo h1 {
	font-size: 3rem;
    line-height: 52px;
}
.sidebar .menu-items .menu-item .menu-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--white);
}
.sidebar .menu-item p {
    font-size: 1.8rem;
    font-family: "Rajdhani Bold", Arial, sans-serif;
    text-transform: uppercase;
}
.menu-item.back-span {
    position: absolute;
    left: 0;
	width: 59px !important;
}
.sidebar .childs-icon svg {
    width: 7px;
    height: 11px;
}
.sidebar .menu-items .menu-item .menu-icon svg:not(.preimage) *, .sidebar .menu-items .menu-item .menu-icon svg.preimage .elems-fill {
    fill: var(--white);
}
#sidenav {
    width: 600px;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
	background-image: url(/.templates/img/backs/widzew-logo.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: -390px -70px;
	height: 96vh;
	height: calc(100vh - 50px);
}
.show #sidenav {
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-transform .3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: transform .3s linear;
    transition: transform .3s cubic-bezier(0.4, 0, 1, 1);
    transition: transform .3s cubic-bezier(0.4, 0, 1, 1),-webkit-transform .3s cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 1120px) {
  	#nav h1, .fix-menu #nav h1 {
		font-size: 3.4rem !important;
	}
}
@media (max-width: 1024px) {
	.offline #sidemenu {
		display: block
	}
	.offline #nav.desktop {
		display: none
	}
  	.fix-menu .ti-button .inner-icon svg {
		width: 25px;
	}
	.ti-button {
		padding: 7px !important;
		width: 35px;
		min-width: inherit;
	}
	.fix-menu .action-menu {
		width: auto;
		margin-left: 0;
	}
	#radio-fm {
		right: -65px;
	}
	.media-menu {
	    margin-left: -60px;
		height: 50px;
	}
	#nav {
		height: 50px;
	}
	#nav #radio-svg {
		height: 22px;
		width: 25px;
	}
	#nav #video-svg {
		height: 28px;
		width: 25px;
	}
}
@media (max-width: 640px) {
	#nav .media-menu .tv-fix, #nav .media-menu .fm-fix {
		display: none;
	}
	#radio-fm {
		right: -65px;
		height: 50px;
		top: -40px;
	}
	.media-menu {
		margin-left: auto;
		margin-right: auto;
		height: 50px;
		width: 50px;
	}
	.midd-logo {
		width: 50px;
	}
}
@media (max-width: 480px) {
	.midd-logo h1 {
		font-size: 2.5rem;
		line-height: 52px;
	}
	.ti-button {
		margin-left: 10px;
	}
}
/* footer styles :: v.: 0.03 r.: 06/07/2022 @ vlk */
.footer {
	box-shadow: 0px -1px 7px 0px rgb(0 0 0 / 10%);
}
.footer .t-footer {
	position: relative;
    overflow: hidden;
}
.footer .t-footer .container:before {
    content: '';
    width: 447px;
    height: 599px;
    top: -343px;
    left: -321px;
    position: absolute;
    background-image: url(/.templates/img/backs/footer-red-back.png);
    background-position: center center;
    overflow: hidden;
    background-size: 100%;
	z-index: 0;
	opacity: .5;
}
.footer .t-footer .container {
    padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}
.footer .left-foot {
    /*z-index: 1;*/
    position: relative;
}
.footer .b-footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .newsl-box {
    height: 50px;
    position: relative;
    width: 100%;
}
.footer .input-box {
    height: 50px;
}
.footer .arrow-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
}
.footer .b-footer a {
	margin: 0 10px;
}
.footer a.no-anim:hover {
	opacity: 1
}
.footer a.no-anim img {
	width: auto
}
.powered {
    margin-left: auto;
    margin-right: 0;
}
.powered a {
    text-decoration: none;
    font-family: "Rajdhani Light", Arial, sans-serif;
}
.footer .btn-arrow svg {
	height: 30px;
    width: 30px;
}
.footer .m-footer {
	display: none;
}
.footer .m-footer img {
	max-height: 80px;
}
@media (max-width: 1024px) {
  	.footer .t-footer .container, .footer .b-footer .container  {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer .b-footer .container .f-links {
		margin-top: 10px;
	}
	.powered {
    	margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
}
@media (max-width: 991px) {
	.footer .m-footer {
		display: block;
	}
}
@media (max-width: 768px) {
	.footer .col-4 {
		width: 100%;
	}
	.footer .left-foot {
		align-items: center;
	}
	.footer .left-foot .mt-20 {
		margin-top: 0;
		height: 85px;
	}
	.footer .left-foot p {
		font-size: 1.4rem;
	}
	.footer .right-foot {
		margin-top: 20px;
	}
	.footer .b-footer .container p {
		margin: auto;
	}
}
@media (max-width: 480px) {
	.footer .b-footer .container .f-links {
		flex-wrap: wrap;
	}
	.footer .b-footer .container .f-links a {
		flex-wrap: wrap;
		flex-direction: column;
		width: 50%;
		margin: 10px 0;
		text-align: center;
		padding: 0 10px;
	}
	.footer .b-footer .container .f-links a:nth-child(2), .footer .b-footer .container .f-links a:nth-child(4) {
		text-align: left;
	}
	.footer .b-footer .container .f-links a:nth-child(1), .footer .b-footer .container .f-links a:nth-child(3) {
		text-align: right;
	}
	.footer .b-footer a {
		margin: 10px 10px;
	}
}

/* button styles :: v.: 0.01 r.: 20/04/2022 @ vlk */

button {
    font-size: 1.5rem;
    padding: 15px 20px;
    color: var(--black);
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Rajdhani Bold", Arial, sans-serif;
}

button.link-style {
	background: none;
	font-size: 2.4rem;
	cursor: pointer;
}

button.link-style.active, button.link-style:hover, button.link-style:focus {
	text-decoration: underline;
}

button.link-style.bigger {
	font-size: 2.4rem;
}

.button {
	transition: .4s;
	font-size: 1.5rem;
	padding: 15px 20px;/* wtf ? 61px, kazdy nie moze takie miec */
	color: var(--black);
	border: 2px solid var(--black);
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Rajdhani Bold", Arial, sans-serif;
	overflow: hidden;
	position: relative;
}
.button.b-white {
	background-color: var(--white);
	border: 2px solid var(--white);
	color: var(--black);
	font-size: 1.5rem;
	

}
.button.b-gold {
	background-color: var(--gold);
	border: 2px solid var(--gold);
	color: var(--black);
	font-size: 1.5rem;
}
.button.b-red {
	background-color: var(--red);
	border: 2px solid var(--red);
	color: var(--black);
	font-size: 1.5rem;
}
.button.b-black {
	background-color: var(--black);
	border: 2px solid var(--black);
	color: var(--white);
	font-size: 1.5rem;
}
.button.empty-gold {
	background-color: transparent;
	border: 2px solid var(--gold);
	color: var(--gold);
	font-size: 1.5rem;
}
.button.empty-white {
	background-color: transparent;
	border: 2px solid var(--white);
	color: var(--white);
	font-size: 1.5rem;
}
.button.empty-black {
	background-color: transparent;
	border: 2px solid var(--black);
	color: var(--black);
	font-size: 1.5rem;
}
.button.empty-red {
	background-color: transparent;
	border: 2px solid var(--red);
	color: var(--black);
	font-size: 1.5rem;
}
.button.empty-border {
	border: 2px solid transparent;
}
.button.empty-red *, .button.empty-black *, .button.b-gold * {
	color: var(--black);
}
.button.empty-white *,  .button.b-black * {
	color: var(--white);
}
.button.empty-gold * {
	color: var(--gold);
}
.button.newsl {
    display: inline-block;
	position: relative;
    border: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    width: 100%;
	text-align: left;
    text-transform: lowercase;
	font-family: "Rajdhani Medium", Arial, sans-serif;
}
.button.newsl:after, .button.no-anim:after {
	display : none;
}
.button.newsl .btn-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
}
.button:hover {
	transition: .4s;
	cursor: pointer;
	transform: scale(1.04);
}
.button.newsl:hover {
	transform: scale(1);
}
.button:focus {
	text-decoration: none;
}
.button:hover:after {
    left: 120%;
    transition: all .4s cubic-bezier(0.48, 0.19, 0.47, 0.75);
}
.button:after {
    background: #fff;
    content: "";
    height: 150px;
    left: -130px;
    opacity: .1;
    position: absolute;
    top: -50px;
    transform: rotate(-35deg);
    transition: all .2s ease-out;
    width: 100px;
    z-index: 12;
    border-radius: 50%;
}
.button.disabled {
    background-color: var(--grey);
    border: 2px solid var(--grey);
	cursor: no-drop;
}
/* layout styles :: v.: 0.08 r.: 14/08/2024 @ mf */

.b-white {color: var(--black); background-color: var(--white);}
.b-black {color: var(--white); background-color: var(--black);}
.b-gold {color: var(--black); background-color: var(--gold);}
.b-red {color: var(--white); background-color: var(--red);}
.b-t {color: var(--black); background-color: transparent;}

.c-red {color: var(--red);}
.c-white {color: var(--white);}
.c-black {color: var(--black);}
.c-gold {color: var(--gold);}

.dimming::after {content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.68) 99%, rgb(0, 0, 0)) repeat scroll 0% 0%;}
.Error, .Loading {
	height: calc(100vh - 205px - 270px);
}
/*main, footer {
    transform: translate(0, 239px);
	transition: .4s;
}
.fix-menu main, .fix-menu footer {
   transform: translate(0, 174px);
   transition: .4s
}*/
main {
	padding-top: 238px;
	transition: .4s;
}

.fix-menu main {
	padding-top: 174px;
	transition: .4s;
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.tablet .container, .tablet .container-fluid, .tablet .container-xxl, .tablet .container-xl, .tablet .container-lg, .tablet .container-md, .tablet .container-sm {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.soc-menu svg {
	width: 26px;
	height: 26px;
	margin: 0 5px;
}
.soc-menu a {
    transition: .4s;
	line-height: 1rem;
}
.soc-menu a:active, .soc-menu a:active:hover {
    transition: .2s;
    transform: scale(.9);
}
.soc-menu a:hover {
    transition: .4s;
    transform: scale(1.15);
    opacity: 1;
}

.list-pagination .pagination li {
	display: flex;
}

.list-pagination .pagination a, .list-pagination .pagination li.first.gap::after {
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Rajdhani Bold';
    text-decoration: none;
    color: var(--white) !important;
    padding: 5px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    display: block;
    margin: 0 5px;
    background-color: var(--white);
}

.list-pagination .pagination li.first.gap::after {
	content: '...';
	color: var(--black) !important;
}

.list-pagination .pagination a * {
    color: var(--black);
}
.list-pagination .pagination .active * {
    color: var(--gold);
}

.share-box {
    position: absolute;
    top: 20px;
    right: 0;
	padding-right: 20px;
	padding-left: 5px;
	z-index: 2;
	cursor: pointer;
	transform: scale(1);
    transition: .4s;
}
.share-box:hover .share-icon {
	opacity: 0.5;
    transition: .4s;
}
.share-slide .share-b {
    margin: 0 5px;
}
.share-slide .share-b, .share-slide .share-b span {
	width: 26px;
}
.share-box:hover .share-slide {
	right: 50px;
    transition: .4s;
}
.share-slide {
    position: absolute;
    right: -150px;
    transition: .4s;
}
.share-link {
	 overflow: hidden;
	 text-indent: -2000px;
	 position: absolute;
	 height: 30px;
	 width: 26px;
	 cursor: pointer;
}
.share-box textarea {
	position: absolute;
	top: -100px;
	right: -1000px;
}
.share-box svg, .type-box svg {
    width: 26px;
    height: 26px;
}
.share-slide a.share-b:hover {
	opacity: 1
}
.share-slide .share-b:hover svg {
    opacity: 1;
    color: var(--gold);
    fill: var(--gold);
    transition: .4s;
}

.share-box.type-stable .share-slide {
    position: relative;
    right: 0;
}
.share-box.type-stable  {
    top: -40px;
    right: 0;
    overflow: hidden;
    padding: 0;
}
.share-box.type-stable:hover .share-slide {
	right: 0
}
.share-box.type-stable p {
	font-size: 1.5rem;
    line-height: 3.5rem;
    color: var(--white);
    font-family: "Rajdhani Bold", Arial, sans-serif;
    margin-right: 5px;
}
.preimage {
	width: 100%;
	height: 100%;
}

#cookie-info .container {
    padding: 15px;
    border-radius: 2px;
}
#cookie-info {
    position: fixed;
	z-index: 990;
    bottom: 10px;
    margin: auto;
    right: 0;
    left: 0;
}
#cookie-info .button {
	min-width: 150px;
}
#loader.b-red, .loader-circle.b-red {
	background-color: var(--red)
}
#loader.b-black, .loader-circle.b-black {
	background-color: var(--black)
}
#loader.b-white, .loader-circle.b-white {
	background-color: var(--white)
}
#loader.b-gold, .loader-circle.b-gold {
	background-color: var(--gold)
}
.loader-circle.b-t {
	background-color: transparent
}
.loader-circle.hidden {
	display: none
}
.loader-circle {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.grecaptcha-badge {
    right: -500px !important;
}
section.b-red {
	position: relative;
}
section.b-red:before {
    content: '';
    position: absolute;
    width: 100%;
    top: -1px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: var(--red);
}
@media (min-width: 1280px) {
  	.container-xl, .container-lg, .container-md, .container-sm, .container {max-width: 1140px;}
}
@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1280px;
	}
}
@media (max-width: 1024px) {
	/*main, footer {
		transform: translate(0, 50px);
		transition: 0s;
	}
	.fix-menu main, .fix-menu footer {
		transform: translate(0, 50px);
		transition: 0s;
	}*/
	
	main {
		padding-top: 50px;
	}
	
	.fix-menu main {
		padding-top: 50px;
	}
}
@media (max-width: 768px) {
	.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mob-h {
		display: none;
	}
	.share-slide .share-b, .share-slide .share-b span {
		width: 30px;
	}
}
@media (max-width: 640px) {
	#cookie-info .container {
		padding: 10px;
		border-radius: 2px;
	}
	#cookie-info .button {
		min-width: 90px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		padding: 5px 5px;
	}
	#cookie-info .text {
	    flex-wrap: wrap;
	}
	#cookie-info p, #cookie-info a {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
}