* {
    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: 15px;
    padding-left: 80px;
}

.header__inner {
    text-align: center;
    width: 530px;
    height: 530px;
    border-radius: 50%;
    background-color: #fff;
    border: 10px solid #f4d4a5;
    padding-top: 13px;
    margin-bottom: 160px;
}

.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-family: 'Lato', sans-serif;
    font-weight: 700;
    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: 0px 5px;
    font-size: 50px;
}

.header__sale {
    margin-top: 40px;
}

.main {
    text-align: center;
    padding-top: 60px;
}

.main__title {
    margin-bottom: 40px;
    font-size: 41px;
    color: #d07a2d;
}

.main__text {
    font-size: 30px;
    font-family: 400;
}

.main__text-1 {
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
}

.main__img {
    padding: 90px 0;
}

.images__item img {
    max-width: 100%;
}

.project__title {
    font-size: 41px;
    color: #d0662d;
    margin-bottom: 110px;
    font-weight: 700;
}

.project__name {
    padding-top: 100px;
    font-size: 32px;
    color: #000;
    font-weight: 700;
}

.project__size,
.project__area {
    font-size: 25px;
}

.project__prise {
    font-size: 25px;
    color: #17753b;
    margin-bottom: 34px;
}

.images__item {
    margin-top: 20px;
}

.download {
    padding: 35px 0;
    background-color: #f1dfbc;
    text-align: center;
}

.download__link a {
    display: inline-block;
    text-decoration: none;
    font-size: 32px;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    background-color: #17753b;
    border: 5px solid #effd15;
    padding: 23px 67px;
}

.galleri__title {
    text-transform: uppercase;
    padding-top: 100px;
    padding-bottom: 40px;
    font-weight: 700;
    color: #d07a2d;
    font-size: 41px;
}

.galleri__text {
    font-size: 25px;
    padding-bottom: 50px;
}

.footer {
    text-align: center;
}

.footer .phone {
    font-weight: 700;
}

.footer__email {
    padding-top: 40px;
    padding-bottom: 150px;
    color: dodgerblue;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #000;
}

@media (max-width: 1030px) {
    .container {
        max-width: 970px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 767px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: none;
    }
}

@media (max-width: 650px) {
    .header__inner {
        width: 430px;
        height: 430px;
    }
}

@media (max-width: 605px) {
    .header__inner {
        width: 330px;
        height: 330px;
    }
}

@media (max-width: 480px) {
    .header__inner {
        width: 230px;
        height: 230px;
    }
}

@media (max-width: 380px) {
    .header__inner {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 510px) {
    .phone {
        font-size: 20px;
    }
}

@media (max-width: 650px) {
    .header__sale img {
        max-width: 70%;
    }
}

@media (max-width: 510px) {
    .main__title {
        font-size: 30px;
    }
}

@media (max-width: 650px) {
    .header__title {
        font-size: 35px;
    }
}

@media (max-width: 650px) {
    .project__title {
        font-size: 25px;
    }
}

@media (max-width: 1030px) {
    .images__item img {
        max-width: widtx 70%;
    }
}

@media (max-width: 777px) {
    .images__item img {
        max-width: widtx 50%;
    }
}

@media (max-width: 345px) {
    .galleri__title {
        font-size: 25px;
    }
}