@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

select {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

:root {
  --app-height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  font-weight: 500;
  overflow-wrap: anywhere;
}

img {
  max-width: 100%;
  height: auto;
}

svg, video, canvas, iframe {
  max-width: 100%;
}

select,
button,
input[type=text],
input[type=email],
input[type=password],
textarea {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

strong,
b {
  font-weight: 900;
}

/*1199, 1366*/
.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1140px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 1140px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  body {
    overflow-x: clip;
  }
  p, h1, h2, h3, h4, h5, h6, li, a, span, div {
    overflow-wrap: anywhere;
    word-break: normal;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.site-header {
  position: relative;
  z-index: 30;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

body.home .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 14px;
  bottom: auto;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}

body.bpage .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 14px;
  bottom: auto;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

body.home .site-header.is-scrolled {
  position: fixed;
  left: 0;
  right: 0;
  top: 14px;
  bottom: auto;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

body.bpage .site-header::before {
  content: "";
  position: absolute;
  inset: -14px 0 auto;
  height: 118px;
  background: linear-gradient(90deg, rgba(8, 39, 60, 0.94) 0%, rgba(9, 64, 100, 0.9) 52%, rgba(7, 45, 70, 0.94) 100%), url("../img/footer-top-bg.webp") center top/cover no-repeat;
  z-index: -1;
}

body.home .site-header.is-scrolled::before {
  content: "";
  position: absolute;
  inset: -14px 0 auto;
  height: 118px;
  background: linear-gradient(90deg, rgba(8, 39, 60, 0.94) 0%, rgba(9, 64, 100, 0.9) 52%, rgba(7, 45, 70, 0.94) 100%), url("../img/footer-top-bg.webp") center top/cover no-repeat;
  z-index: -1;
}

.site-header__inner {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  color: #fff;
  min-width: 0;
}

.site-header__brand-image {
  width: 205px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-header__toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-header__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.site-header__toggle:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
}

.site-header__panel {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin-left: auto;
  position: relative;
}

.site-header__panel::before,
.site-header__panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 14%, rgba(255, 255, 255, 0.24) 100%);
}

.site-header__panel::before {
  top: 0;
}

.site-header__panel::after {
  bottom: 0;
}

.site-header__nav {
  flex: 0 0 auto;
}

.site-header__menu {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-right: 0;
  background: transparent;
}

.site-header__menu-item {
  position: relative;
}

.site-header__menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 14px;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-header__menu-item.is-active > .site-header__menu-link,
.site-header__menu-link:hover,
.site-header__menu-link:focus-visible {
  color: #33a335;
}

.site-header__menu-item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 7px;
  background: #33a335;
}

.site-header__menu-item.has-children > .site-header__menu-link::after {
  content: none;
}

.site-header__menu-item.has-children > .site-header__menu-link span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 9px;
  opacity: 0.7;
}

.site-header__submenu {
  position: absolute;
  top: calc(100% + 0px);
  left: -10px;
  min-width: 290px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.site-header__menu-item.has-children:hover .site-header__submenu,
.site-header__menu-item.has-children:focus-within .site-header__submenu,
.site-header__menu-item.has-children.is-open .site-header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.site-header__submenu-panel {
  background: #fff;
  border: 1px solid rgba(8, 34, 45, 0.12);
  border-radius: 0;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
  padding: 22px 22px 18px;
}

.site-header__submenu-title {
  margin: 0 0 16px;
  color: #43a02a;
  font-size: 1.08rem;
  font-weight: 800;
}

.site-header__submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.site-header__submenu-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(8, 34, 45, 0.64);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-header__submenu-link:hover,
.site-header__submenu-link:focus-visible,
.site-header__submenu-link.is-active {
  color: #43a02a;
}

.site-header__submenu-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d7d7d7;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
  flex: 0 0 auto;
}

.site-header__submenu-link.is-active .site-header__submenu-dot {
  border-color: #43a02a;
  box-shadow: inset 0 0 0 5px #43a02a;
}

.site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  border: 0;
}

