/*
Theme Name: Vansmercedes
Author: JACKVISION.PL
Author URI: http://www.jackvision.pl
Version: 1.0
*/




/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	padding-bottom:5px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.text-white__small{
	font-size: 19px !important;
	opacity: .6;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html{
	height: 100%;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


img {
	max-width: 100%;
	height: auto;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	padding:4px;
	border:1px solid #d2d2d2;
}


/*html {-webkit-text-stroke: 0.25px;}*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: #ccc;
	font-weight:normal;
}

:-moz-placeholder {
    color: #ccc;
	font-weight:normal;
}
*::-moz-placeholder {
    color: #ccc;
	font-weight:normal;
}

*:-ms-input-placeholder {
    /* IE10+ */
    color: #ccc;
	font-weight:normal;
}


a[href^=tel]:link{
	color:inherit;  
	text-decoration:none !important;
}

.table{display:table; width:100%;}
.table-row{display:table-row;}
.table-cell{display:table-cell;}
.height100{height:100%;}
.va-middle{vertical-align:middle;}






.to_be_animated {
    opacity: 0;
}
.delay-1s {
    animation-delay: 1s;
}
.delay-2s {
    animation-delay: 2s;
}
.delay-3s {
    animation-delay: 3s;
}

	#access {
		display: flex;
		align-items: center;
		background: none;
		justify-content: center;
		padding-top: 3rem;
	}

	.new-header{padding-right:15vw;}



	#access .menu-header,
	div.menu {
		/*padding-top: 20px;*/
		font-size: 12px;
		font-size: 0;
	}

	#access .menu-header ul,
	div.menu ul {
		list-style: none;
		margin: 0;
	}

	#access .menu-header li,
	div.menu li {
		display: inline-block;
		position: relative;
		height:73px;
	}

	#access .menu-header li:last-child,
	div.menu li:last-child {
		border-right: 0;
	}


	#access a {
		color: #FFFFFF;
		display: block;
		padding: 2rem;
		text-decoration: none;
		font-size: 1.4rem;
		background-repeat: no-repeat;
		transition: all 0.5s ease 0s;
		padding-bottom: .5rem;
		
	}

	#access a:hover,
	#access ul li.current-menu-item a {
		color: #FFFFFF;
		transition: all 0.5s ease 0s;
		border-bottom: 1px solid #fff;
		padding-bottom: 1rem;
	}





	#access ul li:hover>ul {
		display: block;
	}

	/*body{padding-bottom:6.4rem; background-color: #000000; background-image:url(img/bg2026.jpg); background-attachment:fixed; background-repeat:no-repeat; background-size:cover; background-position: center top;  color:#FFFFFF; font-family: "CorporateSRegular","Times New Roman","Arial",serif; font-weight: normal; font-style: normal; margin:0; padding:0; position:relative; font-size:16px;} */
	body{padding:6.4rem 0; background-color: #000000; background-image:url(img/silver_arrows_1920x1080_fixed_sides.png); background-position: center top; background-repeat: no-repeat;  color:#FFFFFF; font-family: "CorporateSRegular","Times New Roman","Arial",serif; font-weight: normal; font-style: normal; margin:0; padding:0; position:relative; font-size:16px;} 
	p{line-height:1.5em; margin-bottom:20px; font-size:14px;}
	a{color:#fff; text-decoration:none}
	strong{font-weight: bold; 	font-style: normal;}
	.footer{width: 100%; padding:1.5em; width:100%; display: flex; justify-content: space-between; justify-content:flex-start}
	.footer > .footer-left{align-self: center; color:#FFFFFF; text-align:center}
	.footer >.footer-right {align-self: center;}
	.footer>.footer-left a,
	.footer>.footer-right a,
	.footer>.footer-left span{margin-left: 1rem; margin-right: 1rem;}
	.footer a{text-decoration: underline; color:#FFFFFF}
	.footer>.footer-right img{max-height:3rem; padding-right:10rem; margin-bottom: 27px;}
	a{color:#000;}
	a:hover{color:inherit;}



	.main-h1{font-family: 'CorporateACondensedRegular'; font-size:2.4rem; line-height:3.5rem; color:#FFFFFF;}
	h1{font-family: "CorporateSRegular","Times New Roman","Arial",serif;
	font-weight: normal;
	font-style: normal; padding-bottom:30px;}
	.main-h1.small-h1{font-size: 1.4rem; line-height: 1; padding-top:1.5rem}
	h2{font-family: "CorporateSRegular", "Times New Roman", "Arial", serif;
	font-size:1.4rem; color:#FFFFFF; margin-bottom:12px; line-height: 2rem;}
	h3{font-family: "CorporateSRegular","Times New Roman","Arial",serif;
	font-weight: normal;
	font-style: normal;}
	
	
h4{font-size:21px; color:#000; margin-bottom:20px;}


	#main-slider > ul{margin-top:0;}
	.main-grid{}
	.white-block{background-color:#fff; padding:20px; margin-bottom: 20px;}
	.white-block h2{margin-bottom:0;}
	.white-block ul{margin-top:10px; margin-bottom:20px;}
	.white-block ul li{line-height: 1.4em;}
	.white-block p:last-child{margin-bottom: 0;}

	.ib{display:inline-block;}
	.align-center{text-align:center;}
	.align-left{text-align:left;}
	.align-right{text-align:right;}
	.margin_top_25{margin-top:25px;}
	.margin_bottom_25{margin-bottom:25px;}
	.padding_top_70{padding-top:70px;}
	.padding_top_bottom_70{padding-top:70px; padding-bottom:70px;}
	.container{max-width:1260px; margin:0px auto; padding-left:2rem; padding-right:2rem; position:relative; }
	header{width:100%; transition: all 0.5s ease 0s; display:flex; justify-content: space-between; gap:2rem; padding-left: 4rem; padding-right: 4rem; padding-top:3rem}
	header img{width: 80px; height:80px;}
	header h2{text-align:right; font-family: 'CorporateACondensedRegular'; font-size:1.4rem; line-height:1; color:#FFFFFF;}
	.logo{text-align:left; margin-left: 10px;}
	/*.logo{float:left; background:url(img/autosfera.svg) no-repeat; background-size:320px 81px; width:320px; height:81px; text-indent:-9999px; display:block; margin-top:28px;}*/

	.fb{position:absolute; right:10px; top:39px; width:22px; height:22px; display:inline-block; background:url(images/fb.png) no-repeat; text-indent:-9999px;}
	.oh{overflow:hidden;}


	input{font-family: "CorporateSRegular","Times New Roman","Arial",serif;
	font-weight: normal;
	font-style: normal;}

	.button{transition: all 0.5s ease 0s; font-family: "CorporateSRegular","Times New Roman","Arial",serif; 
	font-weight: normal;
	font-style: normal; font-size:14px; padding:10px 30px; display:inline-block; border:0; cursor:pointer; text-transform:uppercase; background:#00A4E3; color:#fff;}


	.button.gray:hover{background:#ff6e00; color:#fff;}
	.button.white:hover{background:#ff6e00; color:#fff;}
	.button.orange:hover{background-color:#ee3d24; color:#fff;}
	.light_gray:hover{background:#ff6e00; color:#fff;}



	footer p{color:#fff; margin-bottom:0;}
	footer{background-size:cover;}
	div.footer_bg{background:rgba(0,0,0,0.8);}
	footer p#jackvision{position:absolute; right:10px; top:0; margin-bottom:0;}
	footer a{color:#FF6E00;}
	footer h1{font-size:18px; color:#a3a3a3;}
	footer h1:after{ display: block; content: ''; background: #ee3d24; height:3px; width:32px; margin:30px 0 0px 0;}
	footer h2{color:#fff; font-size:50px; font-weight:normal;}
	footer h3{color:#ff6e00; margin-bottom:25px; line-height:1.5em;}
	footer h3 span{display:block; color:#fff;}

	footer ul li{margin-bottom:10px;}
	footer ul li a{color:#fff;}

	footer ul{list-style:none; margin:0; padding:0;}
	footer ul#dane_kontaktowe li{margin-bottom:20px; padding:0px 0px 0px 30px; line-height:1.5em; color:#fff;}
	footer ul#dane_kontaktowe li.telefon{background:url(images/phone_icon.png) no-repeat 0 4px;}
	footer p{margin-bottom:25px;}
	
	footer .button.orange{margin-top:25px;}

	footer ul#oferta_lista{margin-top:7px;}
	footer ul#oferta_lista li{margin-bottom:15px; float:left; width:48%;}


.pr{position:relative;}

.form-grid{display: grid; grid-template-columns: 1fr; grid-gap: 20px;}
#contact-form fieldset{width:100%; margin-bottom:0;}
#contact-form fieldset.full-width textarea{border:0;  border:1px solid #d9d9d9; width:100%; height:200px; padding:10px 24px; background:#f8f8f8; color:#7c7c7c; font-family: "CorporateSRegular","Times New Roman","Arial",serif; font-weight: normal; font-style: normal; font-size:16px; transition: all 0.5s ease 0s;}
#contact-form fieldset input[type="text"],#contact-form fieldset input[type="number"],#contact-form fieldset select{border:0; border:1px solid #d9d9d9; width:100%; height:42px; padding:10px 24px; background:#f8f8f8; color:#7c7c7c; font-family: "CorporateSRegular","Times New Roman","Arial",serif; font-weight: normal; font-style: normal; font-size:16px; transition: all 0.5s ease 0s;}
#contact-form fieldset input[type="text"].required, #contact-form fieldset input[type="number"].required{ border-right:30px solid #d9d9d9; transition: all 0.5s ease 0s;}
#contact-form fieldset div.pr:before{position:absolute; content:"*"; top:11px; right:7px; font-size:45px; color:#ee3d24;}
#contact-form fieldset.full-width textarea.required{ border-right:30px solid #d9d9d9;}
#contact-form fieldset.width100{float:none; width:100%;}




#delete-form fieldset{width:100%; margin-bottom:0; padding:1%;}
#delete-form fieldset.full-width textarea{border:0;  border:1px solid #d9d9d9; width:100%; height:200px; padding:10px 24px; background:#f8f8f8; color:#7c7c7c; font-family: Avenir; font-weight: normal; font-style: normal; font-size:16px; transition: all 0.5s ease 0s;}
#delete-form fieldset input[type="text"],#delete-form fieldset input[type="number"],#delete-form fieldset select{border:0; border:1px solid #d9d9d9; width:100%; height:42px; padding:10px 24px; background:#f8f8f8; color:#7c7c7c; font-family: "CorporateSRegular","Times New Roman","Arial",serif; font-weight: normal; font-style: normal; font-size:16px; transition: all 0.5s ease 0s;}
#delete-form fieldset input[type="text"].required, #delete-form fieldset input[type="number"].required{ border-right:30px solid #d9d9d9; transition: all 0.5s ease 0s;}
#delete-form fieldset div.pr:before{position:absolute; content:"*"; top:11px; right:7px; font-size:45px; color:#ee3d24;}
#delete-form fieldset.full-width textarea.required{ border-right:30px solid #d9d9d9;}
#delete-form fieldset.width50{float:left; width:50%;}
#delete-form fieldset.width100{float:none; width:100%;}


.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
}


.err {
	border: 1px solid #ee3d24 !important;
	border-right:30px solid #ee3d24  !important;
	transition: all 0.5s ease 0s;
}


.err_zgoda {
	/*border: 1px solid #ee3d24 !important;*/
	transition: all 0.5s ease 0s;
	box-shadow:0 0 5px #ee3d24;
}
#err2 {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 20px 0;
    text-align: center;
	border-radius:5px;
}
#err2 > div.error {
    background-color: #ee3d24;
    color: #fff;
	font-size:12px;
	border-radius:5px;
}
#err2 > div.green {
    background-color: #099c20;
    color: #fff;
	font-size:12px;
	border-radius:5px;
}









.hovered{cursor:pointer;}


.this-content ul {list-style:disc; margin-left:15px;}
.this-content ul li{margin-bottom:15px; line-height:1.5em; position:relative; padding-left:20px; font-size:16px; color:#7c7c7c;}
.this-content ul li ul{margin-top:25px; margin-bottom:25px;}

.this-content ol{list-style:decimal; margin-left:20px; margin-bottom:10px; color:#7c7c7c;}
.this-content ol li{margin-bottom:15px; line-height:1.5em;}
.this-content ol li ol{margin-top:25px; margin-bottom:25px;}

.this-content h2{font-size:32px; font-weight:400; text-transform:none;}
.this-content h3{font-size: 25px; font-weight:400; text-transform:none;}
.this-content h4{font-size: 18px; font-weight:400; text-transform:none;}

.fa-18x {font-size: 1.8em !important;}
.fa-25x {font-size: 2.5em !important;}



.main-text{float:right; width:calc(100%-200px); margin-top:50px;}
.form-container{max-width:1260px; padding:2rem; }
.form-container form label{cursor:pointer; display:block; margin-bottom:10px; font-family: "CorporateSRegular","Times New Roman","Arial",serif; font-weight: 400; font-size:14px; line-height:1.2em; text-align:justify; color:#FFFFFF}

p{font-family: "CorporateSRegular","Times New Roman","Arial",serif; font-weight: normal;}

h3{font-size:14px; color:#fff; margin-bottom: 3rem; margin-top: 2rem; }

.box-container{margin-top:2rem; position:relative !important; max-width: 515px; width: 100%; margin-left: auto; margin-right: auto;}



.loading{background-image:url(img/loading.svg); background-repeat: no-repeat; background-position:10px center; padding-left:50px;transition: all 0.5s ease 0s;}

fieldset p{font-size:11px; line-height:1.2em; text-align:justify;}

.small-white-font{font-size:11px !important; line-height:1.2em !important; font-weight: 400;}
div.hidden{display:none;}

.align-right a.small-white-font{color: #00A4E3 !important; padding: 3px 8px; background: #000; border-radius: 5px;}
.align-right a.small-white-font:hover{color: #fff !important; }

.social {text-align: center;}
.social ul{list-style:none; margin:0; padding:0; margin-top: 4px; margin-right: 10px;}
.social ul li{display: block; margin-left: 15px;}
.social ul li:first-child{ margin-bottom: 40px;}
.social ul li img{width: 20px;}
.contact{color:#fff; text-align: left; line-height: 1.4em;}
#jz-header{display:grid; /*grid-template-columns:260px 1fr 205px 85px 215px;*/ grid-template-columns: 1.5fr 1fr; margin-top:20px; margin-bottom:20px; overflow:hidden; grid-gap:50px;}
.oferta-grid{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.additional-info{color:#000; font-size:14px; margin-top:30px; text-align: left;}
.oferta-item{line-height: 1.4em;}

.vanprocenter-container{text-align: right;}
.vanprocenter{height:24px;}
.offer p{color:#000; text-align: left;}
.jz-header-first{display:grid; grid-template-columns:240px 1fr 240px; grid-gap:20px;}
.jz-header-second{display:grid; grid-template-columns:1fr 1fr; grid-gap:20px;}

.vanprocenter-container .social{display: block; margin-top: 30px;}
.vanprocenter-container .social ul li{display: inline-block; margin-right:0;}
.vanprocenter-container .social ul li:first-child{margin-bottom: 0;}



.form-group{margin-bottom: 1rem; margin-top:1rem;}
.form-group input[type="text"],
.form-group input[type="email"]{
	width: 100%;
	border-radius: 5px;
	border:1px solid #aaa;
	padding:10px;
	font-style: italic;
	font-size: 15px;
	background-color: transparent;
	color:#FFFFFF;
}
.next-button {
	padding: 10px 35px;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 35px;
	text-decoration: none;
	cursor:pointer;
	color:#FFFFFF;
	font-weight: 400;
	font-size: 1rem;
}




.next-button:hover{
	background-color: #fff;
	color:#000;
}

.button-container{padding:2rem 0;}




.d-flex{display: flex;}
.d-grid{display: grid;}

.form h5{font-size:20px; margin-bottom:1rem; margin-top: 2rem; color:#FFFFFF;}

input[type="radio"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	appearance: none;
	/* For iOS < 15 to remove gradient background */
	background-color: #fff;
	/* Not removed via appearance */
	margin: 0;
}


input[type="radio"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #6BCAAE;
	border-radius: 50%;
}

.form-control+.form-control {
	margin-top: 1em;
}

input[type="radio"] {
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #aaa;
	border-radius: 50%;
	transform: translateY(-0.075em);
}


input[type="radio"] {
	/* ...existing styles */

	display: grid;
	place-content: center;
}

input[type="radio"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
}


input[type="radio"] {
	/* ...existing styles */
	display: grid;
	place-content: center;
	cursor: pointer;

}

input[type="radio"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="radio"]:checked::before {
	transform: scale(1);
}


input[type="radio"]::before {
	/* ...existing styles */

	/* Windows High Contrast Mode */
	background-color: #FFFFFF;
}

input[type="radio"]:focus {
	outline: max(2px, 0.15em) solid currentColor;
	outline-offset: max(2px, 0.15em);
}

.form-check{display: grid; grid-template-columns: 2rem auto;}

.gap-2{gap:0.5rem 2rem;}
.mb-2{margin-bottom: 0.5rem;}



.step-container-3-items{display:flex; justify-content: space-between; margin-top: 2rem;}
.jz-step{align-self: center; margin-bottom: 0; line-height: unset;color: #FFFFFF}
.step-container-2-items{display:flex; justify-content: space-around; margin-top: 2rem;}

.second_person__hidden, .bluza_rozmiar__hidden, .room_type__hidden{display: none;}
.flex-wrap{flex-wrap: wrap;}
.mt-4{margin-top: 2rem;}
.w-100{width: 100%; padding:1rem; font-size:18px; color:#fff;}

.main-button {
	padding: 19px 0;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	width: 200px;
	font-size:22px;
	border: 3px solid #6BCAAE;
	border-radius: 35px;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(158, 208, 237, 1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(158, 208, 237, 1);
	box-shadow: 0px 0px 2px 0px rgba(158, 208, 237, 1);
}


.main-button:hover {
	background-color: #6BCAAE;
	color: #fff;
}

.second-button {
	padding: 10px 40px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-size: 1.6rem;
	border: 2px solid #fff;
	border-radius: 35px;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(158, 208, 237, 1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(158, 208, 237, 1);
	box-shadow: 0px 0px 2px 0px rgba(158, 208, 237, 1);
	color:#fff;
	
}


.second-button:hover {
	background-color: #fff;
	color: #000;
}


#step7 .second-button{background-color: #F4F5F7;}
#step7 .main-button{background-color: #F4F5F7;}
#step7 .second-button:hover{background-color: #A1D3F2; color:#fff;}
#step7 .main-button:hover{background-color: #6BCAAE; color:#fff;}


.main-title{font-size:calc(1.6rem + .6vw); color:#fff; font-weight: bold; position: absolute; left:0; top:0; margin-left:1rem; margin-top:1rem;}

.two-mobile-buttons{gap:1rem;}

.next-button.w-100{
	background:rgba(192, 0, 0, 0) !important;
	color:#fff;
}

.next-button.w-100:hover{
	background:rgba(255, 255, 255, 1) !important;
	color:#000;
}

.next-button.w-100.loading {
	padding-left: 2rem;
	background-size: 2rem;
	background-position: 2rem center;
}

.form-check-subgroup{display: block; padding-left: 2rem;}

.form-check-subgroup.subgroup-hidden {
	display: none;
}


.subgroup-hidden{
	display: none;
}

.thank-you{font-size:2.8rem; font-family: 'CorporateACondensedRegular';
	line-height: 3.5rem;
	color: #FFFFFF;}


.main-title-silverarrows{
	font-size:2.8rem; 
	font-family: 'CorporateACondensedRegular';
	color:#fff;
	margin-bottom: 5rem;
}

.container-last-step{padding-top:2rem; padding-bottom:10rem;}

.jz-default{
	padding-top:5rem;
	padding-bottom: 5rem;
	text-align: center;
}

.jz-default p{font-size: 22px;}

.d-flex-mw-500{max-width: 670px; margin:auto}
.d-flex-50{width: 50%;}
.d-flex-left{text-align:center;}
.d-flex-right{text-align:left;}


.grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:2rem;}
.grid-2 > div p, div.afternoon p{font-size:18px; max-width:330px; text-align:left; margin-left:auto; margin-right:auto; padding-left:40px; background:url(img/right-arrow.png) no-repeat left 0; background-size: auto 20px;}
.grid-2 > div h3{font-size:1.4rem; }
        

.wieczor *{
	color:#c00000;
}


.new-logo{
	max-width:100px;
	margin-bottom:4rem;
}


.agenda-files{
  margin: 32px 0;
}

.agenda-files__title{
  margin: 0 0 2rem;
  font-weight: 600;
  letter-spacing: .02em;
  font-size:1.6rem;
}

.agenda-files__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.agenda-files__item{
  margin: 0;
}

.agenda-files__link{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  text-decoration: none;
  background: rgba(255,255,255,.03);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.agenda-files__link:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.55); /* złoty akcent */
  background: rgba(212,175,55,.06);
}

.agenda-files__icon{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 44px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(0,0,0,1);
  background: rgba(255,255,255,.95);
}

.agenda-files__label{
  flex: 1 1 auto;
  font-weight: 600;
  line-height: 1.2;
  color:#fff;
}

.agenda-files__meta{
  flex: 0 0 auto;
  font-size: 12px;
  opacity: .75;
}

@media (max-width: 640px){
  .agenda-files__link{
    padding: 12px 12px;
    border-radius: 12px;
  }
  .agenda-files__icon{
    min-width: 40px;
  }
}


@media only screen and (max-width:1090px){
	#wpadminbar{background:blue !important;}
	.footer{height:175px}
	.footer-left > a,
	.footer-left span{display: block; margin:1rem;}
	.footer > .footer-right{align-self: flex-end;}



}




@media only screen and (max-width:860px){
	
		.new-logo{max-width: 80px;}
		#wpadminbar {background: orange !important;}

		.main-h1{font-size:4vw; line-height: 130%;}

				.second-button {
					font-size: 1.4rem;
				}
	
		html {-webkit-text-size-adjust: auto;}
	
		#step7 .d-flex {text-align: center;}
	
		#step7 .d-flex a {margin-bottom: 2rem;}
	
		.main-title {margin-bottom: 1rem;}
	
		.footer {position: relative; margin-top: 2rem; flex-direction: column; text-align: center; height:unset;}

		.footer-right img{margin-bottom: 0 !important; padding-right: unset !important; margin:auto !important;}
		.footer > .footer-right{align-self: center; margin-top: 1rem;}

	
		.box-container {
			height: unset !important;
			margin:0 auto;
			width:calc(100% - 2rem);
			margin-top:2rem;
	
		}
	
		.footer-right img {
			margin-top: 1rem;
		}
	
		.footer {
			padding-bottom: 1rem
		}
	
		.form {
			overflow-y: unset;
		}
	
		.row.row-space {
			height: unset !important
		}
	

	
		
	
		body.page-2 .main-button,
		body.page-2 .second-button{width: 100%;}

		body.page-2 #step7{
			max-width: 350px;
		}


	
	

		.main-title {
			font-size: calc(1.3rem + .6vw);
			color: #000;
			position: relative;
			text-align: center;
		}

		.box-container{max-width: unset;}

		body.page-2 .jz-home {
			padding-left: 0;
			padding-right: 0;
			margin-top: 0;
			padding-top:0;
		}

		#access a{
			font-size: 1.3rem;
		}

		.thank-you{font-size:2rem;}

		
}


@media only screen and (max-width:640px){
	
	header{ display:block; text-align:center;}
	header h2{text-align: center; margin-top: 2rem;}
	
	#wpadminbar{background:green !important;}
	html {-webkit-text-size-adjust:auto}
	#step7 .d-flex{text-align:center;}
	#step7 .d-flex a{margin-bottom: 2rem;}
	.main-title{margin-bottom: 1rem;}
		.footer {
			position: relative;
			margin-top:2rem;
		}
	
		.second-button {
			font-size: 1.2rem;
		}
	
		.box-container {
			height: unset !important
		}
	
		.footer-right img {
			margin-top: 1rem;
		}
	
		.footer {
			padding-bottom: 1rem
		}
	
		.form {
			overflow-y: unset;
		}
	
		.row.row-space {
			height: unset !important
		}

		/*.main-title{margin-top: 1rem;}*/

		#access{
			display: none;
		}

		.jv-menu-open-nav{display: inline-block !important; z-index:2;}

	

				.thank-you {
					font-size: 1.6rem;
				}
		
		.grid-2{display:grid; grid-template-columns:repeat(1,1fr); gap:2rem;}
		

		

}




@media only screen and (max-width: 479px) {
	#wpadminbar{background:yellow !important;}
	/*body{background:black !important;}*/
	.form-container.jz-home{/*padding:0;*/}/*agenda się źle wyświetla jak to włączę, ale może home się psuje*/
	.step-container-3-items{display: grid; grid-template-columns: 1fr; text-align: center;}
	.step-container-3-items>*,
	.step-container-3-items>p{margin-bottom: 1rem !important;}
	.step-container-3-items>button.next-button{order:1;}
	.step-container-3-items > a.next-button{order:2;}
	.step-container-3-items > p{order:3;}
		 
	body.page-2 .box-container {height: 100%;}
	body.page-2 .two-mobile-buttons{position: fixed;
		bottom: -27px;
		left: 0;
		width: 100%;background: rgba(255, 255, 255, .9);
			width: 100%;}
	
	body.page-2 .two-mobile-buttons .second-button,
	body.page-2 .two-mobile-buttons .main-button{
		width:100%;
		margin-left:.5rem;
		margin-right:.5rem;
	}

	.main-title{font-size:calc(1.3rem + .6vw); color:#000;}




}

@media only screen and (max-width: 320px) {
	#wpadminbar{background:pink !important;}


}