.advantages-arrow_down {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0 0;
}
@media (max-width: 864px) {
  .advantages-arrow_down {
    overflow: hidden;
  }
}
.advantages-arrow_down .container {
  padding-bottom: 0;
}
.advantages-arrow_down .head2, .advantages-arrow_down h2 {
  font-size: 60px;
  line-height: 1.1em;
}
@media (max-width: 864px) {
  .advantages-arrow_down .head2, .advantages-arrow_down h2 {
    font-size: 30px;
    letter-spacing: -2.1px;
  }
}
.advantages-arrow_down__advantages {
  display: flex;
  justify-content: space-between;
  padding-bottom: 115px;
  position: relative;
}
@media (max-width: 864px) {
  .advantages-arrow_down__advantages {
    flex-direction: column;
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
.advantages-arrow_down__advantages_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 15px;
  border: 1px solid #dee1ed;
  border-radius: 10px;
  width: 100%;
  font-family: "Grandis", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  font-size: 18px;
}
.advantages-arrow_down__advantages_item div {
  display: flex;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  flex-direction: column;
}
@media (max-width: 864px) {
  .advantages-arrow_down__advantages_item div {
    padding: 20px;
    flex-direction: row;
  }
}
@media (max-width: 864px) {
  .advantages-arrow_down__advantages_item {
    flex-direction: row;
    letter-spacing: -0.4px;
    word-break: break-all;
    font-size: 15px;
    margin-bottom: 9px;
    position: relative;
    background: #ffffff;
    z-index: 1;
  }
  .advantages-arrow_down__advantages_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 0;
  }
  .advantages-arrow_down__advantages_item::after {
    content: "";
    position: absolute;
    left: -21px;
    top: 50%;
    width: 100%;
    height: 200%;
    border-left: 1px solid #D9DDE6;
    border-top: 1px solid #D9DDE6;
    border-radius: 10px 0px;
    z-index: -1;
  }
}
.advantages-arrow_down__advantages_item:last-child {
  margin-right: 0;
}
.advantages-arrow_down__advantages_item img {
  margin: 0 15px 15px;
  width: 40px;
  height: 40px;
}
@media (max-width: 864px) {
  .advantages-arrow_down__advantages_item img {
    margin: 0 20px 0 0;
    width: 30px;
    height: 30px;
  }
}
.advantages-arrow_down__advantages::after {
  content: "";
  display: block;
  width: 100%;
  height: 115px;
  background-image: url(/img/line_with_arrow.svg);
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 864px) {
  .advantages-arrow_down__advantages::after {
    background-image: url(/img/ico/arr_d.svg);
    height: 5px;
    left: -6px;
    background-position: left;
  }
}
.advantages-arrow_down__advantages_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
  align-items: end;
}

.advantages-arrow_down__advantages_title .head2, h2 {
  margin-bottom: 0;
}

.advantages-arrow_down__advantages_icons__list {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

@media (max-width: 864px) {
  .advantages-arrow_down__advantages_icons__list {
    display: none;
  }
}
.advantages-arrow_down__advantages_icons__item {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

@media (max-width: 864px) {
  .advantages-arrow_down__advantages_icons__item {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.advantages-arrow_down__advantages_icons__item:nth-child(2) {
  opacity: 0.6;
}

.advantages-arrow_down__advantages_icons__item:nth-child(1) {
  opacity: 0.2;
}

.advantages-arrow_down__advantages_icons__item img {
  width: 100%;
  height: 100%;
}

.advantages-arrow_down__advantages_list {
  display: grid;
  grid-template-columns: 515px auto;
  grid-column-gap: 23px;
  grid-row-gap: 20px;
  margin-bottom: 60px;
}

@media (max-width: 1260px) {
  .advantages-arrow_down__advantages_list {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 864px) {
  .advantages-arrow_down__advantages_list {
    margin-bottom: 10px;
    grid-template-columns: 1fr;
  }
}
.advantages-arrow_down__advantages_list_revert {
  grid-template-columns: auto 515px;
}

@media (max-width: 1260px) {
  .advantages-arrow_down__advantages_list_revert {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 864px) {
  .advantages-arrow_down__advantages_list_revert {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
