/* PlexTask 2026 B2B refresh */
:root {
  --pt-red: #ff164a;
  --pt-ink: #111827;
  --pt-text: #2f3746;
  --pt-muted: #6f7785;
  --pt-line: #e6ebf2;
  --pt-soft: #f4f7fb;
  --pt-steel: #4f6f8f;
  --pt-white: #fff;
}

html,
body {
  background: var(--pt-white);
  color: var(--pt-text);
}

body {
  font-family: GothamProRegular, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--pt-red);
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a:focus,
button:focus {
  outline: 2px solid rgba(255, 22, 74, .35);
  outline-offset: 4px;
}

@media (min-width: 1600px) {
  .container {
    width: 1320px;
  }
}

@media (min-width: 2200px) {
  .container {
    width: 1480px;
  }
}

.header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(230, 235, 242, .72);
  padding-top: 22px;
  padding-bottom: 22px;
  z-index: 25;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__right {
  display: flex;
  align-items: center;
}

.nav-item:first-child {
  display: none;
}

.nav {
  padding-top: 0;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-item {
  margin-left: 34px;
}

.nav-link {
  color: var(--pt-ink);
  font-family: GothamProMedium, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
}

.nav-link:hover,
.nav-item.active .nav-link {
  color: var(--pt-red);
}

.nav-link--button-link {
  background: var(--pt-red);
  border: 1px solid var(--pt-red);
  border-radius: 999px;
  color: var(--pt-white);
  padding: 13px 20px;
}

.nav-link--button-link:hover,
.nav-link--button-link:focus {
  background: #d90f3c;
  border-color: #d90f3c;
  color: var(--pt-white);
  text-decoration: none;
  transform: translateY(-1px);
}

.section__content {
  padding-top: 108px;
  padding-bottom: 96px;
}

.h1,
h1,
h2 {
  color: var(--pt-ink);
  font-family: GothamProBold, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.h1 {
  font-size: 46px;
  line-height: 1.08;
  margin-top: 0;
  margin-bottom: 24px;
}

.section-intro {
  color: var(--pt-muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
  margin: -8px 0 34px;
}

.btn--default {
  background: var(--pt-red);
  border: 1px solid var(--pt-red);
  border-radius: 999px;
  color: var(--pt-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  font-family: GothamProMedium, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.btn--default:hover,
.btn--default:focus {
  background: #d90f3c;
  border-color: #d90f3c;
  color: var(--pt-white);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(255, 22, 74, .18);
}

#first .section__content {
  padding-top: 130px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: 72px;
  align-items: center;
}

.offer {
  margin-right: 0;
}

.offer--modern h1 {
  max-width: 740px;
  margin: 0;
  color: var(--pt-ink);
  font-family: GothamProBold, "Helvetica Neue", Arial, sans-serif;
  font-size: 58px;
  line-height: 1.03;
  letter-spacing: 0;
}

.offer__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--pt-text);
  font-size: 19px;
  line-height: 1.7;
}

.offer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.offer__secondary {
  color: var(--pt-ink);
  font-family: GothamProMedium, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid rgba(17, 24, 39, .2);
}

.offer__secondary:hover,
.offer__secondary:focus {
  color: var(--pt-red);
  border-bottom-color: var(--pt-red);
  text-decoration: none;
}

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

.offer__facts div {
  border-top: 1px solid var(--pt-line);
  padding-top: 16px;
}

.offer__facts dt {
  color: var(--pt-ink);
  font-family: GothamProMedium, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.offer__facts dd {
  color: var(--pt-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 6px;
}

.hero-delivery-map {
  position: relative;
  padding: 34px 36px;
  overflow: hidden;
  border: 1px solid var(--pt-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 22, 74, .08), transparent 34%),
    linear-gradient(140deg, #fff 0%, #f7f9fc 100%);
  box-shadow: 0 28px 80px rgba(17, 24, 39, .08);
}

.hero-delivery-map:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--pt-red);
}

.hero-delivery-map h2 {
  max-width: 390px;
  margin: 0 0 28px;
  color: var(--pt-ink);
  font-family: GothamProBold, "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.18;
}

.hero-delivery-map__flow {
  position: relative;
  display: grid;
  gap: 18px;
}

.hero-delivery-map__flow:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 22, 74, .16), rgba(255, 22, 74, .62), rgba(255, 22, 74, .16));
}

.hero-delivery-map__item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid rgba(230, 235, 242, .86);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 30px rgba(17, 24, 39, .04);
}

.hero-delivery-map__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 22, 74, .14);
  border-radius: 8px;
  background: rgba(255, 22, 74, .06);
  color: var(--pt-red);
}

.hero-delivery-map__icon svg {
  display: block;
  width: 27px;
  height: 27px;
}

