html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 0.85vw;
	scroll-behavior: smooth;
}

body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 1rem;
    overflow-x: hidden;
    /*font-family: 'Acumin Pro', sans-serif;*/
    font-family: "Acumin Pro black";
    margin: 0!important;
    background: #101010 !important;
}



@font-face {
    font-family: "Acumin Pro";
    src: url("font/acumin-pro-extra-condensed.otf") format("opentype");
}

@font-face {
    font-family: "Acumin Pro smbd";
    src: url("font/acumin-pro-extra-condensed-smbd.otf") format("opentype");
}


@font-face {
    font-family: "Acumin Pro med";
    src: url("font/acumin-pro-extra-condensed-med.otf") format("opentype");
}


@font-face {
    font-family: "Acumin Pro light";
    src: url("font/acumin-pro-extra-condensed-light.otf") format("opentype");
}

@font-face {
    font-family: "Acumin Pro extlt";
    src: url("font/acumin-pro-extra-condensed-extlt.otf") format("opentype");
}

@font-face {
    font-family: "Acumin Pro bold";
    src: url("font/acumin-pro-extra-condensed-bold.otf") format("opentype");
}

@font-face {
    font-family: "Acumin Pro black";
    src: url("font/acumin-pro-extra-condensed-black.otf") format("opentype");
}


.wrapper {
    flex: 1;
    min-height: 90vh;
}

.post, .page {
    margin: 0;
}

.home-page-banner {
	background: #101010 url(/wp-content/uploads/2023/09/bg-piknik.png) no-repeat;
	background-size: cover;
	min-height: 100vh;
	width: 100%;
}

.home-page-banner-content {
	color: #fff;
	font-size: 2rem;
	font-family: "Acumin Pro black";
	width: 100%;
    height: 100vh;
                                                
}

header#masthead {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.content-head {
    padding: 0 8.3rem 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9.5rem;
}

