

/* Start:/bitrix/templates/.default/components/bitrix/news/katalog-new/bitrix/news.detail/.default/style.css?164473856510241*/
section.product {
	margin-bottom: 41px;
}

article.product-head {
	margin-bottom: 46px;
}

article.product-head .product__name,
article.product-head .product__description {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

article.product-head .detail-page-title
{
	text-transform: uppercase;
}

article.product-head .product__description {
	color: #333333;
	font-size: 14px;
	line-height: 17px;
}

section.product__info {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

/* slider, buttons, areas of use */
.product_info--top
{
	width: 100%;

	display: flex;
	flex-flow: row;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	align-items: flex-start;
}

section.product__info-left {
	margin-right: 33px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
@media all and (max-width: 1083px) {
	section.product__info-left {
		margin-right: 0;
	}
	section.product__info {
		flex-wrap: wrap;
	}
}

@media all and (max-width: 980px) {
	section.product__info-left,
	section.product__info-right {
		width: 100%;
		overflow: hidden;
	}
}

section.product-photos {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 33px;
}
section.product-photos img {
	transition: all 0.3s;
	-webkit-user-select: none;
	user-select: none;
}
section.product-photos div.mini {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 30px;
}
@supports (row-gap: 20px) {
	section.product-photos div.mini {
		row-gap: 20px;
	}
}
@supports (display: grid) {
	section.product-photos div.mini {
		display: grid;
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
}
section.product-photos img.mini-photo {
	row-gap: 20px;
	width: 120px;
	height: 120px;

	cursor: pointer;
}
section.product-photos img.big-photo {
	width: 400px;
	height: 400px;
}
section.product-photos img.big-photo.scaled {
	transform: scale(1.4);
	box-shadow: 0 0 20px 5px rgba(136, 136, 136, 0.5);
	border-radius: 10px;
}
@media all and (max-width: 1294px) {
	section.product-photos {
		margin: 0 auto 33px auto;
	}
	section.product-photos div.mini {
		row-gap: 15px;
	}
	@supports (display: grid) {
		section.product-photos div.mini {
			grid-row-gap: 15px;
		}
	}
	section.product-photos img.mini-photo {
		width: 90px;
		height: 90px;
	}
	@supports not (row-gap: 15px) {
		section.product-photos img.mini-photo {
			margin-bottom: 15px;
		}
		section.product-photos img.mini-photo:last-child {
			margin-bottom: 0;
		}
	}
	section.product-photos img.big-photo {
		width: calc((90px * 3) + 30px);
		height: calc((90px * 3) + 30px);
	}
	section.product-photos img.big-photo.scaled {
		transform: scale(1.2);
		border-radius: 5px;
	}
}
@media all and (max-width: 1083px) {
	section.product-photos img.mini-photo {
		width: 140px;
		height: 140px;
	}
	section.product-photos img.big-photo {
		width: calc((140px * 3) + 40px);
		height: calc((140px * 3) + 40px);
	}
	section.product-photos img.big-photo.scaled {
		transform: scale(1.3);
		border-radius: 10px;
	}
}
@media all and (max-width: 720px) {
	section.product-photos img.mini-photo {
		width: 100px;
		height: 100px;
	}
	section.product-photos img.big-photo {
		width: calc((100px * 3) + 30px);
		height: calc((100px * 3) + 30px);
	}
}
@media all and (max-width: 490px) {
	section.product-photos div.mini {
		margin-right: 20px;
	}
	section.product-photos img.mini-photo {
		width: 90px;
		height: 90px;
	}
	section.product-photos img.big-photo {
		width: calc((90px * 3) + 30px);
		height: calc((90px * 3) + 30px);
	}
	section.product-photos img.big-photo.scaled {
		transform: scale(1.2);
	}
}
@media all and (max-width: 450px) {
	section.product-photos {
		display: none;
	}
}

section.product-photos-slider {
	display: none;
	max-width: 100%;
	margin-bottom: 20px;
}
section.product-photos-slider div.slider-item img {
	width: 335px;
	height: 290px;
	margin: 0 auto;
}
@media all and (max-width: 450px) {
	section.product-photos-slider {
		display: block;
	}
}
section.product-photos-slider.slick-dotted {
	margin-bottom: 60px;
}

.product-info--bottom
{
	width: 100%;
	overflow-x: hidden;
}

article.product-properties {
	max-width: 568px;
}
article.product-properties .properties-title {
	color: #333333;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin-bottom: 17px;
}
article.product-properties ul.properties-text {
	list-style-type: "- ";
	color: #333333;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	transition: all 0.3s cubic-bezier(0, 1, 0, 1);
}
@media all and (max-width: 600px) {
	article.product-properties ul.properties-text {
		overflow: hidden;
		max-height: 268px;
		margin-bottom: 15px;
	}
}
@media all and (min-width: 600px) {
	article.product-properties ul.properties-text {
		max-height: max-content;
	}
}
article.product-properties ul.properties-text li {
	margin-left: 15px;
}
article.product-properties button {
	display: none;
	border-radius: 25px;
	border: 1px solid #A6A8B5;
	padding: 3px 17px;
	color: #A6A8B5;
	font-size: 12px;
	line-height: 15px;
	margin-left: 50%;
	transform: translateX(-50%);
}
@media all and (max-width: 600px) {
	article.product-properties button {
		display: block;
	}
}
@media all and (max-width: 1294px) {
	article.product-properties {
		max-width: calc(90px + 30px + (calc(90px*3 + 30px)));
	}
}
@media all and (max-width: 1083px) {
	@supports (max-width: unset) {
		article.product-properties {
			max-width: unset;
		}
	}
}
@media all and (max-width: 980px) {
	article.product-properties {
		max-width: unset;
	}
}

section.product__info-right {
	padding: 30px 27px 51.6px 27px;
}
section.product__info-right .description-title {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #333333;

	text-transform: uppercase;
}
@media all and (max-width: 1083px) {
	section.product__info-right {
		padding: 30px 0 0 0;
	}
}

div.buttons {
	width: -webkit-max-content;
	width: max-content;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 28px;
}
div.buttons button {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
div.buttons button#getPrice {
	border: 2px solid transparent;
	background-color: #2a54a2;
	color: #fff;
	margin-right: 34px;
}
div.buttons button#getPrice:hover {
	border: 2px solid #2a54a2;
	background-color: #fff;
	color: #2a54a2;
}
div.buttons button#askQuestion {
	border: 2px solid #2a54a2;
}
div.buttons button#askQuestion:hover {
	background-color: #2a54a2;
	color: #fff;
}
@media all and (max-width: 1294px) {
	div.buttons {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	div.buttons button#getPrice {
		margin-right: unset;
		margin-bottom: 20px;
	}
}
@media all and (max-width: 1083px) {
	div.buttons {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}
	div.buttons button#getPrice {
		margin-right: 34px;
		margin-bottom: unset;
	}
}
@media all and (max-width: 555px) {
	div.buttons {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}
	div.buttons button {
		font-size: 13px;
	}
	div.buttons button#getPrice {
		padding: 10px 17px;
	}
	div.buttons button#askQuestion {
		padding: 10px 13px;
	}
}
@media all and (max-width: 450px) {
	div.buttons button#getPrice {
		margin-right: 9px;
	}
}
@media all and (max-width: 370px) {
	div.buttons {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	div.buttons button#getPrice {
		margin-right: unset;
		margin-bottom: 10px;
	}
}

