.advantages-section {
  background-color: #3E4747;
  padding-top: 0;
  padding-bottom: 0;
}
.advantages-section .pixel_top {
  top: 0;
  left: 0;
  width: 100%;
}
.advantages-section .pixel_bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.advantages-section .advantages-section__content {
  padding-top: 97px;
  padding-bottom: 97px;
}
.advantages-section .advantages-header {
  margin-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantages-section .advantages-header .title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  color: #C9D2CD;
  line-height: 1;
}
@media (max-width: 1024px) {
  .advantages-section .advantages-header .title {
    font-size: 64px;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .advantages-section .advantages-header .title br {
    display: none;
  }
}
@media (max-width: 576px) {
  .advantages-section .advantages-header .title {
    font-size: 40px;
    max-width: 300px;
    width: 100%;
  }
}
.advantages-section .advantages-header .subtitle {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  color: #C9D2CD;
  text-transform: uppercase;
  opacity: 40%;
}
@media (max-width: 1024px) {
  .advantages-section .advantages-header .subtitle {
    margin-bottom: 32px;
  }
}
.advantages-section .advantages-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 700px) {
  .advantages-section .advantages-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.advantages-section .advantages-list .advantage-item {
  background-color: #2E3535;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.advantages-section .advantages-list .advantage-item .item-number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3E4747;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  z-index: 1;
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 10px;
  color: #C9D2CD;
}
.advantages-section .advantages-list .advantage-item .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages-section .advantages-list .advantage-item .photo img {
  width: 189px;
  height: 189px;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages-section .advantages-list .advantage-item .minislogan {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #3E4747;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 10px;
  color: #C9D2CD;
}
.advantages-section .advantages-list .advantage-item .item-content {
  max-width: 300px;
}
.advantages-section .advantages-list .advantage-item .item-content .item-title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #C9D2CD;
  margin-bottom: 24px;
  line-height: 1;
}
.advantages-section .advantages-list .advantage-item .item-content .item-description {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: rgba(201, 210, 205, 0.5);
}