.module-reviews-items {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.module-reviews-items .module-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 30px;
}
.module-reviews-items .module-title a {
  text-decoration: none;
}

.module-reviews-items .item {
  display: block;
  position: relative;
  margin-bottom: 30px;
  color: inherit;
  background: #e7d9cc;
  cursor: pointer;
  text-decoration: none;
}

.module-reviews-items .item:hover img  {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.module-reviews-items img {
    width: 100%;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.module-reviews-items .name {
  font-size: 30px;
  text-align: center;
}

.module-reviews-items .descr {
  padding: 20px;
  min-height: 125px;
}


.module-order-form {
  padding: 20px 20px 10px;
}

.module-order-form .form-group {
  margin-bottom: 10px;
}

.module-order-form input.inputbox {
  height: 34px;
  line-height: 34px;
}

.module-order-form .btn {
  height: 34px;
  font-size: 14px;
}

.module-order-form .checkbox {
  margin: 0;
}

.module-order-form .agreement label {
  font-size: 14px;
}


.module-order-form .row-custom {
  margin: 0 -15px;
}
.module-order-form .row-custom .col {
  padding: 0 15px;
}
.module-order-form .module-title {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .module-order-form .row-custom {
     display: flex;
     align-items: center;
  }
  .module-order-form .row-custom .col {
    flex: 1;
  }
}

.grecaptcha-badge {
      z-index: -99999999;
    right: -100%;
    position: fixed;
    display: none;
}
