.mob-ver {
  display: none;
}
.page_projects .title_blck {
  display: flex;
  align-items: stretch;
  margin-bottom: 90px;
}
.title_blck .left,
.title_blck .right {
  width: 50%;
}
.title_blck .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.title_blck .right div {
  width: 49%;
  background: #F5F5FA;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #553285;
  font-weight: 300;
  border-radius: 8px;
}
.title_blck .right span {
  line-height: 30px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
}
.title_blck .right span.big {
  font-size: 70px;
  line-height: 90px;
  text-transform: uppercase;
}
.title_blck .right .object span:last-child {
  margin-left: -25px;
}
.projects .segment-blcks {
  margin-bottom: 30px;
}
.projects .title_blck {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
}
.projects .tab-btn {
  margin: 0.5rem 0.4rem 0 0;
  background-color: #f5f5fa;
  color: #553285;
  padding: 0 20px !important;
  font-weight: 300;
  font-size: 18px;
  height: 50px;
  cursor: pointer;
  transition: 0.2s;
  border: none;
}
.projects .tab-btn.active {
  background-color: #553285;
  color: #fff;
}
.projects .objects-blcks {
  margin-top: 50px;
  margin-bottom: 120px;
}
.projects .objects {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  min-width: 102%;
}
.projects .object-item {
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
.projects .object-item .object-dopinfo {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 30px;
  padding: 15px;
  background: #FCFDFF;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #553285;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
}
.projects .object-item .img_blck.top {
  height: 200px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.projects .object-item .img_blck.top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.projects .object-item .bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1.5px solid #E7E4ED;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.projects .object-item .object_title {
  font-weight: 400;
  color: #553285;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E4ED;
}
.projects .object-item .bold {
  font-weight: 400;
}
.projects .object-item .segment_info,
.projects .object-item .region_info {
  display: flex;
  flex-direction: column;
}
.projects .object-item .segment_info {
  margin-bottom: 10px;
}
.projects .projects-list-pages .btn_projects_all {
  width: 100%;
  background-color: #fff;
  border: 1.5px solid #e7e4ed;
  color: #39393b;
  padding: 0 20px !important;
  font-weight: 300;
  font-size: 18px;
  height: 50px;
}
.progres-bar__project .btn {
  margin-top: 2.5rem;
  width: 100%;
  background-color: #fff;
  border: 1.5px solid #e7e4ed;
  color: #39393b;
}

@media (max-width: 991px) {
  .desc-ver {
    display: none !important;
  }
  .mob-ver {
    display: block;
  }
  .page_projects .title_blck {
    margin-bottom: 30px;
  }
  .title_blck .left {
    width: 100%;
  }
  .title_blck .left .color {
    color: #553285;
  }
  .projects .objects-blcks {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .projects .objects {
    margin-top: 10px;
  }
  .projects .object-item .object-dopinfo {
    top: 5px;
    left: 20px;
    padding: 5px;
    font-weight: 300;
    line-height: 16px;
    font-size: 12px;
  }
  .projects .object-item .img_blck.top {
    height: 115px;
  }
  .projects .object-item .bottom {
    padding: 15px 15px 20px 15px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 110px;
  }
  .projects .object-item .object_title {
    border: none;
    margin: 0;
    padding: 0;
    color: #39393B;
  }
  .projects .object-item .object_bottom_info {
    display: flex;
    flex-direction: column;
    line-height: 18px;
  }
  .mobile-material__category_filter {
    margin-top: 0;
  }
  .mobile-material__category_wrap_list {
    position: fixed;
    top: 3.1rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 3rem);
    background: white;
    z-index: 1000;
    /* overflow-y: auto; */
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding-bottom: 1rem;
  }
  .mobile-material__category_wrap_list.active {
    transform: translateX(0);
  }
  .category-list__close {
    padding: 0.5rem;
  }
  .apply-filters {
    width: 100%;
  }
}
