

/* Start:/local/templates/keramin-artano/css/solutions.css?178289494023233*/
:root {
    --pink: #e71f5b;
    --text: #30303a;
    --muted: #626472;
    --line: #dedfe7;
    --soft: #f6f6fc;
    --white: #fff;
}


.solutions-page {
    padding: 44px 0 60px;
}

.solutions-title {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 400;
}

.solutions-layout {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.solutions-filter {
    width: 300px;
    flex: 0 0 300px;
}

.solutions-content {
    width: 940px;
    flex: 0 0 940px;
}

.solutions-filter .bx-filter {
    width: 100%;
    border: 1px solid #dedfe7;
    padding: 19px 18px 18px;
    font-size: 14px;
    line-height: 1.25;
}

.solutions-filter .bx-filter-section {
    padding: 0;
}

.solutions-filter .bx-filter-title {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
}

.solutions-filter .bx-filter-parameters-box {
    margin-bottom: 14px;
}

.solutions-filter .bx-filter-parameters-box-title {
    margin: 0;
    padding: 0;
}

.solutions-filter .bx-filter-parameters-box-hint {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.solutions-filter .bx-filter-parameters-box-hint i {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    background: url("/local/templates/keramin-artano/css/../images/filter_arrow.svg") center / contain no-repeat;
}

.solutions-filter .bx-filter-parameters-box-hint i:before {
    display: none;
}

.solutions-filter .bx-active .bx-filter-parameters-box-hint i {
    transform: rotate(180deg);
}

.solutions-filter .bx-filter-block {
    margin-top: 9px;
    display: none;
}

.solutions-filter .bx-active .bx-filter-block {
    display: block;
}

.solutions-filter .bx-filter-parameters-box-container {
    padding: 0;
}

.solutions-filter .checkbox {
    margin: 0 0 5px;
}

.solutions-filter .bx-filter-param-label {
    display: block;
    margin: 0;
    color: #555866;
    font-size: 16px;
    cursor: pointer;
}

.solutions-filter .bx-filter-input-checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
}

.solutions-filter .bx-filter-input-checkbox input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #e71f5b;
}

.solutions-filter .bx-filter-param-text {
    display: block;
}

.solutions-filter .bx-filter-button-box {
    margin-top: 19px;
}

.solutions-filter .bx-filter-button-box .bx-filter-block {
    margin-top: 0;
}

.solutions-filter .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: inherit;
    cursor: pointer;
}

.solutions-filter .btn-themes {
    height: 38px;
    border: 0;
    border-radius: 2px;
    background: #e71f5b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.solutions-filter .btn-link {
    height: auto;
    margin-top: 9px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9a9ba4;
    font-size: 13px;
}

.solutions-filter .btn-link:before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background: url("/local/templates/keramin-artano/css/../images/filter_clear.svg") center / contain no-repeat;
}

.solutions-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.solutions-count {
    font-size: 16px;
    color: var(--text);
}

.solutions-view {
    display: flex;
    align-items: center;
    gap: 13px;
}

.solutions-view__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.45;
}

.solutions-view__button_list {
    width: 23px;
}

.solutions-view__button--active {
    opacity: 1;
}

.solutions-view__button img {
    max-width: 100%;
    max-height: 100%;
}

.solutions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.solution-card {
    width: 300px;
}

.solution-card--wide {
    width: 620px;
}

.solution-card__image {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: var(--soft);
}

.solution-card--wide .solution-card__image {
    height: 345px;
}

.solution-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.solution-card__title {
    display: block;
    margin-top: 9px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #333333;
}

.solution-card__overlay {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: 315px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(7px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    color: #333;
}

.solution-card__overlay strong {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 700;
}

.solution-card__overlay span {
    display: block;
    font-size: 14px;
    line-height: 1.25;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    margin-top: 39px;
    font-size: 14px;
    font-weight: 500;
}

.pagination__item,
.pagination__dots,
.pagination__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 10px;
    height: 24px;
}

.pagination__item--active {
    color: var(--pink);
}

.pagination__arrow {
    width: 24px;
}

.pagination__arrow img {
    width: 10px;
    height: 10px;
}

