

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/catalog/main/style.css?17395407319913*/
.bankovskoe-oborudovanie-slider .slick-dots {
    position: relative !important;
    top: 0;
    bottom: 0 !important;
	margin-top:33px;
}
.bankovskoe-oborudovanie-slider ul li:before, .bankovskoe-oborudovanie-slider .slick-dots li button:before{display:none;}
.bankovskoe-oborudovanie-slider .slick-dots li button{
    padding: 0;
    background: #d9d9d9;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.bankovskoe-oborudovanie-slider .slick-dots li.slick-active button{
    background: #17453b;
}
.bankovskoe-oborudovanie-slider {
	margin-top:37px;
}
.bankovskoe-oborudovanie-slider .grid-list {
	display:block;
}
.bankovskoe-oborudovanie-slider .slick-dotted.slick-slider{
margin-bottom:47px;
}
  .slick-slide {
      margin: 0 10px;
  }
  .slick-list {
      margin: 0 -10px!important;
  }
.section-slider-title{
font-size: 24px;
    font-weight: 700;
    color: #13353F;
	margin-bottom:20px;
}
.section-slider{
	display:flex;
}
.group_description_block--info.dontShowButtons, .group_description_block--info.dontShowButtons > div{
	padding-top:0px;
	margin-top:0px;
}
.group_description_block.bottom {
  padding: 0;
  margin-bottom: 30px;
}

.section-content-wrapper .introtext {
  margin-bottom: 24px;
}

.no_goods {
  padding: 87px 30px 50px;
  border-top: 1px solid #e5e5e5;
}
.js-load-wrapper > .no_goods {
  margin-top: -1px;
}
.no_goods .no_products {
  position: relative;
}
.no_goods .no_products:before {
  content: "";
  position: relative;
  width: 117px;
  height: 117px;
  background: url("/bitrix/templates/aspro-allcorp3/components/bitrix/catalog/main/../../../../images/empty_catalog.png") 0px 0px no-repeat;
  display: block;
  margin: auto auto 23px;
}
.no_goods .button {
  float: right;
  margin: 17px 0px 0px;
}
.wrap_text_empty {
  padding: 10px 0px 15px 0px;
  text-align: center;
}
.wrap_text_empty .middle_text {
  padding: 16px 0px 0px;
  display: inline-block;
}

#main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
#main .catalog-maxwidth .bottom-links-block{
  margin-left: auto;
  margin-right: auto;
}
html.bx-ie #main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
html.bx-ie #main .catalog-maxwidth .bottom-links-block{
  flex-basis: auto;
}
.right_block.narrow_N .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
.right_block.narrow_N .catalog-maxwidth .bottom-links-block{
  max-width: 1156px;
}

.section-content-wrapper .text_after_items{
  margin-top: 49px;
}

.catalog-detail__gallery {
  max-width: calc(var(--sizeImage) + var(--paddingRightLeft, 0px));
  max-height: calc((var(--sizeImage) * var(--ratio, 1)) + var(--bottomGallery, 70px));
}
.catalog-detail__gallery-wrapper {
  position: relative;
  width: 100%;
  padding-top: var(--paddingImage, 100%);
}
.catalog-detail__gallery__item--big {
  position: relative;
  padding-top: var(--paddingImage, 100%);
  width: 100%;
  height: 100%;
  line-height: var(--sizeImage);
  max-width: var(--sizeImage);
  max-height: var(--sizeImage);
}
.catalog-detail__gallery.catalog-detail__gallery--vertical {
  padding-left: 110px;
  max-width: calc(var(--sizeImage) + var(--paddingRightLeft, 90px));

}



/* New Product Slider */
.section-detail__swiper-gallery {
	overflow: hidden;
	min-width: 560px;
	max-width: 560px;
	display: flex;
	flex-direction: row-reverse;
	padding-right: 40px;
}

.product-image-slider__images {
	width: 400px !important;
}

.product-image-slider__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 400px;
	overflow: hidden;
}

.product-image-slider__image img {
	max-width: 100%;
}

.product-image-slider__thumbs {
	width: 80px;
	height: 100%;
}

.swiper.product-image-slider__thumbs {
	max-height: 400px;
	margin-right: 40px;
}

.product-image-slider__thumbs .swiper-slide {
	width: 80px;
	height: 80px;
	margin-bottom: 16px;
}

.product-image-slider__thumbs .swiper-slide:last-child {
	margin-right: 0;
}

.product-image-slider__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	border: 1px solid var(--gray_2);
	overflow: hidden;
	cursor: pointer;
}

.product-image-slider__thumb {
	/*border: 1px solid #e5e5e5;
    */
	border-radius: 4px;
	overflow: hidden;
}

