.filter-divider {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 16px;
	margin-top: 16px;
}

.fancybox-button--close {
	font-size: 0;
}

.fancybox-container .fancybox-thumbs {
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
}

.fancybox-thumbs__list a:before {
	border: 2px solid #000;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0 !important;
	bottom: 95px;
}

.fancybox-thumbs__list {
	margin: 0 auto;
}

.filter__subcategory {
	padding-left: 20px;
	margin-top: 15px;
}

.filter__block > a {
	text-decoration: none;
}

.filter__block a.current {
	color: #FF5100;
}

.primary-specs {
	margin-top: 15px;
}

.product-item__compare button.active svg {
	fill: #FF5100;
}

.section-welcome__video img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

body .header-compare, body .header-search {
	width: 20px;
	height: 20px;
}

.checking__message {
	margin-top: 20px;
}

.filter__input span {
	word-break: break-word;
}

.filter__category a.active {
	font-weight: bold;
}

.product-catalog__title {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.045em;
	margin-bottom: 20px;
}

.table-wrapper {
	overflow-x: hidden;
	padding: 20px 0;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.table-wrapper table {
  min-width: 100%;
  border-collapse: collapse;
}


@media only screen and (max-width: 991px){
	.section-welcome__video video {
		display: none;
	}
	
	.section-welcome__video {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.section-welcome {
		height: 33vh;
	}
}