.modal-content-width {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-content-width {
    width: 100%;
    max-width: 100%;
  }
}

h1 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

textarea {
  resize: none;
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.subtitle {
  color: #666;
  margin-bottom: 20px;
}

.message-type {
  margin-bottom: 20px;
}

.message-type-item {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.message-type-item .icon-type-tech,
.message-type-item .icon-type-trial-1 {
  font-size: 16px;
}
.message-type-item .icon-type-trial-2 {
  font-size: 12px;
}
.message-type-item .icon-type-tech,
.message-type-item .icon-type-trial-2,
.message-type-item .icon-type-feedback-2 {
  margin-right: 5px;
}
.message-type-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.message-type-item.active-type {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.address-title,
.phone-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.main-form {
  margin-bottom: 30px;
}

.thank-you {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}

.finish-screen .subtitle {
  min-height: 600px;
}
