

/* Start:/local/templates/aspro-premier/components/bitrix/catalog.section/diler.preim/style.css?17508562041525*/
.diler-cont-new{
    margin: 52px 0 120px;
}

.diler-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
    margin-top: 52px;
}

.diler-item.stat-dilerom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6600;
    text-decoration: none;
}

.diler-item.stat-dilerom-btn:hover span {
    text-decoration: none;
    color: #fff;
}

.diler-item {
    width: calc(100% / 2 - 35px);
    box-shadow: 0px 20px 20px 0px #0000001A;
    border-radius: 24px;
    padding: 30px;
    position: relative;
    min-height: 234px;
    font-family: Onest;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: #000000CC;
    cursor: pointer;
}

.diler-item:hover {
    background: #111111;
    color: #FFF;
}

.diler-item.cursor-default:hover {
    cursor: default;
}

.diler-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
    max-height: 160px;
}

.diler__key {
    position: absolute;
    right: 0;
    top: 0;
    font-family: Onest;
    font-size: 100px;
    font-weight: 900;
    line-height: 140px;
    color: #0000001A;
}

.diler-item:hover .diler__key{
    color: #ffffff1a;
}

.p-name{
    font-family: Onest;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    width: 67%;
}

.p-desc{
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    width: 80%;
}

.diler-items .diler-item:last-child .p-desc{
    width: 100%;
}
/* End */
/* /local/templates/aspro-premier/components/bitrix/catalog.section/diler.preim/style.css?17508562041525 */
