.header__logo.kirovmash-logo {
  width: 82px;
  padding-top: 6px;
}

/* Kirovmash footer: donor geometry with verified company data. */
.kiro-footer__logo {
  width: 104px;
  height: 104px;
  padding: 0;
}

.kiro-footer__logo::before {
  display: none;
}

.kiro-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kiro-footer-rating {
  width: 150px;
  height: 50px;
}

.kiro-footer-rating__frame {
  display: block;
  width: 150px;
  height: 50px;
  border: 0;
}

.kiro-footer .footer__nav {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.kiro-footer .footer__nav-item {
  flex: 1 1 150px;
  max-width: 25%;
}

.kiro-footer__requisites {
  color: #838383;
}

.kiro-footer .footer__contact-list {
  min-width: 0;
}

.kiro-footer .contacts-block__contact a {
  overflow-wrap: anywhere;
}

@media (max-width: 1023px) {
  .kiro-footer .footer__nav-item {
    max-width: calc(25% - var(--m20));
  }

}

@media (max-width: 767px) {
  .kiro-footer__logo {
    width: 88px;
    height: 88px;
  }

  .kiro-footer .footer__nav {
    margin-right: 0;
  }

  .kiro-footer .footer__nav-item {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }

  .kiro-footer .footer__contact-list {
    flex-direction: column;
  }

  .kiro-footer .footer__contact {
    width: 100%;
  }

  .kiro-footer .footer__bottom.last {
    margin-top: 0;
  }
}

.kirovmash-logo__icon {
  width: 77px;
  height: 76px;
  display: block;
  object-fit: contain;
}

.header__top .seo-header-email:hover,
.header__top .seo-header-email:focus-visible,
.header__top .seo-hot-phone:hover,
.header__top .seo-hot-phone:focus-visible {
  color: #d42b35;
}

/* Replace the donor's orange link state throughout the desktop header with
   the Kirovmash blue.  The highlighted catalog tab keeps its own tricolour
   treatment below. */
.header .header-nav .link {
  --link-hover-color: #2375c9;
  --link-hover-icon-color: #2375c9;
  --link-selected-color: #174f87;
  --link-selected-icon-color: #174f87;
}

/* The footer uses the same donor link component, so override its orange
   interaction state in one place as well. */
.kiro-footer .link {
  --link-hover-color: #2375c9;
  --link-hover-icon-color: #2375c9;
  --link-selected-color: #174f87;
  --link-selected-icon-color: #174f87;
}

@media (min-width: 1024px) {
  .header__content,
  .header__main,
  .header__logo,
  .header__nav {
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (min-width: 1024px) {
  .header__nav {
    gap: 12px;
    overflow-x: hidden;
  }

  .header__nav-item {
    gap: 4px;
    min-width: 0;
  }

  .header__nav-item .link {
    font-size: 14px;
  }

  .header-nav--secondary {
    position: sticky;
    right: 0;
    z-index: 3;
    gap: 12px;
    margin-left: auto;
    padding-left: 12px;
    background: #fff;
  }

  .header-nav--secondary .link {
    font-size: 14px;
    font-weight: 600;
  }
}

.header__nav-item .header-nav__drop-wrap:first-child > .link--accentuation {
  --link-color: #242424;
  --link-hover-color: #242424;
  --link-selected-color: #242424;
  padding: 4px 11px;
  border-radius: var(--br8);
  background-color: #ffffff !important;
  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #ffffff 34%,
      #6488ad 34%,
      #6488ad 66%,
      #d42b35 66%,
      #d42b35 100%
    ) !important;
  background-size: 100% 100% !important;
  box-shadow: inset 0 0 0 1px rgba(36, 36, 36, 0.1);
  color: #242424 !important;
  font-weight: 800;
  pointer-events: auto;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.95);
}

.header__nav-item .header-nav__drop-wrap:first-child > .link--accentuation .link__text {
  color: #242424 !important;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.header__nav-item .header-nav__drop-wrap:first-child:hover > .link--accentuation {
  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #ffffff 34%,
      #7396ba 34%,
      #7396ba 66%,
      #df3b44 66%,
      #df3b44 100%
    ) !important;
}

