.feedback {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  vertical-align: top;
  padding: 28px 15px;
  position: relative;
  text-decoration-line: none;
  background-color: rgba(34, 139, 239, 1);
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  min-height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: inset 0px 0px 0px 1px rgba(34, 139, 239, 1);
  width: 100%;
  max-width: 445px;
  color: #fff; }
  .feedback:hover {
    background-color: rgba(34, 139, 239, 0);
    color: #000; }

.form-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto; }
  .form-wrapper.opened {
    opacity: 1;
    visibility: visible; }
  .form-wrapper .form-wrapper-inner {
    width: 100%;
    max-width: 580px;
    background: #eee;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    margin: auto; }
  .form-wrapper .icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' data-prefix='ip4zeg2y6'%3E%3Cpath d='M10.45 8.993l7.247 7.247a1.031 1.031 0 0 1-1.459 1.458l-7.246-7.247-7.246 7.246a1.031 1.031 0 0 1-1.458-1.458l7.246-7.246L.288 1.747A1.031 1.031 0 0 1 1.746.289l7.246 7.246L16.238.288a1.032 1.032 0 0 1 1.459 1.459z' fill-rule='evenodd' class='path-izrwh6351'%3E%3C/path%3E%3C/svg%3E") 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease; }
    .form-wrapper .icon-close:hover {
      transform: rotateX(0deg) rotateY(0deg) rotateZ(90deg); }

#imjgmqrz1_0 iframe {
  height: 250px !important; }