.swiper-slide-thumb-active .product-image-slider__thumb {
	border: 2px solid var(--theme-base-color);
}

.product-image-slider__thumb--video {
	background-size: contain;
}
.detail .product-image-slider__thumb--video img {
	max-width: 40px;
	max-height: 40px;
}

.product-image-slider__thumb img {
	max-height: 100%;
}
.swiper-button-next,.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    background: var(--arrows_bg_black);
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background-color: #9e9e9e;
    background-color: var(--theme-base-color)
}

.swiper-button-next:after,.swiper-button-prev:after {
    background: url(/bitrix/templates/aspro-allcorp3/css/../images/svg/header_icons.svg) no-repeat;
    font-size: 0 !important;
    width: 7px;
    height: 12px;
    background-position: var(--light,0 -65px) var(--dark,0 -81px)
}

.swiper-button-prev {
	top: 10px !important;
    left: 27px !important;
    transform: rotate(90deg);
}
.swiper-button-next {
	top: auto !important;
	bottom: -10px !important;
    left: 27px !important;
    transform: rotate(90deg);
}
.swiper-button-prev:hover:after {
    background-position: 0 -81px
}

.swiper-button-next:after {
    background-position: -11px -65px;
    background-position: var(--light,-11px -65px) var(--dark,-11px -81px)
}

.swiper-button-next:hover:after {
    background-position: -11px -81px
}

