.systems_banner {
  color: #0a0a0a;
  background-image: linear-gradient(to bottom, #fff9e6, #fffcf4 191px, transparent 334px);
  padding: 11.7rem 0 9.3rem;
}
.systems_banner .head {
  gap: 3.2rem 3rem;
}
.systems_banner .head .subtitle {
  width: 100%;
  color: rgba(10, 10, 10, 0.8);
  letter-spacing: 0.1043em;
}
.systems_banner .head h1 {
  font-size: 6.441rem;
  line-height: 1.0417637;
  font-weight: 700;
  width: 50%;
  max-width: 143.4rem;
}
.systems_banner .head h1 span {
  background: linear-gradient(to right, var(--primary), var(--primary)) no-repeat bottom 0.264em left / 100% 0.11em;
}
.systems_banner .head p {
  flex: 1;
  width: 100%;
  max-width: 61.5rem;
  padding-right: 2.1rem;
  margin-top: 3.6rem;
}
.systems_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4rem;
  margin-top: 1.6rem;
}
.systems_banner .btns .btn {
  line-height: 5.4rem;
  padding-top: 0;
}
.systems_banner .btns .btn.border {
  line-height: 5.5rem;
}
.systems_intro {
  color: #0a0a0a;
  padding: 9.3rem 0 12.1rem;
}
.systems_intro .img {
  width: 42.01388889%;
  --h: 76.03305785%;
  border-radius: 0.8rem;
}
.systems_intro .img + .head {
  max-width: 72.3rem;
}
.systems_intro .head {
  flex: 1;
  width: 100%;
  padding-top: 1.25%;
}
.systems_intro .head .subtitle {
  margin-bottom: 1.7rem;
  letter-spacing: 0.061em;
}
.systems_intro .head h2 {
  max-width: 68.6rem;
}
.systems_intro .head p {
  max-width: 71.3rem;
  margin-top: 3rem;
}
.systems_intro .head p + p {
  margin-top: 1.2rem;
}
.systems_main {
  color: #0a0a0a;
  background-color: #f7fafc;
  padding: 11.6rem 0 12rem;
}
.systems_main .head {
  max-width: 74.6rem;
}
.systems_main .head .subtitle {
  letter-spacing: 0.061em;
  margin-bottom: 1.7rem;
}
.systems_main .list {
  margin-top: 3.8rem;
}
.systems_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 4.9rem 1.77083333%;
}
.active .sys_item {
  box-shadow: 0.8rem 0.8rem 1rem rgba(165, 165, 165, 0.24);
}
.sys_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border-radius: var(--radius);
  border: 1px solid #e8e5f0;
  background-color: #fff;
  color: #0a0a0a;
  --radius: 0.8rem;
}
.sys_item:hover .img img {
  transform: scale(1.03);
}
.sys_item .pic {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.sys_item .pic .img {
  padding-bottom: 52.06073753%;
}
.sys_item .pic .img::after {
  position: absolute;
  width: 100%;
  height: 31.25%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
.sys_item .pic .icon {
  position: absolute;
  width: 6rem;
  height: 6rem;
  z-index: 2;
  background-color: var(--primary);
  border-radius: calc(var(--radius) / 2);
  left: 0;
  bottom: 0;
  margin: 3.3%;
}
.sys_item .pic .icon img {
  transform: scale(0.66666667);
}
.sys_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.856833% 4.3383948% 5.2060738% 6.2906725%;
}
.sys_item .info .text {
  flex: 1;
}
.sys_item .info .title {
  font-size: 2.5rem;
  font-weight: 600;
}
.sys_item .info .desc {
  font-size: 1.5rem;
  line-height: 1.46666667;
  opacity: 0.85;
  margin-top: 1rem;
}
.sys_item .info .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  margin-top: 1.6rem;
  gap: 2px 0.8rem;
}
.sys_item .info .tags span {
  display: inline-block;
}
.sys_item .info .link {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
  color: #0e191d;
  text-transform: uppercase;
  gap: 1.25em;
  margin-top: 3.2rem;
}
.sys_item .info .link::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 0.875em;
  height: 0.875em;
  transition: all 0.3s;
  background: url("../images/arrow.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
}
.sys_item .info .link:hover {
  color: var(--primary);
}
.sys_item .info .link:hover::after {
  transform: translateX(20%);
  filter: unset;
}
.page_proejcts {
  padding-top: 11.8rem;
  padding-bottom: 7.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .systems_banner .head h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .systems_banner .head h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .systems_banner {
    padding: 50px 0;
  }
  .systems_banner .head {
    display: block;
  }
  .systems_banner .head .subtitle {
    margin-bottom: 8px;
  }
  .systems_banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
    width: 100%;
  }
  .systems_banner .head p {
    max-width: unset;
    margin-top: 12px;
  }
  .systems_banner .btns {
    gap: 14px;
    margin-top: 20px;
  }
  .systems_banner .btns .btn {
    line-height: 40px;
    padding: 0 20px;
  }
  .systems_banner .btns .btn.border {
    line-height: 40px;
  }
  .systems_intro {
    padding: 50px 0;
  }
  .systems_intro .head {
    padding: 0;
  }
  .systems_intro .head .subtitle {
    margin-bottom: 8px;
  }
  .systems_intro .head p {
    margin-top: 12px;
  }
  .systems_intro .head p + p {
    margin-top: 12px;
  }
  .systems_main {
    padding: 50px 0;
  }
  .systems_main .head .subtitle {
    margin-bottom: 8px;
  }
  .systems_main .list {
    margin-top: 30px;
  }
  .systems_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }
  .sys_item .pic .icon {
    width: 50px;
    height: 50px;
  }
  .sys_item .info {
    padding: 20px;
  }
  .sys_item .info .title {
    font-size: 18px;
  }
  .sys_item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .sys_item .info .tags {
    margin-top: 12px;
    gap: 2px 5px;
  }
  .sys_item .info .link {
    margin-top: 20px;
  }
  .page_proejcts {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .systems_intro .img {
    width: 100%;
  }
  .sys_item .pic .icon {
    width: 40px;
    height: 40px;
  }
}