.home-page-banner-big-title {
    text-transform: uppercase;
    padding-top: 22rem;
    text-align: center;
    font-size: 14rem;
    font-weight: 900;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.home-page-banner-title {
    font-size: 6.5rem;
    line-height: 1;
    text-align: center;
    font-family: "Acumin Pro black";
    margin-top: -3rem;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.home-page-banner-big-title:before {
    content: '';
    position: absolute;
    width: 36rem;
    height: 36rem;
    left: 0;
    right: 0;
    top: 7.2rem;
    margin: 0 auto;
    z-index: -1;
    background: url(wp-content/uploads/2023/09/ico-1.svg) no-repeat;
    background-position: top center;
    background-size: contain;
}

section.organizatorzy-section {
    padding: 3rem 0 8rem;
    min-height: 46rem;
}

.content-page {
    padding: 0 8rem;
}

.organizatorzy-section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.organizatorzy-section-block:first-child {
    width: 66%;
    padding-top: 6rem;
    position: relative;
    z-index: 3;
}

.organizatorzy-section-block:last-child {
    width: 34%;
    position: relative;
}

.organizatorzy-block-title {
    color: #fff;
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 2rem;
    position: relative;
    font-family: "Acumin Pro black";
}

.organizatorzy-block-title:after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 0.4rem;
    background: #FAD204;
    left: 0;
    bottom: 0.7rem;
}

.organizatorzy-block-text {
    width: 100%;
    max-width: 40rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
    padding-bottom: 1rem;
}

.yellow-button {
    display: flex;
}

.yellow-button a {
    background: #FAD204;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 900;
    text-decoration: none;
    padding: 0rem 0.8rem;
    text-transform: uppercase;
    height: 3.5rem;
    min-width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010!important;
    font-family: "Acumin Pro black";
    padding-top: 0.3rem;
}

.organizatorzy-section-block-img {
    position: absolute;
    width: 60rem;
    right: -2rem;
    top: 0.5rem;
}

section.home-city-section {
    padding: 5rem 0 6rem;
}

.big-white-title {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    padding-bottom: 3rem;
    position: relative;
    text-align: center;
    font-family: "Acumin Pro black";
}

.big-white-title:after {
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 0.4rem;
    background: #FAD204;
    bottom: 1.5rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home-city-section-content {
    padding: 2.3rem 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-city-block {
    width: 25%;
    padding: 0 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.home-city-block-img {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    height: 14rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.home-city-block-img img {
    width: 100%;
}

.home-city-block-grey {
    background: #313131;
    height: 11rem;
    border-radius: 0 0 1rem 1rem;
    position: relative;
    margin-bottom: -2rem;
    width: 100%;
    padding-top: 2rem;
}

.home-city-block a {
    text-decoration: none;
}

.home-city-block-name {
    color: #fad204;
    font-size: 5rem;
    text-decoration: none;
    font-weight: 700;
    margin-top: -4rem;
    text-transform: uppercase;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    font-family: "Acumin Pro black";
}

.home-city-block-date {
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    margin-top: 0.5rem;
    line-height: 1;
    text-align: center;
    font-family: "Acumin Pro black";
}

.home-city-block .yellow-button {
    z-index: 10;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

section.home-organizatorzy-section {
    padding: 1rem 0;
}

.home-organizatorzy-section .organizatorzy-section-block:first-child {
    width: 48%;
    padding-top: 5rem;
    position: relative;
    z-index: 3;
    min-height: 43rem;
}

.home-organizatorzy-section .organizatorzy-section-block:last-child {
    width: 41%;
    position: relative;
    padding-top: 5rem;
}

.home-organizatorzy-section .organizatorzy-section-block-img {
    position: absolute;
    width: 54rem;
    right: -2rem;
    top: 0.5rem;
}

.home-organizatorzy-section .organizatorzy-section-content:nth-child(odd) {
    flex-direction: row-reverse;
}

section.social-media-section {
    padding-top: 7rem;
    position: relative;
    padding-bottom: 4.5rem;
}

section.social-media-section .big-white-title {
    text-align: left;
    margin-left: 0;
}

section.social-media-section .big-white-title:after {
    left: 0rem;
    right: auto;
}

.social-media-buttons {
    width: 30.5rem;
    position: absolute;
    right: 8.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 8rem;
}

.social-media-content {
    padding: 2rem 8rem 0;
}

.social-media-content .swiper-slide {
    width: 20rem !important;
    overflow: hidden;
    height: 20rem !important;
}

.social-media-content .swiper-slide img {
    height: 100%;
}

.kontakt-home-section .big-white-title {
  margin-left: 5rem;  
}


.kontakt-form {
    width: 100%;
    max-width: 53rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.kontakt-col {
    width: 49%;
    padding: 1rem 0 0 2rem;
}

.kontakt-col p {
    margin: 0;
}

.kontakt-form input[type="text"], 
.kontakt-form input[type="email"],
.kontakt-form input[type="tel"] {
    padding: 3px;
    background: #313131;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0.5rem;
    height: 3.5rem;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff !important;
    border: none;
    font-family: "Acumin Pro black";
}

.kontakt-form input[type="text"]:focus, 
.kontakt-form input[type="email"]:focus,
.kontakt-form input[type="tel"]:focus,
.kontakt-form textarea:focus {
    color: #fff !important;
}

.kontakt-form textarea {
    padding: 3px;
    background: #313131;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0.5rem;
    height: 3.5rem;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border: none;
    height: 11.5rem;
    resize: none;
    font-family: "Acumin Pro black";
}

.kontakt-form textarea::placeholder,
.kontakt-form input[type="text"]::placeholder, 
.kontakt-form input[type="email"]::placeholder,
.kontakt-form input[type="tel"]::placeholder {
    color: #fff;
    font-family: "Acumin Pro black";
}

input[type="submit"],
.kontakt-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #FAD204 !important;
    font-size: 1.6rem;
    font-weight: 900;
    text-decoration: none;
    padding: 0.3rem 0.8rem !important;
    text-transform: uppercase;
    height: 3.5rem;
    min-width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010 !important;
    border-radius: 0 !important;
    margin: 2rem auto;
    border: none !important;
    font-family: "Acumin Pro black";
}

.rejestracja-section input[type="submit"], .rejestracja-section .kontakt-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 0 auto;
    width: 100%;
}

.numb-home-section {
    background: url(/wp-content/uploads/2023/09/666.png) no-repeat;
    width: 100%;
    height: 29rem;
    background-size: cover;
    background-position: center;
}

.numb-home-content {
    display: flex;
    flex-direction: row;
    padding: 8.5rem 5rem 0 7rem;
    justify-content: space-between;
}

.o-nas-numbers-block-img {
    width: 5rem;
    height: 4.3rem;
    margin-bottom: 1.5rem;
}

.o-nas-numbers-block-img img {
    height: 100%;
}

.o-nas-numbers-plus-block {
    color: #fff;
    font-size: 5.7rem;
    line-height: 0.9;
    font-weight: 900;
    font-family: "Acumin Pro black";
}

.o-nas-numbers-block {
    width: auto;
    min-width: 16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.o-nas-numbers-text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
    padding-top: 0.2rem;
    font-family: "Acumin Pro black";
}

section.organizatorzy-logo-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.organizatorzy-logo-content {
    display: flex;
    padding: 2.2rem;
    flex-direction: row;
    justify-content: center;
}

.organizatorzy-logo-block {
    max-height: 3rem;
    margin: 0 0.5rem;
}

.organizatorzy-logo-block img {
    height: 100%;
}

footer#colophon {
    width: 100%;
    border-top: 1px solid #707070;
    padding: 1.5rem;
}

.footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Acumin Pro black";
}

.footer-copyright div {
    color: #FAD204;
    font-weight: 900;
    margin-left: 1rem;
}

.home .header .site-branding {
    display: none;
} 

.home .header .content-head {
    justify-content: flex-end;
}

.home .header.header_fixed .content-head {
    justify-content: space-between;
}

.home .header.header_fixed .site-branding {
    display: block;
} 

.header.header {
    background: transparent;
}

.header.header_fixed {
    background: #101010;
}

.site-branding img {
    height: 6.4rem;
	width: auto;
}

.header.header_fixed .site-branding img {
    height: 4rem;
	width: auto;
}

.header.header_fixed .content-head {
    height: 5rem;    
}

.misto-page-banner {
    background-size: cover;
    background-position: top center;
}

section.home-page-banner.misto-page-banner {
    position: relative;
}

.misto-page-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #101010;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

section.home-page-banner.misto-page-banner .home-page-banner-big-title {
    padding-top: 18.7rem; 
}

.misto-banner-date-adr-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: "Acumin Pro bold";
    margin-top: -1.5rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}

.misto-banner-date-block {
    position: relative;
    padding-left: 4rem;
}

.misto-banner-adr-block {
    position: relative;
    padding-left: 3rem;
    margin-left: 3rem;
}

.misto-banner-date-block:before {
    content: '';
    width: 3rem;
    height: 3rem;
    background: url(/wp-content/uploads/2023/09/ico-14.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: -0.3rem;
    position: absolute;
}

.misto-banner-adr-block:before {
    content: '';
    width: 3rem;
    height: 3rem;
    background: url(/wp-content/uploads/2023/09/ico-15.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: -0.3rem;
    position: absolute;
}

.co-dla-ciebie-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 2.5rem;
}

section.co-dla-ciebie-section {
    padding: 4.5rem 0;
}

.co-dla-ciebie-block {
    background: #313131;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 4.3rem 1rem 0rem;
    border-radius: 0.5rem;
    align-items: center;
}

.co-dla-ciebie--block-img {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.co-dla-ciebie--block-img img {
    height: 100%;
}

.co-dla-ciebie-block-title {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    text-align: center;
    font-family: "Acumin Pro black";
}


.co-dla-ciebie-block-title:after {
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 0.4rem;
    background: #fad204;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0.7rem;
}

.co-dla-ciebie-block-text {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
}

.co-dla-ciebie-block-text p {
    margin-bottom: 0;
}

section.harmonogram-section {
    padding: 5rem 0;
}

.harmonogram-content {
    padding: 2rem;
}

.harmonogram-content-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.harmonogram-row-block {
    width: calc(50% - 3rem);
}

.harmonogram-row-ico {
    width: 4rem;
    margin: 0 2rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    padding: 1.5rem 0;
    min-height: 5rem;
}

.harmonogram-content-row:first-child .harmonogram-row-ico {
    padding-top: 0;
}

.harmonogram-content-row:last-child .harmonogram-row-ico {
    padding-bottom: 0;
}

.harmonogram-row-ico:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #EFD132;
    left: calc(50% - 2px);
    top: 0;
}

.harmonogram-row-ico:after {
    content: '';
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    background: url(/wp-content/uploads/2023/09/ico-19.svg);
    left: 34%;
    top: 0.5rem;
    z-index: 1;
    background-size: cover;
}

.harmonogram_ico {
    position: relative;
    z-index: 2;
    background: #101010;
}

.harmonogram_ico img {
    margin: 0.4rem 0;
}

.harmonogram-time {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    font-family: "Acumin Pro black";
}

.harmonogram-block-descr {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
}

.harmonogram-block-descr p strong {
    font-weight: 500 !important;
    color: #FAD204;
}

.harmonogram-content-row:nth-child(odd) .harmonogram-row-block:first-child {
    text-align: right;
}

.harmonogram-content-row:nth-child(odd) .harmonogram-row-block:last-child {
    text-align: left;
}

.harmonogram-content-row:nth-child(even) .harmonogram-row-block:first-child {
    text-align: right;
}

.harmonogram-content-row:nth-child(even) .harmonogram-row-block:last-child {
    text-align: left;
}

.harmonogram-block-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Acumin Pro black";
}

.harmonogram-block-title p {
    margin: 0;
}

.harmonogram-block-title a {
    color: #fff;
    text-decoration: none;
}

.harmonogram-block-title a:hover {
    color: #fad204;
}

.harmonogram-block-descr p {
    margin: 0;
}

.harmonogram-block-descr a {
    color: #fff;
    text-decoration: none;
}

.harmonogram-block-descr a:hover {
    color: #fad204;
}

.harmonogram-content-row.harmonogram-center .harmonogram-row-block .harmonogram-block-descr {
    padding-top: 1.3rem;
}

.harmonogram-content-row.harmonogram-center .harmonogram-row-ico:after {
    display: none;
}

.harmonogram-content-row.harmonogram-center .harmonogram-row-block {
    padding-top: 2rem;
}

.harmonogram-content-row.harmonogram-center:first-child .harmonogram-row-block {
    padding-top: 0.5rem;
}

.harmonogram-content-row.harmonogram-center:nth-child(2) .harmonogram-row-block {
    padding-top: 1rem;
}

.rejestracja-section {
    background: #101010;
    padding: 5rem 0;
}

.rejestracja-section .big-white-title {
    text-align: center;
    margin-left: 0;
}

.rejestracja-section .big-white-title:after {
    left: 0.5rem;
}

.rejestracja-section-content {
    position: relative;
    width: 100%;
}

.rejestracja-section-content form {
    width: 100%;
    display: flex;
}

.kontakt-col1 {
    width: calc(100% - 7rem);
}

.kontakt-col2 {
    width: 30rem;
}

.kontakt-col1 input {
    background: #101010;
    width: 31%;
    border-radius: 0;
    margin-bottom: 0.5rem;
    height: 3.5rem;
    padding: 1rem !important;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff !important;
    border: none !important;
    margin-right: 2%;
    font-family: "Acumin Pro black";
}

.kontakt-col1 input::placeholder {
    color: #fff;
    font-family: "Acumin Pro black";
}

.kontakt-col1 input::focus {
    color: #fff;
    font-family: "Acumin Pro black";
}

.kontakt-col2 p {
    margin: 0;
}

.kontakt-col2 input[type="submit"] {
    font-size: 1.6rem;
    font-weight: 900;
    text-decoration: none;
    padding: 0rem 0.8rem !important;
    text-transform: uppercase;
    height: 3.38rem;
    min-width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010 !important;
    border-radius: 0 !important;
    margin: 1rem auto;
    border: none !important;
    width: 100%;
    line-height: 2.1 !important;
    font-family: "Acumin Pro black";
}

.kontakt-checkbox label {
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 0.9rem;
    width: 100%;
    align-items: center;
}

.kontakt-checkbox label input {
    width: 1.5rem !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    margin-bottom: 0;
    height: 1.5rem;
}

.kontakt-checkbox span {
    width: 100%;
}

.kontakt-checkbox .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    margin-bottom: -1rem;
}

.organizatorzy-logo-block img {
    max-height: 2rem;
    margin: 0 1rem;
}

.organizatorzy-logo-after-rejestracja {
    padding-top: 8rem;
}

.rejestracja-section-content .wpcf7 form.invalid .wpcf7-response-output,
.rejestracja-section-content .wpcf7 form.unaccepted .wpcf7-response-output,
.rejestracja-section-content .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    position: absolute;
    right: 0;
    top: 4rem;
    max-width: 23rem;
    color: #fff;
}

