

/* Start:/local/templates/steklodom/components/bitrix/catalog.section/ceiling_accessory/style.css?17563807113996*/
.column_products__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.column_products__tabs_item {
    padding: 0 15px;
}

.column_products__tabs_item a {
    font-size: 14px;
    line-height: 14px;
    color: #2A2F36;
    display: block;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

.column_products__list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-column_product .column_products__list {
    display: none;
}

.section-column_product .column_products__list.show {
    display: flex;
}

.column_products__item {
    max-width: 226px;
    padding: 24px 17px;
    border: 1px solid transparent;
    transition: all 0.2s;
}

.column_products__item:hover {
    border: 1px solid #98ceff;
    border-radius: 5px;
}

.column_products__image {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 164px;
}

.column_products__image img {
    max-width: 100%;
    max-height: 100%;
}

.column_products__title {
    font-size: 14px;
    color: #2A2F36;
    margin: 0 0 10px;
}

.column_products__params {
    margin: 0 0 8px;
}

.column_products__param {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.column_products__param_name {
    margin: 0 5px 2px 0;
}

.column_products__colors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.column_products__color {
    width: 16px;
    height: 16px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    position: relative;
}

.column_products__color.active::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #9F9F9F;
    position: absolute;
    left: 0;
    top: 2px;
}

.column_products__color img {
    max-width: 100%;
    max-height: 100%;
}

.column_products__links {
    margin: 65px 0 0;
    text-align: center;
}

.column_products__tabs_item {
    border: 2px solid #ffffff;
    transition: all 0.5s;
    border-radius: 4px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px !important;
    cursor: pointer;
}

.column_products__tabs_item:hover {
    border: 2px solid #30C2FF;
    transition: all 0.5s;
}

.column_products__tabs_item:first-child {
    margin-left: 0;
}

.column_products__tabs_item:last-child {
    margin-right: 0;
}


.column_products__tabs_item.active {
    border: 2px solid #30C2FF;
    transition: all 0.5s;
}

.column_products__filter_type {
    margin-bottom: 48px;
}

.pagination {
    display: flex;
    margin: 16px 0;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pager-navigation .pagination>li>span {
    background: #eee;
    color: #000;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

@media (max-width: 1200px) {
    .column_products__tabs {
        display: inline-flex;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    .column_products__item {
        padding: 8px;
        flex: 0 0 50%;
    }
}
/* 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.section/ceiling_accessory/style.css?17563807113996 */
/* /local/components/std/np.calc/templates/.default/style.css?17541219403243 */
