.work-examples-plastik .work-examples__wrapper.indent,
.work-examples-installments .work-examples__wrapper,
.work-examples.work-balcon-decor .work-examples__wrapper {
    padding-top: 0;
}
.work-examples-panoram .work-examples__wrapper.indent {
    padding-bottom: 0;
}
.work-examples img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-examples__title {
  margin-bottom: 2.8rem;
}

.work-examples__page {
  margin-bottom: 2.5rem;
}

.work-examples__box-img {
  width: 100%;
  max-width: 100%;
  height: 21.1rem;
  margin-bottom: 1.5rem;
}

.work-examples__box-img:last-child {
  margin-bottom: 0;
}

.work-examples__box-pagination {
  display: none;
}
@media (max-width: 767px) {
	.vneshnyaya-otdelka-profnastilom .work-examples .work-examples__wrapper {
		padding-bottom: 0;
	}
	.work-examples-external-finish .work-examples__title {
		font-size: 2.2rem;
	}	
}
@media (min-width: 768px) {
  .work-examples__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
    .work-examples__page.reset {
    margin-bottom: 0;
  }
  .work-examples__box-img {
    max-width: 22.6rem;
    height: 13.8rem;
    margin-bottom: 0;
  }
  .work-examples__box-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .work-examples__btn, .work-examples__pagination-list {
    color: #979797;
    font-weight: 700;
  } 
  .work-examples__btn, .work-examples__pagination-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .work-examples__btn:hover, .work-examples__pagination-link:hover {
    color: #F26421;
  } 
  .work-examples__btn {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
  } 
  .work-examples__pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .work-examples__pagination-link {
    color: inherit;
    text-decoration: none;
    margin: 0 0.65rem;
  }
  .work-examples__pagination-link.active {
    color: #F26421;
  } 
  .work-examples__next-page {
    display: none;
  }
  .work-examples h2.variant .display {
    display: block;
  } 
  .work-examples.work-balcon-decor {
	padding-bottom: 55px;
  }  
}
@media (min-width: 1200px) {
  .work-examples__title {
    line-height: 1.25;
    margin-bottom: 3.1rem;
  }
  .work-examples__page {
    gap: 1.9rem;
  }
  .work-examples__box-img {
    max-width: 30.7rem;
    height: 18.8rem;
  }
  .work-examples__box-pagination {
    max-width: 69rem;
    margin: 0 auto;
  }
  .work-examples-panels-pvh h2 .display {
	display: initial;
  }
  .work-examples.work-balcon-decor {
	padding-bottom: 60px;
  }  
}

.work-examples__next-page {
  font-weight: 700;
}
/* ПРИМЕРЫ РАБОТ */
@media (max-width: 767px) {
	.work-examples__page.hidden {
		display: none;
	}
    .work-examples__page.reset:last-child {
		margin-bottom: 0;
	}
	.work-examples-installments .work-examples__wrapper {
		padding-bottom: 0;
	}	
}
@media (min-width: 768px) {
	.work-examples__content.owl-carousel.owl-loaded {
		position: initial;
	}	
	.work-examples__box-pagination {
		position: absolute;
		bottom: 0;
		font-size: 1.8rem;
		z-index: 2;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);		
	}
	.work-examples .pagination-box {
		position: absolute;
		width: 100%;
		bottom: 0;
		text-align: center;
	}	
	.work-examples__btn.prev {
		transform: translateX(8rem);
	}
	.work-examples__btn.next {
		transform: translateX(-7rem);
	}
	.work-examples__pagination-link {
		color: #979797;
		font-weight: 700;
		font-size: 1.8rem;
		background: transparent;
		cursor: pointer;
		position: relative;
		z-index: 10;
	}
}