.izolator-seo-location-template {
  margin: 0;
  background: #fff;
}

.izolator-location-page {
  --iz-green: #28a745;
  --iz-ink: #111827;
  --iz-text: #4b5563;
  --iz-muted: #f3f5fa;
  --iz-border: #dfe1e7;
  width: 100%;
  overflow: hidden;
  color: var(--iz-ink);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.625;
}

.izolator-location-page *,
.izolator-location-page *::before,
.izolator-location-page *::after {
  box-sizing: border-box;
}

.izolator-location-page img {
  display: block;
  max-width: 100%;
}

.izolator-location-page a {
  cursor: pointer;
  text-decoration: none;
}

.izolator-location-page button,
.izolator-location-page input[type="button"],
.izolator-location-page input[type="submit"],
.izolator-location-page [role="button"] {
  cursor: pointer;
}

.izolator-location-page button:disabled,
.izolator-location-page input[type="button"]:disabled,
.izolator-location-page input[type="submit"]:disabled {
  cursor: not-allowed;
}

.izolator-location-page h1,
.izolator-location-page h2,
.izolator-location-page h3,
.izolator-location-page p,
.izolator-location-page ul {
  margin-top: 0;
}

.izolator-shell {
  width: min(1412px, calc(100% - 60px));
  margin-inline: auto;
}

.izolator-hero {
  position: relative;
  min-height: 776px;
  display: flex;
  align-items: center;
  background: #1c1f22 var(--izolator-hero-image) center / cover no-repeat;
  color: #fff;
  isolation: isolate;
}

.izolator-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 24, 39, .82) 0%, rgba(17, 24, 39, .56) 48%, rgba(17, 24, 39, .28) 100%);
}

.izolator-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 782px) 542px;
  gap: 80px;
  align-items: center;
  padding-block: 64px;
}

.izolator-hero__copy {
  min-width: 0;
}

.izolator-breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: #f3f3f3;
  font-size: 16px;
}

.izolator-breadcrumbs a {
  color: #f3f3f3;
}

.izolator-breadcrumbs strong {
  color: var(--iz-green);
}

.izolator-hero h1 {
  max-width: 780px;
  margin-bottom: 26px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(38px, 2.5vw, 48px);
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: -1.3px;
}

.izolator-hero__copy > p {
  max-width: 756px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
}

.izolator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 27px;
  align-items: center;
}

.izolator-hero__form {
  scroll-margin-top: 24px;
}

.izolator-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.izolator-button:hover {
  transform: translateY(-2px);
}

.izolator-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.izolator-button--primary {
  background: var(--iz-green);
  color: #fff;
}

.izolator-button--primary:hover,
.izolator-button--primary:focus {
  background: #218c3b;
  color: #fff;
}

.izolator-button--light {
  border-color: #f3f3f3;
  background: #fff;
  color: #1c1f22;
}

.izolator-button--outline {
  border-color: #333;
  background: transparent;
  color: #333;
}

.izolator-button--light img,
.izolator-button--outline img {
  width: 18px;
  height: 18px;
  filter: brightness(0);
}

.izolator-quote-card {
  width: 100%;
  max-width: 542px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  color: var(--iz-ink);
  box-shadow: 0 18px 50px rgba(17, 24, 39, .12);
}

.izolator-quote-card__header {
  margin-bottom: 24px;
}

.izolator-quote-card__header h2 {
  margin-bottom: 8px;
  color: var(--iz-ink);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
  text-transform: none;
}

.izolator-quote-card__header p {
  margin-bottom: 0;
  color: var(--iz-text);
  font-size: 13px;
  line-height: 1.4;
}

