

/* Start:/local/templates/shtyl_2023/components/bitrix/news/articles/style.css?1730213887125*/
@media (min-width: 768px) {
    .catalog-sections-list .nav .nav-item:first-child .nav-link{
        padding-left: 0;
    }
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17733051585409*/

.kamatoc-wrap__title{
    font-size: 1.4667rem;
    font-weight: 500;
    line-height: 1.4667rem;
    color: #034991;
    padding: 0.6667rem 0!important;
    display: block;
}
ul.kamatoc{
    list-style: none;
    margin: 0 0 1.3333rem 0 !important;
    padding-left: 0 !important;
}
ul.kamatoc li.kamatoc__top {
    padding: 0.3333rem 0 0.3333rem 0 !important;
    line-height: 1.4667rem;
}
ul.kamatoc li.kamatoc__sub{
    padding: 0 !important;
}
ul.kamatoc li a {
    font-size: 1rem;
    color: var(--body-title);
    font-weight: 400;
    text-decoration: none;
}
ul.kamatoc li a:hover {
    color: #034991;
}
.news-detail .preview-text{
    font-size: 1.1429rem;
    font-weight:500;
}
.news-detail .articleBody{
    margin-top: 1rem;
}
.news-detail h2{
    color:var(--primary);
    margin-bottom: 1.5rem;
    padding: 1.3333rem 0 1.3333rem 0;
}
.news-detail h3{
    /*font-size: 1.2rem;
    margin-bottom: 1.5rem;*/
    padding: 1.3333rem 0 1.3333rem 0;
}

.annotaion,.annotaion p {
    font-size: 1.2143rem !important;
}

/* CHANGE STYLES */
.bg-light.header-light {
    background: none !important;
}
.news-detail p {
    line-height: 1.7rem;
}
.news-detail td p:last-child{
    margin-bottom:0;
}
.news-detail h2,.news-detail h3 {
    margin-bottom: 0;
}
.news-detail .quote .content__info__text b {
    display: inline-block;
}
.news-detail .preview-block {
    color: var(--gray-600);
}
.news-detail .preview-block .label{
    padding-right: 0.25rem;
}
.ya-share-block-button:hover span{
    color:#000000;
}

.news-detail .row.no-padding.content__info .image__item img:not(.img-fluid) {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
}
.news-detail img:not(.img-fluid) {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.3333rem;
}

.news-detail .video__item__text {
    font-weight: 500;
}

.news-detail .image__item {
    padding-top: 1rem;
}
.news-detail .video-article {
    text-align: center;
    padding: 1rem 0;
}

.news-detail .p_ul_tag li, .news-detail .p_ul_tag {
    /*padding: 0.6667rem 0 0 0;*/
    line-height: 1.7rem;
}


/* */
.news-detail .quote {
    padding: 1.875rem;
    background: var(--gray-100);
    margin: 1rem 0 !important;
}

.news-detail table:not(.table) thead > tr td,
.news-detail table:not(.table) thead > th {
    background: var(--gray-100);
    font-weight: bold;
}
.news-detail table:not(.table) thead th,
.news-detail table:not(.table) thead td{
    text-align:center;
    font-weight: 500;
    color: #000;
    padding: 0.9333rem 1.3333rem;
    border: 1px solid var(--gray-400);
}
.news-detail table:not(.table) td,
.news-detail table:not(.table) th {
    padding: 0.3125rem 1.25rem;
    line-height:1.5rem;
    border: 1px solid var(--gray-400);
}
.news-detail table:not(.table) tfoot {
    background: var(--gray-100);
    font-weight: bold;
}
.news-detail table {
    padding-bottom: 1rem;
}

.news-detail .image__item img {
    width: 100%;
}
/* the slides */
.slick-slide {
    margin: 0 1rem 0 0;
}

/* the parent */
.slick-list {
    margin: 0 -1rem;
}
.news__image__slider {
    padding: 3rem 0;
    width: calc(100% + 1rem);
}
.news-detail .image__item {
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0;
}
.news-detail .p_ul_tag ul li,.news-detail .p_ul_tag ol li {
    padding: 0.625rem 0 0 0;
    line-height: 1.7rem;
}
/*.news-detail .table > :not(:first-child) {
    border: initial !important;
}*/
.news-detail .p_ul_tag p {
    margin-bottom: 0;
}
.news-detail .ratio{
    margin-bottom:1rem;
}
.news-detail .video-article{
    --aspect-ratio: 56.25%;
    position: relative;
    width: 100%;
    margin-bottom:1rem;
}
.news-detail .video-article:before {
    content: "";
    display: block;
    padding-top: var(--aspect-ratio);
}
.news-detail .video-article>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 992px) {
    #article-products {
        margin-top:-1rem;
    }
}

