div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

#popup-window-content-FeedbackPopup {
    width: 350px;
}
.write-to-us {
    max-width: 400px;
}
.popup-window {
    cursor: default;
}
.popup-window .is-overlay {
    transition: all .4s step-end, opacity .3s ease;
    background-color: black;
    position: fixed;
    opacity: 0;
    max-width: 0;
    max-height: 0;
    z-index: 11;
}
.popup-window .is-overlay.active {
    transition: opacity .3s ease;
    opacity: .7;
    max-width: 100vw;
    max-height: 100vh;
}
.popup-window > .popup {
    height: 100%;
    width: 1px;
}
.popup-window > .popup .absolute {
    display: none;
}
@media (min-width: 1087px) {
    .popup-window > .popup:hover .absolute {
        display: block;
        background-color: transparent;
        height: 50%;
        position: absolute;
        width: 70px;
        top: 0;
    }
}
.popup-window > .popup .popup-text {
    visibility: hidden;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.28);
    background-color: #fff;
    padding: 16px 20px;
    position: absolute;
    z-index: 1;
    top: 30px;
    color: #393939;
    font-size: 13px;
    font-weight: 400;
}
.popup-window > .popup .popup-text .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.popup-window > .popup .popup-text::after {
    content: "";
    position: absolute;
    transform: rotate(180deg);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.popup-window > .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
}
.popup-window > .popup .show + .popup-arrow {
    top: 21px;
    z-index: 2;
    content: "";
    position: absolute;
    transform: rotate(180deg);
    border: 5px solid transparent;
    border-top-color: #fff;
}
.popup-window > .popup .popup-text {
    background-color: white;
    width: 370px;
    padding: 30px;
    position: fixed;
    z-index: 22;
    top: 60%;
    transform: translateY(-55%);
    margin: auto;
    left: 0;
    right: 0;
}
@media (max-width: 768px) {
    .popup-window > .popup .popup-text {
        max-width: 90%;
        top: 10%;
        transform: translate(0%, 0%);
    }
}
.popup-window > .popup .popup-text .find-form {
    display: flex;
    flex-direction: column;
}
.popup-window .write-to-us .popup-text .find-form .input,
.popup-window .write-to-us .popup-text .find-form .textarea {
    margin-bottom: 15px;
}
.popup-window > .popup .popup-text .find-form > .button {
    width: 100%;
}
.popup-window > .popup .popup-text .popup-title {
    margin-bottom: 20px;
    color: #100c14;
    font-size: 21px;
    font-weight: 800;
    line-height: 18px;
}
.popup-window > .popup .popup-text .f-label {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
}
.popup-window > .popup .popup-text .textarea {
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.popup-window > .popup .popup-text .textarea:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.popup-window > .popup .popup-text .input {
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
    height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.popup-window > .popup .popup-text .input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.popup-window > .popup .popup-text .button {
    height: 34px;
    border-radius: 0;
    border: none;
    background-color: #c83636;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.popup-window > .popup .popup-text .button span {
    line-height: 13px;
}

