

/* Start:/local/templates/rinscom2/a/css/sections-n-tags.css?17129468736774*/
.sections {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -4px;
    margin-bottom: 15px !important;
}

.sections__item {
    margin: 0 4px 0;
}

.sections__link {
    display: inline-block;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    line-height: 16px;
    padding: 7px 20px;
    font-size: 16px;
    color: #666666;
    transition: var(--transition-all);
    margin-bottom: 8px;
}

.sections__link:hover {
    text-decoration: none;
    border-color: var(--color-blue);
    color: var(--color-blue);
}

@media all and (min-width: 992px) {
    .sections {
        margin-bottom: 20px !important;
    }

    .sections__link {
        line-height: 14px;
        margin-bottom: 8px;
        white-space: nowrap;
    }
}




/*.tags {
    display: none;
}*/

.tags {
    display: block;
    margin-bottom: 26px;
}

.tags__head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tags__title {
    font-weight: 450;
    font-size: 24px;
    line-height: 31px;
    color: #333333;
    margin: 0 80px 0 0;
}

.tags__toggler {
    font-size: 16px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #666666;
    text-underline-position: from-font;
    cursor: pointer;
}

.tags__toggler-text {
    display: none
}

.tags__toggler-text.notactive {
    display: block
}

.tags__toggler.active .tags__toggler-text.active {
    display: block;
}
.tags__toggler.active .tags__toggler-text.notactive {
    display: none;
}

.tags__body:not(.open) {
    display: none
}

.tags__item {
    margin: 0 0 10px 0;
}

.tags__name {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    margin: 0 0 15px 0;
    font-weight: 550;
    font-variation-settings: "wght" 550;
}

.tags__list {
    display: flex;
    flex-flow: row wrap;
}

.tags__list:not(.open) > .tags__linkbox:nth-child(6) ~ .tags__linkbox {
    display: none
}

.tags__linkbox {
    margin: 0 6px 6px 0;
}

.tags__link {
    display: block;
    line-height: 22px;
    border: 1px solid #999999;
    border-radius: var(--border-radius);
    padding: 0 10px;
    font-size: 14px;
    color: #666666;
    transition: var(--transition-all);
}

.tags__link:hover {
    color: var(--color-blue);
    border-color: var(--color-blue);
    text-decoration: none;
}

.tags__linktoggler {
    line-height: 24px;
    font-size: 14px;
    text-decoration-line: underline;
    text-underline-position: from-font;
    color: #666666;
    padding: 0 10px;
    cursor: pointer;
}

.tags__linktoggler-text {
    display: none
}    

.tags__linktoggler-text.notactive {
    display: block
}

.tags__linktoggler.active .tags__linktoggler-text.active {
    display: block;
}
.tags__linktoggler.active .tags__linktoggler-text.notactive {
    display: none;
}





.tags__group .tags__linktoggler {
    display: none
}

.tags__group:not(.open) .tags__linktoggler.notopened {
    display: block

}

.tags__group.open .tags__linktoggler.opened {
    display: block
}







.tags__group:not(.open) > .tags__list:not(:first-child) {
    display: none
}

.tags__group.open .tags__linkbox {
    display: block !important
}


.tags__linktoggler:hover {
    color: var(--color-blue);
}

.tags__toggler:hover {
    color: var(--color-blue);
}

@media all and (min-width: 992px) {
    .tags__item {
        display: flex;
        margin: 0 0 10px 0;
    }

    .tags__name {
        margin: 8px 0 0 0;
        flex: 0 0 190px;
    }

    .tags__link {
        line-height: 30px;
        padding: 0 21px;
        font-size: 16px;
    }

    .tags__linktoggler {
        line-height: 32px;
        font-size: 16px;
        padding: 0 21px;
    }

    .tags__linkbox {
        margin: 0 10px 10px 0;
    }
}

/* del air */

.sections {
    margin-bottom: 10px !important;
}

@media all and (min-width: 992px) {
    .sections {
        margin-bottom: 10px !important;
    }
}




.tags {
    margin-bottom: 10px;
}

.tags__head {
    margin-bottom: 10px;
}

.tags__item {
    margin: 0 0 10px 0;
}

@media all and (min-width: 992px) {
    .tags__item {
        margin: 0;
    }
}











.catalognav {
    margin: 0 0 16px 0;
}

.tgs__body {
    margin: 0 0 16px 0;
    position: relative;
}

.tgs__body.tgs__body_toggled {
    height: 73px;
    overflow: hidden;
}

.tgs__body.tgs__body_toggled.open {
    height: auto;
    overflow: visible;
}

/*.tgs__body.tgs__body_toggled.op {
    overflow: visible;
    opacity: 0;
}
*/
.tgs__namebox {
    margin: 0 0 16px 0;    
}

.tgs__name {
    position: relative;
    padding: 0 22px 0 0;
    display: inline-block;
    color: #666666;
    font-size: 16px;
    line-height: 21px;
}

.tgs__name:before {
    --size: 12px;
    display: block;
    font-size: var(--size);
    height: var(--size);
    width: var(--size);
    line-height: var(--size);
    transform: rotate(270deg);
    position: absolute;
    right: 0;
    top: 4px;
    color: var(--color-blue);
}

.tgs__list {
    display: flex;
    flex-flow: row wrap;
}

.tgs__list.tgs__list_full {    
    height: auto;
    overflow: visible;
}

.tgs__linkbox {
    padding: 0 8px 8px 0;
}

.tgs__link {
    display: block;
    border: 1px solid #eaeff9;
    padding: 5px 11px;
    line-height: 14px;
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    font-variation-settings: "wght" 300;
    background-color: #f4f7fc;
    text-decoration: none;
}

.tgs__link:hover {
    text-decoration: none;
    color: #666666;    
}

.tgs__linkname {}

.tgs__toggler {
    position: absolute;
    right: 0;
    top: 0;
    color:  var(--color-blue);
    cursor: pointer;
}

.tgs__togglertext_close {
    display: none;
}

.tgs__body.tgs__body_toggled.open .tgs__togglertext_open {
    display: none;
}

.tgs__body.tgs__body_toggled.open .tgs__togglertext_close {
    display: block;
}

