@charset "UTF-8";
/* @import "compass/css3/images"; */
/** global.scss - reset, глобальные стили */
/** reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

/** --- */
.lm-autoparts { /** layouts.scss - расположение блоков */ /** theme.scss - цвета, фоны, шрифты, размеры шрифтов и строк, итп */ /* $base-color: #3276b1; */ /** bootstrtap */ /*
input.search {height: 34px !important;}
*/ /** компоненты @import "components/bitrix/menu/top_lm/style.inc.scss"; @import "components/bitrix/menu/catalogs_lm/style.inc.scss"; @import "components/bitrix/sale.basket.basket/lm_header/style.inc.scss"; @import "components/bitrix/search.title/search_lm/style.inc.scss"; */ }

html { position: relative; min-height: 100%; height--: 100%; }

html > .lm-autoparts {   display: flex;  flex-direction: column;  min-height: 100vh; padding-top: 0px; /*min-height: 100%; height--: 100%; padding-bottom: 250px;*/ padding-right: 0px!important;}

/* @media (max-width: 767px) { html > .lm-autoparts { padding-bottom: 450px; } } */

.lm-autoparts .page-header .b-top-row { padding: 8px 15px; }

.lm-autoparts .page-header .b-logo-row > div { padding-top: 8px; padding-bottom: 8px; }

.lm-autoparts .page-header .b-logo-row .b-search { padding-top: 12px; }

.lm-autoparts .page-header .search_line .input-group {width: 100%;}

.lm-autoparts .page-header .search_line div#search .btn {height: unset;}

