

/* Start:/local/templates/new/components/bitrix/news.list/stocks_v1/style.css?17503250932283*/
.stock__block:not(.mobile) {
    display: flex;
}

.stock__block.mobile {
    display: none;
}


.main-services-item {
    border-radius: 4px;
    overflow: hidden;
    height: 280px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 64px; */
    background-repeat: no-repeat;
    position: relative;
}

.main-services-item:not(:last-child) {
    margin-bottom: 32px;
}

.main-services-item__content {
    max-width: 780px;
}

.main-services-item__content .default ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.main-services-item__content .default ul li {
    list-style: disc;
}

.main-services-item__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.main-services-item__description {
    font-weight: 500;
}


.main-services-item__button .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #f5f5f5;
    min-width: 150px;
}

.main-services-item__button {
    position: absolute;
    bottom: 30px;
    right: 100px;
    z-index: 3;
}

.main-services-item__button .btn_accent {
    color: #fff !important;
    background-color: var(--main-color) !important;
}

.main-services-item__button.v2.v3 {
    position: static !important;
}


@media screen and (max-width: 580px) {
    .stock__block.mobile {
        display: flex;
        justify-content: center;
        background-size: 100%;
    }

    .main-services-item {
        height: 200px !important;
        background-position: inherit !important;
    }

    .stock__block:not(.mobile) {
        display: none;
    }
}
/* End */
/* /local/templates/new/components/bitrix/news.list/stocks_v1/style.css?17503250932283 */