.izolator-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.izolator-form-grid label {
  display: block;
  min-width: 0;
  color: var(--iz-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.izolator-form-grid label > span:first-child {
  display: block;
  margin-bottom: 8px;
}

.izolator-form-grid .wpcf7-form-control-wrap {
  display: block;
}

.izolator-form-grid input,
.izolator-form-grid select,
.izolator-form-grid textarea {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: var(--iz-ink);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.izolator-form-grid input:focus,
.izolator-form-grid select:focus,
.izolator-form-grid textarea:focus {
  border-color: var(--iz-green);
  box-shadow: 0 0 0 3px rgba(40, 167, 69, .12);
}

.izolator-form-grid input::placeholder,
.izolator-form-grid textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.izolator-form-grid select {
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 56px 12px 16px;
  border-color: #dfe1e7;
  background-color: #fff;
  background-image: url("../images/icon-chevron-down.svg"), radial-gradient(circle, rgba(40, 167, 69, .1) 0 54%, transparent 57%);
  background-repeat: no-repeat;
  background-position: right 16px center, right 7px center;
  background-size: 14px 14px, 34px 34px;
  color: #20242a;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(17, 24, 39, .04);
}

.izolator-form-grid select:hover {
  border-color: #b9c1cc;
  background-color: #fbfcfd;
}

.izolator-form-grid select:focus {
  background-image: url("../images/icon-chevron-down.svg"), radial-gradient(circle, rgba(40, 167, 69, .17) 0 54%, transparent 57%);
}

.izolator-form-grid select option {
  background: #fff;
  color: #20242a;
  font-weight: 500;
}

.izolator-form-grid select.izolator-custom-select__source {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.izolator-custom-select {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  color: #20242a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.izolator-custom-select.is-open {
  z-index: 60;
}

.izolator-custom-select__trigger {
  position: relative;
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  padding: 12px 56px 12px 16px;
  border: 1px solid #dfe1e7;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(17, 24, 39, .04);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.izolator-custom-select__trigger:hover {
  border-color: #b9c1cc;
  background: #fbfcfd;
}

.izolator-custom-select__trigger:focus,
.izolator-custom-select.is-open .izolator-custom-select__trigger {
  border-color: var(--iz-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, .12);
}

.izolator-custom-select__value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.izolator-custom-select__chevron {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(40, 167, 69, .1);
  pointer-events: none;
  transition: background-color .2s ease;
}

.izolator-custom-select__chevron::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--iz-green);
  border-bottom: 2px solid var(--iz-green);
  transform: rotate(45deg);
  transition: top .2s ease, transform .2s ease;
}

.izolator-custom-select.is-open .izolator-custom-select__chevron {
  background: rgba(40, 167, 69, .17);
}

.izolator-custom-select.is-open .izolator-custom-select__chevron::after {
  top: 14px;
  transform: rotate(225deg);
}

.izolator-custom-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: block;
  max-height: 220px;
  padding: 6px;
  overflow-y: auto;
  visibility: hidden;
  border: 1px solid #e0e4e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, .16), 0 3px 10px rgba(17, 24, 39, .08);
  opacity: 0;
  transform: translateY(-6px) scale(.985);
  transform-origin: top center;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}

.izolator-custom-select.opens-up .izolator-custom-select__menu {
  top: auto;
  bottom: calc(100% + 8px);
  transform: translateY(6px) scale(.985);
  transform-origin: bottom center;
}

.izolator-custom-select.is-open .izolator-custom-select__menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.izolator-custom-select__option {
  position: relative;
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 10px 42px 10px 12px;
  border-radius: 7px;
  color: #31363d;
  cursor: pointer;
  outline: 0;
  transition: color .15s ease, background-color .15s ease;
}

.izolator-custom-select__option + .izolator-custom-select__option {
  margin-top: 2px;
}

.izolator-custom-select__option:hover,
.izolator-custom-select__option.is-active {
  background: #f2faf4;
  color: #1f7f37;
}

.izolator-custom-select__option[aria-selected="true"] {
  background: rgba(40, 167, 69, .1);
  color: #176d2d;
  font-weight: 600;
}

.izolator-custom-select__option[aria-selected="true"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid var(--iz-green);
  border-left: 2px solid var(--iz-green);
  transform: translateY(-65%) rotate(-45deg);
}

.izolator-custom-select__option[aria-disabled="true"] {
  color: #9ca3af;
  cursor: default;
}

.izolator-custom-select__trigger[aria-disabled="true"] {
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.izolator-form-grid textarea {
  min-height: 97px;
  resize: vertical;
}

.izolator-form-wide {
  grid-column: 1 / -1;
}

.izolator-form-consent {
  margin: 24px 0;
  color: #111;
  font-size: 12px;
  line-height: 1.5;
}

.izolator-form-consent .wpcf7-list-item {
  margin: 0;
}

.izolator-form-consent label {
  display: inline-flex;
  gap: 8px;
  align-items: flex-start;
  cursor: pointer;
}

.izolator-form-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--iz-green);
  flex: 0 0 auto;
}

.izolator-form-consent a {
  color: inherit;
  text-decoration: underline;
}

