

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?16207404223119*/
.section__sort-wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	margin-bottom: 60px;
}
.section__sort-item-title{
	display: flex;
	align-items: center;
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
}
.count-select{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70px;
	height: 55px;
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #CC1111;
	margin-left: 20px;
	padding: 0 15px;
	cursor: pointer;
}
/*sort*/
.section-count{
	position: relative;
}
.section-count .section__sort-item-dropdown{
	position: absolute;
	right: 0;
	/* bottom: 0px; */
	width: 70px;
	z-index: 100;
	box-shadow: 3px 10px 27px -5px rgb(0, 0, 0, 0.36); 
	display: none;
	background: #ffffff;

}
.section-count .section__sort-item-dropdown a{
	display: flex;
	background: #ffffff;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 55px;
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
	/* border: 2px solid #CC1111; */
}
.section-sort{
	max-width: 100%;
	/* min-width: 270px; */
	position: relative;
	cursor: pointer;
}
.section-sort .section__sort-item-dropdown{
	background: #ffffff;

}
.sort-select{
	padding: 15px 25px;	
	width: 100%;
	min-width: 240px;
	max-width: 100%;
	display: block;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}
.sort-select__button{
	width: 100%;
	max-width: 50px;
	min-width: 50px;
	height: 57px;
	background: #CC1111 url(/local/templates/.default/images/arrow-down.svg) no-repeat center center;
	display: block;
	border: 1px solid #CC1111;
}
.section-sort .section__sort-item-dropdown{
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	box-shadow: 3px 10px 27px -5px rgb(0, 0, 0, 0.36); 
	z-index: 100;
}
.section-sort .section__sort-item-dropdown a{
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	padding: 0 25px;
	font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
	cursor: pointer;
}
.section-sort .section__sort-item-dropdown a:hover{
	/* text-decoration: none; */
}
.inner-page{
	margin-bottom: 0 !important;
}
/* .similar-products .inner-title{
	color: red;
} */
.products-slider .inner-title{
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 768px){
	.section__sort-wrapper{
		margin-top: 20px;
    	margin-bottom: 20px;
		flex-direction: column;
		align-items: center;
	}
	.section-count{
		margin-bottom: 20px;
	}
	.products-slider .inner-title{
		font-size: 18px;
		line-height: 25px;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog-element/style.css?16207404224836*/
.element__image{
	display: flex;
	justify-content: center;
	align-items: center;
}
.element__image img{
	max-width: 330px;
	width: 100%;
}
.element__price .product-item-detail-price-current{
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 26px;
	color: #CC1111;
	margin-bottom: 30px;
}
.element__quantity-count{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
}
.model-list__item{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 35px;
	color: #828282;
}
.element_bold{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 35px;
	color: #000000;
}
.element__preview-text{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	color: #828282;
	border-top: 1px solid #E6E6E6;
	padding-top: 30px;
	margin-bottom: 25px;
}
.element__preview-bold{
	color: #000000;
}
.properties-list__item{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 35px;
	color: #828282;
	margin-top: -5px;
}
.buttons-wrapper{
	display: flex;
	align-items: center;
}
.element__quantity .product-item-amount-field-block .product-item-amount-description-container{
	display: none;
}
.element__quantity .product-item-amount-field{
	width: 80px;
	height: 46px;
	background: #FFFFFF;
	border: 2px solid #E5E5E5;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 37px;
	text-transform: uppercase;
	color: #1A1A1A;
	border-radius: none;
	outline: none;
}
.element__quantity .product-item-amount-field{
    -moz-appearance:textfield;
}
.element__quantity .product-item-amount-field::-webkit-outer-spin-button,
.element__quantity .product-item-amount-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.element__quantity{
	margin-right: 43px;
}
.element__quantity,
.product-item-amount{
	width: 100%;
	max-width: 158px;	
}
.element__quantity .product-item-amount-field-container{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 158px;
	justify-content: space-between;
}
.element__quantity-pm{
	cursor: pointer;
}
.element__quantity-pm svg{
	fill: #BDBDBD;
}
.element__quantity-pm:hover svg{
	fill: #000000;
}
.element__quantity .product-item-amount-field-btn-minus{

}
.element__quantity .product-item-amount-field-btn-plus{

}
.element__buy-btn{
	width: 100%;
	max-width: 252px;
	margin-right: 48px;
}
.product-item-detail-buy-button{
	max-width: 252px;
    width: 100%;
    height: 55px;


	background: #CC1111 url(/local/templates/.default/images/catalog-basket.svg) no-repeat left 61px center;
    color: #FFFFFF;
    padding-left: 52px;
    /* text-align-last: left;
    justify-content: flex-start; */
}
.product-item-detail-buy-button,
.element__buy-one-click{
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;	
}
.product-item-detail-buy-button:hover{
	color: #FFFFFF;
    text-decoration: none;
	background: #E50000 url(/local/templates/.default/images/catalog-basket.svg) no-repeat left 61px center;
}
.element__buy-one-click{
	width: 100%;
	max-width: 231px;
	border: 2px solid #CC1111;
	background: #ffffff;
	height: 55px;
	transition: 0.5s;
}
.element__buy-one-click:hover{
	background: #CC1111;
	color: #ffffff;
}
.element__model-list{
	display: flex;
	width: 100%;
	max-width: 500px;
	justify-content: space-between;
	margin-bottom: 30px;
}
.element__info{
	margin-bottom: 30px;
}
.bx-catalog-element{
	margin-bottom: 84px;
}
.element__image .no-photo{
	max-width: 120px;
}
@media(max-width: 1200px){
	.buttons-wrapper{
		flex-direction: column;
		align-items: flex-start;
	}
	.element__quantity,
	.element__buy-btn,
	.element__buy-one-click{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.element__buy-one-click{
		max-width: 252px;
	}
}
@media(max-width: 992px){
	.element__image{
		text-align: center;
		margin-bottom: 15px;
	}
	.element__price .product-item-detail-price-current{
		text-align: center;
		margin-bottom: 15px;
	}
	.element__quantity-count{
		margin: 0 auto;
		text-align: center;
		margin-bottom: 15px;
	}
	.element__model-list{
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.element__preview-text{
		padding-top: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	.properties-list__item{
		text-align: center;
	}
	.element__info{
		margin-bottom: 15px;
	}
	.buttons-wrapper{
		align-items: center;
	}
}
@media(max-width: 768px){
	.bx-catalog-element{
		margin-bottom: 30px;
	}
}
@media(max-width: 576px){
	.element__model-list{
		flex-direction: column;
		align-items: center;
	}
}


/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?16207404223119 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog-element/style.css?16207404224836 */
