body {
    background: rgb(5, 23, 36);
}
.gradient1 {
  background: linear-gradient(92deg, #0E80F6 14.59%, #084B90 73.08%) !important;
  background-repeat: no-repeat !important;
  background-size: cover;
}
.gradient2 {
    border-radius: 25px;
	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(2px);
}
.form-bg {
    background: radial-gradient(107.32% 141.42% at 0% 0%, #1e55a9a6 0%, #11479999 100%);
    backdrop-filter: blur(9px);
    border: 3px solid #1891F6; 
    border-radius: 25px;
}
.form-bg .zpform-container .zpform-outer li {
 	margin-bottom: 5px;
    margin-top: 0;
}
.form-bg h2 {
  line-height: 26px;
  margin-bottom: 15px;
}
.zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=button], .zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=submit], .zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=reset] {
    width: 100%;
}
.page-wrapper {
    max-width: 1440px;
    margin: 0 auto !important;
    float: none;
}

.columns4 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    flex-wrap: nowrap;
}
.flex-nowrap, .flex-nowrap *, [flex-nowrap], [flex-nowrap] * {
    white-space: nowrap;
    flex-wrap: nowrap;
}

.theme-topband-container {
    display: none !important;
}
@media (min-width: 1500px) {
    .zpcontainer {
    	width: 1440px;
	}
}
@media (min-width: 992px) {
     .intro-text {
    	max-width:400px;
	}   
    .flex-nowrap-992 {
    flex-wrap: nowrap;
}
}
@media (max-width: 991px) {
    
.hero-section-bg {
    background-image: none !important;
}
    .form-width {
        max-width: 500px;
    }
    
}
@media (max-width: 767px) {
    .intro-text {
    	padding-top: 20px !important;
        padding-bottom: 20px;
        border-top: 2px solid #0E80F6;
        border-bottom: 2px solid #0E80F6;
        margin-bottom: 40px;
}
    .form-bg h2 {
        font-size: 20px !important;
        line-height: 26px;
    }
    .form-bg {
        max-width: 320px;
    }
        .wot-logo {
        width: 100%;
        max-width: 120px !important;
    }
}

.white-link, .white-link * {
    color: #fff !important;
}
.display-none {
    display: none !important;
}
.flex-nowrap, .flex-nowrap *, [flex-nowrap], [flex-nowrap] * {
    white-space: nowrap;
    flex-wrap: nowrap;
}

/* --- TABELA GÓRNA (.table1) --- */
.table1 .zptable {
  border: 2px solid #0E80F6 !important;
  border-radius: 15px;
  background: transparent !important;
  overflow: hidden;
}

.table1 table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.table1 td {
  color: #ffffff !important;
  border: 1px solid #0E80F6 !important;
  padding: 14px 8px !important;
  vertical-align: middle !important;
}

.table1 tr:first-child td {
  letter-spacing: 0.2px !important;
}

.table1 td span {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .table1 .zptable tr td {
    display: block !important;
      width: 100% !important;
      text-align: left;
  }
  .table1 .zptable table {
      width: 100% !important;
    }
}

/* --- TABELA DOLNA (.table2) --- */
.table2 .zptable {
  border: 2px solid #0E80F6 !important;
  border-radius: 15px;
  background: transparent !important;
}

.table2 table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.table2 th,
.table2 td {
  color: #ffffff !important;
  border: 1px solid #0E80F6 !important;
  padding: 12px 8px !important;
  font-size: 15px !important;
  vertical-align: middle !important;
}

.table2 .zptable-header-dark table tr th {
  background: #051724 !important;
  letter-spacing: 0.2px !important;
}

.table2 th[scope="row"] {
  text-align: left !important;
  color: #ffffff !important;
  background: #051724 !important;
}

.table2 td strong {
  color: #ffffff !important;
}

.table2 tr:last-child td strong {
  color: #ffffff !important;
}
.table2 tr:last-child th, .table2 tr:last-child td {
  font-weight: 700 !important;
}

.table2 tr:hover td {
  background: rgba(14, 128, 246, 0.05) !important;
  transition: background 0.3s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
    .zptable table {
        width: auto !important;
    }
}