.site-header__icon-button {
  width: 62px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.site-header__icon-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.site-header__languages {
  display: inline-flex;
  align-items: stretch;
  margin-left: 0;
}

.site-header__language {
  min-width: 54px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-header__language + .site-header__language {
  border-left: 0;
}

.site-header__language.is-active,
.site-header__language:hover,
.site-header__language:focus-visible {
  color: #fff;
  background: transparent;
}

@media (max-width: 1199px) {
  .site-header__inner {
    gap: 18px;
  }
  .site-header__brand {
    min-width: 200px;
  }
  .site-header__menu-link {
    padding: 0 14px;
  }
}
@media (max-width: 991px) {
  .site-header {
    position: sticky;
    top: 0;
    background: rgba(3, 25, 38, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  body.home .site-header {
    position: sticky;
    top: 0;
    background: rgba(3, 25, 38, 0.96);
  }
  .site-header__inner {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-header__toggle {
    display: inline-flex;
  }
  .site-header__panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    padding: 18px 0 22px;
    background: rgba(3, 25, 38, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
    z-index: 20;
  }
  .site-header.is-open .site-header__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .site-header__nav {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .site-header__menu {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .site-header__menu-item {
    width: 100%;
  }
  .site-header__menu-link {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 0 0 2px;
  }
  .site-header__submenu {
    display: none;
    position: static;
    min-width: 0;
    margin-top: 8px;
  }
  .site-header__menu-item.is-open > .site-header__submenu {
    display: block;
  }
  .site-header__actions {
    width: 100%;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .site-header__icon-button,
  .site-header__language {
    height: 48px;
  }
  .site-header__icon-button {
    width: 48px;
    flex: 0 0 auto;
  }
  .site-header__panel::before,
  .site-header__panel::after {
    content: none;
  }
  .site-header__submenu-panel {
    padding: 16px 14px;
    border-radius: 18px;
  }
}
@media (max-width: 640px) {
  .site-header__brand {
    min-width: 0;
  }
  .site-header__brand-image {
    width: 128px;
  }
  .site-header__language {
    min-width: 48px;
  }
}
.home-hero {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  background: radial-gradient(circle at 18% 28%, rgba(78, 126, 182, 0.28), transparent 28%), radial-gradient(circle at 74% 52%, rgba(63, 175, 64, 0.26), transparent 25%), linear-gradient(135deg, #08273c 0%, #0a3d60 42%, #08324e 100%);
}

.home-hero__ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
  pointer-events: none;
  opacity: 0.72;
}

.home-hero__ambient--left {
  width: 340px;
  height: 340px;
  left: -90px;
  top: 130px;
  background: rgba(25, 86, 146, 0.35);
}

.home-hero__ambient--right {
  width: 420px;
  height: 420px;
  right: -120px;
  top: 180px;
  background: rgba(68, 178, 57, 0.22);
}

.home-hero__slider {
  position: relative;
  width: 100%;
  height: 710px;
  border-radius: 0;
}

.home-hero__slide {
  position: relative;
  height: 710px;
  overflow: hidden;
}

.home-hero__slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
}

.home-hero__slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 27, 43, 0.95) 0%, rgba(3, 27, 43, 0.78) 31%, rgba(3, 27, 43, 0.34) 58%, rgba(3, 27, 43, 0.25) 100%), linear-gradient(180deg, rgba(3, 27, 43, 0.2) 0%, rgba(3, 27, 43, 0.18) 100%);
}

.home-hero__slide-inner {
  position: relative;
  z-index: 2;
  height: 710px;
  display: flex;
  align-items: center;
}

.home-hero__content-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 78px 0 36px;
  position: relative;
  display: flex;
  align-items: center;
}

.home-hero__content {
  width: min(100%, 640px);
  color: #fff;
  padding-left: 0;
}

.home-hero__text {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.55;
}

.home-hero__text p {
  margin: 0 0 10px;
}

.home-hero__text p:last-child {
  margin-bottom: 0;
}

.home-hero__text h1,
.home-hero__text h2,
.home-hero__text h3 {
  margin: 0 0 10px;
  font-weight: 800;
  line-height: 0.95;
}

.home-hero__text h1,
.home-hero__text h2 {
  margin-bottom: 14px;
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.42);
  text-transform: uppercase;
}

.home-hero__text h3 {
  font-size: clamp(2.6rem, 4.6vw, 4.5rem);
  font-weight: 800;
}

.home-hero__text p a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  min-height: 48px;
  margin-top: 18px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-hero__text p a:hover,
.home-hero__text p a:focus-visible {
  transform: translateY(-1px);
  background: rgba(123, 209, 68, 0.16);
  border-color: rgba(123, 209, 68, 0.35);
}

.home-hero__slider > .home-hero__pagination.swiper-pagination {
  position: absolute;
  left: clamp(20px, (100vw - 1200px) / 2 + 0px, 9999px) !important;
  right: auto !important;
  top: auto !important;
  bottom: 30px !important;
  width: auto !important;
  transform: none !important;
  z-index: 3;
  display: inline-flex;
  justify-content: flex-start;
  pointer-events: auto;
  align-items: center;
  gap: 8px;
}

.home-hero__slider > .home-hero__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 6px;
  border-radius: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  transition: background 0.2s ease, width 0.2s ease;
}

.home-hero__slider > .home-hero__pagination.swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background: #fff;
}

