.header{
    background-color: #131415;
    padding: 15px 0;
}
*{
    margin: 0;
    padding: 0;
    font-family: Arial;
}
.container{
    width: 1060px;
    margin: auto;
}
.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    color: rgb(248, 149, 19);
    font-size: 18px;
}
.menu__list{
    list-style: none;
    display: flex;
}
.menu__list-item{
    margin-right: 28px;
}
.menu__list-item:last-child{
    margin-right: 0px;
}
.menu__list-link{
    color: #ffffff;
    text-decoration: none;
    background-repeat: no-repeat;
    padding-left: 37px;
    font-size: 12px;
    height: 20px;
    display: inline-block;
    line-height: 1.4;
}
.main{
    background-image: url(images/main_icon.png);
}
.feed{
    background-image: url(images/feed_icon.png);
}
.services{
    background-image: url(images/service_icon.png);
}
.contacts__number{
    color: #ffffff;
    font-size: 21px;
    text-decoration: none;
}
.work__time{
    color: #f89513;
    text-align: right;
    text-decoration: underline;
}
.pagename{
    margin-top: 46px;
    display: flex;
}
.mainpage{
    color: rgb(249, 170, 66); 
    text-decoration: underline;
}
.headline{
    margin-top: 20px;
    font-size: 35px;
}
.img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.reviews__wrap{
    margin-top: 15px;
}
.reviews__list{
    list-style: none;
}
.cover{
    display: flex;
    width: 880px;
    line-height: 30px;
    border-bottom: #f5f5f5 1px solid;
    padding: 30px 0px;
}
.right{
    margin-left: 20px;
}
.date{
    font-size: 10px;
    color: rgb(160, 160, 160);
}
.username{
    font-weight: bold;
}
.description{
    font-size: 13px;
    line-height: 17px;
    margin-top: 15px;
}.reviews__list-item{
    margin-top: 34px;
}
.alexey{
    background: url(images/Alexsey.png) center ;
    background-size: cover;
}
.inna{
    background: url(images/Inna.png) center ;
    background-size: cover;
}
.vladimir{
    background: url(images/Vector\ Smart\ Object.png) center no-repeat;
    background-size: 100px;
    background-color: rgb(245, 245, 245);
}
.irina{
    background: url(images/Irina.png) center ;
    background-size: cover;
}
.all_in_wrapper{
    margin: auto;
    width: 880px;
}
.mainpage::after{
    content: " /";
    color: black;
    text-decoration: none;
}
.first{
    margin-top: 0;
}
.reviewspage{
    color: black;
    text-decoration: none;
}
.page__num__wrapper{
    display: flex;
}
.num__wrap{
    margin-left: 25px;
}
.num{
    width: 25px;
    height: 25px;
    color: black;
    font-weight: bold;
    text-align: center;
    user-select: none;
    justify-content: center;
}
.page__num{
    margin-top: 48px;
}
.firstnum{
    background-color: black;
    color: #f89513;
    border-radius: 3px;
}
.number::after{
    content: ">";
    color: gray;
    margin-left: 5px  ;
}
.number::before{
    content: "<";
    color: gray;
    margin-right: 5px;
    margin-left: 5px;
}
.page__name{
    color: gray;
}
.cta__orange-txt{
    color: #f89513;
}
.cta__txt{
    background-color: #131415;
    width: 700px;
    margin: auto;
}
.cta__main-txt{
    color: #ffffff;
}
.cta{
    padding: 55px 0px;
    margin-top: 60px;
    background-color: #131415;
    background: url(images/pattern.png);
    margin-bottom: 60px;
}
.number{
    display: flex;
    list-style: none;
}
.comments-form{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.form{
    background-color: #f5f5f5;
    padding: 50px 70px;
    width: 620px;
}
.title-block{
    font-weight: 700;
    font-size: 49px;
    margin-bottom: 30px;
    color: rgb(34, 31, 31);
}
.form-row{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.form-item__input{
    padding: 15px;
    color: rgb(152, 150, 150);
   
    border: 0px;
    
    border-radius: 3px;
    width: 270px;
    outline-color: #f89513;
} 

.container_small{
    width: 700px;
}
.form-item__text{
    width: 100%;
    height: 100px; 
    border: 0px;
    outline-color: #f89513;
    resize: none;
    box-sizing: border-box;
}
.form-item_input-button{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px ;
    border-radius: 5px;
    color: #f5f5f5;
    background-color: #131415;
    text-transform: uppercase;
    border-width: 0 ; 
}
.form-row_bottom{
    display: flex;
    justify-content: space-between;
}
.textarea{
    width: 100%;

}
.cta__main-txt{
    width: 705px;
}
.form-buttons{
    margin-top: 5px;
}
.form-item__input-radio{
    position: absolute;
    left: -9999px;
}
.radio--fake-button{
    width: 20px;
    height: 20px;
    border: 1px solid #acaaab;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.radio--fake-button::before{
    content: "";
    width: 0px;
    height: 0px;
    background-color: #f89513;
    border-radius: 50%;
}
.form-item__input-radio:checked + .radio--fake-button::before{
    width: 8px;
    height: 8px;
}
.form-buttons{
    display: flex;
}
label{
    display: flex;
    margin-right: 30px;
    align-items: center;
}
.footer{
    background-color: #131415;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
}
.gray_txt{
    color: #acaaab;
}
.white_txt{
    color: white;
    margin-bottom: 5px;
}
.logo__foot{
    color: rgb(248, 149, 19);
    font-size: 20px;
    align-items:center ;
}
.checked{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f89513;
    margin-right: 10px;
}
.gray__check{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #c3c3c3;
    margin-right: 10px;
}
.vk{
    background: url(images/vk.png) center #f89513 no-repeat;
    background-size: 20px ;
}
.facebook{
    background: url(images/fb.png) center #c3c3c3 no-repeat;
    background-size: 8px ;
}
.google{
    background: url(images/google.png) center #c3c3c3 no-repeat;
    background-size: 20px ;
}
.twitter{
    background: url(images/twitter.png) center #c3c3c3 no-repeat;
    background-size: 18px ;
}
.mail{
    background: url(images/mail.png) center #c3c3c3 no-repeat;
    background-size: 18px ;
}
.socials__icons{
    display: flex;
    list-style: none;
}
.foot__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1060px;
    margin: auto;
}
.no-border{
    border: 0px;
}
.links_foot{
    display: inline-block;
    width: 25px;
    height: 25px;
}