/* FORM */
.hs-fieldtype-booleancheckbox{
  width:100% !important;
  margin-top:30px !important;
  }

#expand {
  display: none;
}

.form-custom-1-3-2 .input {
  text-align: left;
}

.exam-int-btn {
  display: inline-block;
  background: url('https://cdn2.hubspot.net/hubfs/3827854/%5B+%5D%20%5BASMA%5D/%5B+%5D%20%5BElementy%20sta%C5%82e%5D/arrow-down.png') no-repeat left 8px top 9px #f1f1f1;
  color: #999;
  padding: 0 10px 0 20px;
  border-radius: 3px;
  line-height: 20px;
  font-size: 11px;
  margin-left: 30px;
  margin-top: -4px;
  cursor: pointer;
}

.exam-int-btn.white {
	background-image: url('https://cdn2.hubspot.net/hubfs/3827854/%5B+%5D%20%5BASMA%5D/%5B+%5D%20%5BElementy%20sta%C5%82e%5D/arrow-up.png');
}

form {
  position: relative;
}

form>div {
  overflow: hidden;
  position: relative;
  padding-top: 30px !important;
}

.form-custom-1-3-2 .hs_email {
  position: absolute;
  top: 0
}
.form-custom-1-3-2 .hs_submit {
  top: 20px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  /* Ustawienie wysokości i szerokości jest konieczne, aby 'margin: auto' działało prawidłowo */
  width:  calc((100% - 300px)) !important; /* Lub konkretna szerokość */
  height: 50% !important; /* Lub konkretna wysokość */
  position: absolute !important;
}

ul.inputs-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}



.hs-form-required {
  font-weight: normal;
  font-size: 12px;
  color: #ff0000;
}

form .hs-richtext {
  float: right;
  width: calc(100% - 30px);
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}

form .hs-richtext a {
	color: #999;
}

.hs_error_rollup {
  display: none;
}

ul.hs-error-msgs {
  position: absolute;
  width: 220px;
  font-size: 10px;
  color: #ff0000;
  margin: 0 0 0 30px;
  top: 15px !important;
}

.hs_email .hs-form-required {
	display: none;
}

.hs_email ul.hs-error-msgs {
  background: #fff;
  padding: 5px 10px;
  margin-left: 10px;
}

/* CUSTOM */
.span650 {
  width: 620px !important;
  margin: 0 auto !important;
}

.flex {
	display: flex;
  align-items: center;
  justify-content: center;
}

img.left_photo {
	border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  height: auto;
  width: 100%;
  display: block;
}
.page_text {
	text-align: center;
}
.page_text h1 {
margin-top: 0;
  line-height: 120%;
}
.zapisz_sie {
	margin-bottom: 10px;
}

.form-custom-1-3-2 .hs-form input[type="email"], .form-custom-1-3-2 .hs-form input[type="text"] {
	height: 45px;
  width: 300px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #bdcbdb;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type="submit"] {
/* 	height: 60px;
  width: 300px;
  border-radius: 55px;
  font-size: 19px;
  color: #fff;
  border: 0;
  background: linear-gradient(to bottom, #0b3b61 0%, #025fad 100%); */
     width: 300px;
margin: 0 auto !important; 
float: none !important; 
  height: 45px;
  color: #ffffff;
  background: #FF2334;
  border: 0px solid #003764;
  border-radius: 30px;
  padding: 10px 40px; /* Dostosuj padding do potrzeb */
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

.form-custom-1-3-2 .hs_email {
    top: 0;
  right: 0;
 left: auto;
}

@media (max-width: 767px) {

	.flex {
    display: block;
  }
  
  .span650 {
    width: auto !important;
  }
  
  .page_text h1 {
    font-size: 28px !important;
    margin-top: 20px !important;
  }
  
  .form-custom-1-3-2 .input {
  text-align: center;
}
  
  .form-custom-1-3-2 .hs-form input[type="email"], .form-custom-1-3-2 .hs-form input[type="text"] {
    margin-bottom: 90px;
    max-width:100%;
    height: 45px;
  width: 80%;
  font-size: 14px;
  text-align: center;
  border: 2px solid #bdcbdb;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
  .form-custom-1-3-2 .hs_email {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* Ustawienie wysokości i szerokości jest konieczne, aby 'margin: auto' działało prawidłowo */
    width: 100% !important; /* Lub konkretna szerokość */
    height: 60%; /* Lub konkretna wysokość */
  }
  
  .hs_email {
    padding-top: 0;
  }
  
  .exam-int-btn {
    margin-bottom: 20px;
  }
  body input[type="submit"] {
/* 	height: 60px;
  width: 300px;
  border-radius: 55px;
  font-size: 19px;
  color: #fff;
  border: 0;
  background: linear-gradient(to bottom, #0b3b61 0%, #025fad 100%); */
  width: 100%;
  margin: 0 auto !important; 
  float: none !important; 
  height: 45px;
  color: #ffffff;
  background: #FF2334;
  border: 0px solid #003764;
  border-radius: 30px;
  padding: 10px 40px; /* Dostosuj padding do potrzeb */
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
  .form-custom-1-3-2 .hs_submit {
  top: 95px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  /* Ustawienie wysokości i szerokości jest konieczne, aby 'margin: auto' działało prawidłowo */
/*   width: 33% !important; /* Lub konkretna szerokość */
  width: 80% !important;  
  height: 50% !important; /* Lub konkretna wysokość */
  position: absolute !important;
}
.hs-fieldtype-booleancheckbox{
  width:100% !important;
  margin-top:150px !important;
  }
  
}