

/* Start:/local/templates/rinscom2/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?175622315914541*/
.article__tags {
    display: flex;
    flex-flow: row wrap;
    margin: 24px 0 0 0;
}

.article__tag {
    display: block;
    background-color: #ffffff;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 18px;
    border-radius: var(--border-radius);
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    transition: var(--transition-all);
}

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


.article__rating.rating {
    color: var(--color-blue);
    display: flex;
    gap: 6px;
    --size: 24px;
    --font: 17.12px;
}

.article__top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 16px 0;
}

.article__sh {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0;
    font-size: 0;
    line-height: 1.31;
    color: var(--color-blue);
}

.article__sh:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 19px;
}

.article__head {
    border-radius: var(--border-radius);
    background-color: #fafcfe;
    padding: 25px 0;
    margin-bottom: 56px;
}

.article__head.--nopic {
    padding-bottom: 25px;
}

.article__head-left {
    padding: 0 23px 0 21px;
}

.article__head-info {
    display: flex;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
}

.article__date {
    margin-right: 20px;
}

.article__prevtext {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin: 24px 0;
}

.article__prevtext p {
    margin-bottom: 0
}

.article__body {
    margin: 0 auto;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
}

.article__footer {
    max-width: 1200px;
    margin: 56px auto;
}

.artcont {
    margin: 56px 0;
}

.artcont .artcont__title {
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 31px;
    color: #333333;
}

.artcont .artcont__list {
    padding-left: 0;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    counter-reset: item;
    margin-bottom: 0;
}

.artcont .artcont__item {
    padding: 0 0 25px 35px;
    list-style: inside decimal;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    list-style: none;
    position: relative;
    counter-increment: item;
}

.artcont .artcont__item a {
    color: #666666;
    position: relative;
    display: inline-block;
/*    text-decoration: none;
    border-bottom: 1px solid var(--color-blue);
    padding-bottom: 5px;*/

    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: var(--color-blue);
    text-decoration-thickness: from-font;
}

.artcont .artcont__item a:hover {
    color: var(--color-blue);
}

.artcont .artcont__item:before {
    content: counter(item) ".";
    display: inline-block;
    position: absolute;
    left: 0;
}

.artcont .artcont__list .artcont__sublist {
    column-count: 1;
    padding-left: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 0;
    counter-reset: subitem;
    font-size: 15px;
    line-height: 15px;
}

.artcont .artcont__list .artcont__sublist .artcont__item {
    padding-left: 40px;
    counter-increment: subitem;
    padding: 0 0 13px 30px;
    text-decoration: none;
}

.artcont .artcont__list .artcont__sublist .artcont__item a {
    text-decoration: none;
    border: 0;
}

.artcont .artcont__list .artcont__sublist .artcont__item:before {
    content: counter(item) "." counter(subitem);
}

.artcont .artcont__list .artcont__sublist .artcont__item:last-child {
    padding-bottom: 0;
}

.article__text h2, .article__text .h2 {
    font-weight: 450;
    font-variation-settings: "wght" 400;
    font-size: 26px;
    line-height: 31px;
    color: #333333;
    margin: 56px 0 36px;
}

.article__text h3, .article__text .h3 {
    font-weight: 450;
    font-variation-settings: "wght" 400;
    font-size: 21px;
    line-height: 24px;
    color: #333333;
    margin: 36px 0 36px;
}

.article__text h4, .article__text .h4 {
    font-weight: 450;
    font-variation-settings: "wght" 400;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin: 55px 0 36px;
}

.article__text p, .article__text ol, .article__text ul {
    margin-bottom: 21px;
}

.article__text .prodln__props {
    margin-bottom: 0;
}

.article__text > *:last-child {
    margin-bottom: 0;
}

.artimage {
    margin: 36px 0;
    text-align: center;
    font-style: italic;
}

