/* ---------- COLORS  ---------- */
/* ---------- FONTS  ---------- */
@media only screen and (max-width: 1180px) {
  .sorting-and-selecting-wrap {
    overflow: auto;
  }
}
.sorting-and-selecting-wrap__header {
  padding: 16px 24px;
}
.sorting-and-selecting-wrap__table {
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 1180px) {
  .sorting-and-selecting-wrap__table {
    table-layout: auto;
  }
}
.sorting-and-selecting-wrap__table tr {
  border-bottom: 1px solid #DADEE5;
}
.sorting-and-selecting-wrap__table tr th, .sorting-and-selecting-wrap__table tr td {
  font-size: 14px;
  color: #1B1B1E;
  text-align: right;
  width: 16.75%;
  vertical-align: middle;
  line-height: 1.14em;
}
@media only screen and (max-width: 1180px) {
  .sorting-and-selecting-wrap__table tr th, .sorting-and-selecting-wrap__table tr td {
    font-size: 12px;
    width: auto;
    white-space: nowrap;
  }
}
.sorting-and-selecting-wrap__table tr th:first-of-type, .sorting-and-selecting-wrap__table tr td:first-of-type {
  text-align: left;
  padding-left: 40px;
  width: 33%;
}
@media only screen and (max-width: 1180px) {
  .sorting-and-selecting-wrap__table tr th:first-of-type, .sorting-and-selecting-wrap__table tr td:first-of-type {
    padding-left: 12px;
    width: auto;
  }
}
.sorting-and-selecting-wrap__table tr th:last-of-type, .sorting-and-selecting-wrap__table tr td:last-of-type {
  padding-right: 26px;
}
@media only screen and (max-width: 1180px) {
  .sorting-and-selecting-wrap__table tr th:last-of-type, .sorting-and-selecting-wrap__table tr td:last-of-type {
    padding-right: 12px;
  }
}
.sorting-and-selecting-wrap__table tr th {
  font-weight: 500;
  padding: 20px 0;
}
@media only screen and (max-width: 1180px) {
  .sorting-and-selecting-wrap__table tr th {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 920px) {
  .sorting-and-selecting-wrap__table tr th {
    padding: 12px 5px;
  }
}
.sorting-and-selecting-wrap__table tr td {
  font-weight: 400;
  padding: 10px 0;
}
@media only screen and (max-width: 920px) {
  .sorting-and-selecting-wrap__table tr td {
    padding: 10px 5px;
  }
}
.sorting-and-selecting-wrap__table tr td:last-of-type span {
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
}
.sorting-and-selecting-wrap__table tr td:last-of-type span img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 1180px) {
  .sorting-and-selecting-wrap__table tr td:last-of-type span img {
    width: 20px;
    height: 20px;
  }
}
.sorting-and-selecting-wrap__footer {
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 1.16em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
@media only screen and (max-width: 920px) {
  .sorting-and-selecting-wrap__footer {
    white-space: nowrap;
    justify-content: flex-start;
  }
}
.sorting-and-selecting-wrap__footer__rows {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
@media only screen and (max-width: 920px) {
  .sorting-and-selecting-wrap__footer__rows {
    margin-right: 10px;
  }
}
.sorting-and-selecting-wrap__footer__rows span {
  display: inline-block;
  margin-right: 32px;
}
@media only screen and (max-width: 920px) {
  .sorting-and-selecting-wrap__footer__rows span {
    margin-right: 10px;
  }
}
.sorting-and-selecting-wrap__footer__count {
  margin-right: 32px;
}
@media only screen and (max-width: 920px) {
  .sorting-and-selecting-wrap__footer__count {
    margin-right: 10px;
  }
}
.sorting-and-selecting-wrap__footer__arrows {
  display: flex;
  align-items: center;
}
.sorting-and-selecting-wrap__footer__arrows span {
  display: inline-block;
  margin-right: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 920px) {
  .sorting-and-selecting-wrap__footer__arrows span {
    margin-right: 10px;
  }
}
.sorting-and-selecting-wrap__footer__arrows span.disabled {
  opacity: 0.7;
  /*transform: rotate(180deg);*/
}
.sorting-and-selecting-wrap__footer__arrows span:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 920px) {
  .sorting-and-selecting-wrap__footer__arrows span:last-of-type {
    margin-right: 0;
  }
}
.sorting-and-selecting-wrap__footer__arrows span img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}
.sorting-and-selecting-wrap__manage {
  position: relative;
}
.sorting-and-selecting-wrap__manage .additional-settings {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  width: 100%;
  min-width: 204px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
.sorting-and-selecting-wrap__manage.active .additional-settings {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=sorting-and-selecting.css.map */
