

/* Start:/bitrix/templates/.default/components/artrix/model.filter-artrix/template1/style.css?17054173845937*/
.parametr_wrapper
{
    clear:both;
}

 label[for^='det'] img
 {
     cursor:pointer;
 }
 .podbor-item
 {
     display: inline-flex !important;
     justify-content: center;
     align-items: center;
 }
.param
{
	float:left;
	padding-top: 10px;
    padding-right: 5px;
}
.param_name{
	text-align:right;
	padding-right:10px;
    width:40px;
}
.parameters{
	margin:10px;
    display: flex;
    justify-content: center;
}
.parameters:after{
	content: '';
	display: block;
	clear: both;
}
.parameters .paramter-blocks{
	display: table-cell;
	padding: 0 25px 0 0;
}
.parameters .parameter-buttons{
	position: relative;
	display: flex;
    align-items: flex-end;
	
}

.parameters .parameter-buttons a {
    color: #fff;
    text-shadow: 0 1px 0 #0075b6;
	display: inline-block;
    padding: 0 18px;
    border-radius: 3px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
.parameters .parameter-buttons a:hover{
	text-decoration: none;
}
.parameter-error{
	position: absolute;
	color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 3px;
	padding: 5px 10px;
	white-space: nowrap;
	font-size: 12px;
	left: 100%;
	top: 50%;
    margin: -14px 0 0 10px;
	display: none;
}
.parameter-error:before{
	position: absolute;
	content: '';
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	border-right: 5px solid #ff0000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: 100%;
	top: 50%;
	margin: -5px 0 0;
	z-index: 2;
}
.parameter-error:after{
	position: absolute;
	content: '';
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	border-right: 4px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	right: 100%;
	top: 50%;
	margin: -4px 0 0;
	z-index: 3;
}


@media (max-width: 991px){
	.parameters .paramter-blocks{
		display: block;
		float: none;
	}
	.parameters .paramter-blocks:after{
		content: '';
		display: block;
		clear: both;
	}
	.parametr_wrapper .col-sm-6{
		 width: 14%;
	}
	.parameters .parameter-buttons{
		display: inline-block;
		margin: 15px 0 0;
	}
	.parameter-buttons .parameter-result{
		position: relative;
		top: inherit;
		left: inherit;
        font-weight:bold;
		margin: 10px 0 0 0;
		white-space: normal;
	}
	.parameter-buttons .parameter-result:before{
		border-bottom: 5px solid #006400;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: none;
		bottom: 100%;
		top: inherit;
		left: 15px;
		right: inherit;
	}
	.parameter-buttons .parameter-result:after{
		border-bottom: 3px solid #fff;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: none;
		bottom: 100%;
		top: inherit;
		left: 17px;
		right: inherit;
	}
}


.clr
{
	clear:both;
}
.filter_button
{
	margin-bottom: 15px;
	margin-top: 15px;
}
.filter_button input[type="submit"]
{
    /*height: 40px;
    display: inline-block;
    margin: auto;
	background-color: #606060 !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09), rgba(255, 255, 255, 0.09)) !important;
	color: #fff;
	transition: all 0.3s ease;
    font-size: 14px;
	padding: 0 18px;
    border-radius: 3px;
	vertical-align: bottom;
    text-decoration: none;
	font-weight: bold;
    line-height: 36px;
	border: none;
	vertical-align: middle;
	margin: 0 20px 0 0;*/
}
.filter_button input[type="number"]
{
    width: 50px;
            font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 3px 0;
    word-spacing: normal;
    letter-spacing: normal;
    white-space: normal;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #eee;
}
.param input
{
	max-width:140px;	
        font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 3px 0;
    word-spacing: normal;
    letter-spacing: normal;
    white-space: normal;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #eee;
}
.dspl_no
{
	display:none;
}
.change_filter_param{
	display: block!important;
}
.filter_form_tooltip{
    margin-left: 32px;
    position: relative;
    transform: translateY(7px);
    width: 215px;
    z-index: 0;
	margin-bottom:5px;
}

.filter_form_tooltip .tooltip-inner{
    background: #f2dede none repeat scroll 0 0;
    color: #a94442;
    padding: 3px 8px;
    text-align: center;
	font-size: 12px;	
}

.filter_form_tooltip .tooltip-arrow{
    border-color: #f2dede transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -10px;
    display: block;
    height: 10px;
    left: 95px;
    position: absolute;
    width: 10px;
}
.parameter-result{
	position: absolute;
	color: #006400;
	border: 1px solid #006400;
	border-radius: 3px;
	padding: 5px 10px;
	white-space: nowrap;
	font-size: 12px;
	left: 100%;
	top: 50%;
    margin: -23px 0 0 10px;
	display: none;
	
}
.parameter-result:before{
	position: absolute;
	content: '';
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	border-right: 5px solid #006400;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: 100%;
	top: 50%;
	margin: -5px 0 0;
	z-index: 2;
}
.parameter-result:after{
	position: absolute;
	content: '';
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	border-right: 4px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	right: 100%;
	top: 50%;
	margin: -4px 0 0;
	z-index: 3;
}
.parametr_wrapper .col-md-11{
	width: 85.666667%;
}
.catablog-images-column{
	font-size: 0px;
}
.catablog-images-column .podbor-item{
	width: 48%;
	display: inline-block;
	margin: 0 4% 20px 0;
}
.catablog-images-column .podbor-item:nth-of-type(2n){
	margin: 0 0 20px;
}
#send_empty_result{
	max-width: 500px;
	clear: both;
}
/* End */
/* /bitrix/templates/.default/components/artrix/model.filter-artrix/template1/style.css?17054173845937 */