.pagination__arrow--prev img {
    transform: rotate(180deg);
}

.filter-toggle {
    display: none;
}

@media (max-width: 1320px) {
    .wrapper {
        width: calc(100% - 40px);
    }

    .solutions-layout {
        gap: 30px;
    }

    .solutions-content {
        width: calc(100% - 330px);
        flex-basis: calc(100% - 330px);
    }
}

@media (max-width: 980px) {
    .solutions-page {
        padding-top: 30px;
    }

    .solutions-title {
        font-size: 30px;
    }

    .filter-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 46px;
        margin-bottom: 18px;
        border: 0;
        border-radius: 2px;
        background: #F4004D;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

    .solutions-layout {
        flex-direction: column;
        gap: 24px;
    }

    .solutions-filter {
        display: none;
        width: 100%;
        flex-basis: auto;
    }

    .solutions-filter.is-open {
        display: block;
    }

    .solutions-content {
        width: 100%;
        flex-basis: auto;
    }

    .solutions-grid {
        justify-content: center;
    }

    .solutions-filter .bx-filter {
        width: 100%;
        border: 1px solid #dedfe7;
        padding: 19px 18px 18px;
        font-size: 14px;
        line-height: 1.25;
    }

    .solutions-filter .bx-filter-section {
        padding: 0;
    }

    .solutions-filter .bx-filter-title {
        margin-bottom: 18px;
        font-size: 17px;
        font-weight: 500;
    }

    .solutions-filter .bx-filter-parameters-box {
        margin-bottom: 14px;
    }

    .solutions-filter .bx-filter-parameters-box-title {
        margin: 0;
        padding: 0;
    }

    .solutions-filter .bx-filter-parameters-box-hint {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        color: var(--text);
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

    .solutions-filter .bx-filter-parameters-box-hint i {
        width: 12px;
        height: 12px;
        flex: 0 0 12px;

    }

    .solutions-filter .bx-active .bx-filter-parameters-box-hint i {
        transform: rotate(180deg);
    }

    .solutions-filter .bx-filter-block {
        margin-top: 9px;
    }

    .solutions-filter .bx-filter-parameters-box-container {
        padding: 0;
    }

    .solutions-filter .checkbox {
        margin: 0 0 5px;
    }

    .solutions-filter .bx-filter-param-label {
        display: block;
        margin: 0;
        color: #555866;
        font-size: 13px;
        cursor: pointer;
    }

    .solutions-filter .bx-filter-input-checkbox {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .solutions-filter .bx-filter-input-checkbox input {
        width: 12px;
        height: 12px;
        margin: 0;
        accent-color: var(--pink);
    }

    .solutions-filter .bx-filter-param-text {
        display: block;
    }

    .solutions-filter .bx-filter-button-box {
        margin-top: 19px;
    }

    .solutions-filter .bx-filter-button-box .bx-filter-block {
        margin-top: 0;
    }

    .solutions-filter .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-family: inherit;
        cursor: pointer;
    }

    .solutions-filter .btn-themes {
        height: 38px;
        border: 0;
        border-radius: 2px;
        background: var(--pink);
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .solutions-filter .btn-link {
        height: auto;
        margin-top: 9px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #9a9ba4;
        font-size: 13px;
    }

    .solutions-filter .btn-link:before {
        content: "";
        width: 10px;
        height: 10px;
        margin-right: 6px;
        background: url("/local/templates/keramin-artano/css/../images/filter_clear.svg") center / contain no-repeat;
    }

    .solutions-head {
        gap: 20px;
    }
}

@media (max-width: 680px) {
    .wrapper {
        width: calc(100% - 28px);
    }

    .solutions-title {
        font-size: 27px;
    }

    .solutions-filter .bx-filter {
        width: 100%;
        border: 1px solid var(--line);
        padding: 19px 18px 18px;
        font-size: 14px;
        line-height: 1.25;
    }

    .solutions-filter .bx-filter-section {
        padding: 0;
    }

    .solutions-filter .bx-filter-title {
        margin-bottom: 18px;
        font-size: 17px;
        font-weight: 500;
    }

    .solutions-filter .bx-filter-parameters-box {
        margin-bottom: 14px;
    }

    .solutions-filter .bx-filter-parameters-box-title {
        margin: 0;
        padding: 0;
    }

    .solutions-filter .bx-filter-parameters-box-hint {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        color: var(--text);
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

    .solutions-filter .bx-filter-parameters-box-hint i {
        width: 12px;
        height: 12px;
        flex: 0 0 12px;

    }

    .solutions-filter .bx-active .bx-filter-parameters-box-hint i {
        transform: rotate(180deg);
    }

    .solutions-filter .bx-filter-block {
        margin-top: 9px;
    }

    .solutions-filter .bx-filter-parameters-box-container {
        padding: 0;
    }

    .solutions-filter .checkbox {
        margin: 0 0 5px;
    }

    .solutions-filter .bx-filter-param-label {
        display: block;
        margin: 0;
        color: #555866;
        font-size: 13px;
        cursor: pointer;
    }

    .solutions-filter .bx-filter-input-checkbox {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .solutions-filter .bx-filter-input-checkbox input {
        width: 12px;
        height: 12px;
        margin: 0;
        accent-color: var(--pink);
    }

    .solutions-filter .bx-filter-param-text {
        display: block;
    }

    .solutions-filter .bx-filter-button-box {
        margin-top: 19px;
    }

    .solutions-filter .bx-filter-button-box .bx-filter-block {
        margin-top: 0;
    }

    .solutions-filter .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-family: inherit;
        cursor: pointer;
    }

    .solutions-filter .btn-themes {
        height: 38px;
        border: 0;
        border-radius: 2px;
        background: var(--pink);
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .solutions-filter .btn-link {
        height: auto;
        margin-top: 9px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #9a9ba4;
        font-size: 13px;
    }

    .solutions-filter .btn-link:before {
        content: "";
        width: 10px;
        height: 10px;
        margin-right: 6px;
        background: url("/local/templates/keramin-artano/css/../images/filter_clear.svg") center / contain no-repeat;
    }

    .solutions-head {
        align-items: flex-start;
    }

    .solutions-grid {
        gap: 18px;
    }

    .solution-card,
    .solution-card--wide {
        width: 100%;
    }

    .solution-card__image {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .solution-card--wide .solution-card__image {
        aspect-ratio: 2.067 / 1;
    }

    .solution-card__overlay {
        left: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
        padding: 14px;
    }

    .pagination {
        justify-content: center;
        gap: 18px;
    }
}


/* List view */

.solutions-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solution-list-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.solution-list-card__image {
    display: block;
    width: 300px;
    height: 250px;
    flex: 0 0 300px;
    overflow: hidden;
    background: var(--soft);
}

.solution-list-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-list-card__content {
    width: 100%;
    max-width: 430px;
    padding-top: 4px;
}

.solution-list-card__title {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 700;
    color: #333333;
}

.solution-list-card__props {
    margin-bottom: 4px;
    color: #555866;
    font-size: 15px;
    line-height: 1.35;
}

.info-page .solution-list-card__props p {
    margin: 0;

}

.solution-list-card__props span {
    color: var(--text);
}

.solution-list-card__more {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--text);
    border-bottom: 1px solid currentColor;
    font-size: 15px;
    line-height: 1.2;
}

.solution-list-card__button, .solution-detail-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 52px;
    border-radius: 2px;
    background: #f4004d;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.solution-list-card__button:hover, .solution-detail-card__button:hover {
    color: #fff;
}

@media (max-width: 980px) {
    .solution-list-card {
        gap: 18px;
    }

    .solution-list-card__content {
        max-width: none;
    }
}

@media (max-width: 680px) {
    .solution-list-card {
        flex-direction: column;
    }

    .solution-list-card__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        flex-basis: auto;
    }

    .solution-list-card__button {
        width: 100%;
    }
}


/* Detail page */

.solution-detail-page {
    padding: 44px 0 70px;
}

.solution-detail-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 70px;
}

.solution-detail-info {
    width: 520px;
    flex: 0 0 520px;
}

.solution-detail-title {
    max-width: 510px;
    margin: 0 0 25px;
    line-height: 0.96;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.solution-detail-text {
    max-width: 500px;
    margin: 0 0 22px;
    color: #555866;
    font-size: 16px;
    line-height: 1.22;
}

.solution-detail-props {
    max-width: 560px;
}

.solution-detail-prop {
    margin-bottom: 13px;
    color: #555866;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
}

.solution-detail-prop__name {
    margin-bottom: 2px;
    color: #333;
    font-weight: 500;
    font-size: 18px;
}

.solution-detail-slider-wrap {
    width: 620px;
    flex: 0 0 620px;
}

.solution-detail-slider {
    position: relative;
    width: 100%;
}

.solution-detail-slider .slick-list {
    overflow: hidden;
}

.solution-detail-slider-wrap .solution-detail-slide {
    width: 620px;
    height: 620px;
    background: var(--soft);
}

.solution-detail-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-detail-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transform: translateY(-50%);
    outline: 0 !important;
}

.solution-detail-slider .slick-arrow:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/local/templates/keramin-artano/css/../images/slider_arrow.svg") center / 10px auto no-repeat;
}

