

/* Start:/bitrix/templates/legeart_new/components/bitrix/news.detail/specSection/style.css?1693301455216*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.specialist__text {
	display:flex;
	flex-direction: column;
}
/* End */


/* Start:/bitrix/templates/legeart_new/components/bitrix/breadcrumb/bread_valid/style.min.css?1693301455467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/legeart_new/components/bitrix/catalog/sparesCatalog/style.min.css?1693301455959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/spares/style.css?16933013099962*/
/* page zone start*/
.page__img {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	height: 930px;
}
.page__content {
	background-color: white;
	padding: 65px 80px;
	flex: 0 0 90%;
	min-height: 490px;
	box-sizing: border-box;
	display: grid;
	grid-gap: 100px;
	grid-template-columns: 3fr 7fr
}
.page__container {
	display: flex;
	height: auto;
	margin-top: -360px;
}
.page__grayside {
	flex: 0 0 10%;
	min-height: calc(100% - 360px);
	margin-top: 360px;
	background-color: #f6f6f6;
}
.breadcrumbs {
	font-size: 14px;
}
.breadcrumbs__link {
	color: #12398a;
}
.breadcrumbs__item {
	color: black;
	display: inline;
}
.page__content h1 {
	margin: 60px 0px;
}
.anime {
	animation: anim 400ms;
	visibility: visible !important;
}
.page__content h1 {
    margin: 60px 0px;
}
.spares__aside h2{
	color: black;
    font-size: 26px;
    font-weight: 400;
    margin: 100px 0 40px 0;
}
h1 {
    color: black !important;
	font-size: 40px !important;
}
@keyframes anim {
	0%{
		opacity: 0;
		transform: translateY(40px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}
@media screen and (max-width:1400px) and (min-width:1101px) {
	.page__img {
		height: 690px;
	}
	.page__grayside {
		flex: 0 0 10%;
		margin-top: 130px;
	}
	.page__container {
	/*	margin-top: -130px;*/
	}
	.page__content {
		min-height: 360px;
		grid-template-columns: auto;
	}

}

@media screen and (max-width:1100px) and (min-width:801px) {
	.page__img {
		height: 470px;
	}
	.page__container {
		/*margin-top: 0px;*/
	}
	.page__content {
		min-height: 130px;
		flex: 0 0 100%;
		grid-template-columns: auto;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
}

@media screen and (max-width:800px) {
	.page__img {
		height: 360px;
	}
	.page__container {
	/*	margin-top: 0px;*/
	}
	.page__content {
		min-height: 130px;
		flex: 0 0 100%;
		grid-template-columns: auto;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
}
/* page zone end*/
h1 {
	color: black;
}
h2 {
	color: black;
	font-size: 26px;
	font-weight: 400;
	margin: 100px 0 40px 0;
}
aside h2 {
	margin: 40px 0 40px 0;
}
.spares__sections {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-template-rows: auto;
	grid-auto-rows: auto;
	grid-auto-flow: row;
	justify-content: space-around;
	grid-gap: 30px;
}
.spares__section {
	background-color: white;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #f6f6f6;
}
.spares__section__img {
	height: 240px;
	flex: 0 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.spares__section__text a {
	color: #12398a;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s ease;
}
.spares__section__text p {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 400;
}
.spares__section__text {
	padding: 35px;
	margin-bottom: auto;
}
.spares__section__text a:hover {
	color: #ff6f00;
}
.specialist__block {
	background-color: white;
	display: grid;
	grid-template-columns: auto;
	padding: 50px 30px;
	border: 1px solid #f6f6f6;
	grid-gap: 40px;
}
.specialist__photo {
	background: no-repeat 30% 20% url(/img/man-photo.jpg);
	background-size: 150%;
	border-radius: 85px;
	height: 170px;
	width: 170px;
	justify-self: center;
}
.specialist__text, .specialist__name {
	margin: 0;
	line-height: 24px;
	font-size: 16px;
}
.specialist__text a {
	color: #21bcff;
}
.btn {
	display: inline-block;
	margin: 20px 0 0 0;
	text-align: center;
}
.btn p {
	font-size: 16px;
	font-weight: normal;
}
.btn span {
	font-size: 16px;
	font-weight: 200;
	color: white;
	user-select: none;
}
.filter .btn {
	margin: 10px 15px 0 0;
	padding: 7px 10px;
}
.filter .btn p {
	padding: 0px;
	color: black;
	display: inline;
}
.filter .btn.btn-blue p {
	color: white;
}
.filter__element {
	flex: 0 0 auto;
	margin: 0 40px 0 0;
}
.filter {
	display: flex;
	flex-wrap: wrap;
}
.filter b {
	display: block;
	margin-top: 20px;
}
.back-link {
	text-decoration: none;
	color: #21bcff;
}
.back-link:hover {
	color: #ff6f00;
	transition: all 0.5s ease;
}
.page__nav {
	padding: 50px 0 0 0;
}
.page__nav a {
	text-decoration: none;
	margin: 5px 0;
	border-bottom: dotted 1px #12398a;;
	display: inline-block;
	color: #12398a;
}
select {
	border-radius: 3px;
	padding: 6px 20px 6px 10px;
	outline: none !important;
	margin: 10px 0 0 0;
	/*for WebKit*/
	-webkit-appearance: none;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px; 
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
	background-image: url('/img/select.png');
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	font-size: 16px;
	border-width: 1px;
}
@media screen and (max-width:1400px) {
	aside {
		display: none;
	}
}

.spares__img {
	display: block;
	max-width: 100%;
	height: auto;
}
.table {
	display: grid;
	grid-template-columns: 100%;
	grid-auto-rows: auto;
	padding-bottom: 50px;
}
.table__row, .table__names {
	display: grid;
	grid-template-columns: 40px 1fr 3fr 60px 85px;
	grid-column-gap: 10px;
	padding-right: 50px;
}
.table__names {
	margin-top: 80px;
	height: 40px;
}
.table__row {
	cursor: pointer;
	padding-right: 10px;
}
.table__row p {
	margin: 0px;
	padding: 8px;
}
.table__row p:last-child {
	padding-left: 20px;
}
.table .table__row:nth-child(odd) {
	background-color: #f3f3f3;
}
.table__row:hover {
	background-color: #c4d19c !important;
}
.green, .green:hover {
	background-color: #b4d453 !important;
}
section h2 {
	color: black;
    font-size: 26px;
    font-weight: 400;
    margin: 60px 0 60px 0;
}
.green .btn-Basket {
	color: white;
} 

.btn-Basket {
	display: flex;
	align-items: center;
}
/* Popov */

.bst-Basket {
	display: flex;
	position: fixed;
	top: 180px;
	right: 0;
	transform: translateX(959px);
	transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  max-height: 500px;
}
.bst-Basket[aria-open='true'] {
	transform: translateX(0px);
}
.bst-Basket[aria-open='true'] .bst-BasketBody {
	box-shadow: 0 2px 13px rgba(20, 20, 20, 0.18);
}

.bst-BasketLabel {
	min-width: 53px;
	height: 60px;
	padding-top: 6px;
	background-color: #ff6f00;
	display: flex;
  flex-direction: column;
  cursor: pointer;
}
.bst-BasketLabel_Icon {
	width: 24px;
	height: 24px;
	background-image: url('/spares/./images/shopping-cart.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	margin: 0 auto;
}
.bst-BasketLabel_Count {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c95700;
	color: #fff;
	margin: auto;
	margin-top: 5px;
	border-radius: 50%;
  font-size: 12px;
  user-select: none;
}
.bst-BasketBody {
	display: flex;
	flex-direction: column;
	min-width: 883px;
	padding: 28px 33px 35px 43px;
	background-color: #ffffff;
  position: relative;
  
}
.bst-BasketTable {
	margin-top: 40px;
	
}
.bst-BasketClose {
  margin-bottom: 25px;
  cursor: pointer;
}
.bst-BasketTitle {
	color: #000000;
	font-family: Plumb;
	font-size: 18px;
	font-weight: 700;
}
.bst-Table_Header {
	color: #000000;
	font-family: Plumb;
	font-size: 18px;
	font-weight: 700;
	display: grid;
	grid-template-columns: 53px 178px 3fr 200px 170px 1fr;
	grid-gap: 8px;
}
.bst-Table_Body {
  max-height: 275px;
	overflow-y: auto;
}
.bst-TableRow_Name {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.bst-Table_Body::-webkit-scrollbar-track{
	background-color: #fff;
	border-radius: 10px;
}

.bst-Table_Body::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.bst-Table_Body::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #ff6f00;
}

.bst-TableRow {
	display: grid;
	padding: 8px;
	grid-template-columns: 53px 178px 3fr 200px 170px 1fr;
	grid-gap: 8px;

}

.bst-TableRow:nth-child(even) {
	background-color: #f3f3f3;
}
.bst-TableRow_Count {
	text-align: left;
	padding-left: 8px;
}
.bst-TableRow_ItemCount input {
	max-width: 60px;
}
.ui-Input--Number {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 140px;
	margin: 0 auto;
}
.ui-Input_Control--Minus, .ui-Input_Control--Plus {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.ui-Input_Control--Minus {
	background: url('/spares/./images/minus-button.svg');
}
.ui-Input_Control--Plus {
	background: url('/spares/./images/plus.svg');
}
.bst-BtnDelete_Container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bst-BtnDelete {
  width: 11px;
  height: 11px;
  display: block;
  background-image: url('/spares/./images/close.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 16px;
  cursor: pointer;
}
.bst-BasketBtn {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.bst-BtnFastBuy {
	height: 40px;
	width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
	padding: 12px 34px;
	background-color: #12398a;
	background-image: linear-gradient(to right, #ff7301 0%, #ff990e 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
.bst-BtnOrder {
	max-width: 140px;
	color:#fff;
	background-color: #12398a;
	padding: 12px 34px;
	background-origin: border-box;
	text-align: center;
  border-radius: 5px;
  text-decoration: none;
}
.bst-BtnRemoveAll {
	position: absolute;
	top: 29px;
	right: 28px;
	cursor: pointer;
	color: #c95700;
	font-family: Plumb;
	font-size: 16px;
}
@keyframes easeOutBounce {
	0% {
		transform: translateX(0%);
	}

	12% {
		transform: translateX(-10.89%);
	}

	24% {
		transform: translateX(-43.56%);
	}

	36% {
		transform: translateX(-98.01%);
	}

	54% {
		transform: translateX(-75.02%);
	}

	74% {
		transform: translateX(-98.37%);
	}

	82% {
		transform: translateX(-93.75%);
	}

	92% {
		transform: translateX(-99.34%);
	}

	96% {
		transform: translateX(-98.46%);
	}

	100% {
		transform: translateX(-100%);
	}

}
/* Popov */
/* End */


/* Start:/bitrix/templates/legeart_new/components/bitrix/catalog/sparesCatalog/bitrix/catalog.section.list/sectionDetailget/style.min.css?16933014556236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/components/legeart.basket_mail/templates/fastBuy/style.min.css?1693301309251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/bitrix/templates/legeart_new/components/legeart/main.feedback/fastBuy/style.min.css?1693301455251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /bitrix/templates/legeart_new/components/bitrix/news.detail/specSection/style.css?1693301455216 */
/* /bitrix/templates/legeart_new/components/bitrix/breadcrumb/bread_valid/style.min.css?1693301455467 */
/* /bitrix/templates/legeart_new/components/bitrix/catalog/sparesCatalog/style.min.css?1693301455959 */
/* /spares/style.css?16933013099962 */
/* /bitrix/templates/legeart_new/components/bitrix/catalog/sparesCatalog/bitrix/catalog.section.list/sectionDetailget/style.min.css?16933014556236 */
/* /local/components/legeart.basket_mail/templates/fastBuy/style.min.css?1693301309251 */
/* /bitrix/templates/legeart_new/components/legeart/main.feedback/fastBuy/style.min.css?1693301455251 */
