

/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1782228407996*/
.bx-breadcrumb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.static-page .bx-breadcrumb {
	justify-content: flex-start;
	margin-bottom: 10px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 0;
    position: absolute;
    left: -2px;
    top: calc(50% - 6px);
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	padding: 10px;
    position: relative;
}
.bx-breadcrumb .bx-breadcrumb-item:first-child {
	padding-left: 0;
}
.bx-breadcrumb .bx-breadcrumb-item:last-child {
	padding-right: 0;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "FedraSansProBook";
	font-size: 12px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17822284078687*/
.product-detail-wrap.section-wrap {
	padding: 0 0 35px;
}
.product-detail-back {
	display: block;
	position: relative;
	/* font-size: 32px; */
	line-height: 1.1;
	font-weight: bold;
	color: black;
	text-align: center;
	cursor: pointer;
}
.product-detail-back svg {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 32px;
    height: auto;
    transform: rotate(90deg);
    align-self: flex-start;
    transition: left 300ms ease-in-out;
}
.product-detail-back svg path {
	transition: fill 300ms ease-in-out;
}
.product-detail-back:hover svg {
	left: 0;
}
.product-detail-back:hover h1 {
	transition: color 300ms ease-in-out;
}
.product-detail-back:hover h1 {
	color: #FAAE5B;
}
.product-detail-back:hover svg path {
	fill: #FAAE5B;
}


.product-detail-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d8d8d8;
}
.product-detail-top .detail-picture-slider {
	max-width: 400px;
	width: 100%;
    margin-right: 35px;
}
.product-detail-top .detail-picture-slider .slick-slide {
	margin: 0 15px;
}
.product-detail-top .detail-picture-slider:not(.slick-initialized) .detail-picture:nth-child(n+1) {
	display: none;
}
.product-detail-top .detail-picture-slider .slick-dots li.slick-active button:before,
.product-detail-top .detail-picture-slider .slick-dots li button:hover:before, .slick-dots li button:focus:before {
	background-color: #317DC1;
}
.product-detail-top .detail-picture {
	padding: 15px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	max-width: 100%;
	display: block;
}

.product-detail-top h1 {
	margin-top: 0;
	margin-bottom: 15px;
}
.product-detail-top .product-manufacturer,
.product-detail-top .product-info {
    color: #7b8294;
    font-family: "FedraSansPro-Normal";
    font-size: 16px;
    font-weight: bold;
}
.product-detail-top .product-info {
	margin-top: 5px;
}
.product-detail-top .btn-blue,
.product-detail-top .btn-orange {
	width: 250px;
	margin-top: 25px;
	font-weight: bold;
}
.product-detail-top .btn-orange:hover {
	background-color: #317DC1;
    border: 1px solid #317DC1;
}
.product-detail-top .product-price {
	margin-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.product-detail-top .product-price .price {
	font-size: 30px;
	font-weight: bold;
	font-family: "FedraSansPro-Normal";
}
.product-detail-top .product-price .price .currency {
	font-family: "Open Sans";
	font-weight: normal;
	display: inline-block;
	position: relative;
}
.product-detail-top .product-price .price .currency:after{
  content: '–';
  position: absolute;
  top: 7%;
  left: -1px;
}
.product-detail-top .product-price .price .currency:before{
	content: '-';
	font-size: 0.9em;
	position: absolute;
	top: 2%;
	left: -1px;
}
.product-detail-top .product-price .price-info {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: 10px;
	cursor: pointer;
}
.product-detail-top .product-price .price-info svg {
	width: 20px;
	height: 20px;
}
.product-detail-top .product-price .price-info .price-info-text {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: calc(100% + 7px);
    width: 200px;
    font-size: 13px;
    line-height: 1.1;
    left: calc(50% - 100px);
    text-align: center;
    background-color: #317dc1;
    color: white;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .25);
    transition: opacity 300ms ease-in-out,
    			visibility 300ms ease-in-out;
}
.product-detail-top .product-price .price-info .price-info-text:after {
    content: "";
    position: absolute;
    background-color: #317dc1;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    bottom: -5px;
    left: calc(50% - 5px);
}
.product-detail-top .product-price .price-info:hover .price-info-text {
	opacity: 1;
	visibility: visible;
}

