.modal_link{
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
/* Форма обратной связи ПОТОРГОВАТЬСЯ */
.modal_wraper{
text-align: center;

}
.feedback-form, .callback-form {
  max-width: 400px;
  padding: 2%;
  border-radius: 3px;
  background: #f1f1f1;
  text-align: left;
}
.feedback-form input{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2%;
  padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0,0,0,.05) inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
.feedback-form input:hover{
  box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
.feedback-form input:focus{
  outline: none;
  box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
.feedback-form [required], .callback-form [required]{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2%;
  padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0,0,0,.05) inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
.feedback-form [required]:hover, .callback-form [required]:hover {
  box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
.feedback-form [required]:focus,.callback-form [required]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
.feedback-form [type="submit"],.callback-form [type="submit"] {
  padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background: #669acc;
  color: #fff;
  cursor: pointer;
}
.feedback-form [type="submit"]:hover,.callback-form [type="submit"]:hover {
  background: #5c90c2;
}
.feedback-form [type="submit"]:focus,.callback-form [type="submit"]:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
.modalTorg_wraper{
height: 374px !important;
width: 416px !important;
}
.modalQO_wraper{
height: 410px !important;
width: 868px !important;
}
.modalPD_wraper	{
height: 75%;
overflow: auto;
width: 30% !important;
}