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

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

.container{
    width: 1060px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

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

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

.main{
    background-image: url(images/main_icon.png);
}

.feed{
    background-image: url(images/feed_icon.png);
}

.service{
    background-image: url(images/service_icon.png);
}

.contacts{
    text-align: right;
}

.contacts-tel{
    color: #ffffff;
    text-decoration: none;
    font-size: 23px;
    margin-top: 15px;
}

.work-time{
    color: #f89513;
    display: block;
}

.container-center{
    width: 865px;
    margin: auto;
}

.tree{
    margin-bottom: 28px;
    font-style: italic;
}
.home{
    color: #f9aa42;
    margin-right: 2px;
}
.feedback:before{
    content: "/";
    color: #5a5858;
    text-decoration: none;
    margin-right: 3px;
}
.feedback{
    color: #5a5858;
    text-decoration: none;
}

.container-center h1{
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 48px;
}

.feedback__list{
    list-style: none;
}
.feedback__list-item .container{
    display: flex;
    margin-bottom: 30px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 27px;
    width: 865px;
}

.ava{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.feedback__list-item:nth-child(1) .ava{
    background: url(images/avaAV.jpg);
}
.feedback__list-item:nth-child(2) .ava{
    background: url(images/avaIS.jpg);
}
.feedback__list-item:nth-child(3) .ava{
    background-image: url(images/avaVS.png);
    background-color: #f5f5f5;
}
.feedback__list-item:nth-child(4) .ava{
    background: url(images/avaIRINA.jpg);
}

.date{
    margin-bottom: 10px;
    font-style: 13px;
    color: #656464;
}
.name{
    margin-bottom: 15px;
    font-weight: 700;
    font-style: 17px;
}
.content{
    line-height: 1.5;
}

.line{
    background-color: #f5f5f5;
    height: 2px;
    width: 865px;
    display: block;
    margin-bottom: 30px;
}
.feedback__list-item:last-child .line{
    height: 0;
    width: 0;
}

.pagination{
    display: flex;
    justify-content: center;
    margin-bottom: 61px;
}
.page{
    margin-right: 18px;
    color: #6f6e6e;
    padding: 6px 0;
}
.arrow{
    text-decoration: none;
    align-items: center;
    padding: 6px 0;
}
.arrow:nth-child(2){
    margin-right: 10px;
    color: #6f6e6e;
}
.arrow:last-child{
    margin-left: 10px;
}
.numbers{
    display: flex;
    list-style: none;
}
.numbers-item{
    padding: 6px 11px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
}
.now{
    background-color: #141414;
    color: #f89513;
}

.midle{
    height: 171px;
    width: 100%;
    background-color: #131415;
    background-image: url(images/pattern.png);
    margin-bottom: 61px;
}
.agitation{
    width: 635px;
    color: white;
    margin: auto;
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 100;
}
.agitation span{
    color: #f89513;
    font-weight: 700;
}

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

.form{
    background-color: #f5f5f5;
    padding: 50px 70px;
    font-size: 14px;
}
.title-block{
    font-size: 49px;
    font-weight: 700;
    margin-bottom: 25px;
}

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

.container__small{
    width: 700px;
}

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

}
.form-item__input{
    width: 270px;
    padding: 16px 8px;
    box-sizing: border-box;
    border-width: 0;
    outline-color: #f89513;
    outline-width: 1px;
    font-size: 14px;
}
.form-item__text{
    width: 559px;
    resize: none;
    border: 0px;
    outline-color: #f89513;
    outline-width: 1px;
    padding: 9px;
    height: 88px;
    font-size: 14px;
    color: #221f1f;
    border-radius: 2px;
    box-sizing: border-box;
}
.form-item__input-button{
    cursor: pointer;
    outline: 0;
    padding: 14px 0px;
    text-transform: uppercase;
    background-color: #1c1f1d;
    border: 0;
    color: #f0f0f0;
    border-radius: 4px;
    width: 125px;
    text-align: center;
}
.form-item__input-button:hover{
    background-color: #f89513;
    color: #1c1f1d;
}
.form-item__input-radio{
    position: absolute;
    left: -9999px;
}
.radio--fake-buton{
    width: 20px;
    height: 20px;
    border: 1px solid #dddcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.radio--fake-buton:before{
    content: "";
    width: 0px;
    height: 0px;
    display: flex;
    background-color: #f89513;
    border-radius: 50%;
}
.form-item__input-radio:checked + .radio--fake-buton:before{
    width: 8px;
    height: 8px;
}
.form-buttons{
    display: flex;
}
.form-buttons label{
    display: flex;
    margin-right: 20px;
    align-items: center;
}

.footer{
    background-color: #131415;
    padding: 11px 0;
}
.epilogue{
    color: #ffffff;
    width: 255px;
}
.epilogue span{
    font-weight: 700;
}
.top{
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 600;
}
.bottom{
    display: flex;
}
.social__list{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.social__list-item{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.social-link{
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d0d0d0;
    display: block;
}
.social-link:hover{
    background-color: #f89513;
}

.vk{
    background-image: url(images/vk.png);
}
.mail{
    background-image: url(images/mail.png);
}