.artimage .artimage__img, .artimage img {
    max-width: 320px !important;
    max-height: 400px !important;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.artimage .artimage__img.img-full,
.artimage img.img-full {
    max-width: 100% !important;
    max-height: unset !important;
    width: auto;
    height: auto;
}

.artimage .artimage__desc, .artimage span {
    display: block;
    margin-top: 15px;
    font-size: 0.85em;
}

.tableimage {
    margin: 0;
    text-align: center;
    font-style: italic;
}

.tableimage .tableimage__img, .tableimage img {
    max-width: 240px !important;
    max-height: 200px !important;
    display: block;
    margin: 0 auto;
}

.tableimage .tableimage__desc, .tableimage span {
    display: block;
    margin-top: 15px;
    font-size: 0.85em;
}

[data-reiting] {
    display: flex;
    align-items: center;
}

[data-reiting]:after {
    content: attr(data-reiting);
    font-size: 21px;
    line-height: 32px;
    color: #666666;
    order: 3;
}
[data-reiting]:before {
    content: "\e924";
    font-family: 'ricon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    order: 2;
    margin-left: 22px;
    font-size: 25px;
    color: var(--color-blue);
    margin-right: 8px;
}

table {
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}

thead {
    font-weight: 600;
    font-size: 18px;
    border-style: solid;
    border-width: 0 0px 1px 0;
    border-color: white;
}

table th, td:first-child {
    color: black;
    padding: 10px 20px;
}

table th, td {
    border-style: solid;
    border-width: 0 0px 1px 0;
    border-color: #ffffff;
}

table th, tdfirst-child {
    border-width: 0 0px 0px 0;
}

table tr {
    background: #e7f7ff;
}

thead tr {
    background: #badfff;
}

table th:first-child, td:first-child {
    text-align: left;
}

table tr:hover {
    background: #b2d5f8;
}

thead tr:first-child:hover {
    background: #badfff;
}

.adaptive-img {
    max-width: 100%;
    height: auto;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

.table-wrap table {
    min-width: 768px;
}

.articleprod .prodline {
    max-width: 1000px;
    margin: 15px auto;
    border: 0;
}

.lists + h2, .lists + .h2 {
    margin-top: 15px;
}

.lists + h3, .lists + .h3 {
    margin-top: 0;
}

.list-plus, .list-minus {
    list-style: none;
    margin-bottom: 70px;
    padding-left: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}

.list-plus li, 
.list-minus li {
    list-style: none;    
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
}

.list-minus li:before {
    content: "\e95e";
    color: #E53831;
    font-family: 'ricon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list-plus li:before {
    content: "\e95f";
    color: #04A705;
    font-family: 'ricon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list-plus li:before, 
.list-minus li:before {
    display: block;
    width: 24px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    display: block;
}

.article__btn {
    min-width: 156px;
}

.article__head-picimg {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    /*object-position: right;*/
}

.article__share {
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #666666;
}

.article__share:before {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.article__share:hover {
    color: var(--color-blue);
}

.article__head-right {
    display: none;
}

.article__head.--notext {
    padding-bottom: 25px;
}

@media all and (min-width: 992px) {
    .artimage .artimage__img,
    .artimage img {
        max-width: 640px !important;
        max-height: 400px !important;
        width: auto;
        height: auto;
    }

    .article__tags {
        display: flex;
        flex-flow: row wrap;
        margin: 15px 0 -12px;
    }

    .article__tag {
        display: block;
        background-color: #ffffff;
        margin-right: 12px;
        padding: 0 18px;
        border-radius: var(--border-radius);
        color: #666666;
        font-size: 16px;
        line-height: 32px;
        color: #333333;
        transition: var(--transition-all);
    }

    .article__tag:hover {
        background-color: #648fe6;
        color: #ffffff;
        text-decoration: none;
    }

    .article__head {
        border-radius: var(--border-radius);
        padding: 0 0 0 37px;
        margin-bottom: 55px;
        display: flex;
        flex-flow: row nowrap;
        /*align-items: end;*/
        min-height: 180px;
        position: relative;
    }

    .article__head.--nopic {
        padding-bottom: 0
    }

    .article__head-left {
        flex: 0 1 auto;
        padding: 25px 37px 25px 0;
        position: relative;
        z-index: 1;
    }
    
    .article__head-right {
        display: block
    }
    
    .article__head-pic {
        margin-top: auto;
    }

    .article__date {
        margin-right: 30px;
    }

    .article__prevtext {
        color: #666666;
        margin: 15px 0;
        max-width: 940px;
    }

    .article__body {
        max-width: 1200px;
        margin: 0 auto;
        font-size: 21px;
        line-height: 27px;
        color: #666666;
    }

    .artcont {
        margin: 50px 0;
    }

    .artcont .artcont__title {
        margin: 0 0 30px;
        font-size: 32px;
        line-height: 46px;
        color: #333333;
    }

    .artcont .artcont__list {
        padding-left: 0;
        font-size: 21px;
        line-height: 21px;
        color: #666666;
        counter-reset: item;
        margin-bottom: 0;
    }

    .artcont .artcont__item {
        padding: 0 0 25px 35px;
        list-style: inside decimal;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        break-inside: avoid-column;
        list-style: none;
        position: relative;
        counter-increment: item;
    }

    .artcont .artcont__list .artcont__sublist {
        column-count: 1;
        padding-left: 26px;
        margin-bottom: 20px;
        counter-reset: subitem;
        font-size: 18px;
        line-height: 18px;
    }

    .artcont .artcont__list .artcont__sublist .artcont__item {
        padding-left: 40px;
        counter-increment: subitem;
    }

    .artcont .artcont__list .artcont__sublist .artcont__item:before {
        content: counter(item) "." counter(subitem);
    }

    .artcont .artcont__list .artcont__sublist .artcont__item:last-child {
        padding-bottom: 0;
    }

    .article__text h2,
    .article__text .h2 {
        font-weight: 450;
        font-size: 36px;
        line-height: 46px;
        color: #333333;
        margin: 56px 0 36px;
    }

    .article__text h3,
    .article__text .h3 {
        font-weight: 450;
        font-size: 28px;
        line-height: 34px;
        color: #333333;
        margin: 75px 0 36px;
    }

    .article__text h4,
    .article__text .h4 {
        font-weight: 450;
        font-size: 24px;
        line-height: 31px;
        color: #333333;
        margin: 55px 0 36px;
    }

    .article__text p,
    .article__text ol,
    .article__text ul {
        margin-bottom: 36px;
    }

    .article__text > *:last-child {
        margin-bottom: 0;
    }

    .artimage {
        margin: 36px 0;    
        text-align: center;
        font-style: italic;
    }

    .artimage .artimage__desc,
    .artimage span {
        display: block;
        margin-top: 15px;
        font-size: 0.85em;
    }

    table {
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
    }
    thead {
        font-weight: 600;
        font-size: 18px;
        border-style: solid;
        border-width: 0 0px 1px 0;
        border-color: white;
        }
    table th, td:first-child {
    color: black;
    padding: 10px 20px;
    }

    table th, td {
    border-style: solid;
    border-width: 0 0px 1px 0;
    border-color: #ffffff;
    }

    table th, tdfirst-child {

    border-width: 0 0px 0px 0;

    }

    table tr {
    background: #e7f7ff;
    }

    thead tr {
    background: #badfff;
    }

    table th:first-child, td:first-child {
    text-align: left;
    }



    table tr:hover {
    background: #b2d5f8;
    }

    thead tr:first-child:hover {
    background: #badfff;
    }

    .adaptive-img {
        max-width: 100%;
        height: auto;
    }

    .table-wrap {
        width: 100%;
        overflow-x: auto;
    }

    .table-wrap table {
        min-width: 768px;
    }

    .articleprod .prodline {
        max-width: 1000px;
        margin: 15px auto;
        border: 0;
    }

    .lists + h2,
    .lists + .h2 {
        margin-top: 25px;
    }

    .lists + h3,
    .lists + .h3 {
        margin-top: 15px;
    }

    .article__btn {
        min-width: 156px;
    }
}

@media all and (min-width: 1200px) {
    .isimcards__body,
    .idopcards__body {
        margin-left: -15px;
        margin-right: -15px
    }

    .card.slick-slide {
        min-height: 460px;
        padding: 0 15px 15px;
    }

    .article__sh {
        gap: 8.79px;
        font-size: 16px;
    }

    .article__sh:before {
        width: 12.19px;
        height: 12.19px;
        font-size: 12.19px;
    }
}
/* End */


/* Start:/local/templates/rinscom2/a/css/review-n-rating.css?175622290216407*/
.rating {
    display: flex;
    align-items: center;
}

.rating__stars {
    position: relative;    
    width: calc(var(--size) * 5);
    height: var(--size);
    color: #FEAB02;
}

.rating__starsrow {
    width: 100%;
    height: var(--size);
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.rating__starsrow_back {
    z-index: 1;
}

.rating__starsrow_front {
    z-index: 2;
    overflow: hidden;
}

.rating__starsitem:before {
    width: var(--size);
    height: var(--size);
    font-size: var(--font);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating__val {
    font-size: 24px;
    line-height: 1;
    font-variation-settings: "wght" 550;
}

.rproduct__rating {
    display: none;
}

@media all and (min-width: 992px) {
    .rproduct__rating {
        display: flex;
        margin: 0 0 0 20px;
    }

    .rproduct__rating .rating__stars {
        margin: 0 0 0 6px;
        --size: 24px;
        --font: 17.32px;
    }
}

.revs__marks .rating__stars {
    margin: 0 12px 0 0;
    --size: 32px;
    --font: 22.83px;
}

.revs {
    margin: 32px 0 60px;
}
.itabs .revs {
    margin: 0;
}

@media all and (min-width: 1200px) {
    .revs {
        margin: 48px 0 85px;
    }
}



.revs__title {
    font-size: 24px;
    font-variation-settings: "wght" 300;
    line-height: 1.21;
    margin: 0 0 20px 0;
}

@media all and (min-width: 1280px) {  
    .revs__title {
        font-size: 36px;
        font-variation-settings: "wght" 550;
        margin: 0 0 30px 0;
    }
}

.revs__emptyimg {
    display: block;
    max-width: 100%;
}

.revs__emptytitle {
    font-size: 24px;
    font-variation-settings: "wght" 400;
    line-height: 1.21;
    margin: 0 0 16px 0;
}

.btn.revs__emptybtn {
    font-variation-settings: "wght" 300;
    line-height: 48px;
    max-width: 556px;
    width: 100%;
}

@media all and (min-width: 640px) {    
    .revs__emptytitle {
        /*font-size: 36px;*/
        line-height: 46px;
    }
    .revs__empty {
        max-width: 556px;
        margin: 0 auto;
        text-align: center;
    }
}

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

.revs__photos {
    order: 2;
    width: 100%;
    margin: 0 0 32px 0;
}

@media all and (min-width: 1280px) {
    .revs__photos {
        order: 1;
    }
}

.revs__photostitle {
    display: none;
}

@media all and (min-width: 1280px) {
    .revs__photostitle {
        display: block;
        font-size: 15px;
        line-height: 22.4px;
        color: #999999;
        margin: 0 0 12px 0;
    }
}

.revs__photosbox {
}

.revs__photoslist {
    padding: 0 15px !important;
    margin: 0 -15px !important;
    width: calc(100% + 30px);
}

.revs__photosadd {
    padding: 133% 0 0 0;
    position: relative;
    border: 1px dashed var(--color-blue);
    color: var(--color-blue);
    border-radius: var(--border-radius);
    transition: var(--transition-all);
}

.revs__photosadd:hover {
    border: 1px dashed var(--color-lightblue);
    color: var(--color-lightblue);
}

.revs__photosadd:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: var(--border-radius);
}

.revs__photosslider {
    /*padding: 0 15px;*/
}

.revs__photositem {
}

.revs__photospic {
    padding: 133% 0 0 0;
    position: relative;
}

.revs__photosimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.revs__marks {
    order: 1;
    width: 100%;
}

@media all and (min-width: 1280px) {
    .revs__marks {
        order: 2;
        width: 400px;
    }
}

.revs__markstop {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #F0F0F0;
}

.revs__marksrating {
}

.revs__markscnt {
}

.revs__markslist {
}

.revs__marksitem {
    display: flex;
    align-items: center;
}

.revs__marksitemname {
    width: 51px;
    font-size: 12px;
    color: #666666;
}

.revs__marksitembar {
    flex-grow: 1;
    margin: 0 16px;
    height: 4px;
    border-radius: 2px;
    background-color: #D6D6D6;
    position: relative;
}

.revs__marksitembarin {
    background-color: #4976D2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 2px;
}

.revs__marksitemcnt {
    font-variation-settings: "wght" 550;
    font-size: 14px;
    line-height: 23px;
    width: 30px;
}

.revs__marksbottom {
}

.revs__marksbtn.btn {
    width: 100%;
    margin: 16px 0;
    font-feature-settings: "wght" 300;
    line-height: 48px;
}

.revs__main {
    order: 3;
    width: 100%;
}

@media all and (min-width: 1280px) {
    .revs__main {
        width: auto;
        flex: 1 0 calc(100% - 400px);
        padding: 0 0 0 64px;
    }
}








/* ADDREVIEW FORM */



.remodal.the_popup.remodal_addreview {
    padding: 32px 16px 16px 16px;
    max-width: 330px;
    margin: 0 0 47px 0;
}

 @media all and (min-width: 900px) {
    .remodal.the_popup.remodal_addreview {
        padding: 32px 64px;
        max-width: 857px;
        margin: 0 0 10px 0;
    }
}

.remodal.the_popup.remodal_addreview .remodal-close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.remodal.the_popup.remodal_addreview .remodal-close:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

@media all and (min-width: 900px) {
    .remodal.the_popup.remodal_addreview .remodal-close {
        top: 16px;
        right: 9px;
    }
}

.addreview {
    text-align: left;
}

.addreview__title {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-variation-settings: "wght" 550;
    margin: 0 0 16px 0;
}

@media all and (min-width: 900px) {
    .addreview__title {        
        font-size: 22px;
        line-height: 28px;
        color: var(--color-blue);
        margin: 0;
        padding: 0 0 16px 0;
        border-bottom: 1px solid #F0F0F0;
    }
}

.addreview__help {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--color-blue);
}

@media all and (min-width: 900px) {
    .addreview__help {
        position: absolute;
        top: 32px;
        right: 64px;
    }
}

.addreview__help:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    line-height: 1;
    font-size: 15px;
}
.addreview__helptitle {
    cursor: help;
    position: relative;
    font-size: 14px;
    line-height: 17.92px;
}

.addreview__helpdrop {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    padding: 10px 0 0 0;
    max-width: 313px;
}
.addreview__helpdrop:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #F5F5F5;
}
@media all and (min-width: 900px) {
    .addreview__helpdrop {
        padding: 32px 0 0 0;
        width: 313px;
        left: unset;
        right: 0;
    }
    .addreview__helpdrop:before {
        right: 109px;
        left: unset;
        top: -6px;
        border: 16px solid transparent;
        border-bottom: 27px solid #F5F5F5;
    }
}
.addreview__help:hover .addreview__helpdrop {
    display: block;
}
.addreview__helptext {
    background-color: #F5F5F5;
    font-size: 14px;
    padding: 16px;
    border-radius: 5px;
    color: #666666;
}

.addreview__helptext p {
    color: #333333;
}

.addreview__helptext ul {
    padding: 0 0 0 24px;
    margin: 0;
    font-weight: 300;
    font-variation-settings: "wght" 300;
}

@media all and (min-width: 900px) {
    .addreview__footer {
        max-width: 313px;
        margin: 0 auto;
    }
}

.addreview__formgroup {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -4px;
}

.addreview__rating {
    display: flex;
    align-items: center;
    margin: 16px 0 40px 0;
}

.addreview__ratingtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    font-variation-settings: "wght" 300;
    margin: 0 24px 0 0;
}

.addreview__ratinglist {
    display: flex;
    flex-flow: row-reverse nowrap;
    width: 120px;
    height: 24px
}

.addreview__ratingradio {
    display: none
}

.addreview__ratinglabel {
    cursor: pointer;
    display: block;
    margin: 0;
}

.addreview__ratinglabel:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 17.32px;
    color: #FEAB02;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addreview__ratingradio:checked~.addreview__ratinglabel:before {
    content: "\e946";
}

