.str__top {
  height: 430px;
  background: url(img/top.jpg) no-repeat center bottom/cover;
  margin-top: -1px;
}
.str__top .breadcrumbs .breadcrumbs-list {
  border-bottom: none;
  color: #fff;
  margin: 0 -15px;
}
.str__top .breadcrumbs a {
  opacity: 1 !important;
}
.str__top .container {
  height: 100%;
}
.str__top .container > .row, .str__top .container > .col-12 {
  height: 100%;
}

.str-top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.str-top__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
}
.str-top__desc h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  font-family: "El Messiri", sans-serif;
  margin-bottom: 30px;
  line-height: 116%;
  letter-spacing: 3%;
}
.str-top__desc input.red {
  width: auto;
  width: 190px;
  height: 50px;
}

.str-plus__item {
  position: relative;
  height: 275px;
  margin-bottom: 30px;
}
.str-plus__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.str-plus__title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 28px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 116%;
  letter-spacing: 0%;
  background: rgba(227, 30, 36, 0.8);
  color: #fff;
}

.str-house__item-gallery-item {
  height: 100%;
}

@media (max-width: 768px) {
  .str-plus__title {
    height: auto !important;
  }
}
.str__action {
  background: url(img/action.jpg) no-repeat center bottom/cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.str__action .head-default {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}
.str__action .head-default .background {
  padding-top: 0;
}

.subtitler {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  line-height: 111.3%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #222222;
  max-width: 588px;
  margin: -44px auto 0;
}

.str-action__info {
  margin-top: 50px;
}

.str-action__desc {
  padding: 35px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.str-action__desc p + p {
  margin-top: 20px;
}
.str-action__desc input.red {
  width: auto;
  margin-top: 20px;
  width: 190px;
  height: 50px;
}

.str-action__list {
  margin-top: 20px;
  list-style: none;
}
.str-action__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}
.str-action__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.str-action__list svg {
  opacity: 1 !important;
}

.str__house {
  padding-top: 50px;
  padding-bottom: 50px;
}

.str-house__item {
  padding: 40px 50px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}

.str-house__item-title {
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 116%;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.str-house__item-desc p + p {
  margin-top: 20px;
}

.str-house__item-price {
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 116%;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-top: 20px;
}

.str-house__item-gallery {
  margin-top: 30px;
}
.str-house__item-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.str-house__item-top input.red {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: 190px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.str-house__item-accs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.str-house__item-accs-text {
  display: none;
}

.str-house__item-accs-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 116%;
  color: #1a1a1a;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.str-house__item-accs-title.open {
  margin-bottom: 20px;
}
.str-house__item-accs-title.open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.str-house__item-accs-title svg {
  position: absolute;
  top: -5px;
  right: 0;
}

.str_design {
  background: url(img/design.jpg) no-repeat center bottom/cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -20px;
}
.str_design .head-default .text {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.str_design .head-default .background {
  padding-top: 0;
}

.str-design__img {
  height: 100%;
}
.str-design__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.str-design__text {
  padding: 35px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.str-design__text p + p {
  margin-top: 20px;
}
.str-design__text a.red {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: 190px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .subtitler {
    margin-top: -22px;
  }
  .str__plus {
    padding-top: 40px;
  }
}
.str-house__item-accs-text p + p {
  margin-top: 20px;
}/*# sourceMappingURL=css.css.map */