

/* Start:/local/templates/ubershop/components/bitrix/catalog/gidravlik/style.css?1773817885260*/
.page-container{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.category-schema{
	position: sticky;
	top: 0;
}
.category-schema img{
	 max-width: 100%;
}
.hidden_text{
	color: #c9c9c9;
	padding: 0 10px;
}
.hidden_text span{
}
.mt-100{
	margin-top: 100px;
}
/* End */


/* Start:/local/templates/ubershop/components/bitrix/catalog.section/gidravlik/style.css?1643592256913*/
.product_list{
	width: 100%;
	line-height: 0;
	border: 1px solid #E0E0E0;
}
.product_list_header{
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 40px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	border-bottom: 1px solid #E0E0E0;	
}
.product_list_header_item{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product_list_header > div:nth-child(1){
	width: 10%;
	border-right: 1px solid #E0E0E0;
}
.product_list_header > div:nth-child(2){
	width: 35%;
	border-right: 1px solid #E0E0E0;
}
.product_list_header > div:nth-child(3){
	width: 15%;
	border-right: 1px solid #E0E0E0;
}
.product_list_header > div:nth-child(4){
	width: 18%;
	border-right: 1px solid #E0E0E0;
}
.product_list_header > div:nth-child(5){
	width: 22%;
}
@media(max-width: 991px){

	.product_list{
		margin-top: 32px;
	}
}
/* End */


/* Start:/local/templates/ubershop/components/bitrix/catalog.item/gidravlik/style.css?16184514482969*/
.product_tr{
	border-bottom: 1px solid #E0E0E0;
}
.product_td{
	display: inline-flex;
	align-items: stretch;
	width: 100%;
	min-height: 40px;
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.product_td > div{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product_td .product-item-price-old{
	text-decoration: line-through;
}
.product_td_number{
	width: 10%;
	border-right: 1px solid #E0E0E0;
}
.product_td_name{
	justify-content: flex-start !important;
	width: 35%;
	border-right: 1px solid #E0E0E0;
	padding: 4px 10px;
	word-break: break-all;
}
.product_td_name a{
	color: #000;
	text-decoration: none;
}
.product_td_name a:hover{
	color: #0177C1;
}
.product_td_price{
	width: 15%;
	border-right: 1px solid #E0E0E0;
}
.product_td_quantity{
	width: 18%;
	border-right: 1px solid #E0E0E0;
}
.product_td_button{
	width: 22%;
}
.product_quantity_form{
	position: relative;
	width: 98px;
	height: 24px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
}
.product_quantity_input{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	border: none;
}
.product_quantity_minus{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 100%;
	font-family: Roboto;
	font-weight: bold;
	font-size: 12px;
	color: #4F4F4F;
	border-right: 1px solid #E0E0E0;
	text-decoration: none;
}
.product_quantity_plus{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 100%;
	font-family: Roboto;
	font-weight: bold;
	font-size: 12px;
	color: #4F4F4F;
	border-left: 1px solid #E0E0E0;
	text-decoration: none;
}
.product_list .buy-buttons a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 24px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background: #0177C1;
	border-radius: 2px;
	padding: 0;
	text-decoration: none;
}
.product_list .buy-buttons a.on_requested{
	background: #FFD601;
}
@media(max-width: 767px){
	.product_td{
		flex-wrap: wrap;
		padding: 4px;
	}
	.product_td > div{
		border-right: none;
	}
	div.product_td_number{
		width: 24%;
		height: 42px;
		justify-content: flex-start;
		padding-left: 18px;
	}
	.product_td_number span{
		font-weight: bold;
	}
	.product_td_name{
		width: 76%;
		height: 42px;
	}
	.product_td_price,
	.product_td_quantity,
	.product_td_button{
		height: 42px;
	}
	div.product_td_price {
	    width: 28%;
	    justify-content: flex-start;
		padding-left: 18px;
	}
	.product_td_quantity{
		width: 52%;
	}
	.product_td_button {
	    width: 20%;
	}
	.product_list .buy-buttons a{
		width: 20px;
		height: 20px;
	}
	.icon_cart{
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('/local/templates/ubershop/components/bitrix/catalog.item/gidravlik/images/cart.svg') no-repeat center;
	}
}	
/* End */


/* Start:/local/templates/ubershop/components/bitrix/catalog.product.subscribe/main/style.css?16124063301816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */
/* /local/templates/ubershop/components/bitrix/catalog/gidravlik/style.css?1773817885260 */
/* /local/templates/ubershop/components/bitrix/catalog.section/gidravlik/style.css?1643592256913 */
/* /local/templates/ubershop/components/bitrix/catalog.item/gidravlik/style.css?16184514482969 */
/* /local/templates/ubershop/components/bitrix/catalog.product.subscribe/main/style.css?16124063301816 */