@media (min-width: 992px) {
  .home-hero__content {
    padding-left: 0;
  }
}
.home-why {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0 0 24px;
  margin-bottom: 10px;
}

.home-why__bg {
  position: absolute;
  inset: 0 0 auto 0;
  height: 260px;
  background: url("../img/neden-rebirth-bg.jpg") center center/cover no-repeat;
}

.home-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  background: #fff;
  z-index: 2;
}

.home-why::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 78px;
  height: 22px;
  background: #fff;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
}

.home-why__inner {
  position: relative;
  z-index: 3;
  padding-top: 30px;
}

.home-why__head {
  text-align: center;
  color: #fff;
  padding: 26px 0 36px;
}

.home-why__head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 1.85vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.home-why__head h2 strong {
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-why__head p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.home-why__head p strong {
  font-weight: 800;
}

.home-why__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.home-why__card {
  position: relative;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
  min-height: 132px;
  padding: 22px 14px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.home-why__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 10px;
  background: rgba(0, 0, 0, 0.08);
}

.home-why__card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-why__card-icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-why__card-text {
  color: #6d6d6d;
  font-size: 0.93rem;
  line-height: 1.25;
  font-weight: 500;
}

.home-why__card-text strong {
  color: #6a6a6a;
  font-weight: 800;
}

.home-catalog-banner {
  position: relative;
  width: 100%;
  background: transparent;
  padding: 0 0 24px;
}

.home-catalog-banner__inner {
  padding: 0;
}

.home-catalog-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.home-marketplaces {
  padding: 8px 0 28px;
}

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

.home-marketplaces__card {
  position: relative;
  min-height: 130px;
  padding: 26px 24px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #111;
  background: #f8f8f8 url("../img/et-card-bg.webp") center center/cover no-repeat;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-marketplaces__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #ff9800;
}

.home-marketplaces__card--ebay::after {
  background: #84c341;
}

.home-marketplaces__card:hover,
.home-marketplaces__card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.home-marketplaces__logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-marketplaces__logo img {
  display: block;
  max-width: 92px;
  height: auto;
}

.home-marketplaces__text {
  max-width: 220px;
  color: #101010;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}

.home-marketplaces__text strong {
  font-weight: 800;
}

@media (max-width: 1199px) {
  .home-hero__content-shell {
    padding: 76px 20px 36px;
  }
  .home-hero__slider > .home-hero__pagination.swiper-pagination {
    left: 20px;
  }
  .home-marketplaces__grid {
    gap: 20px;
  }
  .home-marketplaces__card {
    padding: 24px 18px 22px;
  }
}
@media (max-width: 991px) {
  .home-hero,
  body.home .home-hero {
    min-height: 560px;
  }
  .home-hero__slider,
  .home-hero__slide,
  .home-hero__slide-inner {
    height: 560px;
  }
  .home-hero__content {
    max-width: 460px;
  }
  .home-hero__content-shell {
    padding: 44px 20px 24px;
  }
  .home-hero__slider > .home-hero__pagination.swiper-pagination {
    left: 16px;
    bottom: 20px !important;
  }
  .home-marketplaces__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .home-hero__content {
    max-width: 100%;
  }
  .home-hero__text {
    font-size: 1rem;
  }
  .home-hero__text h1,
  .home-hero__text h2 {
    font-size: 0.95rem;
  }
  .home-hero__text h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  .home-hero__slider > .home-hero__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 28px;
  }
  .home-hero__slider > .home-hero__pagination.swiper-pagination .swiper-pagination-bullet-active {
    width: 34px;
  }
  .home-marketplaces {
    padding-bottom: 22px;
  }
  .home-marketplaces__card {
    min-height: 118px;
    gap: 16px;
  }
  .home-marketplaces__logo img {
    max-width: 84px;
  }
  .home-marketplaces__text {
    font-size: 0.94rem;
  }
}
@media (max-width: 575px) {
  .home-hero__slider,
  .home-hero__slide,
  .home-hero__slide-inner {
    height: 480px;
  }
  .home-hero__slide-overlay {
    background: linear-gradient(180deg, rgba(3, 27, 43, 0.82) 0%, rgba(3, 27, 43, 0.6) 34%, rgba(3, 27, 43, 0.28) 100%);
  }
  .home-hero__content {
    padding-bottom: 84px;
  }
  .home-why {
    padding-bottom: 16px;
  }
  .home-why__bg {
    height: 280px;
  }
  .home-why__inner {
    padding-top: 24px;
  }
  .home-why__head {
    padding-bottom: 28px;
  }
  .home-why__head h2 {
    letter-spacing: 0.14em;
    font-size: 1.2rem;
  }
  .home-why__head p {
    font-size: 0.86rem;
  }
  .home-why__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-why__card {
    min-height: 120px;
  }
  .home-catalog-banner__image {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .home-why__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .home-why__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .home-why__cards {
    grid-template-columns: 1fr;
  }
}
.plain-page__hero {
  position: relative;
  padding: 156px 0 52px;
  background: linear-gradient(90deg, rgba(4, 29, 46, 0.9) 0%, rgba(5, 47, 72, 0.82) 48%, rgba(7, 61, 91, 0.8) 100%), var(--plain-page-hero-bg) center center/cover no-repeat;
  overflow: hidden;
}

.plain-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 26%, rgba(87, 150, 215, 0.18), transparent 28%), radial-gradient(circle at 78% 34%, rgba(64, 183, 83, 0.12), transparent 22%);
  pointer-events: none;
}

