

/* Start:/local/templates/2018/components/bitrix/news/vendor/style.css?17643149301448*/
@charset "UTF-8";

.news-detail ~ .products .products__item {
  width: 25%;
}

@media only screen and (max-width: 1279px) {
  .news-detail ~ .products .products__item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .news-detail ~ .products .products__item {
    width: 50%;
  }
}

.news-detail-filter {
  padding-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .anons-pic {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.certpreview {
  margin-bottom: 40px;
}

.content-style h3 {
  font-size: 21px !important;
}

.content-style .news-list-block,
.news-list-block {
  border: 0 !important;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 6px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.content-style .btn-detail,
.btn-detail {
  border-radius: 15px;
}
.news-list-block__pic img {
  border-radius: 15px 15px 0 0;
}

.related_products .news-arrow {
  position: absolute;
  top: calc(50% - 35px);
}

.related_products .products__item,
.related_products .products__item .product {
  border: none !important;
}
.catalog-section__items {
  width: 100% !important;
}

.catalog-section__items .related_products .products {
  gap: 5px;
}

.related_products .news-arrow--left {
  left: -36px;
}

.related_products .news-arrow--right {
  right: -36px;
}

/* End */


/* Start:/local/templates/2018/components/bitrix/news.detail/vendor/style.css?17649327822835*/
@charset "UTF-8";

.news-detail .detail-text {
    border-bottom: none;
}
body {
    overflow-x: hidden;
}
.content-style .news-detail .anons-pic .img-responsive--empty {
    height: auto;
    display: inline-block;
}
.emptyAfterSection {
    margin-bottom: 0 !important;
}
.news-distrib-section {
    background: linear-gradient(90deg, #EE1D23 0%, #881114 100%);
    height: 295px;
    color: white;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 50px;
    margin-top: 55px;
}

/*.news-distrib-section .news-distrib-section-content{*/
/*    display:flex;*/
/*    flex-direction: column;*/
/*    gap: 35px;*/
/*}*/
.news-distrib-section img {
    position: relative;
    top: -64px;
    width: 450px;
}
.news-distrib-section-desc {
    display: flex;
    height: 100%
}
.news-distrib-content-main {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.news-distrib-section-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 16px;
    min-width: 50%;
    margin: auto;
}
.distrib-section-text {
    font-weight: bold;
}

.distrib-section-desc a {
    text-decoration: underline;
    white-space: nowrap;
}

.news-distrib-section .header-news-distrib span {
    font-size: 32px;
    font-weight: bold;
}
.news-distrib-seciont .header-news-distrib {
    width: 50%;
}
.header-news-distrib a {
    text-decoration: none !important;
}

@media screen and (max-width: 1140px) {
    .news-distrib-section-content {
        gap: 28px
    }
}

/*@media screen and (max-width: 1115px) {*/
/*    .news-distrib-section {*/
/*        height: 380px;*/
/*    }*/
/*}*/

@media screen and (max-width: 1240px) {
    .header-news-distrib{
        line-height: 25px;
    }

    .news-distrib-section {
        height: auto;
        padding: 25px;
        margin-bottom: 80px;
    }

    .news-distrib-section-vendor.news-distrib-section {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .news-distrib-section-content {
        gap: 28px
    }
    .news-distrib-section img {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .news-distrib-section-vendor.news-distrib-section {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .news-distrib-section-content {
        gap: 25px
    }
    .btn--white {
        margin-top:10px !important;
    }
    .news-distrib-section-content .btn--white {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .header-news-distrib span {
        font-size: 28px !important;
        line-height: 24px;
    }
    .news-distrib-section-content {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 375px) {
    .news-distrib-section {
        text-align: center;
    }
}
/* End */


/* Start:/local/components/news-likes/liked/templates/.default/style.css?17624224123041*/

.copied-it {
    /*font-weight:bold;*/
}
#btn-liked {
    margin-bottom: 12px;
}

.btn-liked:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.evaluate-wrapper {
    margin-bottom: 30px;
}

.view-stat:hover .suggestion-view-state {
    opacity: 1;
    visibility: visible;
}
.btn-checked-cmp path {
    stroke: white;
}

.btn-checked-cmp:hover {
    background-color: #707070 !important;
}

.btn-checked-cmp {
    background-color: #424242 !important;
    color:white !important;
}
.title-catalog-item-ch-cmp {
    margin-right: 4px;
}
.suggestion-view-state {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    position: absolute;
    background: #424242;
    border: 1px solid #424242;
    border-radius:4px;
    bottom: -27px;
    white-space: nowrap;
    padding: 0 5px;
    z-index: 2;
}
.suggestion-views {
    left: -15px;
}
.suggestion-likes {
    right: -25px;
}


.view-count {
    display:inline-flex;
    background-color: #424242;
    color:white;
    padding:7px 10px;
    border-radius: 7px;
    font-size: 12px;
    position: relative;
    line-height: 100%;
    align-items: center;
    align-content: center;
}
.view-stat {
    display: inline-flex;
    align-items: center;
}

.view-stat svg {
    margin-right: 6px;
}
.evaluate-wrapper-news .view-stat {
    white-space: nowrap;
    margin: 0 0px;
    display: flex;
    align-items: center;
}
.btn-evl:hover .share-item {
    opacity:100%;
    visibility: inherit;
}
/*.btn-evl:hover svg path {*/
/*    stroke:black;*/
/*}*/
.btn-evl {
    transition: 0.5s;
}


.share-item {
    visibility: hidden;
    opacity:0;
    position:absolute;
    left:0;
    top:36px;
    background-color: white;
    width:100%;
    z-index:10;
    box-shadow: 0px 2px 5px 0px #0000002E;
    border-radius: 7px;
}


.share-item span {
    padding:7px 10px;
    display: block;
}


.share-item span:hover {
    color: #EE1D23;
    text-decoration: underline;
}
.share {
    width:110px
}

.evl-share-wrap {
    width: 110px;
}
.evaluate-wrapper .btn-evl {
    display:inline-block;
    position: relative;
    cursor:pointer;
    padding-bottom: 10px;
}

.evaluate-wrapper > span,
.evaluate-wrapper > div {
    margin-right: 12px;
}

.evl-share-wrap:hover {
    background: white !important;
}
.btn-evl svg {
    vertical-align: sub;
} 

.btn-evl-news-subscribe svg {
   margin-top: 4px;
   margin-left: 2px;
}
/*.evaluate-wrapper .btn-evl:hover {*/
/*    background-color:#424242;*/
/*    color:white;*/
/*}*/


.add-cmp-ic svg{
    vertical-align: middle;
}

@media screen and (max-width: 1320px) {
    .wrapper-states {
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .evl-text {
        /* display: none; */
    }
    .evl-share-wrap {
        width: auto;
    }
    .btn-evl-news-subscribe svg {
        margin-top: 5px;
        margin-left: 0px;
     }
}

@media screen and (max-width: 590px) and (min-width: 480px) {
    .btn-evl-catalog-item {
        margin: 10px !important;
        margin-left: 0 !important;
    }
}
/* End */


/* Start:/local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17624210801249*/
.paging-wr{padding:25px 0;text-align:right}@media only screen and (max-width: 1023px){.paging-wr{padding:20px 0}}.content-style .paging,.paging{font-size:0;margin:0 -15px}.content-style .paging__item,.paging__item{color:#6d6d6d;display:inline-block;vertical-align:middle;font-size:20px;line-height:32px;margin:0 15px;text-align:center}@media only screen and (max-width: 1023px){.content-style .paging__item,.paging__item{margin:0 12px;font-size:16px;line-height:24px}}.content-style .paging__item--active,.paging__item--active{color:#303030;font-weight:500}html:not(.bx-touch) .content-style .paging__item:hover,.bx-touch .content-style .paging__item:active,html:not(.bx-touch) .paging__item:hover,.bx-touch .paging__item:active{text-decoration:none}.content-style .paging__item--arr,.paging__item--arr{margin:0 3px}.content-style .paging__item--arr:first-child,.paging__item--arr:first-child{margin-right:3px}.content-style .paging__item--arr:not(:first-child),.paging__item--arr:not(:first-child){margin-left:3px}.pager-arr,.content-style .pager-arr{display:inline-block;vertical-align:middle;width:32px;height:32px;padding:10px;line-height:0;text-align:center}.pager-arr .icon,.content-style .pager-arr .icon{width:12px;height:12px;fill:#6d6d6d}

/* End */


/* Start:/local/templates/2018/components/bitrix/catalog.section/tiscatalog/style.css?1764315384979*/
.product_deprecated {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: white;
  opacity: 0.57;
}
.product_deprecated-image {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}
/*.one-none-filter-item {*/
/*    padding-left: 25%;*/
/*}*/
/*.one-footer-item {*/
/*width:80% !important;*/
/*}*/
.label-count-one-item {
  margin-left: -28px !important;
}
.none-filter-items {
  width: 80% !important;
}
@media screen and (max-width: 785px) {
  .one-none-filter-item {
    padding-left: inherit;
  }
  .label-count-one-item {
    margin-left: inherit !important;
  }
  .section-none-filter-products .products__item {
    /* width: 100% !important; */
  }
  /*.none-filter-items {*/
  /*    width:100% !important;*/
  /*}*/
}

@media screen and (min-width: 1200px) {
  .footer-one-item {
    width: 90% !important;
  }
}

.products-inside-catalog.is-loading {
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

/* End */


/* Start:/local/templates/2018/components/bitrix/catalog.compare.list/comparer/style.css?17624210782595*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
.pictured{
position: fixed;
    bottom: -4px;
    left: auto;
    right: 3%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    right: 20px;
    bottom: 20px;
    border-radius: 5px;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77px;
z-index:1000;
background: white;
}
.pictured img{
width: 60px;
}
.counter{
position: absolute;
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
padding-top: 0.25em;
    height: 30.5px;
display: flex;
    align-items: center;
color: black;
}
.operate{
back-ground-image: url(https://sales.a1stage.ru/upload/medialibrary/0f6/e5is7nfdaxhq1o1zq3b3y5ye7dcov6v7.svg);
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
vertical-align: inherit;
}
.nooperate{
background-image: url(https://sales.a1stage.ru/upload/medialibrary/a94/v1n8vfqwjr1q1b23psdivm3dt3rtm0wl.svg);

    width: 50px;
    height: 40px;
    background-repeat: no-repeat;
vertical-align: inherit;
}
.nooperates:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 61%;
    top: 95%;
    z-index: 1;
    background: rgba(255,255,255,255);
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding: 5px 10px;
    border: 1px solid #333;
    width: 25%;
    border-radius: 4px;
}

/* End */
/* /local/templates/2018/components/bitrix/news/vendor/style.css?17643149301448 */
/* /local/templates/2018/components/bitrix/news.detail/vendor/style.css?17649327822835 */
/* /local/components/news-likes/liked/templates/.default/style.css?17624224123041 */
/* /local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17624210801249 */
/* /local/templates/2018/components/bitrix/catalog.section/tiscatalog/style.css?1764315384979 */
/* /local/templates/2018/components/bitrix/catalog.compare.list/comparer/style.css?17624210782595 */
