.building {
  margin-top: 70px;
}
.building__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 0 100px;
}
.building__bg .child {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: url("../img/images-building/4.webp") center/cover no-repeat;
}
.building .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 40px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.building__container {
  display: flex;
  justify-content: space-around;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 130px;
  padding-right: 130px;
}
.building__block-text {
  width: 40%;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
.building__title {
  font-size: 28px;
}
.building__paragraf {
  /* text-indent: 2em; */
  color: #F8F1F1;
  font-weight: 600;
}

.slider {
  overflow: hidden;
  position: relative;
}
.slider__img-building-ready {
  position: absolute;
  top: 120px;
  right: 50px;
  z-index: 2;
  width: 250px;
}
.slider .movable {
  display: flex;
  height: 100vh;
  max-width: 100%;
  transition: transform 0.4s;
}
.slider .movable > div {
  flex: 1;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .movable img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.slider__btns {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.slider__btns > * {
  cursor: pointer;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 50px;
  border: 4px solid #FFA500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__btns > *:hover {
  background: #FFA500;
}
.slider__btns > *:hover svg path {
  fill: #fff;
}
.slider__btns > *:active {
  box-shadow: 0 0 10px #FFA500;
}
.slider .prev svg {
  transform: rotate(180deg);
}
.slider__gallery-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider__gallery-text h1 {
  text-shadow: 0 0 2px #FFA500;
  font-size: 40px;
}
.slider__gallery-text p {
  text-align: center;
  color: #FFA500;
  font-size: 35px;
  font-weight: 700;
  white-space: pre;
}
.slider__gallery-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 22px;
  padding: 15px 0;
  /* color: #FFA500; */
  font-weight: 600;
  border: 5px solid #FFA500;
  width: 100%;
  border-radius: 30px;
  box-shadow: rgb(255, 165, 0) 0px 0px 10px;
  background: #FFA500;
  color: #fff;
}
.slider__gallery-text a:active {
  transform: scale(0.9);
}

.location {
  margin-top: 50px;
}
.location__container {
  display: flex;
  justify-content: space-between;
  min-height: 500px;
}
.location__text {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.location__grid-container {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
}
.location__grid-element {
  display: flex;
  align-items: center;
  background: rgba(255, 165, 0, 0.3137254902);
  border-radius: 40px;
}
.location__grid-elem-img {
  width: 50px;
  height: 50px;
  margin: 0 15px;
}
.location__grid-elem-rigth {
  margin-right: 15px;
  width: 100%;
}
.location__grid-elem-subtitle {
  margin: 10px 0;
}
.location__grid-elem-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.location__grid-elem-type-logo {
  margin-left: 5px;
  width: 30px;
  height: 30px;
}
.location__grid-elem-paragraf {
  margin: 0;
  font-size: 22px;
  color: #000;
}
.location__block-map {
  position: relative;
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.location__block-map h3 {
  line-height: 32px;
}
.location__compas {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.location__map {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.location__bg1 {
  bottom: 5%;
  left: 45%;
  width: 50px;
}
.location__bg2 {
  top: 20%;
  left: 2%;
  width: 70px;
}

.footer {
  margin-top: 50px;
}

.line-height {
  line-height: 35px;
}

@media (max-width: 1100px) {
  .slider__img-building-ready {
    position: absolute;
    top: 80%;
    right: 10px;
    z-index: 2;
    width: 170px;
  }
  .slider__gallery-text h1 {
    text-shadow: 0 0 2px #FFA500;
    font-size: 30px;
  }
  .slider__gallery-text p {
    text-align: center;
    color: #FFA500;
    font-size: 23px;
    font-weight: 600;
  }
  .slider__gallery-text a {
    font-size: 18px;
    border: 3px solid #FFA500;
  }
  .slider__btns > * {
    margin: 10px;
    transform: scale(0.6);
  }
  .location__container {
    flex-direction: column-reverse;
    height: auto;
  }
  .location__block-slider {
    width: 100%;
    margin-bottom: 30px;
  }
  .location__text {
    margin-top: 35px;
    width: 100%;
  }
  .location__photo-slider .movable {
    height: 400px;
  }
  .location__block-map {
    width: 100%;
  }
  .location__map {
    height: 400px;
  }
  .location__bg1 {
    display: none;
  }
  .location__bg2 {
    top: 445px;
    left: 87%;
    width: 50px;
  }
  .building {
    margin-top: 50px;
  }
  .building__bg {
    padding: 0;
  }
  .building__container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    padding-top: 70px;
    /* padding-bottom: 40px; */
    padding-left: 20px;
    padding-right: 20px;
  }
  .building__block-text {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    margin-bottom: 30px;
  }
  .building__block-text:last-child {
    margin-bottom: 0;
  }
  .building__paragraf {
    /* text-indent: 2em; */
    color: #F8F1F1;
  }
}
@media (max-width: 700px) {
  .location__grid-element {
    border-radius: 35px;
  }
  .location__grid-elem-img {
    width: 35px;
    height: 35px;
    margin: 0 5px 0 10px;
  }
  .location__grid-elem-rigth {
    margin-right: 10px;
  }
  .location__grid-elem-type-logo {
    width: 25px;
    height: 25px;
    margin-left: 3px;
  }
  .location__grid-elem-paragraf {
    font-size: 20px;
  }
}