.plain-page__hero-card {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  color: #fff;
}

.plain-page__eyebrow {
  margin: 0 0 12px;
  font-size: 0.96rem;
  line-height: 1.1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.plain-page__title {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.55rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.plain-page__lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
  line-height: 1.6;
}

.plain-page__breadcrumbs {
  margin-top: 22px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  line-height: 1.4;
}

.plain-page__breadcrumbs a,
.plain-page__breadcrumbs span {
  color: inherit;
  text-decoration: none;
}

.plain-page__breadcrumbs .is-current {
  color: #fff;
  font-weight: 700;
}

.plain-page__content {
  position: relative;
  margin-top: -24px;
  padding: 0 0 72px;
}

.static-page {
  background: linear-gradient(180deg, #f4f7fa 0%, #ffffff 260px), #ffffff;
}

.static-page__hero {
  position: relative;
  padding: 156px 0 52px;
  background: linear-gradient(90deg, rgba(4, 29, 46, 0.9) 0%, rgba(5, 47, 72, 0.82) 48%, rgba(7, 61, 91, 0.8) 100%), var(--static-page-hero-bg) center center/cover no-repeat;
  overflow: hidden;
}

.static-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 26%, rgba(87, 150, 215, 0.18), transparent 28%), radial-gradient(circle at 78% 34%, rgba(64, 183, 83, 0.12), transparent 22%);
  pointer-events: none;
}

.static-page__hero-card {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  color: #fff;
}

