.nbCatalogSectionSlider {margin-bottom: 15px; position: relative;}
.nbCatalogSectionSlider:after {content: ''; float: none; clear:both;display: block;}
.nbCatalogSectionSlider__container {padding-top: 2rem; position: relative; padding-bottom: 4rem;}
.nbCatalogSectionSlider__more {position: absolute; right: 90px; top: -27px; font-size: 16px; font-weight: 300; color: #959595; text-decoration: underline;}
.nbCatalogSectionSlider__item {width: 25%; float: left; display: none; padding: 0px 15px;}
.nbCatalogSectionSlider .bx-wrapper {position: static;}
.nbCatalogSectionSlider .bx-wrapper .bx-controls-direction a {margin-top: -32px; top: 0px; font-size: 20px; color: #14284f; opacity: 0.5; right: -7px}
.nbCatalogSectionSlider .bx-wrapper .bx-controls-direction a:hover {opacity: 0.8;}
.nbCatalogSectionSlider .bx-wrapper .bx-controls-direction a.bx-prev {left: auto; right: 33px;}
.nbCatalogSectionSlider .bx-wrapper .bx-controls-direction a.disabled {display: block; opacity: 0.2; cursor: default;}
.nbCatalogSectionSlider__item:nth-child(1),
.nbCatalogSectionSlider__item:nth-child(2),
.nbCatalogSectionSlider__item:nth-child(3),
.nbCatalogSectionSlider__item:nth-child(4) {display: block;}
.nbCatalogSectionSlider__items {margin: 0 -15px;}
.nbCatalogSectionSlider .bx-wrapper .nbCatalogSectionSlider__item {display: block; width: auto; padding: 0px 0px 1px;}
.nbCatalogSectionSlider .bx-wrapper .nbCatalogSectionSlider__items {margin: 0;}
.nbCatalogSectionSlider__container .bx-viewport {overflow-x: hidden !important;}


/*.nbCatalogSectionSlider__navs {position: absolute; top: -2.5rem; right: 0;}*/
/*.nbCatalogSectionSlider__nav {position: relative; margin-right: 0.75rem;  float: left;}*/
/*.nbCatalogSectionSlider__nav._left {} */
/*.nbCatalogSectionSlider__nav._right {}*/
/*.nbCatalogSectionSlider__nav:last-child {margin-right: 0;}*/
/*.nbCatalogSectionSlider__nav svg {width:2.875rem; height: 1rem; fill:#c5a383; position: absolute; top:50%; margin-top: -0.5rem; left:50%; margin-left: -1.4375rem; transition: 0.2s}*/
/*.nbCatalogSectionSlider__nav:hover svg {fill:#d73930; display: block;} */
/*.nbCatalogSectionSlider__nav a {border: 0.1875rem solid #c5a383; width:4.625rem; height: 3rem; display: block;}*/
/*.nbCatalogSectionSlider__nav a.disabled {border: 0.1875rem solid #dcdcdc !important;}*/
/*.nbCatalogSectionSlider__nav a.disabled svg {fill: #dcdcdc !important;}*/

.nbCatalogSectionSlider__navs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: -2.5rem;
	right: -2.5rem;
	transform: translateY(-50%);
	/*z-index: 2;*/
}
.nbCatalogSectionSlider__nav {

}
.nbCatalogSectionSlider__nav._left {
	transform: rotate(180deg);
}
.nbCatalogSectionSlider__nav._right {}
.nbCatalogSectionSlider__nav:last-child {
	margin-right: 0;
}
.nbCatalogSectionSlider__nav a {
	border: 2px solid #ffffff;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.5rem;
	border-radius: 50%;
	color: #5badc3;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	transition: 0.3s ease;
	box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.27);
}
.nbCatalogSectionSlider__nav a:focus {
	color: #5badc3;
}
.nbCatalogSectionSlider__nav svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.2s
}
.nbCatalogSectionSlider__nav a:hover {
	color: #5badc3;
	background: #FFFFFF;
	border-color: #5badc3;
}
.nbCatalogSectionSlider__nav a.disabled {
	background: #dcdcdc;
	border-color: #dcdcdc;
	color: #FFFFFF;
}

.nbCatalogSectionSlider .bx-wrapper .bx-controls-auto,
.nbCatalogSectionSlider .bx-wrapper .bx-pager {width: auto; bottom: 3rem; left: 0; right: 0; text-align: center;}

