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-RecallPopup {
    width: 350px;
}

.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: .6;
    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;
    padding: 15px;
/*    width: 370px;
    position: fixed;
    z-index: 22;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);*/
}
@media (max-width: 768px) {
    .popup-window .popup .popup-text {
        max-width: 90%;
        top: 10%;
        transform: translate(0%, 0%);
    }
}
.popup-window .popup .popup-text .super-select {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.popup-window .popup .popup-text .c-link {
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.popup-window .popup .popup-text .c-link::after {
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABUUlEQVQ4T62UsU7DMBCG/zMbUgWPgISUgYUuCWEieRJ4A+AFOnRsl07t0Eq0W9+CpEtDMpCuldhAYqJlYasPOTShpCYNIid5OZ8/3519P0FjU9t2iPkSzHUAaimLQRQz0eg8CLz8Mdp0TG37iFarOxA5ugsyH7MngFsriuLUl4FC06xLonsAh4WQ782lYHZTWAJKMpHy8Q+QFJfBEtCDZXkMXJTM5GcYs2dHkUvrklQ2W2a023ju9/Exnxe3TAiXAtPsgOhaF7lvGDhuNPDUbBbCGBjRrrL2ajUYrRZex2MsfP+3zGIKLGsJ4KAodwU76fXw5nl4GQy0oeVB3S4Wk0nSM51VVdqsumZX9vz//ZAE+Gdh6GyOiBrAwtfTNPldMDtq3vJDq+ShLCyDqAu2ZERIOdw1d6ocYr7RykhOlxxIeUVfona63puxEjchhjph+wT9pKwU6dd1OAAAAABJRU5ErkJggg==");
    width: 18px;
    height: 18px;
    margin-left: 10px;
}
.popup-window .popup .popup-text .select-time {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
}
.popup-window .popup .popup-text .select-time > :first-child {
    flex-grow: 1;
    margin-right: 10px;
}
.popup-window .popup .popup-text .select-time > :nth-child(2) {
    width: 124px;
}
.popup-window .popup .popup-text .c-text {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.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 .input {
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
    height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.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;
    width: 100%;
    margin-bottom: 10px;
}
.popup-window .popup .popup-text .button span {
    line-height: 13px;
}


.all_wrapper {

}

.part {
    display: none;
}

.part_active {
    display: block;
}

#content {
    width: 140px;
    /*margin: 20px auto;*/
    /*padding: 10px;*/
    /*border: 1px dotted gray;*/
}

.select-wrapper {
    position: relative;
    width: 140px;
    /*margin: 20px 0;*/
    /*border: 1px solid #6C7231;*/
    /*border-radius: 3px;*/
    background-color: #f0f0f0;
}

.select-wrapper:hover {
    box-shadow: 0px 0px 3px gray;
}

.select-wrapper select {
    width: 140px;
    height: 35px;
    padding: 0 20px 0 7px;
    background: transparent;
    border: 0;
    appearance: none;            /* remove arrow        */
    -webkit-appearance: none;    /* remove arrow Chrome */
    -moz-appearance: none;       /* remove arrow FF     */
    font-weight: 600;
    font-size: 15px;
}
.select-wrapper select::-ms-expand{
    display: none;             /* remove arrow IE     */
}

/*
 * Style #1
 * todo: try to change arrow DIV to pseudo :after
*/

.select-arrow-1 {
    position: absolute;
    z-index: 1;
    right: 4px;
    bottom: 5px;
    border: 8px solid;
    border-color: transparent transparent #565656 transparent;
    border-right: 0;
}


.mf-captcha .input {
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
    height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}