.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}




.ask__form {
  margin-top: 62px;
  width: 613px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 844px) {
  .ask__form {
    width: 300px;
  }
}

.ask__form-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ask__form-contacts > .ask__form-label {
  width: 48%;
}

@media (max-width: 844px) {
  .ask__form-contacts > .ask__form-label {
    width: 100%;
  }
}

.ask__form-mark .ask__form-label {
  margin-top: 0;
  font-weight: 400;
}

.ask__form-label {
  font-family: Verdana;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}

.ask__form-reqiured {
  color: #c3232b;
}

.ask__form-input, [type="text"].ask__form-input {
  background-color: #f1f3f3;
  border: none;
  border-radius: 5px;
  margin-bottom: 25px;
}

.ask__form-input#textarea {
  height: 114px;
}

.ask__form-input:focus {
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  background-color: #ffffff;
}

.ask__form-input attr.required {
  background-color: #f8e4e5;
}

.ask__form-input.invalid-state, .ask__form-input#agreement.invalid-state ~ label::before {
  background-color: #f8e4e5;
}

.ask__form button {
  display: block;
  float: right;
  border: none;
  cursor:pointer;
  margin: 0;
  padding: 0;
  transition: all .15s ease-out;
}

.ask__form button:hover{
	color: #1a1a1a;
}

@media (max-width: 844px) {
  .ask__form button {
    float: none;
  }
}

.ask__form-agreement .ask__form-text {
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
  margin: 0;
}

.ask__form-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}

.ask__form-agreement input {
  display: none;
}

.ask__form-agreement label {
  position: relative;
  margin-left: 40px;
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.ask__form-agreement label::before {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -40px;
  top: 5px;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #f1f3f3;
  border-radius: 3px;
}

.ask__form-agreement label::after {
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  top: 5px;
  left: -40px;
  width: 22px;
  height: 22px;
  background-color: #000;
  background-image: url("/local/assets/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.ask__form-agreement input:checked ~ label::before {
  display: none;
}

.ask__form-agreement input:checked ~ label::after {
  display: block;
}

.nav-topics__question {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #ffffff;
  font-family: Georgia;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .15em;
  width: 202px;
  height: 47px;
  background-color: #c3232b;
  margin: 16px 27px 0;
  padding-top: 15px;
}

@media (max-width: 844px) {
  .nav-topics__question {
    display: none;
  }
}