section.offices {
  position: relative;
  background: #1C1E24;
  padding: 80px 0px;
}
@media (max-width: 529px) {
  section.offices {
    padding: 40px 0px;
  }
}
section.offices .offices_title h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
section.offices .offices_inner__content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
section.offices .offices_inner__content .offices_inner__content_item {
  flex: 1 300px;
  max-width: 300px;
  padding-bottom: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1400px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    flex: 1 250px;
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    flex: 1 200px;
    max-width: 200px;
  }
}
section.offices .offices_inner__content .offices_inner__content_item:nth-child(4) {
  border-right: none;
}
section.offices .offices_inner__content .offices_inner__content_item:nth-child(5), section.offices .offices_inner__content .offices_inner__content_item:nth-child(6), section.offices .offices_inner__content .offices_inner__content_item:nth-child(7) {
  padding-bottom: 0;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .address__metro {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 5px;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .address__street {
  font-size: 15px;
  opacity: 0.8;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .route a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 15px 0px 20px;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work span {
  opacity: 0.8;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work span:nth-child(1) {
  display: block;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work span:nth-child(2) {
  max-width: 160px;
  display: block;
}
@media (max-width: 991px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    flex: 1 310px;
    max-width: 310px;
  }
  section.offices .offices_inner__content .offices_inner__content_item:nth-child(2n) {
    border-right: 0px;
  }
  section.offices .offices_inner__content .offices_inner__content_item:nth-child(5) {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) and (min-width: 530px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    flex: 1 230px;
    max-width: 230px;
  }
}
@media (max-width: 529px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 15px;
    max-width: 100%;
    border-right: 0px !important;
    flex: 1 100%;
  }
  section.offices .offices_inner__content .offices_inner__content_item .office_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
  }
  section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 1;
  }
  section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work span {
    max-width: 100% !important;
  }
}
