.about__content p {
    margin-bottom: 10px;
}

.blog__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__title.service-title {
    text-align: start;
    padding-left: 0px;
    margin-bottom: 45px;
}

.hr-line {
    margin: 0px 0 10px;
    padding: 0;
    height: 0;
    border: none;
    border-top: 2px solid #008393;
}

.categories_active {
    color: #008393;
}

.category_sidebar {
    margin-bottom: 15px;
}

.about__img {
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}

.about__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: center;
    border-radius: 30px;
    max-height: 380px;
}

@media (max-width: 575px) {
    .about__img {
        height: auto;
    }
}

/* Кнопка выпадающего списка */
.dropbtn {
  /*background-color: white;*/
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* Контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown {
  position: relative;
  display: inline-block;
    width: 100%;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
    text-align: left;
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {background-color: #ddd;}

/* Показать выпадающее меню при наведении курсора */
.dropdown:hover .dropdown-content {display: block;}

/* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
.dropdown:hover .dropbtn {background-color: rgba(180, 180, 180, 0.57); width: 100%; text-align: left!important;}



@media (min-width: 768px) {
    .large-size {
        font-size: 72px !important;
        line-height: 1.2 !important;
    }

    .small-size {
        font-size: 50px !important;
        line-height: 1.2 !important;
    }
}

.intro-repair__subtitle{
    line-height: 1.3 !important;
}

.comment-section{

}

    .comment-section .text{
        font-weight: normal;
    }
        .comment-section .user-info .name{
            line-height: 1;
            font-weight: bold;
        }
        .comment-section .user-info .date{
            line-height: 1;
            color: #888;
            font-size: 12px;
        }
        .comment-section .answer .user-info  .name{
            color: #008393 !important;
        }
        .comment-section .answer {
            background: url('../img/comments.png') no-repeat top left;
        }

.comment-section h5{
    font-size: 20px;
}

.captcha-block img{
    display: inline-block !important;
}
.captcha-block input{
    display: inline-block !important;
    width: 200px;
}

.captcha-block label{
    font-size: 14px;
    font-weight: 400;
}
