.column {
  float: right;
}

.page-available-models .section-models .models-list-container {
  padding-left: 47px;
  padding-right: 0;
}

@media only screen and (max-width: 735px) {
  .page-available-models .section-models .models-list-container {
    padding-left: 0;
  }
}

.page-available-models .section-models .models-list-container .models-list li {
  text-align: right;
}

.section-router .section-router-description {
  text-align: right;
}

.section-router .icon-figure {
  margin-left: 45px;
}

.section-models .models-list-container ul {
  text-align: right;
  direction: ltr;
  margin-right: 0;
}

.nowrap {
  white-space: nowrap;
}

.section-models .icon-carkeys {
  margin-left: -20px;
  margin-right: 8px;
}

.section-router-description p {
  margin-bottom: 7px;
}

@media only screen and (max-width: 735px) {
  .section-router-description p {
    margin-bottom: 5px;
  }
}