@media (max-width:767px) {
    .article__content__info.table {
        overflow-y: scroll;
    }
}
@media (min-width:992px) {
    .articleBody p,.articleBody td,.articleBody li, .articleBody a, .content__info__text, .articleBody th {
        font-size:1.143rem;
    }
    .news-detail .video-article{
        width:66.66666667% !important;
        margin:1rem auto;
    }
}

.articleTags {
    gap: 0.5rem 1rem;
}

.articleTags a {
    color: var(--secondary-color);
}

.articleTags a:hover {
    color: var(--primary);
}

.articleAuthorPerson img {
    width:50px!important;
    height:50px!important;
}

.faq-item-question,
.faq-item-answer,
.faq-item-answer p {
    font-size: 1.143rem;
}

.faq-block .accordion{
    --accordion-bg: #effcef;
    --accordion-btn-color: var(--primary);
    --accordion-active-bg:#effcef;
    --accordion-active-color:var(--primary);
    --accordion-btn-icon:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201024%201024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M466.8%20813.2c25%2025%2065.6%2025%2090.6%200l384-384c25-25%2025-65.6%200-90.6s-65.6-25-90.6%200L512%20677.4%20173.2%20338.8c-25-25-65.6-25-90.6%200s-25%2065.6%200%2090.6l384%20384z%22%2F%3E%3C%2Fsvg%3E");
    --accordion-btn-active-icon:var(--accordion-btn-icon);
}
.faq-block .accordion-item h2{
    padding:  0;
}
.faq-block .accordion-item .accordion-button{
    font-size: inherit;
    font-weight:500;
}

/* End */


/* Start:/local/assest/public/slick-slider/slick/slick.css?17302138861776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/assest/public/slick-slider/slick/slick-theme.css?17302138863145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/assest/public/slick-slider/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/assest/public/slick-slider/slick/./fonts/slick.eot');
    src: url('/local/assest/public/slick-slider/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/assest/public/slick-slider/slick/./fonts/slick.woff') format('woff'), url('/local/assest/public/slick-slider/slick/./fonts/slick.ttf') format('truetype'), url('/local/assest/public/slick-slider/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/shtyl_2023/components/shtyl/catalog.section.list/hits/style.css?1730213887630*/
.hits_list_nav .scroll-bg ul.nav{
    --nav-link-font-size: 1rem;
    --nav-link-padding-x: 1rem;
    --nav-link-padding-y: 0.4rem;
    --nav-pills-border-radius: 1.3333rem;
    --nav-pills-link-active-color: #000000;
    --nav-pills-link-active-bg: none;
    --nav-link-font-weight: 500;
}

