body{
    margin: 0;
    padding: 0;
    font-family: Arial;
}
.header{
    margin-bottom: 205px;
}

.wrapper1{
    background-color: black;
    background-image: url(images/bg/Tint1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.block1{
    width: 940px;
    margin: auto;
    margin-top: 0;
    height: 700px;
}   

.logo{
    width: 85px;
    background: url(images/icon/Logo-Treehouse.png);
    background-position: center;
    background-repeat: no-repeat;
}

.container__header{
    width: 940px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.links{
    padding: 0;
    display: flex;
    list-style: none;
    width: 480px;
    justify-content: space-between;
}

.links-item{
    font-size: 14px;
    font-family: Arial;
    color: #ffffff;
    text-align: center;
}

.link-item-link{
    font-size: 14px;
    font-family: Arial;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.block1__text{
    width: 980px;
    height: 270px;
    margin: auto;
    text-align: center;
}

.block1__text-1{
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 40px;
    font-family: Arial;
}

.block1__text-2{
    text-align: center;
    margin-bottom: 60px;
    font-size: 75px;
    font-family: Arial;
    color: #ffffff  ;

}


.block1__form2{
    text-align: center;
    text-decoration: none;
    padding: 24px;
    font-size: 24px;
    background-color: #fed136;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
}

.block2{
    margin: auto;
    width: 1400px;
    padding-top: 120px;
}



.block2__title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #222222;
    font-weight: 600;
}

.block2__text1{
    font-size: 16px;
    text-align: center;
    font-family: 'Times New Roman';
    color: #777777;
}

.block2__list{
    margin: auto;
    padding: 0;
    list-style: none;
    width: 940px;
    height: 204px;
    justify-content: space-between;
    display: flex;
    margin-bottom: 101px;
}

.block2__list-item{
    width: calc(940px / 3 - 0px);
    text-align: center;
}

.block2__logo{
    margin: auto;
    width: 72px;
    height: 72px;
    border: 3px solid #fed136;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.block2__logo1{
    background-image: url(images/icon/Icon-Basket.png);
}

.block2__logo2{
    background-image: url(images/icon/Icon-Laptop.png);
}

.block2__logo3{
    background-image: url(images/icon/Icon-Locked.png);
}

.block2__list-title{
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.block2__list-text{
    color: #777777;
    font-family: 'Times New Roman';
    font-size: 18px;
}


.wrapper3{
    background-color: #f7f7f7;
    padding: 120px 0px;
}

.block3{
    margin: auto;
    text-align: center;
    width: 940px;
}

.block3__text{
    margin-bottom: 80px;
}

.block3__title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #222222;
    font-weight: 600;
}

.block3__text1{
    font-size: 16px;
    text-align: center;
    font-family: 'Times New Roman';
    color: #777777;
}

.block3__list{
    margin: 0;
    padding: 0;
    width: 940px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}

.block3__list-item{
    width: calc(940px / 3 - 37px);
    padding-bottom: 30px;
    background-color: #ffffff;
    margin-bottom: 50px;
}

.block3__logo{
    height: 302px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;

}

.block3__logo1{
    background-image: url(images/icon/Image1.png);
}

.block3__logo2{
    background-image: url(images/icon/Image.png);
}
.block3__logo3{
    background-image: url(images/icon/Image5.png);
}
.block3__logo4{
    background-image: url(images/icon/Image2.png);
}
.block3__logo5{
    background-image: url(images/icon/Image3.png);
}
.block3__logo6{
    background-image: url(images/icon/Image4.png);
}


.block3__list-title{
    color: #222222;
    font-size: 18px;
    font-weight: 600;

}

.block3__list-text{
    color: #777777;
    font-family: 'Times New Roman';
    font-size: 14px;
}

.wrapper4{
    background-color: #ffffff;
    padding: 120px 0;
}

.block4{
    width: 940px;
    margin: auto;
}

.block4__list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.block4__text-block{
    width: 340px;
}

.block4__list-text-type1{
    text-align: end;
}

.block4__list-text-type2{
    text-align: start;
}

.block4__list-item{
    display: flex;
    justify-content: center;
    margin-bottom: 92px;
}

.block4__list-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}


.block4__text-line{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Times New Roman';
    color: #777777;
}



.block4__logo{
    margin: 0px 42px;
    border: #f1f1f1 7px solid;
    border-radius: 50%;
    width: 184px;
    height: 184px;
}

.block4__logo::after{
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    height: 100px;
    display: flex;
    position: relative;
    top: 184px;
    left: 50%;
}

.block4__logo1{
    background-image: url(images/icon/Image6.png);
    background-size: cover;
}

.block4__logo2{
    background-image: url(images/icon/Image7.png);
    background-size: cover;
}

.block4__logo3{
    background-image: url(images/icon/Image8.png);
    background-position: center;
    background-size: cover;
}

.block4__logo4{
    background-image: url(images/icon/Image9.png);
    background-position: center;
    background-size: cover;
}

.block4__logo5{
    margin: 0px 42px;
    border: #f1f1f1 7px solid;
    border-radius: 50%;
    width: 184px;
    height: 184px;
    background-color: #fed136;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

.block4__logo5-text{
    padding-top: 40px;
}


.block4__logo-text{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.block5__list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
}

.block5__logo{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #111111;
    margin: 26px 0;
}

.wrapper6{
    padding: 60px 0px;
}

.block6{
    margin: auto;
    width: 940px;
}

.block6__list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.block6__list-item{
    height: 44px;
    width: calc(940px / 4 - 40px);
    background-position: center;
    background-repeat: no-repeat;

}

.block6-1{
    background-image: url(images/icon/Envato.png);
}

.block6-2{
    background-image: url(images/icon/WordPress.png);
}

.block6-3{
    background-image: url(images/icon/Tuts.png);
}

.block6-4{
    background-image: url(images/icon/Microlancer_copy.png);
}

.wrapper7{
    padding: 110px 0px;
    background-color: #222222;
    background-image: url(images/bg/Map_Image.png);
    background-repeat: no-repeat;
    background-size: 100%;

}

.block7{
    width: 940px;
    margin: auto;
}

.block7__text{
    margin-bottom: 80px;
}

.block7__title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
}

.block7__text1{
    font-size: 16px;
    text-align: center;
    font-family: 'Times New Roman';
    color: #777777;
}

.block7__form{
    text-align: center;
}

.block7__form-flexbox{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.block7__left{
    width: 413px;
}

.table__row{
    margin-bottom: 30px;
}

.table__row:last-child{
    margin-bottom: 0px;
}

.block7__name{
    padding: 21px;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
}

.block7__right{
    width: 413px;
}

.block7__textarea{
    padding: 21px;
    width: 100%;
    height: 243px;
    border-radius: 5px;
    resize: none;
    box-sizing: border-box;
}


.wrapper8{
    padding: 30px 0;
    background-color: #ffffff;
}

.block8{
    margin: auto;
    width: 940px;
    display: flex;
    justify-content: space-between;
}


.block8__text{
    font-size: 14px;
    color: #555555;
    line-height: 20px;
}