.nbCatalogSectionSlider .bx-wrapper .bx-pager.bx-default-pager a {background: #e4e4e4; transition: .5s;}
.nbCatalogSectionSlider .bx-wrapper .bx-pager.bx-default-pager a.active {background: #b7b7b7; width: 60px;}
.nbCatalogSectionSlider .bx-wrapper .bx-pager.bx-default-pager a:hover {background: #b7b7b7;}

.nbCatalogSectionSlider__item {}
.nbCatalogSectionSlider__itemConteiner {padding: 4px 0.75rem 34px;}

/*
.controls_navRight{ width:4.625rem; height:3rem; position: relative;}
.controls_navRight .right_arrow{width:2.875rem; height: 1rem; fill:#c5a383; position: absolute; top:50%; left:50%; margin-left: -1.4375rem; margin-top: -0.5rem;}
.controls_navLeft:hover svg{fill:#d73930;}
.controls_navRight:hover .right_arrow{fill:#d73930;}
*/

/*desktops*/
@media (max-width: 1200px) {
	.nbCatalogSectionSlider__item .nbCatalogItem {margin-bottom: 1px;}
}

/*tablets*/
@media (max-width: 991px) {
	.nbCatalogSectionSlider__container {padding-bottom: 2rem;}
	.nbCatalogSectionSlider .bx-wrapper .bx-controls-auto, .nbCatalogSectionSlider .bx-wrapper .bx-pager {bottom: 2rem;}
}

/*phones*/
@media (max-width: 767px) {
	.nbCatalogSectionSlider__more {display: none;}
	.nbCatalogSectionSlider__items {padding: 0 7px;}
	.nbCatalogSectionSlider__item {width: 50%; padding: 0 8px;}
	.nbCatalogSectionSlider__item:nth-child(1),
	.nbCatalogSectionSlider__item:nth-child(2) {display: block;}
	.nbCatalogSectionSlider__item,
	.nbCatalogSectionSlider__item:nth-child(3),
	.nbCatalogSectionSlider__item:nth-child(4) {display: none;}
	.nbCatalogSectionSlider .bx-wrapper .nbCatalogSectionSlider__item  {display: block !important;}
	.nbCatalogSectionSlider__container {padding-top: 15px;}
	.nbCatalogSectionSlider__navs {
		left: -20px;
		right: -20px;
		z-index: 2;
	}
	.nbCatalogSectionSlider__title {text-align: center;}
	.nbCatalogSectionSlider__container {padding-top: 0; padding-bottom: 0;}
	.nbCatalogSectionSlider .bx-wrapper .bx-controls-auto, .nbCatalogSectionSlider .bx-wrapper .bx-pager{bottom: 0;}

	.nbPage__block._sliders {
		padding: 0 !important;
	}
}


.nbCatalogSectionSlider__items .slick-track {
	display: flex;
}

.nbCatalogSectionSlider__items .slick-arrow {
	border: 2px solid #ffffff;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.5rem;
	border-radius: 50%;
	color: #5badc3;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	transition: 0.3s ease;
	box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.27);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nbCatalogSectionSlider__items .slick-arrow.prev {
	right: 100%;
	transform: translateY(-50%) rotate(180deg);
}
.nbCatalogSectionSlider__items .slick-arrow.next {
	left: 100%;
}
.nbCatalogSectionSlider__items .slick-arrow:focus {
	color: #5badc3;
}
.nbCatalogSectionSlider__items .slick-arrow svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.2s
}
.nbCatalogSectionSlider__items .slick-arrow:hover {
	color: #5badc3;
	background: #FFFFFF;
	border-color: #5badc3;
}
.nbCatalogSectionSlider__items .slick-arrow.disabled {
	background: #dcdcdc;
	border-color: #dcdcdc;
	color: #FFFFFF;
}

@media (max-width: 900px) {

	.nbCatalogSectionSlider .bx-wrapper .nbCatalogSectionSlider__items {
		display: flex;
	}

	.nbCatalogSectionSlider__items .nbCatalogBanners_slider {
		height: 80%;
	}

	.nbCatalogSectionSlider__items .nbCatalogBanners_slider .slick-list .slick-slide {
		margin: 0;
	}
}