.navigation_on_hover:not(:hover) .swiper-button-next,.navigation_on_hover:not(:hover) .swiper-button-prev {
    opacity: 0;
    visibility: hidden
}
@media (max-width: 1380px) and (min-width: 1260px) {
	.section-detail__swiper-gallery .section-detail__swiper-gallery {
		min-width: 520px;
	}
	.section-detail__swiper-gallery .swiper.product-image-slider__thumbs {
		width: 40px;
		margin-right: 20px;
		margin-left: 0;
	}

	.section-detail__swiper-gallery .product-image-slider__thumbs .swiper-slide {
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.section-detail__swiper-gallery .product-image-slider__thumb {
		height: 40px;
	}
	.swiper-button-prev {
		left: 7px !important;
	}
	.swiper-button-next {
		left: 7px !important;
	}
}

@media (max-width: 620px) {
	.section-detail__swiper-gallery {
		padding-right: 0;
	}
	.section-detail__swiper-gallery {
		min-width: 350px;
		max-width: 100%;
	}

	.product-image-slider__images {
		max-width: 290px !important;
	}

	.product-image-slider__image {
		width: 100%;
		height: 290px;
	}

	.swiper.product-image-slider__thumbs {
		max-height: 290px;
		margin-right: 20px;
		margin-left: 0;
	}

	.product-image-slider__thumbs .swiper-slide {
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.product-image-slider__thumb {
		height: 40px;
	}

	.product-image-slider__image {
		align-items: baseline;
	}
	.swiper-button-prev {
		left: 0px !important;
		width: 40px !important;
		height: 40px !important;
		top: 0px !important;
	}
	.swiper-button-next {
		left: 0px !important;
		width: 40px !important;
		height: 40px !important;
		bottom: -20px !important;
	}
	.swiper-button-next::after {
		width: 25px;
	}
	.swiper-button-prev::after {
		width: 25px;
		background-position-y: -65px;
		background-position-x: 18px;
	}
}

@media (max-width: 420px) {
	.product-image-slider__thumbs {
		width: 40px;
		min-width: 40px;
	}
	.section-detail__swiper-gallery {
		min-width: unset;
	}
}
@media (max-width: 320px) {
	.product-image-slider__image {
		align-items: center;
	}
}


.group_description_block--top {
	display: flex;
	margin-bottom: 24px;
}

@media (max-width: 1380px) {
	.group_description_block--top {
		flex-direction: column;
	}
}

.group_description_block--info {
	padding-top: 24px;
}

.group_description_block--buttons {
	padding: 20px;
	border: 1px solid #e5e5e5;
	background: #fafafa;
}

.group_description_block--buttons-top {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
.group_description_block--buttons-top img {
	margin-top: 3px;
	width: 39px;
	height: 46px;
	margin-right: 24px;
}

.group_description_block--buttons-text {
  line-height: 26.8px;
  font-size: 16.8px;
  color: #333333;
  margin-top: -1px;
  padding-right: 19px;
}

.group_description_block--buttons-bottom {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.group_description_block--info-text {
  margin-top: 24px;
  line-height: 1.6em;
  font-size: 1.7em;
  color: #333333;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.group_description_block--buttons-bottom .buttons .btn.btn-default {
	font-size: 1em;
	padding: 12px 23px 13px 25px;
}

.group_description_block--buttons-bottom .buttons .btn-text-mobile {
	display: none;
}
@media (max-width: 620px) {
	.group_description_block--buttons-bottom .buttons .btn-text-mobile {
		display: inline;
	}
	.group_description_block--buttons-bottom .buttons .btn-text-desktop {
		display: none;
	}
	
	.group_description_block h2 {
		line-height: 1.2em;
		font-size: 1.85em;
	}
	
	.group_description_block--buttons-text {
		line-height: 19.8px;
	}
	
	.group_description_block--buttons-top {
	  margin-bottom: 21px;
	}
	
	.group_description_block--buttons-bottom {
	  margin-right: -9px;
	}
		
	.group_description_block--buttons-bottom .buttons:first-child .btn.btn-default {
		padding: 12px 20px 13px 24px;
	}
	
	.group_description_block--buttons-bottom .buttons:last-child .btn.btn-default {
		padding: 12px 22px 13px;
	}
	
	.group_description_block--info-text {
	  margin-top: 22px;
	  line-height: 1.25em;
	  padding-bottom: 19px;
	}
}
/* End */


/* Start:/bitrix/components/aspro/catalog.section.list.allcorp3/templates/.default/style.min.css?16848501388180*/
.sections-list__item{position:relative}.sections-list__item--big-padding{padding:34px 40px 40px}.sections-list__item.sections-list__item--has-bg{cursor:pointer;padding:0}.sections-list__item--has-bg{overflow:hidden}@media (max-width:600px){.sections-list__item.flexbox--direction-row,.sections-list__item.flexbox--direction-row-reverse{flex-direction:column}.sections-list__item-text-wrapper .maxwidth-theme,.sections-list__item.maxwidth-theme{padding-left:0;padding-right:0}}.sections-list__item-additional-text-wrapper{padding:19px 0 18px 24px}.sections-list__item--has-bg .sections-list__item-additional-text-wrapper{position:absolute;bottom:23px;left:33px;right:33px;z-index:1;padding:0}.grid-list--items-3 .sections-list__item--has-bg .sections-list__item-additional-text-wrapper{bottom:28px}.sections-list__item--has-bg:hover .sections-list__item-additional-text-wrapper{opacity:0}.sections-list__item--has-additional-text .sections-list__item-text-wrapper{opacity:0;visibility:hidden;justify-content:flex-end;position:absolute;top:0;bottom:0;border-radius:4px 4px 2px 2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;padding:0;max-height:100%;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,box-shadow .2s ease-in-out;width:100%;z-index:1}.sections-list__item--has-additional-text .sections-list__item-text-top-part{overflow-y:auto;max-height:100%}.sections-list__item--has-additional-text .sections-list__item-text-wrapper .sections-list__item-text-top-part:not(.mCustomScrollbar){visibility:hidden}.sections-list__item--has-additional-text .sections-list__item-text-top-part .mCSB_container{padding:20px 32px 0 24px;min-height:100%;display:flex;flex-direction:column;justify-content:flex-end}.sections-list__item--has-bg .sections-list__item-text-top-part .mCSB_container{padding:35px 32px 0 32px}.sections-list__item--has-additional-text:hover .sections-list__item-text-wrapper{opacity:1;visibility:visible}.sections-list__item--has-bg .sections-list__item-text-wrapper .dark_link{color:#fff}.sections-list__item--has-bg .sections-list__item-text-wrapper .dark_link.color_light--opacity:hover{opacity:1}.sections-list__item--has-additional-text .sections-list__item-text-top-part .mCSB_container>*,.sections-list__item:not(.sections-list__item--has-additional-text) .sections-list__item-text-wrapper>*{cursor:initial}.sections-list__item--has-additional-text .sections-list__item-text-wrapper .sections-list__item-text-top-part .mCSB_container>div:last-of-type{margin-bottom:21px}.sections-list__item--has-bg .sections-list__item-text-wrapper .sections-list__item-text-top-part .mCSB_container>div:last-of-type{margin-bottom:28px}.sections-list .shadow-target{background-color:#fff;background-color:var(--card_bg_black);position:absolute;left:0;right:0;transition:bottom .2s ease-in-out}.sections-list .shadow-parent-all:not(.sections-list__item-without-image) .shadow-target{bottom:-10px}.sections-list .shadow-parent-all:hover .shadow-target{bottom:0}.sections-list__item-additional-text-top-part{height:100%}.sections-list--img-srl .sections-list__item-text-top-part{word-break:break-word}@media (max-width:600px){.bx-ie .sections-list__item-text-wrapper{flex-basis:auto}}.sections-list__item-image-wrapper{position:relative}.sections-list--img-srl .sections-list__item-image-wrapper .sections-list__item-link{width:140px;height:140px;display:inline-block;position:relative;vertical-align:top;margin:6px 0 0 32px}.sections-list--img-srl .sections-list__item-image-wrapper--LEFT .sections-list__item-link{margin-right:32px;margin-left:0}.sections-list--img-srl .grid-list--items-2 .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS) .sections-list__item-link,.sections-list--img-srl .grid-list--items-2-wide .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS) .sections-list__item-link{height:110px;width:110px}.sections-list--img-srl .grid-list--items-3 .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS) .sections-list__item-link,.sections-list--img-srl .grid-list--items-3-wide .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS) .sections-list__item-link{height:90px;width:90px}.sections-list--img-srl .sections-list__item-image-wrapper--ICONS .sections-list__item-link{height:40px;width:40px;display:flex;justify-content:center;align-items:center}.sections-list--img-srl .sections-list__item-image-wrapper--ICONS a svg{max-width:100%;max-height:100%}.sections-list--img-srl .sections-list__item-image-wrapper--BIG_PICTURES .sections-list__item-link{width:300px;height:200px}.sections-list--img-srl .sections-list__item-image-wrapper--PICTURES .sections-list__item-link{width:120px;height:120px}.sections-list__item-image-wrapper--TOP{padding-top:67%}.sections-list__item-image-wrapper--BG{padding-top:67%;width:100%}.sections-list__item-image-wrapper--BG:after{content:"";position:absolute;left:0;right:0;top:51%;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%)}.sections-list__item-image{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:absolute;top:0;bottom:0;left:0;right:0}@media (min-width:601px){.sections-list--img-srl .grid-list--items-1 .sections-list__item-image-wrapper .sections-list__item-link{margin-left:48px;margin-right:0}.sections-list--img-srl .grid-list--items-1 .sections-list__item-image-wrapper--LEFT .sections-list__item-link{margin-right:48px;margin-left:0}}@media (max-width:600px){.sections-list--img-srl .sections-list__item-image-wrapper .sections-list__item-link{margin:0 0 33px 0}.sections-list--img-srl .grid-list--items-1 .sections-list__item--big-padding{padding:40px}.mobile-scrolled .sections-list__item-image-wrapper--BG{padding-top:150%}.mobile-scrolled .sections-list__item-image-wrapper--BG:after{top:40%}.sections-list--img-srl .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ROUND_PICTURES) .sections-list__item-image{border-radius:4px}}@media (max-width:424px){.sections-list--img-srl .sections-list__item-image-wrapper--BIG_PICTURES .sections-list__item-link{max-width:300px;padding-top:67%;width:100%;height:auto}}.sections-list__item-products-count{margin:3px 0 0 0}.sections-list--img-srl .grid-list--items-1 .sections-list__item-products-count{margin-top:8px}.sections-list__item-title{position:relative}.sections-list__item-link--absolute{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}@media (min-width:601px){.sections-list--img-srl .sections-list__item-title{padding-right:54px}}@media (max-width:600px){.sections-list--img-srl .sections-list__item--compact .sections-list__item-title{font-size:1.6em;line-height:calc(1em + 7px)}}.sections-list__item-preview-wrapper{margin:14px 0 0 0}.sections-list--img-srl .grid-list--items-1 .sections-list__item-preview-wrapper{margin-top:20px}.sections-list__item-childs{margin:12px 0 7px 0}.sections-list--img-srl .grid-list--items-1 .sections-list__item-childs{margin-top:20px}.sections-list__item-childs>ul{margin:0}.sections-list__item-childs>ul>li{display:inline;line-height:calc(1em + 10px)}.sections-list__item-childs-item-separator{color:#ccc;margin:0 7px 0 4px}.sections-list__item--has-bg .sections-list__item-childs-item-separator{color:#fff}@media (min-width:601px){.sections-list--img-srl .sections-list__item-image-wrapper .arrow-all{display:none}}@media (max-width:600px){.sections-list--img-srl .sections-list__item-text-top-part .arrow-all{display:none}}.sections-list__item--compact{padding:22px 23px}.sections-list__item--compact .sections-list__item-title{padding-right:0}.sections-list__item--compact .sections-list__item-image-wrapper .sections-list__item-link{margin:1px 24px 0 0}.sections-list__item--compact .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS) .sections-list__item-link{width:50px;height:50px}.sections-list__item--compact .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)+.sections-list__item-text-wrapper{padding-top:5px}.sections-list__item--compact .sections-list__item-products-count{margin:0}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/catalog/main/style.css?17395407319913 */
/* /bitrix/components/aspro/catalog.section.list.allcorp3/templates/.default/style.min.css?16848501388180 */