.product-detail-top .product-availability {
	margin: 15px 0;
	color: green;
}
.product-detail-top .linzamat-address {
	margin-top: 15px;
}

.product-detail-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-detail-info .section-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	text-transform: none;
	margin-bottom: 15px;
}

.product-detail-info-left {
	width: calc(60% - 20px);
	margin-right: 40px;
	flex-grow: 1;
}
.product-detail-info-right {
	width: calc(40% - 20px);
	flex-grow: 1;
}
.product-detail-info-left:nth-child(n+3),
.product-detail-info-right:nth-child(n+3) {
	margin-top: 30px;
}

.product-detail-variants-list .product-detail-variant-wrap + .product-detail-variant-wrap {
	margin-top: 20px;
}
.product-detail-variant-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.variant-item {
	margin: 3px;
	width: calc(33% - 6px);
}
.variant-item .variant-item-value {
    font-family: "FedraSansPro-Normal";
	font-size: 18px;
	user-select: none;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;

	border: 1px solid #317DC1;
	color: #317DC1;
	border-radius: 5px;
	min-width: 75px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 0 0 transparent;
	transition: background-color 300ms ease-in-out,
				border-color 300ms ease-in-out,
				box-shadow 300ms ease-in-out,
				opacity 300ms ease-in-out,
				color 300ms ease-in-out;
}
.variant-item:not(.disabled) .variant-item-value:hover {
  /*background-color: #317DC1;
  color: white;*/
  box-shadow: 0 0 7px 1px rgba(49, 125, 193, .6);
}
.variant-item.active .variant-item-value {
  background-color: #317DC1;
  color: white;
}
.variant-item.disabled .variant-item-value {
	border-color: #7b8294;
	color: #7b8294;
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
}
.variant-item-stock {
	padding: 5px 10px;
    font-family: "FedraSansPro-Normal";
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    min-width: 80px;
    opacity: 0;
    transition: 300ms ease-in-out;
    transition-property: color, opacity;
    display: none;
}
.variant-item-stock.active {
	opacity: 1;
}
.variant-item.disabled .variant-item-stock {
	color: #7b8294;
	pointer-events: none;
	cursor: default;
}
.variant-item.disabled .variant-item-stock.active {
	opacity: 0.4;
}
.variant-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-detail-characteristics-list div + div {
	margin-top: 15px;
}


.product-detail-file {
	padding: 10px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}

.product-detail-file .file-title {
	margin-bottom: 5px;
}

.product-detail-file a {
	font-weight: bold;
}
.product-detail-file + .product-detail-file {
	margin-top: 15px;
}

@media (max-width: 900px) {
	.product-detail-info-left,
	.product-detail-info-right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.product-detail-info .product-detail-info-left ~ div {
		margin-top: 30px;
	}
}

@media (max-width: 780px) {
	.product-detail-top {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center
	}
	.product-detail-top .detail-picture-slider {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.product-detail-top .btn-blue,
	.product-detail-top .btn-orange {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.product-detail-top .detail-picture {
		max-width: 100%;
	}
	.product-detail-top .product-price .price-info .price-info-text {
		left: auto;
		right: -15px;
	}
	.product-detail-top .product-price .price-info .price-info-text:after {
		left: auto;
		right: 19px;
	}
	.variant-item {
		width: calc(50% - 6px);
	}
	.product-title-wrap {
		padding: 0 20px;
	}
	.product-detail-back {
		padding: 20px 0 20px 25px;
		position: relative;
		font-size: 28px;
	}
	.product-detail-back svg {
		position: absolute;
		width: 28px;
		left: 0;
	}
}
@media (max-width: 460px) {
	.variant-item .variant-item-stock {
		font-size: 14px;
		min-width: 65px;
		padding: 5px;
	}
}
@media (max-width: 380px) {
	.variant-item .variant-item-value {
		padding: 5px;
		min-width: 60px;
		font-size: 16px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1782228407996 */
/* /local/templates/.default/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17822284078687 */