.hits_list_nav .scroll-bg .nav-pills .nav-link.active,
.hits_list_nav .scroll-bg .nav-pills .show>.nav-link {
    background: linear-gradient(212.62deg, rgba(3, 73, 145, 0.311398) -34.86%, rgba(3, 73, 145, 0.0689096) 111.5%), #FFFFFF;
    background-color: var(--nav-pills-link-active-bg);
    color: var(--nav-pills-link-active-color);
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog.item/.default/style.css?177346893614776*/


.product-item.card{
    --card-border-color:#E5E5E5;
    --card-border-radius: 0.2143rem;
    --card-height:100%;
    --card-spacer-y: 1.4286rem;
    --card-spacer-x: 1.4286rem;
}
@media (min-width: 992px) {
    .bx-no-touch .product-item:hover{
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }
}

.product-item .card-body{
    position:relative;
    padding: 0;
    margin: 0 var(--card-spacer-y) var(--card-spacer-x);
}
.product-item-line .product-item .card-body{
    margin: var(--card-spacer-y) var(--card-spacer-x);
}

.product-item .product-item-top-block{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
}
.product-item .product-item-other-actions{
    z-index:2;
}
.product-item .product-item-other-actions ul.nav{
    --nav-link-padding-x: 0.5rem;
    --nav-link-padding-y: 0.95rem;
    --nav-link-font-size:1.25rem;

}
.product-item-line .product-item .product-item-other-actions ul.nav {
    --nav-link-padding-y: 0rem;

}
.product-item .product-item-other-actions i{
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .product-item-line .product-item .product-item-other-actions{
        position: absolute;
        top: -1rem;
        right: -1rem;
        z-index: 1;
        margin-top: 0;
        padding: 0;
    }
}

.product-item .product-item-picture{
     width:100%;
     height:100%;
     display:block;
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
    background-color: #fff;
 }
.product-item .item-image-wrapper{
    padding-top:15.6429rem;
    z-index: 1;
}

.product-item .product-item-image-wrapper{
    margin-left: var(--card-spacer-x);
    margin-right: var(--card-spacer-x);
    margin-top: var(--card-spacer-y);
    margin-bottom: 1rem;
}
.product-item-line .product-item .product-item-image-wrapper {
    margin-left: 0;
    margin-right:0;
    margin-top:0;
    margin-bottom: 0;
}
.product-item .product-item-image-wrapper .swiper-pagination-bullet{
    border-radius: 0!important;
}
.product-item .product-item-image-wrapper .swiper-pagination{
    display: flex;
    bottom: 0 !important;
    position: relative !important;
    --swiper-pagination-bullet-height:2px;
    --swiper-pagination-bullet-width:100%;
    --swiper-pagination-color:var(--primary);
}

.product-item .product-item-title{
    display: block;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.0714rem;
    line-height:1.2857rem;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.7rem;
}
.product-item .product-item-title:hover{
    text-decoration:none;
    color:var(--primary) !important;
}

.product-item-line .product-item .product-item-title{
    height:auto !important;
}
@media (max-width: 767px) {
    .product-item .product-item-title{
        -webkit-line-clamp: 3;
        height: 4rem;
    }
}
/*
    .product-item.card.with-hit-description{
        --card-spacer-y: .5rem;
        --card-spacer-x: .5rem;
    }
    .product-item.with-hit-description .product-item-title{
        font-size: 0.8571rem;
        line-height:1rem;
    }
    .product-item.with-hit-description .review-item-rate > .row > .star-rate-block{
        width: auto;
    }
}*/

.swiper-slide .product-item:not(.with-hit-description){
    max-width:22.7143rem;
}
.swiper-slide .product-item-slide{
    background: transparent !important;
    width:auto;
}
@media (max-width: 767px){
    .swiper-slide.product-item-slide {
        max-width: 19.5714rem;
    }
}
@media (max-width: 991px){
    .product-item-slide {
        max-width: 19.5714rem;
    }
}
@media (min-width: 992px){
    .swiper-slide .product-item-container{
        padding: 1rem;
    }
}


/*Amount*/
.product-item .product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item .product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}


.product-item .product-item-amount-field-btn-plus,
.product-item .product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item .product-item-amount-field-btn-plus,
.bx-retina .product-item .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item .product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item .product-item-amount-field-btn-plus:after,
.product-item .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item .product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item .product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item .product-item-amount-field-btn-plus:hover:after,
.product-item .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item .product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item .product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item .product-item-amount-field { border-width: .5px; }

.product-item .product-item-amount-field:focus { outline: none !important; }

.bx-no-touch .product-item input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch .product-item input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.product-item .product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item .product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item .product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/* SKU */
.product-item ul.product-item-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.product-item ul.product-item-scu-item-list>li{
    position: relative;
    flex: 1 1 auto;
}
.product-item ul.product-item-scu-item-list li{
    margin-right: .5rem;
}
.product-item ul.product-item-scu-item-list li:last-child{
    margin-right: 0;
}

