

/* Start:/local/templates/aspro-allcorp3/components/bitrix/system.pagenavigation/morePlusDefault/style.css?17629610891146*/
/*START PAGINATION BLOG*/
.watch-more {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.show-more {
    display: block !important;
    border-radius: 4px !important;
    padding: 17px 26px !important;
    text-align: center;
    margin-bottom: 10px !important;
}

.watch-more .pagination {
    position: relative;
    display: flex;
    border: 1px solid #3a3a3a;
    justify-content: center;
    align-items: center;
}

.pagination__wrap {
    display: inline-flex;
}

.nav_dots,
.nav_prev,
.nav_next,
.nav_num {
    display: inline-block;
    width: 56px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    color: #333;
    color: var(--white_text_black);
}

.nav_num.active::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #9e9e9e;
    background-color: var(--theme-base-color);
    bottom: -1px;
    position: absolute;
    width: 100%;
}

.nav_prev[href='#'],
.nav_next[href='#'] {
    display: none;
}


/*END PAGINATION BLOG*/
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/model_3d/style.css?17629610461395*/
.model-description{

}
.model {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.model__item {
    display: flex;
    flex-direction: column;
    background: #232323;
}

.model__img {
    height: 240px;
}

.model__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model__content {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.model__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 139%;
    color: #ccc;
    margin-bottom: 15px;
}

.model__text {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
    margin-bottom: 25px;
}

.model__link {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 17px 26px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
}

@media screen and (max-width: 911px) {
    .model {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {
    .model {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/system.pagenavigation/morePlusDefault/style.css?17629610891146 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/model_3d/style.css?17629610461395 */
