* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Roboto', sans-serif;
}

.header {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 120px;
    padding-left: 230px;
}
.header__inner {
    text-align: center;
    width: 530px;
    height: 530px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 10px solid #f4d4a5;
}
.header__logo {
    margin-top: 15px;
}
.header__title {
    margin-top: 20px;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #bf4200;
}
.phone {
    margin-bottom: 40px;
}
.phone a {
    font-weight: 400;
    font-size: 32px;
    color: #000; 
}
.header__text {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #1fad26;
    margin-bottom: 46px;
}
.container {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.main {
    padding-top: 84px;
}
.main__text {
    margin-bottom: 90px;
}
.main__title {
    font-size: 41px;
    font-weight: 400;
    color: #d07a2d;    
    margin-bottom: 80px;
}
.main__descr {
    font-size: 30px;
    font-weight: 400;
}
.main__img {
    margin-bottom: 100px;
}
.project {

}
.project__title {
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 112px;
}
.project-item {
    margin-bottom: 125px;
}
.project-item__name {
    font-weight: 700;
    font-size: 32px;
}
.project-item__size,.project-item__area,.project-item__price {
    font-weight: 400;
    font-size: 25px;
}
.project-item__price {
    color: #17753b;
    margin-bottom: 26px;
}
.download {
    background-color: #f1dfbc;
    padding: 35px 0;
    margin-bottom: 125px;
    text-align: center;
}
.download__img {
}
.download__btn {
    padding: 30px 35px;
    border: 5px solid #effd15;
    background-color: #17753b;
    max-width: 600px;
    margin: 0 auto;
}
.download__btn a {
    font-weight: 700;
    font-size: 32px;
    border-bottom: 2px solid #d6e2d9;
    color: #fff;
}
.gallery {
    margin-bottom: 112px;
}
.gallery__title {
    font-weight: 700;
    font-size: 41px;
    color:#d07a2d;
    margin-bottom: 40px;
}
.gallery__text {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 60px;
}
.gallery-images {
    display: flex;
    flex-wrap: wrap;
}
.gallery-images img {
    display: block;
}

.footer {
    padding-top: 175px;
    padding-bottom: 200px;
}
.footer__phone {
    margin-bottom: 90px;
    font-weight: 700;
    font-size: 50px;
}
.footer__phone a {
    color: #000;
}
.footer__email {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color:#2f8bc5;
    border-bottom: 2px solid #2f8bc5;   
}