

/* Start:/bitrix/components/autosoft/acat/templates/.default/style.css?17570522045131*/
/* common */

#acat .card {
  width: 150px;
  margin: 10px;
  font-size: 12px;
}

#acat .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#acat .card-footer {
  height: 100%;
}

#acat .card-text {
  padding: 5px;
}

#acat .card a {
  color: initial;
  text-decoration: initial;
  background-color: transparent;
}

#acat .card a:hover {
  color: initial;
  text-decoration: initial;
  background-color: transparent;
}

#acat .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* page groups */

#ac-groups img {
  width: 120px;
  height: 80px;
  margin: 10px auto;
}

/* page marks */

#ac-marks img {
  width: 32px;
  height: 32px;
  margin: 10px auto;
}

/* page models */

#ac-models select {
  width: 250px;
}

@media screen and (max-width: 576px) {
  #ac-models select {
    width: 150px;
  }
}

#ac-models img {
  width: 120px;
  height: 80px;
  margin: 10px auto;
}

/* page picture tree */

#ac-pictures li {
  cursor: pointer;
}

#ac-pictures .ac-icon {
  margin-right: 10px;
}

#ac-pictures .ac-subgroup {
  margin-left: 20px;
}

#ac-pictures .ac-picture {
  margin-left: 20px;
}

#ac-pictures .ac-model-img {
  height: 80px;
  width: 120px;
  margin: 5px auto;
  display: block;
}

/* page picture */

#ac-picture-container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: scroll;
  border: lightgray solid 1px;
  scrollbar-width: none;
}

@media screen and (max-width: 576px) {
  #ac-picture-container {
    height: 250px;
  }
}

#ac-picture-container::-webkit-scrollbar {
  display: none;
}

#ac-picture {
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: move;
}

#ac-picture img {
  float: left;
  max-width: initial;
}

.ac-part-rectangle {
  position: absolute;
  border: black solid 1px;
  text-align: center;
  font-size: 16px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  background: white;
}

#ac-picture .selected {
  background: rgba(243, 109, 55, 1);
  color: black;
}

#ac-parts-table .selected {
  font-weight: bold;
  background: rgba(243, 109, 55, 1);
}

#ac-parts-table > tbody > tr {
  cursor: default;
}

#ac-parts-table > tbody > tr > td {
  vertical-align: middle;
}

#ac-details .modal-body div {
  margin-top: 10px;
}

#ac-parts-table .icon {
  vertical-align: middle;
}

#ac-parts-table .offers table {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0;
}

#ac-parts-table .preview {
  width: 50px;
  height: 50px;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* page search */

#ac-search select {
  width: 250px !important;
}

#ac-search #ac-search-mode {
  max-width: 250px;
}

@media screen and (max-width: 576px) {
  #ac-search #input-search {
    width: 100%;
  }
  #ac-search #ac-search-mode {
    max-width: 100%;
  }
}

#ac-search .glyphicon-refresh-animate {
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
#acat .custom-table table .btn {
	background: var(--theme-base-color);
	color: #ffffff;
	height: 100%;
	font-weight: 600;
}
#acat .custom-table table .offers table tr td {
	border: 0;
}
.custom-table #ac-parts-table .selected, #ac-picture .selected {
	background: var(--theme-base-color);
	color: #ffffff;
}
.custom-table #ac-parts-table .selected a {
	color: #ffffff;
	text-decoration: underline;
}
#acat .custom-table table .custom-table__btn-info.btn {
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 42px;
}
#acat .custom-table .table-hover tbody tr.offers:hover {
	background: none;
}
#acat .modal.modal-custom {
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	top: 62px;
	bottom: 61px;
	left: 0;
	right: 0;
	max-height: 100%;
}
#acat .modal.modal-custom  .modal-dialog {
	max-height: 100%;
	min-height: 320px;
	overflow: auto;
	align-items: flex-start;
	margin: 0 auto;
	padding: 8px;
}
.modal.modal-custom.show {
	opacity: 1;
	visibility: visible;
}
.modal-backdrop.show {
	display: none !important;
}
main#main {
	content-visibility: visible;
}
@media (max-width: 1023px) {
	.custom-table td, .custom-table tr, .custom-table thead, .custom-table tbody, .custom-table table, .custom-table th {
		display: block;
		width: auto;
	}
	.custom-table .custom-table__head {
		display: none;
	}
	#acat .custom-table .table td {
		border: 0;
	}
	#acat .custom-table .table tr {
		border: 1px solid #dee2e6;
	}
}
@media (min-width: 992px) {
	#acat .modal.modal-custom {
		top: 108px;
		bottom: 0px;
	}
}
@media (min-width: 1024px) {
	.custom-table .th-mobile {
		display: none !important;
	}
	.custom-table .custom-table__head {
		position: sticky;
		top: 108px;
	}
	.custom-table #ac-parts-table .selected a:hover {
		text-decoration: none;
	}
}
/* End */


