.product-detail {

}










.product-detail .gallery-block {}







.product-detail .gallery-block .lSSlideWrapper {
	padding: 2rem;
    border: 1px solid #CCCCCC;
}



.product-detail .gallery-block .lSSlideWrapper .lslide,
.product-detail .gallery-block .lSSlideWrapper .clone,
.product-detail .gallery-block .lSSlideWrapper .lslide img,
.product-detail .gallery-block .lSSlideWrapper .clone img {
	height: 320px;
}

.product-detail .gallery-block .lSSlideWrapper .lSAction > a {
    margin-top: 0;
}







.product-detail .gallery-block .lSPager {
	margin-top: 1rem !important;
}

.product-detail .gallery-block .lSPager.lSGallery li {
	position: relative;
	height: 125px !important;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	border-radius: 0;
}
.product-detail .gallery-block .lSPager.lSGallery li.active {
	border: 1px solid rgb(175, 175, 175);
	border-radius: 0;
}

.product-detail .gallery-block .lSPager.lSGallery li a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}








.product-detail .gallery-block .lSAction {
	/*top: 0;*/
	bottom: 0;
	left: 0;
	right: 0;
}
.product-detail .gallery-block .lSAction .lSPrev,
.product-detail .gallery-block .lSAction .lSNext {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 74px;
	height: 100%;
	background: url(images/arrow.svg) center center no-repeat;
    border: 0;
	cursor: pointer;
}

.product-detail .gallery-block .lSAction .lSPrev::before,
.product-detail .gallery-block .lSAction .lSNext::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	background: linear-gradient(270deg, rgba(26, 26, 26, 0.1) 0%, rgba(26, 26, 26, 0) 100%);
	transition: opacity .3s;
	opacity: 1;
}

.product-detail .gallery-block .lSAction .lSPrev::after,
.product-detail .gallery-block .lSAction .lSNext::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	background: linear-gradient(270deg, rgba(150, 150, 150, 0.2) 0%, rgba(150, 150, 150, 0) 100%);
	transition: opacity .3s;
	opacity: 0;
}




.product-detail .gallery-block .lSAction .lSPrev {
	left: 0;
	transform: rotate(180deg);
	padding-right: .75rem;
}
.product-detail .gallery-block .lSAction .lSNext {
	right: 0;
	padding-right: .75rem;
}


.product-detail .gallery-block .lSAction .lSPrev,
.product-detail .gallery-block .lSAction .lSNext {
	padding-right: .75rem;
}


.product-detail .gallery-block .lSAction .lSPrev:hover::before,
.product-detail .gallery-block .lSAction .lSNext:hover::before {
	opacity: 0;
}

.product-detail .gallery-block .lSAction .lSPrev:hover::after,
.product-detail .gallery-block .lSAction .lSNext:hover::after {
	opacity: 1;
}
.product-detail .gallery-block .lSAction .lSPrev:hover,
.product-detail .gallery-block .lSAction .lSNext:hover {
	background-image: url(images/arrow-active.svg);
}


















.product-detail .title {
	font-weight: bold;
	font-size: 1.875rem;
	line-height: 1.2;
	color: #000000;
}


.product-detail .text-block {}

.product-detail .text-block .heading {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #000000;
}

.product-detail .text-block .text,
.product-detail .text-block .text * {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.2;
	color: #2B2A29;
}






.product-detail .properties-block {}

.product-detail .properties-block .property {}
.product-detail .properties-block .property .name {
	font-size: .875rem;
	line-height: 1.2;
	color: #4D4D4D;
}
.product-detail .properties-block .property .value {
	font-size: 1rem;
	line-height: 1.2;
	color: #000000;
}


.product-detail .properties-block-1 .property .name {
	color: #000000;
}
.product-detail .properties-block-1 .property .value {
	font-size: 1.25rem;
}


.product-detail .properties-block-price .property .name {
	font-size: 2rem;
	color: #000000;
}
.product-detail .properties-block-price .property .value {
	font-size: 2rem;
	font-weight: bold;
}




.product-detail .properties-link {
	color: #000000;
}
.product-detail .properties-link a {
	font-size: 0.75rem;
	line-height: 1.2;
	color: #000000;
	text-decoration: underline;
}


.product-detail .pdf-link {
}
.product-detail .pdf-link img {
	max-height: 48px;
}

.product-detail .pdf-link .file-info {}
.product-detail .pdf-link .file-info .file-name {
	font-size: 1rem;
	line-height: 1.2;
	color: #0079C2;
}
.product-detail .pdf-link .file-info .file-desc {
	font-size: 0.75rem;
	line-height: 1.2;
	color: #4D4D4D;
}





