.contacts__title {
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
}

#contacts-map {
	height:350px;
}
#cmap {
	height:350px;
}

.contacts {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contacts__map {
  /* background-color: #81c058; */
  background-color: #eee;
}

.contacts__map iframe {
  display: block;
}

.contacts__form [type="submit"] {
  display: none;
}

.contacts__text {
  margin-bottom: 20px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 16px;
}

.contacts__input {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #66a94f;
  border-radius: 3px;
  color: #3f3f3f;
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 100%;
}

.contacts__textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #66a94f;
  border-radius: 3px;
  color: #3f3f3f;
  display: block;
  font-size: 16px;
  height: 150px;
  resize: vertical;
  width: 100%;
}

.contacts__submit {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #66a94f;
  border-radius: 3px;
  color: #f1f1f1;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.contacts__submit:hover {
  background-color: #50954e;
}

.contacts__info-line {
  margin-bottom: 20px;
}

.contacts__info-line-title {
  margin-bottom: 5px;
  color: #66a94f;
  font-weight: bold;
}

.contacts__info-line-title > .fa {
  margin-right: 5px;
  color: #66a94f;
}

.contacts__info-line-text {
  margin-left: 25px;
  font-size: 16px;
  line-height: 18px;
}