* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}

.to {
  	position: absolute;
  	top: 175px;
  	left: 0px;
  	background-color: rgba(216, 192, 230, 0.31);
  	width: 100%;
  	height: 3803px;
}

.na-tgrze-2 {
  	position: fixed;
  	width: 100%;
  	top: 0px;
  	right: 0px;
  	left: 0px;
  	background-color: rgb(255, 255, 255);
  	box-sizing: border-box;
  	height: 120px;
  	overflow: hidden;
  	font-size: 20px;
	display: flex;
  align-items: center;  
}	

.main-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  box-sizing: border-box;
}

.menu-wrapped {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
	margin-top: 10px;
}



.frame {
  position: relative;
	right: -80px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #000;
  width: 131px;
  height: 48px;
  display: flex;
  flex-direction: row;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.zaloguj {
  width: 131px;
  line-height: 150%;
  font-weight: 500;
  display: flex;
  flex-shrink: 0;
  color: #fff;
  text-decoration: none;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  align-items: center;
  justify-content: center;
	
}

.zaloguj:hover {
  color: #a01f80;
}

.logo-1-icon {
  position: relative;
  width: 204px;
  height: auto;
  object-fit: cover;
}

.items1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 32px;
  height: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.items1 a {
  display: inline-block;
  margin: 0 10px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
}

.items1 a:hover {
  color: #a01f80;
}
.input {
  	position: absolute;
  	top: 100px;
  	left: 0px;
  	width: 50%;
  	height: 80px;
}
.input1 {
  	position: absolute;
  	top: 204px;
  	left: 0px;
  	width: 50%;
  	height: 194px;
}
.nazwisko {
  	width: 627px;
  	position: relative;
  	line-height: 150%;
  	font-weight: 500;
  	display: inline-block;
}
.label {
  	flex: 1;
  	position: relative;
  	line-height: 150%;
  	font-weight: 500;
}
.field {
  	width: 611px;
  	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  	border-radius: 8px;
  	background-color: #fff;
  	border: 1px solid #e0e0e0;
  	box-sizing: border-box;
  	height: 48px;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: flex-start;
  	padding: 12px 16px;
  	color: #828282;
}
.input2 {
  	position: absolute;
  	top: 0px;
  	left: 912px;
  	width: 611px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 8px;
}
.input3 {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 611px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 8px;
}


.e-mail {
  	position: absolute;
  	top: 100px;
  	left: 0px;
  	line-height: 150%;
  	font-weight: 500;
  	display: inline-block;
  	width: 1256px;
}
.field2 {
  	position: absolute;
  	top: 132px;
  	left: 0px;
  	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  	border-radius: 8px;
  	background-color: #fff;
  	border: 1px solid #e0e0e0;
  	box-sizing: border-box;
  	width: 1523px;
  	height: 48px;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: flex-start;
  	padding: 12px 16px;
  	color: #828282;
}
.miejsce-na-wiadomo {
  	position: absolute;
  	top: 204px;
  	left: 0px;
  	line-height: 150%;
  	font-weight: 500;
  	display: inline-block;
  	width: 1254px;
}
.field3 {
  	position: absolute;
  	top: 236px;
  	left: 0px;
  	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  	border-radius: 8px;
  	background-color: #fff;
  	border: 1px solid #e0e0e0;
  	box-sizing: border-box;
  	width: 1523px;
  	height: 162px;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: flex-start;
  	padding: 12px 16px;
  	color: #828282;
}
.wylij {
  	position: relative;
  	line-height: 150%;
  	font-weight: 500;
}
.button {
  	position: absolute;
  	top: 441px;
  	left: 662px;
  	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  	border-radius: 8px;
  	background-color: #000;
  	width: 290px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	padding: 16px 32px;
  	box-sizing: border-box;
  	font-size: 20px;
  	color: #fff;
}
.input-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.input-box {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}
.column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

textarea {
  resize: vertical;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}
.input-parent {
  	position: absolute;
  	top: 126px;
  	left: -40px;
  	width: 1000px;
  	height: 603px;
}
.formula {
  	position: absolute;
  	top: 0px;
  	left: calc(50% - 312px);
  	letter-spacing: -0.02em;
  	font-weight: 600;
  	display: inline-block;
  	width: 624px;
}
.formula-wrapper {
  	position: absolute;
  	top: 0px;
  	left: calc(50% - 312px);
  	width: 624px;
  	height: 58px;
}
.tekst-inner {
  	position: absolute;
  	top: 0px;
  	left: calc(50% - 761.5px);
  	width: 624px;
  	height: 58px;
  	font-size: 48px;
}
.tekst {
  	position: absolute;
  	top: 279px;
  	left: 228px;
  	width: 100%;
  	height: 629px;
}
.group-child {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	background-color: #922554;
  	width: 1442px;
  	height: 582px;
}
.rectangle-wrapper {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 1442px;
  	height: 582px;
}
.kontakt-inner {
  	position: absolute;
  	top: 1038px;
  	left: -2px;
  	width: 100%;
  	height: 582px;
}
.kontakt-child {
  	position: absolute;
  	top: 1038px;
  	left: 725px;
  	background-color: #e5a0d1;
  	width: 1255px;
  	height: 582px;
}
.infolinia {
  	position: absolute;
  	top: 0px;
  	left: calc(50% - 129.5px);
  	letter-spacing: -0.02em;
  	font-weight: 600;
  	display: inline-block;
  	width: 187px;
  	height: 58px;
	left: 0%;
}
.w-godz-700 {
  	width: 515px;
  	position: relative;
  	line-height: 150%;
  	font-weight: 500;
  	display: inline-block;
}
.e-mail-infobulazranagmailc1 {
  	width: 100%;
}
.e-mail-infobulazranagmailc {
  	width: 515px;
  	position: relative;
  	font-size: 20px;
  	line-height: 150%;
  	font-weight: 500;
  	display: flex;
  	align-items: center;
}
.text1 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	gap: 8px;
}
.text {
  	position: absolute;
  	top: 99px;
  	left: 0px;
  	width: 349px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-end;
  	justify-content: flex-start;
  	font-size: 24px;
}
.infolinia-parent {
  	position: absolute;
  	top: 271px;
  	left: calc(50% - 174.5px);
  	width: 349px;
  	height: 203px;
}
.biuro {
  	width: 117px;
  	flex: 1;
  	position: relative;
  	letter-spacing: -0.02em;
  	font-weight: 600;
  	display: inline-block;
}
.w-godz-800 {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	line-height: 150%;
  	font-weight: 500;
}
.e-mail-biurobulazranagmail {
  	position: absolute;
  	top: 44px;
  	left: 0px;
  	font-size: 20px;
  	line-height: 150%;
  	font-weight: 500;
}
.text3 {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 348px;
  	height: 104px;
}
.text2 {
  	width: 348px;
  	position: relative;
  	height: 104px;
  	font-size: 24px;
}
.biuro-parent {
  	position: absolute;
  	top: 0px;
  	left: 1px;
  	width: 348px;
  	height: 203px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 41px;
}
.group-parent {
  	position: absolute;
  	top: 1092px;
  	left: calc(70% - 919px);
  	width: 349px;
  	height: 474px;
  	font-size: 48px;
  	color: #fff;
}
.buazranapl {
  	position: absolute;
  	top: 1548px;
  	left: 812px;
  	font-size: 24px;
  	line-height: 150%;
  	display: flex;
  	align-items: center;
  	width: 141px;
  	height: 36px;
}
.buttons-icon {
  	position: absolute;
  	top: 1440px;
  	left: 1079px;
  	border-radius: 4px;
  	width: 40px;
  	height: 40px;
}
.icon {
  	position: absolute;
  	top: 125px;
  	left: 8px;
  	width: 24px;
  	height: 24px;
  	object-fit: cover;
}
.buttons-icon1 {
  	position: absolute;
  	top: 78px;
  	left: 0px;
  	border-radius: 4px;
  	width: 40px;
  	height: 40px;
  	object-fit: cover;
}
.wpadlimy-ci-w {
  	margin: 0;
}
.wpadlimy-ci-w-container {
  	position: absolute;
  	top: 0px;
  	left: 10px;
  	font-size: 20px;
  	line-height: 150%;
  	font-weight: 500;
  	display: inline-block;
  	width: 450px;
  	height: 65px;
}
.httpswwwfacebookcombuaz {
  	position: absolute;
  	top: 85px;
  	left: 49px;
  	text-decoration: underline;
  	line-height: 150%;
  	font-weight: 500;
  	color: inherit;
  	display: inline-block;
  	width: 449px;
  	height: 32px;
	text-decoration: none;
}
.httpswwwinstagramcombua {
  	position: absolute;
  	top: 125px;
  	left: 49px;
  	line-height: 150%;
  	font-weight: 500;
  	display: inline-block;
  	width: 296px;
  	height: 24px;
}
.icon-parent {
  	position: absolute;
  	top: 1357px;
  	left: 811px;
  	width: 498px;
  	height: 149px;
  	color: #922554;
}
.bd-na-bieco {
  	position: relative;
  	top: 0px;
  	left: calc(50% - 307px);
  	letter-spacing: -0.02em;
  	font-weight: 600;
  	display: inline-block;
  	width: 507px;
  	height: 77px;
	white-space: nowrap;
}
.nie-przegap-naszych {
  	position: relative;
  	top: 0px;
  	left: 0px;
  	font-size: 26px;
  	letter-spacing: -0.02em;
  	font-weight: 600;
  	display: inline-block;
  	width: 616px;
  	height: 39px;
	white-space: nowrap;
}
.bd-na-bieco-parent {
  	position: relative;
  	top: 1098px;
  	left: calc(68% - 179px);
  	width: 616px;
  	height: 129px;
  	font-size: 64px;
}
.logo-1-icon {
  	position: absolute;
  	top: -100px;
  	left: calc(50% - 790px + 71px);
  	width: 204px;
  	height: 204px;
  	object-fit: cover;
}
.strona-gwna {
  	position: relative;
  	line-height: 150%;
  	font-weight: 500;
  	color: #ca3ea0;
}