.zarejestruj-misto-big-title {
    color: #fff;
    text-transform: uppercase;
    padding-top: 15rem;
    text-align: center;
    font-size: 8.7rem;
    font-weight: 900;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: "Acumin Pro black";
}

.zarejestruj-misto-page-banner .misto-banner-date-adr-block {
    margin-top: 1rem;
    font-size: 2rem;
}

.zarejestruj-misto-page-banner .misto-banner-adr-block:before,
.zarejestruj-misto-page-banner .misto-banner-date-block:before {
    width: 2rem;
    height: 2rem;
}

.zarejestruj-misto-big-title:before {
    content: '';
    position: absolute;
    width: 24rem;
    height: 24rem;
    left: 0;
    right: 0;
    top: 9rem;
    margin: 0 auto;
    z-index: -1;
    background: url(/wp-content/uploads/2023/09/ico-1.svg) no-repeat;
    background-position: top center;
    background-size: contain;
}

.zarejestruj-misto-page-content {
    padding-bottom: 9rem;
}

.zarejestruj-misto-form .kontakt-form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.zarejestruj-misto-form .kontakt-col {
    width: 50%;
    padding: 1rem 0 0 1rem;
}

.zarejestruj-misto-page-banner {
    background: #101010;
}

.zarejestruj-misto-form input[type="submit"] {
    width: 100%;
    margin: 0 auto !important;
}

