

/* Start:/local/components/rasa/certificate.form/templates/.default/style.css?17423587884682*/
.certificate-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    max-width: 796px;
    margin: 32px auto 0;
}

.certificate-form__column--design {
    position: sticky;
    top: 90px;
    align-self: start;
}

.certificate-form__error-text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: red;
    white-space: pre-wrap;
}

.certificate-form__error-text:empty {
    display: none;
}

.certificate-designs__selected-design {
    margin-bottom: 16px;
}

.certificate-designs__selected-design-image {
    width: 100%;
    vertical-align: middle;
}

.certificate-designs__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.certificate-designs__list .certificate-design {
    cursor: pointer;
}

.certificate-design__image {
    width: 100%;
    vertical-align: middle;
}

.certificate-design {
    position: relative;
    user-select: none;
    container-type: inline-size;
}

.certificate-design__price-text {
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

@container (max-width: 200px) {
    .certificate-design {
        .certificate-design__price-text {
            font-size: 13px;
        }
    }
}

@container (max-width: 170px) {
    .certificate-design {
        .certificate-design__price-text {
            font-size: 10px;
        }
    }
}

@container (max-width: 150px) {
    .certificate-design {
    .certificate-design__price-text {
        font-size: 8px;
    }
}
}

.certificate-design__price-text--large {
    bottom: 24px;
    left: 24px;
    font-size: 36px;
}

.certificate-denom__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4px;
}

.certificate-denom__label {
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.certificate-denom__value {
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: #f9f9f9;
}

.certificate-denom__label input[type="radio"][name="denomination"]:checked + .certificate-denom__value {
    color: #fff;
    background-color: #000;
}

.certificate-form__stage {
    margin-bottom: 28px;
}

.certificate-form__stage-title {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.certificate-form__fields-row {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.certificate-form__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-basis: 100%;
}

.certificate-form__field-label {
    font-size: 13px;
    font-weight: 600;
    color: #808080;
}

.certificate-form__text-input {
    width: 100%;
    padding: 10px 8px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #2a2a2a;
    background-color: #f4f5f7;
}

.certificate-form__text-input::placeholder {
    opacity: 0.1;
}

.certificate-form__text-input--textarea {
    resize: none;
}

.certificate-form__text-input--textarea::placeholder {
    opacity: 0.5;
}

.certificate-form__submit-btn {
    position: relative;
    width: 100%;
    padding: 16px 32px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
}

.certificate-form__submit-btn > *:not(.active) {
    opacity: 0;
}

.certificate-form__submit-btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.certificate-form__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.certificate-form__info-text {
    font-size: 13px;
    font-weight: 400;
    color: #808080;
}

.certificate-form__info-text a {
    text-decoration: underline;
}

@media (max-width: 1023px) {

    .certificate-form {
        grid-gap: 20px;
    }

}

@media (max-width: 767px) {

    .certificate-form {
        padding: 0 32px;
        grid-template-columns: 1fr;
    }

    .certificate-form__column--design {
        position: static;
        top: auto;
        align-self: stretch;
    }

}

@media (max-width: 539px) {
    .certificate-form {
        padding: 0;
    }

    .certificate-denom__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* End */
/* /local/components/rasa/certificate.form/templates/.default/style.css?17423587884682 */