.product-detail .amount-product-block {

}
.product-detail .amount-product-block .heading {
	font-size: 1.5rem;
	line-height: 1.2;
	color: #000000;
}

.product-detail .amount-product {

}
.product-detail .amount-product input {
	flex-grow: 0;
	width: 70px;
	height: 46px;
	border: 1px solid #cdcdcd;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	color: #000000;
}
.product-detail .amount-product .btn {
	width: 36px;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-padding-y: 0.25rem;
	border: 1px solid #cdcdcd;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	color: #000000;
}
.product-detail .amount-product .btn:hover {
	background-color: #cdcdcd;
}
.product-detail .amount-product .btn:first-of-type {
    border-radius: 6px 0 0 6px;
}
.product-detail .amount-product .btn:last-of-type {
    border-radius: 0 6px 6px 0;
}



.product-detail .order-btn {
	height: 46px;
	--bs-btn-padding-x: 1.25rem;
	--bs-btn-padding-y: 0.675rem;
	background: #002D5B;
	font-weight: bold;
	color: #FFFFFF;
}
.product-detail .order-btn:hover {
	background: #00254a;
	color: #FFFFFF;
}








.product-detail .product-tabs .nav .nav-link {
	padding: 0;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	color: #000000;
}


.product-detail .product-tabs .tab-content {

}

.product-detail .product-tabs .tab-content .properties-full-block {
	width: 100%;
}

.product-detail .product-tabs .tab-content .properties-full-block tr {

}
.product-detail .product-tabs .tab-content .properties-full-block tr:nth-of-type(odd) {
	background-color: #f6f6f6;
}
.product-detail .product-tabs .tab-content .properties-full-block tr:nth-of-type(even) {
	background-color: #ffffff;
}
.product-detail .product-tabs .tab-content .properties-full-block tr:first-of-type {
	background-color: #efefef;
	font-weight: bold;
}

.product-detail .product-tabs .tab-content .properties-full-block td {
	padding: 0.5rem;
	border: 1px solid #bababa;
	font-size: 1rem
}





@media screen and (max-width: 1599px) {



}
@media screen and (max-width: 1399px) {

	.product-detail .title {
		font-size: 1.75rem;
	}

	.product-detail .text-block .heading {
		font-size: 1.375rem;
	}


	.product-detail .properties-block-price .property .name {
		font-size: 1.5rem;
	}
	.product-detail .properties-block-price .property .value {
		font-size: 1.5rem;
	}



	.product-detail .amount-product-block .heading {
		font-size: 1.25rem;
	}

	.product-detail .amount-product input {
		height: 42px;
		font-size: 1.25rem;
	}

	.product-detail .order-btn {
		height: 42px;
		font-size: .75rem;
	}


	.product-detail .product-tabs .nav .nav-link {
		font-size: 1.375rem;
	}

}
@media screen and (max-width: 1199px) {

	.product-detail .properties-block .property .name {
		font-size: .75rem;
	}
	.product-detail .properties-block .property .value {
		font-size: .875rem;
	}


	.product-detail .properties-block-1 .property .value {
		font-size: 1.125rem;
	}


	.product-detail .properties-block-price .property .name {
		font-size: 1.5rem;
	}
	.product-detail .properties-block-price .property .value {
		font-size: 1.5rem;
	}



	.product-detail .amount-product-block .heading {
        font-size: 1rem;
    }
	.product-detail .amount-product input {
		width: 56px;
		height: 32px;
		font-size: 1rem;
	}
	.product-detail .amount-product .btn {
		width: 26px;
		--bs-btn-padding-x: 0.375rem;
		--bs-btn-padding-y: 0.25rem;
		font-size: 1.375rem;
	}


	.product-detail .order-btn {
		height: 32px;
        --bs-btn-padding-x: 0.75rem;
    	--bs-btn-padding-y: 0.375rem;
		font-size: .675rem;
    }



	.product-detail .product-tabs .tab-content .properties-full-block td {
		padding: 0.375rem;
		font-size: .875rem
	}

}
@media screen and (max-width: 991px) {

	.product-detail .text-block .heading {
		font-size: 1.25rem;
	}

	.product-detail .text-block .text,
	.product-detail .text-block .text * {
		font-size: .875rem;
	}

}
@media screen and (max-width: 767px) {

	.product-detail .product-tabs .tab-content .properties-full-block td {
		font-size: .75rem
	}

}
@media screen and (max-width: 575px) {



}