.items1 {
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: flex-end;
	 gap: 20px;
  margin-right: calc(50% - 990px + 220px); 
  height: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%; 
}

.items1 a {
  display: inline-block; 
  margin: 0 10px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
}

.items1 a:hover {
  color: #a01f80;
}

.na-tgrze-3 {
  	position: fixed;
  	width: 100%;
  	top: 110px;
  	right: 0px;
  	left: 0px;
  	background-color: rgb(216, 192, 230);
  	box-sizing: border-box;
  	height: 78px;
  	overflow: hidden;
  	font-size: 20px;
	display: flex;
  align-items: center; 
  z-index:1000;
  justify-content: flex-end;
  

}
.zaloguj {
  width: 131px;
  line-height: 150%;
  font-weight: 500;
  display: flex;
  flex-shrink: 0;
  color: #fff; 
  text-decoration: none;
font-family: Inter;
font-size: 20px;
font-style: normal;
align-items: center;
  justify-content: center;
}

.frame {
  position: relative;
	right: -80px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #000;
  width: 131px;
  height: 48px;
  display: flex;
  flex-direction: row;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
}




.zaloguj:hover {
  color: #a01f80;
}


.kontakt {
  	width: 100%;
  	position: relative;
  	background-color: #fff;
  	height: 1620px;
  	overflow: hidden;
  	text-align: left;
  	font-size: 16px;
  	color: #000;
  	font-family: Inter;
}

