

/* Start:/local/templates/main2023/css/banners.css?17782287872908*/
.main-banner {
    position: relative;

    --main-banner-padding-x: 30px;
    --main-banner-padding-y: 30px;
    --main-banner-padding: var(--main-banner-padding-x) var(--main-banner-padding-y);
}

.main-banner .container-full{

    position: relative;
}

.main-banner-wrapper {
    display: flex;
    align-items: center;
    padding: 40px 0;
    justify-content: flex-end;
    min-height: 485px;
}

.main-banner--left .main-banner-wrapper{
    justify-content: flex-start;
}

.main-banner__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.main-banner-info {
    background: linear-gradient(315deg, #db8d34e6 33.29%, #d7212be6 100%);
    padding: var(--main-banner-padding);
    color: #fff;
}

.main-banner-info__title {
    font-size: clamp(24px, 2vw, 30px);
    line-height: 143%;
    text-transform: uppercase;
    font-weight: 600;

    margin: 0 0 10px;
}

.main-banner-info__text {
    font-size: clamp(14px, 1.5vw, 22px);
    line-height: 143%;
    font-weight: 400;
    margin: 0 0 10px;
}

.main-banner-info__text--small{
    font-size: clamp(14px, 1.5vw, 18px);
}

.main-banner-info__text--red,
.main-banner-info__text--orange{
    padding: 10px var(--main-banner-padding-x);
    margin-left: calc(var(--main-banner-padding-x) * -1);
    margin-right: calc(var(--main-banner-padding-x) * -1);
}

.main-banner-info__text--red {
    background: #c21000b2;
}

.main-banner-info__text--orange{
    background: #db8d34b2;
}

.main-banner-info__button {
    background: #D7212B;
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 60px;

    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.main-banner-info__list {
    list-style-type: square;
    padding-left: 1.5em;
}

.main-banner-info__list li::marker {
    font-size: 1.2em;
    line-height: 1em;
}

.main-banner-info__list li {}

.main-banner-info__list p {
    font-size: clamp(14px, 1.5vw, 18px);
    margin: 0 0 5px 0;
}

.main-banner-info__badges{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin: 12px 0 24px;
}

.main-banner-info__badges img{
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.1);
    height: 50px;
}

@media (max-width: 991px) {
    .main-banner {
        --main-banner-padding-x: 20px;
        --main-banner-padding-y: 20px;
    }
}

@media (max-width: 767px) {
    .main-banner-info {
        width: 100%;
    }
    .main-banner-info__badges{
        flex-wrap: wrap;
    }
    .main-banner-info__badges img{
        height: 30px;
    }
    .main-banner-wrapper{
        padding: 20px 0;
    }
}
/* End */


/* Start:/local/templates/main2023/css/site-info.css?16976134801699*/
.site-info {
    margin: 40px 0;
}

.site-info__wrapper {
    padding: 30px 0 0;
}

.site-info__items {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin: 60px 0 0;
    --item-cols: 3;
}

.site-info__item {
    width: calc(100% / var(--item-cols) - 20px);
    margin: 0 10px 40px;
    border-radius: 10px;
    gap: 5px 10px;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-areas: "picture title" "picture text";
}


.site-info__item p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 5px 0 0;
}

