/***CUSTOM CSS RULES FOR YOUR SITE***/
body{
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;	
	user-select: text;	
}

.annoce-tag {
	margin: 5px 0 15px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.annoce-tag a {
	background-color: #fff;
	border: 2px solid #e3ecef;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-radius: 25px;
	text-decoration: none;
	color: #263238;
	gap: 7px;
	transition: all 0.3s ease-in-out;
}

.annoce-tag a:hover {
	color: #3d4b52;
	border-color: #78909c;
    background: #e3ecef;
 }

.annoce-tag img {
	width: 50px;
	height: 32px;
	object-fit: fill;
}

.bx-yandex-map { 
	font-size: 20px!important;
	padding:0 8px;
}
/* new style 01.08.2022 */
/* new style feedback */
.feedback-wrapper {
    background-color: rgba(86, 107, 117, 0.1);
	background-image: url(/local/templates/enext/images/feedback-bg-img.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
}
.feedback {
	padding-top: 60px;
	padding-bottom: 72px;
}
.feedback .h1 {
	padding-bottom: 48px;
	max-width: 560px;
	text-align: left;
	color: #263238;
	font-weight: 700;
}
.feedback form {
	max-width: 694px;
}
.feedback .col-md-12 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.feedback .form-group {
	margin: 0;
	width: 100%;
}
.feedback .has-feedback.form-group {
	margin: 0;
	margin-right: 20px;
	color: #263238;
}
.feedback .iti--separate-dial-code.iti--dark .iti__selected-dial-code {
	color: #263238;
}
.feedback .form-control {
	height: 50px;
	max-width: 210px;
	border: 0px;
    border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #263238;
}
.feedback .form-group .btn {
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	max-width: 210px;
}
.feedback .form-group-checkbox.form-group {
	padding-left: 0;
	margin-right: 0;
	margin-top: 20px;
}
.feedback .form-group .checkbox .check {
	background-color: rgba(38, 50, 56, 0.6);
}
.feedback .form-group .checkbox .check-title {
	font-weight: 500;
	font-size: 16px;
	color: rgba(38, 50, 56, 0.6);
}
.feedback .form-group.captcha {
	display: none;
}
.slider-wrapper {
    margin-top: 0!important;
}
@media (max-width: 1500px) {
	.feedback-wrapper {
		background-position: right -303px center;
	}
}
@media (max-width: 1042px) {
	.feedback .h1 {
		max-width: 430px;
	}
}
@media (max-width: 991px) {
	.feedback-wrapper {
		background-image: none;
	}
	.feedback .h1 {
		margin: 0 auto;
		text-align: center;
	}
	.feedback form {
		margin: 0 auto;
	}
	.feedback .has-feedback.form-group {
		margin-right: 10px;
		margin-left: 10px;
	}
	.feedback .form-group {
		margin: 0 10px;
	}
}
@media (max-width: 767px) {
	.feedback {
		padding: 25px 0;
	}
	.feedback .col-md-12 {
		flex-direction: column;
	}
	.feedback .h1 {
		padding-bottom: 24px;
	}
	.feedback form {
		max-width: 320px;
	}
	.feedback .form-control,
	.feedback .form-group.no-captcha .btn {
		max-width: 100%;
	}
	.feedback .has-feedback.form-group {
		margin-bottom: 12px;
	}
	.feedback .form-group-checkbox.form-group {
		padding-right: 0;
	}
}
/* reviews */
.reviews.reviews--grid {
	display: grid !important;
	grid-template-columns: calc(50% - 25px) calc(50% - 25px);
	align-items: flex-start;
	grid-gap: 50px;
	padding: 70px 0 !important;
}
.reviews-info__title {
	padding: 0;
	font-family: "Museo Sans Cyrl 700",sans-serif;
	font-weight: 700;
	font-size: 32px;
}
.reviews-info__desc {
	margin-top: 80px;
	font-family: "Museo Sans Cyrl 400",sans-serif;
	font-weight: 400;
}
.reviews-info__desc p{
	padding: 0;
}
.reviews-info__badge {
	margin-top: 50px;
}
.yandex-badge {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-gap: 30px;
}
.yandex-badge p {
	padding: 0;
	max-width: 195px;
	font-family: "Museo Sans Cyrl 400",sans-serif;
	font-weight: 400;
	line-height: 24px;
}
.yandex-badge a {
	color: #286BC6;
	text-decoration: underline;
}
.yandex-badge a:hover {
	text-decoration: none;
}
.reviews-slider {
	display: block;
	background-color: #ffffff;
	box-shadow: 4px 4px 20px rgba(38, 50, 56, 0.2);
}
.reviews-slider .owl-dots {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.reviews-slider .owl-dot {
	margin-right: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #C4C4C4;
}
.reviews-slider .owl-dot:last-child {
	margin-right: 0;
}
.reviews-slider .owl-dot.active {
	background-color: #286BC6;
}
.reviews-slider-slide {
	padding: 40px;
}
.reviews-slider-slide__name {
	display: block;
	font-family: "Museo Sans Cyrl 700",sans-serif;
	font-weight: 700;
	font-size: 14px;
}
.reviews-slider-slide__stars {
	margin-top: 20px;
}
.reviews-slider .owl-item .reviews-slider-slide__stars img {
	width: fit-content;
}
.reviews-slider-slide__desc {
	padding-bottom: 10px;
	font-family: "Museo Sans Cyrl 500",sans-serif;
	margin-top: 20px;
	font-weight: 500;
	line-height: 24px;
}
.reviews-slider-slide__desc p {
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 991px) {
	.reviews.reviews--grid {
		grid-template-columns: 100%;
		grid-gap: 25px;
		padding: 35px 0px !important;
	}
	.reviews-info {
		text-align: center;
	}
	.reviews-info__desc {
		margin-top: 40px;
	}
	.reviews-info__badge {
		width: fit-content;
		margin: 0 auto;
		margin-top: 25px;
	}
	.reviews-info__badge p {
		text-align: left;
	}
}
@media (max-width: 425px) {
	.reviews-info__badge {
		grid-template-columns: 100%;
		grid-gap: 15px;
	}
	.reviews-info__badge iframe {
		margin: 0 auto;
	}
	.reviews-info__badge p {
		text-align: center;
	}
}

/* new style index */
.banners-wrapper {
	/* margin-top: 50px; */
}

/* new style advantages */
.advantages-vertical .container-fluid{
	padding: 0;
}
.advantages-vertical .advantages {
	padding: 80px 0 80px 0px;
}
.advantages-vertical .adv-item__caption {
	display: block;
	margin-bottom: 0;
}
.advantages-vertical .adv-item__icon, 
.advantages-vertical .adv-item__text {
	display: block;
}
.advantages-vertical .adv-item__icon {
	padding: 0;
	padding-bottom: 22px;
	text-align: center;
}
.advantages-vertical .adv-item__text {
	text-align: center;
}
.advantages-vertical .adv-item__text br {
	display: none;
}
.advantages {
	padding-top: 80px;
}
.advantages .adv-item__text {
	font-family: "Museo Sans Cyrl 500",sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.advantages .adv-item__icon img {
	max-width: none;
	height: 117px;
	width: auto;
}
@media (max-width: 1450px) {
	.advantages .adv-item__text br {
		display: none;
	}
}
@media (max-width: 1250px) {
	.advantages .adv-item__text {
		font-size: 14px;
		line-height: 22px;
	}
	.advantages .adv-item__icon img {
		height: 97px;
	}
}
@media (max-width: 991px) {
	.advantages {
		padding-top: 40px;
	}
}

/* short-about */
.short-about {
	margin-top: 80px;
}
.short-about__title {
	padding: 0;
	font-family: "Museo Sans Cyrl 700",sans-serif;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
}
.short-about__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	grid-gap: 50px;
	margin-top: 50px;
}
.short-about__img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.short-about__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.short-about__desc {
	font-family: "Museo Sans Cyrl 500",sans-serif;
	font-weight: 500;
}
a.short-about__btn {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 45px;
	border: 1px solid #286BC6;
	border-radius: 5px;
	font-family: "Museo Sans Cyrl 500",sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #286BC6;
	text-decoration: none;
	margin-top: 40px;
	margin-bottom: 1px;
}
a.short-about__btn:hover {
	background-color: #286BC6;
	color: #ffffff;
}
@media (max-width: 991px) {
	.short-about {
		margin-top: 40px;
	}
	.short-about__wrap {
		grid-template-columns: 100%;
		grid-gap: 25px;
		margin-top: 25px;
	}
	a.short-about__btn {
		margin: 20px auto 0 auto;
	}
	.short-about__img {
		max-width: 525px;
    	margin: 0 auto;
	}
}

/* Категории товаров */
.catalog-sections-wrapper {
	margin-top: 80px;
}
.catalog-sections-wrapper .h1 {
	display: none;
}
.container-ws .block-catalog-sections [class*="col-"],
.container-ws .catalog-sections [class*=col-]{
	width: calc(100% / 6 - 40px);
}
.container-ws .block-catalog-sections,
.container-ws .catalog-sections {
	gap: 40px 48px;
}
.container-ws .catalog-section-item {
    background-color: #f4f7fc;
    border-radius: 15px;
    height: 195px;
    padding: 18px;
    border: 0 !important;
}
.container-ws .catalog-section-item__title {
	font-family: "Museo Sans Cyrl 500",sans-serif;
	font-weight: 500;
	line-height: 20px;
}
.container-ws .catalog-section-item__count {
	position: absolute;
	right: -11px;
	top: -12.5px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 91px;
	height: 25px;
	color: #ffffff;
	border-radius: 22px;
	background-color: #286BC6;
}
.catalog-sections-wrapper__desc {
	padding-top: 16px;
}
.catalog-sections-wrapper__desc h1,
.catalog-sections-wrapper__desc p{
	padding: 0;
	font-family: "Museo Sans Cyrl 400",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
@media (max-width: 1600px){
	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-]{
		width: calc(100% / 5 - 40px);
	}
}
@media (max-width: 1300px){
	.container-ws .block-catalog-sections,
	.container-ws .catalog-sections {
		gap: 20px;
	}
	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-]{
		width: calc(100% / 4 - 15px);
	}
}
@media (max-width: 1042px){
	.catalog-sections-wrapper {
		padding-bottom: 40px;
	}
	.catalog-section-container {
		margin-top: 0;
	}
	.container-ws .catalog-sections {
		flex-direction: row;
	}
	.catalog-section-list {
		margin-top: 20px;
	}
	.container-ws .block-catalog-sections,
	.container-ws .catalog-sections {
		display: flex;
		margin: 0;
	}
	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-] {
		float: none;
	}
}
@media (max-width: 991px){
	.catalog-sections-wrapper {
		margin-top: 40px;
	}
	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-]{
		width: calc(100% / 3 - 15px);
	}
}
@media (max-width: 991px){
	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-]{
		width: calc(100% / 2 - 15px);
	}
}
@media (max-width: 565px){
	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-]{
		width: calc(100% / 1 - 15px);
	}
}