/* Price */
.product-item .product-item-price-container{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-item .product-item-price-current{
    color: var(--primary);
    font-size: 1.5714rem;
    font-weight: bold;
    line-height: 1.85;
    white-space: nowrap;
}
.product-item .product-item-price-old{
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 1rem;
    color:var(--secondary);
    line-height: 1;
}

@media (max-width: 767px) {
    .product-item .product-item-price-current{
        font-size: 1.2857rem;
    }
    .product-item .product-item-price-old {
        font-size: 1rem;
    }
}
.product-item .product-item-button-container .btn{
    width:100%;
}
.product-item .add-to-cart-btn.in-cart {
    --btn-bg: var(--success) !important;
    --btn-border-color: var(--success) !important;
    white-space: nowrap;
}
.product-item .btn{
    vertical-align: text-top;
    --btn-padding-y: 0.5rem;
}
.product-item .hit-description-block{
    height: 100%;
    padding-left: 0;
    padding-right: var(--card-spacer-x);
    padding-top: calc(var(--card-spacer-y)*1.85);
    padding-bottom: calc(var(--card-spacer-y)*1);
}
.product-item .hit-description-block > div{
    border-left: var(--border-width) var(--border-style) var(--border-color);
    padding-left:var(--card-spacer-x);
    height:100%;
    /*display: flex;
    flex-wrap: wrap;*/
}
.product-item .hit-description-block > div > *{
    width:100%;
}
.product-item .hit-description-title{
    font-size:1rem;
    font-weight:500;
    margin-bottom:1rem;
}

.product-item .hit-description-block .btn-link{
    font-size:1.0714rem;
}
@media (max-width: 767px) {
    .product-item .hit-description-block{
        padding:0 var(--card-spacer-y) var(--card-spacer-x) var(--card-spacer-x);
    }
    .product-item .hit-description-block > div{
        border-left:none;
        padding-left:0;
    }
}

@media (max-width: 767px) {
    .product-item-line .product-item .product-item-properties{
        font-size: 0.8rem;
    }
}
.product-item-line .product-item .product-item-properties{
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    font-weight: 400;
    font-size: 0.9286rem;
}
.product-item-line .product-item .product-item-properties li{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    padding: 0.25rem 1rem;
}
.product-item-line .product-item .product-item-properties li:nth-of-type(odd){
    background-color: #f7f7f7;
}
.product-item-line .product-item .product-item-properties-name{
    color:#4C4C4C;
    margin-right: 0.5rem;
}
.product-item-line .product-item .product-item-properties-value{
    color:#4c4c4c;
    font-weight: 500;
    text-align: end;
}


.product-item .product-label-text{
    padding: 0.65rem;
    position: relative;
}

.product-label-text .label {
    display: inline-block;
    position: relative;
}

.product-label-text .sticker {
    font-size: 0.857rem;
    font-weight: 500;
    border-radius: 2.1429rem;
    border: 2px solid;
    border-color: #E5E5E5;
    padding: 0.35rem 0.65rem;
    line-height: 1;
    cursor:pointer;
    background-color: #ffff;
}
.product-label-text .label:nth-child(2n+1) {
    z-index: 11;
}
.product-label-text .label:nth-child(2n){
    padding-left: 1rem;
}

.product-label-text .sticker.new {
    border-color: var(--success);
    color:var(--success);
}

.product-label-text .sticker.action {
    border-color: var(--warning);
    color:var(--secondary);
}

.product-label-text .sticker.hit {
    border-color:var(--warning);
    color:var(--warning);
}

.product-label-text .label .tooltip-img{
    line-height: 1;
    margin-top: 0;
}



.product-item .hit-description ul:last-child{
    margin-bottom:0;
}

.product-item .review-item-rate .star-rate-label,
.product-item .review-item-rate .star-rate-text {
    font-weight:500;
}


ul.product-item-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
ul.product-item-scu-item-list>li{
    position: relative;
    flex: 1 1 auto;
}
/*
ul.product-item-scu-item-list li:not(:last-child){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
ul.product-item-scu-item-list li:not(:first-child), ul.product-item-scu-item-list li:nth-child(n+3){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

*/
ul.product-item-scu-item-list li:not(:first-child) {
    margin-left: .5rem;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #C4C4C4;
    background-color: #ffffff;
    color: #414142;
    font-weight: 500;
    font-size:0.7333rem;
    padding: 0.3rem 0.65rem 0.15rem;
    line-height: 1;
    max-width: 100%;
    cursor:pointer;
    border-radius: 0.25rem;
}
.product-item-scu-item-color-container.selected,
.product-item-scu-item-text-container.selected{
    border: 1px solid #000000;
    color: #000000;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item .in-stock-block i.few{
    color:#D12E26;
}
.product-item .in-stock-block i.medium{
    color:#FF9605;
}
.product-item .in-stock-block i.lot{
    color: #007D23;
    
}
.product-item .in-stock-block i.in_production_1,
.product-item .in-stock-block i.in_production_2{
    color:var(--primary);
}

/* End */


/* Start:/local/components/tbwp/compare.item/templates/.default/style.css?1765962235598*/
.compare-item-link:hover{
    cursor:pointer;
}
.compare-item-link .nav-link {
    color: #000;
}
.compare-item-link .nav-link:hover,
.compare-item-link .nav-link.active{
    text-decoration: none;
    color: var(--primary) !important;
}

.compare-item-link .status-text-block{
    display:inline;
    padding-left: 0.25rem;
}
.compare-item-link .status-text-block span{
    display:none;
}
.compare-item-link .nav-link:not(.active) .status-text-block span:first-child{
    display:inline-block;
}
.compare-item-link .nav-link.active .status-text-block span:last-child{
    display:inline-block;
}

/* End */


/* Start:/local/components/tbwp/favourites.item/templates/.default/style.css?1765962235699*/
.favourite-item-link:hover{
    cursor:pointer;
}
.favourite-item-link .nav-link i{
    vertical-align: 1px;
}
.favourite-item-link .nav-link:hover i,
.favourite-item-link .nav-link.active i{
    color:var(--primary) !important;
    text-decoration: none;
}
.favourite-item-link .nav-link .block-icons{
    display:inline-block;
}

.favourite-item-link .status-text-block{
    display:inline;
    padding-left: 0.25rem;
}
.favourite-item-link .status-text-block span{
    display:none;
}
.favourite-item-link .nav-link:not(.active) .status-text-block span:first-child{
    display:inline-block;
}
.favourite-item-link .nav-link.active .status-text-block span:last-child{
    display:inline-block;
}

/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/reviews.rate/.default/style.css?17476585091925*/
.tbwp-reviews-rate .star-rate-block{
    display: flex;
    align-items: center;
    margin-right:1rem;
}
.tbwp-reviews-rate .star-rate-text{
    display: flex;
    align-items: center;

}

.tbwp-reviews-rate .star-rate-label{
    padding-left:0.25rem;
}


.tbwp-reviews-rate .star-rate-label,
.tbwp-reviews-rate .star-rate-text {
    color: #000000;
    white-space: nowrap;
    line-height:1;
    font-weight:400;
}
.tbwp-reviews-rate .star-rate-text i{
    padding-right: 0.5rem;
}
.tbwp-reviews-rate .star-rate-text.empty-items{
    color:var(--secondary);
}
.tbwp-reviews-rate .star-rate-text:hover{
    text-decoration:none;
    color:var(--primary) !important;
}



.tbwp-reviews-rate .rating-wrapper{
    position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tbwp-reviews-rate .rating-wrapper .stars{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color:var(--secondary);
}
.tbwp-reviews-rate .rating-wrapper .stars-fill{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
    color:var(--danger);
}
.tbwp-reviews-rate .rating-wrapper .star {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgb(var(--light));
    cursor: default;
    font-size:1.0714rem;
}

.tbwp-reviews-rate .rating-wrapper .stars div:not(:first-child){
    margin-left:0.2rem;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/bitrix/catalog.top/hits/slider/style.css?1730213887129*/
@media (min-width: 768px) and (max-width: 991px) {
    .catalog-hits-top .product-item-slide {
        max-width: 41rem;
    }
}

/* End */


/* Start:/local/templates/shtyl_2023/components/shtyl/news.list/news-list/style.css?17570556976327*/
.news-items-list .card{
    --card-border-width: 0;
    --card-inner-border-radius:3px;
}
.news-items-list .card .card-text{
    font-size: 1.0714rem;
    line-height: 1.2857rem;
}

.news-items-list .card .img-block{
    opacity: 1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom:1.25rem;
    height: 12.143rem;
}
.news-items-list .card:hover .img-block{
    opacity: .8;
}

@media (min-width: 1400px) {
    .news-items-list .card .img-block{
        height: 13.2rem;
    }
} 
@media (max-width: 1399px) {
    .news-items-list .card .img-block{
        height: 11rem;
    }
}
@media (max-width: 991px){
    .news-items-list .swiper-slide{
        max-width: 21.07143rem;
    }
    .news-items-list .card .img-block{
        height: 12.78571rem;
    }
}
@media (max-width: 767px){
    .news-items-list .swiper-slide{
        max-width: 21.85714rem;
    }
}

.news-items-list .label-wrapper{
    position: absolute;
    top:0;
    left:0;
}
.news-items-list .label {
    border-radius: 3px 0 0 0;
    line-height: 1.6667rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8667rem;
    padding: 0 0.5rem;
    display: inline-block;
    position: relative;
}
.news-items-list .label:after{
     display: block;
     content: '';
     height: 100%;
     width: 1.5rem;
     position: absolute;
     top: 0;
     right: -1.45rem;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }
.news-items-list .label.red{
    background-color: #dc0d15;
    color:#ffffff;
}
.news-items-list .label.red:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjREMwRDE1Ii8+Cjwvc3ZnPgo=");
}

.news-items-list .label.blue{
    background-color: #2f72cf;
    color:#ffffff;
}
.news-items-list .label.blue:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjMkY3MkNGIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.grayy{
    background-color: #6A645C;
    color:#ffffff;
}
.news-items-list .label.grayy:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjNkE2NDVDIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.fiolet{
    background-color: #83418c;
    color:#ffffff;
}
.news-items-list .label.fiolet:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjODM0MThDIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.orange{
    background-color: #f29c38;
    color:#ffffff;
}
.news-items-list .label.orange:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjRjI5QzM4Ii8+Cjwvc3ZnPgo=");
}

.news-items-list .label.deep_blue{
    background-color: #034991;
    color:#ffffff;
}
.news-items-list .label.deep_blue:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjMDM0OTkxIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.green{
    background-color: #197b30 !important;
    color:#ffffff;
}
.news-items-list .label.green:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjMTk3QjMwIi8+Cjwvc3ZnPgo=");
}
.news-items-list .label.yellow{
    background-color: #f7c644 !important;
    color:#ffffff;
}
.news-items-list .label.yellow:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRMNC4xOTYyOWUtMDYgMEwyMC43OTA2IDMuNjM1MTRlLTA2QzE4LjYyNzQgMy4yNTY5MWUtMDYgMTYuNjMxNiAxLjE2NDQ1IDE1LjU2NzIgMy4wNDc2Nkw1LjQ0NzE2IDIwLjk1MjNDNC4zODI3MyAyMi44MzU2IDIuMzg3IDI0IDAuMjIzNzg4IDI0TDAgMjRaIiBmaWxsPSIjRjdDNjQ0Ii8+Cjwvc3ZnPgo=");
}