.addreview__ratingradio:hover~.addreview__ratinglabel:before {
    content: "\e946";
}

.addreview__formitem {
    width: 100%;
    margin: 0 0 28px 0;
    padding: 0 4px;
    position: relative;
}

@media all and (min-width: 900px) {
    .addreview__formitem {
        margin: 0 0 28px 0;
    }
    .addreview__formgroup .addreview__formitem:nth-child(1),
    .addreview__formgroup .addreview__formitem:nth-child(2) {
        width: 50%;
    }
}
.addreview__formlabel {
    position: absolute;
    top: 10px; 
    left: 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-variation-settings: "wght" 300;
    transition: var(--transition-all);
    color: #666666;
    margin: 0;
    z-index: 1;
}
.addreview__forminput:focus + .addreview__formlabel,
.addreview__forminput.not-empty + .addreview__formlabel,
.addreview__formtextarea:focus + .addreview__formlabel,
.addreview__formtextarea.not-empty + .addreview__formlabel {
    font-size: 12px;
    line-height: 16px;
    top: -20px;
    left: 4px;
}
.addreview__forminput {
    width: 100%;
    box-shadow: unset;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 13px;
    outline: none;
    color: #333333;
}
.addreview__forminput:focus {
    outline:  none;
    border: 1px solid #000000;
}

