

/* Start:/local/templates/steklodom/components/bitrix/catalog/ceiling/bitrix/catalog.section/.default/style.css?17538066001611*/
.c-products {
    display: grid;
    gap: 16px 32px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 64px;
}

.c-product {
    position: relative;
    border: 1px solid #D2D2D2;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.c-product__image {
    border-radius: 4px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
    max-height: 304px;
    object-fit: cover;
}

.c-product__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
    font-family: "HelveticaNeueCyr-Medium", sans-serif;
    font-size: 20px;
}

.c-product__info-title {
    line-height: 120%;
    max-width: 312px;
    margin-right: 16px;
    color: #2C2D2E;
}

.c-product__info-price {
    line-height: 28px;
    text-align: right;
    color: #E91A23;
}

.c-product__param {
    color: #919399;
}

.c-product__param-name {
    font-weight: 700;
}

.c-product__param-value {}

.c-product__send {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #E91A23;
    font-size: 16px;
    color: #2C2D2E;
    margin-top: 16px;
}

.c-product__send:hover {
    background: #E91A23;
    color: #fff;
}

.c-product-label {
    position: absolute;
    z-index: 1;
    right: 32px;
    top: 32px;
}

@media (max-width: 1200px) {
    .c-product__params {
        flex: 1;
    }
    .c-product__image {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .c-products {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/components/std/np.calc/templates/.default/style.css?17541219403243*/
.text {
    margin-bottom: 16px;
}

.np-banner {
    margin-bottom: 16px;
}

.np-calc[v-cloak] {
    opacity: 0;
}

.np-calc {
    transition: 0.3s;
}

.np-calc input {
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
}

.np-calc-params {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
}

.np-calc-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    min-height: 40px;
}

.np-calc-field__title {
    font-size: 14px;
    line-height: 100%;
    color: #9F9F9F;
}

.np-calc-field:nth-child(odd) {
    background: #F7F7FA;
}

.np-calc-col:last-child .np-calc-field:nth-child(odd) {
    background: #fff;
}

.np-calc-col:last-child .np-calc-field:nth-child(even) {
    background: #F7F7FA;
}

.np-calc-input input {
    width: 72px;
}

.np-calc-field__checkbox {
    font-size: 14px;
    line-height: 100%;
    color: #9F9F9F;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.np-calc-field__checkbox input {
    display: none;
}

.np-calc-field__checkbox-marker {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='3' fill='white' stroke='%23757D8A' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.np-calc-field__checkbox input:checked+.np-calc-field__checkbox-marker {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='3' fill='white' stroke='%2330C2FF' stroke-width='2'/%3E%3Cpath d='M7.5 12L10.5 15L16.5 9' stroke='%2330C2FF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.np-counter {
    display: flex;
    align-items: center;
    gap: 6px;
}

.np-counter__minus,
.np-counter__plus {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.np-counter__input {
    width: 40px;
}

.np-footer {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #F7F7FA;
    flex-wrap: wrap;
    gap: 16px;
}

.np-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.np-price span {
    color: #E31E24;
}

.np-order {
    margin-right: 76px;
    width: 204px;
    padding: 6px;
    font-size: 14px;
    line-height: 20px;
}

.np-footer__text {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.np-footer__text>svg {
    margin-right: 8px;
    flex: 0 0 20px;
}

@media (max-width: 1200px) {
    .np-calc-params {
        gap: 0;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .np-text {
        display: none;
    }
}
/* End */
/* /local/templates/steklodom/components/bitrix/catalog/ceiling/bitrix/catalog.section/.default/style.css?17538066001611 */
/* /local/components/std/np.calc/templates/.default/style.css?17541219403243 */
