@media (max-width: 576px) {
  .container {
    padding: 0 10px 0;
  }
  .border__clock {
    width: 30px;
  }
  .header {
    min-height: 50px;
  }
  .header__conteiner {
    min-height: 50px;
  }
  .header__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__link-logo {
    max-width: 100px;
  }
  .header__icon {
    max-width: 22px;
  }
  .header__logo {
    padding: 0 0 0 3px;
  }
  .header__burger {
    width: 25px;
    height: 19px;
  }
  .header__nav.active {
    top: 49px;
  }
  .intro {
    padding: 75px 0 0 0;
  }
  .intro__subtitle {
    font-size: 30px;
  }
  .intro__title {
    font-size: 18px;
  }
  .intro__text {
    font-size: 13px;
    padding: 0 0 20px 0;
  }
  .intro__button {
    min-width: 170px;
    min-height: 35px;
  }
  .intro__button-text {
    font-size: 10px;
  }
  .auction__figure-wrap {
    display: none;
  }
  .auction__container {
    padding: 30px 20px 0;
  }
  .auction__subtitile {
    font-size: 30px;
  }
  .auction__title {
    font-size: 20px;
  }
  .lot {
    min-height: 430px;
  }
  .lot:last-child {
    margin: 0 auto;
  }
  .lot__product {
    max-width: 180px;
  }
  .lot__figure {
    top: -73px;
  }
  .lot__figure-content p {
    font-size: 11px;
  }
  .lot__tittle {
    padding: 15px 0;
    font-size: 16px;
  }
  .lot__info-figure-line {
    min-width: 35px;
  }
  .lot__info-views-number, .lot__info-pretendent-number {
    font-size: 11px;
  }
  .lot__info-figure-rhombus {
    max-width: 60px;
    max-height: 60px;
  }
  .lot__info-price {
    min-height: 75px;
    min-width: 130px;
  }
  .lot__info-price-text {
    font-size: 12px;
  }
  .lot__info-price-ruble {
    font-size: 35px;
  }
  .lot__button {
    min-width: 150px;
    min-height: 30px;
    font-size: 17px;
    line-height: 20px;
  }
  .all-lot__arrow {
    max-width: 60px;
    max-height: 20px;
  }
  .all-lot__title {
    min-width: 60px;
    min-height: 60px;
    font-size: 12px;
    margin: 0 12px;
  }
  .all-lot__item {
    width: 100px;
    height: 100px;
    margin: 20px 7px 0;
  }
  .all-lot__item:before {
    bottom: -17px;
  }
  .all-lot__link h3 {
    font-size: 10px;
  }
  .description__container {
    padding: 50px 20px 50px;
  }
  .description__container img {
    display: none;
  }
  .services__container {
    padding: 40px 10px;
  }
  .services__title {
    font-size: 24px;
  }
  .promo__button-text {
    font-size: 10px;
  }
  .quotes__container {
    padding: 40px 10px;
  }
  .quotes__title {
    font-size: 20px;
  }
  .quotes__content {
    padding: 15px 0 0;
  }
  .quotes__img {
    max-width: 120px;
    max-height: 150px;
  }
  .quotes__text {
    margin: 20px 0 0;
    text-align: left;
  }
  .aside__container {
    padding: 0 20px;
  }
  .aside__border2 {
    min-width: 100%;
  }
  .aside__border-figureL {
    max-width: 35%;
  }
  .aside__border-btn img {
    min-width: 10%;
    margin: 0 3px;
  }
  .aside__border-figureR {
    max-width: 35%;
  }
  .aside__content {
    padding: 30px;
  }
  .aside__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 40px 0 0;
    padding: 0;
  }
  .aside__box:nth-child(even) {
    padding: 0;
  }
  .aside__box:nth-child(3) {
    margin: 40px 0 0 0;
  }
  .aside__box-title {
    width: 100%;
    text-align: center;
  }
  .aside__form {
    position: static;
    margin: 20px auto 0;
  }
  .footer__logotype {
    padding: 5px;
  }
  .footer__icon {
    width: 100%;
  }
  .footer__logo {
    display: none;
  }
  .footer__textL {
    font-size: 9px;
  }
  .footer__textR {
    font-size: 9px;
  }
}