.static-page__eyebrow {
  margin: 0 0 12px;
  font-size: 0.96rem;
  line-height: 1.1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.static-page__title {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.55rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.static-page__breadcrumbs {
  margin-top: 22px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  line-height: 1.4;
}

.static-page__breadcrumbs a,
.static-page__breadcrumbs span {
  color: inherit;
  text-decoration: none;
}

.static-page__breadcrumbs .is-current {
  color: #fff;
  font-weight: 700;
}

.static-page__summary {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
  line-height: 1.6;
}

.static-page__body {
  position: relative;
  margin-top: -24px;
  padding: 0 0 72px;
}

.static-page__content {
  background: #fff;
  border-radius: 24px;
  padding: 42px 46px;
  box-shadow: 0 22px 54px rgba(8, 34, 45, 0.08);
  color: #24313c;
  font-size: 1.02rem;
  line-height: 1.8;
}

.static-page__content > :first-child {
  margin-top: 0;
}

.static-page__content > :last-child {
  margin-bottom: 0;
}

.static-page__content h2,
.static-page__content h3,
.static-page__content h4 {
  color: #0d2f47;
  line-height: 1.16;
  font-weight: 900;
  margin: 1.6em 0 0.55em;
}

.static-page__content h2 {
  font-size: clamp(1.55rem, 2vw, 2.15rem);
}

.static-page__content h3 {
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
}

.static-page__content p,
.static-page__content ul,
.static-page__content ol,
.static-page__content blockquote {
  margin: 0 0 1.05em;
}

.static-page__content ul,
.static-page__content ol {
  padding-left: 1.25rem;
}

.static-page__content a {
  color: #2f9b3d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.static-page__content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.static-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4em 0;
}

.static-page__content th,
.static-page__content td {
  border: 1px solid rgba(13, 47, 71, 0.12);
  padding: 12px 14px;
  text-align: left;
}

.static-page__content th {
  background: #f3f8fb;
  color: #0d2f47;
  font-weight: 800;
}

@media (max-width: 991px) {
  .plain-page__hero {
    padding: 128px 0 42px;
  }
  .plain-page__content {
    margin-top: -18px;
    padding-bottom: 56px;
  }
  .static-page__hero {
    padding: 128px 0 42px;
  }
  .static-page__body {
    margin-top: -18px;
    padding-bottom: 56px;
  }
  .static-page__content {
    border-radius: 20px;
    padding: 30px 26px;
  }
}
@media (max-width: 575px) {
  .plain-page__hero {
    padding: 112px 0 34px;
  }
  .plain-page__eyebrow {
    font-size: 0.84rem;
    letter-spacing: 0.24em;
  }
  .plain-page__breadcrumbs {
    margin-top: 16px;
    gap: 6px;
    font-size: 0.86rem;
  }
  .plain-page__lead {
    font-size: 0.95rem;
  }
  .static-page__hero {
    padding: 112px 0 34px;
  }
  .static-page__eyebrow {
    font-size: 0.84rem;
    letter-spacing: 0.24em;
  }
  .static-page__breadcrumbs {
    margin-top: 16px;
    gap: 6px;
    font-size: 0.86rem;
  }
  .static-page__summary {
    font-size: 0.95rem;
  }
  .static-page__content {
    border-radius: 16px;
    padding: 24px 18px;
    font-size: 0.96rem;
    line-height: 1.72;
  }
}
.urunlerimiz-template__content {
  padding: 34px 0 70px;
  background: #fff;
}

.urunlerimiz-template__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.urunlerimiz-template__sidebar {
  border-right: 1px solid #d9d9d9;
  padding-right: 18px;
}

.urunlerimiz-template__sidebar-head {
  min-height: 46px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #173b58;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
}

.urunlerimiz-template__sidebar-icon {
  width: 14px;
  height: 14px;
  position: relative;
  flex: 0 0 auto;
}

.urunlerimiz-template__sidebar-icon::before,
.urunlerimiz-template__sidebar-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.urunlerimiz-template__sidebar-icon::before {
  inset: 1px auto 1px 6px;
  width: 2px;
}

.urunlerimiz-template__sidebar-icon::after {
  inset: 6px 1px auto 1px;
  height: 2px;
}

.urunlerimiz-template__category-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.urunlerimiz-template__category-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #52657a;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.25;
  font-weight: 600;
}

.urunlerimiz-template__category-dot {
  width: 11px;
  height: 11px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  flex: 0 0 auto;
  position: relative;
}

.urunlerimiz-template__category-link.is-active {
  color: #43a239;
}

.urunlerimiz-template__category-link.is-active .urunlerimiz-template__category-dot::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #43a239;
}

.urunlerimiz-template__section-head {
  margin-bottom: 16px;
}

.urunlerimiz-template__section-head h2 {
  margin: 0;
  color: #1f2d38;
  font-size: 1.55rem;
  line-height: 1.1;
  font-weight: 800;
}

.urunlerimiz-template__section-head p {
  margin: 8px 0 0;
  color: #7b8793;
  font-size: 0.94rem;
  line-height: 1.5;
}

.urunlerimiz-template__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 16px;
}

