

/* Start:/local/templates/tehprivod2023/components/bitrix/news.list/oplaty/style.css?1760530519930*/
.oplata-text {
    margin-bottom: 50px;
    line-height: 120%;
    color: #676767;
}

.oplata-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.oplata-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    color: #676767;
}

.oplata-item-img {
    margin: 0 auto;
}

.oplata-item-block {
    display: flex;
    flex-direction: column;
}

.oplata-item-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.oplata-text.ends {
    margin-top: 30px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 1024px) {
    .oplata-item-block {
        gap: 10px;
    }
    .oplata-list {
        gap: 20px;
    }
}

@media (max-width: 660px) {
    .oplata-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */
/* /local/templates/tehprivod2023/components/bitrix/news.list/oplaty/style.css?1760530519930 */
