

/* Start:/local/templates/.default/components/bitrix/breadcrumb/main/style.css?1554305402799*/
.breadcrumbs .item {
    display: inline-block;
}

.breadcrumbs .item:not(:last-child)::after {
    content: "|";
    font-size: 11px;
    margin: 0 13px;
}

.breadcrumbs .item a {
    font-size: 12px;
    color: rgb(97, 97, 97);
    text-decoration: underline;
    font-family: RobotoRegular, sans-serif;
}
.breadcrumbs .item span{font-size: 12px;}
.breadcrumbs .item:first-child a::before {
    content: url(/local/templates/.default/components/bitrix/breadcrumb/main/images/breadcrumbs__home.png);
    margin-right: 26px;
}

.breadcrumbs .item:last-child a {
    color: #000000;
    text-decoration: none;
}
@media (max-width: 550px) {
    .breadcrumbs .item a {
        font-size: 10px;
    }

    .breadcrumbs .item:not(:last-child)::after {
        margin: 0 7px;
    }

    .breadcrumbs .item:first-child a::before {
        margin-right: 13px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/promotion/style.min.css?1558601680405*/
.descr-pic img{width:100%;margin:10px 0 25px}.descr{margin-bottom:25px}@media screen and (max-width:1199px){.goods__card-sort--container.hide.mobile-show .goods__card-sort-filter{display:none}.goods__card-sort--container.hide.mobile-show .goods__card-sort-filter-button{width:100%;margin-left:0}.goods__card-sort--container.hide-mobile .goods__card-sort-filter{width:0;margin:0;padding:0;overflow:hidden}}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/load_more/style.css?15613775803289*/
.card-cell__show-more {
    padding: 19px 27px;
    /* width: 758px; */
    background-color: #3f83c5;
    border: 1px solid #3f83c5;
    margin: 20px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.card-cell__show-more:hover{
    background-color: #154b7e;
    border-color: #154b7e;
    transition: background .3s linear;
}
.card-cell__show-more a{
    font-size: 13px;
    color: #fff;
    font-family: AbradeBold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.card-cell__show-more a:hover{color: #fff;}
@media sceen and (max-width: 550px) {
    .card-cell__show-more {padding: 14px 27px;}
    .card-cell__show-more a{font-size: 11px;}
}

.b-pagination {
    margin-top: 21px;
    display: table;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-collapse: collapse
}

.b-pagination--hidden {
    display: none
}

@media print,screen and (min-width: 768px) {
    .b-pagination {
        margin-top:30px
    }
}

.b-pagination__row {
    display: table-row
}

.b-pagination__item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e6e6e6
}

@media print,screen and (min-width: 768px) and (max-width:1199px) {
    .b-pagination__item--big {
        width:101px
    }
}

@media screen and (min-width: 1200px) {
    .b-pagination__item--big {
        width:151px
    }
}

.b-pagination__item--current {
    background: #fafafa;
    font-weight: 700
}

.b-pagination__item--current .b-pagination__item-link {
    cursor: default;
    color: #1e0602
}

.b-pagination__item--current .b-pagination__item-link:hover {
    color: #1e0602
}

.b-pagination__item-link {
    height: 100%;
    line-height: 48px;
    display: block
}

.b-pagination__item-link--disabled {
    cursor: default;
    opacity: .6
}

.b-pagination__item-link--disabled:hover {
    color: #1e0602
}

.b-pagination__item-text {
    min-width: 30px;
    text-align: center;
    display: inline-block
}

@media print,screen and (max-width: 1199px) {
    .b-pagination__item--big .b-pagination__item-text {
        display:none
    }
}

.b-pagination__icon {
    display: inline-block;
    opacity: .2
}

@media screen and (max-width: 767px) {
    .b-pagination__icon {
        min-width:30px
    }
}

@media screen and (min-width: 1200px) {
    .b-pagination__icon {
        opacity:1
    }
}

@media screen and (min-width: 1200px) {
    .b-pagination__icon--hide-desktop {
        display:none
    }
}

.b-pagination__icon--next {
    width: 16px;
    height: 16px;
    background: url('/local/templates/.default/components/bitrix/system.pagenavigation/load_more/./images/arr-right.svg') no-repeat 50%;
    background-size: contain
}

@media print,screen and (min-width: 768px) {
    .b-pagination__icon--next {
        width:9px
    }
}

@media screen and (min-width: 1200px) {
    .b-pagination__icon--next {
        width:19px;
        height: 7px;
        margin-left: 5px;
        background-image: url('/local/templates/.default/components/bitrix/system.pagenavigation/load_more/./images/arr-right.svg');
        background-size: contain
    }
}

.b-pagination__icon--begin {
    height: 16px;
}

@media print,screen and (min-width: 768px) {
    .b-pagination__icon--begin {
        width:14px
    }
}

@media (max-width: 580px) {
    .info_pagination{
		display:none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/product/style.css?16589127127872*/
button:disabled {
    background-color: #8184a1 !important;
 }
 .btn-grey{background-color: #8184a1 !important;}
.info ul {
    list-style: none !important;
}
.rubl{font-size: 14px;}
.product {
    /* margin-bottom: 80px; */
    min-height: 490px;
    border: #ebebeb solid 1px;
    background: white;
    position: relative;
    cursor: pointer;
	transition: .3s linear;
}
.product--card-cell:hover{
	z-index:2;
}
.product:hover {
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
}

.product .middle-header {
    position: absolute;
    height: auto;
    width: 100%;
}

.product .goods__carousel-tabs-diff {
    position: absolute;
    border-radius: 30px;
    padding: 0;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}

.product .goods__carousel-tabs-diff svg {
    height: 9px;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.product .product__link-img {
    height: 270px;
    width: 100%;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
     display: inline-block;
}

.product .product__link-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.product .product__link-img-1 {
    display: inline-block;
}
/*.product:hover .product__link-img-1 {
    display: none;
}

.product .product__link-img-2 {
    display: none;
}
.product:hover .product__link-img-2 {
    display: inline-block;
}
*/
.product .badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}

.product .badges .tag {
    font-family: RobotoMedium;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 25px;
    height: auto;
    padding: 0 11px;
    margin-bottom: 0.25rem;
}

.product .tag.is-warning {
    background-color: #f7941d;
}

.product .tag.is-danger {
    background-color: #ea3b5c;
}

.product .tag.is-success {
    background-color: #8dc63f;
}

.product .tag.is-link {
    background-color: #154b7e;
}

.preview-products .product .badges .tag.is-gift {
    background: url('/local/templates/.default/images/ico_gift_2.png') 3px center no-repeat #fff;
    padding-left: 30px;
    border: 1px solid #984DC7;
    color: #464646;
    line-height:23px;
    position: relative;
}
.preview-products .product .badges .tag.is-gift .descr {
  position: absolute;
  border: 1px solid #874ec2;
  padding: 18px;
  background: #fff;
  z-index: 9;
  font-size: 12px;
  max-width: 222px;
  line-height: 1.2;
  top: 10px;
  left: 50%;
  display: none;
  cursor: initial;
  font-family: "RobotoRegular";
  text-transform:none;
}
.preview-products .product .badges .tag.is-gift:hover .descr {
  display: block;
}
.preview-products .product .badges .tag.is-gift .descr a {
  text-decoration: underline;
  color: #4084c5;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  line-height: 1.2;
}



.product .info {
    /*margin-bottom: 25px;*/
    padding-left: 20px;
    padding-right: 20px;
}

.product .availability {
    margin-bottom: 15px;
}

.product .availability div {
    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 22px;
    color: #8c8c8c;
}

.product .availability div.level-right{
    color: #58b060;
    padding-left: 15px;
    background: url(/local/templates/.default/components/bitrix/catalog.item/product/images/check.png) no-repeat left center;
}

.product .availability div.is-disabled:last-child {
    color: #8c8c8c;
    padding-left: 20px;
    background: url(/local/templates/.default/components/bitrix/catalog.item/product/images/time.png) no-repeat left center;
}

.product .info .artnum {
    display: block;
    /*max-width: 65%;*/
}
.product .info .artnum > span {
    display: block;
    widows: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.product .info p {
    margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
}

.product .info a {
    font-family: RobotoRegular;
    line-height: 20px;
    font-size: 15px;
    color: #000000;
}




.product .price .buy-button {
    min-width: 90px;
    height: 44px;
    box-sizing: border-box;
}

.product .price .old {
    font-family: AbradeMedium;
    font-size: 14px;
    color: #afa7a7;
    position: relative;
}

.product .price .old:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #afa7a7;
    top: 45%;
    opacity: .5;
}

.product .price .new {
    font-family: AbradeBold;
    font-size: 24px;
    color: #1e1e1e;
}


.product .level.extends.is-mobile {
    position: static !important;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    border-top: #ebebeb solid 1px;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}



@media (max-width: 768px) {

	.product .info .artnum > span {
		display: table;
	}

	.product .product__link-img {
		width: auto;
	}

}


@media (max-width: 543px) {

	.product .level.extends.is-mobile {
		display: none;
	}

}

/* .product .props {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.product .product__comparison-tooltip {
    /*z-index: 10;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    padding: 2px;
    float: left;
    width: 24px;
    margin-right: 1.5px;*/
}

.product .product__comparison-tooltip.tooltip.is-tooltip-bottom::before {
    left: 96% !important;
}


.product .extends a:before {
    display: none;
    cursor: pointer;
    text-decoration: none !important;
}

.product .extends a:hover {
    text-decoration: none !important;
}

.product .extends a {
    border-bottom: 1px dotted rgb(64, 132, 197);
    position: relative;
    font-family: RobotoRegular;
    font-size: 12px;
    color: #4084c5;
}

.product .product__consultant {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ebebeb;
    left: -1px;
    box-shadow: 0 12px 27px rgba(0, 0, 0, .15);
    z-index: 9;
    visibility: hidden;
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    padding: 13px 0px 13px 20px;
    height: 0 !important;
    transition: .3s linear;
    overflow: hidden;
    right: -1px;
    width: auto !important;
}

.product .product__consultant a {
    font-size: 13px;
    line-height: 16px;
    color: rgb(64, 132, 197);
    font-weight: bold;
    border-bottom: 1px dotted rgb(64, 132, 197);
}

.product .product__consultant .product__consultant-link {
    padding: 6px 0;
}

.product .product__consultant .speaker {
    height: 53px;
}

.product:hover .product__consultant {
    visibility: visible;
    height: 80px !important;
    box-sizing: border-box;
}

.item-photos {
	text-align: center;
}


/*

.product .extends .props img {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-right: 5px;
    border: #ebebeb solid 1px;
    border-radius: 50%;
} */
.product:hover .product__inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1;
	box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease-out;
}
.swiper-slide .product:hover .product__inner{
	position:relative;
}

.swiper-slide .product .product__inner{
	height:100%;
}
.product.product__one:hover .product__inner{
	position:relative;
}
.product:hover .info .list_prop{
	display: block;
	margin-left:0;
	margin-top:0;
	height:auto;
}
.product .info .list_prop{
	display: none;
}
.product--card-cell .level.price .level-left{
	height: 54px;
}
.product:hover .info .list_prop li{
	margin-top:0;
}
.preview-products .info p {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}
.product--card-cell .level.price.is-mobile{
	margin-bottom:0 !important;
}
.preview-products .product .info{
	margin-bottom:0;
}
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/main/style.css?1554305402799 */
/* /local/templates/.default/components/bitrix/news.detail/promotion/style.min.css?1558601680405 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/load_more/style.css?15613775803289 */
/* /local/templates/.default/components/bitrix/catalog.item/product/style.css?16589127127872 */