.izolator-quote-card input[type="submit"] {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--iz-green);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .2s ease;
}

.izolator-quote-card input[type="submit"]:hover {
  background: #218c3b;
}

.izolator-quote-card .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.izolator-quote-card .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.3;
}

.izolator-quote-card .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 6px;
  font-size: 12px;
}

.izolator-form-guarantee {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  color: var(--iz-text);
  font-size: 12px;
}

.izolator-form-guarantee::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/icon-guarantee.svg") center / contain no-repeat;
}

.izolator-form-fallback {
  text-align: center;
}

.izolator-stats {
  padding: 31px 0;
  border: 1px solid rgba(0, 0, 0, .1);
  background: #1c1f22;
  color: #fff;
}

.izolator-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.izolator-stats__grid > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  padding-inline: 20px;
  text-align: center;
}

.izolator-stats__grid > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 40px;
  background: #2d3338;
}

.izolator-stats strong {
  color: var(--iz-green);
  font-size: 24px;
  font-weight: 600;
}

.izolator-stats span {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.izolator-section {
  padding-block: 80px;
}

.izolator-section--muted {
  background: var(--iz-muted);
}

.izolator-section-heading {
  margin-bottom: 64px;
}

.izolator-section-heading > p {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  color: var(--iz-green);
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  text-transform: lowercase;
}

.izolator-section-heading > p::before {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--iz-green);
  flex: 0 0 auto;
}

.izolator-section-heading h2 {
  max-width: 1100px;
  margin-bottom: 0;
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(38px, 2.6vw, 50px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.izolator-intro .izolator-section-heading {
  margin-bottom: 54px;
}

.izolator-intro__text {
  width: min(1290px, 100%);
}

.izolator-intro__text p {
  margin-bottom: 16px;
  color: #555;
  font-size: 16px;
  line-height: 1.625;
}

.izolator-card-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 66px) / 3.2);
  gap: 30px;
  padding: 25px 0 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
}

.izolator-card-row.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.izolator-card-row::-webkit-scrollbar {
  display: none;
}

.izolator-icon-card,
.izolator-material-card {
  position: relative;
  border: 1px solid var(--iz-border);
  background: #fff;
  scroll-snap-align: start;
}

.izolator-icon-card {
  min-height: 254px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.izolator-icon-card__icon {
  position: relative;
  width: 96px;
  height: 96px;
  display: block;
  margin-bottom: 28px;
}

.izolator-icon-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.izolator-icon-card--ceiling .izolator-icon-card__icon img {
  filter: brightness(0);
}

.izolator-icon-card--ceiling .izolator-icon-card__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--iz-green);
  clip-path: polygon(50% 21.2%, 22% 37%, 49.2% 50%, 79.3% 37%);
}

.izolator-insulate .izolator-section-heading {
  position: relative;
  padding-right: 128px;
}

.izolator-carousel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}

.izolator-carousel-controls button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--iz-border);
  border-radius: 0;
  background: #fff;
  color: #111;
  font: 600 22px/1 "Inter", sans-serif;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, opacity .2s ease;
}

.izolator-carousel-controls button:hover,
.izolator-carousel-controls button:focus-visible {
  border-color: var(--iz-green);
  background: var(--iz-green);
  color: #fff;
}

.izolator-carousel-controls button:disabled {
  opacity: .38;
  cursor: not-allowed;
}

.izolator-icon-card h3,
.izolator-material-card h3 {
  margin-bottom: 0;
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
}

.izolator-card-number {
  position: absolute;
  top: -21px;
  left: 50px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--iz-border);
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.izolator-expert {
  padding-inline: 30px;
}

.izolator-expert__box {
  width: min(1720px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 494px minmax(0, 937px);
  gap: 100px;
  align-items: center;
  justify-content: center;
  padding: 80px;
  border-radius: 8px;
  background: #f9fffb;
}

.izolator-expert__image {
  height: 564px;
  overflow: hidden;
  border-radius: 16px;
}

.izolator-expert__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.izolator-expert__content .izolator-section-heading {
  margin-bottom: 24px;
}

.izolator-expert__content .izolator-section-heading h2 {
  font-size: clamp(34px, 2.5vw, 48px);
}

.izolator-expert__text {
  margin-bottom: 24px;
  color: var(--iz-text);
  font-size: 17px;
  line-height: 1.6;
}

.izolator-expert__text p {
  margin-bottom: 16px;
}

.izolator-checks {
  display: grid;
  gap: 18px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.izolator-checks li {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--iz-ink);
  font-size: 15px;
  font-weight: 600;
}

.izolator-checks li > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(40, 167, 69, .2);
  flex: 0 0 auto;
}

