/* это хз что */
.bigdata-wrapper-cros {
	margin: 28px 0 0;
}

.bigdata-wrapper-cros .subtitle {
	margin: 0 0 23px;
}

/* Schaffler */
.schaffler_descr {
	display: flex;
	width: 100%;
}

.scha__pdp__techimages-col {
	width: 30%;
	padding-top: 5px;

	.mb-30 {
		width: 100%;
		img {
			width: 100%;
		}
	}
}

.scha__pdp__techdetails-col__table-list {
	width: 70%;
}

.scha__pdp__techdetails-col__table-list:not(:first-child) > div > div > div {
	padding: 5px 15px;
}

.scha__pdp__techdetails-col__table-list > div > div > div:nth-child(1) {
	text-transform: uppercase;
	font-weight: 900;
}

.scha__pdp__techdetails-col__table-list table {
	border-collapse: collapse;
	width: 100%;

	td {
		border: 1px solid #ececec;
		padding: 5px 15px;
	}

	tr > td:nth-child(1) {
		font-weight: 900;
	}

	tr:hover {
		background-color: #fafafa;
		cursor: pointer;
	}
}

.irbis_descr {
	border-collapse: collapse;
	width: 100%;

	td {
		width: 50%;
		padding: 5px 19px;
	}

	tr:hover {
		background-color: #fafafa;
		cursor: pointer;
	}

	td {
		border: 1px solid #ececec;
		padding: 5px 15px;
	}
}


/* кастомные стили для описаний c офф сайта NTN/SNR */
.product-attribute {
	display: flex;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

	& table {
		border-collapse: collapse;
		width: calc(100%);

		& tr:hover {
			background-color: #fafafa;
			cursor: pointer;
		}

		& td {
			padding: 5px 15px;
			border: 1px solid #ececec;
		}

		& th {
			padding: 15px 15px;
		}

		& th:hover {
			background-color: white;
			cursor: auto;
		}
	}

	&:not(:last-child) {
		margin-bottom: 15px;
	}
}

cx-media {
	width: 250px;
	padding: 30px 0 0 0;

	& img {
		width: 100%;
	}
}

.product-attribute:has(cx-media) {
	& table {
		width: calc(100% - 250px);
	}
}

.product-attribute-name {
	text-align: start;
}

/* кастомные стили для описаний с офф сайта SKF */
.pdf-content {
	width: 100%;

	.content-block {
		width: 100%;

		.row {
			display: flex;
			flex-direction: row-reverse;
			justify-content: start;
			align-items: start;

			.spec-images {
				max-width: 250px;
				padding: 30px 15px 15px 15px;

				img {
					width: 100%;
				}
			}

			.col-sm-12 {
				width: calc(100% - 150px);
			}

			.col-md-8 {
				width: 100%;
			}
		}
	}

	.table {
		border-collapse: collapse;
		width: 100%;

		tr,
		td,
		th {
			border: 1px solid #ececec;
			padding: 5px 15px;
		}

		tr:hover {
			background-color: #fafafa;
			cursor: pointer;
		}
	}

	.pdf-title {
		padding: 15px 5px;
		margin: 0;
		font-size: 15px;
		font-weight: 900;
		text-transform: uppercase;
	}
}

.pdf-content {
	.caption {
		text-align: start;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 900;
		margin: 15px 5px;
	}
}

/* для описаний с сайта https://vsepodshipniki.com.ua/*/
.product-features__table {
	border-collapse: collapse;
	width: 100%;
}

.product-features__cell--h,
.product-features__cell {
	text-align: start;
	border: 1px dotted #ececec;
	padding: 5px 5px;
	font-weight: normal;
}

.product-features__row:hover {
	background-color: #fafafa;
	cursor: pointer;
}

.photo-3d-big-container canvas {
	width: 100% !important;
	height: 100% !important;
	/* background-color: rgba(0,0,0,0.1); */
}

#photo-3d-big .detail-gallery-big__link,
.photo-3d-big-container {
	width: 100%;
	height: 100%;
}

