.srv-popup-overlay {
    background-color: #333;
    background-color: rgb(51 51 51 / 70%);
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
}
.srv-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*display: none;*/
    background: #fff;
    min-width: 620px;
    z-index: 1000;
}
.srv-popup-close {
    background: url(../img/ico/icons_button-close-normal.svg) center no-repeat !important;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.srv-popup-close:hover {
    background: url(../img/ico/icons_button-close-hover.svg) center no-repeat !important;
}

#single-dsp-popup {
    color: var(--dark-grey);
    border-radius: 20px;
    min-width: 87%;
    position: absolute;
}

#single-dsp-popup .popup-form-box {
    width: 100%;
}

.single-dsp-popup-close {
    background: url(../img/ico/icons_button-close-normal.svg) center no-repeat !important;
    right: 20px;
    top: 20px;
}
.popup-form-box .wpcf7 .line.two-columns {
    grid-column-gap: 20px;
    margin-bottom: 0;
}
.popup-form-box .wpcf7-text {
    width: 100%;
    border-radius: 25px;
    border: solid 1px #0c5d8f57;
    height: 40px;
    padding: 0 15px;
}
.popup-form-box .input-box {
    position: relative;
    height: 40px;
    margin-bottom: 27px;
}
.popup-form-box label {
    font-size: 12px;
    line-height: 0.8;
    color: #0c5d8f;
    position: absolute;
    top: -6px;
    background: #fff;
    left: 8px;
    display: inline-block;
    padding: 0 2px;
    z-index: 10;
}
#single-dsp-popup .popup-form-box input[type="submit"] {
    height: 50px;
    border-radius: 25px;
    background-color: var(--orange);
    font-size: 16px;
    padding: 0 26px;
    margin-top: 12px;
    margin-left: 18px;
}
#single-dsp-popup .popup-form-box input:focus {
    border: 1px solid #0c5d8f;
}
#single-dsp-popup .wpcf7-spinner {
    position: relative;
    top: 5px;
    left: 12px;
    margin: 0;
}

#single-dsp-popup .popup-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4;
}

#single-dsp-popup .form-dis {
    font-size: 10px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 20px;
}
#single-dsp-popup .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.3;
}
#single-dsp-popup .popup-footer {
    margin-top: 20px;
}
#single-dsp-popup .submit-download {
    display: inline-block;
}

body div.wpcf7 .ajax-loader {
    position: absolute;
    top: 17px;
}
.popup-footer .columns {
    position: relative;
}
@media screen and (min-width: 650px) {
    #single-dsp-popup {
        min-width: 570px;
        padding: 56px 20px;
    }
    #single-dsp-popup .srv-popup-inner {
        max-width: 360px;
        margin: 0 auto;
        text-align: center;
    }
    #single-dsp-popup .popup-footer {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    #single-dsp-popup .form-dis {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 650px) {
    #single-dsp-popup .popup-title {
        margin-bottom: 20px;
        line-height: 1.2;
    }
    #single-dsp-popup-overlay {
        padding: 40px 15px;
        overflow: auto;
    }
    #single-dsp-popup {
        position: relative;
        max-width: 320px;
        transform: translate(-50%, 0);
        top: 0;
    }
    #single-dsp-popup {
        padding: 40px 20px;
    }
    #single-dsp-popup .popup-txt p {
        font-size: 16px;
        line-height: 1.2;
    }
    #single-dsp-popup .wpcf7 .line.two-columns {
        grid-template-columns: 1fr;
    }
}