.comeandlive-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px 8px;
    background-color: #F3F0E9;
    border-radius: 10px;
    padding: 0 48px 0 30px;
    margin-bottom: 0;
    height: 100%;
    box-sizing: border-box;
    flex-basis: 50%;
}

.tx a.comeandlive-block {
    border: none;
}

.comeandlive-block * {
    -ms-grid-column-align: start;
    justify-self: start;
}

.comeandlive-block>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.comeandlive-block>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.comeandlive-block>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.comeandlive-block>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.comeandlive-block .comeandlive-block__title {
    font: 600 18px/130% var(--title-font);
    color: #654635;
    padding: 0 0 2px 0;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.comeandlive-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap;
    max-width: none;
    width: 100%;
    padding-right: 5.7%;
    margin: 0;
    letter-spacing: -0.1px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding-right: 0;
}

.comeandlive-block ul li {
    position: relative;
    font: 500 11px/150% var(--title-font);
    color: #654635;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    padding: 0 15px 0 0;
    margin: 0;
}

.comeandlive-block ul li:first-child {
    padding-right: 14px;
}

.comeandlive-block ul li::before {
    content: none;
}

.comeandlive-block ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 4px;
    height: 4px;
    background-color: #654635;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comeandlive-block svg {
    position: absolute;
    right: 28px;
    width: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    padding: 0 0 0 6px;
}

.catalog-buttons-after-descr .comeandlive-block {
    display: flex;
}

.project-additions .comeandlive-block {
    display: none;
}

@media screen and (min-width: 1100px) {
    .catalog-buttons-after-descr.three-to-row .comeandlive-block {
        display: flex;
        flex-basis: 33%;
    }
}

@media screen and (max-width: 1300px) {
    .comeandlive-block {
        padding: 0 40px 0 17px;
    }

    .comeandlive-block .comeandlive-block__title {
        font-size: 16px;
    }

    .comeandlive-block ul li {
        font-size: 10px;
    }
}

@media screen and (max-width: 1099px) {
    .catalog-buttons-after-descr .comeandlive-block {
        display: none;
    }

    .project-additions .comeandlive-block {
        display: flex;
    }

    .comeandlive-block ul {
        max-width: none;
    }

    .comeandlive-block ul li {
        font-family: var(--text-font);
        letter-spacing: -0.01em;
    }

    .comeandlive-block svg {
        right: 48px;
    }
}

@media screen and (max-width: 1099px) and (min-width: 681px) {
    .comeandlive-block {
        row-gap: 11px;
        padding: 30px 40px 29px;
    }

    .comeandlive-block .comeandlive-block__title {
        font: 600 21px/110% var(--text-font);
        padding: 0;
    }

    .comeandlive-block ul li {
        font-size: 14px;
        padding-right: 24px;
    }

    .comeandlive-block ul li:first-child,
    .comeandlive-block ul li:nth-child(4) {
        padding-right: 25px;
    }

    .comeandlive-block ul li:not(:last-child)::after {
        top: 44.5%;
        right: 10px;
    }

    .comeandlive-block svg {
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 680px) {
    .comeandlive-block {
        row-gap: 7px;
        padding: 20px;
    }

    .comeandlive-block .comeandlive-block__title {
        font-size: 16px;
        line-height: 18px;
    }

    .comeandlive-block ul {
        row-gap: 5px;
        padding-left: 0;
    }

    .comeandlive-block svg {
        width: 12px;
        height: 12px;
        padding-bottom: 0;
    }

    .comeandlive-block svg {
        right: 20px;
    }
}

@media screen and (max-width: 460px) {
    .comeandlive-block ul {
        max-width: 250px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comeandlive-block ul li:nth-child(4) {
        padding-right: 0;
    }

    .comeandlive-block ul li:nth-child(4)::after {
        content: none;
    }
}

@media screen and (max-width: 374px) {
    .comeandlive-block {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .comeandlive-block .comeandlive-block__title {
        font-size: 14px;
    }

    .comeandlive-block ul {
        row-gap: 3px;
    }
}