.zarejestruj-checkbox label {
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 0.9rem;
    width: 100%;
    align-items: center;
    font-family: "Acumin Pro black";
}

.zarejestruj-checkbox label input {
    width: 1.5rem !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    margin-bottom: 0;
    height: 1.5rem;
}

.zarejestruj-checkbox span {
    width: 100%;
}

.zarejestruj-checkbox .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    margin-bottom: -1rem;
}

.zarejestruj-checkbox {
    position: absolute;
    padding-top: 0.5rem;
}

.zarejestruj-misto-page-banner {
    padding-bottom: 8rem;
}

.Archiwum {
    background: #101010 url(/wp-content/uploads/2023/09/bg-piknik.png) no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.archiwum-big-title {
    padding-top: 15.5rem;
    font-size: 3.6rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7rem;
}

.archiwum-big-title:before {
    content: '';
    position: absolute;
    width: 21rem;
    height: 21rem;
    left: 0;
    right: 0;
    top: 9rem;
    margin: 0 auto;
    z-index: 0;
    background: url(/wp-content/uploads/2023/09/ico-1.svg) no-repeat;
    background-position: top center;
    background-size: contain;
}

.archiwum-big-title div {
    position: relative;
    z-index: 2;
}

.myBtnContainer.category-name.filter {
    display: flex;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 2rem;
}

