

/* Start:/local/templates/mhi/components/bitrix/catalog/mhi/style.min.css?1749551213959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.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%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/mhi/components/bitrix/breadcrumb/main/style.css?174955121377*/
.chain-item {
    text-decoration: underline;
    color: #d1c094!important;
}
/* End */


/* Start:/local/templates/mhi/components/bitrix/main.userconsent.request/rperf/user_consent.css?17495691555764*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 99999;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin-bottom: 20px;
	font-size: 30px;
	color: rgba(87, 87, 86, 1);
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 22px;
		text-align: left;
	}
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-buttons {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
	font-size: 16px;
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		width: 100%;
		max-width: 1140px;
		padding: 40px;
		border-radius: 20px;
	}

	.main-user-consent-request-popup-header {
		text-align: left;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}


.main-user-consent-request-popup-text {
	border: 0;
}


.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(181, 181, 181, 1);
}


.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	width: 10px;
	background: rgba(181, 181, 181, 1);


}




.main-user-consent-request-popup-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 10px;
	min-width: 350px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.main-user-consent-request-popup-button:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-button {
		margin-right: 0;
		width: 100%;
	}
}


.main-user-consent-request-popup-button-acc {
	background: rgba(209, 192, 148, 1);
	height: 65px;
	text-transform: uppercase;
	color: #000;

	border: 0;
	border-radius: 30px;
	width: 100%;
	max-width: 450px;

}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(192, 169, 109, 1);

}

.main-user-consent-request-popup-button-acc:active {
	background: rgba(169, 147, 91, 1);

}


.main-user-consent-request-popup-button-rej {
	border: 1px solid rgba(209, 192, 148, 1);
	color: #000;
	text-transform: uppercase;
	background: #fff !important;
	border-radius: 30px;
	width: 100%;
	max-width: 450px;
}

.main-user-consent-request-popup-button-rej:hover {
	border: 1px solid rgba(192, 169, 109, 1);

}

.main-user-consent-request-popup-button-rej:active {
	border: 1px solid rgba(169, 147, 91, 1);


}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-text {
		height: calc(100vh - 341px);

		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/mhi/components/bitrix/form.result.new/requestPrice/style.css?1749551213972*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/mhi/components/bitrix/form.result.new/requestPrice/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/mhi/components/bitrix/form.result.new/requestPrice/images/icon_warn.gif);
}

.getprice-agreement .label-check__name_modal-form {
    padding: 5px 0 15px 30px;
}
.getprice-agreement .label-check__name_modal-form * {
    font-size: 0.9em;
    display: inline;
}
.getprice-agreement .label-check__name_modal-form a {
    text-decoration: underline;
    color: #212529;
}

/* End */


/* Start:/local/templates/mhi/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1749551213706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/mhi/components/bitrix/catalog/mhi/bitrix/catalog.compare.list/.default/style.css?17495512131265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */
/* /local/templates/mhi/components/bitrix/catalog/mhi/style.min.css?1749551213959 */
/* /local/templates/mhi/components/bitrix/breadcrumb/main/style.css?174955121377 */
/* /local/templates/mhi/components/bitrix/main.userconsent.request/rperf/user_consent.css?17495691555764 */
/* /local/templates/mhi/components/bitrix/form.result.new/requestPrice/style.css?1749551213972 */
/* /local/templates/mhi/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1749551213706 */
/* /local/templates/mhi/components/bitrix/catalog/mhi/bitrix/catalog.compare.list/.default/style.css?17495512131265 */