input.error, textarea.error {
  border: 2px solid red;
}

input, textarea {
  border: 1px solid #000;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 16px;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  outline: none;
  cursor: text;
}
input:hover, textarea:hover {
  cursor: text;
}

button {
  padding: 10px 20px;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
}

.button3 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button3:hover {
  background-color: #ca3ea0;
  color: #fff;
}

.input-box, .input2, .input3 {
  width: 100%;
  cursor: text;}


@media (max-width: 1024px) {
  .items1 {
	  width: 100%;
	  margin-left: 85px;
	  margin-top: -70px;
    margin-right: 0px;
	  display: block;
    flex-wrap: wrap;
  }

	.items1 a {
  display: inline-block;
  margin: 0 0px;
		margin-top: 25px;
		margin-left: 5px;
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
}
  
  .logo-1-icon {
  	position: relative;
  	top: 0;
  	left: 0;
  	width: 204px;
  	height: 204px;
	margin-left: auto;
	margin-right: auto;
  	object-fit: cover;
}
  
 .na-tgrze-3 {
  position: fixed;
  width: 100%;
  top: 120px;
  left: 0;
  background-color: rgb(216, 192, 230);
  box-sizing: border-box;
  height: 88px;
  font-size: 20px;
  display: flex;
  align-items: center;
  z-index: 9998;
  justify-content: flex-end;
} 

	.frame {
  position: relative;
		top: 16px;
	right: 100px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #000;
  width: 131px;
  height: 48px;
  display: flex;
  flex-direction: row;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
}
	.article-title2 {
  	position: absolute;
  	width: 100%;
  	top: 777px;
  	right: 38.69%;
  	left: 0%;
  	height: 77px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	font-size: 44px;
	text-align: center;
}

	.oferta-child {
  	position: absolute;
  	top: 780px;
		display: none;
  	left: 0px;
  	width: 100%;
  	height: 518.5px;
}

	.group-parent {
  	position: absolute;
  	top: 1063px;
  	left: 0px;
  	width: 100%;
  	height: 380px;
			font-size: 20PX;
}

.input-parent {
  	position: absolute;
  	top: 126px;
  	left: -205px;
  	width: 200px !important;
  	height: 603px;
}

	.input-box {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}


	.button {
  	position: absolute;
  	top: 541px;
  	left: 0px;
  	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  	border-radius: 8px;
  	background-color: #000;
  	width: 200px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	padding: 16px 32px;
  	box-sizing: border-box;
  	font-size: 20px;
  	color: #fff;
}


	.tekst-inner {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 58px;
  	font-size: 28px;
}

.rectangle-wrapper {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 782px;
}

	.kontakt-child {
  	position: absolute;
  	top: 1538px;
  	left: 0px;
  	background-color: #e5a0d1;
  	width: 100%;
  	height: 382px;
}
	
.to {
  	position: absolute;
  	top: 175px;
  	left: 0px;
  	background-color: rgba(216, 192, 230, 0.31);
  	width: 100%;
  	height: 4803px;
}	

.kontakt {
  	width: 100%;
  	position: relative;
  	background-color: #fff;
  	height: 1920px;
  	overflow: hidden;
  	text-align: left;
  	font-size: 16px;
  	color: #000;
  	font-family: Inter;
}

.bd-na-bieco {
  	position: relative;
  	top: 450px;
  	left: 5px;
  	letter-spacing: -0.02em;
  	font-weight: 600;
  	display: inline-block;
  	width: 100%;
  	height: 55px;
	white-space: nowrap;
	font-size: 32px
}

	.nie-przegap-naszych {
  	position: relative;
  	top: 400px;
  	left: 10px;
  	font-size: 26px;
  	letter-spacing: -0.02em;
  	font-weight: 600;
  	display: inline-block;
  	width: 100%;
  	height: 39px;
	white-space: nowrap;
		font-size: 12px
}


	.icon-parent {
  	position: absolute;
  	 	top: 1700px;
  	left: 0px;
  	width: 100%;
  	height: 149px;
  	color: #922554;
}

	.buttons-icon {
  	position: absolute;
  	top: 740px;
  	left: 0px;
  	border-radius: 4px;
  	width: 40px;
  	height: 40px;
}

.wpadlimy-ci-w-container {
  	position: absolute;
  	top: 0px;
  	left: 10px;
  	font-size: 16px;
  	line-height: 150%;
  	font-weight: 500;
  	display: inline-block;
  	width: 100%;
  	height: 65px;
}


	.httpswwwfacebookcombuaz {
  	position: absolute;
  	top: 85px;
  	left: 49px;
  	text-decoration: underline;
  	line-height: 150%;
  	font-weight: 500;
  	color: inherit;
  	display: inline-block;
  	width: 449px;
  	height: 32px;
	text-decoration: none;
		font-size: 16px;
}
.text3 {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 104px;
	font-size: 12px;
}	

	.e-mail-biurobulazranagmail {
  	position: absolute;
  	top: 44px;
  	left: 0px;
  	font-size: 20px;
  	line-height: 150%;
  	font-weight: 500;
		font-size: 12px;
}

.infolinia-parent {
  	position: absolute;
  	top: 271px;
  	left: 0px;
  	width: 349px;
  	height: 203px;
}

	.text {
  	position: absolute;
  	top: 99px;
  	left: 0px;
  	width: 100%;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-end;
  	justify-content: flex-start;
  	font-size:14px;
}

	.e-mail-infobulazranagmailc {
  	
  	position: relative;
  	font-size: 20px;
  	line-height: 150%;
  	font-weight: 500;
  	display: flex;
  	align-items: center;
		font-size:12px;
			width:80%;
}
	
	
}