.solution-detail-slider .slick-prev {
    left: 14px;
}

.solution-detail-slider .slick-prev:before {
    transform: rotate(180deg);
}

.solution-detail-slider .slick-next {
    right: 14px;
}

.solution-detail-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.solution-detail-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}

.solution-detail-slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.solution-detail-slider .slick-dots .slick-active button {
    background: #e71f5b;
}

.solution-products {
    margin-top: 88px;
}

.solution-products__title {
    margin: 0 0 40px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}

.solution-products-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 310px;
    background: #d9d9d9;
    color: #1f2028;
    text-align: center;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 500;
}

.filter_page_preview_text {
    margin-bottom: 20px;
}

@media (max-width: 1320px) {
    .solution-detail-hero {
        gap: 40px;
    }

    .solution-detail-info {
        width: calc(100% - 660px);
        flex-basis: calc(100% - 660px);
    }
}

@media (max-width: 980px) {
    .solution-detail-hero {
        flex-direction: column;
    }

    .solution-detail-info,
    .solution-detail-slider-wrap {
        width: 100%;
        flex-basis: auto;
    }

    .solution-detail-title {
        max-width: none;
        font-size: 36px;
        line-height: 1.08;
    }

    .solution-detail-text {
        max-width: none;
    }

    .solution-detail-slide {
        width: 100%;
        height: auto;
        aspect-ratio: 1.409 / 1;
    }

    .solution-products {
        margin-top: 60px;
    }
}

