@charset "UTF-8";
/**
    Other Directions (Другие направления обмена)
 */
.other_directions_in {
  display: flex;
  flex-wrap: wrap;
}

.other_directions a.other_direction {
  display: flex;
  float: none;
  flex-shrink: 0;
  width: 50%;
  margin: 0 0 10px 0;
  font: 14px var(--pe-font-family), sans-serif;
}
.other_direction_ins {
    border: 1px solid rgb(236, 236, 236);
    border-radius: 15px;
}
.other_directions a.other_direction:nth-child(2n) .other_direction_ins {
  margin-right: 0;
}
@media all and (max-width: 700px) {
  .other_directions a.other_direction {
    width: 100%;
  }
}
.other_directions .other_direction_ins {
  margin: 0 20px 0 0;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 23px 0 rgba(255, 255, 255, 0.47);
}
@media all and (max-width: 960px) {
  .other_directions .other_direction_ins {
    margin: 0 10px 0 0;
    padding: 10px;
  }
}
@media all and (max-width: 700px) {
  .other_directions .other_direction_ins {
    margin-left: 0;
    margin-right: 0;
  }
}
.other_directions .other_direction_data {
  float: none;
  width: 50%;
  height: auto;
}
.other_directions .other_direction_title {
  padding: 0 0 0 42px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  height: auto;
  min-height: 30px;
}
.other_directions .other_direction_logo {
  width: 33px;
  height: 33px;
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.other_directions .other_direction_arr {
  float: none;
  margin: 0 20px;
  background: url("../images/arrow-x3.svg") no-repeat center center;
}
@media all and (max-width: 400px) {
  .other_directions .other_direction_arr {
    margin: 0 10px;
  }
}

/*# sourceMappingURL=additional-styles.css.map */
