

/* Start:/local/templates/2018/components/bitrix/catalog/.default/style.css?17642523542055*/
@charset "UTF-8";

.catalog-section__spoiler + .catalog-section__items {
    width: 100%;
}

.catalog-section__filter ~ .catalog-section__items .message--errortext {
    margin-left: 0;
}

.content-style .catalog-section__list--bottom .section-list, .content-style .catalog-section__list--bottom .section-list {
    margin: 30px 0 0 0;
}

.content-style .product__pic .img-responsive, .product__pic .img-responsive {
    display: inline-block;
    margin: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.slick-vertical .slick-slide {
    width: 100%;
}

.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 .related_products .products{
    gap: 5px;
} 

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

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

.content-style .product, .product {
    width: 100%;
    text-align: left;
	border-radius: 5px;
}

.catalog-section--list .products__item .product__pic {
    text-align: center;
    width: 100%;
    display: block;
}


.content-style .catalog-section__list--bottom .section-list, .content-style .catalog-section__list--bottom .section-list {
    margin: 0 0 30px 0;
}

@media (min-width: 992px) {
    .catalog-section__items {
        width: 100% !important;
    }

    .catalog-section__filter ~ .catalog-section__items {
        width: 79% !important;
    }
}

.detail-anons {
    text-align: justify;
}

.products__item a.product.category:hover {
	color:#404140;
	text-decoration: none !important;
}

.products__item a.product.category:hover .product__title{
	text-decoration: none !important;
}

.solution-text-flex {
    flex-grow: 1;
    display: flex;
    height: 100%;
    align-items: flex-start !important;
    justify-content: center;
}

.solution-text-flex.flex-center {
    align-items: center !important;
}
/*.catalog-section__noItems {*/
/*padding-left: 0 !important;*/
/*}*/
/* End */


/* Start:/local/templates/2018/components/bitrix/catalog.section.list/.default/style.css?1762421078155*/
.catalog-bimage {
    margin-top: 50px;
}

.catalog-bimage img {
    transition: opacity 0.3s ease-in;
}

.catalog-bimage a:hover img {
    opacity: 0.8;
}
/* End */


/* Start:/local/templates/2018/components/iq/bxslider/template2/style.css?17624210804744*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    background: #fff;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/local/templates/2018/components/iq/bxslider/template2/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-pager {
    position: absolute;
    bottom: 10px;
}

.bx-pager.bx-number-pager a {
    background: #666;
    text-indent: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 1px;
    outline: 0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.bx-pager.bx-number-pager a:hover,
.bx-pager.bx-number-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/local/templates/2018/components/iq/bxslider/template2/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/local/templates/2018/components/iq/bxslider/template2/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1000;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/local/templates/2018/components/iq/bxslider/template2/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/local/templates/2018/components/iq/bxslider/template2/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

#iq-slider-block {
    position: relative;
}

#iq-slider ul {
    padding: 0;
    margin-top: 0;
}

#iq-slider ul li {
    left: 0;
    top: 0;
}

#iq-slider ul li:before {
    content: none !important;
}

.iq-bxslider-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 23.2759%;
}

/* 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/catalog/.default/style.css?17642523542055 */
/* /local/templates/2018/components/bitrix/catalog.section.list/.default/style.css?1762421078155 */
/* /local/templates/2018/components/iq/bxslider/template2/style.css?17624210804744 */
/* /local/templates/2018/components/bitrix/catalog.compare.list/comparer/style.css?17624210782595 */
