.feedback {
    width: 340px;
    position: fixed;
    right: 10px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
	z-index:9999999;
}
.feedbackForm input{
    margin-bottom: 0px !important;
}
.wpcf7-spinner{
    display: none !important;
}
input:-internal-autofill-previewed {
    background-color: #fff !important;
}
input:-webkit-autofill {

        box-shadow: 0 0 0px 1000px #fff inset !important;

        -webkit-text-fill-color: #000 !important;

        -webkit-background-clip:text;

      }
 

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
    font-size:13px
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat #E34242;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 20px;
	background-color: #cdced1;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .line {
    margin-bottom: 16px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
      height: 60px;
    line-height: 40px;
    padding: 10px 11px;
    margin-bottom: 20px;
}

.feedbackForm .input_b {
    background: #E34242;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../images/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    display: none;
}
.yandex-form #form .list {
  margin-bottom: 15px;
}
.yandex-form #form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
.yandex-form #form .list p span {
  color: #FF4236;
}
.yandex-form #form .list input {
  width: 100%;
  padding:10px 5px 10px 10px;
  box-sizing: border-box;
  border:solid #ddd 1px;
}
.yandex-form #form .list input::placeholder {
  font-size: 16px;
}
.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border:solid #ddd 1px;
}
.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}
.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #E34242;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}