

/* Start:/local/templates/7851111/components/bitrix/news/service_diagnostic/style.css?17878222974849*/
.cost_diagnostic-static {
    margin-top: 1.5rem;
}

#diagnostic-form {
    scroll-margin-top: 13.125rem;
}

@media screen and (max-width: 63.9375em) {
    #diagnostic-form {
        scroll-margin-top: 9.375rem;
    }
}

@media screen and (max-width: 47.9375em) {
    #diagnostic-form {
        scroll-margin-top: 7.875rem;
    }
}

.cost_diagnostic-static .cost__table {
    display: table;
}

.cost_diagnostic-static .cost__table td:last-child {
    display: table-cell;
}

.cost_diagnostic-static .cost__table td a {
    display: inline;
}

@media screen and (max-width: 47.9375em) {
    .cost_diagnostic-static .cost__table thead {
        display: table-header-group;
        height: auto;
    }

    .cost_diagnostic-static .cost__table tr {
        display: table-row;
        height: auto;
    }

    .cost_diagnostic-static .cost__table td,
    .cost_diagnostic-static .cost__table th {
        padding: 0.875rem 0.375rem;
        white-space: normal;
    }

    .cost_diagnostic-static .cost__table td a {
        position: static;
    }
}

.diagnostic-includes__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.875rem;
}

.diagnostic-includes__item {
    grid-column: span 2;
    min-height: 6.75rem;
    padding: 1.25rem;
    background-color: #f7f7f7;
}

.diagnostic-includes__item_wide {
    grid-column: span 3;
}

.diagnostic-includes__number {
    margin-bottom: 0.625rem;
    color: #1c88d0;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.25;
}

.diagnostic-includes__text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.25;
}

.diagnostic-advantages__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.diagnostic-advantages__item {
    text-align: center;
}

.diagnostic-advantages__icon {
    display: flex;
    justify-content: center;
    height: 3.75rem;
    margin-bottom: 1rem;
}

.diagnostic-advantages__icon img {
    width: 3rem;
    height: 3rem;
}

.diagnostic-advantages__title {
    margin-bottom: 0.875rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
}

.diagnostic-advantages__item p {
    margin-bottom: 0;
}

.diagnostic-faq h2 {
    margin-bottom: 0.5rem;
}

.diagnostic-faq__item {
    border-bottom: 1px solid #f2f2f2;
}

.diagnostic-faq__question {
    position: relative;
    padding: 1.25rem 2rem 0.75rem 0;
    color: #1c88d0;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.375;
    list-style: none;
    cursor: pointer;
}

.diagnostic-faq__question::-webkit-details-marker {
    display: none;
}

.diagnostic-faq__question::after {
    content: "";
    position: absolute;
    top: 1.625rem;
    right: 0.375rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #1c88d0;
    border-right: 1px solid #1c88d0;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
}

.diagnostic-faq__item:not([open]) .diagnostic-faq__question::after {
    transform: rotate(135deg);
}

.diagnostic-faq__answer {
    padding-right: 2rem;
}

.diagnostic-faq__answer p {
    margin-bottom: 1.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.diagnostic-reviews__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 2rem;
}

.diagnostic-reviews__item h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.diagnostic-reviews__address {
    min-height: 2.75rem;
    margin-bottom: 1rem;
}

.diagnostic-reviews__widget {
    position: relative;
    height: 37.5rem;
    overflow: hidden;
}

.diagnostic-reviews__widget iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    box-sizing: border-box;
}

.diagnostic-reviews__widget > a {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    padding: 0 1.25rem;
    color: #b3b3b3;
    font-family: Arial, sans-serif;
    font-size: 0.625rem;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 47.9375em) {
    .diagnostic-reviews__list {
        grid-template-columns: minmax(0, 1fr);
    }

    .diagnostic-reviews__address {
        min-height: 0;
    }

    .diagnostic-reviews__widget {
        height: 32rem;
    }
}

@media screen and (max-width: 63.9375em) {
    .diagnostic-advantages__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 30em) {
    .diagnostic-advantages__list {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 63.9375em) {
    .diagnostic-includes__item,
    .diagnostic-includes__item_wide {
        grid-column: span 3;
    }
}

@media screen and (max-width: 30em) {
    .diagnostic-includes__list {
        display: block;
    }

    .diagnostic-includes__item:not(:last-child) {
        margin-bottom: 0.875rem;
    }
}

/* End */


/* Start:/local/templates/7851111/components/bitrix/news.list/price-table-diagnostic/style.css?17878183141762*/
.cost_diagnostic .cost__title {
    margin-bottom: 1.75rem;
    text-align: left;
}

.cost_diagnostic .cost__table {
    display: table;
}

.cost_diagnostic .cost__table th:first-child,
.cost_diagnostic .cost__table td:first-child {
    width: 58%;
}

.cost_diagnostic .cost__table th:nth-child(2),
.cost_diagnostic .cost__table td:nth-child(2) {
    width: 32%;
}

.cost_diagnostic .cost__table th:last-child,
.cost_diagnostic .cost__table td:last-child {
    width: 10%;
}

.cost_diagnostic .cost__table td:last-child {
    display: table-cell;
}

.cost_diagnostic .cost__table td a {
    display: inline;
}

.cost_diagnostic .cost__price strong {
    font-weight: 500;
}

.cost_diagnostic .cost__action {
    text-align: right;
}

.cost_diagnostic .cost__note {
    margin-top: 1.25rem;
    color: #555;
    font-size: 0.75rem;
    line-height: 1.4;
}

@media screen and (max-width: 47.9375em) {
    .cost_diagnostic .cost__table thead {
        display: table-header-group;
        height: auto;
    }

    .cost_diagnostic .cost__table tr {
        display: table-row;
        height: auto;
    }

    .cost_diagnostic .cost__table td,
    .cost_diagnostic .cost__table th {
        padding: 0.875rem 0.375rem;
        white-space: normal;
    }

    .cost_diagnostic .cost__table td:first-child,
    .cost_diagnostic .cost__table th:first-child {
        padding-left: 0;
        width: 50%;
    }

    .cost_diagnostic .cost__table td:nth-child(2),
    .cost_diagnostic .cost__table th:nth-child(2) {
        width: 25%;
    }

    .cost_diagnostic .cost__table td:last-child,
    .cost_diagnostic .cost__table th:last-child {
        padding-right: 0;
        width: 25%;
    }

    .cost_diagnostic .cost__table td a {
        position: static;
    }
}

/* End */
/* /local/templates/7851111/components/bitrix/news/service_diagnostic/style.css?17878222974849 */
/* /local/templates/7851111/components/bitrix/news.list/price-table-diagnostic/style.css?17878183141762 */
