* {
  box-sizing: border-box;
}

#cooperation_container {
  margin-top: 50px;
}
@media screen and (max-width: 830px) {
  #cooperation_container {
    margin-top: 50px;
  }
}

.region_wrapper .reg_title {
  color: #363636;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 50px 0 30px 0;
}
.region_wrapper .oblast_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
.region_wrapper .oblast_container .oblast_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #D8DBEB;
  background: #FFF;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
.region_wrapper .oblast_container .oblast_item .image_container {
  max-width: 100%;
  min-height: 355px;
  max-height: 355px;
  width: 100%;
}
.region_wrapper .oblast_container .oblast_item .image_container img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100%;
  height: 100%;
}
.region_wrapper .oblast_container .oblast_item .obl_title {
  color: #3C4B9B;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.region_wrapper .oblast_container .oblast_item .obl_url {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  border-radius: 5px;
  background: #3C4B9B;
  padding: 14px 18px;
  gap: 10px;
}
.region_wrapper .oblast_container .oblast_item .obl_url::after {
  content: url("/upload/image/icons/arrow_right.svg");
}/*# sourceMappingURL=styles.css.map */