*{
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
}

.header{
    background-color: #121415;
    padding: 35px 0;
}

.container{
    width: 1060px;
    margin: auto;
}

.logo{
    color: #f89513;
    font-size: 18px;
    text-transform: uppercase;
}

.menu__list{
    list-style: none;
    display: flex;
}

.menu-link{
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding-left:35px;
    background-repeat: no-repeat;
    background-position: left center;
}

.menu__list-item{
    margin-right: 28px;
}

.menu__list-item:last-child{
    margin-right: 0px;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-header{
    padding: 30px 0 20px 0;
}

.chapter{
    color: #f9b13b;
    font-size: 14px;
    margin-bottom: 15px;
}

.reviews-title{
    font-size: 42px;
    text-transform: uppercase;
}


.review{
    padding: 20px 0 40px 0;
}

.review-inner{
    display: flex;
    align-items: flex-start;
}


.review-photo{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 40px;
}


.review-content{
    max-width: 800px;
}

.review-date{
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 5px;
}

.review-name{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.review-text{
    font-size: 16px;
    line-height: 1.5;
}

.proposal{
    background-color: #131415;
    margin-bottom: 61px;
    padding-top: 23px;
    text-align: center;
}

.proposal__text{
    color: #ffffff;
    height: 107px;
    font-size: 18px;
    font-weight: 300;
    font-family: Open Sans;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 719px;
}

.proposal__request{
    color: #f89513;
    font-weight: 700;
}

.comments-form{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.form{
    background-color: #f5f5f5;
    padding: 50px 70px;
    border-radius: 7px;
}

.title-block{
    font-size: 49px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-item__title{
    color: #221f1f;
    font-weight: 100;
    margin-bottom: 10px;
}

.form-item__input{
    width: 270px;
    padding: 16px 8px;
    box-sizing: border-box;

    border-width: 0;
    outline-color: #f89513;
    outline-width: 1px;
}

.container_small{
    width: 700px;
}

.form-item__input-radio{
    position: absolute;
    left: -9999px;
}

.radio--fake-button{
    width: 20px;
    height: 20px;
    border: 1px solid #dddcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio--fake-button:before{
    content: "";
    width: 0px;
    height: 0px;
    display: flex;
    background-color: #f89513;
    border-radius: 50%;
}

.form-item__input-radio:checked + .radio--fake-button:before{
    width: 8px;
    height: 8px;
}

.form-buttons{
    display: flex;
    margin-top: 5px;
}

.form-buttons label{
    display: flex;
    margin-right:20px;
}

.form-item__text{
    outline-color: #f89513;
    outline-width: 1px;
    resize: none;
    width: 100%;
    height: 90%;
    border-width: 0;
    padding: 9px;
    box-sizing: border-box;
}

.text{
    width: 100%;
}

.form-row:last-child{
    align-items: center;
    padding-top: 24px;
}

.radio__text{
    margin-left: 8px;
}

.form-item__input-button{
    background-color: #1c1c1c;
    color: #fff;
    border: none;
    padding: 15px 30px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
}

.form-row:last-child .form-item:last-child{
    display: flex;
    align-items: flex-end;
}
