.custom-buy-button {
  display: inline-block;
  background: #ffb81e;
  color: #000;
  font-weight: bold;
  padding: 6px 16px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.custom-buy-button:hover {
  background: #e6a80f;
}

.custom-buy-button.disabled {
  background: #f0f0f0;
  color: #777;
  cursor: default;
  pointer-events: none;
}

body.search-results.post-type-archive-product .products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0 0 32px;
  border: 0;
}

body.search-results.post-type-archive-product .products .gkmdm-loop-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: auto !important;
  min-width: 0;
  min-height: 142px;
  margin: 0 !important;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

body.search-results.post-type-archive-product .gkmdm-loop-product-card__title {
  display: block;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

body.search-results.post-type-archive-product .gkmdm-loop-product-card__title:hover,
body.search-results.post-type-archive-product .gkmdm-loop-product-card__title:focus {
  color: #d99a00;
  text-decoration: none;
}

body.search-results.post-type-archive-product .gkmdm-loop-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.search-results.post-type-archive-product .gkmdm-loop-product-card__footer .price {
  color: #0f3d91;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

body.search-results.post-type-archive-product .gkmdm-loop-product-card__footer .custom-buy-button {
  flex: 0 0 auto;
  margin: 0;
}

@media screen and (max-width: 900px) {
  body.search-results.post-type-archive-product .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 560px) {
  body.search-results.post-type-archive-product .products {
    grid-template-columns: 1fr;
  }

  body.search-results.post-type-archive-product .gkmdm-loop-product-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

body a:not(.button):not(.elementor-button):not(.wp-block-button__link):not(.custom-buy-button):not(.gkmdm-request-button):not(.gkmdm-home-button):not(.gkmdm-filter-action-button):not(.gkmdm-filter-link):not(.gkmdm-chip-link):not(.gkmdm-pagination-link) {
  color: #202020;
}

body a:not(.button):not(.elementor-button):not(.wp-block-button__link):not(.custom-buy-button):not(.gkmdm-request-button):not(.gkmdm-home-button):not(.gkmdm-filter-action-button):not(.gkmdm-filter-link):not(.gkmdm-chip-link):not(.gkmdm-pagination-link):hover,
body a:not(.button):not(.elementor-button):not(.wp-block-button__link):not(.custom-buy-button):not(.gkmdm-request-button):not(.gkmdm-home-button):not(.gkmdm-filter-action-button):not(.gkmdm-filter-link):not(.gkmdm-chip-link):not(.gkmdm-pagination-link):focus {
  color: #ffb91f;
  text-decoration: none;
}

.header-top .gkmdm-top-header-links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.header-top .gkmdm-top-header-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: #202020;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.header-top .gkmdm-top-header-links a:hover,
.header-top .gkmdm-top-header-links a:focus {
  color: #000;
  text-decoration: none;
}

.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item > a.thumbnail,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item > a.thumbnail {
  display: none;
}

.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .cart-item-wrapper,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .cart-item-wrapper {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 28px;
  position: relative;
}

.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .cart-item-wrapper > .price,
.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .cart-item-wrapper > .quantity,
.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .cart-item-wrapper > .subtotal,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .cart-item-wrapper > .price,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .cart-item-wrapper > .quantity,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .cart-item-wrapper > .subtotal {
  display: none;
}

.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .product-name,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .product-name {
  margin: 0;
  padding: 0;
  line-height: 1.35;
}

.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .product-name a,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .product-name a {
  display: block;
  color: #202020;
  text-decoration: none;
}

.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .product-name a:hover,
.ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .product-name a:focus,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .product-name a:hover,
.woocommerce .ts-tiny-cart-wrapper .cart_list li.woocommerce-mini-cart-item .product-name a:focus {
  color: #202020;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  body.page-id-6178 #left-sidebar.ts-col-6,
  body.page-id-7182 #left-sidebar.ts-col-6,
  body.page-id-7187 #left-sidebar.ts-col-6,
  body.page-id-7183 #left-sidebar.ts-col-6 {
    width: 16.66666667%;
  }

  body.page-id-6178 #main-content.ts-col-18,
  body.page-id-7182 #main-content.ts-col-18,
  body.page-id-7187 #main-content.ts-col-18,
  body.page-id-7183 #main-content.ts-col-18 {
    width: 83.33333333%;
  }
}

.gkmdm-delivery-page {
  max-width: 1260px;
}

.gkmdm-delivery-lead {
  font-size: 18px;
  line-height: 1.65;
}

.gkmdm-delivery-summary,
.gkmdm-delivery-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 34px;
}

.gkmdm-delivery-summary__item,
.gkmdm-delivery-card {
  padding: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
}

.gkmdm-delivery-summary__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.gkmdm-delivery-summary p,
.gkmdm-delivery-card p {
  margin-bottom: 0;
}

.gkmdm-delivery-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
}

.gkmdm-delivery-section {
  margin: 34px 0;
}

.gkmdm-delivery-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
}

.gkmdm-delivery-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.gkmdm-delivery-table th,
.gkmdm-delivery-table td {
  padding: 14px 16px;
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
}

.gkmdm-delivery-table td {
  overflow-wrap: break-word;
}

.gkmdm-delivery-table td:first-child,
.gkmdm-delivery-table td:last-child {
  width: 24%;
}

.gkmdm-delivery-price {
  white-space: nowrap;
}

.gkmdm-delivery-table th {
  background: #f7f7f7;
  font-weight: 700;
}