@media (max-width: 680px) {
    .solution-detail-page {
        padding-top: 30px;
    }

    .solution-detail-title {
        font-size: 28px;
    }

    .solution-detail-prop,
    .solution-detail-text {
        font-size: 15px;
    }

    .solution-products__title {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .solution-products-placeholder {
        height: 220px;
        padding: 20px;
        font-size: 22px;
    }
}


.bx-filter .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    min-height: 37px;
    line-height: 18px;
    border-style: solid;
    border: 1px solid #C6DCE7;
    background-color: #fff;
}
.bx-filter .bx-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/templates/keramin-artano/css/images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/templates/keramin-artano/css/images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/templates/keramin-artano/css/images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/templates/keramin-artano/css/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/templates/keramin-artano/css/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/templates/keramin-artano/css/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/templates/keramin-artano/css/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/templates/keramin-artano/css/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
    left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
    right:77%;
}
.bx-filter-horizontal .bx-filter-popup-result{
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
    display: none;
}

.bx-filter-button-box .bx-filter-block {
    display: block;
}

@media (max-width: 767px) {
    .bx-touch .bx-filter .bx-filter-popup-result {
        font-size: 12px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 2px;
        border: 1px solid #c6dae7;
        background: rgba(255,255,255,.9);
    }
    .bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
    .bx-filter .bx-filter-popup-result .arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/keramin-artano/components/bitrix/catalog.section/solutions/style.min.css?17822165753212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */
/* /local/templates/keramin-artano/css/solutions.css?178289494023233 */
/* /local/templates/keramin-artano/components/bitrix/catalog.section/solutions/style.min.css?17822165753212 */
