.wc {
    z-index: 1002;
}
.popup.wc .popup-container {
    width: 500px;
    padding: 0;
}
.wc__head {
    padding: 30px 30px 15px 30px;
}
.wc__title {
    font-size: 20px;
}
.wc__body {
    padding: 15px 30px;
}
.wc__footer {
    border-top: 1px solid #eee;
    padding: 15px 30px;
}
.wc__field {
    margin-bottom: 10px;
}
.wc__label {
    font-size: 14px;
}
.wc__input {
    outline: none;
    font-size: 15px;
    color: #595959;
}
.wc__input:focus {
    border: 1px solid rgba(79, 120, 254, 0.9);
}
.wc__btn {
    display: inline-block;
    color: #fff;
    background: rgb(169, 207, 68);
    padding: 10px 20px;
}
.wc__btn_close {
    display: inline-block;
    color: #3c3c3c;
    padding: 10px 20px;
    border: 1px solid #eee;
}
.wc__btn:hover {
    background: rgba(169, 207, 68, 0.8);
}
.wc__input--state {
    position: relative;
    font-family: 'europharm' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wc__field.has-success .wc__input--state:after{
    border-radius: 25px;
    content: "\e90f";
    position: absolute;
    color: #52c41a;
    top: 50%;
    right: 12px;
    visibility: visible;
    pointer-events: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    -webkit-animation: zoomIn .3s cubic-bezier(.12,.4,.29,1.46);
    animation: zoomIn .3s cubic-bezier(.12,.4,.29,1.46);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}