#popup-window-overlay-popup-send-resume.popup-window-overlay {
    background: rgba(0,0,0, 0.5);
    opacity: 1;
}
#popup-send-resume.popup-custom {
    width: 100%;
    max-width: 658px;
    margin: 0 auto;
    padding: 44px 45px 38px;
    border-radius: 0;
    box-shadow: none;
}
#popup-send-resume.popup-custom .popup-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #4D4D4D;
}
#popup-send-resume.popup-custom .popup-window-close-icon {
    width: 35px;
    height: 35px;
    top: 9px;
    right: 10px;
    border-radius: 0;
    background-color: transparent;
}
#popup-send-resume.popup-custom .popup-window-close-icon:before,
#popup-send-resume.popup-custom .popup-window-close-icon:after {
    width: 25px;
    background: #809FB8;
}
#popup-send-resume.popup-custom .form {
    position: relative;
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}
#popup-send-resume.popup-custom .form .field {
    margin-bottom: 0;
}
#popup-send-resume.popup-custom .form .field-label {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #4D4D4D;
}
#popup-send-resume.popup-custom .form .field-label sup {
    top: 0;
    font-size: 15px;
}
#popup-send-resume.popup-custom .form .input,
#popup-send-resume.popup-custom .form .textarea {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.3;
    color: #4D4D4D;
    border: 1px solid #809FB8;
    border-radius: 5px;
}
#popup-send-resume.popup-custom .form .textarea {
    width: 100%;
    min-height: 135px;
}
#popup-send-resume.popup-custom .form .btn{
    padding: 10px 25px;
    border-radius: 5px;
}
#popup-send-resume.popup-custom .form .btn-primary {
    background: rgba(23, 30, 84, 1);
    border-color: #171E54;
}
#popup-send-resume.popup-custom .form .form-footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 14px;
}
#popup-send-resume.popup-custom .form .input-file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
#popup-send-resume.popup-custom .form .input-file-text {
    font-size: 16px;
}
#popup-send-resume.popup-custom .form .input-file-info {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 1;
}
#popup-send-resume.popup-custom .form .input-file-info.active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
#popup-send-resume.popup-custom .form .input-file-label {
    position: relative;
    padding: 10px 30px;
    border-radius: 5px;
    color: #171E54;
    border-radius: 5px;
    border: 1px solid #171E54;
    cursor: pointer;
    background-color: rgba(0,0,0, 0);
    transition-duration: 0.3s;
}
#popup-send-resume.popup-custom .form .input-file-label:hover {
    background-color: rgba(0,0,0, 0.1);
}
#popup-send-resume.popup-custom .form .field .cheсk-label {
    display: flex;
    gap: 16px;
    align-items: center;
}
#popup-send-resume.popup-custom .form .field .cheсk-input {
    display: none;
}
#popup-send-resume.popup-custom .form .field .cheсk-input:checked + .cheсk-fake:before {
    opacity: 1;
}
#popup-send-resume.popup-custom .form .field .cheсk-input:checked + .cheсk-fake.error {
    border: 1px solid #809FB8;
}
#popup-send-resume.popup-custom .form .field .cheсk-fake {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #809FB8;
    background-color: white;
}
#popup-send-resume.popup-custom .form .field .cheсk-fake:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 10px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' fill='none'%3E%3Cpath fill='%23fff' d='m1.02 5 3.674 4 7.361-8'/%3E%3Cpath stroke='%23171E54' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.02 5 3.674 4 7.361-8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
#popup-send-resume.popup-custom .form .field .cheсk-fake.error {
    border: 2px solid red;
}
#popup-send-resume.popup-custom .form .field .cheсk-text {
    font-size: 14px;
    color: #4D4D4D;
}
#popup-send-resume.popup-custom .form .field .cheсk-text a {
    color: #171E54;
}
@media (max-width: 768px) {
    #popup-send-resume.popup-custom {
        padding: 11px 15px 25px;
    }
    #popup-send-resume.popup-custom .form {
        gap: 19px;
    }
    #popup-send-resume.popup-custom .popup-title {
        font-size: 20px;
    }
    #popup-send-resume.popup-custom .form .field-label {
        margin-bottom: 6px;
        font-size: 14px;
    }
    #popup-send-resume.popup-custom .form .field-label sup {
        top: 2px;
    }
    #popup-send-resume.popup-custom .form .input,
    #popup-send-resume.popup-custom .form .textarea {
        padding: 12px;
        font-size: 14px;
        border-radius: 5px;
    }
    #popup-send-resume.popup-custom .form .form-footer {
        gap: 22px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 4px;
    }
    #popup-send-resume.popup-custom .popup-window-close-icon {
        width: 20px;
        height: 20px;
        top: 22px;
        right: 10px;
    }
    #popup-send-resume.popup-custom .popup-window-close-icon:before,
    #popup-send-resume.popup-custom .popup-window-close-icon:after {
        width: 16px;
    }
    #popup-send-resume.popup-custom .form .field--check {
        margin-top: -17px;
    }
    #popup-send-resume.popup-custom .form .btn {
        padding: 10px 30px;
    }
    #popup-send-resume.popup-custom .form .field .cheсk-text,
    #popup-send-resume.popup-custom .form .field .cheсk-text .cheсk-text-link {
        font-size: 12px;
    }
    #popup-send-resume.popup-custom .form .field .cheсk-label {
        display: flex;
        gap: 6px;
        align-items: flex-start;
    }
    #popup-send-resume.popup-custom .form .field .cheсk-fake {
        margin-top: 5px;
    }
}