/* Start:/bitrix/components/autosoft/acat/static/acat_bootstrap.css?163359159212856*/
/* Styles based on Bootstrap v4 */

#acat a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* Display */

#acat .d-none {
  display: none !important;
}

#acat .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#acat .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

#acat .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

#acat .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

#acat .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#acat .float-right {
  float: right !important;
}

/* Cards */

#acat .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#acat .card-text:last-child {
  margin-bottom: 0;
}

#acat .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#acat .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* Lists */

#acat .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

#acat .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#acat .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#acat .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#acat .list-group-item:hover,
#acat .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

#acat .collapse {
  display: none;
}

#acat .collapse.show {
  display: block;
}

#acat .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* Modal */

#acat .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

#acat .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

#acat .modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

#acat .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#acat .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

#acat .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

#acat .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

#acat .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

#acat .close:hover,
#acat .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

#acat .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#acat button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

#acat .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

#acat .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

#acat .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

#acat .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

#acat .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

#acat .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

#acat .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  #acat .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  #acat .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

/* Tables */

#acat .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

#acat .table th,
#acat .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

#acat .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

#acat .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

#acat .table .table {
  background-color: #fff;
}

#acat .table-sm th,
#acat .table-sm td {
  padding: 0.3rem;
}

#acat .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

#acat .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

#acat .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Alert */

#acat .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#acat .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

#acat .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Forms */

#acat .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#acat .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#acat .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

#acat .input-group > .form-control,
#acat .input-group > .custom-select,
#acat .input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

#acat .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#acat .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
}

#acat .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

#acat .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* Buttons */

#acat a.btn {
  color: inherit;
}

#acat .btn {
  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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#acat .btn:hover,
#acat .btn:focus {
  text-decoration: none;
}

#acat .btn:focus,
#acat .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#acat .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#acat .btn:not(:disabled):not(.disabled):active,
#acat .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

#acat .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#acat .btn-group > .btn:first-child {
  margin-left: 0;
}

#acat .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
#acat .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#acat .btn-group > .btn:not(:first-child),
#acat .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#acat .btn-group,
#acat .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

#acat .btn-group > .btn,
#acat .btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

#acat .btn-group > .btn:hover,
#acat .btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* Pager */

#acat .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

#acat .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

#acat .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

#acat .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#acat .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#acat .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#acat .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#acat .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

#acat .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* Text */

#acat .text-center {
  text-align: center !important;
}

#acat .text-left {
  text-align: left !important;
}

#acat .text-right {
  text-align: right !important;
}

#acat .text-muted {
  color: #6c757d !important;
}

#acat .align-middle {
  vertical-align: middle !important;
}

/* Margins */

#acat .mb-2,
#acat .my-2 {
  margin-bottom: 0.5rem !important;
}

#acat .mt-2,
#acat .my-2 {
  margin-top: 0.5rem !important;
}

#acat .mr-2,
#acat .mx-2 {
  margin-right: 0.5rem !important;
}

#acat .ml-2,
#acat .mx-2 {
  margin-left: 0.5rem !important;
}

#acat .mt-4,
#acat .my-4 {
  margin-top: 1.5rem !important;
}

/* End */
/* /bitrix/components/autosoft/acat/templates/.default/style.css?17570522045131 */
/* /bitrix/components/autosoft/acat/static/acat_bootstrap.css?163359159212856 */
