svg {
    vertical-align: middle;
    display: block;
}
.svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.text-block {
    font-size: 16px;
    line-height: 1.5;
}
.text-block h2 {
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 20px;
}
.text-block h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 10px;
}
.single .content ul li:before {
    background: var(--purple);
    width: 6px;
    height: 6px;
}
.single .content ul li {
    padding-left: 20px;
}
.text-block p + h3,
.text-block ol + h3,
.text-block ul + h3 {
    margin-top: 40px;
}
.text-block p {
    margin-bottom: 10px;
}
.text-block ol li {
    position: relative;
    margin-bottom: 8px;
}
.text-block ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.text-block ul li:before {
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    top: 8px;
    left: 0;
    background: var(--purple);
    border-radius: 50%;
}
.text-block ul, .text-block ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
.text-block img {
    max-width: 100%;
}
.blue-bold {
    color: var(--dark-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}
.blue-bold-sm {
    color: var(--dark-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}
.about__img img {
    width: 100%;
}
.text-block .bold-red {
    color: var(--main-red);
}
.text-half {
    max-width: 850px;
}


.article__in .card {
    margin-bottom: 60px;
}

.contact__btn {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
    border: 2px solid #20a0e1;
    padding: 0 30px;
    border-radius: 8px;
}

.contact__btn_wa {
    border-color: rgb(81, 200, 93);
}
.contact__btn svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.contact-btn__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #20a0e1;
}
.contact__btn_wa .contact-btn__title {
    color: rgb(81, 200, 93);
}
.article-list {
    columns: 2;
}
.art-list__title {
    font-size: 32px;
    margin-bottom: 20px;
}
.article__in .hero__image {
    display: flex;
    justify-content: flex-end;
}
.article__in .hero__image img {
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 350px;
    height: auto;
    object-fit: cover;
}

.card_list h2 img {
    width: 80px;
    height: 80px;
}
.article-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.article-list li a {
    font-weight: 500;
    font-size: 16px;
    transition: .3s;
}
.article-list li a:hover {
    transition: .3s;
    color: var(--purple);
}
/*
.article-list li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 11px;
    background-size: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3.73505C10.3333 4.50485 10.3333 6.42935 9 7.19915L3 10.6633C1.66667 11.4331 0 10.4708 0 8.9312V2.003C0 0.463398 1.66667 -0.498851 3 0.27095L9 3.73505Z' fill='%23deaf6e' /%3E%3C/svg%3E");
}
*/

.article-list li:before {
   content: "//";
   position: absolute;
   top: 0;
   left: 0;
   color: var(--main);
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: 120%;
}
.article__in .price-item {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #dbdbdb;
}
.article__in .price-item__in {
    flex: 1;
}
.article__in .price-item__val {
    width: 200px;
    flex-shrink: 0;
}
.article__in .price-item__title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.article__in .price-item__text {
    font-weight: 400;
    font-size: 18px;
    color: #5b5b5b;
}
.article__in .price-item__val {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: #000;
}
.article__in .prices-table table {
    width: 100%; 
    border-collapse: collapse;
}
.article__in .prices-table table td {
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    border: none; 
    border-bottom: 1px solid #000;
}
.article__in .prices-table table td {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.article__in .prices-table table td:last-child {
    text-align: right;
    padding-right: 0;
    min-width: 200px;
}
.article__in .prices-table table td:first-child {
    padding-left: 0;
}
.fl-container .card.expert-card {
    background: #fff;
    padding: 24px 150px 24px 90px;
}
.card.expert-card:before {
    top: 24px;
    left: 24px;
    position: absolute;
    content: '';    
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 25.5L27 15V4.5H16.5V25.5ZM1 25.5L11.5 15V4.5H1V25.5Z' fill='%238654cd'%3E%3C/path%3E%3C/svg%3E");
}
.expert__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #f0f3f5;
    padding: 8px;
    border-radius: 16px;
}
.expert__info {
    margin-left: 30px;
}
.expert__image {
    flex-shrink: 0;
    background: #cdd5f0;
    border-radius: 50%;
}
.team-item__post, 
.team-item__exp {
    color: #222;
    font-weight: 500;
}
.expert__image img {
    object-position: top;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.expert__name a {
    font-weight: bold;
    font-size: 18px;
    line-height: 200%;
    color: #222;
}
.expert__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: var(--purple);
    margin-bottom: 12px;
}
.expert__text {
    position: relative;
    color: #222;
}
.expert__text-in {
    position: relative;
    z-index: 2;
}
.article__in .hero.hero_serv {
    padding: 120px 0 45px;
    margin-bottom: 0;
}
.article__in .hero_serv h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0;
    line-height: 1.2;
}