@media (max-width: 1023px) {
  .header__logo.kirovmash-logo {
    width: 45px;
    margin-right: 12px;
    padding-top: 0;
  }

  .kirovmash-logo__icon {
    width: 45px;
    height: 45px;
  }
}

.kiro-identity-card {
  --bg-color: #121619;
  --hover-bg-color: #121619;
  --active-bg-color: #121619;
  --fg-color: #fff;
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  background-color: #121619 !important;
  background-image: url('/storage/kirovmash/identity-card-background-user.webp') !important;
  background-position: calc(100% + 30px) calc(50% + 7px) !important;
  background-size: auto calc(100% + 14px) !important;
  background-repeat: no-repeat !important;
  box-shadow: none;
  filter: none;
  -webkit-mask: url('/storage/kirovmash/card-corner-mask.svg') 0 0 / 100% 100% no-repeat;
  mask: url('/storage/kirovmash/card-corner-mask.svg') 0 0 / 100% 100% no-repeat;
  color: #fff;
  cursor: default;
  user-select: none;
  transition: background-position 0.52s cubic-bezier(0.22, 1, 0.36, 1), background-size 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.kiro-identity-card:hover {
  background-position: calc(100% + 28px) calc(50% + 5px) !important;
  background-size: auto calc(100% + 30px) !important;
}

.kiro-calculator-card:hover {
  background-position: calc(100% + 28px) calc(50% + 5px) !important;
  background-size: auto calc(100% + 30px) !important;
}

.kiro-identity-card::before,
.kiro-calculator-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.kiro-identity-card::before {
  background: rgba(255, 255, 255, 0.09);
}

.kiro-calculator-card::before {
  background: rgba(26, 42, 56, 0.075);
}

.kiro-identity-card:hover::before,
.kiro-calculator-card:hover::before {
  opacity: 1;
}

.kiro-identity-card::after {
  display: none !important;
}

.kiro-calculator-card {
  --bg-color: #fff;
  --hover-bg-color: #fff;
  --active-bg-color: #fff;
  --fg-color: #121619;
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  background-color: #fff !important;
  background-image: url('/storage/kirovmash/calculator-card-background-user-v2.webp') !important;
  background-position: calc(100% + 30px) calc(50% + 7px) !important;
  background-size: auto calc(100% + 14px) !important;
  background-repeat: no-repeat !important;
  box-shadow: none;
  filter: none;
  -webkit-mask: url('/storage/kirovmash/card-corner-mask.svg') 0 0 / 100% 100% no-repeat;
  mask: url('/storage/kirovmash/card-corner-mask.svg') 0 0 / 100% 100% no-repeat;
  cursor: default;
  user-select: none;
  transition: background-position 0.52s cubic-bezier(0.22, 1, 0.36, 1), background-size 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.kiro-calculator-card::after {
  display: none !important;
}

.kiro-calculator-card__content {
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 2;
  width: calc(100% - 48px);
}

.kiro-calculator-card__flow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #0872e5;
}

.kiro-calculator-card__flow-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kiro-calculator-card__flow-arrow {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kiro-calculator-card__ruble {
  fill: currentColor;
  stroke: none;
  font-family: 'Manrope', 'Manrope Fallback', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.kiro-calculator-card__title {
  display: grid;
  margin-top: 9px;
  color: #20252a;
  font-size: clamp(23px, 1.9vw, 27px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.kiro-calculator-card__title span {
  white-space: nowrap;
}

.kiro-calculator-card__title strong {
  display: inline-block;
  margin-left: 5px;
  color: #d42b35;
  font-size: 0.48em;
  font-weight: 800;
  letter-spacing: 0.08em;
  vertical-align: 0.25em;
}

.kiro-calculator-card__tricolor {
  width: 100%;
  margin-top: 8px;
}

.kiro-calculator-card__subtitle {
  position: absolute;
  left: 24px;
  bottom: 25px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(32, 37, 42, 0.76);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.kiro-calculator-card__subtitle span {
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: #d42b35;
}

.kiro-calculator-card__more {
  cursor: pointer;
}

.kiro-promo-card-shadow {
  filter:
    drop-shadow(0 1px 2px rgba(34, 55, 72, 0.1))
    drop-shadow(0 7px 14px rgba(34, 55, 72, 0.14));
}

.kiro-promo-card-shadow {
  display: grid;
  min-width: 0;
}

.main-banner__btn {
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

@media (min-width: 768px) {
  .main-banner__btn-wrapper--bottom {
    position: absolute;
    left: var(--m24);
    bottom: var(--m24);
    margin-top: 0;
  }
}

.main-banner__btn:hover,
.main-banner__btn:focus-visible {
  border-color: #d42b35 !important;
  background: #d42b35 !important;
  color: #fff !important;
  outline: none;
}

.kiro-identity-card__tricolor,
.kiro-calculator-card__tricolor {
  height: 2px;
  min-height: 2px;
  flex: 0 0 2px;
  box-sizing: border-box;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.68) 0 33.333%,
    #6488ad 33.333% 66.666%,
    #d42b35 66.666% 100%
  );
}

.kiro-calculator-card__tricolor {
  height: 2.5px;
  min-height: 2.5px;
  flex-basis: 2.5px;
  background: linear-gradient(
    90deg,
    #b4b5b6 0 33.333%,
    #6488ad 33.333% 66.666%,
    #d42b35 66.666% 100%
  );
}

.kiro-identity-card__tricolor {
  position: absolute;
  top: 102px;
  left: 24px;
  right: 24px;
  z-index: 3;
  width: auto;
}

.kiro-identity-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 21px 24px 20px;
}

.kiro-identity-card__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.kiro-identity-card__logo {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  background: url('/storage/kirovmash/logo-card-white-inside.svg') center / contain no-repeat;
}

.kiro-identity-card__brand-text {
  min-width: 0;
}

.kiro-identity-card__company {
  white-space: nowrap;
  font-size: clamp(25px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.kiro-identity-card__descriptor {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.kiro-identity-card__statement {
  max-width: 292px;
  margin-top: 20px;
  font-size: clamp(21px, 1.65vw, 25px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.kiro-identity-card__process {
  display: grid;
  gap: 5px;
  margin-top: 17px;
  width: min(100%, 290px);
}

.kiro-identity-card__process > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: baseline;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(55, 72, 87, 0.11);
  font-size: clamp(15px, 1.38vw, 19px);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.kiro-identity-card__process > div:last-child {
  border-bottom: 0;
}

.kiro-identity-card__process span {
  color: #6488ad;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.kiro-identity-card__process > div:last-child span {
  color: #d42b35;
}

.kiro-identity-card__since {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kiro-identity-card__since span {
  width: 28px;
  height: 2px;
  background: #d42b35;
}

.kiro-identity-card__more {
  position: absolute;
  right: 21px;
  bottom: 25px;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(89, 94, 101, 0.82);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background-color 0.42s ease, transform 0.2s ease;
}

.kiro-identity-card__more:hover,
.kiro-identity-card__more:focus-visible {
  background: #d42b35;
  outline: none;
  transform: translateY(-2px);
  transition: background-color 0.18s ease, transform 0.2s ease;
}

.kiro-identity-card:hover .kiro-identity-card__more,
.kiro-calculator-card:hover .kiro-identity-card__more {
  background: #6488ad;
}

.kiro-identity-card:hover .kiro-identity-card__more:hover,
.kiro-identity-card:hover .kiro-identity-card__more:focus-visible,
.kiro-calculator-card:hover .kiro-identity-card__more:hover,
.kiro-calculator-card:hover .kiro-identity-card__more:focus-visible {
  background: #d42b35;
}

.kiro-identity-card__more svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Large cropped brand mark for the home-page company block. */
.main-about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.main-about::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: calc(50% + 53px);
  left: -140px;
  width: 420px;
  height: 420px;
  background: url('/storage/kirovmash/logo-header.svg') center / contain no-repeat;
  opacity: 0.075;
  transform: translateY(-50%) rotate(23deg);
  pointer-events: none;
}

.main-about > * {
  position: relative;
  z-index: 1;
}

.main-about__title {
  font-size: 48px;
  line-height: 1.05;
}

.main-feature-card__name--fixed-lines {
  max-width: none;
}

.main-feature-card__name--fixed-lines > span {
  display: block;
  white-space: nowrap;
}

.main-feature-card--kiro-blue {
  --bg-color: linear-gradient(135deg, #123f70 0%, #1d609d 52%, #2d78b7 100%);
  --hover-bg-color: linear-gradient(135deg, #174b80 0%, #246dac 52%, #3687c8 100%);
  --active-bg-color: linear-gradient(135deg, #0d345f 0%, #174f87 52%, #246ba7 100%);
  --color: #fff;
  --secondary-color: rgba(255, 255, 255, 0.82);
}

.main-feature-card--kiro-blue .main-feature-card__btn {
  --btn-hover-bg-color: #d42b35;
  --btn-hover-border-color: #d42b35;
  --btn-hover-color: #fff;
  --btn-active-bg-color: #b91f2a;
  --btn-active-border-color: #b91f2a;
  --btn-active-color: #fff;
}

.main-page__features .main-feature-card__btn {
  --btn-hover-bg-color: var(--km-red, #d42b35);
  --btn-hover-border-color: var(--km-red, #d42b35);
  --btn-hover-color: #fff;
  --btn-active-bg-color: #b91f2a;
  --btn-active-border-color: #b91f2a;
  --btn-active-color: #fff;
}

/* Donor geometry retained; only Kirovmash content layers are added. */
.main-page__services .service-card-slider {
  isolation: isolate;
  overflow: hidden;
}

.main-page__services .service-card-slider__header {
  position: relative;
  isolation: isolate;
}

.main-page__services .service-card-slider__header::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: calc(50% + 53px);
  left: -140px;
  width: 420px;
  height: 420px;
  background: url('/storage/kirovmash/logo-header.svg') center / contain no-repeat;
  opacity: 0.075;
  transform: translateY(-50%) rotate(23deg);
  pointer-events: none;
}

.main-page__services .service-card-slider__header > * {
  position: relative;
  z-index: 1;
}

.main-page__services .service-card {
  isolation: isolate;
  overflow: hidden;
}

.main-page__services .service-card::before,
.main-page__services .service-card::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.main-page__services .service-card::before {
  z-index: 0;
  background: var(--service-image) center / contain no-repeat;
  opacity: var(--service-image-opacity, 0.82);
  transform: var(--service-image-transform, none);
  transform-origin: center;
  transition: transform .25s ease, opacity .25s ease;
}

.main-page__services .service-card::after {
  z-index: 1;
  inset: 0;
  background: linear-gradient(115deg, rgba(66, 66, 66, .98) 0%, rgba(66, 66, 66, .92) 39%, rgba(66, 66, 66, .26) 70%, rgba(66, 66, 66, 0) 100%);
}

.main-page__services .service-card:hover::before {
  opacity: var(--service-image-hover-opacity, 0.95);
  transform: var(--service-image-hover-transform, var(--service-image-transform, none));
}

.main-page__services .service-card__name,
.main-page__services .service-card__text,
.main-page__services .service-card__btn {
  position: relative;
  z-index: 2;
}

.main-page__services .service-card__name {
  max-width: 9.7em;
  text-wrap: balance;
}

.main-page__services .service-card__text {
  max-width: 17em;
}

.main-page__services .service-card[href='/oprosnyie-listyi/'] {
  --service-image: url('/storage/kirovmash/services/engineering-selection.webp');
  --service-image-opacity: 0.68;
  --service-image-transform: scaleX(-1) rotate(-1deg);
  --service-image-hover-transform: translate(-4px, -3px) scaleX(-1) rotate(-1deg);
}

.main-page__services .service-card[href='/oprosnyie-listyi/']::before {
  right: -16px;
  bottom: -48px;
  width: 190px;
  height: 208px;
}

.main-page__services .service-card[href='/catalog/komplektuyushhie/'] {
  --service-image: url('/storage/kirovmash/services/components-gears.webp');
  --service-image-opacity: 0.84;
  --service-image-transform: rotate(-3deg);
  --service-image-hover-transform: translate(-4px, -4px) rotate(-1deg) scale(1.025);
}

.main-page__services .service-card[href='/catalog/komplektuyushhie/']::before {
  right: -44px;
  bottom: -58px;
  width: 236px;
  height: 224px;
}

.main-page__services .service-card[href='/catalog/uslugi-metalloobrabotki/'] {
  --service-image: url('/storage/kirovmash/services/metalworking-services-hd.webp');
  --service-image-opacity: 0.88;
  --service-image-transform: rotate(-3deg);
  --service-image-hover-transform: translate(-5px, -5px) rotate(-1deg) scale(1.025);
}

.main-page__services .service-card[href='/catalog/uslugi-metalloobrabotki/']::before {
  right: -84px;
  bottom: 36px;
  width: 470px;
  height: 260px;
}

.main-page__services .service-card[href='/sotrudnichestvo/#cooperation-directions-title'] {
  --service-image: url('/storage/kirovmash/services/contract-manufacturing-blue-nameplate.webp');
  --service-image-opacity: 0.86;
  --service-image-transform: rotate(-2deg);
  --service-image-hover-transform: translate(-5px, -5px) rotate(0deg) scale(1.025);
}

.main-page__services .service-card[href='/sotrudnichestvo/#cooperation-directions-title']::before {
  right: 2px;
  bottom: -24px;
  width: 322px;
  height: 329px;
}

.main-page__services .service-card[href='/sotrudnichestvo/#cooperation-turnkey-title'] {
  --service-image: url('/storage/kirovmash/services/montage-commissioning-metal.webp');
  --service-image-opacity: 0.88;
  --service-image-transform: rotate(1deg);
  --service-image-hover-transform: translate(-5px, -5px) rotate(0deg) scale(1.025);
}

.main-page__services .service-card[href='/sotrudnichestvo/#cooperation-turnkey-title']::before {
  right: -12px;
  bottom: -28px;
  width: 356px;
  height: 380px;
}

@media (max-width: 767px) {
  .main-feature-card__name--fixed-lines {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .main-feature-card__name--fixed-lines > span {
    white-space: normal;
  }

  .main-about::before {
    left: -150px;
    width: 300px;
    height: 300px;
    opacity: 0.06;
  }

  .main-page__services .service-card-slider__header::before {
    left: -150px;
    width: 300px;
    height: 300px;
    opacity: 0.06;
  }

  .main-page__services .service-card__name {
    max-width: 10.5em;
  }

  .main-page__services .service-card__text {
    max-width: 15em;
  }

  .main-page__services .service-card[href='/oprosnyie-listyi/']::before {
    right: -34px;
    bottom: -42px;
    width: 172px;
    height: 188px;
  }

  .main-page__services .service-card[href='/catalog/komplektuyushhie/']::before {
    right: -48px;
    bottom: -48px;
    width: 204px;
    height: 194px;
  }

  .main-page__services .service-card[href='/catalog/uslugi-metalloobrabotki/']::before {
    right: -82px;
    bottom: -2px;
    width: 390px;
    height: 216px;
  }

  .main-page__services .service-card[href='/sotrudnichestvo/#cooperation-directions-title']::before {
    right: 6px;
    bottom: -20px;
    width: 267px;
    height: 272px;
  }

  .main-page__services .service-card[href='/sotrudnichestvo/#cooperation-turnkey-title']::before {
    right: 2px;
    bottom: -22px;
    width: 300px;
    height: 320px;
  }

  .main-about__title {
    /* Fixed fallback for older mobile engines that cannot parse clamp(). */
    font-size: 24px;
    font-size: clamp(21px, 6.5vw, 27px);
  }

  .kiro-calculator-card__content {
    top: 14px;
    left: 16px;
    width: calc(100% - 32px);
  }

  .kiro-calculator-card__flow {
    gap: 7px;
  }

  .kiro-calculator-card__flow-icon {
    width: 34px;
    height: 34px;
  }

  .kiro-calculator-card__flow-arrow {
    width: 16px;
    height: 16px;
  }

  .kiro-calculator-card__title {
    margin-top: 8px;
    font-size: 20px;
  }

  .kiro-calculator-card__tricolor {
    margin-top: 8px;
  }

  .kiro-calculator-card__subtitle {
    left: 16px;
    bottom: 14px;
    font-size: 11px;
  }

  .kiro-identity-card__content {
    min-height: 180px;
    padding: 18px 16px 16px;
  }

  .kiro-identity-card {
    filter: none;
    -webkit-mask: none;
    mask: none;
  }

  .kiro-identity-card__tricolor {
    top: 76px;
    left: 16px;
    right: 16px;
  }

  .kiro-identity-card__logo {
    width: 46px;
    height: 46px;
  }

  .kiro-identity-card__company {
    font-size: 18px;
  }

  .kiro-identity-card__descriptor {
    font-size: 11px;
  }

  .kiro-identity-card__statement {
    margin-top: 20px;
    font-size: 18px;
  }

  .kiro-identity-card__more {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }

  .kiro-identity-card__process {
    gap: 3px;
    margin-top: 13px;
  }

  .kiro-identity-card__process > div {
    grid-template-columns: 24px 1fr;
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .kiro-identity-card__content {
    min-height: 180px;
    padding: 12px;
  }

  .kiro-identity-card__brand {
    gap: 6px;
  }

  .kiro-identity-card__logo {
    width: 38px;
    height: 38px;
  }

  .kiro-identity-card__company {
    font-size: 10.5px;
    letter-spacing: -0.035em;
  }

  .kiro-identity-card__descriptor {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.2;
  }

  .kiro-identity-card__tricolor {
    top: 58px;
    right: 12px;
    left: 12px;
  }

  .kiro-identity-card__statement {
    max-width: 145px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.1;
  }

  .kiro-identity-card__since {
    gap: 5px;
    font-size: 8px;
    letter-spacing: .1em;
  }

  .kiro-identity-card__since span {
    width: 22px;
  }

  .kiro-identity-card__more {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
  }

  .kiro-identity-card__more svg {
    width: 19px;
    height: 19px;
  }

  .kiro-calculator-card__content {
    top: 10px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .kiro-calculator-card__flow {
    gap: 4px;
  }

  .kiro-calculator-card__flow-icon {
    width: 28px;
    height: 28px;
  }

  .kiro-calculator-card__flow-arrow {
    width: 12px;
    height: 12px;
  }

  .kiro-calculator-card__title {
    margin-top: 7px;
    font-size: 16px;
    letter-spacing: -0.04em;
  }

  .kiro-calculator-card__title strong {
    margin-left: 2px;
  }

  .kiro-calculator-card__tricolor {
    margin-top: 7px;
  }

  .kiro-calculator-card__subtitle {
    left: 12px;
    bottom: 12px;
    gap: 5px;
    font-size: 8.5px;
  }

  .kiro-calculator-card__subtitle span {
    width: 20px;
  }
}
