

/* Start:/local/templates/iDevice/components/bitrix/catalog.section.list/category_on_mp/style.css?17768587871345*/
.iDevice-catelog-item {
    display: block;
    height: 340px;
    margin-bottom: 22px;
}

.iDevice-catelog-item .iDevice-catelog-item--link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 30px;
    border-radius: 1rem;
    background: #f0f0f0;
    text-decoration: none;
    transition: 0.6s;
}

.iDevice-catelog-item .iDevice-catelog-item--link:hover {
    background: linear-gradient(90deg, #6DABF3 15.34%, #094F9F 81.7%);
}

.iDevice-catelog-item .iDevice-catelog-item--link .iDevice-catelog-item-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 20px;
}
.iDevice-catelog-item .iDevice-catelog-item--link .iDevice-catelog-item-image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.iDevice-catelog-item .iDevice-catelog-item--link h3 {
    margin-bottom: 0;
    color: #181818;
    font-family: "SF UI Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.iDevice-catelog-item .iDevice-catelog-item--link:hover h3 {
    color: white;
}

/* End */
/* /local/templates/iDevice/components/bitrix/catalog.section.list/category_on_mp/style.css?17768587871345 */
