

/* Start:/local/templates/lombard/components/bitrix/news.list/auctions/style.css?17525078045524*/
.auctions__pages {
    margin: 50px 0;
}
.auctions-block {
    border-top: 2px solid var(--color-main);
    padding-top: 30px;
    width: 100%
}

.auctions-block:not(:last-child) {
    margin-bottom: 40px
}

.auctions-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auctions-block__title {
    color: var(--color-main);
    display: flex;
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 1.17;
    cursor: pointer;
}

.auctions-block__title:before {
    background-color: var(--color-main);
    content: "";
    flex: none;
    height: 24px;
    margin-right: 20px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10c0-2.828 0-4.243.879-5.121C4.757 4 6.172 4 9 4h6c2.828 0 4.243 0 5.121.879C21 5.757 21 7.172 21 10v4c0 2.828 0 4.243-.879 5.121C19.243 20 17.828 20 15 20H9c-2.828 0-4.243 0-5.121-.879C3 18.243 3 16.828 3 14v-4Z' stroke='%23E24037' stroke-width='2'/%3E%3Cpath d='M8 4c.74 0 1.11 0 1.435.116a2 2 0 0 1 .714.441c.25.24.415.57.745 1.232l1 2c.538 1.076.807 1.614 1.29 1.912.484.299 1.085.299 2.288.299H17c1.886 0 2.828 0 3.414.586C21 11.172 21 12.114 21 14v2' stroke='%23E24037' stroke-width='2'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10c0-2.828 0-4.243.879-5.121C4.757 4 6.172 4 9 4h6c2.828 0 4.243 0 5.121.879C21 5.757 21 7.172 21 10v4c0 2.828 0 4.243-.879 5.121C19.243 20 17.828 20 15 20H9c-2.828 0-4.243 0-5.121-.879C3 18.243 3 16.828 3 14v-4Z' stroke='%23E24037' stroke-width='2'/%3E%3Cpath d='M8 4c.74 0 1.11 0 1.435.116a2 2 0 0 1 .714.441c.25.24.415.57.745 1.232l1 2c.538 1.076.807 1.614 1.29 1.912.484.299 1.085.299 2.288.299H17c1.886 0 2.828 0 3.414.586C21 11.172 21 12.114 21 14v2' stroke='%23E24037' stroke-width='2'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    top: 2px;
    width: 24px
}

.auctions-block__content {
    margin-top: 30px;
    display: none;
}

.auctions-block.open .auctions-block__content {
    display: block;
}

.auctions-block__text {
    padding: 15px;
}

.auctions__list {
    margin-top: 15px;
    /*column-count: 4;*/
    column-gap: 15px
}

.auctions__item {
    border-bottom: 1px solid #e4e5e6;
    break-inside: avoid;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 9px;
    transition: color .3s ease,opacity .3s ease;
    color: var(--color-black);
    text-decoration: none;
}

.auctions__item:hover {
    color: var(--color-main)
}

.auctions__item:hover:after {
    background-color: var(--color-main)
}

.auctions__item:after {
    background-color: #b9b9b9;
    content: "";
    flex: none;
    height: 16px;
    margin-left: 12px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m7 4 4 4-4 4' stroke='%23E24037' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m7 4 4 4-4 4' stroke='%23E24037' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    position: relative;
    top: 2px;
    transition: .3s;
    width: 16px
}

.item {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-template-rows: min-content;
    grid-gap: 15px;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-white);
}

.item__title {
    grid-row: 1;
    grid-column: 1;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    cursor: pointer;
}

.item__btn {
    grid-row: 1;
    grid-column: 2;
    height: 40px !important;
    width: 40px !important;
    padding: 0px !important;
}

.item__descr {
    display: none;
    grid-row: 2;
    grid-column: 1/-1;
    padding: 20px;
    text-indent: 30px;
}

.item__btn-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item__btn-close {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item.open .item__descr {
    display: block;
}

.auctions-block.open .auctions-block__header .item__btn-open,
.auctions-block__content .item.open .item__btn-open {
    display: none;
}

.auctions-block.open .auctions-block__header .item__btn-close,
.auctions-block__content .item.open .item__btn-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.auctions-block__text,
.item,
.item__descr {
    border: 1px solid #e4e5e6;
    border-radius: 10px 10px 0 0;
}

@media (min-width: 1024px) {

    .item {
        grid-gap: 15px 50px;
        gap: 15px 50px;
    }

    .item__btn {
        grid-row: 2;
        grid-column: span 2;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .item__descr {
        padding: 30px;
    }

}
/* End */
/* /local/templates/lombard/components/bitrix/news.list/auctions/style.css?17525078045524 */
