

/* Start:/local/templates/prsite/css/briefs.css?17764086643354*/
.briefs-hero {
    padding-top: 170px;
    padding-bottom: 36px;
    position: relative;
    z-index: 2;
}

.briefs-hero .section-title {
    margin-bottom: 20px;
}

.briefs-hero__title {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.12;
    color: #051228;
    margin: 0;
}

.briefs-hero__subtitle {
    margin: 16px 0 30px 0;
    max-width: 900px;
    font-size: 18px;
    line-height: 1.45;
    color: #49566e;
}

.briefs-content {
    position: relative;
    z-index: 2;
    padding-bottom: 80px !important;
}

.briefs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.briefs-card {
    display: block;
    background: #ffffff;
    border: 1px solid #d9e6ff;
    border-radius: 16px;
    padding: 24px;
    text-decoration: none;
    transition: box-shadow .25s ease, transform .25s ease;
}

.briefs-card:hover {
    box-shadow: 0 18px 40px rgba(40, 98, 200, .16);
    transform: translateY(-3px);
}

.briefs-card__title {
    margin: 0 0 10px;
    color: #051228;
    font-size: 26px;
    line-height: 1.3;
}

.briefs-card__text {
    margin: 0;
    color: #49566e;
    line-height: 1.45;
}

.brief-form {
    background: #ffffff;
    border: 1px solid #d9e6ff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 24px 56px rgba(5, 18, 40, .08);
}

.brief-form__intro {
    margin: 0 0 24px;
    color: #49566e;
    line-height: 1.5;
}

.brief-form__notice {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.brief-form__notice.is-success {
    color: #0b6b2f;
    border: 1px solid #b8e8c8;
    background: #edfff2;
}

.brief-form__notice.is-error {
    color: #8e1f1f;
    border: 1px solid #f3c2c2;
    background: #fff0f0;
}

.brief-form__section {
    margin: 0 0 24px;
    border: 1px solid #e3edff;
    border-radius: 12px;
    padding: 18px;
}

.brief-form__legend {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #0f2f60;
    padding: 0 8px;
}

.brief-form__row {
    margin-bottom: 12px;
}

.brief-form__row:last-child {
    margin-bottom: 0;
}

.brief-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #051228;
    font-weight: 600;
}

.brief-form__input,
.brief-form__textarea {
    width: 100%;
    border: 1px solid #bed0f3;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.4;
    color: #051228;
    background: #fff;
}

.brief-form__textarea {
    min-height: 92px;
    resize: vertical;
}

.brief-form__options {
    display: grid;
    gap: 8px;
}

.brief-form__option {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #051228;
}

.brief-form__actions {
    margin-top: 28px;
}

.brief-form__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    padding: 14px 26px;
    background: #2862c8;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 991px) {
    .briefs-hero {
        padding-top: 130px;
        padding-bottom: 24px;
    }

    .briefs-hero__title {
        font-size: 34px;
    }

    .briefs-grid {
        grid-template-columns: 1fr;
    }

    .brief-form {
        padding: 18px;
    }
}

/* End */
/* /local/templates/prsite/css/briefs.css?17764086643354 */
