.section-item {
  width: 100%;
  line-height: unset;
  outline: none;
  box-shadow: unset;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slide {
  margin-right: 10px; /* отступ справа между элементами */
}
.text__info p{
  max-width: 754px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #827E7E;
  margin: 0 auto;
  margin-top: 55px;
}
.search__block{
 
  margin: 0 auto;
  margin-top: 52px;
  padding: 32px 40px 46px  40px;

  border-radius: 10px;
}
.search__title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #394053;
  margin-bottom: 25px;
}
.search__input {
  display: flex;
  gap: 32px;
      height: 40px;
}
@media (max-width: 576px) {
 .search__input{
  height: unset;
  padding: 0 15px;
  flex-direction: column;

 } 
}
.search__input input{
  border: none;
  width: 100%;
  border-bottom: 1px solid #80A0D4;
  outline: none !important;
  height: 40px;
}
.search__input button{
  width: 123px;
  height: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
.content__btn-row{
  margin-top: 50px;
}
.read-item-title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #394053;
  margin-top: 17px;
  margin-bottom: 12px;
}
.read-item-info{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #827E7E;
  margin-bottom: 18px;
}
.read-item-link {
    width: 234px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #80A0D4;
    box-shadow: 0px 10px 10px rgba(128, 160, 212, 0.5);
    border-radius: 100px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 18px;
}
.detail_page-img_title-block {
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.filter__btn-block{
  outline: none !important;
  }
  .modal-body .gallery-block .slick-track .slick-slide{
    justify-content: flex-start;
  }

.filter__btn-block .section-item {
	gap:20px;
	padding: 0 20px;
    line-height: 20px;
}