.arts {
	padding-bottom: 20px;
}

.subscribe {
	background-color: #5cc08a;
	padding: 20px 10px;
}

.subscribe__title {
	text-align: center;
  font-size: 21px;
  color: #fff;
  line-height: 1.5;
}
.subscribe__title._sub {
  font-size: 15px;
  color: #078141;
}

.subscribe .error {
	color: #c13a3a;
}
.subscribe .success {
	color: #fff;;
}

.subscribe .form {
	text-align: center;
}

.subscribe .form-group {
	display: inline-block;
	margin: 10px;
}

.subscribe input {
	height: 30px;
	padding: 0 20px;
}

.subscribe input[type="text"] {
	width: 150px;
  display: inline-block;
  border-radius: 31px;
  background: #fff;
  -background: linear-gradient(to right, #e83c25, #f57e20);
  border: 0;
  color: #078141;
  outline: none;
}

.subscribe ::-webkit-input-placeholder {
  color: #c7c7c7;
}
.subscribe ::-moz-placeholder {
  color: #c7c7c7;
}
.subscribe :-ms-input-placeholder {
  color: #c7c7c7;
}
.subscribe :-moz-placeholder {
  color: #c7c7c7;
}
