@import url("./font/font.css");
/* =========== Общие сбросы =========== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}
.work-steps * {
  box-sizing: border-box;
}
.work-steps img {
  display: block;
  max-width: 100%;
  height: auto;
}
.work-steps {
  font-family: "PT Sans", sans-serif;
  line-height: 1.6;
  color: #fff;
  position: relative;
  background-color: #1f6b63; /* фон секции */
}
.container {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* =========== Секция “Этапы работы” =========== */
section.work-steps {
  padding: 4rem 0;
  text-align: center;
  overflow-x: hidden;
}
section.work-steps__header {
  max-width: 800px;
  margin: 0 auto 3rem;
}
.work-steps__header div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.work-steps__header div h2 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 180px;
  line-height: 180px;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #2b8077;
}

.work-steps__header div div {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  max-width: 600px;
  color: #eeeeee;
}

/* =========== Основной контент =========== */
.work-steps__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 700px;
  border-radius: 12px;
  margin-top: 48px;
  background: linear-gradient(to right, #d4e1e0 50%, #1f6b63 50%);
  position: relative;
}

.work-steps__content-central {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 780px;
  height: 100%;
  border-radius: 12px;
  background: white;
  position: relative;
  background-position: 100%;
  z-index: 1;
}
.big-green-step {
  font-family: "PT Sans Narrow";
  font-size: 120px;
  color: #05b882;
  line-height: 94px;
  width: fit-content;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.last-step-div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 112px;
  position: relative;
}
.custom-pads {
  margin-top: 112px;
  background: none;
}
.custom-central {
  margin-left: 98px;
}
.alternative {
  color: #2b8077;
}
.alternative-two {
  color: #399d7f;
}
.alternative-bottom {
  color: #2b8077;
  position: absolute;
  bottom: 32px;
  right: 24px;
}
.card-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
  width: fit-content;
  text-align: start;
}
.card-title-alt {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  width: fit-content;
}
.card-subtitle-alt {
  font-family: "PT Sans", sans-serif;
  color: #ffffffcc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
  text-align: start;
}
.step-card-def-img-top {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.step-card-def-img-bot {
  position: absolute;
  bottom: 20px;
}
.green-link {
  font-family: "PT Sans", sans-serif;
  color: #10db86;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: start;
}
.step-card-default {
  width: 100%;
  min-height: 460px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(6, 71, 91, 0.64) 0%,
    rgba(6, 112, 89, 0.72) 100%
  );
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-subtitle {
  font-family: "PT Sans", sans-serif;
  color: #ffffffcc;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  width: fit-content;
  text-align: start;
}
.request-text {
  --r: 1em;
  --t: 1.5em;
  border-inline: var(--t) solid #0000;
  border-radius: calc(var(--r) + var(--t)) / var(--r);
  mask: radial-gradient(100% 100% at var(--_p) 0, #0000 99%, #000 102%)
      var(--_p) 100% / var(--t) var(--t) no-repeat,
    linear-gradient(#000 0 0) padding-box;
  bottom: 76px;
  left: 48px;
  position: absolute;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000000;
  background-color: #fff;
  padding: 16px;
  margin-right: 100px;
  box-sizing: border-box;
  text-align: start;
  --_p: 0;
  border-bottom-left-radius: 0 0;
}

.work-steps__content-card {
  position: absolute;
  top: 218px;
  right: 0;
  z-index: 11;
  width: 406px;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(97, 236, 185, 0.8);
  padding: 48px 32px;
  gap: 10px;
  background: linear-gradient(
    180deg,
    rgba(6, 71, 91, 0.8) 0%,
    rgba(6, 112, 89, 0.9) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Для Safari */
}
.step-14 {
  top: -48px;
  right: 25%;
}
.work-steps__side-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.work-steps__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
}
.img-template {
  margin-right: -52px;
  max-width: 452px !important;
  width: 100%;
  height: 100%;
}
.work-steps__side-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  margin-top: 24px;
}
.work-steps__sides > div {
  background-color: #f1f1f1;
  text-align: center;
  padding: 10px;
  font-size: 30px;
}
.sub-flex {
  display: flex;
  margin: 32px 24px;
}
.second-step {
  border: 1px solid #05b882;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 460px;
}
.work-steps__secondary {
  margin-top: 102px;
  position: relative;
  z-index: 1;
}
.word-sheet-title {
  font-family: "PT Sans", sans-serif;
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  color: #000000;
}
.with-bg {
  background: linear-gradient(
    180deg,
    rgba(6, 71, 91, 0.64) 0%,
    rgba(6, 112, 89, 0.72) 100%
  );
}
.word-sheet-content {
  font-family: "PT Sans", sans-serif;
  font-size: 8px;
  line-height: 12px;
  font-weight: 400;
  color: #000000;
  padding-top: 12px;
}
.txt-start {
  text-align: start;
  padding-top: 24px;
}

.styled-hr {
  width: 90%;
  position: relative;
  z-index: -1;
}
.inside-styler-hr {
  margin: 0 48px;
  box-shadow: 0px -12px 80px 12px #ebffcb;
}
.word-header {
  padding: 12px 48px 0 48px;
}
.word-sheet {
  background: #ffffffcc;
  padding: 16px 22px 4px 22px;
  margin-top: 8px;
}
.word-template {
  background: #ffffffcc;
  width: 70%;
  height: fit-content;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-top: -32px;
}
.work-steps__content-central-img {
  height: 604px !important;
}

.work-steps__content-left {
  padding: 66px 0;
  background: #d4e1e0;
  width: 206px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px 0 0 12px;
}

.work-steps__content-right {
  padding: 66px 0;
  background: #1f6b63;
  width: 206px;
  /* max-width: 206px; */
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 12px 0 0 12px;
}
.end {
  align-self: end;
}
.def-flex {
  display: flex;
}
.with-pads {
  margin-top: 24px;
  gap: 48px;
}
.gap-8 {
  gap: 8px;
}
.gap-16 {
  gap: 16px;
}
.def-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.subs-breaker {
  width: 93%;
  display: flex;
  padding-top: 48px;
  gap: 12px;
  background: #276b64;
}
.subs-breaker-alt {
  width: 93%;
  display: flex;
  padding-top: 28px;
  gap: 12px;
}
.work-steps__blackout {
  height: 960px;
  width: 100%;
  background: black;
  border-radius: 80px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  left: 0;
  top: 2200px;
}
.work-steps__whiteout {
  margin-top: 78px;
  height: 960px;
  width: 100%;
  background: white;
  background-image: url("img/dot-bg.png");
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  background-size: 1%;
}
.top-whiteout-shadow {
  width: 100%;
  height: 540px;
  background: linear-gradient(
    180deg,
    rgba(39, 107, 100, 0) 0%,
    #ebffcb 90%,
    #ffffff 100%
  );
  position: absolute;
  top: -540px;
}
.bottom-whiteout-shadow {
  width: 100%;
  height: 540px;
  background: linear-gradient(180deg, #ffffff 0%, #ebffcb 10%, #276b6400 100%);
  position: absolute;
  bottom: -540px;
}
.blackout-skeleton {
  height: 960px;
  margin: 60px 0;
}
.whiteout-skeleton {
  height: 960px;
  margin: 72px 0;
}
.with-max-width {
  max-width: 751px;
}
.with-right-pad {
  right: 16px;
  top: 132px;
}
.whiteout-flex {
  display: flex;
  width: 1224px;
  justify-content: start;
  position: relative;
  margin-top: 64px;
}
.inside-whiteout {
  position: relative;
  margin-left: -20px;
}
.outta {
  width: 418px;
  top: 148px;
  right: -96px;
}
.abs-circles {
  position: absolute;
  width: calc(100% + 80px);
}
.black-sheet-infos {
  display: flex;
  justify-content: space-between;
  padding: 16px 8px;
}
.name-tg-big {
  color: #444444;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.green-bean {
  color: #769390;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.light-green-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #05b86d;
}
.green-hr {
  background: #82b4af;
  height: 1px;
  width: 100%;
}
.inside-whiteout img {
  max-width: 85%;
}
.flex-end {
  padding: 16px 0;
  display: flex;
  justify-content: end;
}
.def-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #444444;
}
.blackout-sheet {
  overflow: visible;
  position: relative;
  align-self: center;
  max-width: 1016px;
  width: 100%;
  min-height: 700px;
  padding: 0 95px;
  background: #ffffffcc;
  clip-path: polygon(
    0% 100%,
    2.38% calc(100% - 20px),
    4.76% 100%,
    7.14% calc(100% - 20px),
    9.52% 100%,
    11.9% calc(100% - 20px),
    14.29% 100%,
    16.67% calc(100% - 20px),
    19.05% 100%,
    21.43% calc(100% - 20px),
    23.81% 100%,
    26.19% calc(100% - 20px),
    28.57% 100%,
    30.95% calc(100% - 20px),
    33.33% 100%,
    35.71% calc(100% - 20px),
    38.1% 100%,
    40.48% calc(100% - 20px),
    42.86% 100%,
    45.24% calc(100% - 20px),
    47.62% 100%,
    50% calc(100% - 20px),
    52.38% 100%,
    54.76% calc(100% - 20px),
    57.14% 100%,
    59.52% calc(100% - 20px),
    61.9% 100%,
    64.29% calc(100% - 20px),
    66.67% 100%,
    69.05% calc(100% - 20px),
    71.43% 100%,
    73.81% calc(100% - 20px),
    76.19% 100%,
    78.57% calc(100% - 20px),
    80.95% 100%,
    83.33% calc(100% - 20px),
    85.71% 100%,
    88.1% calc(100% - 20px),
    90.48% 100%,
    92.86% calc(100% - 20px),
    95.24% 100%,
    97.62% calc(100% - 20px),
    100% 100%,
    100% 0%,
    0% 0%
  );

  -webkit-clip-path: polygon(
    0% 100%,
    2.38% calc(100% - 20px),
    4.76% 100%,
    7.14% calc(100% - 20px),
    9.52% 100%,
    11.9% calc(100% - 20px),
    14.29% 100%,
    16.67% calc(100% - 20px),
    19.05% 100%,
    21.43% calc(100% - 20px),
    23.81% 100%,
    26.19% calc(100% - 20px),
    28.57% 100%,
    30.95% calc(100% - 20px),
    33.33% 100%,
    35.71% calc(100% - 20px),
    38.1% 100%,
    40.48% calc(100% - 20px),
    42.86% 100%,
    45.24% calc(100% - 20px),
    47.62% 100%,
    50% calc(100% - 20px),
    52.38% 100%,
    54.76% calc(100% - 20px),
    57.14% 100%,
    59.52% calc(100% - 20px),
    61.9% 100%,
    64.29% calc(100% - 20px),
    66.67% 100%,
    69.05% calc(100% - 20px),
    71.43% 100%,
    73.81% calc(100% - 20px),
    76.19% 100%,
    78.57% calc(100% - 20px),
    80.95% 100%,
    83.33% calc(100% - 20px),
    85.71% 100%,
    88.1% calc(100% - 20px),
    90.48% 100%,
    92.86% calc(100% - 20px),
    95.24% 100%,
    97.62% calc(100% - 20px),
    100% 100%,
    100% 0%,
    0% 0%
  );
}
.blackout-presheep {
  width: auto;
  position: relative;
  align-self: center;
  width: 1000px;
}
.blackout-sheet-inside {
  width: 100%;
  padding: 42px;
  min-height: 652px;
  background: white;
  box-shadow: #236d653d 0px 8px 24px;
}
.subs-breaker-flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.name-tg {
  font-family: "PT Sans", sans-serif;
  line-height: 16px;
  font-weight: 700;
  color: #444444;
  font-size: 12px;
}
.user-info {
  padding: 0 14px;
}
.is-online {
  color: #668ad1;
  font-size: 10px;
  font-family: "PT Sans", sans-serif;
  line-height: 14px;
  font-weight: 400;
  text-align: start;
}
.work-steps__content-central-header {
  height: 48px;
  width: 100%;
  background: #fdfefe;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.work-steps__content-central-footer {
  height: 48px;
  width: 100%;
  background: #fdfefe;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
.tg-message {
  padding: 0 14px;
  color: #444444;
  font-size: 12px;
  font-family: "PT Sans", sans-serif;
  line-height: 16px;
  font-weight: 400;
}
.top-actions {
  display: flex;
  gap: 1.5vw;
}
.circles-svg {
  background-image: url("svg/circles-desk.svg");
  background-size: cover;
  width: 100%;
  height: 960px;
}
.chats-svg {
  background-image: url("svg/chats-desk.svg");
  background-size: cover;
  width: 157px;
  height: 128px;
  margin: 0 24px;
}
.attach-svg {
  background-image: url("svg/attach-desk.svg");
  background-size: cover;
  width: 16px;
  height: 18px;
}
.tg-svg {
  background-image: url("svg/tg-desk.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
}
.phone-svg {
  background-image: url("svg/phone-desk.svg");
  background-size: cover;
  width: 18px;
  height: 18px;
}
.magnify-svg {
  background-image: url("svg/magnify-desk.svg");
  background-size: cover;
  width: 18px;
  height: 18px;
}
.dots-svg {
  background-image: url("svg/dots-desk.svg");
  background-size: cover;
  width: 18px;
  height: 18px;
}
.tablet-spacer {
  display: none;
}
.last-block-nodesk {
  display: none;
}
.img-template-mob {
  display: none !important;
}

/* =========== Адаптив =========== */
@media (max-width: 1280px) {
  .inside-whiteout img {
    max-width: 85%;
    padding: 0 4px;
  }
  .last-block-nodesk {
    display: flex;
  }
  .last-block-nodesk .work-steps__content-card {
    top: 68px;
  }
  .custom-pads {
    display: none;
  }
  .work-steps__content-grid {
    grid-template-columns: unset;
  }
  .green-bean {
    font-size: 8.57px;
    line-height: 12.85px;
  }
  .circles-svg {
    background-image: url("svg/circles-tablet.svg");
    background-size: cover;
    width: 100%;
    height: 584px;
  }
  .attach-svg {
    background-image: url("svg/attach-tablet.svg");
    background-size: cover;
    width: 11px;
    height: 12px;
  }
  .tg-svg {
    background-image: url("svg/tg-desk.svg");
    background-size: cover;
    width: 12px;
    height: 12px;
  }
  .phone-svg {
    background-image: url("svg/phone-tablet.svg");
    background-size: cover;
    width: 17px;
    height: 17px;
  }
  .magnify-svg {
    background-image: url("svg/magnify-tablet.svg");
    background-size: cover;
    width: 17px;
    height: 17px;
  }
  .dots-svg {
    background-image: url("svg/dots-tablet.svg");
    background-size: cover;
    width: 17px;
    height: 17px;
  }
  .work-steps__header div h2 {
    font-size: 120px;
    line-height: 144px;
  }
  .work-steps__content {
    height: 376px;
    background: transparent;
    max-width: 704px;
    margin: 48px auto;
  }
  .work-steps__content-left {
    /* width: 106px; */
    padding: 36px 16px;
    border-radius: 6px;
  }
  .chats-svg {
    background-image: url("svg/chats-tablet.svg");
    background-size: cover;
    width: 85px;
    height: 70px;
    margin: 0 8px;
  }
  .request-text {
    max-height: 303px;
    max-width: 351px;
    margin-right: 0;
    font-weight: 400;
    font-size: 7.52px;
    line-height: 11.82px;
    padding: 8px 12px;
    top: 36px;
    margin-top: 0px;
    min-height: 303px;
  }
  .work-steps__content-central {
    width: auto;
  }
  .work-steps__content-central-img {
    height: 324px !important;
    width: 100% !important;
  }
  .work-steps__content-central-header,
  .work-steps__content-central-footer {
    height: 25px;
    padding: 0 12px;
  }
  .work-steps__content-central-header {
    border-radius: 6px 6px 0 0;
  }
  .work-steps__content-central-footer {
    border-radius: 0 0 6px 6px;
  }
  .request-text {
    --r: 0.5em;
    margin-left: -20px;
  }
  .work-steps__whiteout,
  .whiteout-skeleton {
    max-height: 704px;
  }
  .whiteout-flex {
    width: auto;
  }
  .tg-message {
    font-size: 6.45px;
    line-height: 10.6px;
  }
  .work-steps__content-card {
    max-height: 320px;
    max-width: 304px;
    padding: 24px 32px;
    top: 71px;
  }
  .big-green-step {
    font-size: 80px;
    line-height: 96px;
    margin: 0;
  }
  .card-title {
    font-size: 24px;
    line-height: 32px;
  }
  .card-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .avatar-class {
    height: 16px !important;
    width: 16px !important;
  }
  .name-tg {
    font-size: 6.45px;
    line-height: 8.6px;
  }
  .is-online {
    font-size: 5.37px;
    line-height: 7.52px;
  }
  .user-info {
    padding: 0 8px;
  }
  .work-steps__side-top,
  .work-steps__side-bottom {
    grid-template-columns: auto;
  }
  .second-step {
    height: auto;
    min-height: unset;
    padding-bottom: 0px;
    margin-top: 48px;
  }
  .subs-breaker-flex {
    padding-bottom: 32px;
  }
  .step-card-def-img-bot {
    align-self: center;
  }
  .img-template {
    margin-right: -24px;
  }
  .with-max-width {
    max-width: unset;
  }
  .work-steps__blackout {
    border-radius: 0;
    max-height: 584px;
    position: static;
    margin-top: 96px;
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .blackout-sheet {
    padding: 0 50px;
    min-height: unset;
    max-height: 374px;
    max-width: 544px;
  }
  .outta {
    max-height: unset;
    right: 16px;
    top: 56px;
  }
  .tablet-spacer {
    display: block;
    width: 304px;
  }
  .blackout-presheep {
    width: 100%;
    max-width: 704px;
    padding: 16px;
    margin-top: -60px;
    justify-content: center;
    display: flex;
  }
  .def-text {
    font-size: 7.5px;
    line-height: 8.57px;
  }
  .blackout-sheet-inside {
    padding: 24px;
  }
  .blackout-skeleton {
    display: none;
  }
  .last-block-nodesk .request-text {
    height: fit-content;
    min-height: unset;
    max-height: unset;
    bottom: 36px;
    top: unset;
  }
  .with-right-pad {
    max-height: 360px;
    top: 150px;
  }
}
@media (max-width: 768px) {
  .with-right-pad {
    left: 16px;
    width: auto !important;
    top: 150px !important;
  }
  .inside-whiteout img {
    max-width: 100%;
  }
  .work-steps__whiteout,
  .whiteout-skeleton {
    max-height: 504px;
  }
  .outta {
    max-height: unset;
    left: 16px;
    right: 16px;
    width: auto !important;
    top: 90px;
  }
  .blackout-sheet {
    padding: 0 25px;
    max-width: unset;
  }
  .blackout-skeleton {
    height: calc(7em * 5);
  }
  .custom-step-card {
    min-height: 388px;
  }
  .step-card-def-img-top {
    left: -20px;
  }
  .work-steps__blackout {
    height: calc(7em * 5);
    padding: 64px 0 48px 0;
    margin-top: 60px;
  }
  .work-steps__secondary {
    margin-top: 60px;
  }
  .tablet-spacer {
    display: none;
  }
  .work-steps__whiteout {
    margin-top: 0px;
  }
  .blackout-sheet-inside {
    padding: 15px;
  }
  .green-bean {
    font-size: 4.66px;
    line-height: 6.99px;
  }
  .def-text {
    font-size: 4.08px;
    line-height: 4.66px;
  }
  .img-template {
    display: none !important;
  }
  .img-template-mob {
    display: block !important;
  }
  .step-card-default {
    padding: 16px;
  }
  section.work-steps {
    padding: 2rem 0;
  }
  .work-steps__header div div {
    font-size: 14px;
    line-height: 16px;
  }
  .work-steps__header div h2 {
    font-size: 48px;
    line-height: 64px;
  }
  .chats-svg {
    background-image: url("svg/chats-mob.svg");
    background-size: cover;
    width: 47px;
    height: 38px;
    margin: 0;
  }
  .work-steps__content-right {
    display: none;
  }
  .inside-whiteout img {
    padding: 0 0 0 20px;
  }
  .phone-svg {
    background-image: url("svg/phone-mob.svg");
    background-size: cover;
    width: 14px;
    height: 14px;
  }
  .magnify-svg {
    background-image: url("svg/magnify-mob.svg");
    background-size: cover;
    width: 14px;
    height: 12px;
  }
  .dots-svg {
    background-image: url("svg/dots-mob.svg");
    background-size: cover;
    width: 14px;
    height: 12px;
  }
  .avatar-class {
    height: 9px !important;
    width: 9px !important;
  }
  .card-title-alt {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .card-subtitle-alt {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .card-title {
    font-size: 18px;
    line-height: 24px;
  }
  .card-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .work-steps__content {
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .work-steps__content-card {
    padding: 16px;
    max-width: none;
    max-height: none;
    width: 100%;
    top: 200px;
  }
  .big-green-step {
    line-height: 70px;
  }
  .name-tg {
    font-size: 3.5px;
    line-height: 4.66px;
  }
  .is-online {
    font-size: 2.91px;
    line-height: 4.08px;
  }
  .work-steps__content {
    background: linear-gradient(to right, #d4e1e0 50%, #1f6b63 50%);
  }
  .work-steps__content-left {
    position: relative;
    width: 60px;
    padding: 36px 8px;
    border-radius: 6px;
  }
  .work-steps__content-central {
    width: 100%;
  }
  .work-steps__content-central-header {
    padding: 0 7px;
  }
  .user-info {
    padding: 0 4px;
  }
  .request-text {
    --r: 0.5em;
    margin-left: -48px;
    font-size: 6.08px;
    line-height: 6.41px;
  }
  .word-sheet-content {
    font-size: 4px;
    line-height: 6px;
  }
  .word-sheet {
    padding: 12px 8px 2px 8px;
  }
  .circles-svg {
    display: none;
  }
}

@media (max-width: 420px) {
  .whiteout-flex {
    margin-top: 0px;
  }
}