.bens-row.row {
    margin: 0 -5px;
}
.bens-row.row .col-3,
.bens-row.row .col-4 {
    padding: 0 5px;
    margin-bottom: 10px;
}
.feature-item {
    background: #fff;
    padding: 20px;
}
.feature-item__img {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
}
.feature-item__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.feature-item__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.card.alert-text {
    background: var(--main);
    border-radius: 20px;
}
.alert-text__in {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    color: var(--purple);
}
.alert-text__in .text-block {
    color: #15296a;
}
.alert-text h2 {
    color: #15296a;
    font-size: 24px;
    margin-bottom: 12px;
}
.expert__wrapper {
    padding: 32px;
    background: #fff;
    border: 1px solid #ccc;
}

.expert__name {
    font-weight: bold;
}

.card_article-author {
    padding: 28px;
}
.card_article-author .team-item__post {
    color: #fff;
    font-weight: 500;
}
.card_article-author .expert__header {
    margin-bottom: 0;
}
.card_article-author.card {
    border-radius: 24px;
    padding: 24px;
    background: var(--purple);
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
}
.card_article-author.card .expert__header {
    padding: 10px 20px;
    border-radius: 18px;
    background: #24397d;
}
.expert-title__text {
    color: #fff;
}
.article__in .subtitle {
    margin: -35px 0 60px;
    color: #676767;
    font-weight: 500;
}
.article__in .video-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.article__in .video-item__title {
    font-weight: bold;
    font-size: 18px;
}
.article__in .video-item {
    margin-bottom: 40px;
}
.article__in .video-item__image {
    position: relative;
}
.article__in .video-item__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
}
.article__in .video-item__img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.article__in .video-item__btn {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.article__in .video-item__btn svg {
    width: 60px;
    height: 60px;
}
.article__in h2 {
    font-size: 30px;
}
.article-list {
    list-style: none;
}
.article__in .article-list {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.faq-item {
    border-radius: 0;
    background: transparent;
}
.faq-answer__in.text-block {
    font-size: 16px;
    line-height: 1.6;
}
.faq-item__btn {
    position: absolute;
    top: 18px;
    right: 18px;
    border-radius: 8px;
}
.faq-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #E8F1F8;
}
.faq-item__btn svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
.faq-item__btn svg path {
    fill: #343a40;
}
.faq-question {
    color: #fff;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    padding: 24px 60px 24px 24px;
    background: var(--card);
    border-radius: 10px;
    border: 1px solid var(--line);
    margin-bottom: 8px;
}
.faq-item__helper {
    position: absolute;
    top: 32px;
    right: 98px;
}
.faq-item__helper:before {
    content: 'Подробнее о вакансии';
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--purple);
    font-size: 17px;
    font-weight: bold;
    line-height: 24px; 
    letter-spacing: 0.17px;
    text-transform: uppercase;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.faq-item.active .faq-item__helper:before {
    content: 'Скрыть описание';
}
.faq-item__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 22px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--purple);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.faq-item .faq-item__arrow svg {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-item__btn svg {
    transition: .5s;
}
.faq-item.active .faq-item__btn svg {
    transform: rotate(180deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-item.active .faq-question {
    color: var(--main);
}
.faq-answer {
    color: #514F4F;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
}
.faq-answer__in {
    padding-top: 15px;
}
.faq-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.block.tb-light {
    padding: 32px;
    background: #fff;
    border-left: 4px solid green;
}
.block.tb-dark {
    padding: 32px;
    background: #fff;
    border-left: 4px solid red;
}

.block.tb-light li {
    padding-left: 45px;
    margin-bottom: 20px;
}
.block.tb-light li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-size: 26px;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26.0025' height='26.0025' rx='13.0013' fill='%23E2DDD8' /%3E%3Cpath d='M8.35796 13.0819L12.4441 16.7158L18.5732 8.35786' stroke='%233C3C3C' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
}

.block.tb-dark li {
    padding-left: 45px;
    margin-bottom: 20px;
}
.block.tb-dark li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-size: 26px;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26.0025' height='26.0025' rx='13.0013' fill='%23E2DDD8' /%3E%3Cpath d='M8.35796 13.0819L12.4441 16.7158L18.5732 8.35786' stroke='%233C3C3C' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
}
.breadcrumbs-block {
    margin: 20px 0;
}
.card .doctors-wrapper {
    margin-top: 0;
}
.card .doctors-wrapper .item-doc {
    background: #E8F1F8;
}
.card {
    border: none;
    margin-bottom: 40px;
}
.hero_service .hero__in {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}
.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero__price {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}
.art__image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.art__image img {
    border-radius: 16px;
}
.art__image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(36, 57, 125, 0.7);
}
.art__image-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.art__image-logo img {
    max-width: 200px;
}