.urunlerimiz-template__card {
  border: 1px solid #dedede;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.urunlerimiz-template__card:hover {
  border-color: #61b54a;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.urunlerimiz-template__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 12px 12px 0;
  text-decoration: none;
}

.urunlerimiz-template__card-image {
  display: block;
  width: 100%;
  max-width: 190px;
  max-height: 252px;
  -o-object-fit: contain;
     object-fit: contain;
}

.urunlerimiz-template__card-body {
  padding: 8px 14px 18px;
  text-align: center;
}

.urunlerimiz-template__card-code {
  color: #46a03f;
  font-size: 0.8rem;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.urunlerimiz-template__card-title {
  margin: 6px 0 0;
  color: #2f2f2f;
  font-size: 0.98rem;
  line-height: 1.18;
  font-weight: 800;
}

.urunlerimiz-template__card-subtitle {
  margin-top: 4px;
  color: #a8adb2;
  font-size: 0.68rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.urunlerimiz-template__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 30px;
  margin-top: 14px;
  padding: 0 14px;
  background: #57a73f;
  color: #fff;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.urunlerimiz-template__empty {
  padding: 28px;
  border: 1px solid #e4e4e4;
  background: #fafafa;
  color: #475663;
  font-size: 0.98rem;
}

@media (max-width: 1199px) {
  .urunlerimiz-template__layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
  }
  .urunlerimiz-template__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .urunlerimiz-template__layout {
    grid-template-columns: 1fr;
  }
  .urunlerimiz-template__sidebar {
    border-right: 0;
    padding-right: 0;
  }
  .urunlerimiz-template__category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }
  .urunlerimiz-template__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .urunlerimiz-template__content {
    padding: 24px 0 48px;
  }
  .urunlerimiz-template__category-list,
  .urunlerimiz-template__grid {
    grid-template-columns: 1fr;
  }
  .urunlerimiz-template__card-media {
    min-height: 220px;
  }
}
.urun-detay-page__content {
  padding: 28px 0 64px;
  background: #fff;
}