@media (min-width: 768px) {
    .news-items-list .label-wrapper .label:nth-child(2n+1){
        z-index: 11;
    }
    .news-items-list .label-wrapper .label:nth-child(2n){
        padding-left: 1.25rem;
    }
}


/* End */


/* Start:/local/templates/shtyl_2023/components/shtyl/likeit.button/.default/style.css?17669643023392*/
/**
 * Стили компонента лайков и дизлайков
 *
 * Использует Bootstrap 5 CSS переменные для цветов
 *
 * @package Shtyl\LikeIt\Components
 * @author Shtyl
 * @version 1.0.0
 */

/* Основной контейнер */
.shtyl-likeit {
    display: inline-block;
}

.shtyl-likeit .nav {
    --bs-nav-link-padding-x: 0.5rem;
    --bs-nav-link-padding-y: 0.25rem;
    gap: 0.5rem;
}

.shtyl-likeit .nav-item {
    display: flex;
    align-items: center;
}

/* Кнопки лайка и дизлайка */
.shtyl-likeit .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.15rem;
    border-radius: 0.375rem;
    text-decoration: none;
    color: var(--bs-secondary, #6c757d);
    background-color: transparent;
    border: none;
    transition: all 0.15s ease-in-out;
    font-size: 0.875rem;
    line-height: 1.5;
}

