.front-page-content {
  overflow: hidden;
}

.front-page-content__contacts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grid {
  margin-left: -7px;
  margin-right: -7px;
}

.grid-sizer,
.grid-item {
  width: 1%;
}

.grid-item {
  height: 120px;
  float: left;
  border: 7px solid #fff;
  overflow: hidden;
}

.grid-item--width2 {
  width: 40%;
}

.grid-item--width3 {
  width: 60%;
}

.grid-item--width4 {
  width: 30%;
}

.grid-item--width5 {
  width: 30%;
}

.grid-item--width6 {
  width: 45%;
}

.grid-item--width7 {
  width: 25%;
}

.grid-item--width8 {
  width: 30%;
}

.grid-item--height2 {
  height: 295px;
}

.grid-item--height3 {
  height: 165px;
}

.grid-item--height4 {
  height: 130px;
}

.grid-item--height5 {
  height: 200px;
}

.grid-item--height6 {
  height: 195px;
}

.grid-item--height7 {
  height: 195px;
}

.grid-item--height8 {
  height: 125px;
}

.front-page-contact-wgt {
  width: 50%;
  height: 230px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.front-page-contact-wgt__link {
  -webkit-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all;
}

.front-page-contact-wgt__link:hover {
  opacity: 0.7;
}

.front-page-service-wgt__thumb {
  display: block;
  overflow: hidden;
  transition: 0.5s ease-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .front-page-service-wgt__thumb {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.front-page-service-wgt__content {
  position: absolute;
  z-index: 11;
  padding-top: 10px;
  bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
}

.front-page-service-wgt__content_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.front-page-service-wgt__content_top-center {
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.front-page-service-wgt__content_width_100 {
  width: 100%;
}

.front-page-service-wgt__headline {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.front-page-service-wgt__excerpt {
  color: #fff;
  margin: 0;
  display: none;
}

.front-page-service-wgt__link:hover .front-page-service-wgt__thumb {
  scale: 1.2;
}

.front-page-service-wgt__link:hover .front-page-service-wgt__headline {
  -webkit-animation: contentAnimationService 1s ease-in-out 100ms forwards;
          animation: contentAnimationService 1s ease-in-out 100ms forwards;
}

.front-page-service-wgt__link:hover .front-page-service-wgt__excerpt {
  -webkit-animation: contentAnimationService 1s ease-in-out 200ms forwards;
          animation: contentAnimationService 1s ease-in-out 200ms forwards;
}

@-webkit-keyframes contentAnimationService {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes contentAnimationService {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.front-page-contact-wgt {
  width: 50%;
  height: 250px;
  margin-bottom: 7px;
}

.front-page-contact-wgt__inner {
  position: relative;
  height: 100%;
}

.front-page-contact-wgt__thumb {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.front-page-contact-wgt__content {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.front-page-contact-wgt__content_right {
  text-align: center;
}

.front-page-contact-wgt__icon {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}

.front-page-contact-wgt__headline {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.front-page-contact-wgt__excerpt {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  display: none;
  text-align: center;
}

.front-page-contact-wgt__link {
  color: #fff;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
}

@media (min-width: 768px) {

  .front-page-service-wgt__headline {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .front-page-contact-wgt__headline {
    font-size: 24px;
    line-height: 32px;
  }

}

@media (min-width: 992px) {
  .grid-item--height2 {
    height: 590px;
  }

  .grid-item--height3 {
    height: 330px;
  }

  .grid-item--height4 {
    height: 260px;
  }

  .grid-item--height5 {
    height: 420px;
  }

  .grid-item--height6 {
    height: 390px;
  }

  .grid-item--height7 {
    height: 390px;
  }

  .grid-item--height8 {
    height: 230px;
  }

  .front-page-service-wgt__content {
    bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .front-page-service-wgt__headline {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .front-page-service-wgt__excerpt {
    display: block;
  }

  .front-page-contact-wgt__content_left {
    width: 140px;
  }

  .front-page-contact-wgt__content_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
    padding-right: 15px;
    text-align: left;
  }

  .front-page-contact-wgt__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    padding-left: 50px;
  }

  .front-page-contact-wgt__icon {
    width: 140px;
    height: 140px;
    margin: 0;
  }

  .front-page-contact-wgt__headline {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: left;
  }

  .front-page-contact-wgt__excerpt {
    display: block;
    text-align: left;
  }

  .front-page-contact-wgt__link {
    font-size: 16px;
  }

}

@media (max-width: 991px) {

  .grid-item {
    border: 4px solid #fff;
  }

}

@media (max-width: 767px) {
  .front-page-contact-wgt {
    width: 100% !important;
    height: 100px;
  }
}