.hero-delivery-map__icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-delivery-map__item b {
  display: block;
  color: var(--pt-ink);
  font-family: GothamProBold, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
}

.hero-delivery-map__item span:not(.hero-delivery-map__icon) {
  display: block;
  margin-top: 6px;
  color: var(--pt-muted);
  font-size: 14px;
  line-height: 1.45;
}

.hero-delivery-map > p {
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--pt-line);
  color: var(--pt-text);
  font-family: GothamProMedium, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.services .h1 {
  margin-bottom: 18px;
}

.row--equal {
  display: flex;
}

.row--equal:before,
.row--equal:after {
  display: none;
}

.row--equal > [class*="col-"] {
  display: flex;
}

.service-item {
  min-height: 336px;
  padding: 32px;
  padding-top: 120px;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  border-radius: 8px;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(17, 24, 39, .12);
}

.service-item--item1 {
  background-image: linear-gradient(180deg, rgba(255, 22, 74, .84), rgba(130, 8, 36, .92)), url(../images/services_image1.jpg);
}

.service-item--item2 {
  background-image: linear-gradient(180deg, rgba(255, 22, 74, .84), rgba(130, 8, 36, .92)), url(../images/services_image2.jpg);
}

.service-item--item3 {
  background-image: linear-gradient(180deg, rgba(255, 22, 74, .84), rgba(130, 8, 36, .92)), url(../images/services_image3.jpg);
}

.service-item h3 {
  max-width: 320px;
  font-size: 21px;
  line-height: 1.35;
}

.service-item p {
  max-width: 330px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.65;
}

.service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(17, 24, 39, .16);
}

.about__heading {
  margin-bottom: 28px;
}

.about__text {
  max-width: 720px;
  color: var(--pt-text);
  font-size: 18px;
  line-height: 1.75;
  opacity: 1;
}

.about__text p {
  margin-bottom: 22px;
}

.about__nav {
  padding-top: 12px;
}

.about__nav-list li {
  opacity: 1;
}

.about__nav-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--pt-ink);
  font-family: GothamProMedium, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about__nav-list span:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--pt-red);
}

.industry-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.clients {
  height: auto;
}

.clients .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-left: 0;
  margin-right: 0;
}

.clients .row:before,
.clients .row:after {
  display: none;
}

.clients .row > [class*="col-"] {
  display: block;
  float: none;
  width: auto !important;
  margin-left: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.client-item-wrap {
  padding-bottom: 0;
  min-height: 0;
  height: 270px;
  margin-bottom: 0;
}

.client-item {
  --industry-accent: var(--pt-red);
  --industry-accent-rgb: 255, 22, 74;
  --industry-line: #7f91a7;
  --industry-node: #9aa8ba;
  --industry-soft-fill: rgba(var(--industry-accent-rgb), .055);
  --industry-soft-stroke: #dce5ef;
  --industry-accent-fill: rgba(var(--industry-accent-rgb), .1);
  position: relative;
  display: block;
  height: 100%;
  padding: 26px 24px 24px;
  overflow: hidden;
  border: 1px solid var(--pt-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--industry-accent-rgb), .09), transparent 34%),
    linear-gradient(145deg, #fff 0%, #f7f9fc 100%);
  box-shadow: 0 18px 46px rgba(17, 24, 39, .06);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease, background .24s ease;
}

.client-item--item2 {
  --industry-accent: #c06a14;
  --industry-accent-rgb: 192, 106, 20;
}

.client-item--item3 {
  --industry-accent: #4338ca;
  --industry-accent-rgb: 67, 56, 202;
}

.client-item--item4,
.client-item--item9 {
  --industry-accent: #1d8fe2;
  --industry-accent-rgb: 29, 143, 226;
}

.client-item--item5,
.client-item--item7 {
  --industry-accent: #0f9f86;
  --industry-accent-rgb: 15, 159, 134;
}

.client-item--item6 {
  --industry-accent: #2837c9;
  --industry-accent-rgb: 40, 55, 201;
}

.client-item--item8 {
  --industry-accent: #c026a8;
  --industry-accent-rgb: 192, 38, 168;
}

.client-item--item10 {
  --industry-accent: #6d35d8;
  --industry-accent-rgb: 109, 53, 216;
}

.client-item:before {
  display: none;
}

.client-item:hover {
  border-color: rgba(var(--industry-accent-rgb), .26);
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--industry-accent-rgb), .13), transparent 36%),
    linear-gradient(145deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 28px 70px rgba(17, 24, 39, .11);
  transform: translateY(-4px);
}

.client-item h3 {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 1;
  margin: 0;
  padding: 0;
  color: var(--pt-ink);
  font-family: GothamProBold, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.22;
}