.lm-autoparts .page-header .b-logo-row .b-search input:active { border-color: #79b573; }

.lm-autoparts .page-header .b-top-basket { display: inline-block; float: right; }

.lm-autoparts .page-header .navbar { padding-top: 0px; padding-bottom: 0px; }

.lm-autoparts .page-header .b-navbar-col { padding: 0; }

.lm-autoparts .page-header .telephone { padding: 8px 15px; }

.lm-autoparts .page-main.container { min-height: 100%; }

.lm-autoparts #sidebar { /* highlight active menu */ /* closed state */ /* open state */ /* level 1*/ /* level 2*/ /* level 3*/ /* change transition animation to width when entire sidebar is toggled */ }

/* .lm-autoparts main,
.lm-autoparts #sidebar {
	background-color: #f7f7f7;
} */

.lm-autoparts #sidebar .list-group-item { border-radius: 0; background-color: #333; color: #ccc; border-left: 0; border-right: 0; border-color: #2c2c2c; white-space: nowrap; }

.lm-autoparts #sidebar .list-group-item:not(.collapsed) { background-color: #222; }

.lm-autoparts #sidebar .list-group .list-group-item[aria-expanded="false"]::after { content: " \f0d7"; font-family: FontAwesome; display: inline; text-align: right; padding-left: 5px; }

.lm-autoparts #sidebar .list-group .list-group-item[aria-expanded="true"] { background-color: #222; }

.lm-autoparts #sidebar .list-group .list-group-item[aria-expanded="true"]::after { content: " \f0da"; font-family: FontAwesome; display: inline; text-align: right; padding-left: 5px; }

.lm-autoparts #sidebar .list-group .collapse .list-group-item { padding-left: 20px; }

.lm-autoparts #sidebar .list-group .collapse > .collapse .list-group-item { padding-left: 30px; }

.lm-autoparts #sidebar .list-group .collapse > .collapse > .collapse .list-group-item { padding-left: 40px; }

@media (max-width: 48em) { .lm-autoparts #sidebar { /* overlay sub levels on small screens */ /* hide caret icons of top level when collapsed */ }
  .lm-autoparts #sidebar .list-group .collapse.in, .lm-autoparts #sidebar #sidebar .list-group .collapsing { position: absolute; z-index: 1; width: 190px; }
  .lm-autoparts #sidebar .list-group > .list-group-item { text-align: center; padding: .75rem .5rem; }
  .lm-autoparts #sidebar .list-group > .list-group-item[aria-expanded="true"]::after, .lm-autoparts #sidebar .list-group > .list-group-item[aria-expanded="false"]::after { display: none; } }

.lm-autoparts #sidebar.collapse { -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .2s; -o-transition-duration: .2s; transition-duration: .2s; }

.lm-autoparts #sidebar.collapsing { opacity: 0.8; width: 0; -webkit-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-property: width; -o-transition-property: width; transition-property: width; }

.btn-danger {
	background-color: #ef4a3d;
	border-color: #ef4a3d;
}

.lm-autoparts .page-footer { flex-shrink: 0; /*position: absolute; bottom: 0;*/ width: 100%; }

.lm-autoparts .page-footer .b-footer-menu-row .menu_bottom > div { padding: 15px; }

.lm-autoparts .page-footer .b-footer-menu-row .contacts_bottom { padding-left--: 20px; }

.lm-autoparts .page-footer .b-footer-menu-row .social_bottom img { margin-right: 8px; }

.lm-autoparts .page-footer .b-footer-menu-row .b-bottom-subscribe { padding-bottom: 15px; }

.lm-autoparts .page-footer .subscribe-form .btn {height: unset;}

.lm-autoparts .page-footer .b-footer-bottom-row { padding: 15px; }

.lm-autoparts .page-footer .bg-fix { position: relative; width: 100%; padding: 0; }

.lm-autoparts .page-footer .bg-fix div { background-color: #ffffff; position: absolute; width: 100%; height: 3000px; bottom: 0; z-index: -10000; }

html > .lm-autoparts { background-attachment: fixed; background-color: #000000; background-position: center top; background-size: 100% auto; color: #444444; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; }

html > .lm-autoparts.bg1 { background-image: url("theme/def/. ./. ./images/bg/bg-1.jpg"); }

html > .lm-autoparts.bg2 { background-image: url("theme/def/. ./. ./images/bg/bg-2.jpg"); }

html > .lm-autoparts.bg3 { background-image: url("theme/def/. ./. ./images/bg/bg-2.jpg"); }

html > .lm-autoparts.bg4 { background-image: url("theme/def/. ./. ./images/bg/bg-1.jpg"); }

html > .lm-autoparts.bg5 { background-image: url("theme/def/. ./. ./images/bg/bg-1.jpg"); }

html > .lm-autoparts a { color: #ef4a3d; }

.lm-autoparts .page-header .b-top-row { background-color: #4f4f4d; }
.lm-autoparts .page-header .b-top-row a { color: #ffffff!important; }
/*.lm-autoparts .page-header .search_line #title-search-input {
	background-color: #ef4a3d;
	border-color: #ef4a3d;
}
.lm-autoparts .page-header .basket_header {
	background-color: #ef4a3d;
	border-color: #ef4a3d;
}*/
input-group>.input-group-append>.btn {
	background-color: #ef4a3d;
}
.lm-autoparts .page-header .basket_header .num_products {
	background-color: #ef4a3d;
}
.lm-autoparts .page-header .b-logo-row { color: #000000; background-color: #f7f7f7; }

.lm-autoparts .page-header .navbar { background-color: #79b573; }

.lm-autoparts .page-header .navbar:before, .lm-autoparts .page-header .navbar:after { display: none; }

@media (max-width: 450px) {
	.lm-autoparts .page-header .navbar {min-height: 57px}
	.lm-autoparts .page-header .navbar a.navbar-brand {padding: 0px;}
}

.lm-autoparts .page-header .b-navbar-col { font-size: 110%; color: #ffffff; }

.lm-autoparts .page-header .b-navbar-col a { color: #ffffff; text-decoration: none; /*border-right: 1px solid #2c699d; border-left: 1px solid #3883c5;*/ }
.lm-autoparts .page-header .b-navbar-col a.dropdown-toggle {white-space: normal;}
.lm-autoparts .page-header .b-navbar-col a:hover,
.lm-autoparts .page-header .b-navbar-col a.root-item-selected,
.lm-autoparts .page-header .b-navbar-col li.item-selected a
 { background-color: #f7f7f7; color: #4f4f4d;}

 .lm-autoparts .page-header > nav .row {padding: 0; margin: 0 -15px;}

.lm-autoparts .page-header .telephone { color: #ffffff; font-weight: bold; font-size: 130%; }

.lm-autoparts .page-main.container {flex-grow: 1; background-color: #f7f7f7; padding-bottom: 15px;}
.lm-autoparts .page-main.container > .row {margin-bottom: 0px!important;}

.lm-autoparts .page-footer a { text-decoration: none; }

.lm-autoparts .page-footer .b-footer-menu-row { background-color: #f1f1f1; }

.lm-autoparts .page-footer .b-footer-bottom-row, .lm-autoparts .page-footer .b-footer-bottom-row a { color: #ffffff; background: #4f4f4d; }

.lm-autoparts .bg-primary { background-color: #3276b1 !important; }

.lm-autoparts .btn-primary, .lm-autoparts .btn-primary:active { color: #fff; background-color: #ef4a3d; border-color: #ef4a3d; }

.lm-autoparts a.btn-danger { color: #fff; }

.lm-autoparts .left-menu-card { margin-bottom: 12px; }

.lm-autoparts .left-menu-card ul > li { padding-left: 0px; font-weight: bold; font-size: 15px; margin-bottom: 9px; /* border-bottom: 1px solid #dadada; */ background-color: #79b573; padding: 0px; border-radius: 3px; }

.lm-autoparts .left-menu-card ul > li a { display: inline-block; padding: 8px; width: 100%; text-decoration: none; color: #ffffff; }

.lm-autoparts .left-menu-card .card-body { padding: 6px !important; }

.lm-autoparts .left-menu-card .card-header { font-size: 20px; }

.lm-autoparts .left-menu-card.card-primary .card-header { color: #ffffff; background-color: #79b573; }

.lm-autoparts .left-menu-card .catalog-menu { margin-bottom: 0; }

.lm-autoparts .b-navbar-col ul.catalogs_menu li.active a { font-weight: bold; }

.lm-autoparts .b-navbar-col ul.catalogs_menu a { display: table-cell; /*		margin-top:-15px; margin-bottom:-15px; padding: 15px;*/ height: 50px; text-align: center; padding: 6px 15px; vertical-align: middle; }

@media (max-width: 992px) {
  .lm-autoparts .b-navbar-col ul.catalogs_menu a {padding: 6px 5px;}
}

@media (max-width: 767px) { .lm-autoparts .b-navbar-col ul.catalogs_menu a { border: none; display: block; height: inherit; padding: 15px; width: 100%; text-align: left; background-color: #79b573;} }

.lm-autoparts ul.catalogs_menu.orig { margin-left: -60px; display: block; margin-top: 20px; padding: 0; overflow: hidden; text-align: center; font-size: 16px; }

.lm-autoparts ul.catalogs_menu.orig li { display: inline-block; width: 19%; text-align: center; font-size: 13px; color: #1289c2; }

.lm-autoparts ul.catalogs_menu.orig li a { color: #1289c2; text-decoration: none; }

.lm-autoparts ul.catalogs_menu.orig li.current { font-weight: bold; }

.lm-autoparts ul.catalogs_menu.orig .catalogs_line.fix { position: fixed; top: 0; left: 0; right: 0; background-color: #fff; z-index: 2; -webkit-box-shadow: 0 0 9px #bbb; -moz-box-shadow: 0 0 9px #bbb; box-shadow: 0 0 9px #bbb; }

.lm-autoparts ul.catalogs_menu.orig .catalogs_line.fix [class*="icon-custom"] { display: none; }

.lm-autoparts ul.catalogs_menu.orig .catalogs_line.fix ul { margin-top: -8px; }

.lm-autoparts ul.catalogs_menu.orig i[class*="icon-custom"] { display: inline-block; width: 100px; height: 70px; }

.lm-autoparts ul.catalogs_menu.orig .icon-custom-to { background: url("images/icon-to.png") center no-repeat; }

.lm-autoparts ul.catalogs_menu.orig .icon-custom-vin { background: url("images/icon-vin.png") center no-repeat; }

.lm-autoparts ul.catalogs_menu.orig .icon-custom-availability { background: url("images/icon-availability.png") center no-repeat; }

.lm-autoparts ul.catalogs_menu.orig .icon-custom-brands { background: url("images/icon-catalogs.png") center no-repeat; }

.lm-autoparts ul.catalogs_menu.orig .icon-custom-catalogs { background: url("images/TecDoc.png") center no-repeat; }

.lm-autoparts .orig { /*.catalogs_menu .icon-custom-catalogs { background: url("images/icon-catalogs.png") center no-repeat; }*/ /*.catalogs_menu .icon-custom-brands { background: url("images/icon-brands.png") center no-repeat; }*/ }

.lm-autoparts ul.top_menu { display: inline-block; /*margin-top: 20px; margin-left: -15px !important;*/ padding: 0; overflow: hidden; }

.lm-autoparts ul.top_menu li { float: left; margin-right: 20px; font-size: 13px; color: #1289c2; }

.lm-autoparts ul.top_menu li a { color: #1289c2; }

.lm-autoparts ul.top_menu li a:hover { text-decoration: none; }

.lm-autoparts ul.top_menu li.current { font-weight: bold; }

.lm-autoparts .bx-advertisingbanner-pattern { z-index: 2; position: absolute; top: 0; right: 0; left: 0; bottom: 0; -webkit-background-size: cover; background-size: cover; }

.lm-autoparts .bx-advertisingbanner-content { z-index: 3; position: absolute; top: 0; right: 0; left: 0; bottom: 0; }

.lm-autoparts .bx-advertisingbanner-text-title { font-size: 38px; color: #000; }

.lm-autoparts .bx-advertisingbanner-text-block { font-size: 12px; line-height: 1.5em; }

.lm-autoparts .bx-advertisingbanner-btn { text-transform: uppercase; color: #fff; z-index: 50 !important; font-size: 13px; display: inline-block; padding: 10px 24px; }

.lm-autoparts .bx-advertisingbanner-btn:hover { opacity: .9; color: #fff; }

.lm-autoparts .bx-slider-preset-1 .bx-advertisingbanner-content { position: absolute; top: auto; width: 70%; left: 0%; bottom: 80px; }

.lm-autoparts .bx-slider-preset-1 .bx-advertisingbanner-text-title { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px 30px; }

.lm-autoparts .bx-slider-preset-1 .bx-advertisingbanner-text-block { font-size: 14px; padding: 29px 30px 40px; margin-bottom: 10px; color: #000; }

.lm-autoparts .bx-slider-preset-1 .bx-advertisingbanner-btn { position: absolute; right: 0; background: #e6a323; }

.lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-btn:hover { opacity: .9; }

@media (max-width: 560px) { .lm-autoparts .bx-slider-preset-1 .bx-advertisingbanner-text-title { font-size: 20px; padding: 10px; margin: 0; }
  .lm-autoparts .bx-slider-preset-1 .bx-advertisingbanner-content { padding: 5% 5% 0; position: absolute; width: 100%; top: 0; left: auto; right: auto; bottom: 0; }
  .lm-autoparts .bx-slider-preset-1 .bx-advertisingbanner-text-block { margin: 0; font-size: 12px; padding: 10px; }
  .lm-autoparts .bx-slider-preset-1 .bx-advertisingbanner-btn { bottom: 0; } }

.lm-autoparts .bx-slider-preset-2 .bx-advertisingbanner-content { position: absolute; bottom: 45px; top: auto; width: 100%; padding: 20px 20px; }

.lm-autoparts .bx-slider-preset-2 .bx-advertisingbanner-text-title { padding: 20px; }

.lm-autoparts .bx-slider-preset-2 .bx-advertisingbanner-text-block { font-size: 13px; padding: 0 20px 40px 20px; }

.lm-autoparts .bx-slider-preset-2 .bx-advertisingbanner-btn { background: #e6a323; position: absolute; bottom: 30px; right: 20px; }

@media (max-width: 560px) { .lm-autoparts .bx-slider-preset-2 .bx-advertisingbanner-text-title { font-size: 20px; padding: 10px; margin: 0; }
  .lm-autoparts .bx-slider-preset-2 .bx-advertisingbanner-content { padding: 5% 5% 0; position: absolute; width: 100%; top: auto; left: auto; right: auto; bottom: 0; }
  .lm-autoparts .bx-slider-preset-2 .bx-advertisingbanner-text-block { margin: 0; font-size: 12px; padding: 10px 10px 50px; }
  .lm-autoparts .bx-slider-preset-2 .bx-advertisingbanner-btn { bottom: 10px; } }

.lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-content { position: absolute; top: auto; width: 70%; left: 3%; bottom: 50px; padding: 20px 30px; }

.lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-text-title { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: normal; }

.lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-text-block { padding: 20px 0; }

.lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-btn { background: #e6a323; }

@media (max-width: 560px) { .lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-text-title { font-size: 20px; padding: 10px; margin: 0; }
  .lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-content { padding: 5% 5% 0; position: absolute; width: 100%; top: auto; left: auto; right: auto; bottom: 0; }
  .lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-text-block { margin: 0; font-size: 12px; padding: 10px 10px; }
  .lm-autoparts .bx-slider-preset-3 .bx-advertisingbanner-btn { float: right; margin-bottom: 10px; } }

.lm-autoparts .bx-slider-preset-4 .bx-advertisingbanner-content { position: absolute; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 15% 20% 0; }

.lm-autoparts .bx-slider-preset-4 .bx-advertisingbanner-text-title { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: normal; }

.lm-autoparts .bx-slider-preset-4 .bx-advertisingbanner-text-block { font-size: 13px; padding: 20px 0; }

.lm-autoparts .bx-slider-preset-4 .bx-advertisingbanner-btn { background: #e6a323; }

@media (max-width: 767px) { .lm-autoparts .bx-slider-preset-4 .bx-advertisingbanner-text-title { font-size: 20px; }
  .lm-autoparts .bx-slider-preset-4 .bx-advertisingbanner-content { padding: 5% 10% 0; }
  .lm-autoparts .bx-slider-preset-4 .bx-advertisingbanner-text-block { padding: 10px 0; } }

.lm-autoparts .banner-content-wrapper { width: 100%; height: 350px; background-size: cover !important; display: inline-block; position: relative; z-index: 0; background-position: bottom center; }

.lm-autoparts .banner-link { display: inline-block; width: 100%; height: 100%; text-decoration: none; }

.lm-autoparts div.basket_header { display: table-cell; width: 150px; vertical-align: middle; background-color: #fff; border: 2px solid #dc3545; border-radius: 6px; color: #000; padding: 10px; cursor: pointer; text-align: center; font-size: 12px; height: 50px; }

.lm-autoparts div.basket_header a { color: #000; white-space: nowrap; font-weight: bold; }

.lm-autoparts div.basket_header .num_products { display: inline-block; background-color: #dc3545; color: #fff; padding: 1px 5px; border-radius: 3px; }

.lm-autoparts div.basket_header .arrow { font-size: 8px; margin-left: 5px; }

.lm-autoparts div.title-search-result { border: 1px solid #c6c6c6; display: none; overflow: hidden; z-index: 205; }

.lm-autoparts table.title-search-result { border-collapse: collapse; border: none; width: 10%; }

.lm-autoparts table.title-search-result th { background-color: #F7F7F7; border-right: 1px solid #e8e8e8; color: #949494; font-weight: normal; padding-top: 2px; padding-bottom: 2px; padding-left: 14px; padding-right: 12px; text-align: right; vertical-align: top; white-space: nowrap; width: 1%; }

.lm-autoparts table.title-search-result td { background-color: white; color: black; font-weight: normal; padding-top: 2px; padding-bottom: 2px; text-align: left; white-space: nowrap; }

.lm-autoparts table.title-search-result td.title-search-item { padding-left: 8px; padding-right: 15px; }

.lm-autoparts table.title-search-result td.title-search-item a { padding-left: 4px; padding-right: 15px; text-decoration: none; color: black; vertical-align: top; }

.lm-autoparts table.title-search-result td.title-search-item img { vertical-align: top; }

.lm-autoparts table.title-search-result td.title-search-item b { color: #cf0000; font-weight: normal; }

.lm-autoparts table.title-search-result tr.title-search-selected td, .lm-autoparts table.title-search-result tr.title-search-selected a, .lm-autoparts table.title-search-result tr.title-search-selected td.title-search-more a { background-color: #fff2be; }

.lm-autoparts table.title-search-result td.title-search-more { font-size: 11px; font-weight: normal; padding-right: 15px; padding-left: 24px; padding-top: 0px; }

.lm-autoparts table.title-search-result td.title-search-more a { padding-left: 12px; padding-right: 15px; text-decoration: none; color: #999999; }

.lm-autoparts table.title-search-result td.title-search-all { padding-left: 24px; padding-right: 15px; }

.lm-autoparts table.title-search-result td.title-search-all a { padding-left: 4px; text-decoration: none; color: #808080; }

.lm-autoparts table.title-search-result td.title-search-separator, .lm-autoparts table.title-search-result th.title-search-separator { padding-top: 0px; padding-bottom: 0px; font-size: 4px; }

.lm-autoparts div.title-search-fader { display: none; background-image: url("images/fader.png"); background-position: right top; background-repeat: repeat-y; position: absolute; }

li.select_lang{
	display: inline-block;
}

li.select_lang a{
	text-decoration: none;
	border-bottom: 1px dashed #800000;
}

li.select_lang a.selected_lang{
	background: #f48221;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}

li.select_lang a.selected_lang:hover{
	background: #ffffff;
	color: #f48221;
	border-bottom: 1px dashed #800000;
}

li.select_lang:hover{
	color: #800000;
	cursor: pointer;
}



/*Правим верстку мобильную*/

@media (max-width: 600px) {
  .showallbrands {
    width: 74px;
	margin: 7px 0 0 202px;
    font-size: 9px;
	}
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 93%;
}*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}
#lm_catalog_sections .mileage-title {
    font-size: 14px;
    margin: 7px 0;
    float: center;
    width: 0;
}
/* #lm_catalog_appliance_visual dl {
    margin-left: 7px;
} */
.form-inline {
    padding-left: 5px;
    padding-top: 55px;
}
#lm_catalog_sections .mileage-input {
    margin: -34px 0 0 103px;
}
.col-md-2
{
    margin-top: 14px;
    margin-bottom: 16px;
}
#lm_catalog_sections .mileage-title {
    margin: 9px 13px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
#lm_catalogoil_element .thumbnail {
    width: 160px !important;
}
.table td, .table th {
    padding: 0;
}
#lm_catalog_iblock_filter .panel-heading h4 {
    font-size: 10px;
}
#lm_catalog_iblock_filter .search-link {
    margin: 0px;
    padding-bottom: 3px;
}
.panel-heading {
    padding: 6px!important;
}

#lm_catalog_iblock_filter .panel-heading {
    min-height: 69px;
}
.panel-heading .pull-right {
    float: none;
    margin-top: 5px;
}
.form-group,
.b-navbar-col
{
font-size: 100%;
}
}


/*меняем надпись в случае если товар не найден*/
.tecdoc_quick_search + .tecdoc.error .errortext,
#tecdoc-items-edit .tecdoc.error .errortext
{
    display: none;
}

.tecdoc_quick_search + .tecdoc.error:after,
#tecdoc-items-edit .tecdoc.error:after
{
content: 'Для данной номенклатурной группы выбранного авто нет информации в каталоге Текдок';
color: red;
}  

.form-control:focus,
.cart-item-quantity:focus,
.silver-table input:focus {
	border-color: #79b573;
	box-shadow: 0 0 0 0.2rem rgba(121,181,115,.25)
}

.cart-buttons .btn-info {
  border-color: #ef4a3d;
  background-color: #ef4a3d;
  background-image: unset;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.cart-buttons .btn-info:active,
.cart-buttons .btn-info:hover,
.cart-buttons .btn-info:focus {
  background-color: #c82333!important;
  border-color: #bd2130!important;
  outline: unset!important;
  box-shadow: 0 0 0 0.2rem rgba(239,74,61,.5);
}


.reset-global-styles ol, .reset-global-styles ul {list-style: unset;}
.reset-global-styles i, .reset-global-styles em {font-style: unset;}
.reset-global-styles h1, .reset-global-styles h2, .reset-global-styles h3, .reset-global-styles h4, .reset-global-styles h5, .reset-global-styles h6, .reset-global-styles b, .reset-global-styles strong {font-weight: bold;}
.reset-global-styles h1, .reset-global-styles .reset-global-styles h2, .reset-global-styles .reset-global-styles .reset-global-styles h3, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles h4, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles h5, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles h6, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles p, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles a, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles b, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles i, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles em, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles strong, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles ol, .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles .reset-global-styles ul { margin: unset; padding: unset; font: inherit; font-size: unset; vertical-align: baseline; }


.lm-autoparts .fade.modal-backdrop.show {display: none;}
.lm-autoparts.modal-open {overflow: auto;}
#carSelect {padding-right: 0px!important;}
.block__carousel {
    margin: 45px 0 0;
}

.block__carousel .bx-controls-direction {
    margin-top: -31px;
}
.block__carousel ul,
.gallery--item ul {
    margin: 0;
}

.block__carousel li,
.gallery--item li {
    margin: 0;
    padding: 0;
    position: relative;
}

.block__carousel .bx-wrapper,
.gallery--item .bx-wrapper {
    position: relative;
}

.block__carousel .bx-wrapper a,
.gallery--item .bx-wrapper a {
    display: block;
}

.block__carousel .bx-wrapper img,
.gallery--item .bx-wrapper img {
    display: block;
}

.block__carousel .bx-controls-direction,
.gallery--item .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.block__carousel .bx-controls-direction .bx-prev,
.gallery--item .bx-controls-direction .bx-prev,
.block__carousel .bx-controls-direction .bx-next,
.gallery--item .bx-controls-direction .bx-next {
    display: block;
    position: absolute;
    top: 0;
    height: 75px;
    width: 43px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.block__carousel .bx-controls-direction .bx-prev,
.gallery--item .bx-controls-direction .bx-prev {
    background: rgba(69, 161, 66, 0.72) url("/local/templates/.default/images/arrow-left.png") center no-repeat;
    left: 0;
}

.block__carousel .bx-controls-direction .bx-prev:hover,
.gallery--item .bx-controls-direction .bx-prev:hover {
    background: rgba(68, 94, 67, 0.72) url("/local/templates/.default/images/arrow-left.png") center no-repeat;
}

.block__carousel .bx-controls-direction .bx-next,
.gallery--item .bx-controls-direction .bx-next {
    background: rgba(69, 161, 66, 0.72) url("/local/templates/.default/images/arrow-right.png") center no-repeat;
    right: 0;
}

.block__carousel .bx-controls-direction .bx-next:hover,
.gallery--item .bx-controls-direction .bx-next:hover {
    background: rgba(68, 94, 67, 0.72) url("/local/templates/.default/images/arrow-right.png") center no-repeat;
}

.block__carousel .bx-controls,
.gallery--item .bx-controls {
    text-align: right;
}

.block__carousel .bx-pager,
.gallery--item .bx-pager {
    display: inline-block;
    margin: 27px 0 0;
}

.block__carousel .bx-pager-item,
.gallery--item .bx-pager-item {
    float: left;
    margin: 0 0 0 12px;
}

.block__carousel .bx-pager-item:first-child,
.gallery--item .bx-pager-item:first-child {
    margin: 0;
}

.block__carousel .bx-pager-item a,
.gallery--item .bx-pager-item a {
    border: 1px solid #79b573;
    display: block;
    color: #79b573;
    height: 24px;
    line-height: 26px;
    text-align: center;
    width: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.block__carousel .bx-pager-item a:hover,
.gallery--item .bx-pager-item a:hover {
    background: #79b573;
    color: #fff;
    text-decoration: none;
}

.block__carousel .caption,
.gallery--item .caption {
    background: rgba(54, 54, 53, 0.76) url("/local/templates/.default/images/loupe-icon.png") center 11px no-repeat;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Lato Regular', 'Helvetica', 'Arial', sans-serif;
    font-size: 13px;
    padding: 48px 0 18px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.block__carousel li:hover .caption,
.gallery--item li:hover .caption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*** Page reserves ***/
#get-reserves:focus,
#get-reserves,
#get-excel:focus, 
#get-excel {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	color: #fff;
	outline: none;
	cursor: pointer;
}
#get-reserves:focus,
#get-reserves {
	background-color: #ef4a3d;
}
#get-excel:focus, 
#get-excel {
	background-color: #23B14D;
}
.container-reserves div {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-reserves #lm-auto-orders-table-id{
	border-collapse: separate; border-spacing: 0; width: 100%; border-radius:5px; border-right:1px solid #DCDFE2; border-top:1px solid #DCDFE2; margin-bottom:20px;
}
.container-reserves #lm-auto-orders-table-id thead tr th{
	background: #F7F7F8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F7F7F8), to(#ECEDEE));
	background: -webkit-linear-gradient(#F7F7F8, #ECEDEE);
	background: -moz-linear-gradient(#F7F7F8, #ECEDEE);
	background: -ms-linear-gradient(#F7F7F8, #ECEDEE);
	background: -o-linear-gradient(#F7F7F8, #ECEDEE);
	background: linear-gradient(#F7F7F8, #ECEDEE);
}
.container-reserves #lm-auto-orders-table-id thead tr th,
.container-reserves #lm-auto-orders-table-id tbody tr td,
.container-reserves #lm-auto-orders-table-id tfoot tr td{
	border-left:1px solid #DCDFE2; border-bottom:1px solid #DCDFE2;padding:2px;background-color:#F7F8F9;font-size:11px;
}
.container-reserves #lm-auto-orders-table-id thead tr th{
	text-align:center;
	color:#7b7b7b;
	vertical-align:middle;
}
.container-reserves #lm-auto-orders-table-id thead tr th:first-child {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }
.container-reserves #lm-auto-orders-table-id thead tr th:last-child {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
.container-reserves #lm-auto-orders-table-id tfoot tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
    }
.container-reserves #lm-auto-orders-table-id tfoot tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
    }

@media (max-width: 980px) {
    div#loc_container.city {
        width: 54px !important;
        min-width: 0;
        height: 54px;
        margin: 0;
        right: 22%;
        bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    
    body.lm-autoparts .page-header div.b-top-row #loc_container a {
        bottom: 14px;
        display: block;
        position: relative;
    }
    
    div#loc_container img.clasaa {
        position: relative;
        left: 0;
        margin: 0 !important;
        bottom: 0;
        top: 4px;
        height: 24px;
    }
}

.n-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    font-family: Roboto;
}

.n-modal.is-open {
    display: block !important;
}

.n-modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.n-modal__container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 460px;
    max-width: calc(100vw - 30px);
    padding: 40px 32px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

button.n-modal__close {
    display: none;
}

.n-modal__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.n-modal__body {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.n-modal__body a {
    color: #333 !important;
    position: relative;
    top: 5px;
    font-size: 18px;
    border-bottom: 1px dashed;
	text-decoration: none;
}

.n-modal__btn--primary {
    justify-content: center;
    align-items: center;
    background: #ef4a3d;
    box-shadow: 2px 4px 6px rgba(0,0,0,.06);
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    color: #fff;
    cursor: pointer;
}

.n-modal__btn {
    border: none;
    padding: 10px 20px;
    margin-left: 16px;
    min-height: 45px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 4px 6px rgba(0,0,0,.06);
	outline: none !important;
}

.n-modal__btns {
    display: flex;
    align-items: center;
    margin-left: -16px;
}

.n-modal__body b {
    font-weight: 600;
}

.n-modal__body a:hover {
    border-bottom-color: transparent;
}

.header-compare a {
    display: inline-flex;
    align-items: center;
    color: #000 !important;
    font-size: 14px;
}

.header-compare {
    margin-left: auto;
    margin-top: -5px;
    margin-bottom: 21px;
    width: 216px;
    max-width: 11%;
    min-width: 125px;
}

body nav.fixed-top .header-compare {
    height: 34px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0;
}

.header-compare a svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.header-notepad a {
    display: inline-flex;
    align-items: center;
    color: #000 !important;
    font-size: 14px;
}

.header-notepad {
    margin-left: auto;
    margin-top: -5px;
    margin-bottom: 21px;
    width: 216px;
    max-width: 11%;
    min-width: 125px;
}

.header-notepad a svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.tab-content {
    width: 100%;
}

#prevRelatedOffer,
#nextRelatedOffer,
#prevPopularOffer,
#nextPopularOffer,
#prevSpecialOffer,
#nextSpecialOffer,
#prevRecommendOffer,
#nextRecommendOffer {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

#prevRelatedOffer.swiper-button-disabled,
#nextRelatedOffer.swiper-button-disabled,
#prevPopularOffer.swiper-button-disabled,
#nextPopularOffer.swiper-button-disabled,
#prevSpecialOffer.swiper-button-disabled,
#nextSpecialOffer.swiper-button-disabled,
#prevRecommendOffer.swiper-button-disabled,
#nextRecommendOffer.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.list_carousel {
    padding-left: 24px;
    padding-right: 24px;
}

#prevRelatedOffer,
#prevPopularOffer,
#prevRecommendOffer,
#prevSpecialOffer {
    left: 0;
    margin-left: 0;
}

#nextRelatedOffer,
#nextPopularOffer,
#nextRecommendOffer,
#nextSpecialOffer {
    right: 0;
    margin-right: 0;
}

div.swiper .card {
    border: none;
}

div.swiper .brand-name a {
    background: #F7F7F7;
    padding: 3px 8px;
    border-radius: 5px;
}

div.swiper .price-with-discount {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: line-through;
    color: #7C7C7A;
}

div.swiper .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

div.swiper .brand-name a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    text-align: justify;
    color: #7C7C7A;
}

div.swiper .product-name a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

div.swiper li {
    font-size: 40px;
    color: #999;
    text-align: center;
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    border-radius: 6px;
}

div.swiper .card-body .brand-article a {
    color: #999;
    font-weight: 400;
}

div.swiper .brand-name {
    margin-bottom: 8px;
}


@media (max-width: 991px) {
    .swiper-products .swiper-slide {
        width: auto !important;
    }
    
    .swiper-products .swiper-slide .card {
        width: 300px !important;
        max-width: calc(100vw - 124px) !important;
    }
}

.brands_main_page .swiper-slide {
    width: auto;
}

.brands_main_page .swiper-slide a {
    background: #FFFFFF;
    box-shadow: 2px 4px 16px rgb(0 0 0 / 4%) !important;
    border-radius: 6px !important;
    padding: 21px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands_main_page .swiper-slide a img {
    height: 58px;
    width: 197px;
    object-fit: contain;
}

.brands_main_page #prev2 {
    top: 50%;
    transform: translateY(-50%);
}

.brands_main_page #next2 {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    margin-right: 24px;
}

.brands_main_page #grecha-l,
.brands_main_page #grecha-r {
    z-index: 2;
}


@media screen and (max-width: 768px) {
    .benscripe.m-hide {
        display: none;
    }
}

.manufacturers-detail, .manufacturers-detail *, .manufacturers-detail *:before, .manufacturers-detail *:after {
    box-sizing: border-box;
}

.manufacturers-detail br {
    display: none;
}

.manufacturers-detail__company {
    margin-bottom: 32px;
}

.manufacturers-detail__company .logo__company {
    margin-bottom: 24px;
    width: 100%;
    max-width: 400px;
}

.manufacturers-detail__company .logo__company img {
    width: 100%;
    height: auto;
}

.manufacturers-detail p,
.manufacturers-detail ul {
    padding: 0 !important;
    margin-bottom: 0.75em;
}

.manufacturers-detail p:last-child {
    margin-bottom: 0;
}

.manufacturers-detail .reset-global-styles,
.manufacturers-detail__desc,
.manufacturers-detail__company {
    font-size: 15px;
    line-height: normal;
    box-shadow: 0 2px 6px #e7e9ed;
    border-radius: 10px;
    background-color: #fff;
    padding: 32px;
}

.manufacturers-detail__desc .reset-global-styles,
.manufacturers-detail__company .reset-global-styles {
    box-shadow: none;
    border-radius: 0;
    padding: 0 !important;
}

.manufacturers-detail .reset-global-styles br {
    display: block;
}

.manufacturers-detail h3,
.manufacturers-detail h2 {
    font-size: 20px;
    margin-bottom: 0.5em;
    margin-top: 1em;
    padding: 0;
    font-weight: 600;
}

.manufacturers-detail br + h3,
.manufacturers-detail br + h2 {
    margin-top: 0.25em;
}

.manufacturers-detail {
    margin-bottom: 32px;
    font-family: 'Roboto';
    font-size: 16px;
}

.manufacturers-blocks {
    gap: 16px;
    margin-bottom: 32px;
}

.manufacturers-blocks > a.block {
    flex: 0 0 calc(25% - 16px*3/4);
    max-width: calc(25% - 16px*3/4);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    gap: 8px;
    box-shadow: 0 2px 6px #e7e9ed;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.manufacturers-blocks > a.block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.25s ease-in-out;
}

.manufacturers-blocks > a.block .img {
    aspect-ratio: 16 / 9;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
    width: calc(100% + 16px);
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.manufacturers-blocks > a.block .title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    display: block;
}

.manufacturers-blocks > a.block:hover .img img {
    width: 105%;
    height: 105%;
}

.manufacturers-blocks > a.block:hover {
    box-shadow: 0 2px 6px 2px #e7e9ed;
}

@media (max-width: 768px) {
    .manufacturers-detail {
        text-align: left;
    }
    
    .manufacturers-blocks > a.block {
        max-width: calc(50% - 16px*3/4);
        flex-basis: calc(50% - 16px*3/4);
    }

    .manufacturers-detail .reset-global-styles, .manufacturers-detail__desc, .manufacturers-detail__company {
        padding: 20px;
        font-size: 14px;
    }
    
    .manufacturers-blocks > a.block .title {
        font-size: 13px;
    }
    
    .manufacturers-detail h3, .manufacturers-detail h2 {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .manufacturers-detail__company .logo__company {
        margin-bottom: 20px;
    }

    .manufacturers-blocks > a.block {
        max-width: 100%;
        flex-basis: 100%;
    }
}

.select:not(.select--multiple)::after {
    pointer-events: none;
    position: absolute;
    right: 4px;
}

.select {
    padding: 0;
}

.select select {
    padding: 8px 32px 8px 12px;
}

.form-result,
div#order_form_div {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: left;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);
}

.n-profile .form-result {
    margin-top: 0;
}

.form-result__title {
    display: block;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.form-result b {
    font-weight: 600;
}

.form-result p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.form-result font.notetext {
    color: currentColor;
    text-align: center;
    display: block;
}

#exampleModalCenter .modal-content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px !important;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: left;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);
    border: none;
}

#exampleModalCenter .modal-content button.close,
#exampleModalCenter .modal-content button.close span {
    font-size: 30px;
    font-weight: 300;
    line-height: 20px;
    height: 20px;
}

#exampleModalCenter .modal-content .m-header {
    height: auto;
    display: block;
    margin-bottom: 8px;
}

div#order_form_div td {
    text-align: left !important;
}

#order_form_div b {
    font-weight: 600;
}

.afbf_success_block._without-popup {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

div#afbf_err_FID1.alx-feedb-error.alx-popup-mess-show-anime1 {
    max-width: 640px;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: left;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);
}

.afbf_success_block._without-popup .afbf_ok_icon {
    height: 40px;
    width: 40px;
    background-size: contain;
    min-width: 0;
    flex-shrink: 0;
    display: none;
}

.afbf_success_block._without-popup .afbf_mess_ok {
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.afbf_success_block._without-popup .afbf_mess_ok .mess {
    margin-left: 0;
    text-align: center;
}

.afbf_send_another_message > a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    background: #fafafa;
    cursor: pointer;
    font-size: 14px;
    color: #000 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.act-container .btn.btn-danger {
    background: #EF4A3D !important;
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.form-horizontal .input_text_style[type=date] {
    line-height: 1;
    padding: 12px 16px;
}


.act-popup .popup-product {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);
    height: auto;
    border: none !important;
}

.act-popup .popup-product .product_title {
    padding: 0;
    display: block;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.act-popup .popup-product .product_data_container p {
    padding: 0;
    text-align: center;
}

.act-popup .close-popup:before {
    background-color: #000;
}

.act-popup .close-popup:after {
    background-color: #000;
}

.userconsent_checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
}

.userconsent_checkbox input[type="checkbox"]:checked + .main-user-consent-request-announce-link:before {
    border-color: #EF4A3D;
    background-color: #EF4A3D;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.71947 4.99982C1.53181 4.83105 1.28729 4.73949 1.03494 4.74349C0.782594 4.74748 0.541091 4.84675 0.358876 5.02137C0.176662 5.19599 0.0672143 5.43306 0.0524866 5.68501C0.037759 5.93695 0.118841 6.18515 0.279469 6.37982L2.49947 8.70982C2.59241 8.80732 2.7041 8.88504 2.82783 8.93831C2.95155 8.99158 3.08476 9.0193 3.21947 9.01982C3.35346 9.0206 3.48624 8.99445 3.60992 8.94291C3.73361 8.89137 3.84568 8.81551 3.93947 8.71982L10.7195 1.71982C10.8114 1.62526 10.8838 1.51353 10.9325 1.391C10.9813 1.26847 11.0054 1.13753 11.0036 1.00567C11.0017 0.873815 10.9739 0.743613 10.9217 0.622501C10.8695 0.50139 10.794 0.391742 10.6995 0.299817C10.6049 0.207891 10.4932 0.135489 10.3707 0.0867447C10.2481 0.0380002 10.1172 0.0138674 9.98533 0.0157246C9.85347 0.0175818 9.72327 0.0453923 9.60215 0.0975684C9.48104 0.149745 9.37139 0.225265 9.27947 0.319817L3.22947 6.57982L1.71947 4.99982Z' fill='white'/%3E%3C/svg%3E%0A");
}


@media (max-width: 600px) {
    div#order_form_div {
        padding: 20px;
        border-radius: 16px;
    }

    .form-result {
        padding: 20px;
        border-radius: 16px;
    }

    .form-result__title {
        font-size: 20px;
    }
}

.act-container {
    font-family: Roboto, sans-serif;
    max-width: 640px;
    margin-bottom: 64px;
}


p.act-content {
    padding: 0;
    background: none;
    font-weight: 400;
    font-size: 16px;
    margin: 4px 0 20px 0;
}

.control-group--date-range .controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.control-group--date-range .controls input + span {
    margin-left: 12px;
}

.lm-auto-main-art-sought-404 {
    font-size: 28px;
    margin-top: 22px;
    margin-bottom: 17px;
    color: #000;
        font-weight: 500;
}

.lm-auto-main-art-sought-404 + .success {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin-top: 48px;
    margin-bottom: 32px;
    text-align: left;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.lm-auto-last-queries ~ br, .lm-auto-last-queries ~ hr {
    display: none;
}

.npc-block__body .success {
    text-align: center;
    font-size: 18px;
}

@media (max-width: 680px) {
    .lm-auto-main-art-sought-404 {
        font-size: 28px;
        margin-top: 22px;
        margin-bottom: 17px;
        line-height: 35px;
    }
}