.assortment-full .product {
	border-bottom: 1px solid #c7c7c7;
	font-size: 0px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-right: -4px;
}

.assortment-full .product .product-name {
	margin-bottom: 18px;
}

.assortment-full .product .product-name a {
	color: inherit;
}

.product-description-container {
	display: grid;
	grid-template-columns: fit-content(100%) 5fr;
	gap: 27px;
}

.product .product-name {
	margin-bottom: 34px;
}

.product .product-photo {
	float: right;
}

.product .product-description {
	color: #4D4F50;
	display: inline-block;
	font-size: 13px;
	line-height: 19px;
	margin-right: 20px;
	vertical-align: top;
}

.product .product-description p {
	line-height: 19px;
	margin-top: 0;
}

.product .product-specifications {
	display: grid;
	grid-template-columns: fit-content(100%) 1fr;
	font-size: 13px;
	line-height: 16px;
	vertical-align: top;
	gap: 54px;

	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-right: -4px;
}

.product .product-techchar {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-right: -4px;
}

.product .product-specifications p {
	line-height: 16px;
}

.product .product-specifications h3 {
	margin-top: 10px;
}

.product .tbl {
	margin-bottom: 10px;
}

.publications-wrapper {
	border-top: 1px solid #ECE8E9;
	border-bottom: 1px solid #ECE8E9;
	font-size: 0;
	line-height: 0;
	background-color: #F7F5F6;
	margin-top: 30px;
	padding: 30px 10px;
}

.publications-wrapper .h2 {
	padding: 0 20px;
	line-height: 1;
	margin-top: 0;
}

.publications-wrapper .publication {
	display: inline-block;
	margin: 20px;
	vertical-align: top;
	width: 180px;
}

.publications-wrapper .img {
	border: 1px solid #c7c7c7;
	display: inline-block;
	padding: 3px;
	vertical-align: top;
}

.publications-wrapper .title {
	color: #4D4F50;
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.3;
}

.product-one {
	font-size: 0px;
	margin: 20px 20px 10px;
	padding-bottom: 10px;
}

.product-one .img {
	display: inline-block;
	font-size: 0px;
	margin: 2px 20px 10px 0;
	padding: 3px;
	vertical-align: top;
}

.product-one .info {
	display: inline-block;
	line-height: 1.3;
	width: 400px;
}

.product-one .title {
	color: #000;
	display: inline-block;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.product-one .announce {
	font-size: 12px;
}

.product-one .reading {
	display: none;
}

.btn {
	background-color: #008943;
	border: 1px solid #008943;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 19px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-top: 16px;
	width: fit-content;
}

.btn:hover {
	background-color: #fff;
	border: 1px solid #008943;
	color: #008943;
}

.product .product-description .btn.pdf {
	position: relative;
	padding: 5px 19px 5px 29px;
}

.product .product-description .btn.pdf::before {
	display: block;
	content: url('/image/pdf-icon.svg');
	width: 15px;
	height: 16px;
	position: absolute;
	left: 8px;
}

.product .product-description .btn.pdf:hover::before {
	content: url('/image/pdf-icon-green.svg');
}

.analogs a {
	color: inherit;
}


@media screen and (max-width: 999px) {
	.product .product-description {
		width: auto;
	}

	.product-one .img img {
		width: 100%;
	}
}

@media screen and (max-width: 892px) {
	.product-one .img {
		width: 100%;
		box-sizing: border-box;
	}

	.product-one {
		margin-left: 0;
		margin-right: 0;
	}

	.product-one .info {
		width: 100%;
	}
}


@media screen and (max-width: 699px) {
	.product .product-specifications {
		width: auto;
		grid-template-columns: fit-content(100%);
	}

	.product-photo {
		order: 2;
	}

	.product-description {
		order: 1;
	}

	.product-name {
		font-size: 16px;
	}

	.publications-wrapper .product-one .info {
		width: auto;
	}

	.product-description-container {
		grid-template-columns: fit-content(100%);	
	}

	.product-description-container .product-photo {
		order: 1;
	}

	.product-description-container .product-description {
		order: 2;
	}
}