.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  min-height: 100vh;
}
html.ReactModal__Body--open,
body.ReactModal__Body--open {
  overflow: hidden;
}
#app {
  float: left;
  width: 100%;
}
.ns-wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  font-size: 12px;
  font-family: 'Roboto', helvetica, sans-serif;
  line-height: 1.33333333;
  color: #273134;
  font-weight: 300;
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
  position: relative;
  box-sizing: border-box;
  padding-top: 71px;
  padding-bottom: 142px;
}
.ns-wrapper.ns-wrapper--main {
  padding-bottom: 0;
}
.ns-wrapper.ns-wrapper--newslist {
  padding: 0;
}
@media (max-width: 639px) {
  .ns-wrapper {
    padding-bottom: 102px;
  }
}
.ns-wrapper--search,
.ns-wrapper--single {
  background-color: #F0F0F0;
}
.ns-wrapper--main {
  display: flex;
  flex-direction: column;
}
.ns-wrapper--auctions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.ns-wrapper--single-future {
  background-color: #169BD5;
}
.ns-wrapper--companiesClassicalArchive {
  background-color: #F4F4F4;
}
.main {
  float: left;
  display: block;
  width: 180px;
}
@media (max-width: 639px) {
  .main {
    width: 100px;
  }
}
.ns-wrapper--companiesClassicalArchive .main {
  width: 306px;
}
.logo {
  width: 100%;
  height: auto;
  float: left;
}
.main-title {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  color: #999;
  margin-top: 20px;
}
@media (max-width: 639px) {
  .main-title {
    margin-top: 12px;
  }
}
.desk {
  margin: 0 auto;
  width: 1000px;
  max-width: 94%;
  *zoom: 1;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.ns-wrapper--main .desk {
  width: 514px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #E4E4E4;
  z-index: 30;
  background: #fff;
  min-height: 70px;
}
.section--header .headerLogo {
  display: block;
  position: absolute;
  z-index: 11;
  top: 14px;
  left: 24px;
  width: 44px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
}
@media (max-width: 639px) {
  .section--header .headerLogo {
    top: 19px;
    left: 3%;
    width: 32px;
  }
}
.section--filter {
  background-color: #fff;
  border-bottom: 1px solid #E4E4E4;
  z-index: 20;
}
@media (max-width: 639px) {
  .section--filter .content {
    display: none;
  }
  .section--filter.is-active .content {
    display: block;
  }
  .section--filter.has-open-filter {
    z-index: 10000;
  }
}
.section--morelikethis {
  border-bottom: 1px solid #E4E4E4;
}
.section--navigation {
  border-bottom: 1px solid #E4E4E4;
}
.ns-wrapper--single-future .section--navigation {
  border: none;
}
.section--single {
  margin-bottom: 30px;
}
.section--news {
  background-color: #F0F0F0;
}
.section--content {
  padding: 100px 0;
}
@media (max-width: 639px) {
  .section--content {
    padding: 60px 0;
  }
}
.ns-wrapper--auctions .section--content {
  z-index: 3;
}
.ns-wrapper--search .section--content {
  padding-top: 0;
  margin-bottom: 30px;
}
.section--pastAuctions {
  padding-bottom: 100px;
}
.section--blue {
  background: #169BD5;
}
.section--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.content {
  float: left;
  width: 100%;
  overflow-anchor: none;
  /* Opt out of Scroll Anchoring (LotInfinityList loads more endlessly) */
}
.content__section {
  float: left;
  width: 100%;
}
.content__section + .content__section {
  margin-top: 30px;
}
.content__section--center-horz {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content__section--fix {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content__section--single {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.content__section--single .content__section--lot {
  align-self: center;
  max-width: 1000px;
}
.content__section--single .lot__section--table {
  float: left;
  width: 100%;
}
.advanced {
  float: left;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
  font-weight: 400;
}
.advanced > a {
  display: inline-flex;
  align-items: center;
}
.advanced > a .subscriptionFlag {
  margin-left: 5px;
}
.advanced .separator {
  font-weight: lighter;
  color: #169BD5;
}
.footcontent {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 639px) {
  .footcontent {
    margin-bottom: 20px;
  }
}
.powered {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.66666667;
}
.ns-wrapper--single-future .powered {
  color: #fff;
}
.slogan {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
}
.sixbid-logo {
  float: left;
  height: 58px;
  margin-top: 4px;
}
.sixbid-logo img {
  float: left;
  width: auto;
  height: 100%;
}
input {
  font-family: 'Roboto', helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.33333333;
}
input:focus {
  outline: none;
}
.button {
  float: left;
  border: 1px solid #169BD5;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 6px 8px;
  text-transform: uppercase;
  border-radius: 2px;
  color: #169BD5;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
}
.button:hover {
  background-color: #169BD5;
  color: #fff;
}
.button:focus {
  outline: none;
}
.button.is-disabled {
  border-color: #D4D4D4;
  color: #E4E4E4;
  pointer-events: none;
}
.button.is-disabled:hover {
  background: transparent;
  border-color: #D4D4D4;
  color: #E4E4E4;
}
.button.is-active {
  background: #169BD5;
  color: #fff;
}
.button.classical {
  border-color: #B6A053;
  background-color: rgba(182, 160, 83, 0.25);
  color: #273134;
}
.button.classical:hover,
.button.classical.is-active {
  background-color: #B6A053;
  color: #273134;
}
.button.classical.is-set {
  text-transform: uppercase;
}
.button--filled {
  background-color: #169BD5;
  color: #fff;
}
.button--filled:hover {
  background-color: #fff;
  color: #169BD5;
}
.has-opacity {
  opacity: 0.3;
  pointer-events: none;
}
.highlight {
  color: #169BD5;
  font-weight: bold;
  padding: 0 2px;
}
.choice {
  float: left;
  width: 100%;
  position: relative;
}
.choice__label {
  float: left;
  box-sizing: border-box;
  display: block;
  padding-left: 30px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.choice__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 20px;
  height: 20px;
  border: 2px solid #999999;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.04, 0.75, 0.4, 1);
}
.choice__input:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  transition: all 0.3s cubic-bezier(0.04, 0.75, 0.4, 1);
  background: #169BD5;
  border-radius: 10px;
  transform: scale(0);
}
.choice.is-active .choice__input {
  border-color: #169BD5;
}
.choice.is-active .choice__input:after {
  transform: scale(1);
}
.switch {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.switch__label {
  display: block;
  padding-right: 46px;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
}
.switch__area {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.switch__background {
  float: left;
  margin: 3px 0;
  width: 34px;
  height: 14px;
  border-radius: 100px;
  background: #c6c5c5;
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.35, 0.99);
}
.switch.is-active .switch__background {
  background: #8bcdea;
}
.switch__handler {
  position: absolute;
  left: -3px;
  top: 0;
  width: 20px;
  height: 20px;
  background: #F1F1F1;
  border-radius: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.35, 0.99);
}
.switch.is-active .switch__handler {
  background: #169BD5;
  left: 100%;
  margin-left: -17px;
}
.subscriptionFlag {
  box-sizing: border-box;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #169BD5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 9px;
  line-height: 1.11111111;
  text-align: center;
}
.subscriptionFlag.subscriptionFlag--SILVER {
  background-color: #999;
}
.subscriptionFlag.subscriptionFlag--GOLD {
  background-color: #B6A053;
}
.section--header .headerLogo .subscriptionFlag {
  margin-left: -12px;
}
.loadingContainer {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.loadingContainer .loader {
  color: #169BD5;
  font-size: 36px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  margin: 0.5em;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  text-decoration: none;
  color: #169BD5;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #0f6990;
}
h2 {
  margin: 0;
  padding-bottom: 20px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#error {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 20px 80px;
  background-color: #62c4ef;
  border-bottom: 3px solid #169BD5;
  color: #fff;
  background-size: 40px 40px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-error-white.svg);
}
#error ul {
  list-style: none;
  float: left;
  width: 100%;
}
#error li {
  display: block;
  position: relative;
  padding: 5px 0 5px 15px;
}
#error li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 5px;
}
.notification {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
  background-color: #169BD5;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transition: transform 0.6s 0.1s cubic-bezier(0.12, 0.79, 0.57, 1);
  transform: translateY(100%);
}
.notification.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.12, 0.79, 0.57, 1);
}
.notification__section {
  float: left;
  padding: 12px 68px;
  background-size: 20px 20px;
  background-position: 24px 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-success-white.svg);
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.12, 0.79, 0.57, 1);
}
.notification--error .notification__section {
  background-image: url(/js/icons/icon-error-white.svg);
}
.notification.is-active .notification__section {
  transition: all 0.6s 0.1s cubic-bezier(0.12, 0.79, 0.57, 1);
  opacity: 1;
  transform: translateY(0);
}
.notification__item {
  display: block;
}
.notification--error .notification__item {
  display: block;
  text-align: left;
}
.notification__item pre {
  white-space: pre-wrap;
}
.toplink {
  position: relative;
  z-index: 2000;
  display: none;
}
.ns-wrapper--search .toplink {
  display: block;
}
@media (max-width: 639px) {
  .toplink > div {
    right: 3% !important;
    bottom: 20px !important;
  }
}
.scrollUp {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
  background-size: 12px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-arrow-up-gray.svg);
}
@media (max-width: 639px) {
  .scrollUp {
    width: 30px;
    height: 30px;
    background-size: 8px 8px;
  }
}
#cmpcookieinfo.privacy-page {
  margin-top: 10px;
  overflow-x: scroll;
  padding-bottom: 20px;
  white-space: nowrap;
}
#cmpcookieinfo.privacy-page td {
  padding-right: 2px;
}
.menu {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 21;
}
@media (max-width: 1023px) {
  .menu {
    right: 3%;
  }
}
.menu__toggle {
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.menu__toggle .menu__line {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 18px;
  height: 2px;
  background-color: #999;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.menu__toggle .menu__line.menu__line--2,
.menu__toggle .menu__line.menu__line--3 {
  top: 50%;
  transform: translateY(-50%);
}
.menu__toggle .menu__line.menu__line--4 {
  top: unset;
  bottom: 6px;
}
.menu.is-open .menu__toggle .menu__line--1 {
  opacity: 0;
  transform: translateY(-10px);
}
.menu.is-open .menu__toggle .menu__line--2 {
  transform: translateY(-50%) rotate(-45deg);
}
.menu.is-open .menu__toggle .menu__line--3 {
  transform: translateY(-50%) rotate(45deg);
}
.menu.is-open .menu__toggle .menu__line--4 {
  opacity: 0;
  transform: translateY(10px);
}
.menu-content {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  width: 320px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.menu-item {
  float: left;
  width: 100%;
}
.menu-anchor {
  display: block;
  padding: 10px 16px;
  color: #273134;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
}
.menu-anchor:hover,
.menu-anchor:focus {
  background-color: #F4F4F4;
  color: #273134;
}
.menu-anchor.is-disabled {
  color: #D4D4D4;
  pointer-events: none;
}
.menu-anchor--icon {
  padding-right: 52px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}
.menu-anchor--help {
  background-size: 16px 18px;
  background-image: url(/js/icons/icon-help-gray.svg);
}
.language-navi {
  float: left;
  width: 100%;
  border-top: 1px solid #E4E4E4;
  padding: 4px 0;
}
.language-navi > span {
  display: block;
  padding: 8px 16px;
  font-weight: 400;
}
.language-navi .choice {
  font-size: 14px;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 0 16px;
}
.language-navi .choice__input {
  left: 16px;
}
.legal-navi {
  float: left;
  width: 100%;
  border-top: 1px solid #E4E4E4;
  padding: 18px 16px;
  font-size: 14px;
  line-height: 1.42857143;
}
.legal-navi .separator {
  color: #169BD5;
}
@media (max-width: 639px) {
  .menu-content {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    height: calc(100% - 71px);
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.companies,
.auctions {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.companies__table,
.auctions__table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.71428571;
}
.companies__table thead tr,
.auctions__table thead tr {
  border-bottom: 1px solid #E4E4E4;
}
.ns-wrapper--auctionsClassicalArchive .company-name,
.ns-wrapper--companiesClassicalArchive .company-name,
.companies__table .company-name {
  color: #999;
}
.auctions__table th.exit,
.auctions__table td.exit {
  text-align: right;
  width: 42px;
}
.companies__table th,
.auctions__table th {
  font-weight: normal;
  font-size: 12px;
  line-height: 2;
  padding: 4px 10px;
}
.companies__table tbody,
.auctions__table tbody {
  border-bottom: 1px solid #E4E4E4;
}
.companies__table tbody tr:first-child,
.auctions__table tbody tr:first-child {
  margin-top: 30px;
}
.companies__table td,
.auctions__table td {
  padding: 4px 10px;
}
.companies__table tbody tr.init td,
.auctions__table tbody tr.init td {
  padding-top: 14px;
}
.companies__table tbody tr.exit td,
.auctions__table tbody tr.exit td {
  padding-bottom: 14px;
}
.companies__table .column--4 {
  max-width: 200px;
}
.companies__table .column--4 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.companies__table .column--2,
.companies__table .column--3 {
  text-align: right;
  width: 42px;
}
.auctions__table .column--auction .auctionWrapper {
  position: relative;
  padding-left: 45px;
}
.auctions__table .column--auction .subscriptionFlag {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 639px) {
  .companies__table,
  .auctions__table {
    font-size: 10px;
  }
}
.content__section--classicalBanner {
  margin-top: 28px;
}
.content__section--classicalBanner .main-banner {
  float: left;
  width: 100%;
  display: block;
  color: #273134;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
}
.content__section--classicalBanner .main-banner .subscriptionFlag {
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.content__section--classicalBanner .main-title {
  margin-top: 5px;
}
.companiesClassicalArchive,
.auctionsClassicalArchive {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.companiesClassicalArchive__list,
.auctionsClassicalArchive__list {
  float: left;
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
}
@media (min-width: 440px) {
  .companiesClassicalArchive__list,
  .auctionsClassicalArchive__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.companiesClassicalArchive__list .company,
.auctionsClassicalArchive__list .company,
.companiesClassicalArchive__list .auction,
.auctionsClassicalArchive__list .auction {
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  color: #273134;
}
.companiesClassicalArchive__list .image,
.auctionsClassicalArchive__list .image {
  display: block;
  width: 100%;
  aspect-ratio: 0.71333333;
  object-fit: cover;
}
.companiesClassicalArchive__list .company {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.companiesClassicalArchive__list .company__info {
  padding: 16px;
  height: 100%;
}
.companiesClassicalArchive__list .company__title {
  padding-bottom: 7px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71428571;
}
.companiesClassicalArchive__list .company__auctions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
}
.companiesClassicalArchive__list .company__auctionCount,
.companiesClassicalArchive__list .company__lotCount {
  padding-top: 9px;
  flex: 1 0 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: start;
  gap: 8px;
}
.companiesClassicalArchive__list .company__auctionCount--title,
.companiesClassicalArchive__list .company__lotCount--title {
  font-weight: 400;
}
.companiesClassicalArchive__list .company__image {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgba(182, 160, 83, 0.5);
}
.companiesClassicalArchive__list .company__image .image {
  width: 30%;
  flex-shrink: 0;
}
.auctionsClassicalArchive__list .auction {
  padding: 16px;
}
.auctionsClassicalArchive__list .auction__lotCount {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: start;
  gap: 8px;
}
.auctionsClassicalArchive__list .auction__lotCount--title {
  font-weight: 400;
}
.auction-navigation {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.auction-navigation-item {
  width: 56px;
  height: 56px;
}
.auction-navigation-item.is-disabled {
  cursor: default;
}
.auction-navigation-item {
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-arrow-back.svg);
}
.auction-navigation-item.is-disabled {
  opacity: 0.3;
}
.auction-navigation-item--next {
  background-image: url(/js/icons/icon-arrow-forward.svg);
}
.auction-navigation .close-link {
  display: inline-block;
  font-size: 14px;
  line-height: 4;
  text-transform: uppercase;
  color: #169BD5;
  white-space: nowrap;
}
.search {
  float: left;
  width: 100%;
}
.search > form {
  float: left;
  width: 100%;
}
.ns-wrapper--search .search,
.ns-wrapper--single .search,
.ns-wrapper--single-future .search {
  margin: 11px 0;
}
@media (max-width: 1220px) {
  .ns-wrapper--search .search,
  .ns-wrapper--single .search,
  .ns-wrapper--single-future .search {
    box-sizing: border-box;
    padding: 0 86px;
  }
}
.react-autosuggest__container {
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
}
.react-autosuggest__container input {
  float: left;
  width: 100%;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 12px 12px 12px 50px;
  color: #273134;
  background-size: 18px 18px;
  background-position: 16px 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-search-blue.svg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.react-autosuggest__container input::placeholder {
  color: #999;
}
.react-autosuggest__suggestions-container {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 4;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
}
.react-autosuggest__suggestions-list {
  float: left;
  width: 100%;
  display: block;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 8px 15px 8px 50px;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
.react-autosuggest__suggestion:hover,
.react-autosuggest__suggestion:focus,
.react-autosuggest__suggestion.react-autosuggest__suggestion--highlighted {
  background: #F4F4F4;
}
.suggestion-help__subtext {
  display: inline-block;
  margin-left: 10px;
  color: rgba(22, 155, 213, 0.8);
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.suggestion-help__subtext:before {
  content: '';
}
.suggestion-help__subtext:after {
  content: '';
}
.search-clear {
  display: block;
  position: absolute;
  right: 0px;
  width: 48px;
  height: 48px;
  z-index: 20;
}
@media (max-width: 1220px) {
  .search-clear {
    right: 86px;
  }
}
.search .search-clear__icon {
  display: block;
  width: 18px;
  height: 18px;
  margin: 15px;
  background-size: 10px 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-close-gray.svg);
}
.ie11 .search .search-clear__icon {
  display: none;
}
.show-filters {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 16px 0;
  border-radius: 2px;
  border: 1px solid #169BD5;
  padding: 9px;
  cursor: pointer;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857143;
  color: #169BD5;
}
.show-filters:focus {
  outline: none;
}
@media (max-width: 639px) {
  .show-filters {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.show-filters.is-active {
  background-color: #169BD5;
  color: #fff;
}
.show-filters .show-filters__text {
  position: relative;
  padding-right: 44px;
  background-size: 18px 18px;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-filter-blue.svg);
}
.show-filters .show-filters__text:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-arrow-down-blue.svg);
  background-size: 100% 100%;
}
.show-filters.is-active .show-filters__text {
  background-image: url(/js/icons/icon-filter-white.svg);
}
.show-filters.is-active .show-filters__text:after {
  transform: rotate(-180deg);
  background-image: url(/js/icons/icon-arrow-down-white.svg);
}
@media (max-width: 639px) {
  .ns-wrapper--search .search {
    box-sizing: border-box;
    padding: 0 60px;
  }
  .search .search-clear {
    right: 60px;
  }
  .react-autosuggest__container input {
    padding-right: 36px;
  }
}
.filters {
  float: left;
  width: calc(100% + 14px);
  margin: 17px 0 17px -7px;
}
.filter {
  float: left;
  margin: 7px;
  position: relative;
}
.filter.is-active {
  z-index: 2;
}
.filter button {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter button.is-set {
  text-transform: none;
}
.filter.filter-options button {
  max-width: none;
}
.filter-content {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  width: 320px;
  margin-top: 10px;
}
@media (max-width: 639px) {
  .filter-content {
    display: none;
  }
}
.filter__section {
  float: left;
  width: 100%;
}
.filter__section--body {
  padding: 8px 0;
}
.filter-companyid .filter__section--body {
  padding-bottom: 0;
}
.filter-daterange .filter__section--body {
  padding-top: 16px;
}
.filter__section--actions {
  background: #169BD5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filter__section--actions .button {
  border: none;
  border-radius: 0;
  background: #169BD5;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.filter__section--actions .button:hover {
  background: #21ace8;
}
.filter__section--actions .button:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
.filter .choice:hover,
.filter .choice.is-active {
  background: #F4F4F4;
}
.filter .choice__input {
  left: 16px;
  top: 8px;
}
.filter .choice__label {
  width: 100%;
  font-size: 14px;
  line-height: 1.71428571;
  padding: 8px 16px 8px 56px;
}
.filter .switch__label {
  padding: 8px 68px 8px 16px;
}
.filter .switch__area {
  right: 16px;
  top: 8px;
}
.date-slider {
  float: left;
  width: 100%;
  margin: 8px 0 15px;
}
.date-slider__title {
  float: left;
  width: 100%;
  text-align: center;
  color: #169BD5;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 300;
}
.date-slider__bars {
  float: left;
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 0 16px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .date-slider__bars {
    padding: 0 30px;
  }
}
.date-slider__bar {
  float: left;
  align-self: flex-end;
  background: #D8D8D8;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.date-slider__bar.is-selected {
  background: #9BD5EE;
}
.date-slider__bar:last-child {
  border: none;
}
.date-slider__range {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 639px) {
  .date-slider__range {
    padding: 0 30px;
  }
}
.date-slider__inputFields {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 0 16px;
}
@media (max-width: 639px) {
  .date-slider__inputFields {
    padding: 0 30px;
  }
}
.date-slider__inputFields .label {
  margin-bottom: 3px;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
}
.date-slider__inputFields .formGroupDivider {
  min-width: 50px;
  height: 1px;
  margin-top: 20px;
  background-color: #999;
}
.date-slider__inputFields .input {
  box-sizing: border-box;
  min-height: 48px;
  height: auto;
  width: 100%;
  padding: 12px 0;
  border: none;
  outline: none !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #273134;
  cursor: pointer;
}
.date-slider__inputFields input::-webkit-outer-spin-button,
.date-slider__inputFields input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.date-slider__inputFields input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.date-slider__inputFields .inputGroup {
  box-sizing: border-box;
  float: left;
  width: 100%;
  display: flex;
  gap: 12px;
  border: 1px solid #999;
  padding: 0 12px;
}
.date-slider__inputFields .inputGroup .ns-input {
  border-left: none;
}
.date-slider__inputFields .inputGroup__prepend {
  flex-shrink: 0;
  margin-right: -1px;
}
.date-slider__inputFields .inputPrepend {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
}
.rc-slider {
  padding: 7px 0;
  margin-top: -7px;
  position: relative;
}
.rc-slider-track,
.rc-slider-rail {
  background: #999;
  height: 2px;
  border-radius: 0;
}
.rc-slider-track {
  background: #169BD5;
  position: absolute;
  left: 0;
  margin-top: -1px;
  top: 50%;
  z-index: 2;
}
.rc-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 16px;
  height: 16px;
  border: none;
  background: #169BD5;
  border-radius: 16px;
  margin-left: -8px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.filter .dropdown {
  margin: 8px 0 0;
}
.filter .dropdown .Select__control {
  width: calc(100% - 32px);
  margin: 0 16px;
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #999 !important;
}
.filter .dropdown .Select__dropdown-indicator,
.filter .dropdown .Select__indicator-separator {
  display: none;
}
.filter .Select-clear-zone {
  right: 14px;
}
.filter .Select.has-value.is-clearable.Select--single > .Select__control .Select-value {
  right: 0;
}
.filter .Select__menu {
  float: left;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  position: static;
  box-shadow: none;
  border-radius: 0;
}
.filter-mobilecontent .Select__menu {
  border-top: 1px solid #E4E4E4;
}
.Select__option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
  position: relative;
}
.Select__option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.filter-companyid .filter-mobilecontent .filter__section--body {
  padding-bottom: 0;
}
.filter-companyid .filter-mobilecontent .dropdown {
  height: 100%;
}
.filter-companyid .filter-mobilecontent .Select {
  float: left;
  width: 100%;
  height: 100%;
}
.filter-companyid .filter-mobilecontent .Select__control {
  flex-grow: unset;
}
.filter-companyid .filter-mobilecontent .Select__menu {
  height: calc(100% - 66px);
  box-sizing: border-box;
  overflow-y: auto;
}
.filter-companyid .filter-mobilecontent .Select__menu-list {
  padding: 0;
  max-height: unset;
}
.lot-number {
  margin: 8px 16px;
  border-radius: 0;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  min-height: 48px;
  padding: 0 24px 0 48px;
  height: auto;
  color: #999;
  outline: none !important;
  background-size: 18px 18px !important;
  background-position: 15px 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(/js/icons/icon-search-blue.svg) !important;
  width: calc(100% - 32px);
  border: 1px solid #999 !important;
}
.filter-currency .filter__section--head {
  border-bottom: 1px solid #E4E4E4;
  padding: 8px 0;
}
.filter-mobilecontent {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 639px) {
  .filter-mobilecontent {
    display: block;
  }
}
.filter-mobilecontent .content {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.filter-mobilecontent .filter__section {
  box-sizing: border-box;
}
.filter-mobilecontent .filter__section--head {
  border-bottom: 1px solid #E4E4E4;
  padding: 23px 30px;
}
.filter-mobilecontent .filter__section--body {
  height: calc(100% - 119px);
  padding: 16px 0;
}
.mobile-back {
  float: left;
  background-size: 16px 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-arrow-back.svg);
  font-size: 16px;
  line-height: 1.5;
  padding-left: 36px;
  color: #273134;
  cursor: pointer;
  font-weight: 400;
}
.mobile-back:hover,
.mobile-back:focus {
  color: #273134;
}
.mobile-delete {
  float: right;
  font-size: 14px;
  line-height: 1.71428571;
  cursor: pointer;
}
.filter-mobilecontent .choice__label {
  padding: 12px 30px 12px 64px;
}
.filter-mobilecontent .choice__input {
  left: 30px;
  top: 12px;
}
.filter-mobilecontent .choice:hover,
.filter-mobilecontent .choice.is-active {
  background: #fff;
}
.filter-mobilecontent .switch__label {
  padding: 12px 74px 12px 30px;
}
.filter-mobilecontent .switch__area {
  top: 12px;
  right: 30px;
}
.filter-mobilecontent .filter__section--actions .button {
  width: 100%;
  max-width: 100%;
  padding: 12px 16px;
}
.filter-mobilecontent .dropdown {
  margin: 0;
}
.filter-mobilecontent .Select-control {
  width: calc(100% - 60px);
  margin: 0 30px;
  border: none !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12) !important;
}
.filter-mobilecontent .Select-noresults {
  padding: 0 30px;
}
.filter-mobilecontent .select__item {
  padding-left: 30px;
  padding-right: 80px;
}
.filter-mobilecontent .lot-amount {
  right: 30px;
}
.filter-mobilecontent .lot-number {
  width: calc(100% - 60px);
  margin: 0 30px;
}
@media (max-width: 639px) {
  .filters {
    width: calc(100% + 10px);
    margin: -5px 0 11px -5px;
  }
  .filter {
    margin: 5px;
  }
}
.dropdown {
  float: left;
  width: 100%;
}
.dropdown .Select__control {
  border: none !important;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12) !important;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  padding-left: 48px;
  height: auto;
  color: #999;
  height: 50px;
  outline: none !important;
  background-size: 18px 18px !important;
  background-position: 15px 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(/js/icons/icon-search-blue.svg) !important;
}
.dropdown .Select__control:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  left: 48px;
  right: 48px;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.Select-input {
  padding: 0;
  height: 48px;
}
.Select-input > input {
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  color: #273134;
}
.Select-arrow-zone {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48px;
  padding: 0 !important;
  background-size: 12px 12px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-arrow-down-gray.svg);
}
.Select.is-open .Select-arrow-zone {
  background-image: url(/js/icons/icon-arrow-up-gray.svg);
}
.Select-arrow {
  display: none !important;
}
.Select-clear-zone {
  position: absolute;
  right: 48px;
  top: 14px;
  height: 20px;
  width: 20px;
  padding: 0;
  background-size: 8px 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-close-gray.svg);
}
.Select-clear {
  display: none !important;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 48px;
}
.Select-menu-outer {
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
}
.Select-option {
  padding: 0;
}
.Select-option.is-focused {
  background: #F4F4F4;
}
.Select__option {
  display: block;
  padding: 10px 66px 10px 16px;
  color: #273134;
  font-size: 16px;
  line-height: 1.25;
  overflow: hidden;
  position: relative;
}
.Select__option:hover,
.Select__option:focus {
  background: #F4F4F4;
  color: #273134;
}
.Select__option > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.Select__option .sub-label {
  margin-top: 3px;
  display: block;
  font-size: 10px;
}
.Select-value .Select__option {
  padding: 0;
}
.Select-value .Select__option:hover {
  background: transparent;
}
.Select__option.is-selected {
  color: #FFFFFF;
  background-color: #169BD5;
}
.lot-amount {
  position: absolute;
  right: 16px;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  font-size: 10px;
  line-height: 2;
  color: #777;
}
.Select-control .lot-amount {
  display: none;
}
.Select-noresults {
  padding: 0 16px;
  margin: 0;
}
.dropdown .Select__value-container {
  padding: 0;
}
.results {
  float: left;
  width: 100%;
}
.results__section {
  float: left;
  width: 100%;
  position: relative;
}
.results__section--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.section--upcomingAuctions .results__section--title {
  justify-content: flex-start;
  padding-right: 22px;
  box-sizing: border-box;
  position: relative;
}
.section--upcomingAuctions .is-expanded .results__section--title,
.section--upcomingAuctions .is-collapsed .results__section--title {
  cursor: pointer;
}
.section--upcomingAuctions .is-expanded .results__section--title:after,
.section--upcomingAuctions .is-collapsed .results__section--title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 60px;
  background-size: 12px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-arrow-down-white.svg);
}
.results.is-expanded .results__section--title:after {
  transform: rotate(-180deg);
}
.results__section--lots:last-child {
  padding-bottom: 36px;
}
.results__section--actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 18px 0;
}
.results__section--actions .results__link {
  color: #fff;
}
.results__section--actions .results__link:hover,
.results__section--actions .results__link:focus {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.results__title {
  float: left;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: bold;
  color: #169BD5;
  width: 34.76482618%;
}
.section--upcomingAuctions .results__title {
  color: #fff;
}
@media (max-width: 639px) {
  .results__title {
    width: 100%;
  }
}
.results__total {
  float: left;
  color: #A1A1A1;
  flex-shrink: 0;
}
.section--upcomingAuctions .results__total {
  color: #fff;
  margin-left: 10px;
}
.results__sixbidSearch {
  float: left;
  margin-left: 16px;
  color: #fff;
  font-style: italic;
}
@media (max-width: 639px) {
  .results__sixbidSearch {
    width: 100%;
  }
}
.results__sixbidSearch a {
  color: #fff;
}
.results__sixbidSearch a:hover,
.results__sixbidSearch a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.results__sixbidSearch a strong {
  text-transform: uppercase;
  font-weight: bold;
}
.similar-text {
  float: left;
}
.lot {
  float: left;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
  margin: 6px 0;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.33333333;
  background-color: #FFFFFF;
}
.lot:first-child {
  margin-top: 0;
}
.lot:last-child {
  margin-bottom: 0;
}
.lot.lot--classicalArchive {
  background-color: rgba(182, 160, 83, 0.25);
}
.ns-wrapper--search .section--filter {
  background-color: #ffffff;
}
.section--morelikethis .lot {
  margin-top: 0;
  margin-bottom: 0;
}
.lot__section {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.lot__section--image {
  position: relative;
  width: 34%;
  padding: 16px;
}
.lot__section--data,
.lot__section--table {
  float: right;
  width: 66%;
  padding: 16px;
  text-align: left;
}
.lot__section--table {
  padding-bottom: 0;
}
.lot__section--data {
  padding-top: 0;
}
.no-image-text {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 116px;
  background-size: 64px 84px;
  background-position: 50% 16px;
  background-repeat: no-repeat;
  background-image: url(/js/icons/owl.svg);
  font-weight: 400;
  color: #169BD5;
  margin-bottom: 20px;
}
.content__section--results .noresults {
  float: left;
  width: 100%;
  margin: 100px 0;
  text-align: center;
  color: #169BD5;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 200px;
  background-size: 138px 180px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/js/icons/owl.svg);
}
@media (max-width: 639px) {
  .content__section--results .noresults {
    margin: 40px 0;
    padding-top: 100px;
    background-size: 62px 80px;
    font-size: 14px;
  }
}
.lot__classicalArchiveFlag {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #B6A053 url(/js/icons/icon-menu-book.svg) no-repeat center center;
  background-size: 16px 16px;
  border-radius: 2px 0 0 0;
}
.lot__image-width {
  float: left;
  width: 100%;
  position: relative;
}
.lot__image {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  cursor: pointer;
}
.lot__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-zoom.svg);
  transition: all 0.2s ease-out;
}
.lot__image-width:hover .lot__zoom {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.no-image-text + .lot__zoom {
  display: none;
}
.lot__table {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  table-layout: fixed;
  border-collapse: collapse;
}
.lot--classicalArchive .lot__table {
  border-bottom-color: #B6A053;
}
.lot__table th {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  text-align: left;
}
.lot__table td {
  padding: 8px 10px 8px 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lot__table .column--6 {
  text-align: right;
  width: 42px;
}
.lot__table .column--3 {
  width: 66px;
}
.lot__table .column--2 {
  width: 92px;
}
.lot__table .column--1 {
  width: 92px;
  padding-right: 0;
}
.lot__content {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
  box-sizing: border-box;
  padding-right: 50px;
  font-size: 13px;
}
@media (max-width: 639px) {
  .lot__content {
    padding-right: 16px;
  }
}
.lot__title {
  display: block;
  font-weight: 400;
  position: relative;
  padding-right: 16px;
  font-size: 12px;
  line-height: 1.33333333;
}
.lot__text.is-collapsed {
  max-height: 72px;
}
.lot__text {
  overflow: hidden;
  position: relative;
  font-size: 13px;
  line-height: 1.33333333;
  word-break: break-word;
}
.lot__text.is-expandable:after {
  content: '';
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 18px;
  z-index: 2;
  width: 140px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
.lot__text.is-expanded {
  max-height: unset;
}
.lot__text.is-expanded:after {
  display: none;
}
@supports (-webkit-line-clamp: 4) {
  .lot__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .lot__text:after {
    display: none;
  }
  .lot__text.is-expanded {
    -webkit-line-clamp: unset;
  }
}
.lot__digitisationRemark {
  margin-top: 8px;
  font-style: italic;
}
.lot__digitisationRemark .lot__digitisationRemarkAction:before {
  content: " ";
}
.lot-menu {
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 2;
}
.lot-menu__toggle {
  float: left;
  width: 16px;
  height: 16px;
  background-size: 12px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-dots-gray.svg);
  cursor: pointer;
}
.lot-menu__content {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.lot-menu__item {
  float: left;
  width: 100%;
}
.lot-menu__anchor {
  display: block;
  padding: 10px 16px 10px 40px;
  color: #273134;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
  white-space: nowrap;
  background-repeat: no-repeat;
}
.lot-menu__anchor:hover,
.lot-menu__anchor:focus {
  background-color: #F4F4F4;
  color: #273134;
}
.lot-menu__item--single .lot-menu__anchor {
  background-size: 14px 14px;
  background-position: 13px 50%;
  background-image: url(/js/icons/icon-single-gray.svg);
}
.lot-menu__item--clipboard .lot-menu__anchor {
  background-size: 20px 20px;
  background-position: 10px 50%;
  background-image: url(/js/icons/icon-link-gray.svg);
}
.lot-menu__item--similar .lot-menu__anchor {
  background-size: 16px 16px;
  background-position: 12px 50%;
  background-image: url(/js/icons/icon-similar-gray.svg);
}
.lot-actions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
@media (max-width: 639px) {
  .lot-actions {
    padding-right: 5px;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 10px;
  }
  .content__section--single .lot-actions {
    justify-content: flex-end;
  }
}
.ns-wrapper--single-future .lot-actions {
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.lot-actions__link {
  float: left;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.71428571;
  cursor: pointer;
  white-space: nowrap;
}
.lot-actions__link.lot-actions__link--gray {
  color: #999;
}
.lot-actions__link.lot-actions__link--blue {
  color: #169BD5;
}
.lot-actions__link.lot-actions__link--future {
  border-radius: 2px;
  background-color: #169BD5;
  text-transform: none;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
}
.lot-actions__link:last-child {
  margin-right: 0;
}
@media (max-width: 639px) {
  .lot-actions__link {
    margin-right: 0;
  }
}
.delete-link,
.delete-similar-button {
  float: left;
  display: block;
  font-size: 14px;
  line-height: 1.71428571;
  margin: 12px 0;
  text-transform: uppercase;
  color: #169BD5;
  font-weight: 500;
  cursor: pointer;
}
.section--blue .delete-link,
.section--blue .delete-similar-button {
  color: #fff;
}
.delete-similar-button {
  float: right;
  margin: 24px 72px 23px 0;
}
.lot-navigation {
  float: left;
  width: 100%;
}
.lot-navigation-item {
  float: left;
  width: 56px;
  height: 56px;
}
.lot-navigation-item.lot-navigation-item--next {
  float: right;
}
.lot-navigation-item.is-active {
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-arrow-back.svg);
}
.ns-wrapper--single-future .lot-navigation-item.is-active {
  background-image: url(/js/icons/icon-arrow-back-white.svg);
}
.lot-navigation-item--next.is-active {
  background-image: url(/js/icons/icon-arrow-forward.svg);
}
.ns-wrapper--single-future .lot-navigation-item--next.is-active {
  background-image: url(/js/icons/icon-arrow-forward-white.svg);
}
.lot-navigation .close-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 14px;
  line-height: 1.42857143;
  text-transform: uppercase;
  color: #169BD5;
  white-space: nowrap;
}
.ns-wrapper--single-future .lot-navigation .close-link {
  color: #fff;
}
.section--single .lot {
  border-radius: 0;
  border: none;
  font-size: 14px;
  line-height: 1.42857143;
  box-shadow: none;
}
.section--single .lot__section--table {
  padding: 10px 16px;
  font-size: 10px;
  line-height: 1.2;
}
.section--single .lot__section--image {
  width: 100%;
}
.section--single .lot__section--data {
  width: 100%;
  padding: 10px 16px;
}
.section--single .lot__title {
  font-size: 14px;
  line-height: 1.42857143;
  padding-top: 0;
  padding-bottom: 0;
}
.section--single .lot__text {
  display: block;
  -webkit-line-clamp: unset;
  max-height: unset;
}
.section--single .lot__source {
  margin-top: 8px;
}
@media (max-width: 639px) {
  .lot {
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 1.4;
  }
  .lot__section {
    float: left;
    width: 100%;
  }
  .lot__section--table {
    order: 1;
    padding: 8px;
    border-bottom: 1px solid #E4E4E4;
  }
  .lot__section--image {
    order: 2;
    width: 50%;
  }
  .lot__section--data {
    padding: 8px;
    width: 50%;
    order: 2;
  }
  .lot__table {
    border: none;
  }
  .lot__table th {
    white-space: nowrap;
  }
  .lot__table th,
  .lot__table td {
    padding: 0 4px;
  }
  .lot__table th.init,
  .lot__table td.init {
    padding-left: 0;
  }
  .lot__table th.exit,
  .lot__table td.exit {
    padding-right: 0;
  }
  .lot__content {
    margin-top: 0;
  }
  .lot__title {
    font-size: 10px;
    line-height: 1.4;
    padding: 3px 20px 3px 0;
  }
  .no-image-text {
    background-size: 60px 80px;
    padding-top: 96px;
    background-position: 50% 8px;
    margin-bottom: 8px;
  }
  .lot-fold--plus {
    display: none;
  }
  .lot-fold--more {
    display: flex;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  .lot__section--data {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 639px) and (max-width: 500px) {
  .lot__table th,
  .lot__table td {
    font-size: 8px;
  }
  .lot__table .column--3 {
    width: 30px;
  }
  .lot__table .column--3 {
    width: 44px;
  }
  .lot__table .column--2,
  .lot__table .column--1 {
    width: 56px;
  }
}
.ReactModalPortal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.ReactModalPortal:empty {
  display: none;
}
.ReactModal__Overlay {
  box-sizing: border-box;
  padding: 0 80px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.35, 0.99);
  transform: scale(0);
  background: rgba(0, 0, 0, 0.5) !important;
}
.ReactModal__Overlay.ReactModal__Overlay--after-open {
  transform: scale(1);
}
.ReactModal__Content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.ReactModal__Content:focus {
  outline: none !important;
}
.magnifier {
  display: block;
  margin: 80px 0;
}
.close-modal {
  position: fixed;
  z-index: 5;
  right: 55px;
  top: 55px;
  width: 24px;
  height: 24px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-close-white.svg);
  border: none;
  background-color: transparent;
  transition: all 0.3s 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.99);
  opacity: 0;
  transform: scale(0);
  -webkit-appearance: none;
}
.close-modal:hover {
  cursor: pointer;
}
.close-modal:focus {
  outline: none;
}
.ReactModal__Content--after-open .close-modal {
  opacity: 1;
  transform: scale(1);
}
.magnifier-image {
  cursor: unset !important;
}
@media (max-width: 639px) {
  .ReactModal__Overlay {
    padding: 0 40px;
  }
  .close-modal {
    top: 16px;
    right: 16px;
  }
  .magnifier {
    margin: 40px 0;
  }
}
.modalCard {
  max-width: 312px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
  font-family: 'Roboto', helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #273134;
}
.modalCard h3 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.33333333;
  font-weight: 350;
  text-transform: uppercase;
}
.modalCard__logo {
  padding: 24px 0 0 24px;
  height: 45px;
  align-self: start;
}
.modalCard__logo .headerLogo {
  position: relative;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.modalCard__logo .logo {
  float: left;
  width: auto;
  height: 100%;
}
.modalCard__logo .subscriptionFlag {
  float: left;
  margin-left: -12px;
}
.modalCard__content {
  padding: 24px;
}
.modalCard__actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
}
.modalCard__actions .modalCard__action {
  display: inline-block;
  padding: 10px 12px;
  font-size: 14px;
  color: #169BD5;
  text-transform: uppercase;
  line-height: 1.42857143;
  font-weight: 500;
  cursor: pointer;
}
.modal--SILVER .modalCard__actions .modalCard__action {
  color: #999;
}
.modal--GOLD .modalCard__actions .modalCard__action {
  color: #B6A053;
}
.fix-content {
  float: left;
  width: 100%;
  max-width: 600px;
  font-size: 14px;
  line-height: 1.42857143;
}
.fix-content strong {
  font-weight: bold;
}
.fix-content__title {
  display: block;
  text-transform: uppercase;
  color: #169BD5;
  font-size: 22px;
  line-height: 1.36363636;
  font-weight: 300;
  padding-bottom: 0;
  margin-top: 60px;
}
.fix-content__title:first-child {
  margin-top: 0;
}
.fix-content__subtitle {
  display: block;
  margin-top: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42857143;
  color: #169BD5;
}
.fix-content__norm {
  display: block;
  margin-top: 20px;
}
.fix-cotnent-table-width {
  display: block;
  width: 100%;
  margin-top: 40px;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.fix-cotnent-table-width::-webkit-scrollbar {
  display: none;
}
.fix-cotnent-table {
  width: 100%;
  font-size: 13px;
  line-height: 1.23076923;
  border-collapse: collapse;
  min-width: 530px;
}
.fix-cotnent-table strong {
  color: #169BD5;
}
.fix-cotnent-table th {
  font-size: 14px;
  line-height: 1.14285714;
}
.fix-cotnent-table th,
.fix-cotnent-table td {
  vertical-align: top;
  border: 1px solid #e6e6e6;
  padding: 10px 14px;
}
.fix-cotnent-table th.column-1,
.fix-cotnent-table td.column-1,
.fix-cotnent-table th.column-2,
.fix-cotnent-table td.column-2 {
  white-space: nowrap;
}
.fix-cotnent-table th.column-code,
.fix-cotnent-table td.column-code {
  font-family: courier;
}
@media (max-width: 639px) {
  .fix-cotnent-table {
    font-size: 11px;
    line-height: 1.45454545;
  }
  .fix-cotnent-table th,
  .fix-cotnent-table td {
    padding: 5px;
  }
}
.fix-cotnent-table th {
  text-align: left;
  font-weight: bold;
}
.fix-cotnent-table .important {
  color: #169BD5;
}
.fix-content__list {
  margin-top: 20px;
}
.fix-content__list.fix-content__list--sublist {
  margin-top: 0px;
}
.fix-content__list li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}
.fix-content__list li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #169BD5;
}
@font-face {
  font-family: "Monotype Sorts";
  src: url(/fonts/10073517-6b5b-41dd-9534-8d9691dff8bd.eot?#iefix);
  src: url(/fonts/10073517-6b5b-41dd-9534-8d9691dff8bd.eot?#iefix) format("eot"), url(/fonts/42436392-369b-498d-a27f-caf292dab00a.woff2) format("woff2"), url(/fonts/fb17f625-951f-466b-8871-62e53a977e43.woff) format("woff"), url(/fonts/b3a9915d-0fc7-46fc-ae39-f26d8fd46c05.ttf) format("truetype");
}
@font-face {
  font-family: "Wingdings_1";
  src: url(/fonts/0f045264-e1bc-42b9-acd0-01ba449b708e.eot?#iefix);
  src: url(/fonts/0f045264-e1bc-42b9-acd0-01ba449b708e.eot?#iefix) format("eot"), url(/fonts/0192aff0-84f6-4b47-ab9a-ed835f42eff8.woff2) format("woff2"), url(/fonts/45fab516-8b55-40c7-a492-d9757ae2cabf.woff) format("woff"), url(/fonts/88b43f95-cdcd-4593-836a-d74d9db5e29a.ttf) format("truetype");
}
@font-face {
  font-family: "Wingdings_2";
  src: url(/fonts/b62b8b87-f96d-4efc-abc7-2895596d70c8.eot?#iefix);
  src: url(/fonts/b62b8b87-f96d-4efc-abc7-2895596d70c8.eot?#iefix) format("eot"), url(/fonts/8c49e84d-f73d-47f8-a28d-4bea1f68f471.woff2) format("woff2"), url(/fonts/2298bd3e-d5df-4968-884d-2d10fa44a8de.woff) format("woff"), url(/fonts/9354269b-f042-4b2a-bc64-a1c363ff63c5.ttf) format("truetype");
}
@font-face {
  font-family: "Wingdings_3";
  src: url(/fonts/5a0fa001-c605-43a5-ad74-5caf5ae78cae.eot?#iefix);
  src: url(/fonts/5a0fa001-c605-43a5-ad74-5caf5ae78cae.eot?#iefix) format("eot"), url(/fonts/9a3e65b3-301e-477f-a293-1ea0102550d4.woff2) format("woff2"), url(/fonts/3b9566b2-7089-40e5-82dc-f53b5feec326.woff) format("woff"), url(/fonts/98edcd26-9422-4ce2-b2b1-327f153c57d0.ttf) format("truetype");
}
@font-face {
  font-family: "SymbolX";
  src: url(/fonts/Symbolx.ttf);
  src: url(/fonts/Symbolx.ttf) format("truetype");
}
@font-face {
  font-family: "SymbolX2";
  src: url(/fonts/Symbolx2.ttf);
  src: url(/fonts/Symbolx2.ttf) format("truetype");
}
@font-face {
  font-family: "SymbolX3";
  src: url(/fonts/Symbolx3.ttf);
  src: url(/fonts/Symbolx3.ttf) format("truetype");
}
@font-face {
  font-family: "SymbolX4";
  src: url(/05a6e41a1f2d71f7d0a7.TTF);
  src: url(/05a6e41a1f2d71f7d0a7.TTF) format("truetype");
}
@font-face {
  font-family: "SymbolX5";
  src: url(/fonts/Symbolx5.ttf);
  src: url(/fonts/Symbolx5.ttf) format("truetype");
}
@font-face {
  font-family: "SymbolX6";
  src: url(/fonts/Symbolx6.ttf);
  src: url(/fonts/Symbolx6.ttf) format("truetype");
}
@font-face {
  font-family: "SymbolX7";
  src: url(/89f564c147223a4504c0.TTF);
  src: url(/89f564c147223a4504c0.TTF) format("truetype");
}
@font-face {
  font-family: "SymbolX8";
  src: url(/33f54aca6b6152319b1c.TTF);
  src: url(/33f54aca6b6152319b1c.TTF) format("truetype");
}
@font-face {
  font-family: "SymbolX9";
  src: url(/95eccb3aafad7eb4ec74.TTF);
  src: url(/95eccb3aafad7eb4ec74.TTF) format("truetype");
}
@font-face {
  font-family: "PNG1600";
  src: url(/797a3bf3698b43a926b2.TTF);
  src: url(/797a3bf3698b43a926b2.TTF) format("truetype");
}
.font-wingdings {
  font-family: Wingdings_1;
}
.font-wingdings2 {
  font-family: Wingdings_2;
}
.font-wingdings3 {
  font-family: Wingdings_3;
}
.font-monotypesorts {
  font-family: "Monotype Sorts";
}
.font-symbolx {
  font-family: SymbolX;
}
.font-symbolx2 {
  font-family: SymbolX2;
}
.font-symbolx4 {
  font-family: SymbolX4;
}
.font-symbolx5 {
  font-family: SymbolX5;
}
.font-symbolx9 {
  font-family: SymbolX9;
}
.font-symbolx10 {
  font-family: SymbolX10;
}
.font-png1600 {
  font-family: PNG1600;
}
.newsticker {
  float: left;
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsticker__section {
  float: left;
  width: 100%;
  position: relative;
}
.newsticker__section--index {
  margin-top: 20px;
}
@media (max-width: 639px) {
  .newsticker__section--content {
    max-width: calc(100% - 68px);
  }
}
.news-entry {
  float: left;
  width: 100%;
  background-color: #169BD5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 10px 16px;
}
.news-entry__content {
  float: left;
  width: 100%;
  color: #fff;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 639px) {
  .news-entry__content {
    min-height: 96px;
  }
}
.newsticker__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: 12px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.newsticker__btn--prev {
  right: 100%;
  margin-right: 10px;
  background-image: url(/js/icons/icon-arrow-left-gray.svg);
}
.newsticker__btn--next {
  left: 100%;
  margin-left: 10px;
  background-image: url(/js/icons/icon-arrow-right-gray.svg);
}
.newsticker__index {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: -8px;
}
.index-item {
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
}
.index-item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #D4D4D4;
}
.index-item.index_item--current:after {
  background-color: #999999;
}
.bannerClassicalArchive {
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin: 6px 0;
  border-radius: 2px;
  background: #685B57;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 16px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .bannerClassicalArchive {
    flex-direction: row;
    align-items: center;
    gap: 44px;
  }
}
.bannerClassicalArchive__title {
  font-weight: 700;
}
.bannerClassicalArchive__lots .lot__results {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin-bottom: 2px;
}
.bannerClassicalArchive__lots .lot__results:last-child {
  margin-bottom: 0;
}
.bannerClassicalArchive__lots .lot__results .subscriptionFlag {
  flex-shrink: 0;
  width: 37px;
}
.bannerClassicalArchive__lots .lot__results .lot__resultsTextLine {
  display: block;
}
@media (min-width: 1024px) {
  .bannerClassicalArchive__lots .lot__results .lot__resultsTextLine {
    display: inline;
  }
  .bannerClassicalArchive__lots .lot__results .lot__resultsTextLine--2:before {
    content: " ";
  }
}
.bannerClassicalArchive__actions {
  margin-left: auto;
  margin-top: auto;
}
.morelikethis-title {
  float: left;
  display: block;
  font-size: 14px;
  line-height: 1.71428571;
  margin: 12px 0;
  color: #169BD5;
  font-weight: 500;
}
.section--blue .morelikethis-title {
  color: #fff;
}
.ns-section--banner {
  line-height: 0;
  font-size: 0;
  text-align: center;
  background-color: #F0F0F0;
}
.ns-section--banner a {
  height: 0;
}
.ns-image {
  max-width: 1170px;
  width: 100%;
}
.lot-fold {
  float: left;
  width: 100%;
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lot-fold--more {
  display: none;
  color: #169BD5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.036em;
}
.lot-fold--more span {
  cursor: pointer;
}
.lot-fold__toggle {
  margin-left: calc(50% - 12px);
  float: left;
  width: 24px;
  height: 24px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-plus-blue.svg);
  cursor: pointer;
  transition: all 0.4s;
}
.lot-fold__toggle.is-active {
  transform: rotate(-45deg);
}
.content__section--single .lot-fold--more,
.content__section--morelikethis .lot-fold.content__section--morelikethis {
  display: none;
}
.section--single .lot-actions__more {
  display: none;
}

