div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.new-bottom-cont {max-width: 100%;}
form.form-ask{font-size:15px; padding:32px 0 32px;}
#answerpopup form.form-ask{padding:12px 0px 0px;}
form.form-ask h3{font-size:18px;}
form.form-ask > div{padding:27px 20px 3px; background:#ececec;}
form.form-ask .bot{background:#075881; color:#fff; text-align:center;}
form.form-ask label{margin:0 0 10px;}
form.form-ask input[type="text"],
form.form-ask input[type="email"],
form.form-ask textarea{
    height:37px; 
    border:#fff 1px solid; 
    padding:0 8px; resize:none; 
    width:100%;
    border-radius:13px; 
    margin:0 0 15px;
}
form.form-ask textarea{padding:8px; height:104px;}
form.form-ask input[type="email"]:focus,
form.form-ask input[type="text"]:focus,
 form.form-ask textarea:focus{outline:none; border-color:#cfcfcf;}
form.form-ask li input[type="email"],
form.form-ask li input[type="text"],
 /* form.form-ask li textarea{width:263px;} */
form.form-ask .btn-block{
  background:#fff;
  padding:5px 4px;
  border-radius:10px;
  display:inline-block;
  margin:0 0 24px;
}
form.form-ask input[type="submit"]{
  height:36px;
  background:#00669a;
  border-radius:5px;
  border:none;
  color:#fff;
  font-size:15px;
  width:145px;
  border-bottom:#00334d 2px solid;
  cursor:pointer;
  opacity: 1;
}
form.form-ask input[type="submit"]:hover{background:#0d81bc;}
form.form-ask input[type="submit"]:disabled {opacity: 0.4;}

form.form-ask ul{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 0 14px;
}
form.form-ask ul li{
  padding:0;
  text-align:left;
  background: none;
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  align-content: space-between;
}
form.form-ask li:nth-child(even){margin-right:0;}
form.form-ask .politic-box {display: none;}
form.form-ask .politic-box.active {
    display: flex;
    justify-content: center;
    text-align: center;
}

form.form-ask input.politic {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
}
form.form-ask .politic-box a {color: #ffffff;}
form.form-ask .politic-box small {font-size: 12px;}
form.form-ask .politic-checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: #ffffff;
    border-radius: 11px;
    padding: 5px 4px 4px 42px;
    z-index: 100;
    color: #000000;
    width: 165px;
    border: 1px solid #075881;
    overflow: clip;
    min-height: 28px;
    font-size: 15px;
    vertical-align: middle;
}
form.form-ask .politic-checkbox::before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -2px;
  left: -2px;
  padding: 5px 6px;
  background-image: url(img/check.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border-radius: 50%;
  opacity: 0.25;
}
form.form-ask .politic-checkbox:hover,
form.form-ask .politic-checkbox.checked {
  background-color: #075881;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.7px;
  padding-left: 40px;
  border: 1px solid #ffffff;
  border-radius: 16px 11px 11px 16px;
  overflow: visible;
}
form.form-ask .politic-checkbox:hover::before,
form.form-ask .politic-checkbox.checked::before{
  opacity: 1;
  border: 2px solid #ffffff;
  width: 34px;
  height: 32px;
  left: -1px;
}
form.form-ask textarea.invalid,
form.form-ask .politic-checkbox.invalid {
  border: 1px solid red;
  background: #f6d4d4;
}
form.form-ask .hint{
  font-size:12px;
  display:inline-block;
  line-height:14px;
  font-style:italic;
  padding:12px 0 0;
  /* padding:32px 0 0; */
  color: #fff;
  display: flex;
  justify-content: center;
}
form.form-ask .ask_error,
form.form-ask font.errortext {
  color: red;
  margin: 15px 0;
  /* display: block; */
  font-size: 15px;
}
/* form.form-ask .ask_error{display:none;} */
form.form-ask .ask_error.active{display:block;}

@media (max-width: 940px) {
  form.form-ask ul li,
  form.form-ask input[type="email"],
  form.form-ask input[type="text"],
  form.form-ask textarea {width: 100%;}
  form.form-ask .politic-checkbox:hover::before {
    opacity: 0.25;
    border: none;
    width: 36px;
    height: 36px;
    left: -2px;
  }
  form.form-ask .politic-checkbox.checked::before {
    opacity: 1;
    border: 2px solid #ffffff;
    width: 34px;
    height: 32px;
    left: -1px;
  }
  form.form-ask .politic-checkbox:hover {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
    letter-spacing: normal;
    padding-left: 42px;
    border: 1px solid #075881;
    border-radius: 11px;
    overflow: clip;
  }
  form.form-ask .politic-checkbox.checked {
    background-color: #075881;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.7px;
    padding-left: 40px;
    border: 1px solid #ffffff;
    border-radius: 16px 11px 11px 16px;
    overflow: visible;
  }
}
@media (max-width:768px) {
    form.form-ask .hint {padding: 10px 0 0;}
    form.form-ask .btn-block,
    form.form-ask ul li,
    form.form-ask ul li input[type="email"],
    form.form-ask ul li input[type="text"],
    form.form-ask ul li textarea{
      width:100%;
      margin-right: 0;
    }
    form.form-ask input[type="submit"] {width: 263px;}
    form.form-ask h3 {font-size: 30px;padding: 0px 15px;}
    form.form-ask h3.answer_title {font-size: 20px;padding: 0px 15px 20px;}
    form.form-ask .politic-box.active {text-align: left;}
    form.form-ask .politic-checkbox {display: inline-block; margin: 0 0 10px; padding: 5px 4px 5px 42px;}
    form.form-ask .politic-checkbox.checked {padding: 4px 4px 4px 42px;}
    form.form-ask > div {padding: 27px 30px 8px;}
}