* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

.header {
    background-color: #121415;
    padding: 28px 0;
}

.container {
    margin: 0 auto;
}

.header-container {
    width: 1000px;
    max-width: 100%;
}

.content-container {
    width: 635px;
    max-width: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #f89513;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu__list {
    list-style: none;
    display: flex;
    gap: 40px;
}

.menu-link {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.menu-link:hover {
    color: #f89513;
}

.main     { background-image: url(images/main_icon.png);    background-repeat: no-repeat; background-position: left center; padding-left: 28px; }
.feed     { background-image: url(images/feed_icon.png);    background-repeat: no-repeat; background-position: left center; padding-left: 28px; }
.service  { background-image: url(images/service_icon.png); background-repeat: no-repeat; background-position: left center; padding-left: 28px; }

.contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.contacts-tel {
    color: #f89513;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.contacts-tel:hover {
    color: #ffae44;
}

.work-time {
    color: #aaaaaa;
    font-size: 13px;
}

.reviews {
    padding: 50px 0;
    background: #fff;
}

.breadcrumbs {
    color: #c7c7c7;
    font-size: 13px;
    margin-bottom: 16px;
}

.breadcrumbs a {
    color: #c7c7c7;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #444;
}

.breadcrumbs span::before {
    content: " / ";
    color: #c7c7c7;
    margin: 0 4px;
}

.page-title {
    font-size: 44px;
    color: #2b2b2b;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.reviews-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.review {
    display: flex;
    align-items: flex-start;
    padding: 30px 0 26px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.review:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.avatar {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
    margin-right: 30px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.review-body {
    flex: 1;
}

.review-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.date {
    color: #b7b7b7;
    font-size: 13px;
}

.name {
    font-size: 19px;
    color: #222;
    margin: 0;
    font-weight: 700;
}

.review p {
    color: #5c5c5c;
    line-height: 1.65;
    margin: 0;
    font-size: 15px;
    padding-top: 8px;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination-wrapper {
    display: inline-block;
    font-size: 14px;
    color: #5c5c5c;
}

.pagination a,
.pagination span {
    color: #5c5c5c;
    text-decoration: none;
    margin: 0 6px;
    padding: 4px 8px;
}

.pagination a:hover {
    color: #ff9100;
}

.pagination a.active {
    background-color: #000;
    color: #ff9900;
    border-radius: 4px;
}

.pagination .prev,
.pagination .next {
    font-size: 16px;
    padding: 4px 8px;
}

.promo {
    background-color: #000000;
    background-image: url(images/pattern.png);
    background-repeat: repeat;
    padding: 40px 0;
}

.promo p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
}

.promo .highlight {
    color: #f89513;
}

.comments-form {
    padding: 40px 0;
    background: #f9f9f9;
}

.form {
    background: #f1f1f1;
    padding: 40px;
    max-width: 680px;
    margin: 0 auto;
}

.title-block {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
    text-align: center;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-item {
    flex: 1;
}

.form-item__title {
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
}

.form-item__input,
.form-item__text {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #ccc;
}

.form-item__text {
    height: 110px;
}

.form-item__input:focus,
.form-item__text:focus {
    border-color: #f89513;
    outline: none;
}

.form-buttons {
    display: flex;
    gap: 30px;
    margin-top: 6px;
}

.form-buttons label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #444;
}

.form-item__input-button {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #f89513;
    border: none;
}

.form-item__input-button:hover {
    background: #e07f00;
}

.form-item__input-button {
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #000000;
    border: none;
    border-radius: 8px;
}

.form-item__input-button:hover {
    background: #e07f00;
}

.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;
    margin-right: 5px;

}

.radio--fake-button:before{
    content: "";
    width: 0px;
    height: 0px;
    display: flex;
    background-color: orange;
    border-radius: 50%;
}

.form-item__input-radio:checked + .radio--fake-button:before{
    width: 8px;
    height: 8px;

}

.form-buttons{
    display:flex;
}

.form-buttons label{
    display: flex;
    margin-right: 20px;
}

.form-item__text{
    outline-color: orange;
    outline-width: 1px;
    resize: none;
    width: 100%;
    height: 90px;
    border-width: 0;
    padding: 9px;
    box-sizing: border-box;
}

.text{
    width: 100%;
}
.footer {
    background-color: #121415;
    height: 75px;
    color: #ffffff;
    font-size: 14px;
}

.footer-container {
    width: 1100px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px; 
}

.footer-left {
    flex: 0 0 auto;
    text-align: left;
    line-height: 1.6;
}

.footer-left p {
    margin: 0;
}

.author {
    color: #ffffff;
    font-weight: bold;
}

.footer-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    width: auto;
    display: block;
}

.footer-right {
    flex: 0 0 auto;
    text-align: right;
}

.social-title {
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 6px;
}

.social-list {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.social-link {
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.social-link.vk     { background-image: url(images/social/vk.png); }
.social-link.fb     { background-image: url(images/social/fb.png); }
.social-link.google { background-image: url(images/social/google.png); }
.social-link.twitter{ background-image: url(images/social/twitter.png); }
.social-link.email  { background-image: url(images/social/email.png); }

.social-link:hover {
    opacity: 0.7;
}