:root {
  --font-family: "Onest", sans-serif;
  --second-family: "Poppins", sans-serif;
  --third-family: "Unbounded", sans-serif;
  --font3: "Geologica", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}
ul,
ol {
  list-style: none;
}
address {
  font-style: normal;
}
.sgk-container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.sgk-container-fluid {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.sgk-clearfix::after {
  content: '';
  clear: both;
  display: table;
}
.sgk-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.sgk-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.2s ease;
}
.sgk-header--scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.sgk-header__inner {
  display: flex;
  align-items: center;
}
.sgk-header__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.sgk-header__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 0;
  flex-shrink: 0;
}
.sgk-header__nav-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
}
.sgk-header__ask {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 3px 3px 3px 20px;
  background: #f4f4f4;
  color: #000;
  border: 1px solid #f4f4f4;
  border-radius: 40px;
  font-family: 'Onest', sans-serif;
  font-weight: 500;
  font-size: 14px;
  flex-shrink: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease;
}
.sgk-header__ask svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sgk-header__ask:hover {
  background: #eaeaea;
  border-color: #eaeaea;
}
.sgk-header__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 3px 3px 3px 20px;
  background: #3c5daa;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  border-radius: 40px;
  flex-shrink: 0;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.sgk-header__phone svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sgk-header__phone:hover {
  background: #2f4884;
}
.sgk-header__hero {
  padding: 50px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sgk-header__logo {
  display: block;
  flex-shrink: 0;
  margin-right: 28px;
}
.sgk-header__logo img {
  width: 240px;
  height: 50px;
  object-fit: contain;
}
.sgk-header__mobile-controls {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.sgk-header__phone-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 25px;
  padding: 0 5px;
  background: #3d5da9;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 40px;
  transition: background 0.2s ease;
}
.sgk-header__phone-mobile img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.sgk-header__phone-mobile:hover {
  background: #2f4884;
}
.sgk-nav {
  flex: 1;
  min-width: 0;
}
.sgk-nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sgk-nav__link {
  position: relative;
  display: block;
  padding: 6px 0;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.sgk-nav__link:hover {
  color: #3d5da9;
}
.sgk-nav__link--active {
  color: #3d5da9;
  font-weight: 900;
}
.sgk-nav__lang-wrap {
  position: relative;
  flex-shrink: 0;
  margin-left: 8px;
}
.sgk-nav__lang {
  position: relative;
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 22px 6px 11px;
  transition: opacity 0.2s ease;
}
.sgk-nav__lang::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('../svg/caret_down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0);
}
.sgk-nav__lang:hover {
  opacity: 0.7;
}
.sgk-lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #ffffff;
  min-width: 80px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 9999;
}
.sgk-lang-dropdown--open {
  display: block;
}
.sgk-lang-dropdown__link {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  transition: background 0.2s ease, color 0.2s ease;
}
.sgk-lang-dropdown__link:hover {
  background: #f3f6f8;
  color: #3d5da9;
}
.sgk-lang-dropdown__link--active {
  color: #3d5da9;
}
.sgk-mobile-lang-btn {
  position: relative;
  color: #1a1a1a;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.sgk-mobile-lang-btn::after {
  content: none;
}
.sgk-mobile-lang-btn:hover {
  opacity: 0.7;
}
.sgk-mobile-lang-wrap {
  position: relative;
}
.sgk-mobile-lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #ffffff;
  min-width: 80px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 9999;
}
.sgk-mobile-lang-dropdown--open {
  display: block;
}
.sgk-mobile-lang-dropdown__link {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  transition: background 0.2s ease, color 0.2s ease;
}
.sgk-mobile-lang-dropdown__link:hover {
  background: #f3f6f8;
  color: #3d5da9;
}
.sgk-mobile-lang-dropdown__link--active {
  color: #3d5da9;
}
.sgk-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.sgk-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.sgk-burger--open {
  z-index: 9999;
  background: #fff;
  border-radius: 100%;
}
.sgk-burger--open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.sgk-burger--open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.sgk-burger--open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.sgk-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: #223766;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  flex-direction: column;
}
.sgk-mobile-nav--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sgk-mobile-nav__list {
  flex: 1;
  padding: 8px 0;
}
.sgk-mobile-nav__list a {
  display: block;
  padding: 16px 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease, background 0.2s ease;
}
.sgk-mobile-nav__list a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}
.sgk-mobile-nav__link--active {
  color: #ffffff !important;
}
.sgk-mobile-nav__footer {
  padding: 24px;
  margin-top: auto;
}
.sgk-mobile-nav__ask {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #3c5daa;
  color: #ffffff;
  font-family: 'Onest', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.sgk-mobile-nav__ask img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.sgk-mobile-nav__ask:hover {
  background: #2f4884;
}
@media (max-width: 1024px) {
  .sgk-header__right {
    display: none;
  }
  .sgk-header__mobile-controls {
    display: flex;
  }
  .sgk-mobile-nav {
    display: flex;
  }
}
@media (max-width: 768px) {
  .sgk-header__logo img {
    width: 180px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .sgk-header__phone-mobile-text {
    display: none;
  }
  .sgk-header__logo img {
    width: 140px;
    height: 32px;
  }
}
.sgk-nav__item--has-mega,
.sgk-nav__item--has-dropdown {
  position: relative;
}
.sgk-nav__caret {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
}
.sgk-nav__item--has-mega:hover .sgk-nav__caret,
.sgk-nav__item--has-dropdown:hover .sgk-nav__caret {
  transform: rotate(180deg);
}
.sgk-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1170px;
  max-width: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 40px 40px;
}
.sgk-mega-menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sgk-mega-menu__l1 {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 40px 0;
  overflow: hidden;
}
.sgk-mega-menu__l1-item {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  position: relative;
  isolation: isolate;
  max-width: 300px;
  min-height: 70px;
  padding: 11px 20px 11px 70px;
  font-weight: 500;
  font-size: 16px;
  color: #1a1a1a;
}
.sgk-mega-menu__l1-item span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sgk-mega-menu__l1-item span svg {
  flex-shrink: 0;
}
.sgk-mega-menu__l1-item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -9999px;
  background: transparent;
  transition: background 0.2s ease;
  pointer-events: none;
  z-index: -1;
}
.sgk-mega-menu__l1-item:hover::before,
.sgk-mega-menu__l1-item--active::before {
  background: #f3f6f8;
}
.sgk-mega-menu__l1-item:hover,
.sgk-mega-menu__l1-item--active {
  text-decoration: underline;
}
.sgk-mega-menu__l2 {
  flex: 0 0 50%;
  background: #f3f6f8;
  position: relative;
}
.sgk-mega-menu__l2-panel {
  position: absolute;
  inset: 0;
  padding: 40px 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  transition: opacity 0.2s ease;
}
.sgk-mega-menu__l2-panel--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sgk-mega-menu__l2-link {
  font-weight: 500;
  font-size: 14px;
  color: #1a1a1a;
  transition: color 0.2s ease;
}
.sgk-mega-menu__l2-link:hover {
  color: #3d5da9;
}
.sgk-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 40px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  padding: 16px 0;
}
.sgk-nav-dropdown--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sgk-nav-dropdown__link {
  display: block;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.sgk-nav-dropdown__link:hover {
  text-decoration: underline;
  color: #3d5da9;
}
.sgk-nav-dropdown__item {
  position: relative;
}
.sgk-nav-dropdown__sub {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 220px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 16px 16px;
  padding: 16px 0;
  z-index: 1001;
}
.sgk-nav-dropdown__item--has-children:hover .sgk-nav-dropdown__sub {
  display: block;
}
.sgk-nav-dropdown__sub-link {
  display: block;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.sgk-nav-dropdown__sub-link:hover {
  color: #3d5da9;
}
.sgk-mobile-nav__products-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sgk-mobile-nav__products-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.sgk-mobile-nav__products-btn svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.sgk-mobile-nav__products-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}
.sgk-mobile-nav__products-btn--open svg {
  transform: rotate(180deg);
}
.sgk-mobile-nav__products-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.15);
}
.sgk-mobile-nav__products-sub--open {
  max-height: 2000px;
}
.sgk-mobile-nav__l1-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 24px 13px 40px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Onest', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}
.sgk-mobile-nav__l1-btn svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.sgk-mobile-nav__l1-btn:hover {
  color: #ffffff;
}
.sgk-mobile-nav__l1-btn--open svg {
  transform: rotate(180deg);
}
.sgk-mobile-nav__l2-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
}
.sgk-mobile-nav__l2-sub--open {
  max-height: 1000px;
}
.sgk-mobile-nav__l2-sub li a {
  display: block;
  padding: 11px 24px 11px 56px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: color 0.2s ease;
}
.sgk-mobile-nav__l2-sub li a:hover {
  color: #ffffff;
}
.sgk-breadcrumb {
  background: #ffffff;
  padding: 10px 0;
}
.sgk-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sgk-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}
.sgk-breadcrumb__item a {
  display: flex;
  align-items: center;
  color: #6b7280;
  transition: color 0.2s ease;
}
.sgk-breadcrumb__item a:hover {
  color: #3d5da9;
}
.sgk-breadcrumb__item a img {
  width: 18px;
  height: 18px;
  filter: invert(50%);
}
.sgk-breadcrumb__item span {
  color: #1a1a1a;
}
.sgk-breadcrumb__item:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../svg/caret_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  flex-shrink: 0;
}
.sgk-header__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 3px 3px 3px 20px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 40px;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.sgk-header__search:focus-within {
  background: #eaeaea;
  border-color: #eaeaea;
}
.sgk-header__search-input {
  width: 68px;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000000;
  font-family: 'Onest', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.sgk-header__search-input::placeholder {
  color: #000000;
  opacity: 1;
}
.sgk-header__search-submit {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.sgk-header__search-submit svg {
  display: block;
  width: 34px;
  height: 34px;
}
.sgk-header-search-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 360px;
  max-height: 430px;
  overflow-y: auto;
  padding: 10px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1200;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.sgk-header-search-results--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sgk-header-search-results__item {
  display: flex;
  gap: 12px;
  padding: 10px;
  border-radius: 10px;
  color: #000000;
  transition: background 0.2s ease;
}
.sgk-header-search-results__item:hover {
  background: #f4f4f4;
}
.sgk-header-search-results__image {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 8px;
  background: #f3f6f8;
  overflow: hidden;
}
.sgk-header-search-results__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-header-search-results__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sgk-header-search-results__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #000000;
}
.sgk-header-search-results__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #555;
}
.sgk-header-search-results__empty {
  padding: 12px;
  font-size: 13px;
  color: #555;
}
@media (max-width: 1024px) {
  .sgk-header__inner {
    position: relative;
  }
  .sgk-mobile-search {
    position: static;
    display: flex;
    align-items: center;
  }
  .sgk-mobile-search__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
  }
  .sgk-mobile-search__form {
    position: absolute;
    inset: 0;
    z-index: 20;
    width: auto;
    height: auto;
    padding: 0 10px 0 16px;
    background: #ffffff;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0.05);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0.35s ease;
    pointer-events: none;
  }
  .sgk-mobile-search--open .sgk-mobile-search__form {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    pointer-events: auto;
  }
  .sgk-mobile-search--open .sgk-mobile-search__toggle {
    opacity: 0;
    pointer-events: none;
  }
  .sgk-mobile-search__form .sgk-header__search-input {
    flex: 1;
    width: auto;
    font-size: 16px;
  }
  .sgk-mobile-search__form .sgk-header__search-submit {
    width: 26px;
    height: 26px;
  }
  .sgk-mobile-search__form .sgk-header__search-submit svg {
    width: 26px;
    height: 26px;
  }
  .sgk-mobile-search__form .sgk-header-search-results {
    position: fixed;
    top: 45px;
    left: 16px;
    right: 16px;
    width: auto;
    max-height: 60vh;
  }
}
.sgk-footer {
  font-family: var(--second-family);
  background: #223766;
  padding: 65px 0 80px;
}
.sgk-footer .sgk-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.sgk-footer__brand img {
  width: 320px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 20px;
}
.sgk-footer__copy {
  font-family: var(--second-family);
  text-align: right;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
.sgk-footer__label {
  font-family: var(--second-family);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 20px;
}
.sgk-footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.sgk-footer__links a {
  display: block;
  font-family: var(--second-family);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0;
  transition: opacity 0.2s ease;
}
.sgk-footer__links a:hover {
  opacity: 0.75;
}
.sgk-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
}
.sgk-footer__contacts a {
  display: block;
  font-family: var(--second-family);
  color: #ffffff;
  transition: opacity 0.2s ease;
}
.sgk-footer__contacts a:hover {
  opacity: 0.75;
}
.sgk-footer__contacts address {
  font-family: var(--second-family);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .sgk-footer {
    padding: 40px 0 50px;
  }
  .sgk-footer .sgk-container {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .sgk-footer__brand {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sgk-footer__brand img {
    width: 220px;
    height: 38px;
  }
  .sgk-footer__copy {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .sgk-footer {
    padding: 35px 0 40px;
  }
  .sgk-footer .sgk-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sgk-footer__brand {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .sgk-footer__brand img {
    width: 180px;
    height: 32px;
  }
  .sgk-footer__copy {
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .sgk-footer__brand img {
    width: 160px;
    height: 28px;
  }
}
.sgk-popup {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sgk-popup--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sgk-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.sgk-popup__window {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 45px 50px 50px;
  max-width: 620px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.sgk-popup--open .sgk-popup__window {
  transform: translateY(0);
}
.sgk-popup__close {
  position: absolute;
  top: 14px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #223766;
  padding: 0;
  transition: opacity 0.2s ease;
}
.sgk-popup__close svg {
  width: 20px;
  height: 20px;
}
.sgk-popup__close:hover {
  opacity: 0.55;
}
.sgk-popup__title {
  font-family: 'Geologica', sans-serif;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #3d5da9;
  margin-bottom: 10px;
}
.sgk-popup__subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.42857;
  text-align: center;
  color: #3d5da9;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .sgk-popup__window {
    padding: 40px 25px 35px;
  }
  .sgk-popup__title {
    font-size: 26px;
  }
  .sgk-popup__subtitle {
    font-size: 16px;
  }
}
.sgk-popup__window .sgk-cta__card {
  width: auto !important;
  padding: 0 !important;
  min-height: 100% !important;
}
.sgk-popup__window .wpforms-container {
  margin-bottom: 0 !important;
}
.sgk-popup__window .wpforms-container .wpforms-submit-container {
  padding: 0 !important;
}
.sgk-popup__window .wpforms-container .wpforms-recaptcha-container {
  text-align: center;
}
.sgk-content-block {
  position: relative;
  background: #ffffff;
  padding: 30px 0 55px;
}
.sgk-tabs {
  position: relative;
  margin-top: 0;
  background: #f3f6f8;
  border-radius: 40px;
  padding: 30px 60px;
}
.sgk-tabs__nav {
  display: flex;
  align-items: flex-end;
  gap: 90px;
  border-bottom: 1px solid #6181cc;
  margin-bottom: 60px;
}
.sgk-tabs__btn {
  position: relative;
  font-family: var(--third-family);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000000;
  padding-bottom: 16px;
}
.sgk-tabs__btn--active {
  font-weight: 900;
}
.sgk-tabs__btn--active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #3c5daa;
}
.sgk-tabs__panel {
  display: none;
}
.sgk-tabs__panel--active {
  display: block;
}
.sgk-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
}
.sgk-contact-item:first-child {
  padding-top: 0;
}
.sgk-contact-item:last-child {
  padding-bottom: 0;
}
.sgk-contact-item__content {
  flex: 1;
  min-width: 0;
}
.sgk-contact-item__title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 21px;
  line-height: 1.52381;
  letter-spacing: 0.03em;
  color: #000;
  max-width: 700px;
  margin-bottom: 20px;
}
.sgk-contact-item__address {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.5;
}
.sgk-contact-item__email {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}
.sgk-contact-item__email:hover {
  color: #3d5da9;
}
.sgk-contact-item__phone {
  display: block;
  width: max-content;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000000;
  line-height: 1.8;
  transition: color 0.2s ease;
}
.sgk-contact-item__phone:hover {
  color: #3d5da9;
}
.sgk-contact__map {
  width: 225px;
  height: 225px;
  flex-shrink: 0;
  border: 1px solid #e0e4ea;
  background: #e8eaed;
  display: block;
}
.sgk-partners-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.03em;
  color: #3d5da9;
  margin-bottom: 20px;
}
.sgk-partner-search {
  display: flex;
  margin-bottom: 70px;
  max-width: 440px;
}
.sgk-partner-search__input {
  flex: 1;
  border: 1px solid #e0e4ea;
  border-right: none;
  border-radius: 40px 0 0 40px;
  padding: 9px 14px;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.66667;
  color: #a7a7a7;
  outline: none;
  transition: border-color 0.2s ease;
}
.sgk-partner-search__input:focus {
  border-color: #3d5da9;
}
.sgk-partner-search__input::placeholder {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 12px;
}
.sgk-partner-search__btn {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0 40px 40px 0;
  background: #3d5da9;
  color: #ffffff;
  font-family: var(--third-family);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 9px 30px 9px 18px;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.sgk-partner-search__btn::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('../svg/caret_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.sgk-partner-search__btn:hover {
  background: #2f4884;
}
.sgk-partners-empty {
  display: none;
  padding: 20px 0;
  color: #6b7280;
  font-size: 14px;
}
.sgk-partners-empty--visible {
  display: block;
}
.sgk-partners-city {
  margin-bottom: 10px;
}
.sgk-partners-city__title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.03em;
  color: #000;
  padding: 12px 0;
  margin-bottom: 30px;
}
.sgk-partners-cities {
  max-width: 910px;
  margin: 0 auto;
}
.sgk-partner {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr;
  gap: 15px;
  padding: 0;
  margin-bottom: 50px;
}
.sgk-partner__name {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 20px;
}
.sgk-partner__address {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000000;
}
.sgk-partner__phones a {
  display: block;
  width: max-content;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000000;
  line-height: 1.9;
  transition: color 0.2s ease;
}
.sgk-partner__phones a:hover {
  color: #3d5da9;
}
.sgk-partner__contacts a {
  display: block;
  width: max-content;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000000;
  word-break: break-word;
  line-height: 1.9;
  transition: color 0.2s ease;
}
.sgk-partner__contacts a:hover {
  color: #3d5da9;
}
.sgk-cta {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.sgk-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(61, 93, 169, 0.3);
  pointer-events: none;
}
.sgk-cta__inner {
  position: relative;
  z-index: 1;
}
.sgk-cta__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.sgk-cta__card {
  width: 610px;
  min-height: 400px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 40px;
  padding: 35px 45px 40px;
  display: flex;
  flex-direction: column;
}
.sgk-cta__subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.42857;
  text-align: center;
  color: #3d5da9;
  margin-bottom: 25px;
}
.sgk-form {
  flex: 1;
}
.sgk-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sgk-form__field {
  margin-bottom: 35px;
}
.sgk-form__field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #92aeef;
  padding: 8px 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  text-align: center;
  outline: none;
  background: transparent;
  transition: border-color 0.2s ease;
}
.sgk-form__field input:focus {
  border-bottom-color: #3d5da9;
}
.sgk-form__field input::placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
.sgk-form__submit {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 5px auto 0;
  border-radius: 40px;
  background: #3d5da9;
  color: #ffffff;
  font-family: 'Onest', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 3px 3px 3px 25px;
  transition: background 0.2s ease;
}
.sgk-form__submit:hover {
  background: #2f4884;
}
.page-template-template-contacts .sgk-breadcrumb__item svg {
  width: 24px;
  height: 24px;
}
.page-template-template-contacts .sgk-breadcrumb__item svg path {
  fill: #a7a7a7;
}
.page-template-template-contacts .sgk-breadcrumb__item:not(:first-child)::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 9L14 12L11 15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 1;
}
@media (max-width: 1024px) {
  .sgk-contact__map {
    width: 180px;
    height: 180px;
  }
  .sgk-partner {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .sgk-cta__card {
    width: 100%;
    max-width: 610px;
  }
  .sgk-tabs {
    padding: 30px 30px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .sgk-tabs {
    padding: 25px 20px;
  }
  .sgk-tabs__btn {
    font-size: 22px;
  }
  .sgk-tabs__nav {
    gap: 40px;
  }
  .sgk-contact-item {
    flex-direction: column;
  }
  .sgk-contact__map {
    width: 100%;
    height: 200px;
  }
  .sgk-partner {
    grid-template-columns: 1fr 1fr;
  }
  .sgk-partner__contacts {
    grid-column: 1 / -1;
  }
  .sgk-cta {
    padding: 50px 0;
  }
  .sgk-cta__title {
    font-size: 30px;
  }
  .sgk-cta__card {
    padding: 25px 25px 30px;
  }
  .sgk-form__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .sgk-tabs {
    padding: 20px 15px;
  }
  .sgk-tabs__btn {
    font-size: 17px;
  }
  .sgk-tabs__nav {
    gap: 20px;
  }
  .sgk-partner {
    grid-template-columns: 1fr;
  }
  .sgk-cta {
    padding: 40px 0;
  }
  .sgk-cta__title {
    font-size: 24px;
  }
}
.sgk-hero-card {
  padding: 40px 0 60px;
  background: #ffffff;
}
.sgk-hero-card__inner {
  position: relative;
  background-color: #223766;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  padding: 60px;
  display: flex;
  align-items: flex-end;
  min-height: 460px;
  overflow: hidden;
}
.sgk-hero-card__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(60, 93, 170, 0.3);
  border-radius: 40px;
  pointer-events: none;
}
.sgk-hero-card__content {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.sgk-hero-card__title-group {
  max-width: 830px;
  margin: 50px auto 0;
}
.sgk-hero-card__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}
.sgk-hero-card__breadcrumb a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  transition: color 0.2s ease;
}
.sgk-hero-card__breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sgk-hero-card__breadcrumb span {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
}
.sgk-hero-card__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 55px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.sgk-hero-card__text {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78571;
  color: #ffffff;
  max-width: 550px;
}
.sgk-hero-card__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.78571;
  color: #fff;
  margin-bottom: 0;
}
.sgk-hero-card--article .sgk-hero-card__title {
  font-family: var(--third-family);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.sgk-infocenter {
  background: #f3f6f8;
  padding: 55px 0 80px;
}
.sgk-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sgk-news-card {
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
}
.sgk-news-card__thumb {
  overflow: hidden;
}
.sgk-news-card__thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.sgk-news-card:hover .sgk-news-card__thumb img {
  transform: scale(1.06);
}
.sgk-news-card__body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.sgk-news-card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000000;
  flex: 1;
  line-height: 1.6;
  margin: 0;
}
.sgk-news-card__more {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border-radius: 40px;
  transition: opacity 0.2s ease;
}
.sgk-news-card__more svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.sgk-news-card__more:hover {
  opacity: 0.65;
}
.sgk-pagination {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.sgk-pagination__wrap {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  background: #f3f6f8;
  padding: 14px 30px;
  border-radius: 40px;
}
.sgk-pagination__arrow {
  display: flex;
  align-items: center;
  color: #cecece;
  transition: color 0.2s ease;
  flex-shrink: 0;
}
.sgk-pagination__arrow svg {
  width: 24px;
  height: 24px;
}
.sgk-pagination__arrow:hover {
  color: #3d5da9;
}
.sgk-pagination__arrow--disabled {
  pointer-events: none;
}
.sgk-pagination__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  transition: color 0.2s ease;
}
.sgk-pagination__item:hover {
  color: #3d5da9;
}
.sgk-pagination__item--active {
  color: #3d5da9;
  font-weight: 700;
  pointer-events: none;
}
.sgk-pagination__dots {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sgk-hero-card__inner {
    padding: 40px;
    min-height: 280px;
  }
  .sgk-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sgk-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .sgk-hero-card {
    padding: 24px 0 40px;
  }
  .sgk-hero-card__inner {
    padding: 30px;
    border-radius: 24px;
  }
  .sgk-hero-card__title {
    font-size: 36px;
  }
  .sgk-hero-card__title-group {
    margin-top: 25px;
  }
  .sgk-hero-card__image {
    border-radius: 20px;
    min-height: 180px;
  }
  .sgk-infocenter {
    padding: 40px 0 60px;
  }
}
@media (max-width: 480px) {
  .sgk-hero-card__title {
    font-size: 28px;
  }
  .sgk-hero-card__text {
    font-size: 13px;
  }
  .sgk-news-grid {
    grid-template-columns: 1fr;
  }
  .sgk-infocenter {
    padding: 30px 0 50px;
  }
}
.sgk-header--article {
  background-image: url('../img/header_bg_info.png');
  background-position: center center;
}
.sgk-header__hero--article {
  text-align: left;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 50px;
}
.sgk-header__hero--article .sgk-hero__title {
  font-family: 'Onest', sans-serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  max-width: 880px;
  margin-bottom: 20px;
}
.sgk-hero__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.78571;
  color: #ffffff;
}
.sgk-article {
  background: #ffffff;
  padding: 0 0 40px;
}
.sgk-article__content {
  max-width: 880px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.78571;
  letter-spacing: 0.03em;
  color: #000000;
}
.sgk-article__content p {
  margin-bottom: 20px;
}
.sgk-article__content h1,
.sgk-article__content h2,
.sgk-article__content h3,
.sgk-article__content h4,
.sgk-article__content h5,
.sgk-article__content h6 {
  font-family: 'Geologica', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  letter-spacing: normal;
  margin-bottom: 12px;
}
.sgk-article__content h2 {
  font-size: 22px;
  margin-top: 40px;
}
.sgk-article__content h3 {
  font-size: 18px;
  margin-top: 32px;
}
.sgk-article__content h4 {
  font-size: 16px;
  margin-top: 28px;
}
.sgk-article__content h5 {
  font-size: 15px;
  margin-top: 22px;
}
.sgk-article__content h6 {
  font-size: 14px;
  margin-top: 18px;
  font-weight: 600;
}
.sgk-article__content ul,
.sgk-article__content ol {
  margin-bottom: 20px;
  padding-left: 22px;
}
.sgk-article__content ul li,
.sgk-article__content ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.sgk-article__content ul li ul,
.sgk-article__content ol li ul,
.sgk-article__content ul li ol,
.sgk-article__content ol li ol {
  margin-top: 8px;
  margin-bottom: 4px;
}
.sgk-article__content ul {
  list-style: disc;
}
.sgk-article__content ol {
  list-style: decimal;
}
.sgk-article__content strong,
.sgk-article__content b {
  font-weight: 700;
}
.sgk-article__content em,
.sgk-article__content i {
  font-style: italic;
}
.sgk-article__content a {
  color: #3d5da9;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.sgk-article__content a:hover {
  color: #293e71;
}
.sgk-article__content blockquote {
  border-left: 4px solid #3d5da9;
  padding: 14px 20px;
  margin: 28px 0;
  background: #f3f6f8;
  border-radius: 0 8px 8px 0;
}
.sgk-article__content blockquote p:last-child {
  margin-bottom: 0;
}
.sgk-article__content code {
  font-family: monospace;
  font-size: 13px;
  background: #f3f6f8;
  padding: 2px 6px;
  border-radius: 4px;
  color: #3d5da9;
}
.sgk-article__content pre {
  background: #223766;
  color: #ffffff;
  padding: 20px 24px;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 20px;
  font-size: 13px;
}
.sgk-article__content pre code {
  background: none;
  color: #ffffff;
  padding: 0;
}
.sgk-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
}
.sgk-article__content hr {
  border: none;
  border-top: 1px solid #e0e4ea;
  margin: 32px 0;
}
.sgk-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
}
.sgk-article__content table th,
.sgk-article__content table td {
  border: 1px solid #e0e4ea;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}
.sgk-article__content table th {
  background: #f3f6f8;
  font-weight: 700;
}
.single .sgk-related {
  background: #f3f6f8;
  padding: 40px 0 80px;
}
.single .sgk-related .sgk-related__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .sgk-header__hero--article {
    padding-bottom: 25px;
  }
  .sgk-header__hero--article .sgk-hero__title {
    font-size: 28px;
  }
  .single .sgk-related__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sgk-article {
    padding: 40px 0 50px;
  }
  .sgk-header__hero--article .sgk-hero__title {
    font-size: 22px;
  }
}
.sgk-header--projects {
  background-image: url('../img/header_bg_projects.png');
}
.sgk-header--projects::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(31, 51, 100, 0.55);
  z-index: 1;
  pointer-events: none;
}
.sgk-header--projects .sgk-nav,
.sgk-header--projects .sgk-breadcrumb,
.sgk-header--projects .sgk-hero__text {
  position: relative;
  z-index: 22;
}
.sgk-header--projects .sgk-hero__text {
  max-width: 700px;
}
.sgk-header--projects .sgk-header__hero {
  position: relative;
  z-index: 20;
  top: -50px;
}
.sgk-projects-lead {
  background: #f3f6f8;
  padding: 55px 0;
}
.sgk-projects-lead .sgk-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.sgk-projects-callout {
  flex: 1;
  min-width: 0;
  max-width: 510px;
}
.sgk-projects-callout p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  color: #000;
}
.sgk-projects-photo {
  width: 490px;
  height: 330px;
  flex-shrink: 0;
  border-radius: 40px;
  overflow: hidden;
}
.sgk-projects-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-projects-list {
  background: #f3f6f8;
  padding: 55px 0 40px;
}
.sgk-project-card {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #ffffff;
  border-radius: 40px;
  padding: 65px 70px;
  margin-bottom: 30px;
}
.sgk-project-card:last-of-type {
  margin-bottom: 0;
}
.sgk-project-card__logo {
  flex-shrink: 0;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-project-card__logo img {
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
}
.sgk-project-card__content {
  flex: 1;
  min-width: 0;
}
.sgk-project-card__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 20px;
}
.sgk-project-card__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 25px;
}
.sgk-project-card__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #3d5da9;
  border: 1px solid #3d5da9;
  border-radius: 40px;
  padding: 3px 3px 3px 25px;
  transition: opacity 0.2s ease;
}
.sgk-project-card__link svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sgk-project-card__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .sgk-header--projects .sgk-header__hero {
    top: 0;
  }
  .sgk-projects-lead {
    padding-top: 30px;
  }
  .sgk-projects-callout {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 30px 35px;
  }
  .sgk-projects-photo {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }
  .sgk-project-card {
    gap: 25px;
    padding: 25px;
    margin-bottom: 20px;
  }
  .sgk-project-card__logo {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .sgk-project-card {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .sgk-project-card__logo {
    width: auto;
    justify-content: center;
  }
  .sgk-project-card__logo img {
    max-height: 80px;
  }
  .sgk-project-card__title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .sgk-projects-callout p {
    font-size: 16px;
  }
  .sgk-projects-list {
    padding: 35px 0 25px;
  }
}
.sgk-projects-lead--detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sgk-projects-lead--detail .sgk-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.sgk-projects-lead--detail .sgk-projects-callout {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  flex: 1;
  height: auto;
  z-index: auto;
}
.sgk-projects-lead--detail .sgk-projects-photo {
  width: 300px;
  height: 300px;
  min-width: 300px;
  flex-shrink: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f6f8;
}
.sgk-projects-lead--detail .sgk-projects-photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.sgk-project-text {
  background: #ffffff;
  padding: 55px 0;
}
.sgk-project-text__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.sgk-project-text__desc {
  flex: 1;
  min-width: 0;
}
.sgk-project-text__desc p {
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 20px;
}
.sgk-project-text__desc p:last-child {
  margin-bottom: 0;
}
.sgk-project-text__works-card {
  flex-shrink: 0;
  width: 360px;
  background: #3d5da9;
  padding: 35px 40px;
  align-self: flex-start;
}
.sgk-project-text__works {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sgk-project-text__works li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 10px;
}
.sgk-project-text__works li:last-child {
  margin-bottom: 0;
}
.sgk-project-text__works li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #ffffff;
  opacity: 0.5;
}
.sgk-project-gallery {
  background: transparent;
  padding: 55px 0;
}
.sgk-gallery-slider {
  position: relative;
  padding: 0 30px;
}
.sgk-gallery-slider__track-wrap {
  overflow: hidden;
}
.sgk-gallery-slider__track {
  display: flex;
  transition: transform 0.4s ease;
  padding: 0 30px;
}
.sgk-gallery-slider__slide {
  width: 25%;
  flex-shrink: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.sgk-gallery-slider__link {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ffffff;
  cursor: zoom-in;
}
.sgk-gallery-slider__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}
.sgk-gallery-slider__link:hover img {
  transform: scale(1.05);
}
.sgk-gallery-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #3d5da9;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  padding: 0;
}
.sgk-gallery-slider__btn:hover {
  opacity: 0.8;
}
.sgk-gallery-slider__btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.sgk-gallery-slider__prev {
  left: 0;
}
.sgk-gallery-slider__next {
  right: 0;
}
@media (max-width: 1024px) {
  .sgk-projects-lead--detail {
    padding: 30px 0;
  }
  .sgk-projects-lead--detail .sgk-container {
    gap: 30px;
  }
  .sgk-projects-lead--detail .sgk-projects-callout {
    padding: 25px 30px;
  }
  .sgk-projects-lead--detail .sgk-projects-photo {
    width: 220px;
    height: 220px;
    min-width: 220px;
  }
  .sgk-project-text {
    padding: 35px 0;
  }
  .sgk-project-text__inner {
    gap: 30px;
  }
  .sgk-project-text__works-card {
    width: 280px;
    padding: 25px 30px;
  }
  .sgk-gallery-slider__slide {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .sgk-projects-lead--detail .sgk-container {
    flex-direction: column;
  }
  .sgk-projects-lead--detail .sgk-projects-photo {
    width: 100%;
    height: 220px;
    min-width: 0;
  }
  .sgk-project-text__inner {
    flex-direction: column;
  }
  .sgk-project-text__works-card {
    width: 100%;
  }
  .sgk-gallery-slider__slide {
    width: 50%;
  }
}
.sgk-header--solution {
  background-position: center;
}
.page-template-template-solution-page .sgk-header__topbar {
  z-index: 2;
}
.page-template-template-solution-page .sgk-header__hero {
  position: relative;
  z-index: 2;
}
.sgk-solution-text {
  padding: 70px 0;
}
.sgk-solution-text ._text p {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  color: #223766;
}
.sgk-solution-text .dec-item__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sgk-solution-text .text-block p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.sgk-solution-text .text-block p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.sgk-solution-text .text-block h3 {
  font-family: var(--second-family);
  font-size: 1.25rem;
  font-weight: 700;
  color: #223766;
  margin: 2rem 0 0.625rem;
}
.sgk-solution-text img.alignright {
  float: right;
  max-width: 49%;
  height: auto;
  margin-bottom: 2rem;
  margin-left: 2.5rem;
}
.sgk-solution-text .text-block a:not(.btn) {
  color: #3d5da9;
  text-decoration: underline;
}
.sgk-solution-text .text-block a:not(.btn):hover {
  color: #223766;
}
.sgk-solution-text .dec-item__text-block::after {
  content: '';
  display: table;
  clear: both;
}
.sgk-solution-text ul,
.sgk-solution-text ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
}
.sgk-solution-text ul {
  list-style: disc;
}
.sgk-solution-text ol {
  list-style: decimal;
}
.sgk-solution-text li {
  margin-bottom: 0.375rem;
}
.sgk-solution-text li:last-child {
  margin-bottom: 0;
}
.sgk-header--solutions {
  background-image: url('../img/header_bg_projects.png');
}
.sgk-header--solutions .sgk-header__hero {
  position: relative;
  z-index: 20;
  top: -50px;
}
.sgk-projects-lead--white {
  background: #ffffff;
}
.sgk-solutions {
  background: #ffffff;
  padding: 55px 0 80px;
}
.sgk-solutions__title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.sgk-solutions-grid {
  display: flex;
  height: 500px;
  counter-reset: solution-card;
}
.sgk-solution-card {
  flex: 0 0 250px;
  position: relative;
  background: #354877;
  overflow: hidden;
  cursor: pointer;
  transition: flex-basis 0.45s ease, background 0.45s ease;
}
.sgk-solution-card:nth-child(2) {
  background: #3c5daa;
}
.sgk-solution-card--active {
  flex: 1 0 0;
  background: #fcaf17 !important;
}
.sgk-solution-card__inner {
  position: relative;
  z-index: 1;
  padding: 40px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}