.site-info__item picture {
    --pict-w: 90px;
    display: block;
    width: var(--pict-w);
    height: calc(var(--pict-w) / 1.1);
    background: linear-gradient(45deg, #db8d34e6 10%, #d7212be6 100%);
    clip-path: polygon(50% -1%, 93% 22%, 93% 78%, 50% 101%, 7% 78%, 7% 22%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

    grid-area: picture;
}

.site-info__item img{
    width: calc(var(--pict-w) / 2);
    height: calc(var(--pict-w) / 2);
    object-fit: contain;
}

.site-info__text {
    font-size: clamp(14px, 1.2vw, 20px);
}


p.site-info__item-title {
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 140%;
    /* margin-top: 15px; */
    grid-area: title;

}

@media (max-width: 1230px) {
    .site-info__items {
        --item-cols: 2;
    }

    .site-info__item {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .site-info__items {
        --item-cols: 1;
    }
}
/* End */


/* Start:/ytd-10-7-dostup-k-ploshchadkam//style.css?178652233831286*/
/*  reestr */

.banner-reestr {
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    max-width: 100%;
    margin: 20px auto;
    padding: 14px 16px;
    border: 1px solid rgba(120, 70, 20, 0.14);
    border-radius: 14px;
    background: rgba(255, 244, 230, 0.92);
    box-shadow: 0 8px 22px rgba(80, 30, 0, 0.12);
    text-decoration: none;
    color: #3a2f28;
    backdrop-filter: blur(6px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.main-banner-info > .main-banner-info__button {
    margin-top: 0;
}

.banner-reestr:hover {
    transform: translateY(-1px);
    background: rgba(255, 248, 238, 0.98);
    box-shadow: 0 12px 28px rgba(80, 30, 0, 0.16);
    color: #3a2f28;
}

.banner-reestr__mark {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(180deg, #6aa87a 0%, #4f8f60 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(60, 110, 70, 0.22);
}

.banner-reestr__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.banner-reestr__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4f8f60;
    line-height: 1.2;
}

.banner-reestr__text {
    font-size: clamp(13px, 1.3vw, 15px);
    font-weight: 500;
    line-height: 1.35;
    color: #4a3f38;
}

.banner-reestr__text b {
    font-weight: 700;
    color: #2f2823;
}

.banner-reestr__ext {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-left: auto;
    border-right: 2px solid #a89888;
    border-top: 2px solid #a89888;
    transform: rotate(45deg);
    opacity: 0.7;
}

@media (max-width: 767px) {
    .banner-reestr {
        align-items: flex-start;
        padding: 12px;
        gap: 12px;
    }

    .banner-reestr__mark {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
}

/* integrations */

.integration-items {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .integration-item {
        display: flex;
        align-items: center;
        gap: 40px;
        border-width: 1px;
        border-radius: 16px;
        background-color: #ffffff;
        background-position: center center;
        border-color: #eef0f2;
        border-style: solid;
        padding: 20px;
    }

    .integration-item__img {
        width: calc(40% - 20px);
        background: #fff;
        height: 120px;
        object-fit: contain;

    }

    .integration-item__text {
        min-width: 60%;
        width: 60%;

    }

    .integration-item__text,
    .integration-item__text p {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 400;
        letter-spacing: 0.01em;
    }

    .square-list {
        padding-left: 0;
        list-style: none;
    }

    .square-list li {}

    .square-list li p::before {
        content: '';
        width: 13px;
        height: 13px;
        background: #bb2f2c;
        display: inline-block;
        margin-right: 10px;
    }

    .square-list-white li p::before {
        background: #fff;
    }

    .integration-matrix {
        margin-top: 0;
        color: #000;
    }

    .integration-matrix__scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border: 1px solid #eef0f2;
        border-radius: 16px;
        background: #fff;
        scrollbar-width: thin;
    }

    .integration-matrix__details {
        position: relative;
        margin-top: 20px;
        text-align: center;
    }

    .integration-matrix__details[open] {
        margin-bottom: 0;
        text-align: left;
    }

    .integration-matrix__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 4px 0;
        border: 0;
        border-radius: 0;
        background: none;
        color: #e16609;
        font-size: clamp(20px, 2.4vw, 26px);
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0.01em;
        text-transform: none;
        cursor: pointer;
        list-style: none;
        user-select: none;
    }

    .integration-matrix__toggle::after {
        content: "";
        width: 0.5em;
        height: 0.5em;
        margin-top: -0.2em;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        flex-shrink: 0;
    }

    .integration-matrix__toggle:hover {
        background: none;
        color: #c95705;
    }

    .integration-matrix__toggle::-webkit-details-marker {
        display: none;
    }

    .integration-matrix__details[open] > .integration-matrix__toggle {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .section .integration-matrix__details-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: fit-content;
        max-width: 100%;
        margin: 4px auto 20px;
        padding: 4px 0;
        border: 0;
        background: none;
        color: #e16609;
        font-family: inherit;
        font-size: clamp(20px, 2.4vw, 26px);
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0.01em;
        text-align: center;
        cursor: pointer;
    }

    .section .integration-matrix__details-title::after {
        content: "";
        width: 0.5em;
        height: 0.5em;
        margin-top: 0.2em;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-135deg);
        flex-shrink: 0;
    }

    .section .integration-matrix__details-title:hover {
        color: #c95705;
    }

    .integration-matrix__collapse {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px auto 0;
        padding: 4px 0;
        border: 0;
        background: none;
        color: #e16609;
        font-family: inherit;
        font-size: clamp(20px, 2.4vw, 26px);
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0.01em;
        cursor: pointer;
    }

    .integration-matrix__details-body {
        text-align: left;
    }

    .integration-matrix__details-body .integration-matrix__collapse {
        display: flex;
        width: fit-content;
    }

    .integration-matrix__collapse::after {
        content: "";
        width: 0.5em;
        height: 0.5em;
        margin-top: 0.2em;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-135deg);
        flex-shrink: 0;
    }

    .integration-matrix__collapse:hover {
        color: #c95705;
    }

    .integration-matrix table {
        width: 100%;
        min-width: 720px;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .integration-matrix__scroll--summary table {
        min-width: 0;
    }

    .integration-matrix__scroll--details table {
        min-width: 960px;
    }

    .integration-matrix th,
    .integration-matrix td {
        padding: 14px 16px;
        border: 1px solid #e8edf3;
        font-size: clamp(12px, 1.5vw, 18px);
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.01em;
        color: #000;
        text-align: center;
        vertical-align: middle;
    }

    .integration-matrix th:first-child,
    .integration-matrix td:first-child {
        width: 34%;
        text-align: left;
        background: #f4f6f8;
        border-right: 2px solid #d5dde7;
        font-weight: 500;
    }

    .integration-matrix th:not(:first-child),
    .integration-matrix td:not(:first-child) {
        width: 11%;
    }

    .integration-matrix__scroll--summary th:not(:first-child),
    .integration-matrix__scroll--summary td:not(:first-child) {
        width: 22%;
    }

    .integration-matrix thead th {
        font-weight: 600;
        background: #eef2f6;
        border-bottom: 2px solid #d5dde7;
    }

    .integration-matrix thead th:first-child {
        background: #e8eef4;
        border-right: 2px solid #c9d3df;
    }

    .integration-matrix thead tr:last-child th {
        font-size: clamp(12px, 1.3vw, 16px);
        font-weight: 700;
        color: #000;
        border-bottom: 2px solid #d5dde7;
    }

    .integration-matrix__scroll--details thead tr:last-child > th {
        width: 11% !important;
        min-width: 0 !important;
        text-align: center !important;
        vertical-align: middle;
    }

    .integration-matrix__scroll--details thead tr:last-child > th:first-child {
        background-color: #faf5fc;
        border-right: 1px solid #e8edf3;
    }

    .integration-matrix__scroll--summary thead th:first-child {
        font-size: clamp(14px, 1.6vw, 20px);
        font-weight: 700;
        color: #000;
        text-align: center;
        background: #e8eef4;
    }

    .integration-matrix__scroll--details thead tr:first-child th:first-child {
        font-size: clamp(14px, 1.6vw, 20px);
        font-weight: 700;
        color: #000;
        text-align: center;
        vertical-align: middle;
        background: #e8eef4;
    }

    .integration-matrix__market {
        font-size: clamp(14px, 1.6vw, 20px);
        font-weight: 700;
    }

    .integration-matrix__market-inner {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .integration-matrix__market-logo {
        width: 28px;
        height: 28px;
        object-fit: contain;
        border-radius: 6px;
        flex-shrink: 0;
    }

    .integration-matrix__market--wb {
        background: #f0e6f8 !important;
        color: #8b22aa !important;
        border-bottom: 2px solid #c58ad8 !important;
    }

    .integration-matrix__market--ozon {
        background: #e4f0ff !important;
        color: #0b78d0 !important;
        border-bottom: 2px solid #7fb4e8 !important;
    }

    .integration-matrix__market--ym {
        background: #fff3d6 !important;
        color: #c48600 !important;
        border-bottom: 2px solid #e0c06a !important;
    }

    /* Summary: 1 marketplace column each */
    .integration-matrix__scroll--summary thead th:nth-child(2),
    .integration-matrix__scroll--summary tbody td:nth-child(2) {
        background-color: #faf5fc;
        border-right: 2px solid #e2d4ec;
    }

    .integration-matrix__scroll--summary thead th:nth-child(3),
    .integration-matrix__scroll--summary tbody td:nth-child(3) {
        background-color: #f5f9ff;
        border-right: 2px solid #d5e4f6;
    }

    .integration-matrix__scroll--summary thead th:nth-child(4),
    .integration-matrix__scroll--summary tbody td:nth-child(4) {
        background-color: #fffbf0;
    }

    .integration-matrix__scroll--summary thead .integration-matrix__market--wb {
        background: #f0e6f8 !important;
    }

    .integration-matrix__scroll--summary thead .integration-matrix__market--ozon {
        background: #e4f0ff !important;
    }

    .integration-matrix__scroll--summary thead .integration-matrix__market--ym {
        background: #fff3d6 !important;
    }

    /* Details body: criteria is column 1, then 2-3 WB, 4-5 Ozon, 6-7 YM */
    .integration-matrix__scroll--details tbody td:nth-child(2),
    .integration-matrix__scroll--details tbody td:nth-child(3) {
        background-color: #faf5fc;
    }

    .integration-matrix__scroll--details tbody td:nth-child(3) {
        border-right: 2px solid #e2d4ec;
    }

    .integration-matrix__scroll--details tbody td:nth-child(4),
    .integration-matrix__scroll--details tbody td:nth-child(5) {
        background-color: #f5f9ff;
    }

    .integration-matrix__scroll--details tbody td:nth-child(5) {
        border-right: 2px solid #d5e4f6;
    }

    .integration-matrix__scroll--details tbody td:nth-child(6),
    .integration-matrix__scroll--details tbody td:nth-child(7) {
        background-color: #fffbf0;
    }

    /* Details subheader row has no criteria cell (rowspan), so indices start at 1 */
    .integration-matrix__scroll--details thead tr:last-child th:nth-child(1),
    .integration-matrix__scroll--details thead tr:last-child th:nth-child(2) {
        background-color: #faf5fc;
        color: #8b22aa;
    }

    .integration-matrix__scroll--details thead tr:last-child th:nth-child(2) {
        border-right: 2px solid #e2d4ec;
    }

    .integration-matrix__scroll--details thead tr:last-child th:nth-child(3),
    .integration-matrix__scroll--details thead tr:last-child th:nth-child(4) {
        background-color: #f5f9ff;
        color: #0b78d0;
    }

    .integration-matrix__scroll--details thead tr:last-child th:nth-child(4) {
        border-right: 2px solid #d5e4f6;
    }

    .integration-matrix__scroll--details thead tr:last-child th:nth-child(5),
    .integration-matrix__scroll--details thead tr:last-child th:nth-child(6) {
        background-color: #fffbf0;
        color: #c48600;
    }

    .integration-matrix tbody tr:nth-child(even):not(.integration-matrix__group) td:first-child {
        background-color: #eef2f6;
    }

    .integration-matrix tbody tr:nth-child(odd):not(.integration-matrix__group) td:first-child {
        background-color: #f4f6f8;
    }

    .integration-matrix tbody tr:hover:not(.integration-matrix__group) td:first-child {
        background-color: #e0e7ef !important;
    }

    .integration-matrix__scroll--summary tbody tr:hover:not(.integration-matrix__group) td:nth-child(2) {
        background-color: #efe4f7 !important;
    }

    .integration-matrix__scroll--summary tbody tr:hover:not(.integration-matrix__group) td:nth-child(3) {
        background-color: #dcecfc !important;
    }

    .integration-matrix__scroll--summary tbody tr:hover:not(.integration-matrix__group) td:nth-child(4) {
        background-color: #ffe9b8 !important;
    }

    .integration-matrix__scroll--details tbody tr:hover:not(.integration-matrix__group) td:nth-child(2),
    .integration-matrix__scroll--details tbody tr:hover:not(.integration-matrix__group) td:nth-child(3) {
        background-color: #efe4f7 !important;
    }

    .integration-matrix__scroll--details tbody tr:hover:not(.integration-matrix__group) td:nth-child(4),
    .integration-matrix__scroll--details tbody tr:hover:not(.integration-matrix__group) td:nth-child(5) {
        background-color: #dcecfc !important;
    }

    .integration-matrix__scroll--details tbody tr:hover:not(.integration-matrix__group) td:nth-child(6),
    .integration-matrix__scroll--details tbody tr:hover:not(.integration-matrix__group) td:nth-child(7) {
        background-color: #ffe9b8 !important;
    }

    .integration-matrix tr.integration-matrix__group > th {
        padding: 14px 16px;
        background: #f7f9fb !important;
        color: #000 !important;
        font-size: clamp(14px, 1.5vw, 18px) !important;
        font-weight: 700 !important;
        letter-spacing: 0.01em;
        text-align: left;
        text-transform: none;
        border-top: 2px solid #e16609;
        border-bottom: 1px solid #e8edf3;
    }

    .integration-matrix tr.integration-matrix__group > th b {
        font-weight: 700 !important;
        color: #000 !important;
    }


    .visually-hidden {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .integration-matrix .status {
        --status-size: 22px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--status-size);
        height: var(--status-size);
        border-radius: 50%;
        vertical-align: middle;
    }

    .integration-matrix .status::before {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
    }

    .integration-matrix .status--yes {
        background: #45b765;
    }

    .integration-matrix .status--yes::before {
        content: "\2713";
    }

    .integration-matrix .status--plan {
        background-color: #b0b0b0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='7.25' stroke='%23fff' stroke-width='2.5'/%3E%3Cpath d='M12 8.2v4.3l2.8 1.7' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 72% 72%;
    }

    .integration-matrix .status--plan::before,
    .integration-matrix .status--plan::after {
        content: none;
        display: none;
    }

    .integration-matrix .status--no {
        background: #d7212b;
    }

    .integration-matrix .status--no::before {
        content: "\00d7";
    }

    .integration-matrix__legend {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 28px;
        margin-top: 20px;
        font-size: clamp(14px, 1.5vw, 18px);
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.01em;
        color: #000;
    }

    .integration-matrix__legend--footer {
        justify-content: flex-start;
        margin-top: 18px;
        margin-bottom: 4px;
    }

    .integration-matrix__legend span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .integration-matrix__legend .status {
        --status-size: 18px;
    }

    .integration-matrix__legend .status::before {
        font-size: 12px;
    }

    .integration-matrix__note {
        position: relative;
        margin: 18px 0 0 !important;
        padding: 18px 22px 18px 56px;
        border: 1px solid #cddff2;
        border-radius: 12px;
        background: #f3f8ff;
        color: #000;
        font-size: clamp(14px, 1.5vw, 18px) !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        letter-spacing: 0.01em;
    }

    .integration-matrix__note b {
        font-weight: 700;
        color: #000;
    }

    .integration-matrix__note::before {
        content: "i";
        position: absolute;
        top: 18px;
        left: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border: 2px solid #178eea;
        border-radius: 50%;
        color: #178eea;
        font-size: 14px;
        font-weight: 700;
        font-style: italic;
        line-height: 1;
        font-family: Georgia, "Times New Roman", serif;
    }

    @media (max-width: 767px) {
        .integration-item {
            flex-direction: column;
            gap: 20px;
        }

        .integration-item__img {
            width: 60%;
            height: 100px;
        }

        .integration-item__text {
            min-width: 100%;
            width: 100%;
        }

        .integration-matrix {
            margin-top: 0;
        }

        .integration-matrix__scroll {
            border-radius: 16px;
        }

        .integration-matrix__scroll--details table {
            min-width: 760px;
        }

        .integration-matrix th:first-child,
        .integration-matrix td:first-child {
            width: 240px;
            min-width: 240px;
        }

        .integration-matrix th,
        .integration-matrix td {
            padding: 12px 10px;
            font-size: 13px;
            white-space: normal;
        }

        .integration-matrix__toggle,
        .integration-matrix__collapse {
            width: auto;
            min-width: 0;
        }

        .integration-matrix__market-logo {
            width: 22px;
            height: 22px;
            border-radius: 5px;
        }

        .integration-matrix__market-inner {
            gap: 6px;
        }

        .integration-matrix__legend {
            gap: 12px 18px;
        }

        .integration-matrix__note {
            padding-left: 48px;
        }
    }

/* how it works */

.how-it-works__lead {
        margin: 24px auto 28px !important;
        text-align: center;
        font-size: clamp(16px, 1.5vw, 20px) !important;
        font-weight: 500 !important;
        line-height: 1.45 !important;
        color: #4a5565;
        max-width: 920px;
    }

    .how-it-works__grid {
        display: grid;
        grid-template-columns: minmax(0, 1.65fr) minmax(360px, 1fr);
        gap: 22px;
        align-items: stretch;
    }

    .how-it-works__playlist {
        position: relative;
        display: block;
        overflow: hidden;
        height: 100%;
        min-height: 620px;
        border-radius: 24px;
        background: #e8f2ff;
        text-decoration: none;
    }

    .how-it-works__playlist-img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .how-it-works__play {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        width: 172px;
        height: 172px;
        margin: -86px 0 0 -86px;
        border-radius: 50%;
        background: linear-gradient(180deg, #9b6adf 0%, #6b3db8 100%);
        box-shadow: 0 16px 36px rgba(70, 30, 120, 0.3);
        transition: transform 0.2s ease, filter 0.2s ease;
    }

    .how-it-works__play::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 54%;
        width: 0;
        height: 0;
        margin: -30px 0 0 -18px;
        border-style: solid;
        border-width: 30px 0 30px 48px;
        border-color: transparent transparent transparent #fff;
    }

    .how-it-works__playlist:hover .how-it-works__play {
        transform: scale(1.05);
        filter: brightness(1.05);
    }

    .how-it-works__playlist-btn {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: 16px;
        padding: 18px 26px 18px 18px;
        border: 1px solid #e5eaf0;
        border-radius: 18px;
        background: #fff;
        color: #333;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
        box-shadow: 0 6px 20px rgba(20, 40, 80, 0.12);
    }

    .how-it-works__playlist-btn-icon {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        display: block;
        object-fit: contain;
    }

    .how-it-works__playlist-btn-text {
        white-space: nowrap;
    }

    .how-it-works__ext {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
        margin-left: 4px;
        opacity: 0.9;
    }

    .how-it-works__links {
        display: flex;
        flex-direction: column;
        gap: 18px;
        height: 100%;
        min-height: 620px;
    }

    .how-it-works__link {
        display: grid;
        grid-template-columns: 80px minmax(0, 1fr) 24px;
        align-items: center;
        gap: 18px;
        flex: 1 1 0;
        min-height: 136px;
        padding: 22px 24px;
        border: 1.5px solid transparent;
        border-radius: 18px;
        background: #fff;
        text-decoration: none;
        box-sizing: border-box;
        transition: box-shadow 0.2s ease, transform 0.2s ease;
    }

    .how-it-works__link:hover {
        box-shadow: 0 8px 22px rgba(30, 50, 80, 0.08);
        transform: translateY(-1px);
    }

    .how-it-works__link-icon {
        width: 80px;
        height: 80px;
        object-fit: contain;
        border-radius: 18px;
    }

    .how-it-works__link-text {
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 0;
    }

    .how-it-works__link-title {
        font-size: clamp(18px, 1.7vw, 22px);
        font-weight: 700;
        line-height: 1.25;
    }

    .how-it-works__link-desc {
        font-size: clamp(15px, 1.35vw, 17px);
        font-weight: 500;
        line-height: 1.3;
        color: #6a7382;
    }

    .how-it-works__link--bz {
        border-color: #f0c9a0;
        background: #fff8f1;
    }
    .how-it-works__link--bz .how-it-works__link-title,
    .how-it-works__link--bz .how-it-works__chevron { color: #e16609; }

    .how-it-works__link--tg {
        border-color: #b5dcf5;
        background: #f2faff;
    }
    .how-it-works__link--tg .how-it-works__link-title,
    .how-it-works__link--tg .how-it-works__chevron { color: #2aabee; }

    .how-it-works__link--max {
        border-color: #cbbef8;
        background: #f6f3ff;
    }
    .how-it-works__link--max .how-it-works__link-title,
    .how-it-works__link--max .how-it-works__chevron { color: #6b4dff; }

    .how-it-works__link--keys {
        border-color: #efc3a0;
        background: #fff6ef;
    }
    .how-it-works__link--keys .how-it-works__link-title,
    .how-it-works__link--keys .how-it-works__chevron { color: #d45500; }

    .how-it-works__chevron {
        width: 14px;
        height: 14px;
        border-right: 3px solid currentColor;
        border-top: 3px solid currentColor;
        transform: rotate(45deg);
        justify-self: end;
        opacity: 0.95;
    }

    .how-it-works__note {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 22px;
        padding: 20px 24px;
        border: 1px solid #e4e9f0;
        border-radius: 16px;
        background: #fff;
    }

    .how-it-works__note-icon {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #6b4dff;
        color: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 17px;
        font-weight: 700;
        font-style: italic;
        line-height: 1;
    }

    .section .how-it-works__note-text {
        margin: 0 !important;
        font-size: clamp(17px, 1.55vw, 20px) !important;
        font-weight: 500 !important;
        line-height: 1.45 !important;
        color: #5b6573;
    }

    .section .how-it-works__note-text b {
        font-weight: 700;
        color: #2f3a4a;
    }

    @media (max-width: 1100px) {
        .how-it-works__grid {
            grid-template-columns: minmax(0, 1.4fr) minmax(320px, 1fr);
            gap: 18px;
        }

        .how-it-works__playlist,
        .how-it-works__links {
            min-height: 540px;
        }

        .how-it-works__link {
            grid-template-columns: 68px minmax(0, 1fr) 20px;
            padding: 18px;
            min-height: 118px;
        }

        .how-it-works__link-icon {
            width: 68px;
            height: 68px;
            border-radius: 16px;
        }

        .how-it-works__playlist-btn {
            font-size: 22px;
            padding: 14px 20px 14px 14px;
            gap: 12px;
        }

        .how-it-works__playlist-btn-icon {
            width: 36px;
            height: 36px;
        }

        .how-it-works__play {
            width: 140px;
            height: 140px;
            margin: -70px 0 0 -70px;
        }

        .how-it-works__play::before {
            margin: -24px 0 0 -14px;
            border-width: 24px 0 24px 38px;
        }
    }

    @media (max-width: 991px) {
        .how-it-works__grid {
            grid-template-columns: 1fr;
        }

        .how-it-works__playlist {
            min-height: 300px;
            aspect-ratio: 16 / 10;
            height: auto;
        }

        .how-it-works__links {
            min-height: 0;
            height: auto;
        }

        .how-it-works__link {
            flex: 0 0 auto;
        }

        .how-it-works__playlist-btn {
            font-size: 18px;
            padding: 12px 16px 12px 12px;
        }

        .how-it-works__playlist-btn-icon {
            width: 30px;
            height: 30px;
        }

        .how-it-works__play {
            width: 110px;
            height: 110px;
            margin: -55px 0 0 -55px;
        }

        .how-it-works__play::before {
            margin: -18px 0 0 -11px;
            border-width: 18px 0 18px 30px;
        }
    }

    @media (max-width: 767px) {
        .how-it-works__playlist-btn {
            left: 12px;
            bottom: 12px;
            font-size: 15px;
            padding: 10px 12px 10px 10px;
            gap: 8px;
            border-radius: 12px;
        }

        .how-it-works__playlist-btn-icon {
            width: 24px;
            height: 24px;
        }

        .how-it-works__ext {
            width: 18px;
            height: 18px;
        }

        .how-it-works__play {
            width: 84px;
            height: 84px;
            margin: -42px 0 0 -42px;
        }

        .how-it-works__play::before {
            margin: -14px 0 0 -8px;
            border-width: 14px 0 14px 22px;
        }

        .how-it-works__links {
            gap: 12px;
        }

        .how-it-works__link {
            grid-template-columns: 56px minmax(0, 1fr) 16px;
            gap: 12px;
            padding: 14px;
            min-height: 92px;
        }

        .how-it-works__link-icon {
            width: 56px;
            height: 56px;
            border-radius: 12px;
        }

        .how-it-works__link-title {
            font-size: 16px;
        }

        .how-it-works__link-desc {
            font-size: 14px;
        }

        .how-it-works__note {
            align-items: flex-start;
            padding: 16px;
        }

        .section .how-it-works__note-text {
            font-size: 16px !important;
        }
    }
/* End */


/* Start:/local/templates/main2023/components/bitrix/news.list/trust/style.css?1696953420914*/
.slider_trust .slick-slide img {
	width: auto;
	max-width: 100%;
	margin: auto;
	max-height: 70px;
}

.title-trust a,
.title-trust {
	font-size: 34px;
	color: rgb(112, 112, 112);
	line-height: 1.2;
	text-align: center;
	margin: 15px 0;
}

.slider_trust .slick-prev, .slider_trust .slick-next {
	height: auto;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

@media (max-width: 1630px) {
	.title-trust a, .title-trust {
		font-size: 28px;
	}

	.slider_trust .slick-slide img {
		max-height: 60px;
	}
}

@media (max-width: 992px) {
	.title-trust a, .title-trust {
		font-size: 28px;
		margin: 30px 0;
	}
}
/* End */


/* Start:/local/templates/main2023/library/slick/slick.css?16866430801776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/main2023/css/banners.css?17782287872908 */
/* /local/templates/main2023/css/site-info.css?16976134801699 */
/* /ytd-10-7-dostup-k-ploshchadkam//style.css?178652233831286 */
/* /local/templates/main2023/components/bitrix/news.list/trust/style.css?1696953420914 */
/* /local/templates/main2023/library/slick/slick.css?16866430801776 */