.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	background: #fff;
	backdrop-filter: blur(12px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-wrapper.visible {
	opacity: 1;
	visibility: visible;
	z-index: 1000;
}

.popup-window {
	width: 100vw;
	height: 100vh;
	padding: 0;
	position: relative;
}

.popup-body {
	width: 100vw;
	height: 100vh;
}

.popup-close {
	position: absolute;
	top: 20px;
	right: 30px;
	stroke: #333;
	cursor: pointer;
}

.gallery__tag-3d {
	position: absolute;
	top: 2px;
	right: 4px;
	z-index: 1;
	background: #d90617;
	color: #fff;
	padding: 1px 8px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.3;
}

.bx-soa-auth .btn {
	color: #d90d17;
}

.bx-soa-auth .btn:hover,
.bx-soa-auth .btn:focus,
.bx-soa-auth .btn.focus {
	color: #333;
	text-decoration: none;
}

.subbottom .menu .mega-menu table tr {
	display: flex;
	justify-content: space-between;
}

.subbottom.header__main-part {
	display: flex;
	column-gap: 70px;
}

.fancybox-iframe,
.fancybox-video {
	width: 60vw;
	height: unset;
	max-height: 100vh;
	max-width: 100%;
	aspect-ratio: 1.778/1;
	transform: translate(-50%, -50%);
}

.fancybox-iframe {
	left: 50%;
	position: absolute;
	top: 50%;
}

@media (max-width: 992px) {

	.fancybox-iframe,
	.fancybox-video {
		width: calc(100% - 40px);
	}
}

.photo-video-container,
.photo-video-container iframe {
	width: 100%;
	max-height: 100%;
	border: none;
	aspect-ratio: 1.778 / 1;
}

.gallery__item .video-block.popup_video {
	margin: auto;
}

.gallery__item .video-block.popup_video a {
	pointer-events: none;
}

.swiper-slide-thumb-active.gallery__item .video-block.popup_video a {
	pointer-events: initial;
}

.detail-gallery-big-slider-main__inner {
	max-width: 95%;
}

.detail-gallery-big-slider-main__ratio-wrap {
	padding-top: var(--slider-max-width);
}

/** https://technobearing.ru */

#tab-feat {
	ul {
		padding: 0;
		list-style-type: none;
		width: 100%;

		li {
			display: flex;
			margin: 0;

			div {
				border: 1px solid #ececec;
				width: 50%;
				padding: 5px 15px;
			}

			div:nth-child(2) {
				margin-left: -1px;
			}
		}

		li:not(:first-child) {
			margin-top: -1px;
		}

		li:before {
			content: none;
			margin: 0;
		}

		li:hover {
			background-color: #fafafa;
			cursor: pointer;
		}
	}
}

/** technobearing.ru -  end*/

/* стандартное отображение списков ul, ol */
.tab-content ul,
.group_description_block ul{
	margin: 15px 15px 15px !important;
}

.tab-content ul > li,
.group_description_block ul > li{
	list-style-type: disc !important;
}

.tab-content ul > li:before,
.group_description_block ul > li:before{
	content: none !important;
}

/* выравниевание в blockquote по вертикали по центру*/
#desc blockquote {
	display: flex;
	align-items: center;
	margin: 15px 0 !important;
}
/* end */

/* оформление таблиц в описаниях */
.description_table {
  border-collapse: collapse;
    td, th {
      border: 1px solid #ececec;
      padding: 0px 5px;
    }
}

.catalog-hits {
	margin-top: 50px;
}

@media (max-width: 992px) {

	.catalog-hits {
		margin-top: 5px;
	}

	.catalog-hits .tab_slider_wrapp {
		margin-bottom: 0;
	}

	.catalog-hits  .tabs_content {
		margin-bottom: 15px;
	}
}

.detail-news1 .ordered-block.goods .owl-carousel.owl-theme.owl-bg-nav .owl-stage-outer {
	overflow: hidden;
	padding: 20px 2px;
	margin: -20px -2px;
}
.catalog_block.items {
	position: relative;
}
.catalog_detail .item-stock .value .store_view {
	pointer-events: inherit;
}

.quantity_block_wrapper .item-stock {
	pointer-events: auto;
}

.ordered-block.goods .owl-dots {
	margin: 20px auto 0;
	position: relative;
	z-index: 5;
}

.ordered-block.goods .owl-dot {
	display: inline-block;
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
	cursor: pointer;
	user-select: none;
}

.ordered-block.goods .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 3px 6px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.ordered-block.goods .owl-dots .owl-dot.active span, .ordered-block.goods .owl-dots .owl-dot:hover span {
	background: #d90617;
}
.bx-soa-cart-total .bx-soa-cart-total-line-delivery {
	display: none;
}

.pop-up_location {
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 15;
	max-width: calc(100vw - 30px);
}
.pop-up__body {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	position: relative;
}
.pop-up_location::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.2);
}

.pop-up__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 20px 0;
}
.pop-up__button {
	flex: 1 1 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none !important;
	white-space: unset !important;
}
.btn.btn-transparent-border-color:active,
.btn.btn-transparent-border-color:focus {
	color: #d90617;
}
@media (max-width: 600px) {
	.pop-up_location {
		width: 100%;
	}
}

.cookie-button__icon {
	stroke: #f22800;
	background: #f22800;
	border-radius: 50%;
}

.cookie-button {
	background-color: #f22800;
}
