.area__title {
  font-size: 40px;
}

.branches__content {
  margin-right: -45px;
  font-size: 0;
}

.branches__content:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}

.branches__item {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  padding-right: 45px;
  margin-bottom: 45px;
  font-weight: 400;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.branches__item__link {
  display: block;
  color: #1d5ca3;
  transition: color .175s;
}

.branches__item__link:hover {
  transition-duration: .175s;
  color: #0051cb;
}

.branches__item__link__visual {
  display: block;
  overflow: hidden;
  position: relative;
  height: 160px;
  background: #1d5ca3;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 15px;
}

.branches__item__link__visual__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/cover;
  transition: opacity .35s;
  opacity: .5;
  content: '';
}

.branches__item__link:hover .branches__item__link__visual__image {
  opacity: 1;
}

.branches__item__link__content {
  display: block;
  font-size: 20px;
}

.branches__item:nth-child(3n-1),
.branches__item:nth-child(3n) {
  margin-top: 0;
}

@media (max-width:1380px) {
  .branches__item {
    width: 50%;
  }

  .area__title {
    font-size: 28px;
  }
}

@media screen and (max-width:767px) {
  .branches__item {
    display: block;
    width: auto;
  }

  .area__title {
    font-size: 24px;
  }
}