

/* Start:/local/components/itgrade/shapes.list/templates/.default/style.css?17470354343183*/
.shapes-list--items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.shapes-list--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0 3px 16px rgba(129, 140, 153, 0.16);
}

.shapes-list--item--top {
    aspect-ratio: 1/1;
    max-width: 266px;
}

.shapes-list--item--picture {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.shapes-list--item--info {
    display: flex;
    width: 100%;
}

.shapes-list--item--schema {
    flex: 1;
    display: flex;
    justify-content: center;
    padding-right: 16px;
}

.shapes-list--item--schema--picture {
    max-width: 55px;
    max-height: 55px;
}

.shapes-list--item--info--main {
    max-width: calc( 100% - 32px - 60px );
}

.shapes-list--item--name {
    font-weight: 450;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
}

.shapes-list--item--caption {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.shapes-list--item--properties {
    display: flex;
    flex-direction: column;
    gap: 2px;
    list-style: none;
    margin-bottom: 12px;
}

.shapes-list--item--properties li {
    margin: 0;
    padding: 0;
}

.shapes-list--item--properties li {
    line-height: 20px;
}

.shapes-list--item--properties li::before {
    display: none;
}

.shapes-list--item--property-value {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.shapes-list--item--property-name {
    font-weight: 450;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-right: 8px;
}

a.shapes-list--item--link {
    margin-top: auto;
    display: flex;
    align-self: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 0;
    border: 1px solid #283C83;
    border-radius: 100px;
    color: #283C83;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.shapes-list--item--link:hover {
    color: #283C83;
}

.shapes-list--item-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.shapes-list--item--dialog-icon {
    margin: 24px auto;
    max-width: 54px;
    max-height: 54px;
}

.shapes-list--item--dialog-icon-container {
    width: fit-content;
    margin: 0 auto;
}

.shapes-list--item--dialog-title {
    font-weight: 450;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

.shapes-list--item--dialog-description {
    font-style: normal;
    font-weight: 450;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #818C99;
}

@media screen and (max-width: 1400px) {
    .shapes-list--items {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1000px) {
    .shapes-list--items {
        grid-template-columns: 1fr;
    }

    .shapes-list--item--schema {
        flex: initial;
    }
}
/* End */
/* /local/components/itgrade/shapes.list/templates/.default/style.css?17470354343183 */