/* tabs-wrap */
.tabs-wrap {
	padding-top: 40px;
}
.product-item-button-container .btn {
	background: #286BC6;
}
@media (min-width: 1042px) {
	.tabs__tabs .owl-stage {
		display: flex;
		justify-content: center;
	}
}

.content-home p{
	font-family: "Museo Sans Cyrl 400",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

/* brands */
.brands-wrapper .h1 {
	text-align: center;
}
.brands-item-title {
	display: none;
}
.brands-item-text {
	font-family: "Museo Sans Cyrl 400",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #263238;
	visibility: hidden;
	opacity: 0;
}
.brands-wrapper .brands-item {
	border: none !important;
	height: auto;
}
.brands-wrapper .brands-item:hover {
	box-shadow: none;
	border: none !important;
}
.brands-wrapper .brands-item:hover .brands-item-text {
	visibility: visible;
	opacity: 1;
}

.btn-buy, .btn-buy:focus, a.btn-buy:focus, a.btn-buy:link, a.btn-buy:visited {
	background: #286BC6;
}

.product-item-detail-description {
	padding-top: 0;
}

/* .catalog-section-container .catalog-section {
	margin-top: 0;
} */
.advantages-wrapper.hidden-xs.hidden-sm {
	margin-top: 32px;
}

.catalog-section-panel.fixed {
    max-width: 1500px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

@media (max-width: 1042px) {
	.catalog-section-container .catalog-section {
		margin-top: 32px;
	}
	.product-item-detail-description {
		padding-top: 32px;
	}
}
.sale-image {
	display: block;
	width: 100%;
	overflow: hidden;
}
@media (max-width: 767px) {
	.sale-image img {
		width: 150%;
		max-width: 150%;
    	margin-left: -25%;
	}
}
@media (max-width: 767px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.preview-16 {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 20px;
	text-align: center;
	margin: 20px 0;
}
.preview-16 .preview-item {
	display: block;
	vertical-align: top;
	width: 50%;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 0 0 1px #E8EBEF;
}
.preview-16.h--auto .preview-img img {
	height: auto;
}

.preview-16 .preview-img img {
	width: 100%;
	height: 120px;
	object-fit: fill;
}
.preview-16 .preview-img {
	position: relative;
	line-height: 0;
	margin-bottom: 20px;
}
.preview-16 .preview-title {
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 1px 1px rgba(150, 150, 150, 1);
}
.preview-16 .preview-text p {
	text-align: left;
	font-size: 16px;
}
.preview-16 .preview-price {
	font-size: 16px;
}
.preview-16 a {
	color: #286BC6;
	font-size: 16px;
}
@media screen and (max-width:650px){
	.preview-16 {
		flex-direction: column;
	}
	.preview-16 .preview-item {
		width: 100%;
	}
	.preview-16 .preview-item img {
		height: auto;
	}
	.preview-16 .preview-text {
		font-size: 16px;
	}
}
@media screen and (max-width:400px){
	.preview-16 .preview-text {
		font-size: 12px;
	}
}
/*ограничение общей ширины*/
.page-wrapper{
	max-width: 1500px;
   margin: auto;
 }
 .banners-wrapper {
    padding: 0px 30px;
}
/*скругление баннера*/
 .sale-image img{
	border-radius: 20px;
  }
/*скругления для слайдера в шапке*/
  .slider-wrapper{
	margin-top: 50px;
	padding: 0px 30px;
  }
  .slider-item{
	 border-radius: 20px;
  }
  .slider-wrapper .slider-item__pic{
	border-radius: 20px;
  }
  .slider-wrapper .slider-item__pic img{
	border-radius: 20px;
  }
  .slider .slider-item:before{
	border-radius: 20px;
  }
  /*баннеры на главной*/
  .banners-items{
	display: flex;
	  gap: 50px;
	  margin: 20px 0px;
	  justify-content: space-between;
	}
	.banners-items .banners-item-container{
	flex-basis: 700px;
	  width: auto !important;
	}
	.banners-items .banners-item{
	  border-radius: 20px;
	}
	.promotions-wrapper{
		padding: 0px 30px;
	}
	@media (max-width: 1024px){
	  .banners-items{
	flex-direction: column;
	}
	.banners-items .banners-item-container{
		flex-basis: 200px;
		}
	  .banners-item {
		height: 200px;
	}
	}
	/*акции блок на главной*/
	.promotions-wrapper .owl-stage{
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
		justify-content: space-between;
		}
	.promotions-wrapper .owl-item{
	  flex-basis: 440px;
	  flex-grow: 1;
	  border-radius: 20px;
	}
	.promotions-wrapper .promotions-item{
	  border-radius: 20px;
	}
	.owl-carousel .owl-stage:after{
		display: none !important;
	}
	
	
	
	
	/*форма ос на главной*/
	.feedback-wrapper{
		border-radius: 20px;
	}

	/*блок в карточке товара с живо сайт*/
	.product-item-detail-jivo-tel{
		background: #EFF2F7;
		border-radius: 20px;
		margin-top: 50px;
	  }
	  .product-item-detail-jivo-tel .detail_inner{
		padding: 30px;
		max-width: 450px;
	  }
.product-item-detail-jivo-tel .detail_inner_wrap{
	display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
}
.product-item-detail-jivo-tel .detail_inner_wrap img {
	height: 80px;
}
	  .product-item-detail-jivo-tel .header{
		font-weight: 600;
	  }
	  .detail_inner_buttons{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	  }
	  .detail_inner_buttons a{
		background: #fff;
		color: #333;
		padding: 10px 40px;
		border-radius: 4px;
		text-decoration: none;
	  }
	  
.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections [class*="col-"] {
  width: auto;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item {
  height: auto;
  margin-left: 6px;
  margin-top: 6px;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #e3ecef;
  border-radius: 5px;
  background: #ffffff;
  transition: all .15s ease 0s;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item:hover {
  border-color: #78909c;
  background: #e3ecef;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block-container {
  position: relative;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block {
  position: relative;
  display: block;
  padding: 9px 16px 8px;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-pic {
  display: none;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block-container::after, .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block-container::before{
  background: none;
  filter: none;
}
.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block .collections-item-title, .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block .collections-item-price{
  font-family: "Museo Sans Cyrl 300",sans-serif;
  font-size: 16px;
  color: #263238;
  text-align: left;
  line-height: 19px;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-icons {
  display: none;
}

.tabs__box .product-item-properties-block {
  display:none;
}

  @media (max-width: 1042px) {
  .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections {
    flex-direction: row;
  }
  .brands-detail .brands-detail-tabs-content .brands-detail-collections .row {
    margin-left: 0;
    margin-right: 0;
  }
  .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item {
    margin-right: 6px;
  }
  .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .col-md-3, .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .col-xs-12, .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections [class*="col-xs-"], .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections [class*="col-md-"]{
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px){
  .brands-detail .brands-detail-tabs-content .brands-detail-collections .collections [class*="col-"] {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1042px) {
	.top-panel-wrapper {
		height: 131px;
		padding-top:0px;
	}
}

/*24.09.2024*/
.slider_small {
	border-radius: 20px;
}
.slider_small .owl-stage-outer {
	border-radius: 20px;
}

.slider_small.owl-carousel .preview-item {
	height: 100%;
}
.slider_small .owl-item {
	/*padding: 2px 2px 10px;*/
	padding: 18px;

		-webkit-transition: color .15s ease 0s,border-color .15s ease 0s,background-color .15s ease 0s,opacity .15s ease 0s;
		-moz-transition: color .15s ease 0s,border-color .15s ease 0s,background-color .15s ease 0s,opacity .15s ease 0s;
		-o-transition: color .15s ease 0s,border-color .15s ease 0s,background-color .15s ease 0s,opacity .15s ease 0s;
		transition: color .15s ease 0s,border-color .15s ease 0s,background-color .15s ease 0s,opacity .15s ease 0s;
}
/*@media (width >= 1350px) {*/
/*	.slider_small .owl-item {*/
/*		padding: 26px;*/
/*	}*/
/*}*/
.slider_small.preview-16 {
	margin-block: 6px;
}
@media (width >= 1350px) {
	.slider_small.preview-16 {
		margin-block: 0;
	}
}
.slider_small.preview-16 .preview-item {
	width: unset;
	box-shadow: 0 0 18px rgba(38, 50, 56, 0.16);
}
.slider_small_2.preview-16 .preview-item {
	border-radius: 20px;
}
.slider_small_2.preview-16 .preview-item img {
	border-radius: 20px;
}
.slider_small.preview-16 .preview-item .preview-img {
	margin-bottom: 10px;
}
.slider_small.preview-16 .preview-item .preview-img a {

}
.slider_small.preview-16 .preview-item .preview-img a img {
	height: min((100vw - 38px) / 3.32, 160px);
	min-height: 160px;
	object-fit: fill;
}
.slider_small.preview-16 .preview-item .preview-text {
	height: 24px;
	margin-bottom: 6px;
}
@media (width >= 401px) {
	.slider_small.preview-16 .preview-item .preview-text {
		height: 38px;
	}
}

/*25.09.2024*/
.slider-item__pic > img {
	height: 100% !important;
	object-fit: fill;
}
.slider-wrapper {
	padding-inline: 18px;
	margin-block: 10px 0 !important;
}
@media (width > 1600px) {
	.slider-item__pic > img {
		height: auto !important;
		object-fit: cover;
	}
}

/*30.09.2024*/

@media (max-width: 1042px) {
	.slider .slider-item {
	  min-height: 256px;
	}
}

@media screen and (max-width: 980px) {
	.slider-item__pic > img {
		height: auto !important;
		object-fit: contain;
	}
}

@media screen and (max-width: 768px) {
	.slider .slider-item {
		height: auto;
	}

	.slider-item__pic > img {
		height: auto !important;
		object-fit: contain;
	}
}

@media (max-width: 620px) {
	.slider .slider-item {
	  min-height: 217px;
	}
}

@media (max-width: 520px) {
	.slider .slider-item {
	  min-height: 180px;
	}
}

@media (max-width: 380px) {
	.slider .slider-item {
	  min-height: 140px;
	}
}

.banner_filter #slider-hit .product h3, .banner_filter #slider-hit .product .btn {
	font-size: 16px;
}

.banner_filter #slider-hit .product > p {
	font-size: 16px;
}

.banner_filter .slide > a .product img {
	max-height: 250px;
	object-fit: contain;
}