.izolator-checks img {
  width: 14px;
  height: 14px;
}

.izolator-expert .izolator-actions {
  flex-wrap: nowrap;
  gap: 18px;
}

.izolator-expert .izolator-button {
  white-space: nowrap;
}

.izolator-material-grid {
  width: min(1290px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-top: 25px;
}

.izolator-material-card {
  min-height: 420px;
  padding: 50px;
}

.izolator-material-card > img {
  width: 100%;
  height: 187px;
  margin-bottom: 20px;
  object-fit: contain;
}

.izolator-gallery .izolator-section-heading {
  margin-bottom: 64px;
}

.izolator-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.izolator-gallery__item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #e5e7eb;
}

.izolator-gallery__item::after {
  content: "+";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(17, 24, 39, 0);
  color: #fff;
  font-size: 44px;
  opacity: 0;
  transition: opacity .25s ease, background-color .25s ease;
}

.izolator-gallery__item:hover::after,
.izolator-gallery__item:focus::after {
  background: rgba(17, 24, 39, .42);
  opacity: 1;
}

.izolator-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.izolator-gallery__item:hover img {
  transform: scale(1.035);
}

.izolator-section-heading--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.izolator-section-heading--center h2 {
  max-width: 620px;
}

.izolator-quote-section .izolator-quote-card {
  margin-inline: auto;
  box-shadow: none;
}

.izolator-locations {
  position: relative;
  min-height: 0;
  padding: 70px 0;
  background: #1c1f22 var(--izolator-locations-image) center / cover no-repeat;
  color: #fff;
  isolation: isolate;
}

.izolator-locations::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, .66);
}

.izolator-locations h2 {
  margin-bottom: 28px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
}

.izolator-location-switch,
.izolator-location-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.izolator-location-switch {
  margin-bottom: 20px;
}

.izolator-location-switch button,
.izolator-location-types button,
.izolator-show-more {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

.izolator-location-switch button {
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  font-weight: 700;
}

.izolator-location-switch button.is-active {
  border-color: var(--iz-green);
  background: var(--iz-green);
  color: #fff;
}

.izolator-location-service {
  display: none;
}

.izolator-location-service.is-active {
  display: block;
}

.izolator-location-types {
  margin-bottom: 18px;
}

.izolator-location-types button {
  padding: 4px 8px;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  color: #fff;
  font-size: 14px;
}

.izolator-location-types button.is-active {
  border-color: var(--iz-green);
}

.izolator-location-panel {
  display: none;
}

.izolator-location-panel.is-active {
  display: block;
}

.izolator-location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 34px;
  font-size: 13px;
  line-height: 1.85;
}