.gkmdm-delivery-checklist {
  margin-top: 18px;
  padding-left: 20px;
}

.gkmdm-delivery-checklist li {
  margin-bottom: 8px;
}

.gkmdm-contacts-page {
  max-width: 1260px;
  padding-bottom: 42px;
}

.gkmdm-contacts-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: stretch;
  margin-top: 28px;
}

.gkmdm-contacts-info {
  padding: 28px 30px;
  border-left: 4px solid #ffb91f;
  background: #f7f7f7;
}

.gkmdm-contacts-page .gkmdm-delivery-summary {
  display: block;
  margin: 0;
}

.gkmdm-contacts-page .gkmdm-delivery-summary__item {
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  background: transparent;
}

.gkmdm-contacts-page .gkmdm-delivery-summary__item + .gkmdm-delivery-summary__item {
  margin-top: 18px;
}

.gkmdm-contacts-page .gkmdm-delivery-summary__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.gkmdm-contacts-page .gkmdm-delivery-summary__label {
  margin-bottom: 6px;
  color: #202020;
  font-size: 15px;
  text-transform: uppercase;
}

.gkmdm-contacts-page .gkmdm-delivery-summary p {
  font-size: 18px;
  line-height: 1.5;
}

.gkmdm-contacts-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  background: #f7f7f7;
}

.gkmdm-sheet-estimate {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #eceff3;
  border-radius: 8px;
  background: #fafafa;
}

.gkmdm-sheet-estimate__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 0;
  color: #4b5563;
  font-size: 14px;
}

.gkmdm-sheet-estimate__row strong {
  color: #111827;
  font-size: 18px;
  white-space: nowrap;
}

