

/* Start:/local/components/promotion/details/templates/.default/style.css?17792689752629*/
/*region Sales -- Detail page -- General layout */
h1.salesDetail_header {
    margin-bottom: 24px;
}

.salesDetail_date {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #7D8694;
}

.salesDetail_img {
    max-width: 660px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 48px;
}

.salesDetail_text {
    max-width: 896px;
    margin-bottom: 16px;
}

.salesDetail_btmBtn {
    width: 288px;
}

/*endregion*/

/*region Sales -- Detail page -- Direction card */
.salesDetail_directions,
.salesDetail_direction,
.salesDetail_directionText {
    display: flex;
}

.salesDetail_directions {
    flex-flow: row wrap;
}

.salesDetail_direction {
    flex-flow: row nowrap;
    min-width: 328px;
    min-height: 80px;
    background: #F2F8FC;
    border-radius: 12px;
    overflow: hidden;
    margin: 32px 0;
}

.salesDetail_direction:hover {
    text-decoration: none;
}

.salesDetail_directionImage {
    min-width: 80px;
}

.salesDetail_directionImage img {
    display: block;
    width: 80px;
    height: 100%;
    object-fit: cover;
}

.salesDetail_directionText {
    flex-flow: column;
    justify-content: center;
    margin: 16px;
}

.salesDetail_directionName {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D2F3C;
    transition: color .3s ease;
}

.salesDetail_direction:hover .salesDetail_directionName {
    color: #5EB92D;
}

.salesDetail_direction:hover .salesDetail_directionIcon svg {
    fill: #5EB92D;
}

.salesDetail_directionHint {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
}

.salesDetail_directionIcon,
.salesDetail_directionIcon svg {
    width: 24px;
    height: 24px;
}

.salesDetail_directionIcon svg {
    transition: fill .3s ease;
}

.salesDetail_directionIcon {
    align-self: center;
    margin-left: auto;
    margin-right: 16px;
}

/*endregion*/

/*region Sales -- Detail page -- Tablet layout */
@media (max-width: 1279px) {
    h1.salesDetail_header {
        margin-bottom: 16px;
    }

    .salesDetail_date {
        margin-bottom: 8px;
    }

    .salesDetail_img {
        margin-bottom: 32px;
    }
}

/*endregion*/

/*region Sales -- Detail page -- Mobile layout */
@media (max-width: 767px) {
    h1.salesDetail_header {
        margin-bottom: 4px;
    }

    .salesDetail_date {
        margin-bottom: 8px;
    }

    .salesDetail_img {
        margin-bottom: 24px;
    }

    .salesDetail_direction {
        min-width: unset;
        width: 100%;
        margin: 24px 0;
    }
}

/*endregion*/

/* End */


