:root {
  --text-cl: #000c37;
  --white-cl: #fff;
  --silver-cl: #eff1f6;
  --gray-cl: #f8f9fd;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: var(--text-cl);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 400;
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  transition: all 250ms ease;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 157%;
  }
}
@media screen and (min-width: 1170px) {
  body {
    font-size: 16px;
    line-height: 162%;
  }
}
.cst-about-us .title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
}
.cst-about-us .title.main-title {
  margin: 0 auto 14px auto;
  max-width: 730px;
}
.cst-about-us .text {
  margin-bottom: 16px;
}
.cst-about-us .cta-text {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
.cst-about-us .image-block {
  margin: 0 auto;
  border-radius: 24px;
}
.cst-about-us .list-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin: 0 auto 20px auto;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  padding: 24px;
}
.cst-about-us .list-benefits .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cst-about-us .list-benefits .num {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffc919;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.cst-about-us .list-benefits .text {
  font-size: 16px;
  color: #222;
  text-align: center;
  margin: 0;
}
.cst-about-us .num-list {
  counter-reset: num;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cst-about-us .num-list .item {
  position: relative;
  padding-left: 42px;
  font-size: 14px;
  color: #222;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.cst-about-us .num-list .item::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f1f3;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.cst-about-us .simple-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cst-about-us .simple-list .item {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
}
.cst-about-us .simple-list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #bfc3c9;
  border-radius: 2px;
  display: block;
}
.cst-about-us .simple-list .item .link-text {
  color: #2a7be4;
  text-decoration: none;
  transition: color 0.2s;
}
.cst-about-us .simple-list .item .link-text:hover {
  color: #174a8c;
}
.cst-about-us .list-image-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.cst-about-us .list-image-text .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cst-about-us .list-image-text .item img {
  width: 94px;
  height: 94px;
}
.cst-about-us .list-image-text .item.item-row {
  flex-direction: row;
  gap: 14px;
}
.cst-about-us .list-image-text .item.item-row .content-title {
  text-align: left;
}
.cst-about-us .list-image-text .content {
  margin-top: 12px;
  text-align: center;
}
.cst-about-us .list-image-text .content-title {
  margin-bottom: 12px;
  font-size: 18px;
}
.cst-about-us section.intro::before {
  content: "";
  height: calc(100% + 900px);
  width: 100%;
  position: absolute;
  top: -1000px;
  left: 0;
  background: #917898;
  z-index: -1;
}
.cst-about-us section.intro .title,
.cst-about-us section.intro .text {
  color: #fff;
}
.cst-about-us section.mission {
  color: #fff;
  background: #917898;
}
.cst-about-us section.mission .num-list .item {
  color: #fff;
}
.cst-about-us section.intro,
.cst-about-us section.advantages,
.cst-about-us section.mission,
.cst-about-us section.law-help {
  padding: 20px 0;
}
.cst-about-us section.advantages,
.cst-about-us section.law-help {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .cst-about-us .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .cst-about-us .title.main-title {
    margin: 0 auto 20px auto;
  }
  .cst-about-us .list-benefits {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    padding: 32px;
  }
  .cst-about-us .list-benefits .item {
    flex-basis: calc((100% - 48px) / 3);
    padding: 12px 8px;
  }
  .cst-about-us .mission .list-benefits {
    max-width: 820px;
  }
  .cst-about-us .mission .list-benefits .item {
    flex-basis: calc((100% - 24px) / 2);
  }
  .cst-about-us .image-block {
    border-radius: 20px;
  }
  .cst-about-us .num-list {
    gap: 12px;
  }
  .cst-about-us .num-list .item {
    font-size: 16px;
    padding-left: 48px;
  }
  .cst-about-us .num-list .item::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .cst-about-us .simple-list {
    gap: 12px;
  }
  .cst-about-us .simple-list .item {
    font-size: 18px;
    padding-left: 24px;
  }
  .cst-about-us .simple-list .item::before {
    width: 10px;
    height: 10px;
  }
  .cst-about-us .list-image-text {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .cst-about-us .list-image-text .item {
    flex-basis: calc((100% - 20px) / 2);
  }
  .cst-about-us .list-image-text .content {
    margin-top: 18px;
  }
  .cst-about-us .list-image-text .content-title {
    margin-bottom: 18px;
    font-size: 22px;
  }
  .cst-about-us section.intro::before {
    height: calc(100% + 1000px);
  }
}
@media screen and (min-width: 1170px) {
  .cst-about-us section.intro .title,
  .cst-about-us section.intro .list-benefits {
    margin-bottom: 32px;
  }
  .cst-about-us section.intro .title.main-title {
    margin: 0 auto 32px auto;
  }
  .cst-about-us section.intro,
  .cst-about-us section.advantages,
  .cst-about-us section.mission,
  .cst-about-us section.law-help {
    padding: 40px 0;
  }
  .cst-about-us section.law-help .list-image-text .item {
    flex-basis: calc((100% - 56px) / 3);
  }
  .cst-about-us .list-image-text {
    gap: 28px;
  }
  .cst-about-us .list-image-text .item {
    flex-basis: calc((100% - 84px) / 4);
  }
  .cst-about-us .list-image-text .content-text {
    text-align: left;
  }
}