.izolator-location-grid a {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.izolator-location-grid a:hover,
.izolator-location-grid a:focus {
  color: var(--iz-green);
}

.izolator-location-panel:not(.is-expanded) .izolator-location-grid a:nth-child(n + 37) {
  display: none;
}

.izolator-show-more {
  margin-top: 8px;
  padding: 0;
  color: var(--iz-green);
  font-size: 13px;
  font-weight: 600;
}

.glightbox-clean .gslide-description {
  display: none !important;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  display: grid !important;
  place-items: center;
  padding: 0 !important;
  border-radius: 50% !important;
  background-color: rgba(17, 24, 39, .78) !important;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
  width: 44px !important;
  height: 44px !important;
}

.glightbox-clean .gclose {
  width: 40px !important;
  height: 40px !important;
}

@media (max-width: 1480px) {
  .izolator-hero__layout {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 48px;
  }

  .izolator-expert__box {
    grid-template-columns: minmax(360px, 440px) minmax(0, 1fr);
    gap: 64px;
    padding: 64px;
  }
}

@media (max-width: 1180px) {
  .izolator-hero__layout {
    grid-template-columns: 1fr;
    width: min(900px, calc(100% - 60px));
  }

  .izolator-hero__copy {
    padding-top: 24px;
  }

  .izolator-hero__form,
  .izolator-hero__form .izolator-quote-card {
    width: 100%;
    max-width: none;
  }

  .izolator-expert__box {
    grid-template-columns: minmax(300px, .75fr) 1.25fr;
    gap: 40px;
    padding: 48px;
  }

  .izolator-expert__image {
    height: 520px;
  }

  .izolator-location-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .izolator-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

  .izolator-stats__grid > div:nth-child(2)::after {
    content: none;
  }

  .izolator-card-row {
    grid-auto-columns: calc((100% - 36px) / 2.2);
  }

  .izolator-expert__box {
    grid-template-columns: 1fr;
  }

  .izolator-expert__image {
    height: min(620px, 70vw);
  }

  .izolator-material-grid,
  .izolator-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .izolator-material-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 15px);
  }

  .izolator-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .izolator-shell {
    width: calc(100% - 40px);
  }

  .izolator-hero {
    min-height: auto;
  }

  .izolator-hero::before {
    background: rgba(17, 24, 39, .72);
  }

  .izolator-hero__layout {
    width: calc(100% - 32px);
    gap: 42px;
    padding: 56px 0;
  }

  .izolator-breadcrumbs {
    font-size: 14px;
  }

  .izolator-hero h1 {
    font-size: 34px;
    line-height: 1.22;
  }

  .izolator-hero__copy > p {
    font-size: 15px;
  }

  .izolator-actions {
    align-items: stretch;
    flex-direction: column;
  }

	.izolator-expert .izolator-actions {
		gap: 18px;
	}

  .izolator-button {
    width: 100%;
    padding-inline: 18px;
    text-align: center;
  }

	.izolator-expert .izolator-button {
		white-space: normal;
	}

  .izolator-quote-card {
    padding: 20px;
  }

  .izolator-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .izolator-form-wide {
    grid-column: auto;
  }

  .izolator-stats {
    padding-block: 26px;
  }

  .izolator-stats__grid {
    gap: 24px 0;
  }

  .izolator-stats strong {
    font-size: 19px;
  }

  .izolator-stats span {
    font-size: 11px;
  }

  .izolator-section {
    padding-block: 56px;
  }

  .izolator-section-heading,
  .izolator-gallery .izolator-section-heading {
    margin-bottom: 40px;
  }

  .izolator-section-heading > p {
    gap: 12px;
    font-size: 11px;
  }

  .izolator-section-heading h2,
  .izolator-expert__content .izolator-section-heading h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  .izolator-card-row {
    width: calc(100% + 20px);
    grid-auto-columns: calc((100% - 3px) / 1.2);
    gap: 15px;
  }

  .izolator-insulate .izolator-section-heading {
    padding-right: 0;
  }

  .izolator-carousel-controls {
    position: static;
    margin-top: 24px;
  }

  .izolator-icon-card {
    min-height: 230px;
    padding: 42px 28px 32px;
  }

  .izolator-card-number {
    left: 28px;
  }

  .izolator-expert {
    padding-inline: 16px;
  }

  .izolator-expert__box {
    padding: 20px;
    gap: 36px;
  }

  .izolator-expert__image {
    height: 105vw;
    max-height: 520px;
  }

  .izolator-expert__text {
    font-size: 15px;
  }

  .izolator-checks li {
    align-items: flex-start;
    font-size: 14px;
  }

  .izolator-material-grid {
    display: flex;
    gap: 16px;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .izolator-material-card,
  .izolator-material-card:last-child {
    width: 82%;
    min-width: 82%;
    min-height: 360px;
    padding: 40px 28px 30px;
    scroll-snap-align: start;
  }

  .izolator-material-card > img {
    height: 170px;
  }

  .izolator-icon-card h3,
  .izolator-material-card h3 {
    font-size: 19px;
  }

  .izolator-gallery__grid {
    gap: 12px;
  }

  .izolator-quote-section .izolator-section-heading h2 {
    font-size: 32px;
  }

  .izolator-locations {
    min-height: 0;
    padding: 56px 0;
  }

  .izolator-locations h2 {
    font-size: 30px;
  }

  .izolator-location-switch {
    align-items: stretch;
    flex-direction: column;
  }

  .izolator-location-switch button {
    width: 100%;
  }

  .izolator-location-grid {
    grid-template-columns: 1fr;
    line-height: 2;
  }

  .izolator-location-panel:not(.is-expanded) .izolator-location-grid a:nth-child(n + 13) {
    display: none;
  }
}
