.all {
  background-image: url(../img/form/form_bg.jpg);
}
.all > .wrap {
  padding-top: 40px;
  padding-bottom: 5.72%;
  background: white;
}
@media (max-width: 1600px) {
  .all > .wrap {
    padding-top: 25px;
  }
}
.all .bread_nav {
  margin-top: 0;
  margin-left: 35px;
}
@media (max-width: 768px) {
  .all .bread_nav {
    margin-left: 5%;
  }
}
.all .form {
  width: 76.5625%;
  margin: 7.29% auto 0;
  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;
}
@media (max-width: 768px) {
  .all .form {
    width: 90%;
  }
}
.all .form > div {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 20px 26px;
  min-height: 58px;
}
@media (max-width: 1600px) {
  .all .form > div {
    min-height: 40px;
    padding: 15px 26px;
  }
}
@media (max-width: 768px) {
  .all .form > div {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    padding: 10px;
  }
}
.all .form > div input {
  width: 100%;
  border: none;
}
.all .form > div i {
  position: absolute;
  left: 26px;
  color: #d41419;
  font-size: 10px;
  bottom: -18px;
  display: none !important;
}
.all .form > div:nth-of-type(5) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555555;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .all .form > div:nth-of-type(5) {
    display: block;
  }
}
.all .form > div:nth-of-type(5) div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all .form > div:nth-of-type(5) div:last-child label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .all .form > div:nth-of-type(5) div:last-child label {
    margin-left: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.all .form > div:nth-of-type(5) div:last-child label input {
  border-radius: 50%;
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #a2a2a2;
  position: relative;
}
.all .form > div:nth-of-type(5) div:last-child label input:checked::after {
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #d40b07;
  border-radius: 50%;
}
.all .form > div:nth-of-type(5) div:last-child label span {
  word-break: keep-all;
  margin-left: 5px;
}
.all .form > div:nth-of-type(6) {
  width: 100%;
  height: auto;
  padding: 26px;
}
.all .form > div:nth-of-type(6) textarea {
  border: none;
}
.all .form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          width:100% !important;
          border:none !important;
}
.form-inner{
    width:350px !important;
}
@media (max-width: 1600px) {
  .all .form_btn {
    margin-top: 10px;
  }
}
.all .form_btn a {
  width: 128px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f05949), to(#d40b07));
  background-image: linear-gradient(to right, #f05949, #d40b07);
}
.all .form .form-inner input{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 60px;
    margin-left: 10px; 
}
.yazm_con{
    display:flex;
    align-items: end;
}
.yazm{
    display: flex;
    align-items: flex-end;
}