.urun-detay-page__panel {
  display: grid;
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  gap: 36px;
  padding: 26px 24px 20px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.urun-detay-page__visual {
  position: relative;
}

.urun-detay-page__visual-meta {
  position: absolute;
  top: 10px;
  right: 4px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #98a2ad;
  font-size: 0.65rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.urun-detay-page__zoom-icon {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.urun-detay-page__zoom-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.urun-detay-page__image-frame {
  min-height: 370px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 18px;
  border-bottom: 6px solid #f0f0f0;
}

.urun-detay-page__image-frame img {
  display: block;
  width: 100%;
  max-width: 320px;
  max-height: 430px;
  -o-object-fit: contain;
     object-fit: contain;
}

.urun-detay-page__main {
  display: flex;
  flex-direction: column;
}

.urun-detay-page__summary {
  min-height: 98px;
  padding: 4px 0 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.urun-detay-page__heading {
  margin: 0;
  color: #17344d;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.urun-detay-page__code {
  margin-top: 6px;
  color: #24384a;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.urun-detay-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  min-height: 40px;
  padding: 0 18px;
  background: #55a53f;
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.urun-detay-page__info-grid {
  display: block;
  border-bottom: 1px solid #e4e4e4;
}

.urun-detay-page__info-card {
  padding: 20px 0 26px;
  min-height: 0;
}

.urun-detay-page__info-card h3,
.urun-detay-page__bottom-card h3 {
  margin: 0 0 14px;
  color: #17344d;
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 800;
}

.urun-detay-page__text {
  color: #465462;
  font-size: 0.97rem;
  line-height: 1.55;
}

.urun-detay-page__text p {
  margin: 0 0 8px;
}

.urun-detay-page__text p:last-child {
  margin-bottom: 0;
}

.urun-detay-page__bottom-grid {
  padding-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.urun-detay-page__bottom-card {
  max-width: 430px;
  width: 100%;
}

.urun-detay-page__spec-table {
  border-top: 1px solid #17344d;
}

.urun-detay-page__spec-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e8edf0;
  color: #465462;
  font-size: 0.94rem;
  line-height: 1.4;
}

.urun-detay-page__spec-row strong {
  color: #17344d;
  font-weight: 800;
}

@media (max-width: 991px) {
  .urun-detay-page__panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px 18px 18px;
  }
  .urun-detay-page__visual-meta {
    position: static;
    margin: 0 auto 10px;
  }
  .urun-detay-page__image-frame {
    min-height: 290px;
  }
  .urun-detay-page__summary {
    min-height: 0;
  }
  .urun-detay-page__info-card {
    padding-right: 0;
  }
  .urun-detay-page__bottom-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .urun-detay-page__content {
    padding: 20px 0 48px;
  }
  .urun-detay-page__summary {
    flex-direction: column;
    align-items: flex-start;
  }
  .urun-detay-page__heading {
    font-size: 1.95rem;
  }
  .urun-detay-page__image-frame {
    min-height: 240px;
    padding: 0 8px;
  }
  .urun-detay-page__spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.iletisim-page__content {
  padding: 34px 0 72px;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 220px);
}

.iletisim-page__intro {
  margin-bottom: 28px;
}

.iletisim-page__intro-copy {
  max-width: 760px;
}

.iletisim-page__label {
  margin: 0 0 10px;
  color: #40a03c;
  font-size: 0.88rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.iletisim-page__intro h2 {
  margin: 0;
  color: #17344d;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.iletisim-page__intro p:last-child {
  max-width: 620px;
  margin: 14px 0 0;
  color: #5e6f80;
  font-size: 1rem;
  line-height: 1.7;
}

.iletisim-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 28px;
  align-items: start;
}

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

.iletisim-page__card,
.iletisim-page__form-card,
.iletisim-page__richtext {
  background: #fff;
  border: 1px solid rgba(18, 51, 77, 0.08);
  box-shadow: 0 18px 46px rgba(10, 37, 56, 0.07);
}

.iletisim-page__card {
  min-height: 180px;
  padding: 24px 22px;
}

.iletisim-page__card-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #a1acb7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.iletisim-page__card h3 {
  margin: 0 0 12px;
  color: #17344d;
  font-size: 1.28rem;
  line-height: 1.1;
  font-weight: 900;
}

.iletisim-page__card p,
.iletisim-page__card a {
  color: #4d5e6f;
  font-size: 0.98rem;
  line-height: 1.6;
  text-decoration: none;
}

.iletisim-page__card a {
  color: #2f9b3d;
  font-weight: 800;
}

.iletisim-page__richtext {
  margin-top: 18px;
  padding: 28px 30px;
  color: #45586a;
  font-size: 1rem;
  line-height: 1.78;
}

.iletisim-page__richtext > :first-child {
  margin-top: 0;
}

.iletisim-page__richtext > :last-child {
  margin-bottom: 0;
}

.iletisim-page__form-card {
  padding: 28px 28px 26px;
  position: sticky;
  top: 120px;
}

.iletisim-page__form-card h3 {
  margin: 0;
  color: #17344d;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
}

.iletisim-page__form-note {
  margin: 12px 0 0;
  color: #647485;
  font-size: 0.96rem;
  line-height: 1.6;
}

.contact-form {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.contact-form__field label {
  display: block;
  margin-bottom: 7px;
  color: #17344d;
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid #dbe4ea;
  background: #f8fbfd;
  padding: 0 14px;
  color: #18354d;
  font-size: 0.96rem;
  outline: none;
}

.contact-form__field input {
  min-height: 48px;
}

.contact-form__field textarea {
  min-height: 144px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  border-color: #4fa740;
  background: #fff;
}

.contact-form__button {
  min-height: 48px;
  border: 0;
  background: linear-gradient(90deg, #4da33e 0%, #67ba50 100%);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form__feedback {
  min-height: 20px;
  color: #4d5e6f;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .iletisim-page__grid {
    grid-template-columns: 1fr;
  }
  .iletisim-page__form-card {
    position: static;
  }
}
@media (max-width: 767px) {
  .iletisim-page__cards {
    grid-template-columns: 1fr;
  }
  .iletisim-page__content {
    padding: 24px 0 48px;
  }
  .iletisim-page__card,
  .iletisim-page__form-card,
  .iletisim-page__richtext {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.certificates-page__content {
  padding: 34px 0 72px;
  background: linear-gradient(180deg, #f6f9fb 0%, #ffffff 220px);
}

.certificates-page__intro {
  margin-bottom: 28px;
  max-width: 760px;
}

.certificates-page__label {
  margin: 0 0 10px;
  color: #40a03c;
  font-size: 0.88rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.certificates-page__intro h2 {
  margin: 0;
  color: #17344d;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.03em;
}

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

.certificates-page__card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 51, 77, 0.08);
  box-shadow: 0 18px 46px rgba(10, 37, 56, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.certificates-page__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(10, 37, 56, 0.1);
}

.certificates-page__media {
  aspect-ratio: 4/3;
  background: #eff4f7;
}

.certificates-page__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificates-page__body {
  padding: 20px 20px 22px;
}

.certificates-page__card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #a1acb7;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.certificates-page__body h3 {
  margin: 0;
  color: #17344d;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 900;
}

.certificates-page__actions {
  margin-top: 18px;
}

.certificates-page__actions a,
.certificates-page__actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  background: linear-gradient(90deg, #4da33e 0%, #67ba50 100%);
  color: #fff;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.certificates-page__actions span {
  background: #d8e1e8;
  color: #5c6a77;
}

.certificates-page__empty {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(18, 51, 77, 0.08);
  color: #4d5e6f;
}

@media (max-width: 991px) {
  .certificates-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .certificates-page__content {
    padding: 24px 0 48px;
  }
  .certificates-page__grid {
    grid-template-columns: 1fr;
  }
}
.site-footer {
  position: relative;
  margin-top: 24px;
  color: #1e1e1e;
}

.site-footer__top {
  position: relative;
  background: url("../img/footer-top-bg.webp") center center/cover no-repeat;
}

.site-footer__top-inner {
  min-height: 138px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-footer__hotline {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: min(100%, 366px);
  min-height: 98px;
  padding: 20px 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  z-index: 3;
}

.site-footer__hotline-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer__hotline-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__hotline-copy {
  display: grid;
  gap: 4px;
}

.site-footer__hotline-label {
  color: #2e2e2e;
  font-size: 0.95rem;
  line-height: 1.1;
  font-weight: 800;
}

.site-footer__hotline-phone {
  color: #303030;
  text-decoration: none;
  font-size: clamp(1.6rem, 2vw, 2.15rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.site-footer__tagline {
  min-width: 196px;
  padding-bottom: 8px;
  color: #fff;
  text-align: center;
}

.site-footer__tagline strong,
.site-footer__tagline span {
  display: block;
}

.site-footer__tagline strong {
  font-size: 1rem;
  line-height: 1.05;
  font-weight: 800;
}

.site-footer__tagline span {
  font-size: 0.95rem;
  line-height: 1.05;
  font-weight: 600;
}

.site-footer__tagline::after {
  content: "";
  display: block;
  width: 74px;
  height: 7px;
  margin: 10px auto 0;
  border-top: 2px solid rgba(255, 255, 255, 0.95);
}

.site-footer__body {
  background: #f8f5f0 url("../img/footer-bottom-bg.jpg") center center/cover no-repeat;
  padding: 88px 0 18px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  align-items: start;
}

.site-footer__info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.site-footer__info-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer__info-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__info-copy h3 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 900;
}

.site-footer__info-copy p {
  margin: 0;
  color: #2a2a2a;
  font-size: 0.99rem;
  line-height: 1.34;
  font-weight: 500;
}

.site-footer__info-copy a {
  color: #41a53d;
  font-weight: 800;
  text-decoration: none;
}

.site-footer__bottom {
  padding-top: 52px;
}

.site-footer__bottom p {
  margin: 0;
  color: #262626;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .site-footer__grid {
    gap: 26px;
  }
}
@media (max-width: 991px) {
  .site-footer__top-inner {
    min-height: 180px;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .site-footer__hotline {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 0 auto;
  }
  .site-footer__tagline {
    display: none;
  }
  .site-footer__body {
    padding-top: 34px;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .site-footer__bottom {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .site-footer {
    margin-top: 18px;
  }
  .site-footer__top-inner {
    min-height: 156px;
  }
  .site-footer__hotline {
    width: 100%;
    min-height: 88px;
    padding: 18px 18px;
    gap: 14px;
  }
  .site-footer__hotline-icon {
    width: 44px;
    height: 44px;
  }
  .site-footer__hotline-label {
    font-size: 0.85rem;
  }
  .site-footer__hotline-phone {
    font-size: 1.55rem;
  }
  .site-footer__info-copy h3 {
    font-size: 1rem;
  }
  .site-footer__info-copy p,
  .site-footer__bottom p {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style.css.map */