.start-page .b-news-item__img {
  height: auto;
}
.start-page .object {
  padding: 40px 0;
}
.start-page .object__base h2 {
  margin-bottom: 20px;
  margin-left: 15px;
}
.start-page .object__base img {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
.start-page .object__base ul {
  margin-top: 20px;
}
.start-page .object__base ul li {
  margin: 6px 0;
}
.start-page .object__base ul li > a {
  text-decoration: none;
  color: #4e5a6b;
  font-size: 15px;
  line-height: 19px;
}
.start-page .object__base ul li > a:hover {
  text-decoration: underline;
}
.start-page .object__base .button {
  width: 165px;
  display: inline-block;
}
.start-page .object__base__sale {
  text-align: right;
}
.start-page .object__base__rent {
  text-align: left;
}
.start-page .object__base__one {
  text-align: center;
}
.start-page .object__ads h2 {
  margin-bottom: 20px;
}
.start-page .object__ads a {
  text-decoration: none;
  color: #4e5a6b;
}
.start-page .object__ads__list {
  background-color: #f8f8f8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1px 10px;
}
.start-page .object__ads__list fieldset {
  border: 2px solid #808080;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 4px;
}
.start-page .object__ads__list legend {
  margin: 0 auto;
  padding: 0 10px;
  color: #4e5a6b;
  font-weight: bold;
}
.start-page .object__ads__list__item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.start-page .object__ads__list__item img {
  width: 120px;
  height: 90px;
  margin-right: 10px;
}
.start-page .object__ads__list__item__description {
  font-size: 13px;
  line-height: 18px;
  margin-left: 130px;
}
.start-page .object__ads__list__item__description__parameters {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.start-page .object__ads__list__item__description__parameters p {
  display: inline-block;
}
.start-page .object__ads__list__item__description__parameters__area {
  position: relative;
  margin-left: 15px;
}
.start-page .object__ads__list__item__description__parameters__area:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 12px;
  background-image: url('/static/user/img/object-ads-flag.png');
  left: -15px;
  top: calc(50% - 6px);
}
.start-page .about {
  background-color: #f3f3f3;
  padding: 0;
}
.start-page .about p {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 9px;
  color: #4e5a6b;
  padding: 0 10px;
}
.start-page .about img {
  margin-bottom: 10px;
}
.start-page .about .video {
  float: left;
  text-align: center;
  padding: 0 15px 5px;
}
.start-page .about ul li {
  font-size: 15px;
  line-height: 19px;
  color: #4e5a6b;
}
.start-page .about .button {
  margin: 20px 15px 20px auto;
  width: 160px;
  background-color: #078866;
}
.start-page .about .button:hover {
  background-color: #4e5a6b;
}
.start-page .about__more-ex h2 {
  margin-top: 20px;
}
.start-page .about .feedback {
  padding: 20px 0 20px 10px;
}
.start-page .about .region-info {
  margin-top: 20px;
}
.advert-photo {
  width: 120px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ffffff;
  position: absolute;
}
.advert-photo:hover {
  background-color: #fbfbfb;
  border: 3px solid #f0f0f0;
  border-radius: 5px;
  z-index: 100;
}
@media (min-width: 320px) {
  .start-page .video {
    width: 100%;
  }
  .start-page .video iframe {
    height: 170px;
    width: 270px;
  }
}
@media (min-width: 576px) {
  .start-page .video iframe {
    height: 260px;
    width: 460px;
  }
}
@media (min-width: 768px) {
  .start-page .video {
    width: initial;
  }
  .start-page .video iframe {
    height: 260px;
    width: 460px;
  }
}
@media (min-width: 992px) {
  .start-page .video iframe {
    height: 250px;
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .start-page .video iframe {
    height: 260px;
    width: 460px;
  }
}
