.text_page .section_title {
  padding-left: 265px;
}
.title-cases {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cases-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.cases-list.main .cases-list_item {
  flex: 1 1 30%;
  /*position: relative;*/
  /*max-width: 400px;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
}
/*.cases-list::after {*/
/*  content: "";*/
/*  flex: 1 1 370px;*/
/*  max-width: 400px;*/
/*}*/
.cases-list__title-block {
  background-color: #111427;
  padding: 16px 30px 16px 25px;
  min-height: 100px;
}
.cases-list_title {
  font-size: 16px;
  color: white;
}
.cases-list_object {
  color: #111427;
  font-size: 15px;
  display: block;
  line-height: 22px;
  text-transform: lowercase;
}
/*.cases-list_item:nth-child(even) .cases-list__title-block {*/
/*  background-color:  #111427;*/
/*}*/
/*.cases-list_item:nth-child(even) .cases-list__title-block .cases-list_object {*/
/*  color: #eace01;*/
/*}*/
.cases-list__title-block svg {
  position: absolute;
  right: 25px;
  top: calc(50% - 20px);
}
/*.cases-list_item:nth-child(even) .cases-list__title-block {*/
/*  background-image: url(img/arrow_w_40.png);*/
/*}*/
.cases-list_item img {
  height: 290px;
  width: 100%;
  object-fit: cover;
}
.cases-list_item:hover img {
  opacity: 1;
}
.cases-list.main {
  margin-bottom: 72px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cases-list.main .title {
	display: block;
    width: 100%;
    position: relative;
}
.cases-list.main .title h2 {
	margin: 0;
}
/*.cases-list.main .title a {*/
/*	position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    line-height: 3.87em;*/
/*}*/

@media screen and (max-width: 1024px) {
  .text_page .section_title {
    padding-left: 20px;
  }
  .cases-list_title {
    margin-bottom: 0;
  }
  .cases-list.main {
    flex-direction: column;
  }
  .cases-list_item img {
    width: 100%;
  }
  .cases-list.main .cases-list_item {
    flex: 1 1 100%;}
  .cases-list__title-block {
    min-height: auto;
  }
  .cases-list_item img {
    height: 240px;
  }
  /*.cases-list_item .cases-list__title-block {*/
  /*  background-image: url(img/arrow_b_36.png);*/
  /*  bottom: 20px;*/
  /*}*/
  /*.cases-list_item:nth-child(even) .cases-list__title-block {*/
  /*  background-image: url(img/arrow_w_36.png);*/
  /*}  */
}
@media screen and (max-width: 440px) {
  /*.cases-list_item {*/
  /*  max-height: 61vw;*/
  /*}*/
}
@media screen and (max-width: 350px) {
  .cases-list_item .cases-list__title-block {
    padding: 16px 60px 16px 18px;
    background-position: calc(100% - 18px) center;
  }
}