

/* Start:/local/templates/medStandart/components/bitrix/news.detail/bootstrap_v4/style.css?17774632395300*/
.news-detail__blog {
    padding: 7px 0 2px;
}
.news-detail__btn-back {
    color: var(--blue);
    background-color: transparent;
    border: 1px solid var(--blue);
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 6px 10px;
    max-width: 126px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
}
.news-detail__subtitle {
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 19px;
    display: block;
}
.news-detail__date {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--dark);
    background: #E8F1FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 19px 7px 15px;
    max-width: 114px;
    width: 100%;
    text-align: center;
}
.news-detail__info-wrap {
    display: flex;
    gap: 29px;
    align-items: center;
    margin-top: 32px;
}
.news-detail__info-wrap span {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
}
.article {
    margin: 30px 0 40px;
}
.article h1 {
    margin-bottom: 31px;
}
.article iframe {
    width: 704px;
    height: 395.08px;
    display: block;
    margin: 40px auto;
}
.article b {
    font-weight: 700;
}
.article table {
    display: table;
    border: none;
    border-spacing: 5px;
    max-width: 1004px;
    margin: 0 auto;
}
.article table tr {
    text-align: center;
    background: linear-gradient(0deg, rgba(232, 241, 255, 0.5), rgba(232, 241, 255, 0.5));
}
.article table td {
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #E8F1FF;
    border-radius: 4px;
}
.article tbody tr:first-child {
    background-color: #E8F1FF;
}
.article tbody tr td:not(:first-child) {
    min-width: 232px;
}
.article-img__wrap-content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.article-img__wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.article-img {
    height: auto;
}
.article-img__undertext {
    font-family: var(--inter);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 17px;
    color: var(--dark);
    margin-top: 10px;
}
.article ul li {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.article ul li::before {
    content: '';
    display: block;
    background-color: var(--blue);
    width: 8px;
    height: 8px;
}
.article ol li {
    margin: 10px 0;
}
.article ul {
    padding: 0;
}
.article ol {
    background: #E8FCFB;
    padding: 20px 40px;
}
.article .banner {
    padding: 20px;
}

.banner {
    max-width: 704px;
    width: 100%;
    border-radius: 24px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px auto;
    gap: 52px;
}
.banner-title {
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    color: var(--white);
    max-width: 440px;
    display: block;
}
.banner-link {
    max-width: 160px;
    width: 100%;
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;;
    color: var(--white);
    padding: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--white);
    text-align: center;
}
.banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-detail-content__a11y-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.news-detail-content img {
    padding: 15px 0;
    height: auto;
}
.news-detail__blog .subscribe {
    padding-bottom: 99px;
}
.news-detail__blog .subscribe-text {
    max-width: 422px;
    width: 100%;
    text-align: center;
    color: var(--dark);
    font-family: var(--inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 42px auto 0;
    display: block;
}
.banner-wrap__img {
    width: 100%;
    max-width: 704px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .news-detail__blog {
        padding: 26px 0 0;
    }
    .article {
        margin: 31px 0 30px;
    }
    .article table {
        display: block;
        overflow-x: auto;
    }
    .article iframe {
        width: 390px;
        height: 218.87px;
        margin: 20px auto;
    }
    .article ol {
        padding: 10px 40px;
    }
    .article ul {
        padding: 10px 20px;
    }
    .news-detail__info-wrap {
        margin-top: 33px;
        font-weight: 700;
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }
    .article-img__wrap-content {
        flex-direction: column;
    }
    .article-img {
        height: auto;
        width: 100%;
    }
    .news-detail__subtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .news-detail__blog .subscribe {
        padding-bottom: 40px;
    }
}
@media (max-width: 389px) {
    .article iframe {
        width: 100%;
        height: auto;
    }
}



/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17114556003514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */
/* /local/templates/medStandart/components/bitrix/news.detail/bootstrap_v4/style.css?17774632395300 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17114556003514 */
