#header,
.footer-bottom {
  background: #1d1b1b;
}

.footer-cont {
  padding-top: 50px;
}

.footer-bottom {
  position: relative;
  margin: 0 -2px;
}

.crumbs {
  display: block;
  padding-top: 50px;
  padding-left: 15px;
  margin-left: -20px;
}

.crumb {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}

.crumb:hover {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #e0b98d;
}

.crumb_active {
  color: #797979;
}

.our-projects__body {
  border: none;
  padding-bottom: 130px;
}

.our-projects__body:before {
  display: none;
}

.our-project__button {
  bottom: 55px;
}

.ready-made {
  background: url(../../../themes/vesta-mebel/img/pages/about/bg.jpg) center center/cover no-repeat;
}

.our-projects__body {
  padding-bottom: 0;
}

.blog-content {
  border-bottom: none;
}

.our-left__title-block {
  padding-bottom: 15px;
}

.blog-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-news__left,
.blog-news__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.text-about__top {
  padding: 0;
  display: inline-block;
}

.block-news__text,
.block-news__title {
  padding-bottom: 30px;
}

.block-news__text-block {
  display: inline;
  line-height: 20px;
}

.block-news__list {
  padding-bottom: 15px;
}

.block-news__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.block-news__li:last-child {
  margin: 0;
}

.advanteges__number {
  color: #e0b98d;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 10px;
}

.advanteges__text {
  display: inline;
}

.about-ready-made__text {
  letter-spacing: 0.04em;
}

.delivery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery__li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  display: block;
}

.delivery__title {
  font-size: 18px;
}

.delivery__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

@media (min-width: 576.98px) {

  .blog-news__left,
  .blog-news__right {
    padding: 0 15px 50px;
  }
}

@media (min-width: 991.98px) {
  .our-left__title-block {
    max-width: 50%;
  }
}

@media (min-width: 1400px) {
  .ready-made__text {
    max-width: 700px;
  }
}

@media (max-width: 1400px) {
  ._lineCenter:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .delivery__li {
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .blog-news__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-news__left,
  .blog-news__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .delivery__li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media (max-width: 670px) {

  .delivery__text,
  .delivery__text-block {
    text-align: center;
    display: block;
  }
}

@media (max-width: 576.98px) {
  .crumbs {
    text-align: center;
    padding-top: 15px;
  }

  .our-projects__content {
    padding-top: 0;
  }

  .blog-news__description {
    padding-bottom: 20px;
  }

  .block-news__text,
  .block-news__title {
    padding-bottom: 15px;
  }

  .footer-cont {
    padding-top: 0;
  }
}

.webp .ready-made {
  background: url(../../../themes/vesta-mebel/img/pages/about/bg.webp) center center/cover no-repeat;
}