

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?1768071377697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.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%;
	}

}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17721837716200*/
/* catalog-list */
.catalog-list {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
/* item-row */
.catalog-list .item-row {
	padding:0;
	margin:0;
	min-height:48px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
}
.catalog-list .item-row a {
	position:relative;
	display:block;
	padding:8px 0 8px 25px;
	font-weight:600;
	line-height:1.1;
	flex:1 1 auto;
	min-width:0;
	max-width:80%;
}
.catalog-list .item-row a:before {
	position: absolute;
	font-family: 'Linearicons-Free';
	content: '\e871';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: 50%;
	left: 0;
	margin-top: -8px;
	color: #69bf15;
}
/* item-grid */
.catalog-list .item-grid {
	position: relative;
	margin: 0 0 30px;
}
.catalog-list .item-grid:after {
	position: absolute;
	content: '';
	height: 100%;
	top: 0;
	right: 0;
	border-right: 1px solid #eaeaea;
}
.catalog-list .item-grid .name {
	margin-bottom: 10px;
}
.catalog-list .item-grid .name a {
	display: block;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	color: #005389;
}
.catalog-list .item-grid .name:hover a,
.catalog-list .item-grid .name:focus a {
	color: #00bade;
}
.catalog-list .item-grid .image {
	text-align: center;
	margin-bottom: 10px;
}
.catalog-list .item-grid .image img {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.catalog-list .item-grid .image:hover img,
.catalog-list .item-grid .image:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.catalog-list .item-grid .link {
	text-align: center;
}
.catalog-list .card--grid .product-quantity {
	text-align: center;
	margin-top: -15px;
	margin-bottom: 15px;
}
.catalog-list .card--row .product-quantity {
	display: block;
	flex: 0 0 auto;
	float: none;
	margin-top: 0;
	white-space: nowrap;
}
@media only screen and (max-width: 991px) {
	.catalog-list .item-grid:nth-child(2n):after {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.catalog-list .item-grid:after {
		display: none;
	}
	.catalog-list .item-grid:before {
		position: absolute;
		content: '';
		left: 15px;
		right: 15px;
		bottom: -15px;
		border-bottom: 1px solid #eaeaea;
	}
	.catalog-list .item-grid:last-child {
		margin-bottom: 0;
	}
	.catalog-list .item-grid:last-child:before {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.catalog-list .item-grid:nth-child(3n):after {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.catalog-list .item-grid:nth-child(3n):after {
		display: block;
	}
	.catalog-list .item-grid:nth-child(4n):after {
		display: none;
	}
}
.catalog-list.catalog-cards .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.catalog-list.catalog-cards .item-grid {
	float: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog-list.catalog-cards .item-grid:after,
.catalog-list.catalog-cards .item-grid:before {
	display: none !important;
}
.catalog-list.catalog-cards .item-grid .card--grid {
	width: 100%;
	height: 100%;
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
}

.catalog-list.catalog-cards .item-grid .card--grid:hover,
.catalog-list.catalog-cards .item-grid .card--grid:focus-within {
	border-color: #dcdcdc;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-list.catalog-cards .item-grid .link {
	margin-top: auto;
}
.catalog-list.catalog-cards.card-sm .item-grid .card--grid {
	padding: 12px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.catalog-list.catalog-cards.card-lg .item-grid .card--grid {
	padding: 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.catalog-list.catalog-cards .row > .col-xs-12:not(.item-grid) {
	float: none;
	width: 100%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog-list.catalog-cards .card--row {
	width: 100%;
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	padding: 15px;
}
.catalog-list.catalog-cards .card--row:hover,
.catalog-list.catalog-cards .card--row:focus-within {
	border-color: #dcdcdc;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-list.catalog-cards.card-sm .card--row {
	padding: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.catalog-list.catalog-cards.card-lg .card--row {
	padding: 5px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.catalog-list.catalog-cards .row > .col-xs-12:not(.item-grid):last-child {
	margin-bottom: 0;
}
@media (min-width:768px) {
	.catalog-list.catalog-cards.catalog-cols-2 .row>.col-xs-12:not(.item-grid){
		width:50%;
		-webkit-flex:0 0 50%;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section/grid/style.css?17721837713715*/
.product-box-grid-2 .name {
	margin-bottom: 10px!important;
}
.product-box-grid-2 .name a {
	font-weight: 600!important;
	font-size: 15px!important;
	line-height: 1!important;
}
.product-box-grid-2 .sku {
	font-size: 12px;
	line-height: 1.1;
	color: #999999;
	margin-bottom: 0px;
}
.product-box-grid-2 .sku span {
	font-weight: 600;
	color: #444444;
}
.product-box-grid-2 .link .btn-more {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 12px;
}
.product-box-grid-2 .image {
	margin-bottom: 10px!important;
}
.product-box-grid-2 .price {
	float: none!important;
	margin-bottom: 0px!important;
	text-align: center!important;
}
.product-box-grid-2 .count {
	margin-bottom: 0!important;
}
.product-box-grid-2 .cart {
	margin-top: 10px;
}

/* ========================================================================== */
/* Catalog cards (Bootstrap 3.3.7)                                            */
/* ========================================================================== */
.card {
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	padding: 15px;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover,
.card:focus,
.card:focus-within {
	border-color: #dcdcdc;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-cards.card-sm .card {
	padding: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.catalog-cards.card-lg .card {
	padding: 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.product-box.card {
	border-bottom: none;
	margin-bottom: 30px;
	padding: 15px;
	padding-bottom: 15px;
}
.catalog-cards.card-sm .product-box.card {
	padding: 10px;
	padding-bottom: 10px;
}
.catalog-cards.card-lg .product-box.card {
	padding: 18px;
	padding-bottom: 18px;
}
.catalog-cards.card-sm .product-box.card > .row {
	margin-left: -10px;
	margin-right: -10px;
}
.catalog-cards.card-lg .product-box.card > .row {
	margin-left: -18px;
	margin-right: -18px;
}
.product-box-wrap.catalog-cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 > .card--grid {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 .cart__box {
	margin-top: auto;
}
.product-box-wrap.catalog-cards .product-box-grid-2:after,
.product-box-wrap.catalog-cards .product-box-grid-2:before,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(4n):after,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(4n):before,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(3n):after,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(3n):before {
	display: none !important;
}
.product-box-wrap.catalog-cards > .product-box-grid-2.mb-60 {
	margin-bottom: 30px;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?1768071377697 */
/* /local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17721837716200 */
/* /local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section/grid/style.css?17721837713715 */
