:root {
  --fontfamilynormal: "Inter", sans-serif;
  --fontfamilyheader: "Saira", sans-serif;
}

:focus {
  outline: 0;
}

a {
  outline: none;
   color: inherit; 
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

.container {
    width: 100%;
}

@media (min-width: 1199px)  {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl 
  {
    width: 100%;
    max-width: 1240px;
    margin: auto; 
  }
}
  
input, textarea, button {
  font-family: "Inter", sans-serif;
}

.clearer {
  clear: both;
  height: 0;
}
.site {
  text-align: center;
}
body {
  font-family: var(--fontfamilynormal);
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.row {
  margin: 0 !important;
  padding: 0 !important;
}

.bodybg {
  pointer-events: none;
  background: url('/img/frontend/tuostrony.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  width: 100%;     
}

.tresc {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
}

.headson {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 150px;
  color:white;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  margin-bottom: 25px;
}

.headson .logo {
  width: 500px;
  max-width: 90vw;
  height: auto;
}
.headson .logo img {
  width: 100%;
  height: auto;
}

.headson .menu {
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding-top: 30px;
}

.headson .btn-d {
  display: block;
  background: rgba(255,255,255,0.2);
  border-radius: 17px;
  width: 110px;
  height: 35px;
  padding: 7px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-left: 15px;
}
.headson .btn-d:hover {
    background: rgba(255,255,255,0.5);
    color: black;
}

.naglowek {
  color: white;
  margin-bottom: 40px;
}

.footer {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.txt-2a {
  color: white;
  line-height: 30px;
  font-size: 14px;
}

.informix {
  color: white;
}

.informix .info {
  font-weight: 200;
  line-height: 150%;
}

ul {
  text-align: left;
}

.minimenu {
  display:flex;
  flex-direction: row;
  justify-content: left;
  color: white;
}

.minimenu p {
  margin-right: 15px;
}

.minimenu p.nieaktywny{
  opacity: 0.4;
}

.codepix {
  width: 50%; 
  height: auto;
  border-radius: 10px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.8);
}

.formix {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
}

.content-box-1 {
  background-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  width: 100% !important;
  padding-top: 30px;
  border-radius: 2px;
  color: white;
  padding: 0;
  margin: 0;
}

.content-box-1 .opis {
  margin-top: 15px;
  margin-bottom: 15px;
}

h1 {
  font-family: var(--fontfamilyheader);
  font-size: 46px;
  line-height: 46px;
  font-weight:600;
}

h1 span {
  font-family: var(--fontfamilyheader);
  font-size: 46px;
  line-height: 46px;
  font-weight:400;
}

.content-box-1 h1 {
	padding-top:50px;
	padding-bottom:19px;
}

input[id="kod"] {
	  border: 1px solid #BEBEBE;
    border-radius: 2px;
	  width: 95%;
    height: 45px;
	  font-size: 26px;
    line-height: 40px;
    font-weight:700;
    text-align:center;
    vertical-align: middle;
    text-transform: uppercase;
}

.btn-1 {
	width: 95%;
  height: 50px;
	background-color: #c6233e;
	border: 1px solid #707070;
	border-radius: 2px;
	margin-top:40px;
	margin-bottom:30px;
	color:#fff;
	border-radius: 25px;
}

.btn-1:disabled {
	background-color: #8e8e8e;
}

.txt-1  {
	color: #fff;
	margin-top:40px;
	margin-bottom: 53px;
	line-height: 37px;
}

.txt-2 {
	color:#fff;
	position:absolute;
	margin-bottom:43px;
	margin-top:43px;
	bottom:0;
	left:0;
	width: 100%; 
	height:1em;
	text-align: center;
}

/* *** FORMULARZ KONTAKTOWY *** */

.kontakt input[type="email"], .kontakt input[type="text"], textarea {
	border: 1px solid #BEBEBE;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
	width: 90%;
  height: 40px;
	text-align:left;
	margin-bottom:10px;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
	font-size:16px;
	color:#fff !important;
}

.kontakt textarea {
	height:250px;
	width: 90%;
	resize:vertical;          
  white-space: pre-wrap;
  word-wrap: break-word;
	padding-top:1em;
	box-sizing: border-box;
}

.counter-box {
	text-align:right;
	width: 95%;
	
}

/* *** FORMULARZ *** */

.formularz {
	margin-top:20px;
	margin-bottom:40px;
  padding: 15px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: var(--fontfamilyheader);
	font-size: 24px;
  line-height: 23px;
  font-weight:500;
}

h3 {
  font-family: var(--fontfamilynormal);
	font-size: 20px;
  line-height: 23px;
  font-weight: 300;
}

.center {
	text-align: center;
}

.input-box-2 label {
	text-align: left;
	transform: translateY(+1px);
	opacity:0.2;
	padding-left:1em;
	font-size:10px;
	display:block;
	position:absolute;
}

.input-box-2 input[disabled] {
	border: 1px solid #BEBEBE;
  vertical-align: middle;
  border-radius: 2px;
	width: 100%;
  height: 45px;
	text-align:left;
	margin-bottom:10px;
	padding-left: 0.5em;
	padding-right: 30px;
	padding-top: 8px;
	box-sizing: border-box;
	color:#000;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
 }

.input-box-2  img {
	transform: translateX(-30px) translateY(+10px);
	position:absolute;
}

.input-box-2 {
    position: relative; 
}

.input-box-3 {
    position: relative;
    padding: 0;
    margin: 0;
    top: -20px;
}

.left {
  text-align: left;
}

.flex {
	display:flex;
  flex-direction: row;
	justify-content:space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}

input[type="file"] {
	display:none;
}

.inputKod {
  position:relative;
  top: 15px;
  background-color: rgba(255,255,255,0.1);
  border-radius: 0;
}

.accountNumber {
  background-color: rgba(255,255,255,0.1);
}

.file-label {
  background-color: #bebebe;
  height: 40px;
	width:200px;
	border-radius: 2px;
	color:#fff;
	padding-top:0.5em;
	text-align:center;
	margin-top:1em;
}



.mini, .mini3 {
	font-size: 12px;
  line-height: 11px;
	position: relative; 
  top: -5px;
  font-weight: 200;
}

.mini2 {
	font-size: 12px;
	margin-left:58px;
}

.input-box-4 input[type="text"]::placeholder {
	font-size: 10px;
	opacity:0.2;
}

.input-box-4 input[type="text"] {
	border: 1px solid #BEBEBE;
  border-radius: 2px;
	width: 100%;
  height: 40px;
	text-align:left;
	margin-bottom:10px;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
	font-size:16px;
	color:#000;
}

input[type="checkbox"]  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 2px; 
  background-color: #fff; 
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s; 
	margin-right: 10px;

	
}

.checkbox-container {
	display:flex;
	margin-left:30px;
	margin-bottom:10px;
}

.checkbox-container-all {	
  display: flex;
	margin-bottom:10px;
  text-align: left;
}

.checkbox-container label {
	font-size:14px;
	line-height: 17px;
	display:inline-block;
	/* width:100%; */

}

.checkbox-container-all label {
	font-weight:700;
	font-size:14px;
	line-height: 17px;
}


input[type="checkbox"]:checked {
  background-color: #BEBEBE; 
  border-color: #BEBEBE; 
}

input[type="checkbox"]:checked::after {
  content: '✔';
  position: absolute;
  top: -4px;
  left: 2px;
  color: #fff; 
  font-size: 14px;
}

input[type="checkbox"]:hover {
  border-color: #BEBEBE; 
}

a.btn-1 {
	width: 60%;
  height: 40px;
	background-color: #c6233e;
	border: 1px solid #707070;
	border-radius: 2px;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #fff;
	text-decoration: none;
	display: inline-block; 
	text-align: center;
	line-height: 40px; 
}



/* Responsywność */
@media (max-width: 992px) {

  .headson {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo {
    width: 80%;
    margin-bottom: 20px;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .menu {
    justify-content: center;
    padding-top: 0;
  }

  .content-box-1 {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
  
  .txt-1 {
    margin-top: 30px; 
    line-height: 30px; 
  	font-size: 14px;
  }
  
  .txt-2 {
	 font-size: 14px;
  }

  h1 {
    font-size: 22px; 
    line-height: 26px; 
  }

  .content-box-1 h1 {
    padding-top: 40px;
    padding-bottom: 15px; 
  }

  .logo {
   padding-top: 20px;
   width: 80%;
  }
  
  .kodzik {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
  }

  .kodzik .left {
    /* width: 100% !important; */
  }

  .kodzik .input-box-3 {
    /* width: 100% !important; */
    max-width: 100%;
  }

  .pliczek .input-box-3 {
    /* width: 100% !important; */
    width: 30%;
  }

  .pliczek .input-box-3 label {
    position: relative;
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    font-size: 12px;
    line-height: 12px;
    width: 90px;
    height: 40px;
    padding: 7px;
    padding-top: 12px;
    top: 10px;
    text-align: center;
    vertical-align: middle;
  }
  
}
