/*.match_s {*/
/*  background-color: tomato;*/
/*}*/
/*.match_l {*/
/*  color: tomato;*/
/*}*/
#spec-left-banner {
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: space-between;
}

#page-legal h2 {
  margin: .5em 0 2.5em;
  font-size: 1.8em;
  color: #000;
}
#page-legal h2:first-child {
  color: #fd8e09;
}
.delivery-points__rules {
  display: inline-block;
  max-width: 90%;
}
.delivery-points__phone {
  position: relative;
  top: 20px;
  height:0;
}



/** lobov@reksoft.ru:begin */
#page-dlv-points-dpd-container {
  display: flex;
  flex: 0 0 1;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#page-dlv-points-dpd {
  flex-basis: 45%;
}
#page-dlv-points-dpd-addon {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 45%;
}
@media screen and (max-width: 720px) {
  #page-dlv-points-dpd, #page-dlv-points-dpd-addon {
    flex-basis: 90%;
  } 
  #page-dlv-points-dpd-addon {
    margin-bottom: 2em;
  }
}
/** lobov@reksoft.ru: end */