

/* Start:/local/components/ccdk/form.result/templates/.default/style.css?17875951052217*/
.ccdk-form-hp {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.ccdk-form-error {
    width: 100%;
    margin-top: 14px;
    color: #b00000;
    font-size: 14px;
    line-height: 1.35;
}

.js-ccdk-form button[disabled],
.js-ccdk-form button.is-loading {
    cursor: wait;
    opacity: .7;
}

.ccdk-form-success-fancybox .fancybox-bg {
    background: rgba(0, 0, 0, .78);
}

.ccdk-form-success-fancybox .fancybox-stage,
.ccdk-form-success-fancybox .fancybox-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ccdk-form-success-fancybox .fancybox-slide {
    padding: 40px 20px !important;
    text-align: center !important;
}

.ccdk-form-success-fancybox .fancybox-slide:before {
    display: none !important;
}

.ccdk-form-success-fancybox .fancybox-content {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    max-width: calc(100vw - 40px) !important;
}

.ccdk-form-success-modal {
    position: relative;
    width: min(545px, calc(100vw - 40px));
    min-height: 210px;
    padding: 72px 64px 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ccdk-form-success-modal__title {
    color: #333;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.ccdk-form-success-modal__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 4px;
    background: #eee;
    color: #333;
    font-size: 34px;
    line-height: 46px;
    cursor: pointer;
}

@media (max-width: 640px) {
    .ccdk-form-success-modal {
        min-height: 180px;
        padding: 68px 26px 42px;
    }

    .ccdk-form-success-modal__title {
        font-size: 24px;
    }
}

/* End */
/* /local/components/ccdk/form.result/templates/.default/style.css?17875951052217 */