.addreview__forminput[placeholder="____"] {
    letter-spacing: 0.5em;
    text-align: center;
}
.addreview__forminput[placeholder="____"].error {
    border: 1px solid #BA1A1A;
}
.addreview__errortext {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 1px);
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 15px;
    color: #CC191D;
}
.addreview__forminput[placeholder="____"].error + .addreview__errortext {
    display: block;
}

.addreview__formtextarea {
    width: 100%;
    box-shadow: unset;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 13px;
    outline: none;
    color: #333333;
    height: 120px;
    display: block;
}
.addreview__formtextarea:focus {
    outline:  none;
    border: 1px solid #000000;
}

.addreview__btn.btn {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 54px;
    font-variation-settings: "wght" 300;
}
.addreview__btn[disabled] {
    color: #C4C4C4;
    border-color: #C4C4C4;
    pointer-events: none;
}
.addreview__agree {
    margin: 25px 0 0 0;
}
.addreview__agreebox {
    display: block;
}
.addreview__agreeinput {
    display: none;
}
.addreview__agreelabel {
    font-size: 12px;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 22px;
    text-align: left;
    color: #000000;
}

.addreview__agreelabel:before {
    content:  '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-blue);
    top: -3px;
    left: 0;
    border-radius: 2px;
}

.addreview__agreelabel a {
    text-decoration: none;
    color: #268FFF;
}

