

/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1667685600744*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
/* End */


/* Start:/bitrix/templates/2022-08-16/components/bitrix/news.list/slider_vidguki/style.css?17506991114069*/
.slider-wrapper {
  width: 100%;
  perspective: 1000px;
  overflow: visible;
  box-sizing: border-box;
}
.owl-item.active.center .shadow-effect p{
 font-size:10px;
}
.owl-carousel,
.owl-stage-outer {
  overflow: visible;
  padding-top: 15px;
}
.owl-carousel .owl-item {
  opacity: 0.4;
  //min-height: 610px;
  //transform: scale(0.95);
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1;
  position: relative;
  pointer-events: all;
}

.owl-carousel .owl-item.center {
  transform: scale(1.4); /* Центральний слайд більший */
  opacity: 1;
  z-index: 3;
}

/* Бокові слайди накладаються знизу */
.owl-carousel .owl-item.active:first-child:not(.center) {
  transform: scale(1) translateX(40px);
margin-top:-35px;
  z-index: 2;
}
.owl-carousel .owl-item.active:last-child:not(.center) {
  transform: scale(1) translateX(-40px);
margin-top:-35px;
  z-index: 2;
}
.owl-carousel .owl-item.active:first-child:not(.center) .testimonial-item{
	margin-top:-35px;
}
.testimonial-item {
  background: white;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  box-sizing: border-box;
}

.owl-carousel .owl-item.center .testimonial-item {
  pointer-events: auto;
}
.shadow-effect {
    background-size: cover;
    background-position-x: center;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #E1E1E1;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100px;
    margin: 0 auto 17px;
}
.owl-item.active .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    margin: 65px 0;
    -moz-backface-visibility: hidden;
}
.owl-item .owl-stage .shadow-effect {
	position: relative;
    overflow: hidden;
    max-height: 427px;
	}
.card-text {
    max-height: 448px;
}
/* Крапки */
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
}
.owl-dot.active span {
  background: #ff6600;
}
.owl-carousel button.owl-dot {
    background: none;
}
a.all_prodbas {
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    background-color: #FFFFFF;
    border-color: #d54513;
    -webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #d54513;
}
a.all_prodbas:hover {
    background-color: #d54513;
    color: white;
    border-color: #DDD;
}

@media (min-width: 1024px) {
	.owl-item.active .shadow-effect{
	display: -webkit-box;
	-webkit-line-clamp: 20;       /* ❗Кількість рядків */
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
	.owl-carousel .owl-stage {
	    margin-bottom: 30px;
	}
	.owl-carousel .owl-item.center {
	  margin-top: 120px;
	}
	.owl-stage .owl-item.active {
    		margin: 130px 0;
	}
	.allvidguki {
	    margin-top: -90px;
	}

}
/* 📱 Мобільна адаптація */
@media (max-width: 1024px) {
  .owl-carousel .owl-item {
    transform: scale(0.9);
  }
.owl-item.active.center .shadow-effect p{
 font-size:14px;
}
  .owl-carousel .owl-item.center {
    transform: scale(1);
  }
  .owl-carousel .owl-item.active:first-child:not(.center),
  .owl-carousel .owl-item.active:last-child:not(.center) {
    transform: scale(0.85) translateX(0);
  }

  .testimonial-item {
    padding: 10px;
	margin: 0 10px;
  }
	.owl-item.active .shadow-effect{
	display: -webkit-box;
	-webkit-line-clamp: 33;       /* ❗Кількість рядків */
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
	.owl-carousel .owl-stage-outer{
	max-height: 885px;
	}
	.owl-carousel .owl-item{
	margin-bottom: 25px;
	}
	.allvidguki {
	    margin-top: -55px;
	}
}



/* End */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1667685600744 */
/* /bitrix/templates/2022-08-16/components/bitrix/news.list/slider_vidguki/style.css?17506991114069 */
