:root {
  --tb-blue: #3e6aa4;
  --tb-blue-dark: #2d4c73;
  --tb-orange: #f27c2a;
  --tb-orange-bright: #f67c2b;
  --tb-gray: #ededed;
  --tb-text: #333333;
}

.not-found-page {
  background: #ffffff;
  color: var(--tb-text);
}

.not-found-hero {
  background: #eef2f6;
  border-bottom: 1px solid #d9e2ec;
  padding: 70px 0 76px;
}

.not-found-hero__grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
}

.not-found-kicker {
  color: var(--tb-orange);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.not-found-hero h1 {
  color: var(--tb-blue-dark);
  font-size: 66px;
  font-weight: 800;
  line-height: 1.04;
  margin: 0 0 24px;
  max-width: 860px;
}

.not-found-hero__content > p {
  color: #2f3a4a;
  font-size: 23px;
  line-height: 1.38;
  margin: 0 0 30px;
  max-width: 760px;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.not-found-button {
  --bs-btn-bg: var(--tb-orange);
  --bs-btn-border-color: var(--tb-orange);
  --bs-btn-color: #ffffff;
  --bs-btn-hover-bg: #d96519;
  --bs-btn-hover-border-color: #d96519;
  --bs-btn-hover-color: #ffffff;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 700;
  min-width: 196px;
  padding: 11px 24px;
}

.not-found-button--outline {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--tb-blue-dark);
  --bs-btn-color: var(--tb-blue-dark);
  --bs-btn-hover-bg: var(--tb-blue-dark);
  --bs-btn-hover-border-color: var(--tb-blue-dark);
  --bs-btn-hover-color: #ffffff;
  border-width: 2px;
}

.not-found-button--light {
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-color: var(--tb-blue-dark);
  --bs-btn-hover-bg: #edf2f7;
  --bs-btn-hover-border-color: #edf2f7;
  --bs-btn-hover-color: var(--tb-blue-dark);
}

.not-found-visual {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(31, 50, 73, 0.12);
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.not-found-visual::before {
  background: #f3f6fa;
  bottom: 42px;
  content: "";
  height: 118px;
  left: 34px;
  position: absolute;
  right: 34px;
  transform: skewY(-8deg);
}

.not-found-visual__code {
  color: rgba(45, 76, 115, 0.12);
  font-size: 134px;
  font-weight: 900;
  left: 28px;
  line-height: 1;
  position: absolute;
  top: 28px;
}

.not-found-visual__concrete {
  height: 220px;
  object-fit: contain;
  position: relative;
  width: 280px;
  z-index: 2;
}

.not-found-visual__paver {
  bottom: 42px;
  height: 130px;
  object-fit: contain;
  position: absolute;
  right: 30px;
  width: 170px;
  z-index: 3;
}

.not-found-visual__route {
  background: var(--tb-orange);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(242, 124, 42, 0.22);
  height: 58px;
  left: 42px;
  object-fit: contain;
  padding: 12px;
  position: absolute;
  top: 54px;
  width: 58px;
  z-index: 3;
}

.not-found-section {
  padding: 60px 0;
}

.not-found-section__heading {
  margin-bottom: 28px;
  max-width: 760px;
}

.not-found-section__heading h2,
.not-found-contact h2 {
  color: var(--tb-blue-dark);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.not-found-links {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.not-found-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  color: inherit;
  display: grid;
  gap: 16px;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 132px;
  padding: 22px;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.not-found-link:hover,
.not-found-link:focus-visible {
  border-color: #bfd0e3;
  box-shadow: 0 14px 32px rgba(45, 76, 115, 0.09);
  outline: none;
  transform: translateY(-2px);
}

.not-found-link img {
  background: var(--tb-blue-dark);
  border-radius: 8px;
  height: 58px;
  object-fit: contain;
  padding: 12px;
  width: 58px;
}

.not-found-link strong,
.not-found-link small {
  display: block;
}

.not-found-link strong {
  color: #142235;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 7px;
}

.not-found-link small {
  color: #536273;
  font-size: 17px;
  line-height: 1.28;
}

.not-found-contact {
  padding: 0 0 72px;
}

.not-found-contact__inner {
  align-items: center;
  background: var(--tb-blue-dark);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 34px 38px;
}

.not-found-contact .not-found-kicker {
  color: #ffb27a;
}

.not-found-contact h2 {
  color: #ffffff;
  margin-bottom: 12px;
}

.not-found-contact p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
  line-height: 1.36;
  margin: 0;
  max-width: 760px;
}

.not-found-contact__actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.not-found-phone {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.not-found-phone:hover,
.not-found-phone:focus-visible {
  color: #ffb27a;
  outline: none;
}

@media (max-width: 1200px) {
  .not-found-hero__grid {
    grid-template-columns: 1fr;
  }

  .not-found-visual {
    min-height: 360px;
  }

  .not-found-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .not-found-hero {
    padding: 46px 0 52px;
  }

  .not-found-hero h1 {
    font-size: 38px;
  }

  .not-found-hero__content > p {
    font-size: 19px;
  }

  .not-found-kicker {
    font-size: 17px;
  }

  .not-found-actions,
  .not-found-contact__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .not-found-button {
    width: 100%;
  }

  .not-found-visual {
    min-height: 300px;
  }

  .not-found-visual__code {
    font-size: 92px;
  }

  .not-found-visual__concrete {
    height: 170px;
    width: 230px;
  }

  .not-found-visual__paver {
    height: 94px;
    width: 124px;
  }

  .not-found-section {
    padding: 44px 0;
  }

  .not-found-section__heading h2,
  .not-found-contact h2 {
    font-size: 32px;
  }

  .not-found-links,
  .not-found-contact__inner {
    grid-template-columns: 1fr;
  }

  .not-found-link {
    min-height: 0;
    padding: 18px;
  }

  .not-found-contact {
    padding-bottom: 52px;
  }

  .not-found-contact__inner {
    padding: 28px 20px;
  }

  .not-found-phone {
    font-size: 27px;
    white-space: normal;
  }
}

.cart-page {
  background: #ffffff;
  color: #101828;
}

.cart-page .container-xxl {
  max-width: 1540px;
}

.cart-workspace {
  padding: 24px 0 84px;
}

.cart-layout {
  align-items: start;
  display: grid;
  gap: 86px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 436px);
}

.cart-main h1 {
  color: #101828;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 22px;
}

.cart-toolbar {
  align-items: center;
  border-bottom: 1px solid #dce3ea;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding-bottom: 28px;
}

.cart-toolbar__secondary {
  align-items: center;
  display: flex;
  gap: 30px;
}

.cart-tool {
  align-items: center;
  background: transparent;
  border: 0;
  color: #101828;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 16px;
  gap: 12px;
  line-height: 1.2;
  padding: 0;
  text-align: left;
  transition: color 0.18s ease;
}

.cart-tool::before {
  background: #8d98a5;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 24px;
  transition: background-color 0.18s ease;
  width: 24px;
}

.cart-tool:hover,
.cart-tool:focus-visible {
  color: var(--tb-orange);
  outline: none;
}

.cart-tool:hover::before,
.cart-tool:focus-visible::before {
  background: var(--tb-orange);
}

.cart-tool--clear::before {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27m13.41%2012%206.3-6.29-1.42-1.42-6.29%206.3-6.29-6.3-1.42%201.42%206.3%206.29-6.3%206.29%201.42%201.42%206.29-6.3%206.29%206.3%201.42-1.42-6.3-6.29Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27m13.41%2012%206.3-6.29-1.42-1.42-6.29%206.3-6.29-6.3-1.42%201.42%206.3%206.29-6.3%206.29%201.42%201.42%206.29-6.3%206.29%206.3%201.42-1.42-6.3-6.29Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.cart-tool--share::before {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M18%2016.1c-1.02%200-1.92.5-2.47%201.27L8.91%2013.5c.06-.24.09-.48.09-.74s-.03-.5-.09-.74l6.54-3.82A3%203%200%201%200%2014.5%206a3.1%203.1%200%200%200%20.09.74L8.05%2010.56a3%203%200%201%200%200%204.4l6.61%203.87A3%203%200%201%200%2018%2016.1Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M18%2016.1c-1.02%200-1.92.5-2.47%201.27L8.91%2013.5c.06-.24.09-.48.09-.74s-.03-.5-.09-.74l6.54-3.82A3%203%200%201%200%2014.5%206a3.1%203.1%200%200%200%20.09.74L8.05%2010.56a3%203%200%201%200%200%204.4l6.61%203.87A3%203%200%201%200%2018%2016.1Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.cart-tool--print::before {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7%203h10v5H7V3Zm12%207H5a3%203%200%200%200-3%203v5h5v3h10v-3h5v-5a3%203%200%200%200-3-3Zm-4%209H9v-5h6v5Zm3-4a1.2%201.2%200%201%201%200-2.4%201.2%201.2%200%200%201%200%202.4Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7%203h10v5H7V3Zm12%207H5a3%203%200%200%200-3%203v5h5v3h10v-3h5v-5a3%203%200%200%200-3-3Zm-4%209H9v-5h6v5Zm3-4a1.2%201.2%200%201%201%200-2.4%201.2%201.2%200%200%201%200%202.4Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.cart-list {
  display: grid;
}

.cart-item {
  border-bottom: 1px solid #dce3ea;
  display: grid;
  gap: 22px;
  grid-template-columns: 122px minmax(0, 1fr) 134px;
  min-height: 194px;
  padding: 26px 0 40px;
}

.cart-item[hidden] {
  display: none;
}

.cart-item__image {
  align-items: center;
  background: #ffffff;
  border: 1px solid #eef1f4;
  border-radius: 7px;
  display: flex;
  height: 122px;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  width: 122px;
}

.cart-item__image img {
  display: block;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
  width: 100%;
}

.cart-item__image:hover img,
.cart-item__image:focus-visible img {
  transform: scale(1.04);
}

.cart-item__body {
  min-width: 0;
  padding-top: 1px;
}

.cart-item__code {
  color: #8d98a5;
  font-size: 13px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.cart-item__title {
  color: #101828;
  display: block;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 18px;
  text-decoration: none;
}

.cart-item__title:hover,
.cart-item__title:focus-visible {
  color: var(--tb-orange);
  outline: none;
}

.cart-quantity {
  border: 1px solid #dce3ea;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 31px 36px 31px;
  height: 34px;
  overflow: hidden;
  width: 98px;
}

.cart-quantity button,
.cart-quantity input {
  background: #ffffff;
  border: 0;
  color: #0f1f33;
  font: inherit;
  font-size: 16px;
  min-width: 0;
  padding: 0;
  text-align: center;
}

.cart-quantity button {
  cursor: pointer;
}

.cart-quantity button:hover,
.cart-quantity button:focus-visible {
  background: #eef3f8;
  outline: none;
}

.cart-quantity input {
  border-left: 1px solid #dce3ea;
  border-right: 1px solid #dce3ea;
  -moz-appearance: textfield;
}

.cart-quantity input::-webkit-inner-spin-button,
.cart-quantity input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.cart-item__unit-price {
  color: #8d98a5;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 14px;
}

.cart-item__side {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 46px;
  min-width: 0;
}

.cart-item__actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.cart-icon {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8d98a5;
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  transition: color 0.18s ease, transform 0.18s ease;
  width: 24px;
}

.cart-icon::before {
  background: currentColor;
  content: "";
  display: block;
  height: 23px;
  width: 23px;
}

.cart-icon:hover,
.cart-icon:focus-visible,
.cart-icon.is-active {
  color: var(--tb-orange);
  outline: none;
  transform: translateY(-1px);
}

.cart-icon--favorite::before {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M12%2020.4 10.6%2019.1C5.6%2014.5%202.3%2011.5%202.3%207.8A5.3%205.3%200%200%201%207.6%202.5c1.8%200%203.5.9%204.4%202.2a5.4%205.4%200%200%201%204.4-2.2%205.3%205.3%200%200%201%205.3%205.3c0%203.7-3.3%206.7-8.3%2011.3L12%2020.4Zm0-2.7.1-.1c4.7-4.3%207.4-6.7%207.4-9.8a3.1%203.1%200%200%200-3.1-3.1c-1.5%200-3%201-3.5%202.3h-1.8A3.9%203.9%200%200%200%207.6%204.7a3.1%203.1%200%200%200-3.1%203.1c0%203.1%202.7%205.5%207.4%209.8l.1.1Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M12%2020.4 10.6%2019.1C5.6%2014.5%202.3%2011.5%202.3%207.8A5.3%205.3%200%200%201%207.6%202.5c1.8%200%203.5.9%204.4%202.2a5.4%205.4%200%200%201%204.4-2.2%205.3%205.3%200%200%201%205.3%205.3c0%203.7-3.3%206.7-8.3%2011.3L12%2020.4Zm0-2.7.1-.1c4.7-4.3%207.4-6.7%207.4-9.8a3.1%203.1%200%200%200-3.1-3.1c-1.5%200-3%201-3.5%202.3h-1.8A3.9%203.9%200%200%200%207.6%204.7a3.1%203.1%200%200%200-3.1%203.1c0%203.1%202.7%205.5%207.4%209.8l.1.1Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.cart-icon--remove::before {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M9%203h6l1%202h4v2H4V5h4l1-2Zm-2%206h10l-.7%2011H7.7L7%209Zm3%202v7h1.5v-7H10Zm2.5%200v7H14v-7h-1.5Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M9%203h6l1%202h4v2H4V5h4l1-2Zm-2%206h10l-.7%2011H7.7L7%209Zm3%202v7h1.5v-7H10Zm2.5%200v7H14v-7h-1.5Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.cart-item__price {
  color: #000000;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.cart-summary {
  background: #ffffff;
  border: 1px solid #dce3ea;
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(220, 227, 234, 0.4);
  margin-top: 66px;
  padding: 31px 26px 26px;
}

.cart-summary__meta,
.cart-summary__discount,
.cart-summary__total {
  align-items: baseline;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.cart-summary__meta {
  color: #8d98a5;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 19px;
}

.cart-summary__discount {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 7px;
  color: #9a4b12;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  padding: 10px 12px;
}

.cart-summary__discount strong {
  color: #d96519;
  font-size: 17px;
  white-space: nowrap;
}

.cart-summary__discount-list {
  color: #667085;
  display: grid;
  font-size: 14px;
  gap: 5px;
  line-height: 1.3;
  margin: -4px 0 16px;
}

.cart-summary__discount-list span {
  display: block;
}

.cart-summary__total {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 26px;
}

.cart-summary__total strong {
  font-size: 30px;
  font-weight: 800;
  white-space: nowrap;
}

.cart-summary__checkout {
  align-items: center;
  background: #f27c2a;
  border: 1px solid #f67c2b;
  border-radius: 7px;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 66px;
  padding: 14px 22px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.cart-summary__checkout:hover,
.cart-summary__checkout:focus-visible {
  background: #D96519;
  border-color: #db6312;
  color: #ffffff;
  outline: none;
}

.cart-empty {
  border-bottom: 1px solid #dce3ea;
  padding: 42px 0;
}

.cart-empty h2 {
  color: #101828;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 16px;
}

.cart-empty a {
  color: var(--tb-orange);
  font-size: 17px;
  font-weight: 700;
}

.cart-layout.is-empty .cart-summary__checkout {
  opacity: 0.45;
  pointer-events: none;
}

@media (max-width: 1300px) {
  .cart-layout {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 380px);
  }
}

@media (max-width: 992px) {
  .cart-layout {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .cart-summary {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .cart-workspace {
    padding: 22px 0 64px;
  }

  .cart-main h1 {
    font-size: 32px;
  }

  .cart-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 22px;
  }

  .cart-toolbar__secondary {
    gap: 22px;
    justify-content: space-between;
    width: 100%;
  }

  .cart-item {
    gap: 16px;
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 0;
    padding: 22px 0 26px;
  }

  .cart-item__image {
    height: 104px;
    width: 104px;
  }

  .cart-item__code {
    margin-bottom: 10px;
  }

  .cart-item__title {
    margin-bottom: 14px;
  }

  .cart-item__side {
    align-items: center;
    flex-direction: row-reverse;
    gap: 16px;
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .cart-item__actions {
    gap: 16px;
  }

  .cart-summary {
    padding: 24px 20px;
  }
}

@media (max-width: 520px) {
  .cart-page .page-breadcrumb {
    font-size: 13px;
  }

  .cart-tool {
    font-size: 15px;
  }

  .cart-toolbar__secondary {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-item {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .cart-item__image {
    height: 90px;
    padding: 6px;
    width: 90px;
  }

  .cart-item__title {
    font-size: 16px;
  }

  .cart-summary__meta,
  .cart-summary__discount,
  .cart-summary__total {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cart-summary__total {
    font-size: 26px;
  }

  .cart-summary__total strong {
    font-size: 28px;
  }

  .cart-summary__checkout {
    font-size: 15px;
    min-height: 60px;
  }
}

@media print {
  body.has-cart-page .site-header,
  body.has-cart-page footer,
  .cart-toolbar,
  .cart-icon,
  .cart-summary__checkout {
    display: none !important;
  }

  .cart-workspace {
    padding: 0;
  }

  .cart-layout {
    display: block;
  }

  .cart-summary {
    border: 0;
    box-shadow: none;
    margin-top: 24px;
    padding: 0;
  }
}

.favorites-page {
  background: #ffffff;
  color: #101828;
}

.favorites-page .container-xxl {
  max-width: 1540px;
}

.favorites-workspace {
  padding: 24px 0 90px;
}

.favorites-layout {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: 220px minmax(0, 1fr);
}

.favorites-sidebar h1 {
  color: #101828;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 34px;
}

.favorites-categories {
  display: grid;
  gap: 9px;
}

.favorites-categories button {
  align-items: baseline;
  background: transparent;
  border: 0;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 16px;
  gap: 4px;
  justify-content: flex-start;
  line-height: 1.22;
  padding: 0;
  text-align: left;
  transition: color 0.18s ease;
}

.favorites-categories button span {
  color: #9aa3ae;
}

.favorites-categories button.is-active,
.favorites-categories button:focus-visible,
.favorites-categories button:hover {
  color: var(--tb-blue);
  outline: none;
}

.favorites-toolbar {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 38px;
  padding-bottom: 72px;
}

.favorites-clear {
  align-items: center;
  background: transparent;
  border: 0;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 16px;
  gap: 12px;
  padding: 0;
  transition: color 0.18s ease;
}

.favorites-clear::before,
.favorites-item__remove::before {
  background: currentColor;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 21px;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M9%203h6l1%202h4v2H4V5h4l1-2Zm-2%206h10l-.7%2011H7.7L7%209Zm3%202v7h1.5v-7H10Zm2.5%200v7H14v-7h-1.5Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M9%203h6l1%202h4v2H4V5h4l1-2Zm-2%206h10l-.7%2011H7.7L7%209Zm3%202v7h1.5v-7H10Zm2.5%200v7H14v-7h-1.5Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  width: 21px;
}

.favorites-clear:disabled {
  cursor: default;
  opacity: 0.45;
}

.favorites-clear:not(:disabled):focus-visible,
.favorites-clear:not(:disabled):hover {
  color: var(--tb-orange);
  outline: none;
}

.favorites-list {
  display: grid;
}

.favorites-item {
  align-items: center;
  border-bottom: 1px solid #e2e6eb;
  display: grid;
  gap: 28px;
  grid-template-columns: 108px minmax(0, 1fr) 150px;
  min-height: 136px;
  padding: 28px 0 34px;
}

.favorites-item__image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.favorites-item__image img {
  display: block;
  max-height: 88px;
  max-width: 108px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.favorites-item__image:focus-visible img,
.favorites-item__image:hover img {
  transform: scale(1.04);
}

.favorites-item__body {
  min-width: 0;
}

.favorites-item__meta {
  align-items: center;
  color: #8a94a3;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 16px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.favorites-stock {
  align-items: center;
  color: #333333;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
}

.favorites-stock::before {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.favorites-stock--available::before {
  background: #d9f3eb;
  color: #45b98d;
  content: "\2713";
}

.favorites-stock--unavailable::before {
  background: #fde9e4;
  color: #df6b55;
  content: "!";
}

.favorites-item__title {
  color: #333333;
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 22px;
  text-decoration: none;
}

.favorites-item__title:focus-visible,
.favorites-item__title:hover {
  color: var(--tb-orange);
  outline: none;
}

.favorites-item__remove {
  align-items: center;
  background: transparent;
  border: 0;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 16px;
  gap: 10px;
  padding: 0;
  transition: color 0.18s ease;
}

.favorites-item__remove::before {
  background-color: #101828;
  border-radius: 6px;
  box-shadow: 0 0 0 8px #f8f9fb;
  height: 18px;
  width: 18px;
}

.favorites-item__remove:focus-visible,
.favorites-item__remove:hover {
  color: var(--tb-orange);
  outline: none;
}

.favorites-item__side {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.favorites-item__price {
  color: #101828;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.favorites-item__cart {
  align-items: center;
  background: var(--tb-blue);
  border: 1px solid var(--tb-blue);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  min-width: 128px;
  padding: 0 20px;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.favorites-item__cart.is-added,
.favorites-item__cart:focus-visible,
.favorites-item__cart:hover {
  background: var(--tb-blue-dark);
  border-color: var(--tb-blue-dark);
  outline: none;
}

.favorites-empty {
  border-bottom: 1px solid #e2e6eb;
  padding: 42px 0;
}

.favorites-empty h2 {
  color: #101828;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 16px;
}

.favorites-empty a {
  color: var(--tb-orange);
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .favorites-layout {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .favorites-sidebar h1 {
    margin-bottom: 20px;
  }

  .favorites-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .favorites-toolbar {
    justify-content: flex-start;
    padding-bottom: 16px;
  }
}

@media (max-width: 680px) {
  .favorites-workspace {
    padding: 22px 0 68px;
  }

  .favorites-sidebar h1 {
    font-size: 32px;
  }

  .favorites-item {
    align-items: start;
    gap: 16px;
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 0;
    padding: 24px 0 28px;
  }

  .favorites-item__image img {
    max-height: 78px;
    max-width: 92px;
  }

  .favorites-item__meta {
    gap: 10px 14px;
    margin-bottom: 12px;
  }

  .favorites-item__title {
    margin-bottom: 16px;
  }

  .favorites-item__side {
    align-items: center;
    flex-direction: row;
    grid-column: 1 / -1;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .favorites-item {
    grid-template-columns: 1fr;
  }

  .favorites-item__image {
    justify-content: flex-start;
  }

  .favorites-item__side {
    align-items: flex-start;
    flex-direction: column;
  }
}

.checkout-page {
  background: #ffffff;
  color: #101828;
}

.checkout-page .container-xxl {
  max-width: 1360px;
}

.checkout-workspace {
  padding: 18px 0 96px;
}

.checkout-layout {
  align-items: start;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 436px);
}

.checkout-form h1 {
  color: #101828;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 32px;
}

.checkout-form__content {
  display: grid;
  gap: 28px;
}

.checkout-section {
  display: grid;
  gap: 16px;
}

.checkout-section h2 {
  color: #101828;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 4px;
}

.checkout-fields {
  display: grid;
  gap: 16px;
}

.checkout-fields--two {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.42fr);
}

.checkout-delivery-fields {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 156px;
}

.checkout-field {
  display: grid;
  min-width: 0;
  position: relative;
}

.checkout-field > span {
  color: #98a2b3;
  font-size: 14px;
  left: 13px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 8px;
  z-index: 1;
}

.checkout-field > span em {
  color: #e45b31;
  font-style: normal;
}

.checkout-field input,
.checkout-field textarea {
  background: #ffffff;
  border: 1px solid #b7c9dc;
  border-radius: 5px;
  color: #0f1f33;
  font: inherit;
  font-size: 17px;
  line-height: 1.25;
  min-width: 0;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}

.checkout-field input {
  height: 55px;
  padding: 22px 13px 7px;
}

.checkout-field textarea {
  min-height: 120px;
  padding: 22px 13px 12px;
  resize: vertical;
}

.checkout-field input:focus,
.checkout-field textarea:focus {
  border-color: var(--tb-blue);
  box-shadow: 0 0 0 3px rgba(62, 106, 164, 0.12);
}

.checkout-field.has-error > span {
  color: #b7432c;
}

.checkout-field.has-error input,
.checkout-field.has-error textarea {
  border-color: #d94d31;
  box-shadow: 0 0 0 3px rgba(217, 77, 49, 0.12);
}

.checkout-field__error {
  color: #b7432c;
  font-size: 14px;
  line-height: 1.25;
  margin-top: 7px;
}

.checkout-address {
  margin-top: 2px;
  z-index: 8;
}

.checkout-address-suggest {
  background: #ffffff;
  border: 1px solid #c9d6e3;
  border-radius: 7px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.16);
  display: grid;
  gap: 2px;
  left: 0;
  max-height: 286px;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
}

.checkout-address-suggest[hidden] {
  display: none;
}

.checkout-address-suggest button {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #101828;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 3px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 12px;
  text-align: left;
  width: 100%;
}

.checkout-address-suggest button:focus-visible,
.checkout-address-suggest button:hover,
.checkout-address-suggest button.is-active {
  background: #eef3f8;
  outline: none;
}

.checkout-address-suggest strong {
  color: #101828;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.checkout-address-suggest small {
  color: #667085;
  display: block;
  font-size: 15px;
  grid-column: 1 / 2;
  line-height: 1.22;
}

.checkout-address-suggest span {
  color: var(--tb-blue);
  font-size: 15px;
  font-weight: 800;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  line-height: 1.2;
  white-space: nowrap;
}

.checkout-distance {
  max-width: none;
}

.checkout-delivery-status {
  color: #8d98a5;
  font-size: 15px;
  line-height: 1.25;
}

.checkout-delivery-list {
  border-top: 1px solid #dce3ea;
  display: grid;
}

.checkout-delivery-item {
  align-items: center;
  border-bottom: 1px solid #dce3ea;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px 0;
}

.checkout-delivery-item label {
  align-items: flex-start;
  color: #101828;
  cursor: pointer;
  display: inline-grid;
  gap: 10px;
  grid-template-columns: 20px minmax(0, 1fr);
  margin: 0;
}

.checkout-delivery-item input {
  accent-color: var(--tb-blue);
  cursor: pointer;
  height: 20px;
  margin: 1px 0 0;
  width: 20px;
}

.checkout-delivery-item strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.checkout-delivery-item small {
  color: #98a2b3;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 5px;
}

.checkout-delivery-item__price {
  color: #000000;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-payment-list {
  border-bottom: 1px solid #dce3ea;
  display: grid;
}

.checkout-payment {
  align-items: flex-start;
  border-top: 1px solid #dce3ea;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px minmax(0, 1fr);
  margin: 0;
  padding: 22px 0 20px;
}

.checkout-payment input {
  accent-color: #0d6efd;
  height: 20px;
  margin: 2px 0 0;
  width: 20px;
}

.checkout-payment strong {
  color: #101828;
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 6px;
}

.checkout-payment small {
  color: #667085;
  display: block;
  font-size: 15px;
  line-height: 1.25;
}

.checkout-summary {
  background: #ffffff;
  border: 1px solid #ccd8e4;
  border-radius: 11px;
  box-shadow: 0 0 0 1px rgba(204, 216, 228, 0.5);
  margin-top: 118px;
  padding: 24px 16px 20px;
  position: sticky;
  top: 22px;
  z-index: 2;
}

.checkout-summary__head,
.checkout-summary__vat,
.checkout-summary__products,
.checkout-summary__line {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.checkout-summary__head {
  color: #17253a;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 12px;
}

.checkout-summary__head strong {
  color: #101828;
  font-size: 29px;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-summary__vat,
.checkout-summary__products,
.checkout-summary__line {
  color: #4d5b6b;
  font-size: 16px;
  line-height: 1.25;
}

.checkout-summary__vat {
  margin-bottom: 22px;
}

.checkout-summary__products {
  margin-bottom: 10px;
}

.checkout-summary__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 8px;
  padding: 0;
}

.checkout-summary__toggle::after {
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  content: "";
  height: 7px;
  transform: rotate(-45deg) translateY(2px);
  transition: transform 0.18s ease;
  width: 7px;
}

.checkout-summary__toggle[aria-expanded="false"]::after {
  transform: rotate(135deg) translateY(2px);
}

.checkout-summary__items {
  border-bottom: 1px solid #d3dde8;
  display: grid;
  max-height: 250px;
  overflow-y: auto;
  padding: 0 12px 6px;
}

.checkout-summary__items.is-collapsed {
  display: none;
}

.checkout-summary-item {
  border-bottom: 1px solid #d3dde8;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 0;
}

.checkout-summary-item:last-child {
  border-bottom: 0;
}

.checkout-summary-item a {
  color: #0b5cab;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 6px;
}

.checkout-summary-item small {
  color: #344054;
  display: block;
  font-size: 15px;
}

.checkout-summary-item__discount {
  color: #d96519 !important;
  font-weight: 700;
  margin-top: 4px;
}

.checkout-summary-item strong {
  color: #4d5b6b;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.checkout-summary__line {
  border-bottom: 1px solid #d3dde8;
  padding: 17px 0;
}

.checkout-summary__line--discount {
  color: #9a4b12;
  font-weight: 700;
}

.checkout-summary__line--discount span:last-child {
  color: #d96519;
  white-space: nowrap;
}

.checkout-summary__discount-list {
  border-bottom: 1px solid #d3dde8;
  color: #667085;
  display: grid;
  font-size: 14px;
  gap: 5px;
  line-height: 1.3;
  padding: 0 0 14px;
}

.checkout-summary__discount-list span {
  display: block;
}

.checkout-submit {
  align-items: center;
  background: #F27C2A;
  border: 1px solid #f37b25;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  margin-top: 20px;
  min-height: 64px;
  padding: 14px 18px;
  text-align: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
  width: 100%;
}

.checkout-submit:not(:disabled):focus-visible,
.checkout-submit:not(:disabled):hover {
  background: #D96519;
  border-color: #D96519;
  outline: none;
}

.checkout-submit:disabled {
  cursor: default;
  opacity: 0.5;
}

.checkout-empty {
  border-bottom: 1px solid #dce3ea;
  padding: 12px 0 36px;
}

.checkout-empty h2 {
  color: #101828;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 16px;
}

.checkout-empty a {
  color: var(--tb-orange);
  font-size: 17px;
  font-weight: 700;
}

.checkout-message {
  border-radius: 6px;
  font-size: 17px;
  line-height: 1.3;
  padding: 16px 18px;
}

.checkout-message--success {
  background: #e7f6ed;
  color: #167145;
}

.checkout-message--error {
  background: #fde9e4;
  color: #a53f2a;
}

.checkout-layout.is-empty .checkout-summary,
.checkout-layout.is-empty .checkout-form__content {
  display: none;
}

.checkout-layout.is-complete .checkout-form__content {
  opacity: 0.58;
  pointer-events: none;
}

.checkout-order-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.64);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 28px 16px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}

body.has-checkout-order-modal {
  overflow: hidden;
}

.checkout-order-modal[hidden] {
  display: none;
}

.checkout-order-modal__dialog {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 22px 70px rgba(16, 24, 40, 0.28);
  max-height: min(760px, calc(100vh - 48px));
  max-width: 520px;
  overflow-y: auto;
  padding: 34px 32px 28px;
  position: relative;
  width: min(100%, 520px);
}

.checkout-order-modal__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #91add0;
  display: inline-flex;
  font-size: 30px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 14px;
  width: 36px;
}

.checkout-order-modal__close:focus-visible,
.checkout-order-modal__close:hover {
  color: #1f5f9f;
  outline: none;
}

.checkout-order-modal h2 {
  color: #101828;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 42px 16px 0;
}

.checkout-order-modal p {
  color: #27364a;
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 18px;
}

.checkout-order-modal__summary {
  border: 1px solid #d7e2ee;
  border-radius: 8px;
  display: grid;
  margin: 0 0 18px;
  overflow: hidden;
}

.checkout-order-modal__summary div {
  align-items: baseline;
  border-bottom: 1px solid #e2eaf2;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(120px, 0.56fr) minmax(0, 1fr);
  padding: 12px 14px;
}

.checkout-order-modal__summary div:last-child {
  border-bottom: 0;
}

.checkout-order-modal__summary dt {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.checkout-order-modal__summary dd {
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.checkout-order-modal__notice {
  background: #eef5fb;
  border-radius: 8px;
  color: #264865;
  font-size: 15px;
  line-height: 1.38;
  margin-bottom: 20px;
  padding: 14px 16px;
}

.checkout-order-modal__actions {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.checkout-order-modal__actions a,
.checkout-order-modal__actions button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  text-decoration: none;
}

.checkout-order-modal__actions a {
  background: #F27C2A;
  border: 1px solid #F27C2A;
  color: #ffffff;
}

.checkout-order-modal__actions button {
  background: #ffffff;
  border: 1px solid #c9d6e3;
  color: #1d3d5f;
}

.checkout-order-modal__actions a:focus-visible,
.checkout-order-modal__actions a:hover {
  background: #D96519;
  border-color: #D96519;
  color: #ffffff;
}

.checkout-order-modal__actions button:focus-visible,
.checkout-order-modal__actions button:hover {
  border-color: #8fb2d5;
  color: #0f4d8c;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 1200px) {
  .checkout-layout {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  }
}

@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    margin-top: 0;
    position: static;
  }
}

@media (max-width: 680px) {
  .checkout-workspace {
    padding: 22px 0 72px;
  }

  .checkout-form h1 {
    font-size: 32px;
  }

  .checkout-fields--two {
    grid-template-columns: 1fr;
  }

  .checkout-delivery-fields {
    grid-template-columns: 1fr;
  }

  .checkout-delivery-item {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .checkout-delivery-item__price {
    padding-left: 30px;
  }

  .checkout-summary {
    padding: 22px 16px 18px;
  }

  .checkout-summary__head,
  .checkout-summary__head strong {
    font-size: 27px;
  }

  .checkout-order-modal {
    align-items: flex-start;
    padding: 18px 12px;
  }

  .checkout-order-modal__dialog {
    max-height: calc(100vh - 36px);
    padding: 30px 20px 22px;
  }

  .checkout-order-modal__summary div {
    gap: 4px;
    grid-template-columns: 1fr;
    padding: 11px 12px;
  }

  .checkout-order-modal__actions {
    grid-template-columns: 1fr;
  }

}

@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400 800;
  src: url("../fonts/roboto-condensed-cyrillic-wght-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400 800;
  src: url("../fonts/roboto-condensed-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308,
    U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--tb-text);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
  overflow-x: hidden;
}

body.has-fixed-footer-quick {
  padding-bottom: var(--footer-quick-height, 60px);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.container-xxl {
  max-width: 1440px;
}

.top-strip {
  background: var(--tb-blue);
  color: #ffffff;
  min-height: 70px;
}

.top-strip .container-xxl {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.top-strip__inner {
  align-items: center;
  display: flex;
  gap: 0;
  height: 70px;
  justify-content: space-between;
  overflow: visible;
  scrollbar-width: none;
}

.top-strip__inner::-webkit-scrollbar {
  display: none;
}

.top-categories,
.top-actions {
  align-items: center;
  display: flex;
}

.top-categories {
  background: var(--tb-blue-dark);
  align-self: stretch;
  flex: 0 1 auto;
  min-width: 0;
}

.top-actions {
  background: var(--tb-blue);
  flex: 1 1 58%;
  justify-content: flex-end;
  min-width: 0;
}

.top-quick-lists {
  align-items: stretch;
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
}

.top-quick-list {
  align-items: center;
  color: #ffffff;
  display: grid;
  font-size: 15px;
  font-weight: 500;
  gap: 4px;
  justify-items: center;
  line-height: 1.05;
  min-height: 70px;
  min-width: 82px;
  padding: 9px 10px 8px;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.top-quick-list__icon {
  color: currentColor;
  display: block;
  height: 25px;
  position: relative;
  width: 30px;
}

.top-quick-list__icon::before,
.top-quick-list__icon::after {
  content: "";
  position: absolute;
}

.top-quick-list--favorite .top-quick-list__icon::before {
  background: currentColor;
  height: 23px;
  left: 3px;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M12%2021.2 10.6 20C5.6 15.6 2.4 12.8 2.4 8.9 2.4 5.8 4.8 3.4 7.9 3.4c1.7 0 3.3.8 4.1 2.1.8-1.3 2.4-2.1 4.1-2.1 3.1 0 5.5 2.4 5.5 5.5 0 3.9-3.2 6.7-8.2 11.1L12 21.2Zm0-2.6.2-.2c4.6-4 7.4-6.5 7.4-9.5 0-2-1.5-3.5-3.5-3.5-1.5 0-3 .9-3.5 2.2h-1.2C10.9 6.3 9.4 5.4 7.9 5.4c-2 0-3.5 1.5-3.5 3.5 0 3 2.8 5.5 7.4 9.5l.2.2Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  top: 1px;
  width: 24px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M12%2021.2 10.6 20C5.6 15.6 2.4 12.8 2.4 8.9 2.4 5.8 4.8 3.4 7.9 3.4c1.7 0 3.3.8 4.1 2.1.8-1.3 2.4-2.1 4.1-2.1 3.1 0 5.5 2.4 5.5 5.5 0 3.9-3.2 6.7-8.2 11.1L12 21.2Zm0-2.6.2-.2c4.6-4 7.4-6.5 7.4-9.5 0-2-1.5-3.5-3.5-3.5-1.5 0-3 .9-3.5 2.2h-1.2C10.9 6.3 9.4 5.4 7.9 5.4c-2 0-3.5 1.5-3.5 3.5 0 3 2.8 5.5 7.4 9.5l.2.2Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  content: none;
}

.top-quick-icon-img {
  width: 36px;
  height: 36px;
  top: 1px;
}

.top-quick-list--favorite .top-quick-list__icon::after {
  content: none;
}

.top-quick-list--compare .top-quick-list__icon::before {
  background:
    linear-gradient(currentColor, currentColor) 4px 12px / 3px 11px no-repeat,
    linear-gradient(currentColor, currentColor) 13px 7px / 3px 16px no-repeat,
    linear-gradient(currentColor, currentColor) 22px 3px / 3px 20px no-repeat;
  height: 24px;
  left: 1px;
  top: 0;
  width: 28px;
}

.top-quick-list--cart .top-quick-list__icon::before {
  background: currentColor;
  height: 23px;
  left: 3px;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M5.9%204%205.2%201H2v2h1.6l2.4%2011.5A3%203%200%200%200%208.9%2017H19v-2H8.9a1%201%200%200%201-1-.8L7.6%2013H17a4%204%200%200%200%203.9-3.1L22.2%204H5.9Zm2.2%207L7%206h12.7l-.8%203.4A2%202%200%200%201%2017%2011H8.1ZM9%2022a2%202%200%201%200%200-4%202%202%200%200%200%200%204Zm8%200a2%202%200%201%200%200-4%202%202%200%200%200%200%204Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  top: 1px;
  width: 24px;
 -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M5.9%204%205.2%201H2v2h1.6l2.4%2011.5A3%203%200%200%200%208.9%2017H19v-2H8.9a1%201%200%200%201-1-.8L7.6%2013H17a4%204%200%200%200%203.9-3.1L22.2%204H5.9Zm2.2%207L7%206h12.7l-.8%203.4A2%202%200%200%201%2017%2011H8.1ZM9%2022a2%202%200%201%200%200-4%202%202%200%200%200%200%204Zm8%200a2%202%200%201%200%200-4%202%202%200%200%200%200%204Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  content: none;
}

.top-quick-list--phone .top-quick-list__icon::before {
  background: currentColor;
  height: 23px;
  left: 4px;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.6%202.5 4.2%204.9c-.8.8-.9%202-.4%203.1 2.1%204.5%205.7%208.1%2010.2%2010.2%201.1.5%202.3.4%203.1-.4l2.4-2.4c.5-.5.6-1.3.2-1.9l-2.2-3.2c-.4-.6-1.2-.8-1.8-.5l-2.6%201.1c-1.8-1.1-3.3-2.6-4.4-4.4l1.1-2.6c.3-.7.1-1.5-.5-1.8L8.5%202.3c-.6-.4-1.4-.3-1.9.2Zm1.1%202.1 1.5.9-.9%202.2c-.2.4-.1.8.1%201.2 1.3%202.3%203.3%204.3%205.6%205.6.4.2.8.3%201.2.1l2.2-.9.9%201.5-2.1%202.1c-.2.2-.5.3-.8.1-4-1.9-7.1-5-9-9-.1-.3-.1-.6.1-.8l2.2-2Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  top: 1px;
  width: 23px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.6%202.5 4.2%204.9c-.8.8-.9%202-.4%203.1 2.1%204.5%205.7%208.1%2010.2%2010.2%201.1.5%202.3.4%203.1-.4l2.4-2.4c.5-.5.6-1.3.2-1.9l-2.2-3.2c-.4-.6-1.2-.8-1.8-.5l-2.6%201.1c-1.8-1.1-3.3-2.6-4.4-4.4l1.1-2.6c.3-.7.1-1.5-.5-1.8L8.5%202.3c-.6-.4-1.4-.3-1.9.2Zm1.1%202.1 1.5.9-.9%202.2c-.2.4-.1.8.1%201.2 1.3%202.3%203.3%204.3%205.6%205.6.4.2.8.3%201.2.1l2.2-.9.9%201.5-2.1%202.1c-.2.2-.5.3-.8.1-4-1.9-7.1-5-9-9-.1-.3-.1-.6.1-.8l2.2-2Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  content: none;
}

.top-quick-list__count {
  align-items: center;
  background: #F27C2A;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  line-height: 1;
  min-width: 24px;
  padding: 0 7px;
  position: absolute;
  right: -9px;
  top: -8px;
  z-index: 2;
}

.top-quick-list__count[hidden] {
  display: none;
}

.top-quick-list:focus-visible,
.top-quick-list:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  outline: none;
}

.top-quick-list:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.top-categories__item,
.top-actions__item {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-height: 70px;
  padding: 0 clamp(14px, 2.35vw, 34px);
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.top-categories__item span,
.top-actions__item span {
  min-width: 0;
}

.top-categories__item {
  flex: 0 1 auto;
  justify-content: center;
  min-width: 0;
  position: relative;
}

.top-categories__item::after {
  background: var(--tb-orange);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
  width: 100%;
}

.top-categories__item:focus-visible::after,
.top-categories__item:hover::after {
  transform: scaleX(1);
}

.top-categories__item:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -6px;
}

.top-actions__item:focus-visible,
.top-actions__item:hover {
  background: rgba(255, 255, 255, 0.12);
}

.top-actions__item:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: -6px;
}

.top-categories__item img,
.top-actions__item img {
  flex: 0 0 auto;
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.main-nav {
  background: #ffffff;
  border-bottom: 1px solid #7b7474;
  min-height: 61px;
  position: relative;
  padding: 0;
  z-index: 20;
}

.main-nav .container-xxl {
  max-width: none;
  min-height: 61px;
  padding-left: clamp(14px, 6.6vw, 95px);
  padding-right: clamp(14px, 2.35vw, 34px);
}

.main-nav__content {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
}

.brand-logo {
  display: block;
  height: 32px;
  position: relative;
  width: 211px;
}

.brand-logo__part {
  display: block;
  position: absolute;
}

.brand-logo__part--one {
  height: 27.5%;
  left: 0;
  top: 0;
  width: 35.7%;
}

.brand-logo__part--two {
  bottom: 0;
  height: 62.6%;
  left: 7.9%;
  width: 4.2%;
}

.brand-logo__part--three {
  bottom: 0;
  height: 62.6%;
  left: 14.8%;
  width: 20.9%;
}

.brand-logo__part--four {
  height: 47.8%;
  left: 41%;
  top: 26.4%;
  width: 59%;
}

.main-nav__links {
  flex-direction: row;
  gap: 38px;
  transform: translateX(-146px);
}

.main-nav .nav-link {
  color: var(--tb-text);
  font-size: 21px;
  padding: 0;
}

.main-nav .nav-link:focus,
.main-nav .nav-link:hover {
  color: var(--tb-orange);
}

.main-nav__more {
  display: none;
  flex: 0 0 auto;
  margin-left: 18px;
}

.main-nav__more-button {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  height: 61px;
  justify-content: center;
  transition: background-color 0.2s ease;
  width: 58px;
}

.main-nav__more-button:focus-visible,
.main-nav__more-button:hover {
  background: #ededed;
  outline: none;
}

.main-nav__more-button:focus-visible {
  box-shadow: 0 0 0 2px rgba(62, 106, 164, 0.35);
}

.main-nav__dropdown {
  border-color: #d8d8d8;
  border-radius: 0;
  box-shadow: 0 14px 34px rgba(45, 76, 115, 0.14);
  font-size: 19px;
  margin-top: 0;
  min-width: 240px;
  padding: 8px;
}

.main-nav__dropdown .dropdown-item {
  border-radius: 4px;
  color: var(--tb-text);
  padding: 9px 12px;
}

.main-nav__dropdown .dropdown-item:focus,
.main-nav__dropdown .dropdown-item:hover {
  background: #ededed;
  color: var(--tb-orange);
}

.nav-overflow {
  display: none;
}

.hero {
  background: #ffffff;
}

.hero-carousel .carousel-inner {
  background: var(--tb-gray);
  overflow: hidden;
}

.hero__container {
  min-height: 700px;
  position: relative;
}

.hero__container--full-image {
  max-width: none;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.hero__container--full-image::before {
  background: linear-gradient(90deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0.94) 18%, rgba(237, 237, 237, 0.52) 33%, rgba(237, 237, 237, 0.16) 44%, rgba(237, 237, 237, 0) 53%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero__content {
  left: 93px;
  position: absolute;
  top: 176px;
  z-index: 2;
}

.hero__container--full-image .hero__content {
  left: 121px;
}

.hero__eyebrow {
  color: #000000;
  font-size: 33px;
  margin: 0 0 6px;
}

.hero__title {
  color: var(--tb-orange);
  font-size: 50px;
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 46px;
}

.hero__button {
  --bs-btn-bg: var(--tb-blue);
  --bs-btn-border-color: var(--tb-blue);
  --bs-btn-hover-bg: var(--tb-blue-dark);
  --bs-btn-hover-border-color: var(--tb-blue-dark);
  --bs-btn-active-bg: var(--tb-blue-dark);
  --bs-btn-active-border-color: var(--tb-blue-dark);
  border-radius: 5px;
  font-size: 20px;
  min-width: 156px;
  padding: 6px 24px;
}

.hero__image {
  bottom: 0;
  height: 700px;
  object-fit: contain;
  object-position: right bottom;
  position: absolute;
  right: 26px;
  width: min(972px, 72vw);
  z-index: 1;
}

.hero__container--full-image .hero__image--cover {
  height: 100%;
  inset: 0;
  left: 0;
  max-width: none;
  object-fit: cover;
  object-position: right center;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 0;
}

.hero__container--full-image .hero__image--cover.hero__image--right-bleed {
  width: calc(100% + clamp(96px, 8vw, 180px));
}

.hero-carousel__indicators {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 22px 0 0;
  position: static;
}

.hero-carousel__indicators [data-bs-target] {
  background: #686868;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 14px;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-indent: -999px;
  width: 14px;
}

.hero-carousel__indicators .active {
  background: var(--tb-orange);
}

.concrete-section {
  padding: 36px 0 26px;
}

.concrete-section .row,
.pavers-section .row,
.services-section .row {
  margin-left: 0;
  margin-right: 0;
}

.concrete-card {
  aspect-ratio: 400 / 533;
  color: #ffffff;
  display: block;
  margin-inline: auto;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  width: 100%;
}

.concrete-card:hover,
.concrete-card:focus-visible {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  transform: translateY(-6px);
}

.concrete-card:focus-visible {
  outline: 3px solid rgba(242, 124, 42, 0.8);
  outline-offset: 4px;
}

.concrete-card img,
.service-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.concrete-card:hover img,
.concrete-card:focus-visible img {
  transform: scale(1.05);
}

.concrete-card::after {
  border: 1px solid rgba(242, 124, 42, 0);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: border-color 0.25s ease;
  z-index: 2;
}

.concrete-card:hover::after,
.concrete-card:focus-visible::after {
  border-color: rgba(0, 0, 0, 0.9);
}

.concrete-card:hover .concrete-card__title,
.concrete-card:hover .concrete-card__grade,
.concrete-card:focus-visible .concrete-card__title,
.concrete-card:focus-visible .concrete-card__grade {
  color: #ffffff;
}

.concrete-card__shade,
.service-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.52) 100%);
  inset: 0;
  position: absolute;
}

.concrete-card__shade {
  content: "";
}

.concrete-card__content {
  bottom: 28px;
  display: grid;
  justify-items: center;
  left: 24px;
  position: absolute;
  right: 24px;
  text-align: center;
  z-index: 1;
}

.concrete-card__title {
  font-size: clamp(34px, 3.1vw, 45px);
  font-weight: 500;
  line-height: 1.08;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.9);
  paint-order: stroke fill;
  text-shadow:
    1px 0 0 rgba(0, 0, 0, 0.9),
    -1px 0 0 rgba(0, 0, 0, 0.9),
    0 1px 0 rgba(0, 0, 0, 0.9),
    0 -1px 0 rgba(0, 0, 0, 0.9);
}

.concrete-card__grade {
  font-size: clamp(27px, 2.4vw, 35px);
  font-weight: 500;
  margin-top: 20px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.9);
  paint-order: stroke fill;
  text-shadow:
    1px 0 0 rgba(0, 0, 0, 0.9),
    -1px 0 0 rgba(0, 0, 0, 0.9),
    0 1px 0 rgba(0, 0, 0, 0.9),
    0 -1px 0 rgba(0, 0, 0, 0.9);
}

.section-title {
  color: #7e7e7e;
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 58px;
  text-align: center;
}

.pavers-section {
  padding: 0 0 50px;
}

.paver-card {
  margin-inline: auto;
  max-width: 420px;
  padding: 18px 16px 20px;
  position: relative;
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.paver-card::before {
  border: 1px solid rgba(0, 0, 0, 0);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: border-color 0.25s ease;
}

.paver-card:hover {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.28);
  transform: translateY(-6px);
}

.paver-card:hover::before {
  border-color: rgba(0, 0, 0, 0.72);
}

.paver-card__visual {
  height: 390px;
  margin-bottom: 42px;
  position: relative;
}

.paver-card__path {
  border-radius: 50%;
  bottom: 0;
  height: min(350px, 86vw);
  left: 50%;
  object-fit: cover;
  position: absolute;
  transform: translateX(-50%);
  transition: filter 0.3s ease, transform 0.35s ease;
  width: min(350px, 86vw);
}

.paver-card__product {
  object-fit: contain;
  position: absolute;
  top: 0;
  transition: transform 0.35s ease;
  z-index: 1;
}

.paver-card:hover .paver-card__path {
  filter: brightness(0.92);
  transform: translateX(-50%) scale(1.04);
}

.paver-card:hover .paver-card__product {
  transform: scale(1.04);
}

.paver-card__product--city {
  height: 185px;
  left: 4px;
  width: 300px;
}

.paver-card__product--steppe {
  height: 179px;
  left: 10px;
  width: 345px;
}

.paver-card__product--graphite {
  height: 200px;
  left: 4px;
  width: 380px;
}

.paver-card h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 12px;
}

.paver-card p {
  color: #000000;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 28px;
}

.price-button {
  align-items: center;
  background: var(--tb-orange-bright);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 25px;
  justify-content: center;
  min-height: 45px;
  padding: 5px 34px;
  transition: background-color 0.2s ease, box-shadow 0.25s ease, transform 0.25s ease;
  width: min(300px, 100%);
}

.price-button:focus,
.price-button:hover {
  background: #e96f20;
  box-shadow: 0 8px 14px rgba(242, 124, 42, 0.34);
  color: #ffffff;
  transform: translateY(-2px);
}

.services-section {
  background: #f1f1f1;
  padding: 0 0 46px;
}

.services-section__title {
  color: #ffffff;
  font-size: clamp(62px, 7vw, 90px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 24px;
  text-align: center;
}

.service-card {
  aspect-ratio: 300 / 400;
  color: #ffffff;
  display: block;
  margin-inline: auto;
  max-width: 300px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.service-card:hover,
.service-card:focus-visible {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.42);
  color: #ffffff;
  transform: translateY(-5px);
}

.service-card:focus-visible {
  outline: 3px solid rgba(242, 124, 42, 0.8);
  outline-offset: 4px;
}

.service-card::after {
  content: "";
  transition: background 0.25s ease;
}

.service-card::before {
  border: 1px solid rgba(0, 0, 0, 0);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: border-color 0.25s ease;
  z-index: 2;
}

.service-card:hover::after,
.service-card:focus-visible::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.48) 100%);
}

.service-card:hover::before,
.service-card:focus-visible::before {
  border-color: rgba(0, 0, 0, 0.88);
}

.service-card:hover span,
.service-card:focus-visible span {
  color: #ffffff;
}

.service-card span {
  bottom: 28px;
  display: block;
  font-size: clamp(34px, 3.2vw, 45px);
  font-weight: 500;
  left: 12px;
  line-height: 1.1;
  position: absolute;
  right: 12px;
  text-align: center;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.9);
  paint-order: stroke fill;
  text-shadow:
    1px 0 0 rgba(0, 0, 0, 0.9),
    -1px 0 0 rgba(0, 0, 0, 0.9),
    0 1px 0 rgba(0, 0, 0, 0.9),
    0 -1px 0 rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.home-light-page {
  background: #f6f8fb;
  color: #142235;
}

.home-light-hero {
  background:
    linear-gradient(180deg, #fbfcfe 0%, #eef4f9 100%);
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.home-light-hero::after {
  background: linear-gradient(90deg, rgba(251, 252, 254, 0.96) 0%, rgba(251, 252, 254, 0.84) 39%, rgba(251, 252, 254, 0.57) 58%, rgba(251, 252, 254, 0.02) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.home-light-hero__image {
  bottom: -16px;
  height: auto;
  max-height: 510px;
  object-fit: contain;
  object-position: right bottom;
  opacity: 1;
  position: absolute;
  right: max(0px, calc((100vw - 1440px) / 2));
  width: min(830px, 58vw);
  z-index: 0;
}

.home-light-hero__inner {
  align-items: center;
  display: flex;
  min-height: 540px;
  padding-bottom: 72px;
  padding-top: 82px;
  position: relative;
  z-index: 2;
}

.home-light-hero__copy {
  max-width: 590px;
}

.home-light-kicker {
  color: #58708c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.home-light-hero h1 {
  color: #142235;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.02;
  margin: 0 0 22px;
}

.home-light-hero p:not(.home-light-kicker) {
  color: #304155;
  font-size: 24px;
  line-height: 1.32;
  margin: 0 0 28px;
}

.home-light-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-light-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  min-height: 48px;
  padding: 12px 22px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.home-light-button:focus-visible,
.home-light-button:hover {
  outline: none;
  transform: translateY(-1px);
}

.home-light-button--primary {
  background: var(--tb-blue);
  border: 1px solid var(--tb-blue);
  color: #ffffff;
}

.home-light-button--primary:focus-visible,
.home-light-button--primary:hover {
  background: var(--tb-blue-dark);
  border-color: var(--tb-blue-dark);
  color: #ffffff;
}

.home-light-button--secondary {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #c8d4df;
  color: #142235;
}

.home-light-button--secondary:focus-visible,
.home-light-button--secondary:hover {
  background: #ffffff;
  border-color: var(--tb-blue);
  color: var(--tb-blue-dark);
}

.home-light-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 34px;
}

.home-light-hero__facts span {
  border-left: 2px solid rgba(62, 106, 164, 0.28);
  color: #536273;
  font-size: 17px;
  line-height: 1.18;
  padding-left: 12px;
}

.home-light-hero__facts strong {
  color: #142235;
  display: block;
  font-size: 19px;
  font-weight: 800;
}

.home-light-strip {
  background: #ffffff;
  padding: 0 0 26px;
}

.home-light-strip__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -28px;
  position: relative;
  z-index: 3;
}

.home-light-strip-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(45, 76, 115, 0.08);
  display: grid;
  gap: 14px;
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 112px;
  min-width: 0;
  overflow: hidden;
  padding: 13px;
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-light-strip-card::before {
  background: linear-gradient(180deg, var(--tb-orange) 0%, var(--tb-blue) 100%);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 3px;
}

.home-light-strip-card:focus-visible,
.home-light-strip-card:hover {
  border-color: #b7c9dd;
  box-shadow: 0 16px 34px rgba(45, 76, 115, 0.11);
  color: inherit;
  outline: none;
  transform: translateY(-2px);
}

.home-light-strip-card__image {
  align-items: center;
  background: #f4f7fa;
  border-radius: 8px;
  display: flex;
  height: 82px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 8px;
  width: 82px;
}

.home-light-strip-card__image img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.18s ease;
}

.home-light-strip-card:focus-visible .home-light-strip-card__image img,
.home-light-strip-card:hover .home-light-strip-card__image img {
  transform: scale(1.04);
}

.home-light-strip-card__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.home-light-strip-card__body strong {
  color: #142235;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.08;
}

.home-light-strip-card__body small {
  color: #536273;
  font-size: 16px;
  line-height: 1.24;
}

.home-light-section {
  padding: 64px 0;
}

.home-light-section--white {
  background: #ffffff;
}

.home-light-section--directions {
  padding-top: 28px;
}

.home-light-section--popular {
  padding: 28px 0 42px;
}

.home-light-section--popular .home-light-section__heading {
  margin-bottom: 20px;
}

.home-light-section--services {
  background: #f1f5f9;
  padding: 42px 0 44px;
}

.home-light-section__heading {
  margin-bottom: 30px;
  max-width: 760px;
}

.home-light-section__heading--split {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  max-width: none;
}

.home-light-section__heading h2,
.home-light-contact h2 {
  color: #142235;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.home-light-directions {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-light-direction-card {
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-light-direction-card::before {
  background: linear-gradient(90deg, rgba(62, 106, 164, 0.72), rgba(242, 124, 42, 0.54));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home-light-direction-card:focus-within,
.home-light-direction-card:hover {
  border-color: #bfd0e3;
  box-shadow: 0 14px 32px rgba(45, 76, 115, 0.09);
  transform: translateY(-2px);
}

.home-light-direction-card__top {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 46px minmax(0, 1fr);
  margin-bottom: 18px;
}

.home-light-direction-card__top img {
  background: linear-gradient(135deg, var(--tb-blue-dark) 0%, var(--tb-blue) 100%);
  border: 1px solid rgba(45, 76, 115, 0.2);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(45, 76, 115, 0.16);
  height: 46px;
  object-fit: contain;
  padding: 9px;
  width: 46px;
}

.home-light-direction-card h3 {
  color: #142235;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.home-light-direction-card p {
  color: #536273;
  font-size: 18px;
  line-height: 1.34;
  margin: 0 0 18px;
}

.home-light-direction-card ul {
  border-top: 1px solid #e5ebf2;
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 18px 0 0;
}

.home-light-direction-card li {
  color: #26384d;
  font-size: 17px;
  line-height: 1.2;
  padding-left: 18px;
  position: relative;
}

.home-light-direction-card li::before {
  background: #c2cfdb;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.home-light-direction-card a:hover,
.home-light-direction-card a:focus-visible,
.home-light-text-link:hover,
.home-light-text-link:focus-visible {
  color: var(--tb-orange);
  outline: none;
}

.home-light-text-link {
  align-items: center;
  color: var(--tb-blue);
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.12;
  margin-top: auto;
}

.home-light-text-link::after {
  content: "";
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 8px;
  margin-left: 9px;
  transform: rotate(45deg);
  width: 8px;
}

.home-light-task-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-light-task {
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-left: 3px solid var(--tb-blue);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  min-height: 178px;
  padding: 20px 18px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-light-task:focus-visible,
.home-light-task:hover {
  border-color: #b7c9dd;
  box-shadow: 0 12px 28px rgba(45, 76, 115, 0.09);
  color: inherit;
  outline: none;
  transform: translateY(-2px);
}

.home-light-task span {
  color: #6f7e90;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.home-light-task strong {
  color: #142235;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.home-light-task small {
  color: #536273;
  font-size: 16px;
  line-height: 1.28;
}

.home-light-service-grid {
  align-items: stretch;
}

.home-light-service-card {
  border-left: 1px solid #dbe4ee;
  gap: 0;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.home-light-service-card__image {
  aspect-ratio: 1.14 / 1;
  background: #eef4fa;
  display: block;
  max-height: 300px;
  min-width: 0;
  overflow: hidden;
}

.home-light-service-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: filter 0.18s ease;
  width: 100%;
}

.home-light-service-card:hover .home-light-service-card__image img,
.home-light-service-card:focus-visible .home-light-service-card__image img {
  filter: saturate(1.03);
}

.home-light-service-card__body {
  align-content: start;
  color: inherit;
  display: grid;
  gap: 8px;
  font-size: inherit;
  font-weight: 400;
  line-height: normal;
  padding: 18px;
  text-transform: none;
}

.home-light-service-card .home-light-service-card__body {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}

.home-light-service-card__label {
  color: var(--tb-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.home-light-service-card .home-light-service-card__label {
  color: var(--tb-blue);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.home-light-service-card .home-light-service-card__body strong {
  font-size: 21px;
}

.home-light-products {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-light-product {
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  display: grid;
  grid-template-rows: 132px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-light-product:focus-visible,
.home-light-product:hover {
  border-color: #b7c9dd;
  box-shadow: 0 12px 28px rgba(45, 76, 115, 0.09);
  color: inherit;
  outline: none;
  transform: translateY(-2px);
}

.home-light-product__image {
  align-items: center;
  background: #f4f7fa;
  display: flex;
  justify-content: center;
  min-width: 0;
  padding: 14px;
}

.home-light-product__image img {
  display: block;
  height: 104px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.18s ease;
}

.home-light-product:hover .home-light-product__image img,
.home-light-product:focus-visible .home-light-product__image img {
  transform: scale(1.03);
}

.home-light-section--popular .home-light-product {
  grid-template-rows: 190px minmax(132px, 1fr);
  min-height: 322px;
}

.home-light-section--popular .home-light-product__image img {
  height: 158px;
  object-fit: contain;
  width: 100%;
}

.home-light-product__body {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.home-light-product__body strong {
  color: #142235;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
}

.home-light-product__body small {
  color: #536273;
  font-size: 16px;
  line-height: 1.28;
}

.home-light-services {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-light-services a {
  background: #ffffff;
  border-bottom: 1px solid #dbe4ee;
  border-right: 1px solid #dbe4ee;
  border-top: 1px solid #dbe4ee;
  display: grid;
  gap: 9px;
  min-height: 154px;
  padding: 20px;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.home-light-services a:first-child {
  border-left: 1px solid #dbe4ee;
  border-radius: 8px 0 0 8px;
}

.home-light-services a:last-child {
  border-radius: 0 8px 8px 0;
}

.home-light-services a:focus-visible,
.home-light-services a:hover {
  background: #fbfdff;
  color: inherit;
  outline: 2px solid rgba(62, 106, 164, 0.26);
  outline-offset: -2px;
}

.home-light-services span {
  color: var(--tb-orange);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.home-light-services strong {
  color: #142235;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.home-light-services small {
  color: #536273;
  font-size: 16px;
  line-height: 1.25;
}

.home-light-contact {
  background: #eaf1f7;
  padding: 44px 0;
}

.home-light-contact__inner {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.home-light-contact h2 {
  max-width: 720px;
}

@media (max-width: 1200px) {
  .home-light-task-grid,
  .home-light-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-light-hero__image {
    right: -46px;
    width: min(760px, 60vw);
  }
}

@media (max-width: 992px) {
  .home-light-hero,
  .home-light-hero__inner {
    min-height: 500px;
  }

  .home-light-hero__inner {
    padding-bottom: 58px;
    padding-top: 64px;
  }

  .home-light-hero__image {
    max-height: 430px;
    opacity: 0.69;
    right: -130px;
    width: 690px;
  }

  .home-light-hero h1 {
    font-size: 52px;
  }

  .home-light-strip__grid {
    grid-template-columns: 1fr;
  }

  .home-light-directions {
    grid-template-columns: 1fr;
  }

  .home-light-services {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-light-services a,
  .home-light-services a:first-child,
  .home-light-services a:last-child {
    border: 1px solid #dbe4ee;
    border-radius: 8px;
  }

  .home-light-contact__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .home-light-hero,
  .home-light-hero__inner {
    min-height: 470px;
  }

  .home-light-hero::after {
    background: linear-gradient(180deg, rgba(251, 252, 254, 0.96) 0%, rgba(251, 252, 254, 0.84) 64%, rgba(251, 252, 254, 0.63) 100%);
  }

  .home-light-hero__image {
    bottom: -2px;
    max-height: none;
    opacity: 0.4;
    right: -310px;
    width: 720px;
  }

  .home-light-hero__inner {
    padding-bottom: 44px;
    padding-top: 48px;
  }

  .home-light-hero h1 {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .home-light-hero p:not(.home-light-kicker) {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .home-light-section {
    padding: 48px 0;
  }

  .home-light-section--directions {
    padding-top: 26px;
  }

  .home-light-section--popular {
    padding: 26px 0 36px;
  }

  .home-light-section--services {
    padding: 34px 0 36px;
  }

  .home-light-section__heading,
  .home-light-section__heading--split {
    display: block;
    margin-bottom: 24px;
  }

  .home-light-section__heading h2,
  .home-light-contact h2 {
    font-size: 31px;
  }

  .home-light-section__heading--split .home-light-text-link {
    margin-top: 16px;
  }

  .home-light-task-grid,
  .home-light-products,
  .home-light-services {
    grid-template-columns: 1fr;
  }

  .home-light-service-grid {
    justify-items: center;
  }

  .home-light-direction-card,
  .home-light-task,
  .home-light-product__body,
  .home-light-strip-card,
  .home-light-services a {
    padding: 18px;
  }

  .home-light-service-card {
    grid-template-rows: auto minmax(0, 1fr);
    padding: 0;
    width: min(100%, 360px);
  }

  .home-light-service-card__image {
    max-height: none;
    width: 100%;
  }

  .home-light-service-card__body {
    padding: 16px;
  }

  .home-light-strip {
    padding-bottom: 18px;
  }

  .home-light-strip__grid {
    margin-top: -18px;
  }

  .home-light-product {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: minmax(132px, auto);
  }

  .home-light-section--popular .home-light-product {
    grid-template-columns: 146px minmax(0, 1fr);
    grid-template-rows: minmax(174px, auto);
    min-height: 174px;
  }

  .home-light-product__image {
    min-height: 132px;
  }

  .home-light-section--popular .home-light-product__image {
    min-height: 174px;
  }

  .home-light-product__image img {
    height: 92px;
  }

  .home-light-section--popular .home-light-product__image img {
    height: 130px;
  }

  .home-light-contact {
    padding: 38px 0;
  }
}

@media (max-width: 460px) {
  .home-light-button {
    width: 100%;
  }

  .home-light-hero__image {
    opacity: 0.33;
    right: -365px;
  }

  .home-light-hero__facts {
    gap: 12px;
  }

  .home-light-hero__facts span {
    flex-basis: 100%;
  }

  .home-light-product {
    grid-template-columns: 1fr;
    grid-template-rows: 124px minmax(0, 1fr);
  }

  .home-light-product__image {
    min-height: 124px;
  }
}

.about-page {
  background: #ffffff;
  color: var(--tb-text);
}

.about-hero {
  color: #ffffff;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.about-hero__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.about-hero__shade {
  background: linear-gradient(90deg, rgba(31, 50, 73, 0.9) 0%, rgba(31, 50, 73, 0.66) 34%, rgba(31, 50, 73, 0.18) 68%, rgba(31, 50, 73, 0.04) 100%);
  inset: 0;
  position: absolute;
}

.about-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding-bottom: 58px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.about-hero__eyebrow,
.about-kicker {
  color: var(--tb-orange);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.about-hero h1 {
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 22px;
}

.about-hero p {
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.18;
  margin: 0;
  max-width: 760px;
}

.about-hero__facts {
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  display: flex;
  flex-wrap: wrap;
  gap: 22px 42px;
  margin-top: 46px;
  padding-top: 22px;
}

.about-hero__facts span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
}

.about-hero__facts strong {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  margin-right: 6px;
}

.about-section {
  padding: 76px 0;
}

.about-section--muted {
  background: #f3f5f7;
}

.about-section--mission {
  background: var(--tb-blue-dark);
  color: #ffffff;
}

.about-section--benefits {
  background: #f6f6f6;
}

.about-section h2 {
  color: var(--tb-blue-dark);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 26px;
}

.about-section--mission h2 {
  color: #ffffff;
}

.about-section p {
  font-size: 22px;
  line-height: 1.38;
  margin: 0 0 18px;
}

.about-section__heading {
  margin: 0 auto 42px;
  max-width: 900px;
  text-align: center;
}

.about-image {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(31, 50, 73, 0.12);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.about-image--wide {
  aspect-ratio: 16 / 11;
}

.about-feature-row__media {
  display: flex;
}

.about-image--fleet {
  aspect-ratio: auto;
  height: 100%;
  min-height: 430px;
}

.about-list {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
}

.about-list li {
  font-size: 21px;
  line-height: 1.34;
  list-style: none;
  padding-left: 28px;
  position: relative;
}

.about-list li::before {
  background: var(--tb-orange);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}

.about-timeline {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-timeline__item {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-top: 5px solid var(--tb-orange);
  padding: 26px 24px 28px;
}

.about-timeline__item span {
  color: var(--tb-blue);
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-timeline__item h3,
.about-benefit h3 {
  color: var(--tb-blue-dark);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 14px;
}

.about-timeline__item p,
.about-benefit p {
  font-size: 19px;
  line-height: 1.34;
  margin: 0;
}

.about-values {
  display: grid;
  gap: 0;
}

.about-value {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  display: grid;
  gap: 18px;
  grid-template-columns: 210px minmax(0, 1fr);
  padding: 20px 0;
}

.about-value:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.about-value strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.about-value span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 21px;
  line-height: 1.28;
}

.about-benefits {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-benefit {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  min-height: 212px;
  padding: 28px 26px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.about-benefit:hover {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

.contacts-page {
  background: #ffffff;
  color: var(--tb-text);
}

.contacts-hero {
  background: #eceef3;
  overflow: hidden;
}

.contacts-hero__grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  min-height: 500px;
}

.contacts-hero__content {
  color: var(--tb-blue-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  padding: 74px 52px 78px 0;
}

.contacts-kicker {
  color: var(--tb-orange);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.contacts-hero .contacts-kicker {
  color: var(--tb-orange);
}

.contacts-hero h1 {
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 22px;
}

.contacts-hero__content > p {
  color: #5c5c5c;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.18;
  margin: 0 0 42px;
}

.contacts-phone {
  align-items: flex-start;
  border-left: 5px solid var(--tb-orange);
  color: var(--tb-blue-dark);
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 24px;
  width: max-content;
}

.contacts-phone:focus,
.contacts-phone:hover {
  color: var(--tb-blue-dark);
}

.contacts-phone span {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.contacts-phone small {
  color: #5f6976;
  font-size: 22px;
}

.contacts-hero__person {
  align-items: end;
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
  overflow: hidden;
  padding: 0;
}

.contacts-hero__person img {
  display: block;
  height: min(510px, 52vw);
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}

.contacts-section {
  background: #f5f6f7;
  padding: 72px 0 78px;
}

.contacts-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
}

.contacts-office {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 34px 32px 36px;
}

.contacts-office h2 {
  color: var(--tb-blue-dark);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 34px;
}

.contacts-office__item {
  border-top: 1px solid #dddddd;
  padding: 22px 0;
}

.contacts-office__item span {
  color: var(--tb-blue);
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contacts-office__item p {
  color: #222222;
  font-size: 22px;
  line-height: 1.34;
  margin: 0;
}

.contacts-office__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.contacts-button {
  --bs-btn-bg: var(--tb-blue);
  --bs-btn-border-color: var(--tb-blue);
  --bs-btn-hover-bg: var(--tb-blue-dark);
  --bs-btn-hover-border-color: var(--tb-blue-dark);
  border-radius: 5px;
  font-size: 20px;
  min-width: 158px;
  padding: 8px 22px;
}

.contacts-button--outline {
  --bs-btn-color: var(--tb-blue);
  --bs-btn-border-color: var(--tb-blue);
  --bs-btn-hover-bg: var(--tb-blue);
  --bs-btn-hover-border-color: var(--tb-blue);
  --bs-btn-hover-color: #ffffff;
  background: transparent;
}

.contacts-map {
  align-items: flex-end;
  background: #eef2f6;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(31, 50, 73, 0.12);
  display: flex;
  justify-content: flex-start;
  min-height: 520px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.contacts-map::before {
  display: none;
}

.contacts-map__frame {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.contacts-map__panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(62, 106, 164, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 35, 63, 0.12);
  color: #08233f;
  max-width: 360px;
  padding: 24px 26px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.contacts-map__label {
  color: var(--tb-orange);
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contacts-map__panel strong {
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.08;
}

.contacts-map__panel p {
  color: #5f6f7f;
  font-size: 19px;
  line-height: 1.3;
  margin: 12px 0 0;
}

.contacts-map__route {
  display: none;
}

.contacts-map__road {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(62, 106, 164, 0.14);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(8, 35, 63, 0.08);
  display: block;
  position: absolute;
}

.contacts-map__road--main {
  height: 42px;
  left: -8%;
  top: 62%;
  transform: rotate(-12deg);
  width: 118%;
}

.contacts-map__road--side {
  height: 34px;
  left: 51%;
  top: 8%;
  transform: rotate(58deg);
  transform-origin: center;
  width: 68%;
}

.contacts-map__pin {
  background: var(--tb-orange);
  border: 6px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 12px 26px rgba(8, 35, 63, 0.24);
  height: 42px;
  left: 67%;
  position: absolute;
  top: 42%;
  transform: rotate(-45deg);
  width: 42px;
}

.contacts-map__pin::after {
  background: #ffffff;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 10px;
}

.documents-page {
  background: #ffffff;
  color: var(--tb-blue-dark);
}

.documents-section {
  padding: 58px 0 28px;
}

.documents-section--last {
  padding-bottom: 78px;
}

.documents-section h1,
.documents-section h2 {
  color: #08233f;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 42px;
}

.documents-grid {
  display: grid;
  gap: 42px 64px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.documents-grid--short {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
}

.document-link {
  align-items: flex-start;
  color: #5c5c5c;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 82px;
  text-decoration: none;
}

.document-link:hover,
.document-link:focus-visible {
  color: var(--tb-orange);
}

.document-link:focus-visible {
  outline: 2px solid rgba(62, 106, 164, 0.42);
  outline-offset: 8px;
}

.document-link span:last-child {
  font-size: 20px;
  line-height: 1.32;
  padding-top: 1px;
}

.document-icon {
  align-items: flex-end;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #6b6b6b;
  display: inline-flex;
  font-size: 17px;
  height: 60px;
  justify-content: center;
  line-height: 1;
  padding-bottom: 7px;
  position: relative;
  transition: border-color 0.2s ease, color 0.2s ease;
  width: 48px;
}

.document-icon::after {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 48%, #d4d4d4 50%, #f5f5f5 52%, #f5f5f5 100%);
  content: "";
  height: 15px;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 15px;
}

.document-link:hover .document-icon,
.document-link:focus-visible .document-icon {
  border-color: rgba(242, 124, 42, 0.75);
  color: var(--tb-orange);
}

.document-link--missing {
  color: #8a8a8a;
  cursor: default;
}

.document-link--missing:hover {
  color: #8a8a8a;
}

.document-link--missing .document-icon {
  opacity: 0.55;
}

.document-link small {
  color: #8a8a8a;
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin-top: 7px;
}

.buyers-page {
  background: #ffffff;
  color: var(--tb-text);
}

.buyers-hero {
  background: #eef2f6;
  padding: 68px 0;
}

.buyers-hero__grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
}

.buyers-kicker,
.buyers-card-kicker {
  color: var(--tb-orange);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.buyers-hero h1,
.buyers-section h2 {
  color: var(--tb-blue-dark);
  font-size: clamp(40px, 4.4vw, 66px);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 0 24px;
}

.buyers-hero__content > p,
.buyers-section p,
.buyers-section li {
  font-size: 22px;
  line-height: 1.38;
}

.buyers-hero__content > p {
  color: #2f3a4a;
  margin: 0 0 28px;
  max-width: 680px;
}

.buyers-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.buyers-button {
  --bs-btn-bg: var(--tb-orange);
  --bs-btn-border-color: var(--tb-orange);
  --bs-btn-hover-bg: #d96519;
  --bs-btn-hover-border-color: #d96519;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 400;
  min-width: 196px;
  padding: 9px 24px;
}

.buyers-button--outline {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--tb-blue-dark);
  --bs-btn-color: var(--tb-blue-dark);
  --bs-btn-hover-bg: var(--tb-blue-dark);
  --bs-btn-hover-border-color: var(--tb-blue-dark);
  --bs-btn-hover-color: #ffffff;
  border: 2px solid var(--tb-blue-dark);
}

.buyers-hero__cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buyers-contact-card,
.buyers-schedule-card,
.buyers-order__lists article,
.buyers-documents article {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(31, 50, 73, 0.08);
  padding: 30px 28px;
}

.buyers-card-kicker {
  font-size: 18px;
  margin-bottom: 18px;
}

.buyers-phone {
  color: var(--tb-blue-dark);
  display: block;
  font-size: clamp(28px, 2.35vw, 38px);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 8px;
}

.buyers-phone:hover,
.buyers-email:hover,
.buyers-card-link:hover,
.buyers-documents a:hover {
  color: var(--tb-orange);
}

.buyers-contact-card > span,
.buyers-schedule-card > span {
  color: #5c5c5c;
  display: block;
  font-size: 20px;
  line-height: 1.28;
}

.buyers-email,
.buyers-card-link {
  color: var(--tb-blue-dark);
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.28;
  margin-top: 20px;
  transition: color 0.2s ease;
}

.buyers-card-link {
  font-size: 19px;
  margin-top: 18px;
}

.buyers-schedule-card strong {
  color: var(--tb-blue-dark);
  display: block;
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 9px;
}

.buyers-schedule-card p {
  color: #2f3a4a;
  font-size: 20px;
  line-height: 1.34;
  margin: 22px 0 0;
}

.buyers-section {
  padding: 76px 0;
}

.buyers-section--services,
.buyers-section--documents {
  background: #ffffff;
}

.buyers-section--order {
  background: #f5f6f7;
}

.buyers-section--tools {
  background: var(--tb-blue-dark);
  color: #ffffff;
}

.buyers-section__heading {
  margin: 0 auto 44px;
  max-width: 980px;
  text-align: center;
}

.buyers-section__heading h2 {
  margin-bottom: 0;
}

.buyers-section__heading > p:last-child {
  color: rgba(255, 255, 255, 0.84);
  font-size: 21px;
  line-height: 1.34;
  margin: 18px auto 0;
  max-width: 720px;
}

.buyers-section--tools .buyers-kicker,
.buyers-section--tools h2 {
  color: #ffffff;
}

.buyers-services,
.buyers-tools {
  display: grid;
  gap: 22px;
}

.buyers-services {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.buyers-service,
.buyers-tool {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  display: block;
  min-width: 0;
  padding: 28px 26px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.buyers-service:hover,
.buyers-service:focus-visible,
.buyers-tool:hover,
.buyers-tool:focus-visible {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.buyers-service:focus-visible,
.buyers-tool:focus-visible {
  outline: 2px solid rgba(242, 124, 42, 0.48);
  outline-offset: 4px;
}

.buyers-service img,
.buyers-tool img {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  object-fit: contain;
  width: 40px;
}

.buyers-service img {
  filter: brightness(0) saturate(100%);
  opacity: 0.74;
}

.buyers-service h3,
.buyers-tool h3,
.buyers-order h3,
.buyers-order__lists h3,
.buyers-documents h3 {
  color: var(--tb-blue-dark);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 14px;
}

.buyers-service p,
.buyers-tool p,
.buyers-order p,
.buyers-order__lists li,
.buyers-documents p {
  color: #2f3a4a;
  font-size: 19px;
  line-height: 1.34;
  margin: 0;
}

.buyers-service span {
  color: var(--tb-orange);
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  margin-top: 20px;
}

.buyers-order {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
}

.buyers-order__intro p {
  margin: 0;
}

.buyers-order__steps {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buyers-order__steps article {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 24px 22px;
}

.buyers-order__steps span {
  color: var(--tb-orange);
  display: block;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
}

.buyers-order__steps p {
  font-size: 18px;
}

.buyers-order__lists {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.buyers-order__lists article,
.buyers-documents article {
  box-shadow: none;
}

.buyers-order__lists ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.buyers-order__lists li::marker {
  color: var(--tb-orange);
}

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

.buyers-tool {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.buyers-tool:hover,
.buyers-tool:focus-visible {
  border-color: rgba(255, 255, 255, 0.82);
}

.buyers-tool h3,
.buyers-tool p {
  color: #ffffff;
}

.buyers-tool p {
  color: rgba(255, 255, 255, 0.86);
}

.buyers-tool span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  padding: 9px 12px;
}

.buyers-documents {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.buyers-documents p {
  margin-bottom: 18px;
}

.buyers-documents a {
  border-top: 1px solid #e4e4e4;
  color: var(--tb-blue-dark);
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
  padding: 14px 0;
  transition: color 0.2s ease;
}

.buyers-documents a:last-child {
  padding-bottom: 0;
}

.documents-section[id] {
  scroll-margin-top: 32px;
}

.lab-page {
  background: #ffffff;
  color: var(--tb-text);
}

.lab-hero {
  background: #ffffff;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.lab-hero__inner {
  min-height: 0;
}

.lab-hero__main {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  padding: 40px 0 52px;
}

.lab-hero__content {
  align-self: center;
  max-width: 500px;
  padding: 0;
}

.lab-kicker {
  color: var(--tb-orange);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.lab-hero__kicker {
  align-items: center;
  display: inline-flex;
  font-size: 23px;
  gap: 10px;
}

.lab-hero__kicker-icon {
  border: 2px solid var(--tb-orange);
  border-radius: 50% 50% 46% 46%;
  display: inline-block;
  height: 22px;
  position: relative;
  width: 18px;
}

.lab-hero__kicker-icon::before {
  background: #ffffff;
  border: 2px solid var(--tb-orange);
  border-bottom: 0;
  content: "";
  height: 9px;
  left: 4px;
  position: absolute;
  top: -8px;
  width: 6px;
}

.lab-hero__kicker-icon::after {
  background: var(--tb-orange);
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  width: 6px;
}

.lab-hero h1 {
  color: var(--tb-blue-dark);
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 22px;
}

.lab-hero h1 span {
  display: block;
}

.lab-hero h1 span:last-child {
  color: #5c5c5c;
}

.lab-hero__content > p:not(.lab-kicker) {
  color: #243247;
  font-size: 22px;
  line-height: 1.42;
  margin: 0 0 16px;
}

.lab-hero__visual {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lab-hero__image {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.lab-hero__features {
  background: rgba(238, 242, 246, 0.94);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lab-hero-feature {
  align-items: flex-start;
  display: grid;
  gap: 8px;
  grid-template-columns: 30px minmax(0, 1fr);
  padding: 16px 14px;
}

.lab-hero-feature + .lab-hero-feature {
  border-left: 1px solid rgba(45, 76, 115, 0.14);
}

.lab-hero-feature > div {
  min-width: 0;
}

.lab-hero-feature__icon {
  color: var(--tb-orange);
  display: block;
  height: 28px;
  position: relative;
  width: 28px;
}

.lab-hero-feature__icon::before,
.lab-hero-feature__icon::after {
  content: "";
  position: absolute;
}

.lab-hero-feature__icon--award {
  border: 3px solid currentColor;
  border-radius: 50%;
}

.lab-hero-feature__icon--award::before,
.lab-hero-feature__icon--award::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 13px solid currentColor;
  bottom: -10px;
}

.lab-hero-feature__icon--award::before {
  left: 3px;
  transform: rotate(18deg);
}

.lab-hero-feature__icon--award::after {
  right: 3px;
  transform: rotate(-18deg);
}

.lab-hero-feature__icon--shield {
  border: 3px solid currentColor;
  border-radius: 8px 8px 14px 14px;
  clip-path: polygon(50% 0, 100% 16%, 88% 78%, 50% 100%, 12% 78%, 0 16%);
}

.lab-hero-feature__icon--shield::before {
  border-bottom: 3px solid currentColor;
  border-right: 3px solid currentColor;
  height: 9px;
  left: 9px;
  top: 7px;
  transform: rotate(45deg);
  width: 5px;
}

.lab-hero-feature__icon--clipboard {
  background: currentColor;
  border: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lab-hero-feature__icon--clipboard::before,
.lab-hero-feature__icon--clipboard::after {
  display: none;
}

.lab-hero-feature__icon--thumb {
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10v12'/%3E%3Cpath d='M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10v12'/%3E%3Cpath d='M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lab-hero-feature__icon--thumb::before,
.lab-hero-feature__icon--thumb::after {
  display: none;
}

.lab-hero-feature strong {
  color: #162a42;
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 6px;
}

.lab-hero-feature p {
  color: #2f3a4a;
  font-size: 16px;
  line-height: 1.32;
  margin: 0;
}

.lab-section {
  padding: 76px 0;
}

.lab-section--muted,
.lab-section--benefits {
  background: #f5f6f7;
}

.lab-section--blue {
  background: var(--tb-blue-dark);
  color: #ffffff;
}

.lab-section h2 {
  color: var(--tb-blue-dark);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 26px;
}

.lab-section--blue h2 {
  color: #ffffff;
}

.lab-section p {
  font-size: 22px;
  line-height: 1.38;
  margin: 0 0 18px;
}

.lab-section .lab-kicker {
  font-size: 20px;
}

.lab-intro,
.lab-split {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}

.lab-section__heading {
  margin: 0 auto 42px;
  max-width: 920px;
  text-align: center;
}

.lab-checks {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lab-check,
.lab-benefits article {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 28px 26px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.lab-check:hover,
.lab-benefits article:hover {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.lab-check span {
  color: var(--tb-orange);
  display: block;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 18px;
}

.lab-check h3,
.lab-benefits h3 {
  color: var(--tb-blue-dark);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 14px;
}

.lab-check p,
.lab-benefits p {
  font-size: 19px;
  line-height: 1.34;
  margin: 0;
}

.lab-section--blue p {
  color: rgba(255, 255, 255, 0.86);
}

.lab-steps {
  display: grid;
  gap: 0;
}

.lab-step {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 18px;
  grid-template-columns: 70px minmax(0, 1fr);
  padding: 22px 0;
}

.lab-step:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.lab-step span {
  color: var(--tb-orange);
  font-size: 24px;
  font-weight: 800;
}

.lab-step p {
  color: #ffffff;
  font-size: 23px;
  margin: 0;
}

.lab-certificate {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
}

.lab-certificate__content {
  padding-top: 14px;
}

.lab-certificate__image {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(31, 50, 73, 0.18);
  display: block;
  overflow: hidden;
}

.lab-certificate__image img {
  display: block;
  height: auto;
  width: 100%;
}

.lab-button {
  --bs-btn-bg: var(--tb-blue);
  --bs-btn-border-color: var(--tb-blue);
  --bs-btn-hover-bg: var(--tb-blue-dark);
  --bs-btn-hover-border-color: var(--tb-blue-dark);
  border-radius: 5px;
  font-size: 20px;
  margin-top: 12px;
  min-width: 210px;
  padding: 8px 22px;
}

.lab-benefits {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lab-benefits article:last-child {
  grid-column: span 2;
}

.consult-hero .lab-hero__main {
  gap: 30px;
  grid-template-columns: minmax(520px, 0.92fr) minmax(0, 1.08fr);
  padding-bottom: 40px;
}

.consult-hero .lab-hero__content {
  max-width: none;
}

.consult-hero .lab-hero__image {
  object-position: center;
}

.consult-hero .lab-hero__kicker {
  font-size: 21px;
  line-height: 1.2;
}

.consult-hero h1 {
  font-size: clamp(34px, 3vw, 46px);
  margin-bottom: 18px;
}

.consult-hero .lab-hero__content > p:not(.lab-kicker) {
  font-size: 20px;
  line-height: 1.36;
  margin-bottom: 12px;
}

.consult-hero__note {
  color: #5c5c5c;
  display: block;
  font-size: 21px;
  line-height: 1.3;
  margin: 2px 0 18px;
}

.consult-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.consult-button {
  --bs-btn-bg: var(--tb-orange);
  --bs-btn-border-color: var(--tb-orange);
  --bs-btn-hover-bg: #d96519;
  --bs-btn-hover-border-color: #d96519;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 400;
  min-width: 188px;
  padding: 8px 20px;
}

.consult-button--outline {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--tb-blue-dark);
  --bs-btn-color: var(--tb-blue-dark);
  --bs-btn-hover-bg: var(--tb-blue-dark);
  --bs-btn-hover-border-color: var(--tb-blue-dark);
  --bs-btn-hover-color: #ffffff;
  border: 2px solid var(--tb-blue-dark);
}

.consult-topics {
  align-items: start;
}

.consult-topic {
  min-width: 0;
}

.consult-topic p {
  margin-bottom: 14px;
}

.consult-topic p:last-child {
  margin-bottom: 0;
}

.consult-list {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.consult-list li {
  color: #2f3a4a;
  font-size: 19px;
  line-height: 1.32;
}

.consult-list li::marker {
  color: var(--tb-orange);
}

.consult-questions {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.consult-questions article {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 28px 26px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.consult-questions article:hover {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.consult-questions h3 {
  color: var(--tb-blue-dark);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 14px;
}

.consult-questions p {
  color: #2f3a4a;
  font-size: 19px;
  line-height: 1.34;
  margin: 0;
}

.consult-page .lab-section--blue .lab-step h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.14;
  margin: 0 0 10px;
}

.consult-page .lab-section--blue .lab-step p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  line-height: 1.34;
}

.consult-important {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
}

.consult-important img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(31, 50, 73, 0.12);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.consult-faq {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
}

.consult-section--faq {
  padding-bottom: 88px;
}

.delivery-page {
  background: #ffffff;
  color: var(--tb-text);
}

.delivery-hero {
  background: #eef2f6;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.delivery-hero__grid {
  align-items: center;
  display: flex;
  min-height: 640px;
  padding: 64px 0;
}

.delivery-hero__content {
  max-width: 640px;
  position: relative;
  z-index: 2;
}

.delivery-kicker {
  color: var(--tb-orange);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.delivery-hero .delivery-kicker {
  color: var(--tb-orange);
}

.delivery-hero h1,
.delivery-section h2 {
  color: var(--tb-blue-dark);
  font-size: clamp(42px, 4.6vw, 70px);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 0 24px;
}

.delivery-hero p,
.delivery-section p,
.delivery-section li {
  font-size: 22px;
  line-height: 1.38;
}

.delivery-hero p {
  color: #2f3a4a;
  margin: 0 0 20px;
}

.delivery-hero strong {
  color: #5c5c5c;
  display: block;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 28px;
}

.delivery-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.delivery-button {
  --bs-btn-bg: var(--tb-orange);
  --bs-btn-border-color: var(--tb-orange);
  --bs-btn-hover-bg: #d96519;
  --bs-btn-hover-border-color: #d96519;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 400;
  min-width: 210px;
  padding: 10px 24px;
}

.delivery-button--outline {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--tb-blue-dark);
  --bs-btn-color: var(--tb-blue-dark);
  --bs-btn-hover-bg: var(--tb-blue-dark);
  --bs-btn-hover-border-color: var(--tb-blue-dark);
  --bs-btn-hover-color: #ffffff;
  border: 2px solid var(--tb-blue-dark);
}

.delivery-hero__visual {
  bottom: 0;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: min(76vw, 1360px);
  z-index: 0;
}

.delivery-hero__visual::before {
  background: linear-gradient(
    90deg,
    #eef2f6 0%,
    rgba(238, 242, 246, 0.98) 18%,
    rgba(238, 242, 246, 0.86) 32%,
    rgba(238, 242, 246, 0.44) 48%,
    rgba(238, 242, 246, 0.08) 64%,
    rgba(238, 242, 246, 0) 78%
  );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.delivery-hero__visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

.delivery-section {
  padding: 76px 0;
}

.delivery-section--muted {
  background: #f5f6f7;
}

.delivery-section--blue {
  background: var(--tb-blue-dark);
  color: #ffffff;
}

.delivery-section--blue .delivery-kicker,
.delivery-section--blue h2 {
  color: #ffffff;
}

.delivery-section--blue p,
.delivery-section--blue li {
  color: rgba(255, 255, 255, 0.88);
}

.delivery-intro,
.delivery-logistics,
.delivery-cost,
.delivery-faq {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
}

.delivery-intro {
  grid-template-columns: minmax(720px, 0.98fr) minmax(0, 1.02fr);
}

.delivery-intro__title span {
  display: block;
}

.delivery-intro p,
.delivery-cost p,
.delivery-logistics p {
  margin: 0 0 18px;
}

.delivery-section__heading {
  margin: 0 auto 44px;
  max-width: 980px;
  text-align: center;
}

.delivery-benefits,
.delivery-steps {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.delivery-steps {
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.delivery-benefits article,
.delivery-steps article,
.delivery-cost__panel {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 28px 26px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.delivery-benefits article:hover,
.delivery-steps article:hover,
.delivery-cost__panel:hover {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.delivery-benefits h3,
.delivery-steps h3,
.delivery-cost__panel h3 {
  color: #111111;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 14px;
}

.delivery-steps article {
  padding: 22px 18px;
}

.delivery-steps h3 {
  font-size: 24px;
}

.delivery-benefits p,
.delivery-steps p,
.delivery-cost__panel p,
.delivery-cost__panel li {
  font-size: 19px;
  line-height: 1.34;
  margin: 0;
}

.delivery-steps p {
  font-size: 17px;
}

.delivery-cost__panel ul {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.delivery-icon {
  background: var(--tb-orange);
  display: block;
  height: 40px;
  margin-bottom: 20px;
  width: 40px;
}

.delivery-icon--truck {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17h4V5H2v12h3'/%3E%3Cpath d='M14 17h1'/%3E%3Cpath d='M18 17h4v-5l-3-4h-5v9h1'/%3E%3Ccircle cx='7.5' cy='17.5' r='2.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17h4V5H2v12h3'/%3E%3Cpath d='M14 17h1'/%3E%3Cpath d='M18 17h4v-5l-3-4h-5v9h1'/%3E%3Ccircle cx='7.5' cy='17.5' r='2.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.delivery-icon--partner {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E") center / contain no-repeat;
}

.delivery-icon--pump {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18h18'/%3E%3Cpath d='M5 18V9l5-3 5 3v9'/%3E%3Cpath d='M15 9h4l2 3v6'/%3E%3Cpath d='M8 18v-6h4v6'/%3E%3Cpath d='M18 15h3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18h18'/%3E%3Cpath d='M5 18V9l5-3 5 3v9'/%3E%3Cpath d='M15 9h4l2 3v6'/%3E%3Cpath d='M8 18v-6h4v6'/%3E%3Cpath d='M18 15h3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.delivery-icon--bulk {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='m6 20 6-14 6 14'/%3E%3Cpath d='M9 14h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='m6 20 6-14 6 14'/%3E%3Cpath d='M9 14h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.delivery-icon--crane {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M7 20V8h8'/%3E%3Cpath d='m15 8 4 4'/%3E%3Cpath d='M19 12v4'/%3E%3Cpath d='M17 16h4'/%3E%3Cpath d='M7 12h8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M7 20V8h8'/%3E%3Cpath d='m15 8 4 4'/%3E%3Cpath d='M19 12v4'/%3E%3Cpath d='M17 16h4'/%3E%3Cpath d='M7 12h8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.delivery-icon--route {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='19' r='3'/%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Cpath d='M12 19h4.5a3.5 3.5 0 0 0 0-7H7.5a3.5 3.5 0 0 1 0-7H12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='19' r='3'/%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Cpath d='M12 19h4.5a3.5 3.5 0 0 0 0-7H7.5a3.5 3.5 0 0 1 0-7H12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.delivery-service-list {
  display: grid;
  gap: 0;
}

.delivery-service {
  border-top: 1px solid #d9d9d9;
  display: grid;
  gap: 34px;
  grid-template-columns: 90px minmax(0, 1fr);
  padding: 42px 0;
}

.delivery-service:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.delivery-service > span,
.delivery-steps span {
  color: var(--tb-orange);
  font-size: 28px;
  font-weight: 800;
}

.delivery-service h2 {
  font-size: clamp(34px, 3.4vw, 52px);
}

.delivery-service p {
  margin: 0 0 18px;
}

.delivery-fleet {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 22px;
}

.delivery-fleet strong {
  background: #eef2f6;
  border-left: 4px solid var(--tb-orange);
  border-radius: 6px;
  color: #172a42;
  font-size: 22px;
  padding: 12px 16px;
}

.delivery-logistics ul {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 28px 32px 28px 54px;
}

.delivery-logistics li::marker,
.delivery-cost__panel li::marker {
  color: var(--tb-orange);
}

.delivery-steps article {
  position: relative;
}

.delivery-steps span {
  display: block;
  margin-bottom: 14px;
}

.delivery-section--faq {
  padding-bottom: 88px;
}

.delivery-accordion .accordion-item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.delivery-accordion .accordion-button {
  color: #172a42;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px 22px;
}

.delivery-accordion .accordion-button:not(.collapsed) {
  background: #eef2f6;
  box-shadow: none;
  color: var(--tb-blue-dark);
}

.delivery-accordion .accordion-button:focus {
  border-color: var(--tb-orange);
  box-shadow: 0 0 0 0.2rem rgba(242, 124, 42, 0.2);
}

.delivery-accordion .accordion-body {
  color: #2f3a4a;
  font-size: 20px;
  line-height: 1.36;
  padding: 20px 22px 24px;
}

.installation-page {
  background: #ffffff;
  color: var(--tb-text);
}

.installation-hero .about-hero__image {
  object-position: center;
}

.installation-hero .about-hero__shade {
  background: linear-gradient(90deg, rgba(31, 50, 73, 0.92) 0%, rgba(31, 50, 73, 0.72) 38%, rgba(31, 50, 73, 0.28) 70%, rgba(31, 50, 73, 0.06) 100%);
}

.installation-hero__inner {
  max-width: 960px;
  padding-bottom: 112px;
}

.installation-hero .about-hero__eyebrow {
  color: var(--tb-orange);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.installation-hero h1 {
  font-size: clamp(44px, 4.8vw, 68px);
  max-width: 920px;
}

.installation-hero .about-hero__inner > p:not(.about-hero__eyebrow) {
  font-size: clamp(20px, 1.85vw, 26px);
  line-height: 1.24;
  max-width: 840px;
}

.installation-hero strong {
  color: rgba(255, 255, 255, 0.96);
  display: block;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 18px;
  max-width: 760px;
}

.installation-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.installation-button {
  --bs-btn-bg: var(--tb-orange);
  --bs-btn-border-color: var(--tb-orange);
  --bs-btn-hover-bg: #d96519;
  --bs-btn-hover-border-color: #d96519;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 400;
  min-width: 190px;
  padding: 10px 24px;
}

.installation-button--outline {
  --bs-btn-bg: rgba(255, 255, 255, 0.08);
  --bs-btn-border-color: #ffffff;
  --bs-btn-color: #ffffff;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-hover-color: var(--tb-blue-dark);
  border: 2px solid #ffffff;
}

.installation-section {
  padding: 76px 0;
}

.installation-section--muted {
  background: #f5f6f7;
}

.installation-section--blue {
  background: var(--tb-blue-dark);
  color: #ffffff;
}

.installation-kicker {
  color: var(--tb-orange);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.installation-section h2 {
  color: var(--tb-blue-dark);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 24px;
}

.installation-section p,
.installation-section li {
  font-size: 22px;
  line-height: 1.38;
}

.installation-section p {
  margin: 0 0 18px;
}

.installation-section__heading {
  margin: 0 auto 44px;
  max-width: 980px;
  text-align: center;
}

.installation-section__heading h2 {
  margin-bottom: 0;
}

.installation-section--blue .installation-kicker,
.installation-section--blue .installation-section__heading h2 {
  color: #ffffff;
}

.installation-intro,
.installation-calc,
.installation-lists,
.installation-faq {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.installation-intro {
  align-items: start;
}

.installation-cards,
.installation-steps {
  display: grid;
  gap: 22px;
}

.installation-cards--services {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.installation-cards--benefits {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.installation-cards article,
.installation-steps article,
.installation-lists article {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 28px 26px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.installation-cards article:hover,
.installation-steps article:hover,
.installation-lists article:hover {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.installation-cards span,
.installation-steps span,
.installation-work__content > span {
  color: var(--tb-orange);
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 18px;
}

.installation-cards h3,
.installation-steps h3,
.installation-lists h2 {
  color: var(--tb-blue-dark);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 14px;
}

.installation-cards p,
.installation-steps p,
.installation-lists li {
  font-size: 19px;
  line-height: 1.34;
  margin: 0;
}

.installation-work-list {
  display: grid;
  gap: 48px;
}

.installation-work {
  align-items: stretch;
  border-top: 1px solid #d9d9d9;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  padding-top: 48px;
}

.installation-work:first-child {
  border-top: 0;
  padding-top: 0;
}

.installation-work--reverse img {
  order: -1;
}

.installation-work img,
.installation-calc img {
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(31, 50, 73, 0.12);
  display: block;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  width: 100%;
}

.installation-work__content ul,
.installation-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 24px;
}

.installation-work__content li::marker,
.installation-list li::marker {
  color: var(--tb-orange);
}

.installation-calc {
  align-items: center;
}

.installation-calc img {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.installation-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.installation-steps article {
  padding: 24px 20px;
}

.installation-steps h3 {
  font-size: 24px;
}

.installation-steps p {
  font-size: 17px;
}

.installation-lists {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.installation-lists article {
  min-height: 100%;
}

.installation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.installation-pills li {
  background: #eef2f6;
  border-left: 4px solid var(--tb-orange);
  border-radius: 6px;
  color: #172a42;
  font-size: 20px;
  padding: 10px 14px;
}

.installation-faq {
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
}

.installation-section--faq {
  padding-bottom: 88px;
}

.footer-quick {
  background: var(--tb-orange);
  color: #ffffff;
  position: relative;
  z-index: 20;
}

.footer-quick.is-fixed {
  bottom: 0;
  box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.22);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1040;
}

.footer-quick-sentinel {
  height: 0;
}

.footer-quick__inner {
  align-items: center;
  display: flex;
  gap: 78px;
  justify-content: center;
  min-height: 60px;
}

.footer-mobile-actions {
  display: none;
}

.footer-quick a,
.footer-quick button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 18px;
  gap: 12px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.footer-quick button:focus-visible,
.footer-quick button:hover {
  outline: none;
  text-decoration-thickness: 2px;
}

.footer-quick img {
  height: 35px;
  object-fit: contain;
  width: 35px;
}

body.has-callback-modal {
  overflow: hidden;
}

.callback-modal[hidden] {
  display: none;
}

.callback-modal {
  align-items: center;
  background: rgba(20, 34, 53, 0.58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 34px 18px;
  position: fixed;
  z-index: 1300;
}

.callback-modal__dialog {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border: 1px solid #dce6ef;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(31, 50, 73, 0.24);
  color: #142235;
  max-width: 520px;
  min-height: 0;
  overflow: hidden;
  padding: 42px 42px 38px;
  position: relative;
  width: min(100%, 520px);
}

.callback-modal__dialog::before {
  background: linear-gradient(90deg, var(--tb-orange) 0%, #f5a15f 42%, var(--tb-blue) 100%);
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.callback-modal__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8d98a5;
  display: inline-flex;
  font-size: 26px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: color 0.18s ease, background-color 0.18s ease;
  width: 38px;
}

.callback-modal__close:focus-visible,
.callback-modal__close:hover {
  background: #eef3f8;
  border-radius: 50%;
  color: var(--tb-blue-dark);
  outline: none;
}

.callback-modal__form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.callback-modal h2 {
  color: #142235;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 42px 12px 0;
  text-align: left;
  text-transform: none;
}

.callback-modal__note {
  color: #536273;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: left;
}

.callback-modal__phone {
  background: #ffffff;
  border: 1px solid #c8d4df;
  border-radius: 6px;
  color: #142235;
  font-size: 16px;
  height: 48px;
  margin-bottom: 14px;
  padding: 11px 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}

.callback-modal__phone::placeholder {
  color: #8d98a5;
}

.callback-modal__phone:focus {
  border-color: var(--tb-blue);
  box-shadow: 0 0 0 3px rgba(62, 106, 164, 0.14);
  outline: none;
}

.callback-modal__consent {
  align-items: flex-start;
  color: #536273;
  display: flex;
  font-size: 14px;
  gap: 9px;
  line-height: 1.35;
  margin-bottom: 18px;
}

.callback-modal__consent input {
  accent-color: var(--tb-orange);
  flex: 0 0 auto;
  margin-top: 2px;
}

.callback-modal__consent a {
  color: var(--tb-orange);
  text-decoration: none;
}

.callback-modal__consent a:hover {
  text-decoration: underline;
}

.callback-modal__message {
  color: #b91c1c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: -4px 0 14px;
  text-align: left;
}

.callback-modal__message.is-success {
  color: #166534;
}

.callback-modal__submit {
  background: var(--tb-orange);
  border: 1px solid var(--tb-orange);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  height: 48px;
  letter-spacing: 0;
  padding: 0 28px;
  text-transform: uppercase;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.callback-modal__submit:focus-visible,
.callback-modal__submit:hover {
  background: #d96519;
  border-color: #d96519;
  outline: none;
  transform: translateY(-1px);
}

.callback-modal__submit.is-done {
  background: #1f8b4c;
  border-color: #1f8b4c;
}

.callback-modal__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

@media (max-width: 680px) {
  .callback-modal {
    align-items: flex-start;
    padding: 24px 12px;
  }

  .callback-modal__dialog {
    min-height: 0;
    padding: 36px 18px 24px;
  }

  .callback-modal h2 {
    font-size: 26px;
    margin-right: 38px;
  }

  .callback-modal__note {
    font-size: 15px;
  }

  .callback-modal__consent {
    font-size: 13px;
  }
}

.footer-popular {
  background: #344155;
  color: #ffffff;
  padding: 34px 0 38px;
}

.footer-popular .container-xxl {
  max-width: 1440px;
  padding-left: 38px;
  padding-right: 38px;
}

.footer-popular__head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.footer-popular__toggle {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.footer-popular__toggle:disabled {
  cursor: default;
  opacity: 1;
}

.footer-popular__toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 5px;
}

.footer-popular__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.footer-popular-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  min-height: 174px;
  overflow: hidden;
}

.footer-popular-card__main {
  color: #ffffff;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 9px;
  padding: 15px 15px 12px;
  text-decoration: none;
}

.footer-popular-card__main:focus,
.footer-popular-card__main:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.footer-popular-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

.footer-popular-card__text {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.28;
}

.footer-popular-card__links {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 15px 14px;
}

.footer-popular-card__links a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 3px;
}

.footer-popular-card__links a:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.34);
  content: "/";
  display: inline-block;
  margin-left: 6px;
  text-decoration: none;
}

.footer-popular-card__links a:focus,
.footer-popular-card__links a:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.main-footer {
  background: #3D4B5F;
  color: #ffffff;
  min-height: 481px;
  padding: 0;
}

.main-footer .container-xxl {
  max-width: 1440px;
  min-height: 500px;
  padding: 0;
  position: relative;
}

.main-footer__grid {
  min-height: 481px;
  position: relative;
}

.footer-contact-block,
.footer-list {
  position: absolute;
}

.footer-contact-block {
  left: 38px;
  top: 36px;
  width: 315px;
}

.brand-logo--footer {
  height: 39px;
  margin-bottom: 28px;
  width: 260px;
}

.footer-contact {
  font-size: 18px;
  line-height: 1.18;
}

.footer-contact p {
  margin: 0 0 24px;
}

.footer-contact strong {
  font-weight: 800;
}

.footer-list {
  width: 300px;
}

.footer-list--mixes {
  left: 438px;
  top: 40px;
}

.footer-list--services {
  left: 438px;
  top: 275px;
}

.footer-list--products {
  left: 827px;
  top: 35px;
}

.footer-list--company {
  left: 827px;
  top: 275px;
}

.footer-list--bulk {
  left: 1164px;
  top: 35px;
  width: 250px;
}

.footer-list__heading {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: flex;
  gap: 12px;
  font: inherit;
  margin-bottom: 18px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.footer-list__heading:disabled {
  cursor: default;
  opacity: 1;
}

.footer-list img {
  flex: 0 0 auto;
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.footer-list h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.footer-list a {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.footer-list a:focus,
.footer-list a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1400px) {
  .footer-popular .container-xxl {
    padding-left: clamp(22px, 4vw, 44px);
    padding-right: clamp(22px, 4vw, 44px);
  }

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

  .main-footer {
    min-height: 0;
    padding: 36px 0 44px;
  }

  .main-footer .container-xxl {
    min-height: 0;
    padding-left: clamp(22px, 4vw, 44px);
    padding-right: clamp(22px, 4vw, 44px);
  }

  .main-footer__grid {
    display: grid;
    gap: 48px 42px;
    grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(190px, 1fr));
    min-height: 0;
  }

  .footer-contact-block,
  .footer-list {
    left: auto;
    position: static;
    top: auto;
    width: auto;
  }
}

@media (max-width: 1300px) {
  .top-quick-list {
    min-width: 54px;
    padding-inline: 8px;
  }

  .top-quick-list > span:last-child {
    display: none;
  }

  .top-categories__item {
    padding-inline: 20px;
  }

  .top-actions__item {
    padding-inline: 18px;
  }
}

@media (max-width: 1230px) {
  .top-categories {
    flex: 0 1 auto;
  }

  .top-actions {
    flex: 1 1 auto;
  }

  .top-quick-list {
    min-width: 50px;
    padding-inline: 7px;
  }

  .top-categories__item {
    padding-inline: 14px;
  }
}

@media (max-width: 1200px) {
  .main-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-contact-block {
    grid-column: span 3;
    max-width: 520px;
  }

  .main-nav__links {
    gap: 26px;
    transform: translateX(-90px);
  }

  .main-nav__more,
  .nav-overflow--objects {
    display: block;
  }

  .nav-priority--objects {
    display: none;
  }

  .hero__content {
    left: 48px;
  }

  .hero__container--full-image .hero__content {
    left: 62px;
  }

  .hero__image {
    right: -70px;
    width: 76vw;
  }

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

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

  .contacts-layout {
    grid-template-columns: 1fr;
  }

  .contacts-map {
    min-height: 460px;
  }

  .documents-grid {
    gap: 36px 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .buyers-order {
    grid-template-columns: 1fr;
  }

  .lab-checks,
  .lab-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-benefits article:last-child {
    grid-column: span 2;
  }

  .lab-certificate {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  }

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

  .delivery-hero__visual {
    width: 82vw;
  }

  .delivery-intro {
    grid-template-columns: 1fr;
  }

  .delivery-benefits,
  .delivery-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .installation-intro,
  .installation-calc,
  .installation-lists,
  .installation-faq,
  .installation-work {
    grid-template-columns: 1fr;
  }

  .installation-work--reverse img {
    order: 0;
  }

  .installation-cards--services,
  .installation-cards--benefits,
  .installation-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .installation-work img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .paver-card__product--graphite {
    width: min(380px, 96vw);
  }
}

@media (max-width: 1070px) {
  .top-strip {
    background: var(--tb-blue-dark);
  }

  .top-strip__inner {
    gap: 0;
    min-height: 70px;
    overflow: hidden;
  }

  .top-categories {
    flex: 0 1 auto;
  }

  .top-actions {
    flex: 0 0 auto;
    margin-left: 0;
  }

  .top-actions__item {
    padding-inline: 10px;
  }

  .top-actions__item span {
    display: none;
  }

  .top-quick-list {
    min-width: 46px;
    padding-inline: 7px;
  }

  .top-quick-list > span:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact-block {
    grid-column: span 2;
  }

  .main-nav {
    padding: 0;
  }

  .main-nav .container-xxl {
    min-height: 61px;
  }

  .main-nav__links {
    gap: 14px;
    transform: none;
  }

  .nav-overflow--lab {
    display: block;
  }

  .nav-priority--lab {
    display: none;
  }

  .hero__container {
    min-height: 640px;
  }

  .hero__content {
    left: 32px;
    top: 70px;
  }

  .hero__container--full-image .hero__content {
    left: 42px;
  }

  .hero__image {
    height: auto;
    right: -180px;
    width: 980px;
  }

  .about-hero,
  .about-hero__inner {
    min-height: 500px;
  }

  .about-section {
    padding: 58px 0;
  }

  .about-value {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .contacts-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contacts-hero__content {
    padding: 56px 0 34px;
  }

  .contacts-hero__person {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  }

  .contacts-hero__person img {
    height: auto;
    max-height: none;
  }

  .lab-hero__main {
    gap: 28px;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  }

  .consult-hero .lab-hero__main {
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  }

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

  .lab-hero-feature:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(45, 76, 115, 0.14);
  }

  .lab-hero-feature:nth-child(4) {
    border-top: 1px solid rgba(45, 76, 115, 0.14);
  }

  .lab-section {
    padding: 58px 0;
  }

  .lab-intro,
  .lab-split,
  .lab-certificate {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .lab-certificate__image {
    max-width: 520px;
  }

  .consult-important,
  .consult-faq {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .footer-quick__inner {
    flex-wrap: wrap;
    gap: 18px 36px;
    padding: 14px 0;
  }
}

@media (orientation: landscape) and (max-height: 576px) {
  body.has-fixed-footer-quick {
    padding-bottom: 0;
  }

  .footer-quick.is-fixed {
    bottom: auto;
    box-shadow: none;
    left: auto;
    position: relative;
    right: auto;
  }

  .footer-quick-sentinel {
    height: 0 !important;
  }
}

@media (max-width: 768px) {
  .footer-popular {
    padding: 0;
  }

  .footer-popular__head {
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    margin-bottom: 0;
  }

  .footer-popular__toggle {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    min-height: 54px;
    padding: 13px 0;
    width: 100%;
  }

  .footer-popular__toggle::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    flex: 0 0 auto;
    height: 9px;
    margin-left: 16px;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
    width: 9px;
  }

  .footer-popular.is-open .footer-popular__toggle::after {
    transform: rotate(225deg);
  }

  .footer-popular__grid {
    padding: 18px 0 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-popular-card {
    min-height: 0;
  }

  .footer-popular-card__title {
    font-size: 17px;
  }

  .footer-popular-card__text,
  .footer-popular-card__links a {
    font-size: 14px;
  }

  .footer-list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer-list:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer-list__heading {
    cursor: pointer;
    margin-bottom: 0;
    min-height: 54px;
    padding: 12px 0;
  }

  .footer-list__heading::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 9px;
    margin-left: auto;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
    width: 9px;
  }

  .footer-list__heading:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.65);
    outline-offset: 4px;
  }

  .footer-list.is-open .footer-list__heading::after {
    transform: rotate(225deg);
  }

  .footer-list__links {
    display: none;
    padding: 0 0 14px 42px;
  }

  .footer-list.is-open .footer-list__links {
    display: block;
  }

  body {
    font-size: 17px;
  }

  .top-strip__inner {
    height: auto;
  }

  .top-categories__item,
  .top-actions__item {
    min-height: 58px;
    padding-inline: 7px;
  }

  .top-quick-list {
    min-height: 58px;
  }

  .top-categories__item {
    gap: 8px;
  }

  .top-categories__item span {
    font-size: 14px;
  }

  .top-categories__item img,
  .top-actions__item img {
    height: 28px;
    width: 28px;
  }

  .brand-logo {
    height: 26px;
    width: 154px;
  }

  .main-nav__more {
    margin-left: 6px;
  }

  .main-nav__more-button {
    height: 61px;
    width: 48px;
  }

  .nav-overflow--docs {
    display: block;
  }

  .nav-priority--docs {
    display: none;
  }

  .hero__container {
    min-height: 720px;
  }

  .hero__content {
    left: 20px;
    right: 20px;
    top: 42px;
  }

  .hero__container--full-image .hero__content {
    left: 26px;
  }

  .hero__eyebrow {
    font-size: 25px;
  }

  .hero__title {
    font-size: clamp(36px, 11vw, 48px);
    margin-bottom: 26px;
  }

  .hero__image {
    bottom: auto;
    height: auto;
    left: -72px;
    right: auto;
    top: 290px;
    width: 760px;
  }

  .hero-carousel__indicators {
    padding-top: 16px;
  }

  .about-hero,
  .about-hero__inner {
    min-height: 460px;
  }

  .about-hero__shade {
    background: linear-gradient(90deg, rgba(31, 50, 73, 0.9) 0%, rgba(31, 50, 73, 0.7) 54%, rgba(31, 50, 73, 0.26) 100%);
  }

  .about-hero__inner {
    padding-bottom: 42px;
    padding-top: 48px;
  }

  .about-hero__facts {
    gap: 14px 24px;
    margin-top: 32px;
  }

  .about-hero__facts span {
    font-size: 18px;
  }

  .about-hero__facts strong {
    font-size: 26px;
  }

  .about-section p {
    font-size: 19px;
  }

  .about-list li,
  .about-value span {
    font-size: 18px;
  }

  .about-value {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .about-feature-row__media {
    display: block;
  }

  .about-image--fleet {
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 0;
  }

  .about-benefits,
  .about-timeline {
    grid-template-columns: 1fr;
  }

  .contacts-section {
    padding: 42px 0 48px;
  }

  .contacts-phone {
    width: 100%;
  }

  .contacts-phone small {
    font-size: 19px;
  }

  .contacts-office {
    padding: 28px 22px;
  }

  .contacts-office h2 {
    font-size: 36px;
  }

  .contacts-office__item p {
    font-size: 19px;
  }

  .contacts-map {
    min-height: 380px;
    padding: 22px;
  }

  .contacts-map__panel {
    padding: 20px;
  }

  .contacts-map__panel strong {
    font-size: 24px;
  }

  .documents-section {
    padding: 42px 0 20px;
  }

  .documents-section--last {
    padding-bottom: 50px;
  }

  .documents-section h1,
  .documents-section h2 {
    margin-bottom: 30px;
  }

  .buyers-hero {
    padding: 52px 0;
  }

  .buyers-hero__grid,
  .buyers-order {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .buyers-section {
    padding: 52px 0;
  }

  .buyers-section h2 {
    font-size: 34px;
  }

  .buyers-hero__content > p,
  .buyers-section p,
  .buyers-section li {
    font-size: 19px;
  }

  .buyers-section__heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .buyers-tools,
  .buyers-documents {
    grid-template-columns: 1fr;
  }

  .documents-grid,
  .documents-grid--short {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .document-link span:last-child {
    font-size: 18px;
  }

  .lab-hero__main {
    grid-template-columns: 1fr;
    padding: 34px 0 44px;
  }

  .consult-hero .lab-hero__main {
    grid-template-columns: 1fr;
  }

  .lab-hero__content {
    max-width: none;
    padding: 0;
  }

  .lab-hero__image {
    aspect-ratio: 16 / 10;
  }

  .lab-hero__features {
    grid-template-columns: 1fr;
  }

  .lab-hero-feature + .lab-hero-feature,
  .lab-hero-feature:nth-child(3),
  .lab-hero-feature:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(45, 76, 115, 0.14);
  }

  .lab-section {
    padding: 44px 0;
  }

  .lab-section h2 {
    font-size: 34px;
  }

  .lab-section p {
    font-size: 19px;
  }

  .lab-section__heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .lab-checks,
  .lab-benefits {
    grid-template-columns: 1fr;
  }

  .lab-benefits article:last-child {
    grid-column: auto;
  }

  .lab-step {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .lab-step p {
    font-size: 20px;
  }

  .consult-questions {
    grid-template-columns: 1fr;
  }

  .consult-list li {
    font-size: 18px;
  }

  .delivery-intro,
  .delivery-logistics,
  .delivery-cost,
  .delivery-faq {
    grid-template-columns: 1fr;
  }

  .delivery-hero__grid {
    min-height: 600px;
    padding: 50px 0;
  }

  .delivery-hero__content {
    max-width: 590px;
  }

  .delivery-hero__visual {
    width: 100%;
  }

  .delivery-hero__visual::before {
    background: linear-gradient(
      90deg,
      #eef2f6 0%,
      rgba(238, 242, 246, 0.98) 34%,
      rgba(238, 242, 246, 0.82) 58%,
      rgba(238, 242, 246, 0.24) 82%,
      rgba(238, 242, 246, 0) 100%
    );
  }

  .delivery-section {
    padding: 52px 0;
  }

  .installation-section {
    padding: 52px 0;
  }

  .delivery-section h2 {
    font-size: 34px;
  }

  .installation-section h2 {
    font-size: 34px;
  }

  .delivery-hero p,
  .delivery-section p,
  .delivery-section li {
    font-size: 19px;
  }

  .installation-section p,
  .installation-section li {
    font-size: 19px;
  }

  .delivery-section__heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .installation-section__heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .delivery-service {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .concrete-section {
    padding-top: 24px;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .paver-card__visual {
    height: 350px;
    margin-bottom: 32px;
  }

  .paver-card__product {
    left: 50%;
    max-width: 96vw;
    transform: translateX(-50%);
  }

  .paver-card h3 {
    font-size: 28px;
  }

  .paver-card p,
  .price-button {
    font-size: 23px;
  }

  .services-section {
    padding-bottom: 32px;
  }

  .footer-quick a {
    font-size: 16px;
  }
}

@media (max-width: 635px) {
  .top-actions {
    display: none;
  }

  .top-categories {
    flex: 1 1 100%;
    width: 100%;
  }

  .top-categories__item {
    flex: 1 1 0;
  }

  .footer-quick {
    background: var(--tb-blue);
  }

  .footer-quick__inner,
  .footer-quick.is-fixed .footer-quick__inner {
    align-items: stretch;
    flex-direction: row;
    gap: 0;
    justify-content: stretch;
    min-height: 58px;
    padding: 0;
  }

  .footer-quick__desktop-action {
    display: none !important;
  }

  .footer-mobile-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .footer-mobile-actions .top-quick-list {
    align-items: center;
    display: flex;
    flex: initial;
    justify-content: center;
    min-height: 58px;
    min-width: 0;
    padding: 0;
    text-decoration: none;
  }

  .footer-mobile-actions .top-quick-list > span:last-child {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .footer-mobile-actions .top-quick-list__icon {
    height: 34px;
    width: 40px;
  }

  .footer-mobile-actions .top-quick-list--favorite .top-quick-list__icon::before,
  .footer-mobile-actions .top-quick-list--cart .top-quick-list__icon::before {
    height: 31px;
    left: 5px;
    top: 2px;
    width: 31px;
  }

  .footer-mobile-actions .top-quick-list--compare .top-quick-list__icon::before {
    background:
      linear-gradient(currentColor, currentColor) 5px 17px / 4px 15px no-repeat,
      linear-gradient(currentColor, currentColor) 18px 10px / 4px 22px no-repeat,
      linear-gradient(currentColor, currentColor) 31px 4px / 4px 28px no-repeat;
    height: 34px;
    left: 0;
    top: 0;
    width: 40px;
  }

  /*
  .footer-mobile-actions .top-quick-list--main .top-quick-list__icon::before,
  .footer-mobile-actions .top-quick-list--phone .top-quick-list__icon::before,
  .footer-mobile-actions .top-quick-list--favorite .top-quick-list__icon::before,
  .footer-mobile-actions .top-quick-list--cart .top-quick-list__icon::before
  {
    content: none;
  }
  */
  

  .footer-mobile-actions .top-quick-list--main .top-quick-list__icon img {
    display: block;
    height: 34px;
    object-fit: contain;
    width: 34px;
  }

  
  .footer-mobile-actions .top-quick-list--phone .top-quick-list__icon img {
    display: block;
    height: 34px;
    object-fit: contain;
    width: 34px;
  }

  .footer-mobile-actions .top-quick-list__count {
    right: -6px;
    top: -7px;
  }
}

@media (max-width: 576px) {
  .footer-popular__grid {
    grid-template-columns: 1fr;
  }

  .footer-popular-card__main {
    padding: 14px 14px 10px;
  }

  .footer-popular-card__links {
    padding: 9px 14px 13px;
  }

  .main-footer {
    padding: 32px 0 38px;
  }

  .main-footer__grid {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .footer-contact-block {
    grid-column: auto;
    margin-bottom: 34px;
  }

  .footer-list--company {
    order: 6;
  }

  .footer-list--bulk {
    order: 5;
  }

  .brand-logo--footer {
    height: 32px;
    width: 214px;
  }

  .footer-contact,
  .footer-list a,
  .footer-list h3 {
    font-size: 16px;
  }

  .main-nav__links {
    display: none;
  }

  .nav-overflow--about {
    display: block;
  }

  .nav-priority--about {
    display: none;
  }

  .hero__container {
    min-height: 700px;
  }

  .hero__button {
    width: 156px;
  }

  .hero__image {
    left: -72px;
    top: 305px;
    width: 650px;
  }

  .about-hero h1 {
    font-size: 46px;
  }

  .about-hero p {
    font-size: 21px;
  }

  .about-section {
    padding: 44px 0;
  }

  .about-section h2 {
    font-size: 34px;
  }

  .about-section__heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .about-timeline__item,
  .about-benefit {
    padding: 22px 20px;
  }

  .about-timeline__item h3,
  .about-benefit h3 {
    font-size: 24px;
  }

  .contacts-hero__content {
    padding-top: 44px;
  }

  .contacts-hero h1 {
    font-size: 46px;
  }

  .contacts-hero__content > p {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .contacts-phone span {
    font-size: 32px;
  }

  .buyers-hero {
    padding: 44px 0;
  }

  .buyers-hero h1 {
    font-size: 42px;
  }

  .buyers-kicker {
    font-size: 18px;
  }

  .buyers-actions {
    flex-direction: column;
  }

  .buyers-button {
    width: 100%;
  }

  .buyers-hero__cards,
  .buyers-services,
  .buyers-order__steps,
  .buyers-order__lists {
    grid-template-columns: 1fr;
  }

  .buyers-contact-card,
  .buyers-schedule-card,
  .buyers-service,
  .buyers-tool,
  .buyers-order__steps article,
  .buyers-order__lists article,
  .buyers-documents article {
    padding: 22px 20px;
  }

  .buyers-phone {
    font-size: 31px;
  }

  .buyers-email {
    overflow-wrap: anywhere;
  }

  .buyers-service h3,
  .buyers-tool h3,
  .buyers-order h3,
  .buyers-order__lists h3,
  .buyers-documents h3 {
    font-size: 24px;
  }

  .buyers-documents a {
    font-size: 18px;
  }

  .lab-hero h1 {
    font-size: 40px;
  }

  .lab-hero__content > p:not(.lab-kicker) {
    font-size: 23px;
  }

  .lab-hero-feature {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 20px 18px;
  }

  .lab-hero-feature strong {
    font-size: 20px;
  }

  .lab-hero-feature p {
    font-size: 17px;
  }

  .lab-check,
  .lab-benefits article {
    padding: 22px 20px;
  }

  .lab-check h3,
  .lab-benefits h3 {
    font-size: 24px;
  }

  .consult-hero__note {
    font-size: 21px;
  }

  .consult-hero__actions {
    flex-direction: column;
  }

  .consult-button {
    width: 100%;
  }

  .consult-questions article {
    padding: 22px 20px;
  }

  .consult-questions h3 {
    font-size: 24px;
  }

  .delivery-hero h1 {
    font-size: 44px;
  }

  .delivery-hero__grid {
    min-height: 640px;
  }

  .delivery-hero__visual img {
    object-position: 72% center;
  }

  .delivery-hero strong {
    font-size: 21px;
  }

  .delivery-hero__actions {
    flex-direction: column;
  }

  .delivery-button {
    width: 100%;
  }

  .delivery-benefits,
  .delivery-steps {
    grid-template-columns: 1fr;
  }

  .delivery-benefits article,
  .delivery-steps article,
  .delivery-cost__panel {
    padding: 22px 20px;
  }

  .delivery-benefits h3,
  .delivery-steps h3,
  .delivery-cost__panel h3 {
    font-size: 24px;
  }

  .delivery-service {
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 30px 0;
  }

  .delivery-service > span,
  .delivery-steps span {
    font-size: 28px;
  }

  .delivery-fleet {
    flex-direction: column;
  }

  .delivery-fleet strong {
    font-size: 19px;
  }

  .delivery-logistics ul {
    padding: 22px 22px 22px 42px;
  }

  .delivery-accordion .accordion-button {
    font-size: 19px;
    padding: 18px 18px;
  }

  .delivery-accordion .accordion-body {
    font-size: 18px;
    padding: 18px;
  }

  .installation-hero h1 {
    font-size: 38px;
  }

  .installation-hero .about-hero__eyebrow {
    font-size: 17px;
  }

  .installation-hero .about-hero__inner > p:not(.about-hero__eyebrow) {
    font-size: 20px;
  }

  .installation-hero strong {
    font-size: 20px;
  }

  .installation-hero__actions {
    flex-direction: column;
  }

  .installation-button {
    width: 100%;
  }

  .installation-cards--services,
  .installation-cards--benefits,
  .installation-steps {
    grid-template-columns: 1fr;
  }

  .installation-cards article,
  .installation-steps article,
  .installation-lists article {
    padding: 22px 20px;
  }

  .installation-cards h3,
  .installation-steps h3,
  .installation-lists h2 {
    font-size: 24px;
  }

  .installation-cards p,
  .installation-steps p,
  .installation-lists li {
    font-size: 18px;
  }

  .installation-work {
    gap: 24px;
    padding-top: 36px;
  }

  .installation-work__content ul,
  .installation-list {
    padding-left: 22px;
  }

  .installation-pills li {
    font-size: 18px;
    width: 100%;
  }

  .contacts-office__actions {
    flex-direction: column;
  }

  .contacts-button {
    width: 100%;
  }

  .paver-card__visual {
    height: 330px;
  }

  .paver-card__product--steppe,
  .paver-card__product--graphite {
    width: 330px;
  }

  .footer-list__heading {
    margin-bottom: 0;
  }
}

@media (max-width: 430px) {
  .top-categories__item {
    flex-direction: column;
    gap: 3px;
    justify-content: center;
  }

  .top-categories__item span {
    display: block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: normal;
  }
}

.concrete-sales-page {
  background: #ffffff;
  color: var(--tb-text);
}

.page-breadcrumb {
  border-top: 1px solid #e2e6ea;
  color: #8a8f98;
  font-size: 14px;
  padding: 17px 0 4px;
}

.page-breadcrumb .container-xxl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-breadcrumb a {
  color: #8a8f98;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-breadcrumb a:hover,
.page-breadcrumb a:focus-visible {
  color: var(--tb-orange);
}

.page-breadcrumb strong {
  color: #111111;
  font-weight: 600;
}

.concrete-sales-hero {
  background: #ffffff;
  padding: 19px 0 48px;
}

.concrete-sales-hero__heading {
  margin: 0 auto 34px;
  max-width: 1040px;
  text-align: center;
}

.concrete-sales-kicker {
  color: var(--tb-orange);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.concrete-sales-hero h1,
.concrete-sales-section h2 {
  color: var(--tb-blue-dark);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}

.concrete-sales-hero h1 {
  font-size: clamp(42px, 4.5vw, 66px);
}

.concrete-sales-hero__heading p:not(.concrete-sales-kicker) {
  color: #5c5c5c;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.3;
  margin: 18px auto 0;
  max-width: 900px;
}

.concrete-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.concrete-product-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.concrete-product-card {
  align-items: center;
  aspect-ratio: 1 / 0.78;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
  color: var(--tb-blue-dark);
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.concrete-product-card:hover,
.concrete-product-card:focus-visible {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.18);
  color: var(--tb-blue-dark);
  transform: translateY(-4px);
}

.concrete-product-card__title {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 70%, rgba(255, 255, 255, 0.18) 100%);
  display: block;
  font-size: 19px;
  font-weight: 800;
  inset: 0 0 auto;
  line-height: 1.16;
  min-height: 70px;
  padding: 16px 12px 26px;
  position: absolute;
  z-index: 2;
}

.concrete-product-card img {
  display: block;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  position: absolute;
  transition: transform 0.25s ease;
  width: 100%;
  z-index: 1;
}

.concrete-product-card:hover img,
.concrete-product-card:focus-visible img {
  transform: scale(1.035);
}

.concrete-product-card--contain img {
  background: #f7f8fa;
  object-fit: contain;
  padding: 58px 16px 16px;
}

.concrete-sales-section {
  padding: 76px 0;
}

.concrete-sales-section--muted {
  background: #f5f6f7;
}

.concrete-sales-section--blue {
  background: var(--tb-blue-dark);
  color: #ffffff;
}

.concrete-sales-section--blue .concrete-sales-kicker,
.concrete-sales-section--blue h2 {
  color: #ffffff;
}

.concrete-sales-section__heading {
  margin: 0 auto 44px;
  max-width: 980px;
  text-align: center;
}

.concrete-sales-section h2 {
  font-size: clamp(36px, 4vw, 58px);
  margin-bottom: 0;
}

.concrete-sales-intro,
.concrete-sales-split,
.concrete-sales-cta {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.concrete-sales-intro p,
.concrete-sales-split p,
.concrete-sales-cta p,
.concrete-sales-cta strong {
  color: #2f3a4a;
  font-size: 22px;
  line-height: 1.38;
}

.concrete-sales-intro p,
.concrete-sales-split p,
.concrete-sales-cta p {
  margin: 0 0 18px;
}

.concrete-price-button {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--tb-orange);
  border-radius: 4px;
  color: var(--tb-orange);
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  margin-top: 4px;
  min-height: 46px;
  padding: 12px 22px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.concrete-price-button:hover,
.concrete-price-button:focus-visible {
  background: var(--tb-orange);
  border-color: var(--tb-orange);
  color: #ffffff;
}

.concrete-grade-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.concrete-grade-card,
.concrete-mark-grid > a,
.concrete-mortar-grid > a {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: inherit;
  display: block;
  padding: 28px 26px;
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.concrete-grade-card:hover,
.concrete-grade-card:focus-visible,
.concrete-mark-grid > a:hover,
.concrete-mark-grid > a:focus-visible,
.concrete-mortar-grid > a:hover,
.concrete-mortar-grid > a:focus-visible {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.concrete-grade-card__head {
  border-bottom: 1px solid #e3e6ea;
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.concrete-grade-card__head span,
.concrete-mortar-grid span,
.concrete-mark-grid strong {
  color: var(--tb-orange);
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
}

.concrete-grade-card h3,
.concrete-aggregate-grid h3,
.concrete-mortar-grid h3 {
  color: var(--tb-blue-dark);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  margin: 0;
}

.concrete-grade-card p,
.concrete-grade-card li,
.concrete-mark-grid p,
.concrete-aggregate-grid p,
.concrete-mortar-grid p {
  color: #2f3a4a;
  font-size: 20px;
  line-height: 1.35;
}

.concrete-grade-card p,
.concrete-mark-grid p,
.concrete-aggregate-grid p,
.concrete-mortar-grid p {
  margin: 0;
}

.concrete-grade-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.concrete-grade-card li::marker {
  color: var(--tb-orange);
}

.concrete-code {
  background: var(--tb-blue-dark);
  border-left: 5px solid var(--tb-orange);
  border-radius: 8px;
  color: #ffffff !important;
  display: inline-block;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 800;
  line-height: 1.1 !important;
  margin-top: 22px !important;
  padding: 18px 22px;
}

.concrete-mark-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.concrete-mark-grid > a {
  padding: 24px;
}

.concrete-aggregate-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.concrete-aggregate-grid > a {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: var(--tb-text);
  display: block;
  overflow: hidden;
  padding: 28px 26px;
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.concrete-aggregate-grid > a:hover,
.concrete-aggregate-grid > a:focus-visible {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.concrete-aggregate-grid div {
  border-top: 0;
  margin: 0;
  padding: 0;
}

.concrete-aggregate-grid h3 {
  border-bottom: 1px solid #e3e6ea;
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.concrete-mortar-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.concrete-mortar-card--wide {
  grid-column: span 2;
}

.concrete-mortar-grid h3 {
  margin-bottom: 12px;
}

.concrete-sales-section--cta {
  background: #ffffff;
  padding-bottom: 88px;
}

.concrete-sales-cta {
  align-items: center;
  background: #eef2f6;
  border-radius: 8px;
  padding: 42px;
}

.concrete-sales-cta h2 {
  margin-bottom: 20px;
}

.concrete-sales-cta strong {
  color: var(--tb-blue-dark);
  display: block;
  font-weight: 700;
  margin-top: 8px;
}

.concrete-sales-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.concrete-sales-button {
  --bs-btn-bg: var(--tb-orange);
  --bs-btn-border-color: var(--tb-orange);
  --bs-btn-hover-bg: #d96519;
  --bs-btn-hover-border-color: #d96519;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 400;
  min-width: 210px;
  padding: 10px 24px;
}

.concrete-sales-button--outline {
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: var(--tb-blue-dark);
  --bs-btn-color: var(--tb-blue-dark);
  --bs-btn-hover-bg: var(--tb-blue-dark);
  --bs-btn-hover-border-color: var(--tb-blue-dark);
  --bs-btn-hover-color: #ffffff;
  border: 2px solid var(--tb-blue-dark);
}

@media (max-width: 1200px) {
  .concrete-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .concrete-product-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 992px) {
  .concrete-sales-hero,
  .concrete-sales-section {
    padding: 56px 0;
  }

  .concrete-sales-intro,
  .concrete-sales-split,
  .concrete-sales-cta {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .concrete-grade-list,
  .concrete-aggregate-grid {
    grid-template-columns: 1fr;
  }

  .concrete-sales-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .concrete-product-grid,
  .concrete-mortar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concrete-product-card {
    aspect-ratio: 1 / 0.92;
  }

  .concrete-product-card__title {
    font-size: 17px;
    min-height: 62px;
    padding: 14px 10px 24px;
  }

  .concrete-product-card--contain img {
    padding: 54px 12px 14px;
  }

  .concrete-sales-hero h1 {
    font-size: 38px;
  }

  .concrete-sales-section h2 {
    font-size: 34px;
  }

  .concrete-sales-intro p,
  .concrete-sales-split p,
  .concrete-sales-cta p,
  .concrete-sales-cta strong {
    font-size: 19px;
  }

  .concrete-grade-card,
  .concrete-mark-grid > a,
  .concrete-mortar-grid > a,
  .concrete-sales-cta {
    padding: 24px 20px;
  }

  .concrete-mark-grid {
    grid-template-columns: 1fr;
  }

  .concrete-mortar-card--wide {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .concrete-sales-button {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .concrete-product-grid,
  .concrete-mortar-grid {
    grid-template-columns: 1fr;
  }

  .concrete-product-card {
    aspect-ratio: 1 / 0.68;
  }

  .concrete-mortar-card--wide {
    grid-column: span 1;
  }
}

.catalog-page {
  background: #f5f7fa;
  color: #1c2633;
}

.catalog-page .page-breadcrumb {
  background: #ffffff;
  padding-bottom: 12px;
}

.catalog-workspace {
  padding: 18px 0 86px;
}

.catalog-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(240px, 264px) minmax(0, 1fr);
}

.catalog-sidebar {
  min-width: 0;
  position: sticky;
  top: 18px;
}

.catalog-filters {
  background: #ffffff;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(45, 76, 115, 0.08);
  padding: 22px 20px 24px;
}

.catalog-filters__head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.catalog-filters__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.catalog-filters h3 {
  color: var(--tb-blue-dark);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.catalog-reset {
  background: transparent;
  border: 0;
  color: var(--tb-orange);
  font-size: 17px;
  font-weight: 700;
  padding: 4px 0;
}

.catalog-reset:focus-visible,
.catalog-reset:hover {
  color: #c95612;
  outline: none;
}

.catalog-filters__toggle {
  align-items: center;
  background: #f5f7fa;
  border: 1px solid #dbe2eb;
  border-radius: 6px;
  color: var(--tb-blue-dark);
  display: none;
  height: 36px;
  justify-content: center;
  padding: 0;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  width: 38px;
}

.catalog-filters__toggle span {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
  height: 10px;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.18s ease;
  width: 10px;
}

.catalog-filters__toggle:focus-visible,
.catalog-filters__toggle:hover {
  background: #eef3f8;
  border-color: #c8d4e0;
  color: var(--tb-orange);
  outline: none;
}

.catalog-search {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.catalog-search span {
  color: #5f6875;
  font-size: 16px;
  font-weight: 700;
}

.catalog-search input {
  border: 1px solid #cbd5df;
  border-radius: 6px;
  color: #1b2634;
  font-size: 18px;
  min-height: 44px;
  padding: 8px 12px;
  width: 100%;
}

.catalog-search input:focus {
  border-color: var(--tb-blue);
  box-shadow: 0 0 0 3px rgba(62, 106, 164, 0.16);
  outline: none;
}

.catalog-filter-group {
  border-top: 1px solid #e3e9f0;
  padding: 15px 0 14px;
}

.catalog-filter-group:last-child {
  padding-bottom: 0;
}

.catalog-filter-group summary {
  color: #152334;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  list-style: none;
  margin-bottom: 14px;
  padding-left: 24px;
  position: relative;
}

.catalog-filter-group summary::-webkit-details-marker {
  display: none;
}

.catalog-filter-group summary::before {
  border-color: #152334 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
  content: "";
  left: 2px;
  position: absolute;
  top: 8px;
  transform: rotate(180deg);
  transition: transform 0.18s ease;
}

.catalog-filter-group:not([open]) summary::before {
  transform: rotate(0deg);
}

.catalog-checkbox {
  align-items: center;
  color: #263344;
  display: flex;
  font-size: 18px;
  gap: 10px;
  line-height: 1.2;
  margin: 10px 0;
}

.catalog-checkbox.is-filter-hidden {
  display: none;
}

.catalog-checkbox input {
  appearance: none;
  background: #ffffff;
  border: 1px solid #bdc7d2;
  border-radius: 4px;
  flex: 0 0 auto;
  height: 20px;
  margin: 0;
  position: relative;
  width: 20px;
}

.catalog-checkbox input:checked {
  background: var(--tb-blue);
  border-color: var(--tb-blue);
}

.catalog-checkbox input:checked::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 6px;
}

.catalog-checkbox input:focus-visible {
  box-shadow: 0 0 0 3px rgba(62, 106, 164, 0.2);
  outline: none;
}

.catalog-filter-subgroup {
  border-left: 2px solid #e1e7ee;
  margin: -2px 0 10px 10px;
  padding-left: 14px;
}

.catalog-checkbox--sub {
  color: #445164;
  font-size: 16px;
  margin: 8px 0;
}

.catalog-checkbox--sub input {
  height: 18px;
  width: 18px;
}

.catalog-checkbox--sub input:checked::after {
  height: 9px;
  left: 5px;
  top: 2px;
  width: 5px;
}

.catalog-main {
  min-width: 0;
}

.catalog-grade-pills {
  display: flex;
  gap: 9px;
  margin-bottom: 22px;
  overflow-x: auto;
  padding: 0 0 4px;
  scrollbar-width: thin;
}

.catalog-grade-pills button,
.catalog-sort button,
.catalog-limit button,
.catalog-active-filters button {
  border: 0;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.catalog-grade-pills button {
  background: #ffffff;
  border-radius: 999px;
  color: #253449;
  flex: 0 0 auto;
  font-size: 18px;
  min-width: 70px;
  padding: 9px 18px;
}

.catalog-grade-pills button:focus-visible,
.catalog-grade-pills button:hover,
.catalog-grade-pills button.is-active {
  background: var(--tb-blue);
  color: #ffffff;
  outline: none;
}

.catalog-toolbar {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 16px 18px;
}

.catalog-sort,
.catalog-limit {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-sort span,
.catalog-limit span {
  color: #6d7785;
  font-size: 17px;
}

.catalog-sort button,
.catalog-limit button {
  background: transparent;
  border-radius: 6px;
  color: var(--tb-blue);
  font-size: 17px;
  padding: 7px 8px;
}

.catalog-sort button:focus-visible,
.catalog-sort button:hover,
.catalog-limit button:focus-visible,
.catalog-limit button:hover,
.catalog-sort button.is-active,
.catalog-limit button.is-active {
  background: #eef3f8;
  color: var(--tb-blue-dark);
  outline: none;
}

.catalog-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  min-height: 0;
}

.catalog-active-filters:empty {
  margin-bottom: 0;
}

.catalog-active-filters button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe2eb;
  border-radius: 999px;
  color: #263344;
  display: inline-flex;
  font-size: 16px;
  gap: 8px;
  min-height: 34px;
  padding: 6px 12px;
}

.catalog-active-filters button::after {
  color: var(--tb-orange);
  content: "x";
  font-weight: 800;
  line-height: 1;
}

.catalog-active-filters button:focus-visible,
.catalog-active-filters button:hover {
  border-color: var(--tb-orange);
  outline: none;
}

.catalog-table-shell {
  background: #ffffff;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(45, 76, 115, 0.08);
  overflow-x: hidden;
}

.catalog-table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}

.catalog-table th,
.catalog-table td {
  border-bottom: 1px solid #e0e6ee;
  padding: 14px 10px;
  vertical-align: middle;
}

.catalog-table td {
  overflow-wrap: anywhere;
}

.catalog-table th {
  background: #f0f2f5;
  color: #2f3a49;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: normal;
  word-break: normal;
}

.catalog-table th:nth-child(1),
.catalog-table td:nth-child(1) {
  width: 23%;
}

.catalog-table th:nth-child(2),
.catalog-table td:nth-child(2) {
  width: 10%;
}

.catalog-table th:nth-child(3),
.catalog-table td:nth-child(3) {
  width: 10%;
}

.catalog-table th:nth-child(4),
.catalog-table td:nth-child(4) {
  width: 9%;
}

.catalog-table th:nth-child(5),
.catalog-table td:nth-child(5) {
  width: 10%;
}

.catalog-table td:nth-child(5) {
  overflow-wrap: normal;
  word-break: normal;
}

.catalog-table th:nth-child(6),
.catalog-table td:nth-child(6) {
  width: 4%;
}

.catalog-table th:nth-child(7),
.catalog-table td:nth-child(7) {
  width: 10%;
}

.catalog-table th:nth-child(8),
.catalog-table td:nth-child(8) {
  width: 24%;
}

.catalog-row:last-child td {
  border-bottom: 0;
}

.catalog-row:hover td {
  background: #fbfcfe;
}

.catalog-cell--name {
  min-width: 0;
  position: relative;
}

.catalog-cell--name.is-with-thumb {
  padding-left: 66px;
}

.catalog-cell--name.is-with-thumb strong,
.catalog-cell--name.is-with-thumb > span:not(.catalog-product-thumb__popover) {
  min-width: 0;
}

.catalog-product-thumb {
  background: #ffffff;
  border: 1px solid #dbe2eb;
  border-radius: 6px;
  cursor: pointer;
  height: 46px;
  left: 10px;
  padding: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  z-index: 4;
}

.catalog-product-thumb > img {
  border-radius: 4px;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.catalog-product-thumb:focus-visible,
.catalog-product-thumb:hover {
  border-color: var(--tb-blue);
  outline: 3px solid rgba(29, 111, 184, 0.14);
}

.catalog-product-thumb__popover {
  background: #ffffff;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 16px 34px rgba(21, 35, 52, 0.18);
  display: none;
  height: 220px;
  left: 0;
  padding: 8px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 260px;
  z-index: 1000;
}

.catalog-product-thumb__popover img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.catalog-product-thumb__popover.is-visible {
  display: block;
}

.catalog-cell--name strong {
  color: #152334;
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.16;
  margin-bottom: 5px;
}

.catalog-cell--name > span {
  color: #8a94a3;
  display: block;
  font-size: 15px;
}

.catalog-row-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8a94a3;
  display: none;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.catalog-row-toggle::before {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  transform: rotate(45deg);
  transition: transform 0.18s ease, color 0.18s ease;
  width: 8px;
}

.catalog-row-toggle:focus-visible,
.catalog-row-toggle:hover {
  color: var(--tb-blue);
  outline: none;
}

.catalog-row.is-expanded .catalog-row-toggle::before {
  transform: rotate(225deg);
}

.catalog-badge {
  color: var(--tb-blue-dark);
  display: inline;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-badge--mix {
  color: var(--tb-blue-dark);
}

.catalog-badge--cps {
  color: var(--tb-blue-dark);
}

.catalog-badge--product {
  color: var(--tb-blue-dark);
}

.catalog-badge--bulk {
  color: var(--tb-blue-dark);
}

.catalog-badge--order {
  color: var(--tb-blue-dark);
}

.catalog-price {
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.catalog-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: flex-start;
  min-width: 0;
}

.catalog-actions__quantity {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.catalog-quantity {
  align-items: center;
  border: 1px solid #d7dfe8;
  border-radius: 6px;
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 28px 38px 28px;
  height: 36px;
  overflow: hidden;
}

.catalog-quantity button,
.catalog-quantity input {
  background: #ffffff;
  border: 0;
  color: #1f2d3d;
  font-size: 17px;
  height: 100%;
  min-width: 0;
  text-align: center;
}

.catalog-quantity button {
  transition: background-color 0.18s ease;
}

.catalog-quantity button:focus-visible,
.catalog-quantity button:hover {
  background: #eef3f8;
  outline: none;
}

.catalog-quantity input {
  appearance: textfield;
  border-left: 1px solid #e1e7ee;
  border-right: 1px solid #e1e7ee;
  font-weight: 700;
  padding: 0;
}

.catalog-quantity input::-webkit-inner-spin-button,
.catalog-quantity input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.catalog-stock {
  color: var(--tb-orange);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.catalog-stock--mobile {
  display: none;
  margin-top: 7px;
}

.catalog-cart {
  background: var(--tb-blue);
  border: 1px solid var(--tb-blue);
  border-radius: 6px;
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  min-height: 36px;
  padding: 6px 10px;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.catalog-cart:focus-visible,
.catalog-cart:hover,
.catalog-cart.is-added {
  background: var(--tb-blue-dark);
  border-color: var(--tb-blue-dark);
  outline: none;
}

.catalog-cart::before {
  background: #ffffff;
  content: "";
  display: none;
  height: 22px;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M5.9%204%205.2%201H2v2h1.6l2.4%2011.5A3%203%200%200%200%208.9%2017H19v-2H8.9a1%201%200%200%201-1-.8L7.6%2013H17a4%204%200%200%200%203.9-3.1L22.2%204H5.9Zm2.2%207L7%206h12.7l-.8%203.4A2%202%200%200%201%2017%2011H8.1ZM9%2022a2%202%200%201%200%200-4%202%202%200%200%200%200%204Zm8%200a2%202%200%201%200%200-4%202%202%200%200%200%200%204Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  width: 22px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M5.9%204%205.2%201H2v2h1.6l2.4%2011.5A3%203%200%200%200%208.9%2017H19v-2H8.9a1%201%200%200%201-1-.8L7.6%2013H17a4%204%200%200%200%203.9-3.1L22.2%204H5.9Zm2.2%207L7%206h12.7l-.8%203.4A2%202%200%200%201%2017%2011H8.1ZM9%2022a2%202%200%201%200%200-4%202%202%200%200%200%200%204Zm8%200a2%202%200%201%200%200-4%202%202%200%200%200%200%204Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.catalog-icon-button {
  align-items: center;
  background: #f4f6f8;
  border: 1px solid #edf1f5;
  border-radius: 6px;
  color: #213145;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 23px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  width: 38px;
}

.catalog-icon-button:focus-visible,
.catalog-icon-button:hover,
.catalog-icon-button.is-active {
  background: #fff1e8;
  border-color: #f5c4a1;
  color: var(--tb-orange);
  outline: none;
}

@media (max-width: 1400px) and (min-width: 768px) {
  .catalog-cart {
    align-items: center;
    display: inline-flex;
    font-size: 0;
    height: 36px;
    justify-content: center;
    min-height: 36px;
    padding: 0;
    width: 40px;
  }

  .catalog-cart::before {
    display: block;
  }
}

.catalog-empty {
  background: #ffffff;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  margin-top: 18px;
  padding: 32px;
  text-align: center;
}

.catalog-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 18px;
}

.catalog-pagination[hidden] {
  display: none;
}

.catalog-pagination button,
.catalog-pagination__ellipsis {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  min-width: 38px;
  padding: 0 12px;
}

.catalog-pagination button {
  background: #ffffff;
  border: 1px solid #d7dfe8;
  color: #1f2d3d;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.catalog-pagination button:focus-visible,
.catalog-pagination button:hover {
  border-color: var(--tb-blue);
  color: var(--tb-blue);
  outline: none;
}

.catalog-pagination button.is-active {
  background: var(--tb-blue);
  border-color: var(--tb-blue);
  color: #ffffff;
}

.catalog-pagination button:disabled {
  background: #f3f6f9;
  border-color: #e1e7ee;
  color: #9aa5b1;
  cursor: default;
}

.catalog-pagination__ellipsis {
  color: #8a94a3;
  min-width: 22px;
  padding: 0 2px;
}

.catalog-empty h2 {
  color: var(--tb-blue-dark);
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 10px;
}

.catalog-empty p {
  color: #536071;
  font-size: 20px;
  margin: 0;
}

@media (max-width: 1200px) {
  .catalog-layout {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .catalog-sidebar {
    position: static;
  }

  .catalog-filters {
    box-shadow: none;
    padding: 16px 18px;
  }

  .catalog-filters__head {
    margin-bottom: 0;
  }

  .catalog-filters__toggle {
    display: inline-flex;
  }

  .catalog-filters__body {
    margin-top: 18px;
  }

  .catalog-filters:not(.is-expanded) .catalog-filters__body {
    display: none;
  }

  .catalog-filters.is-expanded .catalog-filters__toggle span {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .catalog-filter-group {
    display: inline-block;
    min-width: min(100%, 290px);
    padding-right: 18px;
    vertical-align: top;
  }

  .catalog-table-shell {
    border-radius: 6px;
    overflow: visible;
  }

  .catalog-table,
  .catalog-table tbody,
  .catalog-table tr,
  .catalog-table td {
    display: block;
  }

  .catalog-table {
    font-size: 16px;
  }

  .catalog-table thead {
    display: none;
  }

  .catalog-table tbody {
    background: #ffffff;
  }

  .catalog-table tr.catalog-row {
    display: grid;
    gap: 8px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 18px 22px;
  }

  .catalog-table th,
  .catalog-table td {
    border-bottom: 0;
    padding: 0;
    width: auto !important;
  }

  .catalog-row:not(:last-child) {
    border-bottom: 1px solid #e0e6ee;
  }

  .catalog-row:hover td {
    background: transparent;
  }

  .catalog-cell--name {
    grid-column: 1 / -1;
    padding-right: 36px !important;
  }

  .catalog-cell--name.is-with-thumb {
    padding-left: 66px !important;
  }

  .catalog-product-thumb {
    left: 0;
    height: 54px;
    width: 54px;
  }

  .catalog-product-thumb__popover {
    display: none !important;
  }

  .catalog-cell--name strong {
    font-size: 18px;
    line-height: 1.16;
  }

  .catalog-cell--name > span {
    display: inline-block;
    font-size: 15px;
    margin-right: 14px;
  }

  .catalog-row-toggle {
    display: inline-flex;
    position: absolute;
    right: -4px;
    top: -5px;
  }

  .catalog-table td:nth-child(n+2):nth-child(-n+6) {
    display: none;
  }

  .catalog-row.is-expanded td:nth-child(n+2):nth-child(-n+6) {
    align-items: baseline;
    display: flex;
    gap: 12px;
    grid-column: 1 / -1;
    justify-content: space-between;
    line-height: 1.2;
    padding-top: 10px;
    position: relative;
  }

  .catalog-row.is-expanded td:nth-child(n+2):nth-child(-n+6)::before {
    color: #152334;
    content: attr(data-catalog-label) ":";
    flex: 1 1 auto;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
  }

  .catalog-row.is-expanded td:nth-child(n+2):nth-child(-n+6)::after {
    border-bottom: 1px dotted #d7dfe8;
    content: "";
    flex: 1 1 auto;
    order: 1;
    transform: translateY(-4px);
  }

  .catalog-row.is-expanded td:nth-child(n+2):nth-child(-n+6) > * {
    order: 2;
  }

  .catalog-table td:nth-child(7) {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .catalog-price {
    font-size: 18px;
    line-height: 1.1;
  }

  .catalog-table td:nth-child(8) {
    grid-column: 2 / 3;
    grid-row: 2;
  }

  .catalog-actions {
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: flex-end;
    min-width: 0;
  }

  .catalog-quantity {
    grid-template-columns: 31px 36px 31px;
    height: 36px;
  }

  .catalog-cart {
    align-items: center;
    display: inline-flex;
    font-size: 0;
    height: 36px;
    justify-content: center;
    min-height: 36px;
    padding: 0;
    width: 44px;
  }

  .catalog-cart::before {
    display: block;
    height: 22px;
    width: 22px;
  }

  .catalog-icon-button {
    height: 36px;
    width: 38px;
  }
}

@media (min-width: 820px) and (max-width: 992px) {
  .catalog-table-shell {
    border-radius: 8px;
    overflow-x: hidden;
  }

  .catalog-table {
    display: table;
    font-size: 14px;
    table-layout: fixed;
  }

  .catalog-table thead {
    display: table-header-group;
  }

  .catalog-table thead tr {
    display: table-row;
  }

  .catalog-table tbody {
    display: table-row-group;
  }

  .catalog-table tr.catalog-row {
    display: table-row;
    padding: 0;
  }

  .catalog-table th,
  .catalog-table td,
  .catalog-table td:nth-child(n+2):nth-child(-n+6) {
    border-bottom: 1px solid #e0e6ee;
    display: table-cell;
    padding: 12px 8px;
    vertical-align: middle;
  }

  .catalog-table th {
    font-size: 0;
    white-space: nowrap;
  }

  .catalog-table th::after {
    content: "";
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
  }

  .catalog-table th:nth-child(1)::after {
    content: "Наименование";
  }

  .catalog-table th:nth-child(2)::after {
    content: "Тип";
  }

  .catalog-table th:nth-child(3)::after {
    content: "Марка";
  }

  .catalog-table th:nth-child(4)::after {
    content: "Материал";
  }

  .catalog-table th:nth-child(5)::after {
    content: "Показ.";
  }

  .catalog-table th:nth-child(6)::after {
    content: "Ед.";
  }

  .catalog-table th:nth-child(7)::after {
    content: "Цена";
  }

  .catalog-table th:nth-child(8)::after {
    content: "Кол-во";
  }

  .catalog-table th:nth-child(1),
  .catalog-table td:nth-child(1) {
    width: 23% !important;
  }

  .catalog-table th:nth-child(2),
  .catalog-table td:nth-child(2) {
    width: 10% !important;
  }

  .catalog-table th:nth-child(3),
  .catalog-table td:nth-child(3) {
    width: 10% !important;
  }

  .catalog-table th:nth-child(4),
  .catalog-table td:nth-child(4) {
    width: 9% !important;
  }

  .catalog-table th:nth-child(5),
  .catalog-table td:nth-child(5) {
    width: 10% !important;
  }

  .catalog-table th:nth-child(6),
  .catalog-table td:nth-child(6) {
    width: 4% !important;
  }

  .catalog-table th:nth-child(7),
  .catalog-table td:nth-child(7) {
    width: 10% !important;
  }

  .catalog-table th:nth-child(8),
  .catalog-table td:nth-child(8) {
    width: 24% !important;
  }

  .catalog-cell--name {
    grid-column: auto;
    padding-right: 8px !important;
  }

  .catalog-cell--name strong {
    font-size: 15px;
  }

  .catalog-cell--name > span {
    display: block;
    font-size: 14px;
    margin-right: 0;
  }

  .catalog-row-toggle {
    display: none;
  }

  .catalog-table td:nth-child(7),
  .catalog-table td:nth-child(8) {
    grid-column: auto;
    grid-row: auto;
  }

  .catalog-price {
    font-size: 16px;
  }

  .catalog-price::after {
    content: none;
    display: none;
  }

  .catalog-actions {
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: flex-start;
  }

  .catalog-quantity {
    grid-template-columns: 24px 32px 24px;
    height: 34px;
  }

  .catalog-cart,
  .catalog-icon-button {
    height: 34px;
  }

  .catalog-cart {
    width: 38px;
  }

  .catalog-icon-button {
    width: 34px;
  }
}

@media (max-width: 820px) {
  .catalog-table th:nth-child(2),
  .catalog-table td:nth-child(2) {
    display: none !important;
  }

  .catalog-stock--desktop {
    display: none;
  }

  .catalog-stock--mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .catalog-workspace {
    padding: 18px 0 60px;
  }

  .catalog-filters {
    padding: 16px 18px;
  }

  .catalog-filter-group {
    display: block;
    min-width: 0;
    padding-right: 0;
  }

  .catalog-toolbar {
    padding: 14px;
  }

  .catalog-sort,
  .catalog-limit {
    width: 100%;
  }

  .catalog-limit {
    justify-content: flex-start;
  }

  .catalog-pagination {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .catalog-filters__head {
    align-items: center;
    gap: 12px;
  }

  .catalog-filters h3 {
    font-size: 24px;
  }

  .catalog-reset {
    font-size: 16px;
  }

  .catalog-filters__actions {
    gap: 8px;
  }

  .catalog-grade-pills button {
    font-size: 17px;
    min-width: 62px;
    padding: 8px 14px;
  }

  .catalog-sort button,
  .catalog-limit button {
    font-size: 16px;
  }
}

.catalog-cell--name strong a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.catalog-cell--name strong a:focus-visible,
.catalog-cell--name strong a:hover {
  color: var(--tb-blue);
  outline: none;
}

.product-page {
  background: #f5f7fa;
  color: #152334;
}

.product-page .page-breadcrumb {
  background: #ffffff;
  padding-bottom: 14px;
}

.product-detail {
  background: #ffffff;
  padding: 18px 0 86px;
}

.product-page.has-product-recommendations .product-detail {
  padding-bottom: 10px;
}

.product-state {
  align-items: center;
  background: #f5f7fa;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  color: #5f6875;
  display: flex;
  min-height: 180px;
  padding: 28px;
}

.product-state--error {
  color: #a64b15;
}

.product-heading {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.product-heading__category {
  color: #7b8795;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 4px;
}

.product-heading h1 {
  color: #0f1f33;
  font-size: clamp(28px, 2.3vw, 40px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.product-heading__tools {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 30px;
  padding-top: 4px;
}

.product-tool-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1d4f83;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  line-height: 1;
  padding: 4px 0;
  text-decoration: none;
  white-space: nowrap;
}

.product-tool-link::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}

.product-tool-link--pdf::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.5%202.8h7.4l4.6%204.7v13.7h-12V2.8Z%27%20stroke%3D%27%23798595%27%20stroke-width%3D%271.7%27%20stroke-linejoin%3D%27round%27/%3E%3Cpath%20d%3D%27M14%203v5h4.8%27%20stroke%3D%27%23798595%27%20stroke-width%3D%271.7%27%20stroke-linejoin%3D%27round%27/%3E%3Cpath%20d%3D%27M8.9%2015.9h6.7M8.9%2018.4h4.8%27%20stroke%3D%27%23798595%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27/%3E%3Ccircle%20cx%3D%279.5%27%20cy%3D%2711.3%27%20r%3D%271.1%27%20fill%3D%27%23798595%27/%3E%3Cpath%20d%3D%27M12%2011.3h3.8%27%20stroke%3D%27%23798595%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E");
}

.product-tool-link--share::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M8.3%208.2%2015.5%204.4M8.3%2015.8l7.2%203.8%27%20stroke%3D%27%23798595%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27/%3E%3Ccircle%20cx%3D%276%27%20cy%3D%2712%27%20r%3D%272.6%27%20stroke%3D%27%23798595%27%20stroke-width%3D%271.8%27/%3E%3Ccircle%20cx%3D%2718%27%20cy%3D%273.8%27%20r%3D%272.6%27%20stroke%3D%27%23798595%27%20stroke-width%3D%271.8%27/%3E%3Ccircle%20cx%3D%2718%27%20cy%3D%2720.2%27%20r%3D%272.6%27%20stroke%3D%27%23798595%27%20stroke-width%3D%271.8%27/%3E%3C/svg%3E");
}

.product-tool-link:focus-visible,
.product-tool-link:hover {
  color: var(--tb-orange);
  outline: none;
}

.product-meta {
  align-items: center;
  color: #5f6875;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  gap: 14px 22px;
  margin-bottom: 26px;
}

.product-meta strong {
  color: #152334;
  font-weight: 800;
}

.product-code {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 5px;
  padding: 0;
  position: relative;
  text-align: left;
}

.product-code > span {
  align-items: baseline;
  display: inline-flex;
  gap: 3px;
}

.product-code strong {
  color: var(--tb-blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-code__copy {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tb-blue);
  cursor: inherit;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 20px;
}

.product-code__copy::before,
.product-code__copy::after {
  border: 1.6px solid currentColor;
  border-radius: 3px;
  content: "";
  height: 11px;
  position: absolute;
  width: 9px;
}

.product-code__copy::before {
  background: #ffffff;
  left: 5px;
  top: 3px;
}

.product-code__copy::after {
  background: transparent;
  left: 8px;
  top: 6px;
}

.product-code__copy:focus-visible,
.product-code__copy:hover {
  color: var(--tb-orange);
  outline: none;
}

.product-code[data-tooltip]::before,
.product-code[data-tooltip]::after {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 40;
}

.product-code[data-tooltip]::before {
  border-bottom: 6px solid #333333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  top: calc(100% + 4px);
}

.product-code[data-tooltip]::after {
  background: #333333;
  border-radius: 4px;
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  padding: 8px 12px;
  top: calc(100% + 10px);
  white-space: nowrap;
}

.product-code:focus-within::before,
.product-code:focus-within::after,
.product-code:hover::before,
.product-code:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-code.is-tooltip-suppressed::before,
.product-code.is-tooltip-suppressed::after {
  opacity: 0;
  transform: translate(-50%, -4px);
}

.product-rating {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.product-rating span {
  color: #d8dee7;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1;
}

.product-rating button {
  background: transparent;
  border: 0;
  color: #1d4f83;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  text-decoration: none;
}

.product-rating button:focus-visible,
.product-rating button:hover {
  color: var(--tb-orange);
  outline: none;
}

.product-hero {
  align-items: start;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(0, 670px) minmax(470px, 1fr);
  justify-content: space-between;
  margin-bottom: 18px;
}

.product-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: 72px minmax(0, 1fr);
  min-width: 0;
}

.product-gallery__thumbs {
  align-content: start;
  display: grid;
  gap: 10px;
}

.product-gallery__thumb {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe2eb;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 72px;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 72px;
}

.product-gallery__thumb.is-active {
  border-color: var(--tb-blue);
  box-shadow: 0 0 0 2px rgba(62, 106, 164, 0.12);
}

.product-gallery__thumb:focus-visible,
.product-gallery__thumb:hover {
  border-color: var(--tb-blue);
  outline: none;
}

.product-gallery__thumb img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-gallery__main {
  align-items: center;
  display: flex;
  height: 420px;
  justify-content: center;
  min-width: 0;
  position: relative;
  width: 580px;
}

.product-gallery__main img {
  cursor: pointer;
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.product-gallery__main img:hover {
  opacity: 0.94;
}

.product-gallery__nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dbe2eb;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(45, 76, 115, 0.12);
  color: var(--tb-blue-dark);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  width: 42px;
  z-index: 2;
}

.product-gallery__nav[hidden] {
  display: none;
}

.product-gallery__nav--prev {
  left: 8px;
}

.product-gallery__nav--next {
  right: 8px;
}

.product-gallery__nav span {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  display: block;
  height: 12px;
  width: 12px;
}

.product-gallery__nav--prev span {
  transform: rotate(45deg) translate(2px, -1px);
}

.product-gallery__nav--next span {
  transform: rotate(225deg) translate(2px, -1px);
}

.product-gallery__nav:focus-visible,
.product-gallery__nav:hover {
  background: #ffffff;
  border-color: var(--tb-blue);
  box-shadow: 0 10px 22px rgba(45, 76, 115, 0.18);
  color: var(--tb-orange);
  outline: none;
}

body.has-product-lightbox {
  overflow: hidden;
}

.product-lightbox {
  background: #ffffff;
  color: #152334;
  display: grid;
  gap: 34px clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  inset: 0;
  padding: 44px clamp(28px, 6vw, 118px) 54px;
  position: fixed;
  z-index: 2000;
}

.product-lightbox[hidden] {
  display: none;
}

.product-lightbox__close {
  background: transparent;
  border: 0;
  color: #9a9a9a;
  height: 44px;
  padding: 0;
  position: absolute;
  right: 22px;
  top: 16px;
  width: 44px;
  z-index: 3;
}

.product-lightbox__close::before,
.product-lightbox__close::after {
  background: currentColor;
  border-radius: 2px;
  content: "";
  height: 4px;
  left: 9px;
  position: absolute;
  top: 20px;
  width: 28px;
}

.product-lightbox__close::before {
  transform: rotate(45deg);
}

.product-lightbox__close::after {
  transform: rotate(-45deg);
}

.product-lightbox__close:focus-visible,
.product-lightbox__close:hover {
  color: var(--tb-orange);
  outline: none;
}

.product-lightbox__visual {
  display: grid;
  gap: 28px;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
}

.product-lightbox__stage {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 0;
  position: relative;
}

.product-lightbox__stage img {
  display: block;
  max-height: min(620px, 68vh);
  max-width: min(900px, 100%);
  object-fit: contain;
}

.product-lightbox__nav {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(45, 76, 115, 0.18);
  color: #152334;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.18s ease, box-shadow 0.18s ease;
  width: 34px;
}

.product-lightbox__nav[hidden] {
  display: none;
}

.product-lightbox__nav--prev {
  left: 0;
}

.product-lightbox__nav--next {
  right: 0;
}

.product-lightbox__nav span {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  display: block;
  height: 9px;
  width: 9px;
}

.product-lightbox__nav--prev span {
  transform: rotate(45deg) translate(1px, -1px);
}

.product-lightbox__nav--next span {
  transform: rotate(225deg) translate(1px, -1px);
}

.product-lightbox__nav:focus-visible,
.product-lightbox__nav:hover {
  box-shadow: 0 10px 24px rgba(45, 76, 115, 0.24);
  color: var(--tb-orange);
  outline: none;
}

.product-lightbox__thumbs {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.product-lightbox__thumb {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e6ec;
  border-radius: 4px;
  display: flex;
  height: 74px;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 74px;
}

.product-lightbox__thumb.is-active {
  border-color: var(--tb-blue);
  box-shadow: 0 0 0 1px var(--tb-blue);
}

.product-lightbox__thumb:focus-visible,
.product-lightbox__thumb:hover {
  border-color: var(--tb-blue);
  outline: none;
}

.product-lightbox__thumb img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-lightbox__panel {
  align-self: start;
  padding-top: 0;
}

.product-lightbox__code {
  align-items: center;
  background: transparent;
  border: 0;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 15px;
  gap: 7px;
  margin-bottom: 6px;
  padding: 0;
  position: relative;
  text-align: left;
}

.product-lightbox__code strong {
  font-weight: 500;
}

.product-lightbox__copy-icon {
  color: #98a4b2;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}

.product-lightbox__copy-icon::before,
.product-lightbox__copy-icon::after {
  border: 1.6px solid currentColor;
  border-radius: 3px;
  content: "";
  height: 11px;
  position: absolute;
  width: 9px;
}

.product-lightbox__copy-icon::before {
  background: #ffffff;
  left: 4px;
  top: 3px;
}

.product-lightbox__copy-icon::after {
  left: 7px;
  top: 6px;
}

.product-lightbox__code:focus-visible,
.product-lightbox__code:hover {
  color: var(--tb-blue);
  outline: none;
}

.product-lightbox__code[data-tooltip]::before,
.product-lightbox__code[data-tooltip]::after {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 40;
}

.product-lightbox__code[data-tooltip]::before {
  border-bottom: 6px solid #333333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  top: calc(100% + 4px);
}

.product-lightbox__code[data-tooltip]::after {
  background: #333333;
  border-radius: 4px;
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  padding: 8px 12px;
  top: calc(100% + 10px);
  white-space: nowrap;
}

.product-lightbox__code:focus-visible::before,
.product-lightbox__code:focus-visible::after,
.product-lightbox__code:hover::before,
.product-lightbox__code:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-lightbox__code.is-tooltip-suppressed::before,
.product-lightbox__code.is-tooltip-suppressed::after {
  opacity: 0;
  transform: translate(-50%, -4px);
}

.product-lightbox__panel h2 {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 18px;
}

.product-lightbox__summary {
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  margin-bottom: 12px;
  min-height: 116px;
  padding: 22px 22px;
}

.product-lightbox__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 128px minmax(0, 1fr);
}

.product-buy {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding-top: 2px;
}

.product-buy__summary {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(45, 76, 115, 0.12);
  min-height: 102px;
  padding: 22px 24px;
}

.product-buy__stock-line {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin-bottom: 10px;
  position: relative;
}

.product-buy__stock {
  align-items: center;
  color: #263344;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.1;
}

.product-buy__stock::before {
  align-items: center;
  background: #cfeee3;
  border-radius: 50%;
  color: #2fb47c;
  content: "✓";
  display: inline-flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  line-height: 1;
  width: 18px;
}

.product-stock-info {
  align-items: center;
  background: transparent;
  border: 1px solid #98a4b2;
  border-radius: 50%;
  color: #98a4b2;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 16px;
}

.product-stock-info::before,
.product-stock-info::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 5;
}

.product-stock-info::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  bottom: calc(100% + 6px);
  content: "";
  left: 50%;
  transform: translateX(-50%) translateY(4px);
}

.product-stock-info::after {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(45, 76, 115, 0.18);
  bottom: calc(100% + 14px);
  color: #333333;
  content: "Информация о количестве\aобновляется раз в час";
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  left: 50%;
  line-height: 1.25;
  padding: 14px 16px;
  text-align: left;
  transform: translateX(-50%) translateY(4px);
  white-space: pre;
  width: 230px;
}

.product-stock-info:focus-visible {
  outline: 2px solid rgba(62, 106, 164, 0.35);
  outline-offset: 2px;
}

.product-stock-info:focus-visible::before,
.product-stock-info:focus-visible::after,
.product-stock-info:hover::before,
.product-stock-info:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.product-buy__price-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.product-buy__price {
  color: #24272c;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.product-buy__unit {
  color: #253344;
  font-size: 17px;
  margin-bottom: 0;
}

.product-buy__actions {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 128px minmax(170px, 1fr) minmax(180px, 1fr) 44px;
}

.product-quantity {
  border: 1px solid #d5dde8;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 40px 46px 40px;
  height: 42px;
  overflow: hidden;
}

.product-quantity button,
.product-quantity input {
  background: #ffffff;
  border: 0;
  color: #0f1f33;
  font: inherit;
  font-size: 16px;
  min-width: 0;
  text-align: center;
}

.product-quantity button {
  cursor: pointer;
}

.product-quantity button:focus-visible,
.product-quantity button:hover {
  background: #eef3f8;
  outline: none;
}

.product-quantity input {
  border-left: 1px solid #d5dde8;
  border-right: 1px solid #d5dde8;
  font-weight: 700;
  -moz-appearance: textfield;
}

.product-quantity input::-webkit-inner-spin-button,
.product-quantity input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.product-cart,
.product-one-click,
.product-icon-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  min-width: 0;
}

.product-cart {
  background: var(--tb-blue);
  border: 1px solid var(--tb-blue);
  color: #ffffff;
  gap: 10px;
  padding: 0 18px;
}

.product-cart::before {
  background: #ffffff;
  content: "";
  display: block;
  height: 22px;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M5.9%204%205.2%201H2v2h1.6l2.4%2011.5A3%203%200%200%200%208.9%2017H19v-2H8.9a1%201%200%200%201-1-.8L7.6%2013H17a4%204%200%200%200%203.9-3.1L22.2%204H5.9Zm2.2%207L7%206h12.7l-.8%203.4A2%202%200%200%201%2017%2011H8.1ZM9%2022a2%202%200%201%200%200-4%202%202%200%200%200%200%204Zm8%200a2%202%200%201%200%200-4%202%202%200%200%200%200%204Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  width: 22px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M5.9%204%205.2%201H2v2h1.6l2.4%2011.5A3%203%200%200%200%208.9%2017H19v-2H8.9a1%201%200%200%201-1-.8L7.6%2013H17a4%204%200%200%200%203.9-3.1L22.2%204H5.9Zm2.2%207L7%206h12.7l-.8%203.4A2%202%200%200%201%2017%2011H8.1ZM9%2022a2%202%200%201%200%200-4%202%202%200%200%200%200%204Zm8%200a2%202%200%201%200%200-4%202%202%200%200%200%200%204Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-cart.is-added,
.product-cart:focus-visible,
.product-cart:hover {
  background: var(--tb-blue-dark);
  border-color: var(--tb-blue-dark);
  color: #ffffff;
  outline: none;
}

.product-one-click {
  background: #ffffff;
  border: 1px solid #2f8cff;
  color: #111827;
  padding: 0 18px;
}

.product-one-click:focus-visible,
.product-one-click:hover {
  background: #f4f9ff;
  border-color: var(--tb-blue);
  color: #111827;
  outline: none;
}

.product-icon-button {
  background: #f5f7fa;
  border: 1px solid #eef1f5;
  color: #102137;
  font-size: 25px;
  line-height: 1;
  position: relative;
  width: 44px;
}

.product-icon-button.is-active,
.product-icon-button:focus-visible,
.product-icon-button:hover {
  background: #fff5ee;
  border-color: #ffd8bf;
  color: var(--tb-orange);
  outline: none;
}

.product-icon-button[data-tooltip]::before,
.product-icon-button[data-tooltip]::after {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 30;
}

.product-icon-button[data-tooltip]::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #152334;
  bottom: calc(100% + 5px);
  content: "";
}

.product-icon-button[data-tooltip]::after {
  background: #152334;
  border-radius: 6px;
  bottom: calc(100% + 11px);
  box-shadow: 0 10px 24px rgba(15, 31, 51, 0.18);
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 10px;
  white-space: nowrap;
}

.product-icon-button[data-tooltip]:focus-visible::before,
.product-icon-button[data-tooltip]:focus-visible::after,
.product-icon-button[data-tooltip]:hover::before,
.product-icon-button[data-tooltip]:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.has-product-quick-order {
  overflow: hidden;
}

.product-quick-order[hidden] {
  display: none;
}

.product-quick-order {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.68);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 48px 16px;
  position: fixed;
  z-index: 1200;
}

.product-quick-order__dialog {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
  color: #111827;
  max-width: 512px;
  padding: 35px 32px 32px;
  position: relative;
  width: min(100%, 512px);
}

.product-quick-order__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #9ab3cf;
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 14px;
  width: 34px;
}

.product-quick-order__close:focus-visible,
.product-quick-order__close:hover {
  color: var(--tb-blue);
  outline: none;
}

.product-quick-order h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 42px 18px 0;
}

.product-quick-order__product {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 78px minmax(0, 1fr);
  margin-bottom: 26px;
}

.product-quick-order__product img {
  aspect-ratio: 1;
  height: 64px;
  object-fit: contain;
  width: 78px;
}

.product-quick-order__product strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.product-quick-order__product span {
  color: #8b98a8;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 4px;
}

.product-quick-order__form {
  display: grid;
  gap: 14px;
}

.product-quick-order__field {
  display: block;
  position: relative;
}

.product-quick-order__field span {
  color: #98a4b2;
  font-size: 16px;
  left: 16px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 20px;
  transition: color 0.16s ease, font-size 0.16s ease, top 0.16s ease;
}

.product-quick-order__field span em {
  color: #e24a2a;
  font-style: normal;
}

.product-quick-order__field input,
.product-quick-order__field textarea {
  background: #ffffff;
  border: 1px solid #cfd9e6;
  border-radius: 7px;
  color: #102137;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  padding: 20px 16px 10px;
  width: 100%;
}

.product-quick-order__field input {
  height: 56px;
}

.product-quick-order__field textarea {
  min-height: 150px;
  padding-top: 22px;
  resize: vertical;
}

.product-quick-order__field input:focus,
.product-quick-order__field textarea:focus {
  border-color: var(--tb-blue);
  outline: none;
}

.product-quick-order__field input:focus + span,
.product-quick-order__field input:not(:placeholder-shown) + span,
.product-quick-order__field textarea:focus + span,
.product-quick-order__field textarea:not(:placeholder-shown) + span {
  color: #8b98a8;
  font-size: 12px;
  top: 7px;
}

.product-quick-order__field.has-error input,
.product-quick-order__field.has-error textarea {
  border-color: #ef4444;
}

.product-quick-order__error {
  color: #d92d20;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 5px;
}

.product-quick-order__legal {
  align-items: center;
  color: #111827;
  display: inline-flex;
  font-size: 16px;
  gap: 12px;
  line-height: 1.35;
  margin-top: 4px;
}

.product-quick-order__legal input {
  accent-color: var(--tb-blue);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.product-quick-order__file {
  align-items: center;
  background: #eef8ff;
  border-radius: 0;
  color: #102137;
  cursor: pointer;
  display: grid;
  gap: 16px;
  grid-template-columns: 36px minmax(94px, 1fr) minmax(0, 1.8fr);
  min-height: 66px;
  padding: 10px 16px;
  position: relative;
}

.product-quick-order__file input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.product-quick-order__file-icon {
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  color: var(--tb-blue);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  position: relative;
  width: 36px;
}

.product-quick-order__file-icon::before {
  border: 2px solid currentColor;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 0;
  content: "";
  height: 18px;
  left: 14px;
  position: absolute;
  top: 9px;
  width: 8px;
}

.product-quick-order__file-icon::after {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 16px;
  left: 12px;
  position: absolute;
  top: 5px;
  width: 12px;
}

.product-quick-order__file strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.product-quick-order__file small {
  color: #213a58;
  font-size: 13px;
  line-height: 1.25;
}

.product-quick-order__message {
  border-radius: 6px;
  background: #fff1f1;
  color: #b42318;
  font-size: 14px;
  line-height: 1.35;
  padding: 11px 14px;
}

.product-quick-order__message.is-success {
  background: #ebf7ef;
  color: #166534;
}

.product-quick-order__submit {
  background: var(--tb-blue);
  border: 1px solid var(--tb-blue);
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  height: 40px;
  margin-top: 8px;
  width: 100%;
}

.product-quick-order__submit:focus-visible,
.product-quick-order__submit:hover {
  background: var(--tb-blue-dark);
  border-color: var(--tb-blue-dark);
  outline: none;
}

.product-quick-order__submit:disabled {
  cursor: progress;
  opacity: 0.72;
}

.product-fit-link {
  align-items: center;
  background: #f5f5f5;
  border-radius: 8px;
  color: #263344;
  display: grid;
  gap: 12px;
  grid-template-columns: 24px minmax(0, 1fr) 18px;
  min-height: 64px;
  padding: 13px 18px;
}

.product-fit-link::after {
  border-right: 2px solid #98a4b2;
  border-top: 2px solid #98a4b2;
  content: "";
  height: 8px;
  justify-self: end;
  transform: rotate(45deg);
  width: 8px;
}

.product-fit-link:focus-visible,
.product-fit-link:hover {
  background: #efefef;
  color: #263344;
  outline: none;
}

.product-fit-link__icon {
  align-items: center;
  border: 2px solid #ff6036;
  border-radius: 5px;
  color: #ff6036;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.product-fit-link strong,
.product-fit-link small {
  display: block;
}

.product-fit-link strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.product-fit-link small {
  color: #9aa3ae;
  font-size: 15px;
  margin-top: 3px;
}

.product-variants {
  padding: 10px 0 0;
}

.product-variants[hidden] {
  display: none;
}

.product-variants__header {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.product-variants__header span {
  color: #6b7480;
  font-size: 15px;
  font-weight: 700;
}

.product-variants__header strong {
  color: #0f1f33;
  font-size: 16px;
  font-weight: 800;
}

.product-variants__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.product-variant-swatch {
  align-items: center;
  background: #f7f9fc;
  border: 2px solid #dbe2eb;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  overflow: visible;
  padding: 5px;
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  width: 58px;
}

.product-variant-swatch img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-variant-swatch.is-active {
  border-color: var(--tb-blue);
  box-shadow: 0 0 0 3px rgba(62, 106, 164, 0.16);
}

.product-variant-swatch:focus-visible,
.product-variant-swatch:hover {
  border-color: var(--tb-orange);
  box-shadow: 0 8px 18px rgba(45, 76, 115, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.product-variant-swatch[data-tooltip]::before,
.product-variant-swatch[data-tooltip]::after {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 6px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 20;
}

.product-variant-swatch[data-tooltip]::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--tb-blue);
  bottom: calc(100% + 4px);
  content: "";
}

.product-variant-swatch[data-tooltip]::after {
  background: var(--tb-blue);
  border-radius: 6px;
  bottom: calc(100% + 10px);
  box-shadow: 0 10px 22px rgba(45, 76, 115, 0.2);
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 8px 10px;
  white-space: nowrap;
}

.product-variant-swatch[data-tooltip]:focus-visible::before,
.product-variant-swatch[data-tooltip]:focus-visible::after,
.product-variant-swatch[data-tooltip]:hover::before,
.product-variant-swatch[data-tooltip]:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-tabs {
  border-top: 1px solid #dbe2eb;
}

.product-tabs__nav {
  align-items: flex-end;
  border-bottom: 1px solid #dbe2eb;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-tabs__nav::-webkit-scrollbar {
  display: none;
}

.product-tabs__nav button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #8a94a3;
  flex: 0 0 auto;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 19px 0 14px;
  text-transform: uppercase;
}

.product-tabs__nav button.is-active {
  border-bottom-color: #152334;
  color: #152334;
}

.product-tabs__nav button:focus-visible,
.product-tabs__nav button:hover {
  color: var(--tb-blue);
  outline: none;
}

.product-tabs__layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  padding-top: 28px;
}

.product-tabs__main,
.product-panel,
.product-recommendations__viewport {
  min-width: 0;
}

.product-tabs__layout--wide {
  grid-template-columns: minmax(0, 1fr);
}

.product-tabs__layout--wide .product-tabs__main {
  grid-column: 1 / -1;
}

.product-panel h2,
.product-related h2 {
  color: #0f1f33;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
}

.product-copy {
  color: #1c2633;
  font-size: 18px;
  max-width: 900px;
}

.product-copy p {
  margin: 0 0 12px;
}

.product-specs {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
}

.product-specs__row {
  align-items: baseline;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(160px, 1fr) minmax(180px, 1fr);
  min-width: 0;
  padding: 8px 0;
  position: relative;
}

.product-specs__row::before {
  border-bottom: 1px dotted #ccd6e0;
  bottom: 13px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

.product-specs dt,
.product-specs dd {
  background: #ffffff;
  margin: 0;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.product-specs dt {
  align-items: center;
  color: #5f6875;
  display: inline-flex;
  gap: 6px;
  justify-self: start;
  padding-right: 8px;
}

.product-specs__info {
  align-items: center;
  background: transparent;
  border: 1px solid #98a4b2;
  border-radius: 50%;
  color: #98a4b2;
  cursor: help;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 15px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 15px;
}

.product-specs__info::before,
.product-specs__info::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 8;
}

.product-specs__info::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  bottom: calc(100% + 6px);
  content: "";
  left: 50%;
  transform: translateX(-50%) translateY(4px);
}

.product-specs__info::after {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(45, 76, 115, 0.18);
  bottom: calc(100% + 14px);
  color: #333333;
  content: attr(data-tooltip);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  left: 50%;
  line-height: 1.25;
  padding: 12px 14px;
  text-align: left;
  transform: translateX(-50%) translateY(4px);
  white-space: normal;
  width: 280px;
}

.product-specs__info:focus-visible {
  outline: 2px solid rgba(62, 106, 164, 0.35);
  outline-offset: 2px;
}

.product-specs__info:focus-visible::before,
.product-specs__info:focus-visible::after,
.product-specs__info:hover::before,
.product-specs__info:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.product-specs dd {
  color: #0f1f33;
  font-weight: 500;
  justify-self: end;
  padding-left: 8px;
  text-align: right;
}

.product-documents {
  gap: 30px 54px;
}

.product-documents__heading {
  color: #08233f;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 34px;
}

.product-documents > p {
  color: #5f6875;
  font-size: 18px;
  margin: 0;
}

.product-panel--related,
.product-related-tab {
  min-width: 0;
}

.product-related-tab__header {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
  max-width: 100%;
  min-width: 0;
}

.product-related-tab__header[hidden] {
  display: none;
}

.product-recommendations__track--related {
  padding-top: 0;
}

.product-related {
  min-width: 0;
}

.product-related__list {
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  overflow: hidden;
}

.product-related-card {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #dbe2eb;
  color: #152334;
  display: grid;
  gap: 12px;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 118px;
  padding: 12px;
}

.product-related-card:last-child {
  border-bottom: 0;
}

.product-related-card:focus-visible,
.product-related-card:hover {
  background: #fbfcfe;
  color: #152334;
  outline: none;
}

.product-related-card img {
  display: block;
  height: 70px;
  object-fit: contain;
  width: 76px;
}

.product-related-card span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.product-related-card strong {
  color: #152334;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.12;
}

.product-related-card small {
  color: #8a94a3;
  font-size: 14px;
}

.product-related-card em {
  color: var(--tb-orange);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.product-related-card b {
  color: #000000;
  font-size: 18px;
  font-weight: 800;
}

.product-related__all {
  align-items: center;
  border: 1px solid var(--tb-blue);
  border-radius: 6px;
  color: var(--tb-blue);
  display: flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  margin-top: 10px;
  min-height: 42px;
  padding: 8px 16px;
}

.product-related__all:focus-visible,
.product-related__all:hover {
  background: var(--tb-blue);
  color: #ffffff;
  outline: none;
}

.product-recommendations {
  border-top: 1px solid #e1e8f0;
  margin-top: 54px;
  padding-top: 26px;
}

.product-recommendations[hidden] {
  display: none;
}

.product-recommendations__header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.product-recommendations__header h2 {
  color: #24272c;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}

.product-recommendations__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.product-recommendations__arrow {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(45, 76, 115, 0.16);
  color: var(--tb-orange);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  transition: color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  width: 38px;
}

.product-recommendations__arrow[hidden] {
  display: none;
}

.product-recommendations__arrow span {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  display: block;
  height: 9px;
  width: 9px;
}

.product-recommendations__arrow--prev span {
  transform: rotate(45deg) translate(1px, -1px);
}

.product-recommendations__arrow--next span {
  transform: rotate(225deg) translate(1px, -1px);
}

.product-recommendations__arrow:focus-visible,
.product-recommendations__arrow:hover {
  box-shadow: 0 12px 26px rgba(45, 76, 115, 0.22);
  color: var(--tb-blue);
  outline: none;
  transform: translateY(-1px);
}

.product-recommendations__track {
  display: flex;
  gap: 24px;
  margin: 0 -8px;
  overflow-x: auto;
  padding: 8px 8px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.product-recommendations__track::-webkit-scrollbar {
  display: none;
}

.product-recommendation-card {
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #24272c;
  display: grid;
  flex: 0 0 clamp(224px, 15vw, 246px);
  grid-template-rows: auto 152px auto auto auto auto auto 44px;
  min-width: 0;
  padding: 12px;
  scroll-snap-align: start;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.product-recommendation-card:focus-within,
.product-recommendation-card:hover {
  border-color: #edf1f5;
  box-shadow: 0 14px 30px rgba(45, 76, 115, 0.13);
  transform: translateY(-2px);
}

.product-recommendation-card__code {
  align-self: start;
  color: #8a94a3;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.product-recommendation-card__code:focus-visible,
.product-recommendation-card__code:hover {
  color: var(--tb-blue);
  outline: none;
}

.product-recommendation-card__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  min-width: 0;
}

.product-recommendation-card__image img {
  display: block;
  height: 142px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.18s ease;
}

.product-recommendation-card:focus-within .product-recommendation-card__image img,
.product-recommendation-card:hover .product-recommendation-card__image img {
  transform: scale(1.03);
}

.product-recommendation-card__category {
  color: var(--tb-blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
}

.product-recommendation-card__title {
  color: #24272c;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 8px;
}

.product-recommendation-card__category:focus-visible,
.product-recommendation-card__category:hover,
.product-recommendation-card__title:focus-visible,
.product-recommendation-card__title:hover {
  color: var(--tb-orange);
  outline: none;
}

.product-recommendation-card__description {
  color: #3a4654;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.24;
  margin: 0 0 9px;
  min-height: 38px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-recommendation-card__stock {
  align-items: center;
  color: #8a94a3;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.product-recommendation-card__stock::before {
  align-items: center;
  background: #ccefe4;
  border-radius: 50%;
  color: #43b389;
  content: "\2713";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.product-recommendation-card__price {
  color: #24272c;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
}

.product-recommendation-card__actions {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(98px, 1fr) 42px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  visibility: hidden;
}

.product-recommendation-card:focus-within .product-recommendation-card__actions,
.product-recommendation-card:hover .product-recommendation-card__actions {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.product-recommendation-card__cart {
  align-items: center;
  background: var(--tb-blue);
  border: 1px solid var(--tb-blue);
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  height: 42px;
  justify-content: center;
  padding: 0 12px;
  transition: background-color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}

.product-recommendation-card__cart.is-added,
.product-recommendation-card__cart:focus-visible,
.product-recommendation-card__cart:hover {
  background: var(--tb-blue-dark);
  border-color: var(--tb-blue-dark);
  outline: none;
}

.product-recommendation-card__icon {
  height: 42px;
  width: 42px;
}

@media (max-width: 1200px) {
  .product-hero {
    grid-template-columns: 1fr;
  }

  .product-buy {
    max-width: 670px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .product-heading {
    display: grid;
  }

  .product-heading__tools {
    justify-content: flex-start;
    padding-top: 0;
  }

  .product-hero,
  .product-tabs__layout {
    grid-template-columns: 1fr;
  }

  .product-related {
    max-width: 520px;
  }

  .product-lightbox {
    grid-template-columns: 1fr;
    overflow-y: auto;
    padding: 42px 28px 40px;
  }

  .product-lightbox__visual {
    min-height: 520px;
  }

  .product-lightbox__panel {
    justify-self: center;
    max-width: 560px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .product-detail {
    padding: 14px 0 64px;
  }

  .product-heading h1 {
    font-size: 28px;
  }

  .product-meta {
    gap: 10px 16px;
    margin-bottom: 20px;
  }

  .product-hero {
    gap: 20px;
    margin-bottom: 20px;
  }

  .product-gallery {
    gap: 12px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .product-gallery__thumb {
    height: 58px;
    width: 58px;
  }

  .product-gallery__main {
    height: 300px;
    width: 100%;
  }

  .product-gallery__main img {
    max-height: 100%;
  }

  .product-gallery__nav {
    height: 44px;
    width: 44px;
  }

  .product-gallery__nav--prev {
    left: 6px;
  }

  .product-gallery__nav--next {
    right: 6px;
  }

  .product-buy__summary {
    border-radius: 8px;
    min-height: 86px;
    padding: 16px 14px;
  }

  .product-buy__price {
    font-size: 27px;
  }

  .product-buy__stock-line {
    margin-bottom: 9px;
  }

  .product-buy__stock {
    font-size: 15px;
  }

  .product-buy__unit {
    font-size: 16px;
  }

  .product-tabs__nav {
    gap: 22px;
  }

  .product-tabs__nav button {
    font-size: 15px;
  }

  .product-tabs__layout {
    padding-top: 22px;
  }

  .product-recommendations {
    margin-top: 38px;
    padding-top: 22px;
  }

  .product-recommendations__header h2 {
    font-size: 26px;
  }

  .product-recommendations__track {
    gap: 18px;
  }

  .product-recommendation-card {
    flex-basis: 230px;
  }

  .product-specs__row {
    grid-template-columns: minmax(110px, 1fr) minmax(110px, 1fr);
  }

  .product-lightbox {
    gap: 24px;
    padding: 54px 18px 32px;
  }

  .product-lightbox__visual {
    gap: 18px;
    min-height: 390px;
  }

  .product-lightbox__stage img {
    max-height: 340px;
  }

  .product-lightbox__nav--prev {
    left: 4px;
  }

  .product-lightbox__nav--next {
    right: 4px;
  }

  .product-lightbox__thumb {
    height: 58px;
    width: 58px;
  }

  .product-lightbox__panel h2 {
    font-size: 22px;
  }
}

@media (max-width: 635px) {
  .product-recommendations__header {
    align-items: flex-start;
  }

  .product-recommendations__track {
    gap: 14px;
    margin: 0 -4px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .product-recommendation-card {
    flex-basis: min(78vw, 286px);
    grid-template-rows: auto 156px auto auto auto auto auto 44px;
  }

  .product-recommendation-card__title {
    font-size: 18px;
  }

  .product-recommendation-card__actions {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

@media (max-width: 576px) {
  .product-heading__tools {
    align-items: flex-start;
    display: grid;
    gap: 8px;
  }

  .product-buy__actions {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(136px, 152px) minmax(0, 1fr) 44px;
  }

  .product-quantity,
  .product-one-click,
  .product-cart,
  .product-icon-button {
    height: 46px;
  }

  .product-quantity,
  .product-one-click,
  .product-cart {
    width: 100%;
  }

  .product-quantity {
    grid-column: 1 / 2;
    grid-template-columns: 1fr 1.2fr 1fr;
  }

  .product-cart {
    grid-column: 2 / 4;
  }

  .product-one-click {
    grid-column: 1 / 3;
  }

  .product-icon-button {
    font-size: 22px;
    width: 44px;
  }

  .product-icon-button[data-product-favorite] {
    grid-column: 3 / 4;
  }

  .product-recommendation-card__icon,
  .product-recommendation-card__icon[data-product-favorite] {
    grid-column: auto;
    height: 42px;
    width: 42px;
  }

  .product-fit-link {
    margin-top: 14px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-gallery__thumbs {
    display: none;
  }

  .product-gallery__main {
    height: 240px;
  }

  .product-gallery__nav {
    background: rgba(255, 255, 255, 0.92);
  }

  .product-lightbox {
    padding: 52px 12px 28px;
  }

  .product-lightbox__close {
    right: 8px;
    top: 8px;
  }

  .product-lightbox__visual {
    min-height: 320px;
  }

  .product-lightbox__stage img {
    max-height: 260px;
  }

  .product-lightbox__thumbs {
    gap: 12px;
  }

  .product-lightbox__summary {
    padding: 16px 14px;
  }

  .product-lightbox__actions {
    grid-template-columns: minmax(120px, 142px) minmax(0, 1fr);
  }

  .product-copy {
    font-size: 17px;
  }

  .product-specs__row {
    gap: 12px;
    grid-template-columns: minmax(118px, 0.9fr) minmax(0, 1.1fr);
    padding: 9px 0;
  }

  .product-specs__row::before {
    content: "";
  }

  .product-specs dt,
  .product-specs dd {
    text-align: inherit;
  }

  .product-specs dd {
    justify-self: end;
    text-align: right;
  }

  .product-specs__info::before {
    left: 8px;
    transform: translateY(4px);
  }

  .product-specs__info::after {
    left: 0;
    transform: translateY(4px);
    width: min(260px, calc(100vw - 36px));
  }

  .product-specs__info:focus-visible::before,
  .product-specs__info:hover::before,
  .product-specs__info:focus-visible::after,
  .product-specs__info:hover::after {
    transform: translateY(0);
  }

  .product-quick-order {
    align-items: stretch;
    padding: 18px 10px;
  }

  .product-quick-order__dialog {
    border-radius: 8px;
    padding: 30px 16px 20px;
  }

  .product-quick-order h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .product-quick-order__product {
    gap: 12px;
    grid-template-columns: 68px minmax(0, 1fr);
    margin-bottom: 20px;
  }

  .product-quick-order__product img {
    height: 58px;
    width: 68px;
  }

  .product-quick-order__field input {
    height: 54px;
  }

  .product-quick-order__field textarea {
    min-height: 118px;
  }

  .product-quick-order__file {
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .product-quick-order__file small {
    grid-column: 2 / 3;
  }

}
