div.wpcf7-mail-sent-ok {
  background-color: green;
  color: #fff;
  font: normal 700 16px Lato;
  text-align: center;
  border: none;
}

.error-field {
    border-bottom: 2px solid yellow !important;
    opacity: 0.5;
}

html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  margin-top: auto;
}

.section_simple-page h3 {
  font: normal 700 22px Lato;
}

.section_simple-page img {
  max-width: 100%;
  height: auto
}

.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.testimonials-slider__profile {
  position: relative;
  top: -10px;
}

.testimonials-slider__profile > * {
  margin-top: 10px;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}

.wp-pagenavi > * {
  color: #2e2d3f;
  font: normal 700 16px Lato;
  font-size: 17px;
  line-height: 1;
  letter-spacing: .050em;
  margin: 0 3px;
  text-decoration: none;
}

.wp-pagenavi .current {
  color: #ff0f36;
}

.copyright a {
  text-decoration: none;
  color: #fff;
}

.auction-item .auction-item__img img {
  height: 286px;
  width: 100%;
  object-fit: cover;
}
.auctions-single .auctions-gallery__main-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.auctions-single .auctions-gallery__thumbnails img {
  width: 115px;
  height: 75px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .auctions-single .auctions-gallery__main-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  .auctions-single .auctions-gallery__thumbnails img {
    width: 100px; 
    height: 60px;
    object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .auctions-single .auctions-gallery__main-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .auctions-single .auctions-gallery__thumbnails img {
    width: 70px; 
    height: 50px;
    object-fit: cover;
  }
}
.auction-tips-item .auction-tips-item__image, .auctions-block, .bg-img, .consultation-image, .form-consultation, .section-bg, .slide{
    background-size: contain;
}

.slide-content{
    background-color: rgba(255,255,255,0.8);
    border-top: solid 2px #e11b35;
    border-bottom: solid 3px #e11b35;
}

#main-slider {
    background-color: #333333;
}
.auctions-single .auctions-gallery__thumbnails {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.auctions-single .auctions-gallery__thumbnails div {
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
  margin: 8px;
}
@media screen and (max-width: 480px) {
  .auctions-single .auctions-gallery__thumbnails div {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}