.queue {
  font-family: Arial, sans-serif;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  margin-top: 10px;
  margin-bottom: 25px;
}
.queue__header {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media print, (min-width: 768px) {
  .queue__header {
    display: none;
  }
}
@media (max-width: 767px) {
  .queue__line {
    padding-left: 12px;
  }
}
@media print, (min-width: 768px) {
  .queue__line {
    text-align: center;
    display: flex;
    align-items: flex-start;
  }
}
.queue__line--header {
  font-weight: 700;
}
@media (max-width: 767px) {
  .queue__line--header {
    display: none;
  }
  .queue__line--header + .queue__header {
    margin-top: 0;
  }
}
@media print, (min-width: 768px) {
  .queue__line--header .queue__item {
    padding-bottom: 20px;
  }
}
.queue__item {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .queue__item {
    padding-left: 100px;
  }
  .queue__item:first-child {
    display: none;
  }
  .queue__item .header {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100px;
    padding-right: 5px;
    font-weight: 700;
  }
}
@media print, (min-width: 768px) {
  .queue__item {
    padding-right: 35px;
    padding-bottom: 15px;
    width: 16%;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .queue__item:first-child {
    width: 12%;
  }
  .queue__item:nth-child(4) {
    width: 24%;
  }
  .queue__item .header {
    display: none;
  }
}
.queue__item .inner {
  display: inline-block;
  color: #909090;
  border-bottom: 1px dashed #909090;
  margin-bottom: 4px;
  text-decoration: none;
}
.queue__item .inner:hover {
  text-decoration: none;
}
.queue__item span {
  display: inline-block;
}
.queue__hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.queue__more {
  border: none;
  background-color: transparent;
  color: #666666;
  border-bottom: 1px dashed #666666;
  padding: 0;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.15;
}
.queue__more:focus {
  border-color: #000;
}
.house-charact {
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
}
@media print, (min-width: 768px) {
  .house-charact {
    display: flex;
    flex-wrap: wrap;
  }
}
.house-charact__item {
  margin-bottom: 30px;
}
@media print, (min-width: 768px) {
  .house-charact__item {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.house-charact__header {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
}
.house-charact__line {
  position: relative;
  font-size: 14px;
  color: #333333;
  padding-left: 112px;
  margin-top: 0;
  margin-bottom: 15px;
}
.house-charact__line .header {
  position: absolute;
  left: 12px;
  top: 0;
  display: inline-block;
  max-width: 90px;
}
.house-charact__links {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.house-charact__links a {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
}
.house-charact__links .inner {
  color: #999999;
}
.house-charact__links .pdf {
  position: relative;
  padding-left: 22px;
}
.house-charact__links .pdf:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url('../img/icons/pdf.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