@media all and (min-width: 992px) {
    .catalognav {
        margin: 0 0 18px 0;
    }
    .tgs__body {
        display: flex;
    }

    .tgs__body.tgs__body_toggled {
        height: 32px;
    }

    .tgs__namebox {
        flex: 0 0 220px;
        margin: 0;
    }

    .tgs__linkbox {
        padding: 0 6px 6px 0;
    }

    .tgs__body.tgs__body_toggled .tgs__group {
        max-width: calc(100% - 220px);
        padding: 0 70px 0 0;
    }

    .tgs__body.tgs__body_toggled.open .tgs__group {
        /* padding: 0; */
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/catalog.smart.filter/rinscom/style.css?174705975018264*/
.filter-open .sidebar-item_filter {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
}

.filter-open .bx-filter {
    padding: 25px 24px 25px;
}

.bx-filter-close {
    display: none;
}

.filter-open .bx-filter-close {
    font-size: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-open .bx-filter-section {
    height: 100%;
}

.bx-filter-container-modef {
    display: none;
}

.bx-filter-title {    
    font-size: 21px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 40px;
}

.bx-filter .bx-filter-button-box, 
.bx-filter .bx-filter-parameters-box {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.bx-filter-parameters-box.--sale {
    padding: 0;
    border-bottom: 0;
}

.bx-filter .bx-filter-button-box {
    border-bottom: 0;
}

.bx-filter-parameters-box {
    color: #333333;
}

.bx-filter-parameters-box-title {
    min-height: 16px;
    border: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    font-size: 18px;
    line-height: 16px;    
    padding: 0;
}

.bx-filter-parameters-box-hint {    
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse nowrap;
    position: relative;
}

.bx-filter-parameters-box-hint:before {
    font-size: 7.54px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-hint:before {
    transform: scaleY(-1);
}

.bx-filter-block {
    padding-top: 15px;
}

.bx-filter-block.--A {
    padding-top: 25px;
}

.--A .bx-filter-block_slider {
    padding-top: 25px;
}

.bx-filter-parameters-box.bx-filter-parameters-box.--sale .bx-filter-block {
    padding-top: 0;
}

.bx-filter .bx-filter-parameters-box:not(.bx-active) .bx-filter-block {
    display: none;
}

.bx-filter-param-text {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0 5px 0 28px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #666666;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bx-filter-param-text.--nowrap {
    white-space: unset;
}

.bx-filter-param-text span {
    font-size: 11px;
    line-height: 1;
    display: block;
}

.bx-filter-param-text span:before {
    content: '(';
}

.bx-filter-param-text span:after {
    content: ')';
}

.bx-filter-param-label {
    display: block;
    margin-bottom: 6px;
}

.bx-filter-parameters-box-hint:after {
    width: 16px;
    height: 16px;
    background-size: 7.54px auto;
}

.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-hint:after {
    transform: rotate(180deg) translateY(50%);
}

.bx-filter-input-checkbox input {
    display: none;
}

.bx-filter-input-checkbox {
    line-height: 16px;
    margin: 0 0 7px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.bx-filter-input-checkbox:last-child {
    margin-bottom: 0;
}

.bx-filter-input-checkbox input + span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px solid #999999;
    background: #fff;
}

.bx-filter-input-checkbox input:checked + span:before {
    border-color: var(--color-blue);
    box-shadow: inset 0 0 0 3px white;
    background-color: var(--color-blue);
}

.bx-filter-input-checkbox input:hover + span:before {
    border-color:  var(--color-blue);
}

.--sale .bx-filter-input-checkbox input:checked + span:before {
    border-color: #F0F0F0;
    border-color:  var(--color-red);
    background-color: var(--color-red);
}

.--sale .bx-filter-input-checkbox input:hover + span:before {
    border-color:  var(--color-red);
}

.bx-filter .bx-filter-param-label.disabled {
    pointer-events: none;
    user-select: none;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #ddd;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-input-checkbox input + span {
    border-color: #ddd;
}

.bx-filter-parameters-box-container.incol-2 .checkboxes {
    columns: 2;
}

.checkboxes__wrapper[data-simplebar] {
    max-height: 132px;
    overflow: hidden auto;
}

.checkboxes__wrapper.checkboxes__wrapper_height[data-simplebar] {
    max-height: 220px;
}

.checkboxes__wrapper .simplebar-scrollbar.simplebar-visible:before {
    background-color: #F0F0F0;
    opacity: 1;
}

.checkboxesfilter {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.checkboxesfilter:before {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 0;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-red);
}

.checkboxesfilter__input {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 1px solid;
    border-bottom-color: #999999;
    background-size: 16.66px auto;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 23px;
    transition: var(--transition-all);
    padding-right: 17px;
}

.checkboxesfilter__input:focus {
    border-bottom-color: var(--color-blue);
}

.checkboxesfilter__input::placeholder {
    font-size: 12px;
    color: #999999;
}

.checkboxesfilter__error {
    color: red;
    font-size: 13px;
}

.bx-filter-resetbtn {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    font-weight: normal;
    font-variation-settings: "wght" 400;
    text-decoration: underline;
    text-underline-position: from-font;
}

.bx-filter-parameters-box-container-block {
    width: calc(50% - 14px);
}

.bx-filter-input-container {
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.bx-filter-input--pre {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    flex-shrink: 0;
}

.bx-filter-input--post {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    flex-shrink: 0;
    font-weight: 450;
    font-variation-settings: "wght" 550;
}

.bx-filter-input-container .min-price, .bx-filter-input-container .max-price {
    box-shadow: none;
    outline: none !important;
    height: 32px;
    border: transparent;
    font-size: 16px;
    color: #666666;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    flex-grow: 1;
    font-weight: 450;
    font-variation-settings: "wght" 550;
}

.bx-filter-input-container .min-price::placeholder, .bx-filter-input-container .max-price::placeholder {
    color: #b4b4b4;
}

.btn.bx-filter-searchbtn {
    line-height: 38px;
    color: #333333;
    padding: 0 38px;
}

.btn.bx-filter-searchbtn.--empty {
    pointer-events: none;
    border-color: var(--color-red);
}

.leftbanner {
    margin-top: 50px;
    margin-bottom: 70px;
    text-align: right;
    background-color: #EFEFEF;
    background-image: url(/local/templates/rinscom2/components/bitrix/catalog.smart.filter/rinscom/images/leftblock.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    border-radius: var(--border-radius);
    padding: 25px 20px 30px;
}

.leftbanner_techquest {
    margin-bottom: 50px;
    background-image: url(/local/templates/rinscom2/components/bitrix/catalog.smart.filter/rinscom/images/techquest-back.jpg);
}

.leftbanner__title {
    font-weight: bold;    
    font-variation-settings: "wght" 720;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #333333;
    margin-bottom: 12px;
}

.btn.leftbanner__button {
    line-height: 38px;
}

.sidebar__finderror {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: right;
    background-color: #EFEFEF;
    background-image: url(/local/templates/rinscom2/a/icons/rupor.svg);
    background-size: 90px 90px;
    background-repeat: no-repeat;
    background-position: 25px bottom;
    border-radius: var(--border-radius);
    padding: 25px 20px 30px;
}

.sidebar__finderrortitle {
    font-weight: bold;    
    font-variation-settings: "wght" 720;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #333333;
    margin-bottom: 12px;
}

.btn.sidebar__finderrorbtn {
    line-height: 38px;
}

.bx-filter-popup-result {
    position: absolute;
    left: 275px;
    top: 50px;
    z-index: 80;
    font-size: 16px;
    font-weight: 300;    
    font-variation-settings: "wght" 300;
    padding: 23px 30px 19px;
    background: #4976D2;
    box-shadow: 8px 8px 12px rgb(0 0 0 / 10%);
    border-radius: var(--border-radius);
    white-space: nowrap;
    color: #ffffff;
}

.bx-filter-popup-result a {
    font-weight: normal;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 6px;
}

.bx-filter-popup-result a:hover {    
    color: #FFFFFF;
}

.bx-filter-popup-result [data-action="close"] {
    width: 12px;
    height: 12px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.--F .bx-filter-popup-result {
    top: 60px;
}

.--A .bx-filter-popup-result {
    top: 90px;
}

.--F.--havefilt .bx-filter-popup-result {
    top: 130px;
}

.--sale .bx-filter-popup-result {
    top: 0;
}

.curfilters {
    margin-top: 8px;
    margin-bottom: 15px;
}

.curfilters__list {
    display: flex;
    flex-flow: row wrap;
}

.curfilters__item {
    font-size: 16px;
    line-height: 24px;    
    display: block;
    margin-right: 22px;
    margin-bottom: 10px;
    color: var(--color-blue);
    transition: var(--transition-all);
    position: relative;
}

.curfilters__item:before {
    position: absolute;
    left: calc(100% + 2px);
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6px;
}

.curfilters__item.--reset {
    display: none;
}

.curfilters__item:hover {
    text-decoration: underline;
    text-underline-position: from-font;
}

.btn.cat__filteropen {
    font-size: 18px;
    width: 100%;
    line-height: 24px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
}

.cat__filteropen:before {
    font-size: 21px;
    margin-right: 19px;
}

.bx-ui-slider-track-container {
    padding: 0 6px;
}

.bx-ui-slider-track {
    margin: 0px 0px 25px;
    height: 1px;
    background: #cdd4d8;
    position: relative;
}

.bx-ui-slider-part {
    display: block;
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
}

.bx-ui-slider-part.p1 {
    left:-1px
}

.bx-ui-slider-part.p5 {
    right:-1px
}

.bx-ui-slider-part span {
    font-size: 11px;
    font-weight: bold;
    font-variation-settings: "wght" 720;
    position: absolute;
    top: 23px;
    left: -8px;
    display: block;
    text-align: center;
    color: #000;
}
/*
.bx-ui-slider-pricebar-vd {
    z-index: 60;
    border-top: 1px solid #74868e;
    border-bottom: 1px solid #74868e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#849da4), color-stop(100%,#93afb7));
    background: -webkit-linear-gradient(top, #849da4 0%,#93afb7 100%);
}
*/

.bx-ui-slider-pricebar-vd {
    background: #cecece;
}
.bx-ui-slider-pricebar-vd, .bx-ui-slider-pricebar-vn, .bx-ui-slider-pricebar-v, .bx-ui-slider-range {
    position: absolute;
    top: -1px;
    bottom: -1px;
}

.bx-ui-slider-pricebar-vn {
    z-index: 70;
    border: 1px solid #999999;
    background: #999999;
    border-color: #999999;
}

.bx-ui-slider-pricebar-v {
    background-color: #FF0000 !important;
    height: 3px;
    z-index: 71;
}


.bx-ui-slider-handle {
    background: #F0F0F0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    margin-top: -8px;
    position: absolute;
    top: 100%;
    cursor: grab;
    z-index: 72;
}

.bx-ui-slider-handle.left {
    transform: translateX(-50%);
    margin-left: 0;
}

.bx-ui-slider-handle.right {
    transform: translateX(50%);
    margin-right: 0;
}

.emptybox {color: #ddd;}

[data-ajax="wrapper"].is-loading {
    position: relative;
}

[data-ajax="wrapper"].is-loading:after {
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 16px);
    background-color: rgb(255 255 255 / 90%);
    display: block;
    text-align: center;
    padding-top: 2em;
    content: "Проверяем остатки на складе...";
    font-weight: bold;
    font-variation-settings: "wght" 720;
    font-size: 2em;
    margin-top: -16px;
}

.bx-filter-footer.--filtered {
    padding-top: 0;
}

.bx-filter-footer.--filtered .bx-filter-button-box {
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0px -9px 12px rgb(73 118 210 / 15%);
    z-index: 100;
}

.bx-filter-footer.--filtered .bx-filter-block {
    padding: 0;
}


#bx-filter-footer-block.loader > * {
    display: none !important;
}

.filter-open {
    overflow: hidden;
    touch-action: none;
}

.sidebar-item {
    display: none;
}

@media all and (min-width: 992px) {
    .lastnews__title {
        font-weight: normal;
        font-variation-settings: "wght" 400;
        font-size: 21px;
        line-height: 16px;
        color: #333333;
        margin-bottom: 36px;
    }

    .btn.cat__filteropen {
        display: none
    }

    .sidebar-item {
        display: block
    }

    .filter-open {
        overflow: visible;
        touch-action: auto;
    }

    .filter-open .sidebar-item_filter {
        display: block;
        position: static;
        overflow: visible;
    }

    .filter-open .bx-filter {
        padding: 0;
    }

    .filter-open .bx-filter-close {
        display: none
    }

    .filter-open .bx-filter-section {
        height: 100%;
    }

    .bx-filter-footer.--filtered {
        position: static;
        padding: 0;
    }

    .bx-filter-footer.--filtered .bx-filter-button-box {
        padding: 25px 0;
        position: static;
        box-shadow: unset;
    }

    .bx-filter-footer.--filtered .bx-filter-block {
        padding-top: 25px;
    }

    .bx-filter-container-modef {
        display: block
    }

    .curfilters {
        margin-bottom: 30px
    }

    .curfilters__list {
        align-items: center
    }

    .curfilters__item {
        margin-right: 32px
    }

    .curfilters__item.--reset {
        display: block;
        border: 1px solid #999999;
        border-radius: var(--border-radius);
        line-height: 30px;
        padding: 0 17px 0 21px;
        color: #333333;
    }

    .curfilters__item.--reset:hover {
        border-color: var(--color-blue);
        background-color: var(--color-blue);
        color: #ffffff;
        text-decoration: none;
    }
}


[data-title="Область применения"] {
    position: relative;
}

[data-title="Область применения"]:after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    height: 100%;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

[data-title="Область применения"][data-val="H (твердые материалы)"]:after {
    content: 'h';
    background-color: #AEAEB0CC;
}
[data-title="Область применения"][data-val="K (чугун)"]:after {
    content: 'k';
    background-color: #E03A3A80;
}
[data-title="Область применения"][data-val="M (нержавеющая сталь)"]:after {
    content: 'm';
    background-color: #D6C84780;
}
[data-title="Область применения"][data-val="N (цветные металлы)"]:after {
    content: 'n';
    background-color: #61B38D80;
}
[data-title="Область применения"][data-val="P (сталь)"]:after {
    content: 'p';
    background-color: #479CD680;
}
[data-title="Область применения"][data-val="S (жаропрочные)"]:after {
    content: 's';
    background-color: #E7923980;
}
[data-title="Область применения"][data-val="O (неметаллические материалы)"]:after {
    content: 'o';
    background-color: #f3f3f3;
}

[data-title="Вид обработки"] {
    position: relative;
    padding: 0 30px 0 0;
}

[data-title="Вид обработки"]:after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    height: 100%;
    width: 22px;
    position: absolute;
    right: 8px;
    top: 0;
    background-size: contain;
}

[data-title="Вид обработки"][data-val="чистовая"]:after {
    background-image: url(/local/templates/rinscom2/a/icons/chistob.svg);
}
[data-title="Вид обработки"][data-val="получистовая"]:after {
    background-image: url(/local/templates/rinscom2/a/icons/pchistob.svg);
}
[data-title="Вид обработки"][data-val="черновая"]:after {
    background-image: url(/local/templates/rinscom2/a/icons/chernob.svg);
}
/* End */


/* Start:/local/templates/rinscom2/a/p/simplebar/simplebar.css?17129468733890*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* End */


/* Start:/local/templates/rinscom2/components/bitrix/news.list/lastnews--light/style.css?17129468721364*/
.lastnews__title {
    font-weight: normal;
    font-size: 21px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 36px;
}

.lastnews .blogitem {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.lastnews .blogitem__box {
    height: 100%;
    padding: 46px 33px 40px;
    border: 1px solid #f0f0f0;
    border-radius: var(--border-radius);
    transition: var(--transition-all);
}

.lastnews .blogitem__box.blogitem__box_pic {
    padding: 0;
    border: 0;
}

.lastnews .blogitem__piclink {
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.lastnews .blogitem__pic {
    width: 100%;
    height: auto;
    display: block;
}

.lastnews .blogitem:hover .blogitem__box {
    border-color: var(--color-blue);
}

.lastnews .blogitem__date {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 5px;
}

.lastnews .blogitem__name {
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}

.lastnews .blogitem__name:hover {
    color: var(--color-blue);
    transition: var(--transition-all);
    text-decoration: none;
}

@media all and (min-width: 1200px) {
    .lastnews .blogitem {
        margin-left: 0;
        margin-right: 0;
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/system.pagenavigation/roundajax/style.css?17129468724116*/
.bx-pagination {
	margin: 36px 0 54px;
}
.bx-pagination .bx-pagination-container {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 30px 0 0;
}
.bx-pagination .bx-pagination-container ul li span{
    display: block;
}
.bx-pagination .bx-pagination-container ul li a {
	font-size: 18px;
	line-height: 16px;
	color: #666666;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	font-size: 18px;
	line-height: 16px;
	color: #4976D2;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a {
    background-color: #9e9e9e;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
    background: #e22b2b;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #ffffff;
}

.bx-pagination__morewrap {
  display: none;
  text-align: center;
  margin-bottom: 15px;
}

.bx-pagination__more {
    font-size: 16px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #4976D2;
    text-underline-position: from-font;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.loader {
  position: relative;
  top: 0px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 0;
  width: 24px;
  height: 24px;
  text-indent: 0;
  border-top: 2px solid rgb(45 45 45 / 20%);
  border-right: 2px solid rgb(45 45 45 / 20%);
  border-bottom: 2px solid rgb(45 45 45 / 20%);
  border-left: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media all and (min-width: 992px) {
  .bx-pagination {
    margin: 56px 0 50px;
  }

  .bx-pagination .bx-pagination-container {
      flex-flow: row nowrap;
      justify-content: space-between;
  }

  .bx-pagination__morewrap {
      display: block;
      margin: 0;
  }

  .bx-pagination .bx-pagination-container ul {
      margin: 0 0 0 auto;
  }

  .bx-pagination .bx-pagination-container ul li {
      margin: 0 10px 0 0;
  }

  .bx-pagination .bx-pagination-container ul li:last-child {
      margin: 0;
  }
}
/* End */


/* Start:/local/templates/rinscom2/a/css/cards__grid.css?17470599752969*/
.cards__row,
.cards__slider {
    margin: 0 -8px;
}

.cards__row .slick-track,
.cards__slider .slick-track {
    margin-left: 0;
}

.card.slick-slide {
    margin: 0;
    padding: 0 8px;
}

.cards__grid {
    margin: 0 -4px;
    display: flex;
    flex-flow: row wrap;
}

.irec__section,
.iproiz__section,
.cards__grid .card {
    width: 50%;
    margin: 0 0 4px 0;
    padding: 0 4px;
}

@media all and (min-width: 720px) {
    .cards__grid .card,
    .irec__section,
    .iproiz__section {
        width: calc(100% / 3);
        margin: 0 0 10px 0;
    }
}

@media all and (min-width: 992px) {
    .cards__grid .card,
    .irec__section,
    .iproiz__section {
        width: calc(100% / 3);
        margin: 0 0 10px 0;
    }

    .cat__sidebar + .cat__main .cards__grid .card,
    .personal__sidebar + .personal__main .cards__grid .card {
        width: calc(100% / 2);
    }
}
@media all and (min-width: 1200px) {

    .cards__grid {
        margin: 0 -10px;
    }

    .cards__grid .card,
    .irec__section,
    .iproiz__section {
        width: 25%;
        margin: 0 0 20px 0;
        padding: 0 10px;
    }

    .cat__sidebar + .cat__main .cards__grid .card,
    .personal__sidebar + .personal__main .cards__grid .card {
        width: calc(100% / 3);
    }


    .cards__row,
    .cards__slider {
        margin-left: -15px;
        margin-right: -15px
    }

    .card.slick-slide {
        padding: 0 15px;
    }
}

@media all and (min-width: 1690px) {
    .cards__grid .card,
    .irec__section,
    .iproiz__section {
        width: 20%;
    }

    .cards__row {
        margin: 0 -10px;
        display: flex;
        flex-flow: row wrap;
    }


    .cards__slider {
        margin-left: -15px;
        margin-right: -15px
    }

    .cards__row .card, 
    .cards__row .card.slick-slide {
        width: 20%;
        margin: 0 0 20px 0;
        padding: 0 10px;
    }

    .cat__sidebar + .cat__main .cards__grid .card,
    .personal__sidebar + .personal__main .cards__grid .card {
        width: 25%;
    }
}

.cards__dots {
    position: relative;
    height: auto;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 0;
}

.cards__dots .slick-dots {
    position: absolute;
    bottom: unset;
    left: 50%;
    top: 50%;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0;
    font-size: 0;
}

.cards__dots .slick-dots li button {
    width: 10px;
    height: 8px;
    border-radius: 5px;
    background-color: #F0F0F0;
    transition: var(--transition-all);
    padding: 4px;
}

.cards__dots .slick-dots li button:before {
    display: none;
}

.cards__dots .slick-dots li.slick-active button {
    background-color: var(--color-blue);
    width: 36px;
}

.cards__dots .slick-dots li {
    width: auto;
    height:  auto;
}
/* End */


/* Start:/local/templates/rinscom2/a/css/catsection.css?17129468739251*/
.catalog-sort {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-sort__col {
    position: relative;
}

.catalog-sort__name {
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.catalog-sort__name:before {
    position: absolute;
    color: var(--color-blue);
    font-size: 5.66px;
    line-height: 12px;
    width: 12px;
    height: 12px;
    order: 2;
    top: 4px;
    left: calc(100% + 6px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-sort__name:hover {
    border-bottom: 1px solid var(--color-blue);
}

.catalog-sort__col:hover .catalog-sort__name {
    border-bottom: 1px solid var(--color-blue);
}

.catalog-sort__list-box {
    display: none;
}

.catalog-sort__col:hover .catalog-sort__list-box,
.catalog-sort__name:hover + .catalog-sort__list-box {
    display: block;
    position: absolute;
    top: 22px;
    padding-top: 18px;
    left: 0;
    z-index: 3;
}

.catalog-sort__list {
    margin: 0;
    display: block;
    padding: 30px 35px 36px 30px !important;
    min-width: 280px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    font-weight: 300;
    font-variation-settings: "wght" 300;
    font-size: 16px;
    line-height: 24px;
}

.catalog-sort__item {
    position: relative;
    white-space: nowrap;
}

.catalog-sort__item .catalog-sort__link {
    text-underline-position: under;
    color: #000000;
}


.catalog-sort__item--active {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.catalog-sort__item:before {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: var(--color-blue);
}

.catalog-sort__item .catalog-sort__link:hover {
    color: #097fc8;
}

.catalog__view {
    margin-left: 4px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__view:before {
    width: 26px;
    height: 26px;
    line-height: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__view:hover {
    opacity: 0.7;
    color: var(--color-blue);
    
}

.catalog__view.active {
    color: var(--color-blue);
}

.catalog__view.ricon-cattable {
    font-size: 18.33px;
}
.catalog__view.ricon-catlist {
    font-size: 15.71px;
}

.catalog__view.ricon-catgrid {
    font-size: 15.71px;
}

@media all and (min-width: 992px) {
    .catalog-sort__name {
        font-size: 18px;
        line-height: 21px;
    }

    .catalog-sort__name:before {
        line-height: 21px !important;

    }
}

/* ------------------------------------------------------ */

.cat__head {
    display: none;
}

@media all and (min-width: 992px) {
    .cat__head.-hasdesc {
        display: block;
        padding: 30px 45px 35px 45px;
        border-radius: var(--border-radius);
        background-color: #eaeaea;
        position: relative;
        margin-bottom: 36px;
        overflow: hidden;
    }

    .cat__prevtext {
        font-size: 18px;
        line-height: 23px;
        color: #666666;
        position: relative;
        z-index: 1;
    }

    .cat__headpic {
        display: none
    }

    .cat__body {
        display: flex;
        flex-flow: row nowrap;
        margin-bottom: 90px;
    }

    .cat__sidebar {
        width: 312px;
        margin-right: 25px;
        flex-shrink: 0;
        display: block
    }

    .cat__main {
        flex-grow: 1;
        width: calc(100% - 312px - 25px);
    }
}

@media all and (min-width: 1280px) {
    .cat__head.-haspic {
        min-height: 180px;
    }

    .cat__head.-haspic .cat__prevtext {
        max-width: 785px;
    }

    .cat__headpic {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
        object-fit: cover;
        object-position: left;
    }
}

.catalog-section .cards__grid {
    margin-top: 32px;
}

/* -------------------------TABS----------------------------- */

.itabs.cattabs {
    margin: 54px 0 50px;
}

.cattabs .itabs__body {
    margin-top: 20px;
}

#tab-desc h2 {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 28px;
}

#tab-desc h3 {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    color: #333333;    
}

#tab-desc h4 {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    color: #333333;    
}

#tab-desc {
    font-size: 16px;
    line-height: 1.3;
    color: #666666;
}

.cattabs__block .iblog__grid {
    margin: 0 -10px;
}

.cattabs__block .ibrands__grid {
    margin: 0 -10px;
}

@media all and (min-width: 992px) {
    .itabs.cattabs {
        margin-top: 100px;
        margin-bottom: 0
    }

    .cattabs .itabs__body {
        margin-top: 68px;
    }

/*  26.01.2023  
    #tab-desc h2 {
        font-size: 36px;
        line-height: 46px;
    }

    #tab-desc {
        font-size: 21px;
        line-height: 27px;
    }*/

    .cattabs__block .iblog__grid .blogitem {
        margin: 0
    }

    .cattabs__block .iblog__grid {
        margin: 0;
        display: grid;
        grid-template: 1fr / repeat(2, 1fr);
        grid-gap: 25px 30px;
    }

    .cattabs__block .ibrands__grid {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(auto-fill, minmax(120px, auto));
        grid-gap: 29px;
        grid-auto-rows: minmax(120px, auto);
    }

    .cattabs__block  .ibrand {
        height: auto;
        min-height: auto !important;
    }

    .cattabs__block  .ibrand__box {
        border: 1px solid #f0f0f0;
        border-radius: var(--border-radius);
        transition: var(--transition-all);
        background-color: #FFFFFF;
    }

    .cattabs__block  .ibrand__box:hover {
        box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
    }

    .cattabs__block  .ibrand__logo-img {
        max-width: 90%;
        max-height: 50%;
    }
}

@media all and (min-width: 1200px) {

    .cattabs__block .iblog__grid {
        grid-template: 1fr / repeat(3, 1fr);
    }

    .cattabs__block .ibrands__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}



.pdfs__item {
    color: #333333;
    font-size: 16px;
    line-height: 21px;
}

.pdfs__link {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    padding: 8px 0;
    color: #333333;
    padding-left: 40px;
    background-size: 24.19px auto;
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-bottom: 16px;
    position: relative;
}

.pdfs__link:hover {
    color: #333333;
    text-underline-position: from-font;
}

.pdfs__link:before {
    position: absolute;
    left: 0;
    font-size: 26.44px;
    color: var(--color-red);
}

.howbuy__title {
    font-size: 24px;
    line-height: 31px;
    color: #333333;
    margin: 0 0 36px 0;
}

.howbuy__step {
    padding: 0 0 36px 0;
    display: flex;
    flex-flow: row nowrap;
    font-size: 18px;
    line-height: 23px;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    position: relative;
}

.howbuy__step:last-child {
    padding: 0;
}

.howbuy__step:before {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px 0 0;
    background-color: #F0F0F0;
    border-radius: 5px;
    font-size: 18px;
    color: var(--color-blue);
}

.howbuy__step.ricon-check:before {
    font-size: 11px;
}

.howbuy__step:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 15.5px;
    top: 46px;
    display: block;
    background-color: var(--color-blue);
    height: calc(100% - 57px);
}

.howbuy__step:last-child:after {
    display: none;
}

@media all and (min-width: 1280px) {
    .howbuy__step:before {
        width: 72px;
        height: 72px;
        flex: 0 0 72px;
        font-size: 36px;
        margin: 0 0 20px 0;
    }

    .howbuy__step.ricon-check:before {
        font-size: 22px;
    }

    .howbuy__step:after {
        top: 33.5px;
        height: 2px;
        left: calc(50% + 61px);
        width: calc(100% - 123px);
    }

    .howbuy__step {
        align-items: center;
        flex-flow: column nowrap;
        padding: 0 15px;
        flex: 0 0 33%;
    }

    .howbuy__steps {
        display: flex;
        flex-flow: row nowrap;
        margin: 0 -15px;
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/catalog.item/.default/style.css?1712946872372*/
.catalog-item__fastview {
    display: none;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-color: lightblue;
}

.catalog-section__row.catalog-item:hover .catalog-item__fastview {
    display: block;
}
/* End */


/* Start:/local/templates/rinscom2/a/css/prodrow.css?174705835810204*/
.catalog-section__table {
    display: block;
    width: 100%;
}

.catalog-section__body {
    display: block;
    width: 100%;
}

.prodrow {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	gap: 4px;
	padding: 20px 58px 20px 50px;
	border-bottom: 1px solid #F0F0F0
}

.prodrow.prodrow_notavail {}
.prodrow.prodrow_sale {}

.prodrow__cell {
	display: block;
	padding: 0;
}

.prodrow__cell.prodrow__cell_ids {order: 4;}
.prodrow__cell.prodrow__cell_photo {
	position: absolute;
	left: 0;
	top: 20px;
}
.prodrow__cell.prodrow__cell_name {order: 3;}
.prodrow__cell.prodrow__cell_icns {
	position: absolute;
	top: 20px;
	right: 58px;
	z-index: 1;
}
.prodrow.prodrow_sale .prodrow__cell.prodrow__cell_icns {
	/*top: 47.5px;*/
}
.prodrow__cell.prodrow__cell_sale {
	position: absolute;
	left: 0;
	top: 65px;
	width: 40px;
}
.prodrow__cell.prodrow__cell_prices {order: 1;}
.prodrow__cell.prodrow__cell_quant {
	display: none;
}
.prodrow__cell.prodrow__cell_stock {
	order: 2;
}
.prodrow__cell.prodrow__cell_actions {
	position: absolute;
	right: 0;
	top: 20px;
	height: calc(100% - 40px);
}

.prodrow__arts {
	display: flex;
	flex-flow: row nowrap;
	gap: 16px;
}

.prodrow__art {
	font-size: 10px;
	line-height: 16px;
	font-weight: 300;
    font-variation-settings: "wght" 300;
	color: #666666;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: var(--transition-all);
}

.prodrow__art:hover {
	color: #000000;
}

.prodrow__art:before {
	font-size: 10px;
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prodrow__art_inart {}
.prodrow__art_extart {}

.prodrow__pic {
	position: relative;
	width: 40px;
	height: 40px;
}

.prodrow__img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

.prodrow__fv {
	display: none;
}

.prodrow__namelink {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
    font-variation-settings: "wght" 300;
	color: #333333;	
	transition: var(--transition-all);
}

.prodrow__namelink:hover {
	color: #000000;
	text-decoration: none;
}

.prodrow__icnsbox {
	display: flex;
	flex-flow: column nowrap;
	gap: 4px;	
}

.prodrow__icns {
	display: flex;
	flex-flow: row nowrap;
	gap: 4px;
	padding: 3px 0 4px 0;
	align-self: flex-end;
}

.prodrow__icn {
	position: relative;
	width: 16px;
	height: 16px;
}

.prodrow__icnimg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: translate(-50%, -50%);
}

.prodrow__pi {
	display: flex;
	flex-flow: row-reverse nowrap;
	gap: 8px;
}
.prodrow__pir {	
	display: flex;
	flex-flow: row nowrap;
	gap: 4px;
}
.prodrow__pii {
	display: block;
	width: 14px;
	height: 14px;
}

.prodrow__sale {
	display: block;
	margin: 0 auto;
	font-size: 10px;
	font-weight: 550;
    font-variation-settings: "wght" 550;
	line-height: 18px;
	height: 18px;
	width: 35px;
	text-align: center;
	color:  #ffffff;
	background-color: #FF0000;
	border-radius: 5px;
}

.prodrow__price {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 23px;
	font-weight: 550;
    font-variation-settings: "wght" 550;
	color: #333333;
	white-space: nowrap;
}
.prodrow__priceammount span {
	display: none;
}

.prodrow__quant {
	display: none;
}

.prodrow__stock {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
    font-weight: 300;
    font-variation-settings: "wght" 300;
}

.prodrow__actions {
	display: flex;
	flex-flow: column-reverse nowrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.prodrow__actionbox {}

.prodrow__btn {
	width: 48px;
	height: 48px;
	border: 1px solid transparent;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition-all);
}
.prodrow__btn:before {
	font-size: 25.6px;
}
.prodrow__btn_subscribe:before {
	font-size: 23.47px;
}
.prodrow__btn_preorder:before {
	font-size: 26.01px;
}

.prodrow__action {
	width: 24px;
	height: 24px;
	border: 1px solid transparent;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition-all);
}
.prodrow__action {
	color: #D6D6D6;
}
.prodrow__action_favorite:before {
	font-size: 18px;
}

.prodrow__action_favorite.active:before {
	content: "\e95d";
}
.prodrow__action_compare:before {
	font-size: 17px;
}
.prodrow__action:hover,
.prodrow__action.--fill {
	color: var(--color-blue);
}

.prodrow__action_compare {
	display: none;
}

.prodrow.prodrow_notavail .prodrow__pic {opacity: .3;}
/*.prodrow.prodrow_notavail .prodrow__stock {display: none;}*/
.prodrow.prodrow_notavail .prodrow__price {opacity: .3;}
.prodrow.prodrow_notavail .prodrow__quant {pointer-events: none;}

@media all and (min-width: 1200px) {
	.prodrow {
		flex-flow: row nowrap;
		align-items: center;
		padding:  4px 8px 4px 16px;
		border-radius: 5px;
		box-shadow: 0 0 0 0 transparent;
		transition: var(--transition-all);
	}

	.prodrow:hover {
	    box-shadow: 0 0 0 2px var(--color-redprime);
	    border-bottom-color: transparent;
	}

	.prodrow__cell.prodrow__cell_ids {
		order: 1;
		width: 91px;
		flex: 0 0 91px;
		margin: 0;
	}
	.prodrow__cell.prodrow__cell_photo {
		order: 2;
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		flex: 0 0 40px;
		margin: 0 10px 0 0;
	}
	.prodrow__cell.prodrow__cell_name {
		order: 3;
		width: auto;
		flex: 1 1 auto;
		margin: 0 10px 0 0;
	}
	.prodrow__cell.prodrow__cell_icns {
		order: 4;
		position: static;
		width: 130px;
		flex: 0 0 130px;
		margin: 0 10px 0 0;
	}
	.prodrow__cell.prodrow__cell_sale {
		order: 5;
		position: static;
		width: 41px;
		flex: 0 0 41px;
		margin: 0 8px 0 0;
	}
	.prodrow__cell.prodrow__cell_prices {
		order: 6;
		width: 90px;
		flex: 0 0 90px;
		margin: 0 10px 0 0;
		text-align: right;
	}
	.prodrow__cell.prodrow__cell_quant {
		order: 7;
		width: 66px;
		flex: 0 0 66px;
		margin: 0 12px 0 0;	
	}
	.prodrow__cell.prodrow__cell_stock {
		order: 8;
		position: static;
		transform: unset;
		width: 60px;
		flex: 0 0 60px;
		padding: 0;
		margin: 0 12px 0 0;
	}
	.prodrow__cell.prodrow__cell_actions {
		order: 9;
		position: static;
		width: 112px;
		flex: 0 0 112px;
	}

	.prodrow:hover .prodrow__fv {
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 40px;
	    height: 40px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: #f1f4fb;
	    border-radius: 5px;
	    color: var(--color-blue);
	    font-size: 20px;
	}

	.prodrow__icnsbox {		
		flex-flow: row-reverse nowrap;
		align-items: center;
		gap: 10px;
	}

	.prodrow__icns {
		min-width: 50px;
		gap: 2px;
	}

	.prodrow__icn {
		margin: 4px;
	}

	.prodrow__pi {
		flex-flow: row nowrap;
		gap: 7px;
	}
	.prodrow__pir {
		gap: 2.8px;
	}
	.prodrow__pii {
		display: block;
		width: 14px;
		height: 14px;
	}

	.prodrow__arts {
		margin: 0;
		flex-flow: column nowrap;
		gap: 4px;
	}

	.prodrow__icns {
		justify-content: end;
	}

	.prodrow__sale {
		margin: 0;
		width:  100%;
		font-size: 12px;
		line-height: 21px;
		height: 21px;
	}

	.prodrow__prices {
		flex-flow: column nowrap;
		gap: 0;
		align-items: end;
	}

	.prodrow__price {
	    font-size: 16px;
	    line-height: 21px;
		font-weight: 720;
	    font-variation-settings: "wght" 720;
	}

	.prodrow__price_old {
	    font-size: 12px;
		line-height: 15px;
	}

	.prodrow__quant {
		display: flex;
		flex-flow: row nowrap;
	    border: 1px solid #e7ecf8;
	    border-radius: 58px;
	    background-color: #F1F4FC;
	    width:  66px;
	    overflow: hidden;
	    position: relative;
	}

	.prodrow__quantbtn {
	    width: 22px;
	    text-align: center;
	    color: var(--color-blue);
	    line-height: 16px;
	    height: 18px;
	    cursor: pointer;
	    font-weight: 550;
	    font-variation-settings: "wght" 550;
	    transition: var(--transition-all);
	}

	.prodrow__quantbtn_minus {
		padding: 0 4px 0 0;
		margin: 0 -4px 0 0;
	}
	.prodrow__quantbtn_plus {		
		padding: 0 0 0 4px;
		margin: 0 0 0 -4px;
	}

	.prodrow__quantbtn:hover {
		background-color: #e7ecf8;
	}
	.prodrow__quantbtn:active {
		color: #DBE2F0;
		background-color: #4976D2;

	}

	.prodrow__quantbox {
	    line-height: 18px;
	    position: relative;
	    border-radius: 96px;
	    overflow: hidden;
	}

	.prodrow__quantinp {
	    width: 30px;
	    border: 0;
	    text-align: center;
	    background-color: #F1F4FC;
	    border-radius: 36px;
	    padding: 0;
	    line-height: 18px;
	    font-size: 12px;
	    font-weight: 300;
	    font-variation-settings: "wght" 300;
	    display: block;
	    outline: none;
	}

	.prodrow__stock {
		text-align: center;
		font-size: 11px;
		width: 100%;
	}

	.prodrow__actions {
		display: flex;
		flex-flow: row nowrap;
		gap: 0;	
	}

	.prodrow__btn {
		width: 32px;
		height: 32px;
		margin: 0 16px 0 0;
	}

	.prodrow__btn:before {
		font-size: 16px;
	}
	.prodrow__btn_subscribe:before {
		font-size: 14.67px;
	}
	.prodrow__btn_preorder:before {
		font-size: 16.26px;
	}
	.prodrow__action {
		width: 24px;
		height: 24px;
		margin: 0 8px 0 0;
	}
	.prodrow__action_compare {
		display: flex;
	}
}

@media all and (min-width: 1366px) {
	.prodrow__icnsbox {
		gap: 24px;
	}
	.prodrow__cell.prodrow__cell_ids {
		margin: 0 24px 0 0;
	}
	.prodrow__cell.prodrow__cell_photo {
		margin: 0 24px 0 0;
	}
	.prodrow__cell.prodrow__cell_name {
		margin: 0 24px 0 0;
	}
	.prodrow__cell.prodrow__cell_icns {
		width: 143px;
		flex: 0 0 143px;
		margin: 0 20px 0 0;
	}
	.prodrow__cell.prodrow__cell_prices {
		margin: 0 20px 0 0;
	}
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/catalog.products.viewed/viewed/style.min.css?17129468723220*/
@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-products-viewed-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 */


/* Start:/local/templates/rinscom2/a/css/prodcrd.css?17545674298561*/
.prodcrd {
}
.prodcrd__box {
	border: 1px solid #F0F0F0;
	padding: 12px 6px 12px 12px;
	position: relative;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	border-radius: 5px;
	transition: var(--transition-all);
}

.prodcrd__labels {
	position: absolute;
	top: 12px;
	left: 12px;	
	z-index: 1;
	display: flex;
	flex-flow: row wrap;
	gap: 1.67px;
	max-width: 62px;
}

.prodcrd__labels .label {
	padding: 0 2.5px;
	font-size: 8.36px;
	line-height: 14px;
	border-radius: 4.18px;
}

.prodcrd__labels .label_sale { 
	border-radius: 5px;
	line-height: 18px;
	font-size: 12px;
	padding: 0 5px;
}

.prodcrd__icns {
	display: flex;
	gap: 8px;
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 1;
	padding: 4px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.6);
}
.prodcrd__icn {
	position: relative;
    width: 16px;
    height: 16px;
}
.prodcrd__icnimg {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
	transform: translate(-50%, -50%);    
}

.prodcrd__imagebox {
	position: relative;
	width: 100%;
	padding: 100% 0 0 0;
	margin: 0 0 10px 0;
}

.prodcrd__brand {
	display: inline-block;
	text-decoration: unset;
	position: absolute;
	left: 0;
	bottom: 0;
}

.prodcrd__brandlogo {
	display: block;
	height: 8px;
	width: auto;
}

.prodcrd__pic {
}
.prodcrd__img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prodcrd__fv {
	display: none;
}

.prodcrd__info {
	flex: 1 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 6px;
}
.prodcrd__pi {
	display: flex;
	flex-flow: row nowrap;
	gap: 8px;
}
.prodcrd__pi_pc {
	display: none;
}
.prodcrd__pi:not(:has(.prodcrd__pir)) {
	height: 16px;
}
.prodcrd__pir {	
	display: flex;
	flex-flow: row nowrap;
	gap: 4px;
}
.prodcrd__pii {
	display: block;
	width: 14px;
	height: 14px;
}
.prodcrd__prices {
	display: flex;
	gap: 8px;
	align-items: center;
}
.prodcrd__price {
}
.prodcrd__price_current {
	font-weight: 500;
  	font-variation-settings: "wght" 550;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.prodcrd__priceammount span {
	display: none;
}
.prodcrd__pricecurrency {
}
.prodcrd__stock {
	display: none;
}
.prodcrd__name {
	color: #333;
	font-weight: 300;
    font-variation-settings: "wght" 300;
    font-size: 14px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 54px;
}
.prodcrd__name:hover {
	color: #000;
	text-decoration: none;
}
.prodcrd__arts {
	display: flex;
	gap: 10px;
	order: 1;
	width: 100%;
}
.prodcrd__art {
	font-weight: 300;
    font-variation-settings: "wght" 300;
    font-size: 9px;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    white-space: nowrap;
}
.prodcrd__art:hover {
	color: #000;
}
.prodcrd__art:before {
	font-size: 10px;
	height: 10px;
	width: 10px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prodcrd__payblock {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	align-items: center;
	margin: auto 0 0 0;
}
.prodcrd__btnbox {
	flex: 0 0 73px;
	order: 3;
}
.prodcrd__btn {
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	text-decoration: none !important;
}
.prodcrd__btn span {
	display: none;
}
.prodcrd__btn:before {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prodcrd__btn_buy:before {
	font-size: 16px;
}
.prodcrd__btn_subscribe {
}

.prodcrd__actions {
	display: flex;
	flex-flow: row nowrap;
	gap: 4px;
	order: 2;
	padding: 6px 0;
}
.prodcrd__action {
	width: 20px;
	height: 20px;
	display: flex;
	line-height: 20px;
	font-size: 16.68px;
	color: #999999;
	transition: var(--transition-all);
	display: flex;
	align-items: center;
	justify-content: center;
}

.prodcrd__action:hover, 
.prodcrd__action.active {
	color: var(--color-blue);
}

.prodcrd__action_favorite.active:before {
	content: "\e95d";
}

.prodcrd_notavail .prodcrd__pic {
	opacity: 0.3;
}

.prodcrd_notavail .prodcrd__pi {
	opacity: 0.3;
}

.prodcrd_notavail .prodcrd__brand {
	opacity: 0.3;
}

.prodcrd_notavail .prodcrd__prices {
	opacity: 0.3;
}

.prodcrd_notavail .prodcrd__btn {
	display: none;
}

@media all and (min-width: 1200px) {

	.prodcrd {
		--padding: 12px;
	}
	.prodcrd__box {
		padding: var(--padding) var(--padding) calc(var(--padding) + 48px) var(--padding);
	    box-shadow: inset 0 0 0 0 transparent;
	}
	.prodcrd__box:hover {
	    border-color: var(--color-redprime);
	    box-shadow: inset 0 0 0 1px var(--color-redprime);
	}
	.prodcrd__imagebox {
		position: relative;
		overflow: hidden;
	}

	.prodcrd__img {
		width: calc(100% - 44px);
		height: calc(100% - 44px);
		left: 22px;
		top: 22px;
	}

	.prodcrd__labels {
		top: var(--padding);
		left: var(--padding);
		flex-flow: row wrap;
		gap: 4px 8px;
		max-width: unset;
		max-width: calc(100% - (var(--padding) * 2) - 58px);
	}

	.prodcrd__labels .label {
		padding: 0 2.5px;
		font-size: 12px;
		line-height: 18px;
	}

	.prodcrd__labels .label_sale { 
		border-radius: 5px;
		padding: 0 5px;
	}

	.prodcrd__fv {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 0;
		gap: 8px;
		color: var(--color-blue);
		position: absolute;
		left: 0;
		bottom: -100px;
		border: 1px solid #4976D229;
		background-color: rgba(255, 255, 255, 0.65);
		backdrop-filter: blur(8px);
		border-radius: 4px;
		transition: var(--transition-all);
	}

	.prodcrd__fv:hover {
		border: 1px solid var(--color-blue);
		background-color: rgba(255, 255, 255, 1);
	}

	.prodcrd__fv:before {
		font-size: 21px;
		width: 24px;
		line-height: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.prodcrd:hover .prodcrd__fv {
		bottom: 28px;		
	}

	.prodcrd__pi {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.prodcrd__pi_mob {
		display: none;		
	}
	.prodcrd__pi_pc {
		display: flex;
	}

	.prodcrd__pii {
		width: 18px;
		height: 18px;
	}

	.prodcrd__brandlogo {
		height: 10px;
	}

	.prodcrd__info {
	}

	.prodcrd__icns {
		top: unset;		
		right: var(--padding);
		bottom: calc(var(--padding) + 48px);
		gap: 8px;
		background-color: transparent;
	    padding: 0;
	}

	.prodcrd__icn {
		position: relative;
	    width: 20px;
	    height: 20px;
	}

	.prodcrd__prices {
		margin: 0;
		position: absolute;
		left: var(--padding);
		bottom: calc(var(--padding) + 14px);
	}

	.prodcrd__price_current {
		font-size: 20px;
		line-height: 26px;
		font-weight: 700;
	  	font-variation-settings: "wght" 720;
	}
	.prodcrd__price_old {
		font-size: 16px;
		line-height: 11px;
		padding: 5px 0 7px 0;
	}

	.prodcrd__stock {
		display: block;
		margin: 0;
		font-size: 12px;
		line-height: 1;		
		font-weight: 300;
	    font-variation-settings: "wght" 300;
	    color: #666666;
		position: absolute;
		left: var(--padding);
		bottom: var(--padding);
	}

	.prodcrd__name {
	    font-size: 16px;
	    line-height: 21px;
	    margin: 0 0 8px 0;
	    min-height: 63px;
	}

	.prodcrd__arts {
		gap: 16px;
	}

	.prodcrd__art {
	    font-size: 12px;
	}

	.prodcrd__art:before {
		font-size: 12px;
		height: 12px;
		width: 12px;
	}

	.prodcrd__payblock {
		gap: 8px 26px;
	}

	.prodcrd__btnbox {
		position: absolute;
		right: var(--padding);
		bottom: var(--padding);
	}

	.prodcrd__btn {
		width: 40px;
		height: 40px;	
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.prodcrd__actions {
		gap: 8px;
		position: absolute;
		right: var(--padding);
		top: var(--padding);
		padding: 0;
	}

	.prodcrd__action {
		visibility: hidden;
		opacity: 0;
		transition: var(--transition-all);
	}


	.prodcrd:hover .prodcrd__action,
	 .prodcrd__action.active {
		visibility: visible;
		opacity: 1;
	}

}

@media all and (min-width: 1400px) {
	.prodcrd {
		--padding: 24px;
	}

}

@media all and (min-width: 1690px) {

}
/* End */


/* Start:/local/templates/rinscom2/a/css/specform.v2.css?17326310325151*/
.hf {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 32px 12px;
}
.hf_margintop {
	margin-top: 64px;
}
.hf_marginbottom {
	margin-bottom: 64px;
}
.hf__back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hf__backimg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 74% center;
}
.hf__inner {
	width: 100%;
	max-width: 1440px;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	border: 2px solid #4976D24D;
	border-radius: 16px;
	box-shadow: 0px 24px 56px 0px #061C3D1F;
	padding: 24px 16px;
}
.hf__form {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__head {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__title {
	font-size: 24px;
	font-weight: 550;
	font-variation-settings: "wght" 550;
	line-height: 30.72px;
	letter-spacing: -0.012em;
	color: var(--color-blue);
}
.hf__text {
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	line-height: 20.48px;
	color: #000000;
}
.hf__hidden {
	display: none;
}
.hf__body {	
	display: flex;
	flex-flow: column nowrap;
	gap: 14px;
}
.hf__forminput {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
}
.hf__forminput:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__forminput:placeholder {
	color: #999999;
}
.hf__formtextarea {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
	min-height: 90px;
	resize: unset;
}
.hf__formtextarea:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__formtextarea:placeholder {
	color: #999999;
}
.hf__formitem_dop {
	display: none;	
}
.hf__footer {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__formfile {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
	position: relative;
}
.hf__formfileinput {
	display: none;
}
.hf__formfilelabel {
	display: flex;
	flex-flow: column nowrap;
	gap: 2px;
	padding: 0 0 0 28px;
	color: var(--color-blue);
	cursor: pointer;
}
.hf__formfilelabel:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15.17px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
}
.hf__formfilelabeltop {
	font-size: 14px;
	line-height: 16px;
}
.hf__formfilelabelbot {
	font-size: 12px;
	font-weight: 300;
	line-height: 15.36px;
	color: #92ade4;
}
.hf__formfileclear {
	display: none;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #666666;
}
.hf__formfileclear.active {
	display: inline-flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.hf__formfileclear:before {
	font-size: 10.2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
	color: var(--color-blue);
}
.hf__footerfoot {
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
}
.btn.hf__submit {
	border-radius: 7px;
	width: 100%;
	font-size: 17px;
	line-height: 44px;
}
.hf__agreeinput {
	display: none;
}
.hf__agreelabel {
	padding: 1.5px 0 1.5px 26px;
	position: relative;
	font-size: 12px;
	line-height: 15.36px;
	color: #000000;
	cursor: pointer;
}
.hf__agreelabel:before {
	content:  '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1px solid var(--color-blue);
	transform: translateY(-50%);
}
.hf__agreeinput + .hf__agreelabel:after {
	content:  '';
	position: absolute;
	left: 2px;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	transition: var(--transition-all);
	transform: translateY(-50%);
}
.hf__agreeinput:checked + .hf__agreelabel:after {
	background: var(--color-blue);
}

@media all and (min-width: 1200px) {

	.hf_margintop {
		margin-top: 96px;
	}
	.hf_marginbottom {
		margin-bottom: 96px;
	}
	.hf__inner {
	    padding: 32px;
	}
	
	.hf__title {
	    font-size: 28px;
	    line-height: 35.84px;
	    letter-spacing: -0.012em;
	}
	
	.hf__form {
	    flex-flow: row nowrap;
	    gap: 16px;
	}

	.hf__formfile {
		gap: 8px	
	}
	
	.hf__body {
	    flex: 0 0 504px;
	    flex-flow: row wrap;
	    gap: 14px 16px;
	}
	
	.hf__footer {
	    flex: 0 0 240px;
	    justify-content: space-between;
	}
	
	.hf__formtextarea {
	    min-height: 124px;
	}
	
	.hf__formitem {
	    width: calc(50% - 8px);
	}
	
	.hf__formitem:nth-child(3) {
	    width: 100%;
	}
}

@media all and (min-width: 1440px) {
	.hf {
	    padding: 47px 0;
	}
	
	.hf__inner {
	    padding: 64px;
	}
	
	.hf__form {
	    gap: 32px;
	}
}
/* End */
/* /local/templates/rinscom2/a/css/sections-n-tags.css?17129468736774 */
/* /local/templates/rinscom2/components/bitrix/catalog.smart.filter/rinscom/style.css?174705975018264 */
/* /local/templates/rinscom2/a/p/simplebar/simplebar.css?17129468733890 */
/* /local/templates/rinscom2/components/bitrix/news.list/lastnews--light/style.css?17129468721364 */
/* /local/templates/rinscom2/components/bitrix/system.pagenavigation/roundajax/style.css?17129468724116 */
/* /local/templates/rinscom2/a/css/cards__grid.css?17470599752969 */
/* /local/templates/rinscom2/a/css/catsection.css?17129468739251 */
/* /local/templates/rinscom2/components/bitrix/catalog.item/.default/style.css?1712946872372 */
/* /local/templates/rinscom2/a/css/prodrow.css?174705835810204 */
/* /local/templates/rinscom2/components/bitrix/catalog.products.viewed/viewed/style.min.css?17129468723220 */
/* /local/templates/rinscom2/a/css/prodcrd.css?17545674298561 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
