.modal-cb-wrapper, .feedback-result-wrapper, .modal-calc-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0 ;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.modal-cb-wrapper.open, .feedback-result-wrapper.open, .modal-calc-wrapper.open {
  opacity: 1 !important;
  visibility: visible;
  z-index: 1030;
}

.modal-cb, .feedback-result, .modal-calc {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
background-color: #fff;
width: 581px;
max-width: 100%;
padding: 60px;
text-align: center;
font-size: 14px;
line-height: 1.7142857143;
}

.modal-cb-wrapper.open .modal-cb, .feedback-result-wrapper.open .feedback-result, .modal-calc-wrapper.open .modal-calc {
    margin-top: -200px;
    opacity: 1;
}

.modal-consult__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: transparent;
}

.form-success {
    padding: 38px 36px;
    text-align: center;
}

.modal-consult__close .svgico {
    width: 18px;
    color: #FFF;
}

.form-success__title {
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid black;
    font-size: 22px;
    text-transform: none;
}

.head-mem {
    width: 100%;
    height: 100%;
    margin: 0 0 14px;
    padding: 5px 30px;
    overflow: hidden;
    position: absolute;
}

.head-calc {
    width: 100%;
    height: 100%;
    margin: 0 0 14px;
    padding: 5px 30px;
    overflow: hidden;
    position: absolute;
}

.hidden {
    display: none;
}