.category-name .button {
    position: relative;
    width: 25%;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    padding: 2rem 0 1.5rem;
    text-align: center;
    font-family: "Acumin Pro black";
}

.category-name .button:after {
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 0.4rem;
    background: #FAD204;
    bottom: 0.7rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.category-name .button:before,
.category-name .button.active:after {
    display: none;
}

.category-name .button.active:before {
    background: url(/wp-content/uploads/2023/09/ico-22.svg) no-repeat;
    height: 5rem;
    width: 5rem;
    content: '';
    position: absolute;
    top: 1.5rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-size: contain;
    z-index: 0;
    display: block;
}

.category-name .button div {
    position: relative;
    z-index: 1;
}

.category-name .button:first-child {
    display: none;
}

.filterDiv {
    display: none;
}

.card-a {
    overflow: hidden;
    transition: .5s all;
}

.show {
    display: block;
}

.archiwum-block-content {
    padding-top: 3.5rem;
}

.archiwum-block-title {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    padding: 1rem 0 1.5rem;
    text-align: center;
    font-family: "Acumin Pro black";
}

.archiwum-block-title:after {
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 0.4rem;
    background: #fad204;
    bottom: 0.7rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.misto-banner-date-block.archiwum-block-data {
    color: #fff;
    font-size: 2rem;
    width: 100%;
    max-width: 13rem;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 900;
    font-family: "Acumin Pro black";
}

.misto-banner-date-block.archiwum-block-data:before {
    content: '';
    width: 2rem;
    height: 2rem;
    background: url(/wp-content/uploads/2023/09/ico-14.svg) no-repeat;
    background-size: contain;
    left: 1rem;
    top: 0.5rem;
    position: absolute;
}

.archiwum-block-description p {
    margin: 0;
}

.archiwum-block-description {
    width: 100%;
    max-width: 66rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    line-height: 1.5;
}

.archiwum-page-content-section {
    padding-bottom: 9rem;
    margin-top: -5rem;
}

.archiwum-page-banner {
    background: #101010 url(/wp-content/uploads/2023/09/bg-piknik.png) no-repeat;
    background-size: cover;
    min-height: 110vh;
    width: 100%;
}

.site-branding {
    margin-left: 4rem;
}


@media screen and (max-width: 680px) {


.yellow-button a {
    background: #FAD204;
    font-size: 26px;
    height: 54px;
    min-width: 230px;
}

.content-head {
    height: 85px;
}

.home-page-banner-big-title {
    padding-top: 180px;
}

.home-page-banner-big-title:before {
    top: 130px !important;
}

.home-page-banner-content {
    height: auto;
}

.home-page-banner {
    min-height: 450px;
}

.organizatorzy-section-content {
    flex-direction: column;
}

.organizatorzy-section-block-img {
    position: relative;
    width: 100%;
    right: auto;
    top: 25px;
}
.organizatorzy-section-block:last-child {
    width: 100%;
    position: relative;
}

.organizatorzy-section-block:first-child {
    width: 100%;
    padding-top: 6rem;
    position: relative;
    z-index: 3;
}

.organizatorzy-block-title {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 35px;
    position: relative;
    font-family: "Acumin Pro black";
}

.organizatorzy-block-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #FAD204;
    left: 0;
    bottom: 3.5rem;
}

.organizatorzy-block-text {
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    padding-bottom: 30px;
}

section.home-city-section {
    padding: 40px 0;
}

.big-white-title {
    font-size: 32px;
}

.big-white-title:after {
    width: 30px;
}

.home-city-block {
    width: 100%;
    padding: 0 0.5rem;
    overflow: hidden;
    margin-bottom: 35px;
}

.home-city-block-img {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    height: 200px;
    display: flex;
    justify-content: center;
    position: relative;
}

.home-city-block-name {
    color: #fad204;
    font-size: 30px;
    text-decoration: none;
    font-weight: 700;
    margin-top: -4rem;
    text-transform: uppercase;
    line-height: 1;
    overflow: hidden;
    text-align: center;
}

.home-city-block-grey {
    background: #313131;
    height: 100px;
    border-radius: 0 0 16px 16px;
    position: relative;
    margin-bottom: -30px;
    width: 100%;
    padding-top: 2rem;
}

.home-city-block-date {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin-top: 1rem;
    line-height: 1;
    text-align: center;
}

.home-organizatorzy-section .organizatorzy-section-block-img {
    position: relative;
    width: 100%;
    right: auto;
    top: 0.5rem;
} 

.home-organizatorzy-section .organizatorzy-section-block:first-child {
    width: 100%;
    padding-top: 5rem;
    position: relative;
    z-index: 3;
    min-height: 43rem;
}

.home-organizatorzy-section .organizatorzy-section-block:last-child {
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.social-media-buttons {
    width: 100%;
    position: relative;
    right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 8rem;
}

.social-media-buttons .yellow-button {
    margin-bottom: 10px;
}

.social-media-content {
    padding-top: 50px;
}

.social-media-content .swiper-slide {
    width: 200px !important;
    overflow: hidden;
    height: 200px !important;
}

section.social-media-section {
    padding-top: 60px;
    position: relative;
    padding-bottom: 60px;
}

.kontakt-form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.kontakt-col {
    width: 100%;
    padding: 0;
}

.kontakt-form input[type="text"], .kontakt-form input[type="email"], .kontakt-form input[type="tel"] {
    padding: 3px;
    background: #313131;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    height: 56px;
    padding: 10px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff !important;
    border: none;
}

.kontakt-form textarea {
    padding: 3px;
    background: #313131;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0.5rem;
    height: 188px;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border: none;
    resize: none;
    padding: 10px;
    font-size: 20px;
}

.header.header_fixed .content-head {
    height: 60px;
}

.header.header_fixed .site-branding img {
    height: 48px;
}

input[type="submit"], .kontakt-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-transform: uppercase;
    height: 54px;
    min-width: 230px;
    display: flex;
    padding: 19px 0.8rem !important;
    font-size: 22px;
}

.numb-home-section {
    background: url(/wp-content/uploads/2023/09/666.png) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.numb-home-content {
    display: flex;
    flex-direction: row;
    padding: 8.5rem 5rem 7rem;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.o-nas-numbers-block-img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
	display: flex;
    justify-content: center;
}

.o-nas-numbers-plus-block {
    color: #fff;
    font-size: 48px;
    line-height: 0.9;
    font-weight: 900;
}

.o-nas-numbers-text {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 20px;
}

.organizatorzy-logo-block img {
    max-height: 20px;
    margin: 0 10px;
}.organizatorzy-logo-block {
    max-height: 20px;
    margin: 0 0.5rem;
}

.footer-copyright {
    font-size: 12px;
}

footer#colophon {
    width: 100%;
    border-top: 1px solid #707070;
    padding: 20px 10px;
}

section.home-page-banner.misto-page-banner .home-page-banner-big-title {
    padding-top: 180px;
}

.misto-banner-date-adr-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 2;
    /*font-family: "Acumin Pro ExtraCondensed";*/
    font-family: 'Noto Sans', sans-serif;
    margin-top: -1.5rem;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 1;
}

.misto-banner-date-block:before,
.misto-banner-adr-block:before {
    display: none;
}

.misto-banner-date-block,
.misto-banner-adr-block {
    text-align: center;
}

section.co-dla-ciebie-section {
    padding: 60px 0;
}

.co-dla-ciebie-content {
    flex-direction: column;
}

.co-dla-ciebie-block {
    background: #313131;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.co-dla-ciebie--block-img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.co-dla-ciebie-block-title {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    text-align: center;
}

.co-dla-ciebie-block-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.co-dla-ciebie-content {
    flex-direction: column;
    padding-top: 30px;
}

section.harmonogram-section {
    padding: 50px 0;
}

.harmonogram-time {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.harmonogram-block-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.harmonogram-content-row.harmonogram-center .harmonogram-row-block .harmonogram-block-descr {
    padding-top: 10px;
}

.harmonogram-block-descr {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
}

.harmonogram-row-ico {
    width: 40px;
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    padding: 15px 0;
    min-height: 5rem;
}

.harmonogram-row-ico:after {
    width: 10px;
    height: 10px;
}

.rejestracja-section {
    background: #313131;
    padding: 50px 0;
}

.rejestracja-section-content form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.kontakt-col1 p {
    display: flex;
    flex-direction: column;
}

.kontakt-col1 input {
    background: #101010;
    padding: 1rem!important;
    color: #fff;
    border: none!important;
    margin-right: 2%;
    width: 100%;
    margin-bottom: 10px;
    height: 56px;
    padding: 10px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.kontakt-col2 input[type="submit"] {
    line-height: 2.1!important;
    text-transform: uppercase;
    height: 54px;
    min-width: 230px;
    display: flex;
    padding: 7px 0.8rem !important;
    font-size: 22px;
}

.kontakt-checkbox label {
    font-size: 12px;
}

.kontakt-checkbox label input {
    width: 15px!important;
    height: 15px;
}

.o-nas-numbers-block {
    width: 50%;
}

.organizatorzy-logo-content {
    display: flex;
    padding: 2.2rem;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.organizatorzy-logo-block {
    max-height: 20px;
    margin: 1% 5px;
    width: 29%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.archiwum-big-title {
    padding-top: 180px;
    font-size: 32px;
    padding-bottom: 60px;
}

.archiwum-big-title:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    top: 120px;
}

.category-name .button {
    position: relative;
    width: 45%;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    padding: 2rem 0 20px;
    text-align: center;
}

.category-name .button.active:before {
    height: 50px;
    width: 50px;
}

.archiwum-page-banner {
    min-height: auto;
    width: 100%;
    padding-bottom: 30px;
}

.archiwum-block-title {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    padding: 1rem 0 20px;
    text-align: center;
}

.misto-banner-date-block.archiwum-block-data {
    color: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 900;
    padding: 0 0 20px;
}

.archiwum-block-description {
    width: 100%;
    max-width: 80%;
    font-size: 14px;
    padding-bottom: 1rem;
    line-height: 1.5;
}

.archiwum-page-content-section {
    padding-bottom: 60px;
}

.zarejestruj-misto-form {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
}

.zarejestruj-misto-form .kontakt-form {
    width: 100%;
    max-width: 90%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
}

.zarejestruj-misto-form .kontakt-col {
    width: 100%;
    padding: 0;
}

.zarejestruj-checkbox {
    position: absolute;
    bottom: 125px;
}

.zarejestruj-misto-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 80px !important;
}

.o-nas-numbers-block {
    width: 45%;
}

.zarejestruj-checkbox label {
    font-size: 10px;
}

.zarejestruj-checkbox label input {
    width: 15px !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    margin-bottom: 0;
    height: 15px;
}

.zarejestruj-misto-big-title {
    padding-top: 180px;
}

.zarejestruj-misto-page-banner .misto-banner-date-adr-block {
    margin-top: 1rem;
    font-size: 16px;
    padding-bottom: 50px;
}

.zarejestruj-misto-big-title:before {
    top: 150px;
}

.site-branding img {
    height: 50px;
}




}