.addreview__agreeinput:checked + .addreview__agreelabel:after {
    content:  '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background-color: var(--color-blue);
    top: -1px;
    left: 2px;
    border-radius: 2px;
}



.addreview__product {
    margin: 16px 0 32px 0;
    display: flex;
    position: relative;
}

.addreview__productphoto {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0px;
    top: 0;
}
.addreview__productimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.addreview__productinfo {
    padding: 8px 0 0 80px;
    text-align: left;
    position: relative;
    min-height: 90px;
    margin: 0 0 8px 0;
}
.addreview__productname {
    font-size: 14px;
    font-weight: 300;
    font-variation-settings: "wght" 300;
    line-height: 21px;
}
.addreview__productproperties {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-variation-settings: "wght" 300;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
}
.addreview__productpropertie {    
    display: flex;
}
.addreview__productpropertiename {
    color: #999;
    margin: 0 5px 0 0;
}
.addreview__productpropertieval {
    color: #333;
}

@media all and (min-width: 820px) {
    .addreview__product {
        padding: 0 24px;
        display: flex;
    }

    .addreview__product:before {
        display: none;        
    }

    .addreview__productphoto {
        position: relative;
        left: unset;
        top:  unset;
        right: unset;
        bottom: unset;
        width: 72px;
        height: 72px;
    }
    .addreview__productimage {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
    }
    .addreview__productinfo {
        position: relative;
        left: unset;
        top:  unset;
        right: unset;
        bottom: unset;
        padding: 8px 0 0 18px;
        text-align: left;
    }
    .addreview__productname {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 4px 0;
    }
    .addreview__productproperties {
        position: relative;
        left: unset;
        top:  unset;
        right: unset;
        bottom: unset;
        font-size: 14px;
        line-height: 18px;
        justify-content: start;
    }
    .addreview__productpropertie {
        margin: 0 20px 0 0;
        display: flex;
    }
    .addreview__productpropertiename {
        color: #999;
        margin: 0 5px 0 0;
    }
    .addreview__productpropertieval {
        color: #333;
    }
}

.form__imgs {
    margin: 0 0 24px 0;
}