.hero.hero_service {
    background: #24397d;
    margin-bottom: 60px;
    padding: 40px 0;
}
.top .btn {
    height: auto;
    line-height: 1.5;
}
.hero__in .container {
    padding: 0;
}
.hero_service h1 {
    font-size: 52px;
    color: #fff;
    margin-bottom: 20px;
}
.hero_service .bread__line {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
    opacity: .6;
}
.hero_service h1 {
    margin-bottom: 30px;
}
.hero_service h1 span {
    font-size: 34px;
}
.hero__btn-price {
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 30px;
    background: linear-gradient(90deg, #15296a, transparent);
    width: fit-content;
    border-radius: 20px;
}
.hero__in {
    position: relative;
}
.hero__image {
    position: absolute;
    top: 60px;
    right: 0;
    background: #e4ebff;
    border-radius: 20px;
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.hero__image img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.hero__features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hero__features li {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.hero__features li svg,
.hero__features li img {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.hero__features li svg path {
    fill: #9fbcff;
}
.hero__features {
    margin-bottom: 20px;
}
.text-block.subtitle {
    margin: -30px 0 40px;
    font-size: 18px;
    color: #a1a1a1;
}

.cons .form-group {
    margin-bottom: 20px;
}
.cons .form input[type="text"] {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding:  0 20px;
    height: 48px;
    line-height: 48px;
}

.cons .form__terms {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 20px;
}
.cta__img {
    margin-left: auto;
    background: #e8f1f7;
    border-radius: 20px;
}
.cta__img img {
    max-width: 400px;
    max-width: 100%;
}
.hero.hero_service {
    overflow: hidden;
}
.hero__sub {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 800px;
}
.card .price-table {
    margin-top: 0;
}
.article-list__img svg {
    width: 45px;
    height: 45px;
}
.article-list__title-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 24px;
    border-radius: 12px;
    background: var(--card);
    margin-bottom: 40px;
}
.article-list__title-logo h2 {
    margin-bottom: 0;
}

.process-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-bottom: 40px;
}
.process-header h2 {
    margin-bottom: 0;
}
.process-header .subtitle {
    font-size: 16px;
    color: #5c5854;
    margin: 0;
}
.process-item:not(:first-child):before {
    content: '';
    border: 1px solid var(--purple);
    width: 1px;
    height: 16px;
    position: absolute;
    top: -16px;
    left: 52px;
}
.process-item.row {
    position: relative;
    align-items: stretch;
    margin: 0 -8px 16px;
}
.process-item.row .col-4,
.process-item.row .col-8 {
    padding: 0 8px;
}
.process-item__text {
    height: 100%;
    background: #f5f6fb;
    padding: 28px;
    border-radius: 16px;
    /* color: #5c5854; */
}
/* Применяем к заголовку этапа (левая колонка) */
.process-item__header {
      display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 18px;
    background: linear-gradient(#fff, #fff) padding-box, /* Фон внутри */ linear-gradient(20deg, #8654cd 0%, #f5f5f7 30%, #f5f5f7 100%) border-box;
    border: 5px solid transparent;
    border-radius: 25px;
    
}
.process-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #222;
}
.process-item__numb {
    color: #fff;
    background: linear-gradient(116deg, #9c6dff 0%, #6b25ff 100%);
    font-weight: 500;
    font-size: 16px;
    width: 35px;
    height: 36px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.text-block strong {
    font-weight: 500;
    color: #222;
}
.single .single_s1 {
    border-bottom: none;
}
.fl-container .card {
    padding: 28px;
    border: none;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 32px;
}
.content.fl-container ul {
    list-style: none;
}
.content.fl-container ul {
    font-weight: normal;
    color: #222;
}
.content.fl-container .alert-text ul {
    color: #fff;
}
.block__img img {
    max-width: 100%;
    border-radius: 20px;
}

.text-block table {
    font-size: 16px;
    width: 100%;
    border-collapse: separate; /* Важно для скругления углов */
    border-spacing: 0;
    border: 1px solid #f0f0f0;
    border-radius: 15px; /* Скругление как на макете */
    overflow: hidden;
    margin-bottom: 40px;
    font-family: sans-serif;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* Легкая тень для объема */
}

.text-block table tr th {
    padding: 14px 16px;
    color: #ffffff; /* Белый текст */
    font-weight: 400;
    background: var(--purple); /* Темно-синий цвет как на фото */
    text-align: left;
    border: none;
}
.text-block table tr td {
    padding: 14px 16px;
    color: #4a4a4a;
    line-height: 1.5;
    background: #ffffff;
    border: 1px solid #f2f2f2; /* Только горизонтальные линии */
}

/* Убираем нижнюю границу у последней строки, чтобы не портила скругление */
.text-block table tr:last-child td {
    border-bottom: none;
}

/* Стили для первого столбца (названия) */
.text-block table tr td:first-child {
    color: #333;
    font-weight: 500;
}

.fl-container .faq-item {
    background: #f5f6fb;
    border-radius: 12px;
}
.fl-container .faq-item__title {
    padding: 24px;
}
.fl-container .faq-item__title:before {
    top: 20px;
    right: 24px;
}
.fl-container .faq-item.active .faq-item__title:before {
    top: 20px;
    right: 24px;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .text-block table {
        font-size: 14px;
    }
    .text-block table tr th, 
    .text-block table tr td {
        padding: 10px;
    }
}

.fl-container .expert__image img {
    border-radius: 8px;
}
.article-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 16px;
    list-style-position: inside;
    padding: 0;
}
.article-list li {
    padding-left: 0;
    margin-bottom: 0;
}
.single .content ul.article-list li {
    list-style: none;
    padding: 0;
}
.single .content ul.article-list li:before {
    content: '';
}
.article-list li {
    position: relative;
}
.article-list li a {
    border: 1px solid #f0f3f5;
    border-radius: 12px;
    padding: 6px 50px 6px 20px;
    display: flex;
    align-items: center;
    height: 100%;
}
.single .content ul.article-list li:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    left: inherit;
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 10.0002L16.6668 10.0002M16.6668 10.0002L12.5002 14.1668M16.6668 10.0002L12.5002 5.8335' stroke='%239c6dff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.author-block {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.author-block__exp {
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 50px;
    background: rgba(255,255,255,.3);
    padding: 2px 16px;
    font-size: 12px;
    color: #fff;
}
.author.author-block .faq-page__author {
    width: 300px;
    flex-shrink: 0;
    background: var(--purple);
    padding: 20px;
    border-radius: 14px;
}
.author-block .faq-page__name {
    color: #fff;
}
.author-block .faq-page__post {
    color: #fff;
}
.author-block__title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}
.single .content ul.tags__list li {
    padding-left: 0;
}
.single .content ul.tags__list li:before {
    content: none;
}

@media (max-width: 991px) {
    .article-list {
        display: block;
    }
}
.card.alert-text {
    background: #1C2B39;
}
.alert-text__in {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    opacity: .8;
}
.alert-text__in .text-block {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.alert-text__in .text-block strong {
    color: #fff;
}
.alert-text__icon {
    width: fit-content;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #fff;
    padding: 2px 16px 2px 2px;
    border-radius: 1000px;
}
.alert-icon__circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-icon__circle svg {
    flex-shrink: 0;
}
.article-list {
    transition: max-height 0.3s ease;
}

.alert-text h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
}
.author-block {
    background: rgba(255, 255, 255, .6);
    padding: 8px;
    border-radius: 24px;
    border: 1px solid #fff;
}

.table-of-contents-wrapper {
    position: relative;
}

.table-of-contents-wrapper.collapsed .article-list {
    max-height: 128px; /* ~6 пунктов по 40px */
    overflow: hidden;
}

.table-of-contents-wrapper.collapsed .toc-gradient {
    display: block;
}

.table-of-contents-wrapper.collapsed .toc-toggle {
    display: block;
}

.toc-gradient {
    display: none;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
}

.toc-toggle {
    border: none;
    color: var(--purple);
    display: none;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toc-toggle:hover {
    background: transparent;
}

/* Блок поделиться */
.post-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 40px 0;
}

.post-share-title {
    font-weight: 600;
    color: #333;
}

.post-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    transition: all 0.3s;
}

.post-share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.post-share-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.post-share-vk { background: #0077FF; }
.post-share-wa { background: #25D366; }
.post-share-tg { background: #229ED9; }

.card {
    position: relative;
}

.card_text.card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
}
/* 33524 */

@media (max-width: 991px) {
    .text-block table {
        display: none;
    }
    .fl-container .card.expert-card {
        padding: 20px;
    }
    .author-block {
        flex-direction: column;
        align-items: flex-start;
    }
    .author.author-block .faq-page__author {
        padding-top: 46px;
    }
    .article-list__title-logo h2 {
        font-size: 20px;
    }
    .card_article-author.card {
        flex-direction: column;
    }
    .expert__title {
        padding-left: 0;
    }
    .article__in .price-item {
        flex-direction: column;
    }
    .hero__btn {
        margin-bottom: 20px;
    }
    .alert-text {
        align-items: flex-start;
        padding: 24px;
        flex-direction: column;
    }
    .alert-text__in {
        font-size: 16px;
    }
    .breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .article-list {
        columns: 1;
    }
    .subtitle {
        margin-top: 0;
    }
    .expert__info {
        margin-left: 0;
    }
    .expert__header {
        flex-direction: column;
    }
    .expert__text {
        padding-left: 0;
        font-size: 16px;
    }
    .card_article-author.card .expert__header {
        padding: 10px;
        align-items: flex-start;
    }
    .card.expert-card {
        padding: 20px;
    }
    .hero__image {
        position: relative;
        top: 0;
        right: inherit;
        margin-top: 20px;
        width: 100%;
        height: 300px;
    }
    .hero__btn-price {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero_service h1 {
        font-size: 32px;
    }
    .btn {
        padding: 0 20px;
    }
}