* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
    
}

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

.container {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
}

.logo {
    color: #f89513;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

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

.menu-link {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 30px;
    font-size: 14px;
    transition: color 0.3s ease;
    border-radius: 4px;
}



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

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

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

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

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

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contacts {
    text-align: right;
}

.contacts_tel {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.contacts_tel:hover {
    color: #f89513;
}

.work-time {

    font-size: 12px;
}

.main-content {
    padding: 20px 0;
}

.page-header {
    margin-bottom: 30px;
    text-align: left;
}

.page-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.reviews-container {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}

.review-item {
    background: #fff;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.review-item:last-child {
    border-bottom: none;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    background-image: url();
}

.review-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
    
}

.review-info {
    flex: 1;
}

.review-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
}

.review-date {
    font-size: 12px;
    color: #999;
}

.review-text {
    line-height: 1.4;
}

.review-text p {
    font-size: 14px;
    color: #555;
    text-align: left;
    margin: 0;
}

.a1{
  background-image: url(images/1.jpg);
  background-position: center;
  background-size: cover;
}
.a2{
  background-image: url(images/2.jpg);
  background-position: center;
  background-size: cover;
}
.a3{
  background-image: url(images/Группа\ 2.png);
  background-position: center;
  background-size: cover;
}
.a4{
  background-image: url(images/4.jpg);
  background-position: center;
  background-size: cover;
}
.under_header{
  height: 171px;
  background-image: url(images/Группа\ 1.png);
  margin: auto;
  margin-bottom: 61px;
  padding-top: 33px;
  padding-bottom: 38px;
}
.work-time{
  color: #c77814
}

.mini-page{
  display: flex;
}

.mini-page-title{
  font-size: 14px;
  color: #f9ad5f;
}
.mini-page-title-1{
  font-size: 14px;
}

.page{
  display: flex;
  justify-content: center;
}
.xnjnj{
  display: flex;
  list-style: none;
}
.b{
  display: inline;
  width: 25px;
  height: 25px;
  font-family: Arial;
}
.b1{
  background-color: #131415;
  border-radius: 3px;
  color: #f89513;
  margin-bottom: 61px;
  text-align: center;
  margin-right: 19px;
}
.b2{
  color: #221f1f;
}
.text{
  font-family: Arial;
  display: flex;
  justify-content: center;
  color: white;
}

.text-mini{
  color: #f89513;
  font-family: Arial;
  position: relative;
  left: 70px;
  top: -25.5px;
}

.comments-form{
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
}
.form{
    background-color: #f5f5f5;
    padding: 50px 70px;
}
.title-block{
    font-size: 49px;
    font-weight: 700px;
    margin-bottom: 25px;
}
.form-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form-item__title{
    color: #221f1f;
    font-weight: 100;
    margin-bottom: 10px;
}
.form-item__input{
    width: 270px;
    padding: 16px 8px;
    box-sizing: border-box;
    border-width: 0;
    outline-color: #f89513;
    outline-width: 1px;
}
.container_small{
    width: 700px;
    
}
.form-item__text{
  outline-color: #f89513;
  width: 560px;
  height: 90px;
  resize: none;
  border: white;
}
.form-item__input-button{
  background-color: #1c1f1d;
  color: #f5f5f5;
  width: 125px;
  height: 45px;
  border-radius: 3px;
}
.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: #f89513;
    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;
}
.container{
    color: white;
    display: flex;
    justify-content: space-between;
    background-color: #131415;
    width: 100vh;
}
.center{
    color: #f89513;
    font-size: 18.18px;
}
.social{
    display: flex;
}