*{
    margin: 0;
    padding: 0;
    font-family: Arial
}
.header{
    background-color: #131415;
    padding: 15px 0;
    margin-bottom: 50px;
}
.container{
    width: 1060px;
    margin: auto;
}
.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    color: #f89513;
    font-size: 18px;
}
.menu__list{
    list-style: none;
    display: flex;
}
.mene__list-item{
    margin-right: 28px;
}
.mene__list-item:last-child{
    margin-right: 0;
}
.menu__list-link{
    color: #ffff;
    text-decoration: none;
    background-repeat: no-repeat;
    padding-left: 37px;
    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);
}
.service{
    background-image: url(images//service_icon.png);
}
.contacts__number{
    color: #ffff;
    font-size: 21px;
    text-decoration: none;
}
.work__time{
    color: #f89513;
    text-decoration: underline;
    text-align: right;
}
.avatar{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.alex{
    background-image: url(images/1.png);
}
.inna{
    background-image: url(images/2.png);
}
.vlad{
    background-image: url(images/3.png);
    background-size: 50%;
    background-color: #F5F5F5;
    filter: grayscale(100%);
}
.irina{
    background-image: url(images/4.png);
}
.reviews__list-item{
    overflow-wrap: break-word;
    display: flex;
    border-bottom:  1px solid #aeaeae;
    margin-bottom: 30px;
    padding-bottom: 35px;
}
.reviews__list-item:last-child{
    border-bottom: 0px;
}
h1{
    font-size: 60px;
    margin-bottom: 50px;
}
.text{
    line-height: 1.5;
    width: 680px;
}

.reviews{
    width: 880px;
    margin: auto;
}
.date{
    color: #8b8b8b;
}
.name{
    font-weight: 700
}
.main-text{
    color: #575757;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 5px;
    justify-content: center;
    text-align: center;
}

.page-item {
    margin: 0;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}

.page-link:hover {
    background-color: #f5f5f5;
}

.page-item.active .page-link {
    background-color: #131415;
    color: #F89513;
}

.page-item.disabled .page-link {
    color: #131415;
    pointer-events: none;
    background-color: #fff;
}
nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.page__number{
    margin-right: 20px;
}
.apply{
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f5f5f5;
}
.big{
    width: 100%;
    background-color: #131415;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background-image: url(images/quastions.png);
    margin-bottom: 60px;
}
.apply__text{
    width: 630px;
}
.apply__link{
    text-decoration: none;
    color: #F89513;
}
.arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 25px;
    width: 25px;
    color: #131415;
}
.comments-form{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.form{
    background-color: #F5F5F5;
    padding: 50px 70px;
}
.title-block{
    font-weight: 700;
    font-size: 49px;
    margin-bottom: 30px;
}
.form-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form-item__text{
    height: 80px;
    border: 0px;
    resize: none;
    padding: 10px;
    border: 2px solid #F5F5F5;
    box-sizing: border-box;
    width: 100%;
}
.form-item__input{
    border: 2px solid #F5F5F5;
    padding: 15px 10px;
    width: 270px;
    box-sizing: border-box;
    border-width: 0px;
    outline-color: #F89513;
    outline-width: 1px;
}
.form-item__input-button{
    background-color: #1C1F1D;
    color: #EFF0EF;
    font-size: 12px;
    border: 0px;
    width: 125px;
    height: 45px;
    border-radius: 5px;
}
.form-item__title{
    margin-bottom: 10px;
}
.form-item__button{
    margin-left: auto;
}
.form-item__input:focus,
.form-item__text:focus {
    outline: none;
    border: 1px solid orange;
}
.container_small{
    width: 700px;
}
.form-item__input-radio{
    position: absolute;
    left: -9999px;
}
.radio--fake-button{
    width: 20px;
    height: 20px;
    border: 1px solid rgb(189, 189, 189);
    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: 20px;
}
.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
}
.footer-content{
    width: 1060px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin: auto;
}
.social_network{
    text-align: left;
}
.footer-text{
    width: 300px;
    color: #959595;
}
.name-avtor{
    color: #F5F5F5
}
.social_network-text{
    color: #ffffff;
    margin-bottom: 10px;
}
.social_network-logo{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #EFF0EF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 50% 40%;
}
.vk{
    background-image: url(images/vk.png);
}
.google{
    background-image: url(images/google.png);
}

.social_network-list{
    display: flex;
    list-style-type: none;
}
.social_network-item{
    margin-right: 10px;
}