

/* Start:/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/style.css?17654484234925*/
.filter_btn
{
	color: #4869a9;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    margin-top: 20px;
    padding: 0 19px;
    transition: .2s linear;
    border: 1px solid #4869a9;
    border-radius: 20px;
}
.filter_btn[disabled]
{
	border-color: grey;
	color: grey;
}
.filter_btn:not([disabled]):hover
{
	color: #fff;
    background: #4869a9;
}
.filter > form {position: relative;}
.bx-filter-popup-result 
{
	display: none;
	position: absolute;
    top: 0;
    left: 100%;
    transition: .2s linear;
    border: 1px solid #fd810d;
    border-radius: 20px;
    white-space: nowrap;
    color: white;
    background: #fd810d;
    z-index: 5;
}
.bx-filter-popup-result:before
{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fd810d;
    display: block;
    top: 50%;
    left: 4px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.bx-filter-popup-result > span
{
	background: #fd810d;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 5px 0 19px;
}
.bx-filter-popup-result > a
{
	background: white;
	color: #fd810d;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 19px;
    transition: .2s linear;
    border: none;
    border-radius: 20px;
    display: inline-block;
}
.bx-filter-popup-result > a:hover
{
	background: #fd810d;
	color: white;
}
aside .filter .disabled label{color: grey;}
aside .filter .disabled label:before{border-color: grey;}
aside .filter .disabled label:after{background-color: grey;}
aside .filter .data.range .field {display: block;}

/* Select */

.field .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
	width: 100%;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/qupe/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
.field .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.field .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.field .bx-filter-select-text.fix {
	min-width: 120px;
}
.field .bx-filter-select-text label {
	cursor: pointer;
}
.field .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}

/* Select */
/* End */


/* Start:/local/templates/qupe/components/bitrix/news.list/advantages/style.css?17654484231423*/
.advantages {
	padding: 70px 0;
}

.advantages .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
}

.advantages-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	flex: 0 0 calc(25% - 30px);
	min-width: 280px;
	max-width: 320px;
}

.advantages-item__thumb {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantages-item__thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.advantages-item__thumb .svg-icon {
	width: 60px;
	height: 60px;
}

.advantages-item__info {
	flex: 1;
	min-width: 0;
}

.advantages-item__name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.3;
	position: relative;
}

.advantages-item__name:after {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 30px;
	height: 1px;
	margin-top: 4px;
	content: '';
	pointer-events: none;
	background: #fd810d;
}

.advantages-item__desc {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.advantages-item__desc p {
	margin: 0;
}

@media (max-width: 1280px) {
	.advantages-item {
		flex: 0 0 calc(50% - 20px);
		min-width: 350px;
	}
}

@media (max-width: 768px) {
	.advantages {
		padding: 40px 0;
	}

	.advantages .row {
		gap: 30px;
	}
}

@media (max-width: 480px) {
	.advantages .row {
		gap: 24px;
	}

	.advantages-item {
		gap: 14px;
	}
}
/* End */


/* Start:/local/templates/qupe/components/bitrix/news.list/faq/style.css?176544842356*/
.catalogFaq {
	margin-top: 60px;
	margin-bottom: 60px;
}
/* End */


/* Start:/local/templates/qupe/components/bitrix/form.result.new/question/style.css?1765448423590*/
.form {
    padding: 20px!important;
    border-radius: 20px!important;
    background: #f3f9ff!important;
    align-self: center!important;
}


.delivery_payment .cont .feedback {
	display: block!important;
}

.delivery_payment .cont .feedback .form {
	width: 100%!important;
}

.flex {
	display:flex;
}

#phone-email {
	width: 45%;
	margin-right: 40px;
}

#id3 {
	width: 45%;
}

.form textarea, .form textarea.input {
	height: 130px!important;
}

@media (max-width: 450px) {
	.flex {
		display:block;
	}

	#phone-email {
		width: 100%;
		margin-right: 0px;
	}

	#id3 {
		width: 100%;
	}
}
/* End */
/* /local/templates/qupe/components/bitrix/catalog.smart.filter/.default/style.css?17654484234925 */
/* /local/templates/qupe/components/bitrix/news.list/advantages/style.css?17654484231423 */
/* /local/templates/qupe/components/bitrix/news.list/faq/style.css?176544842356 */
/* /local/templates/qupe/components/bitrix/form.result.new/question/style.css?1765448423590 */
