/* 20260715162139 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
.list-catalog {
  display: flex;
  flex-wrap: wrap;
}
.list-catalog li {
  position: relative;
  min-height: unset;
  margin: 0 0 50px;
  padding: 0;
  width: calc(100% / 5);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  justify-content: flex-start;
}
.list-catalog figure {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
}
.list-catalog h3 {
  font-size: 2.5em;
  margin: 0 0 10px;
}
.list-catalog li:nth-child(2n) {
 padding: 0; 
}
@media only screen and (max-width: 62.5em) {
  .list-catalog li { 
    width: calc(100% / 2);
  }
}

.list-news h1, .list-news h2, .list-news h3, .list-news h4, .list-news h5, .list-news h6 {
    color: #336d81;
}

.banner-grid { margin-top: 40px; }
.banner-grid > *:nth-child(-n+4) { margin-bottom: 25px; padding: 24rem 0 0; }
.banner-grid > *:nth-child(-n+4) > div { background: #fff; height: 100%; margin-bottom: 5%; padding: 20px 15px 10px; width: 90%; }
#root .banner-grid > * > div * { color: #336d81; }
.banner-grid > *:last-child { padding: 4rem 100px calc(4rem - 20px); }
.banner-grid > *:last-child > div { background: #fff; margin-bottom: 0; padding: 20px; }
@media only screen and (min-width: 75em) {
  .banner-grid > *:nth-child(-n+3) { margin-right: 25px; }
  .banner-grid > *:nth-child(-n+4) { flex: 1 0 calc(25% - 20px); }
}
@media only screen and (max-width: 75em) {
  .banner-grid > * { height: auto; padding: 185px 0 0 !important; }
  .banner-grid > *:last-child > div { margin-bottom: 5%; padding: 20px 15px 10px; width: 90%; }
}

@media only screen and (min-width: 75em) {
	#content .module-box > .small-container { padding-left: 250px; padding-right: 250px; }
  #content .module-box > .small-container p { font-size: 17px; }
}
@media only screen and (max-width: 47.5em) {
	#content .module-box blockquote { font-size: inherit; padding-left: 0; }
}

.accordion-b{
  border-bottom: none; 
  padding-top: 0; 
  margin-top: 0;
}

.passport-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 28px;
  border-radius: 6px;
  background: #336d81;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease;
}
.passport-download:hover {
  background: #28596a;
  color: #fff !important;
}
.passport-download i {
  font-size: 16px;
}
