.main .benefits {
  padding-top: 30px;
  padding-bottom: 50px
}
.main .benefits__title {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px
}
.main .benefits__wrap {
  position: relative;
  height: 240px
}
.main .benefits__item {
  position: absolute;
  width: 100%;
  max-width: 245px;
  height: 80px;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ebebea;
  color: #3d485a
}
.main .benefits__item::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3d485a
}
.main .benefits__item:nth-child(1) {
  max-width: 270px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3d485a;
  color: #fff
}
.main .benefits__item:nth-child(1)::after {
  display: none
}
.main .benefits__item:nth-child(2) {
  top: 45px;
  left: 80px
}
.main .benefits__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 49.4%;
  width: 235px;
  height: 20px;
  background-image: url(../img/content/benefits/arrow-left.png);
  background-repeat: no-repeat;
  background-size: 235px 20px;
  background-position: center
}
.main .benefits__item:nth-child(3) {
  top: 45px;
  right: 80px
}
.main .benefits__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 49.5%;
  width: 234px;
  height: 20px;
  background-image: url(../img/content/benefits/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 234px 20px;
  background-position: center
}
.main .benefits__item:nth-child(4) {
  bottom: 20px;
  left: 270px
}
.main .benefits__item:nth-child(4)::after {
  top: 11px;
  left: auto;
  right: -5px;
  transform: none
}
.main .benefits__item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -40px;
  width: 40px;
  height: 78px;
  background-image: url(../img/content/benefits/arrow-down-left.png);
  background-repeat: no-repeat;
  background-size: 40px 78px;
  background-position: center
}
.main .benefits__item:nth-child(5) {
  bottom: 20px;
  right: 270px
}
.main .benefits__item:nth-child(5)::after {
  top: 11px;
  left: -5px;
  transform: none
}
.main .benefits__item:nth-child(5)::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -40px;
  width: 40px;
  height: 78px;
  background-image: url(../img/content/benefits/arrow-down-right.png);
  background-repeat: no-repeat;
  background-size: 40px 78px;
  background-position: center
}
.main .benefits__item-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px
}
.main .benefits__item-text {
  font-size: 15px;
  line-height: 14px
}
.main .benefits__inner {
  padding-top: 30px;
  margin-top: 80px;
  border-top: 1px solid #f0efef;
  display: flex;
  justify-content: space-between
}
.main .benefits__inner-title {
  width: 100%;
  max-width: 360px;
  margin-right: 40px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase
}
.main .benefits__inner-title span {
  font-weight: 700
}
.main .benefits__list {
  width: 100%;
  max-width: 740px
}
.main .benefits__row {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #f0efef
}
.main .benefits__numb {
  width: 40px;
  min-width: 40px;
  height: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #b1bdc0;
  margin-right: 10px
}
.main .benefits__row-content {
  padding-left: 15px;
  border-left: 1px solid #b1bdc0
}
.main .benefits__row-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #3d485a;
  margin-bottom: 5px
}
@media (max-width:1200px) {
  .main .benefits__item:nth-child(2) {
    left: 40px
  }
  .main .benefits__item:nth-child(2)::before {
    display: none
  }
  .main .benefits__item:nth-child(3) {
    right: 40px
  }
  .main .benefits__item:nth-child(3)::before {
    display: none
  }
  .main .benefits__item:nth-child(4) {
    left: 120px
  }
  .main .benefits__item:nth-child(4)::after {
    top: -5px;
    left: 50%;
    transform: translateX(-50%)
  }
  .main .benefits__item:nth-child(4)::before {
    display: none
  }
  .main .benefits__item:nth-child(5) {
    right: 120px
  }
  .main .benefits__item:nth-child(5)::after {
    top: -5px;
    left: 50%;
    transform: translateX(-50%)
  }
  .main .benefits__item:nth-child(5)::before {
    display: none
  }
}
@media (max-width:991px) {
  .main .benefits__title {
    font-size: 20px
  }
  .main .benefits__wrap {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto
  }
  .main .benefits__item {
    position: relative;
    max-width: initial;
    height: auto;
    transform: none
  }
  .main .benefits__item:nth-child(1) {
    position: static;
    max-width: initial;
    transform: none
  }
  .main .benefits__item:nth-child(2) {
    top: auto;
    left: auto
  }
  .main .benefits__item:nth-child(3) {
    top: auto;
    right: auto
  }
  .main .benefits__item:nth-child(4) {
    bottom: auto;
    left: auto
  }
  .main .benefits__item:nth-child(5) {
    bottom: auto;
    right: auto
  }
  .main .benefits__inner {
    flex-direction: column
  }
  .main .benefits__inner-title {
    max-width: initial;
    font-size: 20px;
    margin: 0 0 20px
  }
  .main .benefits__list {
    max-width: initial
  }
}
@media (max-width:767px) {
  .main .benefits {
    padding-top: 20px;
    padding-bottom: 30px
  }
  .main .benefits__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
  }
  .main .benefits__inner {
    padding-top: 20px;
    margin-top: 50px
  }
  .main .benefits__inner-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0
  }
  .main .benefits__row {
    flex-direction: column;
    align-items: start;
    padding: 20px 0
  }
  .main .benefits__numb {
    margin: 0 0 10px
  }
}