.shtyl-likeit--actionable .shtyl-likeit__like:hover {
    color: var(--bs-success, #198754);
}

.shtyl-likeit--actionable .shtyl-likeit__dislike:hover {
    color: var(--bs-danger, #dc3545);
}

.shtyl-likeit--actionable .nav-link {
    cursor: pointer;
}

.shtyl-likeit:not(.shtyl-likeit--actionable) .nav-link {
    cursor: default;
}

.shtyl-likeit__like.active {
    color: var(--bs-success, #198754);
}

.shtyl-likeit--actionable .shtyl-likeit__like:hover .shtyl-likeit__icon--like,
.shtyl-likeit__like.active .shtyl-likeit__icon--like {
    filter: invert(42%) sepia(93%) saturate(352%) hue-rotate(100deg) brightness(95%) contrast(89%);
}

/* Активное состояние дизлайка */
.shtyl-likeit__dislike.active {
    color: var(--bs-danger, #dc3545);
}

.shtyl-likeit--actionable .shtyl-likeit__dislike:hover .shtyl-likeit__icon--dislike,
.shtyl-likeit__dislike.active .shtyl-likeit__icon--dislike {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

/* Иконки */
.shtyl-likeit__icon {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out, filter 0.15s ease-in-out;
}

.shtyl-likeit__icon--like {
    background-image: url('/local/templates/shtyl_2023/components/shtyl/likeit.button/.default/images/like.svg');
}

.shtyl-likeit__icon--dislike {
    background-image: url('/local/templates/shtyl_2023/components/shtyl/likeit.button/.default/images/dislike.svg');
}

/* Увеличиваем насыщенность иконки при наведении */
.shtyl-likeit--actionable .nav-link:hover .shtyl-likeit__icon {
    opacity: 1;
}

.shtyl-likeit .nav-link.active .shtyl-likeit__icon {
    opacity: 1;
}

/* Счётчик */
.shtyl-likeit__count {
    font-weight: 500;
    min-width: 1rem;
    text-align: center;
}

/* Анимация при клике */
@keyframes shtyl-likeit-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.shtyl-likeit--actionable .nav-link:active .shtyl-likeit__icon {
    animation: shtyl-likeit-pulse 0.2s ease-in-out;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 576px) {
    .shtyl-likeit .nav-link {
        padding: 0.15rem;
        font-size: 0.8125rem;
    }

    .shtyl-likeit__icon {
        width: 1rem;
        height: 1rem;
    }
}

/* End */


/* Start:/local/components/shtyl/yandex.share/templates/article_footer/style.css?17669643023224*/
.ya-share-wrap .ya-share2__list.ya-share2__list_direction_horizontal {
    display:flex;
    align-items: center;
    margin:0;
}

.ya-share-wrap .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    order:1;
    margin:0.25rem 0.25rem!important;
}

.ya-share-wrap .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item_copy {
    order:0;   
}

.ya-share-block .ya-share-block-popover {
    opacity:0;
    position:absolute;
    width:0;
    height:0;
}

.ya-share-block .ya-share-block-button:hover i {
    color: var(--link-color);
}

.ya-share-wrap .ya-share2__link_copy .ya-share2__badge  {
    background: transparent;
}
.ya-share-wrap .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 20px;
    height: 20px;
}
.ya-share-wrap .ya-share2__item_copy .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.85 3.11H13.59V2.85C13.5874 2.09494 13.2863 1.37157 12.7523 0.837657C12.2184 0.303749 11.4951 0.00263547 10.74 0L2.85 0C2.09494 0.00263547 1.37157 0.303749 0.837657 0.837657C0.303749 1.37157 0.00263547 2.09494 0 2.85L0 10.74C0.00263547 11.4951 0.303749 12.2184 0.837657 12.7523C1.37157 13.2863 2.09494 13.5874 2.85 13.59H3.11V13.85C3.1113 14.2273 3.18723 14.6006 3.33342 14.9484C3.47961 15.2962 3.69317 15.6116 3.9618 15.8765C4.23043 16.1414 4.54882 16.3506 4.89862 16.4919C5.24843 16.6332 5.62274 16.704 6 16.7H13.89C14.6451 16.6974 15.3684 16.3963 15.9023 15.8623C16.4363 15.3284 16.7374 14.6051 16.74 13.85V6C16.744 5.61936 16.672 5.24176 16.5282 4.88931C16.3844 4.53687 16.1716 4.21668 15.9025 3.94752C15.6333 3.67835 15.3131 3.46563 14.9607 3.32181C14.6082 3.178 14.2306 3.10599 13.85 3.11ZM2.85 11.89C2.54581 11.8874 2.25482 11.7654 2.03971 11.5503C1.82461 11.3352 1.70261 11.0442 1.7 10.74V2.85C1.70261 2.54581 1.82461 2.25482 2.03971 2.03971C2.25482 1.82461 2.54581 1.70261 2.85 1.7H10.74C11.0442 1.70261 11.3352 1.82461 11.5503 2.03971C11.7654 2.25482 11.8874 2.54581 11.89 2.85V3.11H6C5.61936 3.10599 5.24176 3.178 4.88931 3.32181C4.53687 3.46563 4.21668 3.67835 3.94752 3.94752C3.67835 4.21668 3.46563 4.53687 3.32181 4.88931C3.178 5.24176 3.10599 5.61936 3.11 6V11.93L2.85 11.89ZM11.85 4.81V10.74C11.8474 11.0442 11.7254 11.3352 11.5103 11.5503C11.2952 11.7654 11.0042 11.8874 10.7 11.89H4.81V6C4.80587 5.8426 4.83383 5.68601 4.89218 5.53977C4.95052 5.39353 5.03802 5.26069 5.14936 5.14936C5.26069 5.03802 5.39353 4.95052 5.53977 4.89218C5.68601 4.83383 5.8426 4.80587 6 4.81H11.85ZM14.96 13.81C14.9682 14.1143 14.8563 14.4097 14.6487 14.6323C14.441 14.8549 14.1542 14.987 13.85 15H6C5.69581 14.9974 5.40482 14.8754 5.18971 14.6603C4.97461 14.4452 4.85261 14.1542 4.85 13.85V13.59H10.78C11.5351 13.5874 12.2584 13.2863 12.7923 12.7523C13.3263 12.2184 13.6274 11.4951 13.63 10.74V4.81H13.89C14.1942 4.82301 14.481 4.95508 14.6887 5.1777C14.8963 5.40033 15.0082 5.69567 15 6L14.96 13.81Z' fill='black'/%3E%3C/svg%3E%0A");
}


@media (min-width: 768px) {
    .ya-share-wrap .ya-share2__link {
        filter: grayscale(1);
    }

    .ya-share-wrap .ya-share2__link:hover {
        filter: grayscale(0);
    }
}

/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/discussion.list/comments/style.css?1766964302158*/
.tbwp-discussion-list-wrap .tbwp-discussion-list-item:not(:last-child)>.tbwp-discussion-item{
    padding-bottom: 1rem;
    border-bottom:1px solid #dadcde;
}
/* End */


/* Start:/local/templates/shtyl_2023/components/tbwp/discussion.add/comment/style.css?1766964302142*/
.tbwp-discussion-add input, 
.tbwp-discussion-add textarea,
.tbwp-discussion-add .field_message
{
    font-size: 1rem;
    font-weight: 400;
}
/* End */
/* /local/templates/shtyl_2023/components/bitrix/news/articles/style.css?1730213887125 */
/* /local/templates/shtyl_2023/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17733051585409 */
/* /local/assest/public/slick-slider/slick/slick.css?17302138861776 */
/* /local/assest/public/slick-slider/slick/slick-theme.css?17302138863145 */
/* /local/templates/shtyl_2023/components/shtyl/catalog.section.list/hits/style.css?1730213887630 */
/* /local/templates/shtyl_2023/components/bitrix/catalog.item/.default/style.css?177346893614776 */
/* /local/components/tbwp/compare.item/templates/.default/style.css?1765962235598 */
/* /local/components/tbwp/favourites.item/templates/.default/style.css?1765962235699 */
/* /local/templates/shtyl_2023/components/tbwp/reviews.rate/.default/style.css?17476585091925 */
/* /local/templates/shtyl_2023/components/bitrix/catalog.top/hits/slider/style.css?1730213887129 */
/* /local/templates/shtyl_2023/components/shtyl/news.list/news-list/style.css?17570556976327 */
/* /local/templates/shtyl_2023/components/shtyl/likeit.button/.default/style.css?17669643023392 */
/* /local/components/shtyl/yandex.share/templates/article_footer/style.css?17669643023224 */
/* /local/templates/shtyl_2023/components/tbwp/discussion.list/comments/style.css?1766964302158 */
/* /local/templates/shtyl_2023/components/tbwp/discussion.add/comment/style.css?1766964302142 */
