.content_page_title .titile_branches object {
  max-width: 130px;
  width: 100%;
}
.gallery_section {
  padding: 80px 0 60px;
  background: url('../img/gallery_back.png');
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
}
.gallery_section h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #009122;
  position: relative;
  margin-left: 40px;
  margin-bottom: 100px;
}
.gallery_section h2:before {
  content: '';
  position: absolute;
  top: calc(50% - 28.5px);
  left: -30px;
  width: 57px;
  height: 57px;
  background: linear-gradient(0deg, #58cf74, #58cf74), #58cf74;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.gallery_section .gallery_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.gallery_section .gallery_block .gallery_item {
  max-width: 49%;
  width: 100%;
  background: #58cf741a;
  text-decoration: none;
  border: 8px solid #ffffff;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: background 0.4s ease, border 0.4s ease;
}
.gallery_section .gallery_block .gallery_item .gallery_item__square {
  position: relative;
  display: block;
  width: 100%;
}
.gallery_section .gallery_block .gallery_item .gallery_item__square:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.gallery_section
  .gallery_block
  .gallery_item
  .gallery_item__square
  .gallery_item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.gallery_section
  .gallery_block
  .gallery_item
  .gallery_item__square
  .gallery_item__content
  img {
  width: 97%;
  height: 97%;
  margin: auto;
  box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.57);
  -webkit-box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 7px 13px -6px rgba(0,0,0,0.57);
}
.gallery_section .gallery_block .gallery_item strong {
  padding: 30px 20px 35px 45px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #181c25;
  width: 100%;
  display: inline-block;
  transition: color 0.4s ease;
}
.gallery_section .gallery_block .gallery_item:hover {
  background: #58cf74;
  border-color: #58cf74;
}
.gallery_section .gallery_block .gallery_item:hover strong {
  color: #ffffff;
}
.gallery_section .gallery_block .gallery_item:active {
  background: #009122;
  border-color: #009122;
}
.gallery_section .gallery_block .gallery_item:active strong {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .gallery_section h2 {
    font-size: 26px;
    margin-left: 30px;
    margin-bottom: 60px;
  }
  .gallery_section h2:before {
    left: -20px;
    width: 47px;
    height: 47px;
    top: calc(50% - 23.5px);
  }
}
@media screen and (max-width: 992px) {
  .gallery_section {
    padding: 60px 0 40px;
  }
  .gallery_section .gallery_block .gallery_item strong {
    padding: 30px 20px 30px;
  }
  .gallery_section .gallery_block .gallery_item {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .gallery_section h2 {
    font-size: 24px;
  }
  .gallery_section .gallery_block .gallery_item strong {
    padding: 20px 15px 20px;
  }
}
@media screen and (max-width: 568px) {
  .content_page_title .titile_branches object {
    max-width: 110px;
  }
  .gallery_section h2 {
    margin-bottom: 30px;
    line-height: 30px;
  }
  .gallery_section h2:before {
    top: -10px;
  }
  .gallery_section .gallery_block .gallery_item {
    max-width: 100%;
  }
  .gallery_section .gallery_block .gallery_item h4 {
    padding: 30px 20px 30px;
  }
}