.gkmdm-sheet-estimate p {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.gkmdm-perf-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gkmdm-perf-pattern {
  display: grid;
  grid-template-columns: repeat(3, 4px);
  grid-auto-rows: 4px;
  column-gap: 4px;
  row-gap: 3px;
  width: 24px;
  min-width: 24px;
}

.gkmdm-perf-pattern i {
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #111827;
  border-radius: 50%;
  background: #fff;
}

.gkmdm-perf-pattern.is-qg i,
.gkmdm-perf-pattern.is-qv i {
  border-radius: 1px;
}

.gkmdm-perf-pattern.is-rv i:nth-child(n+4),
.gkmdm-perf-pattern.is-qv i:nth-child(n+4) {
  transform: translateX(4px);
}

.gkmdm-riffle-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gkmdm-riffle-pattern {
  position: relative;
  display: block;
  width: 46px;
  min-width: 46px;
  height: 28px;
}

.gkmdm-riffle-pattern i {
  position: absolute;
  display: block;
  width: 10px;
  height: 3px;
  border: 1px solid #111827;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8fafc 0%, #d9dee5 65%, #9ca3af 100%);
  box-shadow: 0 1px 0 rgba(17, 24, 39, .16);
  transform: rotate(-32deg);
}

.gkmdm-riffle-pattern i::before,
.gkmdm-riffle-pattern i::after {
  content: none;
}

.gkmdm-riffle-pattern i:nth-child(1) {
  left: 4px;
  top: 3px;
}

.gkmdm-riffle-pattern i:nth-child(2) {
  left: 10px;
  top: 4px;
}

.gkmdm-riffle-pattern i:nth-child(3) {
  left: 7px;
  top: 8px;
}

.gkmdm-riffle-pattern i:nth-child(4) {
  left: 13px;
  top: 9px;
}

.gkmdm-riffle-pattern i:nth-child(5) {
  left: 10px;
  top: 13px;
}

.gkmdm-riffle-pattern i:nth-child(6) {
  left: 24px;
  top: 10px;
}

.gkmdm-riffle-pattern i:nth-child(7) {
  left: 30px;
  top: 11px;
}

.gkmdm-riffle-pattern i:nth-child(8) {
  left: 27px;
  top: 15px;
}

.gkmdm-riffle-pattern i:nth-child(9) {
  left: 33px;
  top: 16px;
}

.gkmdm-riffle-pattern i:nth-child(10) {
  left: 30px;
  top: 20px;
}

.gkmdm-riffle-pattern.is-kvintet i {
  top: 12px;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f8fafc 0%, #cbd5e1 52%, #111827 100%);
  box-shadow: 1px 1px 0 rgba(17, 24, 39, .2);
  transform: rotate(-62deg);
}

.gkmdm-riffle-pattern.is-kvintet {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}

.gkmdm-riffle-pattern.is-kvintet i:nth-child(1) { left: 4px; }
.gkmdm-riffle-pattern.is-kvintet i:nth-child(2) { left: 10px; }
.gkmdm-riffle-pattern.is-kvintet i:nth-child(3) { left: 16px; }
.gkmdm-riffle-pattern.is-kvintet i:nth-child(4) { left: 22px; }
.gkmdm-riffle-pattern.is-kvintet i:nth-child(5) { left: 28px; }

.gkmdm-riffle-pattern.is-kvintet i:nth-child(n+6) {
  display: none;
}

.gkmdm-riffle-pattern.is-chechevitsa i {
  width: 14px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f8fafc 0%, #cbd5e1 55%, #111827 100%);
  box-shadow: 1px 1px 0 rgba(17, 24, 39, .18);
  transform: rotate(-45deg);
}

.gkmdm-riffle-pattern.is-chechevitsa i:nth-child(1) {
  left: 5px;
  top: 5px;
}

.gkmdm-riffle-pattern.is-chechevitsa i:nth-child(2) {
  left: 27px;
  top: 5px;
}

.gkmdm-riffle-pattern.is-chechevitsa i:nth-child(3) {
  left: 10px;
  top: 17px;
}

.gkmdm-riffle-pattern.is-chechevitsa i:nth-child(4) {
  left: 32px;
  top: 17px;
}

.gkmdm-riffle-pattern.is-chechevitsa i:nth-child(n+5) {
  display: none;
}

.gkmdm-riffle-pattern.is-diamond i {
  width: 17px;
  height: 6px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #111827 0%, #d1d5db 32%, #f8fafc 50%, #9ca3af 68%, #111827 100%);
  box-shadow: 1px 1px 0 rgba(17, 24, 39, .2);
  clip-path: polygon(0 50%, 44% 0, 56% 0, 100% 50%, 56% 100%, 44% 100%);
  transform: rotate(-45deg);
}

.gkmdm-riffle-pattern.is-diamond i::before,
.gkmdm-riffle-pattern.is-diamond i::after {
  position: absolute;
  display: block;
  content: "";
}

.gkmdm-riffle-pattern.is-diamond i::before {
  left: 4px;
  top: 2px;
  width: 9px;
  height: 1px;
  background: rgba(17, 24, 39, .5);
  transform: none;
}

.gkmdm-riffle-pattern.is-diamond i::after {
  left: 8px;
  top: 1px;
  width: 1px;
  height: 4px;
  background: rgba(255, 255, 255, .65);
  transform: none;
}

.gkmdm-riffle-pattern.is-diamond i:nth-child(1) {
  left: 4px;
  top: 5px;
}

.gkmdm-riffle-pattern.is-diamond i:nth-child(2) {
  left: 25px;
  top: 5px;
}

.gkmdm-riffle-pattern.is-diamond i:nth-child(3) {
  left: 9px;
  top: 17px;
}

.gkmdm-riffle-pattern.is-diamond i:nth-child(4) {
  left: 30px;
  top: 17px;
}

.gkmdm-riffle-pattern.is-diamond i:nth-child(n+5) {
  display: none;
}

.gkmdm-rope-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gkmdm-rope-pattern {
  position: relative;
  display: block;
  width: 46px;
  min-width: 46px;
  height: 28px;
}

.gkmdm-rope-pattern i {
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: 1px solid #111827;
  border-radius: 50%;
  background-color: #f8fafc;
  box-shadow: inset -1px -1px 0 rgba(17, 24, 39, .12);
}

.gkmdm-rope-pattern.is-7x7 i,
.gkmdm-rope-pattern.is-6x7-core i,
.gkmdm-rope-pattern.is-7x19 i,
.gkmdm-rope-pattern.is-6x19-core i,
.gkmdm-rope-pattern.is-kanat i {
  width: 9px;
  height: 9px;
  background:
    radial-gradient(circle at 50% 50%, #111827 0 1px, transparent 1.2px),
    radial-gradient(circle at 50% 20%, #4b5563 0 .75px, transparent .95px),
    radial-gradient(circle at 76% 35%, #4b5563 0 .75px, transparent .95px),
    radial-gradient(circle at 76% 65%, #4b5563 0 .75px, transparent .95px),
    radial-gradient(circle at 50% 80%, #4b5563 0 .75px, transparent .95px),
    radial-gradient(circle at 24% 65%, #4b5563 0 .75px, transparent .95px),
    radial-gradient(circle at 24% 35%, #4b5563 0 .75px, transparent .95px),
    #f8fafc;
}

.gkmdm-rope-pattern.is-7x19 i,
.gkmdm-rope-pattern.is-6x19-core i {
  width: 11px;
  height: 11px;
  background:
    radial-gradient(circle at 50% 50%, #111827 0 .8px, transparent 1px),
    radial-gradient(circle at 50% 28%, #374151 0 .65px, transparent .85px),
    radial-gradient(circle at 69% 39%, #374151 0 .65px, transparent .85px),
    radial-gradient(circle at 69% 61%, #374151 0 .65px, transparent .85px),
    radial-gradient(circle at 50% 72%, #374151 0 .65px, transparent .85px),
    radial-gradient(circle at 31% 61%, #374151 0 .65px, transparent .85px),
    radial-gradient(circle at 31% 39%, #374151 0 .65px, transparent .85px),
    radial-gradient(circle at 50% 11%, #6b7280 0 .5px, transparent .7px),
    radial-gradient(circle at 84% 31%, #6b7280 0 .5px, transparent .7px),
    radial-gradient(circle at 84% 69%, #6b7280 0 .5px, transparent .7px),
    radial-gradient(circle at 50% 89%, #6b7280 0 .5px, transparent .7px),
    radial-gradient(circle at 16% 69%, #6b7280 0 .5px, transparent .7px),
    radial-gradient(circle at 16% 31%, #6b7280 0 .5px, transparent .7px),
    #f8fafc;
}

.gkmdm-rope-pattern.is-7x7 i:nth-child(1),
.gkmdm-rope-pattern.is-6x7-core i:nth-child(1),
.gkmdm-rope-pattern.is-kanat i:nth-child(1) { left: 19px; top: 10px; }
.gkmdm-rope-pattern.is-7x7 i:nth-child(2),
.gkmdm-rope-pattern.is-6x7-core i:nth-child(2),
.gkmdm-rope-pattern.is-kanat i:nth-child(2) { left: 19px; top: 1px; }
.gkmdm-rope-pattern.is-7x7 i:nth-child(3),
.gkmdm-rope-pattern.is-6x7-core i:nth-child(3),
.gkmdm-rope-pattern.is-kanat i:nth-child(3) { left: 27px; top: 5px; }
.gkmdm-rope-pattern.is-7x7 i:nth-child(4),
.gkmdm-rope-pattern.is-6x7-core i:nth-child(4),
.gkmdm-rope-pattern.is-kanat i:nth-child(4) { left: 27px; top: 15px; }
.gkmdm-rope-pattern.is-7x7 i:nth-child(5),
.gkmdm-rope-pattern.is-6x7-core i:nth-child(5),
.gkmdm-rope-pattern.is-kanat i:nth-child(5) { left: 19px; top: 19px; }
.gkmdm-rope-pattern.is-7x7 i:nth-child(6),
.gkmdm-rope-pattern.is-6x7-core i:nth-child(6),
.gkmdm-rope-pattern.is-kanat i:nth-child(6) { left: 11px; top: 15px; }
.gkmdm-rope-pattern.is-7x7 i:nth-child(7),
.gkmdm-rope-pattern.is-6x7-core i:nth-child(7),
.gkmdm-rope-pattern.is-kanat i:nth-child(7) { left: 11px; top: 5px; }

.gkmdm-rope-pattern.is-7x19 i:nth-child(1),
.gkmdm-rope-pattern.is-6x19-core i:nth-child(1) { left: 18px; top: 9px; }
.gkmdm-rope-pattern.is-7x19 i:nth-child(2),
.gkmdm-rope-pattern.is-6x19-core i:nth-child(2) { left: 18px; top: 0; }
.gkmdm-rope-pattern.is-7x19 i:nth-child(3),
.gkmdm-rope-pattern.is-6x19-core i:nth-child(3) { left: 27px; top: 5px; }
.gkmdm-rope-pattern.is-7x19 i:nth-child(4),
.gkmdm-rope-pattern.is-6x19-core i:nth-child(4) { left: 27px; top: 15px; }
.gkmdm-rope-pattern.is-7x19 i:nth-child(5),
.gkmdm-rope-pattern.is-6x19-core i:nth-child(5) { left: 18px; top: 18px; }
.gkmdm-rope-pattern.is-7x19 i:nth-child(6),
.gkmdm-rope-pattern.is-6x19-core i:nth-child(6) { left: 9px; top: 15px; }
.gkmdm-rope-pattern.is-7x19 i:nth-child(7),
.gkmdm-rope-pattern.is-6x19-core i:nth-child(7) { left: 9px; top: 5px; }

.gkmdm-rope-pattern.is-1x19 i {
  width: 4px;
  height: 4px;
}

.gkmdm-rope-pattern.is-1x19 i:nth-child(1) { left: 21px; top: 12px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(2) { left: 27px; top: 12px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(3) { left: 24px; top: 17px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(4) { left: 18px; top: 17px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(5) { left: 15px; top: 12px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(6) { left: 18px; top: 7px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(7) { left: 24px; top: 7px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(8) { left: 32px; top: 12px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(9) { left: 31px; top: 17px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(10) { left: 27px; top: 21px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(11) { left: 21px; top: 23px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(12) { left: 16px; top: 21px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(13) { left: 12px; top: 17px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(14) { left: 10px; top: 12px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(15) { left: 12px; top: 6px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(16) { left: 16px; top: 2px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(17) { left: 21px; top: 1px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(18) { left: 27px; top: 2px; }
.gkmdm-rope-pattern.is-1x19 i:nth-child(19) { left: 31px; top: 6px; }

.gkmdm-pipe-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gkmdm-pipe-pattern {
  position: relative;
  display: block;
  width: 46px;
  min-width: 46px;
  height: 28px;
}

.gkmdm-pipe-pattern i {
  position: absolute;
  left: 12px;
  top: 3px;
  box-sizing: border-box;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #111827;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8fafc 0%, #d1d5db 100%);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .85), 0 1px 0 rgba(17, 24, 39, .14);
}

.gkmdm-pipe-pattern i::after {
  content: '';
  position: absolute;
  inset: 5px;
  box-sizing: border-box;
  border: 1.5px solid #9ca3af;
  border-radius: inherit;
  background: #fff;
}

.gkmdm-pipe-pattern.is-square i {
  border-radius: 4px;
}

.gkmdm-pipe-pattern.is-square i::after {
  border-radius: 2px;
}

.gkmdm-pipe-pattern.is-rect i {
  left: 7px;
  top: 6px;
  width: 32px;
  height: 16px;
  border-radius: 4px;
}

.gkmdm-pipe-pattern.is-rect i::after {
  inset: 3px 7px;
  border-radius: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .gkmdm-delivery-summary,
  .gkmdm-delivery-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .gkmdm-delivery-page {
    width: min(100%, 360px);
  }

  .gkmdm-delivery-summary,
  .gkmdm-delivery-cards {
    grid-template-columns: 1fr;
  }

  .gkmdm-delivery-lead {
    font-size: 16px;
  }

  .gkmdm-delivery-card h3 {
    font-size: 21px;
  }

  .gkmdm-delivery-table-wrap {
    overflow-x: visible;
  }

  .gkmdm-delivery-table,
  .gkmdm-delivery-table tbody,
  .gkmdm-delivery-table tr,
  .gkmdm-delivery-table td {
    display: block;
    width: 100%;
  }

  .gkmdm-delivery-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  .gkmdm-delivery-table thead {
    display: none;
  }

  .gkmdm-delivery-table tr {
    margin-bottom: 12px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
  }

  .gkmdm-delivery-table td {
    display: block;
    border: 0;
    border-bottom: 1px solid #eeeeee;
  }

  .gkmdm-delivery-table td:first-child,
  .gkmdm-delivery-table td:last-child {
    width: 100%;
  }

  .gkmdm-delivery-table td:last-child {
    border-bottom: 0;
  }

  .gkmdm-delivery-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
  }

  table.shop-table {
    display: block;
    width: 100%;
    border: none;
  }

  table.shop-table thead {
    display: none;
  }

  table.shop-table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
  }

  table.shop-table td {
    display: block;
    width: 100% !important;
    padding: 6px 0;
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }

  .shop-table .price,
  .shop-table .custom-buy-button {
    display: inline-block;
    margin: 6px auto 0;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .gkmdm-contacts-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media screen and (max-width: 767px) {
  .gkmdm-contacts-page {
    width: 100%;
  }

  .gkmdm-contacts-info {
    padding: 22px;
  }

  .gkmdm-contacts-page .gkmdm-delivery-summary__item {
    width: 100%;
  }

  .gkmdm-contacts-page .gkmdm-delivery-summary p {
    font-size: 16px;
  }
}

body.page-id-7182 #main .page-container {
  margin-bottom: 48px;
}

body {
  background: #1a1e25;
}

body,
button,
input,
select,
textarea,
.button,
a.button,
.price,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  letter-spacing: 0;
}

#page {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .04), 0 28px 80px rgba(0, 0, 0, .28);
}

body .container,
body .page-container {
  max-width: 1600px;
}

.breadcrumb-title-wrapper .breadcrumbs {
  --gkmdm-breadcrumb-shift: clamp(-148px, calc((1304px - 100vw) / 2), 0px);
}

.breadcrumb-title-wrapper .breadcrumbs-container {
  position: relative;
  left: var(--gkmdm-breadcrumb-shift);
  width: calc(100% - var(--gkmdm-breadcrumb-shift));
}

.gkmdm-service-page {
  max-width: 1180px;
  margin: 0 auto 72px;
  color: #111827;
  font-size: 17px;
  line-height: 1.65;
}

.gkmdm-service-page a {
  color: #111827;
  text-decoration-color: rgba(255, 185, 31, .65);
  text-underline-offset: 3px;
}

.gkmdm-service-page a:hover,
.gkmdm-service-page a:focus {
  color: #9a3412;
}

.gkmdm-service-lead {
  max-width: 920px;
  margin: 0 0 22px;
  color: #374151;
  font-size: 20px;
  line-height: 1.55;
}

.gkmdm-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 38px;
}

.gkmdm-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #ffb91f;
  border-radius: 8px;
  background: #ffb91f;
  color: #111827 !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.gkmdm-service-button.is-secondary {
  border-color: #d1d5db;
  background: #fff;
}

.gkmdm-service-button:hover,
.gkmdm-service-button:focus {
  border-color: #f0aa12;
  background: #f0aa12;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .1);
  transform: translateY(-1px);
}

.gkmdm-service-button.is-secondary:hover,
.gkmdm-service-button.is-secondary:focus {
  border-color: #ffb91f;
  background: #fff7df;
}

.gkmdm-service-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
}

.gkmdm-service-section h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 28px;
  line-height: 1.22;
}

.gkmdm-service-section h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 19px;
  line-height: 1.25;
}

.gkmdm-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.gkmdm-service-card {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gkmdm-service-card:hover {
  border-color: #ffb91f;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
  transform: translateY(-2px);
}

.gkmdm-service-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
}

.gkmdm-service-card p + p {
  margin-top: 8px;
}

.gkmdm-service-card-action {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #ffb91f;
}

.gkmdm-service-card-action:hover,
.gkmdm-service-card-action:focus {
  color: #b76f00;
  text-decoration: none;
}

.gkmdm-service-page .gkmdm-service-list,
.gkmdm-service-page .gkmdm-service-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}

.gkmdm-service-page .gkmdm-service-list > li,
.gkmdm-service-page .gkmdm-service-steps > li {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 24px;
  list-style: none !important;
  list-style-type: none !important;
}

.gkmdm-service-page .gkmdm-service-list > li::marker,
.gkmdm-service-page .gkmdm-service-steps > li::marker {
  content: "";
  font-size: 0;
}

.gkmdm-service-page .gkmdm-service-list > li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #111827;
}

.gkmdm-service-page .gkmdm-service-steps {
  counter-reset: gkmdm-service-step;
}

.gkmdm-service-page .gkmdm-service-steps > li {
  counter-increment: gkmdm-service-step;
}

.gkmdm-service-page .gkmdm-service-steps > li::before {
  content: counter(gkmdm-service-step);
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffb91f;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.gkmdm-service-note {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 4px solid #ffb91f;
  background: #fff9e8;
  color: #374151;
}

@media screen and (max-width: 767px) {
  .gkmdm-service-page {
    margin-bottom: 48px;
    font-size: 16px;
  }

  .gkmdm-service-lead {
    font-size: 18px;
  }

  .gkmdm-service-actions {
    display: grid;
  }

  .gkmdm-service-button {
    width: 100%;
  }

  .gkmdm-service-section h2 {
    font-size: 24px;
  }

  .gkmdm-service-grid {
    grid-template-columns: 1fr;
  }
}

.gkmdm-home {
  color: #202020;
  background: #fff;
}

.gkmdm-home-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}

.gkmdm-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #fff;
  border-bottom: 1px solid #eceff3;
}

.gkmdm-home-hero__inner {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 690px) minmax(240px, 1fr);
  gap: 36px;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  min-height: 500px;
  padding-top: 70px;
  padding-bottom: 42px;
}

.gkmdm-home-hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  z-index: 0;
  width: min(47%, 680px);
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .74) 0%, rgba(255, 255, 255, .28) 44%, rgba(255, 255, 255, .04) 100%),
    linear-gradient(0deg, rgba(17, 24, 39, .08), rgba(17, 24, 39, .08)),
    var(--gkmdm-home-hero-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gkmdm-home-hero__content {
  position: relative;
  z-index: 1;
  align-self: center;
}

.gkmdm-home-eyebrow {
  margin: 0 0 12px;
  color: #9a3412;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.gkmdm-home h1,
.gkmdm-home h2,
.gkmdm-home h3,
.gkmdm-home p {
  letter-spacing: 0;
}

.gkmdm-home h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #151515;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
}

.gkmdm-home-nowrap {
  white-space: nowrap;
}

.gkmdm-home-lead {
  max-width: 650px;
  margin: 0 0 24px;
  color: #374151;
  font-size: 18px;
  line-height: 1.6;
}

.gkmdm-home-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(100%, 620px);
  min-height: 54px;
  margin: 0 0 18px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
}

.gkmdm-home-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 16px;
  line-height: 54px;
  outline: 0;
}

.gkmdm-home-search button,
.gkmdm-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #ffb91f;
  color: #202020;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.gkmdm-home-search button {
  min-height: 54px;
  border-radius: 0 7px 7px 0;
}

.gkmdm-home-button.is-secondary {
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
}

.gkmdm-home-button:hover,
.gkmdm-home-button:focus {
  background: #e6a80f;
  color: #000;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .16);
  text-decoration: none;
  transform: translateY(-2px);
}

.gkmdm-home-button:disabled {
  opacity: .68;
  cursor: wait;
  transform: none;
}

.gkmdm-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gkmdm-home-hero__facts {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 8px;
  align-self: end;
  justify-self: end;
  width: min(100%, 360px);
}

.gkmdm-home-hero__facts span {
  display: block;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-left: 4px solid #ffb91f;
  background: rgba(255, 255, 255, .88);
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 8px 22px rgba(17, 24, 39, .08);
}

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

.gkmdm-home-section.is-muted {
  background: #f7f8fa;
}

.gkmdm-home-section.is-dark {
  background: #16181d;
  color: #fff;
}

.gkmdm-home-processing {
  border-top: 1px solid #eceff3;
  border-bottom: 1px solid #eceff3;
  background: #f7f8fa;
}

.gkmdm-home-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 26px;
}

.gkmdm-home-section__head h2,
.gkmdm-home-copy h2,
.gkmdm-home-work h2 {
  margin: 0;
  color: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
}

.gkmdm-home-section__head a {
  flex: 0 0 auto;
  color: #9a3412;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.gkmdm-home-catalog-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.gkmdm-home-category,
.gkmdm-home-color,
.gkmdm-home-link-panel {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.gkmdm-home-category {
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gkmdm-home-category__media {
  display: block;
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f3f4f6;
}

.gkmdm-home-category__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}

.gkmdm-home-category__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffb91f;
  color: #202020;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 18px rgba(17, 24, 39, .18);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gkmdm-home-category__body {
  padding: 18px;
}

.gkmdm-home-category h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.22;
}

.gkmdm-home-category h3 a,
.gkmdm-home-category li a,
.gkmdm-home-link-panel a {
  color: inherit;
  text-decoration: none;
}

.gkmdm-home-category p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.gkmdm-home-category ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gkmdm-home-category li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.25;
}

.gkmdm-home-category__all {
  margin-top: 10px;
}

.gkmdm-home-category li a {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.gkmdm-home-category li a::before {
  content: "\2192";
  flex: 0 0 auto;
  margin-right: 8px;
  color: currentColor;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.gkmdm-home-category li a:hover,
.gkmdm-home-category li a:focus {
  color: #9a3412;
  text-decoration: none;
}

.gkmdm-home-trust-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.gkmdm-home-trust-strip__item {
  position: relative;
  min-height: 96px;
  padding: 18px 16px 16px;
  border-left: 1px solid #eceff3;
}

.gkmdm-home-trust-strip__item:first-child {
  border-left: 0;
}

.gkmdm-home-trust-strip__item::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin: 0 0 12px;
  background: #ffb91f;
}

.gkmdm-home-trust-strip__item strong,
.gkmdm-home-trust-strip__item span {
  display: block;
}

.gkmdm-home-trust-strip__item strong {
  margin: 0 0 5px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.gkmdm-home-trust-strip__item span {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.gkmdm-home-processing__layout {
  display: grid;
  grid-template-columns: minmax(360px, .48fr) minmax(0, .52fr);
  gap: 34px;
  align-items: center;
}

.gkmdm-home-processing__media {
  display: block;
  position: relative;
  min-height: 320px;
  height: clamp(320px, 23vw, 380px);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #e5e7eb;
  text-decoration: none;
}

.gkmdm-home-processing__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .28s ease;
}

.gkmdm-home-processing__content {
  min-width: 0;
}

.gkmdm-home-processing__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 20px;
}

.gkmdm-home-processing__head span {
  display: block;
  margin: 0 0 8px;
  color: #9a3412;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.gkmdm-home-processing__head h2 {
  margin: 0;
  color: #111827;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.16;
}

.gkmdm-home-processing__head a {
  flex: 0 0 auto;
  color: #9a3412;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.gkmdm-home-processing__content p {
  max-width: 760px;
  margin: 0 0 24px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.6;
}

.gkmdm-home-processing__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gkmdm-home-processing__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.gkmdm-home-color-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.gkmdm-home-color {
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 150px;
  padding: 18px 12px;
  color: #111827;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.gkmdm-home-color img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.gkmdm-home-split {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.gkmdm-home-copy p {
  margin: 16px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}

.gkmdm-home-link-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.gkmdm-home-link-panel a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 16px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.gkmdm-home-work {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.gkmdm-home-work p {
  margin: 16px 0 0;
  color: #d1d5db;
  font-size: 16px;
  line-height: 1.6;
}

.gkmdm-home-work ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: gkmdm-home-work;
}

.gkmdm-home-work li {
  min-height: 160px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  counter-increment: gkmdm-home-work;
}

.gkmdm-home-work li::before {
  content: counter(gkmdm-home-work);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: #ffb91f;
  color: #111827;
  font-weight: 700;
}

.gkmdm-home-work strong,
.gkmdm-home-work span {
  display: block;
}

.gkmdm-home-work strong {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.gkmdm-home-work span {
  color: #d1d5db;
  font-size: 15px;
  line-height: 1.5;
}

.gkmdm-home-category:hover,
.gkmdm-home-category:focus-within,
.gkmdm-home-color:hover,
.gkmdm-home-color:focus,
.gkmdm-home-link-panel a:hover,
.gkmdm-home-link-panel a:focus {
  border-color: #ffb91f;
  box-shadow: 0 16px 34px rgba(17, 24, 39, .12);
}

.gkmdm-home-category:hover,
.gkmdm-home-category:focus-within {
  transform: translateY(-4px);
}

.gkmdm-home-processing__head a:hover,
.gkmdm-home-processing__head a:focus {
  color: #202020;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gkmdm-home-processing__media:hover img,
.gkmdm-home-processing__media:focus img {
  transform: scale(1.04);
}

.gkmdm-home-processing__link:hover,
.gkmdm-home-processing__link:focus {
  border-color: #ffb91f;
  box-shadow: 0 12px 24px rgba(17, 24, 39, .1);
  color: #9a3412;
  text-decoration: none;
  transform: translateY(-2px);
}

.gkmdm-home-category:hover .gkmdm-home-category__media img,
.gkmdm-home-category:focus-within .gkmdm-home-category__media img {
  transform: scale(1.04);
}

.gkmdm-home-category:hover .gkmdm-home-category__badge,
.gkmdm-home-category:focus-within .gkmdm-home-category__badge {
  background: #e6a80f;
  box-shadow: 0 10px 24px rgba(17, 24, 39, .22);
  transform: translate(-50%, -50%) scale(1.03);
}

body.gkmdm-home-request-is-open {
  overflow: hidden;
}

.gkmdm-home-request-modal[hidden] {
  display: none;
}

.gkmdm-home-request-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gkmdm-home-request-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 24, 29, .72);
}

.gkmdm-home-request-modal__dialog {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, 540px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(17, 24, 39, .32);
  outline: 0;
}

.gkmdm-home-request-modal__close {
  appearance: none;
  box-sizing: border-box;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.gkmdm-home-request-modal__close::before,
.gkmdm-home-request-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.gkmdm-home-request-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gkmdm-home-request-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gkmdm-home-request-modal__close:hover,
.gkmdm-home-request-modal__close:focus {
  border-color: #ffb91f;
  background: #ffb91f;
  color: #202020;
  outline: 0;
}

.gkmdm-home-request-modal__head {
  max-width: 430px;
  margin: 0 44px 22px 0;
}

.gkmdm-home-request-modal__head h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.16;
}

.gkmdm-home-request-modal__head p {
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.55;
}

.gkmdm-home-request-form {
  display: grid;
  gap: 14px;
}

.gkmdm-home-request-form__trap {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.gkmdm-home-request-form__field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.gkmdm-home-request-form__field span {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.gkmdm-home-request-form input,
.gkmdm-home-request-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f8fafc;
  color: #111827;
  font: inherit;
  font-size: 17px;
  outline: 0;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.gkmdm-home-request-form input {
  height: 48px;
  padding: 0 14px;
}

.gkmdm-home-request-form textarea {
  min-height: 112px;
  padding: 12px 14px;
  resize: vertical;
}

.gkmdm-home-request-form input:focus,
.gkmdm-home-request-form textarea:focus {
  border-color: #ffb91f;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 185, 31, .22);
}

.gkmdm-home-request-form__field.is-invalid span {
  color: #b91c1c;
}

.gkmdm-home-request-form input[aria-invalid="true"],
.gkmdm-home-request-form textarea[aria-invalid="true"] {
  border-color: #dc2626;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .12);
}

.gkmdm-home-request-form input[aria-invalid="true"]:focus,
.gkmdm-home-request-form textarea[aria-invalid="true"]:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .18);
}

.gkmdm-home-request-form__error {
  display: none;
  margin-top: -1px;
  color: #b91c1c;
  font-size: 14px;
  line-height: 1.35;
}

.gkmdm-home-request-form__field.is-invalid .gkmdm-home-request-form__error {
  display: block;
}

.gkmdm-home-request-form__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.gkmdm-home-request-form__status {
  min-width: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.4;
}

.gkmdm-home-request-form__status.is-error {
  color: #b91c1c;
}

.gkmdm-home-request-form__status.is-success {
  color: #166534;
}

@media screen and (max-width: 1180px) {
  .gkmdm-home-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .gkmdm-home-hero__inner::before {
    right: 18px;
  }

  .gkmdm-home-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gkmdm-home-color-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gkmdm-home-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gkmdm-home-trust-strip__item:nth-child(4) {
    border-left: 0;
  }

  .gkmdm-home-processing__layout {
    grid-template-columns: 1fr;
  }

  .gkmdm-home-processing__media {
    height: 340px;
  }
}

@media screen and (max-width: 900px) {
  .gkmdm-home-hero,
  .gkmdm-home-hero__inner {
    min-height: 0;
  }

  .gkmdm-home-hero {
    background-image: none;
  }

  .gkmdm-home-hero__inner,
  .gkmdm-home-split,
  .gkmdm-home-work {
    grid-template-columns: 1fr;
  }

  .gkmdm-home-hero__inner {
    padding-top: 54px;
    padding-bottom: 34px;
  }

  .gkmdm-home-hero__facts {
    justify-self: start;
    width: min(100%, 520px);
  }

  .gkmdm-home h1 {
    font-size: 40px;
  }

  .gkmdm-home-link-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gkmdm-home-work ol {
    grid-template-columns: 1fr;
  }

  .gkmdm-home-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gkmdm-home-trust-strip__item:nth-child(odd) {
    border-left: 0;
  }

  .gkmdm-home-trust-strip__item:nth-child(4) {
    border-left: 1px solid #eceff3;
  }

  .gkmdm-home-processing__head {
    align-items: start;
    flex-direction: column;
  }

  .gkmdm-home-processing__content p {
    font-size: 16px;
  }

  .gkmdm-home-processing__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gkmdm-home-processing__link {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gkmdm-home-container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .gkmdm-home-hero__inner::before {
    right: 8px;
  }

  .gkmdm-home-processing__media {
    min-height: 240px;
    height: 260px;
  }

  .gkmdm-home-processing__head h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .gkmdm-home-container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .gkmdm-home-hero {
    background-image: none;
  }

  .gkmdm-home-hero__inner::before {
    right: 8px;
    width: min(100% - 16px, 520px);
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 64%, rgba(255, 255, 255, .8) 100%),
      var(--gkmdm-home-hero-image);
    background-position: center bottom;
  }

  .gkmdm-home-hero__inner {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .gkmdm-home h1 {
    font-size: 32px;
  }

  .gkmdm-home-lead {
    font-size: 16px;
  }

  .gkmdm-home-search {
    grid-template-columns: 1fr;
  }

  .gkmdm-home-search button {
    width: 100%;
    border-radius: 0 0 7px 7px;
  }

  .gkmdm-home-section {
    padding: 42px 0;
  }

  .gkmdm-home-hero__facts {
    gap: 6px;
  }

  .gkmdm-home-hero__facts span {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .gkmdm-home-section__head {
    display: block;
  }

  .gkmdm-home-section__head h2,
  .gkmdm-home-copy h2,
  .gkmdm-home-work h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .gkmdm-home-catalog-grid,
  .gkmdm-home-color-grid,
  .gkmdm-home-link-panel {
    grid-template-columns: 1fr;
  }

  .gkmdm-home-catalog-grid {
    gap: 10px;
  }

  .gkmdm-home-category {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 0;
  }

  .gkmdm-home-category__media {
    min-height: 100%;
    aspect-ratio: auto;
  }

  .gkmdm-home-category__badge {
    max-width: calc(100% - 14px);
    min-width: 82px;
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 1.1;
  }

  .gkmdm-home-category__body {
    display: flex;
    align-items: center;
    padding: 11px 12px;
  }

  .gkmdm-home-category ul {
    gap: 1px;
  }

  .gkmdm-home-category__all {
    margin-top: 4px;
  }

  .gkmdm-home-category li a {
    min-height: 18px;
    font-size: 14px;
  }

  .gkmdm-home-category li a::before {
    margin-right: 6px;
    font-size: 12px;
  }

  .gkmdm-home-trust-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-top: 12px;
    padding: 0 0 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .gkmdm-home-trust-strip__item,
  .gkmdm-home-trust-strip__item:nth-child(4) {
    flex: 0 0 236px;
    min-height: 118px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    scroll-snap-align: start;
  }

  .gkmdm-home-trust-strip__item:nth-child(n) {
    border: 1px solid #e5e7eb;
  }

  .gkmdm-home-trust-strip__item::before {
    width: 28px;
    margin-bottom: 8px;
  }

  .gkmdm-home-processing__media {
    height: 230px;
  }

  .gkmdm-home-request-modal {
    padding: 10px;
  }

  .gkmdm-home-request-modal__dialog {
    max-height: calc(100vh - 20px);
    padding: 22px;
  }

  .gkmdm-home-request-modal__head {
    margin-right: 42px;
  }

  .gkmdm-home-request-modal__head h2 {
    font-size: 27px;
  }

  .gkmdm-home-request-form__footer {
    display: grid;
  }

  .gkmdm-home-request-form__footer .gkmdm-home-button {
    width: 100%;
  }

  .gkmdm-home-processing__links {
    grid-template-columns: 1fr;
  }

  .gkmdm-home-work li {
    padding: 16px;
  }
}
