.flex.row {
  display: flex;
  flex-wrap: wrap;
}
.flex.row > div[class^="col-"] {
  float: none;
  margin-bottom: 30px;
}

.services .img-wrapper {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .text {
  text-align: left;
  padding-top: 10px;
}
.result-message {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}
.result-message.ok {
  color: green;
}
.result-message.error {
  color: red;
}
.hit-section .element {
  height: 100%;
  padding: 35px 20px 20px;
}
.hit-section .element .title {
  height: auto;
}
.hit-section .img-wrapper img {
  max-height: 100%;
}

.footer-wrapper {
  margin-top: 35px;
}
.services-wrapper .element .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.services-wrapper .element .img-wrapper img {
  max-height: 100%;
}
.services-wrapper .element .text {
  height: auto;
}
.footer-form .form-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.footer-form .form-columns > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.footer-form .right-side .form-group {
  height: calc(100% - 10px);
}
.footer-form textarea {
  height: 100%;
}

@media (max-width: 560px) {
  .footer-form .form-columns {
    display: block;
  }
}
