.advant-block {
  padding: 100px 0px;
  position: relative;
  background-color: #eceded;
}
.advant-block:before {
  /*content: '';*/
  position: absolute;
  height: 60px;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url("images/advant_top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.advant-block:after {
  /*content: '';*/
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background-image: url("images/advant_bot.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.advant-block .title {
  margin-bottom: 40px;
}
.advant-block .advant {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.advant-block .advant .advant-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: start;
  align-items: flex-start;
  width: calc((100% / 3) - 15px);
  padding: 30px;
  margin-bottom: 30px;
  background: radial-gradient(50% 98.79% at 100% 100%, rgba(122,158,45,0.2) 0%, rgba(122,158,45,0) 100%), #1d1d1b;
  border-radius: 5px;
}
.advant-block .advant .advant-item .advant-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.advant-block .advant .advant-item .advant-top .advant-img {
  width: 80px;
  height: 80px;
  background-color: #f6f7f7;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 10px;
}
.advant-block .advant .advant-item .advant-top .advant-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advant-block .advant .advant-item .advant-top .advant-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #f6f7f7;
}
.advant-block .advant .advant-item .descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #f6f7f7;
}
@media screen and (max-width: 1221px) {
  .advant-block .advant .advant-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .advant-block .advant .advant-item {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .advant-block .advant .advant-item .advant-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-align: start;
    align-items: flex-start;
  }
  .advant-block .advant .advant-item .advant-top .advant-img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
