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

.header{
    background-color: #131415;
    padding: 15px 0;
}

.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;
    align-items: center;
}

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

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

.menu__list-link{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    height: 20px;
    display: inline-block;
    line-height: 1.4;
}

.main{
    background-image: url(images/main_icon.png);
    background-repeat: no-repeat;
    padding-left: 37px;
}

.feed{
    background-image: url(images/feed_icon.png);
    background-repeat: no-repeat;
    padding-left: 37px;
}

.service{
    background-image: url(images/service_icon.png);
    background-repeat: no-repeat;
    padding-left: 37px;
}

.contacts__number{
    color: #ffffff;
    font-size: 21px;
    text-decoration: none;
}

.work__time{
    color: #f89513;
    text-decoration: underline;
    text-align: right;
}

.box{
    width: 880px;
    height: 1103px;
    margin: auto;
}

.main_info{
    display: flex;
    margin: 0 4px;
    margin-top: 45px;
    margin-bottom: 28px;
}

.link-main-info{
    font-size: 13px;
    color: #f89513;
    font-style: italic;
}

.link-main-info:after{
    content: "/";
    position: relative;
    left: 1px;
    color: #131415;
    text-decoration: none;
}

.block-reviews{
    list-style: none;
    margin-bottom: 28px;
    border-bottom: 2px solid lightgray;
}
.block-reviews:last-child{
    border-bottom: 0px;
}

.reviews{
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
    color: #131415;
    margin-left: 1px;
}

.title{
    margin-left: 4px;
    font-size: 35px;
    color: #131415;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 48px;
    padding: 0;
}

.rewiew-container{
    height: 195px;
    margin-left: 4px;
    width: 876px;
    display: flex;
    margin-bottom: 28px;
}

.image-sporstmen{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-image: url(images/sportmen.png);
    background-position: contain;
}

.image-sportgirl{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-image: url(images/sportgirl.png);
    background-position: contain;
}

.image-afrodita_main{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-color: lightgray;
    background-image: url(images/afrodita_main1.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.image-strong-woman{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-image: url(images/strong-woman.png);
    background-position: contain;
}

.rewiew-text{
    width: 700px;
    margin-left: 19px;
}

.text{
    height: 136px;
    width: 700px;
    font-size: 18.5px;
    line-height: 1.4;
}

.name{
    height: 15px;
    font-weight: 700;
    width: 220px;
    margin-bottom: 23px;
    font-size: 18.5px;
}

.date{
    font-size: 14px;
    margin-bottom: 15px;
    width: 70px;
}
.line{
    width: 880px;
    height: 2px;
    background-color: lightgrey;
}

.line-in-bottom{
    height: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-in-line{
    margin-right: 19px;
    color: grey;
}

.arrow-left{
    text-decoration: none;
    color: gray;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
}

.arrow-right{
    text-decoration: none;
    color: #131415;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
}

.number-1{
    height: 25px;
    width: 25px;
    background-color: #131415;
    text-decoration: none;
    color: #f89513;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 2px;
}

.number{
    height: 25px;
    width: 25px;
    text-decoration: none;
    color: #131415;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.link-line{
    text-decoration: none;
    color:#131415;
}

.link-line1{
    text-decoration: none;
    color: #f89513;
}

.numbers-line{
    display: flex;
}

.bottom-con{
    width: auto;
    background-color: #131415;
    background-image: url(images/pattern.png);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    margin-bottom: 60px;
}

.bottom-con-text{
    width: 636px;
    color: white;
    font-size: 18px;
}

.bottom-con-orange-text{
    color: #f89513;
    font-weight: 700;
}

.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;
    margin-bottom: 25px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.container_small{
    width: 700px;
}

.form-item__input{
    width: 270px;
    padding: 16px 8px;
    font-size: 20px;
    outline-color: #f89513; 
    border-radius: 3px;
    border: 2px solid white;
    box-sizing: border-box;
    border-width: 0;
}

.form-item__title{
    font-size: 20px;
    margin-bottom: 10px;
}


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

.text{
    width: 100%;
}

.form-item__input-button{
    width: 125px;
    height: 46px;
    background-color: #131415;
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}

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

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

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

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

.form-buttons{
    display: flex;
}

.label1{
    margin-right: 60px;
    display: flex;
}

.radio__text{
    position: relative;
    top: 2px;
    margin-left: 5px;
}


.footer{
    background-color: #131415;
    padding: 15px 0;
}

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

.footer-logo{
    color: #f89513;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15cm;
    position: relative;
    right: 50px;
}

.author-text{
    width: 300px;
    padding: 15px 0;
}

.footer-text{
    color: #f5f5f5;
}

.footer-text-dop{
    font-weight: 700;
}

.photos{
    display: flex;
    justify-content: space-between;
}

.text-socials{
    color: #f5f5f5;
    margin-bottom: 15px;
}

.photo-twitter{
    background-image: url(images/twitter.png);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain 80%;
    margin-right: 10px;
    background-color: #f5f5f5;
    background-position: 4px;
}

.photo-vk{
    background-image: url(images/vk.png);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain 80%;
    margin-right: 10px;
    background-color: #f89513;
    background-position: 4px;
}

.photo-mail{
    background-image: url(images/mail.png);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain 80%;
    margin-right: 10px;
    background-color: #f5f5f5;
    background-position: 4px;
}

.photo-google{
    background-image: url(images/google.png);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain 80%;
    margin-right: 10px;
    background-color: #f5f5f5;
    background-position: 3px;
}

.photo-facebook{
    background-image: url(images/fb.png);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain 80%;
    margin-right: 10px;
    background-color: #f5f5f5;
    background-position: 6px;
}

.photo{
    display: inline-block;
    width: 20px;
    height: 20px;
}

li{
    list-style: none;
}