.sgk-solution-card__inner::after {
  counter-increment: solution-card;
  content: counter(solution-card);
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 55px;
  letter-spacing: 0.03em;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 35px;
}
.sgk-solution-card__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 0;
  transition: font-size 0.35s ease, margin-bottom 0.35s ease, font-weight 0.35s ease;
}
.sgk-solution-card--active .sgk-solution-card__title {
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.sgk-solution-card__body {
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.sgk-solution-card--active .sgk-solution-card__body {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease 0.3s;
}
.sgk-solution-card__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.78571;
  color: #ffffff;
}
.sgk-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: max-content;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-top: 20px;
  transition: opacity 0.2s ease;
}
.sgk-solution-card__link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.sgk-solution-card__link:hover {
  opacity: 0.7;
}
.sgk-manufacturers {
  background: #f4f4f4;
  padding: 55px 0 80px;
}
.sgk-manufacturers__title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.sgk-manufacturers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sgk-manufacturer-card {
  background: #ffffff;
  border-radius: 40px;
  padding: 30px;
}
.sgk-manufacturer-card__logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.sgk-manufacturer-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sgk-manufacturer-card__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1024px) {
  .sgk-header--solutions .sgk-header__hero {
    top: 0;
  }
  .sgk-solutions-grid {
    flex-direction: column;
    height: auto;
  }
  .sgk-solution-card {
    flex: none;
    height: auto;
    min-height: 0;
  }
  .sgk-solution-card::before {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: none;
  }
  .sgk-solution-card__inner {
    height: auto;
    padding: 30px 25px;
  }
  .sgk-solution-card__title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
  .sgk-solution-card__body {
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }
  .sgk-solution-card--active .sgk-solution-card__title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
  .sgk-manufacturers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sgk-solutions__title,
   ~ .sgk-manufacturers .sgk-solutions__title {
    font-size: 32px;
  }
  .sgk-manufacturers__title {
    font-size: 32px;
  }
  .sgk-manufacturers-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .sgk-solutions {
    padding: 35px 0 50px;
  }
  .sgk-solutions__title {
    font-size: 26px;
  }
  .sgk-manufacturers {
    padding: 35px 0 50px;
  }
  .sgk-manufacturers__title {
    font-size: 26px;
  }
  .sgk-solution-card__inner::after {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.sgk-header--services {
  background-image: url('../img/header_bg_service.png');
}
.sgk-header--services .sgk-header__hero {
  position: relative;
  z-index: 20;
  top: -50px;
}
.sgk-projects-lead--services {
  padding-bottom: 0;
}
.sgk-projects-lead--services .sgk-container {
  display: flex;
  align-items: stretch;
  padding: 0;
  position: relative;
  z-index: 5;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
}
.sgk-projects-lead--services .sgk-projects-callout {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  max-width: 700px;
  height: auto;
  flex: 1;
  padding: 50px 20px 50px 50px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.sgk-projects-lead--services .sgk-projects-photo {
  flex: 0 0 290px;
  max-width: 290px;
  height: auto;
  margin-left: 0;
  border-radius: 40px;
  overflow: hidden;
}
.sgk-projects-lead--services .sgk-projects-photo img {
  height: 100%;
  padding: 20px;
  border-radius: 40px;
}
.sgk-services {
  background: #f3f6f8;
  padding: 50px 0 80px;
}
.sgk-service-block {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
  border-radius: 40px;
  background-color: #fff;
  padding: 40px;
}
.sgk-service-block:last-child {
  margin-bottom: 0;
}
.sgk-service-block__content {
  flex: 1;
  min-width: 0;
}
.sgk-service-block__content p {
  margin-bottom: 20px;
}
.sgk-service-block__content p:last-child {
  margin-bottom: 0;
}
.sgk-service-block__image {
  flex-shrink: 0;
  width: 310px;
  border-radius: 40px;
  overflow: hidden;
}
.sgk-service-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.sgk-service-block__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 42px;
  line-height: normal;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 40px;
}
.sgk-service-block__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.78571;
  color: #000000;
  max-width: 600px;
  margin-bottom: 10px;
}
.sgk-service-block__text:last-of-type {
  margin-bottom: 0;
}
.sgk-service-block__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 14px;
  color: #3d5da9;
  border: 1px solid #3d5da9;
  border-radius: 40px;
  padding: 3px 3px 3px 25px;
  transition: opacity 0.2s ease;
}
.sgk-service-block__link svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sgk-service-block__link:hover {
  opacity: 0.7;
}
.sgk-facts {
  background: #ffffff;
  padding: 70px 0 80px;
}
.sgk-facts__title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.sgk-facts__subtitle {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #000;
  max-width: 900px;
  margin: 0 auto 40px;
}
.sgk-facts-grid {
  display: flex;
  gap: 15px;
}
.sgk-fact-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 30px;
}
.sgk-fact-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: #fff;
}
.sgk-fact-item__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
@media (max-width: 1024px) {
  .sgk-header--services .sgk-header__hero {
    top: 0;
  }
  .sgk-projects-lead--services {
    padding-top: 0;
  }
  .sgk-projects-lead--services .sgk-container {
    flex-direction: column;
    top: 0;
  }
  .sgk-projects-lead--services .sgk-projects-callout {
    width: 100%;
    padding: 30px 25px;
  }
  .sgk-projects-lead--services .sgk-projects-photo {
    flex: none;
    width: 100%;
    height: 200px;
  }
  .sgk-service-block {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 60px;
  }
  .sgk-service-block__image {
    width: 100%;
  }
  .sgk-service-block__title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .sgk-service-block:last-child .sgk-service-block__image {
    order: 2;
  }
  .sgk-facts {
    padding: 50px 0 60px;
  }
  .sgk-facts-grid {
    flex-wrap: wrap;
  }
  .sgk-fact-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .sgk-services {
    padding: 50px 0;
  }
  .sgk-service-block {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
  }
  .sgk-service-block__image {
    width: 100%;
  }
  .sgk-service-block__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .sgk-facts-grid {
    flex-direction: column;
  }
  .sgk-fact-item {
    flex: none;
  }
}
@media (max-width: 480px) {
  .sgk-service-block__title {
    font-size: 22px;
  }
  .sgk-facts__title {
    font-size: 30px;
  }
}
.sgk-header--products {
  background-image: url('../img/header_bg_products.png');
}
.sgk-header--products .sgk-header__hero {
  position: relative;
  z-index: 20;
  top: -50px;
}
.sgk-products {
  background: #f4f4f4;
  padding: 70px 0 30px;
}
.sgk-products-grid {
  display: flex;
  gap: 30px;
}
.sgk-product-col {
  flex: 1;
  min-width: 0;
  text-align: center;
  border-radius: 40px;
  background: #fff;
  width: 360px;
  padding: 20px;
}
.sgk-product-col__image {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sgk-product-col__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.sgk-product-col__image-placeholder {
  width: 100%;
  height: 100%;
  background: #f3f6f8;
  border-radius: 4px;
}
.sgk-product-col__title {
  display: block;
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  transition: opacity 0.2s ease;
}
.sgk-product-col__title:hover {
  opacity: 0.7;
}
.sgk-product-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sgk-product-col__list li {
  margin-bottom: 15px;
}
.sgk-product-col__list li:last-child {
  margin-bottom: 0;
}
.sgk-product-col__list a {
  font-weight: 600;
  font-size: 14px;
  color: #3d5da9;
  transition: opacity 0.2s ease;
}
.sgk-product-col__list a:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .sgk-header--products .sgk-header__hero {
    top: 0;
  }
  .sgk-products-grid {
    flex-wrap: wrap;
    gap: 30px;
  }
  .sgk-product-col {
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .sgk-products {
    padding: 40px 0 50px;
  }
  .sgk-product-col {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .sgk-product-col {
    flex: 0 0 100%;
  }
}
.sgk-catalog {
  padding: 60px 0;
}
.sgk-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .sgk-catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .sgk-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .sgk-catalog-grid {
    grid-template-columns: 1fr;
  }
}
.sgk-catalog-card {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}
.sgk-catalog-card__image {
  display: block;
  height: 200px;
  overflow: hidden;
}
.sgk-catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 16px;
}
.sgk-catalog-card__body {
  padding: 16px;
}
.sgk-catalog-card__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.sgk-catalog-card__title a {
  color: #3d5da9;
  transition: opacity 0.2s ease;
}
.sgk-catalog-card__title a:hover {
  opacity: 0.7;
}
.sgk-catalog-card__text {
  font-size: 13px;
  color: #1a1a1a;
  line-height: 1.5;
}
.sgk-header--product-detail {
  background-image: url('../img/header_bg_system.png');
  height: auto;
}
.sgk-header--product-detail .sgk-breadcrumb {
  display: none;
}
.sgk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  min-width: 150px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: 2px solid transparent;
}
.sgk-btn--primary {
  background: #3d5da9;
  color: #ffffff;
  border-color: #3d5da9;
}
.sgk-btn--primary:hover {
  opacity: 0.85;
}
.sgk-btn--outline {
  background: transparent;
  color: #3d5da9;
  border-color: #3d5da9;
}
.sgk-btn--outline:hover {
  background: #3d5da9;
  color: #ffffff;
}
.sgk-product-breadcrumb {
  margin-bottom: 35px;
}
.sgk-product-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.sgk-product-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.sgk-product-breadcrumb__item a {
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}
.sgk-product-breadcrumb__item a img {
  width: 20px;
  height: 20px;
  filter: brightness(0);
}
.sgk-product-breadcrumb__item a:hover {
  opacity: 0.7;
}
.sgk-product-breadcrumb__item:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../svg/caret_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0);
  opacity: 0.5;
  flex-shrink: 0;
}
.sgk-product-hero {
  position: relative;
  z-index: 5;
  padding-bottom: 60px;
}
.sgk-product-hero .sgk-container {
  padding: 0 15px;
}
.sgk-product-hero__panel {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #f3f6f8;
  padding: 40px 50px;
  margin-top: 10px;
}
.sgk-product-hero__content {
  flex: 1;
  min-width: 0;
}
.sgk-product-hero__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 10px;
}
.sgk-product-hero__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.66667;
  color: #000000;
  margin-bottom: 20px;
}
.sgk-product-hero__model {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.78571;
  color: #000000;
  margin-bottom: 25px;
}
.sgk-product-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.sgk-product-hero__image {
  flex: 0 0 auto;
  max-width: 280px;
}
.sgk-product-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}
.sgk-downloads {
  background: transparent;
  padding: 20px 0;
}
.sgk-downloads__card {
  background: #faf9f6;
  border-radius: 40px;
  padding: 40px 50px;
  width: 100%;
}
.sgk-downloads__title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 25px;
  color: #000000;
  text-align: left;
  margin-bottom: 24px;
}
.sgk-downloads__files {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.sgk-downloads__file {
  padding: 14px 0;
  border-bottom: 1px solid #e8e8e8;
}
.sgk-downloads__file:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sgk-downloads__file:first-child {
  padding-top: 0;
}
.sgk-downloads__file-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.sgk-downloads__file-link:hover {
  opacity: 0.6;
}
.sgk-downloads__file-name {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sgk-accordion {
  border-top: 1px solid #6181cc;
}
.sgk-accordion__item {
  border-bottom: 1px solid #6181cc;
}
.sgk-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.38889;
  color: #000000;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.sgk-accordion__trigger svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.sgk-accordion__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
  font-size: 14px;
  line-height: 1.7;
  color: #1a1a1a;
}
.sgk-accordion__body p {
  margin-bottom: 8px;
  padding: 0 0 4px;
}
.sgk-accordion__body p:last-child {
  margin-bottom: 0;
}
.sgk-accordion__item--open .sgk-accordion__trigger svg {
  transform: rotate(45deg);
}
.sgk-accordion__item--open .sgk-accordion__body {
  padding-bottom: 20px;
}
.sgk-related {
  background: #ffffff;
  padding: 70px 0 80px;
}
.sgk-related__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #3d5da9;
  margin-bottom: 40px;
}
.sgk-related__grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.sgk-related-card {
  display: flex;
  flex-direction: column;
  width: 260px;
  flex-shrink: 0;
  background: #f3f6f8;
}
.sgk-related-card__inner {
  flex: 1;
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
}
.sgk-related-card__image {
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}
.sgk-related-card__image img {
  max-height: 100%;
  width: auto;
  display: block;
}
.sgk-related-card__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 14px;
  color: #3d5da9;
  margin-bottom: 10px;
}
.sgk-related-card__specs {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  flex: 1;
}
.sgk-related-card__spec-label {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  padding: 3px 0;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 8px;
}
.sgk-related-card__spec-value {
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  color: #000000;
  padding: 3px 0;
  vertical-align: top;
}
.sgk-related-card__spec-value--price {
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #3d5da9;
}
.sgk-related-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  text-align: center;
}
.sgk-avail-popup {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.sgk-avail-popup--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sgk-avail-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
}
.sgk-avail-popup__window {
  position: relative;
  z-index: 1;
  width: 1140px;
  max-width: calc(100vw - 30px);
  height: 530px;
  max-height: calc(100vh - 40px);
  background: #ffffff;
  border-radius: 40px;
  display: flex;
  overflow: hidden;
}
.sgk-avail-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  z-index: 2;
  transition: opacity 0.2s ease;
}
.sgk-avail-popup__close svg {
  width: 20px;
  height: 20px;
}
.sgk-avail-popup__close:hover {
  opacity: 0.6;
}
.sgk-avail-popup__left {
  flex: 0 0 auto;
  width: 660px;
  padding: 60px 90px 0 90px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sgk-avail-popup__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.sgk-avail-popup__search-wrap {
  flex-shrink: 0;
  margin-bottom: 20px;
}
.sgk-avail-popup__search {
  width: 390px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #a7a7a7;
  border-radius: 40px;
  padding: 0 14px;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  color: #000000;
  outline: none;
  transition: border-color 0.2s ease;
}
.sgk-avail-popup__search::placeholder {
  color: #6b7280;
}
.sgk-avail-popup__search:focus {
  border-color: #3d5da9;
}
.sgk-avail-popup__list {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sgk-avail-popup__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.sgk-avail-popup__item--hidden {
  display: none;
}
.sgk-avail-popup__item-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  color: #000000;
}
.sgk-avail-popup__item-address {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.66667;
  color: #000000;
}
.sgk-avail-popup__item-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.66667;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #3d5da9;
}
.sgk-avail-popup__item-link:hover {
  opacity: 0.75;
}
.sgk-avail-popup__right {
  flex: 0 0 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-avail-popup__map {
  width: 430px;
  height: 360px;
  border: none;
  display: block;
}
.sgk-btn--dark {
  background: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
  border-radius: 40px;
}
.sgk-btn--dark:hover {
  opacity: 0.85;
}
.sgk-btn--primary {
  border-radius: 40px;
}
.sgk-pd-hero {
  background: #ffffff;
  padding: 20px 0;
}
.sgk-pd-hero__panel {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #faf9f6;
  border-radius: 40px;
  padding: 60px;
}
.sgk-pd-hero__content {
  flex: 1;
  min-width: 0;
}
.sgk-pd-hero__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.1;
}
.sgk-pd-hero__excerpt {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.66667;
  color: #000;
  margin-bottom: 20px;
}
.sgk-pd-hero__metas {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 30px;
}
.sgk-pd-hero__meta {
  font-size: 14px;
  color: #000000;
}
.sgk-pd-hero__meta-label {
  font-weight: 600;
}
.sgk-pd-hero__meta-value {
  font-weight: 400;
  margin-left: 4px;
}
.sgk-pd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sgk-pd-hero__actions .sgk-btn {
  padding: 7px 24px;
}
.sgk-pd-hero__image {
  flex-shrink: 0;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 40px;
  padding: 10px;
  min-height: 350px;
}
.sgk-pd-hero__image img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
  display: block;
}
.sgk-pd-card {
  background: #faf9f6;
  border-radius: 40px;
  padding: 40px 50px;
}
.sgk-pd-section-title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 25px;
  color: #000000;
  margin-bottom: 24px;
  text-align: left;
}
.sgk-pd-desc {
  background: #ffffff;
  padding: 20px 0;
}
.sgk-pd-desc__body {
  font-size: 14px;
  line-height: 1.7;
  color: #1a1a1a;
}
.sgk-pd-desc__body p {
  margin-bottom: 10px;
}
.sgk-pd-desc__body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.sgk-pd-desc__body ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 10px;
}
.sgk-pd-desc__body li {
  margin-bottom: 5px;
  display: list-item;
}
.sgk-pd-desc__body strong {
  font-weight: 700;
  color: #000000;
}
.sgk-pd-desc__body h2,
.sgk-pd-desc__body h3 {
  font-family: var(--third-family);
  color: #000000;
  margin-bottom: 10px;
  font-weight: 700;
}
.sgk-pd-power {
  background: #ffffff;
  padding: 20px 0;
}
.sgk-pd-power__wrap {
  overflow-x: auto;
}
.sgk-pd-power__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.sgk-pd-power__table th {
  background: transparent;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  padding: 10px 16px 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.sgk-pd-power__table td {
  text-align: left;
  padding: 10px 16px 10px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #000000;
  font-size: 14px;
}
.sgk-pd-power__table tbody tr:last-child td {
  border-bottom: none;
}
.sgk-pd-gallery {
  position: relative;
  width: 100%;
}
.sgk-pd-gallery__track-wrap {
  overflow: hidden;
  border-radius: 16px;
}
.sgk-pd-gallery__track {
  display: flex;
  align-items: center;
  transition: transform 0.4s ease;
}
.sgk-pd-gallery__track--dragging {
  transition: none;
}
.sgk-pd-gallery__slide {
  width: 100%;
  flex-shrink: 0;
}
.sgk-pd-gallery__link {
  display: block;
  cursor: zoom-in;
}
.sgk-pd-gallery__link img {
  width: 100%;
  height: auto;
  display: block;
}
.sgk-pd-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  color: #223766;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 0;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.sgk-pd-gallery__btn:hover {
  background: #ffffff;
}
.sgk-pd-gallery__prev {
  left: 0;
}
.sgk-pd-gallery__next {
  right: 0;
}
.sgk-pd-hero__image:hover .sgk-pd-gallery__btn {
  opacity: 1;
}
@media (max-width: 1024px) {
  .sgk-pd-hero__title {
    font-size: 34px;
  }
  .sgk-pd-hero__image {
    width: 260px;
  }
  .sgk-pd-section-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .sgk-pd-hero__panel {
    flex-direction: column;
    align-items: stretch;
    padding: 30px;
  }
  .sgk-pd-hero__image {
    width: 100%;
    min-height: 200px;
    order: -1;
  }
  .sgk-pd-hero__title {
    font-size: 28px;
  }
  .sgk-pd-section-title {
    font-size: 24px;
  }
  .sgk-pd-card {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .sgk-pd-hero__panel {
    padding: 20px;
    border-radius: 20px;
  }
  .sgk-pd-hero__title {
    font-size: 24px;
  }
  .sgk-pd-hero__actions {
    flex-direction: column;
  }
  .sgk-pd-section-title {
    font-size: 20px;
  }
  .sgk-pd-card {
    padding: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 1024px) {
  .sgk-product-hero__panel {
    gap: 25px;
    padding: 30px 30px;
  }
  .sgk-product-hero__title {
    font-size: 34px;
  }
  .sgk-product-hero__image {
    max-width: 220px;
  }
  .sgk-related__title {
    font-size: 34px;
  }
  .sgk-related__grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .sgk-product-hero__panel {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .sgk-product-hero__image {
    max-width: 180px;
    align-self: center;
  }
  .sgk-product-hero__title {
    font-size: 28px;
  }
  .sgk-accordion__trigger {
    font-size: 16px;
  }
  .sgk-related__title {
    font-size: 28px;
  }
  .sgk-related__grid {
    justify-content: flex-start;
  }
  .sgk-related-card {
    width: calc(50% - 10px);
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .sgk-product-hero__title {
    font-size: 24px;
  }
  .sgk-product-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .sgk-related__title {
    font-size: 24px;
  }
  .sgk-related-card {
    width: 100%;
  }
}
.sgk-header--category {
  background-image: url('../img/header_bg_system.png');
}
.sgk-cat-filter {
  background: #f4f4f4;
  padding: 30px 0;
}
.sgk-cat-filter__inner {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.sgk-cat-filter__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #3d5da9;
  flex-shrink: 0;
  white-space: nowrap;
}
.sgk-cat-filter__fields {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sgk-cat-filter__select-wrap {
  position: relative;
}
.sgk-cat-filter__select {
  height: 40px;
  min-width: 140px;
  padding: 0 36px 0 18px;
  border: 1px solid #d0d0d0;
  border-radius: 40px;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  color: #000000;
  background: #ffffff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 11L12 14L9 11' stroke='%23A7A7A7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 16px 16px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.sgk-cat-filter__select:focus {
  border-color: #3d5da9;
}
.sgk-cat-products {
  background: #f4f4f4;
  padding: 30px 0 60px;
}
.sgk-cat-products .sgk-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 0;
}
.sgk-cat-products .sgk-related-card {
  width: auto;
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.sgk-cat-products .sgk-related-card:hover {
  opacity: 0.85;
}
.sgk-cat-products .sgk-related-card__image {
  height: 160px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.sgk-cat-products .sgk-related-card__image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.sgk-cat-products .sgk-related-card__body {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sgk-cat-products .sgk-related-card__title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.3;
  padding: 0 30px;
}
.sgk-cat-products .sgk-related-card__specs {
  list-style: none;
  padding: 0 30px;
  margin: 0;
}
.sgk-cat-products .sgk-related-card__spec {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.7;
}
.sgk-cat-products .sgk-related-card__spec-name {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
}
.sgk-cat-products .sgk-related-card__spec-value {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  color: #000;
  text-align: right;
}
.sgk-cat-products .sgk-related-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #3d5da9;
  color: #ffffff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
  border-radius: 0 0 40px 40px;
  margin-top: 30px;
}
.sgk-cat-products .sgk-related-card__link svg {
  flex-shrink: 0;
}
.sgk-cat-products .sgk-pagination {
  margin-top: 40px;
}
.sgk-cat-products .sgk-pagination__wrap {
  background: transparent;
}
.sgk-cat-products__empty {
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
  color: #888;
}
.sgk-filter-toggle {
  display: none;
}
.sgk-filter-backdrop {
  display: none;
}
.sgk-filter-drawer {
  display: none;
}
@media (max-width: 768px) {
  .sgk-cat-products .sgk-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sgk-cat-filter {
    display: none;
  }
  .sgk-cat-products {
    padding-bottom: 100px;
  }
  .sgk-filter-backdrop {
    display: none;
  }
  .sgk-filter-drawer {
    display: block;
  }
  .sgk-filter-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: #3d5da9;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    padding: 13px 28px;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 24px rgba(60, 93, 170, 0.45);
    transition: opacity 0.2s ease;
  }
  .sgk-filter-toggle:hover {
    opacity: 0.9;
  }
  .sgk-filter-toggle__count {
    background: #ffffff;
    color: #3d5da9;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sgk-filter-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 600;
  }
  .sgk-filter-backdrop--open {
    display: block;
  }
  .sgk-filter-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 32px;
    z-index: 700;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    max-height: 80vh;
    overflow-y: auto;
  }
  .sgk-filter-drawer--open {
    transform: translateY(0);
  }
  .sgk-filter-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .sgk-filter-drawer__head span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #3d5da9;
  }
  .sgk-filter-drawer__close {
    background: #f4f4f4;
    border: none;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    flex-shrink: 0;
  }
  .sgk-filter-drawer__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .sgk-filter-drawer__group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .sgk-filter-drawer__label {
    font-size: 12px;
    font-weight: 600;
    color: #3d5da9;
  }
  .sgk-filter-drawer__select {
    height: 40px;
    width: 100%;
    padding: 0 32px 0 14px;
    border: 1px solid #d0d0d0;
    border-radius: 40px;
    font-family: 'Onest', sans-serif;
    font-size: 13px;
    color: #000000;
    background: #ffffff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 11L12 14L9 11' stroke='%23A7A7A7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 16px 16px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
  }
  .sgk-filter-drawer__select:focus {
    border-color: #3d5da9;
  }
  .sgk-filter-drawer__submit {
    grid-column: 1 / -1;
    margin-top: 6px;
    height: 44px;
    background: #3d5da9;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .sgk-filter-drawer__submit:hover {
    opacity: 0.85;
  }
}
@media (max-width: 480px) {
  .sgk-cat-products .sgk-related__grid {
    grid-template-columns: 1fr;
  }
  .sgk-filter-drawer__body {
    grid-template-columns: 1fr;
  }
}
.sgk-prod-carousel {
  padding: 0 0 20px;
  background: #ffffff;
}
.sgk-prod-carousel__heading {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.sgk-prod-carousel__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sgk-prod-carousel__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.sgk-prod-carousel__arrow:hover {
  opacity: 1;
}
.sgk-prod-carousel__arrow img {
  width: 40px;
}
.sgk-prod-carousel__viewport {
  flex: 1;
  overflow: hidden;
}
.sgk-prod-carousel__track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
}
.sgk-prod-carousel__item {
  flex: 0 0 calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #223766;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.sgk-prod-carousel__item:hover .sgk-prod-carousel__title {
  color: #3d5da9;
}
.sgk-prod-carousel__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #fff;
}
.sgk-prod-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sgk-prod-carousel__title {
  padding: 14px 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .sgk-prod-carousel__item {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .sgk-prod-carousel__item {
    flex: 0 0 calc(100%);
  }
}
.sgk-category-content {
  padding: 20px 0;
  background: #fff;
}
.sgk-category-content__body {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
}
.sgk-category-content__body p {
  margin-bottom: 14px;
}
.sgk-category-content__body ul,
.sgk-category-content__body ol {
  padding-left: 24px;
  margin-bottom: 14px;
}
.sgk-category-content__body ul {
  list-style: disc;
}
.sgk-category-content__body ol {
  list-style: decimal;
}
.sgk-category-content__body li {
  margin-bottom: 6px;
}
.sgk-category-content__body h2,
.sgk-category-content__body h3,
.sgk-category-content__body h4 {
  font-family: var(--third-family);
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 1.3;
}
.sgk-category-content__body strong {
  font-weight: 700;
}
.sgk-category-content__body a {
  color: #3c5daa;
  text-decoration: underline;
}
.sgk-category-service {
  padding: 20px 0;
  background: #fff;
}
.sgk-category-service__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  align-items: center;
}
.sgk-category-service__media {
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.sgk-category-service__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-category-service__title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.sgk-category-service__text {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 32px;
}
.sgk-category-service__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 3px 3px 3px 20px;
  background: #3c5daa;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.sgk-category-service__btn svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sgk-category-service__btn:hover {
  background: #2f4884;
}
@media (max-width: 1024px) {
  .sgk-category-service__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sgk-prod-carousel__heading {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .sgk-category-service__grid {
    gap: 24px;
  }
  .sgk-prod-carousel__heading {
    font-size: 28px;
  }
}
.sgk-header--about {
  background-image: url('../img/header_bg_about.png');
}
.sgk-header--about .sgk-header__hero {
  text-align: left;
}
.sgk-header--about .sgk-header__hero .sgk-container {
  width: 100%;
}
.sgk-header--about .sgk-header__hero .sgk-hero__text {
  margin: 0;
}
.sgk-facts--about {
  padding: 50px 0 30px;
}
.sgk-facts--about .sgk-facts__subtitle {
  max-width: none;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #3c5daa;
  font-family: var(--font-family);
  margin-bottom: 55px;
}
.sgk-facts--about .sgk-fact-item {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  text-align: left;
  padding: 0 40px;
}
.sgk-facts--about .sgk-fact-item__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.sgk-facts--about .sgk-fact-item__title {
  font-weight: 500;
  font-size: 21px;
  color: #000;
  text-transform: none;
  text-align: left;
  max-width: 170px;
}
.sgk-facts--about .sgk-fact-item:not(:last-child)::after {
  height: 70px;
}
.sgk-facts--about .sgk-facts-grid {
  padding: 0 15px;
  gap: 0;
}
.sgk-about-content {
  background: #ffffff;
  padding: 70px 0;
}
.sgk-about-content__inner {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.sgk-about-content__body {
  flex: 1;
}
.sgk-about-content__body p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.78571;
  color: #000000;
}
.sgk-about-content__body p + p {
  margin-top: 20px;
}
.sgk-about-content__image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
.sgk-about-content__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.sgk-about-license {
  background: #ffffff;
  padding: 70px 0;
}
.sgk-about-license__lead {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 40px;
  max-width: 100%;
}
.sgk-about-license__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.sgk-about-license__card {
  border-radius: 20px;
  min-height: 160px;
  padding: 60px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.sgk-about-license__card:nth-child(3n+1) {
  background: #354877;
}
.sgk-about-license__card:nth-child(3n+2) {
  background: #3c5daa;
}
.sgk-about-license__card:nth-child(3n+3) {
  background: #fcaf17;
}
.sgk-about-license__card span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.sgk-about-license__card--image {
  padding: 0;
  background: none !important;
}
.sgk-about-license__card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-about-license__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.78571;
  color: #000;
}
.sgk-about-history {
  background: #ffffff;
  padding: 70px 0;
}
.sgk-about-history__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.sgk-about-history__inner {
  display: flex;
  gap: 50px;
  align-items: center;
}
.sgk-about-history__image {
  flex: 0 0 500px;
  max-width: 500px;
  height: 300px;
  overflow: hidden;
  border-radius: 40px;
}
.sgk-about-history__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-about-history__body {
  flex: 1;
  max-width: 500px;
}
.sgk-about-history__body p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
}
.sgk-clients {
  background: #ffffff;
  padding: 70px 0;
}
.sgk-clients__title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.sgk-clients__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sgk-clients__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.sgk-clients__arrow:hover {
  opacity: 1;
}
.sgk-clients__arrow img {
  width: 40px;
}
.sgk-clients__viewport {
  flex: 1;
  overflow: hidden;
}
.sgk-clients__track {
  display: flex;
  gap: 30px;
  transition: transform 0.35s ease;
}
.sgk-clients__item {
  flex: 0 0 calc(25% - 23px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sgk-clients__item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.sgk-clients__footer {
  margin-top: 35px;
  text-align: right;
}
.sgk-clients__all-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #3d5da9;
  border: 1px solid #3d5da9;
  border-radius: 40px;
  padding: 3px 3px 3px 25px;
  transition: opacity 0.2s ease;
}
.sgk-clients__all-link svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sgk-clients__all-link:hover {
  opacity: 0.7;
}
.sgk-licenses {
  background: #3d5da9;
  padding: 70px 0;
  text-align: center;
}
.sgk-licenses__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.sgk-licenses__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.sgk-licenses__images {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}
.sgk-licenses__item {
  flex: 0 0 calc((100% - 75px) / 6);
  display: block;
  height: 304px;
}
.sgk-licenses__item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.2s ease;
  object-fit: cover;
}
.sgk-licenses__item:hover img {
  opacity: 0.8;
}
.sgk-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.sgk-lightbox--open {
  opacity: 1;
  visibility: visible;
}
.sgk-lightbox__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.85);
}
.sgk-lightbox__wrap {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
}
.sgk-lightbox__img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}
.sgk-lightbox__pdf {
  width: 80vw;
  height: 90vh;
  border: none;
  display: none;
  background: #ffffff;
}
.sgk-lightbox__close {
  position: absolute;
  top: -38px;
  right: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.sgk-lightbox__close:hover {
  opacity: 1;
}
.sgk-lightbox__prev,
.sgk-lightbox__next {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 72px;
  line-height: 1;
  cursor: pointer;
  padding: 0 24px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  user-select: none;
}
.sgk-lightbox__prev:hover,
.sgk-lightbox__next:hover {
  opacity: 1;
}
.sgk-cta--about {
  background-image: none;
  background: #f3f6f8;
}
.sgk-cta--about::before {
  display: none;
}
.sgk-cta--about .sgk-cta__title {
  color: #3d5da9;
}
.sgk-cta--about .sgk-cta__inner--about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sgk-cta--about .sgk-cta__about-wrap {
  display: flex;
  gap: 0;
  width: 100%;
  max-width: 1140px;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
}
.sgk-cta--about .sgk-cta__card {
  flex: 1;
  margin: 0;
  width: auto;
}
.sgk-cta--about .sgk-cta__about-image {
  flex: 0 0 530px;
  max-width: 530px;
  overflow: hidden;
}
.sgk-cta--about .sgk-cta__about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .sgk-about-content__inner {
    height: auto;
    position: static;
  }
  .sgk-about-content__image {
    position: static;
    width: 100%;
    height: 400px;
  }
  .sgk-about-content__body {
    position: static;
    width: 100%;
    height: auto;
  }
  .sgk-about-content__card {
    height: auto;
    overflow-y: visible;
  }
  .sgk-facts--about .sgk-facts-grid {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .sgk-facts--about .sgk-fact-item {
    flex: 0 0 50%;
    padding: 15px 25px;
  }
  .sgk-facts--about .sgk-fact-item:not(:last-child)::after {
    display: none;
  }
  .sgk-about-license__inner {
    flex-direction: column;
  }
  .sgk-about-license__image {
    flex: none;
    max-width: 100%;
    height: 300px;
  }
  .sgk-about-history__inner {
    flex-direction: column;
  }
  .sgk-about-history__image {
    flex: none;
    max-width: 100%;
    height: 250px;
  }
  .sgk-clients__item {
    flex: 0 0 calc(33.333% - 20px);
  }
  .sgk-licenses__images {
    flex-wrap: wrap;
  }
  .sgk-licenses__item {
    flex: 0 0 calc(25% - 12px);
  }
  .sgk-cta--about .sgk-cta__about-wrap {
    flex-direction: column;
  }
  .sgk-cta--about .sgk-cta__about-image {
    flex: none;
    max-width: 100%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .sgk-about-content {
    padding: 40px 0;
  }
  .sgk-about-content__card {
    padding: 30px;
  }
  .sgk-facts--about .sgk-facts-grid {
    flex-direction: column;
    gap: 10px;
  }
  .sgk-facts--about .sgk-fact-item {
    flex: none;
    width: 100%;
    padding: 12px 20px;
  }
  .sgk-facts--about .sgk-fact-item:not(:last-child)::after {
    display: none;
  }
  .sgk-about-license {
    padding: 40px 0;
  }
  .sgk-about-license__lead,
  .sgk-about-license__list li {
    font-size: 16px;
  }
  .sgk-about-history {
    padding: 40px 0;
  }
  .sgk-about-history__title {
    font-size: 32px;
  }
  .sgk-about-history__body p {
    font-size: 15px;
  }
  .sgk-clients__title {
    font-size: 32px;
  }
  .sgk-clients__item {
    flex: 0 0 calc(50% - 15px);
  }
  .sgk-licenses {
    padding: 40px 0;
  }
  .sgk-licenses__title {
    font-size: 32px;
  }
  .sgk-licenses__item {
    flex: 0 0 calc(25% - 12px);
  }
}
@media (max-width: 480px) {
  .sgk-about-content__card {
    padding: 25px 20px;
  }
  .sgk-facts--about .sgk-facts__subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .sgk-facts--about .sgk-fact-item {
    padding: 10px 15px;
  }
  .sgk-facts--about .sgk-fact-item__title {
    font-size: 17px;
    max-width: none;
  }
  .sgk-about-license__lead,
  .sgk-about-license__list li {
    font-size: 15px;
  }
  .sgk-about-history__title {
    font-size: 28px;
  }
  .sgk-clients__wrap {
    gap: 10px;
  }
  .sgk-clients__arrow img {
    width: 28px;
  }
  .sgk-clients__item {
    flex: 0 0 100%;
  }
  .sgk-licenses__title {
    font-size: 26px;
  }
  .sgk-licenses__item {
    flex: 0 0 calc(50% - 8px);
  }
}
.sgk-home-hero {
  margin-top: 10px;
  max-width: 1140px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 60px 40px;
  position: relative;
}
.sgk-home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(60, 93, 170, 0.3);
  border-radius: 40px;
  pointer-events: none;
}
.sgk-home-slider {
  display: flex;
  align-items: center;
  padding: 0;
}
.sgk-home-slider .sgk-container {
  width: 100%;
  padding: 0;
}
.sgk-home-slider__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sgk-home-slider__slides {
  width: 590px;
  flex-shrink: 0;
  margin: 0;
}
.sgk-home-slider__nav-wrap {
  display: flex;
  align-items: stretch;
  gap: 14px;
  min-height: 200px;
}
.sgk-home-slider__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  justify-content: center;
}
.sgk-home-slider__scrollbar {
  width: 5px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  flex-shrink: 0;
}
.sgk-home-slider__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% / 3);
  background: #3c5daa;
  transition: transform 0.4s ease;
}
.sgk-home-slider__num {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: var(--font3);
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  color: #ffffff;
  line-height: 1.2;
  transition: font-size 0.3s ease, font-weight 0.3s ease;
  opacity: 0.7;
}
.sgk-home-slider__num--far {
  font-weight: 300;
  font-size: 12px;
}
.sgk-home-slider__num--near {
  font-weight: 500;
  font-size: 18px;
  opacity: 0.85;
}
.sgk-home-slider__num--active {
  font-weight: 900;
  font-size: 25px;
  opacity: 1;
}
@keyframes homeSlideUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes homeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sgk-home-slide {
  display: none;
}
.sgk-home-slide--active {
  display: block;
}
.sgk-home-slide--enter-up {
  display: block;
  animation: homeSlideUp 0.45s ease forwards;
}
.sgk-home-slide--enter-down {
  display: block;
  animation: homeSlideDown 0.45s ease forwards;
}
.sgk-home-slide__title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 55px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.1;
}
.sgk-home-slide__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.78571;
  color: #ffffff;
  margin-bottom: 35px;
}
.sgk-home-slide__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #3d5da9;
  border: 1px solid #3d5da9;
  border-radius: 40px;
  padding: 3px 3px 3px 25px;
  background: #fff;
  transition: opacity 0.2s ease;
}
.sgk-home-slide__link svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sgk-home-slide__link:hover {
  opacity: 0.7;
}
.sgk-home-bar {
  margin-top: 50px;
}
.sgk-home-bar .sgk-container {
  padding: 0;
}
.sgk-home-bar__grid {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  background-color: #f4f4f4;
  border-radius: 80px;
}
.sgk-home-bar__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sgk-home-bar__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-home-bar__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: var(--font-family);
  max-width: 120px;
}
.sgk-main--home .sgk-facts {
  padding: 50px 0 30px;
}
.sgk-main--home .sgk-facts__title {
  margin-bottom: 45px;
}
.sgk-home-info {
  background: #fff;
  padding: 70px 0;
}
.sgk-home-info__inner {
  display: flex;
  align-items: stretch;
  background: #f4f4f4;
  border-radius: 40px;
  overflow: hidden;
  padding: 20px;
  gap: 20px;
}
.sgk-home-info__card {
  flex: 1;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sgk-home-info__title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 45px;
  color: #000;
  margin-bottom: 30px;
}
.sgk-home-info__subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
}
.sgk-home-info__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.78571;
  color: #000000;
}
.sgk-home-info__text p + p {
  margin-top: 15px;
}
.sgk-home-info__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 3px 3px 3px 20px;
  background: #3c5daa;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  border-radius: 40px;
  align-self: flex-start;
  margin-top: 60px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.sgk-home-info__link svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.sgk-home-info__link:hover {
  background: #2f4884;
}
.sgk-home-info__image {
  flex: 0 0 500px;
  max-width: 500px;
  overflow: hidden;
  border-radius: 40px;
  position: relative;
}
.sgk-home-info__image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(60, 93, 170, 0.3);
  pointer-events: none;
  z-index: 1;
}
.sgk-home-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-home-products {
  background: #ffffff;
  padding: 70px 0;
}
.sgk-home-products__title {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 45px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.sgk-home-products__grid {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.sgk-home-products__card {
  flex: 1;
  max-width: 275px;
  background: #f4f4f4;
  border-radius: 40px;
  padding: 30px 50px;
  height: 235px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.sgk-home-products__card:hover {
  opacity: 0.75;
}
.sgk-home-products__icon {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.sgk-home-products__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}
.sgk-home-products__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  text-align: left;
}
.sgk-clients--gray {
  background: #f4f4f4;
}
.sgk-clients--gray .sgk-clients__all-link {
  color: #3d5da9;
}
@media (max-width: 1024px) {
  .sgk-header--home {
    height: auto;
  }
  .sgk-home-slider {
    padding: 30px 0 25px;
  }
  .sgk-home-slider__slides {
    width: 100%;
    max-width: 500px;
  }
  .sgk-home-slide__title {
    font-size: 40px;
  }
  .sgk-home-info__inner {
    flex-direction: column;
  }
  .sgk-home-info__card {
    padding: 40px 40px 30px;
  }
  .sgk-home-info__image {
    flex: none;
    height: 350px;
  }
  .sgk-home-bar__grid {
    flex-wrap: wrap;
    gap: 15px 0;
  }
  .sgk-home-bar__item {
    flex: 0 0 50%;
  }
  .sgk-home-products__grid {
    flex-wrap: wrap;
  }
  .sgk-home-products__card {
    flex: 0 0 calc(50% - 8px);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .sgk-home-slider__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .sgk-home-slider__nav-wrap {
    min-height: auto;
    margin: 0 auto;
  }
  .sgk-home-slider__nav {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .sgk-home-slider__scrollbar {
    display: none;
  }
  .sgk-home-slide__title {
    font-size: 32px;
  }
  .sgk-home-info {
    padding: 40px 0;
  }
  .sgk-home-info__card {
    padding: 30px;
  }
  .sgk-home-info__image {
    height: 260px;
  }
  .sgk-home-info__title {
    font-size: 36px;
  }
  .sgk-home-bar__grid {
    flex-wrap: wrap;
    gap: 12px 0;
    border-radius: 30px;
  }
  .sgk-home-bar__item {
    flex: 0 0 50%;
  }
  .sgk-home-products__title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .sgk-home-slide__title {
    font-size: 26px;
  }
  .sgk-home-slide__text {
    font-size: 13px;
  }
  .sgk-home-slider__num--active {
    font-size: 32px;
  }
  .sgk-home-slider__num--near {
    font-size: 24px;
  }
  .sgk-home-info__card {
    padding: 25px 20px;
  }
  .sgk-home-info__image {
    height: 220px;
  }
  .sgk-home-info__title {
    font-size: 28px;
  }
  .sgk-home-bar__item {
    flex: 0 0 100%;
  }
  .sgk-home-products__card {
    flex: 0 0 100%;
    max-width: none;
    height: auto;
  }
  .sgk-home-hero {
    padding: 30px;
  }
}
.sgk-search-page {
  padding: 50px 0 80px;
  background: #f3f6f8;
}
.sgk-search-page__form {
  display: flex;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 50px;
  background: #ffffff;
  border: 1px solid #e0e4ea;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}
.sgk-search-page__form:focus-within {
  box-shadow: 0 4px 20px rgba(61, 93, 169, 0.15);
}
.sgk-search-page__input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 16px 24px;
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
}
.sgk-search-page__input::placeholder {
  color: #6b7280;
}
.sgk-search-page__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #3d5da9;
  color: #ffffff;
  border: 0;
  border-radius: 0 40px 40px 0;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.sgk-search-page__submit svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.sgk-search-page__submit:hover {
  background: #223766;
}
.sgk-search-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.sgk-search-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  border-radius: 40px;
  padding: 20px;
  color: #1a1a1a;
  border: 1px solid transparent;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.sgk-search-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
  border-color: #e0e4ea;
}
.sgk-search-card__image {
  width: 110px;
  height: 80px;
  flex: 0 0 110px;
  border-radius: 10px;
  background: #f3f6f8;
  overflow: hidden;
}
.sgk-search-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-search-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sgk-search-card__title {
  font-family: 'Geologica', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: #223766;
}
.sgk-search-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}
.sgk-search-card__more {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #3d5da9;
}
.sgk-search-empty {
  text-align: center;
  padding: 60px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.sgk-search-empty__title {
  font-family: 'Geologica', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #223766;
  margin: 0;
}
.sgk-search-empty__text {
  font-size: 16px;
  color: #6b7280;
  max-width: 460px;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 768px) {
  .sgk-search-page__form {
    max-width: 100%;
  }
  .sgk-search-page__submit {
    padding: 13px 20px;
    font-size: 0;
  }
  .sgk-search-page__submit svg {
    width: 20px;
    height: 20px;
    font-size: 0;
  }
  .sgk-search-card__image {
    width: 80px;
    height: 60px;
    flex: 0 0 80px;
  }
  .sgk-search-card__title {
    font-size: 15px;
  }
  .sgk-search-empty__title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .sgk-search-page {
    padding: 30px 0 60px;
  }
  .sgk-search-card {
    flex-direction: column;
    gap: 12px;
  }
  .sgk-search-card__image {
    width: 100%;
    height: 140px;
    flex: none;
  }
}
.sgk-hero-card--404 .sgk-hero-card__inner {
  align-items: center;
  min-height: 560px;
}
.sgk-404__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sgk-404__code {
  font-family: var(--third-family);
  font-size: 220px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
  margin-bottom: -60px;
}
.sgk-404__title {
  font-family: var(--third-family);
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.sgk-404__text {
  font-size: 16px;
  color: #fff;
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.sgk-404__btn {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 40px;
  color: #3d5da9;
  border-color: #fff;
}
.sgk-404__btn:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 768px) {
  .sgk-404__code {
    font-size: 130px;
    margin-bottom: -35px;
  }
  .sgk-404__title {
    font-size: 28px;
  }
  .sgk-404__text {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .sgk-404__code {
    font-size: 90px;
    margin-bottom: -22px;
  }
  .sgk-404__title {
    font-size: 22px;
  }
}
.sgk-btn--outline-white {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.sgk-btn--outline-white:hover {
  background: #ffffff;
  color: #3d5da9;
}
.wpforms-container .wpforms-field {
  padding: 0 !important;
}
.wpforms-container .wpforms-field .wpforms-field-row {
  font-family: var(--third-family);
}
.sgk-float-phone {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3d5da9;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(61, 93, 169, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sgk-float-phone:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(61, 93, 169, 0.45);
}
.sgk-float-phone svg {
  width: 55px;
  height: 55px;
}
@media (max-width: 480px) {
  .sgk-float-phone {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }
  .sgk-float-phone svg {
    width: 40px;
    height: 40px;
  }
}