article.description-text {
	/*max-width: 522px;*/
	margin-bottom: 37px;
	transition: all 0.3s;
}
article.description-text p, article.description-text span {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16.41px;
	font-weight: 400;
}
@media all and (max-width: 1294px) {
	article.description-text {
		max-width: 480px;
	}
}
@media all and (max-width: 1083px) {
	article.description-text {
		max-width: unset;
	}
}
@media all and (max-width: 980px) {
	article.description-text {
		max-width: unset;
	}
}

h3.documents-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 26px;
}

div.documents-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
@supports (column-gap: 50px) {
	div.documents-list {
		column-gap: 50px;
	}
}
@supports (display: grid) {
	div.documents-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-gap: 50px 28.34px;
	}
}
div.documents-list a.document-link {
	display: block;
}
@media all and (max-width: 1138px) {
	div.documents-list {
		grid-template-columns: 1fr;
	}
}
@media all and (max-width: 1083px) {
	div.documents-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media all and (max-width: 860px) {
	div.documents-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 565px) {
	div.documents-list {
		grid-template-columns: 1fr;
	}
}

div.document {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s;
}
div.document svg {
	margin-right: 14.17px;
}
div.document svg path {
	transition: all 0.3s;
}
div.document span.document-name {
	color: #333333;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	max-width: 200px;
	transition: all 0.3s;
}
div.document:hover {
	cursor: pointer;
}
div.document:hover svg path {
	fill: #2a54a2;
}
div.document:hover span.document-name {
	color: #2a54a2;
}


/* detai_text_styles */
.description-text ul > li{
	margin-bottom: 15px;
}

.description-text > p {
	margin-bottom: 15px;
}

.description-text div.table {
	overflow-x: auto;
	margin-bottom: 15px;
	max-width: 100%;
}

.description-text div.table table{
	border-collapse: collapse;
}
.description-text div.table table td {
	border: 1px solid #000;
	padding: 10px;
}
/* End */


/* Start:/bitrix/templates/empty/assets/css/breadcrumbs.css?16427085771996*/
nav.breadcrumbs
{
	margin: 50px 0 27.33px;
}

nav.breadcrumbs span.breadcrumbs__item
{
	display: inline-block;
	position: relative;
	margin-right: 36.25px;
}

nav.breadcrumbs span.breadcrumbs__item a,
nav.breadcrumbs span.breadcrumbs__item > span
{
	color: rgba(51, 51, 51, 0.5);
	font-weight: 700;
	font-size: 12px;
}

nav.breadcrumbs span.breadcrumbs__item a:first-child
{
	margin-left: 0;
}

nav.breadcrumbs span.breadcrumbs__item:last-child
{
	margin-right: 0;
}

nav.breadcrumbs span.breadcrumbs__item:last-child a,
nav.breadcrumbs span.breadcrumbs__item > span
{
	color: #333333;
}

nav.breadcrumbs span.breadcrumbs__item:last-child::after
{
	display: none;
}

nav.breadcrumbs span.breadcrumbs__item::after
{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 17.26px;
	height: 8.36px;
	margin-left: 9.5px;
	margin-right: 9.5px;
	background-image: url("/upload/icons/breadcrumb_arrow-1.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

@media (max-width: 600px) {
	nav.breadcrumbs {
		width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 15px;
	}
	nav.breadcrumbs span.breadcrumbs__item {
		white-space: nowrap;
	}
}

/* apended bread */

ul.sub-bread-ul {
	position: absolute;
	top: 100%;
	padding: 5px;
	border-bottom-left-radius: 5px;	
	border-bottom-right-radius: 5px;	
	background-color: #F7F7FB;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	border-top: solid 2px #4D9FD2;
	visibility: hidden;
	min-width: 100%;
}

nav.breadcrumbs span.breadcrumbs__item ul.sub-bread-ul li {
	margin-bottom: 10px;
}

nav.breadcrumbs span.breadcrumbs__item ul.sub-bread-ul a {
	color: rgba(51, 51, 51, 0.5);
}

nav.breadcrumbs span.breadcrumbs__item:hover ul.sub-bread-ul{
	visibility: visible;
}


/* End */
/* /bitrix/templates/.default/components/bitrix/news/katalog-new/bitrix/news.detail/.default/style.css?164473856510241 */
/* /bitrix/templates/empty/assets/css/breadcrumbs.css?16427085771996 */