/* Start:/local/templates/avaclinic/components/bitrix/breadcrumb/main/style.css?1779268977647*/
/* ====================================== BREADCRUMBS ======================================*/
.breadcrumbs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 56px 0 16px;
}
.breadcrumbs_item {
    display: flex;
}
.breadcrumbs_link,
.breadcrumbs_slash {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #B2B8BD;
}
.breadcrumbs_slash {
    margin: 0 4px;
}
@media (max-width: 1279px) {
    .breadcrumbs {
        padding: 32px 0 12px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs {
        padding: 24px 0 8px;
    }
}

/* End */


/* Start:/local/components/service/item/templates/.default/style.css?17792689751292*/
/*region Service item card */
.serviceItem,
.serviceItem_card,
.serviceItem_text {
    display: flex;
}

.serviceItem {
    flex-flow: row wrap;
}

.serviceItem_card {
    flex-flow: row nowrap;
    min-width: 328px;
    min-height: 80px;
    background: #F2F8FC;
    border-radius: 12px;
    overflow: hidden;
    margin: 32px 0;
}

.serviceItem_card:hover {
    text-decoration: none;
}

.serviceItem_image {
    min-width: 80px;
}

.serviceItem_image img {
    display: block;
    width: 80px;
    height: 100%;
    object-fit: cover;
}

.serviceItem_text {
    flex-flow: column;
    justify-content: center;
    margin: 16px;
}

.serviceItem_name {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D2F3C;
    transition: color .3s ease;
}

.serviceItem_card:hover .serviceItem_name {
    color: #5EB92D;
}

.serviceItem_card:hover .serviceItem_icon svg {
    fill: #5EB92D;
}

.serviceItem_hint {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
}

.serviceItem_icon,
.serviceItem_icon svg {
    width: 24px;
    height: 24px;
}

.serviceItem_icon svg {
    transition: fill .3s ease;
}

.serviceItem_icon {
    align-self: center;
    margin-left: auto;
    margin-right: 16px;
}

/*endregion*/

/* End */


/* Start:/local/templates/avaclinic/components/custom/form/.default/custom/form.result.modal/.default/style.css?1779268977363*/
.reveal_block {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 584px;
}
.reveal_image {
    height: 64px;
    margin-top: 32px;
}
.reveal_block .reveal_title {
    margin: 0 0 8px 0;
    font-size: 21px;
    color: #1D2F3C;
}
.reveal_block .reveal_text {
    line-height: 1.67;
    margin: 0 0 1.5em;
    font-size: 14px;
}

/* End */


/* Start:/local/templates/avaclinic/components/custom/form/.default/custom/form.controls/endoprosthetics_request/style.css?17792689774837*/
.formContainer.endoprostheticsRequest_formContainer {
    margin: 80px auto 32px;
    padding: 24px 32px 40px;
}

.formContainer.endoprostheticsRequest_formContainer > h2 {
    margin: 0 24px 8px;
    font-size: 21px;
    color: #1D2F3C;
    text-align: center;
}
.endoprostheticsRequest_formContainer .formCell.reCaptcha {
    justify-content: center;
    margin: 16px auto 0;
}

.endoprostheticsRequest_formContainer > p {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

.endoprostheticsRequest_formContainer .formCell.checkbox label {
    margin-top: 3px;
    color: #1D2F3C;
}

.endoprostheticsRequest_formContainer .formCell.checkbox.third {
    align-items: center;
    text-align: left;
}

.endoprostheticsRequest_formContainer .formCell.center {
    margin: 0 auto;
}

.endoprostheticsRequest_formContainer .formCell.third .submitButton {
    width: 100%;
}

.endoprostheticsRequest_description {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}

.endoprostheticsRequest_formContainer .formCell.optionsInput .svgCleaner {
    right: 12px;
    fill: #1D2F3C;
}

.endoprostheticsRequest_formContainer .formCell .current_value {
    padding: 0 32px 0 12px;
}

.endoprostheticsRequest_formContainer .current_select svg {
    right: 12px;
}

.endoprostheticsRequest_formContainer .formCell .formCell_placeholder {
    text-align: initial;
    padding: 0;
    left: 12px;
    z-index: 1;
}

.endoprostheticsRequest_formContainer .formCell.filled .formCell_placeholder {
    background: unset;
}

.endoprostheticsRequest_formContainer .formCell.filled.textareaPlaceholder .formCell_placeholder {
    background: #FFFFFF;
}

.endoprostheticsRequest_formContainer .formCell.filled .formCell_placeholder:before {
    position: absolute;
    content: "";
    width: 100%;
    padding: 0 4px;
    top: 8px;
    left: -4px;
    height: 1px;
    background: #FFFFFF;
    z-index: -1;
}

.endoprostheticsRequest_formContainer .optionsInput .formCell_placeholder {
}

.endoprostheticsRequest_formContainer .formCell.optionsInput.filled .arrow_bot,
.endoprostheticsRequest_formContainer .formCell.optionsInput .select.disabled .arrow_bot {
    display: none;
}

.endoprostheticsRequest_formContainer .formCell input {
    padding-right: 32px;
}

.endoprostheticsRequest_formContainer .formCell textarea {
    padding: 16px 32px 0 16px;
}

@media (max-width: 1279px) {
    .formContainer.endoprostheticsRequest_formContainer {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .formContainer.endoprostheticsRequest_formContainer {
        padding: 24px 16px 16px;
    }

    .formContainer.endoprostheticsRequest_formContainer > h2 {
        margin: 0 0 8px;
    }

    .endoprostheticsRequest_description {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .endoprostheticsRequest_formContainer .formCell.half {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .endoprostheticsRequest_formContainer .formCell.reCaptcha {
        flex-flow: column;
    }

    .endoprostheticsRequest_formContainer .formCell.reCaptcha .reCaptcha_links {
        text-align: initial;
    }
}

@media (max-width: 530px) {
    .endoprostheticsRequest_formContainer .formCell.optionsInput .formCell_placeholder {
        display: block;
        z-index: 2;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder .formCell_placeholder {
        top: 24px;
        background: #FFFFFF;
        margin: 0 32px 0 0;
        padding: 0;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.filled .formCell_placeholder {
        top: -8px;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap.optionsInput .current_select,
    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap.optionsInput .current_value {
        height: 100%;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap.optionsInput .svgCleaner,
    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap.optionsInput .arrow_bot {
        top: 8px;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap .select {
        height: 64px;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap .options {
        top: 63px;
    }
}

@media (max-width: 384px) {
    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap .select {
        height: 72px;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap .options {
        top: 71px;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder .formCell_placeholder {
        top: 18px;
    }

    .endoprostheticsRequest_formContainer .formCell.bigPlaceholder.wrap .select .current_value.active_value {
        padding-top: 24px;
    }
}

/* End */
/* /local/components/promotion/details/templates/.default/style.css?17792689752629 */
/* /local/templates/avaclinic/components/bitrix/breadcrumb/main/style.css?1779268977647 */
/* /local/components/service/item/templates/.default/style.css?17792689751292 */
/* /local/templates/avaclinic/components/custom/form/.default/custom/form.result.modal/.default/style.css?1779268977363 */
/* /local/templates/avaclinic/components/custom/form/.default/custom/form.controls/endoprosthetics_request/style.css?17792689774837 */
