* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.container {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.header {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
}
.header__inner {
  text-align: center;
  height: 530px;
  width: 530px;
  border-radius: 50%;
  border: 10px solid #f4d4a4;
  padding-top: 13px;
  background-color: #fff;
  padding-bottom: 160px;
  margin-left: 230px;
}
.header__name {
  padding-top: 12px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
  color: #bf4200;
}
.phone {
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 40px;
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.header__title {
  text-transform: uppercase;
  color: #1fad26;
  font-weight: 700;
  padding: 0 5px;
  font-size: 50px;
}
.header__sale {
  margin-top: 40px;
}
.main {
  text-align: center;
  padding-top: 60px;
}
.main__title {
  margin-bottom: 60px;
  font-size: 42px;
  color: #d07a2d;
  text-transform: uppercase;
  font-weight: 700;
}
.main__text-name {
  font-size: 28px;
  margin-bottom: 40px;
}
.main__text-op {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
}
.main__text-gar {
  font-size: 28px;
  margin-bottom: 40px;
}
.main__text-garant {
  font-size: 41px;
  text-transform: uppercase;
  font-weight: 700;
}
.main__img {
  padding: 90px 0;
}

.project__title {
  margin-bottom: 110px;
  font-size: 41px;
  color: #d0662d;
  font-weight: 700;
}
.project__item {
  margin-bottom: 110px;
}
.project__name {
  font-weight: 700;
  font-size: 32px;
}
.project__size,
.project__area {
  font-size: 25px;
  line-height: 34px;
}
.project__price {
  color: #17753b;
  font-size: 25px;
  line-height: 34px;
}
.project__images-item {
  margin-top: 20px;
}
.download {
  padding: 35px 0;
  background-color: #f1dfbc;
  text-align: center;
}
.download__link a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 32px;
  background-color: #17753b;
  border: 5px solid #effd15;
  padding: 23px 67px;
}

.gallery__title {
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 40px;
  font-weight: 700;
  color: #d07a2d;
  font-size: 41px;
}
.gallery__text {
  padding-bottom: 50px;
  font-size: 25px;
}

.gallery__inner {
  display: flex;
  flex-wrap: wrap;
}
.gallery__inner img {
  display: block;
}
img.mfp-img {
  width: 800px;
}
.mfp-counter {
  top: 7px;

  font-size: 30px;
}
.footer {
  text-align: center;
}
.footer .phone {
  font-weight: 700;
}
.footer__email {
  padding-top: 40px;
  padding-bottom: 150px;
  color: #2f8bc5;
  border-bottom: 1px solid #2f8bc5;
  font-size: 30px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.footer__email span {
  display: inline-block;
  border-bottom: 1px solid #2f8bc5;
  padding-bottom: 4px;
}