.client-item p {
  position: relative;
  z-index: 1;
  margin: 15px 0 0;
  color: var(--pt-muted);
  font-size: 13px;
  line-height: 1.55;
}

.industry-card__art {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  padding: 18px;
  color: var(--industry-line);
  overflow: visible;
  border: 1px solid rgba(var(--industry-accent-rgb), .12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 90%, rgba(var(--industry-accent-rgb), .11), transparent 62%),
    linear-gradient(145deg, rgba(var(--industry-accent-rgb), .06), rgba(255, 255, 255, .92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 18px 34px rgba(var(--industry-accent-rgb), .09);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.industry-card__art .line,
.industry-card__art .soft-stroke,
.industry-card__art .soft-fill,
.industry-card__art .accent,
.industry-card__art .accent-fill,
.industry-card__art .node {
  vector-effect: non-scaling-stroke;
}

.client-item:hover .industry-card__art {
  --industry-line: #66788d;
  --industry-node: #8290a2;
  --industry-soft-stroke: #cfd8e5;
  transform: translateY(-2px);
  border-color: rgba(var(--industry-accent-rgb), .2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 22px 40px rgba(var(--industry-accent-rgb), .13);
}

@media (min-width: 1600px) {
  .client-item-wrap {
    height: 292px;
  }
}

.process {
  margin-bottom: 30px;
}

.process .row {
  display: flex;
  flex-wrap: wrap;
}

.process .row:before,
.process .row:after {
  display: none;
}

.process-item {
  min-height: 176px;
  height: auto;
  padding: 22px;
  padding-top: 58px;
  align-items: flex-start;
  background: var(--pt-red);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(255, 22, 74, .14);
}

.process-item:before {
  display: none;
}

.process-item:after {
  left: 22px;
  top: 22px;
}

.process-item__bg {
  display: none;
}

.process-item h4 {
  position: static;
  padding: 0;
  color: var(--pt-white);
  font-size: 15px;
  line-height: 1.45;
}

.process-item p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.55;
}

.process-item--empty {
  display: none;
}

.tech {
  opacity: 1;
}

.tech p {
  color: var(--pt-text);
  font-size: 16px;
  line-height: 1.75;
}

.tech-list-item {
  color: var(--pt-text);
  font-family: GothamProMedium, "Helvetica Neue", Arial, sans-serif;
}

.contacts-form,
.official-card {
  border: 1px solid var(--pt-line);
  border-radius: 8px;
  background: var(--pt-soft);
  color: var(--pt-ink);
}

.contacts-form h6,
.official-card h6 {
  color: var(--pt-ink);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.contacts-form p,
.official-card p {
  color: var(--pt-text);
  font-size: 14px;
  line-height: 1.65;
}

.official-card a {
  color: var(--pt-red);
}

.official-card,
.contacts-form {
  padding: 34px 36px;
  margin-bottom: 14px;
}

.contacts-form .btn {
  min-height: 46px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.map-wrap,
.map,
#map {
  border-radius: 8px;
  overflow: hidden;
}

.map-wrap {
  border: 1px solid var(--pt-line);
  box-shadow: 0 20px 55px rgba(17, 24, 39, .08);
}

.office-map-card {
  background:
    linear-gradient(135deg, rgba(255, 22, 74, .92), rgba(255, 22, 74, .7)),
    url("../images/map_pin.svg") no-repeat calc(100% - 42px) 42px / 72px auto,
    #ff164a;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  padding: 42px;
}

.office-map-card h3 {
  color: #fff;
  font-family: GothamProBold;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 18px;
  max-width: 430px;
}

.office-map-card p {
  color: rgba(255, 255, 255, .86);
  font-family: GothamProRegular;
  font-size: 16px;
  line-height: 1.65;
  max-width: 460px;
}

.office-map-card__eyebrow {
  display: block;
  font-family: GothamProMedium;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.office-map-card__link {
  align-self: flex-start;
  background: #fff;
  border: 0;
  color: var(--pt-red);
}

.office-map-card__link:focus,
.office-map-card__link:hover {
  background: #111827;
  color: #fff;
}

.footer {
  color: var(--pt-muted);
  z-index: 20;
}

.footer__right {
  color: var(--pt-muted);
}

.footer__details,
.footer__details a,
.footer__policy-link {
  color: var(--pt-muted);
}

.footer__policy-link:hover,
.footer__details a:hover {
  color: var(--pt-red);
}

.details-page {
  color: var(--pt-text);
}

.details-page h1 {
  max-width: 900px;
  color: var(--pt-ink);
  font-family: GothamProBold, "Helvetica Neue", Arial, sans-serif;
  font-size: 56px;
  line-height: 1.08;
}

.details-page__lead {
  color: var(--pt-text);
}

.details-section {
  border-top-color: var(--pt-line);
}

.details-section h2 {
  color: var(--pt-ink);
  font-family: GothamProBold, "Helvetica Neue", Arial, sans-serif;
}

.details-list dt,
.details-list dd {
  border-top-color: var(--pt-line);
}

@media (min-width: 992px) {
  .offer {
    opacity: 1 !important;
    transition: none !important;
  }

  .about__nav-list li,
  .about__text,
  .client-item h3,
  .client-item p,
  .process-item,
  .tech {
    opacity: 1 !important;
  }

  .client-item {
    height: 100% !important;
  }

  .process .row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .process .row > [class*="col-"] {
    display: block;
    float: none;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }

  .process-item {
    height: 100%;
    min-height: 150px;
  }

  .process-item p {
    display: none;
  }
}

@media (max-width: 1239px) {
  .nav-item {
    margin-left: 24px;
  }

  .offer--modern h1 {
    font-size: 48px;
  }

  .hero-grid {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
  }

  .service-item {
    min-height: 320px;
    padding: 26px;
    padding-top: 108px;
  }

  .clients .row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }

  .client-item-wrap {
    height: 250px;
  }

  .client-item {
    padding: 19px 17px;
  }

  .industry-card__art {
    width: 80px;
    height: 80px;
    margin-bottom: 18px;
    padding: 15px;
    border-radius: 23px;
  }

  .client-item h3 {
    font-size: 16px;
  }

  .client-item p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 991px) {
  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header .container,
  .nav-list {
    display: block;
  }

  .nav {
    padding-top: 54px;
  }

  .nav-link--button-link {
    background: transparent;
    border: 0;
    color: var(--pt-red);
    padding: 0;
  }

  .section {
    padding-bottom: 80px;
    scroll-margin-top: 104px;
  }

  .section:first-child {
    padding-top: 132px;
  }

  .section__content {
    padding: 0;
  }

  .hero-grid {
    display: block;
  }

  .offer--modern h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .offer__lead {
    font-size: 17px;
  }

  .offer__facts {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
  }

  .hero-delivery-map {
    margin-top: 34px;
  }

  .row--equal,
  .process .row {
    display: block;
  }

  .clients .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .row--equal > [class*="col-"] {
    display: block;
  }

  .client-item-wrap {
    height: 270px;
  }

  .services .h1,
  .h1 {
    font-size: 38px;
  }

  .service-item {
    min-height: 300px;
  }

  .about {
    padding-top: 0;
  }

  .about__text {
    font-size: 16px;
  }

  .map {
    height: 360px;
    border: 1px solid var(--pt-line);
  }

  .office-map-card {
    min-height: 360px;
    padding: 34px;
  }
}

@media (max-width: 639px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav {
    top: 70px;
    padding-top: 44px;
  }

  .section:first-child {
    padding-top: 104px;
  }

  .section {
    padding-bottom: 58px;
    scroll-margin-top: 86px;
  }

  .offer--modern h1 {
    font-size: 34px;
  }

  .offer__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.65;
  }

  .offer__actions {
    display: grid;
    gap: 14px;
    align-items: stretch;
  }

  .offer__secondary {
    justify-self: start;
  }

  .hero-delivery-map {
    padding: 26px 22px;
  }

  .hero-delivery-map h2 {
    font-size: 22px;
  }

  .hero-delivery-map__item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 15px;
  }

  .hero-delivery-map__icon {
    width: 48px;
    height: 48px;
  }

  .services .h1,
  .h1,
  .details-page h1 {
    font-size: 32px;
  }

  .section-intro {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  .service-item {
    min-height: 280px;
    padding: 24px;
    padding-top: 104px;
  }

  .service-item h3 {
    font-size: 19px;
  }

  .about {
    padding-left: 0;
  }

  .about__heading:before {
    display: none;
  }

  .about__nav-list span {
    min-height: 30px;
    font-size: 12px;
  }

  .clients .row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .client-item-wrap {
    height: auto;
    min-height: 238px;
  }

  .client-item {
    padding: 22px;
  }

  .industry-card__art {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 24px;
  }

  .client-item h3 {
    font-size: 19px;
  }

  .client-item p {
    font-size: 14px;
    line-height: 1.55;
  }

  .process-item {
    min-height: 0;
    margin-bottom: 18px;
  }

  .section:nth-child(6) .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-form,
  .official-card {
    padding: 26px 22px;
  }

  .map {
    height: 300px;
  }

  .office-map-card {
    min-height: 300px;
    padding: 28px 22px;
  }

  .office-map-card h3 {
    font-size: 23px;
  }
}