.form__imgsinputbox {}

.form__imgsinput {
    display: none;
}

.form__imgslabel {
    color: var(--color-blue);
    border: 1px dashed var(--color-blue);
    font-size: 12px;
    font-weight: 300;
    font-variation-settings: "wght" 300;
    line-height: 16px;
    border-radius: 4px;
    padding: 16px;
    display: block;
    margin: 0;
    text-align: center;
    border-spacing: 10px;
    position: relative;
    cursor: pointer;
}

.form__imgslabeltext {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 9px 9px 9px;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

.form__imgslabeltext:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}

.form__imgslabel span {
    display: block;
}

.form__imgspreview {
    display: flex;
    margin: 24px -8px 0;
}

.form__imgspreview:empty {
    display: none;
}

.form__imgspreviewitem {
    margin: 0 0 8px 0;
    padding: 0 8px;
}

.form__imgspreviewpic {
    width: 75px;
    height: 100px;
    position: relative;
}

.form__imgspreviewimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form__imgspreviewremove {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.form__imgspreviewremove:before {
    width: 24px;
    height: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color-blue);
}

.form__imgspreviewremove:hover:before {
    color: var(--color-lightblue);
}

/* End */


/* Start:/local/templates/rinscom2/components/bitrix/news.list/similar-articles--detailarticle/style.css?17129468721187*/
.blogitem {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.blogitem__box {
    height: 100%;
    position: relative;
}

.blogitem__date {
    position: absolute;
    top: 45px;
    left: 37px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    z-index: 1;
}

.blogitem__name {
    display: block;
    padding: 68px 37px 63px;
    height: 100%;
    border: 1px solid #f0f0f0;
    border-radius: var(--border-radius);
    transition: var(--transition-all);
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    z-index: 2;
    position: relative;
}

.blogitem__name:hover {
    color: var(--color-blue);    
    border-color: var(--color-blue);
    transition: var(--transition-all);
    text-decoration: none;
}

.blogitem__name:active {
    color: #ffffff;
    border-color: var(--color-blue);
    background: var(--color-blue);
    z-index: 1;
}

.blogitem__name:active + .blogitem__date {
    color: #ffffff;
}

@media all and (min-width: 1200px) {
    .blogitem {
        margin-left: 0;
        margin-right: 0;
    }
}
/* End */


/* Start:/local/templates/rinscom2/a/css/iblog.css?1732621568366*/
.iblog__grid {
    margin: 0 -10px;
}

.helpfind + .iblog, .hf + .iblog {
    margin-top: 56px;
}

@media all and (min-width: 1200px) {

    .iblog__grid {
        margin: 0;
        display: grid;
        grid-template: 1fr / repeat(4, 1fr);
        grid-gap: 20px;
    }

    .helpfind + .iblog, .hf + .iblog {
        margin-top: 96px;
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/catalog.section/in-article/style.css?1712946872274*/
.cards--inarticles {
    margin: 0 -15px 50px;
}

.cards__list {
    display: flex;
    flex-flow: row wrap;
}

.cards--inarticles .card {
    margin: 0 15px;    
}

.isimcards .slick-track {
    margin-left: 0;
}

.isimcards.itabs {
    margin: 30px 0;
}
/* End */


/* Start:/local/templates/rinscom2/a/css/cards.css?17135193128092*/
.card {  
    padding: 0 10px;
}

.card__box {
    border: 1px solid #F0F0F0;
    border-radius: var(--border-radius);
    padding: 45px 14px 21px;
    padding: 21px 14px;
    position: relative;
    transition: var(--transition-all);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card__labels {
    position: absolute;
    top: 18px;
    left: 12px;
    display: flex;
    padding-right: 40px;
}

.card__labels {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 14px;
    display: flex;
    flex-flow: row wrap;
}

.card__label {
    border-radius: var(--border-radius);
    background-color: #ffffff;
    line-height: 16px;
    height: 18px;
    font-size: 10px;
    font-weight: 450;
    padding: 0 3px;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid;
    margin-right: 4px;
    margin-bottom: 4px;
}

.card__label:last-child {
    margin-right: 0;
}

.card__label.--sale {
    background-color: var(--color-red);
    color: #ffffff;
    border-color: var(--color-red);
}

.card__label.--hit {
    color: var(--color-prim);
    border-color: var(--color-prim);
}

.card__label.--new {
    color: var(--color-red);
    border-color: var(--color-red);
}

.card__label.--best {
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.card__imagebox {
    /*height: 95px;*/
    padding: 100% 0 0 0;
    margin: 0 -5px 0;
    margin: 0 0 10px 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.card__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card__info {
    flex: 1 1 auto;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    flex-direction: column;
}

.card__artcode,
.card__section {
    font-size: 10px;
    line-height: 13px;
    color: #999999;
    margin-bottom: 10px;
    margin-top: auto;
    transition:  color 0.15s linear
}

.card__artcode:hover {
    color:  #333333;
}

.card__artcode:before {
    font-size: 10px;
    line-height: 13px;
    margin: 0 0.5em 0 0;
}

.card__name {
    font-size: 14px;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 9px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.card__name:hover {    
    color: var(--color-blue);
    text-decoration: none;
}

.card__payblock {
    display: flex;
    align-items: center;
    margin: auto 0 0 0;
}

.card__prices {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px;
}

.card__price {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/*.card__price > div > span,
.card__price-amount {
    font-size: 0.7em;
}*/

.card__price > div > span {
    display: none;
}

.card__price-amount {
    position: relative;
}

.card__price.--current {
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}

.card__price.--current .card__price-pre {
    margin-right: 0.2em;
}

.card__price.--current .card__price-val {
    margin-right: 0.3em;
}

.card__price.--current .card__price-amount:after {
    content: '-';
    position: absolute;
    left: -0.1em;
    top: 50%;
    transform: translateY(-51%);
}

.card__price.--old {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-left: 10px;
}

.card__price.--old .card__price-val {
    margin-right: 0.3em;
}

.card__price.--old:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-bottom: 1px solid;
}

.card__box:hover {
    /*box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);*/
    border-color: var(--color-blue);
}

.card__btnbox {
    display: block;
    width: 100%;
}

.btn.card__btn {
    font-weight: 500;
    line-height: 42px;
    padding: 0;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
}

.btn.card__btn.--incart {
    background-color: var(--color-red);
    color: #ffffff;
    border-color: var(--color-red);
}

.btn.card__btn.--subscribed {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
    color: #ffffff;
}

.btn.card__btn.--subscribe span {    
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: center;
}

.btn.card__btn.--subscribe span:before {
    font-size: 14.67px;
    margin-left: 8px;
}

.card__actions {
    position: absolute;
    top: 20px;
    right: 12px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    z-index: 1;
}

.card__action {
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
    font-size: 16.67px;
    opacity: 1;
    color: #D6D6D6;
    transition: var(--transition-all);
}

.card__action:hover,
.card__action.--fill {
    color: var(--color-blue);
}

@media all and (min-width: 1200px) {
    .card {
        /*height: 360px;*/
        margin:  0 14px;
    }   

    .card__box {
        padding: 65px 30px 20px;
        padding: 20px 30px;
    }

    .card__labels {
        top: 28px;
        left: 30px;
    }

    .card__label {        
        line-height: 18px;
        height: 20px;
        font-size: 11px;
        padding: 0 6px;
        margin-right: 8px;
    }

    .card__name {
        font-size: 16px;
    }

    .card__artcode {
        font-size: 14px;
        line-height: 18px;
        margin-top: unset;
        margin-bottom: 13px;
    }

    .card__artcode:before {
        line-height: 18px;
    }

    .card__info {
        flex: 1 0 auto;
    }


    .card__prices {
        margin-bottom: 13px;
    }

    .card__price.--current {
        font-size: 21px;
        line-height: 27px;
    }

    .card__actions {
        display: flex;
        /*display: none;*/
        position: static;
        flex-flow: row nowrap;
        margin-left: 6px;
    }

    .card__btnbox {
        width: auto
    }

    .card__box:hover .card__actions {
        display: flex;
    }

    .card__action {
        display: none;
        font-size: 16px;
        margin: 0;
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .card__box:hover .card__action,
    .card__box .card__action.--fill {
        display: block
    }

    .btn.card__btn {
        width: 140px;
    }

    .btn.card__btn_buy {
        color: #666666;
        border-color: #666666;
    }
}

@media all and (min-width: 1400px) {

    .btn.card__btn {
        width: 180px;
    }


    .btn.card__btn_buy {
        text-transform: lowercase;
    }

    .btn.card__btn_buy:not(.--incart):before {
        content: 'Добавить ';
        text-transform: capitalize;
    }

    .btn.card__btn_buy.--incart {
        /*text-transform: math-auto;        */
        background-color: var(--color-red);
        color: #ffffff;
        border-color: var(--color-red);
    }

    .btn.card__btn_buy.--incart:before {
        content:  'Товар ';
        text-transform: capitalize;
    }

    .article__text .btn.card__btn {
        width: 156px;
    }

    .article__text .btn.card__btn_buy:before {
        display: none
    }

    .article__text .btn.card__btn_buy {
        text-transform: inherit;
    }

    .card__action {
        font-size: 20px;
        width: 24px;
        height: 24px;
        margin-left: 8px;
    }
}

@media all and (min-width: 1690px) {
    .card {
        margin: 0;
        /*height: 420px;*/
    }



    .card__imagebox {
        /*height: 180px;*/
        /*flex-grow: 1;*/
        /*margin-bottom: auto;*/
    }
}
/* 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/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/newssubscribe.css?17326237885689*/
.newssubscribe {
    background-color: #F0F0F0;
    border-radius: var(--border-radius);
    padding: 48px 55px 215px 35px;
    position: relative;
    overflow: hidden;
    margin: 55px 0 0 0;
}

.newssubscribe:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 215px;
    background-image: url(/local/templates/rinscom2/a/css/../img/newssubscribe-back.png);
    background-color: #98b9ff;
    background-repeat: no-repeat;
    background-position: calc(100% + 75px) bottom;
    background-size: auto 203px;
}

.newssubscribe:before {
    content: '';
    display: block;
    background-color: #F0F0F0;
    position: absolute;
    z-index: 1;
    bottom: 202px;
    left: 0;
    width: 200%;
    height: 200%;
    border-bottom: 5px solid #fff;
    transform: rotate(-11deg) translateX(-50%);
}

.newssubscribe__title {
    position: relative;
    z-index: 1;
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 23px;
    line-height: 31px;
    margin: 0 0 13px 0;
}

.newssubscribe__text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 25px 0;
}

.newssubscribe__form {
    position: relative;
    z-index: 1;
}

.inlineform__group {
    position: relative;
}

.inlineform__input {
    border: 1px solid #C4C4C4;
    border-radius: var(--border-radius);
    width: 100%;
    line-height: 18px;
    padding: 12px 58px 12px 18px;
    position: relative;
    font-size: 14px;
    margin-right: 30px;
}

.inlineform__input:focus {
    border-color: var(--color-blue);
    outline: none;
}

.inlineform__item_hidden {
    position: absolute !important;
    left: -200vw !important;
    top: -200vh !important;
    margin: 0;
}

.inlineform__item:first-child {
    display: none;
}

.inlineform__item:last-child {
    position: absolute;
    right: 0;
    top: 0;
}

.inlineform__submit.btn {
    font-size: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    overflow: hidden;
}

.inlineform__submit.btn:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 100%;
    height: 100%;
}

.form__agree {
    text-align: left;
    margin-top: 13px;
}
.form__agree-box {
    position: relative;
}
.form__agree-input {
    display: none;
}
.form__agree-label {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    padding-left: 20px;
    cursor: pointer;
    display: block;
}

.form__agree-label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #666666;
}

.form__agree-input:checked + .form__agree-label:before {
    border: 1px solid var(--color-blue);
}

.form__agree-input:checked + .form__agree-label:after {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);

}

@media all and (min-width: 992px) {
    .newssubscribe {
        padding: 30px 60px;
        margin-top: 90px;
    }

    .newssubscribe:before {
        background-color: #F0F0F0;
        position: absolute;
        z-index: 1;
        bottom: unset;
        left: unset;
        top: 50%;
        right: 0%;
        width: 100%;
        height: 390%;
        border-bottom: none;
        transform: rotate(-40deg) translateY(-90%);
        transform-origin: right;
        border-right: 8px solid #fff;
    }

    .newssubscribe:after {
        right: 0;
        left: unset;
        top: 0;
        bottom: 0;
        height: 263px;
        background-size: auto 224px;
    }

    .newssubscribe__title {
        font-weight: 450;
        font-variation-settings: "wght" 550;
        font-size: 36px;
        line-height: 46px;
        color: #333333;
        margin-bottom: 23px;
    }

    .newssubscribe__text {
        font-size: 18px;
        line-height: 27px;
        color: #333333;
        margin-bottom: 24px;
    }

    .inlineform__group {
        display: flex;
        flex-flow: row nowrap;
        font-size: 0;
    }

    .inlineform__input {
        border: 1px solid #C4C4C4;
        border-radius: var(--border-radius);
        width: 215px;
        line-height: 18px;
        padding: 12px 18px;
        position: relative;
        font-size: 14px;
        margin-right: 30px;
    }

    .inlineform__input:focus {
        border-color: var(--color-blue);
        outline: none;
    }

    .inlineform__item:first-child {
        display: block;
    }

    .inlineform__item:last-child {
        position: static;
    }



    .inlineform__item_hidden {
        position: absolute !important;
        left: -200vw;
        top: -200vh;
        margin: 0;
    }

    .inlineform__submit {
        font-size: 0;
        width: 44px;
        padding: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 12px auto;
    }
}

@media all and (min-width: 1280px) {
    .newssubscribe {
        padding: 55px 123px 46px 123px;
    }

    .newssubscribe:before {
        bottom: unset;
        left: unset;
        top: 60%;
        right: 0%;
        width: 100%;
        height: 410%;
        transform: rotate(-40deg) translateY(-90%);
    }

    .newssubscribe:after {
        height: 304px;
        background-size: auto 303px;
    }
}
/* 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/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?175622315914541 */
/* /local/templates/rinscom2/a/css/review-n-rating.css?175622290216407 */
/* /local/templates/rinscom2/components/bitrix/news.list/similar-articles--detailarticle/style.css?17129468721187 */
/* /local/templates/rinscom2/a/css/iblog.css?1732621568366 */
/* /local/templates/rinscom2/components/bitrix/catalog.section/in-article/style.css?1712946872274 */
/* /local/templates/rinscom2/a/css/cards.css?17135193128092 */
/* /local/templates/rinscom2/components/bitrix/catalog.item/.default/style.css?1712946872372 */
/* /local/templates/rinscom2/a/css/prodcrd.css?17545674298561 */
/* /local/templates/rinscom2/a/css/newssubscribe.css?17326237885689 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
