.h1 {
    font-size: var(--font-size-s1);
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
}
.h2 {
    font-size: var(--font-size-s4);
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 134%;
}

.custom-text-block{
    margin-bottom: 24px;
    color: var(--color-black-85, #262626);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 152%; /* 21.28px */
}
.custom-text-block .note{
    display: flex;
    padding-left: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.custom-text-block .note svg{
    width: 24px;
    height: 24px;
}
.custom-text-block .note > div{
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    color: var(--color-black-85, #262626);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 152%; /* 21.28px */
    border-radius: 8px;
    border: 1px solid var(--color-black-5, #F2F2F2);
}
.custom-text-block .img-block{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;

    color: var(--color-black-55, #737373);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 152%; /* 18.24px */
}
.custom-text-block .img-block img{
    display: flex;
    height: 330px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #F0F0F0;
    max-width: 100%;
    object-fit: cover;
}
.custom-text-block .img-block > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    flex: 1 0 0;
}

.custom-text-block .node-img-block{
    display: flex;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.custom-text-block .node-img-block img{
    display: flex;
    height: 330px;
    justify-content: center;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    background: #F0F0F0;
}

.custom-text-block .node-img-block.right_big > div,
.custom-text-block .node-img-block.left_big > div {
    width: 313px;
}
.custom-text-block .node-img-block.right_big,
.custom-text-block .node-img-block.right_mini{
    flex-direction: row-reverse;
}
.custom-text-block .node-img-block.right_big img,
.custom-text-block .node-img-block.left_big img{
    max-width: 699px;
}
.custom-text-block .node-img-block.right_mini img,
.custom-text-block .node-img-block.left_mini img{
    max-width: 337px;
}

.custom-text-block .node-img-block-top{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.custom-text-block .node-img-block-top img{
    display: flex;
    width: 80px;
    height: 80px;
    padding: 22px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #F0F0F0;
    object-fit: contain;
}
.custom-text-block .node-img-block-top > div{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--color-black-10, #E5E5E5);
}

.node-text-list > div {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.node-text-list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.node-text-list li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.node-text-list li:before {
    content: ' '; /* Оставляем пустым, если используем background */
    display: inline-block; /* Делаем его блочным для отображения */
    padding: 2px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 4 4" fill="none"><circle cx="2" cy="2" r="2" fill="%230097A1"/></svg>');

    background-repeat: no-repeat;
    background-size: 4px 4px;

    transform: translateY(-50%); /* Выравниваем */

}

.node-text-table{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: -1px;
    align-self: stretch;
}
.node-text-table > div{
    display: flex;
    height: 56px;
    align-items: flex-start;
    align-self: stretch;
}
.node-text-table > div div:first-child{
    border: 1px solid rgba(0, 151, 161, 0.16);
    background: #EFF9FA;
    display: flex;
    width: 376px;
    height: 56px;
    padding: 16px;
    align-items: center;
    gap: 10px;

    color: var(--color-black-85, #262626);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.node-text-table > div div:nth-child(2) {
    display: flex;
    height: 56px;
    padding: 16px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;

    color: var(--color-black-85, #262626);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
@media screen and (max-width: 768px) {
    .custom-text-block .img-block{
        flex-direction: column;
    }
    .custom-text-block .node-img-block-top{
        flex-direction: column;
    }
    .node-text-list > div{
        flex-direction: column;
    }
    .node-text-table > div{
        flex-direction: column;
        height: auto;
        width: 100%;
    }
    .node-text-table > div div:first-child,
    .node-text-table > div div:nth-child(2){
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 152%;
        width: 100%;
        height: auto;
    }
    .node-text-table > div div:first-child{
        font-style: normal;
        font-weight: 600;
    }
    .node-text-table > div div:nth-child(2){
        border-left: 1px solid #E5E5E5;
    }
    .custom-text-block .node-img-block.right_big,
    .custom-text-block .node-img-block.right_mini{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }
    .custom-text-block .node-img-block img{
        height: 280px;
        max-width: none;
        width: 100%;
    }
    .custom-text-block .node-img-block{
        flex-direction: column;
        gap: 24px;
    }
    .custom-text-block .node-img-block.right_big > div,
    .custom-text-block .node-img-block.left_big > div {
        width: 100%;
    }
    .custom-text-block .node-img-block.right_mini img,
    .custom-text-block .node-img-block.left_mini img{
        max-width: none;
    }

}