h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
button,
input,
optgroup,
select,
fieldset,
textarea {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.button {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  padding: 12px 16px;
  text-decoration: none;
  color: inherit;
}
.primary-button {
  background: #9e9e9e;
}
.primary-button:hover,
.primary-button:focus {
  text-decoration: none;
}
.thirdy-button {
  background: transparent;
  padding: 12px 8px;
}
.primary-button.icon,
.thirdy-button.icon {
  padding-left: 38px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.primary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 12px;
  top: 10px;
  transition: all 0.3s ease;
}
.container-wrapper {
  max-width: 1528px;
  padding: 0 16px;
  margin: 0 auto;
}
.order {
  margin: 16px 0;
}
.order-wrapper {
  width: 100%;
  border-radius: 2px;
  background: inherit;
  color: #383838;
}
.filter-block {
  border-radius: 2px;
  background: #c9c9c9;
  padding: 16px;
  max-width: 600px;
}
.filter-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.filter-field label {
  margin-left: 14px;
  margin-top: 4px;
}
.filter-field label {
  position: absolute;
  left: 2px;
  bottom: -16px;
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.048px;
}
.filter-field {
  width: 100%;
  position: relative;
}
.filter-field.date-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.filter-field.date-field input {
  width: 100%;
}
.filter-field input.date {
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: center;
}
.filter-field input,
.filter-field select {
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 0 16px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}
.filter-field.select-field select,
.filter-field.text-field input {
  width: 100%;
  height: 48px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  background-image: url(../images/expand-arrow.svg) !important;
  background-position: 98% center;
  background-repeat: no-repeat;
}
.filter-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 8px;
}
.filter-buttons .thirdy-button {
  left: 0;
  top: 0;
}
.filter-buttons .thirdy-button.icon svg {
  top: 10px;
}
.field-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.filter-check {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.filter-check input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.order-results {
  margin: 24px 0;
}
.order-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
.order-items {
  border-radius: 4px;
}
.order-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.order-item:nth-child(odd) {
  background: rgba(223, 223, 223, 0.875);
}
.order-item:nth-child(even) {
  background: rgba(248, 248, 248, 0.875);
}
.order-item-title {
  width: 100%;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}
.order-item-value {
  font-size: 17px;
  line-height: 21px;
}
