

/* Start:/local/components/itgrade/shape.index/templates/.default/style.css?17470354343736*/
.shape-detail--preview {
    display: flex;
    gap: 100px;
    padding: 24px 40px;
    border-top: 2px solid #283C83;
    box-shadow: 0 0 16px rgba(129, 140, 153, 0.16);
}

.shape-detail--preview-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.shape-detail--preview--side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.shape-detail--preview--side-schema {
    max-width: 55px;
    max-height: 55px;
}

.shape-detail--preview--side-btn-view {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
}

.shape-detail--title {
    margin: 64px 0 24px 0;
    padding: 0;
}

.shape-detail--info {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    margin-bottom: 64px;
    gap: 30px;
}

.shape-detail--properties {
    display: flex;
    gap: 20px;
}

.shape-detail--property {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 3px 16px rgba(129, 140, 153, 0.16);
    padding: 20px;
    gap: 4px;
}

.shape-detail--property-value {
    font-weight: 450;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.shape-detail--property-name {
    font-weight: 450;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
}

.shape-detail--schemas {
    display: flex;
    justify-content: space-between;
    max-width: 405px;
    flex: 1;
}

.shape-detail--schema {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.shape-detail--schema-picture {
    max-width: 90px;
    max-height: 90px;
}

.shape-detail--schema-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.shape-detail--description {
    margin-bottom: 64px;
}

.shape-detail--description-text {
    font-weight: 450;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.shape-detail--description-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 730px;
    margin-top: 32px;
    gap: 30px;
}

.shape-detail--other {
    margin-bottom: 64px;
}

.shape-detail--custom-shape {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.shape-detail--custom-shape-title {
    margin: 0;
    padding: 0;
    font-weight: 450;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.shape-detail--custom-shape-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #818C99;
}

.shape-detail--custom-shape-btn {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #283C83;
    width: fit-content;
}

@media screen and (max-width: 1300px) {
    .shape-detail--property-value {
        font-size: 30px;
    }

    .shape-detail--property-name {
        font-size: 20px;
    }

    .shape-detail--schema-picture {
        max-width: 64px;
        max-height: 64px;
    }
}

@media screen and (max-width: 1200px) {
    .shape-detail--info {
        flex-direction: column;
    }

    .shape-detail--property,
    .shape-detail--schema {
        min-width: 120px;
    }
}

@media screen and (max-width: 900px) {
    .shape-detail--preview {
        flex-direction: column;
        gap: 32px;
    }

    .shape-detail--properties,
    .shape-detail--schemas {
        justify-content: start;
        flex-wrap: wrap;
        gap: 20px;
    }

    .shape-detail--description-btn {
        font-weight: 450;
        font-size: 15px;
        line-height: 20px;
    }
}
/* End */


/* 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/shape.index/templates/.default/style.css?17470354343736 */
/* /local/components/itgrade/shapes.list/templates/.default/style.css?17470354343183 */
