.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;
}

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

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

.feedback .eMailIco i{
    font-size: 20px;
    margin-right: 5px;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
	background-color:#fff;
}

.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: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .input_b {
    background: #0C3464;
    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;
    font-size: 22px;
    color: #ff5a00;
}
.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: #0C3464;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all ease 0.3s;    
}

.yandex-form #form #submit:hover{
  transition: all ease 0.3s;    
  background-color: #ff5a00;
}